@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------------ */

/* 共通

/* ------------------------------------------------------------------------ */

body.interviews .mainVisual{
	background: url("/wp/wp-content/themes/bigman/recruit/common/img/img_mainvisual_interviews.jpg") no-repeat center / cover;
}

.name_wrap{
	display: flex;
	align-items: center;
	margin-top: 32px;
}

.department{
	display: inline-block;
	background-color: #2e2e2e;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 3px 14px;
	margin-right: 24px;
}

.data{
	font-size: 1.6rem;
	font-weight: 700;
}

.data span{
	color: #4ca9df;
	margin-right: 16px;
}

.data span.green{
	color: #1ccfa4;
}

.message{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 24px;
}

.message span{
	display: inline-block;
	font-size: min(1.875vw,36px);
	font-weight: 700;
	color: #fff;
	background: linear-gradient(to right, #4ca9df, #1ccfa4);
	padding: 2px 16px;
	font-feature-settings: "palt";
	text-align: left;
}

.link{
	margin-top: 56px;
	text-align: right;
}

.link a{
	position: relative;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 700;
	padding-right: 40px;
}

@media screen and (max-width: 767px){
	.mainVisual .mv_ttl:before{
		left: -35px;
		background-size: 60% 100%;
	}
	
	.name_wrap{
		margin-top: 24px;
	}
	
	.department{
		font-size: 1.6rem;
		padding: 3px 8px;
		margin-right: 16px;
	}
	
	.message{
		text-align: left;
		align-items: flex-start;
	}
	
	.message span{
		white-space: normal;
        font-size: 2.0rem;
        padding: 2px 8px;
        font-feature-settings: "palt";
	}
	
	.link{
		text-align: left;
		margin-top: 32px;
	}
	
	.link a{
		font-size: 1.6rem;
		padding-right: 40px;
	}
	
}

/* ------------------------------------------------------------------------ */

/* インタビュー一覧

/* ------------------------------------------------------------------------ */


.interviews_list{
	margin-top: 40px;
}

.interviews_item{
	display: flex;
}

.interviews_item:not(:first-of-type){
	margin-top: 88px;
}

.interviews_item .imgBox{
	width: 67%;
    text-align: left;
}

.interviews_item:nth-child(2n) .imgBox{
	order: 2;
	text-align: right;
}

.interviews_item .txtBox{
	position: relative;
    width: 50%;
    margin-left: -28.5%;
    text-align: right;
}

.interviews_item:nth-child(2n) .txtBox{
	order: 1;
    margin-left: auto;
    margin-right: -28%;
	text-align: left;
}

.interviews_item .interview_ttl{
	display: inline-block;
	text-align: right;
}

.interviews_item:nth-child(2n) .interview_ttl{
	text-align: left;
}

.interviews_item .name_wrap{
	align-items: center;
	justify-content: flex-end;
}

.interviews_item:nth-child(2n) .name_wrap{
	justify-content: flex-start;
}

.interviews_item:nth-child(2n) .name_wrap .data span{
	color: #1ccfa4;
}

.interviews_item .message{
	text-align: right;
	align-items: flex-end;
}

.interviews_item:nth-child(2n) .message{
	text-align: left;
	align-items: flex-start;
}

.interviews_item .message span{
	white-space: nowrap;
}

.interviews_item:nth-child(2n)  .link{
	text-align: left;
}

.interviews_item .link a:hover .circle{
	background: url("/wp/wp-content/themes/bigman/recruit/common/img/icon/arrow-circle_on.svg") no-repeat center / contain;
}

@media screen and (max-width: 767px){
	.interviews_item{
		flex-direction: column;
	}
	
	.interviews_item:not(:first-of-type){
		margin-top: 40px;
	}
	
	.interviews_item .imgBox,
	.interviews_item:nth-child(2n) .imgBox{
		width: 100%;
		order: 1;
		text-align: center;
	}
	
	.interviews_item .txtBox,
	.interviews_item:nth-child(2n) .txtBox{
		width: 100%;
        order: 2;
        text-align: left;
        margin: 16px 0;
        padding: 0 16px;
	}
	
	.interviews_item .interview_ttl{
		text-align: left;
	}
	
	.interviews_item .name_wrap{
		justify-content: flex-start;
	}
	
	.name_wrap .data span{
		margin-right: 8px;
	}
	
	.interviews_item .message{
		align-items: flex-start;
		text-align: left;
	}
}

/* ------------------------------------------------------------------------ */

/* 採用　詳細ページ共通

/* ------------------------------------------------------------------------ */

/* introduction
--------------------------------------------------------------------------- */

.interviews-detail .introduction{
	background-color: #fafafa;
    margin: 32px auto 0;
}

.interviews-detail .introduction .flex{
	align-items: center;
    justify-content: space-between;
    max-width: 1600px;
	width: 100%;
	margin: 0 auto;
}

.interviews-detail .introduction .txtBox{
	background-color: #fafafa;
}

.interviews-detail .introduction .imgBox{
	position: relative;
	width: 57.5%;
    text-align: right;
}

.interviews-detail .introduction .imgBox:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(to right, #fafafa 5%, #fafafa 29%, transparent 43%);
	width: 100%;
	height: 100%;
}

.interviews-detail .introduction .txtBox{
	width: 39%;
}

.interviews-detail .introduction .name_wrap,
.interviews-detail .introduction .message{
	margin-left: 40px;
}


@media screen and (max-width: 1200px){
	/*.interviews-detail .introduction .imgBox{
		width: 53%;
	}
	
	.interviews-detail .introduction .txtBox{
		width: 45%;
	}*/
	
	.interviews-detail .interview_ttl img{
		max-width: 170px;
	}
	
	.interviews-detail .introduction .imgBox:before{
		background: linear-gradient(to right, #fafafa 1%, #fafafa 7%, transparent 33%);
	}
}

@media screen and (max-width: 940px){
	.interviews-detail .introduction .flex{
		flex-direction: column;
	}
	
	.interviews-detail .introduction .imgBox{
		width: 100%;
		text-align: center;
	}
	
	.interviews-detail .introduction .txtBox{
		width: 100%;
		margin-left: 0;
		padding: 24px 16px 16px;
	}
	
	.interviews-detail .introduction .name_wrap,
	.interviews-detail .introduction .message{
		margin-left: 0;
	}
	.interviews-detail .introduction .message span{
		font-size: 2.0rem;
	}
	
	.interviews-detail .introduction .imgBox:before{
		content: none;
	}
	
}

/* interview_contents
--------------------------------------------------------------------------- */

.interviews-detail .interview_contents{
	background: url(../img/bg_01.png) no-repeat top right, url(../img/bg_02.png) no-repeat bottom left;
	padding: 80px 0;
}

.interview_ttl{
	position: relative;
	font-family: "Montserrat", sans-serif;
    font-size: 2.6rem;
    font-weight: 800;
	text-align: left;
	z-index: 10;
}

.interview_ttl span{
	font-size: 3.7rem;
}

.interview_ttl:before{
	content: "";
    position: absolute;
    width: 13px;
    height: 52px;
    background-color: #8CC5E7;
    left: 10px;
    top: 6px;
    transform: rotate(30deg);
    z-index: -1;
}

.interviews-detail .interview_list:not(:first-of-type) {
	margin-top: 72px;
}

.interviews-detail .interview_list .flex{
	justify-content: space-between;
	margin-top: 32px;
}

.interviews-detail .interview_list .flex .imgBox{
	width: 37%;
}

.interviews-detail .interview_list .flex .imgBox figure{
	text-align: left;
}

.interviews-detail .interview_list .flex .txtBox + .imgBox figure{
	text-align: right;
}

.interviews-detail .interview_list .flex .txtBox{
	width: 61%;
}

.interviews-detail .interview_list .flex.img_left .imgBox{
	order: 1;
}

.interviews-detail .interview_list .flex.img_left .txtBox{
	order: 2;
}

.interviews-detail .interview_list .flex.img_right .imgBox{
	order: 2;
}

.interviews-detail .interview_list .flex.img_right .txtBox{
	order: 1;
}

.interviews-detail .interview_list .flex .imgBox.w48,
.interviews-detail .interview_list .flex .txtBox.w48{
	width: 48%;
}

.interviews-detail .interview_list .question{
	position: relative;
    padding-left: 40px;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: left;
    color: #1b325c;
    letter-spacing: 0.06em;
}

.interviews-detail .interview_list .question:before{
	content: "";
	position: absolute;
	background: url("../img/icon_q.svg") no-repeat center / contain;
	width: 30px;
	height: 29px;
	left: 0;
	top: 0.2em;
}

.interviews-detail .interview_list .answer{
	text-align: left;
	line-height: 2.0;
}

.interviews-detail .interview_list > .answer{
	margin-top: 32px;
}

@media screen and (max-width: 940px){
	
	.interviews-detail .interview_contents{
		padding-top: 40px;
		background: url(../img/bg_01.png) no-repeat top right / 195px 250px, url(../img/bg_02.png) no-repeat bottom left / 231px 250px;
	}
	
	.interviews-detail .interview_list .flex{
		flex-direction: column;
		margin-top: 24px;
	}
	
	.interviews-detail .interview_list .flex .txtBox,
	.interviews-detail .interview_list .flex.img_left .txtBox{
		width: 100%;
		order: 1;
	}
	
	.interviews-detail .interview_list .flex .imgBox,
	.interviews-detail .interview_list .flex.img_left .imgBox{
		width: 100%;
		margin-top: 10px;
		order: 2;
	}
	
	.interviews-detail .interview_list .flex .txtBox + .imgBox figure{
		text-align: center;
	}
	
	.interviews-detail .interview_list .question{
		font-size: 2.0rem;
		padding-left: 30px;
	}
	
	.interviews-detail .interview_list .question:before{
		width: 23px;
		height: 22px;
	}
	
	.interviews-detail .interview_list .flex .imgBox figure{
		text-align: center;
	}
	
}

/* その他インタビュー
--------------------------------------------------------------------------- */

.other_interviews{
	background-color: #fafafa;
	padding: 56px 0 64px;
}

.other_interviews .contents{
	width: calc(100% - 16px);
}

.other_interviews .other_list{
	margin-top: 40px;
}

.other_interviews .other_list  ul.flex{
	justify-content: space-between;
}

.other_interviews .other_list  ul.flex > li{
	width: 47%;
}

.other_interviews .interview_ttl img{
	max-width: 170px;
}

.other_interviews .other_list .other_contents{
	margin-top: 24px;
}

.other_interviews .other_list  figure{
	text-align: right;
	margin-left: 30px;
}

.other_interviews .other_list  ul.flex > li .other_txt{
	margin-top: -128px;
}

.other_interviews .other_list  ul.flex > li .name_wrap{
	margin-top: 0;
}

.other_interviews .other_list .message{
	margin-top: 16px;
}

.other_interviews .other_list .message span{
	font-size: 3.2rem;
	padding: 2px 8px;
}

.other_interviews .other_list .link{
	margin-top: 24px;
}

.other_interviews .other_list .link a{
	font-size: 1.6rem;
}

.other_interviews .other_list .link a .circle{
	background: url(/wp/wp-content/themes/bigman/recruit/common/img/icon/arrow-circle_on.svg) no-repeat center / contain;
	width: 31px;
	height: 31px;
}

.other_interviews .other_list .link a:hover .circle{
	background: url(/wp/wp-content/themes/bigman/recruit/common/img/icon/arrow-circle.svg) no-repeat center / contain;
}

@media screen and (max-width: 1200px){
	 .other_interviews .other_list .message span{
        font-size: 2.6rem;
	}
}

@media screen and (max-width: 767px){
	.other_interviews .other_list ul.flex{
		flex-direction: column;
	}
	
	.other_interviews .other_list ul.flex > li{
		width: 100%;
	}
	
	.other_interviews .other_list ul.flex > li:not(:first-of-type){
		margin-top: 24px;
	}
	
	.other_interviews .other_list ul.flex > li .other_txt {
		margin-top: -66px;
	}
	
	.other_interviews .other_list .message span{
		font-size: 2.0rem;
	}
}

/* エントリー
--------------------------------------------------------------------------- */

.interviews-detail .entry{
	margin-top: 0;
}

/* ------------------------------------------------------------------------ */

/* 採用　詳細ページ　ページごと

/* ------------------------------------------------------------------------ */

body.detail02 .introduction .message span{
	font-size: min(1.67vw,32px);
}

@media screen and (max-width: 1200px){
	body.detail02 .introduction .message span{
		font-size: min(2vw,24px);
	}
	
}

@media screen and (max-width: 940px){
	body.detail02 .introduction .message span{
		font-size: 2.0rem;
	}
	
}
