@charset "UTF-8";
/* ============================================================= *

index

* ============================================================= */
/* p-index-modal
============================== */
.p-index-modal {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}

.p-index-modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.modal-btn {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 10px;
  transition: all 0.3s ease-out;
}

.modal-btn img {
  width: 100px;
}

.modal-btn img:hover {
  cursor: pointer;
  opacity: 0.8;
}

@media screen and (max-width: 1200px) {
  .p-index-modal__inner {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .modal-btn img {
    width: 20%;
  }
}

/* p-index-hero
============================== */
.p-index-hero {
  position: relative;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: calc(100vh - var(--header-height));
  min-height: 500px;
  background: #000;
  transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
  .p-index-hero {
    width: 1024px;
  }
}

@media screen and (max-width: 767px) {
  .p-index-hero {
    width: 109.32945%;
  }
}

@media screen and (max-width: 767px) {
  .p-index-hero {
    min-height: 0;
  }
}

.p-index-hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 20.86721%, rgba(244, 244, 244, 0) 79.13279%, #f4f4f4 100%);
}

.p-index-hero__body {
  z-index: 2;
  width: 100%;
  padding: 2.02703%;
}

@media screen and (max-width: 767px) {
  .p-index-hero__body {
    padding: 4.26667%;
  }
}

.p-index-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: .65;
}

.p-index-hero__bg > ul {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.p-index-hero__bg > ul * {
  height: 100%;
}

.p-index-hero__bg > ul img {
  width: 100%;
  height: 100%;
  transition: transform 8s linear 1.5s;
  transform: scale(1) rotate(.0001deg);

  -o-object-fit: cover;

     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.p-index-hero__bg > ul.is-animating .slick-current img {
  transition: transform 8s linear;
  transform: scale(1.08) rotate(.0001deg);
}

/* p-index-hero-grid
============================== */
.p-index-hero-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "showroom newcar maintenance support" ".. ciao inspection-center ..";
  gap: clamp(24px, -11.92982px + 3.50877vw, 36px) clamp(12px, -59.85965px + 7.01754vw, 36px);
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-index-hero-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "showroom newcar" "maintenance support" "ciao inspection-center";
    gap: 4.26667vw;
  }
}

.p-index-hero-grid__item._showroom {
  grid-area: showroom;
}

.p-index-hero-grid__item._newcar {
  grid-area: newcar;
}

.p-index-hero-grid__item._maintenance {
  grid-area: maintenance;
}

.p-index-hero-grid__item._support {
  grid-area: support;
}

.p-index-hero-grid__item._ciao {
  grid-area: ciao;
}

.p-index-hero-grid__item._inspection-center {
  grid-area: inspection-center;
}

/* p-index-hero-nav
============================== */
.p-index-hero-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.875em .5em;
  border-radius: 10px;
  background: rgba(255, 255, 255, .85);
  text-decoration: none;
  font-size: clamp(12px, .02339px + 1.16959vw, 16px);
  transition: all .3s;
}

@media screen and (max-width: 767px) {
  .p-index-hero-nav {
    font-size: clamp(8px, .34694px + 2.04082vw, 16px);
  }
}

.p-index-hero-nav:hover {
  background: white;
}

.p-index-hero-nav > ._en {
  font-size: clamp(8px, .34694px + 2.04082vw, 16px);
}

.p-index-hero-nav > ._icon {
  width: 6.75em;
  height: 6.75em;
  margin-top: 1.5em;
  color: var(--key-color);
}

.p-index-hero-nav > ._icon img,
.p-index-hero-nav > ._icon svg {
  width: 100%;
  height: 100%;

  -o-object-fit: contain;

     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.p-index-hero-nav > ._ja {
  margin-top: calc(-1em * var(--line-space) + .58333em);
  margin-bottom: calc(-1em * var(--line-space));
  font-size: 1.275em;
  line-height: var(--line-height);

  --line-height: 1.2;
  --line-space: (var(--line-height) - 1)/2;
}

@media screen and (max-width: 767px) {
  .p-index-hero-nav > ._ja {
    font-size: clamp(10.2px, 6.94745px + .86735vw, 13.6px);
  }
}

.p-index-hero-nav > ._ja em {
  font-size: 1.17647em;
}

/* p-index-hero-button
============================== */
.p-index-hero-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1em .5em;
  border: 2px solid #fff;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  font-size: clamp(14px, 2.02339px + 1.16959vw, 18px);
  transition: all .3s;
}

@media screen and (max-width: 767px) {
  .p-index-hero-button {
    font-size: clamp(8px, 2.2602px + 1.53061vw, 14px);
  }
}

.p-index-hero-button:hover {
  background: #fff;
  color: var(--base-color);
}

.p-index-hero-button em {
  font-weight: bold;
  font-size: 1.55556em;
}

/* p-index-banner
============================== */
.p-index-banner {
  max-width: 622px;
  margin: 0 auto clamp(25px, 1.08418px + 6.37755vw, 50px);
}

.p-index-banner__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(16px, .69388px + 4.08163vw, 32px);
}

.p-index-banner__item a {
  display: block;
  transition: all .3s ease-out;
}

.p-index-banner__item a:hover {
  opacity: .7;
}

/* p-index-information
============================== */
.p-index-information__item:not(:first-child) {
  margin-top: 10px;
}

.p-index-information-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1em 1.6em;
  background: #c00;
  color: #fff;
  text-decoration: none;
  font-size: clamp(12px, 4.34694px + 2.04082vw, 20px);
  transition: all .3s ease-out;
}

.p-index-information-link:hover {
  opacity: .7;
}

.p-index-information-link:before {
  content: "";
  position: relative;
  z-index: 1;
  display: block;
  flex-shrink: 0;
  width: 2.7em;
  aspect-ratio: 54 / 48;
  background: url(../img/pict/caution.png) 50% 50%/contain no-repeat;
}

.p-index-information-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #ef6d00 15%, rgba(239, 109, 0, 0) 100%);
}

.p-index-information-link__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-grow: 1;
  align-items: center;
  gap: .25em 1.5em;
  margin-left: clamp(20px, .86735px + 5.10204vw, 40px);
  padding-right: clamp(20px, .86735px + 5.10204vw, 40px);
  padding-left: clamp(20px, .86735px + 5.10204vw, 40px);
  border-left: 1px solid;
}

@media screen and (max-width: 767px) {
  .p-index-information-link__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

.p-index-information-link__inner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  margin: auto 0;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
}

.p-index-information-link._warning {
  background: #f8e7e7;
  color: var(--key-color);
}

.p-index-information-link__date {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: .75em;
}

.p-index-information-link__date > i {
  flex-shrink: 0;
  width: 15px;
}

/* p-index-showroom
============================== */
.p-index-showroom {
  margin-top: clamp(50px, 21.30102px + 7.65306vw, 80px);
  margin-bottom: clamp(90px, 42.16837px + 12.7551vw, 140px);
}

.p-index-showroom__head {
  margin-bottom: clamp(36px, 1.56122px + 9.18367vw, 72px);
}

/* usedcar
=============================== */
.p-index-usedcar {
  position: relative;
  left: 50%;
  width: 100vw;
  padding: clamp(37px, .64796px + 9.69388vw, 75px) 0 clamp(75px, 3.25255px + 19.13265vw, 150px);
  background: #fff;
  transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
  .p-index-usedcar {
    width: 1024px;
  }
}

@media screen and (max-width: 767px) {
  .p-index-usedcar {
    width: 109.32945%;
  }
}

@media screen and (max-width: 767px) {
  .p-index-usedcar {
    padding-right: var(--outer-padding);
    padding-left: var(--outer-padding);
  }
}

.p-index-usedcar__head {
  margin-bottom: clamp(37px, .64796px + 9.69388vw, 75px);
}

.p-index-usedcar__foot {
  display: flex;
  justify-content: center;
  margin-top: clamp(25px, 1.08418px + 6.37755vw, 50px);
}

.p-index-usedcar__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(37px, 1.60459px + 9.43878vw, 74px) 50px;
  max-width: 952px;
  margin: 0 auto clamp(45px, 32.56378px + 3.31633vw, 58px);
}
@media screen and (max-width: 767px) {
  .p-index-usedcar__info {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-index-usedcar__stock {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.p-index-usedcar-stock {
  display: flex;
}

.p-index-usedcar-stock__inner {
  display: flex;
  align-items: baseline;
}

.p-index-usedcar-stock__head {
  font-size: clamp(2.4rem, 2.24rem + 0.68vw, 2.7rem);
}

.p-index-usedcar-stock__body {
  font-size: clamp(2.4rem, 2.24rem + 0.68vw, 2.7rem);
  line-height: 1;
}

.p-index-usedcar-stock__body em {
  font-size: clamp(8rem, 6.936rem + 4.54vw, 10rem);
  display: inline-block;
  padding-inline: 0.5rem;
  font-weight: 900;
  color: var(--key-color);
}

.p-index-usedcar__button {
  align-self: end;
}
@media screen and (max-width: 767px) {
  .p-index-usedcar__button {
    display: flex;
    justify-content: center;
  }
}

.p-index-usedcar-slider {
  width: 33.33333%;
  min-width: 492px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-index-usedcar-slider {
    width: 100%;
    min-width: 0;
  }
}

.p-index-usedcar-slider .slick-list {
  overflow: visible;
}

@media screen and (max-width: 767px) {
  .p-index-usedcar-slider .slick-list {
    overflow: hidden;
  }
}

.p-index-usedcar-slider .slick-prev {
  left: -9px;
}

@media screen and (max-width: 767px) {
  .p-index-usedcar-slider .slick-prev {
    left: 0;
  }
}

.p-index-usedcar-slider .slick-next {
  right: -9px;
}

@media screen and (max-width: 767px) {
  .p-index-usedcar-slider .slick-next {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-index-usedcar-slider__list {
    padding: 0 9.32945%;
  }
}

.p-index-usedcar-slider__item {
  padding: 0 16px;
}

@media screen and (max-width: 767px) {
  .p-index-usedcar-slider__item {
    padding: 0;
  }
}

.p-index-usedcar-slider-dots {
  margin-top: 15px;
}

.p-index-usedcar-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: var(--bg-color);
  text-decoration: none;
}

.p-index-usedcar-card__image {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4 / 3;
}

.p-index-usedcar-card__image img {
  width: 100%;
  height: 100%;
  transition: all .4s ease-out;

  -o-object-fit: cover;

     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.p-index-usedcar-card:hover .p-index-usedcar-card__image img {
  opacity: .85;
  transform: scale(1.05);
}

.p-index-usedcar-card__contents {
  position: relative;
  font-size: clamp(12px, 8.17347px + 1.02041vw, 16px);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.p-index-usedcar-card__head {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  display: grid;
  grid-template-columns: 50% 50%;
  overflow: hidden;
  width: calc(100% - 4em);
  height: 2.75em;
  margin: 0 auto;
  border-radius: 10px 10px 0 0;
  transform: translateY(50%);
}

.p-index-usedcar-card__text {
  padding: 1rem 2rem;
}

.p-index-usedcar-card__name {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: var(--point-color);
  color: #fff; */
  padding-bottom: 1rem;
  word-break: keep-all;
  font-size: clamp(15px, 11.277px + 0.993vw, 22px);
  border-bottom: 2px solid #000;
}

.p-index-usedcar-card__date {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bg-color);
}

.p-index-usedcar-card__body {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: clamp(16px, 12.17347px + 1.02041vw, 20px);
}

.p-index-usedcar-card__data {
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
  font-size: clamp(13px, 11.936px + 0.284vw, 15px);
}

.p-index-usedcar-card__data dl {
  display: flex;
  /* gap: 1em; */
}
.p-index-usedcar-card__data dl dt::after {
  content: "\ff1a";
}

.p-index-usedcar-card__foot {
  padding: 1.5rem 2rem;
  text-align: center;
  background: var(--point-color);
  color: #fff;
}

/* p-index-showroom-info
============================== */
.p-index-showroom-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(37px, 1.60459px + 9.43878vw, 74px) 50px;
  max-width: 952px;
  margin: 0 auto clamp(45px, 32.56378px + 3.31633vw, 58px);
}

@media screen and (max-width: 767px) {
  .p-index-showroom-info {
    grid-template-columns: 100%;
  }
}

.p-index-showroom-info__data {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: clamp(13.6px, 7.0949px + 1.73469vw, 20.4px);
}

@media screen and (max-width: 767px) {
  .p-index-showroom-info__data {
    flex-direction: row;
  }
}

.p-index-showroom-info__item {
  display: flex;
  align-items: center;
  gap: clamp(19px, .82398px + 4.84694vw, 38px) 45px;
}

@media screen and (max-width: 767px) {
  .p-index-showroom-info__item {
    flex-direction: column;
    align-items: stretch;
    width: 50%;
    padding: 0 clamp(16px, .69388px + 4.08163vw, 32px);
    text-align: center;
  }
  .p-index-showroom-info__item:not(:first-child) {
    border-left: 1px solid;
  }
}

@media screen and (min-width: 768px) {
  .p-index-showroom-info__item:not(:first-child) {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid;
  }
}

.p-index-showroom-info__head {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.125em;
  min-width: 7.5em;
  border-radius: 5px;
  background: var(--point-color);
  color: #fff;
  font-size: clamp(12px, 8.17347px + 1.02041vw, 16px);
}

.p-index-showroom-info__body {
  font-size: clamp(16px, 8.34694px + 2.04082vw, 22px);
  line-height: 1;
}

.p-index-showroom-info__button {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-index-showroom-info__button .c-button {
    max-width: 81.34111%;
  }
}

/* p-index-showroom-banner
============================== */
.p-index-showroom-banner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(25px, 1.08418px + 6.37755vw, 50px) 50px;
  margin-top: clamp(37px, 14.99745px + 5.86735vw, 60px);
}

@media screen and (max-width: 767px) {
  .p-index-showroom-banner {
    grid-template-columns: 100%;
  }
}

/* p-index-blog
============================== */
.p-index-blog {
  position: relative;
  left: 50%;
  width: 100vw;
  padding: clamp(37px, .64796px + 9.69388vw, 75px) 0 clamp(75px, 3.25255px + 19.13265vw, 150px);
  /* background: #fff; */
  transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
  .p-index-blog {
    width: 1024px;
  }
}

@media screen and (max-width: 767px) {
  .p-index-blog {
    width: 109.32945%;
  }
}

@media screen and (max-width: 767px) {
  .p-index-blog {
    padding-right: var(--outer-padding);
    padding-left: var(--outer-padding);
  }
}

.p-index-blog__head {
  margin-bottom: clamp(37px, .64796px + 9.69388vw, 75px);
}

.p-index-blog__foot {
  display: flex;
  justify-content: center;
  margin-top: clamp(25px, 1.08418px + 6.37755vw, 50px);
}

.p-index-blog-slider {
  width: 33.33333%;
  min-width: 492px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-index-blog-slider {
    width: 100%;
    min-width: 0;
    padding: 0 9.32945%;
  }
}

.p-index-blog-slider .slick-list {
  overflow: visible;
}

@media screen and (max-width: 767px) {
  .p-index-blog-slider .slick-list {
    overflow: hidden;
  }
}

.p-index-blog-slider .slick-prev {
  left: -9px;
}

@media screen and (max-width: 767px) {
  .p-index-blog-slider .slick-prev {
    left: 0;
  }
}

.p-index-blog-slider .slick-next {
  right: -9px;
}

@media screen and (max-width: 767px) {
  .p-index-blog-slider .slick-next {
    right: 0;
  }
}

.p-index-blog-slider__item {
  padding: 0 16px;
}

@media screen and (max-width: 767px) {
  .p-index-blog-slider__item {
    padding: 0;
  }
}

.p-index-blog-slider-dots {
  margin-top: 15px;
}

.p-index-blog-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
  background: var(--bg-color);
  text-decoration: none;
}

.p-index-blog-card__image {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 460 / 258;
}

.p-index-blog-card__image img {
  width: 100%;
  height: 100%;
  transition: all .4s ease-out;

  -o-object-fit: cover;

     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.p-index-blog-card:hover .p-index-blog-card__image img {
  opacity: .85;
  transform: scale(1.05);
}

.p-index-blog-card__contents {
  position: relative;
  padding: 3.375em 2em 2em;
  font-size: clamp(12px, 8.17347px + 1.02041vw, 16px);
}

.p-index-blog-card__head {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  display: grid;
  grid-template-columns: 50% 50%;
  overflow: hidden;
  width: calc(100% - 4em);
  height: 2.75em;
  margin: 0 auto;
  border-radius: 10px 10px 0 0;
  transform: translateY(50%);
}

.p-index-blog-card__name {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--point-color);
  color: #fff;
}

.p-index-blog-card__date {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bg-color);
}

.p-index-blog-card__body {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: clamp(16px, 12.17347px + 1.02041vw, 20px);
}

/* p-index-news
============================== */
.p-index-news {
  padding: clamp(38px, -11.7449px + 13.26531vw, 90px) 0 clamp(75px, 3.25255px + 19.13265vw, 150px);
  background: #fff;
  position: relative;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
}

.p-index-news__inner {
  max-width: var(--inner-width-px);
  margin: 0 auto;
}

.p-index-news__head {
  margin-bottom: clamp(37px, .64796px + 9.69388vw, 75px);
}

/* p-index-car
============================== */
.p-index-car {
  margin-bottom: clamp(37px, .64796px + 9.69388vw, 75px);
}

.p-index-car__foot {
  display: flex;
  justify-content: center;
  margin-top: clamp(25px, 1.08418px + 6.37755vw, 50px);
}

.p-index-car-slider {
  overflow: hidden;
  width: 1416px;
}

@media screen and (max-width: 767px) {
  .p-index-car-slider {
    width: 100%;
  }
}

.p-index-car-slider__list {
  max-width: 780px;
}

@media screen and (min-width: 768px) {
  .p-index-car-slider__item {
    padding-right: 30px;
  }
}

.p-index-car-slider__item a {
  display: block;
  transition: all .3s ease-out;
}

.p-index-car-slider__item a:hover {
  opacity: .7;
}

.p-index-car-slider__item img {
  border-radius: 10px;
  transition: transform .6s;
  transform: scale(.848);
  transform-origin: bottom left;
}

.p-index-car-slider__item:is(.slick-current, .slick-cloned.is-current-moving) img {
  transform: scale(1);
}

.p-index-car-slider .slick-list {
  overflow: visible;
}

.p-index-car-slider-dots {
  position: relative;
  margin-top: clamp(10px, .43367px + 2.55102vw, 20px);
}

/* p-index-topics
============================== */
.p-index-topics {
  position: relative;
  padding: clamp(35px, 13.95408px + 5.61224vw, 57px) 5.81818% clamp(55px, 11.95153px + 11.47959vw, 100px);
}

.p-index-topics:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: calc(100% + 100px);
  background: var(--base-bg-color);
}

.p-index-topics__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.p-index-topics__head > ._image {
  width: clamp(31px, 1.34439px + 7.90816vw, 62px);
  margin-bottom: clamp(12px, .52041px + 3.06122vw, 24px);
}

.p-index-topics__head > ._text {
  padding-bottom: .4375em;
  border-bottom: 3px solid;
  font-weight: bold;
  font-size: clamp(16px, .69388px + 4.08163vw, 32px);
  line-height: 1;
}

.p-index-topics__foot {
  display: flex;
  justify-content: center;
  margin-top: clamp(25px, 1.08418px + 6.37755vw, 50px);
}

/* p-index-slider
============================== */
.p-index-slider {
  position: relative;
  left: 50%;
  width: 100vw;
  padding: 0 calc(var(--gap) + 10px);
  transform: translateX(-50%);

  --gap: 12px;
  --column: 3;
}

@media screen and (max-width: 1024px) {
  .p-index-slider {
    width: 1024px;
  }
}

@media screen and (max-width: 767px) {
  .p-index-slider {
    width: 109.32945%;
  }
}

@media screen and (max-width: 767px) {
  .p-index-slider {
    --column: 2;
  }
}

@media screen and (max-width: 560px) {
  .p-index-slider {
    padding: 0 9.32945%;

    --column: 1;
  }
}

.p-index-slider__inner {
  overflow-x: auto;
  width: 100%;
  padding: 0 0 30px;
}

.p-index-slider__list {
  display: flex;
  gap: var(--gap);
}

.p-index-slider__item {
  flex-shrink: 0;
  width: calc((100vw - var(--gap))/var(--column) - var(--gap) - 10px);
  min-width: 326px;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .p-index-slider__item {
    min-width: 0;
  }
}

@media screen and (max-width: 560px) {
  .p-index-slider__item {
    width: 100%;
  }
}

.p-index-slider__item a {
  display: block;
  transition: all .3s ease-out;
}

.p-index-slider__item a:hover {
  opacity: .7;
}

.p-index-slider__item img {
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, .35);
}

/* p-index-support
============================== */
.p-index-support {
  position: relative;
  left: 50%;
  width: 100vw;
  padding: clamp(37px, .64796px + 9.69388vw, 75px) 32px clamp(75px, -54.14541px + 34.43878vw, 210px);
  background: var(--base-bg-color);
  transform: translateX(-50%);

  --gap: 32px;
}

@media screen and (max-width: 1024px) {
  .p-index-support {
    width: 1024px;
  }
}

@media screen and (max-width: 767px) {
  .p-index-support {
    width: 109.32945%;
  }
}

@media screen and (max-width: 560px) {
  .p-index-support {
    padding-right: 9.32945%;
    padding-left: 9.32945%;
  }
}

.p-index-support__head {
  margin-bottom: clamp(37px, -2.22194px + 10.45918vw, 78px);
}

.p-index-support-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(16px, .69388px + 4.08163vw, 32px);
}

@media screen and (max-width: 767px) {
  .p-index-support-grid {
    grid-template-columns: 100%;
  }
}

/* p-index-company
============================== */
.p-index-company {
  position: relative;
  padding: clamp(47px, 19.25765px + 7.39796vw, 76px) var(--inner-padding) clamp(230px, -3.41837px + 62.2449vw, 474px);
  color: #fff;
}

.p-index-company:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  background: url(../img/bg-index-company.jpg) bottom center/cover no-repeat;
  transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
  .p-index-company:before {
    width: 1024px;
  }
}

@media screen and (max-width: 767px) {
  .p-index-company:before {
    width: 109.32945%;
  }
}

.p-index-company__head {
  margin-bottom: clamp(37px, -17.52806px + 14.54082vw, 94px);
}

.p-index-company-nav {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 32px 90px;
  max-width: 990px;
  margin: 0 auto;
}

.p-index-company-nav__item {
  display: flex;
  justify-content: center;
}

/* ============================================================= *

information

* ============================================================= */
/* p-information-container
============================== */
.p-information-container article {
  overflow: hidden;
  padding: 39px;
  border: 1px solid var(--border-color);
}

.p-information-container article + article {
  margin-top: 50px;
}

.p-information-container .blog__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2em;
  padding: 1em;
  background: #505050;
  color: #fff;
  font-size: 1.8rem;
}

.p-information-container .blog__title {
  margin-right: 1em;
  font-weight: 550;
}

.p-information-container .blog__title span {
  display: none;
}

.p-information-container .blog__date {
  margin-left: auto;
  font-weight: 550;
  font-size: 1.6rem;
  font-family: var(--en-font-family);
}

.p-information-container .blog__body {
  overflow: hidden;
}

.p-information-container .blog__body img {
  display: inline;
  height: auto !important;
  max-width: 100%;
}

.p-information-container .blog__body strong {
  font-weight: bold;
}

.p-information-container .blog__body em {
  font-style: italic;
}

.p-information-container .blog__paging {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 2em 0;
  text-align: right;
  font-size: clamp(12px, 10.08673px + .5102vw, 14px);
}

/* ============================================================= *

newcar

* ============================================================= */
/* p-newcar-contents
=============================== */
.p-newcar-contents > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-newcar-contents > div#zenkoku_zankure {
  justify-content: center;
}

.p-newcar-contents br {
  display: none;
}

.p-newcar-contents object {
  float: left;
  width: 50%;
  padding: 1rem;
}

.p-newcar-contents div[id^="img600"] {
  float: left;
  width: 50%;
  padding: 1rem;
}

@media screen and (max-width: 560) {
  .p-newcar-contents div[id^="img600"] {
    width: 100%;
    padding: .75rem 0;
  }
}

.p-newcar-contents div[id^="img600"] a {
  display: block;
  transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.p-newcar-contents div[id^="img600"] a:hover {
  opacity: .7;
}

.p-newcar-contents div[id^="img600"] a img {
  width: 100%;
}

.p-newcar-contents table {
  width: 100%;
  padding: 3rem 0;
  border-spacing: 1rem 0;
  border-collapse: separate;
  table-layout: fixed;
}

.p-newcar-contents table a {
  display: block;
  transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.p-newcar-contents table a:hover {
  opacity: .7;
}

.p-newcar-contents table img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 767) {
  .p-newcar-contents table tr:first-child {
    display: none;
  }
}

/* p-newcar-special
=============================== */
.p-newcar-special .frame-c {
  clear: both;
  width: 100%;
  padding: 5rem 0 0;
}

.p-newcar-special .frame-c::after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0;
}

.p-newcar-special .frame-c:first-child {
  padding-top: 0;
}

.p-newcar-special .frame-c * {
  text-align: left !important;
}

.p-newcar-special .frame-c .mainimg-cw {
  float: left;
  overflow: hidden;
  width: 20rem;
  vertical-align: top;
  font-size: 1.2rem;
}

@media screen and (max-width: 560) {
  .p-newcar-special .frame-c .mainimg-cw {
    float: none;
    width: 100%;
    margin-bottom: 1rem;
  }
}

.p-newcar-special .frame-c .mainimg-cw a {
  display: block;
  margin-bottom: 1em;
  transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.p-newcar-special .frame-c .mainimg-cw a:hover {
  opacity: .7;
}

.p-newcar-special .frame-c .mainimg-cw a img {
  float: none;
  margin-right: 0;
}

@media screen and (max-width: 560) {
  .p-newcar-special .frame-c .mainimg-cw a {
    float: left;
    width: 15rem;
    margin-right: 1rem;
  }
}

.p-newcar-special .frame-c .mainimg-cw img {
  float: left;
  margin-right: .5em;
}

.p-newcar-special .frame-c .mainimg-cw .gas {
  overflow: hidden;
}

.p-newcar-special .frame-c .maintxt-cw {
  overflow: hidden;
  padding-left: 2rem;
  background-image: none;
  vertical-align: top;
}

@media screen and (max-width: 560) {
  .p-newcar-special .frame-c .maintxt-cw {
    padding-left: 0;
  }
}

.p-newcar-special .frame-c ul.n-cw {
  padding: 0 0 1em 1.5em;
  list-style-type: disc;
  font-size: 1.4rem;
}

.p-newcar-special .frame-c ul.n-cw li {
  list-style-position: outside;
  list-style-type: disc;
}

.p-newcar-special .frame-c .cartype-w {
  padding: 0 0 5px 0;
  font-size: 1.4rem;
}

.p-newcar-special .frame-c .carname-cw {
  margin: 0 0 1.5rem;
  padding-left: 0;
  border-bottom: 1px solid var(--key-color);
  font-size: 2rem;
}

.p-newcar-special .frame-c .carname-cw a {
  color: var(--key-color);
  text-decoration: none;
  font-weight: bold;
}

.p-newcar-special .frame-c .carname-cw a:hover {
  text-decoration: underline;
}

.p-newcar-special .frame-c .spacialeq-cw {
  margin: 0 0 5px;
  font-size: 1.6rem;
}

.p-newcar-special .frame-c .clear-toku {
  height: 0;
}

.p-newcar-special .corner-cw {
  display: none;
}

/* ============================================================= *

lineup

* ============================================================= */
/* p-lineup-menu
=============================== */
@media screen and (max-width: 767px) {
  .p-lineup-menu__desktop {
    display: none;
  }
}

.p-lineup-menu__mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-lineup-menu__mobile {
    display: block;
  }
}

.p-lineup-menu-tab {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(14em, 1fr));
  gap: 8px;
  font-size: 1.4rem;
}

.p-lineup-menu-tab__button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.57143em;
  padding: 1em;
  outline: none;
  border: 0;
  border-radius: 4px;
  background: #fff;
  line-height: 1.28571;
  transition: all .3s ease-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-lineup-menu-tab__button:hover {
  opacity: .7;
}

.p-lineup-menu-tab__button.is-current {
  background: var(--point-color);
  color: #fff;
}

.p-lineup-menu-tab__button > span:not(:last-child):after {
  content: "\FF0F";
}

.p-lineup-menu-select {
  width: 100%;
  padding: 1em 2.66667em 1em .66667em;
  outline: none;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  background-color: #fff;
  background-image: url(/common-lineup/v2/img/icon/down.svg);
  background-position: right 1em center;
  background-size: 1em 1em;
  background-repeat: no-repeat;
  color: currentColor;
  font-size: 12px;
  font-family: inherit;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* p-lineup-section
=============================== */
.p-lineup-section {
  display: none;
  margin: 9rem 0;
}

.p-lineup-section.is-current {
  display: block;
}

.p-lineup-section:last-child {
  margin-bottom: 0 !important;
}

.p-lineup-section__head {
  margin-top: calc(-1em * var(--line-space));
  margin-bottom: calc(-1em * var(--line-space) + 1.16667em);
  font-weight: bold;
  font-size: clamp(16px, 8.34694px + 2.04082vw, 24px);
}

/* p-lineup-models
=============================== */
.p-lineup-models {
  margin: 5rem 0;
}

.p-lineup-models__head {
  margin-top: calc(-1em * var(--line-space));
  margin-bottom: calc(-1em * var(--line-space) + 1em);
  font-weight: bold;
  font-size: 1.8rem;
}

/* p-lineup-list
=============================== */
.p-lineup-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 13px);
  margin-top: -13px;
  margin-left: -13px;
}

.p-lineup-list__item {
  flex-shrink: 0;
  width: 25%;
  padding-top: 13px;
  padding-left: 13px;
}

@media screen and (max-width: 767px) {
  .p-lineup-list__item {
    width: 33.33333%;
  }
}

@media screen and (max-width: 560px) {
  .p-lineup-list__item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .p-lineup-list-scroll .p-lineup-list {
    flex-wrap: nowrap;
    width: 100%;
    margin-left: 0;
  }
  .p-lineup-list-scroll .p-lineup-list__item {
    width: 44vw;
    padding-left: 0;
  }
  .p-lineup-list-scroll .p-lineup-list__item:not(:first-child) {
    margin-left: 3.2vw;
  }
}

/* p-lineup-item
=============================== */
.p-lineup-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 17.5% 10%;
  border: 1px solid #ccc;
  background: #fff;
}

.p-lineup-item__head {
  min-height: 0%;
  margin-bottom: 1.5em;
}

.p-lineup-item__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}

.p-lineup-item__name {
  margin-top: calc(-1em * var(--line-space));
  margin-bottom: calc(-1em * var(--line-space));
  text-align: center;
  font-weight: bold;
  font-size: clamp(14px, 11.1301px + .76531vw, 17px);
  line-height: var(--line-height);

  --line-height: 1.41176;
  --line-space: (var(--line-height) - 1)/2;
}

.p-lineup-item__name span {
  display: inline-block;
}

.p-lineup-item__text {
  flex-grow: 1;
  margin-top: 1.07143em;
  margin-bottom: calc(-1em * var(--line-space));
  padding-top: calc(-1em * var(--line-space) + 1.14286em);
  border-top: 1px solid #ddd;
  font-size: clamp(12px, 10.08673px + .5102vw, 14px);
  line-height: var(--line-height);

  --line-height: 1.71429;
  --line-space: (var(--line-height) - 1)/2;
}

.p-lineup-item__foot {
  margin-top: 1.5em;
}

.p-lineup-item__link + .p-lineup-item__link {
  margin-top: .9rem;
}

.p-lineup-item__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.33333em;
  margin: 0 auto;
  border: 0;
  border-radius: 4px;
  background: var(--key-color);
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: clamp(13px, 11.08673px + .5102vw, 15px);
  transition: all .3s ease-out;
}

@media screen and (min-width: 768px) {
  .p-lineup-item__button {
    max-width: 13.33333em;
  }
}

.p-lineup-item__button > i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: .9em;
  height: .9em;
  margin-left: .35em;
}

.p-lineup-item__button:hover {
  opacity: .7;
}

.p-lineup-item__button._detail {
  border: 1px solid #343434;
  background: rgba(52, 52, 52, 0);
  color: #343434;
}

.p-lineup-item__button._detail:hover {
  background: #343434;
  color: #fff;
  opacity: 1;
}

.p-lineup-item__button.is-disabled {
  opacity: .2;
  pointer-events: none;
}

/* ============================================================= *

detail

* ============================================================= */
/* 試乗車タイトル
=============================== */
body[data-id="detail"] .c-democar-container .ATC-title-text {
  display: none;
}

body[data-id="detail"] .c-democar-container .ATC-title-text + .car-contents-demo-caution {
  margin-top: 0;
}

body[data-id="detail"] .CMN-CMP-body__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

body[data-id="detail"] .CMN-CMP-body__item {
  float: none;
}

body[data-id="detail"] .CMN-CMP-body__item:first-child:last-child {
  margin: 0 auto;
}

/* p-lineup-detail
=============================== */
.p-lineup-detail {
  padding: 0 11.81818%;
  font-size: 1.6rem;
  line-height: 1.875;
}

@media screen and (max-width: 767px) {
  .p-lineup-detail {
    padding: 0;
    font-size: 1.72308rem;
  }
}

.p-lineup-detail__inner {
  max-width: 900px;
  margin: 0 auto;
}

.p-lineup-detail__head {
  text-align: center;
}

.p-lineup-detail__title {
  margin-top: calc(-1em * var(--line-space));
  margin-bottom: calc(-1em * var(--line-space) + 1em);
  font-weight: bold;
  font-size: 3.2rem;
  line-height: var(--line-height);

  --line-height: 1.875;
  --line-space: (var(--line-height) - 1)/2;
}

@media screen and (max-width: 767px) {
  .p-lineup-detail__title {
    font-size: 2.46154rem;
  }
}

.p-lineup-detail__lead {
  margin-bottom: calc(-1em * var(--line-space));
  padding-top: calc(-1em * var(--line-space) + 1.15385em);
  border-top: 1px solid #e0e0e0;
  font-size: 2.6rem;
  line-height: var(--line-height);

  --line-height: 1.52941;
  --line-space: (var(--line-height) - 1)/2;
}

@media screen and (min-width: 768px) {
  .p-lineup-detail__lead span {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .p-lineup-detail__lead {
    text-align: left;
    font-size: 2.09231rem;
  }
}

.p-lineup-detail__hero {
  margin-top: 6%;
}

@media screen and (max-width: 767px) {
  .p-lineup-detail__hero {
    margin-top: 9.83607%;
  }
}

.p-lineup-detail__hero img {
  width: 100%;
}

.p-lineup-detail__body {
  width: 100%;
  max-width: 650px;
  margin: 6.88889% auto;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-lineup-detail__body {
    margin: 9.18033% auto;
  }
}

.p-lineup-detail__foot {
  margin-top: 6.88889%;
}

.p-lineup-detail-image:not(:first-child) {
  margin-top: 8.92308%;
}

@media screen and (max-width: 767px) {
  .p-lineup-detail-image:not(:first-child) {
    margin: 10.4918% auto;
  }
}

.p-lineup-detail-text:not(:first-child) {
  margin-top: 10%;
}

@media screen and (max-width: 767px) {
  .p-lineup-detail-text:not(:first-child) {
    margin: 9.18033% auto;
  }
}

.p-lineup-detail-text__head {
  margin-top: calc(-1em * var(--line-space));
  margin-bottom: calc(-1em * var(--line-space) + 1.5em);
  font-size: 2.6rem;
  line-height: var(--line-height);

  --line-height: 1.5;
  --line-space: (var(--line-height) - 1)/2;
}

@media screen and (max-width: 767px) {
  .p-lineup-detail-text__head {
    font-size: 2.09231rem;
  }
}

.p-lineup-detail-text__body {
  margin-top: calc(-1em * var(--line-space));
  margin-bottom: calc(-1em * var(--line-space));
  line-height: var(--line-height);

  --line-height: 1.875;
  --line-space: (var(--line-height) - 1)/2;
}

.p-lineup-detail-banner {
  position: relative;
  overflow: hidden;
  padding: 6rem 4.44444%;
  border: 1px solid;
  border-radius: .6rem;
  line-height: 1.41667;
}

@media screen and (max-width: 767px) {
  .p-lineup-detail-banner {
    padding: 2.46154rem 1em;
    font-size: 1.47692rem;
  }
}

.p-lineup-detail-banner__inner {
  display: grid;
  grid-template-rows: 1fr auto 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "detailImage detailHead" "detailImage detailBody" "detailImage detailFoot";

  grid-column-gap: 40px;
}

@media screen and (max-width: 767px) {
  .p-lineup-detail-banner__inner {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "detailImage detailHead" "detailImage detailBody" "detailFoot detailFoot";

    grid-column-gap: 1.33333em;
  }
}

.p-lineup-detail-banner__image {
  display: flex;
  align-items: center;
  grid-area: detailImage;
}

.p-lineup-detail-banner__image img {
  width: 100%;
}

.p-lineup-detail-banner__head {
  display: flex;
  align-items: flex-end;
  grid-area: detailHead;
  padding-bottom: .6em;
  font-weight: bold;
  font-size: 1.5em;
}

@media screen and (max-width: 767px) {
  .p-lineup-detail-banner__head {
    padding-bottom: .4em;
    font-size: 1.6rem;
  }
}

.p-lineup-detail-banner__body {
  grid-area: detailBody;
}

@media screen and (max-width: 767px) {
  .p-lineup-detail-banner__body {
    display: flex;
    align-items: flex-start;
  }
}

.p-lineup-detail-banner__foot {
  display: flex;
  align-items: flex-start;
  grid-area: detailFoot;
  padding-top: .5em;
}

@media screen and (max-width: 767px) {
  .p-lineup-detail-banner__foot {
    justify-content: center;
    padding-top: 1.15385em;
    font-size: 1.6rem;
  }
}

.p-lineup-detail-banner__foot a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.p-lineup-detail-caution {
  display: block;
  margin-top: calc(-1em * var(--line-space) + 3.33333em);
  margin-bottom: calc(-1em * var(--line-space));
  font-size: 1.2rem;
  line-height: var(--line-height);

  --line-height: 2;
  --line-space: (var(--line-height) - 1)/2;
}

/* ============================================================= *

Showroom

* ============================================================= */
/* p-showroom-map
=============================== */
.p-showroom-map {
  position: relative;
  left: 50%;
  width: 100vw;
  height: 600px;
  margin-top: calc(clamp(10px, -56.96429px + 17.85714vw, 80px) * -1);
  margin-bottom: clamp(40px, 6.51786px + 8.92857vw, 75px);
  background: var(--bg-color);
  transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
  .p-showroom-map {
    width: 1024px;
  }
}

@media screen and (max-width: 767px) {
  .p-showroom-map {
    width: 109.32945%;
  }
}

@media screen and (max-width: 767px) {
  .p-showroom-map {
    height: 400px;
  }
}

/* p-showroom-section
============================== */
.p-showroom-section {
  margin-bottom: clamp(60px, -24.18367px + 22.44898vw, 148px);
}

.p-showroom-section__head {
  margin-bottom: clamp(28px, 1.21429px + 7.14286vw, 56px);
}

/* ============================================================= *

sr

* ============================================================= */
/* p-sr-introduction
=============================== */
.p-sr-introduction {
  position: relative;
  display: grid;
  grid-template-columns: calc(100% - 380px) 1fr;
  gap: clamp(32px, 1.38776px + 8.16327vw, 64px) 64px;
  width: 100%;
  margin-top: 100px;
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  .p-sr-introduction {
    grid-template-columns: 100%;
    margin-top: 0;
    padding-top: 0;
  }
}

.p-sr-introduction:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  min-height: 340px;
  aspect-ratio: 1280 / 440;
  border-radius: 10px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .p-sr-introduction:before {
    display: none;
  }
}

/* p-sr-slider
=============================== */
.p-sr-slider__inner {
  width: calc(100% + var(--overflow-width));
  max-width: none;
  transform: translateX(calc(var(--overflow-width) * -1));

  --overflow-width: calc(50vw - var(--inner-width-px)/2);
}

@media screen and (max-width: 1304.34783px) {
  .p-sr-slider__inner {
    --overflow-width: 4vw;
  }
}

@media screen and (max-width: 1024px) {
  .p-sr-slider__inner {
    --overflow-width: calc(1024px * .04);
  }
}

.p-sr-slider__list {
  width: 100%;
}

.p-sr-slider__item {
  width: 100%;
}

.p-sr-slider img {
  width: calc(100% + var(--overflow-width));
  border-radius: 0 10px 10px 0;
}

/* p-sr-slider-control */
.p-sr-slider-control {
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-left: 10px;
  padding-right: 1px;
}

@media screen and (max-width: 767px) {
  .p-sr-slider-control {
    right: -9px;
    bottom: -9px;
    left: auto;
    gap: 5px;
  }
}

.p-sr-slider-control > .slick-arrow {
  position: relative;
  border-color: #000 !important;
  background: rgba(0, 0, 0, 0);
  box-shadow: none !important;
}

@media screen and (max-width: 767px) {
  .p-sr-slider-control > .slick-arrow {
    background: var(--base-bg-color);
    transition: none;
  }
}

.p-sr-slider-control > .slick-arrow:hover {
  background: #000;
  color: #fff;
}

/* p-sr-nav
============================== */
.p-sr-nav {
  display: grid;
  align-self: center;
  grid-template-columns: 100%;
  gap: 16px;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-sr-nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding-bottom: 0;
  }
}

.p-sr-nav-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .6em;
  width: 100%;
  height: 3.5em;
  border: 2px solid var(--base-color);
  border-radius: 2em;
  color: var(--base-color);
  text-decoration: none;
  font-size: clamp(15px, .02924px + 1.46199vw, 20px);
  transition: all .3s ease-out;
}

@media screen and (max-width: 767px) {
  .p-sr-nav-button {
    font-size: clamp(13px, 11.08673px + .5102vw, 15px);
  }
}

.p-sr-nav-button:hover {
  background: var(--base-color);
  color: #fff;
}

.p-sr-nav-button > i {
  width: 1.9em;
  height: 1.8em;
  font-style: normal;
}

.p-sr-nav-button > i svg {
  width: 100%;
  height: 100%;

  -o-object-fit: contain;

     object-fit: contain;
}

/* p-sr-profile
=============================== */
.p-sr-profile {
  display: block;
  border-top: 1px solid;
  font-size: clamp(13px, 10.1301px + .76531vw, 16px);
  line-height: clamp(25px, 22.1301px + .76531vw, 28px);
}

.p-sr-profile__item {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
}

.p-sr-profile__item:last-child {
  border-bottom-color: currentColor;
}

.p-sr-profile__head {
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  width: 4.375em;
  padding: 18px 0;
}

.p-sr-profile__body {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: center;
  gap: .25em .5em;
  padding: 18px 0 18px 2.77778em;
  font-size: 1.125em;
}

.p-sr-profile__body._tel {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .p-sr-profile__body {
    padding-left: 1.5em;
  }
}

.p-sr-profile__body span {
  font-size: 80%;
}

/* p-sr-facility
=============================== */
.p-sr-facility {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(13em, 1fr));
  gap: 1em 2em;
  width: 100%;
  font-size: clamp(12px, 11.04337px + .2551vw, 13px);
}

.p-sr-facility__item {
  display: flex;
  align-items: center;
}

.p-sr-facility__item > i {
  width: 1.53846em;
  margin-right: .25em;
}

/* p-sr-calendar
============================== */
.p-sr-calendar {
  position: relative;
  align-self: flex-start;
  align-self: start;
  padding: clamp(28px, 25.1301px + .76531vw, 31px) clamp(25px, 22.1301px + .76531vw, 28px) clamp(25px, 22.1301px + .76531vw, 28px);
  border-radius: 10px;
  background: #fff;
}

.p-sr-calendar__item {
  width: 100%;
}

.p-sr-calendar__foot {
  width: 100%;
  margin-top: 1em;
  font-size: clamp(13px, 12.04337px + .2551vw, 14px);
}


/* p-sr-map
=============================== */
.p-sr-map {
  position: relative;
  left: 50%;
  box-sizing: content-box;
  width: 100vw;
  height: 480px;
  margin-top: clamp(40px, 17.04082px + 6.12245vw, 64px);
  border-top: 15px solid #fff;
  background: var(--bg-color);
  transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
  .p-sr-map {
    width: 1024px;
  }
}

@media screen and (max-width: 767px) {
  .p-sr-map {
    width: 109.32945%;
  }
}

@media screen and (max-width: 767px) {
  .p-sr-map {
    height: auto;
    aspect-ratio: 335/ 310;
  }
}

/* p-sr-contact
=============================== */
.p-sr-contact__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

@media screen and (max-width: 767px) {
  .p-sr-contact__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-sr-contact-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5em;
  width: 100%;
  height: 3.5em;
  border: 2px solid var(--base-color);
  border-radius: 1.75em;
  color: var(--base-color);
  text-decoration: none;
  font-size: clamp(13px, 6.30357px + 1.78571vw, 20px);
  transition: all .2s ease-out;
}

.p-sr-contact-button:hover {
  background: var(--base-color);
  color: #fff;
}

.p-sr-contact-button > i {
  width: 1.8em;
  height: 1.65em;
}

.p-sr-contact-button > i._catalog {
  width: 1.65em;
}

.p-sr-contact-button > i._dots {
  width: 1em;
}

.p-sr-contact-button > i svg {
  overflow: visible;
  width: 100%;
  height: 100%;

  -o-object-fit: contain;

     object-fit: contain;
}

.p-sr-contact-button > i svg ._page {
  transition: fill .2s ease-out;
}

.p-sr-contact-button:hover > i svg ._page {
  fill: var(--base-color);
}

/* p-sr-blog
=============================== */
.p-sr-blog {
  margin-bottom: clamp(95px, 51.95153px + 11.47959vw, 140px);
}

.p-sr-blog .CMN-blog-block__shop {
  display: none;
}

.p-sr-blog__more {
  display: flex;
  justify-content: center;
  margin-top: clamp(20px, .86735px + 5.10204vw, 40px);
}

/* ============================================================= *

Staff

* ============================================================= */
.p-staff-contents .ATC-shop-contents-staff {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-staff-contents .ATC-shop-contents-staff {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}

.p-staff-contents .ATC-shop-contents-staff-list {
  overflow: hidden;
  padding: 1.21429em;
  border: 1px solid var(--border-color);
  background: #fff;
  font-size: clamp(13px, 12.04337px + .2551vw, 14px);
  line-height: var(--line-height);

  --line-height: 1.85714;
  --line-space: (var(--line-height) - 1)/2;
}

.p-staff-contents .ATC-shop-contents-staff-list.is-notready {
  width: 100%;
  border: 0;
}

.p-staff-contents .ATC-photo-thumb-frame {
  width: 100%;
  aspect-ratio: 317 / 300;
  margin-bottom: 18px;
}

@media screen and (max-width: 560px) {
  .p-staff-contents .ATC-photo-thumb-frame {
    aspect-ratio: unset;
  }
}

.p-staff-contents .ATC-photo-thumb-frame img {
  width: 100%;
  height: 100%;

  -o-object-fit: contain;

     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

@media screen and (max-width: 560px) {
  .p-staff-contents .ATC-photo-thumb-frame img {
    height: auto;
  }
}

.p-staff-contents .ATC-shop-contents-staff-list-name {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: 1.11111em;
  padding-bottom: .83333em;
  border-bottom: 1px solid var(--border-color);
  font-size: 1.28571em;
}

.p-staff-contents .ATC-shop-contents-staff-list-name > div {
  position: relative;
  top: .30769em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2em;
  margin-right: 1em;
  padding: 0 1em;
  color: #fff;
  text-align: center;
  font-size: .72222em;
}

.p-staff-contents .ATC-staff-type-bg01 {
  background: var(--key-color);
}

.p-staff-contents .ATC-staff-type-bg02 {
  background: #1d5ea7;
}

.p-staff-contents .ATC-staff-type-bg03,
.p-staff-contents .ATC-staff-type-bg04,
.p-staff-contents .ATC-staff-type-bg05,
.p-staff-contents .ATC-staff-type-bg10 {
  background: #249f66;
}

.p-staff-contents .ATC-staff-type-bg06,
.p-staff-contents .ATC-staff-type-bg07,
.p-staff-contents .ATC-staff-type-bg08,
.p-staff-contents .ATC-staff-type-bg09 {
  background: #ee9100;
}

.p-staff-contents .ATC-shop-contents-staff-list-qualification {
  overflow: hidden;
  margin-top: calc(-1em * var(--line-space));
  margin-bottom: calc(-1em * var(--line-space));
  padding-bottom: 18px;
}

.p-staff-contents .ATC-shop-contents-staff-list-comment {
  margin-top: auto;
  padding: 1em;
  background: #f0f0f0;
}

.p-staff-contents .ATC-shop-contents-staff-list-comment * {
  font-size: inherit !important;
}

.p-staff-contents .ATC-shop-contents-staff-list-comment.is-empty {
  padding: 0;
  background: transparent;
}

/* ============================================================= *

blog

* ============================================================= */
.p-blog-control {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 6rem;
}

.p-blog-control__head {
  flex-shrink: 0;
  padding-right: 1em;
  font-size: 1.5rem;
}

.p-blog-control__body {
  flex-grow: 1;
}

.p-blog-control__form {
  display: block;
  width: 100%;
}

.p-blog-control__form select {
  width: 100%;
  height: 3.73333em;
  padding: 1em 2.66667em 1em .66667em;
  outline: none;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  background-image: url(/common-img/svg/down.svg);
  background-position: right 1em center;
  background-size: 1em 1em;
  background-repeat: no-repeat;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .04);
  color: currentColor;
  font-size: 1.5rem;
  font-size: 1.5rem;
  font-family: inherit;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-blog-control__form select::-ms-expand {
  display: none;
}

/* =============================================================

Calendar

* ============================================================= */
/* p-calendar-item */
.p-calendar-item {
  padding: 32px 28px;
  background: #fff;
}

/* p-calendar-notes */
.p-calendar-notes {
  margin-top: 2em;
  padding: 1.2em;
  background: #fff;
  display: flex;
  justify-content: center;
}

.p-calendar-notes > ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: clamp(13px, 11.08673px + .5102vw, 15px);
}

.p-calendar-notes__item span {
  color: var(--point-color);
}
.p-calendar-notes__item._close02 span {
  color: var(--key-color);
}
.p-calendar-notes__item._close03 span {
  color: #0454cb;
}
.close03{
  color: #0454cb !important;
}

/* ============================================================= *

inspection-center

* ============================================================= */
/* p-ispCenter-introduction
============================== */
.p-ispCenter-introduction {
  position: relative;
  display: flex;
  padding: 32px 0;
}

@media screen and (max-width: 767px) {
  .p-ispCenter-introduction {
    flex-direction: column-reverse;
    gap: 30px;
    padding: 4vw 0;
  }
}

.p-ispCenter-introduction:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  background: #fff;
  transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
  .p-ispCenter-introduction:before {
    width: 1024px;
  }
}

@media screen and (max-width: 767px) {
  .p-ispCenter-introduction:before {
    width: 109.32945%;
  }
}

.p-ispCenter-introduction__contents {
  flex-shrink: 0;
  align-self: center;
  width: 508px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .p-ispCenter-introduction__contents {
    align-self: stretch;
  }
}

.p-ispCenter-introduction__head {
  font-size: clamp(20px, 12.34694px + 2.04082vw, 28px);
  line-height: 48, 28;
}

.p-ispCenter-introduction__body {
  margin-top: 1em;
  font-size: clamp(15px, 10.21684px + 1.27551vw, 20px);
  line-height: 2;
}

.p-ispCenter-introduction__image {
  position: relative;
  flex-grow: 1;
}

.p-ispCenter-introduction__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + var(--overflow-width));
  height: 100%;
  max-width: none;
  border-radius: 10px 0 0 10px;

  --overflow-width: calc(50vw - var(--inner-width-px) / 2);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}

@media screen and (max-width: 1173.91304px) {
  .p-ispCenter-introduction__image img {
    --overflow-width: 4vw;
  }
}

@media screen and (max-width: 1024px) {
  .p-ispCenter-introduction__image img {
    --overflow-width: calc(1024px * .04);
  }
}

@media screen and (max-width: 767px) {
  .p-ispCenter-introduction__image img {
    position: static;
  }
}

/* p-ispCenter-message
============================== */
.p-ispCenter-message {
  margin: clamp(30px, -3.48214px + 8.92857vw, 65px) 0 clamp(50px, 2.16837px + 12.7551vw, 100px);
  line-height: 1.9375;
}

.p-ispCenter-message__sign {
  margin-top: 1em;
  text-align: right;
}

/* p-ispCenter-nav-grid
============================== */
.p-ispCenter-nav-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(40px, 3.64796px + 9.69388vw, 78px) 64px;
}

@media screen and (min-width: 768px) {
  .p-ispCenter-nav-grid._single {
    grid-template-columns: 100%;
    max-width: 508px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-ispCenter-nav-grid {
    grid-template-columns: 100%;
  }
}

/* p-ispCenter-training-grid
============================== */
.p-ispCenter-training-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px var(--gap);
  margin-top: 50px;

  --gap: 32px;
}

@media screen and (max-width: 767px) {
  .p-ispCenter-training-grid {
    justify-content: flex-start;

    --gap: 20px;
  }
}

.p-ispCenter-training-grid__item {
  width: calc((100% - var(--gap)*2) / 3);
}

@media screen and (max-width: 767px) {
  .p-ispCenter-training-grid__item {
    width: calc((100% - var(--gap)) / 2);
  }
}

/* ============================================================= *

center-list

* ============================================================= */
/* p-centerList-grid
============================== */
.p-centerList-grid {
  display: grid;
  grid-template-columns: 100%;
  gap: clamp(48px, 2.08163px + 12.2449vw, 96px);
  padding: clamp(16px, .69388px + 4.08163vw, 32px) clamp(16px, .69388px + 4.08163vw, 32px) 0;
}

@media screen and (max-width: 767px) {
  .p-centerList-grid {
    padding-right: 0;
    padding-left: 0;
  }
}

/* p-centerList-card
============================== */
.p-centerList-card {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(16px, .69388px + 4.08163vw, 32px);
  padding: clamp(16px, .69388px + 4.08163vw, 32px);
  border-radius: 10px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .p-centerList-card {
    padding-top: 0;
  }
}

.p-centerList-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 10px;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .p-centerList-card:before {
    content: none;
  }
}

.p-centerList-card__contents {
  order: -1;
  width: 444px;
  min-height: 236px;
}

@media screen and (max-width: 767px) {
  .p-centerList-card__contents {
    order: 0;
    width: 100%;
    min-height: 0;
  }
}

.p-centerList-card__head {
  margin-bottom: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid;
}

.p-centerList-card__label {
  display: block;
  margin-top: calc(-1em * var(--line-space));
  margin-bottom: calc(-1em * var(--line-space) + 1em);
  font-size: clamp(15px, 10.21684px + 1.27551vw, 20px);
}

.p-centerList-card__title {
  margin-top: calc(-1em * var(--line-space));
  margin-bottom: calc(-1em * var(--line-space));
  font-weight: bold;
  font-size: clamp(18px, 8.43367px + 2.55102vw, 28px);
}

.p-centerList-card__address {
  display: flex;
  align-items: flex-start;
  gap: 0 8px;
  margin-bottom: auto;
  font-size: clamp(12px, 8.17347px + 1.02041vw, 16px);
}

.p-centerList-card__address:before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: clamp(20px, .86735px + 5.10204vw, 40px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: url(../img/pict/map.png) 50% 50% / 45% auto no-repeat var(--border-color);
}

.p-centerList-card__address > p {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-grow: 1;
  gap: 0 .5em;
  margin-top: .35em;
}

.p-centerList-card__address > p small {
  align-self: flex-end;
}

@media screen and (max-width: 767px) {
  .p-centerList-card__address > p {
    flex-direction: column;
  }
}

.p-centerList-card__tel {
  display: flex;
  align-items: center;
  gap: 0 8px;
  margin-top: 1em;
  color: var(--key-color);
  font-weight: bold;
  font-size: clamp(14px, 8.2602px + 1.53061vw, 20px);
}

.p-centerList-card__tel:before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: clamp(20px, .86735px + 5.10204vw, 40px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: url(../img/pict/tel.png) 50% 50% / 52.5% auto no-repeat var(--border-color);
}

.p-centerList-card__image {
  position: relative;
  width: calc(100% - 476px);
}

@media screen and (max-width: 767px) {
  .p-centerList-card__image {
    top: clamp(-16px, -.69388px + -4.08163vw, -32px);
    width: 100%;
    margin-bottom: clamp(-16px, -.69388px + -4.08163vw, -32px);
  }
}

.p-centerList-card__image img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + var(--transform));
  height: calc(100% + var(--transform));
  max-width: none;
  border-radius: 10px;

  --transform: 64px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .p-centerList-card__image img {
    position: static;
    width: 100%;
    height: auto;
  }
}

.p-centerList-card__foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .5em 0;
  width: 100%;
  padding: .88889em;
  border-radius: 3em;
  background: var(--base-bg-color);
  font-weight: 400;
  font-size: clamp(15px, 12.1301px + .76531vw, 18px);
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .p-centerList-card__foot {
    flex-direction: column;
    align-items: center;
    border-radius: 1em;
  }
}

@media screen and (min-width: 768px) {
  .p-centerList-card__foot > p:not(:last-child):after {
    content: "\ff5c";
    margin: 0 .5em;
  }
}

/* ============================================================= *

inspection-flow

* ============================================================= */
/* p-ispFlow-chart
============================== */
.p-ispFlow-chart__item {
  position: relative;
  padding-left: 80px;
}

@media screen and (max-width: 767px) {
  .p-ispFlow-chart__item {
    padding-left: 50px;
  }
}

.p-ispFlow-chart__item:not(:last-child) {
  padding-bottom: clamp(60px, 12.16837px + 12.7551vw, 110px);
}

.p-ispFlow-chart__item:not(:last-child):before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  display: block;
  width: 10px;
  height: 100%;
  background: currentColor;
}

@media screen and (max-width: 767px) {
  .p-ispFlow-chart__item:not(:last-child):before {
    left: 12px;
    width: 6px;
  }
}

.p-ispFlow-chart__head {
  display: flex;
  align-items: center;
  gap: .75em;
  margin-bottom: 18px;
  padding: 5px 0;
}

@media screen and (max-width: 767px) {
  .p-ispFlow-chart__head {
    flex-wrap: wrap;
  }
}

.p-ispFlow-chart__head:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 50px;
  aspect-ratio: 1 / 1;
  border: 10px solid;
  border-radius: 100%;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .p-ispFlow-chart__head:before {
    width: 30px;
    border-width: 6px;
  }
}

.p-ispFlow-chart__head:after {
  content: "";
  display: block;
  flex-grow: 1;
  height: 0;
  border-top: 4px dotted;
}

@media screen and (max-width: 767px) {
  .p-ispFlow-chart__head:after {
    content: none;
  }
}

.p-ispFlow-chart__title {
  font-size: clamp(18px, 12.2602px + 1.53061vw, 24px);
}

.p-ispFlow-chart__time {
  display: flex;
  order: 1;
  justify-content: center;
  align-items: baseline;
  width: 7.5em;
  height: 2em;
  padding: .25em;
  border: 3px solid;
  color: var(--key-color);
  font-size: clamp(15px, 10.21684px + 1.27551vw, 20px);
  line-height: 1em;
}

@media screen and (max-width: 767px) {
  .p-ispFlow-chart__time {
    margin-left: auto;
  }
}

.p-ispFlow-chart__time em {
  font-weight: bold;
  font-size: 175%;
  font-family: Oswald;
}

@media screen and (max-width: 767px) {
  .p-ispFlow-chart__time em {
    font-size: 125%;
  }
}

.p-ispFlow-chart__notes {
  margin-top: 1em;
  font-size: sloep(13, 14);
}

/* p-ispFlow-chart-grid
============================== */
.p-ispFlow-chart-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 4.34694px + 2.04082vw, 20px);
}

@media screen and (max-width: 767px) {
  .p-ispFlow-chart-grid {
    grid-template-columns: 100%;
  }
}

.p-ispFlow-chart-grid__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5em 1em;
  border-radius: 10px;
  background: #fff;
}

.p-ispFlow-chart-grid__head {
  margin-top: calc(-1em * var(--line-space));
  margin-bottom: calc(-1em * var(--line-space));
  color: var(--key-color);
  text-align: center;
  font-size: 1.25em;
  line-height: var(--line-height);

  --line-height: 1.4;
  --line-space: (var(--line-height) - 1)/2;
}

.p-ispFlow-chart-grid__head span {
  display: inline-block;
}

.p-ispFlow-chart-grid__body {
  margin-top: calc(-1em * var(--line-space) + 1em);
  margin-bottom: calc(-1em * var(--line-space));
  letter-spacing: 0;
  line-height: var(--line-height);

  --line-height: 1.625;
  --line-space: (var(--line-height) - 1)/2;
}

/* p-ispFlow-section
============================== */
.p-ispFlow-section + .p-ispFlow-section {
  margin-top: clamp(75px, 3.25255px + 19.13265vw, 150px);
}

.p-ispFlow-section__head {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: clamp(30px, 10.86735px + 5.10204vw, 50px);
  padding: 14px;
  border: 3px solid;
  border-radius: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-ispFlow-section__head {
    flex-direction: column;
    gap: .75em;
  }
}

.p-ispFlow-section__title {
  font-weight: bold;
  font-size: clamp(18px, 12.2602px + 1.53061vw, 24px);
  line-height: 1.4;
}

.p-ispFlow-section__title em {
  display: inline-block;
  font-size: 1.33333em;
}

.p-ispFlow-section__title span {
  display: inline-block;
}

.p-ispFlow-section__time {
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 7.5em;
  height: 2em;
  margin: auto 0;
  padding: 7px;
  background: var(--key-color);
  color: #fff;
  font-size: clamp(15px, 10.21684px + 1.27551vw, 20px);
  line-height: 1em;
}

@media screen and (max-width: 767px) {
  .p-ispFlow-section__time {
    position: static;
    margin: 0 auto;
  }
}

.p-ispFlow-section__time em {
  font-weight: bold;
  font-size: 175%;
  font-family: Oswald;
}

.p-ispFlow-section__image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

/* p-ispFlow-grid
============================== */
.p-ispFlow-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(40px, 17.04082px + 6.12245vw, 64px) 64px;
}

@media screen and (min-width: 768px) {
  .p-ispFlow-grid._single {
    grid-template-columns: 100%;
    max-width: 508px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-ispFlow-grid {
    grid-template-columns: 100%;
  }
}

/* ============================================================= *

voice

* ============================================================= */
/* p-voice-list
============================== */
.p-voice-list {
  display: grid;
  grid-template-columns: 100%;
  gap: 36px;
  max-width: 696px;
  margin: 0 auto;
  margin-top: clamp(50px, 16.51786px + 8.92857vw, 85px);
}

@media screen and (max-width: 767px) {
  .p-voice-list {
    padding-left: 80px;
  }
}

/* p-voice-block
============================== */
.p-voice-block {
  position: relative;
  font-size: 20px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-voice-block {
    font-size: clamp(13px, 10.1301px + .76531vw, 16px);
  }
}

.p-voice-block__comment {
  position: relative;
  padding: 1.2em 1.6em;
  border-radius: 10px;
  background: #fff;
  font-weight: 400;
}

.p-voice-block__comment:before {
  content: "";
  position: absolute;
  top: 20px;
  right: calc(100% + 8px);
  display: block;
  width: 0;
  height: 0;
  border-width: 40px 12px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #fff;
  transform: rotate(58deg);
}

@media screen and (max-width: 767px) {
  .p-voice-block__comment:before {
    top: 0;
  }
}

.p-voice-block__author {
  position: absolute;
  top: 50%;
  right: calc(100% + 32px);
  width: 96px;
  text-align: center;
  line-height: 1;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .p-voice-block__author {
    width: 48px;
    font-size: 10px;
  }
}

.p-voice-block__author > figure {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .p-voice-block:nth-child(2n) .p-voice-block__comment:before {
    right: auto;
    left: calc(100% + 8px);
    transform: rotate(-58deg);
  }
  .p-voice-block:nth-child(2n) .p-voice-block__author {
    right: auto;
    left: calc(100% + 32px);
  }
}

/* ============================================================= *

campaign

* ============================================================= */
body[data-id=campaign] .CMN-CMP-car-select {
  margin-bottom: clamp(30px, 10.86735px + 5.10204vw, 50px);
  padding-bottom: clamp(30px, 10.86735px + 5.10204vw, 50px);
}

body[data-id=campaign] .CMN-CMP-car-select__head {
  margin-top: 0;
  margin-bottom: clamp(30px, 6.08418px + 6.37755vw, 55px);
  padding-top: 0;
}

body[data-id=campaign] .CMN-CMP-car-select__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 8px;
}

@media screen and (max-width: 767px) {
  body[data-id=campaign] .CMN-CMP-car-select__list {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }
}

body[data-id=campaign] .CMN-CMP-car-select__item {
  display: block;
  width: auto;
  max-width: none;
}

body[data-id=campaign] .CMN-CMP-car-article__head {
  font-size: clamp(15px, 12.1301px + .76531vw, 18px);
}

body[data-id=campaign] .CMN-CMP-car-article__title {
  background: var(--point-color);
  color: #fff;
}

body[data-id=campaign] .CMN-CMP-car-article__carIcon {
  margin-bottom: -1em;
}

body[data-id=campaign] .CMN-CMP-car-article__carIcon img {
  max-width: 50%;
}

body[data-id=campaign] .CMN-CMP-body a {
  display: block;
  transition: all .3s ease-out;
}

body[data-id=campaign] .CMN-CMP-body a:hover {
  opacity: .7;
}

/* p-campaign-ready
=============================== */
.p-campaign-ready {
  padding: 2em;
  background: #f4f4f4;
  text-align: center;
  font-weight: bold;
  font-size: 1em;
}

/* p-campaign-n_series
============================== */
.p-campaign-n_series {
  display: block;
  max-width: 952px;
  margin: 0 auto;
}

/* p-campaign-leaflet
============================== */
.p-campaign-leaflet__title{
  text-align: center;
  margin-bottom: 2em;
}

.p-campaign-leaflet__img li{
  text-align: center;
}

.p-campaign-leaflet__img img{
  margin: 0 auto;
}


/* ============================================================= *

Maintenance

* ============================================================= */
/* p-maintenance-schedule
============================== */
.p-maintenance-schedule {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-auto-flow: column;
  gap: 34px .90909%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-maintenance-schedule {
    grid-template-rows: auto;
    grid-template-columns: 78.42566% auto;
    grid-auto-flow: row;
    gap: 12px 6px;
  }
}

.p-maintenance-schedule__main {
  display: flex;
  flex-direction: column;
  align-items: center;

  --color: var(--key-color);
  --bg-color: #fff;
  --text-color: var(--color);
  --border-color: var(--color);
}

@media screen and (max-width: 767px) {
  .p-maintenance-schedule__main {
    flex-direction: row;
  }
}

.p-maintenance-schedule__main._free {
  --color: #8a8a8a;
  --text-color: #fff;
  --bg-color: #8a8a8a;
}

.p-maintenance-schedule__main._safety {
  --color: #8a8a8a;
}

.p-maintenance-schedule__main._12month {
  --color: #404040;
}

.p-maintenance-schedule__main._inspection {
  --color: var(--key-color);
}

.p-maintenance-schedule__sub {
  position: relative;
}

.p-maintenance-schedule__head {
  position: relative;
  z-index: 3;
  flex-shrink: 0;
  width: 100%;
  margin-bottom: 43.90244%;
}

@media screen and (max-width: 767px) {
  .p-maintenance-schedule__head {
    width: min(78px, 28.99628%);
    margin-bottom: 0;
  }
}

.p-maintenance-schedule__head:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  display: block;
  width: 200%;
  height: 20px;
  margin: auto 0;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .p-maintenance-schedule__head:after {
    top: 50%;
    right: 0;
    bottom: auto;
    left: 0;
    width: 20px;
    height: 200%;
    margin: 0 auto;
  }
}

.p-maintenance-schedule__terms {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: min(82px, 100%);
  aspect-ratio: 1;
  border: 0;
  border-radius: 50%;
  background: var(--color);
  color: #fff;
  font-weight: 550;
  font-size: clamp(13px, 4.01754px + .87719vw, 16px);
  line-height: 1;
}

.p-maintenance-schedule__terms em {
  font-size: 2.5em;
  font-family: Oswald;
}

.p-maintenance-schedule__terms > i {
  display: block;
  width: 53.42466%;
  margin-bottom: .25em;
}

._first .p-maintenance-schedule__terms {
  border-color: #ddd;
  border-radius: 15px;
  background: #fff;
  color: var(--base-color);
}

:is(._free, ._safety) .p-maintenance-schedule__terms {
  transform: scale(.75);
}

.p-maintenance-schedule__terms svg {
  width: auto;
}

.p-maintenance-schedule__body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 73.17073%;
  height: 11.16667em;
  padding: 1em 0;
  border-width: .125em;
  border-style: solid;
  border-color: var(--border-color);
  border-radius: 2em;
  background: var(--bg-color);
  color: var(--text-color);
  text-decoration: none;
  font-size: clamp(16px, 8.34694px + 2.04082vw, 24px);
  line-height: 1;
  transition: all .2s ease-out;
}

@media screen and (max-width: 767px) {
  .p-maintenance-schedule__body {
    flex-direction: row;
    flex-grow: 1;
    height: 3.14286em;
    margin-left: 3.71747%;
    padding: 0 1em;
  }
}

._inspection .p-maintenance-schedule__body {
  gap: 1em;
}

.p-maintenance-schedule__body:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: calc(100% + .125em);
  left: 0;
  display: block;
  width: 3px;
  height: 0;
  margin: 0 auto;
  padding-top: 131.48148%;
  background: var(--color);
}

@media screen and (max-width: 767px) {
  .p-maintenance-schedule__body:before {
    top: 0;
    right: calc(100% + .125em);
    bottom: 0;
    left: auto;
    width: calc(5rem - .25em);
    height: .04167em;
    margin: auto 0;
    padding-top: 0;
    border-width: .16667em 0;
  }
}

.p-maintenance-schedule__body[href]:hover {
  --text-color: #fff;
  --bg-color: var(--color);
}

._free .p-maintenance-schedule__body[href]:hover {
  opacity: .7;
}

.p-maintenance-schedule__body[href]:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: .75em;
  left: 0;
  display: block;
  width: .5em;
  height: .5em;
  margin: 0 auto;
  border-right: 2px solid var(--text-color);
  border-bottom: 2px solid var(--text-color);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .p-maintenance-schedule__body[href]:after {
    top: 0;
    right: 1em;
    bottom: 0;
    left: auto;
    margin: auto 0;
    transform: rotate(-45deg);
  }
}

.p-maintenance-schedule__service {
  padding: .75em 0;
  background: #505050;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: clamp(12px, 9.1301px + .76531vw, 15px);
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .p-maintenance-schedule__service {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.p-maintenance-schedule__options {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .p-maintenance-schedule__options {
    flex-direction: row;
    max-width: 80%;
    margin: 0 auto;
  }
}

.p-maintenance-schedule__options > div {
  position: relative;
}

.p-maintenance-schedule__options > div._ciao {
  --color: #0068b7;
}

.p-maintenance-schedule__options > div._mamoru {
  --color: #8dc21f;
}

.p-maintenance-schedule__options > div:before {
  content: "";
  display: block;
  width: clamp(12px, 6.2602px + 1.53061vw, 18px);
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 50%;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .p-maintenance-schedule__options > div:before {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}

.p-maintenance-schedule__options > div._ciao:before {
  background: var(--color);
}

.p-maintenance-schedule__options > div._mamoru:before {
  background: var(--color);
}

.p-maintenance-schedule__options > div._on:before {
  opacity: 1;
}

.p-maintenance-schedule__options > div:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  display: block;
  width: 200%;
  height: 2px;
  margin: auto 0;
  background: var(--color);
}

@media screen and (max-width: 767px) {
  .p-maintenance-schedule__options > div:after {
    top: 50%;
    right: 0;
    bottom: auto;
    left: 0;
    width: 2px;
    height: 200%;
    margin: 0 auto;
  }
}

/* p-maintenance-schedule-note
============================== */
.p-maintenance-schedule-note {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 1em;
  width: 100%;
  margin-top: 2.46154em;
  margin-bottom: 40px;
  font-size: clamp(12px, 11.04337px + .2551vw, 13px);
}

@media screen and (max-width: 767px) {
  .p-maintenance-schedule-note {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.p-maintenance-schedule-note__sub > li i {
  font-style: normal;
}

.p-maintenance-schedule-note__sub > li._ciao i {
  color: #0068b7;
}

.p-maintenance-schedule-note__sub > li._mamoru i {
  color: #8dc21f;
}

/* p-maintenance-insurance
============================== */
.p-maintenance-insurance {
  max-width: 952px;
  margin: 0 auto;
}

.p-maintenance-insurance-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.p-maintenance-insurance-nav__logo {
  width: 320px;
  height: 67px;
  margin-bottom: 20px;
}

.p-maintenance-insurance-nav__logo img {
  width: 100%;
  height: 100%;

  -o-object-fit: contain;

     object-fit: contain;
}

/* ============================================================= *

Inspection

* ============================================================= */
/* p-inspection-requirements
=============================== */
.p-inspection-requirements {
  padding: clamp(38px, 18.86735px + 5.10204vw, 58px) 11.07872%;
  background: var(--bg-color);
}

.p-inspection-requirements__head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto clamp(23px, 11.52041px + 3.06122vw, 35px);
  padding-bottom: .2em;
  border-bottom: 2px solid;
  font-weight: bold;
  font-size: clamp(20px, 16.17347px + 1.02041vw, 24px);
  line-height: 1;
}

.p-inspection-requirements__body {
  font-size: clamp(14px, 13.04337px + .2551vw, 15px);
}

.p-inspection-requirements__lead {
  margin-top: calc(-1em * var(--line-space));
  margin-bottom: calc(-1em * var(--line-space));
  line-height: var(--line-height);

  --line-height: 2;
  --line-space: (var(--line-height) - 1)/2;
}

.p-inspection-requirements__list {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 1.5em;
  margin-top: clamp(40px, 30.43367px + 2.55102vw, 50px);
  text-align: left;
}

@media screen and (max-width: 1200px) {
  .p-inspection-requirements__list {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .p-inspection-requirements__list {
    grid-template-columns: 1fr;
    gap: 1em;
  }
}

.p-inspection-requirements__list > li {
  display: flex;
}

.p-inspection-requirements__list > li:before {
  content: "";
  flex-shrink: 0;
  width: .73333em;
  height: .73333em;
  margin-top: .575em;
  margin-right: .5em;
  border: 1px solid;
  border-radius: 2px;
}

/* ============================================================= *

ciao

* ============================================================= */
/* p-ciao-header
=============================== */
.p-ciao-header {
  text-align: center;
}

.p-ciao-header__logo {
  max-width: 472px;
  margin: 0 auto clamp(40px, 30.43367px + 2.55102vw, 50px);
}

.p-ciao-header__lead {
  margin-top: calc(-1em * var(--line-space));
  margin-bottom: calc(-1em * var(--line-space));
  font-size: clamp(20px, 16.17347px + 1.02041vw, 24px);
  line-height: var(--line-height);

  --line-height: 1.8;
  --line-space: (var(--line-height) - 1)/2;
}

.p-ciao-header__lead span {
  display: inline-block;
}

.p-ciao-header__text {
  margin-top: calc(-1em * var(--line-space) + 2.13333em);
  margin-bottom: calc(-1em * var(--line-space));
  font-size: clamp(14px, 13.04337px + .2551vw, 15px);
  line-height: var(--line-height);

  --line-height: 2;
  --line-space: (var(--line-height) - 1)/2;
}

.p-ciao-header__text span {
  display: inline-block;
}

/* p-ciao-table
=============================== */
.p-ciao-table {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  font-size: clamp(15px, 14.04337px + .2551vw, 16px);
}

.p-ciao-table th,
.p-ciao-table td {
  padding: 1em .25em;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
  line-height: 1.4;
}

.p-ciao-table th span,
.p-ciao-table td span {
  display: inline-block;
}

.p-ciao-table ._pack {
  color: var(--key-color);
}

.p-ciao-table thead th,
.p-ciao-table thead td {
  padding: .75em .25em;
  font-weight: 550;
}

.p-ciao-table thead th {
  min-width: 4.25em;
  background: #f4f4f4;
}

.p-ciao-table thead tr:first-child th {
  background: #505050;
  color: #fff;
}

.p-ciao-table tbody th {
  padding: 1em .25em;
  background: #f4f4f4;
}

/* p-ciao-set
=============================== */
.p-ciao-set {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 20px;
  max-width: 760px;
  margin: clamp(40px, 30.43367px + 2.55102vw, 50px) auto 0;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-ciao-set {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-ciao-set:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  aspect-ratio: 1;
  margin: auto;
  background: url(../img/ciao-plus.png) 50% 50%/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .p-ciao-set:before {
    width: 34px;
  }
}

.p-ciao-set__item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.16667em;
  border-radius: 4px;
  background: #0068b7;
  color: #fff;
  font-size: clamp(18px, 16.08673px + .5102vw, 20px);
  line-height: 1.44444;
}

@media screen and (max-width: 767px) {
  .p-ciao-set__item {
    height: 4.44444em;
  }
}

.p-ciao-set__icon {
  width: 2.5em;
  margin-right: 1em;
}

.p-ciao-set__icon._oil {
  width: 2.3em;
}

/* p-ciao-merit
=============================== */
.p-ciao-merit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 21px;
  margin-top: clamp(40px, 30.43367px + 2.55102vw, 50px);
}

@media screen and (max-width: 767px) {
  .p-ciao-merit {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-ciao-merit__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(29px, 19.43367px + 2.55102vw, 39px) 1em;
  border: 1px solid #ccc;
  text-align: center;
}

.p-ciao-merit__head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.33333em;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--bg-color);
  font-weight: 500;
  font-size: clamp(20px, 16.17347px + 1.02041vw, 24px);
}

.p-ciao-merit__body {
  margin-top: 1em;
  font-size: clamp(14px, 13.04337px + .2551vw, 15px);
}

/* ============================================================= *

faq

* ============================================================= */
/* p-faq-section
============================== */
.p-faq-section {
  max-width: 800px;
  margin: 0 auto;
}

/* p-faq-block
============================== */
.p-faq-block + .p-faq-block {
  margin-top: clamp(16px, .69388px + 4.08163vw, 32px);
}

.p-faq-block__q {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px 3.5em 16px 16px;
  outline: none;
  border: 0;
  border-radius: 10px;
  background: #595959;
  color: #fff;
  text-align: left;
  font-size: clamp(16px, 12.17347px + 1.02041vw, 20px);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-faq-block__q:after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.45em;
  bottom: 0;
  display: block;
  width: .65em;
  height: .65em;
  margin: auto 0;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transition: transform .3s ease-out;
  transform: rotate(45deg);
}

.p-faq-block__q.is-open:after {
  transform: rotate(-135deg);
}

.p-faq-block__q > i {
  position: relative;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  aspect-ratio: 1 / 1;
  margin-right: .5em;
  padding-bottom: .2em;
  border-radius: 50%;
  background: #fff;
  color: #595959;
  font-style: normal;
  font-size: clamp(30px, 20.43367px + 2.55102vw, 40px);
  font-family: Oswald;
  line-height: 1;
}

.p-faq-block__q > i:before {
  content: "";
  position: absolute;
  right: calc(100% - 5px);
  bottom: calc(100% - 13px);
  display: block;
  width: 0;
  height: 0;
  border-width: 13px 5px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #fff;
  transform: rotate(-45deg);
}

.p-faq-block__q > span {
  display: block;
  padding: clamp(8px, .34694px + 2.04082vw, 16px) 0;
}

.p-faq-block__a {
  position: relative;
  z-index: 1;
  display: none;
  margin-top: -16px;
  transform: translateX(17.5%);
}

@media screen and (max-width: 1120px) {
  .p-faq-block__a {
    transform: translateX(8.75%);
  }
}

@media screen and (max-width: 767px) {
  .p-faq-block__a {
    margin-top: -8px;
    transform: translateX(2.66667%);
  }
}

.p-faq-block__a > div {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  outline: none;
  border: 0;
  border-radius: 10px;
  background: #fff;
  text-align: left;
  font-size: clamp(14px, 12.08673px + .5102vw, 16px);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-faq-block__a > div > i {
  position: relative;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  aspect-ratio: 1 / 1;
  margin-right: .5em;
  padding-bottom: .2em;
  border-radius: 50%;
  background: #595959;
  color: #fff;
  font-style: normal;
  font-size: clamp(30px, 20.43367px + 2.55102vw, 40px);
  font-family: Oswald;
  line-height: 1;
}

.p-faq-block__a > div > i:before {
  content: "";
  position: absolute;
  top: calc(100% - 13px);
  left: calc(100% - 5px);
  display: block;
  width: 0;
  height: 0;
  border-width: 13px 5px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #595959;
  transform: rotate(-45deg);
}

.p-faq-block__a > div > span {
  display: block;
  padding: clamp(8px, .34694px + 2.04082vw, 16px) 0;
}

/* ============================================================= *

company

* ============================================================= */
/* p-company-action
============================== */
.p-company-action {
  max-width: 810px;
  margin: 0 auto;
}

.p-company-action__image {
  max-width: 600px;
  margin: 0 auto;
}

.p-company-action__image:not(:last-child) {
  margin-bottom: 32px;
}

.p-company-action__image:not(:first-child) {
  margin-top: 32px;
}

.p-company-action__text {
  line-height: 1.9375;
}

.p-company-action__sign {
  margin-top: 2.5em;
  text-align: right;
}

/* p-company-action-productivity
============================== */
.p-company-action-productivity {
  padding: 32px;
  border-radius: 10px;
  background: #fff;
}

.p-company-action-productivity__image {
  max-width: 458px;
  margin: 0 auto;
}

.p-company-action-productivity__text {
  margin-top: 1.5em;
  padding-top: 1.25em;
  border-top: 1px solid;
  line-height: 1.9375;
}

/* ============================================================= *

recruit

* ============================================================= */
/* p-recruit-block
============================== */
.p-recruit-block__body {
  margin-top: 1em;
  text-align: center;
  font-size: clamp(14px, 8.2602px + 1.53061vw, 20px);
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-recruit-block__body {
    text-align: left;
  }
}

.p-recruit-block__foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  max-width: 1020px;
  margin: clamp(25px, -2.74235px + 7.39796vw, 54px) auto 0;
}

@media screen and (max-width: 767px) {
  .p-recruit-block__foot {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

/* ============================================================= *

environment

* ============================================================= */
/* p-environment-fig
=============================== */
.p-environment-fig {
  margin: 0 auto;
  color: #b28146;
  line-height: 2;
}

.p-environment-fig__inner {
  position: relative;
  position: relative;
  padding: 10rem 0;
}

.p-environment-fig__inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  background: #fff;
  transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
  .p-environment-fig__inner:before {
    width: 1024px;
  }
}

@media screen and (max-width: 767px) {
  .p-environment-fig__inner:before {
    width: 109.32945%;
  }
}

.p-environment-fig sub {
  display: inline-block;
  font-size: 65%;
}

.p-environment-fig:before, .p-environment-fig:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  background-size: contain;
  background-repeat: repeat-x;
}

.p-environment-fig:before {
  top: 10px;
  background-image: url(/environment/direction/common/img/bgHeaderTop.gif);
  background-position: center top;
}

.p-environment-fig:after {
  bottom: 10px;
  background-image: url(/environment/direction/common/img/bgHeaderBottom.gif);
  background-position: center bottom;
}

.p-environment-fig__head {
  padding: 0 0 1em;
  color: #6eb92b;
  text-align: center;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-environment-fig__head {
    font-size: 2.2rem;
  }
}

.p-environment-fig__frame {
  position: relative;
  padding: 1.4em;
  background: #eff7e4;
  font-size: 1.125em;
}

.p-environment-fig__frame em {
  display: block;
  font-size: 1.16667em;
}

.p-environment-fig__body {
  max-width: 55em;
  margin: 0 auto;
  padding: 0;
  background: url(/environment/direction/common/img/character_img01.jpg) left bottom no-repeat;
}

.p-environment-fig__body dl {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 560px) {
  .p-environment-fig__body dl {
    display: block;
  }
}

.p-environment-fig__body dt {
  display: table-cell;
  width: 6em;
  padding-bottom: 5px;
}

.p-environment-fig__body dt:before {
  content: "\25a0";
}

@media screen and (max-width: 560px) {
  .p-environment-fig__body dt {
    display: block;
  }
}

.p-environment-fig__body dd {
  display: table-cell;
  text-align: justify;
  text-justify: auto;
}

@media screen and (max-width: 560px) {
  .p-environment-fig__body dd {
    display: block;
  }
}

.p-environment-fig__body dd p {
  margin-bottom: 8px;
}

.p-environment-fig__body dd ol {
  padding-left: 1.5em;
}

.p-environment-fig__body dd li {
  margin-bottom: 5px;
  list-style: decimal;
  list-style-position: outside;
}

.p-environment-fig__title {
  margin-bottom: 2em;
  background: url(/environment/direction/common/img/bg_policyTitle.gif) center center repeat-x;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}

@media screen and (max-width: 767) {
  .p-environment-fig__title {
    background-size: auto 3px;
  }
}

.p-environment-fig__title span {
  display: inline-block;
  padding: 0 15px;
  background: #fff;
}

.p-environment-fig__sign {
  padding-bottom: 15px;
  text-align: right;
}

/* p-environment-ayatorii
=============================== */
.p-environment-ayatorii {
  width: 100%;
  margin-top: 8rem;
  padding: 4rem;
  border: .8rem solid #f8689c;
  border-radius: 2.4rem;
  background: #fff;
  text-align: center;
  font-size: 1.6rem;
}

.p-environment-ayatorii__head {
  margin-bottom: 2rem;
}

.p-environment-ayatorii__image {
  display: flex;
  justify-content: center;
}

.p-environment-ayatorii__text {
  font-weight: bold;
  line-height: 1.8;
}

.p-environment-ayatorii__text > p:not(:first-child) {
  margin-top: 1.8em;
}

.p-environment-ayatorii__text em {
  color: #e50012;
}

.p-environment-ayatorii__text i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.8em;
  height: 1.8em;
  border-radius: 50%;
  color: #fff;
  font-style: normal;
}

.p-environment-ayatorii__text i.a01 {
  background: #e50012;
}

.p-environment-ayatorii__text i.ya02 {
  background: #038b39;
}

.p-environment-ayatorii__text i.to03 {
  background: #ff9d0a;
}

.p-environment-ayatorii__text i.rii04 {
  background: #059b9d;
}

.p-environment-ayatorii__foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
  padding: 3rem;
  border: 4px solid var(--border-color);
  background: #fff;
}

.p-environment-ayatorii__foot > p {
  max-width: 100%;
}

.p-environment-ayatorii__foot > p:not(:last-child) {
  margin-bottom: 2rem;
}

.p-environment-ayatorii__button {
  display: block;
  width: 30em;
  max-width: 100%;
  padding: 2rem;
  border-radius: 10px;
  background: #f8689c;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.8rem;
  transition: opacity .3s;
}

.p-environment-ayatorii__button:hover {
  opacity: .7;
}

/* ============================================================= *

Privacy

* ============================================================= */
body[data-id=privacy] {
  --privacy-font-size: 1.5rem;
}

/* p-privacy-introduction
=============================== */
.p-privacy-introduction {
  margin-bottom: 3em;
  padding: 2em;
  background: var(--bg-color-dark);
  font-size: var(--privacy-font-size);
}

/* p-privacy-lead
=============================== */
.p-privacy-lead {
  margin-bottom: 2.5em;
  padding-bottom: 2em;
  border-bottom: 2px solid var(--border-color);
  font-size: var(--privacy-font-size);
  line-height: 2;
}

/* p-privacy-main
=============================== */
.p-privacy-main {
  counter-reset: privacy-main;
  word-break: break-all;
  font-size: var(--privacy-font-size);
}

.p-privacy-main__item {
  counter-increment: privacy-main;
  position: relative;
  padding-left: 1.78571em;
}

.p-privacy-main__item + .p-privacy-main__item {
  margin-top: calc(-1em * var(--line-space) + 3.28571em);
  margin-bottom: calc(-1em * var(--line-space));
}

.p-privacy-main__title {
  font-weight: bold;
}

.p-privacy-main__title:before {
  content: counter(privacy-main) ".";
  position: absolute;
  top: 0;
  left: 0;
}

/* p-privacy-sub
=============================== */
.p-privacy-sub {
  counter-reset: privacy-sub;
  margin-top: 1em;
}

.p-privacy-sub__item {
  counter-increment: privacy-sub;
  position: relative;
  margin-left: 2em;
}

.p-privacy-sub__item + .p-privacy-sub__item {
  margin-top: .25em;
}

.p-privacy-sub__item:first-child:last-child {
  margin-left: 0;
}

.p-privacy-sub__item:first-child:last-child:before {
  content: none;
}

.p-privacy-sub__item:before {
  content: counter(privacy-sub, lower-roman) ".";
  position: absolute;
  top: 0;
  left: -2.5em;
  width: 1.42857em;
  text-align: right;
}

/* p-privacy-detail
=============================== */
.p-privacy-detail {
  margin: .75em 0 1.25em;
}

.p-privacy-detail._with-border {
  padding: 1.5em;
  border: 1px solid var(--border-color);
}

.p-privacy-detail .p-privacy-detail {
  margin-top: 1em;
}

.p-privacy-detail .p-privacy-detail:last-child {
  margin-bottom: 0;
}

.p-privacy-detail__head:before {
  content: "\25cf";
}

/* p-privacy-sign
=============================== */
.p-privacy-sign {
  margin-top: 6rem;
  text-align: right;
  font-size: var(--privacy-font-size);
}

/* p-privacy-banner
=============================== */
.p-privacy-banner {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}

.p-privacy-banner a {
  transition: all .3s ease-out;
}

.p-privacy-banner a:hover {
  opacity: .7;
}

/* p-privacy-article
=============================== */
.p-privacy-article {
  font-size: var(--privacy-font-size);
}

.p-privacy-article:not(:first-child) {
  margin-top: 6rem;
}

.p-privacy-article__head {
  margin-bottom: 1.5em;
  padding-bottom: .75em;
  border-bottom: 2px solid var(--border-color);
  font-weight: bold;
  font-size: 1.125em;
}

.p-privacy-article__body + .p-privacy-article__body {
  margin-top: 2em;
}

.p-privacy-article__subhead {
  margin-bottom: 1em;
  font-weight: bold;
}

.p-privacy-article__subbody {
  font-size: .875em;
}

.p-privacy-article__subbody > *:not(:first-child) {
  margin-top: 1.5em;
}

.p-privacy-article__subbody > ul > li {
  display: flex;
}

.p-privacy-article__subbody > ul > li:not(:first-child) {
  margin-top: .5em;
}

.p-privacy-article__subbody > ul > li:before {
  content: "\30fb";
}

/* ============================================================= *

terms

* ============================================================= */
/* block
=============================== */
.p-terms-block:not(:first-child) {
  margin-top: 5rem;
  padding-top: 4.5rem;
  border-top: 1px solid var(--border-color);
}

.p-terms-block__head {
  margin-bottom: 4rem;
  font-weight: bold;
  font-size: 1.25em;
}

.p-terms-block__body {
  font-size: .9375em;
}

/* text
=============================== */
.p-terms-text {
  margin-top: calc(-1em * var(--line-space));
  margin-bottom: calc(-1em * var(--line-space));
  line-height: var(--line-height);

  --line-height: 2;
  --line-space: (var(--line-height) - 1)/2;
}

.p-terms-text + .p-terms-text {
  margin-top: 2em;
}

/* plugin
=============================== */
.p-terms-plugin {
  margin-top: 1.46667em;
  border: 1px solid var(--border-color);
  background: #fff;
}

.p-terms-plugin__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.33333em;
  text-decoration: none;
  transition: all .3s ease-out;
}

.p-terms-plugin__link:hover {
  opacity: .7;
}

@media screen and (max-width: 560px) {
  .p-terms-plugin__link {
    flex-direction: column;
  }
}

.p-terms-plugin__logo {
  margin: 0 1em 0 0;
}

@media screen and (max-width: 560px) {
  .p-terms-plugin__logo {
    margin: 0 0 1em 0;
  }
}

/* ssl
=============================== */
.p-terms-ssl {
  margin-top: 3.21429em;
  padding: 2em 1.5em;
  border: 1px solid var(--border-color);
  background: #fff;
  font-size: .93333em;
}

.p-terms-ssl__head {
  font-weight: bold;
}

.p-terms-ssl__block:not(:first-child) {
  margin-top: 1.78571em;
}

.p-terms-ssl__item {
  margin-top: calc(-1em * var(--line-space) + 2em);
  margin-bottom: calc(-1em * var(--line-space));
  padding-left: 1em;
}

.p-terms-ssl__item > p {
  position: relative;
  margin-bottom: .5em;
}

.p-terms-ssl__item > p:before {
  content: "\30fb";
  position: absolute;
  top: 0;
  left: -1em;
}

.p-terms-ssl__item > ul > li a {
  position: relative;
  display: inline-block;
  padding-left: 1em;
}

.p-terms-ssl__item > ul > li a:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}

.p-terms-ssl__foot {
  margin-top: 2.28571em;
}

/* p-privacy-main
=============================== */
.p-solicitation-list {
  word-break: break-all;
  font-size: var(--privacy-font-size);
}

.p-solicitation-list__item + .p-solicitation-list__item {
  margin-top: calc(-1em * var(--line-space) + 3.28571em);
  margin-bottom: calc(-1em * var(--line-space));
}

.p-solicitation-list__title {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 560px) {
.p-solicitation-list__title {
  font-size: 15px;
}
}

.p-solicitation-inner-list {
  margin-top: 1em;
}

.p-solicitation-inner-list li {
  text-indent: -2em;
  padding-left: 2em;
}

.p-solicitation-inner-list li:not(:first-child) {
  margin-top: .25em;
}

.p-solicitation-signature {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 3em;
}


.p-usedcar-section .COMMON-UCAR-search {
  background: #fff;
  border: 1px solid #ccc;
}

.p-usedcar-section .COMMON-UCAR-search-block-more {
  background: #fff;
  border: 1px solid #ccc;
  border-top-color: #fff;
}

.p-usedcar-section .COMMON-UCAR-search-block-more:after {
  background: #fff;
  border-right: 1px solid #ccc;
}

.p-usedcar-section .COMMON-UCAR-search-item__body select {
  border: 1px solid #ccc;
}

.p-usedcar-section .COMMON-UCAR-list-card {
  background: #fff;
}

@media screen and (max-width: 560px) {
  .p-usedcar-section .COMMON-UCAR-detail-contact-container .COMMON-UCAR-detail-contact__body {
    font-size: 12px;
  }
}

.p-usedcar-section .COMMON-UCAR-detail-contact-container {
  bottom: 1%;
}

@media screen and (max-width: 767px) {
  .p-usedcar-section .COMMON-UCAR-detail-contact-container .COMMON-UCAR-detail-contact {
    width: 88%;
  }
}

.p-usedcar-section .COMMON-UCAR-detail-data__body {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-usedcar-section .COMMON-UCAR-detail-data__item {
  align-items: stretch;
}

.p-usedcar-section .COMMON-UCAR-detail-shop {
  background: #fff;
}

.p-usedcar-section .COMMON-UCAR-detail-cartrim td {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-usedcar-section .COMMON-UCAR-detail-cartrim td {
    background: inherit;
  }
}
@media screen and (max-width: 767px) {
  .p-usedcar-section .COMMON-UCAR-detail-cartrim td > ul > li {
    background: #fff;
  }
}

.p-usedcar-section .COMMON-UCAR-detail-header {
  background: #fff;
}


/* Mut-holidays
=============================== */
.Mut-holidays[data-hansha-cd="36088011"]{
  font-size: 18px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .Mut-holidays[data-hansha-cd="36088011"]{
    font-size: 14px;
  }
}