/* ---------------------------------------
    recruit
-----------------------------------------*/
/* sec_intro
--------------------------------*/
#sec_intro {
	padding: 8rem 0 0;
}
@media screen and (max-width: 767px) {
	#sec_intro {
		padding: 6rem 0 0;
	}
}
#sec_intro .ttl {
	font-size: 3.2rem;
	line-height: 1.75;
}
@media screen and (max-width: 767px) {
	#sec_intro .ttl {
		font-size: 2rem;
	}
}
#sec_intro .txt {
	margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
	#sec_intro .txt {
		margin-top: 4rem;
	}
}

/* sec_environment
--------------------------------*/
#sec_environment {
	margin-top: 16rem;
}
@media screen and (max-width: 767px) {
	#sec_environment {
		margin-top: 10rem;
	}
}
#sec_environment .cnt_wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 6rem;
}
@media screen and (max-width: 767px) {
	#sec_environment .cnt_wrap {
		display: block;
	}
}
#sec_environment .txt_wrap {
	max-width: 50rem;
}
@media screen and (max-width: 767px) {
	#sec_environment .txt_wrap {
		max-width: inherit;
		margin-top: 4rem;
	}
}
#sec_environment .txt_wrap .ttl {
	font-size: 2.4rem;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	#sec_environment .txt_wrap .ttl {
		font-size: 1.8rem;
	}
}
#sec_environment .txt_wrap .txt {
	padding-right: 10rem;
	margin-top: 4rem;
}
@media screen and (max-width: 767px) {
	#sec_environment .txt_wrap .txt {
		padding-right: 0;
		margin-top: 2.4rem;
	}
}
#sec_environment .img_wrap {
	flex: 1;
	position: relative;
	padding-bottom: 10.3rem;
}
@media screen and (max-width: 767px) {
	#sec_environment .img_wrap {
		padding-bottom: 0;
		margin-top: 5.6rem;
	}
}
#sec_environment .img_wrap .img._01 {
	width: 44rem;
	margin-left: auto;
}
@media screen and (max-width: 767px) {
	#sec_environment .img_wrap .img._01 {
		width: 26rem;
	}
}
#sec_environment .img_wrap .img._02 {
	width: 39.9rem;
}
@media screen and (min-width: 768px) {
	#sec_environment .img_wrap .img._02 {
		position: absolute;
		left: -16.7rem;
		bottom: 0;
	}
}
@media screen and (max-width: 767px) {
	#sec_environment .img_wrap .img._02 {
		width: 26.1rem;
		margin-top: 4.1rem;
	}
}

/* sec_work
--------------------------------*/
#sec_work {
	margin-top: 16rem;
}
@media screen and (max-width: 767px) {
	#sec_work {
		margin-top: 10rem;
	}
}
#sec_work .work_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 4rem;
	margin-top: 10rem;
}
@media screen and (max-width: 767px) {
	#sec_work .work_list {
		grid-template-columns: 1fr;
		gap: 5rem 0;
		margin-top: 5rem;
	}
}
#sec_work .work_list .item .img {
	width: 100%;
	aspect-ratio: 620/414;
}
#sec_work .work_list .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#sec_work .work_list .item .ttl {
	font-size: 2.4rem;
	margin-top: 2rem;
}
@media screen and (max-width: 767px) {
	#sec_work .work_list .item .ttl {
		font-size: 1.8rem;
		margin-top: 1.5rem;
	}
}
#sec_work .work_list .item .txt {
	line-height: 1.75;
	margin-top: 1rem;
}

/* sec_facility
--------------------------------*/
#sec_facility {
	margin-top: 16rem;
}
@media screen and (max-width: 767px) {
	#sec_facility {
		margin-top: 10rem;
	}
}
#sec_facility .facility_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8rem 4rem;
	margin-top: 6rem;
}
@media screen and (max-width: 767px) {
	#sec_facility .facility_list {
		grid-template-columns: repeat(2, 1fr);
		gap: 5rem 1.5rem;
		margin-top: 5rem;
	}
}
#sec_facility .facility_list .item a {
	display: block;
}
#sec_facility .facility_list .item .img {
	width: 100%;
	aspect-ratio: 400/600;
}
#sec_facility .facility_list .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#sec_facility .facility_list .item .ttl {
	font-size: 1.8rem;
	margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
	#sec_facility .facility_list .item .ttl {
		font-size: 1.3rem;
		margin-top: 0.6rem;
	}
}

/* sec_description
--------------------------------*/
#sec_description {
	padding: 16rem 0 0;
}
#sec_description .cnt_wrap {
	width: 84rem;
	margin-left: auto;
}
@media screen and (max-width: 767px) {
	#sec_description .cnt_wrap {
		width: 100%;
		margin-top: 5rem;
	}
}
#sec_description .cnt_wrap .description_tb {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #000;
}
#sec_description .cnt_wrap .description_tb th, #sec_description .cnt_wrap .description_tb td {
	vertical-align: top;
	line-height: 1.75;
	padding: 3rem 0;
	border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
	#sec_description .cnt_wrap .description_tb th, #sec_description .cnt_wrap .description_tb td {
		padding: 2rem 0;
	}
}
#sec_description .cnt_wrap .description_tb th {
	width: 15rem;
}
@media screen and (max-width: 767px) {
	#sec_description .cnt_wrap .description_tb th {
		width: 5em;
	}
}
#sec_description .cnt_wrap .description_tb td {
	padding-left: 3rem;
}
@media screen and (max-width: 767px) {
	#sec_description .cnt_wrap .description_tb td {
		padding-left: 1.5rem;
	}
}

/* sec_entry
--------------------------------*/
#sec_entry {
	margin-top: 16rem;
}
@media screen and (max-width: 767px) {
	#sec_entry {
		margin-top: 10rem;
	}
}
#sec_entry .wrap {
	background-color: #2D385A;
}
@media screen and (max-width: 767px) {
	#sec_entry .wrap {
		padding: 0;
	}
}
#sec_entry a {
	display: block;
	padding: 8.325rem 10rem;
}
@media screen and (max-width: 767px) {
	#sec_entry a {
		padding: 6rem 2rem;
	}
}
#sec_entry a * {
	color: #fff;
}
#sec_entry a .inner {
	position: relative;
}
#sec_entry a .arw {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 13.3rem;
	height: 13.3rem;
	border: 0.4rem solid #fff;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: calc(50% - 6.15rem);
}
@media screen and (max-width: 767px) {
	#sec_entry a .arw {
		width: 6rem;
		height: 6rem;
		border: 0.3rem solid #fff;
		top: calc(50% - 3rem);
	}
}
#sec_entry a .arw::before {
	content: "";
	width: 3rem;
	height: 3rem;
	border-right: 0.4rem solid #fff;
	border-bottom: 0.4rem solid #fff;
	rotate: -45deg;
	translate: -0.5rem 0;
	position: absolute;
}
@media screen and (max-width: 767px) {
	#sec_entry a .arw::before {
		width: 1.5rem;
		height: 1.5rem;
		border-right: 0.3rem solid #fff;
		border-bottom: 0.3rem solid #fff;
		translate: -0.3rem 0;
	}
}