@charset "utf-8";
/* CSS Document */

.c-mv__bg {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	img {
		object-position: left;
	}
	span {
		position: absolute;
		max-width: 660px;
		width: 80%;
		img {
			object-fit: contain;
		}
	}
}

.p-movie {
	background: url("../img/about/pv-bg-test.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-block: 16rem 0px;
	margin-top: 5rem;
	@media (max-width: 767.98px) {
		padding-block: 8rem 0px;
		margin-top: 3rem;
	}
}

.movie_ttl {
	font-size: clamp(2rem,3vw,3rem);
	font-weight: bold;
	color: #0075C2;
	margin-block: 10rem 2rem;
	@media (max-width: 767.98px) {
		margin-block: 4rem 2rem;
		font-size: 2rem;
	}
}

.movie_txt {
	font-size: clamp(1.4rem,1.8vw,1.8rem);
	text-align: justify;
	line-height: var(--line-height-base);
}

.movie_txt--bottom {
	margin-bottom: 5rem;
}

.c-youtube {
	position: relative;
	width: 100%;
	aspect-ratio: 16/9;
	overflow: hidden;
	cursor: pointer;
}

/* サムネイル */
.c-youtube__thumbnail {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	z-index: 1;
}

/* iframe */
.c-youtube__iframe {
	width: 100%;
	height: 100%;
	border: none;
	display: none;
}

/* 再生ボタン */
.c-youtube__play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	background: rgba(0,0,0,0.6);
	border-radius: 50%;
	border: none;
	z-index: 2;
	cursor: pointer;
	transition: 0.3s;
}

/* 再生マーク */
.c-youtube__play::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-40%, -50%);
	border-style: solid;
	border-width: 14px 0 14px 22px;
	border-color: transparent transparent transparent #fff;
}

/* hover */
.c-youtube__play:hover {
	background: rgba(0,0,0,0.8);
	transform: translate(-50%, -50%) scale(1.1);
}

.p-movie picture {
	margin-top: 5vw;
}

.p-summary {
	padding-block: 14.5rem 0;
}

.p-summary__inner {
	position: relative;
	width: 80%;
	max-width: 1530px;
	margin-inline: auto;
	background: #F0F2F2;
	@media (max-width: 767.98px) {
		width: 90%;
	}
}

.p-summary__background {
	display: flex;
	flex-direction: column;
	gap: 35rem;
	width: 100%;
	max-width: 1200px;
	margin-inline: auto;
	padding-block: 18rem 26rem;
	padding-inline: 40px;
	@media (max-width: 1450px) {
		gap: 10rem;
	}
	@media (max-width: 767.98px) {
		padding-block: 5rem 5rem;
		padding-inline: 20px;
	}
}

.p-summary__textbox-wrapper {
	position: relative;
	@media (max-width: 1450px) {
		display: flex;
		flex-direction: column;
		gap: 4rem;
	}
}

.p-summary__textbox {
	width: 100%;
	max-width: 740px;
}

.p-summary__textbox--left {
	margin-right: auto;
}

.p-summary__textbox--right {
	margin-left: auto;
}

.p-summary__title {
	width: fit-content;
	margin-bottom: 6rem;
	padding: 2px 16px;
	color: #0075C2;
	font-size: clamp(1.4rem,1.8vw,1.8rem);
	font-weight: 500;
	background: #FFF;
	border: 1px solid #0075C2;
	@media (max-width: 767.98px) {
		margin-bottom: 2rem;
		font-size: 1.4rem;
	}
}

.p-summary__theme {
	margin-bottom: 3rem;
	color: #0075C2;
	font-size: clamp(1.8rem,2.4vw,2.4rem);
	font-weight: bold;
	letter-spacing: 0.1em;
	@media (max-width: 767.98px) {
		font-size: 1.8rem;
	}
}

.p-summary__description {
	font-size: clamp(1.4rem,1.8vw,1.8rem);
	line-height: calc(32 / 18);
	letter-spacing: 0.1em;
	@media (max-width: 767.98px) {
		font-size: 1.4rem;
	}
}

.p-summary__img-01 {
	position: absolute;
	top: -33%;
	right: -30%;
	width: 60%;
	max-width: 720px;
	@media (max-width: 1450px) {
		position: static;
		width: 100%;
	}
}

.p-summary__img-02 {
	position: absolute;
	bottom: -25%;
	left: -30%;
	width: 60%;
	max-width: 720px;
	@media (max-width: 1450px) {
		position: static;
		width: 100%;
		margin-left: auto;
	}
}

.p-posture {
	margin-block: 8vw 4vw;
	@media (max-width: 767.98px) {
		margin-block: 6rem 8rem;
	}
}

.posture_ttl_wrap {
	display: grid;
	place-items: center;
	row-gap: 2rem;
	picture {
		max-width: 240px;
		width: 40%;
	}
}

.posture_ttl {
	font-size: clamp(2rem,3vw,3rem);
	color: #0075C2;
	@media (max-width: 767.98px) {
		font-size: 2rem;
	}
}

.posture_list {
	margin-block: 10rem;
	@media (max-width: 767.98px) {
		margin-block: 5rem;
	}
}

.posture_list dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid #C1C1C1;
	padding: 4rem 2rem;
	gap: 4rem 0rem;
	&:first-of-type {
		border-top: 1px solid #C1C1C1;
	}
	dt {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		column-gap: 5rem;
		width: 40%;
		@media (max-width: 767.98px) {
			width: 100%;
			column-gap: 3rem;
		}
	}
	span {
		font-size: clamp(1.4rem,1.8vw,1.8rem);
		font-weight: bold;
		color: #FFF;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		margin-left: 2rem;
		@media (max-width: 767.98px) {
			font-size: 1.4rem;
		}
		&::after {
			content: '';
			background: #66B1DC;
			display: block;
			width: 97px;
			height: 97px;
			border-radius: 100px;
			position: absolute;
			z-index: -1;
			@media (max-width: 767.98px) {
				width: 70px;
				height: 70px;
			}
		}
	}
}

.posture_list_ttl {
	font-size: clamp(1.8rem,2.4vw,2.4rem);
	font-weight: bold;
	color: #0075C2;
}

.posture_list_txt {
	font-size: var(--font-size-18px);
	line-height: var(--line-height-base);
}

.p-products__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	row-gap: 25px;
	column-gap: 25px;
	margin-top: 10rem;
	@media (max-width: 767.98px) {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		row-gap: 25px;
		/* width: calc(360 / 420 * 100 * var(--vw)); */
		/* margin-inline: auto; */
		margin-top: 5rem;
	}
}
.p-products__card {
	display: flex;
}
.p-products__card-link {
	display: block;
	padding-block: 30px 20px;
	padding-inline: min(30px, 30 / 383 * 100%);
	border: 1px solid #007dc5;
	position: relative;
	isolation: isolate;
	transition: background 0.3s, color 0.3s;
	&:hover {
		background: #0075C2;
		color: #fff;
	}
}
.p-products__card-link::after {
	content: "";
	display: block;
	width: 20px;
	aspect-ratio: 1;
	background: linear-gradient(to right bottom, transparent calc(50% - 0.5px), #007dc5 calc(50% + 0.5px));
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	translate: -6px -6px;
	transition: translate 0.3s;
}
.p-products__card-link:hover::after {
	translate: none;
	background: linear-gradient(to right bottom, transparent calc(50% - 0.5px), #fff calc(50% + 0.5px));
}
.p-products__card-title {
	margin-top: calc(3.3 / 20 * 1em);
	color: #007dc5;
	padding-bottom: 7px;
	font-weight: 700;
	line-height: calc(29 / 20);
	font-size: clamp(1.4rem,1.8vw,1.8rem);
	transition: color 0.3s;
	@media (max-width: 767.98px) {
		font-size: 1.4rem;
	}
}
.p-products__card-link:hover .p-products__card-title {
	color: #fff;
}
.p-products__card-title > small {
	font-size: clamp(1.2rem,1.6vw,1.6rem);
	@media (max-width: 767.98px) {
		font-size: 1.2rem;
	}
}


.p-products__card-desc {
	margin-top: calc(0 / 50 * 1em);
	margin-bottom: 10px;
	line-height: calc(24 / 16);
	font-size: clamp(1.4rem,1.8vw,1.8rem);
	@media (max-width: 767.98px) {
		font-size: 1.4rem;
	}
}


.p-pursuit {
	background: url("../img/about/pursuit-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-block: 20rem;
	@media (max-width: 767.98px) {
		padding-block: 2rem 8rem;
	}
}

.pursuit_ttl_wrap {
	display: grid;
	row-gap: 2rem;
	margin-bottom: 5rem;
	@media (max-width: 767.98px) {
		row-gap: 1rem;
		margin-bottom: 3rem;
	}
	span {
		color: #0075C2;
		font-size: clamp(1.4rem,1.8vw,1.8rem);
		font-weight: bold;
		@media (max-width: 767.98px) {
			font-size: 1.4rem;
		}
	}
	.pursuit_ttl {
		font-size: clamp(2rem,3vw,3rem);
		font-weight: bold;
		@media (max-width: 767.98px) {
			font-size: 2rem;
		}
	}
	.pursuit_list_txt {
		line-height: var(--line-height-base);
	}
}

.pursuit_txt {
	font-size: var(--font-size-18px);
	line-height: var(--line-height-base);
	text-align: justify;
}

.pursuit_list {
	display: flex;
	gap: 2rem;
	margin-block: 4rem 6rem;
	@media (max-width: 767.98px) {
		flex-wrap: wrap;
		justify-content: center;    /* 中央寄せ */
		margin-block: 2rem 2rem;
	}
	li {
		background: #FFF;
		border-radius: 10px;
		color: #0075C2;
		padding: 10px 2vw;
		font-size: clamp(1.4rem,1.8vw,1.8rem);
		font-weight: bold;
		text-align: center;
		@media (max-width: 767.98px) {
			width: calc(93%/3);
			font-size: 1.4rem;
		}
		@media (max-width: 599.98px) {
			width: calc(93%/2);
		}
		span {
			font-weight: normal;
		}
	}
}













