.page-our-job .fv-background {
  width: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-7%, -26%) scale(1.5);
}
@media screen and (max-width: 768px) {
  .page-our-job .fv-background {
    transform: translate(-12%, 15%) scale(2.2);  }
}
/* Our Job Section======================================================= */
.about-job {
    background: var(--white);
    position: relative;
    overflow: hidden;
}

.about-job-container {
    /* max-width: 1080px; */
    margin: 0 auto;
    padding: 14.38rem 7vw 11.73rem;
  }

.about-job-content-wrapper {
    display: flex;
    flex-direction: column;
}
.about-job-content-inner {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}
.about-job-content {
    display: flex;
    flex-direction: column;
    gap: 3.12rem;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.driver .double-color-header {
  margin: 0 auto;
}
.driver .double-color-title {
  color: var(--white);
}
.driver .double-color-subtitle {
  color: var(--white);
}
.driver .double-color-title::before {
  content: 'DRIVER';
  -webkit-text-stroke: 0.47px var(--white);
}
.about-job-image {
  width: 37.5rem;
  height: 28.125rem;
  aspect-ratio: 4/3;
}

.about-job-image img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-job-job-content {
    flex: 1;
    color: var(--black);
    font-family: var(--font-noto-sans-jp);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 190%;
    letter-spacing: 0.0625rem;
    text-align: center;
}
/* .about-job-job-content-ttl {
    color: var(--lightblue);
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.5rem;
    letter-spacing: 0.09375rem;
    margin-top: 1.88rem;
    margin-bottom: 0.62rem;
}
.about-job-ttl-hash {
    color: var(--black);
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.5rem;
    letter-spacing: 0.09375rem;
} */

.about-job-job-content p {
    margin-bottom: 1.5rem;
}
.about-job-job-content ul {
    margin: 0 0 1.5rem 1.3rem;
}

.about-job-signature {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.about-job-title {
    color: var(--black);
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75rem;
}

.about-job-name {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--black);
    line-height: 1.75rem;
}

.about-job-decoration {
    position: absolute;
    right: 20%;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
}

.company-logo {
    width: 130%;
    height: auto;
    display: block;
}
.page-our-job-logistics-expert #fv .double-color-title,
.page-our-job-logistics-expert #driver .double-color-title {
  color: var(--white);
}
.page-our-job-logistics-expert .double-color-title {
  color: var(--primary-blue);
}
.page-our-job-logistics-expert #fv .ttl-divider {
  background: var(--lightblue);
}
.page-our-job-logistics-expert .ttl-divider {
  background: var(--primary-blue);
}
@media screen and (max-width: 1200px) {
    .about-job-image {
        width: 45%;
        height: auto;
    }
}
@media (max-width: 1024px) {

    .about-job-image {
        width: 25rem;
    }
    .about-job-description {
        text-align: center;
        font-size: 1.25rem;
        font-weight: 500;
        line-height: 1.75rem;
        color: var(--black);
        margin: 3.12rem 0 0;
    }

.about-job-decoration {
    top: 40%;
    right: -5%;
    bottom: 0%;
    width: 35%;
}
.about-job-container {
    padding: 6.25rem 7vw;
}
}

@media (max-width: 768px) {
    .about-job-headline {
        font-size: 1.3rem;
        margin: 30px 0 40px;
    }

    .about-job-content {
        flex-direction: column;
        align-items: center;
    }

    .about-job-image {
        width: 100%;
        max-width: 400px;
    }

    .about-job-message {
        width: 100%;
        padding-top: 0;
    }

    .about-job-signature {
        text-align: center;
        margin-top: 40px;
    }
    .about-job-job-content {
      font-weight: 350;
  }
}

@media (max-width: 480px) {
    .about-job-message {
        font-size: 0.9rem;
    }

    .about-job-message p {
        margin-bottom: 1.2rem;
    }

    .about-job-name {
        font-size: 1.1rem;
    }
}

/* Driverセクション======================================================= */
.driver {
  width: 100%;
  padding: 9.6rem 20px 11rem;
  background: #144C95;
  position: relative;
}

.role-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}


.role-tabs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
  max-width: 1100px;
  margin: 5rem auto 40px;

}

.role-tab {
  background-color: #FFF;
  border: 2px solid var(--primary-blue);
  padding: 1.3rem 1rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--primary-blue);
  font-family: var(--font-noto-sans-jp);
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  text-align: center;
}

.role-tab span {
  display: inline-block;
  border-bottom: 2px solid transparent;
  transition: border-bottom-color 0.3s ease;
}

@media (hover: hover) {
  .role-tab:hover span {
    border-bottom-color: var(--primary-blue);
  }
}

.role-tab.active {
  background-color: var(--primary-blue);
  color: #FFF;
  border-color: var(--white);
}

.role-tab.active span {
  border-bottom-color: transparent;
}

.role-content {
  background-color: #FFF;
  padding: 3.12rem 3.75rem 5rem;
  position: relative;
  min-height: 400px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  border-top: 7px solid var(--skyblue);
}

.role-tab-content {
  display: none;
}

.role-tab-content.active {
  display: block;
  animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.role-content-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-blue);
  font-family: var(--font-noto-sans-jp);
  text-align: center;
  position: relative;
  letter-spacing: 0.075rem;
}
.role-content-title-divider {
  margin-top: 1.56rem;
}
.role-content-title-divider svg {
  width: 100%;
  height: auto;
}
.role-content-items {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 3.4rem;
  padding: 0 6.5rem;
}

.role-content-item {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
}

.role-item-icon {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: var(--primary-blue);
  flex-shrink: 0;
  margin-top: 0.38rem;
}

.role-item-text h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--black);
  font-family: var(--font-noto-sans-jp);
  margin-bottom: 0.31rem;
  line-height: 1.5rem;
  letter-spacing: 0.075rem;
}

.role-item-text p {
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--black);
  line-height: 2.1375rem;
  letter-spacing: 0.0625rem;
}

.role-illustration {
  width: 9.0625rem;
  height: 3.61863rem;
  aspect-ratio: 145.00/57.90;
  margin-top: 40px;
  padding: 0 5.78rem;
}

.appeal-style-title {
  color: #005599;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 3px solid #005599;
  margin-bottom: 60px;
  font-size: 1.75rem;
}

.appeal-style-title::after {
  display: none;
}

.appeal-points-container {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 3.12rem;
}

.appeal-point {
  display: flex;
  align-items: center;
  gap: 60px;
}

.appeal-point.reverse {
  flex-direction: row-reverse;
}

.appeal-point-image {
  width: 23.4375rem;
  height: 16.5rem;
  aspect-ratio: 125/88;
  overflow: hidden;
}

.appeal-point-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.appeal-point-image.placeholder {
  background-color: #D8D8D8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.placeholder-content {
  text-align: center;
  font-size: 1.5rem;
  color: #666;
  line-height: 1.6;
}

.appeal-point-content {
  flex: 1;
}

.appeal-point-label {
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary-blue);
  letter-spacing: 0.0625rem;
  line-height: 1.12588rem;
  display: flex;
  align-items: baseline;
  gap: 3px;
}

.appeal-point-number {
  font-size: 1.5rem;
}

.appeal-point-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--primary-blue);
  line-height: 2.625rem;
  position: relative;
  margin-top: 1.56rem;
}

.appeal-point-title-line {
  display: block;
  margin-top: 0.5rem;
  width: 6.25rem;
  height: 0.3125rem;
  background-color: var(--primary-blue);
}

.appeal-point-text {
  font-size: 1.125rem;
  color: var(--black);
  line-height: 1.9;
  letter-spacing: 0.0625rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .role-content-items {
    padding: 0 3rem;
  }
  .role-illustration {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 768px) {
  .role-content-title-divider svg {
    padding: 0 1.25rem;
  }
}
/* サポートセクション======================================================= */
/* Supportセクション */
.support {
  width: 100%;
  padding: 80px 20px 100px;
  background-color: #F5F9FC;
}

.support-wrapper {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.support-header {
  text-align: center;
  margin-bottom: 70px;
}

.support-main-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #005599;
  margin-bottom: 15px;
  font-family: var(--font-noto-sans-jp);
}

.support-title-underline {
  width: 80px;
  height: 3px;
  background: linear-gradient(to right, transparent, #005599, transparent);
  margin: 0 auto;
  position: relative;
}

.support-title-underline::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #005599;
}

.support-content {
  display: flex;
  flex-direction: column;
  margin-top: 3.12rem;
}

.support-section {
  display: flex;
  align-items: center;
  gap: 5rem;
  padding: 3.12rem 0;
  margin: 0 3rem;
  border-bottom: 1px solid #AAAAAA;
}
.support-content .support-section:first-child {
  border-bottom: none;
}
.support-content .support-section:nth-child(3) {
  border-top: 1px solid #AAAAAA;
}

.support-icon-wrapper {
  width: 9.375rem;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;

}

.support-icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.support-text-wrapper {
  flex: 1;
}

.support-section-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--black);
  font-family: var(--font-noto-sans-jp);
  line-height: 1.5rem; /* 133.333% */
  letter-spacing: 0.09375rem;
}

.support-section-text {
  font-size: 1.125rem;
  color: var(--black);
  line-height: 1.9;
  letter-spacing: 0.0625rem;
  font-family: var(--font-noto-sans-jp);
  margin-top: 1.25rem;
  font-weight: 400;
}

.qualifications-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 3rem;
  position: relative;
  margin: 0 3.63rem 2.5rem;
  background: rgba(0, 63, 145, 0.05);
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
}

.qualifications-wrapper.active {
  display: flex;
}

.qualifications-title {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.09375rem;
  line-height: 1.8;
  color: var(--primary-blue);
  text-align: center;
  font-family: var(--font-noto-sans-jp);
}

.qualifications-content {
  display: flex;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  transition: max-height 0.3s ease, margin-top 0.3s ease;
}

.qualifications-wrapper.active .qualifications-content {
  max-height: 3000px;
  margin-top: 3.13rem;
}

.qualifications-list, .qualifications-list-license {
  width: auto;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0 auto;
}

.qualifications-list li, .qualifications-list-license li {
  font-size: 1.125rem;
  color: var(--black);
  line-height: 1.9;
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.qualifications-list .star-icon, .qualifications-list-license .star-icon {
  width: 1.375rem;
  height: 1.375rem;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  flex-shrink: 0;
}

.qualifications-images {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 3.12rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
} 

.qualifications-images img {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  box-sizing: border-box;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.close-button, .open-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 3.12rem auto 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* デフォルト状態：open-buttonを表示、close-buttonを非表示 */
.open-button {
  display: flex;
}

.close-button {
  display: none;
}

/* active状態：open-buttonを非表示、close-buttonを表示 */
.qualifications-wrapper.active .open-button {
  display: none;
}

.qualifications-wrapper.active .close-button {
  display: flex;
}
.qualifications-wrapper.active .qualifications-images{
  display: grid;
  margin-top: 3.12rem;
} 

@media (hover: hover) {
  .close-button:hover, .open-button:hover {
    opacity: 0.8;
  }
}


.close-icon, .open-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: var(--primary-blue);
  border-radius: 50%;
  position: relative;
}

.close-icon::before,
.close-icon::after,
.open-icon::before,
.open-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background-color: #FFF;
}

.close-icon::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.close-icon::after {
  display: none;
}

.open-icon::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.open-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.close-text, .open-text {
  font-size: 0.875rem;
  font-weight: 700;
  color: #005599;
  letter-spacing: 0.05em;
}


  /* レスポンシブデザイン======================================================= */

/* タブレット（1024px以下） */
@media (max-width: 1024px) {

  .driver {
    padding: 7rem 7vw 9rem;
  }

  .role-tabs {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .role-tab {
    padding: 1.3rem 1rem;
    font-size: 1rem;
  }

  .role-content {
    padding: 50px 60px;
  }

  .role-content-title {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }

  .role-item-text h4 {
    font-size: 1rem;
  }

  .role-item-text p {
    font-size: 0.9375rem;
    line-height: 1.6;
  }

  .appeal-points-container {
    gap: 70px;
  }

  .appeal-point {
    gap: 50px;
  }

  .appeal-point,
  .appeal-point.reverse {
    flex-direction: column;
  }

  .appeal-point-image {
    flex: 0 0 auto;
    width: 20.5625rem;
    height: 14.4375rem;
    order: 2;
  }

  .appeal-point-content {
    order: 1;
    width: 100%;
    padding: 0 1rem;
  }

  .appeal-point-title {
    font-size: 1.375rem;
  }

  .appeal-point-text {
    font-size: 0.9375rem;
  }

  .role-illustration {
    align-self: flex-end;
    padding: 0;
    padding-right: 0;
    margin-left: auto;
  }
  .support-content {
    margin-top: 0;
  }
  .qualifications-wrapper {
    margin: 0 0 2.5rem;
  }
  .qualifications-list, .qualifications-list-license {
    width: 85%;
    margin: 0;
  }
}

/* タブレット（768px以下） */
@media (max-width: 768px) {
  .driver {
    padding: 10rem 1.25rem 10rem;
  }

  .role-tabs {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2.12rem;
    row-gap: 0.88rem;
  }

  .role-tab {
    padding: 1.38rem 1rem;
    font-size: 1rem;
  }

  .role-content {
    padding: 3.12rem 1.25rem;
    min-height: 300px;
  }

  .role-content-title {
    font-size: 1.5rem;
    margin-bottom: 0;
  }

  .role-content-items {
    gap: 1.88rem;
    padding: 0;
  }

  .role-content-item {
    gap: 15px;
  }

  .role-item-text h4 {
    font-size: 1.25rem;
    margin-bottom: 0.94rem;
  }

  .role-item-text p {
    font-size: 1rem;
    line-height: 1.6;
  }

  .appeal-style-title {
    font-size: 1.5rem;
    padding-bottom: 15px;
    margin-bottom: 50px;
    border-bottom-width: 2px;
  }

  .appeal-points-container {
    gap: 60px;
  }

  .appeal-point,
  .appeal-point.reverse {
    flex-direction: column;
    gap: 30px;
  }

  .appeal-point-image {
    flex: 0 0 auto;
    width: 20.5625rem;
    height: 14.4375rem;
    order: 2;
  }

  .appeal-point-content {
    width: 100%;
    order: 1;
  }

  .appeal-point-title {
    font-size: 1.875rem;
  }

  .appeal-point-text {
    font-size: 1rem;
    line-height: 1.6;
  }

  .appeal-point-text br {
    display: none;
  }

  .role-item-icon {
    width: 1rem;
    height: 1rem;
    margin-top: 3px;
  }
  .qualifications-wrapper {
    padding: 2.5rem 0.63rem;
  }

  .qualifications-list li, .qualifications-list-license li {
    align-items: flex-start;
    line-height: 1.8;
  }
  .qualifications-list .star-icon, .qualifications-list-license .star-icon {
    margin-top: 0.5rem;
  }
}


/* Career Timeline Styles======================================================= */
.career-timeline {
  max-width: 900px;
  margin: 0 auto 3.12rem;
  padding-left: 40px;
  position: relative;
}

.career-timeline::before {
  content: '';
  position: absolute;
  left: 0.8rem;
  top: 1.5rem;
  bottom: 33rem;
  width: 3px;
  background-color: var(--primary-blue);
}

.career-timeline-item {
  position: relative;
  margin-bottom: 80px;
}

.career-timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-dot {
  position: absolute;
  left: -32px;
  top: 1.5rem;
  width: 0.875rem;
  height: 0.875rem;
  background-color: var(--primary-blue);
  border-radius: 50%;
  z-index: 1;
}

.timeline-content {
  padding-left: 20px;
  margin-top: 11.25rem;
}
.career-timeline-item:first-child .timeline-content {
  margin-top: 6.24rem;
}

.timeline-stage-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--primary-blue);
  line-height: 1.6;
  letter-spacing: 0.09375rem;
}

.timeline-stage-period {
  font-size: 1.5rem;
  color: var(--black);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.075rem;
  margin-top: 0.63rem;
}

.timeline-image {
  width: 100%;
  max-width: 800px;
  height: 300px;
  overflow: hidden;
  margin-top: 1.88rem;
}

.timeline-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.timeline-description {
  font-size: 1.125rem;
  color: var(--black);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.09375rem;
  margin-top: 3.12rem;
}

.timeline-qualifications {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 20px 5rem;
  margin-top: 1.87rem;
  justify-content: start;
}

.timeline-qualifications.single {
  grid-template-columns: 1fr;
}

.timeline-qual-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.timeline-qual-list li {
  font-size: 1.125rem;
  color: var(--black);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.0625rem;
  font-family: var(--font-noto-sans-jp);
}

.qual-note {
  font-size: 0.8125rem;
  color: var(--black);
}
@media screen and (max-width: 1024px) {
  .career-timeline::before {
    bottom: 32.5rem;
  }
}
/* Career Timeline Responsive */
@media (max-width: 768px) {
  .career-timeline {
    padding-left: 12px;
  }

  .career-timeline::before {
    left: 9px;
    top: 1rem;
    bottom: 28rem;
  }

  .timeline-dot {
    left: -9.5px;
    width: 16px;
    height: 16px;
    top: 1rem;
  }

  .timeline-content {
    padding-left: 15px;
    margin-top: 5rem;
  }

  .timeline-stage-title {
    font-size: 1.875rem;
  }

  .timeline-stage-period {
    font-size: 1.25rem;
  }

  .timeline-image {
    height: 220px;
    margin-bottom: 20px;
  }

  .timeline-description {
    font-size: 0.9375rem;
    margin:1.88rem 0;
  }

  .timeline-qualifications {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .timeline-qual-list {
    gap: 10px;
  }

  .timeline-qual-list li {
    font-size: 1rem;
  }

  .qual-note {
    font-size: 0.75rem;
  }
  .career-timeline-item:first-child .timeline-content {
    margin-top: 3.12rem;
  }
}

/* Person Styles */
.person-title {
  text-align: center;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 60px;
}

.person-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 900px;
  height: 1px;
  background: linear-gradient(to right, transparent, #AAA 20%, #AAA 80%, transparent);
}

.person-title::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #AAA;
  z-index: 1;
}

.person-layout {
  display: flex;
  align-items: center;
  gap: 80px;
  max-width: 1000px;
  margin: 3.12rem auto 0;
}

.person-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.1375rem;
  margin: 3.12rem 0;
}

.person-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.person-bullet {
  width: 16px;
  height: 16px;
  background-color: var(--primary-blue);
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 0.63rem;
}

.person-text {
  font-size: 1.125rem;
  color: var(--black);
  line-height: 1.8;
  font-family: var(--font-noto-sans-jp);
  font-weight: 700;
}

.person-image {
  flex: 0 0 450px;
  height: 340px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.person-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Person Responsive */
@media (max-width: 1024px) {
  .person-layout {
    margin-top: 0;
    flex-direction: column;
    gap: 0rem;
  }

  .person-list {
    order: 1;
    gap: 35px;
    width: 100%;
    padding: 0 1rem;
  }

  .person-image {
    order: 2;
    flex: 0 0 auto;
    width: 100%;
    max-width: 500px;
    height: 300px;
  }

  .person-text {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .person-title {
    padding-bottom: 25px;
    margin-bottom: 50px;
  }

  .person-layout {
    flex-direction: column;
    gap: 0px;
  }

  .person-list {
    order: 1;
    gap: 30px;
    width: 100%;
  }

  .person-image {
    order: 2;
    flex: 0 0 auto;
    width: 100%;
    max-width: 500px;
    height: 320px;
  }

  .person-text {
    font-size: 1.125rem;
    margin-top: -0.45rem;
    line-height: 1.5rem;
  }

  .person-bullet {
    width: 14px;
    height: 14px;
    margin-top: 0;
  }
  .person-item {
    gap: 10px;
  }
}

/* Day Styles */
.day-title {
  text-align: center;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.day-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 900px;
  height: 1px;
  background: linear-gradient(to right, transparent, #AAA 10%, #AAA 90%, transparent);
}

.day-title::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #AAA;
  z-index: 1;
}

.day-intro {
  text-align: center;
  margin: 6.24rem 0 3.12rem;
}

.day-intro p {
  font-size: var(--font-size-pc-p);
  line-height: 190%;
  color: var(--black);
  font-weight: 400;
  letter-spacing: 0.0625rem;
}

.day-timeline {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 100%;
  min-width: min-content;
  gap: 1.5rem;
  position: relative;
  background-color: #F5F5F5;
  margin: 0 auto 3.12rem;
  padding: 3.12rem 5rem;
}

.day-timeline::before {
  content: '';
  position: absolute;
  top: 30%;
  left: 57%;
  right: 60%;
  transform: translate(-60%, -60%);
  width: 70%;
  height: 3px;
  background-color: var(--primary-blue);
  z-index: 0;
}

.day-timeline .timeline-text:nth-child(1) {
  margin-top: 21.64px;
}

@media (min-width: 1201px) {
  .day-timeline {
    max-width: 1100px;
    margin: 0 auto 80px;
  }
}

.timeline-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.timeline-circle {
  width: 3.75rem;
  height: 3.75rem;
  background-color: var(--primary-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.timeline-label {
  text-align: center;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
}

.timeline-badge {
  color: var(--primary-blue);
  padding: 4px 16px 0px 16px;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 126%;
  letter-spacing: 0.00875rem;
  white-space: nowrap;
}

.timeline-text {
  font-size: 1.25rem;
  color: var(--black);
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
}

.day-movie-section {
  max-width: 100%;
  margin: 0;
}

@media (min-width: 1025px) {
  .day-movie-section {
    max-width: 900px;
    margin: 0 auto;
  }
}

.movie-header {
  text-align: center;
  margin-bottom: 20px;
}

.movie-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0056A0;
  letter-spacing: 0.1em;
  margin: 0 0 8px 0;
}

.movie-subtitle {
  font-size: 0.875rem;
  color: #666;
  margin: 0;
}

.movie-description {
  text-align: center;
  font-size: 1rem;
  color: var(--black);
  margin: 3.1rem 0;
  line-height: 1.8;
}
/* TODO動画を非公開にする際はコメントアウト解除 */
/* .movie-player {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  background-color: #000;
  color: var(--white); 
  font-size: 3.75rem;
} */

/* TODO動画が完成したらコメントアウト解除 */
.movie-player {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 56.25%;
  height: 0;
  aspect-ratio: 16/9;
}

.movie-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* Day Responsive */
@media (max-width: 1200px) {
  .day-timeline-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #F5F5F5;
    margin: 0 auto 3.12rem;
    padding: 3.12rem 5rem;
  }

  .day-timeline {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    position: relative;
    width: fit-content;
    background-color: transparent;
    margin: 0;
    padding: 0;
  }

  .day-timeline::before {
    display: none;
  }

  .day-timeline::after {
    content: '';
    position: absolute;
    left: 1.75rem;
    top: 1rem;
    bottom: 1.875rem;
    width: 3px;
    background-color: var(--primary-blue);
    z-index: 0;
  }

  .day-timeline .timeline-text:nth-child(1) {
    margin-top: 0;
  }

  .timeline-item {
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 1.5rem;
    position: relative;
    padding-left: 0;
  }
.timeline-item:nth-child(3) {
  margin-top: 1.5rem;
}
  .timeline-item:nth-child(6) {
    margin-top: 2rem;
  }
  

  .timeline-circle {
    width: 3.75rem;
    height: 3.75rem;
    font-size: 1.125rem;
    margin-bottom: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
  }

  .timeline-label {
    text-align: left;
    min-height: 3.75rem;
    align-items: flex-start;
    justify-content: center;
    flex: 1;
    gap: 0rem;
  }

  .timeline-item:nth-child(1) .timeline-label,
  .timeline-item:nth-child(4) .timeline-label,
  .timeline-item:nth-child(7) .timeline-label {
    margin-top: -0.875rem;
  }

  .timeline-text {
    font-size: 1.125rem;
    white-space: normal;
    margin: 0;
  }

  .timeline-badge {
    font-size: 0.6875rem;
    margin: 0;
    padding: 0rem;
  }

  .movie-title {
    font-size: 2rem;
  }

  .movie-time-label {
    font-size: 1.25rem;
    padding: 10px 20px;
  }
}

@media (max-width: 768px) {
  .day-title {
    padding-bottom: 25px;
    margin-bottom: 40px;
  }

  .day-title::after {
    width: calc(100% - 60px);
  }

  .day-intro {
    margin: 3.12rem 0;
  }

  /* .day-intro p {
    font-size: 0.9375rem;
  } */

  .day-timeline-wrapper {
    position: relative;
    padding: 3.12rem 1.5rem;
  }

  .day-timeline {
    padding: 3.12rem 1.5rem;
    margin-bottom: 60px;
    width: 100%;
  }

  .day-timeline::before {
    display: none;
  }
  .day-timeline::after {
    content: '';
    position: absolute;
    left: 3.25rem;
    top: 5rem;
    bottom: 3rem;
    width: 3px;
    background-color: var(--primary-blue);
    z-index: 0;
  }

  .timeline-item {
    gap: 1.25rem;
  }

  .timeline-circle {
    width: 3.75rem;
    height: 3.75rem;
    font-size: 1rem;
  }

  .timeline-label {
    min-height: 3.75rem;
    justify-content: center;
    gap: 0rem;
  }

  .timeline-badge {
    font-size: 0.6875rem;
    padding: 0px 3px;
    margin: 0;
  }

  .timeline-text {
    font-size: 1.375rem;
    margin: 0;
  }

  .movie-title {
    font-size: 1.75rem;
  }

  /* .movie-description {
    font-size: 0.9375rem;
    margin-bottom: 30px;
  } */

  .movie-time-label {
    top: 20px;
    left: 20px;
    font-size: 1.125rem;
    padding: 8px 16px;
  }
  /* TODO動画を非公開にする際はコメントアウト解除 */
  /* .movie-player {
    font-size: 1.125rem;
  } */
}

@media (max-width: 480px) {
  .day-title {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .day-title::after {
    width: calc(100% - 80px);
  }
/* 
  .day-intro {
    margin-bottom: 40px;
  }

  .day-intro p {
    font-size: 0.875rem;
    line-height: 1.7;
  } */

  .day-timeline-wrapper {
    position: relative;
  }

  .day-timeline {
    padding: 2.5rem 1rem;
    margin-bottom: 50px;
    border-radius: 6px;
  }

  .day-timeline::before {
    display: none;
  }

  .day-timeline::after {
    left: 2.75rem;
  }

  .timeline-item {
    gap: 1rem;
  }

  .timeline-text br {
    display: none;
  }

  .movie-title {
    font-size: 1.5rem;
  }

  .movie-subtitle {
    font-size: 0.8125rem;
  }

  /* .movie-description {
    font-size: 0.875rem;
    margin-bottom: 25px;
  } */

  .movie-time-label {
    top: 12px;
    left: 12px;
    font-size: 0.9375rem;
    padding: 6px 12px;
  }

  .play-button svg {
    width: 48px;
    height: 48px;
  }

  .movie-time {
    bottom: 12px;
    left: 12px;
    font-size: 0.75rem;
    padding: 3px 6px;
  }
}

/* FAQ Section */
.faq {
  background-color: #EEEEEE;
  padding: 10rem 7vw;
  position: relative;
}

.faq-container {
  max-width: 1100px;
  margin: 0 auto;
}

.faq-header {
  text-align: center;
  margin-bottom: 60px;
}

.faq-title {
  font-size: 4rem;
  font-weight: 700;
  color: #0056A0;
  font-family: var(--font-noto-sans-jp);
  letter-spacing: 0.15em;
  margin: 0 0 15px 0;
  line-height: 1;
}

.faq-subtitle {
  font-size: 0.9375rem;
  color: #666;
  font-family: var(--font-noto-sans-jp);
  letter-spacing: 0.1em;
  margin: 0 0 20px 0;
}

.faq-underline {
  width: 60px;
  height: 3px;
  background-color: #0056A0;
  margin: 0 auto;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 5rem;
}

.faq-item {
  background-color: white;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

@media (hover: hover) {
  .faq-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 1.25rem 1.88rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.3s ease;
}

.faq-q-label {
  font-size: var(--font-size-pc-p);
  font-weight: 700;
  color: var(--lightblue);
  line-height: 190%; /* 2.1375rem */
  letter-spacing: 0.03125rem;
  margin-bottom: 0.15rem;
}

.faq-q-text {
  flex: 1;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--black);
  line-height: 1.9;
  font-family: var(--font-noto-sans-jp);
}

.faq-toggle {
  font-size: 2rem;
  font-weight: 300;
  color: #0056A0;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

.faq-answer-inner {
  display: flex;
  gap: 15px;
  padding: 1.25rem 1.88rem;
  padding-top: 25px;
}

.faq-a-label {
  font-size: var(--font-size-pc-p);
  color: var(--orange);
  font-weight: 700;
  line-height: 190%; /* 2.1375rem */
  letter-spacing: 0.03125rem;
  margin-top: -0.15rem;
}

.faq-a-text {
  flex: 1;
  font-size: 0.9375rem;
  color: #333;
  line-height: 1.8;
  margin: 0;
  font-family: var(--font-noto-sans-jp);
}

/* Support Responsive */
@media (max-width: 1024px) {
  .support-section {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin: 0 0;
  }

  .support-text-wrapper {
    display: contents;
  }

  .support-section-title {
    order: 1;
    text-align: center;
  }

  .support-icon-wrapper {
    order: 2;
    max-width: 100%;
  }

  .support-section-text {
    order: 3;
    text-align: center;
  }

  .qualifications-wrapper.active .qualifications-images {
    grid-template-columns: repeat(2, 1fr);
  }

  .timeline-qualifications {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .faq {
    padding: 8rem 7vw;
  }

  .faq-title {
    font-size: 3.5rem;
  }

  .faq-header {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .faq {
    padding: 10rem 1.25rem;
  }

  .faq-title {
    font-size: 3rem;
  }

  .faq-subtitle {
    font-size: 0.875rem;
  }

  .faq-header {
    margin-bottom: 40px;
  }

  .faq-underline {
    width: 50px;
    height: 2px;
  }

  .faq-list {
    gap: 1.25rem;
  }

  .faq-question {
    padding: 20px 25px;
    gap: 12px;
  }

  .faq-q-label {
    font-size: 1.125rem;
  }

  .faq-q-text {
    font-size: 0.9375rem;
  }

  .faq-toggle {
    font-size: 1.75rem;
    width: 28px;
    height: 28px;
  }

  .faq-answer-inner {
    padding: 20px 25px 20px 25px;
    gap: 12px;
  }

  .faq-a-label {
    font-size: 1.125rem;
  }

  .faq-a-text {
    font-size: 0.9375rem;
  }
  .support-section-text {
    font-size: 1rem;
  }
}

/* バナー Section ======================================================= */
.our-job-banner-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.3s ease;
  padding: 0 7vw;
  height: 35.3125rem;
}
.our-job-banner img {
  width: 100%;
}
.our-job-banner-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../../assets/our-job/general-position/driver-banner-bg.webp');
  background-size: cover;
  background-position: 0% 30%;
  background-repeat: no-repeat;
  z-index: 1;
}

.our-job-banner-logo {
  position: absolute;
  top: 60%;
  left: 69%;
  transform: translateY(-50%);
  width: 21rem;
  height: 100%;
  z-index: 3;
}

.about-job-banner-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.our-job-banner-content {
  position: relative;
  z-index: 4;
  text-align: center;
  margin: 1.5rem 0 0;
  max-width: 50%;
  width: 48.5%;
}

.our-job-banner-title {
  color: var(--white);
  text-align: start;
  font-family: var(--font-zen-old-mincho);
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 146%; /* 3.65rem */
  letter-spacing: -0.078125rem;
}

.our-job-banner-arrow {
  width: 6%;
}

.our-job-banner-subtitle {
  color: var(--white);
  font-family: var(--font-zen-old-mincho);
  text-align: start;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  letter-spacing: 0.125rem;
  margin-top: 2.06rem;
}

.our-job-other {
  padding: 7.5rem 7vw 5rem;
}

.job-cards {
  display: flex;
  flex-direction: column;
  gap: 5.5rem;
  max-width: 860px;
  width: 100%;
  margin: 5rem auto 0 auto;
}

.job-card {
  position: relative;
  transition: opacity 0.3s ease;
}
.job-card-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 18.54456rem;
  z-index: 10;
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
  padding: 1.5rem;
  background: var(--primary-blue);
  backdrop-filter: blur(4px);
  border-radius: 0 0 0.34431rem 0;
  text-align: center;
}

.job-card-title,
.job-card-content {
  color: var(--white);
  background: var(--lightblue);
}

.job-card-content {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease;
}

@media (hover: hover) {
  .job-card:hover,
  .job-card:hover.job-card-title {
    opacity: 0.5;
  }
}

.job-card-image {
  width: 100%;
  transform: scale(1);
}

.job-card-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.job-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 56.54%, rgba(0, 0, 0, 0.20) 75.27%), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 4.06%, rgba(0, 151, 224, 0.09) 37.92%, rgba(0, 151, 224, 0.72) 65.16%); */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 1.5rem 3rem 0;
  color: var(--white);
  gap: 1rem;
}

.job-card-text {
  color: var(--white);
  text-align: start;
  text-shadow: 0 4.528px 4.528px rgba(0, 0, 0, 0.25);
  font-family: var(--font-zen-old-mincho);
  font-size: 2.84381rem;
  font-weight: 400;
  line-height: 4.13413rem;
  letter-spacing: 0.08531rem;
  padding-right: 4rem;
  margin-top: 0rem;
}

.job-card-link {
  color: var(--white);
  text-align: center;
  font-size: 1.125rem;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.our-job-other-title {
  color: var(--black);
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.8rem; /* 140% */
  letter-spacing: 0.1rem;
}
.mizuno-logo-wrapper {
  width: 72rem;
  height: 21.4375rem;
  margin: 0 auto;
  max-width: 1100px;
  opacity: 0.3;
  margin-top: 4.31rem;
}
.mizuno-logo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1600px) {
  .our-job-banner-background {
    background-position: 35% 35%;
  }
  .our-job-banner-content {
    max-width: 60%;
    width: 60%;
  }
}
@media screen and (max-width: 1300px) {
  .mizuno-logo-wrapper {
    width: 50rem;
    height: auto;
    aspect-ratio: 1152 / 343;
    margin-top: 3.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .our-job-banner-content {
    max-width: 60%;
    width: 55%;
  }
}

/* Our Job Responsive - Tablet */
@media (max-width: 1024px) {
  .job-card {
    gap: 0.75rem;
  }

  .job-card-overlay {
    padding: 0.5rem 1.25rem;
    gap: 1.5rem;
  }

  .job-card-text {
    font-size: 2.25rem;
    line-height: 3.125rem;
    margin-top: 3rem;
  }

  .job-card-link {
    font-size: 0.9rem;
  }
  .our-job-banner-logo {
    display: none;
  }
  
  .mizuno-logo-wrapper {
    width: 85%;
    max-width: 750px;
    margin-top: 3rem;
  }
  .our-job-banner-background {
    background-image: url('../../assets/our-job/expert-banner-bg-tb.webp');
    transform: scale(1.025) translateX(0%);
  }
  .our-job-banner-section {
    padding: 0 3vw;
  }
}

@media (max-width: 768px) {
  .mizuno-logo-wrapper {
    width: 90%;
    max-width: 500px;
    margin-top: 2.5rem;
  }

  .our-job-banner-content {
    max-width: 100%;
    width: 100%;
    margin-top: 3.94rem;
  }
  .our-job-banner-section {
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
    padding: 0;
  }
  
  .our-job-banner-background {
    background-image: url('../../assets/our-job/general-position/driver-banner-bg-sp.webp');
    background-size: 100% auto;
    background-position: left 80%;
    transform: scale(1.3) translateX(0%);
    width: 100%;
    height: 100%;
  }
  
  .our-job-banner-logo {
    position: absolute;
    top: 55%;
    left: 69%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 2;
  }

.our-job-banner-title {
  font-size: 1.5rem;
  letter-spacing: 0.18969rem;
}
.our-job-banner-subtitle {
  font-size: 1rem;
  letter-spacing: 0.125rem;
}

.job-card-text {
  font-size: 1.24994rem;
  line-height: 1.73375rem;
  margin-top: 1.5rem;
  padding-right: 0;
}
.job-card-title {
  width: 7.636rem;
  font-size: 0.65188rem;
  padding: 0.6rem;
}
.job-card-link {
  font-size: 0.51763rem;
}

.our-job-other-title {
  font-size: 1.125rem;
}
.job-cards {
  margin-top: 2rem;
}
.our-job-other {
  padding: 3.12rem 7vw 5.62rem;
}
}