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

html {
	scroll-behavior: smooth;
}

/* アクセシビリティ - キーボード操作時のフォーカス表示 */

*:focus {
	outline-color: #023E78;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
	border-style: solid;
	border-width: 0;
	box-sizing: border-box;
	min-width: 0;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Lists (definition) */

/* ============================================ */

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	border-top-width: 1px;
	box-sizing: content-box; /* 1 */
	clear: both;
	color: inherit;
	height: 0; /* 1 */
	margin: 0;
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	color: inherit;
	display: inline-block; /* 追加設定 */
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* span要素の設定 */

span {
	display: inline-block; /* 追加設定 */
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* 画像の設定 - 追加設定を適用 */

img {
	height: auto; /* 追加設定 */
	vertical-align: bottom;
	width: 100%; /* 追加設定 */
	-o-object-fit: cover;
	object-fit: cover; /* 追加設定 */
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none; /* 1 */
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border-radius: 0;
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
	text-transform: inherit; /* 2 */
	vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */

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

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
	cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
	margin: 0;
	min-width: 0;
	padding: 0;
}

legend {
	padding: 0;
}

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

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type=search] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */

[type=number] {
	-moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
	cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
	outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
	border-collapse: collapse;
	border-color: inherit; /* 1 */
}

caption {
	text-align: left;
}

td,
th {
	padding: 0;
	vertical-align: top;
}

th {
	font-weight: bold;
	text-align: left;
}

.l-wrapper {
	overflow: hidden;
}

/* ================================
* 汎用ボタンコンポーネント
* ================================ */

.c-button {
	align-items: center;
	border: 1px solid #fff;
	border-radius: 44px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 16px;
	justify-content: center;
	letter-spacing: 0.05em;
	position: relative;
	text-decoration: none;
	transition: all 0.3s ease;
}

.c-gnav-button {
	background-color: transparent;
	background-image: linear-gradient(45deg, #023E78 50%, transparent 50%);
	background-position: 100%;
	background-size: 300%;
	font-family: "Jost", sans-serif;
	justify-content: flex-start;
	line-height: 1.4;
	padding: 10px 24px;
	position: relative;
	width: 100%;
}

.c-gnav-button::after {
	background-color: #FFF400;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 6px;
	position: absolute;
	right: 22px;
	width: 6px;
}

.c-gnav-button:hover {
	background-position: 0;
	color: #fff;
}

.c-gnav-button:hover::after {
	background-color: #FFF400;
}

.c-cta-button {
	background-color: transparent;
	background-image: linear-gradient(45deg, #023E78 50%, transparent 50%);
	background-position: 100%;
	background-size: 300%;
	font-family: "Jost", sans-serif;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 16px 90px 16px 64px;
	position: relative;
	width: 215px;
}

.c-cta-button::after {
	background-color: #FFF400;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 12px;
	position: absolute;
	right: 40px;
	width: 12px;
}

.c-cta-button:hover {
	background-position: 0;
	color: #fff;
}

.c-cta-button:hover::after {
	background-color: #FFF400;
}

.c-heading__en {
	color: #fff;
	font-family: "Jost", sans-serif;
	font-size: clamp(30px, 20.8571428571px + 2.8571428571vw, 32px);
	font-style: italic;
	letter-spacing: 0.03em;
	line-height: 1.6;
}

.c-heading__en--gradient-blue-vivid {
	background: linear-gradient(to left, #0A9AE5 0%, #023E78 100%);
	-webkit-background-clip: text;
	background-clip: text; /* 一部ブラウザでは必要 */
	color: transparent;
	display: inline-block;
}

.c-heading__ja {
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.8;
}

.c-heading__ja--color-main {
	color: #404559;
}

.p-header {
	background: linear-gradient(to left, #0291D9 0%, #023E78 100%);
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 51;
}

.p-header__inner {
	align-items: center;
	display: flex;
	height: 72px;
	justify-content: space-between;
	padding-left: 16px;
	padding-right: 20px;
}

.p-header__logo img {
	width: 175px;
}

.p-header__nav {
	display: none;
}

.p-header__link {
	color: #fff;
	position: relative;
	transition: color 0.3s;
}

.p-header__link::before {
	background: #fff;
	bottom: -0.15em;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: width 0.5s ease;
	width: 0;
}

.p-header__link:hover::before {
	width: 100%;
}

.p-header__open {
	line-height: 0;
}

.p-header-icon {
	height: 12px;
	position: relative;
	width: 40px;
	z-index: 50;
}

.p-header-icon::after {
	content: "";
	height: 72px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-header-icon.is-checked .p-header-icon__bar:nth-of-type(1) {
	top: 4px;
	transform: rotate(20deg);
}

.p-header-icon.is-checked .p-header-icon__bar:nth-of-type(2) {
	top: 4px;
	transform: rotate(-20deg);
}

.p-header-icon__bar {
	background: #fff;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 0;
	transition: transform 0.3s linear, top 0.3s linear;
	width: 40px;
}

.p-header-icon__bar:nth-of-type(2) {
	top: 8px;
}

.p-drawer {
	background: linear-gradient(to left, #0291D9 0%, #023E78 100%);
	display: block;
	height: 100dvh;
	padding: 91px 28px 40px;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: transform 0.3s linear;
	width: 100%;
	z-index: 50;
}

.p-drawer.is-checked {
	transform: translateX(0);
}

.p-drawer__menu {
	margin: auto;
	max-width: 390px;
	width: 100%;
}

.p-drawer__item {
	border-bottom: 1px solid #fff;
	position: relative;
}

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

.p-drawer__link {
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 1.4;
	padding-bottom: 16px;
	padding-top: 16px;
}

.p-drawer__button {
	margin-top: 30px;
}

.p-mv {
	background: linear-gradient(to left, #0291D9 0%, #023E78 100%);
	overflow: hidden;
	padding-bottom: 40px;
	padding-top: 113px;
}

.p-mv-scroll {
	position: relative;
}

.p-mv-scroll__head {
	bottom: -40px;
	left: 20px;
	position: absolute;
}

.p-mv-scroll__item {
	--images-width: 0px;
	animation: infinity-scroll-left 30s linear both infinite;
	display: flex;
	gap: 12px;
	width: -moz-fit-content;
	width: fit-content;
}

.p-mv-scroll__title {
	color: #023E78;
	font-family: "Jost", sans-serif;
	font-size: clamp(26px, -1.4285714286px + 8.5714285714vw, 32px);
	font-style: italic;
	letter-spacing: 0.7px;
	line-height: 1.2;
}

.p-mv-scroll__title-line {
	display: block;
	margin-bottom: 10px;
}

.p-mv-scroll__title-line:last-child {
	margin-bottom: 0;
}

.p-mv-scroll__title-box {
	background: rgba(255, 255, 255, 0.7);
	display: inline-block;
	padding: 6px 16px;
}

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

.p-mv-scroll__images img {
	display: block;
	height: 100%;
}

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

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

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

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

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

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

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

.p-message {
	background: linear-gradient(to left, #0291D9 0%, #023E78 100%);
	padding-bottom: 164px;
	padding-top: 135px;
	position: relative;
}

.p-message::before,
.p-message::after {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	width: 100%;
}

.p-message__inner {
	height: inherit;
	margin: 0 auto;
	max-width: 1488px;
	padding-left: 24px;
	padding-right: 24px;
	width: 100%;
}

.p-message__wrapper {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
	z-index: 1;
}

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

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

.p-message__line {
	display: inline-block;
	line-height: 2.2;
	position: relative;
}

.p-message__cover {
	--delay: 1s;
	animation: text-flow 0.8s cubic-bezier(0.19, 1, 0.22, 1) var(--delay) both;
	color: #fff;
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 2;
}

.p-message__base {
	color: #023E78;
	display: block;
	position: relative;
}

.p-message__image {
	margin-right: -24px;
	margin-top: 64px;
	padding-left: 35px;
	width: calc(100% + 24px);
}

.p-message__text-sp {
	display: inline;
}

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

/* SP（スマホ）では1行だけ表示 */

.p-sp {
	display: inline-block;
}

/* PCでは2行を表示 */

.p-pc {
	display: none;
}

.p-message__deco {
	bottom: 31px;
	left: 0;
	position: absolute;
}

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

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

.p-business__tab-slide.swiper-slide-thumb-active {
	background: #023E78;
	border: 1px solid #fff;
	color: #fff;
}

.p-business__tab-menu {
	margin-top: 39px;
}

.swiper-slide-thumb-active {
	background-color: #023E78;
	border: 1px solid #fff;
}

.p-business__tab-slide {
	background-color: #E4EAF1;
	border: 2px solid #0961B6;
	border-radius: 4px;
	color: #023E78;
	cursor: pointer;
	padding: 0px 0px 6px 7px;
}

.p-business__tab-slide:nth-child(3),
.p-business__tab-slide:nth-child(4) {
	margin-top: 14px !important;
}

.p-business__tab-en {
	font-family: "Jost", sans-serif;
	font-size: clamp(7px, 2.4285714286px + 1.4285714286vw, 8px);
	font-style: italic;
	line-height: 1.6;
}

.p-business__tab-line {
	display: flex;
	flex-direction: column;
}

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

.p-business__tab-ja {
	font-size: clamp(10px, -3.7142857143px + 4.2857142857vw, 13px);
	font-weight: 700;
	line-height: 1.6;
}

.p-business__slider {
	margin-left: calc(50% - 50vw);
	margin-top: 39px;
	padding-left: calc(50vw - 50%);
	width: 100vw;
}

.p-business__tab-content-slide {
	background-color: #E4EAF1;
	border-radius: 4px;
	overflow: hidden;
	padding: 12px;
}

.p-business__card-title {
	display: flex;
	flex-direction: row;
	gap: 12px;
	margin-top: 4px;
}

.p-business__card-en {
	color: #023E78;
	font-family: "Jost", sans-serif;
	font-size: 12px;
	font-style: italic;
	letter-spacing: 0.03em;
	line-height: 1.6;
}

.p-business__card-number {
	color: #023E78;
	font-family: "Jost", sans-serif;
	font-size: 20px;
	letter-spacing: 0.03em;
	line-height: 1.6;
}

.p-business__card-ja {
	color: #023E78;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
}

.p-business__card-image {
	margin-top: 12px;
}

.p-business__card-body {
	margin-top: 11px;
}

.p-business__card-section--margin-top {
	margin-top: 24px;
}

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

.p-business__card-list {
	margin-top: 6px;
	position: relative;
}

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

.p-business__card-item::before {
	content: "・";
	left: 0.2em;
	position: absolute;
	top: 0;
}

.p-business__card-footer {
	margin-top: 25px;
}

.p-business__card-button {
	background-color: #023E78;
	border-radius: 4px;
	color: #fff;
	font-size: clamp(14px, 4.8571428571px + 2.8571428571vw, 16px);
	font-weight: 700;
	line-height: 1.4;
	padding: 21px 20px;
	position: relative;
	width: 100%;
}

.p-business__card-button {
	background-image: linear-gradient(45deg, #fff 50%, transparent 50%);
	background-position: 100%;
	background-size: 300%;
	transition: color 0.3s ease, background-position 0.3s ease;
}

.p-business__card-button:hover {
	background-position: 0;
	border: 1px solid #023E78;
	color: #023E78;
}

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

.p-business__card-plus {
	height: 24px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
}

.p-business__card-plus::before,
.p-business__card-plus::after {
	background-color: #fff;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	transition: background-color 0.3s ease;
}

.p-business__card-plus::before {
	height: 14px;
	width: 2px;
}

.p-business__card-plus::after {
	height: 2px;
	width: 14px;
}

.p-business-modal {
	border: 1px solid #023E78;
	border-radius: 12px;
	inset: 0;
	margin: auto;
	max-height: calc(100% - 36px);
	max-width: calc(100% - 20px);
	overflow: auto;
	overscroll-behavior-y: none;
	padding: 0;
	position: fixed;
	z-index: 51;
}

.p-business-modal::backdrop {
	background: rgba(2, 62, 120, 0.5);
}

.p-business-modal__card {
	padding: 16px;
}

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

.p-business-modal__en {
	color: #023E78;
	font-family: "Jost", sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 1.6;
}

.p-business-modal__title {
	display: flex;
	gap: 12px;
	margin-top: 3px;
}

.p-business-modal__number {
	color: #023E78;
	font-family: "Jost", sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: 1.6;
}

.p-business-modal__ja {
	color: #023E78;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
}

.p-business-modal__close-button {
	display: flex;
	flex-direction: row-reverse;
	gap: 12px;
	margin-left: auto;
}

.p-business-modal__close-text {
	color: #023E78;
	font-size: 12px;
}

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

.p-business-modal__dl {
	display: flex;
	flex-wrap: wrap;
	margin-top: 12px;
}

.p-business-modal__dt {
	color: #023E78;
	font-weight: 700;
	line-height: 1.6;
	padding-top: 12px;
	width: 100%;
}

.p-business-modal__dd {
	border-bottom: 1px solid #C4CCD7;
	padding-bottom: 12px;
	padding-top: 11px;
	width: 100%;
}

.p-business-modal__dd-item {
	font-size: 15px;
	padding-left: 22px;
	position: relative;
}

.p-business-modal__dd-item::before {
	content: "・";
	left: 0.2em;
	position: absolute;
	top: 0.1em;
}

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

.p-business-modal__button {
	align-items: center;
	background-color: #023E78;
	background-image: linear-gradient(45deg, #fff 50%, transparent 50%);
	background-position: 100%;
	background-size: 300%;
	border-radius: 4px;
	color: #fff;
	display: flex;
	font-size: 20px;
	font-weight: 700;
	gap: 36px;
	justify-content: center;
	padding: 17px 24px 17px 20px;
	text-align: center;
	transition: color 0.3s ease, background-position 0.3s ease;
	width: 100%;
}

.p-business-modal__button:hover {
	background-position: 0;
	border: 1px solid #023E78;
	color: #023E78;
}

.p-business-modal__button:hover .p-business-modal__arrow::before {
	border-right: 2px solid #023E78;
	border-top: 2px solid #023E78;
}

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

.p-business-modal__arrow::before {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	height: 17px;
	position: absolute;
	right: -6px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: border-top 0.3s ease, border-right 0.3s ease;
	width: 17px;
}

.p-challenge {
	background: linear-gradient(to left, #0291D9 0%, #023E78 100%);
	padding-bottom: 80px;
	padding-top: 121px;
	position: relative;
}

.p-challenge__deco {
	position: absolute;
	right: 0;
	top: 50px;
}

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

.p-challenge__cards {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	margin-top: 40px;
	position: relative;
	z-index: 1;
}

.p-challenge__card {
	background-color: #F4FBFF;
	border-radius: 4px;
}

.p-challenge__card:nth-child(1) {
	background: rgba(244, 251, 255, 0.7);
}

.p-challenge__card:nth-child(2) {
	background: rgba(238, 246, 254, 0.7);
}

.p-challenge__card:nth-child(3) {
	background: rgba(235, 243, 247, 0.7);
}

.p-challenge__card:nth-child(4) {
	background: rgba(233, 242, 250, 0.7);
}

.p-challenge__card-header {
	background-color: #37A4DB;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	color: #fff;
	display: inline-block;
	padding: 10px 28px;
}

.p-challenge__card-header--color2 {
	background-color: #2766AE;
}

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

.p-challenge__card-header--color4 {
	background-color: #023E78;
}

.p-challenge__card-en {
	font-family: "Jost", sans-serif;
	letter-spacing: 0.03em;
	line-height: 1;
}

.p-challenge__card-number {
	font-family: "Jost", sans-serif;
	font-size: 20px;
	font-style: italic;
	letter-spacing: 0.03em;
	line-height: 1;
	padding-left: 3px;
}

.p-challenge__card-ja {
	font-size: clamp(16px, 6.8571428571px + 2.8571428571vw, 18px);
	font-weight: 700;
	line-height: 1.6;
	padding-top: 1px;
}

.p-challenge__card-body {
	border-bottom: 12px solid #37A4DB;
	border-radius: 4px;
	padding: 31px 24px 17px;
}

.p-challenge__card-body--color2 {
	border-bottom: 12px solid #2766AE;
}

.p-challenge__card-body--color3 {
	border-bottom: 12px solid #025178;
}

.p-challenge__card-body--color4 {
	border-bottom: 12px solid #023E78;
}

.p-challenge__card-image {
	margin-top: 29px;
}

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

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

.p-stories::before,
.p-stories::after {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	width: 100%;
}

.p-stories__deco {
	left: 0;
	position: absolute;
	top: 5px;
}

.p-stories__inner {
	padding-inline: 20px;
}

.p-stories__swiper {
	margin-top: 20px;
	overflow: visible;
}

.p-stories__slide {
	margin-top: 42px;
}

.p-stories__card-header {
	position: relative;
}

.p-stories__card-image {
	box-shadow: 0 5px 15px 0 rgba(26, 150, 239, 0.15);
}

.p-stories__card-number {
	position: absolute;
	right: 6px;
	top: -26px;
	width: 61px;
}

.p-stories__card-info {
	position: relative;
}

.p-stories__card-department {
	background: #fff;
	bottom: 74px;
	color: #023E78;
	display: inline-block;
	font-size: clamp(18px, 8.8571428571px + 2.8571428571vw, 20px);
	font-weight: 700;
	left: 0;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 4px 16px;
	position: absolute;
}

.p-stories__card-meta {
	background: #fff;
	bottom: 26px;
	display: inline-block;
	left: 0;
	padding: 4px 11px;
	position: absolute;
}

.p-stories__card-year {
	color: #023E78;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.p-stories__card-name {
	color: #023E78;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding-left: 6px;
}

.p-stories__card-body {
	background-color: #023E78;
	height: 234px;
	margin-top: 20px;
	padding: 12px 16px;
}

.p-stories__card-text {
	color: #fff;
	font-size: clamp(13px, 3.8571428571px + 2.8571428571vw, 15px);
	letter-spacing: 0.02em;
	line-height: 2;
}

.p-stories__controller {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 4.2rem;
}

.p-stories__pagination {
	background: #C4CCD7;
	height: 8px !important;
	position: static;
	width: 100%;
}

.p-stories__pagination .swiper-scrollbar-drag {
	background: #0961B6;
	border-radius: 0;
	height: 8px;
}

.p-stories__controller-box {
	display: flex;
	margin-left: auto;
	margin-top: 62px;
}

.p-stories__prev,
.p-stories__next {
	background-color: transparent;
	background-image: linear-gradient(45deg, #023E78 50%, transparent 50%);
	background-position: 100%;
	background-size: 300%;
	border: 2px solid #0961B6;
	border-radius: 50%;
	height: 40px;
	position: static;
	transition: background-position 0.3s ease, border-color 0.3s ease;
	width: 40px;
}

.p-stories__prev:hover,
.p-stories__next:hover {
	background-position: 0;
	border-color: #fff;
}

.p-stories__prev:hover .p-stories__prev-icon::before,
.p-stories__prev:hover .p-stories__next-icon::before,
.p-stories__next:hover .p-stories__prev-icon::before,
.p-stories__next:hover .p-stories__next-icon::before {
	border-right-color: #fff;
	border-top-color: #fff;
}

.p-stories__prev {
	margin-right: 24px;
}

.p-stories__next {
	margin-right: 2px;
}

.swiper-navigation-icon {
	display: none;
}

.p-stories__prev-icon,
.p-stories__next-icon {
	height: 32px;
	position: relative;
	width: 32px;
}

.p-stories__prev-icon::before,
.p-stories__next-icon::before {
	border-right: 2px solid #0961B6;
	border-top: 2px solid #0961B6;
	content: "";
	height: 8px;
	position: absolute;
	top: 50%;
	transition: border-top-color 0.3s ease, border-right-color 0.3s ease;
	width: 8px;
}

.p-stories__prev-icon::before {
	left: 12px;
	transform: translateY(-50%) rotate(-135deg);
}

.p-stories__next-icon::before {
	left: 10px;
	transform: translateY(-50%) rotate(45deg);
}

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

.p-culture__inner {
	height: inherit;
	margin: 0 auto;
	max-width: 1280px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	width: 100%;
	z-index: 1;
}

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

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

.p-culture__box {
	backdrop-filter: blur(10px);
	background: rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	padding: 0 16px;
}

.p-culture__box:last-child .p-culture__content {
	border-bottom: none;
}

.p-culture__content {
	align-items: center;
	border-bottom: 2px solid #C4CCD7;
	display: flex;
	flex-direction: column;
	padding-bottom: 28px;
	padding-top: 28px;
}

.p-culture__title {
	color: #023E78;
	margin-top: 40px;
	text-align: center;
}

.p-culture__title-ja {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}

.p-culture__title-en {
	font-size: 13px;
	font-style: italic;
	letter-spacing: 0.02em;
	line-height: 1.6;
}

.p-culture__image {
	width: 63px;
}

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

.p-culture__sub-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	padding-left: 31px;
	position: relative;
}

.p-culture__sub-title::before {
	background: url(../img/diagonal.svg) no-repeat center center/contain;
	content: "";
	height: 23px;
	left: 0;
	position: absolute;
	top: 6px;
	width: 20px;
}

.p-culture__photo {
	background-attachment: scroll;
	background-image: url("../img/culture-office-sp.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 380px;
	margin-bottom: 80px;
	margin-top: 81px;
	position: relative;
	z-index: 2;
}

.p-culture__deco {
	position: absolute;
	right: 0;
	top: -78px;
}

.p-qa {
	background: #E4EAF1;
	padding-bottom: 100px;
	padding-top: 101px;
	position: relative;
}

.p-qa__inner {
	height: inherit;
	margin: 0 auto;
	max-width: 1280px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	z-index: 1;
}

.p-cqa__deco-top-right {
	position: absolute;
	right: -22px;
	top: 0;
}

.p-cqa__deco-bottom-left {
	bottom: 0;
	left: 0;
	position: absolute;
}

.p-qa__container {
	display: flex;
	flex-direction: column;
	position: relative;
}

.p-qa__boxes {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 42px;
}

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

.p-qa-box.is-open .p-qa-box__head-arrow::after {
	transform: translateY(-50%) rotate(-180deg);
}

.p-qa-box__head {
	align-items: center;
	display: flex;
	gap: 9px;
	padding: 8px 32px 7px 0;
	position: relative;
	width: 100%;
	width: 100%;
}

.p-qa-box__head-icon {
	background-color: #FFF400;
	border-radius: 90px;
	display: grid;
	font-family: "Jost", sans-serif;
	font-size: 22px;
	height: 28px;
	line-height: 1.4;
	place-items: center;
	width: 28px;
}

.p-qa-box__head-text {
	font-weight: 700;
	line-height: 1.6;
}

.p-qa-box__head-arrow::after {
	background: url(../img/qa-arrow.svg) center center/contain no-repeat;
	content: "";
	height: 32px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.3s;
	width: 32px;
}

.p-qa-box__body {
	border-top: 2px solid #C4CCD7;
	padding: 8px 0;
}

.p-qa-box__body-text {
	color: #023E78;
	font-weight: 700;
	line-height: 2;
}

.p-cta {
	background: #E4EAF1;
	position: relative;
	z-index: 2;
}

.p-cta__container {
	padding: 12px;
}

.p-cta__content {
	background: linear-gradient(to left, #0291D9 0%, #023E78 100%);
	border-radius: 8px;
	overflow: hidden;
	perspective: 2000px;
	perspective-origin: center center;
	transform-style: preserve-3d;
}

.p-cta__center {
	color: #fff;
	margin-inline: auto;
	max-width: 432px;
	padding: 56px 8px;
	text-align: center;
	width: 100%;
}

.p-cta__title {
	font-family: "Jost", sans-serif;
	font-size: 32px;
	font-style: italic;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.p-cta__text {
	font-size: clamp(11px, -2.7142857143px + 4.2857142857vw, 14px);
	margin-top: 24px;
}

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

.p-cta__door {
	display: none;
}

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

.p-cta__door-left img,
.p-cta__door-right img {
	display: block;
	height: 100%;
}

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

.p-cta__door-left img {
	border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
}

.p-cta__door-left.is-active {
	transform: rotateY(60deg);
	width: 48%;
}

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

.p-cta__door-right img {
	border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
}

.p-cta__door-right.is-active {
	transform: rotateY(-60deg);
	width: 48%;
}

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

.p-footer__inner {
	height: inherit;
	margin: 0 auto;
	max-width: 1280px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-footer__deco {
	bottom: -8px;
	position: absolute;
	right: 0;
}

.p-footer__block {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.p-footer__logo {
	display: block;
	transition: opacity 0.3s ease;
	width: 280px;
}

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

.p-footer__address {
	margin-top: 32px;
}

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

.p-footer__link-area {
	margin-top: 57px;
}

.p-footer__nav {
	display: flex;
	flex-direction: column;
	padding-left: 16px;
	row-gap: 24px;
}

.p-footer__list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.p-footer__item {
	position: relative;
}

.p-footer__item::before {
	background: #0961B6;
	bottom: -0.7em;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transition: width 0.5s ease;
	width: 0;
}

.p-footer__item:hover::before {
	width: 100%;
}

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

.p-footer__sns {
	display: flex;
	gap: 39px;
	margin-top: 54px;
}

.p-footer__sns-link {
	height: 40px;
	transition: opacity 0.3s ease;
	width: 40px;
}

.p-footer__sns-link img {
	height: 100%;
}

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

.p-footer__copyright-area {
	margin-top: 33px;
}

.p-footer__copyright {
	display: block;
	font-size: 12px;
	line-height: 1.5;
}

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

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

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

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

.fade-in-up-delay {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.6s ease 0.3s, transform 0.6s ease 0.3s;
}

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

.u-visually-hidden {
	border: 0;
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
}

@media (min-width: 768px) {

body {
	font-size: 16px;
}

.c-cta-button {
	font-size: 24px;
	padding: 16px 92px 16px 64px;
	width: 235px;
}

.c-heading__en {
	font-size: 64px;
	font-weight: 500;
	letter-spacing: 0.02em;
}

.c-heading__ja {
	font-size: 18px;
}

.p-mv {
	padding-bottom: 80px;
	padding-top: 128px;
}

.p-mv-scroll__head {
	bottom: -73px;
	left: 40px;
}

.p-mv-scroll__item {
	animation: infinity-scroll-left-pc 30s linear both infinite;
	gap: 20px;
}

.p-mv-scroll__title {
	font-size: clamp(40px, -2.7656612529px + 5.5684454756vw, 64px);
	letter-spacing: 0.02em;
	line-height: 1.3;
}

.p-mv-scroll__title-line {
	margin-bottom: 20px;
}

.p-mv-scroll__title-line:nth-child(2) .p-mv-scroll__title-box::after {
	content: " THE WORLD";
}

.p-mv-scroll__title-line:nth-child(3) {
	display: none;
}

.p-mv-scroll__title-box {
	padding: 8px 24px;
}

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

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

.p-message__wrapper {
	flex-direction: row;
	justify-content: flex-end;
}

.p-message__content {
	gap: 5.8908045977%;
	margin-left: auto;
	margin-right: 10.0574712644%;
	width: 44.229885%;
}

.p-message__line {
	font-size: clamp(12px, 1.3085846868px + 1.3921113689vw, 18px);
}

.p-message__image {
	margin-top: 0;
	padding-left: 0;
	width: 45.9770114943%;
}

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

.p-message__text-pc {
	display: inline;
}

.p-sp {
	display: none;
}

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

.p-message__deco {
	bottom: 0;
}

.p-business__inner {
	padding-inline: 35px;
}

.p-business__tab-menu {
	margin-top: 61px;
}

.p-business__tab-slide {
	padding: 17px 20px 20px 38px;
}

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

.p-business__tab-line {
	flex-direction: row;
	gap: 12px;
}

.p-business__tab-number {
	font-size: 20px;
}

.p-business__tab-ja {
	font-size: 18px;
}

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

.p-business__tab-content-slide {
	height: auto;
	padding: 28px;
	width: 33rem;
}

.p-business__card-title {
	margin-top: 7px;
}

.p-business__card-en {
	font-size: 16px;
}

.p-business__card-number {
	font-size: 28px;
}

.p-business__card-ja {
	font-size: 24px;
}

.p-business__card-image {
	margin-top: 20px;
}

.p-business__card-body {
	margin-top: 20px;
}

.p-business__card-subtitle {
	font-size: 18px;
}

.p-business__card-list {
	margin-top: 5px;
}

.p-business__card-item {
	font-size: 16px;
}

.p-business__card-footer {
	margin-top: 32px;
}

.p-business__card-button {
	padding: 21px 40px;
}

.p-business__card-plus {
	right: 40px;
}

.p-business-modal {
	width: 1200px;
}

.p-business-modal__card {
	padding: 49px 44px 49px 45px;
}

.p-business-modal__header {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

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

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

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

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

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

.p-business-modal__close-button {
	align-items: flex-end;
	flex-direction: column;
	gap: 8.5px;
}

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

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

.p-business-modal__dt {
	border-bottom: 1px solid #C4CCD7;
	font-size: 18px;
	width: 34.2391304348%;
}

.p-business-modal__dt:first-of-type {
	padding-top: 0;
}

.p-business-modal__dd {
	padding-bottom: 12px;
	padding-left: 13px;
	padding-top: 10px;
	width: 64.8550724638%;
}

.p-business-modal__dd:first-of-type {
	padding-top: 0;
}

.p-business-modal__dd-item {
	font-size: 16px;
	padding-left: 20px;
}

.p-business-modal__dd-item::before {
	top: 0;
}

.p-business-modal__footer {
	margin-top: 38px;
}

.p-business-modal__button {
	padding: 17px 20px 17px 10px;
}

.p-business-modal__arrow::before {
	height: 16px;
	width: 16px;
}

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

.p-challenge__deco {
	top: 5px;
}

.p-challenge__inner {
	margin-inline: auto;
	max-width: 1440px;
	padding-inline: 35px;
	width: 100%;
}

.p-challenge__cards {
	margin-top: 64px;
	-moz-column-gap: 76px;
	column-gap: 76px;
}

.p-challenge__card {
	width: calc((100% - 76px) / 2);
}

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

.p-challenge__card:nth-child(3) {
	margin-top: 73px;
}

.p-challenge__card:nth-child(4) {
	margin-top: 9px;
}

.p-challenge__card-header {
	padding: 12px 28px;
}

.p-challenge__card-en {
	font-size: 18px;
}

.p-challenge__card-number {
	font-size: 24px;
}

.p-challenge__card-ja {
	font-size: clamp(17px, 4.5266821346px + 1.6241299304vw, 24px);
	padding-top: 4px;
}

.p-challenge__card-body {
	padding: 27px 24px 12px 24px;
}

.p-challenge__card-image {
	margin-top: 41px;
}

.p-challenge__card-image--margin {
	margin-top: 68px;
}

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

.p-stories__deco {
	left: -204px;
	top: 0;
}

.p-stories__inner {
	padding-inline: 35px;
}

.p-stories__swiper {
	margin-top: 43px;
}

.p-stories__slide {
	margin-top: 41px;
	width: 24.125rem;
}

.p-stories__card-number {
	right: 8px;
	top: -22px;
}

.p-stories__card-department {
	bottom: 72px;
	left: 0;
}

.p-stories__card-meta {
	bottom: 24px;
	left: 0;
	padding: 4px 12px;
}

.p-stories__card-name {
	padding-left: 5px;
}

.p-stories__card-body {
	height: 204px;
}

.p-stories__card-text {
	font-size: clamp(14px, 12.2180974478px + 0.2320185615vw, 15px);
}

.p-stories__controller {
	flex-direction: row;
	margin-top: 4.8rem;
}

.p-stories__pagination {
	margin-right: 82px;
	max-width: 976px;
	width: calc(100% - 180px - 82px);
}

.p-stories__controller-box {
	margin-left: 0;
	margin-top: 0;
}

.p-stories__prev,
.p-stories__next {
	height: 80px;
	width: 80px;
}

.p-stories__prev {
	margin-right: 20px;
	margin-top: -14px !important;
}

.p-stories__next {
	margin-right: 0;
	margin-top: -14px !important;
}

.p-stories__prev-icon::before,
.p-stories__next-icon::before {
	height: 16px;
	width: 16px;
}

.p-stories__next-icon::before {
	left: 4px;
}

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

.p-culture__boxes {
	margin-top: 64px;
}

.p-culture__boxes--margin {
	margin-top: 24px;
}

.p-culture__content {
	flex-direction: row;
	padding: 22px 15px;
}

.p-culture__title {
	margin-left: 20px;
	margin-top: 6px;
	text-align: left;
	width: 39.979757085%;
}

.p-culture__title-ja {
	font-size: clamp(16px, 1.7447795824px + 1.8561484919vw, 24px);
	line-height: 1.6;
}

.p-culture__title-en {
	font-size: clamp(9px, 0.090487239px + 1.1600928074vw, 14px);
	letter-spacing: 0;
	padding-top: 11px;
}

.p-culture__body {
	margin-left: 17px;
	margin-top: 5px;
	width: 60.020242915%;
}

.p-culture__text {
	font-size: clamp(12px, 7.4285714286px + 0.5952380952vw, 16px);
}

.p-culture__sub-title {
	font-size: 24px;
	padding-left: 41px;
}

.p-culture__sub-title::before {
	height: 33px;
	top: 0;
	width: 29px;
}

.p-culture__photo {
	background-attachment: fixed;
	background-image: url("../img/culture-office.jpg");
	margin-bottom: 120px;
	margin-top: 120px;
}

.p-culture__deco {
	left: calc(50% - 43px);
	top: -120px;
	width: 53.2638888889vw;
}

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

.p-qa__container {
	flex-direction: row;
	gap: 12.9032258065%;
}

.p-qa__heading {
	width: 123px;
}

.p-qa__boxes {
	gap: 24px;
	margin-top: 0;
	width: 70.9677419355%;
}

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

.p-qa-box__head {
	gap: 18px;
	padding: 19px 96px 18px 32px;
}

.p-qa-box__head-icon {
	font-size: 28px;
	line-height: 1.1;
	width: 36px;
	width: 39px;
}

.p-qa-box__head-text {
	font-size: 20px;
}

.p-qa-box__head-arrow::after {
	right: 32px;
}

.p-qa-box__body {
	padding: 16px 32px;
}

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

.p-cta__container {
	padding: 32px;
}

.p-cta__content {
	position: relative;
}

.p-cta__center {
	padding: 113px 0 111px;
}

.p-cta__title {
	font-size: clamp(32px, -10.7656612529px + 5.5684454756vw, 56px);
	letter-spacing: 1.55px;
}

.p-cta__text {
	font-size: clamp(12px, 4.8723897912px + 0.9280742459vw, 16px);
	margin-top: 38px;
}

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

.p-cta__door {
	display: block;
}

.p-footer {
	padding-bottom: 61px;
	padding-top: 95px;
}

.p-footer__deco {
	bottom: -27.917vw;
	left: 41.875vw;
	right: auto;
	top: -26.667vw;
	width: 58.611vw;
}

.p-footer__block {
	display: grid;
	gap: 0 50px;
	grid-template-areas: "info links" "copy sns";
	grid-template-columns: repeat(2, 1fr);
	padding: 10px;
}

.p-footer__logo-area {
	grid-area: info;
	padding-left: 15px;
}

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

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

.p-footer__link-area {
	grid-area: links;
	margin-top: 0;
	padding: 16px;
}

.p-footer__nav {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding: 10px 16px;
	row-gap: 23px;
}

.p-footer__list {
	gap: 23px;
}

.p-footer__item--padding {
	padding-left: 11px;
}

.p-footer__link {
	font-size: clamp(15px, -2.4545454545px + 2.2727272727vw, 18px);
}

.p-footer__sns {
	align-self: end;
	gap: 38px;
	gap: 38px;
	grid-area: sns;
	margin-top: 76px;
	padding-left: 16px;
}

.p-footer__copyright-area {
	align-self: flex-start;
	grid-area: copy;
	margin-top: -63px;
	padding-left: 15px;
}

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

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

}

@media (min-width: 1200px) {

.c-gnav-button {
	justify-content: center;
	padding: 8px 46px 8px 24px;
	width: 123px;
}

.c-gnav-button::after {
	right: 24px;
}

.p-header__inner {
	height: 81px;
	padding-inline: 40px;
}

.p-header__logo img {
	width: 320px;
}

.p-header__nav {
	align-items: center;
	display: flex;
	gap: 36px;
	height: inherit;
	margin-left: auto;
}

.p-header__list {
	align-items: center;
	display: flex;
	gap: 36px;
	justify-content: center;
}

.p-header__link {
	line-height: 1.4;
}

.p-header__open {
	display: none;
}

.p-drawer {
	display: none;
}

.p-mv-scroll__title {
	font-size: 64px;
	letter-spacing: 0.02em;
	line-height: 1.3;
}

.p-message__content {
	gap: 82px;
	width: 40.2298850575%;
}

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

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

.p-business__tab-content-slide {
	width: 608px;
}

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

.p-challenge__card-ja {
	font-size: 24px;
}

.p-stories__deco {
	left: 0;
}

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

.p-stories__card-text {
	font-size: 15px;
}

.p-culture__box {
	padding: 0 40px;
}

.p-culture__content {
	padding: 22px 30px 25px 35px;
}

.p-culture__title {
	margin-left: 41px;
}

.p-culture__title-ja {
	font-size: 24px;
}

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

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

.p-culture__body {
	margin-left: 50px;
}

.p-culture__deco {
	top: -117px;
}

.p-qa__heading {
	width: 16.1290322581%;
}

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

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

}

@media (min-width: 1400px) {

.p-business__tab-slide:nth-child(3),
.p-business__tab-slide:nth-child(4) {
	margin-top: 0 !important;
}

}

@keyframes infinity-scroll-left {

from {
	translate: 0 0;
}

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

}

@keyframes infinity-scroll-left-pc {

from {
	translate: 0 0;
}

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

}

@keyframes text-flow {

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

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

}

