@charset "utf-8";

@keyframes flyInFromLeft {
  0% { opacity: 0; transform: translateX(-15px); }
  100% { opacity: 1; transform: translateX(0); }
}

/* ==========================================================================
   ビネット装飾
   ========================================================================== */

.original-gradient {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.15));
  pointer-events: none;
}

.content-wrapper {
  position: relative;
  z-index: 1;
}

.content {
  position: relative;
  z-index: 3;
}

/* ==========================================================================
   共通
   ========================================================================== */

body {
  overflow-x: hidden;
  margin: 0;
  width: 100%;
  font-family: "NotoSansJP";
  background: #ffffff;
  color: #081a00;
}

a { color: inherit; text-decoration: none; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.br-pc { display: none; }
.br-sp { display: inline; }

.header-list-txt { color: #081A00; }
.l-header.is-dark-theme .header-list-txt { color: #fff; }

/* ==========================================================================
   FV (SP base / 480px)
   ========================================================================== */

.l-fv {
  position: relative;
  width: 100%;
  height: 71.88vw;
  overflow: hidden;
}

.fv-bg {
  position: absolute;
  inset: 0;
}

.fv-bg picture,
.fv-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fv-overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 26, 0, 0.35);
}

.fv-title {
  position: absolute;
  left: 5vw;
  bottom: 8.33vw;
  z-index: 1;
}

.fv-label {
  display: flex;
  align-items: center;
  gap: 1.67vw;
  margin-bottom: 2.08vw;
}

.fv-label-diamond {
  display: inline-block;
  width: 1.46vw;
  height: 1.46vw;
  background: #00ff6a;
  border-radius: 2px;
  transform: rotate(45deg);
}

.fv-label-txt {
  font-family: "PlusJakartaSans", "Plus Jakarta Sans", sans-serif;
  font-size: 2.92vw;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.7px;
  line-height: 1.22;
}

.fv-heading {
  margin: 0;
  width: 84.58vw;
  font-family: "ZenKakuGothicNew", "Zen Kaku Gothic New", sans-serif;
  font-size: 10vw;
  font-weight: 700;
  color: #fff;
  line-height: 1.24;
  letter-spacing: 1.92px;
  font-feature-settings: "palt" 1;
}

/* ==========================================================================
   Intro (SP base / 480px)
   ========================================================================== */

.l-interview-intro {
  position: relative;
  padding: 13.33vw 5vw 12.92vw;
  overflow: hidden;
}

.interview-intro-particles {
  position: absolute;
  top: -178vw;
  left: -19vw;
  width: 212vw;
  height: 240vw;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}

.interview-intro-txt {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
  font-size: 3.33vw;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.48px;
  color: #081a00;
  text-align: justify;
}

/* ==========================================================================
   Filter (SP base / 480px)
   ========================================================================== */

.l-interview-filter {
  padding: 0 5vw 20.83vw;
}

.interview-filter-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.interview-filter-head {
  display: flex;
  align-items: center;
  gap: 4.17vw;
  margin-bottom: 5.83vw;
}

.interview-filter-label {
  margin: 0;
  font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
  font-size: 3.33vw;
  font-weight: 700;
  letter-spacing: 0.64px;
  color: #081a00;
}

.interview-filter-clear {
  border: none;
  background: none;
  padding: 0;
  font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
  font-size: 2.92vw;
  font-weight: 500;
  color: #959595;
  letter-spacing: 0.56px;
  text-decoration: underline;
  cursor: pointer;
}

.interview-filter-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 3.33vw;
}

.interview-filter-tag {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2.08vw 4.17vw 2.08vw 3.33vw;
  border: none;
  border-radius: 9999px;
  background: #fff;
  font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
  font-size: 2.92vw;
  font-weight: 500;
  letter-spacing: 0.56px;
  line-height: 1.5;
  color: #081a00;
  cursor: pointer;
  transition: background 0.3s ease;
}

.interview-filter-tag.is-active {
  background: #00ff6a;
}

/* ==========================================================================
   Filter empty state (SP base / 480px)
   ========================================================================== */

.interview-filter-empty {
  padding: 11.67vw 5vw 16.67vw;
  text-align: center;
}

.interview-filter-empty-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.interview-filter-empty-icon {
  display: block;
  width: 21.25vw;
  height: auto;
}

.interview-filter-empty-message {
  margin: 11.67vw 0 0;
  max-width: 78.13vw;
  font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
  font-size: 4.17vw;
  font-weight: 500;
  line-height: 1.63;
  color: #000;
  text-align: center;
}

.interview-filter-empty-reset {
  margin-top: 13.75vw;
  padding: 0;
  border: none;
  background: none;
  font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
  font-size: 3.33vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.64px;
  color: #959595;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-position: from-font;
  cursor: pointer;
}

.interview-content.is-filter-empty {
  display: none;
}

/* ==========================================================================
   Section + Cards (SP base / 480px)
   ========================================================================== */

#interview,
#crosstalk,
#special {
  scroll-margin-top: 100px;
}

.l-interview-interview,
.l-interview-crosstalk,
.l-interview-special {
  padding: 0 5vw 16.67vw;
}

.interview-interview-inner,
.interview-crosstalk-inner,
.interview-special-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.interview-interview-head,
.interview-crosstalk-head,
.interview-special-head {
  margin-bottom: 4.58vw;
}

.interview-interview-label,
.interview-crosstalk-label,
.interview-special-label {
  display: flex;
  align-items: center;
  gap: 1.67vw;
  margin-bottom: 2.92vw;
}

.interview-interview-diamond,
.interview-crosstalk-diamond,
.interview-special-diamond {
  display: inline-block;
  width: 1.46vw;
  height: 1.46vw;
  background: #00ff6a;
  border-radius: 2px;
  transform: rotate(45deg);
}

.interview-interview-label-txt,
.interview-crosstalk-label-txt,
.interview-special-label-txt {
  font-family: "PlusJakartaSans", "Plus Jakarta Sans", sans-serif;
  font-size: 2.92vw;
  font-weight: 700;
  color: #081a00;
  letter-spacing: 1.12px;
  line-height: 1.48;
}

.interview-interview-heading,
.interview-crosstalk-heading,
.interview-special-heading {
  margin: 0;
  font-family: "ZenKakuGothicNew", "Zen Kaku Gothic New", sans-serif;
  font-size: 9.17vw;
  font-weight: 700;
  line-height: 1.39;
  letter-spacing: 3.52px;
  color: #081a00;
  font-feature-settings: "palt" 1;
}

.interview-interview-card-grid,
.interview-crosstalk-card-grid,
.interview-special-card-grid {
  display: flex;
  flex-direction: column;
  gap: 13.33vw;
}

.interview-card {
  display: flex;
  flex-direction: column;
  gap: 3.33vw;
  text-decoration: none;
  color: inherit;
}

.interview-card.is-hidden {
  display: none;
}

.interview-interview-head.is-hidden,
.interview-special-head.is-hidden {
  display: none;
}

.interview-card-img {
  position: relative;
  width: 100%;
  height: 44.17vw;
  border-radius: 8px;
  overflow: hidden;
}

.interview-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* リンク画像をホバーで拡大 */
.interview-card-img {
  overflow: hidden;
}

.interview-card-img img {
  transition: transform 0.3s ease;
}

.interview-card:hover .interview-card-img img {
  transform: scale(1.1);
}

.interview-card:hover .interview-card-title {
  color: #00E35F;
  transition: color 0.3s ease;
}

.interview-card-body {
  display: flex;
  flex-direction: column;
  gap: 3.33vw;
  padding: 0 0.83vw;
  flex: 1;
}

.interview-card-title {
  margin: 0;
  font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
  font-size: 4.17vw;
  font-weight: 500;
  line-height: 1.63;
  color: #000;
}

.interview-card-title-arrow {
  display: none;
  width: 3.33vw;
  height: auto;
  margin-left: 1.25vw;
  vertical-align: middle;
}

.l-interview-special .interview-card-title-arrow {
  display: inline-block;
}

.interview-card-tags {
  margin: 0;
  margin-top: auto;
  font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
  font-size: 3.33vw;
  font-weight: 500;
  line-height: normal;
  color: #00e35f;
}

.interview-card-video {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9.17vw;
  background: #fff;
  border-radius: 4px;
  gap: 2.08vw;
}

.interview-card-video span {
  font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
  font-size: 3.33vw;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}

.interview-card-video img {
  width: 2.08vw;
  height: auto;
}

.interview-card-video--pc-only {
  display: none;
}

.interview-card--pc-only {
  display: none;
}

/* ==========================================================================
   Careers (SP / max-width 1024px) — message.css 準拠
   ========================================================================== */

@media screen and (max-width: 1024px) {

.careers-ttl-section {
  display: flex;
  justify-content: center;
  padding: 0;
  align-items: center;
  letter-spacing: 0.258vw;
  line-height: 4.167vw;
  font-family: "PlusJakartaSans";
  font-size: 2.917vw;
  font-weight: 600;
  color: #fff;
}

.careers-ttl-section::before {
  content: "";
  display: inline-block;
  margin: 0 2.083vw 0 0.625vw;
  width: 1.856vw;
  height: 1.856vw;
  transform: rotate(-45deg);
  border-radius: 0.417vw;
  background-color: #00FF6A;
}

.l-careers {
  padding-top: 33.333vw;
  height: 227.708vw;
  background-image: url(../../images/bg_careers_sp.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.careers-main { text-align: center; }

.ttl-section-sub-careers {
  margin-top: 7.292vw;
  width: 67.083vw;
}

.careers-main-txt {
  margin: 11.042vw auto 0 auto;
  width: 86.667vw;
  text-align: center;
  line-height: 200%;
  letter-spacing: 0.1vw;
  font-size: 2.91vw;
  font-weight: 500;
  color: #FFF;
}

.careers-box { margin-top: 8.333vw; }

.careers-box-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  padding-left: 5vw;
  margin: 0 auto 5.833vw auto;
  width: 90vw;
  height: 36.042vw;
  align-items: center;
  text-decoration: none;
  border-radius: 1.667vw;
}

.careers-box-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #00ff6a 0.01%, #0ff 99.99%);
}

.careers-box-content::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: 1;
  opacity: 0;
}

.careers-box-accent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1.667vw;
  background: #00ff6a;
  border-radius: 1.667vw 0 0 1.667vw;
  z-index: 2;
}

.careers-box-content .careers-box-content-ttl { color: #fff; }

.careers-box-content-left {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 1.042vw;
  width: 33.542vw;
  height: 11.042vw;
  text-align: left;
}

.careers-box-content-ttl {
  line-height: 110%;
  letter-spacing: 0.208vw;
  font-family: "PlusJakartaSans";
  font-size: 2.917vw;
  font-style: normal;
  font-weight: 600;
  color: #00FF6A;
}

.careers-box-content-main-txt {
  line-height: 100%;
  letter-spacing: 0.479vw;
  font-family: "ZenKakuGothicNew";
  font-size: 6.25vw;
  font-weight: 700;
  color: #081A00;
}

.careers-box-content-center-txt {
  position: relative;
  z-index: 2;
  display: flex;
  margin: 0 0 0.625vw 1.042vw;
}

.careers-box-content-sub-txt {
  flex-shrink: 0;
  margin: 1.667vw 0 0 7.5vw;
  font-size: 3.333vw;
  font-weight: 500;
  color: #081A00;
}

.careers-btn {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 27.083vw;
  width: 9.167vw;
  height: 9.167vw;
  border-radius: 2.083vw 0 1.667vw 0;
  background: #081A00;
}

.careers-btn svg {
  width: 3.13vw;
  height: 3.13vw;
}

}

/* ==========================================================================
   Breadcrumb (SP base / 480px)
   ========================================================================== */

.l-breadcrumb {
  background: #3a3a3a;
  padding: 2.08vw 5vw;
  display: flex;
  align-items: center;
  gap: 3.33vw;
}

.breadcrumb-link {
  font-family: "PlusJakartaSans", "Plus Jakarta Sans", sans-serif;
  font-size: 2.92vw;
  font-weight: 500;
  color: #fff;
}

.breadcrumb-sep {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.breadcrumb-current {
  font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
  font-size: 2.92vw;
  font-weight: 400;
  color: #fff;
}

/* ==========================================================================
   More Contents (SP base / 480px)
   ========================================================================== */

.l-contents {
  background: #f2f2f2;
  padding: 30vw 5vw;
}

.contents-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.contents-header {
  margin-bottom: 10vw;
}

.contents-label {
  display: flex;
  align-items: center;
  gap: 1.67vw;
  margin-bottom: 1.67vw;
}

.contents-label-diamond {
  display: inline-block;
  width: 2.5vw;
  height: 2.5vw;
  background: #00ff6a;
  border-radius: 2px;
  transform: rotate(45deg);
}

.contents-label-txt {
  font-family: "PlusJakartaSans", "Plus Jakarta Sans", sans-serif;
  font-size: 3.33vw;
  font-weight: 700;
  color: #081a00;
  letter-spacing: 1.28px;
}

.contents-heading {
  font-family: "ZenKakuGothicNew", "Zen Kaku Gothic New", sans-serif;
  font-size: 6.67vw;
  font-weight: 700;
  color: #081a00;
  line-height: 1.48;
}

.contents-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.33vw;
}

.contents-link-card {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4.17vw 5vw;
  height: 21.67vw;
  background: #fff;
  border-radius: 8px;
  text-decoration: none;
  color: #081a00;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.contents-link-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #00ff6a 0.01%, #0ff 99.99%);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.contents-link-card:hover::before { opacity: 1; }
.contents-link-card:hover .contents-link-arrow {
  animation: flyInFromLeft 0.4s ease forwards;
}

.contents-link-txt {
  position: relative;
  z-index: 1;
  font-family: "ZenKakuGothicNew", "Zen Kaku Gothic New", sans-serif;
  font-size: 4.17vw;
  font-weight: 700;
}

.contents-link-arrow {
  position: relative;
  z-index: 1;
  width: 3.33vw;
  height: 3.33vw;
  fill: #081a00;
  flex-shrink: 0;
}

/* ==========================================================================
   PC (min-width: 1025px / 1440px基準)
   ========================================================================== */

@media screen and (min-width: 1025px) {

  .br-pc { display: inline; }
  .br-sp { display: none; }

  .l-fv { height: 36.11vw; }

  .fv-title {
    left: 5.56vw;
    bottom: 9.1667vw;
  }

  .fv-label {
    gap: 0.56vw;
    margin-bottom: 0.83vw;
  }

  .fv-label-diamond { width: 0.56vw; height: 0.56vw; }
  .fv-label-txt { font-size: 1.11vw; }

  .fv-heading {
    font-size: 5.56vw;
    letter-spacing: 3.2px;
    line-height: 1.2;
  }

  .l-interview-intro {
    padding: 8.33vw 5.56vw 7.22vw;
  }

  .interview-intro-particles {
    top: -127vw;
    left: -58vw;
    width: 126vw;
    height: 180vw;
  }

  .interview-intro-txt {
    max-width: 75.9vw;
    margin: 0 auto;
    font-size: 1.11vw;
    text-align: center;
    line-height: 1.7;
  }

  .l-interview-filter {
    padding: 0 5.56vw 8.89vw;
  }

  .interview-filter-head {
    justify-content: center;
    gap: 1.11vw;
    margin-bottom: 2.5vw;
  }

  .interview-filter-label { font-size: 1.25vw; }

  .interview-filter-clear { font-size: 1.11vw; }

  .interview-filter-tags {
    justify-content: center;
    gap: 1.39vw;
    padding: 0 5vw;
  }

  .interview-filter-tag {
    padding: 0.56vw 1.39vw 0.56vw 1.11vw;
    font-size: 1.11vw;
    letter-spacing: 0.64px;
    border-radius: 9999px;
  }

  .interview-filter-empty {
    padding: 5.9vw 5.56vw 8.89vw;
  }

  .interview-filter-empty-icon {
    width: 8.68vw;
  }

  .interview-filter-empty-message {
    margin-top: 5.9vw;
    max-width: 49.51vw;
    font-size: 1.67vw;
  }

  .interview-filter-empty-reset {
    margin-top: 1.32vw;
    font-size: 1.11vw;
    letter-spacing: 0.64px;
  }

  .l-interview-interview,
  .l-interview-crosstalk,
  .l-interview-special {
    padding: 0 5.56vw 13.89vw;
  }

  .interview-interview-head,
  .interview-crosstalk-head,
  .interview-special-head {
    margin-bottom: 4.17vw;
  }

  .interview-interview-label,
  .interview-crosstalk-label,
  .interview-special-label {
    gap: 0.56vw;
    margin-bottom: 0.83vw;
  }

  .interview-interview-diamond,
  .interview-crosstalk-diamond,
  .interview-special-diamond { width: 0.83vw; height: 0.83vw; }

  .interview-interview-label-txt,
  .interview-crosstalk-label-txt,
  .interview-special-label-txt { font-size: 1.11vw; }

  .interview-interview-heading,
  .interview-crosstalk-heading,
  .interview-special-heading {
    font-size: 5vw;
    letter-spacing: 0;
    line-height: 1.32;
  }

  .interview-interview-card-grid,
  .interview-crosstalk-card-grid,
  .interview-special-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5vw 3.61vw;
    align-items: stretch;
  }

  /* カード内の各サイズが vw 基準のため、親 .interview-interview-inner の
     max-width:1280px で頭打ちになると 1440px 以上でカード比率が崩れる。
     このセクションに限り上限を外し、ブロック全体を連続的に拡大させる。 */
  .l-interview-interview .interview-interview-inner,
  .l-interview-special .interview-special-inner {
    max-width: none;
  }

  .interview-card {
    gap: 1.39vw;
    height: 100%;
  }

  .interview-card-img { height: 14.72vw; }

  .interview-card-body { gap: 1.39vw; padding: 0 0.28vw; }

  .interview-card-title { font-size: 1.67vw; }

  .interview-card-title-arrow {
    display: inline-block;
    width: 1.11vw;
    margin-left: 0.42vw;
  }

  .interview-card-tags { font-size: 1.25vw; }

  .interview-card-video {
    height: 3.06vw;
    border-radius: 4px;
  }

  .interview-card-video span { font-size: 1.25vw; }
  .interview-card-video img { width: 0.76vw; }

  .interview-card-video--sp-only { display: none; }
  .interview-card-video--pc-only { display: flex; }

  .interview-card--pc-only { display: flex; }

  .l-careers {
    padding-top: 13.542vw;
    height: 76.389vw;
    background-color: #c0bdbd;
    background-image: url(../../images/bg_careers.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
  }

  .careers-ttl-section {
    padding: 0;
    margin: 0;
    font-family: "PlusJakartaSans";
    font-size: 1.111vw;
    font-weight: 600;
    line-height: 148%;
    letter-spacing: 0.178vw;
    color: #fff;
  }

  .careers-ttl-section::before {
    content: "";
    display: inline-block;
    margin-right: 0.576vw;
    width: 0.833vw;
    height: 0.833vw;
    transform: rotate(-45deg);
    border-radius: 0.139vw;
    background-color: #00FF6A;
  }

  .ttl-section-sub-careers {
    padding-top: 2.778vw;
    margin-left: auto;
    margin-right: auto;
    width: 49.306vw;
  }

  .careers-main { text-align: center; }

  .careers-main-txt {
    margin: 3.819vw 0 6.597vw 0;
    font-size: 1.111vw;
    color: #FFF;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 0.153vw;
  }

  .careers-box {
    display: flex;
    justify-content: space-between;
    width: 88.889vw;
    margin-left: auto;
    margin-right: auto;
  }

  .careers-box-content {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-left: 3.333vw;
    width: 43.056vw;
    height: 17.222vw;
    text-decoration: none;
    border-radius: 0.694vw;
    background: #FFF;
    margin: 0;
  }

  .careers-box-content::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #00ff6a 0.01%, #0ff 99.99%);
  }

  .careers-box-content::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #fff;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .careers-box-content:hover::after { opacity: 0; }

  .careers-box-accent {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0.556vw;
    background: #00ff6a;
    border-radius: 0.694vw 0 0 0.694vw;
    z-index: 2;
  }

  .careers-box-content .careers-box-content-ttl { color: #00FF6A; }
  .careers-box-content:hover .careers-box-content-ttl { color: #fff; }

  .careers-box-content-left {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 0.694vw;
    text-align: left;
    height: 5.694vw;
    width: 12.361vw;
    flex-shrink: 0;
  }

  .careers-box-content-ttl {
    margin: 0;
    color: #00FF6A;
    font-family: "PlusJakartaSans";
    font-size: 1.25vw;
    font-weight: 600;
    letter-spacing: 0.125vw;
  }

  .careers-box-content-main-txt {
    color: #081A00;
    font-family: "ZenKakuGothicNew";
    font-size: 2.986vw;
    font-weight: 700;
    line-height: 100%;
  }

  .careers-box-content-sub-txt {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    margin-left: 6.944vw;
    width: 16.181vw;
    color: #081A00;
    font-size: 1.25vw;
    font-weight: 500;
  }

  .careers-btn {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12.847vw;
    margin-left: 0;
    width: 4.444vw;
    height: 4.444vw;
    border-radius: 0.694vw 0;
    background: #081A00;
    transition: fill 0.3s ease;
  }

  .careers-btn svg {
    flex-shrink: 0;
    width: 1.53vw;
    height: 1.53vw;
  }

  .careers-box-content:hover .careers-btn svg {
    animation: flyInFromLeft 0.4s ease forwards;
  }

  .l-breadcrumb {
    padding: 0.69vw 5.56vw;
    gap: 1.11vw;
  }

  .breadcrumb-link,
  .breadcrumb-current { font-size: 1.11vw; }

  .l-contents { padding: 10vw 5.56vw; }

  .contents-inner {
    width: 100%;
    max-width: none;
    display: flex;
    align-items: center;
    gap: 2.22vw;
  }

  .contents-header {
    flex-shrink: 0;
    width: 31.11vw;
    margin-bottom: 0;
  }

  .contents-label {
    gap: 0.56vw;
    margin-bottom: 0.56vw;
  }

  .contents-label-diamond { width: 0.83vw; height: 0.83vw; }
  .contents-label-txt { font-size: 1.11vw; }

  .contents-heading { font-size: 3.33vw; }

  .contents-links {
    flex: 1;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.22vw;
  }

  .contents-link-card { height: 8.33vw; padding: 1.67vw 2.22vw; }
  .contents-link-txt { font-size: 1.67vw; }
  .contents-link-arrow { width: 1.11vw; height: 1.11vw; }

  .l-header .header-logo { display: none; }
  .l-header .header-logo-alt { display: flex; }
}

/* ==========================================================================
   PC 1440px以上の上限設定
   （.l-interview-interview / .l-interview-special 専用）

   上記コメント（interview-interview-inner / interview-special-inner の
   max-width: none）の通り、この2セクションはカードの縦横比を保つため
   コンテナの max-width を外し、内包要素をすべて vw 基準で拡大させている。
   そのため 1440px を超える画面幅でも際限なく拡大し続けてしまう。
   ここでは各 vw 指定を clamp() に置き換え、1440px 時点の計算値
   （vw × 14.4px）を上限として渡す。1440px 未満では clamp() の
   preferred 値（従来と同じ vw 指定）がそのまま採用されるため既存表示は
   変わらず、1440px 以上でのみ幅・高さが同時に頭打ちになり、
   カードの縦横比と画像のトリミング／表示位置は維持される。
   ========================================================================== */

@media screen and (min-width: 1025px) {

  .l-interview-interview,
  .l-interview-special {
    padding: 0 clamp(0px, 5.56vw, 80.064px) clamp(0px, 13.89vw, 200.016px);
  }

  .l-interview-interview .interview-interview-inner,
  .l-interview-special .interview-special-inner {
    max-width: 1280px;
  }

  .l-interview-interview .interview-interview-head,
  .l-interview-special .interview-special-head {
    margin-bottom: clamp(0px, 4.17vw, 60.048px);
  }

  .l-interview-interview .interview-interview-label,
  .l-interview-special .interview-special-label {
    gap: clamp(0px, 0.56vw, 8.064px);
    margin-bottom: clamp(0px, 0.83vw, 11.952px);
  }

  .l-interview-interview .interview-interview-diamond,
  .l-interview-special .interview-special-diamond {
    width: clamp(0px, 0.83vw, 11.952px);
    height: clamp(0px, 0.83vw, 11.952px);
  }

  .l-interview-interview .interview-interview-label-txt,
  .l-interview-special .interview-special-label-txt {
    font-size: clamp(0px, 1.11vw, 15.984px);
  }

  .l-interview-interview .interview-interview-heading,
  .l-interview-special .interview-special-heading {
    font-size: clamp(0px, 5vw, 72px);
  }

  .l-interview-interview .interview-interview-card-grid,
  .l-interview-special .interview-special-card-grid {
    gap: clamp(0px, 5vw, 72px) clamp(0px, 3.61vw, 51.984px);
  }

  .l-interview-interview .interview-card,
  .l-interview-special .interview-card {
    gap: clamp(0px, 1.39vw, 20.016px);
  }

  .l-interview-interview .interview-card-img,
  .l-interview-special .interview-card-img {
    height: clamp(0px, 14.72vw, 211.968px);
  }

  .l-interview-interview .interview-card-body,
  .l-interview-special .interview-card-body {
    gap: clamp(0px, 1.39vw, 20.016px);
    padding: 0 clamp(0px, 0.28vw, 4.032px);
  }

  .l-interview-interview .interview-card-title,
  .l-interview-special .interview-card-title {
    font-size: clamp(0px, 1.67vw, 24.048px);
  }

  .l-interview-interview .interview-card-title-arrow,
  .l-interview-special .interview-card-title-arrow {
    width: clamp(0px, 1.11vw, 15.984px);
    margin-left: clamp(0px, 0.42vw, 6.048px);
  }

  .l-interview-interview .interview-card-tags,
  .l-interview-special .interview-card-tags {
    font-size: clamp(0px, 1.25vw, 18px);
  }

}
