@charset "utf-8";
/*********************************************************************
 *
 *  For 採用情報
 *
*********************************************************************/

/* ---------------------------------------------------- */
/* areaContents */
/* ---------------------------------------------------- */
#areaContents {
	padding-bottom: 0;
}

/* ---------------------------------------------------- */
/* sec_search_wrap */
/* ---------------------------------------------------- */
.sec_search_wrap {
	padding-top: 110px;
	padding-bottom: 90px;
}

.sec_search_wrap .sec_ttl {
	margin-bottom: 35px;
}

.sec_search_wrap .list_1>ul {
	display: flex;
}

.sec_search_wrap .list_1>ul>li {
	width: 50%;
}

.sec_search_wrap .list_1 a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.sec_search_wrap .list_1>ul>li:nth-child(1)>a {
	background-color: #000;
}

.sec_search_wrap .list_1>ul>li:nth-child(2)>a {
	background-color: #6E6E6E;
}

.sec_search_wrap .list_1 a::after {
	content: "MORE";
	position: absolute;
	left: 50%;
	bottom: 25px;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 30px;
	font-family: 'Oswald', 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #FFF;
	transition: 0.3s ease-in-out;
}

.sec_search_wrap .list_1 a:hover::after {
	color: #000;
	background-color: #FFF;
}

@media (max-width: 767px) {
	.sec_search_wrap {
		padding-top: 80px;
		padding-bottom: 50px;
	}
	
	.sec_search_wrap .list_1>ul {
		display: block;
	}
	
	.sec_search_wrap .list_1>ul>li {
		width: auto;
	}
	
	.sec_search_wrap .list_1 a {
		padding-bottom: 40px;
		height: 130px;
		font-size: 2.0rem;
	}
	
	.sec_search_wrap .list_1 a::after {
		left: 50%;
		bottom: 15px;
	}
	
}

/* ---------------------------------------------------- */
/* sec_introduction_wrap */
/* ---------------------------------------------------- */
.sec_introduction_wrap {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #F1F1F1;
}

.sec_introduction_wrap .sec_ttl {
	margin-bottom: 80px;
}

.sec_introduction_wrap .list_1>ul>li+li {
	margin-top: 60px;
}

.sec_introduction_wrap .list_1 a {
	position: relative;
	display: block;
	background-color: #FFF;
}

.sec_introduction_wrap .list_1 .clm_wrap:nth-of-type(1) {
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 570px;
	height: 100%;
}

.sec_introduction_wrap .list_1>ul>li:nth-child(odd) .clm_wrap:nth-of-type(1) {
	left: 0;
}

.sec_introduction_wrap .list_1>ul>li:nth-child(even) .clm_wrap:nth-of-type(1) {
	right: 0;
}

.sec_introduction_wrap .list_1 .txt_wrap::after {
	content: "MORE";
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px auto 0;
	width: 120px;
	height: 30px;
	font-family: 'Oswald', 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #000;
	transition: 0.3s ease-in-out;
}

.sec_introduction_wrap .list_1 a:hover .txt_wrap::after  {
	color: #FFF;
	background-color: #000;
}

.sec_introduction_wrap .list_1 .ttl {
	margin-bottom: 25px;
}

.sec_introduction_wrap .list_1 .ttl::after {
    content: "";
    display: block;
    margin: 25px auto 0;
    width: 60px;
    height: 1px;
    background-color: #000;
}

.sec_introduction_wrap .list_1 .ttl img {
	margin: 0 auto;
	width: auto;
	height: 84px;	
}

.sec_introduction_wrap .list_1 .copy {
	font-size: 2.0rem;
	text-align: center;
	
}

@media (max-width: 767px) {
	.sec_introduction_wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.sec_introduction_wrap .sec_ttl {
		margin-bottom: 40px;
	}
	
	.sec_introduction_wrap .list_1>ul>li+li {
		margin-top: 30px;
	}
	
	.sec_introduction_wrap .list_1 a {
		display: flex;
		align-items: center;
	}
	
	.sec_introduction_wrap .list_1 .clm_wrap:nth-of-type(1) {
		position: static;
		display: flex;
		justify-content: center;
		align-items: center;
		flex: auto;
		width: auto;
	}
	
	.sec_introduction_wrap .list_1>ul>li:nth-child(odd) .clm_wrap:nth-of-type(1) {
		order: 1;
	}
	
	.sec_introduction_wrap .list_1>ul>li:nth-child(even) .clm_wrap:nth-of-type(1) {
		order: 2;
	}

	.sec_introduction_wrap .list_1 .clm_wrap:nth-of-type(2) {
		flex: none;
		width: 150px;
	}

	.sec_introduction_wrap .list_1>ul>li:nth-child(odd) .clm_wrap:nth-of-type(2) {
		order: 2;
	}
	
	.sec_introduction_wrap .list_1>ul>li:nth-child(even) .clm_wrap:nth-of-type(2) {
		order: 1;
	}
	
	.sec_introduction_wrap .list_1 .txt_wrap::after {
		margin: 20px auto 0;
		width: 50px;
		height: 30px;
		line-height: 1;
		border-width: 0 0 2px;
	}
	
	.sec_introduction_wrap .list_1 .ttl {
		margin-bottom: 10px;
	}
	
	.sec_introduction_wrap .list_1 .ttl::after {
		display: none;
	}
	
	.sec_introduction_wrap .list_1 .ttl img {
		height: 66px;	
	}
	
	.sec_introduction_wrap .list_1 .copy {
		font-size: 1.3rem;
	}
}