@charset "UTF-8";
/* ---------------------------------------------------------
    共通レイアウト
--------------------------------------------------------- */
.inner {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
}

@media (max-width: 1280px) {
  .inner {
    max-width: none;
    width: 90%;
  }
}

@media (max-width: 767px) {
  .inner {
    width: auto;
  }
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .swiper [class^="swiper-button-"]::after {
    font-size: 24px;
  }
}

/* ---------------------------------------------------------
    共通パーツ
--------------------------------------------------------- */
.sect-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #f48f9f;
  font-size: 20px;
  font-weight: 400;
}

.sect-heading--center {
  text-align: center;
}

.sect-heading::before {
  content: attr(data-en);
  display: block;
  margin-bottom: 0.15em;
  font-family: "Belleza", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 230%;
}

@media (max-width: 767px) {
  .sect-heading {
    font-size: 14px;
  }
}

/* ---------------------------------------------------------
    mainvisual
--------------------------------------------------------- */
.sect_mainvisual {
  order: 1;
}

.sect_mainvisual .mainvisual {
  height: 100%;
  position: relative;
}

.sect_mainvisual .mainvisual .site_logo {
  width: 100px;
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.sect_mainvisual .mainvisual .site_logo .link {
  position: absolute;
  inset: 0;
}

.sect_mainvisual .mainvisual .slider_area {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.sect_mainvisual .mainvisual .slider_area .swiper-wrapper {
  height: auto;
}

.sect_mainvisual .mainvisual .slider_area .swiper-slide img {
  width: 100vw;
  height: auto;
  object-fit: contain;
}

.sect_mainvisual .mainvisual .slider_area .swiper-pagination-bullet {
  background: #f48f9f;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

.sect_mainvisual .mainvisual .slider_area .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.sect_mainvisual .mainvisual .slider_area .swiper-button-next,
.sect_mainvisual .mainvisual .slider_area .swiper-button-prev {
  color: #f48f9f;
}

.sect_mainvisual .mainvisual .slider_area .swiper-button-next::after,
.sect_mainvisual .mainvisual .slider_area .swiper-button-prev::after {
  font-size: clamp(40px, 6vw, 80px);
  filter: drop-shadow(4px 2px 3px white);
}

.sect_mainvisual .mainvisual .slider_area .swiper-button-next:hover,
.sect_mainvisual .mainvisual .slider_area .swiper-button-prev:hover {
  opacity: 0.75;
}

.sect_mainvisual .mainvisual .slider_area .swiper-button-next,
.sect_mainvisual .mainvisual .slider_area .swiper-rtl .swiper-button-prev {
  right: 40px;
}

.sect_mainvisual .mainvisual .slider_area .swiper-button-prev,
.sect_mainvisual .mainvisual .slider_area .swiper-rtl .swiper-button-next {
  left: 40px;
}

@media (max-width: 767px) {
  .sect_mainvisual .mainvisual {
    height: auto;
  }
  .sect_mainvisual .mainvisual .site_logo {
    width: 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    margin: 0 5px;
  }
  .sect_mainvisual .mainvisual .site_logo .link {
    position: absolute;
    inset: 0;
  }
  .sect_mainvisual .mainvisual .slider_area {
    height: auto;
  }
  .sect_mainvisual .mainvisual .slider_area .swiper-wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
  }
  .sect_mainvisual .mainvisual .slider_area .swiper-button-next::after,
  .sect_mainvisual .mainvisual .slider_area .swiper-button-prev::after {
    font-size: 40px;
  }
  .sect_mainvisual .mainvisual .slider_area .swiper-button-next,
  .sect_mainvisual .mainvisual .slider_area .swiper-rtl .swiper-button-prev {
    right: 10px;
  }
  .sect_mainvisual .mainvisual .slider_area .swiper-button-prev,
  .sect_mainvisual .mainvisual .slider_area .swiper-rtl .swiper-button-next {
    left: 10px;
  }
}

/* ---------------------------------------------------------
    instagram
--------------------------------------------------------- */
.instagram_area {
  max-width: 1000px;
  margin: 100px auto 0;
  padding: 0 20px;
}

.instagram_area #sb_instagram .sb_instagram_header .sbi_header_link .sbi_header_text .sbi_feedtheme_header_text h3 {
  color: #f48f9f;
}

.instagram_area #sb_instagram .sbi_photo img {
  width: 100%;
  height: 100%;
  /*高さを指定*/
  object-fit: cover;
  /*画像を表示範囲に合わせる*/
}

@media (max-width: 767px) {
  .instagram_area {
    margin: 70px auto 0;
  }
}

/* ---------------------------------------------------------
    news
--------------------------------------------------------- */
.sect_news {
  margin-top: 100px;
  padding: 0 20px;
}

.sect_news .news {
  width: 90%;
  padding: 50px 40px 60px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sect_news .news .through_pay {
  width: 160px;
  margin-top: 15px;
  position: relative;
}

.sect_news .news .through_pay .link {
  position: absolute;
  inset: 0;
}

.sect_news .news .post_area {
  width: 100%;
  margin-top: 50px;
}

.sect_news .news .post_area .post {
  list-style-type: none;
  border-top: 0.3px solid #767676;
}

.sect_news .news .post_area .post .post_item {
  padding: 15px 30px 15px 15px;
  border-bottom: 0.3px solid #767676;
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 40px;
  position: relative;
}

.sect_news .news .post_area .post .post_item:hover .post_ttl {
  color: #f48f9f;
}

.sect_news .news .post_area .post .post_item::before, .sect_news .news .post_area .post .post_item::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 1.4px #f48f9f;
  border-right: solid 1.4px #f48f9f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 15px;
}

.sect_news .news .post_area .post .post_item .link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.sect_news .news .post_area .post .post_item .date {
  font-family: "Belleza", system-ui;
  font-weight: 400;
  font-style: normal;
  color: #f48f9f;
}

.sect_news .news .post_area .post .post_item .post-categories {
  width: fit-content;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}

.sect_news .news .post_area .post .post_item .post-categories li {
  min-width: 100px;
  height: 20px;
  padding: 4px 20px 6px;
  border-radius: 5px;
  border: 1px solid #f48f9f;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sect_news .news .post_area .post .post_item .post-categories li:nth-child(even) {
  background: #f48f9f;
}

.sect_news .news .post_area .post .post_item .post-categories li:nth-child(even) a {
  color: #fff;
}

.sect_news .news .post_area .post .post_item .post-categories li a {
  font-size: 14px;
  color: #f48f9f;
  text-decoration: none;
}

.sect_news .news .post_area .post .post_item .post_ttl {
  font-weight: 400;
  line-height: 1.4;
  color: #696969;
  transition: all .3s;
}

.sect_news .news__link-btn {
  margin-top: 45px;
}

@media (max-width: 767px) {
  .sect_news {
    margin-top: 120px;
  }
  .sect_news .news {
    width: 100%;
    background: transparent;
    padding: 0;
  }
  .sect_news .news .through_pay {
    width: 150px;
    margin-top: 10px;
  }
  .sect_news .news .post_area {
    margin-top: 40px;
  }
  .sect_news .news .post_area .post .post_item {
    padding: 20px 30px 20px 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px 10px;
  }
  .sect_news .news .post_area .post .post_item::before, .sect_news .news .post_area .post .post_item::after {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    right: 10px;
  }
  .sect_news .news .post_area .post .post_item .date {
    font-size: 14px;
  }
  .sect_news .news .post_area .post .post_item .categoris li {
    font-size: 12px;
    padding: 0 10px;
    border-radius: 3px;
    background: #fff;
  }
  .sect_news .news .post_area .post .post_item .post_ttl {
    width: 100%;
    font-size: 14px;
  }
  .sect_news .news__link-btn {
    margin-top: 30px;
  }
}

/* ---------------------------------------------------------
    BLOG
--------------------------------------------------------- */
.sect_blog {
  margin-top: 180px;
}

.sect_blog__inner {
  width: 95%;
  max-width: 1780px;
  margin: 0 auto;
}

.sect_blog__link-btn {
  margin: 80px auto 0;
}

.blog-carousel {
  margin-top: 50px;
  padding: 0 70px;
  padding: 0 min(70px, 3.9vw);
  position: relative;
}

.blog-carousel .swiper-button-next,
.blog-carousel .swiper-button-prev {
  margin-top: 0;
  color: #f48f9f;
  top: calc(min(290px, 16.3vw) / 2 - 22px);
}

.blog-carousel .swiper-button-next:hover,
.blog-carousel .swiper-button-prev:hover {
  opacity: 0.75;
}

.blog-carousel .swiper-button-next {
  right: 0;
}

.blog-carousel .swiper-button-prev {
  left: 0;
}

.blog-card {
  width: 100%;
}

.blog-card__eyecatch {
  width: 100%;
  height: 100%;
  aspect-ratio: 520 / 290;
  object-fit: cover;
  margin-bottom: 25px;
  background: #70707033;
  position: relative;
  overflow: hidden;
}

.blog-card__eyecatch > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform .25s;
}

.blog-card__categories {
  margin-top: 10px;
}

.blog-card__title {
  margin-top: 1.3em;
  line-height: 1.5;
}

.blog-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.blog-card__link:hover .blog-card__eyecatch > img {
  transform: translate(-50%, -50%) scale(1.1);
}

.blog-categories {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-categories__item {
  padding: 0.3em 2em;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  background: #f48f9f;
  border-radius: 99px;
}

@media (max-width: 767px) {
  .sect_blog {
    margin-top: 120px;
  }
  .blog-carousel {
    padding: 0 40px;
  }
  .blog-carousel .swiper-button-next,
  .blog-carousel .swiper-button-prev {
    top: calc(min(362px, 47.1vw) / 2 - 22px);
  }
  .blog-carousel .swiper-button-next::after,
  .blog-carousel .swiper-button-prev::after {
    font-size: 24px;
  }
  .blog-card__eyecatch {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .blog-card__date {
    font-size: 14px;
  }
  .blog-card__title {
    font-size: 14px;
  }
  .blog-categories__item {
    font-size: 14px;
  }
}

/* ---------------------------------------------------------
    speciality
--------------------------------------------------------- */
.sect_speciality {
  margin: 190px auto 0;
}

.sect_speciality .speciality {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.sect_speciality .speciality .l_block {
  width: 46%;
}

.sect_speciality .speciality .l_block .sentence {
  margin-top: 27px;
  font-size: 23px;
  line-height: 1.6;
}

.sect_speciality .speciality .l_block .btn_wrap {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.sect_speciality .speciality .r_block {
  width: 54%;
}

.sect_speciality .speciality .r_block .video {
  cursor: pointer;
}

@media (max-width: 767px) {
  .sect_speciality {
    margin-top: 120px;
  }
  .sect_speciality .speciality {
    flex-direction: column;
    gap: 25px;
  }
  .sect_speciality .speciality .l_block {
    width: 100%;
  }
  .sect_speciality .speciality .l_block .sentence {
    font-size: 14px;
    margin-top: 20px;
  }
  .sect_speciality .speciality .r_block {
    width: 100%;
  }
}

/* ---------------------------------------------------------
    medical
--------------------------------------------------------- */
.sect_medical {
  margin-top: 217px;
}

.sect_medical .medical .headding {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
}

.sect_medical .medical .headding .sentence {
  font-size: 23px;
  line-height: 1.8;
}

.sect_medical .medical__content {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 55px 80px;
}

.sect_medical .card {
  padding-bottom: 30px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 25px;
  background: #fff;
  border: none;
}

.sect_medical .card .card_img {
  width: 100%;
}

.sect_medical .card .card_img .image {
  height: 100%;
  aspect-ratio: 590 / 297;
  object-fit: cover;
}

.sect_medical .card .card_ttl {
  font-size: 40px;
  color: #f48f9f;
  font-weight: 500;
  text-align: center;
}

.sect_medical .card .sentence {
  font-size: 20px;
  line-height: 1.6;
  text-align: justify;
  padding: 0 100px;
}

.sect_medical .card__link-btn {
  margin: 10px auto 0;
}

.sect_medical .card__link-btn a {
  color: #fff;
}

@media (max-width: 767px) {
  .sect_medical {
    margin-top: 120px;
  }
  .sect_medical .medical .headding {
    display: block;
  }
  .sect_medical .medical .headding .sentence {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 20px;
  }
  .sect_medical .medical__content {
    grid-template-columns: 1fr;
  }
  .sect_medical .card .card_ttl {
    font-size: 22px;
  }
  .sect_medical .card .sentence {
    padding: 0 20px;
    font-size: 14px;
  }
}

/* ---------------------------------------------------------
    Staff
--------------------------------------------------------- */
.sect_staff {
  margin: 260px auto 0;
}

.sect_staff .staff {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.sect_staff .staff .l_block {
  width: 46%;
}

.sect_staff .staff .l_block .sentence {
  margin-top: 27px;
  font-size: 23px;
  line-height: 1.6;
}

.sect_staff .staff .l_block .btn_wrap {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.sect_staff .staff .r_block {
  width: 54%;
}

.sect_staff .staff__link-btn {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .sect_staff {
    margin-top: 120px;
  }
  .sect_staff .staff {
    flex-direction: column;
  }
  .sect_staff .staff .l_block {
    width: 100%;
  }
  .sect_staff .staff .l_block .sentence {
    font-size: 14px;
  }
  .sect_staff .staff .r_block {
    width: 100%;
  }
}

/* ---------------------------------------------------------
    Facility
--------------------------------------------------------- */
.sect_facilities {
  margin: 90px auto 0;
}

.sect_facilities .sentence {
  margin-top: 20px;
  font-size: 23px;
  line-height: 1.8;
}

.sect_facilities .facilities {
  width: 100%;
  max-width: 1920px;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.sect_facilities__link-btn {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .sect_facilities {
    margin-top: 120px;
  }
  .sect_facilities .sentence {
    font-size: 14px;
  }
  .sect_facilities .facilities {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(5, 1fr);
  }
}

/* ---------------------------------------------------------
    Mother's Voice
--------------------------------------------------------- */
.sect_voice {
  margin: 130px auto 0;
}

.sect_voice__link-btn {
  margin-top: 60px;
}

.voices {
  max-width: 1480px;
  margin: 100px auto 0;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  place-items: center;
  gap: 40px;
}

.voice {
  width: 100%;
  max-width: 340px;
  padding-top: 80px;
  box-sizing: border-box;
  position: relative;
}

.voice__mama {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.voice__comment {
  width: 100%;
  padding: 80px 40px;
  box-sizing: border-box;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  border-radius: 50%;
  position: relative;
  background-color: #fff;
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
}

@media (max-width: 1500px) {
  .voices {
    max-width: 980px;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px 40px;
  }
  .voice {
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .sect_voice {
    margin-top: 120px;
  }
  .voices {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .voice {
    padding-top: 64px;
  }
  .voice__mama > img {
    width: 128px;
    height: 128px;
  }
  .voice__comment {
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
  }
}

@media (max-width: 375px) {
  .voice__comment {
    width: 100%;
    padding: 80px 20px 40px;
    border-radius: 20px;
    aspect-ratio: auto;
    font-size: 14px;
  }
}

/* ---------------------------------------------------------
    School & Service
--------------------------------------------------------- */
.sect_school {
  margin-top: 120px;
}

.sect_school .school {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.sect_school .school .l_block {
  width: 46%;
}

.sect_school .school .l_block .sentence {
  margin-top: 27px;
  font-size: 23px;
  line-height: 1.6;
}

.sect_school .school .l_block .btn_wrap {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.sect_school .school .r_block {
  width: 54%;
}

.sect_school .school__link-btn {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .sect_school {
    margin-top: 120px;
  }
  .sect_school .school {
    flex-direction: column;
  }
  .sect_school .school .l_block {
    width: 100%;
  }
  .sect_school .school .l_block .sentence {
    font-size: 14px;
  }
  .sect_school .school .r_block {
    width: 100%;
  }
}

/* ---------------------------------------------------------
    doctors_file
--------------------------------------------------------- */
.sect_doctors_file {
  margin-top: 240px;
}

.doctors_file .bnner {
  width: 100%;
  position: relative;
  transition: all .3s;
}

.doctors_file .bnner:hover {
  opacity: 0.75;
}

.doctors_file .bnner .link {
  position: absolute;
  inset: 0;
}

@media (max-width: 767px) {
  .doctors_file {
    margin-top: 120px;
  }
}

.sect_medical_doc {
  margin-top: 240px;
}

@media (max-width: 767px) {
  .sect_medical_doc {
    margin-top: 120px;
  }
}

.banner__link {
  transition: .3s;
}

.banner__link:hover {
  opacity: 0.75;
}

/* ---------------------------------------------------------
    official_sns
--------------------------------------------------------- */
.sect_official_sns {
  margin-top: 280px;
}

.sect_official_sns .official_sns .sns_wrap {
  max-width: 1080px;
  margin: 50px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.sect_official_sns .official_sns .sns_wrap .item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 14px;
}

.sect_official_sns .official_sns .sns_wrap .item .icon {
  max-width: 80px;
  margin: auto;
  position: relative;
  transition: all .3s;
}

.sect_official_sns .official_sns .sns_wrap .item .icon:hover {
  opacity: 0.75;
}

.sect_official_sns .official_sns .sns_wrap .item .icon .link {
  position: absolute;
  inset: 0;
}

.sect_official_sns .official_sns .sns_wrap .item .text {
  font-size: 18px;
  color: #f48f9f;
  text-align: center;
}

@media (max-width: 767px) {
  .sect_official_sns {
    margin-top: 120px;
  }
  .sect_official_sns .official_sns .sns_wrap {
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  .sect_official_sns .official_sns .sns_wrap .item {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .sect_official_sns .official_sns .sns_wrap .item .icon {
    max-width: none;
    width: 60px;
  }
  .sect_official_sns .official_sns .sns_wrap .item .text {
    font-size: 10px;
    line-height: 1.4;
    word-break: break-all;
  }
}

/* ---------------------------------------------------------
    clinic_info
--------------------------------------------------------- */
.sect_clinic {
  margin-top: 280px;
}

.sect_clinic .clinic {
  display: flex;
  gap: 65px;
}

.sect_clinic .clinic__l-content {
  flex-basis: 550px;
}

.sect_clinic .clinic__r-content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sect_clinic .clinic__map {
  margin-top: 20px;
}

.sect_clinic .clinic__map iframe {
  width: 100%;
  height: 280px;
}

.sect_clinic .logo {
  max-width: 400px;
}

.sect_clinic .text {
  margin-top: 40px;
  font-size: 20xp;
  line-height: 1.4;
  color: #707070;
}

.sect_clinic .text + .sect_clinic .text {
  margin-top: 23px;
}

.sect_clinic .business_hours {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .sect_clinic .clinic {
    flex-direction: column;
  }
  .sect_clinic .clinic__map iframe {
    width: 100%;
    height: 300px;
  }
}

/* ---------------------------------------------------------
    bunner_list
--------------------------------------------------------- */
.bunner_area {
  margin: 130px 0 70px;
}

.bunner_area .content .bunner_list {
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 40px;
}

.bunner_area .content .bunner_list .item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.bunner_area .content .bunner_list .item .link {
  position: absolute;
  inset: 0;
}

.bunner_area .content .bunner_list .item .link:hover {
  opacity: 0.75;
}

.bunner_area .content .bunner_list .item .label {
  font-size: 12px;
}

@media (max-width: 767px) {
  .bunner_area {
    margin: 90px 0 140px;
  }
  .bunner_area .content .bunner_list {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .bunner_area .content .bunner_list .item {
    width: 80%;
    margin: auto;
  }
  .bunner_area .content .bunner_list .item .label {
    text-align: center;
  }
}

/* ---------------------------------------------------------
    Button list
--------------------------------------------------------- */
.btn-list {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  gap: min(3.9vw, 80px);
}

.btn-list__item {
  max-width: 100%;
  flex-basis: 488px;
}

.icon-button {
  width: 100%;
  padding: 0.65em 1em;
  box-sizing: border-box;
  background: #f48f9f;
  border: 4px solid #F4E9F2;
  border-radius: 10px;
  color: #fff;
  font-size: 40px;
  font-size: min(3.9vw, 40px);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  transition: .25s;
}

.icon-button__icon {
  width: 1.5em;
  height: 1.5em;
  background: currentColor;
  border-radius: 50%;
  position: relative;
}

.icon-button__icon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 0.35em solid transparent;
  border-bottom: 0.35em solid transparent;
  border-left: 0.6em solid #f48f9f;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  transition: .25s;
}

.icon-button:hover {
  background: #fff;
  color: #f48f9f;
  border-color: currentColor;
}

.icon-button:hover .icon-button__icon::after {
  border-left-color: #fff;
}

@media (max-width: 767px) {
  .btn-list {
    width: 80%;
    margin: 0 auto;
    align-items: stretch;
    flex-direction: column;
    gap: 30px;
  }
  .btn-list__item {
    flex-basis: auto;
  }
  .icon-button {
    padding: 1;
    font-size: 24px;
  }
}
