/* ************************************************************************
   ************************************************************************

    COMMON SETTINGS

   ************************************************************************
   ************************************************************************ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
@font-face {
  font-family: "quentin";
  src: url("../fonts/Quentin.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --color-main: #21a59e;
  --color-main2: #47af5d;
  --color-main3: #e6df42;
  --color-gradient: linear-gradient(138deg,rgba(33, 165, 158, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
  --color-accent: #21a59e;
  --color-base: #f8f6ed;
  --color-white: #ffffff;
  --font-unique-en: "quentin", serrif;
}

/* ------------------------------
    RESPONSIVE SETTINGS
  ------------------------------ */
/* ------------------------------
    FONT
  ------------------------------ */
.t__min {
  font-family: serif !important;
}

/* ------------------------------
    COLOR SETTINGS
  ------------------------------ */
svg {
  fill: currentColor;
}

/* ------------------------------
    MIXIN
  ------------------------------ */
/* ------------------------------
    KEYFRAME
  ------------------------------ */
@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  70% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
}
@keyframes scrollDown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  70% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
}
@-webkit-keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes countDown {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0% 0 0);
            clip-path: inset(0 0% 0 0);
  }
}
@keyframes countDown {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0% 0 0);
            clip-path: inset(0 0% 0 0);
  }
}
@-webkit-keyframes rotateInf {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
@keyframes rotateInf {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
html {
  background: #f1f1f1;
}

.baseHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 320px) {
  .baseHeading {
    padding: 13rem 5vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .baseHeading {
    padding: 21.5rem 25.5rem 0 52rem;
  }
}

@media screen and (min-width: 320px) {
  .headingTitle {
    font-size: 2.5rem;
    line-height: 1.35;
  }
}
@media screen and (min-width: 1025px) {
  .headingTitle {
    font-size: 7rem;
    line-height: 1.25;
  }
}
.headingTitle .small {
  font-size: 54%;
}

.headingAddress {
  line-height: 1.5;
  letter-spacing: 0.13rem;
}
@media screen and (min-width: 320px) {
  .headingAddress {
    font-size: 1.3rem;
    margin: 3rem 0 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .headingAddress {
    font-size: 1.6rem;
    margin: 0 0 0 auto;
    padding-bottom: 0.7rem;
  }
}

.headingTelWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .headingTelWrapper {
    gap: 0 1rem;
    margin-top: 0.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .headingTelWrapper {
    gap: 0 2rem;
    margin-top: 1rem;
  }
}
.headingTelWrapper .telIcon {
  color: #FFF;
  background: var(--color-main);
}
@media screen and (min-width: 320px) {
  .headingTelWrapper .telIcon {
    padding: 0.1rem 1rem;
    border-radius: 0.3rem;
  }
}
@media screen and (min-width: 1025px) {
  .headingTelWrapper .telIcon {
    padding: 0.2rem 1.4rem;
    border-radius: 0.6rem;
  }
}

.baseMainWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 320px) {
  .baseMainWrapper {
    padding: 4rem 3vw 0;
    gap: 3rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .baseMainWrapper {
    padding: 6rem 3.5vw 0;
    gap: 0;
  }
}

@media screen and (min-width: 320px) {
  .baseSidebar {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .baseSidebar {
    width: 21%;
  }
}

.sidebarList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFF;
  white-space: nowrap;
  overflow-x: auto;
}
@media screen and (min-width: 320px) {
  .sidebarList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: static;
    border-radius: 1.5rem;
    padding: 1.5rem;
    gap: 0 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .sidebarList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: sticky;
    top: 23rem;
    border-radius: 3rem;
    padding: 9rem 3rem 10rem 4.5rem;
    gap: 2.5rem;
  }
}

.sidebarItem {
  position: relative;
  color: var(--color-main);
}
@media screen and (min-width: 320px) {
  .sidebarItem {
    font-size: 1.3rem;
    padding-left: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .sidebarItem {
    font-size: 2.4rem;
    padding-left: 4.5rem;
  }
}
.sidebarItem::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  border-radius: 50%;
  background: var(--color-main);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 320px) {
  .sidebarItem::before {
    width: 0.8rem;
    height: 0.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .sidebarItem::before {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.baseMain {
  background: #FFF;
}
@media screen and (min-width: 320px) {
  .baseMain {
    width: 100%;
    border-radius: 1.5rem 1.5rem 0 0;
    padding: 2rem 0 10rem;
  }
}
@media screen and (min-width: 1025px) {
  .baseMain {
    width: 77%;
    border-radius: 3rem 3rem 0 0;
    padding: 8.2rem 0 31rem;
  }
}

#baseSwiper {
  aspect-ratio: 127/80;
}
@media screen and (min-width: 320px) {
  #baseSwiper {
    border-radius: 1.5rem;
    margin: 0 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  #baseSwiper {
    border-radius: 3rem;
    margin: 0 5rem;
  }
}

@media screen and (min-width: 320px) {
  #baseSwiperthumbs {
    margin-top: 1rem;
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  #baseSwiperthumbs {
    margin-top: 3rem;
    padding: 0 5rem;
  }
}
#baseSwiperthumbs .swiper-slide {
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 320px) {
  #baseSwiperthumbs .swiper-slide {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  #baseSwiperthumbs .swiper-slide {
    border-radius: 3rem;
  }
}

.baseIntroCopy {
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .baseIntroCopy {
    font-size: 1.8rem;
    padding: 5rem 1.5rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .baseIntroCopy {
    font-size: 4rem;
    padding: 17rem 10rem 0;
  }
}

.baseIntroDesc {
  opacity: 0.8;
  line-height: 1.875;
  text-align: justify;
}
@media screen and (min-width: 320px) {
  .baseIntroDesc {
    font-size: 1.4rem;
    padding: 3rem 1.5rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .baseIntroDesc {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 11rem;
       -moz-column-gap: 11rem;
            column-gap: 11rem;
    font-size: 1.6rem;
    padding: 5.7rem 22rem 0;
  }
}

@-webkit-keyframes scrollText {
  100% {
    translate: -100%;
  }
}

@keyframes scrollText {
  100% {
    translate: -100%;
  }
}
.slideTextWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0.2;
}

.slideText {
  font-family: acumin-pro, sans-serif;
  font-weight: 900;
  color: var(--color-main);
  -webkit-animation: scrollText 20s linear infinite;
          animation: scrollText 20s linear infinite;
}
@media screen and (min-width: 320px) {
  .slideText {
    font-size: 7rem;
    padding-right: 4rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .slideText {
    font-size: 14rem;
    padding-right: 8rem;
    margin-top: 11rem;
  }
}

.baseSectionTitle {
  position: relative;
  color: var(--color-main);
}
@media screen and (min-width: 320px) {
  .baseSectionTitle {
    font-size: 2rem;
    padding-left: 3rem;
    margin: 0 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .baseSectionTitle {
    font-size: 4rem;
    padding-left: 6rem;
    margin: 0 11rem;
  }
}
.baseSectionTitle::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  border-radius: 50%;
  background: var(--color-main);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 320px) {
  .baseSectionTitle::before {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .baseSectionTitle::before {
    width: 4rem;
    height: 4rem;
  }
}

.baseSectionTitleEn {
  font-family: acumin-pro, sans-serif;
  font-weight: 900;
  color: var(--color-main);
  line-height: 0.9;
}
@media screen and (min-width: 320px) {
  .baseSectionTitleEn {
    font-size: 4.7rem;
    margin: 0 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .baseSectionTitleEn {
    font-size: 14rem;
    margin: 0 9rem;
  }
}

.featureListWrapper {
  position: relative;
  background: var(--color-main);
}
@media screen and (min-width: 320px) {
  .featureListWrapper {
    border-radius: 1.5rem;
    padding: 3rem;
    margin: 3rem 1.5rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .featureListWrapper {
    border-radius: 6rem 0 3rem 3rem;
    padding: 8.7rem 5vw 11.5rem 8rem;
    margin: 3.5rem 2rem 0;
  }
}
.featureListWrapper::before {
  position: absolute;
  bottom: calc(100% - 1px);
  right: 0;
  width: 45rem;
  height: 13.5rem;
  border-radius: 6rem 3rem 0 0;
  background: var(--color-main);
}
@media screen and (min-width: 320px) {
  .featureListWrapper::before {
    content: none;
  }
}
@media screen and (min-width: 1025px) {
  .featureListWrapper::before {
    content: "";
  }
}
.featureListWrapper::after {
  position: absolute;
  bottom: 100%;
  right: 45rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  -webkit-box-shadow: 3rem 3rem 0 0 var(--color-main);
          box-shadow: 3rem 3rem 0 0 var(--color-main);
}
@media screen and (min-width: 320px) {
  .featureListWrapper::after {
    content: none;
  }
}
@media screen and (min-width: 1025px) {
  .featureListWrapper::after {
    content: "";
  }
}

.featureList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 1;
}
@media screen and (min-width: 320px) {
  .featureList {
    gap: 3rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .featureList {
    gap: 0 2%;
  }
}

@media screen and (min-width: 320px) {
  .featureItem {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .featureItem {
    width: 32%;
  }
}
.featureItem .itemImg {
  aspect-ratio: 37/28;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 320px) {
  .featureItem .itemImg {
    border-radius: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .featureItem .itemImg {
    border-radius: 3rem;
  }
}
.featureItem .itemHead {
  text-align: center;
  color: #FFF;
  line-height: 1.667;
  word-break: auto-phrase;
  margin-bottom: 16px;
}
@media screen and (min-width: 320px) {
  .featureItem .itemHead {
    font-size: 1.8rem;
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .featureItem .itemHead {
    font-size: 2.4rem;
    margin-top: 3.5rem;
  }
}
.featureItem .itemText {
  text-align: center;
  color: #FFF;
  line-height: 1.667;
  word-break: auto-phrase;
}
@media screen and (min-width: 320px) {
  .featureItem .itemText {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .featureItem .itemText {
    font-size: 1.8rem;
  }
}

.featureBg {
  position: absolute;
  opacity: 0.1;
  right: 0;
  bottom: 2rem;
}
@media screen and (min-width: 320px) {
  .featureBg {
    width: 20rem;
  }
}
@media screen and (min-width: 1025px) {
  .featureBg {
    width: 58rem;
  }
}

.baseAbout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 320px) {
  .baseAbout {
    padding-top: 10rem;
  }
}
@media screen and (min-width: 1025px) {
  .baseAbout {
    padding-top: 24rem;
  }
}

.aboutWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .aboutWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4rem 1.5rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .aboutWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 10rem 6.2vw 0 10.5rem;
  }
}

.aboutList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 320px) {
  .aboutList {
    width: 100%;
    gap: 2rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .aboutList {
    width: 50.5%;
    gap: 2.8rem 0;
    padding-top: 10.5rem;
  }
}

.aboutItem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 320px) {
  .aboutItem {
    font-size: 1.3rem;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .aboutItem {
    font-size: 1.8rem;
    padding-bottom: 2.8rem;
  }
}
.aboutItem::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #f1f1f1;
}
.aboutItem::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  background: #21968c;
}
@media screen and (min-width: 320px) {
  .aboutItem::after {
    width: 24%;
  }
}
@media screen and (min-width: 1025px) {
  .aboutItem::after {
    width: 26%;
  }
}
@media screen and (min-width: 320px) {
  .aboutItem .aboutTitle {
    width: 24%;
  }
}
@media screen and (min-width: 1025px) {
  .aboutItem .aboutTitle {
    width: 26%;
  }
}
@media screen and (min-width: 320px) {
  .aboutItem .aboutDesc {
    width: 70%;
  }
}
@media screen and (min-width: 1025px) {
  .aboutItem .aboutDesc {
    width: 68%;
  }
}

@media screen and (min-width: 320px) {
  .aboutMapWrapper {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .aboutMapWrapper {
    width: 40.5%;
  }
}
.aboutMapWrapper iframe {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 232/149;
}
@media screen and (min-width: 320px) {
  .aboutMapWrapper iframe {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .aboutMapWrapper iframe {
    margin-top: 2.5rem;
  }
}

.mapImg {
  aspect-ratio: 232/149;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
@media screen and (min-width: 320px) {
  .mapImg {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .mapImg {
    margin-top: 0;
  }
}

@media screen and (min-width: 320px) {
  .baseSchedule {
    padding-top: 10rem;
  }
}
@media screen and (min-width: 1025px) {
  .baseSchedule {
    padding-top: 23.5rem;
  }
}

.scheduleWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 320px) {
  .scheduleWrapper {
    padding: 4rem 1.5rem 0 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .scheduleWrapper {
    padding: 14rem 18rem 0 14rem;
  }
}

.scheduleImgParent {
  position: relative;
  background: var(--color-main);
  aspect-ratio: 525/661;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 320px) {
  .scheduleImgParent {
    width: 32%;
    border-radius: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .scheduleImgParent {
    width: 50%;
    border-radius: 3rem;
  }
}

.scheduleImgWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .scheduleImgWrapper {
    border-radius: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .scheduleImgWrapper {
    border-radius: 3rem;
  }
}

.scheduleImg {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: rotate(6deg) scale(1.12);
          transform: rotate(6deg) scale(1.12);
}

.scheduleList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 320px) {
  .scheduleList {
    width: 62%;
    gap: 2rem 0;
    padding: 0.5rem 0 0 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .scheduleList {
    width: 37.5%;
    gap: 4.6rem 0;
    padding: 1rem 0 0 6rem;
  }
}

.scheduleItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f1f1f1;
}
@media screen and (min-width: 320px) {
  .scheduleItem {
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .scheduleItem {
    padding-bottom: 2rem;
  }
}
.scheduleItem:nth-last-child(1) .itemTime::after {
  content: none;
}
.scheduleItem .itemTime {
  position: relative;
  font-family: acumin-pro, sans-serif;
  font-weight: 900;
  color: var(--color-main);
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 320px) {
  .scheduleItem .itemTime {
    width: 30%;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .scheduleItem .itemTime {
    width: 32%;
    font-size: 2.4rem;
  }
}
.scheduleItem .itemTime::before {
  position: absolute;
  content: "";
  top: 50%;
  border-radius: 50%;
  background: var(--color-main);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 320px) {
  .scheduleItem .itemTime::before {
    left: -2rem;
    width: 1rem;
    height: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .scheduleItem .itemTime::before {
    left: -6rem;
    width: 2rem;
    height: 2rem;
  }
}
.scheduleItem .itemTime::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 2px;
  background: var(--color-main);
}
@media screen and (min-width: 320px) {
  .scheduleItem .itemTime::after {
    left: calc(-1.5rem - 1px);
    height: 5.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .scheduleItem .itemTime::after {
    left: calc(-5rem - 1px);
    height: 10.5rem;
  }
}
.scheduleItem .itemDesc {
  opacity: 0.8;
}
@media screen and (min-width: 320px) {
  .scheduleItem .itemDesc {
    width: 70%;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1025px) {
  .scheduleItem .itemDesc {
    width: 68%;
    font-size: 1.6rem;
  }
}

.basePrice {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 1;
}
@media screen and (min-width: 320px) {
  .basePrice {
    padding-top: 10rem;
  }
}
@media screen and (min-width: 1025px) {
  .basePrice {
    padding-top: 27rem;
  }
}
.basePrice::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: #fff9ef;
  z-index: -1;
}
@media screen and (min-width: 320px) {
  .basePrice::before {
    width: 90%;
    height: calc(100% - 16rem);
    border-radius: 1.5rem 0 0 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .basePrice::before {
    width: 82%;
    height: calc(100% - 39.5rem);
    border-radius: 3rem 0 0 3rem;
  }
}

@media screen and (min-width: 320px) {
  .priceWrapper {
    width: 100%;
    padding: 4rem 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .priceWrapper {
    width: 86%;
    padding: 9rem 6.2vw 11.5rem 0;
  }
}

.priceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 320px) {
  .priceList {
    gap: 1.5rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .priceList {
    gap: 0;
  }
}

.priceItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FFF;
  border: 1px solid var(--color-main);
  border-radius: 1rem;
}
@media screen and (min-width: 320px) {
  .priceItem {
    width: 48%;
    padding: 0.6rem 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .priceItem {
    width: 24%;
    padding: 2.5rem 3rem;
  }
}
.priceItem .itemTitle {
  background: var(--color-main);
  border-radius: 0.6rem;
  text-align: center;
  color: #FFF;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 320px) {
  .priceItem .itemTitle {
    width: 43%;
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1025px) {
  .priceItem .itemTitle {
    width: 43%;
    font-size: 2rem;
    line-height: 1.6;
  }
}
.priceItem .itemDesc {
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 320px) {
  .priceItem .itemDesc {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1025px) {
  .priceItem .itemDesc {
    font-size: 1.8rem;
  }
}

.priceText {
  opacity: 0.8;
  letter-spacing: 0.08rem;
}
@media screen and (min-width: 320px) {
  .priceText {
    font-size: 1.3rem;
    margin-top: 3rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1025px) {
  .priceText {
    font-size: 1.8rem;
    margin-top: 5rem;
    line-height: 1.25;
  }
}

@media screen and (min-width: 320px) {
  .baseAvailability {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 1025px) {
  .baseAvailability {
    padding-top: 29rem;
  }
}

.availabilityWrapper {
  margin: 0 auto;
}
@media screen and (min-width: 320px) {
  .availabilityWrapper {
    width: 100%;
    padding: 4rem 1.5rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .availabilityWrapper {
    width: 56.5%;
    padding: 14.5rem 2.5rem 0 0;
  }
}

.availabilityList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 320px) {
  .availabilityList {
    gap: 0 4%;
  }
}
@media screen and (min-width: 1025px) {
  .availabilityList {
    gap: 0 2rem;
  }
}

.availabilityItem {
  border: 2px solid var(--color-main);
  border-radius: 1rem;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .availabilityItem {
    width: 48%;
  }
}
@media screen and (min-width: 1025px) {
  .availabilityItem {
    width: 48%;
  }
}
.availabilityItem .itemType {
  background: var(--color-main);
  color: #FFF;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 320px) {
  .availabilityItem .itemType {
    font-size: 1.4rem;
    padding: 0.8rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .availabilityItem .itemType {
    font-size: 2.4rem;
    padding: 1.5rem 0;
  }
}
.availabilityItem .itemStatus {
  color: var(--color-main);
}
@media screen and (min-width: 320px) {
  .availabilityItem .itemStatus {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .availabilityItem .itemStatus {
    font-size: 5.2rem;
  }
}

.availabilityNote {
  opacity: 0.8;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 320px) {
  .availabilityNote {
    font-size: 1.2rem;
    padding: 0.2rem 0 0 0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .availabilityNote {
    font-size: 1.8rem;
    padding: 0.2rem 0 0 1rem;
  }
}

.availabilityDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  letter-spacing: 0.1rem;
  opacity: 0.8;
}
@media screen and (min-width: 320px) {
  .availabilityDetail {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.3rem;
    margin-top: 2rem;
    gap: 0.5rem 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .availabilityDetail {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 1.8rem;
    margin-top: 4rem;
    gap: 0 4rem;
  }
}
.availabilityDetail .icon {
  color: var(--color-main);
}
@media screen and (min-width: 320px) {
  .availabilityDetail .icon {
    margin-right: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .availabilityDetail .icon {
    margin-right: 1.6rem;
  }
}

.baseRecruit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 1;
}
@media screen and (min-width: 320px) {
  .baseRecruit {
    padding-top: 10rem;
  }
}
@media screen and (min-width: 1025px) {
  .baseRecruit {
    padding-top: 28.3rem;
  }
}
.baseRecruit::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: #fff9ef;
  z-index: -1;
}
@media screen and (min-width: 320px) {
  .baseRecruit::before {
    width: 90%;
    height: calc(100% - 16rem);
    border-radius: 0 1.5rem 1.5rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .baseRecruit::before {
    width: 83%;
    height: calc(100% - 43.5rem);
    border-radius: 0 3rem 3rem 0;
  }
}

.recruitList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 320px) {
  .recruitList {
    width: 100%;
    padding: 4rem 1.5rem;
    gap: 1.5rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .recruitList {
    width: 86%;
    padding: 14rem 6.2vw 17rem 0;
    gap: 8rem 0;
  }
}

@media screen and (min-width: 320px) {
  .recruitItem {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .recruitItem {
    width: 47%;
  }
}
.recruitItem .itemInner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FFF;
  border-radius: 1rem;
  border: 1px solid var(--color-main);
  color: var(--color-main);
  width: 100%;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 320px) {
  .recruitItem .itemInner {
    font-size: 1.4rem;
    padding: 1.5rem 2rem 1.5rem 5rem;
  }
}
@media screen and (min-width: 1025px) {
  .recruitItem .itemInner {
    font-size: 2.6rem;
    padding: 2.7rem 2.5rem 2.7rem 9rem;
  }
}
.recruitItem .itemInner::before {
  position: absolute;
  content: "";
  top: 50%;
  background: var(--color-main);
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 320px) {
  .recruitItem .itemInner::before {
    left: 2rem;
    width: 1rem;
    height: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .recruitItem .itemInner::before {
    left: 5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.recruitItem .itemIcon {
  stroke: var(--color-main);
}
@media screen and (min-width: 320px) {
  .recruitItem .itemIcon {
    width: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .recruitItem .itemIcon {
    width: 3rem;
  }
}

.baseContactText {
  color: var(--color-main);
  line-height: 1.8;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .baseContactText {
    font-size: 1.6rem;
    margin-top: 8rem;
  }
}
@media screen and (min-width: 1025px) {
  .baseContactText {
    font-size: 4rem;
    margin-top: 26rem;
  }
}

.contactList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 320px) {
  .contactList {
    width: calc(100% - 3rem);
    gap: 2rem 0;
    margin: 3rem 1.5rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .contactList {
    width: 70%;
    gap: 0 4rem;
    margin: 4.5rem auto 0;
  }
}

@media screen and (min-width: 320px) {
  .contactItem {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .contactItem {
    width: 46%;
  }
}
.contactItem .itemInner {
  background: var(--color-main);
  border-radius: 1rem;
  width: 100%;
  color: #FFF;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 320px) {
  .contactItem .itemInner {
    height: 8rem;
  }
}
@media screen and (min-width: 1025px) {
  .contactItem .itemInner {
    height: 15.5rem;
  }
}
.contactItem .itemInner.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contactItem .itemInner.mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 320px) {
  .contactItem .itemInner.mail {
    font-size: 1.4rem;
    gap: 0 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .contactItem .itemInner.mail {
    font-size: 2.4rem;
    gap: 0 3.5rem;
  }
}
@media screen and (min-width: 320px) {
  .contactItem .telText {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .contactItem .telText {
    font-size: 1.6rem;
  }
}
.contactItem .numWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 320px) {
  .contactItem .numWrapper {
    font-size: 2rem;
    gap: 0 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .contactItem .numWrapper {
    font-size: 4rem;
    gap: 0 1.5rem;
  }
}
.contactItem .telIcon {
  fill: none;
}
@media screen and (min-width: 320px) {
  .contactItem .telIcon {
    width: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .contactItem .telIcon {
    width: 3.2rem;
  }
}
.contactItem .mailIcon {
  fill: none;
}
@media screen and (min-width: 320px) {
  .contactItem .mailIcon {
    width: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .contactItem .mailIcon {
    width: 3.2rem;
  }
}

.recruitModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
.recruitModal.isActive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modalInner {
  position: relative;
  background: #FFF;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .modalInner {
    width: 90%;
    max-height: 80svh;
    border-radius: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .modalInner {
    width: 50%;
    max-height: 85svh;
    border-radius: 3rem;
  }
}

.modalWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(var(--color-main), 0.8) #FFF;
}
@media screen and (min-width: 320px) {
  .modalWrapper {
    max-height: 80svh;
    padding: 3rem 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .modalWrapper {
    max-height: 85svh;
    padding: 5rem;
  }
}
.modalWrapper .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .modalWrapper .total {
    gap: 0 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .modalWrapper .total {
    gap: 0 2rem;
  }
}
.modalWrapper .title {
  color: #FFF;
  font-weight: 700;
  background: var(--color-main);
  border-radius: 3rem;
}
@media screen and (min-width: 320px) {
  .modalWrapper .title {
    font-size: 1.3rem;
    padding: 0.2rem 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .modalWrapper .title {
    font-size: 1.6rem;
    padding: 0.5rem 1.5rem;
  }
}
.modalWrapper .num {
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .modalWrapper .num {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .modalWrapper .num {
    font-size: 2.4rem;
  }
}

.modalBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.5);
}

.modalList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 320px) {
  .modalList {
    gap: 2rem 0;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .modalList {
    gap: 3rem 0;
    margin-top: 3rem;
  }
}

.modalItem {
  border-bottom: dotted 2px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 320px) {
  .modalItem {
    font-size: 1.4rem;
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .modalItem {
    font-size: 1.9rem;
    padding-bottom: 1.5rem;
  }
}
.modalItem .itemTitle {
  font-weight: 700;
}
.modalItem .itemDesc {
  opacity: 0.8;
}
@media screen and (min-width: 320px) {
  .modalItem .itemDesc {
    margin-top: 0.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .modalItem .itemDesc {
    margin-top: 0.8rem;
  }
}

.modalBtn {
  position: absolute;
}
@media screen and (min-width: 320px) {
  .modalBtn {
    top: 1rem;
    right: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .modalBtn {
    top: 3rem;
    right: 3rem;
  }
}
@media screen and (min-width: 320px) {
  .modalBtn .btnIcon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .modalBtn .btnIcon {
    width: 4rem;
    height: 4rem;
  }
}

.messageWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .messageWrapper {
    padding: 64px 32px 0;
  }
}
@media screen and (min-width: 1025px) {
  .messageWrapper {
    padding: 64px 64px 0;
  }
}

@media screen and (min-width: 320px) {
  .messageImg {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .messageImg {
    width: 35%;
  }
}
.messageImg .imgWrapper {
  padding-bottom: 136%;
}

@media screen and (min-width: 320px) {
  .messageText {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .messageText {
    width: 60%;
  }
}

@media screen and (min-width: 320px) {
  .messageText_head {
    font-size: 2.4rem;
    margin-top: 32px;
  }
}
@media screen and (min-width: 1025px) {
  .messageText_head {
    font-size: 4rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 320px) {
  .messageText_main {
    font-size: 1.24rem;
    margin: 24px 0;
  }
}
@media screen and (min-width: 1025px) {
  .messageText_main {
    font-size: 1.6rem;
    margin: 32px 0;
  }
}

.messageText_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}
@media screen and (min-width: 320px) {
  .messageText_name {
    font-size: 1.24rem;
  }
}
@media screen and (min-width: 1025px) {
  .messageText_name {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=base.css.map */