/* =========================
サブページ共通
========================= */

body.sub-page {
  background: url("../images/top/bg-pattern.png"), linear-gradient(180deg, #1989bc 0%, #150122 60%, #17456f 63%, #17345c 65%, #162349 75%, #06b3da 100%);
  background-repeat: repeat, no-repeat;
  background-size: 100% auto, cover;
  background-blend-mode: normal;
  letter-spacing: 0.1em;

  @media only screen and (max-width: 499px) {
    background: url("../images/top/bg-pattern.png"), linear-gradient(180deg, #1989bc 0%, #150122 20%, #17456f 40%, #17345c 55%, #162349 80%, #06b3da 100%);
    background-repeat: repeat, no-repeat;
    background-size: 100% auto, cover;
    background-blend-mode: normal;
  }
}

.interview-page__heading {
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid #444444;
  text-align: center;
  padding: 1rem;
  margin-bottom: 40px;
}

.interview-page__title {
  font-size: var(--fz40);
  font-weight: bold;
  line-height: 1.25;
}

@media only screen and (max-width: 767px) {
  .interview-page__heading-wrap {
    padding: 0 1rem;
  }
  .interview-page__heading {
    margin-bottom: 30px;
    padding: 10px 12px;
  }
}
/* ================
インタビューページ
================ */

/* メインビジュアル */

.interview-hero {
  position: relative;
  width: 100%;
  min-height: 370px;
  background-image: url("../images/interview/mainvisual.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.interview-hero__inner {
  position: relative;
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.interview-hero__title {
  font-size: var(--fz100);
  font-weight: 900;
  line-height: 1.2;
  color: #444444;
  text-align: center;
  -webkit-text-stroke: 6px #ffffff;
  text-stroke: 6px #ffffff;
  paint-order: stroke fill;
}

@media (max-width: 767px) {
  .interview-hero {
    min-height: 220px;
  }

  .interview-hero__title {
    line-height: 1.25;
    letter-spacing: 0.08em;
  }
}

/* インタビュー：事業内容 */
.interview-business {
  padding: 100px 0;
  background-color: var(--white);
  color: #444444;
}

.interview-business__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.interview-business__lead {
  font-size: var(--fz25);
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 4rem;
}

.interview-business__content {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}

.interview-business__image-wrap {
  width: 41%;
}

.interview-business__text {
  width: 37%;
}

.interview-business__list {
  margin-bottom: 20px;
  padding-left: 1em;
}

.interview-business__item {
  font-size: var(--fz20);
  font-weight: normal;
  line-height: 2;
  list-style: disc;
}

.interview-business__item + .interview-business__item {
  margin-top: 4px;
}

.interview-business__note {
  font-size: var(--fz18);
  line-height: 2;
}
@media only screen and (min-width: 1399px) {
  .interview-business__content {
    justify-content: center;
  }
}
@media only screen and (max-width: 1199px) {
  .interview-business__inner {
    padding: 0 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .interview-business {
    padding: 60px 0;
  }

  .interview-business__content {
    flex-direction: column;
    gap: 24px;
  }

  .interview-business__lead {
    margin-bottom: 40px;
  }

  .interview-business__image-wrap,
  .interview-business__text {
    width: 100%;
  }
  .interview-business__image {
    max-height: 400px;
    object-position: top;
  }
}

/* INTERVIEW01~03 */

.interview-detail {
  padding-top: 120px;
  color: var(--white);
}

.interview-detail__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.interview-detail__inner:not(:first-child) {
  padding-top: 100px;
}

.interview-mv {
  margin-bottom: 45px;
}

.interview-mv__layout {
  display: flex;
  align-items: stretch;
  gap: 40px;
}

.interview-mv__image-wrap {
  width: 41%;
}

.interview-mv__content {
  width: 41%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.interview-mv__label {
  font-size: var(--fz40);
  font-family: "Koulen", sans-serif;
  font-weight: normal;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 60px;
  text-align: center;
}

.interview-mv__catch {
  font-size: var(--fz35);
  font-weight: bold;
  color: var(--yellow);
  line-height: 1.71;
}

.interview-mv__profile {
  font-size: var(--fz20);
  font-weight: bold;
  line-height: 2;
}

/* Q&A */

.interview-block {
  margin-bottom: 80px;
}
.interview-block__item {
  max-width: 80%;
  margin: 0 auto 165px;
}

.interview-block__head {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 24px;
}

.interview-block__q-mark {
  font-size: var(--fz80);
  font-family: "Koulen", sans-serif;
  font-weight: normal;
  line-height: 1;
}

.interview-block__question {
  font-size: var(--fz30);
  font-weight: bold;
  line-height: 1.33;
}

.interview-block__body {
  padding-left: 3em; /* Q. と質問文の揃え */
}

.interview-block__text + .interview-block__text {
  margin-top: 50px;
}

.interview-block__text {
  font-size: var(--fz20);
  font-weight: 500;
  line-height: 2;
}
.interview-block__head-photo {
  max-width: 80%;
  margin: 0 auto 40px;
}

.interview-block__item--with-photo {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  max-width: 85%;
  margin-left: auto;
  margin-bottom: 165px;
}
.interview-block__item--with-photo .interview-block__body {
  max-width: 905px;
  padding-left: 0;
}

.interview-bottom {
  margin-top: 80px;
  padding: 65px;
  background-color: #17345c;
  text-align: center;
}

.interview-bottom__text {
  font-size: var(--fz35);
  font-weight: bold;
  line-height: 1.71;
}

@media only screen and (min-width: 1440px) {
  .interview-mv__layout {
    justify-content: center;
  }
}

@media only screen and (max-width: 1199px) {
  .interview-detail__inner {
    padding: 0 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .interview-detail {
    padding-top: 60px;
  }

  .interview-mv {
    margin-bottom: 48px;
  }

  .interview-mv__layout {
    flex-direction: column;
    gap: 24px;
  }
  .interview-block__item {
    max-width: 96%;
    margin: 0 auto 60px;
  }
  .interview-mv__image-wrap,
  .interview-mv__content {
    width: 100%;
  }
  .interview-block__head-photo {
    max-width: 96%;
    margin: 0 auto 24px;
  }

  .interview-mv__label {
    margin-bottom: 16px;
  }

  .interview-mv__catch {
    margin-bottom: 10px;
  }

  .interview-block {
    margin-bottom: 56px;
  }

  .interview-block__item + .interview-block__item {
    margin-top: 40px;
  }
  .interview-block__text + .interview-block__text {
    margin-top: 20px;
  }

  .interview-block__body {
    padding-left: 0;
  }

  .interview-block__item--with-photo {
    flex-direction: column;
    gap: 24px;
    max-width: 96%;
    margin-bottom: 80px;
  }

  .interview-bottom {
    margin-top: 50px;
    padding: 32px;
  }
}

/* 各種手当 */
.interview-benefits {
  padding: 150px 0 130px;
  background-color: var(--white);
  color: #444444;
}
.interview-benefits__support,
.interview-benefits__career {
  padding-top: 0;
}
.interview-benefits__career {
  padding-bottom: 380px;
}

.interview-benefits__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
  box-sizing: content-box;
}

.interview-benefits__lead {
  font-size: var(--fz25);
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
  line-height: 1.8;
}

.interview-benefits__visual {
  margin-top: 64px;
}

.interview-benefits__list {
  margin-top: 60px;
}

.benefit-item {
  padding: 30px 0;
  text-align: center;
  border: none;
  background-image: radial-gradient(circle, #444444 30%, transparent 60%);
  background-size: 5px 2px;
  background-repeat: repeat-x;
  background-position: bottom center;
}

.benefit-item:first-child {
  padding-top: 32px;
}

.benefit-item__title {
  font-size: var(--fz25);
  font-weight: bold;
  line-height: 1.6;
}

.benefit-item--with-desc .benefit-item__title {
  margin-bottom: 20px;
}

.benefit-item__desc {
  font-size: var(--fz18);
  line-height: 2.2;
  text-align: left;
}

.benefit-item__desc-center {
  text-align: center;
}

/* 注釈付きタイプ（インフレ手当） */
.benefit-item--note .benefit-item__note {
  font-size: var(--fz25);
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (max-width: 1024px) {
  .interview-benefits__career {
    padding-bottom: 240px;
  }
}

@media only screen and (max-width: 767px) {
  .interview-benefits {
    padding: 60px 0;
  }
  .interview-benefits__support,
  .interview-benefits__career {
    padding-top: 0;
  }

  .interview-benefits__lead {
    margin-top: 24px;
    text-align: left;
  }

  .benefit-item {
    padding: 20px 0;
    text-align: left;
  }

  .benefit-item__desc,
  .benefit-item--note .benefit-item__note {
    text-align: left;
  }
  .interview-benefits__visual {
    margin-top: 32px;
  }
  .interview-benefits__list {
    margin-top: 8px;
  }
  .interview-benefits__career {
    padding-bottom: 150px;
  }
}

/* インタビューページ フッター */
.sub-page__footer {
  background: none;
  color: var(--white);
}
.sub-page__footer .footer-nav__link,
.sub-page__footer .footer-nav__sublink,
.sub-page__footer .site-footer__sns-label {
  color: var(--white);
}
.sub-page__footer .site-footer__logo-image {
  max-width: 140px;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .sub-page__footer .site-footer__logo-image {
    max-width: 100px;
    margin-bottom: 1rem;
  }
}
/* =========================
エントリーページ
========================= */

body.sub-common-page {
  background: none;
}

/* エントリーページ専用ヘッダー */
.sub-common-header {
  background-color: #17345c;
  height: 253px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub-common-header__logo-image {
  max-width: 180px;
}

.entry-intro {
  text-align: center;
}

.entry-intro__title-en {
  font-size: var(--fz80);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  color: #17345c;
  margin-bottom: 1rem;
}

/* エントリー */
.entry-intro__title-sub {
  font-size: var(--fz18);
  font-weight: 500;
  letter-spacing: 0;
  color: #17345c;
  margin-bottom: 80px;
}

.entry-intro__heading {
  font-size: var(--fz30);
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 40px;
}

.entry-intro__lead {
  max-width: 720px;
  margin: 0 auto 60px;
}

.entry-intro__lead-text {
  font-size: var(--fz16);
  font-weight: normal;
  line-height: 2;
  margin-bottom: 1rem;
}

.entry-intro__tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: #333333;
}

.entry-intro__tel-icon img {
  max-width: 40px;
}

.entry-intro__tel-number {
  font-size: var(--fz35);
  letter-spacing: 0;
  line-height: 1;
}

/* ===== Entry Form ===== */
.entry-form {
  margin: 60px 0 90px;
}
.entry-form__inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.entry-form__title {
  font-size: var(--fz30);
  font-weight: 800;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
.entry-form__lead {
  font-size: var(--fz16);
  font-weight: normal;
  line-height: 2;
  color: var(--black);
  text-align: center;
  margin-top: 35px;
}
.entry-form__rule {
  border: 0;
  border-top: 1px solid var(--black);
  margin-block: 50px;
}

/* form base */
.entry-form__form {
  max-width: 700px;
  margin: 0 auto;
  display: grid;
  gap: 3rem;
}
.form-group {
  display: grid;
  gap: 0.7rem;
}
.form-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 16px;
}
.form-radios {
  display: flex;
  gap: 10px;
}

.radio input {
  transform: translateY(1px);
}
.form-radios--experience {
  gap: 10px;
}
.form-radios__note {
  font-size: var(--fz18);
  opacity: 0.8;
}

.form-radios--experience .radio span {
  font-size: 18px;
  color: #555;
}

@media (max-width: 768px) {
  .sub-common-header {
    height: 120px;
  }

  .sub-common-header__logo-image {
    max-width: 100px;
  }
}

.form-group--sm {
  max-width: 220px;
}

.form-label {
  font-size: var(--fz18);
  font-weight: 500;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}
.form-label.required::after {
  content: "（必須）";
  color: #fa0000;
  font-weight: 500;
  font-size: 0.9em;
  letter-spacing: 0.02em;
}
.form-label.opt::after {
  content: "（任意）";
  color: #6b7280;
  font-weight: 500;
  font-size: 0.9em;
  letter-spacing: 0.02em;
}

.form-control {
  max-width: 100%;
  width: 100%;
  background: #fff;
  border: 0.5px solid rgba(27, 31, 40, 0.4);
  border-radius: 15px;
  padding: 18px 20px;
  font-size: var(--fz18);
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
}
.form-control:focus {
  outline: none;
  border-color: #c7d6e6;
  box-shadow: 0 0 0 4px rgba(0, 113, 188, 0.15);
}
.textarea {
  resize: vertical;
}

.form-note {
  max-width: 100%;
  font-size: var(--fz16);
  color: var(--black);
  letter-spacing: 0.02em;
  line-height: 1.8;
  opacity: 0.8;
}

/* fieldset */
.form-fieldset {
  border: 0;
  padding: 0;
  margin: clamp(8px, 2.5vw, 12px) 0;
}
.form-legend {
  font-size: var(--fz20);
  font-weight: 500;
  margin-bottom: 4px;
}
.form-legend.required::after {
  content: "（必須）";
  color: #ef4444;
  font-weight: 700;
  margin-left: 0.5em;
}
.form-subttl {
  font-size: var(--fz20);
  font-weight: 500;
  margin: 8px 0 10px;
}

/* アップロードボックス（ドロップ領域） */
.file {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 2rem;
  background: #fff;
  border: 0.5px solid rgba(27, 31, 40, 0.6);
  border-radius: 15px;
  text-align: center;
  gap: clamp(12px, 2vw, 18px);
  margin-top: 30px;
}

/* ボックス全面クリックでファイル選択を開く */
.file input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

/* 上段のリード文（スクショの「ファイルをドラッグ&ドロップ、または」） */
.file::before {
  content: "ファイルをドラッグ＆ドロップ、  または";
  font-size: var(--fz20);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  order: 1;
}

/* 下段の注意書き（2行） */
.file::after {
  content: "添付可能なファイル形式：PDF, Word(docx),\00000aExcel(xlsx), JPG, PNG（最大10MB）";
  display: block;
  white-space: pre-wrap;
  font-size: var(--fz16);
  color: #374151;
  line-height: 1.9;
  letter-spacing: 0.05em;
  order: 2;
  margin: 6px 0 14px;
}

/* 選択ボタン（濃いグレーの大きめピル型） */
.file__btn {
  display: inline-block;
  background: rgba(27, 31, 40, 0.6);
  color: #fff;
  border: none;
  border-radius: 16px;
  padding: 2rem;
  font-weight: 700;
  font-size: var(--fz20);
  line-height: 1;
  cursor: pointer;
  order: 3;
}
.file__btn:hover {
  filter: brightness(1.05);
}

/* ファイル名の表示は今回非表示 */
.file__name {
  display: none;
}

/* entry privacy box */
.entry-privacy {
  max-width: 100%;
  margin-top: clamp(20px, 4.5vw, 30px);
  background: rgba(217, 217, 217, 0.4);
  border-radius: 30px;
  padding: 3rem;
}

.entry-privacy__ttl {
  font-size: var(--fz20);
  text-align: center;
  font-weight: 500;
  margin-bottom: 24px;
}

/* submit */
.entry-form__submit {
  text-align: center;
  margin-top: clamp(20px, 5.5vw, 36px);
}
.entry-form__btn {
  display: inline-block;
  width: 100%;
  background: #a1080b;
  font-size: var(--fz30);
  font-weight: bold;
  color: var(--white);
  border: none;
  border-radius: 15px;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.entry-form__btn:hover {
  opacity: 0.9;
}

@media only screen and (max-width: 1023px) {
  .entry-form__inner {
    max-width: 75%;
  }
}

@media only screen and (max-width: 768px) {
  .entry-form__lead {
    margin-top: 20px;
  }
  .entry-form__rule {
    margin-block: 30px;
  }
  .entry-form__inner {
    max-width: 90%;
  }

  .form-subttl {
    margin-bottom: 0;
  }
  .entry-form__form {
    gap: 2rem;
  }
  .file {
    margin-top: 0;
  }
  .entry-privacy {
    margin-top: 10px;
    padding: 2rem;
  }
  .entry-form {
    margin: 40px 0 60px;
  }
  .entry-intro__title-sub {
    margin-bottom: 20px;
  }
  .entry-intro__heading {
    margin-bottom: 20px;
  }
  .entry-intro__lead {
    margin: 0 auto 30px;
  }
}

@media (max-width: 599px) {
  .form-row {
    grid-template-columns: 1fr;
  }
  .form-radios {
    display: flex;
    flex-direction: column;
  }
  .form-radios--experience {
    gap: 0;
  }
  .form-radios--experience .radio span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 399px) {
  .entry-form__title {
    text-align: left;
  }
  .entry-form__lead {
    text-align: left;
  }
  .form-radios--experience .radio span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 359px) {
  .form-radios--experience {
    gap: 2px;
  }
  .form-radios--experience .radio span {
    font-size: 12px;
  }
}

.wpcf7-list-item {
  font-size: var(--fz20);
}
span.wpcf7-list-item-label {
  font-size: var(--fz18);
}

#resume-wrap.is-hidden {
  display: none;
}

.file__name {
  display: none;
}
.file__name.is-visible {
  display: inline-block; /* 任意 */
}

/* ドロップ中の見た目 */
#resume-wrap.is-dragover {
  outline: 3px solid rgba(0, 113, 188, 0.25);
  box-shadow: 0 0 0 4px rgba(0, 113, 188, 0.12) inset;
  background: #f8fbff;
}

/* エントリーページ専用フッター */
.sub-common-footer {
  background-color: #17345c;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub-common-footer__logo-image {
  max-width: 180px;
}
@media (max-width: 768px) {
  .sub-common-footer {
    height: 150px;
  }
  .sub-common-footer__logo-image {
    max-width: 100px;
  }
}
/* =========================================================
 *  投稿一覧
 * ======================================================= */

.news-archive {
  padding: 50px 0 10%;
}

.news-archive__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
}

.post-breadcrumb {
  font-size: var(--fz20);
  margin-bottom: 55px;
}

.post-breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 4px;
}

.post-breadcrumb__item {
  white-space: nowrap;
}

.post-breadcrumb__link {
  color: inherit;
  text-decoration: none;
}

.post-breadcrumb__link:hover {
  text-decoration: underline;
}

.post-breadcrumb__separator {
  margin: 0 2px;
}

.news-archive__title {
  font-size: var(--fz48);
  font-weight: 900;
  letter-spacing: 0;
  color: #17345c;
  text-align: center;
  margin-bottom: 40px;
}

.news-archive__list {
  position: relative;
}

.news-archive__list::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 190px;
  width: 0;
  height: 133%;
  border-left: 1px solid #000;
}

.news-archive__item {
  display: flex;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid #000;
}

.news-archive__date {
  flex: 0 0 160px;
  font-size: var(--fz20);
  letter-spacing: 0.1em;
  text-align: right;
  margin-right: 40px;
}

.news-archive__text {
  flex: 1 1 auto;
  font-size: var(--fz20);
  letter-spacing: 0.1em;
  margin-left: 2em;
}

@media (max-width: 767px) {
  .news-archive {
    padding: 60px 0 80px;
  }
  .news-archive__breadcrumb {
    margin-bottom: 36px;
  }
  .news-archive__title {
    margin-bottom: 36px;
  }

  .news-archive__list::before {
    display: none;
  }

  .news-archive__item {
    flex-direction: column;
    align-items: start;
    padding: 24px 0;
  }

  .news-archive__date {
    flex: auto;
    text-align: left;
  }
  .news-archive__text {
    margin-left: 0;
  }
}


/* お知らせ一覧：一時的にリンク無効 */
.news-section__item-link--disabled {
  pointer-events: none; 
}
