@charset "UTF-8";

/*メインイメージ
---------------------------------------------------------*/
.m_img_area{
	position: relative;
	z-index: 1;
	padding-top: 100px;
}
.m_img_area header{
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	margin: auto;
	top:0;
}
.m_img_area .m_img{
	position: relative;
	width: calc(100% - 67px);
	margin-right: 0;
	margin-left: auto;
	height: calc(100vh - 100px);
	max-height:58vw;
}
.m_img_area .m_img::before{
	position: absolute;
	content: "";
	background: url("../images/frontpage/m_img@2x.jpg") no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
	top:50%;
	transform: translateY(-50%);
	z-index: -1;
}
.m_img_area .m_copy{
	font-size: min(381.25%,4vw);
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-align: left;
	position: absolute;
	left: 3%;
	top:54%;
	transform: translateY(-50%);
}
.m_img_area .m_copy .ft_min{
	margin: 0.3em 0 0.45em;
}
.m_img_area .m_copy .ft_min span{
	color: #55a7d9;
}
.m_img_area .m_copy div{
	max-width: max-content;
}
.m_img_area .m_copy div:nth-child(2){
	width: 10.5833em;
}
.m_img_area .m_copy .point{
	width: 10em;
	translate: -5% 0;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1499px) {
.m_img_area{
	padding-top: 6.7vw;
}
.m_img_area .m_img{
	width: 95.5333vw;
	height: calc(100vh - 6.7vw);
}
.m_img_area .m_abs{
	right: 2%;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.m_img_area{
	position: relative;
	z-index: 1;
	padding-top:8vw;
	margin-bottom: 22vw;
}
.m_img_area .m_img{
	width: 94.13333vw;
	height: 150vw;
	max-height: 200vw;
	min-height: 110vw;
}
.m_img_area .m_img::before{
	background-image: url("../images/frontpage/m_img_sp@2x.jpg") ;
}
.m_img_area .m_copy{
	font-size: 200%;
	left: 5%;
	top: 65%;
}
.m_img_area .m_copy div:nth-child(2){
	max-width: 452px;
	width: 7.5em;
}
.m_img_area .m_abs{
	width:70%;
	right: 1.5%;
	transform: translateY(49%);
}
}





/*about_us
---------------------------------------------------------*/
#about_us .flex_box{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
    display: flex;
    justify-content: space-between;
	flex-direction: row-reverse;
    align-items: center;
}
#about_us .flex_box .img_l{
	max-width: 460px;
	width:52%;
}
#about_us .flex_box .txt_r{
	max-width: 380px;
	width: 43%;
	font-size: min(250%,4.2vw);
	letter-spacing: 0.15em;
	line-height: 2em;
}
#about_us .flex_box .txt_r .ft_jost{
	font-size: 57.5%;
	letter-spacing: 0.15em;
	line-height: 1em;
	padding-left: 2.5em;
	position: relative;
}
#about_us .flex_box .txt_r .ft_jost::before{
	position: absolute;
	font-family: "fontello";
	content: '\e805';
	font-size: 1em;
	left: 0;
	top:0;
}
#about_us .flex_box .txt_r .ft_min{
	margin-top: 0.8em;
} 
#about_us .txt{
	line-height: 2.5em;
}
#about_us .img{
	display: flex;
	justify-content: space-between;
}
#about_us .img li{
	max-width: 382px;
	width: 32%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#about_us .flex_box{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
    flex-direction: column-reverse;
    flex-wrap: wrap;
}
#about_us .flex_box .img_l{
	width:80%;
	text-align: center;
	margin: 8vw auto 0;
}
#about_us .flex_box .txt_r{
	max-width: 90%;
	width: 90%;
	font-size: 160%;
	line-height: 1.8em;
}
#about_us .flex_box .txt_r .ft_min{
	margin-top: 0.7em;
}
#about_us .txt{
	line-height: 2em;
}
}





/*point
---------------------------------------------------------*/
#point .point_tit{
	max-width: 890px;
	width: 70vw;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#point .point_list li{
	margin-top: 30px;
	padding: 80px 4% 90px;
}
#point .point_list li:first-child{
	margin-top: 0;
}
#point .point_list li .inbox{
	max-width: 1200px;
	margin: 0 auto;
}
#point .point_list li:nth-child(1){
	background-color: #f2f9fd;
}
#point .point_list li:nth-child(2){
	background-color: #fef7f7;
}
#point .point_list li:nth-child(3){
	background-color: #fdfaeb;
}
#point .point_list li:nth-child(4){
	background-color: #f6f6fb;
}
#point .point_list li .flt_box .img_r,
#point .point_list li .flt_box .img_l{
	max-width: 475px;
	width: 40%;
}
#point .point_list li .flt_box .txt_r,
#point .point_list li .flt_box .txt_l{
	max-width: 662px;
	width: 56%;
}
#point .point_list li .flt_box .img_r,
#point .point_list li .flt_box .txt_r{
	float: right;
}
#point .point_list li .flt_box .img_l,
#point .point_list li .flt_box .txt_l{
	float: left;
}
#point .point_list li .flt_box .no{
	font-size: min(159%,2.7vw);
	letter-spacing: 0.1em;
	line-height: 1.5em;
	display: flex;
	align-items: center;
	margin-bottom: 0.8em;
}
#point .point_list li:nth-child(1) .flt_box .no{
	color: #68c3fc;
}
#point .point_list li:nth-child(2) .flt_box .no{
	color: #f58989;
}
#point .point_list li:nth-child(3) .flt_box .no{
	color: #f8b56d;
}
#point .point_list li:nth-child(4) .flt_box .no{
	color: #837ccd;
}
#point .point_list li .flt_box .no dt{
	margin-right: 0.3em;
}
#point .point_list li .flt_box .no dd{
	font-size: 293%;
	letter-spacing: 0.1em;
	line-height: 1em;
}
#point .point_list li .flt_box h3{
	font-size: min(181.25%,2.4vw);
	letter-spacing: 0.1em;
	line-height: 1.8em;
	margin-bottom: 0.5em;
}
#point .point_list li .flt_box h3 span{
	font-size: 120%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
#point .point_list li:nth-child(1) .flt_box h3 span{
	color: #68c3fc;
}
#point .point_list li:nth-child(2) .flt_box h3 span{
	color: #f58989;
}
#point .point_list li:nth-child(3) .flt_box h3 span{
	color: #f8b56d;
}
#point .point_list li:nth-child(4) .flt_box h3 span{
	color: #837ccd;
}
#point .point_list .note{
	font-size: 90%;
	letter-spacing: .15em;
	line-height: 2;
	color: #9a9fa4;
	margin-top: 0.8em;
}
#point .clinic .clinic_tit{
	font-size: min(219%,3.6vw);
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-align: center;
}
#point .clinic .clinic_tit h3{
	position: relative;
}
#point .clinic .clinic_tit h3::before{
	position: absolute;
	content: "";
	background: url("../images/frontpage/clinic_tit_l.svg") no-repeat left center;
	background-size: 100% 100%;
	width: 1em;
	height: 1em;
	top:52%;
	transform: translateY(-50%);
	right: calc(50% + 9em);
}
#point .clinic .clinic_tit h3::after{
	position: absolute;
	content: "";
	background: url("../images/frontpage/clinic_tit_r.svg") no-repeat right center;
	background-size: 100% 100%;
	width: 1em;
	height: 1em;
	top:52%;
	transform: translateY(-50%);
	left: calc(50% + 9em);
}
#point .clinic .clinic_tit p{
	font-size: 66%;
	letter-spacing: 0.1em;
	line-height: 1em;
	color: #55a7d9;
	margin-top: 1em;
}
#point .clinic .cli_point_list{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
    justify-content: center;
}
#point .clinic .cli_point_list li{
	width: 33.3333333334%;
	padding: 0 2.5%;
	position: relative;
}
#point .clinic .cli_point_list li::before{
	position: absolute;
	content: "";
	background: url("../images/frontpage/cli_point_line@2x.png") no-repeat right bottom;
	background-size: 100% auto;
	width: 1px;
	height: 100%;
	max-width: 325px;
	right: 0;
	bottom: 0;
}
#point .clinic .cli_point_list li:last-child::before{
	position: static;
	background: none;
}
#point .clinic .cli_point_list li div{
	max-width: 210px;
	width: 72%;
	margin: 0 auto 40px;
}
#point .clinic .cli_point_list li dl{
	max-width: 295px;
	margin: 0 auto;
}
#point .clinic .cli_point_list li dt{
	font-size: min(156.25%,2.3vw);
	letter-spacing: 0.1em;
	line-height: 1.6em;
	text-align: center;
	margin-bottom: 0.6em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#point .point_list li{
	margin-top: 2vw;
	padding: 6vw 4%;
}
#point .point_list li .flt_box .img_r{
	margin-left: 4%;
	margin-bottom: 1em;
}
#point .point_list li .flt_box .img_l{
	margin-right: 4%;
	margin-bottom: 1em;
}	
#point .point_list li .flt_box .txt_r,
#point .point_list li .flt_box .txt_l{
	max-width: 100%;
	width: 100%;
	float: none;
}
#point .clinic .cli_point_list li div{
	margin: 0 auto 3vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#point .point_tit{
	width: 100%;
}
#point .point_list li{
	margin-top: 5vw;
	padding: 7vw 5% 3vw;
}
#point .point_list li:nth-child(2){
	padding-bottom: 5vw;
	}
#point .point_list li:nth-child(3){
	padding-bottom: 6vw;
}
#point .point_list li:first-child{
	margin-top: 0;
}
#point .point_list li .flt_box{
    display: flex;
    flex-direction: column-reverse;
}
#point .point_list li .flt_box .img_r,
#point .point_list li .flt_box .img_l{
	width: 100%;
	float: none;
	margin: 5vw auto 0;
}
#point .point_list li .flt_box .txt_r,
#point .point_list li .flt_box .txt_l{
	max-width: 100%;
	width: 100%;
	float: none;
}
#point .point_list li .flt_box .img_r,
#point .point_list li .flt_box .txt_r{
	float: right;
}
#point .point_list li .flt_box .img_l,
#point .point_list li .flt_box .txt_l{
	float: left;
}
#point .point_list li .flt_box .no{
	font-size: 110%;
	margin-bottom: 0.6em;
}
#point .point_list li .flt_box h3{
	font-size:120%;
	letter-spacing: 0.05em;
	margin-bottom: 0.4em;
}
#point .point_list li .flt_box h3 span{
	letter-spacing: 0.05em;
}
#point .point_list li:nth-child(1) .flt_box h3 span{
	color: #68c3fc;
}
#point .point_list li:nth-child(2) .flt_box h3 span{
	color: #f58989;
}
#point .point_list li:nth-child(3) .flt_box h3 span{
	color: #f8b56d;
}
#point .point_list li:nth-child(4) .flt_box h3 span{
	color: #837ccd;
}
#point .point_list .note{
	font-size: 90%;
	letter-spacing: .15em;
	line-height: 2;
	color: #9a9fa4;
	margin-top: 0.5em;
}
#point .clinic .clinic_tit{
	font-size: 145%;
}
#point .clinic .clinic_tit h3::before{
	right: calc(50% + 5.5em);
	width: 1.8em;
	height: 1.8em;
}
#point .clinic .clinic_tit h3::after{
	left: calc(50% + 5.5em);
	width: 1.8em;
	height: 1.8em;
}
#point .clinic .cli_point_list{
	display: block;
}
#point .clinic .cli_point_list li{
	width: 100%;
	padding: 0 0 6vw;
	margin-bottom: 8vw;
}
#point .clinic .cli_point_list li::before{
	background: url("../images/frontpage/cli_point_line_sp@2x.png") no-repeat center bottom;
	background-size: 100% 100%;
	width: 100%;
	height: 1px;
	max-width: 100%;
	left: 0;
	margin: auto;
	bottom: 0;
}
#point .clinic .cli_point_list li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}
#point .clinic .cli_point_list li div{
	width: 40%;
	margin: 0 auto 5vw;
}
#point .clinic .cli_point_list li dl{
	max-width: 100%;
}
#point .clinic .cli_point_list li dt{
	font-size: 135%;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	text-align: center;
	margin-bottom: 0.6em;
}
}





/*nishisuzushika
---------------------------------------------------------*/
#nishisuzushika .bg{
	padding: 90px 0 100px;
	background: url("../images/frontpage/nishisuzushika_bg@2x.jpg") no-repeat center bottom;
	background-size: cover;
	color: #fff;
}
#nishisuzushika .tit{
	font-size: min(182%,3.1vw);
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 1em;
} 
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#nishisuzushika .bg{
	padding: 8vw 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#nishisuzushika .bg{
	padding: 10vw 0;
	background-position: 70% bottom;
}
#nishisuzushika .tit{
	font-size: 140%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 1em;
} 
}





/*medical
---------------------------------------------------------*/
#medical .bg{
	padding: 120px 0;
}
#medical .bg .tit{
	font-size: min(218.75%,3.65vw);
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 1.8em;
}
#medical .med_list{
	display: flex;
    flex-wrap: wrap;
	text-align: center;
	font-size: min(118.75%,1.6vw);
	letter-spacing: 0.05em;
	line-height: 1.5em;
}
#medical .med_list li{
	width: 18.75%;
	margin-right: 1.5625%;
	background-color: rgba(202,220,232,0.29);
	padding: 1.6em 0 2.6em;
	box-sizing: border-box;
	margin-top: 1.5625%;
}
#medical .med_list li:nth-child(5n){
	margin-right: 0;
}
#medical .med_list li:nth-child(-n + 5){
	margin-top: 0;
}
#medical .med_list li div{
	max-width: 126px;
	width: 65%;
	margin: 0 auto 1.4em;
	box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.15);
	border-radius: 50%;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#medical .bg{
	padding: 10vw 0;
}
#medical .med_list{
	font-size: min(118.75%,1.65vw);
}
#medical .med_list li{
	width: 19.2%;
	margin-right: 1%;
	margin-top: 1%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#medical .bg{
	padding: 14vw 0;
}
#medical .bg .tit{
	font-size: 150%;
	margin-bottom: 1.5em;
}
#medical .med_list{
	font-size:95%;
}
#medical .med_list li{
	width: 49%;
	padding: 1.4em 0 1.6em;
	margin-right: 2%!important;
	margin-top: 2%!important;
}
#medical .med_list li:nth-child(2n){
	margin-right: 0!important;
}
#medical .med_list li:nth-child(-n + 2){
	margin-top: 0!important;
}
#medical .med_list li div{
	margin: 0 auto 1em;
}
}





/*doctors
---------------------------------------------------------*/
#doctors .bg{
	background: #fdfaea;
	padding: 120px 0;
}
#doctors .dr_tit{
	font-size: min(662.5%,10vw);
	letter-spacing: 0.1em;
	line-height: 1em;
	text-align: center;
	color: #f8e790;
	margin-bottom: 100px;
}
#doctors .dr_list1 {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
#doctors .dr_list1 .flt_box{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#doctors .dr_list1 .flt_box .img_l{
	max-width: 357px;
	width: 36.7%;
	float: left;
}
#doctors .dr_list1 .flt_box .txt_r{
	max-width: 558px;
	width: 59.3%;
	float: right;
}
#doctors .dr_list1 .dr_style dt{
	font-size: min(218.75%,3.5vw);
	letter-spacing: 0.1em;
	line-height: 1.8em;
	margin-bottom: 0.8em;
	margin-top: -0.5em;
}
#doctors .dr_list1 .name{
	font-size: min(100%,1.8vw);
	letter-spacing: 0.15em;
	line-height: 1em;
	display: flex;
}
#doctors .dr_list1 .name dt{
	margin-right: 1.5em;
	padding-top: 0.55em;
}
#doctors .dr_list1 .name dd{
	font-size: 206.25%;
	letter-spacing: 0.15em;
	line-height: 1em;
}
#doctors .dr_list1 .name dd .ft_jost{
	font-size: 55%;
	letter-spacing: 0.15em;
	line-height: 1em;
	color: #55a7d9;
	margin-top: 1em;
}
#doctors .profile .list1 {
	line-height: 1.8em;
}
#doctors .profile .list1 li{
	display: flex;
	margin-top: 0.5em;
}
#doctors .profile .list1 li:first-child{
	margin-top: 0;
}
#doctors .profile .list1 li .year{
	width: 8em;
}
#doctors .profile .list1 li .event{
	width:calc(100% - 8em);
}
#doctors .profile .list2 li{
	padding-left: 1.7em;
	position: relative;
}
#doctors .profile .list2 li::before{
	position: absolute;
	content: "";
	background: #d7d8db;
	width: 0.54em;
	height: 0.54em;
	left: 0.5em;
	top:0.75em;
}
#doctors .dr_list1 .profile{
	background: #fbf5d7;
	padding: 55px 4% 60px;
	box-sizing: border-box;
}
#doctors .dr_list1 .profile .inbox{
	max-width: 890px;
	margin: 0 auto;
}
#doctors .profile dt{
	font-size: 113%;
	letter-spacing: 0.1em;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 1em;
}
#doctors .profile dd{
	font-size: 90%;
	letter-spacing: 0.1em;
	line-height: 2em;
}
#doctors .dr_list1 .flex{
	display: flex;
	justify-content: space-between;
	margin-bottom: 1em;
}
#doctors .dr_list1 .flex dl:nth-child(1){
	width: 59%;
	max-width: 515px;
}
#doctors .dr_list1 .flex dl:nth-child(2){
	width: 40%;
	max-width: 300px;
}
#doctors .dr_list2{
	display: flex;
	justify-content: space-between;
	max-width: 995px;
	margin-left: auto;
	margin-right: auto;
}
#doctors .dr_list2 > li{
	max-width: 426px;
	width: 48.5%;
	margin-top: 100px;
}
#doctors .dr_list2 > li:nth-child(-n + 2){
	margin-top: 0;
}
#doctors .dr_list2 > li .img{
	max-width: 367px;
	width: 87%;
	margin: 0 auto 30px;
	text-align: center;
}
#doctors .dr_list2 .name{
	font-size: min(100%,1.8vw);
	letter-spacing: 0.15em;
	line-height: 1em;
	text-align: center;
	margin-bottom: 35px;
}
#doctors .dr_list2 .name dt{
	margin-bottom: 0.8em;
}
#doctors .dr_list2 .name dd{
	font-size: 206.25%;
	letter-spacing: 0.15em;
	line-height: 1em;
}
#doctors .dr_list2 .name dd .ft_jost{
	font-size: 55%;
	letter-spacing: 0.15em;
	line-height: 1em;
	color: #55a7d9;
	margin-top: 1.25em;
}
#doctors .dr_list2 .profile{
	background: #fbf5d7;
	padding: 40px 4% 50px;
	box-sizing: border-box;
}
#doctors .dr_list2 .profile .inbox{
	max-width: 335px;
	margin: 0 auto;
}
#doctors .dr_list2 .profile dl{
	margin-top: 50px;
}
#doctors .dr_list2 .profile dl:first-child{
	margin-top: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#doctors .bg{
	padding: 10vw 0;
}
#doctors .dr_tit{
	margin-bottom: 8vw;
}
#doctors .dr_list1 .profile{
	padding: 4.5vw 4% 5vw;
}
#doctors .dr_list2 > li{
	margin-top: 8vw;
}
#doctors .dr_list2 > li .img{
	margin: 0 auto 3vw;
}
#doctors .dr_list2 .name{
	margin-bottom: 3.5vw;
}
#doctors .dr_list2 .profile{
	padding: 3vw 4% 4vw;
}
#doctors .dr_list2 .profile dl{
	margin-top: 4vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#doctors .bg{
	padding: 14vw 0;
}
#doctors .dr_tit{
	font-size: 330%;
	margin-bottom: 12vw;
}
#doctors .dr_list1 {
	max-width: 100%;
}
#doctors .dr_list1 .flt_box{
	max-width: 100%;
}
#doctors .dr_list1 .flt_box .img_l{
	width:50%;
	float: none;
	margin: 0 auto 5vw;
}
#doctors .dr_list1 .flt_box .txt_r{
	max-width:100%;
	width: 100%;
	float: none;
    display: flex;
    flex-direction: column-reverse;
}
#doctors .dr_list1 .dr_style{
	margin-bottom: 0!important;
}
#doctors .dr_list1 .dr_style dt{
	font-size: 140%;
	line-height: 1.6em;
	margin-bottom: 0.6em;
	margin-top: 0em;
}
#doctors .dr_list1 .name{
	font-size: 90%;
	letter-spacing: 0.1em;
	text-align: center;
	display: block;
	margin-bottom: 6vw;
}
#doctors .dr_list1 .name dt{
	margin-right: 0;
	padding-top: 0;
	margin-bottom: 0.8em;
}
#doctors .dr_list1 .name dd{
	letter-spacing: 0.1em;
}
#doctors .dr_list1 .name dd .ft_jost{
	letter-spacing: 0.1em;
}
#doctors .profile .list2 li::before{
	top:0.65em;
}
#doctors .dr_list1 .profile{
	padding: 7vw 5%;
}
#doctors .dr_list1 .profile .inbox{
	max-width: 100%;
}
#doctors .profile dt{
	font-size: 110%;
	margin-bottom: 0.5em;
}
#doctors .profile dd{
	font-size: 95%;
	line-height: 1.8em;
}
#doctors .dr_list1 .flex{
	display:block;;
	margin-bottom: 7vw;
}
#doctors .dr_list1 .flex dl:nth-child(1){
	width: 100%;
	max-width: 100%;
	margin-bottom: 7vw;
}
#doctors .dr_list1 .flex dl:nth-child(2){
	width: 100%;
	max-width: 100%;
}
#doctors .dr_list2{
	max-width: 100%;
	display: block;
}
#doctors .dr_list2 > li{
	max-width: 100%;
	width: 100%;
	margin-top: 12vw!important;
}
#doctors .dr_list2 > li:nth-child(-n + 1){
	margin-top: 0!important;
}
#doctors .dr_list2 > li .img{
	width: 50%;
	margin: 0 auto 5vw;
}
#doctors .dr_list2 .name{
	font-size: 90%;
	letter-spacing: 0.1em;
	margin-bottom:6vw;
}
#doctors .dr_list2 .name dd{
	letter-spacing: 0.1em;
}
#doctors .dr_list2 .name dd .ft_jost{
	letter-spacing: 0.1em;
	margin-top: 1em;
}
#doctors .dr_list2 .profile{
	padding: 7vw 5%;
}
#doctors .dr_list2 .profile .inbox{
	max-width: 100%;
}
#doctors .dr_list2 .profile dl{
	margin-top:7vw;
}
}





/*recruitment
---------------------------------------------------------*/
#recruitment{
	background: #78c382;
	position: relative;
	z-index: 0;
}
#recruitment::before{
	position: absolute;
	content: "";
	background: url("../images/frontpage/rec_abs_bg@2x.png") no-repeat right top;
	background-size: 100% auto;
	width: 63%;
	max-width: 940px;
	height: 695px;
	right: 0;
	top:0;
	z-index: -1;
}
#recruitment .bg{
	padding: 100px 0;
	z-index: 1;
}
#recruitment .bg::before{
	position: absolute;
	content: "";
	background: url("../images/frontpage/rec_corner_l@2x.png") no-repeat left top;
	background-size: 100% auto;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	z-index: -1;
}
#recruitment .bg::after{
	position: absolute;
	content: "";
	background: url("../images/frontpage/rec_corner_r@2x.png") no-repeat right bottom;
	background-size: 100% auto;
	width: 100%;
	height: 100%;
	right: 0;
	bottom:0;
	z-index: -1;
}
#recruitment .rec_tit{
	font-size: min(125%,1.6vw);
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin-bottom: 1em;
}
#recruitment .rec_tit h2{
	margin-bottom: 0.5em;
	font-weight: bold;
}
#recruitment .rec_tit p{
	font-size: 495%;
	letter-spacing: 0.1em;
	line-height: 1em;
	color: #fff;
}
#recruitment .rec_box{
	background: rgba(255,255,255,0.6);
	padding: 60px 3.8%;
	border-radius: 30px;
	margin-top: 50px;
}
#recruitment .rec_box ul{
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}
#recruitment .rec_box ul::before{
	position: absolute;
	content: "";
	background: #fff;
	width: 2px;
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
	top:0;
}
#recruitment .rec_box ul li{
	width: 46.5%;
	max-width: 510px;
	padding: 1.2em 0;
}
#recruitment .rec_box ul li .flt_box .img_l{
	max-width: 140px;
	width: 31%;
	float: left;
}
#recruitment .rec_box ul li .flt_box .txt_r{
	width:65%;
	float: right;
}
#recruitment .rec_box ul li .flt_box .txt_r dt{
	font-size: min(143%,1.8vw);
	letter-spacing: 0.1em;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#recruitment .rec_box ul li .flt_box .txt_r dt span{
	font-size: 118%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	display: block;
}
#recruitment .rec_box ul li .link_btn{
	margin-top: 1em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#recruitment .bg{
	padding: 9vw 0;
}
#recruitment .rec_box{
	padding: 5vw 3.8%;
	border-radius: 3vw;
	margin-top: 4vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#recruitment .bg{
	padding: 12vw 0;
}
#recruitment .rec_tit{
	font-size:100%;
	line-height: 1.6em;
}
#recruitment .rec_tit p{
	font-size: 305%;
}
#recruitment .rec_box{
	padding: 6vw 6%;
	border-radius: 6vw;
	margin-top: 7vw;
}
#recruitment .rec_box ul{
	display: block;
}
#recruitment .rec_box ul::before{
	position: static;
	background: none;
}
#recruitment .rec_box ul li{
	width: 100%;
	max-width: 100%;
	padding: 0 0 6% 0;
	margin-bottom: 8%;
	border-bottom: 2px solid #fff;
}
#recruitment .rec_box ul li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
#recruitment .rec_box ul li .flt_box .img_l{
	width: 50%;
	float: none;
	margin: 0 auto 5vw;
}
#recruitment .rec_box ul li .flt_box .txt_r{
	width:100%;
	float: none;
}
#recruitment .rec_box ul li .flt_box .txt_r dt{
	font-size: 130%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#recruitment .rec_box ul li .flt_box .txt_r dt span{
	font-size: 118%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	display: block;
}
}





/*seminar
---------------------------------------------------------*/
#seminar .bg{
	padding: 100px 0;
}
#seminar .seminar_box{
	border: 1px solid #363e4a;
	position: relative;
	z-index: 0;
	padding: 90px 3% 80px;
	box-sizing: border-box;
	font-size: 125%;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	text-align: center;
}
#seminar .seminar_box::before{
	position: absolute;
	content: "";
	background: #fff;
	width: calc(100% + 2px);
	height: 85px;
	left:-1px;
	top:50%;
	transform: translateY(-50%);
	z-index: -1;
}
#seminar .seminar_box::after{
	position: absolute;
	content: "";
	background: #fff;
	width: 77%;
	height: calc(100% + 2px);
	left:0;
	right: 0;
	margin: auto;
	top:-1px;
	z-index: -1;
}
#seminar .seminar_box .icon{
	position: absolute;
	display: block;
	width: 190px;
	left: 0;
	right: 0;
	margin: auto;
	top:0;
	transform: translateY(-50%);
}
#seminar .seminar_box dt{
	margin-bottom: 1.5em;
}
#seminar .seminar_box dd{
	display: inline-block;
}
#seminar .seminar_box dd a{
	font-size: 95%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	color: #fff;
	background-color: #112832;
	border: 2px solid#112832;
	padding: 0.7em 2em;
	box-sizing: border-box;
	margin: 0 auto;
	border-radius: 14em;
	display: block;
}
#seminar .seminar_box dd a:hover{
	background-color: #fff;
	color: #112832;
}
#seminar .seminar_box dd a span{
	padding-right: 1.6em;
	position: relative;
}
#seminar .seminar_box dd a span::before{
	position: absolute;
	font-family: "fontello";
	content: '\e803';
	font-size: 0.6em;
	right: 0;
	top:-0.38em;
	font-weight: normal;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#seminar .bg{
	padding: 9vw 0;
}
#seminar .seminar_box{
	padding: 8vw 3% 7vw;
	font-size: 115%;
}
#seminar .seminar_box .icon{
	width: 170px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#seminar .bg{
	padding: 12vw 0;
}
#seminar .seminar_box{
	padding: 12vw 0 8vw;
	font-size: 95%;
	letter-spacing: 0.05em;
}
#seminar .seminar_box::before{
	height: 35vw;
}
#seminar .seminar_box .icon{
	width: 50%;
	transform: translateY(-55%);
}
#seminar .seminar_box dt{
	margin-bottom: 1em;
}
#seminar .seminar_box dd a{
	letter-spacing: 0.05em;
	padding: 0.7em 1.2em 0.7em 1.5em;
}
#seminar .seminar_box dd a span{
	padding-right: 1.4em;
}
}




/*link_btn 
---------------------------------------------------------*/
.link_btn{
	display: inline-block;
}
.link_btn a{
	font-size: min(112.5%,1.45vw);
	letter-spacing: 0.1em;
	line-height: 1.5em;
	font-weight: bold;
	color:#112832;
	background-color: #fff;
	border: 2px solid #112832;
	padding: 0.7em 1.5em;
	box-sizing: border-box;
	border-radius: 14em;
	display: block;
}
.link_btn a:hover{
	background-color: #112832;
	color: #fff;
}
.link_btn a span{
	padding-right: 1.6em;
	position: relative;
}
.link_btn a span::before{
	position: absolute;
	font-family: "fontello";
	content: '\e803';
	font-size: 0.6em;
	right: 0;
	top:-0.38em;
	font-weight: normal;
}
.link_btn.out a span::before{
	content: '\e804';
	font-size: 0.84em;
	top:-0.26em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.link_btn{
	display: block;
	text-align: center;
	}
.link_btn a{
	font-size:100%;
	display: inline-block;
	
}
}




/*bnr_nishisuzushika
---------------------------------------------------------*/
.bnr_nishisuzushika{
	max-width: 450px;
	margin: 0 auto;
	text-align: center;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

.bnr_nishisuzushika{
	width: 50%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.bnr_nishisuzushika{
	width: 100%;
}
}





/* footer
---------------------------------------------------------*/
footer #info{
	padding: 120px 0 110px;
	background-color: rgba(202,220,232,0.29);
}
footer #info .f_logo{
	max-width:660px;
	width: 41.25em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
footer .f_flex{
	display: flex;
	justify-content: space-between;
}
footer .f_flex .box_l {
	width: 47%;
	max-width: 485px;
}
footer .f_flex .box_r {
	width: 50%;
	max-width: 500px;
}
footer .f_tel{
	font-size: min(2.3vw,138%);
	line-height: 1em;
	letter-spacing: 0.15em;
}
footer .f_tel dt{
	margin-bottom: 0.8em;
}
footer.f_tel dd {
	max-width: 478px;
	width: 21.681em;
}
footer address{
	font-size:  min(1.75vw,106.25%);
	letter-spacing: .1em;
	line-height: 1.5em;
	margin: 25px 0 50px;
}
footer .f_kamoku dt{
	font-size: 125%;
	letter-spacing: 0.15em;
	line-height: 1em;
	padding: 0.8em 0 0.9em;
	border-top: 1px solid #aeb2b7;
	border-bottom: 1px solid #aeb2b7;
	margin-bottom: 0.8em;
}
footer .f_timetable{
	margin-bottom: 30px;
}
footer .f_timetable .img {
	max-width: 500px;
}
footer .f_timetable ul {
	font-size:  min(1.75vw,106.25%);
	letter-spacing: 0.15em;
	line-height: 1.8em;
	margin-top: .8em;
}
footer .f_timetable li span{
	position: relative;
	padding-left: 1.4em;
}
footer .f_timetable li span::before{
	position: absolute;
	content: "▲";
	font-size: 105%;
	color: #f8b56d;
	top:50%;
	transform: translateY(-50%);
	left: 0;
}
footer .f_access{
	display: flex;
	font-size: min(1.6vw,100%);
	letter-spacing: 0.1em;
	line-height: 1.6em;
}
footer .f_access > li {
	display: flex;
	align-items: center;
	margin-right: 1.25em;
}
footer .f_access > li:last-child{
	margin-right: 0;
}
footer .f_access > li div{
	max-width: 80px;
	width: 5em;
}
footer .f_access > li p {
	margin-left: 0.8em;
}
footer .bnr_nishisuzushika dt{
	font-size: 125%;
	letter-spacing: 0.15em;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
	padding: 1em;
	border-radius: 1.5em;
	background: #cfe8f8;
	margin-bottom: 1.1em;
	position: relative;
}
footer .bnr_nishisuzushika dt::before{
	position: absolute;
	content: "";
	background: url("../images/frontpage/fukidashi_abs.svg") no-repeat left bottom;
	background-size: 100% 100%;
	width: 0.65em;
	height: 0.65em;
	left: 2.5em;
	top:100%;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
footer #info{
	padding: 10vw 0;
}
footer address{
	font-size: 106.25%;
	margin: 2vw 0 4vw;
}
footer .f_timetable{
	margin-bottom: 2vw;
}
footer .f_timetable ul{
	font-size: 106.25%;	
}
footer .f_access > li {
	margin-right: 1em;
}
footer .bnr_nishisuzushika dt{
	font-size:  min(2.1vw,125%);
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
footer #info{
	padding: 12vw 0;
}
footer #info .f_logo{
	width: 100%;
	margin-bottom: 10vw;
}
footer .f_flex{
	display: block;
}
footer .f_flex .box_l {
	width: 100%;
	margin-bottom: 8vw;
}
footer .f_flex .box_r {
	width: 100%;
	max-width: 100%;
}
footer .f_tel{
	font-size: 120%;
}
footer.f_tel dd {
	max-width: 100%;
	width: 21.681em;
}
footer address{
	font-size: 100%;
	margin: 4vw 0 8vw;
}
footer .f_timetable{
	margin-bottom: 8vw;
}
footer .f_timetable ul{
	font-size: 100%;	
}	
footer .f_access{
	justify-content: center;
	font-size: 106.25%;
	text-align: center;
}
footer .f_access > li {
	display: block;
	margin-right: 3em;
}
footer .f_access > li div{
	margin: 0 auto 0.5em;
	text-align: center;
}
footer .f_access > li p {
	margin-left: 0;
}
.bnr_nishisuzushika{
	width: 100%;
}
footer .bnr_nishisuzushika dt{
	font-size:  4.2vw;
}
}






/* f_map
---------------------------------------------------------*/
.f_map {
	position: relative;
}
.f_map iframe {
	position: absolute;
	display: block;
	width: calc(100% - 200px);
	left: 0;
	top: 0;
}
.f_map .map_btn {
	width: 100%;
	max-width: 200px;
	margin-left: auto;
	margin-right: 0;
    box-sizing: border-box;
}
.f_map .map_btn li {
	box-sizing: border-box;
	position: relative;
}
.f_map .map_btn li::before{
	position: absolute;
	content: "";
	background: url("../images/frontpage/map_btn_line@2x.png") no-repeat center top;
	background-size: 100% auto;
	width: 99%;
	height: 1px;
	left: 0;
	right: 0;
	margin: auto;
	top:0;
}

.f_map .map_btn li a {
	display: block;
}

/* page_top */
#page_top {
	position: fixed;
	width: 10%;
	max-width: 100px;
	bottom: 20px;
	right: 20px;;
	z-index: 990;
}
#page_top a {
	display: block;
	transition: all 0.8s;
}
#page_top a:hover {
	transition: all 0.4s;
	transform: translateY(-20px);
}
#page_top a {
	display: block;
}

/* copyright */
.copyright {
	font-size:  min(1.5vw,87.5%);
	line-height: 1.4em;
    letter-spacing: .15em;
	text-align: center;
	padding: 60px 0;
	background: #cfe8f8; 
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.f_map iframe {
	width: 80%;
}
.f_map .map_btn {
	width: 20%;
}
	
/* page_top */
#page_top {
	width: 8vw;
	bottom:2vw;
	right: 2vw;
}

/* copyright */
.copyright {
	padding: 5vw 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.f_map iframe {
	position: static;
	width: 100%;
    height: 350px;
}
.f_map .map_btn {
	display: none; 
}
.f_map .sp_map_btn a {
	display: block;
	background: #55a7d9;
	color: #fff;
	letter-spacing: .1em;
	line-height: 1.2em;
	padding: 1em 0 0.8em;
	text-align: center;
}

/* page_top */
#page_top {
	width: 14vw;
	bottom: 26vw;
	right: 2%;
}

/* copyright */
.copyright {
	font-size: 65%;
	padding-top: 6vw;
	padding-bottom: 29vw;
}
}





/*
---------------------------------------------------------*/


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

}

