@charset "UTF-8";

/*メインイメージ
---------------------------------------------------------*/
.contentpage .m_img_area {
  border-bottom: none;
  margin-bottom: 0;
}



/*slide
---------------------------------------------------------*/
.slide .swiper-slide {
	width: 40vw;
	max-width: 520px;
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.slide .swiper-slide {
	width: 60vw;
}
}



/*main_img
---------------------------------------------------------*/
.main_img{
	position: relative;
	height: 57.34vw;
	max-height: 860px;
	z-index: 1;
	background: url("../images/staff/img1@2x.jpg") no-repeat center center;
	background-size: cover;
}
.main_img .abs{
	width: 16%;
	max-width:230px;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translate(25%,11%);
	z-index: 2;
}

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

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



/*greeting
---------------------------------------------------------*/
#greeting .bg{
	padding: 100px 0;
	background: url("../images/bg1@2x.jpg") repeat-y left top;
	background-size: contain;
}
#greeting .greeting_tit{
	font-size: min(112%,1.8vw);
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-align: right;
}
#greeting .greeting_tit h2{
	margin-bottom: 0.5em;
}
#greeting .greeting_tit p{
	font-size: 605%;
	letter-spacing: normal;
	line-height: 1em;
	color: #67af9b;
}
#greeting .flex_box{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#greeting .flex_box .img_l{
	max-width: 530px;
	width: 48.2%;
	position: relative;
}
#greeting .flex_box .img_l .abs1 {
	width: 34%;
	max-width: 177px;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 50%;
	transform: translate(-80%,-30%);
}
#greeting .flex_box .img_l .abs2 {
	width: 19%;
	max-width: 98px;
	position: absolute;
	z-index: 1;
	right:0;
	top: 0;
	transform: translate(58%,-58%);
}
#greeting .flex_box .txt_r{
	max-width: 490px;
	width: 44.6%;
}
#greeting .greeting_style dt{
	font-size: min(248%,4.3vw);
	letter-spacing: 0.1em;
	line-height: 1.6em;
	margin-bottom: 0.8em;
}
#greeting .profile_box{
	background-color: #fff;
	border: 1px solid #2baf8a;
	padding: 60px 4%;
	border-radius: 30px;
}
#greeting .profile_box .inbox{
	max-width: 970px;
	margin: 0 auto;
}
#greeting .profile_box .inbox dl{
	display: inline-block;
	vertical-align: top;
}
#greeting .profile_box .inbox dl dt{
	font-size: 112%;
	letter-spacing: 0.15em;
	line-height: 1em;
	color: #2baf8a;
	margin-bottom: 1em;
}
#greeting .profile_box .inbox .reki{
	margin-right: 13%;
}
#greeting .profile_box .inbox .reki li{
	display: flex;
}
#greeting .profile_box .inbox .reki li .year{
	width: 5em;
}
/* #greeting .profile_box .inbox .reki li .event{
	width: calc(100% - 5em);
} */
#greeting .profile_box .inbox .gakai li{
	padding-left: 1.4em;
	position: relative;
}
#greeting .profile_box .inbox .gakai li::before{
	position: absolute;
	content: "";
	background: rgba(43,175,138,0.5);
	background-size: 100% 100%;
	width: 0.71em;
	height: 0.71em;
	border-radius: 0.71em;
	left: 0;
	top:0.53em;
	
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1073px) {
#greeting .flex_box{
	align-items: flex-start;
}
#greeting .profile_box .inbox .reki{
	margin-right: 8%;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#greeting .bg{
	padding: 9% 0;
}
#greeting .profile_box{
	padding: 5% 4%;
	border-radius: 3vw;
}
#greeting .profile_box .inbox .reki{
	margin-right: 4%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#greeting .bg{
	padding: 12% 0;
}
#greeting .greeting_tit{
	font-size: 90%;
}
#greeting .greeting_tit p{
	font-size: 415%;
}
#greeting .flex_box{
	display: block;
}
#greeting .flex_box .img_l{
	width: 80%;
	margin: 12vw auto 5vw;
	text-align: center;
}
#greeting .flex_box .txt_r{
	max-width: 100%;
	width: 100%;
}
#greeting .greeting_style dt{
	font-size: 180%;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 0.5em;
}
#greeting .profile_box{
	padding: 5%;
	border-radius: 3vw;
}
#greeting .profile_box .inbox dl{
	display: block;
}
#greeting .profile_box .inbox dl dt{
	letter-spacing: 0.1em;
	margin-bottom: 0.5em;
}
#greeting .profile_box .inbox .reki{
	margin-right: 0;
}
#greeting .profile_box .inbox .gakai{
	margin-top: 5%;
}
}



/* staff
---------------------------------------------------------*/
#staff .staff_list > li{
	margin-top: 110px;
}
#staff .staff_list > li:first-child{
	margin-top: 0;
}
#staff .staff_list > li .flt_box .img_l{
	max-width: 300px;
	width: 28%;
	float: left;
}
#staff .staff_list > li .flt_box .txt_r{
	max-width: 730px;
	width:68%;
	float: right;
}
#staff .staff_list > li .flt_box .txt_r .name{
	font-size: min(177%,3.13vw);
	letter-spacing: 0.15em;
	line-height: 1.5em;
	margin-bottom: 1.3em;
}
#staff .staff_list > li .flt_box .txt_r dl.name{
	display: flex;
	align-items: center;
}
#staff .staff_list > li .flt_box .txt_r .name dt{
	font-size: 64%;
	line-height: 1em;
	letter-spacing: 0.15em;
	margin-right: 1em;
}
#staff .staff_list > li .flt_box .txt_r .profile{
	margin-bottom: 2.5em;
}
#staff .staff_list > li .flt_box .txt_r .profile li{
	margin-top: 1em;
}
#staff .staff_list > li .flt_box .txt_r .profile li:first-child{
	margin-top: 0;
}
#staff .staff_list > li .flt_box .txt_r .profile li dl{
	display: flex;
	align-items: flex-start;
}
#staff .staff_list > li .flt_box .txt_r .profile li dt{
	color: #2baf8a;
	line-height: 1em;
	letter-spacing: 0.15em;
	padding: 0.5em 0;
	background-color: rgba(230,230,230,0.3);
	border-radius: 0.48em;
	margin-right: 1.5em;
	width: 6em;
	text-align: center;
}
#staff .staff_list > li .flt_box .txt_r .profile li dd{
	width: calc(100% - 7.5em);
}
#staff .staff_list > li .flt_box .txt_r .reason dt{
	color: #2baf8a;
	line-height: 1em;
	letter-spacing: 0.15em;
	margin-bottom: 1em;
	position: relative;
}
#staff .staff_list > li .flt_box .txt_r .reason dt::before{
	position: absolute;
	content: "";
	background: #2baf8a;
	width: calc(100% - 13.5em);
	height: 1px;
	right: 0;
	top:50%;
	transform: translateY(-50%)
}
#staff .staff_list > li .flt_box .txt_r .reki dt{
	color: #2baf8a;
	line-height: 1em;
	letter-spacing: 0.15em;
	margin-bottom: 1em;
	position: relative;
}
#staff .staff_list > li .flt_box .txt_r .reki dt::before{
	position: absolute;
	content: "";
	background: #2baf8a;
	width: calc(100% - 3em);
	height: 1px;
	right: 0;
	top:50%;
	transform: translateY(-50%)
}
#staff .staff_list > li .flt_box .txt_r .reki li{
	display: flex;
}
#staff .staff_list > li .flt_box .txt_r .reki li .year{
	width: 6em;
}
/* #staff .staff_list > li .flt_box .txt_r .reki li .event{
	width: calc(100% - 6em);
} */
#staff .staff_list > li .message{
	background: #f7fcfa;
	padding:1.3em 2.3em 2.3em;
	border-radius: 20px;
	box-sizing: border-box;
}
#staff #da .staff_list > li .message{
	margin-top: 2em;
}
#staff .staff_list > li .message dt{
	font-size: 77%;
	letter-spacing: 0.15em;
	line-height: 1em;
	color: #2baf8a;
	margin-bottom: 2em;
	margin-top: -3em;
}
#staff .staff_list > li .message dt .ft_amandine{
	font-size: 262%;
	color: #67af9b;
	letter-spacing: normal;
	line-height: 1em;
}
#staff .staff_list > li .message dt .ft_rodin{
	margin-top: 0.5em;
}
#staff .staff_list > li .message dd{
	padding-left: 1.25em;
	box-sizing: border-box;
}
#staff #km .name{
	display: block;
}
#staff #km .name dt{
	font-size: 57%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin-bottom: 0.25em;
}
#staff #km .name dd{
	display: flex;
	align-items: center;
}
#staff #km .name dd  span{
	display: block;
}
#staff #km .name dd small{
	font-size: 74%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#staff .staff_list > li{
	margin-top: 10%;
}
#staff .staff_list > li .message{
	padding:1.3em 2em 2.3em;
	border-radius: 2vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#staff .staff_list > li{
	margin-top: 8%;
	padding-top: 8%;
	border-top: 1px solid #b8b7b7;
}
#staff .staff_list > li:first-child{
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
#staff .staff_list > li .flt_box .img_l{
	width: 60%;
	float: none;
	margin: 0 auto 5vw;
}
#staff .staff_list > li .flt_box .txt_r{
	max-width: 100%;
	width: 100%;
	float: none;
}
#staff .staff_list > li .flt_box .txt_r .name{
	font-size: 140%;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
	text-align: center;
}
#staff .staff_list > li .flt_box .txt_r dl.name{
	  justify-content: center;
}
#staff .staff_list > li .flt_box .txt_r .name dt{
	letter-spacing: 0.1em;
}
#staff .staff_list > li .flt_box .txt_r .profile{
	margin-bottom: 2em;
}
#staff .staff_list > li .flt_box .txt_r .profile li{
	margin-top: 1em;
}
#staff .staff_list > li .flt_box .txt_r .profile li dl{
	display: flex;
}
#staff .staff_list > li .flt_box .txt_r .profile li dt{
	width: 5em;
}
#staff .staff_list > li .flt_box .txt_r .profile li dd{
	width: calc(100% - 6em);
}
#staff .staff_list > li .flt_box .txt_r .reason dt{
	letter-spacing: 0.1em;
	margin-bottom: 0.8em;
}
#staff .staff_list > li .flt_box .txt_r .reason dt::before{
	width: calc(100% - 13em);
}
#staff .staff_list > li .flt_box .txt_r .reki li .year{
	width: 5em;
}
/* #staff .staff_list > li .flt_box .txt_r .reki li .event{
	width: calc(100% - 5em);
} */
#staff .staff_list > li .message{
	padding:1.8em 5% 6%;
	border-radius: 2vw;
	margin-top: 1em;
}
#staff #da .staff_list > li .message{
	margin-top: 1em;
}
#staff .staff_list > li .message dt{
	margin-bottom: 1em;
	margin-top: -3.6em;
}
#staff .staff_list > li .message dt .ft_rodin{
	margin-top: 0.5em;
}
#staff .staff_list > li .message dd{
	padding-left: 0;
}
#staff #km .name dt{
	font-size: 67%;
}

#staff #km .name dd{
	 justify-content: center;
}

#staff #km .name dd small{
	font-size: 84%;
	
}
}