@charset "utf-8";
/* interview.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 職員リスト　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#member_area {
	padding-top: 150px;
	padding-bottom: 150px;
	background-image: url(../images/bg_maru_02.png),url(../images/bg_maru_01.png);
	background-position: right -30px top,left -30px bottom 30px;
	background-repeat: no-repeat;
}

/* -- リード文 ----------------------------------------------- */
#lead {
	text-align: center;
	font-size: 30px;
	margin-bottom: 50px;
	font-weight: 900;
	line-height: 1.3em;
}

/* -- 職員 ----------------------------------------------- */
#intv_wrap {
	display: flex;
	flex-wrap: wrap;
}
.staff_list {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* 余白、線設定 */
.staff_list:nth-child(odd) {
	padding-right: 70px;
	border-right: 1px solid #333333;
}
.staff_list:nth-child(even) {
	padding-left: 70px;
	border-left: 1px solid #333333;
}
.staff_list:nth-child(1),
.staff_list:nth-child(2) {
	border-bottom: 2px solid #333333;
	padding-bottom: 70px;
}
.staff_list:nth-child(3),
.staff_list:nth-child(4) {
	padding-top: 70px;
}

/* 写真 */
.staff_thumb {
	margin-bottom: 20px;
}
.staff_thumb img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

/* 入社年、職業 */
.staff_data {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.staff_name {
	padding-left: 70px;
	background-image: url(../images/mark_logo_w120.png);
	background-position: left top;
	background-size: 54px auto;
	background-repeat: no-repeat;
	min-height: 54px;
}
.nyusha {
	line-height: 1em;
	margin-bottom: 5px;
	font-weight: 900;
}
.ctg_name {
	font-size: 30px;
	font-weight: 900;
}

/* ボタン */
.intv_bt {
	width: 210px;
}
.intv_bt a {
	width: 100%;
	height: 54px;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #00B2FC;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	border-radius: 5px;
}
.intv_bt a:hover {
	background-color: #000000;
}
.intv_bt a span {
	position: absolute;
	right: 20px;
	transition: transform 0.3s ease;
    transform: translateX(0px);
}
.intv_bt a:hover span {
    transform: translateX(10px); 
}








/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 職員リスト　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#member_area {
	padding-top: 80px;
	padding-bottom: 80px;
	background-position: right -30px top,left -30px bottom 30px;
	background-repeat: no-repeat;
	background-size: 250px auto;
}

/* -- リード文 ----------------------------------------------- */
#lead {
	text-align: center;
	font-size: 20px;
	margin-bottom: 40px;
	line-height: 1.3em;
}

/* -- 職員 ----------------------------------------------- */
#intv_wrap {
	display: inherit;
}
.staff_list {
	width: 100%;
	margin-bottom: 40px;
	padding-bottom: 0px;
}

/* 余白、線設定 */
.staff_list:nth-child(odd) {
	padding-right: 0px;
	border-right-style: none;
}
.staff_list:nth-child(even) {
	padding-left: 0px;
	border-left-style: none;
}
.staff_list:nth-child(1),
.staff_list:nth-child(2) {
	border-bottom-style: none;
	padding-bottom: 0px;
}
.staff_list:nth-child(3),
.staff_list:nth-child(4) {
	padding-top: 0px;
}

/* 入社年、職業 */
.staff_data {
	display: flex;
}
.staff_name {
	padding-left: 60px;
	background-size: 50px auto;
	min-height: 50px;
}
.ctg_name {
	font-size: 24px;
}

/* ボタン */
.intv_bt {
	width: 40%;
}
.intv_bt a {
	height: 50px;
	text-align: left;
	display: block;
	line-height: 50px;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 15px;
}


}
