/**
 *
 *	Apply Style： style
 *	Style Name： /css/about/staff/style_rwd.css
 *
 */

/**
 *
 *	レスポンシブスタイル
 *
 */

@media all and (max-width: 767px) {

/*------------------------------------------
 *	sec-staff
------------------------------------------*/
.tit-page {
	background: url("/images/about/staff/bg_page_mobile.jpg") center center no-repeat;
	background-size: cover;
	height: 175px;
}

.sec-main {
	margin: 0 0 48px;
}

.sec-main .tit {
	font-size: 2.4rem;
	text-align: center;
	max-width: inherit;
	margin: -15px auto 10px;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 0 10px;
}

.sec-main .tit-en {
	font-size: 1.4rem;
	text-align: center;
	font-family: "メイリオ",Meiryo,"游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	max-width: inherit;
	color: #ff8f62;
	margin: 0 auto;
	letter-spacing: 0.05em;
	padding: 0 10px;
}

.sec-main .summary {
	max-width: inherit;
	margin: 30px auto 30px;
	font-size: 1.5rem;
	line-height: 1.5;
	text-align: left;
	padding: 0 10px;
}

/*------------------------------------------
 *	sec-director
------------------------------------------*/
.sec-director {
	max-width: inherit;
	margin: 0 auto;
	padding: 0 10px 45px;
}

.sec-director h3 {
	font-size: 1.9rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 0 0 33px;
	position: relative;
	text-align: center;
}

.sec-director h3::before {
	background-color: #57d5b4;
	bottom: -12px;
	content: "";
	display: block;
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 25px;
}

.info-director {
	display: block;
	justify-content: space-between;
	margin: 20px 0 0;
	width: 100%;
	align-items: flex-end;
}

.info-director .img {
	width: 264px;
	margin: 0 0 0 38px;
	display: none;
}

.info-director .content {
	width: 100%;
}

.info-director .content .position {
	font-size: 1.2rem;
	color: #f97e3d;
	margin: 0 0 8px;
	font-weight: bold;
}

.info-director .content .name {
	display: flex;
	width: 100%;
	margin: 0 0 15px;
	padding: 0 0 12px;
	background: url("/images/about/staff/border.png") 0 bottom repeat-x;
	background-size: 4px 2px;
	align-items: flex-end;
	font-size: 1.5rem;
}

.info-director .content .name h4 {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 10px 0 0;
}

.info-director .content .name .name-en {
	font-size: 1.1rem;
	font-family: 'Roboto', sans-serif;
	margin: 0;
}

.info-director .content .txt-greeting {
	font-size: 1.3rem;
	line-height: 1.6;

}

.info-director .content .career {
	display: block;
	justify-content: space-between;
	align-items: flex-end;
	font-size: 1.3rem;
	margin: 25px 0 0;
}

.info-director .career-in .tit-career {
	font-weight: bold;
	margin: 0 0 10px;
}

.info-director .career-in .txt-career {
	line-height: 2;
	font-size: 1.3rem;
}

.info-director .career .illust-career {
	text-align: right;
	margin: 20px 0 0 0;
}

.info-director .career .illust-career img {
	width: 137px;
	height: auto;
}

/*------------------------------------------
 *	sec-staff
------------------------------------------*/
.sec-staff {
	background: #dffff6;
	padding: 0 10px 75px;
}

.sec-staff .sec-in {
	max-width: inherit;
	margin: 0 auto;
	padding: 40px 0 0;
	position: relative;
}

.sec-staff .sec-in .bg-staff {
	position: absolute;
	top: 0;
	right: -27px;
	display: none;
}

.sec-staff h3 {
	font-size: 1.9rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 0 0 48px;
	position: relative;
	text-align: center;
}

.sec-staff h3::before {
	background-color: #57d5b4;
	bottom: -12px;
	content: "";
	display: block;
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 25px;
}

.sec-staff .staff {
	width: 100%;
	height: auto;
	position: relative;
}

.sec-staff .staff:nth-child(even) .staff-in {
	background: url("/images/about/staff/footprint_even.png") center bottom 20% no-repeat;
	background-size: 70px 54px;
}

.sec-staff .staff:nth-child(odd) .staff-in {
	background: url("/images/about/staff/footprint_odd.png") center bottom 15% no-repeat;
	background-size: 63px 46px;
}

.sec-staff .staff:last-child .staff-in {
	background:none;
	padding: 0;
}

.sec-staff .staff .staff-in {
	width: 100%;
	display: flex;
	justify-content: center;
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.5s ease 0s;
	position: relative;
	padding: 0 0 100px;
}

.sec-staff .show.staff .staff-in {
	opacity: 1;
	transform: translateY(0);
}

.sec-staff .staff:nth-child(even) .staff-in {
	margin: 0 0 0 auto;
}

.sec-staff .staff .staff-in .img {
	width: 30%;
	text-align: center;
}

.sec-staff .staff:nth-child(even) .staff-in .img {
	order: 2;
}

.sec-staff .staff .staff-in .img img {
	width: 100%;
	height: auto;
}
.sec-staff .staff .staff-in .content {
	width: 70%;
	box-sizing: border-box;
	padding: 0 0 0 12px;
}

.sec-staff .staff:nth-child(even) .staff-in .content {
	padding: 0 12px 0 0;
}


.sec-staff .staff .staff-in .name {
	display: flex;
	width: 100%;
	margin: 0 0 12px;
	padding: 0 0 12px;
	background: url("/images/about/staff/border.png") 0 bottom repeat-x;
	background-size: 4px 2px;
	align-items: flex-end;
}

.sec-staff .staff .staff-in h4 {
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 12px 0 0;
}

.sec-staff .staff .staff-in .name-en {
	font-size: 1.2rem;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	line-height: 1;
}

.sec-staff .staff .staff-in p {
	font-size: 1.4rem;
	line-height: 1.6;
}

.staff-wrapper .staff:nth-child(odd) .footprint {
	position: absolute;
	visibility: hidden;
	display: none;
}

.staff-wrapper .staff:nth-child(even) .footprint {
	position: absolute;
	visibility: hidden;
	display: none;
}

.staff-wrapper .show.staff .footprint {
	visibility: visible;
}

.staff-wrapper .show.staff .footprint img {
	width: 70%;
	height: auto;
}

.staff-wrapper .show.staff:nth-child(odd) .footprint {
	visibility: visible;
}

.staff-wrapper .staff .illust {
	position: absolute;
}

.staff-wrapper .staff:nth-child(even) {
	z-index: 2;
}

.staff-wrapper .staff:nth-child(odd) .footprint01 {
	top: 76px;
	right: 312px;
	transition: all 0.5s ease 0.5s;
	display: none;
}

.staff-wrapper .staff:nth-child(odd) .footprint02 {
	top: 59px;
	right: 265px;
	transition: all 0.5s ease 0.55s;
	display: none;
}

.staff-wrapper .staff:nth-child(odd) .footprint03 {
	top: 95px;
	right: 234px;
	transition: all 0.5s ease 0.6s;
	display: none;
}

.staff-wrapper .staff:nth-child(odd) .footprint04 {
	top: 80px;
	right: 198px;
	transition: all 0.5s ease 0.65s;
	display: none;
}

.staff-wrapper .staff:nth-child(odd) .footprint05 {
	top: 119px;
	right: 179px;
	transition: all 0.5s ease 0.7s;
}

.staff-wrapper .staff:nth-child(odd) .footprint06 {
	top: 123px;
	right: 138px;
	transition: all 0.5s ease 0.75s;
}

.staff-wrapper .staff:nth-child(odd) .footprint07 {
	top: 161px;
	right: 140px;
	transition: all 0.5s ease 0.8s;
}

.staff-wrapper .staff:nth-child(odd) .footprint08 {
	top: 152px;
	right: 92px;
	transition: all 0.5s ease 0.85s;
}

.staff-wrapper .staff:nth-child(odd) .footprint09 {
	top: 196px;
	right: 100px;
	transition: all 0.5s ease 0.9s;
}

.staff-wrapper .staff:nth-child(even) .footprint01 {
	top: 111px;
	left: 299px;
	transition: all 0.5s ease 0.55s;
	display: none;
}

.staff-wrapper .staff:nth-child(even) .footprint02 {
	top: 88px;
	left: 264px;
	transition: all 0.5s ease 0.6s;
	display: none;
}

.staff-wrapper .staff:nth-child(even) .footprint03 {
	top: 128px;
	left: 237px;
	transition: all 0.5s ease 0.65s;
}

.staff-wrapper .staff:nth-child(even) .footprint04 {
	top: 120px;
	left: 195px;
	transition: all 0.5s ease 0.7s;
}

.staff-wrapper .staff:nth-child(even) .footprint05 {
	top: 166px;
	left: 192px;
	transition: all 0.5s ease 0.75s;
}

.staff-wrapper .staff:nth-child(even) .footprint06 {
	top: 161px;
	left: 143px;
	transition: all 0.5s ease 0.8s;
}

.staff-wrapper .staff:nth-child(even) .footprint07 {
	top: 214px;
	left: 152px;
	transition: all 0.5s ease 0.85s;
}

.staff-wrapper .staff .illust img {
	width: 100%;
	height: auto;
}

.staff-wrapper .staff:nth-child(2) .illust {
	top: -62px;
	left: 70%;
	width: 54px;
}

.staff-wrapper .staff:nth-child(3) .illust {
	top: -53px;
	left: 1%;
	width: 59px;
}

.staff-wrapper .staff:nth-child(4) .illust {
	top: -48px;
	left: 70%;
	width: 47px;
}

.staff-wrapper .staff:nth-child(5) .illust {
	top: -34px;
	left: 2%;
	width: 28px;
}

.staff-wrapper .staff:nth-child(6) .illust {
	top: -45px;
	left: 71%;
	width: 28px;
}

.staff-wrapper .staff:nth-child(7) .illust {
	top: -53px;
	left: 1%;
	width: 59px;
}

.staff-wrapper .staff:nth-child(8) .illust {
	top: -48px;
	left: 70%;
	width: 47px;
}

.staff-wrapper .staff:nth-child(9) .illust {
	top: -34px;
	left: 2%;
	width: 28px;
}

.staff-wrapper .staff:nth-child(10) .illust {
	top: -62px;
	left: 70%;
	width: 54px;
}

/*------------------------------------------
 *	local-menu
------------------------------------------*/
.local-menu {
	background: #c1f8e9;
	padding: 0 10px 36px;
	position: relative;
}

.local-menu::before {
	width: 90px;
	height: 90px;
	border-radius: 90px;
	background: #c1f8e9;
	display: block;
	content: "";
	position: absolute;
	top: -25px;
	left: 50%;
	margin: 0 0 0 -45px;
}

.local-menu .menu-in {
	max-width: inherit;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

.local-menu .ico-about {
	width: 51px;
	margin: 0 auto 16px;
	transform: translateY(-5px);
}

.local-menu .ico-about img {
	width: 51px;
	height: 40px;
}

.local-menu .contents-menu {
	display: block;
}

.local-menu .contents-menu .menu {
	display: flex;
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 3px;
	box-shadow: 0 4px 16px 0 rgba(96, 96, 96, 0.1);
	color: #222222;
	transition: all 0.5s ease;
	align-items: center;
	font-size: 1.4rem;
	justify-content: flex-start;
	margin: 0 0 12px;
}

.local-menu .contents-menu .menu:hover {
	background: #fff;
}

.contents-menu .menu .img {
	width: 115px;
	height: 80px;
	overflow: hidden;
	transition: all 0.5s ease;
	position: relative;
	margin: 0 12px 0 0;
}

.contents-menu .menu .img img {
	width: 115px;
	height: auto;
}

.contents-menu .menu .img:after {
	display: none;
}

.contents-menu .menu .img img {
	transition: all 0.5s ease;
}

.contents-menu .menu:hover .img img {
	transform: scale(1);
}

.local-menu .contents-menu .menu p {
	font-size: 1.4rem;
	padding: 0 0 0 22px;
	background: url(/images/about/arrow_localmenu.svg) left center no-repeat;
	background-size: 12px 12px;
	margin: 22px 0;
	font-weight: bold;
	color: #222222;
}

.local-menu .contents-menu .menu:hover p {
	background: url(/images/about/arrow_localmenu.svg) left center no-repeat;
	background-size: 12px 12px;
	color: #222222;
}

/*	sp用非表示コンテンツ	*/
.sec-main .img-sp {
	display: inline-block;
}

/*	非表示コンテンツ	*/
.sec-main .img-pc {
	display: none;
}

}
