@charset "UTF-8";

/* メインイメージ */
.contentpage.staff .m_img_area::before {
	background-image: url("../images/staff/doctor/m_img@2x.jpg");
}
.contentpage.staff_other .m_img_area::before {
	background-image: url("../images/staff/other/m_img@2x.jpg");
}




/*共通：リード
---------------------------------------------------------*/
.com_lead{
	padding-top: 0;
	padding-bottom: 50px;
	margin-bottom: 90px;
}
.com_lead::before {
	top: auto;
	bottom: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_lead{
	padding-bottom: 4vw;
	margin-bottom: 8vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_lead{
	padding-bottom: 7vw;
	margin-bottom: 11vw;
}
}





/*bnr_stf_list
---------------------------------------------------------*/
.bnr_stf_list li{
	max-width: 460px;
	width: 50%;
	border-radius: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 120px;
	overflow: hidden;
	margin: 0 auto;
}
.staff_other .bnr_stf_list li{
	background-image: url("../images/staff/bnr_stf_doctor_bg@2x.jpg");
}
.staff .bnr_stf_list li{
	background-image: url("../images/staff/bnr_stf_other_bg@2x.jpg");
}
.bnr_stf_list li .com_link1 {
	text-align: center;
	padding: 1.3em 0.5em;
	margin-top: 0;
}
.bnr_stf_list li .com_link1{
	background: rgba(242,138,106,0.9);
	position: relative;
}
.staff .bnr_stf_list li .com_link1{
	background: rgba(255,147,175,0.9);
}
.bnr_stf_list li .com_link1 a{
	color: #fff;
}
.bnr_stf_list li:hover .com_link1 a .com_arrow1,
.bnr_stf_list li:hover .hov_arrow .com_arrow1 {
	background-color: #79595a;
}
.bnr_stf_list li:hover .com_link1 a .com_arrow1::before,
.bnr_stf_list li:hover .hov_arrow .com_arrow1::before {
	color: #FFF;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1010px) {
.bnr_stf_list li{
	border-radius: 1.981vw;
	padding-top: 11.882vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.bnr_stf_list li{
	width: 90%;
	max-width: 90%;
	border-radius: 4vw;
	padding-top: 25vw;
}
.bnr_stf_list li .com_link1 {
	padding: 0.8em 0.5em;
}
}





/*ボックス*/
.com_inbox{
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
}





/*staff
---------------------------------------------------------*/
.staff .img{
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.staff .staff_flot_box .img_l{
	max-width: 260px;
	width: 21%;
	float: left;
}
.staff .staff_flot_box .img_l div{
	max-width: 260px;
	margin: 0 auto 20px;
}
.staff .staff_flot_box .img_l .name{
	font-size: min(1.6vw,100%);
}
.staff .staff_flot_box .img_l .name dt{
	display: flex;
	align-items: center;
	letter-spacing: 0.1em;
}
.staff .staff_flot_box .img_l .name dt.no_flex{
	display: block;
}
.staff .staff_flot_box .img_l .name dt span{
	font-size: 175%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	display: block;
	margin-left: 0.25em;
}
.staff .staff_flot_box .img_l .name dt.no_flex span{
	margin-left: 0;
}
.staff .staff_flot_box .img_l .name dd{
	font-size: 130%;
	letter-spacing: 0.08em;
	line-height: 1em;
	color: #ec9176;
	margin-top: 0.25em;
}
.staff .staff_flot_box .txt_r{
	max-width: 930px;
	width: 75%;
	float: right;
}
.staff .staff_flot_box .txt_r .message_tit{
	font-size: min(2.2vw,130%);
	letter-spacing: 0.08em;
	line-height: 1em;
	color: #ec9176;
	margin-bottom: 25px;
}
.staff .staff_style dt{
	font-size: 225%;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	color: #df6749;
	margin-bottom: 0.5em;
}
.staff .staff_style dd{
	font-size: 110%;
	line-height: 2em;
}
.staff .staff_flot_box .txt_r .flex{
	display: flex;
	justify-content: space-between;
}
.staff .staff_flot_box .txt_r .flex .career,
.staff .staff_flot_box .txt_r .flex .certification{
	width: 60%;
}
.staff .staff_flot_box .txt_r .flex .society{
	width: 38%;
}
.staff .staff_flot_box .txt_r .flex > dl.w100{
	width: 100%;
}
.staff .staff_flot_box .txt_r .flex dt{
	font-size: min(2.2vw,130%);
	letter-spacing: 0.1em;
	line-height: 1em;
	color: #ec9176;
	margin-bottom: 0.8em;
}
.staff .staff_flot_box .txt_r .flex dd{
	padding-left: 1.2em;
	border-left: 1px solid #ffa299;
	box-sizing: border-box;
}
.staff .staff_flot_box .txt_r .flex li{
	line-height: 1.5em;
	margin-top: 0.8em;
}
.staff .staff_flot_box .txt_r .flex li:first-child{
	margin-top: 0;
}
.staff .staff_flot_box .txt_r .flex .career li{
	display: flex;
	justify-content: space-between;
}
.staff .staff_flot_box .txt_r .flex .career li .year{
	width: 9em;
}
.staff .staff_flot_box .txt_r .flex li .event{
	width: calc(100% - 9em);
}
.staff .staff_flot_box .txt_r .flex .certification li,
.staff .staff_flot_box .txt_r .flex .society li{
	padding-left: 1em;
	text-indent: -1em;
}
.staff .staff_profile_flex{
	display: flex;
	justify-content: space-between;
}
.staff .staff_profile_flex .flx_l{
	max-width: 720px;
	width: 59%;
}
.staff .staff_profile_flex .flx_r{
	max-width: 450px;
	width: 37%;
}
.staff .staff_profile_flex table{
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #e6e6e6;
}
.staff .staff_profile_flex table tr{
	border-top: 1px solid #e6e6e6;
}
.staff .staff_profile_flex table th{
	width: 10.5em;
	padding: 1em 2em;
	box-sizing: border-box;
	background-color: rgba(236,145,118,0.15);
	font-weight: normal;
}
.staff .staff_profile_flex table td{
	width: calc(100% - 10.5em);
	padding: 1em 2em;
	box-sizing: border-box;
}
.staff .staff_list > li{
	padding-top: 90px;
	margin-top: 90px;
	border-top: 1px solid #bbb49d;
}
.staff .staff_list > li:first-child{
	padding-top: 0;
	margin-top:  0;
	border-top: none;
}
.staff .staff_list > li .staff_flot_box .txt_r .message_tit{
	margin-bottom: 20px;
}
.staff .staff_list > li .staff_style dt{
	font-size: 160%;
}
.staff .staff_list > li .staff_style dd{
	font-size: 105%;
}
.staff .staff_list > li .staff_profile_flex .flx_r,
.staff .staff_list > li .staff_profile_flex .flx_l{
	max-width: 570px;
	width: 48%;
}
/* philosophy */
.staff .philosophy{
	text-align: center;
	background-color: #faf4e3;
	padding: 50px 4%;
	box-sizing: border-box;
}
.staff .philosophy .philo_ttl{
	font-size: 150%;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	color: #df6749;
	text-align: center;
	padding: 0.5em 3%;
	border-radius: 2em;
	background-color: #fff;
	box-sizing: border-box;
	margin-bottom: 1.6em;
}
.staff .philosophy dl{
	max-width: 1110px;
	margin: 0 auto;
}
.staff .philosophy dl:nth-of-type(n+2) {
	margin-top: 2em;
}
.staff .philosophy dl:last-of-type::after {
	display: block;
	content: "";
	background-color: #df6749;
	width: 100px;
	height: 1px;
	margin: 2em auto;
}
.staff .philosophy dl dt{
	font-size: min(200%, 2.6vw);
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.4em;
    margin-bottom: .4em;
}
.staff .philosophy p,
.staff .philosophy dl dd {
	font-size: 120%;
	line-height: 1.9;
}
.staff .philosophy .img_list {
	display: flex;
	justify-content: center;
	column-gap: 2.1%;
	margin-top: 5%;
}

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

.staff .staff_flot_box .img_l div{
	margin: 0 auto 2vw;
}
.staff .staff_flot_box .txt_r .message_tit{
	margin-bottom: 2.5vw;
}
.staff .staff_style dt{
	font-size: 3.5vw;
	margin-bottom: 0.4em;
}
.staff .staff_style dd{
	font-size: 105%;
}
.staff .staff_profile_flex table th{
	width: 9em;
	padding: 1em 1.5em;
}
.staff .staff_profile_flex table td{
	width: calc(100% - 9em);
	padding: 1em 1.5em;
}
.staff .staff_list > li{
	padding-top: 8vw;
	margin-top: 8vw;
}
.staff .staff_list > li .staff_flot_box .txt_r .message_tit{
	margin-bottom: 2vw;
}
.staff .staff_list > li .staff_style dt{
	font-size: 2.5vw;
}
.staff .staff_list > li .staff_style dd{
	font-size: 100%;
}
/* philosophy */
.staff .philosophy p,
.staff .philosophy dl dd {
	font-size: 110%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.staff .staff_flot_box .img_l{
	max-width: 100%;
	width: 100%;
	float: none;
	margin-bottom: 6vw;
}
.staff .staff_flot_box .img_l div{
	width: 50%;
	margin: 0 auto 4vw;
}
.staff .staff_flot_box .img_l .name{
	font-size: 100%;
	text-align: center;
}
.staff .staff_flot_box .img_l .name dt{
	display: flex;
	align-items: center;
	justify-content: center;
}
.staff .staff_flot_box .img_l .name dt.no_flex{
	display: flex;
}
.staff .staff_flot_box .img_l .name dt.no_flex span{
	margin-left: 0.25em;
}
.staff .staff_flot_box .txt_r{
	max-width: 100%;
	width: 100%;
	float: none
}
.staff .staff_flot_box .txt_r .message_tit{
	font-size: 120%;
	margin-bottom: 4vw;
}
.staff .staff_style dt{
	font-size: 160%;
	letter-spacing: 0.05em;
	margin-bottom: 0.3em;
}
.staff .staff_style dd{
	font-size: 105%;
	line-height: 1.6em;
}
.staff .staff_flot_box .txt_r .flex{
	display:block;
}
.staff .staff_flot_box .txt_r .flex dl{
	margin-top: 6%;
}
.staff .staff_flot_box .txt_r .flex dl:first-child{
	margin-top: 0;
}
.staff .staff_flot_box .txt_r .flex .career,
.staff .staff_flot_box .txt_r .flex .certification{
	width: 100%;
}
.staff .staff_flot_box .txt_r .flex .society{
	width: 100%;
}
.staff .staff_flot_box .txt_r .flex dt{
	font-size: 120%;
	letter-spacing: 0.05em;
	margin-bottom: 0.5em;
}
.staff .staff_flot_box .txt_r .flex dd{
	padding-left: 1em;
}
.staff .staff_flot_box .txt_r .flex li{
	margin-top: 0.6em;
}
.staff .staff_flot_box .txt_r .flex li:first-child{
	margin-top: 0;
}
.staff .staff_flot_box .txt_r .flex .career li{
	overflow: hidden
}
.staff .staff_flot_box .txt_r .flex .career li .year{
	width: 4.5em;
}
.staff .staff_flot_box .txt_r .flex li .event{
	width: calc(100% - 4.5em);
}
.staff .staff_profile_flex{
	display:block;
}
.staff .staff_profile_flex .flx_l{
	max-width: 100%;
	width: 100%;
}
.staff .staff_profile_flex .flx_r{
	max-width: 80%;
	width: 80%;
	margin: 7% auto 0;
}
.staff .staff_profile_flex .flx_r tr:first-child{
	border-top: none;
}
.staff .staff_profile_flex table th{
	width: 8em;
	padding: 1em;
}
.staff .staff_profile_flex table td{
	width: calc(100% - 8em);
	padding: 1em;
}
.staff .staff_list > li{
	padding-top: 12vw;
	margin-top: 12vw;
}
.staff .staff_list > li .staff_flot_box .txt_r .message_tit{
	margin-bottom: 3vw;
}
.staff .staff_list > li .staff_style dt{
	font-size: 130%;
}
.staff .staff_list > li .staff_style dd{
	font-size: 100%;
}
.staff .staff_list > li .staff_profile_flex .flx_r,
.staff .staff_list > li .staff_profile_flex .flx_l{
	max-width: 100%;
	width: 100%;
	margin: 0;
}
/* philosophy */
.staff .philosophy{
	padding: 8% 5% 10%;
}
.staff .philosophy .philo_ttl{
	font-size: 110%;
	margin-bottom: 1.2em;
}
.staff .philosophy dl:nth-of-type(n+2) {
	margin-top: 1.2em;
}
.staff .philosophy dl:last-of-type::after {
	margin: 1.5em auto;
}
.staff .philosophy dl dt{
	font-size: 110%;
    letter-spacing: .1em;
}
.staff .philosophy p,
.staff .philosophy dl dd {
	text-align: left;
	font-size: 105%;
	line-height: 1.6;
}
.staff .philosophy .img_list {
	margin-top: 7%;
}
}





/*staff_other
---------------------------------------------------------*/
.staff_other .com_index1{
	background-color: #ff93af;
}
.staff_other .staff_list{
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
}
.staff_other .staff_list > li{
	max-width: 570px;
	width: 48.5%;
	margin-top: 100px;
}
.staff_other .staff_list > li:nth-child(-n + 2){
	margin-top: 0;
}
.staff_other .staff_list > li .img_name{
	display: table;
	width: 100%;
	background-color: #faf4e3;
	margin-bottom: 30px;
}
.staff_other .staff_list > li .img_name .img{
	max-width: 280px;
	width: 49.13%;
	display: table-cell;
}
.staff_other .staff_list > li .img_name .name{
	width: 50.87%;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 0.1em;
	line-height:1em;
}
.staff_other .staff_list > li .img_name .name dl{
	max-width: 11em;
	margin: 0 auto;
	font-size: min(1.6vw,100%);
}
.staff_other .staff_list > li .img_name .name dt{
	margin-bottom: 0.8em;
}
.staff_other .staff_list > li .img_name .name dd{
	font-size: 175%;
	letter-spacing: 0.15em;
	line-height:1em;
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.staff_other .staff_list > li .img_name .name dd span{
	font-size: 75%;
	letter-spacing: 0.08em;
	line-height: 1em;
	color: #ff93af;
	display: block;
	margin-left: 0.5em;
}
.staff_other .staff_list > li .img_name .name dd:nth-of-type(2) span{
	margin-left: 0;
	margin-top: 0.2em;
}
.staff_other .staff_style dt{
	font-size: min(2.5vw,160%);
	letter-spacing: 0.1em;
	line-height: 1.6em;
	margin-bottom: 0.5em;
	color: #e0829a;
}
.staff_other .staff_profile{
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #e6e6e6;
	margin-top: 40px;
}
.staff_other .staff_profile tr{
	border-top: 1px solid #e6e6e6;
}
.staff_other .staff_profile th{
	width: 10.5em;
	padding: 1em 2em;
	box-sizing: border-box;
	background-color: rgba(255,147,175,0.15);
	font-weight: normal;
}
.staff_other .staff_profile td{
	width: calc(100% - 10.5em);
	padding: 1em 2em;
	box-sizing: border-box;
}

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

.staff_other .staff_list > li{
	margin-top: 9%;
}
.staff_other .staff_list > li .img_name{
	margin-bottom: 3vw;
}
.staff_other .staff_style dt{
	margin-bottom: 0.4em;
}
.staff_other .staff_profile{
	margin-top: 3vw;
}
.staff_other .staff_profile tr{
	border-top: 1px solid #e6e6e6;
}
.staff_other .staff_profile th{
	width: 9em;
	padding: 1em 1.5em;
}
.staff_other .staff_profile td{
	width: calc(100% - 9em);
	padding: 1em 1.5em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.staff_other .staff_list{
	display: block;
}
.staff_other .staff_list > li{
	max-width: 100%;
	width: 100%;
	margin-top: 12vw!important;
}
.staff_other .staff_list > li:nth-child(-n + 1){
	margin-top: 0!important;
}
.staff_other .staff_list > li .img_name{
	margin-bottom: 5vw;
}

.staff_other .staff_list > li .img_name .name dl{
	font-size: 80%;
}

.staff_other .staff_style dt{
	font-size: 130%;
	letter-spacing: 0.05em;
	margin-bottom: 0.3em;
}
.staff_other .staff_profile{
	margin-top: 6vw;
}
.staff_other .staff_profile th{
	width: 8em;
	padding: 1em;
}
.staff_other .staff_profile td{
	width: calc(100% - 8em);
	padding: 1em;
}
}



/*インスタ
---------------------------------------------------------*/
.insta_flex{
	display: flex;
	justify-content: space-between;
}
.insta_btn {
  display: inline-block;
  text-align: center;/*中央揃え*/
  color: #2e6ca5;/*文字色*/
  font-size: min(150%,2vw);/*文字サイズ*/
  text-decoration: none;/*下線消す*/
  margin-top: 15px;
}
.insta_btn:hover {/*ホバー時*/
  color:#668ad8;/*文字色*/
  transition: .5s;/*ゆっくり変化*/
}
.insta_btn .insta{/*アイコンの背景*/
  position: relative;/*相対配置*/
  display: inline-block;
  width: 2.5em;/*幅*/
  height: 2.5em;/*高さ*/
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  border-radius: 50%;/*角丸に*/
}
.insta_btn .insta:before{/*グラデーションを重ねるため*/
  content: '';
  position: absolute;/*絶対配置*/
  top: 1.15em;/*ずらす*/
  left: -0.9em;/*ずらす*/
  width: 3em;/*グラデーションカバーの幅*/
  height: 3em;/*グラデーションカバーの高さ*/
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);/*グラデーション②*/
}
.insta_btn .fa-instagram {/*アイコン*/
  color: #FFF;/*白に*/
  position: absolute;/*z-indexを使うため*/
  z-index: 2;/*グラデーションより前に*/
  font-size: 120%;/*アイコンサイズ*/
  line-height: 1em;/*高さと合わせる*/
  display:inline-block;
  transition: .5s;
  left: 0;
  right: 0;
  margin: auto;
  top:50%;
  transform: translateY(-50%);
}
.insta_btn:hover .fa-instagram {/*ホバーで一周回転*/
    font-size: 145%;/*アイコンサイズ*/
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1230px) {
.insta_flex .name dt {
	display: block!important;
	text-align: left!important;
}
.insta_flex .name dt span{
	margin-left: 0;
}
.insta_btn {
	font-size: min(150%,2.5vw);
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.insta_flex{
	width: 100%!important;
	max-width: 100%!important;
	justify-content: center;
	align-items: center;
	margin-top: 3.8%!important;
}
.insta_btn {
	font-size: 120%;/*文字サイズ*/
	margin-left: 1em;
	margin-top: 0;
}
.insta_flex .staff_name{
	margin-top: 0!important;
}
}

