@charset "UTF-8";
/*
	Filename: home
	Version: 1.0.1
*/
/*-----------------------------------------------------
	#mv
------------------------------------------------------*/
#mv {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 680px;
  overflow: hidden;
}
#mv::after {
  content: "";
  display: block;
  position: absolute;
	top: 0;
	left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.2);
  border-bottom-left-radius: 400px;
}
.mv_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 0;
  border-bottom-left-radius: 400px;
}
.mv_text {
  position: absolute;
	bottom: 195px;
  left: 90px;
  z-index: 1;
  width: calc(100% - 90px);
}
.mv_text h2 {
  font-size: 33px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #fff;
}
.mv_text h2 span {
  display: block;
  margin-top: 30px;
  font-size: 140px;
  font-weight: 300;
}
@media screen and (max-width: 950px) {
  .mv_text h2 {
    font-size: 24px;
  }
  .mv_text h2 span {
    margin-top: 30px;
    font-size: 110px;
  }
}
@media screen and (max-width: 750px) {
  #mv {
    min-height: auto;
  }
  #mv::after {
    border-bottom-left-radius: 100px;
  }
  .mv_bg {
    border-bottom-left-radius: 100px;
  }
  .mv_text {
    bottom: 70px;
    left: 27px;
    width: calc(100% - 44px);
  }
  .mv_text h2 {
    font-size: 6.4vw;
  }
  .mv_text h2 span {
    font-size: 14.067vw;
  }
}
/*-----------------------------------------------------
	#news
------------------------------------------------------*/
#news {
  padding-top: 55px;
  padding-bottom: 90px;
}
#news .wrap {
  width: 1000px;
}
.news_l {
  position: relative;
  width: 350px;
  min-height: 200px;
}
.news_l h2 {
  text-align: left;
}
.news_r {
  position: relative;
  width: calc(100% - 350px);
}
#news .wrap .news_link {
  position: relative;
  top: -47px;
  width: 150px;
}
@media screen and (max-width: 1060px) {
  #news .wrap {
    width: calc(100% - 60px);
  }
  .news_l {
    width: 150px;
  }
  .news_r {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 750px) {
  #news {
    margin-top: 265px;
    padding-top: 80px;
    padding-bottom: 60px;
  }
  #news .wrap {
    width: calc(100% - 50px);
  }
  .news_l {
    width: 100%;
    margin-bottom: 40px;
  }
  .news_l h2 {
    text-align: center;
  }
  .news_l .news_link {
    bottom: 0;
  }
  .news_r {
    width: 100%;
  }
  #news .wrap .news_link {
    top: 0;
    width: 280px;
    max-width: 100%;
    margin: 50px auto 0;
    border: 1px solid #B2BEBF;
    text-align: left;
  }
  #news .wrap .news_link a {
    display: block;
    padding: 13px 0 13px 40px;
    font-size: 18px;
    font-weight: 500;
  }
  #news .wrap .news_link a:hover {
    background: #F5F5F5;
    color: #575C5D;
  }
  #news .wrap .news_link a::after {
    right: 15px;
  }
  #news .wrap .news_link a:hover::after {
    background: url("../img/common/black_arrow.svg") no-repeat center center;
    background-size: cover;
  }
}
/*-----------------------------------------------------
	#campaign
------------------------------------------------------*/
#campaign {
  padding: 80px 0 60px;
  background: linear-gradient(270deg, #F5F5F5 0%, #FFFFFF 14.42%, #E0EBF0 30.77%, #FFFFFF 44.23%, #F5F5F5 60.58%, #FFFFFF 72.12%, #E0EBF0 87.5%, #FFFFFF 100%);
}
.campaign_header {
  align-items: center;
  margin-bottom: 80px;
}
.campaign_header h2 {
  justify-content: flex-start;
  align-items: center;
}
.campaign_header h2 span {
  display: inline-block;
  margin-right: 24px;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .campaign_header {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  .campaign_header h2 {
    display: block;
    text-align: center;
  }
  .campaign_header h2 span {
    display: block;
    margin-right: 0;
    margin-bottom: 24px;
  }
  #campaign .wrap .campaign_link {
    width: 280px;
    max-width: 100%;
    margin: 10px auto 0;
    border: 1px solid #B2BEBF;
    text-align: left;
  }
  #campaign .wrap .campaign_link a {
    display: block;
    padding: 13px 0 13px 40px;
    font-size: 18px;
    font-weight: 500;
  }
  #campaign .wrap .campaign_link a:hover {
    background: #F5F5F5;
    color: #575C5D;
  }
  #campaign .wrap .campaign_link a::after {
    right: 15px;
  }
  #campaign .wrap .campaign_link a:hover::after {
    background: url("../img/common/black_arrow.svg") no-repeat center center;
    background-size: cover;
  }
}
/*-----------------------------------------------------
	#clinic_menu
------------------------------------------------------*/
#clinic_menu {
  padding-top: 80px;
}
.clinic_menu_inner {
  padding: 80px 0;
  background: #575C5D;
  border-radius: 400px 400px 0 0;
}
@media screen and (max-width: 1600px) {
  .clinic_menu_inner {
    border-radius: 25vw 25vw 0 0;
  }
}
#clinic_menu h2 {
  margin-bottom: 30px;
  color: #fff;
}
.tab2 {
  display: flex;
	flex-direction: row;
	flex-wrap: wrap;
  justify-content: center;
	gap: 40px;
  width: 800px;
  margin: 0 auto 60px;
  padding: 20px 0;
  border-top: 1px solid #B2BEBF;
  border-bottom: 1px solid #B2BEBF;
}
.tab_item2 {
  text-align: center;
}
.tab_link2 {
  display: inline-block;
  padding: 5px 20px 3px;
  background: #727879;
  border: 1px solid #727879;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
  transition: .3s;
}
.tab_link2.on, .tab_link2:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #575C5D;
  transition: .3s;
}
.tab_body_item2 {
  display: none;
}
.tab_body_item2.on {
  display: block;
}
@media screen and (max-width: 960px) {
  .tab2 {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #clinic_menu {
    padding-top: 60px;
  }
  .clinic_menu_inner {
    border-radius: 250px 250px 0 0;
  }
}
@media screen and (max-width: 414px) {
  .tab2 {
    gap: 20px;
    padding: 30px 0;
  }
  .tab_item2 {
    width: 100%;
  }
}
/*-----------------------------------------------------
	#pickup
------------------------------------------------------*/
#pickup {
  padding: 80px 0;
  background: linear-gradient(270deg, #F5F5F5 0%, #FFFFFF 14.42%, #E0EBF0 30.77%, #FFFFFF 44.23%, #F5F5F5 60.58%, #FFFFFF 72.12%, #E0EBF0 87.5%, #FFFFFF 100%);
}
.pickup_header {
  align-items: center;
  margin-bottom: 80px;
}
.pickup_header h2 {
  justify-content: flex-start;
  align-items: center;
}
.pickup_header h2 span {
  display: inline-block;
  margin-right: 24px;
  margin-bottom: 0;
}
.swiper_clip {
  position: relative;
  max-width: 100%;
  overflow: visible;
}
.swiper-wrapper {
  padding-bottom: 30px;
}
.swiper-slide {
  position: relative;
  transform: scale(0.8) !important;
  transform-origin: center center;
  transition: transform 0.7s;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.swiper-slide-active {
  transform: scale(1) !important;
}
.slide_button {
  position: relative;
  top: -8px;
  width: 70px;
  margin-right: 50px;
  margin-left: auto;
}
.swiper [class^="swiper-button-"]::after{
  content: "" !important;
}
.swiper .swiper-button-next {
  right: 0;
}
.swiper .swiper-button-prev {
  left: 0;
}
.swiper-button-prev,
.swiper-button-next {
  width: 30px !important;
  height: 30px !important;
  background: none !important;
  color: transparent !important;
}
.custom-prev img,
.custom-next img {
  display: block;
  width: 30px;
  height: auto;
}
.custom-prev img:hover,
.custom-next img:hover {
  opacity: .6;
}
@media screen and (max-width: 750px) {
  .pickup_header {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  .pickup_header h2 {
    display: block;
    text-align: center;
  }
  .pickup_header h2 span {
    display: block;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .swiper-wrapper {
    padding: 0 !important;
  }
  .swiper-slide {
    padding-right: 25px;
    padding-left: 25px;
  }
  .slide_button {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .custom-prev,
  .custom-next {
    top: calc(50% - 25px);
    width: 20px !important;
    height: 100px !important;
    background: #B2BEBF !important;
  }
  .custom-prev img,
  .custom-next img {
    width: 20px;
  }
}
/*-----------------------------------------------------
	#case
------------------------------------------------------*/
#case {
  padding-top: 100px;
}
.tab {
  display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
  width: 710px;
  margin: 60px auto 40px;
}
.tab_item {
  width: calc((100% - 50px) / 6);
  text-align: center;
}
.tab_link {
  display: block;
  padding: 10px;
  background: #fff;
  border: 1px solid #B2BEBF;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.tab_link.on, .tab_link:hover {
  background: #B2BEBF;
  color: #fff;
}
.tab_body_item {
  display: none;
}
.tab_body_item.on {
  display: block;
}

@media screen and (max-width: 900px) {
  .tab {
    width: 100%;
  }
  .tab_item {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 750px) {
  #case {
    padding-top: 80px;
  }
  .tab {
    margin: 40px auto;
  }
  .tab_item {
    width: calc((100% - 10px) / 2);
  }
}

/*-----------------------------------------------------
	#doctor
------------------------------------------------------*/
#doctor {
  position: relative;
  margin-top: 194px;
  padding-bottom: 62px;
}
.doctor_photo {
  position: absolute;
  bottom: 0;
  left: 0;
}
.doctor_photo img {
  width: 1180px;
  height: 793px;
}
.doctor_prof {
  margin-left: 480px;
}
.doctor_prof p {
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
.doctor_prof p:last-of-type {
  margin-bottom: 40px;
}
.doctor_prof .link_more_02 {
  margin: 0;
}
@media screen and (max-width: 1110px) {
  #doctor {
    margin-top: 90px;
    overflow: hidden;
  }
  .doctor_photo {
    position: relative;
    bottom: auto;
    left: auto;
  }
  .doctor_photo img {
    height: auto;
  }
  .doctor_prof {
    margin-top: 40px;
    margin-left: 0;
  }
  .doctor_prof .link_more_02 {
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  #doctor {
    padding-bottom: 80px;
  }
}

/*-----------------------------------------------------
	#sns
------------------------------------------------------*/
#sns {
  padding: 40px 0;
  background: #F5F5F5;
}
#sns h2 span {
  margin-bottom: 30px;
}
#sns h2 span {
  font-size: 24px;
}
#sns .flex {
  justify-content: flex-start;
  gap: 30px;
}
.sns_link {
  width: calc((100% - 60px) / 3);
  background: #fff;
}
.sns_link a {
  display: block;
  padding: 28px;
  border: 1px solid #B2BEBF;
  text-align: center;
}
.sns_link a span {
  display: inline-block;
  position: relative;
  padding-left: 45px;
  
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.sns_link a span::before {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../img/common/instagram_icon.svg") no-repeat center center;
  background-size: cover;
}
.sns_link:nth-of-type(2) a span::before {
  width: 21px;
  height: 24px;
  background: url("../img/common/tiktok_icon.svg") no-repeat center center;
  background-size: cover;
}
.sns_link:nth-of-type(3) a span::before {
  width: 25px;
  height: 24px;
  background: url("../img/common/line_icon.svg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  #sns .flex {
    display: block;
  }
  .sns_link {
    width: 340px;
    max-width: 100%;
    margin: 0 auto 30px;
  }
  .sns_link:last-of-type {
    margin: 0 auto;
  }
}

/*-----------------------------------------------------
	#column
------------------------------------------------------*/
#column {
  padding: 80px 0 100px;
}
#column .center {
  margin-bottom: 100px;
}
#column .center img {
  width: 100%;
  height: auto;
}
#column h2 {
  margin-bottom: 50px;
}
#column .flex {
  justify-content: flex-start;
  gap: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  #column {
    padding: 60px 0 120px;
  }
  #column .center {
    margin-bottom: 80px;
  }
  #column .flex {
    gap: 60px;
    margin-bottom: 60px;
  }
  .column_link {
    width: 100%;
  }
  .column_link a .thumb {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}