.p-mv {
	position: relative;
}

.p-mv__img.p-mv__img {
	height: 260px;
}
@media (min-width: 48em) {
	.p-mv__img.p-mv__img {
		height: 340px;
	}
}
.p-mv__img.p-mv__img img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-mv__title {
	position: absolute;
	top: 50%;
	left: 0;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 7px;
	padding-inline: 15px;
	font-size: 30px;
	line-height: 1.2666666667;
	color: #fff;
	filter: drop-shadow(0px 0px 4px #000);
	transform: translateY(calc(-50% + 29px));
}
@media (min-width: 48em) {
	.p-mv__title {
		gap: 15px;
		padding-inline: 80px;
		font-size: 41px;
		line-height: 1.2195121951;
		transform: translateY(calc(-50% + 31px));
	}
}
@media (min-width: 48em) {
	.p-mv__title::before {
		content: '';
		display: block;
		width: 18px;
		margin-top: 54px;
		aspect-ratio: 14/2;
		background-color: var(--honda-red);
	}
}

.p-mv__title-line1 {
	display: block;
	font-size: 18px;
	margin-bottom: 4px;
}
@media (min-width: 48em) {
	.p-mv__title-line1 {
		font-size: 22px;
	}
}

.p-apply {
	padding-top: 80px;
	padding-bottom: 23.4666666667%;
	color: var(--text-base);
}
@media (min-width: 48em) {
	.p-apply {
		padding-top: 90px;
		padding-bottom: 10.0529100529%;
	}
}

.p-apply__inner {
	width: calc(100% - 30px);
	margin-inline: auto;
}
@media (min-width: 48em) {
	.p-apply__inner {
		width: calc(100% - 80px);
		max-width: 1080px;
	}
}

.p-apply__section + .p-apply__section {
	margin-top: 80px;
}
@media (min-width: 48em) {
	.p-apply__section + .p-apply__section {
		margin-top: 90px;
	}
}

.p-apply__content {
	margin-top: 40px;
}
@media (min-width: 48em) {
	.p-apply__content {
		margin-top: 50px;
	}
}

.p-apply__subsection + .p-apply__subsection {
	margin-top: 40px;
}
@media (min-width: 48em) {
	.p-apply__subsection + .p-apply__subsection {
		margin-top: 50px;
	}
}

.p-apply__heading {
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	font-weight: normal;
	position: relative;
	padding-left: 15px;
	margin-bottom: 16px;
	font-size: 20px;
	color: #000;
}
@media (min-width: 48em) {
	.p-apply__heading {
		margin-bottom: 22px;
	}
}
.p-apply__heading::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 5px;
	height: calc(100% - 10px);
	margin-block: auto;
	background-color: #000;
}

.p-apply__item {
	padding-bottom: 18px;
	font-size: 16px;
	line-height: 1.6;
	border-bottom: 2px solid #edf0f2;
}
@media (min-width: 48em) {
	.p-apply__item {
		line-height: 1.6;
	}
}
.p-apply__item + .p-apply__item {
	margin-top: 18px;
}
.p-apply__item a {
	text-decoration: underline;
}
@media (min-width: 48em) {
	.p-apply__item a {
		transition: opacity 0.3s ease;
	}
	.p-apply__item a:hover {
		text-decoration: none;
		opacity: 0.7;
	}
}
.p-apply__privacy-item > p:nth-child(n + 2) {
	margin-top: 1em;
}
.p-apply__privacy-item > ul:nth-child(n + 2) {
	margin-top: 0.5em;
}
.p-apply__privacy-item li {
	padding-left: 1em;
	text-indent: -1em;
}
.p-apply__privacy-title {
  display: block;
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	font-weight: normal;
}

.p-apply__disc-item {
	position: relative;
	padding-left: 13px;
}
.p-apply__disc-item::before {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 6px;
	aspect-ratio: 1;
	background-color: var(--text-base);
	border-radius: 50%;
}

.p-apply__note {
	padding-left: 1.3em;
	margin-top: 8px;
	text-indent: -1.3em;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: -0.01em;
}
.p-apply__note + .p-apply__note {
	margin-top: 4px;
}
.p-apply__note a {
	text-decoration: underline;
}
@media (min-width: 48em) {
	.p-apply__note a {
		transition: opacity 0.3s ease;
	}
	.p-apply__note a:hover {
		opacity: 0.6;
		text-decoration: none;
	}
}

.p-apply__number-heading {
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	font-weight: normal;
	font-size: 18px;
}
@media (min-width: 48em) {
	.p-apply__number-heading {
		font-size: 20px;
	}
}

.p-apply__limit {
	display: block;
	font-size: 14px;
	color: var(--honda-red);
}
@media (min-width: 48em) {
	.p-apply__limit {
		display: inline-block;
	}
}

.p-apply__text {
	margin-top: 12px;
	font-size: 16px;
	line-height: 1.6;
}
@media (min-width: 48em) {
	.p-apply__text {
		line-height: 2;
	}
}

.p-apply__cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px 15px;
	padding-bottom: 8px;
	margin-top: 30px;
}
@media (min-width: 48em) {
	.p-apply__cards {
		grid-template-columns: repeat(3, 1fr);
		gap: 32px 40px;
		margin-top: 40px;
	}
}

.p-apply__card-title {
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	font-weight: normal;
	font-size: 16px;
}

.p-apply__card-img {
	margin-top: 4px;
}

.p-apply__card-text {
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.6;
}

.p-apply__contact {
	padding: 28px 15px;
	margin-top: 60px;
	background-color: #edf0f2;
}
@media (min-width: 48em) {
	.p-apply__contact {
		padding: 40px;
		margin-top: 90px;
	}
}

.p-apply__contact-title {
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.4;
}
@media (min-width: 48em) {
	.p-apply__contact-title {
		line-height: 1.5;
	}
}

.p-apply__contact-body {
	margin-top: 18px;
}
@media (min-width: 48em) {
	.p-apply__contact-body {
		margin-top: 28px;
	}
}

.p-apply__contact-heading {
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5;
}

.p-apply__contact-link {
	font-size: 16px;
	line-height: 1.5;
	text-decoration: underline;
}
@media (min-width: 48em) {
	.p-apply__contact-link {
		transition: opacity 0.3s ease;
	}
	.p-apply__contact-link:hover {
		text-decoration: none;
		opacity: 0.7;
	}
}

.p-apply__contact-notes {
	margin-top: 24px;
}

.p-apply__btn {
	display: grid;
	grid-template-columns: 7px 1fr 7px;
	gap: 8px;
	align-items: center;
	width: 100%;
	min-height: 66px;
	padding-inline: 18px;
	margin-inline: auto;
	margin-top: 40px;
	color: #fff;
	background-color: var(--honda-red);
	border: 1px solid var(--honda-red);
}
@media (min-width: 48em) {
	.p-apply__btn {
		width: -moz-fit-content;
		width: fit-content;
		min-width: 488px;
		min-height: 80px;
		margin-top: 64px;
		transition: opacity 0.3s ease;
	}
	.p-apply__btn:hover {
		opacity: 0.7;
	}
}
.p-apply__btn::before {
	content: '';
}

.p-apply__btn-body {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.p-apply__btn-line1 {
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.5;
}
@media (min-width: 48em) {
	.p-apply__btn-line1 {
		font-size: 20px;
	}
}

.p-apply__btn-line2 {
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5;
}
@media (min-width: 48em) {
	.p-apply__btn-line2 {
		font-size: 15px;
	}
}

.p-thankyou {
	padding-bottom: 23.4666666667%;
	color: var(--text-base);
}
@media (min-width: 48em) {
	.p-thankyou {
		padding-bottom: 10.0529100529%;
	}
}

.p-thankyou__mv {
	position: relative;
	height: 198px;
	background-color: #000;
}
@media (min-width: 48em) {
	.p-thankyou__mv {
		height: 270px;
	}
}

.p-thankyou__mv-title {
	position: absolute;
	top: 50%;
	left: 0;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 7px;
	padding-inline: 15px;
	font-size: 30px;
	line-height: 1.2666666667;
	color: #fff;
	filter: drop-shadow(0px 0px 4px #000);
	transform: translateY(calc(-50% + 29px));
}
@media (min-width: 48em) {
	.p-thankyou__mv-title {
		gap: 15px;
		padding-inline: 80px;
		font-size: 41px;
		line-height: 1.2195121951;
		transform: translateY(calc(-50% + 31px));
	}
}
@media (min-width: 48em) {
	.p-thankyou__mv-title::before {
		content: '';
		display: block;
		width: 18px;
		margin-top: 54px;
		aspect-ratio: 14/2;
		background-color: var(--honda-red);
	}
}

.p-thankyou__mv-title-line1 {
	display: block;
	font-size: 18px;
	margin-bottom: 4px;
}
@media (min-width: 48em) {
	.p-thankyou__mv-title-line1 {
		font-size: 22px;
	}
}

.p-thankyou__inner {
	width: calc(100% - 30px);
	margin-inline: auto;
}
@media (min-width: 48em) {
	.p-thankyou__inner {
		width: calc(100% - 60px);
	}
}

.p-thankyou__title {
	position: relative;
	padding-bottom: 13px;
	font-size: 29px;
	line-height: 1.4;
	letter-spacing: -0.02em;
	text-align: center;
}
@media (min-width: 48em) {
	.p-thankyou__title {
		padding-bottom: 14px;
		font-size: 38px;
		line-height: 1.3157894737;
	}
}
.p-thankyou__title::before {
	position: absolute;
	inset: auto 0 0;
	width: 58px;
	height: 3px;
	margin-inline: auto;
	content: '';
	background-color: var(--honda-red);
}

.p-thankyou__heading {
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	font-weight: normal;
	margin-top: 42px;
	font-size: 24px;
	line-height: 1.4;
	letter-spacing: 0.04em;
	text-align: center;
}
@media (min-width: 48em) {
	.p-thankyou__heading {
		margin-top: 60px;
		font-size: 30px;
		line-height: 1.5;
	}
}

.p-thankyou__text {
	font-family: 'HondaGlobalFontJP-Light', sans-serif;
	font-weight: normal;
	width: -moz-fit-content;
	width: fit-content;
	margin-inline: auto;
	margin-top: 24px;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: -0.01em;
}
@media (min-width: 48em) {
	.p-thankyou__text {
		margin-top: 32px;
		line-height: 2.0625;
		text-align: center;
	}
}

.p-thankyou__back {
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	font-weight: normal;
	display: grid;
	grid-template-columns: 7px 1fr 7px;
	align-items: center;
	width: 100%;
	min-height: 66px;
	padding-inline: 16px;
	margin-inline: auto;
	margin-top: 42px;
	font-size: 18px;
	text-align: center;
	line-height: 1.5;
	color: #fff;
	background-color: var(--honda-red);
}
@media (min-width: 48em) {
	.p-thankyou__back {
		width: -moz-fit-content;
		width: fit-content;
		min-width: 492px;
		min-height: 80px;
		padding-inline: 30px;
		margin-top: 70px;
		font-size: 20px;
		transition: opacity 0.3s ease;
	}
	.p-thankyou__back:hover {
		opacity: 0.7;
	}
}
.p-thankyou__back::before {
	content: '';
}
