@charset "UTF-8";
/* ------------------------------
   Foundation - variables
   Sass変数の宣言
------------------------------ */
/*  colors
------------------------------ */
/* Font family
------------------------------ */
/* Breakpoints
------------------------------ */
/* Layout
------------------------------ */
/* ------------------------------
   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;
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

/* entry-content内 */
.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 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 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 !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;
}

/* アクセント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;
}

/* ------------------------------
   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;
}
header#header.l-bg-white #branding #site-title a {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@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-transparent {
  background-color: transparent;
}
header#header.l-bg-transparent #branding #site-title a {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@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 .l-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 32px 40px 0 40px;
  -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: 16px 16px 16px 16px;
  }
}
@media (min-width: 768px) {
  header .l-header-inner {
    padding: 32px 40px 0 40px;
  }
}

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

.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;
}

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 {
  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%;
}

.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 (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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1080px) {
  .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;
  text-align: right;
  -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%;
}

ul.l-footer-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: 1080px) {
  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;
  width: 192px;
  height: 60px;
  background: #E6001B;
  border: 1px solid #ffffff;
  border-radius: 4px;
  overflow: hidden;
  /* ← 背景アニメ用レイヤー */
}
.c-button_header-entry-m::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;
}
.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: 10px 72px 10px 30px;
  color: #ffffff;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  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;
}
.c-button_header-entry-m 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%);
}
.c-button_header-entry-m 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;
}
.c-button_header-entry-m a:hover, .c-button_header-entry-m a:active {
  color: #ffffff !important;
}
.c-button_header-entry-m a:hover::before, .c-button_header-entry-m a:active::before {
  background: #93A6E2;
}

.c-button_header-entry-l {
  position: relative;
  width: 358px;
  height: 80px;
  background: #E6001B;
  border: 1px solid #ffffff;
  border-radius: 4px;
  overflow: hidden;
  /* ← 背景アニメ用レイヤー */
}
.c-button_header-entry-l::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;
}
.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: 30px 96px 30px 50px;
  color: #ffffff;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  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;
}
.c-button_header-entry-l a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 72px;
  width: 1px;
  height: 60px;
  background: #E57878;
  z-index: 3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-button_header-entry-l 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;
}
.c-button_header-entry-l a:hover, .c-button_header-entry-l a:active {
  color: #ffffff;
}
.c-button_header-entry-l a:hover::before, .c-button_header-entry-l a:active::before {
  background: #93A6E2;
}

.c-button-cta-entry > .wp-block-button {
  position: relative;
  width: 18.75rem;
  height: 5rem;
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  /* ← 背景アニメ用レイヤー */
}
.c-button-cta-entry > .wp-block-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #001457;
  border-radius: inherit;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  z-index: 1;
}
.c-button-cta-entry > .wp-block-button:hover::before {
  width: 100%;
}
.c-button-cta-entry > .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: 1.25rem 9rem 1.25rem 3.12rem;
  color: #001457 !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%;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.c-button-cta-entry > .wp-block-button a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.5rem;
  width: 1px;
  height: 3.75rem;
  background: #33447D;
  z-index: 3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-button-cta-entry > .wp-block-button 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: url("../images/common/icon-arrow-external-navy.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  z-index: 4;
}
.c-button-cta-entry > .wp-block-button a:hover, .c-button-cta-entry > .wp-block-button a:active {
  color: #ffffff !important;
}
.c-button-cta-entry > .wp-block-button a:hover::before, .c-button-cta-entry > .wp-block-button a:active::before {
  background: #93A6E2;
}
.c-button-cta-entry > .wp-block-button a:hover::after, .c-button-cta-entry > .wp-block-button a:active::after {
  background-image: url("../images/common/icon-arrow-external.svg");
}

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

/* ボタン ------------------------- */
.is-style-button-bg-main-next-fixed {
  position: relative;
  width: 18.875rem;
  height: 5rem;
  background: #0074BE;
  border-radius: 4px;
  overflow: hidden;
  /* ← 背景アニメ用レイヤー */
}
.is-style-button-bg-main-next-fixed::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #001457;
  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::before {
  width: 100%;
}
.is-style-button-bg-main-next-fixed 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: 0.62rem 6rem 0.62rem 1.88rem;
  color: #ffffff !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%;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.is-style-button-bg-main-next-fixed a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.5rem;
  width: 1px;
  height: 3.75rem;
  background: #93A6E2;
  z-index: 3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.is-style-button-bg-main-next-fixed 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: url("../images/common/icon-arrow-white.svg");
  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 {
  color: #ffffff !important;
}
.is-style-button-bg-main-next-fixed a:hover::before, .is-style-button-bg-main-next-fixed a:active::before {
  background: #33447D;
}

.is-style-button-bg-main-next-variable {
  position: relative;
  width: auto;
  height: 5rem;
  background: #0074BE;
  border-radius: 4px;
  overflow: hidden;
  /* ← 背景アニメ用レイヤー */
}
.is-style-button-bg-main-next-variable::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #001457;
  border-radius: inherit;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  z-index: 1;
}
.is-style-button-bg-main-next-variable:hover::before {
  width: 100%;
}
.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: 0.62rem 6rem 0.62rem 1.88rem;
  color: #ffffff !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%;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.is-style-button-bg-main-next-variable a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.5rem;
  width: 1px;
  height: 3.75rem;
  background: #93A6E2;
  z-index: 3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.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: url("../images/common/icon-arrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  z-index: 4;
}
.is-style-button-bg-main-next-variable a:hover, .is-style-button-bg-main-next-variable a:active {
  color: #ffffff !important;
}
.is-style-button-bg-main-next-variable a:hover::before, .is-style-button-bg-main-next-variable a:active::before {
  background: #33447D;
}

.is-style-button-bg-sub-next-fixed {
  position: relative;
  width: 18.875rem;
  height: 5rem;
  background: #001457;
  border-radius: 4px;
  overflow: hidden;
  /* ← 背景アニメ用レイヤー */
}
.is-style-button-bg-sub-next-fixed::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;
}
.is-style-button-bg-sub-next-fixed:hover::before {
  width: 100%;
}
.is-style-button-bg-sub-next-fixed 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: 0.62rem 6rem 0.62rem 1.88rem;
  color: #ffffff !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%;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.is-style-button-bg-sub-next-fixed a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.5rem;
  width: 1px;
  height: 3.75rem;
  background: #33447D;
  z-index: 3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.is-style-button-bg-sub-next-fixed 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: url("../images/common/icon-arrow-white.svg");
  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 {
  color: #ffffff !important;
}
.is-style-button-bg-sub-next-fixed a:hover::before, .is-style-button-bg-sub-next-fixed a:active::before {
  background: #93A6E2;
}

.is-style-button-bg-sub-next-variable {
  position: relative;
  width: auto;
  height: 5rem;
  background: #001457;
  border-radius: 4px;
  overflow: hidden;
  /* ← 背景アニメ用レイヤー */
}
.is-style-button-bg-sub-next-variable::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;
}
.is-style-button-bg-sub-next-variable:hover::before {
  width: 100%;
}
.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: 0.62rem 6rem 0.62rem 1.88rem;
  color: #ffffff !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%;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.is-style-button-bg-sub-next-variable a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.5rem;
  width: 1px;
  height: 3.75rem;
  background: #33447D;
  z-index: 3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.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: url("../images/common/icon-arrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  z-index: 4;
}
.is-style-button-bg-sub-next-variable a:hover, .is-style-button-bg-sub-next-variable a:active {
  color: #ffffff !important;
}
.is-style-button-bg-sub-next-variable a:hover::before, .is-style-button-bg-sub-next-variable a:active::before {
  background: #93A6E2;
}

.is-style-button-bg-white-next-fixed {
  position: relative;
  width: 18.875rem;
  height: 5rem;
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  /* ← 背景アニメ用レイヤー */
}
.is-style-button-bg-white-next-fixed::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;
}
.is-style-button-bg-white-next-fixed:hover::before {
  width: 100%;
}
.is-style-button-bg-white-next-fixed 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: 0.62rem 6rem 0.62rem 1.88rem;
  color: #001457 !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%;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.is-style-button-bg-white-next-fixed a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.5rem;
  width: 1px;
  height: 3.75rem;
  background: #33447D;
  z-index: 3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.is-style-button-bg-white-next-fixed 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: url("../images/common/icon-arrow-navy.svg");
  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 {
  color: #ffffff !important;
}
.is-style-button-bg-white-next-fixed a:hover::before, .is-style-button-bg-white-next-fixed a:active::before {
  background: #93A6E2;
}
.is-style-button-bg-white-next-fixed a:hover::after, .is-style-button-bg-white-next-fixed a:active::after {
  background-image: url("../images/common/icon-arrow-white.svg");
}

.is-style-button-bg-white-next-variable {
  position: relative;
  width: auto;
  height: 5rem;
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  /* ← 背景アニメ用レイヤー */
}
.is-style-button-bg-white-next-variable::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;
}
.is-style-button-bg-white-next-variable:hover::before {
  width: 100%;
}
.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: 0.62rem 6rem 0.62rem 1.88rem;
  color: #001457 !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%;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.is-style-button-bg-white-next-variable a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.5rem;
  width: 1px;
  height: 3.75rem;
  background: #33447D;
  z-index: 3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.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: url("../images/common/icon-arrow-navy.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  z-index: 4;
}
.is-style-button-bg-white-next-variable a:hover, .is-style-button-bg-white-next-variable a:active {
  color: #ffffff !important;
}
.is-style-button-bg-white-next-variable a:hover::before, .is-style-button-bg-white-next-variable a:active::before {
  background: #93A6E2;
}
.is-style-button-bg-white-next-variable a:hover::after, .is-style-button-bg-white-next-variable a:active::after {
  background-image: url("../images/common/icon-arrow-white.svg");
}

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

/* ページ背景
------------------------- */
.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: 700;
  line-height: 100%;
  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;
}
@media (min-width: 768px) {
  #mv-front {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#mv-front .p-frontpage-mv-message-l {
  color: #ffffff;
  font-family: "Bebas Neue";
  font-size: 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-style: normal;
  font-weight: 700;
  line-height: 140%;
}
#mv-front .p-button_frontpage-entry-mv {
  margin-top: 64px;
}
#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;
  /* ← 背景アニメ用レイヤー */
}
#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;
}

#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);
}
#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-interview {
  padding: 10rem 0;
  background: #ffffff;
}
#front-interview .p-front-title-en,
#front-interview .p-front-title-jp {
  color: #001457;
}

#front-what-we-do {
  padding: 10rem 0 0;
  background: radial-gradient(#3A9EDD, #0074BE);
}
#front-what-we-do .p-front-title-en,
#front-what-we-do .p-front-title-jp,
#front-what-we-do p {
  color: #ffffff;
}
#front-what-we-do .p-scrollsnap-container {
  overflow: auto;
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
  height: 100vh;
}
#front-what-we-do .p-scrollsnap-area {
  scroll-snap-align: start;
  height: 100vh;
}

#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;
}

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

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

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

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

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

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

/* タブレット以上 (768px〜) */
@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
  .u-tb {
    display: block !important;
  }
  .u-tb-pc {
    display: block !important;
  }
}
/* PC 以上 (1080px〜) */
@media (min-width: 1080px) {
  .u-pc {
    display: block !important;
  }
  .u-sp-tb {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */