@charset "utf-8";
/*==================================================================

  メインビジュアル

==================================================================*/
.top_mainvisual{
  height: 780px;
}
.mainvisual_wrap{
  height: 780px;
}
.top_mainvisual .inner{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* キャッチフレーズ */
.mainvisual_catch{
  position:absolute;
  left: 0;
  right: 0;
  margin: auto;
  top:396px;
  text-shadow: 0px 1px 8px #fff,1px 0px 8px #fff,1px 0px 8px #fff,0px 0px 8px #fff;
}
.mainvisual_catch p{
  display:block;
  letter-spacing: 0.15em;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  text-align: center;
}
.mainvisual_catch span{
  display:block;
  letter-spacing: 0.15em;
  font-size: 14px;
  text-align: center;
  color: #0d6fb8;
  font-family: "lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 12px;
}
.mainvisual_open{
  position:absolute;
  bottom: 30px;
  right: 0;
  width:250px;
}
.mainvisual_open img{
  width:100%;
}
.mv_catch_list {
  display: flex;
  position: absolute;
  top: 545px;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  max-width: 1200px;
  padding-left: 20px
}
.mv_catch_item {
  margin-right: 30px
}

.mv_bnr{
	position: absolute;
    top: 637px;
    right: 0;
	z-index:99;
}
/* メインスライド */
#slick_fade{
  width: 100%;
  height: 780px;
}
#slick_fade .slide_item img{
  width: 100%;
  height: 780px;
  object-fit: cover;
  object-position: center;
}
main::after {
  display: none;
}

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

  .top_info

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

.top_info .box1 {
  margin: auto;
}
.top_info_flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_info_item{
  width: 46.6%;
}

/********************************
  .top_news お知らせ
*********************************/
.top_news_wrapper {
  position: relative;
}
.top_news_wrapper::before {
bottom: -20px;
left: 0;
position: absolute;
height: 70%;
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(250,254,241,1) 45%, rgba(250,254,241,1) 100%);
width: 100%;
content: ""
}
.top_news {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  background: rgba(255,255,255, 0.8);
  box-shadow: 0 0 8px rgba(0,0,0,0.15);
  border-radius: 20px;
  position: relative;
  top: -18px;
  /*padding: 4.1% 4% 1.2% 3.7%;*/
	 padding: 4%;
}
.top_news_tit_wrapper {
  padding-top: 28px;
  width: 22%;
  text-align: center;
}
/* 旧仕様 */
.top_news_frame{
  width: 72.2%;
}
.top_news_headline{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_info .top_news .top_news_frame{
  border: none;
  padding: 0;
  background: #fff;
  padding: 20px 12px;
}

/* お知らせの高さ */
.top_info .top_news .scroll_area{
  height: 285px;
  overflow-y: scroll;
}
.top_info .top_news ul{
  padding-right: 24px;
}

.news_list li{
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: dashed 1px #ddd;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_list li:last-child {
  border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.news_list li span{
  margin-right: 20px;
  letter-spacing: 0.1em;
}
.news_list li em{
  margin-right: 18px;
  display:inline-block;
  min-width:75px;
  padding:2px 7px;
  font-style: normal;
  text-align:center;
  min-width: 120px;
  border-radius: 5px;
}
.news_list li a {
  color: var(--text-color);
}
/*スクロールバーの横幅指定*/
.scroll_area::-webkit-scrollbar {
  width: 5px;
}
/*スクロールバーの背景色・角丸指定*/
.scroll_area::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #fff;
}
/*スクロールバーの色・角丸指定*/
.scroll_area::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ccc;
}

.top_info {
  padding-top: 4.3%;
  background: #fafef1;
}
/********************************
  .top_sche 診療時間
*********************************/
.top_info_clinic_name {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 33px;
}
.top_sche .sub_info_note li{
  color: var(--main-color);
  text-align: center;
  padding: 10px 5px;
  border: 1px solid var(--main-color);
  margin-bottom: 12px;
}
/* 補足リスト */
.top_sche .sub_info_note li:last-child{
  margin-bottom: 0;
}
.top_info2 .top_sche{
  border-radius: 10px;
  padding: 12px;
  background-color: rgba(192,171,154,0.3);
}
/* 診療科目、お問い合わせリスト */
.top_sche_note {
  margin-top: 10px;
}
.top_sche_note dl{
  display: flex;
  margin-bottom: 12px;
}
.top_sche_note dl:last-child{
  margin-bottom: 0;
}
.top_sche_note dl dt{
  width: 25%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-weight: bold;
  padding: 16px 5px;
  background: #C0AB9A;
  border-radius: 10px;
  margin-right: 2%;
}
.top_sche_note dl dd{
  width: 73%;
  display: flex;
  align-items: center;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}
.top_sche_note dl dd a{
  color: inherit;
}
.top_sche_note dl dd a:hover{
  color: inherit;
}

/********************************
  .top_access アクセス
*********************************/
.top_info2 .top_access{
  border-radius: 10px;
  background-color: rgba(192,171,154,0.3);
}
.top_access{

}
.top_access .map{
  position: relative;
  padding-top: 7px;
  margin-bottom: 40px;
}
.top_access .map .btn01{
  margin: 20px auto;
  text-align: center;
}
.top_access iframe {
  border-radius: 20px;
}
.top_access .map img{
  width: 100%;
  /* 下記はサンプル画像が正方形のため調整用に記載しています */
  /*height: 320px;*/
  object-fit: cover;
  object-position: center;
}
.top_access p{
  margin-top: 10px;
}

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

  .top_doctor

==================================================================*/
.top_doctor_flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_doctor_flex .text{
  position:relative;
  width:70%;
}
.top_doctor_name{
  color:var(--main-color);
  line-height: 1.4;
  font-weight:bold;
}
.top_doctor_name span{
  font-size: 30px;
}
.top_doctor_img{
  width: 28%;
}
.top_doctor_img img{
  width: 100%;
}
.top_doctor .btn01{
  float:right;
  width:240px;
}
.top_doctor .btn01 a{
  display:block;
}
/*==================================================================

  .top_about

==================================================================*/
.top_about {
  overflow: hidden;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 138px;
  position: relative;
  background: url("../images/top_about_bg.png") bottom center no-repeat;
  background-size: cover;
}
.top_about::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: #fafef1;
  content: "";
  z-index: 2;
}
.top_about::after {
  position: absolute;
  top: 150px;
  right: 0;
  background: url("../images/logo_bg.png") top center no-repeat;
  width: 90%;
  max-width: 1080px;
  height: 931px;
  content: "";
  z-index:1;
}

.top_about_img_area {
  display: flex;
  justify-content: center;
  margin: 0 auto 389px;
  position: relative;
  z-index: 3;
}
.top_about_img_item img {
  border-radius: 20px;
}
.top_about_img_item {
  position: relative;
}
.top_about_img_item.item_01 {
  top: 239px;
  left: -6.8%;
}
.top_about_img_item.item_02 {
  top: 0;
  left: -10%;
}
.top_about_img_item.item_03 {
  top: 180px;
  right: -5.7%
}
.top_about_img_item.item_03::before {
  position: absolute;
  left: -183px;
  top: -296px;
  background: url("../images/soap_bubble.png") top left no-repeat;
  max-width: 574px;
  width: 130%;
  height: 545px;
  content: "";
  background-size: 100%;
}
.top_about_img_item.item_04{
  top: 389px;
  right: -2.6%;
}
.top_about_img {
  position: absolute;
  right: 0;
  z-index: 2;
  width: 52%;
}
.top_about_img img {
  width: 100%;
  height: 884px;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.top_about_text {
  padding-top: 28px;
  width: 40%;
  line-height: 2.625;
  letter-spacing: 0.1em;
  margin-bottom: 66px;
}
.top_about_text p {
  margin-bottom: 17px;
}

.top_about .tit01 {
  padding-top: 28px;
}
.top_about_btn_list {
  width: 40%;
}
.top_about_btn_item a {
  display: block;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #444;
   background: url("../images/top_about_btn_list_border.png") top left repeat-x;
  padding: 26px 10px;
  position: relative;
}
.top_about_btn_item a::before {
  position: absolute;
  top: 37px;
  right: 10px;
  background: url("../images/top_about_btn_arrow.png") center no-repeat;
  width: 15px;
  height: 11px;
  content: "";
  transition: 0.2s ease-in-out;
}
.top_about_btn_item a:hover::before {
  right: 0;
}
.top_about_btn_item:last-child a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url("../images/top_about_btn_list_border.png") top left repeat-x;
  content: ""
}
.top_about_btn_item.item_font_large a {
  font-size: 18px;
}
/*==================================================================

  .top_clinic_img

==================================================================*/
.top_clinic_img {
  position: relative;
  padding-top: 14px;
}
.top_clinic_img::before {
  position: absolute;
  top: -120px;
  background: url("../images/top_clinic_img_wave01.png") bottom center no-repeat;
  background-size: cover;
  height: 209px;
  width: 100%;
  content: "";
  z-index: 1;
}
.top_clinic_img::after {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../images/top_clinic_img_wave02.png") bottom center no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100px;
  content: "";
  z-index: 2;
}
.top_clinic_img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
.top_clinic_img_inner {
  position: relative;
  margin-top: -15px;

}
.top_clinic_img_inner::before {
  position: absolute;
  left: 16%;
  top: 55%;
  background: url("../images/soap_bubble02.png") center no-repeat;
  max-width: 479px;
  height: 583px;
  width: 23%;
  background-size: 100%;
  content: "";
    z-index: 3;
}
/*==================================================================

  .top_features

==================================================================*/
.top_features {
  text-align: center;
  padding-top: 7.6%;
  background: url("../images/top_features_bg.png") center bottom no-repeat; 
  background-size: cover;
  padding-bottom: 118px;
  position: relative;
  z-index: 2;
}
.top_features::before {
  position: absolute;
  left: 0;
  bottom: -10px;
  background: url("../images/top_features_bg_wave.png") bottom center no-repeat;
  background-size: cover;
  height: 233px;
  width: 100%;
  content: ""
}
.top_features::after {
  position: absolute;
  right: 8.4%;
  bottom: -280px;
  background: url("../images/soap_bubble03.png") bottom center no-repeat;
  background-size: 100%;
  width: 28%;
  max-width: 564px;
  height: 628px;
  content: ""
}
@media print, screen and (max-width: 1580px) {
  .top_features::after {
  right: 0;
  }
}


.top_features .tit01_en {
  text-align: center;
}
.top_features_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding-top: 3.6%;
  text-align: left;
}
.top_features_item {
  width: 44.08%;
  background: rgba(255,255,255,0.5);
  border-radius: 20px;
  margin-bottom: 70px;
  padding-bottom: 30px;
  position: relative;
}

.top_features_item:nth-child(odd) {
  margin-left: 40px;
}
.top_features_item:nth-child(even) {
  margin-right: 40px;
}
.top_features_item img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  width: 100%
}
.top_features_item_tit {
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #ddaa10;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  padding-left: 86px;
  padding-top: 16px;
  padding-bottom: 15.1%;
}
.top_features_item_detail {
  width: 85%;
  margin: -52px auto 0;
  background: rgba(255,255,255,0.9);
  border-radius: 10px;
  padding: 8.6% 9% 8% 10%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0,0,0,0.15);
}
.top_features_item_detail::before {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background:url("../images/top_features_item_bg_logo.png") center no-repeat;
  width: 90%;
  max-width: 270px;
  height: 240px;
  background-size: 100%;
  content: "";
  z-index: 2;
}
.top_features_item_detail::after {
  position:  absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: solid 1px #efe4d7;
  border-radius: 5px;
  content: ""
}
.top_features_item_num {
  font-size: 34px;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: solid 1px #ddaa10;
  color: #ddaa10;
  font-family: "lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing:0;
  position: absolute;
  left: 0;;
  top: 0;
}
.top_features_item_text {
  line-height: 2.25;
  letter-spacing: 0.13em;
}
/*==================================================================

  .top_medical

==================================================================*/
.top_medical {
  margin-top: -44px;
  text-align: center;
  background: url("../images/top_medical_bg.jpg") center no-repeat;
  padding-top: 157px;
  position: relative;
  z-index: 1;
  padding-bottom: 174px;
  background-size: cover;
}
.top_medical::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/top_medical_bg02.jpg") top center no-repeat;
  width: 100%;
  height: 500px;
  background-size: cover;
  content: "";
}
.top_medical .tit01 {
  line-height: 1.647;
}
.top_medical .tit01_en {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}
.top_medical_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  text-align: left;
  position: relative;
  z-index: 2;
  margin-top: 3.4%;
  padding-top: 2px;
}
.top_medical_item {
  width: 23.58%;
  margin-bottom: 23px;
}
.top_medical_item:not(:nth-child(4n)) {
  margin-right: 1.8%
}
.top_medical_item a {
  display: block;
  color: #fff;
  background: rgba(125,173,28,0.95);
  box-shadow: 0 0 8px rgba(0,0,0,0.15);
  border-radius: 20px;
  padding: 12% 9% 13%;
  height: 100%;
  transition: 0.3s ease-in-out;
}
.top_medical_item a:hover {
  background: #fff;
  color: #7dad1c;
}
.top_medical_item a:hover .top_medical_child_item {
  color: #444;
}
.top_medical_item a:hover .top_medical_item_icon {
  background: #7dad1c;
}
.top_medical_item a:hover .top_medical_item_icon .top_medical_item_icon_hover {
  display: block;
}
.top_medical_item a:hover .top_medical_item_icon .top_medical_item_icon_default {
  display: none;
}
.top_medical_item a:hover .top_medical_child_item::before {
  background: #7dad1c;
}
.top_medical_item_icon_hover {
  display: none;
}

.top_medical_item_icon {
  width: 95px;
  height: 95px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin: auto;
}
.top_medical_item_icon svg {
  fill: #fff;
}
.top_medical_item_tit {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 89px;
  font-size: 19px;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
}
.top_medical_item_icon img,
.top_medical_item_icon svg{
  width: 46px;
  height: 50px;
}
.top_medical_item_icon.item_humin img {
  width: 57px;
  height: 55px;
}
.top_medical_item_icon.item_ninchi img {
  width: 57px;
  height: 60px;
}
.top_medical_item_icon.item_otona img {
  width: 56px;
  height: 55px;
}
.top_medical_child_list {
  font-size: 14px;
}
.top_medical_child_item {
  padding-left: 17px;
  line-height: 1.85;
  position: relative;
}
.top_medical_child_item::before {
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  content: "";
  background: #fff;
  border-radius: 100%;
}
/*==================================================================================================================

  title

==================================================================================================================*/
.tit01_en {
  text-align: left;
  margin-bottom: 0;
  color: #7dad1c;
}
/*==================================================================================================================

  スマホ

==================================================================================================================*/
@media screen and (max-width:640px) {
  #wrapper, html, body{
    min-height:500px;
  }

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

    メインビジュアル（スマホ）

  ==================================================================*/
  #mainvisual {
  /*height: 390px;*/
	  height: 330px;
  }
  #mainvisual::before {
    height: 10px
  }
  #mainvisual::after {
    height: 10px
  }
  #mainvisual .inner::before {
    position: absolute;
    left: 0;
    bottom: -1px;
    background: url(../images/mv_wave.png) bottom center no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100px;
    content: "";
  }
  .top_mainvisual{
    height:390px;
  }

  .mainvisual_wrap{
    height: 390px;
  }

  /* トップページキャッチフレーズ */
  .mainvisual_catch {
    position: absolute;
    top: 115px;
  }
  .mainvisual_catch h2 {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .mainvisual_catch p {
    font-size: 20px;
  }
  .mainvisual_open{
    right: 10px;
    bottom: 10px;
    width: 150px;
  }

  /* メインスライド */
  #slick_fade{
    height: 390px;
  }
  #slick_fade .slide_item img{
    height: 390px;
  }
  .mv_catch_list {
    position: relative;
    /*top: -50px;*/
	top: 0;
    padding: 5px 0 0;
    justify-content: space-between;
    width: 82%;
    margin: auto;
  }
  .mv_catch_item {
    margin: 0;
    width: 46%;
  }
  main::before {
    display: none;
  }
  .tit01_en {
    text-align: center;
  }
	.top_news{
		top:20px;
	}
  /*==================================================================

    .top_info（スマホ）

  ==================================================================*/
  .top_info {
    padding-top: 40px;
  }
  .top_info_item {
    width: 100%;
    margin-top: 30px;
  }
  
  .top_info_item:first-child {
    margin-top: 0;
  }
  .top_info .box1 {
    margin: 0 5%;
  }
  
  .top_info .top_news .scroll_area {
    height: 200px;
  }
  .top_info_clinic_name {
    font-size: 18px;
    text-align: center;
  }
  .clinic_info_tit {
    width:  22%;
  }
  
  .clinic_info_tit + dd {
    width: 75%;
    line-height: 1.3;
  }
  .schedule_note {
    display: block;
  }
  .schedule_note dt {
    width: auto;
    display: inline-block;
    padding: 2px 10px;
    height: auto;
    line-height: auto;
  }
  .schedule_note dd{
    width: 100%;
    margin-top: 8px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .tb01.item_doctor_tb th {
    width: 18%;
  }
  .tb01.item_doctor_tb tr th:first-child {
    font-size: 14px;
    line-height: 1.2;
  }
  .top_access iframe {
    height: 320px;
  }
  .clinic_info_access_item {
    line-height: 1.5;
  }
  /*==================================================================

    .top_news（スマホ）

  ==================================================================*/
	.mv_bnr{
		position:static;
		width: 90%;
        margin: 0 auto;
	}
  .top_news {
    display: block;
  }
  .top_news_tit_wrapper {
    width: 100%;
    padding-bottom: 14px;
    padding-top: 10px;
  }
  .top_news .tit01_en {
    text-align: center;
    padding-left: 0;
  }
  .top_news_frame {
    width: 100%;
  }
  .news_list li a {
    display: block;
    margin-top: 8px;
  }
  .top_news .btn01 {
    position: static;
    margin: 15px auto 34px;
    width: 80%;
    
  }
  .news_list li {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .news_list li:last-child {
    margin-bottom: 0;
  }
  /*==================================================================

    .top_doctor（スマホ）

  ==================================================================*/
  .top_doctor_flex {
    flex-direction: column-reverse;
  }

  .top_doctor .text {
    width: auto;
  }

  .top_doctor_img {
    width: auto;
    margin-bottom: 15px;
  }

  .top_doctor_img p {
    text-align: center;
  }

  .top_doctor_img p img {
    width: 60%;
    margin: 0 auto 15px;
    display: block;
  }
  /*==================================================================

    .top_about（スマホ）

  ==================================================================*/
  .top_about_img_area {
    flex-wrap: wrap;
    margin-bottom: 50px;
    position: relative;
  }
   .top_about_img_area::before {
    position: absolute;
    right: 0;
    top: -100px;
    background: url(../images/soap_bubble.png) top left no-repeat;
    max-width: 274px;
    width: 80%;
    height: 345px;
    content: "";
    background-size: 100%;
   }
  .top_about_img_item.item_01 {
    top: -30px;
    
  }
  .top_about_img_item.item_02 {
    position: relative;
    width: 50%;
    bottom: -20px;
    left: auto;
    right:1%;
    order: -1;
    margin-left: auto;
    z-index: 2;
  }
  .top_about_img_item.item_03 {
    top: 20px;;
    width: 85%;
  }
  .top_about_img_item.item_03::before {
    z-index: -1;
  }
  .top_about_img_item.item_04 {
    top: -20px;
    right: auto;
    left: 1%;
    width: 100%;
  }
   .top_about_img_item.item_04 img {
     width: 50%;
   }
  .top_about {
  /* padding-bottom: 10px; */
  padding-bottom: 60px;
  }
  .top_about::after {
    width: 80%;
    background-size: 100%;
  }
  .top_about .tit01 {
    padding-top: 35px;
  }
  .top_about .box1 {
    margin-bottom: 50px;
  }
  .top_about_img {
    position: static;
    width: 95%;
    margin-left: auto;
  }
  .top_about_img img {
    height: auto;
  }
  .top_about_text {
    width: 100%;
   padding-top: 15px;
   line-height: 2;
   margin-bottom: 40px;
  }
  .top_about_btn_list {
    width: 100%;
  }
  .top_about_btn_item a {
    padding: 15px 12px;
  }
  .top_about_btn_item a::before {
    top: 26px;
  }
  /*==================================================================

    .top_clinic（スマホ）

  ==================================================================*/
  .top_clinic_img img {
    height: 250px;
  }
  .top_clinic_img::before {
    top: -107px;
    background-size: 200%;
    height: 140px;
  }
  .top_clinic_img::after {
    background-size: 180%;
  }
  .top_clinic_img_inner::before {
    display: none;
  }
  /*==================================================================

    .top_medical（スマホ）

  ==================================================================*/
  .top_medical {
    padding-top: 80px;
    padding-bottom: 114px;
  }
  .top_medical .tit01 {
    position: relative;
    z-index: 2;
  }
  .top_medical_list {
    margin-top: 30px;
  }
  .top_medical_item {
    width: 100%
  }
  .top_medical_item_tit {
    height: auto;
    padding: 20px 0;
  }
  /*==================================================================

    .top_features（スマホ）

  =================================================================*/
  .top_features {
    padding-top: 55px;
    z-index: 2;
    position: relative;
    padding-bottom: 60px;
  }
  .top_features::before {
    
  }
  .top_features::after {
    bottom: -40px;
    width: 60%;
    height: 200px;
    
  }
  .top_features .tit01 {
    z-index: 2;
    position: relative;
  }
  .top_features .tit01::before {
     position: absolute;
    left: 0;
    top: -90px;
    background: url(../images/soap_bubble02.png) top no-repeat;
    max-width: 479px;
    height: 583px;
    width: 50%;
    background-size: 100%;
    content: "";
    z-index: -1;
  }
  .top_features_list {
    padding-top: 30px;
    width: 96%;
  }
  .top_features_item {
    width: 100%;
    margin-bottom: 40px;
  }
  .top_features_item:nth-child(odd) {
    margin-left: 0;
  }
  .top_features_item:nth-child(even) {
    margin-right: 0;
  }
  .top_features_item_detail {
    width: 92%;
    padding: 7% 4% 6% 6%;
  }
  .top_features_item_tit {
    padding-bottom: 20px;
    padding-left: 58px;
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    height: 50px;
    line-height: 1.4;
  }
  .top_features_item_num {
    width: 49px;
    height: 49px;
    font-size: 25px;
  }
  .top_features_item_detail::before,
  .top_features_item_detail::after {
    pointer-events: none;
  }
  .top_features_item_text {
    margin-top: 10px;
  }
  .top_clinic_img_inner::before {
    top: 11%;
    width: 50%;
    left: 0;
  }
}
