body {
	font-family: noto-sans-cjk-jp, sans-serif;
	letter-spacing: 0.07em;
}

.p-concept {
	padding-top: 2.375rem;
	position: relative;
}

.p-concept::before {
	background: url(../images/concept/bg_concept_01_sp.webp) center center/contain no-repeat;
	content: "";
	height: 17.125rem;
	left: 0;
	position: absolute;
	top: 12.9375rem;
	width: 5.75rem;
	z-index: 2;
}

.p-concept::after {
	background: url(../images/concept/bg_concept_02_sp.webp) center center/contain no-repeat;
	content: "";
	height: 17.125rem;
	position: absolute;
	right: 0;
	top: 12.9375rem;
	width: 5.75rem;
	z-index: 2;
}

.p-concept__content {
	margin-top: 3rem;
}

.p-concept__title {
	font-size: 1.625rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.p-concept__text {
	font-size: 0.75rem;
	font-weight: bold;
	line-height: 3;
	margin-top: 1.5625rem;
	text-align: center;
}

.p-concept__img {
	margin-top: 2.5rem;
}

.p-concept__movie {
	border-radius: 0.625rem;
	cursor: pointer;
	margin-inline: auto;
	max-width: 21.625rem;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-concept__movie::before {
	background-color: #FDF0DF;
	border-radius: 50%;
	content: "";
	height: 3.8125rem;
	inset: 0;
	margin: auto;
	position: absolute;
	transition: all 0.3s;
	width: 3.8125rem;
	z-index: 1;
}

.p-concept__movie::after {
	-webkit-mask: url(../images/common/triangle.svg) center center/contain no-repeat;
	background-color: #587F7F;
	content: "";
	height: 1.125rem;
	inset: 0;
	margin: auto;
	mask: url(../images/common/triangle.svg) center center/contain no-repeat;
	position: absolute;
	transition: all 0.3s;
	width: 1rem;
	z-index: 2;
}

.p-concept__movie img {
	transition: all 0.3s;
}

.p-concept__modal {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.p-concept__bg {
	background-color: #000;
	cursor: pointer;
	height: 100;
	inset: 0;
	margin: auto;
	opacity: 0.6;
	position: absolute;
	width: 100%;
}

.p-concept__video {
	bottom: 0;
	height: -moz-fit-content;
	height: fit-content;
	left: 0;
	margin: auto;
	max-width: 24.375rem;
	position: absolute;
	right: 0;
	top: 0;
	width: calc(100% - 3.125rem);
}

.p-concept__video::before {
	background-color: #fff;
	content: "";
	height: 0.125rem;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -1.875rem;
	transform: rotate(45deg);
	width: 1.875rem;
}

.p-concept__video::after {
	background-color: #fff;
	content: "";
	height: 0.125rem;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -1.875rem;
	transform: rotate(-45deg);
	width: 1.875rem;
}

.p-concept__video video {
	-o-object-fit: cover;
	aspect-ratio: 16/9;
	object-fit: cover;
	width: 100%;
}

.p-future {
	padding-top: 4rem;
	position: relative;
}

.p-future__inner {
	position: relative;
	z-index: 1;
}

.p-future__blocks {
	margin-top: 2.875rem;
}

.p-future__block + .p-future__block {
	margin-top: 3.25rem;
}

.p-future__img picture {
	border-radius: 0.5rem;
	overflow: hidden;
}

.p-future__content {
	margin-top: 1.6875rem;
}

.p-future__bigText {
	font-size: 1.375rem;
	font-weight: bold;
	line-height: 2;
}

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

.p-future__text {
	font-size: 0.75rem;
	font-weight: bold;
	line-height: 3;
	margin-top: 1.125rem;
}

.p-future__textSlider {
	font-family: mr-eaves-modern, sans-serif;
	font-size: 4.4375rem;
	font-weight: 800;
	margin-top: 2.625rem;
	margin-top: 2rem;
}

.p-yobou {
	background-color: #FDF0DF;
	overflow: hidden;
	padding-top: 3.75rem;
	position: relative;
}

.p-yobou::before {
	background: url(../images/concept/bg_yobou_01.webp) center center/contain no-repeat;
	content: "";
	height: 10.3125rem;
	left: 0;
	position: absolute;
	top: -2.5rem;
	width: 9.0625rem;
}

.p-yobou::after {
	background: url(../images/concept/bg_yobou_02.webp) center center/contain no-repeat;
	content: "";
	height: 10.625rem;
	position: absolute;
	right: 0;
	top: -2.5rem;
	width: 8.5rem;
}

.p-yobou__subtitle {
	font-size: 1.625rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 4.375rem;
	text-align: center;
}

.p-yobou__text {
	font-size: 0.75rem;
	font-weight: bold;
	line-height: 3;
	margin-top: 2.375rem;
	text-align: center;
}

.p-yobou__img {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-inline: auto;
	margin-top: 2.5rem;
	max-width: 18.75rem;
	position: relative;
	z-index: 2;
}

.p-yobou__img picture:nth-child(1) {
	width: 7.625rem;
}

.p-yobou__img picture:nth-child(2) {
	width: 8.1875rem;
}

.p-yobou2 {
	background-color: #DCEBEB;
	padding-bottom: 7.8125rem;
	padding-top: 3.375rem;
	position: relative;
	z-index: 1;
}

.p-yobou2::before {
	background-color: #DCEBEB;
	border-top-left-radius: 14.375rem 3.75rem;
	border-top-right-radius: 14.375rem 3.75rem;
	content: "";
	height: 13.3125rem;
	left: -9vw;
	position: absolute;
	top: -1.875rem;
	width: 117.4358974359vw;
}

.p-yobou2__inner {
	position: relative;
}

.p-yobou2__figure {
	margin-inline: auto;
	margin-top: 2.375rem;
}

.p-yobou2__btn {
	height: 7.5rem;
	margin-inline: auto;
	margin-top: 5.9375rem;
	max-width: 22.5rem;
	position: relative;
	z-index: 1;
}

.p-yobou2__bg1 {
	bottom: -3.125rem;
	position: absolute;
	width: 24.375rem;
}

.p-yobou2__bg2 {
	bottom: max(-14vw, -16rem);
	left: 0;
	position: absolute;
	width: 100%;
}

@media (hover: hover) {

.p-concept__movie:hover img {
	transform: scale(1.1);
}

.p-concept__movie:hover::before {
	background-color: #587F7F;
	transform: scale(1.1);
}

.p-concept__movie:hover::after {
	background-color: #FDF0DF;
	transform: scale(1.1);
}

}

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

.p-concept {
	padding-top: 5.375rem;
}

.p-concept::before {
	background-image: url(../images/concept/bg_concept_01.webp);
	height: 94.1875rem;
	top: 14.125rem;
	width: 25.9375rem;
}

.p-concept::after {
	background-image: url(../images/concept/bg_concept_02.webp);
	height: 94.1875rem;
	top: 14.125rem;
	width: 25.9375rem;
}

.p-concept__inner {
	max-width: calc(81.125rem + 25px + 25px);
}

.p-concept__content {
	margin-top: 6.875rem;
}

.p-concept__title {
	font-size: 3.125rem;
	letter-spacing: 0.11em;
}

.p-concept__text {
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.25em;
	margin-top: 5.125rem;
}

.p-concept__img {
	margin-inline: auto;
	margin-top: 8rem;
	max-width: 78.75rem;
}

.p-concept__movie {
	margin-inline: auto;
	max-width: 100%;
	width: 100%;
}

.p-concept__movie::before {
	height: 9.375rem;
	width: 9.375rem;
}

.p-concept__movie::after {
	height: 2.875rem;
	width: 2.5rem;
}

.p-concept__video {
	max-width: 70rem;
}

.p-future {
	padding-top: 11.9375rem;
}

.p-future::before {
	background: url(../images/concept/bg_future_01_2.webp) center center/contain no-repeat;
	content: "";
	height: 40.625rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 31.4375rem;
}

.p-future::after {
	background: url(../images/concept/bg_future_02.webp) center center/contain no-repeat;
	content: "";
	height: 41.25rem;
	left: 0;
	position: absolute;
	top: 93.75rem;
	width: 23.75rem;
}

.p-future__inner {
	max-width: calc(97.0625rem + 25px + 25px);
}

.p-future__inner::before {
	background: url(../images/concept/bg_future_03.webp) center center/contain no-repeat;
	bottom: 3.125rem;
	content: "";
	height: 45rem;
	margin-right: calc(50% - 50vw);
	position: absolute;
	right: 0;
	width: 31.5625rem;
	z-index: 1;
}

.p-future__blocks {
	margin-top: 5.8125rem;
}

.p-future__block {
	display: flex;
	gap: 4.5625rem;
}

.p-future__block + .p-future__block {
	align-items: flex-end;
	flex-direction: row-reverse;
	margin-top: -12.8125rem;
}

.p-future__img {
	width: 46.25rem;
}

.p-future__img picture {
	border-radius: 0.9375rem;
}

.p-future__img picture:nth-child(2) {
	margin-left: auto;
	margin-top: 5rem;
	width: 25.9375rem;
}

.p-future__content {
	margin-top: 0;
	max-width: 46.25rem;
	padding-left: 6.75rem;
	width: calc(100% - 46.25rem);
}

.p-future__block:nth-child(1) .p-future__content {
	margin-top: 8.5625rem;
}

.p-future__bigText {
	font-size: 2.5rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

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

.p-future__text {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 4.5;
	margin-top: 3.75rem;
}

.p-future__textSlider {
	font-size: 9.6875rem;
	margin-top: 9.625rem;
}

.p-yobou {
	padding-top: 12.5rem;
}

.p-yobou::before {
	height: 39.875rem;
	top: 0;
	width: 35.5rem;
}

.p-yobou::after {
	height: 43.75rem;
	width: 34.75rem;
}

.p-yobou__subtitle {
	font-size: 3.4375rem;
	letter-spacing: 0.055em;
	margin-top: 1.5rem;
}

.p-yobou__text {
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.25em;
	line-height: 4;
	margin-top: 3.3125rem;
}

.p-yobou__img {
	margin-top: -20.9375rem;
	max-width: 95.625rem;
}

.p-yobou__img picture:nth-child(1) {
	width: 22.8125rem;
}

.p-yobou__img picture:nth-child(2) {
	width: 24.5rem;
}

.p-yobou2 {
	padding-bottom: 21.875rem;
	padding-top: 8.125rem;
}

.p-yobou2::before {
	border-top-left-radius: 70vw 18.75rem;
	border-top-right-radius: 70vw 18.75rem;
	height: 55.8125rem;
	left: -10vw;
	top: -9.375rem;
	width: 120vw;
}

.p-yobou2__figure {
	margin-top: 5.5rem;
	max-width: 70.8125rem;
}

.p-yobou2__btn {
	height: 15.625rem;
	margin-top: 10.9375rem;
	max-width: 47.5rem;
}

}


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