@charset "UTF-8";

/* p-concept */
.p-concept-hero__mv {
	background: url("../images/concept/intro_bg.webp") no-repeat top right / contain;
	background-color: #0B1218;
	padding: 11.9rem 0 12.7rem;
}
.p-concept-hero__intro {
	max-width: 128rem;
	width: calc(100% - 36px);
	position: relative;
	margin: 0 auto;
}
.p-concept-hero__intro__bg {
	width: calc(800 / 1280 * 100%);
	max-width: 80rem;
	position: absolute;
	right: -18px;
	bottom: 0;
}
.p-concept-hero__intro__inner {
	max-width: 101.6rem;
	width: 100%;
	padding-bottom: 6rem;
	margin: 0 auto;
}
.p-concept-hero__intro__head {
	margin-bottom: 10rem;
}
.p-concept-hero__intro__head img {
  width: calc(272 / 1016 * 100%);
	max-width: 27.2rem;
}
.p-concept-hero__intro__read {
	color: #FFF;
	font-size: 1.9rem;
	font-weight: 400;
	font-family: Noto Sans JP, "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
	line-height: 2.6;
	letter-spacing: .07em;
	margin-bottom: 9.5rem;
}
.p-concept-hero__intro__txt {
	color: #FFF;
	font-size: 1.5rem;
	line-height: 3.3;
	letter-spacing: .07em;
}
@media(max-width:768px) {
	.p-concept-hero__mv {
		padding: 6rem 0 4rem;
	}
	.p-concept-hero__intro__bg {
		position: relative;
		width: calc(100% + 32px);
		left: -16px;
	}
	.p-concept-hero__intro__inner {
		padding-bottom: 2rem;
	}
	.p-concept-hero__intro__head {
		margin-bottom: 4rem;
	}
	.p-concept-hero__intro__head img {
		width: 50%;
	}
	.p-concept-hero__intro__read {
		font-size: 1.7rem;
		line-height: 2.4;
		margin-bottom: 3rem;
	}
	.p-concept-hero__intro__txt {
		font-size: 1.4rem;
		line-height: 2.4;
	}
}

.p-concept-contents > div {
	display: flex;
}
.p-concept-contents > div:nth-child(2),
.p-concept-contents > div:nth-child(4) {
	flex-direction: row-reverse;
}
.p-concept-contents > div figure {
	width: calc(742 / 1280 * 100%);
}
.p-concept-contents__item01 figcaption {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	color: #FFF;
	font-size: 1.5rem;
}
.p-concept-contents__item01 figcaption span {
	color: #FFF;
	font-size: 2.5rem;
}
.p-concept-contents__item__box {
	width: calc(538 / 1280 * 100%);
	display: flex;
	flex-direction: column;
  justify-content: center;
  align-items: center;
	background: #7F93BC;
}
.p-concept-contents__item02 .p-concept-contents__item__box {
	background: #1E4188;
}
.p-concept-contents__item03 .p-concept-contents__item__box {
	background: #515B70;
}
.p-concept-contents__item04 .p-concept-contents__item__box {
	background: #24313D;
}
.p-concept-contents__item__head {
	color: #FFF;
	font-size: 3.6rem;
	font-family: "Inter", sans-serif;
	font-weight: 300;
	text-align: center;
	line-height: 1.16;
}
.p-concept-contents__item01 .p-concept-contents__item__head {
	display: flex;
	align-items: center;
	text-align: left;
}
.p-concept-contents__item__head strong {
	color: #FFF;
	font-size: 9.8rem;
	font-family: "Inter", sans-serif;
	font-weight: 200;
	margin-right: 1rem;
	line-height: 1;
}
.p-concept-contents__item02 .p-concept-contents__item__head strong {
	display: inline-block;
	margin-top: .5rem;
}
.p-concept-contents__item__txt {
	color: #FFF;
	font-size: 2rem;
	line-height: 2.1;
	text-align: center;
	padding-top: 2rem;
	margin-top: 2.5rem;
	border-top: 1px solid #FFF;
	min-width: 25.6rem;
}
@media(max-width:768px) {
	.p-concept-contents {
		padding-bottom: 5rem;
	}
	.p-concept-contents > div {
		display: block;
	}
	.p-concept-contents > div figure {
		width: 100%;
	}
	.p-concept-contents__item01 figcaption {
		bottom: .5rem;
		font-size: 1.3rem;
	}
	.p-concept-contents__item01 figcaption span {
		font-size: 2rem;
	}
	.p-concept-contents__item__box {
		width: 100%;
		padding: 3rem 0;
	}
	.p-concept-contents__item__head {
		font-size: 2.4rem;
	}
	.p-concept-contents__item__head strong {
		font-size: 7rem;
	}
	.p-concept-contents__item__txt {
		font-size: 1.6rem;
		line-height: 1.8;
		padding-top: 1.5rem;
		margin-top: 1.5rem;
		min-width: 22.6rem;
	}
}
