@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;
}
img {
	height: auto;
}
h2 {
	margin-bottom: 0.8em;
}
p:last-of-type {
	margin-bottom: 0;
}
.tablet {
	display: none;
}
.not-tablet {
	display: block;
}
@media screen and (max-width: 834px) {
	.inner {
		padding-inline: 2rem;
	}
	.beige_wrap {
		padding-inline: 0;
	}
}
@media screen and (max-width: 834px) and (min-width: 601px) {
	.tablet {
		display: block;
	}
	.not-tablet {
		display: none;
	}
}

/* FV------------------------------------------------------- */
.firstView {
	--FV-img: url(/assets/images/transfer/IMG_FV.webp);
	padding: 0;
}
.firstView::before {
	content: 'Transfer';
}
.firstView .targetCall {
	font-size: clamp(1.5rem, var(--sp-15px), 2.7rem);
	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-family: YakuHanMP, var(--shipporiMincho);
}
@media screen and (max-width: 600px) {
	.firstView {
		--spFV-img: url(/assets/images/transfer/IMG_FV_sp.webp);
	}
}

/* Lead ----------------------------------------------------- */
.lead h3 {
	font-family: YakuHanJP, 'Noto Sans', sans-serif;
	font-size: clamp(2.4rem, var(--sp-24px), 3rem);
	line-height: 1.3;
	margin-bottom: 0.5em;
}
.inner_inner {
	padding-left: 1em;
}
.flexWrap {
	margin: 0 auto 0 1em;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 2rem;
}
.flexWrap img {
	max-width: 45rem;
	height: auto;
	object-position: 50% 50%;
	margin: 0 auto;
}
.checkList {
	margin-block: 3rem;
	margin-left: 2em;
	& li {
		position: relative;
		padding-left: 1.8em;
		font-family: YakuHanMP, var(--shipporiMincho);
		font-weight: 700;
		font-size: 1.8rem;
		&:not(:last-child) {
			margin-bottom: 0.5em;
		}
		&::before {
			position: absolute;
			content: '';
			background-image: url(/assets/images/abroad/checkIcon.svg);
			background-repeat: no-repeat;
			background-size: contain;
			width: 1.5em;
			aspect-ratio: 74/75;
			left: 0;
			top: -0.15em;
		}
	}
}
@media screen and (max-width: 834px) {
	.lead h3 {
		margin-bottom: 1em;
	}
	.inner_inner {
		padding-left: 0;
	}
	.checkList {
		margin-left: 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.6rem, var(--sp-26px), 5rem);
	font-family: YakuHanMP, var(--shipporiMincho);
}
.txt_center {
	text-align: center;
	font-size: 2rem;
	&.normal {
		font-size: 1.7rem;
		margin-bottom: 2.5em;
	}
}
.white_bg {
	padding-block: 5rem;
	padding-inline: 6rem;
}
.cont03 {
	background-image: url(/assets/images/abroad/IMG_cont03_before.webp), url(/assets/images/abroad/IMG_cont03_after.webp);
	background-position: calc(50% - 520px), calc(50% + 520px);
	background-repeat: no-repeat;
}

.strengths .white_bg:not(:last-of-type) {
	margin-block: 0 clamp(30px, var(--sp-30px), 50px);
}

.strengths h3 {
	width: 100%;
	position: relative;
	text-align: left !important;
	font-family: YakuHanJP, 'Noto Sans', sans-serif;
	margin-bottom: 0.5em !important;
	&::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), 9rem);
		aspect-ratio: 1/1;
		background-image: var(--blueGrad);
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		left: calc(clamp(3.4rem, var(--sp-34px), 10.5rem) * -1);
		top: 50%;
		transform: translateY(-50%);
		border-radius: 50em;
		padding-bottom: 0.15em;
	}
}
.strengths .flexWrap {
	margin: 0 auto;
}
.strengths .flexWrap img {
	margin: 0 auto;
}
.strengths .flexWrap video {
	width: 100%;
	height: auto;
	margin: 0 auto 2rem;
}
.strengths .notes {
	font-size: 80%;
	line-height: 1;
	font-family: YakuHanMP, var(--shipporiMincho);
	color: #282828;
}

.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 h2 {
	font-family: YakuhanMP, var(--shipporiMincho);
	font-size: clamp(2.6rem, var(--sp-26px), 4.4rem);
}
.message p {
	text-align: center;
}
.message ul {
	width: fit-content;
	margin-inline: auto;
	& li {
		text-indent: unset;
		padding-left: 1.8em;
	}
}
@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: 75%;
	}
	.strengths .white_bg {
		padding: 2em 1.2em 1.5em;
	}
	.strengths h3 {
		margin-bottom: 0.75em;
	}
	.message {
		background-image: unset;
	}
	.message p {
		text-align: left;
	}
}
@media screen and (max-width: 834px) and (min-width: 601px) {
	.strengths h3 {
		padding-left: 13vw;
		&::before {
			left: 0;
		}
	}
}
@media screen and (max-width: 600px) {
	.strengths h3::before {
		transform: unset;
		top: -4rem;
	}
	.strengths .textBox img {
		margin-block: 2rem;
	}
}

/* offer --------------------------------------------------- */
.footerBnr_wrap,
.slide02,
#offerArea {
	display: none;
}
.offer {
	background-color: var(--colorLogoBlue);
	padding-block: clamp(3rem, var(--sp-30px), 6.4rem);
}
.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 {
	padding: 4rem 5rem;
}
.offer p {
	text-align: center;
	line-height: 1.6;
	&:last-of-type {
		margin-bottom: 1.2em;
	}
}
.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.consultation {
	background-image: linear-gradient(0deg, #baad00 20%, #e7cc00);
	padding-inline: 0;
	margin-block: 0;
	text-shadow: 0 0 1.6rem #665f00;
	&::before {
		display: none;
	}
}
.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 p {
		text-align: left;
	}
	footer .footerBottom {
		padding-bottom: 16rem;
	}
}
