.p-hero {
	padding-bottom: 40px;
}

.p-hero__image {
	width: 100%;
	aspect-ratio: 804 / 890;
	background: url("../../images/hero/hero-mobile.png") center top / 100% auto no-repeat;
}

.p-hero__content {
	width: min(100% - 30px, var(--mobile-content));
	margin: 8px auto 0;
}

.p-hero__title {
	margin: 16px 0 8px;
	font-size: 32px;
}

.p-hero__description {
	font-weight: 500;
}

.p-concern {
	height: 711px;
	padding: 283px 12px 24px;
	background: url("../../images/backgrounds/concern.png") center / cover;
	text-align: center;
}

.p-concern__title {
	font-size: 24px;
	letter-spacing: 2px;
}

.p-concern__title small {
	display: block;
	font-size: 16px;
}

.p-concern__title strong {
	color: var(--color-red);
	font-size: 20px;
}

.p-concern__closing {
	color: #fff;
	font-weight: 700;
}

.p-concern__closing strong {
	font-size: 20px;
}

.p-about__image {
	width: min(100%, var(--mobile-content));
	height: 283px;
	margin: 18px auto;
	object-fit: cover;
}

.p-values .c-lead-copy strong {
	color: var(--color-blue);
}

.p-values__list {
	display: grid;
	gap: 32px;
	width: min(100%, var(--mobile-content));
	margin: 32px auto;
}

.p-values__item img {
	width: 100%;
}

.p-support__intro {
	position: relative;
	display: inline-block;
	margin-bottom: 24px;
	padding-inline: 34px;
	font-size: 20px;
}

.p-support__intro::before,
.p-support__intro::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 2px;
	height: 38px;
	border-radius: 2px;
	background: var(--color-red);
}

.p-support__intro::before {
	left: 10px;
	transform: translateY(-50%) rotate(-42deg);
}

.p-support__intro::after {
	right: 10px;
	transform: translateY(-50%) rotate(42deg);
}

.p-support__list {
	display: grid;
	gap: 32px;
	width: min(100%, var(--mobile-content));
	margin: 32px auto;
}

.p-recruitment__note {
	margin-top: 32px;
	font-weight: 700;
}

.p-flow,
.p-faq {
	background: var(--color-yellow);
}

.p-message {
	padding-bottom: 0;
}

.p-message .c-section-heading {
	margin-bottom: 10px;
}

.p-message__mascot {
	position: relative;
	width: min(100%, var(--mobile-canvas));
	height: 150px;
	margin-inline: auto;
}

.p-message__mascot img {
	position: absolute;
	right: -18px;
	bottom: 0;
	width: 320px;
	height: 190px;
	object-fit: cover;
	object-position: 65% 26%;
}

.p-message__body {
	position: relative;
	z-index: 1;
	width: min(100%, 700px);
	margin: 0 auto;
	padding: 24px 18px;
	border-radius: 8px 8px 0 0;
	background: #f5f5f5;
	font-size: 15px;
	text-align: left;
}

.p-final-cta {
	min-height: 602px;
	padding: 39px 15px;
	background: url("../../images/backgrounds/final-cta.png") center / cover;
}

.p-final-cta__content {
	width: min(100%, var(--mobile-content));
}

.p-final-cta__title {
	margin: 16px 0;
	font-size: clamp(22px, 7vw, 28px);
	white-space: nowrap;
}

.p-final-cta p {
	font-size: 14px;
}

@media (max-width: 374px) {
	.p-hero__title {
		font-size: 29px;
	}

	.p-support__intro {
		padding-inline: 28px;
		font-size: 17px;
	}

	.p-final-cta__title {
		font-size: 22px;
	}
}

@media (min-width: 1024px) {
	.p-hero {
		position: relative;
		display: block;
		min-height: clamp(502px, 49.07vw, 687px);
		padding: 0;
		background: #fdfdfc;
	}

	.p-hero__image {
		position: absolute;
		top: clamp(59px, 5.79vw, 81px);
		right: max(0px, calc((100vw - 1400px) / 2));
		width: clamp(794px, 77.51vw, 1085px);
		aspect-ratio: 1085 / 525;
		background: url("../../images/hero/hero-desktop.png") center / cover no-repeat;
	}

	.p-hero__content {
		position: absolute;
		z-index: 1;
		top: clamp(146px, 14.29vw, 200px);
		left: max(28px, calc((100vw - 1400px) / 2));
		width: clamp(308px, 30.08vw, 421px);
		margin: 0;
	}

	.p-hero .c-recruitment-badge {
		padding: 4.5px 18px;
		font-size: clamp(13px, 1.13vw, 15.85px);
	}

	.p-hero__title {
		margin: 18px 0;
		font-size: clamp(28px, 2.59vw, 36.23px);
		line-height: 1.3;
	}

	.p-hero__description {
		font-size: clamp(15px, 1.3vw, 18.11px);
	}

	.p-hero .c-line-button {
		width: max-content;
		max-width: none;
		margin: 36px 0 0;
		padding: 18px 45px;
		font-size: clamp(18px, 1.62vw, 22.64px);
	}

	.p-final-cta__title {
		font-size: 22px;
	}
}
