.p-mv {
	position: relative;
}

.p-mv__video {
	position: relative;
}
.p-mv__video::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	aspect-ratio: auto;
	padding-top: 39.2%;
	content: '';
	opacity: 0.8;
	background-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 48em) {
	.p-mv__video::before {
		padding-top: 10.3174603175%;
	}
}
.p-mv__video video {
	width: 100%;
	height: auto;
	pointer-events: none;
}

.p-mv__video-pc {
	display: none;
}
@media (min-width: 48em) {
	.p-mv__video-pc {
		display: block;
	}
}

.p-mv__video-sp {
	display: block;
}
@media (min-width: 48em) {
	.p-mv__video-sp {
		display: none;
	}
}

.p-mv__logo {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 92%;
	margin-inline: auto;
	margin-bottom: 4.2666666667%;
}
@media (min-width: 48em) {
	.p-mv__logo {
		right: auto;
		left: 2.6455026455%;
		width: 65.6746031746%;
		margin-bottom: 2.380952381%;
	}
}

.p-mv__news {
	padding: 30px 15px;
	border-bottom: 1px solid #e4e5e6;
}
@media (min-width: 48em) {
	.p-mv__news {
		display: grid;
		grid-template-columns: auto 1fr;
		gap: 35px;
		padding: 26px 40px;
	}
}

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

.p-mv__news-content {
	margin-top: 5px;
}
@media (min-width: 48em) {
	.p-mv__news-content {
		margin-top: 0;
	}
}

.p-mv__news-item {
	color: var(--text-base);
}
@media (min-width: 48em) {
	.p-mv__news-item {
		display: grid;
		grid-template-columns: 110px 1fr;
	}
}
.p-mv__news-item + .p-mv__news-item {
	margin-top: 16px;
}

.p-mv__news-date {
	font-family: 'HondaGlobalFontJP-Light', sans-serif;
	font-weight: normal;
	margin-bottom: 4px;
	font-size: 12px;
	line-height: 1.5;
}
@media (min-width: 48em) {
	.p-mv__news-date {
		padding-block: 3px;
		margin-bottom: 0;
		font-size: 14px;
	}
}

.p-mv__news-body {
	font-family: 'HondaGlobalFontJP-Light', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.4;
}
@media (min-width: 48em) {
	.p-mv__news-body {
		font-size: 16px;
	}
}
.p-mv__news-body a {
	text-decoration: underline;
}
@media (min-width: 48em) {
	.p-mv__news-body a {
		transition: opacity 0.3s ease;
	}
	.p-mv__news-body a:hover {
		opacity: 0.7;
		text-decoration: none;
	}
}

.p-mv__news-acco {
	padding-top: 16px;
}

.p-mv__news-more {
	display: flex;
	align-items: center;
	font-size: 12px;
	margin-top: 16px;
	border-bottom: 1px solid;
}
@media (min-width: 48em) {
	.p-mv__news-more {
		font-size: 14px;
		transition: opacity 0.3s ease;
	}
	.p-mv__news-more:hover {
		border-color: transparent;
		opacity: 0.6;
	}
}
.p-mv__news-more::before {
	display: block;
	flex-shrink: 0;
	width: 8px;
	margin-bottom: 2px;
	margin-right: 8px;
	aspect-ratio: 1;
	content: '';
	border-right: 2px solid;
	border-bottom: 2px solid;
	transform: rotate(45deg) translate(2px, -2px);
	transition: transform 0.3s;
}
@media (min-width: 48em) {
	.p-mv__news-more::before {
		transform: rotate(45deg) translate(0px, -2px);
	}
}
.p-mv__news-more[aria-expanded='true']::before {
	transform: rotate(-135deg) translate(-4px, 0px);
}
@media (min-width: 48em) {
	.p-mv__news-more[aria-expanded='true']::before {
		transform: rotate(-135deg) translate(-2px, 0px);
	}
}

.p-parts-slider {
	position: relative;
	padding-top: 60px;
}
@media (min-width: 48em) {
	.p-parts-slider {
		padding-top: 112px;
	}
}
.p-parts-slider .p-hhw__parts {
	margin-top: 0;
}

.p-parts-slider__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 130px);
	display: grid;
	grid-template-rows: 1fr auto;
}
@media (min-width: 48em) {
	.p-parts-slider__bg {
		height: calc(100% - 158px);
	}
}

.p-parts-slider__bg-mid {
	margin-block: -1px;
	background-color: #000;
}

.p-parts-slider__bg-bottom {
	background-color: #fff;
}

.p-vision {
	padding-top: 60px;
	overflow: hidden;
}
@media (min-width: 48em) {
	.p-vision {
		padding-top: 112px;
	}
}

.p-vision__strong-text {
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	font-weight: normal;
	margin-top: 8vw;
	font-size: 7.4666666667vw;
	line-height: 1.5;
	text-align: center;
	letter-spacing: -0.01em;
}
@media (min-width: 48em) {
	.p-vision__strong-text {
		margin-top: max(32px, 2.1164021164vw);
		font-size: max(35px, 2.3148148148vw);
		line-height: 1.4;
		letter-spacing: 0;
	}
}

.p-vision__text {
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	font-weight: normal;
	margin-top: 8vw;
	font-size: 4.5333333333vw;
	line-height: 1.7;
	text-align: center;
	color: var(--text-base);
	letter-spacing: -0.01em;
}
@media (min-width: 48em) {
	.p-vision__text {
		margin-top: max(30px, 1.9841269841vw);
		font-size: max(19px, 1.2566137566vw);
		line-height: 2;
	}
}
.p-vision__text:first-child {
	margin-top: 0;
}

.p-vision__copy {
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	font-weight: normal;
	margin-top: 10.6666666667vw;
	font-size: 7.4666666667vw;
	line-height: 1.5;
	text-align: center;
	letter-spacing: -0.01em;
}
@media (min-width: 48em) {
	.p-vision__copy {
		margin-top: max(54px, 3.5714285714vw);
		font-size: max(36px, 2.380952381vw);
	}
}
@media (min-width: 48em) {
	.p-vision__copy > .kerning {
		letter-spacing: -0.5em;
	}
}

.p-vision__imgs {
	position: relative;
	margin-top: 8vw;
	width: calc(100% - 60px);
	aspect-ratio: 315/187;
	margin-inline: auto;
}
@media (min-width: 48em) {
	.p-vision__imgs {
		width: max(682px, 45.1058201058vw);
		margin-top: 0;
		aspect-ratio: auto;
	}
}

.p-vision__img-01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 50.1587301587%;
	aspect-ratio: 158/112;
	z-index: 2;
}
@media (min-width: 48em) {
	.p-vision__img-01 {
		top: min(-105px, -6.9444444444vw);
		right: calc(100% + 35px);
		left: auto;
		width: max(300px, 19.8412698413vw);
		aspect-ratio: 300/190;
	}
}
.p-vision__img-01 img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-vision__img-02 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 74.9206349206%;
	aspect-ratio: 236/168;
}
@media (min-width: 48em) {
	.p-vision__img-02 {
		top: min(-8px, -0.5291005291vw);
		bottom: auto;
		left: 100%;
		width: max(375px, 24.8015873016vw);
		aspect-ratio: 375/238;
	}
}
.p-vision__img-02 img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-vision__col3 {
	width: calc(100% - 60px);
	margin-inline: auto;
	margin-top: 60px;
	margin-bottom: 60px;
}
@media (min-width: 48em) {
	.p-vision__col3 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
		width: 100%;
		margin-top: max(104px, 6.8783068783vw);
		margin-bottom: max(98px, 6.4814814815vw);
	}
}

.p-vision__col3-img {
	position: relative;
}
.p-vision__col3-img:nth-child(2) {
	z-index: 2;
	width: 69.8412698413%;
	margin-top: 10.1587301587%;
}
@media (min-width: 48em) {
	.p-vision__col3-img:nth-child(2) {
		width: 100%;
		margin-top: 0;
	}
}
.p-vision__col3-img:nth-child(3) {
	width: 69.8412698413%;
	margin-top: -16.5079365079%;
	margin-left: 29.8412698413%;
}
@media (min-width: 48em) {
	.p-vision__col3-img:nth-child(3) {
		width: 100%;
		margin-top: 0;
		margin-left: 0;
	}
}

.p-concept-movie {
	position: relative;
	margin-top: 70px;
	z-index: 2;
}
@media (min-width: 48em) {
	.p-concept-movie {
		margin-top: 122px;
	}
}

.p-concept-movie__title {
	position: relative;
	width: 53.8666666667%;
	margin-inline: auto;
	z-index: 2;
	pointer-events: none;
}
@media (min-width: 48em) {
	.p-concept-movie__title {
		width: 718px;
	}
}

.p-concept-movie__thumb {
	position: relative;
	display: block;
	width: calc(100% - 30px);
	margin-inline: auto;
	margin-top: -3.2%;
}
@media (min-width: 48em) {
	.p-concept-movie__thumb {
		width: calc(100% - 60px);
		max-width: 900px;
		margin-top: -20px;
	}
	.p-concept-movie__thumb:hover .p-concept-movie__play {
		transform: scale(1.2);
	}
	.p-concept-movie__thumb:hover::before {
		opacity: 1;
	}
}
@media (min-width: 48em) {
	.p-concept-movie__thumb::before {
		position: absolute;
		inset: 0;
		content: '';
		opacity: 0;
		transition: opacity 0.3s ease;
		background-color: rgba(255, 255, 255, 0.3);
	}
}

.p-concept-movie__play {
	position: absolute;
	inset: 0;
	width: 15.0724637681%;
	aspect-ratio: 1;
	margin: auto;
}
@media (min-width: 48em) {
	.p-concept-movie__play {
		width: 89px;
		transition: transform 0.3s ease;
	}
}

.p-concept-movie__video {
	position: relative;
	width: calc(100vw - 30px);
	aspect-ratio: 16/9;
}
@media (min-width: 48em) {
	.p-concept-movie__video {
		width: calc(100vw - 60px);
		max-width: 1000px;
	}
}
.p-concept-movie__video > iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
}

.p-hhw {
	margin-top: -32.8%;
	overflow: hidden;
}
@media (min-width: 48em) {
	.p-hhw {
		margin-top: -14.6164021164%;
	}
}

.p-hhw__top {
	position: relative;
}

.p-hhw__title {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 63.7333333333%;
	margin-inline: auto;
	margin-top: 46.4%;
}
@media (min-width: 48em) {
	.p-hhw__title {
		width: 54.1005291005%;
		margin-top: 20.7010582011%;
	}
}

.p-hhw__date {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 49.6%;
	margin-inline: auto;
	margin-top: 135.2%;
}
@media (min-width: 48em) {
	.p-hhw__date {
		width: 22.3544973545%;
		margin-top: 60.7142857143%;
	}
}

.p-hhw__text {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: -moz-fit-content;
	width: fit-content;
	margin-inline: auto;
	margin-top: 134.4%;
	color: #fff;
	opacity: 0.75;
	text-align: center;
}
@media (min-width: 48em) {
	.p-hhw__text {
		margin-top: 60.4497354497%;
	}
}

.p-hhw__text-line1 {
	padding-bottom: 6px;
	font-size: 16px;
	line-height: 1.5;
	border-bottom: 1px solid #fff;
}
@media (min-width: 48em) {
	.p-hhw__text-line1 {
		font-size: clamp(16px, 2.2222222222vw, 24px);
	}
}

.p-hhw__text-line2 {
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	font-weight: normal;
	margin-top: 4px;
	font-size: 30px;
	line-height: 1.5;
}
@media (min-width: 48em) {
	.p-hhw__text-line2 {
		font-size: clamp(30px, 4.0740740741vw, 44px);
	}
}

.p-hhw__detail {
	position: relative;
	padding-top: 23.4666666667%;
	margin-top: -20.5333333333%;
}
@media (min-width: 48em) {
	.p-hhw__detail {
		min-height: 57.1428571429vw;
		padding-top: 17.4603174603%;
		margin-top: -19.9735449735%;
	}
}

.p-hhw__detail-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 130px);
	display: grid;
	grid-template-rows: auto 1fr auto;
}
@media (min-width: 48em) {
	.p-hhw__detail-bg {
		height: calc(100% - 158px);
		min-height: 500px;
	}
}

.p-hhw__detail-bg-mid {
	margin-block: -1px;
	background-color: #000;
}

.p-hhw__detail-bg-bottom {
	background-color: #fff;
}

.p-hhw__detail-heading {
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	font-weight: normal;
	position: relative;
	font-size: 20px;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	letter-spacing: -0.02em;
}
@media (min-width: 48em) {
	.p-hhw__detail-heading {
		font-size: 33px;
	}
}

.p-hhw__detail-text {
	font-family: 'HondaGlobalFontJP-Light', sans-serif;
	font-weight: normal;
	position: relative;
	margin-top: 12px;
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
	text-align: center;
}
@media (min-width: 48em) {
	.p-hhw__detail-text {
		width: calc(100% - 60px);
		margin-inline: auto;
		margin-top: 14px;
		font-size: 19px;
		letter-spacing: 0.05em;
	}
}

.p-hhw__detail-note {
	font-family: 'HondaGlobalFontJP-Light', sans-serif;
	font-weight: normal;
	position: relative;
	padding-left: 1em;
	width: calc(100% - 30px);
	margin-inline: auto;
	margin-top: 12px;
	text-indent: -1em;
	font-size: 14px;
	line-height: 1.6;
	color: #fff;
	letter-spacing: -0.01em;
	text-align: center;
}

.p-hhw__detail-img {
	position: relative;
	width: calc(100% - 30px);
	margin-inline: auto;
	margin-top: 30px;
}
@media (min-width: 48em) {
	.p-hhw__detail-img {
		width: calc(100% - 60px);
		max-width: 1352px;
		margin-top: 40px;
	}
}

.p-hhw__parts {
	position: relative;
	margin-top: 56px;
}
@media (min-width: 48em) {
	.p-hhw__parts {
		margin-top: 72px;
	}
}

.p-hhw__parts-gallery {
	width: calc(100% - 60px);
	margin: 20px auto 0;
}
@media (min-width: 48em) {
	.p-hhw__parts-gallery {
		width: calc(100% - 84px);
		max-width: 1272px;
		margin-top: 40px;
	}
}

.p-hhw__parts-gallery-item {
	position: relative;
	display: block;
	overflow: hidden;
}

.p-hhw__parts-gallery-label {
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	font-weight: normal;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 7px 12px 6px;
	background-color: #cc0000;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.01em;
}

@media (min-width: 48em) {
	.p-hhw__parts-gallery-slider .splide__slide {
		width: calc((100% - 40px) / 2);
	}
}
.p-hhw__parts-gallery-slider .splide__arrow {
	width: 16px;
	height: auto;
	aspect-ratio: 16/28;
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 1;
	border-radius: 0;
	mix-blend-mode: difference;
}
@media (min-width: 48em) {
	.p-hhw__parts-gallery-slider .splide__arrow {
		width: 25px;
	}
}
.p-hhw__parts-gallery-slider .splide__arrow.splide__arrow--prev {
	left: -22px;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIyOCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE2IDI4Ij48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTE0LjQxLjctMTMgMTMgMTMgMTMiLz48L3N2Zz4=');
}
@media (min-width: 48em) {
	.p-hhw__parts-gallery-slider .splide__arrow.splide__arrow--prev {
		left: -42px;
	}
}
.p-hhw__parts-gallery-slider .splide__arrow.splide__arrow--next {
	right: -22px;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIyOCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE2IDI4Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTUuMTIgMTMuNyAxLjQyIDAgMCAxLjQxbDEyLjMgMTIuM0wwIDI2bDEuNDEgMS40MXoiLz48L3N2Zz4=');
}
@media (min-width: 48em) {
	.p-hhw__parts-gallery-slider .splide__arrow.splide__arrow--next {
		right: -42px;
	}
}
.p-hhw__parts-gallery-slider .splide__arrow[disabled] {
	opacity: 0;
}
.p-hhw__parts-gallery-slider .splide__arrow > svg {
	display: none;
}
.p-hhw__parts-gallery-slider .splide__pagination {
	position: relative;
	margin-top: 16px;
}
@media (min-width: 48em) {
	.p-hhw__parts-gallery-slider .splide__pagination {
		margin-top: 22px;
	}
}
.p-hhw__parts-gallery-slider .splide__pagination__page {
	width: 10px;
	height: 10px;
	margin: 0 4px;
	opacity: 1;
	background-color: #c6d2da;
}
@media (min-width: 48em) {
	.p-hhw__parts-gallery-slider .splide__pagination__page {
		width: 12px;
		height: 12px;
	}
}
.p-hhw__parts-gallery-slider .splide__pagination__page.is-active {
	transform: none;
	background-color: #505156;
}

.p-hhw__bg {
	-webkit-mask-image: url('/heritage-works/images/hhw_bg.webp');
	mask-image: url('/heritage-works/images/hhw_bg.webp');
}
@media (min-width: 48em) {
	.p-hhw__bg {
		-webkit-mask-image: url('/heritage-works/images/hhw_bg_md.webp');
		mask-image: url('/heritage-works/images/hhw_bg_md.webp');
	}
}

.p-hhw__detail-btn {
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	font-weight: normal;
	position: relative;
	display: grid;
	grid-template-columns: 7px 1fr 7px;
	align-items: center;
	width: calc(100% - 40px);
	min-height: 60px;
	padding-inline: 20px;
	margin: 30px auto 0;
	font-size: 16px;
	text-align: center;
	background-color: #fff;
	border: 1px solid var(--text-base);
}
@media (min-width: 48em) {
	.p-hhw__detail-btn {
		width: -moz-fit-content;
		width: fit-content;
		min-width: 440px;
		padding-inline: 24px;
		margin-top: 50px;
		transition-property: color, background-color;
		transition-duration: 0.3s;
		transition-timing-function: ease;
	}
	.p-hhw__detail-btn:hover {
		background-color: var(--text-base);
		color: #fff;
	}
}
.p-hhw__detail-btn::before {
	content: '';
}

.p-service {
	margin-top: 70px;
}
@media (min-width: 48em) {
	.p-service {
		margin-top: 150px;
	}
}

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

.p-service__list {
	display: grid;
	gap: 20px;
	margin-top: 18px;
}
@media (min-width: 48em) {
	.p-service__list {
		grid-template-columns: repeat(auto-fit, minmax(440px, 1fr));
		gap: 40px;
		margin-top: 50px;
	}
}

.p-service__item {
	display: flex;
	min-width: 0;
}

.p-service__card {
	position: relative;
	display: block;
	max-width: 100%;
	border: 1px solid #aaabae;
}
@media (min-width: 48em) {
	.p-service__card {
		transition: opacity 0.3s ease;
	}
	.p-service__card:hover {
		opacity: 0.7;
	}
	.p-service__card:hover::before {
		opacity: 1;
	}
}
@media (min-width: 48em) {
	.p-service__card::before {
		position: absolute;
		inset: -1px;
		content: '';
		opacity: 0;
		border: 2px solid var(--honda-red);
		transition: opacity 0.3s ease;
	}
}

.p-service__card-top {
	position: relative;
	padding: 22px 14px 18px;
}
@media (min-width: 48em) {
	.p-service__card-top {
		padding: 47px min(40px, 6.1162079511%) 40px;
	}
	.p-service__card-top::before {
		position: absolute;
		top: 0;
		left: -1px;
		bottom: 0;
		width: 3px;
		height: calc(100% - 80px);
		margin-block: auto;
		content: '';
		background-color: var(--honda-red);
	}
}

.p-service__name {
	position: relative;
}
.p-service__name::before {
	position: absolute;
	top: 0;
	left: -15px;
	width: 3px;
	height: calc(100% - 3px);
	content: '';
	background-color: var(--honda-red);
}
@media (min-width: 48em) {
	.p-service__name::before {
		display: none;
	}
}

.p-sevice__name-restoration-service {
	display: block;
	width: 298px;
	max-width: 100%;
}
@media (min-width: 48em) {
	.p-sevice__name-restoration-service {
		width: 455px;
		padding-bottom: 6px;
	}
}

.p-sevice__name-heritage-parts {
	display: block;
	width: 199px;
	max-width: 100%;
}
@media (min-width: 48em) {
	.p-sevice__name-heritage-parts {
		width: 344px;
	}
}

.p-sevice__name-body {
	font-family: 'HondaGlobalFontJP-Light', sans-serif;
	font-weight: normal;
	display: block;
	margin-top: 6px;
	font-size: 14px;
	color: var(--honda-red);
	line-height: 1.5;
	letter-spacing: 0.08em;
}
@media (min-width: 48em) {
	.p-sevice__name-body {
		margin-top: 14px;
		font-size: 15px;
	}
}

.p-service__img {
	aspect-ratio: 343/180;
}
@media (min-width: 48em) {
	.p-service__img {
		aspect-ratio: 652/310;
	}
}
.p-service__img img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-service__card-bottom {
	padding-block: 18px;
}
@media (min-width: 48em) {
	.p-service__card-bottom {
		padding-block: 24px;
	}
}

.p-service__btn {
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	font-weight: normal;
	display: grid;
	grid-template-columns: 7px 1fr 7px;
	align-items: center;
	width: calc(100% - 76px);
	min-height: 52px;
	padding-inline: 20px;
	margin-inline: auto;
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
	color: #fff;
	background-color: var(--honda-red);
}
@media (min-width: 48em) {
	.p-service__btn {
		width: -moz-fit-content;
		width: fit-content;
		min-width: 228px;
		min-height: 58px;
		padding-inline: 18px;
		font-size: 16px;
	}
}
.p-service__btn::before {
	content: '';
}

.p-location {
	padding-bottom: 23.4666666667%;
	margin-top: 60px;
}
@media (min-width: 48em) {
	.p-location {
		padding-bottom: 10.0529100529%;
		margin-top: 70px;
	}
}

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

.p-location__content {
	margin-top: 16px;
}
@media (min-width: 48em) {
	.p-location__content {
		display: flex;
		flex-direction: row-reverse;
		gap: 40px;
		margin-top: 60px;
	}
}

@media (min-width: 48em) {
	.p-location__main {
		flex: 1;
	}
}

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

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

.p-location__map {
	position: relative;
	width: 100%;
	aspect-ratio: 16/9;
	margin-top: 24px;
}
@media (min-width: 48em) {
	.p-location__map {
		flex: 1;
		margin-top: 0;
	}
}
.p-location__map iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}

.p-related {
	margin-bottom: 40px;
	color: #fff;
}
@media (min-width: 48em) {
	.p-related {
		margin-bottom: 50px;
	}
}

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

.p-related__card {
	display: block;
}
@media (min-width: 48em) {
	.p-related__card {
		display: grid;
		grid-template-columns: 340px 1fr;
		margin-inline: auto;
		transition: opacity 0.3s ease;
	}
	.p-related__card:hover {
		opacity: 0.7;
	}
}
.p-related__card + .p-related__card {
	margin-top: 40px;
}
@media (min-width: 48em) {
	.p-related__card + .p-related__card {
		margin-top: 32px;
	}
}

.p-related__img {
	aspect-ratio: 315/145;
}
@media (min-width: 48em) {
	.p-related__img {
		aspect-ratio: 340/170;
	}
}
.p-related__img img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-related__content {
	position: relative;
	padding: 12px 14px 14px;
	border: 1px solid #343434;
	border-top: 0;
}
@media (min-width: 48em) {
	.p-related__content {
		padding: 5.4054054054% 6.4864864865% 0 4.5945945946%;
		border: 1px solid #343434;
		border-left: 0;
	}
}

.p-related__title {
	font-size: 18px;
	line-height: 1.4;
}
@media (min-width: 48em) {
	.p-related__title {
		font-size: 20px;
	}
}
.p-related__title > svg {
	display: inline-block;
	width: 7px;
	aspect-ratio: 7/12;
	margin-left: 8px;
	vertical-align: middle;
	transform: translateY(-15%);
}

.p-related__text {
	font-family: 'HondaGlobalFontJP-Light', sans-serif;
	font-weight: normal;
	margin-top: 4px;
	font-size: 14px;
	line-height: 1.5;
}
@media (min-width: 48em) {
	.p-related__text {
		margin-top: 2.4353120244%;
		font-size: 14px;
		line-height: 1.6;
	}
}
