@charset "UTF-8";

.cmnhead_img {
	background-image: url(../img/environment/img-head.jpg);
}

.menu {
	margin-top: -110px;
	padding: 210px 0 100px;
	text-align: center;
}

.menu > .inner {
	max-width: 1040px;
}

.menu_ttl {
	font-weight: bold;
	font-size: 28px;
}

.menu_lead {
	margin-top: 20px;
}

.menu_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}

.menu_item {
	display: inline-block;
	position: relative;
	width: 22%;
	margin-top: 4%;
	padding: 0 20px 50px;
	border: 3px solid #d6d6d6;
	border-radius: 10px;
	box-shadow: 0 2px 0 #d6d6d6;
}

.menu_item:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 18px;
	height: 11px;
	margin-left: -9px;
	background-image: url(../img/environment/img-arrow@2x.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.menu_item_img {
	position: relative;
}

.menu_item_img:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.menu_item_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.menu_item_cap {
	line-height: 1;
}

.menu_item_cap em {
	display: block;
	font-weight: bold;
	font-size: 20px;
}

.menu_item_cap small {
	display: block;
	margin-top: 15px;
	font-weight: bold;
	font-size: 13px;
}

.env {
	margin-top: -110px;
	padding: 190px 0 80px;
}

.env.-gray {
	padding: 110px 0 0;
}

.env_bg {
	padding: 80px 0;
	background: #ededed;
}

.env_hd {
	text-align: center;
}

.env_hd_icon {
}

.env_hd_ttl {
	margin-top: 20px;
	line-height: 1;
}

.env_hd_ttl em {
	display: block;
	font-weight: bold;
	font-size: 20px;
}

.env_hd_ttl small {
	display: block;
	margin-top: 15px;
	font-weight: bold;
	font-size: 13px;
}

.env_hd_lead {
	margin-top: 20px;
}

.env_list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}

.env_list > li {
	width: 32%;
	margin-left: 2%;
	padding: 15px 0;
	border-bottom: 1px solid #c4c4c4;
}

.env_good {
	margin-top: 30px;
	text-align: center;
}

.env_good_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1200px;
}

.env_good_box figure {
	width: 23%;
}

.env_good_box figure img {
	width: 100%;
}

.env_good_txt {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	max-width: 810px;
	margin: 50px auto 30px;
}
.env_good_txt figure{
	flex: none;
}

.env_good_img {
}

.env_good_img figcaption {
}

.eva_hap_ttl {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}
.eva_hap_txt a {
    color: #F96A5D;
    text-decoration: underline;
}
a.-gaibu::after {
    content: "";
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    background-image: url(/recruit/img/environment/icn-gaibu.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
    vertical-align: middle;
}
.bnr_jsa{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 15px 10px;
	margin: 50px auto;
	flex-wrap: wrap;
}
.bnr_jsa figure{
	width: 49%;
}
.bnr_jsa figure img{
	width: 100%;
	height: auto;
}
@media screen and (max-width:1350px) {
	.env {
		margin-top: -90px;
		padding: 170px 0 80px;
	}

	.env.-gray {
		padding-top: 90px;
	}
}

@media screen and (min-width:641px) {
	.menu_item:nth-child(-n+4) {
		margin-top: 0;
	}

	.menu_item:nth-child(4n+1) {
		margin-left: 0;
	}

	.env_list > li:nth-child(-n+3) {
		margin-top: 0;
		border-top: 1px solid #c4c4c4;
	}

	.env_list > li:nth-child(3n+1) {
		margin-left: 0;
	}
}

@media screen and (max-width:640px) {
	.env_good_box figure {
		width: 49%;
	}

	.cmnhead_img {
	}

	.menu {
		margin-top: -70px;
		padding: 110px 0 40px;
	}

	.menu > .inner {
	}

	.menu_ttl {
		font-size: 20px;
	}

	.menu_lead {
		text-align: left;
	}

	.menu_list {
	}

	.menu_item {
		width: 48%;
		padding: 0 15px 50px;
	}

	.menu_item:nth-child(-n+2) {
		margin-top: 0;
	}

	.menu_item:nth-child(2n+1) {
		margin-left: 0;
	}

	.menu_item:after {
	}

	.menu_item_img {
	}

	.menu_item_img:before {
	}

	.menu_item_img img {
		transform: translate(-50%, -50%) scale(0.5);
	}

	.menu_item_cap {
	}

	.menu_item_cap em {
		font-size: 16px;
	}

	.menu_item_cap small {
		margin-top: 10px;
		font-size: 12px;
	}

	.env {
		margin-top: -70px;
		padding: 110px 0 40px;
	}

	.env.-gray {
		padding-top: 70px;
	}

	.env_bg {
		padding: 40px 0;
	}

	.env_hd {
	}

	.env_hd_icon {
	}

	.env_hd_ttl {
	}

	.env_hd_ttl em {
	}

	.env_hd_ttl small {
	}

	.env_hd_lead {
		text-align: left;
	}

	.env_list {
		display: block;
		margin-top: 20px;
	}

	.env_list > li {
		position: relative;
		width: 100%;
		margin-left: 0;
		padding: 0 0 0 17px;
		border: none;
	}

	.env_list > li:before {
		content: "";
		display: block;
		position: absolute;
		top: 0.8em;
		left: 5px;
		width: 6px;
		height: 6px;
		background: #333333;
	}

	.env_list > li:nth-child(-n+3) {
	}

	.env_list > li:nth-child(3n+1) {
	}

	.env_good {
	}

	.env_good_img {
	}

	.env_good_img figcaption {
	}
	.env_good_txt {
        flex-direction: column;
    }
	.eva_hap_ttl{
		font-size: 17px;
	}
	.bnr_jsa{
		flex-direction: column;
		gap: 10px;
		align-items: center;
	}
	.bnr_jsa figure{
	width: 100%;
}
}
