@charset "utf-8";

/* Common ------------------------------------------------- */
body {
	counter-reset: strengths-number 0;
}
section {
	padding-block: clamp(4.4rem, var(--sp-44px), 6.4rem) clamp(5rem, var(--sp-50px), 7rem);
}
.inner {
	width: 100%;
	max-width: 100rem;
	margin: 0 auto;
}
@media screen and (max-width: 834px) {
	.inner {
		padding-inline: 2rem;
	}
	.beige_wrap {
		padding-inline: 0;
	}
}
img {
	height: auto;
}
h2 {
	margin-bottom: 0.8em;
}
p:last-of-type {
	margin-bottom: 0;
}

/* FV------------------------------------------------------- */
.firstView {
	--FV-img: url(/assets/images/exam/IMG_FV.webp);
	padding: 0;
}
.firstView::before {
	content: 'Exam';
}
.firstView .targetCall {
	font-size: clamp(1.8rem, var(--sp-18px), 3rem);
	font-weight: 600;
	border: 2px solid #2234da;
	color: #2234da;
	line-height: 1.2;
	padding: 0.2em 0.5em;
	margin-bottom: 0.7em;
	width: fit-content;
}
.firstView :is(.subCatch, #mainCatch) {
	padding-left: clamp(1rem, var(--sp-10px), 1.5rem);
}
#mainCatch {
	font-size: clamp(3.4rem, var(--sp-34px), 5rem);
}
@media screen and (max-width: 600px) {
	.firstView {
		--spFV-img: url(/assets/images/exam/IMG_FV_sp.webp);
	}
}

/* Lead ----------------------------------------------------- */
.lead h3 {
	font-size: clamp(2.4rem, var(--sp-24px), 3rem);
	line-height: 1.3;
	margin-bottom: 0.5em;
	&:not(:first-of-type) {
		margin-top: 3em;
	}
}
.flexWrap {
	margin: 0 auto 0 1em;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 2rem;
}
.beige_wrap .flexWrap {
	margin: 0 auto;
	align-items: center;
}
.flexWrap img {
	max-width: 45rem;
	height: auto;
	object-position: 50% 50%;
	margin: 0 auto;
}
@media screen and (max-width: 834px) {
	.lead h3 {
		margin-bottom: 1em;
	}
	.flexWrap {
		flex-direction: column;
		margin: 0;
	}
	.flexWrap img {
		width: 90%;
		margin-bottom: 2.4rem;
	}
}

/* Main Contents --------------------------------------------- */
h2.tarning {
	color: #2234da;
	font-size: clamp(2.8rem, var(--sp-28px), 5rem);
}
.txt_center {
	text-align: center;
	font-size: 2rem;
}
.white_bg {
	padding-block: 5rem;
	padding-inline: 6rem;
}
.cont03 {
	background-image: url(/assets/images/exam/IMG_cont03_before.webp), url(/assets/images/exam/IMG_cont03_after.webp);
	background-position: calc(50% - 500px), calc(50% + 500px);
	background-repeat: no-repeat;
}

.strengths .white_bg {
	position: relative;
	&:not(:last-of-type) {
		margin-block: 0 clamp(30px, var(--sp-30px), 50px);
	}
	&::before {
		position: absolute;
		counter-increment: strengths-number 1;
		content: '' counter(strengths-number, decimal-leading-zero);
		font-family: var(--shipporiMincho);
		font-weight: 600;
		font-size: clamp(2.4rem, var(--sp-24px), 5rem);
		line-height: 1;
		width: clamp(40px, var(--sp-40px), 100px);
		height: clamp(40px, var(--sp-40px), 100px);
		background-image: var(--blueGrad);
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		left: -2.5rem;
		top: -2.5rem;
		border-radius: 50em;
		padding-bottom: 0.15em;
	}
}
.strengths .flexWrap .textBox h3 {
	text-align: left;
}
.strengths .flexWrap .textBox p {
	margin-bottom: 0;
}
.strengths .flexWrap img {
	margin: 0;
}

.message {
	background-image: url(/assets/images/exam/IMG_message_before.webp), url(/assets/images/exam/IMG_message_after.webp);
	background-position: calc(50% - 450px), calc(50% + 450px);
	background-repeat: no-repeat;
}
.message p {
	text-align: center;
}
@media screen and (max-width: 834px) {
	.txt_center {
		text-align: left;
		font-size: inherit;
	}
	.cont03 {
		background-image: url(/assets/images/exam/IMG_cont03_before_sp.webp), url(/assets/images/exam/IMG_cont03_after_sp.webp);
		background-position: 0 2rem, 100% 2rem;
		background-size: 24vw auto;
		background-repeat: no-repeat;
	}
	.strengths h2 .sp_small {
		font-size: 90%;
	}
	.strengths .white_bg {
		padding: 2em 1.2em 1.5em;
		&::before {
			left: -1rem;
			top: -1rem;
		}
	}
	.strengths .flexWrap .textBox h3 {
		margin-bottom: 0.75em;
		text-align: center;
	}
	.message {
		background-image: unset;
	}
	.message p {
		text-align: left;
	}
}

/* offer --------------------------------------------------- */
.footerBnr_wrap,
.slide02,
#offerArea {
	display: none;
}
.offer {
	background-color: var(--colorLogoBlue);
}
.offer h3 {
	font-size: clamp(2.2rem, var(--sp-22px), 3.4rem) !important;
	color: #d71d63 !important;
	margin-block: 0 0.25em !important;
}
.offer .white_bg {
	margin-block: 2rem 3rem;
	padding: 4rem 5rem;
}
.offer p {
	text-align: center;
	margin-bottom: 1.75em;
	font-weight: 700;
	line-height: 1.6;
}
.offer .flexWrap {
	align-items: center;
}
.offer ul {
	list-style: none;
	padding-inline: 0;
	margin-bottom: 0;
}
.offer ul li:not(:last-child) {
	margin-bottom: 0.25em;
	font-size: 1.8rem;
}
.offer ul li strong {
	color: #2234da;
}
.offer .detailBtn.detail_briefing {
	font-size: clamp(1.8rem, var(--sp-18px), 2.4rem);
	line-height: 1.2;
	max-width: 50rem;
	margin: 0;
	padding-left: 13rem;
}
.offer .detailBtn {
	padding-inline: clamp(7rem, var(--sp-7px), 13rem) 0;
	margin-block: 0;
}
.offer .contact_txt {
	font-size: clamp(1.6rem, var(--sp-16px), 2.2rem);
	font-weight: 700;
	text-align: center;
	margin-bottom: 0.5em;
	line-height: 1.2;
}
@media screen and (max-width: 834px) {
	.offer .white_bg {
		padding: 1.5em 0.85em;
	}
	.offer .detailBtn.detail_briefing {
		padding-left: 0.6rem;
	}
	.offer .detailBtn.detail_briefing:before {
		display: none;
	}
	footer .footerBottom {
		padding-bottom: 16rem;
	}
}
