@charset "UTF-8";
/* ------------------------------
   Foundation - variables
   Sass変数の宣言
------------------------------ */
/*  colors
------------------------------ */
/* Font family
------------------------------ */
/* Breakpoints
------------------------------ */
/* Layout
------------------------------ */
/* ------------------------------
   Foundation - mixin
   mixinの設定
------------------------------ */
/* Font mixins
------------------------------ */
/* Media Query
------------------------------ */
/* レイアウト
------------------------------ */
/* ボタン
------------------------------ */
/* カラーパレット設定
------------------------------ */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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: 1em; /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-font-feature-settings: "pwid" on, "palt" on;
          font-feature-settings: "pwid" on, "palt" on;
  font-weight: 400;
  color: #000000;
  overflow-x: hidden;
}

a {
  color: #0074BE;
  text-decoration: none;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover, a:focus-visible {
  color: rgba(0, 116, 190, 0.8);
}

img {
  display: block;
  width: 100%;
  height: auto;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

/* entry-content内 */
.entry-content p {
  line-height: 1.6;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-weight: 700;
  line-height: 1.4;
}
.entry-content {
  /* リンク */
}
.entry-content a {
  color: #0074BE;
  text-decoration: underline;
}
.entry-content a:link {
  color: #0074BE;
}
.entry-content a:visited {
  color: #0074BE;
}
.entry-content a:hover {
  color: rgba(0, 116, 190, 0.8);
}
.entry-content a:hover img {
  opacity: 0.8;
}
.entry-content a:active {
  color: rgba(0, 116, 190, 0.8);
}
.entry-content {
  /* リスト */
}
.entry-content ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 1.5rem;
  line-height: 1.6;
}
.entry-content ol {
  list-style: decimal;
  list-style-position: outside;
  padding-left: 1.5rem;
  line-height: 1.6;
}

/* カラムブロック
   https://motoki-design.co.jp/wordpress/column-block-change-breakpoints/
 ------------------------- */
/* カラムブロックのブレイクポイントを768pxに設定 */
@media (max-width: 767px) {
  /* $bp-sp未満でカラムが縦に積み重なるように設定 */
  .wp-block-columns {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
@media (min-width: 768px) {
  /* 768px以上でカラムが横並びになるように設定 */
  .wp-block-columns {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
/* タブレット以下（〜1079px）：縦積み */
@media (max-width: 1079px) {
  .wp-block-columns.stacked-on-tablet {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .wp-block-columns.stacked-on-tablet:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
/* PC（1080px以上）：横並び */
@media (min-width: 1080px) {
  .wp-block-columns.stacked-on-tablet {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .wp-block-columns.stacked-on-tablet:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: 0 !important;
        flex-basis: 0 !important;
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
}
/* 配置
 ------------------------- */
.wp-block-image .alignleft,
.wp-block-image .alignright {
  margin: 0;
}

/* クエリーブロック 
------------------------- */
.entry-content .wp-block-query ul {
  list-style-type: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

/* ボタンブロック 
------------------------- */
.wp-block-buttons .wp-block-button a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wp-block-buttons .wp-block-button a:hover, .wp-block-buttons .wp-block-button a:active {
  text-decoration: none;
}

/* マージンリセット 
------------------------- */
:root :where(.is-layout-constrained) > * {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

:root :where(.is-layout-flow) > * {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

/* ライトボックス表示
------------------------- */
.wp-lightbox-overlay .scrim {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.wp-lightbox-overlay.zoom.active .close-button svg {
  fill: #ffffff !important;
}

/* サイトカラー定義（カラーパレット追加色）
------------------------- */
/* メインカラー */
.has-site-main-background-color {
  background-color: #0074BE;
}

.has-site-main-color {
  color: #0074BE;
}

.has-site-main-border-color {
  border: #0074BE solid;
}

/* サブカラー1 */
.has-site-sub-1-background-color {
  background-color: #001457;
}

.has-site-sub-1-color {
  color: #001457;
}

.has-site-sub-1-border-color {
  border: #001457 solid;
}

/* サブカラー2 */
.has-site-sub-2-background-color {
  background-color: #83B2D1;
}

.has-site-sub-2-color {
  color: #83B2D1;
}

.has-site-sub-2-border-color {
  border: #83B2D1 solid;
}

/* アクセント1 */
.has-site-accent-1-background-color {
  background-color: #E6001B;
}

.has-site-accent-1-color {
  color: #E6001B;
}

.has-site-accent-1-border-color {
  border: #E6001B solid;
}

/* グレー薄1 */
.has-gray-pale-1-background-color {
  background-color: #F1F3F5;
}

.has-gray-pale-1-color {
  color: #F1F3F5;
}

.has-gray-pale-1-border-color {
  border: #F1F3F5 solid;
}

/* グレー濃1 */
.has-gray-deep-1-background-color {
  background-color: #787878;
}

.has-gray-deep-1-color {
  color: #787878;
}

.has-gray-deep-1-border-color {
  border: #787878 solid;
}

/* グラデーション */
.has-gradient-main-gradient-background {
  background: radial-gradient(50% 50% at 50% 50%, #3A9EDD 0%, #0074BE 100%);
}

/* ------------------------------
   Layout - Header
   ヘッダーのレイアウトに関する設定
------------------------------ */
header#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
header#header #branding #site-title h1 {
  margin: 0;
}
@media (max-width: 767px) {
  header#header #branding #site-title,
  header#header #branding #site-title h1,
  header#header #menu-area .site-logo {
    width: 266px;
    height: 60px;
  }
}
@media (min-width: 768px) {
  header#header #branding #site-title,
  header#header #branding #site-title h1,
  header#header #menu-area .site-logo {
    width: 300px;
    height: 62px;
  }
}
header#header #branding #site-title a,
header#header #branding #site-title h1 a,
header#header #menu-area .site-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header#header.l-bg-white {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  header#header.l-bg-white #branding #site-title a {
    background-image: url("../images/common/logo_blue-sp.svg");
  }
}
@media (min-width: 768px) {
  header#header.l-bg-white #branding #site-title a {
    background-image: url("../images/common/logo_blue-pc.svg");
  }
}
header#header.l-bg-white #branding #site-title a {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
header#header.l-bg-transparent {
  background-color: transparent;
}
@media (max-width: 767px) {
  header#header.l-bg-transparent #branding #site-title a {
    background-image: url("../images/common/logo_white-sp.svg");
  }
}
@media (min-width: 768px) {
  header#header.l-bg-transparent #branding #site-title a {
    background-image: url("../images/common/logo_white-pc.svg");
  }
}
header#header.l-bg-transparent #branding #site-title a {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 374px) {
  header#header #branding #site-title,
  header#header #branding #site-title h1,
  header#header #menu-area .site-logo {
    width: 200px;
    height: 60px;
  }
}
header .l-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1rem 2.5rem 1rem 2.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  header .l-header-inner {
    padding: 1rem 1rem 1rem 1rem;
  }
}
@media (min-width: 768px) {
  header .l-header-inner {
    padding: 1rem 2.5rem 1rem 2.5rem;
  }
}

header #manu-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  header #manu-area .c-button_header-entry-m {
    display: none;
  }
}

/* ドロワーメニュー ------------------------- */
#humburger-menu {
  display: block;
  width: 60px;
  height: 60px;
}

header#header.l-bg-white #menu-trigger {
  background-color: #001457;
}
header#header.l-bg-white #menu-trigger span {
  background-color: #ffffff;
}
header#header.l-bg-transparent #menu-trigger {
  background-color: #ffffff;
}
header#header.l-bg-transparent #menu-trigger span {
  background-color: #001457;
}

#menu-trigger {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999;
}

#menu-trigger.active {
  background-color: #001457 !important;
}
#menu-trigger.active span {
  background-color: #ffffff !important;
}

#menu-trigger span {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 15px;
  width: 30px;
  height: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#menu-trigger span:nth-of-type(1) {
  top: 21px;
}

#menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-30deg);
          transform: translateY(7px) rotate(-30deg);
}

#menu-trigger span:nth-of-type(2) {
  top: 29px;
}

#menu-trigger.active span:nth-of-type(2) {
  visibility: hidden;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#menu-trigger span:nth-of-type(3) {
  top: 37px;
}

#menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(30deg);
          transform: translateY(-8px) rotate(30deg);
}

nav#drawer-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  background-color: #ffffff;
  z-index: 5000;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow-y: auto;
  scrollbar-width: thin;
}

nav#drawer-menu.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-drawer-header {
  width: 100%;
  padding: 32px 40px 0 40px;
}
@media (max-width: 767px) {
  .l-drawer-header {
    padding: 16px 16px 16px 16px;
  }
}
@media (min-width: 768px) {
  .l-drawer-header {
    padding: 32px 40px 0 40px;
  }
}

@media (max-width: 767px) {
  #drawer-menu .site-logo {
    width: 266px;
    height: 60px;
  }
}
@media (min-width: 768px) {
  #drawer-menu .site-logo {
    width: 300px;
    height: 62px;
  }
}
#drawer-menu .site-logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.l-drawer-menuarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 64px;
  width: 92%;
  max-width: 1624px;
  margin-inline: auto;
}
.l-drawer-menuarea ul.l-main-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  /* grid-template-rows: repeat(2, 1fr); */
  grid-column-gap: 64px;
  grid-row-gap: 22px;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .l-drawer-menuarea ul.l-main-menu {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1080px) {
  .l-drawer-menuarea ul.l-main-menu {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.l-drawer-menuarea ul.l-main-menu li {
  width: 100%;
  height: 60px;
}
@media (min-width: 1080px) {
  .l-drawer-menuarea ul.l-main-menu li {
    max-width: 358px;
    height: 80px;
  }
}
.l-drawer-menuarea ul.l-main-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px 72px 10px 0;
  color: #001457;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
@media (min-width: 1080px) {
  .l-drawer-menuarea ul.l-main-menu li a {
    padding: 10px 96px 10px 0;
  }
}
.l-drawer-menuarea ul.l-main-menu li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 72px;
  width: 1px;
  height: 40px;
  background: #D6DAE7;
  z-index: 3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-drawer-menuarea ul.l-main-menu li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../images/common/icon-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  z-index: 4;
}

.l-drawer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
@media (min-width: 768px) {
  .l-drawer-bottom {
    -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;
  }
}

ul.l-drawer-policy-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}
@media (min-width: 768px) {
  ul.l-drawer-policy-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
  }
}
ul.l-drawer-policy-menu a {
  color: #001457;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.l-drawer-policy-menu a:hover {
  text-decoration: underline;
}
ul.l-drawer-policy-menu a[target=_blank] {
  position: relative;
  padding-right: 24px;
}
ul.l-drawer-policy-menu a[target=_blank]::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/common/icon-external-link.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.l-drawer-spacer {
  height: 100px;
}

#drawer-overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#drawer-overlay.open {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  opacity: 1;
}

/* コンテンツ幅
------------------------------ */
.l-inner {
  width: 92%;
  max-width: 1040px;
  margin-inline: auto;
}

.l-inner-wide {
  width: 92%;
  max-width: 1520px;
  margin-inline: auto;
}

.alignwide {
  width: 92%;
  max-width: 1520px;
  margin-inline: auto;
}

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.alignfull.l-container-content > .wp-block-group__inner-container {
  width: 92%;
  max-width: 1040px;
  margin-inline: auto;
}
.alignfull.l-container-wide > .wp-block-group__inner-container {
  width: 92%;
  max-width: 1520px;
  margin-inline: auto;
}

/* 2カラム
------------------------------ */
/* リキッドレイアウト ----------------------- */
.l-flex-liquid > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}
.l-flex-liquid > .wp-block-group__inner-container .l-liquid-main {
  width: 100%;
}
.l-flex-liquid > .wp-block-group__inner-container .l-liquid-aside {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  position: relative;
}
@media (max-width: 1079px) {
  .l-flex-liquid > .wp-block-group__inner-container .l-liquid-aside {
    width: 100%;
  }
}
@media (min-width: 1080px) {
  .l-flex-liquid > .wp-block-group__inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 5rem;
  }
  .l-flex-liquid > .wp-block-group__inner-container .l-liquid-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .l-flex-liquid > .wp-block-group__inner-container .l-liquid-aside {
    -ms-flex-preferred-size: 12.25rem;
        flex-basis: 12.25rem;
  }
}

/* 新卒・中途採用
 ------------------------- */
.p-recruiting-p-step {
  color: #0074BE;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 2rem !important;
  font-style: normal;
  font-weight: 400;
  line-height: 100% !important;
  letter-spacing: -0.06rem;
  text-transform: uppercase;
  text-box-trim: trim-both;
}

.p-recruiting-h3-step {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1.5rem !important;
  font-style: normal;
  font-weight: 900 !important;
  line-height: 120% !important;
  text-box-trim: trim-both;
}

footer#footer {
  padding-top: 32px;
  background-color: #ffffff;
}
@media (min-width: 1080px) {
  footer#footer {
    padding-top: 64px;
  }
}

.l-footer-linkarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 32px;
}
@media (min-width: 1080px) {
  .l-footer-linkarea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 75px;
  }
}

.l-footer-logo {
  max-width: 300px;
  margin-bottom: 24px;
}

.l-footer-address {
  color: #001457;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

@media (max-width: 1079px) {
  .l-footer-linkarea-l {
    margin-bottom: 4rem;
  }
}
.l-footer-linkarea-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (max-width: 767px) {
  .l-footer-linkarea-r {
    gap: 0;
  }
}
@media (min-width: 768px) and (max-width: 1079px) {
  .l-footer-linkarea-r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 32px;
  }
}
@media (min-width: 1080px) {
  .l-footer-linkarea-r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 80px;
  }
}

ul.l-footer-menu li {
  margin-bottom: 24px;
}
ul.l-footer-menu li a {
  color: #001457;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.l-footer-menu li a:hover {
  text-decoration: underline;
}

.l-footer-bottom {
  padding: 32px 0 32px 0;
  border-top: 1px solid #D6DAE7;
}
@media (min-width: 1080px) {
  .l-footer-bottom {
    padding: 75px 0 64px 0;
  }
}
.l-footer-bottom .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .l-footer-bottom .l-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
@media (min-width: 768px) {
  .l-footer-bottom .l-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-footer-bottom #copyright {
  color: #001457;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 767px) {
  .l-footer-bottom #copyright {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .l-footer-bottom #copyright {
    text-align: right;
  }
}

ul.l-footer-policy-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}
@media (max-width: 767px) {
  ul.l-footer-policy-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  ul.l-footer-policy-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
  }
}
ul.l-footer-policy-menu a {
  color: #001457;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.l-footer-policy-menu a:hover {
  text-decoration: underline;
}
ul.l-footer-policy-menu a[target=_blank] {
  position: relative;
  padding-right: 24px;
}
ul.l-footer-policy-menu a[target=_blank]::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/common/icon-external-link.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

/* ボタン
------------------------------ */
.c-button_header-entry-m {
  position: relative;
  height: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  overflow: hidden;
  background: var(--btn-bg);
  border: 1px solid var(--btn-border, transparent);
  /* ← 背景アニメ用レイヤー（ホバーで横に伸びる） */
}
.c-button_header-entry-m::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 0;
  height: 100%;
  background: var(--btn-bg-hover);
  border-radius: inherit;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  z-index: 1;
}
.c-button_header-entry-m:hover {
  border-color: var(--btn-border-hover, var(--btn-border, transparent));
}
.c-button_header-entry-m:hover::before {
  width: 100%;
}
.c-button_header-entry-m a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: var(--btn-padding, 0.62rem 6rem 0.62rem 1.88rem);
  color: var(--btn-text) !important;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
  background: transparent;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.c-button_header-entry-m a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.5rem;
  width: 1px;
  height: 3.75rem;
  background: var(--btn-divider);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
.c-button_header-entry-m a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: var(--btn-icon);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  z-index: 4;
}
.c-button_header-entry-m a:hover, .c-button_header-entry-m a:active {
  color: var(--btn-text-hover) !important;
}
.c-button_header-entry-m a:hover::before, .c-button_header-entry-m a:active::before {
  background: var(--btn-divider-hover, var(--btn-divider));
}
.c-button_header-entry-m a:hover::after, .c-button_header-entry-m a:active::after {
  background-image: var(--btn-icon-hover, var(--btn-icon));
}
.c-button_header-entry-m {
  width: 12rem;
  height: 3.75rem;
  --btn-bg: #E6001B;
  --btn-bg-hover: #0074BE;
  --btn-border: #ffffff;
  --btn-border-hover: #ffffff;
  --btn-text: #ffffff;
  --btn-text-hover: #ffffff;
  --btn-divider: #E57878;
  --btn-divider-hover: #93A6E2;
  --btn-icon: url('../images/common/icon-arrow-external.svg');
  --btn-icon-hover: url('../images/common/icon-arrow-external.svg');
}

.c-button_header-entry-l {
  position: relative;
  height: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  overflow: hidden;
  background: var(--btn-bg);
  border: 1px solid var(--btn-border, transparent);
  /* ← 背景アニメ用レイヤー（ホバーで横に伸びる） */
}
.c-button_header-entry-l::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 0;
  height: 100%;
  background: var(--btn-bg-hover);
  border-radius: inherit;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  z-index: 1;
}
.c-button_header-entry-l:hover {
  border-color: var(--btn-border-hover, var(--btn-border, transparent));
}
.c-button_header-entry-l:hover::before {
  width: 100%;
}
.c-button_header-entry-l a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: var(--btn-padding, 0.62rem 6rem 0.62rem 1.88rem);
  color: var(--btn-text) !important;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
  background: transparent;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.c-button_header-entry-l a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.5rem;
  width: 1px;
  height: 3.75rem;
  background: var(--btn-divider);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
.c-button_header-entry-l a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: var(--btn-icon);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  z-index: 4;
}
.c-button_header-entry-l a:hover, .c-button_header-entry-l a:active {
  color: var(--btn-text-hover) !important;
}
.c-button_header-entry-l a:hover::before, .c-button_header-entry-l a:active::before {
  background: var(--btn-divider-hover, var(--btn-divider));
}
.c-button_header-entry-l a:hover::after, .c-button_header-entry-l a:active::after {
  background-image: var(--btn-icon-hover, var(--btn-icon));
}
.c-button_header-entry-l {
  width: 22.375rem;
  height: 5rem;
  --btn-padding: 30px 96px 30px 50px;
  --btn-bg: #E6001B;
  --btn-bg-hover: #0074BE;
  --btn-border: #ffffff;
  --btn-border-hover: #ffffff;
  --btn-text: #ffffff;
  --btn-text-hover: #ffffff;
  --btn-divider: #E57878;
  --btn-divider-hover: #93A6E2;
  --btn-icon: url('../images/common/icon-arrow-external.svg');
  --btn-icon-hover: url('../images/common/icon-arrow-external.svg');
}

.wp-block-button.c-btn-100W {
  width: 100% !important;
}

/* リスト
------------------------------ */
ul.c-list-anchor__aside {
  list-style-type: none;
  padding: 0.75rem 0;
  border-radius: 0.25rem;
  background: #001457;
}
ul.c-list-anchor__aside li a {
  display: block;
  position: relative;
  padding: 0.75rem 1rem 0.75rem 2rem;
  color: #ffffff;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  background: #001457;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
ul.c-list-anchor__aside li a:link, ul.c-list-anchor__aside li a:visited {
  color: #ffffff !important;
}
ul.c-list-anchor__aside li a:hover, ul.c-list-anchor__aside li a:active {
  color: #ffffff !important;
  opacity: 0.8;
}
ul.c-list-anchor__aside li.selected a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.75rem;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("../images/common/icon-accent.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
ul.c-list-anchor__aside.is-fixed {
  position: fixed;
  top: var(--header-h, 0px); /* 回り込み防止 */
  z-index: 100;
}
ul.c-list-anchor__aside.is-stopped {
  position: absolute;
  bottom: 0;
  top: auto;
}

/* register_block_style の設定
------------------------------ */
/* 段落 ------------------------- */
/* 1行アキ */
p.is-style-leave-space {
  margin-bottom: 1rem;
}

/* ボタン ------------------------- */
.is-style-button-bg-main-next-fixed,
.is-style-button-bg-main-next-variable {
  position: relative;
  height: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  overflow: hidden;
  background: var(--btn-bg);
  border: 1px solid var(--btn-border, transparent);
  /* ← 背景アニメ用レイヤー（ホバーで横に伸びる） */
}
.is-style-button-bg-main-next-fixed::before,
.is-style-button-bg-main-next-variable::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 0;
  height: 100%;
  background: var(--btn-bg-hover);
  border-radius: inherit;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  z-index: 1;
}
.is-style-button-bg-main-next-fixed:hover,
.is-style-button-bg-main-next-variable:hover {
  border-color: var(--btn-border-hover, var(--btn-border, transparent));
}
.is-style-button-bg-main-next-fixed:hover::before,
.is-style-button-bg-main-next-variable:hover::before {
  width: 100%;
}
.is-style-button-bg-main-next-fixed a,
.is-style-button-bg-main-next-variable a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: var(--btn-padding, 0.62rem 6rem 0.62rem 1.88rem);
  color: var(--btn-text) !important;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
  background: transparent;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.is-style-button-bg-main-next-fixed a::before,
.is-style-button-bg-main-next-variable a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.5rem;
  width: 1px;
  height: 3.75rem;
  background: var(--btn-divider);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
.is-style-button-bg-main-next-fixed a::after,
.is-style-button-bg-main-next-variable a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: var(--btn-icon);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  z-index: 4;
}
.is-style-button-bg-main-next-fixed a:hover, .is-style-button-bg-main-next-fixed a:active,
.is-style-button-bg-main-next-variable a:hover,
.is-style-button-bg-main-next-variable a:active {
  color: var(--btn-text-hover) !important;
}
.is-style-button-bg-main-next-fixed a:hover::before, .is-style-button-bg-main-next-fixed a:active::before,
.is-style-button-bg-main-next-variable a:hover::before,
.is-style-button-bg-main-next-variable a:active::before {
  background: var(--btn-divider-hover, var(--btn-divider));
}
.is-style-button-bg-main-next-fixed a:hover::after, .is-style-button-bg-main-next-fixed a:active::after,
.is-style-button-bg-main-next-variable a:hover::after,
.is-style-button-bg-main-next-variable a:active::after {
  background-image: var(--btn-icon-hover, var(--btn-icon));
}
.is-style-button-bg-main-next-fixed,
.is-style-button-bg-main-next-variable {
  --btn-bg: #0074BE;
  --btn-bg-hover: #001457;
  --btn-border: transparent;
  --btn-border-hover: transparent;
  --btn-text: #ffffff;
  --btn-text-hover: #ffffff;
  --btn-divider: #93A6E2;
  --btn-divider-hover: #33447D;
  --btn-icon: url('../images/common/icon-arrow-white.svg');
  --btn-icon-hover: url('../images/common/icon-arrow-white.svg');
}

.is-style-button-bg-main-next-fixed {
  width: 18.875rem;
}

.is-style-button-bg-main-next-variable {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.is-style-button-bg-sub-next-fixed,
.is-style-button-bg-sub-next-variable {
  position: relative;
  height: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  overflow: hidden;
  background: var(--btn-bg);
  border: 1px solid var(--btn-border, transparent);
  /* ← 背景アニメ用レイヤー（ホバーで横に伸びる） */
}
.is-style-button-bg-sub-next-fixed::before,
.is-style-button-bg-sub-next-variable::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 0;
  height: 100%;
  background: var(--btn-bg-hover);
  border-radius: inherit;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  z-index: 1;
}
.is-style-button-bg-sub-next-fixed:hover,
.is-style-button-bg-sub-next-variable:hover {
  border-color: var(--btn-border-hover, var(--btn-border, transparent));
}
.is-style-button-bg-sub-next-fixed:hover::before,
.is-style-button-bg-sub-next-variable:hover::before {
  width: 100%;
}
.is-style-button-bg-sub-next-fixed a,
.is-style-button-bg-sub-next-variable a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: var(--btn-padding, 0.62rem 6rem 0.62rem 1.88rem);
  color: var(--btn-text) !important;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
  background: transparent;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.is-style-button-bg-sub-next-fixed a::before,
.is-style-button-bg-sub-next-variable a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.5rem;
  width: 1px;
  height: 3.75rem;
  background: var(--btn-divider);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
.is-style-button-bg-sub-next-fixed a::after,
.is-style-button-bg-sub-next-variable a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: var(--btn-icon);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  z-index: 4;
}
.is-style-button-bg-sub-next-fixed a:hover, .is-style-button-bg-sub-next-fixed a:active,
.is-style-button-bg-sub-next-variable a:hover,
.is-style-button-bg-sub-next-variable a:active {
  color: var(--btn-text-hover) !important;
}
.is-style-button-bg-sub-next-fixed a:hover::before, .is-style-button-bg-sub-next-fixed a:active::before,
.is-style-button-bg-sub-next-variable a:hover::before,
.is-style-button-bg-sub-next-variable a:active::before {
  background: var(--btn-divider-hover, var(--btn-divider));
}
.is-style-button-bg-sub-next-fixed a:hover::after, .is-style-button-bg-sub-next-fixed a:active::after,
.is-style-button-bg-sub-next-variable a:hover::after,
.is-style-button-bg-sub-next-variable a:active::after {
  background-image: var(--btn-icon-hover, var(--btn-icon));
}
.is-style-button-bg-sub-next-fixed,
.is-style-button-bg-sub-next-variable {
  --btn-bg: #001457;
  --btn-bg-hover: #0074BE;
  --btn-border: transparent;
  --btn-border-hover: transparent;
  --btn-text: #ffffff;
  --btn-text-hover: #ffffff;
  --btn-divider: #33447D;
  --btn-divider-hover: #93A6E2;
  --btn-icon: url('../images/common/icon-arrow-white.svg');
  --btn-icon-hover: url('../images/common/icon-arrow-white.svg');
}

.is-style-button-bg-sub-next-fixed {
  width: 18.875rem;
}

.is-style-button-bg-sub-next-variable {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.is-style-button-bg-white-next-fixed,
.is-style-button-bg-white-next-variable {
  position: relative;
  height: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  overflow: hidden;
  background: var(--btn-bg);
  border: 1px solid var(--btn-border, transparent);
  /* ← 背景アニメ用レイヤー（ホバーで横に伸びる） */
}
.is-style-button-bg-white-next-fixed::before,
.is-style-button-bg-white-next-variable::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 0;
  height: 100%;
  background: var(--btn-bg-hover);
  border-radius: inherit;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  z-index: 1;
}
.is-style-button-bg-white-next-fixed:hover,
.is-style-button-bg-white-next-variable:hover {
  border-color: var(--btn-border-hover, var(--btn-border, transparent));
}
.is-style-button-bg-white-next-fixed:hover::before,
.is-style-button-bg-white-next-variable:hover::before {
  width: 100%;
}
.is-style-button-bg-white-next-fixed a,
.is-style-button-bg-white-next-variable a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: var(--btn-padding, 0.62rem 6rem 0.62rem 1.88rem);
  color: var(--btn-text) !important;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
  background: transparent;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.is-style-button-bg-white-next-fixed a::before,
.is-style-button-bg-white-next-variable a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.5rem;
  width: 1px;
  height: 3.75rem;
  background: var(--btn-divider);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
.is-style-button-bg-white-next-fixed a::after,
.is-style-button-bg-white-next-variable a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: var(--btn-icon);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  z-index: 4;
}
.is-style-button-bg-white-next-fixed a:hover, .is-style-button-bg-white-next-fixed a:active,
.is-style-button-bg-white-next-variable a:hover,
.is-style-button-bg-white-next-variable a:active {
  color: var(--btn-text-hover) !important;
}
.is-style-button-bg-white-next-fixed a:hover::before, .is-style-button-bg-white-next-fixed a:active::before,
.is-style-button-bg-white-next-variable a:hover::before,
.is-style-button-bg-white-next-variable a:active::before {
  background: var(--btn-divider-hover, var(--btn-divider));
}
.is-style-button-bg-white-next-fixed a:hover::after, .is-style-button-bg-white-next-fixed a:active::after,
.is-style-button-bg-white-next-variable a:hover::after,
.is-style-button-bg-white-next-variable a:active::after {
  background-image: var(--btn-icon-hover, var(--btn-icon));
}
.is-style-button-bg-white-next-fixed,
.is-style-button-bg-white-next-variable {
  --btn-bg: #ffffff;
  --btn-bg-hover: #0074BE;
  --btn-border: transparent;
  --btn-border-hover: transparent;
  --btn-text: #001457;
  --btn-text-hover: #ffffff;
  --btn-divider: #33447D;
  --btn-divider-hover: #93A6E2;
  --btn-icon: url('../images/common/icon-arrow-navy.svg');
  --btn-icon-hover: url('../images/common/icon-arrow-white.svg');
}

.is-style-button-bg-white-next-fixed {
  width: 18.875rem;
}

.is-style-button-bg-white-next-variable {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.is-style-button-bg-red-entry {
  position: relative;
  height: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  overflow: hidden;
  background: var(--btn-bg);
  border: 1px solid var(--btn-border, transparent);
  /* ← 背景アニメ用レイヤー（ホバーで横に伸びる） */
}
.is-style-button-bg-red-entry::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 0;
  height: 100%;
  background: var(--btn-bg-hover);
  border-radius: inherit;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  z-index: 1;
}
.is-style-button-bg-red-entry:hover {
  border-color: var(--btn-border-hover, var(--btn-border, transparent));
}
.is-style-button-bg-red-entry:hover::before {
  width: 100%;
}
.is-style-button-bg-red-entry a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: var(--btn-padding, 0.62rem 6rem 0.62rem 1.88rem);
  color: var(--btn-text) !important;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
  background: transparent;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.is-style-button-bg-red-entry a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.5rem;
  width: 1px;
  height: 3.75rem;
  background: var(--btn-divider);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
.is-style-button-bg-red-entry a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: var(--btn-icon);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  z-index: 4;
}
.is-style-button-bg-red-entry a:hover, .is-style-button-bg-red-entry a:active {
  color: var(--btn-text-hover) !important;
}
.is-style-button-bg-red-entry a:hover::before, .is-style-button-bg-red-entry a:active::before {
  background: var(--btn-divider-hover, var(--btn-divider));
}
.is-style-button-bg-red-entry a:hover::after, .is-style-button-bg-red-entry a:active::after {
  background-image: var(--btn-icon-hover, var(--btn-icon));
}
.is-style-button-bg-red-entry {
  width: 18.75rem;
  --btn-bg: #E6001B;
  --btn-bg-hover: #0074BE;
  --btn-border: #ffffff;
  --btn-border-hover: #ffffff;
  --btn-text: #ffffff;
  --btn-text-hover: #ffffff;
  --btn-divider: #E57878;
  --btn-divider-hover: #93A6E2;
  --btn-icon: url('../images/common/icon-arrow-external.svg');
  --btn-icon-hover: url('../images/common/icon-arrow-white.svg');
}

.is-style-button-bg-white-entry {
  position: relative;
  height: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  overflow: hidden;
  background: var(--btn-bg);
  border: 1px solid var(--btn-border, transparent);
  /* ← 背景アニメ用レイヤー（ホバーで横に伸びる） */
}
.is-style-button-bg-white-entry::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 0;
  height: 100%;
  background: var(--btn-bg-hover);
  border-radius: inherit;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  z-index: 1;
}
.is-style-button-bg-white-entry:hover {
  border-color: var(--btn-border-hover, var(--btn-border, transparent));
}
.is-style-button-bg-white-entry:hover::before {
  width: 100%;
}
.is-style-button-bg-white-entry a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: var(--btn-padding, 0.62rem 6rem 0.62rem 1.88rem);
  color: var(--btn-text) !important;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
  background: transparent;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.is-style-button-bg-white-entry a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.5rem;
  width: 1px;
  height: 3.75rem;
  background: var(--btn-divider);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
.is-style-button-bg-white-entry a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: var(--btn-icon);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  z-index: 4;
}
.is-style-button-bg-white-entry a:hover, .is-style-button-bg-white-entry a:active {
  color: var(--btn-text-hover) !important;
}
.is-style-button-bg-white-entry a:hover::before, .is-style-button-bg-white-entry a:active::before {
  background: var(--btn-divider-hover, var(--btn-divider));
}
.is-style-button-bg-white-entry a:hover::after, .is-style-button-bg-white-entry a:active::after {
  background-image: var(--btn-icon-hover, var(--btn-icon));
}
.is-style-button-bg-white-entry {
  width: 18.75rem;
  --btn-bg: #ffffff;
  --btn-bg-hover: #001457;
  --btn-border: transparent;
  --btn-border-hover: transparent;
  --btn-text: #001457;
  --btn-text-hover: #ffffff;
  --btn-divider: #D6DAE7;
  --btn-divider-hover: #93A6E2;
  --btn-icon: url('../images/common/icon-arrow-external-navy.svg');
  --btn-icon-hover: url('../images/common/icon-arrow-external.svg');
}

.is-style-button-cta-entry {
  position: relative;
  height: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  overflow: hidden;
  background: var(--btn-bg);
  border: 1px solid var(--btn-border, transparent);
  /* ← 背景アニメ用レイヤー（ホバーで横に伸びる） */
}
.is-style-button-cta-entry::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 0;
  height: 100%;
  background: var(--btn-bg-hover);
  border-radius: inherit;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  z-index: 1;
}
.is-style-button-cta-entry:hover {
  border-color: var(--btn-border-hover, var(--btn-border, transparent));
}
.is-style-button-cta-entry:hover::before {
  width: 100%;
}
.is-style-button-cta-entry a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: var(--btn-padding, 0.62rem 6rem 0.62rem 1.88rem);
  color: var(--btn-text) !important;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
  background: transparent;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.is-style-button-cta-entry a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.5rem;
  width: 1px;
  height: 3.75rem;
  background: var(--btn-divider);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
.is-style-button-cta-entry a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: var(--btn-icon);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  z-index: 4;
}
.is-style-button-cta-entry a:hover, .is-style-button-cta-entry a:active {
  color: var(--btn-text-hover) !important;
}
.is-style-button-cta-entry a:hover::before, .is-style-button-cta-entry a:active::before {
  background: var(--btn-divider-hover, var(--btn-divider));
}
.is-style-button-cta-entry a:hover::after, .is-style-button-cta-entry a:active::after {
  background-image: var(--btn-icon-hover, var(--btn-icon));
}
.is-style-button-cta-entry {
  width: 18.75rem;
  height: 5rem;
  border: none;
  --btn-padding: 1.25rem 9rem 1.25rem 3.12rem;
  --btn-bg: #ffffff;
  --btn-bg-hover: #001457;
  --btn-border: transparent;
  --btn-border-hover: transparent;
  --btn-text: #001457;
  --btn-text-hover: #ffffff;
  --btn-divider: #33447D;
  --btn-divider-hover: #93A6E2;
  --btn-icon: url('../images/common/icon-arrow-external-navy.svg');
  --btn-icon-hover: url('../images/common/icon-arrow-external.svg');
}

.wp-block-buttons.c-btn-anchor {
  display: -ms-grid !important;
  display: grid !important;
  gap: 1rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .wp-block-buttons.c-btn-anchor.col-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1079px) {
  .wp-block-buttons.c-btn-anchor.col-3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1080px) {
  .wp-block-buttons.c-btn-anchor.col-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.is-style-button-bg-navy-anchor {
  position: relative;
  height: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  overflow: hidden;
  background: var(--btn-bg);
  border: 1px solid var(--btn-border, transparent);
  /* ← 背景アニメ用レイヤー（ホバーで横に伸びる） */
}
.is-style-button-bg-navy-anchor::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 0;
  height: 100%;
  background: var(--btn-bg-hover);
  border-radius: inherit;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  z-index: 1;
}
.is-style-button-bg-navy-anchor:hover {
  border-color: var(--btn-border-hover, var(--btn-border, transparent));
}
.is-style-button-bg-navy-anchor:hover::before {
  width: 100%;
}
.is-style-button-bg-navy-anchor a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: var(--btn-padding, 0.62rem 6rem 0.62rem 1.88rem);
  color: var(--btn-text) !important;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
  background: transparent;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.is-style-button-bg-navy-anchor a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.5rem;
  width: 1px;
  height: 3.75rem;
  background: var(--btn-divider);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
.is-style-button-bg-navy-anchor a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: var(--btn-icon);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  z-index: 4;
}
.is-style-button-bg-navy-anchor a:hover, .is-style-button-bg-navy-anchor a:active {
  color: var(--btn-text-hover) !important;
}
.is-style-button-bg-navy-anchor a:hover::before, .is-style-button-bg-navy-anchor a:active::before {
  background: var(--btn-divider-hover, var(--btn-divider));
}
.is-style-button-bg-navy-anchor a:hover::after, .is-style-button-bg-navy-anchor a:active::after {
  background-image: var(--btn-icon-hover, var(--btn-icon));
}
.is-style-button-bg-navy-anchor {
  width: 100%;
  border: none;
  --btn-bg: #001457;
  --btn-bg-hover: #0074BE;
  --btn-border: transparent;
  --btn-border-hover: transparent;
  --btn-text: #ffffff;
  --btn-text-hover: #ffffff;
  --btn-divider: #33447D;
  --btn-divider-hover: #93A6E2;
  --btn-icon: url('../images/common/icon-arrow-down.svg');
  --btn-icon-hover: url('../images/common/icon-arrow-down.svg');
}

/* 見出し ------------------------- */
.is-style-heading-icon-left-star {
  position: relative;
  padding-left: 2rem;
}
.is-style-heading-icon-left-star::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
  background-image: url("../images/common/icon-accent.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.is-style-heading-line-top-l-red {
  position: relative;
  padding-top: 1rem;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 900 !important;
  line-height: 120% !important;
}
.is-style-heading-line-top-l-red::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.875rem;
  height: 4px;
  background-color: #E6001B;
}

.is-style-heading-line-bottom-red {
  position: relative;
  padding-bottom: 1rem;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 140% !important;
}
.is-style-heading-line-bottom-red::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.875rem;
  height: 4px;
  background-color: #E6001B;
}

.is-style-heading-line-top-red {
  position: relative;
  padding-top: 1rem;
  color: #001457;
  text-align: center;
  -webkit-font-feature-settings: "hist" on;
          font-feature-settings: "hist" on;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 900 !important;
  line-height: 120% !important;
}
.is-style-heading-line-top-red::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.875rem;
  height: 4px;
  background-color: #E6001B;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* ------------------------------
   Object - Project
   フォームで使用したいCSSをまとめる
   （Snow Monkey Forms - Letter）
------------------------------ */
.msg-required {
  color: #E6001B;
}

.smf-form--letter .smf-item__col--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}
.smf-form--letter .smf-item__label {
  color: #000000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.smf-form--letter {
  /* 必須 */
}
.smf-form--letter .required .smf-item__description {
  margin-top: 0;
  margin-left: 0.5rem;
  padding: 0.125rem 0.25rem;
  color: #ffffff;
  background-color: #E6001B;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.smf-form--letter .smf-text-control__control {
  width: 100%;
  padding: 1rem;
  color: #000000;
  border: none;
  border-radius: 0.25rem;
  background: #F1F3F5;
}
.smf-form--letter .smf-radio-button-control__control {
  margin-top: 0;
}
.smf-form--letter .smf-radio-button-control__label {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.smf-form--letter .smf-select-control {
  position: relative;
}
.smf-form--letter .smf-select-control::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 1px;
  height: 1.875rem;
  background: #D6DAE7;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
.smf-form--letter .smf-select-control::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  background-image: url("../images/common/icon-triangle.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
.smf-form--letter .smf-select-control__control {
  min-width: 12.5rem;
  padding: 1rem 3rem 1rem 1rem;
  border: none;
  border-radius: 0.25rem;
  background: #F1F3F5;
}
.smf-form--letter .smf-textarea-control__control {
  border: none;
  border-radius: 0.25rem;
  background: #F1F3F5;
}

/* ボタン */
.smf-form--letter + .smf-action {
  margin: 80px 0 0;
}

.smf-action .smf-button-control {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 18.875rem;
  height: 5rem;
}
.smf-action .smf-button-control__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  max-width: 18.875rem;
  height: 100%;
  margin: 0 auto 0;
  padding: 0.625rem 1.5rem 0.625rem 1.875rem;
  color: #ffffff;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  border: none;
  border-radius: 0.25rem;
  background-color: #001457;
  background-image: none;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.smf-action .smf-button-control__control:hover {
  background-color: #0074BE;
}
.smf-action .smf-button-control__control::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.5rem;
  width: 1px;
  height: 3.75rem;
  background: #33447D;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
.smf-action .smf-button-control__control:hover::before {
  background: #93A6E2;
}
.smf-action .smf-button-control__control::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../images/common/icon-arrow-external.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  z-index: 4;
}

.smf-complete-content p {
  line-height: 1.6;
}

@media (max-width: 767.98px) {
  /* ボタン */
  .smf-action .smf-button-control {
    width: 45%;
  }
  .smf-action {
    /* .smf-button-control__control {
        width: 45%;
    } */
  }
}
/* フォーム内表示切替 */
[data-screen=input] .smf__input,
[data-screen=invalid] .smf__input,
[data-screen=back] .smf__input {
  visibility: visible;
}
[data-screen=input] .smf__confirm,
[data-screen=invalid] .smf__confirm,
[data-screen=back] .smf__confirm {
  display: none;
  visibility: hidden;
}

[data-screen=confirm] .smf__input {
  display: none;
  visibility: hidden;
}
[data-screen=confirm] .smf__confirm {
  visibility: visible;
}

/* サイト共通
------------------------- */
/* CTA ENTRY
------------------------- */
#cta-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5rem 0 7.5rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background: #0074BE;
}
#cta-entry .p-cta-title-entry {
  color: #ffffff;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 7.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

/* アコーディオン FAQ
------------------------- */
.p-faq .wp-block-accordion-item {
  background-color: #F1F3F5;
}
@media (max-width: 767px) {
  .p-faq .wp-block-accordion-item {
    padding: 0 1rem;
  }
}
@media (min-width: 768px) {
  .p-faq .wp-block-accordion-item {
    padding: 0 2rem;
  }
}
.p-faq .wp-block-accordion-item:not(:last-of-type) {
  margin-bottom: 1rem;
}
.p-faq .wp-block-accordion-heading {
  position: relative;
  color: #000000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
@media (max-width: 767px) {
  .p-faq .wp-block-accordion-heading {
    padding: 1rem 0 1rem 2.5rem;
  }
}
@media (min-width: 768px) {
  .p-faq .wp-block-accordion-heading {
    padding: 1rem 0 1rem 3rem;
  }
}
.p-faq .wp-block-accordion-heading::before {
  content: "Q";
  position: absolute;
  top: 1.5rem;
  left: 0;
  color: #0074BE;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
.p-faq .wp-block-accordion-panel {
  position: relative;
  color: #000000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 1.8rem */
  border-top: 1px solid #D6DAE7;
}
@media (max-width: 767px) {
  .p-faq .wp-block-accordion-panel {
    padding: 1rem 0 1rem 2.5rem;
  }
}
@media (min-width: 768px) {
  .p-faq .wp-block-accordion-panel {
    padding: 1rem 0 1rem 3rem;
  }
}
.p-faq .wp-block-accordion-panel::before {
  content: "A";
  position: absolute;
  top: 1.5rem;
  left: 0;
  color: #E6001B;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
.p-faq .wp-block-accordion-heading__toggle-icon {
  position: relative;
  width: 24px;
  height: 24px;
  font-size: 0;
}
.p-faq .wp-block-accordion-heading__toggle-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.875rem;
  height: 0.125rem;
  background-color: #001457;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-faq .wp-block-accordion-heading__toggle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.875rem;
  height: 0.125rem;
  background-color: #001457;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.p-faq .is-open .wp-block-accordion-heading__toggle-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
.p-faq .is-open .wp-block-accordion-heading__toggle-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(315deg);
          transform: translate(-50%, -50%) rotate(315deg);
}

/* reveal-text, reveal-once 
------------------------- */
/* 共通 ------------------------- */
.reveal-text,
.reveal-once {
  position: relative;
  display: inline-block;
  line-height: 1;
  opacity: 0;
}
.reveal-text::after,
.reveal-once::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0074BE;
}
.reveal-text.is-active,
.reveal-once.is-active {
  opacity: 1;
}

.reveal-text.is-active,
.reveal-text.is-active::after,
.reveal-once.is-active,
.reveal-once.is-active::after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.reveal-text::after {
  z-index: 999;
}
.reveal-text.is-active {
  -webkit-animation-name: clip-text;
          animation-name: clip-text;
  overflow: hidden;
}
.reveal-text.is-active::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  pointer-events: none;
  -webkit-animation-name: text-revealer;
          animation-name: text-revealer;
}

.reveal-once {
  padding: 0 0.5rem 0.25rem 0.5rem;
}
.reveal-once::after {
  z-index: -1;
}
.reveal-once.is-active {
  color: #ffffff !important;
  -webkit-animation-name: clip-text;
          animation-name: clip-text;
  overflow: hidden;
}
.reveal-once.is-active::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  pointer-events: none;
  -webkit-animation-name: text-revealer-hold;
          animation-name: text-revealer-hold;
}

@-webkit-keyframes clip-text {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes clip-text {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes text-revealer {
  0%, 50% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  60%, 100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes text-revealer {
  0%, 50% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  60%, 100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@-webkit-keyframes text-revealer-hold {
  0%, 50% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  60%, 100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes text-revealer-hold {
  0%, 50% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  60%, 100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
/* ページタイトル
------------------------- */
header.p-pageheader-l {
  width: 92%;
  max-width: 1040px;
  margin-inline: auto;
  padding: 10rem 0 1.5rem 0;
}
@media (min-width: 768px) {
  header.p-pageheader-l {
    padding: 12.5rem 0 2.5rem 0;
  }
}
header.p-pageheader-l h1.entry-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
header.p-pageheader-l h1.entry-title .p-page-title__en {
  color: #001457;
  font-family: "Bebas Neue";
  font-size: 5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
header.p-pageheader-l h1.entry-title .p-page-title__ja {
  color: #001457;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
}

header.p-pageheader-c {
  width: 92%;
  max-width: 1040px;
  margin-inline: auto;
  padding: 10rem 0 1.5rem 0;
}
@media (min-width: 768px) {
  header.p-pageheader-c {
    padding: 12.5rem 0 2.5rem 0;
  }
}
header.p-pageheader-c h1.entry-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-align: center;
}
header.p-pageheader-c h1.entry-title .p-page-title__en {
  color: #001457;
  font-family: "Bebas Neue";
  font-size: 5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
header.p-pageheader-c h1.entry-title .p-page-title__ja {
  color: #001457;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
}

/* インタビュースライド
------------------------- */
/* まず全カードを小さく */
@media (max-width: 767px) {
  .js-interview-swiper .swiper-slide .p-staff-interview-card {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0 10px;
  }
}
@media (min-width: 768px) {
  .js-interview-swiper .swiper-slide .p-staff-interview-card {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
}

/* アクティブだけ大きく */
@media (max-width: 767px) {
  .js-interview-swiper .swiper-slide-active .p-staff-interview-card {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media (min-width: 768px) {
  .js-interview-swiper .swiper-slide-active .p-staff-interview-card {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.js-interview-swiper .swiper-slide-active .p-staff-interview-card {
  z-index: 10;
}

.js-interview-swiper .swiper-wrapper {
  width: 92%;
  max-width: 1520px;
  margin-inline: auto;
}

.swiper-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 1.25rem;
  position: relative;
  height: 5rem;
}
@media (max-width: 767px) {
  .swiper-navigation {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    margin: 40px 0;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .swiper-navigation {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    top: -3rem;
    padding: 0.94rem 0 0.94rem 0;
  }
}
.swiper-navigation {
  width: 92%;
  max-width: 1520px;
  margin-inline: auto;
}
.swiper-navigation .swiper-button-next,
.swiper-navigation .swiper-button-prev {
  position: relative !important;
  width: 3.125rem !important;
  height: 3.125rem !important;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.swiper-navigation .swiper-button-prev {
  background-image: url("../../../themes/blankslate/images/common/btn-arrow-l.svg");
}
.swiper-navigation .swiper-button-next {
  background-image: url("../../../themes/blankslate/images/common/btn-arrow-r.svg");
}
.swiper-navigation svg {
  visibility: hidden;
}

.js-wwd-swiper {
  max-width: 448px;
  margin-inline: auto;
}

.swiper-wrapper.swiper-wrapper-wwd {
  width: 100%;
  max-width: 448px;
  margin-inline: auto;
  aspect-ratio: 448/325;
  max-height: 325px;
}
.swiper-wrapper.swiper-wrapper-wwd .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.swiper-navigation.swiper-navigation-wwd {
  top: 0rem;
  width: 100%;
  max-width: 448px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.swiper-navigation.swiper-navigation-wwd .swiper-button-next,
.swiper-navigation.swiper-navigation-wwd .swiper-button-prev {
  position: relative !important;
  width: 3.125rem !important;
  height: 3.125rem !important;
  background-color: #0074BE;
  background-position: center;
  background-size: 16px auto;
  background-repeat: no-repeat;
  border: 1px solid #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.swiper-navigation.swiper-navigation-wwd .swiper-button-next:hover,
.swiper-navigation.swiper-navigation-wwd .swiper-button-prev:hover {
  background-color: #001457;
}
.swiper-navigation.swiper-navigation-wwd .swiper-button-prev {
  background-image: url("../../../themes/blankslate/images/page/what-we-do/nav_prev-arrow.svg");
}
.swiper-navigation.swiper-navigation-wwd .swiper-button-next {
  background-image: url("../../../themes/blankslate/images/page/what-we-do/nav_next-arrow.svg");
}

/* アンカーリンク
------------------------- */
[id] {
  scroll-margin-top: var(--header-h, 0px);
}

/* ページ背景
------------------------- */
.p-frontpage-bg-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*  デフォルト → 横長（landscape） */
.p-frontpage-bg-fixed {
  background-image: url("../../../themes/blankslate/images/frontpage/img-top-mainvisual.png");
  background-image: image-set(url("../../../themes/blankslate/images/frontpage/img-top-mainvisual.png") 1x, url("../../../themes/blankslate/images/frontpage/img-top-mainvisual@2x.png") 2x);
  background-image: -webkit-image-set(url("../../../themes/blankslate/images/frontpage/img-top-mainvisual.png") 1x, url("../../../themes/blankslate/images/frontpage/img-top-mainvisual@2x.png") 2x);
}

/*  縦長（portrait）画面のとき */
@media (orientation: portrait) {
  .p-frontpage-bg-fixed {
    background-image: url("../../../themes/blankslate/images/frontpage/img-top-mainvisual-sp.png");
    background-image: image-set(url("../../../themes/blankslate/images/frontpage/img-top-mainvisual-sp.png") 1x, url("../../../themes/blankslate/images/frontpage/img-top-mainvisual-sp@2x.png") 2x);
    background-image: -webkit-image-set(url("../../../themes/blankslate/images/frontpage/img-top-mainvisual-sp.png") 1x, url("../../../themes/blankslate/images/frontpage/img-top-mainvisual-sp@2x.png") 2x);
  }
}
#frontpage section > .wp-block-group__inner-container {
  width: 92%;
  max-width: 1520px;
  margin-inline: auto;
}

.p-front-title-en {
  font-family: "Bebas Neue";
  font-size: 5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100% !important;
  text-transform: uppercase;
}

.p-front-title-jp {
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 1.8rem */
}

#mv-front {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
#mv-front .p-frontpage-mv-message-l {
  color: #ffffff;
  font-family: "Bebas Neue";
  font-size: 7.5rem;
  font-size: clamp(5rem, -1.1538461538rem + 12.8205128205vw, 7.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
#mv-front .p-frontpage-mv-message-s {
  color: #ffffff;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1.375rem;
  font-size: clamp(1rem, 0.0769230769rem + 1.9230769231vw, 1.375rem);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
#mv-front .p-button_frontpage-entry-mv {
  margin-top: 64px;
  margin-top: clamp(2rem, -2.9230769231rem + 10.2564102564vw, 4rem);
}
#mv-front .p-button_frontpage-entry-mv .wp-block-button {
  position: relative;
  width: 300px;
  height: 80px;
  background: #E6001B;
  border: 1px solid #ffffff;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #mv-front .p-button_frontpage-entry-mv .wp-block-button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #ffffff;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-radius: 0;
    z-index: 3333;
  }
}
#mv-front .p-button_frontpage-entry-mv .wp-block-button {
  /* ← 背景アニメ用レイヤー */
}
#mv-front .p-button_frontpage-entry-mv .wp-block-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #0074BE;
  border-radius: inherit;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  z-index: 1;
}
#mv-front .p-button_frontpage-entry-mv .wp-block-button:hover::before {
  width: 100%;
}
#mv-front .p-button_frontpage-entry-mv .wp-block-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px 96px 10px 50px;
  color: #ffffff;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
#mv-front .p-button_frontpage-entry-mv .wp-block-button a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 72px;
  width: 1px;
  height: 40px;
  background: #E57878;
  z-index: 3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#mv-front .p-button_frontpage-entry-mv .wp-block-button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../images/common/icon-arrow-external.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  z-index: 4;
}
#mv-front .p-button_frontpage-entry-mv .wp-block-button a:hover, #mv-front .p-button_frontpage-entry-mv .wp-block-button a:active {
  color: #ffffff;
}
#mv-front .p-button_frontpage-entry-mv .wp-block-button a:hover::before, #mv-front .p-button_frontpage-entry-mv .wp-block-button a:active::before {
  background: #93A6E2;
}

@media (orientation: portrait) {
  #mv-front {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    padding-bottom: 6rem;
  }
}
@media (orientation: landscape) {
  #mv-front {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#front-pre-entry {
  position: relative;
  padding: 10rem 0;
  background: radial-gradient(rgba(58, 158, 221, 0.8), rgba(0, 116, 190, 0.8));
}
#front-pre-entry .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 55px;
}
#front-pre-entry h2 {
  color: #ffffff;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 44.8px */
}
#front-pre-entry p {
  color: #ffffff;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 260%; /* 41.6px */
}

#front-about-us {
  position: relative;
  background: radial-gradient(#3A9EDD, #0074BE);
}
@media (max-width: 767px) {
  #front-about-us {
    padding-bottom: 5rem;
  }
}
#front-about-us .p-front-about-title {
  max-width: 333px;
  padding-top: 5rem;
}
#front-about-us p {
  color: #ffffff;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
#front-about-us .p-front-about-text,
#front-about-us .p-front-about-btn {
  position: relative;
  z-index: 2;
}
#front-about-us .p-front-about-flower {
  position: absolute;
  width: 492px;
  height: auto;
  z-index: 0;
}
@media (max-width: 767px) {
  #front-about-us .p-front-about-flower {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1079px) {
  #front-about-us .p-front-about-flower {
    top: 16rem;
    right: 1rem;
    width: 350px;
  }
}
@media (min-width: 1080px) {
  #front-about-us .p-front-about-flower {
    bottom: 0.88rem;
    left: 4rem;
  }
}

/* 上向き */
@-webkit-keyframes vertical-up {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes vertical-up {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
/* 下向き */
@-webkit-keyframes vertical-down {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes vertical-down {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 左向き */
@-webkit-keyframes horizontal-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes horizontal-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/* 右向き */
@-webkit-keyframes horizontal-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes horizontal-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.p-front-about-slider-container {
  height: 67.5rem;
  min-height: 100vh;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-front-about-slider-container {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1079px) {
  .p-front-about-slider-container {
    display: block;
    width: 100vw;
    max-width: inherit;
    height: auto;
    min-height: auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-bottom: 2rem;
  }
}

.p-front-about-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  will-change: transform;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .p-front-about-slider {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
  }
}

@media (min-width: 1080px) {
  .about-slider-l {
    -webkit-animation: vertical-up 30s linear infinite;
            animation: vertical-up 30s linear infinite;
  }
}
@media (min-width: 768px) and (max-width: 1079px) {
  .about-slider-l {
    -webkit-animation: horizontal-left 30s linear infinite;
            animation: horizontal-left 30s linear infinite;
  }
}

@media (min-width: 1080px) {
  .about-slider-r {
    -webkit-animation: vertical-down 30s linear infinite;
            animation: vertical-down 30s linear infinite;
  }
}
@media (min-width: 768px) and (max-width: 1079px) {
  .about-slider-r {
    -webkit-animation: horizontal-right 30s linear infinite;
            animation: horizontal-right 30s linear infinite;
  }
}

.about-slide-item {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .about-slide-item {
    min-width: 304px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .p-front-about-slider-container-sp {
    display: block;
    width: 100vw;
    height: auto;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  }
  .p-front-about-slider-container-sp .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  .p-front-about-slider-container-sp .swiper-slide img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .p-front-about-slider-container-sp {
    display: none !important;
  }
}

#front-interview {
  padding: 10rem 0;
  background: #ffffff;
}
#front-interview .p-front-title-en,
#front-interview .p-front-title-jp {
  color: #001457;
}

.p-front-wwd-wrap {
  background: radial-gradient(#3A9EDD, #0074BE);
}

#front-what-we-do {
  padding: 10rem 0;
}
#front-what-we-do .p-front-title-en,
#front-what-we-do .p-front-title-jp,
#front-what-we-do p {
  color: #ffffff;
}

@media (max-width: 1079px) {
  .p-scrollsnap-container {
    height: auto;
    overflow: visible;
    -ms-scroll-snap-type: none;
        scroll-snap-type: none;
  }
}
@media (min-width: 1080px) {
  .p-scrollsnap-container {
    height: 100vh;
    -ms-scroll-snap-type: y mandatory;
        scroll-snap-type: y mandatory;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: none; /* IE, Edge(旧) */
    scrollbar-width: none; /* Firefox */
    -webkit-overflow-scrolling: touch;
  }
}

@media (min-width: 1080px) {
  .p-scrollsnap-container::-webkit-scrollbar {
    display: none;
  }
}
.p-scrollsnap-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 1079px) {
  .p-scrollsnap-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
    scroll-snap-align: none;
  }
}
@media (min-width: 1080px) {
  .p-scrollsnap-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    min-height: 100vh;
    scroll-snap-align: start;
  }
}

.pAbout__list {
  position: relative;
}

@media (max-width: 1079px) {
  .pAbout__list_trigger {
    display: none;
  }
}
@media (min-width: 1080px) {
  .pAbout__list_trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    pointer-events: none;
  }
}

.pAbout__list_trigger_item {
  width: 1px;
  height: 100vh;
  height: 100svh;
  height: 100vh;
}
@media (min-width: 1080px) {
  .pAbout__list_trigger_item {
    height: 100vh;
  }
}

@media (max-width: 1079px) {
  .pAbout__list_body {
    position: static;
    height: auto;
  }
}
@media (min-width: 1080px) {
  .pAbout__list_body {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1079px) {
  .pAbout__list_pin {
    position: static;
    height: auto;
  }
}
@media (min-width: 1080px) {
  .pAbout__list_pin {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    height: 100svh;
    height: 100vh;
  }
}

.pAbout__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1079px) {
  .pAbout__item {
    position: static;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
}
@media (min-width: 1080px) {
  .pAbout__item {
    position: absolute;
    inset: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
}

@media (min-width: 1080px) {
  .pAbout__item.is-active {
    opacity: 1;
  }
}
@media (max-width: 1079px) {
  .p-front-wwd__image {
    position: relative;
    width: 100vw;
    height: auto;
  }
}
@media (min-width: 1080px) {
  .p-front-wwd__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw;
    height: 100vh;
  }
}
.p-front-wwd__image {
  overflow: hidden;
  z-index: 2;
}
.p-front-wwd__image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  will-change: transform;
}

.p-front-wwd__image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.p-front-wwd__image picture > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  will-change: transform;
}

.p-front-wwd__body {
  width: 92%;
  max-width: 1520px;
  margin-inline: auto;
  position: relative;
}
@media (max-width: 1079px) {
  .p-front-wwd__body {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }
}

.p-front-wwd__num,
.p-wwd__kv-num {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  font-family: "Bebas Neue";
  font-size: 12.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100% !important;
  letter-spacing: -0.375rem;
  text-transform: uppercase;
}

.p-front-wwd__title-sub {
  margin-bottom: 0.5rem;
  color: #ffffff;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.p-front-wwd__title,
.p-wwd__kv-title {
  margin-bottom: 2rem;
  color: #ffffff;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120% !important;
}

#front-work-style,
#front-recruiting,
#front-pre-entry-guide,
#front-faq {
  padding-bottom: 10rem;
  background: #ffffff;
}
#front-work-style .p-front-title-en,
#front-work-style .p-front-title-jp,
#front-recruiting .p-front-title-en,
#front-recruiting .p-front-title-jp,
#front-pre-entry-guide .p-front-title-en,
#front-pre-entry-guide .p-front-title-jp,
#front-faq .p-front-title-en,
#front-faq .p-front-title-jp {
  color: #001457;
}

.p-front-kv__cmp-line {
  position: relative;
  height: 31.875rem;
  overflow: hidden;
}
.p-front-kv__cmp-line > img {
  width: 100%;
  max-width: none !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.p-front-kv__cmp-line::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url("../images/common/cmp-line.png");
  background-image: image-set(url("../images/common/cmp-line.png") 1x, url("../images/common/cmp-line@2x.png") 2x);
  background-image: -webkit-image-set(url("../images/common/cmp-line.png") 1x, url("../images/common/cmp-line@2x.png") 2x);
  background-position: left 8px bottom 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  z-index: 1;
  /* ▼ 初期状態（画面外 & 非表示） */
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.p-front-kv__cmp-line.is-show::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.p-front-kv__cmp-line-sp {
  position: relative;
  height: auto;
  overflow: hidden;
}
.p-front-kv__cmp-line-sp > img {
  width: 100%;
  max-width: none !important;
  height: auto !important;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.p-front-kv__cmp-line-sp::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.125rem;
  height: clamp(3.125rem, -4.5673076923rem + 16.0256410256vw, 6.25rem);
  background-image: url("../images/common/cmp-line.png");
  background-image: image-set(url("../images/common/cmp-line.png") 1x, url("../images/common/cmp-line@2x.png") 2x);
  background-image: -webkit-image-set(url("../images/common/cmp-line.png") 1x, url("../images/common/cmp-line@2x.png") 2x);
  background-position: left 8px bottom 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  z-index: 1;
  /* ▼ 初期状態（画面外 & 非表示） */
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.p-front-kv__cmp-line-sp.is-show::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.p-front-peg-title-h3 {
  color: #001457;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.p-front-peg-text {
  color: #000000;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

@media (max-width: 767px) {
  .home footer#footer {
    padding-bottom: 5rem;
  }
}
/* 固定ページ共通
------------------------------ */
/* キービジュアル ------------------------- */
@media (max-width: 767px) {
  .p-page-kv {
    height: 100vh;
  }
}
@media (min-width: 768px) {
  .p-page-kv {
    height: 31.875rem;
  }
}
.p-page-kv {
  background-color: #F1F3F5;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* 3分で分かる甲賀協同ガス ------------------------- */
#header-about-us .entry-title .p-page-title__ja {
  display: none;
}

#about-kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  #about-kv.p-page-kv {
    background-image: url("../../../themes/blankslate/images/page/about-us/img-about-keyvisual-sp.png");
    background-image: image-set(url("../../../themes/blankslate/images/page/about-us/img-about-keyvisual-sp.png") 1x, url("../../../themes/blankslate/images/page/about-us/img-about-keyvisual-sp@2x.png") 2x);
    background-image: -webkit-image-set(url("../../../themes/blankslate/images/page/about-us/img-about-keyvisual-sp.png") 1x, url("../../../themes/blankslate/images/page/about-us/img-about-keyvisual-sp@2x.png") 2x);
  }
}
@media (min-width: 768px) {
  #about-kv.p-page-kv {
    background-image: url("../../../themes/blankslate/images/page/about-us/img-about-keyvisual.png");
    background-image: image-set(url("../../../themes/blankslate/images/page/about-us/img-about-keyvisual.png") 1x, url("../../../themes/blankslate/images/page/about-us/img-about-keyvisual@2x.png") 2x);
    background-image: -webkit-image-set(url("../../../themes/blankslate/images/page/about-us/img-about-keyvisual.png") 1x, url("../../../themes/blankslate/images/page/about-us/img-about-keyvisual@2x.png") 2x);
  }
}
#about-kv .about-lead p {
  color: #ffffff;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}

.p-title-en-large {
  font-family: "Bebas Neue";
  font-size: 7.5rem;
  font-size: clamp(6.25rem, 3.1730769231rem + 6.4102564103vw, 7.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: 100% !important;
  letter-spacing: -0.225rem;
  text-transform: uppercase;
  text-box-trim: trim-end;
  text-box-edge: cap alphabetic;
}

.p-about-history {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
.p-about-history .p-about-history-l {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .p-about-history .p-about-history-l {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .p-about-history .p-about-history-l {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    max-width: 623px;
  }
}
.p-about-history .p-about-history-l .p-about-history-kkg {
  margin-top: auto;
}
@media (max-width: 767px) {
  .p-about-history .p-about-history-r {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .p-about-history .p-about-history-r {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    max-width: 337px;
  }
}

.p-about-history-wrap {
  position: relative;
  width: 100%;
  height: auto;
}
.p-about-history-wrap .p-about-history-life01 {
  position: absolute;
  top: 3.0625rem;
  left: -1.875rem;
  width: 7.5rem;
  height: 9.625rem;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .p-about-history-wrap .p-about-history-life01 {
    left: 0;
  }
}
.p-about-history-wrap .p-about-history-life02 {
  position: absolute;
  top: -4rem;
  right: -4.19rem;
  width: 7.5rem;
  height: 9.625rem;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .p-about-history-wrap .p-about-history-life02 {
    right: 0;
  }
}
.p-about-history-wrap .p-about-history-life03 {
  position: absolute;
  right: -7.25rem;
  bottom: 28.12rem;
  width: 7.5rem;
  height: 9.625rem;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .p-about-history-wrap .p-about-history-life03 {
    right: 0;
  }
}
.p-about-history-wrap .p-about-history-life04 {
  position: absolute;
  left: -3.81rem;
  bottom: 11.12rem;
  width: 7.5rem;
  height: 9.625rem;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .p-about-history-wrap .p-about-history-life04 {
    left: 0;
  }
}

#about-wwd .p-title-en-large,
#about-wwd .is-style-heading-line-bottom-red,
#about-wwd p {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  #about-wwd .p-about-wwd_2col {
    gap: 5rem;
  }
}
@media (min-width: 768px) {
  #about-wwd .p-about-wwd_2col {
    gap: 5rem;
    gap: clamp(2.5rem, -3.6538461538rem + 12.8205128205vw, 5rem);
  }
}
#about-wwd .p-about-wwd_3col > .wp-block-column {
  position: relative;
  padding: 2rem 1rem;
}
@media (max-width: 767px) {
  #about-wwd .p-about-wwd_3col > .wp-block-column:not(:last-of-type) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (min-width: 768px) {
  #about-wwd .p-about-wwd_3col > .wp-block-column:not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0.0625rem;
    height: 10rem;
    background: #ffffff;
  }
}
#about-wwd .p-about-wwd__ttl-bg-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 6.25rem;
  margin-bottom: 1rem;
  margin-inline: auto;
  padding: 0 1rem 0.25rem 1rem;
  color: #ffffff;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  text-align: center;
  background: #E6001B;
}
@media (min-width: 768px) {
  #about-wwd .p-about-wwd__ttl-bg-r {
    font-size: clamp(1.1rem, -1.1153846154rem + 4.6153846154vw, 2rem);
  }
}
#about-wwd .p-about-wwd_3col-sub-text {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  #about-wwd .p-about-wwd_3col-sub-text {
    font-size: clamp(0.875rem, -0.0480769231rem + 1.9230769231vw, 1.25rem);
  }
}

@media (max-width: 767px) {
  .p-about-ws_2col {
    gap: 5rem;
  }
}
@media (min-width: 768px) {
  .p-about-ws_2col {
    gap: 5rem;
    gap: clamp(2.5rem, -3.6538461538rem + 12.8205128205vw, 5rem);
  }
}

.p-about-ws-chance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .p-about-ws-chance {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .p-about-ws-chance {
    padding: 1.27rem 4.815rem 0.62rem;
  }
}

.p-about-ws-chance__2col {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .p-about-ws-chance__2col {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-about-ws-chance__2col .p-about-ws-chance__2col-l {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important; /* コンテンツ幅に合わせる */
  width: auto !important;
}
.p-about-ws-chance__2col .p-about-ws-chance__2col-r {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important; /* 右はコンテンツ幅に合わせる */
  width: auto !important;
}
.p-about-ws-chance__2col::before {
  content: "";
  position: absolute;
  width: 2.925rem;
  height: 2.5425rem;
  background-image: url("../../../themes/blankslate/images/common/icon-double-quotes_l.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .p-about-ws-chance__2col::before {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .p-about-ws-chance__2col::before {
    top: 0;
    left: -4.815rem;
  }
}
.p-about-ws-chance__2col::after {
  content: "";
  position: absolute;
  width: 2.925rem;
  height: 2.5425rem;
  background-image: url("../../../themes/blankslate/images/common/icon-double-quotes_r.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .p-about-ws-chance__2col::after {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .p-about-ws-chance__2col::after {
    top: 0;
    right: -2.925rem;
  }
}

@media (max-width: 781px) {
  .p-about-ws-chance__2col.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: inherit !important;
        flex-basis: inherit !important;
  }
}
.p-about-ws-chance__text {
  font-size: 2.5rem;
  font-size: clamp(2rem, 0.7692307692rem + 2.5641025641vw, 2.5rem);
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
}
@media (max-width: 767px) {
  .p-about-ws-chance__text {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .p-about-ws-chance__text {
    text-box: trim-end cap alphabetic;
  }
}

.p-about-ws-chance__number .p-num {
  color: #0074BE;
  font-family: "Bebas Neue";
  font-size: 11.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.3375rem;
  text-transform: uppercase;
  text-box: trim-both cap alphabetic;
}
.p-about-ws-chance__number .p-percent {
  font-family: "Bebas Neue";
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  text-box: trim-both cap alphabetic;
}

.p-about-ws-chance__note {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 767px) {
  .p-about-ws-chance__note {
    text-align: center;
  }
}

#about-number .p-title-en-large,
#about-number .is-style-heading-line-bottom-red {
  color: #ffffff !important;
}

.p-about-number__card-wrap > .wp-block-group__inner-container {
  display: -ms-grid;
  display: grid;
  gap: 0.25rem;
}
@media (max-width: 767px) {
  .p-about-number__card-wrap > .wp-block-group__inner-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) and (max-width: 1079px) {
  .p-about-number__card-wrap > .wp-block-group__inner-container {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1080px) {
  .p-about-number__card-wrap > .wp-block-group__inner-container {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-about-number__card-wrap .p-about-number__card-item .p-about-number__title {
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.p-about-number__card-wrap .p-about-number__card-item .p-about-number__num {
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 6.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-box: trim-both cap alphabetic;
}
.p-about-number__card-wrap .p-about-number__card-item .p-about-number__unit {
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-box: trim-both cap alphabetic;
}
.p-about-number__card-wrap .p-about-number__card-item .p-about-ratio-male,
.p-about-number__card-wrap .p-about-number__card-item .p-about-ratio-female {
  position: relative;
}
.p-about-number__card-wrap .p-about-number__card-item .p-about-ratio-male::after,
.p-about-number__card-wrap .p-about-number__card-item .p-about-ratio-female::after {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  color: #0074BE;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-about-number__card-wrap .p-about-number__card-item .p-about-ratio-male::after {
  content: "男性";
}
.p-about-number__card-wrap .p-about-number__card-item .p-about-ratio-female::after {
  content: "女性";
}

.p-cta-entry__picture {
  position: relative;
}
@media (max-width: 959px) {
  .p-cta-entry__picture {
    height: auto;
  }
}
@media (min-width: 960px) {
  .p-cta-entry__picture {
    height: 30.9722222222vw;
  }
}
@media (min-width: 1080px) {
  .p-cta-entry__picture {
    height: 37.2916666667vw;
  }
}
.p-cta-entry__picture .p-cta-entry__2col {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-cta-entry__picture .p-cta-entry__2col .p-cta-entry__2col-l {
  position: relative;
  z-index: 1;
}
@media (max-width: 959px) {
  .p-cta-entry__picture .p-cta-entry__2col .p-cta-entry__2col-l {
    height: 350px;
  }
}
.p-cta-entry__picture .p-cta-entry__2col .p-cta-entry__2col-l {
  /* 左カラムの中に「台形レイヤー」を作る */
}
.p-cta-entry__picture .p-cta-entry__2col .p-cta-entry__2col-l::before {
  content: "";
  position: absolute;
}
@media (max-width: 959px) {
  .p-cta-entry__picture .p-cta-entry__2col .p-cta-entry__2col-l::before {
    width: 100%;
    height: 5rem;
    bottom: -4.9rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
  }
}
@media (min-width: 960px) {
  .p-cta-entry__picture .p-cta-entry__2col .p-cta-entry__2col-l::before {
    width: 20vw;
    height: 100%;
    top: 50%;
    right: -19.9vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    clip-path: polygon(0 0, 100% 0, 30% 100%, 0 100%);
  }
}
@media (max-width: 959px) {
  .p-cta-entry__picture .wp-block-columns.p-cta-entry__2col {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .p-cta-entry__picture .wp-block-columns.p-cta-entry__2col:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
.p-cta-entry__picture .p-cta-entry__2col-r {
  position: relative;
  z-index: 0;
}
.p-cta-entry__picture .p-cta-entry__2col-r img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-cta-entry__picture .p-cta-entry__contents {
  position: absolute;
  left: 50%;
  z-index: 3;
}
@media (max-width: 959px) {
  .p-cta-entry__picture .p-cta-entry__contents {
    top: 2.5rem;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media (min-width: 960px) {
  .p-cta-entry__picture .p-cta-entry__contents {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.p-cta-entry__picture .p-cta-entry__title {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900 !important;
  line-height: 120% !important;
}
@media (max-width: 767px) {
  .p-cta-entry__picture .p-cta-entry__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .p-cta-entry__picture .p-cta-entry__title {
    font-size: 3rem;
    font-size: clamp(2.5rem, 1.2692307692rem + 2.5641025641vw, 3rem);
  }
}
.p-cta-entry__picture .p-cta-entry__text {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}

#about-entry.p-cta-entry__picture .p-cta-entry__2col .p-cta-entry__2col-l::before {
  background-color: #F1F3F5;
}

/* 事業紹介 ------------------------- */
.p-wwd-sec-main-color h2,
.p-wwd-sec-main-color h3,
.p-wwd-sec-main-color p {
  color: #ffffff;
}

.p-wwd-kv__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  inset: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (max-width: 1079px) {
  .p-wwd-kv__item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 1080px) {
  .p-wwd-kv__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
  }
}

.p-wwd-kv__body {
  width: 92%;
  max-width: 1520px;
  margin-inline: auto;
  position: relative;
}
@media (max-width: 1079px) {
  .p-wwd-kv__body {
    margin-top: 2.5rem;
  }
}

@media (max-width: 1079px) {
  .p-wwd-kv__image {
    position: relative;
  }
  .p-wwd-kv__image > figure {
    width: 100%;
    height: auto;
  }
  .p-wwd-kv__image > figure img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1080px) {
  .p-wwd-kv__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 63vw;
    height: 100vh;
    overflow: hidden;
    z-index: 2;
  }
  .p-wwd-kv__image > figure {
    width: 100%;
    height: 100%;
  }
  .p-wwd-kv__image > figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
    will-change: transform;
  }
}

.p-wwd__slider-area .n2-ss-slider-controls {
  bottom: -80px;
}
.p-wwd__slider-area .n2-ss-slider-controls .nextend-arrow-previous,
.p-wwd__slider-area .n2-ss-slider-controls .nextend-arrow-next {
  background-position: center !important;
  background-size: 16px auto !important;
  background-repeat: no-repeat !important;
}
.p-wwd__slider-area .n2-ss-slider-controls .nextend-arrow-previous img,
.p-wwd__slider-area .n2-ss-slider-controls .nextend-arrow-next img {
  visibility: hidden;
}
.p-wwd__slider-area .n2-ss-slider-controls .nextend-arrow-previous {
  background-image: url("../../../themes/blankslate/images/page/what-we-do/nav_prev-arrow.svg") !important;
}
.p-wwd__slider-area .n2-ss-slider-controls .nextend-arrow-next {
  background-image: url("../../../themes/blankslate/images/page/what-we-do/nav_next-arrow.svg") !important;
}

/* 働く環境 ------------------------- */
figure.p-page-kv > img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

/* エントリー前ガイド ------------------------ */
.p-flow-guide-entry > .wp-block-group__inner-container {
  display: -ms-grid;
  display: grid;
  gap: 5.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  /* sp */
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .p-flow-guide-entry > .wp-block-group__inner-container {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1080px) {
  .p-flow-guide-entry > .wp-block-group__inner-container {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-flow-guide-entry > .wp-block-group__inner-container .p-card-guide-entry > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem;
}
.p-flow-guide-entry > .wp-block-group__inner-container .p-card-guide-entry .p-guide-entry-num {
  color: #001457;
  font-family: "Bebas Neue";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.p-flow-guide-entry > .wp-block-group__inner-container .p-card-guide-entry .p-guide-entry-title {
  color: #0074BE;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
}
.p-flow-guide-entry > .wp-block-group__inner-container .p-card-guide-entry .p-card-guide-entry-text {
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media (min-width: 768px) {
  .p-flow-guide-entry > .wp-block-group__inner-container .p-card-guide-entry:not(:last-child) .p-card-guide-entry-img {
    position: relative;
  }
  .p-flow-guide-entry > .wp-block-group__inner-container .p-card-guide-entry:not(:last-child) .p-card-guide-entry-img::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -3.5rem;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("../../../themes/blankslate/images/common/icon-triangle-r.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .p-flow-guide-entry > .wp-block-group__inner-container .p-card-guide-entry:not(:last-child) {
    position: relative;
  }
  .p-flow-guide-entry > .wp-block-group__inner-container .p-card-guide-entry:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -3.5rem;
    left: 50%;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("../../../themes/blankslate/images/common/icon-triangle-r.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}

#guide-entry.p-cta-entry__picture .p-cta-entry__2col .p-cta-entry__2col-l::before {
  background-color: #0074BE;
}
#guide-entry.p-cta-entry__picture .p-cta-entry__title,
#guide-entry.p-cta-entry__picture .p-cta-entry__text {
  color: #ffffff;
}

/* ------------------------------
   Object - p-arc-interview
   社員インタビュー アーカイブページ
------------------------------ */
.p-staff-interview-grid {
  display: -ms-grid;
  display: grid;
  gap: 0.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) and (max-width: 1079px) {
  .p-staff-interview-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1080px) {
  .p-staff-interview-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-staff-interview-card {
  position: relative;
  z-index: 1;
}
.p-staff-interview-card a.p-staff-interview-card__link {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-staff-interview-card a.p-staff-interview-card__link:link, .p-staff-interview-card a.p-staff-interview-card__link:visited {
  color: #ffffff;
  text-decoration: none;
}
.p-staff-interview-card a.p-staff-interview-card__link:hover, .p-staff-interview-card a.p-staff-interview-card__link:active {
  color: #ffffff;
  text-decoration: none;
}
.p-staff-interview-card a.p-staff-interview-card__link:hover img, .p-staff-interview-card a.p-staff-interview-card__link:active img {
  opacity: 1;
}
.p-staff-interview-card a.p-staff-interview-card__link:hover .p-staff-interview-card__body::before, .p-staff-interview-card a.p-staff-interview-card__link:active .p-staff-interview-card__body::before {
  opacity: 0.5;
}
.p-staff-interview-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3.125rem;
  height: 4.0625rem;
  background-color: #E6001B;
  clip-path: polygon(100% 0, 100% 100%, 0 0);
  z-index: 2;
}
.p-staff-interview-card .p-staff-interview-card__label {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 1.05rem */
}
.p-staff-interview-card .p-staff-interview-card__label.sales {
  background-color: #0074BE;
}
.p-staff-interview-card .p-staff-interview-card__label.engineering {
  background-color: #009E7C;
}
.p-staff-interview-card .p-staff-interview-card__label.office {
  background-color: #CB8307;
}
.p-staff-interview-card .p-staff-interview-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 5rem 1rem 1rem;
  background: none;
  overflow: hidden;
  z-index: 3;
}
.p-staff-interview-card .p-staff-interview-card__body::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 40, 65, 0)), color-stop(29.81%, rgba(0, 40, 65, 0.4)), to(#002841));
  background: linear-gradient(180deg, rgba(0, 40, 65, 0) 0%, rgba(0, 40, 65, 0.4) 29.81%, #002841 100%);
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 0;
}
.p-staff-interview-card .p-staff-interview-card__body > * {
  position: relative;
  z-index: 1;
}
.p-staff-interview-card .p-staff-interview-card__lead {
  color: #ffffff;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 767px) {
  .p-staff-interview-card .p-staff-interview-card__lead span.u-sp__inline {
    display: inline-block !important;
  }
}
.p-staff-interview-card .p-staff-interview-card__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.34rem;
}
.p-staff-interview-card .p-staff-interview-card__name {
  color: #ffffff;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.p-staff-interview-card .p-staff-interview-card__division,
.p-staff-interview-card .p-staff-interview-card__join {
  color: #ffffff;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 767px) {
  .p-staff-interview-card br.u-sp {
    display: inline !important;
  }
}
@media (min-width: 768px) {
  .p-staff-interview-card br.u-sp {
    display: none !important;
  }
}

/* カスタム投稿：staff_interview
------------------------------ */
/* メインビジュアル ------------------------- */
.p-staff-interview__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  padding: 2.5rem 0;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: var(--interview-bg-color, transparent);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .p-staff-interview__header {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100vh;
    height: 100dvh;
    background-image: var(--interview-bg-sp);
  }
}
@media (min-width: 768px) and (max-width: 1079px) {
  .p-staff-interview__header {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100vh;
    height: 100dvh;
    background-image: var(--interview-bg-tb);
  }
}
@media (min-width: 1080px) {
  .p-staff-interview__header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    aspect-ratio: 16/9;
    background-image: var(--interview-bg-pc);
  }
}
.p-staff-interview__header .p-page-title__en {
  display: block;
  color: #ffffff;
  font-family: "Bebas Neue";
  font-size: 5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .p-staff-interview__header .p-page-title__en {
    font-size: clamp(4rem, 2.7692307692rem + 2.5641025641vw, 4.5rem);
    text-box: trim-both cap alphabetic;
  }
}
@media (min-width: 768px) {
  .p-staff-interview__header .p-page-title__en {
    font-size: clamp(4.5rem, 3.2692307692rem + 2.5641025641vw, 5rem);
  }
}
.p-staff-interview__header .p-page-title__ja {
  color: #ffffff;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
}
@media (max-width: 767px) {
  .p-staff-interview__header .p-page-title__ja {
    font-size: 1rem;
    font-size: clamp(0.875rem, 0.5673076923rem + 0.641025641vw, 1rem);
  }
}
@media (min-width: 768px) {
  .p-staff-interview__header .p-page-title__ja {
    font-size: 1.5rem;
    font-size: clamp(1rem, -0.2307692308rem + 2.5641025641vw, 1.5rem);
  }
}
.p-staff-interview__header .p-staff-interview__lead {
  position: relative;
  margin-bottom: 1rem;
  margin-bottom: clamp(0.5rem, -0.7307692308rem + 2.5641025641vw, 1rem);
  padding: 2rem 0 0 0;
  padding: clamp(1rem, -1.4615384615rem + 5.1282051282vw, 2rem) 0 0 0;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
}
@media (max-width: 767px) {
  .p-staff-interview__header .p-staff-interview__lead {
    font-size: 2rem;
    font-size: clamp(1.5rem, 0.2692307692rem + 2.5641025641vw, 2rem);
  }
}
@media (min-width: 768px) {
  .p-staff-interview__header .p-staff-interview__lead {
    font-size: 2.5rem;
    font-size: clamp(2rem, 0.7692307692rem + 2.5641025641vw, 2.5rem);
  }
}
.p-staff-interview__header .p-staff-interview__lead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.875rem;
  height: 4px;
  background-color: #E6001B;
}
.p-staff-interview__header .p-staff-interview__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0;
  margin: clamp(0.875rem, 0.5673076923rem + 0.641025641vw, 1rem) 0;
  padding: 0.5rem 1.5rem;
  color: #ffffff;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.p-staff-interview__header .p-staff-interview__label.is-job-sales {
  background: #0074BE;
}
.p-staff-interview__header .p-staff-interview__label.is-job-engineering {
  background: #009E7C;
}
.p-staff-interview__header .p-staff-interview__label.is-job-office {
  background: #CB8307;
}
.p-staff-interview__header .p-staff-interview__division {
  margin-bottom: 0.25rem;
  color: #FFF;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.p-staff-interview__header .p-staff-interview__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
.p-staff-interview__header .p-staff-interview__profile .p-staff-interview__title {
  color: #ffffff;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.p-staff-interview__header .p-staff-interview__profile .p-staff-interview__join {
  color: #ffffff;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.p-interview-faq__wrap {
  gap: 5rem;
  gap: clamp(2.5rem, -3.6538461538rem + 12.8205128205vw, 5rem);
  margin-bottom: 7.5rem;
}

.p-interview-faq__wrap-r {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 5rem;
  gap: clamp(2.5rem, -3.6538461538rem + 12.8205128205vw, 5rem);
  margin-bottom: 7.5rem;
}
@media (min-width: 768px) {
  .p-interview-faq__wrap-r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-interview-faq__content-wrap .p-interview-faq__q-p {
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-size: clamp(0.875rem, 0.5673076923rem + 0.641025641vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.p-interview-faq__content-wrap .wp-block-heading.p-interview-faq__a-heading {
  color: #001457;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 767px) {
  .p-interview-faq__content-wrap .wp-block-heading.p-interview-faq__a-heading {
    font-size: 1.65rem;
    font-size: clamp(1.5rem, 0.7615384615rem + 1.5384615385vw, 1.8rem);
  }
}
@media (min-width: 768px) {
  .p-interview-faq__content-wrap .wp-block-heading.p-interview-faq__a-heading {
    font-size: 1.9rem;
    font-size: clamp(1.8rem, 1.3076923077rem + 1.0256410256vw, 2rem);
  }
}
.p-interview-faq__content-wrap .p-interview-faq__a-text-wrap p {
  color: #000000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}

.p-interview-heading-1day {
  position: relative;
  margin-bottom: 2.07rem;
  margin-bottom: clamp(2rem, 1.8276923077rem + 0.358974359vw, 2.07rem);
  padding: 3.15rem 0;
  color: #ffffff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  z-index: 2;
}
.p-interview-heading-1day::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 28.5rem;
  height: 100%;
  background-image: url("../../../themes/blankslate/images/post/staff_interview/img-interview-oneday.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.p-interview-message {
  padding: 7.5rem 0;
}
.p-interview-message .p-interview-message__wrap {
  gap: 5rem;
  gap: clamp(2.5rem, -3.6538461538rem + 12.8205128205vw, 5rem);
}
.p-interview-message .p-interview-message__wrap .p-interview-message__text-wrap p {
  color: #000000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 2.025rem */
}

.p-timeline .p-timeline-container {
  position: relative;
  margin: 0;
}
@media (max-width: 767px) {
  .p-timeline .p-timeline-container {
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .p-timeline .p-timeline-container {
    overflow: visible;
  }
  .p-timeline .p-timeline-container > .wp-block-group__inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
  }
}
.p-timeline .p-timeline-container .p-timeline-content {
  position: relative;
}
@media (max-width: 767px) {
  .p-timeline .p-timeline-container .p-timeline-content {
    width: 100%;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .p-timeline .p-timeline-container .p-timeline-content {
    width: calc(100% - 5rem);
    padding-left: 3rem;
  }
}
.p-timeline .p-timeline-container:not(:last-of-type) .p-timeline-content {
  padding-bottom: 2rem;
}
.p-timeline .p-timeline-container:not(:last-of-type) .p-timeline-content::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.47rem;
  width: 1px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .p-timeline .p-timeline-container:not(:last-of-type) .p-timeline-content::before {
    top: 2.5rem;
  }
}
.p-timeline .p-timeline-time {
  position: relative;
  color: #ffffff;
  font-family: "Bebas Neue";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 767px) {
  .p-timeline .p-timeline-time {
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .p-timeline .p-timeline-time {
    width: 5rem;
    text-align: right;
  }
}
.p-timeline .p-timeline-time::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 1rem;
  height: 1rem;
  background-image: url("../images/common/icon-accent.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .p-timeline .p-timeline-time::before {
    left: 0;
    right: inherit;
  }
}
@media (min-width: 768px) {
  .p-timeline .p-timeline-time::before {
    left: inherit;
    right: -3rem;
  }
}
.p-timeline .p-timeline-heading {
  color: #ffffff;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}
.p-timeline .p-timeline-text {
  color: #ffffff;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}

/* 表示切替
------------------------------ */
/* 非表示 */
.u-dp-none {
  display: none !important;
}

/* SP */
.u-sp {
  display: block !important;
}

.u-sp__inline {
  display: inline !important;
}

.u-tb {
  display: none !important;
}

.u-pc {
  display: none !important;
}

.u-sp-tb {
  display: block !important;
}

.u-tb-pc {
  display: none !important;
}

.u-tb-pc__inline {
  display: none !important;
}

/* タブレット以上 (768px〜) */
@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
  .u-sp__inline {
    display: none !important;
  }
  .u-tb {
    display: block !important;
  }
  .u-tb-pc {
    display: block !important;
  }
  .u-tb-pc__inline {
    display: inline !important;
  }
}
/* PC 以上 (1080px〜) */
@media (min-width: 1080px) {
  .u-pc {
    display: block !important;
  }
  .u-sp-tb {
    display: none !important;
  }
}
/* 行揃え
------------------------------ */
/* PC中央・SP左 */
@media (max-width: 767px) {
  .l-pc-c__sp-l {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .l-pc-c__sp-l {
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */