@charset "UTF-8";
/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////
///// base
////////////////////////////////////////////////////////
////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
body {
  font-size: 1rem;
  line-height: 1.5;
}
@media print, screen and (max-width: 834px) {
  body {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/* --------------------------------
//////////////////////////////
///// 中央寄せ
///////////////////////////
----------------------------------- */
/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////
///// general 
////////////////////////////////////////////////////////
////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
/* --------------------------------
//////////////////////////////
///// basic 
///////////////////////////
----------------------------------- */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
@media print, screen and (max-width: 834px) {
  html {
    font-size: 4.26vw;
  }
}

body {
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
  font-family: "Noto Sans JP", "hiragino-mincho-pron", "Zen Maru Gothic", serif, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #5E5C4B;
}

a {
  color: #5E5C4B;
  text-decoration: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: middle;
  width: 100%;
}

.inner {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
}

.sp-inner {
  width: 100%;
  margin: 0 auto;
}

@media print, screen and (min-width: 835px) {
  .pc-inner {
    width: 1240px;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 834px) {
  .inner, .sp-inner {
    width: 90%;
  }
}
/* -------- font ----------- */
@font-face {
  font-family: "MyFont";
  src: url(./assetes/font/times-roman.otf), url(/assetes/font/times-roman-italic.otf);
}
/* -------- UTILITY ----------- */
@media print, screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media print, screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

/* -------- 改行 ----------- */
.indent {
  display: block;
}

.pc__indent {
  display: block;
}
@media print, screen and (max-width: 834px) {
  .pc__indent {
    display: inline;
  }
}

.sp__indent {
  display: inline;
}
@media print, screen and (max-width: 834px) {
  .sp__indent {
    display: block;
  }
}

/* -------- 太字 ----------- */
.bold {
  font-weight: 900;
}

/* --------------------------------
//////////////////////////////
///// 中央寄せ
///////////////////////////
----------------------------------- */
/* -------- 文字中央寄せ ----------- */
.txt__center {
  text-align: center;
}

/* -------- ブロック中央寄せ ----------- */
.mar__LRcenter {
  margin: 0 auto;
}

/* -------- 左右中央配置 ----------- */
.relative {
  position: relative;
}

.pos__LRcenter {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* -------- 上下中央配置 ----------- */
.pos__TBcenter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* -------- 上下左右中央配置 ----------- */
.pos__center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* --------------------------------
//////////////////////////////
///// flex
///////////////////////////
----------------------------------- */
.flex {
  display: flex;
}

.pc__flex {
  display: flex;
}
@media print, screen and (max-width: 834px) {
  .pc__flex {
    display: block;
  }
}

@media print, screen and (max-width: 834px) {
  .sp__flex {
    display: flex;
  }
}

.inline__flex {
  display: inline-flex;
}

.flex__reverse {
  display: flex;
  flex-direction: row-reverse;
}

.flex__col {
  display: flex;
  flex-direction: column;
}

@media print, screen and (max-width: 834px) {
  .sp__flex__col {
    display: flex;
    flex-direction: column;
  }
}

@media print, screen and (max-width: 834px) {
  .sp__flex__col__reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}

/* -------- justify-content ----------- */
.jus__center {
  justify-content: center;
}

.jus__between {
  justify-content: space-between;
}

.jus__around {
  justify-content: space-around;
}

.jus__start {
  justify-content: flex-start;
}

.jus__end {
  justify-content: flex-end;
}

/* -------- align-items ----------- */
.ali__center {
  align-items: center;
}

.ali__end {
  align-items: flex-end;
}

@media print, screen and (max-width: 834px) {
  .sp__ali__center {
    align-items: center;
  }
}

@media print, screen and (max-width: 834px) {
  .sp__ali__start {
    align-items: flex-start;
  }
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////
///// common
////////////////////////////////////////////////////////
////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
/* ----- min-width ----- */
@media print, screen and (min-width: 835px) {
  .main, .under, footer {
    max-width: 2000px;
    margin: 0 auto;
  }
}

/* --------------------------------
//////////////////////////////
///// グローバルナビ
///////////////////////////
----------------------------------- */
.gnav__list {
  gap: 50px;
}
@media print, screen and (max-width: 1100px) {
  .gnav__list {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
@media print, screen and (max-width: 834px) {
  .gnav__list {
    flex-direction: column;
    row-gap: initial;
    gap: 4vw;
    -moz-column-gap: 18.9vw;
         column-gap: 18.9vw;
    height: 31.2vw;
  }
}
.gnav__item {
  display: flex;
  align-items: center;
}
.gnav__item a {
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (max-width: 834px) {
  .gnav__item a {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

/* --------------------------------
//////////////////////////////
///// セクションタイトル
///////////////////////////
----------------------------------- */
.sec-title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.75rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media print, screen and (max-width: 834px) {
  .sec-title {
    font-size: 1.25rem;
    line-height: 1.5;
    gap: 4vw;
  }
}
.sec-title .sub {
  font-size: 1.25rem;
  line-height: 1.5;
  color: #7BCCCF;
}
@media print, screen and (max-width: 834px) {
  .sec-title .sub {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.sec-title .green {
  color: #7BCCCF;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: bold;
}
@media print, screen and (max-width: 834px) {
  .sec-title .green {
    font-size: 1.75rem;
    line-height: 1.5;
  }
}

/* --------------------------------
//////////////////////////////
///// bookingボタン
///////////////////////////
----------------------------------- */
.booking {
  position: fixed;
  top: 80px;
  right: 0;
  z-index: 10;
}
@media print, screen and (max-width: 834px) {
  .booking {
    top: 20vw;
  }
}
.booking a {
  background-color: #7BCCCF;
  border-radius: 10px 0 0 10px;
  width: 214px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}
@media print, screen and (max-width: 834px) {
  .booking a {
    border-radius: 2.6vw 0 0 2.6vw;
    width: 35vw;
    height: 12vw;
    gap: 2.5vw;
  }
}
.booking a::before {
  content: "";
  display: block;
  background-image: url(./assetes/images/common/booking.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}
@media print, screen and (max-width: 834px) {
  .booking a::before {
    width: 6vw;
    height: 6vw;
  }
}
.booking a:hover {
  opacity: initial;
  background-color: #9FDBDE;
}

/* --------------------------------
//////////////////////////////
///// ボタン
///////////////////////////
----------------------------------- */
.btn {
  border-radius: 30px;
  width: 196px;
  height: 51px;
  background-color: #FFB35B;
  margin: 0 auto;
}
@media print, screen and (max-width: 834px) {
  .btn {
    width: 50vw;
    height: 14vw;
    border-radius: 8vw;
  }
}
.btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  height: 100%;
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
}
@media print, screen and (max-width: 834px) {
  .btn a {
    gap: 1vw;
  }
}
.btn a::after {
  content: "";
  display: block;
  background-image: url(./assetes/images/index/service-arrow.png);
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
}
@media print, screen and (max-width: 834px) {
  .btn a::after {
    width: 5vw;
    height: 5vw;
  }
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// feature
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.feature__title {
  padding-bottom: 50px;
}
@media print, screen and (max-width: 834px) {
  .feature__title {
    padding-bottom: 13vw;
  }
}
.feature__title::before {
  background-image: url(./assetes/images/common/feature-title-icon01.png);
  width: 126px;
  height: 76px;
}
@media print, screen and (max-width: 834px) {
  .feature__title::before {
    width: 20.15vw;
    height: 12.16vw;
  }
}
.feature__title::after {
  background-image: url(./assetes/images/common/feature-title-icon02.png);
  width: 69px;
  height: 69px;
}
@media print, screen and (max-width: 834px) {
  .feature__title::after {
    width: 11.04vw;
    height: 11.04vw;
  }
}
.feature__items {
  gap: 25px;
}
@media print, screen and (max-width: 1000px) {
  .feature__items {
    flex-wrap: wrap;
    row-gap: 40px;
  }
}
@media print, screen and (max-width: 834px) {
  .feature__items {
    row-gap: initial;
    gap: 15vw;
  }
}
.feature__item {
  width: 350px;
  gap: 30px;
}
@media print, screen and (max-width: 834px) {
  .feature__item {
    width: 100%;
    gap: 8vw;
  }
}
.feature__item img {
  width: 300px;
  margin: 0 auto;
}
@media print, screen and (max-width: 834px) {
  .feature__item img {
    width: 80%;
  }
}
.feature__item p {
  line-height: 1.8;
  letter-spacing: -0.01em;
}

/* --------------------------------
//////////////////////////////
///// inside
///////////////////////////
----------------------------------- */
.inside__conts {
  padding-bottom: 100px;
}
@media print, screen and (max-width: 834px) {
  .inside__conts {
    padding-bottom: 20vw;
  }
}
.inside__title {
  padding-bottom: 74px;
}
@media print, screen and (max-width: 834px) {
  .inside__title {
    padding-bottom: 16vw;
  }
}
.inside__title::before {
  background-image: url(./assetes/images/common/inside-title-icon01.png);
  width: 87px;
  height: 63px;
}
@media print, screen and (max-width: 834px) {
  .inside__title::before {
    width: 13.9vw;
    height: 10.08vw;
  }
}
.inside__title::after {
  background-image: url(./assetes/images/common/inside-title-icon02.png);
  width: 61px;
  height: 54px;
}
@media print, screen and (max-width: 834px) {
  .inside__title::after {
    width: 9.72vw;
    height: 8.58vw;
  }
}
.inside__slide {
  position: relative;
}
.inside__item {
  width: 779px;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 30px;
}
@media print, screen and (max-width: 834px) {
  .inside__item {
    width: 90vw;
    height: 53vw;
    border-radius: 2.5vw;
    margin: initial;
  }
}
.inside__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: none;
     object-fit: none;
}
.inside .slide-arrow {
  width: 50px;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
@media print, screen and (max-width: 834px) {
  .inside .slide-arrow {
    width: 7vw;
    transform: translateY(-50%);
  }
}
.inside .prev-arrow {
  left: calc(50% - 387px);
}
@media print, screen and (max-width: 834px) {
  .inside .prev-arrow {
    left: 0;
  }
}
.inside .next-arrow {
  left: calc(50% + 387px);
}
@media print, screen and (max-width: 834px) {
  .inside .next-arrow {
    left: initial;
    right: 0;
  }
}

/* --------------------------------
//////////////////////////////
///// アニメーション
///////////////////////////
----------------------------------- */
/* -------- 透明度 ----------- */
a {
  transition: opacity 0.5s;
}
a:hover {
  opacity: 0.6;
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// ヘッダー
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
/* ---------------------------------------------------------------
///// ヘッダー共通
------------------------------------------------------------------
------------------------------------------------------------------ */
.header {
  width: 100%;
  background-color: #F4F3ED;
  position: relative;
  z-index: 9;
}
@media print, screen and (max-width: 834px) {
  .header {
    width: 100%;
  }
}
.header.-active {
  z-index: 20;
}

/* ---------------------------------------------------------------
///// ヘッダーコンテンツ
------------------------------------------------------------------
------------------------------------------------------------------ */
.header__cont {
  height: 90px;
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
}
@media print, screen and (max-width: 834px) {
  .header__cont {
    height: 16vw;
  }
}

/* ----------- ヘッダータイトル ----------- */
.header__title {
  width: 65px;
  height: 100%;
  padding-left: 13px;
}
@media print, screen and (max-width: 834px) {
  .header__title {
    width: 13.3vw;
    padding-left: 4vw;
  }
}

/* ----- グロナビ ----- */
.header__nav {
  height: 100%;
}
@media print, screen and (min-width: 1091px) {
  .header__nav {
    padding-right: 100px;
  }
}

.nav-wrap {
  display: none;
}
@media print, screen and (min-width: 1091px) {
  .nav-wrap {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
}

/* ---------------------------------------------------------------
///// ハンバーガー
------------------------------------------------------------------
------------------------------------------------------------------ */
.menu-btn {
  display: none;
  position: relative;
  width: 90px;
  height: 90px;
  background-color: #7BCCCF;
  z-index: 60;
}
@media print, screen and (max-width: 834px) {
  .menu-btn {
    width: 16vw;
    height: 16vw;
  }
}

@media print, screen and (max-width: 1090px) {
  .menu-btn {
    display: inline-block;
  }
}
.menu-btn__wrap {
  width: 40px;
  margin: 0 auto;
}
@media print, screen and (max-width: 834px) {
  .menu-btn__wrap {
    width: 8vw;
  }
}

.menu-btn span {
  position: absolute;
  height: 4px;
  width: 40px;
  border-radius: 5px;
  background-color: #fff;
  display: inline-block;
  transition: transform 0.5s ease;
}
@media print, screen and (max-width: 834px) {
  .menu-btn span {
    height: 0.53vw;
    width: 8vw;
    border-radius: 1.3vw;
  }
}

.menu-btn span:first-child {
  bottom: 27px;
}
@media print, screen and (max-width: 834px) {
  .menu-btn span:first-child {
    bottom: 4vw;
  }
}

.menu-btn span:nth-child(2) {
  bottom: 43px;
}
@media print, screen and (max-width: 834px) {
  .menu-btn span:nth-child(2) {
    bottom: 7.73vw;
  }
}

.menu-btn span:last-child {
  bottom: 59px;
}
@media print, screen and (max-width: 834px) {
  .menu-btn span:last-child {
    bottom: 11.46vw;
  }
}

/* ----- クリックで変形 ----- */
.menu-btn.-active {
  background-color: initial;
}

.menu-btn.-active span {
  top: 50%;
  bottom: 0;
  transition: transform 0.5s ease;
  width: 40px;
  background-color: #540A0E;
}
@media print, screen and (max-width: 834px) {
  .menu-btn.-active span {
    width: 8vw;
  }
}

.menu-btn.-active span:first-child {
  transform: rotate(45deg);
}

.menu-btn.-active span:nth-child(2) {
  top: -10px;
}

.menu-btn.-active span:last-child {
  transform: rotate(-45deg);
}

/* ---------------------------------------------------------------
///// モーダル
------------------------------------------------------------------
------------------------------------------------------------------ */
.modal {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 15;
  background-color: rgba(102, 154, 73, 0.9);
  height: 0;
  top: -1000px;
  left: 0;
  opacity: 0;
  background-color: #7BCCCF;
  transition: all 0.8s;
}
@media print, screen and (max-width: 1090px) {
  .modal {
    display: block;
  }
}

.mnav__item {
  width: 100%;
  border-bottom: 1px solid #D2FCFD;
}
.mnav__item a {
  display: block;
  padding: 15px 30px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (max-width: 834px) {
  .mnav__item a {
    padding: 4vw 8vw;
  }
}
.mnav__item a:hover {
  color: #256eaf;
  opacity: initial;
}
.mnav__item--booking {
  background-color: #fff;
}
.mnav__item--booking a {
  color: #7BCCCF;
  padding: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media print, screen and (max-width: 834px) {
  .mnav__item--booking a {
    padding: 5.3vw;
    gap: 2.6vw;
  }
}
.mnav__item--booking a::before {
  content: "";
  display: block;
  background-image: url(./assetes/images/common/booking02.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}
@media print, screen and (max-width: 834px) {
  .mnav__item--booking a::before {
    width: 6.6vw;
    height: 6.6vw;
  }
}

/* ----- ハンバーガークリックでモーダル表示 ----- */
.modal.-active {
  height: 451px;
  top: 90px;
  opacity: 1;
  z-index: 20;
}
@media print, screen and (max-width: 834px) {
  .modal.-active {
    height: 120vw;
    top: 16vw;
  }
}

/* ----- モーダル開いてる時暗くする ----- */
.main, footer {
  position: relative;
}

.-dark::after {
  content: "";
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 8;
  transition: ease 1s;
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// フッター
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.footer {
  background-image: url(./assetes/images/footer/footer-back.png);
  background-position: center;
  background-size: cover;
}
@media print, screen and (max-width: 834px) {
  .footer {
    background-image: url(./assetes/images/footer/footer-back-sp.png);
  }
}
.footer__conts {
  padding-top: 100px;
  padding-bottom: 89px;
}
@media print, screen and (max-width: 1100px) {
  .footer__conts {
    flex-direction: column;
  }
}
@media print, screen and (max-width: 834px) {
  .footer__conts {
    padding-top: 8vw;
    padding-bottom: 13.3vw;
  }
}
.footer__left {
  width: 319px;
}
@media print, screen and (max-width: 1100px) {
  .footer__left {
    width: 100%;
    padding-bottom: 20px;
  }
}
@media print, screen and (max-width: 834px) {
  .footer__left {
    padding-bottom: 5.3vw;
  }
}
.footer__left img {
  width: 48px;
}
@media print, screen and (max-width: 834px) {
  .footer__left img {
    width: 16vw;
  }
}
.footer__left h1 {
  padding-top: 10px;
  padding-bottom: 24px;
}
@media print, screen and (max-width: 834px) {
  .footer__left h1 {
    padding-top: 4.8vw;
    padding-bottom: 6.4vw;
  }
}
.footer__left .address {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.footer__left .schedule {
  font-size: 0.75rem;
  line-height: 1.5;
  gap: 10px;
  padding-top: 10px;
}
@media print, screen and (max-width: 834px) {
  .footer__left .schedule {
    gap: 2.6vw;
    padding-top: 2.6vw;
  }
}
.footer__right {
  width: 862px;
}
@media print, screen and (max-width: 1100px) {
  .footer__right {
    width: 100%;
  }
}
.footer__right .sns {
  padding-top: 115px;
  padding-bottom: 35px;
  gap: 15px;
  justify-content: flex-end;
}
@media print, screen and (max-width: 1100px) {
  .footer__right .sns {
    justify-content: flex-start;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
@media print, screen and (max-width: 834px) {
  .footer__right .sns {
    padding-top: 8vw;
    padding-bottom: 5.3vw;
    gap: 4vw;
  }
}
.footer__right .sns__item img {
  width: auto;
  height: 25px;
}
@media print, screen and (max-width: 834px) {
  .footer__right .sns__item img {
    height: 40px;
  }
}
.footer__right .copyright {
  text-align: right;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media print, screen and (max-width: 1100px) {
  .footer__right .copyright {
    text-align: left;
  }
}

/* ---------------------------------------------------------------------------------------
///////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////
///////////// TOP
///////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// メインヴィジュアル
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.main .mv {
  height: min(58.8vw, 847px);
  position: relative;
}
@media print, screen and (max-width: 834px) {
  .main .mv {
    height: 169.6vw;
  }
}
.main .mv::before, .main .mv::after {
  content: "";
  display: block;
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: -1;
}
@media print, screen and (max-width: 834px) {
  .main .mv::before, .main .mv::after {
    display: none;
  }
}
.main .mv::before {
  background-image: url(./assetes/images/index/mv-back01.png);
  width: min(44.4vw, 640px);
  height: min(36.1vw, 520px);
  left: 0;
  bottom: 0;
}
.main .mv::after {
  background-image: url(./assetes/images/index/mv-back02.png);
  width: min(31.6vw, 455px);
  height: min(25.7vw, 370px);
  right: 0;
  top: 0;
}
.main .mv__wrap {
  background-image: url(./assetes/images/index/top-mv.png);
  background-position: center;
  background-size: cover;
  width: min(75.1vw, 1082px);
  height: min(46.8vw, 675px);
  margin: 0 auto;
  position: absolute;
  top: min(6vw, 87px);
  left: calc(50% - 43px);
  transform: translateX(-50%);
}
@media print, screen and (max-width: 834px) {
  .main .mv__wrap {
    position: static;
    transform: initial;
    background-image: url(./assetes/images/index/top-mv-sp.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
  }
}
.main .mv__cont {
  position: relative;
  height: 100%;
}
.main .mv__title {
  position: absolute;
  top: min(8.8vw, 127px);
  left: min(4.4vw, 64px);
  font-size: min(2.9vw, 42px);
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (max-width: 834px) {
  .main .mv__title {
    font-size: 7.46vw;
    top: 24.8vw;
    left: 9.33vw;
  }
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// service
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.service__conts {
  padding-top: 150px;
  padding-bottom: 143px;
  gap: 5px;
}
@media print, screen and (max-width: 1270px) {
  .service__conts {
    flex-direction: column;
  }
}
@media print, screen and (max-width: 834px) {
  .service__conts {
    padding: 13.3vw 0;
    gap: 4vw;
  }
}
.service .sec-title--service {
  align-items: flex-start;
}
.service__left p {
  padding-top: 40px;
  max-width: 599px;
}
@media print, screen and (max-width: 834px) {
  .service__left p {
    padding-top: 4vw;
    max-width: initial;
  }
}
@media print, screen and (max-width: 1270px) {
  .service__right {
    padding-top: 15px;
  }
}
@media print, screen and (max-width: 834px) {
  .service__right {
    padding-top: initial;
  }
}
.service__right img {
  width: 620px;
}
@media print, screen and (max-width: 1270px) {
  .service__right img {
    width: 100%;
  }
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// recommendation
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.recommendation {
  background-image: url(./assetes/images/index/recommendation-back.png);
  background-position: center;
  background-size: cover;
}
.recommendation__conts {
  padding: 100px 0;
}
@media print, screen and (max-width: 834px) {
  .recommendation__conts {
    padding: 13.3vw 0;
  }
}
.recommendation__list {
  max-width: 1088px;
  padding: 50px 10.4vw;
  margin: 0 auto;
  margin-top: 52px;
  background-color: #fff;
  gap: 35px;
}
@media print, screen and (max-width: 834px) {
  .recommendation__list {
    padding: 8vw 2.6vw;
    margin-top: 8vw;
    gap: 5.3vw;
  }
}
.recommendation__item dt {
  padding-bottom: 11px;
  display: flex;
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (max-width: 834px) {
  .recommendation__item dt {
    padding-bottom: 2.9vw;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.recommendation__item dt::before {
  content: "";
  display: block;
  background-image: url(./assetes/images/index/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 28px;
  padding-right: 18px;
}
@media print, screen and (max-width: 834px) {
  .recommendation__item dt::before {
    width: 9.3vw;
    height: 7.45vw;
    padding-right: 2.6vw;
  }
}
.recommendation__item dd {
  padding-left: 53px;
}
@media print, screen and (max-width: 834px) {
  .recommendation__item dd {
    padding-left: initial;
  }
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// baa
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.baa__conts {
  padding: 100px 0;
}
@media print, screen and (max-width: 834px) {
  .baa__conts {
    padding: 13.3vw 0;
  }
}
.baa__slide {
  position: relative;
  padding-top: 53px;
}
@media print, screen and (max-width: 834px) {
  .baa__slide {
    padding-top: 8vw;
  }
}
.baa__slide .slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  z-index: 1;
}
@media print, screen and (max-width: 834px) {
  .baa__slide .slide-arrow {
    width: 10.6vw;
  }
}
.baa__slide .prev-arrow {
  left: 0;
}
.baa__slide .next-arrow {
  right: 0;
}

.voice {
  border: 1px solid #7BCCCF;
  height: 133px;
  margin-top: 31px;
  position: relative;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 834px) {
  .voice {
    height: 103.2vw;
    margin-top: 10.9vw;
  }
}
.voice__title {
  border-radius: 50%;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  background-color: #7BCCCF;
  color: #fff;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 834px) {
  .voice__title {
    gap: 1.06vw;
    width: 40vw;
    height: 40vw;
    top: -2.9vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.voice__title .sub {
  font-size: 1.25rem;
  line-height: 1.5;
}
.voice p {
  padding-left: 220px;
  padding-right: 50px;
}
@media print, screen and (max-width: 834px) {
  .voice p {
    padding: 8vw 2.6vw;
    padding-top: 41vw;
  }
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// features
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.features {
  background-color: #F2FFFF;
}
.features__conts {
  padding-top: 100px;
  padding-bottom: 150px;
}
@media print, screen and (max-width: 834px) {
  .features__conts {
    padding: 13.3vw 0;
  }
}
.features__items {
  margin-top: 107px;
  gap: 20px;
  row-gap: 90px;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 834px) {
  .features__items {
    margin-top: 22.4vw;
    row-gap: 22.4vw;
  }
}
.features__item {
  width: 400px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  position: relative;
}
@media print, screen and (max-width: 834px) {
  .features__item {
    width: 100%;
  }
}
.features__item .point {
  border-radius: 50%;
  color: #7BCCCF;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #7BCCCF;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  font-family: MyFont;
}
@media print, screen and (max-width: 834px) {
  .features__item .point {
    width: 26.6vw;
    height: 26.6vw;
  }
}
.features__item .point span {
  font-size: 1.25rem;
  line-height: 1;
}
.features__item img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (max-width: 834px) {
  .features__item img {
    height: initial;
  }
}
.features__item dl {
  background-color: #fff;
  padding: 30px 21px;
  padding-bottom: 47px;
}
@media print, screen and (max-width: 834px) {
  .features__item dl {
    padding: 5.3vw 2.6vw;
  }
}
.features__item dt {
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  line-height: 1.5;
  padding-bottom: 15px;
}
@media print, screen and (max-width: 834px) {
  .features__item dt {
    padding-bottom: 4vw;
  }
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// menu
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.menu__conts {
  padding-top: 100px;
  padding-bottom: 130px;
}
@media print, screen and (max-width: 834px) {
  .menu__conts {
    padding: 13.3vw 0;
  }
}
.menu__box {
  margin-top: 50px;
}
@media print, screen and (max-width: 834px) {
  .menu__box {
    margin-top: 8vw;
  }
}
.menu__box .title {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #D1BCA6;
}
@media print, screen and (max-width: 834px) {
  .menu__box .title {
    height: 16vw;
  }
}
.menu__box .title h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 1.5;
  color: #fff;
}
@media print, screen and (max-width: 834px) {
  .menu__box .title h3 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.menu__box .cont {
  padding: 25px 0;
}
@media print, screen and (max-width: 834px) {
  .menu__box .cont {
    flex-direction: column;
    padding: 2.5vw;
    padding-top: 12.3vw;
    padding-bottom: 4vw;
  }
}
.menu__box .item h4 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  color: #D1BCA6;
  border: 2px solid #D1BCA6;
  text-align: center;
  height: 57px;
  line-height: 57px;
  margin-bottom: 14px;
}
@media print, screen and (max-width: 834px) {
  .menu__box .item h4 {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 4vw;
  }
}
.menu__box .item h4 .tag {
  display: inline-block;
  color: #fff;
  background-color: #D1BCA6;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
}
@media print, screen and (max-width: 834px) {
  .menu__box .item h4 .tag {
    border-radius: 5.3vw;
    height: 10.6vw;
    line-height: 10.6vw;
    padding: 0 4vw;
  }
}
.menu__box .children {
  background-color: #F4F3ED;
  flex-wrap: wrap;
}
.menu__box .children .menu__box--child {
  margin-top: initial;
}
.menu__box--new {
  border: 2px solid #7BCCCF;
  margin-top: 55px;
}
@media print, screen and (max-width: 834px) {
  .menu__box--new {
    margin-top: 13.3vw;
  }
}
.menu__box--new .title {
  background-color: #7BCCCF;
  position: relative;
}
@media print, screen and (max-width: 834px) {
  .menu__box--new .title {
    height: 21.3vw;
  }
}
.menu__box--new .title::after {
  content: "Campaign";
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #7BCCCF;
  background-color: #fff;
  border: 2px solid #7BCCCF;
  border-radius: 30px;
  width: 307px;
  height: 53px;
  position: absolute;
  top: -26.5px;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (max-width: 834px) {
  .menu__box--new .title::after {
    border-radius: 8vw;
    width: 81.8vw;
    height: 14vw;
    top: -7vw;
  }
}
.menu__box--new .title h3 {
  padding-top: 25px;
}
@media print, screen and (max-width: 834px) {
  .menu__box--new .title h3 {
    padding-top: 6.6vw;
  }
}
.menu__box--new .cont {
  gap: 111px;
}
@media print, screen and (max-width: 1300px) {
  .menu__box--new .cont {
    flex-direction: column;
  }
}
@media print, screen and (max-width: 834px) {
  .menu__box--new .cont {
    padding-top: 12.5vw;
  }
}
.menu__box--new .item:first-child {
  max-width: 366px;
  position: relative;
}
@media print, screen and (max-width: 834px) {
  .menu__box--new .item:first-child {
    width: 85vw;
    max-width: initial;
  }
}
.menu__box--new .item:first-child::after {
  content: "+";
  font-size: 4rem;
  line-height: 1.5;
  position: absolute;
  bottom: 28px;
  right: -75px;
}
@media print, screen and (max-width: 834px) {
  .menu__box--new .item:first-child::after {
    bottom: -22.3vw;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media print, screen and (max-width: 834px) {
  .menu__box--new .item:first-child h4 {
    height: 12.5vw;
    line-height: 12.5vw;
  }
}
.menu__box--new .item:first-child img {
  width: 368px;
}
@media print, screen and (max-width: 834px) {
  .menu__box--new .item:first-child img {
    width: 80vw;
  }
}
.menu__box--new .item:last-child {
  max-width: 679px;
}
@media print, screen and (max-width: 834px) {
  .menu__box--new .item:last-child {
    max-width: initial;
  }
}
@media print, screen and (max-width: 834px) {
  .menu__box--new .item:last-child h4 {
    font-size: 1rem;
    height: 20.2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.menu__box--new .item:last-child img {
  width: 616px;
}
@media print, screen and (max-width: 834px) {
  .menu__box--new .item:last-child img {
    width: 100%;
  }
}
.menu__box--new .item h4 {
  border: 2px solid #7BCCCF;
  color: #7BCCCF;
  padding: 0 24px;
}
@media print, screen and (max-width: 834px) {
  .menu__box--new .item h4 {
    padding: initial;
  }
}
.menu__box--new .item h4 .tag {
  background-color: #7BCCCF;
  margin-right: 13px;
}
@media print, screen and (max-width: 834px) {
  .menu__box--new .item h4 .tag {
    margin-right: initial;
  }
}
@media print, screen and (max-width: 834px) {
  .menu__box--plan .cont {
    padding: 0 2.6vw;
    padding-top: 4.5vw;
  }
}
.menu__box--plan .item {
  max-width: 1049px;
  margin: 0 auto;
  padding-bottom: 21px;
}
@media print, screen and (max-width: 834px) {
  .menu__box--plan .item {
    width: 100%;
    padding-bottom: 7.7vw;
  }
}
@media print, screen and (max-width: 834px) {
  .menu__box--plan .item h4 {
    height: 16vw;
    line-height: 16vw;
  }
}
.menu__box--plan .item h4 .tag {
  margin-right: 30px;
}
@media print, screen and (max-width: 834px) {
  .menu__box--plan .item h4 .tag {
    margin-right: 2.6vw;
  }
}
.menu__box--plan .item .sub {
  font-size: 1.3125rem;
  line-height: 1.5;
  color: #5E5C4B;
  font-weight: 700;
}
.menu__box--plan .item .sub-pc {
  padding-left: 100px;
}
@media print, screen and (max-width: 930px) {
  .menu__box--plan .item .sub-pc {
    display: none;
  }
}
.menu__box--plan .item .sub-sp {
  display: none;
}
@media print, screen and (max-width: 930px) {
  .menu__box--plan .item .sub-sp {
    display: block;
    font-size: 1rem;
    padding-left: initial;
    text-align: center;
  }
}
.menu__box--plan .desc {
  gap: 59px;
}
@media print, screen and (max-width: 1300px) {
  .menu__box--plan .desc {
    flex-direction: column;
    align-items: center;
  }
}
@media print, screen and (max-width: 834px) {
  .menu__box--plan .desc {
    gap: 4.5vw;
  }
}
.menu__box--plan .desc .left {
  width: 351px;
}
@media print, screen and (max-width: 834px) {
  .menu__box--plan .desc .left {
    width: 100%;
  }
}
@media print, screen and (max-width: 834px) {
  .menu__box--plan .desc .left img {
    width: 74vw;
    display: block;
    margin: 0 auto;
  }
}
.menu__box--plan .desc .left p {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media print, screen and (max-width: 834px) {
  .menu__box--plan .desc .left p {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.menu__box--plan .desc .right .tags {
  gap: 20px;
}
@media print, screen and (max-width: 834px) {
  .menu__box--plan .desc .right .tags {
    gap: 0.8vw;
    justify-content: center;
    padding-bottom: 4vw;
  }
}
.menu__box--plan .desc .right .tags span {
  display: flex;
  gap: 5px;
  border-radius: 20px;
  border: 1px solid #D1BCA6;
  color: #D1BCA6;
  align-items: center;
  justify-content: center;
  height: 33px;
}
@media print, screen and (max-width: 834px) {
  .menu__box--plan .desc .right .tags span {
    font-size: 0.875rem;
    line-height: 1.5;
    gap: 0.8vw;
    border-radius: 5.3vw;
    height: 7.7vw;
  }
}
.menu__box--plan .desc .right .tags span:first-child {
  width: 158px;
}
@media print, screen and (max-width: 834px) {
  .menu__box--plan .desc .right .tags span:first-child {
    width: 31.2vw;
  }
}
.menu__box--plan .desc .right .tags span:nth-child(2) {
  width: 121px;
}
@media print, screen and (max-width: 834px) {
  .menu__box--plan .desc .right .tags span:nth-child(2) {
    width: 23.4vw;
  }
}
.menu__box--plan .desc .right .tags span:last-child {
  width: 184px;
}
@media print, screen and (max-width: 834px) {
  .menu__box--plan .desc .right .tags span:last-child {
    width: 34.9vw;
  }
}
.menu__box--plan .desc .right .tags span::before {
  content: "";
  display: block;
  background-image: url(./assetes/images/index/check02.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 18.5px;
  height: 11.7px;
}
@media print, screen and (max-width: 834px) {
  .menu__box--plan .desc .right .tags span::before {
    width: 3.2vw;
    height: 2.1vw;
  }
}
.menu__box--plan .children {
  gap: 15px;
  padding: 50px 10px;
}
@media print, screen and (max-width: 834px) {
  .menu__box--plan .children {
    gap: 5.3vw;
    padding: 8vw 0;
  }
}
.menu__box--plan .children .menu__box--child {
  width: 390px;
  border: 2px solid #D1BCA6;
  background-color: #fff;
}
@media print, screen and (max-width: 834px) {
  .menu__box--plan .children .menu__box--child {
    width: 100%;
  }
}
.menu__box--plan .children .menu__box--child .title {
  height: 80px;
}
@media print, screen and (max-width: 834px) {
  .menu__box--plan .children .menu__box--child .title {
    height: 21.3vw;
  }
}
.menu__box--plan .children .menu__box--child .title h3 {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5;
}
.menu__box--plan .children .menu__box--child .cont {
  padding: 30px;
}
@media print, screen and (max-width: 834px) {
  .menu__box--plan .children .menu__box--child .cont {
    padding: 8vw 2.6vw;
  }
}
@media print, screen and (max-width: 834px) {
  .menu__box--plan .children .menu__box--child img {
    display: block;
    width: 75.2vw;
    margin: 0 auto;
  }
}
.menu__box--plan .children .menu__box--child .desc {
  padding-top: 15px;
}
@media print, screen and (max-width: 834px) {
  .menu__box--plan .children .menu__box--child .desc {
    padding-top: 4vw;
  }
}
.menu__box--plan .children .menu__box--child .desc p:last-of-type {
  font-family: "Noto Serif JP", serif;
  padding-top: 32px;
}
@media print, screen and (max-width: 834px) {
  .menu__box--plan .children .menu__box--child .desc p:last-of-type {
    padding-top: 4vw;
  }
}
.menu__box--plan .children .menu__box--child .desc ul {
  list-style: disc;
  list-style-position: inside;
}
.menu__box--plan .children .menu__box--child .desc li {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media print, screen and (max-width: 834px) {
  .menu__box--group > .cont {
    padding-top: 0;
    background-color: #F4F3ED;
  }
}
.menu__box--group .children {
  gap: 25px;
  padding: 0 10px;
  padding-top: 30px;
  padding-bottom: 50px;
}
@media print, screen and (max-width: 834px) {
  .menu__box--group .children {
    gap: 5.3vw;
    padding: 0 2.1vw;
    padding-top: 5vw;
    padding-bottom: 8vw;
  }
}
.menu__box--group .children .menu__box--child {
  width: 587px;
  border: 2px solid #D1BCA6;
  background-color: #fff;
}
@media print, screen and (max-width: 834px) {
  .menu__box--group .children .menu__box--child {
    width: 100%;
  }
}
.menu__box--group .children .menu__box--child .title {
  height: 70px;
}
@media print, screen and (max-width: 834px) {
  .menu__box--group .children .menu__box--child .title {
    height: 16vw;
  }
}
@media print, screen and (max-width: 834px) {
  .menu__box--group .children .menu__box--child h4 {
    letter-spacing: 0;
  }
}
@media print, screen and (max-width: 834px) {
  .menu__box--group .children .menu__box--child .cont {
    padding-top: 5.06vw;
  }
}
.menu__box--group .children .menu__box--child .item, .menu__box--group .children .menu__box--child img {
  margin: 0 auto;
  display: block;
}
.menu__box--group .children .menu__box--child .tag {
  margin-right: 15px;
}
@media print, screen and (max-width: 834px) {
  .menu__box--group .children .menu__box--child .tag {
    margin-right: initial;
  }
}
.menu__box--group .children .menu__box--child:first-child .item {
  width: 556px;
}
@media print, screen and (max-width: 834px) {
  .menu__box--group .children .menu__box--child:first-child .item {
    width: 100%;
  }
}
.menu__box--group .children .menu__box--child:first-child h4 {
  font-size: 1rem;
}
@media print, screen and (max-width: 834px) {
  .menu__box--group .children .menu__box--child:first-child h4 {
    height: 21.8vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.menu__box--group .children .menu__box--child:first-child img {
  width: 505px;
}
@media print, screen and (max-width: 834px) {
  .menu__box--group .children .menu__box--child:first-child img {
    width: 100%;
  }
}
.menu__box--group .children .menu__box--child:last-child .item {
  width: 480px;
}
@media print, screen and (max-width: 834px) {
  .menu__box--group .children .menu__box--child:last-child .item {
    width: 100%;
  }
}
@media print, screen and (max-width: 834px) {
  .menu__box--group .children .menu__box--child:last-child h4 {
    font-size: 1rem;
    height: 15.2vw;
    line-height: 15.2vw;
  }
}
.menu__box--group .children .menu__box--child:last-child .tag {
  margin-right: 15px;
}
@media print, screen and (max-width: 834px) {
  .menu__box--group .children .menu__box--child:last-child .tag {
    margin-right: 4.6vw;
  }
}
.menu__box--group .children .menu__box--child:last-child img {
  width: 352px;
}
@media print, screen and (max-width: 834px) {
  .menu__box--group .children .menu__box--child:last-child img {
    width: 71vw;
  }
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// trainer
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.trainer {
  background-image: url(./assetes/images/index/trainer-back.png);
  background-position: center;
  background-size: cover;
}
.trainer__conts {
  padding-top: 100px;
  padding-bottom: 150px;
}
@media print, screen and (max-width: 834px) {
  .trainer__conts {
    padding-top: 13.3vw;
    padding-bottom: 5.86vw;
  }
}
.trainer__items {
  margin-top: 47px;
  gap: 50px;
}
@media print, screen and (max-width: 834px) {
  .trainer__items {
    margin-top: 13.3vw;
    gap: 8vw;
  }
}
.trainer__item {
  background-color: #fff;
  gap: 61px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
}
@media print, screen and (max-width: 1180px) {
  .trainer__item {
    flex-direction: column;
  }
}
@media print, screen and (max-width: 834px) {
  .trainer__item {
    gap: 5.3vw;
    padding: 13.3vw 4vw;
    padding-bottom: 8vw;
  }
}
.trainer__item .left img {
  width: 510px;
}
@media print, screen and (max-width: 834px) {
  .trainer__item .left img {
    width: 100%;
  }
}
.trainer__item .right .name h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.trainer__item .right .name h3 .en {
  color: #7BCCCF;
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 20px;
}
@media print, screen and (max-width: 834px) {
  .trainer__item .right .name h3 .en {
    padding-left: 5.3vw;
  }
}
@media print, screen and (max-width: 834px) {
  .trainer__item .right .name h3 .en {
    letter-spacing: 0;
  }
}
.trainer__item .right .name h4 {
  font-family: MyFont;
  font-style: italic;
  padding-top: 7px;
}
@media print, screen and (max-width: 834px) {
  .trainer__item .right .name h4 {
    padding-top: 1.8vw;
    letter-spacing: 0;
  }
}
.trainer__item .right p {
  padding-top: 20px;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 834px) {
  .trainer__item .right p {
    padding-top: 5.3vw;
    letter-spacing: -0.05em;
  }
}
.trainer__item .right p:nth-of-type(2) {
  padding-top: 2.6vw;
}
.trainer__item .right .cap {
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// news
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.news__conts {
  padding: 100px 0;
}
@media print, screen and (max-width: 834px) {
  .news__conts {
    padding: 13.3vw 0;
  }
}
.news__cont {
  width: 760px;
  margin: 0 auto;
  margin-top: 30px;
}
@media print, screen and (max-width: 834px) {
  .news__cont {
    margin-top: 8vw;
    width: 100%;
  }
}
.news__cont li {
  border-bottom: 1px solid #B9E9EB;
}
.news__cont li:first-child {
  border-top: 1px solid #B9E9EB;
}
.news__cont li a {
  display: flex;
  gap: 30px;
  padding: 15px 8px;
}
@media print, screen and (max-width: 834px) {
  .news__cont li a {
    gap: 8vw;
    padding: 4vw 1.3vw;
  }
}
.news__cont .date {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #B9E9EB;
}
.news__cont p {
  flex: 1;
}

/* ---------------------------------------------------------------------------------------
///////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////
///////////// 下層
///////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// メインヴィジュアル
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.under .mv {
  background: linear-gradient(90deg, rgb(255, 232, 147) 0%, rgb(255, 223, 208) 97.59%, rgb(255, 223, 210) 100%);
  height: 312px;
}
@media print, screen and (max-width: 834px) {
  .under .mv {
    height: 45.3vw;
  }
}
.under .mv .inner {
  height: 100%;
}
.under .mv__title {
  font-size: 1.875rem;
  line-height: 1.5;
  letter-spacing: 0.26em;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 78px;
}
@media print, screen and (max-width: 834px) {
  .under .mv__title {
    font-size: 5.86vw;
    line-height: 1.9;
    padding-bottom: 10vw;
  }
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// コンテンツ内
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
@media print, screen and (min-width: 835px) {
  .under .inner {
    width: 844px;
  }
}
.under .back {
  background: linear-gradient(180deg, rgb(255, 247, 238) 0%, rgb(255, 255, 255) 100%);
}
.under p, .under dt, .under dd, .under li {
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
@media print, screen and (max-width: 834px) {
  .under p, .under dt, .under dd, .under li {
    font-size: 4.26vw;
    line-height: 1.75;
  }
}
.under p:not(:last-of-type), .under p:first-of-type {
  padding-bottom: 48px;
}
@media print, screen and (max-width: 834px) {
  .under p:not(:last-of-type), .under p:first-of-type {
    padding-bottom: 12vw;
  }
}
.under .small {
  font-size: 0.8em;
}

/* ---------------------------------------------------------------
///// タイトル
------------------------------------------------------------------
------------------------------------------------------------------ */
.under .sec-h2 {
  font-size: 1.875rem;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 40px;
}
@media print, screen and (max-width: 834px) {
  .under .sec-h2 {
    font-size: 5.86vw;
    line-height: 1.9;
    padding-bottom: 6.6vw;
  }
}

/* ---------------------------------------------------------------
///// ボックス
------------------------------------------------------------------
------------------------------------------------------------------ */
.under .box {
  background-color: #fff5d9;
  border-radius: 10px;
}
@media print, screen and (max-width: 834px) {
  .under .box {
    border-radius: 2.7vw;
  }
}
.under .column2-box {
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 834px) {
  .under .column2-box {
    flex-direction: column;
  }
}
.under .column2-box__item {
  width: 402px;
}
@media print, screen and (max-width: 834px) {
  .under .column2-box__item {
    width: 100%;
  }
}
.under .column2-box__title {
  background: linear-gradient(90deg, rgb(255, 232, 147) 0%, rgb(255, 223, 208) 97.59%, rgb(255, 223, 210) 100%);
  height: 180px;
  border-radius: 10px;
  margin-bottom: 24px;
  position: relative;
}
@media print, screen and (max-width: 834px) {
  .under .column2-box__title {
    border-radius: 2.7vw;
    height: 34.6vw;
    margin-bottom: 4.8vw;
  }
}
.under .column2-box__title h3 {
  font-size: 1.875rem;
  line-height: 1.4;
  color: #ED5A5A;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
@media print, screen and (max-width: 834px) {
  .under .column2-box__title h3 {
    font-size: 5.86vw;
  }
}
.under .column2-box h4 {
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
@media print, screen and (max-width: 834px) {
  .under .column2-box h4 {
    font-size: 4.26vw;
    line-height: 1.75;
  }
}
.under .column2-box p {
  padding-bottom: 40px;
}
@media print, screen and (max-width: 834px) {
  .under .column2-box p {
    padding-bottom: 9vw;
  }
}

/* ---------------------------------------------------------------
///// リスト
------------------------------------------------------------------
------------------------------------------------------------------ */
.under .ul-base-wrap {
  gap: 4%;
}
@media print, screen and (max-width: 834px) {
  .under .ul-base-wrap {
    gap: 4.3vw;
    flex-direction: column;
  }
}
.under .ul-base {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 48%;
  gap: 10px;
}
@media print, screen and (max-width: 834px) {
  .under .ul-base {
    width: 100%;
    gap: 4.3vw;
  }
}
.under .ul-base :before {
  content: "●";
  display: inline;
  padding-right: 2px;
}
@media print, screen and (max-width: 834px) {
  .under .ul-base :before {
    padding-right: 0.5vw;
  }
}

/* ---------------------------------------------------------------
///// about
------------------------------------------------------------------
------------------------------------------------------------------ */
.under .greeting {
  padding-top: 68px;
}
@media print, screen and (max-width: 834px) {
  .under .greeting {
    padding-top: 12.3vw;
  }
}
.under .summary {
  padding-top: 60px;
}
@media print, screen and (max-width: 834px) {
  .under .summary {
    padding-top: 16vw;
  }
}
.under .summary .sec-h2 {
  letter-spacing: 0.64em;
}
.under .summary__dl {
  padding-bottom: 46px;
  width: 614px;
  margin: 0 auto;
}
@media print, screen and (max-width: 834px) {
  .under .summary__dl {
    width: 100%;
    padding-bottom: 5.86vw;
  }
}
.under .summary__dl dl {
  display: flex;
}
.under .summary__dl dl:not(:first-child) {
  padding-top: 20px;
}
@media print, screen and (max-width: 834px) {
  .under .summary__dl dl:not(:first-child) {
    padding-top: 4vw;
  }
}
.under .summary__dl dl dt {
  width: 166px;
}
@media print, screen and (max-width: 834px) {
  .under .summary__dl dl dt {
    width: 23%;
  }
}
.under .summary__dl dl dd {
  width: 448px;
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 835px) {
  .under .summary__dl dl dd .small {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
@media print, screen and (max-width: 834px) {
  .under .summary__dl dl dd {
    width: 77%;
  }
}
.under .summary__box {
  padding: 30px 60px;
}
@media print, screen and (max-width: 834px) {
  .under .summary__box {
    padding: 15.5vw 4.26vw;
  }
}
.under .summary__box h3 {
  font-size: 1.5rem;
  line-height: 1.75;
  text-align: center;
  color: #ED5A5A;
  padding-bottom: 16px;
  font-weight: 600;
}
@media print, screen and (max-width: 834px) {
  .under .summary__box h3 {
    font-size: 5.33vw;
    line-height: 1.75;
    padding-bottom: 5.86vw;
  }
}
.under .summary__box h3:not(:first-of-type) {
  padding-top: 54px;
}
@media print, screen and (max-width: 834px) {
  .under .summary__box h3:not(:first-of-type) {
    padding-top: 9vw;
  }
}
.under .summary .seminar {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 12px;
  padding-bottom: 24px;
}
@media print, screen and (max-width: 834px) {
  .under .summary .seminar {
    border-radius: 2.7vw;
    padding: 0 4.8vw;
    padding-top: 5.86vw;
    padding-bottom: 8vw;
  }
}
.under .summary .seminar__items {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 20px 0;
}
@media print, screen and (max-width: 834px) {
  .under .summary .seminar__items {
    flex-direction: column;
    gap: 7.2vw;
    padding: initial;
    padding-top: 6.9vw;
    padding-bottom: 7.4vw;
  }
}
.under .summary .seminar__item {
  width: 290px;
}
@media print, screen and (max-width: 834px) {
  .under .summary .seminar__item {
    width: 100%;
  }
}
.under .summary .seminar__item dt {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 6px;
}
@media print, screen and (max-width: 834px) {
  .under .summary .seminar__item dt {
    font-size: 4.26vw;
    padding-top: 5vw;
    padding-bottom: 2vw;
  }
}
.under .summary .seminar__item dd {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
@media print, screen and (max-width: 834px) {
  .under .summary .seminar__item dd {
    font-size: 3.273vw;
  }
}
.under .summary .seminar p {
  padding-bottom: initial;
}
@media print, screen and (max-width: 834px) {
  .under .summary .seminar p:first-of-type {
    text-align: left;
  }
}
.under .summary .seminar a {
  color: #0076d7;
  text-decoration: underline;
}
.under .recruitment {
  padding-top: 65px;
  padding-bottom: 76px;
}
@media print, screen and (max-width: 834px) {
  .under .recruitment {
    padding-bottom: 17.8vw;
    padding-bottom: 17.8vw;
  }
}
.under .recruitment .sec-h2 {
  letter-spacing: 0.64em;
}

/* ---------------------------------------------------------------
///// guardianship, inherit
------------------------------------------------------------------
------------------------------------------------------------------ */
.under .overview {
  padding-top: 68px;
  position: relative;
}
@media print, screen and (max-width: 834px) {
  .under .overview {
    padding-top: 12.3vw;
  }
}
.under .overview .column2-box .small {
  padding-top: 20px;
}
@media print, screen and (max-width: 834px) {
  .under .overview .column2-box .small {
    padding-top: 4.2vw;
  }
}

/* ---------------------------------------------------------------
///// guardianship
------------------------------------------------------------------
------------------------------------------------------------------ */
.under .overview__point {
  font-size: 1.875rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  padding-top: 100px;
  padding-bottom: 70px;
}
@media print, screen and (max-width: 834px) {
  .under .overview__point {
    font-size: 5.3vw;
    line-height: 1.7;
    padding-top: 13vw;
    padding-bottom: 29vw;
  }
}
.under .overview__point::before, .under .overview__point::after {
  content: "";
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
}
.under .overview__point::before {
  background-image: url(assetes/images/pages/guardianship/overview01.jpg);
  width: 125px;
  height: 210px;
  left: 178px;
}
@media print, screen and (max-width: 834px) {
  .under .overview__point::before {
    width: 21vw;
    height: 35.4vw;
    left: 0;
  }
}
.under .overview__point::after {
  background-image: url(assetes/images/pages/guardianship/overview02.jpg);
  width: 161px;
  height: 209px;
  right: 133px;
}
@media print, screen and (max-width: 834px) {
  .under .overview__point::after {
    width: 27vw;
    height: 35.1vw;
    right: 0;
  }
}
.under .overview02 {
  padding-top: 77px;
  padding-bottom: 77px;
  position: relative;
}
@media print, screen and (max-width: 834px) {
  .under .overview02 {
    padding-top: 15.4vw;
    padding-bottom: 12.8vw;
  }
}
.under .overview02::after {
  content: "";
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(assetes/images/pages/guardianship/system01.png);
  width: 311px;
  height: 212px;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (max-width: 834px) {
  .under .overview02::after {
    width: 57.8vw;
    height: 39.4vw;
    bottom: -1vw;
  }
}
.under .overview02__points, .under .overview02 .box {
  width: 920px;
  margin: 0 auto;
}
@media print, screen and (max-width: 834px) {
  .under .overview02__points, .under .overview02 .box {
    width: 90%;
  }
}
.under .overview02__points {
  padding: 52px 0;
}
@media print, screen and (max-width: 834px) {
  .under .overview02__points {
    padding-top: 1vw;
    padding-bottom: 16vw;
    flex-wrap: wrap;
    row-gap: 8vw;
  }
}
.under .overview02__points img {
  width: 200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 834px) {
  .under .overview02__points img {
    width: 42%;
  }
}
.under .overview02 .box h3 {
  font-size: 1.875rem;
  line-height: 1.4;
  text-align: center;
  color: #4A85C6;
  padding-top: 35px;
}
@media print, screen and (max-width: 834px) {
  .under .overview02 .box h3 {
    font-size: 5.86vw;
    line-height: 1.9;
    padding-top: 10vw;
  }
}
.under .overview02 .system {
  padding-top: 40px;
  padding-bottom: 100px;
  gap: 30px;
}
@media print, screen and (max-width: 834px) {
  .under .overview02 .system {
    flex-direction: column;
    gap: initial;
    padding-top: 9vw;
  }
}
.under .overview02 .system__item {
  width: 263px;
}
@media print, screen and (max-width: 834px) {
  .under .overview02 .system__item {
    width: 72vw;
    margin: 0 auto;
  }
}
.under .overview02 .system__title {
  height: 140px;
  border-radius: 10px;
  color: #fff;
  background-color: #ED5A5A;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 834px) {
  .under .overview02 .system__title {
    height: 26.6vw;
    border-radius: 2.6vw;
    margin-bottom: 2.7vw;
  }
}
.under .overview02 .system__title h4 {
  font-size: 1.875rem;
  line-height: 1.6;
  text-align: center;
}
@media print, screen and (max-width: 834px) {
  .under .overview02 .system__title h4 {
    font-size: 5.86vw;
  }
}
.under .overview02 .system__title p {
  letter-spacing: 0.08em;
}

/* ---------------------------------------------------------------
///// inherit
------------------------------------------------------------------
------------------------------------------------------------------ */
.under .inherit .overview__conts:after,
.under .trust .overview__conts:after {
  content: "";
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: auto;
  position: relative;
}
.under .inherit .overview__conts:after {
  background-image: url(assetes/images/pages/inherit/inherit01.png);
  width: 365px;
  height: 202px;
  bottom: 48px;
}
@media print, screen and (max-width: 834px) {
  .under .inherit .overview__conts:after {
    width: 68vw;
    height: 37.6vw;
    bottom: 5.8vw;
    margin: 0 auto;
    margin-top: 5vw;
  }
}
.under .trust .overview__conts:after {
  background-image: url(assetes/images/pages/inherit/trust01.png);
  width: 252px;
  height: 224px;
  right: -145px;
  bottom: 75px;
  margin-bottom: -75px;
}
@media print, screen and (max-width: 834px) {
  .under .trust .overview__conts:after {
    width: 37.8vw;
    height: 33.8vw;
    right: 5vw;
    bottom: 0;
    margin-bottom: initial;
  }
}
.under .testament {
  padding-bottom: 100px;
}
@media print, screen and (max-width: 834px) {
  .under .testament {
    padding-bottom: 16vw;
  }
}
.under .testament .box {
  padding-top: 27px;
  padding-bottom: 33px;
  margin-top: 50px;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 834px) {
  .under .testament .box {
    padding-top: 7.4vw;
    padding-bottom: 8vw;
    margin-top: 10vw;
    margin-bottom: 2.5vw;
  }
}
.under .testament .box p {
  padding-bottom: 14px;
}
@media print, screen and (max-width: 834px) {
  .under .testament .box p {
    padding-bottom: 4.3vw;
    text-align: center;
  }
}
.under .testament__tbl, .under .testament .box p {
  width: 774px;
  margin: 0 auto;
}
@media print, screen and (max-width: 834px) {
  .under .testament__tbl, .under .testament .box p {
    width: 95%;
  }
}
.under .testament__tbl tr {
  border-top: 1px solid #CCCCCC;
}
.under .testament__tbl tr:last-child {
  border-bottom: 1px solid #CCCCCC;
}
.under .testament__tbl tr th, .under .testament__tbl tr td {
  height: 60px;
  vertical-align: middle;
  text-align: left;
  padding: 8px 0;
}
@media print, screen and (max-width: 834px) {
  .under .testament__tbl tr th, .under .testament__tbl tr td {
    height: initial;
    padding: initial;
    padding-top: 2.6vw;
  }
}
.under .testament__tbl thead th {
  padding-left: 25px;
}
@media print, screen and (max-width: 834px) {
  .under .testament__tbl thead th {
    font-size: 3.7vw;
    text-align: center;
    height: 13vw;
    padding: initial;
    vertical-align: center;
  }
}
.under .testament__tbl tbody th, .under .testament__tbl tbody td {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-left: 45px;
}
@media print, screen and (max-width: 834px) {
  .under .testament__tbl tbody th, .under .testament__tbl tbody td {
    font-size: 3.7vw;
    padding-left: initial;
  }
}
.under .testament__tbl tbody th {
  width: 170px;
}
@media print, screen and (max-width: 834px) {
  .under .testament__tbl tbody th {
    width: 8%;
    padding-top: 2vw;
  }
  .under .testament__tbl tbody th .vertical-lr {
    writing-mode: vertical-lr;
    white-space: pre;
  }
  .under .testament__tbl tbody th .vertical-lr span {
    display: inline-block;
    width: 2vw;
  }
}
.under .testament__tbl tbody th:first-child {
  padding-left: 30px;
}
@media print, screen and (max-width: 834px) {
  .under .testament__tbl tbody th:first-child {
    padding-left: initial;
  }
}
.under .testament__tbl tbody td {
  width: 302px;
}
@media print, screen and (max-width: 834px) {
  .under .testament__tbl tbody td {
    width: 46%;
    padding-top: 12.5vw;
    padding-bottom: 4vw;
    padding-left: 5.8vw;
    vertical-align: baseline;
  }
}
.under .testament__tbl tbody .yes, .under .testament__tbl tbody .no {
  position: relative;
}
.under .testament__tbl tbody .yes::before, .under .testament__tbl tbody .no::before {
  content: "";
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 834px) {
  .under .testament__tbl tbody .yes::before, .under .testament__tbl tbody .no::before {
    width: 6.6vw;
    height: 6.6vw;
    top: 3.2vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.under .testament__tbl tbody .yes::before {
  background-image: url(assetes/images/pages/inherit/yes.png);
}
.under .testament__tbl tbody .no::before {
  background-image: url(assetes/images/pages/inherit/no.png);
}
@media print, screen and (max-width: 834px) {
  .under .testament .small {
    font-size: 3vw;
  }
}

/* ---------------------------------------------------------------
///// faq
------------------------------------------------------------------
------------------------------------------------------------------ */
.under .faq__conts {
  padding: 115px 0;
}
@media print, screen and (max-width: 834px) {
  .under .faq__conts {
    padding: 13vw 0;
  }
}
.under .accordion {
  border-top: 1px solid #C4C4C4;
  padding-left: 20px;
}
@media print, screen and (max-width: 834px) {
  .under .accordion {
    padding-left: initial;
  }
}
.under .accordion__title {
  font-size: 1.375rem;
  line-height: 1.4545454545;
  color: #4A85C6;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 834px) {
  .under .accordion__title {
    font-size: 4.8vw;
    line-height: 1.3;
    height: 21vw;
  }
}
.under .accordion__title span {
  flex: 1;
}
.under .accordion__title::before {
  content: "Q";
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #4A85C6;
  width: 34px;
  height: 30px;
  padding-bottom: 4px;
  margin-right: 17px;
  border-radius: 50%;
}
@media print, screen and (max-width: 834px) {
  .under .accordion__title::before {
    width: 9vw;
    height: 8vw;
    padding-bottom: 1vw;
    margin-right: 2vw;
  }
}
.under .accordion__title::after {
  content: "\f067";
  font-family: "Font Awesome 6 Free";
  font-size: 1.7rem;
  line-height: 1.5;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #4A85C6;
  font-weight: normal;
  text-align: right;
  margin-left: auto;
}
@media print, screen and (max-width: 834px) {
  .under .accordion__title::after {
    width: 4.8vw;
    height: 4.8vw;
    line-height: 4.8vw;
    font-size: 1.6em;
    margin-left: 5.3vw;
    padding-right: 1.5vw;
  }
}
.under .accordion__title.-active::after {
  content: "\f068";
  font-weight: 600;
}
.under .accordion__detail {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding: 0;
  transition: all 0.25s ease;
}
.under .accordion__detail.-active {
  height: auto;
  padding-left: 50px;
  padding-bottom: 24px;
}
@media print, screen and (max-width: 834px) {
  .under .accordion__detail.-active {
    padding-left: 11vw;
    padding-bottom: 7vw;
  }
}

/* ---------------------------------------------------------------
///// contact
------------------------------------------------------------------
------------------------------------------------------------------ */
.under .contact__conts {
  padding-top: 145px;
  padding-bottom: 30px;
}
@media print, screen and (max-width: 834px) {
  .under .contact__conts {
    padding-top: 13vw;
    padding-top: 8vw;
  }
}
.under .contact__conts .box {
  border-radius: 20px;
}
@media print, screen and (max-width: 834px) {
  .under .contact__conts .box {
    border-radius: 5vw;
  }
}
.under .contact__tel {
  justify-content: center;
  gap: 20px;
  padding-bottom: 70px;
}
@media print, screen and (max-width: 834px) {
  .under .contact__tel {
    flex-direction: column;
    align-items: center;
    gap: 6vw;
    padding-bottom: 17vw;
  }
}
.under .contact__tel p {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #4A85C6;
  padding-bottom: initial;
}
.under .contact__tel p span {
  font-family: initial;
  font-weight: normal;
  font-size: 0.7em;
  letter-spacing: 0.025em;
}
.under .contact__tel img {
  width: 288px;
  height: 100%;
}
@media print, screen and (max-width: 834px) {
  .under .contact__tel img {
    width: 80%;
  }
}
.under .contact__form {
  padding: 70px 64px;
  padding-bottom: 60px;
}
@media print, screen and (max-width: 834px) {
  .under .contact__form {
    padding: 14vw 4vw;
    padding-bottom: 18.6vw;
  }
}
.under .contact .form__table {
  width: 100%;
}
.under .contact .form tr:not(:first-child) th, .under .contact .form tr:not(:first-child) td {
  padding-top: 42px;
}
@media print, screen and (max-width: 834px) {
  .under .contact .form tr:not(:first-child) th, .under .contact .form tr:not(:first-child) td {
    padding-top: initial;
  }
}
@media print, screen and (max-width: 834px) {
  .under .contact .form tr:not(:first-child) th {
    padding-top: 9vw;
  }
}
.under .contact .form th, .under .contact .form td {
  font-size: 1rem;
  line-height: 2;
}
@media print, screen and (max-width: 834px) {
  .under .contact .form th, .under .contact .form td {
    display: block;
    font-size: 4.2vw;
  }
}
.under .contact .form th {
  text-align: left;
  vertical-align: top;
  position: relative;
  top: 10px;
}
@media print, screen and (max-width: 834px) {
  .under .contact .form th {
    display: block;
    font-size: 4.2vw;
    position: static;
  }
}
.under .contact .form .require::after {
  content: "必須";
  display: block;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.13em;
  border-radius: 3px;
  background-color: #ED5A5A;
  color: #fff;
  width: 39px;
  height: 19px;
  text-align: center;
  line-height: 19px;
}
@media print, screen and (max-width: 834px) {
  .under .contact .form .require::after {
    display: inline-block;
    font-size: 3.2vw;
    border-radius: 0.8vw;
    width: 10.5vw;
    height: 5vw;
    line-height: 5vw;
    margin-left: 4.8vw;
  }
}
.under .contact .form__text, .under .contact .form__textarea {
  width: 530px;
  border: none;
  font-size: 1rem;
  line-height: 1.5;
  padding: 10px;
}
@media print, screen and (max-width: 834px) {
  .under .contact .form__text, .under .contact .form__textarea {
    font-size: 4.2vw;
    width: 100%;
    padding: 2.6vw;
  }
}
.under .contact .form__text {
  height: 50px;
}
@media print, screen and (max-width: 834px) {
  .under .contact .form__text {
    height: 13.3vw;
  }
}
.under .contact .form__textarea {
  height: 316px;
}
@media print, screen and (max-width: 834px) {
  .under .contact .form__textarea {
    height: 84vw;
  }
}
.under .contact .form__submit {
  display: block;
  cursor: pointer;
  border: none;
  width: 416px;
  height: 70px;
  border-radius: 10px;
  margin: 0 auto;
  background-color: #4A85C6;
  color: #fff;
  font-size: 1.375rem;
  line-height: 2.1818181818;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  margin-top: 94px;
  position: relative;
}
@media print, screen and (max-width: 834px) {
  .under .contact .form__submit {
    width: 80vw;
    height: 15vw;
    border-radius: 2.6vw;
    font-size: 4.5vw;
    margin-top: 16vw;
  }
}
.under .contact .form__submit::after {
  content: "";
  display: block;
  background-image: url(./assetes/images/common/arrow_01.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 11px;
  height: 19px;
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 834px) {
  .under .contact .form__submit::after {
    width: 2.9vw;
    height: 5vw;
    right: 5vw;
  }
}
.under .contact .form__submit:hover {
  display: block;
  background-color: #256eaf;
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// エラーページ
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.error {
  height: 300px;
}
.error .sec-title {
  font-size: 1.875rem;
  line-height: 1.6666666667;
}
.error p {
  font-size: 1.125rem;
  line-height: 1.6666666667;
}/*# sourceMappingURL=style.css.map */