@charset "utf-8";
/* CSS Document */
.sp,.tb{
	display: none;
}

/*-----------ファーストビュー----------*/

.fv{
	width: 100%;
	height: 350px;
	display: flex;
}

.fv .fv_left{
	width: 36%;
	height: 100%;
	background: #192c78;
	justify-content: center;
	display: flex;
	align-items: center;
}

.fv .fv_left h1{
	font-family: '游ゴシック','Yu Gothic',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN',"メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #fff;
	font-size: 40px;
	width: 80%;
}

.fv .fv_left h1 span{
	font-family: '游明朝','Yu Mincho',"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",'ヒラギノ明朝 ProN W3','Hiragino Mincho ProN',"ＭＳ Ｐ明朝", "MS PMincho", "serif";
	font-size: 18px;
	display: block;
	margin-top: 20px;
}

.fv .fv_right{
	width: 64%;
	height: 100%;
	background: url("../images/saiyo-fv-bg01.png") center center no-repeat;
	background-size: cover;
}

/*-----------コンテンツ設定----------*/
.contents .sec-wrap{
	padding: 120px 20px;
}

.contents .sec-wrap .book-icon{
	width: 74px;
	margin: 0 auto 20px;
}

.contents .sec-wrap h2{
	margin-bottom: 60px;
	text-align: center;
}

.contents .sec-wrap h2 span{
	font-family: '游ゴシック','Yu Gothic',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN',"メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	display: block;
	margin-top: 25px;
	font-size: 14px;
	line-height: 1.3;
}


/*-----------募集要項----------*/
.contents .sec01{
	background: url(../images/bg-pattern.jpg) repeat;
}

.contents .sec01 .message{
	max-width: 1200px;
	width: 100%;
	background: #fff;
	margin: 0 auto 120px;
	padding: 60px 20px;
	text-align: center;
}

.contents .sec01 .message h2{
	font-size: 32px;
	line-height: 1.3;
	margin-bottom: 50px;
}

.contents .sec01 .message p{
	font-family: '游ゴシック','Yu Gothic',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN',"メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 14px;
	line-height: 2.7;
}

.contents .sec01 article{
	font-family: '游ゴシック','Yu Gothic',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN',"メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	max-width: 1000px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #fff;
	border: 1px solid #dcdcdc;
	margin: 0 auto 20px;
	position: relative;
	transition: 0.3s;
}

.contents .sec01 article .art_left{
	width: 25%;
}

.contents .sec01 article .art_left .thumb{
	line-height: 0;
}

.contents .sec01 article .art_left .thumb img{
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}


.contents .sec01 article .art_right{
	width: 75%;
	padding: 20px;
	position: relative;
}

.contents .sec01 article .art_right a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.contents .sec01 article .art_right .title{
	max-width: 320px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	padding: 10px 20px;
	background: #192c78;
	margin-bottom: 25px;
}

.contents .sec01 article .art_right .flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}

.contents .sec01 article .art_right .flex .exc{
	font-size: 14px;
	line-height: 1.5;
	width: 60%;
	text-align: justify;
}

.contents .sec01 article .art_right .flex .btn{
	width: 30%;
	font-size: 14px;
	line-height: 36px;
	position: relative;
	border: 1px solid #000;
	background: #fff;
	text-align: center;
	color: #000;
	transition: 0.3s;
}

.contents .sec01 article .art_right .flex .btn .arrow{
	width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 20px;
    position: absolute;
    right: 0;
	top: 14px;
	transition: 0.3s;
}

.contents .sec01 article .art_right:hover .btn{
	background: #000;
	color: #fff;
}

.contents .sec01 article .art_right:hover .btn .arrow{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}


/*-----------社員インタビュー----------*/
.cp_qa{
	max-width: 1200px;
	margin: 0 auto;
	font-family: '游ゴシック','Yu Gothic',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN',"メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
    position: relative;
	width: 100%;
	margin-bottom: 60px;
}

.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}


/* 質問 */
.cp_qa .cp_actab label {
}

.cp_qa .cp_actab label .flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 300px;
}

.cp_qa .cp_actab:nth-of-type(2n+2) label .flex {
	flex-direction: row-reverse;
}


.cp_qa .cp_actab label .flex .qa_left{
	width: 37.5%;
	background: url("../images/saiyo-fv-bg02.png") right top no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cp_qa .cp_actab label .flex .qa_left h3{
	color: #fff;
	font-size: 32px;
}

.cp_qa .cp_actab label .flex .qa_left h3 span{
	display: block;
	font-size: 24px;
	margin-bottom: 10px;
}

.cp_qa .cp_actab label .flex .qa_right{
	width: 62.5%;
	background: url("../images/saiyo-fv-bg05.png") center center no-repeat;
	background-size: cover;
}

.cp_qa .cp_actab:nth-of-type(1) label .flex .qa_right{
	background: url("../images/saiyo-fv-bg03.png") center center no-repeat;
	background-size: cover;
}
.cp_qa .cp_actab:nth-of-type(2) label .flex .qa_right{
	background: url("../images/saiyo-fv-bg05.png") center center no-repeat;
	background-size: cover;
}

.cp_qa .cp_actab:nth-of-type(3) label .flex .qa_right{
	background: url("../images/saiyo-fv-bg07.png") center center no-repeat;
	background-size: cover;
}

/* .cp_qa .cp_actab:nth-of-type(4) label .flex .qa_right{
	background: url("../images/saiyo-fv-bg06.png") center center no-repeat;
	background-size: cover;
}

.cp_qa .cp_actab:nth-of-type(5) label .flex .qa_right{
	background: url("../images/saiyo-fv-bg07.png") center center no-repeat;
	background-size: cover;
} */


.cp_qa .cp_actab label .tab {
	width: 100%;
	height: 60px;
	background: #eee;
	text-align: center;
}

.cp_qa .cp_actab label .tab p{
	width: 300px;
	font-weight: bold;
	color: #192c78;
	line-height: 60px;
	position: relative;
	cursor: pointer;
	margin: 0 auto;
}

/* --質問の＋アイコン */
.cp_qa .cp_actab label .tab p::after {
    position: absolute;
    top: 14px;
    right: 0;
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url("../images/ico-int01.png") no-repeat;
	background-size: cover;
	-webkit-transition: 0.3s;
	        transition: 0.3s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 50px;
	-webkit-transition: max-height 0.3s;
	        transition: max-height 0.3s;
	background: #eee;
}

.cp_qa .cp_actab .cp_actab-content dl {
	display: flex;
	justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #192c78;
}

.cp_qa .cp_actab .cp_actab-content dl:first-of-type {
	padding-top: 50px;
}

.cp_qa .cp_actab .cp_actab-content dl:last-of-type {
	border-bottom: none;
	padding-bottom: 50px;
}

.cp_qa .cp_actab .cp_actab-content dl dt{
	max-width: 150px;
	width: 15%;
}

.cp_qa .cp_actab .cp_actab-content dl dd{
	width: 80%;
	font-size: 14px;
	line-height: 2;
	text-align: justify;
}


/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 2000px;
}


/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label .tab p::after {
	background: url("../images/ico-int02.png") no-repeat;
	background-size: cover;
}




@media screen and (max-width:768px){
	.tb{
		display: block;
	}
	
	/*-----------ファーストビュー----------*/

	.fv{
		height: 200px;
	}
	
	.fv .fv_left h1 {
		font-size: 32px;
	}
	
	.fv .fv_left h1 span {
	    font-size: 16px;
		line-height: 1.5;
	}
	
	.contents .sec-wrap {
		padding: 60px 20px;
	}
	
	.contents .sec01 .message {
		margin: 0 auto 80px;
		padding: 50px 20px;
	}
	
	.contents .sec01 .message h2 {
		font-size: 32px;
		margin-bottom: 30px;
	}
	
	.contents .sec01 article .art_left {
		padding-left: 20px;
	}
	
	.contents .sec01 article .art_right .title {
		margin-bottom: 10px;
	}
	
	.cp_qa .cp_actab label .flex {
		height: 200px;
	}
	
	.cp_qa .cp_actab label .tab {
		height: 50px;
	}
	
	.cp_qa .cp_actab label .tab p {
		line-height: 50px;
	}
	
	.cp_qa .cp_actab label .tab p::after {
    	width: 20px;
		height: 20px;
	}
	
	.cp_qa .cp_actab .cp_actab-content {
		padding: 0 20px;
	}
	
	.cp_qa .cp_actab .cp_actab-content dl:first-of-type {
		padding-top: 30px;
	}
	
	.cp_qa .cp_actab .cp_actab-content dl:last-of-type {
		padding-bottom: 30px;
	}
	
	.cp_qa .cp_actab label .flex .qa_left h3 {
		font-size: 28px;
	}
	
	.cp_qa .cp_actab label .flex .qa_left h3 span {
		font-size: 18px;
	}
	
	.cp_qa .cp_actab .cp_actab-content dl dt {
		width: 20%;
	}
	
	.cp_qa .cp_actab .cp_actab-content dl dd {
		width: 76%;
	}
	
}

@media screen and (max-width:420px){
	.pc,.tb{
		display: none;
	}
	.sp{
		display: block;
	}
	
	/*-----------ファーストビュー----------*/

	.fv {
		height: 300px;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	
	.fv .fv_left h1 {
		width: 90%;
		font-size: 28px;
	}
	
	.fv .fv_left h1 span {
		font-size: 14px;
		margin-top: 10px;
	}
	
	.fv .fv_left{
		width: 100%;
		height: 40%;
	}
	
	.fv .fv_right {
		width: 100%;
		height: 60%;
	}
	
	.contents .sec-wrap {
		padding: 40px 20px;
	}
	
	.contents .sec-wrap h2 {
		margin-bottom: 30px;
	}
	
	.contents .sec01 .message {
		margin: 0 auto 60px;
		padding: 40px 20px;
	}
	
	.contents .sec01 .message h2 {
		font-size: 20px;
		text-align: justify;
	}
	
	.contents .sec01 .message p {
		line-height: 2;
		text-align: justify;
	}
	
	.contents .sec01 article .art_left {
		padding-left: 0;
		width: 100%;
	}
	
	.contents .sec01 article .art_right {
		width: 100%;
		padding: 15px 15px 20px;
	}
	
	.contents .sec01 article .art_right .title {
		margin-bottom: 15px;
		padding: 10px;
		font-size: 16px;
		line-height: 1.5;
	}
	
	.contents .sec01 article .art_right .flex .exc {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.contents .sec01 article .art_right .flex .btn {
		width: 100%;
	}
	
	.cp_qa .cp_actab {
		margin-bottom: 40px;
	}
	
	.cp_qa .cp_actab label .flex {
		height: auto;
		flex-direction: column-reverse;
	}
	
	.cp_qa .cp_actab:nth-of-type(2n+2) label .flex {
		flex-direction: column-reverse;
	}
	
	.cp_qa .cp_actab label .flex .qa_right {
    	height: 120px;
		width: 100%;
	}
	
	.cp_qa .cp_actab label .flex .qa_left {
		width: 100%;
		height: 70px;
		background: url(../images/sp-saiyo-fv-bg02.png) right top no-repeat;
    	background-size: cover;
	}
	
	.cp_qa .cp_actab label .flex .qa_left h3 {
		font-size: 18px;
	}
	
	.cp_qa .cp_actab label .flex .qa_left h3 span {
		font-size: 12px;
	}
	
	.cp_qa .cp_actab label .tab {
    height: 40px;
}
	
	.cp_qa .cp_actab label .tab p {
		line-height: 40px;
		font-size: 14px;
		width: 100%;
		text-indent: -2em;
	}
	
	.cp_qa .cp_actab label .tab p::after {
		top: 10px;
		right: 40px;
	}
	
	.cp_qa .cp_actab .cp_actab-content dl {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.cp_qa .cp_actab .cp_actab-content dl:first-of-type {
		padding-top: 20px;
	}
	
	.cp_qa .cp_actab .cp_actab-content dl dt {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.cp_qa .cp_actab .cp_actab-content dl dd {
		width: 100%;
	}
}
@media screen and (max-width:320px){
	
}