@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

:where(:root) {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  hyphens: auto;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  scrollbar-gutter: stable;
  overflow-x: clip;
  -webkit-tap-highlight-color: transparent;
}

:where(a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea) {
  touch-action: manipulation;
}

@media (any-hover: hover) {
  /* :where(a[href^="tel:"]) {
    pointer-events: none;
  } */
}
:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

:root:has(dialog[open]) {
  overflow: hidden;
}

::backdrop {
  background-color: unset;
}

:where(input:not([type=checkbox],
[type=radio],
[type=button],
[type=reset],
[type=submit]),
textarea) {
  border: 1px solid #101011;
}

:where(body) {
  min-block-size: 100svh;
  overflow-x: clip;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
}

html {
  font-size: 62.5%;
  color: #101011;
  font-family: "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 80px;
  }
}

a {
  color: #151ab2;
  text-decoration: underline;
  text-decoration-color: #151ab2;
  text-underline-offset: 0.2em;
  transition: color 0.3s, text-decoration-color 0.3s;
}
@media (hover: hover) {
  a:where(:-moz-any-link, :enabled, summary):hover {
    color: #4a6994;
    text-decoration-color: transparent;
  }
  a:where(:any-link, :enabled, summary):hover {
    color: #4a6994;
    text-decoration-color: transparent;
  }
}

dt {
  font-weight: inherit;
}

th {
  font-weight: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline-width: 1px;
  outline-offset: 1px;
  outline-color: #101011;
}

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

iframe {
  max-width: 100%;
}

textarea {
  field-sizing: content;
}

/* ==========================================================================
   スクロールバーの変更：モダンブラウザ向け（標準仕様）
   ========================================================================== */
html,
body {
  /* 太さの指定：auto | thin | none （※モダン仕様では数値指定ができません） */
  scrollbar-width: thin;
  /* 色の指定：[つまみの色] [背景の色] */
  scrollbar-color: #008296 #e8f1f8;
}

/* ==========================================================================
   スクロールバーの変更：webkit系（Safariや、古い環境向けのフォールバック）
   ========================================================================== */
/* 標準仕様が効くブラウザでは、下の-webkit-は無視されるか上書きされます */
@supports (selector(::-webkit-scrollbar)) {
  ::-webkit-scrollbar {
    width: 8px;
    height: 8px; /* 横スクロールバー用 */
  }
  ::-webkit-scrollbar-track {
    background: #e8f1f8;
    border-radius: 2px;
  }
  ::-webkit-scrollbar-thumb {
    background: #008296;
    border-radius: 2px;
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 93px;
  padding: 12px 24px;
  background: rgba(238, 243, 246, 0.8);
  backdrop-filter: blur(5px);
}
@media (max-width: 1023px) {
  .l-header {
    height: 68px;
  }
}
@media (max-width: 767px) {
  .l-header {
    height: 68px;
    padding: 16px 16px;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.l-header__logo {
  margin-right: auto;
}
@media (max-width: 767px) {
  .l-header__logo {
    width: 275px;
  }
}
.l-header__logoLink {
  transition: opacity 0.3s;
  will-change: opacity;
}
@media (hover: hover) {
  .l-header__logoLink:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.75;
  }
  .l-header__logoLink:where(:any-link, :enabled, summary):hover {
    opacity: 0.75;
  }
}
.l-header__logoLink {
  display: block;
}
.l-header__logoLink img {
  display: block;
}
.l-header__menu-btn {
  display: none;
}
@media screen and (max-width: 1299px) {
  .l-header__menu-btn {
    flex-shrink: 0;
    display: block;
    width: 36px;
    height: 36px;
    margin-left: 20px;
    background: url(/assets/img/common/btn_menu01.svg) no-repeat center/28px;
    cursor: pointer;
  }
  .l-header__menu-btn[aria-expanded=true] {
    background: url(/assets/img/common/btn_menu01_close.svg) no-repeat center/28px;
  }
}
.l-header__lang {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .l-header__lang {
    display: none;
  }
}
.l-header__langList {
  display: flex;
  align-items: center;
  list-style: none;
}
.l-header__langList::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  background: url(/assets/img/common/icon_lang01.svg) no-repeat center/contain;
}
.l-header__langItem {
  display: flex;
  align-items: center;
}
.l-header__langItem + .l-header__langItem::before {
  content: "/";
  padding: 0 8px;
  color: #6e7378;
  font-size: 1.3rem;
}
.l-header__langLink {
  display: block;
  color: #6e7378;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  color: #101011;
  text-decoration: none;
}
@media (hover: hover) {
  .l-header__langLink:where(:-moz-any-link, :enabled, summary):hover {
    color: #151ab2;
  }
  .l-header__langLink:where(:any-link, :enabled, summary):hover {
    color: #151ab2;
  }
}
.l-header__langItem.is-current .l-header__langLink {
  color: #101011;
  font-weight: 500;
}

.l-header-nav {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1023px) {
  .l-header-nav {
    display: none;
  }
}
.l-header-nav__list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1299px) {
  .l-header-nav__list {
    display: none;
  }
}
.l-header-nav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 10.5px 16px;
  color: #101011;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s;
}
@media (hover: hover) {
  .l-header-nav__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #151ab2;
  }
  .l-header-nav__link:where(:any-link, :enabled, summary):hover {
    color: #151ab2;
  }
}
@media (max-width: 1023px) {
  .l-header-nav__link {
    padding: 16px 0;
    font-size: 1.5rem;
    width: 100%;
    justify-content: space-between;
  }
}
.l-header-nav__item.is-current .l-header-nav__link {
  color: #151ab2;
}
.l-header-nav__icon {
  width: 12px;
  height: 12px;
  margin-left: 8px;
  translate: 0 1px;
}
.l-header-nav__icon::before, .l-header-nav__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 12px;
  height: 2px;
  background: #151ab2;
  transition: transform 0.3s;
  will-change: transform;
}
.l-header-nav__icon::after {
  transform: rotate(90deg);
}
.l-header-nav__link[aria-expanded=true] .l-header-nav__icon::before {
  transform: rotate(180deg);
}
.l-header-nav__link[aria-expanded=true] .l-header-nav__icon::after {
  transform: rotate(360deg);
  opacity: 0;
}
.l-header-nav__btns {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
@media screen and (max-width: 1299px) {
  .l-header-nav__btns .c-btn-primary[data-hide=header-menu-sp] {
    display: none;
  }
}
@media screen and (min-width: 1300px) {
  .l-header-nav__btns .c-btn-primary[data-show=header-menu-sp] {
    display: none;
  }
}
.l-header-nav__btns .c-btn-primary[aria-expanded=true] .c-btn-primary__icon::before {
  transform: rotate(180deg);
}
.l-header-nav__btns .c-btn-primary[aria-expanded=true] .c-btn-primary__icon::after {
  transform: rotate(360deg);
  opacity: 0;
}

.l-header-dialog {
  position: fixed;
  inset: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s, display 0.3s allow-discrete;
}
.l-header-dialog:not([hidden]) {
  opacity: 1;
}
@starting-style {
  .l-header-dialog:not([hidden]) {
    opacity: 0;
  }
}
.l-header-dialog__inner {
  position: absolute;
  inset: 118px 24px auto auto;
  display: flex;
  justify-content: space-between;
  gap: 97px;
  padding: 40px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
}
.l-header-dialog__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  background: url(/assets/img/common/icon_close01.svg) no-repeat center/contain;
}
.l-header-dialog__head {
  position: relative;
}
.l-header-dialog__head::before {
  content: "";
  position: absolute;
  inset: 0 -48px auto auto;
  width: 1px;
  height: 100%;
  background-color: #e8f1f8;
}
.l-header-dialog__head-link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #101011;
  text-decoration: none;
}
.l-header-dialog__head-icon {
  flex-shrink: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.l-header-dialog__head-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #151ab2;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .l-header-dialog__head-icon:is(:where(:-moz-any-link, :enabled, summary):hover *)::before {
    background-color: #151ab2;
  }
  .l-header-dialog__head-icon:is(:where(:any-link, :enabled, summary):hover *)::before {
    background-color: #151ab2;
  }
}
.l-header-dialog__head-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  rotate: 0deg;
  background-color: #ffffff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0px center;
  mask-position: 0px center;
  transition: background-color 0.3s, mask-position 0.3s, -webkit-mask-position 0.3s;
}
@media (hover: hover) {
  .l-header-dialog__head-icon:is(:where(:-moz-any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 40px center;
    mask-position: 40px center;
  }
  .l-header-dialog__head-icon:is(:where(:any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 40px center;
    mask-position: 40px center;
  }
}
.l-header-dialog__head-main {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: color 0.3s;
  will-change: color;
}
@media (hover: hover) {
  .l-header-dialog__head-main:is(:where(:-moz-any-link, :enabled, summary):hover *) {
    color: #151ab2;
  }
  .l-header-dialog__head-main:is(:where(:any-link, :enabled, summary):hover *) {
    color: #151ab2;
  }
}
.l-header-dialog__head-link.is-current .l-header-dialog__head-main {
  color: #151ab2;
}
.l-header-dialog__head-sub {
  font-family: "Elms Sans", sans-serif;
  font-weight: 600;
  color: #151ab2;
  font-size: 1.8rem;
  line-height: 1.4;
}
.l-header-dialog__list {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(260px, 1fr);
  gap: 0 20px;
}
.l-header-dialog__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 12px;
  color: #101011;
  text-decoration: none;
  overflow: hidden;
}
@media (hover: hover) {
  .l-header-dialog__link:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translateX(0);
  }
  .l-header-dialog__link:where(:any-link, :enabled, summary):hover::after {
    transform: translateX(0);
  }
}
.l-header-dialog__link::before, .l-header-dialog__link::after {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 1px;
  background-color: #c9d2db;
  transition: transform 0.3s;
  will-change: transform;
}
.l-header-dialog__link::after {
  background-color: #151ab2;
  transform: translateX(-100%);
}
.l-header-dialog__text {
  font-size: 1.5rem;
  line-height: 1.4;
  transition: color 0.3s;
  will-change: color;
}
@media (hover: hover) {
  .l-header-dialog__text:is(:where(:-moz-any-link, :enabled, summary):hover *) {
    color: #151ab2;
  }
  .l-header-dialog__text:is(:where(:any-link, :enabled, summary):hover *) {
    color: #151ab2;
  }
}
.l-header-dialog__link.is-current .l-header-dialog__text {
  color: #151ab2;
}
.l-header-dialog__icon {
  flex-shrink: 0;
}
.l-header-dialog__icon:not([target=_blank] .l-header-dialog__icon) {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.l-header-dialog__icon:not([target=_blank] .l-header-dialog__icon)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #151ab2;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .l-header-dialog__icon:not([target=_blank] .l-header-dialog__icon):is(:where(:-moz-any-link, :enabled, summary):hover *)::before {
    background-color: #151ab2;
  }
  .l-header-dialog__icon:not([target=_blank] .l-header-dialog__icon):is(:where(:any-link, :enabled, summary):hover *)::before {
    background-color: #151ab2;
  }
}
.l-header-dialog__icon:not([target=_blank] .l-header-dialog__icon)::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  rotate: 0deg;
  background-color: #ffffff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0px center;
  mask-position: 0px center;
  transition: background-color 0.3s, mask-position 0.3s, -webkit-mask-position 0.3s;
}
@media (hover: hover) {
  .l-header-dialog__icon:not([target=_blank] .l-header-dialog__icon):is(:where(:-moz-any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 22px center;
    mask-position: 22px center;
  }
  .l-header-dialog__icon:not([target=_blank] .l-header-dialog__icon):is(:where(:any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 22px center;
    mask-position: 22px center;
  }
}
[target=_blank] .l-header-dialog__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
[target=_blank] .l-header-dialog__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #008296;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  [target=_blank] .l-header-dialog__icon:is(:where(:-moz-any-link, :enabled, summary):hover *)::before {
    background-color: #008296;
  }
  [target=_blank] .l-header-dialog__icon:is(:where(:any-link, :enabled, summary):hover *)::before {
    background-color: #008296;
  }
}
[target=_blank] .l-header-dialog__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  rotate: -45deg;
  background-color: #ffffff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0px center;
  mask-position: 0px center;
  transition: background-color 0.3s, mask-position 0.3s, -webkit-mask-position 0.3s;
}
@media (hover: hover) {
  [target=_blank] .l-header-dialog__icon:is(:where(:-moz-any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 22px center;
    mask-position: 22px center;
  }
  [target=_blank] .l-header-dialog__icon:is(:where(:any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 22px center;
    mask-position: 22px center;
  }
}

.l-header-sp-menu {
  position: absolute;
  right: 0;
  bottom: 0;
  height: calc(100dvh - 102px - 20px);
  width: 350px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border-radius: 3px 0 0 0;
  overflow-y: scroll;
  overflow-x: hidden;
  overscroll-behavior: contain;
  transform: translateX(100%);
  transition: transform 0.3s;
}
@media (max-width: 767px) {
  .l-header-sp-menu {
    height: calc(100dvh - 68px - 20px);
  }
}
#header-sp-menu:not([hidden]) .l-header-sp-menu {
  transform: translateX(0);
}
@starting-style {
  #header-sp-menu:not([hidden]) .l-header-sp-menu {
    transform: translateX(100%);
  }
}
.l-header-sp-menu__body {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.l-header-sp-menu__lang {
  display: flex;
}
.l-header-sp-menu__langList {
  display: flex;
  align-items: center;
  list-style: none;
}
.l-header-sp-menu__langList::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  margin-right: 8px;
  background: url(/assets/img/common/icon_lang01.svg) no-repeat center/contain;
}
.l-header-sp-menu__langItem {
  display: flex;
  align-items: center;
}
.l-header-sp-menu__langItem + .l-header-sp-menu__langItem::before {
  content: "/";
  padding: 0 8px;
  color: #6e7378;
  font-size: 1.3rem;
}
.l-header-sp-menu__langLink {
  display: block;
  color: #6e7378;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.3s;
}
@media (hover: hover) {
  .l-header-sp-menu__langLink:where(:-moz-any-link, :enabled, summary):hover {
    color: #151ab2;
  }
  .l-header-sp-menu__langLink:where(:any-link, :enabled, summary):hover {
    color: #151ab2;
  }
}
.l-header-sp-menu__langItem.is-current .l-header-sp-menu__langLink {
  color: #101011;
  font-weight: 700;
}

.l-header-sp-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.l-header-sp-nav__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
}
.l-header-sp-nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 16px;
  background: #ffffff;
  border-radius: 3px;
  text-decoration: none;
}
.l-header-sp-nav__link-icon {
  flex-shrink: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 20px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.l-header-sp-nav__link-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #151ab2;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .l-header-sp-nav__link-icon:is(:where(:-moz-any-link, :enabled, summary):hover *)::before {
    background-color: #151ab2;
  }
  .l-header-sp-nav__link-icon:is(:where(:any-link, :enabled, summary):hover *)::before {
    background-color: #151ab2;
  }
}
.l-header-sp-nav__link-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  rotate: 0deg;
  background-color: #ffffff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0px center;
  mask-position: 0px center;
  transition: background-color 0.3s, mask-position 0.3s, -webkit-mask-position 0.3s;
}
@media (hover: hover) {
  .l-header-sp-nav__link-icon:is(:where(:-moz-any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 24px center;
    mask-position: 24px center;
  }
  .l-header-sp-nav__link-icon:is(:where(:any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 24px center;
    mask-position: 24px center;
  }
}
.l-header-sp-nav__link-text {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #101011;
  line-height: 1.4;
  transition: color 0.3s;
}
@media (hover: hover) {
  .l-header-sp-nav__link-text:is(:where(:-moz-any-link, :enabled, summary):hover *) {
    color: #151ab2;
  }
  .l-header-sp-nav__link-text:is(:where(:any-link, :enabled, summary):hover *) {
    color: #151ab2;
  }
}
.l-header-sp-nav__item.is-current .l-header-sp-nav__link-text {
  color: #151ab2;
}
.l-header-sp-nav__details {
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid transparent;
  overflow: hidden;
  transition: border-color 0.3s;
}
.l-header-sp-nav__details[open] {
  border-color: #49b1bf;
}
.l-header-sp-nav__details::details-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s, content-visibility 0.3s allow-discrete;
}
.l-header-sp-nav__details[open]::details-content {
  grid-template-rows: 1fr;
}
@starting-style {
  .l-header-sp-nav__details[open]::details-content {
    grid-template-rows: 0fr;
  }
}
.l-header-sp-nav__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  cursor: pointer;
  list-style: none;
}
.l-header-sp-nav__summary::-webkit-details-marker {
  display: none;
}
.l-header-sp-nav__summary-text {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #101011;
  line-height: 1.4;
  transition: color 0.3s;
}
@media (hover: hover) {
  .l-header-sp-nav__summary-text:is(:where(:-moz-any-link, :enabled, summary):hover *) {
    color: #151ab2;
  }
  .l-header-sp-nav__summary-text:is(:where(:any-link, :enabled, summary):hover *) {
    color: #151ab2;
  }
}
.l-header-sp-nav__item.is-current .l-header-sp-nav__summary-text {
  color: #151ab2;
}
.l-header-sp-nav__summary-icon {
  position: relative;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.l-header-sp-nav__summary-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 22px;
  height: 18px;
  border-radius: 50%;
  background-color: #e8f1f8;
  border: 1px solid #151ab2;
  rotate: -30deg;
}
.l-header-sp-nav__summary-icon-plus {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.l-header-sp-nav__summary-icon-plus::before, .l-header-sp-nav__summary-icon-plus::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 10px;
  height: 2px;
  background: #151ab2;
  transition: transform 0.3s;
  will-change: transform;
}
.l-header-sp-nav__summary-icon-plus::after {
  transform: rotate(90deg);
}
.l-header-sp-nav__details[open] .l-header-sp-nav__summary-icon-plus::before {
  transform: rotate(180deg);
}
.l-header-sp-nav__details[open] .l-header-sp-nav__summary-icon-plus::after {
  transform: rotate(360deg);
  opacity: 0;
}
.l-header-sp-nav__sub-list {
  min-height: 0;
  list-style: none;
  padding: 0 20px 18px;
}
.l-header-sp-nav__sub-item:not(:last-child) {
  border-bottom: 1px solid #c9d2db;
}
.l-header-sp-nav__sub-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 16px;
  text-decoration: none;
}
.l-header-sp-nav__sub-text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #101011;
  line-height: 1.7;
  transition: color 0.3s;
}
@media (hover: hover) {
  .l-header-sp-nav__sub-text:is(:where(:-moz-any-link, :enabled, summary):hover *) {
    color: #151ab2;
  }
  .l-header-sp-nav__sub-text:is(:where(:any-link, :enabled, summary):hover *) {
    color: #151ab2;
  }
}
.l-header-sp-nav__sub-link.is-current .l-header-sp-nav__sub-text {
  color: #151ab2;
}
.l-header-sp-nav__sub-icon {
  flex-shrink: 0;
}
.l-header-sp-nav__sub-icon:not([target=_blank] .l-header-sp-nav__sub-icon) {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.l-header-sp-nav__sub-icon:not([target=_blank] .l-header-sp-nav__sub-icon)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #151ab2;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .l-header-sp-nav__sub-icon:not([target=_blank] .l-header-sp-nav__sub-icon):is(:where(:-moz-any-link, :enabled, summary):hover *)::before {
    background-color: #151ab2;
  }
  .l-header-sp-nav__sub-icon:not([target=_blank] .l-header-sp-nav__sub-icon):is(:where(:any-link, :enabled, summary):hover *)::before {
    background-color: #151ab2;
  }
}
.l-header-sp-nav__sub-icon:not([target=_blank] .l-header-sp-nav__sub-icon)::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  rotate: 0deg;
  background-color: #ffffff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0px center;
  mask-position: 0px center;
  transition: background-color 0.3s, mask-position 0.3s, -webkit-mask-position 0.3s;
}
@media (hover: hover) {
  .l-header-sp-nav__sub-icon:not([target=_blank] .l-header-sp-nav__sub-icon):is(:where(:-moz-any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 24px center;
    mask-position: 24px center;
  }
  .l-header-sp-nav__sub-icon:not([target=_blank] .l-header-sp-nav__sub-icon):is(:where(:any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 24px center;
    mask-position: 24px center;
  }
}
[target=_blank] .l-header-sp-nav__sub-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
[target=_blank] .l-header-sp-nav__sub-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #008296;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  [target=_blank] .l-header-sp-nav__sub-icon:is(:where(:-moz-any-link, :enabled, summary):hover *)::before {
    background-color: #008296;
  }
  [target=_blank] .l-header-sp-nav__sub-icon:is(:where(:any-link, :enabled, summary):hover *)::before {
    background-color: #008296;
  }
}
[target=_blank] .l-header-sp-nav__sub-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  rotate: -45deg;
  background-color: #ffffff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0px center;
  mask-position: 0px center;
  transition: background-color 0.3s, mask-position 0.3s, -webkit-mask-position 0.3s;
}
@media (hover: hover) {
  [target=_blank] .l-header-sp-nav__sub-icon:is(:where(:-moz-any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 24px center;
    mask-position: 24px center;
  }
  [target=_blank] .l-header-sp-nav__sub-icon:is(:where(:any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 24px center;
    mask-position: 24px center;
  }
}
.l-header-sp-nav__util-list {
  list-style: none;
}
.l-header-sp-nav__util-item:not(:last-child) {
  border-bottom: 1px solid #c9d2db;
}
.l-header-sp-nav__util-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  text-decoration: none;
  overflow: hidden;
}
.l-header-sp-nav__util-link::before, .l-header-sp-nav__util-link::after {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 1px;
  transition: transform 0.3s;
  will-change: transform;
}
.l-header-sp-nav__util-link::before {
  border-bottom: 1px solid #c9d2db;
}
.l-header-sp-nav__util-link::after {
  border-bottom: 1px solid #151ab2;
  transform: translateX(-100%);
}
@media (hover: hover) {
  .l-header-sp-nav__util-link:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translateX(0);
  }
  .l-header-sp-nav__util-link:where(:any-link, :enabled, summary):hover::after {
    transform: translateX(0);
  }
}
.l-header-sp-nav__util-text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #101011;
  line-height: 1.7;
  transition: color 0.3s;
}
@media (hover: hover) {
  .l-header-sp-nav__util-text:is(:where(:-moz-any-link, :enabled, summary):hover *) {
    color: #151ab2;
  }
  .l-header-sp-nav__util-text:is(:where(:any-link, :enabled, summary):hover *) {
    color: #151ab2;
  }
}
.l-header-sp-nav__util-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 18px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.l-header-sp-nav__util-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #151ab2;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .l-header-sp-nav__util-icon:is(:where(:-moz-any-link, :enabled, summary):hover *)::before {
    background-color: #151ab2;
  }
  .l-header-sp-nav__util-icon:is(:where(:any-link, :enabled, summary):hover *)::before {
    background-color: #151ab2;
  }
}
.l-header-sp-nav__util-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  rotate: 0deg;
  background-color: #ffffff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0px center;
  mask-position: 0px center;
  transition: background-color 0.3s, mask-position 0.3s, -webkit-mask-position 0.3s;
}
@media (hover: hover) {
  .l-header-sp-nav__util-icon:is(:where(:-moz-any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 22px center;
    mask-position: 22px center;
  }
  .l-header-sp-nav__util-icon:is(:where(:any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 22px center;
    mask-position: 22px center;
  }
}

.l-footer {
  margin-top: 111px;
  padding: 0 0 64px;
  border: 7px solid #6e7c8c;
  background: #0c0f66;
  color: #ffffff;
}
@media (max-width: 767px) {
  .l-footer {
    margin-top: 111px;
    padding: 0 0 20px;
    border-width: 4px;
  }
}
.l-footer__inner {
  width: calc(100% - 64px);
  max-width: 1100px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .l-footer__inner {
    width: calc(100% - 40px);
  }
}
.l-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
  max-width: 1280px;
  margin: 0 auto 0;
}
@media (max-width: 1023px) {
  .l-footer__inner {
    flex-direction: column;
    align-items: initial;
    gap: 50px;
  }
}
.l-footer__logo {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: end;
  height: 460px;
  margin-left: calc(50% - 50vw);
}
@media (max-width: 1023px) {
  .l-footer__logo {
    max-width: 440px;
    height: auto;
  }
}
.l-footer__logo::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: min(34.8611111111vw, 502px);
  height: 100%;
  opacity: 0.1;
  background: url(/assets/img/common/bg_footer01.svg) no-repeat left center/contain;
}
@media (max-width: 1023px) {
  .l-footer__logo::before {
    width: min(90.2564102564vw, 352px);
    background-position: left top;
  }
}
.l-footer__logo-link {
  transition: opacity 0.3s;
  will-change: opacity;
}
@media (hover: hover) {
  .l-footer__logo-link:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.75;
  }
  .l-footer__logo-link:where(:any-link, :enabled, summary):hover {
    opacity: 0.75;
  }
}
.l-footer__logo-link {
  position: relative;
  display: block;
  margin-left: min(11.4583333333vw, 165px);
}
@media (max-width: 1023px) {
  .l-footer__logo-link {
    width: min(75.3846153846vw, 294px);
    margin-left: min(12.8205128205vw, 50px);
    padding-top: min(18.4615384615vw, 72px);
  }
}
.l-footer-cta {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: -111px auto 67px;
  padding-inline: 32px;
}
@media (max-width: 1023px) {
  .l-footer-cta {
    margin: -111px auto -30px;
  }
}
@media (max-width: 767px) {
  .l-footer-cta {
    padding-inline: 20px;
  }
}
.l-footer-cta__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 112px;
  padding: 64px 200px 64px 80px;
  border-radius: 3px;
  border: 1px solid transparent;
  background-color: #008296;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s;
}
@media (hover: hover) {
  .l-footer-cta__link:where(:-moz-any-link, :enabled, summary):hover {
    border-color: #151ab2;
    background-color: #d4e8fa;
    color: #101011;
  }
  .l-footer-cta__link:where(:any-link, :enabled, summary):hover {
    border-color: #151ab2;
    background-color: #d4e8fa;
    color: #101011;
  }
}
@media (max-width: 1023px) {
  .l-footer-cta__link {
    flex-direction: column;
    align-items: initial;
    gap: 48px;
    padding: 32px 32px 112px;
  }
}
.l-footer-cta__heading {
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .l-footer-cta__heading {
    padding-bottom: 24px;
    border-bottom: 1px solid #eef3f6;
  }
}
.l-footer-cta__title {
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0.08em;
  transition: color 0.3s;
}
@media (hover: hover) {
  .l-footer-cta__title:is(:where(:-moz-any-link, :enabled, summary):hover *) {
    color: #151ab2;
  }
  .l-footer-cta__title:is(:where(:any-link, :enabled, summary):hover *) {
    color: #151ab2;
  }
}
@media (max-width: 767px) {
  .l-footer-cta__title {
    font-size: 3.6rem;
  }
}
.l-footer-cta__subtitle {
  font-family: "Elms Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  transition: color 0.3s;
}
@media (hover: hover) {
  .l-footer-cta__subtitle:is(:where(:-moz-any-link, :enabled, summary):hover *) {
    color: #151ab2;
  }
  .l-footer-cta__subtitle:is(:where(:any-link, :enabled, summary):hover *) {
    color: #151ab2;
  }
}
.l-footer-cta__text {
  position: relative;
}
@media (hover: hover) {
  .l-footer-cta__text:is(:where(:-moz-any-link, :enabled, summary):hover *)::before {
    background-color: #49b1bf;
  }
  .l-footer-cta__text:is(:where(:any-link, :enabled, summary):hover *)::before {
    background-color: #49b1bf;
  }
}
.l-footer-cta__text::before {
  content: "";
  position: absolute;
  inset: 0 auto auto -56px;
  width: 1px;
  height: 100%;
  background-color: #eef3f6;
  transition: background-color 0.3s;
}
@media (max-width: 1023px) {
  .l-footer-cta__text::before {
    display: none;
  }
}
.l-footer-cta__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.l-footer-cta__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #151ab2;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .l-footer-cta__icon:is(:where(:-moz-any-link, :enabled, summary):hover *)::before {
    background-color: #151ab2;
  }
  .l-footer-cta__icon:is(:where(:any-link, :enabled, summary):hover *)::before {
    background-color: #151ab2;
  }
}
.l-footer-cta__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  rotate: 0deg;
  background-color: #ffffff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0px center;
  mask-position: 0px center;
  transition: background-color 0.3s, mask-position 0.3s, -webkit-mask-position 0.3s;
}
@media (hover: hover) {
  .l-footer-cta__icon:is(:where(:-moz-any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 80px center;
    mask-position: 80px center;
  }
  .l-footer-cta__icon:is(:where(:any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 80px center;
    mask-position: 80px center;
  }
}
.l-footer-cta__icon {
  position: absolute;
  inset: 0 80px 0 auto;
  margin: auto;
}
@media (max-width: 1023px) {
  .l-footer-cta__icon {
    inset: auto 20px 20px auto;
  }
}
@media (max-width: 767px) {
  .l-footer-cta__icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
    -webkit-mask-repeat: repeat-x;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
            mask-size: contain;
  }
  .l-footer-cta__icon::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: #151ab2;
    transition: background-color 0.3s;
  }
  .l-footer-cta__icon {
    position: absolute;
  }
}
@media (max-width: 767px) and (hover: hover) {
  .l-footer-cta__icon:is(:where(:-moz-any-link, :enabled, summary):hover *)::before {
    background-color: #151ab2;
  }
  .l-footer-cta__icon:is(:where(:any-link, :enabled, summary):hover *)::before {
    background-color: #151ab2;
  }
}
@media (max-width: 767px) {
  .l-footer-cta__icon::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
    rotate: 0deg;
    background-color: #ffffff;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: 0px center;
    mask-position: 0px center;
    transition: background-color 0.3s, mask-position 0.3s, -webkit-mask-position 0.3s;
  }
}
@media (max-width: 767px) and (hover: hover) {
  .l-footer-cta__icon:is(:where(:-moz-any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 60px center;
    mask-position: 60px center;
  }
  .l-footer-cta__icon:is(:where(:any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 60px center;
    mask-position: 60px center;
  }
}

@media (max-width: 1023px) {
  .l-footer-nav {
    display: none;
  }
}
.l-footer-nav__item {
  display: flex;
  align-items: center;
  padding: 24px 16px;
  border-top: 1px solid #6e7c8c;
}
.l-footer-nav__heading {
  flex-shrink: 0;
  width: 130px;
  margin-right: 40px;
}
.l-footer-nav__heading-link {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
  text-decoration: none;
}
.l-footer-nav__heading-link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: all 0.3s;
}
@media (hover: hover) {
  .l-footer-nav__heading-link:where(:-moz-any-link, :enabled, summary):hover {
    color: inherit;
  }
  .l-footer-nav__heading-link:where(:any-link, :enabled, summary):hover {
    color: inherit;
  }
  .l-footer-nav__heading-link:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: scale(1, 1);
  }
  .l-footer-nav__heading-link:where(:any-link, :enabled, summary):hover::after {
    transform: scale(1, 1);
  }
}
.l-footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  padding-top: 2px;
}
.l-footer-nav__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding-left: 9px;
  color: #ffffff;
  text-decoration: none;
}
.l-footer-nav__link::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  margin: auto;
  width: 5px;
  height: 1px;
  background-color: #49b1bf;
  transition: height 0.3s;
  will-change: height;
}
@media (hover: hover) {
  .l-footer-nav__link:where(:-moz-any-link, :enabled, summary):hover {
    color: inherit;
  }
  .l-footer-nav__link:where(:any-link, :enabled, summary):hover {
    color: inherit;
  }
  .l-footer-nav__link:where(:-moz-any-link, :enabled, summary):hover::before {
    height: 5px;
  }
  .l-footer-nav__link:where(:any-link, :enabled, summary):hover::before {
    height: 5px;
  }
}
.l-footer-nav__link-text {
  font-size: 1.5rem;
  line-height: 1.4;
}
.l-footer-nav__link-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.l-footer-nav__link-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #008296;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .l-footer-nav__link-icon:is(:where(:-moz-any-link, :enabled, summary):hover *)::before {
    background-color: #008296;
  }
  .l-footer-nav__link-icon:is(:where(:any-link, :enabled, summary):hover *)::before {
    background-color: #008296;
  }
}
.l-footer-nav__link-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  rotate: -45deg;
  background-color: #ffffff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0px center;
  mask-position: 0px center;
  transition: background-color 0.3s, mask-position 0.3s, -webkit-mask-position 0.3s;
}
@media (hover: hover) {
  .l-footer-nav__link-icon:is(:where(:-moz-any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 20px center;
    mask-position: 20px center;
  }
  .l-footer-nav__link-icon:is(:where(:any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 20px center;
    mask-position: 20px center;
  }
}

.l-footer-bottom {
  display: flex;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid #6e7c8c;
}
@media (max-width: 1023px) {
  .l-footer-bottom {
    justify-content: center;
    padding-top: 12px;
  }
}
.l-footer-bottom__link {
  position: relative;
  margin-right: 50px;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #ffffff;
  text-decoration: none;
}
.l-footer-bottom__link::before {
  content: "";
  position: absolute;
  inset: 0 -25px auto auto;
  width: 1px;
  height: 100%;
  background-color: #6e7c8c;
}
.l-footer-bottom__link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: all 0.3s;
}
@media (hover: hover) {
  .l-footer-bottom__link:where(:-moz-any-link, :enabled, summary):hover {
    color: inherit;
  }
  .l-footer-bottom__link:where(:any-link, :enabled, summary):hover {
    color: inherit;
  }
  .l-footer-bottom__link:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: scale(1, 1);
  }
  .l-footer-bottom__link:where(:any-link, :enabled, summary):hover::after {
    transform: scale(1, 1);
  }
}
@media (max-width: 1023px) {
  .l-footer-bottom__link {
    display: none;
  }
}
.l-footer-bottom__copy {
  font-family: "Elms Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .l-footer-bottom__copy {
    font-size: 1.4rem;
  }
}

.l-main-body {
  padding-block: 100px 120px;
}
@media (max-width: 767px) {
  .l-main-body {
    padding-block: 60px 80px;
  }
}

.l-main-section {
  position: relative;
}
.l-main-section[data-background=surface] {
  margin-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .l-main-section[data-background=surface] {
    margin-top: 64px;
    padding-bottom: 64px;
  }
}
.l-main-section[data-background=surface] {
  background-color: #eef3f6;
}
.l-main-section[data-border=bottom] {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .l-main-section[data-border=bottom] {
    padding-bottom: 64px;
  }
}
.l-main-section[data-border=bottom]::before {
  content: "";
  position: absolute;
  width: calc(100% - 64px);
  max-width: 1100px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .l-main-section[data-border=bottom]::before {
    width: calc(100% - 40px);
  }
}
.l-main-section[data-border=bottom]::before {
  inset: auto 0 0 0;
  height: 1px;
  background-color: #49b1bf;
}
.l-main-section:not(:first-child) {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .l-main-section:not(:first-child) {
    padding-top: 64px;
  }
}
.l-main-section__inner {
  width: calc(100% - 64px);
  max-width: 1100px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .l-main-section__inner {
    width: calc(100% - 40px);
  }
}

.l-page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 98;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.l-page-top.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); /* 元の位置に戻る */
}
@media (hover: hover) {
  .l-page-top:where(:-moz-any-link, :enabled, summary):hover {
    transform: scale(1.1);
  }
  .l-page-top:where(:any-link, :enabled, summary):hover {
    transform: scale(1.1);
  }
}
@media (max-width: 767px) {
  .l-page-top {
    right: 10px;
    bottom: 10px;
  }
}
.l-page-top__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.l-page-top__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #151ab2;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .l-page-top__icon:is(:where(:-moz-any-link, :enabled, summary):hover *)::before {
    background-color: #151ab2;
  }
  .l-page-top__icon:is(:where(:any-link, :enabled, summary):hover *)::before {
    background-color: #151ab2;
  }
}
.l-page-top__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  rotate: -90deg;
  background-color: #ffffff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0px center;
  mask-position: 0px center;
  transition: background-color 0.3s, mask-position 0.3s, -webkit-mask-position 0.3s;
}
@media (hover: hover) {
  .l-page-top__icon:is(:where(:-moz-any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 45px center;
    mask-position: 45px center;
  }
  .l-page-top__icon:is(:where(:any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 45px center;
    mask-position: 45px center;
  }
}

.l-skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 9999;
  padding: 16px 32px;
  background: #000;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.l-skip-link:focus {
  top: 0;
}

.c-btn-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 340px;
  max-width: 100%;
  min-height: 46px;
  padding: 12px 16px 12px 36px;
  border-radius: 36px 3px;
  border: 1px solid #c9d2db;
  background: linear-gradient(90deg, #151ab2 0%, #008296 70%, #49b1bf 100%);
  color: #ffffff;
  text-decoration: none;
  transition: border-color 0.3s, color 0.3s;
  will-change: border-color, color;
  overflow: hidden;
}
.c-btn-primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transform: skewX(-12deg);
  transition: left 0.3s;
  will-change: left;
}
@media (hover: hover) {
  .c-btn-primary:where(:-moz-any-link, :enabled, summary):hover {
    border-color: #49b1bf;
    color: #151ab2;
  }
  .c-btn-primary:where(:any-link, :enabled, summary):hover {
    border-color: #49b1bf;
    color: #151ab2;
  }
  .c-btn-primary:where(:-moz-any-link, :enabled, summary):hover::after {
    left: 0;
  }
  .c-btn-primary:where(:any-link, :enabled, summary):hover::after {
    left: 0;
  }
}
.c-btn-primary[data-color=reverse] {
  border-color: #49b1bf;
  background: #ffffff;
  color: #151ab2;
}
.c-btn-primary[data-color=reverse]::after {
  background: linear-gradient(90deg, #151ab2 0%, #008296 70%, #49b1bf 100%);
}
@media (hover: hover) {
  .c-btn-primary[data-color=reverse]:where(:-moz-any-link, :enabled, summary):hover {
    border-color: #c9d2db;
    color: #ffffff;
  }
  .c-btn-primary[data-color=reverse]:where(:any-link, :enabled, summary):hover {
    border-color: #c9d2db;
    color: #ffffff;
  }
}
.c-btn-primary__text {
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.c-btn-primary__icon {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}
.c-btn-primary__icon:not([data-type]) {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 27px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-btn-primary__icon:not([data-type])::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #ffffff;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .c-btn-primary__icon:not([data-type]):is(:where(:-moz-any-link, :enabled, summary):hover *)::before {
    background-color: #151ab2;
  }
  .c-btn-primary__icon:not([data-type]):is(:where(:any-link, :enabled, summary):hover *)::before {
    background-color: #151ab2;
  }
}
.c-btn-primary__icon:not([data-type])::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  rotate: 0deg;
  background-color: #151ab2;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0px center;
  mask-position: 0px center;
  transition: background-color 0.3s, mask-position 0.3s, -webkit-mask-position 0.3s;
}
@media (hover: hover) {
  .c-btn-primary__icon:not([data-type]):is(:where(:-moz-any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 32px center;
    mask-position: 32px center;
  }
  .c-btn-primary__icon:not([data-type]):is(:where(:any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 32px center;
    mask-position: 32px center;
  }
}
[data-color=reverse] .c-btn-primary__icon:not([data-type]) {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 27px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
[data-color=reverse] .c-btn-primary__icon:not([data-type])::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #151ab2;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  [data-color=reverse] .c-btn-primary__icon:not([data-type]):is(:where(:-moz-any-link, :enabled, summary):hover *)::before {
    background-color: #ffffff;
  }
  [data-color=reverse] .c-btn-primary__icon:not([data-type]):is(:where(:any-link, :enabled, summary):hover *)::before {
    background-color: #ffffff;
  }
}
[data-color=reverse] .c-btn-primary__icon:not([data-type])::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  rotate: 0deg;
  background-color: #ffffff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0px center;
  mask-position: 0px center;
  transition: background-color 0.3s, mask-position 0.3s, -webkit-mask-position 0.3s;
}
@media (hover: hover) {
  [data-color=reverse] .c-btn-primary__icon:not([data-type]):is(:where(:-moz-any-link, :enabled, summary):hover *)::after {
    background-color: #151ab2;
    -webkit-mask-position: 32px center;
    mask-position: 32px center;
  }
  [data-color=reverse] .c-btn-primary__icon:not([data-type]):is(:where(:any-link, :enabled, summary):hover *)::after {
    background-color: #151ab2;
    -webkit-mask-position: 32px center;
    mask-position: 32px center;
  }
}
.c-btn-primary__icon[data-type=plus] {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 27px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-btn-primary__icon[data-type=plus]::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #ffffff;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .c-btn-primary__icon[data-type=plus]:is(:where(:-moz-any-link, :enabled, summary):hover *)::before {
    background-color: #151ab2;
  }
  .c-btn-primary__icon[data-type=plus]:is(:where(:any-link, :enabled, summary):hover *)::before {
    background-color: #151ab2;
  }
}
.c-btn-primary__icon[data-type=plus] {
  background-color: #ffffff;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .c-btn-primary__icon[data-type=plus]:is(:where(:-moz-any-link, :enabled, summary):hover *) {
    background-color: #151ab2;
  }
  .c-btn-primary__icon[data-type=plus]:is(:where(:any-link, :enabled, summary):hover *) {
    background-color: #151ab2;
  }
}
.c-btn-primary__icon[data-type=plus]::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 2;
  width: 12px;
  height: 2px;
  background-color: #151ab2;
  transform: rotate(0deg);
  transition: transform 0.3s, background-color 0.3s;
  will-change: transform, background-color;
}
.c-btn-primary__icon[data-type=plus]::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 2;
  width: 2px;
  height: 12px;
  background-color: #151ab2;
  transform: rotate(0deg);
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
  will-change: transform, opacity, background-color;
}
@media (hover: hover) {
  .c-btn-primary__icon[data-type=plus]:is(:where(:-moz-any-link, :enabled, summary):hover *)::before, .c-btn-primary__icon[data-type=plus]:is(:where(:-moz-any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
  }
  .c-btn-primary__icon[data-type=plus]:is(:where(:any-link, :enabled, summary):hover *)::before, .c-btn-primary__icon[data-type=plus]:is(:where(:any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
  }
}
.c-btn-primary[data-size=sm] {
  width: auto;
  min-height: 48px;
  padding: 8px 16px 8px 24px;
}

.c-btn-secondary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 350px;
  max-width: 100%;
  padding: 20px 24px;
  border-radius: 3px;
  border: 1px solid #49b1bf;
  background-color: #ffffff;
  color: #101011;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  will-change: background-color, color;
}
@media (hover: hover) {
  .c-btn-secondary:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #e8f1f8;
    color: #151ab2;
  }
  .c-btn-secondary:where(:any-link, :enabled, summary):hover {
    background-color: #e8f1f8;
    color: #151ab2;
  }
}
.c-btn-secondary__text {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.c-btn-secondary__icon {
  position: relative;
  flex-shrink: 0;
}
.c-btn-secondary__icon:not([href$=".pdf"] .c-btn-secondary__icon):not([target=_blank] .c-btn-secondary__icon:not([href$=".pdf"] .c-btn-secondary__icon)) {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-btn-secondary__icon:not([href$=".pdf"] .c-btn-secondary__icon):not([target=_blank] .c-btn-secondary__icon:not([href$=".pdf"] .c-btn-secondary__icon))::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #151ab2;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .c-btn-secondary__icon:not([href$=".pdf"] .c-btn-secondary__icon):not([target=_blank] .c-btn-secondary__icon:not([href$=".pdf"] .c-btn-secondary__icon)):is(:where(:-moz-any-link, :enabled, summary):hover *)::before {
    background-color: #151ab2;
  }
  .c-btn-secondary__icon:not([href$=".pdf"] .c-btn-secondary__icon):not([target=_blank] .c-btn-secondary__icon:not([href$=".pdf"] .c-btn-secondary__icon)):is(:where(:any-link, :enabled, summary):hover *)::before {
    background-color: #151ab2;
  }
}
.c-btn-secondary__icon:not([href$=".pdf"] .c-btn-secondary__icon):not([target=_blank] .c-btn-secondary__icon:not([href$=".pdf"] .c-btn-secondary__icon))::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  rotate: 0deg;
  background-color: #ffffff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0px center;
  mask-position: 0px center;
  transition: background-color 0.3s, mask-position 0.3s, -webkit-mask-position 0.3s;
}
@media (hover: hover) {
  .c-btn-secondary__icon:not([href$=".pdf"] .c-btn-secondary__icon):not([target=_blank] .c-btn-secondary__icon:not([href$=".pdf"] .c-btn-secondary__icon)):is(:where(:-moz-any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 24px center;
    mask-position: 24px center;
  }
  .c-btn-secondary__icon:not([href$=".pdf"] .c-btn-secondary__icon):not([target=_blank] .c-btn-secondary__icon:not([href$=".pdf"] .c-btn-secondary__icon)):is(:where(:any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 24px center;
    mask-position: 24px center;
  }
}
[target=_blank] .c-btn-secondary__icon:not([href$=".pdf"] .c-btn-secondary__icon) {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
[target=_blank] .c-btn-secondary__icon:not([href$=".pdf"] .c-btn-secondary__icon)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #008296;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  [target=_blank] .c-btn-secondary__icon:not([href$=".pdf"] .c-btn-secondary__icon):is(:where(:-moz-any-link, :enabled, summary):hover *)::before {
    background-color: #008296;
  }
  [target=_blank] .c-btn-secondary__icon:not([href$=".pdf"] .c-btn-secondary__icon):is(:where(:any-link, :enabled, summary):hover *)::before {
    background-color: #008296;
  }
}
[target=_blank] .c-btn-secondary__icon:not([href$=".pdf"] .c-btn-secondary__icon)::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  rotate: -45deg;
  background-color: #ffffff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0px center;
  mask-position: 0px center;
  transition: background-color 0.3s, mask-position 0.3s, -webkit-mask-position 0.3s;
}
@media (hover: hover) {
  [target=_blank] .c-btn-secondary__icon:not([href$=".pdf"] .c-btn-secondary__icon):is(:where(:-moz-any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 24px center;
    mask-position: 24px center;
  }
  [target=_blank] .c-btn-secondary__icon:not([href$=".pdf"] .c-btn-secondary__icon):is(:where(:any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 24px center;
    mask-position: 24px center;
  }
}
[href$=".pdf"] .c-btn-secondary__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
[href$=".pdf"] .c-btn-secondary__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #b40a0a;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  [href$=".pdf"] .c-btn-secondary__icon:is(:where(:-moz-any-link, :enabled, summary):hover *)::before {
    background-color: #7a0000;
  }
  [href$=".pdf"] .c-btn-secondary__icon:is(:where(:any-link, :enabled, summary):hover *)::before {
    background-color: #7a0000;
  }
}
[href$=".pdf"] .c-btn-secondary__icon::after {
  content: "PDF";
  font-family: "Elms Sans", sans-serif;
  font-size: 0.825rem;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.c-btn-container {
  margin-block: 24px;
}
.c-btn-container:first-child {
  margin-top: 0;
}
.c-btn-container:last-child {
  margin-bottom: 0;
}

.c-btn-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.c-btn-grid > li > * {
  width: 100%;
}
@media (min-width: 768px) {
  .c-btn-grid {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: min(2.7777777778vw, 40px);
         column-gap: min(2.7777777778vw, 40px);
  }
}
@media (min-width: 1024px) {
  .c-btn-grid[data-cols="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .c-btn-grid[data-cols="4"] {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: min(0.8333333333vw, 12px);
         column-gap: min(0.8333333333vw, 12px);
  }
}

.c-form-alert {
  max-width: 640px;
  margin: 0 auto 56px;
  padding: 16px 24px;
  border: 1px solid #ba2e00;
  border-radius: 3px;
  background-color: #ffffff;
  color: #ba2e00;
  font-weight: 700;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .c-form-alert {
    margin-bottom: 48px;
  }
}
.c-form-alert:not(:has(#error_message)) {
  display: none;
}

.c-form-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767px) {
  .c-form-list {
    gap: 32px;
  }
}

.c-form-row {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 767px) {
  .c-form-row {
    flex-direction: column;
    gap: 12px;
  }
}
.c-form-row.is-error .c-form-input,
.c-form-row.is-error .c-form-textarea {
  border-color: #ba2e00;
}
.c-form-row.is-error .c-form-error {
  display: block;
}

.c-form-item {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 16px;
  width: 280px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: #101011;
}
@media (max-width: 767px) {
  .c-form-item {
    width: 100%;
  }
}

.c-form-badge {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 20px;
  padding-bottom: 2px;
  border-radius: 3px;
  background-color: #151ab2;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
}
.c-form-badge[data-type=optional] {
  background-color: #6e7c8c;
}

.c-form-row__field {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.c-form-example {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  color: #6e7378;
}

.c-form-input {
  display: block;
  width: 100%;
  height: 48px;
  padding-inline: 16px;
  border: 1px solid #6e7c8c;
  border-radius: 3px;
  background-color: #e8f1f8;
  font-size: 1.6rem;
  color: #101011;
  transition: border-color 0.3s, background-color 0.3s;
}
.c-form-input::-moz-placeholder {
  color: #6e7378;
}
.c-form-input::placeholder {
  color: #6e7378;
}
.c-form-input:focus {
  outline: none;
  border-color: #49b1bf;
  background-color: #ffffff;
}

.c-form-textarea {
  display: block;
  width: 100%;
  height: 200px;
  padding: 16px;
  border: 1px solid #49b1bf;
  border-radius: 4px;
  background-color: #ecf3fb;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #101011;
  resize: vertical;
  transition: border-color 0.3s, background-color 0.3s;
}
.c-form-textarea::-moz-placeholder {
  color: #6e7378;
}
.c-form-textarea::placeholder {
  color: #6e7378;
}
.c-form-textarea:focus {
  outline: none;
  border-color: #151ab2;
  background-color: #ffffff;
}

.c-form-radio-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px 40px;
  padding-top: 3px;
}

.c-form-radio {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.c-form-radio input[type=radio] {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 4px solid #ffffff;
  outline: 1px solid #6e7c8c;
  border-radius: 50%;
  background-color: #ffffff;
}
.c-form-radio input[type=radio]:checked {
  background-color: #151ab2;
}
.c-form-radio input[type=radio]:focus-visible {
  outline: 2px solid #151ab2;
  outline-offset: 2px;
}
.c-form-radio__text {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #101011;
}
.c-form-radio input[type=radio]:checked ~ .c-form-radio__text {
  font-weight: 700;
}

.c-form-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
.c-form-checkbox input[type=checkbox] {
  position: relative;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #6e7c8c;
  border-radius: 3px;
  background-color: #ffffff;
  transition: border-color 0.3s;
}
.c-form-checkbox input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 8px;
  width: 7px;
  height: 13px;
  border: solid #151ab2;
  border-width: 0 2px 2px 0;
  rotate: 45deg;
  opacity: 0;
}
.c-form-checkbox input[type=checkbox]:checked::after {
  opacity: 1;
}
.c-form-checkbox input[type=checkbox]:focus-visible {
  outline: 2px solid #151ab2;
  outline-offset: 2px;
}
.c-form-checkbox__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  color: #101011;
}

.c-form-agreement {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.c-form-agreement__text {
  max-width: 680px;
  font-size: 1.4rem;
}

.c-form-error {
  display: none;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #ba2e00;
}

.c-form-submit {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .c-form-submit {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 64px;
  }
}

.c-form-confirm-list {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media (max-width: 767px) {
  .c-form-confirm-list {
    gap: 48px;
  }
}

.c-form-confirm-row {
  display: flex;
  gap: 40px;
}
@media (max-width: 767px) {
  .c-form-confirm-row {
    flex-direction: column;
    gap: 8px;
  }
}

.c-form-confirm-row__label {
  flex-shrink: 0;
  width: 280px;
  font-weight: 700;
  color: #101011;
}
@media (max-width: 767px) {
  .c-form-confirm-row__label {
    width: 100%;
  }
}

.c-link-text {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #101011;
  text-decoration: none;
}
@media (hover: hover) {
  .c-link-text:where(:-moz-any-link, :enabled, summary):hover {
    color: #151ab2;
  }
  .c-link-text:where(:any-link, :enabled, summary):hover {
    color: #151ab2;
  }
}
.c-link-text[data-color=primary] {
  color: #151ab2;
}
@media (hover: hover) {
  .c-link-text[data-color=primary]:where(:-moz-any-link, :enabled, summary):hover {
    color: #4a6994;
  }
  .c-link-text[data-color=primary]:where(:any-link, :enabled, summary):hover {
    color: #4a6994;
  }
}
.c-link-text__text {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.c-link-text__icon {
  position: relative;
  flex-shrink: 0;
}
.c-link-text__icon:not([href$=".pdf"] .c-link-text__icon):not([target=_blank] .c-link-text__icon:not([href$=".pdf"] .c-link-text__icon)) {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-link-text__icon:not([href$=".pdf"] .c-link-text__icon):not([target=_blank] .c-link-text__icon:not([href$=".pdf"] .c-link-text__icon))::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #151ab2;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .c-link-text__icon:not([href$=".pdf"] .c-link-text__icon):not([target=_blank] .c-link-text__icon:not([href$=".pdf"] .c-link-text__icon)):is(:where(:-moz-any-link, :enabled, summary):hover *)::before {
    background-color: #151ab2;
  }
  .c-link-text__icon:not([href$=".pdf"] .c-link-text__icon):not([target=_blank] .c-link-text__icon:not([href$=".pdf"] .c-link-text__icon)):is(:where(:any-link, :enabled, summary):hover *)::before {
    background-color: #151ab2;
  }
}
.c-link-text__icon:not([href$=".pdf"] .c-link-text__icon):not([target=_blank] .c-link-text__icon:not([href$=".pdf"] .c-link-text__icon))::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  rotate: 0deg;
  background-color: #ffffff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0px center;
  mask-position: 0px center;
  transition: background-color 0.3s, mask-position 0.3s, -webkit-mask-position 0.3s;
}
@media (hover: hover) {
  .c-link-text__icon:not([href$=".pdf"] .c-link-text__icon):not([target=_blank] .c-link-text__icon:not([href$=".pdf"] .c-link-text__icon)):is(:where(:-moz-any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 24px center;
    mask-position: 24px center;
  }
  .c-link-text__icon:not([href$=".pdf"] .c-link-text__icon):not([target=_blank] .c-link-text__icon:not([href$=".pdf"] .c-link-text__icon)):is(:where(:any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 24px center;
    mask-position: 24px center;
  }
}
[target=_blank] .c-link-text__icon:not([href$=".pdf"] .c-link-text__icon) {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
[target=_blank] .c-link-text__icon:not([href$=".pdf"] .c-link-text__icon)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #008296;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  [target=_blank] .c-link-text__icon:not([href$=".pdf"] .c-link-text__icon):is(:where(:-moz-any-link, :enabled, summary):hover *)::before {
    background-color: #008296;
  }
  [target=_blank] .c-link-text__icon:not([href$=".pdf"] .c-link-text__icon):is(:where(:any-link, :enabled, summary):hover *)::before {
    background-color: #008296;
  }
}
[target=_blank] .c-link-text__icon:not([href$=".pdf"] .c-link-text__icon)::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  rotate: -45deg;
  background-color: #ffffff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0px center;
  mask-position: 0px center;
  transition: background-color 0.3s, mask-position 0.3s, -webkit-mask-position 0.3s;
}
@media (hover: hover) {
  [target=_blank] .c-link-text__icon:not([href$=".pdf"] .c-link-text__icon):is(:where(:-moz-any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 24px center;
    mask-position: 24px center;
  }
  [target=_blank] .c-link-text__icon:not([href$=".pdf"] .c-link-text__icon):is(:where(:any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 24px center;
    mask-position: 24px center;
  }
}
[href$=".pdf"] .c-link-text__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
[href$=".pdf"] .c-link-text__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #b40a0a;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  [href$=".pdf"] .c-link-text__icon:is(:where(:-moz-any-link, :enabled, summary):hover *)::before {
    background-color: #7a0000;
  }
  [href$=".pdf"] .c-link-text__icon:is(:where(:any-link, :enabled, summary):hover *)::before {
    background-color: #7a0000;
  }
}
[href$=".pdf"] .c-link-text__icon::after {
  content: "PDF";
  font-family: "Elms Sans", sans-serif;
  font-size: 0.825rem;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.c-link-container {
  margin-block: 24px;
}
.c-link-container:first-child {
  margin-top: 0;
}
.c-link-container:last-child {
  margin-bottom: 0;
}

.c-link-banner {
  position: relative;
  display: flex;
  align-items: center;
  height: 260px;
  padding-inline: 80px;
  border-radius: 3px;
  border: 3px solid #151ab2;
  background-color: #d3f2f0;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
  overflow: hidden;
}
.c-link-banner::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -40px;
  z-index: 2;
  width: 506px;
  height: 506px;
  margin: auto;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23151ab2'/%3E%3C/svg%3E") no-repeat center/contain;
}
@media (max-width: 767px) {
  .c-link-banner::before {
    inset: -125px auto auto -55px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .c-link-banner {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    max-width: 500px;
    margin-inline: auto;
    height: auto;
    padding: 40px 32px 0;
  }
}
@media (min-width: 768px) {
  .c-link-banner[data-variant=page-recruit]::before {
    width: 634px;
    height: 634px;
  }
}
.c-link-banner[data-variant=page-recruit] .c-link-banner__pic {
  z-index: 1;
}
@media (max-width: 767px) {
  .c-link-banner[data-variant=page-recruit] .c-link-banner__pic {
    margin-top: -5%;
  }
}
@media (hover: hover) {
  .c-link-banner:where(:-moz-any-link, :enabled, summary):hover {
    color: #ffffff;
    box-shadow: none;
  }
  .c-link-banner:where(:any-link, :enabled, summary):hover {
    color: #ffffff;
    box-shadow: none;
  }
}
.c-link-banner__inner {
  position: relative;
  z-index: 3;
}
.c-link-banner__sub {
  font-size: 2rem;
  line-height: 1.4;
}
.c-link-banner__title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.c-link-banner__title::before {
  content: "";
  position: absolute;
  inset: auto auto -10px 0;
  width: 24px;
  height: 3px;
  background-color: #ffffff;
}
.c-link-banner__title-text {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.c-link-banner__title-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-link-banner__title-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #ffffff;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .c-link-banner__title-icon:is(:where(:-moz-any-link, :enabled, summary):hover *)::before {
    background-color: #ffffff;
  }
  .c-link-banner__title-icon:is(:where(:any-link, :enabled, summary):hover *)::before {
    background-color: #ffffff;
  }
}
.c-link-banner__title-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  rotate: 0deg;
  background-color: #151ab2;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0px center;
  mask-position: 0px center;
  transition: background-color 0.3s, mask-position 0.3s, -webkit-mask-position 0.3s;
}
@media (hover: hover) {
  .c-link-banner__title-icon:is(:where(:-moz-any-link, :enabled, summary):hover *)::after {
    background-color: #151ab2;
    -webkit-mask-position: 40px center;
    mask-position: 40px center;
  }
  .c-link-banner__title-icon:is(:where(:any-link, :enabled, summary):hover *)::after {
    background-color: #151ab2;
    -webkit-mask-position: 40px center;
    mask-position: 40px center;
  }
}
[target=_blank] .c-link-banner__title-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
[target=_blank] .c-link-banner__title-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #ffffff;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  [target=_blank] .c-link-banner__title-icon:is(:where(:-moz-any-link, :enabled, summary):hover *)::before {
    background-color: #ffffff;
  }
  [target=_blank] .c-link-banner__title-icon:is(:where(:any-link, :enabled, summary):hover *)::before {
    background-color: #ffffff;
  }
}
[target=_blank] .c-link-banner__title-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  rotate: -45deg;
  background-color: #008296;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0px center;
  mask-position: 0px center;
  transition: background-color 0.3s, mask-position 0.3s, -webkit-mask-position 0.3s;
}
@media (hover: hover) {
  [target=_blank] .c-link-banner__title-icon:is(:where(:-moz-any-link, :enabled, summary):hover *)::after {
    background-color: #008296;
    -webkit-mask-position: 40px center;
    mask-position: 40px center;
  }
  [target=_blank] .c-link-banner__title-icon:is(:where(:any-link, :enabled, summary):hover *)::after {
    background-color: #008296;
    -webkit-mask-position: 40px center;
    mask-position: 40px center;
  }
}
.c-link-banner__pic {
  position: absolute;
  z-index: 2;
  inset: auto 0 auto auto;
  margin: auto;
  width: min(55.9027777778vw, 805px);
  height: 100%;
}
@media (max-width: 767px) {
  .c-link-banner__pic {
    position: static;
    inset: auto;
    margin: 0 -32px;
    width: calc(100% + 64px);
    height: auto;
  }
}
.c-link-banner__pic-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}

.c-lead-primary {
  text-align: center;
}
@media (max-width: 767px) {
  .c-lead-primary {
    text-align: left;
  }
}
.c-lead-primary__heading {
  margin-bottom: 24px;
  color: #151ab2;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.c-lead-primary__text {
  line-height: 2;
}
.c-lead-primary__text:not(:first-child) {
  margin-top: 1.5em;
}
.c-lead-primary__catch {
  color: #151ab2;
  font-size: 2rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .c-nav-anchor {
    padding-bottom: 40px;
  }
}
.c-nav-anchor__list {
  width: calc(100% - 64px);
  max-width: 1100px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .c-nav-anchor__list {
    width: calc(100% - 40px);
  }
}
.c-nav-anchor__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media (min-width: 1024px) {
  .c-nav-anchor__list {
    max-width: calc(100% - 200px);
  }
}
@media (max-width: 767px) {
  .c-nav-anchor__list {
    gap: 8px;
  }
}
.c-nav-anchor__link {
  position: relative;
  display: flex;
  gap: 8px;
  min-height: 60px;
  padding: 16px 12px;
  color: #101011;
  text-decoration: none;
  overflow: hidden;
}
@media (hover: hover) {
  .c-nav-anchor__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #151ab2;
  }
  .c-nav-anchor__link:where(:any-link, :enabled, summary):hover {
    color: #151ab2;
  }
  .c-nav-anchor__link:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translateX(0);
  }
  .c-nav-anchor__link:where(:any-link, :enabled, summary):hover::after {
    transform: translateX(0);
  }
}
.c-nav-anchor__link::before, .c-nav-anchor__link::after {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 1px;
  background-color: #c9d2db;
  transition: transform 0.3s;
  will-change: transform;
}
.c-nav-anchor__link::after {
  background-color: #49b1bf;
  transform: translateX(-100%);
}
.c-nav-anchor__text {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.c-nav-anchor__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-nav-anchor__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #151ab2;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .c-nav-anchor__icon:is(:where(:-moz-any-link, :enabled, summary):hover *)::before {
    background-color: #151ab2;
  }
  .c-nav-anchor__icon:is(:where(:any-link, :enabled, summary):hover *)::before {
    background-color: #151ab2;
  }
}
.c-nav-anchor__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  rotate: 90deg;
  background-color: #ffffff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0px center;
  mask-position: 0px center;
  transition: background-color 0.3s, mask-position 0.3s, -webkit-mask-position 0.3s;
}
@media (hover: hover) {
  .c-nav-anchor__icon:is(:where(:-moz-any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 26px center;
    mask-position: 26px center;
  }
  .c-nav-anchor__icon:is(:where(:any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 26px center;
    mask-position: 26px center;
  }
}

.c-list-md {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-block: 24px;
}
@media (max-width: 767px) {
  .c-list-md {
    gap: 6px;
  }
}
.c-list-md:first-child {
  margin-top: 0;
}
.c-list-md:last-child {
  margin-bottom: 0;
}
.c-list-md:is(ul) > li {
  position: relative;
  padding-left: 22px;
}
.c-list-md:is(ul) > li::before {
  content: "";
  position: absolute;
  top: 10.5px;
  left: 8px;
  width: 6px;
  height: 6px;
  background-color: #4a6994;
}
.c-list-md:is(ol) {
  counter-reset: listNum01;
}
.c-list-md:is(ol) > li {
  counter-increment: listNum01;
  position: relative;
  display: table;
}
.c-list-md:is(ol) > li::before {
  font-family: "Elms Sans", sans-serif;
  content: counter(listNum01, decimal-leading-zero) ".";
  display: table-cell;
  width: 32px;
  color: #6e7378;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.7;
  white-space: nowrap;
}

.c-list-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.c-list-tag > li {
  padding: 4px 12px;
  border-radius: 3px;
  border: 1px solid #c9d2db;
  background-color: #d4e8fa;
}
.c-list-tag[data-size=sm] {
  gap: 8px;
}
.c-list-tag[data-size=sm] > li {
  padding: 4px 8px 5px;
  font-size: 1.2rem;
  line-height: 1.4;
}

.c-list-line {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-block: 24px;
}
.c-list-line:first-child {
  margin-top: 0;
}
.c-list-line:last-child {
  margin-bottom: 0;
}
.c-list-line > li {
  padding-bottom: 12px;
  border-bottom: 1px solid #c9d2db;
}

.c-body-md {
  margin-block: 16px;
}
.c-body-md:first-child {
  margin-top: 0;
}
.c-body-md:last-child {
  margin-bottom: 0;
}

.c-figure {
  margin-block: 24px;
}
.c-figure:first-child {
  margin-top: 0;
}
.c-figure:last-child {
  margin-bottom: 0;
}
.c-figure__img-shadow {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.c-figure__img-shadow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3) inset;
  pointer-events: none;
}
.c-figure__img-shadow:not(.c-figure__img-shadow:has(.c-figure__img-full)) {
  width: -moz-fit-content;
  width: fit-content;
}
.c-figure__img-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.c-figure__img-full {
  width: 100%;
}
.c-figure__caption {
  margin-top: 8px;
  font-size: 1.5rem;
  line-height: 1.4;
}

.c-table-wrapper {
  width: 100%;
  margin-bottom: 40px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.c-table-wrapper:last-child {
  margin-bottom: 0;
}
.c-table-wrapper:focus-visible {
  outline: 2px solid;
  outline-offset: 2px;
}

.c-table-primary {
  width: 100%;
  border-collapse: collapse;
}
@media (min-width: 768px) {
  .c-table-primary tr:first-child th {
    border-top: 1px solid #0c0f66;
  }
}
@media (min-width: 768px) {
  .c-table-primary tr:last-child th {
    border-bottom: 1px solid #0c0f66;
  }
}
.c-table-primary th,
.c-table-primary td {
  padding: 16px 24px;
}
.c-table-primary th {
  width: 280px;
  border-bottom: 1px solid #ffffff;
  background-color: #0c0f66;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .c-table-primary th {
    text-align: center;
    vertical-align: middle;
  }
}
.c-table-primary td {
  border-bottom: 1px solid #6e7c8c;
}
@media (max-width: 767px) {
  .c-table-primary {
    display: block;
    min-width: auto;
  }
  .c-table-primary tbody,
  .c-table-primary tr,
  .c-table-primary th,
  .c-table-primary td {
    display: block;
    width: 100%;
  }
}

.c-table-note {
  margin-top: 12px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
}

.c-heading-lg {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .c-heading-lg {
    margin-bottom: 24px;
  }
}
.c-heading-lg:not(:has(.c-heading-lg__sub)) {
  padding-bottom: 12px;
}
.c-heading-lg:not(:has(.c-heading-lg__sub))::before {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 35px;
  height: 12px;
  background: url(/assets/img/common/bg_heading01.svg) no-repeat bottom left/contain;
}
.c-heading-lg__sub {
  font-family: "Elms Sans", sans-serif;
  color: #151ab2;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: initial;
}

.c-heading-md {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #49b1bf;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-heading-md {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}
.c-heading-md[data-align=center] {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.c-heading-sm {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-heading-sm {
    margin-bottom: 18px;
  }
}

.c-card-block__pic {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.c-card-block__pic::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3) inset;
  pointer-events: none;
}
.c-card-block__pic {
  display: block;
  aspect-ratio: 33/22;
}
.c-card-block__pic-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card-block__head--num {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin: 20px 0 16px;
}
@media (max-width: 767px) {
  .c-card-block__head--num {
    flex-direction: row;
    gap: 16px;
    margin: 18px 0 18px;
  }
}
.c-card-block__head--num .c-card-block__title {
  text-align: center;
  color: #151ab2;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-card-block__head--num .c-card-block__title {
    text-align: left;
    font-size: 2rem;
  }
}
.c-card-block__head--num .c-card-block__num {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
}
.c-card-block__head--num .c-card-block__num::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 40px;
  height: 30px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23008296'/%3E%3C/svg%3E") no-repeat center/contain;
}
.c-card-block__head--num .c-card-block__num-text {
  font-family: "Elms Sans", sans-serif;
  position: relative;
  color: #ffffff;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
}
.c-card-block-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(3.8888888889vw, 56px);
}
@media (max-width: 1023px) {
  .c-card-block-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .c-card-block-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 48px;
  }
}

.c-card-article__link {
  color: #101011;
  text-decoration: none;
}
@media (hover: hover) {
  .c-card-article__link:where(:-moz-any-link, :enabled, summary):hover {
    color: inherit;
  }
  .c-card-article__link:where(:any-link, :enabled, summary):hover {
    color: inherit;
  }
}
.c-card-article__pic {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.c-card-article__pic::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3) inset;
  pointer-events: none;
}
.c-card-article__pic {
  display: block;
  aspect-ratio: 500/333;
}
.c-card-article__pic-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
  will-change: transform;
}
@media (hover: hover) {
  .c-card-article__pic-img:is(:where(:-moz-any-link, :enabled, summary):hover *) {
    transform: scale(1.1);
  }
  .c-card-article__pic-img:is(:where(:any-link, :enabled, summary):hover *) {
    transform: scale(1.1);
  }
}
.c-card-article__heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .c-card-article__heading {
    gap: 8px;
    margin-top: 18px;
  }
}
.c-card-article__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-card-article__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #151ab2;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .c-card-article__icon:is(:where(:-moz-any-link, :enabled, summary):hover *)::before {
    background-color: #151ab2;
  }
  .c-card-article__icon:is(:where(:any-link, :enabled, summary):hover *)::before {
    background-color: #151ab2;
  }
}
.c-card-article__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  rotate: 0deg;
  background-color: #ffffff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0px center;
  mask-position: 0px center;
  transition: background-color 0.3s, mask-position 0.3s, -webkit-mask-position 0.3s;
}
@media (hover: hover) {
  .c-card-article__icon:is(:where(:-moz-any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 38px center;
    mask-position: 38px center;
  }
  .c-card-article__icon:is(:where(:any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 38px center;
    mask-position: 38px center;
  }
}
.c-card-article__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  transition: color 0.3s;
  will-change: color;
}
@media (hover: hover) {
  .c-card-article__title:is(:where(:-moz-any-link, :enabled, summary):hover *) {
    color: #151ab2;
  }
  .c-card-article__title:is(:where(:any-link, :enabled, summary):hover *) {
    color: #151ab2;
  }
}
@media (max-width: 767px) {
  .c-card-article__title {
    font-size: 2rem;
  }
}
.c-card-article__desc {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .c-card-article__desc {
    margin-top: 8px;
  }
}

.c-card-article-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(3.8888888889vw, 56px);
}
@media (max-width: 767px) {
  .c-card-article-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.c-card-panel {
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.4);
}
.c-card-panel__link {
  color: #101011;
  text-decoration: none;
}
.c-card-panel__pic {
  display: block;
  aspect-ratio: 33/44;
  overflow: hidden;
}
.c-card-panel__pic-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
  will-change: transform;
}
@media (hover: hover) {
  .c-card-panel__pic-img:is(:where(:-moz-any-link, :enabled, summary):hover *) {
    transform: scale(1.1);
  }
  .c-card-panel__pic-img:is(:where(:any-link, :enabled, summary):hover *) {
    transform: scale(1.1);
  }
}
.c-card-panel__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 20px;
}
.c-card-panel__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-card-panel__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #151ab2;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .c-card-panel__icon:is(:where(:-moz-any-link, :enabled, summary):hover *)::before {
    background-color: #151ab2;
  }
  .c-card-panel__icon:is(:where(:any-link, :enabled, summary):hover *)::before {
    background-color: #151ab2;
  }
}
.c-card-panel__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  rotate: 0deg;
  background-color: #ffffff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0px center;
  mask-position: 0px center;
  transition: background-color 0.3s, mask-position 0.3s, -webkit-mask-position 0.3s;
}
@media (hover: hover) {
  .c-card-panel__icon:is(:where(:-moz-any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 32px center;
    mask-position: 32px center;
  }
  .c-card-panel__icon:is(:where(:any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 32px center;
    mask-position: 32px center;
  }
}
.c-card-panel__title {
  font-size: 2rem;
  font-weight: 700;
  transition: color 0.3s;
  will-change: color;
}
@media (hover: hover) {
  .c-card-panel__title:is(:where(:-moz-any-link, :enabled, summary):hover *) {
    color: #151ab2;
  }
  .c-card-panel__title:is(:where(:any-link, :enabled, summary):hover *) {
    color: #151ab2;
  }
}

.c-card-panel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(3.8888888889vw, 56px);
}
@media (max-width: 1023px) {
  .c-card-panel-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .c-card-panel-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.c-card-flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-radius: 3px;
  background: #eef3f6;
}
.c-card-flow__num {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.c-card-flow__num::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23151ab2'/%3E%3C/svg%3E") no-repeat center/contain;
}
.c-card-flow__num-text {
  font-family: "Elms Sans", sans-serif;
  position: relative;
  color: #ffffff;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
}
.c-card-flow__title {
  font-weight: 700;
  line-height: 1.4;
}
.c-card-flow__list {
  display: grid;
  grid-template-columns: 1fr;
  align-self: start;
  gap: 4px;
}
.c-card-flow__list > li {
  position: relative;
  padding-left: 21px;
  font-size: 1.5rem;
  line-height: 1.4;
}
.c-card-flow__list > li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 6px;
  width: 6px;
  height: 6px;
  background-color: #6e7378;
}

.c-card-flow-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 1024px) {
  .c-card-flow-grid[data-cols="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1023px) {
  .c-card-flow-grid[data-cols="4"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .c-card-flow-grid[data-cols="6"] {
    grid-template-columns: repeat(6, 1fr);
    gap: 24px 16px;
  }
}
@media (max-width: 1023px) {
  .c-card-flow-grid[data-cols="6"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .c-card-flow-grid[data-cols="6"] {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-card-media {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "card-figure" "card-body";
}
.c-card-media__body {
  grid-area: card-body;
}
@media (max-width: 767px) {
  .c-card-media__body {
    margin-top: 24px;
  }
}
.c-card-media__figure {
  grid-area: card-figure;
  align-items: start;
  margin: 0;
}
@media (min-width: 768px) {
  .c-card-media {
    grid-template-areas: "card-body card-figure";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    -moz-column-gap: min(3.8888888889vw, 56px);
         column-gap: min(3.8888888889vw, 56px);
  }
  .c-card-media[data-dir=reverse] {
    grid-template-areas: "card-figure card-body";
  }
}
.c-card-media__title {
  grid-area: card-title;
}
.c-card-media:has(.c-card-media__title) {
  grid-template-areas: "card-title" "card-figure" "card-body";
}
@media (min-width: 768px) {
  .c-card-media:has(.c-card-media__title) {
    grid-template-areas: "card-title  card-figure" "card-body   card-figure";
    grid-template-rows: auto 1fr;
  }
  .c-card-media:has(.c-card-media__title)[data-dir=reverse] {
    grid-template-areas: "card-figure card-title" "card-figure card-body";
  }
}
@media (min-width: 768px) {
  .c-card-media[data-ratio="3-1"] {
    grid-template-columns: 1fr auto;
  }
  .c-card-media[data-ratio="3-1"] .c-card-media__figure[data-shrink=none] {
    width: min(22.9166666667vw, 330px);
    min-width: 330px;
  }
  .c-card-media[data-ratio="3-1"][data-dir=reverse] {
    grid-template-columns: auto 1fr;
  }
}

.c-hero-primary {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1440px;
  height: 520px;
  margin-inline: auto;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .c-hero-primary {
    align-items: start;
    height: 440px;
  }
}
.c-hero-primary__bg {
  position: absolute;
  inset: 0 auto auto 0;
  width: 1440px;
  height: 520px;
  background: url(/assets/img/common/bg_hero01_pc.webp) no-repeat left top/contain;
}
@media (max-width: 767px) {
  .c-hero-primary__bg {
    width: 100%;
    height: 100%;
    background: url(/assets/img/common/bg_hero01_pc.webp) no-repeat left bottom/cover;
  }
}
[data-dir=company] .c-hero-primary__bg {
  background-image: url("/assets/img/company/bg_hero01_pc.webp");
}
@media (max-width: 767px) {
  [data-dir=company] .c-hero-primary__bg {
    background-image: url("/assets/img/company/bg_hero01_sp.webp");
  }
}
[data-dir=expertise] .c-hero-primary__bg {
  background-image: url("/assets/img/expertise/bg_hero01_pc.webp");
}
@media (max-width: 767px) {
  [data-dir=expertise] .c-hero-primary__bg {
    background-image: url("/assets/img/expertise/bg_hero01_sp.webp");
  }
}
[data-dir=service] .c-hero-primary__bg {
  background-image: url("/assets/img/service/bg_hero01_pc.webp");
}
@media (max-width: 767px) {
  [data-dir=service] .c-hero-primary__bg {
    background-image: url("/assets/img/service/bg_hero01_sp.webp");
  }
}
.c-hero-primary__pic {
  position: absolute;
  inset: auto -50px 0 auto;
  width: 600px;
  height: 460px;
  -webkit-mask-image: url(/assets/img/common/mask_hero01.svg);
  mask-image: url(/assets/img/common/mask_hero01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top left;
          mask-position: top left;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media (max-width: 1023px) {
  .c-hero-primary__pic {
    right: min(-12.8205128205vw, -50px);
    width: min(73.3333333333vw, 600px);
    height: min(56.4102564103vw, 460px);
  }
}
.c-hero-primary__inner {
  width: calc(100% - 64px);
  max-width: 1100px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .c-hero-primary__inner {
    width: calc(100% - 40px);
  }
}
.c-hero-primary__inner {
  position: relative;
  width: calc(100% - 200px);
}
@media (max-width: 767px) {
  .c-hero-primary__inner {
    width: calc(100% - 60px);
    margin-top: 120px;
  }
}
.c-hero-primary__title {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #ffffff;
}
.c-hero-primary__title-main {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .c-hero-primary__title-main {
    font-size: 4rem;
  }
}
.c-hero-primary__title-sub {
  font-family: "Elms Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}

.c-hero-secondary {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1440px;
  height: 420px;
  margin-inline: auto;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .c-hero-secondary {
    align-items: start;
    height: 440px;
  }
}
.c-hero-secondary__bg {
  position: absolute;
  inset: 0 auto auto 0;
  width: 1440px;
  height: 420px;
  background: url(/assets/img/common/bg_hero02_pc.webp) no-repeat left top/contain;
}
@media (max-width: 767px) {
  .c-hero-secondary__bg {
    width: 100%;
    height: 100%;
    background: url(/assets/img/common/bg_hero02_sp.webp) no-repeat left bottom/cover;
  }
}
[data-dir=company] .c-hero-secondary__bg {
  background-image: url("/assets/img/company/bg_hero02_pc.webp");
}
@media (max-width: 767px) {
  [data-dir=company] .c-hero-secondary__bg {
    background-image: url("/assets/img/company/bg_hero02_sp.webp");
  }
}
[data-dir=expertise] .c-hero-secondary__bg {
  background-image: url("/assets/img/expertise/bg_hero02_pc.webp");
}
@media (max-width: 767px) {
  [data-dir=expertise] .c-hero-secondary__bg {
    background-image: url("/assets/img/expertise/bg_hero02_sp.webp");
  }
}
[data-dir=service] .c-hero-secondary__bg {
  background-image: url("/assets/img/service/bg_hero02_pc.webp");
}
@media (max-width: 767px) {
  [data-dir=service] .c-hero-secondary__bg {
    background-image: url("/assets/img/service/bg_hero02_sp.webp");
  }
}
.c-hero-secondary__inner {
  position: relative;
  margin-top: -30px;
  margin-inline: 100px;
}
@media (max-width: 767px) {
  .c-hero-secondary__inner {
    margin-top: 120px;
    margin-inline: 30px;
  }
}
.c-hero-secondary__title {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .c-hero-secondary__title {
    font-size: 4rem;
  }
}

.c-news {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .c-news {
    gap: 18px;
  }
}
.c-news__link {
  position: relative;
  display: flex;
  align-items: start;
  gap: 40px;
  padding-bottom: 24px;
  color: #101011;
  text-decoration: none;
  overflow: hidden;
}
@media (hover: hover) {
  .c-news__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #151ab2;
  }
  .c-news__link:where(:any-link, :enabled, summary):hover {
    color: #151ab2;
  }
  .c-news__link:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translateX(0);
  }
  .c-news__link:where(:any-link, :enabled, summary):hover::after {
    transform: translateX(0);
  }
}
.c-news__link::before, .c-news__link::after {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 1px;
  background-color: #d4e8fa;
  transition: transform 0.3s;
  will-change: transform;
}
.c-news__link::after {
  background-color: #151ab2;
  transform: translateX(-100%);
}
@media (max-width: 767px) {
  .c-news__link {
    flex-direction: column;
    gap: 18px;
  }
}
.c-news__link:not(a) .c-news__icon {
  display: none !important;
}
.c-news__date {
  font-family: "Elms Sans", sans-serif;
  flex-shrink: 0;
  display: block;
  width: 120px;
  color: #6e7378;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.c-news__body {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 767px) {
  .c-news__body {
    gap: 24px;
  }
}
.c-news__text {
  transition: color 0.3s;
  will-change: color;
}
@media (hover: hover) {
  .c-news__text:is(:where(:-moz-any-link, :enabled, summary):hover *) {
    color: #151ab2;
  }
  .c-news__text:is(:where(:any-link, :enabled, summary):hover *) {
    color: #151ab2;
  }
}
.c-news__icon {
  flex-shrink: 0;
}
.c-news__icon:not([href$=".pdf"] .c-news__icon):not([target=_blank] .c-news__icon:not([href$=".pdf"] .c-news__icon)) {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-news__icon:not([href$=".pdf"] .c-news__icon):not([target=_blank] .c-news__icon:not([href$=".pdf"] .c-news__icon))::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #151ab2;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .c-news__icon:not([href$=".pdf"] .c-news__icon):not([target=_blank] .c-news__icon:not([href$=".pdf"] .c-news__icon)):is(:where(:-moz-any-link, :enabled, summary):hover *)::before {
    background-color: #151ab2;
  }
  .c-news__icon:not([href$=".pdf"] .c-news__icon):not([target=_blank] .c-news__icon:not([href$=".pdf"] .c-news__icon)):is(:where(:any-link, :enabled, summary):hover *)::before {
    background-color: #151ab2;
  }
}
.c-news__icon:not([href$=".pdf"] .c-news__icon):not([target=_blank] .c-news__icon:not([href$=".pdf"] .c-news__icon))::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  rotate: 0deg;
  background-color: #ffffff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0px center;
  mask-position: 0px center;
  transition: background-color 0.3s, mask-position 0.3s, -webkit-mask-position 0.3s;
}
@media (hover: hover) {
  .c-news__icon:not([href$=".pdf"] .c-news__icon):not([target=_blank] .c-news__icon:not([href$=".pdf"] .c-news__icon)):is(:where(:-moz-any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 32px center;
    mask-position: 32px center;
  }
  .c-news__icon:not([href$=".pdf"] .c-news__icon):not([target=_blank] .c-news__icon:not([href$=".pdf"] .c-news__icon)):is(:where(:any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 32px center;
    mask-position: 32px center;
  }
}
[target=_blank] .c-news__icon:not([href$=".pdf"] .c-news__icon) {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
[target=_blank] .c-news__icon:not([href$=".pdf"] .c-news__icon)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #008296;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  [target=_blank] .c-news__icon:not([href$=".pdf"] .c-news__icon):is(:where(:-moz-any-link, :enabled, summary):hover *)::before {
    background-color: #008296;
  }
  [target=_blank] .c-news__icon:not([href$=".pdf"] .c-news__icon):is(:where(:any-link, :enabled, summary):hover *)::before {
    background-color: #008296;
  }
}
[target=_blank] .c-news__icon:not([href$=".pdf"] .c-news__icon)::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  rotate: -45deg;
  background-color: #ffffff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0px center;
  mask-position: 0px center;
  transition: background-color 0.3s, mask-position 0.3s, -webkit-mask-position 0.3s;
}
@media (hover: hover) {
  [target=_blank] .c-news__icon:not([href$=".pdf"] .c-news__icon):is(:where(:-moz-any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 32px center;
    mask-position: 32px center;
  }
  [target=_blank] .c-news__icon:not([href$=".pdf"] .c-news__icon):is(:where(:any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 32px center;
    mask-position: 32px center;
  }
}
[href$=".pdf"] .c-news__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
[href$=".pdf"] .c-news__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #b40a0a;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  [href$=".pdf"] .c-news__icon:is(:where(:-moz-any-link, :enabled, summary):hover *)::before {
    background-color: #7a0000;
  }
  [href$=".pdf"] .c-news__icon:is(:where(:any-link, :enabled, summary):hover *)::before {
    background-color: #7a0000;
  }
}
[href$=".pdf"] .c-news__icon::after {
  content: "PDF";
  font-family: "Elms Sans", sans-serif;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.c-faq__item {
  padding-block: 32px;
  border-bottom: 1px solid #49b1bf;
}
.c-faq__question {
  display: flex;
}
.c-faq__title {
  padding-top: 4px;
  color: #151ab2;
  font-size: 2rem;
  font-weight: 700;
}
.c-faq__answer {
  display: flex;
  margin-top: 16px;
}
.c-faq__text {
  padding-top: 8px;
}
.c-faq__icon {
  font-family: "Elms Sans", sans-serif;
  flex-shrink: 0;
  width: 36px;
  font-size: 2.4rem;
  font-weight: 700;
}
.c-faq__icon[data-type=q] {
  color: #151ab2;
}
.c-faq__icon[data-type=a] {
  color: #008296;
}

.c-breadcrumbs {
  padding: 12px 0 56px;
}
@media (max-width: 767px) {
  .c-breadcrumbs {
    padding: 12px 0 20px;
  }
}
.c-breadcrumbs__list {
  width: calc(100% - 64px);
  max-width: 1100px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .c-breadcrumbs__list {
    width: calc(100% - 40px);
  }
}
.c-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 1024px) {
  .c-breadcrumbs__list {
    max-width: calc(100% - 200px);
  }
}
.c-breadcrumbs__item {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.7;
}
.c-breadcrumbs__item:not(:first-child)::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -15px;
  margin: auto;
  width: 2px;
  height: 14px;
  background: #151ab2;
  rotate: 30deg;
}
.c-breadcrumbs__link {
  color: #6e7378;
  font-weight: 500;
  text-decoration: none;
}
@media (hover: hover) {
  .c-breadcrumbs__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #151ab2;
  }
  .c-breadcrumbs__link:where(:any-link, :enabled, summary):hover {
    color: #151ab2;
  }
}
.c-breadcrumbs__text {
  color: #6e7378;
  font-weight: 700;
}

:root.js .js-fade-in {
  opacity: 0;
  translate: 0 40px;
  transition: opacity 0.8s ease-out, translate 0.8s ease-out;
  will-change: opacity, translate;
}
:root.js .js-fade-in.is-inview {
  opacity: 1;
  translate: 0 0;
}
:root.js .js-fade-in-group > .js-fade-in:nth-child(1) {
  transition-delay: 0s;
}
:root.js .js-fade-in-group > .js-fade-in:nth-child(2) {
  transition-delay: 0.15s;
}
:root.js .js-fade-in-group > .js-fade-in:nth-child(3) {
  transition-delay: 0.3s;
}
:root.js .js-fade-in-group > .js-fade-in:nth-child(4) {
  transition-delay: 0.45s;
}
:root.js .js-fade-in-group > .js-fade-in:nth-child(5) {
  transition-delay: 0.6s;
}
:root.js .js-fade-in-group > .js-fade-in:nth-child(6) {
  transition-delay: 0.75s;
}
:root.js .js-fade-in-group > .js-fade-in:nth-child(7) {
  transition-delay: 0.9s;
}
:root.js .js-fade-in-group > .js-fade-in:nth-child(8) {
  transition-delay: 1.05s;
}
:root.js .js-fade-in-group > .js-fade-in:nth-child(9) {
  transition-delay: 1.2s;
}
:root.js .js-fade-in-group > .js-fade-in:nth-child(10) {
  transition-delay: 1.35s;
}
:root.js .js-fade-in-group > .js-fade-in:nth-child(11) {
  transition-delay: 1.5s;
}
:root.js .js-fade-in-group > .js-fade-in:nth-child(12) {
  transition-delay: 1.65s;
}
:root.js .js-fade-in-group > .js-fade-in:nth-child(13) {
  transition-delay: 1.8s;
}
:root.js .js-fade-in-group > .js-fade-in:nth-child(14) {
  transition-delay: 1.95s;
}
:root.js .js-fade-in-group > .js-fade-in:nth-child(15) {
  transition-delay: 2.1s;
}
:root.js .js-fade-in-group > .js-fade-in:nth-child(16) {
  transition-delay: 2.25s;
}
:root.js .js-fade-in-group > .js-fade-in:nth-child(17) {
  transition-delay: 2.4s;
}
:root.js .js-fade-in-group > .js-fade-in:nth-child(18) {
  transition-delay: 2.55s;
}
:root.js .js-fade-in-group > .js-fade-in:nth-child(19) {
  transition-delay: 2.7s;
}
:root.js .js-fade-in-group > .js-fade-in:nth-child(20) {
  transition-delay: 2.85s;
}

@media (prefers-reduced-motion: reduce) {
  .js-fade-in {
    opacity: 1;
    translate: 0 0;
    transition: none;
  }
}
.p-top-title {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .p-top-title {
    margin-bottom: 48px;
  }
}
.p-top-title__main {
  display: block;
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .p-top-title__main {
    font-size: 3.6rem;
  }
}
.p-top-title__sub {
  font-family: "Elms Sans", sans-serif;
  display: block;
  color: #151ab2;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}

@keyframes p-top-mv-catch-mask {
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes p-top-mv-catch-fade-up {
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-top-mv__catch-line,
  .p-top-mv__catch-sub {
    animation: none;
    clip-path: none;
    opacity: 1;
    translate: 0 0;
  }
}
.p-top-mv {
  position: relative;
  height: clamp(800px, 100dvh, 1200px);
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-top-mv {
    height: clamp(600px, 100dvh, 1000px);
  }
}
.p-top-mv__bg {
  position: absolute;
  inset: 0;
  margin: auto;
}
.p-top-mv__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.p-top-mv__bg-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.p-top-mv__inner {
  position: absolute;
  inset: 0;
  max-width: 1920px;
  margin-inline: auto;
}
.p-top-mv__catch {
  position: absolute;
  z-index: 2;
  inset: 0 auto 0 86px;
  margin: auto;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
@media (max-width: 767px) {
  .p-top-mv__catch {
    inset: 32.8205128205vw 0 auto 0;
    padding: 0 20px;
  }
}
.p-top-mv__catch-head {
  font-feature-settings: "palt";
  color: #ffffff;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.05em;
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.3));
}
.p-top-mv__catch-line {
  display: block;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  animation: p-top-mv-catch-mask 1s cubic-bezier(0.65, 0, 0.35, 1) 0.3s both;
  white-space: nowrap;
}
.p-top-mv__catch-line01 {
  animation-delay: 0.3s;
}
.p-top-mv__catch-line02 {
  padding-left: 16px;
  animation-delay: 0.6s;
}
@media (max-width: 767px) {
  .p-top-mv__catch-line02 {
    padding-left: 8px;
  }
}
.p-top-mv__catch-text01 {
  font-size: 7rem;
}
@media (max-width: 767px) {
  .p-top-mv__catch-text01 {
    font-size: 9.2307692308vw;
  }
}
.p-top-mv__catch-text02 {
  font-size: 6rem;
}
@media (max-width: 767px) {
  .p-top-mv__catch-text02 {
    font-size: 8.7179487179vw;
  }
}
.p-top-mv__catch-sub {
  margin-top: 20px;
  padding-inline: 16px;
  background: linear-gradient(90deg, #151ab2 0%, #0c0f66 100%);
  text-align: center;
  opacity: 0;
  translate: 0 20px;
  animation: p-top-mv-catch-fade-up 0.8s ease-out 1.6s both;
}
@media (max-width: 767px) {
  .p-top-mv__catch-sub {
    margin-top: 5.1282051282vw;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 8px;
    padding: 0;
    background: none;
    text-align: left;
  }
}
.p-top-mv__catch-sub-text {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .p-top-mv__catch-sub-text {
    display: block;
    padding-inline: 16px;
    background: #151ab2;
    font-size: 5.1282051282vw;
  }
}
.p-top-mv__slider {
  position: absolute;
  z-index: 1;
  inset: auto -40px 0 auto;
  width: 48.6111111111vw;
}
@media (max-width: 767px) {
  .p-top-mv__slider {
    inset: auto 0 15.3846153846vw 0;
    width: 100%;
  }
}
.p-top-mv__slider-splide {
  opacity: 0;
  transition: opacity 1s;
  overflow: hidden;
}
.p-top-mv__slider-splide.is-initialized {
  opacity: 1;
}
@media (min-width: 768px) {
  .p-top-mv__slider-item {
    margin-bottom: -2% !important;
    text-align: right;
  }
}
.p-top-mv__slider-img {
  display: block;
  -webkit-mask-image: url(/assets/img/top/mask_slide.svg);
  mask-image: url(/assets/img/top/mask_slide.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media (min-width: 768px) {
  .p-top-mv__slider-img {
    width: 45.625vw;
    height: auto;
  }
}
@media (max-width: 767px) {
  .p-top-mv__slider-img {
    width: min(177.59vw, 657px);
    height: auto;
  }
}
.p-top-mv__controller {
  transition: opacity 0.3s;
  will-change: opacity;
}
@media (hover: hover) {
  .p-top-mv__controller:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.75;
  }
  .p-top-mv__controller:where(:any-link, :enabled, summary):hover {
    opacity: 0.75;
  }
}
.p-top-mv__controller {
  position: absolute;
  inset: auto auto 20px 20px;
  width: 45px;
  height: 45px;
  z-index: 3;
}
.p-top-mv__controller-play {
  display: none;
}
.p-top-mv__controller-play img, .p-top-mv__controller-pause img {
  width: 100%;
}
.p-top-mv__controller.is-paused .p-top-mv__controller-play {
  display: block;
}
.p-top-mv__controller.is-paused .p-top-mv__controller-pause {
  display: none;
}

.p-top-banner {
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 81px;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.4);
  opacity: 0;
  overflow: hidden;
  transform: translateY(20px);
  transition: opacity 0.3s, transform 0.3s, display 0.3s allow-discrete;
}
.p-top-banner:not([hidden]) {
  opacity: 1;
  transform: translateY(0);
}
@starting-style {
  .p-top-banner:not([hidden]) {
    opacity: 0;
    transform: translateY(-20px);
  }
}
@media (max-width: 767px) {
  .p-top-banner {
    right: auto;
    bottom: 10px;
    left: 10px;
  }
}
.p-top-banner__close {
  transition: opacity 0.3s;
  will-change: opacity;
}
@media (hover: hover) {
  .p-top-banner__close:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.75;
  }
  .p-top-banner__close:where(:any-link, :enabled, summary):hover {
    opacity: 0.75;
  }
}
.p-top-banner__close {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  background: url(/assets/img/common/icon_close01_white.svg) no-repeat left 4px top 4px/20px;
}
@media (max-width: 767px) {
  .p-top-banner__close {
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: 28px;
  }
}
.p-top-banner__link {
  transition: opacity 0.3s;
  will-change: opacity;
}
@media (hover: hover) {
  .p-top-banner__link:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.75;
  }
  .p-top-banner__link:where(:any-link, :enabled, summary):hover {
    opacity: 0.75;
  }
}
.p-top-banner__link {
  display: block;
  width: 260px;
  padding: 24px 16px 16px 36px;
  background: linear-gradient(90deg, #151ab2 0%, #008296 70%, #49b1bf 100%);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.4);
  color: #ffffff;
  line-height: 1.4;
  text-decoration: none;
}
@media (max-width: 767px) {
  .p-top-banner__link {
    width: 250px;
    padding: 17px 42px 17px 48px;
  }
}
@media (hover: hover) {
  .p-top-banner__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #ffffff;
  }
  .p-top-banner__link:where(:any-link, :enabled, summary):hover {
    color: #ffffff;
  }
}
.p-top-banner__text-main {
  font-family: "Elms Sans", sans-serif;
  margin-bottom: 4px;
  font-size: 1.3rem;
  line-height: 1.4;
}
.p-top-banner__text-sub {
  margin-bottom: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid #49b1bf;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-top-banner__text-sub {
    margin-bottom: 0;
    border-bottom: none;
  }
}
.p-top-banner__foot {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
}
@media (max-width: 767px) {
  .p-top-banner__foot {
    position: absolute;
    inset: auto 15px 21px auto;
  }
}
.p-top-banner__foot-text {
  font-size: 1.3rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-top-banner__foot-text {
    display: none;
  }
}
.p-top-banner__foot-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-top-banner__foot-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #151ab2;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .p-top-banner__foot-icon:is(:where(:-moz-any-link, :enabled, summary):hover *)::before {
    background-color: #151ab2;
  }
  .p-top-banner__foot-icon:is(:where(:any-link, :enabled, summary):hover *)::before {
    background-color: #151ab2;
  }
}
.p-top-banner__foot-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  rotate: 0deg;
  background-color: #ffffff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0px center;
  mask-position: 0px center;
  transition: background-color 0.3s, mask-position 0.3s, -webkit-mask-position 0.3s;
}
@media (hover: hover) {
  .p-top-banner__foot-icon:is(:where(:-moz-any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 20px center;
    mask-position: 20px center;
  }
  .p-top-banner__foot-icon:is(:where(:any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 20px center;
    mask-position: 20px center;
  }
}

.p-top-announcement {
  padding-top: 48px;
}
.p-top-announcement__inner {
  width: calc(100% - 64px);
  max-width: 1100px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-top-announcement__inner {
    width: calc(100% - 40px);
  }
}
.p-top-announcement__inner {
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 32px;
  border-radius: 3px;
  border: 2px solid #b40a0a;
  background: #ffffff;
}
@media (max-width: 767px) {
  .p-top-announcement__inner {
    display: block;
    padding: 24px 32px;
  }
}
.p-top-announcement__head {
  flex-shrink: 0;
  position: relative;
  color: #b40a0a;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-top-announcement__head {
    margin-bottom: 65px;
  }
}
.p-top-announcement__head::before {
  content: "";
  position: absolute;
  inset: 0 -40px auto auto;
  width: 1px;
  height: 100%;
  background-color: #c9d2db;
}
@media (max-width: 767px) {
  .p-top-announcement__head::before {
    inset: auto auto -32px 0;
    width: 100%;
    height: 1px;
  }
}
.p-top-announcement__body {
  flex-grow: 1;
}
.p-top-announcement__link {
  position: relative;
  display: block;
  color: #101011;
  text-decoration: none;
}
.p-top-announcement__link:not(a) .p-top-announcement__icon {
  display: none !important;
}
.p-top-announcement__date {
  font-family: "Elms Sans", sans-serif;
  display: block;
  margin-bottom: 8px;
  color: #6e7378;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.p-top-announcement__content {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 767px) {
  .p-top-announcement__content {
    gap: 24px;
  }
}
.p-top-announcement__text {
  transition: color 0.3s;
  will-change: color;
}
@media (hover: hover) {
  .p-top-announcement__text:is(:where(:-moz-any-link, :enabled, summary):hover *) {
    color: #151ab2;
  }
  .p-top-announcement__text:is(:where(:any-link, :enabled, summary):hover *) {
    color: #151ab2;
  }
}
.p-top-announcement__icon {
  flex-shrink: 0;
}
.p-top-announcement__icon:not([href$=".pdf"] .p-top-announcement__icon):not([target=_blank] .p-top-announcement__icon:not([href$=".pdf"] .p-top-announcement__icon)) {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-top-announcement__icon:not([href$=".pdf"] .p-top-announcement__icon):not([target=_blank] .p-top-announcement__icon:not([href$=".pdf"] .p-top-announcement__icon))::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #151ab2;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .p-top-announcement__icon:not([href$=".pdf"] .p-top-announcement__icon):not([target=_blank] .p-top-announcement__icon:not([href$=".pdf"] .p-top-announcement__icon)):is(:where(:-moz-any-link, :enabled, summary):hover *)::before {
    background-color: #151ab2;
  }
  .p-top-announcement__icon:not([href$=".pdf"] .p-top-announcement__icon):not([target=_blank] .p-top-announcement__icon:not([href$=".pdf"] .p-top-announcement__icon)):is(:where(:any-link, :enabled, summary):hover *)::before {
    background-color: #151ab2;
  }
}
.p-top-announcement__icon:not([href$=".pdf"] .p-top-announcement__icon):not([target=_blank] .p-top-announcement__icon:not([href$=".pdf"] .p-top-announcement__icon))::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  rotate: 0deg;
  background-color: #ffffff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0px center;
  mask-position: 0px center;
  transition: background-color 0.3s, mask-position 0.3s, -webkit-mask-position 0.3s;
}
@media (hover: hover) {
  .p-top-announcement__icon:not([href$=".pdf"] .p-top-announcement__icon):not([target=_blank] .p-top-announcement__icon:not([href$=".pdf"] .p-top-announcement__icon)):is(:where(:-moz-any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 32px center;
    mask-position: 32px center;
  }
  .p-top-announcement__icon:not([href$=".pdf"] .p-top-announcement__icon):not([target=_blank] .p-top-announcement__icon:not([href$=".pdf"] .p-top-announcement__icon)):is(:where(:any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 32px center;
    mask-position: 32px center;
  }
}
[target=_blank] .p-top-announcement__icon:not([href$=".pdf"] .p-top-announcement__icon) {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
[target=_blank] .p-top-announcement__icon:not([href$=".pdf"] .p-top-announcement__icon)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #008296;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  [target=_blank] .p-top-announcement__icon:not([href$=".pdf"] .p-top-announcement__icon):is(:where(:-moz-any-link, :enabled, summary):hover *)::before {
    background-color: #008296;
  }
  [target=_blank] .p-top-announcement__icon:not([href$=".pdf"] .p-top-announcement__icon):is(:where(:any-link, :enabled, summary):hover *)::before {
    background-color: #008296;
  }
}
[target=_blank] .p-top-announcement__icon:not([href$=".pdf"] .p-top-announcement__icon)::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  rotate: -45deg;
  background-color: #ffffff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0px center;
  mask-position: 0px center;
  transition: background-color 0.3s, mask-position 0.3s, -webkit-mask-position 0.3s;
}
@media (hover: hover) {
  [target=_blank] .p-top-announcement__icon:not([href$=".pdf"] .p-top-announcement__icon):is(:where(:-moz-any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 32px center;
    mask-position: 32px center;
  }
  [target=_blank] .p-top-announcement__icon:not([href$=".pdf"] .p-top-announcement__icon):is(:where(:any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 32px center;
    mask-position: 32px center;
  }
}
[href$=".pdf"] .p-top-announcement__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
[href$=".pdf"] .p-top-announcement__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #b40a0a;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  [href$=".pdf"] .p-top-announcement__icon:is(:where(:-moz-any-link, :enabled, summary):hover *)::before {
    background-color: #7a0000;
  }
  [href$=".pdf"] .p-top-announcement__icon:is(:where(:any-link, :enabled, summary):hover *)::before {
    background-color: #7a0000;
  }
}
[href$=".pdf"] .p-top-announcement__icon::after {
  content: "PDF";
  font-family: "Elms Sans", sans-serif;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.p-top-message {
  padding: 0 0 120px;
}
@media (max-width: 767px) {
  .p-top-message {
    padding: 0 0 80px;
  }
}
.p-top-message__inner {
  width: calc(100% - 64px);
  max-width: 1100px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-top-message__inner {
    width: calc(100% - 40px);
  }
}
.p-top-message__inner {
  max-width: 1920px;
}
.p-top-message__column {
  display: grid;
  grid-template-columns: min(43.0555555556vw, 833px) 1fr;
  gap: min(9.7222222222vw, 140px);
  margin-inline: calc(50% - 50vw);
}
@media (min-width: 1920px) {
  .p-top-message__column {
    width: 1856px;
    margin-left: -32px;
  }
}
@media (max-width: 1023px) {
  .p-top-message__column {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
    margin: 0;
  }
}
.p-top-message__pic {
  position: sticky;
  top: 0;
  max-height: 800px;
}
@media (max-width: 1023px) {
  .p-top-message__pic {
    position: static;
    max-height: initial;
    margin-left: -32px;
  }
}
@media (max-width: 767px) {
  .p-top-message__pic {
    margin-left: -20px;
  }
}
.p-top-message__pic-img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0 36px 36px 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
}
@media (max-width: 1023px) {
  .p-top-message__pic-img {
    height: auto;
    border-radius: 0 10px 10px 0;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-top-message__body {
  flex-shrink: 0;
  padding-right: 32px;
}
@media (max-width: 1023px) {
  .p-top-message__body {
    padding: 0;
  }
}
.p-top-message__title {
  margin: 100px 0;
}
@media (max-width: 1023px) {
  .p-top-message__title {
    margin: 0 0 50px;
  }
}
.p-top-message__title-sub {
  display: block;
  color: #151ab2;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}
.p-top-message__title-main {
  display: block;
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .p-top-message__title-main {
    font-size: 3.6rem;
  }
}
.p-top-message__text01 {
  margin-bottom: 64px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.9;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .p-top-message__text01 {
    margin-bottom: 56px;
  }
}
.p-top-message__text02 {
  margin-bottom: 100px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.9;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .p-top-message__text02 {
    margin-bottom: 80px;
    font-size: 2rem;
  }
}
.p-top-message__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(3.8888888889vw, 56px);
  max-width: 1100px;
  margin: 100px auto 0;
}
@media (max-width: 1023px) {
  .p-top-message__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .p-top-message__cards {
    margin-top: 60px;
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.p-top-message__btn {
  margin-top: 48px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-top-message__btn {
    margin-top: 40px;
  }
}

.p-top-business {
  padding: 100px 0 120px;
  background-color: #eef3f6;
}
@media (max-width: 767px) {
  .p-top-business {
    padding: 60px 0 80px;
  }
}
.p-top-business__inner {
  width: calc(100% - 64px);
  max-width: 1100px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-top-business__inner {
    width: calc(100% - 40px);
  }
}
.p-top-business__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(3.8888888889vw, 56px);
}
@media (min-width: 1024px) {
  .p-top-business__cards > *:nth-child(even) {
    margin-top: 120px;
    gap: 0 56px;
  }
}
@media (max-width: 767px) {
  .p-top-business__cards {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.p-top-recruit__inner {
  width: calc(100% - 64px);
  max-width: 1100px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-top-recruit__inner {
    width: calc(100% - 40px);
  }
}
.p-top-recruit__inner {
  position: relative;
}
.p-top-recruit__pic {
  position: sticky;
  width: 100vw;
  height: 100vh;
  margin-inline: calc(50% - 50vw);
  top: 0;
  display: block;
}
.p-top-recruit__pic-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-recruit__body {
  position: relative;
  margin-top: -100vh;
  padding: 164px 0 120px;
}
@media (max-width: 767px) {
  .p-top-recruit__body {
    padding: 112px 0 80px;
  }
}
.p-top-recruit__catch {
  margin: 136px 0 48px;
  color: #ffffff;
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-top-recruit__catch {
    margin-bottom: 40px;
    font-size: 3.6rem;
  }
}
.p-top-recruit__text {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.9;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-top-recruit__text {
    line-height: 2;
  }
}
.p-top-recruit__btn {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .p-top-recruit__btn {
    margin-top: 40px;
  }
}
.p-top-recruit__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(3.8888888889vw, 56px);
  margin-top: 80px;
}
@media (max-width: 1023px) {
  .p-top-recruit__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .p-top-recruit__cards {
    grid-template-columns: 1fr;
    gap: 48px;
    margin-top: 64px;
  }
}

.p-top-news {
  position: relative;
  background-color: #ffffff;
  padding: 100px 0 0;
}
@media (max-width: 767px) {
  .p-top-news {
    padding: 60px 0 0;
  }
}
.p-top-news__inner {
  width: calc(100% - 64px);
  max-width: 1100px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-top-news__inner {
    width: calc(100% - 40px);
  }
}

.p-contact-step {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: min(10.4166666667vw, 150px);
  max-width: 640px;
  margin: 0 auto 80px;
}
@media (max-width: 767px) {
  .p-contact-step {
    gap: 32px;
    margin-bottom: 64px;
  }
}
.p-contact-step::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 50%;
  z-index: 0;
  width: 100%;
  max-width: calc(100% - 40px);
  height: 2px;
  translate: -50% 0;
  background-color: #151ab2;
}
.p-contact-step__item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.p-contact-step__circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.p-contact-step__circle::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23151ab2'/%3E%3C/svg%3E") no-repeat center/contain;
}
.p-contact-step__circle::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 36px;
  height: 36px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23ffffff'/%3E%3C/svg%3E") no-repeat center/contain;
}
.p-contact-step__num {
  font-family: "Elms Sans", sans-serif;
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 600;
  color: #151ab2;
}
.p-contact-step__label {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
  color: #6e7378;
  transition: color 0.3s;
}
.p-contact-step[data-active="1"] .p-contact-step__item:nth-child(1) .p-contact-step__circle, .p-contact-step[data-active="2"] .p-contact-step__item:nth-child(2) .p-contact-step__circle, .p-contact-step[data-active="3"] .p-contact-step__item:nth-child(3) .p-contact-step__circle {
  color: #ffffff;
}
.p-contact-step[data-active="1"] .p-contact-step__item:nth-child(1) .p-contact-step__circle::after, .p-contact-step[data-active="2"] .p-contact-step__item:nth-child(2) .p-contact-step__circle::after, .p-contact-step[data-active="3"] .p-contact-step__item:nth-child(3) .p-contact-step__circle::after {
  display: none;
}
.p-contact-step[data-active="1"] .p-contact-step__item:nth-child(1) .p-contact-step__num, .p-contact-step[data-active="2"] .p-contact-step__item:nth-child(2) .p-contact-step__num, .p-contact-step[data-active="3"] .p-contact-step__item:nth-child(3) .p-contact-step__num {
  color: #ffffff;
}
.p-contact-step[data-active="1"] .p-contact-step__item:nth-child(1) .p-contact-step__label, .p-contact-step[data-active="2"] .p-contact-step__item:nth-child(2) .p-contact-step__label, .p-contact-step[data-active="3"] .p-contact-step__item:nth-child(3) .p-contact-step__label {
  color: #151ab2;
}

.p-contact-message {
  text-align: center;
  margin-bottom: 80px;
}

.p-company-outline-message {
  display: grid;
  grid-template-columns: min(43.0555555556vw, 833px) 1fr;
  gap: min(9.7222222222vw, 140px);
  margin-inline: calc(50% - 50vw);
}
@media (max-width: 1023px) {
  .p-company-outline-message {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .p-company-outline-message__pic {
    margin-left: -32px;
  }
}
@media (max-width: 767px) {
  .p-company-outline-message__pic {
    margin-left: -20px;
  }
}
.p-company-outline-message__pic-img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0 36px 36px 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
}
@media (max-width: 1023px) {
  .p-company-outline-message__pic-img {
    height: auto;
    border-radius: 0 10px 10px 0;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-company-outline-message__body {
  flex-shrink: 0;
  padding-right: 32px;
}
@media (max-width: 1023px) {
  .p-company-outline-message__body {
    padding: 0;
  }
}
.p-company-outline-message__text {
  margin-bottom: 32px;
  line-height: 2;
}
.p-company-outline-message__post {
  margin-bottom: 8px;
  text-align: right;
  font-size: 1.5rem;
}
.p-company-outline-message__name {
  text-align: right;
}

.p-company-structure-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px min(1.6666666667vw, 24px);
}
@media (max-width: 1023px) {
  .p-company-structure-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: min(3.8888888889vw, 56px) 24px;
  }
}
@media (max-width: 767px) {
  .p-company-structure-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

.p-company-network-section {
  position: relative;
  padding-block: 80px;
}
@media (max-width: 767px) {
  .p-company-network-section {
    padding-block: 64px;
  }
}
.p-company-network-section::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background-color: #49b1bf;
}
.p-company-network-section:first-child {
  padding-top: 0;
}
.p-company-network-section:last-child::before {
  display: none;
}

.p-company-network-heading01 {
  margin-bottom: 48px;
  padding-block: 8px;
  border-block: 1px solid #49b1bf;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .p-company-network-heading01 {
    margin-bottom: 40px;
  }
}

.p-company-network-heading02 {
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: 700;
}

.p-company-network-list {
  margin-top: 16px;
  gap: 12px;
}

.p-company-network-map {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.p-company-network-map::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3) inset;
  pointer-events: none;
}
.p-company-network-map {
  width: min(100%, 550px);
  aspect-ratio: 550/366;
}
.p-company-network-map iframe {
  width: 100%;
  height: 100%;
}

.p-expertise-strength-step {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .p-expertise-strength-step {
    grid-template-columns: min(34.7222222222vw, 400px) 1fr;
    gap: min(3.8888888889vw, 56px);
  }
}
@media (min-width: 768px) {
  .p-expertise-strength-step[data-dir=reverse] {
    grid-template-columns: 1fr min(34.7222222222vw, 400px);
  }
  .p-expertise-strength-step[data-dir=reverse] .p-expertise-strength-step__pic {
    order: 2;
  }
  .p-expertise-strength-step[data-dir=reverse] .p-expertise-strength-step__body {
    order: 1;
  }
}
.p-expertise-strength-step__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (max-width: 767px) {
  .p-expertise-strength-step__list {
    gap: 32px;
  }
}
.p-expertise-strength-step__item {
  display: flex;
  gap: 24px;
}
.p-expertise-strength-step__num {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 60px;
  border-right: 1px solid #49b1bf;
}
.p-expertise-strength-step__num::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  margin: auto;
  width: 40px;
  height: 40px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23008296'/%3E%3C/svg%3E") no-repeat center/contain;
}
.p-expertise-strength-step__num-text {
  font-family: "Elms Sans", sans-serif;
  position: relative;
  width: 40px;
  text-align: center;
  color: #ffffff;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
}
.p-expertise-strength-step__title {
  display: inline-block;
  padding-bottom: 12px;
  border-bottom: 1px solid #49b1bf;
  color: #151ab2;
  font-size: 2rem;
  font-weight: 700;
}

.p-expertise-strength-card-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-block: 16px 12px;
}
.p-expertise-strength-card-title-sub {
  position: relative;
  padding-left: 22px;
  color: #151ab2;
  font-weight: 700;
  line-height: 1.4;
}
.p-expertise-strength-card-title-sub::before {
  content: "";
  position: absolute;
  inset: 6px auto auto 0;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23151ab2'/%3E%3C/svg%3E") no-repeat center/contain;
}
.p-expertise-strength-card-title-main {
  font-size: 2rem;
  font-weight: 700;
}

.p-service-index-flow__inner {
  display: grid;
  grid-template-columns: 60px 1fr;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.p-service-index-flow__heading {
  position: relative;
  display: flex;
  align-items: start;
  justify-content: center;
  width: 60px;
  margin-bottom: 30px;
  background-color: #4a6994;
}
.p-service-index-flow__heading::before {
  content: "";
  position: absolute;
  inset: auto 0 -30px 0;
  width: 60px;
  height: 30px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background-color: inherit;
  translate: 0 -1px;
}
.p-service-index-flow__heading-text {
  position: sticky;
  top: 100px;
  padding-inline: 20px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  white-space: nowrap;
  flex-shrink: 0;
  height: -moz-max-content;
  height: max-content;
}
.p-service-index-flow__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-service-index-flow__item {
  display: flex;
  gap: 24px;
  padding-bottom: 24px;
}
.p-service-index-flow__item:not(:last-child) {
  border-bottom: 1px solid #49b1bf;
}
@media (max-width: 767px) {
  .p-service-index-flow__item {
    flex-direction: column;
    gap: 18px;
  }
}
.p-service-index-flow__pic {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.p-service-index-flow__pic::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3) inset;
  pointer-events: none;
}
.p-service-index-flow__pic {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 146px;
  height: 150px;
  background-color: #ffffff;
}
.p-service-index-flow__pic-num {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
}
.p-service-index-flow__pic-num::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 42px;
  height: 42px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23151ab2'/%3E%3C/svg%3E") no-repeat center/contain;
}
.p-service-index-flow__pic-num-text {
  font-family: "Elms Sans", sans-serif;
  position: relative;
  color: #ffffff;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
}
.p-service-index-flow__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-service-index-flow__title,
.p-service-index-flow .c-link-text__text {
  font-size: 1.8rem;
  font-weight: 700;
}
.p-service-transport-card-title {
  margin-block: 16px 8px;
  font-size: 2rem;
  font-weight: 700;
}

.p-service-transport-equipment-card-pic {
  aspect-ratio: 330/186;
}

.p-service-transport-equipment-card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-block: 16px;
}
.p-service-transport-equipment-card-title__main {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.p-service-transport-equipment-card-title__main-small {
  font-size: 1.8rem;
}
.p-service-transport-equipment-card-title__qty {
  display: flex;
  align-items: center;
  gap: 4px;
}
.p-service-transport-equipment-card-title__qty-num {
  font-size: 2.2rem;
  font-weight: 700;
}
.p-service-transport-equipment-card-title__qty-unit {
  font-size: 1.8rem;
  font-weight: 700;
}

.p-recruit {
  padding-top: 93px;
}
@media (max-width: 1023px) {
  .p-recruit {
    padding-top: 68px;
  }
}
@media (max-width: 767px) {
  .p-recruit {
    padding-top: 68px;
  }
}

@keyframes p-recruit-mv-bg-in {
  from {
    opacity: 0;
    scale: 1.08;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
@keyframes p-recruit-mv-swirl-in {
  from {
    opacity: 0;
    scale: 0.8;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
@keyframes p-recruit-mv-mask {
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes p-recruit-mv-fade-up {
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-recruit-mv__bg img,
  .p-recruit-mv__swirl,
  .p-recruit-mv__en,
  .p-recruit-mv__title-line,
  .p-recruit-mv__sub {
    animation: none;
    opacity: 1;
    scale: 1;
    translate: 0 0;
    clip-path: none;
  }
}
.p-recruit-mv {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(800px, 100dvh - 93px, 1200px);
  overflow: hidden;
}
@media (max-width: 1023px) {
  .p-recruit-mv {
    height: clamp(800px, 100dvh - 68px, 1200px);
    height: max(100dvh - 68px, 800px);
  }
}
@media (max-width: 767px) {
  .p-recruit-mv {
    height: clamp(600px, 100dvh - 68px, 1000px);
    padding-block: 80px;
  }
}
.p-recruit-mv__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.p-recruit-mv__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  animation: p-recruit-mv-bg-in 1.6s ease-out both;
}
.p-recruit-mv__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}
@media (max-width: 767px) {
  .p-recruit-mv__copy {
    align-items: center;
    text-align: center;
  }
}
.p-recruit-mv__swirl {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 630px;
  height: 630px;
  pointer-events: none;
  opacity: 0;
  animation: p-recruit-mv-swirl-in 1.2s ease-out 0.2s both;
}
@media (max-width: 767px) {
  .p-recruit-mv__swirl {
    width: 90.2564102564vw;
    height: 77.4358974359vw;
  }
}
.p-recruit-mv__swirl::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.2) 100%);
  backdrop-filter: blur(10px);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
@media (max-width: 767px) {
  .p-recruit-mv__swirl::before {
    backdrop-filter: blur(6px);
  }
}
.p-recruit-mv__swirl img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
}
.p-recruit-mv__en {
  font-family: "Elms Sans", sans-serif;
  text-align: center;
  font-style: italic;
  color: #151ab2;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  opacity: 0;
  translate: 0 16px;
  animation: p-recruit-mv-fade-up 0.7s ease-out 0.3s both;
}
@media (max-width: 767px) {
  .p-recruit-mv__en {
    font-size: 3.0769230769vw;
  }
}
.p-recruit-mv__title {
  font-weight: 900;
  font-size: 5rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
  color: #101011;
}
@media (max-width: 767px) {
  .p-recruit-mv__title {
    font-size: 7.1794871795vw;
  }
}
.p-recruit-mv__title-line {
  display: block;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  animation: p-recruit-mv-mask 1s cubic-bezier(0.65, 0, 0.35, 1) 0.6s both;
}
.p-recruit-mv__title-line:nth-child(2) {
  animation-delay: 0.85s;
}
.p-recruit-mv__title-line:nth-child(3) {
  animation-delay: 1.1s;
}
.p-recruit-mv__title-hl[data-color=blue] {
  color: #151ab2;
}
.p-recruit-mv__title-hl[data-color=green] {
  color: #008296;
}
.p-recruit-mv__title-hl[data-color=orange] {
  color: #f57402;
}
.p-recruit-mv__title-hl[data-color=green2] {
  color: #73af5e;
}
.p-recruit-mv__sub {
  margin-top: 8px;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #6e7378;
  opacity: 0;
  translate: 0 20px;
  animation: p-recruit-mv-fade-up 0.8s ease-out 1.9s both;
}
@media (max-width: 767px) {
  .p-recruit-mv__sub {
    margin-top: 1.5384615385vw;
    font-size: 2.8205128205vw;
  }
}

.p-recruit-intro__block {
  position: relative;
}
.p-recruit-intro__block:first-child {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .p-recruit-intro__block:first-child {
    margin-bottom: 48px;
  }
}
@media (max-width: 1023px) {
  .p-recruit-intro__deco {
    display: none;
  }
}
.p-recruit-intro__deco-item {
  position: absolute;
  display: block;
  pointer-events: none;
}
.p-recruit-intro__deco-item[data-pos=texture-tr] {
  top: -50px;
  right: -150px;
  width: 594px;
}
.p-recruit-intro__deco-item[data-pos=blob-tl] {
  top: -60px;
  left: -210px;
  width: 350px;
}
.p-recruit-intro__deco-item[data-pos=blob-tr] {
  top: -15px;
  right: -242px;
  width: 484px;
}
.p-recruit-intro__deco-item[data-pos=texture-bl] {
  top: 0;
  left: -267px;
  width: 594px;
}
.p-recruit-intro__deco-item[data-pos=blob-br] {
  top: -56px;
  right: -170px;
  width: 231px;
}
.p-recruit-intro__deco-item[data-pos=blob-bl] {
  top: -217px;
  left: -170px;
  width: 233px;
}
.p-recruit-intro__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  .p-recruit-intro__copy {
    max-width: 680px;
    margin-inline: auto;
  }
}
.p-recruit-intro__title {
  color: #151ab2;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .p-recruit-intro__title {
    font-size: 2.6rem;
  }
}
.p-recruit-intro__row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 64px;
}
@media (max-width: 1023px) {
  .p-recruit-intro__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
}
.p-recruit-intro__pic {
  position: relative;
  flex-shrink: 0;
  width: min(45.4545454545vw, 500px);
}
.p-recruit-intro__pic img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  .p-recruit-intro__pic {
    display: none;
  }
}
.p-recruit-intro__copy2 {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-recruit-intro__lead {
  color: #151ab2;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-recruit-intro__lead {
    font-size: 2rem;
  }
}
.p-recruit-intro__pic-sp-head {
  display: none;
}
@media (max-width: 1023px) {
  .p-recruit-intro__pic-sp-head {
    display: block;
    text-align: center;
  }
}
.p-recruit-intro__pic-sp-head-img {
  width: min(100%, 720px);
}
.p-recruit-intro__pic-sp-foot {
  display: none;
}
@media (max-width: 1023px) {
  .p-recruit-intro__pic-sp-foot {
    display: block;
    margin-top: 20px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .p-recruit-intro__pic-sp-foot {
    margin-inline: -40px;
  }
}
.p-recruit-intro__pic-sp-foot-img {
  width: min(100%, 720px);
}

.p-recruit-card-job-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 767px) {
  .p-recruit-card-job-list {
    gap: 64px;
  }
}

.p-recruit-card-job {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "head figure" "body figure";
  -moz-column-gap: min(3.3333333333vw, 48px);
       column-gap: min(3.3333333333vw, 48px);
  padding-bottom: 80px;
  border-bottom: 1px solid #49b1bf;
}
@media (max-width: 1023px) {
  .p-recruit-card-job {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .p-recruit-card-job {
    padding-bottom: 64px;
  }
}
.p-recruit-card-job:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.p-recruit-card-job__head {
  grid-area: head;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 8px;
  min-width: 0;
}
.p-recruit-card-job__icon {
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 18px;
}
.p-recruit-card-job__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23151ab2'/%3E%3C/svg%3E") no-repeat center/contain;
}
.p-recruit-card-job__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #151ab2;
}
.p-recruit-card-job__roles {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 12px 0 16px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
}
@media (max-width: 1023px) {
  .p-recruit-card-job__roles {
    padding: 12px 0 0;
  }
}
.p-recruit-card-job__sep {
  flex-shrink: 0;
  width: 2px;
  height: 20px;
  background-color: #6e7c8c;
  rotate: 30deg;
}
.p-recruit-card-job__body {
  grid-area: body;
  min-width: 0;
}
.p-recruit-card-job__desc {
  margin-bottom: 16px;
}
.p-recruit-card-job__links {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
  margin-top: 32px;
}
.p-recruit-card-job__figure {
  grid-area: figure;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.p-recruit-card-job__figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3) inset;
  pointer-events: none;
}
.p-recruit-card-job__figure {
  flex-shrink: 0;
  aspect-ratio: 604/403;
}
@media (min-width: 768px) {
  .p-recruit-card-job__figure {
    width: min(50vw, 604px);
  }
}
.p-recruit-card-job__figure-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-recruit-card-people__pic {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.p-recruit-card-people__pic::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3) inset;
  pointer-events: none;
}
.p-recruit-card-people__pic {
  display: block;
  aspect-ratio: 33/22;
}
.p-recruit-card-people__pic-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recruit-card-people__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}
.p-recruit-card-people__dept {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #151ab2;
  font-weight: 700;
}
.p-recruit-card-people__dept-icon {
  position: relative;
  flex-shrink: 0;
  width: 14px;
  height: 12px;
}
.p-recruit-card-people__dept-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 14px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23151ab2'/%3E%3C/svg%3E") no-repeat center/contain;
}
.p-recruit-card-people__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
}
.p-recruit-card-people__desc {
  font-size: 1.5rem;
  line-height: 1.7;
}

.p-recruit-card-bnr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px;
  border-radius: 3px;
  border: 1px solid #49b1bf;
  background-color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .p-recruit-card-bnr {
    width: min(100%, 400px);
    margin-inline: auto;
  }
}
.p-recruit-card-bnr__icon {
  display: block;
  width: 70px;
  height: 70px;
}
.p-recruit-card-bnr__title {
  color: #151ab2;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
}
.p-recruit-card-bnr__desc {
  font-size: 1.5rem;
  line-height: 1.4;
}

.p-recruit-card-bnr-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}
@media (max-width: 1023px) {
  .p-recruit-card-bnr-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
  }
}
@media (max-width: 767px) {
  .p-recruit-card-bnr-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}

.p-recruit-voice-cloud {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
}

.p-recruit-voice {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .p-recruit-voice {
    max-width: calc(50% - 10px);
  }
}
.p-recruit-voice:nth-of-type(4n + 1) .p-recruit-voice__text {
  background-color: #d4e8fa;
}
.p-recruit-voice:nth-of-type(4n + 1) .p-recruit-voice__tail {
  border-top-color: #d4e8fa;
}
.p-recruit-voice:nth-of-type(4n + 2) .p-recruit-voice__text {
  background-color: #d3f2f0;
}
.p-recruit-voice:nth-of-type(4n + 2) .p-recruit-voice__tail {
  border-top-color: #d3f2f0;
}
.p-recruit-voice:nth-of-type(4n + 3) .p-recruit-voice__text {
  background-color: #e6f2ce;
}
.p-recruit-voice:nth-of-type(4n + 3) .p-recruit-voice__tail {
  border-top-color: #e6f2ce;
}
.p-recruit-voice:nth-of-type(4n + 0) .p-recruit-voice__text {
  background-color: #ffffff;
}
.p-recruit-voice:nth-of-type(4n + 0) .p-recruit-voice__tail {
  border-top-color: #ffffff;
}
.p-recruit-voice__text {
  padding: 12px 16px;
  border-radius: 3px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-recruit-voice__text {
    white-space: normal;
  }
}
.p-recruit-voice__accent {
  color: #151ab2;
}
.p-recruit-voice__tail {
  width: 0;
  height: 0;
  margin-top: -1px;
  border-style: solid;
  border-width: 12px 6.8px 0 6.8px;
  border-color: transparent transparent transparent transparent;
}
.p-recruit-voice__note {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px 0 0 auto;
  padding-left: 1.5em;
  color: #6e7378;
  font-size: 1.4rem;
  line-height: 1.4;
}
.p-recruit-voice__note::before {
  content: "※";
  position: absolute;
  inset: 0 auto auto 0;
}

.p-recruit-slider {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
.p-recruit-slider__footer {
  width: calc(100% - 64px);
  max-width: 1100px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-recruit-slider__footer {
    width: calc(100% - 40px);
  }
}
.p-recruit-slider__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 12px;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .p-recruit-slider__footer {
    margin-top: 30px;
  }
}
.p-recruit-slider .splide__arrow {
  position: relative;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  transform: initial;
  inset: initial;
  border-radius: initial;
  opacity: initial;
}
.p-recruit-slider .splide__arrow:hover {
  opacity: initial;
}
.p-recruit-slider .splide__arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #151ab2;
  transition: background-color 0.3s;
}
.p-recruit-slider .splide__arrow__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-recruit-slider .splide__arrow__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #151ab2;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .p-recruit-slider .splide__arrow__icon:is(:where(:-moz-any-link, :enabled, summary):hover *)::before {
    background-color: #151ab2;
  }
  .p-recruit-slider .splide__arrow__icon:is(:where(:any-link, :enabled, summary):hover *)::before {
    background-color: #151ab2;
  }
}
.p-recruit-slider .splide__arrow__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  rotate: 0deg;
  background-color: #ffffff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27' fill='none'%3E%3Cg clip-path='url(%23clip0_6763_16865)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.322H18.7184L15.8956 17.2071L17.1078 18.446L22 13.4458L17.1078 8.44604L15.8956 9.68499L18.7183 12.5697H10V14.322Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6763_16865'%3E%3Crect width='12' height='10' fill='white' transform='translate(10 8.44604)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0px center;
  mask-position: 0px center;
  transition: background-color 0.3s, mask-position 0.3s, -webkit-mask-position 0.3s;
}
@media (hover: hover) {
  .p-recruit-slider .splide__arrow__icon:is(:where(:-moz-any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 32px center;
    mask-position: 32px center;
  }
  .p-recruit-slider .splide__arrow__icon:is(:where(:any-link, :enabled, summary):hover *)::after {
    background-color: #ffffff;
    -webkit-mask-position: 32px center;
    mask-position: 32px center;
  }
}
@media (min-width: 768px) {
  .p-recruit-slider .splide__arrow--next {
    order: 4;
  }
}
@media (min-width: 768px) {
  .p-recruit-slider .splide__arrow--prev {
    order: 1;
  }
}
.p-recruit-slider .splide__arrow--prev .splide__arrow__icon {
  rotate: 180deg;
}
.p-recruit-slider .splide__pagination {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0;
  padding: 0 8px;
  inset: initial;
}
@media (min-width: 768px) {
  .p-recruit-slider .splide__pagination {
    order: 2;
  }
}
@media (max-width: 767px) {
  .p-recruit-slider .splide__pagination {
    width: 100%;
    gap: 10px;
  }
}
.p-recruit-slider .splide__pagination__page {
  width: 15px;
  height: 15px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: initial;
  background-color: #6e7c8c;
  opacity: 1;
  transition: background-color 0.3s;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 31 27' fill='none'%3E%3Cpath d='M9.50253 2.87691C17.3943 -1.67934 26.4779 -0.719986 29.7916 5.01949C33.1051 10.7589 29.3941 19.1047 21.5025 23.6611C13.6107 28.2174 4.5262 27.259 1.21249 21.5195C-2.10121 15.78 1.6107 7.43326 9.50253 2.87691Z' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  transition: background-color 0.3s, transform 0.3s;
  will-change: background-color, transform;
}
@media (hover: hover) {
  .p-recruit-slider .splide__pagination__page:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #151ab2;
  }
  .p-recruit-slider .splide__pagination__page:where(:any-link, :enabled, summary):hover {
    background-color: #151ab2;
  }
}
@media (max-width: 767px) {
  .p-recruit-slider .splide__pagination__page {
    width: 8px;
    height: 8px;
  }
}
.p-recruit-slider .splide__pagination__page.is-active {
  background-color: #151ab2;
  transform: scale(1.5);
}
.p-recruit-slider .splide__toggle {
  transition: opacity 0.3s;
  will-change: opacity;
}
@media (hover: hover) {
  .p-recruit-slider .splide__toggle:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.75;
  }
  .p-recruit-slider .splide__toggle:where(:any-link, :enabled, summary):hover {
    opacity: 0.75;
  }
}
.p-recruit-slider .splide__toggle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .p-recruit-slider .splide__toggle {
    order: 3;
  }
}
.p-recruit-slider .splide__toggle .splide__toggle__play {
  display: block;
}
.p-recruit-slider .splide__toggle .splide__toggle__pause {
  display: none;
}
.p-recruit-slider .splide__toggle.is-active .splide__toggle__play {
  display: none;
}
.p-recruit-slider .splide__toggle.is-active .splide__toggle__pause {
  display: block;
}
.p-recruit-slider .splide__toggle img {
  width: 100%;
  height: auto;
}

.p-sitemap-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.p-policy-section {
  padding-top: 56px;
}
@media (max-width: 767px) {
  .p-policy-section {
    padding-top: 48px;
  }
}
.p-policy-section:first-of-type {
  padding-top: 64px;
}
@media (max-width: 767px) {
  .p-policy-section:first-of-type {
    padding-top: 56px;
  }
}

.p-policy-heading {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
}
.p-policy-heading__num {
  font-family: "Elms Sans", sans-serif;
  width: 38px;
  color: #151ab2;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  translate: 0 2px;
}
@media (max-width: 767px) {
  .p-policy-heading__num {
    font-size: 2.1rem;
  }
}
.p-policy-heading__text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-policy-heading__text {
    font-size: 2.1rem;
  }
}

.p-policy-address {
  max-width: 530px;
  margin: 56px auto 0;
  padding: 32px;
  border: 1px solid #49b1bf;
  border-radius: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-policy-address {
    padding: 16px;
    margin: 48px auto 0;
  }
}
.p-policy-address__heading {
  margin-bottom: 24px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-policy-address__dept {
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: 700;
}
.p-policy-address__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-policy-address__group {
  display: flex;
  justify-content: center;
  gap: 16px;
  font-size: 1.8rem;
  font-weight: 700;
}

.u-color--blue01 {
  color: #151ab2 !important;
}
.u-color--white {
  color: #ffffff !important;
}
.u-color--black {
  color: #000000 !important;
}
.u-color--dark {
  color: #101011 !important;
}

.u-display-block {
  display: block !important;
}
@media (max-width: 767px) {
  .u-display-block--sp {
    display: block !important;
  }
}
@media (max-width: 1023px) {
  .u-display-block--tab {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .u-display-block--pc-tab {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .u-display-block--pc {
    display: block !important;
  }
}
.u-display-inlineBlock {
  display: inline-block !important;
}
@media (max-width: 767px) {
  .u-display-inlineBlock--sp {
    display: inline-block !important;
  }
}
@media (max-width: 1023px) {
  .u-display-inlineBlock--tab {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .u-display-inlineBlock--pc-tab {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) {
  .u-display-inlineBlock--pc {
    display: inline-block !important;
  }
}
.u-display-inline {
  display: inline !important;
}
@media (max-width: 767px) {
  .u-display-inline--sp {
    display: inline !important;
  }
}
@media (max-width: 1023px) {
  .u-display-inline--tab {
    display: inline !important;
  }
}
@media (min-width: 768px) {
  .u-display-inline--pc-tab {
    display: inline !important;
  }
}
@media (min-width: 1024px) {
  .u-display-inline--pc {
    display: inline !important;
  }
}
.u-display-none {
  display: none !important;
}
@media (max-width: 767px) {
  .u-display-none--sp {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .u-display-none--tab {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .u-display-none--pc-tab {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .u-display-none--pc {
    display: none !important;
  }
}

.u-my-0 {
  margin-block: 0 !important;
}
@media (max-width: 767px) {
  .u-my-0 {
    margin-block: 0 !important;
  }
}

.u-my-8 {
  margin-block: 8px !important;
}
@media (max-width: 767px) {
  .u-my-8 {
    margin-block: 8px !important;
  }
}

.u-my-16 {
  margin-block: 16px !important;
}
@media (max-width: 767px) {
  .u-my-16 {
    margin-block: 16px !important;
  }
}

.u-my-24 {
  margin-block: 24px !important;
}
@media (max-width: 767px) {
  .u-my-24 {
    margin-block: 24px !important;
  }
}

.u-my-32 {
  margin-block: 32px !important;
}
@media (max-width: 767px) {
  .u-my-32 {
    margin-block: 32px !important;
  }
}

.u-my-40 {
  margin-block: 40px !important;
}
@media (max-width: 767px) {
  .u-my-40 {
    margin-block: 32px !important;
  }
}

.u-my-48 {
  margin-block: 48px !important;
}
@media (max-width: 767px) {
  .u-my-48 {
    margin-block: 40px !important;
  }
}

.u-my-56 {
  margin-block: 56px !important;
}
@media (max-width: 767px) {
  .u-my-56 {
    margin-block: 48px !important;
  }
}

.u-my-80 {
  margin-block: 80px !important;
}
@media (max-width: 767px) {
  .u-my-80 {
    margin-block: 64px !important;
  }
}

.u-mx-0 {
  margin-inline: 0 !important;
}
@media (max-width: 767px) {
  .u-mx-0 {
    margin-inline: 0 !important;
  }
}

.u-mx-8 {
  margin-inline: 8px !important;
}
@media (max-width: 767px) {
  .u-mx-8 {
    margin-inline: 8px !important;
  }
}

.u-mx-16 {
  margin-inline: 16px !important;
}
@media (max-width: 767px) {
  .u-mx-16 {
    margin-inline: 16px !important;
  }
}

.u-mx-24 {
  margin-inline: 24px !important;
}
@media (max-width: 767px) {
  .u-mx-24 {
    margin-inline: 24px !important;
  }
}

.u-mx-32 {
  margin-inline: 32px !important;
}
@media (max-width: 767px) {
  .u-mx-32 {
    margin-inline: 32px !important;
  }
}

.u-mx-40 {
  margin-inline: 40px !important;
}
@media (max-width: 767px) {
  .u-mx-40 {
    margin-inline: 32px !important;
  }
}

.u-mx-48 {
  margin-inline: 48px !important;
}
@media (max-width: 767px) {
  .u-mx-48 {
    margin-inline: 40px !important;
  }
}

.u-mx-56 {
  margin-inline: 56px !important;
}
@media (max-width: 767px) {
  .u-mx-56 {
    margin-inline: 48px !important;
  }
}

.u-mx-80 {
  margin-inline: 80px !important;
}
@media (max-width: 767px) {
  .u-mx-80 {
    margin-inline: 64px !important;
  }
}

.u-mt-0 {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .u-mt-0 {
    margin-top: 0 !important;
  }
}

.u-mt-8 {
  margin-top: 8px !important;
}
@media (max-width: 767px) {
  .u-mt-8 {
    margin-top: 8px !important;
  }
}

.u-mt-16 {
  margin-top: 16px !important;
}
@media (max-width: 767px) {
  .u-mt-16 {
    margin-top: 16px !important;
  }
}

.u-mt-24 {
  margin-top: 24px !important;
}
@media (max-width: 767px) {
  .u-mt-24 {
    margin-top: 24px !important;
  }
}

.u-mt-32 {
  margin-top: 32px !important;
}
@media (max-width: 767px) {
  .u-mt-32 {
    margin-top: 32px !important;
  }
}

.u-mt-40 {
  margin-top: 40px !important;
}
@media (max-width: 767px) {
  .u-mt-40 {
    margin-top: 32px !important;
  }
}

.u-mt-48 {
  margin-top: 48px !important;
}
@media (max-width: 767px) {
  .u-mt-48 {
    margin-top: 40px !important;
  }
}

.u-mt-56 {
  margin-top: 56px !important;
}
@media (max-width: 767px) {
  .u-mt-56 {
    margin-top: 48px !important;
  }
}

.u-mt-80 {
  margin-top: 80px !important;
}
@media (max-width: 767px) {
  .u-mt-80 {
    margin-top: 64px !important;
  }
}

.u-mb-0 {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .u-mb-0 {
    margin-bottom: 0 !important;
  }
}

.u-mb-8 {
  margin-bottom: 8px !important;
}
@media (max-width: 767px) {
  .u-mb-8 {
    margin-bottom: 8px !important;
  }
}

.u-mb-16 {
  margin-bottom: 16px !important;
}
@media (max-width: 767px) {
  .u-mb-16 {
    margin-bottom: 16px !important;
  }
}

.u-mb-24 {
  margin-bottom: 24px !important;
}
@media (max-width: 767px) {
  .u-mb-24 {
    margin-bottom: 24px !important;
  }
}

.u-mb-32 {
  margin-bottom: 32px !important;
}
@media (max-width: 767px) {
  .u-mb-32 {
    margin-bottom: 32px !important;
  }
}

.u-mb-40 {
  margin-bottom: 40px !important;
}
@media (max-width: 767px) {
  .u-mb-40 {
    margin-bottom: 32px !important;
  }
}

.u-mb-48 {
  margin-bottom: 48px !important;
}
@media (max-width: 767px) {
  .u-mb-48 {
    margin-bottom: 40px !important;
  }
}

.u-mb-56 {
  margin-bottom: 56px !important;
}
@media (max-width: 767px) {
  .u-mb-56 {
    margin-bottom: 48px !important;
  }
}

.u-mb-80 {
  margin-bottom: 80px !important;
}
@media (max-width: 767px) {
  .u-mb-80 {
    margin-bottom: 64px !important;
  }
}

.u-ml-0 {
  margin-left: 0 !important;
}
@media (max-width: 767px) {
  .u-ml-0 {
    margin-left: 0 !important;
  }
}

.u-ml-8 {
  margin-left: 8px !important;
}
@media (max-width: 767px) {
  .u-ml-8 {
    margin-left: 8px !important;
  }
}

.u-ml-16 {
  margin-left: 16px !important;
}
@media (max-width: 767px) {
  .u-ml-16 {
    margin-left: 16px !important;
  }
}

.u-ml-24 {
  margin-left: 24px !important;
}
@media (max-width: 767px) {
  .u-ml-24 {
    margin-left: 24px !important;
  }
}

.u-ml-32 {
  margin-left: 32px !important;
}
@media (max-width: 767px) {
  .u-ml-32 {
    margin-left: 32px !important;
  }
}

.u-ml-40 {
  margin-left: 40px !important;
}
@media (max-width: 767px) {
  .u-ml-40 {
    margin-left: 32px !important;
  }
}

.u-ml-48 {
  margin-left: 48px !important;
}
@media (max-width: 767px) {
  .u-ml-48 {
    margin-left: 40px !important;
  }
}

.u-ml-56 {
  margin-left: 56px !important;
}
@media (max-width: 767px) {
  .u-ml-56 {
    margin-left: 48px !important;
  }
}

.u-ml-80 {
  margin-left: 80px !important;
}
@media (max-width: 767px) {
  .u-ml-80 {
    margin-left: 64px !important;
  }
}

.u-mr-0 {
  margin-right: 0 !important;
}
@media (max-width: 767px) {
  .u-mr-0 {
    margin-right: 0 !important;
  }
}

.u-mr-8 {
  margin-right: 8px !important;
}
@media (max-width: 767px) {
  .u-mr-8 {
    margin-right: 8px !important;
  }
}

.u-mr-16 {
  margin-right: 16px !important;
}
@media (max-width: 767px) {
  .u-mr-16 {
    margin-right: 16px !important;
  }
}

.u-mr-24 {
  margin-right: 24px !important;
}
@media (max-width: 767px) {
  .u-mr-24 {
    margin-right: 24px !important;
  }
}

.u-mr-32 {
  margin-right: 32px !important;
}
@media (max-width: 767px) {
  .u-mr-32 {
    margin-right: 32px !important;
  }
}

.u-mr-40 {
  margin-right: 40px !important;
}
@media (max-width: 767px) {
  .u-mr-40 {
    margin-right: 32px !important;
  }
}

.u-mr-48 {
  margin-right: 48px !important;
}
@media (max-width: 767px) {
  .u-mr-48 {
    margin-right: 40px !important;
  }
}

.u-mr-56 {
  margin-right: 56px !important;
}
@media (max-width: 767px) {
  .u-mr-56 {
    margin-right: 48px !important;
  }
}

.u-mr-80 {
  margin-right: 80px !important;
}
@media (max-width: 767px) {
  .u-mr-80 {
    margin-right: 64px !important;
  }
}

.u-py-0 {
  padding-block: 0 !important;
}
@media (max-width: 767px) {
  .u-py-0 {
    padding-block: 0 !important;
  }
}

.u-py-8 {
  padding-block: 8px !important;
}
@media (max-width: 767px) {
  .u-py-8 {
    padding-block: 8px !important;
  }
}

.u-py-16 {
  padding-block: 16px !important;
}
@media (max-width: 767px) {
  .u-py-16 {
    padding-block: 16px !important;
  }
}

.u-py-24 {
  padding-block: 24px !important;
}
@media (max-width: 767px) {
  .u-py-24 {
    padding-block: 24px !important;
  }
}

.u-py-32 {
  padding-block: 32px !important;
}
@media (max-width: 767px) {
  .u-py-32 {
    padding-block: 32px !important;
  }
}

.u-py-40 {
  padding-block: 40px !important;
}
@media (max-width: 767px) {
  .u-py-40 {
    padding-block: 32px !important;
  }
}

.u-py-48 {
  padding-block: 48px !important;
}
@media (max-width: 767px) {
  .u-py-48 {
    padding-block: 40px !important;
  }
}

.u-py-56 {
  padding-block: 56px !important;
}
@media (max-width: 767px) {
  .u-py-56 {
    padding-block: 48px !important;
  }
}

.u-py-80 {
  padding-block: 80px !important;
}
@media (max-width: 767px) {
  .u-py-80 {
    padding-block: 64px !important;
  }
}

.u-px-0 {
  padding-inline: 0 !important;
}
@media (max-width: 767px) {
  .u-px-0 {
    padding-inline: 0 !important;
  }
}

.u-px-8 {
  padding-inline: 8px !important;
}
@media (max-width: 767px) {
  .u-px-8 {
    padding-inline: 8px !important;
  }
}

.u-px-16 {
  padding-inline: 16px !important;
}
@media (max-width: 767px) {
  .u-px-16 {
    padding-inline: 16px !important;
  }
}

.u-px-24 {
  padding-inline: 24px !important;
}
@media (max-width: 767px) {
  .u-px-24 {
    padding-inline: 24px !important;
  }
}

.u-px-32 {
  padding-inline: 32px !important;
}
@media (max-width: 767px) {
  .u-px-32 {
    padding-inline: 32px !important;
  }
}

.u-px-40 {
  padding-inline: 40px !important;
}
@media (max-width: 767px) {
  .u-px-40 {
    padding-inline: 32px !important;
  }
}

.u-px-48 {
  padding-inline: 48px !important;
}
@media (max-width: 767px) {
  .u-px-48 {
    padding-inline: 40px !important;
  }
}

.u-px-56 {
  padding-inline: 56px !important;
}
@media (max-width: 767px) {
  .u-px-56 {
    padding-inline: 48px !important;
  }
}

.u-px-80 {
  padding-inline: 80px !important;
}
@media (max-width: 767px) {
  .u-px-80 {
    padding-inline: 64px !important;
  }
}

.u-pt-0 {
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  .u-pt-0 {
    padding-top: 0 !important;
  }
}

.u-pt-8 {
  padding-top: 8px !important;
}
@media (max-width: 767px) {
  .u-pt-8 {
    padding-top: 8px !important;
  }
}

.u-pt-16 {
  padding-top: 16px !important;
}
@media (max-width: 767px) {
  .u-pt-16 {
    padding-top: 16px !important;
  }
}

.u-pt-24 {
  padding-top: 24px !important;
}
@media (max-width: 767px) {
  .u-pt-24 {
    padding-top: 24px !important;
  }
}

.u-pt-32 {
  padding-top: 32px !important;
}
@media (max-width: 767px) {
  .u-pt-32 {
    padding-top: 32px !important;
  }
}

.u-pt-40 {
  padding-top: 40px !important;
}
@media (max-width: 767px) {
  .u-pt-40 {
    padding-top: 32px !important;
  }
}

.u-pt-48 {
  padding-top: 48px !important;
}
@media (max-width: 767px) {
  .u-pt-48 {
    padding-top: 40px !important;
  }
}

.u-pt-56 {
  padding-top: 56px !important;
}
@media (max-width: 767px) {
  .u-pt-56 {
    padding-top: 48px !important;
  }
}

.u-pt-80 {
  padding-top: 80px !important;
}
@media (max-width: 767px) {
  .u-pt-80 {
    padding-top: 64px !important;
  }
}

.u-pb-0 {
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  .u-pb-0 {
    padding-bottom: 0 !important;
  }
}

.u-pb-8 {
  padding-bottom: 8px !important;
}
@media (max-width: 767px) {
  .u-pb-8 {
    padding-bottom: 8px !important;
  }
}

.u-pb-16 {
  padding-bottom: 16px !important;
}
@media (max-width: 767px) {
  .u-pb-16 {
    padding-bottom: 16px !important;
  }
}

.u-pb-24 {
  padding-bottom: 24px !important;
}
@media (max-width: 767px) {
  .u-pb-24 {
    padding-bottom: 24px !important;
  }
}

.u-pb-32 {
  padding-bottom: 32px !important;
}
@media (max-width: 767px) {
  .u-pb-32 {
    padding-bottom: 32px !important;
  }
}

.u-pb-40 {
  padding-bottom: 40px !important;
}
@media (max-width: 767px) {
  .u-pb-40 {
    padding-bottom: 32px !important;
  }
}

.u-pb-48 {
  padding-bottom: 48px !important;
}
@media (max-width: 767px) {
  .u-pb-48 {
    padding-bottom: 40px !important;
  }
}

.u-pb-56 {
  padding-bottom: 56px !important;
}
@media (max-width: 767px) {
  .u-pb-56 {
    padding-bottom: 48px !important;
  }
}

.u-pb-80 {
  padding-bottom: 80px !important;
}
@media (max-width: 767px) {
  .u-pb-80 {
    padding-bottom: 64px !important;
  }
}

.u-pl-0 {
  padding-left: 0 !important;
}
@media (max-width: 767px) {
  .u-pl-0 {
    padding-left: 0 !important;
  }
}

.u-pl-8 {
  padding-left: 8px !important;
}
@media (max-width: 767px) {
  .u-pl-8 {
    padding-left: 8px !important;
  }
}

.u-pl-16 {
  padding-left: 16px !important;
}
@media (max-width: 767px) {
  .u-pl-16 {
    padding-left: 16px !important;
  }
}

.u-pl-24 {
  padding-left: 24px !important;
}
@media (max-width: 767px) {
  .u-pl-24 {
    padding-left: 24px !important;
  }
}

.u-pl-32 {
  padding-left: 32px !important;
}
@media (max-width: 767px) {
  .u-pl-32 {
    padding-left: 32px !important;
  }
}

.u-pl-40 {
  padding-left: 40px !important;
}
@media (max-width: 767px) {
  .u-pl-40 {
    padding-left: 32px !important;
  }
}

.u-pl-48 {
  padding-left: 48px !important;
}
@media (max-width: 767px) {
  .u-pl-48 {
    padding-left: 40px !important;
  }
}

.u-pl-56 {
  padding-left: 56px !important;
}
@media (max-width: 767px) {
  .u-pl-56 {
    padding-left: 48px !important;
  }
}

.u-pl-80 {
  padding-left: 80px !important;
}
@media (max-width: 767px) {
  .u-pl-80 {
    padding-left: 64px !important;
  }
}

.u-pr-0 {
  padding-right: 0 !important;
}
@media (max-width: 767px) {
  .u-pr-0 {
    padding-right: 0 !important;
  }
}

.u-pr-8 {
  padding-right: 8px !important;
}
@media (max-width: 767px) {
  .u-pr-8 {
    padding-right: 8px !important;
  }
}

.u-pr-16 {
  padding-right: 16px !important;
}
@media (max-width: 767px) {
  .u-pr-16 {
    padding-right: 16px !important;
  }
}

.u-pr-24 {
  padding-right: 24px !important;
}
@media (max-width: 767px) {
  .u-pr-24 {
    padding-right: 24px !important;
  }
}

.u-pr-32 {
  padding-right: 32px !important;
}
@media (max-width: 767px) {
  .u-pr-32 {
    padding-right: 32px !important;
  }
}

.u-pr-40 {
  padding-right: 40px !important;
}
@media (max-width: 767px) {
  .u-pr-40 {
    padding-right: 32px !important;
  }
}

.u-pr-48 {
  padding-right: 48px !important;
}
@media (max-width: 767px) {
  .u-pr-48 {
    padding-right: 40px !important;
  }
}

.u-pr-56 {
  padding-right: 56px !important;
}
@media (max-width: 767px) {
  .u-pr-56 {
    padding-right: 48px !important;
  }
}

.u-pr-80 {
  padding-right: 80px !important;
}
@media (max-width: 767px) {
  .u-pr-80 {
    padding-right: 64px !important;
  }
}

.u-text-align-left {
  text-align: left !important;
}
.u-text-align-center {
  text-align: center !important;
}
.u-text-align-right {
  text-align: right !important;
}
@media (max-width: 767px) {
  .u-text-align-left--sp {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .u-text-align-center--sp {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .u-text-align-right--sp {
    text-align: right !important;
  }
}
@media (max-width: 1023px) {
  .u-text-align-left--tab {
    text-align: left !important;
  }
}
@media (max-width: 1023px) {
  .u-text-align-center--tab {
    text-align: center !important;
  }
}
@media (max-width: 1023px) {
  .u-text-align-right--tab {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text-align-left--pc-tab {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text-align-center--pc-tab {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text-align-right--pc-tab {
    text-align: right !important;
  }
}
@media (min-width: 1024px) {
  .u-text-align-left--pc {
    text-align: left !important;
  }
}
@media (min-width: 1024px) {
  .u-text-align-center--pc {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .u-text-align-right--pc {
    text-align: right !important;
  }
}

.u-font-weight-500 {
  font-weight: 500 !important;
}
.u-font-weight-600 {
  font-weight: 600 !important;
}
.u-font-weight-700 {
  font-weight: 700 !important;
}
.u-font-weight-800 {
  font-weight: 800 !important;
}