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

.interview-other {
	z-index: 2;
	position: relative;
	width: 100%;
	padding: 5.5555555556vw 0 0.6944444444vw 0;
	overflow: visible;
	background-color: transparent;
}

.interview-other__header {
	text-align: left;
}

.interview-other__title {
	margin: 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;
	text-transform: uppercase;
}

.interview-other__list-wrapper {
	position: relative;
	width: calc(100% - 5.5555555556vw);
	margin-right: 0;
	margin-bottom: 6.7708333333vw;
	overflow: visible;
}

.interview-other-button-prev,
.interview-other-button-next {
	z-index: 10;
	top: auto;
	bottom: -2.7777777778vw;
	width: 3.6111111111vw;
	height: 3.6111111111vw;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent;
	box-shadow: none;
}

.interview-other-button-prev::after,
.interview-other-button-next::after {
	display: none;
}

.interview-other-button-prev {
	right: auto;
	left: 39.8611111111vw;
	background-image: url(../../img/top/top-interview-slide-prev.png);
}

.interview-other-button-next {
	right: 39.8611111111vw;
	left: auto;
	background-image: url(../../img/top/top-interview-slide-next.png);
}

.interview-other__scroll-text {
	position: absolute;
	bottom: -2.0833333333vw;
	left: 50%;
	transform: translateX(-50%);
	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-align: center;
	text-transform: uppercase;
}

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

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

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

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

.interview-other-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%);
}

.interview-other-card__text-content::before,
.interview-other-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;
}

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

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

.interview-other-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;
}

.interview-other-card__name-jp {
	width: 100%;
	margin-bottom: min(0.5555555556vw, 8px);
	padding-left: min(0.6944444444vw, 10px);
	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;
}

.interview-other-card__name-en {
	width: 100%;
	margin: 0;
	margin-bottom: min(1.5277777778vw, 22px);
	padding-left: min(0.6944444444vw, 10px);
	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;
}

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

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

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

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

.interview-other-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;
}

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

.interview-other-card__item--coming-soon .interview-other-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;
}

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

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

.interview-other-card__item--coming-soon .interview-other-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;
}

.interview-detail-main {
	overflow-x: hidden;
}

.interview-archive__title {
	margin-bottom: 4.1666666667vw;
	color: #2d3042;
	font-weight: 700;
	font-size: 2.2222222222vw;
	text-align: center;
}

.interview-archive__list-wrapper {
	margin: 4.1666666667vw 0;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
	scrollbar-width: thin;
}

.interview-archive__list-wrapper::-webkit-scrollbar {
	height: 0.5555555556vw;
}

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

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

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

.interview-archive__list {
	display: flex;
	min-width: -moz-min-content;
	min-width: min-content;
	margin: 0;
	padding: 0;
	gap: 2.0833333333vw;
	list-style: none;
}

.interview-archive__item {
	flex: 0 0 auto;
	width: 20.8333333333vw;
}

.interview-archive__link {
	display: block;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.interview-archive__link:hover {
	opacity: 1 !important;
}

.interview-archive__thumbnail {
	aspect-ratio: 1/1;
	width: 100%;
	margin-bottom: 1.3888888889vw;
	overflow: hidden;
	border-radius: 0.5555555556vw;
	background-color: #f5f5f5;
}

.interview-archive__thumbnail img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.interview-archive__date {
	display: block;
	margin-bottom: 0.5555555556vw;
	color: #2d3042;
	font-weight: 600;
	font-size: 0.9722222222vw;
}

.interview-archive__name {
	margin: 0;
	color: #2d3042;
	font-weight: 600;
	font-size: 1.25vw;
	line-height: 1.6;
}

.interview-archive__pagenavi {
	margin-top: 4.1666666667vw;
	text-align: center;
}

.interview-hero {
	position: relative;
	width: 100%;
	height: auto;
	overflow-x: hidden;
	overflow-y: visible;
}

.interview-hero__background {
	z-index: 1;
	position: relative;
	width: 100%;
	height: auto;
}

.interview-hero__image {
	display: block;
	width: 100%;
	height: auto;
}

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

.interview-hero__content {
	box-sizing: border-box;
	display: flex;
	z-index: 3;
	position: absolute;
	top: 50%;
	left: 0;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 100%;
	padding: 0 8.6805555556vw;
	transform: translateY(-50%);
}

.interview-hero__left {
	display: flex;
	flex: 0 0 50%;
	align-items: flex-start;
	justify-content: flex-start;
	width: 46.5277777778vw;
}

.interview-hero__text {
	display: flex;
	flex-direction: column;
	width: 46.5277777778vw;
	color: #fff;
}

.interview-hero__text-line {
	width: 46.5277777778vw;
	margin: 0;
	color: #fff;
	font-weight: 300;
	font-size: 4.1666666667vw;
	line-height: 1.2;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
}

.interview-hero__text-line--pc {
	display: block;
}

.interview-hero__text-line--sp {
	display: none;
}

.interview-hero__breadcrumb {
	z-index: 10;
	position: relative;
	width: 100%;
	background-color: #003c88;
}

.interview-hero__breadcrumb .breadcrumb {
	padding: 0.6944444444vw 0;
	background-color: #003c88;
}

.interview-hero__breadcrumb-container {
	padding-left: 5.5555555556vw;
	text-align: left;
}

.interview-person-overlay {
	z-index: 30;
	position: absolute;
	top: 6.9444444444vw;
	right: 0;
	width: 50%;
	overflow: visible;
	pointer-events: none;
}

.interview-person-overlay__wrapper {
	display: flex;
	position: relative;
	align-items: flex-start;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
}

.interview-person-overlay__image-wrapper {
	display: flex;
	z-index: 1;
	position: relative;
	align-items: center;
	justify-content: center;
	width: auto;
	height: 100%;
}

.interview-person-overlay__blur {
	z-index: 0;
	position: absolute;
	top: 40%;
	left: 50%;
	width: 22.9166666667vw;
	height: 36.6666666667vw;
	transform: translate(-50%, -50%) rotate(40deg);
	border-radius: 50%;
	background-color: var(--person-bg-color, #cef400);
	filter: blur(2.7777777778vw);
	pointer-events: none;
}

.interview-person-overlay__image {
	position: relative;
	width: 100%;
	height: 71.0416666667vw;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	display: block;
	z-index: 1;
	object-position: center;
}

.interview-person-overlay__info {
	display: flex;
	z-index: 2;
	position: absolute;
	top: 9.0277777778vw;
	left: 4.1666666667vw;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	color: #fff;
}

.interview-person-overlay__job {
	margin: 0;
	color: #fff;
	font-weight: 300;
	font-size: 1.1111111111vw;
	line-height: 1.6;
	font-family: "Noto Sans JP", "Prompt", sans-serif;
	letter-spacing: 0.05em;
}

.interview-person-overlay__name-jp {
	margin: 0.8333333333vw 0 0 0;
	color: #fff;
	font-weight: 400;
	font-size: 1.5972222222vw;
	line-height: 1.4;
	font-family: "Noto Sans JP", "Prompt", sans-serif;
	letter-spacing: 0.05em;
}

.interview-person-overlay__name-en {
	margin: 0 0 0.8333333333vw 0;
	color: #fff;
	font-weight: 400;
	font-size: 1.25vw;
	line-height: 1.4;
	font-family: "Futura PT", "Futura", "Prompt", "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
}

.interview-person-overlay__join {
	margin: 0;
	color: #fff;
	font-weight: 300;
	font-size: 1.1111111111vw;
	line-height: 1.6;
	font-family: "Noto Sans JP", "Prompt", sans-serif;
	letter-spacing: 0.05em;
}

.interview-detail__debug {
	padding: 4.1666666667vw 0;
	background: #f5f5f5;
}

.interview-detail__debug .container {
	width: 75vw;
	margin-right: auto;
	margin-left: auto;
	padding: 0 8.6805555556vw;
}

.interview-detail__debug h2 {
	margin-bottom: 2.7777777778vw;
	padding-bottom: 0.6944444444vw;
	border-bottom: 2px solid #003c88;
	color: #2d3042;
	font-weight: 700;
	font-size: 2.2222222222vw;
}

.interview-detail__debug h3 {
	margin-top: 2.0833333333vw;
	margin-bottom: 1.0416666667vw;
	color: #2d3042;
	font-weight: 600;
	font-size: 1.6666666667vw;
}

.interview-detail__debug h4 {
	margin-top: 1.3888888889vw;
	margin-bottom: 0.6944444444vw;
	color: #2d3042;
	font-weight: 600;
	font-size: 1.25vw;
}

.interview-detail__debug .interview-detail__debug-section {
	margin-bottom: 2.0833333333vw;
	padding: 2.0833333333vw;
	border-radius: 0.5555555556vw;
	background: #fff;
}

.interview-detail__debug .interview-detail__debug-section ul {
	margin: 1.0416666667vw 0;
	padding-left: 2.0833333333vw;
	list-style: disc;
}

.interview-detail__debug .interview-detail__debug-section ul li {
	margin-bottom: 0.5555555556vw;
	line-height: 1.6;
}

.interview-detail__debug .interview-detail__debug-section pre {
	padding: 1.3888888889vw;
	overflow-x: auto;
	border-radius: 0.2777777778vw;
	background: #f8f8f8;
	font-size: 0.8333333333vw;
	line-height: 1.5;
}

.interview-detail__debug .interview-detail__debug-section img {
	max-width: 150px;
	height: auto;
	margin-top: 0.6944444444vw;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.interview-detail__debug .interview-detail__debug-content-preview {
	margin-top: 0.6944444444vw;
	padding: 1.3888888889vw;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
}

.interview-content {
	z-index: 5;
	position: relative;
	overflow: visible;
	background-color: transparent;
}

.interview-content .interview-content__container {
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	background-color: transparent;
}

.interview-content .interview-content__body {
	color: #2d3042;
	font-size: 1.1111111111vw;
	line-height: 1.8;
}

.interview-content .interview-content__body h2 {
	margin-top: 4.1666666667vw;
	margin-bottom: 2.0833333333vw;
	color: #2d3042;
	font-weight: 700;
	font-size: 2.2222222222vw;
	line-height: 1.4;
}

.interview-content .interview-content__body h2:first-child {
	margin-top: 0;
}

.interview-content .interview-content__body h3 {
	margin-top: 2.7777777778vw;
	margin-bottom: 1.3888888889vw;
	color: #2d3042;
	font-weight: 600;
	font-size: 1.6666666667vw;
}

.interview-content .interview-content__body p {
	margin-bottom: 1.3888888889vw;
	line-height: 1.8;
}

.interview-content .interview-content__body img {
	display: block;
	width: 100%;
	height: auto;
	margin: 2.0833333333vw 0;
}

.interview-content .interview-content__body ul,
.interview-content .interview-content__body ol {
	margin: 1.3888888889vw 0;
	padding-left: 2.0833333333vw;
}

.interview-content .interview-content__body ul li,
.interview-content .interview-content__body ol li {
	margin-bottom: 0.6944444444vw;
}

.interview-section {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	width: 100%;
	margin-bottom: 5.5555555556vw;
	gap: 4.1666666667vw;
}

.interview-section:last-child {
	margin-bottom: 0;
}

.interview-section__text-only {
	width: 100%;
	max-width: 62.5vw;
	margin: 0;
}

.first-title {
	margin: 0;
	padding: 6.9444444444vw 0 2.7777777778vw 11.8055555556vw;
}

.first-title__text-only {
	padding: 0;
}

.first-title__heading {
	width: 41.6666666667vw;
	color: #003c88;
	font-weight: 300;
	font-size: 3.3333333333vw;
	line-height: 1.6;
	white-space: nowrap;
}

.first-content {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 0 7.6388888889vw 11.8055555556vw;
	padding-top: 0vw;
}

.first-content__text-only {
	margin-left: 0;
	padding: 0;
}

.first-content__text {
	width: 50vw;
	margin-top: 0;
	color: #101010;
	font-weight: 400;
	font-size: 1.1111111111vw;
	line-height: 1.7;
	font-family: "Noto Sans JP", "Prompt", sans-serif;
	letter-spacing: 0.05em;
	text-align: left;
}

.first-content__text p {
	margin-bottom: 1.3888888889vw;
}

.first-content__text p:last-child {
	margin-bottom: 0;
}

.interview-section__left {
	flex-shrink: 0;
	width: 55%;
	padding: 5.5555555556vw 0 7.6388888889vw 11.8055555556vw;
}

.interview-section__right {
	display: flex;
	flex-shrink: 0;
	flex-direction: column;
	width: 45%;
	gap: 1.3888888889vw;
}

.interview-section__title {
	width: 41.6666666667vw;
	margin-bottom: 2.7777777778vw;
	color: #003c88;
	font-weight: 300;
	font-size: 3.3333333333vw;
	line-height: 1.4;
}

.interview-section__text {
	height: 30.8333333333vw;
	color: #101010;
	font-weight: 400;
	font-size: 1.1111111111vw;
	line-height: 1.7;
	font-family: "Noto Sans JP", "Prompt", sans-serif;
	letter-spacing: 0.05em;
}

.interview-section__text p {
	margin-bottom: 1.3888888889vw;
}

.interview-section__text p:last-child {
	margin-bottom: 0;
}

.interview-section__image-wrapper {
	position: absolute;
	top: -10vw;
	right: 0;
	width: 45vw;
	margin-right: 0;
	margin-bottom: 0;
	overflow: hidden;
	border-radius: 2.0833333333vw 0 0 2.0833333333vw;
}

.interview-section__image-wrapper--small {
	width: 60%;
	margin-top: 1.3888888889vw;
}

.interview-section__image {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 2.0833333333vw 0 0 2.0833333333vw;
}

.interview-section-reverse {
	flex-direction: row-reverse;
	justify-content: flex-start;
}

.interview-section-third {
	z-index: 50;
	position: relative;
	justify-content: flex-start;
	width: 100%;
	padding-right: 0;
	overflow: visible;
}

.interview-section-third__left {
	display: flex;
	flex-direction: column;
	padding: 5.5555555556vw 0 2.7777777778vw 11.1111111111vw;
	gap: 1.3888888889vw;
}

.interview-section-third__title {
	width: 41.6666666667vw;
	margin-bottom: 1.3888888889vw;
	color: #003c88;
	font-weight: lighter;
	font-size: 2.5vw;
	line-height: 1.6;
}

.interview-section-third__text {
	width: 50vw;
	color: #101010;
	font-weight: normal;
	font-size: 1.1111111111vw;
	line-height: 2.2;
	font-family: "Noto Sans JP", "Prompt", sans-serif;
	letter-spacing: 0.05em;
}

.interview-section-third__text p {
	margin-bottom: 1.3888888889vw;
}

.interview-section-third__text p:last-child {
	margin-bottom: 0;
}

.interview-section-third__right {
	display: flex;
	justify-content: flex-end;
	width: auto;
	margin-right: -4.1666666667vw;
	padding-right: 0;
}

.interview-section-third__image-wrapper {
	width: 50vw;
	margin-right: 0;
	overflow: hidden;
	transform: none;
	transform: translate(0, -14vw);
}

.interview-section-third__image {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-top-left-radius: 0.5555555556vw;
	border-bottom-left-radius: 0.5555555556vw;
}

.interview-section-third__energy-image {
	z-index: 100;
	position: absolute;
	top: 64%;
	right: 2.7777777778vw;
	width: auto;
	max-width: 50vw;
	height: 58.8888888889vw;
	transform: translateY(-50%);
}

.interview-section-third__energy-img {
	display: block;
	position: relative;
	width: auto;
	height: 100%;
	-o-object-fit: contain;
	z-index: 50;
	object-fit: contain;
}

.interview-section-reverse .interview-section__left .interview-section__title {
	margin-left: 0;
}

.interview-section-reverse .interview-section__right .interview-section__text {
	padding-left: 0;
}

.interview-section-second {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	gap: 4.1666666667vw;
}

.interview-section-second:last-child {
	margin-bottom: 0;
}

.interview-section-second-left {
	flex-shrink: 0;
	width: 45%;
}

.interview-section-second-right {
	display: flex;
	flex-shrink: 0;
	flex-direction: column;
	width: 45%;
}

.interview-section-second-title {
	width: 41.6666666667vw;
	margin-bottom: 2.0833333333vw;
	color: #003c88;
	font-weight: 300;
	font-size: 3.3333333333vw;
	line-height: 1.6;
}

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

.interview-section-second-image-wrapper {
	width: 90%;
	margin-bottom: 0;
	overflow: hidden;
	transform: translateX(-5%);
	border-radius: 0;
}

.interview-section-second-image {
	display: block;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 2.0833333333vw;
}

.interview-gas-energy-image {
	display: none;
	padding: 10.2564102564vw 0;
}

.interview-gas-energy-image__container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 8.9743589744vw;
}

.interview-gas-energy-image__img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
}

.interview-energy {
	z-index: 4;
	position: relative;
	width: 100%;
	padding: 6.3888888889vw 0 6.9444444444vw 0;
	overflow: visible;
	background-color: #006bc7;
}

.interview-energy__container {
	display: flex;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	gap: 0;
}

.interview-energy__left {
	display: flex;
	flex-direction: column;
	width: 50%;
	padding: 0 5.5555555556vw 0 11.8055555556vw;
	background-color: #006bc7;
}

.has-no-right-image .interview-energy__left {
	width: 60%;
	padding-top: 6.3888888889vw;
	padding-right: 0;
}

.interview-energy__title-image {
	z-index: 20;
	position: relative;
	width: 100%;
	max-width: 100%;
	margin-bottom: 4.2152777778vw;
}

.interview-energy__my-energy-text {
	z-index: 2;
	position: absolute;
	top: 26%;
	left: calc(50% - 2.7777777778vw);
	width: 25vw;
	transform: translate(-50%, -50%);
	color: #000;
	font-style: normal;
	font-weight: normal;
	font-size: 3.3333333333vw;
	font-family: "Hanato Choucho", sans-serif;
	text-align: center;
	white-space: nowrap;
}

.interview-energy__my-energy-text[data-char-count="2"] {
	font-size: 4.7222222222vw;
}

.interview-energy__my-energy-text[data-char-count="3"] {
	font-size: 4.4444444444vw;
}

.interview-energy__my-energy-text[data-char-count="4"] {
	font-size: 4.1666666667vw;
}

.interview-energy__my-energy-text[data-char-count="5"] {
	font-size: 3.8888888889vw;
}

.interview-energy__my-energy-text[data-char-count="6"] {
	font-size: 3.6111111111vw;
}

.interview-energy__title-img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	z-index: 1;
	object-fit: contain;
}

.interview-energy__description {
	z-index: 20;
	position: relative;
	color: #fff;
	font-weight: 400;
	font-size: 1.1111111111vw;
	line-height: 1.75;
	font-family: "Noto Sans JP", "Prompt", sans-serif;
	letter-spacing: 0.05em;
}

.interview-energy__description p {
	font-weight: 400;
}

.has-no-right-image .interview-energy {
	padding-top: 0;
	padding-bottom: 3.4722222222vw;
}

.interview-energy__right {
	display: flex;
	position: relative;
	flex-shrink: 0;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 50%;
	gap: 0;
}

.has-no-right-image .interview-energy__right {
	width: 40%;
}

.interview-energy__people-image-wrapper {
	display: flex;
	align-items: flex-start;
	width: 100%;
	overflow: hidden;
}

.interview-energy__people-image-wrapper--fallback {
	justify-content: center;
	overflow: visible;
}

.interview-energy__people-img {
	width: 53.4722222222vw;
	height: 21.7361111111vw;
	-o-object-fit: cover;
	display: block;
	z-index: 18;
	position: relative;
	object-fit: cover;
	border-radius: 2.0833333333vw 0 0 2.0833333333vw;
}

.interview-energy__people-img--fallback {
	width: 33.3333333333vw;
	height: auto;
	-o-object-fit: contain;
	z-index: 18;
	position: relative;
	margin-top: 0;
	object-fit: contain;
	border-radius: 0;
}

.interview-energy__people-and-energy-image-wrapper {
	display: none;
}

.interview-energy__people-and-energy-img {
	display: none;
}

.interview-this-job {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 5.5555555556vw 0 6.9444444444vw 0;
}

.interview-this-job__container {
	width: 100%;
	max-width: none;
	padding: 0 11.8055555556vw;
}

.interview-this-job__title {
	margin-bottom: 4.1666666667vw;
	color: #003c88;
	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;
}

.interview-this-job__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.interview-this-job__card {
	display: flex;
	flex-direction: column;
	margin: 0 1.3888888889vw;
}

.interview-this-job__image-wrapper {
	width: 100%;
	margin-bottom: 2.0833333333vw;
	overflow: hidden;
}

.interview-this-job__image {
	display: block;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 2.0833333333vw;
}

.interview-this-job__card-title {
	position: relative;
	margin: 0 0 1.0416666667vw 0.3472222222vw;
	padding: 0 0 0 0.6944444444vw;
	color: #003c88;
	font-weight: 400;
	font-size: 1.5972222222vw;
	line-height: 1.4;
	font-family: "Noto Sans JP", "Prompt", sans-serif;
	letter-spacing: 0.05em;
}

.interview-this-job__card-title::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 1.5972222222vw;
	transform: translateY(-50%);
	background-color: #003c88;
	content: "";
}

.interview-this-job__card-content {
	color: #003c88;
	font-weight: 400;
	font-size: 1.1111111111vw;
	line-height: 1.75;
	font-family: "Noto Sans JP", "Prompt", sans-serif;
	letter-spacing: 0.04em;
}

.interview-this-job__card-content p {
	margin-bottom: 0.8333333333vw;
}

.interview-this-job__card-content p:last-child {
	margin-bottom: 0;
}

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

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

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

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

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

}

@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;
}

.interview-other {
	padding: 13.3333333333vw 0 16vw 0;
}

.interview-other__header {
	margin: 0;
	padding: 0;
}

.interview-other__title {
	font-size: 8vw;
	text-align: center;
}

.interview-other__list-wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}

.interview-other-button-prev,
.interview-other-button-next {
	bottom: -9.6vw;
	width: 8vw;
	height: 8vw;
}

.interview-other-button-prev {
	left: 26.6666666667vw;
}

.interview-other-button-next {
	right: 26.6666666667vw;
	left: auto;
}

.interview-other__scroll-text {
	bottom: -8.6666666667vw;
	font-size: 5.3333333333vw;
}

.interview-other__list {
	min-width: 0;
	padding: 0;
}

.interview-other-card__item:hover {
	opacity: 0.95;
}

.interview-other-card__card {
	height: 139.2733333333vw;
}

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

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

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

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

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

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

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

.interview-other-card__image {
	height: 139.2733333333vw;
}

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

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

.interview-archive__container {
	margin-right: 6.1538461538vw;
	margin-left: 6.1538461538vw;
	padding: 0 8.9743589744vw;
}

.interview-archive__title {
	margin-bottom: 10.2564102564vw;
	font-size: 6.1538461538vw;
}

.interview-archive__list-wrapper {
	margin: 10.2564102564vw 0;
}

.interview-archive__list-wrapper::-webkit-scrollbar {
	height: 1.5384615385vw;
}

.interview-archive__list {
	gap: 5.1282051282vw;
}

.interview-archive__item {
	width: 71.7948717949vw;
}

.interview-archive__thumbnail {
	margin-bottom: 4.1025641026vw;
	border-radius: 2.0512820513vw;
}

.interview-archive__date {
	margin-bottom: 2.0512820513vw;
	font-size: 3.5897435897vw;
}

.interview-archive__name {
	font-size: 4.1025641026vw;
}

.interview-archive__pagenavi {
	margin-top: 10.2564102564vw;
}

.interview-hero {
	height: 177.8666666667vw;
	overflow: hidden;
}

.interview-hero__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.interview-hero__image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.interview-hero__content {
	top: 0;
	left: 0;
	align-items: flex-start;
	padding-top: 26.6666666667vw;
	padding-right: 5.3333333333vw;
	padding-left: 5.3333333333vw;
	transform: none;
}

.interview-hero__left {
	flex: 0 0 auto;
	width: 100%;
	margin-bottom: 5.3333333333vw;
}

.interview-hero__text {
	width: 89.4666666667vw;
}

.interview-hero__text-line {
	width: 89.4666666667vw;
	font-size: 8vw;
	line-height: 1.5;
}

.interview-hero__text-line--pc {
	display: none;
}

.interview-hero__text-line--sp {
	display: block;
}

.interview-hero__breadcrumb .breadcrumb {
	padding: 2.5641025641vw 0;
}

.interview-hero__breadcrumb-container {
	padding-left: 5.1282051282vw;
}

.interview-person-overlay {
	top: 0;
	right: 0;
	width: 100%;
	height: 177.8666666667vw;
}

.interview-person-overlay__wrapper {
	align-items: flex-end;
	justify-content: flex-end;
	height: 100%;
}

.interview-person-overlay__image-wrapper {
	align-items: flex-end;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.interview-person-overlay__blur {
	right: 0;
	bottom: 0;
	left: auto;
	width: min(51.2820512821vw, 200px);
	height: min(82.0512820513vw, 320px);
	overflow: hidden;
	transform: translate(0, 0) rotate(40deg);
	filter: blur(min(10.2564102564vw, 40px));
}

.interview-person-overlay__image {
	position: relative;
	height: 136.4vw;
	transform: translate(28vw, 17.36vw) scale(1.1);
}

.interview-person-overlay__info {
	position: absolute;
	top: 50%;
	bottom: auto;
	left: 5.3333333333vw;
	align-items: flex-start;
	width: auto;
	height: auto;
	text-align: left;
}

.interview-person-overlay__job {
	margin-bottom: 2vw;
	font-weight: 300;
	font-size: 3.7333333333vw;
}

.interview-person-overlay__name-jp {
	margin: 0 0 0vw 0;
	font-size: 6.1333333333vw;
}

.interview-person-overlay__name-en {
	margin-bottom: 2.1333333333vw;
	font-size: 3.7333333333vw;
}

.interview-person-overlay__join {
	font-weight: 300;
	font-size: 3.7333333333vw;
}

.interview-detail__debug {
	padding: 10.2564102564vw 0;
}

.interview-detail__debug .container {
	padding: 0 8.9743589744vw;
}

.interview-detail__debug h2 {
	margin-bottom: 7.6923076923vw;
	padding-bottom: 2.0512820513vw;
	font-size: min(6.1538461538vw, 24px);
}

.interview-detail__debug h3 {
	margin-top: 6.1538461538vw;
	margin-bottom: 3.0769230769vw;
	font-size: min(5.1282051282vw, 20px);
}

.interview-detail__debug h4 {
	margin-top: 4.1025641026vw;
	margin-bottom: 2.0512820513vw;
	font-size: min(4.1025641026vw, 16px);
}

.interview-detail__debug .interview-detail__debug-section {
	margin-bottom: 6.1538461538vw;
	padding: 6.1538461538vw;
	border-radius: 2.0512820513vw;
}

.interview-detail__debug .interview-detail__debug-section ul {
	margin: 3.0769230769vw 0;
	padding-left: 6.1538461538vw;
}

.interview-detail__debug .interview-detail__debug-section ul li {
	margin-bottom: 1.5384615385vw;
	font-size: min(3.5897435897vw, 14px);
}

.interview-detail__debug .interview-detail__debug-section pre {
	padding: 4.1025641026vw;
	font-size: min(2.8205128205vw, 11px);
}

.interview-detail__debug .interview-detail__debug-section img {
	max-width: 120px;
	margin-top: 2.0512820513vw;
}

.interview-detail__debug .interview-detail__debug-content-preview {
	margin-top: 2.0512820513vw;
	padding: 4.1025641026vw;
}

.interview-content .interview-content__body {
	font-size: min(3.5897435897vw, 14px);
	line-height: 1.7;
}

.interview-content .interview-content__body h2 {
	margin-top: 10.2564102564vw;
	margin-bottom: 5.1282051282vw;
	font-size: min(6.1538461538vw, 24px);
}

.interview-content .interview-content__body h3 {
	margin-top: 7.6923076923vw;
	margin-bottom: 3.8461538462vw;
	font-size: min(5.1282051282vw, 20px);
}

.interview-content .interview-content__body p {
	margin-bottom: 4.1025641026vw;
	line-height: 1.7;
}

.interview-content .interview-content__body img {
	margin: 6.1538461538vw 0;
}

.interview-content .interview-content__body ul,
.interview-content .interview-content__body ol {
	margin: 4.1025641026vw 0;
	padding-left: 6.1538461538vw;
}

.interview-section {
	flex-direction: column;
	margin-bottom: 15.3846153846vw;
	gap: 7.6923076923vw;
}

.first-section {
	overflow: hidden;
	background-color: transparent;
}

.first-title {
	padding: 20.6666666667vw 5.3333333333vw 0 5.3333333333vw;
}

.first-title__heading {
	width: 100%;
	margin-bottom: 0;
	font-size: 8vw;
	line-height: 1.5;
	white-space: normal;
}

.first-content {
	padding: 0 5.3333333333vw 13.3333333333vw 5.3333333333vw;
}

.first-content__text {
	width: 100%;
	padding-top: 5.1282051282vw;
	font-size: min(3.5897435897vw, 14px);
	line-height: 1.9;
}

.first-content__text p {
	margin-bottom: 4.1025641026vw;
}

.interview-section__left {
	width: 100%;
	padding: 0 5.3333333333vw 0vw 5.3333333333vw;
}

.interview-section__right {
	width: 100%;
	gap: 4.1025641026vw;
}

.interview-section-third .interview-section__right {
	order: 1;
}

.interview-section-third .interview-section__left {
	order: 2;
}

.interview-section__title {
	width: 100%;
	margin-bottom: 6.6666666667vw;
	font-size: 8vw;
	line-height: 1.5;
}

.interview-section__text {
	height: auto;
	font-size: 3.7333333333vw;
	line-height: 1.7;
}

.interview-section__text p {
	margin-bottom: 4.1025641026vw;
}

.interview-section__image-wrapper {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
}

.interview-section__image-wrapper--small {
	width: 95vw;
	margin-top: 4.1025641026vw;
}

.interview-section__image {
	transform: translateX(5.3333333333vw);
	border-radius: 4vw 0 0 4vw;
}

.interview-section-reverse {
	flex-direction: column;
}

.interview-section-third {
	flex-direction: column;
}

.interview-section-third__left {
	order: 2;
	padding: 2.5641025641vw 8.9743589744vw 7.6923076923vw 8.9743589744vw;
	gap: 4.1025641026vw;
}

.interview-section-third__title {
	width: 100%;
	margin-bottom: 0;
	font-size: min(7.1794871795vw, 28px);
	line-height: 1.5;
}

.interview-section-third__text {
	width: 100%;
	font-size: min(3.5897435897vw, 14px);
	line-height: 1.9;
}

.interview-section-third__text p {
	margin-bottom: 4.1025641026vw;
}

.interview-section-third__right {
	order: 1;
	width: 100%;
	margin-right: 0;
}

.interview-section-third__image-wrapper {
	width: 95vw;
	transform: translateX(5vw);
}

.interview-section-third__image {
	border-top-left-radius: 1.5384615385vw;
	border-bottom-left-radius: 1.5384615385vw;
}

.interview-section-third__energy-image {
	display: none;
}

.interview-section-third__energy-img {
	z-index: auto;
	width: 100%;
	height: auto;
}

.interview-section-second {
	flex-direction: column;
	order: 1;
	gap: 7.6923076923vw;
}

.interview-section-second-left {
	order: 1;
	width: 100%;
}

.interview-section-second-right {
	order: 2;
	width: 100%;
	padding: 0 5.3333333333vw 13.3333333333vw 5.3333333333vw;
}

.interview-section-second-title {
	width: 100%;
	margin-bottom: 6.6666666667vw;
	font-size: 8vw;
	line-height: 1.5;
}

.interview-section-second-text {
	font-size: 3.7333333333vw;
	line-height: 1.7;
}

.interview-section-second-image-wrapper {
	width: 95vw;
	transform: translateX(-2.5vw);
	border-radius: 0;
	border-top-left-radius: 1.5384615385vw;
	border-bottom-left-radius: 1.5384615385vw;
}

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

.interview-gas-energy-image {
	display: block;
}

.interview-energy {
	z-index: 30;
	padding: 0;
}

.interview-energy__container {
	flex-direction: column;
}

.interview-energy__left {
	display: contents;
	width: 100%;
	padding: min(36.1111111111vw, 520px) 4.6666666667vw 5.3333333333vw 4.6666666667vw;
	gap: 2.6666666667vw;
}

.interview-energy__title-image {
	order: 1;
	width: 100%;
	padding: 45.3333333333vw 5.3333333333vw 5.3333333333vw 5.3333333333vw;
}

.interview-energy__my-energy-text {
	top: 64%;
	left: calc(50% - 4.5333333333vw);
	width: 100%;
	transform: translate(-50%, -50%);
	font-size: 8vw;
}

.interview-energy__my-energy-text[data-char-count="2"] {
	font-size: 12vw;
}

.interview-energy__my-energy-text[data-char-count="3"] {
	font-size: 10.6666666667vw;
}

.interview-energy__my-energy-text[data-char-count="4"] {
	font-size: 9.3333333333vw;
}

.interview-energy__my-energy-text[data-char-count="5"] {
	font-size: 8vw;
}

.interview-energy__my-energy-text[data-char-count="6"] {
	font-size: 6.6666666667vw;
}

.interview-energy__description {
	order: 3;
	padding: 8vw 5.3333333333vw 16vw 5.3333333333vw;
	font-size: 3.7333333333vw;
	line-height: 1.7;
}

.has-no-right-image .interview-energy__description {
	padding-top: 18.6666666667vw;
}

.interview-energy__right {
	order: 2;
	width: 100%;
}

.interview-energy__people-image-wrapper {
	width: 100%;
}

.interview-energy__people-img {
	width: 94.6666666667vw;
	height: 60vw;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: left center;
	margin-left: 5.3333333333vw;
	object-position: left center;
	border-radius: 4vw 0 0 4vw;
}

.interview-energy__people-img--fallback {
	display: none;
}

.interview-energy__people-and-energy-image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.interview-energy__people-and-energy-img {
	display: block;
	position: absolute;
	top: -23%;
	left: 50%;
	width: auto;
	height: 151.7333333333vw;
	transform: translateX(-50%);
	-o-object-fit: contain;
	z-index: 15;
	margin: 0 auto;
	object-fit: contain;
}

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

.interview-this-job__container {
	padding: 0 5.3333333333vw;
}

.interview-this-job__title {
	margin-bottom: 10.6666666667vw;
	font-size: 8vw;
}

.interview-this-job__cards {
	grid-template-columns: 1fr;
}

.interview-this-job__image-wrapper {
	margin-bottom: 5.3333333333vw;
}

.interview-this-job__card-title {
	margin: 0 0 4vw 0;
	padding-left: 3.2vw;
	font-size: 6.1333333333vw;
}

.interview-this-job__card-title::before {
	left: 0;
	height: 5.8666666667vw;
}

.interview-this-job__card-content {
	margin: 0 0 13.3333333333vw 0;
	font-size: 3.7333333333vw;
}

.interview-this-job__card-content p {
	margin-bottom: 2.5641025641vw;
}

}

