.sub_mv > div > div{
  background: url(./images/mv/pc/mv_clinic.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
	.sub_mv > div > div{
		background: url(./images/mv/sp/mv_clinic.jpg) no-repeat;
		background-size: cover;
		background-position: center;
  }
}

.intro{
  text-align: center;
  padding: 0 20px;
  margin-bottom: 50px;
}
.intro h3{
  font-size: 24px;
  padding-bottom: 20px;
}
.intro p{
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  .intro{
    margin-top: 50px;
  }
  .intro h3{
    font-size: 16px;
  }
  .intro p{
    font-size: 14px;
  }
}

.clinic_list{
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  line-height: 1.66;
}
.clinic_list > div{
  position: relative;
  padding: 0 20px;
  margin-bottom: 150px;
}
.clinic_list > div:before{
  content: "";
  background: linear-gradient(90deg, rgb(85, 172, 224,0.15) 0%, #ffffff 50%, rgb(76, 140, 210,0.15) 100%);
  width: 100%;
  max-width: 1480px;
  height: 100%;
  z-index: -1;
}
.clinic_list > div:nth-child(1):before{
  position: absolute;
  right: 0;
  top: 15%;
}
.clinic_list > div:nth-child(2):before{
  position: absolute;
  left: 0;
  top: 15%;
}
.clinic_info{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
}
.clinic_img{
  width: 50%;
  line-height: 0;
}
.clinic_img img{
  max-width: 100%;
}
.clinic_txt{
  box-sizing: content-box;
  width: 50%;
  padding: 50px;
  background-color: #fff;
  border-radius: 20px 0 20px 0;
  margin-top: 12%;
  margin-left: -5%;
}
.clinic_txt h3{
  font-size: 30px;
  margin-bottom: 50px;
}
.clinic_txt p{
  margin-bottom: 40px;
}
.clinic_txt > div{
  display: flex;
  justify-content: space-between;
}
.clinic_list .clinic_txt > div a{
  width: calc(50% - 20px);
}
.clinic_list .btn_01,.clinic_list .btn_02{
  margin: 0;
}
.clinic_list .btn_02{
  height: 60px;
  font-size: 16px;
}
.clinic_info.reverse{
  flex-direction: row-reverse;
}
.clinic_info.reverse .clinic_txt{
  margin-left: 0;
  margin-right: -5%;
}
@media screen and (max-width: 1000px) {
  .clinic_txt{
    padding: 20px;
  }
  .clinic_list .clinic_txt > div a{
    width: calc(50% - 10px);
  }
.clinic_list .btn_01,.clinic_list .btn_02{
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .clinic_info{
    display: block;
    width: 80%;
  }
  .clinic_img{
    width: 100%;
  }
  .clinic_txt{
    width: 100%;
    box-sizing: border-box;
    margin-top: 0;
    margin-left: 0;
    border-radius: 0 0 20px 0;
  }
  .clinic_txt h3{
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px){
  .clinic_list > div{
    margin-bottom: 50px;
  }
  .clinic_list > div:before{
    height: 90%;
  }
  .clinic_info{
    width: 100%;
  }
  .clinic_txt{
    padding: 30px 20px;
  }
  .clinic_txt h3{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .clinic_txt p{
    font-size: 14px;
    margin-bottom: 20px;
  }
  .clinic_list .btn_02{
    height: 40px;
  }
  .clinic_list .btn_01, .clinic_list .btn_02{
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 320px){
  .clinic_list .clinic_txt > div a{
    width: calc(50% - 5px);
  }
}


.reserve{
	width: 100%;
	background: url(./images/common/reserve_bg.png) no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 100px 20px;
}
.reserve img{
	max-width: 100%;
	display: block;
	margin: 0 auto 50px;
}
.reserve > div{
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}
.reserve > div h2{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 50px;
	line-height: 1.5;
}
.reserve > div p{
	color: #fff;
  text-align: center;
	line-height: 1.87;
	padding-bottom: 30px;
}
.reserve .btn_02{
  border: 2px solid #fff;
}
@media screen and (max-width: 768px){
	.reserve{
		padding: 50px 20px;
	}
}
@media screen and (max-width: 480px){
	.reserve{
		padding: 30px 20px 20px;
	}
	.reserve img{
		max-width: 150px;
		margin: 0 auto 30px;
	}
	.reserve > div h2{
		font-size: 16px;
		padding-bottom: 30px;
	}
	.reserve > div p{
		line-height: 1.5;
		font-size: 14px;
	}
}


.column{
	padding: 70px 0;
}
.column div{
	text-align: center;
}
.column div img{
	max-width: 100%;
}
@media screen and (max-width: 480px){
	.column{
		padding: 30px 0;
	}
	.column div img{
		max-width: 100px;
	}
}