@charset "UTF-8";
br.sp_inline + br,
br.pc_inline + br,
br.sp + br,
br.pc + br {
  display: block;
}
/*==================================================================================================================================

  *メインビジュアル

==================================================================================================================================*/
.service_top{
  height: 1000px;
  overflow: hidden;
  background: url(../images/bg_mv.jpg) no-repeat center top;
}
.mv_img{
  position: absolute;
  right: -34px;
  bottom: 60px;
}
.mv_catch_wrap{
  position: absolute;
  top: 280px;
  left: 0;
  color: #fff;
  font-family: var(--not);
  font-weight: 700;
  letter-spacing: 0.12em;
}
.mv_catch{
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.mv_catch span{
  display: inline-block;
  color: #003833;
  font-size: 152.8%;
  font-feature-settings: "palt" 1;
  background: #fff;
  padding: 1.5px 12px;
  min-width: 461px;
  text-align: center;
  margin-right: 15px;
}
.mv_catch span:first-of-type{
  margin-bottom: 12px;
}
.sub_catch{
  font-size: 36px;
  line-height: 1.527;
  margin-bottom: 52px;
}
.sub_detail{
  font-size: 20px;
  line-height: 2.25;
}

.mv_btn_list{
  position: absolute;
  left: 0;
  bottom: 92px;
}

@media screen and (max-width: 640px) {
  .service_top{
    height: 800px;
    background-size: auto 100%;
  }
  .mv_catch_wrap{
    z-index: 1;
    top: 40px;
    right: 0;
    margin: auto;
    padding: 0 5%;
  }
  .mv_catch{
    font-size: 15px;
  }
  .mv_catch span{
    min-width: unset;
    margin-right: 5px;
  }
  .sub_catch{
    font-size: 17px;
    margin-bottom: 10px;
    text-shadow: 0 0 5px #003833,0 0 5px #003833,0 0 5px #003833,0 0 5px #003833;
  }
  .sub_detail{
    font-size: 14px;
    text-shadow: 0 0 5px #003833,0 0 5px #003833,0 0 5px #003833,0 0 5px #003833;
  }
  .mv_img{
    text-align: center;
    right: 0;
    left: 0;
    top: 270px;
	bottom:auto;
    margin: auto;
  }
  .mv_img img{
    max-width: 336px;
    width: 80%;
    height: auto;
  }
  #mainvisual .mv_btn_list{
    width: 100%;
    gap: 9px;
    justify-content: center;
    bottom: 40px;
    padding: 0 5%;
  }
  #mainvisual .mv_btn_list a{
    font-size: 14px;
    min-width: 250px;
  }
  #mainvisual .mv_btn_list a span{
    margin-right: 15px;
  }
  #mainvisual .btn_download a{
    padding: 15px;
  }
  #mainvisual .btn_download a span img{
    width: 17px;
  }
  #mainvisual .btn_inquiry a{
    padding: 15px;
  }
}

/*==================================================================================================================================

  *イントロダクション

==================================================================================================================================*/
.sec_intro{
  padding: 215px 0 0;
  background: url(../images/bg_intro01.png) no-repeat right top 95px,
  url(../images/bg_intro02.png) no-repeat center top 730px;
}
.intro_catch{
  text-align: center;
  font-family: var(--not);
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: 36px;
  line-height: 2;
  margin-bottom: 82px;
}
.intro_catch p span{
  font-size: 152.8%;
}
.intro_catch p span i{
  font-style: normal;
}
.intro_catch p span:nth-of-type(1){
  color: #337374;
}
.intro_catch p span:nth-of-type(1) i{
  color: #003833;
}
.intro_catch p span:nth-of-type(2){
  color: #1a8271;
}
.intro_catch p span:nth-of-type(2) i{
  color: #0f6f62;
}
.intro_catch p span:nth-of-type(3){
  color: #459888;
}
.intro_catch p span:nth-of-type(3) i{
  color: #1d8775;
}
.intro_catch p img{
  vertical-align: middle;
}

.list_intro_point{
  display: flex;
  gap: 20px 27px;
  margin-bottom: 100px;
}
.list_intro_point li{
  width: 280px;
  text-align: center;
  background: linear-gradient( to Bottom, rgb(196,226,223) 0%, rgb(215,233,231) 0%, rgb(238,248,246) 100%);
  box-shadow: 0px 10px 15px 0px rgba(110, 110, 110, 0.1);
  padding: 35px 0 30px;
}
.list_intro_point li p{
  font-size: 22px;
  font-family: var(--not);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.636;
  margin-top: 14px;
}
.list_intro_point li p span{
  color: #047c70;
  font-size: 118.2%;
}
.pop_intro {
  max-width: 1090px;
  width: 100%;
  text-align: center;
  background: #FFF;
  border: 4px solid #017776;
  padding: 46px 10px;
  display: block;
  position: relative;
  margin: 0 auto 113px;
}
.pop_intro::after {
  content: '';
  position: absolute;
  bottom: -30px;
  right: 0;
  left: 0;
  margin: auto;
  width: 53px;
  height: 53px;
  background: #FFF;
  border-right: 4px solid #017776;
  border-bottom: 4px solid #017776;
  transform: rotate(45deg) skew(5deg, 5deg);
  transform-origin:center center;
}
.pop_intro p{
  position: relative;
  z-index: 1;
  font-size: 32px;
  font-family: var(--not);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 2.1875;
}
.pop_intro p span{
  color: #008e7f;
}

.ba_wrap{
  display: flex;
}
.ba_wrap .arrow{
  position: relative;
  z-index: 1;
  align-self: center;
  margin: 102px -11px 0;
}
.ba_wrap .diagram{
  margin-bottom: 32px;
}
.ba_wrap p{
  text-align: center;
  font-family: var(--not);
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: 18px;
  line-height: 1.888;
}

.ba_wrap .detail{
  display: flex;
}
.ba_wrap .list{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -36px;
  background: #fff;
  width: 280px;
  height: 315px;
}
.ba_wrap .list ul li{
  position: relative;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.12em;
  padding-left: 12px;
}
.ba_wrap .list ul li:not(:last-of-type){
  margin-bottom: 17px;
}
.ba_wrap .list ul li::before{
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  background: #02b1a0;
}
.before,
.after{
  position: relative;
  width: 50%;
}
.before::before,
.after::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 285px);
}
.before::before{
  background: #ececec url(../images/bg_before.png) no-repeat center bottom / 100% auto;
}
.after::before{
  background: #d6eaea url(../images/bg_after.png) no-repeat center bottom / 100% auto;
}

.before .inner{
  max-width: 570px;
  margin: 0 0 0 auto;
  padding-bottom: 93px;
}
.before p{
  margin-bottom: 32px;
}
.before .detail{
  margin-right: 26px;
}
.before .img{
  min-width: 300px;
  background: url(../images/bg_before_img.png) no-repeat center bottom 36px;
}
.before .img img{
  position: relative;
  z-index: 1;
  margin-left: 14px;
}
.before .list{
  margin-top: 17px;
}
.before .list ul li::before{
  background: #668164;
}

.after .inner{
  max-width: 570px;
  margin: 0 auto 0 0;
  padding-bottom: 114px;
}
.after p{
  margin-bottom: 52px;
}
.after .detail{
  margin-left: 26px;
}
.after .img{
  min-width: 300px;
  padding: 22px 0 20px;
  background: url(../images/bg_after_img.png) no-repeat center;
}
.after .img img{
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .sec_intro{
    padding: 80px 0 0;
    background-size: 50% auto,640px auto;
    background-position: right top 40px,center top 450px;
  }
  .intro_catch{
    font-size: 16px;
    margin-bottom: 40px;
  }
  .intro_catch p span{
    font-size: 120%;
  }
  .intro_catch p img{
    width: 200px;
    height: auto;
  }
  .list_intro_point{
    flex-wrap: wrap;
    gap: 10px 2%;
    margin-bottom: 40px;
  }
  .list_intro_point li{
    padding: 20px 0;
    width: 49%;
  }
  .list_intro_point li img{
    width: auto;
    height: 60px;
  }
  .list_intro_point li p{
    font-size: 100%;
  }
  .pop_intro{
    padding: 20px 10px;
    margin: 0 auto 60px;
  }
  .pop_intro::after{
    width: 25px;
    height: 25px;
    bottom: -16px;
  }
  .pop_intro p{
    font-size: 16px;
  }
  .ba_wrap{
    flex-wrap: wrap;
  }
  .ba_wrap .arrow{
    margin: 30px auto;
    transform: rotate(90deg);
  }
  .ba_wrap p{
    font-size: 100%;
  }
  .ba_wrap .detail{
    justify-content: center;
    align-items: flex-start;
  }
  .ba_wrap .list{
    margin-left: -25px;
    width: 185px;
    height: auto;
    padding: 14px;
  }
  .ba_wrap .list ul li{
    font-size: 100%;
  }
  .ba_wrap .list ul li::before{
    top: 7px;
  }
  .ba_wrap .list ul li:not(:last-of-type){
    margin-bottom: 8px;
  }
  .before, .after{
    width: 100%;
  }
  .before::before, .after::before{
    height: calc(100% - 130px);
  }
  .before .inner,
  .after .inner{
    margin: 0 auto;
    padding: 0 5% 40px;
  }
  .before p,
  .after p{
    margin-bottom: 20px;
  }

  .before .detail{
    margin-right: 0;
  }
  
  .before .img{
    min-width: 180px;
    background-position: center;
    background-size: 100% auto;
  }
  .before .img img{
    width: 150px;
  }

  .after .detail{
    margin-left: 0;
  }
  .after .img{
    min-width: 180px;
    background-position: center;
    background-size: 100% auto;
  }
  .after .img img{
    width: 150px;
  }
}


/*==================================================================================================================================

  *選ばれるクリニックに

==================================================================================================================================*/
.sec_chose{
  padding: 235px 0 250px;
  background: url(../images/bg_circle.jpg) no-repeat center bottom;
}
.sec_chose h2{
  color: #fff;
  font-size: 50px;
  font-family: var(--not);
  font-weight: 700;
  letter-spacing: 0.12em;
  width: fit-content;
  margin: 0 auto 70px;
  background: linear-gradient( to Left, rgb(1,88,80) 0%, rgb(1,110,107) 49%, rgb(1,132,134) 100%);
  padding: 0 38px;
}
.sec_chose .catch{
  text-align: center;
  font-family: var(--not);
  font-weight: 700;
  letter-spacing: 0.12em;
}
.sec_chose .catch p:nth-of-type(1){
  font-size: 36px;
  margin-bottom: 10px;
}
.sec_chose .catch p span{
  font-size: 138.9%;
}
.sec_chose .catch p span i{
  font-style: normal;
}
.sec_chose .catch p span:nth-of-type(1){
  color: #337374;
}
.sec_chose .catch p span:nth-of-type(1) i{
  color: #003833;
}
.sec_chose .catch p span:nth-of-type(2){
  color: #1a8271;
}
.sec_chose .catch p span:nth-of-type(2) i{
  color: #0f6f62;
}
.sec_chose .catch p span:nth-of-type(3){
  color: #459888;
}
.sec_chose .catch p span:nth-of-type(3) i{
  color: #1d8775;
}
.sec_chose .catch p:nth-of-type(2){
  position: relative;
  z-index: 0;
  font-size: 45px;
  width: fit-content;
  padding: 0 52px;
  margin: 0 auto 75px;
  line-height: 1.7;
}
.sec_chose .catch p:nth-of-type(2)::after{
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 34px;
  background: linear-gradient( to Right, #017d7e 0%, transparent 100%);
  opacity: 0.45;
}


/*円形画像*/
.circle_area{
  display: flex;
  align-items: center;
  margin-bottom: 113px;
}
.circle_area .arrow{
  display: flex;
  align-items: center;
  gap: 23px;
  margin-left: 58px;
  margin-right: 28px;
}
.circle_area .circle{
  position: relative;
  width: 641px;
  height: 641px;
}
.circle_area .circle img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.circle-click {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 4;
}
.circle-click.left-side { left: 0; }
.circle-click.right-side { right: 0; }


.bottom_slider{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 104px;
}
.bottom_slider_wrap{
  position: relative;
}
.slide-arrow-circle {
  display: none;
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: -20px;
  transform: translateY(-50%);
  z-index: 5;
}
.slide-arrow-circle.prev { left: 0; }
.slide-arrow-circle.next { left: 40px; }

.bottom_slider .slide{
  max-width: 580px;
  width: 100%;
}
.frame_chose{
  position: relative;
  padding: 80px 23px;
  width: 100%;
  background: #fff;
}
.frame_chose::before{
  content: "";
  position: absolute;
  top: -146px;
  width: 60px;
  height: 98px;
}
.frame_chose h3{
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-family: var(--not);
  font-weight: 700;
  letter-spacing: 0.12em;
  max-width: 406px;
  margin: -118px auto 43px;
  padding: 14.5px 0;
}
.frame_chose > p{
  text-align: center;
  font-family: var(--not);
  font-weight: 700;
  letter-spacing: 0.12em;
}
.frame_chose > p:not(.strong){
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 32px;
}
.frame_chose > p.strong{
  font-size: 22px;
  line-height: 1.818;
  margin-bottom: 40px;
}

.frame_chose .list_point{
  display: flex;
  flex-wrap: wrap;
  gap: 32px 10px;
}
.frame_chose .list_point li{
  max-width: 170px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.571;
  letter-spacing: 0;
}
.frame_chose .list_point li .img{
  margin-bottom: 7px;
}

/* 左 */
.slide_left .frame_chose{
  border: 2px solid #005851;
}
.slide_left .frame_chose::before{
  right: 156px;
  background: url(../images/line_arrow_dark.png) no-repeat center / cover;
}
.slide_left .frame_chose h3{
  background: #005851;
}
.slide_left .frame_chose > p.strong{
  color: #005851;
}

/* 右 */
.slide_right .frame_chose{
  border: 2px solid #118c88;
}
.slide_right .frame_chose::before{
  left: 156px;
  background: url(../images/line_arrow_light.png) no-repeat center / cover;
}
.slide_right .frame_chose h3{
  background: #118c88;
}
.slide_right .frame_chose > p.strong{
  color: #118c88;
}


.sec_chose .detail{
  line-height: 2.125;
  letter-spacing: 0.12em;
}
.sec_chose .detail p:not(:last-of-type){
  margin-bottom: 1.5em;
}

@media screen and (max-width: 640px) {
  .sec_chose{
    padding: 80px 0;
    background-size: cover;
  }
  .sec_chose h2{
    font-size: 18px;
    padding: 0 10px;
    margin: 0 auto 20px;
  }
  .sec_chose .catch p:nth-of-type(1){
    font-size: 15px;
  }
  .sec_chose .catch p span{
    font-size: 120%;
  }
  .sec_chose .catch p:nth-of-type(2){
    font-size: 19px;
    padding: 0 10px;
    margin: 0 auto 40px;
  }
  .sec_chose .catch p:nth-of-type(2)::after{
    height: 60%;
  }
  .circle_area{
    flex-flow: column wrap;
    justify-content: center;
    margin-bottom: 20px;
  }
  .circle_area .arrow{
    flex-flow: column wrap;
    justify-content: center;
    margin: 0 auto 20px;
  }
  .circle_area .arrow img:nth-of-type(1){
    width: 100px;
    height: auto;
  }
  .circle_area .arrow img:nth-of-type(2){
    transform: rotate(90deg);
  }
  .circle_area .circle{
    max-width: 320px;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .slide-arrow-circle{
    display: block;
  }
  .circle_left,
  .circle_base{
    transition: filter 0.2s;
    filter: grayscale(1);
  }
  .circle_left.active,
  .circle_base.active{
    filter: grayscale(0);
  }
  .bottom_slider{
    margin-bottom: 80px;
  }
  .frame_chose{
    margin-top: 20px;
    padding: 80px 10px 40px;
  }
  .frame_chose::before{
    display: none;
  }
  .frame_chose h3{
    font-size: 20px;
    padding: 0;
    margin: -100px auto 20px;
  }
  .frame_chose > p:not(.strong){
    font-size: 100%;
    margin-bottom: 20px;
  }
  .frame_chose > p.strong{
    font-size: 16px;
	margin:0;
  }
  .frame_chose .list_point {
    gap: 20px 2%;
  }
  .frame_chose .list_point li{
    font-size: 13px;
    width: 49%;
  }

}

/*==================================================================================================================================

  *特徴

==================================================================================================================================*/
.sec_feature{
  background: url(../images/bg_feature.jpg) no-repeat center top / cover;
  padding: 195px 0 260px ;
}
.sec_feature hgroup > *{
  color: #fff;
}
.item_feature_wrap{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 55px 60px;
}
.item_feature{
  position: relative;
  background: #fff;
  max-width: 870px;
  width: 45.3%;
  padding: 67px 67px 80px;
  box-shadow: 0px 0px 15px 0px rgba(19, 37, 36, 0.3);
}
.item_feature h3{
  text-align: center;
  font-family: var(--not);
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: 26px;
  line-height: 1.923;
  margin-bottom: 8px;
}
.item_feature h3 span{
  color: #047c70;
}
.item_feature .img{
  text-align: center;
  margin-left: 47px;
}
.item_feature .detail{
  margin-top: -34px;
  letter-spacing: 0.12em;
  line-height: 2.125;
}
@media screen and (max-width: 640px) {
  .sec_feature{
    padding: 80px 0;
  }
  .item_feature_wrap{
    padding: 0 5%;
    gap: 40px 60px;
  }
  .item_feature{
    width: 100%;
    padding: 40px 20px;
  }
  .item_feature h3{
    font-size: 18px;
  }
  .item_feature .img{
    margin-left: 20px;
  }
  .item_feature .img img{
    width: 250px;
    height: auto;
  }
}
/*==================================================================================================================================

  *機能

==================================================================================================================================*/
.sec_func{
  padding: 235px 0 195px;
  overflow: hidden;
  background: 
  url(../images/bg_round01.png) no-repeat right top 796px,
  url(../images/bg_round02.png) no-repeat left top 1312px,
  url(../images/bg_round03.png) no-repeat right top 2596px,
  url(../images/bg_round04.png) no-repeat left top 3720px,
  url(../images/bg_round01.png) no-repeat right top 4430px,
  url(../images/bg_round02.png) no-repeat left top 5190px,
  url(../images/bg_wave01.jpg) no-repeat center top 1100px,
  url(../images/bg_wave02.jpg) no-repeat center top 2100px,
  url(../images/bg_wave03.jpg) no-repeat center top 3740px,
  url(../images/bg_wave04.jpg) no-repeat center top 4510px;
}
.sec_func hgroup{
  margin-bottom: 115px;
}
.item_func{
  position: relative;z-index: 1;
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.item_func:nth-of-type(even){
  flex-direction: row-reverse;
}
.text_func{
  max-width: 560px;
  width: 100%;
}
.text_func .title {
  margin-bottom: 45px;
}
.text_func .title .label{
  padding: 4.5px 20px;
  display: inline-block;
  color: #fff;
  font-family: var(--not);
  font-weight: 700;
  letter-spacing: 0.12em;
  background: #047c70;
  margin-bottom: 10px;
}
.text_func .title h3{
  font-size: 26px;
  font-family: var(--not);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.75;
}
.text_func .title h3 span{
  font-size: 115.4%;
  color: #047c70;
}
.text_func .detail p{
  line-height: 2.125;
  letter-spacing: 0.12em;
  margin-bottom: 64px;
}
.btn_func a {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-family: var(--not);
  font-size: 18px;
  letter-spacing: 0.12em;
  background: linear-gradient(to Right, rgb(0, 56, 51) 0%, rgb(1, 79, 77) 49%, rgb(1, 102, 103) 100%);
  border-radius: 100px;
  padding: 19.5px 65px;
  box-shadow: 0px 5px 15px 0px rgba(110, 110, 110, 0.5);
  min-width: 257px;
}
.btn_func a::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 54px;
  margin: auto;
  width: 9px;
  height: 15px;
  background: url(../images/icon_arrow_wh.png) no-repeat center / cover;
  transition: 0.2s ease;
}
.btn_func a:hover {
  opacity: 0.8;
}
.btn_func a:hover::before{
  left: 59px;
}
.img_func_sp{
  display: none;
}
.img_func_pc{
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .img_func_sp{
    display: block;
  }
  .img_func_pc{
    display: none;
  }
}
.img_func_pc::before{
  content: "";
  position: absolute;
  z-index: -1;
}

/* 個別 */
/* 01 */
.item_func01 {
  margin-bottom: 144px;
}
.item_func01 .img_func_pc{
  margin-top: 20px;
}
.item_func01 .img_func_pc::before{
  top: 110px;
  right: -150px;
  width: 702px;
  height: 630px;
  background: url(../images/img_func_bg01.png) no-repeat center / cover;
}

/* 02 */
.item_func02 {
  margin-bottom: 222px;
}
.item_func02 .img_func_pc{
  margin-top: 20px;
}
.item_func02 .img_func_pc::before{
  top: -97px;
  left: -135px;
  width: 681px;
  height: 889px;
  background: url(../images/img_func_bg02.png) no-repeat center / cover;
}

/* 03 */
.item_func03 {
  margin-bottom: 160px;
}
.item_func03 .img_func_pc{
  margin-top: 20px;
}
.item_func03 .img_func_pc::before{
  top: -102px;
  right: -160px;
  width: 723px;
  height: 913px;
  background: url(../images/img_func_bg03.png) no-repeat center / cover;
}
.item_func03 .img_func_pc img{
  position: relative;
  right: 100px;
  width:200px;
}

/* 04 */
.item_func04 {
  margin-bottom: 150px;
}
.item_func04 .img_func_pc{
  margin-top: 20px;
}
.item_func04 .img_func_pc img{
  position: relative;
  left: -19px;
}
.item_func04 .img_func_pc::before{
  top: -97px;
  left: -135px;
  width: 681px;
  height: 889px;
  background: url(../images/img_func_bg02.png) no-repeat center / cover;
}
/* 05 */
.item_func05 {
  margin-bottom: 160px;
}
.item_func05 .img_func_pc{
  margin-top: 20px;
}
.item_func05 .img_func_pc::before{
  top: -102px;
  right: -160px;
  width: 723px;
  height: 913px;
  background: url(../images/img_func_bg03.png) no-repeat center / cover;
}
/* 06 */
.item_func06 {
  margin-bottom: 125px;
}
.item_func06 .img_func_pc{
  margin-top: 20px;
}
.item_func06 .img_func_pc img{
  position: relative;
  left: -19px;
}
.item_func06 .img_func_pc::before{
  top: -97px;
  left: -135px;
  width: 681px;
  height: 889px;
  background: url(../images/img_func_bg02.png) no-repeat center / cover;
}
/* 07 */
.item_func07 {
  margin-bottom: 145px;
}
.item_func07 .img_func_pc{
  margin-top: 20px;
}
.item_func07 .img_func_pc img{
  position: relative;
  right: -24px;
}
.item_func07 .img_func_pc::before{
  top: -102px;
  right: -160px;
  width: 723px;
  height: 913px;
  background: url(../images/img_func_bg03.png) no-repeat center / cover;
}
/* 08 */
.item_func08 .img_func_pc::before{
  top: 69px;
  left: -121px;
  width: 702px;
  height: 630px;
  background: url(../images/img_func_bg04.png) no-repeat center / cover;
}
@media screen and (max-width: 640px) {
  .sec_func{
    padding: 100px 0;
    background: none;
  }
  .sec_func hgroup{
    margin-bottom: 70px;
  }
  .item_func{
    justify-content: center;
    padding: 0 20px;
  }
  .text_func .title{
    margin-bottom: 30px;
  }
  .text_func .title h3{
    font-size: 18px;
  }
  .text_func .detail p{
    margin-bottom: 30px;
  }
  .btn_func{
    text-align: center;
  }
  .btn_func a{
    font-size: 100%;
    padding: 19.5px 65px;
    min-width: unset;
  }
  .btn_func a::before{
    left: 35px;
  }
  /* 個別 */
  /* 01 */
  .item_func01 {
    margin-bottom: 60px;
  }
  .item_func01 .img_func_sp{
    background: url(../images/img_func_bg01.png) no-repeat center / 100% auto;
  }
  /* 02 */
  .item_func02 {
    margin-bottom: 60px;
  }
  .item_func02 .img_func_sp{
    background: url(../images/img_func_bg02.png) no-repeat center / auto 100%;
	text-align:center;
  }

  /* 03 */
  .item_func03 {
    margin-bottom: 60px;
  }
  .item_func03 .img_func_sp{
    background: url(../images/img_func_bg03.png) no-repeat center / auto 100%;
	text-align:center;
  }
	.item_func03 .img_func_sp img{
		width:30%;
	}
  /* 04 */
  .item_func04 {
    margin-bottom: 60px;
  }
  .item_func04 .img_func_sp{
    background: url(../images/img_func_bg02.png) no-repeat center / auto 100%;
  }
  /* 05 */
  .item_func05 {
    margin-bottom: 60px;
  }
  .item_func05 .img_func_sp{
    background: url(../images/img_func_bg03.png) no-repeat center / auto 100%;
  }
  /* 06 */
  .item_func06 {
    margin-bottom: 60px;
  }
  .item_func06 .img_func_sp{
    background: url(../images/img_func_bg02.png) no-repeat center / auto 100%;
  }
  /* 07 */
  .item_func07 {
    margin-bottom: 60px;
  }
  .item_func07 .img_func_sp{
    background: url(../images/img_func_bg03.png) no-repeat center / auto 100%;
  }
  /* 08 */
  .item_func08 .img_func_sp{
    background: url(../images/img_func_bg04.png) no-repeat center / 100% auto;
  }
}
/*==================================================================================================================================

  *コラム

==================================================================================================================================*/
.bg_column_qa{
  background: 
  url(../images/bg_column02.jpg) no-repeat right top,
  url(../images/bg_column01.jpg) no-repeat left top 100px,
  url(../images/bg_qa02.jpg) no-repeat right bottom 380px,
  url(../images/bg_qa01.jpg) no-repeat left bottom;
  background-blend-mode: multiply;
}
.sec_column{
  padding: 195px 0 100px;
}
@media screen and (max-width: 640px) {
  .bg_column_qa{
    background-size: 60% auto,50% auto,60% auto,60% auto;
  }
  .sec_column{
    padding: 100px 0 50px;
  }
}

/*==================================================================================================================================

  *よくある質問

==================================================================================================================================*/
.sec_qa{
  padding: 100px 0 300px;
}
@media screen and (max-width: 640px) {
  .sec_qa{
    padding: 50px 0 100px;
  }
}


.contact{
  background:#f2f2f2;
  padding:160px 0;
}
.contact h2{
  position:relative;
}
.contact .tit_wrap{
  text-align:center;
  margin:0 0 30px;
}
.contact .tit_wrap p{
  font-size:24px;
  letter-spacing: 0.12em;
  color:#02b1a0;
  line-height:1;
  margin:0 0 30px;
}
.contact .tit_wrap h2{
  font-size:50px;
  letter-spacing: 0.12em;
  line-height:1.4;
  font-weight:bold;
}
.contact_text_box{
  padding:20px;
  margin:20px auto 0;
  border:1px solid #00b1a0;
  border-radius:10px;
  width: 1150px;
}
.contact_text_box .center{
  font-weight:bold;
  font-size:20px;
  margin:0 0 10px;
}

.contact form {
  width: 1150px;
  max-width: 100%;
  padding:80px 55px 101px 78px;
  margin: 40px auto 0;
  border-radius:10px;
  background:#fff;
  box-shadow:0 0 10px rgba(0,0,0,0.08);
}

.contact form .form_item {
  display:flex;
  gap:24px;
  margin:0 0 20px;
}

.contact label {
  font-weight: 500;
  color: #000000;
  margin-bottom: 8px;
  display: block;
  font-size: 16px;
  line-height: 1.12;
  width:25%;
}
.contact label small{
  font-size:13px;
}

.contact label a {
  font-size: 16px;
  line-height: 1.12;
  text-decoration-line: underline;
  color: #00b1a0;
}
.contact label strong {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  margin-right: 8px;
}
.contact .required {
  display:inline-block;
  color:#fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  width:65px;
  text-align:center;
  margin-left: 6px;
  background:#00b1a0;
  border-radius:30px;
}

.contact input[type=text],
.contact input[type=tel],
.contact input[type=email],
.contact select,
.contact textarea {
  background: #FFFFFF;
  outline: none;
  border: none;
  padding: 18px 15px;
  width:100%;
  border-radius:10px;
  border:1px solid #e8e8e8;
  flex:1;
}
.contact input[type=date]{
  background: #FFFFFF;
  outline: none;
  border: none;
  padding: 18px 15px;
  border-radius:10px;
  border:1px solid #e8e8e8;
  flex:1;
}
.contact .time select{
  width:auto;
}
.contact form .form_item .date,.contact form .form_item .time{
  display:inline-block;
}
.contact form .form_item .date{
  margin:0 20px 0 0;
}
.contact form .form_item div{
  flex:1;
}
.contact form .form_item div label{
  width:100%;
}
.contact .contact-kinds{
  width:100%;
  flex:1;
}
.contact .contact-kinds label{
  display:inline-block;
  width:auto;
  padding:0 0 0 5px;
}

.contact textarea {
  height: 141px;
}

.contact input[type=checkbox] {
  border:1px solid #e8e8e8;
  width: 20px;
  height: 20px;
  background: #fff;
  position: relative;
  top: 3px;
  border-radius: 0 !important;
}
.contact p + p label {
  margin-top: 35px;
}
.contact input[type=checkbox] {
  display: none;
}
.contact #clinic-kind_text,.contact #clinic-request_text,.contact #clinic-department_text{
  display:none;
}
.contact .other_text{
  margin:6px 0 0;
}
.contact .checkbox01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: auto;
  padding: 0 0 0 36px;
}
.contact .checkbox01-02 {
  margin-left: 20px;
}
.contact .checkbox01::before {
  background: #FFFFFF;
  box-shadow: 0px 5px 30px 10px rgba(22, 161, 140, 0.1);
  content: "";
  display: block;
  height: 20px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 20px;
}
.contact .checkbox01::after {
  border-right: 3px solid #00b1a0;
  border-bottom: 3px solid #00b1a0;
  content: "";
  display: block;
  height: 13px;
  left: 12px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 8px;
}
.contact .checkbox02,.contact .check-box {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: auto;
  padding: 0 0 0 36px;
  margin: 21px 0 0 -7px;
}
.contact .check-box{
	padding:0 0 0 30px;
	margin:10px 30px 0 0;
}
.contact .checkbox02::before,
.contact .check-box::before {
  background: #FFFFFF;
  content: "";
  border:1px solid #c0c0c0;
  display: block;
  height: 20px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 20px;
}
.contact .checkbox02::after,
.contact .check-box::after {
  border-right: 3px solid #000000;
  border-bottom: 3px solid #000000;
  content: "";
  display: block;
  height: 13px;
  left: 12px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 8px;
}
.contact input[type=checkbox]:checked + .checkbox01::after,
.contact input[type=checkbox]:checked + .checkbox02::after ,
.contact input[type=checkbox]:checked + .check-box::after {
  opacity: 1;
}
.contact .privacy_check{
  text-align:center;
}
.contact .btnSubmitWrap {
  margin: 55px auto 0;
  width: 400px;
  max-width: 100%;
  height: 72px;
  z-index: 1;
  position: relative;
}
.contact .btnSubmitWrap::before {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  border-radius: 6px;
  height: 100%;
  background: #fff;
  z-index: -1;
  opacity: 0;
  transition: all 0.2s ease-out;
  border: 1px solid #FFFEFE;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.contact .btnSubmitWrap:hover::before {
  opacity: 0.3;
  z-index: 1;
}
.contact #btnSubmit {
  background:linear-gradient(to right, #00b09f, #5db46c);
  border-radius: 50px;
  width: 400px;
  max-width: 100%;
  height: 72px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0;
  border: none;
  outline: none;
  box-shadow: none;
}
.clinic-department_list{
  display:flex;
  flex-wrap: wrap;
  flex:1;
}
@media screen and (max-width: 640px) {

.contact{
  padding:60px 0;
}
  .contact .tit_wrap{
    margin:0 0 40px;
  }
  .contact .tit_wrap h2{
    font-size:32px;
  }
  .contact .tit_wrap p{
    font-size:20px;
  }
.contact_text_box{
  width:100%;
}
.contact form{
  padding:30px;
}
.contact form .form_item {
  flex-direction: column;
  gap:0;
}
.contact input[type=text], .contact input[type=tel], .contact input[type=email], .contact select, .contact textarea{
  padding:10px;
}
.contact input[type=date]{
  padding:10px;
}
.contact form .form_item .date{
  margin:0 0 5px 0;
}
.contact label{
  width:100%;
}
.contact .check-box{
  font-size:14px;
}
.contact .btnSubmitWrap{
  margin:30px auto 0;
}
.contact .privacy_check{
  text-align:left;
}
.contact .privacy_check label{
  font-size:14px;
}
.contact label a{
  font-size:14px;
}
.contact #btnSubmit{
  height:60px;
  font-size:18px;
}
.contact .required{
  height:auto;
  width:65px;
  font-size:12px;
  line-height:20px;
}
}
