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

html {
	font-size: 1rem;
	height: 100%;
	scroll-behavior: smooth;
}

body {
	color: #4A4A4A;
	font-family: "ten-mincho-antique", sans-serif;
	font-weight: 400;
	line-height: 1.5;
}

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

a {
	color: #333;
	text-decoration: none;
	transition: opacity 0.3s;
}

a:hover {
	opacity: 0.7;
}

/*===================================================================
# Fv
===================================================================*/

.fv {
	aspect-ratio: 1440/993;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.fv__bg {
	aspect-ratio: 1440/900;
	inset-block-start: 0;
	inset-inline-start: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.fv__bg img {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 2;
	-o-object-fit: cover;
	object-fit: cover;
}

.fv__inner {
	height: 56.25rem;
	inset-block-start: 0;
	inset-inline-start: 50%;
	max-width: 90rem;
	position: absolute;
	translate: -50%;
	width: 100%;
	z-index: 3;
}

.fv__heading {
	margin: 0;
}

.fv__heading-image {
	display: block;
	height: auto;
	position: absolute;
	width: 8.0625rem;
	z-index: 3;
}

.fv__heading-image--main-01 {
	aspect-ratio: 129/746;
	inset-block-start: 1.8125rem;
	inset-inline-end: 2.854375rem;
}

.fv__heading-image--main-02 {
	aspect-ratio: 128.99/631.42;
	inset-block-start: 14.34875rem;
	inset-inline-end: 11.33875rem;
}

.fv__catchphrase {
	height: 42.950625rem;
	inset-block-start: 3.125rem;
	inset-inline-start: 54.25rem;
	margin: 0;
	position: absolute;
	width: 14.46rem;
	z-index: 3;
}

.fv__catchphrase-image {
	display: block;
	height: auto;
	position: absolute;
}

.fv__catchphrase-image--sub-01 {
	aspect-ratio: 139/786;
	inset-block-start: 0rem;
	inset-inline-start: 10.145625rem;
	width: 4.34375rem;
}

.fv__catchphrase-image--sub-02 {
	aspect-ratio: 142/754;
	inset-block-start: 3.158125rem;
	inset-inline-start: 5.056875rem;
	width: 4.4375rem;
}

.fv__catchphrase-image--sub-03 {
	aspect-ratio: 140/1158;
	inset-block-start: 6.783125rem;
	inset-inline-start: 0rem;
	width: 4.375rem;
}

.fv__bottom {
	aspect-ratio: 1440/116;
	display: grid;
	inset-block-start: 90.53%;
	inset-inline-start: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.fv__triangle {
	aspect-ratio: 1440/116;
	display: block;
	grid-area: 1/1;
	height: auto;
	width: 100%;
}

.fv__triangle img {
	aspect-ratio: 1440/116;
	height: auto;
	width: 100%;
}

.fv__lead {
	color: #000;
	font-size: 1.875rem;
	font-weight: 700;
	inset-block-start: 36.36%;
	inset-inline-start: 50%;
	line-height: 1.4;
	margin: 0;
	position: absolute;
	text-align: center;
	translate: -50% -50%;
	white-space: nowrap;
	width: 45rem;
	z-index: 1;
}

.fv__lead-break {
	display: none;
}

/*===================================================================
# Concern
===================================================================*/

.concern {
	aspect-ratio: 1440/1362;
	background-color: #141414;
	color: #fff;
	overflow: hidden;
	position: relative;
}

.concern__bg {
	inset: 0;
	position: absolute;
	z-index: 0;
}

.concern__bg img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center top;
	object-position: center top;
}

.concern__inner {
	inset-block-start: 4.6875rem;
	inset-inline-start: 50%;
	position: absolute;
	translate: -50%;
	width: min(100% - 5rem, 75rem);
	z-index: 1;
}

.concern__lead-wrap {
	margin-inline-end: auto;
	max-width: 100%;
	width: 37.1875rem;
}

.concern__title {
	font-size: 2.3125rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.8;
	margin: 0;
}

.concern__text {
	font-size: 1.25rem;
	line-height: 1.8;
	margin-block-start: 1.125rem;
}

.concern__cards {
	display: grid;
	grid-template-columns: repeat(3, 24rem);
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
	margin-block-start: 4.8125rem;
}

.concern__card {
	background-color: #fff;
	color: #000;
	min-height: 16.25rem;
	padding: 0;
	position: relative;
	width: 24rem;
}

.concern__card-icon {
	height: auto;
	inset-block-start: 1rem;
	inset-inline-start: 1.4375rem;
	position: absolute;
	width: 1.9375rem;
}

.concern__card-title {
	font-size: 1.5rem;
	font-weight: 500;
	inset-block-start: 1.5625rem;
	inset-inline: 0;
	line-height: 1.4;
	margin: 0;
	position: absolute;
	text-align: center;
}

.concern__card-body {
	display: grid;
	inset-block-start: 6.375rem;
	inset-inline-start: 1.875rem;
	position: absolute;
	row-gap: 0.4375rem;
	width: 20.1875rem;
}

.concern__item {
	color: #4a4a4a;
	display: grid;
	font-size: 1rem;
	line-height: 1.4;
	margin: 0;
	min-height: 3.8125rem;
	place-items: center;
	position: relative;
	text-align: center;
}

.concern__item-frame {
	height: 100%;
	inset: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
}

.concern__message {
	margin-block-start: 2.1875rem;
	margin-inline: auto;
	max-width: 100%;
	position: relative;
	text-align: center;
	width: 33.3125rem;
}

.concern__arrow {
	aspect-ratio: 121/35;
	display: block;
	margin-block-end: 1rem;
	margin-inline: auto;
	width: 7.5625rem;
}

.concern__message-text {
	font-size: 1.6875rem;
	line-height: 1.6;
	margin: 0;
}

.concern__message-core {
	font-size: 1.6875rem;
	line-height: 1.6;
	margin-block-end: 0;
	margin-block-start: 2.5625rem;
}

.concern__comma {
	display: inline-block;
	font-feature-settings: "palt";
	letter-spacing: -1em;
}

.concern__accent {
	color: #ec5e0c;
	display: inline-block;
	font-size: 2.625rem;
	letter-spacing: 0;
	line-height: 1.6;
	position: relative;
}

.concern__accent-close {
	display: inline-block;
	letter-spacing: -0.3em;
}

.concern__accent::after {
	aspect-ratio: 134/8;
	background: url(../../assets/img/concern/illust-concern-accent-line.svg) center center/contain no-repeat;
	content: "";
	inset-block-end: -0.375rem;
	inset-inline-start: calc(50% + 0.625rem);
	position: absolute;
	translate: -50%;
	width: 8.375rem;
}

/*===================================================================
# Environment
===================================================================*/

.environment {
	aspect-ratio: 1440/1985;
	background-color: #141414;
	margin-block-start: -18.75rem;
	overflow: hidden;
	position: relative;
}

.environment__bg {
	inset: 0;
	position: absolute;
	z-index: 0;
}

.environment__bg img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center top;
	object-position: center top;
}

.environment__inner {
	inset: 0;
	position: absolute;
	z-index: 1;
}

.environment__hero {
	inset-block-start: 10.625rem;
	inset-inline-start: 50%;
	position: absolute;
	translate: -50%;
	width: min(100% - 10.5rem, 79.5rem);
}

.environment__title {
	aspect-ratio: 829/462;
	margin: 0;
	width: 51.8125rem;
}

.environment__title picture {
	display: block;
	height: 100%;
	width: 100%;
}

.environment__title img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.environment__subtitle {
	aspect-ratio: 340/160;
	inset-block-start: 12.125rem;
	inset-inline-start: 33.5rem;
	margin: 0;
	position: absolute;
	width: 21.25rem;
}

.environment__subtitle picture {
	display: block;
	height: 100%;
	width: 100%;
}

.environment__subtitle img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.environment__box {
	aspect-ratio: 1200/669;
	background-color: #fff;
	background-image: url(../../assets/img/environment/illust-environment-box-bg.webp);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 41.8125rem;
	inset-block-start: 40.5rem;
	inset-inline-start: 50%;
	padding: 3.3125rem 3.125rem 3.25rem;
	position: absolute;
	translate: -50%;
	width: min(100% - 15rem, 75rem);
}

.environment__lead {
	text-align: center;
}

.environment__lead-title {
	display: inline-block;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.8;
	margin: 0;
	padding-block-end: 0.4375rem;
	position: relative;
}

.environment__lead-title::after {
	aspect-ratio: 435/14;
	background: url(../../assets/img/environment/illust-environment-deco-01.svg) center center/contain no-repeat;
	content: "";
	inset-block-end: -0.125rem;
	inset-inline-start: 50%;
	position: absolute;
	translate: -50%;
	width: 27.1875rem;
}

.environment__lead-text {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.8;
	margin-block-end: 0;
	margin-block-start: 1rem;
}

.environment__cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	position: relative;
	-moz-column-gap: 2.9375rem;
	column-gap: 2.9375rem;
	margin-block-start: 9.3125rem;
}

.environment__cards::before {
	background-image: linear-gradient(#e1e1e1, #e1e1e1), linear-gradient(#e1e1e1, #e1e1e1), linear-gradient(#e1e1e1, #e1e1e1);
	background-position: calc(25% - 0.78125rem) 0, 50% 0, calc(75% + 0.78125rem) 0;
	background-repeat: no-repeat;
	background-size: 0.125rem 100%;
	content: "";
	height: 25.3125rem;
	inset-block-start: -7.6875rem;
	inset-inline: 0;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.environment__card {
	min-height: 16.875rem;
	min-width: 0;
	padding-block-start: 0.1875rem;
	position: relative;
	z-index: 1;
}

.environment__card-title {
	align-items: center;
	display: flex;
	justify-content: center;
	-moz-column-gap: 0.625rem;
	color: #ec5e0c;
	column-gap: 0.625rem;
	font-size: 1.3125rem;
	font-weight: 700;
	line-height: 1.8;
	margin: 0;
	white-space: nowrap;
}

.environment__check {
	flex: 0 0 auto;
	height: auto;
	width: 1.0625rem;
}

.environment__icon {
	height: auto;
	pointer-events: none;
	position: absolute;
}

.environment__icon--01 {
	inset-block-start: -6.4375rem;
	inset-inline-start: 4.4375rem;
	width: 6.03rem;
}

.environment__icon--02 {
	inset-block-start: -5.9375rem;
	inset-inline-start: 4.1875rem;
	width: 6.44375rem;
}

.environment__icon--03 {
	inset-block-start: -6.0625rem;
	inset-inline-start: 4.3125rem;
	width: 6.295rem;
}

.environment__icon--04 {
	inset-block-start: -6.5625rem;
	inset-inline-start: 4.6875rem;
	width: 5.490625rem;
}

.environment__text {
	font-size: 0.9375rem;
	line-height: 2.1;
	margin-block-start: 0.875rem;
}

.environment__text-line {
	background: url(../../assets/img/environment/illust-environment-line.svg) left bottom/100% 0.125rem no-repeat;
	margin: 0;
	min-height: 1.9375rem;
	padding-block-end: 0.0625rem;
	white-space: nowrap;
}

.environment__message {
	color: #fff;
	inset-block-start: 96.125rem;
	inset-inline-start: 50%;
	position: absolute;
	translate: -50%;
	width: min(100% - 15rem, 75rem);
}

.environment__message-lead {
	font-size: 1.8125rem;
	font-weight: 500;
	line-height: 1.8;
	margin: 0;
}

.environment__message-kern {
	letter-spacing: -0.634375rem;
}

.environment__message-text {
	color: #fff;
	font-size: 3.8610625rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: -0.386125rem;
	line-height: 1.5;
	margin-block-end: 0;
	margin-block-start: 0.3125rem;
	text-shadow: 0 0 1.0160625rem var(--2, #141414);
	width: -moz-fit-content;
	width: fit-content;
}

.environment__message-small {
	color: #fff;
	font-size: 3.1836875rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: -0.318375rem;
	line-height: 1.5;
}

.environment__message-line {
	display: block;
	padding-block-end: 0.375rem;
	position: relative;
	white-space: nowrap;
	width: -moz-fit-content;
	width: fit-content;
}

.environment__message-line::after {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	inset-block-end: -0.25rem;
	inset-inline-start: 0;
	position: absolute;
}

.environment__message-line--01::after {
	background-image: url(../../assets/img/environment/illust-environment-deco-03.svg);
	height: 1rem;
	width: 27.75rem;
}

.environment__message-line--02 {
	margin-block-start: -0.25rem;
}

.environment__message-line--02::after {
	background-image: url(../../assets/img/environment/illust-environment-deco-04.svg);
	height: 1.125rem;
	width: 36rem;
}

/*===================================================================
# Change
===================================================================*/

.change {
	background-color: #141414;
	color: #fff;
	margin-block-start: -13.4375rem;
	overflow: hidden;
	padding-block: 6rem 5.875rem;
	position: relative;
}

.change__bg {
	height: 89.3125rem;
	inset-block-start: -37.375rem;
	inset-inline: 0;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.change__bg img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center top;
	object-position: center top;
}

.change__inner {
	margin-inline: auto;
	position: relative;
	width: min(100% - 7.5rem, 75.375rem);
	z-index: 1;
}

.change__heading {
	display: grid;
	justify-items: center;
	margin-block-start: 4.5rem;
	text-align: center;
	text-shadow: 0 0.275rem 2.348125rem rgba(0, 0, 0, 0.35);
}

.change__label {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	padding-block-end: 0.8125rem;
	position: relative;
}

.change__label::after {
	background-color: #fff;
	content: "";
	height: 0.1875rem;
	inset-block-end: 0;
	inset-inline-start: 50%;
	position: absolute;
	translate: -50%;
	width: 4.375rem;
}

.change__title {
	font-size: 4.375rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0.625rem 0 0;
	text-shadow: 0 0.275rem 2.348125rem rgba(0, 0, 0, 0.35);
}

.change__lead {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.7;
	margin: 1.625rem 0 0;
	text-shadow: 0 0.275rem 2.348125rem rgba(0, 0, 0, 0.55);
}

.change__summary {
	background-color: #fff;
	color: #151515;
	margin-block-start: 1.9375rem;
	max-width: 100%;
	min-height: 6.9375rem;
	padding: 1.1875rem 5.0625rem;
	position: relative;
	text-align: start;
	text-shadow: none;
	width: 31.5rem;
}

.change__summary::before,
.change__summary::after {
	aspect-ratio: 25/18;
	background: url(../../assets/img/change/illust-change-quote.svg) center/contain no-repeat;
	content: "";
	opacity: 1;
	position: absolute;
	width: 1.5625rem;
}

.change__summary::before {
	inset-block-start: 0.59375rem;
	inset-inline-start: 0.51875rem;
}

.change__summary::after {
	inset-block-end: 0.59375rem;
	inset-inline-end: 0.51875rem;
	rotate: 180deg;
}

.change__summary-text {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
}

.change__summary-text span {
	color: #ec5e0c;
}

.change__summary-note {
	color: rgba(21, 21, 21, 0.3);
	font-size: 0.625rem;
	font-weight: 500;
	line-height: 1.6;
	margin: 0.1875rem 0 0;
}

.change__list {
	display: grid;
	margin-block-start: 4.1875rem;
	row-gap: 3.75rem;
}

.change__item {
	align-items: center;
	display: grid;
	grid-template-columns: 42rem 28.9375rem;
	-moz-column-gap: 4.25rem;
	column-gap: 4.25rem;
}

.change__item--reverse {
	grid-template-columns: 28.9375rem 42rem;
}

.change__item--reverse .change__content {
	grid-column: 2;
	grid-row: 1;
}

.change__item--reverse .change__photo {
	grid-column: 1;
	grid-row: 1;
}

.change__content {
	min-width: 0;
}

.change__item-title {
	color: #ec5e0c;
	font-size: 3.9375rem;
	font-weight: 700;
	line-height: 1.6;
	margin: 0 0 0.375rem;
	width: -moz-fit-content;
	width: fit-content;
}

.change__catch {
	background-color: #ec5e0c;
	color: #fff;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
	margin: 0 0 1.25rem;
	padding: 0 0 0 0.75rem;
}

.change__quotes {
	display: grid;
	list-style: none;
	margin: 0;
	padding: 0;
	row-gap: 0.5rem;
}

.change__quotes li {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='672' height='2' viewBox='0 0 672 2' fill='none'%3E%3Cpath d='M0 1H672' stroke='%23E3E3E3' stroke-opacity='0.4' stroke-width='2' stroke-dasharray='2 2'/%3E%3C/svg%3E");
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100% 0.125rem;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
	margin: 0;
	overflow: hidden;
	overflow-wrap: anywhere;
	padding: 0 0 0.5rem;
	position: relative;
}

.change__quotes span {
	color: rgba(255, 255, 255, 0.6);
	display: block;
	font-size: 0.875rem;
}

.change__quotes .change__quote-text {
	color: inherit;
	display: inline;
	font-size: inherit;
}

.change__quotes .change__quote-text--fit {
	display: block;
	transform: scaleX(0.86);
	transform-origin: left center;
	white-space: nowrap;
	width: 116.2790697674%;
}

.change__numbers {
	height: 6.875rem;
	list-style: none;
	margin: 0;
	max-width: 100%;
	padding: 0;
	position: relative;
	width: 41.9375rem;
}

.change__numbers li {
	border: 0.0625rem solid #fff;
	display: grid;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.35;
	min-height: 3.125rem;
	padding: 0.3125rem 1rem;
	place-items: center;
	position: absolute;
	text-align: center;
	white-space: nowrap;
}

.change__numbers li:nth-child(1) {
	inset-block-start: 0;
	inset-inline-start: 0;
	width: 11rem;
}

.change__numbers li:nth-child(2) {
	inset-block-start: 0;
	inset-inline-start: 11.625rem;
	width: 11.9375rem;
}

.change__numbers li:nth-child(3) {
	inset-block-start: 0;
	inset-inline-start: 24.1875rem;
	width: 17.75rem;
}

.change__numbers li:nth-child(4) {
	inset-block-start: 3.75rem;
	inset-inline-start: 0;
	width: 15.125rem;
}

.change__numbers li:nth-child(5) {
	inset-block-start: 3.75rem;
	inset-inline-start: 15.75rem;
	width: 12.8125rem;
}

.change__numbers li:nth-child(6) {
	inset-block-start: 3.75rem;
	inset-inline-start: 29.1875rem;
	width: 12.75rem;
}

.change__photo {
	aspect-ratio: 927/670;
	display: block;
	filter: drop-shadow(0 1.125rem 1.5rem rgba(0, 0, 0, 0.28));
	width: 28.9375rem;
}

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

.change__bottom {
	margin-block-start: 8rem;
	margin-inline: 50%;
	position: relative;
	translate: -50%;
	width: min(100vw, 78.125rem);
}

.change__collage {
	aspect-ratio: 2500/1128;
	display: block;
	width: 100%;
}

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

.change__bottom-copy {
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	position: absolute;
	text-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.55);
}

.change__bottom-copy--top {
	font-size: 2.0625rem;
	inset-block-start: -0.25rem;
	inset-inline-start: 0;
}

.change__bottom-copy--lead {
	font-size: 4.0625rem;
	inset-block-start: 36.5%;
	inset-inline-start: 26%;
}

.change__bottom-copy--left {
	font-size: 3.1875rem;
	inset-block-end: 1%;
	inset-inline-start: 0;
}

.change__bottom-copy--right {
	font-size: 3.4375rem;
	inset-block-start: -5.25rem;
	inset-inline-end: 4.3125rem;
	line-height: calc(1em + 0.5625rem);
	writing-mode: vertical-rl;
}

.change__bottom-copy--foot {
	font-size: 2.3125rem;
	inset-block-end: 1.5%;
	inset-inline-end: -6.5%;
}

/*===================================================================
# About
===================================================================*/

.about {
	background-color: #F85B00;
	color: #fff;
	margin-block-start: -0.0625rem;
	overflow: hidden;
	position: relative;
}

.about__inner {
	display: grid;
	grid-template-columns: 29.75rem 39.875rem;
	-moz-column-gap: 5.5rem;
	align-items: center;
	column-gap: 5.5rem;
	grid-template-areas: "image heading" "image body";
	margin-inline: auto;
	padding-block-start: 6.25rem;
	width: min(100% - 15rem, 75rem);
}

.about__image {
	aspect-ratio: 952/1262;
	display: block;
	grid-area: image;
	width: 29.75rem;
}

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

.about__body {
	display: grid;
	grid-area: body;
	row-gap: 1.6875rem;
}

.about__label,
.about__title,
.about__lead,
.about__text {
	text-shadow: 0 0.2125rem 1.723125rem rgba(0, 0, 0, 0.25);
}

.about__heading {
	display: grid;
	grid-area: heading;
	margin-block-start: 1.1875rem;
	row-gap: 0.625rem;
}

.about__title-wrap {
	display: grid;
	row-gap: 0.625rem;
}

.about__label {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	padding-block-end: 0.8125rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.about__label::after {
	background-color: currentColor;
	content: "";
	height: 0.1875rem;
	inset-block-end: 0;
	inset-inline-start: 0.1875rem;
	position: absolute;
	width: 4.375rem;
}

.about__title {
	font-size: 3.625rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

.about__text-wrap {
	display: grid;
	row-gap: 1.4375rem;
}

.about__lead {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.8;
	margin: 0;
}

.about__text {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.8;
	margin: 0;
}

/*===================================================================
# MMV
===================================================================*/

.mmv {
	background-color: #F85B00;
	overflow: hidden;
	padding-block: 5rem 18.75rem;
	position: relative;
}

.mmv__bg {
	display: block;
	inset-block-end: -4.1875rem;
	inset-inline-start: 50%;
	pointer-events: none;
	position: absolute;
	translate: -50%;
	width: 100%;
	z-index: 0;
}

.mmv__bg img {
	display: block;
	height: auto;
	width: 100%;
}

.mmv__inner {
	background-color: #fff;
	background-image: url("../../assets/img/mmv/image-mmv-box-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #141414;
	margin-inline: auto;
	padding: 3.3125rem 8.6875rem 4.625rem;
	position: relative;
	width: min(100% - 10rem, 75rem);
	z-index: 1;
}

.mmv__title {
	font-size: 2.875rem;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 auto;
	padding-block-end: 1.625rem;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.mmv__title::after {
	background-color: #fe6106;
	content: "";
	height: 0.3125rem;
	inset-block-end: 0;
	inset-inline-start: 50%;
	position: absolute;
	translate: -50%;
	width: 7rem;
}

.mmv__list {
	display: grid;
	margin: 2.25rem auto 0;
	row-gap: 1.4375rem;
	width: min(100%, 57.625rem);
}

.mmv__item {
	align-items: start;
	display: grid;
	grid-template-columns: minmax(11.9375rem, max-content) 1fr;
	position: relative;
	-moz-column-gap: 1.6875rem;
	column-gap: 1.6875rem;
	min-height: 3.4375rem;
	padding-block-end: 1.4375rem;
}

.mmv__item::before,
.mmv__item::after {
	content: "";
	height: 0.125rem;
	inset-block-end: 0;
	inset-inline-start: 0;
	position: absolute;
}

.mmv__item::before {
	background-color: #e1e1e1;
	width: 100%;
}

.mmv__item::after {
	background-color: #fe6106;
	width: 13.125rem;
}

.mmv__term {
	color: #fe6106;
	font-family: "ten-mincho-antique", sans-serif;
	font-size: 2.875rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
}

.mmv__term span {
	display: block;
	font-size: 0.875rem;
	line-height: 1.2;
	margin-block-start: -0.1875rem;
}

.mmv__description {
	display: grid;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
	padding-block-start: 0.375rem;
	row-gap: 0.9375rem;
}

.mmv__text {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.8;
	margin: 2.625rem auto 0;
	text-align: center;
	width: min(100%, 50rem);
}

.mmv__text span {
	color: #fe6106;
	font-weight: 700;
}

/*===================================================================
# Mechanism
===================================================================*/

.mechanism {
	background-color: #fff;
	margin-block: -12.125rem 0;
	min-height: 63.4375rem;
	overflow: hidden;
	position: relative;
	z-index: 1;
	-webkit-clip-path: polygon(0 0, 100% 12.125rem, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 12.125rem, 100% 100%, 0 100%);
}

.mechanism__inner {
	margin-inline: auto;
	min-height: 63.4375rem;
	position: relative;
	width: min(100%, 90rem);
}

.mechanism__content {
	inset-block-start: 9.6875rem;
	inset-inline-start: 7.5rem;
	max-width: 100%;
	position: absolute;
	width: 37.5625rem;
	z-index: 2;
}

.mechanism__label {
	color: #1f1f1f;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	padding-block-end: 0.6875rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.mechanism__label::after {
	background-color: #141414;
	content: "";
	height: 0.1875rem;
	inset-block-end: 0;
	inset-inline-start: 0;
	position: absolute;
	width: 7rem;
}

.mechanism__title {
	color: #141414;
	font-size: 4.375rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 1.25rem 0 0 -2.75rem;
	padding-inline-start: 2.75rem;
	width: -moz-max-content;
	width: max-content;
}

.mechanism__title span {
	color: #fe6106;
	display: inline-block;
	margin-inline-start: -2.5625rem;
}

.mechanism__text {
	color: #111;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.8;
	margin: 1.25rem 0 0;
}

.mechanism__growth {
	display: block;
	margin-block-start: 1.25rem;
	margin-inline-start: 0.875rem;
	width: 23.75rem;
}

.mechanism__growth img {
	width: 100%;
}

.mechanism__step-scroll {
	height: 50.9375rem;
	inset-block-start: 12.5rem;
	inset-inline-start: 17.75rem;
	overflow: hidden;
	position: absolute;
	width: 77.3125rem;
	z-index: 1;
}

.mechanism__step-scroll.scroll-hint {
	overflow: hidden !important;
	position: absolute !important;
}

.mechanism__step-scroll .scroll-hint-icon-wrap {
	display: none;
}

.mechanism__step-image {
	display: block;
	height: 50.9375rem;
	transform: translateY(0.875rem);
	width: 72.25rem;
}

.mechanism__step-image img {
	display: block;
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

/*===================================================================
# Instructor
===================================================================*/

.instructor {
	background-color: #141414;
	color: #fff;
	overflow: hidden;
	position: relative;
}

.instructor::before,
.instructor::after {
	background-repeat: no-repeat;
	background-size: 100% auto;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.instructor::before {
	aspect-ratio: 2880/2166;
	background-image: url("../../assets/img/instructor/image-instructor-bg-top.webp");
	background-position: center top;
	top: 0;
}

.instructor::after {
	aspect-ratio: 2880/1958;
	background-image: url("../../assets/img/instructor/image-instructor-bg-bottom.webp");
	background-position: center bottom;
	bottom: 0;
}

.instructor__bg {
	display: none;
	inset: 0;
	position: absolute;
	z-index: 0;
}

.instructor__bg img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center top;
	object-position: center top;
}

.instructor__inner {
	margin-inline: auto;
	padding-block: 6.6875rem 28.5rem;
	position: relative;
	width: min(100% - 15rem, 75rem);
	z-index: 1;
}

.instructor__title {
	aspect-ratio: 1156/442;
	margin: 0 auto 4.5rem;
	max-width: 100%;
	width: 72.25rem;
}

.instructor__title img {
	width: 100%;
}

.instructor__profiles {
	display: block;
	margin-inline-start: 3.125rem;
	max-width: 100%;
	width: 71.875rem;
}

.instructor__profile {
	display: grid;
	grid-template-columns: 30.25rem 1fr;
	-moz-column-gap: 5.375rem;
	align-items: start;
	column-gap: 5.375rem;
}

.instructor__profile--02 {
	margin-block-start: 4.3125rem;
}

.instructor__profile--02 .instructor__body {
	padding-block-start: 0;
}

.instructor__profile--02 .instructor__result {
	min-height: 5.5625rem;
}

.instructor__profile--03,
.instructor__profile--04 {
	margin-block-start: 4.3125rem;
}

.instructor__profile--03 .instructor__person {
	color: #fff;
}

.instructor__profile--03 .instructor__body {
	padding-block-start: 0;
}

.instructor__profile--03 .instructor__result {
	min-height: 5.5625rem;
}

.instructor__photo-wrap {
	position: relative;
}

.instructor__photo {
	aspect-ratio: 968/1232;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.instructor__num {
	height: auto;
	inset-block-end: -0.625rem;
	inset-inline-end: 0.75rem;
	position: absolute;
	width: 8.5rem;
}

.instructor__num img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.instructor__num--02 {
	width: 9rem;
}

.instructor__num--03 {
	width: 9rem;
}

.instructor__person {
	color: #1a1a1a;
	height: 17.1875rem;
	left: 2.25rem;
	pointer-events: none;
	position: absolute;
	top: 2rem;
	width: 8.375rem;
}

.instructor__person p {
	margin: 0;
	position: absolute;
	text-orientation: mixed;
	writing-mode: vertical-rl;
}

.instructor__person-roman {
	font-size: 1.0625rem;
	font-weight: 700;
	left: -0.625rem;
	letter-spacing: 0.11em;
	line-height: 1.1;
	top: 0.3125rem;
	white-space: nowrap;
	width: 1.875rem;
}

.instructor__person-company {
	inset: -0.1875rem 0 0;
	position: absolute;
}

.instructor__person-company-prefix,
.instructor__person-company-position {
	color: #fff;
	font-size: 1.0625rem;
	font-style: normal;
	font-weight: 700;
	left: -0.875rem;
	letter-spacing: 0.11em;
	line-height: 1.1;
	text-orientation: mixed;
	white-space: nowrap;
	width: 1.875rem;
	writing-mode: vertical-rl;
}

.instructor__person-company-prefix {
	top: 0.5625rem;
}
.instructor__person-company-prefix04 {
	top: 9.2rem;
}

.instructor__person-company-brand {
	color: #fff;
	font-size: 1.375rem;
	font-weight: 400;
	left: -0.125rem;
	letter-spacing: 0.03em;
	line-height: 1.2;
	text-orientation: mixed;
	top: 5.5625rem;
	white-space: nowrap;
	width: 1.625rem;
	writing-mode: vertical-rl;
}
.instructor__person-company-brand04 {
	top: 0.5625rem;
}

.instructor__person-company-position {
	top: 15.0625rem;
}

.instructor__profile--04 .instructor__person,
.instructor__person-company-prefix04,
.instructor__person-company-brand04,
.instructor__person-company-position04 {
	color: #1a1a1a;
}

.instructor__person-name {
	font-size: 3.125rem;
	font-weight: 700;
	left: 2rem;
	letter-spacing: 0;
	line-height: 1.08;
	top: 0;
}

.instructor__person-label {
	font-size: 1.0625rem;
	font-weight: 700;
	left: 5.6875rem;
	letter-spacing: 0;
	line-height: 1.1;
	top: 0.375rem;
	white-space: nowrap;
	width: 1.875rem;
}

.instructor__body {
	min-width: 0;
}

.instructor__name {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 1rem;
	writing-mode: horizontal-tb;
}

.instructor__lead {
	color: #fe6106;
	font-size: 2.9375rem;
	font-weight: 700;
	letter-spacing: -0.1em;
	line-height: 1.2;
	margin: 0 0 1.6875rem;
}

.instructor__lead-tight {
	display: inline-block;
	margin-inline-start: -0.06em;
}

.instructor__text {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.7;
	margin: 0;
	width: 36.25rem;
}

.instructor__text--spaced span {
	display: block;
}

.instructor__text--spaced span + span {
	margin-block-start: 1.4375rem;
}

.instructor__result {
	border: 0.0625rem solid #fff;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	margin-block-start: 1.6875rem;
	min-height: 9.375rem;
	padding: 0.4375rem 1.1875rem 1.125rem;
}

.instructor__result p {
	margin: 0;
}

.instructor__result-list {
	display: grid;
	list-style: none;
	margin: 0;
	padding: 0;
	row-gap: 0.125rem;
}

.instructor__result-list li {
	padding-inline-start: 1.125rem;
	position: relative;
}

.instructor__result-list li::before {
	content: "・";
	inset-block-start: 0;
	inset-inline-start: 0;
	position: absolute;
}

.instructor__result-title {
	font-size: 1.1875rem;
	font-weight: 500;
	line-height: 1.8;
	margin: 0 0 0.25rem;
}

.instructor__fit {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-moz-column-gap: 2.125rem;
	column-gap: 2.125rem;
	margin-block-start: 8.3125rem;
	width: 100%;
}

.instructor__fit-card {
	background: #fff url("../../assets/img/instructor/illust-instructor-card-bg.webp") center center/100% 100% no-repeat;
	color: #141414;
	min-height: 42.0625rem;
	padding: 3rem 2.3125rem;
}

.instructor__fit-title {
	align-items: center;
	display: flex;
	font-size: 2.4375rem;
	font-weight: 500;
	gap: 0.5rem;
	justify-content: center;
	letter-spacing: -0.1em;
	line-height: 1.2;
	margin: 0;
}

.instructor__fit-title img {
	flex: 0 0 auto;
	height: auto;
	width: 2.6875rem;
}

.instructor__fit-card--negative .instructor__fit-title img {
	width: 2.9375rem;
}

.instructor__fit-lead {
	color: #141414;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.7;
	margin: 1.8125rem auto 0;
	max-width: 29.6875rem;
	text-align: center;
	width: 100%;
}

.instructor__fit-list {
	display: grid;
	list-style: none;
	margin: 1.875rem 0 0;
	padding: 0;
	row-gap: 1.125rem;
}

.instructor__fit-list li {
	border-bottom: 0.0625rem solid #d5d5d5;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.8;
	padding: 0 0 1.125rem 1.375rem;
	position: relative;
}

.instructor__fit-list li::before {
	background: url("../../assets/img/instructor/illust-instructor-check-orange.svg") center center/contain no-repeat;
	content: "";
	height: 1.25rem;
	inset-block-start: 0.4375rem;
	inset-inline-start: 0;
	position: absolute;
	width: 1.0625rem;
}

.instructor__fit-card--negative .instructor__fit-list li::before {
	background-image: url("../../assets/img/instructor/illust-instructor-check-gray.svg");
}

.instructor__message {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.8;
	margin-block-start: 8.875rem;
	max-width: 100%;
	width: 31.25rem;
}

.instructor__message p {
	margin: 0;
}

.instructor__message-accent {
	display: block;
	margin-block-start: 2.4375rem;
	max-width: 100%;
	width: 27.25rem;
}

.instructor__message-accent img {
	width: 100%;
}

/*===================================================================
# Voice
===================================================================*/

.voice {
	--voice-diagonal-height: 12rem;
	margin-block-start: -20.625rem;
	overflow: hidden;
	padding-block-start: var(--voice-diagonal-height);
	position: relative;
}

.voice::before {
	background: #f85b00;
	content: "";
	inset: 0;
	position: absolute;
	-webkit-clip-path: polygon(100% 0, 0 var(--voice-diagonal-height), 0 100%, 100% 100%);
	clip-path: polygon(100% 0, 0 var(--voice-diagonal-height), 0 100%, 100% 100%);
}

.voice__inner {
	margin-inline: auto;
	position: relative;
	width: 100%;
	z-index: 1;
}

.voice__heading {
	color: #fff;
	display: grid;
	gap: 0.625rem;
	justify-items: center;
	margin-inline: auto;
	text-align: center;
}

.voice__title-wrap {
	display: grid;
	gap: 0.625rem;
	justify-items: center;
}

.voice__label {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom: 0.8125rem;
	position: relative;
}

.voice__label::after {
	background: currentColor;
	bottom: 0;
	content: "";
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	translate: -50% 0;
	width: 4.375rem;
}

.voice__title {
	display: grid;
	font-size: 4.375rem;
	font-weight: 700;
	gap: 0.125rem;
	line-height: 1.2;
}

.voice__swiper-container {
	margin-top: 3.5rem;
	position: relative;
}

.voice__swiper {
	overflow: visible;
}

.voice__swiper-wrapper {
	align-items: stretch;
}

.voice__swiper-slide {
	background: #fff;
	height: auto;
	overflow: hidden;
	width: 32.5rem;
}

.voice__image {
	height: 17.8125rem;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.voice__body {
	color: #4a4a4a;
	display: grid;
	font-size: 1rem;
	gap: 0.75rem;
	line-height: 1.8;
	margin-inline: auto;
	padding-block: 1.875rem 2.5rem;
	width: 26.875rem;
}

.voice__person {
	align-items: center;
	color: #141414;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	gap: 0.5625rem;
	line-height: 1.8;
}

.voice__separator {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='19' viewBox='0 0 10 19' fill='none'%3E%3Cpath d='M8.91382 0.40625L0.913818 18.4062' stroke='%23C9C9C9' stroke-width='2'/%3E%3C/svg%3E") center center/contain no-repeat;
	height: 1.125rem;
	width: 0.5rem;
}

.voice__industry {
	align-items: center;
	color: #141414;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	gap: 0.5625rem;
	line-height: 1.8;
}

.voice__industry span {
	background: #ec5e0c;
	color: #fff;
	display: inline-grid;
	font-family: "ten-mincho-antique", sans-serif;
	font-size: 0.875rem;
	line-height: 1.8;
	min-height: 1.5625rem;
	place-items: center;
	width: 3.625rem;
}

.voice__text {
	border-top: 0.0625rem solid #d5d5d5;
	min-height: 13.125rem;
	padding-top: 0.75rem;
}

.voice__block {
	display: grid;
	gap: 0.5rem;
}

.voice__result-text {
	padding-inline-start: 1em;
	text-indent: -1em;
}

.voice__block-title {
	background: #e7e7e7;
	color: #141414;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.8;
	padding-inline: 0.625rem;
	white-space: nowrap;
	width: 100%;
}

.voice__swiper-button {
	background: #141414;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: grid;
	height: 4.75rem;
	padding: 0;
	place-items: center;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 4.75rem;
	z-index: 2;
}

.voice__swiper-button svg {
	height: 1.625rem;
	width: 0.9375rem;
}

.voice__swiper-button--prev {
	left: calc(50% - 19.1875rem);
}

.voice__swiper-button--next {
	right: calc(50% - 19.1875rem);
}

/*===================================================================
# Passion
===================================================================*/

.passion {
	background-color: #f85b00;
	color: #fff;
	margin-block-start: -0.0625rem;
	overflow: hidden;
	padding-block: 7.1875rem 4.6875rem;
	position: relative;
}

.passion__inner {
	margin-inline: auto;
	width: min(100% - 5rem, 68.75rem);
}

.passion__heading {
	margin-inline: auto;
	max-width: 100%;
	text-align: center;
	width: 47.6875rem;
}

.passion__label {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 auto;
	padding-block-end: 0.8125rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.passion__label::after {
	background-color: currentColor;
	content: "";
	height: 0.1875rem;
	inset-block-end: 0;
	inset-inline-start: 50%;
	position: absolute;
	translate: -50%;
	width: 4.375rem;
}

.passion__title {
	font-size: 4.375rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0.625rem 0 0;
}

.passion__movie {
	aspect-ratio: 16/9;
	background-color: #6f6f6f;
	margin-block-start: 3.3125rem;
	position: relative;
	width: 100%;
}

.passion__movie iframe,
.passion__movie video {
	border: 0;
	display: block;
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.passion__profile {
	display: grid;
	margin-block-start: 2.25rem;
	row-gap: 3.125rem;
}

.passion__profile-card {
	border: 0.125rem solid #fff;
	padding: 3.75rem 3.75rem 3.75rem 3.125rem;
}

.passion__profile-head {
	display: grid;
	grid-template-columns: 22.75rem 1fr;
	-moz-column-gap: 4.125rem;
	align-items: start;
	column-gap: 4.125rem;
	margin-block-end: 3.125rem;
}

.passion__profile-image {
	display: block;
	height: 15.4375rem;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.passion__profile-info {
	padding-block-start: 0.625rem;
}

.passion__profile-position {
	display: grid;
	font-size: 1.25rem;
	line-height: 1;
	margin: 0 0 1.25rem;
	opacity: 0.8;
	row-gap: 0.625rem;
}

.passion__profile-position-line {
	display: block;
}

.passion__profile-name,
.passion__history-title {
	font-size: 3.125rem;
	font-weight: 400;
	line-height: 1;
	margin: 0;
}

.passion__profile-meta {
	font-size: 1.25rem;
	line-height: 1.8;
	margin: 1.25rem 0 0;
	opacity: 0.8;
}

.passion__timeline,
.passion__history-list {
	display: grid;
	margin: 0;
}

.passion__timeline {
	row-gap: 1.0625rem;
}

.passion__history-title {
	margin-block-end: 3.125rem;
}

.passion__history-list {
	position: relative;
	row-gap: 1.5rem;
}

.passion__history-list::before {
	background-image: repeating-linear-gradient(to bottom, #e3e3e3 0 0.125rem, transparent 0.125rem 0.25rem);
	content: "";
	inset-block: 0;
	inset-inline-start: 7.5rem;
	position: absolute;
	width: 0.125rem;
}

.passion__timeline-row,
.passion__history-row {
	display: grid;
	grid-template-columns: 6.5rem 1fr;
	-moz-column-gap: 0.75rem;
	background-image: repeating-linear-gradient(to right, #e3e3e3 0 0.125rem, transparent 0.125rem 0.25rem);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% 0.125rem;
	column-gap: 0.75rem;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.7;
	padding-block-start: 1.0625rem;
}

.passion__timeline-row:first-child,
.passion__history-row:first-child {
	padding-block-start: 0;
}

.passion__timeline-row dt,
.passion__timeline-row dd,
.passion__history-row dt,
.passion__history-row dd {
	margin: 0;
}

.passion__timeline-row:first-child {
	padding-block-start: 1.0625rem;
}

.passion__timeline-row dd {
	display: grid;
}

.passion__timeline-row dt {
	white-space: nowrap;
}

.passion__timeline-text {
	padding-inline-start: 1.25em;
	position: relative;
}

.passion__timeline-text::before {
	content: "・";
	font-size: 1rem;
	inset-inline-start: 0;
	position: absolute;
}

.passion__timeline-continuation {
	display: block;
}

.passion__history-row {
	grid-template-columns: 6.5rem 1fr;
	position: relative;
	-moz-column-gap: 2.875rem;
	background-image: none;
	border-block-start: 0;
	column-gap: 2.875rem;
	padding-block-start: 0;
}

.passion__history-row dt {
	white-space: nowrap;
}

.passion__history-row::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Ccircle cx='7' cy='7' r='4' fill='white'/%3E%3Ccircle cx='7' cy='7' r='5.5' stroke='white' stroke-opacity='0.3' stroke-width='3'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.875rem;
	inset-block-start: 0.375rem;
	inset-inline-start: 7.125rem;
	position: absolute;
	width: 0.875rem;
}

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

.cta {
	background-color: #141414;
	color: #4a4a4a;
	display: grid;
	height: 102rem;
	overflow: hidden;
	place-items: start center;
	position: relative;
}

.cta__bg,
.cta__bg img,
.cta__collage,
.cta__collage img {
	display: block;
}

.cta__bg {
	aspect-ratio: 2880/2374;
	inset-block-start: 0;
	inset-inline: 0;
	position: absolute;
	z-index: 0;
}

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

.cta__inner {
	margin-inline: auto;
	padding-block-start: 9.875rem;
	position: relative;
	width: min(100% - 14rem, 68.75rem);
	z-index: 1;
}

.cta__title {
	color: #fff;
	font-size: 4.375rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 4.25rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.cta__title::after {
	background-color: currentColor;
	content: "";
	height: 0.1875rem;
	inset-block-start: 50%;
	inset-inline-start: calc(100% + 0.5rem);
	position: absolute;
	width: 9.375rem;
}

.cta__box {
	align-content: start;
	background-image: url("../../assets/img/cta/image-cta-box-bg.webp");
	background-position: center;
	background-size: 100% 100%;
	display: grid;
	justify-items: center;
	min-height: 35rem;
	padding: 3.875rem 4.5rem 6.5rem;
	width: 100%;
}

.cta__message {
	justify-self: stretch;
	padding: 0;
	position: relative;
	width: min(100%, 58.9375rem);
}

.cta__message--pc {
	display: block;
}

.cta__message--sp {
	display: none;
}

.cta__text {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='943' height='2' viewBox='0 0 943 2' fill='none'%3E%3Cpath d='M0 1H943' stroke='%23E3E3E3' stroke-width='2' stroke-dasharray='2 2'/%3E%3C/svg%3E");
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100% 0.125rem;
	font-size: 1.625rem;
	font-weight: 400;
	line-height: 2.1;
	margin: 0;
	position: relative;
	z-index: 1;
}

.cta__text span {
	color: #FE6106;
	font-weight: 500;
}

.cta__collage {
	aspect-ratio: 2880/760;
	inset-block-start: 74.5rem;
	inset-inline: 0;
	position: absolute;
	z-index: 1;
}

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

/*===================================================================
# Contact
===================================================================*/

.contact {
	background-color: #F85B00;
	background-image: url("../../assets/img/contact/image-contact-bg.webp");
	background-position: center top;
	background-size: cover;
	overflow: hidden;
	padding-block: 7.5rem;
	position: relative;
}

.contact__inner {
	background-color: #fff;
	margin-inline: auto;
	padding: 5rem 2.5rem 5rem;
	width: min(100% - 21.25rem, 68.75rem);
}

.contact__form {
	margin-inline: auto;
	width: min(100%, 41.125rem);
}

.contact__title {
	color: #141414;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 auto 2.25rem;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.contact__title::after {
	background-color: #F85B00;
	content: "";
	display: block;
	height: 0.1875rem;
	margin-block-start: 0.6875rem;
	margin-inline: auto;
	width: 7rem;
}

.contact__fields {
	display: grid;
	gap: 1.5rem;
}

.contact__field {
	border: 0;
	display: grid;
	gap: 0.375rem;
	margin: 0;
	padding: 0;
}

.contact__field--radio {
	gap: 1.125rem;
}

.contact__label {
	align-items: center;
	color: #141414;
	display: flex;
	font-size: 1.125rem;
	font-weight: 500;
	gap: 0.5625rem;
	line-height: 1.6;
}

.contact__badge {
	border: 1px solid #B1B1B1;
	color: #B1B1B1;
	display: grid;
	font-size: 0.9375rem;
	height: 1.4375rem;
	line-height: 1;
	place-items: center;
	width: 2.5625rem;
}

.contact__badge--required {
	border-color: #F85B00;
	color: #F85B00;
}

.contact__input,
.contact__textarea {
	background-color: #fff;
	border: 1px solid #B1B1B1;
	border-radius: 0;
	color: #141414;
	font: inherit;
	font-size: 1rem;
	line-height: 1.6;
	outline: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	width: 100%;
}

.contact__input::-moz-placeholder,
.contact__textarea::-moz-placeholder {
	color: rgba(177, 177, 177, 0.7);
	opacity: 1;
}

.contact__input::placeholder,
.contact__textarea::placeholder {
	color: rgba(177, 177, 177, 0.7);
	opacity: 1;
}

.contact__input:focus,
.contact__textarea:focus {
	border-color: #F85B00;
	box-shadow: 0 0 0 0.125rem rgba(248, 91, 0, 0.18);
}

.contact__input.error-outline,
.contact__textarea.error-outline {
	border-color: #F85B00;
	box-shadow: 0 0 0 0.125rem rgba(248, 91, 0, 0.18);
}

.contact__input {
	height: 3.1875rem;
	padding: 0.625rem 0.9375rem;
}

.contact__textarea {
	min-height: 14.125rem;
	padding: 0.75rem 0.9375rem;
	resize: vertical;
}

.contact__radios {
	display: flex;
	flex-wrap: wrap;
	-moz-column-gap: 4.3125rem;
	column-gap: 4.3125rem;
	padding-block-start: 1.3125rem;
}

.contact__radio {
	align-items: center;
	color: #141414;
	cursor: pointer;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.2;
}

.contact__radio input {
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	clip: rect(0 0 0 0);
	border: 0;
	white-space: nowrap;
}

.contact__radio span {
	align-items: center;
	color: #141414;
	display: inline-flex;
	position: relative;
	-moz-column-gap: 0.375rem;
	column-gap: 0.375rem;
}

.contact__radio span::before {
	background-color: #fff;
	border: 1px solid #B1B1B1;
	content: "";
	flex: 0 0 auto;
	height: 0.9375rem;
	width: 0.9375rem;
}

.contact__radio input:checked + span::before {
	border-color: #F85B00;
}

.contact__radio input:checked + span::after {
	border-block-end: 0.125rem solid #F85B00;
	border-inline-end: 0.125rem solid #F85B00;
	content: "";
	height: 0.625rem;
	inset-block-start: 0.21875rem;
	inset-inline-start: 0.3125rem;
	position: absolute;
	rotate: 45deg;
	width: 0.375rem;
}

.contact__radio input:focus-visible + span::before {
	outline: 0.125rem solid rgba(248, 91, 0, 0.35);
	outline-offset: 0.125rem;
}

.contact__error {
	color: #F85B00;
	display: block;
	font-size: 0.8125rem;
	line-height: 1.45;
	margin: 0;
}

.contact__error:empty {
	display: none;
}

.contact__button {
	background-color: #141414;
	border: 0;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: grid;
	font: inherit;
	font-size: 1.375rem;
	font-weight: 700;
	height: 6.125rem;
	line-height: 1.8;
	margin: 2.6875rem auto 0;
	overflow: hidden;
	place-items: center;
	position: relative;
	transition: color 0.4s ease;
	width: 27.5625rem;
}

.contact__button::before {
	background-color: #F85B00;
	content: "";
	inset-block: -0.0625rem;
	inset-inline: -1.5rem;
	position: absolute;
	transform: translateX(-120%) skewX(15deg);
	transition: transform 0.4s ease;
	z-index: 0;
}

.contact__button span {
	display: block;
	padding-inline: 2.625rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.contact__button::after {
	background-color: currentColor;
	content: "";
	height: 1rem;
	inset-block-start: 50%;
	inset-inline-end: 2.75rem;
	position: absolute;
	width: 0.625rem;
	z-index: 1;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath d='M0.707092 0.707031L7.70709 7.70703L0.707092 14.707' stroke='black' stroke-width='2'/%3E%3C/svg%3E") center/contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath d='M0.707092 0.707031L7.70709 7.70703L0.707092 14.707' stroke='black' stroke-width='2'/%3E%3C/svg%3E") center/contain no-repeat;
	translate: 0 -50%;
}

/*===================================================================
# Fixed Contact
===================================================================*/

.fixed-contact {
	background: rgba(236, 94, 12, 0.6);
	box-shadow: 0 0.5rem 1.5rem rgba(20, 20, 20, 0.16);
	display: block;
	height: 12.4375rem;
	inset-block-start: 50%;
	inset-inline-end: 0;
	opacity: 0;
	padding: 0;
	pointer-events: none;
	position: fixed;
	text-decoration: none;
	transform: translate(100%, -50%);
	transition: opacity 0.45s ease, transform 0.45s ease, background 0.3s ease;
	width: 3.125rem;
	z-index: 100;
	-webkit-backdrop-filter: blur(0.5rem);
	backdrop-filter: blur(0.5rem);
}

.fixed-contact.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translate(0, -50%);
}

.fixed-contact__text {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	inset-block-start: 2.125rem;
	inset-inline-start: 50%;
	line-height: 1.04;
	position: absolute;
	text-shadow: 0 0.275rem 2.348125rem rgba(0, 0, 0, 0.35);
	translate: -50% 0;
}

.fixed-contact__text--pc {
	display: block;
}

.fixed-contact__text--sp {
	display: none;
}

.fixed-contact__icon {
	display: block;
	height: auto;
	inset-inline-start: 50%;
	position: absolute;
	translate: -50% 0;
}

.fixed-contact__icon--mail {
	height: 0.875rem;
	inset-block-start: 0.8125rem;
	width: 1.125rem;
}

.fixed-contact__icon--arrow {
	display: none;
	height: 0.4375rem;
	inset-block-start: 10.9375rem;
	width: 0.9375rem;
}

.fixed-contact__icon--arrow-pc {
	display: block;
}

.fixed-contact__icon--arrow-sp {
	display: none;
}

/*===================================================================
# Thanks
===================================================================*/

.thanks {
	background-color: #F85B00;
	color: #fff;
	min-height: 100vh;
	padding: 120px 25px 140px;
	text-align: center;
}

.thanks__logo {
	margin-inline: auto;
}

.thanks__main-message {
	font-size: 44px;
	font-weight: 500;
	line-height: 1.6;
	margin: 0 0 40px;
}

.thanks__sub-message {
	font-size: 20px;
	line-height: 2;
}

.thanks__sub-message--margin {
	display: inline-block;
	margin-block-end: 40px;
}

.thanks__link {
	background: #141414;
	border: 1px solid #141414;
	display: inline-block;
	margin-block-start: 60px;
	overflow: hidden;
	padding: 12px 31px 12px 65px;
	position: relative;
	transition: border-color 0.4s ease, opacity 0.3s ease;
}

.thanks__link::before {
	background-color: #fff;
	content: "";
	inset-block: -1px;
	inset-inline: -24px;
	position: absolute;
	transform: translateX(-120%) skewX(15deg);
	transition: transform 0.4s ease;
	z-index: 0;
}

.thanks__link-text,
.thanks__link-arrow {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.96px;
	transition: color 0.4s ease;
}

.thanks__link-text {
	display: inline-block;
	position: relative;
	z-index: 2;
}

.thanks__link-arrow {
	position: absolute;
	right: calc(100% + 5px);
	top: 50%;
	transition: color 0.4s ease, right 0.4s ease;
	translate: 0 -50%;
}

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

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

.show__sp-only--flex {
	display: none;
}

.show__sp-only--inline {
	display: none;
}

.show__pc-only {
	display: block; /* pcのみ表示 */
}

.show__pc-only--flex {
	display: flex;
}

.show__pc-only--inline {
	display: inline;
}

/*===================================================================
# Visually Hidden
===================================================================*/

.visually-hidden {
	height: 0.0625rem;
	margin: -0.0625rem;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 0.0625rem;
	clip: rect(0 0 0 0);
	border: 0;
	white-space: nowrap;
}

@media (any-hover: hover) {

.contact__button:hover {
	color: #fff;
	opacity: 1;
}

.contact__button:hover::before {
	transform: translateX(0) skewX(15deg);
}

.fixed-contact:hover {
	background: rgba(236, 94, 12, 0.78);
	opacity: 1;
}

.thanks__link:hover {
	opacity: 1;
}

.thanks__link:hover::before {
	transform: translateX(0) skewX(15deg);
}

.thanks__link:hover .thanks__link-text,
.thanks__link:hover .thanks__link-arrow {
	color: #141414;
}

.thanks__link:hover .thanks__link-arrow {
	right: calc(100% + 13px);
}

}

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

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

}

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

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

.fv {
	aspect-ratio: 390/679;
}

.fv__bg {
	aspect-ratio: 390/567;
}

.fv__inner {
	height: 35.4375rem;
	inset-inline-start: 0;
	max-width: none;
	translate: none;
}

.fv__heading-image {
	width: 3.991875rem;
}

.fv__heading-image--main-01 {
	inset-block-start: 1.75rem;
	inset-inline-end: 1.994375rem;
}

.fv__heading-image--main-02 {
	inset-block-start: 7.958125rem;
	inset-inline-end: 6.195625rem;
}

.fv__catchphrase {
	height: 20.01875rem;
	inset-block-start: 2.1875rem;
	inset-inline-start: 2.9375rem;
	width: 7.160625rem;
}

.fv__catchphrase-image--sub-01 {
	inset-block-start: 0rem;
	inset-inline-start: 5.024375rem;
	width: 2.13625rem;
}

.fv__catchphrase-image--sub-02 {
	inset-block-start: 0.93875rem;
	inset-inline-start: 2.504375rem;
	width: 2.194375rem;
}

.fv__catchphrase-image--sub-03 {
	inset-block-start: 2.10875rem;
	inset-inline-start: 0rem;
	width: 2.15875rem;
}

.fv__bottom {
	aspect-ratio: 390/112;
	inset-block-start: 35.4375rem;
}

.fv__triangle {
	aspect-ratio: 390/112;
}

.fv__triangle img {
	aspect-ratio: 390/112;
}

.fv__lead {
	font-size: 1.375rem;
	inset-block-start: 2.9375rem;
	line-height: 1.3;
	width: 19.25rem;
}

.fv__lead-break {
	display: block;
}

.concern {
	aspect-ratio: 390/1490;
	margin-block-start: -1.125rem;
}

.concern__inner {
	inset-block-start: 3.125rem;
	inset-inline-start: 50%;
	position: absolute;
	translate: -50%;
	width: min(100% - 3.125rem, 21.25rem);
}

.concern__lead-wrap {
	width: 100%;
}

.concern__title {
	font-size: 1.625rem;
	line-height: 1.6;
}

.concern__text {
	font-size: 1rem;
	margin-block-start: 1.25rem;
}

.concern__text-indent-mark {
	display: inline-block;
	margin-inline-start: -0.5rem;
}

.concern__cards {
	grid-template-columns: 1fr;
	margin-block-start: 1.5rem;
	row-gap: 0.75rem;
}

.concern__card {
	min-height: 15.25rem;
	padding: 1.5rem 1.0625rem 1.4375rem;
	width: 100%;
}

.concern__card-icon {
	inset-block-start: 1.0625rem;
	inset-inline-start: 1.0625rem;
}

.concern__card-title {
	font-size: 1.375rem;
	position: static;
}

.concern__card-body {
	margin-block-start: 0.4375rem;
	position: static;
	row-gap: 0.375rem;
	width: auto;
}

.concern__item {
	font-size: 0.9375rem;
}

.concern__message {
	margin-block-start: 1.25rem;
}

.concern__arrow {
	aspect-ratio: 104/30;
	margin-block-end: 1.25rem;
	width: 6.5rem;
}

.concern__message-text {
	font-size: 1.125rem;
}

.concern__message-core {
	font-size: 1.125rem;
	margin-block-start: 1.125rem;
}

.concern__accent {
	font-size: 1.4375rem;
}

.concern__accent::after {
	aspect-ratio: 76/6;
	background-image: url(../../assets/img/concern/illust-concern-accent-line-sp.svg);
	inset-block-end: -0.125rem;
	width: 4.75rem;
}

.environment {
	aspect-ratio: 390/2500;
	margin-block-start: -7.5rem;
}

.environment__hero {
	inset-block-start: 2.9375rem;
	width: min(100% - 1.875rem, 22.5rem);
}

.environment__title {
	aspect-ratio: 356/197;
	margin-inline: auto;
	max-width: 100%;
	width: 22.25rem;
}

.environment__subtitle {
	aspect-ratio: 192/91;
	inset-block-start: 10.75rem;
	inset-inline-start: 0.625rem;
	width: 12rem;
}

.environment__box {
	aspect-ratio: 380/1559;
	background-image: url(../../assets/img/environment/illust-environment-box-bg-sp.webp);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	inset-block-start: 21.125rem;
	padding: 1.5625rem;
	width: min(100% - 3.125rem, 21.25rem);
}

.environment__lead-title {
	font-size: 1.625rem;
	line-height: 1.6;
	padding-block-end: 0.625rem;
}

.environment__lead-title::after {
	content: none;
}

.environment__lead-title-line {
	display: inline-block;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.environment__lead-title-line::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	inset-block-end: -0.3125rem;
	inset-inline-start: 50%;
	position: absolute;
	translate: -50%;
}

.environment__lead-title-line--01::after {
	background-image: url(../../assets/img/environment/illust-environment-deco-01-sp.svg);
	height: 0.5625rem;
	width: 15.0625rem;
}

.environment__lead-title-line--02::after {
	background-image: url(../../assets/img/environment/illust-environment-deco-02-sp.svg);
	height: 0.5rem;
	width: 10.4375rem;
}

.environment__lead-text {
	font-size: 1.125rem;
	margin-block-start: 1.0625rem;
	text-align: start;
}

.environment__cards {
	grid-template-columns: 1fr;
	margin-block-start: 1.5rem;
	margin-inline: auto;
	row-gap: 1.5rem;
	width: 100% !important;
}

.environment__cards::before {
	content: none;
}

.environment__card {
	display: grid;
	grid-template-areas: "icon" "title" "text";
	justify-items: center;
	min-height: 15.625rem;
	padding-block-start: 0;
	width: 100%;
}

.environment__card-title {
	font-size: 1.3125rem;
	grid-area: title;
	line-height: 1.8;
}

.environment__icon--01 {
	grid-area: icon;
	margin-block-end: 0.125rem;
	position: static;
	width: 6.03rem;
}

.environment__icon--02 {
	grid-area: icon;
	margin-block-end: 0.125rem;
	position: static;
	width: 6.1875rem;
}

.environment__icon--03 {
	grid-area: icon;
	margin-block-end: 0.125rem;
	position: static;
	width: 6.25rem;
}

.environment__icon--04 {
	grid-area: icon;
	margin-block-end: 0.125rem;
	position: static;
	width: 4.948125rem;
}

.environment__text {
	font-size: 0.9375rem;
	grid-area: text;
	justify-self: stretch;
	line-height: 2.1;
	margin-block-start: 0.625rem;
	width: 100% !important;
}

.environment__text-line {
	background-image: url(../../assets/img/environment/illust-environment-line-sp.svg);
	background-position: left bottom;
	background-size: 100% 0.125rem;
	min-height: 1.9375rem;
	padding-block-end: 0;
	width: 100% !important;
}

.environment__message {
	inset-block-start: 136.9375rem;
	width: min(100% - 2.5rem, 21.875rem);
}

.environment__message-lead {
	font-size: 1.625rem;
	line-height: 1.6;
}

.environment__message-text {
	font-size: 2.25rem;
	letter-spacing: -0.225rem;
	line-height: 1.5;
	margin-block-start: 0.3125rem;
}

.environment__message-small {
	font-size: 1.875rem;
	letter-spacing: -0.1875rem;
}

.environment__message-line {
	padding-block-end: 0.1875rem;
}

.environment__message-line::after {
	inset-block-end: -0.1875rem;
}

.environment__message-line--01::after {
	background-image: url(../../assets/img/environment/illust-environment-deco-03-sp.svg);
	height: 0.5625rem;
	width: 16.4375rem;
}

.environment__message-line--02 {
	margin-block-start: -0.1875rem;
}

.environment__message-line--02::after {
	background-image: url(../../assets/img/environment/illust-environment-deco-04-sp.svg);
	height: 0.6875rem;
	width: 21.3125rem;
}

.change {
	margin-block-start: -4.625rem;
	padding-block: 3.375rem 3.375rem;
}

.change__bg {
	height: 46.125rem;
	inset-block-start: 0;
}

.change__inner {
	width: min(100% - 1.75rem, 21.25rem);
}

.change__heading {
	margin-block-start: 1.5rem;
}

.change__label {
	font-size: 1.875rem;
	padding-block-end: 0.5rem;
}

.change__label::after {
	height: 0.125rem;
	width: 3.125rem;
}

.change__title {
	font-size: 2.625rem;
	line-height: 1.45;
	margin-block-start: 0.625rem;
	white-space: nowrap;
}

.change__lead {
	font-size: 1.125rem;
	margin-block-start: 1.25rem;
	text-align: center;
}

.change__summary::before,
.change__summary::after {
	aspect-ratio: 20/15;
	width: 1.25rem;
}

.change__summary::before {
	inset-block-start: 0.410625rem;
	inset-inline-start: 0.42rem;
}

.change__summary::after {
	inset-block-end: 0.410625rem;
	inset-inline-end: 0.42rem;
}

.change__summary {
	margin-block-start: 1.25rem;
	min-height: 6.875rem;
	padding: 1.3125rem 1.125rem;
	width: 21.25rem;
}

.change__summary-text {
	font-size: 1rem;
}

.change__list {
	margin-block-start: 3.125rem;
	row-gap: 2.5rem;
}

.change__item {
	grid-template-columns: 1fr;
	row-gap: 1.0625rem;
}

.change__item--reverse {
	grid-template-columns: 1fr;
}

.change__item--reverse .change__content {
	grid-column: auto;
	grid-row: auto;
}

.change__item--reverse .change__photo {
	grid-column: auto;
	grid-row: auto;
}

.change__content {
	order: 2;
	width: 100%;
}

.change__item-title {
	font-size: 2.5rem;
	margin-block-end: 0.375rem;
}

.change__catch {
	font-size: 1.125rem;
	line-height: 1.4;
	margin-block-end: 1.25rem;
	padding: 0.1875rem 0.6875rem;
	width: 100%;
}

.change__quotes .change__quote-text--fit {
	display: inline;
	transform: none;
	white-space: normal;
	width: auto;
}

.change__numbers {
	display: grid;
	gap: 0.625rem;
	grid-template-columns: repeat(2, 10.3125rem);
	height: auto;
	width: 21.25rem;
}

.change__numbers li {
	font-size: 0.875rem;
	min-height: 3.125rem;
	padding: 0.3125rem 0.625rem;
	position: static;
}

.change__numbers li:nth-child(1),
.change__numbers li:nth-child(2),
.change__numbers li:nth-child(5),
.change__numbers li:nth-child(6) {
	width: 10.3125rem;
}

.change__numbers li:nth-child(3),
.change__numbers li:nth-child(4) {
	grid-column: 1/-1;
	width: 21.25rem;
}

.change__photo {
	aspect-ratio: 340/246;
	justify-self: center;
	max-width: none;
	order: 1;
	width: 100%;
}

.change__photo--right {
	justify-self: center;
}

.change__photo--left {
	justify-self: center;
}

.change__bottom {
	margin-block-start: 2.375rem;
	width: 21.25rem;
}

.change__collage {
	aspect-ratio: 680/1206;
}

.change__bottom-copy--top {
	font-size: 1.125rem;
	inset-block-start: -0.25rem;
}

.change__bottom-copy--lead {
	font-size: 1.875rem;
	inset-block-start: 6.9375rem;
	inset-inline-start: 10.9375rem;
	white-space: nowrap;
}

.change__bottom-copy--left {
	font-size: 1.6875rem;
	inset-block-end: auto;
	inset-block-start: 14.5rem;
	inset-inline-start: 0;
}

.change__bottom-copy--right {
	font-size: 1.875rem;
	inset-block-end: 17.0625rem;
	inset-block-start: auto;
	inset-inline-end: 1.6875rem;
	line-height: calc(1em + 0.28125rem);
}

.change__bottom-copy--foot {
	font-size: 1.25rem;
	inset-block-end: -0.125rem;
	inset-inline-end: 0;
}

.about__inner {
	grid-template-areas: "heading" "image" "body";
	grid-template-columns: 1fr;
	min-height: auto;
	padding-block: 2.8125rem 2.125rem;
	row-gap: 1.875rem;
	width: min(100% - 3.125rem, 21.25rem);
}

.about__image {
	aspect-ratio: 680/508;
	width: 100%;
}

.about__body {
	row-gap: 1.25rem;
}

.about__heading {
	justify-items: center;
	margin-block-start: 0;
	text-align: center;
}

.about__title-wrap {
	justify-items: center;
}

.about__label {
	font-size: 1.875rem;
	padding-block-end: 0.75rem;
	text-shadow: 0 0.275rem 2.348125rem rgba(0, 0, 0, 0.35);
}

.about__label::after {
	height: 0.125rem;
	width: 3.125rem;
}

.about__title {
	font-size: 2.625rem;
	text-shadow: 0 0.275rem 2.348125rem rgba(0, 0, 0, 0.35);
}

.about__text-wrap {
	row-gap: 1.25rem;
}

.about__lead {
	font-size: 1.5rem;
	line-height: 1.7;
}

.about__text {
	font-size: 1.125rem;
}

.mmv {
	padding-block: 0 10.5rem;
}

.mmv__bg {
	inset-block-end: -10.125rem;
}

.mmv__inner {
	background-image: url("../../assets/img/mmv/image-mmv-box-bg-sp.webp");
	padding: 1.5625rem;
	width: min(100% - 3.125rem, 21.25rem);
}

.mmv__title::after {
	height: 0.1875rem;
	width: 4.125rem;
}

.mmv__title {
	font-size: 1.875rem;
	padding-block-end: 1.25rem;
}

.mmv__title::after {
	width: 4.125rem;
}

.mmv__list {
	margin-block-start: 1.25rem;
	width: 100%;
}

.mmv__item {
	grid-template-columns: 1fr;
	justify-items: center;
	min-height: auto;
	padding-block-end: 1.4375rem;
	row-gap: 0.3125rem;
}

.mmv__item::after {
	display: none;
}

.mmv__term {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	-moz-column-gap: 0.3125rem;
	column-gap: 0.3125rem;
	font-size: 1.75rem;
	text-align: center;
}

.mmv__term span {
	font-size: 0.875rem;
	margin-block-start: 0;
}

.mmv__description {
	font-size: 1.375rem;
	justify-items: center;
	padding-block-start: 0;
	row-gap: 0.3125rem;
	text-align: center;
}

.mmv__text {
	font-size: 1rem;
	margin-block-start: 1.25rem;
	text-align: left;
}

.mechanism {
	background-color: #fff;
	background-image: url("../../assets/img/mechanism/image-mechanism-bg-sp.webp");
	background-position: center 10rem;
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-block: -3.25rem 0;
	min-height: 77.1875rem;
	-webkit-clip-path: polygon(0 0, 100% 3.25rem, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 3.25rem, 100% 100%, 0 100%);
}

.mechanism__inner {
	min-height: 77.1875rem;
	width: min(100%, 24.375rem);
}

.mechanism__content {
	inset-block-start: 4.1875rem;
	inset-inline-start: 1.5rem;
	width: 21.375rem;
}

.mechanism__label::after {
	height: 0.125rem;
	width: 5.625rem;
}

.mechanism__label {
	font-size: 1.875rem;
	padding-block-end: 0.75rem;
}

.mechanism__title {
	font-size: 2.5rem;
	margin: 0.625rem 0 0;
	padding-inline-start: 0;
	width: auto;
}

.mechanism__title span {
	margin-inline-start: -1.25rem;
}

.mechanism__text {
	font-size: 1.125rem;
}

.mechanism__growth {
	filter: drop-shadow(0 0 0.875rem #fff);
	margin-block-start: 0;
	margin-inline: auto;
	position: relative;
	width: 18.125rem;
	z-index: 3;
}

.mechanism__step-scroll {
	height: 50.9375rem;
	inset-block-start: 26.25rem;
	inset-inline-start: 0;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.mechanism__step-scroll.scroll-hint {
	overflow-x: auto !important;
	overflow-y: hidden !important;
}

.mechanism__step-scroll .scroll-hint-icon-wrap {
	display: block;
	z-index: 10;
}

.mechanism__step-scroll.is-scroll-hint-dismissed .scroll-hint-icon-wrap {
	display: none;
}

.mechanism__step-scroll:not(.is-scroll-hint-dismissed) .scroll-hint-icon {
	opacity: 0.8 !important;
}

.mechanism__step-scroll .scroll-hint-icon {
	background: rgba(20, 20, 20, 0.82);
	border-radius: 0.375rem;
	left: 50vw;
	padding: 1.125rem 0.625rem 0.75rem;
	pointer-events: auto;
	top: calc(100% - 13.25rem);
	transform: translateX(-50%);
	width: 8.25rem;
}

.mechanism__step-scroll .scroll-hint-text {
	color: #fff;
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: 1.4;
	margin-block-start: 0.375rem;
}

.mechanism__step-image {
	height: 50.9375rem;
	transform: translateY(0.875rem);
	width: 51.6875rem;
}

.instructor::before {
	aspect-ratio: 780/2166;
	background-image: url("../../assets/img/instructor/image-instructor-bg-top-sp.webp");
}

.instructor::after {
	--instructor-bg-middle-position-sp: -2.375rem;
	aspect-ratio: auto;
	background-image: url("../../assets/img/instructor/image-instructor-bg-middle-sp.webp"), url("../../assets/img/instructor/image-instructor-bg-bottom-sp.webp");
	background-position: center var(--instructor-bg-middle-position-sp), center bottom;
	background-size: 100% auto, 100% auto;
	height: 52.5rem;
}

.instructor__inner {
	padding-block: 1.625rem 20.125rem;
	width: min(100% - 3.125rem, 21.25rem);
}

.instructor__title {
	aspect-ratio: 680/371;
	margin-block-end: 2.25rem;
	width: 100%;
}

.instructor__profiles {
	margin-inline-start: 0;
	width: 100%;
}

.instructor__profile {
	grid-template-columns: 1fr;
	row-gap: 1.5rem;
}

.instructor__profile--01 .instructor__person {
	color: #1a1a1a;
}

.instructor__profile--02 {
	margin-block-start: 1.875rem;
}

.instructor__profile--02 .instructor__body {
	padding-block-start: 0;
}

.instructor__profile--03 .instructor__body {
	padding-block-start: 0;
}

.instructor__photo-wrap {
	width: 100%;
}

.instructor__photo {
	aspect-ratio: 340/300;
}

.instructor__num {
	height: 4.375rem;
	inset-block-end: auto;
	inset-block-start: 11.6875rem;
	inset-inline-end: -1.5rem;
	width: 6.3125rem;
}

.instructor__num--02 {
	inset-inline-end: -1.0625rem;
	width: 6.75rem;
}

.instructor__num--03 {
	inset-inline-end: -1.0625rem;
	width: 6.75rem;
}

.instructor__person {
	height: 9.75rem;
	left: 0.875rem;
	top: 0.875rem;
	width: 5.3125rem;
}

.instructor__person-roman {
	font-size: 0.75rem;
	left: -0.375rem;
	top: 0.25rem;
	width: 1.5rem;
}

.instructor__person-company-prefix,
.instructor__person-company-position {
	font-size: 0.75rem;
	left: -0.375rem;
	width: 1.5rem;
}

.instructor__person-company-prefix {
	top: 0.25rem;
}
.instructor__person-company-prefix04 {
	top: 6.1rem;
}

.instructor__person-company-brand {
	font-size: 0.875rem;
	left: 0rem;
	line-height: 1.1;
	top: 4rem;
	width: 1.25rem;
}
.instructor__person-company-brand04 {
	top: 0.5625rem;
}

.instructor__person-company-position {
	top: 9.875rem;
}

.instructor__person-name {
	font-size: 2.25rem;
	left: 1.4375rem;
}

.instructor__person-label {
	font-size: 0.9375rem;
	left: 4.3125rem;
	line-height: 1;
	width: 1rem;
}

.instructor__name {
	font-size: 1.25rem;
	margin-block-end: 0.625rem;
}

.instructor__lead {
	font-size: 2.125rem;
	letter-spacing: -0.2125rem;
	line-height: 1.4;
	margin-block-end: 0.875rem;
	white-space: nowrap;
}

.instructor__lead-tight {
	margin-inline-start: -0.12em;
}

.instructor__text {
	font-size: 1.125rem;
	width: 100%;
}

.instructor__text--spaced span + span {
	margin-block-start: 0.9375rem;
}

.instructor__text-fit {
	font-feature-settings: "palt";
	letter-spacing: -0.06em;
	white-space: nowrap;
}

.instructor__result {
	font-size: 0.875rem;
	margin-block-start: 1.625rem;
	min-height: auto;
	padding: 0.5rem 1rem 0.875rem;
}

.instructor__result-list li {
	padding-inline-start: 0.875rem;
}

.instructor__result-title {
	font-size: 1.125rem;
}

.instructor__fit {
	grid-template-columns: 1fr;
	margin-block-start: 3rem;
	row-gap: 1.875rem;
}

.instructor__fit-card {
	min-height: auto;
	padding: 1.5625rem;
}

.instructor__fit-title {
	font-size: 1.375rem;
	gap: 0.3125rem;
	letter-spacing: -0.1375rem;
}

.instructor__fit-title img {
	width: 1.5625rem;
}

.instructor__fit-card--negative .instructor__fit-title img {
	width: 1.5rem;
}

.instructor__fit-lead {
	font-size: 0.875rem;
	margin-block-start: 0.75rem;
}

.instructor__fit-list {
	border-top: 0.0362628125rem solid #d5d5d5;
	margin-block-start: 1.09375rem;
	row-gap: 0.65625rem;
}

.instructor__fit-list li {
	border-bottom-width: 0.0362628125rem;
	font-size: 0.8125rem;
	line-height: 1.4;
	padding: 0 0 0.65625rem 0.875rem;
}

.instructor__fit-list li:first-child {
	padding-block-start: 0.65625rem;
}

.instructor__fit-list li:first-child::before {
	inset-block-start: 0.9375rem;
}

.instructor__fit-list li::before {
	height: 0.6875rem;
	inset-block-start: 0.25rem;
	width: 0.8125rem;
}

.instructor__message {
	font-size: 1.125rem;
	line-height: 1.8;
	margin-block-start: 9.625rem;
	width: auto;
}

.instructor__message-accent {
	margin-block-start: 2.3125rem;
	width: 20.375rem;
}

.voice {
	--voice-diagonal-height: 3.375rem;
	margin-block-start: -11.625rem;
}

.voice__heading {
	gap: 0.625rem;
	margin-block-start: 1.0625rem;
}

.voice__label {
	font-size: 1.875rem;
	padding-bottom: 0.75rem;
}

.voice__label::after {
	height: 0.125rem;
	width: 3.125rem;
}

.voice__title {
	font-size: 2.625rem;
}

.voice__swiper-container {
	margin-top: 2.3125rem;
}

.voice__swiper-slide {
	width: 21.25rem;
}

.voice__image {
	height: 11.625rem;
}

.voice__body {
	font-size: 0.9375rem;
	gap: 0.625rem;
	padding-block: 1.25rem 1.625rem;
	width: 18.125rem;
}

.voice__person {
	font-size: 0.875rem;
	gap: 0.375rem;
}

.voice__separator {
	height: 1.1875rem;
	width: 0.625rem;
}

.voice__industry {
	font-size: 0.875rem;
	gap: 0.375rem;
	line-height: 1.4;
}

.voice__industry span {
	font-size: 0.8125rem;
	line-height: 1.3;
	min-height: 1.375rem;
	width: 2.875rem;
}

.voice__text {
	min-height: auto;
	padding-top: 0.625rem;
}

.voice__block {
	gap: 0.375rem;
}

.voice__block-title {
	font-size: 0.9375rem;
	letter-spacing: 0;
	padding-inline: 0.375rem;
}

.voice__swiper-button svg {
	height: 1.25rem;
	width: 0.75rem;
}

.voice__swiper-button {
	height: 3.625rem;
	width: 3.625rem;
}

.voice__swiper-button--prev {
	left: calc(50% - 13.1875rem);
}

.voice__swiper-button--next {
	right: calc(50% - 13.1875rem);
}

.passion {
	padding-block: 3.125rem 3.4375rem;
}

.passion__inner {
	width: min(100% - 3.125rem, 21.25rem);
}

.passion__label {
	font-size: 1.875rem;
	padding-block-end: 0.75rem;
}

.passion__label::after {
	height: 0.125rem;
	width: 3.125rem;
}

.passion__title {
	font-size: 2.625rem;
}

.passion__movie {
	margin-block-start: 1.875rem;
}

.passion__profile {
	margin-block-start: 1.8125rem;
	row-gap: 2.5rem;
}

.passion__profile-card {
	padding: 1.4375rem;
}

.passion__profile-head {
	grid-template-areas: "info" "image";
	grid-template-columns: 1fr;
	margin-block-end: 1.875rem;
	row-gap: 1.125rem;
}

.passion__profile-image {
	grid-area: image;
	height: auto;
}

.passion__profile-info {
	grid-area: info;
	padding-block-start: 0;
}

.passion__profile-position {
	font-size: 1.125rem;
	margin-block-end: 0.875rem;
}

.passion__profile-name,
.passion__history-title {
	font-size: 2.5rem;
}

.passion__profile-meta {
	font-size: 0.8125rem;
	margin-block-start: 0.875rem;
}

.passion__history-title {
	margin-block-end: 1.875rem;
}

.passion__history-list {
	row-gap: 1.25rem;
}

.passion__history-list::before {
	inset-inline-start: 0.1875rem;
}

.passion__timeline-row,
.passion__history-row {
	grid-template-columns: 3.25rem 1fr;
	-moz-column-gap: 0;
	column-gap: 0;
	font-size: 0.9375rem;
	padding-block-start: 1.0625rem;
}

.passion__timeline-text::before {
	font-size: 0.9375rem;
}

.passion__history-row {
	grid-template-columns: 1fr;
	padding-block-start: 0;
	padding-inline-start: 1.375rem;
	row-gap: 0.25rem;
}

.passion__history-row dt {
	font-size: 1rem;
}

.passion__history-row dd {
	font-size: 0.9375rem;
}

.passion__history-row::before {
	inset-inline-start: -0.1875rem;
}

.cta {
	aspect-ratio: 780/2145;
	height: auto;
}

.cta__bg {
	aspect-ratio: 780/642;
}

.cta__inner {
	padding-block-start: 6.875rem;
	width: min(100% - 3.125rem, 21.25rem);
}

.cta__title {
	font-size: 3.125rem;
	margin-block-end: 2.875rem;
}

.cta__title::after {
	inset-inline-start: calc(100% + 1.25rem);
	width: 5.375rem;
}

.cta__box {
	background-image: url("../../assets/img/cta/image-cta-box-bg-sp.webp");
	min-height: auto;
	padding: 1.5625rem;
}

.cta__message--pc {
	display: none;
}

.cta__message--sp {
	display: block;
}

.cta__text {
	background-image: url(../../assets/img/cta/illust-cta-line-sp.svg);
	font-size: 1rem;
}

.cta__collage {
	aspect-ratio: 780/340;
	inset-block-start: 54rem;
}

.contact {
	background-position: center top;
	padding: 4rem 1.5625rem 4.5rem;
}

.contact__inner {
	border-radius: 0.875rem;
	padding: 2.75rem 1.25rem 3rem;
	width: min(100%, 24.375rem);
}

.contact__title {
	font-size: 1.875rem;
	margin-block-end: 2.625rem;
}

.contact__title::after {
	width: 5.375rem;
}

.contact__radios {
	display: grid;
	gap: 0.75rem;
}

.contact__button {
	font-size: 1.125rem;
	height: 4.0625rem;
	margin-block-start: 2.375rem;
	max-width: 18.125rem;
	width: 100%;
}

.contact__button::after {
	inset-inline-end: 1.375rem;
}

.fixed-contact {
	display: block;
	height: 10.6875rem;
	inset-block-end: auto;
	inset-block-start: 10%;
	inset-inline: auto 0;
	padding: 0;
	transform: translate(100%, 0);
	width: 3.125rem;
}

.fixed-contact.is-visible {
	transform: translate(0, 0);
}

.fixed-contact__text {
	font-size: 1rem;
	inset-block-start: 2.0625rem;
}

.fixed-contact__icon--mail {
	height: 0.75rem;
	inset-block-start: 0.875rem;
	inset-inline-start: 50%;
	position: absolute;
	translate: -50% 0;
	width: 1rem;
}

.fixed-contact__icon--arrow-pc {
	display: block;
	height: 0.5rem;
	inset-block-start: 9.5rem;
	width: 0.8125rem;
}

.fixed-contact__icon--arrow-sp {
	display: none;
}

.thanks {
	padding-block: 90px 100px;
}

.thanks__logo {
	height: auto;
	width: 172px;
}

.thanks__main-message {
	font-size: 26px;
	margin-block-end: 24px;
}

.thanks__sub-message {
	font-size: 16px;
}

.thanks__sub-message--margin {
	margin-block-end: 20px;
}

.thanks__link {
	padding: 10px 23px 10px 49px;
}

.thanks__link-text,
.thanks__link-arrow {
	font-size: 18px;
	letter-spacing: 0.72px;
}

.show__sp-only {
	display: block;
}

.show__sp-only--flex {
	display: flex;
}

.show__sp-only--inline {
	display: inline;
}

.show__pc-only {
	display: none;
}

.show__pc-only--flex {
	display: none;
}

.show__pc-only--inline {
	display: none;
}

}

