.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

html {
	scroll-behavior: smooth;
}

body {
	background: linear-gradient(270deg, #0291d9 0%, #023e78 100%);
	color: #404559;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
}

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

*,
*::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 root defaults */

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

.l-business {
	margin-top: 10.25rem;
}

.l-challenge {
	padding-bottom: 5rem;
	padding-top: 7.5rem;
}

.l-company {
	padding-bottom: 0.75rem;
	padding-top: 0.8125rem;
}

.l-culture {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.l-faq {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.l-footer {
	margin-top: -0.0625rem;
	padding-bottom: 2.625rem;
	padding-top: 3.125rem;
}

.l-section {
	margin-top: 5rem;
}

.l-stories {
	padding-bottom: 14.75rem;
	padding-top: 5.0625rem;
}

.c-button {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #023e78;
	border: 1px solid #ffffff;
	border-radius: 2.75rem;
	display: inline-flex;
	gap: 1rem;
	padding: 0.625rem 1.5rem;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.c-button__text {
	color: #ffffff;
	font-family: "Jost", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4;
	text-transform: uppercase;
}

.c-button__dot {
	background-color: #fff400;
	border-radius: 50%;
	display: block;
	height: 0.375rem;
	width: 0.375rem;
}

.c-button--large {
	gap: 2.5rem;
	padding: calc(1rem - 1px) calc(2.5rem - 1px) calc(1rem - 1px) calc(4rem - 1px);
}

.c-button--large .c-button__text {
	color: #ffffff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
}

.c-button--large .c-button__dot {
	height: 0.5rem;
	width: 0.5rem;
}

.c-button--radius-4 {
	border-radius: 0.25rem;
}

.c-glass {
	-webkit-backdrop-filter: blur(26px);
	backdrop-filter: blur(26px);
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.3);
	box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
	will-change: backdrop-filter;
}

.c-glass--dark {
	background-color: rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.c-glass--light {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.c-glass--strong {
	-webkit-backdrop-filter: blur(40px);
	backdrop-filter: blur(40px);
}

.c-pagetop {
	bottom: 1.25rem;
	display: none;
	height: 3rem;
	position: fixed;
	right: 1.25rem;
	transition: opacity 0.3s ease;
	width: 3rem;
	z-index: 100;
}

.c-pagetop svg {
	height: 100%;
	width: 100%;
}

.c-section-title {
	display: flex;
	flex-direction: column;
	gap: 0;
	opacity: 0;
	transform: translateY(1.25rem);
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.c-section-title.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.c-section-title__en {
	color: #ffffff;
	font-family: "Jost", sans-serif;
	font-size: 2rem;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.6;
	text-transform: uppercase;
}

.c-section-title__ja {
	color: #ffffff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.8;
}

.c-section-title--white .c-section-title__en {
	color: #ffffff;
}

.c-section-title--white .c-section-title__ja {
	color: #ffffff;
}

.c-section-title--gradient .c-section-title__en {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(270deg, #0a9ae5 0%, #023e78 100%);
	background-clip: text;
	width: -moz-fit-content;
	width: fit-content;
}

.c-section-title__ja--dark {
	color: #404559;
}

/* 初期設定 */

button {
	all: unset;
	background: none;
	cursor: pointer;
}

:where(dialog) {
	background-color: transparent;
	background-color: initial;
	border: medium none currentColor;
	border: initial;
	color: inherit;
	max-width: none;
	max-width: initial;
	overflow: visible;
	overflow: initial; /* height: unset;
  max-height: unset; */
	padding: 0;
	padding: initial;
	width: auto;
	width: initial;
}

body:has(dialog[open]) {
	overflow: hidden;
}

/* モーダルのスタイル ============ */

dialog::backdrop {
	opacity: 0;
	transition: background 0.3s ease-in-out;
}

dialog.js-show.interview-modal__content,
dialog.js-show.business-modal__content {
	opacity: 1;
}

dialog.js-show::backdrop { /* 背景画像 */
	background: rgba(2, 62, 120, 0.5);
	opacity: 1;
}

.modal__open-btn {
	cursor: pointer;
}

/* Business Modal のスタイル ============ */

.business-modal__content {
	background: #ffffff;
	border: 1px solid #023e78;
	border-radius: 0.75rem;
	max-height: 90vh;
	opacity: 0;
	overflow: hidden;
	transition: opacity 0.3s ease-in-out;
	width: min(23.125rem, 95%);
}

dialog.js-show.business-modal__content {
	opacity: 1;
}

.business-modal__inner {
	height: inherit;
	max-height: inherit;
	overflow-y: auto;
	padding: 4rem 1rem 1rem 1rem;
	position: relative;
}

/* 閉じるボタン */

.business-modal__close-btn {
	align-items: flex-start;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	gap: 0.75rem;
	position: absolute;
	right: 0.9375rem;
	top: 0.9375rem;
	z-index: 2;
}

.business-modal__close-btn svg {
	height: 2.25rem;
	width: 2.25rem;
}

.business-modal__close-text {
	color: #023e78;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.7;
}

.business-modal__title-en {
	color: #023e78;
	font-family: "Jost", sans-serif;
	font-size: 0.875rem;
	font-style: italic;
	font-weight: 500;
	line-height: 1.6;
	text-transform: uppercase;
}

.business-modal__title-ja {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	margin-top: 0.25rem;
}

.business-modal__title-number {
	color: #023e78;
	font-family: "Jost", sans-serif;
	font-size: 1.125rem;
	font-style: italic;
	font-weight: 500;
	line-height: 1.6;
}

.business-modal__title-text {
	color: #023e78;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
}

/* ボディ */

.business-modal__body {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-top: 1.5rem;
}

.business-modal__section {
	padding-bottom: 0.6875rem;
	position: relative;
}

.business-modal__section::after {
	background-color: #c4ccd7;
	bottom: 0;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.business-modal__section-heading {
	color: #023e78;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.6;
}

.business-modal__list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-top: 0.625rem;
}

.business-modal__list-item {
	color: #404559;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.7;
	padding-left: 1.3125rem;
	position: relative;
}

.business-modal__list-item::before {
	color: #404559;
	content: "・";
	left: 0;
	position: absolute;
}

.business-modal__footer {
	display: flex;
	justify-content: center;
	margin-top: 0.6875rem;
}

.business-modal__entry-btn {
	background-color: #023e78;
	gap: 2.25rem;
	justify-content: center;
	max-width: 25rem;
	position: relative;
	width: 100%;
}

.business-modal__entry-btn .c-button__dot {
	display: none;
}

.business-modal__entry-btn::after {
	border-right: 0.125rem solid #ffffff;
	border-top: 0.125rem solid #ffffff;
	content: "";
	flex-shrink: 0;
	height: 0.875rem;
	position: relative;
	transform: rotate(45deg);
	width: 0.875rem;
}

.hover-underline {
	display: inline-block;
	position: relative;
}

.hover-underline::after {
	background: #ffffff;
	bottom: 1.6875rem;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.3s ease;
	width: 100%;
}

.hover-underline:hover::after {
	transform: scaleX(1);
}

.hover-underline:focus::after {
	transform: scaleX(1);
}

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

.p-business-swiper {
	position: relative;
}

.p-business-swiper .swiper-wrapper {
	transition-timing-function: linear;
}

.p-business {
	overflow-x: clip;
	position: relative;
}

.p-business__header {
	display: flex;
	flex-direction: column;
}

.p-business__content {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.p-business__tabs {
	grid-row-gap: 1rem;
	grid-column-gap: 0.5rem;
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.4375rem;
	row-gap: 1rem;
}

.p-business__tab {
	background-color: #e4eaf1;
	border: 2px solid #0961b6;
	border-radius: 0.25rem;
	cursor: pointer;
	gap: 0.625rem;
	padding: 0.375rem;
	transition: all 0.3s ease;
}

.p-business__tab.is-active {
	background-color: #023e78;
	border: 1px solid #ffffff;
}

.p-business__tab-en {
	color: #023e78;
	font-family: "Jost", sans-serif;
	font-size: 0.5rem;
	font-style: italic;
	font-weight: 500;
	line-height: 1.6;
	margin: 0;
	text-transform: uppercase;
}

.p-business__tab.is-active .p-business__tab-en {
	color: #ffffff;
}

.p-business__tab-number {
	color: #023e78;
	font-family: "Jost", sans-serif;
	font-size: 0.875rem;
	font-style: italic;
	font-weight: 500;
	line-height: 1.5;
}

.p-business__tab.is-active .p-business__tab-number {
	color: #ffffff;
}

.p-business__tab-title {
	color: #023e78;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.6;
}

.p-business__tab.is-active .p-business__tab-title {
	color: #ffffff;
}

.p-business__swiper {
	margin-right: calc(50% - 50vw);
	margin-top: 2.5625rem;
	position: relative;
	z-index: 1;
}

.p-business-swiper .swiper {
	overflow: hidden;
	will-change: transform;
}

.p-business-swiper .swiper-wrapper {
	will-change: transform;
}

.p-business-swiper .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
}

.p-business__card {
	background-color: #e4eaf1;
	border-radius: 0.25rem;
	padding: 0.75rem;
	width: 100%;
}

.p-business__card-title-en {
	color: #023e78;
	font-family: "Jost", sans-serif;
	font-size: 0.75rem;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.6;
	text-transform: uppercase;
}

.p-business__card-title-ja-group {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	margin-top: 0.25rem;
}

.p-business__card-number {
	color: #023e78;
	font-family: "Jost", sans-serif;
	font-size: 1.25rem;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.6;
}

.p-business__card-title-ja {
	color: #023e78;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.6;
}

.p-business__card-image {
	margin-top: 0.75rem;
	width: 100%;
}

.p-business__card-image img {
	-o-object-fit: cover;
	aspect-ratio: 552/310.5;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-business__card-section {
	margin-top: 0.75rem;
}

.p-business__card-heading {
	color: #023e78;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.6;
}

.p-business__card-text {
	color: #404559;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.7;
	margin-top: 0.375rem;
}

.p-business__card-text span {
	display: inline-block;
	padding-left: 1.3125rem;
	position: relative;
}

.p-business__card-text span::before {
	content: "・";
	left: 0.25rem;
	position: absolute;
}

.p-business__card-wrap {
	margin-top: 1.5625rem;
}

.p-business__card .modal__open-btn {
	width: 100%;
}

.p-business__card-button {
	align-items: center;
	background-color: #023e78;
	background-image: linear-gradient(45deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
	background-position: 100% 0%;
	background-repeat: no-repeat;
	background-size: 200% 200%;
	border-radius: 0.25rem;
	display: flex;
	gap: 1.25rem;
	justify-content: space-between;
	margin-top: 1.5rem;
	padding: 1.25rem;
	position: relative;
	width: 100%;
}

.p-business__card-button-text {
	color: #ffffff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
}

.p-business__card-button-icon {
	flex-shrink: 0;
	height: 0.875rem;
	position: relative;
	width: 0.875rem;
}

.p-business__card-button-icon::before,
.p-business__card-button-icon::after {
	background-color: #ffffff;
	content: "";
	position: absolute;
}

.p-business__card-button-icon::before {
	height: 0.125rem;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.p-business__card-button-icon::after {
	height: 100%;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 0.125rem;
}

.p-challenge {
	overflow-x: clip;
	position: relative;
}

.p-challenge::before {
	background: url("../images/common/decoration-sp-img2.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 11.6875rem;
	left: calc(50% - 14rem);
	pointer-events: none;
	position: absolute;
	top: 3.375rem;
	width: 33.1875rem;
	z-index: -1;
}

.p-challenge__inner {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

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

.p-challenge__row {
	grid-gap: 1.5rem;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 1fr;
}

.p-challenge__row.p-challenge__row--margin-top {
	margin-top: 1.625rem;
}

.p-challenge__card {
	background-color: rgba(255, 255, 255, 0.7);
	border-bottom: 0.75rem solid;
	border-radius: 0.25rem;
	width: 100%;
}

.p-challenge__card--stage01 {
	border-bottom-color: #37a4db;
}

.p-challenge__card--stage02 {
	border-bottom-color: #2766ae;
	height: -moz-fit-content;
	height: fit-content;
}

.p-challenge__card--stage03 {
	border-bottom-color: #025178;
}

.p-challenge__card--stage04 {
	border-bottom-color: #023e78;
	height: -moz-fit-content;
	height: fit-content;
	margin-top: 0.125rem;
}

.p-challenge__card-header {
	border-radius: 0 0 0.25rem 0;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	padding: 0.75rem 1.75rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-challenge__card--stage01 .p-challenge__card-header {
	background-color: #37a4db;
}

.p-challenge__card--stage02 .p-challenge__card-header {
	background-color: #2766ae;
}

.p-challenge__card--stage03 .p-challenge__card-header {
	background-color: #025178;
}

.p-challenge__card--stage04 .p-challenge__card-header {
	background-color: #023e78;
}

.p-challenge__card-stage {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

.p-challenge__card-stage-label {
	color: #ffffff;
	font-family: "Jost", sans-serif;
	font-size: 0.9375rem;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1;
}

.p-challenge__card-stage-number {
	color: #ffffff;
	font-family: "Jost", sans-serif;
	font-size: 1.25rem;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1;
}

.p-challenge__card-title {
	color: #ffffff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.6;
}

.p-challenge__card-body {
	padding: 1.9375rem 1.5rem 1rem 1.5rem;
}

.p-challenge__card-text {
	color: #404559;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.7;
}

.p-challenge__card-image {
	border-radius: 0.25rem;
	margin-top: 1.75rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-challenge__card-image::before {
	background-color: rgba(77, 175, 236, 0.1);
	border-radius: 0.25rem;
	content: "";
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-challenge__card-image img {
	-o-object-fit: cover;
	aspect-ratio: 294/216;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-company {
	background: #e4eaf1;
}

.p-company__inner {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.p-company__content {
	background: linear-gradient(270deg, #0291d9 0%, #023e78 100%);
	border-radius: 0.5rem;
	height: 25.1875rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 86rem;
	overflow: hidden;
	perspective: 50rem;
	perspective-origin: center;
	position: relative;
	transform-style: preserve-3d;
	width: 100%;
}

.p-company__door-left,
.p-company__door-right {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	transition: transform 0.5s;
	transition-timing-function: ease-out;
	width: 50%;
	z-index: 1;
}

.p-company__door-left img,
.p-company__door-right img {
	-o-object-fit: cover;
	aspect-ratio: 688/636;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-company__door-left {
	left: 0;
	transform-origin: left center;
}

.p-company__door-right {
	right: 0;
	transform-origin: right center;
}

/* 表示領域に入った時のアニメーション */

.p-company__content.is-open .p-company__door-left {
	transform: rotateY(39deg) scaleX(0.6);
	width: 50%;
}

.p-company__content.is-open .p-company__door-right {
	transform: rotateY(-39deg) scaleX(0.6);
	width: 50%;
}

/* 中央コンテンツ */

.p-company__wrap {
	left: 50%;
	max-width: 37.5rem;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: -1;
}

.p-company__title-en {
	color: #ffffff;
	font-family: "Jost", sans-serif;
	font-size: 2rem;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-transform: uppercase;
}

.p-company__text {
	color: #ffffff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.7;
	margin-top: 1.5rem;
}

.p-company__button-wrap {
	margin-top: 2.5rem;
}

.p-company__button {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: transparent;
	background-image: linear-gradient(45deg, #023e78 0%, #023e78 50%, transparent 50%, transparent 100%);
	background-position: 100% 0%;
	background-repeat: no-repeat;
	background-size: 200% 200%;
	border: 1px solid #ffffff;
	display: inline-flex;
	text-decoration: none;
	transition: background-position 0.3s ease;
}

.p-culture {
	background: #f2f4f6;
	overflow-x: clip;
	position: relative;
}

.p-culture::before {
	background: url("../images/common/decoration-sp-img4.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 78.1875rem;
	content: "";
	height: 19.5625rem;
	pointer-events: none;
	position: absolute;
	right: calc(50% - 12.25rem);
	width: 13.75rem;
	z-index: 1;
}

.p-culture__section--bottom {
	padding-top: 5.125rem;
}

.p-culture__header {
	align-items: center;
	display: flex;
	gap: 0.75rem;
}

.p-culture__header-icon {
	background-image: url("../images/common/img-culture-icon.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 1.25rem;
	width: 1.25rem;
}

.p-culture__header-title {
	color: #404559;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
}

.p-culture__items {
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 0.75rem;
	box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
	margin-top: 2.5rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	position: relative;
	will-change: backdrop-filter;
}

.p-culture__items.p-culture__items--bottom {
	margin-top: 1.25rem;
	z-index: 2;
}

.p-culture__item {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	padding: 1.75rem 0;
	position: relative;
}

.p-culture__item::before {
	background-color: #c4ccd7;
	bottom: 0;
	content: "";
	height: 0.125rem;
	left: 0;
	position: absolute;
	right: 0;
}

.p-culture__item:nth-child(2) {
	padding: 2rem 0;
}

.p-culture__item:nth-child(3) {
	padding: 1.75rem 0;
}

.p-culture__item:last-child::before {
	display: none;
}

.p-culture__item-icon {
	flex-shrink: 0;
	height: 4rem;
	width: 4rem;
}

.p-culture__item-icon svg {
	height: 100%;
	width: 100%;
}

.p-culture__item-content {
	display: flex;
	flex-direction: column;
	gap: 2.0625rem;
	width: 100%;
}

.p-culture__item-header {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	width: 100%;
}

.p-culture__item-title {
	color: #023e78;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
}

.p-culture__item-subtitle {
	color: #023e78;
	font-family: "Jost", sans-serif;
	font-size: 0.8125rem;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.6;
	text-align: center;
	text-transform: uppercase;
}

.p-culture__item-body {
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
	width: 100%;
}

.p-culture__item-text {
	color: #404559;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.7;
}

.p-culture__img {
	aspect-ratio: 390/380;
	height: auto;
	margin-left: calc(50% - 50vw);
	margin-top: 5rem;
	overflow: hidden;
	position: relative;
	width: 100vw;
	z-index: 3;
}

.p-culture__img picture,
.p-culture__img img {
	-o-object-fit: cover;
	height: calc(100% + 3.375rem);
	object-fit: cover;
	width: 100%;
	will-change: transform;
}

.p-culture__benefits-header {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	margin-bottom: 1.25rem;
	margin-top: 0rem;
}

.p-culture__benefits-title {
	color: #404559;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
}

.p-culture__benefits-items {
	align-items: center;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 0.75rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.p-culture__benefit-item {
	border-bottom: 2px solid #c4ccd7;
	display: flex;
	gap: 2.5rem;
	padding: 1.75rem 0;
	width: 72.5rem;
}

.p-culture__benefit-item:last-child {
	border-bottom: none;
}

.p-faq {
	background: #e4eaf1;
	overflow-x: clip;
	position: relative;
}

.p-faq::before {
	background-image: url("../images/common/faq-bg.png");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 11.4375rem;
	pointer-events: none;
	position: absolute;
	right: -5rem;
	top: 0;
	width: 11.4375rem;
	z-index: 0;
}

.p-faq::after {
	background: url("../images/common/decoration-sp-img5.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -4.5rem;
	content: "";
	height: 21.4375rem;
	left: max(0px, 50% - min(50vw, 45rem));
	pointer-events: none;
	position: absolute;
	width: 17.25rem;
	z-index: 1;
}

.p-faq__content {
	position: relative;
	z-index: 2;
}

.p-faq__list {
	grid-gap: 1.375rem;
	display: grid;
	gap: 1.375rem;
	margin-top: 2.5rem;
	width: 100%;
}

.p-faq-list__item {
	background-color: #f2f4f6;
	border-radius: 0.25rem;
	width: 100%;
}

.p-faq-list__item-question {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.9375rem;
	font-weight: 700;
	gap: 0.5rem;
	line-height: 1.6;
	padding: calc(1.125rem - 1px) calc(3.5rem - 1px) calc(0.625rem - 1px) calc(0.75rem - 1px);
	position: relative;
}

.p-faq-list__item-question::before {
	background-image: url("../images/common/faq-icon.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.75rem;
	position: absolute;
	right: 1.0625rem;
	top: 52%;
	transform: translateY(-52%);
	transition: transform 0.3s;
	width: 1.375rem;
}

.p-faq-list__item-question:not(.is-open)::before {
	transform: translateY(-50%) rotate(180deg);
}

.p-faq-list__item-question.is-animated::before {
	transition: transform 0.3s;
}

.p-faq-list__item-question-icon {
	align-items: center;
	background-color: #fff400;
	border-radius: 5.625rem;
	color: #023e78;
	display: flex;
	flex-shrink: 0;
	font-family: "Jost", sans-serif;
	font-size: 1.25rem;
	font-style: italic;
	font-weight: 500;
	height: 1.75rem;
	justify-content: center;
	line-height: 1.4;
	width: 1.75rem;
}

.p-faq-list__item-question-text {
	flex: 1;
}

.p-faq-list__item-answer {
	color: #023e78;
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 2;
	padding: calc(0.5rem - 1px) calc(0.75rem - 1px) calc(1rem - 1px) calc(0.75rem - 1px);
	position: relative;
}

.p-faq-list__item-answer::before {
	background-color: #c4ccd7;
	content: "";
	height: 0.125rem;
	left: 0.75rem;
	position: absolute;
	right: 0.75rem;
	top: 0;
}

.p-footer {
	background-color: #e4eaf1;
	overflow: hidden;
	position: relative;
}

.p-footer::before {
	background: url("../images/common/img-footer-bg-sp.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -7.375rem;
	content: "";
	height: 28.125rem;
	pointer-events: none;
	position: absolute;
	right: max(0px, 50% - min(50vw, 45rem));
	width: 15.625rem;
	z-index: 1;
}

.p-footer__cta-inner {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 3.5rem 0.75rem;
}

.p-footer__cta-content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	max-width: 50rem;
	text-align: center;
}

.p-footer__cta-text {
	color: #ffffff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 2;
}

.p-footer__content {
	gap: 2rem;
	position: relative;
	width: 100%;
	z-index: 2;
}

.p-footer__info {
	display: flex;
	flex-direction: column;
	gap: 2.125rem;
}

.p-footer__logo {
	height: 4.25rem;
	max-width: 17.53125rem;
	width: 100%;
}

.p-footer__logo a {
	align-items: center;
	display: flex;
	height: inherit;
}

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

.p-footer__company-info {
	color: #404559;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6;
}

.p-footer__copyright {
	color: #404559;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 1.875rem;
}

.p-footer__nav {
	display: flex;
	flex-direction: column;
	gap: 3.0625rem;
	margin-top: 2.9375rem;
}

.p-footer__nav-columns {
	gap: 0.625rem;
	padding-left: 1.0625rem;
}

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

.p-footer__nav-column:nth-child(2) {
	margin-top: 0.625rem;
}

.p-footer__nav-list {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.p-footer__nav-item {
	padding: 0.5rem 0;
}

.p-footer__nav-item a {
	-webkit-text-decoration: none;
	color: #404559;
	display: inline-block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4;
	position: relative;
	text-decoration: none;
}

.p-footer__nav-item a::after {
	background: #023e78;
	bottom: -0.25rem;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease;
	width: 100%;
}

.p-footer__nav-item a:hover {
	opacity: 1;
}

.p-footer__nav-item a:hover::after {
	transform: scaleX(1);
}

.p-footer__nav-item a:focus::after {
	transform: scaleX(1);
}

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

.p-footer__social-img {
	max-width: 2.5rem;
	width: 100%;
}

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

.p-footer__social-link {
	display: block;
	height: 2.5rem;
	transition: opacity 0.3s ease;
	width: 2.5rem;
}

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

.p-footer__social-link svg {
	height: 100%;
	width: 100%;
}

.p-header {
	height: 4.4375rem;
}

.p-header__inner {
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-left: 0.9375rem;
}

.p-header__logo {
	height: inherit;
	max-width: 10.9375rem;
	width: 100%;
}

.p-header__logo a {
	align-items: center;
	display: flex;
	height: inherit;
}

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

.p-header__nav {
	display: none;
	height: inherit;
}

.p-header__nav-list {
	display: flex;
	gap: 2.25rem;
	height: inherit;
}

.p-header__nav-item {
	height: inherit;
}

.p-header__nav-item.p-header__nav-item--contact {
	align-items: center;
	display: flex;
}

.p-header__nav-item a {
	align-items: center;
	color: #ffffff;
	display: flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	height: inherit;
	line-height: 1.4;
	text-transform: uppercase;
}

.p-header__nav-item a:hover {
	opacity: 1;
}

.p-header__nav-item.p-header__nav-item--contact a {
	-webkit-text-decoration: none;
	background-color: transparent;
	background-image: linear-gradient(45deg, #023e78 0%, #023e78 50%, transparent 50%, transparent 100%);
	background-position: 100% 0%;
	background-repeat: no-repeat;
	background-size: 200% 200%;
	border: 1px solid #ffffff;
	border-radius: 2.75rem;
	color: #ffffff;
	font-family: "Jost", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	height: auto;
	height: initial;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding: 0.5625rem 1.4375rem;
	position: relative;
	text-decoration: none;
	transition: background-position 0.3s ease;
}

.p-header__nav-item.p-header__nav-item--contact a:hover {
	background-position: 0% 100%;
	color: #ffffff;
}

.p-header__nav-item.p-header__nav-item--contact a::after {
	background-color: #fff400;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 0.375rem;
	margin-left: 1rem;
	width: 0.375rem;
}

.p-header__hamburger {
	background-color: transparent;
	border: none;
	cursor: pointer;
	height: inherit;
	margin: 0;
	outline: none;
	padding: 0;
	position: relative;
	transition: background-color 0.3s ease;
	width: 5rem;
	z-index: 999;
}

.p-header__hamburger.is-open {
	background-color: transparent;
}

.p-header__hamburger span {
	background-color: #ffffff;
	display: block;
	height: 0.125rem;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
	width: 2.5rem;
}

.p-header__hamburger span:nth-of-type(1) {
	top: -0.3125rem;
}

.p-header__hamburger span:nth-of-type(2) {
	top: 0.0625rem;
}

.p-header__hamburger.is-open span:nth-of-type(1) {
	top: 0;
	transform: translateX(-50%) rotate(20deg);
}

.p-header__hamburger.is-open span:nth-of-type(2) {
	top: -0.0625rem;
	transform: translateX(-50%) rotate(-20deg);
}

.p-header__drawer {
	background: linear-gradient(270deg, #0291d9 0%, #023e78 100%);
	height: 100vh;
	overflow-y: scroll;
	position: fixed;
	right: -120%;
	scrollbar-width: none;
	top: 4.4375rem;
	transition: right 0.6s ease;
	width: 100%;
	z-index: 900;
}

.p-header__drawer.is-open {
	right: 0;
}

.p-header__drawer::-webkit-scrollbar {
	display: none;
}

.p-header__drawer-nav {
	gap: 2rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding: 1.375rem 1.75rem;
}

.p-header__drawer-list {
	width: 100%;
}

.p-header__drawer-item {
	border-bottom: 1px solid #c4ccd7;
	padding-bottom: 0.96875rem;
	padding-top: 0.96875rem;
	position: relative;
}

.p-header__drawer-item:last-child {
	border-bottom: none;
}

.p-header__drawer-item a {
	align-items: center;
	color: #ffffff;
	display: flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	justify-content: space-between;
	line-height: 1.4;
	position: relative;
}

.p-header__drawer-item a::before,
.p-header__drawer-item a::after {
	background-color: #ffffff;
	border-radius: 9999px;
	content: "";
	flex-shrink: 0;
	height: 0.125rem;
	position: absolute;
	right: 0;
	top: calc(50% - 1px);
	transform-origin: calc(100% - 1px) 50%;
	width: 0.7rem;
}

.p-header__drawer-item a::before {
	transform: rotate(46deg);
}

.p-header__drawer-item a::after {
	transform: rotate(-46deg);
}

.p-header__drawer-item.p-header__drawer-item--contact {
	margin-top: 1.03125rem;
}

.p-header__drawer-item.p-header__drawer-item--contact a {
	background-color: transparent;
	border: 1px solid #ffffff;
	border-radius: 2.75rem;
	font-family: "Jost", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	gap: 1rem;
	justify-content: space-between;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding: 0.625rem 1.5rem;
	text-transform: uppercase;
}

.p-header__drawer-item.p-header__drawer-item--contact a::before {
	display: none;
}

.p-header__drawer-item.p-header__drawer-item--contact a::after {
	background-color: #fff400;
	border-radius: 100vmax;
	content: "";
	display: block;
	flex-shrink: 0;
	height: 0.375rem;
	position: static;
	right: auto;
	top: auto;
	transform: none;
	transform-origin: 50% 50% 0;
	transform-origin: initial;
	width: 0.375rem;
}

.p-message {
	margin-top: 11.125rem;
	position: relative;
}

.p-message::before {
	background: url("../images/common/decoration-sp-img.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -8.125rem;
	content: "";
	height: 11.75rem;
	left: max(0px, 50% - min(50vw, 23.1875rem));
	pointer-events: none;
	position: absolute;
	width: 17.9375rem;
	z-index: -1;
}

.p-message__wrapper {
	display: flex;
	flex-direction: column;
	gap: 4rem;
}

.p-message__content {
	order: 1;
	width: 100%;
}

.p-message__image {
	margin-left: auto;
	max-width: 20.6875rem;
	order: 2;
	position: relative;
	width: 100%;
}

.p-message__image::before {
	background-color: rgba(0, 23, 59, 0.07);
	border-radius: 0.25rem;
	content: "";
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-message__image::after {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 100%);
	border-radius: 0.25rem;
	content: "";
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.p-message__image img {
	-o-object-fit: cover;
	aspect-ratio: 331/496;
	border-radius: 0.25rem;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-message__text-group {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.p-message__text span {
	color: #023e78;
	display: inline-block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 2.2;
	text-shadow: 0px 0px 64px rgba(0, 0, 0, 0.25);
}

.p-message__text span.is-active {
	color: #fff;
}

.p-message__text:not(:first-child) {
	margin-top: 3rem;
}

.p-message__text-group .p-message__text:nth-child(3) {
	margin-top: 1.4375rem;
}

.p-mv {
	overflow-x: clip;
	padding-top: 2.5625rem;
	position: relative;
}

.p-mv__content {
	bottom: -7%;
	color: #ffffff;
	left: max(0px, 50% - min(45vw, 22.5rem));
	opacity: 0;
	position: absolute;
	transform: translateY(1.25rem);
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
	z-index: 100;
}

.p-mv__content.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.p-mv__title {
	-webkit-backdrop-filter: blur(80px);
	backdrop-filter: blur(80px);
	background-color: rgba(255, 255, 255, 0.7);
	padding: 0.375rem 1rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-mv__title:nth-of-type(3) {
	margin-top: 0.625rem;
}

.p-mv__title:nth-of-type(4) {
	margin-top: 0.625rem;
}

.p-mv__title-line {
	color: #023e78;
	font-family: "Jost", sans-serif;
	font-size: 2rem;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.2;
	text-transform: uppercase;
}

.images-scroll {
	--images-width: 0px;
	--image-gap: 20px;
	animation: infinity-scroll-left 30s linear both infinite;
	display: flex;
	gap: 20px;
	gap: var(--image-gap);
	opacity: 0;
	transition: opacity 1s ease-out 0.3s;
	width: -moz-fit-content;
	width: fit-content;
}

.images-scroll.is-visible {
	opacity: 1;
}

.images {
	grid-gap: 0.75rem;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(7, 9.375rem);
	grid-template-rows: repeat(2, 15.875rem);
}

.images img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-mv__img,
.p-mv__img2,
.p-mv__img3,
.p-mv__img4,
.p-mv__img5,
.p-mv__img6 {
	position: relative;
}

.p-mv__img::before,
.p-mv__img2::before,
.p-mv__img3::before,
.p-mv__img4::before,
.p-mv__img5::before,
.p-mv__img6::before {
	background-color: rgba(52, 51, 46, 0.1);
	content: "";
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-mv__img2 {
	grid-area: 1/1/2/2;
}

.p-mv__img3 {
	grid-area: 2/1/3/2;
}

.p-mv__img4 {
	grid-area: 1/2/3/4;
}

.p-mv__img5 {
	grid-area: 1/4/2/5;
}

.p-mv__img6 {
	grid-area: 2/4/3/5;
}

.p-mv__img7 {
	grid-area: 1/5/3/7;
	position: relative;
}

.p-mv__img7::before {
	background-color: rgba(188, 198, 207, 0.1);
	content: "";
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-mv__img {
	grid-area: 1/7/3/8;
}

.p-stories-card {
	border-radius: 0.25rem;
	height: 100%;
	position: relative;
	width: 100%;
}

.p-stories-card__number {
	color: #023e78;
	font-family: "Jost", sans-serif;
	font-size: 3.5rem;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.5;
	position: absolute;
	right: 0.4375rem;
	text-shadow: 1px 1px 0px #ffffff;
	top: -2.75rem;
	z-index: 10;
}

.p-stories-card__img {
	box-shadow: 0 0.3125rem 0.9375rem 0 rgba(26, 150, 239, 0.15);
	overflow: hidden;
	width: 100%;
}

.p-stories-card__img img {
	-o-object-fit: cover;
	aspect-ratio: 312/416;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-stories-card__label {
	background-color: #ffffff;
	color: #023e78;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	left: 0;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 0.25rem 1rem;
	position: absolute;
	top: 19.125rem;
	z-index: 10;
}

.p-stories-card__info {
	background-color: #ffffff;
	color: #023e78;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	left: 0;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 0.1875rem 0.75rem;
	position: absolute;
	top: 22.1875rem;
	z-index: 10;
}

.p-stories-card__info span {
	font-size: 1.25rem;
	margin-left: 0.625rem;
}

.p-stories-card__body {
	background-color: #023e78;
	height: 14.625rem;
	margin-top: 1.25rem;
	padding-bottom: 0.75rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.75rem;
}

.p-stories-card__text {
	color: #ffffff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 2;
}

.p-stories-card__text:not(:first-child) {
	margin-top: 1rem;
}

.p-stories-swiper {
	position: relative;
}

.p-stories-swiper .swiper-wrapper {
	transition-timing-function: linear;
}

.p-stories-swiper .swiper-pagination {
	bottom: auto;
	bottom: initial;
	top: auto;
	top: initial;
}

.p-stories-swiper .swiper-pagination-progressbar.swiper-pagination-horizontal {
	background: #ffffff;
	height: 0.5rem;
	left: 20px;
	top: calc(100% + 4.25rem);
	width: calc(100% - 2.5rem);
}

.p-stories-swiper .swiper-pagination .swiper-pagination-progressbar-fill {
	background: #0961b6;
}

.p-stories {
	background: #e4eaf1;
	overflow: hidden;
	position: relative;
}

.p-stories::before {
	background: url(../images/common/decoration-sp-img3.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 10.13125rem;
	left: max(0px, 50% - min(50vw, 45rem));
	pointer-events: none;
	position: absolute;
	top: 0.5625rem;
	width: 19.0625rem;
	z-index: 1;
}

.p-stories__header {
	position: relative;
	z-index: 2;
}

.p-stories__title,
.p-stories__swiper {
	position: relative;
	z-index: 1;
}

.p-stories__swiper {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 4rem;
	overflow: visible;
	width: 100vw;
}

.p-stories__swiper .swiper {
	margin: 0;
	overflow: visible;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: auto;
	bottom: initial;
	left: auto;
	left: initial;
	margin: 0;
	padding: 0;
	right: auto;
	right: initial;
	top: auto;
	top: initial;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	content: "";
}

.p-stories__swiper-button-wrap {
	bottom: -9.875rem;
	display: flex;
	gap: 1.5rem;
	position: absolute;
	right: calc(50% - min(44vw, 38.75rem));
}

.p-stories__swiper-button-wrap .swiper-button-prev,
.p-stories__swiper-button-wrap .swiper-button-next {
	background-image: linear-gradient(45deg, #0961B6 0%, #0961B6 50%, transparent 50%, transparent 100%);
	background-position: 100% 0%;
	background-repeat: no-repeat;
	background-size: 200% 200%;
	border-radius: 100vmax;
	overflow: hidden;
	transition: background-position 0.3s ease;
}

.p-stories__swiper-button-wrap .swiper-button-prev:hover,
.p-stories__swiper-button-wrap .swiper-button-next:hover {
	background-position: 0% 100%;
}

.p-stories__swiper-button-wrap .swiper-button-prev:hover svg rect,
.p-stories__swiper-button-wrap .swiper-button-prev:hover svg path,
.p-stories__swiper-button-wrap .swiper-button-next:hover svg rect,
.p-stories__swiper-button-wrap .swiper-button-next:hover svg path {
	stroke: #ffffff;
	stroke-width: 0.125rem;
}

/* 各ボタンのカスタマイズ */

.swiper-button-prev,
.swiper-button-next {
	height: 2.5rem;
	position: static;
	transition: 0.3s;
	width: 2.5rem;
}

.swiper-button-prev svg,
.swiper-button-next svg {
	height: 100%;
	width: 100%;
}

.swiper-slide {
	flex-shrink: 0;
}

.p-stories-cards__item {
	width: 19.5rem;
}

.p-business-cards__item {
	width: 19.5rem;
}

@media (hover: hover) {

a:hover {
	cursor: pointer;
}

}

@media (any-hover: hover) {

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

.c-pagetop:hover {
	opacity: 0.7;
}

.p-business__card-button {
	transition: background-position 0.3s ease;
}

.p-business__card-button:hover {
	background-position: 0% 100%;
}

.p-business__card-button:hover .p-business__card-button-text {
	color: #023e78;
}

.p-business__card-button:hover .p-business__card-button-icon::before,
.p-business__card-button:hover .p-business__card-button-icon::after {
	background-color: #023e78;
}

.p-company__button:hover {
	background-position: 0% 100%;
	color: #ffffff;
}

.p-company__button:hover .c-button__text {
	color: #ffffff;
}

.p-company__button:hover .c-button__dot {
	background-color: #fff400;
}

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

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

a:hover {
	opacity: 0.7;
}

html {
	font-size: 1.2903225806vw;
}

a[href*="tel:"] {
	-webkit-text-decoration: none;
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}

.l-business {
	margin-top: 7.25rem;
}

.l-challenge {
	padding-bottom: 8.125rem;
	padding-top: 14.78125rem;
}

.l-company {
	margin-top: -0.0625rem;
	padding-bottom: 2rem;
	padding-top: 2.25rem;
}

.l-culture {
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.l-faq {
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.l-footer {
	padding-bottom: 4.75rem;
	padding-top: 6.875rem;
}

.l-section {
	margin-top: 7.5rem;
}

.l-stories {
	padding-bottom: 16.5rem;
	padding-top: 7.5625rem;
}

.c-button--large {
	gap: 2.5rem;
	padding: calc(1rem - 1px) calc(2.5rem - 1px) calc(1rem - 1px) calc(4rem - 1px);
}

.c-button--large .c-button__text {
	font-size: 1.25rem;
}

.c-button--large .c-button__dot {
	height: 0.75rem;
	width: 0.75rem;
}

.c-pagetop {
	bottom: 2.5rem;
	height: 4rem;
	right: 2.5rem;
	width: 4rem;
}

.c-section-title__en {
	font-size: 4rem;
	letter-spacing: 0.02em;
}

.c-section-title__ja {
	font-size: 1.125rem;
}

.business-modal__content {
	max-height: 90vh;
	width: min(75rem, 95%);
}

.business-modal__inner {
	padding: 3rem;
}

.business-modal__close-btn {
	align-items: flex-end;
	flex-direction: column-reverse;
	right: 2.6875rem;
	top: 3.28125rem;
}

.business-modal__close-text {
	font-size: 1rem;
}

.business-modal__title-en {
	font-size: 1rem;
}

.business-modal__title-ja {
	gap: 1rem;
}

.business-modal__title-number {
	font-size: 1.875rem;
}

.business-modal__title-text {
	font-size: 1.75rem;
}

.business-modal__body {
	margin-top: 3.25rem;
}

.business-modal__section {
	align-items: flex-start;
	display: flex;
}

.business-modal__section-heading {
	font-size: 1.125rem;
	max-width: 23.625rem;
	width: 100%;
}

.business-modal__list {
	flex: 1;
	gap: 0.5rem;
	margin-top: 0;
}

.business-modal__list-item {
	font-size: 1rem;
	padding-left: 1.5rem;
}

.business-modal__footer {
	border-top: none;
	margin-top: 2.5rem;
}

.business-modal__entry-btn {
	max-width: 100%;
	width: 100%;
}

.l-inner {
	max-width: 1290px;
	padding-left: 25px;
	padding-right: 25px;
}

.p-business__tabs {
	gap: 1rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 4rem;
}

.p-business__tab {
	gap: 0.25rem;
	padding-bottom: 1.125rem;
	padding-left: 2.375rem;
	padding-right: 1.375rem;
	padding-top: 1.125rem;
}

.p-business__tab-en {
	font-size: 0.875rem;
}

.p-business__tab-ja-group {
	display: flex;
	margin-top: 0.25rem;
}

.p-business__tab-number {
	font-size: 1.25rem;
}

.p-business__tab-title {
	font-size: 1.125rem;
	margin-left: 0.75rem;
}

.p-business__swiper {
	margin-top: 2.375rem;
}

.p-business__card {
	padding: 1.75rem;
}

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

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

.p-business__card-title-ja {
	font-size: 1.5rem;
}

.p-business__card-image {
	margin-top: 1.25rem;
}

.p-business__card-section {
	margin-top: 1.25rem;
}

.p-business__card-heading {
	font-size: 1.125rem;
}

.p-business__card-text span {
	padding-left: 1.5rem;
}

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

.p-business__card-wrap {
	margin-top: 1.5rem;
}

.p-business__card-button {
	margin-top: 2rem;
	padding: 1.25rem 2.625rem;
}

.p-challenge::before {
	background: url("../images/common/decoration-img2.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 35.875rem;
	left: max(0px, 50% - min(48vw, 8.8125rem));
	pointer-events: none;
	position: absolute;
	top: 0.5rem;
	width: 101.25rem;
	z-index: -1;
}

.p-challenge__content {
	margin-top: 7.875rem;
}

.p-challenge__row {
	gap: 4.75rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-challenge__row.p-challenge__row--margin-top {
	margin-top: 6rem;
}

.p-challenge__card--stage02 {
	margin-top: -4rem;
}

.p-challenge__card--stage04 {
	margin-top: -4rem;
}

.p-challenge__card-stage-label {
	font-size: 1.125rem;
}

.p-challenge__card-stage-number {
	font-size: 1.5rem;
}

.p-challenge__card-title {
	font-size: 1.5rem;
}

.p-challenge__card-body {
	padding: 1.75rem 1.5rem 1rem 1.5rem;
}

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

.p-challenge__card-image {
	margin-top: 2.5625rem;
}

.p-challenge__card--stage02 .p-challenge__card-image,
.p-challenge__card--stage03 .p-challenge__card-image {
	margin-top: 4.25rem;
}

.p-challenge__card-image img {
	aspect-ratio: 534/268;
}

.p-company__content {
	height: 39.75rem;
}

.p-company__title-en {
	font-size: 3.5rem;
	letter-spacing: 0.03em;
}

.p-company__text {
	font-size: 1rem;
	margin-top: 2.3125rem;
}

.p-company__button-wrap {
	margin-top: 3.5rem;
}

.p-company__button .c-button__text {
	font-size: 1.5rem;
}

.p-culture::before {
	background: url("../images/common/decoration-img4.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 11.5rem;
	content: "";
	height: 54.875rem;
	pointer-events: none;
	position: absolute;
	right: max(0px, 50% - min(50vw, 45rem));
	width: 47.9375rem;
	z-index: 1;
}

.p-culture__section--bottom {
	padding-top: 7.5rem;
}

.p-culture__header-icon {
	height: 1.8125rem;
	width: 1.8125rem;
}

.p-culture__header-title {
	font-size: 1.5rem;
}

.p-culture__items {
	margin-top: 4rem;
	padding-left: clamp(3.75rem, 50vw - 40.3125rem, 4.625rem);
	padding-right: clamp(3.75rem, 50vw - 40.3125rem, 4.625rem);
}

.p-culture__items.p-culture__items--bottom {
	margin-top: 1.4375rem;
}

.p-culture__item::before {
	left: -2.125rem;
	right: -2.125rem;
}

.p-culture__item {
	align-items: center;
	flex-direction: row;
	gap: 2.5rem;
	padding: 1.5625rem 0;
}

.p-culture__item:nth-child(2) {
	padding: 1.75rem 0;
}

.p-culture__item:nth-child(3) {
	padding: 1.75rem 0;
}

.p-culture__item-content {
	align-items: center;
	flex-direction: row;
	gap: 2rem;
}

.p-culture__item-header {
	align-items: stretch;
	gap: 0.75rem;
	width: max(23.125rem, min(27.4vw, 24.6875rem));
}

.p-culture__item-title {
	font-size: 1.5rem;
	line-height: 1.6;
}

.p-culture__item-subtitle {
	font-size: 0.875rem;
	text-align: left;
}

.p-culture__item-body {
	width: 35.0625rem;
}

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

.p-culture__img {
	aspect-ratio: 1440/380;
	margin-top: 7.375rem;
}

.p-culture__img picture,
.p-culture__img img {
	height: calc(100% + 13.1875rem);
}

.p-faq::before {
	height: 19.8125rem;
	width: 19.8125rem;
}

.p-faq::after {
	background: url("../images/common/decoration-img5.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -1.4375rem;
	content: "";
	height: 49.125rem;
	left: max(0px, 50% - min(50vw, 45rem));
	pointer-events: none;
	position: absolute;
	width: 36.5rem;
	z-index: 1;
}

.p-faq__content {
	display: flex;
	gap: 14.8125rem;
}

.p-faq__list {
	flex: 1 1 0;
	gap: 1.6875rem;
	margin-top: 0;
	min-width: 0;
}

.p-faq-list__item-question {
	font-size: 1.25rem;
	gap: 1.25rem;
	padding: calc(1.5rem - 1px) calc(7.25rem - 1px) calc(1rem - 1px) calc(3.25rem - 1px);
}

.p-faq-list__item-question::before {
	right: 3.625rem;
	top: 57%;
}

.p-faq-list__item-question-icon {
	font-size: 1.75rem;
	height: 2.4375rem;
	width: 2.25rem;
}

.p-faq-list__item-answer::before {
	left: 1.25rem;
	right: 1.25rem;
	top: 0;
}

.p-faq-list__item-answer {
	font-size: 1rem;
	padding: calc(1.0625rem - 1px) calc(3.25rem - 1px) calc(1.5rem - 1px) calc(3.25rem - 1px);
}

.p-footer::before {
	background: url("../images/common/img-footer-bg1.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -10.75rem;
	content: "";
	height: 70.125rem;
	pointer-events: none;
	position: absolute;
	right: max(0px, 50% - min(50vw, 45rem));
	width: 52.3125rem;
	z-index: 1;
}

.p-footer::before {
	bottom: -8.375rem;
}

.p-footer__cta-inner {
	padding: 5rem 6.25rem;
}

.p-footer__cta-text {
	font-size: 1.25rem;
	line-height: 1.8;
}

.p-footer__content {
	display: flex;
	flex-direction: row;
	gap: 23.15625rem;
}

.p-footer__info {
	gap: 2.5rem;
	padding-left: 1.625rem;
}

.p-footer__company-info {
	line-height: 1.7;
}

.p-footer__copyright {
	margin-top: 0;
}

.p-footer__nav {
	align-items: flex-end;
	gap: 4.9375rem;
	justify-content: space-between;
	margin-top: 0;
	padding-top: 1rem;
}

.p-footer__nav-columns {
	display: flex;
	flex-direction: row;
	gap: 10.125rem;
	padding-left: 0;
}

.p-footer__nav-column:nth-child(2) {
	margin-top: 0;
}

.p-footer__nav-item a {
	font-size: 1.125rem;
}

.p-header {
	height: 5.1875rem;
}

.p-header__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 90rem;
	padding: 0 2.5rem;
}

.p-header__logo {
	max-width: 20rem;
}

.p-header__nav {
	display: block;
}

.p-header__hamburger {
	display: none;
}

.p-message::before {
	background: url("../images/common/decoration-img.webp");
	background-position: bottom left;
	background-repeat: repeat-x;
	background-size: 67.5rem auto;
	bottom: -7.25rem;
	height: 35.875rem;
	left: 0;
	width: 100%;
}

.p-message {
	margin-top: 13.4375rem;
}

.p-message__wrapper {
	flex-direction: row;
	gap: 8.75rem;
	margin-left: auto;
	max-width: 85.3125rem;
	padding-left: 1.5625rem;
}

.p-message__content {
	order: 1;
	width: 50%;
}

.p-message__image {
	max-width: 40rem;
	order: 2;
}

.p-message__image::before {
	border-radius: 0.25rem 0 0 0.25rem;
}

.p-message__image::after {
	border-radius: 0.25rem 0 0 0.25rem;
}

.p-message__image img {
	aspect-ratio: 640/800;
	border-radius: 0.25rem 0 0 0.25rem;
}

.p-message__text-group {
	gap: 5rem;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.p-message__text span {
	font-size: 1.125rem;
}

.p-message__text:not(:first-child) {
	margin-top: 5.125rem;
}

.p-message__text-group .p-message__text:nth-child(3) {
	margin-top: 3.5rem;
}

.p-mv {
	padding-bottom: 5rem;
	padding-top: 2.8125rem;
}

.p-mv__content {
	bottom: 4%;
	left: max(0px, 50% - min(48vw, 42.5rem));
}

.p-mv__title {
	padding: 0.5rem 1.5rem;
}

.p-mv__title:nth-of-type(2) {
	margin-top: 1.1875rem;
}

.p-mv__title-line {
	font-size: 4rem;
	line-height: 1.3;
}

.images {
	gap: 1.25rem;
	grid-template-columns: repeat(7, 16.8125rem);
	grid-template-rows: repeat(2, 16.875rem);
}

.p-stories-card {
	border-radius: 0.5rem;
}

.p-stories-card__number {
	right: 0.4375rem;
	top: -2.8125rem;
}

.p-stories-card__img img {
	aspect-ratio: 386/515;
}

.p-stories-card__label {
	font-size: 1.25rem;
	left: 0;
	padding: 0.25rem 1rem;
	top: 25.3125rem;
}

.p-stories-card__info {
	font-size: 1rem;
	left: 0;
	padding: 0.1875rem 0.75rem;
	top: 28.3125rem;
}

.p-stories-card__body {
	height: 12.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.75rem;
}

.p-stories-card__text:not(:first-child) {
	margin-top: 1.25rem;
}

.p-stories-swiper .swiper-pagination-progressbar.swiper-pagination-horizontal {
	left: max(25px, (100vw - 77.5rem) / 2);
	top: calc(100% + 6.5rem);
	width: 61rem;
}

.p-stories::before {
	background: url(../images/common/decoration-img3.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 31.25rem;
	left: max(0px, 50% - min(50vw, 45rem));
	pointer-events: none;
	position: absolute;
	top: -0.625rem;
	width: 58.8125rem;
	z-index: 1;
}

.p-stories__swiper {
	margin-top: 5.25rem;
}

.p-stories__swiper .swiper {
	padding-left: max(25px, (100vw - 1240px) / 2);
	padding-right: clamp(25px, 50vw - 620px, 100px);
}

.p-stories__swiper-button-wrap {
	bottom: -9rem;
	gap: 1.25rem;
	right: calc(50% - min(48vw, 38.75rem));
}

.swiper-button-prev,
.swiper-button-next {
	height: 5rem;
	width: 5rem;
}

.p-stories-cards__item {
	width: 24.125rem;
}

.p-business-cards__item {
	width: 38rem;
}

}

@media (min-width: 1240px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes infinity-scroll-left {

from {
	translate: 0 0;
}

to {
	translate: calc(-1 * (var(--images-width) + var(--image-gap))) 0;
}

}


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