* {
	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;
}

.breadcrumb {
	z-index: 10;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0.6944444444vw 0;
	color: #fff;
	font-weight: normal;
	font-size: 1.1111111111vw;
	font-family: "Futura PT", "Futura", "Prompt", "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	text-align: start;
	text-transform: uppercase;
}

.breadcrumb a,
.breadcrumb span {
	color: #fff;
	text-decoration: none;
}

.breadcrumb span {
	color: #fff;
}

.breadcrumb .breadcrumb-sep,
.breadcrumb .breadcrumb_sep {
	color: #fff;
}

.breadcrumb a:hover {
	opacity: 0.8;
}

.breadcrumb .container {
	margin: 0;
	padding: 0;
	padding-left: 11.1111111111vw;
}

.card__img {
	position: relative;
	width: 100%;
	padding-top: 75%;
}

.card__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.card__title {
	margin-top: 8px;
	font-weight: 900;
	font-size: 20px;
}

.card__title.--orange {
	color: #006bc7;
}

.card__text {
	font-weight: 900;
	font-size: 14px;
	line-height: 1.6;
}

.card__text.--white {
	color: #fff;
}

.default-hero__content {
	display: flex;
	-moz-column-gap: 5.5555555556vw;
	column-gap: 5.5555555556vw;
	align-items: center;
	padding-top: 13.8888888889vw;
	padding-bottom: 6.9444444444vw;
}

.default-hero__title {
	font-weight: lighter;
	font-size: 4.8611111111vw;
	line-height: 1.2;
	font-family: "Futura PT", "Futura", "Prompt", "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.default-hero__subtitle {
	font-weight: lighter;
	font-size: 2.2916666667vw;
	line-height: 1.5;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.page-header {
	display: flex;
	align-items: center;
	width: 100%;
	height: 450px;
	background-position: center;
	background-size: cover;
}

.page-header.--work {
	background: url(../img/work_page-header.png) no-repeat center center/cover;
}

.page-header.--place {
	background: url(../img/place_page-header.png) no-repeat center center/cover;
}

.page-header.--blog {
	background: url(../img/blog_page-header.png) no-repeat center center/cover;
}

.page-header.--news {
	background-color: #006bc7;
}

.page-header.--entry {
	display: none;
}

.page-header.--entry.--active {
	display: flex;
}

.page-header__new {
	background: url(../img/entry_page-header1.png) no-repeat center center/cover;
}

.page-header__carrier {
	background: url(../img/entry_page-header2.png) no-repeat center center/cover;
}

.page-header.--privacy {
	background: url(../img/privacy_page-header.png) no-repeat center center/cover;
}

.page-header__container.--work {
	margin-top: 150px;
}

.page-header__text-box {
	display: flex;
	flex-direction: column;
	width: -moz-fit-content;
	width: fit-content;
	margin-right: 0;
	margin-left: auto;
}

.page-header__text-box.--left {
	display: flex;
	flex-direction: column;
	width: -moz-fit-content;
	width: fit-content;
	margin-right: auto;
	margin-left: 0;
}

.page-header__text-box.--entry.--new {
	margin-right: auto;
	margin-left: 0;
}

.page-header.--entry-form .page-header__text-box {
	flex-direction: column-reverse;
	width: 100%;
	text-align: center;
}

.page-header__text {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}

.page-header__text.--entry {
	margin-top: 20px;
	padding: 0.5em 4em;
	background: #fff;
	color: #2d3042;
	font-size: 18px;
	line-height: 1;
}

.page-header__text.--entry.--new {
	text-align: start;
}

.page-header__text.--entry.--carrier {
	text-align: end;
}

.page-header__title {
	color: #fff;
	font-weight: bold;
	font-size: 70px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.page-header__title.--entry {
	font-size: 45px;
}

.page-header__title.--entry.--carrier {
	text-align: end;
}

.pagination {
	display: flex;
	position: relative;
	align-items: center;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	padding-bottom: 120px;
}

.pagination .current {
	flex-grow: 1;
	padding: 1em 3em;
	background: #006bc7;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	text-align: center;
}

.pagination .next,
.pagination .prev {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
}

.pagination .next {
	margin-left: 1px;
}

.pagination .prev {
	margin-right: 1px;
}

.pagination .next a,
.pagination .prev a {
	display: block;
	position: relative;
	width: inherit;
	height: inherit;
	background: #006bc7;
	transition-duration: 0.5s;
}

.next a:hover,
.prev a:hover {
	opacity: 0.7;
}

.next a::before,
.prev a::before {
	display: block;
	width: 16px;
	height: 16px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: "";
}

.next a::before {
	position: absolute;
	top: 50%;
	left: 40%;
	transform: translate(-50%, -50%) rotate(-45deg);
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
}

.prev a::before {
	position: absolute;
	top: 50%;
	left: 60%;
	transform: translate(-50%, -50%) rotate(135deg);
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
}

.magazine-content .wp-pagenavi {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 4.1666666667vw;
	padding-bottom: 0;
	gap: 1.3888888889vw;
}

.magazine-content .wp-pagenavi .current {
	display: flex;
	flex-grow: 0;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 3.3333333333vw;
	min-width: 3.3333333333vw;
	max-width: 3.3333333333vw;
	height: 3.3333333333vw;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #003c88;
	color: #fff;
	font-weight: 600;
	font-size: 1.1111111111vw;
	line-height: 1;
}

.magazine-content .wp-pagenavi a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: #003c88;
	font-weight: 600;
	font-size: 1.1111111111vw;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.magazine-content .wp-pagenavi a:hover {
	opacity: 0.7;
}

.magazine-content .wp-pagenavi .page {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 3.3333333333vw;
	min-width: 3.3333333333vw;
	max-width: 3.3333333333vw;
	height: 3.3333333333vw;
	border: none;
	background: transparent;
	color: #003c88;
	font-weight: 600;
	font-size: 1.1111111111vw;
}

.magazine-content .wp-pagenavi .page a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 0;
	border: none;
	background: transparent;
}

.magazine-content .wp-pagenavi .previouspostslink,
.magazine-content .wp-pagenavi .nextpostslink {
	display: flex !important;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 3.3333333333vw;
	height: 3.3333333333vw;
	border: 1px solid #003c88;
	border-radius: 50%;
	background: #fff;
}

.magazine-content .wp-pagenavi .previouspostslink.disabled,
.magazine-content .wp-pagenavi .previouspostslink[aria-disabled=true],
.magazine-content .wp-pagenavi .previouspostslink:not([href]),
.magazine-content .wp-pagenavi .previouspostslink[style*="visibility: hidden"],
.magazine-content .wp-pagenavi .nextpostslink.disabled,
.magazine-content .wp-pagenavi .nextpostslink[aria-disabled=true],
.magazine-content .wp-pagenavi .nextpostslink:not([href]),
.magazine-content .wp-pagenavi .nextpostslink[style*="visibility: hidden"] {
	visibility: hidden !important;
	pointer-events: none !important;
}

.section-title {
	margin: 52px auto 0 auto;
}

.section-title__text {
	font-weight: bold;
	text-align: center;
}

.section-title__text.--en {
	font-size: 40px;
	font-family: Futura, "Noto Sans JP", "Prompt", sans-serif;
}

.section-title__text.--en.--privacy {
	font-size: 35px;
}

.section-title__text.--uppercase {
	text-transform: uppercase;
}

.section-title__text.--jp {
	margin-top: 12px;
	font-size: 15px;
}

.section-title__text.--jp-blog,
.section-title__text.--jp-news {
	position: relative;
	font-size: 32px;
}

.section-title__text.--jp-blog::after,
.section-title__text.--jp-news::after {
	position: absolute;
	bottom: -0.5em;
	left: 50%;
	width: 60px;
	height: 4px;
	transform: translateX(-50%);
	background: #006bc7;
	content: "";
}

.section-title__text.--white {
	color: #fff;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}

.zoom-thumbnail__link:hover {
	opacity: 1;
}

.zoom-thumbnail__link:hover .zoom-thumbnail {
	transform: scale(1.1);
}

.zoom-thumbnail__wrapper {
	display: block;
	overflow: hidden;
}

.zoom-thumbnail {
	transform: translateZ(0);
	backface-visibility: hidden;
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.job-interview-staff {
	z-index: 2;
	position: relative;
	width: 100%;
	padding: 5.5555555556vw 0 0;
	overflow: visible;
	background-color: #fafff2;
}

.job-interview-staff__header {
	text-align: left;
}

.job-interview-staff__title {
	margin: 0;
	padding-left: 11.8055555556vw;
	color: #003c88;
	font-style: normal;
	font-weight: 300;
	font-size: 3.3333333333vw;
	line-height: 1.2;
	font-family: "Futura PT", "Futura", "Prompt", "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	text-align: start;
	text-transform: uppercase;
}

.job-interview-staff__list-wrapper {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	padding-left: 11.8055555556vw;
	scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
	scrollbar-width: thin;
}

.job-interview-staff__list-wrapper::-webkit-scrollbar {
	height: 4px;
}

.job-interview-staff__list-wrapper::-webkit-scrollbar-track {
	background: transparent;
}

.job-interview-staff__list-wrapper::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.2);
}

.job-interview-staff__list-wrapper::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0, 0, 0, 0.3);
}

.job-interview-staff__list {
	display: flex;
	min-width: -moz-min-content;
	min-width: min-content;
	margin: 0;
	list-style: none;
}

.job-interview-staff__scroll {
	display: none;
}

.job-interview-staff-card__item {
	flex: 0 0 auto;
	width: auto;
	transition: opacity 0.3s ease;
}

.job-interview-staff-card__link {
	display: block;
	z-index: 1;
	position: relative;
	color: inherit;
	text-decoration: none;
}

.job-interview-staff-card__card {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	height: 38.1597222222vw;
	overflow: visible;
}

.job-interview-staff-card__text-content {
	display: flex;
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 30%;
	flex-direction: column;
	align-items: flex-start;
	width: 15.5555555556vw;
	transform: translate(-50%, -50%);
}

.job-interview-staff-card__text-content::before,
.job-interview-staff-card__text-content::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15.6104166667vw;
	height: 23.8479166667vw;
	transform: translate(-50%, -50%) rotate(40deg);
	border-radius: 50%;
	background-color: var(--interview-bg-color, #ff9b5d);
	content: "";
	transition: filter 0.4s ease, transform 0.4s ease, opacity 0.4s ease;
}

.job-interview-staff-card__text-content::before {
	z-index: -1;
	opacity: 0.9;
}

.job-interview-staff-card__text-content::after {
	z-index: -2;
	filter: blur(20px);
	opacity: 0;
}

.job-interview-staff-card__job-badge {
	box-sizing: border-box;
	display: block;
	width: 100%;
	margin-bottom: 1.8055555556vw;
	padding: 0.2777777778vw 0 0.2777777778vw 1.25vw;
	border-radius: 3.4722222222vw;
	background-color: #003c88;
	color: #fff;
	font-weight: 400;
	font-size: 1.1111111111vw;
	font-family: "Noto Sans JP", "Prompt", sans-serif;
	letter-spacing: 0.05em;
	text-align: start;
}

.job-interview-staff-card__name-jp {
	width: 100%;
	margin-bottom: 0.5555555556vw;
	padding-left: 0.6944444444vw;
	color: #003c88;
	font-weight: 400;
	font-size: 1.1111111111vw;
	line-height: 1.4;
	font-family: "Noto Sans JP", "Prompt", sans-serif;
	letter-spacing: 0.05em;
	text-align: left;
}

.job-interview-staff-card__name-en {
	width: 100%;
	margin: 0;
	margin-bottom: 1.5277777778vw;
	padding-left: 0.6944444444vw;
	color: #003c88;
	font-weight: 500;
	font-size: 0.8333333333vw;
	line-height: 1.4;
	font-family: "Futura PT", "Futura", "Prompt", "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	text-align: left;
}

.job-interview-staff-card__arrow {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	margin-top: 0.5555555556vw;
	padding-left: 0.6944444444vw;
}

.job-interview-staff-card__arrow-icon {
	display: block;
	width: 2.0875vw;
	height: auto;
}

.job-interview-staff-card__thumbnail {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 38.1597222222vw;
	overflow: visible;
}

.job-interview-staff-card__image {
	height: 38.1597222222vw;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	display: block;
	object-position: center;
}

.job-interview-staff-card__image--hover {
	z-index: 3;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 38.1597222222vw;
	transform: translate(-50%, -50%);
	opacity: 0;
	pointer-events: none;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}

.job-interview-staff-card__image--default {
	z-index: 3;
	position: relative;
}

.job-interview-staff-card__item--coming-soon .job-interview-staff-card__link--coming-soon {
	display: block;
	z-index: 1;
	position: relative;
	color: inherit;
	text-decoration: none;
	cursor: default;
	pointer-events: none;
	transition: opacity 0.3s ease;
}

.job-interview-staff-card__item--coming-soon .job-interview-staff-card__link--coming-soon:hover {
	opacity: 0.7;
}

.job-interview-staff-card__item--coming-soon .job-interview-staff-card__coming-soon {
	display: flex;
	z-index: 1;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 200px;
}

.job-interview-staff-card__item--coming-soon .job-interview-staff-card__coming-soon-text {
	z-index: 2;
	position: relative;
	color: #003c88;
	font-weight: 400;
	font-size: 1.6666666667vw;
	font-family: "Futura PT", "Futura", "Prompt", "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.job-hero {
	position: relative;
	width: 100vw;
	height: auto;
}

.job-hero-background {
	z-index: 1;
	position: relative;
	width: 100%;
	height: auto;
}

.job-hero-image {
	display: block;
	width: 100%;
	height: auto;
}

.job-hero-image--pc {
	display: block;
}

.job-hero-image--sp {
	display: none;
}

.job-hero-overlay {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #609b00;
	mix-blend-mode: multiply;
	pointer-events: none;
}

.job-hero-content {
	display: flex;
	z-index: 3;
	position: absolute;
	top: 45%;
	left: 11.8055555556vw;
	align-items: center;
	justify-content: flex-start;
	transform: translateY(-50%);
}

.job-hero-text {
	display: flex;
	flex-direction: column;
	color: #fff;
}

.job-hero-title {
	margin: 0;
	color: #fff;
	font-weight: 300;
	font-size: 5.5555555556vw;
	line-height: 1.6;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
}

.job-content {
	width: 100%;
	overflow: hidden;
	background-color: #fafff2;
}

.job-content-license-item {
	padding: 0 0 0 1.6vw;
	border-left: 1px solid #333;
	color: #000;
	font-weight: 400;
	font-size: 1.5972222222vw;
	line-height: 1.5;
	font-family: "Noto Sans JP", "Prompt", sans-serif;
	letter-spacing: 0.05em;
}

.job-content-section-first {
	width: 100%;
	padding: 5.5555555556vw 0 0 0;
	overflow: hidden;
}

.job-content-section-first .job-content-inner {
	padding-right: 0;
	padding-left: 11.8055555556vw;
}

.job-content-section-first .job-content-left {
	padding-right: 3.4722222222vw;
}

.job-content-section-second {
	width: 100%;
	padding: 5.5555555556vw 0 0 0;
	overflow: hidden;
}

.job-content-inner {
	display: flex;
	align-items: flex-start;
	width: 100%;
	margin: 0 auto;
	padding-right: 11.8055555556vw;
	padding-left: 0;
}

.job-content-left {
	flex: 1;
	max-width: 720px;
	padding-left: 0;
}

.job-content-left-image {
	flex: 0 0 auto;
	max-width: none;
	padding-left: 8.6805555556vw;
}

.job-content-right {
	position: relative;
	flex: 0 0 auto;
	width: 50vw;
	max-width: none;
	margin-right: 0;
	padding-right: 0;
}

.job-content-block-skill {
	margin-bottom: 2.7777777778vw;
	padding-left: 4.1666666667vw;
}

.job-content-block-license {
	margin-bottom: 4.1666666667vw;
	padding-left: 4.1666666667vw;
}

.job-content-heading {
	margin: 0 0 2.0833333333vw 0;
	color: #003c88;
	font-weight: 300;
	font-size: 3.3333333333vw;
	line-height: 1.4;
	font-family: "Noto Sans JP", "Prompt", sans-serif;
	letter-spacing: 0.05em;
}

.job-content-text {
	color: #101010;
	font-weight: 400;
	font-size: 1.1111111111vw;
	line-height: 1.8;
	font-family: "Noto Sans JP", "Prompt", sans-serif;
	letter-spacing: 0.05em;
}

.job-content-text p {
	margin: 0 0 1.1111111111vw 0;
}

.job-content-text p:last-child {
	margin-bottom: 0;
}

.job-content-text ul {
	margin: 0 0 1.1111111111vw 0;
	padding: 0;
	list-style: none;
}

.job-content-text ul li {
	position: relative;
	margin-bottom: 0.8333333333vw;
	padding-left: 2.2222222222vw;
}

.job-content-text ul li::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1.3888888889vw;
	height: 1.3888888889vw;
	transform: translateY(-50%);
	background-image: url("../../../assets/img/work/check-green.webp");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
}

.job-content-text ul li:last-child {
	margin-bottom: 0;
}

.job-content-text-skill {
	color: #000;
	font-weight: 400;
	font-size: 1.1111111111vw;
	line-height: 1.8;
	font-family: "Noto Sans JP", "Prompt", sans-serif;
	letter-spacing: 0.05em;
}

.job-content-text-skill p {
	margin: 0 0 1.1111111111vw 0;
}

.job-content-text-skill p:last-child {
	margin-bottom: 0;
}

.job-content-text-skill ul {
	margin: 0 0 1.1111111111vw 0;
	padding: 0;
	list-style: none;
}

.job-content-text-skill ul li {
	position: relative;
	margin-bottom: 0.8333333333vw;
	padding-left: 2.2222222222vw;
}

.job-content-text-skill ul li::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1.3888888889vw;
	height: 1.3888888889vw;
	transform: translateY(-50%);
	background-image: url("../../../assets/img/work/check-green.webp");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
}

.job-content-text-skill ul li:last-child {
	margin-bottom: 0;
}

.job-content-skill-item {
	color: #000;
	font-weight: 400;
	font-size: 1.5972222222vw;
	line-height: 1.5;
	font-family: "Noto Sans JP", "Prompt", sans-serif;
}

.job-content-note {
	margin-top: 1.0416666667vw;
	color: #000;
	font-weight: 400;
	font-size: 1.1111111111vw;
}

.job-content-image-wrapper {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.job-content-section-first .job-content-image-wrapper {
	border-radius: 2.0833333333vw 0 0 2.0833333333vw;
}

.job-content-section-second .job-content-image-wrapper {
	border-radius: 0 2.0833333333vw 2.0833333333vw 0;
}

.job-content-section-second .job-content-inner {
	align-items: stretch;
	padding-left: 0;
}

.job-content-section-second .job-content-left-image {
	display: flex;
	position: relative;
	left: 0;
	flex: 0 0 50%;
	align-items: stretch;
	width: 50%;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}

.job-content-section-second .job-content-image-wrapper {
	display: flex;
	align-items: stretch;
	width: 100%;
	height: 100%;
}

.job-content-section-second .job-content-image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.job-content-section-second .job-content-right {
	display: flex;
	flex: 0 0 50%;
	flex-direction: column;
	justify-content: center;
	width: 50%;
	max-width: none;
}

.job-content-image {
	display: block;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

.job-content-container {
	width: 100%;
	margin: 0 auto;
	padding: 0 8.6805555556vw;
}

.job-entry-hero {
	position: relative;
	width: 100vw;
	overflow: visible;
}

.job-entry-hero-rounded-top {
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6.2986111111vw;
	border-radius: 0 0 4.1666666667vw 4.1666666667vw;
	background-color: #fafff2;
}

.job-entry-hero-rounded-bottom {
	z-index: 3;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5.5555555556vw;
	border-radius: 4.1666666667vw 4.1666666667vw 0 0;
	background-color: #fafff2;
}

.job-entry-hero-background {
	z-index: 1;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.job-entry-hero-image {
	display: block;
	width: 100vw;
	height: auto;
	transition: transform 0.6s ease, filter 0.6s ease;
}

.job-entry-hero:hover .job-entry-hero-image {
	transform: scale(1.05);
	filter: blur(10px);
}

.job-entry-hero-content {
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	pointer-events: none;
}

.job-entry-hero-button-wrapper {
	z-index: 1;
	position: relative;
	text-align: center;
	pointer-events: auto;
}

.job-entry-hero-title-link {
	display: inline-block;
	text-decoration: none;
	pointer-events: auto;
	transition: opacity 0.3s;
}

.job-entry-hero-title-link:hover {
	opacity: 0.9;
}

.job-entry-hero-title {
	color: #fff;
	font-weight: 300;
	font-size: 4.8611111111vw;
	font-family: "Futura PT", "Futura", "Prompt", "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	cursor: pointer;
}

.job-entry-hero-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 2.7777777778vw;
	gap: 1.1111111111vw;
	border: none;
	background: transparent;
	text-decoration: none;
	transition: all 0.6s ease;
}

.job-entry-hero:hover .job-entry-hero-btn {
	opacity: 1;
}

.job-entry-hero:hover .job-entry-hero-btn .job-entry-hero-btn-icon-circle-fill {
	opacity: 1;
}

.job-entry-hero:hover .job-entry-hero-btn .job-entry-hero-btn-icon-outline-group {
	opacity: 0;
}

.job-entry-hero-btn-jp {
	padding-right: 2.2222222222vw;
	color: #fff;
	font-weight: 400;
	font-size: 1.3194444444vw;
	line-height: 1.2;
	font-family: "Noto Sans JP", "Prompt", sans-serif;
	text-align: start;
	white-space: nowrap;
}

.job-entry-hero-btn-icon {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 2.9166666667vw;
	height: 2.9166666667vw;
}

.job-entry-hero-btn-icon-svg {
	display: block;
	width: 100%;
	height: 100%;
}

.job-entry-hero-btn-icon-svg circle,
.job-entry-hero-btn-icon-svg line,
.job-entry-hero-btn-icon-svg path,
.job-entry-hero-btn-icon-svg .job-entry-hero-btn-icon-circle-fill,
.job-entry-hero-btn-icon-svg .job-entry-hero-btn-icon-outline-group {
	transition: all 0.6s ease;
}

.job-entry-hero-btn-icon-svg .job-entry-hero-btn-icon-circle-fill {
	opacity: 0;
}

.job-entry-hero-btn-icon-svg .job-entry-hero-btn-icon-outline-group {
	opacity: 1;
}

.job-other-jobs {
	display: flex;
	justify-content: center;
	padding: 0 0 5.5555555556vw 0;
	background-color: #fafff2;
}

.job-other-jobs-container {
	width: 80%;
	max-width: 1440px;
	margin: 0 auto;
}

.job-other-jobs-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: auto;
	margin: 0 auto;
	padding: 0;
	gap: 1.1111111111vw;
	list-style: none;
}

.job-other-jobs-item {
	width: 11.6666666667vw;
	margin: 0;
}

.job-other-jobs-link-wrapper {
	display: block;
	position: relative;
	width: 100%;
}

.job-other-jobs-link {
	display: block;
	z-index: 1;
	position: relative;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.job-other-jobs-link:hover {
	opacity: 0.9;
}

.job-other-jobs-link:hover .job-other-jobs-image {
	transform: scale(1.2);
}

.job-other-jobs-card {
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1/1;
	width: 100%;
	border-radius: 1.3888888889vw;
	background-color: #fafff2;
}

.job-other-jobs-image-wrapper-wrapper {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 1.1111111111vw;
}

.job-other-jobs-image-shadow {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	aspect-ratio: 1/1;
	width: 100%;
	transform: translateY(4px);
	border-radius: 3.3333333333vw;
	background-color: #609b00;
	pointer-events: none;
}

.job-other-jobs-image-wrapper {
	display: flex;
	z-index: 1;
	position: relative;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1/1;
	width: 100%;
	overflow: hidden;
	border-radius: 3.3333333333vw;
	background-color: #fafff2;
}

.job-other-jobs-image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.job-other-jobs-main-title {
	margin: 0 0 4.1666666667vw 0;
	color: #003c88;
	font-style: normal;
	font-weight: 300;
	font-size: 3.3333333333vw;
	line-height: 1.2;
	font-family: "Futura PT", "Futura", "Prompt", "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	text-align: center;
}

.job-other-jobs-title {
	margin: 0;
	color: #609b00;
	font-weight: 600;
	font-size: 1.25vw;
	line-height: 1.4;
	font-family: "Noto Sans JP", "Prompt", sans-serif;
	letter-spacing: 0.05em;
	text-align: center;
	white-space: nowrap;
}

@media screen and (min-width: 768px) {

.job-interview-staff-card__link:hover {
	opacity: 1 !important;
}

.job-interview-staff-card__link:hover:has(.job-interview-staff-card__image--hover) .job-interview-staff-card__image--default {
	visibility: hidden;
	opacity: 0;
}

.job-interview-staff-card__link:hover .job-interview-staff-card__image--hover {
	opacity: 1 !important;
}

.job-interview-staff-card__link:hover .job-interview-staff-card__text-content::after {
	transform: translate(-50%, -50%) rotate(40deg) scale(1.1);
	opacity: 0.8;
}

}

@media (min-width: 1920px) {

.job-content-left {
	max-width: 50vw;
}

.job-other-jobs-container {
	max-width: 100vw;
}

}

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

.hidden-mediumPC {
	display: none;
}

}

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

.breadcrumb {
	font-weight: lighter;
	font-size: 1.1111111111vw;
	text-align: left;
}

.breadcrumb .container {
	padding-left: 11.1111111111vw;
}

.card__title {
	margin-top: 0.5555555556vw;
	font-size: 1.3888888889vw;
}

.card__text {
	font-size: 0.9722222222vw;
}

.hidden-smallPC {
	display: none;
}

.page-header {
	height: 31.25vw;
}

.page-header__container.--work {
	margin-top: 10.4166666667vw;
}

.page-header__text {
	font-size: 1.3888888889vw;
}

.page-header__text.--entry {
	margin-top: 1.3888888889vw;
	font-size: 1.25vw;
}

.page-header__title {
	font-size: 4.8611111111vw;
}

.page-header__title.--entry {
	font-size: 3.125vw;
}

.pagination {
	padding-bottom: 8.3333333333vw;
}

.pagination .current {
	font-size: 1.1111111111vw;
}

.pagination .next,
.pagination .prev {
	width: 3.3333333333vw;
	height: 3.3333333333vw;
}

.next a::before,
.prev a::before {
	width: 1.1111111111vw;
	height: 1.1111111111vw;
}

.section-title {
	margin: 3.6111111111vw auto 0 auto;
}

.section-title__text.--en {
	font-size: 2.7777777778vw;
}

.section-title__text.--en.--privacy {
	font-size: 2.4305555556vw;
}

.section-title__text.--jp {
	margin-top: 0.8333333333vw;
	font-size: 1.0416666667vw;
}

.section-title__text.--jp-blog,
.section-title__text.--jp-news {
	font-size: 2.2222222222vw;
}

.section-title__text.--jp-blog::after,
.section-title__text.--jp-news::after {
	width: 4.1666666667vw;
}

}

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

.hidden-tablet {
	display: none;
}

}

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

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

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

.breadcrumb {
	padding: 2.5641025641vw 0;
}

.breadcrumb {
	font-weight: normal;
	font-size: min(4.1025641026vw, 16px);
	text-align: left;
}

.breadcrumb .container {
	padding-left: 5.1282051282vw;
}

.card__title {
	margin-top: 2.0512820513vw;
	font-size: 5.1282051282vw;
}

.card__text {
	font-size: 3.5897435897vw;
}

.hidden-mobile {
	display: none;
}

.default-hero__content {
	flex-direction: column;
	align-items: flex-start;
	padding-top: 33.3333333333vw;
	padding-bottom: 16vw;
}

.default-hero__title {
	font-size: min(16vw, 120px);
}

.default-hero__subtitle {
	font-size: min(5.3333333333vw, 40px);
}

.page-header {
	height: 56.4102564103vw;
}

.page-header.--work {
	background: url(../img/work_page-header_sp.png) no-repeat center center/cover;
}

.page-header.--place {
	background: url(../img/place_page-header_sp.png) no-repeat center center/cover;
}

.page-header.--blog {
	background: url(../img/blog_page-header_sp.png) no-repeat center center/cover;
}

.page-header__new {
	background: url(../img/entry_page-header1_sp.png) no-repeat center center/cover;
}

.page-header__carrier {
	background: url(../img/entry_page-header2_sp.png) no-repeat center center/cover;
}

.page-header.--privacy {
	background: url(../img/privacy_page-header_sp.png) no-repeat center center/cover;
}

.page-header__container.--work {
	margin-top: 0;
}

.page-header__text-box {
	flex-direction: column-reverse;
	margin: 0 auto;
}

.page-header__text-box.--left {
	flex-direction: column-reverse;
	margin: 0 auto;
}

.page-header__text-box.--entry {
	flex-direction: column;
	width: 100%;
	text-align: center;
}

.page-header__text-box.--entry.--new {
	margin: 0 auto;
}

.page-header__text {
	font-size: 4.6153846154vw;
	text-align: center;
}

.page-header__text.--entry {
	width: 100%;
	margin-top: 5.1282051282vw;
	padding: 0.25em 0;
	font-size: 4.6153846154vw;
}

.page-header__text.--entry.--new {
	text-align: center;
}

.page-header__text.--entry.--carrier {
	text-align: center;
}

.page-header__title {
	font-size: 14.1025641026vw;
}

.page-header__title.--entry {
	font-size: 11.5384615385vw;
}

.page-header__title.--entry.--carrier {
	text-align: center;
}

.pagination {
	width: 100%;
	padding-bottom: 15.3846153846vw;
}

.pagination .current {
	padding: 1em 0;
	font-size: 4.1025641026vw;
}

.pagination .next,
.pagination .prev {
	width: 12.3076923077vw;
	height: 12.3076923077vw;
}

.next a::before,
.prev a::before {
	width: 4.1025641026vw;
	height: 4.1025641026vw;
}

.magazine-content .wp-pagenavi {
	margin-top: 10.2564102564vw;
	gap: 5.1282051282vw;
}

.magazine-content .wp-pagenavi .current {
	width: 12.3076923077vw;
	min-width: 12.3076923077vw;
	max-width: 12.3076923077vw;
	height: 12.3076923077vw;
	font-size: min(4.1025641026vw, 16px);
}

.magazine-content .wp-pagenavi a {
	font-size: min(4.1025641026vw, 16px);
}

.magazine-content .wp-pagenavi .page {
	width: 12.3076923077vw;
	min-width: 12.3076923077vw;
	max-width: 12.3076923077vw;
	height: 12.3076923077vw;
	font-size: min(4.1025641026vw, 16px);
}

.magazine-content .wp-pagenavi .previouspostslink,
.magazine-content .wp-pagenavi .nextpostslink {
	width: 12.3076923077vw;
	height: 12.3076923077vw;
}

.section-title {
	margin: 13.3333333333vw auto 0 auto;
}

.section-title__text.--en {
	font-size: 10.2564102564vw;
}

.section-title__text.--en.--privacy {
	font-size: 8.9743589744vw;
}

.section-title__text.--jp {
	margin-top: 3.0769230769vw;
	font-size: 3.8461538462vw;
}

.section-title__text.--jp-blog,
.section-title__text.--jp-news {
	font-size: 8.2051282051vw;
}

.section-title__text.--jp-blog::after,
.section-title__text.--jp-news::after {
	width: 15.3846153846vw;
}

.job-interview-staff {
	padding: 13.3333333333vw 0 8vw 0;
}

.job-interview-staff__header {
	margin: 0;
	padding: 0;
}

.job-interview-staff__title {
	padding-left: 5.3333333333vw;
	font-size: 8vw;
	text-align: start;
}

.job-interview-staff__list-wrapper {
	margin: 0;
	padding-left: 0;
}

.job-interview-staff__list-wrapper::-webkit-scrollbar {
	height: 0.5333333333vw;
}

.job-interview-staff__list {
	padding: 0;
}

.job-interview-staff__scroll {
	display: block;
	width: 28.284vw;
	margin: 8vw auto 0 auto;
}

.job-interview-staff-card__item:hover {
	opacity: 0.95;
}

.job-interview-staff-card__card {
	height: 139.2733333333vw;
}

.job-interview-staff-card__text-content {
	width: 56.8146666667vw;
}

.job-interview-staff-card__text-content::before,
.job-interview-staff-card__text-content::after {
	width: 57.016vw;
	height: 87.1026666667vw;
}

.job-interview-staff-card__job-badge {
	width: 100%;
	margin-bottom: 6.6vw;
	padding: 0.84vw 0 0.84vw 4.56vw;
	font-size: 4.2666666667vw;
}

.job-interview-staff-card__name-jp {
	margin-bottom: 1.3333333333vw;
	font-size: 4.2666666667vw;
}

.job-interview-staff-card__name-en {
	margin-bottom: 5.9466666667vw;
	font-size: 3.2vw;
}

.job-interview-staff-card__arrow-icon {
	width: 9.5102564103vw;
}

.job-interview-staff-card__thumbnail {
	height: 139.2733333333vw;
	transform: translateX(20vw);
}

.job-interview-staff-card__image {
	height: 139.2733333333vw;
}

.job-interview-staff-card__image--hover {
	height: 139.2733333333vw;
	transform: translate(-50%, -50%);
}

.job-interview-staff-card__item--coming-soon .job-interview-staff-card__coming-soon-text {
	font-size: min(5.1282051282vw, 20px);
}

.job-hero {
	height: 80vh;
	overflow: hidden;
}

.job-hero-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.job-hero-image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.job-hero-image--pc {
	display: none;
}

.job-hero-image--sp {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.job-hero-content {
	left: 5.3333333333vw;
	align-items: center;
}

.job-hero-title {
	font-weight: 300;
	font-size: 12vw;
	line-height: 1.5;
	text-align: start;
}

.job-hero .breadcrumb {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.job-content-license-item {
	font-size: 3.7333333333vw;
}

.job-content-section-first {
	padding: 15.3333333333vw 0 0 0;
}

.job-content-section-first .job-content-inner {
	padding: 0 5.3333333333vw;
}

.job-content-section-second {
	padding: 0;
}

.job-content-inner {
	flex-direction: column;
	padding-left: 5.3333333333vw;
}

.job-content-left {
	max-width: 100%;
	padding: 0;
}

.job-content-left-image {
	width: 100%;
	padding: 0;
}

.job-content-right {
	width: 100vw;
	padding: 0;
}

.job-content-block {
	margin-bottom: 10.6666666667vw;
}

.job-content-block-skill {
	margin-bottom: 12.2666666667vw;
	padding-left: 0;
}

.job-content-block-license {
	margin-bottom: 13.3333333333vw;
	padding-left: 0;
}

.job-content-heading {
	margin-bottom: 5.1282051282vw;
	font-size: 8vw;
}

.job-content-text {
	font-size: 3.7333333333vw;
	line-height: 1.7;
}

.job-content-text p {
	margin-bottom: 3.0769230769vw;
}

.job-content-text ul {
	margin-bottom: 3.0769230769vw;
}

.job-content-text ul li {
	margin-bottom: 2.5641025641vw;
	padding-left: 7.1794871795vw;
}

.job-content-text ul li::before {
	width: 4.6153846154vw;
	height: 4.6153846154vw;
}

.job-content-text-skill {
	padding-left: 4px;
	font-size: min(4.1025641026vw, 16px);
	line-height: 1.7;
}

.job-content-text-skill p {
	margin-bottom: 3.0769230769vw;
}

.job-content-text-skill ul {
	margin-bottom: 3.0769230769vw;
}

.job-content-text-skill ul li {
	margin-bottom: 2.5641025641vw;
	padding-left: 7.1794871795vw;
}

.job-content-text-skill ul li::before {
	width: 4.6153846154vw;
	height: 4.6153846154vw;
}

.job-content-skill-item {
	font-size: 3.7333333333vw;
}

.job-content-note {
	margin-top: min(3.8461538462vw, 15px) !important;
	font-size: min(3.3333333333vw, 13px);
}

.job-content-image-wrapper {
	width: 100vw;
	margin-left: 0;
}

.job-content-section-first .job-content-image-wrapper {
	border-radius: 4vw 0 0 4vw;
}

.job-content-section-second .job-content-image-wrapper {
	border-radius: 0 4vw 4vw 0;
}

.job-content-section-second .job-content-inner {
	flex-direction: column;
	padding-right: 5.3333333333vw;
	padding-left: 5.3333333333vw;
}

.job-content-section-second .job-content-left-image {
	left: 0;
	flex: 0 0 100%;
	order: 2;
	width: 100%;
	width: calc(100% + 17.9487179487vw);
	margin-right: calc(-1 * 8.9743589744vw);
	margin-left: calc(-1 * 8.9743589744vw);
	padding: 0;
}

.job-content-section-second .job-content-image-wrapper--second {
	padding-right: 10.6666666667vw;
}

.job-content-section-second .job-content-image {
	border-radius: 4vw 4vw 4vw 0;
}

.job-content-section-second .job-content-right {
	flex: 0 0 100%;
	order: 1;
	width: 100%;
	margin-top: 13.3333333333vw;
	padding: 0;
}

.job-content-container {
	padding: 0 8.9743589744vw;
}

.job-entry-hero {
	height: 280px;
	overflow: hidden;
}

.job-entry-hero-rounded-top {
	height: 16px;
	border-radius: 0 0 16px 16px;
}

.job-entry-hero-rounded-bottom {
	height: 16px;
	border-radius: 16px 16px 0 0;
}

.job-entry-hero-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.job-entry-hero-image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.job-entry-hero-title {
	margin-bottom: 1.0666666667vw;
	font-size: 13.3333333333vw;
}

.job-entry-hero-btn {
	padding: 0 8.2051282051vw;
	gap: 3.0769230769vw;
}

.job-entry-hero-btn-jp {
	padding-right: 8px;
	font-size: 5.1282051282vw;
}

.job-entry-hero-btn-icon {
	width: 6.1538461538vw;
	height: 6.1538461538vw;
}

.job-other-jobs {
	padding: calc(16vw - 16px) 0 10.6666666667vw 0;
}

.job-other-jobs-container {
	width: 100%;
	padding: 0 5.3333333333vw;
}

.job-other-jobs-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: start;
	width: 100%;
	gap: 5.4666666667vw 4vw;
}

.job-other-jobs-item {
	width: 100%;
}

.job-other-jobs-image-wrapper-wrapper {
	margin-bottom: 4.1025641026vw;
}

.job-other-jobs-image-shadow {
	transform: translateY(4px);
	border-radius: 8vw;
}

.job-other-jobs-image-wrapper {
	border-radius: 8vw;
}

.job-other-jobs-main-title {
	margin-bottom: 10.2564102564vw;
	font-size: min(7.6923076923vw, 30px);
}

.job-other-jobs-title {
	font-size: 4.2666666667vw;
}

}

