@charset "UTF-8";

/* ボタン */
.fixed_btn {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 10;
	display: block;
	border-radius: 20px;
	border: 1px solid #E3E3E3;
	width: 320px;
	height: 105px;
	padding: 20px;
}
.fixed_btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	backdrop-filter: blur(8px);
	background-color: rgb(55 55 55 / .4);
}
.fixed_btn_box {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 25px;
}
.fixed_btn_textbox {
	text-align: right;
}
.fixed_btn_en {
	font-family: "Oswald", sans-serif;
	font-size: 22px;
	color: #11D7DB;
}
.fixed_btn_ja {
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	letter-spacing: 0.03em;
	margin-top: 5px;
}
.fixed_btn_arrow_box {
	width: 65px;
	height: 65px;
	border: 1px solid #E3E3E3;
}
.fixed_btn_arrow {
	width: 50%;
}
.hover_active .fixed_btn_arrow {
	animation-name: transformLeftRight2;
	animation-fill-mode: forwards;
	animation-duration: .4s;
	transition-timing-function: ease-out;
}
@media (max-width:768px) {
	.fixed_btn {
		width: 280px;
		height: 88px;
		padding: 15px;
		bottom: 20px;
		right: 20px;
	}
	.fixed_btn_en {
		font-size: 15px;
	}
	.fixed_btn_ja {
		font-size: 22px;
	}
	.fixed_btn_arrow_box {
		width: 58px;
		height: 58px;
	}
}


/* mv */
.recruit_mv {
	position: relative;
	height: 64.2vw;
	background-image: url("../img/recruit/recruit-mv-bg.png");
	background-repeat: repeat;
}
.recruit_mv:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgb(55 55 55 / .15);
	pointer-events: none;
}
.recruit_mv_image {
	margin-left: auto;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	width: 65%;
	gap: 1.4%;
}
.recruit_mv_image_img:first-of-type {
	margin-top: 56%;
}
.recruit_mv_image_img:nth-of-type(3) {
	margin-top: 29%;
}
.recruit_mv_textbox {
	position: absolute;
	bottom: 24%;
	left: 8%;
}
.recruit_mv_textbox_text_en {
	font-family: "Oswald", sans-serif;
	font-weight: normal;
	font-size: 1.7195767195767195vw;
	color: #fff;
}
.recruit_mv_textbox_text_en span {
	display: inline-block;
}
.recruit_mv_textbox_title {
	font-family: "Oswald", sans-serif;
	font-weight: bold;
	font-size: 9.25925925925926vw;
	color: #fff;
	line-height: 1.2;
	letter-spacing: -0.04em;
}
.recruit_mv_textbox_title span {
	display: inline-block;
}
.recruit_mv_textbox_text_ja {
	font-size: 2.1164021164021163vw;
	color: #fff;
	letter-spacing: 0.03em;
}
.recruit_mv_textbox_text_ja span {
	color: #11D7DB;
}
@media (max-width:768px) {
	.recruit_mv {
		height: auto;
	}
	.recruit_mv_image {
		width: 100%;
		padding-left: 10px;
		padding-top: 44px;
	}
	.recruit_mv_image_img {
		border-radius: 4.651162790697675vw;
	}
	.recruit_mv_image_img:nth-of-type(3) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.recruit_mv_textbox {
		position: static;
		padding: 0 20px;
		margin-top: 20px;
	}
	.recruit_mv_textbox_text_en {
		font-size: 4.651162790697675vw;
	}
	.recruit_mv_textbox_title {
		font-size: 21.3953488372093vw;
	}
	.recruit_mv_textbox_text_ja {
		font-size: 5.5813953488372094vw;
	}
}


/* index */
.section_index {
	padding-top: 55px;
	padding-left: 40px;
	padding-right: 40px;
	background-image: url("../img/recruit/recruit-mv-bg.png");
	background-repeat: repeat;
}
.section_index_container {
	max-width: 1220px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 70px 30px;
}
.section_index_list {
	width: 42.7%;
}
.section_index_list_item_title {
	font-family: "Oswald", sans-serif;
	font-size: 14px;
	color: #fff;
	display: none;
}
.section_index_list_item {
	border-bottom: 1px solid rgb(255 255 255 / .5);
}
.section_index_list_item_link {
	display: flex;
	align-items: center;
	padding: 20px 0;
}
.section_index_list_item_link_en {
	font-family: "Oswald", sans-serif;
	font-size: 26px;
	color: #fff;
	padding-bottom: 5px;
	width: 208px;
}
.section_index_list_item_link_ja {
	color: #fff;
	flex: 1;
}
.section_index_list_item_link_arrow_box {
	width: 35px;
	height: 35px;
	border: 1px solid #E3E3E3;
}
.section_index_list_item_link_arrow {
	width: 8px;
	margin-left: 2px;
	margin-top: 2px;
}
.section_index_textbox {
	width: 46%;
}
.section_index_textbox_text {
	font-size: 18px;
	color: #fff;
	line-height: calc(36/18);
	letter-spacing: 0.03em;
}
.section_index_textbox_title {
	font-size: 32px;
	color: #fff;
	line-height: calc(52/32);
	letter-spacing: 0.03em;
	margin-top: 20px;
}
.section_index_wavebox {
	background-color: #EAEAEA;
}
@media (max-width:1050px) {
	.section_index_container {
		flex-direction: column-reverse;
	}
	.section_index_list {
		width: 100%;
		max-width: 500px;
	}
	.section_index_list_item_title {
		display: block;
	}
	.section_index_textbox {
		width: 100%;
		max-width: 600px;
	}
}
@media (max-width:768px) {
	.section_index {
		padding: 120px 20px 80px;
	}
	.section_index_textbox_text {
		font-size: 16px;
		line-height: 2.2;
		letter-spacing: 0;
	}
	.section_index_textbox_title {
		font-size: 28px;
		line-height: 1.8;
		letter-spacing: 0;
		margin-top: 28px;
	}
	.section_index_list_item_link_en {
		font-size: 24px;
		width: 175px;
	}
	.section_index_list_item_link_ja {
		font-size: 11px;
	}
	.section_index_list_item_link_arrow_box {
		width: 30px;
		height: 30px;
	}
	.section_index_list_item_link_arrow {
		width: 6.5px;
	}
}


/* data */
.section_data {
	background-color: #EAEAEA;
	padding-top: 180px;
	padding-bottom: 100px;
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.section_data_scroll {
	position: absolute;
	z-index: -1;
	top: 80px;
	left: 0;
	display: flex;
}
.section_data_scroll_infinity {
	display: flex;
}
.section_data_scroll_infinity_text {
	font-family: "Oswald", sans-serif;
	font-size: 220px;
	color: rgb(255 255 255 / .5);
	line-height: 1;
	letter-spacing: -0.04em;
	white-space: nowrap;
	margin: 0 30px;
}
.section_data_scroll_infinity1 {
	animation: infinity-scroll-1 60s -30s linear infinite;
}
.section_data_scroll_infinity2 {
	animation: infinity-scroll-2 60s linear infinite;
}
@keyframes infinity-scroll-1 {
	from {
		transform: translateX(100%);
	}
		to {
		transform: translateX(-100%);
	}
}
@keyframes infinity-scroll-2 {
	from {
		transform: translateX(0);
	}
		to {
		transform: translateX(-200%);
	}
}

.section_data_container {
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
.section_data h2 {
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
}
.section_data .h2_sub:before {
	background-color: #11D7DB;
}
.section_data .h2_ja {
	font-size: 38px;
	color: #373737;
	letter-spacing: 0.15em;
	margin-left: 26px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
}
.section_data_right {
	width: 81%;
}
.section_data_right_text {
	font-size: 18px;
	line-height: calc(32/18);
}
.section_data_right_link_box {
	text-align: right;
	margin-top: -40px;
}
.section_data_right_link {
	display: inline-flex;
	align-items: center;
	gap: 20px;
}
.section_data_right_link_arrow_box {
	background-color: #373737;
}
.section_data_right_link_arrow {
	width: 9px;
}
.section_data_right_link_text {
	font-family: "Oswald", sans-serif;
	font-weight: bold;
	font-size: 28px;
	color: #373737;
	letter-spacing: -0.04em;
}
.section_data_box {
	margin-top: 80px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 25px;
}
.section_data_box_item {
	border-radius: 20px;
	border: 1px solid #B3B3B3;
	background-color: rgb(222 222 229 / .4);
	padding: 25px;
	align-self: start;
}
.section_data_box_item:nth-of-type(2) {
	margin-top: 40px;
}
.section_data_box_item_title {
	font-size: 24px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.section_data_box_item_title:before {
	content: "";
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #11D7DB;
}
.section_data_box_item_flex {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 5px;
	margin-top: 13px;
	margin-bottom: 20px;
}
.section_data_box_item_flex_number {
	font-family: "Oswald", sans-serif !important;
	    font-size: 110px;
	color: #11D7DB;
	line-height: 1;
}
.odometer-value {
	width: 61.2px;
}
.section_data_box_item_flex_text {
	font-size: 38px;
}
.section_data_box_item_flex_text_small {
	font-size: 16px;
	width: 30px;
	height: 30px;
	border: 1px solid #11D7DB;
	border-radius: 50%;
	display: grid;
	place-items: center;
}
.section_data_box_item_flex_text_big {
	font-size: 60px;
}
.section_data_box_item_text {
	line-height: calc(21/16);
	font-size: 15px;
    text-align: center;
}
.section_data_box_item_text_small {
	font-size: 12px;
	color: rgb(0 0 0 / .4);
	text-align: right;
	margin-top: 10px;
}
.section_data_box_item:nth-of-type(3) .section_data_box_item_flex {
	align-items: center;
	gap: 10px;
}
@media (max-width:768px) {
	.section_data {
		padding-top: 95px;
		padding-left: 22px;
		padding-right: 22px;
	}
	.section_data_scroll {
		top: 30px;
	}
	.section_data_scroll_infinity_text {
		font-size: 170px;
	}
	.section_data .h2_ja {
		margin-left: 0;
	}
	.section_data_right {
		display: flex;
		flex-direction: column;
	}
	.section_data_right_text {
		font-size: 15px;
		line-height: 1.8;
	}
	.section_data_right_box {
		order: 1;
	}
	.section_data_right_link_box {
		margin-top: 60px;
		text-align: center;
		order: 3;
	}
	.section_data_right_link_arrow_box {
		width: 30px;
		height: 30px;
	}
	.section_data_right_link_arrow {
		width: 7px;
	}
	.section_data_right_link_text {
		font-size: 26px;
	}
	.section_data_box {
		margin-top: 45px;
		grid-template-columns: 1fr;
		gap: 15px;
		order: 2;
	}
	.section_data_box_item_title {
		font-size: 20px;
	}
	.section_data_box_item_flex_number {
		font-size: 92px;
	}
	.section_data_box_item_flex_text {
		font-size: 24px;
	}
	.section_data_box_item_text {
		font-size: 14px;
		text-align: center;
	}
	.section_data_box_item_text_small {
		font-size: 10px;
		text-align: center;
	}
	.section_data_box_item:nth-of-type(2) {
		margin-top: 0;
	}
	.odometer-value {
		width: 47px;
	}
}


/* interview */
.section_interview {
	padding: 100px 40px;
	background-color: #fff;
}
.section_interview_container {
	max-width: 1200px;
	margin: auto;
	position: relative;
}
.section_interview .h2 {
	border-bottom: 2px solid #ccc;
	padding-bottom: 30px;
}
.section_interview .h2_sub:before {
	background-color: #11D7DB;
}
.section_interview .h2_en {
	font-family: "Oswald", sans-serif;
	font-weight: bold;
	font-size: 82px;
	color: #373737;
	letter-spacing: -0.04em;
}
.section_interview_box {
	margin-top: 60px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 2%;
}
.section_interview_box_item_image {
	aspect-ratio: 1/1;
	overflow: hidden;
	border-radius: 20px;
}
.section_interview_box_item_image_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s;
}
.section_interview_box_item:hover .section_interview_box_item_image_img {
	transform: scale(1.1);
}
.section_interview_box_item_info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}
.section_interview_box_item_position {
	font-size: 14px;
	color: #fff;
	background-color: #11D7DB;
	border-radius: 11px;
	display: grid;
	place-items: center;
	padding: 8px 22px;
}
.section_interview_box_item_year {
	color: rgb(28 28 28 / .6);
	letter-spacing: 0.03em;
}
.section_interview_box_item_text {
	font-size: 18px;
	color: #1C1C1C;
	margin-top: 20px;
}
.section_interview_box_item_name {
	font-family: "Oswald", sans-serif;
	color: rgb(28 28 28 / .6);
	margin-top: 15px;
}
.section_interview_link_box {
	position: absolute;
	top: 80px;
	right: 0;
	text-align: right;
}
.section_interview_link {
	display: inline-flex;
	align-items: center;
	gap: 20px;
}
.section_interview_link_arrow_box {
	background-color: #373737;
}
.section_interview_link_arrow {
	width: 9px;
}
.section_interview_link_text {
	font-family: "Oswald", sans-serif;
	font-weight: bold;
	font-size: 28px;
	color: #373737;
	letter-spacing: -0.04em;
}
@media (max-width:1050px) {
	.section_data_container {
		flex-direction: column;
	}
	.section_data h2 {
		writing-mode: inherit;
	}
	.section_data .h2_ja {
		writing-mode: inherit;
	}
	.section_data_right {
    width: 100%;
	}
}
@media (max-width:768px) {
	.section_interview {
		padding: 80px 22px 110px;
		overflow: hidden;
	}
	.section_interview .h2 {
		padding-bottom: 20px;
	}
	.section_interview .h2_en {
		font-size: 62px;
	}
	.section_interview_box {
		margin-top: 40px;
		overflow-x: auto;
		margin-right: calc(50% - 50vw);
		gap: 20px;
		padding-right: 22px;
	}
	.section_interview_box_item {
		width: 80.93023255813954vw;
		white-space: nowrap;
	}
	.section_interview_box_item_info {
		margin-top: 15px;
	}
	.section_interview_box_item_text {
		margin-top: 15px;
	}
	.section_interview_box_item_name {
		margin-top: 10px;
	}
	.section_interview_link_box {
		position: static;
		margin-top: 60px;
		text-align: center;
	}
	.section_interview_link_arrow_box {
		width: 30px;
		height: 30px;
	}
	.section_interview_link_arrow {
		width: 7px;
	}
	.section_interview_link_text {
		font-size: 26px;
	}
}


/* info */
.section_info {
	background-color: #fff;
	background: linear-gradient(180deg, #fff 0%, #fff 75%, #373737 75%, #373737 100%);
}
.section_info_container {
	max-width: 1512px;
	margin: auto;
}
.section_info_box {
	display: flex;
	gap: 20px 2%;
}
.section_info_box_item {
	width: 44%;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	aspect-ratio: 1 / 0.859;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.section_info .h2 {
	text-align: center;
	margin-top: 24%;
}
.section_info .h2_sub {
	color: #fff;
	justify-content: center;
}
.section_info .h2_sub:before {
	background-color: #11D7DB;
}
.section_info .h2_en {
	font-family: "Oswald", sans-serif;
	font-weight: bold;
	font-size: 62px;
	color: #fff;
	letter-spacing: -0.02em;
}
.section_info_box_item_text {
	color: #fff;
	line-height: calc(32/16);
	text-align: center;
	margin-top: 25px;
}
.section_info_box_item_arrow_box {
	position: absolute;
	bottom: 5%;
	right: 5%;
	max-width: 130px;
	width: 8.597883597883598vw;
	max-height: 130px;
	height: 8.597883597883598vw;
	border-radius: 50%;
	border: 1px solid #E3E3E3;
}
.section_info_box_item_arrow {
	width: 47%;
}
.hover_active .section_info_box_item_arrow {
	animation-name: transformLeftRight2;
	animation-fill-mode: forwards;
	animation-duration: .4s;
	transition-timing-function: ease-out;
}
.section_info_box_item_image_img {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width:768px) {
	.section_info_box {
		flex-direction: column;
	}
	.section_info_box_item {
		width: 95%;
		padding-left: 45px;
	}
	.section_info_box_item:nth-of-type(2) {
		margin-left: auto;
		border-radius: 20px 0 0 20px;
		padding-left: 25px;
	}
	.section_info .h2_sub {
		justify-content: flex-start;
	}
	.section_info .h2_en {
		font-size: 56px;
		text-align: left;
	}
	.section_info_box_item_text {
		font-size: 14px;
		line-height: 1.5;
		text-align: left;
	}
	.section_info_box_item_arrow_box {
		width: 18.6046511627907vw;
		height: 18.6046511627907vw;
	}
}