@charset "UTF-8";

.contentpage .m_img .m_img_bg{
	background-image:url(../images/staff/m_img@2x.jpg);
}


/*共通
---------------------------------------------------------*/
.bgbox{
	padding: 100px 0 95px 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.bgbox{
	padding:60px 0 50px 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.bgbox{
	padding:10% 0;
}
}



/*lead
---------------------------------------------------------*/
.com_lead{
	margin-top:105px;
	margin-bottom: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_lead{
	margin-top:50px;
	margin-bottom: 3%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_lead{
	margin-top:10%;
}
}



/* sta_txtbox
---------------------------------------------------------*/
.sta_txtbox .sta_title{
	font-size:190%;
	font-weight: normal;
	color:#544a47;
	letter-spacing: 0.08em;
	line-height: 1.7em;
	margin-bottom: 20px;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {	
.sta_txtbox .sta_title{
	letter-spacing: 0.15em;
	font-size:130%;
	line-height: 1.7em;
	margin-bottom: 15px;
}	
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.sta_txtbox .sta_title{
	letter-spacing: 0.1em;
	font-size:4.5vw;
	line-height: 1.6em;
	margin-bottom: 3%;
}
}




/* sta_flt
---------------------------------------------------------*/
.sta_flt{
	max-width: 1150px;
	margin: 0 auto;
}
.sta_flt .txt_box dl{
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
}
.sta_flt .txt_box dl::after{
	display:block;
	content:"";
	position: absolute;
	width: 1px;
	height: 85%;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #fff;
}
.sta_flt .txt_box dl dt{
	font-size:140%;
	font-family: europa, sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.25em;
	font-style:oblique;
	margin-bottom: 10px;
	color: #fff;
}
.sta_flt .txt_box dl dd{
	color:#544A47;
	letter-spacing: 0.2em;
	font-size:144%;
	line-height: 2em;
	margin-bottom:0;
}
.sta_flt .txt_box{
	width: 55%;
}
.sta_flt .img_box{
	max-width:450px;
	width: 41%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.sta_flt .txt_box dl{
	padding-left: 20px;
	margin-bottom: 15px;
}
.sta_flt .txt_box dl dt{
	font-size:120%;
	letter-spacing: 0.2em;
}
.sta_flt .txt_box dl dd{
	letter-spacing: 0.15em;
	font-size:120%;
	line-height: 1.7em;
}
.sta_flt .txt_box{
	float: none;
	width: 100%;
}
.sta_flt .img_box{
	width: 35%;
	margin-bottom: 3%;
}
.sta_flt .img_box.flt_r{
	margin-left: 3%;
}
.sta_flt .img_box.flt_l{
	margin-right: 3%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.sta_flt .txt_box dl{
	padding-left: 5%;
	margin-bottom: 3%;
}
.sta_flt .txt_box dl dt{
	font-size:5vw;
	letter-spacing: 0.2em;
	margin-bottom: 2%;
}
.sta_flt .txt_box dl dd{
	letter-spacing: 0.1em;
	font-size:4.5vw;
	line-height: 1.6em;
	margin-bottom: 3%;
}
.sta_flt .txt_box{
	width: 100%;
	float: none;
}
.sta_flt .img_box{
	float: none;
	width: 60%;
	margin: 0 auto 5% auto;
}
}




/*sta_keireki
---------------------------------------------------------*/
.sta_keireki{
	font-size:95%;
}
.sta_keireki dt{
	font-weight: bold;
	margin-bottom: 0.3em;
	letter-spacing: 0.1em;
	color:#5dbd8d;
}
.sta_keireki dd li{
	overflow: hidden;
}
.sta_keireki dd li .k1,
.sta_keireki dd li .k2{
	float: left;
}
.sta_keireki dd li .k1{
	width: 17%;
	margin-right: 3%;
}
.sta_keireki dd li .k2{
	width:80%;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1200px) {
.sta_keireki dd li .k1{
	width:20%;
}
.sta_keireki dd li .k2{
	width:77%;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.sta_keireki dt{
	margin-bottom: 0.2em;
}
.sta_keireki dd li .k1{
	width: 23%;
}
.sta_keireki dd li .k2{
	width: 74%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.sta_keireki dt{
	margin-bottom: 0.2em;
}
}




/*staff_titlebox
---------------------------------------------------------*/
.staff_titlebox_bg{
	background:url(../images/staff/doctor_bg1@2x.png) no-repeat top left;
	background-size:auto 366px;
	top: 0;
	left: 0;
	z-index: 1;
}
.staff_titlebox{
	position:relative;
}
.staff_titlebox dl{
	display: table;
	max-width:700px!important;
	margin: 0 auto;
	padding-top: 80px;
	margin-left: 385px;
	margin-bottom: 90px;
}
.staff_titlebox dt,
.staff_titlebox dd{
	display: table-cell;
	vertical-align: middle;
}
.staff_titlebox dt{
	width: 55%;
}
.staff_titlebox dd{
	width: 45%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#75c79e+0,b2ddd0+98 */
	background: #75c79e; /* Old browsers */
	background: -webkit-linear-gradient(left, #75c79e 0%, #b2ddd0 98%);
	background: -o-linear-gradient(left, #75c79e 0%, #b2ddd0 98%);
	background: linear-gradient(to right, #75c79e 0%, #b2ddd0 98%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75c79e', endColorstr='#b2ddd0',GradientType=1 ); /* IE6-9 */
	text-align:center; 
	letter-spacing: 0.15em;
}
.staff_titlebox dd .katagaki{
	color: #fff;
	font-size:125%;
}
.staff_titlebox dd .name{
	color: #fff;
	font-size:200%;
	padding: 0.7em 0;
}
.staff_titlebox dd .name_sub{
	color:#4e7d82;
}
.staff_title{
	position: absolute;
	bottom: 0;
	left: 110px;
	text-align: left;
	z-index: 2;
}
.staff_title .txt{
	font-size:105%;
	letter-spacing: 0.15em;
	font-weight: bold;
	margin-top: 1.2em;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1200px) {
.staff_titlebox_bg{
	background-size:auto 75%;
}
.staff_titlebox dl{
	padding-top: 60px;
	margin-left: 300px;
	margin-bottom: 50px;
}
.staff_titlebox dt{
	width: 60%;
}
.staff_titlebox dd{
	width: 40%;
}
.staff_title{
	width: 35%;
	left: 80px;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.staff_titlebox_bg{
	background-size:auto 70%;
}
.staff_titlebox dl{
	padding-top:15%;
	margin-left:30%;
	margin-bottom: 5%;
}
.staff_titlebox dt{
	width: 60%;
}
.staff_titlebox dd{
	width: 40%;
}
.staff_titlebox dd .katagaki{
	font-size:110%;
}
.staff_titlebox dd .name{
	font-size:170%;
	padding: 0.5em 0;
}
.staff_titlebox dd .name_sub{
	font-size:90%;
}
.staff_title{
	width: 38%;
	left: 0;
}
.staff_title .txt{
	font-size: 95%;
	margin-top: 0.8em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.staff_titlebox_bg{
	background-size:auto 60%;
}
.staff_titlebox dl{
	display: block;
	padding-top:30%;
	margin: 0 auto 5%;
	width: 70%;
}
.staff_titlebox dt,
.staff_titlebox dd{
	display: block;
	width: 100%;
}
.staff_titlebox dd{
	padding: 0.5em 0;
}
.staff_titlebox dd .katagaki{
	font-size: 95%;
}
.staff_titlebox dd .name{
	font-size:150%;
	padding: 0.2em 0;
}
.staff_titlebox dd .name_sub{
	font-size: 75%;
}
.staff_title{
	left:0;
	width: 50%;
	top:10px;
}
.staff_title .txt{
	font-size: 90%;
	letter-spacing: 0.1em;
	margin-top: 0.5em;
}
}



/*box1
---------------------------------------------------------*/
.box1 .bgbox{
	padding-top: 30px;
	padding-bottom: 45px;
}
.box1 .sta_txtbox{
	float: left;
	width: 50%;
	margin-right: 6%;
}
.box1 .sta_txtbox .sta_title{
	color:#5dbd8d;
}
.box1 .sta_keireki_box{
	box-sizing: border-box;
	float: right;
	width: 44%;
}
.box1 .sta_keireki_box{
	margin-bottom: 40px;
}
.box1 .sta_keireki_box .sta_keireki{
	padding: 25px 55px;
	border-top:0.5px solid #bcd0cf;
	border-bottom:0.5px solid #bcd0cf;
}
.box1 .bnr_drfile{
	max-width:250px;
	width: 40%;
	margin-top: 30px;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1200px) {
.box1 .bgbox{
	padding-bottom: 60px;
}
.box1 .sta_txtbox{
	width: 60%;
	margin-right: 3%;
}
.box1 .sta_keireki_box{
	width: 37%;
	margin-bottom: 30px;
}
.box1 .sta_keireki_box .sta_keireki{
	padding: 20px 5px;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box1 .bgbox{
	padding-bottom: 8%;
}
.box1 .sta_txtbox{
	float: none;
	width: 100%;
	margin-right:0;
	margin-bottom: 4%;
}
.box1 .sta_keireki_box{
	width: 52%;
	margin-bottom:0;
	float:left;
}
.box1 .sta_keireki_box .sta_keireki{
	padding: 3.5% 5% 5%;
	box-sizing: border-box;
}
.box1 .sta_keireki_box.box2{
	width: 43%;
	margin-left:5%;
}
.box1 .bnr_drfile{
	width: 15%;
	margin-top: 20px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box1 .bgbox{
	padding-top: 10%;
	padding-bottom: 8%;
}
.box1 .sta_txtbox{
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 8%;
}
.box1 .sta_keireki_box{
	float: none;
	width: 100%;
}
.box1 .sta_keireki_box{
	margin-bottom:3%;
}
.box1 .sta_keireki_box.box2 .sta_keireki{
	border-top:none;
	padding-top: 0;
}
.box1 .sta_keireki_box .sta_keireki{
	padding:3% 0;
}
.box1 .bnr_drfile{
	width: 50%;
	margin:5% auto 0 auto;
}
}



/* box2
---------------------------------------------------------*/
.box2 .bgbox{
	background: #BCD0CF;
}
.box2 .about_index{
	text-align:center;
	margin-bottom: 90px;
}
.box2 .about_index p{
	margin-top: 15px;
}
.box2 .about_index h4{
	font-size:220%;
	letter-spacing: 0.2em;
	font-weight:500;
	color: #544A47;
	padding: 30px 0 30px 0;
	background-image:url(../images/staff/leaf.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size:115px 94px;
	margin: 0 auto;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {	
.box2 .about_index{
	margin-bottom: 60px;
}
.box2 .about_index h4{
	font-size:140%;
	padding: 25px 0 20px 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box2 .about_index{
	margin-bottom: 10%;
}
.box2 .about_index h4{
	font-size:5.3vw;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	padding: 4% 0 3% 0;
	margin-bottom: 3%;
	background-size:20% auto;
}
.box2 .about_index p{
	margin-top: 2%;
	text-align:left;
}
}



/*box3
---------------------------------------------------------*/
.box3 .bgbox{
	background: #A0C6A6;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box3 .sta_flt .txt_box dl{
	padding-left: calc(38% + 20px);
}
.box3 .sta_flt .txt_box dl::after{
	left: 38%;
}
}

/* box4
---------------------------------------------------------*/
.box4 .bgbox{
	padding-bottom: 30px;
}
.box4 .sta_flt .txt_box dl::after{
	background: #908987;
}
.box4 .sta_flt .txt_box dl dt{
	color: #908987;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1200px) {
.box4 .bgbox{
	padding-bottom: 0;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {	
.box4 .bgbox{
	padding-bottom:0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box4 .bgbox{
	padding-bottom:0;
}
}



/*box5
---------------------------------------------------------*/
.box5 .staff_titlebox_bg{
	background:url(../images/staff/doctor_bg2@2x.png) no-repeat top left;
	background-size:auto 100%;
}
.box5 .staff_titlebox dd{
	background: #eaa078; /* Old browsers */
	background: -moz-linear-gradient(left,  #eaa078 0%, #f9d8b4 98%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #eaa078 0%,#f9d8b4 98%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #eaa078 0%,#f9d8b4 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa078', endColorstr='#f9d8b4',GradientType=1 ); /* IE6-9 */
}
.box5 .staff_titlebox dd .name_sub,
.box5 .sta_txtbox .sta_title,
.box5 .sta_keireki_box .sta_keireki dt{
	color:#d27748;
}
.box5 .sta_txtbox{
	margin-bottom: 75px;
}
.box5 .sta_keireki_box{
	float: left;
	width: 38%;
	border-top:0.5px solid #d27748;
	padding: 30px 0 0 55px;
	box-sizing: border-box;
}
.box5 .sta_keireki_box.box2{
	width: 62%;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1200px) {
.box5 .staff_titlebox_bg{
	background-size:auto 75%;
}
.box5 .sta_txtbox{
	margin-bottom: 60px;
}
.box5 .sta_keireki_box{
	width: 45%;
	padding-left: 3%;
}
.box5 .sta_keireki_box.box2{
	width: 55%;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box5 .staff_titlebox_bg{
	background-size:auto 70%;
}
.box5 .sta_txtbox{
	margin-bottom: 5%;
}
.box5 .sta_keireki_box{
	width: 55%;
	padding:2.5% 0 0 3%;
}
.box5 .sta_keireki_box.box2{
	width: 45%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box5 .staff_titlebox_bg{
	background-size:auto 60%;
}
.box5 .sta_txtbox{
	margin-bottom: 8%;
}
.box5 .sta_keireki_box{
	float: none;
	width: 100%;
	padding: 3% 0;
}
.box5 .sta_keireki_box.box2{
	width: 100%;
}
}