/* resset.dev • v5.0.2 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
	word-break: normal;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
}

*,
::before,
::after {
	background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
	box-sizing: inherit;
}

::before,
::after {
	text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
	vertical-align: inherit;
}

* {
	margin: 0;
	padding: 0; /* Reset `padding` and `margin` of all elements */
}

/* # =================================================================
     # General elements
     # ================================================================= */

hr {
	color: inherit; /* Correct border color in Firefox. */
	height: 0; /* Add the correct box sizing in Firefox */
	overflow: visible; /* Show the overflow in Edge and IE */
}

details,
main {
	display: block; /* Render the `main` element consistently in IE. */
}

summary {
	display: list-item; /* Add the correct display in all browsers */
}

small {
	font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
	display: none; /* Add the correct display in IE */
}

abbr[title] {
	border-bottom: none; /* Remove the bottom border in Chrome 57 */ /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

a {
	background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
	outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
	font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
	font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

table {
	border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
	text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
	border-style: none;
}

/* # =================================================================
     # Forms
     # ================================================================= */

input {
	border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
	-webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
	outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
	overflow: auto; /* Internet Explorer 11+ */
	resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
	font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
	font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
	overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
	text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
	cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/* Replace focus style removed in the border reset above */

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */

button,
input,
select,
textarea {
	background-color: transparent;
	border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
	outline-width: 0;
}

/* Style select like a standard input */

select {
	-moz-appearance: none; /* Firefox 36+ */
	-webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
	display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
	color: currentColor; /* Internet Explorer 11+ */
}

legend {
	border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
	color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
	display: table; /* Correct the text wrapping in Edge and IE */
	max-width: 100%; /* Correct the text wrapping in Edge and IE */
	max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
	white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button { /* Correct the inability to style clickable types in iOS and Safari */
	-webkit-appearance: button;
	color: inherit;
	font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */

[disabled] {
	cursor: default;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */

img {
	border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */

progress {
	vertical-align: baseline;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */

/* Specify the progress cursor of updating elements */

[aria-busy=true] {
	cursor: progress;
}

/* Specify the pointer cursor of trigger elements */

[aria-controls] {
	cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */

[aria-disabled=true] {
	cursor: default;
}

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

img {
	height: auto;
	max-width: 100%;
}

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

li {
	list-style: none;
}

.l-header {
	height: 72px;
}

.l-header__inner {
	height: inherit;
	padding-bottom: 12px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 12px;
}

.l-main {
	margin-top: 100px;
	overflow: hidden;
}

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

.c-section-title {
	display: flex;
	flex-direction: column;
	width: -moz-fit-content;
	width: fit-content;
}

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

.c-section-title--secondary .c-section-title__jp {
	color: #023e78;
}

.c-section-title--space-left {
	padding-left: 4px;
}

.c-section-title__en {
	color: #fff;
	font-family: "Jost", sans-serif;
	font-size: 32px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.6;
}

.c-section-title__jp {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.8;
}

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

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

.fade-in-up--delay {
	transition-delay: 0.6s;
}

.c-header-link img {
	display: block;
	height: 32px;
	width: 175px;
}

.c-entry-button {
	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 #fff;
	border-radius: 44px;
	color: #fff;
	display: block;
	font-family: "Jost", sans-serif;
	font-weight: 500;
	letter-spacing: 0.05em;
	position: relative;
	text-decoration: none;
	transition: background-position 0.5s ease-in-out;
	width: 100%;
}

.c-entry-button::after {
	background: #fff400;
	border-radius: 50%;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.c-entry-button:hover {
	background-position: 0% 100%;
}

.c-entry-button--header {
	font-size: 16px;
	line-height: 1.4;
	padding-block: 9px;
	padding-inline: 23px;
	text-align: center;
	text-indent: -21px;
	width: 123px;
}

.c-entry-button--header::after {
	height: 6px;
	right: 24px;
	width: 6px;
}

.c-entry-button--cta {
	font-size: 18px;
	line-height: 1.5;
	padding-block: 15px;
	text-align: center;
	text-indent: -25px;
	width: 215px;
}

.c-entry-button--cta::after {
	height: 12px;
	right: 40px;
	width: 12px;
}

.c-entry-button--drawer {
	font-size: 16px;
	line-height: 1.4;
	max-width: unset;
	padding-block: 9px;
	padding-inline: 23px;
	width: 100%;
}

.c-entry-button--drawer::after {
	height: 6px;
	right: 24px;
	width: 6px;
}

.c-drawer-icon {
	height: 48px;
	margin-left: auto;
	position: relative;
	width: 48px;
}

.c-drawer-icon.is-open .c-drawer-icon__bar {
	top: 22px;
}

.c-drawer-icon.is-open .c-drawer-icon__bar:nth-child(1) {
	transform: rotate(20.5deg);
}

.c-drawer-icon.is-open .c-drawer-icon__bar:nth-child(2) {
	transform: rotate(-20.5deg);
}

.c-drawer-icon__bar {
	background: #fff;
	content: "";
	height: 2px;
	left: 4px;
	position: absolute;
	transition: transform 0.3s, top 0.3s;
	width: 40px;
}

.c-drawer-icon__bar:nth-child(1) {
	top: 18px;
}

.c-drawer-icon__bar:nth-child(2) {
	top: 26px;
}

.c-drawer-link {
	border-bottom: 1px solid #fff;
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 1.4;
	padding-bottom: 16px;
	padding-top: 16px;
	position: relative;
}

.c-drawer-link::after {
	background: url("../img/icon-drawer-arrow.svg") no-repeat center center/contain;
	content: "";
	height: 23px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
}

.c-business-button {
	background-color: #023e78;
	background-image: linear-gradient(45deg, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
	background-position: 100% 0%;
	background-repeat: no-repeat;
	background-size: 200% 200%;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	padding-block: 21px;
	padding-inline: 20px;
	position: relative;
	text-align: left;
	transition: background-position 0.4s, border-color 0.4s, color 0.4s;
	width: 288px;
}

.c-business-button::before,
.c-business-button::after {
	background: #fff;
	content: "";
	height: 2px;
	position: absolute;
	right: 25px;
	transform: translateY(-50%);
	transition: background-color 0.4s;
	width: 14px;
}

.c-business-button::before {
	top: 50%;
}

.c-business-button::after {
	top: calc(50% - 1px);
	transform: rotate(90deg);
}

.c-business-button:hover {
	background-position: 0% 100%;
	border-color: #023e78;
	color: #023e78;
}

.c-business-button:hover::before,
.c-business-button:hover::after {
	background: #023e78;
}

.c-business-button--modal {
	display: block;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-indent: -44px;
	width: 100%;
}

.c-business-button--modal::before,
.c-business-button--modal::after {
	background: url("../img/modal-link.svg") no-repeat center center/contain;
	content: "";
	height: 22px;
	position: absolute;
	right: calc(50% - 93px);
	transform: translateY(-50%);
	transition: background-color 0.4s;
	width: 12px;
}

.c-business-button--modal:hover::before,
.c-business-button--modal:hover::after {
	background: url("../img/modal-link-hover.svg") no-repeat center center/contain;
}

.c-member-button {
	background-color: #e4eaf1;
	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 #023e78;
	border-radius: 50%;
	box-sizing: border-box;
	height: 40px;
	position: relative;
	transition: background-position 0.4s, border-color 0.4s, color 0.4s;
	width: 40px;
}

.c-member-button:hover {
	background-position: 0% 100%;
	border-color: #fff;
}

.c-member-button:hover .c-member-button__image path {
	stroke: #fff;
}

.c-member-button__image {
	content: "";
	height: 11px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.4s;
	width: 6px;
}

.c-culture-sub-title {
	font-size: 20px;
	line-height: 1.6;
	padding-left: 32px;
	position: relative;
}

.c-culture-sub-title::before {
	background: url("../img/culture-subtitle-icon.svg") no-repeat center center/contain;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.c-footer-link img {
	display: block;
	height: 68px;
	width: 280.5px;
}

.p-header {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
}

.p-header__menu {
	display: block;
	height: inherit;
}

.p-header-nav {
	align-items: center;
	display: flex;
	gap: 2vw;
	height: inherit;
}

.p-header-nav__lists {
	align-items: center;
	display: flex;
	gap: 2vw;
}

.p-header-nav__link {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	position: relative;
	transition: color 0.3s;
}

.p-header-nav__link::after {
	background: transparent;
	bottom: -4px;
	content: "";
	height: 1px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	transform: scaleX(0);
	transition: all 0.3s ease;
	width: 100%;
}

.p-header-nav__link:hover::after {
	background: #fff;
	transform: scaleX(1);
}

.p-drawer-content {
	background: linear-gradient(270deg, #0291d9 0%, #023e78 100%);
	height: calc(100% - 72px);
	left: 0;
	overflow-y: auto;
	padding-bottom: 80px;
	padding-top: 20px;
	position: fixed;
	top: 71px;
	transform: translateX(100%);
	transition: transform 0.4s;
	width: 100%;
	z-index: 40;
}

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

.p-drawer-content__nav {
	margin-left: auto;
	margin-right: auto;
	max-width: 736px;
	padding-inline: 28px;
}

.p-drawer-content__button {
	margin-top: 32px;
}

.p-fv-scroll {
	margin-top: 41px;
	padding-bottom: 76px;
}

.p-fv-scroll__inner {
	position: relative;
}

.p-fv-scroll__text-box {
	bottom: -40px;
	left: 20px;
	position: absolute;
}

.p-fv-scroll__title {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.p-fv-scroll__title-text {
	backdrop-filter: blur(40px);
	background: rgba(255, 255, 255, 0.7);
	color: #023e78;
	font-family: "Jost", sans-serif;
	font-size: 32px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.2;
	padding: 6px 16px;
	width: -moz-fit-content;
	width: fit-content;
}

.p-fv-scroll__title-text-md {
	display: none;
}

.p-fv-scroll__slides-wrapper {
	height: 520px;
	overflow: hidden;
	width: 100%;
}

.p-fv-scroll__slides {
	--scroll-gap: 12px;
	--scroll-width: 1122px;
	animation: scroll 30s linear both infinite;
	display: flex;
	gap: var(--scroll-gap);
	height: 100%;
	width: -moz-fit-content;
	width: fit-content;
}

.p-fv-scroll__images {
	display: grid;
	gap: var(--scroll-gap);
	grid-template-columns: repeat(7, 150px);
	grid-template-rows: repeat(2, 254px);
}

.p-fv-scroll__slide {
	width: 100%;
}

.p-fv-scroll__slide--grid1 {
	grid-area: 1/1/3/2;
}

.p-fv-scroll__slide--grid2 {
	grid-area: 1/2/2/3;
}

.p-fv-scroll__slide--grid3 {
	grid-area: 2/2/3/3;
}

.p-fv-scroll__slide--grid4 {
	grid-area: 1/3/3/5;
}

.p-fv-scroll__slide--grid5 {
	grid-area: 1/5/2/6;
}

.p-fv-scroll__slide--grid6 {
	grid-area: 2/5/3/6;
}

.p-fv-scroll__slide--grid7 {
	grid-area: 1/6/3/8;
}

.p-fv-scroll__image {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	background-color: #ccc;
	object-fit: cover;
}

.p-message {
	padding-bottom: 131px;
	position: relative;
}

.p-message::before {
	aspect-ratio: 353/188;
	background: url("../img/message-deco.png") no-repeat center center/cover;
	bottom: 0;
	content: "";
	height: auto;
	max-width: 600px;
	position: absolute;
	right: calc(50% - 92px);
	width: 90.51vw;
	z-index: -1;
}

.p-message::after {
	animation: message-bg-animation 4s ease-in-out both;
	background: linear-gradient(0deg, #e4eaf1 0%, rgba(228, 234, 241, 0) 100%), linear-gradient(270deg, #0291d9 0%, #023e78 100%);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
}

.p-message__container {
	display: flex;
	flex-direction: column;
	gap: 64px;
}

.p-message__body {
	padding-inline: 24px;
	width: 100%;
}

.p-message__text {
	width: -moz-fit-content;
	width: fit-content;
}

.p-message__text:not(:first-child) {
	margin-top: 48px;
}

.p-message__line {
	display: inline-block;
	font-size: 15px;
	line-height: 2.2;
	position: relative;
	text-shadow: 0 0 64px rgba(0, 0, 0, 0.25);
}

.p-message__cover {
	--delay: 1s;
	animation: message-animation 0.8s ease-in-out var(--delay) both;
	color: #fff;
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 2;
}

.p-message__base {
	color: #023e78;
	display: block;
}

.p-message__image {
	border-radius: 4px 0 0 4px;
	display: block;
	height: 496px;
	margin-left: auto;
	overflow: hidden;
	width: 84.87%;
}

.p-message__image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	display: block;
	object-fit: cover;
}

.p-business {
	margin-bottom: 51px;
	margin-top: 33px;
}

.p-business__body {
	margin-top: 40px;
}

.p-business__lists-wrapper {
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.p-business__lists {
	display: flex;
	flex-wrap: wrap;
	row-gap: 16px;
	-moz-column-gap: 8px;
	column-gap: 8px;
	justify-content: center;
}

.p-business__list {
	max-width: 320px;
	width: 43.85vw;
}

.p-business__cards-wrapper {
	margin-top: 40px;
	padding-left: 20px;
}

.p-business__cards {
	display: flex;
	gap: 16px;
	overflow-x: scroll;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch; /* スクロールバーを完全に消す */
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE, Edge */
}

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

.p-business__card {
	scroll-snap-align: start;
	scroll-snap-stop: always;
}

.p-business__card:last-of-type {
	margin-right: 50%;
}

.p-business-card {
	background: #e4eaf1;
	border-radius: 4px;
	box-sizing: border-box;
	height: 100%;
	padding: 8px 12px 12px 12px;
	width: 312px;
}

.p-business-card__heading {
	color: #023e78;
	line-height: 1.6;
}

.p-business-card__title-sub {
	font-family: "Jost", sans-serif;
	font-size: 12px;
	font-style: italic;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.p-business-card__title {
	align-items: center;
	display: flex;
	gap: 12px;
	margin-top: 4px;
}

.p-business-card__number {
	font-family: "Jost", sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.03em;
}

.p-business-card__title-main {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
}

.p-business-card__image {
	margin-top: 12px;
}

.p-business-card__image img {
	aspect-ratio: 288/162;
	display: block;
	width: 288px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}

.p-business-card__body {
	margin-top: 12px;
}

.p-business-card__item:not(:first-child) {
	margin-top: 24px;
}

.p-business-card__item-title {
	color: #023e78;
	font-weight: 700;
	line-height: 1.6;
}

.p-business-card__lists {
	margin-top: 6px;
}

.p-business-card__list {
	font-size: 14px;
	padding-left: 20px;
	position: relative;
}

.p-business-card__list::before {
	background: #404559;
	border-radius: 50%;
	content: "";
	height: 3px;
	left: 9px;
	position: absolute;
	top: 10px;
	width: 3px;
}

.p-business-card__button {
	margin-top: 23px;
}

.p-business-button {
	background-color: #e4eaf1;
	background-image: linear-gradient(45deg, #023e78 0%, #023e78 50%, transparent 50%, transparent 100%);
	background-position: 100% 0% !important;
	background-repeat: no-repeat;
	background-size: 200% 200%;
	border: 2px solid #023e78 !important;
	border-radius: 4px;
	color: #023e78 !important;
	display: flex;
	flex-direction: column;
	padding: 6px 6px;
	transition: background-position 0.4s, color 0.4s, border-color 0.4s;
	width: 100%;
}

.p-business-button:hover {
	background-position: 0 100%;
	border-color: #fff;
	color: #fff;
}

.p-business-button.is-active {
	background-position: 0 100% !important;
	border-color: #fff !important;
	color: #fff !important;
}

.p-business-button__title-sub {
	font-family: "Jost", sans-serif;
	font-size: 8px;
	font-style: italic;
	line-height: 1.6;
	text-transform: uppercase;
}

.p-business-button__title {
	display: flex;
	flex-direction: column;
	margin-top: 4px;
}

.p-business-button__number {
	font-family: "Jost", sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 1.5;
}

.p-business-button__title-main {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.6;
}

.p-business-modal {
	background-color: rgba(2, 62, 120, 0.5);
	border: none;
	height: 100%;
	left: 0;
	max-width: 100% !important;
	overflow: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.p-business-modal__wrapper {
	background: #fff;
	border: 1px solid #023e78;
	border-radius: 12px;
	bottom: 0;
	box-sizing: border-box;
	display: block;
	height: -moz-fit-content;
	height: fit-content;
	left: 0; /* 表示画像を中央に配置 */
	margin: auto;
	max-height: 90dvh;
	max-width: 630px;
	overflow-y: scroll;
	overscroll-behavior: contain;
	position: absolute;
	right: 0;
	top: 0;
	width: 94.87vw;
	-webkit-overflow-scrolling: touch; /* スクロールバーを完全に消す */
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE, Edge */
}

.p-business-modal__wrapper::-webkit-scrollbar {
	display: none;
}

.p-business-modal__content {
	padding: 63px 14px 15px 14px;
	position: relative;
}

.p-business-modal__close-wrapper {
	display: flex;
	gap: 12px;
	justify-content: right;
	position: absolute;
	right: 15px;
	top: 15px;
}

.p-business-modal__close-text {
	color: #023e78;
	font-size: 12px;
	font-weight: 500;
	margin-top: -1px;
}

.p-business-modal__close {
	height: 36px;
	width: 36px;
}

.p-business-modal__close img {
	width: 100%;
}

.p-business-modal__head {
	color: #023e78;
	line-height: 1.6;
}

.p-business-modal__title-sub {
	font-family: "Jost", sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: 500;
}

.p-business-modal__title {
	align-items: center;
	display: flex;
	gap: 12px;
	margin-top: 4px;
}

.p-business-modal__number {
	font-family: "Jost", sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 500;
}

.p-business-modal__title-main {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
}

.p-business-modal__body {
	margin-top: 24px;
}

.p-business-modal__button {
	margin-top: 12px;
}

.p-business-table {
	width: 100%;
}

.p-business-table__row {
	align-items: baseline;
	border-bottom: 1px solid #c4ccd7;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-bottom: 12px;
}

.p-business-table__row:not(:first-of-type) {
	margin-top: 12px;
}

.p-business-table__head {
	color: #023e78;
	font-weight: 700;
	line-height: 1.6;
}

.p-business-table__content {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.7;
}

.p-business-table__item {
	padding-left: 21px;
	position: relative;
}

.p-business-table__item::before {
	background: #404559;
	border-radius: 50%;
	content: "";
	height: 3px;
	left: 10px;
	position: absolute;
	top: 12px;
	width: 3px;
}

.p-challenge {
	padding-bottom: 80px;
	padding-top: 69px;
	position: relative;
}

.p-challenge::before {
	aspect-ratio: 531/187;
	background: url("../img/challenge-deco.png") no-repeat center left/cover;
	content: "";
	height: auto;
	left: calc(50% - 112px);
	position: absolute;
	right: 0;
	top: 0;
	width: 136.15vw;
}

.p-challenge__body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	padding-inline: 4px;
	width: 100%;
}

.p-challenge__cards {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.p-challenge__card {
	max-width: 600px;
}

.p-challenge-card {
	border-bottom: 12px solid;
	border-radius: 4px;
	overflow: hidden;
	padding-bottom: 16px;
	padding-inline: 24px;
	padding-top: 105px;
	position: relative;
	width: 100%;
}

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

.p-challenge-card--stage01 .p-challenge-card__head {
	background: #37a4db;
}

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

.p-challenge-card--stage02 .p-challenge-card__head {
	background: #2766ae;
}

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

.p-challenge-card--stage03 .p-challenge-card__head {
	background: #025178;
}

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

.p-challenge-card--stage04 .p-challenge-card__head {
	background: #023e78;
}

.p-challenge-card__head {
	border-radius: 0 0 4px 0;
	left: 0;
	padding: 12px 28px;
	position: absolute;
	top: 0;
}

.p-challenge-card__stage-wrapper {
	align-items: center;
	color: #fff;
	display: flex;
	font-family: "Jost", sans-serif;
	font-style: italic;
	gap: 8px;
	letter-spacing: 0.03em;
	line-height: 1;
}

.p-challenge-card__stage {
	font-size: 15px;
}

.p-challenge-card__number {
	font-size: 20px;
}

.p-challenge-card__title {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 4px;
}

.p-challenge-card__text {
	letter-spacing: 0.01em;
	line-height: 1.7;
}

.p-challenge-card__image {
	display: block;
	margin-top: 31px;
}

.p-challenge-card__image img {
	aspect-ratio: 294/216;
	display: block;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	border-radius: 4px;
	object-position: center center;
}

.p-member {
	background: #e4eaf1;
	overflow: hidden;
	padding-bottom: 80px;
	padding-top: 80px;
	position: relative;
}

.p-member::before {
	aspect-ratio: 305/162;
	background: url("../img/member-deco.png") no-repeat center left/cover;
	content: "";
	height: auto;
	position: absolute;
	right: calc(50% - 107px);
	top: 8px;
	width: 78.21vw;
}

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

.p-member__body {
	margin-top: 20px;
}

.p-member-card {
	display: flex;
	flex-direction: column;
	gap: 20px;
	height: 100%;
	width: 312px;
}

.p-member-card__head {
	flex-shrink: 0;
	padding-top: 44px;
	position: relative;
}

.p-member-card__body {
	flex: 1;
}

.p-member-card__number {
	display: block;
	position: absolute;
	-o-object-fit: contain;
	height: 84px;
	object-fit: contain;
	right: 8px;
	top: 0;
	width: 61px;
}

.p-member-card__image {
	aspect-ratio: 312/416;
	border-radius: 4px;
	box-shadow: 0px 5px 15px 0px rgba(26, 150, 239, 0.15);
	display: block;
	overflow: hidden;
	width: 100%;
}

.p-member-card__image img {
	display: block;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}

.p-member-card__title {
	bottom: 24px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	left: 0;
	position: absolute;
}

.p-member-card__department {
	background: #fff;
	color: #023e78;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 4px 16px;
	width: -moz-fit-content;
	width: fit-content;
}

.p-member-card__name-wrapper {
	align-items: center;
	background: #fff;
	color: #023e78;
	display: flex;
	font-weight: 700;
	gap: 10px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 4px 12px;
	width: -moz-fit-content;
	width: fit-content;
}

.p-member-card__year {
	font-size: 16px;
}

.p-member-card__name {
	font-size: 20px;
}

.department__text {
	background: #023e78;
	color: #fff;
	height: 100%;
	letter-spacing: 0.02em;
	line-height: 2;
	padding: 12px 16px;
}

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

.p-member-swiper__inner {
	padding-bottom: 156px;
}

.p-member-swiper__content {
	padding: 0 20px;
}

.p-member-swiper__slide {
	box-sizing: border-box;
	height: auto;
	width: 312px !important;
}

.p-member-swiper__scroll {
	background-color: #c4ccd7;
	border-radius: 0 !important;
	bottom: 79px !important;
	height: 8px !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	width: calc(100% - 40px) !important;
}

.p-member-swiper__buttons {
	align-items: center;
	bottom: 0;
	display: flex;
	gap: 24px;
	position: absolute;
	right: 22px;
}

.swiper-scrollbar-drag {
	background-color: #023e78;
	border-radius: 0 !important;
}

.p-culture {
	background: #f2f4f6;
	padding-bottom: 80px;
	padding-top: 80px;
}

.p-culture__body {
	margin-top: 40px;
}

.p-culture__content-top {
	margin-bottom: 86px;
}

.p-culture__content-bottom {
	overflow: hidden;
	padding-top: 80px;
	position: relative;
}

.p-culture__content-bottom::before {
	background: url("../img/culture-deco.png") no-repeat center center/contain;
	content: "";
	height: 313px;
	position: absolute;
	right: -70px;
	top: -59px;
	width: 289px;
}

.p-culture__content-bottom-head {
	margin-bottom: 20px;
}

.p-culture__background {
	background: url("../img/culture-img.jpg") no-repeat center center/cover;
	background-attachment: scroll;
	height: 380px;
	width: 100%;
}

.p-culture-item {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 34px;
	padding-block: 28px;
}

.p-culture-item:not(:last-of-type) {
	border-bottom: 2px solid #c4ccd7;
}

.p-culture-item__head {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.p-culture-item__image {
	height: auto;
	width: 63.882px;
}

.p-culture-item__title {
	color: #023e78;
	display: flex;
	flex-direction: column;
	gap: 4px;
	text-align: center;
}

.p-culture-item__title-jp {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}

.p-culture-item__title-en {
	font-family: "Jost", sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.6;
	text-transform: uppercase;
}

.p-culture-item__text {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.7;
}

.p-culture-card {
	backdrop-filter: blur(3px);
	background: rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	padding-inline: 13px;
	width: 89.74vw;
}

.p-fqa {
	background: #e4eaf1;
	overflow: hidden;
	padding-bottom: 100px;
	padding-top: 100px;
	position: relative;
}

.p-fqa::before {
	background: url("../img/sp/sp-fqa-deco2.svg") no-repeat center center/contain;
	content: "";
	height: 183px;
	position: absolute;
	right: -45px;
	top: -58px;
	width: 183px;
	z-index: 0;
}

.p-fqa::after {
	background: url("../img/FAQ-deco.png") no-repeat center left/cover;
	bottom: -136px;
	content: "";
	height: 343px;
	left: -41px;
	position: absolute;
	width: 317px;
}

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

.p-fqa__wrapper {
	display: flex;
	flex-direction: column;
	gap: 42px;
}

.p-fqa__boxes {
	display: flex;
	flex-direction: column;
	gap: 17px;
}

.p-fqa-box {
	background: #f2f4f6;
	border-radius: 4px;
	padding-block: 8px;
	padding-inline: 12px;
	width: 100%;
}

.p-fqa-box.is-open .p-fqa-box__head::before {
	background-image: url("../img/fqa-icon-open.svg");
}

.p-fqa-box__head {
	padding-block: 8px 8px;
	position: relative;
	width: 100%;
}

.p-fqa-box__head::before {
	background: url("../img/fqa-icon-close.svg") no-repeat center center/contain;
	content: "";
	height: 12px;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
}

.p-fqa-box__question {
	align-items: center;
	display: flex;
	gap: 8px;
	width: 85%;
}

.p-fqa-box__q {
	background: rgba(255, 244, 0, 0.4);
	border-radius: 50%;
	color: #023e78;
	font-family: "Jost", sans-serif;
	font-size: 22px;
	font-style: italic;
	font-weight: 500;
	height: 28px;
	line-height: 1.273;
	width: 28px;
}

.p-fqa-box__title {
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.6;
	text-align: left;
}

.p-fqa-box__body {
	border-top: 2px solid #c4ccd7;
	display: none;
	padding-block: 10px 8px;
	width: 100%;
}

.p-fqa-box__answer {
	color: #023e78;
	font-size: 15px;
	font-weight: 700;
	line-height: 2;
}

.p-cta {
	background: #e4eaf1;
	padding-block: 12px 12px;
}

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

.p-cta__wrapper {
	background: linear-gradient(270deg, #0291d9 0%, #023e78 100%);
	border-radius: 8px;
	box-sizing: content-box;
	height: -moz-fit-content;
	height: fit-content;
	overflow: hidden;
	perspective: 2000px;
	perspective-origin: center center;
	position: relative;
	transform-style: preserve-3d;
	width: inherit;
}

.p-cta__wrapper.is-visible .p-cta__left-door {
	animation: openLeft 0.8s ease-out forwards;
}

.p-cta__wrapper.is-visible .p-cta__right-door {
	animation: openRight 0.8s ease-out forwards;
}

.p-cta__content {
	padding-block: 56px;
	padding-inline: 8px;
	text-align: center;
}

.p-cta__title {
	color: #fff;
	font-family: "Jost", sans-serif;
	font-size: 32px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-transform: uppercase;
}

.p-cta__text {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	margin-top: 24px;
}

.p-cta__button {
	margin-inline: auto;
	margin-top: 40px;
}

.p-cta__left-door,
.p-cta__right-door {
	display: none;
}

.p-footer {
	background: #e4eaf1;
	overflow: hidden;
	padding-bottom: 32px;
	padding-top: 50px;
	position: relative;
}

.p-footer::before {
	background: url("../img/footer-deco.png") no-repeat center center/contain;
	bottom: -222px;
	content: "";
	height: 450px;
	position: absolute;
	right: -85px;
	width: 335px;
}

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

.p-footer__content {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.p-footer__info-box {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.p-footer__logo-link {
	transition: opacity 0.4s;
}

.p-footer__logo-link img {
	display: block;
	height: 68px;
	width: 280.5px;
}

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

.p-footer__address {
	font-size: 16px;
	line-height: 1.6;
}

.p-footer__copyright-pc {
	display: none;
}

.p-footer__copyright-text {
	color: #404559;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
}

.p-footer__nav {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 16px;
}

.p-footer__lists {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.p-footer__link {
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	padding-block: 8px;
	position: relative;
}

.p-footer__link::after {
	background: #023e78;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.4s;
	width: 100%;
}

.p-footer__link:hover::after {
	transform: scale(1, 1);
}

.p-footer__sns-nav {
	margin-top: 47px;
}

.p-footer__sns-lists {
	align-items: center;
	display: flex;
	gap: 39px;
}

.p-footer__sns-link {
	transition: opacity 0.4s;
}

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

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

.p-footer__copyright-sp {
	margin-bottom: 10px;
	margin-top: 23px;
}

.p-footer__icon-instagram {
	height: 35px;
	width: 35px;
}

.p-footer__icon-x {
	height: 35px;
	width: 35px;
}

.p-footer__icon-youtube {
	height: auto;
	width: 53px;
}

.p-footer__icon-facebook {
	height: 35px;
	width: 35px;
}

.u-separate {
	margin-bottom: 24px;
	margin-top: 24px;
}

.u-hidden-under-md {
	display: none !important;
}

.u-hidden-under-lg {
	display: none !important;
}

.u-hidden-under-xl {
	display: none !important;
}

.u-hidden-under-xxl {
	display: none !important;
}

@media screen and (min-width: 0) {

.u-hidden-xs {
	display: none !important;
}

}

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

.u-hidden-sm {
	display: none !important;
}

}

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

.l-header {
	height: 83px;
}

.c-section-title__en {
	font-size: clamp(32px, 6.45vw, 64px);
	letter-spacing: 0.02em;
}

.c-section-title__jp {
	font-size: clamp(15px, 1.81vw, 18px);
}

.c-header-link img {
	height: 59px;
	width: 320px;
}

.c-entry-button--cta {
	font-size: 24px;
	width: 235px;
}

.p-drawer-content {
	height: calc(100% - 83px);
	top: 82px;
}

.p-fv-scroll {
	margin-top: 45px;
	padding-bottom: 80px;
}

.p-fv-scroll__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
	padding-inline: 40px;
	width: 100%;
}

.p-fv-scroll__text-box {
	bottom: -52px;
	left: 40px;
}

.p-fv-scroll__title {
	gap: 20px;
}

.p-fv-scroll__title-text {
	font-size: clamp(40px, 6vw, 64px);
	line-height: 1.3;
	padding: 8px 24px;
}

.p-fv-scroll__title-text-md {
	display: inline-block;
}

.p-fv-scroll__slides-wrapper {
	height: 560px;
}

.p-fv-scroll__slides {
	--scroll-gap: 20px;
	--scroll-width: 1996px;
}

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

.p-message__line {
	font-size: 18px;
}

.p-member-card {
	width: 386px;
}

.p-member-card__image {
	aspect-ratio: 386/514.67;
}

.p-member-swiper__slide {
	width: 386px !important;
}

.p-culture__background {
	background-attachment: fixed;
}

.p-culture-item {
	margin-inline: auto;
	max-width: 680px;
}

.p-culture-item__text {
	font-size: 16px;
	letter-spacing: normal;
}

.p-fqa-box {
	padding-inline: clamp(12px, 3vw, 30px);
}

.u-hidden-md {
	display: none !important;
}

.u-hidden-under-md {
	display: block !important;
}

.u-hidden-under-lg {
	display: none !important;
}

.u-hidden-under-xl {
	display: none !important;
}

.u-hidden-under-xxl {
	display: none !important;
}

}

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

.l-header__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
	padding-inline: 40px;
}

.l-main {
	margin-top: 213px;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1320px;
	padding-left: 40px;
	padding-right: 40px;
}

.c-section-title--space-left {
	padding-left: 0;
}

.c-business-button {
	line-height: normal;
	padding-inline: 40px;
	width: 552px;
}

.c-business-button::before,
.c-business-button::after {
	right: 45px;
}

.c-business-button--modal {
	padding-block: 20px;
	text-indent: -45px;
	width: 100%;
}

.c-business-button--modal::before,
.c-business-button--modal::after {
	right: calc(50% - 94px);
}

.c-member-button {
	height: 80px;
	width: 80px;
}

.c-member-button__image {
	height: 22px;
	width: 12px;
}

.c-culture-sub-title {
	font-size: 24px;
	font-weight: 700;
	padding-left: 41px;
}

.c-culture-sub-title::before {
	height: 29px;
	width: 29px;
}

.p-fv-scroll__title-text {
	font-size: 64px;
}

.p-message {
	padding-bottom: 118px;
}

.p-message::before {
	aspect-ratio: 1080/574;
	background-position: left center;
	background-repeat: repeat-x;
	background-size: contain;
	height: 574px;
	left: 0;
	max-width: unset;
	right: 0;
	width: 100vw;
}

.p-message__container {
	flex-direction: row;
	gap: min(140px, 9.72vw);
	justify-content: end;
}

.p-message__body {
	flex-shrink: 0;
	padding-right: 0;
	width: 584px;
}

.p-message__text:not(:first-child) {
	margin-top: 82px;
}

.p-message__image {
	height: 800px;
	margin-left: unset;
	width: 44.44%;
}

.p-business {
	margin-bottom: 0;
	margin-top: 0;
}

.p-business__body {
	margin-top: 62px;
}

.p-business__lists-wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 1320px;
	padding-left: 40px;
	padding-right: 40px;
}

.p-business__lists {
	gap: 16px;
	justify-content: left;
}

.p-business__list {
	max-width: unset;
	width: calc(25% - 12px);
}

.p-business__cards-wrapper {
	padding-left: 40px;
}

.p-business__cards {
	gap: 24px;
}

.p-business-card {
	padding: 28px;
	width: 608px;
}

.p-business-card__title-sub {
	font-size: 16px;
}

.p-business-card__number {
	font-size: 28px;
}

.p-business-card__title-main {
	font-size: 24px;
}

.p-business-card__image {
	margin-top: 20px;
}

.p-business-card__image img {
	width: 552px;
}

.p-business-card__body {
	margin-top: 20px;
}

.p-business-card__item-title {
	font-size: 18px;
}

.p-business-card__list {
	font-size: 16px;
	padding-left: 24px;
}

.p-business-card__list::before {
	left: 10px;
	top: 12px;
}

.p-business-card__button {
	margin-top: 28px;
}

.p-business-button {
	height: 100%;
	padding: 19px 20px;
}

.p-business-button__title-sub {
	font-size: clamp(8px, 0.97vw, 14px);
}

.p-business-button__title {
	align-items: center;
	flex-direction: row;
	gap: 12px;
}

.p-business-button__number {
	font-size: clamp(14px, 1.39vw, 20px);
}

.p-business-button__title-main {
	font-size: clamp(13px, 1.25vw, 18px);
}

.p-business-modal__wrapper {
	max-height: 95dvh;
	max-width: 1200px;
	width: 83.33vw;
}

.p-business-modal__content {
	padding: 47px 47px;
}

.p-business-modal__close-wrapper {
	align-items: end;
	flex-direction: column-reverse;
	gap: 8px;
	right: 39px;
	top: 54px;
}

.p-business-modal__close-text {
	font-size: 16px;
}

.p-business-modal__close {
	margin-right: 4px;
}

.p-business-modal__title-sub {
	font-size: 18px;
	font-weight: 500;
}

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

.p-business-modal__number {
	font-size: 30px;
	font-weight: 500;
}

.p-business-modal__title-main {
	font-size: 28px;
}

.p-business-modal__body {
	margin-top: 50px;
}

.p-business-modal__button {
	margin-top: 36px;
}

.p-business-table__row:not(:first-of-type) {
	margin-top: 8px;
}

.p-business-table__row {
	flex-direction: row;
	-moz-text-align-last: left;
	text-align-last: left;
}

.p-business-table__head {
	flex-shrink: 0;
	font-size: 18px;
	width: 35.14%;
}

.p-business-table__content {
	font-size: 16px;
}

.p-business-table__item {
	padding-left: 13px;
}

.p-business-table__item::before {
	left: 0;
}

.p-challenge::before {
	aspect-ratio: 1620/574;
	height: auto;
	left: calc(50% - 141px);
	width: 1620px;
}

.p-challenge {
	padding-bottom: 133px;
	padding-top: 232px;
}

.p-challenge__body {
	margin-top: 66px;
	padding-inline: 0;
}

.p-challenge__cards {
	flex-direction: row;
	-moz-column-gap: clamp(30px, 7vw, 75px);
	align-items: start;
	column-gap: clamp(30px, 7vw, 75px);
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 30px;
}

.p-challenge__card {
	max-width: clamp(350px, 40.42vw, 582px);
}

.p-challenge__card:nth-child(2n+1) {
	margin-top: 64px;
}

.p-challenge-card {
	padding-top: 118px;
}

.p-challenge-card__stage {
	font-size: 18px;
}

.p-challenge-card__number {
	font-size: 24px;
}

.p-challenge-card__title {
	font-size: 24px;
}

.p-challenge-card__text {
	font-size: 16px;
	letter-spacing: normal;
	line-height: 1.7;
}

.p-challenge-card__image {
	margin-top: 41px;
}

.p-challenge-card__image img {
	aspect-ratio: 534/268;
}

.p-challenge-card__image--margin-l {
	margin-top: 68px;
}

.p-member::before {
	aspect-ratio: 940.77/500;
	height: auto;
	left: 0;
	right: 0;
	top: -11px;
	width: 65.33vw;
}

.p-member {
	padding-bottom: 120px;
	padding-top: 120px;
}

.p-member__body {
	margin-top: 40px;
}

.p-member-swiper__inner {
	padding-bottom: 144px;
	width: 100%;
}

.p-member-swiper__content {
	padding: 0 52px;
}

.p-member-swiper__scroll {
	bottom: 34px !important;
	left: 100px !important;
	transform: none !important;
	width: 500px !important;
}

.p-member-swiper__buttons {
	gap: 20px;
	right: 102px;
}

.p-culture {
	padding-bottom: 120px;
	padding-top: 120px;
}

.p-culture__body {
	margin-top: 63px;
}

.p-culture__content-top {
	margin-bottom: 125px;
}

.p-culture__content-bottom::before {
	aspect-ratio: 405/439;
	height: 878px;
	right: -44px;
	top: -380px;
	width: 810px;
}

.p-culture__content-bottom {
	padding-top: 120px;
}

.p-culture-item {
	flex-direction: row;
	justify-content: center;
	margin-inline: 0;
	max-width: unset;
	padding-block: 28px 24px;
}

.p-culture-item__head {
	flex-direction: row;
	flex-shrink: 0;
	padding-left: 34px;
	width: 37.01vw;
}

.p-culture-item__title {
	gap: 12px;
	-moz-text-align-last: left;
	text-align-last: left;
}

.p-culture-item__title-jp {
	font-size: clamp(18px, 1.67vw, 24px);
	line-height: 1.6;
}

.p-culture-item__title-en {
	font-size: 14px;
}

.p-culture-item__body {
	flex-grow: 1;
	padding-right: 33px;
}

.p-culture-card {
	padding-inline: 40px;
	width: 86.11vw;
}

.p-fqa::before {
	background: url("../img/fqa-deco2.svg") no-repeat center center/contain;
	height: 317px;
	right: -80px;
	top: 0;
	width: 317px;
}

.p-fqa::after {
	aspect-ratio: 725/786;
	bottom: -52px;
	height: auto;
	left: -138px;
	max-width: 900px;
	width: 50.35vw;
}

.p-fqa {
	padding-bottom: 120px;
	padding-top: 123px;
}

.p-fqa__wrapper {
	flex-direction: row;
	gap: clamp(120px, 12.5vw, 160px);
	justify-content: center;
}

.p-fqa__head {
	flex-shrink: 0;
	width: 200px;
}

.p-fqa__boxes {
	flex-grow: 1;
	gap: 22px;
}

.p-fqa-box {
	max-width: unset;
	padding-inline: 20px;
	width: 100%;
}

.p-fqa-box__head::before {
	right: 37px;
}

.p-fqa-box__head {
	padding-block: 16px 14px;
}

.p-fqa-box__question {
	gap: 20px;
	padding-left: 32px;
}

.p-fqa-box__q {
	font-size: 28px;
	font-weight: 500;
	height: 39px;
	line-height: 1.4;
	width: 36px;
}

.p-fqa-box__title {
	font-size: 20px;
}

.p-fqa-box__body {
	padding-block: 18px 16px;
}

.p-fqa-box__answer {
	font-size: 16px;
	padding-inline: 32px;
}

.p-cta {
	padding-block: 32px 32px;
}

.p-cta__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
	padding-inline: 32px;
}

.p-cta__content {
	padding-block: 114px 113px;
	padding-inline: 20px;
}

.p-cta__title {
	font-size: 56px;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.5;
}

.p-cta__text {
	font-size: 16px;
	font-weight: 500;
	margin-top: 36px;
}

.p-cta__button {
	margin-top: 54px;
}

.p-cta__left-door,
.p-cta__right-door {
	display: block;
	filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.2));
	height: calc(100% + 2px);
	overflow: hidden;
	position: absolute;
	top: -1px;
	transition: transform 0.5s, width 0.5s;
	transition-timing-function: ease-out;
	width: calc(50% + 2px);
}

.p-cta__left-door img,
.p-cta__right-door img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	display: block;
	object-position: top center;
}

.p-cta__left-door {
	left: -1px;
	transform-origin: left center;
}

.p-cta__right-door {
	right: -1px;
	transform-origin: right center;
}

.p-footer::before {
	bottom: -287px;
	height: 1132px;
	right: -7px;
	width: 844px;
}

.p-footer {
	padding-bottom: 58px;
	padding-top: 106px;
}

.p-footer__content {
	flex-direction: row;
	gap: 54px;
	justify-content: center;
}

.p-footer__info-box {
	flex: 1;
	gap: 38px;
	padding-left: 26px;
}

.p-footer__address {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
}

.p-footer__copyright-pc {
	display: block;
}

.p-footer__menu {
	flex: 1;
}

.p-footer__nav {
	flex-direction: row;
	gap: 20px;
}

.p-footer__lists {
	flex: 1;
	max-width: 250px;
}

.p-footer__sns-nav {
	margin-top: 76px;
}

.p-footer__sns-lists {
	margin: 16px;
}

.p-footer__copyright-sp {
	display: none;
}

.u-hidden-lg {
	display: none !important;
}

.u-hidden-under-md {
	display: block !important;
}

.u-hidden-under-lg {
	display: block !important;
}

.u-hidden-under-xl {
	display: none !important;
}

.u-hidden-under-xxl {
	display: none !important;
}

}

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

.p-header-nav {
	gap: 36px;
}

.p-header-nav__lists {
	gap: 36px;
}

.p-business-button {
	padding-left: 38px;
}

.p-member-swiper__scroll {
	max-width: 976px !important;
	width: 67.78vw !important;
}

.u-hidden-xl {
	display: none !important;
}

.u-hidden-under-md {
	display: block !important;
}

.u-hidden-under-lg {
	display: block !important;
}

.u-hidden-under-xl {
	display: block !important;
}

.u-hidden-under-xxl {
	display: none !important;
}

}

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

.p-business__cards-wrapper {
	margin-left: calc(50% - 620px);
	padding-left: 0;
}

}

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

.u-hidden-xxl {
	display: none !important;
}

.u-hidden-under-md {
	display: block !important;
}

.u-hidden-under-lg {
	display: block !important;
}

.u-hidden-under-xl {
	display: block !important;
}

.u-hidden-under-xxl {
	display: block !important;
}

}

@keyframes scroll {

from {
	translate: 0 0;
}

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

}

@keyframes message-bg-animation {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@keyframes message-animation {

from {
	clip-path: inset(0 100% 0 0);
}

to {
	clip-path: inset(0 0 0 0);
}

}

@keyframes openLeft {

to {
	transform: rotateY(62deg) scaleX(1);
	width: 50%;
}

}

@keyframes openRight {

to {
	transform: rotateY(-62deg) scaleX(1);
	width: 50%;
}

}

