/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
/*spのdetail関連を非表示ココカラ*/
#sp_head_close {
	display: none;
}
/*spのdetail関連を非表示ココマデ*/
section#mv {
	background-image: url("../../common/images/staff/main_vis.png");
	background-position: center;
	background-repeat: no-repeat;
	height: 150px;
	position: relative;
	width: 100%;
}
#mv h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
}
.mv_ttl img {
    width: 220px;
    height: auto;
    margin: 60px auto 0;
}
section#staff_area01 {
	background-color: #f5f6f8;
	background-image: url("../../common/images/staff/staff_area01_deco_bg.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 50px;
	position: relative;
	width: 100%;
}
.staff_area01_ttl {
	margin: auto;
	padding: 0 0 20px;
	position: relative;
	width: 102px;
}
.staff_area01_ttl .staff_area01_title02_txt_yougo_m {
	width: 96px;
	font-size: 16px;
	text-align: center;
	color: #013E98;
}
.staff_area01_des_txt_yougo_m {
	margin: auto auto 30px;
	width: 280px;
	height: 16px;
	font-size: 16px;
	text-align: center;
	color: #262626;
}

.staff_area01_01_tab_btn_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: auto auto 50px;
	width: 100%;
}
.staff_area01_tab01_btn {
	background-color: #013e98;
	cursor: pointer;
	height: 15vw;
	/*margin-right: 30px;*/
	width: 30vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	        margin-bottom: 10px;
}
.staff_area01_tab01_btn:nth-child(4),
.staff_area01_tab01_btn:nth-child(8) {
	/*margin-right: 0;*/
}
.staff_area01_tab01_btn_txt {
	text-align: center;
	width: 130px;
}
.staff_area01_tab01_btn_txt a {
	color: #fff;
	display: block;
}
.staff_area01_tab01_btn_txt a span {
	/*line-height: 3;*/
	position: relative;
}
.staff_area01_tab01_btn_txt::before {
/*	content: url(../../common/images/rent/down_arrow.svg);
    position: absolute;
    display: block;
    margin-left: -20px;*/
}
/* Tab Style */
.content-area {
	background-image: url("../../common/images/staff/staff_area01_tab01_table_bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 30px;
	margin: auto;
	text-align: center;
    width: 88%;
}
.content-area .content {
	display: none;
	padding: 50px 0 0;
	position: relative;
}
.content-area .content.show {
    display: block;
}
.staff_area01_tab00_01,
.staff_area01_tab01_01,
.staff_area01_tab01_02,
.staff_area01_tab02_01,
.staff_area01_tab02_02,
.staff_area01_tab03_01,
.staff_area01_tab03_02,
.staff_area01_tab03_03,
.staff_area01_tab03_04,
.staff_area01_tab04_01,
.staff_area01_tab04_02,
.staff_area01_tab04_03,
.staff_area01_tab04_04,
.staff_area01_tab05_01,
.staff_area01_tab06_01,
.staff_area01_tab07_01,
.staff_area01_tab08_01 {
	height: 100%;
	margin: auto auto 50px;
	width: 100%;
	padding-bottom: 20px;
}
.staff_area01_tab00 .tab_ttl,
.staff_area01_tab01 .tab_ttl,
.staff_area01_tab02 .tab_ttl,
.staff_area01_tab03 .tab_ttl,
.staff_area01_tab04 .tab_ttl,
.staff_area01_tab05 .tab_ttl,
.staff_area01_tab06 .tab_ttl,
.staff_area01_tab07 .tab_ttl,
.staff_area01_tab08 .tab_ttl {
	padding-bottom: 50px;
}
.staff_area01_tab00 .tab_ttl h3,
.staff_area01_tab01 .tab_ttl h3,
.staff_area01_tab02 .tab_ttl h3,
.staff_area01_tab03 .tab_ttl h3,
.staff_area01_tab04 .tab_ttl h3,
.staff_area01_tab05 .tab_ttl h3,
.staff_area01_tab06 .tab_ttl h3,
.staff_area01_tab07 .tab_ttl h3,
.staff_area01_tab08 .tab_ttl h3 {
	font-size: 20px;
	margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.staff_area01_tab00 .tab_ttl h3::after,
.staff_area01_tab01 .tab_ttl h3::after,
.staff_area01_tab02 .tab_ttl h3::after,
.staff_area01_tab03 .tab_ttl h3::after,
.staff_area01_tab04 .tab_ttl h3::after,
.staff_area01_tab05 .tab_ttl h3::after,
.staff_area01_tab06 .tab_ttl h3::after,
.staff_area01_tab07 .tab_ttl h3::after,
.staff_area01_tab08 .tab_ttl h3::after {
	border-bottom: solid 3px #013e98;
	content: '';
	display: block;
	height: 3px;
	margin: auto;
	width: 44px;
}
.staff_area01_tab00 .tab_head,
.staff_area01_tab01 .tab_head,
.staff_area01_tab02 .tab_head,
.staff_area01_tab03 .tab_head,
.staff_area01_tab04 .tab_head,
.staff_area01_tab05 .tab_head,
.staff_area01_tab06 .tab_head,
.staff_area01_tab07 .tab_head,
.staff_area01_tab08 .tab_head {
	margin-bottom: 30px;
}
.staff_area01_tab00 .tab_head_txt,
.staff_area01_tab01 .tab_head_txt,
.staff_area01_tab02 .tab_head_txt,
.staff_area01_tab03 .tab_head_txt,
.staff_area01_tab04 .tab_head_txt,
.staff_area01_tab05 .tab_head_txt,
.staff_area01_tab06 .tab_head_txt,
.staff_area01_tab07 .tab_head_txt,
.staff_area01_tab08 .tab_head_txt {
	/*background-color: #fff;*/
	/*border: solid 1px #013e98;*/
	font-size: 16px;
	height: 45px;
	line-height: 3;
	margin-top: 10px;
	/*margin: auto;*/
	/*padding: 0 15px;*/
    /*width: -webkit-fit-content;*/
    /*width: -moz-fit-content;*/
    /*width: fit-content;*/
}


.tab_head_txt span {
	padding: 10px 15px;
	border: solid 1px #013e98;	
	background-color: #fff;
}
.staff_area01_tab_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: center;
}
.staff_area01_tab_wrap div {
	margin: 0 3px;
}
.staff_area01_tab_fig {
	margin-bottom: 30px;
}
.staff_area01_tab_fig img {
	height: 100px;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100px;
}
.staff_area01_tab_fig p {
	font-size: 16px;
}
/*プラグイン用css*/
.aigpl-img-wrp {
    /*width: 200px!important;*/
    width: 100%!important;
}
.aigpl-column, .aigpl-columns {
     padding: 0!important; 
}
.aigpl-design-1 .aigpl-img-caption {
    z-index: 1000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    bottom: 0;
    color: #000;
    font-size: 16px;
    padding: 15px 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    line-height: normal;
    background: none;
}
.aigpl-gallery-wrp .aigpl-img, .aigpl-gallery-album-wrp .aigpl-img {
     height: auto!important; 
}

.aigpl-design-1 .aigpl-img-title {
    margin: 0!important;
}
.aigpl-img-title {
     padding: 0!important; 
}
@media (orientation: portrait){
 
	/*デバイスが縦向きの場合の記述*/
	.staff_area01_01_tab_btn_list {
		font-size: 4vw;
	}
	.staff_area01_tab01_btn {
		height: 12vw;
		width: 30vw;
	}
	.aigpl-img-wrp {
		height: calc(88vw * .3)!important;
	}
	.aigpl-column, .aigpl-columns {
	    /*width: 200px!important;*/
	    width: 30%!important;
	}
	.aigpl-gallery-wrp .aigpl-inr-wrp {
	    margin-bottom: 30px!important;
	}
	.aigpl-design-1 .aigpl-img-title {
	    font-size: 3vw!important;
	}
}

@media (orientation: landscape){
 
	/*デバイスが横向きの場合の記述*/
	.staff_area01_01_tab_btn_list {
		font-size: 4vh;
	}
	.staff_area01_tab01_btn {
		height: 7vw;
		width: 18vw;
	}
	.aigpl-img-wrp {
		height: calc(88vw * .23)!important;
	}
	.aigpl-column, .aigpl-columns {
	    /*width: 200px!important;*/
	    width: 23%!important;
	}
	.aigpl-gallery-wrp .aigpl-inr-wrp {
	    margin-bottom: 23px!important;
	}
	.aigpl-design-1 .aigpl-img-title {
	    font-size: 2.5vw!important;
	}
}


