@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
*************************************************************/
.pagelinks-fl {
  padding: 100px 0;
}
@media (min-width:769px) {
  .pagelinks-fl-boxes {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
}
@media (max-width:768px) {
  .pagelinks-fl-boxes {
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 85.3333333333vw;
  }
}
.pagelinks-fl-box {
  margin: 0;
  color: #674498;
  font-weight: 500;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  width: 100%;
  height: 100px;
  justify-content: flex-start;
}
@media (min-width:769px) {
  .pagelinks-fl-box {
    padding-left: 40px;
  }
}
@media (max-width:768px) {
  .pagelinks-fl-box {
    padding-left: 50px;
  }
}
@media (min-width:769px) {
  .pagelinks-fl-box {
    font-size: clamp(16.7px, 1.3888888889vw, 20px);
  }
}
@media (max-width:768px) {
  .pagelinks-fl-box {
    font-size: clamp(20px, 5.3333333333vw, 20px);
  }
}

/************************************************************
SCREEN SP
*************************************************************/
@media (max-width:768px) {
  .pagelinks {
    padding: 100px 0;
  }
  .pagelinks .pagelinks-boxes {
    width: 85.3333333333vw;
    max-width: 400px;
    margin: 0 auto;
  }
  .pagelinks .pagelinks-boxes .pagelinks-box {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #674498;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em;
    letter-spacing: 0.1em;
    height: 100px;
    border-radius: 6px;
    border: 1px solid #674498;
    background: #FFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
  }
  .pagelinks .pagelinks-boxes .pagelinks-box:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media (min-width:769px) {
  .pagelinks {
    padding: 200px 0;
  }
  .pagelinks .pagelinks-boxes {
    display: flex;
    justify-content: center;
  }
  .pagelinks .pagelinks-boxes .pagelinks-box {
    margin: 0 40px;
    color: #674498;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em;
    letter-spacing: 0.1em;
    width: 320px;
    height: 100px;
  }
}
/************************************************************
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%;
  }
}

.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;
  }
}

.overflow-scroll-content {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  /*@include media.sp{
    padding:0 func.getvw(20);
  }*/
  scrollbar-width: none;
}
.overflow-scroll-content::-webkit-scrollbar {
  display: none;
}
@media (max-width:768px) {
  .overflow-scroll-content-inner {
    display: inline-flex;
    padding: 0 5.3333333333vw;
  }
}

.overflow-scroll-bar {
  margin-top: 12px;
  display: block;
  width: 100%;
}
@media (min-width:769px) {
  .overflow-scroll-bar {
    padding: 0 9%;
  }
}
@media (max-width:768px) {
  .overflow-scroll-bar {
    padding: 0 5.3333333333vw;
  }
}
.overflow-scroll-bar-track {
  height: 8px;
  position: relative;
  background: #ccc;
  border-radius: 999px;
}
.overflow-scroll-bar-thum {
  width: 40%;
  height: 8px;
  background: #674498;
  border-radius: 999px;
  position: absolute;
  top: 0;
  left: 0;
}

.end-txt-frame {
  border-radius: 10px;
  border: 1px solid #674498;
}
@media (min-width:769px) {
  .end-txt-frame {
    padding: 20px 30px;
  }
}
@media (max-width:768px) {
  .end-txt-frame {
    padding: 20px;
  }
}
@media (min-width:769px) {
  .end-txt-frame {
    margin-top: 38px;
  }
}
@media (max-width:768px) {
  .end-txt-frame {
    margin-top: 20px;
  }
}
@media (min-width:769px) {
  .end-txt-frame {
    display: flex;
    justify-content: center;
  }
}
.end-txt-frame-txt {
  color: #674498;
  font-weight: 700;
  line-height: 1.7em;
  letter-spacing: 0.1em;
}
@media (min-width:769px) {
  .end-txt-frame-txt {
    font-size: 20px;
  }
}
@media (max-width:768px) {
  .end-txt-frame-txt {
    font-size: 18px;
  }
}
@media (min-width:769px) {
  .end-txt-frame ul {
    margin-top: 8px;
  }
}
@media (max-width:768px) {
  .end-txt-frame ul {
    margin-top: 12px;
  }
}
.end-txt-frame ul li {
  color: #674498;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 1.25em;
}
@media (min-width:769px) {
  .end-txt-frame ul li {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .end-txt-frame ul li {
    font-size: 16px;
  }
}
.end-txt-frame ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.end-txt-frame ul li strong {
  font-weight: 700;
}

/************************************************************
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: -35px;
    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
*************************************************************/
@media (min-width:769px) {
  .business {
    padding-top: 80px;
  }
}
@media (max-width:768px) {
  .business {
    padding-top: 30px;
  }
}
@media (min-width:769px) {
  .business-contents .sub-title-bar {
    margin-top: 50px;
  }
}
@media (max-width:768px) {
  .business-contents .sub-title-bar {
    margin-top: 30px;
  }
}
.business-contents-txt-01 {
  letter-spacing: 0.1em;
}
@media (min-width:769px) {
  .business-contents-txt-01 {
    font-size: 15px;
  }
}
@media (max-width:768px) {
  .business-contents-txt-01 {
    font-size: 15px;
  }
}
@media (min-width:769px) {
  .business-contents-txt-01 {
    line-height: 2.2;
  }
}
@media (max-width:768px) {
  .business-contents-txt-01 {
    line-height: 1.7;
  }
}
@media (min-width:769px) {
  .business-contents-txt-01 {
    margin-top: 30px;
  }
}
@media (max-width:768px) {
  .business-contents-txt-01 {
    margin-top: 20px;
  }
}
@media (min-width:769px) {
  .business-boxes-container {
    margin-top: 30px;
  }
}
@media (max-width:768px) {
  .business-boxes-container {
    margin-top: 20px;
  }
}
@media (min-width:769px) {
  .business-boxes-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 35px;
  }
}
@media (max-width:768px) {
  .business-boxes-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
.business-boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width:769px) {
  .business-boxes {
    gap: 20px;
  }
}
@media (max-width:768px) {
  .business-boxes {
    gap: 3.4666666667vw;
  }
}
.business-boxes-arrow {
  background: #674498;
}
@media (min-width:769px) {
  .business-boxes-arrow {
    height: 69px;
    width: 34px;
    min-width: 34px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    transform: translateX(10%);
  }
}
@media (max-width:768px) {
  .business-boxes-arrow {
    min-height: 21px;
    height: 21px;
    width: 42px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
.business-box-name {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (min-width:769px) {
  .business-box-name {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .business-box-name {
    font-size: 12px;
  }
}
@media (min-width:769px) {
  .business-box-name {
    margin-top: 10px;
  }
}
@media (max-width:768px) {
  .business-box-name {
    margin-top: 7px;
  }
}

/************************************************************
SCREEN SP
*************************************************************/
/************************************************************
SCREEN PC
*************************************************************/
/************************************************************
SCREEN ALL
*************************************************************/
@media (min-width:769px) {
  .capacity {
    padding-top: 100px;
  }
}
@media (max-width:768px) {
  .capacity {
    padding-top: 50px;
  }
}
.capacity-contents-txt-01 {
  letter-spacing: 0.1em;
}
@media (min-width:769px) {
  .capacity-contents-txt-01 {
    font-size: 15px;
  }
}
@media (max-width:768px) {
  .capacity-contents-txt-01 {
    font-size: 15px;
  }
}
@media (min-width:769px) {
  .capacity-contents-txt-01 {
    line-height: 2.2;
  }
}
@media (max-width:768px) {
  .capacity-contents-txt-01 {
    line-height: 1.7;
  }
}
@media (min-width:769px) {
  .capacity-contents-txt-01 {
    margin-top: 30px;
  }
}
@media (max-width:768px) {
  .capacity-contents-txt-01 {
    margin-top: 20px;
  }
}
@media (min-width:769px) {
  .capacity-table-columns-container {
    width: 92.19%;
    margin-inline: auto;
  }
}
@media (min-width:769px) {
  .capacity-table-columns {
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
}
@media (min-width:769px) {
  .capacity-table-columns-01 {
    margin-top: 30px;
  }
}
@media (max-width:768px) {
  .capacity-table-columns-01 {
    width: 89.3333333333vw;
    margin-inline: auto;
  }
}
.capacity-table-column {
  width: 100%;
}
@media (max-width:768px) {
  .capacity-table-column {
    margin-top: 40px;
  }
}
@media (min-width:769px) {
  .capacity-table-column-01 {
    width: 42.3728813559%;
    min-width: 42.3728813559%;
  }
}
@media (min-width:769px) {
  .capacity .overflow-scroll-container {
    margin-top: 30px;
  }
}
@media (max-width:768px) {
  .capacity .overflow-scroll-container .capacity-table-column {
    margin-top: 0;
  }
}
.capacity caption, .capacity .capacity-table-caption {
  text-align: left;
  font-weight: bold;
}
@media (min-width:769px) {
  .capacity caption, .capacity .capacity-table-caption {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .capacity caption, .capacity .capacity-table-caption {
    font-size: 16px;
  }
}
@media (min-width:769px) {
  .capacity caption, .capacity .capacity-table-caption {
    margin-bottom: 10px;
  }
}
@media (max-width:768px) {
  .capacity caption, .capacity .capacity-table-caption {
    margin-bottom: 10px;
  }
}
@media (max-width:768px) {
  .capacity .capacity-table-caption {
    margin-top: 40px;
    width: 89.3333333333vw;
    margin-inline: auto;
  }
}
.capacity-table {
  width: 100%;
}
@media (max-width:768px) {
  .capacity-table-03 {
    min-width: 600px;
  }
}
.capacity-table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
.capacity-table thead tr th {
  border: 1px solid #ccc;
  background-color: white;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
}
@media (min-width:769px) {
  .capacity-table thead tr th {
    padding: 0 1em;
  }
}
@media (max-width:768px) {
  .capacity-table thead tr th {
    padding: 0 0.5em;
  }
}
@media (min-width:769px) {
  .capacity-table thead tr th {
    min-width: 120px;
  }
}
@media (max-width:768px) {
  .capacity-table thead tr th {
    min-width: auto;
  }
}
@media (min-width:769px) {
  .capacity-table thead tr th {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .capacity-table thead tr th {
    font-size: 14px;
  }
}
@media (min-width:769px) {
  .capacity-table thead tr th {
    height: 40px;
  }
}
@media (max-width:768px) {
  .capacity-table thead tr th {
    height: 50px;
  }
}
.capacity-table thead tr th:first-child:empty {
  background-color: white;
}
.capacity-table thead tr th:not(:first-child) {
  background-color: #e9ecff;
}
.capacity-table tbody tr td {
  border: 1px solid #ccc;
  text-align: center;
  white-space: nowrap;
}
@media (min-width:769px) {
  .capacity-table tbody tr td {
    padding: 0 1em;
  }
}
@media (max-width:768px) {
  .capacity-table tbody tr td {
    padding: 0 0.5em;
  }
}
@media (min-width:769px) {
  .capacity-table tbody tr td {
    height: 60px;
  }
}
@media (max-width:768px) {
  .capacity-table tbody tr td {
    height: 60px;
  }
}
@media (max-width:768px) {
  .capacity-table tbody tr td {
    min-width: 65px;
  }
}
.capacity-table tbody tr td:first-child {
  background-color: #faf8ff;
  font-weight: bold;
}
@media (min-width:769px) {
  .capacity-table tbody tr td:first-child {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .capacity-table tbody tr td:first-child {
    font-size: 14px;
  }
}
.capacity-table tbody tr td:not(:first-child) {
  background-color: white;
  color: #674498;
  font-weight: bold;
  letter-spacing: 0.44px;
}
@media (min-width:769px) {
  .capacity-table tbody tr td:not(:first-child) {
    font-size: 22px;
  }
}
@media (max-width:768px) {
  .capacity-table tbody tr td:not(:first-child) {
    font-size: clamp(14px, 5.8666666667vw, 22px);
  }
}
.capacity-table tbody tr td:not(:first-child) .capacity-table-percent {
  display: inline-block;
}
@media (min-width:769px) {
  .capacity-table tbody tr td:not(:first-child) .capacity-table-percent-number {
    font-size: 22px;
  }
}
@media (max-width:768px) {
  .capacity-table tbody tr td:not(:first-child) .capacity-table-percent-number {
    font-size: clamp(14px, 5.8666666667vw, 22px);
  }
}
@media (min-width:769px) {
  .capacity-table tbody tr td:not(:first-child) .capacity-table-percent-symbol {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .capacity-table tbody tr td:not(:first-child) .capacity-table-percent-symbol {
    font-size: clamp(14px, 4.2666666667vw, 16px);
  }
}
.capacity-table tbody tr td:not(:first-child) .capacity-table-diff {
  display: inline-block;
}
@media (min-width:769px) {
  .capacity-table tbody tr td:not(:first-child) .capacity-table-diff-symbol {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .capacity-table tbody tr td:not(:first-child) .capacity-table-diff-symbol {
    font-size: clamp(14px, 4.2666666667vw, 16px);
  }
}
@media (min-width:769px) {
  .capacity-table tbody tr td:not(:first-child) .capacity-table-diff-number {
    font-size: 22px;
  }
}
@media (max-width:768px) {
  .capacity-table tbody tr td:not(:first-child) .capacity-table-diff-number {
    font-size: clamp(14px, 5.8666666667vw, 22px);
  }
}
.capacity-table-note {
  line-height: 1.7;
  letter-spacing: 1.5px;
  margin-top: 16px;
}
@media (min-width:769px) {
  .capacity-table-note {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .capacity-table-note {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .capacity-table-note {
    width: 89.3333333333vw;
    margin-inline: auto;
  }
}
.capacity-table-note-highlight {
  color: #674498;
  font-weight: bold;
}

/************************************************************
SCREEN SP
*************************************************************/
/************************************************************
SCREEN PC
*************************************************************/
/************************************************************
SCREEN ALL
*************************************************************/
@media (min-width:769px) {
  .wait {
    padding-top: 100px;
  }
}
@media (max-width:768px) {
  .wait {
    padding-top: 50px;
  }
}
.wait-contents-txt-01 {
  letter-spacing: 0.1em;
}
@media (min-width:769px) {
  .wait-contents-txt-01 {
    font-size: 15px;
  }
}
@media (max-width:768px) {
  .wait-contents-txt-01 {
    font-size: 15px;
  }
}
@media (min-width:769px) {
  .wait-contents-txt-01 {
    line-height: 2.2;
  }
}
@media (max-width:768px) {
  .wait-contents-txt-01 {
    line-height: 1.7;
  }
}
@media (min-width:769px) {
  .wait-contents-txt-01 {
    margin-top: 30px;
  }
}
@media (max-width:768px) {
  .wait-contents-txt-01 {
    margin-top: 20px;
  }
}
@media (min-width:769px) {
  .wait-fig-columns {
    display: flex;
    justify-content: space-between;
    gap: 11.0169491525%;
    margin-top: 50px;
  }
  .wait-fig-columns:nth-child(n+2) {
    margin-top: 120px;
  }
  .wait-fig-columns:nth-child(even) {
    flex-direction: row-reverse;
  }
  .wait-fig-columns:nth-child(even) .wait-fig-column-title {
    text-align: right;
  }
  .wait-fig-columns:nth-child(even) .wait-fig-column-title::after {
    right: auto;
    left: 0;
  }
}
@media (max-width:768px) {
  .wait-fig-columns {
    margin-top: 30px;
  }
  .wait-fig-columns:nth-child(even) .wait-fig-column {
    display: flex;
    justify-content: flex-end;
  }
  .wait-fig-columns:nth-child(even) .wait-fig-column-title::after {
    right: auto;
    left: 0;
  }
}
@media (min-width:769px) {
  .wait-fig-column {
    width: 100%;
  }
}
@media (max-width:768px) {
  .wait-fig-column {
    display: inline-block;
  }
}
.wait-fig-column-title {
  position: relative;
}
@media (min-width:769px) {
  .wait-fig-column-title {
    font-size: 26px;
  }
}
@media (max-width:768px) {
  .wait-fig-column-title {
    font-size: 18px;
  }
}
@media (min-width:769px) {
  .wait-fig-column-title {
    line-height: 57.2px;
  }
}
@media (max-width:768px) {
  .wait-fig-column-title {
    line-height: 1.5em;
  }
}
@media (min-width:769px) {
  .wait-fig-column-title {
    letter-spacing: 0.1em;
  }
}
@media (max-width:768px) {
  .wait-fig-column-title {
    letter-spacing: 0.1em;
  }
}
@media (max-width:768px) {
  .wait-fig-column-title {
    padding-bottom: 8px;
  }
}
@media (min-width:769px) {
  .wait-fig-column-title small {
    font-size: 20px;
  }
}
@media (max-width:768px) {
  .wait-fig-column-title small {
    font-size: 18px;
  }
}
.wait-fig-column-title::after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #674498;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width:769px) {
  .wait-fig-column-chart {
    width: clamp(499.8px, 41.6666666667vw, 900px);
    min-width: clamp(499.8px, 41.6666666667vw, 900px);
  }
}
@media (max-width:768px) {
  .wait-fig-column-chart {
    margin-top: clamp(16px, 4.2666666667vw, 99px);
  }
}
@media (min-width:769px) {
  .wait-fig-column-chart-note {
    margin-top: 40px;
  }
}
@media (max-width:768px) {
  .wait-fig-column-chart-note {
    margin-top: 8px;
  }
}
@media (min-width:769px) {
  .wait-fig-column-chart-note {
    font-size: 15px;
  }
}
@media (max-width:768px) {
  .wait-fig-column-chart-note {
    font-size: 14px;
  }
}
@media (min-width:769px) {
  .wait-fig-column-chart-note {
    line-height: 2.2;
  }
}
@media (max-width:768px) {
  .wait-fig-column-chart-note {
    line-height: 1.5;
  }
}
@media (min-width:769px) {
  .wait-fig-column-chart-note {
    letter-spacing: 0.1em;
  }
}
@media (max-width:768px) {
  .wait-fig-column-chart-note {
    letter-spacing: 0.1em;
  }
}
@media (min-width:769px) {
  .wait-end-txt-frame {
    margin-top: 50px;
  }
}
@media (max-width:768px) {
  .wait-end-txt-frame {
    margin-top: 20px;
  }
}
@media (min-width:769px) {
  .wait-evening {
    margin-top: 50px;
  }
}
@media (max-width:768px) {
  .wait-evening {
    margin-top: 20px;
  }
}
.wait-evening-contents {
  background-color: #FAF8FF;
}
@media (min-width:769px) {
  .wait-evening-contents-inner {
    padding: 0 40px 40px;
  }
}
@media (max-width:768px) {
  .wait-evening-contents-inner {
    padding: 0 0 6.4vw;
  }
}
@media (min-width:769px) {
  .wait-evening-contents-txt-01 {
    font-size: 15px;
  }
}
@media (max-width:768px) {
  .wait-evening-contents-txt-01 {
    font-size: 15px;
  }
}
@media (min-width:769px) {
  .wait-evening-contents-txt-01 {
    line-height: 2.2;
  }
}
@media (max-width:768px) {
  .wait-evening-contents-txt-01 {
    line-height: 1.7;
  }
}
@media (min-width:769px) {
  .wait-evening-contents-txt-01 {
    letter-spacing: 0.1em;
  }
}
@media (max-width:768px) {
  .wait-evening-contents-txt-01 {
    letter-spacing: 0.1em;
  }
}
@media (min-width:769px) {
  .wait-evening-contents-txt-01 {
    margin-bottom: 15px;
  }
}
@media (max-width:768px) {
  .wait-evening-contents-txt-01 {
    margin-bottom: 16px;
  }
}
@media (max-width:768px) {
  .wait-evening-contents-txt-01 {
    padding: 0 5.3333333333vw;
  }
}
.wait-evening-contents-txt-02 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media (min-width:769px) {
  .wait-evening-contents-txt-02 {
    margin-top: 35px;
  }
}
@media (max-width:768px) {
  .wait-evening-contents-txt-02 {
    margin-top: 20px;
  }
}
@media (min-width:769px) {
  .wait-evening-contents-txt-02 {
    text-align: center;
  }
}
@media (max-width:768px) {
  .wait-evening-contents-txt-02 {
    padding: 0 5.3333333333vw;
  }
}
@media (min-width:769px) {
  .wait-evening-contents-time-grid-container {
    width: 100%;
  }
  .wait-evening-contents-time-grid-container-02 {
    padding-bottom: 30px;
  }
}
@media (max-width:768px) {
  .wait-evening-contents-time-grid-container {
    width: 800px;
  }
  .wait-evening-contents-time-grid-container-02 {
    padding-bottom: 30px;
  }
}
.wait-evening-contents-time-grid {
  width: 100%;
  display: grid;
  gap: 1px;
  background-color: #ccc;
  border-right: 1px solid #ccc;
}
@media (min-width:769px) {
  .wait-evening-contents-time-grid {
    grid-template-columns: 95px repeat(15, 1fr);
  }
}
@media (max-width:768px) {
  .wait-evening-contents-time-grid {
    grid-template-columns: 50px repeat(15, 1fr);
  }
}
.wait-evening-contents-time-grid-02 {
  border-top: 1px solid #ccc;
}
.wait-evening-contents-time-grid-02 .wait-evening-contents-time-grid-cell-label {
  height: 74px;
}
.wait-evening-contents-time-grid-cell {
  background-color: white;
}
.wait-evening-contents-time-grid-cell-label-empty {
  background-color: #FAF8FF;
}
.wait-evening-contents-time-grid-cell-label {
  text-align: center;
  background-color: #F2EFF9;
  border-left: 1px solid #ccc;
  font-weight: 700;
  line-height: 1.7em;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width:769px) {
  .wait-evening-contents-time-grid-cell-label {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .wait-evening-contents-time-grid-cell-label {
    font-size: 14px;
  }
}
.wait-evening-contents-time-grid-cell-time {
  border-top: 1px solid #ccc;
  text-align: center;
  background-color: #eee;
  font-size: 12px;
  padding: 7px 0;
}
.wait-evening-contents-time-grid-content {
  background-color: white;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  /* 各ラベルのグリッドを設定 ****************************************************/
}
.wait-evening-contents-time-grid-content-01 {
  grid-column: 4/10;
  grid-row: 2/3;
}
.wait-evening-contents-time-grid-content-01 .wait-evening-contents-time-grid-content-cells {
  grid-template-columns: repeat(6, 1fr);
}
.wait-evening-contents-time-grid-content-01 .wait-evening-contents-time-grid-content-inner {
  width: 93%;
}
.wait-evening-contents-time-grid-content-02 {
  grid-column: 2/5;
  grid-row: 1/2;
}
.wait-evening-contents-time-grid-content-02 .wait-evening-contents-time-grid-content-cells {
  grid-template-columns: repeat(3, 1fr);
}
.wait-evening-contents-time-grid-content-02 .wait-evening-contents-time-grid-content-inner {
  width: 100%;
}
.wait-evening-contents-time-grid-content-03 {
  grid-column: 5/9;
  grid-row: 1/2;
}
.wait-evening-contents-time-grid-content-03 .wait-evening-contents-time-grid-content-cells {
  grid-template-columns: repeat(4, 1fr);
}
.wait-evening-contents-time-grid-content-03 .wait-evening-contents-time-grid-content-inner {
  width: 89%;
}
.wait-evening-contents-time-grid-content-04 {
  grid-column: 10/13;
  grid-row: 1/2;
}
.wait-evening-contents-time-grid-content-04 .wait-evening-contents-time-grid-content-cells {
  grid-template-columns: repeat(3, 1fr);
}
.wait-evening-contents-time-grid-content-04 .wait-evening-contents-time-grid-content-inner {
  width: 100%;
}
.wait-evening-contents-time-grid-content-05 {
  grid-column: 13/17;
  grid-row: 1/2;
}
.wait-evening-contents-time-grid-content-05 .wait-evening-contents-time-grid-content-cells {
  grid-template-columns: repeat(4, 1fr);
}
.wait-evening-contents-time-grid-content-05 .wait-evening-contents-time-grid-content-inner {
  width: 100%;
}
.wait-evening-contents-time-grid-content-cells {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  gap: 1px;
  background-color: #ccc;
}
.wait-evening-contents-time-grid-content-cell {
  background-color: white;
}
.wait-evening-contents-time-grid-content-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wait-evening-contents-time-grid-content-label {
  /* 各ラベルの種類別スタイルを設定 ****************************************************/
}
.wait-evening-contents-time-grid-content-label-01 {
  font-weight: 700;
  line-height: 1.3em;
  font-size: 12px;
  text-align: center;
}
.wait-evening-contents-time-grid-content-label-01 small {
  font-size: 11px;
  display: inline-block;
}
.wait-evening-contents-time-grid-content-label-01 .shape {
  height: 54px;
}
.wait-evening-contents-time-grid-content-label-02 {
  font-weight: 700;
  line-height: 1.3em;
  text-align: center;
  color: white;
}
@media (min-width:769px) {
  .wait-evening-contents-time-grid-content-label-02 {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .wait-evening-contents-time-grid-content-label-02 {
    font-size: 13px;
  }
}
.wait-evening-contents-time-grid-content-label-02 .shape {
  height: 40px;
}
.wait-evening-contents-time-grid-content-note {
  position: absolute;
  bottom: -2em;
  left: 0;
  white-space: nowrap;
}
@media (min-width:769px) {
  .wait-evening-contents-time-grid-content-note {
    letter-spacing: 0.1em;
  }
}
@media (max-width:768px) {
  .wait-evening-contents-time-grid-content-note {
    letter-spacing: 0;
  }
}
@media (min-width:769px) {
  .wait-evening-contents-time-grid-content-note {
    font-size: clamp(12.525px, 1.0416666667vw, 15px);
  }
}
@media (max-width:768px) {
  .wait-evening-contents-time-grid-content-note {
    font-size: clamp(0px, 3.4666666667vw, 13px);
  }
}
.wait-evening-contents-time-grid-content .shape {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.wait-evening-contents-time-grid-content .shape img {
  width: 100%;
  height: 100%;
}
.wait-evening-contents-time-grid-content span {
  position: relative;
  z-index: 1;
}
.wait-evening-arrow {
  background: #898989;
  height: 16px;
  width: 72px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 7px auto;
}

/************************************************************
SCREEN SP
*************************************************************/
/************************************************************
SCREEN PC
*************************************************************/
/************************************************************
SCREEN ALL
*************************************************************/
@media (min-width:769px) {
  .price {
    padding-top: 100px;
  }
}
@media (max-width:768px) {
  .price {
    padding-top: 50px;
  }
}
.price-contents-txt-01 {
  letter-spacing: 0.1em;
}
@media (min-width:769px) {
  .price-contents-txt-01 {
    font-size: 15px;
  }
}
@media (max-width:768px) {
  .price-contents-txt-01 {
    font-size: 15px;
  }
}
@media (min-width:769px) {
  .price-contents-txt-01 {
    line-height: 2.2;
  }
}
@media (max-width:768px) {
  .price-contents-txt-01 {
    line-height: 1.7;
  }
}
@media (min-width:769px) {
  .price-contents-txt-01 {
    margin-top: 30px;
  }
}
@media (max-width:768px) {
  .price-contents-txt-01 {
    margin-top: 20px;
  }
}
.price-contents-txt-02 {
  letter-spacing: 0.1em;
}
@media (min-width:769px) {
  .price-contents-txt-02 {
    font-size: 15px;
  }
}
@media (max-width:768px) {
  .price-contents-txt-02 {
    font-size: 15px;
  }
}
@media (min-width:769px) {
  .price-contents-txt-02 {
    line-height: 1.7;
  }
}
@media (max-width:768px) {
  .price-contents-txt-02 {
    line-height: 1.7;
  }
}
@media (min-width:769px) {
  .price-contents-txt-02 {
    margin-top: 30px;
  }
}
@media (max-width:768px) {
  .price-contents-txt-02 {
    margin-top: 24px;
  }
}
.price-table-title {
  position: relative;
  padding-bottom: 5px;
  display: inline-block;
}
@media (min-width:769px) {
  .price-table-title {
    margin-top: 50px;
  }
}
@media (max-width:768px) {
  .price-table-title {
    margin-top: 25px;
  }
}
@media (min-width:769px) {
  .price-table-title {
    font-size: 26px;
  }
}
@media (max-width:768px) {
  .price-table-title {
    font-size: 18px;
  }
}
@media (min-width:769px) {
  .price-table-title {
    line-height: 57.2px;
  }
}
@media (max-width:768px) {
  .price-table-title {
    line-height: 1.5em;
  }
}
@media (min-width:769px) {
  .price-table-title {
    letter-spacing: 0.1em;
  }
}
@media (max-width:768px) {
  .price-table-title {
    letter-spacing: 0.1em;
  }
}
@media (min-width:769px) {
  .price-table-title small {
    font-size: 20px;
  }
}
@media (max-width:768px) {
  .price-table-title small {
    font-size: 18px;
  }
}
.price-table-title::after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #674498;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width:769px) {
  .price-table-container {
    margin-top: 40px;
  }
}
@media (max-width:768px) {
  .price-table-container {
    margin-top: 16px;
  }
}
@media (min-width:769px) {
  .price-table-container {
    margin-inline: auto;
    width: 92.19%;
  }
}
@media (min-width:769px) {
  .price-table {
    width: 100%;
  }
}
.price-table__table {
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}
@media (min-width:769px) {
  .price-table__table {
    width: 100%;
  }
}
.price-table__col--group {
  width: 100px;
}
.price-table__col--type {
  width: 120px;
}
.price-table__col--facility {
  width: 120px;
}
.price-table__cell {
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (min-width:769px) {
  .price-table__cell {
    height: 60px;
  }
}
@media (max-width:768px) {
  .price-table__cell {
    height: auto;
  }
}
@media (min-width:769px) {
  .price-table__cell {
    padding: 11px 4px;
  }
}
@media (max-width:768px) {
  .price-table__cell {
    padding: 11px 1em;
  }
}
@media (max-width:768px) {
  .price-table__cell {
    white-space: nowrap;
  }
}
.price-table__cell--blank {
  background: #fff;
}
.price-table__cell--head-primary {
  background: #5e4086;
  color: #fff;
  font-weight: 700;
}
@media (min-width:769px) {
  .price-table__cell--head-primary {
    padding: 16px 4px;
  }
}
@media (max-width:768px) {
  .price-table__cell--head-primary {
    padding: 6px 1em;
  }
}
.price-table__cell--head {
  background: #eee;
  font-weight: 700;
}
@media (min-width:769px) {
  .price-table__cell--head {
    padding: 16px 4px;
  }
}
@media (max-width:768px) {
  .price-table__cell--head {
    padding: 6px 1em;
  }
}
.price-table__cell--rowhead {
  background: #faf8ff;
  font-weight: 700;
}
@media (min-width:769px) {
  .price-table__cell--rowhead {
    padding: 14px 4px;
  }
}
@media (max-width:768px) {
  .price-table__cell--rowhead {
    padding: 6px 1em;
  }
}
.price-table__cell--grouphead {
  background: #faf8ff;
  font-weight: 700;
}
@media (min-width:769px) {
  .price-table__cell--grouphead {
    padding: 11px 4px;
  }
}
@media (max-width:768px) {
  .price-table__cell--grouphead {
    padding: 6px 1em;
  }
}
.price-table__cell--subhead {
  background: #faf8ff;
  font-weight: 700;
}
@media (min-width:769px) {
  .price-table__cell--subhead {
    padding: 11px 4px;
  }
}
@media (max-width:768px) {
  .price-table__cell--subhead {
    padding: 6px 1em;
  }
}
.price-table__cell--subhead-primary {
  color: #674498;
  font-size: 16px;
}
.price-table__cell--fee {
  background: #e9ecff;
  color: #674498;
  font-weight: 700;
  font-size: 16px;
}
@media (min-width:769px) {
  .price-table__cell--fee {
    padding: 20px 4px;
  }
}
@media (max-width:768px) {
  .price-table__cell--fee {
    padding: 10px 1em;
  }
}
@media (min-width:769px) {
  .price-table__cell--fee-padding-small {
    padding: 10px 4px;
  }
}
@media (max-width:768px) {
  .price-table__cell--fee-padding-small {
    padding: 10px 1em;
  }
}
.price-table__cell--fee-small {
  font-size: 14px;
  padding: 21px 4px;
}
@media (max-width:768px) {
  .price-table__cell--fee-small {
    min-width: 120px;
  }
}
.price-table__cell--bold {
  font-weight: 700;
}
.price-table__cell span.no-letter-spacing {
  letter-spacing: 0;
}
.price-table__subnote {
  display: block;
  margin-top: 2px;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.price-table__cell--fee .price-table__subnote {
  color: #674498;
  font-weight: 500;
  margin-top: 2px;
}
@media (min-width:769px) {
  .price-table__cell--fee .price-table__subnote {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .price-table__cell--fee .price-table__subnote {
    font-size: 10px;
  }
}
.price-table-note {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #252525;
}
.price-exp-container {
  background: #FAF8FF;
}
.price-exp-container:has(.price-exp-income-table-container) {
  padding-bottom: 40px;
}
@media (min-width:769px) {
  .price-exp {
    margin-top: 50px;
  }
}
@media (max-width:768px) {
  .price-exp {
    margin-top: 30px;
  }
}
.price-exp-table-container {
  display: flex;
  flex-direction: column;
}
@media (min-width:769px) {
  .price-exp-table-container {
    gap: 20px;
  }
}
@media (max-width:768px) {
  .price-exp-table-container {
    gap: 16px;
  }
}
@media (min-width:769px) {
  .price-exp-table-container {
    margin-top: 16px;
  }
}
@media (max-width:768px) {
  .price-exp-table-container {
    margin-top: 0;
  }
}
@media (min-width:769px) {
  .price-exp-table-container {
    padding: 0 40px;
  }
}
@media (max-width:768px) {
  .price-exp-table-container {
    width: 1000px;
  }
}
.price-exp-table {
  position: relative;
  width: 100%;
  /*&__col{
    &--label{ width: 140px; }
    &--year{ width: 87px; }
  }*/
}
.price-exp-table-04 {
  width: 28.5454545455%;
}
.price-exp-table-04 .price-exp-table__cell--label-head {
  width: 44.5859872611%;
}
.price-exp-table__table {
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
  width: 100%;
}
.price-exp-table__cell {
  border: 1px solid #999;
  text-align: center;
  vertical-align: middle;
  color: #333;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding: 9px 6px;
}
.price-exp-table__cell--label-head {
  background: #fff;
  font-weight: 400;
  width: 12.7272727273%;
}
.price-exp-table__cell--head-year {
  background: #e4dbf7;
  font-weight: 400;
}
.price-exp-table__cell--head-year-sm {
  font-size: 12px;
}
.price-exp-table__cell--head-year-xs {
  font-size: 11px;
  line-height: 1.15;
  padding: 6px 4px;
}
.price-exp-table__cell--rowhead-fee {
  background: #5e4086;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}
@media (min-width:769px) {
  .price-exp-table__cell--rowhead-fee {
    font-size: clamp(10.855px, 0.9027777778vw, 13px);
  }
}
@media (max-width:768px) {
  .price-exp-table__cell--rowhead-fee {
    font-size: 13px;
  }
}
.price-exp-table__cell--rowhead-wage {
  background: #add9f7;
  color: #000;
  font-weight: 700;
  white-space: nowrap;
}
@media (min-width:769px) {
  .price-exp-table__cell--rowhead-wage {
    font-size: clamp(10.855px, 0.9027777778vw, 13px);
  }
}
@media (max-width:768px) {
  .price-exp-table__cell--rowhead-wage {
    font-size: 13px;
  }
}
.price-exp-table__cell--fee {
  background: #fff;
  font-weight: 700;
}
.price-exp-table__cell--fee-sm {
  font-size: 12px;
}
.price-exp-table__cell--fee-note {
  background: #fff;
  font-weight: 400;
  line-height: 1.2;
  padding: 7px 4px;
  white-space: nowrap;
}
@media (min-width:769px) {
  .price-exp-table__cell--fee-note {
    font-size: clamp(10.02px, 0.8333333333vw, 12px);
  }
}
@media (max-width:768px) {
  .price-exp-table__cell--fee-note {
    font-size: 12px;
  }
}
.price-exp-table__cell--wage {
  background: #d8eefd;
  font-weight: 400;
}
.price-exp-table__cell--shape {
  background: #fff;
}
.price-exp-table__note {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #333;
  text-align: right;
  position: absolute;
  bottom: -2em;
  right: 0;
}
.price-exp-table .font-inter-sm {
  font-size: 0.8em;
}
@media (max-width:768px) {
  .price-exp-table__table {
    white-space: nowrap;
  }
}
.price-exp-table-note {
  font-size: 12px;
  letter-spacing: 0.1em;
}
.price-exp-notes {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media (min-width:769px) {
  .price-exp-notes {
    padding: 24px 40px 40px;
  }
}
@media (max-width:768px) {
  .price-exp-notes {
    padding: 20px 5.3333333333vw 30px 1.3333333333vw;
  }
}
.price-exp-notes-list {
  margin: 0;
}
.price-exp-notes-item {
  margin: 0;
  list-style-type: decimal;
}
.price-exp-notes-item + .price-exp-notes-item {
  margin-top: 14px;
}
.price-exp-notes-strong {
  font-weight: 700;
}
.price-exp-notes-arrow {
  background: #674498;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 0 auto;
}
@media (min-width:769px) {
  .price-exp-notes-arrow {
    height: 27px;
  }
}
@media (max-width:768px) {
  .price-exp-notes-arrow {
    height: 20px;
  }
}
@media (min-width:769px) {
  .price-exp-notes-arrow {
    width: 84px;
  }
}
@media (max-width:768px) {
  .price-exp-notes-arrow {
    width: 61px;
  }
}
.price-exp-notes-txt {
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-weight: 700;
}
@media (min-width:769px) {
  .price-exp-notes-txt {
    padding: 24px 40px 40px;
  }
}
@media (max-width:768px) {
  .price-exp-notes-txt {
    padding: 20px 5.3333333333vw 30px;
  }
}
@media (min-width:769px) {
  .price-exp-notes-txt {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .price-exp-notes-txt {
    font-size: 16px;
  }
}
@media (min-width:769px) {
  .price-exp-txt-container {
    padding: 24px 40px;
  }
}
@media (max-width:768px) {
  .price-exp-txt-container {
    padding: 24px 5.3333333333vw;
  }
}
.price-exp-txt {
  margin: 0;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-weight: 700;
}
@media (min-width:769px) {
  .price-exp-txt {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .price-exp-txt {
    font-size: 15px;
  }
}
.price-exp-txt-strong {
  font-weight: 700;
}
.price-exp-txt-strong--purple {
  color: #674498;
}
.price-exp-income-table-caption {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
  text-align: left;
}
@media (min-width:769px) {
  .price-exp-income-table-caption {
    margin-top: 16px;
  }
}
@media (max-width:768px) {
  .price-exp-income-table-caption {
    margin-top: 5px;
  }
}
@media (min-width:769px) {
  .price-exp-income-table-caption {
    padding: 0 40px;
  }
}
@media (max-width:768px) {
  .price-exp-income-table-caption {
    padding: 0 5.3333333333vw;
  }
}
@media (min-width:769px) {
  .price-exp-income-table-container {
    padding: 0 40px;
  }
}
@media (max-width:768px) {
  .price-exp-income-table-container {
    width: 900px;
  }
}
.price-exp-income-table {
  width: 100%;
  /*&__col{
    &--label{ width: 300px; }
    &--remark{ width: 300px; }
    &--year{ width: calc((100% - 600px) / 3); }
  }*/
}
.price-exp-income-table__table {
  border-collapse: collapse;
  table-layout: auto;
  background: #fff;
  width: 100%;
}
.price-exp-income-table__cell {
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media (min-width:769px) {
  .price-exp-income-table__cell {
    padding: 10px 19px;
  }
}
@media (max-width:768px) {
  .price-exp-income-table__cell {
    padding: 10px 5px;
  }
}
.price-exp-income-table__cell--blank {
  background: #fff;
}
.price-exp-income-table__cell--head {
  background: #e4dbf7;
  font-weight: 700;
}
@media (min-width:769px) {
  .price-exp-income-table__cell--head {
    padding: 10px 19px;
  }
}
@media (max-width:768px) {
  .price-exp-income-table__cell--head {
    padding: 10px 5px;
  }
}
.price-exp-income-table__cell--rowhead {
  background: #e9ecff;
  font-weight: 700;
}
.price-exp-income-table__cell--num {
  background: #fff;
}
@media (min-width:769px) {
  .price-exp-income-table__cell--num {
    padding: 0 12px;
  }
}
@media (max-width:768px) {
  .price-exp-income-table__cell--num {
    padding: 0 6px;
  }
}
.price-exp-income-table__cell--remark {
  text-align: left;
  padding: 10px 24px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
}
.price-exp-income-table__num {
  display: block;
  color: #674498;
  font-weight: 700;
  letter-spacing: 0.44px;
  line-height: 1;
}
@media (min-width:769px) {
  .price-exp-income-table__num {
    font-size: 22px;
  }
}
@media (max-width:768px) {
  .price-exp-income-table__num {
    font-size: clamp(14px, 5.8666666667vw, 22px);
  }
}
.price-exp-income-table__remark-text {
  display: block;
  line-height: 1.4;
  white-space: normal;
}

/************************************************************
SCREEN SP
*************************************************************/
/************************************************************
SCREEN PC
*************************************************************/
/************************************************************
SCREEN ALL
*************************************************************/
@media (min-width:769px) {
  .support {
    padding-top: 100px;
  }
}
@media (max-width:768px) {
  .support {
    padding-top: 50px;
  }
}
.support-contents-txt-01 {
  letter-spacing: 0.1em;
}
@media (min-width:769px) {
  .support-contents-txt-01 {
    font-size: 15px;
  }
}
@media (max-width:768px) {
  .support-contents-txt-01 {
    font-size: 15px;
  }
}
@media (min-width:769px) {
  .support-contents-txt-01 {
    line-height: 2.2;
  }
}
@media (max-width:768px) {
  .support-contents-txt-01 {
    line-height: 1.7;
  }
}
@media (min-width:769px) {
  .support-contents-txt-01 {
    margin-top: 50px;
  }
}
@media (max-width:768px) {
  .support-contents-txt-01 {
    margin-top: 20px;
  }
}

/************************************************************
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: 33.333333%;
  }
  section.local-nav .local-nav-item:nth-of-type(3)::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;
    width: 200px;
    border-left: none !important;
    line-height: 1.6;
  }
  section.local-nav .local-nav-item:first-of-type {
    border-left: 1px solid #EEEAE5 !important;
  }
}