html,
body {
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "ヒラギノ角ゴ ProN",
    Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック Medium", YuGothic,
    YuGothicM, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  line-height: 1.7;
}
a {
  color: #000000;
  transition: opacity 0.4s, color 0.4s;
}
a:hover {
  opacity: 0.7;
}
img,
picture {
  max-width: 100%;
  display: block;
}
.overflow {
  overflow: hidden;
}

.ope {
  font-family: "Open Sans", "Zen Kaku Gothic New", sans-serif;
}
.aks {
  font-family: "Akshar", "Zen Kaku Gothic New", sans-serif;
}

.pink {
  color: #e72661;
}
.yellow {
  color: #fff20f;
}
.blue {
  color: #e66282;
}

.marker {
  background: linear-gradient(90deg, #fff20f, #fff20f) bottom left no-repeat;
  background-size: 0 30%;
  transition: background-size 0.7s ease-in-out;
}
.marker.load {
  background-size: 100% 30%;
}
sup {
  font-size: 60%;
  vertical-align: top;
}

.nav {
  width: 100%;
  height: 6rem;
  background: #fff;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;

  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.6s;
}
.nav a.logo {
  display: block;
  width: 34.6rem;
}
.nav.hide {
  transform: translateY(calc(-100% - 0.6rem));
}

.fv {
  background: #fef4d6;
  padding: 10rem 0 2vw;
  position: relative;
}
.fv::before {
  content: "";
  display: block;
  width: 100%;
  height: 6.3vw;
  background: url(../images/fv-btm.png) center center no-repeat;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  pointer-events: none;
}
.fv .content {
  padding: 0 3rem;
}
.fv p {
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
}
.fv p .aks {
  font-size: 4.8rem;
  font-weight: 600;
  margin: 0 0.1em;
}
.fv p .aks big {
  font-size: 6.3rem;
}
.fv p span {
  font-size: 3.4rem;
}

.cta {
  background: #fef4d6;
  border-top: 0.3rem solid #e66282;
  padding: 5.5rem 0 7rem;
}
.cta .content {
  max-width: 74rem;
}
.cta h2 {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 2.4rem;
  position: relative;
}
.cta h2::before {
  content: "";
  width: 12em;
  height: 2em;
  background: url(../images/cta-h2-bg.svg) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 49.5%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
a.cta-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 11rem;
  border-radius: 0.8rem;
  border-bottom: 0.6rem solid #c12051;
  background: #e72661;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
a.cta-btn::before,
a.cta-btn::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
}
a.cta-btn::before {
  width: 4.7rem;
  background: url(../images/btn-phone.svg) center center no-repeat;
  background-size: contain;
  left: 4.4rem;
}
a.cta-btn::after {
  width: 2.8rem;
  background: url(../images/btn-arrow.svg) center center no-repeat;
  background-size: contain;
  right: 3.2rem;
}
a.cta-btn span {
  position: absolute;
  top: -10%;
  left: -20%;
  width: 5%;
  height: 100%;
  transform: scale(2) rotate(40deg);
  background: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 10%,
    rgba(255, 255, 255, 0.5) 90%,
    rgba(255, 255, 255, 0) 0%
  );
  animation: shiny 4s ease-in-out infinite;
}
@keyframes shiny {
  0% {
    left: -20%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.cta .btn-wrap {
  display: flex;
  gap: 2rem;
  margin-top: 2.4rem;
}
.cta .btn-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 7rem;
  border-radius: 0.4rem;
  border: 2px solid;
  background: #fff;
  color: #f25c25;
  font-size: 2rem;
  font-weight: 700;
}

.accttl,
.accttl > * {
  position: relative;
  cursor: pointer;
  user-select: none;
}
.accttl.plus > *::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100%;
  box-sizing: border-box;
  border: 1px solid #f25c25;
  position: absolute;
  right: 3.2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: background 0.4s;
}
.accttl.plus::before,
.accttl.plus::after {
  content: "";
  display: block;
  width: 1rem;
  height: 2px;
  border-radius: 1px;
  background: #fff;
  position: absolute;
  right: 3.9rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: background 0.4s, transform 0.4s;
}
.accttl.plus::after {
  transform: translateY(-50%) rotate(90deg);
}
.accttl.plus > *::after,
.accttl.plus.active::before,
.accttl.plus.active::after {
  background: #f25c25;
}
.accttl.plus.active::after {
  transform: translateY(-50%) translate(0);
}
.accttl.plus.active > *::after {
  background: #fff;
}

.accttl.plus.wh > *::after {
  border: 1px solid #fff;
  background: #fff;
}
.accttl.plus.wh::before,
.accttl.plus.wh::after {
  background: #00818e;
}
.accttl.plus.wh.active::before,
.accttl.plus.wh.active::after {
  background: #fff !important;
}
.accttl.plus.wh.active > *::after {
  background: transparent;
}

.accttl.arrow::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 0.6rem;
  background: url(../images/ico-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: transform 0.4s;
}
.accttl.arrow.active::before {
  transform: translateY(-50%) rotate(180deg);
}

ol.asterisk {
  counter-reset: item;
  font-size: 1.4rem;
}
ol.asterisk > li {
  display: block;
  padding-left: 2.3em;
  position: relative;
}
ol.asterisk > li::before {
  content: "※" counters(item, ".") " :";
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 0;
}

ul.asterisk {
  font-size: 1.4rem;
}
ul.asterisk > li {
  display: block;
  padding-left: 1.1em;
  position: relative;
}
ul.asterisk li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

ul.circle {
  font-size: 1.4rem;
}
ul.circle > li {
  display: block;
  padding-left: 1.1em;
  position: relative;
}
ul.circle > li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}
ul.circle-2 {
  font-size: 1.6rem;
}
ul.circle-2 > li::before {
  content: "◎";
}

ol.circle-num {
  font-size: 1.4rem;
}
ol.circle-num > li {
  display: block;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

ol.kana {
  font-size: 1.4rem;
}
ol.kana > li {
  display: block;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.sec-1 {
  background: #e66282;
  color: #fff;
  padding: 1.5rem 0 4rem;
}
.sec-1 h2 {
  font-size: 2.8rem;
  text-align: center;
}
.sec-1 .price-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
.sec-1 .price-wrap .left {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
}
.sec-1 .price-wrap .left span {
  display: inline-block;
  width: fit-content;
  padding: 0 0.4em;
  border-radius: 0.4rem;
  border: 1px solid #fff;
  margin: 1.2rem 0.3em 0 0;
}
.sec-1 .price-wrap .left span.wh {
  background: #fff;
  margin: 0;
}
.sec-1 .price-wrap .right {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.sec-1 .price-wrap .right .month {
  font-size: 5.2rem;
  line-height: 1.1;
  writing-mode: vertical-rl;
}
.sec-1 .price-wrap .right .price {
  display: flex;
  align-items: baseline;
  font-size: 7rem;
  line-height: 1;
}
.sec-1 .price-wrap .right .price .ope {
  font-size: 14.8rem;
  font-weight: 600;
  margin-right: 0.03em;
}
.sec-1 .accttl h3 {
  background: #8d0022;
  color: #fff;
  line-height: 5.6rem;
  font-size: 2.4rem;
  text-align: center;
  margin-top: 2rem;
}
.sec-1 .accttl.plus.wh::before,
.sec-1 .accttl.plus.wh::after {
  background: #8d0022;
}
.sec-1 .accttl.plus > *::after {
  right: 1.2rem;
}
.sec-1 .accttl.plus::before,
.sec-1 .accttl.plus::after {
  right: 1.9rem;
}

dl.details-dl {
  display: grid;
  grid-template-columns: 33% 67%;
  background: #fff;
  color: #000;
  font-size: 2rem;
}
dl.details-dl dt,
dl.details-dl dd {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 1rem 0;
  border-bottom: 1px solid #c3c3c3;
}
dl.details-dl dd {
  column-gap: 3rem;
}
dl.details-dl dt {
  background: #f0f0f0;
  position: relative;
}
dl.details-dl dt span {
  display: inline-block;
  text-align: center;
  line-height: 1.4;
}
dl.details-dl dt img.ico {
  width: 1.4rem;
  margin-left: 0.4em;
  transition: opacity 0.4s;
}
dl.details-dl dt.js-modal-open:hover img.ico {
  opacity: 0.7;
}
dl.details-dl dd > div {
  display: flex;
  align-items: center;
}
dl.details-dl dt:nth-last-child(2),
dl.details-dl dd:nth-last-child(1) {
  border-bottom: none;
}
dl.details-dl dd {
  font-size: 1.6rem;
}
dl.details-dl dd .ope {
  margin: 0 0.08em;
}
dl.details-dl dd big {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0.08em;
}
dl.details-dl dd big b {
  font-size: 4rem;
}

.select-wrap {
  display: block;
  width: 22.5rem;
  position: relative;
}
.select-wrap select {
  display: block;
  width: 100%;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 7rem;
  border-radius: 0.4rem;
  background: #fff;
  color: #000;
  border: 1px solid #c3c3c3;
  padding: 0 2em 0 0.9em;
}
.select-wrap::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 100%;
  background: url(../images/ico-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.6rem;
  top: 0;
  pointer-events: none;
}
.select-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30rem;
  height: 7rem;
  border-radius: 3.5rem;
  border-bottom: 0.3rem solid #c75a19;
  background: #ff6000;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
}
.select-btn::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../images/ico-search.svg) center center no-repeat;
  background-size: contain;
  margin-right: 0.5em;
}

.js-modal-open {
  cursor: pointer;
}
.modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.modal_bg {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;

  overflow-y: scroll;
  overscroll-behavior: contain;
  -ms-overflow-style: none; /* バー非表示 IE・Edge用 */
  scrollbar-width: none; /* バー非表示 Firefox用 */
}
.modal_content {
  background: #fff;
  border-radius: 0.8rem 0.8rem 0 0;
  width: 65rem;
  max-width: calc(100% - 3rem);
  max-height: 90%;
  padding: 0 0 2.4rem;
  font-size: 1.6rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;

  overflow-y: scroll;
  overscroll-behavior: contain;
  -ms-overflow-style: none; /* バー非表示 IE・Edge用 */
  scrollbar-width: none; /* バー非表示 Firefox用 */
}
.modal_bg::before,
.modal_content::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 1px);
  position: absolute;
  left: 0;
  top: 0;
}
/* バー非表示 Chrome・Safari用 */
.modal_bg::-webkit-scrollbar,
.modal_content::-webkit-scrollbar {
  display: none;
}
.modal_content .inner {
  padding: 0 3rem;
}
.modal_content a.js-modal-close {
  display: flex;
  align-items: center;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 3rem auto 0;
  cursor: pointer;
}
.modal_content a.js-modal-close::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../images/ico-close.svg) center center no-repeat;
  background-size: contain;
  margin-right: 0.6em;
}

.modal-plan .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  background: #e66282;
  padding: 1.6rem 0 1rem;
}
.modal-plan .wrap span {
  display: inline-block;
  line-height: 2.6rem;
  padding: 0 0.5rem;
  background: #fff;
  border-radius: 0.3rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.modal-plan .wrap img.plus {
  width: 1.8rem;
}
.modal-plan .wrap p {
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.modal-plan h3 {
  background: #fef4d6;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #e66282;
  text-align: center;
  padding: 1.5rem 0;
}
.modal-plan h3 span {
  display: inline-block;
  width: 4.6rem;
  padding: 0 0.5em 0.15em;
  line-height: 1.1;
  border: 1px solid #e66282;
  border-radius: 0.2rem;
  font-size: 2.1rem;
  vertical-align: 0.1em;
  margin-left: 0.2em;
}
.modal-plan dl.age-dl {
  display: flex;
}
.modal-plan dl.age-dl dt,
.modal-plan dl.age-dl dd {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.5rem;
  font-weight: 500;
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
}
.modal-plan dl.age-dl dt {
  width: 18%;
  background: #f0f0f0;
  font-size: 2.4rem;
}
.modal-plan dl.age-dl dd {
  width: 32%;
  font-size: 2.8rem;
}
.modal-plan a.cta-btn {
  width: 31.5rem;
  height: 7rem;
  font-size: 2rem;
  margin: 3.5rem auto 0;
}
.modal-plan a.cta-btn::before {
  width: 3rem;
  left: 3.2rem;
}
.modal-plan a.cta-btn::after {
  width: 1.8rem;
  right: 2.4rem;
}
.modal-plan ul.asterisk {
  margin-top: 1em;
}
.modal-plan ul.asterisk li.age-18 {
  display: none;
}
.modal-plan dl#age-18.active + ul.asterisk li.age-18 {
  display: block;
}
.modal-plan dl#age-18.active + ul.asterisk + a.cta-btn {
  display: none;
}

.sec-2 {
  padding: 4.5rem 0;
}
.sec-2 h2 {
  width: fit-content;
  font-size: 3.2rem;
  padding-left: 5.6rem;
  margin: 0 auto 1.6rem;
  position: relative;
}
.sec-2 h2::before {
  content: "";
  display: block;
  width: 4.9rem;
  height: 4.9rem;
  background: url(../images/ico-check.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sec-2 p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
}
.sec-2 .wrap {
  width: fit-content;
  margin: 2.4rem auto 0;
}
.sec-2 .wrap > div {
  display: flex;
  gap: 3rem;
}
.sec-2 .wrap > div .left {
  display: flex;
  align-items: flex-end;
}
.sec-2 .wrap > div .left p {
  font-size: 2rem;
  margin-left: 0.5em;
}
.sec-2 .wrap small {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 1.2em;
}

.sec-3 {
  background: url(../images/sec-3-bg.png);
  background-size: 3rem auto;
  padding: 0 0 7rem;
}
.sec-3 h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 21.7rem;
  padding-bottom: 4rem;
  background: #e66282;
  color: #fff;
  font-size: 4rem;
  position: relative;
  mask-image: url("../images/sec-3-h2-bg2.png");
  mask-repeat: no-repeat;
  mask-position: center bottom;
  mask-size: cover;
  -webkit-mask-image: url("../images/sec-3-h2-bg2.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
  -webkit-mask-size: cover;
}
.sec-3 h2::before {
  content: "";
  display: block;
  width: 82.4rem;
  height: 16rem;
  background: url(../images/sec-3-h2-bg1.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 3.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.sec-3 h2 img.sec-3-h2-bg1 {
  width: 82.4rem;
  position: absolute;
  top: 3.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.sec-3 h2 big {
  font-size: 5.6rem;
}
.sec-3 .wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 76rem;
  min-height: 40.7rem;
  margin: 1rem auto 0;
  font-weight: 500;
  position: relative;
}
.sec-3 .wrap img.sec-3-img {
  width: auto;
  height: 100%;
  position: absolute;
  right: -6.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.sec-3 .wrap h3 {
  font-size: 3.2rem;
  margin-bottom: 0.8em;
}
.sec-3 .wrap h3 span {
  font-size: 3.6rem;
}
.sec-3 .wrap h3 span big {
  font-size: 4.4rem;
}
.sec-3 .wrap small {
  display: block;
  font-size: 1.2rem;
  margin-top: 1em;
}

.sec-4 {
  background: #f0f0f0;
  text-align: center;
  font-weight: 500;
  padding: 7rem 0 8rem;
  position: relative;
}
.sec-4::before,
.sec-6::before {
  content: "";
  display: block;
  width: 100%;
  height: 1.3rem;
  background: url(../images/sec-4-top.png) center bottom repeat-x;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: calc(1px - 1.3rem);
}
.sec-6::before {
  background: url(../images/sec-6-top.png) center bottom repeat-x;
  background-size: auto 100%;
}
.sec-4 h2 {
  font-size: 3.2rem;
  margin-bottom: 2rem;
}
.sec-4 h2 .marker {
  font-size: 3.7rem;
  margin-left: 0.1em;
}
.sec-4 h2 .marker .aks {
  font-size: 6.9rem;
  font-weight: 500;
}
.sec-4 h2 .marker big {
  font-size: 4.8rem;
}
.sec-4 img.sec-4-img {
  width: 41.2rem;
  margin: 0 auto;
}
.sec-4 small {
  display: block;
  font-size: 1.2rem;
  margin: 2rem 0 3rem;
}

.sec-5 {
  text-align: center;
  font-weight: 500;
  padding: 0 0 7rem;
}
.sec-5 h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 17.5rem;
  background: #484848;
  color: #fff;
  clip-path: polygon(0 0, 100% 3rem, 100% calc(100% - 3rem), 0% 100%);
  font-size: 3.6rem;
  margin: -3rem 0 4rem;
}
.sec-5 h2 big {
  font-size: 4.4rem;
}
.sec-5 img.sec-5-img {
  width: 60.2rem;
  margin: 3rem auto 0;
}
.sec-5 small {
  display: block;
  font-size: 1.2rem;
  margin-top: 2rem;
}

.sec-6 {
  background: #fef4d6;
  text-align: center;
  padding: 8rem 0 7rem;
  position: relative;
}
.sec-6 h2 {
  width: fit-content;
  font-size: 3.6rem;
  margin: 0 auto 5rem;
  position: relative;
}
.sec-6 h2::before,
.sec-6 h2::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.sec-6 h2::before {
  width: 6.4rem;
  height: 13.2rem;
  background: url(../images/sec-6-img1.png) center center no-repeat;
  background-size: contain;
  left: -9.4rem;
}
.sec-6 h2::after {
  width: 10rem;
  height: 10rem;
  background: url(../images/sec-6-img2.png) center center no-repeat;
  background-size: contain;
  right: -13rem;
}
.sec-6 h2 big {
  font-size: 4.4rem;
}
.sec-6 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.sec-6 ul li {
  display: block;
  width: 43.3rem;
  line-height: 6rem;
  border-radius: 3rem;
  background: #fff;
  font-size: 2rem;
  font-weight: 500;
}
.sec-6 ul li b {
  font-size: 2.4rem;
}

.sec-7 {
  font-weight: 500;
  padding: 0 0 6.5rem;
}
.sec-7 h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56.7rem;
  height: 19rem;
  padding-bottom: 1rem;
  background: #e66282;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.3;
  text-align: center;
  clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0 75%, 0 0);
  margin: 0 auto;
}
.sec-7 h2 big {
  font-size: 4rem;
}
.sec-7 .content {
  max-width: 98rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec-7 .content picture.img {
  width: 41.4rem;
}
.sec-7 .content p b {
  font-size: 2.2rem;
}

.dashed {
  position: relative;
}
.dashed::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-radius: 0.5px;
  background: url(../images/line.svg) left center repeat-x;
  background-size: auto 100%;
  left: 0;
  bottom: 0;
  position: absolute;
}

.sec-8 {
  background: #e66282;
  padding: 7rem 0;
  position: relative;
}
.sec-8::before {
  content: "";
  display: block;
  width: 8.9rem;
  height: 14.1rem;
  background: url(../images/sec-8-img.png) center top no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  margin-left: -36.9rem;
  top: 5.9rem;
  z-index: 1;
}
.sec-8 h2 {
  color: #fff;
  font-size: 3.6rem;
  width: fit-content;
  margin: 0 auto 3rem;
  position: relative;
}
.sec-8 h2::before {
  content: "";
  display: block;
  width: 44rem;
  height: 4.7rem;
  background: url(../images/sec-8-h2-bg.svg) center bottom no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.sec-8 h2 big {
  font-size: 4.4rem;
  position: relative;
}
.sec-8 h2 big::before {
  content: "・・・・";
  display: block;
  font-size: 60%;
  letter-spacing: 0.65em;
  position: absolute;
  top: -0.8em;
  left: 0.3em;
}
.sec-8 .box {
  background: #fff;
  max-width: 80rem;
  padding: 3rem 8rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.sec-8 .box ul li {
  display: block;
  font-weight: 700;
  padding-left: 1.77em;
  padding-bottom: 0.83em;
  margin-bottom: 0.83em;
  position: relative;
}
.sec-8 .box ul li::before {
  content: "";
  display: block;
  width: 1.33em;
  height: 1.33em;
  background: url(../images/ico-check.svg) left center repeat-x;
  background-size: contain;
  position: absolute;
  left: 0.3rem;
  top: 0.15em;
}
.sec-8 .box ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.more-content {
  height: 53rem;
  padding-bottom: 10rem;
  overflow: hidden;
  position: relative;
  transition: height 0.4s;
}
.more-content:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15rem;
  background: linear-gradient(to bottom, transparent 0, #f0ece1 40%);
  transition: opacity 0.4s;
  z-index: 1;
  pointer-events: none;
}
.more-content.active:before {
  opacity: 0;
}
.more-content .more-btn {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  width: fit-content;
  font-weight: 500;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.more-content .more-btn img {
  width: 1.9rem;
}
.more-btn::before {
  content: "もっと見る";
}
.more-content.active .more-btn::before {
  content: "元に戻す";
}
.more-content.active .more-btn {
  flex-direction: column-reverse;
}
.more-content.active .more-btn img {
  transform: rotate(180deg);
}

.sec-9 {
  background: #f0ece1;
  padding: 8rem 0;
}
.sec-9 h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45rem;
  height: 8rem;
  border-radius: 0.4rem;
  background: #b59149;
  color: #fff;
  font-size: 2.8rem;
  margin: 0 auto 4rem;
  position: relative;
}
.sec-9 h2::before,
.sec-9 h2::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/sec-9-h2-bg.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.sec-9 h2::before {
  left: 2.4rem;
}
.sec-9 h2::after {
  right: 2.4rem;
}
.sec-9 ul.voice-li > li {
  display: grid;
  grid-template-columns: 11.4rem 1fr;
  gap: 3.4rem;
  background: #fff;
  clip-path: polygon(0 0, calc(100% - 4rem) 0, 100% 4rem, 100% 100%, 0 100%);
  font-weight: 500;
  padding: 3rem 8rem 3rem 6.4rem;
}
.sec-9 ul.voice-li > li + li {
  margin-top: 2.4rem;
}
.sec-9 ul.voice-li > li h3 {
  font-size: 2.8rem;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.sec-9 ul.voice-li > li p b {
  font-size: 2.2rem;
}
.sec-9 ul.voice-li > li ul.asterisk {
  margin-top: 1em;
}

.sec-10 {
  background: #fffcf4;
  padding: 9.5rem 0 7rem;
}
.sec-10 .box {
  background: #fff;
}
.sec-10 .box .h2-wrap {
  padding: 5rem 0 2.5rem;
  background: #e66282;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
}
.sec-10 .box .h2-wrap::before {
  content: "";
  display: block;
  width: 24.6rem;
  height: 6.6rem;
  background: url(../images/sec-10-h2-img.svg) center top no-repeat;
  background-size: contain;
  position: absolute;
  top: -1.8rem;
  left: 50%;
  transform: translateX(-50%);
}
.sec-10 .box .h2-wrap .h2-top span::after {
  content: "";
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  background: url(../images/ico-attention.svg) center center no-repeat;
  background-size: contain;
  vertical-align: sub;
}
.sec-10 .box .h2-wrap h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 3.2rem;
  line-height: 1.1;
  position: relative;
}
.sec-10 .box .h2-wrap h2::before {
  content: "";
  display: block;
  width: 83rem;
  height: 1em;
  background: url(../images/sec-10-h2-bg.png) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  bottom: 0.8em;
  transform: translateX(-50%);
}
.sec-10 .box .h2-wrap h2 span {
  font-size: 5.4rem;
}
.sec-10 .box .h2-wrap h2 big {
  font-size: 7.8rem;
  font-weight: 500;
  margin: 0 0.1em;
}
.sec-10 .box .inner {
  padding: 4rem 8rem;
}
.sec-10 .box ul > li {
  display: grid;
  grid-template-columns: 20rem 1fr;
  gap: 4rem;
  padding: 0 0 2rem 11rem;
  margin-bottom: 2rem;
  font-weight: 500;
  position: relative;
}
.sec-10 .box ul > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.sec-10 .box ul li .num {
  font-size: 8rem;
  line-height: 1.3;
  position: absolute;
  left: 0;
  top: 0;
}
.sec-10 .box ul li h3 {
  font-size: 3.4rem;
  margin-bottom: 0.3em;
}
.sec-10 .box ul li h3 big {
  font-size: 4.8rem;
  line-height: 1.2;
}
.sec-10 .box ul li .txt {
  margin-top: 1rem;
}
.sec-10 .box ul li .balloon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  border-radius: 2.5rem;
  background: #e66282;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
  position: relative;
  margin: 2.5rem 0;
}
.sec-10 .box ul li .balloon::before {
  content: "";
  display: block;
  width: 1.7rem;
  height: 1.2rem;
  background: #e66282;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
}
.sec-10 .box ul li .balloon big {
  font-size: 2.6rem;
  line-height: 1.2;
}
.sec-10 .box ul li ol {
  counter-reset: item;
}
.sec-10 .box ul li ol li {
  display: block;
  padding-left: 2.22em;
  position: relative;
}
.sec-10 .box ul li ol li + li {
  margin-top: 1em;
}
.sec-10 .box ul li ol li::before {
  content: "Q" counters(item, ".") ".";
  counter-increment: item;
  font-family: "Akshar", "Zen Kaku Gothic New", sans-serif;
  width: 2em;
  text-align: right;
  font-size: 1.55em;
  line-height: 1;
  font-weight: 500;
  color: #e66282;
  position: absolute;
  left: -0.8em;
  top: 0;
}
.sec-10 .attention {
  font-size: 1.6rem;
  margin-top: 1em;
}
.sec-10 ol.asterisk {
  margin-top: 1em;
}
.sec-10 ol.asterisk > li + li {
  margin-top: 1em;
}

.sec-11 {
  padding: 8rem 0 6rem;
  position: relative;
}
.sec-11 h2 {
  width: fit-content;
  font-size: 3.6rem;
  line-height: 1.1;
  text-align: center;
  margin: 0 auto 3rem;
}
.sec-11::before,
.sec-11::after {
  content: "";
  display: block;
  position: absolute;
  top: 8.5rem;
  pointer-events: none;
}
.sec-11::before {
  width: 13.4rem;
  height: 15.1rem;
  background: url(../images/sec-11-img1.png) center center no-repeat;
  background-size: contain;
  left: 50%;
  margin-left: -34.2rem;
}
.sec-11::after {
  width: 8.1rem;
  height: 15.1rem;
  background: url(../images/sec-11-img2.png) center center no-repeat;
  background-size: contain;
  right: 50%;
  margin-right: -31.9rem;
}
.sec-11 h2 > .pink {
  font-size: 4.3rem;
}
.sec-11 h2 > big {
  display: block;
  font-size: 7.5rem;
}
.sec-11 h2 span big {
  font-size: 120%;
}
.sec-11 h2 > span > big {
  position: relative;
}
.sec-11 h2 > span > big::before {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.18em;
  background: url(../images/sec-11-h2-img.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -0.1em;
}
.sec-11 .accttl {
  margin-bottom: 2rem;
}
.sec-11 .accttl > div {
  padding: 3rem 4rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
.sec-11 .accttl h3 {
  display: flex;
  align-items: center;
  font-size: 3.2rem;
}
.sec-11 .accttl h3 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.32em;
  height: 1.32em;
  border-radius: 0.2rem;
  padding-bottom: 0.15em;
  background: #fff;
  color: #00818e;
  font-size: 0.78em;
  margin-right: 0.4em;
}
.sec-11 .accttl.plan-b h3 span {
  color: #00416f;
}
.sec-11 .accttl.plan-a {
  background: #00818e;
}
.sec-11 .accttl.plan-b,
.sec-11 .accttl.plan-b.plus.wh::before,
.sec-11 .accttl.plan-b.plus.wh::after {
  background: #00416f;
}
.sec-11 .accttl.plus > *::after {
  width: 4rem;
  height: 4rem;
  box-sizing: border-box;
  border: 2px solid #fff;
  right: 5rem;
}
.sec-11 .accttl.plus::before,
.sec-11 .accttl.plus::after {
  width: 2rem;
  height: 3px;
  border-radius: 1.5px;
  right: 6rem;
}
.sec-11 .accshow {
  margin-bottom: 8rem;
}

.tag {
  display: inline-block;
  width: 6.6rem;
  line-height: 2rem;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  background: #707070;
  color: #fff;
  transition: background 0.4s, color 0.4s;
}

.list-tab {
  display: flex;
  padding: 0 0.8rem;
  gap: 0.8rem;
  color: #00818e;
  border-bottom: 0.3rem solid;
}
.list-tab > li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5.8rem;
  border-radius: 0.8rem 0.8rem 0 0;
  padding-top: 1.3em;
  font-size: 1.4rem;
  font-weight: 700;
  border: 1px solid #c3c3c3;
  cursor: pointer;
  transition: background 0.4s, border 0.4s, color 0.4s;
  position: relative;
}
.list-tab > li b {
  font-size: 2rem;
}
.list-tab > li .tag {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.list-tab > li:hover,
.list-tab > li.active {
  border: 1px solid #00818e;
  background: #00818e;
  color: #fff;
}
.list-tab > li:hover .tag,
.list-tab > li.active .tag,
.tab-content h4 .tag {
  background: #fff;
  color: #00818e;
}

.tab-content > div {
  display: none;
}
.tab-content > div.active {
  display: block;
}
.tab-content dl.details-dl {
  font-size: 1.8rem;
}
.tab-content dl.details-dl dd {
  min-height: 7rem;
}
.tab-content dl.details-dl dt:nth-last-child(2),
.tab-content dl.details-dl dd:nth-last-child(1) {
  border-bottom: 1px solid #c3c3c3;
}
.tab-content h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.8rem;
  background: #00818e;
  color: #fff;
  font-size: 2.4rem;
}
.tab-content h4 .tag {
  margin-right: 1.2rem;
}
.tab-content .note {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.8rem;
  color: #222222;
  font-size: 1.4rem;
}
.tab-content .note span {
  display: inline-block;
  width: 7.2rem;
  line-height: 2.2rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  background: #707070;
  color: #fff;
  margin-right: 1.2rem;
}
.tab-content .dl-wrap {
  display: flex;
}
.tab-content .dl-wrap dl {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #c3c3c3;
}
.tab-content .dl-wrap dl dt,
.tab-content .dl-wrap dl dd {
  padding: 0.4em 0;
  text-align: center;
  border-bottom: 1px solid #c3c3c3;
}
.tab-content .dl-wrap dl dt {
  background: #f0f0f0;
}
.tab-content .dl-wrap dl dd {
  font-family: "Open Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
.tab-content .dl-wrap dl dt.last {
  background: #b4b4b4;
}
.tab-content .dl-wrap dl dd.last {
  background: #dbdbdb;
}
.tab-content .attention,
.tab-content .attention .asterisk {
  margin-top: 1em;
}
.tab-content .over50 {
  background: #fffaa3;
  padding: 1.2rem 1.5rem;
  font-size: 1.4rem;
}
.tab-content .over50 b {
  font-size: 1.6rem;
}

.plan-b .list-tab,
.plan-b .list-tab > li:hover .tag,
.plan-b .list-tab > li.active .tag,
.plan-b .tab-content h4 .tag {
  color: #00416f;
}
.plan-b .list-tab > li:hover,
.plan-b .list-tab > li.active {
  border: 1px solid #00416f;
  background: #00416f;
}
.plan-b .tab-content h4 {
  background: #00416f;
}

.modal-question .ico-question {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.6rem;
  background: #333333;
  margin-bottom: 2.2rem;
}
.modal-question .ico-question img {
  width: 2rem;
}
.modal-question h5 {
  font-size: 1.8rem;
  margin-bottom: 0.7em;
}
.modal-question ul.circle-2 li + li {
  margin-top: 0.5em;
}
.modal-question .ico-question p {
  font-size: 1.6rem;
}

.sec-12 {
  padding: 8rem 0 6rem;
}
.sec-12 .accttl h2 {
  padding: 2rem 2.4rem;
  background: #f0f0f0;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
}
.sec-12 .accshow {
  margin-bottom: 5.5rem;
}
.sec-12 .accshow dl {
  display: grid;
  grid-template-columns: 26% 74%;
  font-size: 1.6rem;
}
.sec-12 .accshow dl dt,
.sec-12 .accshow dl dd {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #c3c3c3;
}
.sec-12 .accshow dl dt:nth-last-child(2),
.sec-12 .accshow dl dd:nth-last-child(1) {
  margin-bottom: 0;
}
.sec-12 .accshow dl dt {
  font-weight: 500;
  padding-left: 1.5em;
}
.sec-12 .accshow dl dd {
  padding-right: 1.5em;
}
.sec-12 .accshow ol.circle-num {
  font-size: 1.6rem;
}
.sec-12 .accshow > ul.asterisk {
  margin-top: 1em;
}

.sec-13 {
  padding: 8rem 0;
}
.sec-13 h2 {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 3rem;
}
.sec-13 ul.faq-li > li {
  display: block;
  border: 1px solid #c3c3c3;
}
.sec-13 ul.faq-li > li + li {
  margin-top: 1.6rem;
}
.sec-13 ul.faq-li > li .accttl h3 {
  font-size: 2rem;
  padding: 2.5rem 3rem 2.5rem 8rem;
}
.sec-13 ul.faq-li > li .accshow {
  position: relative;
}
.sec-13 ul.faq-li > li .accttl h3::before,
.sec-13 ul.faq-li > li .accshow::before {
  font-family: "Akshar", "Zen Kaku Gothic New", sans-serif;
  display: block;
  font-size: 3.2rem;
  line-height: 1.1;
  font-weight: 500;
  position: absolute;
  left: 3.8rem;
}
.sec-13 ul.faq-li > li .accttl h3::before {
  content: "Q";
  color: #f25c25;
  top: 2.2rem;
}
.sec-13 ul.faq-li > li .accshow::before {
  content: "A";
  color: #e72661;
  top: 0;
}
.sec-13 ul.faq-li > li .accshow {
  padding: 0 3rem 3rem 8rem;
}
.sec-13 ul.faq-li > li .accshow .note {
  padding-top: 1.4rem;
  margin-top: 1.4rem;
  border-top: 1px solid #c3c3c3;
}
.sec-13 ul.faq-li > li .accshow .note > ol > li + li {
  margin-top: 0.8em;
}
.sec-13 a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24rem;
  height: 5rem;
  border-radius: 0.4rem;
  padding-right: 1.3rem;
  background: #f25c25;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 3rem auto 0;
  position: relative;
}
.sec-13 a.btn::after {
  content: "";
  display: block;
  height: 100%;
  width: 1.6rem;
  background: url(../images/btn-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 1.2rem;
}

.sec-14 {
  font-size: 1.4rem;
  padding: 3rem 0;
}
.sec-14 p {
  margin-top: 4rem;
}

footer {
  background: #333333;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  padding: 3rem 0;
}
footer a {
  color: #fff;
}
footer .copy {
  margin-top: 6rem;
}

/* スクロールアニメ */
.fade,
.fade-b,
.fade-b-ct > * {
  opacity: 0;
  transition: opacity 0.6s, transform 0.6s;
}

.fade-b,
.fade-b-ct > * {
  transform: translateY(4rem);
}

.fade.load,
.fade-b.load,
.fade-b-ct.load > * {
  opacity: 1;
  transform: translate(0);
}

.fade-b-ct.load > :nth-child(2) {
  transition-delay: 0.2s;
}
.fade-b-ct.load > :nth-child(3) {
  transition-delay: 0.4s;
}

.fade-b-ct.load > :nth-child(2),
.fade-b-ct.load > :nth-child(3) {
  transition-property: opacity, transform;
}

.top-ani.ct1 {
  transition-delay: 0.5s;
}
.top-ani.ct2 {
  transition-delay: 0.7s;
}
.top-ani.ct1,
.top-ani.ct2 {
  transition-property: opacity, transform;
}

/* ロード画面 */
#loading {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
}

/*　PC
------------------------------------------------------------------------------------------------*/
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }

  html {
    font-size: 10px;
  }
  body {
    font-size: 1.8rem;
  }

  .content {
    width: 100%;
    max-width: 110rem;
    padding: 0 5rem;
    margin: 0 auto;
  }

  /*　タブレット
------------------------------------------------------------------------------------------------*/
  @media (max-width: 1100px) {
    html {
      font-size: 0.9vw;
    }
  } /*　タブレットここまで */
} /*　PCここまで */

/*　スマホ
------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }

  html {
    font-size: 2.6vw;
  }
  body {
    font-size: 1.6rem;
  }

  .content {
    width: 100%;
    padding: 0 1.5rem;
  }

  .nav {
    height: 4.8rem;
  }

  .fv {
    padding: 6.8rem 0 4vw;
  }
  .fv::before {
    height: 9.6vw;
    background: url(../images/sp/fv-btm.png) center bottom no-repeat;
    background-size: 100% auto;
  }
  .fv .content {
    padding: 0 1.5rem;
  }
  .fv p {
    font-size: 2.2rem;
  }
  .fv p .aks {
    font-size: 3.2rem;
  }
  .fv p .aks big {
    font-size: 4.6rem;
  }
  .fv p span {
    font-size: 2.2rem;
  }

  .cta {
    padding: 2.5rem 0;
  }
  .cta h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .cta h2::before {
    width: 12em;
  }
  a.cta-btn {
    width: 100%;
    height: 7rem;
    font-size: 2rem;
  }
  a.cta-btn::before {
    width: 3rem;
    left: 3rem;
  }
  a.cta-btn::after {
    width: 1.8rem;
    right: 2.4rem;
  }
  .cta .btn-wrap {
    gap: 1rem;
    margin-top: 1.7rem;
  }
  .cta .btn-wrap a {
    height: 4.8rem;
    border: 1px solid;
    font-size: 1.5rem;
  }

  .accttl.plus > *::after {
    right: 1.5rem;
  }
  .accttl.plus::before,
  .accttl.plus::after {
    right: 2.2rem;
  }

  .accttl.arrow::before {
    right: 1.5rem;
  }

  ol.asterisk,
  ul.asterisk,
  ul.circle {
    font-size: 1.2rem;
  }
  ul.circle-2 {
    font-size: 1.6rem;
  }

  .sec-1 {
    padding: 1rem 0 2.5rem;
  }
  .sec-1 h2 {
    font-size: 2rem;
    margin-bottom: 0.3em;
  }
  .sec-1 .price-wrap {
    display: block;
  }
  .sec-1 .price-wrap .left {
    font-size: 1.6rem;
    text-align: center;
  }
  .sec-1 .price-wrap .left span {
    margin: 0 0.3em 0 0.1em;
  }
  .sec-1 .price-wrap .right {
    justify-content: center;
  }
  .sec-1 .price-wrap .right .month {
    font-size: 3.2rem;
  }
  .sec-1 .price-wrap .right .price {
    font-size: 4.9rem;
  }
  .sec-1 .price-wrap .right .price .ope {
    font-size: 9.5rem;
  }
  .sec-1 .accttl h3 {
    line-height: 5.2rem;
    font-size: 1.6rem;
    text-align: left;
    padding-left: 1.5rem;
    margin-top: 1rem;
  }
  .sec-1 .accttl.plus > *::after {
    right: 1.5rem;
  }
  .sec-1 .accttl.plus::before,
  .sec-1 .accttl.plus::after {
    right: 2.2rem;
  }

  dl.details-dl {
    grid-template-columns: 10rem 1fr;
    font-size: 1.4rem;
  }
  dl.details-dl dt,
  dl.details-dl dd {
    padding: 1rem 0;
    align-content: center;
    line-height: 1.5;
  }
  dl.details-dl dt {
    padding: 1rem;
  }
  dl.details-dl dd {
    column-gap: 1.4rem;
  }
  dl.details-dl dt {
    justify-content: flex-start;
  }
  dl.details-dl dt.adjustment {
    padding: 1rem 0.5rem 1rem 1rem;
  }
  dl.details-dl dt span {
    text-align: left;
  }
  dl.details-dl dt span span {
    text-align: center;
    display: block;
  }
  dl.details-dl dt img.ico {
    position: absolute;
    right: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
  }
  dl.details-dl dd > div {
    display: block;
    line-height: 1.2;
  }
  dl.details-dl dd {
    font-size: 1.2rem;
    text-align: center;
  }
  dl.details-dl dd big {
    font-size: 2rem;
  }
  dl.details-dl dd big b {
    font-size: 3.2rem;
    line-height: 1.2;
  }

  .select-wrap {
    width: 12rem;
  }
  .select-wrap select {
    font-size: 2rem;
    line-height: 4.8rem;
    text-align: left;
    padding: 0 1.5em 0 0.8em;
  }
  .select-wrap::before {
    width: 1.2rem;
    right: 1rem;
  }
  .select-btn {
    width: 19rem;
    height: 4.8rem;
    border-radius: 2.4rem;
    font-size: 1.6rem;
  }

  .modal_content .inner {
    padding: 0 1.5rem;
  }

  .modal-plan dl.age-dl {
    flex-wrap: wrap;
    border-top: 1px solid #c3c3c3;
  }
  .modal-plan dl.age-dl dt,
  .modal-plan dl.age-dl dd {
    border-top: 0;
    border-bottom: 1px solid #c3c3c3;
  }
  .modal-plan dl.age-dl dt {
    width: 12rem;
  }
  .modal-plan dl.age-dl dd {
    width: calc(100% - 12rem);
  }
  .modal-plan a.cta-btn {
    width: calc(100% - 3rem);
    margin: 2.4rem auto 0;
  }

  .sec-2 {
    padding: 2.4rem 0;
  }
  .sec-2 h2 {
    font-size: 2rem;
    padding-left: 3.4rem;
    margin: 0 auto 0.8rem;
  }
  .sec-2 h2::before {
    width: 3rem;
    height: 3rem;
  }
  .sec-2 p {
    font-size: 1.4rem;
  }
  .sec-2 .wrap {
    width: 100%;
    margin: 1.2rem auto 0;
  }
  .sec-2 .wrap > div {
    justify-content: space-between;
    gap: 0;
  }
  .sec-2 .wrap > div .left {
    display: flex;
    align-items: flex-end;
  }
  .sec-2 .wrap > div .left p {
    font-size: 1.6rem;
    margin-left: 0.3em;
  }
  .sec-2 .wrap small {
    font-size: 1rem;
  }

  .sec-3 {
    background-size: 1.9rem auto;
    padding: 0 0 5rem;
  }
  .sec-3 h2 {
    height: 38vw;
    padding-bottom: 3.5rem;
    background: url(../images/sp/sec-3-h2-bg.png) center bottom no-repeat;
    background-size: cover;
    font-size: 2.4rem;
    line-height: 1.3;
    text-align: center;

    mask-image: none;
    -webkit-mask-image: none;
  }
  .sec-3 h2::before {
    content: none;
  }
  .sec-3 h2 big {
    font-size: 2.8rem;
  }
  .sec-3 .wrap {
    margin: 0;
  }
  .sec-3 .wrap img.sec-3-img {
    width: 29.8rem;
    height: auto;
    position: unset;
    margin: 1rem auto 2rem;
    transform: translateX(2rem);
  }
  .sec-3 .wrap h3 {
    font-size: 2rem;
    text-align: center;
  }
  .sec-3 .wrap h3 span {
    font-size: 2.3rem;
  }
  .sec-3 .wrap h3 span big {
    font-size: 2.8rem;
  }
  .sec-3 .wrap small {
    font-size: 1rem;
    text-align: center;
  }

  .sec-4 {
    padding: 3rem 0 4.5rem;
  }
  .sec-4::before,
  .sec-6::before {
    height: 2rem;
    background: url(../images/sp/sec-4-top.png) center bottom repeat-x;
    background-size: 100% auto;
    top: calc(1px - 2rem);
  }
  .sec-6::before {
    background: url(../images/sp/sec-6-top.png) center bottom repeat-x;
    background-size: 100% auto;
  }
  .sec-4 h2 {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 1rem;
  }
  .sec-4 h2 .marker {
    font-size: 2.4rem;
  }
  .sec-4 h2 .marker .aks {
    font-size: 4.6rem;
  }
  .sec-4 h2 .marker big {
    font-size: 3.2rem;
  }
  .sec-4 img.sec-4-img {
    width: 24.9rem;
  }
  .sec-4 small {
    font-size: 1rem;
    margin: 1.6rem 0;
  }
  .sec-4 p {
    text-align: left;
  }

  .sec-5 {
    padding: 0 0 5rem;
  }
  .sec-5 h2 {
    height: 8.5rem;
    clip-path: polygon(0 0, 100% 1.5rem, 100% calc(100% - 1.5rem), 0% 100%);
    font-size: 2.4rem;
    margin: -1.5rem 0 1.5rem;
  }
  .sec-5 h2 big {
    font-size: 2.8rem;
  }
  .sec-5 p {
    text-align: left;
  }
  .sec-5 img.sec-5-img {
    margin: 1rem auto 0;
  }
  .sec-5 small {
    font-size: 1rem;
    margin-top: 1.6rem;
  }

  .sec-6 {
    padding: 3rem 0 4rem;
  }
  .sec-6 h2 {
    font-size: 2.4rem;
    line-height: 1.3;
    margin: 0 auto 2.4rem;
  }
  .sec-6 h2::before {
    width: 4.2rem;
    height: 8.6rem;
    left: -6.5rem;
  }
  .sec-6 h2::after {
    width: 6.5rem;
    height: 6.4rem;
    right: -7.6rem;
  }
  .sec-6 h2 big {
    font-size: 3.2rem;
  }
  .sec-6 ul {
    gap: 0.8rem;
  }
  .sec-6 ul li {
    width: 100%;
    line-height: 5rem;
    border-radius: 2.5rem;
    font-size: 1.6rem;
  }
  .sec-6 ul li b {
    font-size: 2rem;
  }

  .sec-7 {
    padding: 0 0 4rem;
  }
  .sec-7 h2 {
    width: 100%;
    height: 13.4rem;
    font-size: 2.4rem;
  }
  .sec-7 h2 big {
    font-size: 2.8rem;
  }
  .sec-7 .content {
    display: block;
  }
  .sec-7 .content picture.img {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .sec-7 .content p b {
    font-size: 2rem;
  }

  .sec-8 {
    padding: 4rem 0 3rem;
  }
  .sec-8::before {
    width: 6.6rem;
    height: 10.4rem;
    left: 3rem;
    margin-left: 0;
    top: 3.7rem;
  }
  .sec-8 h2 {
    font-size: 2.2rem;
    margin: 0 auto 3rem;
    transform: translateX(4.5rem);
  }
  .sec-8 h2::before {
    width: 6.9rem;
    height: 6.8rem;
    background: url(../images/sp/sec-8-h2-bg.svg) center bottom no-repeat;
    background-size: contain;
    top: 50%;
    left: -1rem;
    transform: translateY(-3rem);
  }
  .sec-8 h2 big {
    font-size: 3.2rem;
  }
  .sec-8 .box {
    padding: 2rem 1.5rem;
  }
  .sec-8 .box ul li {
    padding-bottom: 0.7em;
    margin-bottom: 0.7em;
  }

  .more-content {
    height: 51rem;
    padding-bottom: 8.5rem;
  }
  .more-content:before {
    height: 13rem;
    background: linear-gradient(to bottom, transparent 0, #f0ece1 50%);
  }

  .sec-9 {
    padding: 4rem 0 5rem;
  }
  .sec-9 h2 {
    width: 30rem;
    height: 5.5rem;
    font-size: 2rem;
    margin: 0 auto 2.4rem;
  }
  .sec-9 h2::before,
  .sec-9 h2::after {
    width: 1.2rem;
    height: 1.2rem;
  }
  .sec-9 h2::before {
    left: 1.5rem;
  }
  .sec-9 h2::after {
    right: 1.5rem;
  }
  .sec-9 ul.voice-li > li {
    display: block;
    padding: 1.5rem 1.5rem 2.4rem;
    position: relative;
  }
  .sec-9 ul.voice-li > li + li {
    margin-top: 1.6rem;
  }
  .sec-9 ul.voice-li > li img.img {
    width: 6.4rem;
    position: absolute;
    left: 1.5rem;
    top: 1.5rem;
  }
  .sec-9 ul.voice-li > li h3 {
    font-size: 2rem;
    width: calc(100% - 7.6rem);
    padding-bottom: 0.6em;
    margin: 1.4rem 0 2rem auto;
  }
  .sec-9 ul.voice-li > li p b {
    font-size: 2rem;
  }

  .sec-10 {
    padding: 4rem 0 3rem;
  }
  .sec-10 .box .h2-wrap {
    padding: 2rem 0 1.5rem;
    font-size: 1.8rem;
  }
  .sec-10 .box .h2-wrap::before {
    width: 17.8rem;
    height: 6.6rem;
  }
  .sec-10 .box .h2-wrap h2 {
    font-size: 2.2rem;
    line-height: 1.2;
    margin-top: 0.2em;
  }
  .sec-10 .box .h2-wrap h2::before {
    width: 31.5rem;
    background: url(../images/sp/sec-10-h2-bg.png) center center no-repeat;
    background-size: 100% auto;
  }
  .sec-10 .box .h2-wrap h2 span {
    font-size: 3.2rem;
  }
  .sec-10 .box .h2-wrap h2 big {
    font-size: 4.4rem;
    margin: 0 0.1em 0 0;
  }
  .sec-10 .box .inner {
    padding: 1.5rem 1.5rem 3rem;
  }
  .sec-10 .box ul > li {
    display: block;
    padding: 0 0 1.5rem 0;
    margin-bottom: 1.5rem;
  }
  .sec-10 .box ul li .num {
    font-size: 4.4rem;
  }
  .sec-10 .box ul li h3 {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    min-height: 8rem;
    font-size: 2rem;
    padding-left: 15.3rem;
    margin-bottom: 0.8em;
  }
  .sec-10 .box ul li h3 big {
    font-size: 2.8rem;
  }
  .sec-10 .box ul li img.img {
    width: 8.7rem;
    position: absolute;
    left: 5.2rem;
    top: 0;
  }
  .sec-10 .box ul li .txt {
    margin-top: 0;
  }
  .sec-10 .box ul li .balloon {
    height: 4rem;
    border-radius: 2rem;
    font-size: 1.6rem;
    margin: 2rem 0;
  }
  .sec-10 .box ul li .balloon::before {
    width: 1.4rem;
    height: 1rem;
    bottom: -0.9rem;
  }
  .sec-10 .box ul li .balloon big {
    font-size: 2rem;
  }
  .sec-10 .box ul li ol li {
    padding-left: 2.9rem;
  }
  .sec-10 .box ul li ol li::before {
    width: 2.9rem;
    font-size: 1.25em;
    left: -0.6rem;
    top: 0.2em;
  }
  .sec-10 .attention {
    font-size: 1.4rem;
  }

  .sec-11 {
    padding: 3rem 0 4rem;
  }
  .sec-11 .content {
    padding: 0;
  }
  .sec-11 h2 {
    font-size: 1.9rem;
    margin: 0 auto 2rem;
  }
  .sec-11::before,
  .sec-11::after {
    top: 3rem;
  }
  .sec-11::before {
    width: 7.1rem;
    height: 8rem;
    margin-left: -17.5rem;
  }
  .sec-11::after {
    width: 4.3rem;
    height: 8rem;
    margin-right: -16.3rem;
  }
  .sec-11 h2 > .pink {
    font-size: 2.3rem;
  }
  .sec-11 h2 > big,
  .sec-11 h2 > big .pink {
    font-size: 4rem;
  }
  .sec-11 .accttl {
    margin-bottom: 0.8rem;
  }
  .sec-11 .accttl > div {
    padding: 1.8rem 7rem 1.8rem 1.4rem;
    font-size: 1.4rem;
  }
  .sec-11 .accttl h3 {
    font-size: 2.4rem;
    margin-bottom: 0.1em;
  }
  .sec-11 .accttl > div p {
    line-height: 1.5;
  }
  .sec-11 .accttl.plus > *::after {
    width: 2.4rem;
    height: 2.4rem;
    border: 1px solid #fff;
    right: 1.5rem;
  }
  .sec-11 .accttl.plus::before,
  .sec-11 .accttl.plus::after {
    width: 1.2rem;
    height: 2px;
    border-radius: 1px;
    right: 2.1rem;
  }
  .sec-11 .accshow {
    padding-top: 1.6rem;
    margin-bottom: 4rem;
  }
  .plan-b + ul.asterisk {
    margin: 1.6rem 1.5rem 0;
  }

  .tag {
    width: 4.6rem;
    line-height: 1.6rem;
    font-size: 1.2rem;
  }

  .list-tab {
    padding: 0 0.4rem;
    gap: 0.4rem;
  }
  .list-tab > li {
    flex-direction: column;
    padding-top: 1.5em;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .list-tab > li b {
    font-size: 1.6rem;
  }

  .tab-content dl.details-dl {
    grid-template-columns: 12rem 1fr;
    font-size: 1.4rem;
  }
  .tab-content dl.details-dl dd {
    min-height: 1.2rem;
  }
  .tab-content h4 {
    height: 5.6rem;
    font-size: 2rem;
  }
  .tab-content h4 .tag {
    margin-right: 0.8rem;
  }
  .tab-content .note {
    height: 3.6rem;
    font-size: 1.2rem;
  }
  .tab-content .note span {
    width: 6.4rem;
    line-height: 1.9rem;
    font-size: 1.2rem;
    margin-right: 0.8rem;
  }
  .tab-content .dl-wrap dl {
    font-size: 1.4rem;
  }
  .tab-content .attention {
    padding: 0 1.5rem;
  }
  .tab-content .over50 {
    padding: 0.8rem 1.5rem;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .tab-content .over50 b {
    font-size: 1.4rem;
  }

  .sec-12 {
    padding: 3rem 0 1.5rem;
  }
  .sec-12 .content {
    padding: 0;
  }
  .sec-12 .accttl h2 {
    padding: 1rem 1.5rem;
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
  }
  .sec-12 .accshow {
    margin-bottom: 4rem;
  }
  .sec-12 .accshow dl {
    grid-template-columns: 40% 60%;
    font-size: 1.4rem;
  }
  .sec-12 .accshow dl dt {
    padding-left: 1.5rem;
  }
  .sec-12 .accshow dl dd {
    padding-right: 1.5rem;
  }
  .sec-12 .accshow ol.circle-num {
    font-size: 1.4rem;
  }
  .sec-12 .accshow > ul.asterisk {
    margin: 1em 1.5rem 0;
  }

  .sec-13 {
    padding: 4rem 0 5rem;
  }
  .sec-13 h2 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .sec-13 ul.faq-li > li + li {
    margin-top: 1.2rem;
  }
  .sec-13 ul.faq-li > li .accttl h3 {
    font-size: 1.6rem;
    padding: 1.5rem 5rem 1.5rem 4rem;
  }
  .sec-13 ul.faq-li > li .accttl h3::before,
  .sec-13 ul.faq-li > li .accshow::before {
    font-size: 2.4rem;
    left: 1.5rem;
  }
  .sec-13 ul.faq-li > li .accttl h3::before {
    top: 50%;
    transform: translateY(-50%);
  }
  .sec-13 ul.faq-li > li .accshow {
    padding: 0 1.5rem 1.5rem 4rem;
  }
  .sec-13 a.btn {
    margin: 2rem auto 0;
  }

  .sec-14 {
    font-size: 1.2rem;
    padding: 2.4rem 0 4rem;
  }
  .sec-14 p {
    margin-top: 4rem;
  }

  footer {
    text-align: left;
    padding: 2.4rem 0;
  }
  footer .copy {
    text-align: center;
  }
} /*　スマホここまで */

/* 三大疾病診断保険金 支払事由・支払要件テーブル
------------------------------------------------------------------------------------------------*/
.payment-table {
  margin-top: 1.6rem;
  width: 100%;
  border-collapse: collapse;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3125;
  background: #fff;
}

.payment-table thead th {
  background: #f0f0f0;
  border: 1px solid #c3c3c3;
  padding: 0.4rem 1rem 0.5rem;
  text-align: center;
  color: #222222;
}

.payment-table tbody td {
  border: 1px solid #c3c3c3;
  padding: 0.4rem 1.2rem 0.5rem;
  vertical-align: top;
  line-height: 1.25;
}

.payment-table tbody td.reason {
  width: 38.05%;
  background: #fff;
}

.payment-table tbody td.requirement {
  width: 61.95%;
  background: #fff;
}

.payment-table tbody td.requirement ul {
  padding-left: 0;
}

.payment-table tbody td.requirement ul li {
  display: block;
  padding: 0.2rem 0;
}

.payment-table tbody td.requirement ul li span {
  padding-right: 0.5rem;
}

.payment-table tbody td.requirement ul li:last-child {
  margin-bottom: 0;
}

/*　スマホ用テーブルスタイル
------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {
  .payment-table {
    font-size: 1.2rem;
    line-height: 1.16666667;
  }

  .payment-table thead th {
    padding: 0.4rem 0.5rem 0.5rem;
  }

  .payment-table tbody td {
    padding: 0.4rem 0.35rem 0.5rem;
  }

  .payment-table tbody td.reason {
    width: 37.54%;
    text-indent: -1.3em;
    padding-left: 1.7em;
  }

  .payment-table tbody td.requirement {
    width: 62.46%;
  }

  .payment-table tbody td .num {
    line-height: 1.5;
    padding-right: 0.2rem;
  }

  .payment-table tbody td.requirement ul li {
    text-indent: -1.4em;
    padding-left: 1.4em;
  }

  .payment-table tbody td.requirement ul li span {
    padding-right: 0.2rem;
  }
}
