@charset "UTF-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 2;
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

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

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

body {
  color: var(--color-text-black);
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, "sans-serif";
  font-weight: 400;
}

img {
  vertical-align: bottom;
}

ul {
  list-style: none;
}

:where(h1) {
  font-weight: 300;
  line-height: 1.6;
}
@media only screen and (max-width: 980px) {
  :where(h1) {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 981px) {
  :where(h1) {
    font-size: 2.625rem;
    margin-bottom: 56px;
  }
}

:where(h2) {
  font-weight: 400;
}
@media only screen and (max-width: 980px) {
  :where(h2) {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-block: 40px 24px;
  }
}
@media print, screen and (min-width: 981px) {
  :where(h2) {
    font-size: 1.75rem;
    line-height: 1.6;
    margin-block: 72px 24px;
  }
}

:where(h3) {
  font-weight: 500;
}
@media only screen and (max-width: 980px) {
  :where(h3) {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-block: 40px 16px;
  }
}
@media print, screen and (min-width: 981px) {
  :where(h3) {
    font-size: 1.375rem;
    line-height: 1.6;
    margin-block: 48px 16px;
  }
}

@media only screen and (max-width: 980px) {
  :where(h4) {
    font-size: 1.0625rem;
    line-height: 1.5;
    margin-block: 32px 12px;
  }
}
@media print, screen and (min-width: 981px) {
  :where(h4) {
    font-size: 1.125rem;
    line-height: 1.6;
    margin-block: 32px 12px;
  }
}

:where(h5) {
  font-size: 1rem;
  font-weight: bold;
  line-height: 2;
}
@media only screen and (max-width: 980px) {
  :where(h5) {
    margin-block: 8px;
  }
}
@media print, screen and (min-width: 981px) {
  :where(h5) {
    margin-block: 15px 8px;
  }
}

a {
  color: var(--color-text-black);
}

:where(p) a {
  color: var(--color-purple_A);
  text-decoration: underline;
}
@media print, screen and (min-width: 981px) {
  :where(p) a:hover {
    text-decoration: none;
  }
}

.js-hidden {
  display: none;
}

:root {
  --color-primary: linear-gradient(to right, #062EB1, #1792D4);
  --color-blue: #7DFCFB;
  --color-deepblue: #062EB1;
  --color-lightblue: #18A2ED;
  --color-purple_A: #6D43ED;
  --color-purple_B: #A96CFC;
  --color-text-black: #2F495B;
  --color-text-gray: #5E7486;
  --color-white: #FFF;
  --color-bg_A: #EEF2F7;
  --color-bg_B: #CFD9EA;
  --color-bg_C: #A9BDD0;
  --color-accent-pdf: #D96851;
  --color-accent-green: #82BE7A;
  --color-accent-yellow: #D6A529;
  --color-accent-cta: #DB4975;
  --space-2: 8px;
  --space-3: 16px;
  --space-4: 24px;
  --space-5: 32px;
  --space-6: 48px;
  --space-7: 64px;
  --space-8: 72px;
}

.l-header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  z-index: 100;
}
.l-header.is-open, .l-header.is-active, .l-header.is-fixed {
  background: var(--color-white);
}
.l-header.is-open .l-header-logo-mark, .l-header.is-active .l-header-logo-mark, .l-header.is-fixed .l-header-logo-mark {
  background: var(--color-lightblue);
}
.l-header.is-open .l-header-logo-ja, .l-header.is-active .l-header-logo-ja, .l-header.is-fixed .l-header-logo-ja {
  background: var(--color-text-black);
}
@media only screen and (max-width: 1100px) {
  .l-header.is-open .l-header-nav a, .l-header.is-active .l-header-nav a, .l-header.is-fixed .l-header-nav a {
    color: var(--color-white);
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header.is-open .l-header-nav a, .l-header.is-active .l-header-nav a, .l-header.is-fixed .l-header-nav a {
    color: var(--color-text-black);
  }
}
.l-header.is-open .l-header-nav-top-search_sp a, .l-header.is-active .l-header-nav-top-search_sp a, .l-header.is-fixed .l-header-nav-top-search_sp a {
  background: var(--color-text-black);
}
@media print, screen and (min-width: 1101px) {
  .l-header.is-open .l-header-nav-top-search a,
  .l-header.is-open .l-header-nav-top-contact a, .l-header.is-active .l-header-nav-top-search a,
  .l-header.is-active .l-header-nav-top-contact a, .l-header.is-fixed .l-header-nav-top-search a,
  .l-header.is-fixed .l-header-nav-top-contact a {
    background: var(--color-text-black);
  }
}
.l-header.is-open .l-header-nav-button::before, .l-header.is-open .l-header-nav-button::after, .l-header.is-active .l-header-nav-button::before, .l-header.is-active .l-header-nav-button::after, .l-header.is-fixed .l-header-nav-button::before, .l-header.is-fixed .l-header-nav-button::after {
  background: var(--color-primary);
}
.l-header.is-open .l-header-nav-button span, .l-header.is-active .l-header-nav-button span, .l-header.is-fixed .l-header-nav-button span {
  color: var(--color-deepblue);
}
.l-header.is-open .l-header-nav-button span::before, .l-header.is-active .l-header-nav-button span::before, .l-header.is-fixed .l-header-nav-button span::before {
  background: var(--color-primary);
}
.l-header.is-open .l-header-nav-top-lang::after, .l-header.is-active .l-header-nav-top-lang::after, .l-header.is-fixed .l-header-nav-top-lang::after {
  background: var(--color-text-black);
}
.l-header.is-open .l-header-nav-top-link a::after, .l-header.is-active .l-header-nav-top-link a::after, .l-header.is-fixed .l-header-nav-top-link a::after {
  background: var(--color-text-black);
}
@media print, screen and (min-width: 981px) {
  .l-header.is-open .l-header-nav-top-link a:hover::after, .l-header.is-active .l-header-nav-top-link a:hover::after, .l-header.is-fixed .l-header-nav-top-link a:hover::after {
    background: var(--color-purple_A);
  }
}
.l-header.is-fixed {
  background: var(--color-white);
  position: fixed;
}
@media print, screen and (min-width: 1101px) {
  .l-header.is-fixed .l-header-inner {
    height: 70px;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header.is-fixed .l-header-nav-top {
    display: none;
  }
}
@media print, screen and (min-width: 981px) {
  .l-header.is-fixed .l-header-nav-sub {
    max-height: calc(100vh - 70px);
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header.is-fixed .l-header-nav-link > a::after {
    bottom: -21px;
  }
}
.l-header.is-fixed .l-header-nav-top-link a::after {
  background: #fff;
}
.l-header a {
  text-decoration: none;
}
.l-header .l-header-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1100px) {
  .l-header .l-header-inner {
    height: 56px;
    padding-inline: 16px;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-inner {
    height: 96px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-inline: 48px;
  }
}
.l-header .l-header-logo a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1100px) {
  .l-header .l-header-logo a {
    gap: 8px;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-logo a {
    gap: 10px;
  }
}
.l-header .l-header-logo-mark {
  background: var(--color-white);
  -webkit-mask-image: url("../img/logo-main.svg");
          mask-image: url("../img/logo-main.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
@media only screen and (max-width: 1100px) {
  .l-header .l-header-logo-mark {
    height: 16px;
    width: 38px;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-logo-mark {
    height: 21px;
    width: 50px;
  }
}
.l-header .l-header-logo-mark span {
  visibility: hidden;
}
.l-header .l-header-logo-ja {
  background: var(--color-white);
  -webkit-mask-image: url("../img/logo-ja.svg");
          mask-image: url("../img/logo-ja.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
@media only screen and (max-width: 1100px) {
  .l-header .l-header-logo-ja {
    height: 16px;
    width: 83px;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-logo-ja {
    height: 21px;
    width: 110px;
  }
}
.l-header .l-header-logo-ja span {
  visibility: hidden;
}
.l-header .l-header-nav-top-search_sp {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .l-header .l-header-nav-top-search_sp {
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-top-search_sp {
    display: none;
  }
}
.l-header .l-header-nav-top-search_sp a {
  background: var(--color-white);
  display: block;
  height: 17px;
  -webkit-mask-image: url("../img/icon-search.svg");
          mask-image: url("../img/icon-search.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 17px;
}
.l-header .l-header-nav-top-search_sp a span {
  visibility: hidden;
}
@media only screen and (max-width: 1100px) {
  .l-header .l-header-nav-button {
    font-size: 0.625rem;
    color: var(--color-white);
    line-height: 1;
    margin-left: auto;
    padding-top: 20px;
    position: relative;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-button {
    display: none;
  }
}
.l-header .l-header-nav-button::before, .l-header .l-header-nav-button::after {
  background: var(--color-white);
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  margin-left: -12px;
  position: absolute;
  width: 24px;
}
.l-header .l-header-nav-button::before {
  top: 0;
}
.l-header .l-header-nav-button::after {
  top: 12px;
}
.l-header .l-header-nav-button span::before {
  background: var(--color-white);
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  margin-left: -12px;
  position: absolute;
  top: 6px;
  width: 24px;
}
@media only screen and (max-width: 1100px) {
  .l-header .l-header-nav {
    background: var(--color-primary);
    color: var(--color-white);
    display: none;
    height: 100dvh;
    overflow-y: scroll;
    left: 0;
    padding-block: 64px 40px;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  .l-header .l-header-nav-close {
    display: block;
    height: 24px;
    position: absolute;
    right: 24px;
    top: 16px;
    width: 24px;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-close {
    display: none;
  }
}
.l-header .l-header-nav-close::before, .l-header .l-header-nav-close::after {
  background: var(--color-white);
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 32px;
}
.l-header .l-header-nav-close::before {
  rotate: 45deg;
}
.l-header .l-header-nav-close::after {
  rotate: -45deg;
}
.l-header .l-header-nav-close span {
  visibility: hidden;
}
@media only screen and (max-width: 1100px) {
  .l-header .l-header-nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-top-link {
    margin-right: 28px;
  }
}
.l-header .l-header-nav-top-link a {
  color: var(--color-white);
  display: inline-block;
  line-height: 2;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media only screen and (max-width: 1100px) {
  .l-header .l-header-nav-top-link a {
    font-size: 1rem;
    line-height: 2;
    padding: 12px 16px;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-top-link a {
    font-size: 0.875rem;
  }
}
.l-header .l-header-nav-top-link a::after {
  background: #fff;
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-top-link a:hover {
    color: var(--color-purple_A);
    text-decoration: underline;
  }
}
.l-header .l-header-nav-top-lang {
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .l-header .l-header-nav-top-lang {
    display: none;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-top-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 19px;
    margin-right: 28px;
  }
}
.l-header .l-header-nav-top-lang a {
  color: var(--color-white);
  display: inline-block;
  line-height: 1;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-top-lang a {
    font-size: 0.8125rem;
  }
}
.l-header .l-header-nav-top-lang a.is-current {
  font-weight: bold;
  text-decoration: underline;
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-top-lang a:hover {
    color: var(--color-purple_A);
  }
}
.l-header .l-header-nav-top-lang::after {
  background: var(--color-white);
  content: "";
  display: block;
  left: 50%;
  -webkit-mask-image: url("../img/icon-slush.svg");
          mask-image: url("../img/icon-slush.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  translate: -50%;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-top-lang::after {
    height: 11px;
    top: 13px;
    width: 6px;
  }
}
@media only screen and (max-width: 1100px) {
  .l-header .l-header-nav-top-lang_sp {
    margin-top: 36px;
    padding-inline: 16px;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-top-lang_sp {
    display: none;
  }
}
.l-header .l-header-nav-top-lang_sp a {
  font-size: 0.875rem;
  color: var(--color-white);
  display: block;
  line-height: 1;
  padding: 5px 24px;
  position: relative;
}
.l-header .l-header-nav-top-lang_sp a::before {
  background: var(--color-white);
  display: block;
  height: 15px;
  left: 0;
  -webkit-mask-image: url("../img/icon-lang.svg");
          mask-image: url("../img/icon-lang.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 15px;
}
.l-header .l-header-nav-top-search {
  display: none;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .l-header .l-header-nav-top-search {
    display: none;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-top-search {
    padding-left: 20px;
  }
}
.l-header .l-header-nav-top-search a {
  background: var(--color-white);
  display: block;
  -webkit-mask-image: url("../img/icon-search.svg");
          mask-image: url("../img/icon-search.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-top-search a {
    height: 17px;
    width: 17px;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-top-search a:hover {
    background: var(--color-purple_A);
  }
}
.l-header .l-header-nav-top-search span {
  visibility: hidden;
}
.l-header .l-header-nav-top-search::before {
  background: var(--color-bg_C);
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-top-search::before {
    height: 16px;
    width: 2px;
  }
}
.l-header .l-header-nav-top-contact {
  position: relative;
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-top-contact span {
    visibility: hidden;
  }
}
.l-header .l-header-nav-top-contact a {
  display: block;
}
@media only screen and (max-width: 1100px) {
  .l-header .l-header-nav-top-contact a {
    font-size: 1rem;
    color: var(--color-white);
    line-height: 2;
    padding: 12px 16px;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-top-contact a {
    background: var(--color-white);
    height: 13px;
    -webkit-mask-image: url("../img/icon-mail.svg");
            mask-image: url("../img/icon-mail.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    width: 16px;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-top-contact a:hover {
    background: var(--color-purple_A);
  }
}
.l-header .l-header-nav-top-contact::before {
  background: var(--color-bg_C);
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-top-contact::before {
    height: 16px;
    width: 2px;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-links {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 24px;
  }
}
.l-header .l-header-nav-link > a {
  color: var(--color-white);
  display: block;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .l-header .l-header-nav-link > a {
    font-size: 1rem;
    line-height: 2;
    padding: 12px 16px;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-link > a {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 980px) {
  .l-header .l-header-nav-link > a[target=_blank]::after {
    background: var(--color-white);
    content: "";
    display: inline-block;
    height: 16px;
    margin-left: 4px;
    -webkit-mask-image: url("../img/icon-external.svg");
            mask-image: url("../img/icon-external.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    translate: 0 2px;
    width: 16px;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-link > a::after {
    background: var(--color-purple_A);
    bottom: -12px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    scale: 0 1;
    translate: -50%;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    width: 100%;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-link > a.is-current::after {
    background: var(--color-blue);
    scale: 1;
    width: 32px;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-link > a.is-current:hover {
    color: var(--color-purple_A);
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-link > a.is-current:hover::after {
    background: var(--color-purple_A);
    scale: 1;
    width: 100%;
  }
}
.l-header .l-header-nav-link > a.is-active {
  color: var(--color-text-gray);
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-link > a.is-active::after {
    background: var(--color-bg_C);
    scale: 1;
    width: 100%;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-link > a.is-active:hover {
    color: var(--color-purple_A);
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-link > a.is-active:hover::after {
    background: var(--color-purple_A);
    scale: 1;
    width: 100%;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-link > a:hover {
    color: var(--color-purple_A);
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-link > a:hover::after {
    background: var(--color-purple_A);
    scale: 1;
  }
}
@media only screen and (max-width: 1100px) {
  .l-header .l-header-nav-link:has(.l-header-nav-sub) > a::before, .l-header .l-header-nav-link:has(.l-header-nav-sub) > a::after {
    background: var(--color-white);
    content: "";
    display: block;
    height: 2px;
    margin-top: -1px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    width: 16px;
  }
}
@media only screen and (max-width: 1100px) {
  .l-header .l-header-nav-link:has(.l-header-nav-sub) > a::before {
    rotate: 90deg;
  }
}
@media only screen and (max-width: 1100px) {
  .l-header .l-header-nav-link:has(.l-header-nav-sub) > a.is-active::before {
    rotate: 0deg;
  }
}
.l-header .l-header-nav-sub {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .l-header .l-header-nav-sub {
    background: rgba(3, 34, 101, 0.6);
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-sub {
    background: var(--color-white);
    border-top: 1px solid var(--color-bg_A);
    left: 0;
    max-height: calc(100vh - 96px);
    overflow-y: auto;
    padding-block: 36px 48px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 20;
  }
}
.l-header .l-header-nav-sub .c-ttl--lv2 {
  font-weight: 500;
  margin: 0;
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-sub .c-ttl--lv2 {
    font-size: 1.125rem;
    margin-bottom: 6px;
    padding-top: 8px;
  }
}
@media only screen and (max-width: 1100px) {
  .l-header .l-header-nav-sub-close {
    display: none;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-sub-close {
    font-size: 0.625rem;
    color: var(--color-text-gray);
    display: block;
    line-height: 1.6;
    padding-top: 30px;
    position: absolute;
    right: 48px;
    top: 36px;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    z-index: 10;
  }
}
.l-header .l-header-nav-sub-close::before, .l-header .l-header-nav-sub-close::after {
  background: var(--color-text-gray);
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  translate: -50%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-sub-close::before, .l-header .l-header-nav-sub-close::after {
    top: 16px;
    width: 31px;
  }
}
.l-header .l-header-nav-sub-close::before {
  rotate: 45deg;
}
.l-header .l-header-nav-sub-close::after {
  rotate: -45deg;
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-sub-close:hover {
    color: var(--color-purple_A);
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-sub-close:hover::before, .l-header .l-header-nav-sub-close:hover::after {
    background: var(--color-purple_A);
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-sub-close:hover::before {
    rotate: 0deg;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-sub-close:hover::after {
    rotate: -90deg;
  }
}
.l-header .l-header-nav-sub-title {
  font-weight: 400;
  margin: 0;
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-sub-title {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 24px;
  }
}
.l-header .l-header-nav-sub-title a {
  font-size: 1.25rem;
  display: inline-block;
  position: relative;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media only screen and (max-width: 1100px) {
  .l-header .l-header-nav-sub-title a {
    color: var(--color-white);
    line-height: 2;
    padding: 9px 16px;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-sub-title a {
    color: var(--color-text-black);
    line-height: 1.6;
    padding-block: 12px;
  }
}
.l-header .l-header-nav-sub-title a::after {
  background: var(--color-text-gray);
  content: "";
  display: inline-block;
  -webkit-mask-image: url("../img/icon-arrow01.svg");
          mask-image: url("../img/icon-arrow01.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-sub-title a::after {
    height: 16px;
    margin-left: 4px;
    translate: 0 2px;
    width: 16px;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-sub-title a:hover {
    color: var(--color-purple_A);
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-sub-title a:hover::after {
    background: var(--color-purple_A);
    opacity: 1;
    translate: 4px 2px;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-ir {
    display: -ms-grid;
    display: grid;
    gap: 32px;
    -ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-products {
    display: -ms-grid;
    display: grid;
    gap: 56px;
    -ms-grid-columns: 1fr 56px 300px;
    grid-template-columns: 1fr 300px;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-sub-row-main .c-ttl--lv2 {
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-products-main {
    display: -ms-grid;
    display: grid;
    gap: 24px 32px;
    -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
.l-header .l-header-nav-products-main h5 {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--color-white);
  font-weight: 500;
  margin: 0;
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-products-main h5 {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 8px;
    padding: 27px 16px;
  }
}
.l-header .l-header-nav-products-title01 {
  background-image: url("../img/ img-menu-product01.jpg");
}
.l-header .l-header-nav-products-title02 {
  background-image: url("../img/ img-menu-product02.jpg");
}
.l-header .l-header-nav-products-title03 {
  background-image: url("../img/ img-menu-product03.jpg");
}
.l-header .l-header-nav-products-title04 {
  background-image: url("../img/ img-menu-product04.jpg");
}
.l-header .l-header-nav-products-title05 {
  background-image: url("../img/ img-menu-product05.jpg");
}
.l-header .l-header-nav-products-title06 {
  background-image: url("../img/ img-menu-product06.jpg");
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-sub-item {
    border-bottom: 1px solid var(--color-bg_B);
  }
}
.l-header .l-header-nav-sub-main a {
  font-size: 0.9375rem;
  display: inline-block;
  position: relative;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media only screen and (max-width: 1100px) {
  .l-header .l-header-nav-sub-main a {
    color: var(--color-white);
    line-height: 2;
    padding: 9px 16px;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-sub-main a {
    color: var(--color-text-black);
    line-height: 1.6;
    padding-block: 12px;
  }
}
.l-header .l-header-nav-sub-main a::after {
  background: var(--color-text-gray);
  content: "";
  display: inline-block;
  -webkit-mask-image: url("../img/icon-arrow01.svg");
          mask-image: url("../img/icon-arrow01.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-sub-main a::after {
    height: 16px;
    margin-left: 4px;
    translate: 0 2px;
    width: 16px;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-sub-main a:hover {
    color: var(--color-purple_A);
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-sub-main a:hover::after {
    background: var(--color-purple_A);
    opacity: 1;
    translate: 4px 2px;
  }
}
.l-header .l-header-nav-sub-list a {
  display: block;
  position: relative;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media only screen and (max-width: 1100px) {
  .l-header .l-header-nav-sub-list a {
    font-size: 0.9375rem;
    color: var(--color-white);
    line-height: 2;
    padding: 5px 28px;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-sub-list a {
    font-size: 0.875rem;
    color: var(--color-text-gray);
    line-height: 1.6;
    padding-block: 6px;
  }
}
.l-header .l-header-nav-sub-list a::after {
  background: var(--color-text-gray);
  content: "";
  display: inline-block;
  -webkit-mask-image: url("../img/icon-arrow01.svg");
          mask-image: url("../img/icon-arrow01.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-sub-list a::after {
    height: 16px;
    margin-left: 0;
    translate: 0 3px;
    width: 16px;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-sub-list a:hover {
    color: var(--color-purple_A);
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-sub-list a:hover::after {
    background: var(--color-purple_A);
    opacity: 1;
    translate: 3px 3px;
  }
}
@media only screen and (max-width: 1100px) {
  .l-header .l-header-search {
    background: var(--color-primary);
    height: 100dvh;
    left: 0;
    padding-top: 72px;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-search .c-box {
    padding-inline: 100px;
  }
}
@media only screen and (max-width: 1100px) {
  .l-header .l-header-search .l-header-nav-sub-close {
    display: block;
    height: 24px;
    overflow: hidden;
    position: absolute;
    right: 24px;
    text-indent: -999px;
    top: 16px;
    width: 24px;
  }
}
@media only screen and (max-width: 1100px) {
  .l-header .l-header-search .l-header-nav-sub-close::before, .l-header .l-header-search .l-header-nav-sub-close::after {
    background: var(--color-white);
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    translate: -50% -50%;
    width: 32px;
  }
}
.l-header .l-header-search .l-header-nav-sub-close::before {
  rotate: 45deg;
}
.l-header .l-header-search .l-header-nav-sub-close::after {
  rotate: -45deg;
}
.l-header .l-header-search .l-header-nav-sub-close span {
  visibility: hidden;
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-search {
    max-width: 1338px;
  }
}
.l-header .l-header-nav-search-main label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header .l-header-nav-search-input {
  font-size: 1.125rem;
  background: var(--color-bg_A);
  padding-inline: 20px;
}
@media only screen and (max-width: 1100px) {
  .l-header .l-header-nav-search-input {
    height: 56px;
    width: 282px;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-search-input {
    height: 66px;
    max-width: 1218px;
    width: 100%;
  }
}
.l-header .l-header-nav-search-button {
  color: var(--color-white);
  display: -ms-grid;
  display: grid;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  place-content: center;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .l-header .l-header-nav-search-button {
    background: var(--color-deepblue);
    height: 56px;
    width: 60px;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-search-button {
    background: var(--color-primary);
    height: 66px;
    width: 120px;
  }
}
.l-header .l-header-nav-search-button span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1100px) {
  .l-header .l-header-nav-search-button span {
    font-size: 0.9375rem;
    padding-left: 16px;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-search-button span {
    font-size: 1.125rem;
    line-height: 1.6;
    padding-left: 23px;
  }
}
.l-header .l-header-nav-search-button span::before {
  background: var(--color-white);
  content: "";
  display: block;
  left: 0;
  -webkit-mask-image: url("../img/icon-search.svg");
          mask-image: url("../img/icon-search.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 1100px) {
  .l-header .l-header-nav-search-button span::before {
    height: 11px;
    width: 11px;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-search-button span::before {
    height: 17px;
    width: 17px;
  }
}
.l-header .l-header-nav-search-button::before {
  background: var(--color-purple_A);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 100%;
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-search-button:hover::before {
    opacity: 1;
  }
}
.l-header .l-header-nav-search-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 1100px) {
  .l-header .l-header-nav-search-tags {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 12px;
  }
}
.l-header .l-header-nav-search-tags a {
  font-size: 0.9375rem;
  color: var(--color-text-gray);
  display: inline-block;
  line-height: 1.6;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media only screen and (max-width: 1100px) {
  .l-header .l-header-nav-search-tags a {
    color: var(--color-white);
    display: block;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-header .l-header-nav-search-tags a:hover {
    color: var(--color-purple_A);
  }
}

.l-main {
  position: relative;
}
@media only screen and (max-width: 980px) {
  .l-main {
    padding-bottom: 80px;
  }
}
@media print, screen and (min-width: 981px) {
  .l-main {
    padding-bottom: 190px;
  }
}

.l-contents h2:has(a), .l-contents h3:has(a), .l-contents h4:has(a), .l-contents h5:has(a), .l-contents h6:has(a) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-contents h2:has(a) a, .l-contents h3:has(a) a, .l-contents h4:has(a) a, .l-contents h5:has(a) a, .l-contents h6:has(a) a {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
}

@media only screen and (max-width: 980px) {
  .l-footer {
    background: var(--color-primary);
    padding-block: 8px 16px;
  }
}
@media print, screen and (min-width: 981px) {
  .l-footer {
    background: #074E8F url("../img/bg-footer.jpg") no-repeat center center/cover;
    padding-block: 32px;
  }
}
@media only screen and (max-width: 980px) {
  .l-footer .c-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-footer-logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media only screen and (max-width: 980px) {
  .l-footer-logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 32px;
  }
}
@media print, screen and (min-width: 981px) {
  .l-footer-logo {
    margin-bottom: 40px;
  }
}

.l-footer-logo-mark {
  background: var(--color-white);
  height: 16px;
  -webkit-mask-image: url("../img/logo-main.svg");
          mask-image: url("../img/logo-main.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  width: 38px;
}
.l-footer-logo-mark span {
  visibility: hidden;
}

.l-footer-logo-ja {
  background: var(--color-white);
  height: 16px;
  -webkit-mask-image: url("../img/logo-ja.svg");
          mask-image: url("../img/logo-ja.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  width: 83px;
}
.l-footer-logo-ja span {
  visibility: hidden;
}

@media only screen and (max-width: 980px) {
  .l-footer-nav {
    border-bottom: 1px solid var(--color-white);
    font-weight: 400;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 -5vw 32px;
    padding: 0 0 20px;
  }
}
@media print, screen and (min-width: 981px) {
  .l-footer-nav {
    display: -ms-grid;
    display: grid;
    gap: 51px;
    -ms-grid-columns: 1fr 51px 1fr 51px 1fr 51px 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media print, screen and (min-width: 981px) {
  .l-footer-nav-item + .l-footer-nav-item {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 980px) {
  .l-footer-nav-item:has(.l-footer-nav-list) .l-footer-nav-heading a::before, .l-footer-nav-item:has(.l-footer-nav-list) .l-footer-nav-heading a::after {
    background: var(--color-white);
    content: "";
    display: block;
    height: 2px;
    margin-top: -1px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    width: 16px;
  }
}
@media only screen and (max-width: 980px) {
  .l-footer-nav-item:has(.l-footer-nav-list) .l-footer-nav-heading a::before {
    rotate: 90deg;
  }
}
@media only screen and (max-width: 980px) {
  .l-footer-nav-item:has(.l-footer-nav-list) .l-footer-nav-heading a.is-active::before {
    rotate: 0deg;
  }
}

.l-footer-nav-heading {
  margin: 0;
}
.l-footer-nav-heading a {
  color: var(--color-white);
  display: block;
  line-height: 2;
  position: relative;
  text-decoration: none;
}
@media only screen and (max-width: 980px) {
  .l-footer-nav-heading a {
    font-size: 1rem;
    padding: 12px 16px;
  }
}
@media print, screen and (min-width: 981px) {
  .l-footer-nav-heading a {
    font-size: 0.875rem;
    border-top: 1px solid var(--color-white);
    padding-top: 7px;
  }
}
.l-footer-nav-heading a span {
  display: inline-block;
  position: relative;
}
@media print, screen and (min-width: 981px) {
  .l-footer-nav-heading a span::before {
    background: var(--color-white);
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    scale: 0 1;
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transition: scale 0.2s ease-in-out;
    transition: scale 0.2s ease-in-out;
    width: 100%;
  }
}
@media print, screen and (min-width: 981px) {
  .l-footer-nav-heading a:hover span::before {
    scale: 1;
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
.l-footer-nav-heading .c-link-external::after {
  background: #fff;
}
.l-footer-nav-heading .c-link-external:hover {
  color: #fff;
}
.l-footer-nav-heading .c-link-external:hover::after {
  background: #fff;
}
@media print, screen and (min-width: 981px) {
  .l-footer-nav-heading:not(:only-child) {
    margin-bottom: 18px;
  }
}

@media only screen and (max-width: 980px) {
  .l-footer-nav-list {
    background: rgba(3, 34, 101, 0.6);
    display: none;
  }
}
@media print, screen and (min-width: 981px) {
  .l-footer-nav-list li + li {
    margin-top: 8px;
  }
}
.l-footer-nav-list a {
  color: var(--color-white);
  display: block;
  position: relative;
  text-decoration: none;
}
@media only screen and (max-width: 980px) {
  .l-footer-nav-list a {
    font-size: 0.9375rem;
    line-height: 2;
    padding: 9px 16px;
  }
}
@media print, screen and (min-width: 981px) {
  .l-footer-nav-list a {
    font-size: 0.8125rem;
    line-height: 1.6;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media print, screen and (min-width: 981px) {
  .l-footer-nav-list a::before {
    background: var(--color-white);
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    scale: 0 1;
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transition: scale 0.2s ease-in-out;
    transition: scale 0.2s ease-in-out;
    width: 100%;
  }
}
@media print, screen and (min-width: 981px) {
  .l-footer-nav-list a:hover::before {
    scale: 1;
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
.l-footer-nav-list .c-link-external::after {
  background: #fff;
}
.l-footer-nav-list .c-link-external:hover {
  color: #fff;
}
.l-footer-nav-list .c-link-external:hover::after {
  background: #fff;
}

@media only screen and (max-width: 1100px) {
  .l-footer-nav-lang_sp {
    margin-block: 36px 18px;
    padding-inline: 16px;
  }
}
@media print, screen and (min-width: 1101px) {
  .l-footer-nav-lang_sp {
    display: none;
  }
}
.l-footer-nav-lang_sp a {
  font-size: 0.875rem;
  color: var(--color-white);
  display: block;
  line-height: 1;
  padding: 5px 24px;
  position: relative;
  text-decoration: none;
}
.l-footer-nav-lang_sp a::before {
  background: var(--color-white);
  display: block;
  height: 15px;
  left: 0;
  -webkit-mask-image: url("../img/icon-lang.svg");
          mask-image: url("../img/icon-lang.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 15px;
}

@media only screen and (max-width: 980px) {
  .l-footer-nav-youtube {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 32px;
    text-align: center;
  }
}
@media only screen and (max-width: 980px) {
  .l-footer-nav-youtube img {
    height: auto;
    width: 81px;
  }
}

@media only screen and (max-width: 980px) {
  .l-footer-bottom {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media print, screen and (min-width: 981px) {
  .l-footer-bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid var(--color-bg_C);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
    padding-top: 16px;
  }
}

.l-footer-bottom-links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 980px) {
  .l-footer-bottom-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    gap: 0 15px;
  }
}
@media print, screen and (min-width: 981px) {
  .l-footer-bottom-links {
    gap: 16px;
  }
}
.l-footer-bottom-links a {
  font-size: 0.75rem;
  color: var(--color-white);
  display: inline-block;
  line-height: 1.6;
  text-decoration: none;
}

.l-footer-copyright {
  font-size: 0.75rem;
  color: var(--color-white);
  line-height: 1.5;
}
@media only screen and (max-width: 980px) {
  .l-footer-copyright {
    margin-top: 24px;
    text-align: center;
  }
}

.l-cookie-banner {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
@media only screen and (max-width: 980px) {
  .l-cookie-banner {
    padding: 15px;
  }
}
@media print, screen and (min-width: 981px) {
  .l-cookie-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 32px;
    padding: 20px 48px 24px;
  }
}

.l-cookie-banner-text {
  font-size: 0.9375rem;
  color: var(--color-white);
  line-height: 1.8;
}
@media only screen and (max-width: 980px) {
  .l-cookie-banner-text {
    margin-bottom: 18px;
  }
}
.l-cookie-banner-text a {
  color: var(--color-white);
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 981px) {
  .l-cookie-banner-text a:hover {
    text-decoration-color: transparent;
  }
}

.c-lv2 h2 {
  color: var(--color-purple_B);
}
@media only screen and (max-width: 980px) {
  .c-lv2 h2 {
    margin-block: 0 8px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-lv2 h2 {
    margin-block: 0 12px;
  }
}
.c-lv2 .c-ttl--lv1 {
  color: var(--color-white);
}
@media only screen and (max-width: 980px) {
  .c-lv2 .c-ttl--lv1 {
    height: 172px;
    padding-top: 90px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-lv2 .c-ttl--lv1 {
    height: 336px;
    padding-top: 176px;
  }
}

.c-box {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-inline: auto;
  max-width: 1300px;
  padding-inline: 5vw;
}
.c-box * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-box .c-col-item > a {
  display: block;
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-box .c-col-item > a .c-link01,
.c-box .c-col-item > a .c-link-external {
  color: var(--color-text-black);
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 980px) {
  .c-box .c-col-item > a .c-link01,
  .c-box .c-col-item > a .c-link-external {
    font-weight: 500;
  }
}
.c-box .c-col-item > a .c-link01::after,
.c-box .c-col-item > a .c-link-external::after {
  background: var(--color-text-black);
}
@media print, screen and (min-width: 981px) {
  .c-box .c-col-item > a:hover {
    text-decoration-color: currentColor;
  }
}
@media print, screen and (min-width: 981px) {
  .c-box .c-col-item > a:hover .c-col-img::before {
    bottom: 10px;
    left: 10px;
    opacity: 1;
    right: 10px;
    top: 10px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-box .c-col-item > a:hover .c-link01,
  .c-box .c-col-item > a:hover .c-link-external {
    color: var(--color-purple_A);
    text-decoration-color: currentColor;
  }
}
@media print, screen and (min-width: 981px) {
  .c-box .c-col-item > a:hover .c-link01::after,
  .c-box .c-col-item > a:hover .c-link-external::after {
    background: var(--color-purple_A);
    translate: 6px 2px;
  }
}
.c-box .c-col-item .c-col-img {
  position: relative;
}
.c-box .c-col-item .c-col-img::before {
  border: 2px solid var(--color-white);
  -webkit-box-shadow: 0 0 6px 0 var(--color-white);
          box-shadow: 0 0 6px 0 var(--color-white);
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media print, screen and (min-width: 981px) {
  .c-box .c-col-item .c-col-img::before {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }
}
@media only screen and (max-width: 980px) {
  .c-box .c-col-item .c-col-img img {
    height: auto;
    width: 100%;
  }
}
.c-box .c-col-item .c-col-title {
  margin-block: 16px 8px;
}
@media only screen and (max-width: 980px) {
  .c-box .c-col-item .c-col-title {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 981px) {
  .c-box .c-col-item .c-col-title {
    font-size: 1.125rem;
  }
}
.c-box .c-col-item .c-txt--s + .c-txt--s {
  margin-top: 4px;
}
.c-box .c-col-item .c-txt {
  line-height: 1.5;
}
@media only screen and (max-width: 980px) {
  .c-box .c-col-item .c-txt {
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-box .c-col-item .c-txt {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 980px) {
  .c-box .c-col3,
  .c-box .c-col4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 0;
  }
}

.c-box--lv3 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-inline: auto;
  max-width: 1000px;
  padding-inline: 10vw;
}
@media only screen and (max-width: 980px) {
  .c-box--lv3 {
    padding-inline: 5vw;
  }
}
.c-box--lv3 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-nav-local {
  background: var(--color-bg_A);
}
@media only screen and (max-width: 980px) {
  .c-nav-local {
    padding-block: 36px 44px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-nav-local {
    padding-block: 48px;
  }
}

.c-nav-local-title {
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
@media only screen and (max-width: 980px) {
  .c-nav-local-title {
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-nav-local-title {
    margin-bottom: 32px;
  }
}
.c-nav-local-title a {
  font-size: 1.25rem;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.c-nav-local-title a::after {
  background: var(--color-text-gray);
  content: "";
  display: inline-block;
  height: 16px;
  margin-left: 4px;
  -webkit-mask-image: url("../img/icon-arrow01.svg");
          mask-image: url("../img/icon-arrow01.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  translate: 0 2px;
  width: 16px;
}
@media print, screen and (min-width: 981px) {
  .c-nav-local-title a:hover {
    color: var(--color-purple_A);
  }
}
@media print, screen and (min-width: 981px) {
  .c-nav-local-title a:hover::after {
    background: var(--color-purple_A);
    translate: 6px 2px;
  }
}

@media print, screen and (min-width: 981px) {
  .c-nav-local-main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }
}
.c-nav-local-main a {
  font-size: 0.9375rem;
  border-bottom: 1px solid var(--color-bg_C);
  display: block;
  line-height: 1.6;
  padding-block: 12px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.c-nav-local-main a::after {
  background: var(--color-text-gray);
  content: "";
  display: inline-block;
  height: 16px;
  -webkit-mask-image: url("../img/icon-arrow01.svg");
          mask-image: url("../img/icon-arrow01.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  right: 8px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  top: 50%;
  translate: 0 -50%;
  width: 16px;
}
.c-nav-local-main a.is-current {
  color: var(--color-purple_A);
  pointer-events: none;
}
.c-nav-local-main a.is-current::after {
  background: var(--color-bg_B);
}
@media print, screen and (min-width: 981px) {
  .c-nav-local-main a:hover {
    color: var(--color-purple_A);
  }
}
@media print, screen and (min-width: 981px) {
  .c-nav-local-main a:hover::after {
    background: var(--color-purple_A);
    translate: 8px -50%;
  }
}

.c-ttl--lv1 {
  color: var(--color-white);
}
@media only screen and (max-width: 980px) {
  .c-ttl--lv1 {
    background: #074E8F url("../img/bg-title_sp.jpg") no-repeat center top;
    height: 172px;
    padding-top: 90px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-ttl--lv1 {
    background: #074E8F url("../img/bg-title.jpg") no-repeat center top;
    height: 303px;
    padding-top: 156px;
  }
}
.c-ttl--lv1 span {
  display: block;
}

.c-ttl--lv2 {
  position: relative;
}
@media only screen and (max-width: 980px) {
  .c-ttl--lv2 {
    padding-top: 8px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-ttl--lv2 {
    padding-top: 20px;
  }
}
.c-ttl--lv2::before {
  background: var(--color-purple_A);
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
}
.c-ttl--lv2::after {
  background: var(--color-lightblue);
  content: "";
  display: block;
  height: 2px;
  left: 31px;
  position: absolute;
  top: 0;
  width: 82px;
}

.c-ttl--lv3 {
  position: relative;
}
@media only screen and (max-width: 980px) {
  .c-ttl--lv3 {
    padding-top: 8px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-ttl--lv3 {
    padding-top: 11px;
  }
}
.c-ttl--lv3::before {
  background: var(--color-lightblue);
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 76px;
}

@media only screen and (max-width: 980px) {
  .c-link-list {
    margin-block: 40px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-link-list {
    margin-block: 32px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-link-list li + li {
    margin-top: 16px;
  }
}

.c-link01 {
  color: var(--color-text-black);
  display: inline-block;
  position: relative;
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.c-link01::after {
  background: var(--color-text-gray);
  content: "";
  display: inline-block;
  height: 16px;
  margin-left: 2px;
  -webkit-mask-image: url("../img/icon-arrow01.svg");
          mask-image: url("../img/icon-arrow01.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  translate: 0 2px;
  width: 16px;
}
@media print, screen and (min-width: 981px) {
  .c-link01:hover {
    color: var(--color-purple_A);
    -webkit-text-decoration: currentColor underline;
            text-decoration: currentColor underline;
  }
}
@media print, screen and (min-width: 981px) {
  .c-link01:hover::after {
    background: var(--color-purple_A);
    translate: 6px 2px;
  }
}

.c-link02 {
  color: var(--color-text-black);
  display: inline-block;
  position: relative;
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.c-link02::after {
  background: var(--color-text-gray);
  content: "";
  display: inline-block;
  height: 16px;
  margin-left: 2px;
  -webkit-mask-image: url("../img/icon-arrow01.svg");
          mask-image: url("../img/icon-arrow01.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  rotate: 90deg;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  translate: 0 2px;
  width: 16px;
}
@media print, screen and (min-width: 981px) {
  .c-link02:hover {
    color: var(--color-purple_A);
    -webkit-text-decoration: currentColor underline;
            text-decoration: currentColor underline;
  }
}
@media print, screen and (min-width: 981px) {
  .c-link02:hover::after {
    background: var(--color-purple_A);
    translate: 6px 2px;
  }
}

.c-link-pdf {
  color: var(--color-text-black);
  display: inline-block;
  position: relative;
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.c-link-pdf span::after {
  background: url("../img/icon-pdf.svg") no-repeat left top/cover;
  content: "";
  display: inline-block;
  height: 16px;
  margin-inline: 8px;
  translate: 0 2px;
  width: 16px;
}
.c-link-pdf em {
  font-style: normal;
  display: inline-block;
}
@media print, screen and (min-width: 981px) {
  .c-link-pdf:hover {
    color: var(--color-purple_A);
    -webkit-text-decoration: currentColor underline;
            text-decoration: currentColor underline;
  }
}
@media print, screen and (min-width: 981px) {
  .c-link-pdf:hover span {
    text-decoration-color: var(--color-purple_A);
  }
}

.c-link-external {
  color: var(--color-text-black);
  position: relative;
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.c-link-external::after {
  background: var(--color-text-black);
  content: "";
  display: inline-block;
  height: 16px;
  margin-left: 4px;
  -webkit-mask-image: url("../img/icon-external.svg");
          mask-image: url("../img/icon-external.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  translate: 0 2px;
  width: 16px;
}
@media print, screen and (min-width: 981px) {
  .c-link-external:hover {
    color: var(--color-purple_A);
    -webkit-text-decoration: currentColor underline;
            text-decoration: currentColor underline;
  }
}
@media print, screen and (min-width: 981px) {
  .c-link-external:hover::after {
    background: var(--color-purple_A);
    translate: 6px 2px;
  }
}

.c-link-download {
  color: var(--color-text-black);
  display: inline-block;
  position: relative;
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.c-link-download::after {
  background: var(--color-text-gray);
  content: "";
  display: inline-block;
  height: 16px;
  margin-left: 2px;
  -webkit-mask-image: url("../img/icon-download.svg");
          mask-image: url("../img/icon-download.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  translate: 0 2px;
  width: 16px;
}
@media print, screen and (min-width: 981px) {
  .c-link-download:hover {
    color: var(--color-purple_A);
    -webkit-text-decoration: currentColor underline;
            text-decoration: currentColor underline;
  }
}
@media print, screen and (min-width: 981px) {
  .c-link-download:hover::after {
    background: var(--color-purple_A);
    translate: 6px 2px;
  }
}

.c-col {
  display: -ms-grid;
  display: grid;
}
@media only screen and (max-width: 980px) {
  .c-col {
    gap: 16px;
    margin-block: 16px 40px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-col {
    gap: 32px;
    margin-block: 24px;
  }
}

@media print, screen and (min-width: 981px) {
  .c-col1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media print, screen and (min-width: 981px) {
  .c-col2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 980px) {
  .c-col3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 981px) {
  .c-col3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 980px) {
  .c-col3 .c-txt {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
  }
}

@media only screen and (max-width: 980px) {
  .c-col4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 981px) {
  .c-col4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.c-span-2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

@media print, screen and (min-width: 981px) {
  .c-pc-span-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}

@media only screen and (max-width: 980px) {
  .c-sp-span-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}

.c-span-3 {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}

@media print, screen and (min-width: 981px) {
  .c-pc-span-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}

@media only screen and (max-width: 980px) {
  .c-sp-span-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}

.c-col-img img {
  height: auto;
  width: 100%;
}
@media print, screen and (min-width: 981px) {
  .c-col-img figcaption {
    margin-top: 12px;
  }
}

.c-col-movie {
  aspect-ratio: 560/315;
  position: relative;
}
.c-col-movie iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media only screen and (max-width: 980px) {
  .c-list {
    margin-block: 16px 40px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-list {
    margin-block: 12px;
  }
}
.c-list li {
  padding-left: 20px;
  position: relative;
}
.c-list li::before {
  background: var(--color-text-black);
  border-radius: 100%;
  content: "";
  display: block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 0.8em;
  width: 8px;
}
@media only screen and (max-width: 980px) {
  .c-list li + li {
    margin-top: 4px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-list li + li {
    margin-top: 8px;
  }
}

.c-list--num {
  margin-block: 32px;
  padding-left: 1em;
}
@media only screen and (max-width: 980px) {
  .c-list--num li + li {
    margin-top: 16px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-list--num li + li {
    margin-top: 8px;
  }
}

@media only screen and (max-width: 980px) {
  .c-copy {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 981px) {
  .c-copy {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

.c-txt {
  text-align: justify;
}
.c-txt + p {
  margin-top: 8px;
}
.c-txt a {
  color: var(--color-purple_A);
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.c-txt a span {
  position: relative;
}
.c-txt a span::before {
  background: var(--color-purple_A);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .c-txt a span::before {
    display: none;
  }
}
@media print, screen and (min-width: 981px) {
  .c-txt a:hover {
    color: var(--color-text-black);
  }
}
@media print, screen and (min-width: 981px) {
  .c-txt a:hover span::before {
    background-color: var(--color-text-black);
  }
}
.c-txt .c-link-external {
  color: var(--color-purple_A);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.c-txt .c-link-external::after {
  background: var(--color-purple_A);
}
.c-txt .c-link-external span {
  position: relative;
}
.c-txt .c-link-external span::before {
  background: var(--color-purple_A);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .c-txt .c-link-external span::before {
    display: none;
  }
}
@media print, screen and (min-width: 981px) {
  .c-txt .c-link-external:hover {
    color: var(--color-text-black);
    text-decoration: none;
  }
}
@media print, screen and (min-width: 981px) {
  .c-txt .c-link-external:hover span::before {
    background-color: var(--color-text-black);
  }
}
@media print, screen and (min-width: 981px) {
  .c-txt .c-link-external:hover::after {
    background: var(--color-text-black);
    translate: 0 2px;
  }
}

.c-txt--s {
  font-size: 0.9375rem;
  line-height: 1.6;
}

.c-txt--ss {
  font-size: 0.8125rem;
  line-height: 1.6;
}

.c-news-list {
  border-bottom: 1px solid var(--color-bg_C);
}

.c-news-list-item {
  border-top: 1px solid var(--color-bg_C);
}
@media only screen and (max-width: 980px) {
  .c-news-list-item:has(a:nth-child(2)) a {
    padding-block: 8px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-news-list-item:has(a:nth-child(2)) a {
    padding-block: 12px;
  }
}
.c-news-list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .c-news-list-item a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 16px 30px 16px 8px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-news-list-item a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 24px 30px 24px 8px;
  }
}
.c-news-list-item a:not(:first-child) {
  border-top: 1px dashed var(--color-bg_B);
}
.c-news-list-item a[href=""] {
  pointer-events: none;
}
.c-news-list-item a i {
  background: var(--color-text-gray);
  content: "";
  display: block;
  height: 10px;
  -webkit-mask-image: url("../img/icon-arrow01.svg");
          mask-image: url("../img/icon-arrow01.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  translate: 0 -50%;
  width: 14px;
}
@media print, screen and (min-width: 981px) {
  .c-news-list-item a:hover {
    background: var(--color-bg_A);
    color: var(--color-purple_A);
  }
}
@media print, screen and (min-width: 981px) {
  .c-news-list-item a:hover .c-link-pdf {
    color: var(--color-purple_A);
  }
}
@media print, screen and (min-width: 981px) {
  .c-news-list-item a:hover .c-news-category {
    background: var(--color-bg_B);
  }
}
@media print, screen and (min-width: 981px) {
  .c-news-list-item a .c-link-pdf:hover {
    text-decoration: none;
  }
}
@media print, screen and (min-width: 981px) {
  .c-news-list-item a .c-link-pdf:hover span {
    text-decoration: none;
  }
}
.c-news-list-item a:has(.c-news-category) .c-news-date {
  width: 100px;
}

@media only screen and (max-width: 980px) {
  .c-news-date {
    margin-bottom: 8px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-news-date {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 110px;
  }
}

.c-news-category {
  font-size: 0.8125rem;
  background: var(--color-bg_A);
  color: var(--color-purple_A);
  display: -ms-grid;
  display: grid;
  height: 24px;
  margin-top: 5px;
  place-content: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 126px;
}
@media print, screen and (min-width: 981px) {
  .c-news-category {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 980px) {
  .c-news-title {
    width: 100%;
  }
}

.c-btn-list {
  display: -ms-grid;
  display: grid;
}
@media only screen and (max-width: 980px) {
  .c-btn-list {
    gap: 4px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-block: 40px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-btn-list {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 32px;
    margin-block: 32px;
  }
}

.c-btn {
  display: -ms-grid;
  display: grid;
  place-content: center start;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media only screen and (max-width: 980px) {
  .c-btn {
    padding: 11px 32px 11px 14px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-btn {
    padding: 18px 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 980px) {
  .c-btn.c-btn--s {
    width: 140px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-btn.c-btn--s {
    width: 200px;
  }
}
.c-btn span {
  display: inline-block;
  line-height: 1.5;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 980px) {
  .c-btn span {
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 981px) {
  .c-btn span {
    font-size: 0.9375rem;
  }
}
.c-btn i {
  display: block;
  -webkit-mask-image: url("../img/icon-arrow02.svg");
          mask-image: url("../img/icon-arrow02.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
}
@media only screen and (max-width: 980px) {
  .c-btn i {
    height: 12px;
    right: 14px;
    width: 8px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-btn i {
    height: 12px;
    right: 20px;
    width: 8px;
  }
}

.c-btn01 {
  background: var(--color-primary);
  color: var(--color-white);
}
@media print, screen and (min-width: 981px) {
  .c-btn01 {
    max-width: 312px;
  }
}
.c-btn01::before {
  background: var(--color-purple_A);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  width: 100%;
}
.c-btn01::after {
  border: 1px solid var(--color-white);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
@media print, screen and (min-width: 981px) {
  .c-btn01:hover::before {
    opacity: 1;
  }
}
@media print, screen and (min-width: 981px) {
  .c-btn01:hover::after {
    bottom: 4px;
    left: 4px;
    opacity: 1;
    right: 4px;
    top: 4px;
  }
}
.c-btn01 i {
  background: var(--color-white);
}

.c-btn02 {
  background: var(--color-bg_A);
  color: var(--color-text-black);
}
.c-btn02::before {
  background: var(--color-purple_A);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  width: 100%;
}
.c-btn02::after {
  border: 1px solid var(--color-white);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
@media print, screen and (min-width: 981px) {
  .c-btn02:hover {
    color: var(--color-white);
  }
}
@media print, screen and (min-width: 981px) {
  .c-btn02:hover::before {
    opacity: 1;
  }
}
@media print, screen and (min-width: 981px) {
  .c-btn02:hover::after {
    bottom: 4px;
    left: 4px;
    opacity: 1;
    right: 4px;
    top: 4px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-btn02:hover i {
    background: var(--color-white);
  }
}
.c-btn02 i {
  background: var(--color-deepblue);
}
@media only screen and (max-width: 980px) {
  .c-btn02.-large {
    padding-block: 21px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-btn02.-large {
    padding-block: 48px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-btn02.-large span {
    font-size: 1.25rem;
  }
}
.c-btn02.-large i {
  height: 21px;
  width: 14px;
}

.c-btn-image {
  aspect-ratio: 312/295;
  display: block;
  position: relative;
}
.c-btn-image::before {
  border: 2px solid var(--color-white);
  -webkit-box-shadow: 0 0 6px 0 var(--color-white);
          box-shadow: 0 0 6px 0 var(--color-white);
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media print, screen and (min-width: 981px) {
  .c-btn-image::before {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }
}
.c-btn-image img {
  height: auto;
  width: 100%;
}
.c-btn-image span {
  color: var(--color-white);
  display: inline-block;
  position: absolute;
}
@media only screen and (max-width: 980px) {
  .c-btn-image span {
    font-size: 0.9375rem;
    bottom: 6px;
    left: 8px;
    line-height: 1.5;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-btn-image span {
    font-size: 1.125rem;
    bottom: 20px;
    left: 20px;
    line-height: 1.6;
  }
}
.c-btn-image span::after {
  background: var(--color-white);
  content: "";
  display: inline-block;
  -webkit-mask-image: url("../img/icon-arrow01.svg");
          mask-image: url("../img/icon-arrow01.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  translate: 0 2px;
}
@media only screen and (max-width: 980px) {
  .c-btn-image span::after {
    height: 13px;
    width: 13px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-btn-image span::after {
    height: 16px;
    margin-left: 8px;
    width: 16px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-btn-image:hover::before {
    bottom: 8px;
    left: 8px;
    opacity: 1;
    right: 8px;
    top: 8px;
  }
}

.c-btn--more {
  background: var(--color-bg_A);
  color: var(--color-text-black);
}
@media print, screen and (min-width: 981px) {
  .c-btn--more {
    width: 312px;
  }
}
.c-btn--more::before {
  background: var(--color-purple_A);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  width: 100%;
}
.c-btn--more::after {
  border: 1px solid var(--color-white);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.c-btn--more i {
  background: none;
  display: block;
  -webkit-mask-image: none;
          mask-image: none;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media print, screen and (min-width: 981px) {
  .c-btn--more i {
    height: 14px;
    right: 16px;
    width: 14px;
  }
}
.c-btn--more i::before, .c-btn--more i::after {
  background: var(--color-text-gray);
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  translate: 0 -50%;
  width: 100%;
}
.c-btn--more i::before {
  rotate: 90deg;
}
@media print, screen and (min-width: 981px) {
  .c-btn--more:hover {
    color: var(--color-white);
  }
}
@media print, screen and (min-width: 981px) {
  .c-btn--more:hover::before {
    opacity: 1;
  }
}
@media print, screen and (min-width: 981px) {
  .c-btn--more:hover::after {
    bottom: 4px;
    left: 4px;
    opacity: 1;
    right: 4px;
    top: 4px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-btn--more:hover i::before, .c-btn--more:hover i::after {
    background: var(--color-white);
  }
}

.c-tabs {
  border-bottom: 1px solid var(--color-bg_B);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2px;
}
@media only screen and (max-width: 980px) {
  .c-tabs {
    gap: 12px;
    margin-bottom: 36px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-tabs {
    gap: 20px;
    margin-bottom: 53px;
  }
}
@media only screen and (max-width: 980px) {
  .c-tabs li {
    width: 100px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-tabs li {
    width: 186px;
  }
}
.c-tabs a {
  border-bottom: 2px solid var(--color-bg_B);
  display: block;
  line-height: 1.6;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-decoration: none;
}
@media only screen and (max-width: 980px) {
  .c-tabs a {
    font-size: 0.9375rem;
  }
}
@media print, screen and (min-width: 981px) {
  .c-tabs a {
    font-size: 1.125rem;
  }
}
.c-tabs a.is-current {
  color: var(--color-purple_A);
  pointer-events: none;
}
.c-tabs a.is-current::before {
  scale: 1 1;
}
.c-tabs a::before {
  background: var(--color-purple_A);
  bottom: -2px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  scale: 0 1;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 100%;
}
@media print, screen and (min-width: 981px) {
  .c-tabs a:hover {
    color: var(--color-purple_A);
  }
}
@media print, screen and (min-width: 981px) {
  .c-tabs a:hover::before {
    scale: 0.34 1;
  }
}

.c-tabs--bottom {
  border-top: 1px solid var(--color-bg_B);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
}
@media only screen and (max-width: 980px) {
  .c-tabs--bottom {
    gap: 12px;
    margin-top: 36px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-tabs--bottom {
    gap: 20px;
    margin-top: 53px;
  }
}
@media only screen and (max-width: 980px) {
  .c-tabs--bottom li {
    width: 100px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-tabs--bottom li {
    width: 186px;
  }
}
.c-tabs--bottom a {
  border-top: 2px solid var(--color-bg_B);
  display: block;
  line-height: 1.6;
  padding-top: 10px;
  position: relative;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-decoration: none;
}
@media only screen and (max-width: 980px) {
  .c-tabs--bottom a {
    font-size: 0.9375rem;
  }
}
@media print, screen and (min-width: 981px) {
  .c-tabs--bottom a {
    font-size: 1.125rem;
  }
}
.c-tabs--bottom a.is-current {
  color: var(--color-purple_A);
  pointer-events: none;
}
.c-tabs--bottom a.is-current::before {
  scale: 1 1;
}
.c-tabs--bottom a::before {
  background: var(--color-purple_A);
  top: -2px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  scale: 0 1;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 100%;
}
@media print, screen and (min-width: 981px) {
  .c-tabs--bottom a:hover {
    color: var(--color-purple_A);
  }
}
@media print, screen and (min-width: 981px) {
  .c-tabs--bottom a:hover::before {
    scale: 0.34 1;
  }
}

.c-tab-content {
  display: none;
}
.c-tab-content.is-current {
  display: block;
}

.c-pulldown {
  height: 56px;
  position: relative;
}
@media only screen and (max-width: 980px) {
  .c-pulldown {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-pulldown {
    margin-bottom: 26px;
  }
}

.c-pulldown-inner {
  background: #fff;
  border: 1px solid var(--color-bg_B);
  border-radius: 4px;
  left: 0;
  position: absolute;
  top: 0;
  width: 238px;
  z-index: 3;
}
.c-pulldown-inner button {
  font-size: 1rem;
  line-height: 1.5;
  padding: 16px 8px;
  position: relative;
  text-align: left;
  width: 100%;
}
.c-pulldown-inner button::after {
  background: var(--color-text-gray);
  content: "";
  display: block;
  height: 16px;
  -webkit-mask-image: url("../img/icon-arrow01.svg");
          mask-image: url("../img/icon-arrow01.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  right: 11px;
  rotate: 90deg;
  top: 50%;
  translate: 0 -50%;
  width: 16px;
}
.c-pulldown-inner button.is-open::after {
  rotate: 270deg;
}
.c-pulldown-inner button.is-open + .c-pulldown-options {
  display: block;
}

.c-pulldown-options {
  border-top: 1px solid var(--color-bg_A);
  display: none;
  padding-block: 4px;
}
.c-pulldown-options a {
  font-size: 0.9375rem;
  display: block;
  line-height: 1.5;
  padding: 6px 12px;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media print, screen and (min-width: 981px) {
  .c-pulldown-options a:hover {
    background: var(--color-bg_A);
  }
}
.c-pulldown-options a.is-active {
  background: var(--color-bg_A);
}

.c-table-scroll {
  position: relative;
}
@media only screen and (max-width: 980px) {
  .c-table-scroll {
    margin-right: -5vw;
    overflow-x: auto;
  }
}
@media only screen and (max-width: 980px) {
  .c-table-scroll::after {
    -webkit-animation: scrollhint 2s infinite;
            animation: scrollhint 2s infinite;
    background: url("/_assets/img/scrollhint.svg") no-repeat left top/cover;
    content: "";
    display: block;
    height: 100px;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 100px;
  }
}
@media only screen and (max-width: 980px) {
  .c-table-scroll.is-scrolled::after {
    display: none;
  }
}
.c-table-scroll table {
  width: 1000px;
}

@-webkit-keyframes scrollhint {
  0% {
    opacity: 1;
    translate: 0 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    translate: -50px 0;
  }
}

@keyframes scrollhint {
  0% {
    opacity: 1;
    translate: 0 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    translate: -50px 0;
  }
}
.c-table {
  border-top: 1px solid var(--color-bg_B);
  border-collapse: collapse;
  width: 100%;
}
.c-table tr {
  border-bottom: 1px solid var(--color-bg_B);
}
.c-table th:not(:first-child), .c-table td:not(:first-child) {
  border-left: 1px solid var(--color-bg_B);
}
.c-table th {
  font-size: 0.9375rem;
  background: var(--color-bg_A);
  font-weight: 400;
  line-height: 1.5;
}
.c-table th + td:not(:first-child) {
  border-left: none;
}
.c-table td {
  font-size: 0.9375rem;
  line-height: 1.5;
}
.c-table .c-table-border {
  border-left: 1px solid var(--color-bg_B);
}

.c-table-a {
  border-top: 1px solid var(--color-bg_B);
  border-collapse: collapse;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .c-table-a {
    margin-block: 40px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-table-a {
    margin-block: 72px;
  }
}
.c-table-a tr {
  border-bottom: 1px solid var(--color-bg_B);
}

.c-table-a-subject {
  background: var(--color-bg_A);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
  margin: 0;
  padding: 14px 18px;
  text-align: left;
}
@media only screen and (max-width: 980px) {
  .c-table-a-subject {
    width: 100px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-table-a-subject {
    width: 165px;
  }
}

.c-table-a-detail {
  padding: 14px 18px;
}

@media only screen and (max-width: 980px) {
  .c-company-address-item + .c-company-address-item {
    margin-top: 24px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-company-address-item + .c-company-address-item {
    margin-top: 20px;
  }
}

.c-company-name {
  font-size: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  line-height: 2;
  margin: 0 0 5px;
}
@media only screen and (max-width: 980px) {
  .c-company-name {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-company-name {
    gap: 10px;
  }
}

.c-company-map {
  font-size: 0.875rem;
  border: 1px solid var(--color-bg_B);
  border-radius: 5px;
  color: var(--color-text-gray);
  display: inline-block;
  line-height: 1.6;
  padding-inline: 5px 21px;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.c-company-map::after {
  background: var(--color-text-gray);
  content: "";
  display: block;
  height: 10px;
  -webkit-mask-image: url("../img/icon-external.svg");
          mask-image: url("../img/icon-external.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  translate: 0 -50%;
  width: 10px;
}
@media print, screen and (min-width: 981px) {
  .c-company-map:hover {
    background: var(--color-purple_A);
    color: var(--color-white);
  }
}
@media print, screen and (min-width: 981px) {
  .c-company-map:hover::after {
    background: var(--color-white);
  }
}

.c-company-address {
  font-style: normal;
}

.c-table-b {
  border-bottom: 1px solid var(--color-bg_B);
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .c-table-b {
    margin-block: 40px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-table-b {
    margin-block: 72px;
  }
}

.c-table-b-subject {
  background: var(--color-bg_A);
  border-top: 1px solid var(--color-bg_B);
  font-weight: 400;
}
@media only screen and (max-width: 980px) {
  .c-table-b-subject {
    padding: 14px 18px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-table-b-subject {
    padding-block: 11px;
  }
}
.c-table-b-subject:not(:last-child) {
  border-right: 1px solid var(--color-bg_B);
}

.c-table-b-text {
  border-top: 1px solid var(--color-bg_B);
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  .c-table-b-text {
    padding: 14px 18px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-table-b-text {
    padding-block: 11px;
  }
}
.c-table-b-text:not(:last-child) {
  border-right: 1px solid var(--color-bg_B);
}

.c-column {
  border: 1px solid var(--color-bg_B);
}
@media only screen and (max-width: 980px) {
  .c-column {
    margin-block: 40px;
    padding: 24px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-column {
    margin-block: 72px;
    padding: 40px 50px;
  }
}
@media only screen and (max-width: 980px) {
  .c-column .c-ttl--lv4 {
    margin-block: 20px 4px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-column .c-ttl--lv4 {
    margin-bottom: 4px;
  }
}

.c-column-title {
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  .c-column-title {
    font-size: 1.125rem;
    line-height: 1.5;
    margin: 0 0 24px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-column-title {
    font-size: 1.25rem;
    line-height: 1.6;
    margin: 0 0 32px;
  }
}

.c-related {
  border-block: 1px solid var(--color-bg_B);
  padding: 28px 12px;
}
@media only screen and (max-width: 980px) {
  .c-related {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-related {
    margin-top: 72px;
  }
}
.c-related ul {
  margin-top: 8px;
}
.c-related li {
  line-height: 1.5;
}
.c-related li + li {
  margin-top: 8px;
}

@media only screen and (max-width: 980px) {
  .c-related--s {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-related--s {
    margin-bottom: 72px;
  }
}

.c-breadcrumb {
  background: var(--color-bg_A);
}
@media only screen and (max-width: 980px) {
  .c-breadcrumb {
    overflow-x: auto;
    padding: 10px 0 10px 16px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-breadcrumb {
    padding-block: 16px;
  }
}

.c-breadcrumb-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 980px) {
  .c-breadcrumb-list {
    gap: 5px;
    padding: 0;
  }
}
@media print, screen and (min-width: 981px) {
  .c-breadcrumb-list {
    gap: 9px;
  }
}
.c-breadcrumb-list li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.9;
}
@media only screen and (max-width: 980px) {
  .c-breadcrumb-list li {
    font-size: 0.6875rem;
    gap: 5px;
    white-space: nowrap;
  }
}
@media print, screen and (min-width: 981px) {
  .c-breadcrumb-list li {
    font-size: 0.8125rem;
    gap: 9px;
  }
}
@media only screen and (max-width: 980px) {
  .c-breadcrumb-list li:last-child {
    padding-right: 16px;
  }
}
.c-breadcrumb-list li:not(:first-child)::before {
  background: var(--color-bg_C);
  content: "";
  display: block;
  height: 11px;
  -webkit-mask-image: url("../img/icon-slush.svg");
          mask-image: url("../img/icon-slush.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 6px;
}
.c-breadcrumb-list li a {
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.c-breadcrumb-list li a::before {
  background: var(--color-text-black);
  bottom: 3px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media print, screen and (min-width: 981px) {
  .c-breadcrumb-list li a:hover {
    color: var(--color-purple_A);
  }
}
@media print, screen and (min-width: 981px) {
  .c-breadcrumb-list li a:hover::before {
    background: var(--color-purple_A);
  }
}

.c-img-border {
  border: 1px solid var(--color-bg_B);
}

.c-page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 32px;
}

.c-slider-box {
  overflow-x: hidden;
  padding-left: 5vw;
}
@media only screen and (max-width: 980px) {
  .c-slider-box {
    margin-bottom: 72px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-slider-box {
    margin-block: 32px 80px;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 1460px) {
  .c-slider-box {
    margin-left: calc((100% - (1300px + 10vw)) / 2);
  }
}
@media only screen and (max-width: 980px) {
  .c-slider-box .slick-slide {
    padding-right: 20px;
    width: 320px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-slider-box .slick-slide {
    padding-right: 40px;
    width: 524px;
  }
}
.c-slider-box a {
  display: block;
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 981px) {
  .c-slider-box a:hover {
    text-decoration-color: #fff;
  }
}
@media print, screen and (min-width: 981px) {
  .c-slider-box a:hover .c-slider-image::before {
    bottom: 20px;
    left: 20px;
    opacity: 1;
    right: 20px;
    top: 20px;
  }
}

@media print, screen and (min-width: 981px) {
  .c-slider-wrap {
    margin-right: -5vw;
  }
}

.c-slider-item a[href=""] {
  pointer-events: none;
}

.c-slider-image {
  position: relative;
}
.c-slider-image::before {
  border: 5px solid var(--color-white);
  -webkit-box-shadow: 0 0 8px 0 var(--color-white);
          box-shadow: 0 0 8px 0 var(--color-white);
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media print, screen and (min-width: 981px) {
  .c-slider-image::before {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }
}
.c-slider-image img {
  height: auto;
  width: 100%;
}

.c-slider-title {
  color: #fff;
  font-weight: 400;
}
@media only screen and (max-width: 980px) {
  .c-slider-title {
    font-size: 1rem;
    line-height: 1.5;
    margin-block: 12px 8px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-slider-title {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-block: 24px 12px;
  }
}

.c-slider-date {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.6;
}

.c-slider-controls {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 980px) {
  .c-slider-controls {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 12px;
    margin-top: 36px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-slider-controls {
    display: none;
    margin-top: 30px;
  }
}

.c-slider-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
@media only screen and (max-width: 980px) {
  .c-slider-buttons {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
}
@media print, screen and (min-width: 981px) {
  .c-slider-buttons {
    margin-right: 40px;
  }
}
.c-slider-buttons a {
  background: var(--color-bg_A);
  display: block;
  position: relative;
}
@media only screen and (max-width: 980px) {
  .c-slider-buttons a {
    height: 40px;
    width: 40px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-slider-buttons a {
    height: 60px;
    width: 60px;
  }
}
.c-slider-buttons a::after {
  background: var(--color-text-gray);
  content: "";
  display: block;
  left: 50%;
  -webkit-mask-image: url("../img/icon-btn-arrow.svg");
          mask-image: url("../img/icon-btn-arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media only screen and (max-width: 980px) {
  .c-slider-buttons a::after {
    height: 16px;
    margin-top: -8px;
    margin-left: -4px;
    width: 9px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-slider-buttons a::after {
    height: 25px;
    margin-top: -12px;
    margin-left: -7px;
    width: 14px;
  }
}
.c-slider-buttons a span {
  visibility: hidden;
}

.c-slider-prev::after {
  rotate: 180deg;
}
@media print, screen and (min-width: 981px) {
  .c-slider-prev:hover::after {
    translate: -15px 0;
  }
}

@media print, screen and (min-width: 981px) {
  .c-slider-next:hover::after {
    translate: 15px 0;
  }
}

.c-slider-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 980px) {
  .c-slider-num {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media print, screen and (min-width: 981px) {
  .c-slider-num {
    margin-right: 12px;
  }
}
.c-slider-num li {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  width: 16px;
}
.c-slider-num li:last-child {
  border-left: 1px solid var(--color-white);
  text-align: right;
}

.c-slider-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media only screen and (max-width: 980px) {
  .c-slider-dots {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.c-slider-dots .c-slider-dot {
  background: var(--color-bg_C);
  cursor: pointer;
  height: 4px;
  width: 60px;
}
.c-slider-dots .c-slider-dot.is-current {
  background: var(--color-white);
}

.c-to-top {
  bottom: 0;
  display: none;
  position: fixed;
  right: 0;
  z-index: 10;
}
.c-to-top.is-stop {
  position: absolute;
}
.c-to-top a {
  background: var(--color-bg_A);
  display: block;
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media only screen and (max-width: 980px) {
  .c-to-top a {
    height: 40px;
    width: 40px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-to-top a {
    height: 54px;
    width: 54px;
  }
}
.c-to-top a::before, .c-to-top a::after {
  content: "";
  display: block;
  height: 22px;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 22px;
}
.c-to-top a::before {
  background: url("../img/icon-top.png") no-repeat left top/cover;
}
.c-to-top a::after {
  background: url("../img/icon-top_on.png") no-repeat left top/cover;
  opacity: 0;
  z-index: 2;
}
@media print, screen and (min-width: 981px) {
  .c-to-top a:hover {
    background: var(--color-purple_A);
  }
}
@media print, screen and (min-width: 981px) {
  .c-to-top a:hover::before {
    opacity: 0;
  }
}
@media print, screen and (min-width: 981px) {
  .c-to-top a:hover::after {
    opacity: 1;
  }
}
.c-to-top span {
  visibility: hidden;
}

.c-overlay {
  background: rgba(47, 73, 91, 0.8);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

/* display */
@media only screen and (max-width: 980px) {
  .u-pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 981px) {
  .u-sp {
    display: none !important;
  }
}

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

@media print, screen and (min-width: 981px) {
  .u-pc-center {
    text-align: center;
  }
}

@media only screen and (max-width: 980px) {
  .u-sp-center {
    text-align: center;
  }
}

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

@media print, screen and (min-width: 981px) {
  .u-pc-right {
    text-align: right;
  }
}

@media only screen and (max-width: 980px) {
  .u-sp-right {
    text-align: right;
  }
}

.l-contents .u-mt-0 {
  margin-top: 0 !important;
}
.l-contents .u-mt-2 {
  margin-top: var(--space-2);
}
.l-contents .u-mt-3 {
  margin-top: var(--space-3);
}
.l-contents .u-mt-4 {
  margin-top: var(--space-4);
}
.l-contents .u-mt-5 {
  margin-top: var(--space-5);
}
.l-contents .u-mt-6 {
  margin-top: var(--space-6);
}
.l-contents .u-mt-7 {
  margin-top: var(--space-7);
}
.l-contents .u-mt-8 {
  margin-top: var(--space-8);
}
.l-contents .u-mb-0 {
  margin-bottom: 0 !important;
}
.l-contents .u-mb-2 {
  margin-bottom: var(--space-2);
}
.l-contents .u-mb-3 {
  margin-bottom: var(--space-3);
}
.l-contents .u-mb-4 {
  margin-bottom: var(--space-4);
}
.l-contents .u-mb-5 {
  margin-bottom: var(--space-5);
}
.l-contents .u-mb-6 {
  margin-bottom: var(--space-6);
}
.l-contents .u-mb-7 {
  margin-bottom: var(--space-7);
}
.l-contents .u-mb-8 {
  margin-bottom: var(--space-8);
}

.u-v-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}