@charset "utf-8";

/* insert hero text style */

.hero .hero-text.career.l-wrap {
  padding: 0 335px;
}

/* driver-rank styles */
/* .driver-rank .l-wrap {
  padding: 0 335px;
} */
.driver-rank .gradient-background {
  position: absolute;
  background: linear-gradient(
    90deg,
    rgba(208, 247, 235, 1) 0%,
    rgba(255, 233, 195, 1) 100%
  );
  height: 250%;
  left: 90px;
  z-index: -2;
  margin-top: -666px;
  right: 0;
}
.driver-rank .driver-rank-container-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding: 50px 0 150px;
}
.driver-rank .driver-rank-container {
  /* display: flex;
  flex-direction: column; */
  position: relative;
  padding: 0 335px;
}
.driver-rank .driver-rank-container .number {
  position: absolute;
  background-color: #22203c;
  color: #fff;
  /* font-family: var(--font-hand); */
  padding: 5px 15px 15px 15px;
  border-radius: 0 5px 0 5px;
  font-size: 38px;
  transform: translate(-50%, -50%);
}
.driver-rank .driver-rank-container .number::after {
  content: "";
  position: absolute;
  width: 161px;
  height: 1.5px;
  left: 7px;
  bottom: -42px;
  background-color: #fff;
  transform: rotate(315deg);
  transform-origin: left center;
  margin-top: 5px;
}

.driver-rank .driver-rank-container .rank {
  display: flex;
  width: 100%;
  padding: 50px;
  gap: 40px;
  background-color: #fff;
  align-self: flex-end;
}
.driver-rank .driver-rank-container .rank img {
  max-width: 424px;
  object-fit: cover;
  height: auto;
  border-radius: 0 30px 5px 30px;
}
.driver-rank .driver-rank-container .rank .text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.driver-rank .driver-rank-container .rank .text .title {
  font-size: 40px;
  font-weight: 700;
}
.driver-rank .driver-rank-container .rank .text .desc {
  font-size: 18px;
}
@media (max-width: 1690px) {
  .hero .hero-text.career.l-wrap {
    padding: 0px 180px;
  }
  .driver-rank .driver-rank-container {
    padding: 0 180px;
  }
}
@media (max-width: 1440px) {
  .hero .hero-text.career.l-wrap {
    padding: 0px 120px;
  }
  .driver-rank .driver-rank-container {
    padding: 0 120px 0 150px;
  }
  .driver-rank .gradient-background {
    left: 50px;
  }
}

@media (max-width: 1024px) {
  .hero .hero-text.career.l-wrap {
    padding: 0px 60px;
  }
  .driver-rank .driver-rank-container {
    padding: 0 60px 0 90px;
  }
  .driver-rank .gradient-background {
    left: 0;
    margin-top: -400px;
    height: 250%;
  }
  .driver-rank .driver-rank-container-list {
    gap: 60px;
  }
  .driver-rank .driver-rank-container .rank {
    gap: 20px;
  }
  .driver-rank .driver-rank-container .rank img {
    max-width: 50%;
  }
  .driver-rank .driver-rank-container .rank .text {
    width: 50%;
  }

  .driver-rank .driver-rank-container .number {
    font-size: 32px;
    padding: 5px 12px 12px 12px;
  }
  .driver-rank .driver-rank-container .number::after {
    width: 130px;
    bottom: -35px;
  }
  .driver-rank .driver-rank-container .rank .text .title {
    font-size: 32px;
  }
  .driver-rank .driver-rank-container .rank .text .desc {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .hero-text.career h2 {
    letter-spacing: -4px;
  }
  .hero .hero-text.career.l-wrap {
    padding: 0 20px;
  }
  .driver-rank .gradient-background {
    left: 0;
    margin-top: -400px;
    height: 300%;
  }
  .driver-rank .l-wrap {
    padding: 0 20px;
  }
  .driver-rank .driver-rank-container {
    padding: 0 15px 0 30px;
  }
  .driver-rank .driver-rank-container-list {
    gap: 40px;
    padding: 30px 0 80px;
  }
  .driver-rank .driver-rank-container .rank {
    width: 100%;
    padding: 30px 25px;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .driver-rank .driver-rank-container .number {
    font-size: 21px;
    padding: 4px 10px 10px 10px;
  }
  .driver-rank .driver-rank-container .number::after {
    display: none;
  }
  .driver-rank .driver-rank-container .rank .text {
    width: 100%;
    text-align: left;
  }
  .driver-rank .driver-rank-container .rank .text .title {
    font-size: 24px;
  }
  .driver-rank .driver-rank-container .rank .text .desc {
    font-size: 15px;
    line-height: 1.6;
  }
  .driver-rank .driver-rank-container .rank img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .driver-rank .gradient-background {
    left: 0;
    margin-top: -350px;
    height: 300%;
  }
  .hero-text-content.career {
    margin-top: 100px;
  }
}



.strength-message {
  position: relative;
}
.strength-message .strength-message-bg {
  background: linear-gradient(
    90deg,
    rgba(208, 247, 235, 1) 0%,
    rgba(255, 233, 195, 1) 100%
  );
  z-index: -1;
  position: absolute;
  right: 0;
  height: 100%;
  left: 90px;
}
.strength-message .l-wrap {
  padding-top: 100px;
  padding: 0 90px 0 140px;
}
.strength-message .message-content {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  gap: 40px;
  align-items: flex-end;
  padding: 50px 0 150px;
}
.strength-message .image-section {
  width: 50%;
}
.strength-message .image-section img {
  width: 870px;
  height: auto;
}

.strength-message .text-section {
  width: 50%;
}

.strength-message .message-title {
  font-size: 200px;
  line-height: 235px;
  font-weight: 400;
  font-family: var(--font-en);
  color: #fff;
  opacity: 0.6;
}

.strength-message .japanese-text {
  font-size: 36px;
  font-weight: 700;
  margin-top: -17px;
}

.strength-message .highlight-text {
  font-size: 44px;
  font-weight: 700;
}

.strength-message .description {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  padding: 30px 0 50px;
  letter-spacing: -1px;
}

.strength-message .mobile-image {
  display: none;
}

.strength-message .button-container {
  display: flex;
  gap: 33px;
}

.strength-message .btn {
  width: 50%;
  height: 90px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 5px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.strength-message .btn-primary,
.strength-message .btn-secondary {
  transition: background-color 0.3s ease, transform 0.2s ease,
    box-shadow 0.3s ease;
}
.strength-message .btn-primary:hover,
.strength-message .btn-secondary:hover {
  background-color: #189b73;
  box-shadow: 0 4px 8px rgba(29, 182, 135, 0.3);
}
.strength-message .btn-primary {
  background: #1db687;
  color: white;
}

.strength-message .btn-secondary {
  background: #1db687;
  color: white;
}

.strength-message .btn:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.strength-message .btn::after {
  content: "→";
  position: absolute;
  right: 30px;
  font-size: 20px;
}
@media (max-width: 1790px) {
  .strength-message .message-title {
    font-size: 150px;
  }
}

@media (max-width: 1440px) {
  .strength-message .l-wrap {
    padding: 0 80px;
  }
  .strength-message .button-container {
    gap: 25px;
    flex-direction: column;
  }
  .strength-message .strength-message-bg {
    left: 50px;
  }
  .strength-message .message-content {
    align-items: center;
    padding: 0 0 130px;
  }
  .strength-message .btn {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .strength-message .l-wrap {
    padding: 0 40px;
  }
  .strength-message .image-section img {
    width: 550px;
  }
  .strength-message .highlight-text {
    font-size: 34px;
  }
  .strength-message .japanese-text {
    font-size: 26px;
  }
  .strength-message .description {
    font-size: 16px;
    padding: 30px 0;
  }

  .strength-message .btn {
    font-size: 16px;
  }
  .strength-message .strength-message-bg {
    left: 0;
  }
  .strength-message .message-content {
    flex-direction: column;
    gap: 30px;
  }
  .strength-message .image-section {
    width: 100%;
    display: none;
  }.strength-message .text-section {
    width: 100%;
  }
  .strength-message .mobile-image {
    display: block;
    margin: 20px 0 40px;
  }
  .strength-message .mobile-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

/* Tablet - 769px to 1024px */
@media (max-width: 768px) {
  .strength-message .l-wrap {
    padding: 0 15px;
  }
  
  .strength-message .message-title {
    font-size: 100px;
    line-height: 115px;
    text-align: left;
  }
  .strength-message .highlight-text {
    font-size: 30px;
    text-align: left;
  }
  .strength-message .japanese-text {
    font-size: 24px;
    text-align: left;
  }
  .strength-message .description {
    font-size: 15px;
    padding: 40px 0 50px;
    text-align: left;
  }
  .strength-message .button-container {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .highlight-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .strength-message .btn {
    width: 100%;
    height: 60px;
    font-size: 16px;
  }
  .strength-message .message-content {
    padding: 25px 0 90px;
  }
    .strength-message .mobile-image {
    margin: 10px 0 40px;
  }
}

@media (max-width: 480px) {
  .strength-message .message-title {
    font-size: 75px;
    line-height: 100px;
  }
  .strength-message .highlight-text {
    font-size: 24px;
  }
  .strength-message .japanese-text {
    font-size: 18px;
    margin: 5px 0;
  }
  .strength-message .description {
    font-size: 15px;
    padding: 20px 0;
  }
  .strength-message .mobile-image img {
    max-width: 100%;
  }
  .strength-message .btn {
    font-size: 16px;
  }
  .strength-message .btn::after {
    right: 20px;
    font-size: 14px;
  }
}


.voice {
  background-color: #fff;
}
.voice .l-wrap {
  padding: 0 65px 0 100px;
}
.voice .voice-content {
  display: flex;
  gap: 37px;
  padding: 150px 0;
}
.voice .voice-content .voice-title {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.voice .voice-content .voice-title h2 {
  font-size: 200px;
  line-height: 150px;
  font-weight: 400;
  font-family: var(--font-en);
  background: linear-gradient(to right, #b5f1de 0%, #fedc9f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.voice .voice-content .voice-title .title-desc {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.voice .voice-content .voice-title .title-desc p {
  background-color: #22203c;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}
.voice .voice-content .voice-title .title-desc h3 {
  font-size: 44px;
  font-weight: 700;
}
.voice .voice-content .voice-items {
  display: flex;
  gap: 5px;
}
.voice .voice-content .voice-items .item {
  width: 411px;
  position: relative;
}
.voice .voice-content .voice-items .item-content {
  display: flex;
  flex-direction: column;
  width: 368px;
}
.voice .voice-content .voice-items .item-content .read-more {
  width: 164px;
  position: absolute;
  display: flex;
  justify-content: space-between;
  color: #1db687;
  bottom: 10px;
  right: 0;
}
.voice .voice-content .voice-items .item-content img {
  width: 350px;
  height: auto;
}
.voice .voice-content .voice-items .item-content .title {
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  margin: 15px 0;
  margin-left: 10px;
}
.voice .voice-content .voice-items .item-content .desc {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
  line-height: 30px;
}
.voice .voice-content .voice-items .item-content .read-more .text {
  position: relative;
  font-size: 16px;
}
.voice .voice-content .voice-items .item-content .read-more .text::after {
  position: absolute;
  bottom: -33px;
  left: 0;
  content: "";
  background-image: url("/images/line.svg");
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 32px;
}

/* Base grid layout */
.voice .voice-content .voice-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}

.voice .voice-content .voice-items .item {
  width: 100%;
  position: relative;
}

.voice .voice-content .voice-items .item-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.voice .voice-content .voice-items .item-content img {
  width: 100%;
  height: auto;
}
@media (max-width: 1700px) {
  .voice .l-wrap {
    padding: 0 40px 0 60px;
  }
  .voice .voice-content .voice-title h2 {
    font-size: 160px;
    line-height: 120px;
  }
  .voice .voice-content .voice-title .title-desc p {
    font-size: 20px;
  }
  .voice .voice-content .voice-title .title-desc h3 {
    font-size: 36px;
  }
  .voice .voice-content {
    gap: 30px;
    padding: 120px 0;
  }
  .voice .voice-content .voice-items .item-content .read-more {
    width: 115px;
  }
}

/* Laptop (1024px to 1440px) */
/* @media (max-width: 1440px) {
  .voice .voice-content .voice-title h2 {
    font-size: 140px;
    line-height: 120px;
  }
  .voice .voice-content .voice-title .title-desc p {
    font-size: 18px;
  }
  .voice .voice-content .voice-title .title-desc h3 {
    font-size: 30px;
  }
  .voice .voice-content .voice-items {
    gap: 20px;
  }
  .voice .voice-content .voice-items .item-content .title {
    font-size: 18px;
    line-height: 35px;
  }
} */

/* Tablet (768px to 1024px) */
@media (max-width: 1440px) {
  .voice .l-wrap {
    padding: 0 30px 0 40px;
  }
  .voice .voice-content {
    flex-direction: column;
    gap: 50px;
    padding: 100px 0;
  }
  .voice .voice-content .voice-title {
    align-items: center;
    gap: 30px;
  }
  .voice .voice-content .voice-title h2 {
    font-size: 120px;
    line-height: 90px;
    text-align: center;
  }
  .voice .voice-content .voice-title .title-desc {
    text-align: center;
  }
  .voice .voice-content .voice-title .title-desc p {
    font-size: 18px;
    padding: 8px 16px;
  }
  .voice .voice-content .voice-title .title-desc h3 {
    font-size: 32px;
  }
  .voice .voice-content .voice-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .voice .voice-content .voice-items .item-content .read-more {
    width: 140px;
  }
}

/* Mobile (480px to 768px) */
@media (max-width: 1024px) {
  .voice .l-wrap {
    padding: 0 20px;
  }
  .voice .voice-content {
    padding: 80px 0;
    gap: 40px;
  }
  .voice .voice-content .voice-title {
    align-items: flex-start;
  }
  .voice .voice-content .voice-title h2 {
    font-size: 80px;
    line-height: 60px;
  }
  .voice .voice-content .voice-title .title-desc p {
    font-size: 16px;
    padding: 6px 12px;
  }
  .voice .voice-content .voice-title .title-desc h3 {
    font-size: 28px;
  }
  .voice .voice-content .voice-items {
    padding: 0 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .voice .voice-content .voice-items .item-content .title {
    font-size: 16px;
    line-height: 32px;
  }
  .voice .voice-content .voice-items .item-content .desc {
    font-size: 14px;
    line-height: 26px;
  }
}

/* Smaller than mobile (320px to 480px) */
@media (max-width: 768px) {
  .voice .l-wrap {
    padding: 0 15px;
  }
  .voice .voice-content .voice-title {
    gap: 10px;
  }
  .voice .voice-content .voice-title .title-desc {
    gap: 5px;
  }
  .voice .voice-content {
    padding: 60px 0;
    gap: 40px;
  }
  .voice .voice-content .voice-title h2 {
    font-size: 88px;
    line-height: 100px;
  }
  .voice .voice-content .voice-title .title-desc p {
    font-size: 17px;
    padding: 5px 10px;
  }
  .voice .voice-content .voice-title .title-desc h3 {
    font-size: 26px;
  }
  .voice .voice-content .voice-items {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .voice .voice-content .voice-items .item-content .title {
    font-size: 18px;
    line-height: 28px;
    margin: 12px 0;
  }
  .voice .voice-content .voice-items .item-content .desc {
    font-size: 14px;
    line-height: 22px;
    margin-left: 0;
  }

  .voice .voice-content .voice-items .item-content .read-more {
    width: 120px;
    align-items: center;
  }
  .voice .voice-content .voice-items .item-content .read-more .text {
    font-size: 14px;
  }
  .voice .voice-content .voice-items .item-content .read-more .arrow {
    font-size: 10px;
  }
  .voice .voice-content .voice-items .item-content .read-more .text::after {
    display: none;
  }
  .voice .voice-content .voice-items .item-content .read-more::after {
    position: absolute;
    bottom: -33px;
    left: 0;
    content: "";
    background-image: url("/images/line.svg");
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 32px;
  }
}

@media (max-width: 425px) {
     .voice .voice-content .voice-items .item-content .read-more {
    width: 90px;
    align-items: center;
  }
  .voice .voice-content .voice-items .item-content img {
    height: 280px;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0 15px 2.5px 15px;
  }
}

