@charset "UTF-8";
/* ============================================================
   株式会社昭光電業社 RECRUITページ（PC）
   Figma: 昭光電業社様_20260717 / RECRUIT_PC (node 175:8)
   1728px基準。SP版はデザイン未提供のため未実装。
   ※ リセット/ヘッダー/フッターは common.scss 側
   ============================================================ */
:root {
  --ink: #1e1e1e;
  --gray: #939393;
  --white: #fff;
}

.section-label {
  font-family: var(--font-en);
  font-weight: 600;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  line-height: 1.0667;
  color: var(--ink);
}

.section-label--white {
  color: var(--white);
}

.site-header__bars span {
  background-color: var(--white);
}

/* ============ HERO ============ */
.r-hero {
  position: relative;
  height: 63.625rem;
}

.r-hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.r-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.r-hero__heading {
  position: absolute;
  left: calc(50% - 46.25rem);
  top: 30.0625rem;
  font-weight: 500;
  font-size: 3.625rem;
  letter-spacing: 0.45em;
  line-height: 0.9483;
  color: var(--white);
  white-space: nowrap;
}

.r-hero__comma {
  letter-spacing: 0.0138em;
}

/* ============ IDEAL CANDIDATE ============ */
.ideal {
  background: var(--ink);
  color: var(--white);
  padding: 4.875rem 0 6.25rem;
  text-align: center;
  position: relative;
}

.ideal__label {
  font-family: var(--font-en);
  font-weight: 600;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  line-height: 1.0667;
}

.ideal__border {
  border-top: 1px solid var(--white);
  margin-top: 1.4375rem;
}

.ideal__lead {
  margin-top: 4.9375rem;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.45em;
  line-height: 2.5;
  padding: 0 1.25rem;
}

.ideal__body {
  margin-top: 3rem;
  font-size: 1rem;
  letter-spacing: 0.4em;
  line-height: 2.2857;
  padding: 0 1.25rem;
}

/* ============ JOBS ============ */
.jobs {
  position: relative;
  padding: 5rem 0;
}

.jobs__label {
  max-width: 77.5rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.jobs__border {
  border-top: 1px solid var(--ink);
  margin-top: 1.4375rem;
}

.jobs__placeholder {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 3.75rem;
  padding: 0 1.25rem;
}

.jobs__block {
  width: 36.375rem;
  border: 1px solid #e9e9e9;
  background-color: var(--white);
}

.jobs__block h3 {
  background: #e9e9e9;
  padding: 1.25rem 2.5rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.45em;
  color: #1e1e1e;
}

.jobs__block p {
  padding: 1.25rem 2.5rem;
  font-weight: 350;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.45em;
  color: #1e1e1e;
}

/* ============ INTERVIEW ============ */
.interview {
  position: relative;
  color: var(--white);
  padding: 6.25rem 0 7.5rem;
  overflow: hidden;
}

.interview__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

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

.interview__overlay {
  position: absolute;
  inset: 0;
  background: rgba(30, 30, 30, 0.8);
}

.interview__inner {
  position: relative;
  max-width: 77.5rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.interview__label {
  margin-bottom: 1.5rem;
}

.interview__border {
  border-top: 1px solid var(--white);
  margin-bottom: 2.75rem;
}

.interview__column {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3.75rem;
}

.interview__photo {
  width: 32.5rem;
}

.interview__photo img {
  width: 100%;
  max-width: 21.125rem;
  margin-inline: auto 0;
}

.interview__content {
  width: 38.75rem;
}

.interview__quote {
  position: absolute;
  left: -3rem;
  top: 0;
}

.interview__heading {
  margin-left: 3rem;
  padding-top: 2.375rem;
  font-weight: 500;
  font-size: 1.875rem;
  letter-spacing: 0.25em;
  line-height: 1.3667;
  position: relative;
}

.interview__attribution {
  margin-top: 0.9375rem;
  font-size: 1rem;
  letter-spacing: 0.45em;
  line-height: 2;
  text-align: right;
}

.interview__body {
  margin-top: 3.375rem;
  margin-left: 0.875rem;
  width: 38.9375rem;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.45em;
  line-height: 2;
}

.interview__body p + p {
  margin-top: 2rem;
}

/* ============ DAILY FLOW ============ */
.flow {
  position: relative;
  padding: 5rem 0 6.25rem;
}

.flow__head {
  position: relative;
  max-width: 77.5rem;
  padding: 0 1.25rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 2.625rem;
}

.flow__label-jp {
  font-size: 1.5rem;
  letter-spacing: 0.45em;
  line-height: 1.3333;
}

.flow__border {
  border-top: 1px solid var(--ink);
  margin-top: 1.4375rem;
}

.flow__body {
  position: relative;
  max-width: 77.5rem;
  padding: 0 1.25rem;
  margin: 5.125rem auto 0;
  position: relative;
}

.flow__timeline {
  position: relative;
  padding-left: 0.4375rem;
}

/* 縦ライン */
.flow__timeline::before {
  content: "";
  position: absolute;
  left: 0.4375rem;
  top: 0.6875rem;
  bottom: 5.625rem;
  width: 0.0625rem;
  background: var(--gray);
}

.flow__item {
  position: relative;
  padding-left: 8.375rem;
  min-height: 6.0625rem;
  margin-bottom: 2.0625rem;
}

.flow__item:last-child {
  margin-bottom: 0;
}

/* ドット */
.flow__item::before {
  content: "";
  position: absolute;
  left: -0.4375rem;
  top: 0.25rem;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  background: var(--ink);
}

.flow__time {
  position: absolute;
  left: 3.4375rem;
  top: -0.3125rem;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2;
  color: var(--gray);
}

.flow__title {
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.45em;
  line-height: 1.6;
}

.flow__desc {
  margin-top: 0.0625rem;
  font-size: 1rem;
  letter-spacing: 0.45em;
  line-height: 2;
}

.flow__photo {
  position: absolute;
  right: calc((100vw - 75rem) / 2 * -1 + 3.125rem);
  top: 0;
  width: calc(26.25rem + (100vw - 75rem) / 2 - 3.125rem);
  max-width: calc(26.25rem + (100vw - 75rem) / 2 - 3.125rem);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.flow__photo img {
  max-width: 645px;
  width: 100%;
  height: auto;
}

.flow__photo img:nth-child(2) {
  max-width: 415px;
  width: 65%;
}

.flow__note {
  margin: 1.5rem auto 0;
  font-size: 1rem;
  letter-spacing: 0.45em;
  line-height: 2;
}

/* ============ FAQ ============ */
.faq {
  background: var(--ink);
  color: var(--white);
  padding: 5.1875rem 0 6.8125rem;
  position: relative;
}

.faq__label {
  max-width: 77.5rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.faq__border {
  border-top: 1px solid var(--white);
  margin-top: 1.4375rem;
}

.faq__heading {
  max-width: 77.5rem;
  margin: 2.3125rem auto 0;
  padding: 0 1.25rem;
  font-size: 2.8125rem;
  letter-spacing: 0.45em;
  line-height: 0.7111;
}

.faq__list {
  max-width: 77.5rem;
  margin: 6.4375rem auto 0;
  padding: 0 1.25rem;
}

.faq__item {
  border-top: 1px solid var(--white);
  padding: 2.375rem 0 2.5625rem;
}

.faq__list::after {
  content: "";
  display: block;
  border-top: 1px solid var(--white);
}

.faq__q {
  margin-left: 1.875rem;
  padding-left: 2rem;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.45em;
  line-height: 1.7778;
  position: relative;
}

.faq__q::before {
  content: "Q.";
  top: 0;
  left: 0;
  position: absolute;
}

.faq__a {
  margin-top: 1.375rem;
  padding-left: 4.9375rem;
  max-width: 77.5rem;
  font-size: 1rem;
  letter-spacing: 0.3em;
  line-height: 2;
  padding: 0 1.25rem;
}

/* 中間幅での崩れ防止（1500px以下） */
@media (max-width: 1500px) {
  .r-hero__heading {
    left: 2.5rem;
    letter-spacing: 1.5vw;
    font-size: 3.4vw;
  }
  .jobs__label,
  .flow__head,
  .flow__body,
  .flow__note,
  .faq__label,
  .faq__heading,
  .faq__list {
    max-width: none;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .interview__label {
    left: 2.5rem;
  }
  .interview__column {
    gap: 2.5rem;
  }
  .interview__photo {
    width: 50%;
  }
  .interview__content {
    left: 48%;
    width: 48%;
  }
  .interview__body {
    width: auto;
  }
  .flow__content {
    width: calc(60% - 2.5rem);
  }
  .flow__photo {
    width: calc(40% + 2.5rem);
    max-width: calc(40% + 2.5rem);
    height: auto;
    aspect-ratio: 676/794;
    right: -2.5rem;
  }
  .flow__photo img {
    height: auto;
  }
}
@media (max-width: 767px) {
  .r-hero {
    height: 64rem;
  }
  .r-hero__heading {
    left: 1.25rem;
    top: 10rem;
    font-size: 1.75rem;
    line-height: 1.25;
    letter-spacing: 0.3em;
  }
  .r-hero__comma {
    letter-spacing: 0.0286em;
  }
  .ideal {
    padding: 4rem 0;
  }
  .ideal__label {
    font-size: 0.65625rem;
  }
  .ideal__lead {
    margin-top: 3.75rem;
    font-size: 1.25rem;
    padding: 0 1.25rem;
  }
  .ideal__body {
    margin-top: 3.75rem;
    padding: 0 1.25rem;
    font-size: 0.875rem;
  }
  .jobs {
    padding: 3.75rem 0;
  }
  .jobs__label {
    text-align: center;
    font-size: 1rem;
  }
  .jobs__placeholder {
    padding: 0 1.25rem;
    flex-direction: column;
    align-items: center;
  }
  .jobs__block {
    max-width: 21.125rem;
    width: 100%;
  }
  .jobs__block h3 {
    padding: 0.625rem 1.25rem;
    font-size: 1rem;
    text-align: center;
  }
  .jobs__block p {
    padding: 1.25rem 1.25rem;
    font-size: 0.875rem;
  }
  .interview {
    padding: 3.75rem 0 5rem;
  }
  .interview__label {
    text-align: center;
    font-size: 1rem;
  }
  .interview__border {
    width: 100vw;
    margin-left: -1.25rem;
  }
  .interview__column {
    flex-direction: column-reverse;
    align-items: center;
    gap: 1.5rem;
    padding: 0;
  }
  .interview__photo {
    width: 100%;
    max-width: 20.5625rem;
  }
  .interview__photo img {
    width: auto;
  }
  .interview__content {
    width: 100%;
  }
  .interview__heading {
    margin-left: 2.0625rem;
    padding-top: 0.75rem;
    font-size: 1.25rem;
  }
  .interview__quote {
    left: -2.0625rem;
    width: 1.875rem;
    height: 1.875rem;
  }
  .interview__attribution {
    margin-top: 1.25rem;
    font-size: 0.875rem;
  }
  .interview__body {
    margin-top: 1.5625rem;
    margin-left: 0;
    width: 100%;
    font-size: 0.875rem;
  }
  .flow {
    padding: 3.75rem 0 6.25rem;
  }
  .flow__head {
    gap: 0.625rem;
    flex-direction: column;
    margin: 0;
  }
  .flow__label {
    font-size: 1rem;
    padding-bottom: 0.75rem;
    position: relative;
    width: 100%;
    text-align: center;
  }
  .flow__label::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: -1.25rem;
    width: 100vw;
    height: 0.0625rem;
    background-color: var(--ink);
  }
  .flow__label-jp {
    font-size: 1.125rem;
  }
  .flow__border {
    display: none;
  }
  .flow__content {
    width: 100%;
  }
  .flow__body {
    margin: 2.625rem auto 0;
    padding: 0 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
  }
  .flow__timeline::before {
    bottom: 6.25rem;
  }
  .flow__item {
    padding-left: 2.375rem;
    min-height: 6.0625rem;
    margin-bottom: 2.0625rem;
  }
  .flow__time {
    position: static;
  }
  .flow__title {
    font-size: 1rem;
  }
  .flow__desc {
    font-size: 0.875rem;
  }
  .flow__note {
    margin: 2.5rem 0 0;
    font-size: 0.75rem;
  }
  .flow__photo {
    position: static;
    right: 0;
    top: 0;
    width: 22.0625rem;
    max-width: 100%;
    margin-right: -1.25rem;
  }
  .faq {
    padding: 3.75rem 0 4.5rem;
  }
  .faq__label {
    text-align: center;
    font-size: 1rem;
  }
  .faq__heading {
    margin: 1.5rem auto 0;
    font-size: 1rem;
    text-align: center;
  }
  .faq__list {
    margin: 2.5rem auto 0;
    padding: 0 1.25rem;
  }
  .faq__item {
    padding: 1.25rem 0;
  }
  .faq__item:first-child {
    border-top: none;
    padding: 0 0 1.25rem;
  }
  .faq__q {
    margin-left: 0;
    padding-left: 2rem;
    font-size: 1rem;
  }
  .faq__a {
    margin-top: 1rem;
    padding-left: 1.875rem;
    font-size: 0.875rem;
  }
}
/*# sourceMappingURL=style.css.map */
