.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

body.page {
	background-color: #222;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: rem(16);
	font-size: rem(16);
	letter-spacing: 0em;
	line-height: 2;
}

html {
	scroll-behavior: smooth;
}

/* ブラウザ標準のスムーススクロール */

[id] {
	scroll-margin-top: 64px;
}

/* 固定ヘッダー分のオフセット */

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
	display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

address {
	font-style: normal;
}

table {
	width: 100%;
}

/* support iOS */

html {
	height: -webkit-fill-available;
	height: 100%;
}

body {
	min-height: 100vh;
	min-height: 100svh;
	min-height: -webkit-fill-available;
}

figure {
	line-height: 0;
}

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

.app-form {
	width: 100%;
}

.app-form__content {
	margin-block: 56px 64px;
	margin-block: 3.5rem 4rem;
}

.app-form__box {
	margin-inline: auto;
	background-color: #fff;
	border: 1px solid #cecece;
	border-radius: 0.125rem;
	max-width: 759px;
	max-width: 47.4375rem;
	padding: 32px;
	padding: 2rem;
}

.app-form__btn-wrapper {
	margin-top: 16px;
	margin-top: 1rem;
}

.app-form__btn,
.wpcf7-submit {
	margin-inline: auto !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	background-color: #222 !important;
	border-radius: 0.25rem !important;
	color: #fff !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	font-size: 13px !important;
	font-size: 0.8125rem !important;
	font-weight: 500 !important;
	height: 32px !important;
	height: 2rem !important;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	letter-spacing: 0em !important;
	line-height: 1.8 !important;
	max-width: 264px !important;
	max-width: 16.5rem !important;
	padding: 0 !important;
	text-align: center !important;
	width: 100% !important;
}

.app-form__note-wrapper {
	padding-block: 14px 12px;
	padding-block: 0.875rem 0.75rem;
	border-bottom: 1px solid #e3e3e3;
}

.app-form__note {
	color: #222;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.8;
}

.app-form__help {
	color: #222;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.8;
	margin-top: 4px;
	margin-top: 0.25rem;
}

.app-form__field {
	padding-block: 14px 12px;
	padding-block: 0.875rem 0.75rem;
	grid-gap: 0px 0.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #e3e3e3;
	color: #222;
	display: grid;
	grid-template-columns: 11rem 1fr;
}

.app-form__label {
	color: #222;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.8;
}

.app-form__field-data {
	color: #222;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.5;
}

.app-form__field-data *::-moz-placeholder {
	color: #cecece;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.5;
}

.app-form__field-data *::-webkit-input-placeholder {
	color: #cecece;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.5;
}

.app-form__field-data *::-ms-input-placeholder {
	color: #cecece;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.5;
}

.app-form__field-data *::placeholder {
	color: #cecece;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.5;
}

.app-form__select-wrapper {
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.app-form__select-wrapper::after {
	background: url('../images/icon_arrow-up-2.svg') no-repeat center center/contain;
	content: '';
	height: 16px;
	height: 1rem;
	position: absolute;
	right: 12px;
	right: 0.75rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	width: 1rem;
	z-index: 2;
}

.app-form__select,
.wpcf7-select {
	background: #f6f6f6 !important;
	border: 1px solid #e3e3e3 !important;
	border-radius: 0.25rem !important;
	color: #222 !important;
	font-size: 13px !important;
	font-size: 0.8125rem !important;
	font-weight: 500 !important;
	height: 32px !important;
	height: 2rem !important;
	letter-spacing: 0em;
	line-height: 1.8;
	padding: 4px 12px !important;
	padding: 0.25rem 0.75rem !important;
	position: relative !important;
	width: 264px !important;
	width: 16.5rem !important;
	z-index: 2;
}

.app-form__select:focus,
.wpcf7-select:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.app-form__input,
.wpcf7-text {
	background: #fff !important;
	border: 1px solid #e3e3e3 !important;
	border-radius: 0.25rem !important;
	color: #222 !important;
	font-size: 13px !important;
	font-size: 0.8125rem !important;
	height: 32px !important;
	height: 2rem !important;
	letter-spacing: 0.05em !important;
	line-height: 1.5 !important;
	padding: 4px 12px;
	padding: 0.25rem 0.75rem;
	width: 100% !important;
}

.app-form__required {
	padding-inline: 6px;
	padding-inline: 0.375rem;
	background: #e50000;
	border-radius: 0.25rem;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 700;
	height: 19px;
	height: 1.1875rem;
	letter-spacing: 0em;
	line-height: 1.8;
	margin-left: 6px;
	margin-left: 0.375rem;
	position: relative;
	top: -2px;
	top: -0.125rem;
}

.app-form__checkbox-list,
.wpcf7-radio {
	gap: 16px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
}

.app-form__field-data.--emp .app-form__checkbox-item,
.app-form__field-data.--emp .wpcf7-list-item {
	display: block;
	width: 100%;
}

.app-form__checkbox-item,
.wpcf7-list-item {
	position: relative;
}

.app-form__checkbox-item input[type='radio'],
.wpcf7-list-item input[type='radio'],
.wpcf7-list-item input[type='checkbox'],
.app-form__checkbox-item input[type='checkbox'] {
	cursor: pointer;
	height: 20px;
	height: 1.25rem;
	left: 0;
	margin: 0;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	width: 1.25rem;
}

.wpcf7-list-item label {
	padding: 0 !important;
}

.wpcf7-list-item-label {
	cursor: pointer;
	display: inline-block;
	line-height: 1.8 !important;
	padding-left: 26px;
	padding-left: 1.625rem;
}

.wpcf7-radio .app-form__checkbox-item label .wpcf7-list-item-label {
	position: relative;
}

.wpcf7-radio .app-form__checkbox-item label .wpcf7-list-item-label::before,
.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
	background: #fff !important;
	border: 1px solid #e3e3e3 !important;
	border-radius: 50% !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	content: '';
	height: 18px !important;
	height: 1.125rem !important;
	left: 0 !important;
	position: absolute !important;
	top: 50% !important;
	-webkit-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important;
	width: 18px !important;
	width: 1.125rem !important;
}

.wpcf7-radio .app-form__checkbox-item input:checked + .wpcf7-list-item-label::after,
.wpcf7-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
	background: #222 !important;
	border-radius: 50% !important;
	content: '';
	height: 10px !important;
	height: 0.625rem !important;
	left: 4px !important;
	left: 0.25rem !important;
	position: absolute !important;
	top: 50% !important;
	-webkit-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important;
	width: 10px !important;
	width: 0.625rem !important;
}

.wpcf7-checkbox {
	gap: 8px 12px;
	gap: 0.5rem 0.75rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.wpcf7-checkbox .wpcf7-list-item {
	display: inline-block;
}

.wpcf7-checkbox .app-form__checkbox-item label .wpcf7-list-item-label::before,
.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::before {
	background: #fff !important;
	border: 1px solid #e3e3e3 !important;
	border-radius: 0.125rem !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	content: '';
	height: 16px !important;
	height: 1rem !important;
	left: 0 !important;
	position: absolute !important;
	top: 50% !important;
	-webkit-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important;
	width: 16px !important;
	width: 1rem !important;
}

.wpcf7-checkbox .app-form__checkbox-item input:checked + .wpcf7-list-item-label::after,
.wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
	border-bottom: 2px solid #222 !important;
	border-left: 2px solid #222 !important;
	content: '';
	height: 5px !important;
	height: 0.3125rem !important;
	left: 4px !important;
	left: 0.25rem !important;
	position: absolute !important;
	top: 50% !important;
	-webkit-transform: translateY(-60%) rotate(-45deg) !important;
	transform: translateY(-60%) rotate(-45deg) !important;
	width: 10px !important;
	width: 0.625rem !important;
}

.app-form .wpcf7 .wpcf7-form p {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: left !important;
}

/* ===== CF7のラジオ/チェック用（このフォームの中だけ） ===== */

.wpcf7-list-item > label {
	margin: 0 !important;
}

.wpcf7-response-output {
	font-size: 16px !important;
	font-size: 1rem !important;
}

.app {
	margin-top: 61px;
	margin-top: 3.8125rem;
}

.app-form__inner.l-inner {
	padding-inline: 0;
}

.app-heading {
	padding-block: 42px 56px;
	padding-block: 2.625rem 3.5rem;
	text-align: center;
}

.app-heading__title {
	font-family: 'Jost';
	font-size: 88px;
	font-size: 5.5rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
}

.app-heading__subtitle {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.app-form iframe {
	height: 4800px;
	height: 300rem;
	width: 100%;
}

.access {
	padding-block: 80px;
	padding-block: 5rem;
	overflow: hidden;
}

.access__content {
	grid-gap: 0px 4rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 40px;
	margin-top: 2.5rem;
}

.access__detail {
	max-width: 568px;
	max-width: 35.5rem;
}

.access__detail-title {
	padding-inline: 16px;
	padding-inline: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f1f1f1;
	color: #222;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 500;
	height: 48px;
	height: 3rem;
}

.access__detail-body {
	gap: 32px;
	gap: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.access__detail-body-main {
	color: #fff;
}

.access__detail-name {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.8;
}

.access__detail-text {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.8;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.access__detail-address {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 24px;
	margin-top: 1.5rem;
	min-height: 75px;
	min-height: 4.6875rem;
}

.access__detail-img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 234px;
	max-width: 14.625rem;
}

.access__detail-map {
	aspect-ratio: 568/240;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.access__detail-map iframe {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.beginner {
	padding-block: 32px 72px;
	padding-block: 2rem 4.5rem;
}

.beginner__content {
	margin-inline: auto;
	max-width: 1104px;
	max-width: 69rem;
}

.beginner__media {
	gap: 56px;
	gap: 3.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.beginner__media.--reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.beginner__media + .beginner__media {
	margin-top: 64px;
	margin-top: 4rem;
}

.beginner__media-img {
	max-width: 400px;
	max-width: 25rem;
	width: 100%;
}

.beginner__media-main {
	color: #fff;
	max-width: 640px;
	max-width: 40rem;
	width: 100%;
}

.beginner__media-main-title {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.4;
}

.beginner__media-list {
	grid-gap: 1.5rem 3rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 32px;
	margin-top: 2rem;
}

.beginner__media-item {
	gap: 4px;
	gap: 0.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.beginner__media-item img {
	width: 32px;
	width: 2rem;
}

.beginner__media-item-text {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
}

.case {
	padding-block: 80px;
	padding-block: 5rem;
	background-color: #f6f6f6;
	overflow: hidden;
	-webkit-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}

.case.has-bg {
	background-color: transparent;
}

.case__list {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.case__item {
	gap: 48px;
	gap: 3rem;
	background-color: #222;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 40px;
	padding: 2.5rem;
}

.case__item:nth-of-type(n + 2) {
	margin-top: 32px;
	margin-top: 2rem;
}

.case__item:nth-of-type(2) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.case__item:nth-of-type(2) .case__item-body {
	max-width: 640px;
	max-width: 40rem;
}

.case__item-img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 340px;
	max-width: 21.25rem;
}

.case__item-title {
	gap: 12px;
	gap: 0.75rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
}

.case__item-title img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 16px;
	width: 1rem;
}

.case__item-text {
	line-height: 1.8;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.company {
	padding-block: 80px 40px;
	padding-block: 5rem 2.5rem;
	overflow: hidden;
}

.company__content {
	gap: 64px;
	gap: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -120px;
	margin-left: -7.5rem;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.company__content-img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 560px;
	max-width: 35rem;
}

.company__detail {
	max-width: 576px;
	max-width: 36rem;
	width: 100%;
}

.company__detail-row {
	grid-gap: 0px 0px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #505050;
	color: #fff;
	display: grid;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	grid-template-columns: 7.5rem 1fr;
	height: 75px;
	height: 4.6875rem;
	line-height: 1.8;
}

.company__detail-text.--ul {
	text-decoration: underline;
}

.dx {
	overflow: hidden;
	padding-bottom: 80px;
	padding-bottom: 5rem;
}

.dx__about {
	padding-block: 48px;
	padding-block: 3rem;
	position: relative;
}

.dx__about::before {
	background-color: #ffff01;
	content: '';
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 70.5555555556vw;
	z-index: -1;
}

.dx__about-title {
	margin-inline: auto;
	width: 759px;
	width: 47.4375rem;
}

.dx__about-slider-wrapper {
	margin-top: 24px;
	margin-top: 1.5rem;
	overflow: hidden;
}

.dx__about-slider {
	margin-inline: calc(50% - 50vw);
	overflow: hidden;
	width: 100vw;
}

.dx__about-track {
	gap: 24px;
	gap: 1.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-animation: scroll-left 30s linear infinite;
	animation: scroll-left 30s linear infinite;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
}

.dx__about-track img {
	max-width: 280px;
	max-width: 17.5rem;
}

.dx__about-slide {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.dx__about-text {
	color: #222;
	margin-top: 24px;
	margin-top: 1.5rem;
	text-align: center;
}

/* アクセシビリティ：動きを減らす設定のユーザーには停止 */

.dx__detail.dx__dx {
	margin-top: 80px;
	margin-top: 5rem;
}

.dx__detail.dx__ai {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.dx__detail-content {
	grid-gap: 0px 0px;
	display: grid;
	grid-template-columns: 13.8125rem 1fr;
}

.dx__detail-title {
	padding-top: 72px;
	padding-top: 4.5rem;
}

.dx__detail-list {
	grid-gap: 0px 2rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.dx__detail-item {
	color: #fff;
	line-height: 1.5;
}

.dx__detail-item-head {
	display: contents;
}

.dx__detail-item-head > img {
	margin-inline: auto;
	width: 112px;
	width: 7rem;
}

.dx__detail-item-title {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
}

.dx__detail-item-body {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.dx__detail-list-sub-item {
	padding-left: 16px;
	padding-left: 1rem;
	position: relative;
}

.dx__detail-list-sub-item:nth-of-type(n + 2) {
	margin-top: 12px;
	margin-top: 0.75rem;
}

.dx__detail-list-sub-item-text {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	position: relative;
}

.dx__detail-list-sub-item-text::before {
	background-color: #ffff01;
	content: '';
	height: 8px;
	height: 0.5rem;
	left: -16px;
	left: -1rem;
	position: absolute;
	top: 9px;
	top: 0.5625rem;
	width: 8px;
	width: 0.5rem;
}

.dx__detail-list-sub-item-text.--sm {
	font-size: 13px;
	font-size: 0.8125rem;
}

.dx__detail-list-sub-item-text.--sm::before {
	background-color: #ececec;
	content: '';
	height: 4px;
	height: 0.25rem;
	left: -13px;
	left: -0.8125rem;
	position: absolute;
	top: 8px;
	top: 0.5rem;
	width: 4px;
	width: 0.25rem;
}

.dx__detail-item-etc {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.5;
	margin-top: 4px;
	margin-top: 0.25rem;
	text-align: right;
}

.dx__detail-list-sub-item-note {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.8;
	margin-top: 16px;
	margin-top: 1rem;
}

.flow {
	padding-block: 80px;
	padding-block: 5rem;
	overflow: hidden;
}

.flow__text {
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.8;
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: center;
}

.flow__list {
	grid-gap: 0px 1.5rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 40px;
	margin-top: 2.5rem;
}

.flow__item {
	max-width: 280px;
	max-width: 17.5rem;
}

.flow__item-num {
	color: #fff;
	display: block;
	font-family: 'Jost';
	font-size: 32px;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}

.flow__item-box {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.flow__item-box-main {
	background-color: #3f3f3f;
	padding: 24px 40px;
	padding: 1.5rem 2.5rem;
	text-align: center;
}

.flow__item-box-main .-title {
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5;
}

.flow__item-box-main .-img img {
	margin-inline: auto;
	height: 48px;
	height: 3rem;
	margin-top: 16px;
	margin-top: 1rem;
	width: 48px;
	width: 3rem;
}

.flow__item-box-detail-heading {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ffff01;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 41px;
	height: 2.5625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 100%;
}

.flow__item-box-detail-heading .-text {
	color: #222;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
}

.flow__item-box-detail-heading .-toggle {
	height: 20px;
	height: 1.25rem;
	padding: 4px;
	padding: 0.25rem;
	position: absolute;
	right: 12px;
	right: 0.75rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	width: 1.25rem;
}

.flow__item-box-detail-heading .-toggle::before,
.flow__item-box-detail-heading .-toggle::after {
	background-color: #333;
	content: '';
	height: 1px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 12px;
	width: 0.75rem;
}

.flow__item-box-detail-heading .-toggle::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.flow__item-box-detail-heading.is-active .-toggle::after {
	display: none;
}

.flow__item-box-detail-text {
	background-color: #f6f6f6;
	display: none;
	padding: 12px 16px;
	padding: 0.75rem 1rem;
}

.flow__item-box-detail-text p {
	color: #222;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.8;
}

.fv {
	overflow: hidden;
	padding-bottom: 32px;
	padding-bottom: 2rem;
}

.fv__content {
	color: #fff;
}

.fv__media {
	padding-top: 32px;
	padding-top: 2rem;
	position: relative;
	z-index: 5;
}

.fv__media::before {
	background-color: #ffff01;
	content: '';
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 37.0833333333vw;
	z-index: -1;
}

.fv__media-content {
	position: relative;
}

.fv__media-main {
	padding-top: 12px;
	padding-top: 0.75rem;
}

.fv__title {
	font-family: 'Jost';
	font-size: 104px;
	font-size: 6.5rem;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.fv__subtitle {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.fv__text01 {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.fv__btn-wrapper {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.fv__text02 {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.fv__text03 {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.fv__text03 .-lg {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.4;
}

.fv__media-img {
	max-width: 601px;
	max-width: 37.5625rem;
	position: absolute;
	right: 0;
	top: 0;
}

.fv__gallery-wrapper {
	margin-top: 32px;
	margin-top: 2rem;
	overflow: hidden;
}

.fv__gallery-wrapper.--sp {
	display: none;
}

.fv__gallery-wrapper.--pc {
	display: block;
}

.dx__about-track.fv__slider-track .fv__gallery-img {
	max-width: 124px;
	max-width: 7.75rem;
}

.fv__point-wrapper {
	margin-inline: auto;
	gap: 24px;
	gap: 1.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 24px;
	margin-top: 1.5rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.fv__point {
	gap: 10px;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.fv__point img {
	width: 40px;
	width: 2.5rem;
}

.fv__point-text {
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.5;
}

.fv__date {
	margin-inline: auto;
	border: 1px solid #fff;
	margin-top: 24px;
	margin-top: 1.5rem;
	max-width: 915px;
	max-width: 57.1875rem;
	padding: 16px 24px;
	padding: 1rem 1.5rem;
}

.fv__date-title {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
}

.fv__date-list {
	margin-inline: auto;
	margin-top: 8px;
	margin-top: 0.5rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.fv__date-item {
	gap: 16px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.8;
}

.fv__date-item .-count {
	padding-inline: 8px;
	padding-inline: 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f6f6f6;
	color: #222;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	height: 29px;
	height: 1.8125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.8;
	width: 58px;
	width: 3.625rem;
}

.fv__date-item .-status {
	line-height: 1.5;
	padding-left: 4px;
	padding-left: 0.25rem;
}

.fv__date-item .-status.--full {
	background-color: #ffff01;
	color: #222;
}

.fv__date-item + .fv__date-item {
	margin-top: 12px;
	margin-top: 0.75rem;
}

.fv__date-list-text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.fv__date-text {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 8px;
	margin-top: 0.5rem;
	text-align: center;
}

.fv__date-text .--sm {
	color: #bababa;
	font-size: 14px;
	font-size: 0.875rem;
}

.gallery {
	padding-block: 80px;
	padding-block: 5rem;
}

.gallery__content {
	grid-gap: 1.5rem 1.5rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 40px;
	margin-top: 2.5rem;
}

.gallery__content.--pc {
	display: grid;
}

.gallery__content.--sp {
	display: none;
}

.gallery__img {
	max-width: 384px;
	max-width: 24rem;
}

.gallery__slide {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.issue {
	padding-block: 40px 64px;
	padding-block: 2.5rem 4rem;
	overflow: hidden;
	position: relative;
}

.issue::before {
	background-color: #505050;
	content: '';
	height: 400px;
	height: 25rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 80.5555555556vw;
	z-index: 0;
}

.issue__content {
	padding-inline: 22px;
	padding-inline: 1.375rem;
	position: relative;
	z-index: 2;
}

.issue__cards {
	grid-gap: 0px 1.5rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 40px;
	margin-top: 2.5rem;
}

.issue__card {
	max-width: 270px;
	max-width: 16.875rem;
}

.learning {
	padding-block: 80px;
	padding-block: 5rem;
}

.learning__content {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.learning__cards {
	grid-gap: 1.5rem 1.5rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.learning__card {
	background-color: #3f3f3f;
	color: #fff;
	max-width: 586px;
	max-width: 36.625rem;
	padding: 32px 40px;
	padding: 2rem 2.5rem;
}

.learning__card-heading {
	gap: 8px;
	gap: 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.learning__card-heading img {
	height: 48px;
	height: 3rem;
	width: 48px;
	width: 3rem;
}

.learning__card-title {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 500;
}

.learning__card-list {
	margin-top: 16px;
	margin-top: 1rem;
	padding-left: 15px;
	padding-left: 0.9375rem;
}

.learning__card-item {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	position: relative;
}

.learning__card-item + .learning__card-item {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.learning__card-item::before {
	background-color: #ffff01;
	content: '';
	height: 4px;
	height: 0.25rem;
	left: -12px;
	left: -0.75rem;
	position: absolute;
	top: 14px;
	top: 0.875rem;
	width: 4px;
	width: 0.25rem;
}

.merit {
	padding-block: 80px;
	padding-block: 5rem;
	overflow: hidden;
}

.merit__list {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.merit__item {
	grid-gap: 0px 2.5rem;
	display: grid;
	grid-template-columns: 18.75rem 1fr;
}

.merit__item:nth-of-type(n + 2) {
	margin-top: 64px;
	margin-top: 4rem;
}

.merit__item-img {
	max-width: 300px;
	max-width: 18.75rem;
}

.merit__item-title {
	padding-inline: 8px;
	padding-inline: 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ffff01;
	color: #222;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	height: 44px;
	height: 2.75rem;
	line-height: 1.5;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.merit__item-list {
	margin-top: 16px;
	margin-top: 1rem;
}

.merit__item-list-item:nth-of-type(n + 2) {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.merit__item-list-item-title {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.8;
	padding-left: 18px;
	padding-left: 1.125rem;
	position: relative;
}

.merit__item-list-item-title::before {
	background-color: #ffff01;
	content: '';
	height: 8px;
	height: 0.5rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
	width: 0.5rem;
}

.merit__item-list-item-text {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.8;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.merit__item-text {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.8;
	margin-top: 16px;
	margin-top: 1rem;
}

.present {
	padding-block: 80px;
	padding-block: 5rem;
	overflow: hidden;
	position: relative;
}

.present::before {
	background-color: #3f3f3f;
	content: '';
	height: 320px;
	height: 20rem;
	position: absolute;
	right: 0;
	top: 144px;
	top: 9rem;
	width: 53.3333333333vw;
	z-index: 0;
}

.present__title {
	position: relative;
	z-index: 5;
}

.present__content {
	margin-top: 40px;
	margin-top: 2.5rem;
	position: relative;
	z-index: 5;
}

.present__text {
	color: #fff;
	max-width: 800px;
	max-width: 50rem;
	width: 100%;
}

.present__cards {
	grid-gap: 0px 1.5rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 32px;
	margin-top: 2rem;
}

.present__cards.--2col {
	grid-template-columns: repeat(2, 1fr);
	margin-top: 24px;
	margin-top: 1.5rem;
}

.present__cards.--2col .present__card {
	max-width: none;
}

.present__card {
	max-width: 282px;
	max-width: 17.625rem;
}

.present__card-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #3f3f3f;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	height: 43px;
	height: 2.6875rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.present__card-text {
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.price {
	padding-block: 80px;
	padding-block: 5rem;
}

.price__content {
	margin-inline: auto;
	max-width: 800px;
	max-width: 50rem;
}

.price__note {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 16px;
	margin-top: 1rem;
}

.price__block.--01 {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.price__block.--02,
.price__block.--03 {
	margin-top: 32px;
	margin-top: 2rem;
}

.price__block-title {
	font-size: 28px;
	font-size: 1.75rem;
	text-align: center;
}

.price__block-table {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.price__block-table-row {
	grid-gap: 0px 0px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #bababa;
	display: grid;
	grid-template-columns: 9rem 1fr;
}

.price__block-table-head {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ececec;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 16px 24px;
	padding: 1rem 1.5rem;
}

.price__block-table-head span {
	color: #222;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}

.price__block-table-data {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 16px 24px;
	padding: 1rem 1.5rem;
}

.price__block-table-data span {
	color: #222;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
}

.price__block-table-text {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.price__block-table-text .--lg {
	font-family: 'Jost';
	font-size: 64px;
	font-size: 4rem;
	line-height: 1;
}

.price__block-table-text .--md {
	display: inline-block;
	font-size: 24px;
	font-size: 1.5rem;
	margin-left: 8px;
	margin-left: 0.5rem;
}

.price__block-table-text .--sm {
	font-size: 14px;
	font-size: 0.875rem;
}

.profile {
	padding-block: 80px;
	padding-block: 5rem;
	overflow: hidden;
	position: relative;
}

.profile::before {
	background-color: #ffff01;
	content: '';
	height: 400px;
	height: 25rem;
	position: absolute;
	right: 0;
	top: 128px;
	top: 8rem;
	width: 720px;
	width: 45rem;
	z-index: 0;
}

.profile__media {
	gap: 20px;
	gap: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 48px;
	padding-bottom: 3rem;
	position: relative;
	z-index: 5;
}

.profile__media-text-wrapper {
	margin-top: 79px;
	margin-top: 4.9375rem;
}

.profile__media-text01 {
	font-family: 'Jost';
	font-size: 48px;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}

.profile__media-text02 {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.profile__media-text03 {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.profile__media-text04 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.8;
}

.profile__media-text04 .--sm {
	display: inline-block;
	font-family: 'Jost';
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1;
	margin-left: 8px;
	margin-left: 0.5rem;
}

.profile__media-img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 696px;
	max-width: 43.5rem;
}

.profile__media-img::before {
	display: none;
}

.profile__text {
	position: relative;
	z-index: 5;
}

.profile__text:nth-of-type(1) {
	margin-top: 16px;
	margin-top: 1rem;
}

.profile__text:nth-of-type(n + 2) {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.results {
	padding-block: 80px;
	padding-block: 5rem;
}

.results__content {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.results__box {
	gap: 50px;
	gap: 3.125rem;
	background-color: #000000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 32px;
	padding: 2rem;
}

.results__box-body {
	max-width: 400px;
	max-width: 25rem;
}

.results__box-title {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
}

.results__box-text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
	margin-top: 16px;
	margin-top: 1rem;
}

.results__box-img {
	max-width: 686px;
	max-width: 42.875rem;
}

.results__cards {
	grid-gap: 1.5rem 1.5rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 24px;
	margin-top: 1.5rem;
}

.results__card {
	display: block;
	max-width: 384px;
	max-width: 24rem;
}

.summit {
	padding-block: 80px 40px;
	padding-block: 5rem 2.5rem;
}

.summit__nav-wrapper {
	gap: 16px 40px;
	gap: 1rem 2.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.summit__nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #fff;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	height: 40px;
	height: 2.5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.5;
	padding: 8px 32px;
	padding: 0.5rem 2rem;
	position: relative;
	text-align: center;
}

.summit__nav::before {
	background: url('../images/icon_arw-down.svg') no-repeat center center/contain;
	content: '';
	height: 16px;
	height: 1rem;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	width: 1rem;
}

.summit__content {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.summit__box {
	grid-gap: 0px 8.088235294%;
	display: grid;
	grid-template-columns: 38.60294118% 53.30882353%;
	padding: 40px 56px;
	padding: 2.5rem 3.5rem;
}

.summit__box:nth-of-type(n + 2) {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.summit__box:nth-of-type(2n - 1) {
	background: -webkit-gradient(linear, left top, right top, from(#ffff01), color-stop(20%, #ffff01), color-stop(20%, #f6f6f6), to(#f6f6f6));
	background: linear-gradient(to right, #ffff01 0%, #ffff01 20%, #f6f6f6 20%, #f6f6f6 100%);
	color: #222;
}

.summit__box:nth-of-type(2n - 1) .summit__box-detail-subtitle {
	background-color: #fff;
}

.summit__box:nth-of-type(2n) {
	background: -webkit-gradient(linear, left top, right top, from(#505050), color-stop(20%, #505050), color-stop(20%, #3f3f3f), to(#3f3f3f));
	background: linear-gradient(to right, #505050 0%, #505050 20%, #3f3f3f 20%, #3f3f3f 100%);
	color: #fff;
}

.summit__box:nth-of-type(2n) .summit__box-num {
	color: #ffff01;
}

.summit__box:nth-of-type(2n) .summit__box-detail-subtitle {
	background-color: #222;
}

.summit__box:nth-of-type(2n) .summit__box-btn {
	border: 1px solid #fff;
}

.summit__box-about-wrapper {
	height: 100%;
}

.summit__box-about {
	position: sticky;
	top: 101px;
	top: 6.3125rem;
}

.summit__box-num {
	font-family: 'Jost';
	font-size: 96px;
	font-size: 6rem;
	font-weight: 500;
	line-height: 1;
}

.summit__box-title {
	font-size: 32px;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.summit__box-info {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.8;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.summit__box-info img {
	width: 120px;
	width: 7.5rem;
}

.summit__box-name {
	margin-top: 16px;
	margin-top: 1rem;
}

.summit__box-time {
	margin-top: 16px;
	margin-top: 1rem;
}

.summit__box-text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.summit__box-detail-block + .summit__box-detail-block {
	margin-top: 48px;
	margin-top: 3rem;
}

.summit__box-detail-title {
	gap: 12px;
	gap: 0.75rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
}

.summit__box-detail-title img {
	width: 16px;
	width: 1rem;
}

.summit__box-detail-list {
	margin-top: 16px;
	margin-top: 1rem;
}

.summit__box-detail-item {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.8;
	padding-left: 16px;
	padding-left: 1rem;
	text-indent: -1em;
}

.summit__box-detail-subblock {
	margin-top: 16px;
	margin-top: 1rem;
}

.summit__box-detail-subblock + .summit__box-detail-subblock {
	margin-top: 32px;
	margin-top: 2rem;
}

.summit__box-detail-subtitle {
	padding-inline: 8px;
	padding-inline: 0.5rem;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5;
	margin: 0;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.summit__box-detail-lead {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 16px;
	margin-top: 1rem;
}

.summit__box-detail-text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.summit__box-btn {
	display: none;
}

.summit__box-btn .-text {
	color: #fff;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
}

.summit__box-btn .-arrow {
	height: 24px;
	height: 1.5rem;
	width: 24px;
	width: 1.5rem;
}

.summit__box-btn .-arrow img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.thought {
	padding-block: 80px;
	padding-block: 5rem;
	background-color: #f6f6f6;
	overflow: hidden;
	position: relative;
}

.thought::before {
	background-color: #ffff01;
	content: '';
	height: 360px;
	height: 22.5rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 400px;
	width: 25rem;
	z-index: 1;
}

.thought__title {
	position: relative;
	z-index: 5;
}

.thought__content {
	margin-top: 40px;
	margin-top: 2.5rem;
	position: relative;
	z-index: 5;
}

.thought__media {
	gap: 60px;
	gap: 3.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.thought__media.--reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.thought__media + .thought__media {
	margin-top: 64px;
	margin-top: 4rem;
}

.thought__media.--01 .thought__media-main {
	max-width: 600px;
	max-width: 37.5rem;
}

.thought__media.--02 .thought__media-main {
	max-width: 640px;
	max-width: 40rem;
}

.thought__media-title {
	padding-inline: 8px;
	padding-inline: 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #222;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	height: 44px;
	height: 2.75rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1.5;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.thought__media-img {
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	max-width: 500px;
	max-width: 31.25rem;
	position: relative;
}

.thought__media-img.--01::before {
	background-color: #ffff01;
	bottom: -48px;
	bottom: -3rem;
	content: '';
	height: 100%;
	left: -48px;
	left: -3rem;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.thought__media-text {
	color: #222;
	margin-top: 16px;
	margin-top: 1rem;
}

.time-bottom {
	padding-block: 32px;
	padding-block: 2rem;
}

.time-bottom .fv__date {
	max-width: 974px;
	max-width: 60.875rem;
}

.top {
	margin-top: 61px;
	margin-top: 3.8125rem;
}

.top__sec-bg {
	background-color: #f6f6f6;
}

.top__sec-bg {
	-webkit-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}

.top__sec-bg.has-bg {
	background-color: transparent;
}

.visuals__content {
	margin-inline: auto;
	max-width: 1011px;
	max-width: 63.1875rem;
}

.visuals__img01 {
	padding-block: 40px;
	padding-block: 2.5rem;
}

.visuals__movie {
	padding-block: 40px;
	padding-block: 2.5rem;
}

.visuals__movie iframe {
	aspect-ratio: 1016/571;
	border: none;
	height: 100%;
	width: 100%;
}

.visuals__block {
	padding-block: 32px;
	padding-block: 2rem;
	gap: 27px;
	gap: 1.6875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.visuals__block-part:first-of-type {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.visuals__img02 {
	max-width: 460px;
	max-width: 28.75rem;
}

.visuals__img03 {
	max-width: 524px;
	max-width: 32.75rem;
}

.visuals__img04 {
	margin-top: 24px;
	margin-top: 1.5rem;
	max-width: 384px;
	max-width: 24rem;
}

.voice {
	padding-block: 40px 80px;
	padding-block: 2.5rem 5rem;
	background-color: #f6f6f6;
	overflow: hidden;
	position: relative;
}

.voice::before {
	background-color: #ffff01;
	content: '';
	height: 294px;
	height: 18.375rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 55.5555555556vw;
	z-index: 0;
}

.voice__title-wrapper {
	position: relative;
	z-index: 5;
}

.voice__img-top {
	max-width: 520px;
	max-width: 32.5rem;
	position: absolute;
	right: 88px;
	right: 5.5rem;
	top: 0;
	z-index: 5;
}

.voice__text {
	color: #222;
	margin-top: 40px;
	margin-top: 2.5rem;
	position: relative;
	z-index: 5;
}

.voice__list {
	margin-inline: auto;
	margin-top: 160px;
	margin-top: 10rem;
	max-width: 896px;
	max-width: 56rem;
	position: relative;
	z-index: 5;
}

.voice__item {
	grid-gap: 0px 2rem;
	display: grid;
	grid-template-columns: 8.5rem 1fr;
}

.voice__item:nth-of-type(n + 2) {
	margin-top: 56px;
	margin-top: 3.5rem;
}

.voice__item-img {
	max-width: 136px;
	max-width: 8.5rem;
}

.voice__item-body {
	color: #222;
	line-height: 1.5;
}

.voice__item-title {
	padding-inline: 8px;
	padding-inline: 0.5rem;
	background-color: #fff;
	display: inline-block;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5;
}

.voice__item-name {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	margin-top: 4px;
	margin-top: 0.25rem;
}

.voice__item-text {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 16px;
	margin-top: 1rem;
}

.voice__img-bottom {
	padding-block: 64px 80px;
	padding-block: 4rem 5rem;
	margin-top: 40px;
	margin-top: 2.5rem;
	position: relative;
}

.voice__img-bottom::before,
.voice__img-bottom::after {
	background-color: #ffff01;
	content: '';
	height: 200px;
	height: 12.5rem;
	position: absolute;
	width: 432px;
	width: 27rem;
	z-index: 0;
}

.voice__img-bottom::before {
	right: 0;
	top: 0;
}

.voice__img-bottom::after {
	bottom: 0;
	left: 0;
}

.voice__img-bottom img {
	position: relative;
	z-index: 5;
}

.voice__slider-wrapper {
	margin-top: 56px;
	margin-top: 3.5rem;
	overflow: hidden;
}

.c-btn {
	gap: 16px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #ffff01;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 62px;
	height: 3.875rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 420px;
	max-width: 26.25rem;
	overflow: hidden;
	position: relative;
	z-index: 5;
}

.c-btn::after {
	background: #ffff01;
	content: '';
	left: 50%;
	padding-top: 150%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.25s ease;
	transition: 0.25s ease;
	width: 150%;
	z-index: -1;
}

.c-btn__icon-cal {
	height: 24px;
	height: 1.5rem;
	width: 24px;
	width: 1.5rem;
}

.c-btn__text {
	color: #222;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5;
}

.c-btn__icon-arw {
	height: 24px;
	height: 1.5rem;
	width: 24px;
	width: 1.5rem;
}

.c-title {
	color: #222;
}

.c-title.--white {
	color: #fff;
}

.c-title.--center {
	text-align: center;
}

.c-title__main {
	font-family: 'Jost';
	font-size: 88px;
	font-size: 5.5rem;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
}

.c-title__sub {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.c-totop {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: none;
	border: 0;
	bottom: 20px;
	bottom: 1.25rem;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	position: fixed;
	right: 40px;
	right: 2.5rem;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	visibility: hidden;
	z-index: 60;
}

.c-totop__btn p {
	color: #fff;
	height: 85px;
	height: 5.3125rem;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin: 0;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.c-totop__btn p:before {
	background: #fff;
	content: '';
	height: 20px;
	height: 1.25rem;
	position: absolute;
	right: -5px;
	right: -0.3125rem;
	top: 2px;
	top: 0.125rem;
	-webkit-transform: skewX(-150deg);
	transform: skewX(-150deg);
	width: 2px;
	width: 0.125rem;
}

.c-totop__btn p:after {
	background: #fff;
	bottom: 0;
	content: '';
	height: 85px;
	height: 5.3125rem;
	position: absolute;
	right: 0;
	width: 2px;
	width: 0.125rem;
}

.js-totop.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 60;
}

.cta {
	padding-block: 40px;
	padding-block: 2.5rem;
}

.cta__box {
	margin-inline: auto;
	gap: 40px;
	gap: 2.5rem;
	background-color: #222;
	border: 1px solid #fff;
	-webkit-box-shadow: 1.5rem 1.5rem 0 0 #505050;
	box-shadow: 1.5rem 1.5rem 0 0 #505050;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 974px;
	max-width: 60.875rem;
	padding: 43px 72px 43px 56px;
	padding: 2.6875rem 4.5rem 2.6875rem 3.5rem;
}

.cta__title {
	font-family: 'Jost';
	font-size: 72px;
	font-size: 4.5rem;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}

.cta__box-content {
	text-align: center;
}

.cta__text01 {
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 500;
	line-height: 1.5;
}

.cta__text02 {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.cta__btn-wrapper {
	margin-top: 16px;
	margin-top: 1rem;
}

.cta__btn.c-btn {
	max-width: 360px;
	max-width: 22.5rem;
}

.l-drawer {
	display: none;
}

.l-drawer.is-show {
	opacity: 1;
	-webkit-transition: 0.2s all ease;
	transition: 0.2s all ease;
	visibility: visible;
	z-index: 200;
}

.l-drawer__close {
	height: 32px;
	height: 2rem;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: 8px;
	top: 0.5rem;
	width: 32px;
	width: 2rem;
	z-index: 5;
}

.l-drawer__close-btn {
	padding: 0;
}

.l-drawer__inner {
	padding: 114px 44px 120px;
	padding: 7.125rem 2.75rem 7.5rem;
	text-align: center;
}

.l-drawer__item:nth-of-type(n + 2) {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.l-drawer__link {
	padding-block: 6px;
	padding-block: 0.375rem;
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
}

.l-drawer__text01 {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 42px;
	margin-top: 2.625rem;
}

.l-drawer__text02 {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 4px;
	margin-top: 0.25rem;
}

.l-drawer__btn-wrapper {
	margin-top: 12px;
	margin-top: 0.75rem;
}

.l-drawer__btn {
	margin-inline: auto;
	height: 59px;
	height: 3.6875rem;
	max-width: 302px;
	max-width: 18.875rem;
}

.l-footer {
	padding-block: 16px;
	padding-block: 1rem;
	background-color: #3f3f3f;
	height: 112px;
	height: 7rem;
	margin-top: 80px;
	margin-top: 5rem;
	width: 100%;
}

.l-footer__content {
	text-align: center;
}

.l-footer__nav-list {
	gap: 24px;
	gap: 1.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-footer__nav-link {
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.5;
	text-align: center;
	text-decoration: underline;
}

.l-footer__copyright {
	margin-top: 16px;
	margin-top: 1rem;
	text-align: center;
}

.l-footer__copyright small {
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.5;
}

.l-hamburger {
	display: none;
}

.l-header {
	background-color: #222;
	height: 61px;
	height: 3.8125rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

.l-header__inner {
	height: 100%;
}

.l-header__content {
	padding-block: 12px;
	padding-block: 0.75rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-header__logo {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-header__logo-link {
	display: inline-block;
	width: 151px;
	width: 9.4375rem;
}

.l-header__gnav {
	height: 100%;
}

.l-header__gnav-list {
	gap: 32px;
	gap: 2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.l-header__gnav-item {
	height: 100%;
}

.l-header__gnav-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.5;
}

.l-header__gnav-btn {
	gap: 4px;
	gap: 0.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #ffff01;
	color: #222;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	width: 126px;
	width: 7.875rem;
	z-index: 5;
}

.l-header__gnav-btn::after {
	background: #ffff01;
	content: '';
	left: 50%;
	padding-top: 150%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.25s ease;
	transition: 0.25s ease;
	width: 150%;
	z-index: -1;
}

.l-header__gnav-btn svg {
	width: 20px;
	width: 1.25rem;
}

.l-header__gnav-btn .l-header__gnav-btn-text {
	color: #222;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.5;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1250px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.u-anime {
	opacity: 0;
	-webkit-transition: all 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
	transition: all 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
	visibility: hidden;
	will-change: opacity, transform, visibility;
}

.u-anime.is-show,
.u-load-anime.is-show {
	opacity: 1;
	visibility: visible;
}

.u-anime.--fadeinup {
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}

.u-anime.--fadeinup.is-show {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.u-anime.--fadein {
	-webkit-transform: none;
	transform: none;
}

.u-anime.--fadein.is-show {
	-webkit-transform: none;
	transform: none;
}

.u-anime.--slideinleft {
	-webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: clip-path;
}

.u-anime.--slideinleft.is-show {
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	transition: clip-path 0.8s cubic-bezier(0.16, 1, 0.3, 1), -webkit-clip-path 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	/* 動きを減らす設定の人は即時スクロール */

	.dx__about-track {
		-webkit-animation: none;
		animation: none;
	}

	.gallery__track {
		-webkit-animation: none;
		animation: none;
	}
}

@media (hover: hover) {
	a:hover {
		opacity: 0.7;
	}

	.c-btn:hover {
		background-color: #222;
		color: #ffff01;
		-webkit-transition: color 0.3s ease, background-color 0.3s ease;
		transition: color 0.3s ease, background-color 0.3s ease;
	}

	.c-btn:hover svg path {
		stroke: #ffff01;
		-webkit-transition: stroke 0.3s ease;
		transition: stroke 0.3s ease;
	}

	.c-btn:hover .c-btn__icon-arw path {
		fill: #ffff01;
		-webkit-transition: fill 0.3s ease;
		transition: fill 0.3s ease;
	}

	.c-btn:hover .c-btn__text {
		color: #ffff01;
		-webkit-transition: color 0.3s ease;
		transition: color 0.3s ease;
	}

	.c-btn:hover:after {
		left: 190%;
	}

	.l-header__gnav-btn:hover {
		background-color: #222;
		color: #ffff01;
		-webkit-transition: color 0.3s ease, background-color 0.3s ease;
		transition: color 0.3s ease, background-color 0.3s ease;
	}

	.l-header__gnav-btn:hover svg path {
		stroke: #ffff01;
		-webkit-transition: stroke 0.3s ease;
		transition: stroke 0.3s ease;
	}

	.l-header__gnav-btn:hover .l-header__gnav-btn-text {
		color: #ffff01;
		-webkit-transition: color 0.3s ease;
		transition: color 0.3s ease;
	}

	.l-header__gnav-btn:hover:after {
		left: 190%;
	}

	a.u-anime.is-show:hover {
		opacity: 0.7;
		-webkit-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
	}
}

@media (min-width: 768px) {
	.dx__about-track.fv__slider-track {
		margin-inline: 0;
		width: 100%;
	}
}

@media (max-width: 1632px) {
	.company__inner.l-inner {
		max-width: none;
	}

	.company__content {
		margin-left: -1.5625rem;
	}
}

@media screen and (max-width: 1279px) {
	.u-xl {
		display: none;
	}

	.profile::before {
		width: 50vw;
	}

	.summit__box {
		padding: 2.5rem 3.8888888889vw;
	}

	.thought::before {
		width: 27.7777777778vw;
	}

	.thought__media-img {
		max-width: 34.7222222222vw;
	}

	.voice__img-top {
		right: 6.1111111111vw;
	}

	.voice__img-bottom::before,
	.voice__img-bottom::after {
		width: 30vw;
	}
}

@media (max-width: 1200px) {
	html {
		font-size: 1.3333333333vw;
	}

	.fv__media-img {
		max-width: 36.25rem;
	}
}

@media screen and (max-width: 1023px) {
	.u-lg {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.u-desktop {
		display: none;
	}

	.u-mobile {
		display: block;
	}

	body.page {
		font-size: rem(15);
	}

	[id] {
		scroll-margin-top: 48px;
	}

	html {
		font-size: 16px;
	}

	.app-form__content {
		margin-block: 2rem 2.25rem;
	}

	.app-form__box {
		padding: 1.25rem 0.75rem;
	}

	.app-form__field {
		display: block;
	}

	.app-form__field-data {
		margin-top: 0.5rem;
	}

	.app-form__checkbox-list,
	.wpcf7-radio {
		gap: 0.5rem;
	}

	.app {
		margin-top: 3rem;
	}

	.app-heading {
		padding-block: 2.3125rem;
	}

	.app-heading__title {
		font-size: 3.5rem;
	}

	.app-heading__subtitle {
		font-size: 1.125rem;
	}

	.app-form iframe {
		height: 250rem;
	}

	.access {
		padding-block: 2rem;
	}

	.access__content {
		display: block;
		margin-top: 1.5rem;
	}

	.access__detail {
		max-width: none;
	}

	.access__detail + .access__detail {
		margin-top: 1.5rem;
	}

	.access__detail-title {
		font-size: 1.25rem;
		height: 2.75rem;
	}

	.access__detail-body {
		gap: 1rem;
	}

	.access__detail-name {
		font-size: 1rem;
	}

	.access__detail-text {
		font-size: 0.8125rem;
		margin-top: 1rem;
	}

	.access__detail-address {
		font-size: 0.8125rem;
		margin-top: 1.5rem;
		min-height: auto;
	}

	.access__detail-img {
		max-width: 9rem;
	}

	.access__detail-map {
		aspect-ratio: 350/180;
	}

	.beginner {
		padding-block: 1.5rem 3rem;
	}

	.beginner__media {
		display: block;
	}

	.beginner__media + .beginner__media {
		margin-top: 2rem;
	}

	.beginner__media-img {
		max-width: none;
	}

	.beginner__media-main {
		gap: 1rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 1.25rem;
	}

	.beginner__media-main-title {
		font-size: 1.25rem;
		letter-spacing: -0.02em;
		white-space: nowrap;
	}

	.beginner__media-list {
		display: block;
		margin-top: 0;
	}

	.beginner__media-item img {
		width: 1.875rem;
	}

	.beginner__media-item + .beginner__media-item {
		margin-top: 0.4375rem;
	}

	.beginner__media-item-text {
		font-size: 0.9375rem;
		letter-spacing: -0.02em;
	}

	.case {
		padding-block: 2rem;
	}

	.case__list {
		margin-top: 1.5rem;
	}

	.case__item {
		display: block;
		padding: 1.5rem;
	}

	.case__item:nth-of-type(n + 2) {
		margin-top: 1rem;
	}

	.case__item-img {
		margin-inline: auto;
		max-width: none;
	}

	.case__item-body {
		margin-top: 1rem;
	}

	.case__item-title {
		font-size: 1.25rem;
	}

	.case__item-text {
		margin-top: 1rem;
	}

	.company {
		padding-block: 2rem 1.5rem;
	}

	.company__inner.l-inner {
		max-width: 1250px;
	}

	.company__content {
		display: block;
		margin-left: 0;
		margin-top: 1.5rem;
	}

	.company__content-img {
		margin-inline: auto;
		max-width: none;
	}

	.company__detail {
		margin-top: 1rem;
	}

	.company__detail-row {
		padding-block: 1rem;
		height: auto;
	}

	.dx {
		padding-bottom: 2rem;
	}

	.dx__about {
		padding-block: 2rem;
		background-color: #ffff01;
	}

	.dx__about::before {
		display: none;
	}

	.dx__about-title {
		width: 21.6875rem;
	}

	.dx__about-track {
		gap: 0.75rem;
	}

	.dx__about-track img {
		max-width: 15rem;
	}

	.dx__about-text {
		padding-inline: 1.25rem;
		text-align: left;
	}

	.dx__detail.dx__dx {
		margin-top: 2rem;
	}

	.dx__detail.dx__ai {
		margin-top: 1rem;
	}

	.dx__detail-content {
		display: block;
	}

	.dx__detail-title {
		padding-top: 0;
	}

	.dx__detail-main {
		margin-top: 1.5rem;
	}

	.dx__detail-list {
		display: block;
	}

	.dx__detail-item {
		gap: 0.5rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.dx__detail-item:nth-of-type(n + 2) {
		margin-top: 2rem;
	}

	.dx__detail-item-head {
		display: block;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 8.5rem;
	}

	.dx__detail-item-head > img {
		width: 4rem;
	}

	.dx__detail-item-title {
		font-size: 1.25rem;
	}

	.dx__detail-item-body {
		margin-top: 0;
	}

	.dx__detail-list-sub-item-text {
		font-size: 0.9375rem;
		letter-spacing: -0.01em;
	}

	.dx__detail-item-etc {
		font-size: 0.875rem;
	}

	.flow {
		padding-block: 2rem;
	}

	.flow__text {
		font-size: 0.9375rem;
		margin-top: 1.5rem;
	}

	.flow__list {
		display: block;
		margin-top: 1.5rem;
	}

	.flow__item {
		margin-inline: auto;
		max-width: none;
	}

	.flow__item + .flow__item {
		margin-top: 1.5rem;
	}

	.fv {
		padding-bottom: 1.5rem;
	}

	.fv__media {
		padding-top: 1.5rem;
	}

	.fv__media::before {
		height: 51.1508951407vw;
		top: 11.5rem;
		width: 56.5217391304vw;
	}

	.fv__media-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.fv__media-main {
		display: contents;
		padding-top: 0;
	}

	.fv__title {
		font-size: 3.5rem;
	}

	.fv__subtitle {
		font-size: 1.125rem;
	}

	.fv__text01 {
		font-size: 1.5rem;
		margin-top: 1rem;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		text-align: center;
	}

	.fv__btn-wrapper {
		margin-top: 0.75rem;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.fv__btn {
		margin-inline: auto;
	}

	.fv__text02 {
		font-size: 1.125rem;
		margin-top: 0.75rem;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		text-align: center;
	}

	.fv__text03 {
		font-size: 0.8125rem;
		letter-spacing: -0.03em;
		margin-top: 0.25rem;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		text-align: center;
	}

	.fv__text03 .-lg {
		font-size: 1.25rem;
	}

	.fv__media-img {
		margin-top: 2.5rem;
		position: static;
	}

	.fv__gallery-wrapper {
		margin-top: 1.5rem;
	}

	.fv__gallery-wrapper.--sp {
		display: block;
	}

	.fv__gallery-wrapper.--pc {
		display: none;
	}

	.dx__about-track.fv__slider-track {
		gap: 0.5rem;
	}

	.dx__about-track.fv__slider-track .fv__gallery-img {
		max-width: 6rem;
	}

	.fv__point-wrapper {
		gap: 0;
		margin-top: 1rem;
	}

	.fv__point {
		display: block;
		min-width: 10rem;
		width: -moz-fit-content;
		width: -webkit-fit-content;
		width: fit-content;
	}

	.fv__point img {
		margin-inline: auto;
	}

	.fv__point:nth-of-type(2) .fv__point-text {
		letter-spacing: -0.05em;
	}

	.fv__point-text {
		display: block;
		font-size: 0.875rem;
		margin-top: 0.25rem;
		text-align: center;
		white-space: nowrap;
	}

	.fv__date {
		margin-top: 1rem;
		max-width: 22.5rem;
		padding: 0.75rem 1.5rem;
	}

	.fv__date-title {
		font-size: 1.25rem;
	}

	/* .fv__date-list {
	margin-inline: auto;
	display: block;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
} */

	.fv__date-item {
		gap: 0.5rem;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 1.125rem;
	}

	.fv__date-item .-count {
		font-size: 0.875rem;
		height: 1.5625rem;
		width: 3.25rem;
	}

	.fv__date-item .-status {
		display: block;
	}

	.fv__date-item + .fv__date-item {
		margin-top: 1rem;
	}

	.fv__date-text {
		font-size: 1.25rem;
	}

	.fv__date-text .--sm {
		display: block;
	}

	.gallery {
		padding-block: 2rem;
	}

	.gallery__content {
		margin-top: 1.5rem;
	}

	.gallery__content.--pc {
		display: none;
	}

	.gallery__content.--sp {
		display: block;
	}

	.gallery__slider-wrapper {
		margin-inline: calc(50% - 50vw);
		margin-top: 1.5rem;
		overflow: hidden;
		width: 100vw;
	}

	.gallery__track {
		gap: 1.125rem;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-animation: scroll-left 30s linear infinite;
		animation: scroll-left 30s linear infinite;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: -moz-max-content;
		width: -webkit-max-content;
		width: max-content;
	}

	.gallery__track img {
		max-width: 13.75rem;
	}

	.gallery__track.--reverse {
		animation: scroll-left 40s linear infinite reverse;
	}

	.issue {
		padding-block: 2rem 1.5rem;
	}

	.issue::before {
		height: 134.358974359vw;
		width: 82.0512820513vw;
	}

	.issue__content {
		padding-inline: 0;
	}

	.issue__cards {
		grid-gap: 0.5rem 0.5rem;
		grid-template-columns: repeat(2, 1fr);
		margin-top: 1.5rem;
	}

	.issue__card {
		max-width: none;
	}

	.learning {
		padding-block: 2rem;
	}

	.learning__content {
		margin-top: 1.5rem;
	}

	.learning__cards {
		grid-gap: 0.75rem 0.75rem;
	}

	.learning__card {
		padding: 1.125rem 0.75rem;
	}

	.learning__card-heading {
		display: block;
	}

	.learning__card-heading img {
		margin-inline: auto;
	}

	.learning__card-title {
		font-size: 1rem;
		text-align: center;
	}

	.learning__card-list {
		margin-top: 0.75rem;
	}

	.learning__card-item {
		font-size: 0.8125rem;
	}

	.learning__card-item::before {
		top: 0.75rem;
	}

	.merit {
		padding-block: 2rem;
	}

	.merit__list {
		margin-top: 1.5rem;
	}

	.merit__item {
		display: block;
	}

	.merit__item-img {
		margin-inline: auto;
		max-width: 14.0625rem;
	}

	.merit__item-body {
		margin-top: 1.5rem;
	}

	.merit__item-title {
		margin-inline: auto;
		font-size: 1.25rem;
		height: 2.375rem;
		text-align: center;
	}

	.merit__item-title.--h60 {
		height: 3.75rem;
	}

	.merit__item-list-item-title {
		font-size: 1rem;
	}

	.merit__item-list-item-text {
		font-size: 0.9375rem;
	}

	.merit__item-text {
		font-size: 0.9375rem;
	}

	.present {
		padding-block: 2rem;
	}

	.present::before {
		height: 22.5rem;
		top: 0;
		width: 66.6666666667vw;
	}

	.present__content {
		margin-top: 1.5rem;
	}

	.present__cards {
		grid-gap: 1rem 1rem;
		grid-template-columns: repeat(2, 1fr);
		margin-top: 1.5rem;
	}

	.present__cards.--2col {
		display: block;
	}

	.present__cards.--2col .present__card:nth-of-type(n + 2) {
		margin-top: 1rem;
	}

	.present__card-title {
		padding-block: 0.5rem;
		font-size: 1rem;
		height: auto;
	}

	.present__card-title.--ls {
		line-height: 1.3;
	}

	.present__card-text {
		font-size: 0.8125rem;
	}

	.price {
		padding-block: 2rem;
	}

	.price__note {
		font-size: 0.75rem;
		margin-top: 0.5rem;
	}

	.price__block.--01 {
		margin-top: 1.5rem;
	}

	.price__block.--02,
	.price__block.--03 {
		margin-top: 1rem;
	}

	.price__block-table-row {
		display: block;
	}

	.price__block-table-head {
		padding: 0.5rem 0.75rem;
	}

	.price__block-table-head span {
		font-size: 0.875rem;
		line-height: 1.2;
	}

	.price__block-table-data {
		padding: 0.5rem 0.75rem;
	}

	.price__block-table-data span {
		margin-inline: auto;
		font-size: 0.9375rem;
		text-align: center;
	}

	.price__block-table-data.--ls {
		letter-spacing: -0.02em;
	}

	.price__block-table-text {
		margin-inline: auto;
		padding-block: 0.625rem;
	}

	.price__block-table-text .--lg {
		font-size: 2.5rem;
	}

	.price__block-table-text .--md {
		font-size: 1.125rem;
		margin-left: 0.25rem;
	}

	.price__block-table-text .--sm {
		font-size: 0.8125rem;
	}

	.profile {
		padding-block: 2rem;
	}

	.profile::before {
		display: none;
	}

	.profile__media {
		display: block;
		padding-bottom: 0;
	}

	.profile__media-text-wrapper {
		gap: 2rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 1.5rem;
	}

	.profile__media-text01 {
		font-size: 2rem;
	}

	.profile__media-text02 {
		font-size: 0.9375rem;
		margin-top: 0.25rem;
	}

	.profile__media-text03 {
		font-size: 0.875rem;
		margin-top: 0;
	}

	.profile__media-text04 {
		display: block;
		font-size: 1.25rem;
	}

	.profile__media-text04 .--sm {
		display: block;
		font-size: 0.875rem;
		margin-left: 0;
	}

	.profile__media-img {
		margin-top: 1.5rem;
		position: relative;
		z-index: 5;
	}

	.profile__media-img::before {
		background-color: #ffff01;
		bottom: -1rem;
		content: '';
		display: block;
		height: 51.2820512821vw;
		position: absolute;
		right: -1.25rem;
		width: 87.1794871795vw;
		z-index: 0;
	}

	.profile__text:nth-of-type(1) {
		margin-top: 2.5rem;
	}

	.results {
		padding-block: 2rem;
	}

	.results__content {
		margin-top: 1.5rem;
	}

	.results__box {
		display: block;
		padding: 1.5rem 1rem;
	}

	.results__box-body {
		max-width: none;
	}

	.results__box-title {
		font-size: 1.25rem;
	}

	.results__box-text {
		font-size: 0.8125rem;
		margin-top: 0.5rem;
	}

	.results__box-img {
		margin-top: 1rem;
	}

	.results__cards {
		grid-gap: 1rem 1rem;
		grid-template-columns: repeat(2, 1fr);
		margin-top: 1rem;
	}

	.results__card {
		max-width: none;
	}

	.summit {
		padding-block: 2rem;
		overflow: hidden;
	}

	.summit__nav-wrapper {
		gap: 0.5rem 1rem;
		margin-top: 1.5rem;
	}

	.summit__nav {
		font-size: 0.875rem;
		height: 2.3125rem;
		padding: 0.5rem 1.5rem;
	}

	.summit__content {
		margin-top: 1.5rem;
	}

	.summit__box {
		display: block;
		height: 37.5rem;
		overflow: hidden;
		padding: 2rem 1.25rem;
		position: relative;
	}

	.summit__box.is-open {
		height: auto;
		-webkit-transition: height 0.3s ease;
		transition: height 0.3s ease;
	}

	.summit__box:nth-of-type(n + 2) {
		margin-top: 1.5rem;
	}

	.summit__box:nth-of-type(2n - 1) {
		background: -webkit-gradient(linear, left top, left bottom, from(#ffff01), color-stop(15.5rem, #ffff01), color-stop(15.5rem, #f6f6f6), to(#f6f6f6));
		background: linear-gradient(to bottom, #ffff01 0%, #ffff01 15.5rem, #f6f6f6 15.5rem, #f6f6f6 100%);
	}

	.summit__box:nth-of-type(2n) {
		background: -webkit-gradient(linear, left top, left bottom, from(#505050), color-stop(15.5rem, #505050), color-stop(15.5rem, #3f3f3f), to(#3f3f3f));
		background: linear-gradient(to bottom, #505050 0%, #505050 15.5rem, #3f3f3f 15.5rem, #3f3f3f 100%);
	}

	.summit__box-about-wrapper {
		height: auto;
	}

	.summit__box-about {
		position: static;
	}

	.summit__box-num {
		font-size: 4rem;
	}

	.summit__box-title {
		font-size: 1.5rem;
	}

	.summit__box-info {
		gap: 1rem;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 0.9375rem;
		line-height: 1.5;
		margin-top: 1.5rem;
	}

	.summit__box-info img {
		width: 5rem;
	}

	.summit__box-name {
		margin-top: 0;
	}

	.summit__box-time {
		margin-top: 0.25rem;
	}

	.summit__box-text {
		font-size: 0.9375rem;
		margin-top: 1.5rem;
	}

	.summit__box-detail {
		margin-top: 2rem;
	}

	.summit__box-detail-block + .summit__box-detail-block {
		margin-top: 1rem;
	}

	.summit__box-detail-title {
		font-size: 1.125rem;
	}

	.summit__box-detail-item {
		font-size: 0.8125rem;
	}

	.summit__box-detail-subblock + .summit__box-detail-subblock {
		margin-top: 1.5rem;
	}

	.summit__box-detail-subtitle {
		font-size: 1.125rem;
	}

	.summit__box-btn {
		gap: 0.5rem;
		margin-inline: auto;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: rgba(34, 34, 34, 0.8);
		bottom: 0.75rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 3.6875rem;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		left: 50%;
		max-width: 21.875rem;
		position: absolute;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: calc(100% - 1rem);
	}

	.thought {
		padding-block: 3rem 1.5rem;
	}

	.thought::before {
		height: 16rem;
		width: 61.5384615385vw;
	}

	.thought__content {
		margin-top: 1.5rem;
	}

	.thought__media {
		gap: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.thought__media.--reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.thought__media + .thought__media {
		margin-top: 1.5rem;
	}

	.thought__media.--01 .thought__media-text {
		margin-top: 1.5rem;
	}

	.thought__media-main {
		display: contents;
	}

	.thought__media-img {
		margin-top: 1rem;
		max-width: none;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.thought__media-img.--01::before {
		bottom: -1.25rem;
		height: 7.375rem;
		left: auto;
		right: -1.25rem;
		width: 9.25rem;
	}

	.thought__media-text {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.time-bottom {
		padding-block: 0;
	}

	.top {
		margin-top: 3rem;
	}

	.visuals__img01 {
		padding-block: 1.25rem;
	}

	.visuals__movie {
		padding-block: 1.25rem;
	}

	.visuals__movie iframe {
		aspect-ratio: 350/197;
	}

	.visuals__block {
		padding-block: 1.25rem;
		gap: 0.5rem;
		margin-inline: auto;
		width: -moz-fit-content;
		width: -webkit-fit-content;
		width: fit-content;
	}

	.visuals__img02 {
		max-width: 10rem;
	}

	.visuals__img03 {
		max-width: 11.375rem;
	}

	.visuals__img04 {
		margin-top: 0.5rem;
		max-width: 8.0625rem;
	}

	.voice {
		padding-block: 2rem;
	}

	.voice::before {
		height: 22.5rem;
		width: 88.7179487179vw;
	}

	.voice__title-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.voice__title {
		display: contents;
	}

	.voice__img-top {
		margin-right: -1.25rem;
		margin-top: 1.5rem;
		max-width: 23.125rem;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		position: static;
	}

	.voice__text {
		margin-top: 1.5rem;
	}

	.voice__list {
		margin-top: 3rem;
	}

	.voice__item {
		grid-gap: 0px 1rem;
		grid-template-columns: 4.5rem 1fr;
	}

	.voice__item:nth-of-type(n + 2) {
		margin-top: 1.5rem;
	}

	.voice__item-img {
		max-width: 4.5rem;
	}

	.voice__item-title {
		-webkit-font-feature-settings: 'palt';
		font-feature-settings: 'palt';
		font-size: 1rem;
		letter-spacing: -0.02em;
	}

	.voice__item-name {
		font-size: 0.8125rem;
	}

	.voice__img-bottom {
		padding-block: 0;
		margin-inline: calc(50% - 50vw);
		margin-top: 1.5rem;
		width: 100vw;
	}

	.voice__img-bottom::before,
	.voice__img-bottom::after {
		display: none;
	}

	.voice__img-bottom-inner.l-inner {
		padding: 0;
	}

	.voice__slider-wrapper {
		margin-top: 2rem;
	}

	.c-btn {
		margin-inline: auto;
		height: 3.6875rem;
		max-width: 21.875rem;
	}

	.c-btn__text {
		font-size: 1.125rem;
	}

	.c-title__main {
		font-size: 3.5rem;
	}

	.c-title__sub {
		font-size: 1.125rem;
	}

	.c-totop {
		bottom: 0.5rem;
		right: 1.5rem;
	}

	.c-totop__btn p {
		height: 3.875rem;
	}

	.c-totop__btn p:before {
		height: 1.0625rem;
	}

	.c-totop__btn p:after {
		height: 3.875rem;
	}

	.cta {
		padding-block: 1.5rem;
	}

	.cta__box {
		-webkit-box-shadow: 0.75rem 0.75rem 0 0 #505050;
		box-shadow: 0.75rem 0.75rem 0 0 #505050;
		display: block;
		padding: 1.5rem;
	}

	.cta__title {
		font-size: 2.5rem;
		text-align: center;
	}

	.cta__box-content {
		margin-top: 0.5rem;
	}

	.cta__text01 {
		font-size: 1.25rem;
	}

	.cta__text02 {
		font-size: 0.875rem;
		margin-top: 0.25rem;
	}

	.cta__btn-wrapper {
		margin-top: 0.75rem;
	}

	.cta__btn.c-btn {
		max-width: 21.875rem;
	}

	.l-drawer {
		background-color: #222;
		color: #fff;
		display: block;
		height: calc(100vh + 48px);
		left: 0;
		opacity: 0;
		overflow-y: auto;
		position: fixed;
		right: 0;
		top: 0;
		-webkit-transition: 0.2s all ease;
		transition: 0.2s all ease;
		visibility: hidden;
		width: 100%;
		z-index: -99;
	}

	.l-footer {
		height: 9.5rem;
		margin-top: 3.5625rem;
	}

	.l-footer__nav-list {
		display: block;
		text-align: center;
	}

	.l-footer__copyright {
		margin-top: 0.75rem;
	}

	.l-hamburger {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 2rem;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0;
		width: 2rem;
		z-index: 100;
	}

	.l-header {
		height: 3rem;
	}

	.l-header__content {
		padding-block: 0.5625rem;
	}

	.l-header__logo-link {
		width: 7.5rem;
	}

	.l-header__gnav {
		gap: 0.75rem;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.l-header__gnav-list {
		display: block;
	}

	.l-header__gnav-item:not(:last-child) {
		display: none;
	}

	.l-header__gnav-btn {
		width: 6.4375rem;
	}

	.l-header__gnav-btn svg {
		width: 1.125rem;
	}

	.l-header__gnav-btn .l-header__gnav-btn-text {
		font-size: 0.8125rem;
	}

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

@media (max-width: 409px) {
	.fv__title {
		font-size: 3.25rem;
	}
}

@media (max-width: 389px) {
	.fv__title {
		font-size: 3rem;
	}
}

@media (max-width: 385px) {
	.fv__text03 .-lg {
		font-size: 1.125rem;
	}
}

@media (max-width: 375px) {
	html {
		font-size: 4.2666666667vw;
	}
}

@media (max-width: 374px) {
	.fv__text03 {
		font-size: 0.75rem;
	}
}

@-webkit-keyframes scroll-left {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	to {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@keyframes scroll-left {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	to {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@keyframes scroll-left {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	to {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

/*# sourceMappingURL=style.css.map */
