@charset "UTF-8";

.pagehd {
}

.pagehd_wrap {
	padding-bottom: 60px;
}

.-recruitment .pagehd_wrap {
	padding-bottom: 100px;
}

.pagehd_ttl {
}

.pagehd_ttl_wrap {
	margin-bottom: 18px;
}

.pagehd_ttl_en {
}

.pagehd_ttl_jp {
}

.pagehd_ttl_catch {
	font-weight: bold;
	font-size: 54px;
	line-height: 1.3;
}

.recruitpagehd_img {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 27px;
	width: clamp(700px, calc(100% - 40px), calc(50% + 685px));
	max-width: 1750px;
	height: auto;
	margin: 0 0 0 auto;
	padding-left: 180px;
}

.recruitpagehd_img_cnt {
	opacity: 0;
	overflow: hidden;
	border-radius: 20px;
	transform: translateY(-30%);
	transition: all 0.5s calc(0.2s * var(--count));
}

.-load .recruitpagehd_img_cnt {
	opacity: 1;
	transform: translateY(0);
}

.recruitpagehd_img_cnt img {
	width: 100%;
}

.message {
	padding: 130px 0;
}

.message_ttl {
}

.message_ttl_en {
}

.message_ttl_jp {
}

.message_wrap {
}

.message_img {
	max-width: 960px;
	margin: 0 auto 60px;
	padding: 0 50px;
}

.message_img_wrap {
	overflow: hidden;
	border-radius: 20px;
}

.message_cnt {
	display: grid;
	grid-template-columns: auto 400px;
	gap: 60px;
}

.message_detail {
}

.message_catch {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 40px;
	line-height: 1.5;
}

.message_txt {
}

.message_sig {
	font-weight: bold;
	font-size: 30px;
	text-align: end;
}

.message_sig span {
	font-size: 20px;
}

.message_frame {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0 40px;
	background: #e9ecf0;
}

.message_frame_wrap {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	gap: 25px;
}

.message_frame_hd {
	font-weight: bold;
	font-size: 30px;
}

.message_frame_cnt {
}

.environment {
	padding: 100px 0;
	overflow: hidden;
	background: #e9ecf0;
}

.environment_ttl {
	margin-bottom: 55px;
	font-weight: bold;
	font-size: 40px;
	text-align: center;
}

.environment_wrap {
	position: relative;
	padding-bottom: 50px;
}

.environment_slide {
	margin-bottom: 35px;
}

.slick-list {
	overflow: unset;
}

.environment_slide_cnt {
	width: 100dvw;
	max-width: 1040px;
	padding: 0 20px;
}

.environment_arrow {
	display: flex;
	justify-content: space-between;
	position: absolute;
	right: 50%;
	bottom: 25px;
	width: 285px;
	transform: translate(50%, 50%);
}

.environment_arrow .slide-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: auto;
	border-radius: 50%;
	background: #004098;
	color: #ffffff;
	font-size: 18px;
	cursor: pointer;
	aspect-ratio: 1;
}

.environment_arrow .slide-arrow.prev-arrow .icon-arrow {
	transform: rotate(-90deg);
}

.environment_arrow .slide-arrow.next-arrow .icon-arrow {
	transform: rotate(90deg);
}

.environment_dots {
	position: absolute;
	right: 50%;
	bottom: 25px;
	height: 10px;
	transform: translate(50%, 50%);
}

.environment_dots .slick-dots {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 5px;
	width: 145px;
	height: 100%;
}

.environment_dots .slick-dots li {
	width: 100%;
	height: 10px;
	color: transparent;
}

.environment_dots .slick-dots li button {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 9999px;
	background: #ffffff;
	color: transparent;
	cursor: pointer;
}

.environment_dots .slick-dots li button::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #004098;
	transform: translateX(-101%);
	transition: all 0.2s;
}

.environment_dots .slick-dots li.slick-active button::after,
.environment_dots .slick-dots li button:hover:after {
	transform: translateX(0%);
}

.employee {
	padding: 100px 0;
}

.employee_ttl {
	margin-bottom: 55px;
	font-weight: bold;
	font-size: 40px;
	text-align: center;
}

.employee_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0 40px;
}

.employee_cnt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 25px 10px;
	border-bottom: 1px solid #333333;
	font-weight: bold;
	font-size: 20px;
}

.employee_cnt:nth-child(-n + 3) {
	border-top: 1px solid #333333;
}

.detail {
	padding: 0 0 100px;
}

.detail_wrap {
}

.detail_cnt {
	margin-bottom: 40px;
}

.detail_ttl {
	padding-bottom: 15px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 24px;
}

.detail_tbl {
	padding-top: 15px;
	border-top: #004098 4px solid;
}

.detail_tbl dl {
	display: grid;
	grid-template-columns: 160px auto;
	gap: 8px;
}

.detail_tbl dl dt {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 26px 10px;
	border-bottom: #004098 3px solid;
}

.detail_tbl dl dd {
	padding: 25px 20px;
	border-bottom: #ced1d6 1px solid;
}

.links {
	padding-bottom: 30px;
}

.links_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	max-width: 1160px;
	margin: 0 auto;
}

.-recruitment .links_wrap {
	grid-template-columns: 1fr;
}

.links_cnt {
	display: flex;
	justify-content: end;
	align-items: end;
	position: relative;
	width: 100%;
	height: 328px;
	padding: 25px;
	overflow: hidden;
	border-radius: 20px;
}

.-recruitment .links_cnt {
	max-width: 560px;
	margin: 0 auto;
}

.links_cnt::before {
	content: "";
	display: block;
	position: absolute;
	right: 50%;
	bottom: 50%;
	width: 100%;
	height: 100%;
	transform: translate(50%, 50%);
	transition: all 0.2s;
}

.links_cnt:hover:before {
	transform: translate(50%, 50%) scale(1.1);
}

.links_cnt:first-child:before {
	background: url(../img/recruit/links-bg01@2x.jpg) center / cover;
}

.links_cnt:last-child:before {
	background: url(../img/recruit/links-bg02@2x.jpg) center / cover;
}

.links_cnt_wrap {
	display: flex;
	align-items: center;
	gap: 18px;
	position: relative;
	z-index: 3;
	color: #ffffff;
}

.links_name {
	font-weight: bold;
	line-height: 1.4;
	text-align: end;
}

.links_name p {
	font-size: 20px;
}

.links_name h3 {
	font-size: 24px;
}

.links_arrow {
	display: block;
	position: relative;
	width: 60px;
	height: auto;
	overflow: hidden;
	border: 1px solid #ffffff;
	border-radius: 50%;
	transition: all 0.2s;
	aspect-ratio: 1;
}

.links_cnt:hover .links_arrow {
	background: #ffffff;
	color: #333333;
}

.links_arrow .icon-arrow {
	position: absolute;
	right: 50%;
	bottom: 50%;
	transform: translate(50%, 50%) rotate(45deg);
	transition: all 0.2s;
}

.links_cnt .links_arrow .icon-arrow.links_arrow_after {
	transform: translate(calc(50% - 100px), calc(50% + 100px)) rotate(45deg);
}

.links_cnt:hover .links_arrow .icon-arrow.links_arrow_after {
	transform: translate(50%, 50%) rotate(45deg);
}

.links_cnt:hover .links_arrow .icon-arrow.links_arrow_before {
	transform: translate(calc(50% + 100px), calc(50% - 100px)) rotate(45deg);
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:768px) {
	.pagehd {
	}

	.pagehd_wrap {
		padding-bottom: 20px;
	}

	.-recruitment .pagehd_wrap {
		padding: 100px 0 30px;
	}

	.pagehd_ttl {
	}

	.pagehd_ttl_wrap {
	}

	.-recruitment .pagehd_ttl_wrap::after {
		bottom: 10px;
	}

	.pagehd_ttl_en {
	}

	.pagehd_ttl_jp {
	}

	.pagehd_ttl_catch {
		font-size: 29px;
	}

	.recruitpagehd_img {
		gap: 5px;
		width: 100%;
		padding-left: 24px;
	}

	.recruitpagehd_img_cnt {
		border-radius: 10px;
	}

	.-load .recruitpagehd_img_cnt {
	}

	.recruitpagehd_img_cnt img {
	}

	.message {
		padding: 50px 0;
	}

	.message_ttl {
	}

	.message_ttl_en {
	}

	.message_ttl_jp {
	}

	.message_wrap {
	}

	.message_img {
		margin: 0 auto 20px;
		padding: 0;
	}

	.message_img_wrap {
	}

	.message_cnt {
		display: flex;
		flex-flow: column-reverse;
		gap: 15px;
	}

	.message_detail {
	}

	.message_catch {
		margin-bottom: 10px;
		font-size: 26px;
	}

	.message_txt {
	}

	.message_sig {
		font-size: 24px;
	}

	.message_sig span {
		font-size: 16px;
	}

	.message_frame {
		width: 210px;
		margin: 0 auto;
	}

	.message_frame_wrap {
	}

	.message_frame_hd {
		font-size: 23px;
	}

	.message_frame_cnt {
		width: 40px;
	}

	.environment {
		padding: 50px 0;
	}

	.environment_ttl {
		margin-bottom: 15px;
		font-size: 28px;
	}

	.environment_wrap {
		padding-bottom: 35px;
	}

	.environment_slide {
		margin-bottom: 20px;
	}

	.slick-list {
	}

	.environment_slide_cnt {
	}

	.environment_arrow {
		width: 220px;
	}

	.environment_arrow .slide-arrow {
		width: 35px;
		font-size: 15px;
	}

	.environment_arrow .slide-arrow.prev-arrow .icon-arrow {
	}

	.environment_arrow .slide-arrow.next-arrow .icon-arrow {
	}

	.environment_dots {
	}

	.environment_dots .slick-dots {
		width: 129px;
	}

	.environment_dots .slick-dots li {
	}

	.environment_dots .slick-dots li button {
	}

	.environment_dots .slick-dots li button::after {
	}

	.environment_dots .slick-dots li.slick-active button::after,
	.environment_dots .slick-dots li button:hover:after {
	}

	.employee {
		padding: 50px 0;
	}

	.employee_ttl {
		margin-bottom: 15px;
		font-size: 28px;
	}

	.employee_wrap {
		grid-template-columns: 1fr 1fr;
		gap: 0 20px;
	}

	.employee_cnt {
		justify-content: start;
		padding: 15px 5px;
		font-size: 15px;
		line-height: 1.33;
	}

	.employee_cnt:nth-child(-n + 3) {
		border-top: none;
	}

	.employee_cnt:nth-child(-n + 2) {
		border-top: 1px solid #333333;
	}

	.detail {
		padding: 0 0 50px;
	}

	.detail_wrap {
	}

	.detail_cnt {
	}

	.detail_ttl {
		padding-bottom: 8px;
		font-size: 20px;
	}

	.detail_tbl {
		padding-top: 5px;
	}

	.detail_tbl dl {
		grid-template-columns: 1fr;
		gap: 0;
		padding: 20px 0;
		border-bottom: #ced1d6 1px solid;
	}

	.detail_tbl dl dt {
		justify-content: start;
		padding: 0 10px;
		border-bottom: none;
	}

	.detail_tbl dl dd {
		padding: 0 10px;
		border-bottom: none;
	}

	.links {
		padding-bottom: 0;
	}

	.links_wrap {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.-recruitment .links_wrap {
	}

	.links_cnt {
		height: auto;
		padding: 10px;
		aspect-ratio: 560 / 328;
	}

	.-recruitment .links_cnt {
	}

	.links_cnt::before {
	}

	.links_cnt:hover:before {
	}

	.links_cnt:first-child:before {
	}

	.links_cnt:last-child:before {
	}

	.links_cnt_wrap {
	}

	.links_name {
	}

	.links_name p {
		font-size: 16px;
	}

	.links_name h3 {
		font-size: 19px;
	}

	.links_arrow {
		width: 45px;
	}

	.links_cnt:hover .links_arrow {
	}

	.links_arrow .icon-arrow {
	}

	.links_cnt .links_arrow .icon-arrow.links_arrow_after {
	}

	.links_cnt:hover .links_arrow .icon-arrow.links_arrow_after {
	}

	.links_cnt:hover .links_arrow .icon-arrow.links_arrow_before {
	}
}
