@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

.outlineArea {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .outlineArea {
    padding: calc(36px + 12.7vw) 0 200px;
  }
}

@media only screen and (max-width: 768px) {
  .outlineArea {
    padding: 120px 0 140px;
  }
}

.outlineArea__shape {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.outlineArea__shape .shapeSVG {
  height: auto;
  width: 100%;
}

.outlineArea__inner {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .outlineArea__inner {
    max-width: 1200px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .outlineArea__inner {
    padding: 0 20px;
    width: 100%;
  }
}

.is-tb .outlineArea__inner {
  padding: 0 20px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .outlineArea__inner {
    padding: 0 32px;
  }
}

.outlineArea__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 769px) {
  .outlineArea__head {
    gap: 48px;
  }
}

@media only screen and (max-width: 768px) {
  .outlineArea__head {
    gap: 22px;
  }
}

.outlineArea__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #666666;
  border-radius: 20px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 40px;
  padding: 12px 22px;
  position: relative;
  -webkit-transition: background-color .8s ease-in-out;
  transition: background-color .8s ease-in-out;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .outlineArea__btn {
    width: 326px;
  }
}

@media only screen and (max-width: 768px) {
  .outlineArea__btn {
    width: 100%;
  }
}

.outlineArea__btn .jp {
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6;
}

.outlineArea__btn .jp:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.6) * .5em);
  width: 0;
}

.outlineArea__btn .jp:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.6) * .5em);
  width: 0;
}

@media print, screen and (min-width: 769px) {
  .outlineArea__btn:hover {
    background-color: #7e7a6a;
  }
}

@media (hover: hover) and (pointer: fine) {
  .outlineArea__btn:hover {
    background-color: #7e7a6a;
  }
}

.outlineArea__btn.is-active {
  background-color: #7e7a6a;
  pointer-events: none;
}

@media print, screen and (min-width: 769px) {
  .outlineArea__head + .outlineArea__body {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .outlineArea__head + .outlineArea__body {
    margin-top: 40px;
  }
}

.outlineArea__cont {
  display: none;
}

.outlineArea__cont.is-active {
  display: block;
}
