.page-header {
  position: relative;
  aspect-ratio: 1920 / 576;
  width: 100%;
  min-height: clamp(225px, calc(7.769rem + 23.53vw), 576px);
  padding: clamp(108px, calc(4.025rem + 10.19vw), 260px) 32px clamp(55px, calc(2.451rem + 3.69vw), 110px);
}
.page-header::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("../img/page_header_bg.webp") top center no-repeat;
  background-size: 100% auto;
}

@media (856px >= width) {
  .page-header::after {
    background: url("../img/page_header_bg_sp@2x.webp") top center no-repeat;
    background-size: 100% auto;
  }
}
.page-header__ttl {
  position: absolute;
  left: 0;
  right: 0;
  bottom: clamp(32px, calc(0.602rem + 5.23vw), 110px);
  font-size: clamp(2rem, calc(1.197rem + 3vw), 4.8rem);
  line-height: 1.5;
  color: var(--green-emerald);
  text-align: center;
}
.page-header__ttl small {
  display: block;
  font-size: clamp(1.6rem, calc(1.485rem + 0.43vw), 2rem);
}
.page-header__ttl span {
  display: inline-block;
  line-height: 1.3;
}

.page-wrap {
  margin-top: clamp(-24px, calc(-1.01rem + 9.38vw), -164px);
  padding: clamp(24px, calc(-0.078rem + 5.9vw), 112px) 0 180px;
  background-color: var(--white);
  border-top-left-radius: clamp(24px, calc(-0.365rem + 6.97vw), 128px);
  border-top-right-radius: clamp(24px, calc(-0.365rem + 6.97vw), 128px);
}
.page-wrap section.section:first-child {
  padding-top: 0;
}

.table__notes {
  font-size: 80%;
}

.table__wrap {
  margin-bottom: 84px;
  width: 100%;
}

/* ---------- DISPLAY ---------- */
/* ---------- PHONE ---------- */
@media (856px >= width) {
  .table__wrap {
    overflow-x: scroll;
    position: relative;
  }
  .table__wrap::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  .table__wrap::-webkit-scrollbar-track {
    background-color: white;
    height: 6px;
  }
  .table__wrap::-webkit-scrollbar-thumb {
    background-color: #00A99D;
    width: 6px;
    height: 6px;
  }
  .table__wrap th, .table__wrap td {
    white-space: nowrap;
  }
}
table.table__plan {
  font-weight: var(--fm);
}
table.table__plan tr th, table.table__plan tr td {
  border: 1px solid #000;
  font-weight: var(--fm);
  text-align: center;
  vertical-align: middle;
}
table.table__plan tr th {
  background-color: #DCDDDD;
  padding: 6px;
  font-size: 1.2rem;
}
table.table__plan tr td {
  padding: 20px 18px;
  font-size: 1.2rem;
  line-height: 1.5;
}
table.table__plan tr .table__ttl {
  border: none;
  padding: 0 0 0 3rem;
  font-size: 1.8rem;
  text-align: left;
  text-indent: -3rem;
  vertical-align: top;
}
table.table__plan tr .table__ttl::before {
  content: '';
  display: inline-block;
  background-color: #00A99D;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  vertical-align: middle;
}
table.table__plan tr .table__ttl span {
  font-size: 80%;
}
table.table__plan tr .plan {
  width: 170px;
}
table.table__plan tr .style-none {
  border: none;
}
table.table__plan tr .style-none::before {
  display: none;
}
table.table__plan tr .merit {
  width: 160px;
}
table.table__plan tr .naiyo {
  width: 250px;
}
table.table__plan tr .plan.plan--platinum {
  background-color: #b9adff;
  color: #595757;
}
table.table__plan tr .plan.plan--gold {
  background-color: #D2CDB4;
  color: #595757;
}
table.table__plan tr .plan.plan--silver {
  background-color: #CACACA;
  color: #595757;
}
table.table__plan tr .plan.plan--bronze {
  background-color: #e1aea5;
  color: #595757;
}
table.table__plan tr .price {
  font-size: 1.8rem;
}
table.table__plan tr .price small {
  font-size: 70%;
}
table.table__plan tr .price.plan--platinum {
  color: #8874e6;
}
table.table__plan tr .price.plan--gold {
  color: #92844b;
}
table.table__plan tr .price.plan--silver {
  color: #666666;
}
table.table__plan tr .price.plan--bronze {
  color: #974f21;
}

.page__ttl {
  font-size: 3.4rem;
  line-height: 1.5;
  color: #8874ff;
  text-align: center;
  margin-bottom: 36px;
}
.page__ttl > small {
  display: block;
  color: #000;
  font-size: 45%;
  margin: 1% 0 0 0;
}
.page__ttl + p {
  font-size: 1.4rem;
  line-height: 1.5;
}

html[lang="ja"] .page__ttl + p {
  text-align: center;
}

/* ---------- PHONE ---------- */
@media (856px >= width) {
  .page__ttl > span {
    display: block;
  }
  .page__ttl + p {
    line-height: 2;
  }
}
.txt--here {
  font-size: 2.3rem;
  text-align: center;
  margin-bottom: 32px;
  padding-bottom: 24px;
  position: relative;
}
.txt--here::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  margin: 12px auto 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  animation: scroll-btm linear 0.8s infinite;
}

@keyframes scroll-btm {
  0% {
    bottom: 10px;
  }
  100% {
    bottom: 0;
  }
}
/* ---------- POLICY ---------- */
body#page-policy main.main .inner {
  max-width: 1100px;
}

ol.policy__lists > li {
  margin-bottom: 48px;
  padding-left: 0;
}
ol.policy__lists > li::before {
  display: none;
}
ol.policy__lists > li p {
  margin-bottom: 16px;
}

.policy__lists__ttl {
  display: block;
  max-width: 660px;
  margin-bottom: 16px;
  margin-left: -70px;
  padding: 8px 24px 8px 70px;
  border: 1px solid var(--black);
  border-left: none;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.contact-box {
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  padding: 16px;
}
