*,
*::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,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

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

img {
	border: none;
	vertical-align: bottom;
}

a {
	cursor: pointer;
	text-decoration: none;
}

body {
	color: #404559;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.7;
	overflow-wrap: break-word;
}

body.is-open {
	overflow: hidden !important;
	position: fixed !important;
	width: 100% !important;
}

body.drawer-open {
	overflow: hidden !important;
	position: fixed !important;
	width: 100% !important;
}

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

a {
	color: inherit;
}

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

.l-section {
	padding: 62px 0;
}

.c-heading__section {
	color: #FFF;
	display: flex;
	flex-direction: column;
	line-height: normal;
	width: -moz-fit-content;
	width: fit-content;
}

.c-heading__section-en {
	font-family: "Jost", sans-serif;
	font-size: 32px;
	font-style: italic;
	letter-spacing: 0.96px;
	line-height: 1.6;
	opacity: 0;
	text-transform: uppercase;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

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

.c-heading__section-jp {
	font-weight: 700;
	letter-spacing: 1.5px;
	line-height: 1.6;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s;
}

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

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

.c-heading__section-type2 .c-heading__section-jp {
	color: #404559;
}

.c-heading__business {
	color: #023E78;
	display: flex;
	flex-direction: column;
	gap: 3px;
	line-height: normal;
	width: -moz-fit-content;
	width: fit-content;
}

.c-heading__business-en {
	font-family: "Jost", sans-serif;
	font-size: 12px;
	font-style: italic;
	letter-spacing: 0.36px;
	line-height: 1.6;
	text-transform: uppercase;
}

.c-heading__business-jp {
	align-items: center;
	display: flex;
	gap: 12px;
}

.c-heading__business-jp--number {
	color: #023E78;
	font-family: "Jost", sans-serif;
	font-size: 20px;
	font-style: italic;
	letter-spacing: 0.6px;
	line-height: 1.6;
}

.c-heading__business-jp--text {
	color: #023E78;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
}

.c-heading__business__link {
	background: #E4EAF1;
	border: 1px solid #0961b6;
	border-radius: 4px;
	color: #023E78;
	display: flex;
	flex-direction: column;
	gap: 4px;
	line-height: normal;
	max-width: 298px;
	padding: 7px;
	width: 100%;
}

.c-heading__business__link:hover {
	background: #023E78;
	border: 1px solid #FFF;
	color: #FFF;
}

.c-heading__business-en__link {
	align-items: flex-start;
	align-self: stretch;
	font-family: "Jost", sans-serif;
	font-size: 8px;
	font-style: italic;
	line-height: 1.6;
	text-transform: uppercase;
}

.c-heading__business-jp__link {
	align-items: center;
	display: flex-start;
	flex-direction: column;
}

.c-heading__business-jp--number__link {
	color: inherit;
	font-family: "Jost", sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 1.5;
}

.c-heading__business-jp--text__link {
	color: inherit;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.6;
}

.c-heading__business__modal {
	color: #023E78;
	display: flex;
	flex-direction: column;
	gap: 6px;
	line-height: normal;
	width: -moz-fit-content;
	width: fit-content;
}

.c-heading__business__modal-en {
	font-family: "Jost", sans-serif;
	font-size: 13px;
	font-style: italic;
}

.c-heading__business__modal-jp {
	align-items: center;
	display: flex;
	gap: 12px;
}

.c-heading__business__modal-jp--number {
	color: #023E78;
	font-family: "Jost", sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: 1.6;
}

.c-heading__business__modal-jp--text {
	color: #023E78;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
}

.c-heading__stage {
	border-radius: 0 0 4px 0;
	color: #FFF;
	display: flex;
	flex-direction: column;
	gap: 4px;
	line-height: normal;
	padding: 12px 28px;
	width: -moz-fit-content;
	width: fit-content;
}

.c-heading__stage.is-stage-01 {
	background: #37A4DB;
}

.c-heading__stage.is-stage-02 {
	background: #2766AE;
}

.c-heading__stage.is-stage-03 {
	background: #025178;
}

.c-heading__stage.is-stage-04 {
	background: #023E78;
}

.c-heading__stage-en {
	align-items: center;
	display: flex;
	gap: 8px;
	line-height: 1;
}

.c-heading__stage-en--text {
	color: inherit;
	font-family: "Jost", sans-serif;
	font-style: italic;
	letter-spacing: 0.45px;
}

.c-heading__stage-en--number {
	color: inherit;
	font-family: "Jost", sans-serif;
	font-size: 20px;
	font-style: italic;
	letter-spacing: 0.6px;
}

.c-heading__stage-jp {
	color: inherit;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
}

.c-heading__culture {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.c-heading__culture-icon {
	height: 63.9px;
	width: 63.9px;
}

.c-heading__culture-icon-image {
	height: 100%;
	width: 100%;
}

.c-heading__culture-text {
	color: #023E78;
	display: flex;
	flex-direction: column;
	gap: 4px;
	text-align: center;
}

.c-heading__culture-jp {
	color: inherit;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}

.c-heading__culture-en {
	align-self: stretch;
	color: inherit;
	font-family: "Jost", sans-serif;
	font-size: 13px;
	font-style: italic;
	letter-spacing: 0.39px;
	line-height: 1.6;
	text-transform: uppercase;
}

.c-btn__entry {
	align-items: center;
	border: 1px solid #FFF;
	border-radius: 44px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	padding: 9px 19px;
	position: relative;
}

.c-btn__entry::before {
	background-color: #023E78;
	border-radius: 44px;
	bottom: 0;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	transition: width 0.3s ease, height 0.3s ease;
	width: 0;
	z-index: 0;
}

.c-btn__entry:hover::before {
	height: 100%;
	width: 100%;
}

.c-btn__entry-drawer {
	margin-top: 32px;
	padding: 9px 23px;
}

.c-btn__entry-text {
	color: #FFF;
	font-family: "Jost", sans-serif;
	font-size: 16px;
	letter-spacing: 0.8px;
	line-height: 1.4;
	text-transform: uppercase;
	-moz-text-align-last: left;
	position: relative;
	text-align-last: left;
	z-index: 1;
}

.c-btn__entry-circle {
	position: relative;
	z-index: 1;
}

.c-btn__entry-circle::after {
	background: #fff400;
	border-radius: 50px;
	content: "";
	display: block;
	height: 6px;
	right: 24px;
	width: 6px;
}

.c-btn__entry-cta {
	align-items: center;
	border: 1px solid #FFF;
	border-radius: 44px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	padding: 15px 39px 15px 63px;
	position: relative;
	width: 215px;
}

.c-btn__entry-cta::before {
	background-color: #023E78;
	border-radius: 44px;
	bottom: 0;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	transition: width 0.3s ease, height 0.3s ease;
	width: 0;
	z-index: 0;
}

.c-btn__entry-cta:hover::before {
	height: 100%;
	width: 100%;
}

.c-btn__entry-cta-text {
	color: #FFF;
	font-family: "Jost", sans-serif;
	font-size: 18px;
	letter-spacing: 0.9px;
	line-height: 1.5;
	text-transform: uppercase;
	-moz-text-align-last: left;
	position: relative;
	text-align-last: left;
	z-index: 1;
}

.c-btn__entry-cta-circle {
	position: relative;
	z-index: 1;
}

.c-btn__entry-cta-circle::after {
	background: #fff400;
	border-radius: 50px;
	content: "";
	display: block;
	height: 12px;
	right: 24px;
	width: 12px;
}

.c-btn__member {
	align-items: center;
	border: 1px solid #0961b6;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	height: 40px;
	overflow: hidden;
	position: relative;
	transition: 0.3s;
	width: 40px;
}

.c-btn__member::before {
	background-color: #023E78;
	border-radius: 44px;
	bottom: 0;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	transition: width 0.3s ease, height 0.3s ease;
	width: 0;
	z-index: 0;
}

.c-btn__member:hover::before {
	height: 100%;
	width: 100%;
}

.c-btn__member.is-left::after {
	border-right: 1px solid #0961b6;
	border-top: 1px solid #0961b6;
	content: "";
	display: block;
	height: 12px;
	left: 17px;
	position: absolute;
	transform: rotate(-135deg);
	transition: 0.3s;
	width: 12px;
}

.c-btn__member.is-left:hover::after {
	border-right-color: #FFF;
	border-top-color: #FFF;
}

.c-btn__member.is-right::after {
	border-bottom: 1px solid #0961b6;
	border-left: 1px solid #0961b6;
	content: "";
	display: block;
	height: 12px;
	position: absolute;
	right: 17px;
	transform: rotate(-135deg);
	transition: 0.3s;
	width: 12px;
}

.c-btn__member.is-right:hover::after {
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

.c-btn__member:hover {
	border-color: #FFF;
}

.c-btn__business {
	align-items: center;
	background: #023E78;
	border-radius: 4px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	padding: 20px;
	position: relative;
	width: 100%;
}

.c-btn__business::before {
	background-color: #FFF;
	border-radius: 4px;
	bottom: 0;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	transition: width 0.3s ease, height 0.3s ease;
	width: 0;
	z-index: 0;
}

.c-btn__business:hover {
	border: 1px solid #023E78;
}

.c-btn__business:hover::before {
	height: 100%;
	width: 100%;
}

.c-btn__business:hover .c-btn__business-text {
	color: #023E78;
}

.c-btn__business:hover .c-btn__business-plus::after {
	color: #023E78;
}

.c-btn__business-text {
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	-moz-text-align-last: left;
	position: relative;
	text-align-last: left;
	z-index: 1;
}

.c-btn__business-plus {
	height: 22px;
	position: relative;
	width: 22px;
	z-index: 1;
}

.c-btn__business-plus::after {
	color: #FFF;
	content: "+";
	display: block;
	font-size: 20px;
	left: 50%;
	line-height: 0.4;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.c-btn__modal {
	align-items: center;
	background: #023E78;
	border-radius: 4px;
	display: flex;
	gap: 36px;
	justify-content: center;
	overflow: hidden;
	padding: 20px;
	position: relative;
}

.c-btn__modal::before {
	background-color: #FFF;
	border-radius: 4px;
	bottom: 0;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	transition: width 0.3s ease, height 0.3s ease;
	width: 0;
	z-index: 0;
}

.c-btn__modal:hover {
	border: 1px solid #023E78;
}

.c-btn__modal:hover::before {
	height: 100%;
	width: 100%;
}

.c-btn__modal:hover .c-btn__modal-text {
	color: #023E78;
}

.c-btn__modal:hover .c-btn__modal-arrow::after {
	border-bottom: 2px solid #023E78;
	border-left: 2px solid #023E78;
}

.c-btn__modal-text {
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	position: relative;
	z-index: 1;
}

.c-btn__modal-arrow {
	height: 20px;
	position: relative;
	width: 10px;
}

.c-btn__modal-arrow::after {
	border-bottom: 2px solid #FFF;
	border-left: 2px solid #FFF;
	content: "";
	display: block;
	height: 16px;
	left: -8px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-135deg);
	width: 16px;
	z-index: 1;
}

.c-gnav {
	display: none;
}

.c-gnav__items {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 36px;
}

.c-gnav__lists {
	align-items: center;
	color: #FFF;
	display: flex;
	font-size: 16px;
	gap: 36px;
	line-height: 1.4px;
}

.c-gnav__link {
	padding-bottom: 4px;
	position: relative;
}

.c-gnav__link::after {
	background-color: #FFF;
	bottom: -4px;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.3s ease;
	width: 100%;
}

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

.c-drawer__icon {
	height: 48px;
	padding-inline: 4px;
	position: relative;
	width: 48px;
}

.c-drawer__bar {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 40;
}

.c-drawer__bar::before,
.c-drawer__bar::after {
	background: #FFF;
	border-radius: 6px;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transform: translateY(-50%);
	transition: 0.3s ease-in-out;
	width: 40px;
}

.c-drawer__bar::before {
	top: -5px;
}

.c-drawer__bar::after {
	top: 3px;
}

.c-drawer__button.is-open .c-drawer__bar {
	background: transparent;
}

.c-drawer__button.is-open .c-drawer__bar::before,
.c-drawer__button.is-open .c-drawer__bar::after {
	background: #FFF;
	top: -2px;
	width: 42px;
}

.c-drawer__button.is-open .c-drawer__bar::before {
	transform: rotate(20deg);
}

.c-drawer__button.is-open .c-drawer__bar::after {
	transform: rotate(-20deg);
}

.c-drawer__content {
	background: linear-gradient(270deg, #0a9ae5 0%, #023e78 100%);
	height: 100vh;
	overflow: auto;
	padding: 20px 28px;
	position: fixed;
	right: 0;
	top: 72px;
	transform: translateX(100%);
	transition: transform 0.3s ease-in-out;
	width: 100%;
	z-index: 30;
}

.c-drawer__content.is-open {
	transform: translateX(0);
}

.c-drawer__lists {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.c-drawer__list {
	border-bottom: 1px solid #C4CCD7;
	padding-bottom: 16px;
	padding-top: 16px;
	width: 100%;
}

.c-drawer__link {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.c-drawer__link-text {
	color: #FFF;
	font-size: 16px;
	line-height: 1.4;
	text-transform: uppercase;
}

.c-drawer__link-arrow {
	height: 16px;
	position: relative;
	right: 3px;
	width: 8px;
}

.c-drawer__link-arrow::after {
	border-bottom: 2px solid #FFF;
	border-left: 2px solid #FFF;
	bottom: 0;
	content: "";
	display: block;
	height: 13px;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(-135deg);
	transition: 0.3s;
	width: 13px;
}

.c-member {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-top: 47px;
	width: 312px;
}

.c-member__main {
	position: relative;
}

.c-member__number {
	color: #023E78;
	font-family: "Jost", sans-serif;
	font-size: 56px;
	font-style: italic;
	letter-spacing: 1.12px;
	line-height: 1.5;
	position: absolute;
	right: 8px;
	text-align: justify;
	text-shadow: 1px 1px 0 #FFF;
	top: -45px;
	z-index: 1;
}

.c-member__image {
	height: 416px;
	overflow: hidden;
	text-align: center;
	width: 100%;
	-o-object-fit: cover;
	filter: drop-shadow(0px 5px 15px rgba(26, 150, 239, 0.15));
	object-fit: cover;
}

.c-member__heading {
	bottom: 24px;
	color: #023E78;
	display: flex;
	flex-direction: column;
	gap: 10px;
	left: 0;
	position: absolute;
	z-index: 1;
}

.c-member__department {
	background: #FFF;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.5;
	padding: 4px 16px;
}

.c-member__more {
	align-items: center;
	background: #FFF;
	display: flex;
	gap: 10px;
	padding: 4px 12px;
	width: -moz-fit-content;
	width: fit-content;
}

.c-member__year {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.8px;
	line-height: 1.5;
}

.c-member__initial {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.5;
}

.c-member__body {
	background: #023E78;
	border: 2px solid #023E78;
	color: #FFF;
	height: 234px;
	letter-spacing: 0.3px;
	line-height: 2;
	padding: 10px 14px;
}

.c-faq {
	align-items: flex-start;
	background: #F2F4F6;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	padding: 8px 12px;
}

.c-faq__head {
	align-items: center;
	align-self: stretch;
	cursor: pointer;
	display: flex;
	justify-content: left;
	padding-bottom: 8px;
	padding-top: 8px;
	position: relative;
}

.c-faq__head.is-open {
	border-bottom: 2px solid #C4CCD7;
}

.c-faq__head.is-open .c-faq__head-arrow::after {
	transform: rotate(270deg);
}

.c-faq__head-icon {
	background: rgba(255, 244, 0, 0.4);
	border-radius: 50px;
	color: #023E78;
	font-family: "Jost", sans-serif;
	font-size: 22px;
	font-style: italic;
	height: 28px;
	line-height: 1.27;
	text-align: center;
	width: 28px;
}

.c-faq__head-text {
	font-weight: 700;
	line-height: 1.6;
	margin-left: 8px;
	margin-right: 12px;
	white-space: normal;
}

.c-faq__head-arrow {
	height: 32px;
	margin-left: auto;
	position: relative;
	width: 32px;
}

.c-faq__head-arrow::after {
	background: url(../img/icon-arrow-right.png) no-repeat center center;
	content: "";
	display: block;
	height: 32px;
	position: absolute;
	right: 0;
	transform: rotate(90deg);
	transition: transform 0.3s ease;
	width: 32px;
}

.c-faq__body {
	background: #f5f5f5;
	padding-block: 8px;
}

.c-faq__a-text {
	color: #023E78;
	font-weight: 700;
	line-height: 30px;
}

.c-fv__container {
	animation: scroll-left 30s linear infinite;
	display: grid;
	flex-shrink: 0;
	gap: 12px;
	grid-template-columns: 1fr 1fr 2fr 1fr 2fr;
	grid-template-rows: 50% 50%;
	height: 560px;
	padding-bottom: 40px;
	width: 1120px;
}

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

.c-fv__item-a {
	grid-column: 1/span 1;
	grid-row: 1/span 2;
}

.c-fv__item-b {
	grid-column: 3/span 1;
	grid-row: 1/span 2;
}

.c-fv__item-c {
	grid-column: 5/span 1;
	grid-row: 1/span 2;
}

dialog {
	padding: 0 !important;
}

.c-modal {
	border: none;
	border-radius: 12px;
	min-width: 370px !important;
	width: 100%;
}

.c-modal__wrapper {
	background: #FFF;
	border: 1px solid #023E78;
	border-radius: 12px;
	padding: 15px;
}

.c-modal__header {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.c-modal__close {
	align-items: top;
	display: flex;
	flex-direction: row;
	gap: 12px;
	justify-content: right;
}

.c-modal__close-text {
	color: #023E78;
	font-size: 12px;
	position: relative;
}

.c-modal__close-btn {
	background: #023E78;
	border-radius: 4px;
	cursor: pointer;
	height: 36px;
	position: relative;
	width: 36px;
}

.c-modal__close-btn::before {
	color: #FFF;
	content: "×";
	font-size: 36px;
	font-weight: 300;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.c-modal__body {
	margin-bottom: 12px;
	margin-top: 12px;
}

.c-modal__body-item {
	border-bottom: 1px solid #C4CCD7;
	display: flex;
	flex-direction: column;
	gap: 11px;
	padding-block: 12px;
}

.c-modal__body-title {
	color: #023E78;
	font-weight: 700;
	line-height: 1.6;
}

.c-modal__body-text {
	list-style-type: none;
}

.c-modal__body-text li {
	padding-left: 22px;
	position: relative;
}

.c-modal__body-text li::before {
	color: #404559;
	content: "•";
	left: 9px;
	position: absolute;
}

.p-header {
	align-items: center;
	background: linear-gradient(270deg, #0291D9 0%, #023e78 100%);
	display: flex;
	flex-direction: row;
	height: 72px;
	justify-content: space-between;
	padding-inline: 16px;
}

.p-header__logo {
	height: 32px;
	width: 175px;
}

.p-fv {
	background: linear-gradient(270deg, #0291d9 0%, #023e78 100%);
	padding-top: 40px;
}

.p-fv__images {
	animation: fadeIn 1s ease 0.6s forwards;
	display: flex;
	gap: 12px;
	height: 520px;
	opacity: 0;
	overflow: hidden;
}

.p-fv__title {
	animation: fadeIn 1s ease 0.3s forwards;
	color: #023E78;
	display: flex;
	flex-direction: column;
	font-family: "Jost", sans-serif;
	font-size: 32px;
	gap: 10px;
	margin-top: -130px;
	opacity: 0;
	padding-bottom: 36px;
	padding-left: 20px;
	position: relative;
	z-index: 10;
}

.p-fv__title-text {
	align-items: center;
	backdrop-filter: blur(40px);
	background: rgba(255, 255, 255, 0.7);
	font-style: italic;
	letter-spacing: 0.64px;
	line-height: 1.2;
	padding: 6px 16px;
	text-transform: uppercase;
	width: -moz-fit-content;
	width: fit-content;
}

.p-fv__title-text.is-large {
	display: none;
}

.p-message {
	background: linear-gradient(270deg, #0291d9 0%, #023e78 100%);
	padding-bottom: 100px;
	padding-top: 100px;
	position: relative;
}

.p-message::after {
	background-image: url(../img/message-bg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 353px 188px;
	bottom: 33px;
	content: "";
	display: block;
	height: 100%;
	left: -66px;
	position: absolute;
	width: 100%;
}

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

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

.p-message__body {
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.p-message__text {
	align-self: stretch;
	color: #023E78;
	line-height: 2.2;
	text-shadow: 0 0 64px rgba(0, 0, 0, 0.25);
}

.p-message__text span {
	transition: color 1s ease;
}

.p-message__text span.is-white {
	color: #FFF;
}

.p-message__image {
	margin-left: auto;
	margin-right: -24px;
	padding-block: 64px;
	position: relative;
	width: 84.87vw;
	z-index: 1;
}

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

.p-business {
	background: linear-gradient(270deg, #0291d9 0%, #023e78 100%);
}

.p-business__heading {
	align-items: center;
	display: grid;
	gap: 8px;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	justify-items: left;
	margin-top: 42px;
	row-gap: 16px;
}

.p-business__items {
	display: flex;
	gap: 16px;
	margin-right: -20px;
	margin-top: 42px;
	overflow-x: scroll;
	scroll-behavior: smooth;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

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

.p-business__items {
	align-items: flex-start;
}

.p-business__item {
	background: #E4EAF1;
	border-radius: 4px;
	padding: 12px;
	width: 321px;
}

.p-business__image {
	height: 162px;
	margin-top: 12px;
	width: 288px;
}

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

.p-business__body-items {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-bottom: 24px;
}

.p-business__body-item {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.p-business__body-title {
	color: #023E78;
	font-weight: 700;
	line-height: 1.6;
}

.p-business__body-text {
	font-size: 14px;
	list-style-type: none;
}

.p-business__body-text li {
	padding-left: 21px;
	position: relative;
}

.p-business__body-text li::before {
	color: #023E78;
	content: "•";
	left: 8px;
	position: absolute;
}

.p-stage {
	background: linear-gradient(270deg, #0291d9 0%, #023e78 100%);
	overflow: hidden;
	padding-bottom: 80px;
	padding-top: 124px;
	position: relative;
}

.p-stage::after {
	background-image: url(../img/stage-bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 531px 187px;
	content: "";
	display: block;
	height: 100%;
	left: 83px;
	position: absolute;
	top: 51px;
	width: 100%;
}

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

.p-stage__wrapper {
	display: flex;
	flex-direction: column;
	gap: 42px;
	position: relative;
	z-index: 1;
}

.p-stage__items {
	display: flex;
	flex-direction: column;
	gap: 24px;
	justify-content: space-between;
}

.p-stage__item {
	background: rgba(244, 251, 255, 0.7);
	border-radius: 4px;
	overflow: hidden;
}

.p-stage__item.is-stage-01 {
	border-bottom: 12px solid #37A4DB;
}

.p-stage__item.is-stage-02 {
	border-bottom: 12px solid #2766AE;
}

.p-stage__item.is-stage-03 {
	border-bottom: 12px solid #025178;
}

.p-stage__item.is-stage-04 {
	border-bottom: 12px solid #023E78;
}

.p-stage__body {
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding: 28px 24px 16px 24px;
}

.p-stage__body-image {
	border-radius: 4px;
	height: 216px;
	overflow: hidden;
	width: 100%;
}

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

.p-member::after {
	background-image: url(../img/member-bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 162px;
	left: -3px;
	position: absolute;
	top: 6px;
	width: 305px;
	z-index: 0;
}

.p-member__wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: relative;
	z-index: 1;
}

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

.swiper {
	overflow: auto;
	padding-bottom: 72px;
}

.swiper::-webkit-scrollbar {
	display: none;
}

.swiper-slide {
	width: auto;
}

.p-member__swiper-items {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 40px;
	position: relative;
	width: 100%;
}

.swiper-scrollbar {
	display: none;
}

.my-swiper-scrollbar {
	background: #C4CCD7;
	cursor: pointer;
	display: block;
	height: 8px;
	margin-right: 20px;
	margin-top: -4px;
	width: calc(100% - 20px);
}

.swiper-scrollbar-drag { /* スクロールバーのつまみの色 */
	background: #0961b6; /* つまみの角を丸める */
}

.p-member__swiper-button {
	display: flex;
	gap: 24px;
	height: 40px;
	margin-left: auto;
	margin-right: 22px;
	position: relative;
	width: 104px;
}

.swiper-button-next,
.swiper-button-prev {
	display: none !important;
}

.p-culture {
	background: #F2F4F6;
	overflow: hidden;
	position: relative;
}

.p-culture__main {
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding-bottom: 76px;
	padding-top: 80px;
}

.p-culture__items {
	align-items: flex-start;
	align-self: stretch;
	backdrop-filter: blur(10px);
	background: rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	padding-inline: 16px;
}

.p-culture__item {
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding-bottom: 28px;
	padding-top: 28px;
}

.p-culture__item:not(:last-child) {
	border-bottom: 2px solid #C4CCD7;
	padding-bottom: 25px;
}

.p-culture__item-body {
	line-height: 1.75;
}

.p-culture__benefit {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-block: 80px;
}

.p-culture__benefit-heading {
	align-items: baseline;
	display: flex;
	gap: 12px;
}

.p-culture__benefit-icon {
	height: 20px;
	width: 20px;
}

.p-culture__benefit-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
}

.p-culture__image {
	opacity: 0;
	position: relative;
	transform: translateY(30px);
	transition: opacity 1s ease, transform 1s ease;
}

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

.p-culture__image img {
	height: 380px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-culture__image::after {
	background-image: url(../img/culture-benefit-bg.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 313px;
	position: absolute;
	right: -69px;
	top: 323.35px;
	width: 289px;
	z-index: -1;
}

.p-faq {
	background-color: #E4EAF1;
	overflow: hidden;
	padding-block: 100px;
	position: relative;
}

.p-faq::before {
	background-image: url(../img/faq-bg-ellipse-sp.png);
	background-position: right -43px top -57px;
	background-repeat: no-repeat;
	background-size: 183px 183px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.p-faq::after {
	background-image: url(../img/faq-bg.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -135px;
	content: "";
	display: block;
	height: 343px;
	left: -41px;
	position: absolute;
	width: 317px;
}

.p-faq__wrapper {
	display: flex;
	flex-direction: column;
	gap: 42px;
	margin-inline: auto;
	position: relative;
	z-index: 1;
}

.p-faq__items {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.p-cta {
	background: #E4EAF1;
	padding-bottom: 12px;
	padding-top: 12px;
}

.p-cta__inner {
	margin: 0 auto;
	padding-inline: 12px;
	text-align: center;
}

.p-cta__wrapper {
	align-items: center;
	background: linear-gradient(270deg, #0291d9 0%, #023e78 100%);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	padding-block: 56px;
	position: relative;
}

.p-cta__title {
	color: #FFF;
	font-family: "Jost", sans-serif;
	font-size: 32px;
	font-style: italic;
	letter-spacing: 1.6px;
	line-height: 1.5;
	margin-bottom: 24px;
	text-align: center;
	text-transform: uppercase;
}

.p-cta__text {
	color: #FFF;
	font-size: 14px;
	margin-bottom: 40px;
	text-align: center;
}

.p-footer {
	background-color: #E4EAF1;
	overflow: hidden;
	padding-bottom: 32px;
	padding-top: 40px;
	position: relative;
}

.p-footer::after {
	background-image: url(../img/footer-bg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -224.2px;
	content: "";
	display: block;
	height: 450px;
	position: absolute;
	right: -85px;
	width: 335px;
}

.p-footer__inner {
	padding-inline: 10px;
}

.p-footer__items {
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin: 0 auto;
	max-width: 1240px;
	padding: 10px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-footer__items-left {
	display: flex;
	flex-direction: column;
	gap: 34px;
}

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

.p-footer__logo {
	height: 68px;
	width: 280.5px;
}

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

.p-footer__address {
	font-size: 16px;
	letter-spacing: 0.18px;
	line-height: 1.6;
	min-width: 350px;
	width: 100%;
}

.p-footer__links {
	align-items: flex-start;
	align-self: stretch;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 16px;
}

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

.p-footer__link-list {
	padding-bottom: 7px;
	padding-top: 8px;
	position: relative;
}

.p-footer__link-list::after {
	border-bottom: 1px solid #0961b6;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	transition: width 0.3s ease;
	width: 0;
}

.p-footer__link-list:hover::after {
	width: 100%;
}

.p-footer__link-item {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
}

.p-footer__sns {
	align-items: flex-start;
	display: flex;
	gap: 36px;
}

.p-footer__sns-link {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	height: 40px;
	justify-content: center;
	width: 40px;
}

.p-footer__sns-link.is-twitter {
	width: 41px;
}

.p-footer__sns-link.is-youtube {
	width: 45px;
}

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

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

.p-footer__copyright {
	font-size: 12px;
	line-height: 1.5;
	min-width: 350px;
	width: 100%;
}

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

.u-list {
	list-style-position: inside;
}

.u-list__number {
	list-style-type: decimal;
}

.u-list__disc {
	list-style-type: disc;
}

.u-link {
	color: #404559;
	text-decoration: underline;
}

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

.l-inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 60px;
	padding-right: 60px;
}

.l-section {
	padding: 120px 0;
}

.c-heading__section-en {
	font-size: 4.44vw;
}

.c-heading__section-jp {
	font-size: 1.25vw;
}

.c-heading__business-en {
	font-size: 1.11vw;
}

.c-heading__business-jp--number {
	font-size: 1.94vw;
}

.c-heading__business-jp--text {
	font-size: 1.66vw;
}

.c-heading__business__modal {
	gap: 5px;
}

.c-heading__business__modal-en {
	font-size: 16px;
}

.c-heading__business__modal-jp--number {
	font-size: 24px;
}

.c-heading__business__modal-jp--text {
	font-size: 24px;
}

.c-heading__stage-en--text {
	font-size: 18px;
	letter-spacing: 0.54px;
}

.c-heading__stage-en--number {
	font-size: 24px;
}

.c-heading__stage-jp {
	font-size: 24px;
}

.c-btn__entry-cta {
	width: 235px;
}

.c-btn__entry-cta-text {
	font-size: 24px;
	letter-spacing: 1.2px;
}

.c-btn__business {
	padding-inline: 40px;
}

.c-btn__modal {
	padding-inline: 40px;
}

.c-member {
	gap: 20px;
	padding-top: 67px;
	width: 386px;
}

.c-member__image {
	height: 515px;
}

.c-member__body {
	height: 204px;
}

.c-faq {
	padding: 8px 20px;
}

.c-faq__head {
	padding: 16px 32px 16px 32px;
}

.c-faq__head-icon {
	font-size: 28px;
	height: 36px;
	line-height: 39.2px;
	width: 36px;
}

.c-faq__head-text {
	font-size: 20px;
	line-height: 32px;
	margin-left: 20px;
	margin-right: 64px;
}

.c-faq__head-arrow::after {
	right: 0px;
}

.c-faq__body {
	padding: 16px 32px;
}

.c-faq__a-text {
	font-size: 16px;
	line-height: 32px;
}

.c-modal__wrapper {
	padding: 48px;
}

.c-modal__header {
	flex-direction: row-reverse;
	gap: 0;
	justify-content: space-between;
}

.c-modal__close {
	flex-direction: column-reverse;
	gap: 8.5px;
}

.c-modal__close-text {
	font-size: 16px;
	right: -9px;
	top: 4px;
}

.c-modal__close-btn {
	margin-left: auto;
	right: -5px;
	top: 4px;
}

.c-modal__body {
	margin-bottom: 40px;
	margin-top: 41px;
}

.c-modal__body-item {
	flex-direction: row;
	gap: 10px;
	padding-bottom: 11px;
}

.c-modal__body-title {
	font-size: 18px;
	width: 378px;
}

.c-modal__body-text {
	font-size: 16px;
	width: 716px;
}

.c-modal__body-text li::before {
	left: 10px;
}

.c-modal__body-text li {
	padding-left: 24px;
}

.p-header {
	height: 83px;
	padding: 12px 40px;
}

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

.p-message::after {
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 1080px 574px;
	bottom: 0px;
	left: 0;
}

.p-message__inner {
	padding-inline: 100px;
}

.p-message__wrapper {
	flex-direction: row;
}

.p-message__body {
	gap: 82px;
}

.p-message__text {
	font-size: 18px;
	max-width: 560px;
	width: 38.88vw;
}

.p-message__image {
	margin-right: -60px;
	max-width: 640px;
	padding-block: 0;
	width: 44.44vw;
}

.p-message__image img {
	height: 55.55vw;
	max-height: 800px;
}

.p-business__items {
	gap: 24px;
	margin-right: -60px;
}

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

.p-business__image {
	height: 310.5px;
	margin-top: 20px;
	width: 552px;
}

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

.p-business__body-items {
	margin-bottom: 32px;
}

.p-business__body-item {
	gap: 6px;
}

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

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

.p-business__body-text li::before {
	left: 10px;
}

.p-business__body-text li {
	padding-left: 24px;
}

.p-stage {
	padding-bottom: 134px;
	padding-top: 238px;
}

.p-stage::after {
	background-size: 1620px 574px;
	left: 579px;
	top: 0;
}

.p-stage__inner {
	padding-inline: 60px;
}

.p-stage__wrapper {
	gap: 66px;
}

.p-stage__items {
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	row-gap: 32px;
}

.p-stage__item {
	height: 617px;
	width: 46.93%;
}

.p-stage__item:nth-child(odd) {
	margin-top: 64px;
}

.p-stage__body {
	gap: auto;
	height: 500px;
	justify-content: space-between;
	padding-bottom: 28px;
}

.p-stage__body.is-stage-long {
	height: 527px;
}

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

.p-stage__body-image {
	height: 268px;
	width: 100%;
}

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

.p-member::after {
	height: 500px;
	left: 0;
	top: -11.5px;
	width: 941px;
}

.p-member__wrapper {
	gap: 40;
}

.p-member__body {
	margin-right: -60px;
}

.my-swiper-scrollbar {
	margin-right: 60px;
	width: calc(100% - 60px);
}

.p-member__swiper-button {
	margin-right: 60px;
}

.p-faq::before {
	background-image: url(../img/faq-bg-ellipse-pc.png), url(../img/faq-bg-ellipse-pc2.png);
	background-position: right -80px top 5.83px, right 52px bottom 128.17px;
	background-repeat: no-repeat, no-repeat;
	background-size: 317px 317px, 317px 317px;
	height: 100%;
	right: 0;
	top: 0;
	width: 100%;
}

.p-faq::after {
	bottom: -45px;
	height: 786px;
	left: -141px;
	width: 725px;
}

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

.p-cta__inner {
	max-width: 1440px;
	padding-inline: 32px;
}

.p-cta__wrapper {
	padding-block: 113.5px;
	perspective: 1500px;
}

.p-cta__wrapper::before,
.p-cta__wrapper::after {
	backface-visibility: hidden;
	content: "";
	filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.2));
	height: 100%;
	position: absolute;
	top: 0;
	transform-style: preserve-3d;
	transition: transform 1s ease-out;
	width: 50%;
	z-index: 10;
}

.p-cta__wrapper::before {
	background: url(../img/cta-left.jpg) no-repeat center/contain;
	left: 0;
	transform: rotateY(0deg);
	transform-origin: left center;
}

.p-cta__wrapper::after {
	background: url(../img/cta-right.jpg) no-repeat center/contain;
	right: 0;
	transform: rotateY(0deg);
	transform-origin: right center;
}

.p-cta__wrapper.is-visible::before {
	transform: rotateY(65deg);
}

.p-cta__wrapper.is-visible::after {
	transform: rotateY(-65deg);
}

.p-footer {
	padding-top: 80px;
}

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

.p-footer__inner {
	padding-inline: 80px;
}

.p-footer__items {
	flex-direction: row;
	gap: 50px;
}

.p-footer__items-left {
	gap: 40px;
	padding: 16px;
	width: 47.95%;
}

.p-footer__items-right {
	gap: 0;
	height: 324px;
	justify-content: space-between;
	padding: 16px;
	width: 47.95%;
}

.p-footer__address {
	line-height: 1.7;
}

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

.p-footer__link {
	width: calc(51.9% - 20px);
}

.p-footer__sns {
	padding: 16px;
}

.u-hidden-tab {
	display: none;
}

}

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

.l-inner {
	max-width: 1440px;
	padding-left: 100px;
	padding-right: 100px;
}

.c-heading__culture {
	flex-direction: row;
}

.c-btn__entry {
	gap: 16px;
}

.c-btn__member {
	border: 2px solid #0961b6;
	height: 80px;
	width: 80px;
}

.c-btn__member.is-left::after {
	border-right-width: 2px;
	border-top-width: 2px;
	height: 16px;
	left: 32px;
	width: 16px;
}

.c-btn__member.is-right::after {
	border-bottom-width: 2px;
	border-left-width: 2px;
	height: 16px;
	right: 32px;
	width: 16px;
}

.c-gnav {
	display: block;
}

.c-drawer__icon {
	display: none;
}

.c-fv__container {
	gap: 20px;
	height: 640px;
	padding-bottom: 80px;
	width: 2000px;
}

.p-header__logo {
	height: 59px;
	width: 320px;
}

.p-fv {
	padding-top: 45px;
}

.p-fv__images {
	gap: 20px;
	height: 560px;
}

.p-fv__title {
	font-size: 64px;
	gap: 20px;
	margin-top: -166px;
	padding-bottom: 28px;
	padding-left: 40px;
}

.p-fv__title-text {
	letter-spacing: 1.28px;
	line-height: 1.3;
	padding: 8px 24px;
}

.p-fv__title-text.is-large {
	display: block;
}

.p-fv__title-text.is-small {
	display: none;
}

.p-message__image {
	margin-right: -100px;
}

.p-business__heading {
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: auto auto;
	margin-top: 66px;
	row-gap: 0px;
	-moz-column-gap: 16px;
	column-gap: 16px;
}

.p-business__items {
	margin-right: -100px;
}

.p-stage__inner {
	padding-inline: 100px;
}

.p-member__body {
	margin-right: -100px;
}

.swiper {
	padding-bottom: 64px;
}

.p-member__swiper-items {
	flex-direction: row;
	height: 80px;
	justify-content: space-between;
}

.my-swiper-scrollbar {
	margin-right: 0;
	width: 67.77vw;
}

.p-member__swiper-button {
	gap: 20px;
	height: 80px;
	margin-right: 102px;
	width: 180px;
}

.p-culture__main {
	gap: 64px;
	padding-block: 120px;
}

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

.p-culture__item {
	flex-direction: row;
	padding-inline: 34.06px;
}

.p-culture__item-body {
	font-size: 16px;
	line-height: 1.7;
	max-width: 561px;
	width: 38.95vw;
}

.p-culture__benefit {
	padding-block: 119px;
}

.p-culture__benefit-icon {
	height: 29px;
	width: 29px;
}

.p-culture__benefit-title {
	font-size: 24px;
}

.p-culture__image::after {
	height: 878px;
	right: -43px;
	top: 0;
	width: 810px;
}

.p-faq__wrapper {
	flex-direction: row;
	gap: 0;
	justify-content: space-between;
}

.p-faq__heading {
	width: 16.12%;
}

.p-faq__items {
	gap: 25px;
	max-width: 880px;
	width: 70.96%;
}

.u-hidden-tab {
	display: none;
}

}

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

.c-heading__section-en {
	font-size: 64px;
}

.c-heading__section-jp {
	font-size: 18px;
}

.c-heading__business-en {
	font-size: 16px;
}

.c-heading__business-jp--number {
	font-size: 28px;
}

.c-heading__business-jp--text {
	font-size: 24px;
}

.c-heading__business__link {
	padding: 19px 19px 19px 39px;
}

.c-heading__business-en__link {
	font-size: 14px;
}

.c-heading__business-jp__link {
	display: flex;
	flex-direction: row;
	gap: 12px;
}

.c-heading__business-jp--number__link {
	font-size: 20px;
}

.c-heading__business-jp--text__link {
	font-size: 18px;
}

.c-heading__business__modal-en {
	font-size: 18px;
}

.c-heading__business__modal-jp--number {
	font-size: 30px;
}

.c-heading__business__modal-jp--text {
	font-size: 28px;
}

.c-heading__culture-text {
	gap: 12px;
	max-width: 395px;
	width: 27.43vw;
	-moz-text-align-last: left;
	text-align-last: left;
}

.c-heading__culture-jp {
	font-size: 24px;
	line-height: 1.6;
}

.c-heading__culture-en {
	font-size: 14px;
	letter-spacing: 0.42px;
}

.c-btn__entry {
	padding-inline: 23px;
}

.c-modal {
	width: 1200px;
}

.p-stage__item {
	max-width: 582px;
}

.p-stage__item:nth-child(1),
.p-stage__item:nth-child(2) {
	height: 590px;
}

.p-stage__item:nth-child(3),
.p-stage__item:nth-child(4) {
	height: 617px;
}

.my-swiper-scrollbar {
	margin-top: 4px;
	width: 976px;
}

.p-faq {
	padding-block: 120px;
}

.p-cta__title {
	font-size: 56px;
	letter-spacing: 1.68px;
	margin-bottom: 36px;
}

.p-cta__text {
	font-size: 16px;
	margin-bottom: 56px;
}

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

}

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

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

}

@keyframes scroll-left {

0% {
	transform: translateX(0);
}

100% {
	transform: translateX(-50%);
}

}

@keyframes fadeIn {

from {
	opacity: 0;
	transform: translateY(20px);
}

to {
	opacity: 1;
	transform: translateY(0);
}

}

