@charset "UTF-8";
.box {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.wide {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

.table-bordered span.required {
  background: var(--mainColor);
  color: var(--colorW) !important;
}

footer.main-footer {
  border-top: none;
}

.modal-open {
  overflow: visible;
}

.page-detail-top .content-header {
  display: none;
}

/*under-header*/
.content-header {
  margin-bottom: 0;
  border-bottom: none;
}

select::placeholder {
  color: #b6b7b7;
}

body {
  width: 100%;
  color: var(--baseColor);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  background-color: var(--subColor);
}

.container,
.wrapper {
  width: 1366px;
  padding: 0;
  margin: 0 auto 0;
  min-height: auto;
}
@media only screen and (max-width: 1368px) {
  .container,
  .wrapper {
    width: 100%;
    padding: 0 6%;
  }
}

.jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.pop {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.2em;
}

.holder {
  max-width: 74rem;
  width: 74rem;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .holder {
    max-width: 100%;
    width: 100%;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 559px) {
  .sp {
    display: block;
  }
}

@media only screen and (max-width: 559px) {
  .pc {
    display: none;
  }
}

/*-----------------------

変数

-----------------------*/
:root {
  --baseColor: #7d674c;
  --mainColor: #7d674c;
  --subColor: #fff5e2;
  --accentColor: #4ba5aa;
  --accentColor-50: #6fb7bb;
  --colorW: #fff;
  --base50Color: #beb3a5;
  --main50Color: #beb3a5;
}

.green {
  color: var(--accentColor);
}

/* slickslider共通 */ /*---------------数値など任意で書き換えを行う----------------------*/
.slick-track {
  margin-right: 0;
  margin-left: 0;
}

.slider li div,
.slider2 li div {
  margin: 0 1.3vw;
}

.notice-slider li div,
.media-slider li div,
.topics-slider li div {
  margin: 0 1.3vw;
}

.slick-dotted.slick-slider {
  padding-bottom: 2rem;
}

.slick-dots {
  left: 50%;
  margin-top: 2rem;
  transform: translateX(-50%);
}

.slick-next,
.slick-prev {
  top: calc(50% - 5rem) !important;
  z-index: 9999 !important;
  width: auto;
  height: auto;
  transform: translateY(-50%);
}

.slick-next::before,
.slick-prev::before {
  color: var(--mainColor) !important;
  opacity: 0.7;
}

.slick-prev {
  left: 15.5vw !important;
}

.slick-next {
  right: 15.5vw !important;
}

.slider2 li p.cat {
  padding: 0.2rem 1rem 0;
  font-family: "Hind", sans-serif;
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  color: #fff;
}

.slider2 li p.contents {
  display: -webkit-box;
  overflow: hidden;
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.slider2 li .post-info {
  margin: 0 0 1rem;
}

.slider li figure,
.slider2 figure {
  margin-bottom: 1rem;
  overflow: hidden;
}

.slider li figure img,
.slider2 figure img {
  width: 100%;
  object-fit: cover;
  height: 11.3vw;
}

.slick-dots li button:before {
  color: #d3d3d3;
  opacity: 1;
  font-size: 1.6rem;
}

.slick-dots li.slick-active button:before {
  color: var(--mainColor);
}

.slick-no-current {
  transition: opacity 0.4s;
}

/*-----------------------

      下層ページ /*---------------数値など任意で書き換えを行う---------------------

-----------------------*/
/*header*/
.content-header {
  margin-bottom: 0;
  border-bottom: none;
}

/*====================================================================
　モーダル/*---------------数値など任意で書き換えを行う---------------------
====================================================================*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100vh;
}

.modal__bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}

.modal__content1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 660px;
  height: 90vh;
  padding: 6.5rem 3.5rem 2.5rem;
  overflow-y: auto;
  background: #fff;
  transform: translate(-50%, -50%);
}

.modal__content1 .top-close {
  position: absolute;
  top: -1rem;
  right: 1.5rem;
}

.modal__content1 .bottom-close {
  position: relative;
  top: 1rem;
  left: -2rem;
}

.modal__content1 .top-close a,
.modal__content1 .bottom-close a {
  display: block;
  font-size: 5rem;
  font-weight: 400;
  color: #787878;
}

/* modalの中身 */
.modal__content1 h2 {
  font-size: clamp(1.4rem, 1.23rem + 0.453vw, 2.1rem);
  letter-spacing: 0.05em;
  color: var(--mainColor);
}

.modal__content1 figure {
  aspect-ratio: 7/4;
  overflow: hidden;
  text-align: center;
  margin: 1.5rem 0 3rem;
  border-radius: 1rem;
}

.modal__content1 figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal__content1 h3 {
  font-size: clamp(2.3rem, 2.227rem + 0.31vw, 2.6rem);
  font-weight: 700;
  line-height: 1.3;
}

.modal__content1 .information {
  margin: 1.5rem 0 3rem;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px var(--mainColor);
  align-items: center;
  gap: 1.5rem;
}

.modal__content1 p.area {
  font-size: clamp(1.4rem, 1.23rem + 0.453vw, 2.1rem);
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.025em;
  line-height: 1;
  padding: 0.4rem 1rem 0.6rem;
  border-radius: 0.8rem;
  background: var(--mainColor);
}

.modal__content1 p.name {
  font-size: clamp(1.4rem, 1.23rem + 0.453vw, 2.1rem);
  font-weight: 500;
  letter-spacing: 0.025em;
}

.modal__content1 p.name span {
  margin-left: 0.5rem;
  font-size: clamp(1.2rem, 1.054rem + 0.388vw, 1.8rem);
  font-weight: 500;
}

.modal__content1 p.txt-area {
  line-height: 1.5;
}

/*-----------------------
　　　　　
　　　  よくあるご質問/*---------------数値など任意で書き換えを行う---------------------

-----------------------*/
.faq-wrap2.accordion_wrap .accordion_one .accordion_inner {
  display: none;
  padding: 0 2% 5rem;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question {
  font-weight: 700;
  padding: 2rem 7rem 1rem 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  font-size: clamp(1.4rem, 1.254rem + 0.388vw, 2rem);
  display: flex;
  align-items: center;
  border-bottom: solid 1px var(--mainColor);
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question::before {
  content: "Q.";
  margin-right: 1rem;
  font-size: clamp(3rem, 2.636rem + 0.971vw, 4.5rem);
  font-weight: 500;
  position: relative;
  top: -0.5rem;
  line-height: 1;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 1%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question .i_box .one_i:before,
.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: var(--mainColor);
  border-radius: 10px;
  width: 26px;
  height: 3px;
  position: absolute;
  top: 7px;
  left: -4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question .i_box .one_i:before {
  width: 3px;
  height: 26px;
  top: -4px;
  left: 7px;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question.open .i_box .one_i:before {
  display: none;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.faq-wrap2 .accordion_one .accordion_inner .accordion_inner {
  display: none;
  padding: 3rem 3rem 2.5rem;
  background: var(--bg-p);
  box-sizing: border-box;
}

.faq-wrap2 .accordion_one .accordion_inner .accordion_inner .answer {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.faq-wrap2 .accordion_one .accordion_inner .accordion_inner .answer::before {
  content: "A.";
  margin-right: 1rem;
  font-size: clamp(3rem, 2.636rem + 0.971vw, 4.5rem);
  font-weight: 500;
  position: relative;
  line-height: 1;
  color: var(--mainColor);
  top: -1.2rem;
}

.faq-wrap2 .accordion_one .accordion_inner .accordion_inner .answer .answer-wrap p {
  font-size: clamp(1.4rem, 1.254rem + 0.388vw, 2rem);
  font-weight: 500;
  line-height: 1.5;
}

.faq-wrap2 .accordion_one .accordion_inner .accordion_inner .answer .answer-wrap p a {
  text-decoration: underline;
}

@media screen and (max-width: 559px) {
  /*セレクトボックスの矢印カスタマイズ*/
  .shelf-nav-sp {
    width: 100%;
    margin: 3rem auto 0;
    position: relative;
  }
  .shelf-nav-sp::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1rem 0.7rem 0 0.7rem;
    border-color: var(--mainColor) transparent transparent transparent;
    position: absolute;
    top: 55%;
    right: 1.5rem;
    transform: translateY(-50%);
    pointer-events: none;
  }
  .breadcrumb.form-control {
    width: 100%;
    padding: 1rem;
    /*デフォルトの矢印を削除*/
    -webkit-appearance: none;
    appearance: none;
  }
  /*サファリのフォームで入力時にズームしないようにする*/
  input,
  textarea,
  select {
    font-size: 20px;
    transform: scale(0.8);
  }
}
/*drawer*/ /*---------------数値など任意で書き換えを行う----------------------*/
.drawer-hamburger {
  width: 5.6rem;
  height: 3.8rem;
  padding: 0;
  right: 4.5rem;
  top: 4rem;
}
@media only screen and (max-width: 559px) {
  .drawer-hamburger {
    width: 2.4rem;
    right: 2rem;
    top: 1.5rem;
  }
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-hamburger {
  background-color: transparent;
  right: 4.5rem;
  top: 4rem;
}
@media only screen and (max-width: 559px) {
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-hamburger {
    top: 1.5rem;
    right: 1rem;
    width: 2.4rem;
    right: 2rem;
  }
}

.drawer-hamburger::after {
  content: "";
  width: 11.5rem;
  height: 11.6rem;
  background-image: url(../img/menu-bg.webp);
  background-size: contain;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 559px) {
  .drawer-hamburger::after {
    width: 5.1rem;
    height: 4.9rem;
  }
}

.drawer-hamburger-icon {
  background-color: var(--mainColor);
}

.drawer-hamburger-icon:after {
  background-color: var(--mainColor);
  width: 100%;
}

.drawer-open .drawer-hamburger-icon:after {
  width: 100%;
}

.drawer-hamburger-icon:before {
  top: -15px;
}
@media only screen and (max-width: 559px) {
  .drawer-hamburger-icon:before {
    top: -7px;
  }
}

.drawer-hamburger-icon:after {
  top: 15px;
}
@media only screen and (max-width: 559px) {
  .drawer-hamburger-icon:after {
    top: 7px;
  }
}

.drawer--right.drawer-open .drawer-hamburger {
  z-index: 9999;
  background: none;
}

.drawer-nav {
  right: -100%;
}

.drawer--right .drawer-nav {
  width: 100%;
  right: -100%;
  z-index: 1500;
  padding: 2.5rem 3.5rem 3vw;
  background: var(--subColor);
}
.drawer--right .drawer-nav::-webkit-scrollbar {
  display: none;
}
.drawer--right .drawer-nav .mypage {
  margin-right: 5vw;
}
.drawer--right .drawer-nav .mypage a {
  color: var(--base50Color);
}
.drawer--right .drawer-nav .mypage img:first-child {
  top: 0;
}
.drawer--right .drawer-nav .flex-c {
  gap: 6vw;
}
.drawer--right .drawer-nav .o-drawer-menu {
  flex-direction: column;
  margin-top: 0;
}
.drawer--right .drawer-nav .o-drawer-menu li.hover {
  /* padding: 2.5rem 0 1rem; */
  position: relative;
}
.drawer--right .drawer-nav .o-drawer-menu li.hover:hover ul {
  top: 4rem;
  visibility: visible;
  opacity: 0.9;
  z-index: 9999;
  display: block;
}
.drawer--right .drawer-nav .o-drawer-menu li.hover:hover ul li {
  font-size: 2rem;
  font-weight: 500;
  padding: 1.5rem 0 1rem;
}
.drawer--right .drawer-nav .o-drawer-menu li.hover:hover ul li a {
  font-size: 1.6rem;
  padding: 2rem 0 1rem;
  display: block;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
.drawer--right .drawer-nav .o-drawer-menu a {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--baseColor);
  padding: 2.5rem 0 1rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

.o-drawer__wrap {
  padding: 14.5rem 0 6rem;
  width: 1280px;
  margin: 0 auto;
  min-height: auto;
}
@media only screen and (max-width: 1440px) {
  .o-drawer__wrap {
    width: 100%;
    padding: 14.5rem 3rem 6rem;
  }
}
@media only screen and (max-width: 559px) {
  .o-drawer__wrap {
    padding: 0;
  }
}
.o-drawer__menu {
  display: flex;
  flex-direction: column;
  color: var(--baseColor);
}
.o-drawer__menu__item {
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.o-drawer__menu__item:not(:last-child) {
  margin-bottom: 2rem;
}
.o-drawer__menu__item--second:not(:last-child) {
  margin-bottom: 1rem;
}
.o-drawer__menu__link {
  color: var(--baseColor);
}
.o-drawer__menu__link--second {
  padding: 0;
  font-size: 1.6rem;
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  color: var(--baseColor);
  font-weight: 700;
}

.drawer--right .drawer-nav .o-drawer-menu.hover a {
  font-size: 1.5rem;
  font-weight: 500;
}

.drawer--right .drawer-nav .o-drawer-menu.second li:not(:last-child) a {
  margin-bottom: 3rem;
}

.o-drawer__submenu {
  transition: display 0.3s ease;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 1rem 2rem 2.5rem;
  background: var(--mainColor);
  width: 200%;
  border-radius: 1.3rem;
}
.o-drawer__submenu__item {
  color: var(--colorW);
  font-size: 1.6rem;
  padding: 2rem 0 1rem;
  display: block;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
.o-drawer__submenu__item:not(:last-child) {
  border-bottom: 1px dashed var(--colorW);
}

.drawer--right .o-drawer__submenu {
  position: absolute;
  top: 2.9rem;
  left: 0;
}

.drawer-open .drawer-nav li a.on + .sub-menu {
  transition: 0.4s;
  visibility: visible;
  opacity: 1;
}
.drawer-open .drawer-nav li a.on + .sub-menu a {
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 1.7rem;
  text-align: center;
  display: block;
}
.drawer-open .drawer-nav li a.on + .sub-menu li:not(:last-child) {
  border-bottom: dashed 1px #fff;
}

.o-drawer-menu-item:hover {
  text-decoration: none;
}

.drawer--right.drawer-open .drawer-nav {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  height: 100%;
}

.drawer-open .drawer-nav li a.on + .o-drawer__submenu__item {
  transition: 0.4s;
  visibility: visible;
  opacity: 0.9;
}

.o-drawer__submenu {
  display: none;
  transition: 0.5s;
}

.o-drawer__submenu.active {
  display: block;
  z-index: 600;
  visibility: visible;
  opacity: 1;
}

.o-drawer__menu__item {
  position: relative;
}

li.hover:hover .o-drawer__submenu {
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after,
.drawer--left.drawer-open .drawer-hamburger-icon {
  background-color: var(--mainColor);
  height: 0.4rem;
  border-radius: 1rem;
}
@media only screen and (max-width: 559px) {
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after,
  .drawer--left.drawer-open .drawer-hamburger-icon {
    height: 0.175rem;
  }
}

.o-drawer__info {
  margin-top: 5.5rem;
  padding-top: 3.5rem;
  border-top: 1px solid var(--mainColor);
  color: var(--mainColor);
}
.o-drawer__info .tel {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1;
}
.o-drawer__info .time {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  line-height: 1;
}
.o-drawer__info .list {
  margin-bottom: 1.5rem;
}
.o-drawer__info .listitem {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}
.o-drawer__info .telcaution {
  font-size: 1.6rem;
  line-height: 1;
}

@media only screen and (max-width: 559px) {
  .drawer--right .drawer-nav .flex-c {
    flex-direction: column;
    gap: 2.2rem;
  }
  .o-drawer__logo img {
    width: 13.5rem;
    height: auto;
  }
  .drawer--right.drawer-open .drawer-nav {
    padding: 1.5rem 1rem 8rem;
  }
  .o-drawer__flex {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    padding-block: 2.5rem;
    padding-inline: 2rem;
  }
  .o-drawer__flex img {
    width: 100%;
  }
  .o-drawer__wrap {
    padding-inline: 2rem;
  }
  .o-drawer__menu__item {
    padding-bottom: 1rem;
    border-bottom: 1px dotted var(--main50Color);
  }
  .o-drawer__menu__link,
  .o-drawer .js-menu__item__link {
    font-size: 1.4rem;
  }
  .o-drawer .o-drawer__menu__item--second {
    line-height: 1;
  }
  .o-drawer .o-drawer__info {
    margin-top: 4rem;
    padding-top: 2.5rem;
  }
  .o-drawer .o-drawer__info .tel {
    font-size: 3rem;
  }
  .o-drawer .o-drawer__info .time {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
  .o-drawer .o-drawer__info .list {
    margin-bottom: 1.5rem;
  }
  .o-drawer .o-drawer__info .listitem {
    font-size: 1.4rem;
  }
  .o-drawer .o-drawer__info .telcaution {
    font-size: 1.3rem;
  }
  .o-drawer__menu--second {
    margin-top: 0;
  }
  .o-drawer__menu__item:not(:last-child) {
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
  }
  .o-drawer__menu__item--second:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .drawer--right .o-drawer__submenu {
    width: 80%;
    padding: 1rem 2rem 1.5rem;
  }
  .o-drawer__submenu__item {
    padding: 1.5rem 0 0.5rem;
  }
  .o-drawer__submenu__item:last-child {
    padding-bottom: 0;
  }
  .drawer--right .drawer-nav {
    padding: 1.5rem 1rem 3vw;
  }
  p.o-drawer__logo {
    width: 10.6rem;
  }
  .l-hdr__login {
    padding-bottom: 2rem;
    border-bottom: 1px solid;
    margin-bottom: 4rem;
  }
  p.o-drawer__logo {
    width: 13.5rem;
  }
}
/*swiper*/
.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
  position: static;
}

.swiper-button-next,
.swiper-button-prev {
  width: 4.2rem;
  height: 3.9rem;
  border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: var(--colorW);
  font-size: 1.6rem;
  font-weight: 700;
}

.swiper-pagination-bullet {
  background-color: #cacaca;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: auto;
  bottom: 12px;
  position: relative;
}

.slider-nav {
  justify-content: center;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 2rem;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 1rem;
}

.slider {
  margin: 0;
}

.slide-link {
  margin-top: 3rem;
}

.swiper-slide-active,
.swiper-slide-next,
.swiper-slide-prev {
  opacity: 1;
}

.swiper-slide figure img {
  width: 100%;
  aspect-ratio: 700/400;
  object-fit: cover;
  border-radius: 2rem;
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
  display: inline-block;
  border-radius: 50%;
  background: #cacaca;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: var(--mainColor);
  position: relative;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 4.2rem;
  height: 3.9rem;
  margin: auto;
}

.swiper-button-prev::after {
  background-image: url(../img/btn-icon-prev.webp);
}

.swiper-button-next::after {
  background-image: url(../img/btn-icon-next.webp);
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper__cat {
  margin-top: -1rem;
  z-index: 10;
  position: relative;
  gap: 0.4rem;
  display: flex;
  flex-wrap: wrap;
}
.swiper__cat span {
  font-size: 1.4rem;
  padding: 0.4rem 0.8rem;
  border-radius: 1.3rem;
  background: var(--colorW);
  line-height: 1;
  color: var(--mainColor);
  border: 1px solid var(--mainColor);
}
.swiper__ttl {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  line-height: 1.4;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.swiper__link {
  position: relative;
}
.swiper__new {
  font-size: clamp(1.2rem, 1.0786407767rem + 0.3236245955vw, 1.7rem);
  background-color: var(--mainColor);
  width: fit-content;
  padding: 0.5rem 1.5rem;
  color: #fff;
  border-radius: 2rem;
  line-height: 1;
  position: absolute;
  top: 1.2rem;
  left: -1rem;
  z-index: 10;
}
.swiper__date {
  color: #a49582;
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
}
.swiper__link:hover {
  opacity: 1;
}
.swiper__link:hover img {
  transform: scale(1.1);
  transition: 0.5s ease;
}
@media only screen and (max-width: 559px) {
  .swiper__link:hover img {
    transform: inherit;
  }
}

.swiper-news {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper figure,
.swiper-news figure {
  overflow: hidden;
  border-radius: 2rem;
}
.swiper img,
.swiper-news img {
  transform: scale(1);
  transition: 0.5s ease;
  object-fit: cover;
  border-radius: 2rem;
}
@media only screen and (max-width: 559px) {
  .swiper,
  .swiper-news {
    padding: 0 6%;
  }
}

.swiper.no-swiper .swiper-wrapper, .swiper-news.no-swiper .swiper-wrapper {
  display: flex;
  justify-content: center;
  gap: 25px;
}
@media only screen and (max-width: 559px) {
  .swiper.no-swiper .swiper-wrapper, .swiper-news.no-swiper .swiper-wrapper {
    flex-direction: column;
  }
}

.swiper.no-swiper .swiper-slide, .swiper-news.no-swiper .swiper-slide {
  width: 43rem !important;
}
@media only screen and (max-width: 1368px) {
  .swiper.no-swiper .swiper-slide, .swiper-news.no-swiper .swiper-slide {
    width: 34rem !important;
  }
}

/*====================================================================
　モーダル/*---------------数値など任意で書き換えを行う---------------------
====================================================================*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100vh;
}

.modal__bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}

.modal__content1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 660px;
  height: 90vh;
  padding: 6.5rem 3.5rem 2.5rem;
  overflow-y: auto;
  background: #fff;
  transform: translate(-50%, -50%);
}

.modal__content1 .top-close {
  position: absolute;
  top: -1rem;
  right: 1.5rem;
}

.modal__content1 .bottom-close {
  position: relative;
  top: 1rem;
  left: -2rem;
}

.modal__content1 .top-close a,
.modal__content1 .bottom-close a {
  display: block;
  font-size: 5rem;
  font-weight: 400;
  color: #787878;
}

/**/
.modal-window {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1200;
  justify-content: center;
  align-items: center;
}

.remodal {
  width: 80%;
  max-width: 60rem;
  height: 90%;
  overflow: auto;
  margin: 0;
  position: relative;
  border-radius: 1rem;
  padding: 3rem 3.5rem 3rem;
  text-align: left;
}
@media only screen and (max-width: 559px) {
  .remodal {
    width: 95%;
    padding: 3rem 2.5rem 3rem;
  }
}

.remodal-close {
  width: 6rem;
  height: 5rem;
  font-weight: 400;
}

.remodal-close.top {
  right: 1rem;
  top: 1rem;
  left: inherit;
}

.remodal-close.bottom {
  position: static;
  margin: 4rem 0 0;
}

.remodal-close::before {
  height: 7rem;
  line-height: 5rem;
  width: 6rem;
  font-size: 7rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif !important;
  position: static;
  color: var(--baseColor);
  background: linear-gradient(90deg, rgb(100, 123, 197) 0%, rgb(218, 112, 220) 50%, rgb(237, 136, 170) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/**/
.modal-area__name__wrap {
  display: inline-block;
  padding: 1.5rem 7.2rem;
  border-radius: 5rem;
  position: relative;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 559px) {
  .modal-area__name__wrap {
    padding: 1rem 5.2rem;
    bottom: 3rem;
  }
}
.modal-area__name {
  font-size: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 1.5;
}
.modal-area__name span {
  font-size: clamp(1.2rem, 1.1757281553rem + 0.0647249191vw, 1.3rem);
  letter-spacing: 0.2em;
}
.modal-area__ttl {
  font-size: clamp(1.8rem, 1.5572815534rem + 0.6472491909vw, 2.8rem);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 3rem;
  position: relative;
  margin-top: -3rem;
}
@media only screen and (max-width: 559px) {
  .modal-area__ttl {
    margin-top: -2rem;
    margin-bottom: 1rem;
  }
}
.modal-area__ttl::after {
  content: "";
  background: url(../img/message-img.webp) no-repeat center center/contain;
  width: 31.5rem;
  height: 24.9rem;
  display: inline-block;
  position: absolute;
  top: -7rem;
  right: -2rem;
}
.modal-area__textarea p {
  font-size: clamp(1.4rem, 1.1572815534rem + 0.6472491909vw, 2.4rem);
  line-height: 1.75;
}
.modal-area figure img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 3rem;
}
.modal-area .ttl-secondary {
  margin-bottom: 1.8rem;
}

.ttl-primary {
  font-size: clamp(2.4rem, 1.8660194175rem + 1.4239482201vw, 4.6rem);
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 559px) {
  .ttl-primary {
    margin-bottom: 0.5rem;
  }
}
.ttl-primary .small {
  font-size: clamp(1.6rem, 1.3087378641rem + 0.7766990291vw, 2.8rem);
  line-height: 1.5;
  color: var(--mainColor);
  font-weight: 700;
}
.ttl-primary__sub {
  font-size: clamp(1.2rem, 1.054368932rem + 0.3883495146vw, 1.8rem);
  text-align: center;
  line-height: 1;
  color: var(--main50Color);
  letter-spacing: 0.2em;
  font-weight: 500;
}
.ttl-primary__sub--under {
  font-size: clamp(1rem, 0.8058252427rem + 0.5177993528vw, 1.8rem);
}
.ttl-primary__area {
  margin-inline: auto;
  width: fit-content;
  text-align: center;
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 559px) {
  .ttl-primary__area {
    margin-bottom: 3rem;
  }
}
.ttl-primary__img {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .ttl-primary__img {
    width: 9.8rem;
    margin-bottom: 0.7rem;
  }
}

.o-btn {
  text-align: center;
}
.o-btn--left {
  text-align: left;
}
.o-btn__icon_r {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  font-size: 1.7rem;
}
.o-btn__link {
  text-align: center;
  position: relative;
  background-color: var(--accentColor-50);
  padding: 1.4rem 7rem;
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  color: #fff;
  margin: 0 auto;
  border-radius: calc(infinity * 1px);
  display: inline-block;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .o-btn__link {
    width: 100%;
    padding: 1.3rem 1rem;
  }
}
.o-btn__link:hover {
  color: #fff;
}
.o-btn--second {
  margin-top: -1.5rem;
}
.o-btn__link--second {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  background-color: var(--colorW);
  color: var(--mainColor);
  border: 2px solid var(--mainColor);
  font-weight: 700;
}
.o-btn__link--second:hover {
  color: var(--mainColor);
}
.o-btn__link--tertiary {
  font-size: clamp(1.6rem, 1.454368932rem + 0.3883495146vw, 2.2rem);
  color: var(--mainColor);
  background-color: transparent;
  border: 2px solid var(--mainColor);
  font-weight: 700;
  width: 100%;
  line-height: 1;
}
.o-btn__link--tertiary:hover {
  color: var(--mainColor);
}
.o-btn__link--tertiary span {
  font-size: clamp(1.2rem, 1.1514563107rem + 0.1294498382vw, 1.4rem);
  letter-spacing: 0;
}

.o-btn__link--tertiary {
  font-size: clamp(1.1rem, 0.9300970874rem + 0.4530744337vw, 1.8rem) !important;
}

.o-card {
  display: grid;
}
.o-card--2wrap {
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}
.o-card--3wrap {
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 559px) {
  .o-card--3wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.o-card--4wrap {
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 559px) {
  .o-card--4wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

.o-card__img {
  overflow: hidden;
  border-radius: 2rem;
}
@media only screen and (max-width: 559px) {
  .o-card__img {
    border-radius: 1rem;
  }
}
.o-card__img img {
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 2rem;
  transform: scale(1);
  transition: 0.5s ease;
}
@media only screen and (max-width: 559px) {
  .o-card__img img {
    border-radius: 1rem;
  }
}
.o-card__cat {
  margin-top: -1rem;
  z-index: 10;
  position: relative;
  gap: 0.4rem;
  display: flex;
  flex-wrap: wrap;
}
.o-card__cat span {
  font-size: clamp(1.2rem, 1.1514563107rem + 0.1294498382vw, 1.4rem);
  padding: 0.4rem 0.8rem;
  border-radius: 1.3rem;
  background: var(--mainColor);
  line-height: 1;
}
.o-card__item {
  position: relative;
}
.o-card__new {
  display: inline-block;
  padding: 0.6rem 1.5rem 0.3rem;
  border-radius: 2rem;
  line-height: 1;
  position: absolute;
  top: 1.5rem;
  left: -1rem;
  z-index: 10;
}
@media only screen and (max-width: 559px) {
  .o-card__new {
    font-size: 1rem;
    padding: 0.5rem 1rem 0.1rem;
    top: 0.5rem;
  }
}
.o-card__link:hover {
  opacity: 1;
}
.o-card__link:hover .o-card__img img {
  transform: scale(1.1);
  transition: 0.5s ease;
}
@media only screen and (max-width: 559px) {
  .o-card__link:hover .o-card__img img {
    transform: inherit;
  }
}
.o-card__date {
  font-size: clamp(1.2rem, 1.1514563107rem + 0.1294498382vw, 1.4rem);
  line-height: 1;
  margin-top: 0.7rem;
}
.o-card__ttl {
  margin-top: 0.7rem;
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.o-flex {
  display: flex;
  gap: 6rem;
}
@media only screen and (max-width: 559px) {
  .o-flex {
    gap: 3rem;
  }
}
.o-flex--c {
  justify-content: center;
}
.o-flex--b {
  justify-content: space-between;
}
.o-flex--e {
  justify-content: flex-end;
}
.o-flex__item {
  width: calc((100% - 6rem) / 2);
}
@media only screen and (max-width: 559px) {
  .o-flex__item {
    width: 100%;
  }
}
.o-flex__item--1 {
  width: calc((100% - 6rem) / 3);
}
@media only screen and (max-width: 559px) {
  .o-flex__item--1 {
    width: 100%;
  }
}
.o-flex__item--2 {
  width: calc((100% - 6rem) / 3 * 2);
}
@media only screen and (max-width: 559px) {
  .o-flex__item--2 {
    width: 100%;
  }
}
@media only screen and (max-width: 559px) {
  .o-flex {
    flex-direction: column;
  }
}

/*====================================================================
.faq-wrap .accordion
====================================================================*/
.faq-wrap .accordion_one .accordion_header {
  font-weight: 700;
  padding: 2rem 7rem 1rem 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  display: flex;
  border-bottom: dotted 1px var(--mainColor);
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
}
.faq-wrap .accordion_one .accordion_header::before {
  content: "Q:";
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  line-height: 1;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 559px) {
  .faq-wrap .accordion_one .accordion_header::before {
    margin-top: 0;
  }
}
.faq-wrap .accordion_one .accordion_header:hover {
  opacity: 0.8;
}
.faq-wrap .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.faq-wrap .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 1%;
  width: 4rem;
  height: 4rem;
  margin-top: -20px;
  box-sizing: border-box;
  transform-origin: center center;
  transition-duration: 0.2s;
}
@media only screen and (max-width: 559px) {
  .faq-wrap .accordion_one .accordion_header .i_box {
    width: 2rem;
    height: 2rem;
    margin-top: -0.5rem;
  }
}
.faq-wrap .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.faq-wrap .accordion_one .accordion_header .i_box .one_i::before, .faq-wrap .accordion_one .accordion_header .i_box .one_i::after {
  display: flex;
  content: "";
  background-color: var(--mainColor);
  border-radius: 10px;
  width: 26px;
  height: 3px;
  position: absolute;
  top: 7px;
  left: -4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}

.faq-wrap .accordion_one .accordion_header .i_box .one_i:before {
  width: 3px;
  height: 26px;
  top: -4px;
  left: 7px;
}

.faq-wrap .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}

.faq-wrap .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.faq-wrap .accordion_one .accordion_inner {
  display: none;
  padding: 2rem;
  background: rgba(75, 165, 170, 0.15);
  border-radius: 2rem;
  box-sizing: border-box;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 559px) {
  .faq-wrap .accordion_one .accordion_inner {
    padding: 1.5rem;
    border-radius: 1rem;
  }
}

.faq-wrap .accordion_one .accordion_inner .answer {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.faq-wrap .accordion_one .accordion_inner .answer::before {
  content: "A:";
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  font-weight: 500;
  position: relative;
  line-height: 1;
  color: var(--mainColor);
  line-height: 1.5;
  margin-right: 0.5rem;
}

.faq-wrap .accordion_one .accordion_inner .answer .answer-wrap p {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  font-weight: 500;
  line-height: 1.5;
}

.faq-wrap .accordion_one .accordion_inner .answer .answer-wrap p a {
  text-decoration: underline;
}

/*faq*/
.o-faq {
  max-width: 100rem;
  margin: 0 auto;
}
.o-faq__question {
  padding: 4rem 8rem 0 0;
  position: relative;
  border-bottom: 1px solid;
}
.o-faq__question__text {
  font-size: clamp(1.6rem, 1.454368932rem + 0.3883495146vw, 2.2rem);
  font-weight: 700;
  display: flex;
  align-items: baseline;
}
.o-faq__mark__q {
  color: var(--mainColor);
  font-weight: 700;
  margin-right: 1rem;
}
.o-faq__answer {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  background: #fff;
  margin-top: 1rem;
  display: none;
  padding: 2.5rem 8rem 3rem 2.5rem;
}
.o-faq__answer__inner {
  display: flex;
  align-items: baseline;
}
.o-faq__answer__text {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
}
.o-faq__mark__a {
  color: var(--mainColor);
  font-size: clamp(2rem, 1.6844660194rem + 0.8414239482vw, 3.3rem);
  font-weight: 700;
  margin-right: 1rem;
}
.o-faq__list:hover {
  cursor: pointer;
}
.o-faq__question::before {
  content: "";
  position: absolute;
  bottom: 1rem;
  right: 2.9rem;
  width: 2px;
  height: 2rem;
  background: var(--mainColor);
  transition: all 0.3s ease;
}
.o-faq__question::after {
  content: "";
  position: absolute;
  bottom: 1.9rem;
  right: 2rem;
  width: 2rem;
  height: 2px;
  background: var(--mainColor);
}
.o-faq__list.js-open .o-faq__question::before {
  transform: rotate(90deg);
}

.faq-category {
  margin-bottom: 1rem;
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 559px) {
  .faq-category {
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
  }
}
.faq-category__btn {
  font-size: clamp(1.2rem, 1.1514563107rem + 0.1294498382vw, 1.4rem);
  line-height: 1;
  padding: 1.2rem 1.8rem;
  border-radius: calc(infinity * 1px);
  border: 1px solid var(--main50Color);
  background: transparent;
  box-sizing: border-box;
}
@media only screen and (max-width: 559px) {
  .faq-category__btn {
    padding: 1rem 1.4rem;
  }
}
.faq-category__btn.is-active {
  background-color: var(--accentColor);
  color: var(--colorW);
  border-color: var(--accentColor);
}

/*-----------------------

       header /*---------------数値など任意で書き換えを行う---------------------

-----------------------*/
.hdr-inner {
  font-size: clamp(2.2rem, 1.9815533981rem + 0.5825242718vw, 3.1rem);
  align-items: flex-start;
  gap: 3.5rem;
  font-weight: 700;
  justify-content: space-between;
  position: relative;
  z-index: 100;
}
.hdr-inner h1 {
  padding-top: 0;
}
.hdr-inner__logo {
  width: 28.1rem;
  height: auto;
  position: relative;
  z-index: 100;
  pointer-events: all;
}
@media only screen and (max-width: 559px) {
  .hdr-inner__logo {
    width: 13.5rem;
  }
}
.hdr-inner__login {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
}
@media only screen and (max-width: 559px) {
  .hdr-inner__login {
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
}
.hdr-inner__loginimg {
  border-radius: 50%;
  width: 2.6rem;
  height: auto;
}
@media only screen and (max-width: 559px) {
  .hdr-inner__loginimg {
    width: 1.7rem;
  }
}
.hdr-inner__loginlink {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

h1,
p.logo {
  padding-top: 1rem;
}

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

p.login img {
  vertical-align: text-bottom;
  margin-right: 0.5rem;
}

header {
  padding: 2.5rem 14rem 2.5rem 3.5rem;
}
@media only screen and (max-width: 559px) {
  header {
    padding: 1.5rem 5.5rem 1rem 1rem;
  }
}
header nav {
  margin-top: -4rem;
}
header ul > li {
  position: relative;
}
header ul > li a {
  font-weight: 500;
  font-size: 1.8rem;
  position: relative;
}
@media only screen and (max-width: 559px) {
  header ul > li a {
    font-size: 1.4rem;
  }
}
header ul > li a img {
  vertical-align: baseline;
  margin-left: 1rem;
}

header nav ul.sub-menu > li a::after {
  display: none;
}

.menu-arrow-b {
  margin-left: 1rem;
  color: var(--mainColor);
}

/*サブメニュー*/
header .flex.navi li:hover ul {
  top: 4rem;
  visibility: visible;
  opacity: 0.9;
  z-index: 9999;
  display: block;
}
header .flex.navi li ul.sub-menu {
  position: absolute;
  top: 4rem;
  left: 2.5vw;
  width: 28rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  background: var(--mainColor);
  padding: 1.5rem 8% 3rem;
  flex-direction: column;
  z-index: 9999;
  margin-top: 0;
  border-radius: 1rem;
}
header .flex.navi li ul.sub-menu li {
  border: none;
  width: 100%;
  border-bottom: dashed 1px #fff;
}
header .flex.navi li ul.sub-menu li:first-child {
  border-left: none;
}
header .flex.navi li ul.sub-menu li a {
  font-size: 1.6rem;
  padding: 2rem 0 1rem;
  display: block;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}

header .flex.navi li ul:sub-menu li a::after {
  display: none;
}

header .flex.navi li.current-menu-item ul li::after {
  border-bottom: none;
}

header .flex.navi li ul.sub-menu li a::after {
  display: none;
}

/* ------------------------------*/
.l-hdr__text {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 2rem;
  line-height: 1;
}
@media only screen and (max-width: 559px) {
  .l-hdr__text {
    font-size: 0.8rem;
    margin-top: 1rem;
  }
}

/*-----------------------

      footer/*---------------数値など任意で書き換えを行う---------------------

-----------------------*/
footer.main-footer {
  padding: 4.5rem 0 0;
  margin-top: 9rem;
  border-top: none;
  background-color: var(--accentColor);
}
@media only screen and (max-width: 559px) {
  footer.main-footer {
    padding-bottom: 5rem;
    margin-top: 6rem;
  }
}

footer .sns-icon-Wrap {
  padding: 5rem 0 7rem;
  gap: 4.5rem;
}

footer .ftr-bottom-Area {
  padding: 5rem 0 2.5rem;
}

footer .ftr-bottom-Area ul {
  margin-bottom: 4rem;
  gap: 4rem;
}

footer .ftr-bottom-Area ul li a {
  color: #fff;
}

footer.main-footer p.copy {
  padding: clamp(4.5rem, 3.65rem + 2.265vw, 8rem) 0 2rem;
}

footer.main-footer p.copy small {
  font-weight: 700;
  font-size: clamp(1.2rem, 0.957rem + 0.647vw, 2.2rem);
  color: var(--colorW);
}

.l-ftr {
  padding: 4.5rem 0 0;
  margin-top: 2rem;
}
.l-ftr__navi {
  margin-top: 3rem;
}
@media only screen and (max-width: 559px) {
  .l-ftr__navi {
    margin-top: 1.5rem;
  }
}
.l-ftr__menu {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 559px) {
  .l-ftr__menu {
    gap: 0rem 3rem;
    margin-bottom: 3rem;
  }
}
.l-ftr__menu__item:not(:last-child)::after {
  content: "|";
  position: relative;
  left: 2rem;
  color: var(--colorW);
}
.l-ftr__menu__link {
  font-size: clamp(1.2rem, 1.054368932rem + 0.3883495146vw, 1.8rem);
  color: var(--colorW);
}
.l-ftr__menu__link:hover {
  color: #fff;
}
@media only screen and (max-width: 559px) {
  .l-ftr__menu__item:nth-child(2)::after {
    display: none;
  }
}
.l-ftr__logo {
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .l-ftr__logo img {
    width: 21.7rem;
  }
}
.l-ftr__copy {
  padding: 6rem 0 1.5rem;
  text-align: center;
  color: var(--colorW);
  font-size: clamp(1rem, 0.9029126214rem + 0.2588996764vw, 1.4rem);
}
@media only screen and (max-width: 559px) {
  .l-ftr__copy {
    padding: 2.5rem 0;
  }
}
.l-ftr__copy__text {
  font-size: clamp(1rem, 0.9514563107rem + 0.1294498382vw, 1.2rem);
}
.l-ftr__info {
  text-align: center;
  color: var(--colorW);
  margin-top: 3rem;
}
.l-ftr__info .name,
.l-ftr__info .tel,
.l-ftr__info .time {
  text-align: center;
}
.l-ftr__info address {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 559px) {
  .l-ftr__info address {
    margin-bottom: 1rem;
  }
}
.l-ftr__info .tel {
  font-size: clamp(2.7rem, 2.3359223301rem + 0.9708737864vw, 4.2rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 559px) {
  .l-ftr__info .tel {
    margin-bottom: 1.5rem;
  }
}
.l-ftr__info .list {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 559px) {
  .l-ftr__info .list {
    margin-bottom: 1rem;
  }
}
.l-ftr__info .listitem {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  font-weight: 700;
}
.l-ftr__info .time {
  font-size: clamp(1.4rem, 1.2058252427rem + 0.5177993528vw, 2.2rem);
  text-align: center;
  font-weight: 700;
  margin-bottom: 1rem;
}
.l-ftr__info .telcaution {
  text-align: center;
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
}

.l-ftr__float {
  position: fixed;
  z-index: 7777;
  right: 3rem;
  bottom: 3rem;
  padding: 0.75rem 1rem;
  display: flex;
  flex-direction: column;
}
.l-ftr__floatimg--01 {
  width: 15.68vw;
  height: auto;
}
.l-ftr__floatimg--02 {
  width: 15.68vw;
  height: auto;
  margin-top: -4rem;
}

.ft_navi {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  padding: 0.8rem 0.6rem;
  z-index: 1000;
}
.ft_navi__list {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}
.ft_navi__list--login {
  flex-wrap: wrap;
  gap: 0.4rem 0.5rem;
}

.tree {
  position: fixed;
  height: 90rem;
  bottom: 0;
  z-index: 5000;
  pointer-events: none;
}
.tree__left {
  left: 0;
  width: 34.9rem;
}
@media only screen and (max-width: 559px) {
  .tree__left {
    width: 19.6rem;
    height: 45.4rem;
    left: -2.4rem;
  }
}
.tree__right {
  right: 0;
  width: 35.6rem;
}
@media only screen and (max-width: 559px) {
  .tree__right {
    width: 19.8rem;
    height: 50.2rem;
    right: -2.5rem;
  }
}

.body-page-detail-top .content-header {
  display: none;
}

.body-page-detail-top .l-ftr__contact {
  margin-top: 0;
}

.top-mv {
  margin-bottom: 21rem;
  margin-top: -4rem;
  pointer-events: none;
}
@media only screen and (max-width: 1368px) {
  .top-mv {
    margin-top: -3rem;
  }
}
@media only screen and (max-width: 559px) {
  .top-mv {
    margin-top: 0;
    margin-bottom: 18.5rem;
  }
}
.top-mv::after {
  content: "";
  background: url(../img/mv-bg.webp) no-repeat center center/contain;
  width: 116.9rem;
  height: 82.2rem;
  display: inline-block;
  bottom: -2rem;
  right: -1rem;
  z-index: -1;
  position: absolute;
  margin-left: auto;
  margin-right: 6.5vw;
}
@media only screen and (max-width: 1440px) {
  .top-mv::after {
    width: 89rem;
    height: 63rem;
    margin-right: 8rem;
    right: -1.6rem;
  }
}
@media only screen and (max-width: 559px) {
  .top-mv::after {
    width: 100%;
    bottom: -0.9rem;
    right: 0;
    height: 24.2rem;
    margin-right: 0;
  }
}
.top-mv__video {
  width: 114rem;
  height: 77.6rem;
  mask-image: url(../img/mv-mask.webp);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  position: relative;
  margin-left: auto;
  margin-right: 6.5vw;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .top-mv__video {
    width: 86rem;
    height: 60rem;
    margin-right: 8rem;
  }
}
@media only screen and (max-width: 559px) {
  .top-mv__video {
    width: 100%;
    margin-right: 0;
    height: 22.6rem;
  }
}
.top-mv__video video {
  aspect-ratio: 16/2;
  object-fit: cover;
  width: 114rem;
  height: 77.6rem;
  pointer-events: none;
}
@media only screen and (max-width: 1440px) {
  .top-mv__video video {
    width: 89rem;
    height: 63rem;
  }
}
@media only screen and (max-width: 559px) {
  .top-mv__video video {
    width: 100%;
    height: 22.6rem;
  }
}
.top-mv__catch {
  position: absolute;
  bottom: 0;
  left: 10vw;
  z-index: 10;
}
@media only screen and (max-width: 1536px) {
  .top-mv__catch {
    left: 6vw;
  }
}
@media only screen and (max-width: 1440px) {
  .top-mv__catch {
    left: 4vw;
    transform: scale(0.9);
  }
}
@media only screen and (max-width: 559px) {
  .top-mv__catch {
    left: 2rem;
    bottom: inherit;
    top: 14rem;
    transform: scale(1);
  }
}
.top-mv__catch::before {
  content: "";
  background: url(../img/mv-eng.webp) no-repeat center center/contain;
  width: 30.4rem;
  height: 11.2rem;
  position: absolute;
  top: -7rem;
  left: -7rem;
}
@media only screen and (max-width: 559px) {
  .top-mv__catch::before {
    background: url(../img/mv-eng_sp.webp) no-repeat center center/contain;
    width: 11.2rem;
    height: 4.3rem;
    top: -4rem;
    left: 0rem;
  }
}
.top-mv__ttl {
  font-size: clamp(4rem, 2.713592233rem + 3.430420712vw, 9.3rem);
  font-weight: 700;
  line-height: 1.8;
}
@media only screen and (max-width: 559px) {
  .top-mv__ttl {
    line-height: 1.4;
  }
}
.top-mv__ttl .small {
  font-size: 75%;
  font-weight: 700;
  color: var(--baseColor);
}
.top-mv__ttl .bg {
  padding: 1rem 5.2rem;
  border-radius: 2rem;
  background-color: rgba(255, 245, 226, 0.8);
}
@media only screen and (max-width: 559px) {
  .top-mv__ttl .bg {
    padding: 0rem 2rem;
    border-radius: 1.2rem;
  }
}
@media only screen and (max-width: 559px) {
  .top-mv__ttl .bg:not(:first-child) {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 559px) {
  .top-mv__ttl .bg:not(:first-child) .small {
    font-size: 100%;
  }
}
.top-mv__text {
  font-size: clamp(1.4rem, 1.1087378641rem + 0.7766990291vw, 2.6rem);
  font-weight: 700;
}
.top-mv__text .bg {
  padding: 0.5rem 3rem;
  border-radius: 1rem;
  background-color: rgba(255, 245, 226, 0.8);
}
.top-mv__eng {
  font-size: clamp(1.2rem, 0.9572815534rem + 0.6472491909vw, 2.2rem);
  width: fit-content;
  padding: 0.5rem 3rem;
  border-radius: 1rem;
  background-color: rgba(255, 245, 226, 0.8);
}
@media only screen and (max-width: 559px) {
  .top-mv__eng {
    line-height: 1.1666666667;
  }
}
.top-mv__slide {
  position: absolute;
  right: 49vw;
  bottom: -15rem;
  width: 114rem;
  right: 0;
  margin-right: 6.5vw;
}
@media only screen and (max-width: 559px) {
  .top-mv__slide {
    width: 11.4rem;
    height: 7.8rem;
    bottom: 3rem;
    margin-right: 0.7rem;
  }
}

.main_imgBox {
  height: 23.9rem;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .main_imgBox {
    height: 8.3rem;
  }
}
.main_imgBox::after {
  content: "";
  background: url(../img/mv-slide-border.webp) no-repeat center center/contain;
  width: 34rem;
  height: 23.92rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 559px) {
  .main_imgBox::after {
    width: 11.9rem;
    height: 8.4rem;
  }
}
.main_imgBox::before {
  content: "";
  background: url(../img/mv-slide-img.webp) no-repeat center center/contain;
  width: 10.7rem;
  height: 8.9rem;
  position: absolute;
  bottom: 0;
  left: 31.4rem;
  z-index: 1000;
}
@media only screen and (max-width: 559px) {
  .main_imgBox::before {
    width: 4.5rem;
    height: 4.2rem;
    left: 6.2rem;
    bottom: -3rem;
    transform: scaleX(-1);
  }
}

.main_img {
  z-index: 500;
  opacity: 0;
  width: 32.3rem;
  height: 22.2rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-animation: anime 36s 0s infinite;
  animation: anime 36s 0s infinite;
  mask-image: url(../img/mv-slide-mask.webp);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  left: 50%;
  transform: translateX(-50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 559px) {
  .main_img {
    width: 11.4rem;
    height: 7.8rem;
  }
}

.main_img:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.main_img:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.main_img:nth-of-type(4) {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

.main_img:nth-of-type(5) {
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}

.main_img:nth-of-type(6) {
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}

@keyframes anime {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
.top-subnews {
  position: relative;
  width: 100rem;
  margin: 0 auto 6rem;
}
@media only screen and (max-width: 559px) {
  .top-subnews {
    width: 100%;
    margin-block: 2rem;
  }
}
.top-subnews__wrap {
  background: rgba(152, 129, 111, 0.2);
  border-radius: 1.5rem;
  padding: 2.5rem 4rem;
}
@media only screen and (max-width: 559px) {
  .top-subnews__wrap {
    padding: 1.5rem 2rem 1rem;
    border-radius: 0.8rem;
  }
}
.top-subnews__cat {
  position: absolute;
  top: -1rem;
  left: 2.5rem;
}
@media only screen and (max-width: 559px) {
  .top-subnews__cat {
    left: 1rem;
    top: -1.5rem;
  }
}
.top-subnews__cat span {
  background-color: var(--accentColor-50);
  color: var(--colorW);
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.5rem 2rem;
  border-radius: calc(infinity * 1px);
}
@media only screen and (max-width: 559px) {
  .top-subnews__cat span {
    font-size: 1.2rem;
    padding: 0.3rem 1.3rem 0.4rem;
  }
}
.top-subnews__cont {
  display: flex;
  font-size: 1.8rem;
  gap: 4.5rem;
}
@media only screen and (max-width: 559px) {
  .top-subnews__cont {
    flex-direction: column;
    gap: 0rem;
    font-size: 1.4rem;
  }
}
.top-subnews__date {
  min-width: 7.2rem;
}
@media only screen and (max-width: 559px) {
  .top-subnews__date {
    font-size: 1.2rem;
  }
}

.top-concept {
  position: relative;
  margin-bottom: 12rem;
}
@media only screen and (max-width: 559px) {
  .top-concept {
    margin-bottom: 10rem;
  }
}
.top-concept__catch {
  letter-spacing: 0.05em;
  font-size: clamp(1.8rem, 1.7029126214rem + 0.2588996764vw, 2.2rem);
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.top-concept__catch::before, .top-concept__catch::after {
  content: "";
  width: 3px;
  height: 100%;
  background: var(--mainColor);
  position: absolute;
}
.top-concept__catch::before {
  transform: rotate(315deg);
  left: -3rem;
}
.top-concept__catch::after {
  transform: rotate(45deg);
  right: -3rem;
}
.top-concept__wrap {
  width: 100rem;
  background: var(--colorW);
  margin: 0 auto;
  text-align: center;
  border-radius: 5rem;
  overflow: hidden;
}
@media only screen and (max-width: 559px) {
  .top-concept__wrap {
    width: 100%;
    border-radius: 2.5rem;
  }
}
.top-concept__inner {
  position: relative;
  overflow: hidden;
  padding: 6.5rem 0 10rem;
}
@media only screen and (max-width: 559px) {
  .top-concept__inner {
    padding: 3rem 0 8rem;
  }
}
.top-concept__inner::before {
  content: "";
  background: url(../img/concept__01.webp) no-repeat center center/contain;
  width: 53.2rem;
  height: 88rem;
  position: absolute;
  bottom: -1rem;
  left: -24rem;
  pointer-events: none;
}
@media only screen and (max-width: 559px) {
  .top-concept__inner::before {
    width: 35.8rem;
    height: 59.1rem;
    left: -18rem;
  }
}
.top-concept__inner::after {
  content: "";
  background: url(../img/concept__02.webp) no-repeat center center/contain;
  width: 67.3rem;
  height: 120.9rem;
  position: absolute;
  top: -11rem;
  right: -19rem;
  pointer-events: none;
}
@media only screen and (max-width: 559px) {
  .top-concept__inner::after {
    width: 34.4rem;
    height: 92.7rem;
    top: -10rem;
    right: -9rem;
  }
}
.top-concept__ttl {
  text-align: center;
  line-height: 1.3275862069;
  font-size: clamp(3rem, 2.3203883495rem + 1.8122977346vw, 5.8rem);
  margin-bottom: 4.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 559px) {
  .top-concept__ttl {
    margin-bottom: 2rem;
  }
}
.top-concept__ttl span.small {
  font-size: clamp(1.6rem, 1.3330097087rem + 0.71197411vw, 2.7rem);
  color: var(--mainColor);
  font-weight: 700;
}
.top-concept__text {
  line-height: 1.75;
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  text-align: center;
  font-weight: 500;
}
.top-concept__text--large {
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: clamp(1.8rem, 1.7029126214rem + 0.2588996764vw, 2.2rem);
}
.top-concept__text--01 span {
  display: block;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 559px) {
  .top-concept__text--01 span {
    margin-bottom: 0;
  }
}
.top-concept__logo {
  margin-bottom: 3rem;
  display: block;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .top-concept__logo {
    margin-bottom: 1.5rem;
    width: 20rem;
  }
}
.top-concept__thought {
  text-align: center;
  margin-top: -5rem;
}
@media only screen and (max-width: 559px) {
  .top-concept__thought img {
    width: 19.8rem;
    height: auto;
  }
}
.top-concept__movie {
  position: relative;
}
.top-concept__movie::after {
  content: "";
  background: url(../img/concept-bg.webp) no-repeat center center/contain;
  width: 86.4rem;
  height: 60.8rem;
  display: inline-block;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1440px) {
  .top-concept__movie::after {
    width: 75.2rem;
    height: 52.9rem;
  }
}
@media only screen and (max-width: 559px) {
  .top-concept__movie::after {
    width: 100%;
    height: 23.2rem;
  }
}
.top-concept__moviewrap {
  width: 86.4rem;
  height: 60.8rem;
  mask-image: url(../img/concept-mask.webp);
  mask-repeat: no-repeat;
  mask-position: center;
  position: relative;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .top-concept__moviewrap {
    width: 71.6rem;
    height: 49.3rem;
    mask-size: contain;
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 559px) {
  .top-concept__moviewrap {
    width: 100%;
    height: 21.6rem;
    margin-left: 0rem;
    mask-size: contain;
  }
}
.top-concept__moviewrap video {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 82.3rem;
  height: 56.6rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1440px) {
  .top-concept__moviewrap video {
    width: 71.6rem;
    height: 49.3rem;
  }
}
@media only screen and (max-width: 559px) {
  .top-concept__moviewrap video {
    width: 100%;
    height: 21.6rem;
  }
}
.top-concept .fr-view .fr-video {
  display: contents;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.loop {
  margin-bottom: 16rem;
}
@media only screen and (max-width: 559px) {
  .loop {
    margin-bottom: 10rem;
  }
}
.loop__wrap {
  display: flex;
  overflow: hidden;
}
@media only screen and (max-width: 559px) {
  .loop__wrap {
    gap: 4rem;
  }
}
.loop__list {
  display: flex;
  list-style: none;
  padding: 0;
}
@media only screen and (max-width: 559px) {
  .loop__list {
    gap: 4rem;
  }
}
.loop__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.loop__item {
  width: 25vw;
  margin-right: 5vw;
  position: relative;
}
.loop__item::after {
  content: "";
  background: url(../img/tree-mini.webp) no-repeat center center/contain;
  width: 5.7rem;
  height: 7.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -4vw;
}
@media only screen and (max-width: 559px) {
  .loop__item::after {
    width: 2.2rem;
    height: 2.8rem;
    right: -4rem;
  }
}
@media only screen and (max-width: 559px) {
  .loop__item {
    width: 50vw;
  }
}
.loop__item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-feature {
  padding-bottom: 12rem;
}
@media only screen and (max-width: 559px) {
  .top-feature {
    padding-bottom: 6rem;
  }
}
.top-feature__number {
  letter-spacing: 0.2em;
  margin-bottom: 2rem;
  line-height: 1;
  font-size: clamp(1.4rem, 1.2300970874rem + 0.4530744337vw, 2.1rem);
}
@media only screen and (max-width: 559px) {
  .top-feature__number {
    margin-bottom: 1rem;
  }
}
.top-feature__number span {
  font-size: clamp(2.2rem, 1.7145631068rem + 1.2944983819vw, 4.2rem);
}
.top-feature__catch {
  font-size: 4.6rem;
  font-size: clamp(2rem, 1.3689320388rem + 1.6828478964vw, 4.6rem);
  line-height: 1.2173913043;
  font-weight: 700;
  margin-bottom: 3rem;
  border-bottom: 1px solid;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 559px) {
  .top-feature__catch {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.top-feature__text {
  font-size: 2.3rem;
  font-size: clamp(1.6rem, 1.4300970874rem + 0.4530744337vw, 2.3rem);
  line-height: 1.375;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 559px) {
  .top-feature__text {
    margin-bottom: 1.5rem;
  }
}
.top-feature__subtext {
  font-size: 1.8rem;
  margin-bottom: 5rem;
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
}
@media only screen and (max-width: 559px) {
  .top-feature__subtext {
    margin-bottom: 2.5rem;
  }
}
.top-feature__flex {
  position: relative;
}
.top-feature__wide {
  position: relative;
}
.top-feature__wide:not(:last-child) {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 559px) {
  .top-feature__wide:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.top-feature__imgwrap {
  position: absolute;
  top: 0;
  width: 92.9rem;
  width: calc(65.3rem + (100vw - 136.6rem) / 2);
  right: 0;
}
@media only screen and (max-width: 559px) {
  .top-feature__imgwrap {
    position: static;
    width: calc(100vw - 12%);
    margin-inline: auto;
    margin-bottom: 3rem;
  }
}

.top-movie {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 559px) {
  .top-movie {
    margin-bottom: 5rem;
    flex-direction: column-reverse;
    gap: 2.5rem;
  }
}
.top-movie__subttl {
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
  line-height: 1;
}
@media only screen and (max-width: 559px) {
  .top-movie__subttl {
    margin-bottom: 0.5rem;
  }
}
.top-movie__ttl {
  font-size: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
  line-height: 1.325;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid;
  font-weight: 700;
}
@media only screen and (max-width: 559px) {
  .top-movie__ttl {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.top-movie__text {
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
}
.top-movie__video video {
  width: 100%;
  height: 100%;
  width: 103rem;
  height: 70.9rem;
  mask-image: url(../img/top-video-mask.webp);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  object-fit: cover;
  z-index: 110;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
}
@media only screen and (max-width: 559px) {
  .top-movie__video video {
    width: 100%;
    position: static;
    height: auto;
    transform: inherit;
  }
}
.top-movie__video::after {
  content: "";
  background: url(../img/top-video-bg.webp) no-repeat center center/contain;
  width: 108.1rem;
  height: 76.1rem;
  display: inline-block;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  position: absolute;
}
@media only screen and (max-width: 559px) {
  .top-movie__video::after {
    width: 100%;
    height: 100%;
    transform: scale(1.1) translateY(-50%);
  }
}

.top-intr {
  padding-bottom: 16rem;
}
@media only screen and (max-width: 559px) {
  .top-intr {
    padding-bottom: 10rem;
  }
}
.top-intr__wrap {
  width: 100rem;
  margin-inline: auto;
  position: relative;
  padding-top: 15rem;
}
@media only screen and (max-width: 559px) {
  .top-intr__wrap {
    width: 100%;
    padding-top: 7.5rem;
  }
}
.top-intr__figure {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 74rem;
  height: 52.6rem;
  z-index: 10;
}
@media only screen and (max-width: 559px) {
  .top-intr__figure {
    width: 80%;
    height: auto;
  }
}
.top-intr__inner {
  background-color: var(--colorW);
  border-radius: 5rem;
  border: 0.6rem solid var(--base50Color);
  position: relative;
  padding-block: 7rem;
}
@media only screen and (max-width: 559px) {
  .top-intr__inner {
    border-radius: 2.5rem;
    border: 0.3rem solid var(--base50Color);
    padding-bottom: 3.5rem;
  }
}
.top-intr__cont {
  width: 74rem;
  margin-inline: auto;
  margin-top: 32.5rem;
}
@media only screen and (max-width: 559px) {
  .top-intr__cont {
    width: 100%;
    margin-top: 5rem;
    padding-inline: 2rem;
  }
}
.top-intr__text {
  margin-bottom: 4rem;
  letter-spacing: 0.05em;
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
}
@media only screen and (max-width: 559px) {
  .top-intr__text {
    margin-bottom: 2rem;
  }
}
.top-intr__listarea {
  background: #e9f4f5;
  border-radius: 2rem;
  padding-block: 4rem 3.5rem;
  margin-bottom: 4rem;
  position: relative;
  padding-inline: 8rem;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 559px) {
  .top-intr__listarea {
    padding: 2rem 2rem 2rem 6rem;
  }
}
.top-intr__listarea img {
  position: absolute;
  width: 16.8rem;
  height: 19.5rem;
  top: -2rem;
  left: 3rem;
}
@media only screen and (max-width: 559px) {
  .top-intr__listarea img {
    width: 11rem;
    height: auto;
    top: inherit;
    bottom: -5rem;
    left: -5rem;
  }
}
.top-intr__listitem {
  line-height: 1.65;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
  display: flex;
  line-height: 1.4;
}
.top-intr__cta {
  text-align: center;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 559px) {
  .top-intr__cta {
    margin-bottom: 2.5rem;
  }
}
.top-intr__pricetext {
  letter-spacing: 0.05em;
  text-align: center;
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
}
@media only screen and (max-width: 559px) {
  .top-intr__pricetext {
    margin-bottom: 1.5rem;
  }
}
.top-intr__pricelist {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 559px) {
  .top-intr__pricelist {
    flex-direction: column;
  }
}
.top-intr__pricelist--01 {
  gap: 2.5rem;
}
@media only screen and (max-width: 559px) {
  .top-intr__pricelist--01 {
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
}
.top-intr__pricelist--01 dt {
  font-size: clamp(2rem, 1.8058252427rem + 0.5177993528vw, 2.8rem);
  font-weight: 700;
  border-radius: calc(infinity * 1px);
  border: 1px solid var(--mainColor);
  padding: 0.8rem 2.2rem;
  line-height: 1;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .top-intr__pricelist--01 dt {
    padding: 0.5rem 2rem;
    margin-top: 0;
  }
}
.top-intr__pricelist--01 dd {
  font-size: clamp(3.2rem, 2.6174757282rem + 1.5533980583vw, 5.6rem);
  font-weight: 700;
}
@media only screen and (max-width: 559px) {
  .top-intr__pricelist--01 dd {
    line-height: 1;
  }
}
.top-intr__pricelist--01 dd span.small {
  font-weight: 700;
  font-size: clamp(2.2rem, 1.9087378641rem + 0.7766990291vw, 3.4rem);
}
.top-intr__pricelist--02 {
  gap: 1rem;
}
@media only screen and (max-width: 559px) {
  .top-intr__pricelist--02 {
    gap: 0rem;
  }
}
.top-intr__pricelist--02 dt {
  background-color: var(--mainColor);
  color: var(--colorW);
  border-radius: calc(infinity * 1px);
  line-height: 1;
  font-weight: 700;
  padding: 0.5rem 1.4rem;
  font-size: clamp(1.5rem, 1.4514563107rem + 0.1294498382vw, 1.7rem);
}
.top-intr__pricelist--02 dd {
  font-size: 3.4rem;
  font-weight: 700;
  position: relative;
  padding-inline: 1rem;
  font-size: clamp(2.2rem, 1.9087378641rem + 0.7766990291vw, 3.4rem);
}
.top-intr__pricelist--02 dd::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--mainColor);
  position: absolute;
  top: 2rem;
  left: 0;
  border-radius: 1rem;
}
@media only screen and (max-width: 559px) {
  .top-intr__pricelist--02 dd::before {
    height: 1px;
  }
}
.top-intr__pricelist--02 dd::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--mainColor);
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  border-radius: 1rem;
}
@media only screen and (max-width: 559px) {
  .top-intr__pricelist--02 dd::after {
    height: 1px;
  }
}
.top-intr__pricelist--02 dd span {
  font-size: 2rem;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
}
.top-intr__priceflex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
  gap: 1rem;
}
.top-intr__priceflex p {
  font-size: 3.2rem;
  font-weight: 700;
  font-size: clamp(2rem, 1.7087378641rem + 0.7766990291vw, 3.2rem);
  line-height: 1.3;
  text-align: center;
}
.top-intr__priceflex p .small {
  font-size: 2.2rem;
  font-weight: 700;
  font-size: clamp(1.6rem, 1.454368932rem + 0.3883495146vw, 2.2rem);
}
.top-intr__priceflex .arrow {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 559px) {
  .top-intr__priceflex .arrow {
    font-size: 3rem;
  }
}

:root {
  --orange: #efa538;
  --mint: #a5cf8c;
}

.top-kids {
  padding-bottom: 16rem;
}
@media only screen and (max-width: 559px) {
  .top-kids {
    padding-bottom: 10rem;
  }
}
.top-kids .orange {
  color: var(--orange);
}
.top-kids .mint {
  color: var(--mint);
}
.top-kids__inner {
  background: url(../img/kids-bg.svg) no-repeat center center/cover;
  border-color: var(--orange);
  background-color: var(--colorW);
}
.top-kids__cont {
  width: auto;
  padding-inline: 2rem;
}
.top-kids__ttlarea {
  text-align: center;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 559px) {
  .top-kids__ttlarea {
    margin-bottom: 2.5rem;
  }
}
.top-kids__ttl {
  font-size: clamp(2.8rem, 2.3145631068rem + 1.2944983819vw, 4.8rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
.top-kids__ttl .small {
  font-size: clamp(1.4rem, 1.0601941748rem + 0.9061488673vw, 2.8rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mainColor);
  gap: 0.5rem;
}
@media only screen and (max-width: 559px) {
  .top-kids__ttl .small img {
    width: 5.5rem;
    height: auto;
  }
}
.top-kids__ttlen {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
}
.top-kids__subttl {
  font-weight: 700;
  text-align: center;
  margin-bottom: 3.5rem;
  font-size: clamp(2rem, 1.6601941748rem + 0.9061488673vw, 3.4rem);
}
@media only screen and (max-width: 559px) {
  .top-kids__subttl {
    margin-bottom: 2rem;
  }
}
.top-kids__subttl .small {
  font-weight: 700;
  font-size: clamp(1.6rem, 1.454368932rem + 0.3883495146vw, 2.2rem);
  display: block;
  margin-bottom: 1.5rem;
  line-height: 1;
  color: var(--mainColor);
}
.top-kids__textarea {
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 559px) {
  .top-kids__textarea {
    margin-bottom: 2rem;
  }
}
.top-kids__text {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
}
@media only screen and (max-width: 559px) {
  .top-kids__text {
    line-height: 1.75;
  }
}
.top-kids__catch {
  margin-bottom: 2rem;
}
.top-kids dd.green {
  color: var(--orange);
}
.top-kids .top-intr__pricelist--02 dt {
  background: var(--mint);
}
.top-kids .o-btn__link {
  background-color: var(--orange);
}

.top-equipment {
  margin-bottom: 16rem;
}
@media only screen and (max-width: 559px) {
  .top-equipment {
    margin-bottom: 10rem;
  }
}
.top-equipment__figure {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .top-equipment__figure img {
    width: 100%;
  }
}
.top-equipment__text {
  text-align: center;
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
}
@media only screen and (max-width: 559px) {
  .top-equipment__text {
    text-align: left;
  }
}
.top-equipment__card {
  margin-top: 9rem;
  gap: 7rem 3rem;
  margin-bottom: 6.5rem;
}
@media only screen and (max-width: 559px) {
  .top-equipment__card {
    margin-top: 3rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
    margin-bottom: 4.5rem;
  }
}

.top-review {
  margin-bottom: 16rem;
}
@media only screen and (max-width: 559px) {
  .top-review {
    margin-bottom: 10rem;
  }
}

.top-news {
  margin-bottom: 16rem;
}
@media only screen and (max-width: 559px) {
  .top-news {
    margin-bottom: 10rem;
  }
}

.top-instagram {
  height: 100%;
}
.top-instagram #gallery {
  margin: 0 auto 10rem;
}
.top-instagram #gallery {
  display: flex;
  flex-wrap: wrap;
}
.top-instagram #gallery li {
  width: 16.6666666667%;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.top-instagram #gallery li img {
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 559px) {
  .top-instagram #gallery {
    margin-bottom: 6rem;
  }
  .top-instagram #gallery li {
    width: 33.3333333333%;
  }
}

.cta {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 16rem;
}
@media only screen and (max-width: 559px) {
  .cta {
    margin-bottom: 10rem;
  }
}
.cta--buttom {
  margin-bottom: 7.5rem;
}
@media only screen and (max-width: 559px) {
  .cta--buttom {
    margin-bottom: 4rem;
  }
}

.fr-view .fr-video {
  display: contents;
}

.content-header {
  background: url(../img/fi-mv.webp) no-repeat center bottom;
  background-repeat: no-repeat;
  background-position: right 9rem bottom;
  background-size: contain;
  border-radius: 3rem;
  min-height: 44.7rem;
  width: calc(100vw - 6rem);
  left: 50%;
  transform: translate(-50%);
  position: relative;
  margin-bottom: 16rem;
  border-bottom: none;
  margin-top: -6.5rem;
  pointer-events: none;
}
@media only screen and (min-width: 1921px) {
  .content-header {
    min-height: 70rem;
  }
}
@media only screen and (max-width: 1536px) {
  .content-header {
    min-height: 37.7rem;
    background-position: right 6rem bottom;
  }
}
@media only screen and (max-width: 1280px) {
  .content-header {
    margin-top: -2.5rem;
  }
}
@media only screen and (max-width: 559px) {
  .content-header {
    background: url(../img/fi-mv_sp.webp) no-repeat center bottom;
    width: calc(100vw - 4rem);
    min-height: 22.3rem;
    background-size: cover;
    margin-bottom: 4rem;
    border-radius: 1.5rem;
    margin-top: 0;
    background-size: contain;
    margin-top: -3rem;
  }
}
.content-header:after {
  content: "";
  background: url(../img/mv-slide-img.webp) no-repeat center center/contain;
  width: 13rem;
  height: 10.8rem;
  display: inline-block;
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 559px) {
  .content-header:after {
    transform: scaleX(-1) translateX(-12rem);
    width: 6rem;
    height: 4.9rem;
    bottom: -14%;
  }
}

.page-header {
  font-size: clamp(2.6rem, 1.4834951456rem + 2.9773462783vw, 7.2rem);
  font-weight: 700;
  background-color: rgba(255, 245, 226, 0.85);
  display: inline-block;
  padding: 1.1rem 4.3rem;
  border-radius: 2.4rem;
  position: relative;
  left: 10.1rem;
  max-width: 92rem;
  margin: 0;
  top: 19.8rem;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 1536px) {
  .page-header {
    left: 1rem;
    max-width: 84rem;
  }
}
@media only screen and (max-width: 559px) {
  .page-header {
    left: 0;
    border-radius: 1rem;
    max-width: inherit;
    top: 14.8rem;
    padding: 0.6rem 2rem;
  }
}
.page-header::first-letter {
  color: var(--accentColor);
}
.page-header:after {
  content: "";
  background: url(../img/mv-eng.webp) no-repeat center center/contain;
  width: 31rem;
  height: 11.9rem;
  display: inline-block;
  position: absolute;
  top: -11.8rem;
  left: 0.6rem;
}
@media only screen and (max-width: 559px) {
  .page-header:after {
    background: url(../img/mv-eng_sp.webp) no-repeat center center/contain;
    width: 9.8rem;
    height: 3.8rem;
    top: -4rem;
    left: -1.5rem;
  }
}

header .mypage p span {
  color: var(--mainColor) !important;
}

.o-drawer__grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 6rem;
  width: fit-content;
  margin-inline: auto;
}
.o-drawer__grid p {
  width: fit-content;
}

@media only screen and (max-width: 559px) {
  .mypage.loginBtn.flex {
    width: fit-content;
  }
}

.page-detail-facility-info .content-header {
  background-image: url(../img/fi-mv.webp);
}
@media only screen and (max-width: 559px) {
  .page-detail-facility-info .content-header {
    background-image: url(../img/fi-mv_sp.webp);
  }
}

.fi-overview {
  margin-bottom: 16rem;
}
@media only screen and (max-width: 559px) {
  .fi-overview {
    margin-bottom: 8rem;
  }
}
.fi-overview__list {
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  font-weight: 500;
}
@media only screen and (max-width: 559px) {
  .fi-overview__list {
    flex-direction: column;
  }
}
.fi-overview__listttl, .fi-overview__listcont {
  padding-bottom: 1.5rem;
  border-bottom: 2px solid var(--mainColor);
  margin-bottom: 5rem;
}
@media only screen and (max-width: 559px) {
  .fi-overview__listttl, .fi-overview__listcont {
    border-bottom: 1px solid var(--mainColor);
  }
}
.fi-overview__listttl {
  width: 24%;
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .fi-overview__listttl:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 559px) {
  .fi-overview__listttl {
    border-bottom: none;
    width: 100%;
    text-align: left;
    padding-bottom: 0;
  }
}
.fi-overview__listcont {
  width: 76%;
  padding-left: 6rem;
}
@media only screen and (max-width: 559px) {
  .fi-overview__listcont {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 559px) {
  .fi-overview__listcont {
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 559px) {
  .fi-overview__listcont--last {
    margin-bottom: 0;
  }
}
.fi-overview__img {
  border-radius: 2rem;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .fi-overview__img {
    border-radius: 1rem;
    margin-top: 1rem;
  }
}
.fi-overview__tel {
  font-size: clamp(2.5rem, 2.427184466rem + 0.1941747573vw, 2.8rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.8rem;
}
.fi-overview__telttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1rem;
}
.fi-overview__tellist {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
.fi-overview__telcaution {
  font-size: 1.4rem;
  font-weight: 500;
}

.fi-access__map {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 559px) {
  .fi-access__map {
    margin-bottom: 4rem;
  }
}
.fi-access__map iframe {
  width: 100%;
  border-radius: 3rem;
}
@media only screen and (max-width: 559px) {
  .fi-access__map iframe {
    border-radius: 1.5rem;
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
  }
}
.fi-access__flex {
  gap: 2rem;
}
@media only screen and (max-width: 559px) {
  .fi-access__flex {
    gap: 3rem;
  }
}
.fi-access__flexitem {
  width: calc((100% - 2rem) / 2);
}
@media only screen and (max-width: 559px) {
  .fi-access__flexitem {
    width: 100%;
  }
}
.fi-access__subttl {
  font-size: clamp(2rem, 1.854368932rem + 0.3883495146vw, 2.6rem);
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1rem;
  padding-left: 6.6rem;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .fi-access__subttl {
    padding-left: 5.6rem;
  }
}
.fi-access__subttl::before {
  content: "";
  background: url(../img/kusa.webp) no-repeat center center/contain;
  width: 5.6rem;
  height: 7.3rem;
  top: -2rem;
  left: 0;
  z-index: 20;
  position: absolute;
}
@media only screen and (max-width: 559px) {
  .fi-access__subttl::before {
    width: 4.6rem;
  }
}
.fi-access__img {
  border-radius: 1.5rem;
  margin-bottom: 1rem;
}
.fi-access__text {
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.fi-access__text span {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
}

.page-detail-first .content-header {
  background-image: url(../img/fr-mv.webp);
}
@media only screen and (max-width: 559px) {
  .page-detail-first .content-header {
    background-image: url(../img/fr-mv_sp.webp);
  }
}

.fr__wrap {
  width: 100rem;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .fr__wrap {
    width: 100%;
  }
}

.fr-concept {
  padding-bottom: 16rem;
}
@media only screen and (max-width: 559px) {
  .fr-concept {
    padding-bottom: 10rem;
    margin-top: 2rem;
  }
}
.fr-concept__catch {
  font-size: clamp(1.8rem, 1.654368932rem + 0.3883495146vw, 2.4rem);
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  top: -4rem;
}
@media only screen and (max-width: 559px) {
  .fr-concept__catch {
    gap: 0.5rem;
    width: 100%;
    top: -2rem;
  }
}
.fr-concept__catch span {
  font-family: "Zen Maru Gothic", serif;
  font-size: clamp(2rem, 1.8058252427rem + 0.5177993528vw, 2.8rem);
}
.fr-concept__catch::after, .fr-concept__catch::before {
  display: none;
}
@media only screen and (max-width: 559px) {
  .fr-concept__catch img {
    width: 3rem;
    height: auto;
  }
}
.fr-concept__inner {
  padding-bottom: 17.5rem;
  padding-top: 2.5rem;
}
@media only screen and (max-width: 559px) {
  .fr-concept__inner {
    padding-bottom: 8rem;
  }
}
.fr-concept__logo {
  text-align: center;
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 559px) {
  .fr-concept__logo {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 559px) {
  .fr-concept__logo img {
    width: 20rem;
    height: auto;
  }
}
@media only screen and (max-width: 559px) {
  .fr-concept__textarea {
    padding-inline: 1.5rem;
  }
}
.fr-concept__text {
  text-align: center;
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  letter-spacing: 0.05em;
  line-height: 2;
}
@media only screen and (max-width: 559px) {
  .fr-concept__text {
    line-height: 1.75;
  }
}
.fr-concept__text span {
  font-weight: 700;
  font-size: clamp(1.8rem, 1.654368932rem + 0.3883495146vw, 2.4rem);
  color: var(--accentColor);
}
.fr-concept__thought {
  margin-top: -12rem;
}
@media only screen and (max-width: 559px) {
  .fr-concept__thought {
    margin-top: -5rem;
  }
}

.fr-intr {
  margin-bottom: 6.5rem;
}
@media only screen and (max-width: 559px) {
  .fr-intr {
    margin-bottom: 3rem;
  }
}
.fr-intr__ttl {
  font-weight: 700;
  font-size: clamp(3rem, 2.6601941748rem + 0.9061488673vw, 4.4rem);
  text-align: center;
  margin-bottom: 3rem;
  line-height: 0.95;
}
@media only screen and (max-width: 559px) {
  .fr-intr__ttl {
    margin-bottom: 1.5rem;
  }
}
.fr-intr__ttl .small {
  font-size: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
  font-weight: 700;
  color: var(--mainColor);
}
.fr-intr__img {
  margin-bottom: 2.5rem;
}
.fr-intr .top-intr__text {
  margin-bottom: 2.5rem;
}

.fr-reason {
  margin-bottom: 16rem;
}
@media only screen and (max-width: 559px) {
  .fr-reason {
    margin-bottom: 10rem;
  }
}
.fr-reason__count {
  font-size: clamp(1.2rem, 1.1514563107rem + 0.1294498382vw, 1.4rem);
  margin-bottom: 1.5rem;
  line-height: 1;
  color: var(--accentColor);
}
.fr-reason__number {
  font-size: clamp(2.2rem, 2.127184466rem + 0.1941747573vw, 2.5rem);
}
.fr-reason__ttl {
  font-size: clamp(2.4rem, 2.2300970874rem + 0.4530744337vw, 3.1rem);
  font-weight: 700;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid;
}
.fr-reason__subttl {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 2rem;
}
.fr-reason__text {
  font-size: clamp(1.4rem, 1.3757281553rem + 0.0647249191vw, 1.5rem);
  margin-bottom: 3rem;
}
.fr-reason__figure img {
  width: 100%;
}
.fr-reason__item {
  position: relative;
}
.fr-reason__voice {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
@media only screen and (max-width: 559px) {
  .fr-reason__voice {
    top: 3rem;
  }
}
@media only screen and (max-width: 559px) {
  .fr-reason__voice img {
    width: 8rem;
    height: auto;
  }
}
.fr-reason__card {
  margin-bottom: 6.5rem;
}
@media only screen and (max-width: 559px) {
  .fr-reason__card {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
    margin-bottom: 3.5rem;
  }
}

.fr-other {
  padding-bottom: 16rem;
}
@media only screen and (max-width: 559px) {
  .fr-other {
    padding-bottom: 10rem;
  }
}
.fr-other__wrap {
  background-color: var(--colorW);
  padding: 5rem 6rem 6rem;
  border: 0.6rem solid var(--main50Color);
  border-radius: 5rem;
  width: 100rem;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .fr-other__wrap {
    width: 100%;
    border-radius: 2.5rem;
    border: 0.3rem solid var(--main50Color);
    padding: 3rem 2rem 3rem;
  }
}
.fr-other__flex {
  gap: 5.5rem;
}
@media only screen and (max-width: 559px) {
  .fr-other__flex {
    gap: 1.5rem;
  }
}
.fr-other__flex:not(:last-child) {
  margin-bottom: 3rem;
}
.fr-other__flex:last-child {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .fr-other__flex:last-child {
    margin-bottom: 4.5rem;
  }
}
.fr-other__ttl {
  font-size: clamp(2rem, 1.8058252427rem + 0.5177993528vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .fr-other__ttl {
    margin-bottom: 1rem;
  }
}
.fr-other__textarea {
  padding-left: 3rem;
}
@media only screen and (max-width: 559px) {
  .fr-other__textarea {
    padding-left: 0;
  }
}
.fr-other__textarea p {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.fr-other__subtext {
  font-size: 1.6rem;
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 559px) {
  .fr-other__subtext {
    margin-bottom: 2.5rem;
    text-align: left;
  }
}
.fr-other .o-btn__link {
  width: fit-content;
  width: fit-content;
  padding: 2rem 6rem;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .fr-other .o-btn__link {
    padding: 1.5rem 2rem;
    width: 100%;
  }
}
.fr-other .o-btn__link img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}

.fr-faq {
  margin-bottom: 16rem;
}
@media only screen and (max-width: 559px) {
  .fr-faq {
    margin-bottom: 10rem;
  }
}

.fr-staff {
  padding-bottom: 16rem;
}
@media only screen and (max-width: 559px) {
  .fr-staff {
    padding-bottom: 10rem;
  }
}
.fr-staff__card {
  gap: 4rem 8rem;
}
@media only screen and (max-width: 559px) {
  .fr-staff__card {
    gap: 2rem;
  }
}
.fr-staff__figure {
  margin-bottom: 1.2rem;
}
.fr-staff__name {
  font-size: clamp(1.4rem, 1.0844660194rem + 0.8414239482vw, 2.7rem);
  text-align: center;
  line-height: 1.4;
}

.fr-prac {
  background-color: var(--colorW);
  width: 100rem;
  margin-inline: auto;
  border-radius: 5rem;
  padding-block: 7.5rem 7rem;
  position: relative;
  margin-bottom: 16rem;
}
@media only screen and (max-width: 559px) {
  .fr-prac {
    margin-bottom: 10rem;
    width: 100%;
    padding-inline: 2rem;
    padding-block: 3.5rem;
    border-radius: 2.5rem;
  }
}
.fr-prac::before {
  content: "";
  background: url(../img/ttl-img.webp) no-repeat center center/contain;
  width: 18.9rem;
  height: 8.8rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -4rem;
}
@media only screen and (max-width: 559px) {
  .fr-prac::before {
    width: 9.8rem;
  }
}
.fr-prac__subttl {
  text-align: center;
  font-size: clamp(1.7rem, 1.6757281553rem + 0.0647249191vw, 1.8rem);
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media only screen and (max-width: 559px) {
  .fr-prac__subttl {
    line-height: 1.4;
  }
}
.fr-prac__wrap {
  width: 58.4rem;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .fr-prac__wrap {
    width: 100%;
  }
}
.fr-prac__cont {
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 559px) {
  .fr-prac__cont {
    flex-direction: column;
  }
}
.fr-prac__img {
  flex: 0 0 auto;
}
@media only screen and (max-width: 559px) {
  .fr-prac__img {
    text-align: center;
  }
}
.fr-prac__message {
  text-align: center;
  font-size: clamp(2rem, 1.6116504854rem + 1.0355987055vw, 3.6rem);
  font-weight: 700;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 559px) {
  .fr-prac__message {
    margin-bottom: 1.5rem;
  }
}
.fr-prac__messagetext {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  line-height: 1.8;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 559px) {
  .fr-prac__messagetext {
    margin-bottom: 2.5rem;
  }
}
.fr-prac__textarea {
  flex: 1;
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
}
.fr-prac__text {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 559px) {
  .fr-prac__text {
    margin-bottom: 1rem;
  }
}
.fr-prac__name {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  font-weight: 700;
}
.fr-prac__name span {
  font-size: clamp(1.2rem, 1.1514563107rem + 0.1294498382vw, 1.4rem);
  font-weight: 700;
}

.fr-company__list {
  display: grid;
  grid-template-columns: max-content 1fr;
  row-gap: 4rem;
  margin-bottom: 6.5rem;
}
@media only screen and (max-width: 559px) {
  .fr-company__list {
    grid-template-columns: 1fr;
    row-gap: 0;
    margin-bottom: 3.5rem;
  }
}
.fr-company__term, .fr-company__desc {
  border-bottom: 1px dotted var(--main50Color);
  padding-bottom: 2rem;
}
.fr-company__term:last-child, .fr-company__desc:last-child {
  padding-bottom: 3.5rem;
}
@media only screen and (max-width: 559px) {
  .fr-company__term:last-child, .fr-company__desc:last-child {
    padding-bottom: 1.5rem;
  }
}
.fr-company__term {
  font-size: clamp(1.6rem, 1.454368932rem + 0.3883495146vw, 2.2rem);
  font-weight: 700;
  color: var(--accentColor);
  line-height: 1.6;
  white-space: nowrap;
  padding-left: 1.3rem;
  min-width: 19rem;
}
@media only screen and (max-width: 559px) {
  .fr-company__term {
    min-width: 100%;
    padding-left: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.fr-company__desc {
  line-height: 1.6;
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
}
@media only screen and (max-width: 559px) {
  .fr-company__desc:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 559px) {
  .fr-company__desc {
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }
}

.fr-message {
  padding-bottom: 16rem;
}
@media only screen and (max-width: 559px) {
  .fr-message {
    padding-bottom: 10rem;
  }
}
.fr-message__ttl {
  font-size: clamp(2.6rem, 2.3572815534rem + 0.6472491909vw, 3.6rem);
  text-align: center;
  font-weight: bold;
  color: var(--mainColor);
  text-align: center;
  margin-bottom: 2.5rem;
}
.fr-message__img {
  text-align: center;
  position: relative;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 559px) {
  .fr-message__img {
    margin-bottom: 0rem;
  }
}
.fr-message__img .fr-message__caption {
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  line-height: 1.6875;
  position: absolute;
  left: 1rem;
  bottom: 2rem;
  background-color: var(--colorW);
  padding: 1.3rem 4rem;
  border-radius: calc(infinity * 1px);
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .fr-message__img .fr-message__caption {
    margin-top: -2rem;
    z-index: 10;
    position: relative;
    left: 0;
  }
}
.fr-message__img .fr-message__caption span {
  display: block;
  line-height: 1;
}
.fr-message__img .fr-message__caption span:not(:last-child) {
  margin-bottom: 0.7rem;
}
.fr-message__name {
  font-weight: 700;
  font-size: clamp(2rem, 1.7087378641rem + 0.7766990291vw, 3.2rem);
  letter-spacing: 0.4em;
  margin-top: 1rem;
}
.fr-message__subhead {
  font-size: clamp(1.8rem, 1.7029126214rem + 0.2588996764vw, 2.2rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 559px) {
  .fr-message__subhead {
    margin-bottom: 0.5rem;
  }
}
.fr-message__lead {
  font-size: clamp(2.4rem, 2.0601941748rem + 0.9061488673vw, 3.8rem);
  line-height: 1.5833333333;
  font-weight: 700;
  padding-bottom: 3.5rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid var(--mainColor);
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .fr-message__lead {
    line-height: 1.4;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }
}
.fr-message__text {
  font-size: 1.8rem;
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  line-height: 2;
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 559px) {
  .fr-message__text {
    margin-bottom: 2.5rem;
  }
}
.fr-message__profile {
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
  line-height: 1.5;
  padding-left: 3rem;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .fr-message__profile {
    padding-left: 2rem;
  }
}
.fr-message__profile::before {
  content: "";
  background-color: var(--accentColor-50);
  width: 1rem;
  height: 100%;
  border-radius: 0.2rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 559px) {
  .fr-message__profile::before {
    width: 0.5rem;
    border-radius: 0.1rem;
  }
}

.page-detail-trial-lesson .page-header span {
  display: block;
  font-size: clamp(2rem, 1.1747572816rem + 2.2006472492vw, 5.4rem);
}
.page-detail-trial-lesson .content-header {
  background-image: url(../img/tl-mv.webp);
}
@media only screen and (max-width: 559px) {
  .page-detail-trial-lesson .content-header {
    background-image: url(../img/tl-mv_sp.webp);
  }
}

.tl-cta {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 559px) {
  .tl-cta {
    margin-bottom: 6rem;
  }
}

.tl-message__wrap {
  width: 100rem;
  margin-inline: auto;
  background-color: var(--colorW);
  border-radius: 5rem;
  border: 0.6rem solid var(--base50Color);
  padding-block: 6rem 4rem;
}
@media only screen and (max-width: 559px) {
  .tl-message__wrap {
    width: 100%;
    border: 0.3rem solid var(--base50Color);
    border-radius: 2.5rem;
  }
}
.tl-message__inner {
  width: 74rem;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .tl-message__inner {
    width: 100%;
    padding-inline: 2rem;
  }
}
.tl-message__ttl {
  text-align: center;
  font-size: clamp(2.4rem, 2.1815533981rem + 0.5825242718vw, 3.3rem);
  font-weight: 700;
  line-height: 1.4242424242;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 559px) {
  .tl-message__ttl {
    line-height: 1.4;
    margin-bottom: 1.5rem;
  }
}
.tl-message__ttl span {
  font-size: clamp(1.8rem, 1.6300970874rem + 0.4530744337vw, 2.5rem);
  font-weight: 700;
  display: block;
  margin-bottom: 1rem;
  line-height: 1;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
.tl-message__ttl span::before, .tl-message__ttl span::after {
  content: "";
  position: absolute;
}
.tl-message__ttl span::before {
  background: url(../img/kids__right.webp) no-repeat center center/contain;
  width: 13rem;
  height: 11.3rem;
  position: absolute;
  bottom: 0.5rem;
  right: -12rem;
}
@media only screen and (max-width: 559px) {
  .tl-message__ttl span::before {
    width: 8rem;
    height: 6rem;
    right: -6rem;
    bottom: 0;
  }
}
.tl-message__ttl span::after {
  background: url(../img/tl-message__01.webp) no-repeat center center/contain;
  width: 20.2rem;
  height: 11.5rem;
  position: absolute;
  top: -10rem;
  left: -15rem;
}
@media only screen and (max-width: 559px) {
  .tl-message__ttl span::after {
    width: 10rem;
    height: 5rem;
    top: -4rem;
    left: -7rem;
  }
}
.tl-message__textarea {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 559px) {
  .tl-message__textarea {
    margin-bottom: 2rem;
  }
}
.tl-message__text {
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.tl-message__figure {
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 559px) {
  .tl-message__figure {
    margin-bottom: 1.5rem;
  }
}
.tl-message__info {
  font-weight: 700;
  text-align: center;
  font-size: clamp(1.8rem, 1.654368932rem + 0.3883495146vw, 2.4rem);
  margin-bottom: 3rem;
  line-height: 1;
}
@media only screen and (max-width: 559px) {
  .tl-message__info {
    margin-bottom: 1.5rem;
    line-height: 1.4;
  }
}

.tl-campaign {
  padding-bottom: 16rem;
}
@media only screen and (max-width: 559px) {
  .tl-campaign {
    padding-bottom: 10rem;
  }
}
.tl-campaign__ttl {
  font-size: 3.6rem;
  font-size: clamp(2rem, 1.6116504854rem + 1.0355987055vw, 3.6rem);
  font-weight: 700;
  margin-bottom: 3rem;
  line-height: 1.2777777778;
}
@media only screen and (max-width: 559px) {
  .tl-campaign__ttl {
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
.tl-campaign__ttl .small {
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
}
.tl-campaign__textarea {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 559px) {
  .tl-campaign__textarea {
    margin-bottom: 2rem;
  }
}
.tl-campaign__text {
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
}
.tl-campaign__btntext {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  margin-bottom: 1rem;
}
@media only screen and (max-width: 559px) {
  .tl-campaign__btntext {
    margin-bottom: 0.5rem;
  }
}

.tl-message {
  padding-bottom: 16rem;
}
@media only screen and (max-width: 559px) {
  .tl-message {
    padding-bottom: 10rem;
  }
}

.tl-faq {
  padding-bottom: 16rem;
}
@media only screen and (max-width: 559px) {
  .tl-faq {
    padding-bottom: 10rem;
  }
}

.tl-flow {
  padding-top: 5rem;
  padding-bottom: 8.5rem;
}
@media only screen and (max-width: 559px) {
  .tl-flow {
    padding-top: 2.5rem;
    padding-bottom: 4rem;
  }
}
.tl-flow__flex {
  gap: 2.5rem;
}
.tl-flow__flex:not(:last-child) {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .tl-flow__flex:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.tl-flow__flexitem:nth-child(even) {
  width: 34.1rem;
}
@media only screen and (max-width: 559px) {
  .tl-flow__flexitem:nth-child(even) {
    width: 100%;
  }
}
.tl-flow__flexitem:nth-child(odd) {
  width: calc(100% - 36.6rem);
}
@media only screen and (max-width: 559px) {
  .tl-flow__flexitem:nth-child(odd) {
    width: 100%;
  }
}
.tl-flow__flexitem figure img {
  width: 100%;
}
.tl-flow__count {
  font-size: clamp(1.2rem, 1.1514563107rem + 0.1294498382vw, 1.4rem);
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 1rem;
  font-weight: 500;
}
.tl-flow__count span {
  font-size: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
  letter-spacing: 0.1em;
}
.tl-flow__ttl {
  font-size: clamp(2.2rem, 1.9572815534rem + 0.6472491909vw, 3.2rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2.2rem;
}
@media only screen and (max-width: 559px) {
  .tl-flow__ttl {
    margin-bottom: 1.5rem;
  }
}
.tl-flow__text {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
}

.page-detail-partner .page-header span {
  display: block;
  font-size: clamp(2rem, 1.1747572816rem + 2.2006472492vw, 5.4rem);
}
.page-detail-partner .content-header {
  background-image: url(../img/pt-mv.webp);
}
@media only screen and (max-width: 559px) {
  .page-detail-partner .content-header {
    background-image: url(../img/pt-mv_sp.webp);
  }
}

.pt-overview {
  padding-bottom: 16rem;
}
@media only screen and (max-width: 559px) {
  .pt-overview {
    padding-bottom: 10rem;
  }
}
.pt-overview__cont:first-child {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .pt-overview__cont:first-child {
    margin-bottom: 3rem;
  }
}
.pt-overview__cont:nth-child(2) {
  margin-bottom: 7rem;
}
@media only screen and (max-width: 559px) {
  .pt-overview__cont:nth-child(2) {
    margin-bottom: 3.5rem;
  }
}
.pt-overview__en {
  font-size: clamp(1.4rem, 1.2058252427rem + 0.5177993528vw, 2.2rem);
  letter-spacing: 0.05em;
  margin-bottom: 2.5rem;
  line-height: 1;
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 559px) {
  .pt-overview__en {
    margin-bottom: 1rem;
  }
}
.pt-overview__ttl {
  font-size: clamp(2.2rem, 1.6660194175rem + 1.4239482201vw, 4.4rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3.5rem;
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .pt-overview__ttl {
    margin-bottom: 1.5rem;
  }
}
.pt-overview__catch {
  color: var(--accentColor);
  font-size: clamp(1.8rem, 1.6058252427rem + 0.5177993528vw, 2.6rem);
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 4rem;
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .pt-overview__catch {
    margin-bottom: 1.5rem;
  }
}
.pt-overview__text {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.pt-overview .o-btn__link--tertiary {
  width: fit-content;
  padding: 2rem 6rem;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .pt-overview .o-btn__link--tertiary {
    padding: 1.5rem 2rem;
    width: 100%;
  }
}
.pt-overview .o-btn__link--tertiary img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}

.pt-benefit {
  padding-bottom: 16rem;
}
@media only screen and (max-width: 559px) {
  .pt-benefit {
    padding-bottom: 10rem;
  }
}
.pt-benefit__textarea {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .pt-benefit__textarea {
    margin-bottom: 3rem;
  }
}
.pt-benefit__textarea--buttom {
  margin-bottom: 0;
}
@media only screen and (max-width: 559px) {
  .pt-benefit__textarea--buttom {
    margin-bottom: 0;
  }
}
.pt-benefit__text {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .pt-benefit__text {
    text-align: left;
  }
}
.pt-benefit__card {
  gap: 5rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .pt-benefit__card {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.5rem;
    margin-bottom: 4rem;
  }
}
.pt-benefit__card--small {
  gap: 2.5rem 3rem;
}
@media only screen and (max-width: 559px) {
  .pt-benefit__card--small {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 2rem;
  }
}
.pt-benefit__cardfigure {
  position: relative;
  margin-bottom: 1rem;
}
.pt-benefit__cardfigure figcaption {
  background-color: var(--accentColor);
  color: var(--colorW);
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  width: fit-content;
  padding: 0.1rem 1.5rem;
  border-radius: calc(infinity * 1px);
  position: absolute;
  left: 1.5rem;
  bottom: 1rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .pt-benefit__cardfigure figcaption {
    left: 1rem;
    bottom: 1rem;
  }
}
.pt-benefit__cardfigure img {
  width: 100%;
  border-radius: 2.5rem;
}
@media only screen and (max-width: 559px) {
  .pt-benefit__cardfigure img {
    border-radius: 1.5rem;
  }
}
@media only screen and (max-width: 559px) {
  .pt-benefit__cardfigure--small {
    margin-bottom: 0.5rem;
  }
}
.pt-benefit__cardfigure--small figcaption {
  font-size: clamp(1rem, 0.9029126214rem + 0.2588996764vw, 1.4rem);
}
@media only screen and (max-width: 559px) {
  .pt-benefit__cardfigure--small figcaption {
    left: 0.5rem;
    bottom: 0.5rem;
  }
}
.pt-benefit__cardfigure--small img {
  border-radius: 2rem;
}
@media only screen and (max-width: 559px) {
  .pt-benefit__cardfigure--small img {
    border-radius: 0.5rem;
  }
}
.pt-benefit__cardttl {
  font-size: clamp(2rem, 1.8058252427rem + 0.5177993528vw, 2.8rem);
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5rem;
}
.pt-benefit__cardttl--small {
  font-size: clamp(1.4rem, 1.1572815534rem + 0.6472491909vw, 2.4rem);
  line-height: 1.3;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 559px) {
  .pt-benefit__cardttl--small {
    min-height: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
  }
}
.pt-benefit__cardttl span {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  font-weight: 700;
}
.pt-benefit__cardtext {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.pt-benefit__cardtext--small {
  font-size: clamp(1.1rem, 1.027184466rem + 0.1941747573vw, 1.4rem);
  line-height: 1.5;
}

.pt-feature {
  padding-bottom: 16rem;
}
@media only screen and (max-width: 559px) {
  .pt-feature {
    padding-bottom: 10rem;
  }
}
.pt-feature__textarea {
  margin-bottom: 7rem;
}
@media only screen and (max-width: 559px) {
  .pt-feature__textarea {
    margin-bottom: 3.5rem;
  }
}
.pt-feature__text {
  text-align: center;
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .pt-feature__text {
    text-align: left;
  }
}
.pt-feature__text .large {
  font-size: clamp(1.8rem, 1.5087378641rem + 0.7766990291vw, 3rem);
  font-weight: 700;
  line-height: 2.0333333333;
}
.pt-feature__text .green {
  font-weight: 700;
}
.pt-feature__text:nth-child(2) {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 559px) {
  .pt-feature__text:nth-child(2) {
    margin-bottom: 2rem;
  }
}
.pt-feature__catch {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 559px) {
  .pt-feature__catch {
    margin-bottom: 2.5rem;
  }
}
.pt-feature__catch figure {
  text-align: center;
}
.pt-feature__number {
  font-size: clamp(1.2rem, 1.054368932rem + 0.3883495146vw, 1.8rem);
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .pt-feature__number {
    margin-bottom: 1rem;
  }
}
.pt-feature__subttl {
  font-weight: 700;
  font-size: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
  padding-bottom: 1.4rem;
  border-bottom: 1px solid var(--mainColor);
  color: var(--accentColor);
  margin-bottom: 4rem;
}
@media only screen and (max-width: 559px) {
  .pt-feature__subttl {
    margin-bottom: 2rem;
  }
}
.pt-feature__cont:not(:last-child) {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 559px) {
  .pt-feature__cont:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.pt-feature__card {
  gap: 5.5rem;
}
@media only screen and (max-width: 559px) {
  .pt-feature__card {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5em;
  }
}
.pt-feature__cardcont:not(:last-child) {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 559px) {
  .pt-feature__cardcont:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}
.pt-feature__cardsubttl {
  font-weight: 700;
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  margin-bottom: 1.5rem;
  line-height: 1;
}
@media only screen and (max-width: 559px) {
  .pt-feature__cardsubttl {
    margin-bottom: 1rem;
  }
}
.pt-feature__cardttl {
  font-weight: 700;
  color: var(--accentColor);
  font-size: clamp(2.6rem, 2.0660194175rem + 1.4239482201vw, 4.8rem);
  margin-bottom: 1.5rem;
}
.pt-feature__cardtext {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.pt-feature__cardlogo {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 559px) {
  .pt-feature__cardlogo {
    margin-top: 1.5rem;
  }
}

.pt-contact {
  padding-bottom: 5rem;
}
@media only screen and (max-width: 559px) {
  .pt-contact {
    padding-bottom: 4rem;
  }
}
.pt-contact--buttom {
  margin-bottom: 7.5rem;
}
@media only screen and (max-width: 559px) {
  .pt-contact--buttom {
    margin-bottom: 4rem;
  }
}
.pt-contact__text {
  text-align: center;
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 559px) {
  .pt-contact__text {
    margin-bottom: 2.5rem;
    text-align: left;
  }
}
.pt-contact .o-btn {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 559px) {
  .pt-contact .o-btn {
    margin-bottom: 2.5rem;
  }
}
.pt-contact .o-btn__icon_r {
  width: 1.1rem;
  height: 1.6rem;
  display: flex;
}
.pt-contact__cont {
  text-align: center;
}
.pt-contact__cont .tel {
  font-weight: 700;
  font-size: clamp(2.7rem, 2.3359223301rem + 0.9708737864vw, 4.2rem);
  line-height: 1;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .pt-contact__cont .tel {
    margin-bottom: 1.5rem;
  }
}
.pt-contact__cont .time {
  font-weight: 700;
  font-size: clamp(1.4rem, 1.2300970874rem + 0.4530744337vw, 2.1rem);
  line-height: 1;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .pt-contact__cont .time {
    margin-bottom: 1rem;
  }
}
.pt-contact__cont .list {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 559px) {
  .pt-contact__cont .list {
    margin-bottom: 1.5rem;
  }
}
.pt-contact__cont .listitem {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  line-height: 1.5;
  font-weight: 700;
}
@media only screen and (max-width: 559px) {
  .pt-contact__cont .listitem {
    white-space: nowrap;
  }
}
.pt-contact__cont .telcaution {
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  text-align: center;
}
/*# sourceMappingURL=style.css.map */
