@charset "UTF-8";

/***************************************************

	働く環境を知る

***************************************************/

.environment{
	margin-bottom: -50px;
}

.environment ul{
	width: 880px;
	margin: 0 auto;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.environment ul li{
	width: 260px;
	margin: 0 48px 50px 0;
}

.environment ul li:nth-child(3n + 3){
	margin-right: 0;
}

.environment ul li a{
	display: block;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 3px 3px 4px 0px #b0b0b0;
}

.environment ul li a:hover{
	opacity: 0.8;
	box-shadow: 2px 2px 3px 0px #b0b0b0;
}

.environment ul li a p{
	height: 56px;
	line-height: 56px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.environment ul li a p::before{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: var(--maincolor01);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}

.environment ul li a p::after{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: #fff;
	position: absolute;
	top: 0;
	left: -100%;
	transition: all 0.2s linear;
	z-index: -1;
}

.environment ul li a:hover p::after{
	left: 0;
}

.environment ul li a p span{
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	position: relative;
	transition: all 0.2s linear;
}

.environment ul li a:hover p span{
	color: var(--maincolor01);
}

.environment ul li a p span::after{
	content: '';
	display: block;
	width: 26px;
	height: 26px;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%20style%3D%22enable-background%3Anew%200%200%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M36.2%2C20c0%2C9-7.3%2C16.2-16.2%2C16.2S3.8%2C29%2C3.8%2C20S11%2C3.8%2C20%2C3.8S36.2%2C11%2C36.2%2C20z%20M0%2C20c0%2C11%2C9%2C20%2C20%2C20%20s20-9%2C20-20S31%2C0%2C20%2C0S0%2C9%2C0%2C20z%20M23%2C10.6c-0.3-0.4-0.8-0.6-1.3-0.6c-1%2C0-1.7%2C0.8-1.7%2C1.7v4.5h-7.5c-1.4%2C0-2.5%2C1.1-2.5%2C2.5v2.5%20c0%2C1.4%2C1.1%2C2.5%2C2.5%2C2.5H20v4.5c0%2C1%2C0.8%2C1.7%2C1.7%2C1.7c0.5%2C0%2C0.9-0.2%2C1.3-0.6l7.8-8.4c0.3-0.3%2C0.4-0.7%2C0.4-1.1c0-0.4-0.2-0.8-0.4-1.1%20L23%2C10.6z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 13px;
	transform: translate(0, -50%);
	transition: all 0.2s linear;
}

.environment ul li a:hover p span::after{
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%20style%3D%22enable-background%3Anew%200%200%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23144483%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M36.2%2C20c0%2C9-7.3%2C16.2-16.2%2C16.2S3.8%2C29%2C3.8%2C20S11%2C3.8%2C20%2C3.8S36.2%2C11%2C36.2%2C20z%20M0%2C20c0%2C11%2C9%2C20%2C20%2C20%20s20-9%2C20-20S31%2C0%2C20%2C0S0%2C9%2C0%2C20z%20M23%2C10.6c-0.3-0.4-0.8-0.6-1.3-0.6c-1%2C0-1.7%2C0.8-1.7%2C1.7v4.5h-7.5c-1.4%2C0-2.5%2C1.1-2.5%2C2.5v2.5%20c0%2C1.4%2C1.1%2C2.5%2C2.5%2C2.5H20v4.5c0%2C1%2C0.8%2C1.7%2C1.7%2C1.7c0.5%2C0%2C0.9-0.2%2C1.3-0.6l7.8-8.4c0.3-0.3%2C0.4-0.7%2C0.4-1.1c0-0.4-0.2-0.8-0.4-1.1%20L23%2C10.6z%22%2F%3E%3C%2Fsvg%3E');
}


.en_conttype01{
	width: 920px;
	margin: 0 auto 90px;
	padding: 0 20px;
	box-sizing: border-box;
	position: relative;
}

.en_conttype01:last-child{
	margin-bottom: 0;
}

.en_conttype01::after {
	content: '';
    width: 130vw;
    height: 600px;
    display: block;
    background: var(--categorycolor01);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(10deg) skewX(0deg);
    z-index: -1;
}

.en_conttype01:nth-child(odd)::after {
    transform: translate(-50%, -50%) rotate(-10deg) skewX(0deg);
}

.en_conttype01 > ul{
	padding: 37px;
	border: 1px solid #ccc;
	border-radius: 12px;
	background: #fff;
	box-shadow: 3px 3px 4px 0px #b0b0b0;
}

.en_conttype01 > ul > li{
	margin: 0 0 42px 27px;
}

.en_conttype01 > ul > li:last-child{
	margin-bottom: 0;
}

.en_conttype01 ul li h3{
	font-size: 22px;
	color: var(--maincolor01);
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
	position: relative;
}

.en_conttype01 ul li h3 small{
	font-size: 0.6em;
}

.en_conttype01 ul li h3::before{
	content: '●';
	display: inline-block;
	position: absolute;
	top: 0;
	left: -1.4em;
}

.en_conttype01 ul li .data{
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.en_conttype01 ul li .data .image{
	width: 180px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 3px 3px 4px 0px #b0b0b0;
}

.en_conttype01 ul li .data .text{
	width: 597px;
	padding-left: 28px;
	box-sizing: border-box;
}

.sdgs .en_conttype01 ul li .data{
	display: block;
}

.education_carrier .en_conttype01 ul li .data{
	flex-direction: column-reverse;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.education_carrier .en_conttype01 ul li .data .image{
	width: 100%;
	margin-top: 26px !important;
}

.education_carrier .en_conttype01 ul li .data .text,
.sdgs .en_conttype01 ul li .data .text{
	width: auto;
	padding-left: 0;
}

.sdgs .en_conttype01 ul li .data .sdgs_icon{
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 14px;
}

.sdgs .en_conttype01 ul li .data .sdgs_icon li{
	width: 78px;
	margin-right: 15px;
}

.sdgs .en_conttype01 ul li .data .sdgs_icon li:last-child{
	margin-right: 0;
}

.education_carrier .en_conttype01::after {
    height: 420px;
}


.num01{
	counter-reset: num01 0;
}

.num01 li{
	padding-left: 1.6em;
	position: relative;
}

.num01 li::before{
	counter-increment: num01 1;
	content: counter(num01) '';
	display: inline-block;
	font-size: 12px;
	text-align: center;
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-radius: 50%;
	border: 1px solid #000;
	position: absolute;
    top: 6px;
    left: 0;
}



/********** 福利厚生 **********/





















/********************************************************************************
	リッキド用 CSS
********************************************************************************/

@media(max-width:1280px){

.environment{
	margin-bottom: -3.90625vw;
}

.environment ul{
	width: 68.75vw;
}

.environment ul li{
	width: 20.3125vw;
	margin: 0 3.75vw 3.90625vw 0;
}

.environment ul li a{
	border-radius: 0.9375vw;
}

.environment ul li a p{
	height: 4.375vw;
	line-height: 4.375vw;
}

.environment ul li a p span{
	font-size: 1.40625vw;
}

.environment ul li a p span::after{
	width: 2.03125vw;
	height: 2.03125vw;
	right: 1.015625vw;
}


.en_conttype01{
	width: 71.875vw;
	margin: 0 auto 7.03125vw;
	padding: 0 1.5625vw;
}

.en_conttype01::after {
    width: 130vw;
    height: 46.875vw;
}

.en_conttype01 > ul{
	padding: 2.890625vw;
	border-radius: 0.9375vw;
}

.en_conttype01 > ul > li{
	margin: 0 0 3.28125vw 2.109375vw;
}

.en_conttype01 ul li h3{
	font-size: 1.71875vw;
	margin-bottom: 1.5625vw;
}

.en_conttype01 ul li .data .image{
	width: 14.0625vw;
	border-radius: 0.625vw;
}

.en_conttype01 ul li .data .text{
	width: 46.640625vw;
	padding-left: 2.1875vw;
}

.sdgs .en_conttype01 ul li .data .sdgs_icon{
    margin-bottom: 1.09375vw;
}

.sdgs .en_conttype01 ul li .data .sdgs_icon li{
	width: 6.09375vw;
	margin-right: 1.171875vw;
}

.education_carrier .en_conttype01::after {
    height: 32.8125vw;
}

.num01 li::before{
	font-size: 0.937500vw;
	width: 1.25vw;
	height: 1.25vw;
	line-height: 1.25vw;
    top: 0.468750vw;
}


/********** 福利厚生 **********/











}



/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width:414px){

.environment{
	margin-bottom: 0px;
}

.environment ul{
	width: auto;
	margin: 0 6%;
	justify-content: space-between;
}

.environment ul li{
	width: 46%;
	margin: 0 0 6.666667vw;
}

.environment ul li a{
	border-radius: 1.6vw;
}

.environment ul li a p{
	height: 9.6vw;
	line-height: 9.6vw;
}

.environment ul li a p span{
	font-size: 2.933333vw;
}

.environment ul li a p span::after{
    width: 3.733333vw;
    height: 3.733333vw;
    right: 1.066667vw;
}


.en_conttype01{
	width: auto;
	margin: 0 auto 13.333333vw;
	padding: 0 6%;
}

.en_conttype01::after {
    height: 80vw;
    transform: translate(-50%, -50%) rotate(5deg) skewX(0deg);
}

.en_conttype01:nth-child(odd)::after {
    transform: translate(-50%, -50%) rotate(-5deg) skewX(0deg);
}

.en_conttype01 > ul{
	padding: 4.8vw;
	border-radius: 1.6vw;
}

.en_conttype01 > ul > li{
	margin: 0 0 6.4vw;
}

.en_conttype01 ul li h3{
	font-size: 4.266667vw;
	margin-bottom: 4.8vw;
	padding-left: 1.4em;
}

.en_conttype01 ul li h3::before{
	left: 0;
}

.en_conttype01 ul li .data{
	display: block;
}

.en_conttype01 ul li .data .image{
	width: 80%;
	border-radius: 1.066667vw;
	margin: 0 auto 3.733333vw !important;
}

.en_conttype01 ul li .data .text{
	width: auto;
	padding-left: 0;
	font-size: 3.466667vw;
}

.sdgs .en_conttype01 ul li .data .sdgs_icon{
    margin-bottom: 3.2vw;
}

.sdgs .en_conttype01 ul li .data .sdgs_icon li{
	width: 10.666667vw;
	margin-right: 2.666667vw;
}

.education_carrier .en_conttype01::after {
    height: 80vw;
}

.num01 li::before{
	font-size: 3.2vw;
	width: 3.733333vw;
	height: 3.733333vw;
	line-height: 3.733333vw;
    top: 1.066667vw;
}



/********** 福利厚生 **********/
















}
