@charset "UTF-8";

/*---変数---*/
:root {
  --mc: #8a5d34;
  --sc: #709ba6;
  --bc: #f4f1e9;
  --fc: #333;
  --base: "Zen Kaku Gothic New", sans-serif;
  --sub: "Noto Sans JP", sans-serif;
  --en: "Nunito Sans", sans-serif;
}

.--en {
  font-family: var(--en);
}

.--sub {
  font-family: var(--sub);
}

.--main-color {
  color: var(--mc);
}

.--sub-color {
  color: var(--sc);
}

/*---display---*/
.pc {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
}

.pc-tb {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc-tb {
    display: block;
  }
}

.tb-sp {
  display: block !important;
}
@media screen and (min-width: 1024px) {
  .tb-sp {
    display: none !important;
  }
}

.tb {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .tb {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .tb {
    display: block !important;
  }
}

.sp {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

/*---cmn---*/
.cmn-wrap {
  position: relative;
  margin: 0 auto;
  padding-inline: 40px;
  width: 100%;
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .cmn-wrap {
    padding-inline: 15px;
  }
}
.cmn-wrap.--full {
  padding: 0;
  max-width: none;
}
.cmn-wrap.--size1 {
  max-width: 1480px;
}
.cmn-wrap.--size2 {
  max-width: 1520px;
}

.cmn-btn {
  width: 100%;
  height: 100%;
}
.cmn-btn__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: var(--sc);
  border-radius: 35px;
  border: 2px solid var(--sc);
  color: #fff;
  transition: 0.4s;
}
@media screen and (min-width: 1024px) {
  .cmn-btn__link:hover {
    background: transparent;
    color: var(--sc);
    opacity: 1;
  }
}
.cmn-btn__st {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.667;
}
@media screen and (min-width: 768px) {
  .cmn-btn__st {
    font-size: 1.8rem;
  }
}
.cmn-btn__arw {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 30px;
  aspect-ratio: 1;
  transition: 0.4s;
}

/* --- header ---*/
.hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  line-height: 1;
  transition: all 0.4s;
  z-index: 1000;
}
@media screen and (min-width: 1024px) {
  .hd {
    height: 110px;
  }
}
.hd-cnt {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  margin: 0 auto;
  padding-inline: 16px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .hd-cnt {
    padding-inline: 30px 35px;
  }
}
.hd-name {
  width: clamp(9rem, 6.3rem + 7.12vw, 20rem);
  aspect-ratio: 1;
  z-index: 1001;
}
.hd-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 100%;
  padding-block: clamp(8rem, -1.2rem + 8.94vw, 16rem) 30px;
  padding-inline: 30px;
  width: 100%;
  max-width: 600px;
  height: 100svh;
  background: #fff;
  opacity: 0;
  transition:
    transform 0.2s,
    opacity 0.2s,
    visibility 0s 0.2s;
  visibility: hidden;
  z-index: 1000;
}
@media screen and (min-width: 1024px) {
  .hd-nav {
    padding-inline: 30px 68px;
  }
}
.hd-nav__list {
  display: block;
  margin-inline: auto;
  width: 100%;
  max-width: 400px;
  text-align: center;
  overflow-y: auto;
}
.gjs-dashed .hd-nav__list {
  overflow-y: initial;
}
.hd-nav__item {
  padding: 0;
  line-height: 1;
}
.hd-nav__link {
  display: block;
  padding-block: 8px;
}
@media screen and (min-width: 768px) {
  .hd-nav__link {
    padding-block: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .hd-nav__link {
    padding-block: clamp(0.8rem, 0rem + 0.78vw, 1.5rem);
  }
}
.hd-nav__link-main {
  display: block;
  font-size: 16px;
  color: #734809;
  font-weight: bold;
  line-height: 1.665;
}
@media screen and (min-width: 768px) {
  .hd-nav__link-main {
    font-size: 18px;
    line-height: 1.5;
  }
}
.hd-nav__sns {
  margin-top: 30px;
}
.hd-nav__anchor {
  margin-top: 20px;
  max-width: 320px;
  width: 100%;
  height: 70px;
}
@media screen and (min-width: 768px) {
  .hd-nav__anchor {
    margin-top: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .hd-nav__anchor {
    margin-top: clamp(2rem, -0.9rem + 2.79vw, 4.5rem);
  }
}
.hd-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(1.5rem, 0.7rem + 2.21vw, 3.5rem);
}
.hd-sns__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(0.5rem, 0.1rem + 1.1vw, 1.5rem);
}
.hd-toggle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  width: 45px;
  height: 45px;
  aspect-ratio: 1;
  background: #3f342d;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  z-index: 1002;
}
@media screen and (min-width: 1024px) {
  .hd-toggle {
    width: 60px;
    height: 60px;
  }
}
.hd-toggle__list {
  position: relative;
  display: block;
  width: 20px;
  height: 10px;
}
.hd-toggle__line {
  display: block;
  position: absolute;
  right: 0;
  transition: 0.35s ease-in-out;
  width: 20px;
  height: 2px;
  background: #fff;
  color: #fff;
}
.hd-toggle__line:nth-child(1) {
  top: 0;
}
.hd-toggle__line:nth-child(2) {
  top: 8px;
}
.hd.fixed {
  backdrop-filter: blur(10px);
}
.hd.open .hd-nav,
.gjs-dashed .hd .hd-nav {
  opacity: 1;
  transform: translateX(-100%);
  transition:
    transform 0.4s,
    opacity 0.4s;
  visibility: visible;
}
.gjs-dashed .hd .hd-nav{
  overflow-y: scroll;
  height: calc(100% - 110px);
  top: 110px;
}
.hd.open .hd-toggle__line:nth-child(1) {
  top: 4px;
  transform: rotate(45deg);
}
.hd.open .hd-toggle__line:nth-child(2) {
  top: 4px;
  transform: rotate(-45deg);
}

/* --- footer ---*/
.ft__head {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .ft__head {
    flex-direction: row;
  }
}
.ft__info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding-block: clamp(5rem, 2.9rem + 5.52vw, 10rem) clamp(4rem, 2.3rem + 4.42vw, 8rem);
  width: 100%;
  background: var(--bc);
}
@media screen and (min-width: 768px) {
  .ft__info {
    width: 50%;
  }
}
.ft__info-inr {
  position: relative;
  padding-bottom: 20px;
  max-width: 340px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .ft__info-inr {
    max-width: 540px;
  }
}
@media screen and (min-width: 1024px) {
  .ft__info-inr {
    padding-left: clamp(3rem, -9rem + 15.63vw, 11rem);
  }
}
.ft__name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 35px;
}
.ft__logo {
  max-width: clamp(12rem, 10.8rem + 3.31vw, 15rem);
  aspect-ratio: 150/146;
}
.ft .ft-sns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(1rem, 0.3rem + 0.98vw, 1.5rem);
}
.ft .ft-sns__link-icon {
  display: block;
  width: clamp(3rem, 2.8rem + 0.55vw, 3.5rem);
  aspect-ratio: 1;
}
.ft-data {
  margin-top: 30px;
}
.ft-data__add {
  font-size: clamp(1.4rem, 1.3rem + 0.22vw, 1.6rem);
  line-height: 1.875;
}
.ft-data__list-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ft-data__list-label {
  min-width: clamp(8rem, 7.4rem + 1.66vw, 9.5rem);
  font-size: clamp(1.4rem, 1.3rem + 0.22vw, 1.6rem);
  line-height: 1.875;
}
.ft-data__list-value {
  flex: 1;
  font-size: clamp(1.4rem, 1.3rem + 0.22vw, 1.6rem);
  line-height: 1.875;
}
.ft-anchor {
  margin-top: clamp(1.5rem, 0.7rem + 2.21vw, 3.5rem);
  max-width: 317px;
  width: 100%;
  height: 70px;
}
.ft__map {
  width: 100%;
  height: 250px;
}
@media screen and (min-width: 768px) {
  .ft__map {
    width: 50%;
    height: auto;
  }
}
.ft__map .gmap {
  width: 100%;
  height: 100%;
}
.ft__map iframe {
  width: 100%;
  height: 100%;
}
.ft__cnt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 60px;
  margin-inline: auto;
  padding-block: 35px 120px;
  background: #3f342d;
}
@media screen and (min-width: 768px) {
  .ft__cnt {
    padding-block: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .ft__cnt {
    padding-block: 70px 150px;
  }
}
.ft-nav {
  padding-inline: 24px;
  display: none;
}
@media screen and (min-width: 1024px) {
  .ft-nav {
    width: 100%;
    max-width: 1280px;
  }
}
@media screen and (min-width: 1280px) {
  .ft-nav {
    display: block;
  }
}
.ft-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 15px;
}
@media screen and (min-width: 1024px) {
  .ft-nav__list {
    flex-direction: row;
    gap: 20px 15px;
  }
}
@media screen and (min-width: 870px) {
  .ft-nav__list {
    gap: 20px 15px;
  }
}
@media screen and (min-width: 1441px) {
  .ft-nav__list {
    gap: 15px;
  }
}
.ft-nav__item {
  width: calc((100% - 60px) / 2);
  text-align: left;
}
@media screen and (min-width: 768px) {
  .ft-nav__item {
    width: auto;
    text-align: center;
  }
}
.ft-nav__link {
  position: relative;
  display: block;
  color: #fff;
  transition: 0.4s;
}
@media screen and (min-width: 1024px) {
  .ft-nav__link:hover {
    opacity: 0.6;
  }
}
.ft-nav__st {
  display: block;
  text-align: left;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.313;
}
@media screen and (min-width: 768px) {
  .ft-nav__st {
    font-size: 15px;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .ft-nav__st {
    font-size: 16px;
  }
}
.ft-copy {
  font-size: 12px;
  line-height: 1.75;
  color: #fff;
}

/* --- cmn-contact ---*/
.cmn-contact {
  padding-block: clamp(4rem, 2.3rem + 4.42vw, 8rem) clamp(7rem, 3.9rem + 8.29vw, 14.5rem);
  background: url(/system_panel/uploads/images/bg-cmn-contact.jpg) no-repeat top center/cover;
  border-radius: clamp(3rem, 0.1rem + 7.73vw, 10rem) clamp(3rem, 0.1rem + 7.73vw, 10rem) 0 0;
  overflow: hidden;
}
.cmn-contact__ttl {
  text-align: center;
}
.cmn-contact__ttl-en {
  display: block;
  margin-inline: auto;
  max-width: 175px;
  max-width: clamp(9rem, 5.5rem + 9.39vw, 17.5rem);
  aspect-ratio: 350/98;
}
.cmn-contact__ttl-jp {
  display: block;
  color: var(--mc);
  font-size: clamp(2.3rem, 1.3rem + 2.54vw, 4.6rem);
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.391;
}
.cmn-contact__head {
  margin-top: 35px;
}
.cmn-contact__txt {
  margin-top: clamp(2.3rem, 1.4rem + 2.43vw, 4.5rem);
  font-size: clamp(1.5rem, 1.4rem + 0.33vw, 1.8rem);
  line-height: 1.667;
}
@media screen and (min-width: 768px) {
  .cmn-contact__txt {
    text-align: center;
  }
}
.cmn-contact__cnt {
  margin-top: clamp(2.5rem, 1.3rem + 3.31vw, 5.5rem);
}
.cmn-contact .contact-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: column;
  gap: clamp(1.5rem, -1.5rem + 3.91vw, 3.5rem);
}
@media screen and (min-width: 768px) {
  .cmn-contact .contact-list {
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
.cmn-contact .contact-list__item {
  width: calc((100% - clamp(3rem, 1.3rem + 4.42vw, 7rem)) / 3);
  max-width: 376px;
  width: 100%;
  height: 96px;
}
.cmn-contact .contact-list__item.--item01 .contact-list__link {
  border: 2px solid #734809;
  background: var(--mc);
  color: #fff;
}
.cmn-contact .contact-list__item.--item01 .contact-list__icon {
  width: 22px;
  aspect-ratio: 22/24;
}
.cmn-contact .contact-list__item.--item02 .contact-list__link {
  border: 2px solid var(--sc);
  background: var(--sc);
  color: #fff;
}
.cmn-contact .contact-list__item.--item02 .contact-list__icon {
  width: 28px;
  aspect-ratio: 28/22;
}
.cmn-contact .contact-list__item.--item03 .contact-list__link {
  border: 2px solid #00bf3b;
  background: #fff;
  color: #734809;
}
.cmn-contact .contact-list__item.--item03 .contact-list__icon {
  width: 35px;
  aspect-ratio: 1;
}
.cmn-contact .contact-list__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1rem, -2rem + 3.91vw, 3rem);
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
.cmn-contact .contact-list__icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cmn-contact .contact-list__txt {
  font-size: clamp(1.6rem, 1.4rem + 0.55vw, 2.1rem);
  font-weight: bold;
  line-height: 1.429;
}

/* --- anchor ---*/
.anchor {
  position: fixed;
  bottom: clamp(0.5rem, 0.3rem + 0.55vw, 1rem);
  right: clamp(0.5rem, -1rem + 3.87vw, 4rem);
  width: clamp(12rem, 8.6rem + 9.06vw, 26rem);
  aspect-ratio: 1;
  z-index: 999;
}

/* --- content ---*/
body {
  position: relative;
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  z-index: 100;
}
body.open::before {
  opacity: 1;
}

/* --- top ---*/
.top-mv {
  position: relative;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .top-mv {
    height: 100svh;
  }
}
.top-mv::before {
  content: "";
  position: absolute;
  top: clamp(20rem, 8.5rem + 11.17vw, 30rem);
  left: 0;
  width: 87.5%;
  height: calc(100% - clamp(20rem, 8.5rem + 11.17vw, 30rem));
  background: var(--bc);
}
.top-mv__cnt {
  position: relative;
  padding-top: clamp(12rem, -0.6rem + 12.29vw, 23rem);
  max-width: clamp(48rem, 42.3rem + 5.59vw, 53rem);
  z-index: 99;
}
@media screen and (min-width: 1024px) {
  .top-mv__cnt {
    height: 100svh;
  }
}
.top-mv__info {
  position: relative;
}
.top-mv__info::before {
  content: "";
  position: absolute;
  bottom: -6vw;
  left: 0;
  width: clamp(10rem, 5.9rem + 11.05vw, 20rem);
  aspect-ratio: 399/322;
  background: url(/system_panel/uploads/images/illust-top-mv-img01.png) no-repeat center center/contain;
  z-index: -1;
}
@media screen and (min-width: 1680px) {
  .top-mv__info::before {
    left: -5vw;
  }
}
.top-mv__ttl {
  margin-inline: auto 0;
  max-width: clamp(35rem, 31.8rem + 8.63vw, 48.5rem);
  width: 90%;
}
.top-mv__catch-st {
  font-size: clamp(2.5rem, 1.5rem + 2.76vw, 5rem);
  font-weight: 500;
  line-height: 1.4;
}
.top-mv__catch-st strong {
  color: var(--mc);
  font-weight: 500;
}
.top-mv__txt {
  margin-top: 15px;
}
.top-mv__txt-st {
  font-size: clamp(1.6rem, 1.3rem + 0.88vw, 2.4rem);
  font-weight: 500;
  line-height: 1.5;
}
.top-mv__ph {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: row-reverse;
  gap: 10px;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .top-mv__ph {
    display: block;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .top-mv-slide {
    position: absolute;
  }
}
.top-mv-slide.swiper1 {
  width: 60%;
  border-radius: 15px 0 0 15px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .top-mv-slide.swiper1 {
    right: 0;
    top: 110px;
    width: 56.25vw;
    border-radius: 30px 0 0 30px;
    aspect-ratio: 1080/890;
  }
}
.top-mv-slide.swiper2 {
  width: calc(40% - 10px);
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .top-mv-slide.swiper2 {
    left: 100px;
    top: 67%;
    width: 25vw;
    border-radius: 30px;
    aspect-ratio: 480/396;
  }
}
.top-mv-slide__ph {
  width: 100%;
}
.top-mv-slide__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-concept {
  position: relative;
  padding-block: clamp(8.5rem, 4.8rem + 9.94vw, 17.5rem) clamp(7rem, 4.1rem + 7.73vw, 14rem);
}
.top-concept::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 87.5%;
  height: calc(100% - 16vw);
  background: var(--bc);
}
.top-concept::after {
  content: "";
  position: absolute;
  top: 1vw;
  right: 0;
  width: clamp(26rem, 10.6rem + 40.99vw, 63.1rem);
  aspect-ratio: 1262/274;
  background: url(/system_panel/uploads/images/illust-top-concept-img02.png) no-repeat center center/cover;
}
.top-concept__cnt {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .top-concept__cnt {
    flex-direction: row;
    gap: clamp(1.5rem, -15.5rem + 13.28vw, 10rem);
  }
}
.top-concept__cnt::before {
  content: "";
  position: absolute;
  top: 1vw;
  left: 0.5vw;
  left: clamp(1rem, -7.5rem + 22.65vw, 36rem);
  width: clamp(8rem, 1rem + 18.67vw, 24.9rem);
  aspect-ratio: 498/210;
  background: url(/system_panel/uploads/images/illust-top-concept-img01.png) no-repeat center center/contain;
}
@media screen and (min-width: 1440px) {
  .top-concept__cnt::before {
    top: 1vw;
    left: 19vw;
  }
}
.top-concept__info {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top-concept__info {
    order: 2;
    flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  .top-concept__info {
    flex: 1;
  }
}
.top-concept__info::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -1.5vw;
  width: clamp(6.8rem, 4rem + 7.4vw, 13.5rem);
  aspect-ratio: 270/420;
  background: url(/system_panel/uploads/images/illust-top-concept-img03.png) no-repeat center center/cover;
  z-index: -1;
}
.top-concept__ttl-en {
  display: block;
  margin-inline: auto;
  max-width: clamp(7.6rem, 4.5rem + 8.4vw, 15.2rem);
  aspect-ratio: 151/50;
}
.top-concept__ttl-jp {
  display: block;
  margin-top: 5px;
  color: var(--mc);
  font-size: clamp(2.3rem, 1.3rem + 2.54vw, 4.6rem);
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.391;
}
.top-concept__txt {
  margin-top: clamp(2.5rem, 1.3rem + 3.31vw, 5.5rem);
  padding-inline: 15px;
  font-size: clamp(1.5rem, 1.3rem + 0.66vw, 2.1rem);
  letter-spacing: 0;
  text-align: left;
  line-height: 2.381;
}
@media screen and (min-width: 768px) {
  .top-concept__txt {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .top-concept__txt {
    letter-spacing: 0.025em;
    text-align: center;
  }
}
.top-concept__anchor {
  margin-top: clamp(2.5rem, 1.3rem + 3.31vw, 5.5rem);
  margin-inline: auto;
  padding-inline: 15px;
  max-width: 320px;
  height: 70px;
}
.top-concept__ph {
  width: 80%;
  max-width: 500px;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top-concept__ph {
    width: clamp(18.5rem, -1.2rem + 25.61vw, 48rem);
    border-radius: 30px;
  }
}
.top-concept__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-concept__ph.--ph1 {
  aspect-ratio: 480/481;
}
@media screen and (min-width: 768px) {
  .top-concept__ph.--ph1 {
    order: 1;
  }
}
.top-concept__ph.--ph2 {
  margin-inline: auto 0;
  aspect-ratio: 480/601;
}
@media screen and (min-width: 768px) {
  .top-concept__ph.--ph2 {
    order: 3;
    margin-bottom: clamp(6rem, 3.5rem + 6.63vw, 12rem);
  }
}
.top-concept__ph.--ph3 {
  margin-top: clamp(3rem, 1.7rem + 3.54vw, 6.2rem);
  aspect-ratio: 480/379;
}
@media screen and (min-width: 768px) {
  .top-concept__ph.--ph3 {
    margin-left: clamp(2rem, -1.8rem + 4.88vw, 4.5rem);
  }
}
.top-worry__cnt {
  position: relative;
  margin-top: clamp(-6rem, -5.2rem + -2.21vw, -8rem);
  padding-block: clamp(4.5rem, 2.6rem + 4.97vw, 9rem);
  background: url(/system_panel/uploads/images/bg-worry.jpg) repeat top center/contain;
  border-radius: clamp(3rem, 0.1rem + 7.73vw, 10rem) clamp(3rem, 0.1rem + 7.73vw, 10rem) 0 0;
  overflow: hidden;
  z-index: 1;
}
.top-worry__cnt::before {
  content: "";
  position: absolute;
  bottom: 5vw;
  left: 0.5vw;
  width: clamp(9rem, 0.8rem + 21.99vw, 28.9rem);
  aspect-ratio: 578/468;
  background: url(/system_panel/uploads/images/illust-top-worry-img01.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .top-worry__cnt::before {
    bottom: 8vw;
    left: 6.5vw;
  }
}
.top-worry__cnt::after {
  content: "";
  position: absolute;
  bottom: 5vw;
  right: 0.5vw;
  width: clamp(9rem, 0.8rem + 21.99vw, 28.9rem);
  aspect-ratio: 578/468;
  background: url(/system_panel/uploads/images/illust-top-worry-img02.png) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .top-worry__cnt::after {
    bottom: 8vw;
    right: 6.2vw;
  }
}
.top-worry__ttl {
  font-size: clamp(1.8rem, 1.1rem + 1.99vw, 3.6rem);
  color: var(--mc);
  line-height: 1.778;
  letter-spacing: 0.025em;
  text-align: center;
}
.top-worry .worry-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 70px clamp(2rem, -1.8rem + 4.88vw, 4.5rem);
  margin-top: clamp(6rem, 5.2rem + 2.21vw, 8rem);
}
@media screen and (min-width: 768px) {
  .top-worry .worry-list {
    flex-direction: row;
  }
}
.top-worry .worry-list__item {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .top-worry .worry-list__item {
    width: calc((100% - clamp(2rem, -1.8rem + 4.88vw, 4.5rem)) / 2);
    max-width: 580px;
  }
}
.top-worry .item-box {
  position: relative;
  height: 100%;
}
.top-worry .item-box__head {
  position: absolute;
  top: clamp(-2.5rem, -2.1rem + -1.1vw, -3.5rem);
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: clamp(31rem, 25.2rem + 15.47vw, 45rem);
  height: auto;
  z-index: 1;
}
.top-worry .item-box__link {
  display: block;
  padding-block: clamp(3.5rem, 2rem + 3.87vw, 7rem) clamp(2.1rem, 1.2rem + 2.32vw, 4.2rem);
  padding-inline: clamp(1.5rem, 0.9rem + 1.66vw, 3rem);
  height: 100%;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0980392157);
}
.top-worry .item-box__cnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px clamp(1.5rem, 1rem + 1.33vw, 2.7rem);
}
.top-worry .item-box__icon {
  width: clamp(6.4rem, 3.7rem + 7.07vw, 12.8rem);
  aspect-ratio: 128/129;
}
.top-worry .item-box__info {
  flex: 1;
}
.top-worry .item-box__txt {
  font-size: clamp(1.6rem, 1.5rem + 0.22vw, 1.8rem);
  line-height: 1.667;
}
.top-worry .item-box__anchor {
  width: 100%;
}
.top-worry .item-box__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-inline: auto 0;
  padding-bottom: 7px;
  max-width: 220px;
  width: 100%;
  border-bottom: 2px solid var(--sc);
}
.top-worry .item-box__btn-st {
  font-size: 16px;
  color: var(--sc);
  font-weight: bold;
  line-height: 1.875;
}
.top-worry .item-box__btn-arw {
  width: 26px;
  aspect-ratio: 1;
}
.top-worry__anchor {
  margin-top: clamp(3.2rem, 1.8rem + 3.65vw, 6.5rem);
  margin-inline: auto;
  max-width: 316px;
  width: 100%;
  height: 70px;
}
.top-menu {
  padding-block: clamp(7rem, 4.1rem + 7.73vw, 14rem) 0;
}
.top-menu__ttl {
  text-align: center;
}
.top-menu__ttl-en {
  display: block;
  margin-inline: auto;
  max-width: clamp(7.6rem, 4.5rem + 8.4vw, 15.2rem);
  aspect-ratio: 151/50;
}
.top-menu__ttl-jp {
  display: block;
  color: var(--mc);
  font-size: clamp(2.3rem, 1.3rem + 2.54vw, 4.6rem);
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.391;
}
.top-menu .menu-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1px;
  margin-top: clamp(4.5rem, 2.4rem + 5.52vw, 9.5rem);
}
@media screen and (min-width: 768px) {
  .top-menu .menu-list {
    flex-direction: row;
  }
}
.top-menu .menu-list__item.--item01,
.top-menu .menu-list__item.--item02 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-menu .menu-list__item.--item01,
  .top-menu .menu-list__item.--item02 {
    width: calc((100% - 1px) / 2);
  }
}
.top-menu .menu-list__item.--item01 .item-box__ttl-en {
  max-width: clamp(8rem, 3.4rem + 6.41vw, 11.6rem);
  aspect-ratio: 232/44;
}
.top-menu .menu-list__item.--item02 .item-box__ttl-en {
  max-width: clamp(4.3rem, 2.5rem + 4.75vw, 8.6rem);
  aspect-ratio: 172/42;
}
.top-menu .menu-list__item.--item03 {
  width: 100%;
}
.top-menu .menu-list__item.--item03 .item-box__ttl-en {
  max-width: clamp(13.8rem, 8.1rem + 15.14vw, 27.5rem);
  aspect-ratio: 550/56;
}
.top-menu .item-box {
  position: relative;
  color: #fff;
}
.top-menu .item-box__cnt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: calc(100% - 32px);
}
.top-menu .item-box__ttl {
  text-align: center;
}
.top-menu .item-box__ttl-en {
  display: block;
  margin-inline: auto;
}
.top-menu .item-box__ttl-jp {
  display: block;
  font-size: clamp(1.8rem, 1.1rem + 1.99vw, 3.6rem);
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.384;
}
.top-menu .item-box__txt {
  margin-top: clamp(1rem, 0.4rem + 1.66vw, 2.5rem);
  font-size: min(3.4vw, 1.6rem);
  line-height: 1.667;
}
@media screen and (min-width: 768px){
  .top-menu .item-box__txt{
    font-size: min(1.7vw, 1.8rem);
  }
}
.top-menu .item-box__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: clamp(2rem, 1.4rem + 1.66vw, 3.5rem);
  width: 80px;
  padding-bottom: 6px;
  border-bottom: 2px solid;
}
.top-menu .item-box__btn-st {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.86;
}
.top-menu .item-box__btn-arw {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  aspect-ratio: 26/25;
}
@media screen and (min-width: 768px){
  .top-menu .item-box__btn-arw{
    width: 26px;
  }
}
.top-menu .item-box__ph img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}
.top-first {
  overflow: hidden;
  position: relative;
}
.top-first::before {
  content: "";
  position: absolute;
  top: clamp(6rem, 3.5rem + 6.63vw, 12rem);
  left: 0;
  width: clamp(12rem, 3.7rem + 22.1vw, 32rem);
  aspect-ratio: 320/230;
  background: url(/system_panel/uploads/images/illust-top-first-img01.png) no-repeat center center/cover;
  pointer-events: none;
  z-index: 1;
}
.top-first__bg {
  position: relative;
  padding-block: clamp(6rem, 3.5rem + 6.63vw, 12rem) clamp(5rem, 2.9rem + 5.52vw, 10rem);
}
.top-first__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc((100% - 100vw) / 2);
  width: calc(100% + (100vw - 100%) / 2);
  height: 100%;
  background: url(/system_panel/uploads/images/bg-first.jpg) no-repeat center center/cover;
  border-radius: 0 0 clamp(1.5rem, 0.9rem + 1.66vw, 3rem) 0;
  z-index: -1;
}
.top-first__ttl {
  text-align: center;
}
.top-first__ttl-en {
  display: block;
  margin-inline: auto;
  max-width: clamp(7.2rem, 3.9rem + 8.84vw, 15.2rem);
  aspect-ratio: 151/50;
}
.top-first__ttl-jp {
  display: block;
  color: var(--mc);
  font-size: clamp(2.3rem, 1.3rem + 2.54vw, 4.6rem);
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.391;
}
@media screen and (min-width: 768px) {
  .top-first__ttl-jp {
    font-size: min(3.1944444444vw, 4.6rem);
  }
}
.top-first__cnt {
  position: relative;
  margin-top: clamp(3.3rem, 1.9rem + 3.65vw, 6.6rem);
}
.top-first__box {
  position: relative;
  padding-block: clamp(2.5rem, 1.3rem + 3.31vw, 5.5rem) clamp(4rem, 2.1rem + 4.97vw, 8.5rem);
}
.top-first__box::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc((100% - 100vw) / 2);
  width: calc(100% + (100vw - 100%) / 2);
  height: 100%;
  background: #fff;
  border-radius: clamp(1.5rem, 0.9rem + 1.66vw, 3rem) 0 0 clamp(1.5rem, 0.9rem + 1.66vw, 3rem);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0980392157);
  pointer-events: none;
}
.top-first__box .first-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: clamp(3rem, -17.1rem + 19.61vw, 8rem);
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .top-first__box .first-box {
    flex-direction: row;
  }
}
.top-first__box .first-box::after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: -20px;
  width: 100%;
  max-width: clamp(12rem, 6.7rem + 14.25vw, 24.9rem);
  background: url(/system_panel/uploads/images/illust-top-first-img02.png) no-repeat top right/cover;
  aspect-ratio: 498/210;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .top-first__box .first-box::after {
    right: -60px;
  }
}
@media screen and (min-width: 1024px) {
  .top-first__box .first-box::after {
    right: -70px;
  }
}
@media screen and (min-width: 1680px) {
  .top-first__box .first-box::after {
    right: -100px;
  }
}
.top-first__box .first-box__info {
  flex: 1;
}
.top-first__box .first-box__ph {
  width: 100%;
  border-radius: clamp(1.5rem, 0.9rem + 1.66vw, 3rem);
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .top-first__box .first-box__ph {
    width: 50%;
  }
}
.top-first__box .first-box__ttl-st {
  font-size: clamp(1.8rem, 1.1rem + 1.99vw, 3.6rem);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.025em;
}
.top-first__box .first-box__catch {
  margin-top: clamp(2rem, 1rem + 2.76vw, 4.5rem);
}
.top-first__box .first-box__catch-st {
  font-size: clamp(1.6rem, 1.4rem + 0.55vw, 2.1rem);
  font-weight: 500;
  color: var(--mc);
  line-height: 1.524;
}
.top-first__box .first-box__txt {
  margin-top: clamp(1.2rem, 0.7rem + 1.44vw, 2.5rem);
}
.top-first__box .first-box__txt-st {
  font-size: clamp(1.6rem, 1.5rem + 0.22vw, 1.8rem);
  line-height: 1.667;
}
.top-first__box .first-box__txt-st:not(:firsts-child) {
  margin-top: clamp(1.5rem, 0.9rem + 1.66vw, 3rem);
}
.top-first__anchor {
  margin-top: clamp(3rem, 1.8rem + 3.31vw, 6rem);
  margin-inline: auto;
  max-width: 316px;
  width: 100%;
  height: 70px;
}
