@charset "UTF-8";
/*
* flocss: https://github.com/hiloki/flocss
*/
/* ==========================================================================
   Foundation
   ========================================================================== */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* Base
   ----------------------------------------------------------------- */
/* ==========================================================================
   Global
   ========================================================================== */
/* ==========================================================================
   Global
   ========================================================================== */
/* Mixin
   ----------------------------------------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", meiryo, メイリオ, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--wp--preset--color--black);
  text-align: left;
}

/* Noto Sans使用時 IEはメイリオに変更 */
/* stylelint-disable-next-line selector-type-no-unknown, selector-pseudo-class-no-unknown */
_:input-placeholder,
:root body {
  font-family: Meiryo, "メイリオ", sans-serif;
}

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

table {
  border-collapse: collapse;
}

a {
  color: var(--wp--preset--color--black);
  text-decoration: none;
}

p a {
  text-decoration: underline;
}

ul,
li {
  list-style-type: none;
}

strong {
  font-weight: bold;
}

mark {
  background: transparent;
}

::-moz-selection {
  color: var(--wp--preset--color--black);
  text-shadow: none;
  background-color: var(--wp--preset--color--primary-light); /* Required when declaring ::selection */
}

::selection {
  color: var(--wp--preset--color--black);
  text-shadow: none;
  background-color: var(--wp--preset--color--primary-light); /* Required when declaring ::selection */
}

.legacy-ie {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  padding: 100px 0;
  text-align: center;
  background: #eee;
}

.legacy-ie a {
  text-decoration: none;
}

.noscript {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  padding: 100px 0;
  text-align: center;
}

/* ドロワーメニュー展開時のスクロール禁止 */
body.no-scroll {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

/* Theme
   ----------------------------------------------------------------- */
/* ==========================================================================
   Global
   ========================================================================== */
/* ==========================================================================
   Global
   ========================================================================== */
/* Mixin
   ----------------------------------------------------------------- */
.wp-block-group.alignwide {
  max-width: var(--wp--style--global--wide-size);
  margin-right: auto;
  margin-left: auto;
}

h2.wp-block-heading {
  position: relative;
  padding-bottom: 0.5em;
  margin-block: 1.75em;
  line-height: 1.8;
  border-bottom: 1px solid var(--wp--preset--color--separate);
}
h2.wp-block-heading::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0.5em;
  height: 1px;
  content: "";
  background-color: var(--wp--preset--color--primary);
}

h3.wp-block-heading {
  padding-left: 0.5em;
  margin-block: 1.75em;
  line-height: 1.8;
  border-left: 2px solid var(--wp--preset--color--primary);
}

h4.wp-block-heading {
  position: relative;
  padding-left: 1.5em;
  margin-block: 1.75em;
  line-height: 1.8;
}
h4.wp-block-heading::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 2px;
  content: "";
  background-color: var(--wp--preset--color--primary);
}

.wp-element-caption {
  font-size: 14px;
  color: var(--wp--preset--color--gray);
}

ul.wp-block-list li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.6;
}
ul.wp-block-list li::before {
  position: absolute;
  top: calc(0.75em - 3px);
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: var(--wp--preset--color--gray);
  border-radius: 3px;
}
ul.wp-block-list li + li {
  margin-top: 0.5em;
}

ol.wp-block-list li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.6;
}
ol.wp-block-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 0.5rem;
  font-family: "unitext", sans-serif;
  font-weight: bold;
  content: counter(list-item) ".";
}
ol.wp-block-list li + li {
  margin-top: 0.5em;
}

.wp-block-pullquote {
  padding: 1em 2em;
  background-color: var(--wp--preset--color--gray-ultralight);
  border-radius: 8px;
}
.wp-block-pullquote p {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-size: 16px;
  font-style: italic;
  text-align: left;
  letter-spacing: 0;
}
.wp-block-pullquote p::before, .wp-block-pullquote p::after {
  position: absolute;
  width: 21.25px;
  height: 16px;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTkuMTI1IDcuNTM4MDVlLTA3TDE2LjI1IDUuMzMzMzNDMTcuNjI1IDUuMzMzMzMgMTguODAyMSA1Ljg1NTU2IDE5Ljc4MTMgNi45QzIwLjc2MDQgNy45NDQ0NCAyMS4yNSA5LjIgMjEuMjUgMTAuNjY2N0MyMS4yNSAxMi4xMzMzIDIwLjc2MDQgMTMuMzg4OSAxOS43ODEyIDE0LjQzMzNDMTguODAyMSAxNS40Nzc4IDE3LjYyNSAxNiAxNi4yNSAxNkMxNC44NzUgMTYgMTMuNjk3OSAxNS40Nzc4IDEyLjcxODcgMTQuNDMzM0MxMS43Mzk2IDEzLjM4ODkgMTEuMjUgMTIuMTMzMyAxMS4yNSAxMC42NjY3QzExLjI1IDEwLjE1NTYgMTEuMzA3MyA5LjY4MzMzIDExLjQyMTkgOS4yNUMxMS41MzY1IDguODE2NjcgMTEuNzA4MyA4LjQgMTEuOTM3NSA4TDE2LjI1IDQuODMzOTNlLTA3TDE5LjEyNSA3LjUzODA1ZS0wN1pNNy44NzUgLTMuMDQzMjllLTA3TDUgNS4zMzMzM0M2LjM3NSA1LjMzMzMzIDcuNTUyMDggNS44NTU1NiA4LjUzMTI1IDYuOUM5LjUxMDQyIDcuOTQ0NDQgMTAgOS4yIDEwIDEwLjY2NjdDMTAgMTIuMTMzMyA5LjUxMDQyIDEzLjM4ODkgOC41MzEyNSAxNC40MzMzQzcuNTUyMDggMTUuNDc3OCA2LjM3NSAxNiA1IDE2QzMuNjI1IDE2IDIuNDQ3OTEgMTUuNDc3OCAxLjQ2ODc1IDE0LjQzMzNDMC40ODk1OCAxMy4zODg5IC0xLjU5MzE1ZS0wNiAxMi4xMzMzIC0xLjQ3Mzk4ZS0wNiAxMC42NjY3Qy0xLjQzMjQ1ZS0wNiAxMC4xNTU2IDAuMDU3Mjg5NiA5LjY4MzMzIDAuMTcxODc0IDkuMjVDMC4yODY0NTYgOC44MTY2NyAwLjQ1ODMzMyA4LjQgMC42ODc0OTkgOEw1IC01Ljc0NzQxZS0wN0w3Ljg3NSAtMy4wNDMyOWUtMDdaIiBmaWxsPSIjMDAzRUNGIi8+PC9zdmc+");
}
.wp-block-pullquote p::before {
  top: 0;
  left: -28px;
}
.wp-block-pullquote p::after {
  right: -28px;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.wp-block-pullquote cite {
  margin-top: 12px;
  font-size: 12px;
  color: var(--wp--preset--color--gray);
  text-align: right;
}
.wp-block-pullquote cite a {
  text-decoration: underline;
}

.wp-block-table table {
  overflow: hidden;
}
.wp-block-table table th,
.wp-block-table table td {
  padding: 1em;
  border-color: var(--wp--preset--color--separate);
}
.wp-block-table table th a,
.wp-block-table table td a {
  text-decoration: underline;
}
.wp-block-table table th iframe,
.wp-block-table table td iframe {
  width: 100%;
  max-width: 660px;
  height: auto;
  aspect-ratio: 16/9;
}
.wp-block-table table:has(thead) {
  border-radius: 8px 8px 0 0;
}
.wp-block-table thead {
  background-color: var(--wp--preset--color--gray-light);
  border: none;
}
.wp-block-table thead th {
  font-weight: normal;
  border-top: 0;
}
.wp-block-table thead th:first-child {
  border-left-color: var(--wp--preset--color--gray-light);
  border-top-left-radius: 8px;
}
.wp-block-table thead th:last-child {
  border-right-color: var(--wp--preset--color--gray-light);
  border-top-right-radius: 8px;
}
.wp-block-table tfoot {
  border: none;
}
.wp-block-table.is-style-2 tr:last-child th,
.wp-block-table.is-style-2 tr:last-child td {
  border-bottom: none;
}
.wp-block-table.is-style-2 th,
.wp-block-table.is-style-2 td {
  padding: 2em 0;
  border-top: none;
  border-right: none;
  border-left: none;
}
.wp-block-table.is-style-2 th:first-child,
.wp-block-table.is-style-2 td:first-child {
  width: 20%;
  color: var(--wp--preset--color--gray);
  vertical-align: top;
}
.wp-block-table.is-style-2 td:not(:first-child) {
  padding-left: 1em;
}
.wp-block-table.is-style-2 thead {
  background-color: transparent;
}

.wp-block-image {
  margin-inline: 0;
}
.wp-block-image img {
  height: auto !important;
}

.wp-block-separator {
  border-width: 1px;
}

/**
 * wp-block-columnsのブレイクポイントをメディアクエリからコンテナクエリに変更
 *
 * WordPressのデフォルトのメディアクエリ（782px）ベースのスタイルを
 * コンテナクエリに置き換えることで、親要素のサイズに応じた
 * レスポンシブレイアウトを実現します。
 *
 * @note コンテナクエリは親要素のインラインサイズ（横幅）を基準に動作します。
 *       これにより、ビューポートのサイズに関係なく、コンテナのサイズに
 *       応じたレイアウトが可能になります。
 */
*:has(> .wp-block-columns) {
  container-type: inline-size;
  container-name: wp-columns-container;
  /**
   * モバイルサイズ（781px以下）
   * カラムを縦に並べる
   */
  /**
   * タブレット以上（782px以上）
   * カラムを横に並べる
   *
   * @note flex-basisとflex-growは設定しないことで、
   *       WordPressがインラインスタイルで指定した幅（20%、30%など）を尊重します。
   *       幅が指定されていない場合は、WordPressのデフォルト動作で均等に広がります。
   */
}
@container wp-columns-container (max-width: 781px) {
  *:has(> .wp-block-columns) .wp-block-columns {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  *:has(> .wp-block-columns) .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
}
@container wp-columns-container (min-width: 782px) {
  *:has(> .wp-block-columns) .wp-block-columns {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}

@font-face {
  font-family: unitext;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url("https://use.typekit.net/af/0b2a61/00000000000000007735ba1b/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/0b2a61/00000000000000007735ba1b/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/0b2a61/00000000000000007735ba1b/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
}
@font-face {
  font-family: unitext;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  src: url("https://use.typekit.net/af/6c8802/00000000000000007735ba21/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/6c8802/00000000000000007735ba21/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/6c8802/00000000000000007735ba21/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: auto;
}
@font-face {
  font-family: unitext;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  src: url("https://use.typekit.net/af/75d6a6/00000000000000007735ba2f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/75d6a6/00000000000000007735ba2f/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/75d6a6/00000000000000007735ba2f/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: auto;
}
@font-face {
  font-family: unitext;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url("https://use.typekit.net/af/6f5017/00000000000000007735ba35/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/6f5017/00000000000000007735ba35/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/6f5017/00000000000000007735ba35/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
}
@font-face {
  font-family: unitext;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url("https://use.typekit.net/af/bcd725/00000000000000007735ba37/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/bcd725/00000000000000007735ba37/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/bcd725/00000000000000007735ba37/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-display: auto;
}
@font-face {
  font-family: unitext;
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
  src: url("https://use.typekit.net/af/26e3c3/00000000000000007735ba39/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff2"), url("https://use.typekit.net/af/26e3c3/00000000000000007735ba39/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff"), url("https://use.typekit.net/af/26e3c3/00000000000000007735ba39/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("opentype");
  font-display: auto;
}
/* ==========================================================================
   Layout
   ========================================================================== */
/* Base
   ----------------------------------------------------------------- */
/* Layout
   ----------------------------------------------------------------- */
.l-main {
  padding-top: clamp(60px, 14.7135416667vw, 113px);
}

.l-page__breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.l-page__header {
  position: relative;
  padding: 0 4vw;
  overflow: hidden;
  overflow: visible;
  border-bottom: 1px solid #c5c5c5;
}
.l-page__header::after {
  position: absolute;
  bottom: 0;
  left: 4vw;
  width: 1px;
  height: calc(100% - 56px);
  content: "";
  background: #c5c5c5;
}
.l-page__title .ja {
  padding: 0 4vw;
  margin-top: 1em;
  font-size: clamp(32px, 40 / 1920 * 100vw, 40px);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0;
}
.l-page__title .en {
  position: relative;
  z-index: -1;
  margin-top: 24px;
  font-family: "Inter", sans-serif;
  font-size: clamp(32px, 120 / 1920 * 100vw, 120px);
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  color: #f4f4f4;
  text-align: right;
  -webkit-transform: translateY(0.14em);
          transform: translateY(0.14em);
}
.l-page__content:not(.l-page__content--2columns) {
  max-width: 1200px;
}
.l-page__content--2columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-page__content--2columns .l-page__aside {
  container-type: inline-size;
  padding: clamp(40px, 80 / 1400 * 100vw, 80px) 0;
}
.l-page__content--2columns .l-page__aside + .l-page__main {
  padding-top: clamp(40px, 80 / 1400 * 100vw, 80px);
  border-top: 1px solid var(--wp--preset--color--separate);
}
.l-page__content--2columns .l-page__aside .aside-sticky {
  position: sticky;
  top: 55px;
}
.l-page__content .l-page__main {
  width: 100%;
}
.l-page__content .l-page__main .c-heading {
  margin-bottom: 2rem;
}
.l-page__content .l-page__main + .l-page__aside {
  padding-top: clamp(40px, 80 / 1400 * 100vw, 80px);
  border-top: 1px solid var(--wp--preset--color--separate);
}

/* Base
   ----------------------------------------------------------------- */
/* Header
   ----------------------------------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.l-header.is-scroll {
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.l-header.is-scroll.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-header.is-open {
  position: fixed;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-header.is-open .l-header__nav {
  display: block;
  visibility: visible;
  opacity: 1;
}
.l-header.is-open .l-header__nav ul {
  opacity: 1;
}
.l-header.is-open .l-header__nav .l-header__nav__wrap {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.l-header .desktop-header-nav {
  display: none;
}
.l-header .desktop-header-nav .desktop-header-nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px clamp(16px, 32 / 1920 * 100vw, 32px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(14px, 16 / 1920 * 100vw, 16px);
  font-weight: 400;
  line-height: 150%;
}
.l-header .desktop-header-nav .desktop-header-nav__menu a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background-image: linear-gradient(#333, #333);
  background-repeat: no-repeat;
  background-position: right 100% bottom 0;
  background-size: 0% 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.l-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowwrap;
      flex-wrap: nowwrap;
  gap: clamp(8px, 16 / 768 * 100vw, 16px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: clamp(55px, 115 / 768 * 100vw, 115px);
  padding: 0 4%;
  margin: 0 auto;
}
.l-header__logo {
  position: relative;
  z-index: 2;
  width: clamp(126px, 180 / 554 * 100vw, 180px);
  line-height: 1;
}
.l-header__logo a {
  display: inline-block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.l-header__logo img {
  width: 100%;
}
.l-header__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.l-header__nav .l-header__nav__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: 0.3;
}
.l-header__nav .l-header__nav__wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  background: var(--wp--preset--color--white);
  opacity: 1;
}
.l-header__nav .l-header__menu {
  padding: 0 10.6%;
  margin-top: 75px;
  opacity: 0;
}
.l-header__nav .l-header__menu .menu-item {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  list-style: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.l-header__nav .l-header__menu .menu-item.menu-item-has-children > .menu-item__wrap {
  cursor: pointer;
}
.l-header__nav .l-header__menu .menu-item.menu-item-has-children > .menu-item__wrap::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 1px;
  content: "";
  background-color: #000;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.l-header__nav .l-header__menu .menu-item.menu-item-has-children > .menu-item__wrap::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 1px;
  content: "";
  background-color: #000;
}
.l-header__nav .l-header__menu .menu-item.menu-item-has-children.is-open > .menu-item__wrap::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.l-header__nav .l-header__menu .menu-item > .menu-item__wrap {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #c5c5c5;
}
.l-header__nav .l-header__menu .menu-item > .menu-item__wrap > a {
  position: relative;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.l-header__nav .l-header__menu .menu-item .sub-menu {
  display: none;
  gap: 16px;
  padding: 22px 0 0;
}
.l-header__nav .l-header__menu .menu-item .sub-menu > .menu-item {
  margin-bottom: 16px;
  font-weight: 400;
  color: #000;
}
.l-header__nav .l-header__menu .menu-item .sub-menu > .menu-item > .menu-item__wrap {
  display: inline;
  border-bottom: none;
}
.l-header__nav .l-header__menu .menu-item .sub-menu > .menu-item > .menu-item__wrap > a::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%229%22%20viewBox%3D%220%200%205%209%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M0.64086%209L0%208.33843L3.71828%204.5L0%200.66157L0.64086%200L5%204.5L0.64086%209Z%22%20fill%3D%22%23003ECF%22%2F%3E%3C%2Fsvg%3E");
  background-size: 5px;
}
.l-header__online {
  position: relative;
  z-index: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
}
.l-header__online > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: clamp(32px, 48 / 554 * 100vw, 48px);
  padding: 0 clamp(12px, 24 / 554 * 100vw, 24px);
  font-size: clamp(10px, 16 / 554 * 100vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 16.5px */
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
  background: #003ecf;
  border: 2px solid #003ecf;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.l-header__menu {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-header__banner {
  display: grid;
  gap: 16px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 24px 10.6%;
  container-type: inline-size;
}
.l-header__banner .l-header__banner-item.--recruit {
  position: relative;
  overflow: hidden;
  background: #f4f4f4;
}
.l-header__banner .l-header__banner-item.--recruit .l-header__banner-wrap {
  gap: 8px;
  padding: 16px 56px 24px 16px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.l-header__banner .l-header__banner-item.--recruit .l-header__banner-title {
  font-family: "Inter", sans-serif;
  font-size: clamp(26px, 32 / 400 * 100cqw, 32px);
  font-weight: 700;
  line-height: 1;
}
.l-header__banner .l-header__banner-item.--recruit .recruit-banner__logo {
  position: absolute;
  top: 50%;
  right: 18px;
  width: clamp(174px, 17.0833333333cqw, 205px);
  margin: auto;
  -webkit-filter: blur(18px);
          filter: blur(18px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__banner .l-header__banner-wrap {
  position: relative;
  display: grid;
  gap: 4px;
  padding: 20px 56px 16px 16px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.l-header__banner .l-header__banner-wrap::after {
  position: absolute;
  top: calc(50% - 15px);
  right: 20px;
  width: 30px;
  height: 30px;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2210%22%20viewBox%3D%220%200%2014%2010%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M8.14898%209.84375L7.48547%209.17679L11.3184%205.38552H0V4.45823H11.3184L7.48547%200.666961L8.14898%200L13.125%204.92188L8.14898%209.84375Z%22%20fill%3D%22%23003ECF%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
}
.l-header__banner .l-header__banner-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  color: #a4a4a4;
}
.l-header__banner .l-header__banner-subtitle svg {
  width: 28px;
}
.l-header__banner .l-header__banner-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%; /* 30px */
}
.l-header__banner .l-header__banner-about {
  font-size: 12px;
  line-height: 160%; /* 19.2px */
}
.l-header__button {
  padding: 8px 0;
  list-style: none;
}
.l-header__button:first-child {
  margin-top: 32px;
}
.l-header__button a {
  display: block;
  padding: 6px 16px;
  font-weight: bold;
  color: var(--wp--preset--color--primary);
  text-align: center;
  border: 2px solid var(--wp--preset--color--primary);
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.l-header__button a:hover {
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--primary);
}
.l-header__button--cta a {
  color: var(--wp--preset--color--white) !important;
  background-color: var(--wp--preset--color--primary);
}

/* Base
   ----------------------------------------------------------------- */
/* Footer
   ----------------------------------------------------------------- */
.l-footer {
  position: relative;
  padding: 50px 0;
  background: #f9f9f9;
  border-top: 1px solid #c5c5c5;
}
.l-footer .l-footer__container {
  display: grid;
  gap: 60px;
  width: 100%;
  max-width: 1780px;
  padding: 0 4vw;
  margin: 0 auto;
}
.l-footer .l-footer__company {
  grid-row: 2/3;
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
}
.l-footer .l-footer__company .l-footer__company-logo {
  max-width: 250px;
  margin: 0 auto;
}
.l-footer .l-footer__company .l-footer__company-logo img {
  width: 100%;
}
.l-footer .l-footer__company .l-footer__company-info {
  margin-top: 34px;
  text-align: center;
}
.l-footer .l-footer__company .l-footer__company-info address {
  margin-top: 24px;
  font-style: normal;
}
.l-footer__totop {
  position: absolute;
  right: clamp(10px, 40 / 768 * 100vw, 40px);
  bottom: 93px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-row: 2/3;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(18px);
          transform: translateY(18px);
}
.l-footer__totop .totop-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  border-radius: 100vh;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08), inset 4px 4px 24px rgba(255, 255, 255, 0.1);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.08), inset 4px 4px 24px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.l-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
}
.l-footer__nav a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background-image: linear-gradient(#333, #333);
  background-repeat: no-repeat;
  background-position: right 100% bottom 0;
  background-size: 0% 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.l-footer .l-footer__sublink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -20px;
}
.l-footer .l-footer__sublink > li {
  text-align: right;
}
.l-footer .l-footer__sublink > li > a {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background-image: linear-gradient(#333, #333);
  background-repeat: no-repeat;
  background-position: right 100% bottom 0;
  background-size: 0% 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.l-footer .l-footer__sublink > li > a::after {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 8px;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M10.2542%207.50447L9.24516%207.49634L9.24516%201.71433L0.708262%2010.2512L0.00115523%209.54412L8.53806%201.00722L2.75604%201.00722L2.74791%20-0.00181774L10.2542%20-0.0018174L10.2542%207.50447Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  background-position: center bottom;
}
.l-footer .nav-block__menu > li > a,
.l-footer .nav-block__menu > li > span {
  position: relative;
  display: block;
  padding: 16px 0;
  color: var(--wp--preset--color--white);
  border-bottom: 1px solid #7a828c;
}
.l-footer .nav-block__menu > li > span.js-accordion-menu.is-open::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMSIgdmlld0JveD0iMCAwIDE4IDEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGxpbmUgeTE9IjAuNSIgeDI9IjE4IiB5Mj0iMC41IiBzdHJva2U9IndoaXRlIi8+PC9zdmc+");
}
.l-footer .nav-block__menu > li > span.js-accordion-menu::after {
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48bGluZSB5MT0iOC41IiB4Mj0iMTgiIHkyPSI4LjUiIHN0cm9rZT0id2hpdGUiLz48bGluZSB4MT0iOS41IiB5MT0iMi4xODU1N2UtMDgiIHgyPSI5LjUiIHkyPSIxOCIgc3Ryb2tlPSJ3aGl0ZSIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.l-footer .nav-block__menu > li > ul {
  display: none;
  margin-top: calc(16px - 0.5em);
}
.l-footer .nav-block__menu > li > ul > li > a {
  display: block;
  padding: 0.5em 0;
  color: var(--wp--preset--color--gray-ultralight);
}
.l-footer .nav-block__menu > li .sub-menu {
  margin-top: 1em;
}
.l-footer .nav-block__menu > li .sub-menu a {
  color: var(--wp--preset--color--gray);
}
.l-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: clamp(48px, 80 / 1400 * 100vw, 80px);
}
.l-footer .bottom-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer .bottom-nav a {
  font-size: 13px;
  color: var(--wp--preset--color--white);
}
.l-footer .l-footer__copy {
  width: 100%;
  max-width: 1780px;
  padding: 0 4vw;
  margin: 48px auto 0;
  text-align: center;
}
.l-footer .l-footer__copy .copyright {
  font-size: 12px;
  font-weight: 500;
  line-height: 180%;
  color: #a5a5a5;
  opacity: 0.9;
}

/* ==========================================================================
   Object
   ========================================================================== */
/* Base
   ----------------------------------------------------------------- */
/* Project
   ----------------------------------------------------------------- */
/* Theme
   ----------------------------------------------------------------- */
.p-editor-content * {
  margin-block: 1em;
  overflow-wrap: break-word;
}
.p-editor-content p {
  line-height: 1.8;
}

/* Base
   ----------------------------------------------------------------- */
.p-pagination {
  margin-top: 80px;
}
.p-pagination .p-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-pagination .p-pagination__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 4px;
}
.p-pagination .p-pagination__link,
.p-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  color: #A4A4A4;
  letter-spacing: 0;
  background-color: transparent;
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  -webkit-box-shadow: inset 4px 4px 24px rgba(255, 255, 255, 0.1);
          box-shadow: inset 4px 4px 24px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-pagination .p-pagination__link--current,
.p-pagination .page-numbers--current {
  color: var(--wp--preset--color--primary);
  border-bottom: 1px solid var(--wp--preset--color--primary);
}
.p-pagination .p-pagination__link--prev, .p-pagination .p-pagination__link--next,
.p-pagination .page-numbers--prev,
.p-pagination .page-numbers--next {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--wp--preset--color--primary);
  border: 1px solid var(--wp--preset--color--primary);
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 16px rgba(var(--wp--preset--color--black), 0.1);
          box-shadow: 0 4px 16px rgba(var(--wp--preset--color--black), 0.1);
}

/* Base
   ----------------------------------------------------------------- */
.p-recruit-footer-cta {
  padding: clamp(16px, 32 / 1400 * 100vw, 32px) 6vw 0;
}
.p-recruit-footer-cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.p-recruit-footer-cta__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recruit-footer-cta__container {
  position: relative;
  width: 100%;
  max-width: 1700px;
  padding: 36px 24px 46px;
  margin: 0 auto;
  overflow: hidden;
  color: #fff;
  background-color: #000;
  border-radius: 24px 24px 0 0;
}
.p-recruit-footer-cta__entry {
  position: relative;
  font-size: clamp(18px, 22 / 1400 * 100vw, 22px);
  line-height: 1;
}
.p-recruit-footer-cta__entry-wrap {
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
}
.p-recruit-footer-cta__entry-wrap::before, .p-recruit-footer-cta__entry-wrap::after {
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 1px;
  content: "";
}
.p-recruit-footer-cta__entry-wrap::before {
  left: 0;
  border-bottom: 2px solid #fff;
}
.p-recruit-footer-cta__entry-wrap::after {
  right: 0;
  border-bottom: 2px dotted #fff;
}
.p-recruit-footer-cta__title {
  position: relative;
  margin-top: 26px;
  font-size: clamp(20px, 32 / 1400 * 100vw, 32px);
  font-weight: 700;
  line-height: 160%;
  text-align: center;
}
.p-recruit-footer-cta__action {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(24px, 30 / 1400 * 100vw, 30px);
}
.p-recruit-footer-cta .cta-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 280px;
  height: auto;
  padding: 0.7em;
  font-size: 16px;
  color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--white);
  border: 1px solid var(--wp--preset--color--primary);
  border-radius: 100vh;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-recruit-footer-cta .cta-button__text {
  font-weight: bold;
  text-align: center;
}
.p-recruit-footer-cta .cta-button::after {
  width: 1em;
  height: 1em;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC42OTIyNSAxMC42MTU1TDcuOTg0NSA5Ljg5NjI1TDEyLjA3MyA1LjgwNzc1SDBWNC44MDc3NUgxMi4wNzNMNy45ODQ1IDAuNzE5MjUxTDguNjkyMjUgMEwxNCA1LjMwNzc1TDguNjkyMjUgMTAuNjE1NVoiIGZpbGw9IiMwMDNFQ0YiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.p-recruit-footer-cta__marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: clamp(16px, 56 / 1400 * 100vw, 56px);
  overflow: hidden;
  white-space: nowrap;
}
.p-recruit-footer-cta__marquee .marquee-text {
  display: inline-block;
  padding-right: 0.5em;
  font-family: "Inter", sans-serif;
  font-size: clamp(80px, 120 / 1400 * 100vw, 120px);
  font-weight: bold;
  line-height: 1.1;
  color: var(--wp--preset--color--white);
  letter-spacing: 0.05em;
  -webkit-animation: marquee 10s linear infinite;
          animation: marquee 10s linear infinite;
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.p-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  /* stylelint-disable-next-line scss/no-global-function-names */
  max-width: 1280px;
  padding-right: 4vw;
  padding-left: 4vw;
  margin: 0 auto;
}

.p-container--md {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  /* stylelint-disable-next-line scss/no-global-function-names */
  max-width: 1080px;
  padding-right: 4vw;
  padding-left: 4vw;
  margin: 0 auto;
}

.p-container--sm {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  /* stylelint-disable-next-line scss/no-global-function-names */
  max-width: 880px;
  padding-right: 4vw;
  padding-left: 4vw;
  margin: 0 auto;
}

.p-container--lg {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  /* stylelint-disable-next-line scss/no-global-function-names */
  max-width: 1280px;
  padding-right: 4vw;
  padding-left: 4vw;
  margin: 0 auto;
}

.p-container--xl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  /* stylelint-disable-next-line scss/no-global-function-names */
  max-width: 1520px;
  padding-right: 4vw;
  padding-left: 4vw;
  margin: 0 auto;
}

.p-container--xxl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  /* stylelint-disable-next-line scss/no-global-function-names */
  max-width: 1780px;
  padding-right: 4vw;
  padding-left: 4vw;
  margin: 0 auto;
}

.p-container--fluid {
  width: 100%;
  padding: 0 min(4vw, 80px);
}
.p-section-title .p-section-title__en {
  font-family: "Inter", sans-serif;
  font-size: clamp(48px, 64 / 1400 * 100vw, 64px);
  font-weight: bold;
  line-height: 1.5;
}
.p-section-title .p-section-title__ja {
  font-size: 16px;
  font-weight: 500;
}

.p-breadcrumb {
  margin: 0;
  font-size: 14px;
  color: #bababa;
}
.p-breadcrumb > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.p-breadcrumb > span span {
  position: relative;
}
.p-breadcrumb > span span:not(:last-child) {
  padding-right: 34px;
}
.p-breadcrumb > span span:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 1px;
  content: "";
  background-color: #bababa;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-breadcrumb a {
  color: #bababa;
}
.p-breadcrumb .breadcrumb_last {
  color: #3b3b3b;
}

/* Base
   ----------------------------------------------------------------- */
/* Component
   ----------------------------------------------------------------- */
/* Base
   ----------------------------------------------------------------- */
.c-button {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 276px;
  height: 56px;
  padding: 0 1em;
  font-size: clamp(16px, 6cqw, 18px);
  font-weight: bold;
  line-height: 1.5;
  color: var(--wp--preset--color--white);
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  background-color: var(--wp--preset--color--primary);
  border: 1px solid transparent;
  border-radius: 100vh;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.24);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-button::after {
  width: 24px;
  height: 24px;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMuNjkyMyAxNy4zMDY5TDEyLjk4NDUgMTYuNTg3N0wxNy4wNzMgMTIuNDk5Mkg1VjExLjQ5OTJIMTcuMDczTDEyLjk4NDUgNy40MTA2NkwxMy42OTIzIDYuNjkxNDFMMTkgMTEuOTk5MkwxMy42OTIzIDE3LjMwNjlaIiBmaWxsPSJ3aGl0ZSIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.c-button--white {
  color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--white);
  border: 1px solid transparent;
}
.c-button--white::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMuNjkyMyAxNy4zMDY5TDEyLjk4NDUgMTYuNTg3N0wxNy4wNzMgMTIuNDk5Mkg1VjExLjQ5OTJIMTcuMDczTDEyLjk4NDUgNy40MTA2NkwxMy42OTIzIDYuNjkxNDFMMTkgMTEuOTk5MkwxMy42OTIzIDE3LjMwNjlaIiBmaWxsPSIjMDAzRUNGIi8+PC9zdmc+");
}

.c-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-menu-icon {
  position: relative;
  z-index: 300;
  display: block;
  width: clamp(32px, 48 / 554 * 100vw, 48px);
  height: clamp(32px, 48 / 554 * 100vw, 48px);
  cursor: pointer;
  background: #282828;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
}
.c-menu-icon__wrap {
  position: relative;
  width: clamp(10px, 16 / 554 * 100vw, 16px);
  height: clamp(32px, 48 / 554 * 100vw, 48px);
  margin-right: auto;
  margin-left: auto;
}
.c-menu-icon__wrap > span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c-menu-icon__wrap > span:nth-child(1) {
  top: clamp(11px, 17 / 554 * 100vw, 17px);
}
.c-menu-icon__wrap > span:nth-child(2) {
  top: clamp(15px, 23 / 554 * 100vw, 23px);
}
.c-menu-icon__wrap > span:nth-child(3) {
  top: clamp(19px, 29 / 554 * 100vw, 29px);
}
.is-open .c-menu-icon .c-menu-icon__wrap > span {
  background-color: #fff;
}
.is-open .c-menu-icon .c-menu-icon__wrap > span:nth-child(1) {
  -webkit-transform: translateY(clamp(4px, 6 / 554 * 100vw, 6px)) rotate(-45deg);
          transform: translateY(clamp(4px, 6 / 554 * 100vw, 6px)) rotate(-45deg);
}
.is-open .c-menu-icon .c-menu-icon__wrap > span:nth-child(2) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.is-open .c-menu-icon .c-menu-icon__wrap > span:nth-child(3) {
  -webkit-transform: translateY(calc(-1 * clamp(4px, 6 / 554 * 100vw, 6px))) rotate(45deg);
          transform: translateY(calc(-1 * clamp(4px, 6 / 554 * 100vw, 6px))) rotate(45deg);
}

.c-input label {
  display: inline-block;
  padding-bottom: 8px;
  font-size: 12px;
  line-height: 1;
  color: var(--wp--preset--color--gray);
}

.c-select {
  position: relative;
}
.c-select::before {
  position: absolute;
  top: calc(50% - 3px);
  right: 12px;
  z-index: 2;
  width: 6px;
  height: 6px;
  content: "";
  border-top: solid 1px var(--wp--preset--color--primary);
  border-right: solid 1px var(--wp--preset--color--primary);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.mw_wp_form_confirm .c-select::before {
  display: none;
}
.c-select select {
  position: relative;
  width: 100%;
  padding: 12px;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: var(--wp--preset--color--contrast);
  border-radius: 4px;
}
.c-select select::-ms-expand {
  display: none;
}
.c-select select:focus {
  outline: 0;
  -webkit-box-shadow: rgba(var(--wp--preset--color--primary), 0.5) 0 0 5px 2px;
          box-shadow: rgba(var(--wp--preset--color--primary), 0.5) 0 0 5px 2px;
}

.c-radio,
.mwform-radio-field label {
  display: block;
  padding: 8px 0;
}
.c-radio input[type=radio],
.mwform-radio-field label input[type=radio] {
  position: absolute;
  opacity: 0;
}
.c-radio input[type=radio] + .text,
.c-radio input[type=radio] + .mwform-radio-field-text,
.mwform-radio-field label input[type=radio] + .text,
.mwform-radio-field label input[type=radio] + .mwform-radio-field-text {
  position: relative;
  cursor: pointer;
}
.c-radio input[type=radio] + .text::before,
.c-radio input[type=radio] + .mwform-radio-field-text::before,
.mwform-radio-field label input[type=radio] + .text::before,
.mwform-radio-field label input[type=radio] + .mwform-radio-field-text::before {
  position: relative;
  top: calc(50% - 12px);
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  content: "";
  background: var(--wp--preset--color--contrast);
  border: 1px solid var(--wp--preset--color--contrast);
  border-radius: 100%;
}
.c-radio input[type=radio]:focus + .text::before,
.c-radio input[type=radio]:focus + .mwform-radio-field-text::before,
.mwform-radio-field label input[type=radio]:focus + .text::before,
.mwform-radio-field label input[type=radio]:focus + .mwform-radio-field-text::before {
  border-color: var(--wp--preset--color--contrast);
  outline: none;
}
.c-radio input[type=radio]:disabled + .text::before,
.c-radio input[type=radio]:disabled + .mwform-radio-field-text::before,
.mwform-radio-field label input[type=radio]:disabled + .text::before,
.mwform-radio-field label input[type=radio]:disabled + .mwform-radio-field-text::before {
  background: var(--wp--preset--color--gray);
  border-color: var(--wp--preset--color--gray);
}
.c-radio input[type=radio]:checked + .text::after,
.c-radio input[type=radio]:checked + .mwform-radio-field-text::after,
.mwform-radio-field label input[type=radio]:checked + .text::after,
.mwform-radio-field label input[type=radio]:checked + .mwform-radio-field-text::after {
  position: absolute;
  top: 50%;
  left: 6px;
  width: 12px;
  height: 12px;
  content: "";
  background-color: var(--wp--preset--color--black);
  border-radius: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}

/* Theme
   ----------------------------------------------------------------- */
/* Utility
   ----------------------------------------------------------------- */

.u-inline-block {
  display: inline-block;
}

.u-position-relative {
  position: relative;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-parent-container {
  container-type: inline-size;
}

.u-parent-sticky > * {
  position: sticky;
  top: 0;
}

.u-text-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#003ecf), to(#007aff));
  background: linear-gradient(to right, #003ecf, #007aff);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.u-text-radial-gradient {
  background: radial-gradient(53.1% 28.71% at 50.39% 86.21%, #003ecf 0%, #000 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@container (max-width: 781px) {
  .u-reverse-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.u-contents-section {
  max-width: calc(100% - min(4vw, 24px));
  padding: clamp(24px, 6.25vw, 120px) 0;
  margin: 0 auto;
  background-color: var(--wp--preset--color--white);
  border-radius: clamp(16px, 1.7142857143vw, 24px) !important;
}

.u-absolute-center {
  position: absolute !important;
  inset: 0 !important;
  margin: auto !important;
}

@container wp-columns-container (max-width: 991px) {
  .u-columns-breakpoint-lg.wp-block-columns {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .u-columns-breakpoint-lg.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
}
/**
   * タブレット以上（992px以上）
   * カラムを横に並べる
   *
   * @note flex-basisとflex-growは設定しないことで、
   *       WordPressがインラインスタイルで指定した幅（20%、30%など）を尊重します。
   *       幅が指定されていない場合は、WordPressのデフォルト動作で均等に広がります。
   */
@container wp-columns-container (min-width: 992px) {
  .u-columns-breakpoint-lg.wp-block-columns {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}
@container wp-columns-container (max-width: 1199px) {
  .u-columns-breakpoint-xl.wp-block-columns {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .u-columns-breakpoint-xl.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
}
/**
   * デスクトップ以上（1200px以上）
   * カラムを横に並べる
   *
   * @note flex-basisとflex-growは設定しないことで、
   *       WordPressがインラインスタイルで指定した幅（20%、30%など）を尊重します。
   *       幅が指定されていない場合は、WordPressのデフォルト動作で均等に広がります。
   */
@container wp-columns-container (min-width: 1200px) {
  .u-columns-breakpoint-xl.wp-block-columns {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}
/* Theme
   ----------------------------------------------------------------- */
.p-member-card {
  container-type: inline-size;
}
.p-member-card .p-member-card__inner {
  position: relative;
  display: block;
  padding-bottom: 40px;
  color: var(--wp--preset--color--black);
  border-bottom: 1px solid #c5c5c5;
}
.p-member-card .p-member-card__inner::after {
  position: absolute;
  right: 0;
  bottom: 32px;
  width: 40px;
  height: 40px;
  content: "";
  background-color: #003ecf;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M8.69225%2010.6155L7.9845%209.89625L12.073%205.80775H0V4.80775H12.073L7.9845%200.719251L8.69225%200L14%205.30775L8.69225%2010.6155Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  border-radius: 12px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-member-card .p-member-card__thumbnail {
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #d9d9d9;
  border-radius: 16px;
}
.p-member-card .p-member-card__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-member-card .p-member-card__body {
  padding: 0 4px;
  margin-top: 22px;
}
.p-member-card .p-member-card__tag {
  font-family: "unitext", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
  color: var(--wp--preset--color--primary);
}
.p-member-card .p-member-card__title {
  margin-top: 18px;
  overflow: hidden;
  font-size: clamp(18px, 20 / 448 * 100cqw, 20px);
  font-weight: 700;
  line-height: 150%;
  color: var(--wp--preset--color--black);
}
.p-member-card .p-member-card__title > span {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", meiryo, メイリオ, sans-serif;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background-image: linear-gradient(#333, #333);
  background-repeat: no-repeat;
  background-position: right 100% bottom 0;
  background-size: 0% 1px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.p-member-card .p-member-card__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding-right: 48px;
  margin-top: 27px;
  font-size: 16px;
  line-height: 110%;
  color: var(--wp--preset--color--black);
}
.p-member-card .p-member-card__profile .-initial {
  padding-right: 8px;
  font-weight: 500;
  border-right: 1px solid #c5c5c5;
}
.p-member-card .p-member-card__profile .-year {
  font-weight: 400;
}

/* ==========================================================================
   Pages
   ========================================================================== */
/* Base
   ----------------------------------------------------------------- */
.archive-recruit .archive {
  padding: clamp(48px, 120 / 1400 * 100vw, 120px) 0;
}
.archive-recruit .archive .archive-category {
  display: grid;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 110%;
  color: var(--wp--preset--color--primary);
}
.archive-recruit .archive .archive-category .archive-category-title {
  padding: 12px 0;
}
.archive-recruit .archive .archive-category .archive-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(8px, 16 / 1400 * 100vw, 16px);
}
.archive-recruit .archive .archive-category .archive-category-list a {
  display: inline-block;
  padding: 8px;
  font-size: clamp(12px, 14 / 1400 * 100vw, 14px);
  font-weight: 500;
  line-height: 150%;
  color: var(--wp--preset--color--primary);
  background: #f4f4f4;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.archive-recruit .archive .archive-category .archive-category-list a.is-active {
  color: #fff;
  background: var(--wp--preset--color--primary);
}
.archive-recruit .archive-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 64px 48px;
  margin-top: clamp(24px, 80 / 1400 * 100vw, 80px);
}
.archive-recruit .archive-item {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 110%;
  color: var(--wp--preset--color--primary);
}

/* Base
   ----------------------------------------------------------------- */
.single-member .member-header {
  position: relative;
  overflow: hidden;
}
.single-member .member-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(24px, 112 / 1920 * 100vw, 112px);
  padding: clamp(90px, 120 / 1400 * 100vw, 120px) 0 clamp(40px, 60 / 1400 * 100vw, 60px);
}
.single-member .member-header__thumbnail img {
  border-radius: 16px;
}
.single-member .member-header__title {
  font-size: clamp(28px, 56 / 1920 * 100vw, 56px);
}
.single-member .member-header__role {
  margin-top: clamp(16px, 24 / 1400 * 100vw, 24px);
}
.single-member .member-header__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: clamp(12px, 16 / 1400 * 100vw, 16px);
}
.single-member .member-header__name {
  padding-right: clamp(16px, 24 / 1400 * 100vw, 24px);
  font-size: clamp(20px, 32 / 1920 * 100vw, 32px);
  font-weight: bold;
}
.single-member .member-header__year {
  padding-left: clamp(16px, 24 / 1400 * 100vw, 24px);
  font-size: 16px;
  font-weight: 500;
  border-left: 1px solid var(--wp--preset--color--separate);
}
.single-member .member-header__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(8px, 16 / 1400 * 100vw, 16px);
  margin-top: clamp(12px, 16 / 1400 * 100vw, 16px);
}
.single-member .member-header__cate a {
  display: inline-block;
  padding: 8px;
  font-size: clamp(12px, 14 / 1400 * 100vw, 14px);
  font-weight: 500;
  line-height: 150%;
  color: var(--wp--preset--color--primary);
  background: #f4f4f4;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.single-member .member-header__marquee {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  overflow: hidden;
  white-space: nowrap;
}
.single-member .member-header__marquee > li {
  font-family: "Inter", sans-serif;
  font-size: clamp(80px, 120 / 1400 * 100vw, 120px);
  font-weight: 500;
  line-height: 1.1;
  color: #f4f4f4;
  -webkit-animation: marquee 30s linear infinite;
          animation: marquee 30s linear infinite;
}
@keyframes marquee {
  0% {
    translate: 0;
  }
  100% {
    translate: calc(-100% - 1rem);
  }
}
.single-member__container {
  margin-top: clamp(64px, 112 / 1400 * 100vw, 112px);
}
.single-member__content {
  border-top: 1px solid var(--wp--preset--color--separate);
}
.single-member__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(80px, 140 / 1920 * 100vw, 140px);
}
.single-member__other {
  padding: clamp(100px, 180 / 1920 * 100vw, 180px) 0 clamp(80px, 160 / 1920 * 100vw, 160px);
}
.single-member__other .post-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 64px 48px;
  margin-top: clamp(16px, 32 / 1920 * 100vw, 32px);
}

/* ==========================================================================
   Plugin
   ========================================================================== */
/* Theme
   ----------------------------------------------------------------- */
.aioseo-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.aioseo-breadcrumbs::-webkit-scrollbar {
  display: none;
}

.aioseo-breadcrumb {
  font-size: 14px;
  color: #3b3b3b;
}
.aioseo-breadcrumb a {
  color: #bababa;
}
.aioseo-breadcrumb br {
  display: none;
}

.aioseo-breadcrumb-separator {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 14px;
  height: 14px;
}
.aioseo-breadcrumb-separator::before {
  display: inline-block;
  width: 20px;
  height: 1px;
  content: "";
  background-color: #bababa;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* Base
   ----------------------------------------------------------------- */
#ez-toc-container .ez-toc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  counter-reset: num;
}
#ez-toc-container .ez-toc-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  font-size: 16px;
  counter-increment: num;
}
#ez-toc-container .ez-toc-link.is-active {
  font-weight: bold;
  color: var(--wp--preset--color--primary);
}
#ez-toc-container .ez-toc-link::before {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 25.6px;
  color: var(--wp--preset--color--primary);
  content: "(" counter(num, decimal-leading-zero) ")";
}
@media screen and (min-width: 400px) {
  .p-recruit-footer-cta .cta-button__text br {
    display: none;
  }
}
@media screen and (min-width: 425px) {
  .u-hide-up-xs {
    display: none !important;
  }
}
@media screen and (min-width: 512px) {
  .archive-recruit .archive-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .single-member__other .post-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 554px) {
  .l-header__inner {
    padding: 0 40px;
  }
  .u-hide-up-sm {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .l-page__breadcrumb {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .l-page__header {
    padding: 0 min(4vw, 80px);
  }
  .l-page__header::after {
    left: min(4vw, 80px);
  }
  .l-footer .l-footer__company .l-footer__company-logo {
    max-width: 290px;
    margin: 0;
  }
  .l-footer__totop {
    bottom: clamp(48px, 98 / 1400 * 100vw, 98px);
  }
  .l-footer__nav {
    grid-template-columns: repeat(3, auto);
    gap: 36px 16px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-right: clamp(0px, 90 / 1920 * 100vw, 90px);
  }
  .l-footer .nav-block__menu > li > a,
  .l-footer .nav-block__menu > li > span {
    border-bottom: 0;
  }
  .l-footer .nav-block__menu > li > span.js-accordion-menu {
    pointer-events: none;
  }
  .l-footer .nav-block__menu > li > span.js-accordion-menu::after {
    display: none;
  }
  .l-footer .nav-block__menu > li > ul {
    display: block;
  }
  .l-footer__bottom {
    gap: 32px;
  }
  .l-footer .bottom-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 64px;
  }
  .p-recruit-footer-cta .cta-button {
    padding: 1em;
  }
  .p-container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .p-container--md {
    padding-right: 40px;
    padding-left: 40px;
  }
  .p-container--sm {
    padding-right: 40px;
    padding-left: 40px;
  }
  .p-container--lg {
    padding-right: 40px;
    padding-left: 40px;
  }
  .p-container--xl {
    padding-right: 40px;
    padding-left: 40px;
  }
  .p-container--xxl {
    padding-right: 40px;
    padding-left: 40px;
  }
  .p-section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .c-button-wrapper .c-button {
    margin: 0 8px;
  }
  .c-input label {
    font-size: 14px;
  }
  .c-select {
    max-width: 220px;
  }
  .c-select::before {
    right: 24px;
  }
  .c-select select {
    padding: 16px;
  }
  .c-radio,
  .mwform-radio-field label {
    padding: 12px;
    font-size: 16px;
  }
  .u-hide-up-md {
    display: none !important;
  }
  .archive-recruit .archive .archive-category {
    grid-template-columns: 96px auto;
  }
  .archive-recruit .archive .archive-category .archive-category-list a {
    padding: 12px 16px;
  }
  .archive-recruit .archive-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .single-member .member-header__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .single-member .member-header__thumbnail {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: clamp(300px, 1070 / 1920 * 100vw, 1070px);
  }
  .single-member .member-header__cate a {
    padding: 12px 16px;
  }
  .single-member__other .post-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .l-page__content--2columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .l-page__content--2columns .l-page__aside {
    width: clamp(400px, 504 / 1920 * 100vw, 504px);
    padding: clamp(40px, 80 / 1400 * 100vw, 80px) clamp(48px, 56 / 1920 * 100vw, 56px) 0;
  }
  .l-page__content--2columns .l-page__aside + .l-page__main {
    border-top: none;
    border-left: 1px solid var(--wp--preset--color--separate);
  }
  .l-page__content--2columns .l-page__aside:has(.p-form--aside) {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: clamp(458px, 648 / 1920 * 100vw, 648px);
    max-width: 648px;
  }
  .l-page__content--2columns .l-page__aside .aside-sticky {
    top: 115px;
  }
  .l-page__content .l-page__main {
    padding: 0 clamp(40px, 80 / 1920 * 100vw, 80px);
  }
  .l-page__content .l-page__main + .l-page__aside {
    padding-top: 0;
    border-top: none;
    border-left: 1px solid var(--wp--preset--color--separate);
  }
  .l-header.is-open .l-header__nav {
    display: grid;
  }
  .l-header__inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .l-header__nav .l-header__nav__wrap {
    display: grid;
    grid-template-columns: auto 300px;
    gap: 32px;
    width: 100%;
    max-height: 90vh;
    padding: 140px 40px;
    background: #fff;
    border-radius: 0 0 32px 32px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .l-header__nav .l-header__menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 40px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
    margin-top: 0;
    opacity: 1;
  }
  .l-header__nav .l-header__menu .menu-item.menu-item-has-children {
    grid-row: span 5;
  }
  .l-header__nav .l-header__menu .menu-item.menu-item-has-children > .menu-item__wrap {
    cursor: auto;
  }
  .l-header__nav .l-header__menu .menu-item.menu-item-has-children > .menu-item__wrap::before {
    display: none;
  }
  .l-header__nav .l-header__menu .menu-item.menu-item-has-children > .menu-item__wrap::after {
    display: none;
  }
  .l-header__nav .l-header__menu .menu-item > .menu-item__wrap {
    padding: 8px 0;
  }
  .l-header__nav .l-header__menu .menu-item > .menu-item__wrap > a {
    display: block;
    padding: 16px 24px 16px 10px;
  }
  .l-header__nav .l-header__menu .menu-item > .menu-item__wrap > a::after {
    position: absolute;
    top: calc(50% - 9px);
    right: 10px;
    display: block;
    width: 18px;
    height: 18px;
    pointer-events: none;
    content: "";
    background-color: inherit;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M10.8653%2013.125L9.98063%2012.2357L15.0912%207.1807H0V5.9443H15.0912L9.98063%200.889281L10.8653%200L17.5%206.5625L10.8653%2013.125Z%22%20fill%3D%22%23003ECF%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .l-header__nav .l-header__menu .menu-item .sub-menu {
    display: block !important;
  }
  .l-header__banner {
    gap: 20px;
    padding: 0;
  }
  .l-header__banner .l-header__banner-item.--recruit {
    border-radius: 24px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  }
  .l-header__banner .l-header__banner-item.--recruit .l-header__banner-wrap {
    padding: 24px 80px 24px 32px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .l-header__banner .l-header__banner-wrap {
    gap: 6px;
    padding: 32px 80px 32px 32px;
    border-radius: 24px;
  }
  .l-header__banner .l-header__banner-wrap::after {
    top: calc(50% - 20px);
    right: 32px;
    width: 40px;
    height: 40px;
  }
  .l-header__banner .l-header__banner-subtitle {
    font-size: 16px;
  }
  .l-header__button {
    padding: 0 1em;
  }
  .l-header .c-button {
    width: 100%;
  }
  .l-footer {
    padding: 98px 0;
  }
  .l-footer .l-footer__company {
    grid-row: 1/2;
  }
  .l-footer .l-footer__company .l-footer__company-info {
    margin-top: 24px;
    text-align: left;
  }
  .l-footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 64px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-recruit-footer-cta {
    padding: clamp(16px, 32 / 1400 * 100vw, 32px) 32px 0;
  }
  .p-recruit-footer-cta__container {
    padding: 114px 32px 120px;
  }
  .p-recruit-footer-cta__entry {
    position: absolute;
    top: 122px;
    left: 88px;
  }
  .p-recruit-footer-cta__entry-wrap {
    padding-bottom: 30px;
  }
  .p-recruit-footer-cta__title {
    margin-top: 0;
    line-height: 180%;
  }
  .u-hide-up-lg {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .l-header .desktop-header-nav {
    display: block;
    padding: 1em 2em;
    margin-left: auto;
    background: rgba(245, 245, 245, 0.6);
    -webkit-backdrop-filter: blur(16px);
            backdrop-filter: blur(16px);
    border-radius: 100px;
  }
  .l-header__nav .l-header__nav__wrap {
    grid-template-columns: auto 24.2%;
    gap: clamp(32px, 54 / 1920 * 100vw, 54px);
    padding: 140px clamp(16px, 208 / 1920 * 100vw, 208px);
  }
  .l-header__nav .l-header__menu {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 clamp(24px, 90 / 1920 * 100vw, 90px);
    padding: 16px 0 0 clamp(16px, 40 / 1920 * 100vw, 40px);
  }
  .l-header__nav .l-header__menu .menu-item:last-child {
    grid-column: 3/4;
  }
  .l-header__nav .l-header__menu .menu-item.menu-item-has-children {
    grid-row: 1/7;
  }
  .l-header__online {
    margin-left: 0;
  }
  .l-header .c-menu-icon {
    display: none;
  }
  .l-footer .l-footer__container {
    grid-template-columns: clamp(260px, 380 / 1920 * 100vw, 380px) auto clamp(190px, 240 / 1920 * 100vw, 240px);
    gap: clamp(60px, 140 / 1920 * 100vw, 140px);
    padding: 0 40px;
  }
  .l-footer .l-footer__sublink {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 0;
  }
  .l-footer__bottom {
    padding-right: 136px;
  }
  .l-footer .l-footer__copy {
    padding: 0 40px;
    text-align: left;
  }
  .p-pagination .p-pagination__link,
  .p-pagination .page-numbers {
    width: 64px;
    height: 64px;
    font-size: 16px;
    background: #FFF;
  }
  .u-hide-up-xl {
    display: none !important;
  }
  #ez-toc-container .ez-toc-list {
    gap: 24px;
  }
}
@media screen and (min-width: 1600px) {
  .l-footer__bottom {
    padding-right: 0;
  }
}
@media (hover) {
  p a:hover {
    opacity: 0.6;
  }
  .l-footer__totop .totop-button:hover {
    background-color: var(--wp--preset--color--primary);
  }
  .l-footer__totop .totop-button:hover svg path {
    fill: var(--wp--preset--color--white);
  }
  .p-recruit-footer-cta .cta-button:hover {
    color: var(--wp--preset--color--white);
    background-color: var(--wp--preset--color--primary);
    border-color: var(--wp--preset--color--white);
  }
  .p-recruit-footer-cta .cta-button:hover::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC42OTIyNSAxMS4zMDY5TDcuOTg0NSAxMC41ODc3TDEyLjA3MyA2LjQ5OTE2SDBWNS40OTkxNkgxMi4wNzNMNy45ODQ1IDEuNDEwNjZMOC42OTIyNSAwLjY5MTQwNkwxNCA1Ljk5OTE2TDguNjkyMjUgMTEuMzA2OVoiIGZpbGw9IndoaXRlIi8+PC9zdmc+");
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  .c-button:hover {
    color: var(--wp--preset--color--primary);
    background-color: var(--wp--preset--color--white);
    border-color: var(--wp--preset--color--primary);
  }
  .c-button:hover::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMuNjkyMyAxNy4zMDY5TDEyLjk4NDUgMTYuNTg3N0wxNy4wNzMgMTIuNDk5Mkg1VjExLjQ5OTJIMTcuMDczTDEyLjk4NDUgNy40MTA2NkwxMy42OTIzIDYuNjkxNDFMMTkgMTEuOTk5MkwxMy42OTIzIDE3LjMwNjlaIiBmaWxsPSIjMDAzRUNGIi8+PC9zdmc+");
  }
  .c-button--white:hover {
    color: var(--wp--preset--color--white);
    background-color: var(--wp--preset--color--primary);
  }
  .c-button--white:hover::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMuNjkyMyAxNy4zMDY5TDEyLjk4NDUgMTYuNTg3N0wxNy4wNzMgMTIuNDk5Mkg1VjExLjQ5OTJIMTcuMDczTDEyLjk4NDUgNy40MTA2NkwxMy42OTIzIDYuNjkxNDFMMTkgMTEuOTk5MkwxMy42OTIzIDE3LjMwNjlaIiBmaWxsPSJ3aGl0ZSIvPjwvc3ZnPg==");
  }
}
@media (hover: hover) {
  .l-header .desktop-header-nav .desktop-header-nav__menu a:hover {
    background-size: 100% 1px;
  }
  .l-header__nav .l-header__menu .menu-item > .menu-item__wrap > a:hover {
    background: #f4f4f4;
  }
  .l-header__online > a:hover {
    color: #282828;
    background: #fff;
  }
  .l-header__banner .l-header__banner-item.--recruit .l-header__banner-wrap:hover {
    border: 1px solid #003ecf;
  }
  .l-header__banner .l-header__banner-wrap:hover {
    border: 1px solid #003ecf;
  }
  .l-footer__nav a:hover {
    background-size: 100% 1px;
  }
  .l-footer .l-footer__sublink > li > a:hover {
    background-size: calc(100% - 1em - 8px) 1px;
  }
  .p-pagination .p-pagination__link:hover,
  .p-pagination .page-numbers:hover {
    color: var(--wp--preset--color--primary);
  }
  .p-pagination .p-pagination__link--prev:hover, .p-pagination .p-pagination__link--next:hover,
  .p-pagination .page-numbers--prev:hover,
  .p-pagination .page-numbers--next:hover {
    background-color: var(--wp--preset--color--primary);
  }
  .p-pagination .p-pagination__link--prev:hover svg path, .p-pagination .p-pagination__link--next:hover svg path,
  .p-pagination .page-numbers--prev:hover svg path,
  .p-pagination .page-numbers--next:hover svg path {
    fill: #fff !important;
  }
  .p-member-card .p-member-card__inner:hover::after {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p-member-card .p-member-card__inner:hover .p-member-card__thumbnail img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p-member-card .p-member-card__inner:hover .p-member-card__title > span {
    background-size: 100% 1px;
  }
  .archive-recruit .archive .archive-category .archive-category-list a:hover {
    background: #ababab;
  }
  .single-member .member-header__cate a:hover {
    background: #ababab;
  }
}
@media screen and (max-width: 424px) {
  .u-hide-down-xs {
    display: none !important;
  }
}
@media screen and (max-width: 553px) {
  .u-hide-down-sm {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-hide-down-md {
    display: none !important;
  }
  .u-br-inline-sp br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .u-hide-down-lg {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .u-hide-down-xl {
    display: none !important;
  }
}
@media screen and (max-width: 781px) {
  .u-reverse-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
