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

html {
	height: 100%;
	scroll-behavior: smooth;
}

body {
	color: #404559;
	font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	line-height: 1.7;
}

img,
video,
object {
	border: none;
	display: block;
	height: auto;
	max-width: 100%;
}

a {
	color: #fff;
	text-decoration: none;
}

/*===================================================================
# Header
===================================================================*/

.header {
	background: linear-gradient(270deg, #0291D9 0%, #023E78 100%);
	height: 5.1875rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.header__inner {
	align-items: center;
	display: grid;
	grid-template-columns: 20rem 1fr;
	height: 100%;
	margin-inline: auto;
	max-width: 90rem;
	padding-inline: 2.5rem;
}

.header__logo a svg {
	vertical-align: middle;
}

.header__nav {
	align-items: center;
	display: flex;
	justify-content: end;
	-moz-column-gap: 2.25rem;
	column-gap: 2.25rem;
}

.header__list {
	display: flex;
	-moz-column-gap: 2.25rem;
	column-gap: 2.25rem;
}

.header__list li a {
	color: #fff;
	line-height: 140%; /* 22.4px */
	position: relative;
}

.header__list li a::after {
	background-color: #fff;
	bottom: -0.125rem;
	content: "";
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.3s ease;
	translate: -50%;
	width: 100%;
}

.header__btn {
	align-items: center;
	display: flex;
	height: 2.625rem;
	justify-content: center;
	width: 7.6875rem;
	-moz-column-gap: 1rem;
	background: transparent;
	border: 0.0625rem solid #fff;
	border-radius: 2.875rem;
	column-gap: 1rem;
	overflow: hidden;
	position: relative;
}

.header__btn::before {
	border-bottom: 2.75rem solid #023E78;
	border-right: 7.6875rem solid transparent;
	bottom: -0.0625rem;
	content: "";
	left: -0.0625rem;
	position: absolute;
	right: -7.6875rem;
	transform: translateX(-100%);
	transition: transform 0.3s ease-out;
	z-index: 1;
}

.header__btn span {
	letter-spacing: 0.05rem;
	line-height: 1;
	margin-block-start: 0.125rem;
	position: relative;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
	z-index: 2;
}

.header__btn svg {
	position: relative;
	z-index: 2;
}

/*===================================================================
# Footer
===================================================================*/

.footer {
	background-color: #E4EAF1;
	overflow: hidden;
	padding-block: 6.625rem 4.625rem;
	position: relative;
}

.footer__inner {
	display: flex;
	justify-content: space-between;
	margin-inline: auto;
	max-width: 90rem;
	padding-inline: 7.875rem 8.875rem;
	width: 100%;
}

.footer__left,
.footer__right {
	position: relative;
	z-index: 1;
}

.footer__right {
	padding-block-start: 1.0625rem;
}

.footer__logo {
	aspect-ratio: 280.5/68;
	height: auto;
	width: 17.53125rem;
}

.footer__company-info {
	font-family: "Zen Kaku Gothic New", sans-serif;
	line-height: 170%; /* 27.2px */
	margin-block: 2.5rem 2.1875rem;
}

.footer__copyright {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.75rem;
	line-height: 150%; /* 18px */
	position: relative;
	z-index: 1;
}

.footer__list {
	display: grid;
	gap: 0.625rem 1.25rem;
	grid-template-columns: repeat(2, auto);
}

.footer__item {
	padding-block: 0.5rem;
	width: 15.6875rem;
}

.footer__item a {
	color: #404559;
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 140%; /* 25.2px */
	position: relative;
}

.footer__item a::after {
	background-color: #0961B6;
	bottom: -0.125rem;
	content: "";
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease;
	translate: -50%;
	width: 100%;
}

.footer__item:nth-child(1) {
	grid-column: 1;
	order: 1;
}

.footer__item:nth-child(2) {
	grid-column: 1;
	order: 2;
}

.footer__item:nth-child(3) {
	grid-column: 1;
	order: 3;
}

.footer__item:nth-child(4) {
	grid-column: 2;
	order: 1;
}

.footer__item:nth-child(5) {
	grid-column: 2;
	order: 2;
}

.footer__item:nth-child(6) {
	grid-column: 2;
	order: 3;
}

.footer__sns-list {
	display: flex;
	-moz-column-gap: 2.25rem;
	column-gap: 2.25rem;
	margin-block-start: 4.6875rem;
}

.footer__sns-item {
	align-items: center;
	display: flex;
	position: relative;
	transition: opacity 0.3s ease;
	z-index: 1;
}

.footer__sns-item:nth-child(1) {
	padding: 0.3125rem 0.1875rem 0.125rem;
	width: 2.5rem;
	width: 2.5625rem;
}

.footer__sns-item:nth-child(1) img {
	height: 2.0625rem;
	width: 2.1875rem;
}

.footer__sns-item:nth-child(2) {
	padding: 0.375rem 0.1875rem 0.125rem 0.125rem;
	width: 2.5rem;
	width: 2.5rem;
}

.footer__sns-item:nth-child(2) img {
	height: 2rem;
	width: 2.1875rem;
}

.footer__sns-item:nth-child(3) {
	height: 2.5rem;
	width: 2.8125rem;
}

.footer__sns-item:nth-child(3) img {
	height: auto;
	width: 100%;
}

.footer__sns-item:nth-child(4) {
	padding: 0.1875rem 0.1875rem 0.125rem 0.125rem;
	width: 2.5rem;
	width: 2.5rem;
}

.footer__sns-item:nth-child(4) img {
	height: 2rem;
	width: 2.1875rem;
}

.footer__bg {
	aspect-ratio: 211/283;
	bottom: -18.375rem;
	height: auto;
	max-width: 52.75rem;
	position: absolute;
	right: -0.4375rem;
	width: 100%;
	z-index: 0;
}

/*===================================================================
# Button
===================================================================*/

/*===================================================================
# Drawer
===================================================================*/

.drawer {
	background: linear-gradient(270deg, #0291D9 0%, #023E78 100%);
	height: 100vh; /* svhに対応しないスマホ用 */
	height: 100svh; /* 画面下のメニューを考慮する */
	overflow-y: scroll;
	position: fixed;
	right: 0;
	top: 72px;
	transition: translate 0.5s ease;
	translate: 101%;
	width: 100%;
	z-index: 101;
}

.drawer.js-show {
	translate: 0%;
}

.drawer__body {
	height: -moz-fit-content;
	height: fit-content;
	padding: 20px 28px;
	width: 100%;
}

.drawer__list {
	display: flex;
	flex-direction: column;
	margin-bottom: 32px;
	margin-inline: auto;
	max-width: 400px;
}

.drawer__list li a {
	align-items: center;
	border-bottom: 1px solid #C4CCD7;
	color: #fff;
	display: flex;
	justify-content: space-between;
	line-height: 140%; /* 22.4px */
	padding-block: 15px 16px;
}

.drawer__list li a span {
	position: relative;
	top: 3px;
}

.drawer__list li a svg {
	height: 23px;
	width: 12px;
}

.drawer__btn {
	align-items: center;
	border: 1px solid #fff;
	border-radius: 44px;
	color: #fff;
	display: flex;
	height: 42px;
	justify-content: space-between;
	letter-spacing: 0.8px;
	line-height: 140%; /* 22.4px */
	margin-inline: auto;
	max-width: 350px;
	padding-inline: 24px;
	text-transform: uppercase;
	width: 100%;
}

.drawer__btn span {
	padding-block-start: 1.5px;
}

.drawer__btn svg {
	aspect-ratio: 1/1;
	height: 6px;
	width: 6px;
}

.drawer__icon {
	display: none;
	flex-direction: column;
	height: 8px;
	justify-content: space-between;
	position: fixed;
	right: 20px;
	top: 30px;
	width: 40px;
	z-index: 102;
}

.drawer__icon--bar {
	background-color: #fff;
	height: 2px;
	transition: rotate 0.5s ease, translate 0.5s ease;
	width: 100%;
}

/* メニューが開いている時 */

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
	rotate: 20deg;
	translate: 0 3px;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
	rotate: -20deg;
	translate: 0 -3px;
}

/*===================================================================
# インナー幅
===================================================================*/

.inner {
	margin-inline: auto;
	max-width: 77.5rem;
	width: 100%;
}

/*===================================================================
# Section
===================================================================*/

.section__title-en {
	color: #fff;
	font-size: 4rem;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.08rem;
	line-height: 160%; /* 102.4px */
	text-transform: uppercase;
}

.section__title-en--gradient {
	background: linear-gradient(270deg, #0A9AE5 0%, #023E78 100%);
	background-clip: text;
	display: inline-block;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.section__title-jp {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.1125rem;
	line-height: 180%; /* 32.4px */
	margin-block-start: 0.125rem;
}

.section__title-jp--white {
	color: #fff;
}

/*===================================================================
# Animation
===================================================================*/

/* 出現アニメーション：ふわっと表示 */

.js-fadein {
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 0.5s ease, transform 0.5s ease;
	will-change: opacity, transform;
}

.js-fadein--delay {
	transition-delay: 0.3s;
}

.js-fadein.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/*===================================================================
# Mv
===================================================================*/

.mv {
	background: linear-gradient(270deg, #0291D9 0%, #023E78 100%);
	overflow-x: hidden;
	padding-block: 8rem 5.1875rem;
}

.mv__inner {
	position: relative;
}

.mv__inner.is-loaded .mv__texts .mv__text:first-child {
	opacity: 1;
	transform: translate(0);
}

.mv__inner.is-loaded .mv__texts .mv__text:nth-child(2) {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.3s;
}

.mv__inner.is-loaded .mv__texts .mv__text:nth-child(3) {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.3s;
}

.mv__inner.is-loaded .mv__texts .mv__text:nth-child(4) {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.6s;
}

.mv__inner.is-loaded .mv__splide {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 1s;
}

.mv__splide {
	opacity: 0;
	position: relative;
	transform: translate(1.875rem, 1.875rem);
	transition: opacity 1s ease, transform 0.5s ease;
	z-index: 1;
}

.mv__splide-double {
	display: flex;
	flex-direction: column;
	row-gap: 1.25rem;
}

.mv__slide-img {
	height: 35rem;
	width: 16.785715rem;
}

.mv__slide-img--short {
	height: 16.875rem;
	width: 16.785715rem;
}

.mv__slide-img--wide {
	height: 35rem;
	width: 34.82143rem;
}

.mv__texts-wrapper {
	inset: 0;
	position: absolute;
	z-index: 2;
}

.mv__texts {
	margin: 24.6875rem auto 0;
	max-width: 85rem;
	width: 100%;
}

.mv__text {
	background: rgba(255, 255, 255, 0.7);
	color: #023E78;
	font-size: 4rem;
	font-style: italic;
	letter-spacing: 0.08rem;
	line-height: 1;
	text-transform: uppercase;
	-webkit-backdrop-filter: blur(2.5rem);
	align-items: center;
	backdrop-filter: blur(2.5rem);
	display: inline-flex;
	height: 6.1875rem;
	opacity: 0;
	padding-inline: 1.5rem;
	transform: translateY(1.875rem);
	transition: opacity 0.5s ease, transform 0.5s ease;
	z-index: 2;
}

.mv__text + .mv__text {
	margin-block-start: 1.25rem;
}

/*===================================================================
# Message
===================================================================*/

.message {
	background-image: url("../../assets/img/message_bg.png"), linear-gradient(270deg, #0291D9 0%, #023E78 100%);
	background-position: left bottom, center top; /* 1つ目(画像), 2つ目(グラデ) の順で指定 */
	background-repeat: repeat-x, no-repeat;
	background-size: 67.5rem 35.875rem, 100% 100%;
	overflow-x: hidden;
	padding-block: 13.3125rem 7.375rem;
	position: relative;
}

.message__inner {
	margin-inline: auto;
	max-width: 90rem;
	padding-inline-start: 6.25rem;
}

.message__content {
	display: flex;
	justify-content: space-between;
	-moz-column-gap: 8.75rem;
	column-gap: 8.75rem;
}

.message__text {
	color: #023E78;
	font-size: 1.125rem;
	line-height: 222%; /* 39.6px */
	text-shadow: 0 0 4rem rgba(0, 0, 0, 0.25);
}

.message__text + .message__text {
	margin-block-start: 5rem;
}

.message__img {
	height: auto;
	margin-block-start: -0.1875rem;
	margin-inline-end: calc((100vw - 90rem) / -2);
	width: min(40rem, 100%);
}

.message__img img {
	border-radius: 0.25rem 0 0 0.25rem;
}

.message__bg {
	aspect-ratio: 353/188;
	bottom: 2.0625rem;
	display: none;
	left: -4.125rem;
	position: absolute;
	width: 22.0625rem;
}

.message {
	background-image: url(../../assets/img/message_bg.webp), linear-gradient(270deg, #0291D9 0%, #023E78 100%);
}

/* JavaScriptによって各文字に追加される要素のスタイル */

.char {
	display: inline-block; /* span要素が改行を正しく処理できるように */ /* 各文字の初期色は親要素から継承される (lightgray) */
	transition: color 0.3s linear; /* 色の変化を滑らかにする */
}

/* アニメーション後の色（黒） */

.char.is-visible {
	color: #fff; /* 変化後の色 */
}

/*===================================================================
# Business
===================================================================*/

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

.business__inner {
	margin-inline: auto;
	max-width: 169rem;
	padding-inline-start: 6.25rem;
}

.business__tab-list {
	display: flex;
	margin-block: 3.8125rem 2.5rem;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	flex-wrap: wrap;
}

.business__tab-item {
	background: #E4EAF1;
	border: 0.0625rem solid #0961B6;
	border-radius: 0.25rem;
	color: #023E78;
	cursor: pointer;
	max-width: 18.625rem;
	overflow: hidden;
	padding: 1.1875rem 1.25rem 1.125rem 2.5rem;
	position: relative;
	transition: color 0.3s ease, border 0.3s ease, background-color 0.3s ease;
	width: 100%;
	z-index: 0;
}

.business__tab-item::before {
	border-bottom: 6.375rem solid #023E78;
	border-right: 7.6875rem solid transparent;
	bottom: -0.0625rem;
	content: "";
	left: -0.0625rem;
	position: absolute;
	right: -7.6875rem;
	transform: translateX(-100%);
	transition: transform 0.3s ease-out;
	z-index: -1;
}

.business__tab-item.is-active {
	background: #023E78;
	border: 0.0625rem solid #fff;
	color: #fff;
}

.business__tab-title-en {
	font-size: 0.875rem;
	font-style: italic;
	line-height: 160%; /* 22.4px */
	text-transform: uppercase;
}

.business__tab-title-jp {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 160%; /* 28.8px */
	margin-block-start: 0.3125rem;
}

.business__tab-title-num {
	font-family: Jost;
	font-size: 1.25rem;
	font-style: italic;
	font-weight: 500;
	line-height: 150%; /* 30px */
	margin-inline-end: 0.75rem;
}

.business__list {
	display: flex;
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

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

.business__card {
	background-color: #E4EAF1;
	border-radius: 0.25rem;
	flex: 0 0 38rem;
	padding: 1.75rem;
}

.business__card.is-active {
	background: rgba(238, 246, 254, 0.7);
}

.business__card-title-en {
	color: #023E78;
	font-style: italic;
	letter-spacing: 0.03rem;
	line-height: 160%; /* 25.6px */
	text-transform: uppercase;
}

.business__card-title-jp {
	color: #023E78;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 160%; /* 38.4px */
	margin-block-start: 0.5rem;
}

.business__card-title-num {
	font-family: Jost;
	font-size: 1.75rem;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.0525rem;
	margin-inline-end: 0.75rem;
}

.business__card-img {
	display: block;
	margin-block: 1.3125rem 1.375rem;
}

.business__card-info + .business__card-info {
	margin-block-start: 1.5rem;
}

.business__card-info-title {
	color: #023E78;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 160%; /* 28.8px */
}

.business__card-info-list {
	margin-block-start: 0.375rem;
}

.business__card-info-item {
	line-height: 1.7;
	margin-inline-start: 1.5rem;
}

.business__card-info-item::marker {
	content: "・ ";
	font-size: 1em;
}

.business__card-btn {
	background-color: #023E78;
	border: 0.0625rem solid #023E78;
	border-radius: 0.25rem;
	color: #fff;
	display: flex;
	justify-content: space-between;
	margin-block-start: 1.875rem;
	overflow: hidden;
	padding: 1.1875rem 2.5rem 1.125rem;
	position: relative;
	width: 100%;
}

.business__card-btn::before {
	border-bottom: 4.125rem solid #fff;
	border-right: 7.5rem solid transparent;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: -40%;
	transform: translateX(-100%);
	transition: transform 0.55s ease-out;
	z-index: 1;
}

.business__card-btn span {
	color: inherit;
	font-weight: 700;
	line-height: 140%; /* 22.4px */
	padding-block-start: 0.1875rem;
	position: relative;
	transition: color 0.55s ease 0.05s;
	z-index: 2;
}

.business__card-btn svg {
	position: relative;
	z-index: 2;
}

.business__card-btn svg path {
	fill: currentColor;
	transition: color 0.55s ease 0.08s;
}

.business__overlay {
	background: rgba(2, 62, 120, 0.5);
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transition: opacity 0.3s ease;
	visibility: hidden;
	z-index: 900;
}

.business__modal {
	background: #fff;
	border: 0.0625rem solid #023E78;
	border-radius: 0.75rem;
	left: 50%;
	max-width: 75rem;
	opacity: 0;
	padding: 3rem 2.9375rem;
	pointer-events: none;
	position: fixed;
	top: 50%;
	transition: opacity 0.3s ease, transform 0.3s ease;
	translate: -50% -50%;
	visibility: hidden;
	width: 100%;
	z-index: 901;
}

.business__overlay.is-active {
	opacity: 0.56; /* 表示状態 */
	pointer-events: auto;
	visibility: visible;
}

.business__modal.is-active {
	opacity: 1;
	pointer-events: auto;
	translate: -50% -50%;
	visibility: visible;
}

.business__modal-close-container {
	align-items: flex-end;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	position: absolute;
	right: 2.6875rem;
	row-gap: 0.5rem;
	top: 3.3125rem;
	transition: opacity 0.3s ease;
}

.business__modal-close-btn {
	align-items: center;
	background: #023E78;
	border-radius: 0.25rem;
	display: flex;
	height: 2.25rem;
	justify-content: center;
	width: 2.25rem;
}

.business__modal-close-text {
	position: relative;
	right: -0.375rem;
	top: 0.0625rem;
}

.business__modal-title-en {
	color: #023E78;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 160%; /* 28.8px */
}

.business__modal-title-jp {
	align-items: center;
	display: flex;
	margin-block-start: 0.25rem;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
}

.business__modal-title-num {
	color: #023E78;
	font-family: Jost, sans-serif;
	font-size: 1.875rem;
	font-style: italic;
	line-height: 160%; /* 48px */
}

.business__modal-title-text {
	color: #023E78;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 160%; /* 44.8px */
	margin-block-start: 0.25rem;
}

.business__modal-detail {
	margin-block-start: 2.5rem;
}

.business__modal-detail-row {
	display: grid;
	grid-template-columns: 23.625rem 1fr;
	-moz-column-gap: 1.1875rem;
	border-bottom: 0.0625rem solid #C4CCD7;
	column-gap: 1.1875rem;
	padding-block: 0.6875rem;
}

.business__modal-detail-term {
	color: #023E78;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 160%; /* 28.8px */
	margin-block-start: 0.125rem;
	position: relative;
	top: 0.0625rem;
}

.business__modal-detail-desc {
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-inline-start: 1em;
}

.business__modal-detail-desc li::marker {
	content: "・ ";
	font-size: 1em;
	margin-inline-end: 0.5em;
}

.business__modal-entry-btn {
	align-items: center;
	background: #023E78;
	border: 0.0625rem solid #023E78;
	border-radius: 0.25rem;
	display: flex;
	height: 4.3125rem;
	justify-content: center;
	padding-inline: 2.5rem;
	width: 100%;
	-moz-column-gap: 2.25rem;
	color: #fff;
	column-gap: 2.25rem;
	margin-block-start: 2.4375rem;
	overflow: hidden;
	position: relative;
	transition: color 0.3s ease 0.1s;
}

.business__modal-entry-btn::before {
	border-bottom: 4.4375rem solid #fff;
	border-right: 7.5rem solid transparent;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: -40%;
	transform: translateX(-100%);
	transition: transform 0.55s ease-out;
	z-index: 1;
}

.business__modal-entry-btn span {
	color: inherit;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	padding-block-start: 0.375rem;
	position: relative;
	z-index: 2;
}

.business__modal-entry-btn svg {
	height: 1.375rem;
	position: relative;
	width: 0.75rem;
	z-index: 2;
}

.business__modal-entry-btn svg path {
	transition: stroke 0.55s ease 0.08s;
}

/*===================================================================
# Challenge
===================================================================*/

.challenge {
	background: linear-gradient(270deg, #0291D9 0%, #023E78 100%);
	overflow: hidden;
	padding-block: 14.78125rem 12.28125rem;
	position: relative;
}

.challenge__title {
	position: relative;
	z-index: 1;
}

.challenge__title-jp {
	letter-spacing: 0.0875rem;
	margin-block-start: 0.0625rem;
}

.challenge__list {
	display: flex;
	flex-wrap: wrap;
	gap: 6rem 4.75rem;
	margin-block-start: 3.875rem;
	position: relative;
	z-index: 1;
}

.challenge__item {
	background: rgba(244, 251, 255, 0.7);
	border-radius: 0.25rem;
	overflow: hidden;
	position: relative;
	width: 36.375rem;
	z-index: 1;
}

.challenge__item:nth-child(odd) {
	transform: translateY(4rem);
}

.challenge__item:nth-child(1) {
	background: rgba(244, 251, 255, 0.7);
	border-bottom: 0.75rem solid #37A4DB;
}

.challenge__item:nth-child(1) .challenge__item-head {
	background: #37A4DB;
}

.challenge__item:nth-child(1) .challenge__item-img {
	margin-block-start: 2.5625rem;
}

.challenge__item:nth-child(2) {
	background: rgba(238, 246, 254, 0.7);
	border-bottom: 0.75rem solid #2766AE;
}

.challenge__item:nth-child(2) .challenge__item-head {
	background: #2766AE;
}

.challenge__item:nth-child(2) .challenge__item-img {
	margin-block-start: 4.25rem;
}

.challenge__item:nth-child(3) {
	background: rgba(235, 243, 247, 0.7);
	border-bottom: 0.75rem solid #025178;
}

.challenge__item:nth-child(3) .challenge__item-head {
	background: #025178;
}

.challenge__item:nth-child(3) .challenge__item-img {
	margin-block-start: 4.25rem;
}

.challenge__item:nth-child(4) {
	background: rgba(233, 242, 250, 0.7);
	border-bottom: 0.75rem solid #023E78;
}

.challenge__item:nth-child(4) .challenge__item-head {
	background: #023E78;
}

.challenge__item:nth-child(4) .challenge__item-img {
	margin-block-start: 2.5625rem;
}

.challenge__item-head {
	border-radius: 0 0 0.25rem 0;
	color: #fff;
	display: inline-block;
	padding: 0.6875rem 1.75rem;
}

.challenge__item-stage {
	font-size: 1.125rem;
	font-style: italic;
	letter-spacing: 0.03375rem;
	line-height: 100%; /* 18px */
}

.challenge__item-number {
	font-size: 1.5rem;
	font-style: italic;
	letter-spacing: 0.045rem;
	line-height: 100%; /* 24px */
	margin-inline-start: 0.125rem;
}

.challenge__item-title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 160%; /* 38.4px */
	margin-block-start: 0.375rem;
}

.challenge__item-body {
	padding: 1.75rem 1.5rem 0.9375rem;
}

.challenge__item-text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	line-height: 170%; /* 27.2px */
}

.challenge__item-img {
	border-radius: 0.25rem;
}

.challenge__bg {
	height: 35.875rem;
	max-width: none;
	position: absolute;
	right: -47.4375rem;
	top: 0rem;
	width: 101.25rem;
	z-index: 0;
}

/*===================================================================
# Stories
===================================================================*/

.stories {
	background-color: #E4EAF1;
	overflow-x: hidden;
	padding-block: 7.5rem;
}

.stories__inner {
	position: relative;
}

.stories__bg {
	height: 31.25rem;
	left: -6.25rem;
	position: absolute;
	top: -8.125rem;
	width: 58.8125rem;
	z-index: 0;
}

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

.stories__title-jp {
	margin-block-start: 0.0625rem;
}

.stories__swiper-container {
	margin: 5.125rem auto 0;
	max-width: 143.125rem;
}

.stories__swiper-slide {
	position: relative;
	width: 24.125rem;
}

.stories__slide-img-wrapper {
	position: relative;
	z-index: 1;
}

.stories__slide-num {
	display: inline-block;
	height: 2.75rem;
	position: absolute;
	right: 0.625rem;
	top: -1.5rem;
	width: 3.71875rem;
	z-index: 2;
}

.stories__slide-img img {
	border-radius: 0.25rem;
	box-shadow: 0 0.3125rem 0.9375rem 0 rgba(26, 150, 239, 0.15);
}

.stories__slide-info {
	bottom: 1.5rem;
	left: 0;
	position: absolute;
}

.stories__slide-department {
	align-items: center;
	background-color: #fff;
	color: #023E78;
	display: flex;
	font-size: 1.25rem;
	font-weight: 700;
	height: 2.375rem;
	letter-spacing: 0.0625rem;
	line-height: 1;
	padding-block-start: 0.3125rem;
	padding-inline: 1rem;
}

.stories__slide-name {
	display: inline-flex;
	height: 2.375rem;
	margin-block-start: 0.6875rem;
	padding-inline: 0.6875rem 0.625rem;
	-moz-column-gap: 0.625rem;
	align-items: center;
	background-color: #fff;
	color: #023E78;
	column-gap: 0.625rem;
	font-weight: 700;
	line-height: 1;
	padding-block-start: 0.0625rem;
}

.stories__slide-year {
	letter-spacing: 0.05rem;
}

.stories__slide-initial {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.25rem;
	letter-spacing: 0.0625rem;
	margin-inline-start: -0.0625rem;
}

.stories__slide-text {
	background: #023E78;
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.9375rem;
	height: 12.75rem;
	letter-spacing: 0.01875rem;
	line-height: 200%; /* 30px */
	margin-block-start: 1.25rem;
	padding: 0.8125rem 1rem 0.75rem;
}

.stories__slide-controls {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 4rem auto 0rem;
	max-width: 77.5rem;
	padding-inline-end: 0.125rem;
	width: 100%;
}

.stories__button-nav {
	align-items: center;
	display: flex;
	justify-content: center;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
}

.swiper,
.swiper-container {
	overflow: visible !important;
}

/* =============================
  ナビゲーションボタン
============================= */

/* デフォルトのボタンを初期化 */

.swiper-button-prev::after,
.swiper-button-next::after {
	content: ""; /* デフォルトのものを初期化 */
}

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

.stories__button-nav .swiper-button-prev,
.stories__button-nav .swiper-button-next {
	align-items: center;
	border: 0.125rem solid #0961B6;
	border-radius: 3.125rem;
	color: #0961B6;
	display: flex;
	height: 5rem;
	justify-content: center;
	left: auto;
	margin-block-start: 0rem;
	overflow: hidden;
	position: relative;
	right: auto;
	transition: color 0.3s ease, border 0.3s ease;
	width: 5rem;
}

.stories__button-nav .swiper-button-prev::before,
.stories__button-nav .swiper-button-next::before {
	border-bottom: 7.1875rem solid #0961B6;
	border-right: 11.25rem solid transparent;
	bottom: -0.0625rem;
	content: "";
	left: 0;
	position: absolute;
	right: -40%;
	transform: translateX(-100%);
	transition: transform 0.3s ease-out;
}

.stories__button-nav .swiper-button-prev svg,
.stories__button-nav .swiper-button-next svg {
	height: 2rem;
	position: relative;
	width: 2rem;
}

.stories__button-nav .swiper-button-prev svg path,
.stories__button-nav .swiper-button-next svg path {
	transition: stroke 0.3s ease;
}

/* =============================
  スクロールバー
============================= */

/* コンテナ（長さ・高さ・色） */

.swiper-horizontal > .swiper-scrollbar,
.stories__slide-controls .swiper-scrollbar {
	background: #C4CCD7;
	border-radius: 0;
	flex: 1;
	height: 0.5rem;
	margin-block-start: 0.1875rem;
	max-width: 61rem;
	position: static;
}

/* ドラッグ部分の色・角丸 */

.swiper-scrollbar-drag {
	background: #0961B6;
	border-radius: 0;
	height: 0.5rem;
}

/*===================================================================
# Culture
===================================================================*/

.culture {
	background-color: #F2F4F6;
	overflow-x: hidden;
	padding-block: 7.5rem;
}

.culture__title-jp {
	margin-block-start: 0;
}

.culture__list { /* Figma「フロスト 20」 → blur(20px) */
	backdrop-filter: blur(1.25rem) brightness(1) saturate(160%);
	background: rgba(255, 255, 255, 0.2);
	border-radius: 0.75rem;
	padding-inline: 2.5rem;
	-webkit-backdrop-filter: blur(1.25rem) brightness(1) saturate(160%); /* ガラスの光源（ライト角度 -45°、明るさ 80%）の代替 */
	background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0) 60%);
	border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.05);
	border-left: 0.0625rem solid rgba(255, 255, 255, 0.15);
	border-right: 0.0625rem solid rgba(255, 255, 255, 0.15); /* 薄い白のボーダーを追加してガラスの厚みを表現 */
	border-top: 0.0625rem solid rgba(255, 255, 255, 0.3); /* 奥行き・散布度の雰囲気再現 */
	box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.05), inset 0 0.0625rem 0.0625rem rgba(255, 255, 255, 0.3); /* 散布度（淡いハイライト） */
	position: relative;
	z-index: 1;
}

.culture__list--upper {
	margin-block-start: 4rem;
}

.culture__list--lower {
	margin-block-start: 1.25rem;
}

.culture__item {
	align-items: center;
	display: flex;
	justify-content: center;
	padding-block: 1.625rem;
}

.culture__item + .culture__item {
	border-top: 0.125rem solid #C4CCD7;
}

.culture__item-icon {
	height: 3.992625rem;
	width: 3.992625rem;
}

.culture__item-title {
	margin-inline: 2.5rem 2rem;
	max-width: 24.6875rem;
	width: 100%;
}

.culture__item-title-jp {
	color: #023E78;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 160%; /* 38.4px */
	margin-block-start: -0.1875rem;
}

.culture__item-title-en {
	color: #023E78;
	font-size: 0.875rem;
	font-style: italic;
	letter-spacing: 0.02625rem;
	line-height: 160%; /* 22.4px */
	margin-block-start: 0.6875rem;
	text-transform: uppercase;
}

.culture__item-text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	max-width: 35.0625rem;
}

.culture__img-container {
	display: block;
	height: 23.75rem;
	margin-block: 7.5rem 7.625rem;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 2;
}

.culture__img {
	height: auto;
	inset: 0 auto auto 0;
	position: absolute;
	transform: translateY(0);
	width: 100%;
	will-change: transform;
}

.culture__lower-title {
	display: flex;
	-moz-column-gap: 0.75rem;
	align-items: center;
	column-gap: 0.75rem;
}

.culture__lower-title img {
	height: 1.8318125rem;
	width: 1.8318125rem;
}

.culture__lower-title span {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 160%; /* 38.4px */
}

.culture__bg-wrapper {
	position: relative;
}

.culture__bg {
	height: 54.875rem;
	position: absolute;
	right: -2.75rem;
	top: 0;
	width: 50.625rem;
	z-index: 1;
}

/*===================================================================
# FAQ
===================================================================*/

.faq {
	background-color: #E4EAF1;
	padding-block: 7.5rem;
	position: relative;
}

.faq__inner {
	display: flex;
	-moz-column-gap: 14.8125rem;
	column-gap: 14.8125rem;
}

.faq__items {
	display: flex;
	flex-direction: column;
	row-gap: 1.4375rem;
	width: 55rem;
}

.faq__item {
	background-color: #F2F4F6;
	border-radius: 0.25rem;
	height: auto;
	padding: 0.5rem 1.25rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.faq__summary {
	align-items: center;
	display: flex;
	list-style: none; /* デフォルトの三角マークを非表示 */
	padding: 1.3125rem 6rem 0.8125rem 1.8125rem;
	position: relative;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
}

.faq__summary-icon {
	align-items: center;
	background: rgba(255, 244, 0, 0.4);
	border-radius: 5.625rem;
	color: #023E78;
	display: flex;
	font-size: 1.75rem;
	font-style: italic;
	height: 2.25rem;
	justify-content: center;
	line-height: 140%; /* 39.2px */
	width: 2.4375rem;
}

.faq__summary-text {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 160%; /* 32px */
}

.faq__summary svg {
	height: 2rem;
	position: absolute;
	right: 2rem;
	top: 1.25rem;
	transform: rotate(180deg); /* 閉：180° */
	transform-origin: 50% 50%;
	transition: transform 0.32s ease;
	width: 2rem;
}

.faq__content {
	border-top: 0.125rem solid #C4CCD7;
	display: grid;
	grid-template-rows: 0fr;
	opacity: 0;
	overflow: hidden;
	transition: grid-template-rows 0.32s ease, opacity 0.2s ease;
}

.faq__content-inner {
	min-height: 0;
}

.faq__answer {
	font-weight: 700;
	line-height: 200%; /* 32px */
	padding: 1.0625rem 2rem 0.9375rem;
}

.faq__bg {
	aspect-ratio: 725/786;
	bottom: -2.75rem;
	height: 49.125rem;
	left: -8.8125rem;
	position: absolute;
	width: 45.3125rem;
	z-index: 0;
}

.faq__item.is-opened .faq__content {
	grid-template-rows: 1fr; /* 開：自然な高さへ */
	opacity: 1;
}

.faq__item.is-opened .faq__summary svg {
	transform: rotate(0deg); /* 開：0° */
}

/*===================================================================
# Cta
===================================================================*/

.cta {
	background-color: #E4EAF1;
	padding-block: 2rem;
}

.cta__container {
	border-radius: 0.5rem;
	margin-inline: auto;
	max-width: 86rem;
	overflow: hidden;
	perspective: 125rem; /* 3D効果のためにperspectiveを設定 */
	position: relative;
}

.cta__container-inner {
	background: linear-gradient(270deg, #0291D9 0%, #023E78 100%);
	border-radius: inherit;
	margin-inline: auto;
	padding-block: 7.09375rem;
	width: 99.5%;
}

.cta__message-en {
	color: #fff;
	font-size: 3.5rem;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.105rem;
	line-height: 150%; /* 84px */
	text-align: center;
	text-transform: uppercase;
}

.cta__message-jp {
	color: #fff;
	line-height: 170%; /* 27.2px */
	margin-block-start: 2.3125rem;
	text-align: center;
}

.cta__link-wrapper {
	display: flex;
	justify-content: center;
}

.cta__link {
	align-items: center;
	display: flex;
	height: 4.25rem;
	width: 14.6875rem;
	-moz-column-gap: 2.5rem;
	border: 0.0625rem solid #FFF;
	border-radius: 2.75rem;
	column-gap: 2.5rem;
	margin-block-start: 3.4375rem;
	overflow: hidden;
	padding-inline: 4rem 2.5rem;
	position: relative;
}

.cta__link::before {
	border-bottom: 4.375rem solid #023E78;
	border-right: 14.6875rem solid transparent;
	bottom: -0.0625rem;
	content: "";
	left: -0.0625rem;
	position: absolute;
	right: -14.6875rem;
	transform: translateX(-100%);
	transition: transform 0.3s ease-out;
	z-index: 1;
}

.cta__link span {
	font-size: 1.5rem;
	letter-spacing: 0.075rem;
	line-height: 150%; /* 36px */
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.cta__link svg {
	position: relative;
	z-index: 2;
}

.cta__img-wrapper {
	bottom: 0;
	position: absolute;
	top: 0;
	transform-style: preserve-3d;
	width: 50%;
}

.cta__img-wrapper--man {
	left: 0;
}

.cta__img-wrapper--woman {
	right: 0;
}

.cta__img {
	filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.2));
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
	transition: transform 1s ease-in-out; /* アニメーションの時間とイージング */
}

.cta__img--man {
	transform-origin: left center; /* 左側を回転軸に設定 */
}

.cta__img--woman {
	transform-origin: right center; /* 右側を回転軸に設定 */
}

.cta.is-inview .cta__img-wrapper {
	pointer-events: none;
}

.cta.is-inview .cta__img-wrapper--man .cta__img--man {
	transform: rotateY(62deg);
}

.cta.is-inview .cta__img-wrapper--woman .cta__img--woman {
	transform: rotateY(-62deg);
}

/*===================================================================
# ブレークポイントによる表示 / 非表示
===================================================================*/

.show__sp {
	display: none; /* spのみ表示 */
}

.show__sp--if { /* inline-flex */
}

.show__tab {
	display: none; /* tabのみ表示 */
}

.show__tab-pc {
	display: block; /* tab～pc間で表示 */
}

.show__tab-pc--inline {
	display: inline-block;
}

.show__tab-pc--inline-fl {
	display: inline-flex;
}

.show__medium-pc {
	display: block; /* medium～pc間で表示 */
}

.show__sp-medium {
	display: none; /* sp～medium間で表示 */
}

@media (any-hover: hover) {

.header__list li a:hover::after {
	transform: scaleX(1);
}

.header__btn:hover::before {
	transform: translateX(0);
}

.footer__item a:hover::after {
	transform: scaleX(1);
}

.footer__sns-item:hover {
	opacity: 0.7;
}

.business__tab-item:hover {
	border: 0.0625rem solid #fff;
	color: #fff;
}

.business__tab-item:hover::before {
	transform: translateX(0);
}

.business__card-btn:hover {
	color: #023E78;
}

.business__card-btn:hover::before {
	transform: translateX(0);
}

.business__modal-close-container:hover {
	opacity: 0.7;
}

.business__modal-entry-btn:hover {
	color: #023E78;
}

.business__modal-entry-btn:hover::before {
	transform: translateX(0);
}

.stories__swiper-slide:hover {
	cursor: pointer;
}

.stories__button-nav .swiper-button-prev:hover,
.stories__button-nav .swiper-button-next:hover {
	border: 0.125rem solid #fff;
	color: #fff;
}

.stories__button-nav .swiper-button-prev:hover::before,
.stories__button-nav .swiper-button-next:hover::before {
	transform: translateX(0);
}

.faq__summary:hover {
	cursor: pointer;
}

.cta__link:hover::before {
	transform: translateX(0);
}

}

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

html {
	font-size: calc(16 / 1440 * 100vw);
}

}

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

.show__tab {
	display: block;
}

.show__medium-pc {
	display: none;
}

.show__sp-medium {
	display: block;
}

}

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

.show__sp-medium {
	display: block;
}

}

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

.message__img {
	width: clamp(40rem, 44vw, 56.25rem); /*
      - 最小640px
      - 真ん中は44vwくらい（比率で調整）
      - 最大900pxなど（広げ過ぎ防止）
    */
}

}

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

.header {
	height: 72px;
}

.header__inner {
	grid-template-columns: 175px 1fr;
	max-width: 500px;
	padding-inline: 16px;
}

.header__nav {
	display: none;
}

.footer {
	padding-block: 50px 42px;
}

.footer__inner {
	flex-direction: column;
	max-width: 500px;
	padding-inline: 20px;
}

.footer__left,
.footer__right {
	display: contents;
}

.footer__logo {
	order: 1;
	width: 280.5px;
}

.footer__company-info {
	line-height: 160%; /* 25.6px */
	margin-block: 34px 33px;
	order: 2;
}

.footer__copyright {
	font-size: 12px;
	order: 5;
}

.footer__list {
	grid-template-columns: 1fr;
	order: 3;
	padding: 16px;
	position: relative;
	z-index: 1;
}

.footer__item {
	padding-block: 8px;
}

.footer__item a {
	font-size: 18px;
}

.footer__item:nth-child(1),
.footer__item:nth-child(2),
.footer__item:nth-child(3),
.footer__item:nth-child(4),
.footer__item:nth-child(5),
.footer__item:nth-child(6) {
	grid-column: auto;
	order: 0;
}

.footer__sns-list {
	margin-block: 29px 32px;
	order: 4;
	-moz-column-gap: 36px;
	column-gap: 36px;
}

.footer__sns-item:nth-child(1) {
	height: 41px;
	padding: 5px 3px 2px;
	width: 40px;
}

.footer__sns-item:nth-child(1) img {
	height: 33px;
	width: 35px;
}

.footer__sns-item:nth-child(2) {
	height: 40px;
	padding: 6px 3px 2px 2px;
	width: 40px;
}

.footer__sns-item:nth-child(2) img {
	height: 32px;
	width: 35px;
}

.footer__sns-item:nth-child(3) {
	height: 40px;
	width: 45px;
}

.footer__sns-item:nth-child(4) {
	height: 40px;
	padding: 3px 2px 2px 2px;
	width: 40px;
}

.footer__sns-item:nth-child(4) img {
	height: 32px;
	width: 35px;
}

.footer__bg {
	aspect-ratio: 67/90;
	bottom: -222px;
	height: 450px;
	right: -80px;
	width: 335px;
}

.drawer__icon {
	display: flex;
}

.inner {
	padding-inline: 24px;
}

.inner--sp-20 {
	padding-inline: 20px;
}

.section__title-en {
	font-size: 32px;
	letter-spacing: 0.96px;
}

.section__title-jp {
	font-size: 15px;
	letter-spacing: 1.5px;
}

.mv {
	padding-block: 112px 76px;
}

.mv__inner.is-loaded .mv__splide {
	transition-delay: 1.3s;
}

.mv__splide {
	transform: translate(30px, 30px);
}

.mv__splide-double {
	row-gap: 12px;
}

.mv__slide-img {
	height: 520px;
	width: 149.71428px;
}

.mv__slide-img--short {
	height: 254px;
	width: 149.71428px;
}

.mv__slide-img--wide {
	height: 520px;
	width: 311.42856px;
}

.mv__texts {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	margin-block-start: 390px;
	max-width: 500px;
	padding-inline-start: 20px;
	row-gap: 10px;
}

.mv__text {
	font-size: 32px;
	height: 50px;
	letter-spacing: 0.64px;
	-webkit-backdrop-filter: blur(40px);
	backdrop-filter: blur(40px);
	padding-inline: 16px;
	transform: translateY(30px);
}

.mv__text + .mv__text {
	margin-block-start: 0;
}

.message {
	background-image: linear-gradient(270deg, #0291D9 0%, #023E78 100%);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-block: 103px 164px;
}

.message__inner {
	padding-inline: 24px;
}

.message__content {
	flex-direction: column;
	row-gap: 64px;
}

.message__texts {
	margin-inline: auto;
	max-width: 500px;
}

.message__text {
	font-size: 15px;
	line-height: 220%;
	text-shadow: 0 0 64px rgba(0, 0, 0, 0.25);
}

.message__text + .message__text {
	margin-block-start: 48px;
}

.message__img img {
	border-radius: 4px 0 0 4px;
}

.message__img {
	margin-inline: auto -24px;
	width: clamp(331px, 207.8965517241px + 31.5649867374vw, 450px);
}

.message__bg {
	display: block;
	width: clamp(353px, 252.6551724138px + 25.7294429708vw, 450px);
}

.business__inner {
	padding-inline-start: 20px;
}

.business__inner--head {
	max-width: 500px;
}

.business__tab-list {
	display: grid;
	gap: 16px 8px;
	grid-template-columns: repeat(2, 1fr);
	margin-block: 39px 41px;
}

.business__tab-item {
	border: 2px solid #0961B6;
	border-radius: 4px;
	max-width: none;
	padding: 6px;
}

.business__tab-item.is-active {
	border: 2px solid #fff;
}

.business__tab-title-en {
	font-size: 8px;
}

.business__tab-title-jp {
	font-size: 13px;
	margin-block-start: 4px;
}

.business__tab-title-num {
	display: block;
	font-size: 14px;
}

.business__list {
	-moz-column-gap: 16px;
	align-items: flex-start;
	column-gap: 16px;
}

.business__card {
	border-radius: 4px;
	flex: 0 0 312px;
	padding: 12px;
}

.business__card-title-en {
	font-size: 12px;
	letter-spacing: 0.36px;
}

.business__card-title-jp {
	font-size: 18px;
	margin-block-start: 6px;
}

.business__card-title-num {
	font-size: 20px;
	letter-spacing: 0.6px;
	margin-inline-end: 12px;
}

.business__card-img {
	margin-block: 12px 15px;
}

.business__card-info + .business__card-info {
	margin-block-start: 24px;
}

.business__card-info-title {
	font-size: 15px;
}

.business__card-info-list {
	margin-block-start: 6px;
}

.business__card-info-item {
	font-size: 14px;
	line-height: 1.7;
	margin-inline-start: 1.5em;
}

.business__card-btn {
	border: 1px solid #023E78;
	border-radius: 4px;
	margin-block-start: 23px;
	padding: 18.5px 20px;
}

.business__card-btn span {
	padding-block-start: 3px;
}

.business__modal {
	border: 1px solid #023E78;
	border-radius: 12px;
	max-height: calc(100vh - 36px);
	max-width: 480px;
	overflow-y: auto;
	padding: 64px 16px 16px;
	top: 18px;
	translate: -50% 0;
	width: calc(100% - 20px);
	-webkit-overflow-scrolling: touch; /* スクロール時に背景が動かないようにする設定 */
}

.business__modal.is-active {
	translate: -50% 0;
}

.business__modal-close-container {
	align-items: flex-start;
	flex-direction: row-reverse;
	-moz-column-gap: 18px;
	column-gap: 18px;
	right: 16px;
	top: 16px;
}

.business__modal-close-btn {
	border-radius: 2px;
	height: 36px;
	width: 36px;
}

.business__modal-close-btn svg {
	height: 21.333px;
	width: 21.333px;
}

.business__modal-close-text {
	font-size: 12px;
}

.business__modal-title-en {
	font-size: 14px;
}

.business__modal-title-jp {
	-moz-column-gap: 12px;
	column-gap: 12px;
}

.business__modal-title-num {
	font-size: 18px;
}

.business__modal-title-text {
	font-size: 20px;
}

.business__modal-detail {
	margin-block-start: 7px;
}

.business__modal-detail-row {
	border-bottom: 1px solid #C4CCD7;
	display: block;
	padding-block: 12px;
}

.business__modal-detail-term {
	font-size: 15px;
}

.business__modal-detail-desc {
	font-size: 15px;
	margin-block-start: 10px;
	margin-inline-start: 1.5em;
}

.business__modal-entry-btn {
	border: 1px solid #023E78;
	border-radius: 4px;
	height: 69px;
	margin-block-start: 12px;
	padding-inline: 40px;
	-moz-column-gap: 36px;
	column-gap: 36px;
}

.business__modal-entry-btn span {
	font-size: 20px;
	padding-block-start: 3px;
}

.business__modal-entry-btn svg {
	height: 22px;
	width: 12px;
}

.challenge {
	padding-block: 120px 80px;
}

.challenge__inner {
	margin-inline: auto;
	max-width: 500px;
}

.challenge__title-jp {
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-block-start: 0;
}

.challenge__list {
	flex-direction: column;
	margin-block-start: 39px;
	row-gap: 24px;
}

.challenge__item {
	border-radius: 4px;
	width: 100%;
}

.challenge__item:nth-child(odd) {
	transform: translateY(0);
}

.challenge__item:nth-child(1) {
	border-bottom: 12px solid #37A4DB;
}

.challenge__item:nth-child(1) .challenge__item-img {
	margin-block-start: 26px;
}

.challenge__item:nth-child(2) {
	border-bottom: 12px solid #2766AE;
}

.challenge__item:nth-child(2) .challenge__item-img {
	margin-block-start: 27px;
}

.challenge__item:nth-child(3) {
	border-bottom: 12px solid #025178;
}

.challenge__item:nth-child(3) .challenge__item-img {
	margin-block-start: 27px;
}

.challenge__item:nth-child(4) {
	border-bottom: 12px solid #023E78;
}

.challenge__item:nth-child(4) .challenge__item-img {
	margin-block-start: 25px;
}

.challenge__item-head {
	border-radius: 0 0 4px 0;
	padding: 11px 28px 10px;
}

.challenge__item-stage {
	font-size: 15px;
	letter-spacing: 0.45px;
}

.challenge__item-number {
	font-size: 20px;
	margin-inline-start: 3px;
}

.challenge__item-title {
	font-size: 18px;
	margin-block-start: 6px;
}

.challenge__item-body {
	padding: 31px 24px 16px;
}

.challenge__item-text {
	font-size: 15px;
	line-height: 173%;
}

.challenge__item-img {
	border-radius: 4px;
}

.challenge__bg {
	height: 187px;
	left: 83px;
	top: 51px;
	width: 531px;
}

.stories {
	padding-block: 81px 80px;
}

.stories__inner {
	margin-inline: auto;
	max-width: 500px;
}

.stories__bg {
	aspect-ratio: 305/162.1;
	height: auto;
	left: -2px;
	top: -74px;
	width: clamp(305px, 206.724137931px + 25.198938992vw, 400px);
}

.stories__swiper-container {
	margin-block-start: 64px;
}

.stories__swiper-slide {
	width: 312px;
}

.stories__slide-num {
	height: 44px;
	right: 8px;
	top: -24px;
	width: 59.5px;
}

.stories__slide-img img {
	border-radius: 4px;
	box-shadow: 0 5px 15px 0 rgba(26, 150, 239, 0.15);
}

.stories__slide-department {
	font-size: 20px;
	height: 38px;
	letter-spacing: 1px;
	padding-block-start: 5px;
	padding-inline: 16px;
}

.stories__slide-name {
	height: 38px;
	margin-block-start: 10px;
	padding-inline: 11px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.stories__slide-year {
	letter-spacing: 0.8px;
}

.stories__slide-initial {
	font-size: 20px;
	letter-spacing: 1px;
	padding-block-end: 3px;
}

.stories__slide-text {
	font-size: 15px;
	height: 234px;
	letter-spacing: 0.3px;
	margin-block-start: 20px;
	padding: 13px 16px 11px;
}

.stories__slide-controls {
	align-items: flex-end;
	flex-direction: column;
	margin-block-start: 65px;
	padding-inline: 20px;
	row-gap: 39px;
}

.stories__button-nav {
	-moz-column-gap: 24px;
	column-gap: 24px;
	margin-inline-end: 1px;
}

.stories__button-nav .swiper-button-prev,
.stories__button-nav .swiper-button-next {
	border: 1px solid #0961B6;
	height: 40px;
	width: 40px;
}

.stories__button-nav .swiper-button-prev svg,
.stories__button-nav .swiper-button-next svg {
	height: 16px;
	width: 16px;
}

.swiper-horizontal > .swiper-scrollbar,
.stories__slide-controls .swiper-scrollbar {
	height: 8px;
	width: 100%;
}

.swiper-scrollbar-drag {
	height: 8px;
}

.culture {
	padding-block: 81px;
}

.culture__inner {
	max-width: 500px;
}

.culture__title-jp {
	margin-block-start: 1px;
}

.culture__list {
	backdrop-filter: blur(10px) brightness(1) saturate(160%);
	border-radius: 12px;
	padding-inline: 15px;
	-webkit-backdrop-filter: blur(10px) brightness(1) saturate(160%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	border-left: 1px solid rgba(255, 255, 255, 0.15);
	border-right: 1px solid rgba(255, 255, 255, 0.15);
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05), inset 0 1px 1px rgba(255, 255, 255, 0.3); /* 散布度（淡いハイライト） */
}

.culture__list--upper {
	margin-block-start: 38px;
}

.culture__list--lower {
	margin-block-start: 18px;
}

.culture__item {
	padding-block: 28px 25px;
}

.culture__item + .culture__item {
	border-top: 2px solid #C4CCD7;
}

.culture__item {
	flex-direction: column;
}

.culture__item-icon {
	height: 63.882px;
	width: 63.882px;
}

.culture__item-title {
	margin: 42px auto 0;
	text-align: center;
}

.culture__item-title-jp {
	font-size: 18px;
}

.culture__item-title-en {
	font-size: 13px;
	letter-spacing: 0.39px;
	margin-block-start: 3px;
}

.culture__item-text {
	font-size: 15px;
	line-height: 173%;
	margin-block-start: 33px;
}

.culture__img-container {
	height: 380px;
	margin-block: 81px 84px;
}

.culture__lower-title {
	-moz-column-gap: 12px;
	column-gap: 12px;
}

.culture__lower-title img {
	height: 20px;
	width: 20px;
}

.culture__lower-title span {
	font-size: 20px;
}

.culture__bg {
	bottom: -255px;
	height: 313px;
	right: -69px;
	top: auto;
	width: 289px;
}

.faq {
	padding-block: 101px 102px;
}

.faq__inner {
	flex-direction: column;
	max-width: 500px;
}

.faq__items {
	margin-block-start: 38px;
	row-gap: 21px;
	width: 100%;
}

.faq__item {
	border-radius: 4px;
	padding: 8px 12px;
}

.faq__summary {
	padding: 11px 0 7px;
	-moz-column-gap: 8px;
	column-gap: 8px;
}

.faq__summary-icon {
	border-radius: 90px;
	font-size: 22px;
	height: 28px;
	line-height: 28px; /* 127.273% */
	width: 28px;
}

.faq__summary-text {
	font-size: 15px;
	line-height: 150%;
	max-width: 246px;
}

.faq__summary svg {
	height: 32px;
	right: 0;
	top: 50%;
	translate: 0 -50%;
	width: 32px;
}

.faq__content {
	border-top: 2px solid #C4CCD7;
}

.faq__answer {
	font-size: 15px;
	padding: 9px 0 5px;
}

.faq__bg {
	aspect-ratio: 317/343;
	bottom: -135px;
	height: auto;
	left: -41px;
	width: 317px;
}

.cta {
	padding: 12px;
	position: relative;
}

.cta__container {
	max-width: 500px;
}

.cta__container-inner {
	padding-block: 57px 56px;
}

.cta__message-en {
	font-size: 32px;
	letter-spacing: 1.6px;
}

.cta__message-jp {
	font-size: 14px;
	margin-block-start: 26px;
	padding-inline: 8px;
}

.cta__link {
	height: 59px;
	justify-content: space-between;
	width: 215px;
	-moz-column-gap: 0;
	column-gap: 0;
	margin-block-start: 38px;
	padding-inline: 64px 40px;
}

.cta__link span {
	font-size: 18px;
	letter-spacing: 0.9px;
	padding-block-start: 2px;
}

.cta__img-wrapper {
	display: none;
}

.show__sp {
	display: block;
}

.show__sp--if {
	display: inline-flex;
}

.show__tab-pc--inline {
	display: none;
}

.show__tab-pc--inline-fl {
	display: none;
}

.show__tab-pc {
	display: none;
}

.show__medium-pc {
	display: none;
}

}

