  /* FV Section======================================================= */
  .fv {
    position: relative;
    height: calc(100vh - 4.5rem);
    overflow: hidden;
    margin-top: 4.5rem;
  }
  
  /* Splide Slider */
  .splide {
    height: 100%;
    width: 100%;
  }
  
  .splide__track {
    height: 100%;
  }
  
  .splide__list {
    height: 100%;
  }
  
  .splide__slide {
    height: 100%;
  }
  /* 初期状態：全ての画像を拡大状態に */
  /* 初期状態の画像スケール */
  .splide__slide .fv-image {
    transform: scale(1.2);
    opacity: 0;
    will-change: transform, opacity;
  }


  .fv-txt-wrapper {
    position: relative;
    z-index: 1;
  }
  .fv-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .fv-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    will-change: transform;
  }
  .fv-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(50.29% 168.3% at 62.65% 28.31%, rgba(0, 63, 145, 0.0425) 0%, rgba(0, 63, 145, 0.0704974) 22.24%, rgba(0, 63, 145, 0.085) 37.74%, rgba(0, 63, 145, 0.26714) 51.92%, rgba(0, 63, 145, 0.469462) 76.21%, rgba(0, 63, 145, 0.595) 97.37%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
  }
  .fv-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    margin-top: 11rem;
    padding-left: 7.5rem;
    opacity: 0;
    transform: translateY(0px);
  }
  .fv-subtitle {
    color: var(--white);
text-shadow: 2px 2px 5px rgba(0, 63, 145, 0.30);
font-size: 1.95844rem;
font-style: normal;
font-weight: 500;
line-height: 2.74181rem; /* 140% */
letter-spacing: 0.29375rem;
  }
  .decoration-line {
    width: 5.71213rem;
    height: 0.816rem;
    max-width: 50.18506rem;
    background: var(--blue-gradient);
    margin-top: 3rem;
    
  }
  .fv-title {
    font-size: 7.75219rem;
    font-family: var(--font-archivo);
    font-weight: 900;
    color: var(--white);
    line-height: 1;
    letter-spacing: 4px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-shadow: 0 3.75px 13.125px rgba(0, 63, 145, 0.50);
    line-height: 110%;
    margin-top: 3rem;
  }
  
  .fv-text {
    color: var(--white);
    font-family: var(--font-overpass);
    font-size: 1.46881rem;
    font-weight: 400;
    line-height: 2.05638rem; /* 140% */
    letter-spacing: 0.07344rem;
    margin-top: 0.63rem;
  }
  
  /* Pagination */
  .fv-pagination {
    position: relative;
    z-index: 3;
    display: flex;
    gap: 10px;
    list-style: none;
    margin-top: 30px;
  }
  .splide__pagination {
    position: absolute;
    justify-content: flex-start;
    top: 105%;
    left: -1rem;
    opacity: 0;
    transform: translateY(0px);
    z-index: 2;
  }
  .splide__pagination__page {
    width: 0.70313rem;
    height: 0.70313rem;
    border-radius: 50%;
    background-color: var(--white);
    transition: all 0.3s;
    padding: 0;
    border: none;
    cursor: pointer;
    margin-right: 0.5rem;
  }
  .splide__pagination__page.is-active {
    background-color: var(--lightblue);
    transform: scale(1.2);
  }
  
  /* Responsive Design */
  @media screen and (max-width: 1800px) {
    .splide__pagination {
      top: 103%;
    }
  }
  @media screen and (max-width: 1200px) {
    .fv-content {
      align-items: start;
      margin-top: 7.5rem;
      padding-left: 4rem;
    }
    .splide__pagination {
      top: 100%;
      bottom: 0;
      left: -1rem;
    }

    .fv-subtitle {
      font-size: 1.95844rem;
      line-height: 2.74181rem; /* 140% */
      letter-spacing: 0.29375rem;
    }
    .decoration-line {
      width: 5.71213rem;
      height: 0.816rem;
      max-width: 50.18506rem;
      margin-top: 2rem;
    }
    .fv-title {
      font-size: 6rem;
      line-height: 1;
      letter-spacing: 4px;
      gap: 10px;
      text-shadow: 0 3.75px 13.125px rgba(0, 63, 145, 0.50);
      line-height: 1;
      margin-top: 2rem;
    }
    
    .fv-text {
      font-size: 1.46881rem;
      line-height: 2.05638rem; /* 140% */
      letter-spacing: 0.07344rem;
      margin-top: 0.63rem;
    }
  }
  @media (max-width: 768px) {
    /* 初期状態の画像スケール - スマホ用 */
    .splide__slide .fv-image {
      transform: scale(1.2);
      object-position: 100% center; /* 画像を左寄せ */
    }

    .fv-content {
      margin-top: 3.69rem;
      padding-left: 1.88rem;
      flex-direction: column;
    }
    .fv-subtitle {
      font-size: 1.125rem;
      line-height: 1.575rem;
      letter-spacing: 0.16875rem;
    }
    .decoration-line {
      width: 4.375rem;
      height: 7px;
      max-width: 20.9375rem;
      margin-top: 0.66rem;
    }
    .fv-title {
      font-size: 2.625rem;
      line-height: 2.875rem;
      margin-top: 1.25rem;
      letter-spacing: 0.1rem;
    }
    .fv-text {
      font-size: 0.8125rem;
      line-height: 1.1375rem;
      letter-spacing: 0.04063rem;
      margin-top: 1.4rem;
    }
    
    /* Pagination */
    .splide__pagination {
      top: 101%;
      bottom: 0;
    }
    .splide__pagination__page {
      width: 0.45313rem;
      height: 0.45313rem;
    }
  } 

/* Message Section======================================================= */
.message {
  height: 100%;
  background-image: url('../assets/top/top-message-landscape.webp');
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.message-container {
  z-index: 1;
    padding: 10rem 0 38rem;
}

.message-title {
  color: var(--white);
  text-align: center;
font-size: 2.375rem;
font-style: normal;
font-weight: 700;
line-height: 5.25rem; /* 221.053% */
letter-spacing: 0.5625rem;
}

.message-paragraph {
  color: var(--white);
  text-align: center;
font-size: 1.25rem;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 2rem */
letter-spacing: 0.22269rem;
margin-top: 2.5rem;
}
.message-paragraph:first-of-type {
  margin-top: 3.95rem;
}

.message-image-section {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  margin-top: 0;
  background: 
    linear-gradient(180deg, #003F91 0%, #0097E0 51.44%),
    url('../assets/top/top-message-landscape2.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* Message Responsive - Tablet */
@media (max-width: 1200px) {
  .message-container {
    padding: 8.5rem 0 27rem;
  }
}
@media (max-width: 1024px) {
  .message-text-wrapper {
    gap: 0.94rem;
  }

  .message-title {
    font-size: 1.75rem;
    line-height: 3.4375rem; /* 196.429% */
    letter-spacing: 0.375rem;
    margin-bottom: 0.2rem;
    text-align: start;
  }

  .message-paragraph {
    font-size: var(--font-size-sp-p);
    line-height: 1.9rem;
    letter-spacing: 0.125rem;
    text-align: start;
  }

}

/* Message Responsive - Mobile */
@media (max-width: 768px) {
    .message-container {
    padding: 7.5rem 0 30rem;
    }
    .message-paragraph {
      margin-top: 0.94rem;
    }
    .message-paragraph:first-of-type {
      margin-top: 3.63rem;
    }
}

/* Our Job Section======================================================= */
.our-job {
  background-color: rgba(204, 234, 249, 0.5);
}
.our-job .double-color-title::before {
  content: 'OUR JOB';
}
.job-cards {
  display: flex;
  flex-direction: column;
  gap: 5.5rem;
  max-width: 860px;
  width: 100%;
  margin: 6rem 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:nth-child(2) .job-card-title,
.job-card:nth-child(2) .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.appear.transition-enabled.active {
  transition: opacity 0.3s ease;
}

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

.job-card-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.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: 3rem;
}

.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: 3.01838rem;
  line-height: 4.18656rem; /* 138.704% */  
  font-weight: 400;
  letter-spacing: 0.08531rem;
  padding-right: 4rem;
  margin-top: 3rem;
}
.job-card:nth-child(2) .job-card-text {
  padding-right: 0;
}

.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 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;
  }

  .job-card-link {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  .job-card-text {
      font-size: 1.24288rem;
      line-height: 1.72388rem; /* 138.704% */
      padding-right: 2rem;
      margin-top: 1rem;
  }

  .job-card-title {
    width: 7.636rem;
    height: 3;    
    font-size: 0.64813rem;
    font-weight: 500;
    padding: 0.5rem 0.72919rem 0.5rem;
    border-radius: 0 0 0.14181rem 0;
  }

  .job-cards {
    /* display: flex;
    flex-direction: column;
    max-width: 860px;
    width: 100%; */
    margin: 3.12rem auto 0 auto;
    gap: 2.9rem;
  }

  .job-card-link {
    font-size: 0.7025rem;
    gap: 0.25rem;
  }
  .job-card-link svg {
    width: 0.46325rem;
    height: 0.59194rem;
    margin-top: 0.1rem;
  }
  .job-card-overlay {
    gap: 0.5rem;
  }
}
/* Member Section======================================================= */
.member {
  background-color: var(--white);
}

.member-container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 9.38rem 7vw 0;
}

/* .member .double-color-subtitle {
  color:var(--lightblue);
} */

.member .double-color-title::before {
  content: 'MEMBER';
}

/* PC/タブレット用のグリッドレイアウト（769px以上） */
.member-cards.pc-tb-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin: 5rem auto;
}

/* PC専用グリッドレイアウト（1025px以上） */
.member-cards.pc-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin: 5rem auto;
}

/* タブレット・スマホ用カルーセル（1024px以下で表示） */
.member-cards.sp-grid {
  display: none;
  margin-top: 2.5rem;
}

.member-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.member-number {
  color: transparent;
  font-family: var(--font-din-2014);
  font-size: 7.14844rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  padding: 0 1rem;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #0097E0;
  position: relative;
}
#member .member-image-container {
  width: 25.625rem;
  aspect-ratio: 5 / 4;
}

.member-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 5 / 4;
  width: 100%;
  }

.member-image {
  height: auto;
  object-fit: cover;
  display: block;
}
/* .member-card:nth-child(1) .member-image {
  transform: translate(-15%, -5%) scale(1.9);
}
.member-card:nth-child(2) .member-image {
  transform: translate(6%, 7%) scale(1.2);
}
.member-card:nth-child(3) .member-image {
  transform: translate(-10%, 1%) scale(1.4);
} */

.member-content {
  padding: 1.19rem 0 2.8rem;
  display: flex;
  flex-direction: column;
  gap: 1.19rem;
  align-items: center;
  text-align: center;
}

.member-message {
  color: var(--lightblue);
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 140%; /* 2.45rem */
}

.member-info {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}

.member-year {
  color: #666;
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 1.04rem;
}

.member-name {
  color: var(--black);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3.28125rem; /* 140% */
  margin-top: 0.3rem;
}

.member-logo {
  margin: 1.25rem auto 5rem;
  text-align: center;
  width: 100%;
  max-width: 50rem;
}

.member-logo-image {
  width: 100%;
  height: auto;
  align-self: center;
  opacity: 0.4;
}
/* 初期状態（非表示） */
#member-cards-slider .member-card {
  opacity: 1;
  transform: translateX(0px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* クラスを外す瞬間に逆アニメが出ないようにする */
#member-cards-slider .member-card.no-trans {
  transition: none !important;
}

@media screen and (max-width: 1650px) {
  #member .member-image-container {
    /* width: 20rem; */
    width: 100%;
  }

  .member-message {
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
}
@media screen and (max-width: 1500px) {
  #member .member-image-container {
    /* width: 25.625rem; */
    width: 100%;
  }
  .member-cards.pc-tb-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.68rem;
    margin: 3.75rem auto;
  }
  .member-cards.pc-tb-grid .member-card:nth-child(3) {
    grid-column: 1 / -1;
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 1200px)  {
  .member-container {
    padding: 11rem 7vw 0;
  }
  .member-cards.pc-tb-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.68rem;
    margin: 3.75rem auto;
    justify-items: center;
  }
  .member-cards.pc-tb-grid .member-card:nth-child(3) {
    grid-column: 1 / -1;
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
    justify-self: center;
  }

}
/* Member Responsive - Tablet */
@media screen and (max-width: 1024px)  {
  .member-container {
    padding: 11rem 7vw 0;
  }

  /* PC用グリッドを非表示 */
  .member-cards.pc-tb-grid {
    display: none;
  }

  /* タブレット以下でカルーセルを表示 */
  .member-cards.sp-grid {
    display: block;
    overflow: hidden;
    margin-top: 2.5rem;
  }

  .member-cards.sp-grid.splide {
    position: relative;
  }

  .member-cards.sp-grid .splide__track {
    overflow: visible;
  }

  .member-cards.sp-grid .splide__slide {
    width: 100%;
    flex-shrink: 0;
    margin-right: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .member-cards.sp-grid .splide__pagination {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .member-cards.sp-grid .splide__pagination__page {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    opacity: 0.5;
    cursor: pointer;
    border: none;
    padding: 0;
    margin: 0;
    transition: all 0.3s ease;
  }

  .member-cards.sp-grid .splide__pagination__page.is-active {
    background: var(--primary-blue);
    opacity: 1;
    transform: scale(1.2);
  }

  @media (hover: hover) {
    .member-cards.sp-grid .splide__pagination__page:hover {
      opacity: 0.8;
    }
  }

  #member .member-image-container {
    width: 100%;
    height: auto;
    margin-top: 0.62rem;
  }

  #member .member-image {
    width: 100%;
    height: 100%;
  }

  #member-cards-slider {
    margin-left: 0;
    margin-right: 0;
    margin-top: 4.37rem;
  }

  .member-info {
    flex-direction: column;
  }

  .member-number {
    font-size: 3.5rem;
  }

  .member-content {
    padding: 1.19rem 0 3.75rem;
    text-align: start;
    align-items: start;
    width: 100%;
  }

  .member-message {
    font-size: 1.875rem;
    line-height: 2.625rem;
    text-align: start;
  }

  .member-name {
    font-size: 1.625rem;
    line-height: 1.1;
    margin-top: 0.5rem;
  }

  .more-btn {
    width: 100%;
  }

  .member-year {
    margin-top: 0rem;
    font-size: 1rem;
  }
  .member-logo {
    margin: 7rem auto 5rem;
    max-width: 30rem;
  }
}

/* Member Responsive - Mobile */
@media (max-width: 768px) {
  .member-container {
    padding: 7.5rem 0 0;
  }

  .member-number {
    font-size: 3.125rem;
  }

  .member-message {
    font-size: 1.3125rem;
    line-height: 1.625rem;
    height: 5rem;
  }

  .member-content {
    gap: 0.94rem;
    padding: 1.19rem 0 1.84rem;
  }
  .member-info {
    flex-direction: column-reverse;
  }

  .member-year {
    font-size: 0.75rem;
    margin-top: 0.31rem;
  }

  .member-name {
    font-size: 1.25rem;
  }

  .member-logo {
    margin: 3.12rem auto 7.5rem;
    max-width: 20rem;
  }
}

/* Company Section ======================================================= */
.company {
  background: var(--lightblue);
  color: #fff;
}

.company-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.company-content {
  position: relative;
}

.company .double-color-title {
  color: var(--white);
}
.company .double-color-subtitle {
  color: var(--white);
}
.company .double-color-title::before {
  content: 'COMPANY';
  -webkit-text-stroke: 0.47px var(--white);
}

.company-description {
  color: #fff;
  margin-bottom: 6.25rem;
}

.recruit-image-wrapper,
.company-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 53.125rem;
  margin: 0 auto;
  overflow: hidden;
}

.recruit-image-container,
.company-image-container {
  position: relative;
  width: 53.125rem;
  height: 100%;
  overflow: hidden;
}

.recruit-image,
.company-image {
  width: 100%;
  height: auto;
  display: block;
  transition: all .3s ease-in-out;
}

.recruit-image-wrapper::before,
.company-image-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background:var(--black);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all .3s ease-in-out;
  z-index: 1;
  pointer-events: none;
}

.company .more-btn,
.recruit .more-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 3.9rem;
  background-color: var(--white);
  font-family: var(--font-noto-sans-jp);
  color: var(--primary-blue);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 190%;
  letter-spacing: 0.0625rem;
  font-style: normal;
}

.more-btn.recruit-more-btn,
.more-btn.company-more-btn {
  z-index: 2;
}

@media (hover: hover) {
  .recruit-image-wrapper:hover .recruit-image,
  .company-image-wrapper:hover .company-image,
  .recruit-image-container:hover .recruit-image,
  .company-image-container:hover .company-image {
    transform: scale(1.1);
  }
  .recruit-image-wrapper:hover::before,
  .company-image-wrapper:hover::before,
  .recruit-image-container:hover .recruit-image-wrapper::before,
  .company-image-container:hover .company-image-wrapper::before {
    opacity: .6;
  }
  .company-image-wrapper:hover .more-btn.company-more-btn,
  .recruit-image-wrapper:hover .more-btn.recruit-more-btn {
    background-color: var(--lightblue);
    color: var(--white);
  }
}

/* Company Responsive - Tablet */
@media (max-width: 1024px) {
  .company-description {
    font-size: 1rem;
    margin-bottom: 3rem;
  }

  .company-image-wrapper {
    max-width: 600px;
    margin-bottom: 3rem;
  }
  .company .more-btn,
.recruit .more-btn {
  margin-bottom: 3rem;
}

}

/* Company Responsive - Mobile */
@media (max-width: 768px) {

  .company-description {
    font-size:var(--font-size-sp-p);
    margin-bottom: 2.5rem;
  }

  .company-image-wrapper {
    max-width: 100%;
    margin-bottom: 2.5rem;
  }

  .more-btn {
    width: 95%;
    font-size: 1rem;
    padding: 0.2rem;
    height: 2.35419rem;
  }
  .company .more-btn,
.recruit .more-btn {
  font-size: 0.78563rem;
  margin-bottom: 2.41rem;
  padding-bottom: 0.5rem;
}
.recruit-image-container,
.company-image-container {
  width: 100%;
}

}
/* Recruit Section ======================================================= */
.recruit {
  background-color: var(--white);
  position: relative;
  overflow: hidden;
}

.recruit-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 9.38rem 7vw;
}

.recruit .double-color-subtitle {
  color: var(--black);
}
.recruit-description {
  margin-top: 3.12rem;
  margin-bottom: 6.25rem;
}
.recruit .double-color-title::before {
  content: 'RECRUIT';
  -webkit-text-stroke: 0.47px var(--lightblue);
}

.recruit-decoration {
  position: absolute;
  left: -2%;
  bottom: 5%;
  /* transform: translateY(-50%); */
  z-index: 1;
  pointer-events: none;
}
.recruit-logo {
  width: 120%;
  height: auto;
  display: block;
}
.recruit-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Recruit Responsive - Tablet */
@media (max-width: 1024px) {
  .recruit {
    padding: 0
  }

  .recruit-decoration {
    left: -50px;
    top: 50%;
  }


  .recruit-u-shape {
    width: 250px;
    height: 450px;
  }

  .recruit-description {
    font-size: 1rem;
    margin-bottom: 3rem;
  }

  .recruit-image-wrapper {
    max-width: 600px;
    margin-bottom: 3rem;
  }
  .recruit-logo {
    width: 50%;
  }
}

/* Recruit Responsive - Mobile */
@media (max-width: 768px) {
  .recruit {
    padding: 0;
  }
  .recruit-container {
    padding: 10rem 7vw;
  }
  .recruit-decoration {
    left: -30px;
    top: 40%;
    opacity: 0.5;
  }

  .recruit-u-shape {
    width: 200px;
    height: 400px;
  }
  .recruit-description {
    font-size: var(--font-size-sp-p);
    margin-bottom: 2.5rem;
  }

  .recruit-image-wrapper {
    max-width: 100%;
    margin-bottom: 2.5rem;
  }
  .company-more-btn,
  .recruit-more-btn {
    width: 100%;
    max-width: 13.82963rem;
    padding: 0.2rem;
    font-size: 0.78563rem;

  }
}
