/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./assets/scss/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
* メインスタイルcss
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
:root {
  --letter-spacing: 0.05em;
  --header-height: 6rem;
  --two-column-aside: 20rem;
  --two-column-gap: 4.375rem;
  --two-column-gutterL: (100% - 73.75rem) / 2;
  --two-column-gutterR: (100% - 73.75rem) / 2;
  --max-two-column-gutterL: max(2rem, var(--two-column-gutterL));
  --max-two-column-gutterR: max(2rem, var(--two-column-gutterR));
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  text-autospace: no-autospace; /* スクリプト間スペースの自動挿入防止 */
  text-spacing-trim: space-all; /* Chrome122以前のデフォルト値 */
  scroll-padding-top: var(--header-height);
  overflow-x: hidden;
}

*,
::before, ::after {
  box-sizing: border-box;
  letter-spacing: var(--letter-spacing);
  min-width: 0;
  text-decoration-thickness: inherit;
}

/**
 * Remove default margin.
 */
body {
  color: #F7F7F7;
  margin: 0;
  line-height: 1.6;
  font-size: 0.9375rem;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  text-decoration-thickness: from-font;
  text-underline-position: from-font;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  background: #020310;
  overflow-x: hidden;
}
body.is-slidebar-active {
  overflow: hidden;
}
:where(html[lang=en], html[lang=en-US]) body {
  font-family: "Roboto Flex Variable", sans-serif;
  line-height: 1.8;
  --letter-spacing: 0;
  font-size: 0.9375rem;
}

:where(html[lang=zh-Hans], html[lang=zh-CN]) body {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans JP", sans-serif;
}

/* Links
   ========================================================================== */
a {
  color: inherit;
  text-decoration: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  font-weight: bold;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.6rem;
  margin-top: 1.7rem;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.5rem;
  margin-top: 1.7rem;
  margin-bottom: 1rem;
}

h5 {
  font-size: 1.4rem;
  margin-top: 1.3rem;
  margin-bottom: 0.5rem;
}

h6 {
  font-size: 1.2rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

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

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

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

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

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

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

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

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

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

/**
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  padding: 0; /* 3 */
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* dl
   ========================================================================== */
/**
 * Remove most spacing between dl, dd.
 */
dl, dd {
  margin: 0;
}

/* ul
   ========================================================================== */
/**
 * Remove most spacing between ul, li.
 */
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
}

input[type=text],
input[type=url],
input[type=search],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=file],
textarea {
  padding: 0.625rem 1rem;
  font-size: 0.9375rem;
  --letter-spacing: 0.05em;
  line-height: 1.6;
  color: #F7F7F7;
  border: 1px solid #524E6E;
  background-color: #1B1C27;
  width: 100%;
  box-shadow: none;
  border-radius: 4px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
}
input[type=text]:focus, input[type=text]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=date]:focus,
input[type=date]:active,
input[type=time]:focus,
input[type=time]:active,
input[type=datetime-local]:focus,
input[type=datetime-local]:active,
input[type=month]:focus,
input[type=month]:active,
input[type=week]:focus,
input[type=week]:active,
input[type=file]:focus,
input[type=file]:active,
textarea:focus,
textarea:active {
  outline: none;
  box-shadow: none;
}

input[type=file] {
  font-size: 0.75rem;
}
input[type=file]::file-selector-button {
  background-color: #F9F9F9;
  background-image: linear-gradient(135deg, #FFF 0%, #393939 80%, #393939 100%);
  border-radius: 4px;
  border: 1px solid #393939;
  padding: 0.125rem 1rem 0.25rem;
  margin-right: 1rem;
  color: #020310;
  line-height: 1.46666;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea {
  min-height: 8.75rem;
  display: block;
}

input[type=checkbox] {
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: middle;
  accent-color: #8A87A3;
  flex-shrink: 0;
}

input[type=radio] {
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: middle;
  accent-color: #262E7E;
  flex-shrink: 0;
}

select {
  display: block;
  height: 2.75rem;
  padding: 0.625rem 1rem;
  text-transform: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg width="9" height="6" viewBox="0 0 9 6" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M7.945 2.38419e-05L9 1.05402L4.5 5.55402L0 1.05402L1.055 -0.000976562L4.5 3.44502L7.945 2.38419e-05Z" fill="%23393939"/></svg>');
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  background-size: 0.5625rem 0.3125rem;
  font-size: 0.9375rem;
  --letter-spacing: 0.05em;
  line-height: 1.6;
  color: #F7F7F7;
  border: 1px solid #524E6E;
  background-color: #1B1C27;
  width: 100%;
  box-shadow: none;
  border-radius: 4px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
}
select:focus, select:active {
  outline: none;
  box-shadow: none;
}

/*  プレイスホルダーの色変更 */
::-moz-placeholder {
  color: #524E6E;
}
::placeholder {
  color: #524E6E;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.l-container {
  max-width: 73.75rem;
  margin-inline: auto;
  box-sizing: content-box;
  padding-inline: 2rem;
}
.l-container.is-sm {
  max-width: 59rem;
}
.l-container.is-lg {
  max-width: 75rem;
}

:where(.l-two-column) .l-container {
  padding-inline: 0;
  margin-left: var(--max-two-column-gutterL);
  margin-right: calc(var(--max-two-column-gutterR) + var(--two-column-gap) + var(--two-column-aside));
}

:where(.l-two-column.is-reverse) .l-container {
  margin-right: var(--max-two-column-gutterR);
  margin-left: calc(var(--max-two-column-gutterL) + var(--two-column-gap) + var(--two-column-aside));
}

/*
---
name: フッター_サイトマップ型
category: Layout
---
*/
.l-footer {
  padding: 9.375rem 0 6.25rem;
  background: #020310;
  color: #F7F7F7;
}
.l-footer__navs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(4rem, 4.5714285714vw);
}
.l-footer__navs-link {
  display: block;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "DM Sans Variable", sans-serif;
  padding-bottom: 0.5rem;
  position: relative;
}
.l-footer__navs-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 0.0625rem;
  background: linear-gradient(to right, #808080, #020310);
}
.l-footer__units {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.l-footer__units-link {
  display: block;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Inter Variable", sans-serif;
}
.l-footer__units-link.is-disabled {
  background: linear-gradient(to right, #C1EBFF, #1986B9);
  -webkit-background-clip: text;
  background-clip: text;
  pointer-events: none;
  color: transparent;
}
.l-footer__others {
  margin-top: 4.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #393939;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  position: relative;
  height: 3.5rem;
}
.l-footer__others-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  top: 1.5rem;
}
.l-footer__others-navs {
  grid-area: navs;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
.l-footer__others-navs-link {
  display: block;
  text-decoration: none;
  font-size: 0.8125rem;
  color: rgba(247, 247, 247, 0.8);
}
.l-footer__others-copyright {
  grid-area: copyright;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Inter Variable", sans-serif;
  color: rgba(247, 247, 247, 0.8);
}

.l-footer.is-simple .l-footer__others {
  margin-top: 0;
}
.l-footer.is-simple .l-footer__navs {
  display: none;
}
.l-footer.is-pre .l-footer__navs {
  display: none;
}

/*
---
name: ヘッダー
category: Layout
---
*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 6rem;
  background: transparent;
  padding: 0 1.7142857143vw 0 2.8571428571vw;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}
.l-header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
}
.l-header__logo a, .l-header__logo img {
  display: block;
}
.l-header__inner {
  display: flex;
  align-items: center;
  gap: 4.2857142857vw;
}
.l-header__navs {
  padding: 0.875rem 2.2857142857vw;
  border-radius: 0.5rem;
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  -o-border-image: url(../images/header-line.png) 8/8px stretch;
     border-image: url(../images/header-line.png) 8/8px stretch;
}
.l-header__navs-list {
  display: flex;
  justify-content: center;
  gap: 2rem;
  position: relative;
  z-index: 1;
}
.l-header__navs-item {
  position: relative;
}
.l-header__navs-item.js-dropdown {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.l-header__navs-item.js-dropdown:after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background-image: url(../images/icon-acc-arrow-02.svg);
  background-size: cover;
}
.l-header__navs-item.js-dropdown.is-open::after {
  background-image: url(../images/icon-acc-arrow.svg);
}
.l-header__navs-link {
  display: block;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  color: #F7F7F7;
  font-weight: 500;
  font-family: "Inter Variable", sans-serif;
}
.l-header__buttons {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.l-header__lang-link {
  display: block;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0em;
  color: #F7F7F7;
  font-weight: 700;
  margin-right: 1rem;
  font-family: "Inter Variable", sans-serif;
}
.l-header__button {
  display: block;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  color: #F7F7F7;
  font-family: "Inter Variable", sans-serif;
  padding: 0.875rem 0.375rem;
  background: #262E7E;
  border-radius: 0.25rem;
  min-width: 7.5rem;
  text-align: center;
}
.l-header__navs-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 71.25rem;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}
.l-header__navs-submenu::before {
  content: "";
  position: absolute;
  top: -1.375rem;
  left: 0;
  right: 0;
  height: 1.375rem;
  pointer-events: auto;
}
.l-header__navs-outer {
  border: 1px solid rgba(247, 247, 247, 0.1);
  backdrop-filter: blur(1.25rem);
  -webkit-backdrop-filter: blur(1.25rem);
  border-radius: 8px;
  padding: 3rem 3rem 4rem;
  max-width: 71.25rem;
  margin: 0 auto;
}
.l-header__navs-submenu.is-open {
  pointer-events: auto;
}
.l-header__navs-head {
  font-size: 1.25rem;
  white-space: nowrap;
  font-weight: 600;
  letter-spacing: 0;
  font-family: "DM Sans Variable", sans-serif;
  line-height: 1;
  margin-bottom: 2.5rem;
}
.l-header__navs-child-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.625rem;
  font-family: "DM Sans Variable", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
}

.l-header.is-custom .l-header__navs {
  display: none;
}

.l-header.is-simple .l-header__inner,
.l-header.is-simple .l-header__button {
  display: none;
}

.is-slidebar-active .l-header {
  background: #020310;
}

/*
---
name: オファー_通常
category: Layout
---
*/
.l-offer {
  margin-top: 9.375rem;
  max-width: 87.5rem;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
.l-offer__container {
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.l-offer__top-square {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.l-offer__top-square::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  margin: auto;
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem 0 0 0;
  border-top: 2px solid #3C88EB;
  border-left: 2px solid #3C88EB;
}
.l-offer__top-square::after {
  content: "";
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: auto;
  width: 2rem;
  height: 2rem;
  border-radius: 0 0.5rem 0 0;
  border-top: 2px solid #3C88EB;
  border-right: 2px solid #3C88EB;
}
.l-offer__bottom-square {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.l-offer__bottom-square::before {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  margin: auto;
  width: 2rem;
  height: 2rem;
  border-radius: 0 0 0 0.5rem;
  border-bottom: 2px solid #3C88EB;
  border-left: 2px solid #3C88EB;
}
.l-offer__bottom-square::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  margin: auto;
  width: 2rem;
  height: 2rem;
  border-radius: 0 0 0.5rem 0;
  border-bottom: 2px solid #3C88EB;
  border-right: 2px solid #3C88EB;
}
.l-offer__images {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: -1;
}
.l-offer__images video {
  width: 100%;
  height: 100%;
  max-width: initial;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-offer__images::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: -1;
  background: rgba(255, 255, 255, 0.06);
  pointer-events: none;
}
.l-offer__image {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: -1;
}
.l-offer__image.is-pc {
  display: block;
}
.l-offer__image.is-sp {
  display: none;
}
.l-offer__image video {
  width: 100%;
  height: 100%;
  max-width: initial;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-offer__content {
  position: relative;
  z-index: 1;
  color: #F7F7F7;
  padding: 8.4375rem min(5rem, 5.7142857143vw);
}
.l-offer__content::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: -1;
  width: 90%;
  height: 75%;
  background: rgba(38, 46, 126, 0.3);
  filter: blur(5.625rem);
  pointer-events: none;
  border-radius: 62.5rem;
}
.l-offer__title {
  margin: 0;
  font-size: 2.25rem;
  line-height: 1.1111111111;
}
.l-offer__text {
  margin-top: 1.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.6;
}
.l-offer__buttons {
  margin-top: 2.5rem;
  display: flex;
  gap: 1rem;
}

/*
---
name: ページヘッダー_通常
category: Layout
---
*/
/*
---
name: ページヘッダー_単色
category: Layout
---
*/
.l-page-header {
  position: relative;
  text-align: center;
}
.l-page-header__inner {
  padding-top: 8.9375rem;
  padding-bottom: 8.125rem;
}
.l-page-header__title {
  font-family: "DM Sans Variable", sans-serif;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
}
.l-page-header__title + .l-page-header__lead {
  margin-top: 2rem;
}
.l-page-header__lead {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.l-page-header.is-sm {
  text-align: left;
}
.l-page-header.is-sm .l-page-header__inner {
  padding-top: 8.125rem;
  padding-bottom: 4.0625rem;
  border-bottom: 1px solid #393939;
}
.l-page-header.is-sm .l-page-header__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
  font-weight: 700;
}
.l-page-header.is-sm .l-page-header__sub {
  font-size: 0.875rem;
  line-height: 1.43;
  margin-top: 1rem;
  color: #a3a3a3;
}

html[lang=en] .l-page-header.is-sm .l-page-header__title {
  font-family: "DM Sans Variable", sans-serif;
}

.l-root-container {
  max-width: 160rem;
  margin: 0 auto;
}

.l-searchform {
  position: fixed;
  top: 5rem;
  left: 0;
  width: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  padding: 5.625rem 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}
.l-searchform__inner {
  width: 100%;
  max-width: 46.75rem;
  position: relative;
  margin: auto;
}
.l-searchform__overlay {
  position: absolute;
  background: rgba(247, 247, 247, 0.9);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.l-searchform__close {
  position: absolute;
  right: -4.125rem;
  top: -4.125rem;
  color: #F7F7F7;
  background: transparent;
  border: none;
  padding: 0;
}
.l-searchform__close__icon {
  font-size: 3rem;
}

body.is-search-modal-open .l-searchform {
  visibility: visible;
  opacity: 1;
}

.l-section.is-xlg {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.l-section.is-xlg-top {
  padding-top: 7.5rem;
}
.l-section.is-xlg-bottom {
  padding-bottom: 7.5rem;
}
.l-section.is-lg {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.l-section.is-lg-top {
  padding-top: 6.25rem;
}
.l-section.is-lg-bottom {
  padding-bottom: 6.25rem;
}
.l-section.is-md {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.l-section.is-md-top {
  padding-top: 5rem;
}
.l-section.is-md-bottom {
  padding-bottom: 5rem;
}
.l-section.is-sm {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.l-section.is-sm-top {
  padding-top: 4rem;
}
.l-section.is-sm-bottom {
  padding-bottom: 4rem;
}
.l-section.is-xs {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.l-section.is-xs-top {
  padding-top: 2rem;
}
.l-section.is-xs-bottom {
  padding-bottom: 2rem;
}
.l-section.is-color-primary {
  background-color: #262E7E;
}
.l-section.is-color-secondary {
  background-color: #f9f7f0;
}
.l-section.is-top {
  padding-bottom: 0 !important;
}
.l-section.is-bottom {
  padding-top: 0 !important;
}
.l-section.is-bg-color {
  background: #f4f4f4;
}
.l-section.is-bg-white {
  background: #F7F7F7;
}
.l-section.is-bg-raidus {
  border-radius: 7.5rem;
  background: #1C1D2F;
}
.l-section.is-sv {
  margin-top: 5.625rem;
  padding-top: 5.625rem;
}
.l-section.is-xxxlg {
  margin-top: 5.625rem;
  margin-bottom: 5.625rem;
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}
.l-section.is-xxxlg-top {
  margin-top: 5.625rem;
  padding-top: 5.625rem;
}
.l-section.is-xxxlg-bottom {
  margin-bottom: 5.625rem;
  padding-bottom: 5.625rem;
}
.l-section.is-xxlg-custom {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}
.l-section.is-xxlg {
  margin-top: 4.6875rem;
  margin-bottom: 4.6875rem;
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem;
}
.l-section.is-xxlg-top {
  margin-top: 4.6875rem;
  padding-top: 4.6875rem;
}
.l-section.is-xxlg-bottom {
  margin-bottom: 4.6875rem;
  padding-bottom: 4.6875rem;
}

.l-section.is-scroll-margin-responsive {
  scroll-margin-top: 12.5rem;
}

.l-section.is-search-result {
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.l-two-column {
  display: grid;
  grid-template: "gutterL main gap side gutterR" auto/var(--max-two-column-gutterL) 1fr var(--two-column-gap) var(--two-column-aside) var(--max-two-column-gutterR);
}
.l-two-column__main {
  grid-column: 1/-1;
  grid-row: 1/2;
}
.l-two-column__side {
  grid-area: side;
}
.l-two-column:where(.is-reverse) {
  grid-template: "gutterR side gap main gutterL" auto/var(--max-two-column-gutterL) var(--two-column-aside) var(--two-column-gap) 1fr var(--max-two-column-gutterR);
}
.l-two-column:where(.l-two-column:has(.l-section.is-search-result)) {
  grid-template: "gutterL main gap side gutterR" auto/var(--max-two-column-gutterR) 1fr var(--two-column-gap) 14.125rem var(--max-two-column-gutterL);
}
.l-two-column:where(.l-two-column:has(.l-section.is-search-result)) .l-two-column__main {
  grid-area: main;
}

/*
---
name: アコーディオン_Q&A
category: Components
---
*/
.c-accordion {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  max-width: 62.25rem;
  margin-left: auto;
  margin-right: auto;
}
.c-accordion__block {
  background-color: #1B1C27;
  padding: 1.5rem 2rem 1.5rem 1.5rem;
  border-radius: 8px;
}
.c-accordion__title {
  cursor: pointer;
  position: relative;
  display: block;
  padding-right: 1.25rem;
}
.c-accordion__title .is-ja {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.c-accordion__title .is-eng {
  font-size: 0.75rem;
  font-family: "DM Sans Variable", sans-serif;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0;
  display: block;
  margin-top: 0.5rem;
  color: #8A87A3;
}
.c-accordion__title::after {
  content: "";
  position: absolute;
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0.875rem;
  aspect-ratio: 1/1;
  background-image: url(../images/icon-acc-arrow-02.svg);
  background-size: cover;
}
.c-accordion__block[open] .c-accordion__title::after {
  background-image: url(../images/icon-acc-arrow.svg);
}

.c-accordion__title::-webkit-details-marker {
  display: none;
}
.c-accordion__content-wrapper {
  padding-top: 1.5rem;
}
.c-accordion__content {
  background-color: #020310;
  border-radius: 8px;
  padding: 1.5rem;
}
.c-accordion__content-inner {
  flex-grow: 1;
}
.c-accordion__content-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625rem;
}
.c-accordion__content-item:not(:last-child) {
  border-bottom: 1px solid #393939;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.c-accordion__content-head {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.c-accordion__content-text {
  font-size: 0.875rem;
}
.c-accordion__content-button {
  margin-top: 1.5rem;
}

/*
---
name: カプセルナビ_ページ内リンク
category: Navigation
---
*/
/*
---
name: カプセルナビ_ボタン型
category: Navigation
---
*/
.c-anchor-nav__buttons {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.375rem;
}
.c-anchor-nav__buttons.is-center {
  justify-content: center;
}
.c-anchor-nav__button {
  width: calc(33.3% - 0.75rem);
  margin: 0 0.375rem;
}
.c-anchor-nav__button:nth-child(n+4) {
  margin-top: 0.75rem;
}
.c-anchor-nav.is-next .c-anchor-nav__buttons {
  margin: 0 -1rem;
}
.c-anchor-nav.is-next .c-anchor-nav__button {
  width: calc(50% - 2rem);
  margin: 0 1rem;
}
.c-anchor-nav.is-next .c-anchor-nav__button:nth-child(n+3) {
  margin-top: 1.5rem;
}

.c-aside-navs__block:where(:not(:first-child)) {
  margin-top: 2.5rem;
}
.c-aside-navs__head {
  margin-bottom: 1.5rem;
}
.c-aside-navs__head-title {
  text-align: center;
  background-color: #262E7E;
  color: #F7F7F7;
  font-weight: 700;
  padding: 0.75rem 1rem;
}
.c-aside-navs__list-item {
  padding: 0.375rem 0;
}
.c-aside-navs__list-item summary {
  display: block;
  cursor: pointer;
}
.c-aside-navs__list-item::-webkit-details-marker {
  display: none;
}
.c-aside-navs__list-link {
  display: block;
  position: relative;
  padding: 0 1rem;
}
.c-aside-navs__list-link::before {
  --_icon-size: 0.5rem;
  content: "";
  position: absolute;
  top: calc(0.5lh - var(--_icon-size) / 2);
  left: 0;
  width: var(--_icon-size);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #393939;
}
.c-aside-navs__list-link.is-current, .c-pagination .c-aside-navs__list-link.page-numbers.current {
  color: #262E7E;
}
.c-aside-navs__list-link.is-current::before, .c-pagination .c-aside-navs__list-link.page-numbers.current::before {
  background: #262E7E;
}
.c-aside-posts__block:where(:not(:first-child)) {
  margin-top: 2.5rem;
}
.c-aside-posts__head {
  margin-bottom: 1.5rem;
}
.c-aside-posts__head-title {
  text-align: center;
  background-color: #262E7E;
  color: #F7F7F7;
  font-weight: 400;
  padding: 0.75rem 1rem;
}
.c-aside-posts__list-item summary {
  display: block;
  cursor: pointer;
}
.c-aside-posts__list-item::-webkit-details-marker {
  display: none;
}
.c-aside-posts__list-link {
  display: block;
  position: relative;
  padding: 0.375rem 1rem;
  border-bottom: 1px solid #393939;
}
.c-aside-posts__list-link.is-current, .c-pagination .c-aside-posts__list-link.page-numbers.current {
  color: #262E7E;
}
.c-aside-posts__submenu {
  padding: 0.375rem 1rem;
}
/*
---
name: ブロック_通常
category: Components
---
*/
.c-block__block {
  margin-bottom: 4rem;
}
.c-block__image img {
  width: 100%;
  height: auto;
}

.c-block-cookie {
  position: fixed;
  z-index: 999999;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(247, 247, 247, 0.8);
  padding: 0.875rem 0;
  opacity: 0;
  visibility: hidden;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}
.c-block-cookie.is-fixed {
  opacity: 1;
  visibility: visible;
}
.c-block-cookie.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.c-block-cookie__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.c-block-cookie__text {
  font-size: 0.75rem;
  line-height: 2;
  --letter-spacing: 0.1em;
  font-weight: 400;
  color: #F7F7F7;
}
.c-block-cookie__button {
  flex: none;
  margin-left: 2rem;
}
.c-block-cookie__button a {
  font-size: 0.8125rem;
  line-height: 1.4615384615;
  --letter-spacing: 0.14em;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F7F7F7;
  padding: 0.9375rem 6.25rem;
  background: #393939;
}

.c-block-document {
  display: grid;
  grid-template-columns: 588fr 556fr;
  gap: 3.5rem;
}
.c-block-document .c-forms__privacy input {
  border-color: #524E6E;
}
.c-block-document__form {
  border-radius: 8px;
  background-color: #1B1C27;
}
.c-block-document__form .c-forms {
  background: transparent;
  width: 100%;
  padding: 2rem;
}
.c-block-document__form .c-forms__submit {
  margin-top: 2.5rem;
}
.c-block-document__form .c-forms__textarea textarea {
  min-height: 6.125rem;
  height: 6.125rem;
}

.c-block-texts {
  color: #F7F7F7;
}

/*
---
name: <blockquote> 引用テキスト
category: Base
---
*/
.c-blockquote {
  background-color: transparent;
  border-top: 1px solid #F7F7F7;
  border-right: 1px solid #F7F7F7;
  border-bottom: 1px solid #F7F7F7;
  border-left: 1px solid #F7F7F7;
  position: relative;
  padding: 1.5rem 1.5rem 1.5rem 3rem;
  margin-right: 0;
  margin-left: 0;
}
.c-blockquote::before {
  content: "";
  width: 1.1875rem;
  height: 1rem;
  background: #262E7E;
  -webkit-mask: url("../images/icon-blockquote.svg") no-repeat center/contain;
          mask: url("../images/icon-blockquote.svg") no-repeat center/contain;
  position: absolute;
  left: 1rem;
  top: 1rem;
}
.c-blockquote cite {
  display: block;
  margin-top: 1rem;
}

/*
---
name: ボックス_通常
category: Components
---
*/
.c-box__block {
  background-color: #f9f7f0;
  padding: 2rem 2.5rem;
  margin-bottom: 3.5rem;
}
.c-box.is-number-left .c-box__block {
  position: relative;
}
.c-box.is-number-left .c-box__block::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 33px 0 33px;
  border-color: #262E7E transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}
.c-box.is-number-left .c-box__number {
  background-color: #262E7E;
  color: #F7F7F7;
  width: 5.375rem;
  height: 5.375rem;
  text-align: center;
  font-family: "DM Sans Variable", sans-serif;
  position: absolute;
  top: 0;
  line-height: 1;
  left: 0;
  padding-top: 0.875rem;
}
.c-box.is-number-left .c-box__number small {
  font-family: "DM Sans Variable", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  display: block;
}
.c-box.is-number-left .c-box__number span {
  font-size: 2.625rem;
  letter-spacing: 0;
  display: block;
}
.c-box.is-roundimg .c-box__image {
  width: 12.5rem;
  height: 12.5rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.c-box.is-roundimg .c-box__image img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*
---
name: アーカイブナビ_通常
category: Navigation
---
*/
.c-box-archive__block {
  border: 1px solid #262E7E;
  padding: 1.5rem 2rem 0.75rem;
  margin-bottom: 1rem;
}
.c-box-archive__block:last-child {
  margin-bottom: 0;
}
.c-box-archive__title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #262E7E;
  margin-bottom: 1rem;
}
.c-box-archive ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-box-archive ul li {
  margin-right: 3rem;
  margin-bottom: 0.75rem;
}
.c-box-archive ul li::before {
  content: "chevron_right";
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  overflow: hidden;
  display: inline-block;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  color: #262E7E;
  padding-right: 0.5rem;
}
.c-box-archive ul li a {
  color: #F7F7F7;
  text-decoration: none;
  font-weight: 400;
}

/*
---
name: シェアボックス
category: PostContent
---
# いいねボタンのHTMLは自動生成
*/
.c-box-share {
  width: 100%;
  min-height: 16.875rem;
  background: url("../images/img-sample.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  text-align: center;
  margin: 3rem 0;
}
.c-box-share::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(2, 3, 16, 0.6);
}
.c-box-share__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  width: 100%;
}
.c-box-share__title {
  color: #F7F7F7;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

.c-breadcrumb {
  padding: 0.75rem 0;
}
.c-breadcrumb__inner {
  font-size: 0.75rem;
  line-height: 1.5;
}
.c-breadcrumb__inner span.is-arrow {
  margin: 0 0.5rem;
  font-size: 0.625rem;
  line-height: 1;
  vertical-align: middle;
}
.c-breadcrumb__inner span.is-arrow span {
  display: inline-flex;
}
.c-breadcrumb__inner span a {
  display: inline-flex;
}

.c-button-simple {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
  color: #F7F7F7;
  text-decoration: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 600;
}
.c-button-simple span.is-icon {
  display: flex;
  align-items: center;
  position: relative;
}
.c-button-simple span.is-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #3C88EB;
  -webkit-mask: url("../images/icon-arrow.svg") center/contain no-repeat;
  mask: url("../images/icon-arrow.svg") center/contain no-repeat;
  clip-path: inset(0 100% 0 0);
  pointer-events: none;
}
.c-button-simple.is-arrow-left {
  flex-direction: row-reverse;
}
.c-button-simple.is-arrow-left span.is-icon {
  transform: scale(-1);
}

/*
---
name: ボタン_カラー別
category: Buttons
---
*/
@keyframes sweep {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  /* 左端から出現前 */
  50% {
    clip-path: inset(0 0 0 0);
  }
  /* 全面が黒（通過中のピーク） */
  100% {
    clip-path: inset(0 0 0 100%);
  }
  /* 右へ抜けて消える */
}
.c-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  text-align: center;
  color: #F7F7F7;
  text-decoration: none;
  background-color: #524E6E;
  padding: 1rem 1.5rem 1.125rem 3rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  border-radius: 0.375rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 600;
}
.c-button span.is-icon {
  display: flex;
  align-items: center;
  position: relative;
}
.c-button span.is-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #020310;
  -webkit-mask: url("../images/icon-arrow.svg") center/contain no-repeat;
  mask: url("../images/icon-arrow.svg") center/contain no-repeat;
  clip-path: inset(0 100% 0 0);
  pointer-events: none;
}
.c-button.is-transparent {
  background: transparent;
  color: #F7F7F7;
  border: 1px solid #F7F7F7;
}
.c-button.is-text {
  background-color: transparent !important;
  padding: 0;
  font-size: 0.875rem;
  justify-content: flex-end;
  gap: 0.5rem;
  width: 100%;
}
.c-button.is-text .is-text {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}
.c-button.is-arrow-left {
  flex-direction: row-reverse;
  padding: 1rem 3rem 1.125rem 1.5rem;
}
.c-button.is-arrow-left span.is-icon {
  transform: scale(-1);
}
.c-button.is-archive span.is-icon::after {
  -webkit-mask: url("../images/icon-acc-arrow-02.svg") center/contain no-repeat;
  mask: url("../images/icon-acc-arrow-02.svg") center/contain no-repeat;
}
.c-button.is-nav {
  color: #262E7E;
  background: #F7F7F7;
  border: 1px solid #262E7E;
  padding: 1rem 1.5rem;
  max-width: 100%;
  height: 100%;
  border-radius: 3px;
}
.c-button.is-nav:after {
  content: "expand_more";
  right: 1rem;
  transform: translateY(-50%);
  font-size: 1.125rem;
  line-height: 1;
}
/*
---
name: カード_通常
category: Components
---
*/
.c-card__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.25rem;
}
.c-card__card {
  display: block;
  text-decoration: none;
  color: #F7F7F7;
  font-weight: 400;
}
.c-card__image {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.c-card__image img {
  width: 100%;
  height: 100%;
  max-width: initial;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.2s;
}
.c-card__content {
  margin-top: 0.75rem;
}
.c-card__title {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  margin: 0;
}
.c-card__text {
  margin-top: 0.75rem;
  font-size: 0.875rem;
}
.c-card__slider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.25rem;
}
.swiper-initialized .c-card__slider {
  display: flex;
  gap: 0;
}

.c-card__slider-nav {
  display: none;
}
.swiper-initialized .c-card__slider-nav {
  display: block;
}

.c-card__slider-pagination {
  display: none;
}
.swiper-initialized .c-card__slider-pagination {
  display: block;
}

/*
---
name: カード_数字付き
category: Components
---
*/
.c-card.is-number-left .c-card__block {
  position: relative;
  padding-top: 3.25rem;
}
.c-card.is-number-left .c-card__number {
  text-align: center;
  color: #262E7E;
  font-family: "DM Sans Variable", sans-serif;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0.5rem;
}
.c-card.is-number-left .c-card__number small {
  font-family: "DM Sans Variable", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}
.c-card.is-number-left .c-card__number span {
  font-size: 3.75rem;
  letter-spacing: 0;
}
.c-card.is-number-left .c-card__text {
  font-size: 0.9375rem;
}

.c-card-download__head.c-heading.is-md.is-border-bottom {
  margin-bottom: 2.5rem;
}
.c-card-download__blocks {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.125rem;
}
.c-card-download__block {
  display: block;
  text-decoration: none;
  color: #F7F7F7;
  width: calc(50% - 2.25rem);
  background: #F7F7F7;
  padding: 1.5rem 1.5rem 2rem;
  margin: 0 1.125rem;
}
.c-card-download__block:nth-child(n+3) {
  margin-top: 2rem;
}
.c-card-download__image {
  overflow: hidden;
  position: relative;
  background: #f4f4f4;
  aspect-ratio: 504/311;
}
.c-card-download__image img {
  width: 100%;
  height: 100%;
  max-width: initial;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}
.c-card-download__image .is-no {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  font-size: 1.0625rem;
  color: rgba(247, 247, 247, 0.5);
}
.c-card-download__label {
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-card-download__content {
  margin-top: 1rem;
}
.c-card-download__button {
  margin-top: 1.5rem;
}
.c-card-download__button .c-button {
  max-width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.c-card-download__button .c-button:before {
  content: none;
}
.c-card-download__button .c-button:after {
  transform: translateY(-50%);
}
.c-card-download.is-three-col .c-card-download__block {
  width: calc(33.3% - 2.25rem);
  margin-top: 0;
}
.c-card-download.is-three-col .c-card-download__block:nth-child(n+4) {
  margin-top: 2rem;
}
.c-card-download.is-three-col .c-card-download__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.c-card-event {
  margin-top: 4.625rem;
  overflow: hidden;
}
.c-card-event:has(.is-hover-design) {
  overflow: visible;
}
.c-card-event.is-mg-none {
  margin-top: 0;
}
.c-card-event__block:not(:first-child) {
  margin-top: 4.8125rem;
}
.c-card-event__head {
  display: flex;
  align-items: flex-end;
}
.c-card-event__head-title {
  margin: 0;
  color: #F7F7F7;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0;
  font-family: "DM Sans Variable", sans-serif;
  padding-bottom: 0.6875rem;
  font-weight: 400;
}
.c-card-event__head-link {
  display: block;
  margin-left: auto;
}
.c-card-event__list {
  margin-top: 1.25rem;
  position: relative;
  overflow: visible;
}
.c-card-event__list .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  gap: 1.5rem;
}
.c-card-event__list::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 90%;
  height: 90%;
  border-radius: 720px;
  background: rgba(247, 247, 247, 0.05);
  filter: blur(3.75rem);
}
.c-card-event__list.is-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 0;
}
.c-card-event__navs {
  display: none;
  position: absolute;
  top: 5.125rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  justify-content: space-between;
  z-index: 9;
}
.swiper-initialized .c-card-event__navs {
  display: none;
}

.c-card-event__nav-button {
  width: 2.625rem;
  border-radius: 50%;
  background: none;
  border: none;
  padding: 0;
}
.c-card-event__item {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.c-card-event__item:has(.is-hover-design) {
  overflow: visible;
}
.c-card-event__item:has(.is-hover-design) .c-card-event__item-content {
  z-index: 5;
}
.c-card-event__item-inner {
  overflow: hidden;
  position: relative;
  padding: 1.5rem;
}
.c-card-event__item:not(:has(.is-hover-design)) .c-card-event__item-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -30%;
  left: 0;
  margin: auto;
  width: 100%;
  height: 15rem;
  border-radius: 516px;
  background: #262E7E;
  filter: blur(5rem);
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  pointer-events: none;
}
.c-card-event__item-link {
  display: block;
  text-decoration: none;
  padding: 1.5rem;
  background: linear-gradient(to bottom, rgba(247, 247, 247, 0.05), rgba(247, 247, 247, 0.1));
  border-radius: 0.5rem;
  border: 1px solid #393939;
  position: relative;
}
.c-card-event__item-link.is-hover-design {
  padding: 0;
}
.c-card-event__item-link.is-hover-design::before, .c-card-event__item-link.is-hover-design::after {
  position: absolute;
  content: "";
  display: block;
  width: 5rem;
  aspect-ratio: 1/1;
  top: -0.375rem;
  border-top: 1px solid #3C88EB;
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}
.c-card-event__item-link.is-hover-design:before {
  border-left: 1px solid #3C88EB;
  border-top-left-radius: 12px;
  left: -0.375rem;
}
.c-card-event__item-link.is-hover-design:after {
  border-right: 1px solid #3C88EB;
  border-top-right-radius: 12px;
  right: -0.375rem;
}
.c-card-event__item-wrapper::before, .c-card-event__item-wrapper::after {
  position: absolute;
  content: "";
  width: 5rem;
  aspect-ratio: 1/1;
  bottom: -0.375rem;
  border-bottom: 1px solid #3C88EB;
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}
.c-card-event__item-wrapper:before {
  border-left: 1px solid #3C88EB;
  border-bottom-left-radius: 12px;
  left: -0.375rem;
}
.c-card-event__item-wrapper:after {
  border-right: 1px solid #3C88EB;
  border-bottom-right-radius: 12px;
  right: -0.375rem;
}
.c-card-event__item-bg {
  content: "";
  position: absolute;
  right: 0;
  bottom: -30%;
  z-index: 3;
  left: 0;
  margin: auto;
  width: 66.666%;
  height: 15rem;
  border-radius: 99999px;
  background: #262E7E;
  filter: blur(10rem);
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  pointer-events: none;
}
.c-card-event__item-image {
  border-radius: 0.25rem;
  overflow: hidden;
}
.c-card-event__item-image img {
  width: 100%;
  height: 100%;
  max-width: initial;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  aspect-ratio: 336/189;
}
.c-card-event__item-content {
  color: #F7F7F7;
  margin-top: 1rem;
  position: relative;
  z-index: 1;
}
.c-card-event__item-sup {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.c-card-event__item-label {
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  padding: 0.25rem 0.625rem;
  background: #393939;
  border-radius: 0.375rem;
}
.c-card-event__item-data {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-family: "Inter Variable", sans-serif;
  letter-spacing: 0;
}
.c-card-event__item-title {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 3.25rem;
}
.c-card-event__item-title.is-md {
  font-size: 1.125rem;
  line-height: 1.5;
}
.c-card-event__item-text {
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  opacity: 0.5;
}
.c-card-event__item-post {
  margin-top: 3.5rem;
  font-size: 0.8125rem;
  line-height: 1.5384615385;
}
.c-card-event__item-button {
  margin-top: 3.25rem;
  text-align: right;
  padding-right: 1rem;
  font-weight: 700;
}
.c-card-event__item-icon {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0.375rem;
}
.c-card-event__item-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #3C88EB;
  -webkit-mask: url("../images/icon-arrow.svg") center/contain no-repeat;
  mask: url("../images/icon-arrow.svg") center/contain no-repeat;
  clip-path: inset(0 100% 0 0);
  pointer-events: none;
}
.c-card-event__button-page {
  text-align: center;
  margin-top: 5rem;
}
.c-card-event__button {
  display: none;
}

/*
---
name: ポストアイテム_カード（タグあり）
category: News
---
*/
.c-card-post {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(9.375rem, 1fr));
  gap: 0.5rem;
}
.c-card-post__block {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #F7F7F7;
  font-weight: 400;
  margin-bottom: 3rem;
}
.c-card-post__block span,
.c-card-post__block small {
  display: block;
}
.c-card-post__image {
  position: relative;
  display: block;
}
.c-card-post__image img {
  width: 100%;
  height: 100%;
  max-width: initial;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.c-card-post__label {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: block;
}
.c-card-post__content {
  margin-top: 0.75rem;
}
.c-card-post__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 0.5rem;
}
.c-card-post__text {
  color: rgba(247, 247, 247, 0.7);
  font-size: 0.8125rem;
  margin-top: 0.75rem;
}
.c-card-post__sup {
  margin-top: 0.375rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.c-card-post__date {
  font-family: "DM Sans Variable", sans-serif;
  color: #262E7E;
  letter-spacing: 0;
  line-height: 1;
}
.c-card-post__detail {
  color: #262E7E;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  opacity: 0.7;
}
.c-card-post__tag ul {
  display: flex;
  flex-wrap: wrap;
}
.c-card-post__tag ul li {
  margin-right: 1.25rem;
}
.c-card-post__tag ul li a {
  color: #262E7E;
  font-weight: 400;
  font-size: 0.875rem;
  display: block;
  text-decoration: none;
}

.c-card-post.is-tag-hidden {
  margin-bottom: 2rem;
}
.c-card-post.is-tag-hidden .c-card-post__sup {
  position: relative;
  display: flex;
  align-items: center;
}
.c-card-post.is-tag-hidden .c-card-post__label {
  position: static;
}
.c-card-post.is-tag-hidden .c-card-post__date {
  margin-right: 0;
}
.c-card-post.is-tag-hidden .c-card-post__title {
  font-size: 1rem;
}

.c-contact-banner {
  margin-top: 3.5rem;
  background-color: #1B1C27;
  border-radius: 8px;
  padding: 1.5rem 2rem;
}
.c-contact-banner__inner {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.c-contact-banner__head {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  flex-shrink: 0;
}
.c-contact-banner__content {
  border-left: 1px solid #F7F7F7;
  padding-left: 2rem;
  font-size: 0.875rem;
  line-height: 1.6;
}

.c-details-page {
  padding: 8.625rem 0 11.25rem;
}
.c-details-page__back {
  margin-bottom: 5rem;
}
.c-details-page__back .c-button-simple span.is-icon {
  transform: scale(-1);
}
.c-details-page__button {
  display: flex;
  justify-content: flex-start;
  gap: 1.5rem;
  align-items: center;
}
.c-details-page__content {
  max-width: 49.5rem;
  margin: 0 auto;
}
.c-details-page__image {
  border-radius: 4px;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 5rem;
}
.c-details-page hr {
  margin: 5rem 0;
}
.c-details-page.is-download .l-post-content h2 {
  margin-top: 3.5rem;
}
.c-details-page.is-download .l-post-content h4 {
  margin-top: 1.25rem;
}
.c-details-page.is-download .l-post-content > :is(h1, h2, h3, h4, h5, h6):first-child {
  margin-top: 0;
}

.c-form-head__block {
  display: flex;
  justify-content: space-between;
}
.c-form-head__list {
  display: flex;
}
.c-form-head__item {
  padding-left: 4.375rem;
  position: relative;
}
.c-form-head__item:first-of-type {
  padding-left: 0;
}
.c-form-head__item:first-of-type::before {
  display: none;
}
.c-form-head__item::before {
  content: "";
  position: absolute;
  top: 0.9375rem;
  left: 0;
  margin: auto;
  width: 2.1875rem;
  height: 0.0625rem;
  transform: translateX(50%);
  background: #262E7E;
}
.c-form-head__item-number {
  width: 1.875rem;
  height: 1.875rem;
  color: #F7F7F7;
  background: #393939;
  border-radius: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  margin: auto;
}
.c-form-head__item-text {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
  margin-top: 0.625rem;
}

.c-form-head__item.is-current .c-form-head__item-number, .c-pagination .c-form-head__item.page-numbers.current .c-form-head__item-number {
  background: #262E7E;
}
.c-form-head__item.is-current .c-form-head__item-text, .c-pagination .c-form-head__item.page-numbers.current .c-form-head__item-text {
  color: #262E7E;
}

.c-forms {
  max-width: 49.5rem;
  margin: auto;
}
.c-forms.is-form input, .c-forms.is-form select, .c-forms.is-form textarea {
  background-color: #020310;
  border: 1px solid #393939;
}
.c-forms.is-form ::-moz-placeholder {
  color: #393939;
}
.c-forms.is-form ::placeholder {
  color: #393939;
}
.c-forms__inner {
  width: 100%;
}
.c-forms__head {
  font-weight: 600;
  font-size: 1.375rem;
  margin: 0 0 0.5rem;
}
.c-forms__text {
  font-size: 0.8125rem;
  margin-bottom: 2.625rem;
}
.c-forms__block {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0.5rem;
}
.c-forms__block:not(:last-child) {
  margin-bottom: 1.5rem;
}
.c-forms__block.is-horizontal {
  grid-template-columns: minmax(auto, min-content) 1fr;
  -moz-column-gap: 3.75rem;
       column-gap: 3.75rem;
}
.c-forms__block.is-horizontal .c-forms__title {
  min-width: 13.75rem;
  justify-content: space-between;
}
.c-forms__fieldset {
  display: contents;
}
.c-forms__title {
  display: flex;
  gap: 0.5rem;
  align-items: baseline;
  align-self: center;
}
.c-forms__title.is-vertical-top {
  align-self: start;
}
.c-forms__label {
  display: block;
  min-width: 2.125rem;
  padding: 0.125rem 0.5rem;
  border-radius: 999px;
  background-color: #8A87A3;
  text-align: center;
  color: #1B1C27;
  font-size: 0.6875rem;
  line-height: 1.6;
  --letter-spacing: 0.05em;
  font-weight: 600;
}
.c-forms__content {
  width: 100%;
}
.c-forms__content.is-column {
  display: flex;
  justify-content: space-between;
}
.c-forms__content.is-column .c-forms__input {
  margin-right: 1.5rem;
}
.c-forms__content.is-column .c-forms__input:last-of-type {
  margin-right: 0;
}
.c-forms__content.is-column input {
  width: 100%;
}
.c-forms__content.is-vertical-middle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-forms__content .wpcf7-not-valid-tip {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.7;
  color: #cc2919;
}
.c-forms__content:has(.wpcf7-not-valid-tip) input,
.c-forms__content:has(.wpcf7-not-valid-tip) textarea,
.c-forms__content:has(.wpcf7-not-valid-tip) select,
.c-forms__content:has(.wpcf7-not-valid-tip) label:has(input[type=radio]),
.c-forms__content:has(.wpcf7-not-valid-tip) label:has(input[type=checkbox]) {
  background-color: rgba(204, 41, 25, 0.05);
  color: #cc2919;
  border-color: #cc2919;
}
.c-forms__input {
  width: 100%;
}
.c-forms__input input {
  border-radius: 4px;
}
.c-forms__input input:focus, .c-forms__input input:active {
  border-color: #F7F7F7;
}
.c-forms__input.is-sm {
  width: 11.25rem;
}
.c-forms__file {
  width: 100%;
}
.c-forms__file input {
  border-radius: 4px;
  width: 100%;
}
.c-forms__file input:focus, .c-forms__file input:active {
  border-color: #F7F7F7;
}
.c-forms__select {
  width: 100%;
}
.c-forms__select select {
  border-radius: 4px;
}
.c-forms__select select:focus, .c-forms__select select:active {
  border-color: #F7F7F7;
}
.c-forms__select.is-sm {
  width: 11.25rem;
}
.c-forms__textarea textarea {
  border-radius: 4px;
  height: 12.5rem;
}
.c-forms__textarea textarea:focus, .c-forms__textarea textarea:active {
  border-color: #F7F7F7;
}
.c-forms__radio:where(:not(.is-mw)) > span > span, .c-forms__checkbox:where(:not(.is-mw)) > span > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
  line-height: 1.2;
}
.c-forms__radio:where(:not(.is-mw)) > span > span > span, .c-forms__checkbox:where(:not(.is-mw)) > span > span > span {
  width: calc(50% - 0.3125rem);
}
.c-forms__radio:where(:not(.is-mw)).is-vertical, .c-forms__checkbox:where(:not(.is-mw)).is-vertical {
  flex-direction: column;
}
.c-forms__radio:where(:not(.is-mw)).is-vertical > span > span > span, .c-forms__checkbox:where(:not(.is-mw)).is-vertical > span > span > span {
  width: 100%;
}
.c-forms__radio:where(.is-mw), .c-forms__checkbox:where(.is-mw) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
  line-height: 1.2;
}
.c-forms__radio:where(.is-mw) > span, .c-forms__checkbox:where(.is-mw) > span {
  width: calc(50% - 0.3125rem);
}
.c-forms__radio:where(.is-mw).is-vertical, .c-forms__checkbox:where(.is-mw).is-vertical {
  flex-direction: column;
}
.c-forms__radio:where(.is-mw).is-vertical > span, .c-forms__checkbox:where(.is-mw).is-vertical > span {
  width: 100%;
}
.c-forms__radio label, .c-forms__checkbox label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.c-forms__radio label > span, .c-forms__checkbox label > span {
  margin-left: 0.625rem;
}
.c-forms__radio.is-border label, .c-forms__checkbox.is-border label {
  border-radius: 4px;
  padding: 0.6875rem 0.5rem;
  border: 1px solid #393939;
  border-radius: 3px;
}
.c-forms__radio.is-border label:focus, .c-forms__radio.is-border label:active, .c-forms__checkbox.is-border label:focus, .c-forms__checkbox.is-border label:active {
  border-color: #F7F7F7;
}
.c-forms__radio.is-design:where(:not(.is-mw)) > span > span, .c-forms__checkbox.is-design:where(:not(.is-mw)) > span > span {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.c-forms__radio.is-design label > span, .c-forms__checkbox.is-design label > span {
  margin: 0;
  color: #8A87A3;
}
.c-forms__radio.is-design label:has(input:checked) > span, .c-forms__checkbox.is-design label:has(input:checked) > span {
  color: #F7F7F7;
}
.c-forms__radio.is-design input, .c-forms__checkbox.is-design input {
  cursor: pointer;
  border-color: #393939;
  flex-shrink: 0;
}
.c-forms__radio.is-design input[type=radio], .c-forms__radio.is-design input[type=checkbox], .c-forms__checkbox.is-design input[type=radio], .c-forms__checkbox.is-design input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #F7F7F7;
  border: 1px solid #524E6E;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
}
.c-forms__radio.is-design input[type=radio]:checked::after, .c-forms__radio.is-design input[type=checkbox]:checked::after, .c-forms__checkbox.is-design input[type=radio]:checked::after, .c-forms__checkbox.is-design input[type=checkbox]:checked::after {
  width: 100%;
  height: 100%;
  position: relative;
  top: 50%;
  left: -0.0625rem;
  transform: translateY(-50%);
  background-color: #F7F7F7;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #262E7E;
}
.c-forms__radio.is-design input[type=radio]::after, .c-forms__checkbox.is-design input[type=radio]::after {
  border-radius: 50%;
}
.c-forms__radio.is-design input[type=radio]:checked::after, .c-forms__checkbox.is-design input[type=radio]:checked::after {
  content: "";
  background: radial-gradient(#262E7E 48%, #F7F7F7 50%);
}
.c-forms__radio.is-design input[type=checkbox], .c-forms__checkbox.is-design input[type=checkbox] {
  margin-right: 0.75rem;
  background-color: transparent;
  border: 1px solid #524E6E;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  border-radius: 2px;
}
.c-forms__radio.is-design input[type=checkbox]:checked, .c-forms__checkbox.is-design input[type=checkbox]:checked {
  border-color: #F7F7F7;
}
.c-forms__radio.is-design input[type=checkbox]:checked::after, .c-forms__checkbox.is-design input[type=checkbox]:checked::after {
  width: 100%;
  height: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #F7F7F7;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid transparent;
  content: "check";
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  overflow: hidden;
  display: inline-block;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  display: grid;
  border-radius: 2px;
  place-content: center;
  background: transparent;
  color: #F7F7F7;
  font-size: 1.125rem;
}
.c-forms__note {
  margin-top: 0.5rem;
  color: #8A87A3;
  font-size: 0.8125rem;
}
.c-forms__note small {
  font-size: inherit;
}
.c-forms__privacy {
  margin-top: 2.5rem;
}
.c-forms__privacy label {
  display: flex;
  align-items: center;
}
.c-forms__privacy input {
  margin-right: 0.75rem;
  background-color: transparent;
  border: 1px solid #393939;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  border-radius: 2px;
}
.c-forms__privacy input:checked::after {
  width: 100%;
  height: 100%;
  position: relative;
  top: 50%;
  left: -0.0625rem;
  transform: translateY(-50%);
  background-color: #F7F7F7;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #F7F7F7;
  content: "check";
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  overflow: hidden;
  display: inline-block;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  display: grid;
  border-radius: 2px;
  place-content: center;
  background: transparent;
  color: #F7F7F7;
  font-size: 1.5rem;
}
.c-forms__privacy-text {
  font-size: 0.8125rem;
  margin-top: 0.5rem;
  color: #8A87A3;
}
.c-forms__privacy a {
  font-weight: 400;
  text-decoration-line: underline;
  color: #8A87A3;
}
.c-forms__flex-al {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.c-forms__flex-label {
  width: 100%;
}
.c-forms__flex-al-label {
  flex-shrink: 0;
  width: 2rem;
  text-align: right;
  padding-top: calc((2.75rem - 1lh) / 2);
}
.c-forms__flex-al-unit {
  flex-shrink: 0;
  padding-top: calc((2.75rem - 1lh) / 2);
}
.c-forms__flexbox {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  gap: 1rem;
}
.c-forms__flexbox input {
  width: 100%;
}
.c-forms__flexbox:last-child {
  margin-bottom: 0;
}
.c-forms__flexbox-label {
  min-width: 7.5rem;
  display: block;
  padding-top: calc((2.75rem - 1lh) / 2);
}
.c-forms__flexbox-label.is-sm {
  min-width: 4em;
}
.c-forms__button {
  flex: none;
  max-width: 8.25rem;
  border: 1px solid #F7F7F7;
  outline: none;
  background-color: #F7F7F7;
  padding: 0.25rem 0.75rem;
  display: block;
  text-align: center;
  border-radius: 2px;
  font-size: 0.875rem;
  margin-top: calc((2.75rem - 2.125rem) / 2);
}
.c-forms__submit {
  text-align: center;
  margin-top: 5rem;
}
.c-forms__submit__back {
  width: calc(25% - 1.75rem);
  margin-right: 1rem;
}
.c-forms__submit__submit.is-download {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.75rem;
  border-radius: 6px;
  background-color: #F7F7F7;
  color: #020310;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 700;
  border: 1px solid #F7F7F7;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}
.c-forms__submit__submit.c-button {
  border: 1px solid transparent;
}

.c-forms-document-detail__image {
  display: block;
  overflow: hidden;
  position: relative;
  aspect-ratio: 588/332;
  border-radius: 6px;
  margin-bottom: 1.5rem;
}
.c-forms-document-detail__image.swiper-slide {
  cursor: pointer;
}
.c-forms-document-detail__image img {
  width: 100%;
  height: 100%;
  max-width: initial;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}
.c-forms-document-detail__image .is-no {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  font-size: 1.0625rem;
  color: rgba(247, 247, 247, 0.5);
}
.c-forms-document-detail__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
.c-forms-document-detail__content p {
  font-size: 0.9375rem;
}
.c-forms-document-detail__content dl {
  display: flex;
  border-bottom: 1px solid #393553;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 0.5rem;
}
.c-forms-document-detail__content dl:not(:last-child) {
  margin-bottom: 1rem;
}
.c-forms-document-detail__content dl dt {
  color: #8A87A3;
  font-size: 0.875rem;
}
.c-forms-document-detail__content dl dd {
  font-weight: 700;
  font-size: 1rem;
}

.c-gallery-logo {
  overflow: hidden;
}
.c-gallery-logo__track {
  display: flex;
  gap: 2rem;
}
.c-gallery-logo__image {
  position: relative;
  width: 15rem;
  max-width: 100%;
}
.c-gallery-logo__image img {
  width: 100%;
  height: 100%;
  max-width: initial;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 160/64;
}

.c-gallery-text {
  overflow: hidden;
}
.c-gallery-text__track {
  display: flex;
  gap: 3rem;
}
.c-gallery-text__item {
  flex-shrink: 0;
  color: rgba(247, 247, 247, 0.5);
  font-size: 6.25rem;
}

/*
---
name: 見出し_テンプレート
category: Heading
---
*/
.c-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.5;
}

.c-heading.is-home {
  font-size: 4rem;
  line-height: 1.1875;
  letter-spacing: 0;
  font-family: "DM Sans Variable", sans-serif;
  background: linear-gradient(to right, #C1EBFF, #1986B9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
}
.c-heading.is-xlg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}
.c-heading.is-xlg .is-eng {
  display: inline-block;
  font-family: "DM Sans Variable", sans-serif;
  font-weight: 400;
  font-size: 2.375rem;
  line-height: 1.5;
  letter-spacing: 0;
  background: linear-gradient(90deg, #C1EBFF 0%, #1986B9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
}
.c-heading.is-xlg .is-ja {
  display: block;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #F7F7F7;
}
.c-heading.is-lg {
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.c-heading.is-md {
  font-weight: 600;
  font-size: 1.5625rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.c-heading.is-md.is-icon {
  position: relative;
  padding-left: 1.25rem;
}
.c-heading.is-md.is-icon:before {
  position: absolute;
  content: "";
  width: 0.75rem;
  aspect-ratio: 1/1;
  border-radius: 9999px;
  background-color: #8A87A3;
  left: 0;
  top: 0.875rem;
}
.c-heading.is-sm {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.c-heading.is-sm.is-bg {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3125rem 0.75rem;
  background-color: #312E42;
  border-radius: 6px;
}
.c-heading.is-xs {
  font-size: 1.25rem;
  line-height: 1.5;
}
.c-heading.is-xxs {
  font-size: 1.125rem;
  line-height: 1.5555555556;
}
.c-heading.is-color-primary {
  color: #262E7E;
}
.c-heading.is-color-secondary {
  color: #f9f7f0;
}
.c-heading.is-color-white {
  color: #F7F7F7;
}
.c-heading.is-center {
  text-align: center;
}
.c-heading.is-mg-level-1 {
  margin-bottom: 3.75rem;
}
.c-heading.is-mg-level-2 {
  margin-bottom: 2.5rem;
}
.c-heading.is-mg-level-3 {
  margin-bottom: 2rem;
}
.c-heading.is-mg-level-4 {
  margin-bottom: 1.5rem;
}
.c-heading.is-mg-level-5 {
  margin-bottom: 1.25rem;
}
.c-heading.is-mg-level-6 {
  margin-bottom: 1rem;
}
.c-heading.is-top {
  margin-top: 0 !important;
}
.c-heading.is-bottom {
  margin-bottom: 0 !important;
}
.c-heading.is-mg-none {
  margin-block: 0 !important;
}

.c-heading-wrapper {
  position: relative;
  z-index: 1;
}
.c-heading-wrapper__text {
  color: #F7F7F7;
}
.c-heading-wrapper.is-home .c-heading-wrapper__text {
  margin-top: 0.875rem;
}

/*
---
name: ヒーローブロック_枡目型
category: SpecialComponents
---
*/
.c-hero-block-square__block {
  position: relative;
}
.c-hero-block-square__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  min-height: 25rem;
  overflow: hidden;
}
.c-hero-block-square__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  max-width: inherit;
}
.c-hero-block-square__content {
  width: 50%;
  margin-left: auto;
  padding: 3.5rem 0 3.5rem 4rem;
  display: flex;
  min-height: 25rem;
  align-items: center;
}
.c-hero-block-square__button {
  margin-top: 2rem;
}

.c-hero-block-square__block:nth-child(even) .c-hero-block-square__image,
.c-hero-block-square__block.is-reverse .c-hero-block-square__image {
  left: auto;
  right: 0;
}
.c-hero-block-square__block:nth-child(even) .c-hero-block-square__content,
.c-hero-block-square__block.is-reverse .c-hero-block-square__content {
  margin-left: 0;
  padding: 3.5rem 4rem 3.5rem 0;
}

.c-hero-block-square.is-number .c-hero-block-square__heading {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.c-hero-block-square.is-number .c-hero-block-square__heading span {
  font-family: "DM Sans Variable", sans-serif;
  font-size: 3.75rem;
  line-height: 1.1833333333;
  letter-spacing: 0;
  color: #262E7E;
  margin-right: 1rem;
}
.c-hero-block-square.is-number .c-hero-block-square__heading .c-heading {
  margin-bottom: 0;
}

.c-hero-block-square.is-zigzag .c-hero-block-square__block {
  margin-bottom: 5rem;
}
.c-hero-block-square.is-zigzag .c-hero-block-square__image {
  width: 51.2857142857%;
}
.c-hero-block-square.is-zigzag .c-hero-block-square__content {
  width: 48.2456140351%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}
.c-hero-block-square.is-zigzag .c-hero-block-square__title {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.c-hero-block-square.is-zigzag .c-hero-block-square__question {
  margin-bottom: 1.5rem;
}

/*
---
name: <hr>区切り線
category: Base
---
*/
hr,
.c-hr {
  border: none;
  border-top: 1px solid #393939;
  box-shadow: none;
  margin: 3rem auto;
}
hr.is-border-dotted,
.c-hr.is-border-dotted {
  border-top: 1px dotted #393939;
}
hr.is-line-double,
.c-hr.is-line-double {
  border-bottom: 1px solid #393939;
  height: 0.125rem;
}

.c-icon-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.c-icon-card__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.c-icon-card__list.is-sm {
  grid-template-columns: repeat(3, 1fr);
}
:where(html[lang=en], html[lang=en-US]) .c-icon-card__list.is-sm .c-icon-card__title {
  font-size: 1.125rem;
}

.c-icon-card__card {
  border: 1px solid #393939;
  border-radius: 8px;
  padding: 1.5rem 1.5rem 1.875rem;
  background: linear-gradient(180deg, rgba(247, 247, 247, 0.05) 0%, rgba(247, 247, 247, 0.1) 100%);
}
.c-icon-card__head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.c-icon-card__icon {
  width: 3.5rem;
  aspect-ratio: 1/1;
  border-radius: 8px;
  padding: 0.1875rem;
  background: linear-gradient(180deg, rgba(247, 247, 247, 0.2) 0%, rgba(247, 247, 247, 0.3) 100%);
  overflow: hidden;
  flex-shrink: 0;
}
.c-icon-card__icon img {
  width: 100%;
  height: 100%;
  max-width: initial;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-icon-card__title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5;
}

.c-icon-font {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  overflow: hidden;
  display: inline-block;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
}

.c-label {
  background-color: #262E7E;
  color: #F7F7F7;
  display: inline-block;
  text-align: center;
  min-width: 7.25rem;
  padding: 0.0625rem 0.5rem;
  border: 1px solid #262E7E;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 700;
}
.c-label.is-xlg {
  min-width: 9.75rem;
  font-size: 0.875rem;
  padding: 0.1875rem 0.5rem;
}
.c-label.is-lg {
  min-width: 10rem;
  font-size: 0.8125rem;
}
.c-label.is-sm {
  min-width: 5rem;
  font-size: 0.75rem;
  padding: 0 0.5rem;
}
.c-label.is-white {
  background-color: #F7F7F7;
  color: #262E7E;
}
.c-label.is-secondary {
  background: #f9f7f0;
  color: #F7F7F7;
}
.c-label.is-radius {
  border-radius: 100px;
}

.c-lang-selector {
  position: relative;
}
.c-lang-selector__trigger {
  display: flex;
  gap: min(0.25rem, 0.2857142857vw);
  align-items: center;
  cursor: pointer;
  background: none;
  border: solid 1px #393939;
  border-radius: 100px;
  font-size: inherit;
  padding: 0.25rem 0.5rem;
}
.c-lang-selector__trigger::before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  overflow: hidden;
  display: inline-block;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  content: "language";
}
.c-lang-selector__content {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  min-width: 7.5rem;
  z-index: 100;
}
.c-lang-selector__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-lang-selector__item:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.c-lang-selector__link {
  display: block;
  text-decoration: none;
  padding: 0.5rem 1rem;
}
.c-lang-selector__link.is-current, .c-pagination .c-lang-selector__link.page-numbers.current {
  background-color: #f4f4f4;
}

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

.c-list {
  list-style: none;
  line-height: 1.6;
}
.c-list li {
  position: relative;
}
.c-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
}

/*
---
name: <ul> 順序なしテキストデフォルト
category: Base
---

*/
.c-list.is-disc li {
  padding-left: 1rem;
}
.c-list.is-disc li::before {
  width: 1rem;
  height: 1lh;
  content: "・";
  color: #F7F7F7;
}
/*
---
name: <ul> 順序なしテキスト
category: Base
---

*/
.c-list.is-icon > li {
  padding-left: 1rem;
  font-size: 0.9375rem;
  line-height: 2;
  position: relative;
}
.c-list.is-icon > li::before {
  --_icon-size: 0.6875rem;
  content: "";
  width: var(--_icon-size);
  aspect-ratio: 1/1;
  background: #524E6E;
  border-radius: 50%;
  top: calc(0.5lh - var(--_icon-size) / 2);
  left: 0;
  position: absolute;
}
.c-list.is-icon ul > li {
  padding-left: 1rem;
}
.c-list.is-icon ul > li::before {
  --_icon-size: 0.375rem;
  content: "";
  width: var(--_icon-size);
  aspect-ratio: 1/1;
  background: #524E6E;
  border-radius: 50%;
  top: calc(0.5lh - var(--_icon-size) / 2);
  left: 0;
  position: absolute;
}
.c-list.is-icon.is-sm > li {
  font-size: 0.8125rem;
}
.c-list.is-icon.is-color {
  color: #8A87A3;
}
.c-list.is-icon.is-color:before {
  background-color: #8A87A3;
}

/*
---
name: <ol> 順序ありテキスト
category: Base
---

*/
.c-list.is-outline {
  counter-reset: list-counter;
}
.c-list.is-outline > li {
  padding-left: 1rem;
}
.c-list.is-outline > li::before {
  content: counter(list-counter) ".";
  counter-increment: list-counter;
  width: 1rem;
  height: 1lh;
}
.c-list.is-outline ol {
  counter-reset: list-counter;
}
.c-list.is-outline ol > li {
  padding-left: 1rem;
}
.c-list.is-outline ol > li::before {
  content: counter(list-counter) ".";
  counter-increment: list-counter;
  width: 1rem;
  height: 1lh;
}

.c-loader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100vw;
  height: 100vh;
  background: #F7F7F7;
  z-index: 99999;
  transition-property: opacity, visibility;
  transition-timing-function: ease;
  transition-duration: 1s;
}
.c-loader__container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-loader__title {
  font-size: 2.5rem;
  line-height: 1.25;
  --letter-spacing: 0.1em;
  font-weight: bold;
  font-family: "DM Sans Variable", sans-serif;
  opacity: 0;
  color: #262E7E;
  transition-property: opacity, visibility;
  transition-timing-function: ease;
  transition-duration: 1s;
}
.c-loader.is-active .c-loader__title {
  opacity: 1;
}
.c-loader.is-close {
  opacity: 0;
}
.c-loader.is-hidden {
  visibility: hidden;
}
.c-loader.is-already {
  opacity: 0;
  visibility: hidden;
  display: none;
}

/*
---
name: メインビジュアル_通常
category: Components
---
*/
.c-main-visual {
  position: relative;
  height: 100svh;
}
.c-main-visual__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c-main-visual__image video {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  max-width: initial;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-main-visual__image.is-pc {
  display: block;
}
.c-main-visual__image.is-sp {
  display: none;
}
.c-main-visual__container {
  position: relative;
  z-index: 9;
  max-width: 87.5rem;
  margin: auto;
  padding-inline: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.c-main-visual__content {
  color: #F7F7F7;
  padding-top: 0.8125rem;
}
.c-main-visual__title {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin: 0;
}
.c-main-visual__title span {
  display: block;
  font-size: 5.125rem;
  line-height: 1;
  letter-spacing: 0;
  font-family: "DM Sans Variable", sans-serif;
  font-weight: 200;
}
.c-main-visual__sub-title {
  margin: 0;
  padding-top: 1.0625rem;
  font-size: 1.125rem;
  line-height: 2.2222222222;
  font-weight: 500;
}
.c-main-visual__text {
  margin-top: 0.5625rem;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  letter-spacing: 0;
}
.c-main-visual__button {
  margin-top: 2.5rem;
}
.c-main-visual__relation {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 5.375rem;
  padding-bottom: 2rem;
  z-index: 99;
  background: linear-gradient(to bottom, rgba(2, 3, 16, 0), #020310 60%);
}
.c-main-visual__relation-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  height: 1.6875rem;
  position: relative;
  z-index: 9999;
}
.c-main-visual__relation-item {
  display: flex;
  justify-content: center;
}

/*
Styles for the Modal component.
*/
.c-mm {
  display: none;
}
.c-mm__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(2, 3, 16, 0.8);
  -webkit-backdrop-filter: blur(1.25rem);
          backdrop-filter: blur(1.25rem);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.c-mm__close {
  position: absolute;
  top: -2.5rem;
  right: 0;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  background-image: url(../images/icon-close.svg);
  background-size: cover;
  background-color: transparent;
  height: 1.4375rem;
  width: 1.4375rem;
  padding: 0;
  display: grid;
  place-items: center;
  z-index: 2;
}
.c-mm__container {
  border: 1px solid #393939;
  display: flex;
  justify-content: center;
  width: min(50rem, 90%);
  height: auto;
  max-height: min(43.75rem, 90%);
  border-radius: 8px;
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
  background: linear-gradient(180deg, rgba(247, 247, 247, 0.05) 0%, rgba(247, 247, 247, 0.1) 100%);
}
.c-mm .c-mm__container-inner {
  padding: 5rem;
  width: 100%;
}
.c-mm .c-mm__content {
  overflow-y: auto;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
.c-mm.is-open {
  display: block;
}
.c-mm.is-open .c-mm__overlay {
  animation: fadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.c-mm.is-open .c-mm__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.c-mm.is-open[aria-hidden=true] .c-mm__overlay {
  animation: fadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.c-mm.is-open[aria-hidden=true] .c-mm__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.c-mm__img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.c-mm__iframe {
  width: 100%;
  height: 50rem;
  max-height: 100%;
  display: block;
  border: none;
}
.c-mm__video, .c-mm__iframe--yt {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.c-mm__gallery-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.c-mm__gallery-btn {
  background-color: transparent;
  height: 2.75rem;
  width: 2.75rem;
  color: #393939;
  font-size: 2.75rem;
  transition: color 0.3s ease;
  border: none;
  padding: 0;
  display: grid;
  place-items: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.c-mm__gallery-btn::before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  overflow: hidden;
  display: inline-block;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
}
.c-mm__gallery-btn:disabled {
  opacity: 0;
  pointer-events: none;
}
.c-mm__gallery-btn--prev {
  left: -1rem;
}
.c-mm__gallery-btn--prev::before {
  content: "chevron_left";
}
.c-mm__gallery-btn--next {
  right: -1rem;
}
.c-mm__gallery-btn--next::before {
  content: "chevron_right";
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.c-modal-link {
  position: relative;
  cursor: pointer;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}
.c-modal-link:after {
  content: "search";
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  overflow: hidden;
  display: inline-block;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  background: #262E7E;
  color: #F7F7F7;
}

/*
---
name: お知らせ_ヘッダー
category: PostContent
---
*/
.c-news-header {
  margin-bottom: 2.5rem;
}
.c-news-header__title {
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.5;
  margin: 0;
}
.c-news-header__sup {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.375rem;
}
.c-news-header__label {
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  padding: 0.25rem 0.625rem;
  background: #393939;
  border-radius: 0.375rem;
}
.c-news-header__date {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-family: "Inter Variable", sans-serif;
  letter-spacing: 0;
}
.c-news-header__head {
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1.5;
  margin: 0;
}
.c-news-header__data {
  color: #8A87A3;
  font-size: 0.75rem;
  line-height: 1.3;
  font-family: "DM Sans Variable", sans-serif;
  letter-spacing: 0;
  margin-top: 1rem;
}
.c-news-header__tag ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
}
.c-news-header__tag ul li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 0.875rem;
  display: block;
}

/*
---
name: お知らせ_1カラム_アーカイブ02
category: News
---
*/
.c-news-lg__block {
  display: block;
  text-decoration: none;
  font-weight: 400;
  color: #F7F7F7;
  padding: 1.5rem 0;
}
.c-news-lg__block:first-child {
  padding-top: 0;
}
.c-news-lg__sup {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.c-news-lg__date {
  font-family: "DM Sans Variable", sans-serif;
  color: #262E7E;
  letter-spacing: 0;
  line-height: 1;
  margin-left: 0.75rem;
}
.c-news-lg__date::before {
  content: "schedule";
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  overflow: hidden;
  display: inline-block;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-right: 0.25rem;
  vertical-align: top;
}
.c-news-lg__title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.c-news-lg__excerpt {
  font-size: 0.75rem;
}
.c-news-lg.is-image-display .c-news-lg__block {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #393939;
}
.c-news-lg.is-image-display .c-news-lg__image {
  width: 8.5rem;
  flex-shrink: 0;
  margin-right: 1.5rem;
}

/*
---
name: お知らせ_通常
category: News
---
*/
.c-news__columns {
  display: grid;
  grid-template-columns: 3fr 9fr;
  gap: 2.25rem;
}
.c-news__button {
  margin-top: 3.5rem;
}
.c-news__block {
  text-decoration: none;
  color: #F7F7F7;
  font-weight: 400;
  border-bottom: 1px solid #393939;
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
  padding: 1rem 0;
}
.c-news__block:first-child {
  padding-top: 0;
}
.c-news__block-content {
  display: flex;
  align-items: center;
  gap: 0 0.75rem;
  flex-grow: 1;
}
.c-news__block-content:has(.c-news__block-excerpt) {
  align-items: baseline;
}
.c-news__block-date {
  flex-shrink: 0;
  font-family: "DM Sans Variable", sans-serif;
  color: #262E7E;
  letter-spacing: 0;
  line-height: 1;
}
.c-news__block-text-wrap {
  flex-grow: 1;
}
.c-news__block-text {
  flex-grow: 1;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.c-news__block-icon {
  flex-shrink: 0;
  align-self: center;
  text-align: center;
  width: 2.5rem;
}
.c-news__block-icon-file {
  --news-file-icon-border-color: #393939;
  --news-file-icon-color: #F7F7F7;
  display: block;
  padding: 0.0625rem 0.25rem;
  font-size: 0.625rem;
  text-align: center;
  border: 1px solid var(--news-file-icon-border-color);
  border-radius: 100px;
  color: var(--news-file-icon-color);
}
.c-news__block-icon-file.is-pdf {
  --news-file-icon-border-color: #FF0000;
  --news-file-icon-color: #FF0000;
}
.c-news__block-icon-file.is-excel {
  --news-file-icon-border-color: #217346;
  --news-file-icon-color: #217346;
}
.c-news__block-icon-file.is-word {
  --news-file-icon-border-color: #2B579A;
  --news-file-icon-color: #2B579A;
}
.c-news__block-icon-file.is-pptx {
  --news-file-icon-border-color: #D24726;
  --news-file-icon-color: #D24726;
}

.c-pagetop {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}
.c-pagetop.is-fixed {
  opacity: 1;
  visibility: visible;
}
.c-pagetop.is-absolute {
  position: absolute;
  opacity: 1;
}
.c-pagetop a, .c-pagetop button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  color: #F7F7F7;
  background: #F7F7F7;
  box-shadow: 0 0 10px rgba(2, 3, 16, 0.1);
  text-decoration: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  font-size: 1.5625rem;
  line-height: 1;
  border: 1px solid #F7F7F7;
}
.c-pagetop a:after, .c-pagetop button:after {
  content: "expand_less";
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  overflow: hidden;
  display: inline-block;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
}

/*
---
name: ページネーション_通常
category: Navigation
---
*/
.c-pagination {
  margin-top: 3rem;
}
.c-pagination__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
}
.c-pagination__num, a.c-pagination .page-numbers, span.c-pagination .page-numbers {
  font-family: "DM Sans Variable", sans-serif;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  border-radius: 50%;
  color: #262E7E;
  background-color: transparent;
  border: 1px solid transparent;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.c-pagination__num.is-current, .c-pagination .c-pagination__num.page-numbers.current, a.c-pagination .is-current.page-numbers, a.c-pagination .page-numbers.current, span.c-pagination .is-current.page-numbers, span.c-pagination .page-numbers.current {
  background-color: #262E7E;
  color: #F7F7F7;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(38, 46, 126, 0.3);
}
.c-pagination__num.is-dot, .c-pagination .c-pagination__num.page-numbers.dots, a.c-pagination .is-dot.page-numbers, a.c-pagination .page-numbers.dots, span.c-pagination .is-dot.page-numbers, span.c-pagination .page-numbers.dots {
  font-family: inherit;
  background: transparent;
  border-color: transparent;
  color: #8A87A3;
  width: auto;
  pointer-events: none;
}
.c-pagination .page-numbers.page-numbers:not(a):not(span) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-pagination__prev {
  margin-right: 0.5rem;
}
.c-pagination__next {
  margin-left: 0.5rem;
}
.c-pagination.is-align-left .c-pagination__list {
  justify-content: flex-start;
}

/*
---
name: 投稿ナビゲーション_通常
category: Navigation
---
*/
.c-post-navs {
  margin: 4rem 0 0;
}
.c-post-navs ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.c-post-navs .c-post-navs__prev {
  margin-right: auto;
}
.c-post-navs .c-post-navs__archive a {
  align-items: center;
  margin: auto;
}
.c-post-navs .c-post-navs__archive a::after {
  display: none;
}
.c-post-navs .c-post-navs__archive a span {
  font-size: 1rem;
  margin-right: 0.75rem;
}
.c-post-navs .c-post-navs__next {
  margin-left: auto;
}
.c-post-navs .c-post-navs__next a {
  margin-left: auto;
}

.c-relation__title.c-heading.is-sm {
  margin-bottom: 2.5rem;
}
.c-relation__buttons {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.125rem;
}
.c-relation__buttons.is-center {
  justify-content: center;
}
.c-relation__button {
  width: calc(33.3% - 2.25rem);
  margin: 0 1.125rem;
}
.c-relation__button:nth-child(n+4) {
  margin-top: 2.25rem;
}
.c-relation__button .c-button {
  max-width: 100%;
}
.c-relation__button .c-button.is-current, .c-relation__button .c-pagination .c-button.page-numbers.current, .c-pagination .c-relation__button .c-button.page-numbers.current {
  pointer-events: none;
  background: #F7F7F7;
  color: #262E7E;
  border-color: #262E7E;
}

.c-scrollable img, .c-scrollable table {
  min-width: 46.875rem;
}
.c-scrollable .scroll-hint-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto !important;
}

.c-sitemap__item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.c-sitemap__item a {
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 1.6;
  --letter-spacing: 0em;
  font-weight: bold;
  color: #F7F7F7;
  position: relative;
  padding-bottom: 0.625rem;
  border-bottom: 2px solid #393939;
  display: block;
}
.c-sitemap__item a.is-outlink:after {
  color: #262E7E;
  margin-left: 0.875rem;
  vertical-align: middle;
}
.c-sitemap__item.is-parent {
  margin-bottom: 2.5rem;
}
.c-sitemap__flex {
  display: flex;
  align-items: flex-start;
}
.c-sitemap__sublist {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.25rem;
}
.c-sitemap__sublist.is-three-col {
  width: 75%;
}
.c-sitemap__sublist.is-three-col .c-sitemap__subitem {
  width: 33.3%;
}
.c-sitemap__sublist.is-one-col {
  width: 25%;
}
.c-sitemap__sublist.is-one-col .c-block-sitemap__subitem {
  width: 100%;
}
.c-sitemap__subitem {
  width: 25%;
  margin-bottom: 1.25rem;
  padding-right: 0.625rem;
}
.c-sitemap__subitem a {
  font-size: 1rem;
  line-height: 1.5625;
  --letter-spacing: 0em;
  font-weight: normal;
  border-bottom: none;
  padding: 0;
}
.c-sitemap__subitem ul {
  margin-top: 1.25rem;
}
.c-sitemap__subitem li a {
  font-size: 0.8125rem;
  line-height: 2.1538461538;
  --letter-spacing: 0em;
  font-weight: normal;
}
.c-sitemap__subitem li a:before {
  content: "-";
  display: inline-block;
}
.c-slidebar-button {
  position: fixed;
  top: 0.875rem;
  right: 1rem;
  z-index: 9999;
  text-decoration: none;
  color: #F7F7F7;
  border: none;
  padding: 0;
  width: 5.125rem;
  height: 1.75rem;
  background: transparent;
  border: 1px solid #434354;
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
  border-radius: 8px;
}
.c-slidebar-button__inner {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  position: absolute;
  inset: 0;
  place-content: center;
}
.c-slidebar-button__line {
  --color-slidebar-button-line: #F7F7F7;
  position: relative;
  width: 0.375rem;
  height: 0.0625rem;
  background-color: var(--color-slidebar-button-line);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease-out;
  transition-duration: 0.2s;
  display: flex;
  justify-content: center;
}
.c-slidebar-button__line::before, .c-slidebar-button__line::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  transition: inherit;
}
.c-slidebar-button__line::before {
  top: -0.25rem;
}
.c-slidebar-button__line::after {
  top: 0.25rem;
}
.is-slidebar-active .c-slidebar-button__line {
  background-color: transparent;
  width: 0.5rem;
}
.is-slidebar-active .c-slidebar-button__line::before, .is-slidebar-active .c-slidebar-button__line::after {
  top: 0;
  background-color: var(--color-slidebar-button-line);
}
.is-slidebar-active .c-slidebar-button__line::before {
  transform: rotate(55deg);
}
.is-slidebar-active .c-slidebar-button__line::after {
  transform: rotate(-55deg);
}

.c-slidebar-button__text {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
  color: #F7F7F7;
  height: 100%;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}
.c-slidebar-button__text.is-close {
  display: none;
}
.is-slidebar-active .c-slidebar-button__text {
  display: none;
}
.is-slidebar-active .c-slidebar-button__text.is-close {
  display: flex;
}
.c-slidebar-menu {
  height: calc(100vh - 3.5rem);
  padding: 0 2.5rem 6.5rem;
  position: fixed;
  background-color: #020310;
  z-index: 9980;
  width: 100%;
  transform: translate3d(0, -100%, 0);
  opacity: 0;
  right: 0;
  overflow-x: scroll;
  top: 0;
  -webkit-overflow-scrolling: touch;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
}
.c-slidebar-menu.is-active {
  height: calc(100% - 3.75rem);
}
.c-slidebar-menu__list {
  width: 100%;
  font-size: 0.875rem;
  font-weight: 700;
}
:where(.c-slidebar-menu__list) a, :where(.c-slidebar-menu__list) span, :where(.c-slidebar-menu__list) summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
  position: relative;
}
:where(.c-slidebar-menu__list) a::after, :where(.c-slidebar-menu__list) span::after, :where(.c-slidebar-menu__list) summary::after {
  content: "navigate_next";
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  overflow: hidden;
  display: inline-block;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
}
:where(.c-slidebar-menu__list) summary::-webkit-details-marker {
  display: none;
}
.c-slidebar-menu__list [data-accordion-title]::after {
  content: "";
  background: url(../images/icon-slidebar-01.svg) no-repeat center center/contain;
  width: 0.875rem;
  height: 0.875rem;
}
.c-slidebar-menu__list [open] > [data-accordion-title]::after {
  content: "";
  background: url(../images/icon-slidebar-02.svg) no-repeat center center/contain;
}
.c-slidebar-menu__parent {
  color: #F7F7F7;
}
.c-slidebar-menu__parent-link {
  cursor: pointer;
  padding: 1rem 0;
  position: relative;
}
.c-slidebar-menu__parent-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background: linear-gradient(to right, #808080, #020310);
}
.c-slidebar-menu__children {
  margin: 0.625rem 0 0.3125rem;
  padding-left: 0.5rem;
  font-size: 0.8125rem;
  width: 100%;
  display: none;
}
.c-slidebar-menu__child {
  padding: 0.625rem 0;
}
.c-slidebar-menu__child-link::after {
  display: none;
}
.c-slidebar-menu__grandchildren {
  font-size: 0.75rem;
  font-weight: 400;
  width: 100%;
  display: none;
  border-top: solid 1px #393939;
  padding-left: 1.625rem;
}
.c-slidebar-menu__grandchild {
  border-top: solid 1px #393939;
}
.c-slidebar-menu__grandchild:first-child {
  border-top: 0;
}
.c-slidebar-menu__grandchild-link {
  padding: 0.75rem 2.5rem 0.75rem 0;
}
.c-slidebar-menu__buttons {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6875rem;
}
.c-slidebar-menu__lang-link, .c-slidebar-menu__icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #F7F7F7;
  min-height: 3.5rem;
}
.c-slidebar-menu__lang-link {
  font-weight: 700;
  font-size: 1rem;
  font-family: "Inter Variable", sans-serif;
}
.c-slidebar-menu__button {
  display: block;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
  font-weight: 600;
  letter-spacing: 0;
  color: #F7F7F7;
  background: #262E7E;
  padding: 1.125rem 0.75rem;
  width: 100%;
  border-radius: 0.25rem;
  text-align: center;
}

.is-slidebar-active .c-slidebar-menu {
  transform: translate3d(0, 3.5rem, 0);
  opacity: 1;
}

/*
---
name: <table> テーブル
category: Base
---
*/
.c-table {
  width: 100%;
}
.c-table thead {
  border: 0;
}
.c-table th, .c-table td {
  border: 0;
}
.c-table tbody tr {
  border-bottom: 1px solid #393553;
  padding-bottom: 1.5rem;
  display: block;
}
.c-table tbody tr:not(:first-child) {
  padding-top: 1.5rem;
}
.c-table tbody tr:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.c-table tbody th, .c-table tbody td {
  display: block;
  width: 100%;
  text-align: left;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.c-table tbody th {
  color: #8A87A3;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
.c-table tbody td {
  font-size: 1rem;
  line-height: 1.7;
}
.c-table.is-th-bgcolor tbody th,
.c-table.is-th-bgcolor tbody td {
  padding: 0.8125rem 1.5rem;
}
.c-table.is-th-bgcolor th {
  color: #F7F7F7;
  width: 14.75rem;
  position: relative;
  background-color: #f9f7f0;
}
.c-table.is-th-bgcolor th::after {
  display: none;
}

/*
---
name: <table> テーブル_大
category: Base
---
*/
.c-table-sm {
  width: 100%;
  border-top: 1px solid #393939;
  letter-spacing: 0.02em;
}
.c-table-sm th,
.c-table-sm td {
  border-bottom: 1px solid #393939;
  border-right: 1px solid #393939;
}
.c-table-sm th:last-child,
.c-table-sm td:last-child {
  border-right: none;
}
.c-table-sm thead {
  background-color: rgba(38, 46, 126, 0.7);
  color: #F7F7F7;
}
.c-table-sm thead th {
  text-align: left;
  padding: 0.625rem 1rem;
}
.c-table-sm thead td {
  text-align: center;
  padding: 0.625rem 0.5rem;
}
.c-table-sm tbody th,
.c-table-sm tbody td {
  padding: 1.125rem 0.5rem;
  font-weight: 400;
  text-align: center;
}
.c-table-sm tbody th {
  background-color: rgba(38, 46, 126, 0.1);
  vertical-align: middle;
  width: 24.9230769231%;
}
.c-table-sm tbody th span {
  font-weight: 700;
}
.c-table-sm tbody td {
  width: 10.7692307692%;
}
.c-table-sm tbody td span {
  color: #262E7E;
}

/*
---
name: <table> テーブル_小
category: Base
---
*/
.c-table-xlg {
  width: 100%;
  border-top: 1px solid #393939;
}
.c-table-xlg th,
.c-table-xlg td {
  border-bottom: 1px solid #393939;
}
.c-table-xlg thead {
  background-color: #f9f7f0;
}
.c-table-xlg thead th,
.c-table-xlg thead td {
  padding: 0.625rem 1rem;
}
.c-table-xlg tbody th,
.c-table-xlg tbody td {
  padding: 1.25rem 2rem;
  font-weight: 400;
}
.c-table-xlg tbody th {
  background-color: rgba(249, 247, 240, 0.9);
  text-align: center;
  vertical-align: middle;
  width: 25.7894736842%;
}

/*
---
name: タブ
category: Tabs
---
*/
.c-tabs__navs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 3.5rem;
}
.c-tabs__navs li {
  width: 50%;
  max-width: 17.25rem;
  margin-bottom: 0.5rem;
  border: 2px solid #262E7E;
}
.c-tabs__navs a {
  background-color: #F7F7F7;
  color: #262E7E;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 0.625rem 1.5rem;
  position: relative;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}
.c-tabs__navs a::after {
  content: "expand_more";
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  overflow: hidden;
  display: inline-block;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  position: absolute;
  font-size: 1.5rem;
  font-weight: 400;
  right: 1rem;
  top: calc(50% + 0.0625rem);
  transform: translateY(-50%);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}
.c-tabs__navs a.is-active {
  background-color: #262E7E;
  color: #F7F7F7;
}
.c-tabs__content {
  display: none;
  visibility: hidden;
  position: absolute;
  z-index: -1;
  opacity: 0;
  animation: fadeIn 0.8s forwards;
}
.c-tabs__content.is-active {
  display: block;
  position: static;
  visibility: visible;
  opacity: 1;
}

/*
---
name: タブ_インデックス
category: Tabs
---

*/
.c-tabs.is-index .c-tabs__navs li {
  width: inherit;
  min-width: 10rem;
  border-width: 1px;
  border-bottom: none;
  margin: 0 0.5rem 0 0;
}
.c-tabs.is-index a {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
.c-tabs.is-index a::after {
  display: none;
}

.p-about-information {
  padding: 9.375rem 0;
  overflow-x: hidden;
}
.p-about-information__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5rem;
}
.p-about-information__image {
  width: 46.3333333333%;
  aspect-ratio: 556/729;
  border-radius: 8px 8px 0 0;
  position: relative;
  overflow: hidden;
}
.p-about-information__image img {
  width: 100%;
  height: 100%;
  max-width: initial;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
}
.p-about-information__image::after {
  position: absolute;
  content: "";
  width: 100%;
  aspect-ratio: 556/400;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(28, 29, 47, 0) 0%, #1C1D2F 100%);
}
.p-about-information__content {
  width: 49%;
}
.p-about-information__title {
  font-family: "DM Sans Variable", sans-serif;
  font-size: 2.375rem;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 2.875rem;
}
.p-about-information__history {
  margin-top: 9.375rem;
  position: relative;
}
.p-about-information__history::before, .p-about-information__history::after {
  position: absolute;
  content: "";
  width: calc(50vw - 31.25rem);
  height: calc(100% - 3.5625rem);
  bottom: 0;
  z-index: 50;
}
.p-about-information__history::before {
  left: 0;
  background: linear-gradient(90deg, #1C1D2F 0%, rgba(28, 29, 47, 0) 100%);
}
.p-about-information__history::after {
  right: 0;
  background: linear-gradient(-90deg, #1C1D2F 0%, rgba(28, 29, 47, 0) 100%);
}
.p-about-information__history-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 62.5rem;
}
.p-about-information__history-head {
  position: relative;
  margin-bottom: 2rem;
  width: 100%;
  height: 2rem;
  background-image: repeating-linear-gradient(to right, transparent 0, transparent 1.9375rem, #323343 1.9375rem, #323343 2rem);
  background-size: calc(100% - 0.125rem) 2rem;
  background-repeat: no-repeat;
  background-position: left top;
}
.p-about-information__history-head::before {
  position: absolute;
  content: "";
  width: 0.0625rem;
  height: 4rem;
  background-color: #8A87A3;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-about-information__history-datas {
  padding-right: 2rem;
}
.p-about-information__history-datas:not(:last-child) {
  margin-bottom: 1rem;
}
.p-about-information__history-title {
  font-size: 1rem;
  line-height: 1.6;
  font-family: "DM Sans Variable", sans-serif;
  letter-spacing: 0;
  color: #8A87A3;
  margin-bottom: 0.25rem;
}
.p-about-information__history-text {
  font-size: 0.875rem;
  line-height: 1.6;
}
.p-about-information__history-slider {
  overflow: visible !important;
}
.p-about-information__history-buttons {
  display: flex;
  gap: 1rem;
  position: absolute;
  right: 0;
  bottom: calc(100% + 3.5rem);
}
.p-about-information__history-button {
  width: 2.5rem;
  aspect-ratio: 1/1;
  border: 1px solid #F7F7F7;
  border-radius: 6px;
  display: grid;
  place-items: center;
  background: transparent;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}
.p-about-information__history-button:disabled {
  opacity: 0.6;
}
.p-about-information__history-button.is-prev {
  transform: scale(-1);
}
.p-about-information__banner {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-top: 9.375rem;
  max-width: 62.25rem;
  margin-left: auto;
  margin-right: auto;
}
.p-about-information__banner-bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.p-about-information__banner-bg img {
  width: 100%;
  height: 100%;
  max-width: initial;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about-information__banner-inner {
  padding: 7.4375rem 1.25rem;
  background: linear-gradient(180deg, rgba(2, 3, 16, 0) 0%, #020310 100%);
  position: relative;
  z-index: 3;
  text-align: center;
}
.p-about-information__banner-head {
  font-size: 1.5625rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.p-about-information__banner-text {
  font-size: 1rem;
  line-height: 1.7;
}
.p-about-information__banner-buttons {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.p-about-lead {
  position: relative;
  padding-top: 18.6875rem;
  margin-top: -12.625rem;
  padding-bottom: 24.25rem;
  overflow-x: hidden;
}
.p-about-lead:before, .p-about-lead:after {
  position: absolute;
  content: "";
  aspect-ratio: 1400/639;
  background-image: url(../images/bg-about.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 1;
  width: 87.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.p-about-lead::before {
  top: 0;
}
.p-about-lead::after {
  bottom: 3.25rem;
  transform: translateX(-50%) scale(-1);
}
.p-about-lead__blocks {
  position: relative;
  z-index: 2;
}
.p-about-lead__block {
  position: relative;
  z-index: 4;
  padding-top: 10rem;
  text-align: center;
}
.p-about-lead__block:not(:last-child) {
  margin-bottom: 5rem;
}
.p-about-lead__eng {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: "DM Sans Variable", sans-serif;
  font-size: 12.5rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 200;
  white-space: nowrap;
  background: linear-gradient(0deg, #020310 9.62%, #2B2C3C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 5;
}
.p-about-lead__text {
  position: relative;
  z-index: 6;
  margin: 0;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-about-lead__caption {
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 1.5rem;
}
.p-about-lead__icons {
  display: flex;
  justify-content: center;
  gap: 1.5625rem;
}
.p-about-lead__icon {
  position: relative;
  z-index: 6;
  width: 14.375rem;
  aspect-ratio: 1/1;
  border-radius: 99999px;
  border: 1px solid #393939;
  background: linear-gradient(180deg, rgba(247, 247, 247, 0.05) 0%, rgba(247, 247, 247, 0.1) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.p-careers-block {
  padding: 9.375rem 0 8.75rem;
}
.p-careers-block.is-pd-none {
  padding: 0;
}
.p-careers-block__head {
  margin-bottom: 3.125rem;
}
.p-careers-block__head .is-eng {
  display: inline-block;
  font-family: "DM Sans Variable", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0;
  background: linear-gradient(90deg, #C1EBFF 0%, #1986B9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-careers-block__column {
  display: flex;
  flex-direction: column;
}
.p-careers-block__title {
  margin-bottom: 1.5rem;
}
.p-careers-block__title .is-eng {
  display: inline-block;
  font-family: "DM Sans Variable", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0;
  background: linear-gradient(90deg, #C1EBFF 0%, #1986B9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-careers-block__text {
  font-size: 1.125rem;
  line-height: 1.8;
  border: 1px solid #393939;
  border-radius: 8px;
  padding: 1.5rem 1.5rem 1.875rem;
  background: linear-gradient(180deg, rgba(247, 247, 247, 0.05) 0%, rgba(247, 247, 247, 0.1) 100%);
  flex-grow: 1;
}
:where(html[lang=en], html[lang=en-US]) .p-careers-block__text {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.p-careers-block__modaal-wrapper {
  position: relative;
  margin-top: 10rem;
  z-index: 1;
}
.p-careers-block__modaal-wrapper a {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  max-width: 62.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.p-careers-block__modaal {
  max-width: 62.25rem;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(0);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  opacity: 0.7;
  width: 100%;
}
.p-careers-block__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
  margin-top: 5rem;
}
.p-careers-block__grid.is-media {
  gap: 2.5rem;
  margin-top: 3.75rem;
  align-items: center;
}
.p-careers-block__column .c-heading {
  text-align: left;
  margin-bottom: 1.25rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.p-careers-block__text {
  text-align: left;
  line-height: 1.8;
}
:where(html[lang=en], html[lang=en-US]) .p-careers-block__text {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.p-careers-block__modaal-wrapper {
  position: relative;
  margin-top: 10rem;
  z-index: 1;
  width: 100%;
}
.p-careers-block__grid .p-careers-block__modaal-wrapper {
  margin-top: 0;
}
.p-careers-block__modaal-wrapper a {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: none;
  z-index: 5;
}
.p-careers-block__modaal-cover {
  width: 100%;
  aspect-ratio: 16/9;
}
.p-careers-block__modaal-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-careers-block__slide-wrapper {
  width: 100%;
}
.p-careers-block__slide-wrapper iframe {
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
  border-radius: 6px;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.2);
}
.p-careers-block__icons {
  display: flex;
  justify-content: center;
  gap: 1.5625rem;
}
.p-careers-block__icon {
  position: relative;
  z-index: 6;
  width: 14.375rem;
  aspect-ratio: 1/1;
  border-radius: 99999px;
  border: 1px solid #393939;
  background: linear-gradient(180deg, rgba(247, 247, 247, 0.05) 0%, rgba(247, 247, 247, 0.1) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.p-careers-block__modaal-wrapper:has(a:hover)::after {
  transform: translateY(-1.875rem);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}

.p-careers-mvv {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 3.75rem;
}
.p-careers-mvv__item {
  display: flex;
  flex-direction: column;
}
.p-careers-mvv__head-wrapper {
  background: #fff;
  border-radius: 4px;
  padding: 0.625rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.p-careers-mvv__head {
  font-size: 1.5rem;
  font-weight: 800;
  color: #1a1a2e;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
.p-careers-mvv__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}
.p-careers-mvv__list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}
.p-careers-mvv__list li {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.75rem;
}
.p-careers-mvv__list li:last-child {
  margin-bottom: 0;
}
.p-careers-mvv__list .is-dot, .p-careers-mvv__list .c-pagination .page-numbers.dots, .c-pagination .p-careers-mvv__list .page-numbers.dots {
  margin-right: 0.2em;
}

.p-careers-media {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  margin-top: 5rem;
  align-items: start;
}
.p-careers-media__item {
  width: 100%;
}
.p-careers-media__item iframe {
  width: 100%;
  display: block;
}

.p-careers-media .p-careers-block__modaal-wrapper {
  margin-top: 0;
}
.p-careers-media .p-careers-block__modaal-wrapper a {
  max-width: 100%;
  left: 0;
  transform: none;
}
.p-careers-media .p-careers-block__modaal-wrapper a:hover + .p-careers-block__modaal {
  transform: translateY(-0.625rem);
}

.p-careers-media .p-careers-block__modaal {
  max-width: 100%;
}
.p-careers-media .p-careers-block__modaal-cover img {
  width: 100%;
  height: auto;
  display: block;
}

.p-careers-mvv .p-careers-block__icons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9375rem;
  justify-content: center;
}

.p-careers-mvv .p-careers-block__icon {
  width: 100%;
  aspect-ratio: 1/1;
  font-size: 0.875rem;
  padding: 0.3125rem;
}

/*
---
name: お問い合わせページ
category: Project/Contact
---
*/
.p-contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
.p-contact-layout__flow {
  position: sticky;
  top: 7.5rem;
}
.p-contact-flow__heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: #F7F7F7;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  border-left: 3px solid #262E7E;
}
.p-contact-flow__list {
  display: flex;
  flex-direction: column;
}
.p-contact-flow__item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  padding: 1.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}
.p-contact-flow__arrow {
  display: flex;
  justify-content: center;
  padding: 0.75rem 0;
  color: rgba(255, 255, 255, 0.3);
}
.p-contact-flow__arrow svg {
  width: 1rem;
  height: 0.625rem;
}
.p-contact-flow__number {
  font-family: "Inter Variable", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.4;
  flex-shrink: 0;
  min-width: 2rem;
}
.p-contact-flow__content {
  flex: 1;
}
.p-contact-flow__title {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0;
  color: #F7F7F7;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.p-contact-flow__text {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

.p-download__block:not(:last-child) {
  margin-bottom: 9.375rem;
}
.p-download__head {
  display: flex;
  align-items: flex-end;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.p-download__head .c-heading {
  flex-shrink: 0;
}

.p-events__block {
  position: relative;
  display: block;
  border: 1px solid #393939;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(247, 247, 247, 0.05) 0%, rgba(247, 247, 247, 0.1) 100%);
}
.p-events__block:not(:last-child) {
  margin-bottom: 1.5rem;
}
.p-events__block::before, .p-events__block::after {
  position: absolute;
  content: "";
  display: block;
  width: 5rem;
  aspect-ratio: 1/1;
  top: -0.375rem;
  border-top: 1px solid #3C88EB;
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}
.p-events__block:before {
  border-left: 1px solid #3C88EB;
  border-top-left-radius: 12px;
  left: -0.375rem;
}
.p-events__block:after {
  border-right: 1px solid #3C88EB;
  border-top-right-radius: 12px;
  right: -0.375rem;
}
.p-events__wrapper::before, .p-events__wrapper::after {
  position: absolute;
  content: "";
  width: 5rem;
  aspect-ratio: 1/1;
  bottom: -0.375rem;
  border-bottom: 1px solid #3C88EB;
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}
.p-events__wrapper:before {
  border-left: 1px solid #3C88EB;
  border-bottom-left-radius: 12px;
  left: -0.375rem;
}
.p-events__wrapper:after {
  border-right: 1px solid #3C88EB;
  border-bottom-right-radius: 12px;
  right: -0.375rem;
}
.p-events__bg {
  content: "";
  position: absolute;
  right: 0;
  bottom: -30%;
  z-index: 3;
  left: 0;
  margin: auto;
  width: 66.666%;
  height: 15rem;
  border-radius: 99999px;
  background: #262E7E;
  filter: blur(10rem);
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  pointer-events: none;
}
.p-events__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 5;
  padding: 2.5rem;
  overflow: hidden;
}
.p-events__image {
  width: 48.3928571429%;
  aspect-ratio: 542/304;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.p-events__image img {
  width: 100%;
  height: 100%;
  max-width: initial;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-events__content {
  width: 48.75%;
  position: relative;
  z-index: 5;
}
.p-events__sup {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.p-events__label {
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  padding: 0.25rem 0.625rem;
  background: #393939;
  border-radius: 0.375rem;
}
.p-events__date {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-family: "Inter Variable", sans-serif;
  letter-spacing: 0;
}
.p-events__head {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.5;
}
.p-events__text {
  font-size: 0.8125rem;
  line-height: 1.6;
  margin-top: 0.5rem;
}
.p-events__details {
  padding: 0.625rem 1rem;
  background-color: #020310;
  border-radius: 6px;
  margin-top: 1.5rem;
}
.p-events__bottoms {
  display: flex;
  margin-top: 1.875rem;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.p-events__bottoms .c-button-simple {
  flex-shrink: 0;
}
.p-events__captions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
  font-size: 0.8125rem;
  line-height: 1.5;
}

.p-home-boards {
  margin-top: 2.625rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.125rem;
}
.p-home-boards__item {
  display: block;
  background: linear-gradient(to bottom, rgba(247, 247, 247, 0.05), rgba(247, 247, 247, 0.1));
  border-radius: 0.5rem;
  border: 1px solid #393939;
  position: relative;
  color: #F7F7F7;
}
.p-home-boards__top-square {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}
.p-home-boards__top-square::before {
  content: "";
  position: absolute;
  top: -0.4375rem;
  left: -0.4375rem;
  margin: auto;
  width: 5rem;
  height: 5rem;
  border-radius: 0.5rem 0 0 0;
  border-top: 1px solid #3C88EB;
  border-left: 1px solid #3C88EB;
}
.p-home-boards__top-square::after {
  content: "";
  position: absolute;
  top: -0.4375rem;
  right: -0.4375rem;
  margin: auto;
  width: 5rem;
  height: 5rem;
  border-radius: 0 0.5rem 0 0;
  border-top: 1px solid #3C88EB;
  border-right: 1px solid #3C88EB;
}
.p-home-boards__bottom-square {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}
.p-home-boards__bottom-square::before {
  content: "";
  position: absolute;
  bottom: -0.4375rem;
  left: -0.4375rem;
  margin: auto;
  width: 5rem;
  height: 5rem;
  border-radius: 0 0 0 0.5rem;
  border-bottom: 1px solid #3C88EB;
  border-left: 1px solid #3C88EB;
}
.p-home-boards__bottom-square::after {
  content: "";
  position: absolute;
  bottom: -0.4375rem;
  right: -0.4375rem;
  margin: auto;
  width: 5rem;
  height: 5rem;
  border-radius: 0 0 0.5rem 0;
  border-bottom: 1px solid #3C88EB;
  border-right: 1px solid #3C88EB;
}
.p-home-boards__inner {
  padding: clamp(0.625rem, 1.7142857143vw, 1.5rem) clamp(0.625rem, 1.7142857143vw, 1.5rem) 4.1875rem;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.p-home-boards__inner::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -50%;
  left: 0;
  margin: auto;
  width: 100%;
  height: 15rem;
  border-radius: 516px;
  background: #262E7E;
  filter: blur(5rem);
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  pointer-events: none;
}
.p-home-boards__head {
  display: flex;
  gap: 0.5rem;
}
.p-home-boards__head-icon {
  width: 1.5625rem;
}
.p-home-boards__head-title {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-family: "DM Sans Variable", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}
.p-home-boards__text {
  margin-top: 1.125rem;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  min-height: 2.75rem;
}
.p-home-boards__caption {
  font-size: 0.6875rem;
  line-height: 1.4545454545;
  color: #8A87A3;
  letter-spacing: 0;
  font-family: "DM Sans Variable", sans-serif;
  margin-top: 0.625rem;
}
.p-home-boards__list {
  margin-top: 0.25rem;
}
.p-home-boards__unit {
  padding: 0.9375rem 0;
  position: relative;
  display: flex;
  align-items: center;
}
.p-home-boards__unit::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background: linear-gradient(to right, #404040, #808080, #404040);
}
.p-home-boards__unit-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.p-home-boards__unit-number {
  width: clamp(0.875rem, 2.2857142857vw, 2rem);
  height: clamp(0.875rem, 2.2857142857vw, 2rem);
  background: linear-gradient(to bottom, rgba(247, 247, 247, 0.05), rgba(247, 247, 247, 0.1));
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "DM Sans Variable", sans-serif;
  font-size: clamp(0.625rem, 1.1428571429vw, 1rem);
  letter-spacing: 0;
  border-radius: 50%;
}
.p-home-boards__unit-title {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-family: "DM Sans Variable", sans-serif;
  letter-spacing: 0;
}
.p-home-boards__unit-label {
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-size: clamp(0.625rem, 0.8571428571vw, 0.75rem);
  font-family: "Inter Variable", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  background: #F7F7F7;
  padding: 0.25rem clamp(0.25rem, 0.5714285714vw, 0.5rem);
  border-radius: 0.375rem;
  background: #8A87A3;
}
.p-home-boards__unit-data {
  margin-left: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.1875rem;
  flex-shrink: 0;
}
.p-home-boards__unit-data span.is-lg {
  display: block;
  font-family: "Inter Variable", sans-serif;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  font-size: clamp(0.625rem, 1.2857142857vw, 1.125rem);
  letter-spacing: 0;
  font-weight: 600;
}
.p-home-boards__unit-data span.is-sm {
  display: block;
  font-family: "Inter Variable", sans-serif;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  letter-spacing: 0;
  font-weight: 600;
  background: linear-gradient(to right, #C1EBFF, #1986B9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-home-boards__part {
  margin-top: 0.75rem;
  padding-bottom: 0.5rem;
  position: relative;
}
.p-home-boards__part::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background: linear-gradient(to right, #404040, #808080, #404040);
}
.p-home-boards__part:first-child {
  margin-top: 1.4375rem;
}
.p-home-boards__part-title {
  font-size: 0.6875rem;
  line-height: 1.4545454545;
  font-family: "DM Sans Variable", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 0.25rem;
}
.p-home-boards__gear {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.p-home-boards__gear-item {
  position: relative;
  display: flex;
  align-items: center;
}
.p-home-boards__gear-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.p-home-boards__gear-number {
  width: clamp(0.875rem, 2vw, 1.75rem);
  height: clamp(0.875rem, 2vw, 1.75rem);
  background: linear-gradient(to bottom, rgba(247, 247, 247, 0.05), rgba(247, 247, 247, 0.1));
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "DM Sans Variable", sans-serif;
  font-size: clamp(0.625rem, 1.0714285714vw, 0.9375rem);
  letter-spacing: 0;
  border-radius: 50%;
}
.p-home-boards__gear-title {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-family: "DM Sans Variable", sans-serif;
  letter-spacing: 0;
}
.p-home-boards__gear-data {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.1875rem;
}
.p-home-boards__gear-data span.is-lg {
  display: block;
  font-family: "Inter Variable", sans-serif;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  font-size: clamp(0.625rem, 1.2857142857vw, 1.125rem);
  letter-spacing: 0;
  font-weight: 600;
}
.p-home-boards__gear-data span.is-sm {
  display: block;
  font-family: "Inter Variable", sans-serif;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  letter-spacing: 0;
  font-weight: 600;
  background: linear-gradient(to right, #C1EBFF, #1986B9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-home-boards__link {
  display: block;
  position: absolute;
  right: 1.5rem;
  bottom: 2rem;
  text-align: right;
}

.p-home-cases {
  margin-top: 2.625rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.p-home-cases__item {
  display: block;
  background: linear-gradient(to bottom, rgba(247, 247, 247, 0.05), rgba(247, 247, 247, 0.1));
  border-radius: 0.5rem;
  border: 1px solid #393939;
  position: relative;
}
.p-home-cases__item-top-square {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}
.p-home-cases__item-top-square::before {
  content: "";
  position: absolute;
  top: -0.4375rem;
  left: -0.4375rem;
  margin: auto;
  width: 5rem;
  height: 5rem;
  border-radius: 0.5rem 0 0 0;
  border-top: 1px solid #3C88EB;
  border-left: 1px solid #3C88EB;
  pointer-events: none;
}
.p-home-cases__item-top-square::after {
  content: "";
  position: absolute;
  top: -0.4375rem;
  right: -0.4375rem;
  margin: auto;
  width: 5rem;
  height: 5rem;
  border-radius: 0 0.5rem 0 0;
  border-top: 1px solid #3C88EB;
  border-right: 1px solid #3C88EB;
  pointer-events: none;
}
.p-home-cases__item-bottom-square {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}
.p-home-cases__item-bottom-square::before {
  content: "";
  position: absolute;
  bottom: -0.4375rem;
  left: -0.4375rem;
  margin: auto;
  width: 5rem;
  height: 5rem;
  border-radius: 0 0 0 0.5rem;
  border-bottom: 1px solid #3C88EB;
  border-left: 1px solid #3C88EB;
  pointer-events: none;
}
.p-home-cases__item-bottom-square::after {
  content: "";
  position: absolute;
  bottom: -0.4375rem;
  right: -0.4375rem;
  margin: auto;
  width: 5rem;
  height: 5rem;
  border-radius: 0 0 0.5rem 0;
  border-bottom: 1px solid #3C88EB;
  border-right: 1px solid #3C88EB;
  pointer-events: none;
}
.p-home-cases__item-inner {
  color: #F7F7F7;
  padding: 1.5rem 1.5rem 2rem;
  position: relative;
  overflow: hidden;
}
.p-home-cases__item-inner::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -50%;
  left: 0;
  margin: auto;
  width: 100%;
  height: 15rem;
  border-radius: 516px;
  background: #262E7E;
  filter: blur(5rem);
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  pointer-events: none;
}
.p-home-cases__item-image {
  border-radius: 0.25rem;
  overflow: hidden;
  aspect-ratio: 16/10;
}
.p-home-cases__item-image img {
  width: 100%;
  height: 100%;
  max-width: initial;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-home-cases__item-content {
  margin-top: 2rem;
}
.p-home-cases__item-title {
  font-size: 1.125rem;
  line-height: 1.7222222222;
  font-weight: 600;
  text-align: center;
}
.p-home-cases__item-text {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  font-weight: 600;
  text-align: center;
}

.p-home-dataformat {
  margin-top: 2.625rem;
  position: relative;
  z-index: 1;
}
.p-home-dataformat__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.p-home-dataformat__item {
  border-right: 1px solid #393553;
  padding: 2rem 1rem;
}
.p-home-dataformat__item:nth-child(3n) {
  border-right: none;
}
.p-home-dataformat__item.is-bb-active {
  border-bottom: 1px solid #393553;
}
.p-home-dataformat__item-icon {
  width: 9.375rem;
  aspect-ratio: 15/13;
  margin: auto;
}
.p-home-dataformat__item-icon img {
  width: 100%;
  height: 100%;
  max-width: initial;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home-dataformat__item-content {
  margin-top: 1.5rem;
  color: #F7F7F7;
  text-align: center;
}
.p-home-dataformat__item-title {
  font-size: 1.125rem;
  line-height: 1.1111111111;
  font-weight: 600;
  letter-spacing: 0;
  font-family: "DM Sans Variable", sans-serif;
}
.p-home-dataformat__item-text {
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}

.p-home-services {
  margin-top: 2.9375rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
  gap: 1.5rem 1.25rem;
}
.p-home-services__item {
  background: linear-gradient(to bottom, rgba(247, 247, 247, 0.05), rgba(247, 247, 247, 0.1));
  border-radius: 0.5rem;
  border: 1px solid #393939;
  position: relative;
}
.p-home-services__item-top-square {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}
.p-home-services__item-top-square::before {
  content: "";
  position: absolute;
  top: -0.4375rem;
  left: -0.4375rem;
  margin: auto;
  width: 5rem;
  height: 5rem;
  border-radius: 0.5rem 0 0 0;
  border-top: 1px solid #3C88EB;
  border-left: 1px solid #3C88EB;
}
.p-home-services__item-top-square::after {
  content: "";
  position: absolute;
  top: -0.4375rem;
  right: -0.4375rem;
  margin: auto;
  width: 5rem;
  height: 5rem;
  border-radius: 0 0.5rem 0 0;
  border-top: 1px solid #3C88EB;
  border-right: 1px solid #3C88EB;
}
.p-home-services__item-bottom-square {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}
.p-home-services__item-bottom-square::before {
  content: "";
  position: absolute;
  bottom: -0.4375rem;
  left: -0.4375rem;
  margin: auto;
  width: 5rem;
  height: 5rem;
  border-radius: 0 0 0 0.5rem;
  border-bottom: 1px solid #3C88EB;
  border-left: 1px solid #3C88EB;
}
.p-home-services__item-bottom-square::after {
  content: "";
  position: absolute;
  bottom: -0.4375rem;
  right: -0.4375rem;
  margin: auto;
  width: 5rem;
  height: 5rem;
  border-radius: 0 0 0.5rem 0;
  border-bottom: 1px solid #3C88EB;
  border-right: 1px solid #3C88EB;
}
.p-home-services__item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.p-home-services__item-heads {
  padding: 2rem;
}
.p-home-services__item-head {
  display: flex;
  align-items: center;
}
.p-home-services__item-title {
  margin: 0;
}
.p-home-services__item-title span.is-lg {
  display: block;
  margin-right: 1rem;
  padding-right: 1rem;
  border-right: 1px solid rgba(247, 247, 247, 0.3);
}
.p-home-services__item-title span.is-lg img {
  display: block;
}
.p-home-services__item-category {
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 600;
  font-family: "Inter Variable", sans-serif;
  color: #F7F7F7;
  margin: 0;
}
.p-home-services__item-label {
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  color: #F7F7F7;
  background: #393939;
  padding: 0.25rem 0.625rem;
  border-radius: 0.375rem;
  margin-left: 0.75rem;
}
.p-home-services__item-text {
  margin-top: 1.5rem;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  color: #F7F7F7;
}
.p-home-services__item-contents {
  padding: 0 1.25rem 1.25rem;
  position: relative;
  flex-grow: 1;
  display: flex;
  width: 100%;
}
.p-home-services__item-contents:has(.p-home-services__item-inner.is-image) {
  padding-bottom: 0;
}
.p-home-services__item-contents::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -50%;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 516px;
  background: #262E7E;
  filter: blur(5rem);
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}
.p-home-services__item-inner {
  background: #020310;
  width: 100%;
  padding: 2.9375rem 0 1.875rem;
  border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  gap: min(1.875rem, 2.1428571429vw);
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}
.p-home-services__item-inner.is-01 {
  gap: min(2rem, 2.2857142857vw);
}
.p-home-services__item-inner.is-image {
  padding: 0;
  display: block;
  position: relative;
  pointer-events: none;
  transform: translateY(1.25rem);
  transition-property: transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}
.p-home-services__item-inner.is-image::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(2, 3, 16, 0), rgba(2, 3, 16, 0.87));
  pointer-events: none;
}
.p-home-services__item-link {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  z-index: 2;
}
.p-home-services__unit {
  color: #F7F7F7;
}
.p-home-services__unit-icon {
  margin: auto;
  text-align: center;
}
.p-home-services__unit-icon img {
  display: block;
  margin: auto;
}
.p-home-services__unit-title {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.005em;
}
.p-home-services__unit-text {
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}

.p-home-use {
  margin-top: 2.625rem;
}
.p-home-use__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid #393939;
}
.p-home-use__list:first-child {
  border-top: none;
}
.p-home-use__item {
  border-left: 1px solid #393939;
  padding: 3.875rem 1rem;
}
.p-home-use__item:nth-child(4n+1) {
  border-left: none;
}
.p-home-use__item-icon {
  text-align: center;
}
.p-home-use__item-icon img {
  border-radius: 0.5rem;
  overflow: hidden;
}
.p-home-use__item-title {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0;
  font-family: "DM Sans Variable", sans-serif;
  text-align: center;
  margin-top: 1.5rem;
  color: #F7F7F7;
}

.p-news__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.p-news__category {
  padding: 0.25rem 0.625rem;
  border-radius: 6px;
  background-color: #393939;
  opacity: 0.5;
  letter-spacing: 0;
  font-size: 0.8125rem;
}
.p-news__category.is-current, .c-pagination .p-news__category.page-numbers.current {
  opacity: 1;
}

.p-pre-forms__head {
  color: #F7F7F7;
}
.p-pre-forms__head-title {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
.p-pre-forms__head-text {
  text-align: center;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.125rem;
}
.p-pre-forms__column {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
.p-pre-forms__block-title {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding-left: 0.875rem;
  position: relative;
  margin-top: 0;
  margin-bottom: 1.25rem;
  color: #F7F7F7;
  border-left: 1px solid #F7F7F7;
}
.p-pre-forms__flow {
  display: flex;
  flex-direction: column;
  gap: 2.625rem;
}
.p-pre-forms__flow-item {
  background: linear-gradient(to bottom, rgba(247, 247, 247, 0.05), rgba(247, 247, 247, 0.1));
  border-radius: 10px;
  padding: 1rem 1.5rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.p-pre-forms__flow-item::after {
  content: "arrow_drop_down";
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  overflow: hidden;
  display: inline-block;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
  bottom: -2rem;
  left: 0;
  margin: auto;
  color: #F7F7F7;
  font-size: 2rem;
}
.p-pre-forms__flow-item:last-child::after {
  display: none;
}
.p-pre-forms__flow-number {
  width: 2.5rem;
  height: 2.5rem;
  background: linear-gradient(to bottom, rgba(247, 247, 247, 0.05), rgba(247, 247, 247, 0.1));
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  flex-shrink: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.p-pre-forms__flow-conetnt {
  color: #F7F7F7;
}
.p-pre-forms__flow-head {
  font-size: 1.25rem;
  /* font-size: 1.6rem; */
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.p-pre-forms__flow-text {
  font-size: 1.125rem;
  /* font-size: 1.4rem; */
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.p-pre-forms__form {
  background: linear-gradient(to bottom, rgba(247, 247, 247, 0.05), rgba(247, 247, 247, 0.1));
  padding: 2.25rem;
  border-radius: 0.25rem;
}

/*
---
name: 資料請求ページ
category: Project/RequestDocuments
---
*/
.p-request-docs-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
.p-request-docs-layout__form {
  position: sticky;
  top: 7.5rem;
}

.p-request-docs-info__heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: #F7F7F7;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  border-left: 3px solid #262E7E;
}
.p-request-docs-info__list {
  display: flex;
  flex-direction: column;
}
.p-request-docs-info__item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  padding: 1.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}
.p-request-docs-info__arrow {
  display: flex;
  justify-content: center;
  padding: 0.75rem 0;
  color: rgba(255, 255, 255, 0.3);
}
.p-request-docs-info__arrow svg {
  width: 1rem;
  height: 0.625rem;
}
.p-request-docs-info__number {
  font-family: "Inter Variable", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.4;
  flex-shrink: 0;
  min-width: 2rem;
}
.p-request-docs-info__content {
  flex: 1;
}
.p-request-docs-info__title {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0;
  color: #F7F7F7;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.p-request-docs-info__text {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}
.p-request-docs-info__note {
  margin-top: 2rem;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.p-request-docs-info__note p {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
  margin: 0;
}
.p-request-docs-info__note p + p {
  margin-top: 0.5rem;
}
.p-request-docs-info__note p a {
  color: #262E7E;
  text-decoration: underline;
}
.p-request-docs-info__note p a:hover {
  opacity: 0.8;
}

.l-block__margin-normal {
  margin-top: 3.5rem;
}
.l-block__margin-large {
  margin-top: 4rem;
}
.l-block__margin-medium {
  margin-top: 3rem;
}
.l-block__margin-small {
  margin-top: 1.5rem;
}
.l-block__margin-none {
  margin-top: 0;
}

.l-post-content {
  display: flow-root;
  font-size: 0.875rem;
}
.l-post-content > * + * {
  margin-top: 1em;
}
.l-post-content > :is(h1, h2, h3, h4, h5, h6):first-child {
  margin-top: 0;
}
.l-post-content > :is(h1, h2, h3, h4, h5, h6) + * {
  margin-top: 0;
}
.l-post-content p {
  line-height: 1.75;
  letter-spacing: 0em;
}
.l-post-content a {
  color: #262E7E;
  text-decoration-line: underline;
  cursor: pointer;
}
.l-post-content h1 {
  font-size: 2rem;
  line-height: 1.75;
}
.l-post-content h2 {
  font-size: 1.375rem;
  line-height: 1.75;
  margin-top: 5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #8A87A3;
  letter-spacing: 0em;
}
.l-post-content h3 {
  font-size: 1.125rem;
  line-height: 1.75;
  margin-top: 3em;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.l-post-content h4 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
  padding: 0.3125rem 0.75rem;
  background-color: #323343;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.75;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.l-post-content h5 {
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.l-post-content h6 {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.l-post-content dl dt {
  font-weight: bold;
}
.l-post-content dl dd + dt {
  margin-top: 1rem;
}
.l-post-content table {
  width: 100%;
  width: 100%;
}
.l-post-content table thead {
  border: 0;
}
.l-post-content table th, .l-post-content table td {
  border: 0;
}
.l-post-content table tbody tr {
  border-bottom: 1px solid #393553;
  padding-bottom: 1.5rem;
  display: block;
}
.l-post-content table tbody tr:not(:first-child) {
  padding-top: 1.5rem;
}
.l-post-content table tbody tr:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.l-post-content table tbody th, .l-post-content table tbody td {
  display: block;
  width: 100%;
  text-align: left;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.l-post-content table tbody th {
  color: #8A87A3;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
.l-post-content table tbody td {
  font-size: 1rem;
  line-height: 1.7;
}
.l-post-content ol, .l-post-content ul {
  list-style: none;
  line-height: 1.6;
}
.l-post-content ol li, .l-post-content ul li {
  position: relative;
}
.l-post-content ol li::before, .l-post-content ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
}
.l-post-content ul > li {
  padding-left: 1rem;
  font-size: 0.9375rem;
  line-height: 2;
  position: relative;
}
.l-post-content ul > li::before {
  --_icon-size: 0.6875rem;
  content: "";
  width: var(--_icon-size);
  aspect-ratio: 1/1;
  background: #524E6E;
  border-radius: 50%;
  top: calc(0.5lh - var(--_icon-size) / 2);
  left: 0;
  position: absolute;
}
.l-post-content ul ul > li {
  padding-left: 1rem;
}
.l-post-content ul ul > li::before {
  --_icon-size: 0.375rem;
  content: "";
  width: var(--_icon-size);
  aspect-ratio: 1/1;
  background: #524E6E;
  border-radius: 50%;
  top: calc(0.5lh - var(--_icon-size) / 2);
  left: 0;
  position: absolute;
}
.l-post-content ul.is-sm > li {
  font-size: 0.8125rem;
}
.l-post-content ul.is-color {
  color: #8A87A3;
}
.l-post-content ol {
  counter-reset: list-counter;
}
.l-post-content ol > li {
  padding-left: 1rem;
}
.l-post-content ol > li::before {
  content: counter(list-counter) ".";
  counter-increment: list-counter;
  width: 1rem;
  height: 1lh;
}
.l-post-content ol ol {
  counter-reset: list-counter;
}
.l-post-content ol ol > li {
  padding-left: 1rem;
}
.l-post-content ol ol > li::before {
  content: counter(list-counter) ".";
  counter-increment: list-counter;
  width: 1rem;
  height: 1lh;
}
.l-post-content p + ul {
  margin-top: 0.5rem;
}
.l-post-content iframe {
  max-width: 100%;
  width: 100%;
}
.l-post-content pre {
  background: #f5f5f5;
  padding: 1rem 1.5rem;
}
.l-post-content code {
  font-family: monospace, monospace;
  background: #f5f5f5;
}
.l-post-content blockquote {
  background-color: transparent;
  border-top: 1px solid #F7F7F7;
  border-right: 1px solid #F7F7F7;
  border-bottom: 1px solid #F7F7F7;
  border-left: 1px solid #F7F7F7;
  position: relative;
  padding: 1.5rem 1.5rem 1.5rem 3rem;
  margin-right: 0;
  margin-left: 0;
}
.l-post-content blockquote::before {
  content: "";
  width: 1.1875rem;
  height: 1rem;
  background: #262E7E;
  -webkit-mask: url("../images/icon-blockquote.svg") no-repeat center/contain;
          mask: url("../images/icon-blockquote.svg") no-repeat center/contain;
  position: absolute;
  left: 1rem;
  top: 1rem;
}
.l-post-content blockquote cite {
  display: block;
  margin-top: 1rem;
}
:where(.l-post-content) figure {
  margin: 0 0 1em;
}
.l-post-content a {
  color: #F7F7F7;
}
.l-post-content .wp-block-image {
  margin-bottom: 2em;
}
.l-post-content .wp-element-caption {
  font-size: 0.9em;
  margin-top: 0.8em;
  opacity: 0.7;
  padding-left: 1em;
}

.row {
  margin-left: -1.125rem;
  margin-right: -1.125rem;
  display: flex;
  flex-wrap: wrap;
}
.row.is-center {
  justify-content: center;
}

.small-1 {
  width: 8.3333333333%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.is-push-sm-1 {
  margin-left: 8.3333333333%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.small-2 {
  width: 16.6666666667%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.is-push-sm-2 {
  margin-left: 16.6666666667%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.small-3 {
  width: 25%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.is-push-sm-3 {
  margin-left: 25%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.small-4 {
  width: 33.3333333333%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.is-push-sm-4 {
  margin-left: 33.3333333333%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.small-5 {
  width: 41.6666666667%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.is-push-sm-5 {
  margin-left: 41.6666666667%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.small-6 {
  width: 50%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.is-push-sm-6 {
  margin-left: 50%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.small-7 {
  width: 58.3333333333%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.is-push-sm-7 {
  margin-left: 58.3333333333%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.small-8 {
  width: 66.6666666667%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.is-push-sm-8 {
  margin-left: 66.6666666667%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.small-9 {
  width: 75%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.is-push-sm-9 {
  margin-left: 75%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.small-10 {
  width: 83.3333333333%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.is-push-sm-10 {
  margin-left: 83.3333333333%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.small-11 {
  width: 91.6666666667%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.is-push-sm-11 {
  margin-left: 91.6666666667%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.small-12 {
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.is-push-sm-12 {
  margin-left: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.c-post-password__label {
  display: block;
  margin-bottom: 1rem;
}
.c-post-password__content {
  display: flex;
  gap: 1.5rem;
}
.c-post-password__input {
  width: 100%;
}
.c-post-password__input input {
  height: 100%;
}
.c-post-password__submit {
  flex-shrink: 0;
}

.c-search__head {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.c-search__situation {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.75rem 3.625rem;
}
.c-search__situation dl {
  display: flex;
  font-size: 0.875rem;
}
.c-search__situation dt {
  margin-right: 0.75rem;
}
.c-search__situation dd:not(:first-of-type) {
  margin-left: 1.875rem;
}
.c-search__situation dd a.is-active {
  font-weight: 700;
  text-decoration: none;
  color: #F7F7F7;
  opacity: 1;
}
.c-search__blocks {
  border-top: 1px solid #393939;
  margin-top: 1.5rem;
}
.c-search__block {
  padding: 1.5rem 0;
  border-bottom: 1px solid #393939;
}
.c-search__title {
  display: block;
  font-weight: 700;
  font-size: 1.125rem;
}
.c-search__text {
  margin-top: 0.875rem;
}
.c-search__text em {
  font-style: normal;
  background-image: linear-gradient(transparent 70%, #FFFA79 70%, #FFFA79 95%, transparent 95%);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 100%;
}
.c-search__url {
  display: block;
  font-size: 0.875rem;
  margin-top: 0.625rem;
}

.c-search-result-aside {
  padding-top: 3rem;
}
.c-search-result-aside__popular {
  padding: 1.25rem 1rem 1.875rem;
  border: 1px solid #393939;
}
.c-search-result-aside__title {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.c-search-result-aside__keyword {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem 0.5rem;
  font-size: 0.875rem;
}

.c-search-result-header {
  padding: 2.875rem 0 0;
}
.c-search-result-header__form {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.c-searchform-bar {
  display: flex;
  align-items: center;
  height: 4.5rem;
  width: 100%;
  margin: auto;
  position: relative;
  background: #F7F7F7;
}
.c-searchform-bar__label {
  flex-shrink: 0;
}
.c-searchform-bar__icon {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  overflow: hidden;
  display: inline-block;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  font-size: 1.5rem;
  color: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  box-sizing: content-box;
}
.c-searchform-bar input {
  border: none;
  border-left: solid 1px #393939;
  font-family: inherit;
  position: relative;
  height: 2.5rem;
  padding-left: 1.375rem;
  line-height: 1;
}
.c-searchform-bar input::-moz-placeholder {
  line-height: 1;
  color: #393939;
}
.c-searchform-bar input::placeholder {
  line-height: 1;
  color: #393939;
}
.c-searchform-bar button {
  width: 8.125rem;
  flex-shrink: 0;
  background: #262E7E;
  border: none;
  padding: 0;
  color: #F7F7F7;
  font-size: 1rem;
  font-weight: bold;
  height: 100%;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}

/*
---
name: お知らせ_目次
category: PostContent
---
# HTMLは自動生成
*/
#toc_container {
  margin: 2rem 0;
  width: 100% !important;
  background: #fff;
  border-radius: 0;
  padding: 1rem 2.5rem 2.5rem;
}
#toc_container.contracted .toc_title {
  margin-bottom: 0;
}
#toc_container .toc_title {
  text-align: center;
  font-size: 1.125rem;
  color: #262E7E;
  font-weight: 700;
  margin-bottom: 1rem;
}
#toc_container .toc_title .toc_toggle {
  margin-left: 1rem;
}
#toc_container .toc_list {
  list-style: none;
  padding-left: 0;
}
#toc_container .toc_list li {
  padding-left: 0;
}
#toc_container .toc_list li::before {
  display: none;
}
#toc_container .toc_list li ul {
  list-style: none;
  padding-left: 1.5rem;
  margin-left: 0;
}
#toc_container .toc_list li a {
  display: block;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.2s;
  text-decoration: none;
  color: #F7F7F7;
  font-weight: 400;
  color: #262E7E;
}
#toc_container .toc_list li:last-child {
  box-shadow: none;
}

.c-block-responsive-spacer.is-xlg {
  height: 7.5rem;
}
.c-block-responsive-spacer.is-lg {
  height: 6.25rem;
}
.c-block-responsive-spacer.is-md {
  height: 5rem;
}
.c-block-responsive-spacer.is-sm {
  height: 4rem;
}
.c-block-responsive-spacer.is-xs {
  height: 2rem;
}

.u-visually-hidden {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.0625rem !important;
  margin: -0.0625rem !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.0625rem !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-right {
  text-align: right !important;
}

.u-mbs {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.u-mbs.is-xlg {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}
.u-mbs.is-lg {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}
.u-mbs.is-md {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.u-mbs.is-sm {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.u-mbs.is-xs {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.u-mbs.is-xxs {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}
.u-mbs.is-top {
  margin-bottom: 0 !important;
}
.u-mbs.is-bottom {
  margin-top: 0 !important;
}
.u-visible-sm,
.u-visible-md,
.u-visible-lg {
  display: none !important;
}
p,
.u-text-normal {
  margin: 0;
}

small,
.u-text-small {
  font-size: 0.85em;
}

strong,
.u-text-strong {
  font-weight: 700;
}

del,
.u-text-del {
  text-decoration-line: line-through;
}

.u-text-link {
  color: #262E7E;
  text-decoration-line: underline;
  cursor: pointer;
}
.u-text-link.is-pdf:after {
  content: "picture_as_pdf";
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  overflow: hidden;
  display: inline-block;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
}
.u-text-link.is-map::before {
  content: "location_on";
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  overflow: hidden;
  display: inline-block;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
}
.u-text-link.is-outlink::after {
  content: "open_in_new";
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  overflow: hidden;
  display: inline-block;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
}

.u-text-link.is-hover {
  opacity: 0.5;
}

.u-hover-disabled, .u-pointer-events-none {
  pointer-events: none;
}

.u-text-primary {
  color: #262E7E;
}

.u-text-danger {
  color: #cc2919;
}

.u-text-info {
  color: #378da3;
}

.u-text-success {
  color: #378da3;
}

.u-truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 1322px) and (min-width: 1095px){
  .l-header__navs .l-header__navs-list {
    gap: 1rem;
  }
}

@media screen and (max-width: 1310px){
  .l-header {
    padding: 0 1.1428571429vw;
  }
  .l-header__inner {
    gap: 1.7142857143vw;
  }
  .l-header__button {
    min-width: auto;
    width: 6.25rem;
  }
}

@media screen and (width < 78.125em){
  .l-header.is-pre {
    padding: 0 1.1428571429vw;
  }
  .l-header.is-pre .l-header__inner {
    gap: min(1.5rem, 1.7142857143vw);
  }
  .l-header.is-pre .l-header__navs-list {
    gap: min(0.75rem, 0.8571428571vw);
  }
  .l-header.is-pre .l-header__navs-link {
    font-size: 0.75rem;
  }
}

@media screen and (width < 73.75em){
  .l-header__navs-submenu {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 1094px) and (min-width: 950px){
  .l-header__navs .l-header__navs-list {
    gap: 0.875rem;
  }
  .l-header__navs-link {
    font-size: 0.75rem;
  }
  .l-header__button {
    width: 5rem;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 1064px){
  .p-about-information__history::before, .p-about-information__history::after {
    width: calc(50vw - (50vw - 2rem));
  }
}

@media screen and (max-width: 1000px){
  .l-footer__others-navs {
    gap: 0.5rem;
  }
  .l-footer__others-navs-link {
    font-size: 0.75rem;
  }
}

@media screen and (width < 59.375em){
  :root {
    --header-height: 3.5rem;
  }
  .l-aside {
    padding-inline: 2rem;
  }
  :where(.l-two-column) .l-container {
    margin-inline: auto;
    padding-inline: 2rem;
  }
  .l-footer {
    padding: 6.25rem 0 2rem;
  }
  .l-footer__navs {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.5rem;
  }
  .l-footer__navs-link {
    font-size: 0.875rem;
  }
  .l-footer__units {
    margin-top: 1.125rem;
    gap: 1.25rem;
  }
  .l-footer__units-link {
    font-size: 0.6875rem;
  }
  .l-footer__others {
    margin-top: 2rem;
    padding-top: 1rem;
    flex-direction: column;
    gap: 0;
    height: auto;
  }
  .l-footer__others-logo {
    top: unset;
    left: unset;
    transform: unset;
    position: relative;
    margin: 2.5rem auto 1.5rem;
    grid-area: logo;
  }
  .l-footer__others-navs {
    margin-bottom: 2.5rem;
    justify-content: center;
  }
  .l-footer__others-navs-link {
    font-size: 0.75rem;
  }
  .l-footer__others-copyright {
    margin-top: 1.5rem;
    font-size: 0.625rem;
    text-align: center;
  }
  .l-footer.is-pre {
    padding-top: 2.5rem;
  }
  .l-footer.is-pre .l-footer__others {
    margin-top: 0;
  }
  .l-header {
    height: 3.5rem;
    padding: 0 1rem;
  }
  .l-header__navs {
    display: none;
  }
  .l-header__buttons {
    display: none;
  }
  .l-searchform {
    top: 3.4375rem;
  }
  .l-searchform__close {
    right: -0.25rem;
    top: -3rem;
  }
  .l-section.is-search-result {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }
  .l-two-column {
    grid-template: "main" auto "gap" 2rem "side" 1fr/1fr;
  }
  .l-two-column__main {
    grid-area: main;
  }
  .l-two-column:where(.l-two-column:has(.l-section.is-search-result)) {
    grid-template: "main" auto "gap" 2rem "side" 1fr/1fr;
  }
  .l-two-column:where(.l-two-column:has(.l-section.is-search-result)) .l-two-column__main {
    padding-inline: 2rem;
  }
  .c-block-document {
    grid-template-columns: 1fr;
  }
  .c-card-download.is-three-col .c-card-download__block {
    width: calc(50% - 2.25rem);
  }
  .c-card-download.is-three-col .c-card-download__block:nth-child(n+3) {
    margin-top: 2rem;
  }
  .c-form-head__block {
    display: block;
  }
  .c-form-head__list {
    justify-content: center;
    margin-top: 1.5rem;
  }
  .c-form-head__item {
    padding-left: 1.875rem;
  }
  .c-form-head__item::before {
    width: 0.9375rem;
  }
  .c-form-head__item-number {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.75rem;
  }
  .c-form-head__item-text {
    font-size: 0.75rem;
  }
  .c-forms__submit__back {
    width: calc(33.33333% - 1.75rem);
  }
  .c-relation__button {
    width: calc(50% - 2.25rem);
  }
  .c-relation__button:nth-child(n+3) {
    margin-top: 2.25rem;
  }
  .c-sitemap__sublist.is-three-col {
    width: 50%;
  }
  .c-sitemap__sublist.is-three-col .c-sitemap__subitem {
    width: 100%;
  }
  .c-sitemap__subitem {
    width: 50%;
  }
  .p-contact-layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .p-contact-layout__flow {
    position: static;
  }
  .p-home-boards {
    margin-top: 2rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem;
  }
  .p-home-cases {
    gap: 1rem;
  }
  .p-home-services__item-inner.is-image {
    transform: translateY(0);
  }
  .p-home-use__item-title {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
  .p-request-docs-layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .p-request-docs-layout__form {
    position: static;
  }
  .u-hidden-md {
    display: none !important;
  }
  .u-visible-md {
    display: block !important;
  }
  .u-visible-md.is-inlineblock {
    display: inline-block !important;
  }
}

@media screen and (width < 46.875em) and (width < 46.875em){
  .c-main-visual__text {
    margin-top: 0;
  }
}

@media screen and (width < 46.875em){
  body {
    font-size: 0.87497rem;
  }
  :where(html[lang=en], html[lang=en-US]) body {
    font-size: 0.82031rem;
  }
  input[type=text],
  input[type=url],
  input[type=search],
  input[type=email],
  input[type=password],
  input[type=tel],
  input[type=number],
  input[type=date],
  input[type=time],
  input[type=datetime-local],
  input[type=month],
  input[type=week],
  input[type=file],
  textarea {
    font-size: 1rem;
  }
  input[type=text],
  input[type=url],
  input[type=search],
  input[type=email],
  input[type=password],
  input[type=tel],
  input[type=number],
  input[type=date],
  input[type=time],
  input[type=datetime-local],
  input[type=month],
  input[type=week],
  input[type=file],
  textarea {
    padding: 0.5625rem 0.75rem;
  }
  select {
    font-size: 1rem;
  }
  select {
    padding: 0.5625rem 0.75rem;
  }
  .l-aside {
    padding-inline: 1.5rem;
  }
  .l-container {
    padding-inline: 1.5rem;
  }
  :where(.l-two-column) .l-container {
    padding-inline: 1.5rem;
  }
  .l-header.is-pre {
    padding: 0 1rem;
  }
  .l-offer {
    margin-top: 4rem;
    padding: 0 1.5rem;
  }
  .l-offer__container {
    border-radius: 0.5rem;
    height: 78svh;
    display: flex;
    align-items: flex-end;
    border: 1px solid #312E42;
  }
  .l-offer__top-square::before {
    top: 0.5rem;
    left: 0.5rem;
  }
  .l-offer__top-square::after {
    top: 0.5rem;
    right: 0.5rem;
  }
  .l-offer__bottom-square::before {
    bottom: 0.5rem;
    left: 0.5rem;
  }
  .l-offer__bottom-square::after {
    bottom: 0.5rem;
    right: 0.5rem;
  }
  .l-offer__image.is-pc {
    display: none;
  }
  .l-offer__image.is-sp {
    display: block;
  }
  .l-offer__content {
    padding: 1.5rem 0 2.25rem;
  }
  .l-offer__title {
    font-size: 1.75rem;
    line-height: 1.5;
    padding: 0 0.75rem 0 2.125rem;
  }
  .l-offer__text {
    margin-top: 0.875rem;
    font-size: 0.875rem;
    padding: 0 2.125rem;
  }
  .l-offer__buttons {
    margin-top: 1.5rem;
    flex-direction: column;
    width: 100%;
    padding: 0 2.125rem;
  }
  .l-page-header__inner {
    padding: 5rem 0;
  }
  .l-page-header__title {
    font-size: 2.375rem;
    line-height: 1.5;
  }
  .l-page-header__title + .l-page-header__lead {
    margin-top: 0.5rem;
  }
  .l-page-header__lead {
    font-size: 0.8125rem;
    line-height: 1.6;
  }
  .l-searchform {
    padding: 3.75rem 0;
  }
  .l-section.is-xlg {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .l-section.is-xlg-top {
    padding-top: 3.75rem;
  }
  .l-section.is-xlg-bottom {
    padding-bottom: 3.75rem;
  }
  .l-section.is-lg {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .l-section.is-lg-top {
    padding-top: 3.125rem;
  }
  .l-section.is-lg-bottom {
    padding-bottom: 3.125rem;
  }
  .l-section.is-md {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .l-section.is-md-top {
    padding-top: 2.5rem;
  }
  .l-section.is-md-bottom {
    padding-bottom: 2.5rem;
  }
  .l-section.is-sm {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .l-section.is-sm-top {
    padding-top: 2rem;
  }
  .l-section.is-sm-bottom {
    padding-bottom: 2rem;
  }
  .l-section.is-xs {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .l-section.is-xs-top {
    padding-top: 1rem;
  }
  .l-section.is-xs-bottom {
    padding-bottom: 1rem;
  }
  .l-section.is-bg-raidus {
    border-radius: 3rem;
  }
  .l-section.is-sv {
    margin-top: 0.625rem;
    padding-top: 0.625rem;
  }
  .l-section.is-xxxlg {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .l-section.is-xxxlg-top {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
  }
  .l-section.is-xxxlg-bottom {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .l-section.is-xxlg-custom {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .l-section.is-xxlg {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .l-section.is-xxlg-top {
    margin-top: 2rem;
    padding-top: 2rem;
  }
  .l-section.is-xxlg-bottom {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  .l-section.is-scroll-margin-responsive {
    scroll-margin-top: 0;
  }
  .l-two-column:where(.l-two-column:has(.l-section.is-search-result)) .l-two-column__main {
    padding-inline: 1.5rem;
  }
  .c-accordion__block {
    padding: 1rem;
  }
  .c-accordion__title .is-ja {
    font-size: 1rem;
  }
  .c-accordion__title .is-eng {
    margin-top: 0.25rem;
  }
  .c-accordion__title::after {
    right: 1rem;
  }
  .c-accordion__content-wrapper {
    padding-top: 1rem;
  }
  .c-accordion__content {
    padding: 1rem;
    border-radius: 6px;
  }
  .c-accordion__content-item:not(:last-child) {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .c-accordion__content-head {
    font-size: 1rem;
  }
  .c-anchor-nav__buttons {
    margin: 0;
  }
  .c-anchor-nav__button {
    width: 100%;
    margin: 0;
  }
  .c-anchor-nav__button:not(:first-child) {
    margin-top: 0.75rem;
  }
  .c-anchor-nav.is-next .c-anchor-nav__buttons {
    margin: 0;
  }
  .c-anchor-nav.is-next .c-anchor-nav__button {
    width: 100%;
    margin: 0;
  }
  .c-anchor-nav.is-next .c-anchor-nav__button:not(:first-child) {
    margin-top: 0.75rem;
  }
  .c-block__block {
    margin-bottom: 2rem;
  }
  .c-block__content p {
    margin-bottom: 1rem;
  }
  .c-block__image {
    margin-bottom: 1rem;
  }
  .c-block-cookie {
    padding: 1.25rem 0;
  }
  .c-block-cookie__inner {
    display: block;
  }
  .c-block-cookie__text {
    font-size: 0.625rem;
    line-height: 1.8;
    --letter-spacing: 0.08em;
    font-weight: 400;
    margin-bottom: 1rem;
  }
  .c-block-cookie__button {
    width: 100%;
    margin-left: 0;
  }
  .c-block-cookie__button a {
    width: 100%;
    font-size: 0.75rem;
    line-height: 1.5;
    --letter-spacing: 0.12em;
    font-weight: 400;
    padding: 0.875rem 6.25rem;
  }
  .c-blockquote {
    padding: 0.75rem 0.75rem 0.75rem 2rem;
  }
  .c-blockquote::before {
    width: 0.8125rem;
    height: 0.6875rem;
    top: 0.5rem;
    left: 0.5rem;
  }
  .c-box__block {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-box.is-number-left .c-box__block::after {
    border-width: 16px 16px 0 16px;
  }
  .c-box.is-number-left .c-box__number {
    width: 4rem;
    height: 4rem;
    padding-top: 0.625rem;
  }
  .c-box.is-number-left .c-box__number small {
    font-size: 0.875rem;
  }
  .c-box.is-number-left .c-box__number span {
    font-size: 2rem;
  }
  .c-box__image {
    margin-bottom: 1rem;
  }
  .c-box-archive__block {
    padding: 1rem 1.5rem 0.75rem;
  }
  .c-box-archive__title {
    font-size: 1rem;
  }
  .c-box-archive ul li {
    margin-right: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .c-box-share {
    margin: 1.5rem 0;
    min-height: 12.5rem;
  }
  .c-box-share__title {
    font-size: 1.25rem;
    margin-bottom: 0.875rem;
  }
  .c-breadcrumb__inner {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .c-button.is-offer {
    width: 100%;
    gap: 0;
    justify-content: space-between;
  }
  .c-button.is-nav {
    padding: 0.75rem 1.5rem;
  }
  .c-button.is-nav:after {
    font-size: 0.875rem;
  }
  .c-card__title {
    font-size: 1.125rem;
  }
  .c-card__text {
    margin-top: 0.375rem;
  }
  .c-card.is-number-left .c-card__text {
    font-size: 0.79688rem;
  }
  .c-card-download__head.c-heading.is-md.is-border-bottom {
    margin-bottom: 1.5rem;
  }
  .c-card-download__blocks {
    display: block;
    margin: 0;
  }
  .c-card-download__block {
    width: 100%;
    padding: 1.25rem 1.25rem 1.5rem;
    margin: 0;
  }
  .c-card-download__block:not(:first-child) {
    margin-top: 1.5rem;
  }
  .c-card-download__image .is-no {
    font-size: 0.875rem;
  }
  .c-card-download__content {
    margin-top: 0.75rem;
  }
  .c-card-download__button {
    margin-top: 1rem;
  }
  .c-card-download.is-three-col .c-card-download__block {
    width: 100%;
  }
  .c-card-download.is-three-col .c-card-download__block:not(:first-child) {
    margin-top: 1.5rem;
  }
  .c-card-event {
    margin-top: 2rem;
  }
  .c-card-event__block:not(:first-child) {
    margin-top: 3rem;
  }
  .c-card-event__block {
    padding: 0 0.75rem;
  }
  .c-card-event__head {
    justify-content: center;
  }
  .c-card-event__head-title {
    font-size: 1.125rem;
    padding-bottom: 0;
  }
  .c-card-event__head-link {
    display: none;
  }
  .c-card-event .l-container {
    padding-inline: 0;
  }
  .c-card-event__list {
    padding: 0 0.75rem;
  }
  .c-card-event__list .swiper-wrapper {
    display: flex;
    gap: 0;
    grid-template-columns: repeat(1, 1fr);
  }
  .c-card-event__list.is-grid {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .swiper-initialized .c-card-event__navs {
    display: flex;
  }
  .c-card-event__item:not(:has(.is-hover-design)) .c-card-event__item-link::after {
    opacity: 0;
    bottom: -50%;
  }
  .c-card-event__item-bg {
    display: none;
  }
  .c-card-event__item-content {
    margin-top: 1.25rem;
  }
  .c-card-event__item-title {
    min-height: auto;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  .c-card-event__item-post {
    margin-top: 1.25rem;
  }
  .c-card-event__item-button {
    margin-top: 1.5rem;
  }
  .c-card-event__button-page {
    margin-top: 2.5rem;
  }
  .c-card-event__button {
    margin-top: 1.5rem;
    display: block;
    text-align: center;
  }
  .c-card-post__block {
    margin-bottom: 2rem;
  }
  .c-card-post__text {
    margin-top: 0.5rem;
  }
  .c-contact-banner {
    margin-top: 2.5rem;
    padding: 1.5rem;
  }
  .c-contact-banner__inner {
    flex-direction: column;
    gap: 1.5rem;
  }
  .c-contact-banner__content {
    border-top: 1px solid #F7F7F7;
    padding-top: 1.5rem;
    padding-left: 0;
    border-left: none;
  }
  .c-details-page {
    padding: 5rem 0;
  }
  .c-details-page__back {
    margin-bottom: 3.5rem;
  }
  .c-forms__inner {
    padding: 0;
  }
  .c-forms__head {
    font-size: 1.25rem;
  }
  .c-forms__text {
    margin-bottom: 1.5rem;
    text-align: left;
  }
  .c-forms__block.is-horizontal {
    grid-template-columns: 1fr;
  }
  .c-forms__block.is-horizontal .c-forms__title {
    justify-content: flex-start;
  }
  .c-forms__radio:where(:not(.is-mw)) > span > span, .c-forms__checkbox:where(:not(.is-mw)) > span > span {
    flex-direction: column;
  }
  .c-forms__radio:where(:not(.is-mw)) > span > span > span, .c-forms__checkbox:where(:not(.is-mw)) > span > span > span {
    width: 100%;
  }
  .c-forms__radio:where(.is-mw), .c-forms__checkbox:where(.is-mw) {
    flex-direction: column;
  }
  .c-forms__radio:where(.is-mw) > span, .c-forms__checkbox:where(.is-mw) > span {
    width: 100%;
  }
  .c-forms__flexbox {
    display: block;
  }
  .c-forms__flexbox-label {
    min-width: 100%;
    margin-bottom: 0.5rem;
  }
  .c-forms__button {
    padding: 0.375rem 0.75rem;
    margin-top: calc((2.75rem - 2.375rem) / 2);
  }
  .c-forms__submit {
    margin-top: 2rem;
  }
  .c-forms__submit__back {
    width: calc(50% - 0.625rem);
    margin-right: 0.625rem;
  }
  .c-forms-document-detail__image .is-no {
    font-size: 0.875rem;
  }
  .c-gallery-logo__image {
    width: 7.5rem;
  }
  .c-gallery-text__item {
    font-size: 4.375rem;
  }
  .c-heading.is-home {
    font-size: 2.5rem;
    line-height: 1;
  }
  .c-heading.is-xlg {
    gap: 0.5rem;
  }
  .c-heading.is-xlg .is-eng {
    font-size: 1.75rem;
  }
  .c-heading.is-xlg .is-ja {
    font-size: 0.875rem;
  }
  .c-heading.is-lg {
    font-size: 1.375rem;
  }
  .c-heading.is-md {
    font-size: 1.25rem;
  }
  .c-heading.is-md.is-icon {
    padding-left: 1rem;
  }
  .c-heading.is-sm {
    font-size: 0.875rem;
  }
  .c-heading.is-sm {
    font-size: 1.2rem;
  }
  .c-heading.is-xs {
    font-size: 1rem;
  }
  .c-heading.is-xxs {
    font-size: 0.9rem;
  }
  .c-heading.is-mg-level-1 {
    margin-bottom: 2.5rem;
  }
  .c-heading.is-mg-level-2 {
    margin-bottom: 2rem;
  }
  .c-heading.is-mg-level-3 {
    margin-bottom: 1.5rem;
  }
  .c-heading.is-mg-level-4 {
    margin-bottom: 1.25rem;
  }
  .c-heading.is-mg-level-5 {
    margin-bottom: 1rem;
  }
  .c-heading.is-mg-level-6 {
    margin-bottom: 1rem;
  }
  .c-hero-block-square__block {
    margin-bottom: 1rem;
  }
  .c-hero-block-square__image {
    position: relative;
    width: 100%;
    min-height: 60vw;
  }
  .c-hero-block-square__image img {
    width: auto;
    height: 100%;
  }
  .c-hero-block-square__content {
    width: 100%;
    padding: 1.5rem 0;
    min-height: inherit;
    display: block;
  }
  .c-hero-block-square__content .c-heading {
    margin-bottom: 1rem;
  }
  .c-hero-block-square__button {
    margin-top: 1.5rem;
  }
  .c-hero-block-square.is-number .c-hero-block-square__heading span {
    font-size: 3rem;
  }
  .c-hero-block-square.is-zigzag .c-hero-block-square__image {
    width: 100%;
  }
  .c-hero-block-square.is-zigzag .c-hero-block-square__content {
    width: 100%;
  }
  hr,
  .c-hr {
    margin: 2rem auto;
  }
  .c-icon-card {
    grid-template-columns: 1fr;
  }
  .c-icon-card__list {
    grid-template-columns: 1fr;
  }
  .c-icon-card__list.is-sm {
    grid-template-columns: 1fr;
  }
  :where(html[lang=en], html[lang=en-US]) .c-icon-card__list.is-sm .c-icon-card__title {
    font-size: 1rem;
  }
  .c-icon-card__card {
    padding: 1.5rem;
  }
  .c-icon-card__head {
    gap: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .c-icon-card__icon {
    width: 3rem;
  }
  .c-icon-card__title {
    font-size: 1rem;
  }
  .c-label {
    font-size: 0.8125rem;
    min-width: 5.5rem;
  }
  .c-label.is-xlg {
    min-width: 7.5rem;
    font-size: 0.75rem;
    padding: 0.125rem 0.5rem;
  }
  .c-lead {
    text-align: left;
  }
  .c-main-visual {
    max-height: inherit;
    padding-top: 5.5rem;
    padding-bottom: 2rem;
  }
  .c-main-visual__image.is-pc {
    display: none;
  }
  .c-main-visual__image.is-sp {
    display: block;
  }
  .c-main-visual__container {
    margin: 0 0 0;
    padding-bottom: 1.5rem;
    padding-inline: 1.5rem;
    justify-content: flex-start;
    height: calc(100% - 5rem);
  }
  .c-main-visual__content {
    padding-top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .c-main-visual__title {
    gap: 0.5rem;
    justify-content: center;
  }
  .c-main-visual__title span {
    font-size: 2.625rem;
    text-align: center;
  }
  .c-main-visual__sub-title {
    font-size: 1rem;
    line-height: 2.5;
    text-align: center;
    padding-top: 0;
  }
  .c-main-visual__text {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
  .c-main-visual__button {
    margin-top: 1rem;
    text-align: center;
  }
  .c-main-visual__relation {
    position: relative;
    right: inherit;
    bottom: inherit;
    left: inherit;
    margin: 0;
    padding: 0 2.25rem;
  }
  .c-main-visual__relation-list {
    flex-wrap: wrap;
    gap: 0.9375rem 1.5rem;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .c-mm .c-mm__container-inner {
    padding: 2rem 1.5rem;
  }
  .c-news-header {
    margin-bottom: 1rem;
  }
  .c-news-header__title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .c-news-header__tag {
    width: 100%;
  }
  .c-news-lg__block {
    padding: 1rem 0;
  }
  .c-news-lg__sup {
    margin-bottom: 0.5rem;
  }
  .c-news-lg__title {
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
  }
  .c-news-lg.is-image-display .c-news-lg__image {
    width: 6.25rem;
    margin-right: 1.5rem;
  }
  .c-news {
    position: relative;
    padding-bottom: 4.5rem;
  }
  .c-news__columns {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .c-news__button {
    margin-top: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    text-align: center;
  }
  .c-news__button .c-button {
    max-width: 14rem;
  }
  .c-news__block-content {
    flex-wrap: wrap;
  }
  .c-news__block-content:has(.c-news__block-excerpt) {
    align-items: center;
  }
  .c-news__block-text {
    width: 100%;
    margin-top: 0.5rem;
  }
  .c-news__block-icon {
    padding-top: 2rem;
  }
  .c-pagetop {
    right: 0.875rem;
    bottom: 0.875rem;
  }
  .c-pagination {
    margin-top: 2rem;
  }
  .c-pagination__num, a.c-pagination .page-numbers, span.c-pagination .page-numbers {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 0.8125rem;
  }
  .c-pagination__prev, .c-pagination__next {
    display: none;
  }
  .c-post-navs {
    margin: 2rem 0 0;
    position: relative;
    padding-bottom: 3.125rem;
  }
  .c-post-navs ul {
    gap: 0.625rem;
  }
  .c-post-navs li {
    width: 100%;
  }
  .c-post-navs .c-button {
    font-size: 0.75rem;
    letter-spacing: 0;
    gap: 1.875rem;
    width: 100%;
    justify-content: space-between;
    text-align: center;
  }
  .c-post-navs .c-button span.is-icon {
    flex-shrink: 0;
  }
  .c-post-navs .c-post-navs__prev a {
    padding-left: 1.25rem;
    padding-right: 2.5rem;
  }
  .c-post-navs .c-post-navs__archive {
    position: absolute;
    top: calc(100% + 1.875rem);
    left: 50%;
    transform: translateX(-50%);
    width: -moz-fit-content;
    width: fit-content;
  }
  .c-post-navs .c-post-navs__next a {
    padding-right: 1.25rem;
    padding-left: 2.5rem;
  }
  .c-relation__title.c-heading.is-sm {
    margin-bottom: 1.5rem;
  }
  .c-relation__buttons {
    display: block;
    margin: 0;
  }
  .c-relation__button {
    width: 100%;
    margin: 0;
  }
  .c-relation__button:not(:first-child) {
    margin-top: 1rem;
  }
  .c-sitemap__item a {
    font-size: 1rem;
  }
  .c-sitemap__item.is-parent {
    margin-bottom: 1.25rem;
  }
  .c-sitemap__sublist {
    margin-top: 1.125rem;
  }
  .c-sitemap__sublist.is-three-col {
    width: 100%;
  }
  .c-sitemap__sublist.is-three-col .c-sitemap__subitem {
    width: 50%;
  }
  .c-sitemap__subitem {
    margin-bottom: 0.625rem;
  }
  .c-sitemap__subitem a {
    font-size: 0.875rem;
  }
  .c-sitemap__subitem li a {
    font-size: 0.75rem;
  }
  .c-table tbody tr {
    padding-bottom: 1rem;
  }
  .c-table tbody tr:not(:first-child) {
    padding-top: 1rem;
  }
  .c-table tbody th {
    margin-bottom: 0.25rem;
    font-size: 0.75rem;
  }
  .c-table tbody td {
    font-size: 0.875rem;
  }
  .c-table-sm thead th {
    padding: 0.3125rem 0.5rem;
  }
  .c-table-sm thead td {
    padding: 0.3125rem 0.25rem;
  }
  .c-table-sm tbody th,
  .c-table-sm tbody td {
    padding: 0.5rem 0.25rem;
  }
  .c-table-xlg {
    width: 59rem;
  }
  .c-table-xlg thead th,
  .c-table-xlg thead td {
    padding: 0.375rem 0.5rem;
  }
  .c-table-xlg tbody th,
  .c-table-xlg tbody td {
    padding: 0.75rem 1.5rem;
  }
  .c-tabs__navs li {
    border-width: 1px;
  }
  .c-tabs__navs a {
    padding: 0.375rem 1.5rem;
  }
  .c-tabs__navs a::after {
    font-size: 1.2rem;
  }
  .c-tabs.is-index .c-tabs__navs li {
    width: inherit;
    min-width: inherit;
    border: 1px solid #262E7E;
    margin-bottom: 0.5rem;
  }
  .p-about-information {
    padding: 4.8125rem 0;
  }
  .p-about-information__block {
    flex-direction: column-reverse;
    margin-top: 3rem;
    gap: 3rem;
  }
  .p-about-information__image {
    width: 100%;
  }
  .p-about-information__content {
    width: 100%;
  }
  .p-about-information__title {
    font-size: 1.75rem;
    margin-bottom: 2.1875rem;
  }
  .p-about-information__history::before, .p-about-information__history::after {
    width: calc(50vw - (50vw - 1.5rem));
    height: calc(100% - 2.625rem);
  }
  .p-about-information__history::before {
    display: none;
  }
  .p-about-information__history {
    margin-top: 5rem;
  }
  .p-about-information__history-head::before {
    height: 2.5rem;
  }
  .p-about-information__history-head {
    height: 1.5rem;
    background-size: calc(100% - 0.0625rem) 1.5rem;
  }
  .p-about-information__history-datas:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .p-about-information__history-title {
    font-size: 0.75rem;
  }
  .p-about-information__history-text {
    font-size: 0.75rem;
  }
  .p-about-information__history-buttons {
    gap: 0.75rem;
    bottom: calc(100% + 2.5rem);
  }
  .p-about-information__history-button {
    width: 2rem;
  }
  .p-about-information__banner {
    margin-top: 5rem;
  }
  .p-about-information__banner-inner {
    padding: 3.5rem 2.6875rem;
  }
  .p-about-information__banner-head {
    font-size: 1rem;
  }
  .p-about-information__banner-text {
    font-size: 0.8125rem;
  }
  .p-about-information__banner-buttons {
    flex-direction: column;
    gap: 0.75rem;
  }
  .p-about-lead {
    padding-top: 13.125rem;
    padding-bottom: 17.5rem;
    margin-top: -4.375rem;
  }
  .p-about-lead:before, .p-about-lead:after {
    width: 186.6666666667%;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-about-lead::after {
    transform: translateX(-50%) scale(-1);
    bottom: 4rem;
  }
  .p-about-lead__block {
    padding-top: 4.75rem;
  }
  .p-about-lead__block:not(:last-child) {
    margin-bottom: 4rem;
  }
  .p-about-lead__eng {
    font-size: 6.25rem;
  }
  .p-about-lead__text {
    font-size: 1.125rem;
  }
  .p-about-lead__caption {
    font-size: 0.75rem;
  }
  .p-about-lead__icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 0.9375rem;
  }
  .p-about-lead__icon {
    width: 100%;
    font-size: 0.875rem;
    font-weight: 700;
  }
  :where(html[lang=en], html[lang=en-US]) .p-about-lead__icon {
    font-size: 0.8125rem;
  }
  .p-careers-block {
    padding: 6.25rem 0 5rem;
  }
  .p-careers-block__head {
    margin-bottom: 1.5rem;
  }
  .p-careers-block__title {
    margin-bottom: 1rem;
  }
  .p-careers-block__modaal-wrapper {
    margin-top: 5rem;
  }
  .p-careers-block__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin-top: 2.5rem;
  }
  .p-careers-block__grid.is-media {
    margin-top: 2.5rem;
  }
  .p-careers-block__modaal-wrapper {
    margin-top: 5rem;
  }
  .p-careers-block__icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.9375rem 1.5rem;
  }
  .p-careers-block__icon {
    width: 100%;
    font-size: 0.875rem;
    font-weight: 700;
  }
  :where(html[lang=en], html[lang=en-US]) .p-careers-block__icon {
    font-size: 0.8125rem;
  }
  .p-careers-mvv {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin-top: 2.5rem;
  }
  .p-careers-mvv__head {
    font-size: 1.25rem;
  }
  .p-careers-media {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 3.75rem;
  }
  .p-contact-flow__heading {
    font-size: 1.25rem;
  }
  .p-contact-flow__item {
    padding: 1.25rem;
    gap: 0.75rem;
  }
  .p-contact-flow__number {
    font-size: 1.125rem;
  }
  .p-contact-flow__title {
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
  }
  .p-contact-flow__text {
    font-size: 0.8125rem;
  }
  .p-events__bg {
    display: none;
  }
  .p-events__inner {
    flex-direction: column;
    padding: 1.5rem;
  }
  .p-events__image {
    width: 100%;
  }
  .p-events__content {
    width: 100%;
    margin-top: 1.25rem;
  }
  .p-events__sup {
    margin-bottom: 0.5rem;
  }
  .p-events__label {
    font-size: 0.8125rem;
  }
  .p-events__date {
    font-size: 0.875rem;
  }
  .p-events__head {
    font-size: 0.9375rem;
  }
  .p-events__text {
    font-size: 0.75rem;
  }
  .p-events__details {
    margin-top: 1.25rem;
  }
  .p-events__bottoms {
    margin-top: 1.25rem;
  }
  .p-events__bottoms .c-button-simple {
    font-size: 0.75rem;
  }
  .p-events__captions {
    font-size: 0.8125rem;
  }
  .p-home-boards__top-square::before {
    top: 0.5rem;
    left: 0.5rem;
  }
  .p-home-boards__top-square::after {
    top: 0.5rem;
    right: 0.5rem;
  }
  .p-home-boards__bottom-square::before {
    bottom: 0.5rem;
    left: 0.5rem;
  }
  .p-home-boards__bottom-square::after {
    bottom: 0.5rem;
    right: 0.5rem;
  }
  .p-home-boards__inner {
    padding: 1.5rem;
  }
  .p-home-boards__head-title {
    font-size: 1rem;
    line-height: 1.75;
  }
  .p-home-boards__text {
    min-height: auto;
  }
  .p-home-boards__list {
    margin-top: 1.375rem;
  }
  .p-home-boards__unit {
    padding: 0.625rem 0;
  }
  .p-home-boards__unit-number {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 0.875rem;
  }
  .p-home-boards__unit-title {
    font-size: 0.8125rem;
    line-height: 1.5384615385;
  }
  .p-home-boards__unit-label {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
  }
  .p-home-boards__unit-data span.is-lg {
    font-size: 1rem;
  }
  .p-home-boards__gear-number {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 0.875rem;
  }
  .p-home-boards__gear-title {
    font-size: 0.8125rem;
    line-height: 1.5384615385;
  }
  .p-home-boards__gear-data span.is-lg {
    font-size: 1rem;
  }
  .p-home-boards__link {
    margin-top: 1.5rem;
    text-align: center;
    position: relative;
    right: inherit;
    bottom: inherit;
  }
  .p-home-cases {
    margin-top: 2rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem;
  }
  .p-home-cases__item-top-square::before {
    top: 0.5rem;
    left: 0.5rem;
  }
  .p-home-cases__item-top-square::after {
    top: 0.5rem;
    right: 0.5rem;
  }
  .p-home-cases__item-bottom-square::before {
    bottom: 0.5rem;
    left: 0.5rem;
  }
  .p-home-cases__item-bottom-square::after {
    bottom: 0.5rem;
    right: 0.5rem;
  }
  .p-home-cases__item-content {
    margin-top: 1.5rem;
  }
  .p-home-cases__item-title {
    font-size: 1rem;
    line-height: 1.5;
  }
  .p-home-cases__item-text {
    margin-top: 0.5rem;
  }
  .p-home-dataformat {
    margin-top: 0.75rem;
  }
  .p-home-dataformat__list {
    margin-top: 0;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-home-dataformat__item {
    border-right: none;
    border-bottom: 1px solid #393553;
    padding: 1.25rem 0;
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .p-home-dataformat__item-icon {
    width: 6.25rem;
    flex-shrink: 0;
    margin: 0;
  }
  .p-home-dataformat__item-content {
    margin-top: 0;
    text-align: left;
  }
  .p-home-dataformat__item-title {
    font-size: 1rem;
    line-height: 1.25;
  }
  .p-home-services {
    margin-top: 2rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem;
  }
  .p-home-services__item-top-square::before {
    top: 0.5rem;
    left: 0.5rem;
  }
  .p-home-services__item-top-square::after {
    top: 0.5rem;
    right: 0.5rem;
  }
  .p-home-services__item-bottom-square::before {
    bottom: 0.5rem;
    left: 0.5rem;
  }
  .p-home-services__item-bottom-square::after {
    bottom: 0.5rem;
    right: 0.5rem;
  }
  .p-home-services__item-heads {
    padding: 1.5rem 0.75rem 0.9375rem;
  }
  .p-home-services__item-head {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
  }
  .p-home-services__item-title {
    width: 100%;
    text-align: center;
  }
  .p-home-services__item-title span.is-lg {
    width: 100%;
    margin: auto;
    padding: 0;
    border: none;
    display: flex;
    justify-content: center;
  }
  .p-home-services__item-label {
    margin: 0;
  }
  .p-home-services__item-text {
    margin-top: 0.5rem;
    text-align: center;
  }
  .p-home-services__item-contents {
    padding: 0 1.375rem 1.5rem;
  }
  .p-home-services__item-inner {
    padding: 1.5rem;
    gap: 1rem;
    flex-direction: column;
    justify-content: flex-start;
  }
  .p-home-services__item-inner.is-image img {
    aspect-ratio: 283/175;
    width: 100%;
    height: 100%;
    max-width: initial;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-home-services__item-link {
    bottom: 1rem;
    right: 0;
    left: 0;
    margin: auto;
    text-align: right;
    padding-right: 1.75rem;
  }
  .p-home-services__unit {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .p-home-services__unit-icon {
    margin: 0;
  }
  .p-home-services__unit-title {
    margin-top: 0;
    font-size: 0.875rem;
    line-height: 1.5714285714;
    text-align: left;
  }
  .p-home-services__unit-text {
    margin-top: 0.125rem;
    text-align: left;
  }
  .p-home-use {
    margin-top: 1.5rem;
  }
  .p-home-use__list {
    border-top: none;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-home-use__item:nth-child(4n+1) {
    border-left: 1px solid #393939;
  }
  .p-home-use__item:nth-child(odd) {
    border-left: none;
  }
  .p-home-use__item {
    padding: 1rem;
    border-top: 1px solid #393939;
  }
  .p-home-use__item-title {
    margin-top: 0.5rem;
  }
  .p-pre-forms__head-title {
    font-size: 1.5rem;
    margin-bottom: 0.875rem;
  }
  .p-pre-forms__head-text {
    font-size: 0.875rem;
  }
  .p-pre-forms__column {
    grid-template-columns: 1fr;
    margin-top: 1.5rem;
    gap: 2rem;
  }
  .p-pre-forms__block-title {
    font-size: 1rem;
    padding-left: 0.75rem;
    margin-bottom: 1rem;
  }
  .p-pre-forms__flow {
    gap: 1.5rem;
  }
  .p-pre-forms__flow-item::after {
    bottom: -1.5rem;
  }
  .p-pre-forms__flow-item {
    padding: 0.75rem 1rem;
    gap: 0.875rem;
  }
  .p-pre-forms__flow-number {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 0.875rem;
  }
  .p-pre-forms__flow-head {
    font-size: 0.875rem;
  }
  .p-pre-forms__flow-text {
    font-size: 0.75rem;
  }
  .p-pre-forms__form {
    padding: 1.5rem;
  }
  .p-request-docs-info__heading {
    font-size: 1.25rem;
  }
  .p-request-docs-info__item {
    padding: 1.25rem;
    gap: 0.75rem;
  }
  .p-request-docs-info__number {
    font-size: 1.125rem;
  }
  .p-request-docs-info__title {
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
  }
  .p-request-docs-info__text {
    font-size: 0.8125rem;
  }
  .l-block__margin-normal {
    margin-top: 1.75rem;
  }
  .l-block__margin-large {
    margin-top: 2rem;
  }
  .l-block__margin-medium {
    margin-top: 0.75rem;
  }
  .l-block__margin-small {
    margin-top: 0.75rem;
  }
  .l-post-content h2 {
    margin-top: 2.5rem;
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
  .l-post-content h3 {
    margin-top: 2rem;
    font-size: 1rem;
  }
  .l-post-content h4 {
    font-size: 0.875rem;
    padding: 0.125rem 0.625rem;
  }
  .l-post-content h5 {
    font-size: 0.875rem;
  }
  .l-post-content h6 {
    font-size: 0.875rem;
  }
  .l-post-content table tbody tr {
    padding-bottom: 1rem;
  }
  .l-post-content table tbody tr:not(:first-child) {
    padding-top: 1rem;
  }
  .l-post-content table tbody th {
    margin-bottom: 0.25rem;
    font-size: 0.75rem;
  }
  .l-post-content table tbody td {
    font-size: 0.875rem;
  }
  .l-post-content blockquote {
    padding: 0.75rem 0.75rem 0.75rem 2rem;
  }
  .l-post-content blockquote::before {
    width: 0.8125rem;
    height: 0.6875rem;
    top: 0.5rem;
    left: 0.5rem;
  }
  .row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .c-post-password__label {
    margin-bottom: 0.5rem;
  }
  .c-post-password__content {
    gap: 1rem;
  }
  .c-search__head {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .c-search__situation {
    gap: 0.375rem 3.625rem;
  }
  .c-search__situation dl {
    font-size: 0.8125rem;
  }
  .c-search__situation dt {
    margin-right: 0.375rem;
  }
  .c-search__situation dd:not(:first-of-type) {
    margin-left: 1.5rem;
  }
  .c-search__blocks {
    margin-top: 1rem;
  }
  .c-search__block {
    padding: 1rem 0;
  }
  .c-search__title {
    font-size: 0.9375rem;
  }
  .c-search__text {
    margin-top: 0.625rem;
  }
  .c-search__url {
    font-size: 0.8125rem;
    margin-top: 0.375rem;
  }
  .c-search-result-aside {
    padding-top: 2rem;
  }
  .c-search-result-aside__keyword {
    font-size: 0.8125rem;
  }
  .c-search-result-header__form {
    padding: 1rem 1.25rem;
  }
  .c-searchform-bar {
    height: 2.875rem;
  }
  .c-searchform-bar__icon {
    padding: 0.625rem;
  }
  .c-searchform-bar__icon span {
    font-size: 1.25rem;
  }
  .c-searchform-bar input {
    height: 1.375rem;
    padding-top: 0;
    padding-bottom: 0.25rem;
  }
  .c-searchform-bar input::-moz-placeholder {
    font-size: 0.6875rem;
  }
  .c-searchform-bar input::placeholder {
    font-size: 0.6875rem;
  }
  .c-searchform-bar button {
    width: 4.875rem;
    font-size: 0.75rem;
  }
  #toc_container {
    margin: 1rem 0;
    padding: 1rem 1.5rem 1.5rem;
  }
  .c-block-responsive-spacer.is-xlg {
    height: 3.75rem;
  }
  .c-block-responsive-spacer.is-lg {
    height: 3.125rem;
  }
  .c-block-responsive-spacer.is-md {
    height: 2.5rem;
  }
  .c-block-responsive-spacer.is-sm {
    height: 2rem;
  }
  .c-block-responsive-spacer.is-xs {
    height: 1rem;
  }
  .u-mbs {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .u-mbs.is-xlg {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .u-mbs.is-lg {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
  .u-mbs.is-md {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .u-mbs.is-sm {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .u-mbs.is-xs {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .u-mbs.is-xxs {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .u-hidden-sm {
    display: none !important;
  }
  .u-visible-sm {
    display: block !important;
  }
  .u-visible-sm.is-inlineblock {
    display: inline-block !important;
  }
}

@media screen and (width >= 46.875em){
  .large-1 {
    width: 8.3333333333%;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .is-push-lg-1 {
    margin-left: 8.3333333333%;
  }
  .large-2 {
    width: 16.6666666667%;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .is-push-lg-2 {
    margin-left: 16.6666666667%;
  }
  .large-3 {
    width: 25%;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .is-push-lg-3 {
    margin-left: 25%;
  }
  .large-4 {
    width: 33.3333333333%;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .is-push-lg-4 {
    margin-left: 33.3333333333%;
  }
  .large-5 {
    width: 41.6666666667%;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .is-push-lg-5 {
    margin-left: 41.6666666667%;
  }
  .large-6 {
    width: 50%;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .is-push-lg-6 {
    margin-left: 50%;
  }
  .large-7 {
    width: 58.3333333333%;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .is-push-lg-7 {
    margin-left: 58.3333333333%;
  }
  .large-8 {
    width: 66.6666666667%;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .is-push-lg-8 {
    margin-left: 66.6666666667%;
  }
  .large-9 {
    width: 75%;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .is-push-lg-9 {
    margin-left: 75%;
  }
  .large-10 {
    width: 83.3333333333%;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .is-push-lg-10 {
    margin-left: 83.3333333333%;
  }
  .large-11 {
    width: 91.6666666667%;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .is-push-lg-11 {
    margin-left: 91.6666666667%;
  }
  .large-12 {
    width: 100%;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .is-push-lg-12 {
    margin-left: 100%;
  }
  .c-searchform-bar.is-sm {
    height: 3.5rem;
  }
  .c-searchform-bar.is-sm input {
    height: 2rem;
  }
  .u-hidden-lg {
    display: none !important;
  }
  .u-visible-lg {
    display: block !important;
  }
  .u-visible-lg.is-inlineblock {
    display: inline-block !important;
  }
}

@media screen and (46.875em <= width < 59.375em){
  .medium-1 {
    width: 8.3333333333%;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .is-push-md-1 {
    margin-left: 8.3333333333%;
  }
  .medium-2 {
    width: 16.6666666667%;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .is-push-md-2 {
    margin-left: 16.6666666667%;
  }
  .medium-3 {
    width: 25%;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .is-push-md-3 {
    margin-left: 25%;
  }
  .medium-4 {
    width: 33.3333333333%;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .is-push-md-4 {
    margin-left: 33.3333333333%;
  }
  .medium-5 {
    width: 41.6666666667%;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .is-push-md-5 {
    margin-left: 41.6666666667%;
  }
  .medium-6 {
    width: 50%;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .is-push-md-6 {
    margin-left: 50%;
  }
  .medium-7 {
    width: 58.3333333333%;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .is-push-md-7 {
    margin-left: 58.3333333333%;
  }
  .medium-8 {
    width: 66.6666666667%;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .is-push-md-8 {
    margin-left: 66.6666666667%;
  }
  .medium-9 {
    width: 75%;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .is-push-md-9 {
    margin-left: 75%;
  }
  .medium-10 {
    width: 83.3333333333%;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .is-push-md-10 {
    margin-left: 83.3333333333%;
  }
  .medium-11 {
    width: 91.6666666667%;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .is-push-md-11 {
    margin-left: 91.6666666667%;
  }
  .medium-12 {
    width: 100%;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .is-push-md-12 {
    margin-left: 100%;
  }
}

@media screen and (width >= 59.375em){
  .c-slidebar-button {
    display: none;
  }
  .c-slidebar-menu {
    display: none;
  }
}

@media screen and (min-width: 950px){
  .l-header__navs {
    position: absolute;
    left: 40%;
    transform: translateX(-50%);
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
  }
}

@media (hover: hover){
  a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
  a:where(:any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
  .l-header__navs-link:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
  .l-header__navs-link:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
  .l-header__lang-link:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
  .l-header__lang-link:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
  .l-header__button:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 1;
    background: #312E42;
    color: #F7F7F7;
  }
  .l-header__button:where(:any-link, :enabled, summary):hover {
    opacity: 1;
    background: #312E42;
    color: #F7F7F7;
  }
  .l-searchform__close:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
  .l-searchform__close:where(:any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
  a:hover .c-button-simple, button:hover .c-button-simple, .c-button-simple:hover {
    opacity: 1;
  }
  a:hover .c-button-simple span.is-icon::after, button:hover .c-button-simple span.is-icon::after, .c-button-simple:hover span.is-icon::after {
    animation: sweep 1.2s ease-in-out infinite;
  }
  .c-button:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 1;
    background: #DEDCE9;
    color: #020310;
  }
  .c-button:where(:any-link, :enabled, summary):hover {
    opacity: 1;
    background: #DEDCE9;
    color: #020310;
  }
  .c-button:where(:-moz-any-link, :enabled, summary):hover span.is-icon::after {
    animation: sweep 1.2s ease-in-out infinite;
  }
  .c-button:where(:any-link, :enabled, summary):hover span.is-icon::after {
    animation: sweep 1.2s ease-in-out infinite;
  }
  .c-button.is-text:where(:-moz-any-link, :enabled, summary):hover {
    color: #F7F7F7;
  }
  .c-button.is-text:where(:any-link, :enabled, summary):hover {
    color: #F7F7F7;
  }
  .c-button.is-text:where(:-moz-any-link, :enabled, summary):hover .is-text {
    opacity: 0.6;
  }
  .c-button.is-text:where(:any-link, :enabled, summary):hover .is-text {
    opacity: 0.6;
  }
  .c-button.is-nav:where(:-moz-any-link, :enabled, summary):hover {
    color: #393939;
    border-color: #393939;
    transform: translateY(0.375rem);
  }
  .c-button.is-nav:where(:any-link, :enabled, summary):hover {
    color: #393939;
    border-color: #393939;
    transform: translateY(0.375rem);
  }
  .c-card__card:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 1;
    color: #262E7E;
  }
  .c-card__card:where(:any-link, :enabled, summary):hover {
    opacity: 1;
    color: #262E7E;
  }
  .c-card__card:where(:-moz-any-link, :enabled, summary):hover .c-card__image img {
    transform: scale(1.05);
  }
  .c-card__card:where(:any-link, :enabled, summary):hover .c-card__image img {
    transform: scale(1.05);
  }
  .c-card-download__block:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 1;
  }
  .c-card-download__block:where(:any-link, :enabled, summary):hover {
    opacity: 1;
  }
  .c-card-download__block:where(:-moz-any-link, :enabled, summary):hover img {
    transform: scale(1.1);
  }
  .c-card-download__block:where(:any-link, :enabled, summary):hover img {
    transform: scale(1.1);
  }
  .c-card-download__block:where(:-moz-any-link, :enabled, summary):hover .c-button {
    background-color: #F7F7F7;
    color: #262E7E;
  }
  .c-card-download__block:where(:any-link, :enabled, summary):hover .c-button {
    background-color: #F7F7F7;
    color: #262E7E;
  }
  .c-card-event__item:not(:has(.is-hover-design)) .c-card-event__item-link:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 1;
  }
  .c-card-event__item:not(:has(.is-hover-design)) .c-card-event__item-link:where(:any-link, :enabled, summary):hover {
    opacity: 1;
  }
  .c-card-event__item:not(:has(.is-hover-design)) .c-card-event__item-link:where(:-moz-any-link, :enabled, summary):hover::after {
    opacity: 0.5;
  }
  .c-card-event__item:not(:has(.is-hover-design)) .c-card-event__item-link:where(:any-link, :enabled, summary):hover::after {
    opacity: 0.5;
  }
  .c-card-event__item:not(:has(.is-hover-design)) .c-card-event__item-link:where(:-moz-any-link, :enabled, summary):hover .c-card-event__item-icon span.is-icon::after {
    animation: sweep 1.2s ease-in-out infinite;
  }
  .c-card-event__item:not(:has(.is-hover-design)) .c-card-event__item-link:where(:any-link, :enabled, summary):hover .c-card-event__item-icon span.is-icon::after {
    animation: sweep 1.2s ease-in-out infinite;
  }
  .c-card-event__item:not(:has(.is-hover-design)) .c-card-event__item-link::after:is(:where(:-moz-any-link, :enabled, summary):hover *) {
    opacity: 0.5;
  }
  .c-card-event__item:not(:has(.is-hover-design)) .c-card-event__item-link::after:is(:where(:any-link, :enabled, summary):hover *) {
    opacity: 0.5;
  }
  .c-card-event__item-link.is-hover-design:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 1;
  }
  .c-card-event__item-link.is-hover-design:where(:any-link, :enabled, summary):hover {
    opacity: 1;
  }
  .c-card-event__item-link.is-hover-design:where(:-moz-any-link, :enabled, summary):hover .c-card-event__item-bg {
    opacity: 1;
  }
  .c-card-event__item-link.is-hover-design:where(:any-link, :enabled, summary):hover .c-card-event__item-bg {
    opacity: 1;
  }
  .c-card-event__item-link.is-hover-design:where(:-moz-any-link, :enabled, summary):hover .c-card-event__item-wrapper::before, .c-card-event__item-link.is-hover-design:where(:-moz-any-link, :enabled, summary):hover .c-card-event__item-wrapper::after {
    opacity: 1;
  }
  .c-card-event__item-link.is-hover-design:where(:any-link, :enabled, summary):hover .c-card-event__item-wrapper::before, .c-card-event__item-link.is-hover-design:where(:any-link, :enabled, summary):hover .c-card-event__item-wrapper::after {
    opacity: 1;
  }
  .c-card-event__item-link.is-hover-design:where(:-moz-any-link, :enabled, summary):hover::before, .c-card-event__item-link.is-hover-design:where(:-moz-any-link, :enabled, summary):hover::after {
    opacity: 1;
  }
  .c-card-event__item-link.is-hover-design:where(:any-link, :enabled, summary):hover::before, .c-card-event__item-link.is-hover-design:where(:any-link, :enabled, summary):hover::after {
    opacity: 1;
  }
  .c-card-event__item-icon:is(:where(:-moz-any-link, :enabled, summary):hover *)::after {
    animation: sweep 1.2s ease-in-out infinite;
  }
  .c-card-event__item-icon:is(:where(:any-link, :enabled, summary):hover *)::after {
    animation: sweep 1.2s ease-in-out infinite;
  }
  .c-forms__submit__submit.is-download:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #020310;
    color: #F7F7F7;
  }
  .c-forms__submit__submit.is-download:where(:any-link, :enabled, summary):hover {
    background-color: #020310;
    color: #F7F7F7;
  }
  .c-lang-selector__trigger:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
  .c-lang-selector__trigger:where(:any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
  .c-mm__gallery-btn:where(:-moz-any-link, :enabled, summary):hover:not(:disabled) {
    color: #262E7E;
  }
  .c-mm__gallery-btn:where(:any-link, :enabled, summary):hover:not(:disabled) {
    color: #262E7E;
  }
  .c-modal-link:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
  .c-modal-link:where(:any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
  .c-news-lg__block:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #f9f7f0;
  }
  .c-news-lg__block:where(:any-link, :enabled, summary):hover {
    background-color: #f9f7f0;
  }
  .c-news__block:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #f9f7f0;
  }
  .c-news__block:where(:any-link, :enabled, summary):hover {
    background-color: #f9f7f0;
  }
  .c-pagetop a:where(:-moz-any-link, :enabled, summary):hover, .c-pagetop button:where(:-moz-any-link, :enabled, summary):hover {
    color: #F7F7F7;
    background: #F7F7F7;
  }
  .c-pagetop a:where(:any-link, :enabled, summary):hover, .c-pagetop button:where(:any-link, :enabled, summary):hover {
    color: #F7F7F7;
    background: #F7F7F7;
  }
  .c-pagination__num:where(:-moz-any-link, :enabled, summary):hover, a.c-pagination .page-numbers:where(:-moz-any-link, :enabled, summary):hover, span.c-pagination .page-numbers:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 1;
    background-color: rgba(38, 46, 126, 0.1);
    color: #262E7E;
  }
  .c-pagination__num:where(:any-link, :enabled, summary):hover, a.c-pagination .page-numbers:where(:any-link, :enabled, summary):hover, span.c-pagination .page-numbers:where(:any-link, :enabled, summary):hover {
    opacity: 1;
    background-color: rgba(38, 46, 126, 0.1);
    color: #262E7E;
  }
  .c-tabs__navs a:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #a5abe4;
    opacity: 1;
  }
  .c-tabs__navs a:where(:any-link, :enabled, summary):hover {
    background-color: #a5abe4;
    opacity: 1;
  }
  .c-tabs__navs a.is-active:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 1;
  }
  .c-tabs__navs a.is-active:where(:any-link, :enabled, summary):hover {
    opacity: 1;
  }
  .p-about-information__history-button:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
  .p-about-information__history-button:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
  .p-careers-block__modaal-wrapper a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 1;
  }
  .p-careers-block__modaal-wrapper a:where(:any-link, :enabled, summary):hover {
    opacity: 1;
  }
  .p-careers-block__modaal-wrapper a:where(:-moz-any-link, :enabled, summary):hover + .p-careers-block__modaal {
    transform: translateY(-1.875rem);
    opacity: 1;
  }
  .p-careers-block__modaal-wrapper a:where(:any-link, :enabled, summary):hover + .p-careers-block__modaal {
    transform: translateY(-1.875rem);
    opacity: 1;
  }
  .p-careers-block__modaal-wrapper a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 1;
  }
  .p-careers-block__modaal-wrapper a:where(:any-link, :enabled, summary):hover {
    opacity: 1;
  }
  .p-careers-block__modaal-wrapper a:where(:-moz-any-link, :enabled, summary):hover + .p-careers-block__modaal {
    transform: translateY(-0.625rem);
    opacity: 1;
  }
  .p-careers-block__modaal-wrapper a:where(:any-link, :enabled, summary):hover + .p-careers-block__modaal {
    transform: translateY(-0.625rem);
    opacity: 1;
  }
  .p-events__block:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 1;
  }
  .p-events__block:where(:any-link, :enabled, summary):hover {
    opacity: 1;
  }
  .p-events__block:where(:-moz-any-link, :enabled, summary):hover .p-events__bg {
    opacity: 1;
  }
  .p-events__block:where(:any-link, :enabled, summary):hover .p-events__bg {
    opacity: 1;
  }
  .p-events__block:where(:-moz-any-link, :enabled, summary):hover .p-events__wrapper::before, .p-events__block:where(:-moz-any-link, :enabled, summary):hover .p-events__wrapper::after {
    opacity: 1;
  }
  .p-events__block:where(:any-link, :enabled, summary):hover .p-events__wrapper::before, .p-events__block:where(:any-link, :enabled, summary):hover .p-events__wrapper::after {
    opacity: 1;
  }
  .p-events__block:where(:-moz-any-link, :enabled, summary):hover::before, .p-events__block:where(:-moz-any-link, :enabled, summary):hover::after {
    opacity: 1;
  }
  .p-events__block:where(:any-link, :enabled, summary):hover::before, .p-events__block:where(:any-link, :enabled, summary):hover::after {
    opacity: 1;
  }
  .p-home-boards__item:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 1;
  }
  .p-home-boards__item:where(:any-link, :enabled, summary):hover {
    opacity: 1;
  }
  .p-home-boards__item:where(:-moz-any-link, :enabled, summary):hover .p-home-boards__top-square, .p-home-boards__item:where(:-moz-any-link, :enabled, summary):hover .p-home-boards__bottom-square {
    opacity: 1;
  }
  .p-home-boards__item:where(:any-link, :enabled, summary):hover .p-home-boards__top-square,
  .p-home-boards__item:where(:any-link, :enabled, summary):hover .p-home-boards__bottom-square {
    opacity: 1;
  }
  .p-home-boards__item:where(:-moz-any-link, :enabled, summary):hover .p-home-boards__inner::after {
    opacity: 0.5;
  }
  .p-home-boards__item:where(:any-link, :enabled, summary):hover .p-home-boards__inner::after {
    opacity: 0.5;
  }
  .p-home-cases__item:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 1;
  }
  .p-home-cases__item:where(:any-link, :enabled, summary):hover {
    opacity: 1;
  }
  .p-home-cases__item:where(:-moz-any-link, :enabled, summary):hover .p-home-cases__item-top-square, .p-home-cases__item:where(:-moz-any-link, :enabled, summary):hover .p-home-cases__item-bottom-square {
    opacity: 1;
  }
  .p-home-cases__item:where(:any-link, :enabled, summary):hover .p-home-cases__item-top-square,
  .p-home-cases__item:where(:any-link, :enabled, summary):hover .p-home-cases__item-bottom-square {
    opacity: 1;
  }
  .p-home-cases__item:where(:-moz-any-link, :enabled, summary):hover .p-home-cases__item-image img {
    transform: scale(1.05);
  }
  .p-home-cases__item:where(:any-link, :enabled, summary):hover .p-home-cases__item-image img {
    transform: scale(1.05);
  }
  .p-home-cases__item:where(:-moz-any-link, :enabled, summary):hover .p-home-cases__item-inner::after {
    opacity: 0.5;
  }
  .p-home-cases__item:where(:any-link, :enabled, summary):hover .p-home-cases__item-inner::after {
    opacity: 0.5;
  }
  .p-home-services__item:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 1;
  }
  .p-home-services__item:where(:any-link, :enabled, summary):hover {
    opacity: 1;
  }
  .p-home-services__item:where(:-moz-any-link, :enabled, summary):hover .p-home-services__item-inner.is-image {
    transform: translateY(0);
  }
  .p-home-services__item:where(:any-link, :enabled, summary):hover .p-home-services__item-inner.is-image {
    transform: translateY(0);
  }
  .p-home-services__item:where(:-moz-any-link, :enabled, summary):hover .p-home-services__item-top-square, .p-home-services__item:where(:-moz-any-link, :enabled, summary):hover .p-home-services__item-bottom-square, .p-home-services__item:where(:-moz-any-link, :enabled, summary):hover .p-home-services__item-contents::after {
    opacity: 1;
  }
  .p-home-services__item:where(:any-link, :enabled, summary):hover .p-home-services__item-top-square,
  .p-home-services__item:where(:any-link, :enabled, summary):hover .p-home-services__item-bottom-square,
  .p-home-services__item:where(:any-link, :enabled, summary):hover .p-home-services__item-contents::after {
    opacity: 1;
  }
  .p-news__category:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 1;
  }
  .p-news__category:where(:any-link, :enabled, summary):hover {
    opacity: 1;
  }
  .c-searchform-bar button:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
  .c-searchform-bar button:where(:any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
  #toc_container .toc_list li a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: none;
    background: rgba(214, 214, 214, 0.2);
  }
  #toc_container .toc_list li a:where(:any-link, :enabled, summary):hover {
    text-decoration: none;
    background: rgba(214, 214, 214, 0.2);
  }
}
