@charset "UTF-8";

/*--- 下層ページ　共通設定 ---*/
/* 共通 sub-mv */
.c-sub-mv {
  position: relative;
}
.c-sub-mv .img-area {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
}
.p-repair .c-sub-mv .img-area {
  background-image: url(..//images/sub/sub-mv-repair.jpg);
}
.p-inspection .c-sub-mv .img-area {
  background-image: url(..//images/sub/sub-mv-inspection.jpg);
}
.p-manufacturer .c-sub-mv .img-area {
  background-image: url(..//images/sub/sub-mv-manufacturer.jpg);
}
.p-scratches .c-sub-mv .img-area {
  background-image: url(..//images/sub/sub-mv-scratches.jpg);
}
.p-blog-topics .c-sub-mv .img-area,
.p-single .c-sub-mv .img-area {
  background-image: url(..//images/sub/sub-mv-repair.jpg);
}
/* メンテナンスブログの背景画像設定 */
.p-blog-archive .c-sub-mv .img-area {
  background-image: url(../images/sub/sub-mv-repair.jpg);
}
/* ブログ個別ページ専用の背景画像設定 */
.p-blog-detail .c-sub-mv .img-area {
  background-image: url(../images/sub/sub-mv-repair.jpg);
}
.c-sub-mv .text-box {
  position: absolute;
  bottom: 40%;
  color: #fff;
}
.c-sub-mv .sub-t {
  font-size: 46px;
  font-weight: bold;
}
.c-sub-mv .sub-t-en {
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .c-sub-mv .img-area {
    height: 400px;
  }
  .c-sub-mv .text-box {
    bottom: 30%;
  }
  .c-sub-mv .sub-t {
    font-size: 36px;
  }
  .c-sub-mv .sub-t-en {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-sub-mv .img-area {
    height: 300px;
  }
  .c-sub-mv .sub-t {
    font-size: 26px;
  }
  .c-sub-mv .sub-t-en {
    font-size: 14px;
  }
}
@media screen and (max-width: 430px) {
  .c-sub-mv .img-area {
    height: 250px;
  }
  .c-sub-mv .sub-t {
    font-size: 22px;
  }
  .c-sub-mv .sub-t-en {
    font-size: 12px;
  }
}

/* 共通 lead */
.c-lead {
  margin-bottom: 0;
  padding-bottom: 0;
}
.c-lead h2 {
  margin-bottom: 30px;
}
.c-lead .text {
  font-size: inherit;
  font-weight: initial;
  text-align: left;
}

/* 共通 lead2 */
.c-lead2 .bg-b {
  background-color: #000;
  margin-bottom: 30px;
  padding-top: 50px;
}
.c-lead2 .t-2 {
  color: #fff;
}
.c-lead2 .t-2::before {
  color: rgba(255, 255, 255, 0.2);
}
.c-lead2 .img-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .c-lead2 .bg-b {
    padding-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .c-lead2 .img-area {
    display: flex;
    flex-direction: column;
  }
}

/* 共通 lineup */
.c-lineup {
  margin-bottom: 0;
}

/* 共通 flow */
.c-flow .section-inner {
  padding: 0 20px;
}
.c-flow .inner-box {
  padding: 0 60px 60px;
  border: 3px solid #000;
}
.c-flow ul {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.c-flow ul li {
  display: grid;
  grid-template-columns: 130px 1fr;
  column-gap: 40px;
}
.c-flow ul li .icon-area {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .c-flow .inner-box {
    padding: 0 30px 40px;
  }
  .c-flow ul {
    row-gap: 25px;
  }
  .c-flow ul li {
    grid-template-columns: 100px 1fr;
    column-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-flow .inner-box {
    padding: 0 20px 30px;
  }
  .c-flow ul {
    row-gap: 20px;
  }
  .c-flow ul li {
    grid-template-columns: 70px 1fr;
    column-gap: 15px;
  }
  .c-flow ul li .icon-area {
    align-items: flex-start;
  }
}
@media screen and (max-width: 430px) {
  .c-flow .inner-box {
    padding: 0 10px 20px;
  }
  .c-flow .t-2 {
    padding: 30px 0 20px;
  }
  .c-flow ul li {
    grid-template-columns: 50px 1fr;
    column-gap: 10px;
  }
}

/*--- 車種ページ共通 ---*/
/* 車種共通 mv */
.p-porsche .c-sub-mv2 .img-area {
  background-image: url(..//images/sub/sub-mv-po.jpg);
}
.p-audi .c-sub-mv2 .img-area {
  background-image: url(..//images/sub/sub-mv-au.jpg);
}
.p-jaguar .c-sub-mv2 .img-area {
  background-image: url(..//images/sub/sub-mv-ja.jpg);
}
.p-landrover .c-sub-mv2 .img-area {
  background-image: url(..//images/sub/sub-mv-la.jpg);
}
.p-ferrari .c-sub-mv2 .img-area {
  background-image: url(..//images/sub/sub-mv-fe.jpg);
}
.c-sub-mv2 {
  position: relative;
  overflow: hidden;
}
.c-sub-mv2 .text-box {
  position: absolute;
  z-index: 10;
  bottom: 30%;
}
.c-sub-mv2 .sub-t-ja {
  font-size: 40px;
  font-weight: bold;
  text-shadow:
    2px 2px 10px rgba(0, 0, 0, 0.6),
    -2px 2px 10px rgba(0, 0, 0, 0.6),
    2px -2px 10px rgba(0, 0, 0, 0.6),
    -2px -2px 10px rgba(0, 0, 0, 0.6);
  line-height: 1;
}
.c-sub-mv2 .logo-wrapper {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  align-items: center;
}
.c-sub-mv2 .sub-t-en {
  font-size: 90px;
  font-weight: bold;
  text-shadow:
    2px 2px 10px rgba(0, 0, 0, 0.6),
    -2px 2px 10px rgba(0, 0, 0, 0.6),
    2px -2px 10px rgba(0, 0, 0, 0.6),
    -2px -2px 10px rgba(0, 0, 0, 0.6);
  line-height: 1.4;
}
.c-sub-mv2 .sub-t {
  font-size: 30px;
  font-weight: bold;
  text-shadow:
    2px 2px 10px rgba(0, 0, 0, 0.6),
    -2px 2px 10px rgba(0, 0, 0, 0.6),
    2px -2px 10px rgba(0, 0, 0, 0.6),
    -2px -2px 10px rgba(0, 0, 0, 0.6);
  line-height: 1.4;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  gap: 15px;
}
.c-sub-mv2 .sub-t-logo {
  height: 120px;
  width: auto;
  z-index: 2;
}
.c-sub-mv2 .sub-t::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% - 100% + 130px);
  margin-right: 20px;
  width: 100vw;
  height: 5px;
  background-color: #fff;
  transform: translateY(-50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 1);
  z-index: 1;
}
.c-sub-mv2 .seo-box {
  position: absolute;
  background-color: rgb(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  padding: 10px;
  bottom: 0;
  left: 0;
  width: 100%;
}
/* 車種 ランドローバー */
.p-landrover .c-sub-mv2 .sub-t::before {
  right: calc(100% - 100% + 220px);
}
/* 車種 フェラーリ */
.p-ferrari .c-sub-mv2 .sub-t::before {
  right: calc(100% - 100% + 160px);
}
@media screen and (max-width: 1024px) {
  .c-sub-mv2 .sub-t-ja {
    font-size: 26px;
  }
  .c-sub-mv2 .sub-t-en {
    font-size: 65px;
  }
  .c-sub-mv2 .sub-t {
    font-size: 24px;
    gap: 5px;
  }
  .c-sub-mv2 .sub-t-logo {
    height: 90px;
  }
  .c-sub-mv2 .sub-t::before {
    right: calc(100% - 100% + 110px);
  }
  .c-sub-mv2 .seo-box h2 {
    font-size: 14px;
  }
  /* 車種 ランドローバー */
  .p-landrover .c-sub-mv2 .sub-t::before {
    right: calc(100% - 100% + 180px);
  }
  /* 車種 フェラーリ */
  .p-ferrari .c-sub-mv2 .sub-t::before {
    right: calc(100% - 100% + 130px);
  }
}
@media screen and (max-width: 767px) {
  .c-sub-mv2 .img-area {
    height: 350px;
  }
  .c-sub-mv2 .sub-t-ja {
    font-size: 22px;
  }
  .c-sub-mv2 .sub-t-en {
    font-size: 50px;
  }
  .c-sub-mv2 .sub-t {
    font-size: 18px;
    gap: 5px;
  }
  .c-sub-mv2 .sub-t::before {
    right: calc(100% - 100% + 80px);
    height: 3px;
  }
  .c-sub-mv2 .sub-t-logo {
    height: 70px;
  }
  .c-sub-mv2 .seo-box h2 {
    font-size: 12px;
    letter-spacing: 1px;
  }
  /* 車種 ランドローバー */
  .p-landrover .c-sub-mv2 .sub-t::before {
    right: calc(100% - 100% + 130px);
  }
  /* 車種 フェラーリ */
  .p-ferrari .c-sub-mv2 .sub-t::before {
    right: calc(100% - 100% + 90px);
  }
}
@media screen and (max-width: 550px) {
  .p-landrover .c-sub-mv2 .seo-box h2 br {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .c-sub-mv2 .img-area {
    height: 350px;
  }
  .c-sub-mv2 .text-box {
    bottom: 30%;
  }
  .c-sub-mv2 .sub-t-ja {
    font-size: 16px;
  }
  .c-sub-mv2 .sub-t-en {
    font-size: 32px;
  }
  .c-sub-mv2 .sub-t {
    font-size: 14px;
  }
  .c-sub-mv2 .sub-t::before {
    right: calc(100% - 100% + 60px);
  }
  .c-sub-mv2 .sub-t-logo {
    height: 60px;
  }
  .c-sub-mv2 .seo-box h2 {
    line-height: 1.3;
    font-weight: initial;
  }
  .c-sub-mv2 .seo-box h2 br {
    display: none;
  }
  /* 車種 ランドローバー */
  .p-landrover .c-sub-mv2 .sub-t::before {
    right: calc(100% - 100% + 100px);
  }
  /* 車種 フェラーリ */
  .p-ferrari .c-sub-mv2 .sub-t::before {
    right: calc(100% - 100% + 70px);
  }
}
@media screen and (max-width: 390px) {
  .p-landrover .c-sub-mv2 .logo-wrapper {
    column-gap: 0px;
  }
  .c-sub-mv2 .sub-t-logo {
    height: 50px;
  }
}

/* 車種共通 select */
.c-select {
  background-color: #000;
  margin-top: 60px;
  padding-bottom: 60px;
}
.c-select .t-2 {
  color: #fff;
}
.c-select ul {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 40px;
}
.c-select ul li {
  background-color: #fff;
  border-left: 8px solid #e40012;
  padding: 0 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-select .number {
  font-size: 54px;
  color: #919191;
}
.c-select .t-4 {
  margin-bottom: 10px;
}
.c-select .img-area {
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  .c-select ul {
    column-gap: 20px;
    row-gap: 30px;
  }
  .c-select .t-4 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-select .number {
    font-size: 45px !important;
  }
  .c-select .text-area p {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .c-select ul {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }
  .c-select .number {
    font-size: 36px !important;
  }
}

/* 車種共通 pr */
.c-pr .t-3 {
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-pr {
    padding-top: 0;
  }
  .c-pr .t-3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 430px) {
  .c-pr .t-3 {
    font-size: 18px;
  }
}

/* 車種共通　flow2 */
.c-flow2 {
  background-color: rgb(145, 145, 145, 0.2);
  padding-bottom: 80px;
}
.c-flow2 .t-2::before {
  content: "Vehicle inspection process";
  color: rgb(0, 0, 0, 0.2);
}
.c-flow2 ul {
  display: grid;
  grid-template-columns: repeat(3, 3fr);
  column-gap: 30px;
  row-gap: 50px;
}
.c-flow2 h3 {
  font-size: 22px;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 5px;
}
.c-flow2 .img-area {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .c-flow2 h3 {
    font-size: 18px;
  }
  .c-flow2 ul li p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-flow2 ul {
    column-gap: 15px;
    row-gap: 30px;
  }
  .c-flow2 h3 {
    font-size: 16px;
  }
  .c-flow2 ul li p {
    font-size: 14px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 600px) {
  .c-flow2 ul {
    grid-template-columns: repeat(2, 4fr);
  }
}
@media screen and (max-width: 430px) {
  .c-flow2 .t-2::before {
    font-size: 24px;
  }
  .c-flow2 h3 {
    font-size: 13px;
  }
  .c-flow2 ul li p {
    font-size: 12px;
  }
}

/* 車種共通　overview */
.c-overview .t-3 {
  text-align: center;
  margin-bottom: 40px;
}
.c-overview h3 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-overview {
    padding-top: 0;
  }
  .c-overview h3 {
    margin-bottom: 30px;
  }
  .c-overview .text p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}

/* 車種共通　gallery */
.c-gallery .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .c-gallery .content {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

/* 車種共通　faq */
.c-faq .content {
  border: 2px solid #000;
  padding: 60px;
}
.c-faq .t-3 {
  text-align: center;
  margin-bottom: 40px;
}
.c-faq ul {
  list-style-type: disc;
  padding-left: 1em;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-faq .content {
    padding: 35px;
  }
  .c-faq .t-3 {
    margin-bottom: 20px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 430px) {
  .c-faq .content {
    padding: 25px;
  }
}

/*--- repairページ ---*/
/* repair lead */
.p-repair .c-lead .lead-text {
  margin-bottom: 10px;
}
.p-repair .c-lead .t-4 {
  margin-bottom: 20px;
}
.p-repair .c-lead .list-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding-top: 50px;
}
.p-repair .c-lead .list-area li {
  text-align: center;
  background-color: #919191;
  color: #fff;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1.4;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .p-repair .c-lead .list-area {
    gap: 25px;
  }
  .p-repair .c-lead .list-area li {
    font-size: 18px;
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-repair .c-lead .list-area {
    gap: 20px;
    padding-top: 30px;
  }
  .p-repair .c-lead .list-area li {
    font-size: 15px;
    letter-spacing: 1px;
    height: 80px;
  }
}
@media screen and (max-width: 500px) {
  .p-repair .c-lead .list-area {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    margin: 0 auto;
    gap: 15px;
  }
  .p-repair .c-lead .list-area li {
    height: 60px;
  }
}

/* repair lead2 */
.p-repair .c-lead2 .t-2::before {
  content: "Factory";
}
.p-repair .c-lead2 .t-4 {
  text-align: center;
  margin-bottom: 20px;
}
.p-repair .c-lead2 .img-area {
  flex-direction: column-reverse;
}
@media screen and (max-width: 360px) {
  .p-repair .ta-br {
    display: none;
  }
}

/* repair service */
.p-service {
  padding-top: 0;
}
.p-service .layout-inner {
  height: 450px;
}
.p-service .t-2 {
  text-align: left;
}
.p-service .t-2::before {
  content: "Service";
  color: rgba(0, 0, 0, 0.2);
  left: 0;
  transform: translate(25%, -50%);
}
.p-service .t-4 {
  margin-bottom: 30px;
}
.p-service .list01::before {
  background-image: url(..//images/sub/re-service01.jpg);
  background-position: left center;
}
.p-service .list-area {
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  gap: 20px;
  padding-top: 60px;
}
.p-service .list-area li {
  text-align: center;
  background-color: #919191;
  color: #fff;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1.4;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .p-service .t-2::before {
    transform: translate(0%, -50%);
  }
  .p-service .list-area li {
    height: 80px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-service .layout-inner {
    height: 400px;
  }
  .p-service .list-area {
    gap: 10px;
  }
  .p-service .list-area li {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .p-service .layout-inner {
    height: auto;
  }
  .p-service .list01::before {
    position: relative;
    display: block;
    width: 100%;
    height: 350px;
  }
  .p-service .layout-inner {
    flex-direction: column;
  }
  .p-service .layout-inner .text-box {
    width: 100%;
    padding: 20px 0;
  }
  .p-service .t-4 {
    margin-bottom: 20px;
  }
  .p-service .list-area {
    grid-template-columns: repeat(2, 4fr);
    padding-top: 0;
  }
  .p-service .list-area li {
    height: 60px;
  }
}
@media screen and (max-width: 430px) {
  .p-service .list01::before {
    height: 250px;
  }
}

/* repair message */
.p-message {
  padding-top: 0;
}
.p-message .wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 50px 0;
  background-color: #fff;
  overflow: hidden;
}
.p-message .wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: url(../images/sub/re-message.jpg) no-repeat center center / cover;
  z-index: 1;
}
.p-message .wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(75deg, transparent 45%, #e40012 0);
  z-index: 2;
}
.p-message .section-inner {
  position: relative;
  z-index: 3;
  width: 100%;
}
.p-message .content {
  display: grid;
  grid-template-columns: 52% 48%;
  color: #fff;
}
.p-message .content .t-4 {
  font-size: 24px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .p-message .wrapper {
    padding: 30px 0;
  }
  .p-message .content .t-4 {
    margin-bottom: 15px;
  }
  .p-message .content .t-4 br {
    display: none;
  }
  .p-message .text-area p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .p-message .content .t-4 {
    font-size: 20px;
  }
  .p-message .text-area p {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .p-message .wrapper::before {
    width: 100%;
    height: 60%;
  }
  .p-message .wrapper::after {
    background: linear-gradient(175deg, transparent 45%, #e40012 0);
  }
  .p-message .content {
    grid-template-columns: 1fr;
    grid-template-rows: 280px auto;
  }
}
@media screen and (max-width: 600px) {
  .p-message .content {
    grid-template-rows: 250px auto;
  }
  .p-message .wrapper::after {
    background: linear-gradient(175deg, transparent 40%, #e40012 0);
  }
}
@media screen and (max-width: 430px) {
  .p-message .content {
    grid-template-rows: 200px auto;
  }
  .p-message .wrapper::before {
    height: 35%;
  }
  .p-message .wrapper::after {
    background: linear-gradient(175deg, transparent 31%, #e40012 0);
  }
  .p-message .content .t-4 {
    font-size: 18px;
  }
}

/*--- inspectionページ ---*/
/* inspection lead2 */
.p-inspection .c-lead2 {
  background-color: #000;
  margin-top: 60px;
}
.p-inspection .c-lead2.layout01::before {
  left: initial;
  right: 0;
  background-image: url(../images/sub/in-lead02-03.jpg);
}
.p-inspection .c-lead2 .layout-inner {
  max-height: 600px;
  display: flex;
  flex-direction: column;
  width: 46%;
}
.p-inspection .c-lead2 .text-box {
  color: #fff;
  padding: 50px 0 30px;
  width: 100%;
}
.p-inspection .c-lead2 .t-4 {
  margin-bottom: 10px;
}
.p-inspection .c-lead2 .img-area2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 30px;
}
@media screen and (max-width: 1350px) {
  .p-inspection .c-lead2 .text-box {
    padding: 20px 0;
  }
  .p-inspection .c-lead2 .t-4 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-inspection .c-lead2 {
    margin-top: 40px;
  }
  .p-inspection .c-lead2.layout01::before {
    width: 100%;
    position: relative;
    height: 300px;
    display: block;
    background-position: bottom center;
  }
  .p-inspection .c-lead2 .layout-inner {
    width: 100%;
  }
  .p-inspection .c-lead2 .img-area2 {
    width: 100%;
    column-gap: 20px;
  }
}
@media screen and (max-width: 430px) {
  .p-inspection .c-lead2.layout01::before {
    height: 250px;
  }
}

/* inspection vehicle */
.p-vehicle .t-2::before {
  content: "Vehicle inspection";
  color: rgb(20, 20, 20, 0.2);
}
.p-vehicle ul {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.p-vehicle ul li {
  display: grid;
  grid-template-columns: 50% 45%;
  column-gap: 5%;
  background-color: #000;
  color: #fff;
  padding: 30px;
}
.p-vehicle ul li .img-area {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 250px;
}
.p-vehicle ul .list01 .img-area {
  background-image: url("../images/sub/in-vehicle01.jpg");
}
.p-vehicle ul .list02 .img-area {
  background-image: url("../images/sub/in-vehicle02.jpg");
}
.p-vehicle ul .list03 .img-area {
  background-image: url("../images/sub/in-vehicle03.jpg");
}
.p-vehicle ul .list02 {
  grid-template-columns: 45% 50%;
  background-color: #d7d7d7;
  color: #000;
}
.p-vehicle ul li .text-area {
  padding-top: 20px;
}
.p-vehicle ul li .t-4 {
  margin-bottom: 20px;
}
@media screen and (max-width: 1150px) {
  .p-vehicle ul li {
    padding: 30px;
    grid-template-columns: 50% 47%;
    column-gap: 3%;
  }
  .p-vehicle ul li .text-area {
    padding-top: 0px;
  }
  .p-vehicle ul li .t-4 {
    margin-bottom: 15px;
  }
  .p-vehicle ul li .t-4 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-vehicle ul li {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 20px;
  }
  .p-vehicle ul .list02 {
    flex-direction: column;
  }
}
@media screen and (max-width: 430px) {
  .p-vehicle ul li {
    padding: 20px;
  }
  .p-vehicle ul li .img-area {
    min-height: 170px;
  }
  .p-vehicle ul li .t-4 {
    margin-bottom: 10px;
  }
}

/* inspection item */
.p-item {
  background-color: rgb(145, 145, 145, 0.2);
  margin-bottom: 0;
}
.p-item ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 30px;
  list-style: none;
  padding: 0;
  padding-bottom: 60px;
}
.p-item ul li {
  break-inside: avoid;
  position: relative;
  padding-left: 1.2em;
  letter-spacing: 1px;
  line-height: 1.4;
}
.p-item li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 12px;
  height: 12px;
  background-color: #000;
}
.p-item .h-4 {
  color: #e40012;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-item ul {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
    gap: 5px;
  }
  .p-item .h-4 {
    margin-bottom: 10px;
  }
}

/* inspection documents */
.p-documents {
  margin-bottom: 0;
}
.p-documents .t-2::before {
  content: "Required documents";
  color: rgb(20, 20, 20, 0.2);
}
.p-documents ol {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 60px;
  padding-top: 30px;
  margin-bottom: 40px;
}
.p-documents ol li {
  font-weight: bold;
}
.p-documents ol li span {
  font-size: 50px;
  padding-right: 15px;
}
.p-documents .text-area {
  text-align: center;
}
.p-documents .text-area .red {
  color: #e40012;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 1300px) {
  .p-documents ol {
    column-gap: 10px;
  }
  .p-documents ol li span {
    font-size: 42px;
  }
  .p-documents .t-4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .p-documents ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
    row-gap: 20px;
    padding-top: 0;
  }
  .p-documents ol li {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(50% - 20px);
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .p-documents ol {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
  }
  .p-documents ol li {
    flex-basis: auto;
    width: 100%;
    max-width: 280px;
  }
  .p-documents ol li span {
    font-size: 32px;
  }
  .p-documents .t-4 {
    font-size: 22px;
  }
  .p-documents .text-area .red {
    font-size: 18px;
  }
}
@media screen and (max-width: 430px) {
  .p-documents ol {
    row-gap: 0;
    margin-bottom: 20px;
  }
  .p-documents ol li span {
    font-size: 26px;
  }
  .p-documents .t-4 {
    font-size: 18px;
  }
}

/*--- manufacturerページ ---*/
/* manufacturer lead */
.p-manufacturer .c-lead {
  background-color: #000;
  color: #fff;
}

/* manufacturer lineup */
.p-manufacturer .c-lineup {
  background-color: #000;
  margin-bottom: 0;
}
.p-manufacturer .c-lineup .grid32 {
  margin-top: 0;
  grid-template-columns: repeat(2, 3fr);
  color: #fff;
}
.p-manufacturer .c-lineup .btn-area .btn {
  color: #000;
}
.p-manufacturer .c-lineup a:hover .btn-area .btn {
  background-color: #a5a5a5;
}
.p-manufacturer .c-lineup a:hover .btn-area .btn::after {
  border-color: #000;
}

/* manufacturer map-area */
.p-map-area {
  margin-bottom: 0;
}
.p-map-area .t-3 {
  color: #e40012;
  margin-bottom: 10px;
}
.p-map-area .t-4 {
  margin-bottom: 30px;
}
.p-map-area .text-area {
  margin-bottom: 30px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .p-map-area .map-box iframe {
    height: 400px;
  }
  .p-map-area .t-4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-map-area .t-4 {
    margin-bottom: 20px;
  }
  .p-map-area .map-box iframe {
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  .p-map-area .t-3 .sp-br {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  .p-map-area .t-4 {
    font-size: 18px;
  }
}

/*--- scratchesページ ---*/
/* scratches lead2 */
.p-scratches .c-lead2 .t-2::before {
  content: "Bodywork painting";
}

/* scratches attitude */
.p-attitude {
  padding-top: 0;
  margin-top: 60px;
}
.p-attitude .content {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.p-attitude .list01::before {
  background-image: url(..//images/sub/sc-attitude01.jpg);
}
.p-attitude .list02::before {
  background-image: url(..//images/sub/sc-attitude02.jpg);
}
.p-attitude .list03::before {
  background-image: url(..//images/sub/sc-attitude03.jpg);
}
.p-attitude .layout-inner {
  height: 450px;
  align-items: flex-start;
}
.p-attitude .layout-inner .text-box {
  width: 47%;
  padding: 50px 0;
}
.p-attitude .t-4 {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .p-attitude .layout-inner {
    height: 350px;
  }
  .p-attitude .layout-inner .text-box {
    padding: 0;
  }
  .p-attitude .t-4 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-attitude .layout-inner {
    max-height: max-content;
  }
  .p-attitude .t-4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .p-attitude .layout01::before {
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
  }
  .p-attitude .layout-inner {
    flex-direction: column;
    justify-content: flex-start;
  }
  .p-attitude .layout-inner .text-box {
    width: 100%;
    padding-top: 15px;
  }
}
@media screen and (max-width: 430px) {
  .p-attitude .layout01::before {
    height: 200px;
  }
}
