.sub_mv > div > div{
  background: url(./images/mv/pc/mv_gotanda.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.sub_mv > div > div h2{
  position: static;
}
.sub_mv > div > div .hdg_wrap{
  position: relative;
  max-width: 1580px;
  height: 100%;
  margin: 0 auto;
}
.sub_mv > div > div .hdg_wrap h2{
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sub_mv{
    margin-bottom: 0;
  }
	.sub_mv > div > div{
		background: url(./images/mv/sp/mv_gotanda.jpg) no-repeat;
		background-size: cover;
		background-position: center;
  }
}


.clinic{
  line-height: 1.66;
  margin-bottom: 70px;
}
.clinic .intro{
  width: 90%;
  max-width: 900px;
  margin: 0 auto 50px;
}
.clinic .tbl_01{
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  border-spacing: 0;
}
.clinic .tbl_01 a{
  color: #55ace0;
  font-size: 16px;
}
.clinic .tbl_01 th,.clinic .tbl_01 td{
  border-top: 1px solid #efefef;
  padding: 2rem;
  font-size: 18px;
}
.clinic .tbl_01 th{
  text-align: left;
  vertical-align: top;
  width: 15%;
  font-weight: bold;
  background: linear-gradient(-90deg,rgb(76, 140, 210),
rgb(85, 172, 224));
  -webkit-background-clip: text;
  color: transparent;
}
.clinic .tbl_02{
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 20px;
  border-spacing: 0;
  border: 3px solid #4c8cd2;
  padding: 20px 100px 70px 100px;
  font-size: 24px;
  border-radius: 10px 0 10px 0;
}
.clinic .tbl_02 .sat{
  color: #4ca4d3;
}
.clinic .tbl_02 .holiday{
  color: #fabdb4;
}
.clinic .tbl_02 .open{
  color: #4ca4d3;
}
.clinic .tbl_02 th,.clinic .tbl_02 td{
  border-bottom: 1px solid #efefef;
  padding: 2rem 0;
}
.clinic .tbl_02 th{
  text-align: left;
  vertical-align: top;
  width: 20%;
  font-weight: bold;
}
.clinic .tbl_02 td{
  text-align: right;
}
.clinic .tbl_02 .day td{
  font-weight: bold;
}
.clinic .rice{
  width: 85%;
  max-width: 1100px;
  margin: 0 auto 70px;
}

@media screen and (max-width: 768px) {
  .clinic .tbl_01 th{
    width: 25%;
  }
  .clinic .tbl_02{
    padding: 0 5% 5%;
  }
}
@media screen and (max-width: 480px){
  .clinic{
    margin-bottom: 35px;
  }
  .clinic .intro{
    font-size: 14px;
    margin: 0 auto 25px;
  }
  .clinic .tbl_01 th, .clinic .tbl_01 td{
    font-size: 12px;
    padding: 1rem 0.5rem;
  }
  .clinic .tbl_01 a{
    font-size: 12px;
  }
  .clinic .tbl_02{
    margin: 0 auto 10px;
    font-size: 10px;
    padding: 0% 5% 5%;
  }
  .clinic .tbl_02 th, .clinic .tbl_02 td{
    padding: 1rem 0;
  }
  .clinic .rice{
    font-size: 12px;
    margin: 0 auto 30px;
  }
  .clinic .btn_02{
    width: 70%;
  }
}


.facility{
  line-height: 1.66;
}
.facility_swiper_wrap{
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 auto 60px;
  padding: 40px 0;
  width: 100%;
  max-width: 1200px;
  background: linear-gradient(-90deg,rgb(76, 140, 210,0.3),
  rgb(85, 172, 224,0.3));
  position: relative;
}
.facility_swiper{
  position: relative;
}
.facility_swiper .swiper-container{
  width: 50%;
}
.facility_swiper .swiper-slide{
	background: #fff;
	border: 2px solid #55abe0;
	position: relative;
}
.facility_swiper .swiper-slide .inner > p{
  text-align: center;
  font-size: 14px;
}
.facility_swiper .swiper-slide::after{
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.facility_swiper .swiper-slide-active::after{
	display: none;
}
.facility_swiper .swiper-slide img{
	max-width: 100%;
}
.facility_swiper .swiper-slide .inner{
	padding: 1rem;
}
.facility_swiper .swiper-pagination{
	position: static;
	margin: 10px 0 0;
}
.facility_swiper .swiper-pagination .swiper-pagination-bullet{
	margin: 0 5px;
	background: #fff;
	opacity: 1;
}
.facility_swiper .swiper-pagination .swiper-pagination-bullet-active{
	background: #55ace0;
}
.swiper-button-prev,
.swiper-button-next {
	width: 40px;
	height: 40px;
	background-size: 40px 40px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
	content: '';
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
	content: '';
}
.swiper-button-next {
	background-image: url(./images/common/sw_r.png);
}
.swiper-button-prev {
	background-image: url(./images/common/sw_l.png);
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 23.5%;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: 23.5%;
}
.facility .facility_movie{
  text-align: center;
}
.facility .facility_movie img{
  max-width: 100%;
}
.facility .facility_movie iframe{
  max-width: 680px;
}
@media screen and (max-width: 768px) {
	.facility_swiper_wrap{
		padding: 40px 50px;
		width: 70%;
	}
	.facility_swiper .swiper-container{
    width: 100%;
		padding: 0;
	}
	.facility_swiper .swiper-slide > div{
		width: 100%;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		right: -5%;
	}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		left: -5%;
	}
}
@media screen and (max-width: 480px) {
	.facility_swiper_wrap{
		width: 100%;
		margin: 0px auto 30px;
	}
	.facility_swiper .swiper-slide{
		border: 1px solid #55abe0;
	}
	.facility_swiper .swiper-slide .inner{
		padding: 10px 20px 20px;
		min-height: auto;
	}
	.facility_swiper .swiper-slide .inner > p{
    text-align: left;
    font-size: 12px;
  }
	.swiper-button-prev,.swiper-button-next {
		width: 20px;
		height: 20px;
		background-size: 20px 20px;
		margin-top: -10px;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		right: -4%;
	}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		left: -4%;
	}
}


.staff{
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  line-height: 1.66;
}
.staff > div{
  position: relative;
  padding: 0 20px;
  margin-bottom: 150px;
}
.staff > div.lt{
  margin-bottom: 50px;
}
.staff > 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;
}
.staff > .rt:before{
  position: absolute;
  right: 0;
  top: 10%;
}
.staff > .lt:before{
  position: absolute;
  left: 0;
  top: 0;
}
.staff_info{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
}
.staff_img{
  width: 50%;
  line-height: 0;
}
.staff_img img{
  max-width: 100%;
}
.staff_txt{
  position: relative;
  box-sizing: content-box;
  width: 50%;
  padding: 50px;
  background-color: #fff;
  border-radius: 20px 0 20px 0;
  margin-top: 12%;
  margin-left: -5%;
  z-index: 1;
}
.staff_txt h3{
  font-size: 16px;
  font-weight: normal;
  background: linear-gradient(-90deg,rgb(76, 140, 210),
	rgb(85, 172, 224));
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 20px;
}
.staff_txt .name{
  font-size: 30px;
  margin-bottom: 30px;
}
.staff_txt .name + p{
  margin-bottom: 30px;
}
.staff_txt p{
  margin-bottom: 10px;
}
.staff_txt table{
  margin-bottom: 50px;
}
.staff_txt p span{
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(-90deg,rgb(76, 140, 210),
	rgb(85, 172, 224));
  -webkit-background-clip: text;
  color: transparent;
}
.staff_txt table tr td:nth-child(1){
  padding-right: 1rem;
  width: 15%;
  vertical-align: top;
}
.staff_txt table tr td:nth-child(2){
  width: 85%;
}
.staff_txt p img{
  max-width: 100%;
}
.staff_info.reverse{
  flex-direction: row-reverse;
}
.staff_info.reverse .staff_txt{
  margin-left: 0;
  margin-right: -5%;
}
.hide_01,.hide_02{
  display: none;
}
.hide_01.open,.hide_02.open{
  display: block;
}
.more_btn_01,.more_btn_02{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
  bottom: -20px;
  z-index: 1;
}
.more_btn_01::after,.more_btn_02::after{
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 70%);
  width: 100%;
  height: 70px;
  top: -60px;
}
.more_btn_01.open,.more_btn_02.open{
  position: static;
  background: none;
  margin: 0 auto;
  padding: 0;
  transform: unset;
  -webkit-transform: unset;
  -ms-transform: unset;
}
.more_btn_01.open::after, .more_btn_02.open::after{
  display: none;
}
.btn_01{
  margin: 0 auto;
}
.staff_list{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 150px 0 100px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.staff_list > div{
  position: relative;
  width: calc(50% - 2%);
  background: #fff;
  border-radius: 20px 0 20px 0;
  padding: 1.5rem;
}
.staff_list > div:not(:nth-child(n+5)){
  margin-bottom: 100px;
}
.staff_list > div img{
  position: absolute;
  top: -65px;
  left: 0;
  max-width: 100%;
}
.staff_list .prof{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.staff_list .prof .name{
  font-size: 24px;
  font-weight: bold;
  width: 80%;
  text-align: center;
}
.staff_list .prof .name span{
  font-size: 18px;
  font-weight: normal;
  background: linear-gradient(-90deg,rgb(76, 140, 210),
rgb(85, 172, 224));
  -webkit-background-clip: text;
  color: transparent;
  padding-right: 1rem;
}
.staff_list .prof .years{
  width: 20%;
  text-align: end;
}
/* IE用 */
@media all and (-ms-high-contrast: none){
  .staff_txt h3,.staff_txt p span {
    background: #fff;
    color: rgb(76, 140, 210);
  }
}
@media screen and (max-width: 1200px) {
  .staff_list .prof{
    display: block;
  }
  .staff_list .prof .name span{
    display: block;
    padding-right: 0;
  }
  .staff_list .prof .name,.staff_list .prof .years{
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .staff_txt{
    padding: 20px;
  }
  .staff .btn_01,.staff .btn_02{
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .staff_info{
    display: block;
    width: 80%;
  }
  .staff_img{
    width: 100%;
  }
  .staff_txt{
    width: 100%;
    box-sizing: border-box;
    margin-top: 0;
    margin-left: 0;
    border-radius: 0 0 15px 0;
    padding: 30px 20px;
  }
  .staff_txt h3{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .staff_list{
    display: block;
    width: 80%;
  }
  .staff_list > div{
    width: 100%;
  }
  .staff_list > div:not(:last-child){
    margin-bottom: 100px;
  }
  .staff_list .prof{
    display: block;
  }
  .staff_list .prof li{
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 480px){
  .staff > div{
    margin-bottom: 100px;
  }
  .staff > div.lt{
    margin-bottom: 30px;
  }
  .staff > .rt:before{
    top: 5%;
    height: 100%;
  }
  .staff > .rt.open:before{
    height: 97%;
  }
  .staff > .lt:before{
    height: 100%;
  }
  .staff > .lt.open:before{
    height: 95%;
  }
  .staff_info{
    width: 100%;
  }
  .staff_txt{
    padding: 30px 20px;
  }
  .staff_txt h3{
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
  }
  .staff_txt .name{
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
  .staff_txt .name + p{
    margin-bottom: 15px;
  }
  .staff_txt p{
    font-size: 14px;
  }
  .staff_txt table{
    font-size: 12px;
    margin-bottom: 30px;
  }
  .staff_txt table tr td:nth-child(1){
    width: 20%;
  }
  .staff_txt table tr td:nth-child(2){
    width: 80%;
  }
  .staff_txt p span{
    font-size: 16px;
  }
  .staff_txt table tr td:nth-child(1){
    padding-right: 0.5rem;
  }
  .more_btn_01 .btn_01,.more_btn_02 .btn_01{
    width: 80%;
  }
  .staff_list{
    width: 100%;
    padding: 20px 0 30px 0;
  }
  .staff_list > div{
    padding: 1rem;
  }
  .staff_list > div:not(:last-child){
    margin-bottom: 70px;
  }
  .staff_list > div img{
    width: 100px;
    top: -50px;
    left: 10px;
  }
  .staff_list .prof{
    margin-bottom: 15px;
  }
  .staff_list .prof .name{
    font-size: 18px;
  }
  .staff_list .prof .name span{
    font-size: 12px;
  }
  .staff_list .prof .years{
    font-size: 12px;
  }
  .staff_list p{
    font-size: 14px;
  }
}
@media screen and (max-width: 320px){
  .staff_txt p{
    font-size: 12px;
  }
  .staff_txt table{
    font-size: 10px;
  }
}
@media all and (-ms-high-contrast: none){
  .staff > div:before {
    background: rgba(76, 140, 210,0.2);
  }
}


.interview{
	padding: 0 20px 50px;
}
.interview div{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 30px;
	background: #f3f7fb;
	border-radius: 20px 0 20px 0;
	padding: 0 100px 0 70px;
}
.interview > div:last-child{
	margin-bottom: 70px;
}
.interview div .interview_q{
	font-size: 20px;
	font-weight: bold;
	position: relative;
	padding: 30px 0;
	text-indent: -2.5em;
	padding-left: 2.5em;
  padding-right: 1em;
}
.interview div .interview_a{
	font-size: 18px;
	padding: 30px 0;
	text-indent: -2.7em;
	padding-left: 2.7em;
}
.interview div .interview_q::before{
	content: "";
	background: url(./images/common/faq_q.png) no-repeat;
	background-size: contain;
	width: 23px;
	height: 27px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}
.interview div .interview_a::before{
	content: "";
	background: url(./images/common/faq_a.png) no-repeat;
	background-size: contain;
	width: 21px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}
.interview .interview_q::after,.interview .interview_q.open::after{
	content: "";
	width: 40px;
	height: 40px;
	position: absolute;
	top: 25px;
	right: -40px;
}
.interview .interview_q::after{
	background: url(./images/common/open.png) no-repeat;
	background-size: contain;
}
.interview .interview_q.open::after{
	background: url(./images/common/close.png) no-repeat;
	background-size: contain;
}
.interview .interview_q{
	cursor: pointer;
}
.interview_a{
	display: none;
}
.interview_a.open{
	display: block;
}
@media screen and (max-width: 768px) {
	.interview div{
		padding: 0 70px 0 30px;
	}
}
@media screen and (max-width: 480px) {
	.interview {
    padding: 0 20px;
	}
	.interview div{
		padding: 0 40px 0 20px;
		margin: 0 auto 20px;
	}
	.interview > div:nth-of-type(5){
		margin-bottom: 30px;
	}
	.interview div .interview_q::before{
		margin-right: 10px;
		width: 20px;
    height: 25px;
	}
	.interview div .interview_a::before{
		margin-right: 10px;
	}
	.interview div .interview_q{
		padding: 20px 0;
		font-size: 16px;
		text-indent: -2em;
    padding-left: 2em;
	}
	.interview div .interview_a{
		padding: 20px 0;
		font-size: 14px;
		text-indent: -2em;
    padding-left: 2em;
	}
	.interview .interview_q::after,.interview .interview_q.open::after{
		width: 20px;
		height: 20px;
		right: -30px;
	}
}


.access{
  line-height: 1.66;
}
.access .gmap{
  width: 90%;
  max-width: 980px;
  margin: 0 auto 30px;
}
.access .access_info{
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.access .access_info ul{
  width: calc(50% - 2%);
}
.access .access_info .access_info_ttl{
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(-90deg,rgb(76, 140, 210),
rgb(85, 172, 224));
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 1.5rem;
}
.access .access_info ul li{
  margin-bottom: 1rem;
}
.access .btn_02{
  margin: 1em auto 70px;
}
@media screen and (max-width: 480px) {
  .access .gmap{
    margin: 0 auto 20px;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  .access .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .access .access_info{
    display: block;
    margin: 0 auto 30px;
  }
  .access .access_info ul{
    width: 100%;
  }
  .access .access_info ul li{
    font-size: 14px;
  }
  .access .access_info .access_info_ttl{
    font-size: 16px;
    margin-bottom: 1rem;
  }
  .access .btn_02{
    margin: 1em auto 30px;
  }
}


.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;
	}
}
