@charset "UTF-8";
@font-face {
  font-family: "Finder";
  src: url("../fonts/variable/Finder-[wght].woff2") format("woff2-variations"), url("../fonts/variable/Finder-[wght].woff") format("woff-variations"), url("../fonts/variable/Finder-[wght].ttf") format("truetype-variations");
  font-weight: 400 700;
}
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

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

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

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

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

::-moz-placeholder {
  opacity: 1;
}

::placeholder {
  opacity: 1;
}

label {
  cursor: pointer;
}

img,
iframe,
video {
  vertical-align: top;
}

dt {
  font-weight: inherit;
}

small {
  font-size: inherit;
}

:where(dialog) {
  inset: 0;
  border: unset;
  padding: unset;
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  background-color: unset;
  overflow: unset;
  color: unset;
}

:focus:not(:focus-visible) {
  outline: none;
}

:root {
  --scrollbarW: 0;
  --htmlW: calc(100vw - var(--scrollbarW) * 1px);
  --negLeading: calc((1em - 1lh) / 2);
  --transEasing: ease-in-out;
  --transDur: 0.3s;
  --designW: 1280;
  --designContW: 1220;
  --contW: min(var(--designContW) / var(--designW) * 100%, 1220px);
  --contMargin_hor: calc((100% - var(--contW)) / 2);
  --clr_bdGray: #C6C6C6;
  --clr_baseBk: #000000;
  --clr_btnBk: #333333;
  --clr_bgGray: #F5F4F0;
  --clr_textGray: #878787;
  --clr_textGray2: #848484;
  --clr_btnBg: var(--clr_bgGray);
  --clr_hoverBg: #333;
  --ff_gm: "MFW-RoNOWStd-GM", sans-serif;
  --ff_gb: "MFW-RoNOWStd-GB", sans-serif;
  --ff_ge: "MFW-RoNOWStd-GE", sans-serif;
  --ff_gu: "MFW-RoNOWStd-GU", sans-serif;
  --ff_finder: "Finder", sans-serif;
  --iconSize: 14px;
}
@media screen and (max-width: 767px) {
  :root {
    --designW: 375;
    --designContW: 345;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --contW: calc(var(--designContW) / var(--designW) * 100%);
  }
}
@media screen and (max-width: 767px) {
  :root {
    --iconSize: 9px;
  }
}

:lang(en) {
  --ff_gm: var(--ff_finder);
  --ff_gb: var(--ff_finder);
  --ff_ge: var(--ff_finder);
  --ff_gu: var(--ff_finder);
}

/**
 * Base
 */
*,
::before,
::after {
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  *,
  ::before,
  ::after {
    letter-spacing: -0.01em;
  }
}

:root {
  interpolate-size: allow-keywords;
}

html,
body {
  height: 100%;
}

html.is_locked {
  position: fixed;
  width: 100%;
}

body {
  color: var(--clr_baseBk);
  font-family: "Finder", "MFW-RoNOWStd-GM", sans-serif;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  font-family: var(--ff_gm);
  font-size: 1rem;
  line-height: 1.6;
  overflow-wrap: anywhere;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  font-feature-settings: "palt" 1;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.9375rem;
  }
}

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

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide__navs:not(.is-active) {
  opacity: 0;
  visibility: hidden;
}

.splide__navs {
  margin-top: 28px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .splide__navs {
    margin-inline: auto;
  }
}
@media not all and (max-width: 767px), print {
  .splide__navs {
    margin-block: 10px -10px;
  }
}

.splide__navs:has([data-playing=true]) .splide__meter::before {
  will-change: transform;
}

@media not all and (max-width: 767px), print {
  .splide__research .splide__navs {
    margin: auto auto 0;
    padding-top: 24px;
    background-color: var(--clr_baseBk);
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .splide__research .splide__navs {
    margin-top: 28px;
  }
}
@media not all and (max-width: 767px), print {
  .splide__research .splide__meter {
    --bg-color: #888;
  }
}

.splide__index {
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .splide__index {
    margin-left: 15px;
  }
}

.splide__meter {
  --bg-color: #CECECE;
  --position: 0%;
  overflow: hidden;
  position: relative;
  width: 120px;
  height: 1px;
  background: currentColor;
  margin-left: 12px;
}
.splide__meter::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--bg-color);
  transform: translateX(var(--position));
  transition: transform 0.05s;
}
@media not all and (max-width: 767px), print {
  .splide__meter {
    margin-inline: 12px 9px;
  }
}

.splide__arrow,
.researchSplide__arrow {
  padding: 10px 4px;
}

.splide__arrow_iconPrev {
  scale: -1 1;
}

.splide__statusToggle {
  padding: 11px;
}
@media not all and (max-width: 767px), print {
  .splide__statusToggle {
    padding: 10px 5px;
  }
}

[data-playing=true] .splide__statusTogglePlay {
  display: none;
}

[data-playing=false] .splide__statusToggleStop {
  display: none;
}

/**
 * Layout
 */
.ly_cont {
  padding-block: 103px 0;
}
@media screen and (max-width: 767px) {
  .ly_cont {
    padding-block: 160px 0;
  }
}
.ly_subMain {
  display: grid;
  grid-template-columns: calc(290 / var(--designContW) * 100%) 1fr;
  gap: calc(80 / var(--designContW) * 100%);
}
@media screen and (max-width: 767px) {
  .ly_subMain {
    grid-template-columns: minmax(0, 1fr);
    gap: 83px;
  }
}
.ly_subMain_sub {
  align-self: start;
}
@media not all and (max-width: 767px), print {
  .ly_subMain__sticky .ly_subMain_sub {
    position: sticky;
    top: calc(1em + var(--headerH));
  }
}

.ly_2colMain {
  display: grid;
}
@media not all and (max-width: 767px), print {
  .ly_2colMain {
    grid-template-columns: calc(370 / var(--designContW) * 100%) 1fr;
    gap: calc(160 / var(--designContW) * 100%);
  }
}
@media screen and (max-width: 767px) {
  .ly_2colMain {
    gap: 30px;
  }
}
@media not all and (max-width: 767px), print {
  .ly_2colMain__lgImage {
    grid-template-columns: calc(450 / var(--designContW) * 100%) 1fr;
    gap: calc(73 / var(--designContW) * 100%);
  }
}

.ly_section {
  padding-block: 60px 180px;
}
@media screen and (max-width: 767px) {
  .ly_section {
    padding-block: 42px 80px;
  }
}
@media screen and (max-width: 767px) {
  .ly_section .ly_subMain {
    gap: 42px;
  }
}

/**
 * Header
 */
:root {
  --header-z-index: 9;
}

.ly_header {
  --bg-color: #fff;
  --menu-text-color: #000;
  --search-bd-color: rgba(0,0,0,0.5);
  --header-height: 60px;
  height: var(--header-height);
}
.ly_header:is(:has(dialog[open]), :has(.ly_header_drop_link[aria-expanded=true])) {
  --header-z-index: 11;
}
.ly_header :where(*) {
  letter-spacing: inherit;
}
.ly_header button,
.ly_header input {
  outline: revert;
}
.ly_header button:focus:not(:focus-visible),
.ly_header input:focus:not(:focus-visible) {
  outline: none;
}
@media not all and (max-width: 767px), print {
  .ly_header {
    --header-height: 100px;
  }
}

:root[data-mousedown] .ly_header_search_input,
:root[data-mousedown] .ly_header_dialogButton {
  outline: none;
}

:where(:root[data-mousedown] dialog *) {
  outline: none;
}

[data-modal-open]:where(:root[data-mousedown] *) {
  outline: none;
}

.ly_header_inner {
  position: fixed;
  inset: 0 0 auto;
  z-index: var(--header-z-index);
  height: var(--header-height);
  padding-left: 15px;
  background-color: var(--bg-color);
  transition: background-color var(--transDur) var(--transEasing);
}
@media not all and (max-width: 767px), print {
  .ly_header_inner {
    padding-inline: 2.34375% 2.1875%;
  }
}
.ly_header_inner:has(.ly_header_dialogButton[aria-expanded=true]) {
  --bg-color: #fff;
  --menu-text-color: #000;
  --search-bd-color: rgba(0,0,0,0.5);
}

.ly_header_logo {
  color: var(--menu-text-color);
}
@media screen and (max-width: 767px) {
  .ly_header_logo {
    width: 30px;
  }
}

.ly_header_logoJa {
  color: var(--menu-text-color);
}
@media screen and (max-width: 767px) {
  .ly_header_logoJa {
    width: 167px;
  }
}

.ly_header_nav:has(.ly_header_drop) {
  align-self: flex-end;
}

.ly_header_navTop {
  gap: 20px;
  font-size: 1rem;
  letter-spacing: -0.03em;
  color: var(--menu-text-color);
}

.ly_header_navTop_link {
  gap: 7px;
}

.ly_header_search {
  gap: 3px;
  margin-top: -2px;
}

.ly_header_search_input {
  width: 150px;
  box-sizing: border-box;
  padding-inline: 26px 10px;
  border-radius: 99em;
  height: 23px;
  border: 1px solid var(--search-bd-color);
  color: var(--menu-text-color);
}

.ly_header_search_button {
  position: absolute;
  inset: 0 auto 0 0;
  padding-inline: 10px 6px;
  color: var(--menu-text-color);
}

.ly_header_drop {
  margin-right: -13px;
  letter-spacing: -0.05em;
}

.ly_header_drop_item {
  --line-opacity: 0.5;
  line-height: 1.15;
}
.ly_header_drop_item:not(:first-child) .ly_header_drop_link::before {
  content: "";
  opacity: var(--line-opacity);
  position: absolute;
  height: 1em;
  left: 0;
  top: 0.05em;
  width: 1px;
  background: currentColor;
  margin-top: var(--pt);
  transition: opacity var(--transDur) var(--transEasing);
}
.ly_header_drop_item:has([aria-expanded=true]) {
  --line-opacity: 0;
}
.ly_header_drop_item:has([aria-expanded=true]) + * {
  --line-opacity: 0;
}

.ly_header_drop_link {
  --icon-opacity: 0;
  --pt: 12px;
  position: relative;
  height: 54px;
  text-align: center;
  border-radius: 8px 8px 0 0;
  padding: var(--pt) 0.9em 0;
  transition: background var(--transDur) var(--transEasing), color var(--transDur) var(--transEasing);
  font-size: clamp(0.625rem, -0.239rem + 1.802vw, 1rem);
  color: var(--menu-text-color);
}
.ly_header_drop_link[aria-expanded=true] {
  --icon-opacity: 1;
  background: var(--clr_bgGray);
  color: currentColor;
}

.ly_header_drop_link_icon {
  opacity: var(--icon-opacity);
  position: absolute;
  inset: auto auto 6px;
  margin-left: -4px;
  transition: opacity var(--transDur) var(--transEasing);
}

.ly_header_dropBody {
  position: fixed;
  inset: var(--header-height) 0 auto;
  z-index: var(--header-z-index);
  line-height: 1.15;
}

.ly_header_dropBody_inner {
  --close-size: 18px;
  position: relative;
  width: 100%;
  max-height: calc(100svh - var(--header-height));
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  background: var(--clr_bgGray);
  padding: 57px 6.25% 58px;
}

.ly_header_dropBody_close {
  --close-bar-w: 18px;
  --close-bar-h: 2px;
  position: absolute;
  top: calc(57px + 0.8625rem - var(--close-size) / 2);
  right: 6.25%;
  width: var(--close-size);
  height: var(--close-size);
  transition: opacity var(--transDur) var(--transEasing);
}
.ly_header_dropBody_close::before, .ly_header_dropBody_close::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: var(--close-bar-w);
  height: var(--close-bar-h);
  background: currentColor;
}
.ly_header_dropBody_close::before {
  transform: rotate(45deg);
}
.ly_header_dropBody_close::after {
  transform: rotate(-45deg);
}
@media (any-hover: hover) {
  .ly_header_dropBody_close:hover {
    opacity: 0.6;
  }
}

.ly_header_dropBody_title {
  font-size: 1.5rem;
  letter-spacing: -0.04em;
}

.ly_header_dropBody_headList {
  margin: 6px 0 0 1em;
  margin-right: calc(var(--close-size) + 12px);
  gap: 20px;
  letter-spacing: -0.04em;
  font-size: 0.9375rem;
}

.ly_header_dropBody_headList_link {
  gap: 8px;
}

.ly_header_dropBody_colList {
  margin-top: 35px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 38px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
@media screen and (min-width: 1280px) {
  .ly_header_dropBody_colList {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.ly_header_dropBody_colList_block {
  gap: 38px;
}

.ly_header_dropBody_button {
  position: relative;
  overflow: hidden;
  gap: 1em;
  padding: 14px 18px;
  border-radius: 8px;
  background: #fff;
  transition: color var(--transDur) var(--transEasing);
  letter-spacing: -0.07em;
}
.ly_header_dropBody_button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--clr_baseBk);
  border-radius: inherit;
  transform: scale(1, 0);
  transition: transform var(--transDur) var(--transEasing);
  transform-origin: bottom;
}
@media (any-hover: hover) {
  .ly_header_dropBody_button:hover {
    color: #fff;
  }
  .ly_header_dropBody_button:hover::before {
    transform: scale(1, 1);
  }
}
.ly_header_dropBody_button > * {
  position: relative;
}
.ly_header_dropBody_button + .ly_header_dropBody_textList {
  margin-top: 17px;
}

.ly_header_dropBody_textList {
  gap: 14px;
  letter-spacing: -0.01em;
  font-size: 0.9375rem;
}
.ly_header_dropBody_textList:is(.ly_header_dropBody_colList *) {
  padding-inline: 8px;
}
.ly_header_dropBody_textList a[target=_blank]::after {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-left: 8px;
  background: currentColor;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../images/icon_blank.svg);
  mask-image: url(../images/icon_blank.svg);
}

.ly_header_dropBody_bottom {
  margin-top: 35px;
  padding-top: 28px;
  border-top: 1px solid var(--clr_bdGray);
}

.ly_header_dropBody_bottomList {
  -moz-column-gap: 22px;
  column-gap: 22px;
  row-gap: 14px;
  letter-spacing: -0.07em;
  font-size: 0.9375rem;
}

.ly_header_dropBody_tab {
  margin-top: 36px;
}

.ly_header_dropBody_tab_nav {
  gap: 6px;
  width: 21.4285714286%;
  min-width: 200px;
}

.ly_header_dropBody_tab_button {
  display: block;
  padding: 14px 18px;
  border: none;
  letter-spacing: -0.04em;
  border-radius: 8px 0 0 8px;
}
.ly_header_dropBody_tab_button[aria-selected=true] {
  background: #fff;
}

.ly_header_dropBody_tab_body {
  background: #fff;
  padding: 40px 60px;
}

.ly_header_dropBody_bnrList {
  margin-top: -4px;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
@media screen and (min-width: 1280px) {
  .ly_header_dropBody_bnrList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.ly_header_dropBody_textColList {
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
@media screen and (min-width: 1280px) {
  .ly_header_dropBody_textColList {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media not all and (max-width: 767px), print {
  .ly_header_smallNav {
    gap: 9px;
    margin-right: 40px;
    padding-right: var(--scroll-bar);
  }
}

@media not all and (max-width: 767px), print {
  [lang=ja] .ly_header_smallNav {
    display: none;
  }
}

.ly_header_dialog {
  position: fixed;
  inset: var(--header-height) 0 0;
  z-index: var(--header-z-index);
  line-height: 1.15;
}

.ly_header_dialogGlobalLink {
  color: var(--menu-text-color);
}
@media screen and (max-width: 767px) {
  .ly_header_dialogGlobalLink {
    position: absolute;
    inset: 0 50px 0 auto;
    padding-inline: 8px;
    margin-right: var(--scroll-bar);
  }
}
@media not all and (max-width: 767px), print {
  .ly_header_dialogGlobalLink {
    padding: 10px;
  }
}

.ly_header_dialogButton {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 50px;
  margin-right: var(--scroll-bar);
  color: var(--menu-text-color);
}
@media not all and (max-width: 767px), print {
  .ly_header_dialogButton {
    top: 20px;
    right: 15px;
  }
}
.ly_header_dialogButton[aria-expanded=true] .ly_header_dialogButton_bar {
  width: 24px;
  background: none;
}
.ly_header_dialogButton[aria-expanded=true] .ly_header_dialogButton_bar:before, .ly_header_dialogButton[aria-expanded=true] .ly_header_dialogButton_bar:after {
  margin-top: 0;
}
.ly_header_dialogButton[aria-expanded=true] .ly_header_dialogButton_bar:before {
  transform: rotate(45deg);
}
.ly_header_dialogButton[aria-expanded=true] .ly_header_dialogButton_bar:after {
  transform: rotate(-45deg);
}
.ly_header_dialogButton[aria-expanded=true] .ly_header_dialogButton_open {
  display: none;
}
.ly_header_dialogButton[aria-expanded=true] .ly_header_dialogButton_close {
  display: block;
}

.ly_header_dialogButton_close {
  display: none;
}

.ly_header_dialogButton_bar {
  position: absolute;
  inset: 0;
  margin: auto;
  height: 2px;
  width: 20px;
  background: currentColor;
  transition-duration: var(--transDur);
  transition-property: background, transform;
  transition-timing-function: var(--transEasing);
}
.ly_header_dialogButton_bar:before, .ly_header_dialogButton_bar:after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: currentColor;
  transition-duration: var(--transDur);
  transition-property: background, transform, margin-top;
  transition-timing-function: var(--transEasing);
}
.ly_header_dialogButton_bar:before {
  margin-top: -7px;
}
.ly_header_dialogButton_bar:after {
  margin-top: 7px;
}

.ly_header_dialog_search {
  width: 100%;
  padding: 15px 15px 20px;
}

.ly_header_dialog_search_input {
  --placeholder-size: 0.875rem;
  --placeholder-color: rgba(0,0,0,.5);
  height: 2.8125rem;
  padding-inline: 15px 53px;
  border-radius: 8px;
  background: var(--clr_bgGray);
  font-size: 1rem;
  letter-spacing: -0.01em;
}

.ly_header_dialog_search_input::-webkit-input-placeholder {
  color: var(--placeholder-color);
  font-size: var(--placeholder-size);
  letter-spacing: -0.01em;
}

.ly_header_dialog_search_input:-ms-input-placeholder {
  color: var(--placeholder-color);
  font-size: var(--placeholder-size);
  letter-spacing: -0.01em;
}

.ly_header_dialog_search_input::-moz-placeholder {
  color: var(--placeholder-color);
  font-size: var(--placeholder-size);
  letter-spacing: -0.01em;
}

.ly_header_dialog_search_button {
  position: absolute;
  inset: 0 0 0 auto;
  width: 53px;
}

.ly_header_dialog_bodyTop {
  border-top: 1px solid var(--clr_bdGray);
}

.ly_header_dialog_slideButton {
  gap: 20px;
  padding: 10px 15px;
  min-height: 60px;
  border-bottom: 1px solid var(--clr_bdGray);
  font-size: 1rem;
  letter-spacing: -0.04em;
}

.ly_header_dialog_slidePanel {
  position: relative;
  padding-bottom: 50px;
}

.ly_header_dialog_slidePanel_head {
  position: sticky;
  top: 0;
  margin-top: 21px;
}

.ly_header_dialog_slideBack {
  gap: 10px;
  padding: 10px 15px;
  font-size: 1rem;
  letter-spacing: -0.04em;
}

.ly_header_dialog_slideBack_icon {
  scale: -1 1;
}

.ly_header_dialog_slideTitle {
  padding: 18px 15px;
  border-bottom: 1px solid var(--clr_bdGray);
  font-size: 1.125rem;
  letter-spacing: -0.04em;
}
.ly_header_dialog_slideTitle + .ly_header_dialog_slideLink:has(.ly_header_dialog_slideLink_sub) {
  --text-pl: 0;
  padding-left: 30px;
}
.ly_header_dialog_slideTitle + .ly_header_dialog_slideBnr {
  padding-left: 30px;
}

.ly_header_dialog_slideLink {
  --text-pl: 15px;
  border-bottom: 1px solid var(--clr_bdGray);
  font-size: 1rem;
  letter-spacing: -0.04em;
}

.ly_header_dialog_slideLink_main + .ly_header_dialog_slideLink_sub {
  border-top: 1px solid var(--clr_bdGray);
  padding-left: 15px;
}

.ly_header_dialog_slideLink_sub + .ly_header_dialog_slideLink_main {
  border-top: 1px solid var(--clr_bdGray);
}

.ly_header_dialog_slideLink_subItem:not(:first-child) {
  border-top: 1px solid var(--clr_bdGray);
}

.ly_header_dialog_slideLink_text {
  gap: 20px;
  padding: 10px 15px;
  min-height: 59px;
  padding-inline: var(--text-pl) 15px;
  letter-spacing: -0.03em;
}

.ly_header_dialog_bodyBottom {
  -moz-column-gap: 15px;
  column-gap: 15px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 30px 15px;
}

.ly_header_dialog_bodyBottom_button {
  border-bottom: 1px solid var(--clr_bdGray);
  gap: 20px;
  min-height: 48px;
  font-size: 0.875rem;
  letter-spacing: -0.04em;
}
.ly_header_dialog_bodyBottom_button:nth-child(1), .ly_header_dialog_bodyBottom_button:nth-child(2) {
  border-top: 1px solid var(--clr_bdGray);
}

.ly_header_dialog_slideBnr {
  gap: 24px;
  padding: 24px 15px 0;
}
.ly_header_dialog_slideBnr + .ly_header_dialog_slideLink {
  border-top: 1px solid var(--clr_bdGray);
  margin-top: 24px;
}

.ly_header_dialog_footer {
  padding: 32px 15px;
}

.ly_header_dialog_footerList {
  gap: 10px;
  font-size: 0.875rem;
  letter-spacing: -0.03em;
}

.ly_header_dialog_footerLink {
  gap: 10px;
  min-height: 50px;
  padding: 10px 15px;
  border-radius: 8px;
}

.ly_header_dialog_body {
  padding: 62px 6.25% 58px;
}

.ly_header_dialog_tab_button {
  --block-space: 11px;
  position: relative;
  font-size: 1rem;
  letter-spacing: -0.04em;
  border-radius: 8px;
  margin-right: -1px;
  padding: var(--block-space) 15px;
  transition-property: background, color;
  transition-duration: var(--transDur);
  transition-timing-function: var(--transEasing);
}
.ly_header_dialog_tab_button::before, .ly_header_dialog_tab_button::after {
  content: "";
  position: absolute;
  top: var(--block-space);
  bottom: var(--block-space);
  width: 1px;
  margin-block: 0.06em;
  background: #7A7A78;
}
.ly_header_dialog_tab_button::before {
  left: 0;
}
.ly_header_dialog_tab_button::after {
  right: 0;
}
.ly_header_dialog_tab_button[aria-selected=true] {
  background: var(--clr_baseBk);
  color: #fff;
}

html[lang=en] .ly_header_dialog_tab_nav {
  margin-bottom: 33px;
}
html[lang=en] .ly_header_dropBody_title {
  font-size: 1.75rem;
}
html[lang=en] .ly_header_dropBody_headList {
  font-size: 1rem;
}
html[lang=en] .ly_header_dropBody_button {
  letter-spacing: -0.04em;
}
html[lang=en] .ly_header_dropBody_textList {
  gap: 13px;
  letter-spacing: -0.07em;
}
html[lang=en] .ly_header_dialog_slideButton {
  font-size: 1.125rem;
}
html[lang=en] .ly_header_dialog_bodyBottom_button {
  font-size: 0.8125rem;
  letter-spacing: -0.01em;
}
html[lang=en] .ly_header_dialog_footerList {
  font-size: 1rem;
  letter-spacing: 0;
}
html[lang=en] .ly_header_dialog_slideBack {
  font-size: 1.125rem;
  letter-spacing: 0;
}
html[lang=en] .ly_header_dialog_slideTitle {
  font-size: 1.25rem;
}
html[lang=en] .ly_header_dialog_slideLink_main {
  font-size: 1.125rem;
}
html[lang=en] .ly_header .hp_animUL {
  --line-position: 0.2em;
  padding-bottom: 0;
  background-position: right bottom var(--line-position);
}
@media not all and (max-width: 767px), print {
  html[lang=en] .ly_header a:hover .hp_animUL,
  html[lang=en] .ly_header button:hover .hp_animUL {
    background-position: left bottom var(--line-position);
  }
}

/**
 * Footer
 */
.ly_footer {
  position: relative;
  z-index: calc(var(--header-z-index) + 1);
  line-height: 1.15;
  padding-top: 1px;
}
.ly_footer :where(*) {
  letter-spacing: inherit;
}
.ly_footer button,
.ly_footer input {
  outline: revert;
}
.ly_footer button:focus:not(:focus-visible),
.ly_footer input:focus:not(:focus-visible) {
  outline: none;
}
@media screen and (max-width: 767px) {
  .ly_footer {
    padding-bottom: 47px;
  }
}

.ly_footer_head {
  padding-top: 49px;
}
@media not all and (max-width: 767px), print {
  .ly_footer_head {
    padding: 95px 2.34375%;
    gap: 50px;
  }
}

@media screen and (max-width: 767px) {
  .ly_footer_logo {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media not all and (max-width: 767px), print {
  .ly_footer_logo {
    width: 54px;
    margin-top: 2px;
  }
}

.ly_footer_pcNav {
  margin-left: auto;
  max-width: 850px;
  gap: 50px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ly_footer_pcList {
  gap: 51px;
}

.ly_footer_pcList_item {
  gap: 20px;
}

.ly_footer_pcList_link {
  gap: 12px;
  font-size: 1.75rem;
  letter-spacing: -0.03em;
}

.ly_footer_pcSubList {
  gap: 0.86em;
  letter-spacing: 0;
}

.ly_footer_pcIconList {
  gap: 13px;
  padding-top: 2px;
  letter-spacing: 0;
}
.ly_footer_pcIconList:has(.ly_footer_search) + .ly_footer_pcLang {
  margin-top: -9px;
}

.ly_footer_pcIconList_link {
  gap: 12px;
}

.ly_footer_pcLang {
  gap: 12px;
}

.ly_footer_pcLang_listItem + .ly_footer_pcLang_listItem:before {
  content: "";
  height: 1em;
  width: 1px;
  flex-shrink: 0;
  margin-inline: 0.64em;
  background: currentColor;
}

.ly_footer_pcIconList_search {
  margin-top: -2px;
}

.ly_footer_pcIconList_searchText {
  padding-top: 3px;
  min-height: 23px;
}

.ly_footer_search {
  gap: 3px;
}

.ly_footer_search_body {
  gap: 12px;
  flex-direction: row-reverse;
}

.ly_footer_search_input {
  width: 150px;
  box-sizing: border-box;
  padding-inline: 10px;
  border-radius: 99em;
  height: 23px;
  border: 1px solid var(--clr_textGray);
}

@media screen and (max-width: 767px) {
  .ly_footer_imgText {
    width: 205px;
    margin: 8px auto 0;
  }
}
@media not all and (max-width: 767px), print {
  .ly_footer_imgText {
    margin-top: 111px;
  }
}

.ly_footer_spList {
  margin-top: 48px;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.ly_footer_spList_item:not(:last-child)::after {
  content: "";
  height: 1.125em;
  width: 1px;
  flex-shrink: 0;
  margin-inline: 18px;
  background: currentColor;
}

.ly_footer_copyright {
  margin-top: 15px;
  font-size: 0.8125rem;
  letter-spacing: -0.02em;
}

html[lang=en] .ly_footer_pcList_link {
  font-size: 2rem;
}
html[lang=en] .ly_footer_pcIconList {
  font-size: 1.25rem;
}
html[lang=en] .ly_footer_pcIconList_search {
  margin-top: 0;
}
html[lang=en] .ly_footer_pcIconList_searchText {
  padding-top: 0;
}
html[lang=en] .ly_footer .hp_animUL {
  --line-position: 0.2em;
  padding-bottom: 0;
  background-position: right bottom var(--line-position);
}
@media not all and (max-width: 767px), print {
  html[lang=en] .ly_footer a:hover .hp_animUL,
  html[lang=en] .ly_footer button:hover .hp_animUL {
    background-position: left bottom var(--line-position);
  }
}

/**
 * Container
 */
.ct_std {
  margin-inline: auto;
  width: var(--contW);
}
.ct_narrow {
  margin-inline: 18.8% 0;
}
@media screen and (max-width: 767px) {
  .ct_narrow {
    margin-inline: 0;
  }
}

/**
 * Block
 */
.bl_breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
  font-size: 1.25rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .bl_breadcrumb ol {
    font-size: 0.875rem;
    margin-bottom: 23px;
  }
}
.bl_breadcrumb li:not(:first-child) {
  position: relative;
  padding-left: 22px;
}
.bl_breadcrumb li:not(:first-child)::before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0.5lh;
  translate: 0 -50%;
}
.bl_breadcrumb a {
  display: block;
}
.bl_breadcrumb li:last-child a {
  pointer-events: none;
}

.bl_contSet > :not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .bl_contSet > :not(:first-child) {
    margin-top: 54px;
  }
}
.bl_contSet > .bl_hdgSet + * {
  margin-top: 0;
}

.bl_hdgSet:first-child > :first-child {
  --_mt: 0px;
}

.bl_groupMenu_button {
  width: 42px;
  aspect-ratio: 1;
  background: var(--clr_baseBk);
  color: #fff;
}
@media not all and (max-width: 767px), print {
  .bl_groupMenu_button {
    display: grid;
    place-items: center;
    margin-bottom: 50px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .bl_groupMenu_button {
    display: block;
    position: fixed;
    z-index: 1;
    left: 0;
    bottom: 30px;
    border-radius: 0 8px 8px 0;
    padding-inline: 19px 13px;
    width: auto;
  }
}
.bl_groupMenu_button .icon {
  display: block;
  position: relative;
  width: 16px;
  height: 2px;
  background: currentColor;
}
.bl_groupMenu_button .icon::before, .bl_groupMenu_button .icon::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background: currentColor;
}
.bl_groupMenu_button .icon::before {
  top: -6px;
}
.bl_groupMenu_button .icon::after {
  bottom: -6px;
}
.bl_groupMenu_button:focus-visible {
  background: var(--clr_hoverBg);
}
@media not all and (max-width: 767px), print {
  .bl_groupMenu:where(:not(.bl_groupMenu_dropMenuWrapper *)) .bl_groupMenu_list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .bl_groupMenu:where(:not(.bl_groupMenu_dropMenuWrapper *)) .bl_groupMenu_list {
    display: none;
  }
}
.bl_groupMenu:where(:not(.bl_groupMenu_dropMenuWrapper *)) .bl_groupMenu_item a {
  --iconSize: 10px;
}
@media not all and (max-width: 767px), print {
  .bl_groupMenu:where(:not(.bl_groupMenu_dropMenuWrapper *)) .bl_groupMenu_item a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--clr_bdGray);
    border-radius: 8px;
    padding: 18px 16px;
    color: var(--clr_wh);
    font-size: 1rem;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    font-family: var(--ff_ge);
    line-height: 1.15;
  }
}
.bl_groupMenu:where(:not(.bl_groupMenu_dropMenuWrapper *)) .bl_groupMenu_item a::after {
  content: "";
  display: inline-block;
  background-color: currentColor;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  width: var(--iconSize);
  aspect-ratio: 1/1.25;
  transition: filter var(--transDur) var(--transEasing);
}
.bl_groupMenu:where(:not(.bl_groupMenu_dropMenuWrapper *)) .bl_groupMenu_item a[target=_blank]::after {
  content: "";
  width: calc(var(--iconSize) * 0.95);
  aspect-ratio: 1;
  background-image: url(../images/icon_blank.svg);
}
.bl_groupMenu:where(:not(.bl_groupMenu_dropMenuWrapper *)) .bl_groupMenu_item a[href$=".pdf"]::after {
  content: "";
  width: calc(var(--iconSize) * 1);
  aspect-ratio: 10/15;
  background-image: url(../images/icon_pdf.svg);
}
.bl_groupMenu:where(:not(.bl_groupMenu_dropMenuWrapper *)) .bl_groupMenu_item a[href$=".doc"]::after, .bl_groupMenu:where(:not(.bl_groupMenu_dropMenuWrapper *)) .bl_groupMenu_item a[href$=".docx"]::after, .bl_groupMenu:where(:not(.bl_groupMenu_dropMenuWrapper *)) .bl_groupMenu_item a[href$=".pptx"]::after, .bl_groupMenu:where(:not(.bl_groupMenu_dropMenuWrapper *)) .bl_groupMenu_item a[href$=".ppt"]::after, .bl_groupMenu:where(:not(.bl_groupMenu_dropMenuWrapper *)) .bl_groupMenu_item a[href$=".odp"]::after, .bl_groupMenu:where(:not(.bl_groupMenu_dropMenuWrapper *)) .bl_groupMenu_item a[href$=".xls"]::after, .bl_groupMenu:where(:not(.bl_groupMenu_dropMenuWrapper *)) .bl_groupMenu_item a[href$=".zip"]::after, .bl_groupMenu:where(:not(.bl_groupMenu_dropMenuWrapper *)) .bl_groupMenu_item a[href$=".xlsx"]::after {
  content: "";
  width: calc(var(--iconSize) * 1);
  aspect-ratio: 10/15;
  background-image: url(../images/icon_file.svg);
}
.bl_groupMenu:where(:not(.bl_groupMenu_dropMenuWrapper *)) .bl_groupMenu_item a::after {
  transition: none;
  flex-shrink: 0;
}
@media not all and (max-width: 767px), print {
  .bl_groupMenu:where(:not(.bl_groupMenu_dropMenuWrapper *)) .bl_groupMenu_item a::after {
    content: none;
  }
}
.bl_groupMenu:where(:not(.bl_groupMenu_dropMenuWrapper *)) .bl_groupMenu_item a::after[href$=".pdf"], .bl_groupMenu:where(:not(.bl_groupMenu_dropMenuWrapper *)) .bl_groupMenu_item a::after[href*=".doc"], .bl_groupMenu:where(:not(.bl_groupMenu_dropMenuWrapper *)) .bl_groupMenu_item a::after[href*=".xls"], .bl_groupMenu:where(:not(.bl_groupMenu_dropMenuWrapper *)) .bl_groupMenu_item a::after[href*=".ppt"], .bl_groupMenu:where(:not(.bl_groupMenu_dropMenuWrapper *)) .bl_groupMenu_item a::after[href$=".zip"] {
  content: "";
}
.bl_groupMenu:where(:not(.bl_groupMenu_dropMenuWrapper *)) .bl_groupMenu_item a:focus-visible {
  background-color: var(--clr_hoverBg);
  color: #fff;
}
.bl_groupMenu:where(:not(.bl_groupMenu_dropMenuWrapper *)) .bl_groupMenu_item a:focus-visible::after {
  filter: brightness(0) invert(1);
}
@media (any-hover: hover) {
  .bl_groupMenu:where(:not(.bl_groupMenu_dropMenuWrapper *)) .bl_groupMenu_item a:hover {
    background-color: var(--clr_hoverBg);
    color: #fff;
  }
  .bl_groupMenu:where(:not(.bl_groupMenu_dropMenuWrapper *)) .bl_groupMenu_item a:hover::after {
    filter: brightness(0) invert(1);
  }
}
.bl_groupMenu:where(:not(.bl_groupMenu_dropMenuWrapper *)) .bl_groupMenu_item.current a {
  background-color: var(--clr_hoverBg);
  color: #fff;
}
.bl_groupMenu:where(:not(.bl_groupMenu_dropMenuWrapper *)) .bl_groupMenu_item.current a::after {
  filter: brightness(0) invert(1);
}
.bl_groupMenu:where(.bl_groupMenu_dropMenuWrapper *) {
  visibility: hidden;
  z-index: 1;
  background: var(--clr_baseBk);
  color: #fff;
}
@media not all and (max-width: 767px), print {
  .bl_groupMenu:where(.bl_groupMenu_dropMenuWrapper *) {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 8px;
    padding: 19px 24px;
  }
}
@media screen and (max-width: 767px) {
  .bl_groupMenu:where(.bl_groupMenu_dropMenuWrapper *) {
    position: fixed;
    bottom: 30px;
    left: 0;
    border-radius: 0 8px 8px 0;
    padding: 19px 30px;
    width: calc(100% - 15px);
    height: auto;
  }
}
.bl_groupMenu:where(.bl_groupMenu_dropMenuWrapper *) .bl_groupMenu_item a {
  --iconSize: 10px;
  --_pBlock: 16px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 15px;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-family: var(--ff_ge);
  line-height: 1.15;
}
.bl_groupMenu:where(.bl_groupMenu_dropMenuWrapper *) .bl_groupMenu_item a::after {
  content: "";
  display: inline-block;
  background-color: currentColor;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  width: var(--iconSize);
  aspect-ratio: 1/1.25;
  transition: filter var(--transDur) var(--transEasing);
}
.bl_groupMenu:where(.bl_groupMenu_dropMenuWrapper *) .bl_groupMenu_item a[target=_blank]::after {
  content: "";
  width: calc(var(--iconSize) * 0.95);
  aspect-ratio: 1;
  background-image: url(../images/icon_blank.svg);
}
.bl_groupMenu:where(.bl_groupMenu_dropMenuWrapper *) .bl_groupMenu_item a[href$=".pdf"]::after {
  content: "";
  width: calc(var(--iconSize) * 1);
  aspect-ratio: 10/15;
  background-image: url(../images/icon_pdf.svg);
}
.bl_groupMenu:where(.bl_groupMenu_dropMenuWrapper *) .bl_groupMenu_item a[href$=".doc"]::after, .bl_groupMenu:where(.bl_groupMenu_dropMenuWrapper *) .bl_groupMenu_item a[href$=".docx"]::after, .bl_groupMenu:where(.bl_groupMenu_dropMenuWrapper *) .bl_groupMenu_item a[href$=".pptx"]::after, .bl_groupMenu:where(.bl_groupMenu_dropMenuWrapper *) .bl_groupMenu_item a[href$=".ppt"]::after, .bl_groupMenu:where(.bl_groupMenu_dropMenuWrapper *) .bl_groupMenu_item a[href$=".odp"]::after, .bl_groupMenu:where(.bl_groupMenu_dropMenuWrapper *) .bl_groupMenu_item a[href$=".xls"]::after, .bl_groupMenu:where(.bl_groupMenu_dropMenuWrapper *) .bl_groupMenu_item a[href$=".zip"]::after, .bl_groupMenu:where(.bl_groupMenu_dropMenuWrapper *) .bl_groupMenu_item a[href$=".xlsx"]::after {
  content: "";
  width: calc(var(--iconSize) * 1);
  aspect-ratio: 10/15;
  background-image: url(../images/icon_file.svg);
}
@media screen and (max-width: 767px) {
  .bl_groupMenu:where(.bl_groupMenu_dropMenuWrapper *) .bl_groupMenu_item a {
    --_pBlock: 12px;
  }
}
@media screen and (max-width: 767px) {
  .bl_groupMenu:where(.bl_groupMenu_dropMenuWrapper *) .bl_groupMenu_item a {
    padding-block: var(--_pBlock);
    border-top: 1px solid #454545;
    min-height: 54px;
  }
}
.bl_groupMenu:where(.bl_groupMenu_dropMenuWrapper *) .bl_groupMenu_item a:focus-visible {
  color: var(--clr_textGray2);
}
@media (any-hover: hover) {
  .bl_groupMenu:where(.bl_groupMenu_dropMenuWrapper *) .bl_groupMenu_item a:hover {
    color: var(--clr_textGray2);
  }
}
@media not all and (max-width: 767px), print {
  .bl_groupMenu:where(.bl_groupMenu_dropMenuWrapper *) .bl_groupMenu_item:not(:last-of-type) {
    border-bottom: 1px solid #454545;
  }
  .bl_groupMenu:where(.bl_groupMenu_dropMenuWrapper *) .bl_groupMenu_item:not(:last-of-type) a {
    padding-bottom: var(--_pBlock);
  }
}
@media not all and (max-width: 767px), print {
  .bl_groupMenu:where(.bl_groupMenu_dropMenuWrapper *) .bl_groupMenu_item:not(:first-of-type) a {
    padding-top: var(--_pBlock);
  }
}
.bl_groupMenu:where(.bl_groupMenu_dropMenuWrapper *) .bl_groupMenu_item.current a {
  color: var(--clr_textGray2);
}
@media not all and (max-width: 767px), print {
  .bl_groupMenu:where(.bl_groupMenu_dropMenuWrapper *) .bl_groupMenu_close {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .bl_groupMenu:where(.bl_groupMenu_dropMenuWrapper *) .bl_groupMenu_close {
    display: block;
    border-top: 1px solid #454545;
    padding-top: 16px;
    width: 100%;
  }
}
.bl_groupMenu:where(.bl_groupMenu_dropMenuWrapper[aria-expanded=true] *) {
  visibility: visible;
}

.bl_anchorLinks {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .bl_anchorLinks {
    grid-template-columns: repeat(2, 1fr);
  }
}
.bl_anchorLinks > li {
  border-top: 2px solid;
  border-bottom: 2px solid;
}
.bl_anchorLinks a {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 20px 20px 20px 0;
}
.bl_anchorLinks a::after {
  content: ">";
  line-height: 1;
  rotate: 90deg;
}

.bl_btns {
  display: grid;
  gap: 20px 60px;
}
@media not all and (max-width: 767px), print {
  .bl_btns__2col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media not all and (max-width: 767px), print {
  .bl_btns__3col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media not all and (max-width: 767px), print {
  .bl_btns__4col {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  }
}
.bl_imgAndBody {
  --_gap_row: 30px;
  --_gap_col: 40px;
  --_imageMaxW: 40%;
}
.bl_imgAndBody_inner {
  display: grid;
  gap: var(--_gap_row) var(--_gap_col);
}
@media not all and (max-width: 767px), print {
  .bl_imgAndBody__imgRight .bl_imgAndBody_inner {
    grid-template-columns: auto fit-content(var(--_imageMaxW));
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgAndBody__imgRight .bl_imgAndBody_img {
    order: 1;
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgAndBody__imgLeft .bl_imgAndBody_inner {
    grid-template-columns: fit-content(var(--_imageMaxW)) auto;
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgAndBody__imgFloatRight .bl_imgAndBody_inner, .bl_imgAndBody__imgFloatLeft .bl_imgAndBody_inner {
    display: block;
    margin-bottom: calc(var(--_gap_row) * -1);
  }
  .bl_imgAndBody__imgFloatRight .bl_imgAndBody_inner::after, .bl_imgAndBody__imgFloatLeft .bl_imgAndBody_inner::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgAndBody__imgFloatRight .bl_imgAndBody_img, .bl_imgAndBody__imgFloatLeft .bl_imgAndBody_img {
    padding-bottom: var(--_gap_row);
    max-width: var(--_imageMaxW);
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgAndBody__imgFloatRight .bl_imgAndBody_img {
    float: right;
    margin-left: var(--_gap_col);
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgAndBody__imgFloatLeft .bl_imgAndBody_img {
    float: left;
    margin-right: var(--_gap_col);
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgAndBody__imgFloatRight .bl_imgAndBody_body, .bl_imgAndBody__imgFloatLeft .bl_imgAndBody_body {
    padding-bottom: var(--_gap_row);
  }
}

.bl_imgAndBody2_body {
  margin-top: 55px;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .bl_imgAndBody2_body {
    margin-top: 24px;
    font-size: 1rem;
  }
}
.bl_imgAndBody2_link {
  margin-top: 40px;
}
.bl_imgAndBody2 .bl_deskLinkList {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .bl_imgAndBody2 .bl_deskLinkList {
    margin-top: 36px;
  }
}

.bl_img {
  display: table;
  margin: auto;
  caption-side: bottom;
}
.bl_img__w100p {
  width: 100%;
}
.bl_img__w100p img {
  width: 100%;
}
.bl_img__ofCover {
  --_aspectRatio: 1;
}
.bl_img__ofCover > div {
  aspect-ratio: var(--_aspectRatio);
}
.bl_img__ofCover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bl_img__ofCont {
  --_aspectRatio: 1;
}
.bl_img__ofCont > div {
  aspect-ratio: var(--_aspectRatio);
}
.bl_img__ofCont img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.bl_img__mInitial {
  margin: initial;
}
.bl_img figcaption {
  display: table-caption;
  margin-top: 14px;
  font-size: 0.875rem;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .bl_img figcaption {
    margin-top: 12px;
  }
}

.bl_imgGroupList {
  display: grid;
  gap: 100px 50px;
}
@media screen and (max-width: 767px) {
  .bl_imgGroupList {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .bl_imgGroupList + .bl_imgGroupList {
    margin-top: 40px;
  }
}
.bl_imgGroupList > li > a .bl_imgGroup_titleWrapper::after {
  content: "";
  display: inline-block;
  background-color: currentColor;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  width: var(--iconSize);
  aspect-ratio: 1/1.25;
  transition: filter var(--transDur) var(--transEasing);
}
.bl_imgGroupList > li > a[target=_blank] .bl_imgGroup_titleWrapper::after {
  content: "";
  width: calc(var(--iconSize) * 0.95);
  aspect-ratio: 1;
  background-image: url(../images/icon_blank.svg);
}
.bl_imgGroupList > li > a[href$=".pdf"] .bl_imgGroup_titleWrapper::after {
  content: "";
  width: calc(var(--iconSize) * 1);
  aspect-ratio: 10/15;
  background-image: url(../images/icon_pdf.svg);
}
.bl_imgGroupList > li > a[href$=".doc"] .bl_imgGroup_titleWrapper::after, .bl_imgGroupList > li > a[href$=".docx"] .bl_imgGroup_titleWrapper::after, .bl_imgGroupList > li > a[href$=".pptx"] .bl_imgGroup_titleWrapper::after, .bl_imgGroupList > li > a[href$=".ppt"] .bl_imgGroup_titleWrapper::after, .bl_imgGroupList > li > a[href$=".odp"] .bl_imgGroup_titleWrapper::after, .bl_imgGroupList > li > a[href$=".xls"] .bl_imgGroup_titleWrapper::after, .bl_imgGroupList > li > a[href$=".zip"] .bl_imgGroup_titleWrapper::after, .bl_imgGroupList > li > a[href$=".xlsx"] .bl_imgGroup_titleWrapper::after {
  content: "";
  width: calc(var(--iconSize) * 1);
  aspect-ratio: 10/15;
  background-image: url(../images/icon_file.svg);
}
.bl_imgGroupList__1col .bl_imgGroup .bl_img:not(:last-child) {
  margin-bottom: 43px;
}
@media screen and (max-width: 767px) {
  .bl_imgGroupList__1col .bl_imgGroup .bl_img:not(:last-child) {
    margin-bottom: 20px;
  }
}
.bl_imgGroupList__1col .bl_imgGroup figcaption {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .bl_imgGroupList__1col .bl_imgGroup figcaption {
    font-size: 0.8125rem;
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgGroupList__1col .bl_imgGroup .bl_imgGroup_upperTitle:not(:last-child) {
    margin-bottom: 40px;
  }
}
.bl_imgGroupList__1col .bl_imgGroup_body {
  margin-inline: 18.8% 0;
}
@media screen and (max-width: 767px) {
  .bl_imgGroupList__1col .bl_imgGroup_body {
    margin-inline: 0;
  }
}
.bl_imgGroupList__1col .bl_imgGroup_txt:not(:last-child) {
  margin-bottom: 31px;
}
@media screen and (max-width: 767px) {
  .bl_imgGroupList__1col .bl_imgGroup_txt:not(:last-child) {
    margin-bottom: 20px;
  }
}
.bl_imgGroupList__1col .bl_imgGroup_txt p {
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .bl_imgGroupList__1col .bl_imgGroup_txt p {
    font-size: 0.9375rem;
  }
}
.bl_imgGroupList__2col .bl_imgGroup .bl_img:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .bl_imgGroupList__2col .bl_imgGroup .bl_img:not(:last-child) {
    margin-bottom: 20px;
  }
}
.bl_imgGroupList__2col .bl_imgGroup .bl_img figcaption {
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .bl_imgGroupList__2col .bl_imgGroup .bl_img figcaption {
    text-align: right;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_imgGroupList__2col .bl_imgGroup .el_btn__sm {
    font-size: 0.9375rem;
  }
}
.bl_imgGroupList__2col .bl_imgGroup_txt:not(:last-child) {
  margin-bottom: 23px;
}
.bl_imgGroupList__2col .bl_imgGroup_txt p {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .bl_imgGroupList__2col .bl_imgGroup_txt p {
    font-size: 0.9375rem;
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgGroupList__2col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .bl_imgGroupList__sp2col {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .bl_imgGroupList__sp2col .bl_imgGroup .bl_img:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .bl_imgGroupList__sp2col .bl_imgGroup_txt {
    font-size: 0.8125rem;
  }
}
.bl_imgGroupList__3col {
  gap: 100px 29px;
}
.bl_imgGroupList__3col .bl_imgGroup .bl_img:not(:last-child) {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .bl_imgGroupList__3col .bl_imgGroup .bl_img:not(:last-child) {
    margin-bottom: 14px;
  }
}
.bl_imgGroupList__3col .bl_imgGroup .bl_img figcaption {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .bl_imgGroupList__3col .bl_imgGroup .bl_img figcaption {
    margin-top: 13px;
    font-size: 0.75rem;
    letter-spacing: -0.037em;
    line-height: 1.11;
  }
}
.bl_imgGroupList__3col .bl_imgGroup_txt:not(:last-child) {
  margin-bottom: 19px;
}
.bl_imgGroupList__3col .bl_imgGroup_txt p {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .bl_imgGroupList__3col .bl_imgGroup_txt p {
    font-size: 0.8125rem;
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgGroupList__3col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .bl_imgGroupList__3col {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 15px;
  }
}
@media screen and (max-width: 767px) {
  .bl_imgGroupList__4col .bl_imgGroup .bl_img figcaption {
    font-size: 0.75rem;
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgGroupList__4col {
    grid-template-columns: repeat(4, 1fr);
  }
}

.bl_imgGroup .bl_img:not(:last-child) {
  margin-bottom: 31px;
}
@media screen and (max-width: 767px) {
  .bl_imgGroup .bl_img:not(:last-child) {
    margin-bottom: 26px;
  }
}
.bl_imgGroup .bl_img figcaption {
  font-family: var(--ff_finder);
  font-size: 1rem;
  line-height: 1.15;
  color: var(--clr_textGray);
}
@media screen and (max-width: 767px) {
  .bl_imgGroup .bl_img figcaption {
    letter-spacing: 0;
  }
}
.bl_imgGroup_upperTitle {
  font-size: 1.375rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-family: var(--ff_ge);
}
.bl_imgGroup_upperTitle:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .bl_imgGroup_upperTitle {
    font-size: 1.125rem;
  }
}
.bl_imgGroup_titleWrapper {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1em;
}
.bl_imgGroup_titleWrapper:not(:last-child) {
  margin-bottom: 15px;
}
.bl_imgGroup_title {
  font-size: 1.5rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-family: var(--ff_ge);
}
.bl_imgGroup_title:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .bl_imgGroup_title {
    font-size: 1.125rem;
  }
}
.bl_imgGroup_txt p {
  font-family: var(--ff_finder);
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.bl_imgGroup__video {
  position: relative;
  aspect-ratio: 16/9;
  background-color: color-mix(in srgb, red 10%, transparent);
}
.bl_imgGroup__video iframe {
  width: 100%;
  height: 100%;
}

.bl_wysiwyg {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .bl_wysiwyg {
    font-size: 1rem;
  }
}
.bl_wysiwyg h2 {
  --_mt: 97px;
  margin-block: var(--_mt) 42px;
  font-size: 2.25rem;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  font-family: var(--ff_gb);
  line-height: 1.15; /* 39.2px */
}
@media screen and (max-width: 767px) {
  .bl_wysiwyg h2 {
    --_mt: 60px;
    margin-block: var(--_mt) 25px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_wysiwyg h2 span {
    letter-spacing: -0.05em;
  }
}
html[lang=en] .bl_wysiwyg h2 {
  font-size: 2.625rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-family: var(--ff_ge);
}
@media screen and (max-width: 767px) {
  html[lang=en] .bl_wysiwyg h2 {
    font-size: 2rem;
  }
}
.bl_wysiwyg h2:first-child {
  --_mt: 0px;
}
.bl_wysiwyg h3 {
  --_mt: 93px;
  margin-block: var(--_mt) 44px;
  font-size: 1.625rem;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  font-family: var(--ff_gb);
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .bl_wysiwyg h3 {
    --_mt: 53px;
    margin-block: var(--_mt) 16px;
    font-size: 1.625rem;
  }
}
.bl_wysiwyg h3 span {
  letter-spacing: -0.03em;
}
html[lang=en] .bl_wysiwyg h3 {
  font-size: 2rem;
  line-height: 1.15;
}
.bl_wysiwyg h3:first-child {
  --_mt: 0px;
}
.bl_wysiwyg h4 {
  --_mt: 56px;
  margin-block: var(--_mt) 27px;
  font-size: 1.125rem;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  font-family: var(--ff_gb);
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .bl_wysiwyg h4 {
    --_mt: 38px;
    margin-block: var(--_mt) 18px;
  }
}
@media screen and (max-width: 767px) {
  .bl_wysiwyg h4 span {
    letter-spacing: -0.04em;
  }
}
html[lang=en] .bl_wysiwyg h4 {
  font-size: 1.375rem;
  line-height: 1.15;
}
.bl_wysiwyg h4:first-child {
  --_mt: 0px;
}
.bl_wysiwyg p {
  font-size: 1.25rem;
  letter-spacing: -0.01em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .bl_wysiwyg p {
    font-size: 0.9375rem;
  }
}
.bl_wysiwyg small {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .bl_wysiwyg small {
    font-size: 0.9375rem;
  }
}
.bl_wysiwyg a {
  text-decoration: underline;
}
.bl_wysiwyg a::after {
  margin-inline: 0 0.3em;
}
.bl_wysiwyg a > span {
  margin-right: 5px;
}
.bl_wysiwyg a:focus-visible {
  text-decoration: none;
}
@media (any-hover: hover) {
  .bl_wysiwyg a:hover {
    text-decoration: none;
  }
}
.bl_wysiwyg a::after {
  content: "";
  display: inline-block;
  background-color: currentColor;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  width: var(--iconSize);
  aspect-ratio: 1/1.25;
  transition: filter var(--transDur) var(--transEasing);
}
.bl_wysiwyg a[target=_blank]::after {
  content: "";
  width: calc(var(--iconSize) * 0.95);
  aspect-ratio: 1;
  background-image: url(../images/icon_blank.svg);
}
.bl_wysiwyg a[href$=".pdf"]::after {
  content: "";
  width: calc(var(--iconSize) * 1);
  aspect-ratio: 10/15;
  background-image: url(../images/icon_pdf.svg);
}
.bl_wysiwyg a[href$=".doc"]::after, .bl_wysiwyg a[href$=".docx"]::after, .bl_wysiwyg a[href$=".pptx"]::after, .bl_wysiwyg a[href$=".ppt"]::after, .bl_wysiwyg a[href$=".odp"]::after, .bl_wysiwyg a[href$=".xls"]::after, .bl_wysiwyg a[href$=".zip"]::after, .bl_wysiwyg a[href$=".xlsx"]::after {
  content: "";
  width: calc(var(--iconSize) * 1);
  aspect-ratio: 10/15;
  background-image: url(../images/icon_file.svg);
}
.bl_wysiwyg a:not([target=_blank]):not([href$=".pdf"]):not([href$=".doc"]):not([href$=".docx"]):not([href$=".pptx"]):not([href$=".ppt"]):not([href$=".odp"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".zip"])::after {
  content: none;
}
.bl_wysiwyg a[href$=".pdf"]::after, .bl_wysiwyg a[href$=".doc"]::after, .bl_wysiwyg a[href$=".docx"]::after, .bl_wysiwyg a[href$=".pptx"]::after, .bl_wysiwyg a[href$=".ppt"]::after, .bl_wysiwyg a[href$=".odp"]::after, .bl_wysiwyg a[href$=".xls"]::after, .bl_wysiwyg a[href$=".zip"]::after, .bl_wysiwyg a[href$=".xlsx"]::after {
  translate: 0 4px;
}
.bl_wysiwyg hr {
  margin-block: 1em;
  color: var(--clr_bdGray);
}
.bl_wysiwyg hr + h1, .bl_wysiwyg hr + h2, .bl_wysiwyg hr + h3, .bl_wysiwyg hr + h4, .bl_wysiwyg hr + h5, .bl_wysiwyg hr + h6 {
  --_mt: calc(1em + 10px);
}
.bl_wysiwyg ol li:not(:first-child),
.bl_wysiwyg ul li:not(:first-child) {
  margin-top: 0.2em;
}
.bl_wysiwyg ol li ol,
.bl_wysiwyg ol li ul,
.bl_wysiwyg ul li ol,
.bl_wysiwyg ul li ul {
  margin-top: 0.2em;
}
.bl_wysiwyg ol {
  counter-reset: liCounter;
  padding-left: 0.3em;
}
.bl_wysiwyg ol > li {
  position: relative;
  margin-left: 1em;
}
.bl_wysiwyg ol > li::before {
  content: counter(liCounter) ".";
  counter-increment: liCounter;
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: 0.3em;
  white-space: nowrap;
}
.bl_wysiwyg ul {
  padding-left: 0.3em;
}
.bl_wysiwyg ul > li {
  position: relative;
  padding-left: 1em;
}
.bl_wysiwyg ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5lh;
  border-radius: 50%;
  width: 0.3em;
  aspect-ratio: 1;
  background-color: currentColor;
  translate: 0 -50%;
}
.bl_wysiwyg em,
.bl_wysiwyg b {
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-family: var(--ff_ge);
  font-family: var(--ff_finder);
}
.bl_wysiwyg table {
  width: 100%;
}
.bl_wysiwyg th,
.bl_wysiwyg td {
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  font-size: 1rem;
  font-family: var(--ff_finder);
  line-height: 1.4;
  vertical-align: middle;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .bl_wysiwyg th,
  .bl_wysiwyg td {
    font-size: 0.8125rem;
  }
}
.bl_wysiwyg th {
  padding: 21px 7px;
  color: #fff;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  font-family: var(--ff_gu);
  font-family: var(--ff_finder);
  line-height: 1.15;
  text-align: center;
  background-color: var(--clr_baseBk);
}
@media screen and (max-width: 767px) {
  .bl_wysiwyg th {
    padding: 14px 7px;
    font-size: 0.9375rem;
  }
}
.bl_wysiwyg td {
  padding: 11px 7px;
}
@media screen and (max-width: 767px) {
  .bl_wysiwyg td {
    padding: 11px 7px;
  }
}
.bl_wysiwyg thead th {
  border-bottom: none;
}
.bl_wysiwyg thead th:last-child {
  border-right: none;
}
.bl_wysiwyg tbody th {
  padding: 21px 12px;
  color: #000;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  font-family: var(--ff_gm);
  font-family: var(--ff_finder);
  background-color: #ededed;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .bl_wysiwyg tbody th {
    padding: 11px 9px;
    font-size: 0.8125rem;
    line-height: 1.4;
    vertical-align: baseline;
  }
}
.bl_wysiwyg tbody > * > *:first-child {
  border-left: 1px solid #bbb;
}
.bl_wysiwyg table:not(:has(thead)) tr:first-child {
  border-top: 1px solid #bbb;
}

@media screen and (max-width: 767px) {
  .bl_table__spScroll {
    padding: 0 var(--contMargin_hor) 1px 0;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .bl_table__spScroll table {
    width: 200%;
  }
}

.bl_video {
  display: table;
  width: 100%;
  caption-side: bottom;
}
.bl_video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.bl_video figcaption {
  display: table-caption;
  margin-top: 15px;
  font-size: 0.875rem;
}

.bl_videoGroupList {
  display: grid;
  gap: 40px 24px;
}
@media not all and (max-width: 767px), print {
  .bl_videoGroupList__2col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media not all and (max-width: 767px), print {
  .bl_videoGroupList__3col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media not all and (max-width: 767px), print {
  .bl_videoGroupList__4col {
    grid-template-columns: repeat(4, 1fr);
  }
}

.bl_videoGroup .bl_video:not(:last-child) {
  margin-bottom: 20px;
}
.bl_videoGroup_title {
  font-size: 1.25rem;
  font-weight: bold;
}
.bl_videoGroup_title:not(:last-child) {
  margin-bottom: 15px;
}

.bl_dataTable {
  display: grid;
  grid-template-columns: minmax(200px, max-content) 1fr;
  gap: 0 2em;
}
@media screen and (max-width: 767px) {
  .bl_dataTable {
    grid-template-columns: minmax(100px, max-content) 1fr;
  }
}
.bl_dataTable_row {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  align-items: center;
  border-bottom: 2px solid;
  padding: 20px;
}
.bl_dataTable_row:nth-child(odd) {
  background-color: #ddd;
}
.bl_dataTable dt {
  font-weight: bold;
}

.bl_accordionList > li {
  border-bottom: 1px solid var(--clr_bdGray);
}
.bl_accordionList > li:first-child {
  border-top: 1px solid var(--clr_bdGray);
}
@media screen and (max-width: 767px) {
  .bl_accordionList:not(:first-child) {
    margin-top: 31px;
  }
}

.bl_accordion {
  --_padding_ver: 30px;
}
@media screen and (max-width: 767px) {
  .bl_accordion {
    --_padding_ver: 16px;
  }
}
.bl_accordion_head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  padding-block: var(--_padding_ver);
  padding-inline: 0 5px;
  font-size: 1.75rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  font-family: var(--ff_gu);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .bl_accordion_head {
    font-size: 1rem;
  }
}
.bl_accordion_head::-webkit-details-marker {
  display: none;
}
.bl_accordion_head .icon {
  position: relative;
  width: 21px;
  height: 1px;
  background-color: currentColor;
}
@media screen and (max-width: 767px) {
  .bl_accordion_head .icon {
    width: 13px;
  }
}
.bl_accordion_head .icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: inherit;
  rotate: 90deg;
}
.bl_accordion_head .hp_animUL {
  font-family: var(--ff_finder);
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  .bl_accordion_head .hp_animUL {
    font-size: 1.125rem;
    letter-spacing: -0.04em;
  }
}
.bl_accordion[open] .bl_accordion_head .icon::before {
  opacity: 0;
}
.bl_accordion_body {
  overflow: hidden;
}
.bl_accordion_body > div {
  padding-block: 0 var(--_padding_ver);
}
@media screen and (max-width: 767px) {
  .bl_accordion_body > div {
    padding-top: 8px;
  }
}
.bl_accordion .bl_wysiwyg {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .bl_accordion .bl_wysiwyg {
    font-size: 0.9375rem;
  }
}
.bl_accordion .bl_wysiwyg b {
  letter-spacing: -0.01em;
}

.bl_dialog {
  opacity: 0;
  visibility: hidden;
  display: block;
  overflow-y: auto;
  overscroll-behavior: contain;
  transition-property: opacity, visibility, overlay;
  transition-duration: var(--transDur);
  transition-timing-function: var(--transEasing);
  transition-behavior: allow-discrete;
  scrollbar-width: none;
}
.bl_dialog::-webkit-scrollbar {
  display: none;
}
.bl_dialog[open] {
  opacity: 1;
  visibility: visible;
}
.bl_dialog::backdrop {
  display: none;
}
.bl_dialog_backdrop {
  height: calc(100% + 1px);
}
.bl_dialog_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.bl_dialog_body {
  position: relative;
  padding: 40px;
  background-color: #fff;
}
.bl_dialog_closeBtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background-color: #000;
}
.bl_dialog_closeBtn::before, .bl_dialog_closeBtn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-top: 2px solid #fff;
  width: 16px;
  translate: -50% -50%;
}
.bl_dialog_closeBtn::before {
  rotate: -45deg;
}
.bl_dialog_closeBtn::after {
  rotate: 45deg;
}

@media not all and (max-width: 767px), print {
  .bl_linkList {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 5.6%;
  }
}
.bl_linkList_item {
  display: grid;
}
.bl_linkList_item > a {
  display: grid;
  align-items: center;
  border-bottom: 1px solid var(--clr_bdGray);
  padding-block: 18px;
  font-size: 1rem;
  line-height: 1.3;
}
.bl_linkList_item > a .inner::after {
  content: "";
  display: inline-block;
  background-color: currentColor;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  width: var(--iconSize);
  aspect-ratio: 1/1.25;
  transition: filter var(--transDur) var(--transEasing);
}
.bl_linkList_item > a[target=_blank] .inner::after {
  content: "";
  width: calc(var(--iconSize) * 0.95);
  aspect-ratio: 1;
  background-image: url(../images/icon_blank.svg);
}
.bl_linkList_item > a[href$=".pdf"] .inner::after {
  content: "";
  width: calc(var(--iconSize) * 1);
  aspect-ratio: 10/15;
  background-image: url(../images/icon_pdf.svg);
}
.bl_linkList_item > a[href$=".doc"] .inner::after, .bl_linkList_item > a[href$=".docx"] .inner::after, .bl_linkList_item > a[href$=".pptx"] .inner::after, .bl_linkList_item > a[href$=".ppt"] .inner::after, .bl_linkList_item > a[href$=".odp"] .inner::after, .bl_linkList_item > a[href$=".xls"] .inner::after, .bl_linkList_item > a[href$=".zip"] .inner::after, .bl_linkList_item > a[href$=".xlsx"] .inner::after {
  content: "";
  width: calc(var(--iconSize) * 1);
  aspect-ratio: 10/15;
  background-image: url(../images/icon_file.svg);
}
@media screen and (max-width: 767px) {
  .bl_linkList_item > a {
    padding-block: 14px;
    font-size: 1rem;
    line-height: 1.1;
  }
}
.bl_linkList_item:first-child > a {
  border-top: 1px solid var(--clr_bdGray);
}
@media not all and (max-width: 767px), print {
  .bl_linkList_item:nth-child(2) > a {
    border-top: 1px solid var(--clr_bdGray);
  }
}
.bl_linkList_item .inner {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1em;
  padding-right: 0.8em;
  min-height: calc(2em + var(--negLeading) * -1);
}
@media screen and (max-width: 767px) {
  .bl_linkList_item .inner {
    padding-right: 0.5em;
  }
}

.bl_imgLinkList {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .bl_imgLinkList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 27px 15px;
  }
}
.bl_imgLinkList_item > a {
  display: block;
}
.bl_imgLinkList_item .bl_img:not(:last-child) {
  margin-bottom: 16px;
}
@media not all and (max-width: 767px), print {
  .bl_imgLinkList_item .bl_img:not(:last-child) {
    margin-bottom: 15px;
  }
}
.bl_imgLinkList_item .text {
  font-size: 1rem;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  .bl_imgLinkList_item .text {
    font-size: 0.875rem;
    line-height: 1.3;
  }
}

.bl_sideNav {
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-family: var(--ff_ge);
  font-size: 1.125rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .bl_sideNav {
    font-size: 1rem;
  }
}
@media not all and (max-width: 767px), print {
  .bl_sideNav > ul {
    display: grid;
    gap: 23px;
    grid-template-columns: minmax(0, 1fr);
    padding-left: 1em;
  }
}
.bl_sideNav > ul > li {
  position: relative;
}
@media screen and (max-width: 767px) {
  .bl_sideNav > ul > li {
    border-bottom: 1px solid var(--clr_bdGray);
  }
}
@media not all and (max-width: 767px), print {
  .bl_sideNav > ul > li::before {
    content: "";
    visibility: hidden;
    position: absolute;
    right: calc(100% + 8px);
    top: 0.25em;
    border-radius: 50%;
    width: 10px;
    aspect-ratio: 1;
    background: currentColor;
  }
}
@media screen and (max-width: 767px) {
  .bl_sideNav > ul > li:first-child {
    border-top: 1px solid var(--clr_bdGray);
  }
}
.bl_sideNav > ul > li a {
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  .bl_sideNav > ul > li a {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1em;
    align-items: center;
    padding-block: 23px;
    padding-inline: 0 7px;
  }
}
@media screen and (max-width: 767px) {
  .bl_sideNav > ul > li a::after {
    content: "";
    display: inline-block;
    background-color: currentColor;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-image: url(../images/icon_arrow.svg);
    mask-image: url(../images/icon_arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 7px;
    aspect-ratio: 7/9;
    transform: rotate(90deg);
  }
}
@media not all and (max-width: 767px), print {
  .bl_sideNav > ul > li.current::before {
    visibility: visible;
  }
}

.bl_tickerArea {
  margin-block: -3px 242px;
  overflow: hidden;
  font-size: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .bl_tickerArea {
    margin-block: 18px 25px;
  }
}
.bl_tickerArea_altText:lang(ja) {
  position: fixed !important;
  inset: 0 !important;
  display: block !important;
  inline-size: 4px !important;
  block-size: 4px !important;
  contain: strict !important;
  pointer-events: none !important;
  opacity: 0 !important;
}
.bl_tickerArea_track {
  display: inline-block;
  white-space: nowrap;
  animation: slideToLeft 90s linear infinite;
}
.bl_tickerArea_item {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 18.75rem;
  letter-spacing: -0.07em;
  line-height: 1;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  font-family: var(--ff_gu);
}
@media screen and (max-width: 767px) {
  .bl_tickerArea_item {
    font-size: 8rem;
  }
}
.bl_tickerArea_item > * {
  display: inline-block;
  vertical-align: middle;
}
.bl_tickerArea_images {
  width: 1.04em;
  aspect-ratio: 314/209;
  overflow: hidden;
}
.bl_tickerArea_imagesInner {
  width: 100%;
  height: 100%;
  white-space: nowrap;
}
.bl_tickerArea_imagesInner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bl_leadSet p {
  font-family: var(--ff_finder);
  font-size: 1.75rem;
  line-height: 140%;
  letter-spacing: -0.03em;
}
.bl_leadSet p:not(:last-child) {
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .bl_leadSet p:not(:last-child) {
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 767px) {
  .bl_leadSet p {
    font-size: 1.125rem;
    letter-spacing: -0.01em;
  }
}

.bl_imgLinkList2 {
  display: flex;
  flex-wrap: wrap;
  gap: 81px 29px;
}
@media screen and (max-width: 767px) {
  .bl_imgLinkList2 {
    gap: 25px 15px;
  }
}
.bl_imgLinkList2_wrapper > p {
  margin-bottom: 50px;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .bl_imgLinkList2_wrapper > p {
    margin-bottom: 40px;
    font-size: 1rem;
  }
}
.bl_imgLinkList2_item {
  width: calc(33.3333333333% - 19.3333333333px);
}
@media screen and (max-width: 767px) {
  .bl_imgLinkList2_item {
    width: calc(50% - 7.5px);
  }
}
.bl_imgLinkList2_item > :first-child {
  margin-top: 0;
}
.bl_imgLinkList2_item > a {
  display: block;
}
.bl_imgLinkList2_item > a .bl_img {
  transition: opacity var(--transDur) var(--transEasing);
}
@media (any-hover: hover) {
  .bl_imgLinkList2_item > a:hover .bl_img {
    opacity: 0.7;
  }
}
.bl_imgLinkList2_item > a:focus-visible .bl_img {
  opacity: 0.7;
}
@media (any-hover: hover) {
  .bl_imgLinkList2_item > a:hover .bl_img {
    opacity: 0.7;
  }
}
@media (any-hover: hover) {
  .bl_imgLinkList2_item:hover:has(.bl_imgLinkList2_linkTitle a:hover) > a .bl_img {
    opacity: 0.7;
  }
}
@media (any-hover: hover) {
  .bl_imgLinkList2_item:hover:has(> a:hover) .bl_imgLinkList2_linkTitle .hp_animUL {
    background-size: 100% 1px;
    background-position: bottom left;
  }
}
.bl_imgLinkList2_linkTitle {
  margin-top: 20px;
  font-size: 0.9375rem;
  line-height: 1.3;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-family: var(--ff_ge);
}
@media screen and (max-width: 767px) {
  .bl_imgLinkList2_linkTitle {
    margin-top: 11px;
  }
}
@media screen and (max-width: 767px) {
  .bl_imgLinkList2_linkTitle .hp_animUL {
    letter-spacing: -0.02em;
  }
}
.bl_imgLinkList2_childList {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .bl_imgLinkList2_childList {
    margin-top: 10px;
  }
}
.bl_imgLinkList2_childList li a {
  display: grid;
  align-items: center;
  padding: 18px 0 20px;
  border-bottom: 1px solid #cecece;
  font-size: 0.875rem;
  line-height: 1.3;
}
@media not all and (max-width: 767px), print {
  .bl_imgLinkList2_childList li a {
    --iconSize: 12px;
  }
}
@media screen and (max-width: 767px) {
  .bl_imgLinkList2_childList li a {
    --iconSize: 8px;
  }
}
.bl_imgLinkList2_childList li a .inner::after {
  content: "";
  display: inline-block;
  background-color: currentColor;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  width: var(--iconSize);
  aspect-ratio: 1/1.25;
  transition: filter var(--transDur) var(--transEasing);
}
.bl_imgLinkList2_childList li a[target=_blank] .inner::after {
  content: "";
  width: calc(var(--iconSize) * 0.95);
  aspect-ratio: 1;
  background-image: url(../images/icon_blank.svg);
}
.bl_imgLinkList2_childList li a[href$=".pdf"] .inner::after {
  content: "";
  width: calc(var(--iconSize) * 1);
  aspect-ratio: 10/15;
  background-image: url(../images/icon_pdf.svg);
}
.bl_imgLinkList2_childList li a[href$=".doc"] .inner::after, .bl_imgLinkList2_childList li a[href$=".docx"] .inner::after, .bl_imgLinkList2_childList li a[href$=".pptx"] .inner::after, .bl_imgLinkList2_childList li a[href$=".ppt"] .inner::after, .bl_imgLinkList2_childList li a[href$=".odp"] .inner::after, .bl_imgLinkList2_childList li a[href$=".xls"] .inner::after, .bl_imgLinkList2_childList li a[href$=".zip"] .inner::after, .bl_imgLinkList2_childList li a[href$=".xlsx"] .inner::after {
  content: "";
  width: calc(var(--iconSize) * 1);
  aspect-ratio: 10/15;
  background-image: url(../images/icon_file.svg);
}
@media screen and (max-width: 767px) {
  .bl_imgLinkList2_childList li a {
    padding: 16px 0;
    font-size: 0.8125rem;
  }
}
.bl_imgLinkList2_childList li .inner {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1em;
  min-height: calc(2em + var(--negLeading) * -1);
}
.bl_imgLinkList2_childList li .hp_animUL {
  letter-spacing: -0.01em;
}
.bl_imgLinkList2_childList li:first-child a {
  border-top: 1px solid #cecece;
}

.bl_deskLinkList_wrapper .contArea_itemDesk + .bl_img {
  margin-top: 51px;
}
@media screen and (max-width: 767px) {
  .bl_deskLinkList_wrapper .contArea_itemDesk + .bl_img {
    margin-top: 24px;
  }
}
.bl_deskLinkList_wrapper .ct_narrow {
  margin-top: 43px;
}
@media screen and (max-width: 767px) {
  .bl_deskLinkList_wrapper .ct_narrow {
    margin-top: 36px;
    margin-inline: 0;
  }
}
.bl_deskLinkList_wrapper .el_hdgXl + * {
  margin-top: 0;
}
.bl_deskLinkList_desk {
  margin-top: 20px;
  font-size: 1rem;
  letter-spacing: -0.01em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .bl_deskLinkList_desk {
    margin-top: 12px;
  }
}
.bl_deskLinkList .bl_linkList {
  margin-top: 27px;
}
@media screen and (max-width: 767px) {
  .bl_deskLinkList .bl_linkList {
    margin-top: 20px;
  }
}
.bl_deskLinkList .bl_linkList_item > a {
  padding-block: 24px 23px;
}
@media screen and (max-width: 767px) {
  .bl_deskLinkList .bl_linkList_item > a {
    padding-block: 27px;
  }
}
.bl_deskLinkList .bl_linkList_item .inner {
  padding-right: 0;
}
.bl_deskLinkList .bl_linkList .hp_animUL {
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .bl_deskLinkList .bl_linkList .hp_animUL {
    font-size: 1.125rem;
  }
}
.bl_deskLinkList_itemHead .bl_deskLinkList_title .inner::after {
  content: "";
  display: inline-block;
  background-color: currentColor;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  width: var(--iconSize);
  aspect-ratio: 1/1.25;
  transition: filter var(--transDur) var(--transEasing);
}
.bl_deskLinkList_itemHead[target=_blank] .bl_deskLinkList_title .inner::after {
  content: "";
  width: calc(var(--iconSize) * 0.95);
  aspect-ratio: 1;
  background-image: url(../images/icon_blank.svg);
}
.bl_deskLinkList_itemHead[href$=".pdf"] .bl_deskLinkList_title .inner::after {
  content: "";
  width: calc(var(--iconSize) * 1);
  aspect-ratio: 10/15;
  background-image: url(../images/icon_pdf.svg);
}
.bl_deskLinkList_itemHead[href$=".doc"] .bl_deskLinkList_title .inner::after, .bl_deskLinkList_itemHead[href$=".docx"] .bl_deskLinkList_title .inner::after, .bl_deskLinkList_itemHead[href$=".pptx"] .bl_deskLinkList_title .inner::after, .bl_deskLinkList_itemHead[href$=".ppt"] .bl_deskLinkList_title .inner::after, .bl_deskLinkList_itemHead[href$=".odp"] .bl_deskLinkList_title .inner::after, .bl_deskLinkList_itemHead[href$=".xls"] .bl_deskLinkList_title .inner::after, .bl_deskLinkList_itemHead[href$=".zip"] .bl_deskLinkList_title .inner::after, .bl_deskLinkList_itemHead[href$=".xlsx"] .bl_deskLinkList_title .inner::after {
  content: "";
  width: calc(var(--iconSize) * 1);
  aspect-ratio: 10/15;
  background-image: url(../images/icon_file.svg);
}
.bl_deskLinkList_item:not(:first-child) {
  margin-top: 61px;
}
@media screen and (max-width: 767px) {
  .bl_deskLinkList_item:not(:first-child) {
    margin-top: 40px;
  }
}
.bl_deskLinkList_item > :first-child {
  margin-top: 0;
}
.bl_deskLinkList_item__1col {
  padding: 33px 0;
  border-top: 1px solid var(--clr_bdGray);
}
@media screen and (max-width: 767px) {
  .bl_deskLinkList_item__1col {
    padding: 19px 0;
  }
}
.bl_deskLinkList_item__1col:not(:has(+ .bl_deskLinkList_item__1col)) {
  border-bottom: 1px solid var(--clr_bdGray);
}
.bl_deskLinkList_item__1col + .bl_deskLinkList_item__1col {
  margin-top: 0;
}
.bl_deskLinkList_item__1col > a .bl_deskLinkList_title .inner::after {
  content: "";
  display: inline-block;
  background-color: currentColor;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  width: var(--iconSize);
  aspect-ratio: 1/1.25;
  transition: filter var(--transDur) var(--transEasing);
}
.bl_deskLinkList_item__1col > a[target=_blank] .bl_deskLinkList_title .inner::after {
  content: "";
  width: calc(var(--iconSize) * 0.95);
  aspect-ratio: 1;
  background-image: url(../images/icon_blank.svg);
}
.bl_deskLinkList_item__1col > a[href$=".pdf"] .bl_deskLinkList_title .inner::after {
  content: "";
  width: calc(var(--iconSize) * 1);
  aspect-ratio: 10/15;
  background-image: url(../images/icon_pdf.svg);
}
.bl_deskLinkList_item__1col > a[href$=".doc"] .bl_deskLinkList_title .inner::after, .bl_deskLinkList_item__1col > a[href$=".docx"] .bl_deskLinkList_title .inner::after, .bl_deskLinkList_item__1col > a[href$=".pptx"] .bl_deskLinkList_title .inner::after, .bl_deskLinkList_item__1col > a[href$=".ppt"] .bl_deskLinkList_title .inner::after, .bl_deskLinkList_item__1col > a[href$=".odp"] .bl_deskLinkList_title .inner::after, .bl_deskLinkList_item__1col > a[href$=".xls"] .bl_deskLinkList_title .inner::after, .bl_deskLinkList_item__1col > a[href$=".zip"] .bl_deskLinkList_title .inner::after, .bl_deskLinkList_item__1col > a[href$=".xlsx"] .bl_deskLinkList_title .inner::after {
  content: "";
  width: calc(var(--iconSize) * 1);
  aspect-ratio: 10/15;
  background-image: url(../images/icon_file.svg);
}
.bl_deskLinkList_title {
  font-size: 1.625rem;
  line-height: 1.3;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-family: var(--ff_ge);
}
@media screen and (max-width: 767px) {
  .bl_deskLinkList_title {
    font-size: 1.375rem;
  }
}
.bl_deskLinkList_title a {
  display: grid;
  align-items: center;
}
@media not all and (max-width: 767px), print {
  .bl_deskLinkList_title a {
    --iconSize: 14px;
  }
}
@media screen and (max-width: 767px) {
  .bl_deskLinkList_title a {
    --iconSize: 9px;
  }
}
.bl_deskLinkList_title a .inner::after {
  content: "";
  display: inline-block;
  background-color: currentColor;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  width: var(--iconSize);
  aspect-ratio: 1/1.25;
  transition: filter var(--transDur) var(--transEasing);
}
.bl_deskLinkList_title a[target=_blank] .inner::after {
  content: "";
  width: calc(var(--iconSize) * 0.95);
  aspect-ratio: 1;
  background-image: url(../images/icon_blank.svg);
}
.bl_deskLinkList_title a[href$=".pdf"] .inner::after {
  content: "";
  width: calc(var(--iconSize) * 1);
  aspect-ratio: 10/15;
  background-image: url(../images/icon_pdf.svg);
}
.bl_deskLinkList_title a[href$=".doc"] .inner::after, .bl_deskLinkList_title a[href$=".docx"] .inner::after, .bl_deskLinkList_title a[href$=".pptx"] .inner::after, .bl_deskLinkList_title a[href$=".ppt"] .inner::after, .bl_deskLinkList_title a[href$=".odp"] .inner::after, .bl_deskLinkList_title a[href$=".xls"] .inner::after, .bl_deskLinkList_title a[href$=".zip"] .inner::after, .bl_deskLinkList_title a[href$=".xlsx"] .inner::after {
  content: "";
  width: calc(var(--iconSize) * 1);
  aspect-ratio: 10/15;
  background-image: url(../images/icon_file.svg);
}
.bl_deskLinkList_title .inner {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .bl_deskLinkList_title .text {
    letter-spacing: -0.04em;
  }
}

.bl_headSummary {
  display: grid;
  grid-template-columns: 100%;
  gap: calc(80 / var(--designContW) * 100%);
  margin-block: 22px 70px;
}
@media screen and (max-width: 767px) {
  .bl_headSummary {
    grid-template-columns: minmax(0, 1fr);
    gap: 19px;
    margin-block: 21px 44px;
  }
}
.bl_headSummary:has(.bl_headSummary_desc) {
  grid-template-columns: 63.93% minmax(0, 1fr);
}
.bl_headSummary h1 {
  font-size: 4.375rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-family: var(--ff_ge);
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .bl_headSummary h1 {
    font-size: 2.25rem;
  }
}
.bl_headSummary_desc {
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .bl_headSummary_desc {
    font-size: 1rem;
  }
}

.bl_list li {
  position: relative;
  display: flex;
  gap: 14px;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .bl_list li {
    gap: 8px;
    font-size: 0.9375rem;
  }
}
.bl_list li::before {
  content: "";
  display: block;
  margin-top: 11px;
  width: 6px;
  height: 6px;
  background-color: var(--clr_baseBk);
  border-radius: 100%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .bl_list li::before {
    width: 5px;
    height: 5px;
    margin-left: 9px;
  }
}
.bl_list li:not(:first-child) {
  margin-top: 1px;
}

.bl_noList {
  counter-reset: list-counter;
}
.bl_noList li {
  position: relative;
  padding-left: 24px;
  font-size: 1.25rem;
  line-height: 1.4;
  counter-increment: list-counter;
}
@media screen and (max-width: 767px) {
  .bl_noList li {
    font-size: 0.9375rem;
  }
}
.bl_noList li::before {
  content: counter(list-counter) ". ";
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .bl_noList li::before {
    left: 7px;
  }
}
.bl_noList li:not(:first-child) {
  margin-top: 4px;
}

.bl_frameWork {
  display: flex;
  gap: 26px;
  padding: 32px;
  background-color: var(--clr_bgGray);
}
@media screen and (max-width: 767px) {
  .bl_frameWork {
    flex-direction: column;
    gap: 16px;
    padding: 30px;
  }
}
.bl_frameWork_txt {
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .bl_frameWork_txt {
    font-size: 0.875rem;
  }
}
.bl_frameWork_img {
  flex-shrink: 0;
  max-width: 35%;
}
@media screen and (max-width: 767px) {
  .bl_frameWork_img {
    flex-shrink: 1;
    width: 100%;
    max-width: 100%;
  }
}
.bl_frameWork_img img {
  width: 100%;
}
.bl_frameWork + .bl_frameWork {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .bl_frameWork + .bl_frameWork {
    margin-top: 20px;
  }
}

.bl_newsList {
  margin-bottom: 176px;
}
@media screen and (max-width: 767px) {
  .bl_newsList {
    margin-bottom: 50px;
  }
}
.bl_newsList_tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .bl_newsList_tabs {
    margin-bottom: 30px;
    gap: 8px;
  }
}
.bl_newsList_tabs .bl_newsList_tab {
  min-width: 100px;
  padding: 15px 13px;
  border-radius: 8px;
  text-align: center;
  border: 1px solid #ccc;
  cursor: pointer;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-family: var(--ff_ge);
}
@media screen and (max-width: 767px) {
  .bl_newsList_tabs .bl_newsList_tab {
    padding: 8px 8px;
    font-size: 0.875rem;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    font-family: var(--ff_gb);
  }
}
.bl_newsList_tabs .bl_newsList_tab.is_active {
  background: var(--clr_hoverBg);
  color: #fff;
}
.bl_newsList_tabs .bl_newsList_tab:focus-visible {
  background: var(--clr_hoverBg);
  color: #fff;
}
@media (any-hover: hover) {
  .bl_newsList_tabs .bl_newsList_tab:hover {
    background: var(--clr_hoverBg);
    color: #fff;
  }
}
.bl_newsList:has(.bl_newsList_tabs) .bl_newsList_list {
  opacity: 0;
}
.bl_newsList:has(.bl_newsList_tabs) .bl_newsList_list.is_active {
  display: block;
  opacity: 1;
}
.bl_newsList:has(.bl_newsList_tabs) .bl_newsList_list.is_hidden {
  display: none;
}
.bl_newsList_list {
  list-style: none;
  padding: 0;
  margin: 0;
  transition: all 0.3s;
}
.bl_newsList_list li {
  border-bottom: 1px solid #cecece;
}
.bl_newsList_list li:first-child {
  border-top: 1px solid #cecece;
}
.bl_newsList_list li article {
  display: flex;
  flex-direction: column;
}
.bl_newsList_list li article a {
  --_iconSizeW: 14px;
  --_iconSizeH: 11px;
  position: relative;
  padding-block: 21px;
  padding-right: 50px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .bl_newsList_list li article a {
    padding-block: 16px;
    padding-right: 30px;
    line-height: 1.2;
  }
}
.bl_newsList_list li article a::after {
  content: "";
  display: inline-block;
  background-color: currentColor;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  width: var(--iconSize);
  aspect-ratio: 1/1.25;
  transition: filter var(--transDur) var(--transEasing);
}
.bl_newsList_list li article a[target=_blank]::after {
  content: "";
  width: calc(var(--iconSize) * 0.95);
  aspect-ratio: 1;
  background-image: url(../images/icon_blank.svg);
}
.bl_newsList_list li article a[href$=".pdf"]::after {
  content: "";
  width: calc(var(--iconSize) * 1);
  aspect-ratio: 10/15;
  background-image: url(../images/icon_pdf.svg);
}
.bl_newsList_list li article a[href$=".doc"]::after, .bl_newsList_list li article a[href$=".docx"]::after, .bl_newsList_list li article a[href$=".pptx"]::after, .bl_newsList_list li article a[href$=".ppt"]::after, .bl_newsList_list li article a[href$=".odp"]::after, .bl_newsList_list li article a[href$=".xls"]::after, .bl_newsList_list li article a[href$=".zip"]::after, .bl_newsList_list li article a[href$=".xlsx"]::after {
  content: "";
  width: calc(var(--iconSize) * 1);
  aspect-ratio: 10/15;
  background-image: url(../images/icon_file.svg);
}
.bl_newsList_list li article a::after {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
.bl_newsList_list li article time {
  font-family: var(--ff_finder);
  color: #666;
  font-size: 1rem;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .bl_newsList_list li article time {
    font-size: 0.8125rem;
  }
}
.bl_newsList_list li article span.category {
  font-weight: 400;
  font-variation-settings: "wght" 400;
  font-family: var(--ff_gm);
  font-size: 0.75rem;
  border-radius: 2px;
  padding: 2px 6px;
  border: 1px solid #cecece;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .bl_newsList_list li article span.category {
    font-size: 0.6875rem;
    letter-spacing: normal;
  }
}
.bl_newsList_list li article h3 {
  margin-top: 12px;
  font-size: 1rem;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .bl_newsList_list li article h3 {
    font-size: 0.8125rem;
  }
}
.bl_newsList_list li article .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 4px;
  font-family: var(--ff_gm);
}
@media screen and (max-width: 767px) {
  .bl_newsList_list li article .meta {
    margin-bottom: 8px;
  }
}
.bl_newsList_more {
  position: relative;
  margin-top: 40px;
  background: #f5f4f0;
  border-radius: 8px;
  overflow: hidden;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-family: var(--ff_ge);
  transition: color var(--transDur) var(--transEasing);
}
@media screen and (max-width: 767px) {
  .bl_newsList_more {
    font-size: 0.8125rem;
  }
}
.bl_newsList_more::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  width: 100%;
  height: 0;
  background: var(--clr_hoverBg);
  transition-property: height;
  transition-duration: var(--transDur);
  transition-timing-function: var(--transEasing);
}
.bl_newsList_more:focus-visible {
  color: #fff;
}
.bl_newsList_more:focus-visible::after {
  top: auto;
  bottom: 0;
  height: 100%;
}
@media (any-hover: hover) {
  .bl_newsList_more:hover {
    color: #fff;
  }
  .bl_newsList_more:hover::after {
    top: auto;
    bottom: 0;
    height: 100%;
  }
}
.bl_newsList_moreInner {
  position: relative;
  z-index: 1;
  display: block;
  padding: 12px 51px 12px 16px;
}
.bl_newsList_moreInner::after {
  content: "";
  top: 50%;
  right: 16px;
  transform: translate(0, -50%) perspective(0);
  position: absolute;
  width: 11px;
  height: 11px;
  background-color: currentColor;
  clip-path: polygon(calc(50% - 0.5px) 0, calc(50% + 0.5px) 0, calc(50% + 0.5px) calc(50% - 0.5px), 100% calc(50% - 0.5px), 100% calc(50% + 0.5px), calc(50% + 0.5px) calc(50% + 0.5px), calc(50% + 0.5px) 100%, calc(50% - 0.5px) 100%, calc(50% - 0.5px) calc(50% + 0.5px), 0 calc(50% + 0.5px), 0 calc(50% - 0.5px), calc(50% - 0.5px) calc(50% - 0.5px), calc(50% - 0.5px) 0);
}

.bl_gMap {
  position: relative;
  aspect-ratio: 4/3;
}
.bl_gMap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.bl_columnSummary {
  container-type: inline-size;
}
.bl_columnSummary_head {
  margin-inline: -1vw;
  font-size: calc(160 / var(--designContW) * 100cqw);
  font-weight: 700;
  font-variation-settings: "wght" 700;
  font-family: var(--ff_gu);
  font-family: var(--ff_finder);
  line-height: 1.15;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .bl_columnSummary_head {
    margin-inline: -1.2vw;
    font-size: calc(45 / var(--designContW) * 100cqw);
  }
}
.bl_columnSummary h1 {
  margin-block: 30px 5px;
  font-size: 2.625rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-family: var(--ff_ge);
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .bl_columnSummary h1 {
    font-size: 1.75rem;
  }
}
.bl_columnSummary time {
  font-family: var(--ff_finder);
  color: #666;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .bl_columnSummary time {
    font-size: 0.8125rem;
  }
}

.bl_relatedColumn {
  background: var(--clr_bgGray);
  padding-block: 80px 180px;
}
@media screen and (max-width: 767px) {
  .bl_relatedColumn {
    padding-block: 40px 80px;
  }
}
.bl_relatedColumn .bl_newsList {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .bl_relatedColumn .ly_subMain {
    gap: 23px;
  }
}
.bl_relatedColumn_head {
  font-family: var(--ff_finder);
  font-size: 1.25rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  font-family: var(--ff_gu);
  line-height: 1;
}
@media not all and (max-width: 767px), print {
  .bl_relatedColumn_head {
    text-transform: uppercase;
  }
}
@media screen and (max-width: 767px) {
  .bl_relatedColumn_head {
    font-size: 1.125rem;
  }
}
.bl_relatedColumn_back {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .bl_relatedColumn_back {
    margin-top: 27px;
  }
}

.bl_copyWithLink {
  padding-bottom: 47px;
  border-bottom: 1px solid #cecece;
}
@media screen and (max-width: 767px) {
  .bl_copyWithLink {
    padding-bottom: 30px;
  }
}
.bl_copyWithLink_copy {
  font-size: 2.125rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .bl_copyWithLink_copy {
    font-size: 1.375rem;
  }
}
.bl_copyWithLink_link {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .bl_copyWithLink_link {
    margin-top: 20px;
  }
}
.bl_copyWithLink + .bl_copyWithLink {
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  .bl_copyWithLink + .bl_copyWithLink {
    margin-top: 24px;
  }
}

.bl_oldHtml {
  font-size: 1rem;
  font-family: var(--ff_finder);
  line-height: 1.6;
  letter-spacing: -0.01em;
}
.bl_oldHtml .main-contents > :not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .bl_oldHtml .main-contents > :not(:first-child) {
    margin-top: 54px;
  }
}
@media screen and (max-width: 767px) {
  .bl_oldHtml {
    font-size: 1rem;
  }
}
.bl_oldHtml h2 {
  --_mt: 97px;
  margin-block: var(--_mt) 42px;
  font-size: 2.25rem;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  font-family: var(--ff_gb);
  line-height: 1.15; /* 39.2px */
}
@media screen and (max-width: 767px) {
  .bl_oldHtml h2 {
    --_mt: 60px;
    margin-block: var(--_mt) 25px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_oldHtml h2 span {
    letter-spacing: -0.05em;
  }
}
html[lang=en] .bl_oldHtml h2 {
  font-size: 2.625rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-family: var(--ff_ge);
}
@media screen and (max-width: 767px) {
  html[lang=en] .bl_oldHtml h2 {
    font-size: 2rem;
  }
}
.bl_oldHtml h2:first-child {
  --_mt: 0px;
}
.bl_oldHtml .h3-area {
  --_mt: 93px;
  margin-block: var(--_mt) 44px;
  font-size: 1.625rem;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  font-family: var(--ff_gb);
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .bl_oldHtml .h3-area {
    --_mt: 53px;
    margin-block: var(--_mt) 16px;
    font-size: 1.625rem;
  }
}
.bl_oldHtml .h3-area span {
  letter-spacing: -0.03em;
}
html[lang=en] .bl_oldHtml .h3-area {
  font-size: 2rem;
  line-height: 1.15;
}
.bl_oldHtml .h3-area:first-child {
  --_mt: 0px;
}
.bl_oldHtml h4 {
  --_mt: 56px;
  margin-block: var(--_mt) 27px;
  font-size: 1.125rem;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  font-family: var(--ff_gb);
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .bl_oldHtml h4 {
    --_mt: 38px;
    margin-block: var(--_mt) 18px;
  }
}
@media screen and (max-width: 767px) {
  .bl_oldHtml h4 span {
    letter-spacing: -0.04em;
  }
}
html[lang=en] .bl_oldHtml h4 {
  font-size: 1.375rem;
  line-height: 1.15;
}
.bl_oldHtml h4:first-child {
  --_mt: 0px;
}
.bl_oldHtml p {
  font-size: 1.25rem;
  letter-spacing: -0.01em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .bl_oldHtml p {
    font-size: 0.9375rem;
  }
}
.bl_oldHtml small {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .bl_oldHtml small {
    font-size: 0.9375rem;
  }
}
.bl_oldHtml a {
  text-decoration: underline;
}
.bl_oldHtml a::after {
  margin-inline: 0 0.3em;
}
.bl_oldHtml a > span {
  margin-right: 5px;
}
.bl_oldHtml a:focus-visible {
  text-decoration: none;
}
@media (any-hover: hover) {
  .bl_oldHtml a:hover {
    text-decoration: none;
  }
}
.bl_oldHtml a::after {
  content: "";
  display: inline-block;
  background-color: currentColor;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  width: var(--iconSize);
  aspect-ratio: 1/1.25;
  transition: filter var(--transDur) var(--transEasing);
}
.bl_oldHtml a[target=_blank]::after {
  content: "";
  width: calc(var(--iconSize) * 0.95);
  aspect-ratio: 1;
  background-image: url(../images/icon_blank.svg);
}
.bl_oldHtml a[href$=".pdf"]::after {
  content: "";
  width: calc(var(--iconSize) * 1);
  aspect-ratio: 10/15;
  background-image: url(../images/icon_pdf.svg);
}
.bl_oldHtml a[href$=".doc"]::after, .bl_oldHtml a[href$=".docx"]::after, .bl_oldHtml a[href$=".pptx"]::after, .bl_oldHtml a[href$=".ppt"]::after, .bl_oldHtml a[href$=".odp"]::after, .bl_oldHtml a[href$=".xls"]::after, .bl_oldHtml a[href$=".zip"]::after, .bl_oldHtml a[href$=".xlsx"]::after {
  content: "";
  width: calc(var(--iconSize) * 1);
  aspect-ratio: 10/15;
  background-image: url(../images/icon_file.svg);
}
.bl_oldHtml a:not([target=_blank]):not([href$=".pdf"])::after {
  content: none;
}
.bl_oldHtml a[href$=".pdf"]::after {
  translate: 0 4px;
}
.bl_oldHtml hr {
  display: none;
}
.bl_oldHtml ol li:not(:first-child),
.bl_oldHtml ul li:not(:first-child) {
  margin-top: 0.2em;
}
.bl_oldHtml ol li ol,
.bl_oldHtml ol li ul,
.bl_oldHtml ul li ol,
.bl_oldHtml ul li ul {
  margin-top: 0.2em;
}
.bl_oldHtml ol {
  counter-reset: liCounter;
  padding-left: 0.3em;
}
.bl_oldHtml ol > li {
  position: relative;
  margin-left: 1em;
}
.bl_oldHtml ol > li::before {
  content: counter(liCounter) ".";
  counter-increment: liCounter;
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: 0.3em;
  white-space: nowrap;
}
.bl_oldHtml ul {
  padding-left: 0.3em;
}
.bl_oldHtml ul > li {
  position: relative;
  padding-left: 1em;
}
.bl_oldHtml ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5lh;
  border-radius: 50%;
  width: 0.3em;
  aspect-ratio: 1;
  background-color: currentColor;
  translate: 0 -50%;
}
.bl_oldHtml em,
.bl_oldHtml b {
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-family: var(--ff_ge);
  font-family: var(--ff_finder);
}
.bl_oldHtml table {
  width: 100%;
}
.bl_oldHtml th,
.bl_oldHtml td {
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  font-size: 1rem;
  font-family: var(--ff_finder);
  line-height: 1.4;
  vertical-align: middle;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .bl_oldHtml th,
  .bl_oldHtml td {
    font-size: 0.8125rem;
  }
}
.bl_oldHtml th {
  padding: 21px 16px;
  color: #fff;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  font-family: var(--ff_gu);
  font-family: var(--ff_finder);
  line-height: 1.15;
  text-align: center;
  background-color: var(--clr_baseBk);
}
@media screen and (max-width: 767px) {
  .bl_oldHtml th {
    padding: 14px 16px;
    font-size: 0.9375rem;
  }
}
.bl_oldHtml td {
  padding: 11px 14px;
}
@media screen and (max-width: 767px) {
  .bl_oldHtml td {
    padding: 11px 9px;
  }
}
.bl_oldHtml thead th {
  border-bottom: none;
}
.bl_oldHtml thead th:last-child {
  border-right: none;
}
.bl_oldHtml tbody th {
  padding: 21px 12px;
  color: #000;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  font-family: var(--ff_gm);
  font-family: var(--ff_finder);
  background-color: #ededed;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .bl_oldHtml tbody th {
    padding: 11px 9px;
    font-size: 0.8125rem;
    line-height: 1.4;
    vertical-align: baseline;
  }
}
.bl_oldHtml tbody > * > *:first-child {
  border-left: 1px solid #bbb;
}
.bl_oldHtml table:not(:has(thead)) tr:first-child {
  border-top: 1px solid #bbb;
}
.bl_oldHtml .file-download-area .download .pdf {
  padding: 0;
}
.bl_oldHtml .file-download-area .download .pdf::before {
  display: none;
}
.bl_oldHtml .link-box ul {
  display: grid;
  gap: 20px 60px;
}
@media not all and (max-width: 767px), print {
  .bl_oldHtml .link-box ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.bl_oldHtml .link-box ul li {
  padding: 0;
}
.bl_oldHtml .link-box ul li::before {
  display: none;
}
.bl_oldHtml .link-box ul li:nth-child(even) {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .bl_oldHtml .link-box ul li:nth-child(even) {
    text-align: left;
  }
}
.bl_oldHtml .link-box ul li .txt-area {
  padding-left: 0;
}
.bl_oldHtml .link-box ul li a {
  --iconSize: 0.625em;
  display: inline-block;
  position: relative;
  border-radius: 8px;
  padding: 14px 16px;
  overflow: hidden;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-family: var(--ff_ge);
  background-color: var(--clr_btnBg);
  color: var(--clr_baseBkg);
  line-height: 1.15;
  transition: color var(--transDur) var(--transEasing);
  font-family: var(--ff_finder);
  letter-spacing: -0.03em;
}
.bl_oldHtml .link-box ul li a .el_btn_inner::after {
  content: "";
  display: inline-block;
  background-color: currentColor;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  width: var(--iconSize);
  aspect-ratio: 1/1.25;
  transition: filter var(--transDur) var(--transEasing);
}
.bl_oldHtml .link-box ul li a[target=_blank] .el_btn_inner::after {
  content: "";
  width: calc(var(--iconSize) * 0.95);
  aspect-ratio: 1;
  background-image: url(../images/icon_blank.svg);
}
.bl_oldHtml .link-box ul li a[href$=".pdf"] .el_btn_inner::after {
  content: "";
  width: calc(var(--iconSize) * 1);
  aspect-ratio: 10/15;
  background-image: url(../images/icon_pdf.svg);
}
.bl_oldHtml .link-box ul li a[href$=".doc"] .el_btn_inner::after, .bl_oldHtml .link-box ul li a[href$=".docx"] .el_btn_inner::after, .bl_oldHtml .link-box ul li a[href$=".pptx"] .el_btn_inner::after, .bl_oldHtml .link-box ul li a[href$=".ppt"] .el_btn_inner::after, .bl_oldHtml .link-box ul li a[href$=".odp"] .el_btn_inner::after, .bl_oldHtml .link-box ul li a[href$=".xls"] .el_btn_inner::after, .bl_oldHtml .link-box ul li a[href$=".zip"] .el_btn_inner::after, .bl_oldHtml .link-box ul li a[href$=".xlsx"] .el_btn_inner::after {
  content: "";
  width: calc(var(--iconSize) * 1);
  aspect-ratio: 10/15;
  background-image: url(../images/icon_file.svg);
}
@media screen and (max-width: 767px) {
  .bl_oldHtml .link-box ul li a {
    font-size: 0.9375rem;
  }
}
.bl_oldHtml .link-box ul li a::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  width: 100%;
  height: 0;
  background: var(--clr_hoverBg);
  transition-property: height;
  transition-duration: var(--transDur);
  transition-timing-function: var(--transEasing);
}
.bl_oldHtml .link-box ul li a:focus-visible {
  color: #fff;
}
.bl_oldHtml .link-box ul li a:focus-visible::before {
  top: auto;
  bottom: 0;
  height: 100%;
}
@media (any-hover: hover) {
  .bl_oldHtml .link-box ul li a:hover {
    color: #fff;
  }
  .bl_oldHtml .link-box ul li a:hover::before {
    top: auto;
    bottom: 0;
    height: 100%;
  }
}
.bl_oldHtml .link-box ul li a.el_btn::after {
  display: none;
}
.bl_oldHtml .link-box ul li a_inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .bl_oldHtml .link-box ul li a_inner {
    gap: 20px;
  }
}
@media not all and (max-width: 767px), print {
  .bl_oldHtml .link-box ul li a_inner::after {
    translate: 0 -1px;
  }
}
.bl_oldHtml .txt-img-area .img-area,
.bl_oldHtml .img-area-in {
  display: table;
  margin: auto;
  caption-side: bottom;
}
.bl_oldHtml .txt-img-area .img-area .cap-c,
.bl_oldHtml .txt-img-area .img-area .cap-l,
.bl_oldHtml .img-area-in .cap-c,
.bl_oldHtml .img-area-in .cap-l {
  margin-top: 14px;
  font-size: 0.875rem;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .bl_oldHtml .txt-img-area .img-area .cap-c,
  .bl_oldHtml .txt-img-area .img-area .cap-l,
  .bl_oldHtml .img-area-in .cap-c,
  .bl_oldHtml .img-area-in .cap-l {
    margin-top: 12px;
  }
}
.bl_oldHtml .column-area .column2-11 {
  display: grid;
  gap: 100px 50px;
}
@media screen and (max-width: 767px) {
  .bl_oldHtml .column-area .column2-11 {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .bl_oldHtml .column-area .column2-11 + .column-area {
    margin-top: 40px;
  }
}
.bl_oldHtml .column-area .column2-11 .pat-img-area .img-area:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .bl_oldHtml .column-area .column2-11 .pat-img-area .img-area:not(:last-child) {
    margin-bottom: 20px;
  }
}
.bl_oldHtml .column-area .column2-11 .pat-img-area .img-area .cap-c,
.bl_oldHtml .column-area .column2-11 .pat-img-area .img-area .cap-l {
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .bl_oldHtml .column-area .column2-11 .pat-img-area .img-area .cap-c,
  .bl_oldHtml .column-area .column2-11 .pat-img-area .img-area .cap-l {
    text-align: right;
    font-size: 0.8125rem;
  }
}
.bl_oldHtml .column-area .column2-11 .bl_imgGroup_txt:not(:last-child) {
  margin-bottom: 23px;
}
.bl_oldHtml .column-area .column2-11 .bl_imgGroup_txt p {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .bl_oldHtml .column-area .column2-11 .bl_imgGroup_txt p {
    font-size: 0.9375rem;
  }
}
@media not all and (max-width: 767px), print {
  .bl_oldHtml .column-area .column2-11 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.bl_oldHtml .column-area .pat-img-area02 {
  display: grid;
  gap: 100px 50px;
}
@media screen and (max-width: 767px) {
  .bl_oldHtml .column-area .pat-img-area02 {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .bl_oldHtml .column-area .pat-img-area02 + .column-area {
    margin-top: 40px;
  }
}
.bl_oldHtml .column-area .pat-img-area02 .img-area .img-area-in:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .bl_oldHtml .column-area .pat-img-area02 .img-area .img-area-in:not(:last-child) {
    margin-bottom: 20px;
  }
}
.bl_oldHtml .column-area .pat-img-area02 .img-area .img-area-in .cap-c,
.bl_oldHtml .column-area .pat-img-area02 .img-area .img-area-in .cap-l {
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .bl_oldHtml .column-area .pat-img-area02 .img-area .img-area-in .cap-c,
  .bl_oldHtml .column-area .pat-img-area02 .img-area .img-area-in .cap-l {
    text-align: right;
    font-size: 0.8125rem;
  }
}
@media not all and (max-width: 767px), print {
  .bl_oldHtml .column-area .pat-img-area02 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.bl_oldHtml .column-area .column3 {
  display: grid;
  gap: 100px 29px;
}
@media screen and (max-width: 767px) {
  .bl_oldHtml .column-area .column3 {
    gap: 40px;
  }
}
.bl_oldHtml .column-area .column3 .img-area .img-area-in:not(:last-child) {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .bl_oldHtml .column-area .column3 .img-area .img-area-in:not(:last-child) {
    margin-bottom: 14px;
  }
}
.bl_oldHtml .column-area .column3 .img-area .img-area-in .cap-c,
.bl_oldHtml .column-area .column3 .img-area .img-area-in .cap-l {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .bl_oldHtml .column-area .column3 .img-area .img-area-in .cap-c,
  .bl_oldHtml .column-area .column3 .img-area .img-area-in .cap-l {
    margin-top: 13px;
    font-size: 0.75rem;
    letter-spacing: -0.037em;
    line-height: 1.11;
  }
}
@media not all and (max-width: 767px), print {
  .bl_oldHtml .column-area .column3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .bl_oldHtml .column-area .column3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 15px;
  }
}
.bl_oldHtml .txt-img-area .img-area:not(:last-child),
.bl_oldHtml .pat-img-area .img-area:not(:last-child),
.bl_oldHtml .pat-img-area02 .img-area:not(:last-child) {
  margin-bottom: 31px;
}
@media screen and (max-width: 767px) {
  .bl_oldHtml .txt-img-area .img-area:not(:last-child),
  .bl_oldHtml .pat-img-area .img-area:not(:last-child),
  .bl_oldHtml .pat-img-area02 .img-area:not(:last-child) {
    margin-bottom: 26px;
  }
}
.bl_oldHtml .txt-img-area .img-area .img,
.bl_oldHtml .pat-img-area .img-area .img,
.bl_oldHtml .pat-img-area02 .img-area .img {
  display: table;
  margin: auto;
}
.bl_oldHtml .txt-img-area .img-area .cap-c,
.bl_oldHtml .pat-img-area .img-area .cap-c,
.bl_oldHtml .pat-img-area02 .img-area .cap-c {
  font-family: var(--ff_finder);
  font-size: 1rem;
  line-height: 1.15;
  color: var(--clr_textGray);
}
@media screen and (max-width: 767px) {
  .bl_oldHtml .txt-img-area .img-area .cap-c,
  .bl_oldHtml .pat-img-area .img-area .cap-c,
  .bl_oldHtml .pat-img-area02 .img-area .cap-c {
    letter-spacing: 0;
    text-align: right;
  }
}
.bl_oldHtml .txt-area,
.bl_oldHtml .h3-area,
.bl_oldHtml .txt-img-area,
.bl_oldHtml .table-area,
.bl_oldHtml .file-download-area,
.bl_oldHtml .plugin-area,
.bl_oldHtml .link-area {
  padding-left: 18.8%;
}
@media screen and (max-width: 767px) {
  .bl_oldHtml .txt-area,
  .bl_oldHtml .h3-area,
  .bl_oldHtml .txt-img-area,
  .bl_oldHtml .table-area,
  .bl_oldHtml .file-download-area,
  .bl_oldHtml .plugin-area,
  .bl_oldHtml .link-area {
    padding-left: 0;
  }
}
.bl_oldHtml .column-box > :not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .bl_oldHtml .column-box > :not(:first-child) {
    margin-top: 30px;
  }
}

/**
 * Element
 */
.el_hdgXl {
  --_mt: 97px;
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-family: var(--ff_ge);
  margin-block: var(--_mt) 40px;
}
@media screen and (max-width: 767px) {
  .el_hdgXl {
    font-size: 2rem;
    margin-bottom: 25px;
  }
}
html[lang=en] .el_hdgXl {
  font-size: 3.375rem;
}
@media screen and (max-width: 767px) {
  html[lang=en] .el_hdgXl {
    font-size: 2.25rem;
  }
}
.el_hdgXl:first-child {
  --_mt: 0px;
}

.el_hdgLg {
  --_mt: 97px;
  margin-block: var(--_mt) 42px;
  font-size: 2.25rem;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  font-family: var(--ff_gb);
  line-height: 1.15; /* 39.2px */
}
@media screen and (max-width: 767px) {
  .el_hdgLg {
    --_mt: 60px;
    margin-block: var(--_mt) 25px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .el_hdgLg span {
    letter-spacing: -0.05em;
  }
}
html[lang=en] .el_hdgLg {
  font-size: 2.625rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-family: var(--ff_ge);
}
@media screen and (max-width: 767px) {
  html[lang=en] .el_hdgLg {
    font-size: 2rem;
  }
}
.el_hdgLg:first-child {
  --_mt: 0px;
}

.el_hdgMd {
  --_mt: 93px;
  margin-block: var(--_mt) 44px;
  font-size: 1.625rem;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  font-family: var(--ff_gb);
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .el_hdgMd {
    --_mt: 53px;
    margin-block: var(--_mt) 16px;
    font-size: 1.625rem;
  }
}
.el_hdgMd span {
  letter-spacing: -0.03em;
}
html[lang=en] .el_hdgMd {
  font-size: 2rem;
  line-height: 1.15;
}
.el_hdgMd:first-child {
  --_mt: 0px;
}

.el_hdgSm {
  --_mt: 56px;
  margin-block: var(--_mt) 27px;
  font-size: 1.125rem;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  font-family: var(--ff_gb);
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .el_hdgSm {
    --_mt: 38px;
    margin-block: var(--_mt) 18px;
  }
}
@media screen and (max-width: 767px) {
  .el_hdgSm span {
    letter-spacing: -0.04em;
  }
}
html[lang=en] .el_hdgSm {
  font-size: 1.375rem;
  line-height: 1.15;
}
.el_hdgSm:first-child {
  --_mt: 0px;
}

.el_btn {
  --iconSize: 0.625em;
  display: inline-block;
  position: relative;
  border-radius: 8px;
  padding: 14px 16px;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-family: var(--ff_ge);
  background-color: var(--clr_btnBg);
  color: var(--clr_baseBkg);
  line-height: 1.15;
  transition: color var(--transDur) var(--transEasing);
}
.el_btn .el_btn_inner::after {
  content: "";
  display: inline-block;
  background-color: currentColor;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  width: var(--iconSize);
  aspect-ratio: 1/1.25;
  transition: filter var(--transDur) var(--transEasing);
}
.el_btn[target=_blank] .el_btn_inner::after {
  content: "";
  width: calc(var(--iconSize) * 0.95);
  aspect-ratio: 1;
  background-image: url(../images/icon_blank.svg);
}
.el_btn[href$=".pdf"] .el_btn_inner::after {
  content: "";
  width: calc(var(--iconSize) * 1);
  aspect-ratio: 10/15;
  background-image: url(../images/icon_pdf.svg);
}
.el_btn[href$=".doc"] .el_btn_inner::after, .el_btn[href$=".docx"] .el_btn_inner::after, .el_btn[href$=".pptx"] .el_btn_inner::after, .el_btn[href$=".ppt"] .el_btn_inner::after, .el_btn[href$=".odp"] .el_btn_inner::after, .el_btn[href$=".xls"] .el_btn_inner::after, .el_btn[href$=".zip"] .el_btn_inner::after, .el_btn[href$=".xlsx"] .el_btn_inner::after {
  content: "";
  width: calc(var(--iconSize) * 1);
  aspect-ratio: 10/15;
  background-image: url(../images/icon_file.svg);
}
@media screen and (max-width: 767px) {
  .el_btn {
    font-size: 0.9375rem;
  }
}
.el_btn[target=_blank] .el_btn_inner::after {
  width: calc(var(--iconSize) * 1.2);
}
.el_btn[href$=".pdf"] .el_btn_inner::after {
  width: calc(var(--iconSize) * 1.1);
}
.el_btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--clr_hoverBg);
  transition-property: height;
  transition-duration: var(--transDur);
  transition-timing-function: var(--transEasing);
}
.el_btn:focus-visible {
  color: #fff;
}
.el_btn:focus-visible::after {
  height: 100%;
}
.el_btn:focus-visible .el_btn_inner::after {
  filter: brightness(0) invert(1);
}
@media (any-hover: hover) {
  .el_btn:hover {
    color: #fff;
  }
  .el_btn:hover::after {
    height: 100%;
  }
  .el_btn:hover .el_btn_inner::after {
    filter: brightness(0) invert(1);
  }
}
.el_btn_inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .el_btn_inner {
    gap: 20px;
  }
}
@media not all and (max-width: 767px), print {
  .el_btn_inner::after {
    translate: 0 -1px;
  }
}
.el_btn__sm {
  padding: 12px 16px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .el_btn__sm {
    padding: 11px 14px;
    font-size: 0.8125rem;
  }
}
.el_btn span {
  font-family: var(--ff_finder);
  letter-spacing: -0.03em;
}
.el_btn__prev .el_btn_inner {
  display: flex;
  flex-direction: row-reverse;
}
.el_btn__prev .el_btn_inner::after {
  scale: -1 1;
}
.el_btn__bgWh {
  --clr_btnBg: #fff;
}

.el_txtLink {
  display: inline-block;
  position: relative;
  font-size: 0.9375rem;
  text-decoration: underline;
}
.el_txtLink:focus-visible {
  text-decoration-color: transparent;
}
@media (any-hover: hover) {
  .el_txtLink:hover {
    text-decoration-color: transparent;
  }
}
.el_txtLink[href$=".pdf"] {
  padding-left: 20px;
}
.el_txtLink[href$=".pdf"]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 13px;
  background-color: currentColor;
  -webkit-mask-image: url(../images/icon_pdf.svg);
  mask-image: url(../images/icon_pdf.svg);
}
.el_txtLink small {
  font-size: 80%;
}

.el_copy {
  font-size: 1.625rem;
  line-height: 130%;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-family: var(--ff_ge);
}
@media screen and (max-width: 767px) {
  .el_copy {
    font-size: 1.375rem;
    letter-spacing: -0.04em;
  }
  .el_copy .js-slide-up-row-text__item {
    letter-spacing: -0.04em;
  }
}
.el_copy:not(:last-child) {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .el_copy:not(:last-child) {
    margin-bottom: 32px;
  }
}

.el_desc {
  font-size: 1.125rem;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .el_desc {
    font-size: 0.9375rem;
  }
}

.el_subAreaTitle {
  font-size: 1.125rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-family: var(--ff_ge);
}
@media screen and (max-width: 767px) {
  .el_subAreaTitle {
    font-size: 1rem;
  }
}
.el_subAreaTitle:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .el_subAreaTitle:not(:last-child) {
    margin-bottom: 28px;
  }
}
.el_subAreaTitle_img {
  margin-inline: initial;
  width: 100%;
}
.el_subAreaTitle_img img {
  width: 100%;
  height: auto;
}

/**
 * Unique
 */
/**
 * Helper
 */
@media screen and (max-width: 767px) {
  .hp_pcOnly {
    display: none !important;
  }
}

@media not all and (max-width: 767px), print {
  .hp_spOnly {
    display: none !important;
  }
}

.hp_srOnly {
  position: absolute !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(0, 0, 0, 0) !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

.hp_trimLeading::before, .hp_trimLeading::after {
  content: "";
  display: block;
}
.hp_trimLeading::before {
  margin-block-end: var(--negLeading);
}
.hp_trimLeading::after {
  margin-block-start: var(--negLeading);
}

.hp_animUL {
  display: inline;
  justify-self: start;
  background-image: linear-gradient(currentColor, currentColor); /* 単色 */
  background-size: 0 1px; /* 幅(0=見えない状態) | 高さ(=線の太さ) */
  background-position: bottom right; /* 右下に配置 */
  background-repeat: no-repeat;
  padding-bottom: 2px;
  transition: background-size var(--transDur) ease-out;
  box-decoration-break: cloneslice; /* Firefox用に指定 */
  -webkit-box-decoration-break: cloneslice; /* Firefox以外のブラウザ用に指定 */
}
@media (hover: hover) {
  a:hover .hp_animUL, button:hover .hp_animUL, summary:hover .hp_animUL {
    background-size: 100% 1px; /* 幅(100%=文字の長さ) | 高さ(=線の太さ) */
    background-position: bottom left; /* 左下に配置 */
  }
}

.hp_turnBg:nth-child(odd of .hp_turnBg) {
  background: #fff;
}
.hp_turnBg:nth-child(even of .hp_turnBg) {
  background: var(--clr_bgGray);
  --clr_btnBg: #fff;
}

/**
 * Page
 */
:where(.pg_home) * {
  letter-spacing: inherit;
}

.u-visually-hidden {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

@media not all and (max-width: 767px), print {
  .u-visually-hidden-pc {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }
}
.u-bg-white {
  background-color: #fff;
}

.u-bg-gray {
  background-color: var(--clr_bgGray);
}

.u-bg-black {
  background-color: var(--clr_baseBk);
}

@media not all and (max-width: 767px), print {
  .u-bg-black-pc {
    background-color: var(--clr_baseBk);
  }
}
.u-text-white {
  color: #fff;
}

@media not all and (max-width: 767px), print {
  .u-text-white-pc {
    color: #fff;
  }
}
.u-text-gray {
  color: var(--clr_textGray);
}

.u-text-gray-dark {
  color: #666;
}

.u-relative {
  position: relative;
}

.u-fluid {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.u-w-full {
  width: 100%;
}

.u-block {
  display: block;
}

.u-grid {
  display: grid;
}

.u-flex {
  display: flex;
}

.u-flex-wrap {
  flex-wrap: wrap;
}

.u-flex-col {
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .u-flex-col-sp {
    flex-direction: column;
  }
}
@media not all and (max-width: 767px), print {
  .u-flex-col-reverse-pc {
    flex-direction: column-reverse;
  }
}
.u-flex-between {
  display: flex;
  justify-content: space-between;
}

@media not all and (max-width: 767px), print {
  .u-flex-between-pc {
    display: flex;
    justify-content: space-between;
  }
}
.u-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.u-flex-center-y {
  display: flex;
  align-items: center;
}

@media not all and (max-width: 767px), print {
  .u-flex-center-y-pc {
    display: flex;
    align-items: center;
  }
}
.u-items-center {
  align-items: center;
}

@media screen and (max-width: 767px) {
  .u-items-center-sp {
    align-items: center;
  }
}
@media not all and (max-width: 767px), print {
  .u-items-center-pc {
    align-items: center;
  }
}
.u-justify-end {
  justify-content: flex-end;
}

.u-shrink-0 {
  flex-shrink: 0;
}

.u-stroke-current {
  stroke: currentColor;
}

.u-fill-current {
  fill: currentColor;
}

.u-ff-gm {
  font-family: var(--ff_gm);
}

.u-ff-ge {
  font-family: var(--ff_ge);
  font-weight: 700;
  font-variation-settings: "wght" 700;
}

.u-ff-finder {
  font-family: var(--ff_finder);
}

.u-font-bold {
  font-weight: 700;
  font-variation-settings: "wght" 700;
}

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

.u-transition-colors {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: var(--transEasing);
  transition-duration: var(--transDur);
}

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

@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}
@media not all and (max-width: 767px), print {
  .u-hidden-pc {
    display: none !important;
  }
}
@media (any-hover: hover) {
  .u-hv-op:hover {
    transition: opacity var(--transDur) var(--transEasing);
  }
  .u-hv-op:hover:hover {
    opacity: 0.7;
  }
}

.u-inner {
  max-width: 1220px;
  margin-inline: auto;
  box-sizing: content-box;
}

.u-side-space {
  padding-inline: 15px;
}
@media not all and (max-width: 767px), print {
  .u-side-space {
    padding-inline: 30px;
  }
}

@media screen and (max-width: 767px) {
  .u-side-space-sp {
    padding-inline: 15px;
  }
}
@media not all and (max-width: 767px), print {
  .u-side-space-pc {
    padding-inline: 30px;
  }
}
.u-overflow-hidden {
  overflow: hidden;
}

@media (any-hover: hover) {
  .u-hv-group:hover .u-hv-scale {
    transform: scale(1.1);
  }
  .u-hv-group:hover.u-hv-op,
  .u-hv-group:hover .u-hv-op {
    opacity: 0.5;
  }
}

.u-hv-scale {
  --transDur: .8s;
  --transEasing: cubic-bezier(.16, 1, .3, 1);
  transition: transform var(--transDur) var(--transEasing);
}

.u-hv-op {
  transition: opacity var(--transDur) var(--transEasing);
}

.c-hv-button {
  position: relative;
  overflow: hidden;
  transition: color var(--transDur) var(--transEasing);
}
.c-hv-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--clr_baseBk);
  border-radius: inherit;
  transform: scale(1, 0);
  transition: transform var(--transDur) var(--transEasing);
  transform-origin: bottom;
}
@media (any-hover: hover) {
  .c-hv-button:hover {
    color: #fff;
  }
  .c-hv-button:hover::before {
    transform: scale(1, 1);
  }
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide__navs:not(.is-active) {
  opacity: 0;
  visibility: hidden;
}

.splide__navs {
  margin-top: 28px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .splide__navs {
    margin-inline: auto;
  }
}
@media not all and (max-width: 767px), print {
  .splide__navs {
    margin-block: 10px -10px;
  }
}

.splide__navs:has([data-playing=true]) .splide__meter::before {
  will-change: transform;
}

@media not all and (max-width: 767px), print {
  .splide__research .splide__navs {
    margin: auto auto 0;
    padding-top: 24px;
    background-color: var(--clr_baseBk);
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .splide__research .splide__navs {
    margin-top: 28px;
  }
}
@media not all and (max-width: 767px), print {
  .splide__research .splide__meter {
    --bg-color: #888;
  }
}

.splide__index {
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .splide__index {
    margin-left: 15px;
  }
}

.splide__meter {
  --bg-color: #CECECE;
  --position: 0%;
  overflow: hidden;
  position: relative;
  width: 120px;
  height: 1px;
  background: currentColor;
  margin-left: 12px;
}
.splide__meter::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--bg-color);
  transform: translateX(var(--position));
  transition: transform 0.05s;
}
@media not all and (max-width: 767px), print {
  .splide__meter {
    margin-inline: 12px 9px;
  }
}

.splide__arrow,
.researchSplide__arrow {
  padding: 10px 4px;
}

.splide__arrow_iconPrev {
  scale: -1 1;
}

.splide__statusToggle {
  padding: 11px;
}
@media not all and (max-width: 767px), print {
  .splide__statusToggle {
    padding: 10px 5px;
  }
}

[data-playing=true] .splide__statusTogglePlay {
  display: none;
}

[data-playing=false] .splide__statusToggleStop {
  display: none;
}

.js-drop__body {
  visibility: hidden;
  opacity: 0;
  transition-property: opacity, visibility;
  transition-duration: var(--transDur);
  transition-timing-function: var(--transEasing);
}

.js-drop:has([aria-expanded=true]) .js-drop__body {
  visibility: visible;
  opacity: 1;
}

.js-extend-area {
  --extend-offset: 15px;
  --block-value: 15px;
  --extend-base: 15;
  --extend-scale: 1;
  --extend-max-scale-rate: 1.2;
  position: relative;
}
.js-extend-area.is-extend-area-active .js-extend-area__item {
  will-change: left, right;
}
.js-extend-area.is-extend-area-active .js-extend-area__scale {
  will-change: transform;
  transition: transform 0.1s, opacity 0.6s;
}
.js-extend-area.is-extend-area-active .js-extend-area__block {
  will-change: margin-inline;
}
@media not all and (max-width: 767px), print {
  .js-extend-area {
    --extend-offset: 30px;
    --extend-base: 30;
  }
}

.js-extend-area__body {
  --body-height: 100svh;
  height: var(--body-height);
  position: relative;
}

.js-extend-area__block {
  overflow: hidden;
  margin-inline: var(--extend-offset);
}
.js-extend-area__block img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.js-extend-area__item {
  position: absolute;
  overflow: hidden;
  inset: 0 var(--extend-offset);
}
.js-extend-area__item img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.js-extend-area__scale {
  transform: scale(var(--extend-scale));
}

.is-extend-area-ended .js-extend-area__scale.is-extend-area-fade {
  opacity: 0;
}

.js-observer-anime {
  --opacity: 0;
  --delay: 0;
  --duration: 1.4s;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

@media print {
  .js-observer-anime {
    --opacity: 1;
  }
}
.js-observer-anime__item:where(:not(.is-colorful)) {
  animation-fill-mode: both;
  animation-duration: var(--duration);
  animation-timing-function: var(--ease);
  opacity: var(--opacity);
  animation-delay: var(--delay);
}

.js-observer-anime__item.is-colorful {
  animation: none;
  filter: grayscale(100%);
  transition: filter var(--duration) var(--ease);
}

.is-anime.is-colorful {
  filter: grayscale(0%);
}

.is-anime:where(:not(.is-colorful)) {
  animation-name: jsObserver_FadeIn;
}

.is-anime.is-slide-up {
  --opacity: 1;
  --delay: 0.2s;
  animation-name: jsObserver_slideUp;
}

@keyframes jsObserver_FadeIn {
  to {
    opacity: 1;
  }
}
@keyframes jsObserver_slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
.js-parallax {
  --position: 0;
  --ratio-mobile: 0px;
  --aspect-ratio: 16 / 9;
  opacity: 0;
}
.js-parallax img {
  display: block;
  width: 100%;
}
.js-parallax.is-parallax-auto {
  --img-height: 110%;
}
.js-parallax.is-parallax-auto img {
  height: var(--img-height);
  -o-object-fit: cover;
  object-fit: cover;
}
.js-parallax.is-parallax-active .js-parallax__item {
  will-change: transform;
  transition: transform 0.1s;
}
.js-parallax.is-init {
  opacity: 1;
}

@media print {
  .js-parallax {
    opacity: 1;
  }
}
.js-parallax__body {
  overflow: hidden;
  position: relative;
  isolation: isolate;
  aspect-ratio: var(--aspect-ratio);
}

.js-parallax__item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, var(--position), 0, 1);
}

.js-scroll-slide:not(.is-disabled) {
  --sticky-offset: -1px;
  position: sticky;
  top: var(--sticky-offset);
}

.js-slide-up-row-text {
  position: relative;
  opacity: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.js-slide-up-row-text.is-setup {
  opacity: 1;
}

@media print {
  .js-slide-up-row-text {
    --opacity: 1;
  }
}
.js-slide-up-row-text__base {
  opacity: 0;
}

.js-slide-up-row-text__line,
.js-slide-up-row-text__checker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.js-slide-up-row-text__item {
  display: block;
}

.js-slide-up-row-text__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

:root {
  --scroll-bar: 0px;
}

:where(.js-modal) {
  inline-size: unset;
  max-inline-size: unset;
  block-size: unset;
  max-block-size: unset;
  padding: unset;
  margin: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

:where(:root[data-mousedown] .js-modal *) {
  outline: none;
}

[data-modal-open]:where(:root[data-mousedown] *) {
  outline: none;
}

.js-modal {
  transition: opacity var(--transDur) var(--transEasing);
  contain: strict;
}
.js-modal:not([data-active=true]) {
  opacity: 0;
}
.js-modal::backdrop {
  transition: opacity var(--transDur) var(--transEasing);
}
.js-modal:not([data-active=true])::backdrop {
  opacity: 0;
}

.js-modal__container {
  height: 100%;
}

.js-modal__body {
  position: relative;
  max-height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

.js-more-button__list > :nth-child(n+5) {
  display: none;
}

.js-more-button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
  border-radius: 8px;
  background: var(--clr_bgGray);
}
@media not all and (max-width: 767px), print {
  .js-more-button {
    margin-top: 40px;
  }
}

.js-more-button_text {
  display: flex;
  align-items: center;
  gap: 23px;
  padding: 12px 16px;
  font-size: 0.8125rem;
}
@media not all and (max-width: 767px), print {
  .js-more-button_text {
    gap: 24px;
    padding: 11px 16px;
    font-size: 1rem;
  }
}
.js-more-button_text::before, .js-more-button_text::after {
  content: "";
  background: currentColor;
}
.js-more-button_text::before {
  position: absolute;
  top: 50%;
  right: 21px;
  height: 11px;
  width: 1px;
  transform: translateY(-50%);
}
.js-more-button_text::after {
  height: 1px;
  width: 11px;
}

html[lang=en] .js-more-button_text {
  letter-spacing: -0.03em;
  font-size: 0.9375rem;
}
html[lang=en] .js-more-button_text * {
  letter-spacing: inherit;
}
@media not all and (max-width: 767px), print {
  html[lang=en] .js-more-button_text {
    font-size: 1.125rem;
  }
}

.js-slide-menu__body {
  height: 100%;
}

.js-slide-menu__panel {
  position: absolute;
  inset: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  transform: translateX(100%);
}

.pg_home {
  letter-spacing: 0;
}
.pg_home .ly_header {
  height: auto;
}
.pg_home .ly_header:not(.is-changed) {
  --bg-color: transparent;
  --menu-text-color: #fff;
  --search-bd-color: rgba(255,255,255,0.5);
}
.pg_home button {
  outline: revert;
  cursor: pointer;
}
.pg_home button:focus:not(:focus-visible) {
  outline: none;
}

.pg_home_main {
  height: 100svh;
  min-height: 500px;
  overflow: clip;
}

.pg_home_main_videoBox {
  height: 200%;
}

.pg_home_main_videoInner {
  position: sticky;
  top: 0;
  height: 50%;
}

.pg_home_main_video {
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pg_home_main_img {
  position: absolute;
  inset: 50% 0 auto;
  transform: translateY(-50%);
  animation-name: blink;
  animation-duration: 5s;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-delay: 1s;
  will-change: opacity;
}

.pg_home_main_sticky {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .pg_home_main_sticky {
    overflow: hidden;
    height: 100svh;
  }
}

.pg_home_main_sticky_body {
  height: 100svh;
}
@media not all and (max-width: 767px), print {
  .pg_home_main_sticky_body {
    position: sticky;
    top: 0;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  1.1% {
    opacity: 0;
  }
  1.9% {
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  2.1% {
    opacity: 0;
  }
  2.9% {
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  3.1% {
    opacity: 0;
  }
  3.9% {
    opacity: 0;
  }
  4% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.pg_home_main_news {
  position: absolute;
  inset: auto 15px 18px;
}
@media not all and (max-width: 767px), print {
  .pg_home_main_news {
    inset: auto 30px 46px;
    transition: opacity var(--transDur) var(--transEasing);
  }
  .pg_home_main_news.is-scroll {
    opacity: 0;
  }
}

.pg_home_main_news_inner {
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  line-height: 1.3;
}
@media not all and (max-width: 767px), print {
  .pg_home_main_news_inner {
    gap: 17px;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 490px;
    max-width: 600px;
    margin-left: auto;
    padding: 21px 24px;
  }
}

.pg_home_main_news_date {
  font-size: 0.75rem;
}
@media not all and (max-width: 767px), print {
  .pg_home_main_news_date {
    font-size: 0.875rem;
  }
}

.pg_home_main_news_title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.875rem;
  text-decoration: underline;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .pg_home_main_news_title {
    margin-top: 6px;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home_main_news_title {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .pg_home_border-sec-sp {
    padding-block: 37px 80px;
  }
  .pg_home_border-sec-sp + .pg_home_border-sec-sp {
    border-top: 1px solid var(--clr_bdGray);
  }
}
@media not all and (max-width: 767px), print {
  .pg_home_border-sec-sp {
    padding-block: 180px;
  }
}

@media not all and (max-width: 767px), print {
  .pg_home_border-sec-sp:not(.pg_home_research) + .pg_home_border-sec-sp {
    margin-top: -180px;
  }
}

@media not all and (max-width: 767px), print {
  .pg_home_col2_head {
    padding-right: 30px;
    width: 30.3278688525%;
  }
}

.pg_home_col2_title {
  letter-spacing: -0.04em;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
}
@media not all and (max-width: 767px), print {
  .pg_home_col2_title {
    margin-top: -4px;
    font-size: 1.25rem;
  }
}

@media not all and (max-width: 767px), print {
  .pg_home_col2_title_sm {
    font-size: 1.125rem;
  }
}

.pg_home_col2_title_en {
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .pg_home_col2_title_en {
    font-size: 1.125rem;
  }
}

.pg_home_col2_text {
  margin-top: 24px;
  max-width: 298px;
  letter-spacing: -0.03em;
  font-size: 0.875rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .pg_home_col2__body {
    margin-top: 50px;
  }
}

.pg_home_button {
  gap: 25px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 16px;
  border-radius: 8px;
  background: #fff;
  letter-spacing: -0.03em;
  line-height: 1.15;
  font-size: 0.9375rem;
}
@media not all and (max-width: 767px), print {
  .pg_home_button {
    padding: 15px 16px;
    font-size: 1rem;
  }
}

.pg_home_research {
  padding-block: 50px 38px;
}
@media not all and (max-width: 767px), print {
  .pg_home_research {
    padding-block: 0;
  }
}

@media screen and (max-width: 767px) {
  .pg_home_research_slider {
    margin-top: 50px;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home_research_slider .splide__slide {
    min-height: 100svh;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home_research_slider.is-slider-opening {
    --transDur: .8s;
    --transEasing: cubic-bezier(.16, 1, .3, 1);
  }
  .pg_home_research_slider.is-slider-opening .pg_home_research_slide_inner {
    transition: transform var(--transDur) var(--transEasing);
  }
  .pg_home_research_slider.is-slider-opening .pg_home_research_slide_head,
  .pg_home_research_slider.is-slider-opening .pg_home_research_slide_text,
  .pg_home_research_slider.is-slider-opening .pg_home_research_slide_title {
    --transDur: 1.2s;
    transition: transform var(--transDur) var(--transEasing), opacity var(--transDur) var(--transEasing);
  }
  .pg_home_research_slider.is-slider-opening .pg_home_research_slide_head {
    transition-delay: 0.3s;
  }
  .pg_home_research_slider.is-slider-opening .pg_home_research_slide_title {
    transition-delay: 0.4s;
  }
  .pg_home_research_slider.is-slider-opening .pg_home_research_slide_text {
    transition-delay: 0.5s;
  }
  .pg_home_research_slider.is-slider-opening .pg_home_research_slide_text + .pg_home_research_slide_text {
    transition-delay: 0.6s;
  }
  .pg_home_research_slider.is-slider-opening:not(.is-slider-opening-start) .pg_home_research_slide_inner, .pg_home_research_slider.is-slider-opening.is-slider-init .splide__slide:not(.is-active) .pg_home_research_slide_inner {
    transform: translateX(-100%);
  }
  .pg_home_research_slider.is-slider-opening:not(.is-slider-opening-start) .pg_home_research_slide_head,
  .pg_home_research_slider.is-slider-opening:not(.is-slider-opening-start) .pg_home_research_slide_title,
  .pg_home_research_slider.is-slider-opening:not(.is-slider-opening-start) .pg_home_research_slide_text, .pg_home_research_slider.is-slider-opening.is-slider-init .splide__slide:not(.is-active) .pg_home_research_slide_head,
  .pg_home_research_slider.is-slider-opening.is-slider-init .splide__slide:not(.is-active) .pg_home_research_slide_title,
  .pg_home_research_slider.is-slider-opening.is-slider-init .splide__slide:not(.is-active) .pg_home_research_slide_text {
    opacity: 0;
    transform: translateY(30px);
  }
}

.pg_home_research_slide {
  overflow: hidden;
}
@media not all and (max-width: 767px), print {
  .pg_home_research_slide {
    height: 100%;
    min-height: 700px;
  }
}

.pg_home_research_slide_img {
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .pg_home_research_slide_img {
    aspect-ratio: 345/230;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home_research_slide_img {
    position: absolute;
    inset: 0;
    height: 100%;
  }
}

.pg_home_research_slide_inner {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .pg_home_research_slide_inner {
    margin-top: 18px;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home_research_slide_inner {
    min-height: 450px;
    max-width: 450px;
    padding: 40px 50px 28px;
  }
}

.pg_home_research_slide_head {
  letter-spacing: -0.05em;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.pg_home_research_slide_title {
  line-height: 1.2;
  font-size: 1.5rem;
  letter-spacing: -0.04em;
}
.pg_home_research_slide_title + * {
  margin-top: 11px;
}
@media not all and (max-width: 767px), print {
  .pg_home_research_slide_title {
    margin-top: 42px;
    font-size: 3rem;
    letter-spacing: -0.07em;
  }
  .pg_home_research_slide_title + * {
    margin-top: 20px;
  }
}

.pg_home_research_slide_text {
  font-size: 0.875rem;
  letter-spacing: -0.03em;
}
.pg_home_research_slide_text + * {
  margin-top: 11px;
}
@media not all and (max-width: 767px), print {
  .pg_home_research_slide_text {
    font-size: 0.9375rem;
  }
  .pg_home_research_slide_text + * {
    margin-top: 24px;
  }
}

.pg_home_research_slide_link {
  gap: 12px;
  font-size: 0.9375rem;
  letter-spacing: -0.03em;
  text-decoration: underline;
}
@media not all and (max-width: 767px), print {
  .pg_home_research_slide_link {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .pg_home_research_navs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .pg_home_info {
    padding-bottom: 37px;
  }
}

@media screen and (max-width: 767px) {
  .pg_home_info_slide {
    margin-inline: -15px;
  }
}

* + .pg_home_news_tab {
  padding-top: 30px;
}
@media not all and (max-width: 767px), print {
  * + .pg_home_news_tab {
    padding-top: 50px;
  }
}

.pg_home_news_tab_nav {
  gap: 8px;
  margin-bottom: 28px;
}
@media not all and (max-width: 767px), print {
  .pg_home_news_tab_nav {
    gap: 4px;
    margin-bottom: 39px;
  }
}

.pg_home_news_tab_button {
  min-width: 100px;
  padding: 11px 12px 10px;
  border: 1px solid var(--clr_bdGray);
  line-height: 1.2;
  font-size: 0.875rem;
  letter-spacing: -0.02em;
  border-radius: 8px;
  background: none;
  transition-property: color, background, border;
  transition-timing-function: var(--transEasing);
  transition-duration: var(--transDur);
  letter-spacing: -0.07em;
}
.pg_home_news_tab_button[aria-selected=true] {
  background: var(--clr_btnBk);
  border-color: var(--clr_btnBk);
  color: #fff;
}
@media not all and (max-width: 767px), print {
  .pg_home_news_tab_button {
    padding: 17px 16px;
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .pg_home_news_tab_button:hover {
    background: var(--clr_btnBk);
    border-color: var(--clr_btnBk);
    color: #fff;
  }
}

.pg_home_news_list {
  border-bottom: 1px solid var(--clr_bdGray);
}

.pg_home_news_list_item {
  border-top: 1px solid var(--clr_bdGray);
}

.pg_home_news_post_pickup {
  border: 1px solid #cecece;
  padding: 24px 24px 20px;
}
@media not all and (max-width: 767px), print {
  .pg_home_news_post_pickup {
    padding: 30px;
    margin-top: -5px;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home_news_post_pickup:has(.pg_home_news_post_image) {
    display: grid;
    grid-template-columns: min(280px, 32%) minmax(0, 1fr);
  }
}
.pg_home_news_post_pickup:has(.pg_home_news_post_image) .pg_home_news_post_head {
  margin-bottom: 12px;
}
@media not all and (max-width: 767px), print {
  .pg_home_news_post_pickup:has(.pg_home_news_post_image) .pg_home_news_post_head {
    grid-column: 1/-1;
    margin-bottom: 20px;
  }
}
.pg_home_news_post_pickup:has(.pg_home_news_post_image) .pg_home_news_post_title_lg {
  margin-top: 15px;
}
@media not all and (max-width: 767px), print {
  .pg_home_news_post_pickup:has(.pg_home_news_post_image) .pg_home_news_post_title_lg {
    margin-top: var(--negLeading);
    margin-left: 27px;
  }
}

.pg_home_news_post {
  padding-block: 18px 16px;
}
.pg_home_news_post:has(.pg_home_news_post_cat) {
  padding-block: 21px 16px;
}
.pg_home_news_post::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 12px;
  width: 8px;
  background: currentColor;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../images/icon_arrow.svg);
  mask-image: url(../images/icon_arrow.svg);
}
.pg_home_news_post[target=_blank]::after {
  width: 12px;
  -webkit-mask-image: url(../images/icon_blank.svg);
  mask-image: url(../images/icon_blank.svg);
}
.pg_home_news_post[href$=".pdf"]::after {
  translate: 0 4px;
  right: 2px;
  height: 14px;
  width: 12px;
  -webkit-mask-image: url(../images/icon_pdf.svg);
  mask-image: url(../images/icon_pdf.svg);
}
.pg_home_news_post[href$=".doc"]::after, .pg_home_news_post[href$=".docx"]::after, .pg_home_news_post[href$=".pptx"]::after, .pg_home_news_post[href$=".ppt"]::after, .pg_home_news_post[href$=".odp"]::after, .pg_home_news_post[href$=".xls"]::after, .pg_home_news_post[href$=".zip"]::after, .pg_home_news_post[href$=".xlsx"]::after {
  translate: 0 4px;
  right: 2px;
  height: 14px;
  width: 11px;
  -webkit-mask-image: url(../images/icon_file.svg);
  mask-image: url(../images/icon_file.svg);
}
@media not all and (max-width: 767px), print {
  .pg_home_news_post {
    padding-block: 23px 19px;
  }
  .pg_home_news_post:has(.pg_home_news_post_cat) {
    padding-block: 27px 19px;
  }
  .pg_home_news_post::after {
    height: 18px;
    width: 12px;
  }
}

.pg_home_news_post_head {
  gap: 8px;
  line-height: 1.1;
}
@media not all and (max-width: 767px), print {
  .pg_home_news_post_head {
    gap: 9px;
  }
}

.pg_home_news_post_date {
  margin-block: -3px;
  font-size: 0.8125rem;
  letter-spacing: -0.02em;
}
@media not all and (max-width: 767px), print {
  .pg_home_news_post_date {
    margin-block: 0;
    font-size: 1rem;
  }
}

.pg_home_news_post_media {
  margin-block: -3px;
  font-size: 0.75rem;
  letter-spacing: -0.02em;
}
@media not all and (max-width: 767px), print {
  .pg_home_news_post_media {
    margin-block: 0;
    font-size: 0.75rem;
  }
}

.pg_home_news_post_date_lg {
  font-size: 1rem;
  letter-spacing: -0.02em;
}
@media not all and (max-width: 767px), print {
  .pg_home_news_post_date_lg {
    font-size: 1.25rem;
  }
}

.pg_home_news_post_cat {
  padding: 3px 4px 2px;
  font-size: 0.6875rem;
  letter-spacing: -0.07em;
  border: 1px solid var(--clr_bdGray);
  border-radius: 2px;
}
@media not all and (max-width: 767px), print {
  .pg_home_news_post_cat {
    padding: 2px 4px;
    font-size: 0.75rem;
    letter-spacing: -0.02em;
  }
}

.pg_home_news_post_cat_en {
  padding: 3px 4px 2px;
  font-size: 0.75rem;
  letter-spacing: -0.02em;
  border: 1px solid var(--clr_bdGray);
  border-radius: 2px;
}
@media not all and (max-width: 767px), print {
  .pg_home_news_post_cat_en {
    padding: 2px 4px;
    font-size: 0.875rem;
    letter-spacing: -0.02em;
  }
}

.pg_home_news_post_title {
  margin-top: 10px;
  padding-right: 30px;
  font-size: 0.8125rem;
  letter-spacing: -0.03em;
  line-height: 1.3;
}
@media not all and (max-width: 767px), print {
  .pg_home_news_post_title {
    margin-top: 8px;
    padding-right: 5.8823529412%;
    font-size: 1rem;
  }
}

.pg_home_news_post_title_lg {
  margin-top: 8px;
  font-size: 1.375rem;
  letter-spacing: 0.01em;
  line-height: 1.3;
}
@media not all and (max-width: 767px), print {
  .pg_home_news_post_title_lg {
    margin-top: 11px;
    font-size: 2.25rem;
    letter-spacing: -0.03em;
  }
}

.pg_home_news_post_image {
  width: 100%;
  aspect-ratio: 280/187;
}

.pg_home_about {
  padding-block: 39px 80px;
}
@media not all and (max-width: 767px), print {
  .pg_home_about {
    padding-block: 50px 180px;
  }
  .pg_home_about .pg_home_col2_title {
    margin-top: 10px;
    font-size: 1.125rem;
  }
}

.pg_home_about_title {
  margin-block: -6px 26px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  font-size: 1.375rem;
}
@media not all and (max-width: 767px), print {
  .pg_home_about_title {
    margin-block: 0 21px;
    font-size: 2.5rem;
  }
}

.pg_home_about_body {
  margin-block: 0 26px;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: -0.01em;
}
@media not all and (max-width: 767px), print {
  .pg_home_about_body {
    margin-block: 28px 30px;
    font-size: 1rem;
  }
}

.pg_home_about_img {
  margin-top: 80px;
}
@media not all and (max-width: 767px), print {
  .pg_home_about_img {
    margin-top: 122px;
  }
}

.pg_home_about_img_body {
  --aspect-ratio: 1/1;
}
@media not all and (max-width: 767px), print {
  .pg_home_about_img_body {
    --aspect-ratio: 122/60;
  }
}

@media not all and (max-width: 767px), print {
  .pg_home_link {
    padding-top: 60px;
  }
}

.pg_home_link_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 4.347826087%;
  column-gap: 4.347826087%;
  row-gap: 35px;
}
@media not all and (max-width: 767px), print {
  .pg_home_link_list {
    -moz-column-gap: 5.8823529412%;
    column-gap: 5.8823529412%;
    row-gap: 76px;
  }
}

.pg_home_link_post_img {
  aspect-ratio: 800/535;
  -o-object-fit: cover;
  object-fit: cover;
}

.pg_home_link_post_title {
  margin-top: 12px;
  line-height: 1.3;
  font-size: 0.875rem;
  letter-spacing: -0.03em;
}
@media not all and (max-width: 767px), print {
  .pg_home_link_post_title {
    margin-top: 25px;
    line-height: 1.15;
    font-size: 1.5rem;
  }
}

.pg_home_link_post_text {
  margin-top: 7px;
  line-height: 1.6;
  font-size: 0.8125rem;
  letter-spacing: -0.01em;
}
@media not all and (max-width: 767px), print {
  .pg_home_link_post_text {
    margin-top: 20px;
    line-height: 1.4;
    font-size: 1rem;
  }
}

.pg_home_menu {
  padding-block: 39px 80px;
}
@media not all and (max-width: 767px), print {
  .pg_home_menu {
    padding-block: 60px 180px;
  }
}

@media screen and (max-width: 767px) {
  .pg_home_menu_list {
    padding-top: 9px;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home_menu_list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 5.6470588235%;
    column-gap: 5.6470588235%;
  }
}

.pg_home_menu_item {
  border-bottom: 1px solid var(--clr_bdGray);
}
.pg_home_menu_item:first-child {
  border-top: 1px solid var(--clr_bdGray);
}
@media not all and (max-width: 767px), print {
  .pg_home_menu_item:nth-child(2) {
    border-top: 1px solid var(--clr_bdGray);
  }
}

.pg_home_menu_post {
  min-height: 100%;
  gap: 30px;
  padding-block: 22px 21px;
  line-height: 1.2;
  font-size: 1rem;
}
.pg_home_menu_post::after {
  content: "";
  flex-shrink: 0;
  height: 12px;
  width: 8px;
  margin-right: 8px;
  background: currentColor;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../images/icon_arrow.svg);
  mask-image: url(../images/icon_arrow.svg);
}
@media not all and (max-width: 767px), print {
  .pg_home_menu_post {
    padding-block: 28px 26px;
    font-size: 1.125rem;
  }
  .pg_home_menu_post::after {
    height: 17px;
    width: 11px;
  }
}

html[lang=en] .pg_home_main_news_date time {
  letter-spacing: 0;
}
html[lang=en] .pg_home_main_news_title {
  letter-spacing: -0.05em;
}
html[lang=en] .pg_home_main_news_title * {
  letter-spacing: inherit;
}
@media screen and (max-width: 767px) {
  html[lang=en] .pg_home_main_news_title {
    margin-top: 3px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  html[lang=en] .pg_home_col2_title {
    font-size: 1.125rem;
  }
}
@media not all and (max-width: 767px), print {
  html[lang=en] .pg_home_research_slide_inner {
    padding-block: 47px;
  }
}
html[lang=en] .pg_home_research_slide_title + * {
  margin-top: 11px;
}
@media not all and (max-width: 767px), print {
  html[lang=en] .pg_home_research_slide_title {
    letter-spacing: -0.07em;
  }
  html[lang=en] .pg_home_research_slide_title + * {
    margin-top: 9px;
  }
}
html[lang=en] .pg_home_research_slide_text {
  line-height: 1.4;
  font-size: 0.9375rem;
  letter-spacing: -0.01em;
}
html[lang=en] .pg_home_research_slide_text + * {
  margin-top: 16px;
}
@media not all and (max-width: 767px), print {
  html[lang=en] .pg_home_research_slide_text {
    font-size: 1rem;
  }
  html[lang=en] .pg_home_research_slide_text + * {
    margin-top: 27px;
  }
}
html[lang=en] .pg_home_research_slide_link {
  font-size: 1rem;
  letter-spacing: -0.03em;
}
html[lang=en] .pg_home_research_slide_link * {
  letter-spacing: inherit;
}
@media not all and (max-width: 767px), print {
  html[lang=en] .pg_home_research_slide_link {
    font-size: 1.125rem;
  }
}
html[lang=en] .pg_home_news_post_date,
html[lang=en] .pg_home_news_post_date_lg,
html[lang=en] .pg_home_news_post_cat,
html[lang=en] .pg_home_news_post_cat_en {
  letter-spacing: -0.02em;
}
html[lang=en] .pg_home_news_post_date *,
html[lang=en] .pg_home_news_post_date_lg *,
html[lang=en] .pg_home_news_post_cat *,
html[lang=en] .pg_home_news_post_cat_en * {
  letter-spacing: inherit;
}
html[lang=en] .pg_home_news_post_title_lg {
  line-height: 1.15;
  font-size: 1.625rem;
  letter-spacing: -0.03em;
}
html[lang=en] .pg_home_news_post_title_lg * {
  letter-spacing: inherit;
}
@media not all and (max-width: 767px), print {
  html[lang=en] .pg_home_news_post_title_lg {
    font-size: 2.5rem;
  }
}
html[lang=en] .pg_home_news_tab_button {
  font-size: 0.9375rem;
}
@media not all and (max-width: 767px), print {
  html[lang=en] .pg_home_news_tab_button {
    padding: 16px;
    font-size: 1.125rem;
  }
}
@media not all and (max-width: 767px), print {
  html[lang=en] .pg_home_news_post:has(.pg_home_news_post_cat) {
    padding-block: 26px 17px;
  }
}
@media not all and (max-width: 767px), print {
  html[lang=en] .pg_home_news_post_cat {
    font-size: 0.875rem;
  }
}
html[lang=en] .pg_home_news_post_title {
  margin-top: 8px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  font-size: 0.875rem;
}
html[lang=en] .pg_home_news_post_title * {
  letter-spacing: inherit;
}
@media not all and (max-width: 767px), print {
  html[lang=en] .pg_home_news_post_title {
    margin-top: 6px;
    font-size: 1.125rem;
  }
}
@media not all and (max-width: 767px), print {
  html[lang=en] .pg_home_about .pg_home_col2_title {
    font-size: 1.25rem;
  }
}
html[lang=en] .pg_home_about_title {
  line-height: 1.15;
  font-size: 1.625rem;
  letter-spacing: -0.03em;
}
@media not all and (max-width: 767px), print {
  html[lang=en] .pg_home_about_title {
    font-size: 2.5rem;
  }
}
html[lang=en] .pg_home_button {
  font-size: 0.9375rem;
  letter-spacing: -0.03em;
}
html[lang=en] .pg_home_button * {
  letter-spacing: inherit;
}
@media not all and (max-width: 767px), print {
  html[lang=en] .pg_home_button {
    font-size: 1.125rem;
  }
}
@media not all and (max-width: 767px), print {
  html[lang=en] .pg_home_link_list {
    row-gap: 75px;
  }
}
html[lang=en] .pg_home_link_post_title {
  line-height: 1.15;
  margin-top: 11px;
  font-size: 0.9375rem;
  letter-spacing: -0.02em;
}
html[lang=en] .pg_home_link_post_title * {
  letter-spacing: inherit;
}
@media not all and (max-width: 767px), print {
  html[lang=en] .pg_home_link_post_title {
    margin-top: 22px;
    font-size: 1.75rem;
    letter-spacing: -0.01em;
  }
}
html[lang=en] .pg_home_link_post_text {
  margin-top: 6px;
  line-height: 1.4;
  font-size: 0.75rem;
  letter-spacing: -0.01em;
}
@media not all and (max-width: 767px), print {
  html[lang=en] .pg_home_link_post_text {
    margin-top: 17px;
    font-size: 1.125rem;
  }
}
@media not all and (max-width: 767px), print {
  html[lang=en] .pg_home_col2_title_sm {
    font-size: 1.25rem;
  }
}
html[lang=en] .pg_home_col2_text {
  line-height: 1.4;
  font-size: 1rem;
  letter-spacing: 0;
}
html[lang=en] .pg_home_menu_post {
  padding-block: 21px 19px;
  font-size: 1.125rem;
  letter-spacing: -0.02em;
}
html[lang=en] .pg_home_menu_post * {
  letter-spacing: inherit;
}
@media not all and (max-width: 767px), print {
  html[lang=en] .pg_home_menu_post {
    padding-block: 27px 25px;
    font-size: 1.25rem;
    letter-spacing: -0.01em;
  }
}

.pg_1_0 main {
  margin-top: 300px;
}
@media screen and (max-width: 767px) {
  .pg_1_0 main {
    margin-top: 0;
  }
}
.pg_1_0 .bl_tickerArea {
  margin-block: 0;
}
.pg_1_0 .bl_tickerArea_item {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .pg_1_0 .bl_tickerArea_item {
    margin-top: -20px;
  }
}
.pg_1_0 .newsCit {
  display: flex;
  gap: 9.4%;
}
@media screen and (max-width: 767px) {
  .pg_1_0 .newsCit {
    flex-direction: column;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .pg_1_0 .newsCit .bl_img {
    margin-left: 0;
  }
}
.pg_1_0 .newsCit .txt {
  margin-bottom: 32px;
}
.pg_1_0 .newsCit_img {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .pg_1_0 .ly_subMain {
    gap: 54px;
  }
}

.pg_1_1 .newsDetail {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .pg_1_1 .newsDetail {
    margin-top: 8px;
  }
}
.pg_1_1 .newsDetail_ttl {
  font-size: 2.625rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-family: var(--ff_ge);
}
html[lang=en] .pg_1_1 .newsDetail_ttl {
  margin-bottom: 10px;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  .pg_1_1 .newsDetail_ttl {
    margin-bottom: 12px;
    font-size: 1.75rem;
  }
}
.pg_1_1 .newsDetail_meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 77px;
}
@media screen and (max-width: 767px) {
  .pg_1_1 .newsDetail_meta {
    margin-bottom: 44px;
    gap: 8px;
  }
}
.pg_1_1 .newsDetail_date {
  font-family: var(--ff_finder);
  color: #666;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .pg_1_1 .newsDetail_date {
    font-size: 0.8125rem;
  }
}
.pg_1_1 .newsDetail_category {
  font-weight: bold;
  font-size: 0.75rem;
  border-radius: 4px;
  padding: 2px 4px;
  border: 1px solid #CECECE;
}
html[lang=en] .pg_1_1 .newsDetail_category {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .pg_1_1 .newsDetail_category {
    font-size: 0.6875rem;
  }
}
.pg_1_1 .newsDetail_mv {
  margin-bottom: 106px;
}
@media screen and (max-width: 767px) {
  .pg_1_1 .newsDetail_mv {
    margin-bottom: 0;
  }
}
.pg_1_1 .newsDetail_mv img {
  width: 100%;
  height: auto;
}
.pg_1_1 .newsDetail_cont {
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .pg_1_1 .newsDetail_cont {
    margin-bottom: 80px;
  }
}
.pg_1_1 .newsDetail_prevBtn {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .pg_1_1 .newsDetail_prevBtn {
    margin-top: 30px;
  }
}

.pg_2_0 main {
  padding-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .pg_2_0 main {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .pg_2_0 .el_btn {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .pg_2_0 .copyArea .ly_subMain {
    gap: 0;
  }
}
.pg_2_0 .copyArea .ly_subMain_sub {
  margin-top: 10px;
}
.pg_2_0 .fucCopy {
  font-size: 3rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .pg_2_0 .fucCopy {
    font-size: 1.375rem;
  }
}
.pg_2_0 .contArea_item ~ .contArea_item {
  margin-top: 180px;
}
@media screen and (max-width: 767px) {
  .pg_2_0 .contArea_item ~ .contArea_item {
    margin-top: 72px;
  }
}
.pg_2_0 .contArea_item.bl_deskLinkList_wrapper + .bl_deskLinkList_wrapper {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .pg_2_0 .contArea_item.bl_deskLinkList_wrapper + .bl_deskLinkList_wrapper {
    margin-top: 60px;
  }
}

.pg_2_1 main {
  padding-block: 89px 180px;
}
@media screen and (max-width: 767px) {
  .pg_2_1 main {
    padding-block: 51px 80px;
  }
}

.pg_2_2 main {
  padding-block: 89px 180px;
}
@media screen and (max-width: 767px) {
  .pg_2_2 main {
    padding-block: 51px 80px;
  }
}
@media screen and (max-width: 767px) {
  .pg_2_2 main .ly_subMain {
    gap: 0;
  }
}
.pg_2_2 .contArea_item ~ .contArea_item {
  margin-top: 180px;
}
@media screen and (max-width: 767px) {
  .pg_2_2 .contArea_item ~ .contArea_item {
    margin-top: 72px;
  }
}
.pg_2_2 .contArea_item.bl_deskLinkList_wrapper + .bl_deskLinkList_wrapper {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .pg_2_2 .contArea_item.bl_deskLinkList_wrapper + .bl_deskLinkList_wrapper {
    margin-top: 60px;
  }
}
.pg_2_2 .contArea_itemDesk {
  font-size: 1.125rem;
  margin-bottom: 44px;
}
.pg_2_2 .calendars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px 50px;
}
@media screen and (max-width: 767px) {
  .pg_2_2 .calendars {
    grid-template-columns: 1fr;
    gap: 33px;
  }
}
.pg_2_2 .calendars_item h3 {
  margin-bottom: 24px;
  font-size: 1.625rem;
  line-height: 1.15;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-family: var(--ff_ge);
}
@media screen and (max-width: 767px) {
  .pg_2_2 .calendars_item h3 {
    font-size: 1.375rem;
    margin-bottom: 30px;
  }
}
.pg_2_2 .calendars_item img {
  width: 100%;
  height: auto;
}
.pg_2_2 .calendars_note {
  margin-top: 24px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .pg_2_2 .calendars_note {
    margin-top: 30px;
    font-size: 0.9375rem;
  }
}
.pg_2_2 .calendars_foot {
  grid-column: 1/-1;
  border-top: 1px solid #CECECE;
  gap: 14px 30px;
  padding-top: 37px;
}
@media not all and (max-width: 767px), print {
  .pg_2_2 .calendars_foot {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .pg_2_2 .calendars_foot {
    display: grid;
    gap: 10px;
  }
}
.pg_2_2 .calendars_legend {
  display: grid;
  grid-template-columns: 53px auto;
  align-items: center;
  gap: 13px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .pg_2_2 .calendars_legend {
    font-size: 0.9375rem;
  }
}
.pg_2_2 .calendars_legend::before {
  content: "";
  width: 53px;
  height: 20px;
  border: 1px solid #CECECE;
  background: var(--_clr);
}
.pg_2_2 .bl_imgGroupList .title {
  font-size: 1.625rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-family: var(--ff_ge);
  margin-bottom: 15px;
}
.pg_2_2 .bl_imgGroupList .text {
  font-size: 1rem;
}

.pg_3_0 .ly_cont_main {
  padding-block: 140px 0;
}
@media screen and (max-width: 767px) {
  .pg_3_0 .ly_cont_main {
    padding-block: 41px 0;
  }
}
@media screen and (max-width: 767px) {
  .pg_3_0 .copyArea .ly_subMain {
    gap: 0;
  }
}
.pg_3_0 .fucCopy {
  font-size: 3rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .pg_3_0 .fucCopy {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .pg_3_0 .facSummary {
    padding-bottom: 60px;
  }
}
.pg_3_0 .facSummary_title {
  margin-bottom: 46px;
  font-size: 3rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-family: var(--ff_ge);
  line-height: 1.15;
  letter-spacing: -0.04em;
}
.pg_3_0 .facSummary_title .js-slide-up-row-text__item {
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .pg_3_0 .facSummary_title {
    margin-bottom: 41px;
    font-size: 2rem;
    line-height: 1.1;
  }
}
.pg_3_0 .facSummary_body {
  margin-top: 102px;
}
@media not all and (max-width: 767px), print {
  .pg_3_0 .facSummary_body {
    margin-inline: auto 0;
    width: 81%;
  }
}
@media screen and (max-width: 767px) {
  .pg_3_0 .facSummary_body {
    margin-top: 42px;
  }
}
.pg_3_0 .facSummary_copy {
  font-size: 2.625rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-family: var(--ff_ge);
  line-height: 1.3;
  letter-spacing: -0.04em;
}
.pg_3_0 .facSummary_copy .js-slide-up-row-text__item {
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .pg_3_0 .facSummary_copy {
    font-size: 1.375rem;
  }
}
.pg_3_0 .facSummary_desc {
  margin-top: 53px;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: -0.04em;
}
.pg_3_0 .facSummary_desc .js-slide-up-row-text__item {
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .pg_3_0 .facSummary_desc {
    margin-top: 23px;
    font-size: 0.9375rem;
    letter-spacing: -0.01em;
  }
  .pg_3_0 .facSummary_desc .js-slide-up-row-text__item {
    letter-spacing: -0.01em;
  }
}
.pg_3_0 .facSummary .bl_accordionList {
  margin-top: 62px;
}
@media screen and (max-width: 767px) {
  .pg_3_0 .facSummary .bl_accordionList {
    margin-top: 31px;
  }
}
@media not all and (max-width: 767px), print {
  .pg_3_0 .facSummary ~ .facSummary {
    margin-top: 181px;
  }
}
@media screen and (max-width: 767px) {
  .pg_3_0 .facSummary ~ .facSummary {
    padding-top: 60px;
    border-top: 1px solid var(--clr_bdGray);
  }
}
.pg_3_0 .facSummary ~ .facSummary:last-child {
  padding-bottom: 0;
}
.pg_3_0 .facMain {
  margin-top: 99px;
}
@media screen and (max-width: 767px) {
  .pg_3_0 .facMain {
    margin-top: 60px;
  }
}
.pg_3_0 .infoLinksSect {
  margin-top: 100px;
  background: var(--clr_bgGray);
}

@media not all and (max-width: 767px), print {
  .pg_3_1 .ly_cont {
    padding-top: 97px;
  }
}

.pg_3_1 main .summarySect {
  padding-block: 0 180px;
}
@media screen and (max-width: 767px) {
  .pg_3_1 main .summarySect {
    padding-block: 0 80px;
  }
}
.pg_3_1 main .summarySect_head {
  display: grid;
  grid-template-columns: 63.93% minmax(0, 1fr);
  gap: calc(80 / var(--designContW) * 100%);
}
@media screen and (max-width: 767px) {
  .pg_3_1 main .summarySect_head {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }
}
.pg_3_1 main .summarySect h1 {
  font-size: 4.375rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-family: var(--ff_ge);
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .pg_3_1 main .summarySect h1 {
    font-size: 2.25rem;
  }
}
.pg_3_1 main .summarySect_desc {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
.pg_3_1 main .summarySect_mv {
  margin-block: 80px 103px;
}
@media screen and (max-width: 767px) {
  .pg_3_1 main .summarySect_mv {
    margin-block: 52px;
  }
}
@media screen and (max-width: 767px) {
  .pg_3_1 main .summarySect_mv > div {
    aspect-ratio: 345/300;
  }
}
@media screen and (max-width: 767px) {
  .pg_3_1 main .summarySect_mv > div img {
    aspect-ratio: 345/300;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .pg_3_1 main .summarySect_mvSecond > div {
    aspect-ratio: 1;
  }
}
@media screen and (max-width: 767px) {
  .pg_3_1 main .summarySect_mvSecond > div img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .pg_3_1 main .summarySect_body div:nth-child(1) {
    order: 2;
  }
}
.pg_3_1 main .summarySect_copy {
  font-size: 2.625rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-family: var(--ff_ge);
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .pg_3_1 main .summarySect_copy {
    font-size: 1.75rem;
    letter-spacing: -0.04em;
  }
  .pg_3_1 main .summarySect_copy .js-slide-up-row-text__item {
    letter-spacing: -0.04em;
  }
}
.pg_3_1 main .summarySect_text {
  margin-top: 50px;
  font-size: 1.375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .pg_3_1 main .summarySect_text {
    margin-top: 35px;
    font-size: 1rem;
  }
}
.pg_3_1 main .summarySect .el_btn {
  margin-top: 41px;
}
@media screen and (max-width: 767px) {
  .pg_3_1 main .summarySect .el_btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pg_3_1 main .featureSect .ly_2colMain {
    gap: 50px;
  }
}
.pg_3_1 main .featureSect .bl_accordionList {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .pg_3_1 main .featureSect .bl_accordionList {
    margin-top: 34px;
  }
}
.pg_3_1 main .voiceSect .ct_std {
  container-type: inline-size;
}
.pg_3_1 main .voiceSect_title {
  margin-block: 15px 60px;
  font-size: 18.7704918033cqw;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  font-family: var(--ff_gu);
  letter-spacing: -0.07em;
}
.pg_3_1 main .voiceSect_title .js-slide-up-row-text__item {
  letter-spacing: -0.07em;
}
@media not all and (max-width: 767px), print {
  .pg_3_1 main .voiceSect_title {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .pg_3_1 main .voiceSect_title {
    margin-block: 1px 40px;
    text-align: center;
    font-size: 4.8125rem;
    line-height: 0.8;
    letter-spacing: -0.044em;
  }
  .pg_3_1 main .voiceSect_title .js-slide-up-row-text__item {
    letter-spacing: -0.044em;
  }
}
.pg_3_1 main .voiceSect_mvCaption {
  color: var(--clr_textGray);
  text-align: right;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .pg_3_1 main .voiceSect_mvCaption {
    font-size: 0.8125rem;
  }
}
.pg_3_1 main .voiceSect_body {
  margin-top: 94px;
}
@media not all and (max-width: 767px), print {
  .pg_3_1 main .voiceSect_body {
    width: 56.55%;
    margin-inline: auto 0;
  }
}
@media screen and (max-width: 767px) {
  .pg_3_1 main .voiceSect_body {
    margin-top: 40px;
  }
}
.pg_3_1 main .licenseSect_body h3 {
  font-size: 1.25rem;
  line-height: 180%;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-family: var(--ff_ge);
}
@media screen and (max-width: 767px) {
  .pg_3_1 main .licenseSect_body h3 {
    font-size: 1rem;
    line-height: 130%;
  }
}
.pg_3_1 main .licenseSect_body h3:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .pg_3_1 main .licenseSect_body h3:not(:last-child) {
    margin-bottom: 18px;
  }
}
.pg_3_1 main .licenseSect_body ul, .pg_3_1 main .licenseSect_body ol {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .pg_3_1 main .licenseSect_body ul, .pg_3_1 main .licenseSect_body ol {
    font-size: 0.9375rem;
  }
}
.pg_3_1 main .licenseSect_body li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 11px;
}
.pg_3_1 main .licenseSect_body li:not(:first-child) {
  margin-top: 3px;
}
.pg_3_1 main .licenseSect_body ul li::before {
  content: "";
  translate: 0 0.5lh;
  margin-top: -2px;
  border-radius: 50%;
  width: 4px;
  aspect-ratio: 1;
  background-color: currentColor;
}
@media screen and (max-width: 767px) {
  .pg_3_1 main .licenseSect_body ul li::before {
    width: 3px;
  }
}
.pg_3_1 main .licenseSect_body ol {
  counter-reset: olNum;
}
.pg_3_1 main .licenseSect_body ol li {
  counter-increment: olNum;
}
.pg_3_1 main .licenseSect_body ol li::before {
  content: counter(olNum) ".";
}
.pg_3_1 main .licenseSect_body .supple {
  margin-top: 8px;
  color: var(--clr_textGray);
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .pg_3_1 main .licenseSect_body .supple {
    font-size: 0.875rem;
  }
}
.pg_3_1 main .licenseSect_group {
  padding-block: 34px;
  border-top: 1px solid var(--clr_bdGray);
}
@media screen and (max-width: 767px) {
  .pg_3_1 main .licenseSect_group {
    padding-block: 25px;
  }
}
.pg_3_1 main .licenseSect_group:first-child {
  padding-top: 0;
  border: none;
}
.pg_3_1 main .licenseSect_group:last-child {
  padding-bottom: 0;
}
.pg_3_1 main .pointsSect_main {
  display: grid;
  align-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .pg_3_1 main .pointsSect_main {
    gap: 0;
    margin-inline: auto;
    padding-block: 34px 76px;
    width: var(--contW);
    height: auto;
  }
}
.pg_3_1 main .pointsSect_main:not(:has(.pointsSect_cont)) {
  height: auto;
}
@media not all and (max-width: 767px), print {
  .pg_3_1 main .pointsSect_main:not(:has(.pointsSect_cont)) {
    padding-bottom: 180px;
  }
}
.pg_3_1 main .pointsSect_header {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-top: 55px;
}
@media screen and (max-width: 767px) {
  .pg_3_1 main .pointsSect_header {
    display: contents;
  }
}
.pg_3_1 main .pointsSect_header .hdg {
  font-size: 1.125rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-family: var(--ff_ge);
}
@media screen and (max-width: 767px) {
  .pg_3_1 main .pointsSect_header .hdg {
    margin-bottom: 43px;
    font-size: 1rem;
  }
}
.pg_3_1 main .pointsSect_header a {
  order: 1;
}
@media screen and (max-width: 767px) {
  .pg_3_1 main .pointsSect_header a {
    margin-top: 25px;
  }
}
.pg_3_1 main .pointsSect_cont {
  container-type: inline-size;
}
.pg_3_1 main .pointsSect_cont > ol {
  display: flex;
  position: relative;
  counter-reset: li-count;
}
@media not all and (max-width: 767px), print {
  .pg_3_1 main .pointsSect_cont > ol {
    padding-block: 1px;
  }
  .pg_3_1 main .pointsSect_cont > ol::before, .pg_3_1 main .pointsSect_cont > ol::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
  }
  .pg_3_1 main .pointsSect_cont > ol::before {
    top: 0;
    border-top: 1px solid var(--clr_bdGray);
  }
  .pg_3_1 main .pointsSect_cont > ol::after {
    bottom: 0;
    border-bottom: 1px solid var(--clr_bdGray);
  }
}
@media screen and (max-width: 767px) {
  .pg_3_1 main .pointsSect_cont > ol {
    flex-direction: column;
    gap: 10px;
  }
}
.pg_3_1 main .pointsSect_cont > ol > li {
  position: relative;
}
@media not all and (max-width: 767px), print {
  .pg_3_1 main .pointsSect_cont > ol > li {
    flex: 1;
    min-width: 0;
    border-right: 1px solid var(--clr_bdGray);
    min-height: 431px;
  }
}
@media screen and (max-width: 767px) {
  .pg_3_1 main .pointsSect_cont > ol > li {
    border: 1px solid var(--clr_bdGray);
    min-height: 300px;
  }
}
@media not all and (max-width: 767px), print {
  .pg_3_1 main .pointsSect_cont > ol > li:first-child {
    border-left: 1px solid var(--clr_bdGray);
  }
}
.pg_3_1 main .pointsSect_cont > ol > li::before {
  content: counter(li-count);
  position: absolute;
  left: -0.05em;
  z-index: -1;
  color: var(--clr_bgGray);
  font-family: var(--ff_finder);
  font-size: 30.2cqw;
  font-variation-settings: "wght" 700;
  font-weight: bold;
  line-height: 1;
  counter-increment: li-count;
}
@media screen and (max-width: 767px) {
  .pg_3_1 main .pointsSect_cont > ol > li::before {
    font-size: 25rem;
  }
}
.pg_3_1 main .pointsSect_cont > ol > li:nth-child(1)::before {
  left: -0.12em;
  bottom: -0.19em;
}
.pg_3_1 main .pointsSect_cont > ol > li:nth-child(2)::before {
  left: -0.06em;
  bottom: -0.19em;
}
.pg_3_1 main .pointsSect_cont > ol > li:nth-child(3)::before {
  bottom: -0.18em;
}
.pg_3_1 main .pointsSect_cont > ol > li:nth-child(4)::before {
  left: -0.04em;
  bottom: -0.19em;
}
.pg_3_1 main .pointsSect_cont > ol > li > div {
  padding-block: 43px 37px;
  padding-inline: 32px;
}
@media screen and (max-width: 767px) {
  .pg_3_1 main .pointsSect_cont > ol > li > div {
    padding: 40px 30px;
  }
}
.pg_3_1 main .pointsSect_cont > ol .hdg {
  margin-bottom: 24px;
  font-size: 1.75rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-family: var(--ff_ge);
}
@media screen and (max-width: 767px) {
  .pg_3_1 main .pointsSect_cont > ol .hdg {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
}
.pg_3_1 main .pointsSect_cont > ol .lead {
  font-size: 1.125rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-family: var(--ff_ge);
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  .pg_3_1 main .pointsSect_cont > ol .lead {
    font-size: 0.9375rem;
    line-height: 1.3;
  }
}
.pg_3_1 main .pointsSect_cont > ol .lead:not(:last-child) {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .pg_3_1 main .pointsSect_cont > ol .lead:not(:last-child) {
    margin-bottom: 8px;
  }
}
.pg_3_1 main .pointsSect_cont > ol .txt {
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .pg_3_1 main .pointsSect_cont > ol .txt {
    font-size: 0.875rem;
  }
}
.pg_3_1 main .pointsSect_footer {
  padding-block: 53px 170px;
}
@media screen and (max-width: 767px) {
  .pg_3_1 main .pointsSect_footer {
    border-top: 1px solid var(--clr_bgGray);
    padding-block: 40px 73px;
  }
}
.pg_3_1 main .pointsSect_footer_body {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .pg_3_1 main .pointsSect_footer_body {
    font-size: 0.9375rem;
  }
}
.pg_3_1 main .pointsSect_footer_body li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 11px;
}
.pg_3_1 main .pointsSect_footer_body li:not(:first-child) {
  margin-top: 3px;
}
.pg_3_1 main .pointsSect_footer_body li::before {
  content: "";
  translate: 0 0.5lh;
  margin-top: -2px;
  border-radius: 50%;
  width: 4px;
  aspect-ratio: 1;
  background-color: currentColor;
}
@media screen and (max-width: 767px) {
  .pg_3_1 main .pointsSect_footer_body li::before {
    width: 3px;
  }
}

.pg_4_0 .ly_cont {
  padding-block: 166px 0;
}
@media screen and (max-width: 767px) {
  .pg_4_0 .copyArea .ly_subMain {
    gap: 0px;
  }
}
.pg_4_0 .bl_tickerArea {
  margin-block: -3px 44px;
}
@media screen and (max-width: 767px) {
  .pg_4_0 .bl_tickerArea {
    margin-bottom: 15px;
  }
}
.pg_4_0 .mainCopy {
  font-size: 1.75rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .pg_4_0 .mainCopy {
    font-size: 1.125rem;
  }
}
@media not all and (max-width: 767px), print {
  .pg_4_0 .mv {
    margin-bottom: 40px;
  }
}
.pg_4_0 .bl_newsList {
  margin-bottom: 0;
}
.pg_4_0 .videosSection .bl_imgGroupList {
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .pg_4_0 .videosSection .bl_imgGroupList {
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pg_4_1 .columnDetail {
    margin-top: -22px;
  }
}
.pg_4_1 .columnDetail_mv {
  margin-block: 82px 100px;
}
@media screen and (max-width: 767px) {
  .pg_4_1 .columnDetail_mv {
    margin-block: 31px 51px;
  }
}
.pg_4_1 .columnDetail_cont {
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .pg_4_1 .columnDetail_cont {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .pg_4_1 .columnDetail_cont .ly_subMain {
    gap: 0;
  }
}

.pg_5_0 main {
  padding-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .pg_5_0 main {
    padding-bottom: 80px;
  }
}
.pg_5_0 .contArea_item ~ .contArea_item {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .pg_5_0 .contArea_item ~ .contArea_item {
    margin-top: 40px;
  }
}
.pg_5_0 .contArea_item ~ .contArea_item .el_hdgLg {
  --_mt: 180px;
}
@media screen and (max-width: 767px) {
  .pg_5_0 .contArea_item ~ .contArea_item .el_hdgLg {
    --_mt: 72px;
  }
}
@media screen and (max-width: 767px) {
  .pg_5_0 .contArea_item.bl_deskLinkList_wrapper + .bl_deskLinkList_wrapper {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pg_5_0 .copyArea .ly_subMain {
    gap: 0;
  }
}
.pg_5_0 .copyArea .ly_subMain_sub {
  margin-top: 10px;
}
.pg_5_0 .fucCopy {
  font-size: 3rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .pg_5_0 .fucCopy {
    font-size: 1.375rem;
  }
}

.pg_5_1 main {
  padding-block: 89px 180px;
}
@media screen and (max-width: 767px) {
  .pg_5_1 main {
    padding-block: 51px 80px;
  }
}

.pg_inquiry .formSteps {
  --_gap: 12px;
  display: flex;
  justify-content: stretch;
  gap: var(--_gap);
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .pg_inquiry .formSteps {
    --_gap: 9px;
  }
}
.pg_inquiry .formSteps_item {
  display: grid;
  place-items: center;
  border: 1px solid var(--clr_bdGray);
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .pg_inquiry .formSteps_item {
    padding: 11px;
  }
}
.pg_inquiry .formSteps_item p {
  font-size: 1rem;
  line-height: 1.15;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pg_inquiry .formSteps_item p {
    font-size: 0.75rem;
  }
}
.pg_inquiry .formSteps_item p span {
  margin-top: 5px;
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-family: var(--ff_ge);
}
@media screen and (max-width: 767px) {
  .pg_inquiry .formSteps_item p span {
    font-size: 1rem;
  }
}
.pg_inquiry .formSteps_item.is_current {
  color: #fff;
  background: var(--clr_baseBk);
  border-color: var(--clr_baseBk);
}
.pg_inquiry .formSteps_item + .formSteps_item {
  position: relative;
}
.pg_inquiry .formSteps_item + .formSteps_item::before {
  content: "";
  position: absolute;
  width: var(--_gap);
  height: 1px;
  background: var(--clr_bdGray);
  top: 50%;
  right: calc(100% + 1px);
}

/**
 * Keyframes
 */
@keyframes slideToLeft {
  to {
    translate: -50% 0;
  }
}
@keyframes simpleFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    scale: 0.5;
  }
  to {
    scale: 1;
  }
}
.js-observer-anime__item.is-fadein {
  opacity: 0;
}

.is-anime.is-fadein {
  animation-name: simpleFadeIn;
}

.js-observer-anime__item.is-zoomin {
  opacity: 1;
  scale: 0.5;
  animation-duration: calc(var(--transDur) * 2);
}

.is-anime.is-zoomin {
  animation-name: zoomIn;
}

@media print {
  .ly_header,
  .ly_footer,
  .ly_subMain_sub .bl_sideNav,
  .ly_subMain_sub .js_groupNavWrapper {
    display: none;
  }
  .pg_3_1 main .pointsSect_cont > ol {
    display: block;
  }
}
html[lang=en] *,
html[lang=en] ::before,
html[lang=en] ::after {
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  html[lang=en] *,
  html[lang=en] ::before,
  html[lang=en] ::after {
    letter-spacing: -0.04em;
  }
}

html[lang=en] .el_btn {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  html[lang=en] .el_btn {
    font-size: 1rem;
  }
}
html[lang=en] .el_btn__sm {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  html[lang=en] .el_btn__sm {
    font-size: 0.8125rem;
  }
}

html[lang=en] .bl_breadcrumb ol {
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  html[lang=en] .bl_breadcrumb ol {
    line-height: 1.15;
  }
}
html[lang=en] .bl_sideNav {
  font-size: 1rem;
  line-height: 1.15;
}
html[lang=en] .bl_wysiwyg {
  font-size: 1.375rem;
  line-height: 1.4;
}
html[lang=en] .bl_frameWork_txt {
  font-size: 1.125rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  html[lang=en] .bl_frameWork_txt {
    font-size: 0.9375rem;
  }
}
html[lang=en] .bl_linkList_item > a {
  padding-block: 21px;
  font-size: 1.125rem;
  line-height: 1.15;
}
html[lang=en] .bl_linkList_item > a .text::before, html[lang=en] .bl_linkList_item > a .text::after {
  content: "";
  display: block;
}
html[lang=en] .bl_linkList_item > a .text::before {
  margin-block-end: var(--negLeading);
}
html[lang=en] .bl_linkList_item > a .text::after {
  margin-block-start: var(--negLeading);
}
@media screen and (max-width: 767px) {
  html[lang=en] .bl_linkList_item > a {
    padding-block: 15px;
  }
}
html[lang=en] .bl_deskLinkList_desk {
  margin-top: 14px;
  font-size: 1.125rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  html[lang=en] .bl_deskLinkList_desk {
    margin-top: 22px;
    font-size: 0.9375rem;
    letter-spacing: 0.01em;
  }
}
html[lang=en] .bl_deskLinkList .bl_linkList .hp_animUL {
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  html[lang=en] .bl_deskLinkList .bl_linkList .hp_animUL {
    font-size: 1.125rem;
  }
}
html[lang=en] .bl_deskLinkList_title {
  font-size: 2rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  font-family: var(--ff_gu);
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  html[lang=en] .bl_deskLinkList_title {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  html[lang=en] .bl_deskLinkList_item__1col {
    display: grid;
    align-items: center;
    min-height: 67px;
    padding: 14px 0;
  }
}
html[lang=en] .bl_imgLinkList2_wrapper > p {
  font-size: 1.375rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  html[lang=en] .bl_imgLinkList2_wrapper > p {
    margin-bottom: 32px;
    font-size: 1rem;
  }
}
html[lang=en] .bl_imgLinkList2_linkTitle {
  font-size: 1.125rem;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  html[lang=en] .bl_imgLinkList2_linkTitle {
    font-size: 0.9375rem;
  }
}
html[lang=en] .bl_imgLinkList2_childList li a {
  font-size: 1rem;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  html[lang=en] .bl_imgLinkList2_childList li a {
    font-size: 0.8125rem;
  }
}
html[lang=en] .bl_imgAndBody2_body {
  font-size: 1.375rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  html[lang=en] .bl_imgAndBody2_body {
    font-size: 1rem;
  }
}
html[lang=en] .bl_imgAndBody2 .bl_deskLinkList {
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  html[lang=en] .bl_imgAndBody2 .bl_deskLinkList {
    margin-top: 36px;
  }
}
@media screen and (max-width: 767px) {
  html[lang=en] .bl_columnSummary h1 {
    font-size: 2rem;
  }
}
html[lang=en] .bl_headSummary {
  margin-bottom: 60px;
}
html[lang=en] .bl_headSummary h1 {
  font-size: 6rem;
  line-height: 0.9;
}
@media screen and (max-width: 767px) {
  html[lang=en] .bl_headSummary h1 {
    font-size: 2.625rem;
  }
}
html[lang=en] .bl_groupMenu {
  font-size: f(16);
  line-height: 0.8;
}
@media not all and (max-width: 767px), print {
  html[lang=en] .bl_groupMenu:where(:not(.bl_groupMenu_dropMenuWrapper *)) .bl_groupMenu_item a {
    font-size: 1.125rem;
    line-height: 1.15;
  }
}
html[lang=en] .bl_newsList_list li article h3 {
  font-size: 1.125rem;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  html[lang=en] .bl_newsList_list li article h3 {
    font-size: 0.875rem;
  }
}
html[lang=en] .bl_newsList_list li article span.category {
  letter-spacing: -0.04em;
}
html[lang=en] .bl_newsList_more {
  font-size: 1.125rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  font-family: var(--ff_gu);
}
@media screen and (max-width: 767px) {
  html[lang=en] .bl_newsList_more {
    margin-top: 32px;
    font-size: 0.9375rem;
  }
}
html[lang=en] .bl_copyWithLink_copy {
  font-size: 2.5rem;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  html[lang=en] .bl_copyWithLink_copy {
    font-size: 1.625rem;
  }
}

html[lang=en] .pg_2_0 .fucCopy {
  font-size: 3.375rem;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  html[lang=en] .pg_2_0 .fucCopy {
    font-size: 1.625rem;
  }
}
html[lang=en] .pg_2_2 .contArea_item ~ .contArea_item {
  margin-top: 166px;
}
@media screen and (max-width: 767px) {
  html[lang=en] .pg_2_2 .contArea_item ~ .contArea_item {
    margin-top: 72px;
  }
}
html[lang=en] .pg_2_2 .contArea_itemDesk {
  font-size: 1.375rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  html[lang=en] .pg_2_2 .contArea_itemDesk {
    font-size: 1rem;
    margin-bottom: 35px;
  }
}
html[lang=en] .pg_2_2 .calendars_item h3 {
  margin-bottom: 14px;
  font-size: 2rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  font-family: var(--ff_gu);
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  html[lang=en] .pg_2_2 .calendars_item h3 {
    margin-bottom: 24px;
    font-size: 1.625rem;
  }
}
html[lang=en] .pg_2_2 .calendars_item p {
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  html[lang=en] .pg_2_2 .calendars_item p {
    margin-top: 25px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  html[lang=en] .pg_2_2 .calendars_foot {
    gap: 1px;
  }
}
html[lang=en] .pg_2_2 .calendars_legend {
  font-size: 1.125rem;
}
html[lang=en] .pg_2_2 .bl_imgGroupList .title {
  font-size: 2rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  font-family: var(--ff_gu);
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  html[lang=en] .pg_2_2 .bl_imgGroupList .title {
    font-size: 1.625rem;
    margin-bottom: 23px;
  }
}
html[lang=en] .pg_2_2 .bl_imgGroupList .text {
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  html[lang=en] .pg_2_2 .bl_imgGroupList .text {
    font-size: 0.9375rem;
  }
}
html[lang=en] .pg_2_2 .bl_imgGroupList .text * {
  letter-spacing: -0.01em;
}
html[lang=en] .pg_3_1 main .summarySect h1 {
  line-height: 0.9;
}
html[lang=en] .pg_4_0 .mainCopy {
  font-size: 2rem;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  html[lang=en] .pg_4_0 .mainCopy {
    font-size: 1.25rem;
  }
}
html[lang=en] .pg_4_0 .bl_imgGroup_txt {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  html[lang=en] .pg_4_0 .bl_imgGroup_txt {
    font-size: 0.875rem;
  }
}
html[lang=en] .pg_5_0 .fucCopy {
  font-size: 3.375rem;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  html[lang=en] .pg_5_0 .fucCopy {
    font-size: 1.625rem;
  }
}

html[lang=en] .hp_animUL {
  padding-bottom: 0;
}