@charset "UTF-8";

/*main_img
---------------------------------------------------------*/
.m_img_area {
	background-image: url(../images/staff/m_img@2x.jpg);
}

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

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



/* main_box
---------------------------------------------------------*/
.main_box .bg_box {
	background: #F9F6F1;
}
.main_box .name_box{
	position: relative;
	z-index: 1;
	padding-bottom: 75px;
}
.main_box .name_box .bg_img{
	position: absolute;
	max-width: 750px;
	width: 77.5%;
	max-height: 350px;
	height: calc(100% - 100px);
	right: 0;
	top:50%;
	transform: translateY(-50%);
	background-image: url(../images/staff/incho@2x.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: -1;
}
.main_box .copy {
	padding-top: 110px;
	font-size: 154%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 2.0em;
	margin-bottom: 0.8em;
}
.main_box .txt_name dt {
	color: #60C485;
	font-size: 127%;
	letter-spacing: .4em;
	line-height: 1.6em;
}
.main_box .txt_name dd {
	font-size: 200%;
	letter-spacing: .2em;
	line-height: 1.6em;
	margin-bottom: 0.15em;
}
.main_box .txt_name dd.serif {
	font-family: 'Libre Baskerville', serif;
	font-size: 80%;
	letter-spacing: .2em;
	line-height: 1.6em;
}
.main_box .message1,
.main_box .message2 {
	margin-top: 40px;
}
.main_box .prof_box {
	margin-top: 40px;
	border: solid 1px #61C486;
	padding: 40px 4%;
	margin-bottom: 100px;
}
.main_box .prof_box .flt_l:first-of-type{
	margin-right: 7%;
}
.main_box .prof_box .item > dt {
	color: #60C485;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.6em;
	margin-bottom: 0.4em;
}
.main_box .prof_box .item > dd {
	font-size: 95%;
	letter-spacing: .2em;
	line-height: 1.6em;
}
.main_box .prof_box li {
	text-indent: -1.2em;
	margin-left: 1.2em;
}
/*.main_box .prof_box .ryakureki_list dt {
	clear: both;
	float: left;
	width: 90px;
}
.main_box .prof_box .ryakureki_list dd {
	float: left;
	width: 300px;
}*/

/* 院長 */
#incho.main_box .name_box .abs{
	position: absolute;
	display: block;
	max-width: 185px;
	width: 20%;
	left: 17em;
	bottom: 0;
	transform: translateY(-2vw);
	box-shadow: 0px 3px 16px -6px rgba(0,0,0,0.6);
	border-radius: 50%;
}
#incho .message1 .flt_r {
	max-width: 660px;
	width: 68.1%;
}
#incho .message1 .flt_l {
	max-width: 270px;
	width: 27.9%;
}
#incho .message2 .flt_r {
	max-width: 481px;
	width: 49.6%;
}
#incho .message2 .flt_l {
	max-width: 450px;
	width: 46.4%;
	max-height: 100%;
}

/* 理事長 */
/*#rizi .name_box {
	background-image: url(../images/staff/rizi.jpg);
}
#rizi .message1 .flt_l {
	width: 560px;
	max-height: 100%;
}*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.main_box .name_box{
	font-size: 90%;
	padding-bottom: 7.5vw;
}
.main_box .name_box .bg_img{
	height: calc(100% - 10vw);
}
.main_box .copy {
	padding-top: 11%;
	letter-spacing: .15em;
	line-height: 1.8em;
}
.main_box .txt_name dd {
	letter-spacing: .15em;
}
.main_box .txt_name dd.serif {
	letter-spacing: .15em;
}
.main_box .message1,
.main_box .message2 {
	margin-top: 4%;
}
.main_box .prof_box {
	margin-top: 4%;
	padding: 3%;
	margin-bottom: 10%;
	font-size: min(100%,1.75vw);
}
.main_box .prof_box .flt_l:first-of-type{
	width: 22em;
	margin-right: 1em;
}
.main_box .prof_box .flt_l:last-child{
	width: calc(100% - 23em);
}
.main_box .prof_box .item > dt {
	letter-spacing: .15em;
}
.main_box .prof_box .item > dd {
	letter-spacing: .15em;
}

/* 院長 */
#incho.main_box .name_box .abs{
	transform: translateY(-2.8vw);
}
#incho .message1 .flt_r {
	max-width: 100%;
	width: 100%;
	float: none;
}
#incho .message1 .flt_l {
	margin-right: 4%;
	margin-bottom: 1em;
}
#incho .message2 .flt_r {
	margin-left: 4%;
	margin-bottom: 1em;
}
#incho .message2 .flt_l {
	max-width: 100%;
	width: 100%;
	float: none;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.main_box .name_box{
	font-size: 75%;
	padding-bottom:14%;
}
.main_box .name_box .bg_img{
	width: 76%;
	max-height: 350px;
	height: calc(100% - 28%);
	right: 0;
	top:50%;
	transform: translateY(-50%);
	background-image: url(../images/staff/incho@2x.jpg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 38% center;
	z-index: -1;
}
.main_box .copy {
	padding-top: 6%;
	letter-spacing: .05em;
	line-height: 1.8em;
}
.main_box .txt_name{
	font-size: 95%;
}
.main_box .txt_name dd {
	letter-spacing: .05em;
}
.main_box .txt_name dd.serif {
	letter-spacing: .1em;
}
.main_box .message1,
.main_box .message2 {
	margin-top: 8%;
}
.main_box .prof_box {
	margin-top: 8%;
	padding:5%;
	margin-bottom: 12%
}
.main_box .prof_box .flt_l{
	float: none;
}
.main_box .prof_box .flt_l:first-of-type{
	margin-right: 0;
	margin-bottom: 5%;
}
.main_box .prof_box .item > dt {
	font-size: 115%;
	letter-spacing: .05em;
	margin-bottom: 0.3em;
}
.main_box .prof_box .item > dd {
	font-size: 90%;
	letter-spacing: .05em;
}

/* 院長 */
#incho.main_box .name_box .abs{
	width: 26vw;
	left: 12.7em;
	bottom: 0;
	transform: translateY(-4vw);
}
	
#incho .message1 .flt_r {
	max-width: 100%;
	width: 100%;
	float: none;
}
#incho .message1 .flt_l {
	width: 57%;
	float: none;
	margin: 0 auto 5vw;
}
#incho .message2 .flt_r {
	width: 100%;
	float: none;
	margin: 0 auto 5vw;
}
#incho .message2 .flt_l {
	max-width: 100%;
	width: 100%;
	float: none;
}

/* 理事長 */
/*#rizi .name_box {
	background-image: url(../images/staff/rizi.jpg);
}
#rizi .message1 .flt_l {
	width: 560px;
	max-height: 100%;
}*/
}



/* slide_box
---------------------------------------------------------*/
.slide_box {
	background: #F7FCE3;
	position: relative;
}
.slide_box .txt_lead {
	padding: 40px 0;
}
.slide_box .abs_img {
	position: absolute;
	max-width: 914px;
	bottom: 0;
	transform: translateY(50%);
	left: 50%;
	margin-left: -457px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.slide_box .txt_lead {
	padding: 4% 0;
}
.slide_box .abs_img {
	width: 91.4vw;
	margin-left: -45.7vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.slide_box .txt_lead {
	padding: 6% 0;
}
.slide_box .abs_img {
	width: 94%;
	margin-left: -46.9796vw;
}
}



/* staff_box
---------------------------------------------------------*/
.staff_box {
	margin: 200px auto 0;
}
.staff_box li {
	float: left;
	width: 33.333%;
	margin-top: 90px;
	position: relative;
}
.staff_box li:nth-child(-n + 3){
	margin-top: 0;
}
.staff_box li .in_box {
	max-width: 290px;
	margin: 0 auto;
	text-align: left;
	padding-top: 1.7em;
}
.staff_box li dl {
	position: absolute;
	top: 0;;
	left: 50%;
	margin-left: 1.34em;
}
.staff_box li dt {
	color: #52B4B2;
	font-size: 110%;
	letter-spacing: .2em;
	line-height: 1.4em;
	margin-bottom: 0.5em;
}
.staff_box li .eiseishi dt {
	color: #F47D65;
}
.staff_box li dd {
	font-size: 167%;
	letter-spacing: .2em;
	line-height: 1.4em;
}
.staff_box li dd.serif {
	font-family: 'Libre Baskerville', serif;
	font-size: 80%;
	letter-spacing: .2em;
	line-height: 1.6em;
}
.staff_box li .img{
	max-width: 230px;
	width: 80%;
}
.staff_box li .txt {
	margin-top: 1.2em;
}
.staff_box li .txt_color {
	color: #D89F87;
	font-size: 95%;
	font-weight: bold;
	letter-spacing: .1em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1183px) {
.staff_box {
	margin: 16% auto 0;
}
.staff_box li {
	width: 31%;
	margin-top: 8%;
	margin-right: 3.5%;
}
.staff_box li:nth-child(3n){
	margin-right: 0;
}
.staff_box li dl {
	font-size: min(100%,1.28vw);
	margin-left: 1em;
	left: 47%;
	top: -2em;
}
.staff_box li dt {
	letter-spacing: .15em;
}
.staff_box li dd {
	font-size: 167%;
	letter-spacing: .15em;
}
.staff_box li dd.serif {
	letter-spacing: .15em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.staff_box {
	margin: 14% auto 0;
}
.staff_box li {
	float: none;
	width:100%;
	margin-top: 8%!important;
	padding-top: 8%;
	border-top: 1px solid rgba(95,76,61,0.30);
	margin-right: 3%;
}
.staff_box li:nth-child(-n + 1){
	margin-top: 0!important;
	padding-top: 0;
	border-top: none;
}
.staff_box li:nth-child(1n){
	margin-right: 0;
}
.staff_box li .in_box {
	max-width: 100%;
	padding-top: 0;
}
.staff_box li dl {
	font-size: 80%;
	top: 8%;
	left: 60%;
	margin-left: 0;
}
.staff_box li dt {
	letter-spacing: .1em;
}
.staff_box li dd {
	letter-spacing: .1em;
}
.staff_box li dd.serif {
	letter-spacing: .1em;
}
.staff_box li .img{
	width: 45%;
	margin-left: 10%;
}
.staff_box li .txt {
	margin-top: 5vw;
}
.staff_box li .txt_color {
	letter-spacing: .05em;
}
}