@charset "utf-8";
.pc-only {
  display: block;
}
.recruitment-section-bg {
  max-width: 128rem;
  width: 100%;
  margin: 0 auto;
}
.recruitment-inner {
  background-color: #555555;
  margin: 6rem -4rem 8rem;
  padding: 0;
}
.recruitment-container-cg {
  padding: 8.1rem 0;
  max-width: 120rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}
.recruitment-text-content {
  flex: 1;
  color: #ffffff;
}
.recruitment-subtitle {
  font-size: 18px;
  color: #00BFD3;
  font-weight: bold;
  margin-bottom: 35px;
}
.recruitment-description p {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: 35px;
}
.recruitment-lead {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
}
.recruitment-image-content {
  flex: 0 0 420px;
  width: 420px;
}
.recruitment-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}
.recruitment-section-wh {
  background-color: #ffffff;
}
.recruitment-container {
  max-width: 128rem;
  width: 100%;
  margin: 0 auto;
  padding: 8rem 0;
}
.recruitment-header,
.shorts-header,
.growth-header {
  margin-bottom: 50px;
}
.recruitment-badge {
  display: inline-block;
  background-color: #00BFD3;
  color: #ffffff;
  font-size: 4.4rem;
  line-height: 1;
  font-weight: 700;
  padding: .2rem 1rem .6rem;
}
.recruitment-subtext,
.growth-subtext {
  font-size: 2.0rem;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 3.3rem;
}
.recruitment-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}
.page-tl {
  border-bottom:none;
}
.video-container {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.recruitment-section {
  padding: 0;
}
.shorts-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.shorts-scroll-btn {
  background: none;
  border: none;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  transition: opacity 0.2s ease;
}
.shorts-scroll-btn:hover {
  opacity: 0.6;
}
.shorts-slider-wrapper {
  width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.shorts-slider-wrapper::-webkit-scrollbar {
  display: none;
}
.shorts-track {
  display: flex;
  gap: 20px;
  width: max-content;
  transition: transform 0.5s ease-in-out;
}
.shorts-item {
  aspect-ratio: 9 / 16;
  overflow: hidden;
  scroll-snap-align: start;
  flex-shrink: 0;
}
.shorts-item iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.shorts-scrollbar-container {
  width: 100%;
  height: 4px;
  background-color: #e0e0e0;
  border-radius: 3px;
  margin: 24px auto 0;
  position: relative;
  overflow: hidden;
}
.shorts-scrollbar-thumb {
  height: 100%;
  width: 30%;
  background-color: #00BFD3;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.1s ease-out;
}
.spotlight-map-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto 45px;
}
.spotlight-map-img {
  width: 100%;
  height: auto;
  display: block;
}
.spotlight-card {
  position: absolute;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .08);
  z-index: 2;
}
.card-inner {
  border-left: 4px solid; 
  padding: 3px 0 3px 20px;
}
.border-orange     { border-color: #FF7846;}
.border-darkblue   { border-color: #003255;}
.border-grey       { border-color: #999;}
.border-teal       { border-color: #00968E;}
.border-purple     { border-color: #6464C3;}
.border-beige      { border-color: #CABBA1;}
.border-cyan       { border-color: #00BFD3;}

.card-region {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}
.card-center {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
.card-members {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.card-members img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
}
.card-kyushu {
  top: 30%;
  left: 0%;
  padding: 12px 16px;
  background-color: rgba(248, 206, 191, 0.3);
}
.card-chubu {
  top: 40%;
  left: 22%;
  padding: 12px 16px;
  background-color: rgba(168, 184, 195, 0.3);
}
.card-kitakanto {
  top: 26%;
  left: 44%;
  padding: 12px 16px;
  background-color: rgba(212, 215, 218, 0.3);
}
.card-kitanihon {
  top: 42%;
  left: 70%;
  padding: 12px 16px;
  background-color: rgba(188, 226, 224, 0.3);
}
.card-chushikoku {
  top: 89%;
  left: 18%;
  padding: 12px 16px;
  background-color: rgba(200, 200, 227, 0.3);
}
.card-kansai {
  top: 85%;
  left: 37%;
  padding: 12px 16px;
  background-color: rgba(234, 229, 220, 0.3);
}
.card-minamikanto {
  top: 73%;
  left: 59%;
  padding: 12px 16px;
  background-color: rgba(164, 219, 230, 0.3);
}
.interview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.interview-card {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
.interview-card-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card-image-wrapper {
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  position: relative;
}
.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.card-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}
.card-info {
  font-size: 12px;
  color: #5B6A70;
  line-height: 1.8;
  margin-bottom: 15px;
}
.card-divider {
  height: 1px;
  background-color: #DDE2E4;
  margin-top: auto;
  margin-bottom: 15px;
}
.card-author {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.author-name {
  font-size: 18px;
  font-weight: bold;
}
.author-en {
  font-size: 11px;
  color: #5B6A70;
}
.growth-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  color:#fff;
  margin-bottom: 20px;
}
.growth-subtext,
.growth-header-right {
  color:#fff
}
.growth-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.growth-card {
  background-color: #EFF1F2;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.card-number-wrapper {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}
.card-number {
  font-size: 24px;
  font-weight: bold;
  color: #00BFD3;
  line-height: 1;
}
.card-category {
  font-size: 13px;
  font-weight: bold;
  color: #00BFD3;
  line-height: 24px;
}
.card-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}
.card-text {
  font-size: 13px;
  line-height: 1.8;
}
.js-bg-clip-text .requirements-only .js-bg-clip-word {
  padding: 0 0 1.0rem;
}
.requirements-item {
  display: flex;
  gap: 15px;
}
.requirements-label {
  padding: 25px 0 25px 20px;
  border-bottom: 1px solid #ccc;
  width: 320px;
  flex-shrink: 0;
  font-weight: bold;
  font-size: 16px;
}
.requirements-detail {
  flex-grow: 1;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 25px 0 25px 20px;
  border-bottom: 1px solid #ccc;
}
.requirements-item:first-child .requirements-label,
.requirements-item:first-child .requirements-detail {
  border-top: 1px solid #ccc;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.benefit-card {
  background-color: #ffffff;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.benefit-card .card-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}

.benefit-card .card-icon {
  width: 38px;
  height: auto;
  flex-shrink: 0;
  margin: 3px 0 0;
}
.benefit-card:first-child .card-icon {
  width:33px;
}
.benefit-card:nth-child(2) .card-icon,
.benefit-card:last-child .card-icon {
  width:36px;
}
.benefit-card:nth-child(3) .card-icon {
  width:31px;
}
.benefit-card:nth-child(4) .card-icon {
  width:34px;
}
.benefit-card:nth-child(4) .card-icon {
  width:37px;
}

.benefit-card .card-icon svg {
  width: 100%;
  height: 100%;
}

.benefit-card .card-title-group {
  display: flex;
  flex-direction: column;
}

.benefit-card .card-category {
  font-size: 13px;
  font-weight: bold;
  color: #00BFD3;
  line-height: 1.7;
}

.benefit-card .card-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}

.benefit-card .card-text {
  font-size: 13px;
  line-height: 1.8;
  margin: 0;
}
.entry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.entry-card {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-border-black {
  background-color: #ffffff;
  border: 2px solid #000;
}

.card-bg-gray {
  background-color: #EFF1F2;
  border: 2px solid #CDD4D7;
}

.entry-card .card-content {
  padding: 30px;
}

.entry-card .card-category {
  font-size: 13px;
  font-weight: bold;
  color: #00BFD3;
  display: block;
  margin-bottom: 20px;
}

.entry-card .card-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.entry-card .card-highlight {
  font-size: 13px;
  font-weight: bold;
  color: #00BFD3;
  line-height: 1.8;
}

.entry-card .card-text {
  font-size: 13px;
  line-height: 1.8;
  margin: 0;
}

.entry-card .card-btn {
  background-color: #00BFD3;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 0;
}
.entry-card:first-child .card-btn {
  margin: 45px 0 0;
}

.entry-card .btn-icon {
  width: 13px;
  height: 13px;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .breadcrumb {
    padding-bottom: 5.09vw;
  }
  .recruitment-section-bg,
  .recruitment-container {
    width: 100%;
    padding-left: 6.11vw;
    padding-right: 6.11vw;
  }
  .recruitment-inner {
    margin:0 0 24.94vw;
    padding: 10.18vw 5.09vw;
}
  .recruitment-container-cg {
    max-width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0;
  }
  .recruitment-text-content {
    width: 100%;
    flex: none;
  }
  .recruitment-container {
    width: 100%;
  }
  .recruitment-description p {
    font-size: 3.31vw;
    line-height: 2;
    font-weight: 400;
  }
  .recruitment-lead,
  .recruitment-title {
    font-weight: 700;
    font-size: 4.58vw;
    line-height: 1.5;
  }
  .recruitment-image-content {
    flex: none;
    width: 100%;
  }
  .shorts-slider-wrapper {
    width: 100%;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE / Edge */
}
  .shorts-slider-wrapper::-webkit-scrollbar {
    display: none;
}
.shorts-track {
    display: flex;
    gap: 20px;
    width: max-content;
}
  .shorts-item {
    flex: none;
      width: calc((100vw - 32px - 12px) / 2);
  }
  #shortsScrollBtn {
    display: none;
  }
  .spotlight-card {
    position: relative;
  }
  .card-kyushu,
  .card-chubu,
  .card-kitakanto,
  .card-kitanihon,
  .card-chushikoku,
  .card-kansai,
  .card-minamikanto {
    top: 0;
    left: 0;
    margin: 20px 0 0;
  }
  .card-members img {
    width: 22%;
    height: 22%;
  }
  .interview-grid,
  .growth-grid,
  .benefits-grid,
  .entry-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .growth-container {
    padding: 0;
  }
  .growth-header {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 50px;
  }
  .card-title {
    line-height: 1.5;
  }
  .requirements-list {
    border-top: 1px solid #dcdcdc;
  }

  .requirements-item {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    gap: 10px;
    border-bottom: 1px solid #dcdcdc;
  }

  .requirements-item:first-child {
    border-top: none;
  }

  .requirements-label,
  .requirements-detail {
    width: 100%;
    padding: 0 0 0 15px;
    border-bottom: none;
  }

  .requirements-item:first-child .requirements-label,
  .requirements-item:first-child .requirements-detail {
    border-top:none;
  }
  
}