@charset "UTF-8";
.bg_mainContent.home .content {
  color: #000;
  overflow: hidden;
}
.bg_mainContent.home .content .inner h2 {
  text-align: left;
  line-height: 1.1;
}
.bg_mainContent.home .content .inner h2 .en {
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  font-weight: 400;
}
.bg_mainContent.home .content .inner h2 .ja {
  font-size: 14px;
  margin: 0 0 0.2em 1em;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .bg_mainContent.home .content .inner h2 {
    text-align: left;
  }
  .bg_mainContent.home .content .inner h2 .en {
    font-size: 80px;
  }
  .bg_mainContent.home .content .inner h2 .ja {
    font-size: 45px;
  }
}

.mv_slider_wrapper {
  position: relative;
  width: 100%;
}
.mv_slider_wrapper .swiper {
  position: relative;
  width: 100%;
  margin: 20px auto;
  padding: 0 20px 48px;
  box-sizing: border-box;
  overflow: hidden;
}
.mv_slider_wrapper .swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  flex: 0 0 auto;
}
.mv_slider_wrapper .swiper .swiper-slide img, .mv_slider_wrapper .swiper .swiper-slide picture {
  position: relative;
  width: 100%;
  height: auto;
  max-width: unset;
  display: block;
}
.mv_slider_wrapper .swiper .swiper-slide > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
.mv_slider_wrapper .swiper-button-prev,
.mv_slider_wrapper .swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  width: 13px;
  height: 16px;
  border-radius: 50%;
  border: none;
  box-shadow: none;
  background: rgba(255, 255, 255, 0) no-repeat center/contain;
  color: transparent;
  opacity: 1;
  z-index: 5;
}
.mv_slider_wrapper .swiper-button-prev::after,
.mv_slider_wrapper .swiper-button-next::after {
  display: none;
}
.mv_slider_wrapper .swiper-button-prev {
  left: 4px;
  background-image: url(../img/common/slide_arrow_left.svg);
}
.mv_slider_wrapper .swiper-button-next {
  right: 4px;
  background-image: url(../img/common/slide_arrow_right.svg);
}
.mv_slider_wrapper .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.2);
}
.mv_slider_wrapper .swiper-pagination-bullet-active {
  background: #333333;
}
@media (min-width: 769px) {
  .mv_slider_wrapper .swiper {
    padding: 0 60px 48px;
    margin: 35px auto;
    overflow: visible;
  }
  .mv_slider_wrapper .swiper .swiper-slide {
    width: 1600px;
    max-width: 100%;
  }
  .mv_slider_wrapper .swiper-button-prev,
  .mv_slider_wrapper .swiper-button-next {
    display: none;
  }
}

#topics {
  --wave-h: 33px; /* 上下波の高さを約1/3に縮小 */
  position: relative;
  width: 100%;
  height: 440px;
  margin: 50px auto 0;
  padding: 50px 0 0;
  background-image: url(../img/top/topics_bg.webp);
  background-size: 800px auto;
  background-position: 76% -46px;
  background-repeat: no-repeat;
  overflow: hidden;
  mask: url("data:image/svg+xml;utf8,      <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 100' preserveAspectRatio='none'>        <g transform='scale(-1,1) translate(-1200,0)'>          <path d=\"M0,40 C200,0 400,0 600,40 C800,80 1000,80 1200,40 L1200,100 L0,100 Z\" fill=\"black\"/>        </g>      </svg>") top/100% var(--wave-h) no-repeat, linear-gradient(#000, #000) 0 var(--wave-h)/100% calc(100% - var(--wave-h) * 2 + 1px) no-repeat;
  -webkit-mask: url("data:image/svg+xml;utf8,      <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 100' preserveAspectRatio='none'>        <g transform='scale(-1,1) translate(-1200,0)'>          <path d=\"M0,40 C200,0 400,0 600,40 C800,80 1000,80 1200,40 L1200,100 L0,100 Z\" fill=\"black\"/>        </g>      </svg>") top/100% var(--wave-h) no-repeat, linear-gradient(#000, #000) 0 var(--wave-h)/100% calc(100% - var(--wave-h) * 2 + 1px) no-repeat;
}
#topics .inner {
  position: relative;
  z-index: 1;
}
#topics .inner div.outer_box {
  margin: 0 0 0 auto;
  width: 214px;
}
#topics .inner div.outer_box div.inner_box {
  height: 310px;
  overflow-x: hidden;
  overflow-y: scroll;
}
#topics .inner div.outer_box div.inner_box ul {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 100px;
}
#topics .inner div.outer_box div.inner_box ul li {
  position: relative;
  width: 205px;
  min-height: 47px;
  background-color: #fff;
  border-radius: 999px;
}
#topics .inner div.outer_box div.inner_box ul li a > img {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 5px;
  border-radius: 50%;
  transform: translateY(-50%);
}
#topics .inner div.outer_box div.inner_box ul li a > div {
  width: calc(100% - 66px);
  font-size: 10.5px;
  margin: 7px 10px auto 56px;
}
#topics .inner div.outer_box div.inner_box ul li.new:after {
  position: absolute;
  width: 33px;
  height: 33px;
  top: -10px;
  right: -8px;
  display: block;
  content: "";
  background-image: url(../img/top/topics_icon_new.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  #topics {
    --wave-h: 100px; /* 上下波の高さ固定 */
    position: relative;
    width: 100%;
    height: 1200px;
    margin: 100px auto 0;
    padding: 100px 0 0;
    background-image: url(../img/top/topics_bg.webp);
    background-size: 2745px auto;
    background-position: 74% -200px;
    background-repeat: no-repeat;
    overflow: hidden;
    mask: url("data:image/svg+xml;utf8,            <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 100' preserveAspectRatio='none'>                <g transform='scale(-1,1) translate(-1200,0)'>                <path d=\"M0,40 C200,0 400,0 600,40 C800,80 1000,80 1200,40 L1200,100 L0,100 Z\" fill=\"black\"/>                </g>            </svg>") top/100% var(--wave-h) no-repeat, linear-gradient(#000, #000) 0 var(--wave-h)/100% calc(100% - var(--wave-h) * 2 + 1px) no-repeat;
    -webkit-mask: url("data:image/svg+xml;utf8,            <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 100' preserveAspectRatio='none'>                <g transform='scale(-1,1) translate(-1200,0)'>                <path d=\"M0,40 C200,0 400,0 600,40 C800,80 1000,80 1200,40 L1200,100 L0,100 Z\" fill=\"black\"/>                </g>            </svg>") top/100% var(--wave-h) no-repeat, linear-gradient(#000, #000) 0 var(--wave-h)/100% calc(100% - var(--wave-h) * 2 + 1px) no-repeat;
  }
  #topics .inner div.outer_box {
    margin: 0 0 0 auto;
    width: 645px;
  }
  #topics .inner div.outer_box div.inner_box {
    height: 870px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  #topics .inner div.outer_box div.inner_box ul {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 38px;
    margin-bottom: 200px;
    padding-top: 28px;
  }
  #topics .inner div.outer_box div.inner_box ul li {
    position: relative;
    width: 600px;
    min-height: 140px;
    background-color: #fff;
    border-radius: 999px;
  }
  #topics .inner div.outer_box div.inner_box ul li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.3s;
  }
  #topics .inner div.outer_box div.inner_box ul li a > img {
    position: absolute;
    width: 120px;
    height: 120px;
    top: 50%;
    left: 8px;
    border-radius: 50%;
    transform: translateY(-50%);
  }
  #topics .inner div.outer_box div.inner_box ul li a > div {
    width: calc(100% - 170px);
    font-size: 24px;
    margin: 32px 20px auto 150px;
  }
  #topics .inner div.outer_box div.inner_box ul li a:hover {
    opacity: 0.5;
  }
  #topics .inner div.outer_box div.inner_box ul li.new:after {
    width: 98px;
    height: 98px;
    top: -30px;
    right: -26px;
  }
}

.wave-box.over {
  margin-top: -75px;
  padding-top: 80px;
}
@media screen and (min-width: 769px) {
  .wave-box.over {
    margin-top: -190px;
    padding-top: 180px;
  }
}

#treatment .inner h2 {
  margin-bottom: 10px;
}
#treatment .inner h2 span {
  display: inline-block;
  width: 100%;
  margin-left: 0;
}
#treatment .inner > div.treatment_panel img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 769px) {
  #treatment .inner > div.treatment_panel .shadow {
    display: block;
    filter: drop-shadow(7px 7px 10px rgba(0, 0, 0, 0.3));
  }
}

/* 中身 */
div.treatment_panel {
  position: relative;
  width: 100%;
  max-width: 335px;
  margin: 45px auto;
}
div.treatment_panel > img {
  width: 100%;
}
div.treatment_panel ul {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 54px 33px 0;
}
div.treatment_panel ul li {
  display: block;
  padding: 9px 0 8.5px; /*background-image: url(../img/common/hr_dot_01_w.svg); background-size: auto 1px; background-position: center bottom; background-repeat: repeat-x;*/
}
div.treatment_panel ul li .poco-card-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
div.treatment_panel ul li .poco-card-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
div.treatment_panel ul li .poco-card-item .poco-card-item__img {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ccc;
  margin-right: 7px;
}
div.treatment_panel ul li .poco-card-item .poco-card-item__title {
  width: calc(100% - 60px);
  text-align: center;
  padding-right: 40px;
  font-size: 16px;
  color: #fff;
}
div.treatment_panel ul li .poco-card-item .poco-card-item__title:after {
  position: absolute;
  width: 12px;
  height: 16px;
  top: 50%;
  right: 18px;
  display: block;
  content: "";
  background-image: url(../img/common/link_arrow_down.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transform: rotate(-90deg) translateX(52%);
}
div.treatment_panel ul li:last-child {
  background-image: none;
}
@media screen and (min-width: 769px) {
  div.treatment_panel {
    max-width: 1280px;
    margin: 10.66666667% auto;
  }
  div.treatment_panel ul {
    padding: 8.8028169% 72px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  div.treatment_panel ul li {
    width: 45.76%;
    padding: 4.40140845% 0;
    background-size: auto 3px;
    background-position: right bottom;
  }
  div.treatment_panel ul li .poco-card-item {
    transition: all 0.3s;
  }
  div.treatment_panel ul li .poco-card-item .poco-card-item__img {
    width: 26.9230769%;
    height: 100%;
    aspect-ratio: 1/1;
    margin-right: unset;
  }
  div.treatment_panel ul li .poco-card-item .poco-card-item__title {
    width: 73.0769231%;
    padding-right: 15%;
    font-size: 145.8333%;
    line-height: 1.2;
  }
  div.treatment_panel ul li .poco-card-item .poco-card-item__title:after {
    width: 21px;
    height: 26px;
    right: 24px;
    display: block;
    content: "";
  }
  div.treatment_panel ul li .poco-card-item:hover {
    opacity: 0.5;
  }
  div.treatment_panel ul li:nth-last-child(2) {
    background-image: none;
  }
  div.treatment_panel ul li:last-child {
    background-image: none;
  }
}

#pickup .slider_wrapper .swiper .swiper-slide > img {
  margin: 0 0 10px;
}
#pickup .slider_wrapper .swiper .swiper-slide > div {
  margin-bottom: 10px;
}
#pickup .slider_wrapper .swiper .swiper-slide > div .title {
  font-size: 21px;
  margin-bottom: 5px;
}
#pickup .slider_wrapper .swiper .swiper-slide > div .text {
  font-size: 13px;
}
#pickup .slider_wrapper .swiper .swiper-slide a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
@media screen and (min-width: 769px) {
  #pickup .slider_wrapper .swiper .swiper-slide {
    width: 400px;
    transition: all 0.3s;
    margin: 0 12px;
  }
  #pickup .slider_wrapper .swiper .swiper-slide > img {
    margin: 0 0 10px;
  }
  #pickup .slider_wrapper .swiper .swiper-slide > div {
    margin-bottom: 10px;
  }
  #pickup .slider_wrapper .swiper .swiper-slide > div .title {
    font-size: 26px;
    margin-bottom: 5px;
  }
  #pickup .slider_wrapper .swiper .swiper-slide > div .text {
    font-size: 13px;
  }
  #pickup .slider_wrapper .swiper .swiper-slide:hover {
    opacity: 0.5;
  }
}

/*
#case { margin: 0 auto 20px;
    h3 { text-align: center; font-size: 20px; margin: 16px auto;
        &:before { display: inline-block; content: ''; height: 1px; width: 26px; background-color: #000; transform: translateY(-0.4em); margin-right: 1em; }
        &:after  { display: inline-block; content: ''; height: 1px; width: 26px; background-color: #000; transform: translateY(-0.4em); margin-left: 1em; }
    }
    ul {
        li { width: 100%; margin-bottom: 36px;
            div.box { width: 100%; background-color: #fff; border-radius: 16px; padding: 15px 15px 10px 15px;
                img { margin: 8px auto; }
                h4 { font-size: 18px; color: #027da1; }
                > div {
                    p { font-size: 11px; }
                    h5 { display: inline-block; font-size: 9px; background-color: #c0c0c0; padding: 0 0.7em; line-height: 1.6em; border-radius: 999px; margin-right: 0.4em; }
                    > div {  width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;
                        p { display: inline; }
                        div:nth-child(1) { width: 54%; }
                        div:nth-child(2) { width: 44%; }
                    }
                }
            }
        }
    }
    @media screen and (min-width: 769px) { margin: 100px auto 150px;
        h3 { font-size: 26px; }
        ul { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 3.125%; margin-bottom: 50px;
            li { width: 31.25%;
                div.box { padding: 15px 5% 10px 5%;
                    h4 { font-size: 22px; }
                    > div {
                        p { font-size: 13px; }
                        h5 { font-size: 11px; margin-right: 0.2em;  }
                        > div {
                            div:nth-child(2) { width: 46%; }
                        }
                    }
                }
            }
        }
    }
}
*/
#clinic {
  margin-bottom: 90px;
}
#clinic .inner ul {
  width: 100%;
  max-width: 512px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px 4.54%;
  margin: 20px auto;
}
#clinic .inner ul li {
  position: relative;
  width: 47.727%;
  border-radius: 9px;
  overflow: hidden;
}
#clinic .inner ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
#clinic .inner ul li h3 {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  background: linear-gradient(90deg, #81a2e6, #8fc1fb);
}
@media screen and (min-width: 375px) {
  #clinic .inner ul {
    gap: 30px 20px;
    max-width: unset;
  }
  #clinic .inner ul li {
    width: 157px;
  }
}
@media screen and (min-width: 769px) {
  #clinic {
    margin-bottom: 155px;
  }
  #clinic .inner ul {
    gap: 50px 3.125%;
  }
  #clinic .inner ul li {
    width: 31.25%;
    transition: all 0.3s;
  }
  #clinic .inner ul li:hover {
    opacity: 0.5;
  }
  #clinic .inner ul li h3 {
    height: 62px;
    line-height: 62px;
    font-size: 40px;
  }
}

#beauty_column {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  #beauty_column {
    margin-bottom: 150px;
  }
}
#beauty_column .mv {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
#beauty_column .mv h2 {
  position: absolute;
  z-index: 2;
  top: 27px;
  left: 0;
  display: block;
  width: 45.3333vw;
  max-width: 240px;
  min-width: 170px;
  height: 110px;
  border-radius: 0 13px 13px 0;
  padding: 15px 0 0 4.2vw;
  background: linear-gradient(96deg, #6da8ff, #ffa0bd);
  color: #fff;
  line-height: 1;
}
#beauty_column .mv h2 .en {
  font-size: 30px;
}
#beauty_column .mv h2 .ja {
  font-size: 15px;
  display: block;
  line-height: 1.8;
}
#beauty_column .mv div.img {
  position: relative;
  z-index: 1;
  width: 89.33333%;
  max-width: 540px;
  height: 285px;
  background-image: url(../img/top/beauty_column_mv.webp);
  background-size: auto 104%;
  background-position: 25% center;
  background-repeat: no-repeat;
  margin: 0 0 0 auto;
  border-radius: 13px 0 0 13px;
}
@media screen and (min-width: 769px) {
  #beauty_column .mv h2 {
    top: 93px;
    width: calc(366px + 20vw);
    max-width: unset;
    min-width: unset;
    height: 350px;
    border-radius: 0 33px 33px 0;
    padding: 45px 0 0 calc(10px + 9.2vw);
  }
  #beauty_column .mv h2 .en {
    font-size: 90px;
  }
  #beauty_column .mv h2 .ja {
    font-size: 50px;
    display: block;
    line-height: 1.8;
  }
  #beauty_column .mv div.img {
    width: calc(100% - 230px);
    max-width: 1850px;
    height: 780px;
    background-size: auto 114%;
    border-radius: 33px 0 0 33px;
  }
}
@media screen and (min-width: 1400px) {
  #beauty_column .mv h2 {
    width: 646px;
    max-width: unset;
    min-width: unset;
    padding: 45px 0 0 calc(10px + 10.2vw);
  }
  #beauty_column .mv div.img {
    width: 83.3333%;
  }
}
@media screen and (min-width: 1480px) {
  #beauty_column .mv h2 {
    width: 43.75vw;
    left: 0;
    right: unset;
    max-width: 840px;
    min-width: 646px;
    padding: 45px 0 0 10.2vw;
  }
}
#beauty_column .inner div.list {
  margin: 20px auto 30px;
}
#beauty_column .inner div.list > div {
  width: 100%;
  margin: 20px auto;
}
#beauty_column .inner div.list > div .cate {
  display: inline-block;
  height: auto;
  color: #fff;
  font-size: 13px;
  padding: 2px 1em;
  line-height: 1.2;
  border-radius: 999px;
  background: linear-gradient(90deg, #81a2e6, #8fc1fb);
  margin-bottom: 4px;
}
#beauty_column .inner div.list > div .text {
  font-size: 14px;
}
#beauty_column .inner div.list > div .text:after {
  display: inline-block;
  content: "";
  width: 7px;
  height: 10px;
  padding-left: 1.6em;
  background-image: url(../img/common/link_arrow_left.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  #beauty_column .inner div.list {
    margin: 100px auto 110px;
  }
  #beauty_column .inner div.list > div {
    width: 100%;
    margin: 60px auto;
  }
  #beauty_column .inner div.list > div a {
    display: block;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
  }
  #beauty_column .inner div.list > div a:hover {
    opacity: 0.5;
  }
  #beauty_column .inner div.list > div .cate {
    display: block;
    width: 300px;
    min-height: 70px;
    font-size: 26px;
    padding: 2px 8px;
    margin-bottom: 4px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #beauty_column .inner div.list > div .text {
    position: relative;
    display: block;
    width: calc(100% - 340px);
    font-size: 28px;
    padding-right: 166px;
  }
  #beauty_column .inner div.list > div .text:after {
    position: absolute;
    top: 50%;
    right: 2px;
    display: block;
    content: "";
    width: 22px;
    height: 29px;
    padding-left: unset;
    transform: translateY(-50%);
  }
}

#news_release {
  margin-bottom: 60px;
}
#news_release .inner ul {
  margin: 20px auto 45px;
}
#news_release .inner ul li {
  margin: 14px auto 0;
  padding: 0 0 14px;
  background-image: url(../img/common/hr_dot_01_b.svg);
  background-size: auto 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
#news_release .inner ul li a {
  font-size: 13px;
  color: #6c6c6c;
  font-feature-settings: "palt";
}
#news_release .inner ul li a .date {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  margin-bottom: 4px;
}
@media screen and (min-width: 769px) {
  #news_release {
    margin-bottom: 150px;
  }
  #news_release .inner ul {
    margin: 80px auto 100px;
  }
  #news_release .inner ul li {
    margin: 35px auto 0;
    padding: 0 0 35px;
    background-size: auto 1px;
  }
  #news_release .inner ul li a {
    font-size: 23px;
    transition: all 0.3s;
  }
  #news_release .inner ul li a:hover {
    opacity: 0.5;
  }
  #news_release .inner ul li a .date {
    font-size: 28px;
    margin-bottom: 4px;
  }
}

#doctor .swiper-wrapper {
  width: 100%;
}
#doctor .swiper-wrapper .swiper-slide {
  width: 100%;
  max-width: 400px;
  padding: 16px 4.84848%;
  border-color: #fff;
  box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
}
#doctor .swiper-wrapper .swiper-slide .doc {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#doctor .swiper-wrapper .swiper-slide .doc p {
  writing-mode: vertical-rl;
}
#doctor .swiper-wrapper .swiper-slide .doc p.title {
  font-size: 5.36vw;
  line-height: 1;
}
#doctor .swiper-wrapper .swiper-slide .doc p.title.sml {
  font-size: 4.288vw;
  line-height: 1.3;
}
#doctor .swiper-wrapper .swiper-slide .doc p.name {
  font-size: 9.84vw;
  line-height: 1;
}
#doctor .swiper-wrapper .swiper-slide .doc img {
  width: 54.5vw;
  height: auto;
  aspect-ratio: 1/1;
}
#doctor .swiper-wrapper .swiper-slide .details {
  margin-top: 10px;
}
#doctor .swiper-wrapper .swiper-slide .details p {
  font-size: 13px;
}
#doctor .swiper-wrapper .swiper-slide .details .button {
  margin-top: 19px;
}
@media screen and (min-width: 375px) {
  #doctor .swiper-wrapper .swiper-slide .doc p.title {
    font-size: 20px;
  }
  #doctor .swiper-wrapper .swiper-slide .doc p.title.sml {
    font-size: 16px;
  }
  #doctor .swiper-wrapper .swiper-slide .doc p.name {
    font-size: 37px;
  }
  #doctor .swiper-wrapper .swiper-slide .doc img {
    width: 67.44%;
  }
}
@media screen and (min-width: 769px) {
  #doctor .swiper-wrapper .swiper-slide {
    padding: 20px;
    margin: 0 17px;
  }
  #doctor .swiper-wrapper .swiper-slide .doc p.title {
    font-size: 25px;
  }
  #doctor .swiper-wrapper .swiper-slide .doc p.title.sml {
    font-size: 20px;
  }
  #doctor .swiper-wrapper .swiper-slide .doc p.name {
    font-size: 47px;
  }
  #doctor .swiper-wrapper .swiper-slide .doc img {
    width: 60%;
    aspect-ratio: 1/1;
  }
  #doctor .swiper-wrapper .swiper-slide .button a {
    width: 67.5%;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
  }
  #doctor .swiper-wrapper .swiper-slide .button a:after {
    width: 7.3px;
    height: 9.5px;
    right: 5%;
  }
}

#doctor .slider_wrapper .swiper-button-prev,
#doctor .slider_wrapper .swiper-button-next {
  top: 50%;
}

#recommend .inner ul {
  width: 100%;
  margin: 27px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#recommend .inner ul li {
  width: 47.9%;
  margin: 5px auto;
}
@media screen and (min-width: 769px) {
  #recommend {
    margin: 50px auto 150px;
  }
  #recommend .inner ul {
    justify-content: flex-start;
    gap: 23px 2%;
  }
  #recommend .inner ul li {
    width: 32%;
  }
  #recommend .inner ul li a {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    transition: all 0.3s;
  }
  #recommend .inner ul li a:hover {
    opacity: 0.5;
  }
  #recommend .inner ul li img {
    width: 100%;
  }
}

.slider_wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.slider_wrapper .swiper {
  position: relative;
  width: 100%;
  margin: 20px auto;
  padding: 0 20px 48px;
  box-sizing: border-box;
  overflow: hidden;
}
.slider_wrapper .swiper-button-prev,
.slider_wrapper .swiper-button-next {
  position: absolute;
  top: 30%;
  margin-top: -22px;
  width: 13px;
  height: 16px;
  border-radius: 50%;
  border: none;
  box-shadow: none;
  background: rgba(255, 255, 255, 0) no-repeat center/contain;
  color: transparent;
  opacity: 1;
  z-index: 5;
}
.slider_wrapper .swiper-button-prev::after,
.slider_wrapper .swiper-button-next::after {
  display: none;
}
.slider_wrapper .swiper-button-prev {
  left: 4px;
  background-image: url(../img/common/slide_arrow_left.svg);
}
.slider_wrapper .swiper-button-next {
  right: 4px;
  background-image: url(../img/common/slide_arrow_right.svg);
}
.slider_wrapper .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.2);
}
.slider_wrapper .swiper-pagination-bullet-active {
  background: #333333;
}
@media (min-width: 769px) {
  .slider_wrapper .swiper {
    padding: 0 0 56px;
    margin: 50px auto;
  }
  .slider_wrapper .swiper-button-prev,
  .slider_wrapper .swiper-button-next {
    display: none;
  }
}/*# sourceMappingURL=home.css.map */