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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
figure {
	border: 0;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

ol,
ul {
	list-style: none;
}

img {
	block-size: auto;
	max-inline-size: 100%;
	vertical-align: middle;
}

a {
	color: inherit;
	text-decoration: none;
}

button {
	background: transparent;
	border: none;
	box-shadow: none;
	cursor: pointer;
	font: inherit;
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	color: inherit;
	font: inherit;
	vertical-align: top;
}

:where([style*="display:flex"],
[style*="display:inline-flex"],
[style*="display:grid"]) > * {
	min-inline-size: 0;
}

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

body.no-scroll {
	overflow: hidden;
}

.l-wrapper {
	display: block;
	overflow-x: hidden;
}

.l-wrapper__header {
	inline-size: 100%;
	inset-block-start: 0;
	inset-inline-start: 0;
	position: fixed;
	z-index: 50;
}

.l-inner {
	margin-inline: auto;
	padding-inline: 20px;
}

.l-main {
	margin-block-start: calc(4.5rem - 0.5px);
}

.c-default-button {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	position: relative;
	-moz-column-gap: 16px;
	background-color: transparent;
	border: 1px solid currentColor;
	border-radius: 44px;
	color: #ffffff;
	column-gap: 16px;
	font-family: "Jost", sans-serif;
	min-inline-size: 7.6875rem;
	overflow: hidden;
	padding: 0.5625rem 15px;
	transition: background-color 0.3s;
}

.c-default-button::before {
	background-image: linear-gradient(45deg, #023e78 50%, transparent 50%);
	background-position: 100%;
	background-size: 300%;
	content: "";
	inset: 0;
	position: absolute;
	transition: 0.3s;
	z-index: 1;
}

.c-default-button::after {
	background-color: #fff400;
	block-size: 6px;
	border-radius: 50%;
	content: "";
	inline-size: 6px;
	z-index: 2;
}

.c-default-button:focus-visible::before {
	background-position: 0;
}

.c-default-button--width {
	inline-size: 100%;
	justify-content: space-between;
	padding-inline: 24px;
}

.c-default-button--cta {
	-moz-column-gap: 40px;
	column-gap: 40px;
	min-inline-size: 13.4375rem;
	padding: 0.9375rem 16px 0.9375rem 40px;
}

.c-default-button--cta::after {
	block-size: 12px;
	content: "";
	inline-size: 12px;
}

.c-default-button--cta .c-default-button__text {
	font-size: 1.125rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.c-default-button__text {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4; /* 22.4px */
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.c-section-heading {
	color: #ffffff;
	display: flex;
	flex-direction: column;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.8; /* 27px */
}

.c-section-heading::before {
	content: attr(data-en);
	display: inline-block;
	font-family: "Jost", sans-serif;
	font-size: 2rem;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.6; /* 51.2px */
	text-transform: uppercase;
}

.c-section-heading--gradation {
	color: #404559;
	display: inline-flex;
}

.c-section-heading--gradation::before {
	background: linear-gradient(270deg, #0291d9 0%, #023e78 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.c-section-block {
	background-color: #f2f4f6;
}

.p-main-visual {
	background: linear-gradient(270deg, #0291d9 0%, #023e78 100%);
	block-size: 637px;
}

.p-main-visual__contents {
	padding-block-end: 40px;
	padding-block-start: 40px;
	position: relative;
}

.p-main-visual__lead {
	align-items: start;
	display: flex;
	flex-direction: column;
	inset-block-end: 0;
	inset-inline-start: 5.1282051282%;
	position: absolute;
	row-gap: 10px;
}

.p-main-visual__lead-text {
	backdrop-filter: blur(40px);
	background: rgba(255, 255, 255, 0.7);
	color: #023e78;
	display: inline-block;
	font-family: "Jost", sans-serif;
	font-size: 2rem;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.2; /* 38.4px */
	padding: 7px 16px 5px;
	padding: 0.4375rem 16px 0.3125rem;
	text-transform: uppercase;
}

.p-main-visual__lead-text--sp-hidden {
	display: none;
}

.p-header {
	align-items: center;
	background: linear-gradient(270deg, #0291d9 0%, #023e78 100%);
	block-size: 4.5rem;
	color: #ffffff;
	display: flex;
}

.p-header__inner {
	inline-size: 100%;
	padding-inline-end: 20px;
	padding-inline-start: 16px;
}

.p-header__contents {
	align-items: center;
	display: flex;
	inline-size: 100%;
	justify-content: space-between;
}

.p-header__logo {
	inline-size: 10.9375rem;
}

.p-header__right {
	display: none;
}

.p-header__lists {
	display: flex;
	flex-direction: row;
	-moz-column-gap: 36px;
	column-gap: 36px;
}

.p-header__nav-link {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4; /* 22.4px */
	padding-block-end: 0.25rem;
	position: relative;
}

.p-header__nav-link::before {
	background-color: #ffffff;
	block-size: 1px;
	content: "";
	inline-size: 100%;
	inset-block-end: 0;
	inset-inline-start: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform 0.3s;
}

.p-header__nav-link:focus-visible::before {
	transform: scale(1, 1);
	transform-origin: center top;
}

.p-drawer {
	color: #ffffff;
}

.p-drawer__button {
	aspect-ratio: 1/1;
	background-color: transparent;
	border: none;
	inline-size: 2.5rem;
	inset-block-start: 0.6875rem;
	inset-inline-end: 20px;
	opacity: 1;
	overflow: hidden;
	padding: 0;
	position: fixed;
	transition: opacity 0.3s;
	z-index: 70;
}

.p-drawer__button:focus-visible {
	opacity: 0.7;
}

.p-drawer__button.is-checked .p-drawer-button__bar:nth-of-type(1) {
	inline-size: 102.5%;
	inset-block-start: 1.375rem;
	transform: rotate(20deg);
}

.p-drawer__button.is-checked .p-drawer-button__bar:nth-of-type(2) {
	inline-size: 102.5%;
	inset-block-start: 1.375rem;
	transform: rotate(-20deg);
}

.p-drawer-button__bar {
	background-color: #ffffff;
	block-size: 2px;
	inline-size: 100%;
	inset-inline: 0;
	margin-inline: auto;
	position: absolute;
	transition: transform 0.3s linear, inset-block-start 0.3s linear, inline-size 0.3s linear;
}

.p-drawer-button__bar:nth-of-type(1) {
	inset-block-start: 1.125rem;
}

.p-drawer-button__bar:nth-of-type(2) {
	inset-block-start: 1.625rem;
}

.p-drawer__contents {
	background: linear-gradient(270deg, #0291d9 0%, #023e78 100%);
	block-size: 100%;
	inline-size: 100%;
	inset-block-start: 0;
	inset-inline-end: 0;
	opacity: 0;
	position: fixed;
	transform: translateX(100%);
	transition: opacity 0.3s linear, transform 0.3s linear, visibility 0.3s linear;
	visibility: hidden;
	z-index: 30;
}

.p-drawer__contents.is-show {
	opacity: 1;
	transform: translateX(0);
	visibility: visible;
}

.p-drawer__container {
	inline-size: calc(100% - 56px);
	margin: 4.5rem auto auto;
	padding-block-start: 1.25rem;
}

.p-drawer__nav-lists {
	display: flex;
	flex-direction: column;
}

.p-drawer__nav-link {
	align-items: center;
	border-block-end: 1px solid #c4ccd7;
	display: flex;
	flex-direction: row;
	font-size: 1rem;
	justify-content: space-between;
	line-height: 1;
	opacity: 1;
	padding-block: 1rem 0.9375rem;
	transition: opacity 0.3s;
}

.p-drawer__nav-link:focus-visible {
	opacity: 0.7;
}

.p-drawer__nav-link::after {
	align-items: center;
	background: url(../img/icon-arrow-right.svg) no-repeat center center/cover;
	block-size: 23px;
	content: "";
	display: flex;
	inline-size: 12px;
	justify-content: center;
}

.p-drawer__cta {
	margin-block-start: 2rem;
	text-align: center;
}

.p-mv-scroll {
	--images-width: 0px;
	--image-gap: 12px;
	display: flex;
	inline-size: -moz-fit-content;
	inline-size: fit-content;
	-moz-column-gap: var(--image-gap);
	animation: infinity-scroll-left 25s linear both infinite;
	column-gap: var(--image-gap);
}

.p-mv-scroll__images {
	display: grid;
	gap: var(--image-gap);
	grid-template-columns: repeat(7, 149.71428px);
	grid-template-rows: repeat(2, 254px);
}

.p-mv-scroll__image01 {
	grid-column: 1/span 1;
	grid-row: 1/span 2;
}

.p-mv-scroll__image02 {
	grid-column: 2/span 1;
	grid-row: 1/span 1;
}

.p-mv-scroll__image03 {
	grid-column: 2/span 1;
	grid-row: 2/span 1;
}

.p-mv-scroll__image04 {
	grid-column: 3/span 2;
	grid-row: 1/span 2;
}

.p-mv-scroll__image05 {
	grid-column: 5/span 1;
	grid-row: 2/span 1;
}

.p-mv-scroll__image06 {
	grid-column: 5/span 1;
	grid-row: 1/span 1;
}

.p-mv-scroll__image07 {
	grid-column: 6/span 2;
	grid-row: 1/span 2;
}

.p-message {
	padding-block-end: 10.25rem;
	padding-block-start: 6.25rem;
	position: relative;
}

.p-message::after {
	aspect-ratio: 353/188;
	background: url(../img/deco-message.png) no-repeat center center/cover;
	content: "";
	display: block;
	inline-size: 90.5128205128%;
	inset-block-end: 33px;
	inset-inline-start: -16.9230769231%;
	position: absolute;
	z-index: 2;
}

.p-message__inner {
	padding-inline: 0;
}

.p-message__contents {
	align-items: end;
	display: flex;
	flex-direction: column;
	row-gap: 3.9375rem;
}

.p-message__contents::after {
	aspect-ratio: 331/496;
	background: url(../img/sp/message-img-sp.jpg) no-repeat center center/cover;
	content: "";
	display: block;
	flex-shrink: 0;
	inline-size: 84.8717948718%;
	max-inline-size: 500px;
}

.p-message__text {
	display: flex;
	flex-direction: column;
	padding-inline: 24px;
	row-gap: 3rem;
}

.p-message__description {
	color: #023e78;
	line-height: 2.2; /* 33px */
	text-shadow: 0 0 64px rgba(0, 0, 0, 0.25);
}

.mask-line {
	display: block;
}

.mask-char {
	color: inherit;
	display: inline-block;
	font-weight: 500;
	transform: translateY(0.3em);
	transition: color 0.4s ease-out var(--delay), transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) var(--delay);
}

.is-masked .mask-char {
	color: #ffffff;
	transform: translateY(0);
}

.p-business {
	padding-block-start: 0.0625rem;
}

.p-business__contents {
	margin-block-start: 2.4375rem;
}

.p-business__buttons {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-inline-end: auto;
	max-inline-size: 31.25rem;
	row-gap: 1rem;
	-moz-column-gap: 8px;
	column-gap: 8px;
}

.p-business__button {
	background-color: #e4eaf1;
	border: 2px solid #0961b6;
	border-radius: 4px;
	color: #023e78;
	padding: 0.5rem 8px;
	position: relative;
	text-align: start;
	transition: background 0.3s, color 0.3s, border 0.3s;
}

.p-business__button::before {
	content: attr(data-en);
	display: block;
	font-family: "Jost", sans-serif;
	font-size: 0.5rem;
	font-style: italic;
	letter-spacing: 0.025em;
	line-height: 1.6; /* 12.8px */
	margin-block-end: 0.25rem;
	text-transform: uppercase;
}

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

.p-business__button-contents {
	align-items: start;
	display: flex;
	flex-direction: column;
}

.p-business__button-title-number {
	font-family: "Jost", sans-serif;
	font-size: 0.875rem;
	font-style: italic;
	line-height: 1.55;
}

.p-business__button-title-text {
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.6; /* 20.8px */
}

.p-business__swiper {
	margin-block-start: 40px;
	margin-inline-end: calc((100vw - 100%) / -2);
	padding-inline-end: calc((100vw - 100%) / 2);
}

.p-business__card {
	background-color: #e4eaf1;
	background-color: #e4eaf1;
	border-radius: 4px;
	color: #023e78;
	cursor: pointer;
	flex-shrink: 0;
	inline-size: 19.5rem;
	max-inline-size: 100%;
	padding: 0.75rem 12px;
}

.p-business__card-title::before {
	content: attr(data-en);
	display: block;
	font-family: "Jost", sans-serif;
	font-size: 0.75rem;
	font-style: italic;
	letter-spacing: 0.055em;
	line-height: 1.6; /* 12.8px */
	margin-block-end: 0.25rem;
	text-transform: uppercase;
}

.p-business__card-title-contents {
	align-items: center;
	display: flex;
	flex-direction: row;
	-moz-column-gap: 12px;
	column-gap: 12px;
}

.p-business__card-title-number {
	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-text {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.6; /* 28.8px */
}

.p-business__card-img {
	margin-block-start: 0.75rem;
}

.p-business__card-text {
	display: flex;
	flex-direction: column;
	margin-block-start: 0.75rem;
	row-gap: 24px;
}

.p-business__card-item {
	display: flex;
	flex-direction: column;
	row-gap: 6px;
}

.p-business__card-subtitle {
	font-weight: 700;
	line-height: 1.6; /* 24px */
}

.p-business__card-list {
	color: #404559;
	font-size: 0.875rem;
	margin-inline-start: 21px;
	position: relative;
}

.p-business__card-list::before {
	content: "・";
	inset-block-start: 0px;
	inset-inline-start: -17px;
	position: absolute;
}

.p-business__card-button {
	background-color: #023e78;
	border: 1px solid #023e78;
	border-radius: 4px;
	inline-size: 100%;
	margin-block-start: 1.5rem;
	overflow: hidden;
	padding: 1.25rem 20px;
	position: relative;
	text-align: start;
	transition: background-color 0.3s, color 0.3s;
}

.p-business__card-button:focus-visible .p-business__card-button-mask {
	background-position: 0;
}

.p-business__card-button:focus-visible .p-business__card-button__text {
	color: #023e78;
}

.p-business__card-button:focus-visible .p-business__card-button__text::before,
.p-business__card-button:focus-visible .p-business__card-button__text::after {
	background-color: #023e78;
}

.p-business__card-button-mask {
	background-image: linear-gradient(45deg, #ffffff 50%, transparent 50%);
	background-position: 100%;
	background-size: 300%;
	inset: 0;
	position: absolute;
	transition: 0.3s;
}

.p-business__card-button__text {
	color: #ffffff;
	display: block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4; /* 22.4px */
	position: relative;
	transition: 0.3s;
}

.p-business__card-button__text::before,
.p-business__card-button__text::after {
	background-color: #ffffff;
	content: "";
	inset-block: 0;
	margin-block: auto;
	position: absolute;
	transition: 0.3s;
}

.p-business__card-button__text::before {
	block-size: 14px;
	inline-size: 2px;
	inset-inline-end: 11px;
}

.p-business__card-button__text::after {
	block-size: 2px;
	inline-size: 14px;
	inset-inline-end: 5px;
}

.p-business-modal {
	background: #ffffff;
	block-size: -moz-fit-content;
	block-size: fit-content;
	border: 1px solid #023e78;
	border-radius: 12px;
	color: #023e78;
	inline-size: 23.125rem;
	inset: 0;
	margin: auto;
	max-block-size: calc(100vh - 36px);
	max-inline-size: calc(100% - 20px);
	overflow-y: scroll;
	overscroll-behavior-y: none;
	padding: 0;
	position: fixed;
	z-index: 100;
}

.p-business-modal::backdrop {
	background: linear-gradient(0deg, rgba(2, 62, 120, 0.5) 0%, rgba(2, 62, 120, 0.5) 100%);
}

.p-business-modal__contents {
	padding: 15px;
	padding-block-start: 10px;
}

.p-business-modal__close {
	text-align: end;
}

.p-business-modal__close-button {
	display: inline-flex;
	flex-direction: row;
	-moz-column-gap: 12px;
	color: #023e78;
	column-gap: 12px;
	font-size: 0.75rem;
	opacity: 1;
	transition: opacity 0.3s;
}

.p-business-modal__close-button:focus-visible {
	opacity: 0.7;
}

.p-business-modal__close-button::after {
	background: url(../img/icon-close.png) no-repeat center center/cover;
	block-size: 37px;
	content: "";
	inline-size: 37px;
}

.p-business-modal__title {
	margin-block-start: 0.75rem;
}

.p-business-modal__title::before {
	content: attr(data-en);
	display: block;
	font-family: "Jost", sans-serif;
	font-size: 0.875rem;
	font-style: italic;
	letter-spacing: 0.01em;
	line-height: 1.6; /* 12.8px */
	margin-block-end: 0.25rem;
}

.p-business-modal__title-contents {
	align-items: center;
	display: flex;
	flex-direction: row;
	-moz-column-gap: 12px;
	column-gap: 12px;
}

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

.p-business-modal__title-text {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6; /* 28.8px */
}

.p-business-modal__container {
	margin-block-start: 0.75rem;
}

.p-business-modal__text {
	display: flex;
	flex-direction: column;
}

.p-business-modal__item {
	border-block-end: 1px solid #c4ccd7;
	display: flex;
	flex-direction: column;
	padding-block: 12px 11px;
	padding-block: 0.75rem 0.6875rem;
	row-gap: 0.625rem;
}

.p-business-modal__subtitle {
	font-weight: 700;
	line-height: 1.6; /* 24px */
}

.p-business-modal__list {
	color: #404559;
	line-height: 1.735;
	margin-inline-start: 22px;
	position: relative;
}

.p-business-modal__list::before {
	content: "・";
	inset-inline-start: -19px;
	position: absolute;
}

.p-business-modal__entry {
	margin-block-start: 0.75rem;
}

.p-business-modal__entry-link {
	display: flex;
	flex-direction: row;
	-moz-column-gap: 36px;
	align-items: center;
	background-color: #023e78;
	border-radius: 4px;
	color: #ffffff;
	column-gap: 36px;
	font-size: 1.25rem;
	font-weight: 700;
	inline-size: 100%;
	justify-content: center;
	line-height: normal;
	padding: 1.25rem 40px;
}

.p-business-modal__entry-link::after {
	background: url(../img/icon-arrow-right2.svg) no-repeat center center/cover;
	block-size: 20px;
	content: "";
	inline-size: 10px;
}

.p-challenge {
	padding-block-end: 5rem;
	padding-block-start: 7.5rem;
	position: relative;
}

.p-challenge::after {
	aspect-ratio: 531/187;
	background: url(../img/deco-challenge.png) no-repeat center center/cover;
	content: "";
	display: block;
	inline-size: 136.1538461538%;
	inset-block-start: 51px;
	inset-inline-start: 21.2820512821%;
	position: absolute;
	z-index: -1;
}

.p-challenge__inner {
	padding-inline: 24px;
}

.p-challenge__contents {
	margin-block-start: 2.4375rem;
}

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

.p-challenge__card {
	background-color: rgba(244, 251, 255, 0.7);
	border-block-end: 12px solid #37a4db;
	border-radius: 4px;
	max-inline-size: 37.5rem;
	padding-block-end: 1rem;
}

.p-challenge__card--stage01 {
	background-color: rgba(244, 251, 255, 0.7);
	border-block-end-color: #37a4db;
}

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

.p-challenge__card--stage02 {
	background-color: rgba(238, 246, 254, 0.7);
	border-block-end-color: #2766ae;
}

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

.p-challenge__card--stage03 {
	background-color: rgba(235, 243, 247, 0.7);
	border-block-end-color: #025178;
}

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

.p-challenge__card--stage04 {
	background-color: rgba(233, 242, 250, 0.7);
	border-block-end-color: #023e78;
}

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

.p-challenge__card-title-contents {
	background-color: #37a4db;
	border-radius: 4px 0 4px 0;
	color: #ffffff;
	display: inline-flex;
	flex-direction: column;
	padding: 0.75rem 28px;
	row-gap: 0.25rem;
}

.p-challenge__number {
	display: inline-flex;
	flex-direction: row;
	-moz-column-gap: 10px;
	align-items: center;
	column-gap: 10px;
	font-family: "Jost", sans-serif;
	font-size: 1.25rem;
	font-style: italic;
	letter-spacing: 0.03em;
	line-height: 1; /* 20px */
}

.p-challenge__number::before {
	content: "STAGE";
	font-size: 0.9375rem;
	letter-spacing: 0.0225em;
}

.p-challenge__card-title {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.6; /* 28.8px */
}

.p-challenge__card-contents {
	display: flex;
	flex-direction: column;
	margin-block-start: 1.75rem;
	padding-inline: 24px;
	row-gap: 1.75rem;
}

.p-challenge__card-description {
	color: #404559;
	line-height: 1.74;
}

.p-challenge__card-img {
	border-radius: 4px;
	display: block;
	overflow: hidden;
	text-align: center;
}

.p-member {
	background: #e4eaf1;
	padding-block-end: 5rem;
	padding-block-start: 5rem;
	position: relative;
}

.p-member::after {
	aspect-ratio: 305/162.102;
	background: url(../img/deco-member.png) no-repeat center center/cover;
	clip-path: inset(6px 0 0 0); /* 右側を50pxだけ隠す */
	content: "";
	display: block;
	inline-size: 78.2051282051%;
	inset-block-start: 6px;
	inset-inline-start: -3px;
	position: absolute;
	z-index: 0;
}

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

.p-member__contents {
	margin-block-start: 1.25rem;
}

.p-member__swiper {
	margin-inline-end: -20px;
	padding-inline-end: 20px;
}

.p-member__slide {
	block-size: auto;
	inline-size: 312px;
	max-inline-size: 100%;
}

.p-member__card {
	block-size: 100%;
	color: #023e78;
}

.p-member__card-contents {
	block-size: 100%;
	display: flex;
	flex-direction: column;
	padding-block-start: 2.75rem;
	position: relative;
	row-gap: 1.1875rem;
}

.p-member__card-img {
	box-shadow: 0px 5px 15px 0px rgba(26, 150, 239, 0.15);
	position: relative;
}

.p-member__card-img img {
	border-radius: 4px;
}

.p-member__card-number {
	font-family: "Jost", sans-serif;
	font-size: 3.5rem;
	font-style: italic;
	inset-block-start: 0;
	inset-inline-end: 8px;
	letter-spacing: 0.02em;
	line-height: 1.5; /* 84px */
	position: absolute;
	text-shadow: 1px 1px 0 #fff;
	z-index: 1;
}

.p-member__card-title {
	align-items: start;
	display: flex;
	flex-direction: column;
	inset-block-end: 25px;
	inset-inline-start: 0;
	position: absolute;
	row-gap: 0.625rem;
}

.p-member__card-title-description {
	align-items: center;
	background-color: #ffffff;
	display: flex;
	flex-direction: row;
	font-size: 1.25rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1.5; /* 30px */
	padding: 0.25rem 16px;
}

.p-member__card-title-description--bottom {
	padding-inline: 12px;
}

.p-member__card-title-since {
	display: block;
	font-size: 1rem;
	margin-inline-end: 10px;
}

.p-member__card-description {
	background: #023e78;
	block-size: 100%;
	border: 2px solid #023e78;
	color: #ffffff;
	letter-spacing: 0.02em;
	line-height: 2; /* 30px */
	padding: 0.625rem 14px;
}

.p-member__swiper-controls {
	margin-block-start: 68px;
	position: relative;
}

.p-member__swiper-scrollbar {
	background-color: #c4ccd7;
	height: 8px !important;
	inline-size: 100% !important;
	position: static !important;
	z-index: auto !important;
}

.p-member__swiper-scrollbar .swiper-scrollbar-drag {
	background-color: #0961b6;
}

.p-member__swiper-buttons {
	display: flex;
	flex-direction: row;
	margin-block-start: 39px;
	-moz-column-gap: 30px;
	align-items: center;
	column-gap: 30px;
	justify-content: end;
	margin-inline-end: -3px;
}

.p-member__swiper-button-prev,
.p-member__swiper-button-next {
	block-size: 42px;
	border: 1px solid transparent;
	border-radius: 50% !important;
	box-sizing: border-box !important;
	inline-size: 42px;
	margin: 0 !important;
	opacity: 1 !important;
	overflow: hidden;
	position: relative !important;
	transition: 0.3s;
	z-index: 0 !important;
}

.p-member__swiper-button-prev svg,
.p-member__swiper-button-next svg {
	display: none !important;
}

.p-member__swiper-button-prev::before,
.p-member__swiper-button-next::before {
	background-image: linear-gradient(45deg, #023e78 50%, transparent 50%);
	background-position: 100%;
	background-size: 300%;
	content: "";
	inset: 0;
	position: absolute;
	transition: 0.3s;
	z-index: -1;
}

.p-member__swiper-button-prev::after,
.p-member__swiper-button-next::after {
	block-size: 10px;
	border-right: solid 1px #0961b6;
	border-top: solid 1px #0961b6;
	content: "";
	inline-size: 10px;
	inset: 0;
	margin: auto;
	position: absolute;
	transition: 0.3s;
}

.p-member__swiper-button-prev:focus-visible,
.p-member__swiper-button-next:focus-visible {
	border-color: #ffffff;
}

.p-member__swiper-button-prev:focus-visible::before,
.p-member__swiper-button-next:focus-visible::before {
	background-position: 0;
}

.p-member__swiper-button-prev:focus-visible::after,
.p-member__swiper-button-next:focus-visible::after {
	border-color: #ffffff;
}

.p-member__swiper-button-prev:focus-visible .swiper-button-border,
.p-member__swiper-button-next:focus-visible .swiper-button-border {
	border-color: #ffffff;
}

.p-member__swiper-button-prev::after {
	transform: translateX(25%) rotate(-135deg);
}

.p-member__swiper-button-next::after {
	transform: translateX(-25%) rotate(45deg);
}

.swiper-button-border {
	block-size: 100%;
	border: 1px solid #0961b6;
	border-radius: 50% !important;
	display: block;
	inline-size: 100%;
	pointer-events: none;
	transition: 0.3s;
	z-index: -1;
}

.p-culture {
	background-color: #f2f4f6;
	padding-block-end: 5rem;
	padding-block-start: 5rem;
}

.p-culture__contents {
	backdrop-filter: blur(10px);
	background: rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	margin-block-start: 2.5rem;
	padding-inline: 16px;
}

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

.p-culture__item {
	display: flex;
	flex-direction: column;
	padding-block-end: 1.75rem;
	padding-block-start: 1.75rem;
	position: relative;
	row-gap: 2.4375rem;
}

.p-culture__item::before {
	block-size: 64px;
	content: "";
	display: block;
	flex-shrink: 0;
	inline-size: 64px;
	margin-inline: auto;
}

.p-culture__item:not(:last-child)::after {
	background-color: #c4ccd7;
	block-size: 2px;
	content: "";
	inline-size: 100%;
	inset-block-end: 0;
	inset-inline-start: 0;
	position: absolute;
}

.p-culture__item--1st::before {
	background: url(../img/icon-culture1.png) no-repeat center center/cover;
}

.p-culture__item--2nd::before {
	background: url(../img/icon-culture2.png) no-repeat center center/cover;
}

.p-culture__item--3rd::before {
	background: url(../img/icon-culture3.png) no-repeat center center/cover;
}

.p-culture__item-text {
	display: flex;
	flex-direction: column;
	row-gap: 2rem;
}

.p-culture__item-title {
	align-items: center;
	color: #023e78;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5; /* 27px */
}

.p-culture__item-title::after {
	content: attr(data-en);
	display: block;
	font-family: "Jost", sans-serif;
	font-size: 0.8125rem;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.6; /* 20.8px */
	margin-block-start: 0.25rem;
	text-transform: uppercase;
}

.p-culture__item-description {
	line-height: 1.74;
}

.p-background {
	block-size: 380px;
	inline-size: 100%;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.p-background__parallax-wrapper {
	block-size: 100%;
	inline-size: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: translateY(0);
	z-index: -1;
}

.p-background__parallax-wrapper--type1 .p-background__image {
	transform: scale(1.2) translateY(40px);
	-o-object-position: center center;
	object-position: center center;
}

.p-background__image {
	display: block;
	-o-object-fit: cover;
	aspect-ratio: 380/390;
	inline-size: 100%;
	object-fit: cover;
}

.p-benefits {
	background-color: #f2f4f6;
	overflow: hidden;
	padding-block-end: 5rem;
	padding-block-start: 5rem;
	position: relative;
}

.p-benefits::after {
	aspect-ratio: 289/313;
	background: url(../img/deco-benefits.png) no-repeat center center/cover;
	content: "";
	display: block;
	inline-size: 74.1025641026%;
	inset-block-start: -56.65px;
	inset-inline-start: 43.5897435897%;
	position: absolute;
	z-index: 0;
}

.p-benefits__heading {
	display: flex;
	flex-direction: row;
	-moz-column-gap: 11px;
	align-items: center;
	column-gap: 11px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6; /* 32px */
}

.p-benefits__heading::before {
	background: url(../img/deco-heading.svg) no-repeat center center/cover;
	block-size: 20px;
	content: "";
	display: inline-block;
	inline-size: 20px;
}

.p-benefits__contents {
	backdrop-filter: blur(10px);
	background: rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	margin-block-start: 1.25rem;
	padding-inline: 16px;
	position: relative;
	z-index: 1;
}

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

.p-benefits__item {
	display: flex;
	flex-direction: column;
	padding-block-end: 1.75rem;
	padding-block-start: 1.75rem;
	position: relative;
	row-gap: 2.4375rem;
}

.p-benefits__item::before {
	block-size: 64px;
	content: "";
	display: block;
	flex-shrink: 0;
	inline-size: 64px;
	margin-inline: auto;
}

.p-benefits__item:not(:last-child)::after {
	background-color: #c4ccd7;
	block-size: 2px;
	content: "";
	inline-size: 100%;
	inset-block-end: 0;
	inset-inline-start: 0;
	position: absolute;
}

.p-benefits__item--1st::before {
	background: url(../img/icon-benefits1.png) no-repeat center center/cover;
}

.p-benefits__item--2nd::before {
	background: url(../img/icon-benefits2.png) no-repeat center center/cover;
}

.p-benefits__item--3rd::before {
	background: url(../img/icon-benefits3.png) no-repeat center center/cover;
}

.p-benefits__item-text {
	display: flex;
	flex-direction: column;
	row-gap: 2rem;
}

.p-benefits__item-title {
	align-items: center;
	color: #023e78;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5; /* 27px */
}

.p-benefits__item-title::after {
	content: attr(data-en);
	display: block;
	font-family: "Jost", sans-serif;
	font-size: 0.8125rem;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.6; /* 20.8px */
	margin-block-start: 0.25rem;
	text-align: center;
	text-transform: uppercase;
}

.p-benefits__item-description {
	line-height: 1.74;
}

.p-qa {
	background-color: #e4eaf1;
	overflow: hidden;
	padding-block-end: 6.25rem;
	padding-block-start: 6.25rem;
	position: relative;
}

.p-qa::before {
	background-color: #afd2e7;
	block-size: 183px;
	content: "";
	display: block;
	filter: blur(75px);
	inline-size: 183px;
	inset-block-start: -57px;
	inset-inline-end: -11.0256410256%;
	opacity: 0.5;
	position: absolute;
	z-index: 0;
}

.p-qa::after {
	aspect-ratio: 317/343;
	background: url(../img/deco-qa.png) no-repeat center center/cover;
	content: "";
	display: block;
	inline-size: 81.2820512821%;
	inset-block-end: -135px;
	inset-inline-start: -10.5128205128%;
	position: absolute;
	z-index: 0;
}

.p-qa__wrapper {
	display: flex;
	flex-direction: column;
	position: relative;
	row-gap: 2.5rem;
	z-index: 1;
}

.p-qa__heading {
	flex-shrink: 0;
}

.p-qa__contents {
	inline-size: 100%;
}

.p-qa__items {
	display: flex;
	flex-direction: column;
	row-gap: 1.25rem;
}

.p-qa-box {
	background: #f2f4f6;
	border-radius: 4px;
	padding: 8px 12px;
	padding: 0.5rem 12px;
}

.p-qa-box.is-opened .p-qa-box__head::before {
	opacity: 1;
}

.p-qa-box.is-opened .p-qa-box__head::after {
	transform: rotate(0deg);
}

.p-qa-box__head {
	display: flex;
	flex-direction: row;
	min-block-size: 3.0625rem;
	padding: 0.625rem 44px 0.5625rem 0;
	position: relative;
	-moz-column-gap: 8px;
	align-items: center;
	align-self: stretch;
	column-gap: 8px;
	cursor: pointer;
}

.p-qa-box__head::-webkit-details-marker { /* Safariで表示されるデフォルトの三角形アイコンを消します */
	display: none;
}

.p-qa-box__head::before {
	background-color: #c4ccd7;
	block-size: 2px;
	content: "";
	inline-size: 100%;
	inset-block-end: 0;
	inset-inline-start: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 0.3s;
}

.p-qa-box__head::after {
	background: url(../img/icon-arrow-top.svg) no-repeat center center/contain;
	block-size: 10px;
	content: "";
	inline-size: 20px;
	inset-block: 0;
	inset-inline-end: 6px;
	margin-block: auto;
	position: absolute;
	transform: rotate(180deg);
	transition: transform 0.3s;
}

.p-qa-box__head-icon {
	align-items: center;
	background: rgba(255, 244, 0, 0.4);
	block-size: 1.75rem;
	border-radius: 50%;
	color: #023e78;
	display: flex;
	font-family: "Jost", sans-serif;
	font-size: 1.375rem;
	font-style: italic;
	inline-size: 1.75rem;
	justify-content: center;
}

.p-qa-box__head-description {
	font-weight: 700;
	line-height: 1.5;
}

.p-qa-box__body {
	overflow: hidden;
}

.p-qa-box__a {
	padding-block-end: 0.5rem;
	padding-block-start: 0.5rem;
}

.p-qa-box__a-description {
	color: #023e78;
	font-weight: 700;
	line-height: 2; /* 30px */
}

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

.p-footer::before {
	background: #e4eaf1;
	block-size: 3px;
	content: "";
	inline-size: 100%;
	inset-block-start: -2px;
	inset-inline-start: 0;
	position: absolute;
}

.p-footer__container {
	overflow: hidden;
	padding-block-end: 2rem;
	padding-block-start: 2.5rem;
	position: relative;
}

.p-footer__container::after {
	aspect-ratio: 335/450;
	background: url(../img/deco-footer.png) no-repeat center center/cover;
	content: "";
	display: block;
	inline-size: 85.8974358974%;
	inset-block-end: -224px;
	inset-inline-start: 35.8974358974%;
	position: absolute;
	z-index: 0;
}

.p-footer__contents {
	display: flex;
	flex-direction: column;
	padding-block-end: 3.75rem;
	padding-block-start: 0.625rem;
	position: relative;
	row-gap: 2rem;
	z-index: 1;
}

.p-footer__left {
	display: flex;
	flex-direction: column;
	row-gap: 2rem;
}

.p-footer__logo {
	display: inline-block;
	inline-size: 280.5px;
	opacity: 1;
	transition: opacity 0.3s;
}

.p-footer__logo:focus-visible {
	opacity: 0.7;
}

.p-footer__overview {
	letter-spacing: 0.04em;
	line-height: 1.75;
}

.p-footer__copyright {
	font-size: 0.75rem;
	inset-block-end: 0.625rem;
	inset-inline-start: 0;
	line-height: 1.5; /* 18px */
	position: absolute;
}

.p-footer__lists {
	display: grid;
	padding: 1rem 16px;
	row-gap: 0.625rem;
}

.p-footer__link {
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4; /* 25.2px */
	padding-block: 0.5rem;
	position: relative;
}

.p-footer__link::before {
	background: #0961b6;
	block-size: 1px;
	content: "";
	inline-size: 100%;
	inset-block-end: 0;
	inset-inline-start: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform 0.3s;
}

.p-footer__sns-lists {
	display: flex;
	flex-direction: row;
	margin-block-start: 2rem;
	-moz-column-gap: 36px;
	column-gap: 36px;
}

.p-footer__sns-link {
	display: block;
	opacity: 1;
	text-align: center;
	transition: opacity 0.3s;
}

.p-footer__sns-link:focus-visible {
	opacity: 0.7;
}

.p-cta {
	background: #e4eaf1;
	color: #ffffff;
	padding-block-end: 0.75rem;
	padding-block-start: 0.75rem;
}

.p-cta__inner {
	padding-inline: 12px;
}

.p-cta__contents {
	background: linear-gradient(270deg, #0291d9 0%, #023e78 100%);
	border-radius: 8px;
	overflow: hidden;
	padding-block-end: 56px;
	padding-block-start: 56px;
	padding-inline: 10px;
	position: relative;
	text-align: center;
}

.p-cta__img-left,
.p-cta__img-right {
	block-size: 100%;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
	display: none;
	inline-size: 50%;
	inset-block-start: 0;
	overflow: hidden;
	position: absolute;
	transition: transform 0.5s;
	transition-timing-function: ease-out;
	z-index: 2;
}

.p-cta__img-left img,
.p-cta__img-right img {
	-o-object-fit: cover;
	object-fit: cover;
}

.p-cta__img-left {
	inset-inline-start: 0;
	transform-origin: left center;
}

.p-cta__img-right {
	inset-inline-end: 0;
	transform-origin: right center;
}

.p-cta__lead {
	font-family: "Jost", sans-serif;
	font-size: 2rem;
	font-style: italic;
	letter-spacing: 0.07em;
	line-height: 1.5; /* 48px */
	text-transform: uppercase;
}

.p-cta__description {
	font-size: 0.875rem;
	margin-block-start: 1.5rem;
}

.p-cta__button {
	block-size: -moz-fit-content;
	block-size: fit-content;
	margin-block-start: 2.5rem;
	position: relative;
	z-index: 1;
}

.u-show-pc {
	display: none;
}

/************************************
fade-in アニメーション
************************************/

.u-fade-in-up {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 1s 1s, transform 1s 1s;
}

.u-fade-in-up.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.u-fade-in-down {
	opacity: 0;
	transform: translateY(-24px);
	transition: opacity 1s, transform 1s;
}

.u-fade-in-down.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.u-fade-in {
	opacity: 0;
	transition: opacity 1s 0.5s;
}

.u-fade-in.is-in-view {
	opacity: 1;
}

@media (hover: hover) {

.c-default-button:hover::before {
	background-position: 0;
}

.p-header__nav-link:hover::before {
	transform: scale(1, 1);
	transform-origin: center top;
}

.p-drawer__button:hover {
	opacity: 0.7;
}

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

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

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

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

.p-business-modal__close-button:hover {
	opacity: 0.7;
}

.p-member__swiper-button-prev:hover,
.p-member__swiper-button-next:hover {
	border-color: #ffffff;
}

.p-member__swiper-button-prev:hover::before,
.p-member__swiper-button-next:hover::before {
	background-position: 0;
}

.p-member__swiper-button-prev:hover::after,
.p-member__swiper-button-next:hover::after {
	border-color: #ffffff;
}

.p-member__swiper-button-prev:hover .swiper-button-border,
.p-member__swiper-button-next:hover .swiper-button-border {
	border-color: #ffffff;
}

.p-footer__logo:hover {
	opacity: 0.7;
}

.p-footer__link:hover::before {
	transform: scale(1, 1);
	transform-origin: left top;
}

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

}

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

.p-main-visual__lead {
	row-gap: 15px;
	row-gap: 0.9375rem;
}

.p-main-visual__lead-text {
	font-size: 4.8rem;
	font-size: 3rem;
	padding: 7px 20px;
	padding: 0.4375rem 20px;
}

.p-background__parallax-wrapper--type1 .p-background__image {
	transform: scale(1.2) translateY(-100px);
}

}

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

.l-inner {
	inline-size: calc(77.5rem + 40px);
	max-inline-size: 100%;
}

.l-main {
	margin-block-start: calc(5.1875rem - 0.5px);
}

.c-default-button--cta {
	min-inline-size: 14.6875rem;
}

.c-default-button--cta .c-default-button__text {
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}

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

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

.p-main-visual {
	block-size: 685px;
}

.p-main-visual__contents {
	padding-block-end: 52px;
	padding-block-start: 45px;
}

.p-header {
	block-size: 5.1875rem;
}

.p-header__inner {
	inline-size: calc(85rem + 20px + 16px);
}

.p-header__logo {
	inline-size: 320px;
}

.p-mv-scroll {
	--image-gap: 20px;
}

.p-mv-scroll__images {
	grid-template-columns: repeat(7, 268.57144px);
	grid-template-rows: repeat(2, 270px);
}

.p-message {
	padding-block-end: 7.375rem;
	padding-block-start: 13.3125rem;
}

.p-message::after {
	aspect-ratio: 2160/574;
	background: url(../img/deco-message.png) repeat center center/contain;
	inline-size: 150%;
	inset-block-end: 0;
	inset-inline-start: 0;
}

.p-message__inner {
	inline-size: 90rem;
	margin-inline: auto;
	max-inline-size: 100%;
}

.p-message__contents {
	align-items: start;
	flex-direction: row;
	justify-content: space-between;
}

.p-message__contents::after {
	aspect-ratio: 640/800;
	background: url(../img/message-img.jpg) no-repeat center center/cover;
	inline-size: 44.4444444444%;
	max-inline-size: none;
}

.p-message__text {
	flex-shrink: 0;
	inline-size: 50%;
	padding-inline: 0;
	padding-inline-start: 6.9444444444%;
	row-gap: 5rem;
}

.p-message__description {
	font-size: 1.125rem;
	line-height: 2.23;
}

.p-business {
	padding-block-start: 0.25rem;
}

.p-business__contents {
	margin-block-start: 4rem;
}

.p-business__buttons {
	max-inline-size: 37.5rem;
}

.p-business__button::before {
	font-size: 0.875rem;
}

.p-business__button-title-number {
	font-size: 1.25rem;
	line-height: 1.4;
}

.p-business__button-title-text {
	font-size: 1.125rem;
}

.p-business__card {
	inline-size: 38rem;
	padding: 1.75rem 28px;
}

.p-business__card-title::before {
	font-size: 1rem;
	letter-spacing: 0.055em;
}

.p-business__card-title-number {
	font-size: 1.75rem;
	letter-spacing: 0.03em;
}

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

.p-business__card-img {
	margin-block-start: 1.25rem;
}

.p-business__card-text {
	margin-block-start: 1.25rem;
}

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

.p-business__card-list {
	font-size: 1rem;
	margin-inline-start: 23px;
}

.p-business__card-list::before {
	inset-inline-start: -19px;
}

.p-business__card-button {
	margin-block-start: 31px;
	margin-block-start: 1.9375rem;
	padding: 1.25rem 40px;
}

.p-business-modal {
	inline-size: 75rem;
	max-inline-size: calc(100% - 80px);
}

.p-business-modal__contents {
	padding: 47px;
	padding-block-start: 33px;
}

.p-business-modal__close {
	inset-block-start: 53px;
	inset-inline-end: 39px;
	position: absolute;
}

.p-business-modal__close-button {
	align-items: end;
	flex-direction: column-reverse;
	font-size: 1.6rem;
	font-size: 1rem;
	row-gap: 0.53125rem;
}

.p-business-modal__close-button::after {
	block-size: 36px;
	inline-size: 36px;
	margin-inline-end: 4px;
}

.p-business-modal__title::before {
	font-size: 1.125rem;
}

.p-business-modal__title-contents {
	-moz-column-gap: 16px;
	column-gap: 16px;
}

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

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

.p-business-modal__container {
	margin-block-start: 2.5rem;
}

.p-business-modal__item {
	flex-direction: row;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.p-business-modal__subtitle {
	flex-shrink: 0;
	font-size: 1.125rem;
	inline-size: 12.5rem;
}

.p-business-modal__list {
	font-size: 1rem;
	line-height: 1.69;
	margin-inline-start: 22px;
}

.p-business-modal__entry {
	margin-block-start: 2.5rem;
}

.p-challenge {
	padding-block-end: 8.28125rem;
	padding-block-start: 14.5625rem;
}

.p-challenge__inner {
	inline-size: calc(77.5rem + 40px);
	padding-inline: 20px;
}

.p-challenge__contents {
	margin-block-start: 4rem;
}

.p-challenge__cards {
	row-gap: 2rem;
}

.p-challenge__number {
	font-size: 1.5rem;
	letter-spacing: 0.03em;
}

.p-challenge__number::before {
	font-size: 1.125rem;
	letter-spacing: 0.03em;
}

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

.p-challenge__card-description {
	font-size: 1rem;
	line-height: 1.69;
}

.p-member {
	padding-block-end: 7.3125rem;
	padding-block-start: 7.5rem;
}

.p-member__contents {
	margin-block-start: 2.5rem;
}

.p-member__slide {
	inline-size: 24.125rem;
}

.p-member__swiper-controls {
	display: flex;
	flex-direction: row;
	margin-block-start: 62px;
	-moz-column-gap: 5.6944444444%;
	align-items: center;
	column-gap: 5.6944444444%;
}

.p-member__swiper-scrollbar {
	margin-block-start: 7px;
}

.p-member__swiper-buttons {
	margin-block-start: 0;
	-moz-column-gap: 24px;
	column-gap: 24px;
}

.p-member__swiper-button-prev,
.p-member__swiper-button-next {
	block-size: 84px;
	border: 2px solid transparent;
	inline-size: 84px;
}

.p-member__swiper-button-prev::after,
.p-member__swiper-button-next::after {
	block-size: 20px;
	border-right: solid 2px #0961b6;
	border-top: solid 2px #0961b6;
	inline-size: 20px;
}

.swiper-button-border {
	border: 2px solid #0961b6;
}

.p-culture {
	padding-block-end: 7.5rem;
	padding-block-start: 7.5rem;
}

.p-culture__contents {
	backdrop-filter: none;
	margin-block-start: 4rem;
	padding-inline: 40px;
}

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

.p-culture__item-title::after {
	font-size: 0.875rem;
	letter-spacing: 0.03em;
}

.p-culture__item-description {
	font-size: 1rem;
	line-height: 1.69;
}

.p-background__parallax-wrapper--type1 .p-background__image {
	transform: scale(1) translateY(-320px);
}

.p-benefits {
	padding-block-end: 7.5rem;
	padding-block-start: 7.5rem;
}

.p-benefits__heading {
	font-size: 1.5rem;
	-moz-column-gap: 12px;
	column-gap: 12px;
}

.p-benefits__heading::before {
	block-size: 29.3px;
	inline-size: 29.3px;
}

.p-benefits__contents {
	padding-inline: 40px;
}

.p-benefits__item-title {
	font-size: 1.5rem;
	line-height: 1.6; /* 38.4px */
}

.p-benefits__item-title::after {
	font-size: 0.875rem;
	letter-spacing: 0.03em;
}

.p-benefits__item-description {
	font-size: 1rem;
	line-height: 1.69;
}

.p-qa {
	padding-block-end: 7.5rem;
	padding-block-start: 7.5rem;
}

.p-qa::before {
	block-size: 317px;
	inline-size: 317px;
	inset-block-start: 0;
	inset-inline-end: -5.5555555556%;
}

.p-qa__wrapper {
	align-items: start;
	flex-direction: row;
	-moz-column-gap: 19.1129032258%;
	column-gap: 19.1129032258%;
}

.p-qa__items {
	row-gap: 1.5rem;
}

.p-qa-box {
	padding: 0.5rem 20px;
}

.p-qa-box__head {
	padding: 1rem 32px 1rem 32px;
	-moz-column-gap: 19px;
	column-gap: 19px;
}

.p-qa-box__head-icon {
	block-size: 2.4375rem;
	font-size: 1.75rem;
	inline-size: 2.25rem;
}

.p-qa-box__head-description {
	color: var(--, #404559); /* 本文大 */
	font-size: 1.25rem;
}

.p-qa-box__a {
	padding-block-end: 1.0625rem;
	padding-block-start: 0.9375rem;
	padding-inline: 32px;
}

.p-qa-box__a-description {
	font-size: 1rem;
}

.p-footer__container {
	padding-block-end: 2rem;
	padding-block-start: 5rem;
}

.p-footer__contents {
	flex-direction: row;
	justify-content: space-between;
	padding: 0.625rem 10px;
	-moz-column-gap: 3.90625%;
	column-gap: 3.90625%;
}

.p-footer__left {
	padding: 16px;
	padding: 1rem 16px;
	row-gap: 2.5rem;
}

.p-footer__overview {
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 1.7;
}

.p-footer__copyright {
	color: #404559;
	position: static;
}

.p-footer__right {
	display: flex;
	flex-direction: column;
	padding: 1rem 16px;
	row-gap: 2.8125rem;
}

.p-footer__lists {
	grid-auto-rows: auto; /* 2行になる想定 */
	grid-template-columns: repeat(2, 1fr); /* 3列 */
	row-gap: 0.625rem;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.p-footer__list:nth-child(1) {
	grid-column: 1;
	grid-row: 1;
}

.p-footer__list:nth-child(2) {
	grid-column: 1/2;
	grid-row: 2/3;
}

.p-footer__list:nth-child(3) {
	grid-column: 1/2;
	grid-row: 3/4;
}

.p-footer__list:nth-child(4) {
	grid-column: 2/3;
	grid-row: 1/2;
}

.p-footer__list:nth-child(5) {
	grid-column: 2/3;
	grid-row: 2/3;
}

.p-footer__list:nth-child(6) {
	grid-column: 2/3;
	grid-row: 3/4;
}

.p-footer__link {
	inline-size: 150px;
}

.p-footer__sns-lists {
	margin-block-start: 0;
	padding: 1rem 16px;
}

.p-cta {
	padding-block-end: 2rem;
	padding-block-start: 1.875rem;
}

.p-cta__inner {
	inline-size: 90rem;
	padding-inline: 32px;
}

.p-cta__contents {
	padding-block-end: 8.2485465116%;
	padding-block-start: 8.2485465116%;
}

.p-cta__lead {
	font-size: 3.5rem;
	letter-spacing: 0.05em;
}

.p-cta__description {
	font-size: min(1rem, 18px);
	margin-block-start: 2.25rem;
}

.p-cta__button {
	margin-block-start: 3.5rem;
}

.u-show-pc {
	display: inline;
}

.u-show-sp {
	display: none;
}

}

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

.c-default-button--width::before {
	transition: 0.5s;
}

.p-main-visual__lead {
	inset-inline-start: 40px;
	row-gap: 1.25rem;
}

.p-main-visual__lead-text {
	font-size: 4rem;
	line-height: 1.3; /* 83.2px */
	padding: 0.5rem 24px;
}

.p-main-visual__lead-text--pc-hidden {
	display: none;
}

.p-main-visual__lead-text--sp-hidden {
	display: block;
}

.p-header__right {
	display: flex;
	flex-direction: row;
	-moz-column-gap: 36px;
	align-items: center;
	column-gap: 36px;
}

.p-drawer__button {
	display: none;
}

.p-business__buttons {
	max-inline-size: 50rem;
}

.p-business-modal__subtitle {
	inline-size: 16.875rem;
}

.p-challenge::after {
	aspect-ratio: 1620/574;
	inline-size: 112.5%;
	inset-block-start: 0;
	inset-inline-start: 40.2083333333%;
}

.p-challenge__cards {
	flex-direction: row;
	flex-wrap: wrap;
	-moz-column-gap: 6.1290322581%;
	column-gap: 6.1290322581%;
}

.p-challenge__card {
	flex-shrink: 0;
	inline-size: 46.935483871%;
}

.p-challenge__card:nth-child(2n+1) {
	margin-block-start: 3.9375rem;
}

.p-challenge__card:nth-child(2n) {
	margin-block-end: 3.9375rem;
}

.p-challenge__card--stage01 .p-challenge__card-contents {
	row-gap: 2.5625rem;
}

.p-challenge__card--stage02 .p-challenge__card-contents {
	row-gap: 4.25rem;
}

.p-challenge__card--stage03 .p-challenge__card-contents {
	row-gap: 4.25rem;
}

.p-challenge__card--stage04 .p-challenge__card-contents {
	row-gap: 2.5625rem;
}

.p-member::after {
	aspect-ratio: 940.767/500;
	clip-path: inset(11.5px 0 0 0); /* 右側を50pxだけ隠す */
	inline-size: 65.3310416667%;
	inset-block-start: -11.5px;
	inset-inline-start: 0;
}

.p-culture__item {
	flex-direction: row;
	-moz-column-gap: 40px;
	align-items: center;
	column-gap: 40px;
	padding-inline: 34px;
}

.p-culture__item-text {
	flex-direction: row;
	justify-content: space-between;
	-moz-column-gap: 32px;
	column-gap: 32px;
}

.p-culture__item-title {
	align-items: start;
	inline-size: 18.75rem;
	justify-content: center;
	max-inline-size: 300px;
}

.p-culture__item-title::after {
	margin-block-start: 0.75rem;
}

.p-background__parallax-wrapper--type1 .p-background__image {
	transform: scale(1) translateY(-120px);
}

.p-background__image {
	aspect-ratio: 918/516;
	block-size: auto;
}

.p-benefits::after {
	inline-size: 56.25%;
	inset-block-start: -380px;
	inset-inline-start: 46.7361111111%;
}

.p-benefits__item {
	flex-direction: row;
	-moz-column-gap: 40px;
	align-items: center;
	column-gap: 40px;
	padding-inline: 34px;
}

.p-benefits__item-text {
	flex-direction: row;
	justify-content: space-between;
	-moz-column-gap: 32px;
	column-gap: 32px;
}

.p-benefits__item-title {
	align-items: start;
	inline-size: 18.75rem;
	justify-content: center;
	max-inline-size: 300px;
}

.p-benefits__item-title::after {
	margin-block-start: 0.75rem;
}

.p-qa::after {
	inline-size: 50.3472222222%;
	inset-block-end: -45px;
	inset-inline-start: -9.7916666667%;
}

.p-footer__container::after {
	inline-size: 58.6111111111%;
	inset-block-end: -292px;
	inset-inline-start: 41.875%;
}

.p-footer__link {
	inline-size: 250.5px;
}

.p-cta__img-left {
	display: block;
}

.p-cta__img-left.is-opened {
	transform: perspective(1500px) rotateY(48.88deg);
}

.p-cta__img-right {
	display: block;
}

.p-cta__img-right.is-opened {
	transform: perspective(1500px) rotateY(-48.88deg);
}

.p-cta__lead {
	font-size: 56px;
}

}

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

.p-message__text {
	inline-size: 45.8333333333%;
}

.p-business__buttons {
	grid-template-columns: repeat(4, 1fr);
	max-inline-size: 77.5rem;
	-moz-column-gap: 16px;
	column-gap: 16px;
}

.p-business__button {
	padding: 20px 20px 20px 40px;
	padding: 1.25rem 20px 1.25rem 40px;
}

.p-business__button-contents {
	flex-direction: row;
	-moz-column-gap: 12px;
	align-items: center;
	column-gap: 12px;
}

.p-business-modal__subtitle {
	inline-size: 23.625rem;
}

.p-member__swiper {
	margin-inline: calc((100vw - 100%) / -2);
	padding-inline: calc((100vw - 100%) / 2);
}

.p-culture__item-title {
	inline-size: 24.6875rem;
	max-inline-size: 50%;
}

.p-benefits__item-title {
	inline-size: 24.6875rem;
	max-inline-size: 50%;
}

.p-qa-box__head::after {
	inset-inline-end: 38px;
}

.p-cta__img-left.is-opened {
	transform: perspective(1500px) rotateY(39.88deg);
}

.p-cta__img-right.is-opened {
	transform: perspective(1500px) rotateY(-39.88deg);
}

}

@keyframes infinity-scroll-left {

from {
	translate: 0 0;
}

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

}

