@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.table-simple__cell > :first-child, .table__cell > :first-child, .nav-side > :first-child, .media-layout-index__content > :first-child, .media-layout__content > :first-child, .media-layout__item > :first-child, .list-news__head > :first-child, .list-news__body > :first-child, .list-description__dd > :first-child, .grid-sidenav__item > :first-child, .grid-sidenav__content > :first-child, .grid__item > :first-child, .contact-layout__body > :first-child, .header-nav__detail-body > :first-child, .footer-sitemap__detail > :first-child, .content-section__inner > :first-child {
  margin-top: 0 !important;
}
.table-simple__cell > :last-child, .table__cell > :last-child, .nav-side > :last-child, .media-layout-index__content > :last-child, .media-layout__content > :last-child, .media-layout__item > :last-child, .list-news__head > :last-child, .list-news__body > :last-child, .list-description__dd > :last-child, .grid-sidenav__item > :last-child, .grid-sidenav__content > :last-child, .grid__item > :last-child, .contact-layout__body > :last-child, .header-nav__detail-body > :last-child, .footer-sitemap__detail > :last-child, .content-section__inner > :last-child {
  margin-bottom: 0 !important;
}

.footer-scroll-to-top__alt {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

:root {
  --WIDTH_CONTENT: 1280px;
  --WIDTH_DESIGN: 1400px;
  --GUTTER_CONTENT: 60px;
  --COLOR_BASE: #fff;
  --COLOR_FONT: #333;
  --COLOR_PRIMARY: #181878;
  --COLOR_SECONDARY: #9E9E9F;
  --COLOR_BG_1: #F1F1F1;
  --COLOR_BG_2: #E5ECF9;
  --COLOR_BG_3: #5E5E7B;
  --COLOR_BG_4: #E9EFF8;
  --COLOR_FG_1: #bbb;
  --COLOR_FG_2: #E1E2E6;
  --COLOR_FG_3: #888;
  --COLOR_BACKDROP: rgba(0, 0, 0, 0.55);
  --FONT_SIZE: 1.6rem;
  --FONT_WEIGHT_NORMAL: 400;
  --FONT_WEIGHT_BOLD: 700;
  --FONT_FAMILY: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴProN", Yugothic, Winyugothic, "メイリオ", Meiryo, sans-serif;
  --FONT_FAMILY_EN: "Inter", var(--FONT_FAMILY);
  --LINE_HEIGHT: 1.5;
  --LETTER_SPACING: .035em;
  --OPACITY_HOVER: 0.65;
  --Z_INDEX_HEADER: 5000;
  --Z_INDEX_FIXED_AREA: 3000;
  --EASING: ease-out;
  --DURATION: .3s;
  --TRANSITION: var(--EASING) var(--DURATION);
  --JS_WIDTH_BODY: 100dvw;
  --JS_HEIGHT_HEADER: 0;
}
:root:lang(en) {
  --FONT_FAMILY: Arial, sans-serif;
}
@media (max-width: 767px) {
  :root {
    --GUTTER_CONTENT: 16px;
    --FONT_SIZE: 1.4rem;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--JS_HEIGHT_HEADER);
  scrollbar-gutter: stable;
  -webkit-text-size-adjust: 100%;
}

body {
  height: 100%;
  margin: 0;
  color: var(--COLOR_FONT);
  font-size: var(--FONT_SIZE);
  font-family: var(--FONT_FAMILY);
  font-weight: var(--FONT_WEIGHT_NORMAL);
  line-height: var(--LINE_HEIGHT);
  overflow-x: hidden;
  text-rendering: optimizespeed;
}
body.is-fixed {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dd {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

strong,
em {
  font-weight: var(--FONT_WEIGHT);
  font-style: normal;
}

ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

ul[class],
ol[class] {
  list-style: none;
}

dfn {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  border: 0;
  max-width: 100%;
  vertical-align: bottom;
}

video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button,
input[type=button] {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  appearance: none;
  font: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  cursor: pointer;
}

::placeholder {
  opacity: 1;
}

input {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
}
input[type=file] {
  width: 100%;
}

select {
  color: inherit;
  font: inherit;
  line-height: inherit;
}

textarea {
  display: block;
  color: inherit;
  font: inherit;
  line-height: inherit;
  box-sizing: border-box;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  padding: 0;
}

summary {
  list-style: none;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}
summary[tabindex="-1"] {
  cursor: auto;
}

dialog {
  max-width: calc(100% - var(--GUTTER_CONTENT) * 2);
  max-height: calc(100% - var(--GUTTER_CONTENT) * 2);
  padding: 0;
  border: none;
  color: inherit;
}
@media (scripting: none) {
  dialog {
    position: relative;
    display: block;
  }
}

@font-face {
  font-family: WinYuGothic;
  font-weight: normal;
  src: local(yugothic-medium), local("Yu Gothic Medium"); /* for Chrome */
}
@font-face {
  font-family: WinYuGothic;
  font-weight: bold;
  src: local(yugothic-bold), local("Yu Gothic"); /* for Chrome */
}
@font-face {
  font-family: "Inter";
  font-weight: 400;
  font-display: swap;
  src: local("Inter Regular"), url("/assets/font/Inter-Regular.woff2") format("woff2");
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.breadcrumb {
  padding-block: 16px;
  background-color: var(--COLOR_BG_1);
  color: var(--COLOR_PRIMARY);
}
@media (max-width: 767px) {
  .breadcrumb {
    padding-block: 8px;
  }
}

.breadcrumb__inner {
  max-width: var(--WIDTH_CONTENT);
  margin: 0 auto;
  padding-inline: var(--GUTTER_CONTENT);
  box-sizing: content-box;
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 1.2rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
}
@media (max-width: 767px) {
  .breadcrumb__list {
    flex-wrap: nowrap;
    column-gap: 16px;
    overflow: auto;
    font-size: 1rem;
  }
}

.breadcrumb__item {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.breadcrumb__item::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background-color: var(--COLOR_FONT);
  mask: url("/assets/img/shape/chevron.svg") no-repeat center/contain;
}
.breadcrumb__item:last-child {
  color: var(--COLOR_FONT);
}
.breadcrumb__item:last-child::after {
  content: unset;
}
@media (max-width: 767px) {
  .breadcrumb__item {
    flex-shrink: 0;
    column-gap: 16px;
  }
}

.breadcrumb__link {
  text-decoration: underline;
}
@media (hover: hover) and (min-width: 767px) {
  .breadcrumb__link:hover {
    text-decoration: none;
  }
}

.content {
  flex: 1;
}
.content--align-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-section {
  padding-block: 100px;
  background-color: var(--COLOR_BASE);
}
.content-section:first-child {
  padding-top: 88px;
}
.content-section--color {
  background-color: var(--COLOR_BG_2);
}
.content-section--color-2 {
  background-color: #E1F3F5;
}
.content-section--cta {
  padding-block: 64px;
  background-color: var(--COLOR_PRIMARY);
}
@media (max-width: 767px) {
  .content-section {
    padding-block: 48px;
  }
  .content-section:first-child {
    padding-top: 56px;
  }
}

.content-section__inner {
  max-width: var(--WIDTH_CONTENT);
  margin: 0 auto;
  padding-inline: var(--GUTTER_CONTENT);
  box-sizing: content-box;
}

.footer {
  position: relative;
}

.footer-contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .footer-contact {
    display: flex;
    flex-direction: row;
    gap: 32px;
  }
}
@media (min-width: 1025px) {
  .footer-contact {
    flex-direction: column;
  }
}

.footer-logo {
  --width-logo: 152px;
  --height-logo: 50px;
  display: flex;
}

.footer-logo__link {
  align-items: center;
  justify-content: center;
}

.footer-logo__text {
  position: relative;
  display: flex;
  width: var(--width-logo);
  height: var(--height-logo);
}

.footer-nav {
  background-color: var(--COLOR_BG_1);
}

.footer-nav__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-sizing: content-box;
  margin-inline: auto;
  padding: 40px 16px;
}
@media (min-width: 768px) {
  .footer-nav__inner {
    max-width: var(--WIDTH_CONTENT);
    display: flex;
    gap: 40px;
    padding: 72px 60px;
  }
}
@media (min-width: 1025px) {
  .footer-nav__inner {
    flex-direction: row;
    gap: 28px;
  }
}

.footer-cta__button {
  display: inline-block;
  padding: 13px 39px;
  background-color: var(--COLOR_PRIMARY);
  border: 1px solid var(--COLOR_PRIMARY);
  border-radius: 100vw;
  color: var(--COLOR_BASE);
  font-weight: var(--FONT_WEIGHT_BOLD);
  font-size: 1.2rem;
  text-align: center;
  transition: background-color var(--EASING) 0.2s, color var(--EASING) 0.2s;
}
@media (hover: hover) and (min-width: 767px) {
  .footer-cta__button:hover {
    background-color: var(--COLOR_BASE);
    color: var(--COLOR_PRIMARY);
  }
}

.footer-sitemap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 768px) {
  .footer-sitemap {
    grid-template-columns: repeat(5, 1fr);
    margin-top: 0;
    gap: 0;
  }
}

.footer-sitemap__group {
  display: contents;
}
@media (min-width: 768px) {
  .footer-sitemap__group {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    grid-row: 2;
    padding-inline: 20px;
    border-left: 1px solid #CDCFD6;
  }
  .footer-sitemap__group:last-child {
    padding-right: 0;
  }
  .footer-sitemap__group--double {
    grid-column: span 2;
  }
}
@media (max-width: 1024px) {
  .footer-sitemap__group {
    padding-inline: 15px;
  }
  .footer-sitemap__group:first-child {
    padding-left: 0;
    border-left: none;
  }
}

.footer-sitemap__title {
  font-size: 1.6rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
}
@media (min-width: 768px) {
  .footer-sitemap__title {
    font-size: 2rem;
  }
}

.footer-sitemap__title-link {
  display: inline-flex;
  column-gap: 8px;
  align-items: center;
  transition: opacity var(--TRANSITION);
}
@media (hover: hover) and (min-width: 767px) {
  .footer-sitemap__title-link:hover {
    opacity: var(--OPACITY_HOVER);
  }
}

.footer-sitemap__content {
  display: none;
}
@media (min-width: 768px) {
  .footer-sitemap__content {
    display: flex;
    flex-direction: row;
    gap: 18px;
  }
}

@media (min-width: 768px) {
  .footer-sitemap__detail {
    display: flex;
    flex-direction: column;
  }
}

.footer-sitemap__detail-title {
  font-weight: var(--FONT_WEIGHT_BOLD);
  color: var(--COLOR_PRIMARY);
  margin-top: 24px;
}

.footer-sitemap__detail-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.footer-sitemap__detail-item {
  font-size: 1.2rem;
}

.footer-sitemap__detail-link {
  transition: opacity var(--TRANSITION);
}
@media (hover: hover) and (min-width: 767px) {
  .footer-sitemap__detail-link:hover {
    opacity: var(--OPACITY_HOVER);
  }
}

.footer-utils {
  background-color: var(--COLOR_SECONDARY);
  color: var(--COLOR_BASE);
}

.footer-utils__inner {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  align-items: center;
  padding: 24px 16px;
}
@media (min-width: 768px) {
  .footer-utils__inner {
    justify-content: space-between;
    column-gap: 32px;
    padding: 24px 60px;
  }
}
@media (min-width: 1025px) {
  .footer-utils__inner {
    flex-direction: row;
    padding: 47px 60px 43px;
  }
}

.footer-utils__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 24px;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .footer-utils__list {
    justify-content: start;
    column-gap: 20px;
  }
}

.footer-utils__link {
  display: flex;
  column-gap: 8px;
  align-items: center;
  transition: opacity var(--TRANSITION);
}
@media (hover: hover) and (min-width: 767px) {
  .footer-utils__link:hover {
    opacity: var(--OPACITY_HOVER);
  }
}

.footer-utils__copy {
  font-size: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-utils__copy {
    font-size: 1.4rem;
    text-align: start;
  }
}

.footer-fixed-area {
  position: fixed;
  left: 0;
  z-index: var(--Z_INDEX_FIXED_AREA);
  bottom: 32px;
  width: 100%;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility var(--TRANSITION), opacity var(--TRANSITION), position var(--TRANSITION);
}
.footer-fixed-area.is-shown {
  visibility: visible;
  opacity: 1;
}
.footer-fixed-area.is-static {
  position: absolute;
  inset: 0 auto auto 0;
}
@media (scripting: none) {
  .footer-fixed-area {
    position: absolute;
    inset: 0 auto auto 0;
    visibility: visible;
    opacity: 1;
  }
}

.footer-fixed-area__inner {
  max-width: var(--WIDTH_CONTENT);
  margin: 0 auto;
  padding-inline: var(--GUTTER_CONTENT);
  box-sizing: content-box;
}

.footer-scroll-to-top {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  margin-inline: auto 0;
  background-color: #CFDCF5;
  border-radius: 5px;
  pointer-events: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
}
.footer-scroll-to-top::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 8px;
  height: 14px;
  margin: auto;
  background-color: var(--COLOR_PRIMARY);
  mask: url("/assets/img/shape/chevron.svg") no-repeat center;
  rotate: -90deg;
}
.footer-fixed-area.is-static .footer-scroll-to-top {
  bottom: 30px;
}
@media (min-width: 768px) {
  .footer-scroll-to-top {
    width: 60px;
    height: 60px;
  }
}

.header {
  --header-color-base: var(--COLOR_BASE);
  --header-color-primary: var(--COLOR_PRIMARY);
  --header-color-secondary: var(--COLOR_SECONDARY);
  --header-color-font: var(--COLOR_FONT);
  --header-color-font-em: var(--COLOR_BASE);
  position: sticky;
  top: 0;
  z-index: var(--Z_INDEX_HEADER);
  background-color: var(--header-color-base);
  box-shadow: 0 7px 30px rgba(123, 123, 123, 0.16);
  color: var(--header-color-font);
  transition: background-color var(--TRANSITION);
}
@media (max-width: 1024px) {
  .header {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  }
}
.header.is-in-hero {
  --header-color-base: transparent;
  --header-color-primary: var(--COLOR_BASE);
  --header-color-secondary: var(--COLOR_BASE);
  --header-color-font: var(--COLOR_BASE);
  --header-color-font-em: var(--COLOR_PRIMARY);
  box-shadow: none;
}
html:has(.top-hero-carousel) .header {
  position: fixed;
  width: var(--JS_WIDTH_BODY);
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 48px;
  margin: 0 auto;
  padding-inline: var(--GUTTER_CONTENT);
  background-color: var(--header-color-base);
  box-sizing: content-box;
  transition: background-color var(--TRANSITION);
}
@media (max-width: 1024px) {
  .header__inner {
    padding-block: 16px;
  }
}

.header__logo {
  --width-logo: 142px;
  --height-logo: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .header__logo {
    --width-logo: 86px;
    --height-logo: 29px;
  }
}

.header__logo-text {
  position: relative;
  display: flex;
  width: var(--width-logo);
  height: var(--height-logo);
}
.header.is-in-hero .header__logo-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url("/assets/img/logo/site-white.svg") no-repeat center/contain;
  width: var(--width-logo);
  height: var(--height-logo);
}

.header.is-in-hero .header__logo-img {
  opacity: 0;
}

.header__content {
  padding-top: 20px;
}
@media (max-width: 1024px) {
  .header__content {
    padding-top: unset;
  }
}

@media (max-width: 1024px) {
  .header-cta {
    padding-inline: var(--GUTTER_CONTENT);
  }
}

.header-cta__button {
  display: inline-block;
  padding: 10px 32px;
  background-color: var(--header-color-primary);
  border: 1px solid var(--header-color-primary);
  border-radius: 100vw;
  color: var(--header-color-font-em);
  font-weight: var(--FONT_WEIGHT_BOLD);
  font-size: 1.2rem;
  text-align: center;
  transition: background-color var(--EASING) 0.2s, color var(--EASING) 0.2s;
}
@media (max-width: 1024px) {
  .header-cta__button {
    display: block;
    max-width: 360px;
    margin-inline: auto;
    padding: 16px 32px;
    font-size: 1.6rem;
  }
}
@media (hover: hover) and (min-width: 1024px) {
  .header-cta__button:hover {
    background-color: var(--header-color-base);
    color: var(--header-color-primary);
  }
}

@media (max-width: 1024px) {
  .header-menu::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100dvh;
    background-color: var(--COLOR_BACKDROP);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity var(--TRANSITION), visibility var(--TRANSITION);
  }
  .header-menu:where(.is-open)::before {
    opacity: 1;
    visibility: visible;
  }
}

.header-menu__button {
  display: none;
}
@media (max-width: 1024px) {
  .header-menu__button {
    position: relative;
    display: block;
    width: 32px;
    height: 21px;
    overflow: hidden;
  }
  .header-menu__button::before,
  .header-menu__button .header-menu__button-alt::before,
  .header-menu__button .header-menu__button-alt::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    margin: auto;
    background-color: var(--header-color-secondary);
  }
  .header-menu__button::before {
    top: 0;
    bottom: 0;
  }
  .header-menu__button .header-menu__button-alt::before {
    top: 0;
  }
  .header-menu__button .header-menu__button-alt::after {
    bottom: 0;
  }
  :where(.header-menu.is-open) .header-menu__button::before {
    opacity: 0;
  }
  :where(.header-menu.is-open) .header-menu__button .header-menu__button-alt::before,
  :where(.header-menu.is-open) .header-menu__button .header-menu__button-alt::after {
    inset: 0;
    width: 20px;
    height: 2px;
    border-radius: 100vw;
  }
  :where(.header-menu.is-open) .header-menu__button .header-menu__button-alt::before {
    rotate: 45deg;
  }
  :where(.header-menu.is-open) .header-menu__button .header-menu__button-alt::after {
    rotate: -45deg;
  }
}

@media (max-width: 1024px) {
  .header-menu__button-alt {
    color: transparent;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
}

.header-menu__content {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 20px;
  width: 100%;
}
@media (max-width: 1024px) {
  .header-menu__content {
    position: absolute;
    top: var(--JS_HEIGHT_HEADER);
    left: 0;
    flex-direction: column;
    row-gap: 0;
    max-height: calc(100dvh - var(--JS_HEIGHT_HEADER));
    background-color: var(--COLOR_BASE);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--TRANSITION), visibility var(--TRANSITION);
  }
  :where(.header-menu.is-open) .header-menu__content {
    opacity: 1;
    visibility: visible;
  }
}

.header-menu__group {
  display: flex;
  align-items: center;
  justify-content: end;
  column-gap: 32px;
}
@media (max-width: 1024px) {
  .header-menu__group {
    flex-direction: column-reverse;
    align-items: stretch;
    row-gap: 24px;
    padding-bottom: 32px;
  }
}

.header-menu__close {
  display: none;
}
@media (max-width: 1024px) {
  .header-menu__close {
    display: block;
    padding: 16px;
    background-color: var(--COLOR_SECONDARY);
    color: var(--COLOR_BASE);
    font-weight: var(--FONT_WEIGHT_BOLD);
    font-size: 1.6rem;
  }
}

@media (max-width: 1024px) {
  .header-menu__close-text {
    position: relative;
    display: inline-block;
  }
  .header-menu__close-text::before, .header-menu__close-text::after {
    content: "";
    position: absolute;
    inset: 0 -16px 0 auto;
    width: 2px;
    height: 12px;
    margin: auto;
    background-color: var(--COLOR_BASE);
    border-radius: 2px;
  }
  .header-menu__close-text::before {
    rotate: 45deg;
  }
  .header-menu__close-text::after {
    rotate: -45deg;
  }
}

.header-nav__list {
  --padding-inline-button: 20px;
  --padding-bottom-button: 28px;
  display: flex;
  margin-right: calc(var(--padding-inline-button) * -1);
}
@media (max-width: 1024px) {
  .header-nav__list {
    flex-direction: column;
    margin-inline: unset;
  }
}

@media (min-width: 1025px) {
  .header-nav__item::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100dvh;
    background-color: var(--COLOR_BACKDROP);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .header-nav__item:where(.is-open)::before {
    opacity: 1;
    visibility: visible;
  }
  .header.is-in-hero .header-nav__item {
    padding: 0 var(--padding-inline-button) var(--padding-bottom-button);
  }
}
@media (max-width: 1024px) {
  .header-nav__item {
    border-bottom: 1px solid var(--COLOR_FG_1);
  }
  .header-nav__item:first-child {
    border-top: 1px solid var(--COLOR_FG_1);
  }
}

.header-nav__button {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 14px;
  height: 100%;
  padding: 0 var(--padding-inline-button) var(--padding-bottom-button);
  font-weight: var(--FONT_WEIGHT_BOLD);
}
@media (min-width: 1025px) {
  .header-nav__button::before {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    width: calc(100% - 20px);
    height: 4px;
    margin-inline: auto;
    background-color: var(--header-color-primary);
    opacity: 0;
    transition: opacity var(--TRANSITION), translate var(--TRANSITION);
  }
  :where(.header-nav__item.is-open) .header-nav__button::before {
    opacity: 1;
  }
  .header.is-in-hero .header-nav__button {
    padding: 0;
  }
  .header.is-in-hero .header-nav__button::before {
    content: unset;
  }
  .header-nav__button--drawer::after {
    content: "";
    position: relative;
    right: 2px;
    display: inline-block;
    width: 8px;
    height: 14px;
    background-color: var(--header-color-primary);
    mask: url("/assets/img/shape/chevron.svg") no-repeat center/contain;
    rotate: 90deg;
  }
}
@media (hover: hover) and (min-width: 1024px) {
  .header-nav__button:hover::before {
    opacity: 1;
  }
  .header.is-in-hero .header-nav__button {
    transition: opacity var(--TRANSITION);
  }
  .header.is-in-hero .header-nav__button:hover {
    opacity: var(--OPACITY_HOVER);
  }
}
@media (max-width: 1024px) {
  .header-nav__button {
    width: 100%;
    padding: 16px 54px 16px var(--GUTTER_CONTENT);
    font-size: 1.6rem;
  }
  .header-nav__button--link::before {
    content: "";
    position: absolute;
    inset: 0 var(--GUTTER_CONTENT) 0 auto;
    width: 8px;
    height: 14px;
    margin: auto;
    background-color: var(--COLOR_PRIMARY);
    mask: url("/assets/img/shape/chevron.svg") no-repeat center/contain;
  }
  .header-nav__button--link[target=_blank]::before {
    content: unset;
  }
  .header-nav__button--drawer::before {
    content: "";
    position: absolute;
    inset: 0 var(--GUTTER_CONTENT) 0 auto;
    width: 22px;
    height: 22px;
    margin: auto;
    border: 1px solid var(--COLOR_PRIMARY);
    border-radius: 50%;
  }
  .header-nav__button--drawer .header-nav__button-text::before,
  .header-nav__button--drawer .header-nav__button-text::after {
    content: "";
    position: absolute;
    inset: 0 calc(var(--GUTTER_CONTENT) + 6px) 0 auto;
    width: 10px;
    height: 1px;
    margin: auto;
    background-color: var(--COLOR_PRIMARY);
  }
  .header-nav__button--drawer .header-nav__button-text::after {
    rotate: 90deg;
  }
  :where(.header-nav__item.is-open) .header-nav__button--drawer {
    background-color: var(--COLOR_SECONDARY);
    color: var(--COLOR_BASE);
  }
  :where(.header-nav__item.is-open) .header-nav__button--drawer::before {
    border-color: var(--COLOR_BASE);
  }
  :where(.header-nav__item.is-open) .header-nav__button--drawer .header-nav__button-text::before {
    height: 2px;
    background-color: var(--COLOR_BASE);
  }
  :where(.header-nav__item.is-open) .header-nav__button--drawer .header-nav__button-text::after {
    opacity: 0;
  }
}

.header-nav__button-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
}

@media (min-width: 1025px) {
  .header-nav__detail {
    --border-radius: 0 0 10px 10px;
    position: absolute;
    left: 0;
    width: calc(100% - var(--GUTTER_CONTENT) * 2);
    max-height: calc(100dvh - var(--JS_HEIGHT_HEADER));
    background-color: var(--COLOR_BASE);
    margin-inline: var(--GUTTER_CONTENT);
    border-top: 1px solid var(--COLOR_FG_1);
    border-radius: var(--border-radius);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--TRANSITION), visibility var(--TRANSITION);
  }
  :where(.header-nav__item.is-open) .header-nav__detail {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1024px) {
  .header-nav__detail {
    display: grid;
    background-color: var(--COLOR_BG_1);
    grid-template-rows: 0fr;
    visibility: hidden;
    transition: grid-template-rows var(--TRANSITION), visibility var(--TRANSITION);
  }
  :where(.header-nav__item.is-open) .header-nav__detail {
    grid-template-rows: 1fr;
    visibility: visible;
  }
}

.header-nav__detail-inner {
  display: flex;
  padding: 30px 60px;
}
@media (max-width: 1024px) {
  .header-nav__detail-inner {
    display: block;
    padding: 0;
    overflow: auto;
  }
}

.header-nav__detail-head {
  padding: 24px 32px 24px 0;
}
@media (max-width: 1024px) {
  .header-nav__detail-head {
    padding: 32px var(--GUTTER_CONTENT);
  }
}

.header-nav__detail-body {
  flex: 1;
  min-width: 60%;
  padding: 24px 0 24px 32px;
  border-left: 1px solid var(--COLOR_FG_1);
}
@media (max-width: 1024px) {
  .header-nav__detail-body {
    padding: 32px var(--GUTTER_CONTENT);
    border-top: 1px solid var(--COLOR_FG_1);
    border-left: unset;
  }
}

.header-nav__detail-category-link {
  position: relative;
  display: inline-block;
  padding-right: 34px;
  font-size: 2.8rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
  transition: opacity var(--TRANSITION);
}
.header-nav__detail-category-link::before, .header-nav__detail-category-link::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 25px;
  height: 25px;
  margin: auto;
  transition: transform var(--TRANSITION);
}
.header-nav__detail-category-link::before {
  border: 1px solid var(--COLOR_PRIMARY);
  border-radius: 50%;
}
.header-nav__detail-category-link::after {
  background-color: var(--COLOR_PRIMARY);
  mask: url("/assets/img/shape/chevron.svg") no-repeat center/6px 10px;
}
@media (max-width: 1024px) {
  .header-nav__detail-category-link {
    display: block;
    font-size: 1.6rem;
  }
  .header-nav__detail-category-link::before, .header-nav__detail-category-link::after {
    width: 22px;
    height: 22px;
  }
}
@media (hover: hover) and (min-width: 1024px) {
  .header-nav__detail-category-link:hover {
    opacity: var(--OPACITY_HOVER);
  }
  .header-nav__detail-category-link:hover::before, .header-nav__detail-category-link:hover::after {
    transform: translateX(4px);
  }
}

@media (min-width: 1025px) {
  .header-nav__detail-mobile-text {
    display: none;
  }
}

.header-nav__detail-subtitle {
  margin-top: 56px;
  color: var(--COLOR_PRIMARY);
  font-size: 1.8rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
}
@media (max-width: 1024px) {
  .header-nav__detail-subtitle {
    margin-top: 48px;
    font-size: 1.4rem;
  }
}

.header-nav__detail-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 30px;
  margin-top: 24px;
}
@media (max-width: 1024px) {
  .header-nav__detail-list {
    grid-template-columns: auto;
    gap: 0;
    margin-top: 16px;
    padding-left: 16px;
  }
}

@media (max-width: 1024px) {
  .header-nav__detail-item {
    border-bottom: 1px solid var(--COLOR_FG_1);
  }
  .header-nav__detail-item:last-child {
    border-bottom: unset;
  }
}

.header-nav__detail-link {
  position: relative;
  display: inline-block;
  padding-right: 22px;
  font-size: 1.4rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
  transition: opacity var(--TRANSITION);
}
.header-nav__detail-link::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 6px;
  height: 10px;
  margin: auto;
  background-color: var(--COLOR_PRIMARY);
  mask: url("/assets/img/shape/chevron.svg") no-repeat center/contain;
  transition: transform var(--TRANSITION);
}
@media (hover: hover) and (min-width: 1024px) {
  .header-nav__detail-link:hover {
    opacity: var(--OPACITY_HOVER);
  }
  .header-nav__detail-link:hover::before {
    transform: translateX(4px);
  }
}
@media (max-width: 1024px) {
  .header-nav__detail-link {
    display: block;
    padding: 16px 32px 16px 8px;
  }
  .header-nav__detail-link::before {
    right: 8px;
  }
  :where(.header-nav__detail-item:first-child) .header-nav__detail-link {
    padding-top: 0;
  }
  :where(.header-nav__detail-item:last-child) .header-nav__detail-link {
    padding-bottom: 0;
  }
}

.header-nav__detail-close {
  display: block;
  width: 100%;
  padding: 13px;
  background-color: var(--COLOR_SECONDARY);
  border-radius: var(--border-radius);
  color: var(--COLOR_BASE);
  font-weight: var(--FONT_WEIGHT_BOLD);
  transition: opacity var(--EASING) 0.2s;
}
@media (max-width: 1024px) {
  .header-nav__detail-close {
    display: none;
  }
}
@media (hover: hover) and (min-width: 1024px) {
  .header-nav__detail-close:hover {
    opacity: var(--OPACITY_HOVER);
  }
}

.header-nav__detail-close-text {
  position: relative;
  display: inline-block;
}
.header-nav__detail-close-text::before, .header-nav__detail-close-text::after {
  content: "";
  position: absolute;
  inset: 0 -16px 0 auto;
  width: 2px;
  height: 12px;
  margin: auto;
  background-color: var(--COLOR_BASE);
  border-radius: 2px;
}
.header-nav__detail-close-text::before {
  rotate: 45deg;
}
.header-nav__detail-close-text::after {
  rotate: -45deg;
}

.header-utils {
  display: flex;
  column-gap: 24px;
}
@media (max-width: 1024px) {
  .header-utils {
    flex-direction: column;
    row-gap: 16px;
    padding-inline: var(--GUTTER_CONTENT);
  }
}

.header-utils__link {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-size: 1.4rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
  transition: opacity var(--TRANSITION);
}
@media (max-width: 1024px) {
  .header-utils__link {
    width: fit-content;
    margin-inline: auto;
  }
}
@media (hover: hover) and (min-width: 1024px) {
  .header-utils__link:hover {
    opacity: var(--OPACITY_HOVER);
  }
}

.main {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.page-title {
  position: relative;
  display: grid;
  min-height: 260px;
  padding: 40px var(--GUTTER_CONTENT);
  background-image: linear-gradient(to bottom, var(--COLOR_PRIMARY), #111162);
  color: var(--COLOR_BASE);
}
.page-title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: var(--COLOR_SECONDARY);
}
.page-title::after {
  --triangle-left-width: 217px;
  --triangle-right-width: 80px;
  --triangle-right-height: 96px;
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  width: calc(50% + var(--triangle-left-width));
  height: 100%;
  background-image: linear-gradient(to bottom, #292980, #3A3A89);
  clip-path: polygon(0 100%, calc(100% - var(--triangle-right-width)) 100%, 100% calc(100% - var(--triangle-right-height)), 100% 0, var(--triangle-left-width) 0);
}
@media (max-width: 767px) {
  .page-title {
    min-height: 178px;
  }
  .page-title::after {
    --triangle-left-width: 80px;
    --triangle-right-width: 28px;
    --triangle-right-height: 60px;
  }
}

.page-title__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: var(--WIDTH_CONTENT);
  margin-inline: auto;
}

.page-title__heading {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .page-title__heading {
    font-size: 2.6rem;
  }
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.button {
  --border-width: 2px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: min(280px, 100%);
  max-width: 412px;
  padding: 16px 60px;
  background-color: var(--COLOR_BASE);
  border: var(--border-width) solid var(--COLOR_PRIMARY);
  border-radius: 100vw;
  color: var(--COLOR_PRIMARY);
  font-weight: var(--FONT_WEIGHT_BOLD);
  transition: color var(--TRANSITION);
  overflow: hidden;
}
.button::before {
  --width-triangle: 66px;
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: calc(100% + var(--width-triangle));
  height: calc(100% + var(--border-width));
  margin: auto;
  background-color: var(--COLOR_PRIMARY);
  clip-path: polygon(0 0, 100% 0, calc(100% - var(--width-triangle)) 100%, 0 100%);
  transform: translateX(-100%);
  transition: transform var(--TRANSITION);
}
.button::after {
  content: "";
  position: absolute;
  inset: 0 20px 0 auto;
  width: 8px;
  height: 14px;
  margin: auto;
  background-color: currentColor;
  mask: url("/assets/img/shape/chevron.svg") no-repeat center/contain;
  transition: background-color var(--TRANSITION);
}
.button:has(.icon-link) {
  padding-right: 68px;
}
.button:has(.icon-link)::after {
  content: unset;
}
.button-layout:has(.button:nth-child(2)) .button {
  width: 100%;
}
@media (max-width: 767px) {
  .button {
    min-width: min(220px, 100%);
    max-width: 343px;
  }
}
@media (hover: hover) and (min-width: 767px) {
  .button:hover {
    color: var(--COLOR_BASE);
  }
  .button:hover::before {
    transform: translateX(var(--width-triangle));
  }
}
.button--sm {
  min-width: min(235px, 100%);
  padding: 11px 40px;
  font-size: 1.4rem;
}
.button--sm::after {
  width: 6px;
  height: 10px;
}
@media (max-width: 767px) {
  .button--sm {
    min-width: min(150px, 100%);
    padding-block: 6px;
    font-size: 1.2rem;
  }
  .button--sm::after {
    right: 12px;
  }
}
.button--em {
  background-color: var(--COLOR_PRIMARY);
  color: var(--COLOR_BASE);
}
.button--em::before {
  background-color: var(--COLOR_BASE);
}
@media (hover: hover) and (min-width: 767px) {
  .button--em:hover {
    color: var(--COLOR_PRIMARY);
  }
}
.button--transparent {
  background-color: transparent;
}
.button--close::after {
  content: unset;
}

.button__text {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  column-gap: 12px;
}
.button--close .button__text::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: currentColor;
  mask: url("/assets/img/shape/close.svg") no-repeat center;
}

.button-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 48px;
}
.content-section__inner > .button-layout:last-child {
  margin-top: 88px;
}
@media (max-width: 767px) {
  .button-layout {
    margin-top: 32px;
  }
  .content-section__inner > .button-layout:last-child {
    margin-top: 48px;
  }
}

.contact-email {
  display: flex;
  align-items: center;
  column-gap: 16px;
  margin-top: 16px;
  letter-spacing: var(--LETTER_SPACING);
}
.contact-email--center {
  justify-content: center;
}
@media (max-width: 767px) {
  .contact-email {
    flex-direction: column;
    align-items: start;
    row-gap: 8px;
  }
  .contact-email--center {
    align-items: center;
  }
}

.contact-email__title {
  font-size: 1.4rem;
}

.contact-email__link {
  font-size: 1.8rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
  text-decoration-line: underline;
  text-decoration-color: #707070;
  text-decoration-thickness: 2px;
}
@media (hover: hover) and (min-width: 767px) {
  .contact-email__link:hover {
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  .contact-email__link {
    font-size: 1.6rem;
  }
}

.contact-layout {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .contact-layout {
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
    margin-top: 32px;
  }
}

.contact-layout__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  max-width: 545px;
}
@media (min-width: 768px) {
  .contact-layout__item {
    min-width: 370px;
  }
}

.contact-layout__head {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  column-gap: 16px;
  padding: 24px 32px;
  background-color: var(--COLOR_BG_4);
  border-bottom: 1px solid var(--COLOR_FG_2);
}
@media (max-width: 767px) {
  .contact-layout__head {
    flex-direction: column-reverse;
    row-gap: 8px;
    padding: 24px;
  }
}

.contact-layout__body {
  flex: 1;
  padding: 24px 32px;
  background-color: var(--COLOR_BASE);
}
@media (max-width: 767px) {
  .contact-layout__body {
    padding: 24px;
  }
}

.contact-layout__heading {
  color: var(--COLOR_PRIMARY);
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .contact-layout__heading {
    font-size: 1.8rem;
  }
}

.contact-layout__icon {
  flex-shrink: 0;
  display: grid;
  place-content: center;
  width: 50px;
  height: 50px;
  background-color: var(--COLOR_BASE);
  border-radius: 50%;
}

.contact-layout__text {
  margin-top: 8px;
  font-size: 1.4rem;
  letter-spacing: var(--LETTER_SPACING);
}

.grid {
  display: grid;
}
@media (max-width: 767px) {
  .grid {
    margin-top: 40px;
    gap: 32px;
  }
  .grid[data-column-sp="1"] {
    grid-template-columns: 1fr;
  }
  .grid[data-column-sp="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid[data-column-sp="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid[data-column-sp="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) {
  .grid {
    margin-top: 56px;
    gap: 40px;
  }
  .grid[data-column-pc="1"] {
    grid-template-columns: 1fr;
  }
  .grid[data-column-pc="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid[data-column-pc="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid[data-column-pc="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
}

.grid-sidenav {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 96px;
}
@media (max-width: 767px) {
  .grid-sidenav {
    grid-template-columns: auto;
    row-gap: 64px;
  }
}

.heading-2 {
  position: relative;
  margin-block: 80px 48px;
  padding-left: 66px;
  font-size: 3.6rem;
}
.heading-2::before, .heading-2::after {
  content: "";
  position: absolute;
  top: 0.1em;
  height: 44px;
  transform: skewX(-35deg);
}
.heading-2::before {
  left: 15px;
  width: 18px;
  background-color: var(--COLOR_PRIMARY);
}
.heading-2::after {
  left: 36px;
  width: 4px;
  background-color: var(--COLOR_SECONDARY);
}
@media (max-width: 767px) {
  .heading-2 {
    margin-block: 48px 32px;
    padding-left: 47px;
    font-size: 2.4rem;
  }
  .heading-2::before, .heading-2::after {
    height: 29px;
  }
  .heading-2::before {
    left: 10px;
    width: 12px;
  }
  .heading-2::after {
    left: 24px;
  }
}

.heading-2-sub {
  position: relative;
  margin-block: 80px 48px;
  padding-bottom: 20px;
  font-size: 3.6rem;
  text-align: center;
}
.heading-2-sub::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  margin: auto;
  width: 40px;
  height: 4px;
  background-color: var(--COLOR_PRIMARY);
}
.heading-2-sub--white {
  padding-bottom: 0;
  color: var(--COLOR_BASE);
}
.heading-2-sub--white::before {
  content: unset;
}
@media (max-width: 767px) {
  .heading-2-sub {
    margin-block: 48px 32px;
    padding-bottom: 16px;
    font-size: 2.4rem;
  }
  .heading-2-sub::before {
    width: 32px;
  }
  .heading-2-sub--white {
    padding-bottom: 0;
  }
}

.heading-3 {
  margin-block: 56px 32px;
  padding: 0 0 17px 26px;
  background: url("/assets/img/icon/heading-3.svg") no-repeat 0 0.55em;
  border-bottom: 2px solid var(--COLOR_FG_2);
  font-size: 2.6rem;
}
.content-section--color .heading-3 {
  border-color: #CDCFD6;
}
@media (max-width: 767px) {
  .heading-3 {
    margin-block: 40px 24px;
    padding-bottom: 10px;
    border-width: 1px;
    font-size: 2rem;
  }
}

.heading-4 {
  margin-top: 40px;
  color: var(--COLOR_PRIMARY);
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .heading-4 {
    margin-top: 32px;
    font-size: 1.8rem;
  }
}

.heading-5 {
  margin-top: 32px;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .heading-5 {
    margin-top: 24px;
    font-size: 1.6rem;
  }
}

.icon-link {
  position: relative;
  vertical-align: baseline;
}
.icon-link[data-id=blank] {
  width: 15px;
  height: 12px;
  fill: var(--COLOR_PRIMARY);
}
.icon-link[data-id=pdf] {
  width: 16px;
  height: 16px;
}
.link-text .icon-link {
  top: 0.1em;
  margin-inline: 8px 4px;
}
.link .icon-link {
  margin-left: 8px;
}
.button .icon-link {
  position: absolute;
  inset: 0 20px 0 auto;
  margin: auto;
  fill: currentColor;
}
.footer-utils .icon-link {
  fill: currentColor;
}
.header.is-in-hero .icon-link {
  fill: currentColor;
}

.link-text {
  color: var(--COLOR_PRIMARY);
  text-decoration: underline;
}
.list-news .link-text {
  font-weight: var(--FONT_WEIGHT_BOLD);
}
@media (hover: hover) and (min-width: 767px) {
  .link-text:hover {
    color: var(--COLOR_PRIMARY);
    text-decoration: none;
  }
}

.link {
  display: inline-block;
  color: var(--COLOR_PRIMARY);
}
.link::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  background-color: var(--COLOR_PRIMARY);
  mask: url("/assets/img/shape/chevron.svg") no-repeat center/contain;
  transition: transform var(--TRANSITION);
}
.link:has(.icon-link)::after {
  content: unset;
}
@media (hover: hover) and (min-width: 767px) {
  .link:hover {
    text-decoration: underline;
  }
  .link:hover::after {
    transform: translateX(3px);
  }
}
@media (max-width: 767px) {
  .link::after {
    width: 10px;
    height: 10px;
  }
}

.link-list {
  display: grid;
  row-gap: 16px;
  margin-top: 24px;
}

.link-list-anchor {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 64px;
  color: var(--COLOR_PRIMARY);
  font-size: 1.6rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
}
@media (max-width: 767px) {
  .link-list-anchor {
    grid-template-columns: auto;
    gap: 16px;
    margin-top: 24px;
  }
}

.link-list-anchor__link {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  height: 100%;
  padding: 24px;
  background-color: var(--COLOR_BG_4);
  border: 1px solid var(--COLOR_FG_2);
  transition: background-color var(--EASING) 0.2s;
}
.link-list-anchor__link::before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: var(--COLOR_PRIMARY);
  mask: url("/assets/img/shape/chevron.svg") no-repeat center/contain;
  rotate: 90deg;
}
@media (hover: hover) and (min-width: 767px) {
  .link-list-anchor__link:hover {
    background-color: #CFDCF5;
  }
}
@media (max-width: 767px) {
  .link-list-anchor__link {
    padding: 16px;
  }
}

.link-list-panel {
  display: grid;
  font-weight: var(--FONT_WEIGHT_BOLD);
}
@media (max-width: 767px) {
  .link-list-panel {
    gap: 24px 16px;
    margin-top: 24px;
    font-size: 1.4rem;
  }
  .link-list-panel[data-column-sp="1"] {
    grid-template-columns: 1fr;
  }
  .link-list-panel[data-column-sp="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .link-list-panel[data-column-sp="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .link-list-panel[data-column-sp="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) {
  .link-list-panel {
    gap: 30px;
    margin-top: 64px;
    font-size: 1.8rem;
  }
  .link-list-panel[data-column-pc="1"] {
    grid-template-columns: 1fr;
  }
  .link-list-panel[data-column-pc="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .link-list-panel[data-column-pc="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .link-list-panel[data-column-pc="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
}

.link-list-panel__link {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 16px;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .link-list-panel__link {
    row-gap: 8px;
  }
}

.link-list-panel__text {
  display: flex;
  align-items: center;
  column-gap: 16px;
  width: fit-content;
}
.link-list-panel__text::after {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: var(--COLOR_PRIMARY);
  mask: url("/assets/img/shape/chevron.svg") no-repeat center/contain;
  transition: transform var(--TRANSITION);
}
@media (hover: hover) and (min-width: 767px) {
  .link-list-panel__link:hover .link-list-panel__text {
    color: var(--COLOR_PRIMARY);
  }
  .link-list-panel__link:hover .link-list-panel__text::after {
    transform: translateX(3px);
  }
}
@media (max-width: 767px) {
  .link-list-panel__text {
    column-gap: 8px;
  }
  .link-list-panel__text::after {
    width: 10px;
    height: 10px;
  }
}

.link-list-panel__img {
  position: relative;
}
.link-list-panel__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 67, 81, 0.45);
  opacity: 0;
  transition: opacity var(--TRANSITION);
}
@media (hover: hover) and (min-width: 767px) {
  .link-list-panel__link:hover .link-list-panel__img::before {
    opacity: 1;
  }
}

.list {
  display: grid;
  row-gap: 8px;
  margin-top: 32px;
}
.list .list {
  margin-top: 8px;
}
.list-mark .list {
  margin-top: 8px;
}
.table-simple .list {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .list {
    margin-top: 24px;
  }
}

.list__item {
  position: relative;
  padding-left: 16px;
}
.list__item::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: var(--COLOR_FONT);
  border-radius: 50%;
}
.list .list .list__item::before {
  background-color: transparent;
  border: 1px solid var(--COLOR_FONT);
}

.list-mark {
  display: grid;
  row-gap: 8px;
  margin-top: 32px;
}
.list-mark .list-mark {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .list-mark {
    margin-top: 24px;
  }
}

.list-mark__item {
  display: flex;
  column-gap: 8px;
}

.list-mark__mark {
  flex-shrink: 0;
  font-weight: var(--FONT_WEIGHT_BOLD);
}

.list-notes {
  display: grid;
  row-gap: 8px;
  width: fit-content;
  margin-top: 32px;
  font-size: 1.4rem;
}
.list-notes--center {
  margin-inline: auto;
}
.list-notes--right {
  margin-inline: auto 0;
}
.table .list-notes, .table-simple .list-notes {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .list-notes {
    margin-top: 24px;
  }
}

.list-notes__item {
  display: flex;
  column-gap: 8px;
}

.list-notes__mark {
  flex-shrink: 0;
}

.list-description {
  display: grid;
  row-gap: 32px;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .list-description {
    margin-top: 24px;
  }
}

.list-description__dt {
  font-size: 1.8rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
}
@media (max-width: 767px) {
  .list-description__dt {
    font-size: 1.6rem;
  }
}

.list-description__dd {
  margin-top: 8px;
  letter-spacing: var(--LETTER_SPACING);
}

.list-description-simple {
  display: grid;
  grid-template-columns: auto 1fr;
  row-gap: 24px;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .list-description-simple {
    row-gap: 16px;
    margin-top: 24px;
  }
}

.list-description-simple__item {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
}
@media (max-width: 767px) {
  .list-description-simple--fixed-sp .list-description-simple__item {
    grid-template-columns: repeat(2, 1fr);
  }
}

.list-description-simple__dt {
  min-width: 232px;
  max-width: 400px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .list-description-simple__dt {
    min-width: auto;
  }
}

.list-description-simple__dd {
  grid-column: 2/3;
}
.list-description-simple__dd + .list-description-simple__dd {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .list-description-simple__dd + .list-description-simple__dd {
    margin-top: 8px;
  }
}

.list-news {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-top: 48px;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .list-news {
    margin-top: 24px;
  }
}

.list-news__item {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  column-gap: 48px;
  padding: 24px 16px;
  border-top: 1px solid var(--COLOR_FG_1);
}
.list-news__item:first-child {
  padding-top: 0;
  border-top: none;
}
.list-news__item:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .list-news__item {
    grid-template-columns: auto;
    row-gap: 16px;
    padding-inline: 0;
  }
}

.list-news__date {
  font-weight: var(--FONT_WEIGHT_BOLD);
}

.media {
  margin-top: 56px;
}
@media (max-width: 767px) {
  .media {
    margin-top: 40px;
  }
}

.media__item {
  display: table;
  margin-inline: auto;
}
.media--left .media__item {
  margin-left: 0;
}
.media--right .media__item {
  margin-right: 0;
}

.media__caption {
  display: table-caption;
  caption-side: bottom;
  margin-top: 16px;
  font-size: 1.4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .media__caption {
    margin-top: 8px;
    font-size: 1.2rem;
  }
}

.media-map {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .media-map {
    margin-top: 24px;
  }
}

.media-map__iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1280/474;
}
@media (max-width: 767px) {
  .media-map__iframe {
    aspect-ratio: 343/200;
  }
}

.media-layout {
  display: flex;
  column-gap: 56px;
  margin-top: 64px;
}
.media-layout--reverse-pc {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .media-layout {
    flex-direction: column-reverse;
    row-gap: 24px;
    margin-top: 40px;
  }
  .media-layout--reverse-sp {
    flex-direction: column;
  }
}

.media-layout__content {
  flex: 1;
  min-width: 50%;
}

.media-layout__heading {
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .media-layout__heading {
    font-size: 2rem;
  }
}

.media-layout-index {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 72px;
}
.media-layout-index + .media-layout-index {
  margin-top: 64px;
}
.media-layout-index--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .media-layout-index {
    flex-direction: column-reverse;
    margin-top: 64px;
  }
  .media-layout-index + .media-layout-index {
    margin-top: 32px;
  }
}

.media-layout-index__content {
  --inset-x: -402px;
  position: relative;
  width: 100%;
  max-width: 902px;
  margin-right: var(--inset-x);
  padding: 56px 72px;
  background-color: var(--COLOR_BASE);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.16);
}
.media-layout-index__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 86px;
  height: 86px;
  background-color: var(--COLOR_PRIMARY);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
:where(.media-layout-index--reverse) .media-layout-index__content {
  margin-inline: var(--inset-x) 0;
}
@media (max-width: 767px) {
  .media-layout-index__content {
    margin-inline: 0;
    padding: 32px 16px 40px;
  }
  .media-layout-index__content::before {
    width: 60px;
    height: 60px;
  }
}

.media-layout-index__heading {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .media-layout-index__heading {
    font-size: 2.8rem;
    text-align: center;
  }
}

.media-layout-index__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 30px;
  margin-top: 32px;
  color: var(--COLOR_PRIMARY);
  font-weight: var(--FONT_WEIGHT_BOLD);
}
@media (max-width: 767px) {
  .media-layout-index__list {
    grid-template-columns: auto;
    row-gap: 16px;
  }
}

.media-layout-index__list-item {
  border-bottom: 1px solid var(--COLOR_FG_2);
}
@media (max-width: 767px) {
  .media-layout-index__list-item:last-child {
    border-bottom: none;
  }
}

.media-layout-index__list-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 16px;
  padding: 0 16px 16px 8px;
  transition: opacity var(--TRANSITION);
}
.media-layout-index__list-link::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  background-color: var(--COLOR_PRIMARY);
  mask: url("/assets/img/shape/chevron.svg") no-repeat center/contain;
  transition: transform var(--TRANSITION);
}
@media (hover: hover) and (min-width: 767px) {
  .media-layout-index__list-link:hover {
    opacity: var(--OPACITY_HOVER);
  }
  .media-layout-index__list-link:hover::after {
    transform: translateX(3px);
  }
}
@media (max-width: 767px) {
  .media-layout-index__list-link {
    padding: 0 16px 16px;
  }
  .media-layout-index__list-item:last-child .media-layout-index__list-link {
    padding-bottom: 0;
  }
}

.media-layout-index__media {
  --overflow-width: calc((var(--WIDTH_CONTENT) - var(--WIDTH_DESIGN)) / 2);
  flex: 1;
  height: 472px;
  margin: 0 var(--overflow-width) 100px 0;
}
:where(.media-layout-index--reverse) .media-layout-index__media {
  margin-inline: var(--overflow-width) 0;
}
@media (max-width: 767px) {
  .media-layout-index__media {
    height: 211px;
    margin: 0 calc(var(--GUTTER_CONTENT) * -1) -42px;
  }
}

.media-layout-index__img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.nav-local {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .nav-local {
    grid-template-columns: auto;
    gap: 16px;
    margin-top: 32px;
  }
}

.nav-local__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 16px;
  height: 100%;
  padding: 36px 24px 36px 32px;
  background-color: var(--COLOR_BASE);
  border: 1px solid var(--COLOR_FG_2);
  border-radius: 5px;
  color: var(--COLOR_PRIMARY);
  font-weight: var(--FONT_WEIGHT_BOLD);
  transition: background-color var(--TRANSITION);
}
.nav-local__link::after {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  background-color: currentColor;
  mask: url("/assets/img/shape/chevron.svg") no-repeat center/contain;
  transition: transform var(--TRANSITION);
}
.nav-local__link:not(:any-link) {
  background-color: var(--COLOR_PRIMARY);
  color: var(--COLOR_BASE);
}
.nav-local__link:not(:any-link)::after {
  content: unset;
}
@media (hover: hover) and (min-width: 767px) {
  .nav-local__link:any-link:hover {
    background-color: var(--COLOR_BG_1);
  }
  .nav-local__link:any-link:hover::after {
    transform: translateX(3px);
  }
}
@media (max-width: 767px) {
  .nav-local__link {
    padding: 24px 16px;
  }
}

.nav-side {
  min-width: 210px;
}

.nav-side__title {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--COLOR_PRIMARY);
  font-size: 2.4rem;
  color: var(--COLOR_PRIMARY);
}
@media (max-width: 767px) {
  .nav-side__title {
    padding-bottom: 0;
    text-align: center;
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  .nav-side__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 34px;
  }
}

.nav-side__item {
  border-bottom: 1px solid var(--COLOR_FG_1);
}
.nav-side__item:where(:last-child) {
  border-bottom: none;
}
@media (max-width: 767px) {
  .nav-side__item {
    border-bottom: none;
  }
}

.nav-side__link {
  position: relative;
  display: block;
  padding-block: 17px;
  transition: opacity var(--TRANSITION);
}
.nav-side__link:where(:not(:any-link)) {
  padding-left: 19px;
  color: var(--COLOR_PRIMARY);
  font-size: 1.8rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
}
.nav-side__link:where(:not(:any-link))::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  height: 46px;
  margin: auto;
  background-color: var(--COLOR_PRIMARY);
}
@media (hover: hover) and (min-width: 767px) {
  .nav-side__link:any-link:hover {
    opacity: var(--OPACITY_HOVER);
  }
}
@media (max-width: 767px) {
  .nav-side__link {
    padding: 16px;
    border: 1px solid var(--COLOR_SECONDARY);
    text-align: center;
    font-weight: var(--FONT_WEIGHT_BOLD);
  }
  .nav-side__link:where(:not(:any-link)) {
    background-color: var(--COLOR_BG_4);
    border-color: var(--COLOR_PRIMARY);
    font-size: 1.4rem;
  }
  .nav-side__link:where(:not(:any-link))::before {
    content: unset;
  }
}

.table {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .table {
    margin-top: 24px;
    font-size: 1.2rem;
  }
}

.table__item {
  width: 100%;
  table-layout: fixed;
  vertical-align: middle;
}

.table__thead {
  vertical-align: inherit;
}

.table__tbody {
  vertical-align: inherit;
}

.table__cell {
  padding: 16px;
  border: 1px solid var(--COLOR_FG_3);
  text-align: center;
}
.table__thead .table__cell {
  color: var(--COLOR_BASE);
  background-color: var(--COLOR_BG_3);
}
.table__tbody .table__cell--heading {
  background-color: var(--COLOR_BG_4);
  text-align: left;
}
@media (max-width: 767px) {
  .table__cell {
    padding: 8px 6px;
  }
}

.table-simple {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .table-simple {
    margin-top: 24px;
  }
}

.table-simple__item {
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .table-simple__item {
    display: block;
  }
}

@media (max-width: 767px) {
  .table-simple__tbody {
    display: block;
  }
}

.table-simple__tr {
  border: 1px solid var(--COLOR_FG_1);
  border-left: none;
  border-right: none;
}
@media (max-width: 767px) {
  .table-simple__tr {
    display: grid;
    row-gap: 16px;
    padding-block: 24px;
  }
  .table-simple__tr + .table-simple__tr {
    border-top: none;
  }
}

.table-simple__cell {
  padding: 40px 16px;
}
.table-simple__cell + .table-simple__cell {
  padding-left: 0;
}
.table-simple__cell--heading {
  vertical-align: top;
}
@media (max-width: 767px) {
  .table-simple__cell {
    display: block;
    padding: 0;
  }
}

.text {
  margin-top: 24px;
  line-height: 1.7;
  letter-spacing: var(--LETTER_SPACING);
}
.text + .text {
  margin-top: 16px;
}
.list-notes + .text {
  margin-top: 16px;
}
.media-layout__content .text {
  margin-top: 16px;
}

.text-lead {
  margin-top: 24px;
  color: var(--COLOR_PRIMARY);
  font-size: 2rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
  line-height: 1.7;
  letter-spacing: var(--LETTER_SPACING);
}
.text-lead + .text-lead {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .text-lead {
    font-size: 1.8rem;
  }
}

.u-items-start {
  align-items: start !important;
}

@media (min-width: 768px) {
  .md\:u-items-start {
    align-items: start !important;
  }
}
.u-items-center {
  align-items: center !important;
}

@media (min-width: 768px) {
  .md\:u-items-center {
    align-items: center !important;
  }
}
.u-items-end {
  align-items: end !important;
}

@media (min-width: 768px) {
  .md\:u-items-end {
    align-items: end !important;
  }
}
.u-block {
  display: block !important;
}

@media (min-width: 768px) {
  .md\:u-block {
    display: block !important;
  }
}
.u-inline-block {
  display: inline-block !important;
}

@media (min-width: 768px) {
  .md\:u-inline-block {
    display: inline-block !important;
  }
}
.u-inline {
  display: inline !important;
}

@media (min-width: 768px) {
  .md\:u-inline {
    display: inline !important;
  }
}
.u-hidden {
  display: none !important;
}

@media (min-width: 768px) {
  .md\:u-hidden {
    display: none !important;
  }
}
.u-justify-start {
  justify-content: start !important;
}

@media (min-width: 768px) {
  .md\:u-justify-start {
    justify-content: start !important;
  }
}
.u-justify-center {
  justify-content: center !important;
}

@media (min-width: 768px) {
  .md\:u-justify-center {
    justify-content: center !important;
  }
}
.u-justify-end {
  justify-content: end !important;
}

@media (min-width: 768px) {
  .md\:u-justify-end {
    justify-content: end !important;
  }
}
.u-mt-0 {
  margin-top: 0px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mt-8 {
  margin-top: 8px !important;
}

.u-mb-8 {
  margin-bottom: 8px !important;
}

.u-mt-16 {
  margin-top: 16px !important;
}

.u-mb-16 {
  margin-bottom: 16px !important;
}

.u-mt-24 {
  margin-top: 24px !important;
}

.u-mb-24 {
  margin-bottom: 24px !important;
}

.u-mt-32 {
  margin-top: 32px !important;
}

.u-mb-32 {
  margin-bottom: 32px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mt-48 {
  margin-top: 48px !important;
}

.u-mb-48 {
  margin-bottom: 48px !important;
}

.u-mt-56 {
  margin-top: 56px !important;
}

.u-mb-56 {
  margin-bottom: 56px !important;
}

.u-mt-64 {
  margin-top: 64px !important;
}

.u-mb-64 {
  margin-bottom: 64px !important;
}

.u-mt-72 {
  margin-top: 72px !important;
}

.u-mb-72 {
  margin-bottom: 72px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

@media (min-width: 768px) {
  .md\:u-mt-0 {
    margin-top: 0px !important;
  }
  .md\:u-mb-0 {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 768px) {
  .md\:u-mt-8 {
    margin-top: 8px !important;
  }
  .md\:u-mb-8 {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 768px) {
  .md\:u-mt-16 {
    margin-top: 16px !important;
  }
  .md\:u-mb-16 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 768px) {
  .md\:u-mt-24 {
    margin-top: 24px !important;
  }
  .md\:u-mb-24 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 768px) {
  .md\:u-mt-32 {
    margin-top: 32px !important;
  }
  .md\:u-mb-32 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 768px) {
  .md\:u-mt-40 {
    margin-top: 40px !important;
  }
  .md\:u-mb-40 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 768px) {
  .md\:u-mt-48 {
    margin-top: 48px !important;
  }
  .md\:u-mb-48 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 768px) {
  .md\:u-mt-56 {
    margin-top: 56px !important;
  }
  .md\:u-mb-56 {
    margin-bottom: 56px !important;
  }
}
@media (min-width: 768px) {
  .md\:u-mt-64 {
    margin-top: 64px !important;
  }
  .md\:u-mb-64 {
    margin-bottom: 64px !important;
  }
}
@media (min-width: 768px) {
  .md\:u-mt-72 {
    margin-top: 72px !important;
  }
  .md\:u-mb-72 {
    margin-bottom: 72px !important;
  }
}
@media (min-width: 768px) {
  .md\:u-mt-80 {
    margin-top: 80px !important;
  }
  .md\:u-mb-80 {
    margin-bottom: 80px !important;
  }
}
.u-text-left {
  text-align: left !important;
}

@media (min-width: 768px) {
  .md\:u-text-left {
    text-align: left !important;
  }
}
.u-text-center {
  text-align: center !important;
}

@media (min-width: 768px) {
  .md\:u-text-center {
    text-align: center !important;
  }
}
.u-text-right {
  text-align: right !important;
}

@media (min-width: 768px) {
  .md\:u-text-right {
    text-align: right !important;
  }
}
.u-align-top {
  vertical-align: top !important;
}

@media (min-width: 768px) {
  .md\:u-align-top {
    vertical-align: top !important;
  }
}
.u-align-middle {
  vertical-align: middle !important;
}

@media (min-width: 768px) {
  .md\:u-align-middle {
    vertical-align: middle !important;
  }
}
.u-align-bottom {
  vertical-align: bottom !important;
}

@media (min-width: 768px) {
  .md\:u-align-bottom {
    vertical-align: bottom !important;
  }
}
.u-w-1 {
  width: 1% !important;
}

.u-w-2 {
  width: 2% !important;
}

.u-w-3 {
  width: 3% !important;
}

.u-w-4 {
  width: 4% !important;
}

.u-w-5 {
  width: 5% !important;
}

.u-w-6 {
  width: 6% !important;
}

.u-w-7 {
  width: 7% !important;
}

.u-w-8 {
  width: 8% !important;
}

.u-w-9 {
  width: 9% !important;
}

.u-w-10 {
  width: 10% !important;
}

.u-w-11 {
  width: 11% !important;
}

.u-w-12 {
  width: 12% !important;
}

.u-w-13 {
  width: 13% !important;
}

.u-w-14 {
  width: 14% !important;
}

.u-w-15 {
  width: 15% !important;
}

.u-w-16 {
  width: 16% !important;
}

.u-w-17 {
  width: 17% !important;
}

.u-w-18 {
  width: 18% !important;
}

.u-w-19 {
  width: 19% !important;
}

.u-w-20 {
  width: 20% !important;
}

.u-w-21 {
  width: 21% !important;
}

.u-w-22 {
  width: 22% !important;
}

.u-w-23 {
  width: 23% !important;
}

.u-w-24 {
  width: 24% !important;
}

.u-w-25 {
  width: 25% !important;
}

.u-w-26 {
  width: 26% !important;
}

.u-w-27 {
  width: 27% !important;
}

.u-w-28 {
  width: 28% !important;
}

.u-w-29 {
  width: 29% !important;
}

.u-w-30 {
  width: 30% !important;
}

.u-w-31 {
  width: 31% !important;
}

.u-w-32 {
  width: 32% !important;
}

.u-w-33 {
  width: 33% !important;
}

.u-w-34 {
  width: 34% !important;
}

.u-w-35 {
  width: 35% !important;
}

.u-w-36 {
  width: 36% !important;
}

.u-w-37 {
  width: 37% !important;
}

.u-w-38 {
  width: 38% !important;
}

.u-w-39 {
  width: 39% !important;
}

.u-w-40 {
  width: 40% !important;
}

.u-w-41 {
  width: 41% !important;
}

.u-w-42 {
  width: 42% !important;
}

.u-w-43 {
  width: 43% !important;
}

.u-w-44 {
  width: 44% !important;
}

.u-w-45 {
  width: 45% !important;
}

.u-w-46 {
  width: 46% !important;
}

.u-w-47 {
  width: 47% !important;
}

.u-w-48 {
  width: 48% !important;
}

.u-w-49 {
  width: 49% !important;
}

.u-w-50 {
  width: 50% !important;
}

.u-w-51 {
  width: 51% !important;
}

.u-w-52 {
  width: 52% !important;
}

.u-w-53 {
  width: 53% !important;
}

.u-w-54 {
  width: 54% !important;
}

.u-w-55 {
  width: 55% !important;
}

.u-w-56 {
  width: 56% !important;
}

.u-w-57 {
  width: 57% !important;
}

.u-w-58 {
  width: 58% !important;
}

.u-w-59 {
  width: 59% !important;
}

.u-w-60 {
  width: 60% !important;
}

.u-w-61 {
  width: 61% !important;
}

.u-w-62 {
  width: 62% !important;
}

.u-w-63 {
  width: 63% !important;
}

.u-w-64 {
  width: 64% !important;
}

.u-w-65 {
  width: 65% !important;
}

.u-w-66 {
  width: 66% !important;
}

.u-w-67 {
  width: 67% !important;
}

.u-w-68 {
  width: 68% !important;
}

.u-w-69 {
  width: 69% !important;
}

.u-w-70 {
  width: 70% !important;
}

.u-w-71 {
  width: 71% !important;
}

.u-w-72 {
  width: 72% !important;
}

.u-w-73 {
  width: 73% !important;
}

.u-w-74 {
  width: 74% !important;
}

.u-w-75 {
  width: 75% !important;
}

.u-w-76 {
  width: 76% !important;
}

.u-w-77 {
  width: 77% !important;
}

.u-w-78 {
  width: 78% !important;
}

.u-w-79 {
  width: 79% !important;
}

.u-w-80 {
  width: 80% !important;
}

.u-w-81 {
  width: 81% !important;
}

.u-w-82 {
  width: 82% !important;
}

.u-w-83 {
  width: 83% !important;
}

.u-w-84 {
  width: 84% !important;
}

.u-w-85 {
  width: 85% !important;
}

.u-w-86 {
  width: 86% !important;
}

.u-w-87 {
  width: 87% !important;
}

.u-w-88 {
  width: 88% !important;
}

.u-w-89 {
  width: 89% !important;
}

.u-w-90 {
  width: 90% !important;
}

.u-w-91 {
  width: 91% !important;
}

.u-w-92 {
  width: 92% !important;
}

.u-w-93 {
  width: 93% !important;
}

.u-w-94 {
  width: 94% !important;
}

.u-w-95 {
  width: 95% !important;
}

.u-w-96 {
  width: 96% !important;
}

.u-w-97 {
  width: 97% !important;
}

.u-w-98 {
  width: 98% !important;
}

.u-w-99 {
  width: 99% !important;
}

.u-w-100 {
  width: 100% !important;
}

@media (min-width: 768px) {
  .md\:u-w-1 {
    width: 1% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-2 {
    width: 2% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-3 {
    width: 3% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-4 {
    width: 4% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-5 {
    width: 5% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-6 {
    width: 6% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-7 {
    width: 7% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-8 {
    width: 8% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-9 {
    width: 9% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-10 {
    width: 10% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-11 {
    width: 11% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-12 {
    width: 12% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-13 {
    width: 13% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-14 {
    width: 14% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-15 {
    width: 15% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-16 {
    width: 16% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-17 {
    width: 17% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-18 {
    width: 18% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-19 {
    width: 19% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-20 {
    width: 20% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-21 {
    width: 21% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-22 {
    width: 22% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-23 {
    width: 23% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-24 {
    width: 24% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-25 {
    width: 25% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-26 {
    width: 26% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-27 {
    width: 27% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-28 {
    width: 28% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-29 {
    width: 29% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-30 {
    width: 30% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-31 {
    width: 31% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-32 {
    width: 32% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-33 {
    width: 33% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-34 {
    width: 34% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-35 {
    width: 35% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-36 {
    width: 36% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-37 {
    width: 37% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-38 {
    width: 38% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-39 {
    width: 39% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-40 {
    width: 40% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-41 {
    width: 41% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-42 {
    width: 42% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-43 {
    width: 43% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-44 {
    width: 44% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-45 {
    width: 45% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-46 {
    width: 46% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-47 {
    width: 47% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-48 {
    width: 48% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-49 {
    width: 49% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-50 {
    width: 50% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-51 {
    width: 51% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-52 {
    width: 52% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-53 {
    width: 53% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-54 {
    width: 54% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-55 {
    width: 55% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-56 {
    width: 56% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-57 {
    width: 57% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-58 {
    width: 58% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-59 {
    width: 59% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-60 {
    width: 60% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-61 {
    width: 61% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-62 {
    width: 62% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-63 {
    width: 63% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-64 {
    width: 64% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-65 {
    width: 65% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-66 {
    width: 66% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-67 {
    width: 67% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-68 {
    width: 68% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-69 {
    width: 69% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-70 {
    width: 70% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-71 {
    width: 71% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-72 {
    width: 72% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-73 {
    width: 73% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-74 {
    width: 74% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-75 {
    width: 75% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-76 {
    width: 76% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-77 {
    width: 77% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-78 {
    width: 78% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-79 {
    width: 79% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-80 {
    width: 80% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-81 {
    width: 81% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-82 {
    width: 82% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-83 {
    width: 83% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-84 {
    width: 84% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-85 {
    width: 85% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-86 {
    width: 86% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-87 {
    width: 87% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-88 {
    width: 88% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-89 {
    width: 89% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-90 {
    width: 90% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-91 {
    width: 91% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-92 {
    width: 92% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-93 {
    width: 93% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-94 {
    width: 94% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-95 {
    width: 95% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-96 {
    width: 96% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-97 {
    width: 97% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-98 {
    width: 98% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-99 {
    width: 99% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-100 {
    width: 100% !important;
  }
}
.splide__sr {
  display: none;
}
