@charset "UTF-8";
:root {
  --font-sans: 'Noto Sans JP', sans-serif;
  --font-en: "Oswald", sans-serif;
  --main-bg: #F9F1E4;
  --color-text: #333;
  --color-black: #333;
  --color-gold: #AB9461;
  --content-width: 1240px;
  --content-width-sm: 1090px;
  --content-width-l: 1400px;
  --shadow: 10px 10px 0px var(--color-main);
  --shadow-pink: 10px 10px 0px var(--color-accent);
  --shadow-pink--sm: 5px 5px 0px var(--color-accent);
}

/* ============================================ */
/*スタイルをリセットするファイルです*/
/* ============================================ */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: var(--font-sans);
  color: var(--color-text);
  background: var(--main-bg);
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}

/* デフォルトのタイポグラフィ */
h1,
h2,
h3 {
  line-height: 1.3;
  text-align: left;
}

h1 {
  font-size: clamp(28px, 4vw, 40px);
}

h2 {
  font-size: clamp(22px, 3vw, 28px);
}

h3 {
  font-size: clamp(18px, 2.5vw, 22px);
}

p {
  font-size: 16px;
  color: var(--color-text);
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  height: auto;
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* よく使うユーティリティ */
.u-mt-0 {
  margin-top: 0 !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

[data-sp-only] {
  display: none !important;
}
@media screen and (max-width: 768px) {
  [data-sp-only] {
    display: block !important;
  }
}

[data-pc-only] {
  display: block !important;
}
@media screen and (max-width: 768px) {
  [data-pc-only] {
    display: none !important;
  }
}

.u-color-green {
  color: var(--color-green);
}

.u-color-red {
  color: var(--color-accent);
}

.u-marker {
  position: relative;
  display: inline-block;
}
.u-marker::after {
  content: "";
  position: absolute;
  width: 100%;
  background: #bdedea;
  z-index: -1;
}

.u-marker--lg::after {
  left: 0;
  bottom: 8px;
  height: 18px;
}
@media screen and (max-width: 768px) {
  .u-marker--lg::after {
    height: 8px;
    bottom: 3px;
  }
}

.u-marker--sm::after {
  height: 10px;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .u-marker--sm::after {
    height: 6px;
  }
}

.u-fw-400 {
  font-weight: 400;
}

.u-fw-500 {
  font-weight: 500;
}

.u-fw-700 {
  font-weight: 700;
}

.u-fz-10 {
  font-size: 10px;
  font-weight: 300;
  line-height: 120%;
}

.l-root {
  overflow-x: clip;
  max-width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-section {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .l-section {
    margin-top: 60px;
  }
}

.l-section-lower {
  margin-top: 152px;
}
@media screen and (max-width: 768px) {
  .l-section-lower {
    margin-top: 108px;
  }
}

.l-container {
  width: calc(100% - 40px);
  max-width: calc(var(--content-width));
  margin-inline: auto;
}

.l-container--sm {
  width: calc(100% - 40px);
  max-width: calc(var(--content-width-sm));
  margin-inline: auto;
}

.l-container--l {
  width: calc(100% - 40px);
  max-width: calc(var(--content-width-l));
  margin-inline: auto;
}

.l-container--1000 {
  width: min(1000px, 100% - 40px);
  margin-inline: auto;
}

.l-breadcrumb-wrap {
  position: relative;
  width: 100%;
}

.l-breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 5px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .l-breadcrumb {
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-size: 14px;
  }
}
.l-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  gap: 0.5em;
}
.l-breadcrumb__list a {
  text-decoration: underline;
}
.l-breadcrumb__list li:last-of-type {
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.l-breadcrumb__list li:last-of-type span {
  display: block;
  width: 20.8333333333vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .l-breadcrumb__list li:last-of-type span {
    width: 26.6666666667vw;
    width: 60vw;
  }
}
.l-breadcrumb__list li:hover:first-child {
  color: var(--color-gold);
}

.p-breadcrumb {
  margin-top: 18px;
}

.breadcrumb__sep {
  position: relative;
  top: -1px;
}

.l-sub-mv {
  position: relative;
}
.l-sub-mv .vertical-line {
  top: -62px;
  height: clamp(100px, 9.0277777778vw, 130px);
}
.l-sub-mv .horizontal-line {
  top: -62px;
}
.l-sub-mv .vertical-line.--bottom {
  bottom: -52px;
  height: clamp(100px, 13.8888888889vw, 130px);
}
.l-sub-mv .horizontal-line.--bottom {
  bottom: -52px;
}

.l-sub-mv__ttl-wrap {
  margin-top: 110px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.l-sub-mv__ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.6px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-sub-mv__ttl {
    font-size: 20px;
  }
}

.l-sub-mv__ttl--en {
  margin-top: 7.5px;
  display: inline-block;
  font-family: var(--font-en);
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--color-gold);
}
@media screen and (max-width: 768px) {
  .l-sub-mv__ttl--en {
    font-size: 13px;
  }
}

.c-button {
  background: var(--color-gold);
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.9px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding-block: 13px;
  width: min(173px, 100%);
  border: 2px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .c-button {
    width: min(152px, 100%);
    padding-block: 10px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}

.c-button:after {
  content: "";
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background: #fff;
  display: block;
  width: 8px;
  height: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-button--recruit {
  color: var(--color-gold);
  border: 2px solid;
  background: #fff;
}

.c-button.--link-icon {
  font-size: 16px;
  font-weight: 500;
  gap: 9px;
  width: min(220px, 100%);
  padding-block: 13px;
}

.c-button.--link-icon:after {
  clip-path: none;
  -webkit-mask: url("../../assets/image/icon_link.svg") no-repeat center/contain;
          mask: url("../../assets/image/icon_link.svg") no-repeat center/contain;
  background-color: #fff;
  width: 16px;
  height: 16px;
}

.c-button--recruit.--link-icon:after {
  background-color: var(--color-gold);
}

@media (any-hover: hover) {
  .c-button:hover {
    background: #fff;
    color: var(--color-gold);
    border-color: currentColor;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-button:hover:after {
    background: var(--color-gold);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-button--recruit:hover {
    background: var(--color-gold);
    color: #fff;
    border-color: var(--color-gold);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-button--recruit:hover:after {
    background-color: #fff;
  }
}
.c-button--back {
  width: min(220px, 100%);
  padding: clamp(10.88px, 0px + 1.4166666667vw, 17px);
}
@media screen and (max-width: 768px) {
  .c-button--back {
    width: min(180px, 100%);
  }
}
.c-button--back:after {
  display: none;
}

.c-button--news {
  width: min(179px, 100%);
  padding-block: 10px;
  font-weight: 500;
}
.c-button--news:after {
  width: 6px;
  height: 12px;
}

.u-top-button {
  position: absolute;
  right: 20px;
  bottom: 211px;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .u-top-button {
    bottom: 391px;
  }
}
@media (any-hover: hover) {
  .u-top-button:hover {
    scale: 1.1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.c-section-title {
  color: #333;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  font-family: var(--font-sans);
}
@media screen and (max-width: 768px) {
  .c-section-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.9px;
  }
}
[data-bg=black] .c-section-title {
  color: #fff;
}

.c-section-title:before {
  border: none;
  top: unset;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  translate: -50% 0;
  height: 2px;
  width: 100px;
  background: #AB9461;
}
@media screen and (max-width: 768px) {
  .c-section-title:before {
    bottom: -10px;
    width: 60px;
  }
}

.c-section-title--interview {
  font-family: var(--font-en);
  font-size: 28px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-section-title--interview {
    font-size: 22px;
    letter-spacing: 1.1px;
  }
}

.c-section-title--interview:before {
  width: min(581px, 100%);
  bottom: -5px;
  left: 0;
  translate: unset;
}

.c-heading-bar {
  width: calc(100% + 40px);
  margin-left: -20px;
  background: #333;
  padding-block: 20px;
  position: relative;
  clip-path: polygon(2% 0, 98% 0, 100% 50%, 98% 100%, 2% 100%, 0% 50%);
}
.c-heading-bar--white {
  background-color: rgba(255, 255, 255, 0.8);
  width: min(840px, 100%);
  clip-path: polygon(2% 0, 98% 0, 100% 50%, 98% 100%, 2% 100%, 0% 50%);
}
@media screen and (max-width: 768px) {
  .c-heading-bar {
    font-size: 20px;
    padding-block: 14px;
    line-height: 130%;
    width: calc(100% + 16px);
    position: relative;
    left: -8px;
    margin-inline: auto;
    clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
  }
}

/* アイコン用 */
/* フォーム用 */
.c-lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 768px) {
  .c-lead {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}

.c-lead--sm,
.c-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  .c-lead--sm,
  .c-text {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}

.c-lead--center {
  text-align: center;
}

.c-preparation-text {
  font-size: 32px;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .c-preparation-text {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .c-lead--sp {
    text-align: left;
  }
}

/* ナビ用 */
/* 画像用 */
/* リスト用 */
/* テーブル用 */
/* 罫線用 */
/* ビデオ用 */
/* スライド用 */
.c-card {
  display: block;
  border: 1px solid #BCBCBC;
}
.c-card__img-wrap {
  width: 100%;
}
.c-card__img {
  width: 100%;
  height: auto;
}
.c-card__txt-area {
  padding: clamp(12.8px, 0px + 1.6666666667vw, 20px);
}
@media screen and (max-width: 768px) {
  .c-card__txt-area {
    padding: 10px 20px 10px;
  }
}
.c-card__ttl {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0em;
  font-weight: 700;
  color: var(--color-main);
  margin-bottom: clamp(9.6px, 0px + 1.25vw, 15px);
}
@media screen and (max-width: 768px) {
  .c-card__ttl {
    font-size: 18px;
    line-height: 1.7777777778;
    letter-spacing: 0em;
  }
}
.c-card__txt {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .c-card__txt {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0em;
  }
}

/* その他 */
.l-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.p-header {
  height: 70px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: var(--main-bg);
}
@media screen and (max-width: 768px) {
  .p-header {
    height: 50px;
  }
}
.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(100% - 40px, 1340px);
  height: 100%;
  position: relative;
  margin-inline: auto;
}
@media (845px <= width <= 1280px) {
  .p-header__inner {
    zoom: 0.9;
  }
}
@media screen and (max-width: 768px) {
  .p-header__inner {
    width: calc(100% - 40px);
  }
}
.p-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: min(400px, 100%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.p-header__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .p-header__logo-link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-header__logo-link:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-header__logo-link img {
  width: 22.6388888889vw;
}
@media screen and (max-width: 768px) {
  .p-header__logo-link img {
    width: min(100%, 207px);
  }
}
.p-header {
  /**
   * ボタン
  **/
}
.p-header__button {
  display: none;
}
@media screen and (max-width: 1023px) {
  .p-header__button {
    width: 48px;
    height: 48px;
    position: relative;
    z-index: 11;
    display: block;
  }
}
.p-header__button-bar {
  border-radius: 2px;
  width: 30px;
  height: 3px;
  position: absolute;
  top: calc((100% - 2px) / 2);
  left: calc((100% - 30px) / 2);
  background: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-header__button-bar:nth-child(1) {
  margin-top: -8px;
}
.p-header__button-bar:nth-child(3) {
  margin-top: 8px;
}
[data-is-nav-visible=true] .p-header__button-bar {
  width: 32px;
  left: calc((100% - 32px) / 2);
}
[data-is-nav-visible=true] .p-header__button-bar:nth-child(1) {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
[data-is-nav-visible=true] .p-header__button-bar:nth-child(2) {
  opacity: 0;
}
[data-is-nav-visible=true] .p-header__button-bar:nth-child(3) {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-mobile-nav {
  visibility: hidden;
  padding: 56px 40px 30px;
  opacity: 0;
  inset: 0;
  top: 50px;
  position: fixed;
  z-index: 10;
  background: rgba(51, 51, 51, 0.9);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: grid;
  place-content: center;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-mobile-nav {
    display: none;
  }
}
[data-is-nav-visible=true] .p-mobile-nav {
  visibility: visible;
  opacity: 1;
}
.p-mobile-nav__list.-primary {
  font-size: 24px;
}
.p-mobile-nav__list.-secondary {
  margin-top: 20px;
  font-size: 14px;
}
.p-mobile-nav__item + * {
  margin-top: 20px;
}
.p-mobile-nav__link {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.48px;
}

.p-global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .p-global-nav {
    display: none;
  }
}
.p-global-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.p-global-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.p-global-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  border-radius: 8px;
  height: 100%;
  padding: 0 7.5px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-global-nav__link {
    font-size: 14px;
  }
}
@media screen and (max-width: 850px) {
  .p-global-nav__link {
    font-size: 12px;
  }
}
.p-global-nav__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 28px;
}

.p-global-nav__link:after {
  background-color: var(--color-gold);
  bottom: 16px;
  content: "";
  height: 2px;
  left: 5px;
  position: absolute;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: calc(100% - 10px);
}

@media (any-hover: hover) {
  .p-global-nav__link:hover {
    color: var(--color-gold);
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .p-global-nav__link:hover:after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
.l-footer {
  margin-top: 130px;
  position: relative;
  height: 230px;
  background: #333;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .l-footer {
    height: auto;
    padding-top: 29px;
    padding-bottom: 20px;
    margin-top: 60px;
  }
}

.l-footer__container {
  width: min(1240px, 100% - 40px);
  margin-inline: auto;
}

.l-footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 230px;
}
@media screen and (max-width: 820px) {
  .l-footer__row {
    display: block;
    height: auto;
  }
}

.l-footer__menu {
  margin-left: auto;
  margin-top: 38px;
}
@media screen and (max-width: 820px) {
  .l-footer__menu {
    margin-left: unset;
    margin-top: unset;
  }
}

.l-footer__list {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
  gap: 15px 0;
}
@media screen and (max-width: 820px) {
  .l-footer__list {
    grid-auto-flow: row;
  }
}

.l-footer__item {
  line-height: 1;
}

.l-footer__item a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
@media (any-hover: hover) {
  .l-footer__item a:hover {
    text-decoration: underline;
  }
}

.l-footer__img {
  position: absolute;
}
@media screen and (max-width: 820px) {
  .l-footer__img {
    position: revert;
  }
}

.l-footer__img--01 {
  top: -1px;
  left: 8px;
  width: min(78px, 100%);
}
@media screen and (max-width: 820px) {
  .l-footer__img--01 {
    display: none;
  }
}

.l-footer__img--02 {
  left: 99px;
  bottom: -1px;
  width: min(770px, 100%);
  width: 53.4722222222vw;
}
@media screen and (max-width: 820px) {
  .l-footer__img--02 {
    display: none;
  }
}

.l-footer__img--03 {
  display: none;
}
@media screen and (max-width: 820px) {
  .l-footer__img--03 {
    display: block;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    max-width: unset;
    margin-top: 27px;
  }
}

.l-footer__foot {
  margin-top: 50px;
  padding-top: unset;
}
@media screen and (max-width: 820px) {
  .l-footer__foot {
    margin-top: 20px;
  }
}

.copyright {
  font-size: 14px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  left: -16px;
}
@media screen and (max-width: 768px) {
  .copyright {
    position: revert;
  }
}

.copyright span {
  margin-right: 2px;
}

.p-mv__copy {
  font-size: 48px;
  font-weight: bold;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 768px) {
  .p-mv__copy {
    font-size: 24px;
  }
}

.p-mv__copy span {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .p-mv__copy span {
    font-size: 14px;
  }
}

.p-mv__text {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.9px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-mv__text {
    font-size: 14px;
    margin-top: 10px;
    pointer-events: none;
  }
}

.p-mv {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  position: relative;
  margin-top: 86px;
}
@media screen and (max-width: 768px) {
  .p-mv {
    margin-top: 51px;
  }
}

.p-mv__copy,
.p-mv__text {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 2s cubic-bezier(0.1, 0.9, 0.2, 1), -webkit-transform 2.5s cubic-bezier(0.05, 0.95, 0.1, 1);
  transition: opacity 2s cubic-bezier(0.1, 0.9, 0.2, 1), -webkit-transform 2.5s cubic-bezier(0.05, 0.95, 0.1, 1);
  transition: opacity 2s cubic-bezier(0.1, 0.9, 0.2, 1), transform 2.5s cubic-bezier(0.05, 0.95, 0.1, 1);
  transition: opacity 2s cubic-bezier(0.1, 0.9, 0.2, 1), transform 2.5s cubic-bezier(0.05, 0.95, 0.1, 1), -webkit-transform 2.5s cubic-bezier(0.05, 0.95, 0.1, 1);
}

.p-mv__copy.is-loaded,
.p-mv__text.is-loaded {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.horizontal-line {
  width: 84.7222222222vw;
  height: 3px;
  background: #333;
  position: absolute;
  top: -46px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .horizontal-line {
    width: 86.6666666667vw;
    top: -30px;
    height: 2px;
  }
}

.vertical-line {
  width: 3px;
  height: clamp(100px, 13.8888888889vw, 200px);
  background: #333;
  position: absolute;
  top: -43px;
  left: 22.5694444444vw;
}
@media screen and (max-width: 1024px) {
  .vertical-line {
    left: 16.3849154746vw;
  }
}
@media screen and (max-width: 768px) {
  .vertical-line {
    left: 20px;
    top: -30px;
    width: 2px;
  }
}

.horizontal-line.--bottom {
  top: unset;
  left: unset;
  right: 0;
  bottom: -44px;
}
@media screen and (max-width: 768px) {
  .horizontal-line.--bottom {
    bottom: -30px;
  }
}

.vertical-line.--bottom {
  top: unset;
  left: unset;
  right: 22.5694444444vw;
  bottom: -45px;
}
@media screen and (max-width: 1024px) {
  .vertical-line.--bottom {
    right: 16.3849154746vw;
  }
}
@media screen and (max-width: 768px) {
  .vertical-line.--bottom {
    right: 20px;
    bottom: -30px;
  }
}

.p-selection {
  margin-top: 227px;
}
@media screen and (max-width: 768px) {
  .p-selection {
    margin-top: 112px;
  }
}

.p-selection__list {
  list-style: none;
  padding-left: unset;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr));
  grid-template-columns: repeat(5, 1fr);
  gap: 16px 10px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-selection__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
  }
}

.p-selection__company-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0.48px;
  margin-top: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}
.p-selection__company-name.fz-sm {
  font-size: 13px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-selection__company-name {
    font-size: 12px;
  }
}

.p-selection__item-link {
  position: relative;
  display: block;
}

.p-selection__item-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), color-stop(36.91%, rgba(255, 255, 255, 0.8)), to(#FFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 36.91%, #FFF 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.p-selection__item-img {
  width: 100%;
  aspect-ratio: 240/154;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-company__logo-img {
  position: absolute;
  inset: 0;
  margin: auto;
  width: min(170px, 100%);
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .p-selection__item-link:hover .p-company__logo-img {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .p-selection__item-link:hover:before {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
}
.p-selection__item--coming-soon .p-selection__item-link {
  cursor: default;
  pointer-events: none;
}
.p-selection__item--coming-soon .p-selection__item-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.p-selection__item--coming-soon .p-selection__coming-soon-label {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
  padding: 3px 8px;
  border-radius: 2px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-selection__item--coming-soon .p-selection__coming-soon-label {
    font-size: 10px;
    padding: 2px 6px;
    bottom: 5px;
    right: 5px;
  }
}

.p-evaluation {
  margin-top: 96px;
  padding-block: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-evaluation {
    margin-top: 50px;
    padding-block: 40px;
  }
}

.p-evaluation:before,
.p-evaluation:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #fff;
  width: 84.7222222222vw;
}

.p-evaluation:before {
  top: 30px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-evaluation:before {
    top: 15px;
  }
}

.p-evaluation:after {
  bottom: 30px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-evaluation:after {
    bottom: 15px;
  }
}

[data-bg=black] {
  background: var(--color-black);
}

.p-evaluation__list {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .p-evaluation__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-evaluation__list {
    gap: 20px;
    margin-top: 40px;
  }
}

.p-evaluation__item {
  background: #fff;
  padding-block: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-evaluation__item {
    padding-block: 20px;
    padding-inline: 4px;
  }
}

.p-evaluation__item-text {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.9px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-evaluation__item-text {
    font-size: 13px;
    margin-top: 10px;
  }
}

.p-evaluation__item-subtext {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.28px;
  margin-top: 3px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-evaluation__item-subtext {
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) {
  .p-evaluation__item-image {
    width: 45px;
    height: 45px;
  }
}

.p-evaluation-button {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-evaluation-button {
    margin-top: 30px;
  }
}

.p-review__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.8611111111vw;
  margin-top: 70px;
  width: min(863px, 100%);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-review__list {
    margin-top: 40px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.p-review__item {
  text-align: center;
}

.p-review__item-image {
  width: min(241px, 100%);
}
@media screen and (max-width: 768px) {
  .p-review__item-image {
    width: min(200px, 100%);
  }
}

.p-review__company-name {
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.2px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-review__company-name {
    margin-top: 5px;
    font-size: 18px;
  }
}

.p-review__name {
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.9px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-review__name {
    margin-top: 5px;
    font-size: 14px;
  }
}

.p-review__name span {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 768px) {
  .p-review__name span {
    font-size: 12px;
  }
}

.p-review-button {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-review-button {
    margin-top: 30px;
  }
}

.animation-area {
  position: absolute;
  width: 100%;
  left: 3.9583333333vw;
  top: 57px;
}
@media screen and (max-width: 768px) {
  .animation-area {
    left: 10px;
    top: 7px;
  }
}

.text-element {
  position: absolute;
  left: 33px;
  top: 328px;
  -webkit-transition: opacity 1.5s ease, -webkit-transform 2s cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: opacity 1.5s ease, -webkit-transform 2s cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: transform 2s cubic-bezier(0.1, 0.9, 0.2, 1), opacity 1.5s ease;
  transition: transform 2s cubic-bezier(0.1, 0.9, 0.2, 1), opacity 1.5s ease, -webkit-transform 2s cubic-bezier(0.1, 0.9, 0.2, 1);
  will-change: transform, opacity;
}
@media screen and (max-width: 768px) {
  .text-element {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

.text-element img {
  height: 82.8px;
  width: auto;
  display: block;
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
@media screen and (max-width: 1280px) {
  .text-element img {
    zoom: 0.8;
  }
}
@media screen and (max-width: 1023px) {
  .text-element img {
    zoom: unset;
    height: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .text-element img {
    height: 24px;
  }
}

.text-element.scale-up {
  -webkit-transform-origin: center top;
          transform-origin: center top;
}

.text-element.scale-up img {
  -webkit-transform: scale(1.884);
          transform: scale(1.884);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
@media screen and (max-width: 1280px) {
  .text-element.scale-up img {
    zoom: 0.8;
  }
}
@media screen and (max-width: 1023px) {
  .text-element.scale-up img {
    zoom: unset;
  }
}
@media screen and (max-width: 768px) {
  .text-element.scale-up img {
    -webkit-transform: scale(1.884);
            transform: scale(1.884);
  }
}

.text-element.gathered {
  left: 33px;
  top: 328px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .text-element.gathered {
    left: 0;
    opacity: 0;
  }
}

.text-element.companies-letter {
  opacity: 0;
  -webkit-transition: left 2s cubic-bezier(0.1, 0.9, 0.2, 1), top 1.5s cubic-bezier(0.1, 0.9, 0.2, 1), opacity 1.5s ease-out !important;
  transition: left 2s cubic-bezier(0.1, 0.9, 0.2, 1), top 1.5s cubic-bezier(0.1, 0.9, 0.2, 1), opacity 1.5s ease-out !important;
}
@media screen and (max-width: 768px) {
  .text-element.companies-letter {
    opacity: 0;
    -webkit-transition: none;
    transition: none;
  }
}

@media screen and (max-width: 768px) {
  .text-element.sp-fade-in {
    -webkit-animation: spFadeInUp 2.5s cubic-bezier(0.05, 0.95, 0.1, 1) forwards;
            animation: spFadeInUp 2.5s cubic-bezier(0.05, 0.95, 0.1, 1) forwards;
  }
  .text-element.sp-fade-in-delayed {
    -webkit-animation: spFadeInUp 2.5s cubic-bezier(0.05, 0.95, 0.1, 1) forwards;
            animation: spFadeInUp 2.5s cubic-bezier(0.05, 0.95, 0.1, 1) forwards;
  }
  @-webkit-keyframes spFadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes spFadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  #t2 img {
    -webkit-transform: scale(1.884);
            transform: scale(1.884);
  }
  #t2.scale-up img {
    -webkit-transform: scale(1.884);
            transform: scale(1.884);
    -webkit-transition: none;
    transition: none;
  }
}
/* =======================
 TOPのNEWS
 ======================= */
.p-news {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-news {
    margin-top: 100px;
  }
}

.p-news .c-section-title {
  color: #fff;
  margin: unset;
}

.p-news .c-section-title:before {
  background: #fff;
  left: 0;
  translate: unset;
}

.p-news-row {
  display: grid;
  grid-template-columns: minmax(0, 295px) 1fr;
}
@media screen and (max-width: 768px) {
  .p-news-row {
    grid-template-columns: 1fr;
  }
}

.p-news__title-area {
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-news__title-area {
    padding-block: 40px;
  }
}

.p-news__title-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin-inline: calc(50% - 50vw);
  background: #333;
  z-index: -1;
}

.p-news-list {
  background: var(--main-bg);
}
@media screen and (max-width: 768px) {
  .p-news-list {
    margin-top: 30px;
  }
}

.p-news__list-area {
  padding-left: 34px;
  background: var(--main-bg);
}
@media screen and (max-width: 768px) {
  .p-news__list-area {
    padding-left: 0;
  }
}

.p-news-item__link {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: auto 1fr auto;
  gap: 50px;
  padding-block: 19px;
  padding-inline: 10px 14px;
  border-bottom: 1px solid var(--color-gold);
}
@media screen and (max-width: 768px) {
  .p-news-item__link {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-block: 5px 10px;
  }
}
.p-news-item:last-child .p-news-item__link {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .p-news-item:last-child .p-news-item__link {
    border-bottom: 1px solid var(--color-gold);
  }
}
@media screen and (max-width: 768px) {
  .p-news-item:first-child .p-news-item__link {
    padding-top: 0;
  }
}
@media (any-hover: hover) {
  .p-news-item__link:hover:after {
    translate: 8px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-news-item__link:hover .p-news-item__title {
    color: var(--color-gold);
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}

.p-news-item__link:after {
  content: "";
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background: var(--color-gold);
  display: block;
  width: 8px;
  height: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-news-item__link:after {
    display: none;
  }
}

.p-news-item__date {
  display: block;
  color: var(--color-gold);
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.8px;
  font-family: var(--font-sans);
}

.p-news-item__title {
  line-height: 170%;
  letter-spacing: 0.8px;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: min(500px, 100%);
}
@media screen and (max-width: 768px) {
  .p-news-item__title {
    font-size: 14px;
    letter-spacing: 0.7px;
    white-space: unset;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 100%;
    text-box-trim: trim-both;
  }
}

.p-news-button {
  margin-top: 10px;
  margin-right: 75px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-news-button {
    margin-top: 30px;
    text-align: center;
    margin-right: unset;
  }
}

/* =======================
 一覧ページ(home.php)
 ======================= */
.p-page-news__contents {
  background: #fff;
  padding: 80px 100px;
  padding: clamp(51.2px, 0px + 6.6666666667vw, 80px) clamp(64px, 0px + 8.3333333333vw, 100px);
}
@media screen and (max-width: 768px) {
  .p-page-news__contents {
    padding: 30px 40px;
  }
}

.p-page-news__item-link {
  display: grid;
  gap: 10.5px;
  padding-block: 15px;
  border-bottom: 1px solid var(--color-gold);
}
@media screen and (max-width: 768px) {
  .p-page-news__item-link {
    gap: 5px;
    padding-block: 10px;
  }
}
@media (any-hover: hover) {
  .p-page-news__item-link:hover .p-page-news__item-title {
    color: var(--color-gold);
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}

.p-page-news__item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.p-page-news__item-date {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  color: var(--color-gold);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
.p-page-news__item-date:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: url(../../assets/image/icon_clock.svg);
}

.p-page-news__pagination {
  margin-top: 70px;
}
.p-page-news__pagination:not(:has(.nav-links)) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-page-news__pagination {
    margin-top: 40px;
  }
}
.p-page-news__pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-page-news__pagination .page-numbers {
  display: grid;
  place-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--color-gold);
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 700;
  color: var(--color-gold);
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-page-news__pagination .page-numbers {
    width: 28px;
    height: 28px;
  }
}
.p-page-news__pagination .page-numbers.current {
  background: var(--color-gold);
  color: #fff;
}
.p-page-news__pagination .page-numbers.prev,
.p-page-news__pagination .page-numbers.next {
  display: none;
}

@media (any-hover: hover) {
  .p-page-news__pagination .page-numbers:hover {
    background: var(--color-gold);
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
/* =======================
 詳細ページ(single.php)
 ======================= */
.p-post-news {
  font-family: var(--font-sans);
  color: #333;
}

.p-post-news__contents {
  padding-inline: clamp(69.12px, 0px + 9vw, 108px);
}
@media screen and (max-width: 768px) {
  .p-post-news__contents {
    padding: 5%;
  }
}

.p-post-news__date {
  color: var(--color-gold);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.7px;
  margin-top: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 2px;
}
.p-post-news__date:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../../assets/image/icon_clock.svg) no-repeat;
  position: relative;
  top: 3px;
}

.p-post-news__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 768px) {
  .p-post-news__title {
    font-size: 20px;
  }
}

.p-post-news__eyecatch {
  margin-top: 16px;
}

.p-post-news__eyecatch img {
  width: 100%;
}

.wp-block-button__link {
  background: var(--color-gold);
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.9px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding-block: 13px;
  width: min(173px, 100%);
  border: 2px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: min(179px, 100%);
  min-width: 179px;
  padding-block: 10px;
  font-weight: 500;
  border-radius: 0;
}
.wp-block-button__link:after {
  content: "";
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background: #fff;
  display: block;
  width: 8px;
  height: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .wp-block-button__link {
    width: min(152px, 100%);
    padding-block: 10px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
@media (any-hover: hover) {
  .wp-block-button__link:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

h2.wp-block-heading {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 1.2px;
  position: relative;
  padding-left: 10px;
  margin-block: 25px 20px;
}
h2.wp-block-heading:before {
  content: "";
  width: min(100%, 316px);
  height: 2px;
  background-color: var(--color-gold);
  position: absolute;
  bottom: 1px;
  left: 0;
}

h3.wp-block-heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 1px;
  border-left: 8px solid var(--color-gold);
  padding-left: 10px;
  margin-block: 25px 20px;
}
h3.wp-block-heading:before {
  content: "";
  width: min(100%, 316px);
  height: 2px;
  background-color: var(--color-gold);
  position: absolute;
  bottom: 1px;
  left: 0;
}

.p-post-news__contents p {
  margin-block: 20px 15px;
  color: #333;
  line-height: 170%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  .p-post-news__contents p {
    font-size: 14px;
  }
}

.p-post-news__bottom-nav {
  margin-top: 40px;
}

.p-post-news__bottom-nav-list {
  display: grid;
  grid-template-columns: 1fr 214px 1fr;
  gap: 9px;
}
@media screen and (max-width: 768px) {
  .p-post-news__bottom-nav-list {
    grid-template-columns: 1fr auto 1fr;
  }
}

.p-post-news__bottom-nav-link {
  display: block;
  padding: 19px 32px;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.7px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-post-news__bottom-nav-link {
    padding: 10px;
    font-size: 12px;
  }
}
.p-post-news__bottom-nav-item.-prev .p-post-news__bottom-nav-link {
  text-align: left;
}
.p-post-news__bottom-nav-item.-next .p-post-news__bottom-nav-link {
  text-align: right;
}
@media (any-hover: hover) {
  .p-post-news__bottom-nav-link:hover {
    color: var(--color-gold);
  }
}

.p-post-news__bottom-nav-link.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.p-post-news__bottom-nav-item.-archive .p-post-news__bottom-nav-link {
  padding-inline: 19px;
}

.p-post-news__bottom-nav-item.-prev {
  border-left: 16px solid var(--color-gold);
}

.p-post-news__bottom-nav-item.-next {
  border-right: 16px solid var(--color-gold);
}

.p-post-news__bottom-nav-item.-archive .p-post-news__bottom-nav-label {
  display: block;
}

.p-post-news__bottom-nav-item.-prev .p-post-news__bottom-nav-label,
.p-post-news__bottom-nav-item.-next .p-post-news__bottom-nav-label {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-post-news__bottom-nav-item.-prev .p-post-news__bottom-nav-label,
  .p-post-news__bottom-nav-item.-next .p-post-news__bottom-nav-label {
    display: block;
  }
}

.p-post-news__bottom-nav-item.-prev .p-post-news__bottom-nav-title,
.p-post-news__bottom-nav-item.-next .p-post-news__bottom-nav-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-post-news__bottom-nav-item.-prev .p-post-news__bottom-nav-title,
  .p-post-news__bottom-nav-item.-next .p-post-news__bottom-nav-title {
    display: none;
  }
}

/* ===================
single-interview (企業インタビューページ)
====================== */
.p-post-interview {
  margin-top: 151px;
}
@media screen and (max-width: 768px) {
  .p-post-interview {
    margin-top: 108px;
  }
}

.p-post-interview__copy {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  padding-block: 20px;
  letter-spacing: 2.8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-post-interview__copy {
    font-size: 20px;
    padding-block: 14px;
    line-height: 150%;
    margin-inline: auto;
  }
}

.p-post-interview__info-details {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 400fr 600fr;
  gap: 20px;
  grid-template-areas: "image logo" "image info";
}
@media screen and (max-width: 768px) {
  .p-post-interview__info-details {
    grid-template-areas: "image" "logo" "info";
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.p-post-interview__info-image {
  grid-area: image;
}

.p-post-interview__info-image img {
  width: 100%;
}

.p-post-interview__info-logo {
  grid-area: logo;
}
@media screen and (max-width: 768px) {
  .p-post-interview__info-logo {
    margin-inline: auto;
    width: min(280px, 100%);
  }
}

.p-post-interview__info-name {
  grid-area: info;
  align-self: end;
}
@media screen and (max-width: 768px) {
  .p-post-interview__info-name {
    margin-top: 10px;
  }
}

.p-post-interview__info-name h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 1.4px;
  border-bottom: 2px solid var(--color-gold);
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .p-post-interview__info-name h3 {
    font-size: 22px;
    letter-spacing: 1.1px;
    padding: 0;
  }
}

.p-post-interview__info-name p {
  font-size: 20px;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 1px;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-post-interview__info-name p {
    font-size: 14px;
    letter-spacing: 0.7px;
    padding: 0;
  }
}

.p-post-interview__info-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-post-interview__info-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-post-interview__info-link .c-button {
    width: 100%;
  }
}

.p-post-interview__message {
  line-height: 180%;
  letter-spacing: 0.8px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-post-interview__message {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}

.p-post-interview__movie {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-post-interview__movie {
    margin-top: 30px;
  }
}

.p-post-interview__video-wrap {
  position: relative;
  background: #333;
  padding: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-post-interview__video-wrap {
    padding: 8px;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
@media (any-hover: hover) {
  .p-post-interview__video-wrap:hover:before {
    opacity: 0.7;
  }
}

.p-post-interview__video-wrap:before {
  content: "";
  inset: 0;
  margin: auto;
  position: absolute;
  width: 151px;
  height: 138px;
  background: url("../../assets/image/icon_play.png") no-repeat center/contain;
}
.p-archive-interview__item .p-post-interview__video-wrap:before {
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-post-interview__video-wrap:before {
    width: 75px;
    height: 69px;
  }
}

.p-post-interview__video-wrap iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}

.p-post-interview__video-wrap::before {
  display: none;
}

.p-post-interview__video-bottom-text {
  text-align: right;
  font-size: 15px;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.75px;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .p-post-interview__video-bottom-text {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}

.p-post-interview__video-list {
  background: #fff;
  border-left: 10px solid var(--color-gold);
  padding: 15px 20px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-post-interview__video-list {
    padding: 15px;
  }
}

.p-post-interview__video-item {
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  .p-post-interview__video-item {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}

.p-post-interview__video-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 0.3fr));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 53px;
}
@media screen and (max-width: 768px) {
  .p-post-interview__video-card {
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: 10px;
    margin-top: 30px;
  }
}

.p-post-interview__video-card-item {
  border: 2px solid var(--color-gold);
  background: #fff;
}

.p-post-interview__video-card-item h3 {
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  background: var(--color-gold);
  padding: 10px;
  line-height: 1.2;
}

.p-post-interview__video-card-item p {
  color: #000;
  padding: 15px;
  font-size: 15px;
  line-height: 170%;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}

.p-post-interview__reason {
  position: relative;
  padding-block: 57px;
  margin-top: 77px;
}
@media screen and (max-width: 768px) {
  .p-post-interview__reason {
    padding-block: 40px;
    margin-top: 60px;
  }
}

.p-post-interview__reason:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin-inline: calc(50% - 50vw);
  background: var(--color-gold);
  z-index: -1;
}

.p-post-interview__reason h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 1px;
  background: #fff;
  border: 2px solid var(--color-gold);
  width: min(195px, 100%);
  margin-inline: auto;
  text-align: center;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 768px) {
  .p-post-interview__reason h3 {
    font-size: 16px;
    line-height: 150%;
  }
}

.p-post-interview__reason p {
  color: #000;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.8px;
  position: relative;
  background: #fff;
  padding: 40px 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-post-interview__reason p {
    padding: 30px;
    text-align: left;
  }
}

.p-post-interview__reason p:before {
  content: "";
  inset: 10px;
  border: 2px solid var(--color-gold);
  position: absolute;
}

@media screen and (max-width: 768px) {
  .p-post-interview__article.l-section {
    margin-top: 40px;
  }
}

.p-post-interview__article img {
  float: right;
  margin: 0 0 0 20px;
  width: min(400px, 100%);
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-post-interview__article img {
    float: none;
    display: block;
    width: 100%;
    margin: revert;
  }
}

.p-post-interview__article--reverse img {
  float: left;
  margin: 0 20px 0 2px;
}
@media screen and (max-width: 768px) {
  .p-post-interview__article--reverse img {
    float: none;
    display: block;
    width: 100%;
    margin: revert;
  }
}

.p-post-interview__article::after {
  content: "";
  display: block;
  clear: both;
}

.p-post-interview__article h4 {
  width: calc(100% - 420px);
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 1px;
  border-bottom: 2px solid var(--color-gold);
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .p-post-interview__article h4 {
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
  }
}

.p-post-interview__article--reverse h4 {
  width: calc(100% - 420px);
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-post-interview__article--reverse h4 {
    width: 100%;
  }
}

.p-post-interview__article--reverse:not(:has(img)) h4 {
  margin-left: unset;
}

.p-post-interview__article--last h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 768px) {
  .p-post-interview__article--last h4 {
    font-size: 20px;
  }
}

.p-post-interview__article p {
  margin-top: 8px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  .p-post-interview__article p {
    font-size: 14px;
  }
}

.p-post-interview__article--last .strong-text {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-post-interview__article--last .strong-text {
    font-size: 18px;
  }
}

.p-post-interview__article + * {
  margin-top: 40px;
}

.p-post-interview__only-word {
  position: relative;
  padding-block: 50px;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .p-post-interview__only-word {
    padding-block: 40px;
    margin-top: 40px;
  }
}

.p-post-interview__only-word-haeding {
  color: #FFF;
  font-size: 28px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 1.4px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-post-interview__only-word-haeding {
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 2px;
  }
}

.p-post-interview__only-word:before {
  content: "";
  background: url(../../assets/image/interview_section_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 100%;
  margin-inline: calc(50% - 50vw);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.p-post-interview__only-word:after {
  content: "";
  background: rgba(125, 102, 53, 0.8);
  backdrop-filter: blur(7px);
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 100%;
  margin-inline: calc(50% - 50vw);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.p-post-interview__only-word-copy {
  font-size: 20px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1px;
  text-align: center;
  padding-block: 22px;
  margin-top: 30px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-post-interview__only-word-copy {
    margin-top: 20px;
    padding-block: 14px;
    font-size: 16px;
    display: grid;
    place-content: center;
  }
}

.p-post-interview__loop-slider {
  padding-block: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-post-interview__loop-slider {
    padding-block: 45px;
  }
}

.p-post-interview__loop-slider:before,
.p-post-interview__loop-slider:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #fff;
  width: 84.7222222222vw;
}

.p-post-interview__loop-slider:before {
  top: 30px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-post-interview__loop-slider:before {
    top: 24px;
  }
}

.p-post-interview__loop-slider:after {
  bottom: 30px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-post-interview__loop-slider:after {
    bottom: 24px;
  }
}

.js-loop-slider img {
  display: block;
  width: 100%;
  height: auto;
}

.js-loop-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.js-loop-slider .swiper-slide {
  width: 27.7777777778vw;
}
@media screen and (max-width: 768px) {
  .js-loop-slider .swiper-slide {
    width: 80vw;
  }
}

.swiper-slide img {
  aspect-ratio: 400/300;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-post-interview__separator {
  text-align: center;
  padding-inline: 20px;
  margin-block: 70px 80px;
}
@media screen and (max-width: 768px) {
  .p-post-interview__separator {
    margin-block: 50px 60px;
  }
}

.p-post-interview__separator img {
  width: min(100%, 1000px);
}

.p-post-interview__company .c-section-title {
  font-family: var(--font-sans);
}

.p-post-interview__company-body {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-post-interview__company-body {
    margin-top: 20px;
  }
}

.p-post-interview__company-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 10px;
  border-bottom: 1px solid var(--color-gold);
}
@media screen and (max-width: 768px) {
  .p-post-interview__company-row {
    grid-template-columns: 1fr;
    padding: 15px 0px;
  }
}

.p-post-interview__company-term {
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.8px;
}

.p-post-interview__company-desc {
  line-height: 170%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  .p-post-interview__company-desc {
    font-size: 14px;
  }
}
.p-post-interview__company-desc a {
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .p-post-interview__company-desc a:hover {
    opacity: 0.6;
  }
}

.p-post-interview__company-cta {
  text-align: center;
  margin-top: 80px;
  background: #fff;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .p-post-interview__company-cta {
    margin-top: 60px;
    padding: 20px;
  }
}

.p-post-interview__company-cta-title {
  font-size: 20px;
  line-height: 170%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-post-interview__company-cta-title {
    font-size: 18px;
  }
}

.p-post-interview__company-cta-text {
  line-height: 170%;
  margin-top: 10px;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  .p-post-interview__company-cta-text {
    font-size: 15px;
  }
}

.p-post-interview__company-cta .p-post-interview__info-link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

/* ===================
archive-interview （インタビューページ）
====================== */
.p-archive-interview__lead {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-archive-interview__lead {
    text-align: left;
  }
}

.p-archive-interview__list {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 40px;
}
@media screen and (max-width: 768px) {
  .p-archive-interview__list {
    margin-top: 50px;
    gap: 20px 10px;
  }
}
@media screen and (max-width: 500px) {
  .p-archive-interview__list {
    grid-template-columns: 1fr;
  }
}

.p-archive-interview__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .p-archive-interview__info {
    display: block;
  }
}

.p-archive-interview__info-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .p-archive-interview__info-name {
    font-size: 16px;
  }
}

.p-archive-interview__info-position {
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  .p-archive-interview__info-position {
    font-size: 12px;
    margin-top: 4px;
  }
}

.p-archive-interview__video-wrap {
  padding: 0;
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-archive-interview__video-wrap {
    width: revert;
    margin: revert;
  }
}

.p-archive-interview__video-wrap:before {
  width: 89px;
  height: 82px;
}
@media screen and (max-width: 768px) {
  .p-archive-interview__video-wrap:before {
    width: 75px;
    height: 69px;
  }
}

.p-archive-interview__video-wrap img {
  width: 100%;
}

.p-archive-interview__label {
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  right: 0;
  bottom: 20px;
  width: min(303px, 100%);
  padding: 9px 17px;
}
@media screen and (max-width: 768px) {
  .p-archive-interview__label {
    width: min(180px, 100%);
    font-size: 16px;
    bottom: 12px;
    padding: 5px 10px;
  }
}

.p-archive-interview__video-list {
  margin-top: 13px;
}

.p-archive-interview__button {
  text-align: right;
  margin-top: 10px;
}
.p-archive-interview__button .c-button {
  font-size: 16px;
}
.p-archive-interview__button .c-button:after {
  position: relative;
  top: 1px;
}

.p-archive-press-release__lead {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-archive-press-release__lead {
    text-align: left;
  }
}

.p-archive-press-release__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-archive-press-release__list {
    gap: 20px;
    margin-top: 50px;
    grid-template-columns: 1fr;
  }
}

.p-archive-press-release__item-link {
  border: 1px solid var(--color-gold);
  display: grid;
  grid-template-columns: minmax(0, clamp(100px, 11.8055555556vw, 170px)) 1fr;
  background: #fff;
  padding: 20px;
  gap: 15px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .p-archive-press-release__item-link {
    grid-template-columns: 1fr;
  }
}

.p-archive-press-release__img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-archive-press-release__text {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.8px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .p-archive-press-release__text {
    font-size: 14px;
  }
}

.p-archive-press-release__time {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  color: var(--color-gold);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
.p-archive-press-release__time:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: url(../../assets/image/icon_clock.svg);
}

.p-archive-press-release__company {
  margin-top: 3px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.8px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .p-archive-press-release__company {
    font-size: 14px;
  }
}

.p-archive-press-release__image-wrap {
  overflow: hidden;
}

.p-archive-press-release__image-wrap img {
  aspect-ratio: 170/135;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (any-hover: hover) {
  .p-archive-press-release__item-link:hover .p-archive-press-release__text,
  .p-archive-press-release__item-link:hover .p-archive-press-release__company {
    color: var(--color-gold);
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .p-archive-press-release__item-link:hover .p-archive-press-release__img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
.c-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.c-modal.is-open {
  display: block;
}

/* 背景 */
.c-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

/* 白いパネルをやめて、中央配置用の器にする */
.c-modal__panel {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 40px 20px;
  /* 端末端の逃げだけ */
  background: transparent;
  overflow: visible;
}

/* 中身の最大幅を添付っぽく */
.c-modal__content {
  width: min(960px, 100%);
  position: relative;
}

/* モーダル内の動画ラッパーをそのまま使う */
.c-modal__content .p-post-interview__video-wrap {
  position: relative;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .c-modal__content .p-post-interview__video-wrap {
    width: 100%;
    margin-inline: unset;
  }
}

@media screen and (max-width: 768px) {
  .c-modal__content .p-post-interview__label {
    font-size: 16px;
    right: 8px;
    width: min(180px, 100%);
    padding: 5px 10px;
    bottom: 32px;
  }
}

@media screen and (max-width: 768px) {
  .c-modal__content .p-post-interview__video-wrap:before {
    width: 37px;
    height: 35px;
  }
}

/* 動画は横幅100%、枠線っぽく */
.c-modal__content video {
  display: block;
  width: 100%;
  height: auto;
  background: #000;
}

/* CLOSEボタンを右上に重ねる */
.c-modal__close {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFF;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-family: var(--font-en);
  position: absolute;
  top: -20px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .c-modal__close {
    font-size: 16px;
  }
}

.c-modal__close span {
  position: relative;
  width: 12px;
  height: 12px;
}

.c-modal__close span:before,
.c-modal__close span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 14px;
  background: #fff;
  border-radius: 1px;
}

.c-modal__close span:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.c-modal__close span:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/* 背景スクロール固定 */
html.is-modal-open,
html.is-modal-open body {
  overflow: hidden;
}

/* 一覧側でbutton化してるなら最低限 */
.p-page-selection__lead {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.8px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-page-selection__lead {
    margin-top: 50px;
    font-size: 14px;
    text-align: left;
  }
}

.p-page-selection__evaluation {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .p-page-selection__evaluation {
    margin-top: 80px;
  }
}

.p-page-selection__evaluation-cards {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px 20px;
}
@media screen and (max-width: 768px) {
  .p-page-selection__evaluation-cards {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
}

.p-page-selection__evaluation-card {
  background: #fff;
  border: 1px solid var(--color-gold);
  padding: 40px 30px;
}
@media screen and (max-width: 768px) {
  .p-page-selection__evaluation-card {
    padding: 20px;
  }
}

.p-page-selection__evaluation-card-heading {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-page-selection__evaluation-card-heading {
    font-size: 16px;
  }
}

.p-page-selection__evaluation-card-heading span {
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .p-page-selection__evaluation-card-heading span {
    font-size: 16px;
  }
}

.p-page-selection__evaluation-card-list {
  margin-top: 20px;
  line-height: 180%;
  letter-spacing: 0.8px;
  list-style-type: decimal;
  padding-left: 2em;
}
@media screen and (max-width: 768px) {
  .p-page-selection__evaluation-card-list {
    font-size: 14px;
  }
}

.p-page-review {
  margin-top: 147px;
}
@media screen and (max-width: 768px) {
  .p-page-review {
    margin-top: 80px;
  }
}

.p-page-review__lead {
  line-height: 200%;
  letter-spacing: 0.8px;
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-page-review__lead {
    margin-top: 50px;
    font-size: 14px;
    text-align: left;
  }
}

.p-page-review__item {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.6111111111vw;
}
@media screen and (max-width: 768px) {
  .p-page-review__item {
    display: block;
    margin-top: 30px;
  }
}

.p-page-review__item--reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-page-review__item--reverse {
    display: block;
  }
}

.p-page-review__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 738px;
          flex: 1 1 738px;
}
@media screen and (max-width: 768px) {
  .p-page-review__contents {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin-top: 20px;
  }
}

.p-page-review__item-img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 260px;
          flex: 1 1 260px;
}
@media screen and (max-width: 768px) {
  .p-page-review__item-img {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}

.p-page-review__item-img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-page-review__item-img {
    width: min(200px, 100%);
    margin-inline: auto;
    display: block;
  }
}

.p-page-review__contents-heading {
  position: relative;
  font-size: 27px;
  line-height: 100%;
  letter-spacing: 1.35px;
}
@media screen and (max-width: 768px) {
  .p-page-review__contents-heading {
    font-size: 20px;
  }
}

.p-page-review__contents-heading:before {
  content: "";
  width: min(500px, 100%);
  height: 1px;
  background: #333;
  position: absolute;
  left: 0;
  bottom: -20px;
}
@media screen and (max-width: 768px) {
  .p-page-review__contents-heading:before {
    bottom: -10px;
  }
}

.p-page-review__contents-position {
  font-size: 15.75px;
  line-height: 100%;
  letter-spacing: 0.788px;
  margin-left: 11px;
}
@media screen and (max-width: 768px) {
  .p-page-review__contents-position {
    font-size: 13px;
  }
}

.p-page-review__contents-name {
  font-size: 22.5px;
  line-height: 100%;
  letter-spacing: 1.125px;
}
@media screen and (max-width: 768px) {
  .p-page-review__contents-name {
    font-size: 18px;
  }
}

.p-page-review__contents-text {
  line-height: 180%;
  letter-spacing: 0.8px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-page-review__contents-text {
    margin-top: 20px;
  }
}

.p-404__lead {
  font-size: 28px;
  font-size: clamp(17.92px, 0px + 2.3333333333vw, 28px);
  font-weight: 700;
  line-height: 200%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 768px) {
  .p-404__lead {
    font-size: 20px;
  }
}

.p-404__text {
  text-align: center;
  font-size: 18px;
  font-size: clamp(11.52px, 0px + 1.5vw, 18px);
  line-height: 200%;
  letter-spacing: 0.9px;
  margin-top: 70px;
  margin-top: clamp(44.8px, 0px + 5.8333333333vw, 70px);
}
@media screen and (max-width: 768px) {
  .p-404__text {
    font-size: 16px;
    margin-top: 30px;
  }
}

.p-404__button {
  margin-top: 80px;
  margin-top: clamp(51.2px, 0px + 6.6666666667vw, 80px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-404__button {
    margin-top: 40px;
  }
}

.p-page-company__lead {
  margin-top: 70px;
  width: min(980px, 100% - 20px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-page-company__lead {
    margin-top: 50px;
    text-align: left;
  }
}

.p-page-company__info-title .c-section-title {
  color: #fff;
  margin: unset;
}

.p-page-company__info-title .c-section-title:before {
  background: #fff;
  left: 0;
  translate: unset;
}

.p-page-company__info {
  margin-top: 140px;
  display: grid;
  grid-template-columns: minmax(0, clamp(250px, 25.6944444444vw, 370px)) 1fr;
}
@media screen and (max-width: 768px) {
  .p-page-company__info {
    margin-top: 80px;
    grid-template-columns: 1fr;
  }
}

.p-page-company__info-title {
  position: relative;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-page-company__info-title {
    padding-block: 40px;
  }
}

.p-page-company__info-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin-inline: calc(50% - 50vw);
  background: #333;
  z-index: -1;
}

.p-page-company__info-table {
  padding-left: 40px;
  background: var(--main-bg);
}
@media screen and (max-width: 768px) {
  .p-page-company__info-table {
    padding-left: 0;
  }
}

.p-page-company__info-list {
  background: var(--main-bg);
}
@media screen and (max-width: 768px) {
  .p-page-company__info-list {
    margin-top: 30px;
  }
}

.p-page-company__info-row {
  display: grid;
  grid-template-columns: minmax(0, clamp(100px, 12.5vw, 180px)) 1fr;
  gap: 30px;
  padding-block: 10px;
  border-bottom: 1px solid var(--color-gold);
}
@media screen and (max-width: 768px) {
  .p-page-company__info-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

.p-page-company__info-item-label,
.p-page-company__info-item-text {
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  .p-page-company__info-item-label,
  .p-page-company__info-item-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .p-page-company__info-item-label {
    font-weight: bold;
  }
}

.p-page-company__info-item-text ul {
  list-style-type: disc;
  padding-left: 1.75em;
}

.--link-icon {
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.--link-icon:after {
  content: "";
  -webkit-mask: url("../../assets/image/icon_link.svg") no-repeat center/contain;
          mask: url("../../assets/image/icon_link.svg") no-repeat center/contain;
  background-color: #333;
  width: 16px;
  height: 16px;
}

--recruit.--link-icon:after {
  background-color: var(--color-gold);
}

.p-page-company__policy-row {
  margin-top: 140px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(27.52px, 0px + 3.5833333333vw, 43px);
}
@media screen and (max-width: 768px) {
  .p-page-company__policy-row {
    margin-top: 80px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.p-page-company__policy-text {
  margin-top: 52px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-page-company__policy-text {
    margin-top: 32px;
  }
}

.p-page-company__details {
  margin-top: 32px;
  overflow: auto;
  height: 300px;
  background: #fff;
  padding: 20px;
  border: 1px solid var(--color-gold);
}

.p-page-company__policy-list {
  display: grid;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-page-company__policy-list {
    gap: 20px;
  }
}

.p-page-company__policy-title {
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 768px) {
  .p-page-company__policy-title {
    font-size: 16px;
  }
}

.p-page-company__policy-body {
  margin-top: 10px;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.7px;
}

.p-page-company__policy-purpose {
  padding-left: 1.75em;
}
.p-page-company__policy-purpose li {
  list-style: disc;
}

.p-contact__form {
  margin-top: 50px;
  background: #fff;
  padding: clamp(38.4px, 0px + 5vw, 60px) clamp(96px, 0px + 12.5vw, 150px);
}
@media screen and (max-width: 768px) {
  .p-contact__form {
    margin-top: 40px;
    padding: 20px 30px;
  }
}

.c-form-wrap {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 19px;
}

.c-form-row {
  display: grid;
  row-gap: 10px;
}

.c-label {
  color: #333;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  line-height: 170%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  .c-label {
    justify-content: unset;
  }
}
.c-label[data-label=required]:after {
  content: "必須";
  display: flex;
  align-items: center;
  color: #fff;
  background: var(--color-gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 100%;
  padding: 3px 10px 4px;
  border-radius: 2px;
}

.c-checkbox-wrap .wpcf7-checkbox > span {
  display: block;
}
.c-checkbox-wrap .wpcf7-list-item > label {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.c-radio-wrap .wpcf7-form-control > span {
  display: block;
}
.c-radio-wrap .wpcf7-list-item > label {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
textarea {
  display: block;
  width: 100%;
  border: 1px solid #99A1AF;
  padding: 10px;
  line-height: 1;
  border-radius: 3px;
}

textarea {
  padding-top: 16px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=radio]:focus + .wpcf7-list-item-label:before,
input[type=checkbox]:focus + .wpcf7-list-item-label:before,
input[type=submit]:focus,
textarea:focus {
  box-shadow: 0 0 0 1px var(--c-primary);
}

input[type=checkbox] + span {
  font-size: 14px;
}

.wpcf7-list-item {
  margin-left: 0;
}

.c-check-list {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-check-list {
    margin-top: 0;
  }
}

.c-check-list .wpcf7-form-control {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 16px;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .c-check-list .wpcf7-form-control {
    padding: 0;
    align-items: flex-start;
  }
}

.wpcf7-list-item .wpcf7-list-item-label {
  font-weight: 500;
  font-size: clamp(10.24px, 0px + 1.3333333333vw, 16px);
  line-height: 1.875;
  letter-spacing: 0em;
  text-box-trim: trim-both;
}
@media screen and (max-width: 768px) {
  .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 2.1428571429;
    letter-spacing: 0em;
  }
}

.wpcf7-list-item input[type=checkbox] {
  flex-shrink: 0;
}

.wpcf7-list-item {
  margin: 0 !important;
  cursor: pointer;
}
.wpcf7-list-item input[type=radio],
.wpcf7-list-item input[type=checkbox] {
  appearance: none;
}
.wpcf7-list-item input[type=checkbox] {
  border: 1px solid #707070;
  width: 20px;
  height: 20px;
  position: relative;
  background: #fff;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .wpcf7-form-control.wpcf7-not-valid .wpcf7-list-item input[type=checkbox] {
    width: 19px;
    height: 19px;
  }
}
.wpcf7-list-item input[type=checkbox]:checked {
  border: 1px solid var(--color-text);
  background: var(--color-text);
}
.wpcf7-list-item input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  inset: -3px 0 0 0;
  margin: auto;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.wpcf7-list-item label {
  cursor: pointer;
}
.wpcf7-list-item input[type=radio] {
  border: 1px solid #333;
  width: 15px;
  height: 15px;
  border-radius: calc(infinity * 1px);
  position: relative;
  background: #fff;
  flex-shrink: 0;
}
.wpcf7-list-item input[type=radio]:checked:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9.75px;
  height: 9.75px;
  border-radius: calc(infinity * 1px);
  background: var(--color-gold);
}
.wpcf7-list-item input[type=radio]:checked + span:after,
.wpcf7-list-item input[type=checkbox]:checked + span:after {
  opacity: 1;
}

.wpcf7-list-item > label {
  display: flex;
  align-items: center;
  gap: 5px;
}

.parent-businessjet .wpcf7-list-item + * {
  padding-left: clamp(9.6px, 0px + 1.25vw, 15px);
}
@media screen and (max-width: 768px) {
  .parent-businessjet .wpcf7-list-item + * {
    padding-left: 0;
  }
}

.c-form-text {
  margin-top: 40px;
  font-weight: 500;
  font-size: 14px;
  display: grid;
  grid-template-columns: 241px 1fr;
  column-gap: 80px;
}
@media screen and (max-width: 768px) {
  .c-form-text {
    margin-top: 16px;
    display: revert;
  }
}
.c-form-text:before {
  content: "";
}
@media screen and (max-width: 768px) {
  .c-form-text:before {
    display: none;
  }
}

.c-code-row {
  display: grid;
  grid-template-columns: 100px 16px 130px;
  column-gap: 10px;
  align-items: center;
}
.c-code-row.--confirm {
  grid-template-columns: repeat(3, 30px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-code-row {
    grid-template-columns: 80px 14px 110px;
  }
}

.wpcf7-not-valid-tip {
  font-size: 14px !important;
}

.wpcf7-not-valid-tip:before {
  display: none;
}

.c-caution-text {
  font-size: clamp(7.68px, 0px + 1vw, 12px);
  line-height: 1.6666666667;
  letter-spacing: 0em;
  font-weight: normal;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .c-caution-text {
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.8181818182;
    letter-spacing: 0em;
  }
}

.p-contact-form__policy {
  padding-left: 20px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.5px;
  margin-top: -7px;
}
.p-contact-form__policy .wpcf7-list-item > label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
}
.p-contact-form__policy .wpcf7-list-item .wpcf7-list-item-label {
  font-size: clamp(10.24px, 0px + 1.3333333333vw, 16px);
  line-height: 1.875;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .p-contact-form__policy .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0em;
  }
}
.p-contact-form__policy .wpcf7-list-item input[type=checkbox] {
  background: transparent;
  width: 24px;
  height: 24px;
}
.p-contact-form__policy .wpcf7-list-item input[type=checkbox]:checked {
  background: var(--color-text);
}

.p-contact-form__policy [target=_blank] {
  text-decoration: underline;
  position: relative;
}
.p-contact-form__policy [target=_blank]:after {
  content: "";
  background: url(../../assets/image/icon_external.svg);
  background-size: contain;
  width: 13px;
  height: 14px;
  display: inline-block;
  margin-inline: 3px;
}

.c-submit-button {
  margin-top: 60px;
  margin-inline: auto;
  width: min(100%, 220px);
}
@media screen and (max-width: 768px) {
  .c-submit-button {
    margin-top: 40px;
  }
}

.c-submit-button button {
  width: min(100%, 220px);
  margin-inline: auto;
  padding-block: 17px 16px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  .c-submit-button button {
    padding-block: 12px;
  }
}
.c-submit-button button:after {
  display: none;
}

.p-contact-form__policy-link {
  color: #E84751;
  border-bottom: 1px solid;
  position: relative;
  font-size: clamp(10.24px, 0px + 1.3333333333vw, 16px);
  line-height: 1.875;
  letter-spacing: 0em;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-contact-form__policy-link {
    font-size: 14px;
    line-height: 2.1428571429;
    letter-spacing: 0em;
    line-height: 1.2;
  }
}

.p-contact-form__policy-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  background: url(../img/common/icon_link.svg) center center no-repeat;
  background-size: contain;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  color: #E84751;
}

/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

.js-phone-error,
.js-accept-error {
  color: #d9534f;
  margin-top: 4px;
  font-size: 14px;
}

.is-error {
  border-color: #d9534f;
  background-color: #fff6f6;
}