@charset "UTF-8";

/* mv */
@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.p-mv {
  position: relative;
}
.splide__list {
  min-height: 600px;
}
.splide__slide {
  overflow: hidden;
  position: relative;
}
.splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  display: block;
}
.splide__slide.is-active img {
  animation: zoomIn 5s linear forwards;
}
.splide__slide img.mv01 {
  object-position: left center;
}
.p-mv .text-box {
  position: absolute;
  top: 0px;
  padding-top: 150px;
  padding-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-mv .mv-logo {
  width: 180px;
}
.p-mv .text-box .text {
  margin-bottom: 30px;
}
.p-mv .text-box p {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 4px;
  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);
}
.p-mv .mv-br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-mv .text-box {
    justify-content: flex-end;
    row-gap: 20px;
  }
  .p-mv .mv-logo {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv .text-box {
    height: 95%;
  }
  .p-mv .text-box .text {
    margin-bottom: 0px;
  }
  .p-mv .text-box p {
    font-size: 6.7vw;
  }
  .p-mv .mv-br {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .splide__list {
    width: 100%;
    height: 75dvh;
    min-height: 450px;
  }
  .p-mv .mv-logo {
    width: 130px;
  }
}
@media screen and (max-width: 430px) {
  .p-mv .mv-logo {
    width: 100px;
  }
}

/* lead */
@media screen and (max-width: 767px) {
  .c-lead p br {
    display: none;
  }
  .c-lead.section {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}

/* about */
.p-about.layout01::before {
  background-position: 30% center;
}
.p-about .layout-inner {
  padding-top: 100px;
}
.p-about .img-area {
  display: flex;
}
.p-about .text-box {
  position: relative;
}
.p-about h2 {
  font-size: 70px;
  line-height: 1.2;
  margin-bottom: 40px;
}
.p-about .text-area p {
  font-size: 26px;
  font-weight: bold;
}
.p-about .text-box .img-area {
  position: relative;
  bottom: -130px;
  column-gap: 30px;
}
@media screen and (max-width: 1024px) {
  .p-about .layout-inner {
    max-height: 500px;
  }
  .p-about h2 {
    font-size: 50px;
  }
  .p-about .text-area p {
    font-size: 22px;
  }
  .p-about .text-box .img-area {
    column-gap: 10px;
  }
}
@media screen and (max-width: 900px) {
  .p-about .text-area p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-about .layout-inner {
    max-height: 350px;
  }
  .p-about h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .p-about .text-area p {
    font-size: 18px;
  }
  .p-about .text-box .img-area {
    position: relative;
    bottom: -70px;
  }
}
@media screen and (max-width: 600px) {
  .p-about.layout01::before {
    position: relative;
    display: block;
    width: 100%;
    height: 350px;
  }
  .p-about .layout-inner {
    flex-direction: column;
    justify-content: center;
    max-height: initial;
    padding-top: 20px;
  }
  .p-about .layout-inner .text-box {
    width: 100%;
    padding: 0;
  }
  .p-about .text-box .img-area {
    padding-top: 30px;
    bottom: 0;
  }
}
@media screen and (max-width: 430px) {
  .p-about h2 {
    font-size: 32px;
  }
  .p-about.layout01::before {
    height: 250px;
  }
}

/* aboutの下のテキスト */
.p-about-bt {
  padding-top: 30px;
}
.p-about-bt .img-text-box {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-about-bt {
    padding-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-about-bt .img-text-box {
    width: 100%;
  }
}

/* reason */
.p-reason {
  background-color: #000;
  color: #fff;
  margin-bottom: 0;
}
.p-reason .t-2::before {
  content: "Reasons why we continue to be chosen";
  color: rgba(255, 255, 255, 0.2);
}
.p-reason .list02,
.p-reason .list05 {
  background-color: rgb(44, 42, 42);
}
.p-reason .img-area {
  position: relative;
}
.p-reason .en-area {
  position: absolute;
  bottom: 0px;
  background-color: rgb(0, 0, 0, 0.7);
  width: 100%;
  padding: 5px 20px;
}
.p-reason .grid32 .list {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-reason .list02,
.p-reason .list05 {
  background-color: rgb(44, 42, 42);
}
.p-reason .list02 .en-area,
.p-reason .list05 .en-area {
  background-color: rgb(59, 57, 57, 0.75);
}
.p-reason .en-area p {
  font-size: 22px;
}
.p-reason .en-area .number {
  font-size: 36px;
}
.p-reason .text-area {
  padding: 20px 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 20px;
  flex-grow: 1;
}
.p-reason .text-box h3 {
  font-size: 24px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}
.p-reason .btn-area .btn {
  color: #000;
}
.p-reason .btn-area .btn:hover {
  background-color: #a5a5a5;
}
.p-reason .btn-area .btn:hover::after {
  border-color: #000;
}
@media screen and (max-width: 1200px) {
  .p-reason .text-box h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .p-reason .grid32 {
    grid-template-columns: repeat(2, 3fr);
  }
  .p-reason .en-area p {
    font-size: 20px;
  }
  .p-reason .en-area .number {
    font-size: 28px;
  }
  .p-reason .list02 .en-area,
  .p-reason .list06 .en-area {
    background-color: rgb(59, 57, 57, 0.75);
  }
  .p-reason .text-box h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-reason .t-2::before {
    content: "Reasons why we \A continue to be chosen";
    white-space: pre-wrap;
    display: block;
    text-align: center;
    top: 15%;
  }
  .p-reason .grid32 {
    row-gap: 0;
    column-gap: 0;
  }
  .p-reason .en-area {
    padding: 5px 10px;
  }
  .p-reason .text-area {
    padding: 15px 15px 20px;
  }
  .p-reason .en-area .number {
    font-size: 24px;
  }
  .p-reason .en-area p {
    font-size: 16px;
  }
  .p-reason .text-box h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .p-reason {
    padding-bottom: 40px;
  }
  .p-reason .grid32 {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    max-width: 330px;
    margin: 0 auto;
  }
  .p-reason .en-area p {
    font-size: 16px;
  }
  .p-reason .text-box h3 {
    padding-bottom: 6px;
    margin-bottom: 10px;
  }
}

/* worry */
.p-worry {
  padding-top: 0;
  margin-bottom: 0;
}
.p-worry .t-2::before {
  content: "Imported cars";
  color: rgb(20, 20, 20, 0.2);
}
.p-worry .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 40px;
  border: 2px solid rgb(145, 145, 145);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  column-gap: 20px;
}
.p-worry .box {
  list-style: none;
}
.p-worry .box li {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.p-worry .box li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #000;
}
@media screen and (max-width: 1024px) {
  .p-worry .box li {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-worry .t-2::before {
    top: 15%;
  }
  .p-worry .content {
    padding: 25px;
  }
  .p-worry .box li {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 600px) {
  .p-worry .box li {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .p-worry .box li::before {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 430px) {
  .p-worry .content {
    display: flex;
    flex-direction: column;
  }
}

/* service */
.p-service .grid32 {
  column-gap: 40px;
  row-gap: 50px;
}
.p-service .list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-service .list04,
.p-service .list05,
.p-service .list06 {
  justify-content: flex-start;
}
.p-service .img-area {
  margin-bottom: 5px;
}
.p-service .text-box {
  margin-bottom: 10px;
}
.p-service h3 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .p-service .grid32 {
    column-gap: 20px;
    row-gap: 50px;
  }
  .p-service h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .p-service .grid32 {
    display: flex;
    flex-direction: column;
    max-width: 330px;
    margin: 0 auto;
  }
}

/* t-area */
.p-t-area {
  background-color: rgb(204, 204, 204, 0.3);
  padding: 30px 0;
}
.p-t-area h3 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-t-area h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 430px) {
  .p-t-area h3 {
    font-size: 18px;
  }
}

/* review */
.p-review {
  margin-bottom: 0;
}
.p-review .title-area {
  margin-bottom: 50px;
}
.p-review .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.p-review .list {
  padding: 0 20px;
}
.p-review .list:not(:first-child) {
  border-left: 2px solid #e40011;
}
.p-review .img-area {
  margin-bottom: 20px;
}
.p-review .img-area img {
  height: 100px;
  width: auto;
}
@media screen and (max-width: 1024px) {
  .p-review .img-area {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-review .content {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }
  .p-review .list {
    display: grid;
    grid-template-columns: 20% 1fr;
    padding-bottom: 20px;
    column-gap: 10px;
    padding: 0 0 20px;
  }
  .p-review .list:not(:first-child) {
    border-left: none;
  }
  .p-review .list:not(:last-child) {
    border-bottom: 2px solid #e40011;
  }
  .p-review .img-area {
    text-align: center;
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-review .list {
    display: flex;
    flex-direction: column;
  }
  .p-review .img-area {
    margin-bottom: 10px;
    justify-content: center;
  }
  .p-review .text-area p {
    font-size: 12px;
  }
}
@media screen and (max-width: 430px) {
  .p-review .title-area {
    margin-bottom: 20px;
  }
}
