@charset "UTF-8";

.m_img {
    background-image: url(../images/staff/m_img@2x.jpg);
}
/* PC
------------------------------------------*/
@media only screen and (min-width: 960px) {
.com_title1 {
	margin-bottom: 5em;
}
}
/*---------------------------------------------------------
name_box
---------------------------------------------------------*/
.name_box {
	font-size: min(1.8vw,125%);
	letter-spacing: .2em;
	line-height: 1.4;
}
.name_box dt {
	margin-bottom: .8em;
}
.name_box dd .ft_min {
	font-size: 200%;
	letter-spacing: .2em;
	margin-right: .4em;
}
.name_box dd .ft_jos {
	display: inline-block;
	color: #DF7C00;
	font-size: 85%;
	letter-spacing: .1em;
	vertical-align: 0.5em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.name_box {
	font-size: 90%;
	letter-spacing: .15em;
}
.name_box dd .ft_min {
	font-size: 180%;
}
}
/*---------------------------------------------------------
doctors
---------------------------------------------------------*/
#doctors .dr_inbox {
	position: relative;
	padding-bottom: 60px;
	width: 94%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#doctors .dr_inbox::before {
	position: absolute;
	content: "";
	background-color: #FFF;
	width: 86%;
	max-width: 966px;
	height: calc(100% - 120px);
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	box-shadow: 0 0 20px rgba(0,0,0,0.08);
}
#doctors .dr_inbox > * {
	position: relative;
}
/* name_box */
#doctors .name_box {
	margin-bottom: 3em;
}
#doctors .name_box dd .ft_min {
	font-size: 250%;
}
#doctors .name_box dd .ft_jos {
	font-size: 100%;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
/* name_box */
#doctors .name_box {
	width: 43%;
	min-width: max-content;
	white-space: nowrap;
	margin-top: -1em;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#doctors .dr_inbox {
	padding-bottom: 6%;
}
/* name_box */
#doctors .name_box {
	margin-top: 1em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#doctors .dr_inbox {
	width: 100%;
	padding-bottom: 12%;
}
#doctors .dr_inbox::before {
	width: 92%;
	height: calc(100% - 10vw);
}
/* name_box */
#doctors .name_box {
	margin-bottom: 2em;
}
#doctors .name_box dd .ft_min {
	font-size: 200%;
}
}
/*doctors:main_box
---------------------------------------------------------*/
#doctors .main_box {
	display: flex;
	justify-content: space-between;
}
#doctors .main_box::before {
	position: absolute;
    content: "";
    background: url(../images/common/bg_sun@2x.png) no-repeat;
    background-size: contain;
    width: min(46vw,685px);
    height: min(46vw,685px);
	left: 0;
	right: 0;
	top: 70px;
	margin: auto;
	transform: translateZ(0);
}#doctors .main_box .copy {
	position: relative;
	display: flex;
	align-items: center;
	font-size: min(212%,3.2vw);
	letter-spacing: .15em;
	line-height: 2.2;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
}
#doctors .main_box .copy span {
	color: #DF7C00;
}
#doctors .img_main {
	position: relative;
	max-width: 573px;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#doctors .main_box .copy {
	width: 46%;
}
#doctors .img_main {
	width: 48%;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#doctors .main_box {
	margin-bottom: 5%;
}
#doctors .main_box .copy {
	width: 45%;
	font-size: 110%;
	letter-spacing: .1em;
	line-height: 2;
}
#doctors .img_main {
	width: 55%;
}}
/*doctors:msg_box
---------------------------------------------------------*/
#doctors .msg_box,
#doctors .msg_box > * {
	position: relative;
}
#doctors .msg_box::before {
	position: absolute;
    content: "";
    background: url(../images/staff/dir_bg@2x.png) no-repeat right bottom;
    background-size: contain;
    width: min(65vw,970px);
    height: min(61vw,906px);
	right: 0;
	bottom: -170px;
	margin-right: calc(50% - 50vw);
}
#doctors .msg_box > *:not(:last-of-type) {
	margin-bottom: 70px;
}
#doctors .msg_box .com_style1 > dt {
	font-size: min(3.2vw,212%);
}
#doctors .msg_box .com_style1 > dt span {
	color: #DF7C00;
}#doctors .img_sub {
	max-width: 573px;
}
#doctors .msg_box .box1 {
	display: flex;
}
#doctors .msg_box .com_deco_txt {
	text-align: left;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	padding-top: 1em;
	margin-right: 4em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#doctors .msg_box p,
#doctors .msg_box dd {
	line-height: 2.6;
}
#doctors .img_sub {
	width: 48%;
	margin-left: -11%;
	margin-right: 7%;
}
#doctors .msg_box .box3 dl {
	width: 75%;
	max-width: 730px;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#doctors .msg_box > *:not(:last-of-type) {
	margin-bottom: 7%;
}
#doctors .msg_box p,
#doctors .msg_box dd {
	line-height: 2.4;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#doctors .main_box::before {
    width: 65vw;
    height: 65vw;
	top: 30px;
}
#doctors .msg_box > *:not(:last-of-type) {
	margin-bottom: 10%;
}
#doctors .msg_box .com_deco_txt {
	padding-top: .5em;
	margin-right: 2em;
}
#doctors .msg_box .com_style1 > dt {
	font-size: 125%;
}
}
/*doctors:prof_box
---------------------------------------------------------*/
.prof_box {
	background-color: #F7D59C;
	box-sizing: border-box;
	padding: 45px 5% 60px;
	border-radius: 2.2em;
	margin-top: 80px;
}
.prof_box .com_deco_txt {
	color: #FFF;
	margin-bottom: 2em;
} 
.prof_box .com_deco_txt::before {
	color: #DF7C00;
	font-size: 90%;
	margin-bottom: 1.2em;
}
.prof_box dt {
	color: #DF7C00;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .2em;
	margin-bottom: 1em;
}
.prof_box dd {
	font-size: 93%;
}
.prof_box .com_marulist > li::before {
	color: rgba(223,124,0,0.3);
}
.prof_box .com_marulist.txt_more::after {
	content: "他多数";
	padding-left: 1em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.prof_box .dl_list,
.prof_box .dl_list dd.col2 {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(2,48%);
}
.prof_box .dl_list dl.max {
	grid-column: 1 / 3;
	padding-top: 45px;
	margin-top: 40px;
	border-top: 1px solid rgba(255,255,255,0.3);
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.prof_box {
	padding: 4% 5% 6%;
	margin-top: 8%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.prof_box {
	padding: 8% 6% 10%;
	margin-top: 12%;
}
.prof_box dl:nth-of-type(n+2) {
	padding-top: 8%;
	margin-top: 7%;
	border-top: 1px solid rgba(255,255,255,0.3);
}
.prof_box dt {
	font-size: 90%;
	letter-spacing: .15em;
}
.prof_box dd {
	font-size: 90%;
}
.prof_box .com_marulist > li {
	line-height: 1.4;
}
}
/*doctors:type_moon
---------------------------------------------------------*/
#doctors .type_moon .main_box {
	flex-direction: row-reverse;
}
#doctors .type_moon .main_box::before {
    background-image: url(../images/common/bg_moon@2x.png);
	right: auto;
	left: 40%;
	top: 20px;
}
#doctors .type_moon .name_box {
	margin-left: auto;
}
#doctors .type_moon .msg_box::before {
    background-image: url(../images/staff/depdir_bg@2x.png);
}
#doctors .type_moon .main_box .copy p span,
#doctors .type_moon .name_box .ft_jos,
#doctors .type_moon .msg_box .com_deco_txt,
#doctors .type_moon .com_style1 > dt span {
	color: #FFAA1D;
}
/* PC
------------------------------------------*/
@media only screen and (min-width: 1200px) {
#doctors .type_moon .name_box {
	margin-top: -5%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#doctors .type_moon .main_box::before {
	left: 35%;
	top: -10px;
}
}
/*---------------------------------------------------------
staff
---------------------------------------------------------*/
.stf_list .name_box {
	position: relative;
	margin-bottom: .5em;
}
.stf_list .name_box::before {
	position: absolute;
	content: "";
	background: url(../images/staff/bg_kira_pnk@2x.png) no-repeat;
	background-size: contain;
	width: 10em;
	height: 10em;
	right: 0;
	top: -1em;
	z-index: -1;
}
.stf_list .dh .name_box .ft_jos {color: #F5A294;}
.stf_list .da .name_box .ft_jos {color: #AA9AC1;}
.stf_list .da .name_box::before {background-image: url(../images/staff/bg_kira_ppl@2x.png);}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.stf_list {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(2,47%);
}
.stf_list > li:nth-of-type(n+3) {
	margin-top: 26%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.stf_list > li:nth-of-type(n+2) {
	margin-top: 12%;
}
}
/*staff:prof
---------------------------------------------------------*/
.prof_row,
.prof_col {
	line-height: 1.5;
}
.prof_row dt,
.prof_col dt {
	color: #DF7C00;
	font-weight: bold;
	letter-spacing: .2em;
}
.prof_row {
	display: flex;
	margin-top: 1.5em;
}
.prof_row dt {
	color: #F5A294;
	padding-right: 1em;
	margin-right: 1em;
	border-right: 1px solid rgba(73,41,34,0.15);
}
.prof_col {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 32.4% 32.4% 32.4%;
	margin-top: 2.5em;
}
.prof_col dl {
	text-align: center;
	background-color: #FCF9F5;
	box-sizing: border-box;
	padding: 1.6em 5% 2em;
	border-radius: 1.2em;
}
.prof_col dt {
	margin-bottom: 1em;
}
.prof_col dl:nth-of-type(2) dt {color: #F5A294;}
.prof_col dl:nth-of-type(3) dt {color: #75BAD9;}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.prof_row,
.prof_col {
	font-size: 90%;
}
.prof_row dt,
.prof_col dt {
	letter-spacing: .1em;
}
.prof_col {
	margin-top: 1.5em;
}
.prof_col dl {
	padding: 1.2em 5% 1.6em;
}
.prof_col dt {
	margin-bottom: .5em;
}
}
/*---------------------------------------------------------
welcome
---------------------------------------------------------*/
#welcome .com_fuki_dash {
	font-size: min(187%,2.8vw);
}
#welcome .com_fuki_dash::before,
#welcome .com_fuki_dash::after {
	height: 3.1em;
}
.com_slide_wrap {
	position: relative;
}
.com_slide_wrap::before {
	position: absolute;
	content: "";
	background: url(../images/common/m_arc.svg) no-repeat left bottom;
	background-size: 100% 100%;
	width: 100%;
	height: 5.4vw;
	max-height: 80px;
	left: 0;
	bottom: -1px;
	z-index: 1;
}
.com_slide_wrap::after {
	position: absolute;
	content: "";
	background: url(../images/staff/slide_wrap.svg) no-repeat;
	background-size: 100% 100%;
	width: 83%;
	max-width: 1243px;
	height: 75%;
	left: 0;
	right: 0;
	top: 2%;
	margin: auto;
}
.com_slide_wrap li {
	width: 49vw !important;
	max-width: 730px;
	margin-right: 5px;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#welcome .com_fuki_dash::before {right: calc(100% + 2em);}
#welcome .com_fuki_dash::after {left: calc(100% + 2em);}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#welcome .com_fuki_dash {
	font-size: 110%;
}
}
/*---------------------------------------------------------

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

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