@charset "UTF-8";
.single-area .aside {
  display: none !important;
}
.single-area .snav ul li.application a {
  display: none;
}
.single-area .is-hidden {
  pointer-events: none !important;
  opacity: 0 !important;
}

@media screen and (max-width: 767px) {
  .single-area .follow.fixed {
    top: 0px;
  }
  .single-area .header {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .single-area #area .secBlogSlider {
    padding: 84px 0;
  }
}
.single-area #area #description,
.single-area #area #fee {
  padding: 0 0 140px;
}
.single-area #area #description .thumbnail,
.single-area #area #fee .thumbnail {
  border-bottom: none;
}
.single-area #area #description .thumbnail img,
.single-area #area #fee .thumbnail img {
  border-radius: 8px;
  overflow: hidden;
}
.single-area #area #description .head_content.green,
.single-area #area #fee .head_content.green {
  background-image: none;
}

@media screen and (max-width: 767px) {
  .single-area #area #description {
    padding: 0 0 30px;
  }
  .single-area #area #fee {
    padding: 0 0 60px;
  }
}
.ro {
  transition: all 0.3s;
  cursor: pointer;
}

.ro:hover {
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  transition: opacity 0.3s;
}

#area .table dd .check li {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.5rem;
  color: rgb(0, 178, 174) !important;
  border: solid 0.1rem rgb(0, 178, 174) !important;
  padding: 0.1rem 0.6rem;
}

@media screen and (min-width: 768px) {
  .sp-recruit-fiexd-btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp-recruit-fiexd-btn {
    position: absolute;
    top: 1.5rem;
    right: 80px;
    background: #F26580;
    border-radius: 27px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    width: 118px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sp-recruit-fiexd-btn:hover {
    color: #fff;
  }
}
@media screen and (min-width: 1001px) {
  .visible-1000 {
    display: none !important;
  }
}
.single-area #area .com-title {
  letter-spacing: 0.2em !important;
}

.area-cta-area {
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 100;
  opacity: 1;
  animation: area-cta-fadein 0.6s ease 0.2s forwards;
  /* ↓ transitionの対象をfilterにしておきます（allのままでも動きます） */
  transition: all 0.3s;
}

/* !important を外し、filter プロパティに変更します */
.area-cta-area:hover {
  opacity: 0.4;
  /* opacity: 0.4; と同じ見た目になります */
}

@keyframes area-cta-fadein {
  from {
    filter: opacity(0%);
  }
  to {
    filter: opacity(100%);
  }
}
@media screen and (min-width: 768px) {
  .area-cta-area img {
    width: 300px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .area-cta-area {
    bottom: 5px;
  }
}
#area--header-new {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
#area--header-new .mv {
  max-width: 600px;
  flex: 1;
}
#area--header-new .title {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 1200px) {
  #area--header-new {
    gap: 40px;
  }
}
@media screen and (max-width: 1000px) {
  #area--header-new {
    gap: 30px;
  }
}
.single-area #area #area--header-new {
  padding: 45px 0 90px;
}
.single-area #area #area--header-new .mv {
  width: 100%;
}
.single-area #area #area--header-new .mv .swiper-area {
  position: relative;
}
.single-area #area #area--header-new .mv .swiper-area .swiper-main .swiper-slide figure {
  aspect-ratio: 4/3;
  margin: 0;
  overflow: hidden;
  border-radius: 32px 32px 8px 8px;
}
.single-area #area #area--header-new .mv .swiper-area .swiper-main .swiper-slide figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.single-area #area #area--header-new .mv .swiper-area .swiper-button-prev {
  left: 0px;
}
.single-area #area #area--header-new .mv .swiper-area .swiper-button-next {
  right: 0px;
}
.single-area #area #area--header-new .mv .swiper-area .swiper-button-next,
.single-area #area #area--header-new .mv .swiper-area .swiper-button-prev {
  width: 30px !important;
  height: 64px !important;
}
.single-area #area #area--header-new .mv .swiper-area .swiper-button-next:after,
.single-area #area #area--header-new .mv .swiper-area .swiper-rtl .swiper-button-prev:after,
.single-area #area #area--header-new .mv .swiper-area .swiper-button-prev:after,
.single-area #area #area--header-new .mv .swiper-area .swiper-rtl .swiper-button-next:after {
  display: none;
}
.single-area #area #area--header-new .mv .swiper-area .swiper-button-prev::before,
.single-area #area #area--header-new .mv .swiper-area .swiper-button-next::before {
  width: 30px !important;
  height: 64px !important;
  background: #F26580;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
}
.single-area #area #area--header-new .mv .swiper-area .swiper-button-prev::before {
  border-radius: 0 32px 32px 0;
  background-image: url(../img/area/swiper-button-prev.svg);
}
.single-area #area #area--header-new .mv .swiper-area .swiper-button-next::before {
  border-radius: 32px 0 0 32px;
  background-image: url(../img/area/swiper-button-next.svg);
}
.single-area #area #area--header-new .mv .swiper-area .swiper-thumbs {
  margin-top: 10px;
}
.single-area #area #area--header-new .mv .swiper-area .swiper-thumbs .swiper-slide {
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.3s;
}
.single-area #area #area--header-new .mv .swiper-area .swiper-thumbs .swiper-slide figure {
  margin: 0;
  aspect-ratio: 4/3;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
}
.single-area #area #area--header-new .mv .swiper-area .swiper-thumbs .swiper-slide figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.single-area #area #area--header-new .mv .swiper-area .swiper-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.single-area #area #area--header-new .title .type {
  font-size: 18px;
  color: #00B2AF;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.single-area #area #area--header-new .title .name {
  font-size: clamp(38px, 2.92vw, 42px);
  margin: 0;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 120%;
}
.single-area #area #area--header-new .title .name span {
  letter-spacing: inherit;
  color: #C4C4C4;
  font-size: 14px;
  font-weight: inherit;
  display: block;
  line-height: 100%;
  padding-top: 8px;
}

@media screen and (max-width: 767px) {
  .single-area #area #area--header-new {
    grid-template-columns: minmax(0, 1fr);
    gap: 35px;
    text-align: center;
    padding: 0 0 60px !important;
  }
  .single-area #area #area--header-new .mv .swiper-area .swiper-main .swiper-slide figure {
    border-radius: 24px 24px 8px 8px;
  }
  .single-area #area #area--header-new .mv .swiper-area .swiper-thumbs {
    margin-top: 8px;
  }
  .single-area #area #area--header-new .mv .swiper-area .swiper-button-prev,
  .single-area #area #area--header-new .mv .swiper-area .swiper-button-next {
    width: 24px !important;
    height: 50px !important;
  }
  .single-area #area #area--header-new .mv .swiper-area .swiper-button-prev::before,
  .single-area #area #area--header-new .mv .swiper-area .swiper-button-next::before {
    width: 24px !important;
    height: 50px !important;
    background-size: 10px;
  }
  .single-area #area #area--header-new .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
  }
  .single-area #area #area--header-new .title .type {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .single-area #area #area--header-new .title .name {
    font-size: clamp(26px, 1.94vw, 28px);
    line-height: 1.3;
  }
  .single-area #area #area--header-new .title .name span {
    font-size: 14px;
    padding-top: 10px;
    margin-bottom: 20px;
  }
}
.c-btn-recruitment {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 180px;
  padding: 8px 12px;
  text-decoration: none;
  border: 1px solid #F26580;
  border-radius: 27px;
  background-color: #fff;
  margin-top: 28px;
  transition: all 0.3s ease;
}
.c-btn-recruitment__text {
  color: #F26580;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.c-btn-recruitment__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #F26580;
  border-radius: 50%;
  position: relative;
  margin-left: 10px;
}
.c-btn-recruitment__icon::after {
  content: "";
  width: 15px;
  height: 13px;
  background-image: url(../img/area/swiper-button-next.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-btn-recruitment:hover {
  opacity: 0.8;
  background-color: rgba(242, 101, 128, 0.05);
}

@media screen and (max-width: 767px) {
  .c-btn-recruitment {
    margin: 20px auto 0;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 12px;
  }
}
/* ==========================================================================
   こだわりセクション
   ========================================================================== */
.single-area #area .commitment-section {
  background-color: #00B2AF;
  border-radius: 40px;
  /* ターコイズ */
  padding: 60px 0 80px;
}
.single-area #area .commitment-header {
  text-align: center;
  margin-bottom: 40px;
}
.single-area #area .commitment-subtitle {
  color: #ffffff;
  font-size: clamp(20px, 1.53vw, 22px);
  font-weight: bold;
  margin: 0;
  line-height: 140%;
  letter-spacing: 0.1em;
}
.single-area #area .commitment-main-title {
  color: #ffffff;
  font-size: clamp(38px, 2.92vw, 42px);
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0;
  line-height: 140%;
  position: relative;
  display: inline-block;
}
.single-area #area .commitment-main-title::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #f3c623;
  /* 黄色 */
  margin: 15px auto 0;
}
.single-area #area .commitment-list {
  display: flex;
  flex-wrap: wrap;
  /* 複数行に折り返す */
  justify-content: center;
  gap: 25px;
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .single-area #area .commitment-list {
    flex-direction: column;
    align-items: center;
  }
}
.single-area #area .commitment-card {
  background-color: #ffffff;
  border-radius: 32px;
  padding: 15px 15px 30px 15px;
  width: calc((100% - 50px) / 3);
  /* 3列の幅計算 */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .single-area #area .commitment-card {
    width: 100%;
    max-width: 400px;
  }
}
.single-area #area .commitment-card-title {
  color: #3F3F3F;
  font-size: clamp(20px, 1.53vw, 22px);
  font-weight: bold;
  text-align: center;
  margin: 0 0 6px 0;
}
.single-area #area .commitment-card-text {
  color: #3F3F3F;
  text-align: left;
  width: 100%;
}
.single-area #area .commitment-card-text p {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0;
}
.single-area #area .commitment-img-wrapper {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  /* 下のバッジを重ねるネガティブマージン */
}
.single-area #area .commitment-img {
  width: 100%;
  height: auto;
  aspect-ratio: 300/160;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  overflow: hidden;
}
.single-area #area .commitment-number {
  margin-top: 12px;
  background-color: #ffffff;
  border: 1px solid #f3c623;
  color: #f3c623;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 25px;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .single-area #area .commitment-section {
    padding: 48px 0 20px;
  }
  .single-area #area .commitment-header {
    margin-bottom: 32px;
  }
  .single-area #area .commitment-subtitle {
    font-size: clamp(14px, 4.62vw, 18px);
  }
  .single-area #area .commitment-main-title {
    font-size: clamp(17px, 7.18vw, 28px);
  }
  .single-area #area .commitment-card-title {
    font-size: clamp(14px, 5.64vw, 22px);
  }
  .single-area #area .commitment-number {
    min-width: 80px;
    font-size: 16px;
    padding: 1px 25px;
    text-align: center;
  }
}
.interview-philosophy-section {
  background: #fff;
}
.interview-philosophy-section section {
  padding: 64px 0;
}
.interview-philosophy-section .interview-philosophy-section-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.interview-philosophy-section .interview-philosophy-section-inner > :only-child {
  grid-column: 1/-1;
}

@media (max-width: 767px) {
  .interview-philosophy-section section {
    padding: 0;
  }
  .interview-philosophy-section .interview-philosophy-section-inner {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}
.interview-section {
  padding: 60px 0;
  background-color: #fff;
}
.interview-section .interview-section-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 43px;
}
.interview-section .interview-header {
  margin-bottom: 40px;
  text-align: left;
}
.interview-section .interview-header .interview-main-title {
  position: relative;
  display: inline-block;
  font-size: clamp(26px, 1.94vw, 28px);
  font-weight: bold;
  color: #1a9c9a;
  margin: 0;
  letter-spacing: 0.2em;
  padding-bottom: 15px;
}
.interview-section .interview-header .interview-main-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #F5BF0A;
}
.interview-section .interview-list {
  display: flex;
  flex-direction: column;
}
.interview-section .interview-list .interview-card {
  border-bottom: 1px solid #e0e0e0;
  padding: 16px 0;
}
.interview-section .interview-list .interview-card:first-child {
  border-top: 1px solid #e0e0e0;
}
.interview-section .interview-list .interview-card__content {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.interview-section .interview-list .interview-img-wrapper {
  flex-shrink: 0;
  width: 86px;
  height: 86px;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.interview-section .interview-list .interview-img-wrapper .interview-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.interview-section .interview-list .interview-text-area {
  flex-grow: 1;
}
.interview-section .interview-list .interview-text-area .interview-status {
  font-size: 16px;
  color: #f7a81b;
  font-weight: bold;
  margin-top: 0;
  line-height: 170%;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}
.interview-section .interview-list .interview-text-area .interview-name {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 170%;
  letter-spacing: 0.05em;
  color: #3F3F3F;
}
.interview-section .interview-list .interview-text-area .interview-text p {
  color: #3F3F3F;
  font-size: 16px;
  line-height: 170%;
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 1em;
  font-weight: 400;
}
.interview-section .interview-list .interview-text-area .interview-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .interview-section {
    padding: 50px 0 40px !important;
  }
  .interview-section .interview-header {
    margin-bottom: 30px;
    text-align: center;
  }
  .interview-section .interview-header .interview-main-title {
    font-size: clamp(17px, 7.18vw, 28px);
  }
  .interview-section .interview-header .interview-main-title:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .interview-section .interview-list .interview-card {
    padding: 20px 0;
  }
  .interview-section .interview-list .interview-card__content {
    gap: 15px;
  }
  .interview-section .interview-list .interview-img-wrapper {
    width: 80px;
    height: 80px;
  }
  .interview-section .interview-list .interview-text-area .interview-name {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .interview-section .interview-list .interview-text-area .interview-status {
    margin-bottom: 0;
  }
  .interview-section .interview-list .interview-text-area .interview-text {
    font-size: 14px;
    line-height: 1.6;
  }
}
.philosophy-section .philosophy-card {
  background-color: #e96a84;
  border-radius: 40px;
  padding: 50px 40px;
  text-align: center;
  max-width: 800px;
  margin: auto;
}
.philosophy-section .philosophy-card__header {
  margin-bottom: 30px;
}
.philosophy-section .philosophy-card .philosophy-label {
  display: inline-block;
  background-color: #fff;
  color: #e96a84;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 34px;
  border-radius: 32px;
  margin-bottom: 20px;
}
.philosophy-section .philosophy-card .philosophy-title {
  margin: auto;
  max-width: 330px;
  width: 90%;
}
.philosophy-section .philosophy-card .philosophy-card-wrap {
  background-color: #fff;
  border-radius: 32px;
  padding: 16px;
  margin: 30px auto 0;
  max-width: 350px;
}
.philosophy-section .philosophy-card .philosophy-card-wrap .philosophy-title-sub {
  display: inline-block;
  color: #f5a623;
  border: 2px solid #f5a623;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 30px;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 20px;
}
.philosophy-section .philosophy-card .philosophy-card-wrap .philosophy-card__image {
  max-width: 500px;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin: auto;
}
.philosophy-section .philosophy-card .philosophy-card-wrap .philosophy-card__image .philosophy-img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .philosophy-section.active .philosophy-card {
    max-width: initial;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 30px;
    gap: 20px;
  }
  .philosophy-section.active .philosophy-card__header {
    margin: auto;
  }
  .philosophy-section.active .philosophy-card .philosophy-title {
    max-width: 400px;
  }
  .philosophy-section.active .philosophy-card .philosophy-card-wrap {
    margin: auto;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .philosophy-section {
    position: relative;
    z-index: 2;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .philosophy-section .philosophy-card {
    padding: 32px 20px 20px;
  }
  .philosophy-section .philosophy-card__header {
    margin-bottom: 25px;
  }
  .philosophy-section .philosophy-card .philosophy-label {
    font-size: clamp(14px, 4.62vw, 18px);
    padding: 3px 30px;
    margin-bottom: 15px;
  }
  .philosophy-section .philosophy-card .philosophy-title {
    font-size: clamp(14px, 5.64vw, 22px);
  }
  .philosophy-section .philosophy-card .philosophy-card-wrap {
    padding: 20px 15px;
    border-radius: 32px;
    margin-top: 32px;
  }
  .philosophy-section .philosophy-card .philosophy-card-wrap .philosophy-title-sub {
    font-size: 16px;
    padding: 0px 30px;
    margin-bottom: 20px;
  }
}
.ye-wrapper {
  background: #FFF8E9;
  padding: 80px 0 90px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .ye-wrapper {
    top: -30px;
    padding: 80px 0 20px;
  }
}
.single-area #area .facility-section,
.single-area #area .schedule-section,
.single-area #area .schedule-section,
.single-area #area .curriculum-section,
.single-area #area .parent-section,
.single-area #area .features-section {
  padding: 0 0 60px;
}

@media screen and (max-width: 767px) {
  .single-area #area .parent-section {
    padding: 0 0 0px;
  }
}
.facility-section {
  padding: 0px 0 0;
}
.facility-section .facility-card__image {
  aspect-ratio: 300/170;
}

.schedule-section,
.curriculum-section {
  padding: 60px 0 0;
}
.schedule-section .schedule-card__image,
.schedule-section .curriculum-card__image,
.curriculum-section .schedule-card__image,
.curriculum-section .curriculum-card__image {
  aspect-ratio: 300/230;
}

.facility-section,
.schedule-section,
.curriculum-section {
  background-color: #fdf8e8;
  overflow: hidden;
}
.facility-section .facility-header,
.facility-section .schedule-header,
.facility-section .curriculum-header,
.schedule-section .facility-header,
.schedule-section .schedule-header,
.schedule-section .curriculum-header,
.curriculum-section .facility-header,
.curriculum-section .schedule-header,
.curriculum-section .curriculum-header {
  margin-bottom: 16px;
}
.facility-section .facility-header .facility-main-title,
.facility-section .facility-header .schedule-main-title,
.facility-section .facility-header .curriculum-main-title,
.facility-section .schedule-header .facility-main-title,
.facility-section .schedule-header .schedule-main-title,
.facility-section .schedule-header .curriculum-main-title,
.facility-section .curriculum-header .facility-main-title,
.facility-section .curriculum-header .schedule-main-title,
.facility-section .curriculum-header .curriculum-main-title,
.schedule-section .facility-header .facility-main-title,
.schedule-section .facility-header .schedule-main-title,
.schedule-section .facility-header .curriculum-main-title,
.schedule-section .schedule-header .facility-main-title,
.schedule-section .schedule-header .schedule-main-title,
.schedule-section .schedule-header .curriculum-main-title,
.schedule-section .curriculum-header .facility-main-title,
.schedule-section .curriculum-header .schedule-main-title,
.schedule-section .curriculum-header .curriculum-main-title,
.curriculum-section .facility-header .facility-main-title,
.curriculum-section .facility-header .schedule-main-title,
.curriculum-section .facility-header .curriculum-main-title,
.curriculum-section .schedule-header .facility-main-title,
.curriculum-section .schedule-header .schedule-main-title,
.curriculum-section .schedule-header .curriculum-main-title,
.curriculum-section .curriculum-header .facility-main-title,
.curriculum-section .curriculum-header .schedule-main-title,
.curriculum-section .curriculum-header .curriculum-main-title {
  display: inline-block;
  color: #00B2AF;
  border: 1px solid #00B2AF;
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 2px 32px;
  border-radius: 20px;
  margin: 0;
}
.facility-section .facility-swiper,
.facility-section .schedule-swiper,
.facility-section .curriculum-swiper,
.schedule-section .facility-swiper,
.schedule-section .schedule-swiper,
.schedule-section .curriculum-swiper,
.curriculum-section .facility-swiper,
.curriculum-section .schedule-swiper,
.curriculum-section .curriculum-swiper {
  padding-bottom: 0px;
  overflow: visible;
}
.facility-section .swiper-pagination,
.schedule-section .swiper-pagination,
.curriculum-section .swiper-pagination {
  margin-top: 20px;
  gap: 2px !important;
}
.facility-section .swiper-slide,
.schedule-section .swiper-slide,
.curriculum-section .swiper-slide {
  width: 330px;
  height: auto;
  background-color: #fff;
  border-radius: 32px;
  box-sizing: border-box;
  padding: 16px 16px 22px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.facility-section .swiper-slide [class$=__image],
.schedule-section .swiper-slide [class$=__image],
.curriculum-section .swiper-slide [class$=__image] {
  border-radius: 24px;
  overflow: hidden;
}
.facility-section .swiper-slide [class$=__image] img,
.schedule-section .swiper-slide [class$=__image] img,
.curriculum-section .swiper-slide [class$=__image] img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.facility-section .swiper-slide [class$=__text-area],
.schedule-section .swiper-slide [class$=__text-area],
.curriculum-section .swiper-slide [class$=__text-area] {
  padding-top: 15px;
  flex-grow: 1;
}
.facility-section .swiper-slide [class$=__text-area] h3,
.schedule-section .swiper-slide [class$=__text-area] h3,
.curriculum-section .swiper-slide [class$=__text-area] h3 {
  font-size: clamp(20px, 1.53vw, 22px);
  font-weight: bold;
  color: #3F3F3F;
  margin-top: 0;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}
.facility-section .swiper-slide [class$=__text-area] [class$=-text],
.schedule-section .swiper-slide [class$=__text-area] [class$=-text],
.curriculum-section .swiper-slide [class$=__text-area] [class$=-text] {
  font-size: 15px;
  color: #3F3F3F;
  line-height: 1.6;
}
.facility-section .swiper-slide [class$=__text-area] [class$=-text] p,
.schedule-section .swiper-slide [class$=__text-area] [class$=-text] p,
.curriculum-section .swiper-slide [class$=__text-area] [class$=-text] p {
  margin: 0;
}
.facility-section .swiper-slide .schedule-text,
.schedule-section .swiper-slide .schedule-text,
.curriculum-section .swiper-slide .schedule-text {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 170%;
}
.facility-section .swiper-slide .schedule-text span,
.schedule-section .swiper-slide .schedule-text span,
.curriculum-section .swiper-slide .schedule-text span {
  display: block;
  line-height: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}
.facility-section .swiper-slide .schedule-text span:first-of-type,
.schedule-section .swiper-slide .schedule-text span:first-of-type,
.curriculum-section .swiper-slide .schedule-text span:first-of-type {
  padding-top: 5px;
}
.facility-section .swiper-slide .schedule-text a,
.schedule-section .swiper-slide .schedule-text a,
.curriculum-section .swiper-slide .schedule-text a {
  line-height: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: #3E72FF;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (max-width: 767px) {
  .facility-section .swiper-slide .schedule-text,
  .schedule-section .swiper-slide .schedule-text,
  .curriculum-section .swiper-slide .schedule-text {
    font-size: 12.5px !important;
  }
  .facility-section .swiper-slide .schedule-text span,
  .schedule-section .swiper-slide .schedule-text span,
  .curriculum-section .swiper-slide .schedule-text span {
    font-size: 12px !important;
  }
  .facility-section .swiper-slide .schedule-text span:first-of-type,
  .schedule-section .swiper-slide .schedule-text span:first-of-type,
  .curriculum-section .swiper-slide .schedule-text span:first-of-type {
    padding-top: 3px !important;
  }
}
.facility-section .swiper-pagination,
.schedule-section .swiper-pagination,
.curriculum-section .swiper-pagination {
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.facility-section .swiper-pagination .swiper-pagination-bullet,
.schedule-section .swiper-pagination .swiper-pagination-bullet,
.curriculum-section .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  opacity: 1;
  margin: 0 5px 0 0 !important;
}
.facility-section .swiper-pagination .swiper-pagination-bullet-active,
.schedule-section .swiper-pagination .swiper-pagination-bullet-active,
.curriculum-section .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e96a84;
}

@media (max-width: 767px) {
  .facility-section,
  .schedule-section,
  .curriculum-section {
    padding: 40px 0;
  }
  .facility-section .facility-header,
  .facility-section .schedule-header,
  .facility-section .curriculum-header,
  .schedule-section .facility-header,
  .schedule-section .schedule-header,
  .schedule-section .curriculum-header,
  .curriculum-section .facility-header,
  .curriculum-section .schedule-header,
  .curriculum-section .curriculum-header {
    margin-bottom: 20px;
  }
  .facility-section .swiper-pagination,
  .schedule-section .swiper-pagination,
  .curriculum-section .swiper-pagination {
    margin-top: 16px;
  }
  .facility-section .swiper-slide,
  .schedule-section .swiper-slide,
  .curriculum-section .swiper-slide {
    width: 260px;
    border-radius: 16px;
  }
  .facility-section .swiper-slide ul li,
  .schedule-section .swiper-slide ul li,
  .curriculum-section .swiper-slide ul li {
    font-weight: 400;
  }
  .facility-section .swiper-slide p,
  .schedule-section .swiper-slide p,
  .curriculum-section .swiper-slide p {
    font-weight: 400;
  }
  .facility-section .swiper-slide .schedule-title,
  .schedule-section .swiper-slide .schedule-title,
  .curriculum-section .swiper-slide .schedule-title {
    font-size: clamp(14px, 4.62vw, 18px);
  }
  .facility-section .swiper-slide [class$=__image],
  .schedule-section .swiper-slide [class$=__image],
  .curriculum-section .swiper-slide [class$=__image] {
    border-radius: 16px;
  }
  .facility-section .swiper-slide [class$=__text-area] h3,
  .schedule-section .swiper-slide [class$=__text-area] h3,
  .curriculum-section .swiper-slide [class$=__text-area] h3 {
    margin-bottom: 8px;
    font-size: clamp(14px, 4.62vw, 18px);
  }
}
.parent-section {
  background-color: #fdf8e8;
  padding: 60px 0;
  overflow: hidden;
}
.parent-section .parent-header {
  margin-bottom: 30px;
}
.parent-section .parent-header .parent-main-title {
  display: inline-block;
  color: #00B2AF;
  border: 1px solid #00B2AF;
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 2px 32px;
  border-radius: 20px;
  margin: 0;
}
.parent-section .parent-swiper {
  padding-bottom: 0px;
  overflow: visible;
}
.parent-section .swiper-slide.parent-card {
  width: 508px;
  height: auto;
  background-color: #F5BF0A;
  border-radius: 16px;
  box-sizing: border-box;
  padding: 12px;
  display: flex;
  flex-direction: column;
}
.parent-section .swiper-pagination {
  margin-top: 20px;
  gap: 0px !important;
}
.parent-section .parent-card__header-info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 15px;
}
.parent-section .parent-card__image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  flex-shrink: 0;
  overflow: hidden;
}
.parent-section .parent-card__image .parent-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.parent-section .parent-card .parent-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
}
.parent-section .parent-card__text-area {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  flex-grow: 1;
}
.parent-section .parent-card__text-area .parent-text p {
  font-size: 14px;
  color: #3F3F3F;
  line-height: 1.8;
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 170%;
  font-weight: 400;
}
.parent-section .parent-card__text-area .parent-text p:last-child {
  margin-bottom: 0;
}
.parent-section .parent-pagination {
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.parent-section .parent-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  opacity: 1;
  margin: 0 8px 0 0 !important;
}
.parent-section .parent-pagination .swiper-pagination-bullet-active {
  background-color: #e96a84;
}

@media (max-width: 767px) {
  .parent-section {
    padding: 40px 0 0;
  }
  .parent-section .parent-card__header-info {
    gap: 12px;
  }
  .parent-section .parent-card__image {
    width: 64px;
    height: 64px;
  }
  .parent-section .parent-header {
    margin-bottom: 20px;
  }
  .parent-section .swiper-slide.parent-card {
    width: 260px;
  }
  .parent-section .parent-card__text-area {
    padding: 12px 8px;
  }
}
.single-area #area .features-section {
  background-color: #fdf8e8;
  padding: 0px 0 0;
}
.single-area #area .features-section .features-header {
  margin-bottom: 30px;
}
.single-area #area .features-section .features-header .features-main-title {
  display: inline-block;
  color: #00B2AF;
  border: 1px solid #00B2AF;
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 2px 32px;
  border-radius: 20px;
  margin: 0;
}
.single-area #area .features-section .features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.single-area #area .features-section .features-sub-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.single-area #area .features-section .feature-card {
  display: flex;
  align-items: center;
  border-radius: 12px;
  padding: 6px;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.3s ease;
  box-sizing: border-box;
}
.single-area #area .features-section .feature-card:hover {
  opacity: 0.8;
}
.single-area #area .features-section .feature-card__img-wrapper {
  border-radius: 8px;
  flex-shrink: 0;
  overflow: hidden;
}
.single-area #area .features-section .feature-card__img-wrapper .feature-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  display: block;
}
.single-area #area .features-section .feature-card__body {
  flex-grow: 1;
  padding: 0 15px 0 20px;
}
.single-area #area .features-section .feature-card__arrow {
  flex-shrink: 0;
  color: #fff;
  display: flex;
  align-items: center;
}
.single-area #area .features-section .feature-card--large {
  background-color: #38b4aa;
  height: 100%;
}
.single-area #area .features-section .feature-card--large .feature-card__img-wrapper {
  width: 200px;
  height: 200px;
}
.single-area #area .features-section .feature-card--large .feature-card__title {
  font-size: clamp(22px, 1.67vw, 24px);
  font-weight: bold;
  margin: 0 0 5px 0;
  line-height: 1.4;
}
.single-area #area .features-section .feature-card--large .feature-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-area #area .features-section .feature-card--large .feature-card__list li {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}
.single-area #area .features-section .feature-card--small {
  background-color: #efb935;
  flex: 1;
}
.single-area #area .features-section .feature-card--small .feature-card__img-wrapper {
  width: 104px;
  height: auto;
}
.single-area #area .features-section .feature-card--small .feature-card__subtitle {
  display: block;
  font-size: 13px;
  margin-bottom: 2px;
  font-weight: bold;
}
.single-area #area .features-section .feature-card--small .feature-card__title {
  font-size: clamp(20px, 1.53vw, 22px);
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .single-area #area .features-section .feature-card--large .feature-card__img-wrapper {
    width: 30%;
    height: auto;
  }
}
@media screen and (max-width: 850px) {
  .single-area #area .features-section .features-grid {
    grid-template-columns: 1fr;
  }
  .single-area #area .features-section .features-grid .visible-1000 {
    display: none;
  }
}
@media (max-width: 767px) {
  .single-area #area .features-section {
    padding: 60px 0 40px;
  }
  .single-area #area .features-section .features-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .single-area #area .features-section .features-sub-grid {
    gap: 8px;
  }
  .single-area #area .features-section .feature-card__arrow {
    width: 20px;
  }
  .single-area #area .features-section .feature-card__body {
    padding: 0 10px 0;
  }
  .single-area #area .features-section .feature-card__arrow {
    padding-right: 0px;
  }
  .single-area #area .features-section .feature-card--large .feature-card__title {
    font-size: clamp(14px, 4.62vw, 18px);
  }
  .single-area #area .features-section .feature-card--large .feature-card__list li {
    font-size: 13px;
  }
  .single-area #area .features-section .feature-card--small .feature-card__title {
    font-size: clamp(14px, 4.62vw, 18px);
  }
}
@media (max-width: 767px) {
  .features-section {
    padding: 40px 0;
    text-align: center;
  }
  .features-section .features-header .features-main-title {
    font-size: 18px;
    padding: 8px 40px;
  }
  .features-section .features-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    text-align: left;
    padding: 0 0;
  }
  .features-section .feature-card {
    flex-direction: row;
    align-items: center;
    padding: 8px;
  }
  .features-section .feature-card__img-wrapper {
    width: 100px !important;
    height: 100px !important;
    margin-bottom: 0;
    border-radius: 8px;
  }
  .features-section .feature-card__img-wrapper .feature-card__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .features-section .feature-card__body {
    padding: 0 10px 0 15px;
    margin-bottom: 0;
  }
  .features-section .feature-card__arrow {
    align-self: center;
    padding-right: 5px;
  }
  .features-section .feature-card--large .feature-card__title {
    font-size: 16px;
    margin: 0 0 5px 0;
  }
  .features-section .feature-card--large .feature-card__list {
    font-size: 11px;
    line-height: 1.4;
  }
  .features-section .feature-card--small .feature-card__subtitle {
    font-size: 10px;
    margin-bottom: 2px;
  }
  .features-section .feature-card--small .feature-card__title {
    font-size: 15px;
    line-height: 1.3;
  }
}
.single-area #area .faq-section {
  position: relative;
  z-index: 2;
  background-color: #38b5b4;
  padding: 60px 0 80px;
  border-radius: 40px;
}
.single-area #area .faq-section .faq-header {
  text-align: center;
  margin-bottom: 40px;
}
.single-area #area .faq-section .faq-header .faq-main-title {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: clamp(26px, 1.94vw, 28px);
  font-weight: bold;
  margin: 0;
  padding-bottom: 15px;
  letter-spacing: 0.1em;
}
.single-area #area .faq-section .faq-header .faq-main-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background-color: #f7a81b;
}
.single-area #area .faq-section .faq-list {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.single-area #area .faq-section .faq-item {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.single-area #area .faq-section .faq-item__question {
  width: 100%;
  display: flex;
  align-items: flex-start;
  background: none;
  border: none;
  padding: 18px 16px;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.3s;
}
.single-area #area .faq-section .faq-item__q-mark {
  color: #F26580;
  font-size: clamp(22px, 1.67vw, 24px);
  font-weight: bold;
  margin-right: 8px;
  line-height: 1;
}
.single-area #area .faq-section .faq-item__q-text {
  font-size: 17px;
  font-weight: bold;
  color: #3F3F3F;
  flex-grow: 1;
  padding-right: 20px;
  line-height: 170%;
}
.single-area #area .faq-section .faq-item__icon {
  position: relative;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin: auto;
}
.single-area #area .faq-section .faq-item__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e96a84;
  transform: translateY(-50%);
}
.single-area #area .faq-section .faq-item__icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #e96a84;
  transform: translateX(-50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.single-area #area .faq-section .faq-item__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.single-area #area .faq-section .faq-item__answer-inner {
  overflow: hidden;
}
.single-area #area .faq-section .faq-item__answer-inner p {
  margin: 0;
  padding: 0 16px 16px;
  font-size: clamp(14px, 3.85vw, 15px);
  color: #3F3F3F;
  line-height: 1.4;
  font-weight: 400;
}
.single-area #area .faq-section .faq-item.is-open .faq-item__icon::after {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}
.single-area #area .faq-section .faq-item.is-open .faq-item__answer {
  grid-template-rows: 1fr;
}

@media (max-width: 767px) {
  .single-area #area .faq-section {
    padding: 40px 0 48px;
    border-radius: 40px 40px 0 0;
  }
  .single-area #area .faq-section .faq-header {
    margin-bottom: 30px;
  }
  .single-area #area .faq-section .faq-header .faq-main-title {
    font-size: clamp(14px, 6.15vw, 24px);
  }
  .single-area #area .faq-section .faq-item__question {
    padding: 16px;
  }
  .single-area #area .faq-section .faq-item__q-mark {
    font-size: clamp(14px, 6.15vw, 24px);
    margin-right: 6px;
  }
  .single-area #area .faq-section .faq-item__q-text {
    padding-right: 10px;
    font-size: clamp(14px, 4.36vw, 17px);
  }
  .single-area #area .faq-section .faq-item__answer-inner p {
    padding: 0px 16px 16px 16px;
  }
}
.single-area #area .application-section {
  position: relative;
  top: -32px;
  background-color: #F26580;
  padding: 100px 0 70px;
}
.single-area #area .application-section .application-header {
  text-align: center;
  margin-bottom: 40px;
}
.single-area #area .application-section .application-header .application-main-title {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: clamp(26px, 1.94vw, 28px);
  font-weight: bold;
  margin: 0;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
}
.single-area #area .application-section .application-header .application-main-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background-color: #fff;
}
.single-area #area .application-section .application-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: 330px;
  margin: 0 auto;
}
.single-area #area .application-section .application-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #fff;
  text-decoration: none;
  color: #fff;
  max-width: 330px;
  cursor: pointer;
}
.single-area #area .application-section .application-btn__text {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.single-area #area .application-section .application-btn__icon {
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-area #area .application-section .application-btn__icon svg {
  width: 20px;
  height: 20px;
}
.single-area #area .application-section .application-btn--tour {
  background-color: #38b5b4;
  height: 90px;
}
.single-area #area .application-section .application-btn--tour .application-btn__icon {
  color: #38b5b4;
}
.single-area #area .application-section .application-btn--contact {
  background-color: #efb935;
  height: 64px;
}
.single-area #area .application-section .application-btn--contact .application-btn__icon {
  color: #efb935;
}

@media (max-width: 767px) {
  .single-area #area .application-section {
    padding: 40px 0 48px;
    top: initial;
  }
  .single-area #area .application-section .application-header {
    margin-bottom: 30px;
  }
  .single-area #area .application-section .application-header .application-main-title {
    font-size: clamp(14px, 6.15vw, 24px);
  }
  .single-area #area .application-section .application-buttons {
    gap: 8px;
    padding: 0 10px;
  }
  .single-area #area .application-section .application-btn {
    padding: 18px;
  }
  .single-area #area .application-section .application-btn__text {
    font-size: 16px;
  }
  .single-area #area .application-section .application-btn__icon {
    width: 36px;
    height: 36px;
    right: 15px;
  }
  .single-area #area .application-section .application-btn__icon svg {
    width: 18px;
    height: 18px;
  }
}
.single-area #area .contact-section {
  padding: 30px 0 70px;
}
.single-area #area .contact-section .contact-card {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 30px 0 40px;
  text-align: center;
  color: #3F3F3F;
  max-width: 600px;
  margin: 0 auto;
}
.single-area #area .contact-section .contact-card__text {
  margin-bottom: 12px;
}
.single-area #area .contact-section .contact-card__text .name {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0;
}
.single-area #area .contact-section .contact-card__text .hours {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  font-weight: bold;
  color: #555;
}
.single-area #area .contact-section .contact-card__tel-box {
  margin-bottom: 15px;
}
.single-area #area .contact-section .contact-card__tel-box .tel-wrap .tel-number {
  display: inline-block;
  transition: opacity 0.3s ease;
}
.single-area #area .contact-section .contact-card__tel-box .tel-wrap .tel-number img {
  mix-blend-mode: multiply;
  width: 100%;
  max-width: 264px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.single-area #area .contact-section .contact-card .sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-area #area .contact-section .contact-card .sns li a {
  display: block;
  width: 35px;
  height: 35px;
  transition: opacity 0.3s ease;
}
.single-area #area .contact-section .contact-card .sns li a:hover {
  opacity: 0.6;
}
.single-area #area .contact-section .contact-card .sns li a .logo {
  display: block;
  width: 100%;
  height: 100%;
}
.single-area #area .contact-section .contact-card .sns li a .logo svg {
  width: 100%;
  height: 100%;
  fill: #3F3F3F;
  display: block;
}
@media screen and (max-width: 767px) {
  .single-area #area .contact-section {
    padding: 0;
  }
  .single-area #area .contact-section .contact-card {
    max-width: initial;
  }
  .single-area #area .contact-section .contact-card__text .name {
    font-size: 18px;
  }
  .single-area #area .contact-section .contact-card__text .hours {
    font-size: 13px;
  }
  .single-area #area .contact-section .contact-card__tel-box .tel-wrap .tel-number img {
    max-width: 264px;
  }
  .single-area #area .contact-section .contact-card .sns {
    gap: 15px;
  }
  .single-area #area .contact-section .contact-card .sns li a {
    width: 30px;
    height: 30px;
  }
}/*# sourceMappingURL=single-area_style.css.map */