@charset "UTF-8";
/*
デザイン上のpxサイズをvwに変換
viewportはデザインの横幅サイズ
*/
/*
メディアクエリ
記述例
body{
  @include ms-w('max',1200){
    background-color: red;
  }
}
*/
/*
ICON FONT
*/
/************************************************************
SCREEN ALL
*************************************************************/
/************************************************************
SCREEN SP
*************************************************************/
@media (max-width:768px) {
  section.kv {
    margin-top: 15.5px;
  }
  section.kv .kv-inner .kv-txt {
    display: flex;
    padding-left: 13px;
    padding-right: 28px;
  }
  section.kv .kv-inner .kv-txt .kv-txt-en {
    font-size: 33px;
    letter-spacing: 2px;
    white-space: nowrap;
  }
  section.kv .kv-inner .kv-txt .kv-txt-ja {
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    line-height: 2.2;
    letter-spacing: 1.2px;
    padding-top: 0px;
    margin-left: 11px;
  }
  section.kv .kv-inner .kv-txt .kv-txt-ja span {
    border-bottom: 1px solid #bcbcbc;
    width: 100%;
    display: inline-block;
    padding-bottom: 2px;
  }
  section.kv .kv-inner .kv-fig {
    padding-left: 45px;
    margin-top: 10px;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media (min-width:769px) {
  section.kv {
    min-width: 1200px;
    padding: 0 80px;
    margin-top: 7px;
  }
  section.kv .kv-inner {
    width: 100%;
    position: relative;
  }
  section.kv .kv-inner .kv-txt {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 3.9%;
  }
  section.kv .kv-inner .kv-txt .kv-txt-en {
    font-size: 70px;
    letter-spacing: 2px;
  }
  section.kv .kv-inner .kv-txt .kv-txt-ja {
    width: 227px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.2px;
    padding-top: 0px;
    margin-left: 20px;
  }
  section.kv .kv-inner .kv-txt .kv-txt-ja span {
    border-bottom: 1px solid #bcbcbc;
    width: 100%;
    display: inline-block;
    padding-bottom: 8px;
  }
  section.kv .kv-inner .kv-fig {
    padding-left: 23.43%;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
/************************************************************
SCREEN SP
*************************************************************/
@media (max-width:768px) {
  .local-nav {
    margin: 0 5.3333333333vw;
    display: flex;
    justify-content: center;
    padding-top: 30px;
  }
  .local-nav .local-nav-item {
    width: 162px;
    display: flex;
    position: relative;
  }
  .local-nav .local-nav-item::before, .local-nav .local-nav-item::after {
    width: 1px;
    height: 83.33%;
    background-color: #E3E3E3;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 10;
  }
  .local-nav .local-nav-item::before {
    content: "";
  }
  .local-nav .local-nav-item:last-child::after {
    content: "";
    left: auto;
    right: 0;
  }
  .local-nav .local-nav-item.current a, .local-nav .local-nav-item:not(.current) a:hover {
    color: #674498;
    background-image: url("/wp-content/themes/tohaku2309/assets/images/news/mist-purple-small.png");
    background-repeat: no-repeat;
    background-size: auto 170%;
    background-position: center;
  }
  .local-nav .local-nav-item.current a.anchor-link::before, .local-nav .local-nav-item:not(.current) a:hover.anchor-link::before {
    border-color: #674498 transparent transparent transparent;
  }
  .local-nav .local-nav-item a {
    width: 100%;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 22px 0 23px;
  }
  .local-nav .local-nav-item a.anchor-link {
    position: relative;
  }
  .local-nav .local-nav-item a.anchor-link::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.2px 3px 0 3px;
    border-color: #BCBCBC transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media (min-width:769px) {
  .local-nav {
    display: flex;
    justify-content: center;
    padding-top: 60px;
  }
  .local-nav .local-nav-item {
    width: 162px;
    display: flex;
    position: relative;
    border-right: 1px solid #EEEAE5;
  }
  .local-nav .local-nav-item:nth-child(1) {
    border-left: 1px solid #EEEAE5;
  }
  .local-nav .local-nav-item.current a, .local-nav .local-nav-item:not(.current) a:hover {
    color: #674498;
    background-image: url("/wp-content/themes/tohaku2309/assets/images/news/mist-purple-small.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
  }
  .local-nav .local-nav-item.current a.anchor-link::before, .local-nav .local-nav-item:not(.current) a:hover.anchor-link::before {
    border-color: #674498 transparent transparent transparent;
  }
  .local-nav .local-nav-item a {
    width: 100%;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px 0 34px;
  }
  .local-nav .local-nav-item a.anchor-link {
    text-align: center;
    position: relative;
  }
  .local-nav .local-nav-item a.anchor-link::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.7px 5px 0 5px;
    border-color: #BCBCBC transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
.main-contents-container {
  margin-inline: auto;
  background-color: white;
  position: relative;
  z-index: 1;
}
@media (min-width:769px) {
  .main-contents-container {
    width: 88.88%;
  }
}
@media (max-width:768px) {
  .main-contents-container {
    width: 100%;
  }
}
@media (min-width:769px) {
  .main-contents-container {
    padding-bottom: 120px;
  }
}
@media (max-width:768px) {
  .main-contents-container {
    padding-bottom: 120px;
  }
}

.main-content-box {
  margin-inline: auto;
}
@media (min-width:769px) {
  .main-content-box {
    width: 92.19%;
  }
}
@media (max-width:768px) {
  .main-content-box {
    width: 89.3333333333vw;
  }
}

.general-txt {
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media (min-width:769px) {
  .general-txt {
    font-size: 15px;
  }
}
@media (max-width:768px) {
  .general-txt {
    font-size: 15px;
  }
}
.general-txt strong {
  font-weight: 700;
}

.general-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  border: 1px solid #674498;
  text-align: center;
  position: relative;
  transition: background 0.1s, color 0.1s;
}
@media (min-width:769px) {
  .general-btn {
    width: 400px;
  }
}
@media (max-width:768px) {
  .general-btn {
    width: 170px;
  }
}
@media (min-width:769px) {
  .general-btn {
    height: 77px;
  }
}
@media (max-width:768px) {
  .general-btn {
    height: 40px;
  }
}
@media (max-width:768px) {
  .general-btn {
    gap: 12px;
  }
}
@media (hover: hover) {
  .general-btn:hover {
    background: #674498;
    color: #FFF;
  }
  .general-btn:hover .icon {
    color: #FFF;
  }
}
.general-btn .icon {
  color: #674498;
}
@media (min-width:769px) {
  .general-btn .icon {
    font-size: 25px;
  }
}
@media (max-width:768px) {
  .general-btn .icon {
    font-size: 19px;
  }
}
@media (min-width:769px) {
  .general-btn .icon {
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
  }
}
.general-btn .txt {
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.1em;
}
@media (min-width:769px) {
  .general-btn .txt {
    font-size: 24px;
  }
}
@media (max-width:768px) {
  .general-btn .txt {
    font-size: 14px;
  }
}

/************************************************************
SCREEN SP
*************************************************************/
@media (max-width:768px) {
  .anchor-target {
    margin-top: -120px;
    padding-top: 120px;
  }
  .anchor-target--small {
    margin-top: -90px;
    padding-top: 90px;
  }
  .title-bar {
    color: #674498;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.1em;
    text-align: center;
    border-top: 1px solid #674498;
    border-bottom: 1px solid #674498;
    width: 89.3333333333vw;
    margin: 0 auto;
    padding: 10px 0;
  }
  .title-bar .lt-sp {
    letter-spacing: 1em;
  }
  .sub-title-bar {
    color: #674498;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
    letter-spacing: 0.1em;
    padding: 11px 0 11px 35px;
    background-color: #FAF8FF;
    position: relative;
  }
  .sub-title-bar::before {
    content: "";
    width: 25px;
    height: 2px;
    display: block;
    background-color: #674498;
    position: absolute;
    top: 24px;
    left: 0;
  }
  .sub-title-bar .icon-blank {
    transform: scale(0.9);
    display: inline-block;
  }
  section.kv .kv-inner .kv-txt {
    position: relative;
    z-index: 2;
    display: block;
  }
  section.kv .kv-inner .kv-txt .kv-txt-ja {
    margin-top: 10px;
    margin-left: 0;
    width: 182px;
  }
  section.kv .kv-inner .kv-fig {
    margin-top: -75px;
    max-width: 600px;
    margin-left: auto;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media (min-width:769px) {
  .anchor-target {
    margin-top: -160px;
    padding-top: 160px;
  }
  .anchor-target--small {
    margin-top: -110px;
    padding-top: 110px;
  }
  .title-bar {
    color: #674498;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.1em;
    text-align: center;
    border-top: 1px solid #674498;
    border-bottom: 1px solid #674498;
    width: 92.19%;
    margin: 0 auto;
    padding: 16px 0;
  }
  .title-bar .lt-sp {
    letter-spacing: 1em;
  }
  .title-bar small {
    font-size: 0.6em;
  }
  .sub-title-bar {
    color: #674498;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.7em;
    letter-spacing: 0.1em;
    padding: 15px 0 15px 53px;
    background-color: #FAF8FF;
    position: relative;
  }
  .sub-title-bar::before {
    content: "";
    width: 35px;
    height: 2px;
    display: block;
    background-color: #674498;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .sub-title-bar .icon-blank {
    transform: scale(0.8);
    display: inline-block;
  }
  main {
    overflow: hidden;
    padding-bottom: 200px;
  }
  main::before {
    content: "";
    background-image: url("/wp-content/themes/tohaku2309/assets/images/home/mist-purple.jpg");
    background-size: 1200px 1200px;
    width: 1200px;
    height: 1200px;
    display: block;
    position: absolute;
    right: -500px;
    top: 80%;
    margin-top: -600px;
  }
  main::after {
    content: "";
    background-image: url("/wp-content/themes/tohaku2309/assets/images/home/mist-purple.jpg");
    background-size: 1200px 1200px;
    width: 1200px;
    height: 1200px;
    display: block;
    position: absolute;
    left: -300px;
    bottom: -500px;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
.top {
  position: relative;
  z-index: 5;
}
.top-inner {
  padding-top: 60px;
}
.top-title {
  color: #674498;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.1em;
}
@media (min-width:769px) {
  .top-title {
    font-size: 36px;
  }
}
@media (max-width:768px) {
  .top-title {
    font-size: 26px;
  }
}
@media (min-width:769px) {
  .top-title {
    text-align: center;
  }
}
@media screen and (max-width:768px) and (min-width: 700px) {
  .top-title {
    text-align: center;
  }
}
@media screen and (max-width:768px) and (min-width: 700px) {
  .top-title br {
    display: inline-block !important;
  }
}
.top-txt {
  margin-top: 20px;
  color: #674498;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1em;
}
@media (min-width:769px) {
  .top-txt {
    font-size: 24px;
  }
}
@media (max-width:768px) {
  .top-txt {
    font-size: 18px;
  }
}
@media (min-width:769px) {
  .top-txt {
    text-align: center;
  }
}
@media screen and (max-width:768px) and (min-width: 700px) {
  .top-txt {
    text-align: center;
  }
}
@media screen and (max-width:768px) and (min-width: 700px) {
  .top-txt {
    margin-inline: auto;
    max-width: 370px;
  }
}

/************************************************************
SCREEN SP
*************************************************************/
/************************************************************
SCREEN PC
*************************************************************/
/************************************************************
SCREEN ALL
*************************************************************/
@media (min-width:769px) {
  .about {
    padding-top: 80px;
  }
}
@media (max-width:768px) {
  .about {
    padding-top: 30px;
  }
}
@media (min-width:769px) {
  .about-columns {
    max-width: 1500px;
    margin-inline: auto;
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1.128fr;
    gap: 4.0677966102%;
  }
}
@media (max-width:768px) {
  .about-column {
    padding-top: 30px;
  }
}
.about-column-txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.1em;
}
.about-column-link {
  margin-top: 20px;
}
.about-column-qa {
  background-color: #FAF8FF;
  padding: 24px;
}
.about-column-q {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.1em;
  padding-bottom: 12px;
  border-bottom: 1px solid #674498;
}
.about-column-a {
  padding-top: 14px;
  font-size: 15px;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.1em;
}

/************************************************************
SCREEN SP
*************************************************************/
/************************************************************
SCREEN PC
*************************************************************/
/************************************************************
SCREEN ALL
*************************************************************/
@media (min-width:769px) {
  .benefits {
    padding-top: 100px;
  }
}
@media (max-width:768px) {
  .benefits {
    padding-top: 50px;
  }
}
@media (min-width:769px) {
  .benefits-boxes {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.7118644068%;
  }
}
@media (max-width:768px) {
  .benefits-boxes {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
.benefits-box-body {
  margin-top: 16px;
}
.benefits-box-num {
  color: #674498;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
}
.benefits-box-name {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.1em;
  padding-bottom: 8px;
  border-bottom: 1px solid #674498;
}
.benefits-box-txt {
  padding-top: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.1em;
}

/************************************************************
SCREEN SP
*************************************************************/
/************************************************************
SCREEN PC
*************************************************************/
/************************************************************
SCREEN ALL
*************************************************************/
@media (min-width:769px) {
  .flow {
    padding-top: 100px;
  }
}
@media (max-width:768px) {
  .flow {
    padding-top: 50px;
  }
}
@media (min-width:769px) {
  .flow-contents {
    padding-top: 50px;
  }
}
@media (max-width:768px) {
  .flow-contents {
    padding-top: 30px;
  }
}
@media (min-width:769px) {
  .flow-table {
    margin-top: 40px;
  }
}
@media (max-width:768px) {
  .flow-table {
    margin-top: 30px;
  }
}
.flow-table__inner {
  width: 100%;
  border-collapse: collapse;
}
@media (min-width:769px) {
  .flow-table__inner {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .flow-table__inner {
    font-size: clamp(5px, 3.4666666667vw, 13px);
  }
}
@media (min-width:769px) {
  .flow-table__th:nth-of-type(2), .flow-table__td:nth-of-type(2), .flow-table__th:nth-of-type(4), .flow-table__td:nth-of-type(4) {
    width: 20%;
  }
}
@media (max-width:768px) {
  .flow-table__th:nth-of-type(2), .flow-table__td:nth-of-type(2), .flow-table__th:nth-of-type(4), .flow-table__td:nth-of-type(4) {
    width: 15%;
  }
}
.flow-table__th, .flow-table__td {
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
}
.flow-table__th {
  font-weight: 500;
  background-color: #eee;
  white-space: nowrap;
  line-height: 1.3;
}
@media (min-width:769px) {
  .flow-table__th {
    padding: 10px 20px;
  }
}
@media (max-width:768px) {
  .flow-table__th {
    padding: 0.5em 0.25em;
  }
}
.flow-table__th:nth-of-type(n+3) {
  background-color: #e9ecff;
}
.flow-table__td {
  font-weight: 700;
  background-color: #fff;
}
@media (min-width:769px) {
  .flow-table__td {
    padding: 10px 20px;
  }
}
@media (max-width:768px) {
  .flow-table__td {
    padding: 0.75em 0.25em;
  }
}
.flow-table__td--label {
  white-space: nowrap;
}
@media (max-width:768px) {
  .flow-table__td--label {
    padding: 0.5em;
  }
}
.flow-table__td--day {
  white-space: nowrap;
}
.flow-table__td--evening {
  white-space: nowrap;
}
@media (min-width:769px) {
  .flow-table__td--day, .flow-table__td--evening {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .flow-table__td--day, .flow-table__td--evening {
    font-size: clamp(10px, 4vw, 16px);
  }
}
@media (min-width:769px) {
  .flow-table__td--day, .flow-table__td--evening {
    text-align: left;
  }
}
@media (max-width:768px) {
  .flow-table__td--day, .flow-table__td--evening {
    line-height: 1;
  }
}
.flow-table__td--benefit {
  text-align: left;
  font-weight: 700;
  color: #674498;
  line-height: 1.3;
}
@media (min-width:769px) {
  .flow-table__td--benefit {
    padding: 8px 20px;
  }
}
@media (max-width:768px) {
  .flow-table__td--benefit {
    padding: 0.75em 1em;
  }
}
.flow-table__td:nth-of-type(n+3) {
  background-color: #faf8ff;
}
.flow-table__time-note {
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
}
.flow-table__time-note small {
  display: inline-block;
}
@media (min-width:769px) {
  .flow-table__time-note small {
    font-size: inherit;
  }
}

/************************************************************
SCREEN SP
*************************************************************/
/************************************************************
SCREEN PC
*************************************************************/
/************************************************************
SCREEN ALL
*************************************************************/
@media (min-width:769px) {
  .reasons {
    padding-top: 100px;
  }
}
@media (max-width:768px) {
  .reasons {
    padding-top: 50px;
  }
}
@media (min-width:769px) {
  .reasons-columns {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1.04fr 1fr;
    gap: 3.3898305085%;
  }
}
@media (max-width:768px) {
  .reasons-column {
    margin-top: 30px;
  }
}
.reasons-column-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (min-width:769px) {
  .reasons-column-title {
    line-height: 2.2;
  }
}
@media (max-width:768px) {
  .reasons-column-title {
    line-height: 1.7;
  }
}
.reasons-column-title:nth-child(n+2) {
  margin-top: 30px;
}
.reasons-column-title + .reasons-column-txt {
  margin-top: 20px;
}
.reasons-column-txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.1em;
}

/************************************************************
SCREEN SP
*************************************************************/
/************************************************************
SCREEN PC
*************************************************************/
/************************************************************
SCREEN ALL
*************************************************************/
@media (min-width:769px) {
  .price {
    padding-top: 100px;
  }
}
@media (max-width:768px) {
  .price {
    padding-top: 50px;
  }
}
@media (min-width:769px) {
  .price-head {
    margin-top: 50px;
  }
}
@media (max-width:768px) {
  .price-head {
    margin-top: 30px;
  }
}
@media (min-width:769px) {
  .price-head-columns {
    width: 888px;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  }
}
.price-head-column-box {
  background: #FAF8FF;
}
@media (min-width:769px) {
  .price-head-column-box {
    width: 478px;
    min-width: 478px;
    padding: 30px 0;
  }
}
@media (max-width:768px) {
  .price-head-column-box {
    width: 100%;
    padding: 24px 0;
  }
}
.price-head-column-box-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
.price-head-column-box-body {
  text-align: center;
}
@media (min-width:769px) {
  .price-head-column-box-body {
    margin-top: 12px;
  }
}
@media (max-width:768px) {
  .price-head-column-box-body {
    margin-top: 18px;
  }
}
.price-head-column-box-body-label {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (min-width:769px) {
  .price-head-column-box-body-label {
    margin-right: 6px;
  }
}
@media (max-width:768px) {
  .price-head-column-box-body-label {
    display: block;
  }
}
@media (max-width:768px) {
  .price-head-column-box-body-price {
    margin-top: 4px;
    display: inline-block;
  }
}
.price-head-column-box-body-price-num {
  color: #674498;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
.price-head-column-box-body-price-unit {
  color: #674498;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
.price-head-column-box-body-price-tax {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (min-width:769px) {
  .price-head-column-txts {
    width: 100%;
  }
}
@media (max-width:768px) {
  .price-head-column-txts {
    margin-top: 10px;
  }
}
@media (min-width:769px) {
  .price-boxes {
    margin-top: 50px;
  }
}
@media (max-width:768px) {
  .price-boxes {
    margin-top: 30px;
  }
}
@media (min-width:769px) {
  .price-boxes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.7118644068%;
  }
}
@media (max-width:768px) {
  .price-boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2vw;
  }
}
.price-box-body {
  border-left: 1px solid #3E3A39;
}
@media (min-width:769px) {
  .price-box-body {
    padding: 16px 20px;
  }
}
@media (max-width:768px) {
  .price-box-body {
    padding: 8px 16px;
  }
}
.price-box-name {
  color: #000;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.1em;
}
@media (min-width:769px) {
  .price-box-name {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .price-box-name {
    font-size: 16px;
  }
}
.price-box-hall {
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.1em;
  margin-top: 2px;
}
@media (min-width:769px) {
  .price-box-hall {
    font-size: 15px;
  }
}
@media (max-width:768px) {
  .price-box-hall {
    font-size: 12px;
  }
}
.price-note {
  margin-top: 30px;
}
.price-note-txt {
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.1em;
}
@media (min-width:769px) {
  .price-note-txt {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .price-note-txt {
    font-size: 12px;
  }
}

/************************************************************
SCREEN SP
*************************************************************/
/************************************************************
SCREEN PC
*************************************************************/
/************************************************************
SCREEN ALL
*************************************************************/
@media (min-width:769px) {
  .voice {
    padding-top: 100px;
  }
}
@media (max-width:768px) {
  .voice {
    padding-top: 50px;
  }
}
@media (min-width:769px) {
  .voice-contents-inner {
    padding-left: 55px;
    padding-bottom: 50px;
  }
}
@media (max-width:768px) {
  .voice-columns {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
@media (min-width:769px) {
  .voice-columns-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7.2033898305%;
  }
}
@media (max-width:768px) {
  .voice-columns-1 {
    margin-top: 30px;
  }
}
@media (min-width:769px) {
  .voice-columns-2 {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4.2372881356%;
  }
}
@media (max-width:768px) {
  .voice-columns-2 {
    margin-top: 10px;
  }
}
.voice-column {
  display: flex;
  flex-direction: column;
}
.voice-column-box {
  background: #FAF8FF;
  border-radius: 30px 30px 30px 0;
  position: relative;
  flex-grow: 1;
}
@media (min-width:769px) {
  .voice-column-box-1 {
    margin-top: 50px;
  }
  .voice-column-box-1 .voice-column-box-inner {
    padding: 24px 43px 24px 50px;
  }
}
@media (min-width:769px) {
  .voice-column-box-2 .voice-column-box-inner {
    padding: 24px 32px 40px 32px;
  }
}
@media (max-width:768px) {
  .voice-column-box-inner {
    padding: 20px clamp(20px, 5.3333333333vw, 40px) 20px 90px;
  }
}
.voice-column-box-txt-01 {
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.1em;
}
@media (min-width:769px) {
  .voice-column-box-txt-01 {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .voice-column-box-txt-01 {
    font-size: 16px;
  }
}
.voice-column-box-txt-02 {
  margin-top: 10px;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.1em;
}
@media (min-width:769px) {
  .voice-column-box-txt-02 {
    font-size: 15px;
  }
}
@media (max-width:768px) {
  .voice-column-box-txt-02 {
    font-size: 13px;
  }
}
.voice-column-box-icon {
  position: absolute;
}
@media (min-width:769px) {
  .voice-column-box-icon {
    width: 100px;
  }
}
@media (max-width:768px) {
  .voice-column-box-icon {
    width: 70px;
  }
}
@media (min-width:769px) {
  .voice-column-box-icon {
    bottom: -50px;
    left: -55px;
  }
}
@media (max-width:768px) {
  .voice-column-box-icon {
    top: 3px;
    left: 9px;
  }
}

/************************************************************
SCREEN SP
*************************************************************/
/************************************************************
SCREEN PC
*************************************************************/
/************************************************************
SCREEN ALL
*************************************************************/
* {
  overflow-anchor: none;
}

@media (min-width:769px) {
  .faq {
    padding-top: 100px;
  }
}
@media (max-width:768px) {
  .faq {
    padding-top: 50px;
  }
}
.faq-boxes {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width:769px) {
  .faq-boxes {
    margin-top: 50px;
  }
}
@media (max-width:768px) {
  .faq-boxes {
    margin-top: 40px;
  }
}
.faq-box-q {
  position: relative;
  background-color: #FAF8FF;
}
@media (min-width:769px) {
  .faq-box-q {
    padding: 26px 24px 26px 70px;
  }
}
@media (max-width:768px) {
  .faq-box-q {
    padding: 16px 12px 16px 50px;
  }
}
.faq-box-q::before {
  content: "Q";
  font-family: "Cormorant Garamond", serif;
  position: absolute;
}
@media (min-width:769px) {
  .faq-box-q::before {
    top: 18px;
  }
}
@media (max-width:768px) {
  .faq-box-q::before {
    top: 13px;
  }
}
@media (min-width:769px) {
  .faq-box-q::before {
    left: 20px;
  }
}
@media (max-width:768px) {
  .faq-box-q::before {
    left: 14px;
  }
}
@media (min-width:769px) {
  .faq-box-q::before {
    font-size: 40px;
  }
}
@media (max-width:768px) {
  .faq-box-q::before {
    font-size: 30px;
  }
}
.faq-box-q-txt {
  color: #674498;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (min-width:769px) {
  .faq-box-q-txt {
    line-height: 1.7;
  }
}
@media (max-width:768px) {
  .faq-box-q-txt {
    line-height: 1.6;
  }
}
@media (min-width:769px) {
  .faq-box-q-txt {
    font-size: 20px;
  }
}
@media (max-width:768px) {
  .faq-box-q-txt {
    font-size: 18px;
  }
}
.faq-box-a {
  position: relative;
  margin-top: 8px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.faq-box-a-inner {
  position: relative;
}
@media (min-width:769px) {
  .faq-box-a-inner {
    padding: 34px 24px 0 70px;
  }
}
@media (max-width:768px) {
  .faq-box-a-inner {
    padding: 16px 12px 0 50px;
  }
}
.faq-box-a-inner::before {
  content: "A";
  font-family: "Cormorant Garamond", serif;
  position: absolute;
}
@media (min-width:769px) {
  .faq-box-a-inner::before {
    top: 22px;
  }
}
@media (max-width:768px) {
  .faq-box-a-inner::before {
    top: 10px;
  }
}
@media (min-width:769px) {
  .faq-box-a-inner::before {
    left: 20px;
  }
}
@media (max-width:768px) {
  .faq-box-a-inner::before {
    left: 14px;
  }
}
@media (min-width:769px) {
  .faq-box-a-inner::before {
    font-size: 40px;
  }
}
@media (max-width:768px) {
  .faq-box-a-inner::before {
    font-size: 30px;
  }
}
.faq-box-a-txt {
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.7;
}
@media (min-width:769px) {
  .faq-box-a-txt {
    font-size: 15px;
  }
}
@media (max-width:768px) {
  .faq-box-a-txt {
    font-size: 14px;
  }
}
.faq-box-a-txt a {
  color: #674498;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (hover: hover) {
  .faq-box-a-txt a:hover {
    opacity: 0.7;
  }
}
.faq-box-a-toggle {
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  background: linear-gradient(to top, white 70%, transparent 100%);
}
@media (min-width:769px) {
  .faq-box-a-toggle {
    min-height: 100px;
  }
}
@media (max-width:768px) {
  .faq-box-a-toggle {
    min-height: 80px;
  }
}
.faq-box-a-toggle img.down-arrow {
  width: 22px;
  transform: translateY(20%);
}
.faq-box-a-toggle img.close {
  width: 20px;
}
.faq-box-a-toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #674498;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
  white-space: nowrap;
  width: 100%;
}
.faq-box-a-toggle-btn--more {
  display: none;
}
.faq-box-a-toggle-btn--more img {
  transition: transform 0.2s ease-out;
}
@media (hover: hover) {
  .faq-box-a-toggle-btn--more:hover img {
    transform: translateY(40%);
  }
}
.faq-box-a-toggle-btn--close {
  display: flex;
}
.faq-box-a-accordion {
  max-height: 9999px;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
@media (min-width:769px) {
  .faq-box-a-accordion {
    padding-bottom: 100px;
  }
}
@media (max-width:768px) {
  .faq-box-a-accordion {
    padding-bottom: 80px;
  }
}
@media (min-width:769px) {
  .faq-box-a-accordion.-none .faq-box-a-toggle {
    visibility: hidden;
  }
}
@media (min-width:769px) {
  .faq-box-a-accordion.-hide {
    max-height: 150px !important;
  }
}
@media (max-width:768px) {
  .faq-box-a-accordion.-hide {
    max-height: 120px !important;
  }
}
.faq-box-a-accordion.-hide .faq-box-a-toggle-btn--more {
  display: flex;
}
.faq-box-a-accordion.-hide .faq-box-a-toggle-btn--close {
  display: none;
}
.faq-box-a-accordion-inner {
  overflow: hidden;
}

/************************************************************
SCREEN SP
*************************************************************/
/************************************************************
SCREEN PC
*************************************************************/
/************************************************************
SCREEN ALL
*************************************************************/
@media (min-width:769px) {
  .support {
    padding-top: 100px;
  }
}
@media (max-width:768px) {
  .support {
    padding-top: 50px;
  }
}
@media (min-width:769px) {
  .support-list {
    padding-top: 40px;
  }
}
@media (max-width:768px) {
  .support-list {
    padding-top: 30px;
  }
}
@media (min-width:769px) {
  .support-list {
    padding-bottom: 40px;
  }
}
@media (max-width:768px) {
  .support-list {
    padding-bottom: 30px;
  }
}
.support-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-inline: auto;
  max-width: 570px;
  gap: 0 3em;
}
.support-list ul li {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

/************************************************************
SCREEN SP
*************************************************************/
/************************************************************
SCREEN PC
*************************************************************/
/************************************************************
SCREEN ALL
*************************************************************/
main {
  position: relative;
}

/************************************************************
SCREEN SP
*************************************************************/
@media (max-width:768px) {
  main {
    overflow: hidden;
  }
  section.local-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  section.local-nav .local-nav-item {
    position: relative;
    z-index: 10;
    width: 25%;
  }
  section.local-nav .local-nav-item:nth-of-type(4)::after {
    content: "";
    left: auto;
    right: 0;
  }
  section.local-nav .local-nav-item:last-of-type::after {
    content: "";
    left: auto;
    right: -1px;
  }
  section.local-nav .local-nav-item .anchor-link {
    font-size: clamp(10px, 3.2vw, 14px);
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media (min-width:769px) {
  main {
    overflow: hidden;
  }
  section.local-nav .local-nav-item {
    position: relative;
    z-index: 10;
    border-left: none !important;
    line-height: 1.6;
  }
  section.local-nav .local-nav-item:first-of-type {
    border-left: 1px solid #EEEAE5 !important;
  }
}