@charset "UTF-8";

/*---------------------------------------------------------
common
---------------------------------------------------------*/
.contentpage .m_img > div {
	background-image: url(../images/staff/m_img@2x.jpg);
}


/*---------------------------------------------------------
color
---------------------------------------------------------*/
#da .com_index1 {background-color: #F5893E;}
#da .bio_style {border-color: #F5893E;}
#da .stf_list .com_ccl_txt .ft_att,
#da .bio_style > dt {color: #F5893E;}
#da .bio_style .com_marulist li::before {color: rgba(245,137,62,0.5);}

#dh .com_index1 {background-color: #AEC500;}
#dh .bio_style {border-color: #AEC500;}
#dh .stf_list .com_ccl_txt .ft_att,
#dh .bio_style > dt {color: #AEC500;}
#dh .bio_style .com_marulist li::before {color: rgba(174,197,0,0.5);}
#dh .stf_list .com_ccl_txt .ft_att::after {
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7.5 2"><path fill="%23AEC500" d="M1.5,2H1C0.4,2,0,1.6,0,1s0.4-1,1-1h0.5c0.6,0,1,0.4,1,1S2,2,1.5,2z" /></svg>');
}
#dh .stf_list > li::before {
	background-image: url(../images/staff/obj_da@2x.png);
}

#dr .com_index1 {background-color: #74C8B2;}
#dr .bio_style {border-color: #74C8B2;}
#dr .stf_list .com_ccl_txt .ft_att,
#dr .bio_style > dt {color: #74C8B2;}
#dr .bio_style .com_marulist li::before {color: rgba(116,200,178,0.5);}
#dr .stf_list > li::before {
	background-image: url(../images/staff/obj_dr@2x.png);
}


/*---------------------------------------------------------
stf_name
---------------------------------------------------------*/
.stf_name {
	font-size: min(1.8vw,125%);
	letter-spacing: .1em;
	line-height: 1.4;
}
.stf_name dt {
	margin-bottom: .6em;
}
.stf_name dd {
	font-size: 210%;
	letter-spacing: .16em;
	white-space: nowrap;
}
.stf_name dd span {
	display: inline-block;
	font-size: 52%;
	letter-spacing: .16em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.stf_name {
	font-size: 90%;
	letter-spacing: .08em;
}
.stf_name dd {
	font-size: 180%;
}
}

/*bio_box
---------------------------------------------------------*/
.bio_box {
	position: relative;
	background-color: #fff;
	box-sizing: border-box;
	padding: 26px 4.3%;
	margin-top: 5%;
}
.bio_style {
	padding-left: 1.5em;
	border-left: 1px solid #F5893E;
	margin-bottom: 1.5em;
}
.bio_style:last-of-type {
	margin-bottom: 0;
}
.bio_style > dt {
	font-size: 112%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.5;
	margin-bottom: .3em;
}
.bio_style dd {
	font-size: 93%;
	line-height: 1.8;
	letter-spacing: .04em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.bio_box {
	padding: 5% 6%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.bio_box {
	padding: 7% 6%;
	margin-top: 6%;
}
.bio_style {
	padding-left: 1.2em;
	margin-bottom: 1.5em;
}
.bio_style > dt {
	font-size: 100%;
	letter-spacing: .15em;
}
.bio_style dd {
	font-size: 90%;
	letter-spacing: normal;
}
}



/*---------------------------------------------------------
stf_list
---------------------------------------------------------*/
.stf_list > li {
	position: relative;
}
.stf_list > li::before {
	position: absolute;
	content: "";
	background: url(../images/staff/obj_dh@2x.png) no-repeat left top;
	background-size: contain;
	width: 51%;
	height: 312px;
	right: -12%;
	top: min(19vw,280px);
	z-index: -1;
}
.stf_list .box_img {
	position: relative;
}
.stf_list.type2 > li::before {
	top: auto;
	bottom: 0;
	translate: 0 30%;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.stf_list {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(2,46%);
}
.stf_list > li:nth-of-type(n+3) {
	margin-top: 13%;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.stf_list > li:nth-of-type(n+2) {
	margin-top: 10%;
}
.stf_list > li::before {
	top: 30vw;
}
.stf_list > li::before {
	height: 40vw;
}
}
/*stf_list:type1
---------------------------------------------------------*/
.stf_list.type1 .box_img img {
	width: 88%;
	margin-left: 0;
	margin-bottom: 6%;
}
.stf_list.type1 .stf_name {
	margin-bottom: 1em;
}
.stf_list .com_ccl_txt {
	position: absolute;
	font-size: min(1.8vw,131%);
	background-color: #fff;
    width: 9.4em;
    height: 9.4em;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	right: 0;
	bottom: 11%;
}
.stf_list .com_ccl_txt .ft_min {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 3.2em;
}
.stf_list .com_ccl_txt .ft_att {
	position: relative;
	color: #F5893E;
	font-size: 104%;
	letter-spacing: .08em;
	padding-bottom: .5em;
	margin-bottom: .5em;
}
.stf_list .com_ccl_txt .ft_att::after {
	position: absolute;
	display: block;
	content: "";
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7.5 2"><path fill="%23F5893E" d="M1.5,2H1C0.4,2,0,1.6,0,1s0.4-1,1-1h0.5c0.6,0,1,0.4,1,1S2,2,1.5,2z" /></svg>');
	background-size: auto 100%;
	width: 4.3em;
	height: 2px;
	left: 50%;
	bottom: 0;
	translate: -50% 0;
}
/* 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) {

.stf_list.type1 .box_img img {
	width: 75%;
	margin-left: 4%;
}
.stf_list .com_ccl_txt {
	font-size: 85%;
	bottom: 5%;
}
}

/*stf_list:type2
---------------------------------------------------------*/
.stf_list.type2 > li {
	display: grid;
	justify-content: space-between;
	align-items: center;
	grid-template-columns: 47% 46%;
}
.stf_list.type2 .stf_name dd span {
	display: block;
	margin-top: .5em;
}
/* 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) {
.stf_list.type2 > li {
	grid-template-columns: 40% 52%;
}
.stf_list.type2 .box_img {
	padding-left: 8%;
}
}


/*---------------------------------------------------------
message
---------------------------------------------------------*/
#message .msg_title {
	margin-bottom: 3em;
}
#message .msg_title .com_deco_txt2 {
	text-align: left;
	margin-bottom: .4em;
}
#message .msg_title .ft_min {
	font-size: min(225%,3vw);
	letter-spacing: .15em;
	line-height: 1.5;
}

#message .com_flt {
	background: url(../images/staff/msg_bg@2x.jpg) no-repeat center bottom;
	background-size: 98.7% auto;
	padding-bottom: 40%;
}
#message .com_flt .img_l {
	position: relative;
}
#message .com_flt .txt_r dd {
	line-height: 2.5;
}

#message .msg_copy {
	font-size: min(250%,3.6vw);
	letter-spacing: .15em;
	line-height: 1.5;
	margin-bottom: .5em;
}
/* bosyu */
#message .bosyu {
	text-align: center;
}
#message .bosyu dt {
	margin-bottom: 1.5em;
}
#message .com_bnr_rec {
	margin: 0 auto;
}
/* com_ccl_txt */
#message .com_ccl_txt {
	color: #FFF;
	font-size: min(2.6vw,187%);
	letter-spacing: .15em;
	margin-left: 8%;
	margin-top: -22%;
}
#message .com_ccl_txt .ft_att {
	position: relative;
	color: rgba(255,255,255,0.5);
	font-size: 73%;
	letter-spacing: .08em;
	padding-bottom: .8em;
	margin-top: .2em;
}
#message .com_ccl_txt .ft_att::after {
	position: absolute;
	display: block;
	content: "";
	background: url(../images/common/dot_w.svg) repeat-x;
	background-size: auto 100%;
	width: 5.6em;
	height: 2px;
	left: 50%;
	bottom: 0;
	translate: -50% 0;
}
#message .com_ccl_txt i {
	display: inline-block;
	margin-top: .3em;
	margin-bottom: -1em;
	transition: translate .4s;
}
#message .com_ccl_txt:hover {
	background-color: #63ac98;
}
#message .com_ccl_txt:hover i {
	translate: 0.2em 0;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#message .com_flt .img_l {
	width: 46%;
}
#message .com_flt .txt_r {
	width: 50%;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

#message .com_flt .txt_r dd {
	line-height: 2.2;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#message .msg_title {
	margin-bottom: 1.5em;
}
#message .msg_title .ft_min {
	font-size: 130%;
}

#message .msg_copy {
	font-size: 140%;
}
#message .com_flt .txt_r dd {
	line-height: 2;
}

#message .bosyu dt {
	font-size: 120%;
}
/* com_ccl_txt */
#message .com_ccl_txt {
	font-size: 90%;
	margin: -32% 5% 0 auto;
}
}


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

---------------------------------------------------------*/
/* 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) {


}