@charset "UTF-8";
.env-index main {
	padding: 100px 0;
}
.env-index .intro-txt {
	padding: 0 0 80px;
}
.env-index .intro-txt p {
	font-size: min(5vw, 20px);
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.09em;
}

@media screen and (max-width: 767px) {
	.env-index main {
		padding: 70px 0;
	}
	.env-index .intro-txt {
		padding: 0 0 50px;
	}
	.env-index .intro-txt p {
		font-size: min(3.8vw, 18px);
		text-align: center;
		font-weight: bold;
		letter-spacing: 0.09em;
	}
}

.env-menu {
	position: relative;
}
.env-menu li {
	position: relative;
	margin-bottom: 30px;
	height: 160px;
	background: #F0EEEB;
	transition: all .5s;
}
.env-menu li:hover {
	background: #E4E1DD;
}
.env-menu li:after {
	width: 224px;
	height: 160px;
	right: 0;
	bottom: 0;
}
.env-menu li:nth-child(1):after {
	background-image: url("../img/style_img/style-workplace-icon.svg");
}
.env-menu li:nth-child(2):after {
	background-image: url("../img/style_img/style-training-icon.svg");
}
.env-menu li:nth-child(3):after {
	background-image: url("../img/style_img/style-welfare-icon.svg");
}
.env-menu li p {
	position: relative;
	top: 50%;
	padding-left: 100px;
	transform: translateY(-50%);
	font-size: 32px;
	font-weight: 600;
	z-index: 2;
}
.env-menu li p span {
	position: relative;
	color: #FD6B04;
	font-size: 64px;
	left: -30px;
	top: 5px;
}
@media screen and (max-width: 767px) {
	.env-menu {
		position: relative;
	}
	.env-menu li {
		position: relative;
		margin-bottom: 10px;
		height: 96px;
		background: #F0EEEB;
		transition: all .5s;
	}
	.env-menu li:hover {
		background: #E4E1DD;
	}
	.env-menu li:after {
		width: calc(224px * .6);
		height: calc(160px * .6);
		right: 0;
		bottom: 0;
	}
	.env-menu li p {
		position: relative;
		top: 50%;
		padding-left: 25px;
		transform: translateY(-50%);
		font-size: min(5.4vw,20px);
		font-weight: 600;
		z-index: 2;
	}
	.env-menu li p span {
		position: relative;
		color: #FD6B04;
		font-size: 30px;
		left: -5px;
		top: 5px;
	}
}


.env main {
	padding: 100px 0;
}
.env .intro-txt {
	padding: 0 0 80px;
}
.env .intro-txt p {
	font-size: min(5vw, 20px);
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.09em;
}
.env .intro-txt p span {
	padding: 10px 0 0 30px;
	position: relative;
	color: var(--main-subcolor);
	display: inline-block;
}
.env .intro-txt p span:before {
	width: 20px;
	height: 20px;
	background-image: url("../img/style_img/zoom.svg");
	left: 0;
	top: 19px;
}
@media screen and (max-width: 767px) {
	.env main {
		padding: 70px 0;
	}
	.env .intro-txt {
		padding: 0 0 50px;
	}
	.env .intro-txt p {
		font-size: min(3.8vw, 18px);
		text-align: center;
		font-weight: bold;
		letter-spacing: 0.09em;
	}
	.env .intro-txt p span {
		font-size: 14px;
		padding: 10px 0 0 25px;
		position: relative;
		color: var(--main-subcolor);
		display: inline-block;
	}
	.env .intro-txt p span:before {
		width: 16px;
		height: 16px;
		background-image: url("../img/style_img/zoom.svg");
		left: 0;
		top: 14px;
	}
}
.env .ttl-box {
	position: relative;
	margin-bottom: 80px;
	height: 160px;
	background: #F0EEEB;
	transition: all .5s;
}
.env .ttl-box:after {
	width: 224px;
	height: 160px;
	right: 0;
	bottom: 0;
}
.workplace .ttl-box:after {
	background-image: url("../img/style_img/style-workplace-icon.svg");
}
.training .ttl-box:after {
	background-image: url("../img/style_img/style-training-icon.svg");
}
.welfare .ttl-box:after {
	background-image: url("../img/style_img/style-welfare-icon.svg");
}
.env .ttl-box p {
	position: relative;
	top: 50%;
	padding-left: 100px;
	transform: translateY(-50%);
	font-size: 32px;
	font-weight: 600;
	z-index: 2;
}
.env .ttl-box p span {
	position: relative;
	color: #FD6B04;
	font-size: 64px;
	left: -30px;
	top: 5px;
}

@media screen and (max-width: 767px) {
	.env .ttl-box {
		position: relative;
		margin-bottom: 50px;
		height: 96px;
		background: #F0EEEB;
		transition: all .5s;
	}
	.env .ttl-box:after {
		width: calc(224px * .6);
		height: calc(160px * .6);
		right: 0;
		bottom: 0;
	}
	.env .ttl-box p {
		position: relative;
		top: 50%;
		padding-left: 25px;
		transform: translateY(-50%);
		font-size: min(5.4vw,20px);
		font-weight: 600;
		z-index: 2;
	}
	.env .ttl-box p span {
		position: relative;
		color: #FD6B04;
		font-size: 30px;
		left: -5px;
		top: 5px;
	}
}


.office-map {
	position: relative;
}
.office-btns {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.office-btns li {
	width: 12%;
	position: absolute;
	transition: all .5s;
}
.office-btns li:hover {
	transform: scale(1.05);}
.office-btns li a {
	cursor: pointer;
}
.office-kyobashi {
	left: 21.4%;
	top: 38%;
}
.office-chiba {
	left: 37%;
	top: 31%;
}
.office-kawagoe {
	left: 9%;
	top: 30%;
}
.office-saitama {
	left: 19%;
	top: 15%;
}
.office-ematsuyama {
	left: 16%;
	top: 6%;
}
.office-okayama {
	left: 3%;
	top: 87%;
}
.office-seishin {
	left: 20%;
	top: 70%;
}
.office-moriyama {
	left: 35%;
	top: 83%;
}
.office-fuji {
	left: 62%;
	top: 63%;
}

.office-info {
	padding: 50px;
	position: relative;
	box-sizing: border-box;
}
.pr-comment {
	padding: 50px;
	position: relative;
	box-sizing: border-box;
	background: #F0EEEB;
}
.office-info > .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.office-info > .box .txt {
	width: 48%;
}
.office-info > .box .txt .ttl {
	font-size: 32px;
	font-weight: 600;
	padding-bottom: 10px;
}
.office-info > .box .txt .address {
	font-weight: 600;
	font-size: 14px;
	line-height: 1.8em;
}
.office-info > .box .txt p:not([class]) {
	padding: 10px 0 0;
}
.office-info > .box .image {
	width: 48%;
}
.pr-comment > .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pr-comment > .box .image {
	width: 140px;
}
.pr-comment > .box .txt {
	width: calc(100% - 180px);
}
.pr-comment > .box .txt .ttl {
	font-weight: 600;
	color: #FFF;
	display: inline-block;
	background: var(--main-color);
	padding: 0 10px;
}
.pr-comment > .box .txt p:not([class]) {
	padding: 10px 0 0;
	display: block;
}


@media screen and (max-width: 767px) {
	.office-info {
		padding: 30px;
		position: relative;
		box-sizing: border-box;
	}
	.pr-comment {
		padding: 30px;
		position: relative;
		box-sizing: border-box;
		background: #F0EEEB;
	}
	.office-info > .box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.office-info > .box .txt {
		width: 100%;
	}
	.office-info > .box .txt .ttl {
		font-size: 22px;
		font-weight: 600;
		padding-bottom: 10px;
	}
	.office-info > .box .txt .address {
		font-weight: 600;
		font-size: 13px;
		line-height: 1.8em;
	}
	.office-info > .box .txt p:not([class]) {
		padding: 10px 0 20px;
	}
	.office-info > .box .image {
		width: 100%;
	}
	.pr-comment > .box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.pr-comment > .box .image {
		width: 120px;
		margin: 0 auto 20px;
	}
	.pr-comment > .box .txt {
		width: calc(100%);
	}
	.pr-comment > .box .txt .ttl {
		font-weight: 600;
		color: #FFF;
		display: inline-block;
		background: var(--main-color);
		padding: 0 10px;
	}
	.pr-comment > .box .txt p:not([class]) {
		padding: 10px 0 0;
		display: block;
	}
}

.training h3,
.welfare h3 {
	font-size: 24px;
}
.env .block01 {
	padding-bottom: 100px;
}
.env .block01 > .ttl,
.env .block02 > .ttl {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 20px;
}
.env .block01 > .ttl + p,
.env .block02 > .ttl + p {
	margin-bottom: 50px;
}
.training .figure01 {
	padding: 0 0 50px;
}
.pickup {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pickup li {
	width: 48%;
	margin: 0 0 40px;
}
.pickup li .bar-ttl {
	display: inline-block;
	white-space: nowrap;
	color: #FFF;
	font-size: 14px;
	background: var(--main-color);
	padding: 0 15px;
	line-height: 1.8em;
	font-weight: 600;
	letter-spacing: 0.09em;
}
.pickup li .ttl {
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 10px;
}
.pickup-box {
	background: #F0EEEB;
	box-sizing: border-box;
	padding: 60px;
}
.pickup-box > p:nth-of-type(1) {
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.09em;
	font-size: 16px;
	color: var(--main-subcolor);
	padding-bottom: 20px;
}
.pickup-box > p:nth-of-type(2) {
	text-align: center;
	font-weight: 600;
	font-size: 24px;
	padding-bottom: 20px;
}
.pickup-box > p:nth-of-type(3) {
	padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.training h3,
	.welfare h3 {
		font-size: 20px;
	}
	.env .block01 {
		padding-bottom: 60px;
	}
	.env .block01 > .ttl,
	.env .block02 > .ttl {
		font-size: 20px;
		font-weight: 600;
		text-align: center;
		padding-bottom: 20px;
	}
	.env .block01 > .ttl + p,
	.env .block02 > .ttl + p {
		margin-bottom: 50px;
	}
	.training .figure01 {
		padding: 0 0 50px;
	}
	.pickup {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.pickup li {
		width: 100%;
		margin: 0 0 40px;
	}
	.pickup li .bar-ttl {
		display: inline-block;
		white-space: nowrap;
		color: #FFF;
		font-size: 14px;
		background: var(--main-color);
		padding: 0 15px;
		line-height: 1.8em;
		font-weight: 600;
		letter-spacing: 0.09em;
	}
	.pickup li .ttl {
		font-size: 20px;
		font-weight: 600;
		padding-bottom: 10px;
	}
	.pickup-box {
		background: #F0EEEB;
		box-sizing: border-box;
		padding: 30px;
	}
	.pickup-box > p:nth-of-type(1) {
		text-align: center;
		font-weight: 600;
		letter-spacing: 0.09em;
		font-size: 16px;
		color: var(--main-subcolor);
		padding-bottom: 20px;
	}
	.pickup-box > p:nth-of-type(2) {
		text-align: center;
		font-weight: 600;
		font-size: 24px;
		padding-bottom: 20px;
	}
	.pickup-box > p:nth-of-type(3) {
		padding-bottom: 30px;
	}
}
.project-btn {
	position: relative;
	margin: 0 auto;
}
.project-btn {
	position: relative;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: var(--main-color);
}
.project-btn .txt {
	width: 55%;
	position: relative;
}
.project-btn .txt .txt-placer {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	padding: 20px 10%;
}
.project-btn .txt .txt-placer p:nth-of-type(1) {
	color: var(--main-orange);
	font-size: 20px;
	font-weight: 600;
}
.project-btn .txt .txt-placer p:nth-of-type(2) {
	color: #FFF;
	font-size: min(2.4vw, 32px);
	line-height: 1.6em;
	font-weight: 600;
}
.project-btn .bg {
	width: 45%;
}
.project-btn .bg img {
	object-fit: cover;
	min-height: 200px;
}
@media screen and (max-width: 767px) {
	.project-btn {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 30px;
		background: var(--main-color);
	}
	.project-btn .txt {
		width: 100%;
		position: relative;
		order: 2;
	}
	.project-btn .txt .txt-placer {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		z-index: 2;
		padding: 14px 5% 20px;
	}
	.project-btn .txt .txt-placer p:nth-of-type(1) {
		color: var(--main-orange);
		font-size: 16px;
		font-weight: 600;
	}
	.project-btn .txt .txt-placer p:nth-of-type(2) {
		color: #FFF;
		font-size: min(3.8vw, 22px);
		line-height: 1.6em;
		font-weight: 600;
	}
	.project-btn .bg {
		width: 100%;
		order: 1;
	}
	.project-btn .bg img {
		object-fit: cover;
		min-height: 160px;
	}
}
.welfare-list {
	margin-bottom: 20px;
}
.welfare-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 103%;
	position: relative;
	left: -1.5%;
}
.welfare-list ul li {
	width: 47%;
	margin: 0 1.5% 40px;
}
.welfare-list ul li .txt .ttl {
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 10px;
}
.welfare-voice {
	width: 100%;
	padding: 40px;
	box-sizing: border-box;
	background: #F0EEEB;
	margin-bottom: 50px;
}
.welfare-voice ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.welfare-voice ul li {
	width: 48%;
}
.welfare-voice ul li p {
	padding-left: 80px;
	color: var(--main-subcolor);
	position: relative;
}
.welfare-voice ul li p:before {
	width: 64px;
	height: 64px;
	left: 0;
	top: 0;
}
.welfare-voice ul li.voice01 p:before {
	background-image: url("../img/style_img/welfare-voice01.png");
}
.welfare-voice ul li.voice02 p:before {
	background-image: url("../img/style_img/welfare-voice02.png");
}
.welfare-voice ul li.voice03 p:before {
	background-image: url("../img/style_img/welfare-voice03.png");
}
.welfare-voice ul li.voice04 p:before {
	background-image: url("../img/style_img/welfare-voice04.png");
}
.certificate-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 102%;
	position: relative;
	left: -1%;
	margin: 20px 0 0;
}
.certificate-list li {
	width: 18%;
	margin: 0 1% 20px;
}
.certificate-list li p:nth-of-type(1) {
	text-align: center;
	font-size: min(13px);
	font-weight: 600;
	padding: 20px 0 0;
	line-height: 1.6em;
	min-height: 50px;
}
.certificate-list li:nth-child(3) p:nth-of-type(1) {
	padding: 35px 0 0;
	margin-bottom: -15px;
}
.certificate-list li p:nth-of-type(2) {
	font-size: min(13px);
	padding: 0 0;
	line-height: 1.6em;
} 

@media screen and (max-width: 767px) {
	.welfare-list {
		margin-bottom: 20px;
	}
	.welfare-list ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 100%;
		position: relative;
		left: 0%;
	}
	.welfare-list ul li {
		width: 100%;
		margin: 0 0 0;
	}
	.welfare-list ul li .txt .ttl {
		font-size: 20px;
		font-weight: 600;
		padding-bottom: 0px;
	}
	.welfare-list ul li .txt {
		padding-bottom: 30px;
	}
	.welfare-voice {
		width: 100%;
		padding: 20px 20px 0;
		box-sizing: border-box;
		background: #F0EEEB;
		margin-bottom: 30px;
	}
	.welfare-voice ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.welfare-voice ul li {
		width: 100%;
		margin-bottom: 20px;
	}
	.welfare-voice ul li p {
		padding-left: 50px;
		color: var(--main-subcolor);
		position: relative;
	}
	.welfare-voice ul li p:before {
		width: 34px;
		height: 34px;
		left: 0;
		top: 0;
		background-image: url("../img/style_img/welfare-voice.svg");
	}
	.certificate-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		max-width: 400px;
		position: relative;
		left: 0%;
		margin: 20px auto 0;
	}
	.certificate-list li {
		width: 48%;
		margin: 0 1% 20px;
	}
	.certificate-list li p:nth-of-type(1) {
		text-align: center;
		font-size: min(3.6vw,14px);
		font-weight: 600;
		padding: 10px 0 0;
		line-height: 1.6em;
		min-height: 40px;
	}
	.certificate-list li:nth-child(3) p:nth-of-type(1) {
		padding: 20px 0 0;
		margin-bottom: -10px;
	}
	.certificate-list li p:nth-of-type(2) {
		font-size: min(13px);
		padding: 0 0;
		line-height: 1.6em;
	}
}