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

.top-interview-hero {
	display: flex;
	z-index: 0;
	position: relative;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 62.5vw;
	margin-top: -4.1666666667vw;
	overflow: visible;
	background-color: #006bc7;
}

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

.top-interview-hero__background::after {
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 107, 199, 0.4);
	content: "";
	pointer-events: none;
}

.top-interview-hero__content {
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	pointer-events: none;
}

.top-interview-hero__text {
	margin: 0;
	margin-bottom: 0.6944444444vw;
	padding: 0;
	color: #fff;
	font-weight: 500;
	font-size: 8.3333333333vw;
	line-height: 1;
	font-family: "Futura PT", "Futura", "Prompt", "Noto Sans JP", sans-serif;
	letter-spacing: 0.1em;
}

.top-interview-hero__text:first-child {
	white-space: nowrap;
}

.top-interview-hero .top-paralax {
	height: auto;
	min-height: 55.5555555556vw;
	padding-top: 12px;
}

.top-interview {
	z-index: 2;
	position: relative;
	width: 100%;
	margin-top: -4.1666666667vw;
	padding: 5.5555555556vw 0 0.6944444444vw 0;
	overflow: hidden;
	border-radius: 4.1666666667vw 4.1666666667vw 0 0;
	background-color: #fff;
}

.top-interview__header {
	padding-left: 11.8055555556vw;
	text-align: left;
}

.top-interview__title {
	margin: 0;
	color: #003c88;
	font-style: normal;
	font-weight: 300;
	font-size: 4.8611111111vw;
	line-height: 1.2;
	font-family: "Futura PT", "Futura", "Prompt", "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

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

.top-interview__list-wrapper {
	position: relative;
	margin-bottom: 6.7708333333vw;
	padding: 0 2.7777777778vw 1.1111111111vw;
}

.top-interview__scroll {
	display: none;
}

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

.top-interview__item {
	flex: 0 0 auto;
	width: auto;
}

.top-interview__link {
	display: block;
	z-index: 1;
	position: relative;
	color: inherit;
	text-decoration: none;
}

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

.top-interview__view-all {
	display: inline-block;
	padding: 0.2777777778vw 8.3333333333vw;
	border: none;
	border-radius: 3.4722222222vw;
	background-color: #006bc7;
	box-shadow: 0 0.2777777778vw 0.5555555556vw rgba(0, 60, 136, 0.3);
	color: #fff;
	font-weight: 500;
	font-size: 1.6666666667vw;
	line-height: 1.5;
	font-family: "Futura PT", "Futura", "Prompt", "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s;
}

.top-interview__view-all:hover {
	background-color: #003c88;
	box-shadow: 0 0.2777777778vw 0.5555555556vw rgba(0, 60, 136, 0.5);
	color: #fff;
	opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-interview-card__image--default {
	z-index: 3;
	position: relative;
	transform: translateZ(0);
	will-change: transform, opacity;
}

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

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

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

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

.top-interview__scroll-text {
	position: absolute;
	bottom: 0.6944444444vw;
	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;
}

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

.top-interview__scroll-prev-button::after,
.top-interview__scroll-next-button::after {
	display: none;
}

.top-interview__scroll-prev-button {
	top: auto;
	bottom: 0;
	left: 42.3611111111vw;
	background-image: url(../../img/top/top-interview-slide-prev.png);
}

.top-interview__scroll-next-button {
	top: auto;
	right: 42.3611111111vw;
	bottom: 0;
	background-image: url(../../img/top/top-interview-slide-next.png);
}

.top-hero {
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 100vh;
	overflow-x: clip;
	overflow-y: visible;
	background: #0d8eff;
}

.top-hero__background {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.top-hero__background {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.top-hero__background .swiper-wrapper {
	transition-timing-function: linear;
}

.top-hero__background .swiper-slide {
	width: auto;
	height: 100%;
	overflow: hidden;
}

.top-hero__image {
	width: auto;
	min-width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: bottom center;
	display: block;
	object-position: bottom center;
}

.top-hero__text-group {
	display: flex;
	z-index: 4;
	position: absolute;
	top: 11.1111111111vw;
	left: 23.75vw;
	flex-direction: column;
	align-items: flex-start;
	width: 39.375vw;
}

.top-hero__title {
	margin: 0;
	color: #fff;
	font-weight: 300;
	font-size: 5.5555555556vw;
	line-height: 1.3;
	font-family: "Futura PT", "Futura", "Prompt", "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
}

.top-hero__subtitle {
	margin: 0;
	color: #fff;
	font-weight: 300;
	font-size: 5.5555555556vw;
	line-height: 1.3;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.top-hero__question {
	z-index: 1;
	position: absolute;
	top: 3.9583333333vw;
	right: 21.3333333333vw;
	width: 19.6666666667vw;
	height: 31.3243055556vw;
	pointer-events: none;
}

.top-hero__question-image {
	display: block;
	width: 19.6666666667vw;
	height: 31.3243055556vw;
	-o-object-fit: contain;
	object-fit: contain;
}

.top-hero__members {
	z-index: 10;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100vw;
	overflow: visible;
	opacity: 0;
	pointer-events: auto;
}

.top-hero__members .swiper-wrapper {
	transition-duration: 0ms;
	transition-timing-function: linear;
}

.top-hero__members.is-ready {
	opacity: 1;
	transition: opacity 0.8s ease;
}

.top-hero__member-link {
	flex: 0 0 auto;
	flex-shrink: 0;
	width: auto;
	text-decoration: none;
	pointer-events: auto;
}

.top-hero__member-link:hover {
	opacity: 1;
}

.top-hero__member-link--pc {
	display: block;
}

.top-hero__member-link--sp {
	display: none;
}

.top-hero__member-image-wrap {
	display: flex;
	position: relative;
	align-items: flex-end;
	justify-content: center;
	height: auto;
}

.top-hero__member-image {
	display: block;
	width: auto;
	height: 50vh;
	max-height: 50vh;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: bottom center;
	object-position: bottom center;
}

.top-hero__member-image--default {
	visibility: visible;
	z-index: 1;
	position: relative;
}

.top-hero__member-image--hover {
	visibility: hidden;
	z-index: 2;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
}

.top-hero__speech-bubble {
	visibility: hidden;
	z-index: 9999;
	position: absolute;
	bottom: calc(100% + 20px);
	left: 50%;
	width: 26.3888888889vw;
	padding: 0 1.3888888889vw 0 1.3888888889vw;
	transform: translateX(-50%);
	border-radius: 2.7777777778vw;
	background: #fff;
	text-align: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.top-hero__speech-bubble::after {
	position: absolute;
	bottom: -15px;
	left: 50%;
	width: 0;
	height: 0;
	transform: translateX(-50%);
	border-top: 18px solid #fff;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	content: "";
}

.top-hero__speech-bubble-title {
	margin: 1.3888888889vw 0 0.6944444444vw 0;
	color: #003c88;
	font-weight: 700;
	font-size: 1.6666666667vw;
	line-height: 1.4;
	font-family: "Noto Sans JP", sans-serif;
}

.top-hero__speech-bubble-text {
	margin: 0;
	padding: 0 0 1.7361111111vw 0;
	color: #003c88;
	font-weight: 400;
	font-size: 1.1111111111vw;
	line-height: 1.8;
	font-family: "Noto Sans JP", sans-serif;
	text-align: left;
	white-space: normal;
}

.top-hero__member-link:hover .top-hero__speech-bubble {
	visibility: visible;
	opacity: 1;
}

.top-hero__member-link.speech-bubble-out-of-bounds:hover .top-hero__speech-bubble {
	visibility: hidden;
	opacity: 0;
}

.main-visual {
	position: relative;
	padding-bottom: 100px;
}

.top-news {
	position: relative;
	width: 100%;
	padding: 0;
	overflow: hidden;
	background-color: #006bc7;
}

.top-news__container {
	z-index: 2;
	position: relative;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto 0.6944444444vw auto;
	padding: 0 3.4722222222vw;
}

.top-news__header {
	margin-bottom: 3.4722222222vw;
	text-align: center;
}

.top-news__title {
	margin: 0;
	color: #fff;
	font-style: normal;
	font-weight: 300;
	font-size: 4.8611111111vw;
	line-height: 1.2;
	font-family: "Futura PT", "Futura", "Prompt", "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.top-news__subtitle {
	margin: 0.5555555556vw 0 0 0;
	color: #fff;
	font-weight: 500;
	font-size: 1.1111111111vw;
	line-height: 1.5;
	font-family: "Noto Sans JP", "Prompt", sans-serif;
	letter-spacing: 0.05em;
}

.top-news__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 0 0 3.1111111111vw 0;
	padding: 0;
	gap: 1.3888888889vw;
	list-style: none;
}

.top-news-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 25vw;
	margin-bottom: 1.3888888889vw;
	text-align: center;
}

.top-news-empty__title {
	margin-bottom: 1.3888888889vw;
	color: #fff;
	font-weight: 300;
	font-size: 1.9444444444vw;
	font-family: "Noto Sans JP", "Prompt", sans-serif;
}

.top-news__link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.top-news__image-wrapper {
	position: relative;
	aspect-ratio: 317/210;
	width: 100%;
	margin-bottom: 0.5555555556vw;
	border-radius: 4.1666666667vw;
	background: #f5f5f5;
}

.top-news__image-wrapper::after {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateY(4px);
	border-radius: 4.1666666667vw;
	background-color: #003c88;
	content: "";
	pointer-events: none;
}

.top-news__image {
	z-index: 1;
	position: relative;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	display: block;
	object-position: center;
	border-radius: 4.1666666667vw;
}

.top-news__content {
	width: 100%;
}

.top-news__date {
	display: block;
	margin: 1.3888888889vw 0 0.6944444444vw 0;
	color: #fff;
	font-weight: 400;
	font-size: 1.1111111111vw;
	font-family: "Futura PT", "Futura", "Prompt", "Noto Sans JP", sans-serif;
	text-align: center;
}

.top-news__item-title {
	display: -webkit-box;
	margin: 0;
	color: #fff;
	font-weight: bold;
	font-size: 1.1111111111vw;
	line-height: 1.6;
	font-family: "Noto Sans JP", "Prompt", sans-serif;
	word-break: break-all;
	overflow-wrap: break-word;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.top-news__footer {
	text-align: center;
}

.top-news__view-all-inner {
	display: inline-block;
	position: relative;
}

.top-news__view-all-shadow {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateY(4px);
	border-radius: 1.3888888889vw;
	background-color: #003c88;
	pointer-events: none;
}

.top-news__view-all {
	display: flex;
	z-index: 1;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 29.8611111111vw;
	height: 2.7083333333vw;
	border: none;
	border-radius: 1.3888888889vw;
	background-color: #fff;
	color: #003c88;
	font-weight: 600;
	font-size: 1.5972222222vw;
	line-height: 1;
	font-family: "Futura PT", "Futura", "Prompt", "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.2s ease;
}

.top-news__view-all:hover {
	background-color: #003c88;
	color: #fff;
	opacity: 1;
}

.top-news__view-all:hover ~ .top-news__view-all-shadow {
	transform: translateY(calc(4px + 2px));
}

.top-paralax {
	display: flex;
	z-index: 0;
	position: relative;
	align-items: flex-start;
	justify-content: center;
	height: 100%;
	min-height: 55.5555555556vw;
	padding: 12px 0;
	overflow: hidden;
	gap: 1.3888888889vw;
	background-color: #006bc7;
}

.top-paralax__list {
	display: flex;
	flex-shrink: 0;
	flex-direction: column;
	width: 26vw;
	min-width: unset;
	gap: 1.3888888889vw;
}

.top-paralax__item {
	z-index: 0;
	position: relative;
	width: 100%;
	min-width: unset;
	height: 34.7222222222vw;
}

.top-paralax__item img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 2.7777777778vw;
	-o-object-fit: cover;
	min-width: unset;
	object-fit: cover;
}

.top-work-place-talent {
	position: relative;
	width: 100%;
	padding: 0 0 8.3472222222vw 0;
	background-color: #fff;
}

.top-work-place-talent__container {
	z-index: 3;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 3.4722222222vw;
}

.top-work-place-talent__list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.7361111111vw;
}

.top-work-place-talent__card {
	display: block;
	z-index: 3;
	position: relative;
	width: 29.8611111111vw;
	text-decoration: none;
	cursor: pointer;
	transition: opacity 0.2s;
}

.top-work-place-talent__card:hover {
	opacity: 1;
}

.top-work-place-talent__card-image {
	position: relative;
	width: 100%;
	overflow: visible;
	border-radius: 1.3888888889vw;
}

.top-work-place-talent__card-img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	display: block;
	object-position: center;
	transition: transform 0.3s ease, opacity 0.3s;
}

.top-work-place-talent__card-img:hover {
	transform: translateY(2px);
	opacity: 1;
}

.top-magazine {
	position: relative;
	width: 100%;
	padding: 0 0 7.0277777778vw 0;
	overflow: hidden;
	background-color: #fff;
}

.top-magazine__container {
	z-index: 4;
	position: relative;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 3.4722222222vw;
}

.top-magazine__header {
	margin-bottom: 3.4722222222vw;
	text-align: center;
}

.top-magazine__title {
	margin: 0;
	color: #fff;
	font-style: normal;
	font-weight: 300;
	font-size: 4.8611111111vw;
	line-height: 1.2;
	font-family: "Futura PT", "Futura", "Prompt", "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.top-magazine__subtitle {
	margin: 0.5555555556vw 0 0 0;
	color: #fff;
	font-weight: 500;
	font-size: 1.1111111111vw;
	line-height: 1.5;
	font-family: "Noto Sans JP", "Prompt", sans-serif;
	letter-spacing: 0.05em;
}

.top-magazine__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 0 0 3.1111111111vw 0;
	padding: 0;
	gap: 1.3888888889vw;
	list-style: none;
}

.top-magazine-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 25vw;
	margin-bottom: 1.3888888889vw;
	text-align: center;
}

.top-magazine-empty__title {
	margin-bottom: 1.3888888889vw;
	color: white;
	font-weight: 300;
	font-size: 1.9444444444vw;
	font-family: "Noto Sans JP", "Prompt", sans-serif;
}

.top-magazine__link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.top-magazine__image-wrapper {
	position: relative;
	aspect-ratio: 317/210;
	width: 100%;
	margin-bottom: 0.5555555556vw;
	border-radius: 4.1666666667vw;
	background: #f5f5f5;
}

.top-magazine__image-wrapper::after {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateY(4px);
	border-radius: 4.1666666667vw;
	background-color: #003c88;
	content: "";
	pointer-events: none;
}

.top-magazine__image {
	z-index: 1;
	position: relative;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	display: block;
	object-position: center;
	border-radius: 4.1666666667vw;
}

.top-magazine__content {
	width: 100%;
}

.top-magazine__date {
	display: block;
	margin: 1.3888888889vw 0 0.6944444444vw 0;
	color: #fff;
	font-weight: 400;
	font-size: 1.1111111111vw;
	font-family: "Futura PT", "Futura", "Prompt", "Noto Sans JP", sans-serif;
	text-align: center;
}

.top-magazine__item-title {
	display: -webkit-box;
	margin: 0;
	color: #fff;
	font-weight: bold;
	font-size: 1.1111111111vw;
	line-height: 1.6;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-family: "Noto Sans JP", "Prompt", sans-serif;
}

.top-magazine__footer {
	text-align: center;
}

.top-magazine__view-all-inner {
	display: inline-block;
	position: relative;
}

.top-magazine__view-all-shadow {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateY(4px);
	border-radius: 1.3888888889vw;
	background-color: #003c88;
	pointer-events: none;
}

.top-magazine__view-all {
	display: flex;
	z-index: 1;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 29.8611111111vw;
	height: 2.7083333333vw;
	border: none;
	border-radius: 1.3888888889vw;
	background-color: #fff;
	color: #003c88;
	font-weight: 600;
	font-size: 1.5972222222vw;
	line-height: 1;
	font-family: "Futura PT", "Futura", "Prompt", "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.2s ease;
}

.top-magazine__view-all:hover {
	background-color: #003c88;
	color: #fff;
	opacity: 1;
}

.top-magazine__view-all:hover ~ .top-magazine__view-all-shadow {
	transform: translateY(calc(4px + 2px));
}

.top-magazine-news-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.top-magazine-news__bg-circle {
	z-index: 2;
	position: absolute;
	top: 65.9722222222vw;
	left: 50%;
	width: 90.2777777778vw;
	height: 173.6111111111vw;
	transform: translate(-50%, -50%) rotate(110deg);
	border-radius: 50%;
	background: #0f8fff;
	pointer-events: none;
}

.top-pickup {
	z-index: 2;
	position: relative;
	width: 100%;
	padding: 0;
	overflow: hidden;
	background-color: transparent;
}

.top-pickup__container {
	position: relative;
	width: 100%;
}

.top-pickup__grid {
	margin-top: 2.7777777778vw;
	padding-top: 10px;
	padding-bottom: 20px;
}

.top-pickup__grid--pc {
	display: grid;
	margin-left: max(-8.3333333333vw, -120px);
}

.top-pickup__grid--sp {
	display: none;
}

.top-pickup__grid .swiper-wrapper {
	transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1) !important;
}

.top-pickup__label {
	display: flex;
	z-index: 10;
	position: absolute;
	flex-shrink: 0;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	border-radius: 4.1666666667vw;
	background-color: #fff;
	text-align: center;
}

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

.top-pickup__label-subtitle {
	margin: 0;
	color: #003c88;
	font-weight: 500;
	font-size: 1.25vw;
	line-height: 1.5;
	font-family: "Noto Sans JP", "Prompt", sans-serif;
}

.top-pickup__grid .swiper-slide {
	opacity: 1;
	transition: opacity 0.6s ease;
}

.top-pickup__grid .swiper-slide-next {
	opacity: 0;
}

.top-pickup__card {
	display: block;
	position: relative;
	width: 15.9722222222vw;
	text-decoration: none;
	cursor: pointer;
	transition: opacity 0.3s ease;
}

.top-pickup__card:hover {
	opacity: 0.95;
}

.top-pickup__card-image {
	display: flex;
	position: relative;
	flex-direction: column;
	aspect-ratio: 1/1;
	width: 100%;
	overflow: visible;
}

.top-pickup__card-img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}

.top-pickup__card:hover .top-pickup__card-img {
	transform: translateY(10px);
}

.top-pickup__card-content {
	display: flex;
	z-index: 2;
	position: relative;
	flex-direction: column;
	justify-content: flex-end;
	padding: 2.0833333333vw 1.7361111111vw;
}

.top-pickup__card-title {
	margin: 0 0 0.5555555556vw 0;
	font-weight: 500;
	font-size: 3.125vw;
	line-height: 1.2;
	font-family: "Futura PT", "Futura", "Prompt", "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
}

.top-pickup__card-subtitle {
	margin: 0;
	font-weight: 400;
	font-size: 1.1111111111vw;
	line-height: 1.5;
	font-family: "Noto Sans JP", "Prompt", sans-serif;
	letter-spacing: 0.05em;
}

.top-company {
	position: relative;
	width: 100%;
	height: 80.4027777778vw;
	padding: 4.1666666667vw 0 0 0;
	overflow: hidden;
}

.top-company__container {
	position: relative;
	width: 100%;
	max-width: 1640px;
	height: 100%;
	min-height: inherit;
	margin: 0 auto;
}

.top-company__content {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 11.8055555556vw;
	width: auto;
	max-width: 720px;
}

.top-company__title {
	margin: 0 0 1.3888888889vw 0;
	color: #003c88;
	font-weight: 300;
	font-size: 4.1666666667vw;
	line-height: 1.4;
	font-family: "Noto Sans JP", "Prompt", sans-serif;
	letter-spacing: 0.05em;
}

.top-company__text {
	max-width: 420px;
	margin: 0;
	color: #000;
	font-weight: 400;
	font-size: 1.1111111111vw;
	line-height: 1.7;
	font-family: "Noto Sans JP", "Prompt", sans-serif;
	letter-spacing: 0.05em;
}

.top-company__image-wrapper {
	z-index: 1;
	position: absolute;
	top: -2.7777777778vw;
	left: 11.8055555556vw;
	width: 96.6666666667vw;
}

.top-company__img {
	display: block;
	width: 96.6666666667vw;
	height: auto;
	-o-object-fit: contain;
	z-index: 2;
	position: relative;
	object-fit: contain;
}

.top-company__scroll {
	display: none;
}

.top-company__marker {
	display: flex;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	padding: 0;
	transform: translate(-50%, -50%);
	border: none;
	background: transparent;
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.top-company__marker.is-positioned {
	opacity: 1;
}

.top-company__marker-dot {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border: 4px solid #fff;
	border-radius: 50%;
	background: #003c88;
	box-shadow: 0 0 0 2px #003c88;
	transition: transform 0.3s ease, background-color 0.3s ease;
}

.top-company__marker:hover .top-company__marker-dot {
	transform: scale(1.15);
	background-color: #006ac7;
	box-shadow: 0 0 0 2px #003c88, 0 0 20px 10px rgba(255, 255, 255, 0.8);
}

.top-company-modal {
	display: flex;
	visibility: hidden;
	z-index: 10000;
	position: fixed;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s, visibility 0.3s;
}

.top-company-modal.is-open {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.top-company-modal__overlay {
	display: block;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.top-company-modal__content {
	z-index: 2;
	position: relative;
	width: 480px;
	height: 400px;
	overflow: hidden;
	transform: translateX(-100%);
	border-top: 12px solid #fff;
	border-right: 12px solid #fff;
	border-bottom: 12px solid #fff;
	border-left: none;
	border-radius: 0 60px 60px 0;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	transition: transform 0.3s ease;
}

.top-company-modal.is-open .top-company-modal__content {
	transform: translateX(0);
}

.top-company-modal__content[data-marker="1"] {
	background: #ccf500;
}

.top-company-modal__content[data-marker="2"] {
	background: #ff9a5c;
}

.top-company-modal__content[data-marker="3"] {
	background: #3ee6d2;
}

.top-company-modal__content[data-marker="4"] {
	background: #c4b0ff;
}

.top-company-modal__content[data-marker="5"] {
	background: #ffe629;
}

.top-company-modal__content[data-marker="6"] {
	background: #87d1ff;
}

.top-company-modal__header {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 1.3888888889vw 2.0833333333vw 0 0;
	border-bottom: none;
	background: transparent;
}

.top-company-modal__title {
	margin: 0;
	color: #003c88;
	font-weight: 400;
	font-size: 1.6666666667vw;
	font-family: "Noto Sans JP", "Prompt", sans-serif;
}

.top-company-modal__close {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.2222222222vw;
	height: 2.2222222222vw;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	transition: opacity 0.3s;
}

.top-company-modal__close:hover {
	opacity: 0.7;
}

.top-company-modal__close-icon {
	color: #333;
	font-size: 2.2222222222vw;
	line-height: 1;
}

.top-company-modal__body {
	display: flex;
	position: relative;
	flex-direction: row;
	align-items: flex-start;
	height: 100%;
	gap: 0;
}

.top-company-modal__text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	width: 66%;
	padding: 40px 30px;
	text-align: left;
}

.top-company-modal__subtitle {
	width: 340px;
	margin: 0 0 16px 0;
	color: #003c88;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.6;
	font-family: "Noto Sans JP", "Prompt", sans-serif;
	letter-spacing: 0.05em;
	text-align: left;
}

.top-company-modal__paragraph {
	margin: 0;
	color: #000;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8;
	font-family: "Noto Sans JP", "Prompt", sans-serif;
	letter-spacing: 0.05em;
	text-align: left;
}

.top-company-modal__image {
	display: flex;
	position: absolute;
	right: -36px;
	bottom: -15px;
	flex: 0 0 33.33%;
	align-items: flex-end;
	justify-content: flex-end;
	width: 33.33%;
	height: 100%;
}

.top-company-modal__image-img {
	display: block;
	width: auto;
	height: 360px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: bottom right;
	object-position: bottom right;
}

.top-company-modal__sp-image {
	display: none;
	z-index: 10001;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
	transform: translate(-100%, -50%);
	transition: transform 0.3s ease;
}

.top-gas {
	z-index: 2;
	position: relative;
	width: 100%;
	border-radius: 0 0 4.1666666667vw 4.1666666667vw;
	background-color: #fff;
}

.top-gas__container {
	padding-bottom: 8.4027777778vw;
	background-color: transparent;
}

.top-gas__upper {
	display: flex;
}

.top-gas__upper-left {
	width: 40vw;
	padding: 0 6.9444444444vw;
}

.top-gas__upper-right {
	position: relative;
	justify-content: flex-end;
	width: 60vw;
	height: 100%;
}

.top-gas__title {
	margin: 0 0 2.0833333333vw 0;
	color: #003c88;
	font-weight: 300;
	font-size: 4.4444444444vw;
	line-height: 1.3;
	font-family: "Noto Sans JP", "Prompt", sans-serif;
	letter-spacing: 0.05em;
}

.top-gas__text {
	margin: 0;
	color: #2d3042;
	font-weight: 400;
	font-size: 1.1111111111vw;
	line-height: 1.8;
	font-family: "Noto Sans JP", "Prompt", sans-serif;
	letter-spacing: 0.05em;
}

.top-gas__industrial-image {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.top-gas__industrial-img {
	display: block;
	width: auto;
	max-width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: right center;
	object-position: right center;
}

.top-gas__lower {
	display: flex;
	align-items: center;
	margin-top: 5.5555555556vw;
}

.top-gas__lower-left {
	width: 60vw;
	padding: 0 2.7777777778vw 0 6.9444444444vw;
}

.top-gas__lower-right {
	position: relative;
	justify-content: flex-end;
	width: 40vw;
	height: 100%;
	padding: 0 5.5555555556vw 0 2.7777777778vw;
}

.top-gas__gas-image {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.top-gas__gas-img {
	display: block;
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
}

.top-gas__button-wrapper {
	display: flex;
	position: relative;
	justify-content: center;
	margin-top: 4.1666666667vw;
	padding: 0 5.5555555556vw;
}

.top-gas__button-inner {
	display: inline-block;
	position: relative;
}

.top-gas__button-inner {
	display: inline-block;
	position: relative;
}

.top-gas__button-shadow {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateY(4px);
	border-radius: 3.4722222222vw;
	background-color: #003c88;
	pointer-events: none;
}

.top-gas__button {
	display: inline-block;
	z-index: 1;
	position: relative;
	width: 29.8611111111vw;
	height: 2.7083333333vw;
	border: none;
	border-radius: 4.1666666667vw;
	background-color: #006bc7;
	color: #fff;
	font-weight: 500;
	font-size: 1.3194444444vw;
	line-height: 2.7083333333vw;
	font-family: "Noto Sans JP", "Prompt", sans-serif;
	letter-spacing: 0.05em;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease;
}

.top-gas__button:hover {
	transform: translateY(-2px);
	background-color: #0055a0;
	opacity: 1;
}

.top-gas__button:hover ~ .top-gas__button-shadow {
	transform: translateY(calc(4px + 2px));
}

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

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

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

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

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

.top-hero__member-link:hover .top-hero__member-image--default {
	visibility: hidden;
}

.top-hero__member-link:hover .top-hero__member-image--hover {
	visibility: visible;
}

.top-pickup__label {
	left: calc(9.1666666667vw + 20px);
	width: 19.2361111111vw;
	height: 19.2361111111vw;
	margin-top: -1px;
}

}

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

.top-pickup__label {
	left: calc(9.7222222222vw + 20px);
	width: 19.2361111111vw;
	height: 19.2361111111vw;
	margin-top: -1px;
}

}

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

.top-pickup__label {
	left: calc(9.8611111111vw + 20px);
	width: 19.2361111111vw;
	height: 19.2361111111vw;
	margin-top: -1px;
}

}

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

.top-pickup__label {
	left: calc(10.0694444444vw + 20px);
	width: 19.2361111111vw;
	height: 19.2361111111vw;
	margin-top: -2px;
}

}

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

.top-pickup__label {
	left: calc(12.0833333333vw + 20px);
	width: 18.75vw;
	height: 18.75vw;
	margin-top: 7px;
}

}

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

.top-news__container {
	max-width: 100vw;
}

.top-magazine__container {
	max-width: 100vw;
}

.top-pickup__label {
	left: 14.5833333333vw;
	width: 18.75vw;
	height: 18.75vw;
	margin-top: 7px;
}

.top-company__container {
	max-width: none;
}

.top-company__content {
	max-width: none;
}

.top-company__text {
	max-width: 29.1666666667vw;
}

.top-company__marker {
	width: 1.6666666667vw;
	height: 1.6666666667vw;
}

.top-company__marker-dot {
	border-width: 0.2777777778vw;
}

.top-company-modal__content {
	width: 33.3333333333vw;
	height: 25vw;
}

.top-company-modal__subtitle {
	width: 23.6111111111vw;
	margin-bottom: 1.1111111111vw;
	font-size: 1.6666666667vw;
}

.top-company-modal__paragraph {
	font-size: 1.1111111111vw;
}

.top-company-modal__image-img {
	height: 16.6666666667vw;
}

.top-gas__industrial-image img {
	width: 96.6666666667vw;
}

}

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

.top-pickup__label {
	left: 15.2777777778vw;
	width: 18.75vw;
	height: 18.75vw;
	margin-top: 7px;
}

}

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

.top-interview__view-all {
	width: 80vw;
	border-radius: 24px;
	box-shadow: 0 0.2083333333vw 0.4166666667vw rgba(0, 60, 136, 0.3);
	font-size: 24px;
}

.top-interview__view-all:hover {
	box-shadow: 0 0.2083333333vw 0.4166666667vw rgba(0, 60, 136, 0.5);
}

}

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

.top-interview-hero {
	min-height: 116vw;
	margin-top: -8vw;
}

.top-interview-hero__content {
	top: 50%;
}

.top-interview-hero__text {
	font-size: min(17.9487179487vw, 70px);
}

.top-interview-hero .top-paralax {
	min-height: calc(45vh + 30px);
	padding-top: 8px;
}

.top-interview {
	margin-top: -8vw;
	padding: 8vw 0 0 0;
	border-radius: 8vw 8vw 0 0;
}

.top-interview__header {
	margin: 0;
	padding: 0;
}

.top-interview__title {
	margin-bottom: 1.3333333333vw;
	font-size: 13.3333333333vw;
	text-align: center;
}

.top-interview__subtitle {
	margin: 0 auto;
	font-size: 4.2666666667vw;
	text-align: center;
}

.top-interview__list-wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: visible;
}

.top-interview__scroll {
	display: block;
	width: 28.284vw;
	margin: 0 auto 0 auto;
}

.top-interview__list {
	min-width: 0;
	padding: 0;
}

.top-interview__footer {
	margin-top: 10.2564102564vw;
}

.top-interview__view-all {
	padding: 2.0512820513vw 15.3846153846vw;
	box-shadow: 0 0.7692307692vw 1.5384615385vw rgba(0, 60, 136, 0.3);
	font-size: min(5.1282051282vw, 20px);
}

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

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

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

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

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

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

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

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

.top-interview-card__thumbnail {
	height: 139.2733333333vw;
	transform: none;
}

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

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

.top-interview__scroll-text {
	display: none;
}

.top-interview__scroll-prev-button,
.top-interview__scroll-next-button {
	display: none;
}

.top-hero {
	min-height: 90vh;
}

.top-hero__background {
	height: 90vh;
}

.top-hero__image {
	min-width: 100%;
	height: 100%;
}

.top-hero__text-group {
	top: 33.0666666667vw;
	left: 5.3333333333vw;
	width: 75.0666666667vw;
}

.top-hero__title {
	font-size: 12vw;
}

.top-hero__subtitle {
	font-size: 12vw;
}

.top-hero__question {
	top: 26.8vw;
	right: 5.2vw;
	width: 31.2vw;
	height: 49.6946666667vw;
}

.top-hero__question-image {
	width: 31.2vw;
	height: 49.6946666667vw;
}

.top-hero__members {
	bottom: 0;
}

.top-hero__member-link--pc {
	display: none;
}

.top-hero__member-link--sp {
	display: block;
}

.top-hero__member-image {
	width: auto;
	height: 50vh;
	max-height: 50vh;
}

.top-hero__member-link:hover .top-hero__member-image--default {
	visibility: visible !important;
}

.top-hero__member-link:hover .top-hero__member-image--hover {
	visibility: hidden !important;
}

.top-hero__speech-bubble {
	display: none;
}

.top-hero__speech-bubble-title {
	display: none;
}

.top-hero__speech-bubble-text {
	display: none;
}

.main-visual {
	padding-bottom: 15.3846153846vw;
}

.top-news {
	padding: 2.6666666667vw 0 0 0;
}

.top-news__container {
	padding: 0 5.3333333333vw 1.3333333333vw 5.3333333333vw;
}

.top-news__header {
	margin-bottom: 10.6666666667vw;
}

.top-news__title {
	font-size: 13.3333333333vw;
}

.top-news__subtitle {
	margin: 0 auto;
	font-size: 4.2666666667vw;
	text-align: center;
}

.top-news__list {
	grid-template-columns: repeat(1, 1fr);
	margin: 0;
	gap: 0;
}

.top-news-empty {
	min-height: 93.3333333333vw;
	margin-bottom: 10.6666666667vw;
}

.top-news-empty__title {
	margin-bottom: 2.1333333333vw;
	font-size: 5.3333333333vw;
}

.top-news__item {
	margin-bottom: 10.6666666667vw;
}

.top-news__image-wrapper {
	aspect-ratio: 671/445;
	margin-bottom: 3.7333333333vw;
}

.top-news__image-wrapper::after {
	transform: translateY(4px);
	border-radius: 4.1025641026vw;
}

.top-news__image {
	border-radius: 4.1025641026vw;
}

.top-news__date {
	margin-bottom: 2.6666666667vw;
	font-size: min(3.7333333333vw, 28px);
}

.top-news__item-title {
	padding: 0 4.2666666667vw;
	font-size: min(4.2666666667vw, 32px);
}

.top-news__view-all-shadow {
	transform: translateY(4px);
	border-radius: 8vw;
}

.top-news__view-all {
	width: 89.4666666667vw;
	height: 10.4vw;
	border-radius: 8vw;
	font-size: 5.3333333333vw;
}

.top-news__view-all:hover ~ .top-news__view-all-shadow {
	transform: translateY(calc(4px + 2px));
}

.top-paralax {
	padding: 0;
	gap: 2.4vw;
}

.top-paralax__list {
	width: 41.2vw;
	min-width: 41.2vw;
	gap: 2.4vw;
}

.top-paralax__item {
	width: 41.2vw;
	min-width: 41.2vw;
	height: 56vw;
	min-height: 56vw;
}

.top-paralax__item img {
	min-width: 41.2vw;
	height: 56vw;
	min-height: 56vw;
	border-radius: 5.3333333333vw;
}

.top-work-place-talent {
	padding: 16.0533333333vw 0 39.4666666667vw 0;
}

.top-work-place-talent__container {
	padding: 0 5.3333333333vw;
}

.top-work-place-talent__list {
	flex-direction: column;
	gap: 10.4vw;
}

.top-work-place-talent__card {
	width: 100%;
}

.top-work-place-talent__card-image {
	border-radius: 4.1025641026vw;
}

.top-work-place-talent__card-img:hover {
	transform: scale(0.95);
}

.top-magazine {
	padding: 2.6666666667vw 0 16vw 0;
	background-color: #006ac7;
}

.top-magazine__container {
	padding: 0 5.3333333333vw;
}

.top-magazine__header {
	margin-bottom: 10.6666666667vw;
}

.top-magazine__title {
	font-size: 13.3333333333vw;
}

.top-magazine__subtitle {
	font-size: 4.2666666667vw;
}

.top-magazine__list {
	grid-template-columns: repeat(1, 1fr);
	margin: 0;
	gap: 0;
}

.top-magazine-empty {
	min-height: 93.3333333333vw;
	margin-bottom: 10.6666666667vw;
}

.top-magazine-empty__title {
	margin-bottom: 2.1333333333vw;
	color: white;
	font-size: 5.3333333333vw;
}

.top-magazine__item {
	margin-bottom: 10.6666666667vw;
}

.top-magazine__image-wrapper {
	aspect-ratio: 671/445;
	margin-bottom: 3.7333333333vw;
}

.top-magazine__image-wrapper::after {
	transform: translateY(4px);
	border-radius: 4vw;
}

.top-magazine__image {
	margin-bottom: 3.7333333333vw;
	border-radius: 4.1025641026vw;
}

.top-magazine__date {
	margin-bottom: 2.6666666667vw;
	font-size: min(3.7333333333vw, 28px);
}

.top-magazine__item-title {
	padding: 0 4.2666666667vw;
	font-size: min(4.2666666667vw, 32px);
}

.top-magazine__view-all-shadow {
	transform: translateY(4px);
	border-radius: 8vw;
}

.top-magazine__view-all {
	width: 89.4666666667vw;
	height: 10.4vw;
	border-radius: 8vw;
	font-size: 5.3333333333vw;
}

.top-magazine__view-all:hover ~ .top-magazine__view-all-shadow {
	transform: translateY(calc(4px + 2px));
}

.top-magazine-news__bg-circle {
	display: block;
	z-index: 1;
	top: 280vw;
	left: 50%;
	width: 190.564vw;
	height: 283.3066666667vw;
	transform: translate(-50%, 0) rotate(66deg);
	border-radius: 50%;
	background-color: #006bc7;
}

.top-pickup {
	padding: 13.3333333333vw 0 0 0;
}

.top-pickup__grid--pc {
	display: none;
}

.top-pickup__grid--sp {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin: 0;
	padding: 0 5.3333333333vw;
	gap: 4vw;
}

.top-pickup__label {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin-bottom: 13.3333333333vw;
}

.top-pickup__label-title {
	margin-bottom: 1.3333333333vw;
	font-size: 13.3333333333vw;
}

.top-pickup__label-subtitle {
	font-weight: 500;
	font-size: 4.2666666667vw;
}

.top-pickup__card:hover {
	opacity: 1;
}

.top-pickup__card {
	width: 100%;
}

.top-pickup__card-img {
	transition: transform 0.3s ease;
}

.top-pickup__card:hover .top-pickup__card-img {
	transform: scale(0.95);
}

.top-pickup__card-content {
	padding: 6.4102564103vw 5.1282051282vw;
}

.top-pickup__card-title {
	margin-bottom: 1.2820512821vw;
	font-size: min(4.8vw, 36px);
}

.top-pickup__card-subtitle {
	font-size: min(1.8666666667vw, 14px);
}

.top-company {
	height: auto;
	min-height: 100vh;
	padding: 0;
	overflow: hidden;
}

.top-company__container {
	position: static;
	width: 100%;
	max-width: 100%;
	height: auto;
	min-height: auto;
	padding: 0;
}

.top-company__content {
	position: relative;
	left: auto;
	width: 100%;
	max-width: 100%;
	padding: 8.3333333333vw 5.3333333333vw 0 5.3333333333vw;
}

.top-company__title {
	margin-bottom: 5.3333333333vw;
	font-size: 12vw;
}

.top-company__text {
	width: 100%;
	max-width: 100%;
	padding: 0;
	font-size: 3.7333333333vw;
}

.top-company__image-wrapper {
	position: relative;
	top: 0;
	left: 0;
	width: 100vw;
	max-width: none;
	overflow-x: auto;
	overflow-y: hidden;
	transform: none;
	-webkit-overflow-scrolling: touch;
	z-index: 1;
}

.top-company__img {
	display: block;
	z-index: 1;
	position: relative;
	width: 185.6vw;
	height: auto;
}

.top-company__scroll {
	display: block;
	z-index: 1;
	position: absolute;
	bottom: 15vw;
	left: 5.3333333333vw;
	width: 28.284vw;
	height: auto;
	pointer-events: none;
}

.top-company__marker {
	z-index: 10;
	width: 20px;
	height: 20px;
}

.top-company__marker-dot {
	border-width: 3px;
}

.top-company-modal {
	justify-content: flex-start;
}

.top-company-modal__content {
	display: none;
	width: 90%;
	max-width: 90%;
	height: auto;
	max-height: none;
	border-top-width: 2.0512820513vw;
	border-right-width: 2.0512820513vw;
	border-bottom-width: 2.0512820513vw;
	border-radius: 0 30% 30% 0;
}

.top-company-modal__header {
	padding: 4.1025641026vw 5.1282051282vw 0 0;
}

.top-company-modal__title {
	font-size: min(2.6666666667vw, 20px);
}

.top-company-modal__close {
	width: 7.1794871795vw;
	height: 7.1794871795vw;
}

.top-company-modal__close-icon {
	font-size: min(3.7333333333vw, 28px);
}

.top-company-modal__body {
	flex-direction: column;
	height: auto;
	padding: 5.1282051282vw;
	gap: 5.1282051282vw;
}

.top-company-modal__text {
	align-items: center;
	width: 100%;
	padding: 20px;
	text-align: center;
}

.top-company-modal__subtitle {
	margin-bottom: 12px;
	font-size: 18px;
	text-align: center;
}

.top-company-modal__paragraph {
	font-size: 14px;
	line-height: 1.7;
	text-align: center;
}

.top-company-modal__image {
	position: relative;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
}

.top-company-modal__image-img {
	width: 100%;
	height: auto;
	max-height: none;
}

.top-company-modal__sp-image {
	display: block;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(-100%, -50%);
}

.top-company-modal.is-open .top-company-modal__sp-image {
	transform: translate(-12vw, -50%);
}

.top-gas {
	margin: 0;
	border-radius: 0 0 8vw 8vw;
}

.top-gas__container {
	padding-bottom: 16vw;
}

.top-gas__upper {
	flex-direction: column;
}

.top-gas__upper-left {
	width: 100%;
	margin-bottom: 6.6666666667vw;
	padding: 0 5.3333333333vw;
}

.top-gas__upper-right {
	width: 100%;
	height: auto;
}

.top-gas__title {
	margin-bottom: 5.3333333333vw;
	font-weight: 300;
	font-size: 12vw;
}

.top-gas__text {
	font-size: 3.7333333333vw;
	line-height: 1.7;
}

.top-gas__industrial-image {
	height: auto;
	margin-bottom: 14.6666666667vw;
}

.top-gas__industrial-img {
	width: 100%;
	height: auto;
}

.top-gas__lower {
	flex-direction: column;
	margin-top: 0;
	margin-bottom: 10.6666666667vw;
}

.top-gas__lower-left {
	width: 100%;
	margin-bottom: 0;
	padding: 0 3.4666666667vw;
}

.top-gas__lower-right {
	width: 100%;
	height: auto;
	padding: 0 5.3333333333vw;
}

.top-gas__gas-image {
	margin-bottom: 8vw;
}

.top-gas__button-wrapper {
	margin: 0;
	padding: 0 5.3333333333vw;
}

.top-gas__button-shadow {
	transform: translateY(4px);
	border-radius: 6.4102564103vw;
}

.top-gas__button {
	width: 89.4666666667vw;
	height: 10.4vw;
	border-radius: 5.3333333333vw;
	font-size: 4.8vw;
	line-height: 10.4vw;
	text-align: center;
}

.top-gas__button:hover ~ .top-gas__button-shadow {
	transform: translateY(calc(4px + 2px));
}

}

