html {
    scroll-behavior: smooth;
  }
  
  .price {
    padding-top: 20px;
    padding-bottom: 160px;
  }
  @media screen and (max-width: 767px) {
    .price {
      padding-top: 16vw;
      padding-bottom: 20.6666666667vw;
    }
  }
  .price p, .price span, .price th, .price td {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.68;
  }
  @media screen and (max-width: 767px) {
    .price p, .price span, .price th, .price td {
      font-size: 3.2rem;
    }
  }
  .price__contents {
    margin-top: 80px;
  }
  @media screen and (max-width: 767px) {
    .price__contents {
      margin-top: 10.6666666667vw;
    }
  }
  .price__section + .price__section {
    margin-top: 155px;
  }
  @media screen and (max-width: 767px) {
    .price__section + .price__section {
      margin-top: 19.3333333333vw;
    }
  }
  .price__heading + .fee-table-wrap {
    margin-top: 55px;
  }
  .price__heading + .border-wrap {
    margin-top: 80px;
  }
  @media screen and (max-width: 767px) {
    .price__heading + .border-wrap {
      margin-top: 9.3333333333vw;
    }
  }
  .price__btn {
    position: relative;
    max-width: 450px;
    width: 100%;
    margin: 28px auto 0;
  }
  @media screen and (max-width: 767px) {
    .price__btn {
      width: 78.6666666667vw !important;
    }
  }
  .price__btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-image: url("../../../assets/img/common/icon_apply.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  @media screen and (max-width: 767px) {
    .price__btn::after {
      right: 3.7333333333vw;
    }
  }
  .price__btn a {
    padding: 28px 0 !important;
  }
  @media screen and (max-width: 767px) {
    .price__btn a {
      padding: 2.6666666667vw 0 !important;
    }
  }
  .price__btn span {
    font-weight: 700;
  }
  @media screen and (max-width: 767px) {
    .price__btn span {
      line-height: 1.3;
    }
  }
  .price__link-cover {
    width: 100%;
    margin-top: 56px;
    padding: 58px 0 40px 0;
    text-align: center;
    background-image: url("../../../assets/img/facility/facility_lower__link_area.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .price__link-cover p {
    font-size: 2rem;
    font-weight: 700;
    color: #333333;
  }
  @media screen and (max-width: 767px) {
    .price__link-cover p {
      font-size: 3.6rem;
    }
  }
  
  .anchor-link-block {
    display: flex;
    background-color: #f4f3f2;
    border-radius: 5px;
  }
  @media screen and (max-width: 767px) {
    .anchor-link-block {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }
  }
  .anchor-link-block__list {
    position: relative;
    width: 25%;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .anchor-link-block__list {
      width: 100%;
    }
  }
  @media screen and (max-width: 767px) {
    .anchor-link-block__list:nth-of-type(2)::after {
      display: none;
    }
  }
  .anchor-link-block__list:not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 3em;
    background-color: #d9d9d9;
  }
  .anchor-link-block a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 16px 0 24px;
  }
  .anchor-link-block a:hover span {
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }
  .anchor-link-block span {
    position: relative;
    padding-bottom: 8px;
    color: #005191;
  }
  .anchor-link-block span::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    border-top: 2px solid #005191;
    border-left: 2px solid #005191;
    transform: translateY(-50%) rotate(225deg);
  }
  
  .fee-table-wrap {
    margin-top: 80px;
    padding-top: 35px;
    border-top: 1px solid #333333;
  }
  @media screen and (max-width: 767px) {
    .fee-table-wrap {
      margin-top: 10.6666666667vw;
      padding-top: 4.6666666667vw;
    }
  }
  .fee-table-wrap h3 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.1;
  }
  @media screen and (max-width: 767px) {
    .fee-table-wrap h3 {
      font-size: 4rem;
    }
  }
  .fee-table-wrap .flex {
    display: flex;
  }
  @media screen and (max-width: 992px) {
    .fee-table-wrap .flex {
      flex-direction: column;
      align-items: center;
    }
  }
  .fee-table-wrap .announce {
    margin-top: 15px;
    font-size: 1.3rem;
  }
  @media screen and (max-width: 767px) {
    .fee-table-wrap .announce {
      font-size: 2.6rem;
    }
  }
  
  .fee-table {
    display: flex;
    flex-direction: column;
  }
  .fee-table .tax {
    margin-top: 36px;
    margin-bottom: 16px;
    text-align: right;
    font-size: 1.2rem;
    letter-spacing: 0.04em;
  }
  @media screen and (max-width: 767px) {
    .fee-table .tax {
      margin-top: 6.6666666667vw;
      margin-bottom: 4.8vw;
      font-size: 2.6rem;
    }
  }
  .fee-table .table {
    border: 1px solid #d9d9d9;
    border-collapse: collapse;
  }
  .fee-table .table--half {
    width: 540px;
  }
  @media screen and (max-width: 767px) {
    .fee-table .table--half {
      width: 100%;
    }
  }
  .fee-table .table + p {
    margin: 24px 0;
  }
  @media screen and (max-width: 767px) {
    .fee-table .table + p {
      margin: 4.8vw 0;
    }
  }
  .fee-table th, .fee-table td {
    text-align: center;
    border: 1px solid #d9d9d9;
    border-collapse: collapse;
    vertical-align: middle;
  }
  .fee-table th {
    padding: 18px 0;
    font-weight: 700;
    color: #333333;
    background-color: #f3f2f1;
  }
  @media screen and (max-width: 767px) {
    .fee-table th {
      padding: 2.6666666667vw 0;
    }
  }
  @media screen and (max-width: 767px) {
    .fee-table td {
      padding: 3.3333333333vw 0;
    }
  }
  .fee-table .th-left {
    width: 180px;
  }
  .fee-table .th-20 {
    width: 20%;
  }
  .fee-table .td-cell {
    width: 120px;
  }
  .fee-table .td-cell-left {
    padding: 18px 0 18px 18px;
    text-align: left;
  }
  @media screen and (max-width: 767px) {
    .fee-table .td-cell-left {
      padding: 2.4vw 3.4666666667vw;
    }
  }
  .fee-table .td-heading {
    font-weight: 700;
  }
  .fee-table > .kome-text {
    margin: 36px 0 22px 0;
  }
  .fee-table > .kome-text+.kome-text {
    margin-top: 0;
  }
  @media screen and (max-width: 767px) {
    .fee-table--general td {
      padding-left: 3.3333333333vw;
      padding-right: 3.3333333333vw;
      text-align: left;
    }
  }
  @media screen and (max-width: 767px) {
    .fee-table--general .td-heading {
      text-align: center;
    }
  }
  @media screen and (max-width: 767px) {
    .fee-table--simple th, .fee-table--simple td {
      display: block;
    }
  }
  @media screen and (max-width: 767px) {
    .fee-table--month td {
      width: 50%;
    }
  }
  @media screen and (max-width: 767px) {
    .fee-table--group tr td:first-of-type {
      width: 29.851%;
    }
  }
  
  .kome-list {
    margin-top: 35px;
    margin-left: 50px;
  }
  @media screen and (max-width: 992px) {
    .kome-list {
      margin-left: 0;
    }
  }
  @media screen and (max-width: 767px) {
    .kome-list {
      margin: 16vw 0 0 0;
    }
  }
  
  .kome-text {
    display: flex;
    column-gap: 8px;
    margin-bottom: 8px;
  }
  .kome-text span {
    cursor: text;
  }
  .kome-text.is-important {
    color: #c80000;
  }
  .kome-text--small span {
    font-size: 1.3rem;
    color: #666666;
  }
  @media screen and (max-width: 767px) {
    .kome-text--small span {
      font-size: 2.6rem;
    }
  }
  
  .is-colorChange.kome-text.is-important {
    color: #ff66ff;
  }
  .is-colorChange.kome-text--small span {
    color: #ffffff;
  }
  
  .circle-text {
    display: flex;
    align-items: start;
    column-gap: 18px;
    margin-bottom: 8px;
  }
  .circle-text span {
    cursor: text;
  }
  @media screen and (max-width: 767px) {
    .circle-text {
      column-gap: 2.6666666667vw;
    }
  }
  .circle-text span:first-of-type {
    width: 9px;
    height: 9px;
    margin-top: 10px;
    background-color: #2b9fc8;
    border-radius: 50%;
  }
  @media screen and (max-width: 767px) {
    .circle-text span:first-of-type {
      width: 2.4vw;
      height: 2.4vw;
      margin-top: 2.4vw;
      flex-shrink: 0;
    }
  }
  
  .border-wrap {
    margin-top: 50px;
    padding: 48px 0 48px 35px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
  }
  @media screen and (max-width: 767px) {
    .border-wrap {
      padding: 6vw 5.0666666667vw;
    }
  }
  .border-wrap .flex {
    display: flex;
    align-items: center;
  }
  @media screen and (max-width: 767px) {
    .border-wrap .flex {
      flex-direction: column;
    }
  }
  .border-wrap__btn {
    margin-left: 55px;
  }
  @media screen and (max-width: 767px) {
    .border-wrap__btn {
      width: 100% !important;
      margin-top: 5.3333333333vw;
      margin-left: 0;
    }
  }
  .border-wrap__btn span {
    font-weight: 700;
  }
  @media screen and (max-width: 767px) {
    .border-wrap__btn span {
      line-height: 1.18;
    }
  }
  .border-wrap .heading {
    margin-bottom: 16px;
    font-size: 2rem;
    font-weight: 700;
  }
  @media screen and (max-width: 767px) {
    .border-wrap .heading {
      margin-bottom: 5.0666666667vw;
      font-size: 4rem;
    }
  }
  
  .heading-bottom-txt {
    margin: 40px 0;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .heading-bottom-txt {
      margin: 8vw 0 0 0;
    }
  }
  .heading-bottom-txt span {
    font-size: 2.5rem;
    font-weight: 700;
    color: #005191;
    cursor: text;
  }
  @media screen and (max-width: 767px) {
    .heading-bottom-txt span {
      font-size: 4rem;
    }
  }
  .heading-bottom-txt span:last-of-type {
    display: block;
    margin-top: 8px;
    font-size: 1.6rem;
  }
  @media screen and (max-width: 767px) {
    .heading-bottom-txt span:last-of-type {
      font-size: 3.2rem;
    }
  }
  
  .info-smart {
    margin-top: 45px;
    border-radius: 5px;
    background-color: #f4f3f2;
  }
  @media screen and (max-width: 767px) {
    .info-smart {
      padding: 0 5.3333333333vw;
    }
  }
  
  .info-smart-top {
    display: flex;
    align-items: center;
    padding: 50px 0;
    margin: 0 36px;
    border-bottom: 1px solid #d9d9d9;
  }
  @media screen and (max-width: 767px) {
    .info-smart-top {
      flex-direction: column;
      justify-content: center;
      padding: 6.6666666667vw 0 5.3333333333vw 0;
      margin: 0;
    }
  }
  .info-smart-top__logo {
    width: 200px;
  }
  @media screen and (max-width: 767px) {
    .info-smart-top__logo {
      width: 53.3333333333vw;
    }
  }
  .info-smart-top__text {
    margin-left: 25px;
  }
  @media screen and (max-width: 767px) {
    .info-smart-top__text {
      margin: 5.3333333333vw 0 0 0;
    }
  }
  .info-smart-top__text p {
    color: #333333;
    letter-spacing: 0.05em;
  }
  .info-smart-top__text p:first-of-type {
    font-size: 1.6rem;
    font-weight: 700;
  }
  @media screen and (max-width: 767px) {
    .info-smart-top__text p:first-of-type {
      font-size: 3.2rem;
      line-height: 1.68;
    }
  }
  .info-smart-top__text p:last-of-type {
    margin-top: 10px;
    font-size: 1.3rem;
    font-weight: 400;
  }
  @media screen and (max-width: 767px) {
    .info-smart-top__text p:last-of-type {
      font-size: 2.6rem;
      line-height: 1.68;
    }
  }
  
  .info-smart-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
  }
  @media screen and (max-width: 767px) {
    .info-smart-bottom {
      flex-direction: column;
      padding: 6.6666666667vw 0;
    }
  }
  
  .info-box {
    max-width: 350px;
    width: 100%;
  }
  .info-box__top {
    padding: 15px 0;
    text-align: center;
    border-radius: 5px 5px 0 0;
    background-color: #1479c7;
  }
  @media screen and (max-width: 767px) {
    .info-box__top {
      padding: 3.3333333333vw 0;
    }
  }
  .info-box__top p {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
  }
  @media screen and (max-width: 767px) {
    .info-box__top p {
      font-size: 3.2rem;
    }
  }
  .info-box__bottom {
    padding: 25px 40px;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
  }
  @media screen and (max-width: 767px) {
    .info-box__bottom {
      padding: 4.6666666667vw 5.3333333333vw;
    }
  }
  .info-box__title {
    font-size: 2rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .info-box__title {
      font-size: 3.2rem !important;
    }
  }
  .info-box__text {
    margin-top: 20px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.68;
  }
  @media screen and (max-width: 767px) {
    .info-box__text {
      font-size: 3.2rem;
    }
  }
  
  .info-table {
    margin-top: 20px;
  }
  @media screen and (max-width: 767px) {
    .info-table {
      margin-top: 3.3333333333vw;
    }
  }
  .info-table .table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #d9d9d9;
  }
  .info-table .table__block03 {
    width: 164px;
  }
  .info-table .table__block04 {
    width: 325px;
  }
  .info-table .table__row01 th {
    padding: 16px 0;
  }
  .info-table .table__row02 th {
    padding: 6px 0;
  }
  .info-table .table__sub-head {
    width: 124px;
  }
  .info-table th {
    color: #333333;
    background-color: #f3f2f1;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .info-table td {
    font-size: 1.6rem;
    font-weight: 400;
  }
  .info-table th, .info-table td {
    text-align: center;
    border-collapse: collapse;
    border: 1px solid #d9d9d9;
    vertical-align: middle;
    line-height: 1.68;
  }
  .info-table tbody td {
    padding: 14px 0;
  }
  .info-table tbody th {
    padding: 16px 0;
  }
  
  .plus {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 15px;
  }
  @media screen and (max-width: 767px) {
    .plus {
      margin: 4vw 0;
    }
  }
  .plus span {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #333333;
  }
  .plus span:first-of-type {
    transform: translateY(-50%);
  }
  .plus span:last-of-type {
    transform: translateY(-50%) rotate(90deg);
  }
  @media screen and (max-width: 767px) {
    .plus--short {
      width: 2.6666666667vw;
      height: 2.6666666667vw;
      margin: 0;
    }
  }
  
  @media screen and (max-width: 767px) {
    .is-open .plus span:last-of-type {
      display: none;
    }
  }
  
  .sp-table {
    margin-top: 3.3333333333vw;
  }
  .sp-table__list {
    border-top: 2px solid #d9d9d9;
    border-left: 2px solid #d9d9d9;
    border-right: 2px solid #d9d9d9;
  }
  .sp-table__heading {
    position: relative;
    padding: 4vw;
    border-bottom: 2px solid #d9d9d9;
    background-color: #f3f2f1;
  }
  .sp-table__heading p {
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    color: #333333;
  }
  .sp-table__plus {
    position: absolute;
    top: 50%;
    right: 4vw;
    transform: translateY(-50%);
  }
  
  .sp-table-tab {
    opacity: 0;
    height: 0;
    transition: all 0.3s ease-out;
    background-color: #fff;
  }
  .sp-table-tab.is-open {
    opacity: 1;
    height: auto;
    transition: all 0.3s ease-out;
  }
  .sp-table-tab__heading {
    margin: 0 4vw;
    padding: 4vw;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    line-height: 1.68;
    border-bottom: 2px solid #d9d9d9;
  }
  .sp-table-tab__contents {
    padding: 4vw;
    border-bottom: 2px solid #d9d9d9;
  }
  .sp-table-tab__contents p {
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: 0.05rem;
    line-height: 1.68;
  }
  
  .heading__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 18px;
    justify-content: center;
    font-size: 3.2rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
    line-height: 1.12 !important;
  }
  
  @media screen and (max-width: 767px) {
    .heading__text {
      font-size: 4.6rem !important;
    }
  }

  .mb-0 {
    margin-bottom: 0!important;
  }