@charset "UTF-8";

/*================================================
 *  RECRUIT 働く魅力 用
 ================================================*/

.article_contents {
	padding-bottom: 0;
}




/*******働く魅力*******/
section[class*="features_area"] {
	margin: 0 auto;
	max-width: 1900px;
	padding-bottom: 200px;
}
section[class*="features_area"] .title_box {
	height: 400px;
}
section[class*="features_area"] .title_box .img_bg {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 1670px;
	width: calc(100% - 230px);
	z-index: -1;
}
section[class*="features_area"]:nth-of-type(even) .title_box .img_bg {
	left: auto;
	right: 0;
}
section[class*="features_area"] .title_box .img_bg::after {
	position: absolute;
	content: '';
	bottom: -1;
	width: 0px;
	height: 0px;
	border-style: solid;
}
section[class*="features_area"]:nth-of-type(odd) .title_box .img_bg::after {
	right: -1px;
	border-width: 0 0 400px 400px;
	border-color: transparent transparent #fff transparent;
}
section[class*="features_area"]:nth-of-type(even) .title_box .img_bg::after {
	left: -1px;
	border-width: 400px 400px 0 0;
	border-color: #fff transparent transparent transparent;
}

section[class*="features_area"] [class*="img_arrow"] {
	position: absolute;
	top: -60px;
	right: 60px;
	z-index: 0;
}
section[class*="features_area"] .img_arrow02 {
	right: auto;
	left: 0;
}

@media screen and (max-width: 1200px) {
	section[class*="features_area"] [class*="img_arrow"] {
		display: none;
	}
	section[class*="features_area"] .title_box .img_bg {
		width: 100%;
	}
	section[class*="features_area"] .title_box .img_bg::after {
		content: none;
	}
}

section[class*="features_area"] .title_box h3 {
	color: #fff;
	font-size: 54px;
	font-weight: bold;
	line-height: 1.75;
	text-align: center;
	position: relative;
	z-index: 2;
}



section[class*="features_area"] .features_list {
	margin: 80px auto 0;
	max-width: 1320px;
}
section[class*="features_area"] .features_list li {
	border: 1px solid var(--color-red);
	width: 600px;
	width: calc(50% - 60px);
	margin: 60px 30px 0;
	padding: 70px 80px;
}
section[class*="features_area"] .features_list li:nth-child(even) {
	animation-delay: 0.3s;
}
section[class*="features_area"] .features_list li h5 {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.04em;
	text-align: center;
	margin: 0 -0.5em 0.5em;
}
@media screen and (max-width: 1000px) {
	section[class*="features_area"] .features_list {
		display: block;
		max-width: 660px;
	}
	section[class*="features_area"] .features_list li {
		width: 100%;
		animation-delay: 0s!important;
	}
	
}














/*******「岐阜」の企業*******/
section#company_area {
	background-color: #f2f2f2;
	padding: 150px 50px 300px;
}

section#company_area h3 {
	font-size: 42px;
	font-weight: bold;
	line-height: 1.75;
	letter-spacing: 0.04em;
	text-align: center;
	margin-bottom: 80px;
}


section#company_area .company_box .unit_img,
section#company_area .company_box .unit_txt {
	position: relative;
	z-index: 2;
}
section#company_area .company_box:nth-of-type(n+2) {
	margin-top: 100px;
}
section#company_area .company_box .unit_img {
	width: 440px;
	width: calc(50% - 110px);
}
@media screen and (min-width: 1000.1px) {
	section#company_area .company_box:nth-of-type(even) .unit_img img {
		position: relative;
		left: 100%;
		transform: translate(-100%,0);
		-webkit-transform: translate(-100%,0);
	}
}
section#company_area .company_box .unit_txt {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	padding: 10px 100px 0 0;
}
section#company_area .company_box:nth-of-type(even) .unit_txt {
	padding: 10px 0 0 100px;
}

@media screen and (max-width: 1000px) {
	section#company_area .company_box {
		display: block;
		max-width: 500px;
		padding: 0;
	}
	section#company_area .company_box .unit_img,
	section#company_area .company_box .unit_img img {
		width: 100%;
	}
	section#company_area .company_box .unit_img img {
		height: auto;
	}
	section#company_area .company_box .unit_txt {
		padding: 50px 0 0!important;
	}
}

section#company_area .company_box .img_bg {
	position: absolute;
	z-index: 0;
}
section#company_area .company_box:nth-of-type(odd) .img_bg {
	top: -195px;
	right: -710px;
}
section#company_area .company_box:nth-of-type(even) .img_bg {
	top: -260px;
	left: -780px;
}









/*================================================================================================
 *  スマートフォン向けデザイン
 ================================================================================================*/
@media screen and (max-width: 767px) {



/*******働く魅力*******/
section[class*="features_area"] {
	max-width: inherit;
	padding-bottom: 18vw;
}
section[class*="features_area"] .title_box {
	height: 53vw;
}
section[class*="features_area"] .title_box h3 {
	font-size: 7.2vw;
}



section[class*="features_area"] .features_list {
	margin-top: 12vw;
}
section[class*="features_area"] .features_list li {
	margin: 0;
	padding: 10vw;
}
section[class*="features_area"] .features_list li + li {
	margin-top: 10vw;
}
section[class*="features_area"] .features_list li h5 {
	font-size: 5.6vw;
}




/*******「岐阜」の企業*******/
section#company_area {
	padding: 13vw 0 25vw;
}

section#company_area h3 {
	font-size: 5.6vw;
	margin-bottom: 7vw;
}


section#company_area .company_box:nth-of-type(n+2) {
	margin-top: 15vw;
}
section#company_area .company_box .unit_txt {
	padding-top: 8vw!important;
}






	
}