@charset "UTF-8";
.top-fv {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: min(56vw, 760px);
  min-height: 600px;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.35) 44%, rgba(0, 0, 0, 0) 78%), url("../images/top-fv.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.top-fv__cta {
  display: none;
}

.top-fv__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateY(-30px);
}

.top-fv__title {
  margin: 0;
  color: #fff;
  font-size: clamp(52px, 5vw, 72px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.05em;
}

.top-fv__subtitle {
  margin-top: 32px;
  color: #fff;
  font-size: clamp(22px, 1.7vw, 30px);
  font-weight: 500;
  line-height: 1.8;
}

.top-section-line {
  display: block;
  width: 72px;
  height: 3px;
  margin-top: 22px;
  background: #ff8809;
  transform-origin: left center;
}

.top-section-line--white {
  background: #ff8809;
}

@media screen and (max-width: 767px) {
  .top-section-line {
    width: 56px;
    height: 2px;
    margin-top: 18px;
  }
}
/* ========================================
   Strength
======================================== */
.top-strength {
  padding: 56px 0 72px;
  background: #fff;
}

.top-strength__list {
  display: flex;
}

.top-strength__item {
  flex: 1;
  text-align: center;
  padding: 0 32px;
}

.top-strength__item:not(:last-child) {
  border-right: 1px solid #d9d9d9;
}

.top-strength__icon {
  width: 72px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.top-strength__title {
  margin-top: 28px;
  font-size: clamp(22px, 1.8vw, 24px);
  font-weight: 700;
  color: #111;
  line-height: 1.5;
}

.top-strength__en {
  margin-top: 16px;
  color: #ff8809;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

/* ========================================
   TOP FV Tablet
======================================== */
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .top-fv {
    height: 620px;
    min-height: 620px;
    background-position: 58% center;
  }
  .top-fv__inner {
    padding-left: 48px;
    transform: translateY(-16px);
  }
  .top-fv__title {
    font-size: clamp(42px, 5.8vw, 58px);
    line-height: 1.4;
  }
  .top-fv__subtitle {
    margin-top: 24px;
    font-size: clamp(18px, 2.4vw, 24px);
    line-height: 1.8;
  }
}
/* ========================================
   TOP FV Smartphone
======================================== */
@media screen and (max-width: 767px) {
  .top-fv {
    height: calc(100svh - 72px);
    min-height: 560px;
    max-height: 720px;
    align-items: flex-start;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.48) 36%, rgba(0, 0, 0, 0.18) 62%, rgba(0, 0, 0, 0.62) 100%), url("../images/top-fv.webp");
    background-position: 77% center;
  }
  .top-fv__inner {
    width: 100%;
    height: 100%;
    padding: 52px 24px 32px;
    transform: none;
    justify-content: flex-start;
    position: relative;
  }
  .top-fv__title {
    font-size: clamp(34px, 9.4vw, 44px);
    line-height: 1.55;
  }
  .top-fv__subtitle {
    margin-top: 22px;
    font-size: clamp(14px, 3.8vw, 17px);
    line-height: 1.8;
  }
  .top-fv__cta {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .top-fv__cta-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 54px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    transition: 0.3s;
  }
  /* メインCTA */
  .top-fv__cta-button--recruit {
    background: #ff771d;
    color: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  }
  /* サブCTA */
  .top-fv__cta-button--contact {
    background: rgba(255, 255, 255, 0.92);
    color: #222;
    backdrop-filter: blur(8px);
  }
  .top-fv__cta-button:active {
    transform: scale(0.98);
  }
}
/* ========================================
   Strength Responsive
======================================== */
@media screen and (max-width: 1024px) {
  .top-strength {
    padding: 48px 0 56px;
  }
  .top-strength__list {
    flex-wrap: wrap;
  }
  .top-strength__item {
    flex: 0 0 50%;
    padding: 40px 24px;
  }
  .top-strength__item:nth-child(2n) {
    border-right: none;
  }
  .top-strength__item:nth-child(n+3) {
    border-top: 1px solid #d9d9d9;
  }
  .top-strength__icon {
    width: 68px;
  }
  .top-strength__title {
    margin-top: 24px;
    font-size: 22px;
  }
  .top-strength__en {
    margin-top: 12px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .top-strength {
    padding: 28px 0 36px;
  }
  .top-strength__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .top-strength__item {
    padding: 24px 12px;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
  }
  /* 右側は縦線なし */
  .top-strength__item:nth-child(2n) {
    border-right: none;
  }
  /* 下2つは下線なし */
  .top-strength__item:nth-child(n+3) {
    border-bottom: none;
  }
  .top-strength__icon {
    width: 64px;
    padding: 12px;
    background: #fff6ef;
    border-radius: 50%;
  }
  .top-strength__title {
    margin-top: 14px;
    font-size: 17px;
    line-height: 1.45;
  }
  .top-strength__en {
    margin-top: 6px;
    font-size: 11px;
    letter-spacing: 0.08em;
  }
}
/* ========================================
   Top Vehicles
======================================== */
.top-vehicles {
  padding: 72px 0;
  background: #f5f5f5;
}

.top-vehicles__inner {
  display: grid;
  grid-template-columns: 260px 1fr;
  align-items: center;
  gap: 56px;
}

.top-vehicles__label {
  margin: 0;
  color: #ff8809;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.top-vehicles__title {
  margin-top: 40px;
  font-size: clamp(28px, 2.4vw, 36px);
  font-weight: 700;
  color: #111;
  line-height: 1.5;
}

.top-vehicles__text {
  margin-top: 36px;
  font-size: 16px;
  font-weight: 600;
  color: #111;
  line-height: 2;
}

.top-vehicles__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 190px;
  height: 58px;
  margin-top: 40px;
  background: transparent;
  border: 1px solid #111;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}

.top-vehicles__button:hover {
  background: #111;
  color: #fff;
}

.top-vehicles__cards {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.top-vehicles-card {
  display: block;
  overflow: hidden;
  min-width: 0;
}

.top-vehicles-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 4/2.55;
  object-fit: cover;
}

.top-vehicles-card__body {
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: center;
  min-height: 112px;
  padding: 20px 28px;
  background: #000;
  color: #fff;
}

.top-vehicles-card__icon {
  width: 72px;
  height: auto;
}

.top-vehicles-card__title {
  margin: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
}

.top-vehicles-card__text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

/* ========================================
   Top Vehicles Responsive
======================================== */
/* Tablet */
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .top-vehicles {
    padding: 64px 0;
  }
  .top-vehicles__inner {
    display: block;
  }
  .top-vehicles__content {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "label button" "title button" "line button" "text button";
    align-items: center;
    column-gap: 32px;
    margin-bottom: 40px;
  }
  .top-vehicles__label {
    grid-area: label;
    font-size: 16px;
  }
  .top-vehicles__title {
    grid-area: title;
    margin-top: 24px;
  }
  .top-vehicles__content .top-section-line {
    grid-area: line;
    margin-top: 18px;
  }
  .top-vehicles__text {
    grid-area: text;
    margin-top: 20px;
  }
  .top-vehicles__button {
    grid-area: button;
    margin-top: 0;
  }
}
/* Smartphone */
@media screen and (max-width: 767px) {
  .top-vehicles {
    padding: 44px 0 56px;
  }
  .top-vehicles__inner {
    display: block;
  }
  .top-vehicles__content {
    display: block;
    margin-bottom: 32px;
  }
  .top-vehicles__title {
    font-size: 26px;
  }
  .top-vehicles__text {
    margin-top: 18px;
    font-size: 14px;
    line-height: 2;
  }
  .top-vehicles__button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 54px;
    margin-top: 28px;
    font-size: 15px;
  }
  .top-vehicles__cards {
    margin-top: 32px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .top-vehicles-card {
    border-radius: 3px;
  }
  .top-vehicles-card__image {
    aspect-ratio: 16/9;
  }
  .top-vehicles-card__body {
    grid-template-columns: 74px 1fr;
    min-height: 92px;
    padding: 18px 20px;
  }
  .top-vehicles-card__icon {
    width: 58px;
  }
  .top-vehicles-card__title {
    font-size: 18px;
  }
  .top-vehicles-card__text {
    margin-top: 6px;
    font-size: 13px;
  }
}
/* ========================================
   Top Recruit
======================================== */
.top-recruit {
  padding: 72px 0;
  background: #000;
}

.top-recruit__inner {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  align-items: center;
  gap: 64px;
}

.top-recruit__label {
  margin: 0;
  color: #ff8809;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.top-recruit__title {
  margin-top: 40px;
  color: #fff;
  font-size: clamp(30px, 2vw, 36px);
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

.top-recruit__text {
  margin-top: 28px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

.top-recruit__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 210px;
  height: 58px;
  margin-top: 40px;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}

.top-recruit__button:hover {
  background: #fff;
  color: #000;
}

.top-recruit__image-wrap {
  max-width: 760px;
  justify-self: end;
}

.top-recruit__image {
  display: block;
  width: 100%;
  aspect-ratio: 16/8.4;
  object-fit: cover;
}

/* ========================================
   Top Recruit Responsive
======================================== */
/* Tablet */
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .top-recruit {
    padding: 64px 0;
  }
  .top-recruit__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .top-recruit__content {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "label button" "title button" "line button" "text button";
    align-items: center;
    column-gap: 32px;
  }
  .top-recruit__content .top-section-line {
    grid-area: line;
    margin-top: 18px;
  }
  .top-recruit__label {
    grid-area: label;
    font-size: 16px;
  }
  .top-recruit__title {
    grid-area: title;
    margin-top: 24px;
    font-size: 30px;
    white-space: nowrap;
  }
  .top-recruit__text {
    grid-area: text;
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.9;
  }
  .top-recruit__button {
    grid-area: button;
    margin-top: 0;
  }
  .top-recruit__image-wrap {
    max-width: none;
    justify-self: stretch;
  }
  .top-recruit__image {
    width: 100%;
    aspect-ratio: 16/7.5;
    object-fit: cover;
  }
}
/* Smartphone */
@media screen and (max-width: 767px) {
  .top-recruit {
    padding: 48px 0;
  }
  .top-recruit__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .top-recruit__label {
    font-size: 15px;
  }
  .top-recruit__title {
    margin-top: 20px;
    font-size: 24px;
    white-space: normal;
  }
  .top-recruit__text {
    font-size: 14px;
  }
  .top-recruit__button {
    width: 100%;
    height: 54px;
    margin-top: 28px;
  }
  .top-recruit__image {
    aspect-ratio: 16/10;
  }
}
/* ========================================
   Top News
======================================== */
.top-news {
  padding: 88px 0;
  background: #f5f5f5;
}

.top-news__inner {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 72px;
  align-items: start;
}

.top-news__label {
  margin: 0;
  color: #ff8809;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.top-news__title {
  margin-top: 40px;
  color: #111;
  font-size: clamp(28px, 2.4vw, 36px);
  font-weight: 700;
  line-height: 1.5;
}

.top-news__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 190px;
  height: 58px;
  margin-top: 40px;
  border: 1px solid #111;
  color: #111;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}

.top-news__button:hover {
  background: #111;
  color: #fff;
}

.top-news__list {
  width: 100%;
}

.top-news__item {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 100px 96px 1fr 24px;
  align-items: center;
  gap: 24px;
  padding: 22px 18px;
  border-bottom: 1px solid #d5d5d5;
  color: #111;
  text-decoration: none;
  transition: background 0.35s ease;
}

.top-news__item:first-child {
  border-top: 1px solid #d5d5d5;
}

.top-news__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #ff771d;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.35s ease;
}

.top-news__item:hover {
  background: #fff;
}

.top-news__item:hover::before {
  transform: scaleY(1);
}

.top-news__date {
  font-size: 14px;
  font-weight: 700;
}

.top-news__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  height: 34px;
  padding: 0 12px;
  background: #ff771d;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.top-news__post-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
  transition: transform 0.35s ease;
}

.top-news__item:hover .top-news__post-title {
  transform: translateX(6px);
}

.top-news__arrow {
  justify-self: end;
  font-size: 18px;
  font-weight: 700;
  transition: transform 0.35s ease;
}

.top-news__item:hover .top-news__arrow {
  transform: translateX(8px);
}

/* ========================================
   Top News Responsive
======================================== */
/* Tablet */
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .top-news {
    padding: 64px 0;
  }
  .top-news__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .top-news__content {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "label button" "title button" "line button";
    align-items: center;
    column-gap: 32px;
  }
  .top-news__content .top-section-line {
    grid-area: line;
    margin-top: 18px;
  }
  .top-news__label {
    grid-area: label;
    font-size: 16px;
  }
  .top-news__title {
    grid-area: title;
    margin-top: 24px;
  }
  .top-news__button {
    grid-area: button;
    margin-top: 0;
  }
  .top-news__item {
    grid-template-columns: 100px 96px 1fr;
    transition: none;
  }
  .top-news__item::before {
    display: none;
  }
  .top-news__item:hover {
    background: transparent;
  }
  .top-news__item:hover .top-news__post-title,
  .top-news__item:hover .top-news__arrow {
    transform: none;
  }
  .top-news__arrow {
    display: none;
  }
}
/* Smartphone */
@media screen and (max-width: 767px) {
  .top-news {
    padding: 48px 0;
  }
  .top-news__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .top-news__label {
    font-size: 15px;
  }
  .top-news__title {
    margin-top: 20px;
    font-size: 26px;
  }
  .top-news__button {
    width: 100%;
    height: 54px;
    margin-top: 28px;
    font-size: 15px;
  }
  .top-news__item {
    grid-template-columns: 1fr 24px;
    grid-template-areas: "date arrow" "category arrow" "title arrow";
    gap: 8px 16px;
    padding: 20px 0;
    overflow: visible;
    transition: none;
  }
  .top-news__item::before {
    display: none;
  }
  .top-news__item:hover {
    background: transparent;
  }
  .top-news__item:hover .top-news__post-title,
  .top-news__item:hover .top-news__arrow {
    transform: none;
  }
  .top-news__post-title,
  .top-news__arrow {
    transition: none;
  }
  .top-news__date {
    grid-area: date;
  }
  .top-news__category {
    grid-area: category;
    justify-self: start;
  }
  .top-news__post-title {
    grid-area: title;
    font-size: 14px;
  }
  .top-news__arrow {
    grid-area: arrow;
  }
}
/* ========================================
   Button Arrow
======================================== */
.top-vehicles__button i,
.top-news__button i,
.top-recruit__button i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.top-vehicles__button:hover i,
.top-news__button:hover i,
.top-recruit__button:hover i {
  transform: translateX(6px);
}/*# sourceMappingURL=top.css.map */