@charset "UTF-8";



/*導入*/
.com_lead_box .lead_bg {
	background-image: url("../images/staff/m_img@2x.png");
}



/*院長紹介
---------------------------------------------------------*/
.incho .first_img {
	width: 97%;
	margin: 0 auto 50px;
	text-align: center;
	position: relative;
	z-index: 0;
}

.dr_style > dt,
.sp_lead {
	color: #e87e3a;
	font-size: 260%;
	letter-spacing: .1em;
	line-height: 1.7em;
	margin-bottom: .6em;
}

.incho .box1 {
	position: relative;
}
.incho .box1::before {
	content: "";	/*左オレンジ*/
	position: absolute;
	z-index: 0;
	width: calc(50% - 250px);
	height: 100%;
	background: #e87e3a;
	border-radius: 0 20px 20px 0;
	left: 0;
	top: 0;
}
.incho .box1 .w1340 {
	position: relative;
	z-index: 1;
	display: flex;
    justify-content: space-between;
}
.incho .box1 .photo_name {
	width: 41%;
	max-width: 506px;
	position: relative;
	padding-top: 220px;
	padding-bottom: 30px;
}
.incho .box1 .dr_style {
	width: 56%;
	max-width: 750px;
	padding-top: 30px;
}
.incho .box1 .photo_name .photo {
	position: absolute;
	left: 0;
	top: 0;
	transform: translateY(-50%);
}
.incho .box1 .photo_name .photo::before {
	content: "";	/*写真影*/
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 50px;
	left: 0;
	top: 100%;
	background: url("../images/staff/img2_shadow@2x.png") no-repeat center top;
	background-size: 100% 100%;
}
.incho .box1 .photo_name dl {
	padding-left: 9%;
	color: #fff;
}
.incho .box1 .photo_name dt {
	font-size: 130%;
	letter-spacing: .1em;
	line-height: 1.2em;
}
.incho .box1 .photo_name dd {
	font-size: 250%;
	letter-spacing: .1em;
	line-height: 1.2em;
	margin: .3em 0 .5em;
}
.incho .box1 .photo_name .ft_cinzel {
	color: #bc5a2b;
	font-size: 470%;
	letter-spacing: normal;
	line-height: 1.2em;
}
.incho .box1 .dr_style dd {
	width: 100%;
	max-width: 680px;
}

.incho .box2 {
	position: relative;
}
.incho .box2::before {
	content: "";	/*白背景*/
	position: absolute;
	z-index: -1;
	width: 42%;
	max-width: 620px;
	height: calc(100% + 600px);
	background: #fff;
	right: 0;
	top: 50%;
	transform: translateY(-53%);
}
.incho .box2 .in_box1 {
	padding-top: 30px;
	background: url("../images/staff/img3@2x.png") no-repeat right top;
	background-size: 830px auto;
}
.incho .box2 .in_box1 .txt_box {
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.incho .box2 .in_box1 .dr_style dd {
	width: 70%;
	max-width: 690px;
}
.incho .box2 .in_box2 {
	width: 100%;
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.incho .box2 .in_box2 .img_l {
	float: left;
	width: 37%;
	max-width: 444px;
}
.incho .box2 .in_box2 .dr_style {
	float: right;
	width: 60%;
	max-width: 690px;
}

.incho .box3 .in_box {
	border-top: solid 1px #c0bcb8;
	padding: 60px 4% 0;
}
.sta_biog {
	color: #e87e3a;
	font-size: 130%;
	letter-spacing: .2em;
	line-height: 1.2em;
	padding-left: 2.5em;
	position: relative;
	margin-bottom: 30px;
}
.sta_biog::before {
	content: "";
	position: absolute;
	width: 1.5em;
	height: 3px;
	background: #e87e3a;
	left: 0;
	top: .6em;
}
.incho .box3 .flex_box {
	display: flex;
    justify-content: space-between;
}
.incho .box3 .flex_box > div {
	width: 50%;
	box-sizing: border-box;
}
.incho .box3 .flex_box .box_l {
	padding-right: 3%;
}
.incho .box3 .bio_style {
	margin-bottom: 20px;
}
.incho .box3 .bio_style:last-of-type {
	margin-bottom: 0;
}
.incho .box3 .bio_style > dt {
	color: #7d6c6e;
	font-size: 120%;
	letter-spacing: .1em;
	line-height: 1.2em;
	margin-bottom: .4em;
}
.incho .box3 .bio_style > dd {
	font-size: 90%;
	letter-spacing: .1em;
	line-height: 1.8em;
}
.incho .box3 .bio_style dd li {
	position: relative;
	padding-left: 1.0em;
}
.incho .box3 .bio_style dd li::before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}
.incho .box3 .bio_style dd dl {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.incho .box3 .bio_style dd dt {
	width: 100px;
}
.incho .box3 .bio_style dd dd {
	width: calc(100% - 100px);
}
.incho .box3 .bio_style dd li,
.incho .box3 .bio_style dd dt,
.incho .box3 .bio_style dd dd {
	margin-top: .3em;
}

/* 1400px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1400px) {
.incho .box2 .in_box1 {
	background-size: 62% auto;
}
}

/* 1300px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1300px) {
.dr_style > dt {
	font-size: 3.5vw;
	letter-spacing: .05em;
	line-height: 1.7em;
	margin-bottom: .6em;
}
.incho .box1::before {
	width: 35%;
}
.incho .box1 .photo_name .ft_cinzel {
	font-size: 6.2vw;
	letter-spacing: normal;
	line-height: 1.2em;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.incho .first_img {
	margin-bottom: 4%;
}

.dr_style > dt {
	font-size: 180%;
	letter-spacing: .05em;
	line-height: 1.5em;
	margin-bottom: .4em;
}

.incho .box1::before {
	width: 35%;		/*左オレンジ*/
}
.incho .box1 .photo_name {
	padding-top: 18vw;
	padding-bottom: 4%;
}
.incho .box1 .dr_style {
	padding-top: 3%;
}
.incho .box1 .dr_style > dt br {
	display: none;
}
.incho .box1 .photo_name .photo::before {
	height: 6vw;	/*写真影*/
}
.incho .box1 .photo_name dl {
	font-size: 80%;
}
.incho .box1 .photo_name .ft_cinzel {
	font-size: 6vw;
}

.incho .box2::before {
	height: calc(100% + 60vw);	/*白背景*/
}
.incho .box2 .in_box1 {
	padding-top: 3%;
}

.incho .box3 .in_box {
	padding: 4% 0 0;
	font-size: 90%;
}
.sta_biog {
	margin-bottom: 2%;
}
.incho .box3 .bio_style > dd {
	letter-spacing: normal;
	line-height: 1.6em;
}
.incho .box3 .bio_style dd dt {
	width: 80px;
}
.incho .box3 .bio_style dd dd {
	width: calc(100% - 80px);
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.incho .first_img {
	width: 94%;
	margin-bottom: 4%;
}

.dr_style > dt,
.sp_lead {
	font-size: 140%;
	letter-spacing: .05em;
	line-height: 1.6em;
	margin-bottom: .4em;
}

.sp_lead {
	padding: 0 3%;
	text-align: left;
	margin-bottom: 25vw;
}	
	
.incho .box1::before {
	width: 80%;		/*左オレンジ*/
	height: 53vw;
}
.incho .box1 .w1340 {
	display: block;
}
.incho .box1 .photo_name {
	width: 90%;
	max-width: 100%;
	margin-left: 5%;
	padding-top: 26vw;
	padding-left: 6%;
	padding-bottom: 0;
}
.incho .box1 .dr_style {
	width: 100%;
	max-width: 100%;
	padding-top: 3%;
}
.incho .box1 .photo_name .photo {
	width: 65%;
}
.incho .box1 .photo_name .photo::before {
	height: 8vw;	/*写真影*/
}
.incho .box1 .photo_name dl {
	padding-left: 0;
	font-size: 70%;
}
.incho .box1 .photo_name dt {
	font-size: 140%;
}
.incho .box1 .photo_name .ft_cinzel {
	font-size: 290%;
}
.incho .box1 .dr_style dd {
	max-width: 100%;
}

.incho .box2::before {
	height: 120%;	/*白背景*/
}
.incho .box2 .in_box1 {
	padding-top: 8%;
	background-size: 70% auto;
}
.incho .box2 .in_box1 .dr_style dd {
	width: 100%;
	max-width: 100%;
}
.incho .box2 .in_box2 .img_l {
	float: none;
	width: 50%;
	margin: 0 auto 1.0em;
}
.incho .box2 .in_box2 .dr_style {
	float: none;
	width: 100%;
	max-width: 100%;
}

.incho .box3 .in_box {
	padding: 6% 0 0;
	font-size: 90%;
}
.sta_biog {
	margin-bottom: 3%;
}
.incho .box3 .biog::before {
	height: 2px;
}
.incho .box3 .flex_box {
	display: block;
}
.incho .box3 .flex_box > div {
	width: 100%;
}
.incho .box3 .flex_box .box_l {
	padding-right: 0;
	margin-bottom: 1.0em;
}
.incho .box3 .bio_style {
	margin-bottom: 1.0em;
}
.incho .box3 .bio_style > dd {
	letter-spacing: normal;
	line-height: 1.4em;
}
.incho .box3 .bio_style dd dt {
	width: 5.5em;
}
.incho .box3 .bio_style dd dd {
	width: calc(100% - 5.5em);
}
.incho .box3 .bio_style dd li,
.incho .box3 .bio_style dd dt,
.incho .box3 .bio_style dd dd {
	margin-top: .3em;
}
}







/* .staff1 
---------------------------------------------------------*/
.staff1{
    position: relative;
    padding-top: 100px;
    margin-top: 100px;
    margin-bottom: 100px;
}
.staff1::before{
    position: absolute;
    display: block;
    content: "";
    background: #d9daa2;
    background-size: 100% auto;
    width: 50%;
    max-width: 400px;
    height: 3px;
    top:0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.staff1 .flexbox{
    display: flex;
    justify-content: space-between;
}
.staff1 .imgbox{    
    width:38%;
    max-width: 506px;
}
.staff1 .imgbox p{
    position: relative;
}
.staff1 .imgbox p::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 50px;
	left: 0;
	top: 100%;
	background: url("../images/staff/img2_shadow@2x.png") no-repeat center top;
	background-size: 100% 100%;
}
.staff1 .txtbox{
    text-align: left;
    width:56%;
}
.staff1 .txtbox .name dt{
    font-size: 130%;
    letter-spacing: .1em;
    line-height: 1em;
    margin-bottom: .9em;
}
.staff1 .txtbox .name dd p{
    display: inline-block;
    vertical-align: middle;
}
.staff1 .txtbox .name dd .ft_min{
    font-size: 250%;
    letter-spacing: .1em;
    line-height: 1em;
}
.staff1 .txtbox .name dd .ft_cinzel{
    color: #bc5a2b;
    font-size:120%;
    line-height: 1em;
    letter-spacing: 0.15em;
    padding: .4em 0 0 .7em;
}
.staff1 .txtbox .biobox{
    margin-top: 2.7em;
}
.staff1 .txtbox .biobox .sta_biog{
    margin-bottom: .7em;
}
.staff1 .txtbox .biobox ul{
    font-size: 87%;
    line-height: 1.6em;
}
.staff1 .txtbox .biobox ul li{
    display: flex;
    justify-content: space-between;
    margin-bottom: .5em;
}
.staff1 .txtbox .biobox ul li:last-child{
    margin-bottom: 0;
}
.staff1 .txtbox .biobox ul li p:nth-child(1){
    width: 5em;
}
.staff1 .txtbox .biobox ul li p:nth-child(2){
    width: calc(100% - 6.5em);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.staff1{
    padding-top:8%;
    margin-top: 8%;
    margin-bottom: 5%;
}
.staff1 .txtbox{
    width: 57%;
}
.staff1 .txtbox .name {
    font-size: 80%;
}
.staff1 .txtbox .name dd .ft_cinzel{
    padding: .5em 0 0 .7em;
}
.staff1 .txtbox .biobox{
    margin-top:1.7em;
}
.staff1 .txtbox .biobox .sta_biog{
    margin-bottom: .5em;
    font-size:120%;
}
.staff1 .txtbox .biobox ul{
    font-size: 80%;
    letter-spacing: normal;
    line-height: 1.6em;
}
.staff1 .txtbox .biobox ul li p:nth-child(1){
    width: 4em;
}
.staff1 .txtbox .biobox ul li p:nth-child(2){
    width: calc(100% - 5.5em);
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.staff1{
    padding-top: 10%;
    margin-top: 8%;
    margin-bottom:8%;
}
.staff1 .flexbox{
    display: block;
}
.staff1 .imgbox{    
    width:60%;
    margin: 0 auto 7%;
    text-align: center;
}
    .staff1 .imgbox p::before{
        background-size: 90% auto;
    }
.staff1 .txtbox{
    width:100%;
}
.staff1 .txtbox .name{
    font-size: 70%;
    text-align: left;
}
    .staff1 .txtbox .name dt{
        margin-bottom: .4em;
    }
.staff1 .txtbox .name dt span{
    letter-spacing: normal;
}
.staff1 .txtbox .name dd .ft_cinzel{
    padding: .5em 0 0 .6em;
}
.staff1 .txtbox .biobox{
    margin-top: 1.5em;
}
.staff1 .txtbox .biobox .sta_biog{
    margin-bottom: .5em;
    font-size:110%;
}
.staff1 .txtbox .biobox ul{
    font-size: 83%;
    line-height: 1.4em;
}
.staff1 .txtbox .biobox ul li{
    display: flex;
    justify-content: space-between;
    margin-bottom: .4em;
}
.staff1 .txtbox .biobox ul li:last-child{
    margin-bottom: 0;
}
.staff1 .txtbox .biobox ul li p:nth-child(1){
    width: 4em;
}
.staff1 .txtbox .biobox ul li p:nth-child(2){
    width: calc(100% - 5.5em);
}
}






/*team
---------------------------------------------------------*/
.team {
	padding-top: 80px;
	padding-bottom: 150px;
	background: url("../images/f_shadow@2x.png") no-repeat center bottom;
	background-size: 100% 110px;
}
.team.com_bg_l::before {
	height: calc(100% - 160px);
}
.team.com_bg_r::after {
	height: calc(100% - 280px);
}
.team h2{
	font-size: min(12vw,865%);
	letter-spacing: 0;
	line-height: 1em;
	color: #b18d6b;
	text-align: center;
}
.team .ft_min {
	text-align: center;
	font-size: min(3.5vw,224%);
	letter-spacing: .1em;
	line-height: 1.7em;
	margin: 50px 0 90px;
}
.team .team_slide{
	position: relative;
	z-index: 2;
	padding-bottom: 70px;
}
.team .team_slide li{
	margin: 0 12px;
}
.team .team_slide li:nth-child(odd) {
	max-width: 470px;
}
.team .team_slide li:nth-child(even) {
	max-width: 410px;
}
/* 1400px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1400px) {
.team .ft_min {
	margin: 5% 0 9%;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.team {
	padding-top: 6%;
	padding-bottom: 13%;
	background-size: 100% 10vw;
}
.team.com_bg_l::before {
	height: 90%;
}
.team.com_bg_r::after {
	height: 80%;
}
.team .ft_min {
	margin: 4% 0 8%;
}
.team .team_slide li{
	margin: 0 1vw;
}
.team .team_slide li:nth-child(odd) {
	max-width: 39.167vw;
}
.team .team_slide li:nth-child(even) {
	max-width: 34.267vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.team {
	padding-top: 8%;
	padding-bottom: 20%;
	background-size: 100% 15vw;
}
.team.com_bg_l::before {
	height: calc(100% - 17vw);
}
.team.com_bg_r::after {
	height: calc(100% - 30vw);
}
.team h2{
	font-size: 300%;
}
.team .ft_min {
	font-size: 140%;
	letter-spacing: .05em;
	line-height: 1.6em;
	margin: 4% 0 6%;
}
.team .team_slide li{
	margin: 0 1.3vw;
}
.team .team_slide li:nth-child(odd) {
	max-width: 49.01vw;
}
.team .team_slide li:nth-child(even) {
	max-width: 42.753vw;
}
}





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

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

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