body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.l-header {
	background-color: #fff;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99;
}

.l-header.is-fv-hide {
	opacity: 0;
	pointer-events: none;
	transform: translateY(-100%);
	transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease;
	visibility: hidden;
}

.l-header.is-fv-hide.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: none;
	visibility: visible;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1010px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.c-entry-button__link {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #202b33;
	border-radius: 0.5rem;
	box-shadow: 0.25rem 0.25rem 1.25rem rgba(0, 0, 0, 0.25);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1.5;
	min-width: 10rem;
	padding-bottom: 0.5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 0.5rem;
	text-decoration: none;
	transition: box-shadow 0.3s;
}

.c-entry-button__link.c-entry-button__link--drawer {
	font-size: 1rem;
	min-width: 11.25rem;
	overflow: clip;
	padding-bottom: 1rem;
	padding-top: 1rem;
	position: relative;
	transition: color 0.3s ease;
	z-index: 0;
}

.c-entry-button__link.c-entry-button__link--fv {
	background-color: #fff;
	color: #0070b7;
	overflow: clip;
	position: relative;
	transition: color 0.3s ease;
	z-index: 0;
}

.c-entry-button__link.c-entry-button__link--header {
	background-color: #1c1c1c;
	color: #fff;
	overflow: clip;
	position: relative;
	transition: color 0.3s ease;
	z-index: 0;
}

.c-entry-button__link.c-entry-button__link--fv::before,
.c-entry-button__link.c-entry-button__link--drawer::before,
.c-entry-button__link.c-entry-button__link--header::before {
	background: linear-gradient(270deg, #43d1f6 23%, #1e7ffe 100%);
	border-radius: inherit;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.3s ease;
	z-index: -1;
}

.c-hamburger {
	align-items: center;
	background-color: transparent;
	border: 0;
	border-radius: 0.5rem;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
	justify-content: center;
	padding: 0;
	position: relative;
}

.c-hamburger__line {
	background-color: #0070b7;
	border-radius: 62.4375rem;
	display: block;
	height: 2px;
	transition: transform 0.3s ease, opacity 0.2s ease;
	width: 2.5rem;
}

.c-hamburger__line.c-hamburger__line--fv {
	background-color: #fff;
}

.c-hamburger.is-active .c-hamburger__line:nth-child(1) {
	transform: translateY(0.5rem) rotate(45deg);
}

.c-hamburger.is-active .c-hamburger__line:nth-child(2) {
	opacity: 0;
}

.c-hamburger.is-active .c-hamburger__line:nth-child(3) {
	transform: translateY(-0.5rem) rotate(-45deg);
}

.c-section-header {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.c-section-header__catch {
	color: #0070b7;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
	text-align: center;
}

.c-section-header__title {
	align-items: center;
	color: #1c1c1c;
	display: flex;
	flex-direction: column;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
}

.c-section-header__title::after {
	background: linear-gradient(to right, #3e46bc 50%, #0070b7 50%);
	content: "";
	display: block;
	height: 0.25rem;
	margin-top: 1.3125rem;
	width: 7.5rem;
}

.c-section-header__title.c-section-header__title--white {
	color: #fff;
}

.c-section-header__title.c-section-header__title--white::after {
	background: #fff;
}

.c-section-header__title.c-section-header__title--small {
	font-size: 2rem;
}

.p-everyone {
	background: url(../images/common/everyone_background.png) repeat-x center center/cover;
	padding-bottom: 4rem;
	padding-top: 3.8125rem;
}

.p-everyone__inner {
	position: relative;
}

.p-everyone__inner::before {
	aspect-ratio: 171/203;
	background: url(../images/common/everyone_mascot.png) no-repeat center center/contain;
	bottom: -5.625rem;
	content: "";
	position: absolute;
	right: -5.1388888889vw;
	width: 10.6875rem;
	width: 11.875vw;
}

.p-everyone__text {
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 2;
	margin-top: 2.5rem;
	text-align: center;
}

.p-company {
	background: linear-gradient(to right, #1e7ffe, #43d1f6);
	overflow-x: clip;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
	position: relative;
	z-index: 1;
}

.p-company::before {
	aspect-ratio: 1920/500;
	background: url(../images/common/company_bg_circle.png) no-repeat center center/cover;
	content: "";
	left: 50%;
	position: absolute;
	top: -1px;
	translate: -50% 0;
	width: 120rem;
	z-index: -1;
}

.p-company::after {
	aspect-ratio: 365/366;
	background: url(../images/common/company_ornament_purple.png) no-repeat center center/cover;
	content: "";
	position: absolute;
	right: -7.6875rem;
	top: -7.8125rem;
	width: 22.8125rem;
	width: 25.3472222222vw;
}

.p-company__cards {
	grid-gap: 1rem;
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fill, minmax(19.3125rem, 1fr));
	justify-content: center;
	margin-top: 2.5rem;
}

.p-company__card {
	align-items: flex-start;
	background-color: #fff;
	border: 1px solid #0070b7;
	border-radius: 0.5rem;
	display: flex;
	gap: 0.875rem;
	min-height: 12.9375rem;
	padding: 1.5rem 1.25rem;
}

.p-company__card-icon {
	aspect-ratio: 1;
	flex-shrink: 0;
	width: 3.8125rem;
}

.p-company__card-icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-company__card-body {
	grid-gap: 0.5rem;
	display: grid;
	flex: 1;
	gap: 0.5rem;
	min-width: 0;
}

.p-company__card-title {
	color: #0070b7;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.3;
}

.p-company__card-text {
	color: #1c1c1c;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
}

.p-company__card-dept {
	color: #0070b7;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
	text-align: right;
}

.p-company__youtube {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-top: 2.5rem;
}

.p-company__youtube-banner {
	align-items: center;
	display: flex;
}

.p-company__youtube-banner-body {
	align-items: center;
	background-color: #fff;
	display: flex;
	flex: 1;
	gap: 0.625rem;
	justify-content: center;
	min-width: 0;
	padding-bottom: 0.375rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 0.375rem;
}

.p-company__youtube-logo {
	flex-shrink: 0;
	width: 2.1875rem;
}

.p-company__youtube-text {
	color: #0070b7;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
	text-align: center;
}

.p-company__youtube-mascot {
	filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
	flex-shrink: 0;
	height: auto;
	margin-left: -1.8125rem;
	width: 3.6875rem;
}

.p-company__youtube-list {
	grid-gap: 1rem;
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, 1fr);
}

.p-company__youtube-item {
	grid-gap: 1rem;
	display: grid;
	gap: 1rem;
}

.p-company__youtube-label {
	align-items: center;
	display: flex;
	gap: 0.625rem;
}

.p-company__youtube-label img {
	flex-shrink: 0;
	height: auto;
	width: 1.375rem;
}

.p-company__youtube-label-text {
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
}

.p-company__youtube-link {
	cursor: pointer;
	display: block;
	padding: 0;
}

.p-company__youtube-link img {
	height: auto;
	width: 100%;
}

.p-contact {
	margin-top: -1.875rem;
	overflow-x: clip;
	padding-bottom: 10.25rem;
	padding-top: 5rem;
	position: relative;
	z-index: 1;
}

.p-contact::after {
	aspect-ratio: 2880/448;
	background: url(../images/common/contact_bottom.png) no-repeat center bottom/cover;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.p-contact__inner {
	position: relative;
	z-index: 1;
}

.p-contact__inner::before {
	aspect-ratio: 88/86;
	background: url(../images/common/contact_ornament.png) no-repeat center center/cover;
	content: "";
	left: -8.3333333333vw;
	position: absolute;
	top: calc(50% + 0.625rem);
	translate: 0 -50%;
	width: 5.5rem;
}

.p-contact__body {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 1.5rem;
}

.p-contact__address {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
	justify-content: center;
	padding-bottom: 1.25rem;
}

.p-contact__address-label {
	align-items: center;
	border: 1px solid #1c1c1c;
	color: #1c1c1c;
	display: flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1.5;
	padding: 0.25rem 1rem;
}

.p-contact__logo {
	height: auto;
	width: 10rem;
}

.p-contact__address-text {
	color: #1c1c1c;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
}

.p-contact__address-text span {
	display: inline-block;
}

.p-contact__actions {
	align-items: center;
	border-top: 3px solid rgba(128, 128, 128, 0.5);
	display: flex;
	gap: 1.25rem;
	justify-content: space-between;
	max-width: 44.5rem;
	padding-top: 1.875rem;
}

.p-contact__tel {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	justify-content: center;
}

.p-contact__tel-icon {
	flex-shrink: 0;
	height: auto;
	width: 2.5rem;
}

.p-contact__tel-number {
	color: #0070b7;
	font-family: "Roboto", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
}

.p-contact__button-link {
	align-items: center;
	background: linear-gradient(270deg, #43d1f6 23%, #1e7ffe 100%);
	border-radius: 0.5rem;
	box-shadow: 0.25rem 0.25rem 1.25rem rgba(0, 0, 0, 0.25);
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	overflow: clip;
	padding: 1rem 1.25rem 1rem 2.5rem;
	position: relative;
	transition: box-shadow 0.3s ease;
}

.p-contact__button-link::before {
	background: linear-gradient(270deg, #0070b7 23%, #0070b7 100%);
	border-radius: inherit;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.3s ease;
}

.p-contact__button-link > * {
	position: relative;
	z-index: 1;
}

.p-contact__button-content {
	align-items: center;
	display: flex;
	gap: 0.375rem;
}

.p-contact__button-icon {
	flex-shrink: 0;
	height: auto;
	width: 1.5rem;
}

.p-contact__button-text {
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
}

.p-contact__button-arrow {
	flex-shrink: 0;
	height: auto;
	width: 1.25rem;
}

body.is-drawer-open {
	overflow: hidden;
}

.p-drawer {
	bottom: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
	z-index: 1000;
}

.p-drawer.is-open {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.p-drawer__overlay {
	background-color: rgba(0, 0, 0, 0.55);
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.3s ease;
}

.p-drawer.is-open .p-drawer__overlay {
	opacity: 1;
}

.p-drawer__panel {
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
	box-shadow: -0.5rem 0 1.5rem rgba(0, 0, 0, 0.2);
	display: flex;
	height: 100%;
	overflow: auto;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: transform 0.35s ease;
	width: min(25rem, 100vw);
}

.p-drawer.is-open .p-drawer__panel {
	transform: translateX(0);
}

.p-drawer__header {
	margin-left: auto;
}

.p-drawer__close {
	aspect-ratio: 1;
	background-color: transparent;
	cursor: pointer;
	position: relative;
	width: 2.5rem;
}

.p-drawer__close::before,
.p-drawer__close::after {
	background-color: #0070b7;
	border-radius: 62.4375rem;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
	width: 2.5rem;
}

.p-drawer__close::before {
	rotate: 45deg;
}

.p-drawer__close::after {
	rotate: -45deg;
}

.p-drawer__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	min-height: 100%;
	padding-bottom: 0.9375rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.9375rem;
	width: 100%;
}

.p-drawer__body {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	padding-bottom: 2.5rem;
	width: 100%;
}

.p-drawer__top {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	width: 100%;
}

.p-drawer__branding {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.p-drawer__logo {
	display: block;
	width: 20rem;
}

.p-drawer__logo img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-drawer__tagline {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	justify-content: center;
	max-width: 20rem;
	width: 100%;
}

.p-drawer__tagline::before,
.p-drawer__tagline::after {
	background-color: #0070b7;
	content: "";
	display: block;
	flex: 1;
	height: 0.125rem;
}

.p-drawer__tagline-text {
	color: #0070b7;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
}

.p-drawer__entry {
	display: flex;
	justify-content: center;
}

.p-drawer__nav {
	border-bottom: 1px solid rgba(128, 128, 128, 0.5);
	display: flex;
	justify-content: center;
	padding-bottom: 1.5rem;
	width: 100%;
}

.p-drawer__list {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.p-drawer__link {
	-webkit-text-decoration: none;
	color: #1c1c1c;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: color 0.3s ease;
}

.p-drawer__link::before {
	background-color: transparent;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transition: background-color 0.3s ease;
	width: 100%;
}

.p-drawer__bottom {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	width: 100%;
}

.p-drawer__sns {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.p-drawer__sns-item--youtube {
	width: 3.125rem;
}

.p-drawer__sns-item--instagram {
	width: 2.5rem;
}

.p-drawer__sns-item--youtube img {
	-o-object-fit: contain;
	aspect-ratio: 50/36;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-drawer__sns-item--instagram img {
	-o-object-fit: contain;
	aspect-ratio: 1;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-drawer__sns-link {
	display: block;
}

.p-drawer__external {
	display: flex;
	justify-content: center;
	width: 100%;
}

.p-drawer__external-list {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.p-drawer__external-link {
	color: #0070b7;
	display: inline-block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
	padding-right: 0.8125rem;
	position: relative;
}

.p-drawer__external-link::before {
	aspect-ratio: 1;
	background: url(../images/common/icon_external_link.svg) no-repeat center center/cover;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	translate: 0 -50%;
	width: 0.75rem;
}

.p-drawer__external-link span {
	-webkit-text-decoration: underline;
	color: #1c1c1c;
	display: inline-block;
	text-decoration: underline;
	text-decoration-color: currentColor;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.125rem;
	transition: text-decoration-color 0.3s ease, color 0.3s ease;
	word-break: break-word;
}

.p-environment {
	overflow-x: clip;
	padding-bottom: 0.625rem;
	padding-top: 6.25rem;
	position: relative;
}

.p-environment::before {
	aspect-ratio: 600/563;
	background: url(../images/common/environment_ornament_green.png) no-repeat center center/cover;
	content: "";
	left: -20.1875rem;
	position: absolute;
	top: 0.8125rem;
	width: 37.5rem;
}

.p-environment::after {
	aspect-ratio: 112/111;
	background: url(../images/common/environment_ornament_blue.png) no-repeat center center/contain;
	bottom: 1.5rem;
	content: "";
	left: 2.6875rem;
	position: absolute;
	width: 7rem;
}

.p-environment__top {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	margin-left: 7.1875rem;
	margin-top: 1.6875rem;
}

.p-environment__bubble {
	background-color: #f0f9ff;
	border-radius: 1rem;
	min-width: 0;
	padding: 1.25rem;
	position: relative;
}

.p-environment__bubble::before {
	border-color: transparent #f0f9ff transparent transparent;
	border-style: solid;
	border-width: 0.8125rem 1.25rem 0.8125rem 0;
	content: "";
	height: 0;
	left: -1.25rem;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 0;
}

.p-environment__bubble::after {
	aspect-ratio: 232/250;
	background: url(../images/common/environment-mascot.png) no-repeat center center/contain;
	content: "";
	left: max(-16.8055555556vw, -15.125rem);
	position: absolute;
	top: calc(50% - 1.875rem);
	translate: 0 -50%;
	width: min(16.1111111111vw, 14.5rem);
}

.p-environment__bubble-text {
	color: #1c1c1c;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.6;
}

.p-environment__keyword {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0;
}

.p-environment__keyword--primary {
	color: #0070b7;
}

.p-environment__keyword--accent {
	color: #fd8501;
}

.p-environment__charts {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	gap: 1.5rem;
}

.p-environment__chart-item {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.p-environment__chart-item img {
	height: auto;
	width: 7.875rem;
}

.p-environment__chart-label {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.6;
}

.p-environment__chart-label--primary {
	color: #0070b7;
}

.p-environment__chart-label--accent {
	color: #fd8501;
}

.p-environment__schedule {
	margin-top: 1.8125rem;
	position: relative;
	z-index: 2;
}

.p-environment__schedule-header {
	background: linear-gradient(to right, #1e7ffe, #43d1f6);
	padding-bottom: 0.625rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 0.625rem;
}

.p-environment__schedule-title {
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
	text-align: center;
}

.p-environment__schedule-title-space {
	display: inline-block;
}

.p-environment__schedule-body {
	margin-top: 0.625rem;
}

.p-environment__schedule-body img {
	height: auto;
	width: 100%;
}

.p-faq {
	padding-bottom: 4.375rem;
	padding-top: 5.875rem;
}

.p-faq__body {
	margin-top: 2.5rem;
}

.p-faq__item {
	border-bottom: 1px solid rgba(128, 128, 128, 0.5);
	padding-bottom: 0.9375rem;
	padding-top: 1rem;
	transform: translateZ(0);
}

.p-faq__summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 0.875rem;
}

.p-faq__summary::-webkit-details-marker {
	display: none;
}

.p-faq__summary::marker {
	content: "";
}

.p-faq__summary-label {
	color: #0070b7;
	flex-shrink: 0;
	font-family: "Roboto", sans-serif;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
}

.p-faq__summary-text {
	color: #0070b7;
	flex: 1;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
	min-width: 0;
}

.p-faq__summary-icon {
	aspect-ratio: 60/24;
	border: 1px solid #3e46bc;
	border-radius: 1rem;
	flex-shrink: 0;
	position: relative;
	width: 3.75rem;
}

.p-faq__summary-icon::before,
.p-faq__summary-icon::after {
	background-color: #3e46bc;
	content: "";
	height: 0.125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transition: 0.3s;
	translate: -50% -50%;
	width: 0.75rem;
}

.p-faq__summary-icon::after {
	rotate: 90deg;
}

.p-faq__item[open]:not(.is-closing) .p-faq__summary-icon::before {
	width: 1rem;
}

.p-faq__item[open]:not(.is-closing) .p-faq__summary-icon::after {
	rotate: 180deg;
}

.p-faq__content {
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
	padding-top: 0.875rem;
}

.p-faq__answer {
	align-items: center;
	display: flex;
	flex: 1;
	gap: 0.875rem;
	min-width: 0;
}

.p-faq__answer-label {
	color: #fd8501;
	flex-shrink: 0;
	font-family: "Roboto", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
}

.p-faq__answer-text {
	color: #1c1c1c;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
}

.p-faq__media-wrapper {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.p-faq__media-list {
	display: flex;
	gap: 0.875rem;
}

.p-faq__media-list::-webkit-scrollbar {
	display: none;
}

.p-faq__media {
	height: 11.25rem;
}

.p-faq__media img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.p-footer {
	padding-bottom: 1.5rem;
	padding-top: 4rem;
}

.p-footer__inner.l-inner {
	max-width: 78.125rem;
}

.p-footer__container {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.p-footer__top {
	align-items: center;
	border-bottom: 1px solid rgba(128, 128, 128, 0.5);
	display: flex;
	gap: 4rem;
	padding-bottom: 2.5rem;
	width: 100%;
}

.p-footer__branding {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.p-footer__logo {
	display: block;
	width: 10rem;
}

.p-footer__logo img {
	height: auto;
	width: 100%;
}

.p-footer__tagline {
	color: #1c1c1c;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
}

.p-footer__nav {
	align-items: center;
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.75rem;
}

.p-footer__nav-row {
	-moz-column-gap: 2.5rem;
	align-items: center;
	column-gap: 2.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 0.75rem;
}

.p-footer__nav-item {
	list-style: none;
}

.p-footer__nav-link {
	color: #1c1c1c;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
	position: relative;
	transition: color 0.3s ease;
}

.p-footer__nav-link::before {
	background-color: transparent;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transition: background-color 0.3s ease;
	width: 100%;
}

.p-footer__bottom {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8.375rem;
	width: 100%;
}

.p-footer__sns {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.p-footer__sns-item--youtube {
	width: 3.125rem;
}

.p-footer__sns-item--instagram {
	width: 2.5rem;
}

.p-footer__sns-item--youtube img {
	-o-object-fit: contain;
	aspect-ratio: 50/36;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-footer__sns-item--instagram img {
	-o-object-fit: contain;
	aspect-ratio: 1;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-footer__sns-link {
	display: block;
}

.p-footer__sns-link img {
	height: auto;
	width: 100%;
}

.p-footer__external-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 5rem;
	justify-content: center;
}

.p-footer__external-link {
	color: #0070b7;
	display: inline-block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	padding-right: 0.8125rem;
	position: relative;
}

.p-footer__external-link::before {
	aspect-ratio: 1;
	background: url(../images/common/icon_external_link.svg) no-repeat center center/cover;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	translate: 0 -50%;
	width: 0.75rem;
}

.p-footer__external-link span {
	-webkit-text-decoration: underline;
	color: #1c1c1c;
	display: inline-block;
	text-decoration: underline;
	text-decoration-color: currentColor;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.125rem;
	transition: text-decoration-color 0.3s ease, color 0.3s ease;
	word-break: break-word;
}

.p-footer__external-link img {
	flex-shrink: 0;
}

.p-footer__copyright {
	color: #1c1c1c;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
	text-align: center;
}

.p-fv {
	aspect-ratio: 1440/800;
	background: url(../images/common/fv-bg.webp) no-repeat center center/cover;
	position: relative;
}

.p-fv__nav {
	position: absolute;
	right: 1.25rem;
	top: 0.9375rem;
}

.p-fv__nav-items {
	align-items: center;
	display: flex;
	gap: 1.5rem;
}

.p-fv__content {
	left: 50%;
	position: absolute;
	top: calc(50% - 2.2222222222vw);
	translate: -50% -50%;
	width: 100%;
}

.p-fv__logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 24.0277777778vw;
}

.p-fv__logo img {
	-o-object-fit: contain;
	aspect-ratio: 346/51;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-fv__subtitle {
	color: #1c1c1c;
	font-size: 1.6666666667vw;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 0.6944444444vw;
	text-align: center;
}

.p-fv__title {
	font-size: 4.0277777778vw;
	font-weight: 700;
	line-height: 1.5;
	padding-left: 2.9166666667vw;
	text-align: center;
}

.p-fv__title-large {
	color: #0070b7;
	font-size: 5.3472222222vw;
}

.p-header {
	background-color: #fff;
	padding-bottom: 0.9375rem;
	padding-top: 0.9375rem;
}

.p-header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-header__brand {
	align-items: center;
	display: flex;
	gap: 0.625rem;
}

.p-header__logo {
	display: block;
	width: 27.625rem;
}

.p-header__logo img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-header__tagline {
	color: #1c1c1c;
	display: inline-block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
	white-space: nowrap;
}

.p-header__actions {
	align-items: center;
	display: flex;
	gap: 1.5rem;
}

.p-message-button {
	aspect-ratio: 1;
	bottom: 8.75rem;
	position: fixed;
	right: 1.25rem;
	width: 7.5rem;
	z-index: 100;
}

.p-message-button img {
	-o-object-fit: contain;
	aspect-ratio: 1;
	border-radius: 50%;
	box-shadow: 0.25rem 0.25rem 1.25rem 0rem rgba(0, 0, 0, 0.25);
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-overview {
	padding-bottom: 6rem;
	padding-top: 4rem;
}

.p-overview__inner {
	position: relative;
}

.p-overview__inner::before {
	aspect-ratio: 1;
	background: url(../images/common/overview-mascot.png) no-repeat center center/contain;
	bottom: 0rem;
	content: "";
	left: -15.2083333333vw;
	position: absolute;
	width: 20.3125rem;
}

.p-overview__items {
	grid-gap: 3.5rem 0rem;
	display: grid;
	gap: 3.5rem 0rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2rem;
	position: relative;
}

.p-overview__item {
	padding-bottom: 2.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 2.5rem;
	position: relative;
	text-align: center;
	z-index: 1;
}

.p-overview__item::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	filter: drop-shadow(0 0.25rem 1.25rem rgba(0, 0, 0, 0.25));
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
	z-index: -1;
}

.p-overview__item-title {
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	position: relative;
}

.p-overview__item-title::before {
	aspect-ratio: 1;
	content: "";
	left: 4rem;
	position: absolute;
	top: calc(50% - 0.4375rem);
	translate: 0 -50%;
	width: 4.5rem;
}

.p-overview__item-text {
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.8;
	margin-top: 0.5rem;
}

.p-overview__item.p-overview__item--smartphone::before {
	aspect-ratio: 437/219;
	background-image: url(../images/common/overview-item-smartphone.png);
	width: 27.3125rem;
}

.p-overview__item.p-overview__item--smartphone .p-overview__item-title::before {
	background: url(../images/common/overview-icon-smartphone.png) no-repeat center center/cover;
	top: calc(50% - 0.9375rem);
	width: 4.75rem;
}

.p-overview__item.p-overview__item--car::before {
	aspect-ratio: 438/221;
	background-image: url(../images/common/overview-item-car.png);
	top: calc(50% + 0.5625rem);
	width: 27.375rem;
}

.p-overview__item.p-overview__item--car .p-overview__item-title::before {
	background: url(../images/common/overview-icon-car.png) no-repeat center center/cover;
	left: 3.75rem;
	top: calc(50% - 0.25rem);
	width: 5.625rem;
}

.p-overview__item.p-overview__item--shinkansen::before {
	aspect-ratio: 419/246;
	background-image: url(../images/common/overview-item-shinkansen.png);
	width: 26.1875rem;
}

.p-overview__item.p-overview__item--shinkansen .p-overview__item-title::before {
	background: url(../images/common/overview-icon-shinkansen.png) no-repeat center center/cover;
	left: 3.75rem;
	top: calc(50% - 0.25rem);
	width: 5.75rem;
}

.p-overview__item.p-overview__item--wind::before {
	aspect-ratio: 430/229;
	background-image: url(../images/common/overview-item-wind.png);
	width: 26.875rem;
}

.p-overview__item.p-overview__item--wind .p-overview__item-title::before {
	background: url(../images/common/overview-icon-wind.png) no-repeat center center/cover;
	left: 3rem;
	top: calc(50% - 0.6875rem);
	width: 6.5rem;
}

.p-page-top {
	aspect-ratio: 1;
	bottom: 2.5rem;
	position: fixed;
	right: 2.5rem;
	width: 5rem;
	z-index: 100;
}

.p-page-top img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-recruit {
	background-color: #f4f4f4;
	padding-bottom: 4.625rem;
	padding-top: 4.625rem;
	position: relative;
	z-index: 1;
}

.p-recruit::before,
.p-recruit::after {
	aspect-ratio: 1440/26;
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
}

.p-recruit::before {
	background: url(../images/common/wave_gray_top.png) no-repeat center center/cover;
	bottom: calc(100% - 1px);
}

.p-recruit::after {
	background: url(../images/common/wave_gray_bottom.png) no-repeat center center/cover;
	top: calc(100% - 1px);
}

.p-recruit__list {
	grid-gap: 0.3125rem;
	display: grid;
	gap: 0.3125rem;
	margin-top: 2.5rem;
}

.p-recruit__item {
	align-items: stretch;
	border-radius: 0.5rem;
	display: flex;
	overflow: clip;
}

.p-recruit__term {
	align-items: center;
	background-color: #0070b7;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	padding: 1.25rem;
	width: 7.5rem;
}

.p-recruit__term-title {
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
	text-align: center;
}

.p-recruit__detail {
	background-color: #fff;
	color: #1c1c1c;
	flex: 1;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
	min-width: 0;
	padding: 1.25rem 1.875rem;
}

.p-recruit__mascot {
	bottom: 6.4375rem;
	height: auto;
	position: absolute;
	right: 1.75rem;
	width: min(21.1805555556vw, 19.0625rem);
	z-index: 1;
}

.p-recruit__detail-text-title {
	color: #0070b7;
	font-weight: 700;
}

.p-recruit__detail-block + .p-recruit__detail-block {
	margin-top: 1lh;
}

.p-work {
	background-color: #f4f4f4;
	padding-bottom: 4.625rem;
	padding-top: 4.625rem;
	position: relative;
}

.p-work::before,
.p-work::after {
	aspect-ratio: 1440/26;
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
}

.p-work::before {
	background: url(../images/common/wave_gray_top.png) no-repeat center center/cover;
	bottom: calc(100% - 1px);
}

.p-work::after {
	background: url(../images/common/wave_gray_bottom.png) no-repeat center center/cover;
	top: calc(100% - 1px);
}

.p-work__list {
	grid-gap: 5rem;
	display: grid;
	gap: 5rem;
	margin-top: 2.5rem;
}

.p-work__item {
	align-items: center;
	display: flex;
	gap: 1.25rem;
}

.p-work__item:not(:first-child) {
	position: relative;
}

.p-work__item:not(:first-child)::before {
	aspect-ratio: 172/30;
	background: url(../images/common/polygon_work.png) no-repeat center center/contain;
	content: "";
	left: 50%;
	position: absolute;
	top: -3.125rem;
	translate: -50% 0;
	width: 10.75rem;
}

.p-work__item:nth-child(even) {
	flex-direction: row-reverse;
}

.p-work__item-content {
	background-color: #fff;
	border-radius: 2.5rem;
	box-shadow: 0.25rem 0.25rem 0 #0070b7;
	flex: 1 0 0;
	padding-bottom: 1.875rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	padding-top: 4.375rem;
	position: relative;
}

.p-work__item:nth-child(even) .p-work__item-content {
	box-shadow: 0.25rem 0.25rem 0 #3e46bc;
	z-index: 2;
}

.p-work__item-label {
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	left: -0.5625rem;
	letter-spacing: 0;
	line-height: 1.5;
	padding: 0.25rem 2.5rem;
	position: absolute;
	top: 0.9375rem;
	z-index: 1;
}

.p-work__item-label--blue {
	background: url(../images/common/work_heading-bg_blue.jpg) no-repeat center center/cover;
}

.p-work__item-label--purple {
	background: url(../images/common/work_heading-bg_purple.jpg) no-repeat center center/cover;
}

.p-work__item-label--purple-long {
	background: url(../images/common/work_heading-bg_purple_long.jpg) no-repeat center center/cover;
}

.p-work__item-text {
	color: #1c1c1c;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.75;
}

.p-work__item-link {
	-webkit-text-decoration: underline;
	color: #0070b7;
	text-decoration: underline;
	text-decoration-color: currentColor;
	text-decoration-thickness: 2px;
	text-underline-offset: 0.1875rem;
	transition: text-decoration-color 0.3s ease, color 0.3s ease;
	word-break: break-word;
}

.p-work__item-dept {
	color: #0070b7;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
	margin-top: 0.3125rem;
	text-align: right;
}

.p-work__item-image {
	flex: 0 0 25.4375rem;
	position: relative;
	z-index: 1;
}

.p-work__item-image::before {
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 2.5rem 0px 0px 2.25rem;
	content: "";
	filter: drop-shadow(0.25rem 0.25rem 0 #0070b7);
	height: 0;
	left: -1.375rem;
	position: absolute;
	top: calc(50% + 1.9375rem);
	translate: 0 -50%;
	width: 0;
}

.p-work__item:nth-child(even) .p-work__item-image::before {
	border-color: transparent #fff transparent transparent;
	border-width: 2.5rem 2.25rem 0px 0px;
	filter: drop-shadow(0.25rem 0.25rem 0 #3e46bc);
	left: auto;
	left: initial;
	right: -1.625rem;
}

.p-work__item-image img {
	-o-object-fit: cover;
	aspect-ratio: 407/275;
	border-radius: 1rem;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.u-base01 {
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
}

@media (prefers-reduced-motion: reduce) {

.l-header.is-fv-hide {
	transition: none;
}

}

@media (any-hover: hover) {

.c-entry-button__link:hover {
	box-shadow: 0rem 0rem 0rem rgba(0, 0, 0, 0);
}

.c-entry-button__link.c-entry-button__link--fv:hover,
.c-entry-button__link.c-entry-button__link--fv:focus-visible,
.c-entry-button__link.c-entry-button__link--drawer:hover,
.c-entry-button__link.c-entry-button__link--drawer:focus-visible,
.c-entry-button__link.c-entry-button__link--header:hover,
.c-entry-button__link.c-entry-button__link--header:focus-visible {
	color: #fff;
}

.c-entry-button__link.c-entry-button__link--fv:hover::before,
.c-entry-button__link.c-entry-button__link--fv:focus-visible::before,
.c-entry-button__link.c-entry-button__link--drawer:hover::before,
.c-entry-button__link.c-entry-button__link--drawer:focus-visible::before,
.c-entry-button__link.c-entry-button__link--header:hover::before,
.c-entry-button__link.c-entry-button__link--header:focus-visible::before {
	opacity: 1;
}

.c-hamburger:hover {
	opacity: 0.8;
}

.p-contact__button-link:hover {
	box-shadow: 0rem 0rem 0rem rgba(0, 0, 0, 0);
}

.p-contact__button-link:hover::before {
	opacity: 1;
}

.p-drawer__link:hover {
	color: #0070b7;
}

.p-drawer__link:hover::before {
	background-color: #0070b7;
}

.p-drawer__link:focus-visible {
	color: #0070b7;
}

.p-drawer__link:focus-visible::before {
	background-color: #0070b7;
}

.p-drawer__external-link:hover {
	opacity: 0.7;
}

.p-drawer__close:hover {
	opacity: 0.8;
}

.p-footer__nav-link:hover {
	color: #0070b7;
}

.p-footer__nav-link:hover::before {
	background-color: #0070b7;
}

.p-footer__external-link:hover {
	opacity: 0.7;
}

.p-work__item-link:hover {
	text-decoration-color: transparent;
}

}

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

.p-everyone {
	aspect-ratio: 1440/350;
}

.p-everyone__inner {
	align-content: center;
	display: grid;
	height: 100%;
	justify-content: center;
	place-content: center;
}

}

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

.p-company::before {
	width: 100%;
}

}

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

.p-overview {
	padding-bottom: 18.75rem;
}

.p-overview__inner::before {
	bottom: -18.75rem;
	left: -3.6496350365vw;
}

}

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

.p-environment::after {
	content: none;
}

}

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

.p-recruit__mascot {
	display: none;
}

}

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

.p-contact__inner::before {
	left: 0.625rem;
}

}

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

.p-everyone__inner::before {
	right: 0;
}

}

@media (max-width: 960px) {

html {
	font-size: 1.6666666667vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.l-inner {
	padding-left: 20px;
	padding-right: 20px;
}

.c-entry-button__link {
	font-size: 0.875rem;
	min-width: 0;
	min-width: initial;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.c-entry-button__link.c-entry-button__link--drawer {
	font-size: 1rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.c-hamburger {
	padding: 0.375rem;
}

.c-hamburger__line {
	width: 1.75rem;
}

.c-section-header {
	gap: 0.3125rem;
}

.c-section-header__catch {
	font-size: 0.875rem;
}

.c-section-header__title {
	font-size: 1.625rem;
	line-height: 1.3;
}

.c-section-header__title::after {
	height: 0.1875rem;
	margin-top: 0.625rem;
	width: 5rem;
}

.c-section-header__title.c-section-header__title--small {
	font-size: 1.5rem;
}

.p-everyone__inner::before {
	bottom: -6.875rem;
	width: 5.625rem;
}

.p-everyone__text {
	font-size: 1rem;
	margin-top: 1.25rem;
}

.p-company {
	padding-bottom: 3.75rem;
	padding-top: 3rem;
}

.p-company::before {
	width: 180%;
}

.p-company::after {
	right: -6.25rem;
	top: -6.25rem;
	width: 10.625rem;
}

.p-company__cards {
	grid-template-columns: repeat(auto-fill, minmax(15.625rem, 1fr));
	margin-top: 2rem;
}

.p-company__card {
	min-height: 0;
	width: 100%;
}

.p-company__card-title {
	font-size: 1rem;
}

.p-company__card-text {
	font-size: 0.875rem;
}

.p-company__card-dept {
	font-size: 0.875rem;
}

.p-company__youtube {
	gap: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	max-width: 31.25rem;
}

.p-company__youtube-banner {
	margin-left: auto;
	margin-right: auto;
	max-width: 25rem;
	width: 100%;
}

.p-company__youtube-banner-body {
	gap: 0.75rem;
	padding-left: 0.75rem;
	padding-left: 0rem;
	padding-right: 0.75rem;
	padding-right: 1.25rem;
}

.p-company__youtube-text {
	font-size: 1rem;
}

.p-company__youtube-mascot {
	width: 2.75rem;
}

.p-company__youtube-list {
	gap: 1.25rem;
	grid-template-columns: 1fr;
}

.p-contact {
	padding-bottom: 16.9270833333vw;
	padding-top: 5rem;
}

.p-contact__inner::before {
	width: 3.75rem;
}

.p-contact__address {
	max-width: 22.125rem;
}

.p-contact__address-text {
	font-size: 1rem;
}

.p-contact__address-text span {
	display: none;
}

.p-contact__actions {
	align-items: stretch;
	flex-direction: column;
	max-width: 31.25rem;
}

.p-contact__tel-number {
	font-size: 1.75rem;
}

.p-contact__button-link {
	gap: 0.625rem;
	justify-content: space-between;
	padding: 1.25rem;
}

.p-contact__button-text {
	font-size: 1rem;
}

.p-drawer__panel {
	width: min(20rem, 100vw);
}

.p-drawer__top {
	-moz-column-gap: 5rem;
	column-gap: 5rem;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 1.5rem;
}

.p-drawer__branding {
	gap: 0.25rem;
}

.p-drawer__logo {
	width: 10rem;
}

.p-drawer__tagline {
	gap: 0.3125rem;
	max-width: 10rem;
}

.p-drawer__tagline::before,
.p-drawer__tagline::after {
	height: 0.0625rem;
}

.p-drawer__tagline-text {
	font-size: 0.625rem;
}

.p-drawer__list {
	gap: 1rem;
}

.p-drawer__bottom {
	gap: 1.5rem;
}

.p-drawer__external-list {
	gap: 0.75rem;
}

.p-environment {
	padding-bottom: 3.75rem;
	padding-top: 3rem;
}

.p-environment::before {
	left: -11.25rem;
	width: 18.75rem;
}

.p-environment__top {
	align-items: stretch;
	flex-direction: column;
	gap: 1.5rem;
	margin-left: 0;
	margin-top: 2rem;
	position: relative;
}

.p-environment__bubble::after {
	bottom: -10rem;
	left: 0;
	top: auto;
	top: initial;
	translate: initial;
	width: 9.375rem;
}

.p-environment__bubble {
	margin-left: auto;
	margin-right: auto;
	max-width: 25rem;
	order: 2;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.p-environment__bubble::before {
	border-color: #f0f9ff transparent transparent transparent;
	border-width: 1rem 0.8125rem 0 0.8125rem;
	bottom: -1rem;
	left: 1.5rem;
	top: auto;
	translate: initial;
}

.p-environment__bubble-text {
	font-size: 0.875rem;
	text-align: center;
}

.p-environment__keyword {
	font-size: 1rem;
}

.p-environment__charts {
	justify-content: center;
	order: 1;
}

.p-environment__chart-label {
	font-size: 0.875rem;
}

.p-environment__schedule {
	margin-top: 11.25rem;
}

.p-environment__schedule-header {
	padding-left: 1rem;
	padding-right: 1rem;
}

.p-environment__schedule-title {
	font-size: 0.8125rem;
}

.p-environment__schedule-title-space {
	display: none;
}

.p-environment__schedule-body {
	-webkit-overflow-scrolling: touch;
	margin-top: 0.5rem;
	overflow-x: auto;
}

.p-environment__schedule-body img {
	min-width: 37.5rem;
}

.p-faq {
	padding-bottom: 3.75rem;
	padding-top: 3rem;
}

.p-faq__summary-text {
	font-size: 1rem;
}

.p-faq__summary-icon {
	aspect-ratio: 40/24;
	width: 2.5rem;
}

.p-faq__content {
	flex-direction: column;
}

.p-faq__answer-text {
	font-size: 0.875rem;
}

.p-faq__media-wrapper {
	overflow-x: auto;
}

.p-faq__media-list {
	min-width: 60rem;
}

.p-footer {
	padding-top: 2rem;
}

.p-footer__top {
	flex-direction: column;
	gap: 1.5rem;
	padding-bottom: 2rem;
}

.p-footer__nav-row {
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
}

.p-footer__bottom {
	flex-direction: column;
	gap: 1.5rem;
}

.p-footer__external-links {
	gap: 1.25rem;
}

.p-fv {
	aspect-ratio: 375/320;
	background: url(../images/common/fv-bg_sp.webp) no-repeat center center/cover;
	overflow-x: clip;
}

.p-fv__nav {
	right: 4vw;
	top: 4vw;
}

.p-fv__logo {
	max-width: 46.1333333333vw;
}

.p-fv__subtitle {
	font-size: 3.2vw;
	margin-top: 1.3333333333%;
}

.p-fv__title {
	font-size: 7.4666666667vw;
	letter-spacing: 0.01em;
	padding-left: 7.7333333333vw;
}

.safari .p-fv__title {
	white-space: nowrap;
}

.p-fv__title-large {
	font-size: 10.1333333333vw;
}

.p-header {
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}

.p-header__inner {
	gap: 0.75rem;
}

.p-header__brand {
	flex: 1 1 auto;
	flex-wrap: wrap;
	gap: 0.125rem;
	min-width: 0;
}

.p-header__logo {
	max-width: 16.5625rem;
	width: 100%;
}

.p-header__tagline {
	font-size: 0.75rem;
}

.p-header__actions {
	flex-shrink: 0;
	gap: 0.75rem;
}

.p-header__entry {
	display: none;
}

.p-message-button {
	bottom: 6.25rem;
	right: 0.625rem;
	width: 5rem;
}

.p-overview {
	padding-bottom: 5rem;
	padding-top: 3rem;
}

.p-overview__inner::before {
	bottom: auto;
	bottom: initial;
	left: calc(50% - 8.75rem);
	top: 3.375rem;
	translate: -50% 0;
	width: 7.5rem;
}

.p-overview__items {
	gap: 1.25rem;
	grid-template-columns: 1fr;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6.25rem;
	max-width: 28.125rem;
}

.p-overview__item {
	padding-bottom: 1.25rem;
	padding-left: 0rem;
	padding-right: 0rem;
	padding-top: 1.25rem;
}

.p-overview__item-title {
	font-size: 1.125rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 21.875rem;
}

.p-overview__item-title::before {
	left: 2rem;
}

.p-overview__item-text {
	font-size: 0.8125rem;
	margin-top: 0.625rem;
}

.p-overview__item.p-overview__item--smartphone::before {
	width: 21.875rem;
}

.p-overview__item.p-overview__item--smartphone .p-overview__item-title::before {
	left: 2rem;
	top: calc(50% - 0.4375rem);
	width: 4.75rem;
}

.p-overview__item.p-overview__item--car::before {
	top: 50%;
	width: 21.875rem;
}

.p-overview__item.p-overview__item--car .p-overview__item-title::before {
	left: 2rem;
	width: 4.75rem;
}

.p-overview__item.p-overview__item--shinkansen::before {
	width: 21.875rem;
}

.p-overview__item.p-overview__item--shinkansen .p-overview__item-title::before {
	left: 2rem;
	top: calc(50% - 0.4375rem);
	width: 4.75rem;
}

.p-overview__item.p-overview__item--wind::before {
	width: 21.875rem;
}

.p-overview__item.p-overview__item--wind .p-overview__item-title::before {
	left: 2rem;
	top: calc(50% - 0.4375rem);
	width: 4.75rem;
}

.p-page-top {
	bottom: 1.25rem;
	right: 1.25rem;
	width: 3.75rem;
}

.p-recruit {
	padding-bottom: 3.75rem;
	padding-top: 3rem;
}

.p-recruit__list {
	gap: 0.625rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	max-width: 31.25rem;
}

.p-recruit__item {
	flex-direction: column;
}

.p-recruit__term {
	padding: 0.625rem 1rem;
	width: 100%;
}

.p-recruit__detail {
	font-size: 0.875rem;
	padding: 1rem;
}

.p-recruit__mascot {
	bottom: -2.5rem;
	display: block;
	right: 0;
	width: 7.5rem;
}

.p-work {
	padding-bottom: 3.75rem;
	padding-top: 3rem;
}

.p-work__list {
	gap: 3.75rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.25rem;
	max-width: 31.25rem;
}

.p-work__item {
	flex-direction: column;
	gap: 0.625rem;
}

.p-work__item:not(:first-child)::before {
	top: -2.625rem;
	width: 8.75rem;
}

.p-work__item:nth-child(even) {
	flex-direction: column;
}

.p-work__item-content {
	box-shadow: 0.25rem -0.25rem 0 #0070b7;
	padding-bottom: 1rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 3.125rem;
	z-index: 2;
}

.p-work__item:nth-child(even) .p-work__item-content {
	box-shadow: 0.25rem -0.25rem 0 #3e46bc;
}

.p-work__item-label {
	font-size: 1.125rem;
	left: -0.25rem;
	padding: 0.25rem 1.25rem;
}

.p-work__item-text {
	font-size: 0.875rem;
}

.p-work__item-dept {
	font-size: 0.875rem;
}

.p-work__item-image {
	flex: 0 0 auto;
	width: 80%;
}

.p-work__item-image::before {
	border-color: #fff transparent transparent transparent;
	border-width: 2.25rem 2.25rem 0 0;
	filter: drop-shadow(0.25rem -0.25rem 0 #0070b7);
	left: 1.875rem;
	top: -1.125rem;
	translate: initial;
}

.p-work__item:nth-child(even) .p-work__item-image::before {
	border-color: #fff transparent transparent transparent;
	border-width: 2.25rem 2.25rem 0 0;
	filter: drop-shadow(0.25rem -0.25rem 0 #3e46bc);
	right: 1.875rem;
	top: -1.125rem;
	translate: initial;
}

}

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

.p-contact__inner::before {
	content: none;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


/*# sourceMappingURL=style.css.map */
