* {
	box-sizing: border-box;
}

body {
	font-family: "Prompt", "Noto Sans JP", sans-serif;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

picture {
	display: block;
	width: 100%;
	height: auto;
}

a {
	display: inline-block;
	transition-duration: 0.7s;
}

a:hover {
	opacity: 0.7;
}

.sp-only {
	display: none !important;
}

@font-face {
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/%E8%8A%B1%E3%81%A8%E3%81%A1%E3%82%87%E3%81%86%E3%81%A1%E3%82%87.ttf") format("truetype");
	font-family: "Hanato Choucho";
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/FuturaCyrillicLight.ttf") format("truetype");
	font-family: "Futura PT";
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/FuturaCyrillicBook.ttf") format("truetype");
	font-family: "Futura PT";
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/FuturaCyrillicMedium.ttf") format("truetype");
	font-family: "Futura PT";
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: 600;
	src: url("../fonts/FuturaCyrillicDemi.ttf") format("truetype");
	font-family: "Futura PT";
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/FuturaCyrillicBold.ttf") format("truetype");
	font-family: "Futura PT";
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: 800;
	src: url("../fonts/FuturaCyrillicExtraBold.ttf") format("truetype");
	font-family: "Futura PT";
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: 900;
	src: url("../fonts/FuturaCyrillicHeavy.ttf") format("truetype");
	font-family: "Futura PT";
	font-display: swap;
}

.entry-career-page {
	position: relative;
	overflow: hidden;
	background: #f4fcca;
}

/**
 * Entry Careerページ専用のcontainer
 */

.entry-career-container {
	padding-right: 20.3472222222vw;
	padding-left: 20.3472222222vw;
}

.entry-career-large-container {
	padding-right: 11.875vw;
	padding-left: 11.875vw;
}

.entry-career-hero {
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 100vw;
	height: auto;
	min-height: auto;
	background: #ccff00;
}

.entry-career-hero__content {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0;
	color: #003c88;
}

.entry-career-hero__text {
	display: flex;
	flex-shrink: 0;
	flex-direction: column;
	padding: 10.6944444444vw 0 8.125vw 10.8333333333vw;
}

.entry-career-hero__title {
	margin: 0;
	color: #003c88;
	font-weight: 300;
	font-size: 4.8611111111vw;
	line-height: 1.2;
	font-family: "Futura PT", "Futura", "Prompt", "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
}

.entry-career-hero__subtitle {
	margin: 0;
	color: #003c88;
	font-weight: 500;
	font-size: 1.3194444444vw;
	line-height: 1.5;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
}

.entry-career-hero__image-wrapper {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: flex-end;
	width: 65.4861111111vw;
	height: 27.0833333333vw;
}

.entry-career-hero__image {
	width: 100%;
	height: auto;
	margin-right: 0.6944444444vw;
}

/**
 * Recruit Type Section (Common UI between entry and entry-career)
 */

.entry-career-recruit-type {
	width: 100%;
	padding: 5.5555555556vw 0 2.7777777778vw 0;
}

.entry-career-recruit-type__title-wrapper {
	display: flex;
	align-items: center;
	width: 100%;
	margin-right: auto;
	margin-bottom: 1.3888888889vw;
	margin-left: auto;
}

.entry-career-recruit-type__title {
	flex-shrink: 0;
	margin: 0 1.3888888889vw 0 0;
	color: #003c88;
	font-weight: 300;
	font-size: 2.2916666667vw;
	line-height: 2;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.entry-career-recruit-type__title-line {
	flex: 1;
	min-width: 0;
	height: 1px;
	background: #003c88;
}

.entry-career-recruit-type__buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	width: -moz-fit-content;
	width: fit-content;
	margin-inline: auto;
	-moz-column-gap: 2.0833333333vw;
	column-gap: 2.0833333333vw;
}

.entry-career-recruit-type__button-wrapper {
	display: flex;
	position: relative;
	flex: 1;
}

.entry-career-recruit-type__button-shadow {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 28.6111111111vw;
	height: 3.6111111111vw;
	transform: translateY(4px);
	border-radius: 2.2222222222vw;
	background-color: #003c88;
	pointer-events: none;
}

.entry-career-recruit-type__button {
	display: flex;
	z-index: 1;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 28.6111111111vw;
	height: 3.6111111111vw;
	border: 2px solid #003c88;
	border-radius: 2.2222222222vw;
	background: #fff;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.2s ease;
}

.entry-career-recruit-type__button:hover {
	transform: translateY(-2px);
	opacity: 1;
}

.entry-career-recruit-type__button .entry-career-recruit-type__button-text {
	color: #003c88;
}

.entry-career-recruit-type__button:hover {
	transform: translateY(-2px);
	opacity: 1;
}

.entry-career-recruit-type__button.--active {
	border: 2px solid #003c88;
	background: #003c88;
}

.entry-career-recruit-type__button.--active .entry-career-recruit-type__button-text {
	color: #fff;
}

.entry-career-recruit-type__button-text {
	color: #003c88;
	font-weight: 500;
	font-size: 1.5972222222vw;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
}

.entry-career-recruit-type__button-icon {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 1.5201388889vw;
	height: 1.5201388889vw;
}

.entry-career-recruit-type__button-icon-img {
	display: block;
	width: 1.5201388889vw;
	height: 1.5201388889vw;
	-o-object-fit: contain;
	object-fit: contain;
	transform: translateX(0.9722222222vw);
}

/**
 * Entry Career Recruit Section (職種選択セクション)
 */

.entry-career-recruit {
	width: 100%;
	padding: 0 0 2.7777777778vw 0;
}

.entry-career-recruit--location {
	padding-bottom: 6.9444444444vw;
}

.entry-career-recruit__job-type-header {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 1.3888888889vw;
}

.entry-career-recruit__job-type-title {
	flex-shrink: 0;
	margin: 0 1.3888888889vw 0 0;
	color: #609b00;
	font-weight: 300;
	font-size: 2.2916666667vw;
	line-height: 2;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.entry-career-recruit__job-type-title-line {
	flex: 1;
	min-width: 0;
	height: 1px;
	background: #609b00;
}

.entry-career-recruit__job-type-description {
	flex-shrink: 0;
	margin: 0 1.3888888889vw 0 0;
	color: #609b00;
	font-weight: normal;
	font-size: 1.1111111111vw;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.entry-career-recruit__sub-select-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	width: 100%;
	gap: 2.0833333333vw;
}

.entry-career-recruit__job-type-button-wrapper {
	display: flex;
	position: relative;
	width: 100%;
}

.entry-career-recruit__job-type-button-shadow {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3.6111111111vw;
	transform: translateY(4px);
	border-radius: 4.1666666667vw;
	background-color: #609b00;
	pointer-events: none;
}

.entry-career-recruit__job-type-button {
	display: flex;
	z-index: 1;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 3.6111111111vw;
	border: 2px solid #609b00;
	border-radius: 4.1666666667vw;
	background: #fff;
	color: #609b00;
	font-weight: 500;
	font-size: 1.5972222222vw;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease;
}

.entry-career-recruit__job-type-button:hover {
	transform: translateY(-2px);
	opacity: 1;
}

.entry-career-recruit__job-type-button.--active {
	border-color: #609b00;
	background: #609b00;
	color: #fff;
}

.entry-career-recruit__location-title-wrapper {
	display: flex;
	align-items: center;
	width: 100%;
	margin-right: auto;
	margin-bottom: 1.3888888889vw;
	margin-left: auto;
}

.entry-career-recruit__location-title {
	flex-shrink: 0;
	margin: 0 1.3888888889vw 0 0;
	color: #e68500;
	font-weight: 300;
	font-size: 2.2916666667vw;
	line-height: 2;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.entry-career-recruit__location-title-line {
	flex: 1;
	min-width: 0;
	height: 1px;
	background: #e68500;
}

.entry-career-recruit__location-accordion {
	width: 100%;
}

.entry-career-recruit__location-item {
	overflow: hidden;
}

.entry-career-recruit__location-item.is-open .entry-career-recruit__location-question {
	z-index: 2;
	position: relative;
}

.entry-career-recruit__location-item.is-open .entry-career-recruit__location-answer {
	border-top: none;
}

.entry-career-recruit__location-item--disabled .entry-career-recruit__location-question {
	cursor: not-allowed;
	pointer-events: none;
}

.entry-career-recruit__location-item--disabled .entry-career-recruit__location-question:hover {
	opacity: 1;
}

.entry-career-recruit__location-question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0.6944444444vw 1.3888888889vw;
	border: 2px solid #e68500;
	border-radius: 4.1666666667vw;
	background-color: #e68500;
	color: #fff;
	font-weight: normal;
	font-size: 1.5972222222vw;
	line-height: 1.6;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	text-align: left;
	cursor: pointer;
	transition: all 0.3s ease;
}

.entry-career-recruit__location-question:hover:not(:disabled) {
	opacity: 0.8;
}

.entry-career-recruit__location-question:disabled {
	cursor: not-allowed;
}

.entry-career-recruit__location-item.is-open .entry-career-recruit__location-question {
	border-bottom: none;
	background: #e68500;
	color: #fff;
}

.entry-career-recruit__location-question-text {
	flex: 1;
}

.entry-career-recruit__location-message {
	padding: 0 1.3888888889vw 0 0;
	font-weight: normal;
	font-size: 1.1111111111vw;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
}

.entry-career-recruit__location-icon {
	flex-shrink: 0;
	font-weight: lighter;
	font-size: 1.9444444444vw;
	line-height: 1;
	transition: transform 0.3s ease;
}

.entry-career-recruit__location-item.is-open .entry-career-recruit__location-icon {
	transform: rotate(45deg);
	color: #fff;
}

.entry-career-recruit__location-answer {
	max-height: 0;
	padding: 0 1.3888888889vw;
	overflow: hidden;
	border: 2px solid #e68500;
	border-top: none;
	border-radius: 0 0 4.1666666667vw 4.1666666667vw;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	background: #fff;
	opacity: 0;
	transition: max-height 0.2s ease, padding 0.3s ease, opacity 0.2s ease;
}

.entry-career-recruit__location-item.is-open .entry-career-recruit__location-answer {
	z-index: 1;
	position: relative;
	max-height: 1000px;
	margin-top: max(-1.3888888889vw, -20px);
	padding: 2.0833333333vw 1.3888888889vw 2.0833333333vw 1.3888888889vw;
	opacity: 1;
}

.entry-career-recruit__location-list-item {
	padding: 0.6944444444vw 0;
	border-bottom: 1px solid #e68500;
	color: #e68500;
	font-weight: 500;
	font-size: 1.5972222222vw;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	cursor: pointer;
	transition: all 0.3s ease;
}

.entry-career-recruit__location-list-item:hover {
	padding-left: 0.2777777778vw;
	font-weight: 700;
}

.entry-career-recruit__location-list-item:last-child {
	border-bottom: none;
}

.entry-career-action__info {
	padding: 0;
}

.entry-career-action__info-content {
	z-index: 2;
	position: relative;
}

.entry-career-action__info-text {
	position: relative;
	width: 100%;
	padding: 0;
	padding-bottom: 20%;
	overflow: hidden;
}

.entry-career-action__info-text-img {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.entry-career-action__info-text-label {
	z-index: 2;
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-weight: 300;
	font-size: 3.3333333333vw;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.entry-career-action__info-text-label-line1 {
	display: inline-block;
	margin-right: 1.3888888889vw;
	line-height: 1.5;
}

.entry-career-action__info-text-label-line2 {
	display: inline-block;
	line-height: 1.5;
}

.entry-career-action__info-location {
	z-index: 2;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-weight: 200;
	font-size: 2.2916666667vw;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.entry-career-action__cta {
	position: relative;
	margin-bottom: 2.7777777778vw;
	background: #003c88;
}

.entry-career-action__cta-content {
	display: flex;
	z-index: 2;
	position: relative;
	align-items: center;
	height: 12.9861111111vw;
	margin-bottom: 6.9444444444vw;
}

.entry-career-action__cta-left {
	flex-shrink: 0;
}

.entry-career-action__cta-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 2.5694444444vw 0 5.9722222222vw;
}

.entry-career-action__cta-right {
	flex-shrink: 0;
	text-align: start;
}

.entry-career-action__cta-title {
	padding: 4.1666666667vw 0 4.5833333333vw 8.5416666667vw;
	color: #fff;
	font-weight: 300;
	font-size: 3.3333333333vw;
	font-family: "Futura PT", "Futura", "Prompt", "Noto Sans JP", sans-serif;
	letter-spacing: 0.1em;
}

.entry-career-action__cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28.6111111111vw;
	height: 3.6111111111vw;
	border-radius: 4.1666666667vw;
	background: #cef400;
	text-decoration: none;
	transition: all 0.3s ease;
}

.entry-career-action__cta-button:hover {
	transform: translateY(-2px);
	opacity: 0.9;
}

.entry-career-action__cta-button-text {
	color: #003c88;
	font-weight: bold;
	font-size: 1.25vw;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
}

.entry-career-action__cta-note {
	margin-bottom: 1.3888888889vw;
	color: #fff;
	font-weight: 400;
	font-size: 1.1111111111vw;
	line-height: 1.6;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	text-align: center;
}

@media screen and (max-width: 767px) {

.pc-only {
	display: none !important;
}

.sp-only {
	display: block !important;
}

.entry-career-page {
	display: flex;
	flex-direction: column;
}

.entry-career-container {
	padding: 0 13.4666666667vw;
}

.entry-career-large-container {
	padding: 0 5.2666666667vw;
}

.entry-career-hero {
	order: 1;
	min-height: auto;
}

.entry-career-page .breadcrumb {
	order: 2;
}

.entry-career-hero__content {
	padding: 0;
}

.entry-career-hero__text {
	padding: 36.1333333333vw 0 46.5333333333vw 5.3333333333vw;
}

.entry-career-hero__title {
	font-size: 21.3333333333vw;
}

.entry-career-hero__subtitle {
	font-weight: 300;
	font-size: 8vw;
}

.entry-career-hero__image-wrapper {
	justify-content: center;
	overflow: hidden;
}

.entry-career-hero__image {
	position: absolute;
	bottom: 0;
	left: 5.3333333333vw;
	width: 125.7333333333vw;
	max-width: none;
	height: 52vw;
	margin-right: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: left;
	object-position: left;
}

.entry-career-recruit-type {
	order: 3;
	padding: 15.3333333333vw 0 4vw 0;
}

.entry-career-recruit-type__title-wrapper {
	justify-content: center;
	margin-bottom: 5.3333333333vw;
}

.entry-career-recruit-type__title {
	font-size: 8vw;
}

.entry-career-recruit-type__title-line {
	display: none;
}

.entry-career-recruit-type__buttons {
	flex-direction: column;
}

.entry-career-recruit-type__button-wrapper {
	width: 100%;
}

.entry-career-recruit-type__button-shadow {
	width: 73.3333333333vw;
	height: 10.4vw;
	transform: translateY(4px);
	border-radius: 8vw;
}

.entry-career-recruit-type__button {
	width: 73.3333333333vw;
	height: 10.4vw;
	margin-bottom: 4vw;
	border-radius: 8vw;
}

.entry-career-recruit-type__button-text {
	font-size: 4.8vw;
}

.entry-career-recruit-type__button-icon {
	width: 3.896vw;
	height: 3.896vw;
}

.entry-career-recruit-type__button-icon-img {
	width: 3.896vw;
	height: 3.896vw;
	transform: translateX(2.6666666667vw);
}

.entry-career-recruit {
	order: 4;
	padding: 0 0 8vw 0;
}

.entry-career-recruit__job-type-header {
	flex-direction: column;
	align-items: center;
	margin-bottom: 5.3333333333vw;
}

.entry-career-recruit__job-type-title {
	margin: 0 0 1.3333333333vw 0;
	font-size: 8vw;
}

.entry-career-recruit__job-type-title-line {
	display: none;
}

.entry-career-recruit__job-type-description {
	margin: 0;
	font-size: 3.7333333333vw;
}

.entry-career-recruit__sub-select-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4vw;
}

.entry-career-recruit__job-type-button-wrapper {
	width: 100%;
}

.entry-career-recruit__job-type-button-shadow {
	height: 10.4vw;
	transform: translateY(4px);
	border-radius: 5.3333333333vw;
}

.entry-career-recruit__job-type-button {
	height: 10.4vw;
	border-radius: 5.3333333333vw;
	font-size: 4.8vw;
}

.entry-career-recruit__location-title-wrapper {
	justify-content: center;
	margin-bottom: 5.3333333333vw;
}

.entry-career-recruit__location-title {
	margin: 0;
	font-size: 8vw;
}

.entry-career-recruit__location-title-line {
	display: none;
}

.entry-career-recruit__location-item {
	border-radius: 0;
}

.entry-career-recruit__location-question {
	padding: 2.1333333333vw 4vw;
	border-radius: 5.3333333333vw;
	font-size: 4.2666666667vw;
}

.entry-career-recruit__location-message {
	font-size: min(3.5897435897vw, 14px);
}

.entry-career-recruit__location-icon {
	font-size: 5.3333333333vw;
}

.entry-career-recruit__location-answer {
	padding: 0 4vw;
	border-radius: 0 0 5.3333333333vw 5.3333333333vw;
}

.entry-career-recruit__location-item.is-open .entry-career-recruit__location-answer {
	margin-top: -2.6666666667vw;
	padding: 4vw 2.6666666667vw 4vw 2.6666666667vw;
}

.entry-career-recruit__location-list-item {
	padding: 2vw 0;
	font-size: 4.2666666667vw;
}

.entry-career-action {
	order: 6;
}

.entry-career-action__info {
	padding: 0;
}

.entry-career-action__info-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 33.3333333333vw;
	padding-bottom: 0;
}

.entry-career-action__info-text::after {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}

.entry-career-action__info-text-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.entry-career-action__info-text-label {
	display: flex;
	z-index: 3;
	position: relative;
	top: auto;
	left: auto;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	margin-bottom: 2.1333333333vw;
	padding: 0;
	gap: 0;
	transform: none;
	font-weight: 300;
	font-size: 6.1333333333vw;
	line-height: 1.5;
	text-align: center;
	white-space: normal;
}

.entry-career-action__info-text-label-line1 {
	display: block;
	margin-right: 0;
}

.entry-career-action__info-text-label-line2 {
	display: block;
}

.entry-career-action__info-location {
	z-index: 3;
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	width: 100%;
	padding: 0;
	transform: none;
	font-size: 3.7333333333vw;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
}

.entry-career-action__cta {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 74.2666666667vw;
	margin-bottom: 13.3333333333vw;
	padding: 0;
}

.entry-career-action__cta-content {
	row-gap: 8vw;
	flex-direction: column;
	align-items: center;
	height: auto;
	margin-bottom: 0;
	padding: 0;
}

.entry-career-action__cta-center {
	justify-content: center;
	width: 100%;
	margin: 0;
}

.entry-career-action__cta-right {
	width: 100%;
	text-align: center;
}

.entry-career-action__cta-title {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 13.3333333333vw;
	line-height: 1;
	text-align: center;
}

.entry-career-action__cta-button {
	width: 73.3333333333vw;
	height: 9.2vw;
	padding: 0;
	border-radius: 8vw;
	background: #ccff00;
}

.entry-career-action__cta-button-text {
	font-size: 4.2666666667vw;
}

.entry-career-action__cta-note {
	margin-bottom: 2.6666666667vw;
	font-size: 3.7333333333vw;
}

}

