/* リキッドレイアウト対応 */

body {
	font-family: "Noto Sans JP", serif;
}

body {
	color: #000;
}

.u-mobile {
	display: none;
}

html.is-fixed {
	overflow: hidden;
}

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
	scroll-padding-top: 3.75rem;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

picture {
	display: block;
}

button {
	display: block;
	padding: 0;
	width: 100%;
}

.c-box {
	box-shadow: 1.25rem 1.25rem 0 rgba(0, 0, 0, 0.2);
}

.c-btn {
	border-radius: 3.125rem;
	box-shadow: 0 0.6875rem 0 #870000;
	display: inline-block;
	height: 5.1875rem;
	position: relative;
	transition: all 0.45s;
	width: 19.5rem;
}

.c-car-card {
	background-color: #fff;
	border: 0.25rem solid #000;
	border-radius: 1.25rem;
	height: 100%;
	padding: 2.9375rem 1.5625rem 2.625rem;
}

.c-car-card__img {
	margin-left: auto;
	margin-right: auto;
	max-width: 16.625rem;
}

.c-car-card__body {
	margin-top: 1.625rem;
}

.c-car-card__tag {
	background-color: #E12000;
	border-radius: 1.25rem;
	color: #fff;
	font-size: 0.9375rem;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	padding: 0.1875rem 0.625rem;
	width: -moz-fit-content;
	width: fit-content;
}

.c-car-card__title {
	font-size: 1.8125rem;
	font-weight: bold;
	margin-top: 1.1875rem;
	text-align: center;
}

.c-car-card__text {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.625;
	margin-top: 1.625rem;
}

.c-card {
	display: flex !important;
}

.c-card {
	background-color: #fff;
	border: 0.25rem solid;
	border-radius: 1.25rem;
	flex-direction: column;
	height: -moz-fit-content;
	height: fit-content;
	height: 100%;
	overflow: hidden;
	padding: 5rem 2rem 2.5rem;
	position: relative;
}

.c-card__lead {
	color: #fff;
	font-size: 0.875rem;
	font-weight: bold;
	left: -1px;
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
	position: absolute;
	text-align: center;
	top: -1px;
	width: calc(100% + 2px);
}

.c-card__logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 16.625rem;
}

.c-card__title {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.25;
	margin-top: 1rem;
	text-align: center;
}

.c-card__info {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.875;
	margin-top: 2rem;
	text-align: center;
}

.c-card__info span {
	background-color: #000;
	border-radius: 1.25rem;
	color: #fff;
	display: block;
	font-size: 0.9375rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0.75rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0.5rem 0.625rem;
	width: -moz-fit-content;
	width: fit-content;
}

.c-card__text {
	flex-grow: 1;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.625;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	max-width: 18.5rem;
}

.c-card__btn {
	margin-top: 1.875rem;
	text-align: center;
}

.c-card__btn a {
	border: 0.1875rem solid;
	border-radius: 1.9375rem;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1;
	line-height: 1;
	padding: 0.3125rem 1.375rem;
	transition: all 0.45s;
}

.c-card.--red {
	border-color: #E12000;
}

.c-card.--red .c-card__lead {
	background-color: #E12000;
}

.c-card.--red .c-card__btn a {
	border-color: #E12000;
	color: #E12000;
}

.c-card.--orange {
	border-color: #F27100;
}

.c-card.--orange .c-card__lead {
	background-color: #F27100;
}

.c-card.--orange .c-card__btn a {
	border-color: #F27100;
	color: #F27100;
}

.c-card.--green {
	border-color: #009844;
}

.c-card.--green .c-card__lead {
	background-color: #009844;
}

.c-card.--green .c-card__btn a {
	border-color: #009844;
	color: #009844;
}

.c-card.--blue {
	border-color: #036EB7;
}

.c-card.--blue .c-card__lead {
	background-color: #036EB7;
}

.c-card.--blue .c-card__btn a {
	border-color: #036EB7;
	color: #036EB7;
}

.c-card.--pink {
	border-color: #EA6DA4;
}

.c-card.--pink .c-card__lead {
	background-color: #EA6DA4;
}

.c-card.--pink .c-card__btn a {
	border-color: #EA6DA4;
	color: #EA6DA4;
}

.c-card.--yellow {
	border-color: #FFA600;
}

.c-card.--yellow .c-card__lead {
	background-color: #FFA600;
}

.c-card.--yellow .c-card__btn a {
	border-color: #FFA600;
	color: #FFA600;
}

.c-card.--purple {
	border-color: #941777;
}

.c-card.--purple .c-card__lead {
	background-color: #941777;
}

.c-card.--purple .c-card__btn a {
	border-color: #941777;
	color: #941777;
}

.c-card.--navy {
	border-color: #171C61;
}

.c-card.--navy .c-card__lead {
	background-color: #171C61;
}

.c-card.--navy .c-card__btn a {
	border-color: #171C61;
	color: #171C61;
}

.c-card.--emerald {
	border-color: #009098;
}

.c-card.--emerald .c-card__lead {
	background-color: #009098;
}

.c-card.--emerald .c-card__btn a {
	border-color: #009098;
	color: #009098;
}

.c-link {
	align-items: center;
	align-items: center;
	background-color: #fff;
	border: 0.125rem solid;
	border-radius: 1.875rem;
	display: inline-flex;
	font-size: 0.6875rem;
	font-weight: bold;
	height: 1.625rem;
	padding-left: 0.6875rem;
	position: relative;
	transition: all 0.45s;
	width: 6.0625rem;
}

.c-link::before {
	-webkit-mask: url(../images/arrow.svg) center center/contain no-repeat;
	content: "";
	height: 0.6875rem;
	mask: url(../images/arrow.svg) center center/contain no-repeat;
	position: absolute;
	right: 0.6875rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.45s;
	width: 0.375rem;
}

.c-link.--red {
	border-color: #E12000;
	color: #E12000;
	height: 1.375rem;
}

.c-link.--red::before {
	background-color: #E12000;
}

.c-link.--emerald {
	border-color: #009098;
	color: #009098;
	height: 1.375rem;
}

.c-link.--emerald::before {
	background-color: #009098;
}

.c-link.--green {
	border-color: #009844;
	color: #009844;
	height: 1.375rem;
}

.c-link.--green::before {
	background-color: #009844;
}

.c-link.--blue {
	border-color: #036EB7;
	color: #036EB7;
	height: 1.375rem;
}

.c-link.--blue::before {
	background-color: #036EB7;
}

.c-link.--pink {
	border-color: #EA6DA4;
	color: #EA6DA4;
	height: 1.375rem;
}

.c-link.--pink::before {
	background-color: #EA6DA4;
}

.c-link.--yellow {
	border-color: #FFA600;
	color: #FFA600;
	height: 1.375rem;
}

.c-link.--yellow::before {
	background-color: #FFA600;
}

.c-link.--orange {
	border-color: #F27100;
	color: #F27100;
	height: 1.375rem;
}

.c-link.--orange::before {
	background-color: #F27100;
}

.c-link.--purple {
	border-color: #941777;
	color: #941777;
	height: 1.375rem;
}

.c-link.--purple::before {
	background-color: #941777;
}

.c-link.--navy {
	border-color: #171C61;
	color: #171C61;
	height: 1.375rem;
}

.c-link.--navy::before {
	background-color: #171C61;
}

.c-text {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.85;
	text-align: center;
}

.l-diag {
	margin-top: -12.5rem;
}

.l-footer {
	margin-top: -1px;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.l-summary {
	margin-top: -12.5rem;
}

.p-car {
	background: linear-gradient(to bottom, white 50%, #FFFCF3 50%);
	padding-bottom: 18.4375rem;
	padding-top: 5.9375rem;
	position: relative;
	z-index: 1;
}

.p-car__title {
	margin-left: auto;
	margin-right: auto;
	max-width: 46.375rem;
	position: relative;
	z-index: 1;
}

.p-car__box {
	background-color: #fff;
	border: 0.25rem solid #000;
	border-radius: 1.25rem;
	margin-top: -3.75rem;
	padding: 5rem 5.125rem 4.375rem;
}

.p-car__info {
	display: grid;
	grid-template-columns: 100%;
	margin-top: 1.625rem;
}

.p-car__row {
	grid-gap: 1.6875rem;
	align-items: center;
	display: grid;
	gap: 1.6875rem;
	grid-template-columns: 10.4375rem 1fr;
}

.p-car__row dt {
	background-color: #E12000;
	border-radius: 1.875rem;
	color: #fff;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.6111111111;
	text-align: center;
}

.p-car__row dd {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.85;
}

.p-car__text {
	margin-top: 2.125rem;
}

.p-car__main {
	margin-top: 2.125rem;
	position: relative;
}

.p-car__link {
	height: 4.375rem;
	position: absolute;
	width: 12.5rem;
}

.p-car__link a {
	display: block;
	position: relative;
	transition: all 0.45s;
}

.p-car__link a::before {
	background: url(../images/car_brn_shadow.webp) center center/contain no-repeat;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0.375rem;
	transition: all 0.45s;
	width: 100%;
}

.p-car__link a img {
	position: relative;
	z-index: 1;
}

.p-car__link:nth-child(1) {
	left: 8.5rem;
	top: 1.5rem;
}

.p-car__link:nth-child(2) {
	right: 6.25rem;
	top: 2.375rem;
}

.p-car__link:nth-child(3) {
	left: 8.5rem;
	top: 24.875rem;
}

.p-car__link:nth-child(4) {
	right: 4.5rem;
	top: 24.875rem;
}

.p-car__bottom {
	margin-top: 2.625rem;
}

.p-car__btn {
	margin-top: 4rem;
	text-align: center;
}

.p-diag {
	background: linear-gradient(-193deg, #E12000 52.0833333333vw, #A11700 52.0833333333vw);
	padding-bottom: 7.5rem;
	padding-top: 5rem;
}

.p-diag__title {
	margin-left: auto;
	margin-right: auto;
	max-width: 50.625rem;
	position: relative;
	z-index: 1;
}

.p-diag__box {
	background-color: #E7E7E7;
	border: 0.25rem solid #000;
	border-radius: 1.25rem;
	margin-top: -3.75rem;
	position: relative;
}

.p-diag__box:nth-of-type(1) {
	padding: 4.75rem 4rem 3.4375rem;
}

.p-diag__box:nth-of-type(2) {
	background: none;
	border: none;
	margin-top: 3rem;
}

.p-diag__figure {
	margin-top: 2rem;
}

.p-diag__content {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-diag__resultText {
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

.p-diag__btn {
	margin-top: 1.75rem;
	text-align: center;
}

.p-diag__btn a {
	margin-left: auto;
	margin-right: auto;
}

.p-footer {
	background-color: #E12000;
	height: 20.8333333333vw;
}

.p-footer__inner {
	height: 100%;
}

.p-footer__img {
	height: 100%;
}

.p-footer__img img {
	-o-object-position: bottom;
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	object-position: bottom;
}

.p-header {
	background-color: #fff;
	height: 3.75rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

.p-header__inner {
	align-items: center;
	display: flex;
	max-width: none;
	max-width: initial;
	padding: 0 2.1875rem;
}

.p-header__logo {
	max-width: 11.25rem;
}

.p-intro {
	background: #E12000 url(../images/bg_intro.webp) 28.5% bottom/164.375rem auto no-repeat;
	overflow: hidden;
	padding-bottom: 6.25rem;
	padding-top: 4rem;
	position: relative;
}

.p-intro::before {
	background: url(../images/car_intro.webp) center bottom/100% auto no-repeat;
	bottom: 0;
	content: "";
	height: 8.3333333333vw;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-intro__inner {
	position: relative;
	z-index: 1;
}

.p-intro__box {
	background-color: #fff;
	border: 0.25rem solid #000;
	border-radius: 1.25rem;
	padding: 4rem 4.875rem 4.5625rem;
}

.p-intro__title {
	margin-left: auto;
	margin-right: auto;
	max-width: 59rem;
}

.p-intro__text {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 2;
	margin-top: 1.9375rem;
	text-align: center;
}

.p-intro__text p + p {
	margin-top: 1em;
}

.p-map {
	background-color: #fff;
	padding-bottom: 17.5rem;
	padding-top: 5rem;
	position: relative;
}

.p-map__title {
	margin-left: auto;
	margin-right: auto;
	max-width: 46.375rem;
	position: relative;
	z-index: 1;
}

.p-map__box {
	background-color: #E12000;
	border: 0.25rem solid #000;
	border-radius: 1.25rem;
	color: #fff;
	margin-top: -3.75rem;
	padding: 4.75rem 3.1875rem 2.9375rem;
}

.p-map__text {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.85;
	text-align: center;
}

.p-map__text strong {
	font-size: 2rem;
	line-height: 1.375;
}

.p-map__text span {
	font-size: 0.875rem;
	font-weight: 500;
}

.p-map__main {
	margin-top: 2rem;
	position: relative;
}

.p-map__scrollContent {
	position: relative;
}

.p-map__link {
	position: absolute;
}

.p-map__link:nth-child(1) {
	right: 5rem;
	top: 7.0625rem;
}

.p-map__link:nth-child(2) {
	right: 5rem;
	top: 10.8125rem;
}

.p-map__link:nth-child(3) {
	right: 5rem;
	top: 14.5rem;
}

.p-map__link:nth-child(4) {
	right: 31.125rem;
	top: 14.3125rem;
}

.p-map__link:nth-child(5) {
	right: 31.125rem;
	top: 10.3125rem;
}

.p-map__link:nth-child(6) {
	right: 22.4375rem;
	top: 10.3125rem;
}

.p-map__link:nth-child(7) {
	right: 13.75rem;
	top: 10.3125rem;
}

.p-map__link:nth-child(8) {
	opacity: 0;
	visibility: hidden;
}

.p-map__link:nth-child(9) {
	right: 22.4375rem;
	top: 14.3125rem;
}

.p-map__link:nth-child(10) {
	right: 13.75rem;
	top: 14.3125rem;
}

.p-map__link:nth-child(11) {
	left: 4.125rem;
	top: 7.25rem;
}

.p-map__link:nth-child(12) {
	left: 4.125rem;
	top: 17.625rem;
}

.p-map__link:nth-child(13) {
	left: 4.125rem;
	top: 27.75rem;
}

.p-map__link:nth-child(14) {
	bottom: 2.4375rem;
	left: 4.125rem;
}

.p-map__link:nth-child(15) {
	bottom: 2.4375rem;
	left: 15.5rem;
}

.p-map__link:nth-child(16) {
	bottom: 2.4375rem;
	right: 23.8125rem;
}

.p-map__link:nth-child(17) {
	bottom: 2.4375rem;
	right: 6rem;
}

.p-map__link:nth-child(18) {
	bottom: 15.625rem;
	right: 6rem;
}

.p-map__btns {
	align-items: center;
	display: flex;
	gap: 2rem;
	justify-content: center;
	margin-top: 1.875rem;
}

.scroll-hint-icon:before {
	display: none;
}

.scroll-hint-icon:after {
	display: none;
}

.scroll-hint-text {
	display: none;
}

.scroll-hint-icon {
	background: url(../images/swipe.webp) center center/contain no-repeat;
	height: 11.3125rem;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 11.3125rem;
	z-index: 3;
}

.p-map__toyota {
	bottom: 12.9375rem;
	height: 6.25rem;
	left: 22.9375rem;
	position: absolute;
	width: 15.625rem;
}

.p-map__toyota a {
	display: block;
	height: 100%;
	position: relative;
}

.p-map__toyota a::before {
	background-color: #fff;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transition: all 0.4s;
	width: 100%;
}

.p-modal {
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: all 0.45s;
	visibility: hidden;
	width: 100%;
	z-index: 1000;
}

.p-modal.is-active {
	opacity: 1;
	visibility: visible;
}

.p-modal__bg {
	background-color: #000;
	bottom: 0;
	height: 100%;
	left: 0;
	margin: auto;
	opacity: 0.5;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.p-modal__close {
	cursor: pointer;
	height: 1.125rem;
	position: fixed;
	right: 1.5rem;
	top: 1.5rem;
	transition: all 0.45s;
	width: 1.125rem;
}

.p-modal__contents {
	height: -moz-fit-content;
	height: fit-content;
	left: 50%;
	max-width: 81.375rem;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 1;
}

.p-modal__content {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all 0.45s;
	visibility: hidden;
}

.p-modal__content.is-active {
	max-height: none;
	max-height: initial;
	opacity: 1;
	overflow: visible;
	overflow: initial;
	visibility: visible;
}

.p-modal__slider .slide-arrow {
	background: url(../images/slide-arrow.webp) center center/contain no-repeat;
	bottom: -3.75rem;
	cursor: pointer;
	height: 2.5rem;
	position: absolute;
	transition: all 0.45s;
	width: 2.5rem;
	z-index: 1;
}

.p-modal__slider .slide-arrow:hover {
	opacity: 0.8;
}

.p-modal__slider .prev-arrow {
	left: calc(50% - 3.125rem);
}

.p-modal__slider .next-arrow {
	right: calc(50% - 3.125rem);
	transform: rotate(180deg);
}

.p-modal__card {
	margin: 0 1.5rem;
	max-height: calc(100vh - 9.375rem);
	min-height: 34.1875rem;
	overflow-y: scroll;
}

/* WebKitベースのブラウザ（Chrome, Safari）でのスクロールバーの非表示 */

.p-modal__card::-webkit-scrollbar {
	display: none;
}

/* Firefoxでのスクロールバーの非表示 */

.p-modal__card {
	scrollbar-width: none;
}

/* IEとEdgeでのスクロールバーの非表示 */

.p-modal__card {
	-ms-overflow-style: none;
}

.slick-track {
	display: flex;
}

.slick-slide {
	height: auto !important;
}

.p-mv {
	padding-top: 3.75rem;
}

.p-mv h2 {
	display: none;
}

.p-nav {
	background-color: #E7E7E7;
	padding-bottom: 1.875rem;
	padding-top: 1.25rem;
}

.p-nav__btns {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	justify-content: center;
}

.p-summary {
	background-color: #E12000;
	padding-bottom: 1.875rem;
	padding-top: 5rem;
	position: relative;
}

.p-summary__box {
	background-color: #fff;
	border: 0.25rem solid #000;
	border-radius: 1.25rem;
	padding: 7.125rem 6.375rem 4.6875rem;
	position: relative;
	z-index: 1;
}

.p-summary__title {
	margin-left: auto;
	margin-right: auto;
	max-width: 34.5rem;
}

.p-summary__lead {
	margin-top: 2.5rem;
}

.p-summary__btn {
	margin-top: 3.125rem;
	text-align: center;
}

.p-summary__about {
	margin-top: 4.625rem;
}

.p-summary__logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 41rem;
}

.p-summary__lead2 {
	margin-top: 1.25rem;
}

.p-summary__company {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.875rem;
	max-width: 45.25rem;
}

.p-summary__text {
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 2.0555555556;
	margin-top: 1.6875rem;
	text-align: center;
}

.p-summary__document {
	margin-top: 7.125rem;
}

.p-summary__documentImg {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.3125rem;
	max-width: 41.625rem;
}

@media (hover: hover) {

.c-btn:hover {
	box-shadow: none;
	transform: translateY(0.6875rem);
}

.c-card.--red a:hover {
	background-color: #E12000;
	color: #fff;
}

.c-card.--orange a:hover {
	background-color: #F27100;
	color: #fff;
}

.c-card.--green a:hover {
	background-color: #009844;
	color: #fff;
}

.c-card.--blue a:hover {
	background-color: #036EB7;
	color: #fff;
}

.c-card.--pink a:hover {
	background-color: #EA6DA4;
	color: #fff;
}

.c-card.--yellow a:hover {
	background-color: #FFA600;
	color: #fff;
}

.c-card.--purple a:hover {
	background-color: #941777;
	color: #fff;
}

.c-card.--navy a:hover {
	background-color: #171C61;
	color: #fff;
}

.c-card.--emerald a:hover {
	background-color: #009098;
	color: #fff;
}

.c-link.--red:hover {
	background-color: #E12000;
	color: #fff;
}

.c-link.--emerald:hover {
	background-color: #009098;
	color: #fff;
}

.c-link.--green:hover {
	background-color: #009844;
	color: #fff;
}

.c-link.--blue:hover {
	background-color: #036EB7;
	color: #fff;
}

.c-link.--pink:hover {
	background-color: #EA6DA4;
	color: #fff;
}

.c-link.--yellow:hover {
	background-color: #FFA600;
	color: #fff;
}

.c-link.--orange:hover {
	background-color: #F27100;
	color: #fff;
}

.c-link.--purple:hover {
	background-color: #941777;
	color: #fff;
}

.c-link.--navy:hover {
	background-color: #171C61;
	color: #fff;
}

.c-link:hover::before {
	background-color: #fff;
}

.p-car__link a:hover {
	transform: translateY(0.375rem);
}

.p-car__link a:hover::before {
	top: 0;
}

.p-map__toyota a:hover::before {
	opacity: 0.6;
}

.p-modal__close:hover {
	opacity: 0.8;
}

}

@media (max-width: 1200px) {

html {
	font-size: 1.3333333333vw;
}

}

@media screen and (max-width: 767px) {

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 3.8647342995vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:hover {
	opacity: 0.8;
}

.c-box {
	box-shadow: 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
}

.c-btn {
	box-shadow: 0 0.3125rem 0 #870000;
	height: -moz-fit-content;
	height: fit-content;
	width: 16.875rem;
}

.c-btn.--small {
	height: 3.25rem;
	width: 20.25rem;
}

.c-car-card {
	padding: 2.9375rem 1.8125rem 1.875rem;
}

.c-car-card__img {
	max-width: 13rem;
}

.c-car-card__body {
	margin-top: 2.3125rem;
}

.c-car-card__tag {
	font-size: 0.75rem;
	padding: 0.1875rem 0.5rem;
}

.c-car-card__title {
	font-size: 1.125rem;
	line-height: 1.3333333333;
	margin-top: 0.375rem;
}

.c-car-card__text {
	font-size: 0.75rem;
	line-height: 1.75;
	margin-top: 0.875rem;
}

.c-card {
	border-radius: 0.8125rem;
	padding: 3.3125rem 1.25rem 1.875rem;
}

.c-card__lead {
	font-size: 0.75rem;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}

.c-card__logo {
	max-height: 5.5625rem;
	max-width: auto;
}

.c-card__logo img {
	-o-object-fit: contain;
	height: 100%;
	margin: auto;
	object-fit: contain;
	width: 100%;
}

.c-card__title {
	font-size: 1.125rem;
	line-height: 1.1666666667;
	margin-top: 0.75rem;
}

.c-card__info {
	font-size: 0.75rem;
	line-height: 1.6666666667;
}

.c-card__info span {
	font-size: 0.75rem;
	line-height: 1.6666666667;
	padding: 0rem 0.75rem;
}

.c-card__text {
	font-size: 0.75rem;
	line-height: 1.5;
	margin-top: 0.75rem;
}

.c-card__btn {
	margin-top: 1.875rem;
}

.c-card__btn a {
	font-size: 0.9375rem;
	padding: 0.5rem 1.5625rem;
}

.c-text {
	font-size: 0.875rem;
	line-height: 1.7142857143;
}

.l-diag {
	margin-top: -8.75rem;
}

.l-inner {
	padding-left: 20px;
	padding-right: 20px;
}

.l-summary {
	margin-top: -6.875rem;
}

.p-car {
	padding-bottom: 7.8125rem;
	padding-top: 2.8125rem;
}

.p-car__title {
	max-width: 18.75rem;
}

.p-car__box {
	border-radius: 0.625rem;
	border-width: 0.1875rem;
	margin-top: -2.375rem;
	padding: 4rem 1.6875rem 2.375rem;
}

.p-car__lead {
	line-height: 1.7142857143;
}

.p-car__info {
	gap: 1rem;
	margin-top: 2rem;
}

.p-car__row {
	display: block;
}

.p-car__row dt {
	font-size: 0.875rem;
	line-height: 1;
	min-width: 7.25rem;
	padding: 0.375rem 0.6875rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-car__row dd {
	font-size: 0.875rem;
	line-height: 1.4285714286;
	margin-top: 0.3125rem;
}

.p-car__text {
	margin-top: 1.5625rem;
}

.p-car__main {
	margin-top: 1.625rem;
}

.p-car__link {
	height: 2.8125rem;
	width: 8rem;
}

.p-car__link a::before {
	top: 0.25rem;
}

.p-car__link:nth-child(1) {
	left: 0.875rem;
	top: 1.375rem;
}

.p-car__link:nth-child(2) {
	right: 1rem;
	top: 4.75rem;
}

.p-car__link:nth-child(3) {
	bottom: 14.5rem;
	left: 0.875rem;
	top: auto;
	top: initial;
}

.p-car__link:nth-child(4) {
	bottom: 8.5rem;
	right: 1rem;
	top: auto;
	top: initial;
}

.p-car__bottom {
	font-size: 0.875rem;
	line-height: 1.7142857143;
	margin-top: 1.875rem;
	text-align: left;
}

.p-car__btn {
	margin-top: 1rem;
}

.p-diag {
	background: linear-gradient(-205deg, #E12000 37.5rem, #A11700 37.5rem);
	padding-bottom: 3.75rem;
	padding-top: 2.8125rem;
}

.p-diag__title {
	max-width: 18.75rem;
}

.p-diag__box {
	border-radius: 0.625rem;
	border-width: 0.1875rem;
	margin-top: -2.375rem;
}

.p-diag__box:nth-of-type(1) {
	padding: 3.625rem 0.6875rem 1.875rem;
}

.p-diag__box:nth-of-type(2) {
	margin-top: 2.75rem;
}

.p-diag__text {
	letter-spacing: -0.05em;
}

.p-diag__resultText {
	font-size: 0.875rem;
	line-height: 1.7142857143;
}

.p-diag__btn {
	margin-top: 1.25rem;
}

.p-footer {
	height: 59.5419847328vw;
}

.p-header {
	box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
	height: 3.375rem;
}

.p-header__inner {
	justify-content: center;
}

.p-header__logo {
	max-width: 9.4375rem;
}

.p-intro {
	background: #E12000;
	padding-bottom: 5.9375rem;
	padding-top: 2.5rem;
}

.p-intro::before {
	background-image: url(../images/car_intro_sp.webp);
	height: 11.4503816794vw;
	left: -7.6335877863vw;
	width: 111.1959287532vw;
	z-index: 1;
}

.p-intro::after {
	background: #E12000 url(../images/bg_intro.webp) 28.5% bottom/100% auto no-repeat;
	bottom: 0;
	content: "";
	height: 48.6005089059vw;
	left: -7.6335877863vw;
	opacity: 0.5;
	position: absolute;
	width: 235.368956743vw;
}

.p-intro__box {
	border-width: 0.1875rem;
	padding: 1.875rem 1.75rem;
}

.p-intro__text {
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.8571428571;
	margin-top: 0.625rem;
}

.p-map {
	padding-bottom: 8.125rem;
	padding-top: 2.8125rem;
}

.p-map__title {
	max-width: 18.75rem;
}

.p-map__box {
	border-radius: 0.625rem;
	margin-top: -2.375rem;
	padding: 3.0625rem 1.375rem 2.125rem;
}

.p-map__text {
	font-size: 0.875rem;
	letter-spacing: -0.03em;
	line-height: 2.1428571429;
}

.p-map__text strong {
	font-size: 1.4375rem;
	line-height: 1.5652173913;
}

.p-map__text span {
	display: block;
	margin-left: 1em;
	margin-top: 0.625rem;
	text-align: left;
	text-indent: -1em;
}

.p-map__main {
	margin-top: 1.625rem;
	overflow-x: scroll;
}

.p-map__scrollContent::before {
	background-color: black;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.4;
	pointer-events: none;
	position: absolute;
	top: 0;
	transition: all 0.45s;
	width: 100%;
	z-index: 1;
}

.p-map__main.is-active .p-map__scrollContent::before {
	opacity: 0;
}

.p-map__scrollContent {
	min-width: 62rem;
}

.p-map__btns {
	flex-direction: column;
	gap: 0.8125rem;
	margin-top: 1.75rem;
}

.p-modal__contents {
	max-width: 100%;
}

.p-modal__card {
	margin: 0 0.9375rem;
	min-height: 26.375rem;
}

.p-mv {
	padding-top: 3.375rem;
}

.p-nav {
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.p-nav__btns {
	flex-direction: column;
	gap: 0.8125rem;
}

.p-summary {
	padding-top: 2.8125rem;
}

.p-summary__box {
	border-radius: 0.625rem;
	border-width: 0.1875rem;
	padding: 3.125rem 1.3125rem 3.3125rem;
}

.p-summary__title {
	max-width: 18rem;
}

.p-summary__lead {
	margin-top: 1.1875rem;
}

.p-summary__btn {
	margin-top: 2.1875rem;
}

.p-summary__about {
	margin-top: 3.25rem;
}

.p-summary__logo {
	max-width: 15.375rem;
}

.p-summary__lead2 {
	margin-top: 0.875rem;
}

.p-summary__company {
	max-width: xrem(268);
}

.p-summary__text {
	font-size: 0.875rem;
	margin-top: 1.375rem;
}

.p-summary__document {
	margin-top: 3.0625rem;
}

.p-summary__documentImg {
	margin-top: 1.625rem;
	max-width: 18.5rem;
}

}


/*# sourceMappingURL=style.css.map */
