@charset "utf-8";
/*================================
ここから全サイズ適用
================================*/

.staff_flex {
	display: flex;
    justify-content: space-between;
	gap: 20px 40px;
}
.staff_info {
	flex: 1;
}

.staff_info_ttl {
	font-size: 18px;
	color: #46372d;
	line-height: 1.556;

}

.staff_info_name {
	font-size: 30px;
	color: #46372d;
	display: flex;
	align-items: baseline;
	gap: 20px;
	flex-wrap: wrap;
    font-weight: 500;
    margin-bottom: 20px;
}
.staff_info_class {
	font-size: 22px;
	font-family: "Noto Serif JP";
	color: #46372d;

}

.staff_info_eng {
	font-size: 20px;
	color: #e99200;
	line-height: 1.4;
    font-weight: 400;
}

.staff_greeting_ttl {
	font-size: 22px;
	color: #e99200;
	line-height: 1.364;
	margin-bottom: 20px;
}

.staff_greeting_txt {
	font-size: 18px;
	color: #333333;
	line-height: 2;
}

.staff_list_wrap {
	display: flex;
	gap: 20px 40px;
	justify-content: space-between;
}

.staff_list_item {
	max-width: 480px;
	width: 100%;
}

.staff_list_ttl {
	font-size: 20px;
	color: #7f7066;
	line-height: 1.5;
	text-align: left;
	border-bottom: solid 1px #efe9de;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.staff_lists p {
	display: flex;
    font-weight: 500;
}
  
.staff_history p span {
	min-width: 70px;
    padding-right: 1em;
    white-space: nowrap;
}
  
.Doctor_inner .staff_history p span {
	min-width: auto;
}

.Interview_section {
	background: url(./img/Interview_bg.jpg) top;
	padding: 60px 0 0px;
}

.Interview_inner {
	background-color: #fff;
    padding: 60px 0;
}

.certificate_wrap_inner {
	display: flex;
    justify-content: center;
	gap: 20px;
	border-bottom: solid 1px #efe9de;
	max-width: 900px;
	margin: 0 auto 20px;
	padding-bottom: 20px;
}
.certificate_wrap_inner:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.Interview_Q {
	border-bottom: solid 1px #f1ab3e;
	color: #7f7066;
	font-size: 20px;
	line-height: 1.5;
	padding-bottom: 10px;
	margin-bottom: 25px;
	display: flex;
}

.Interview_A {
}

.Interview_A_txt {
	display: flex;
	font-size: 18px;
	font-family: "Noto Serif JP";
	color: #7f7066;
	line-height: 2;
	text-align: left;
	margin-bottom: 40px;
}

.Interview_flex {
	display: flex;
	gap: 30px;
	margin-bottom: 40px;
}

.Interview_img {
	max-width: 220px;
	width: 100%;
}

.Doctor_inner .staff_flex {
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: solid 1px #efe9de;
}
.Doctor_inner .staff_flex_last {
	padding-bottom: 0;
	border: none;
}

.Doctor_inner .staff_list_item {
	margin-bottom: 50px;
}
.Doctor_inner .staff_list_ttl {
	max-width: 350px;
}


@media (min-width: 1920px) {

}
@media (min-width: 1600px) {


}
@media (min-width: 1366px) {

}
@media (max-width: 1920px) {

}
@media (max-width: 1600px) {

}
/*================================
ノートPC 1366px～0px
================================*/
@media (max-width: 1366px) {

}
/*================================
TABLET横 1080px～0px
================================*/
@media (max-width: 1080px) {

	.certificate_wrap_inner {
		display: contents;
	}
	.certificate_wrap {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		justify-content: center;
		padding-inline: 20px;
	}



}
/*================================
TABLET縦 834px～0px
================================*/
@media (max-width: 834px) {
	
	.Interview_flex {
        justify-content: center;
		flex-wrap: wrap;
		gap: 0 30px;
	}
	.Interview_Q {
		font-size: 18px;
	}
	.Interview_A_txt,
	.staff_greeting_txt {
		font-size: 16px;
	}
	.staff_flex {
		flex-wrap: wrap;
		justify-content: center
	}
	.staff_info {
		flex: auto;
		order: 2;
	}

	.staff_info_ttl {
		text-align: center;
	}

	.staff_info_name {
		justify-content: center;
	}

	.lower_inner  .staff_list_item {
		margin: 0 auto 20px;
		max-width: 352px;
	}
	.staff_lists p {
		text-align: left;
	}

	.staff_list_wrap {
		flex-wrap: wrap;
	}

}
/*================================
SP表示 480px～0px
================================*/
@media (max-width: 480px) {

	.Interview_A_txt, .staff_greeting_txt {
        font-size: 15px;
    }
	.Interview_Q {
		margin-bottom: 10px;
	}

	.certificate_50 img{
		width: 46%;
	}

	.staff_info_name {
		font-size: 26px;
		display: block;
        text-align: center;
	}
	.staff_info_eng {
		font-size: 18px;
	}

	.staff_greeting_ttl {
		margin-bottom: 10px;
		font-size: 20px;
	}

	.staff_lists p {
		font-size: 14px;
        text-align: left;
        word-break: break-all;
        line-break: anywhere;
	}


}



