/*! 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;
}

: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 {
  --negLeading: calc((1em - 1lh) / 2);
  --transEasing: ease-in-out;
  --transDur: 0.3s;
  --transProps: var(--transEasing) var(--transDur);
  --designW: 1440;
  --contW: min(calc(100% - 60px), 1150px);
  --contMargin_hor: calc((100% - var(--contW)) / 2);
  --clr_black: #000;
  --clr_blue: #081E6F;
  --ff_notoSansJp: "Noto Sans JP", sans-serif;
  --ff_nunitoSans: "Nunito Sans", sans-serif;
  --headerH: 112px;
}
@media screen and (max-width: 767px) {
  :root {
    --designW: 750;
    --contW: calc(100% - 40px);
    --headerH: 65px;
  }
}

:lang(en) {
  --negLeading: calc((1cap - 1lh) / 2);
}

/**
 * Base
 */
:root {
  interpolate-size: allow-keywords;
}

html,
body {
  height: 100%;
}

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

body {
  color: var(--clr_black);
  font-family: var(--ff_notoSansJp);
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 2;
  overflow-wrap: anywhere;
  overflow-x: hidden;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
}
@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;
    line-height: 1.8;
  }
}

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

:lang(en) {
  font-family: var(--ff_nunitoSans);
}

@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;
}

/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transform-origin: center;
  fill: currentColor;
  pointer-events: none;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal .swiper-button-prev,
.swiper-horizontal .swiper-button-next,
.swiper-horizontal ~ .swiper-button-prev,
.swiper-horizontal ~ .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  margin-left: 0;
}
.swiper-horizontal .swiper-button-prev, .swiper-horizontal ~ .swiper-button-prev, .swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl ~ .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-horizontal .swiper-button-next, .swiper-horizontal ~ .swiper-button-next, .swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal ~ .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-next .swiper-navigation-icon {
  transform: rotate(180deg);
}
.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(0deg);
}

.swiper-vertical .swiper-button-prev,
.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-prev,
.swiper-vertical ~ .swiper-button-next {
  left: var(--swiper-navigation-top-offset, 50%);
  right: auto;
  margin-left: calc(0px - var(--swiper-navigation-size) / 2);
  margin-top: 0;
}
.swiper-vertical .swiper-button-prev,
.swiper-vertical ~ .swiper-button-prev {
  top: var(--swiper-navigation-sides-offset, 4px);
  bottom: auto;
}
.swiper-vertical .swiper-button-prev .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(-90deg);
}
.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-next {
  bottom: var(--swiper-navigation-sides-offset, 4px);
  top: auto;
}
.swiper-vertical .swiper-button-next .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-next .swiper-navigation-icon {
  transform: rotate(90deg);
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button .swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-thumbs .swiper-slide-thumb-active {
  /* Styles for active thumb slide */
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

/**
 * Layout
 */
.ly_wrapper {
  padding-top: var(--headerH);
}

.ly_cont {
  padding-block: calc(80px + var(--headerH)) 150px;
}
@media screen and (max-width: 767px) {
  .ly_cont {
    padding-block: calc(60px + var(--headerH)) 60px;
  }
}
/**
 * Header
 */
.ly_header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}
.ly_header .ly_header_inner {
  position: relative;
}
@media not all and (max-width: 1130px), print {
  .ly_header .ly_header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 1130px) {
  .ly_header .ly_header_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 10px 20px;
  }
}
@media not all and (max-width: 1130px), print {
  .ly_header .ly_header_logo {
    width: 240px;
  }
}
@media screen and (max-width: 1130px) {
  .ly_header .ly_header_logo {
    width: 114px;
  }
}
.ly_header .ly_header_logo a {
  display: block;
}
.ly_header .ly_header_logo img {
  width: 100%;
}
@media not all and (max-width: 1130px), print {
  .ly_header .ly_header_hamburger {
    display: none !important;
  }
}
@media screen and (max-width: 1130px) {
  .ly_header .ly_header_hamburger {
    display: grid;
    place-items: center;
    width: 45px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 16px 16px 16px 0;
    background-color: var(--clr_blue);
  }
}
.ly_header .ly_header_hamburger[aria-expanded=true] span:before, .ly_header .ly_header_hamburger[aria-expanded=true] span:after {
  transition: rotate var(--transProps);
}
.ly_header .ly_header_hamburger[aria-expanded=true] span:before {
  top: 50%;
  rotate: 30deg;
}
.ly_header .ly_header_hamburger[aria-expanded=true] span:after {
  top: 50%;
  rotate: -30deg;
}
.ly_header .ly_header_hamburger span {
  position: relative;
  display: block;
  width: 25px;
  height: 9px;
}
.ly_header .ly_header_hamburger span:before, .ly_header .ly_header_hamburger span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform-origin: center;
}
.ly_header .ly_header_hamburger span:before {
  top: calc(50% - 3px);
}
.ly_header .ly_header_hamburger span:after {
  top: calc(50% + 3px);
}
.ly_header .ly_header_body {
  transition-property: opacity, visibility;
  transition-timing-function: var(--transEasing);
}
@media screen and (max-width: 1130px) {
  .ly_header .ly_header_body {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    overflow-y: auto;
  }
}
.ly_header .ly_header_body[hidden] {
  display: block;
  opacity: 0;
  visibility: hidden;
}
@media not all and (max-width: 1130px), print {
  .ly_header .ly_header_body > div {
    display: grid;
    gap: 8px;
  }
}
@media screen and (max-width: 1130px) {
  .ly_header .ly_header_body > div {
    padding-bottom: 60px;
  }
}
@media not all and (max-width: 1130px), print {
  .ly_header .ly_header_nav {
    order: 2;
    display: flex;
    align-items: center;
    gap: 40px;
  }
}
@media not all and (max-width: 1130px), print {
  .ly_header .ly_header_menus {
    display: flex;
    align-items: center;
    gap: 40px;
  }
}
@media screen and (max-width: 1130px) {
  .ly_header .ly_header_menus > li {
    padding-inline: 20px;
    border-bottom: 1px solid #ccc;
  }
}
.ly_header .ly_header_menus > li > a {
  position: relative;
  display: block;
  letter-spacing: 0.05em;
  line-height: 2;
  background-image: linear-gradient(0deg, currentcolor, currentcolor);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition-property: background-size, color;
  transition-timing-function: var(--transEasing);
  transition-duration: var(--transDur);
}
@media not all and (max-width: 1130px), print {
  .ly_header .ly_header_menus > li > a {
    font-size: 1rem;
    font-weight: 500;
  }
  .ly_header .ly_header_menus > li > a:focus-visible {
    color: var(--clr_blue);
    background-position: 0% 100%;
    background-size: 100% 1px;
  }
  @media (any-hover: hover) {
    .ly_header .ly_header_menus > li > a:hover {
      color: var(--clr_blue);
      background-position: 0% 100%;
      background-size: 100% 1px;
    }
  }
  .ly_header .ly_header_menus > li > a[aria-expanded=true] {
    background-position: 0% 100%;
    background-size: 100% 1px;
    color: var(--clr_blue);
  }
}
@media screen and (max-width: 1130px) {
  .ly_header .ly_header_menus > li > a {
    padding-block: 21px;
    color: var(--clr_blue);
    font-size: 1.125rem;
    font-weight: 700;
  }
  .ly_header .ly_header_menus > li > a[aria-expanded=true] .ly_header_toggleIcon:after {
    rotate: 0deg;
  }
}
@media not all and (max-width: 1130px), print {
  .ly_header .ly_header_toggleIcon {
    display: none !important;
  }
}
@media screen and (max-width: 1130px) {
  .ly_header .ly_header_toggleIcon {
    position: absolute;
    top: 50%;
    right: 0;
    translate: 0 -50%;
    width: 32px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #F4F4F4;
  }
  .ly_header .ly_header_toggleIcon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 14px;
    height: 2px;
    background-color: var(--clr_blue);
  }
  .ly_header .ly_header_toggleIcon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    rotate: 90deg;
    width: 14px;
    height: 2px;
    background-color: var(--clr_blue);
    transition: rotate var(--transProps);
  }
}
@media screen and (max-width: 1130px) {
  .ly_header .ly_header_contact {
    display: none !important;
  }
}
.ly_header .ly_header_contact > a {
  display: block;
  padding: 7px 20px 8px;
  border-radius: 5px;
  background-color: var(--clr_blue);
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  transition: background-color var(--transProps);
}
.ly_header .ly_header_contact > a:focus-visible {
  background-color: var(--clr_black);
}
@media (any-hover: hover) {
  .ly_header .ly_header_contact > a:hover {
    background-color: var(--clr_black);
  }
}
@media not all and (max-width: 1130px), print {
  .ly_header .ly_header_sub {
    order: 1;
    display: flex;
    align-items: center;
    justify-self: flex-end;
    gap: 30px;
  }
}
@media screen and (max-width: 1130px) {
  .ly_header .ly_header_sub {
    display: grid;
    padding-inline: 20px;
  }
}
.ly_header .ly_header_lang {
  position: relative;
  display: flex;
  align-items: center;
  gap: 31px;
}
@media not all and (max-width: 1130px), print {
  .ly_header .ly_header_lang {
    padding-top: 6px;
  }
}
@media screen and (max-width: 1130px) {
  .ly_header .ly_header_lang {
    order: 2;
    justify-content: center;
    margin-top: 20px;
  }
}
.ly_header .ly_header_lang:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
}
.ly_header .ly_header_lang .link {
  display: flex;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  transition: color var(--transProps);
}
.ly_header .ly_header_lang .link:focus-visible {
  color: var(--clr_blue);
}
@media (any-hover: hover) {
  .ly_header .ly_header_lang .link:hover {
    color: var(--clr_blue);
  }
}
.ly_header .ly_header_lang .link[aria-current=page] {
  color: var(--clr_blue);
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media screen and (max-width: 1130px) {
  .ly_header .ly_header_search {
    order: 1;
    margin-top: 30px;
  }
}
.ly_header .ly_header_search form {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 200px;
  background-color: #f4f4f4;
}
@media not all and (max-width: 1130px), print {
  .ly_header .ly_header_search form {
    width: 200px;
    padding: 2px 40px 6px 15px;
  }
}
@media screen and (max-width: 1130px) {
  .ly_header .ly_header_search form {
    width: 100%;
    padding: 14px 40px 16px 16px;
  }
}
.ly_header .ly_header_search input[type=text] {
  width: 100%;
}
.ly_header .ly_header_search input[type=text]::-moz-placeholder {
  color: #999;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.ly_header .ly_header_search input[type=text]::placeholder {
  color: #999;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 1130px), print {
  .ly_header .ly_header_search input[type=text]::-moz-placeholder {
    font-size: 0.8125rem;
  }
  .ly_header .ly_header_search input[type=text]::placeholder {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 1130px) {
  .ly_header .ly_header_search input[type=text]::-moz-placeholder {
    font-size: 1rem;
  }
  .ly_header .ly_header_search input[type=text]::placeholder {
    font-size: 1rem;
  }
}
.ly_header .ly_header_search input[type=submit] {
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
  width: 16px;
  height: auto;
  aspect-ratio: 1;
  background-color: var(--clr_black);
  -webkit-mask-image: url(../img/common/icon/icon_search.svg);
  mask-image: url(../img/common/icon/icon_search.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.ly_header .ly_header_mega {
  width: 100%;
  transition-property: opacity, visibility;
  transition-timing-function: var(--transEasing);
}
@media not all and (max-width: 1130px), print {
  .ly_header .ly_header_mega {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    overflow-y: auto;
  }
  .ly_header .ly_header_mega[hidden] {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
}
@media not all and (max-width: 1130px), print {
  .ly_header .ly_header_mega > div {
    padding-block: 60px;
  }
}
@media screen and (max-width: 1130px) {
  .ly_header .ly_header_mega > div {
    width: 100%;
  }
}
@media not all and (max-width: 1130px), print {
  .ly_header .ly_header_title {
    display: flex;
  }
}
@media screen and (max-width: 1130px) {
  .ly_header .ly_header_title {
    padding-inline: 10px;
    border-bottom: 1px solid #e4e4e4;
  }
}
.ly_header .ly_header_title > a {
  position: relative;
  display: block;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  transition: color var(--transProps);
}
@media not all and (max-width: 1130px), print {
  .ly_header .ly_header_title > a {
    padding-right: 60px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1130px) {
  .ly_header .ly_header_title > a {
    padding-right: 20px;
    padding-bottom: 15px;
    font-size: 1rem;
  }
  .ly_header .ly_header_title > a:not([target=_blank]):after {
    content: "";
    position: absolute;
    top: calc(50% - 7.5px);
    right: 0;
    translate: 0 -50%;
    width: 10px;
    height: auto;
    aspect-ratio: 10/8;
    background-color: var(--clr_blue);
    -webkit-mask-image: url(../img/common/icon/icon_arrow_02.svg);
    mask-image: url(../img/common/icon/icon_arrow_02.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
  }
  .ly_header .ly_header_title > a[target=_blank]:after {
    content: "";
    position: absolute;
    top: calc(50% - 7.5px);
    right: 0;
    translate: 0 -50%;
    width: 18px;
    height: auto;
    aspect-ratio: 1;
    background-color: var(--clr_blue);
    -webkit-mask-image: url(../img/common/icon/icon_blank.svg);
    mask-image: url(../img/common/icon/icon_blank.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
  }
}
.ly_header .ly_header_title > a:focus-visible {
  color: var(--clr_blue);
}
.ly_header .ly_header_title > a:focus-visible .ly_header_icon:before {
  animation: iconSlideFade 0.6s ease-in-out forwards;
}
@media (any-hover: hover) {
  .ly_header .ly_header_title > a:hover {
    color: var(--clr_blue);
  }
  .ly_header .ly_header_title > a:hover .ly_header_icon:before {
    animation: iconSlideFade 0.6s ease-in-out forwards;
  }
}
@media not all and (max-width: 1130px), print {
  .ly_header .ly_header_icon {
    position: absolute;
    top: 50%;
    right: 0;
    translate: 0 -50%;
    width: 30px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 12px 12px 12px 0;
    background-color: var(--clr_blue);
  }
  .ly_header .ly_header_icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 10px;
    height: auto;
    aspect-ratio: 10/8;
    background-color: #fff;
    -webkit-mask-image: url(../img/common/icon/icon_arrow_02.svg);
    mask-image: url(../img/common/icon/icon_arrow_02.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
  }
}
@media screen and (max-width: 1130px) {
  .ly_header .ly_header_icon {
    display: none !important;
  }
}
@media not all and (max-width: 1130px), print {
  .ly_header .ly_header_units {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 1130px) {
  .ly_header .ly_header_units {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1130px) {
  .ly_header .ly_header_units > li:has(.ly_header_list) {
    padding-bottom: 20px;
  }
  .ly_header .ly_header_units > li:not(:last-child) {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 15px;
  }
}
@media not all and (max-width: 1130px), print {
  .ly_header .ly_header_hdg {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 1130px) {
  .ly_header .ly_header_hdg {
    padding-inline: 10px;
  }
  .ly_header .ly_header_hdg:only-child > a {
    padding-bottom: 20px;
  }
}
.ly_header .ly_header_hdg > a {
  position: relative;
  display: block;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 1130px), print {
  .ly_header .ly_header_hdg > a {
    display: grid;
    align-items: center;
    min-height: 65px;
    padding-inline: 9px 14px;
    padding-bottom: 13px;
    font-size: 1.125rem;
    transition: color var(--transProps);
  }
  .ly_header .ly_header_hdg > a:focus-visible {
    color: var(--clr_blue);
  }
  .ly_header .ly_header_hdg > a:focus-visible:before {
    transform-origin: left;
    scale: 1 1;
  }
  .ly_header .ly_header_hdg > a:focus-visible:after {
    animation: iconSlideFade 0.6s ease-in-out forwards;
  }
  @media (any-hover: hover) {
    .ly_header .ly_header_hdg > a:hover {
      color: var(--clr_blue);
    }
    .ly_header .ly_header_hdg > a:hover:before {
      transform-origin: left;
      scale: 1 1;
    }
    .ly_header .ly_header_hdg > a:hover:after {
      animation: iconSlideFade 0.6s ease-in-out forwards;
    }
  }
  .ly_header .ly_header_hdg > a:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--clr_blue);
    transform-origin: right;
    scale: 0 1;
    transition: scale var(--transProps);
  }
  .ly_header .ly_header_hdg > a:not([target=_blank]):after {
    content: "";
    position: absolute;
    top: calc(50% - 6.5px);
    right: 0;
    translate: 0 -50%;
    width: 10px;
    height: auto;
    aspect-ratio: 10/8;
    background-color: var(--clr_blue);
    -webkit-mask-image: url(../img/common/icon/icon_arrow_02.svg);
    mask-image: url(../img/common/icon/icon_arrow_02.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
  }
  .ly_header .ly_header_hdg > a[target=_blank]:after {
    content: "";
    position: absolute;
    top: calc(50% - 6.5px);
    right: 0;
    translate: 0 -50%;
    width: 18px;
    height: auto;
    aspect-ratio: 1;
    background-color: var(--clr_blue);
    -webkit-mask-image: url(../img/common/icon/icon_blank.svg);
    mask-image: url(../img/common/icon/icon_blank.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
  }
}
@media screen and (max-width: 1130px) {
  .ly_header .ly_header_hdg > a {
    padding-right: 20px;
    padding-bottom: 15px;
    font-size: 1rem;
  }
  .ly_header .ly_header_hdg > a:not([target=_blank]):after {
    content: "";
    position: absolute;
    top: calc(50% - 7.5px);
    right: 0;
    translate: 0 -50%;
    width: 10px;
    height: auto;
    aspect-ratio: 10/8;
    background-color: var(--clr_blue);
    -webkit-mask-image: url(../img/common/icon/icon_arrow_02.svg);
    mask-image: url(../img/common/icon/icon_arrow_02.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
  }
  .ly_header .ly_header_hdg > a[target=_blank]:after {
    content: "";
    position: absolute;
    top: calc(50% - 7.5px);
    right: 0;
    translate: 0 -50%;
    width: 18px;
    height: auto;
    aspect-ratio: 1;
    background-color: var(--clr_blue);
    -webkit-mask-image: url(../img/common/icon/icon_blank.svg);
    mask-image: url(../img/common/icon/icon_blank.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
  }
}
@media not all and (max-width: 1130px), print {
  .ly_header .ly_header_list {
    display: grid;
    gap: 8px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 1130px) {
  .ly_header .ly_header_list {
    padding-inline: 25px;
  }
}
@media screen and (max-width: 1130px) {
  .ly_header .ly_header_list > li + li {
    margin-top: 15px;
  }
}
.ly_header .ly_header_list > li > a {
  line-height: 2;
  font-weight: 350;
  letter-spacing: 0.05em;
  background-image: linear-gradient(0deg, currentcolor, currentcolor);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition-property: background-size, color;
  transition-timing-function: var(--transEasing);
  transition-duration: var(--transDur);
}
@media not all and (max-width: 1130px), print {
  .ly_header .ly_header_list > li > a {
    font-size: 1rem;
  }
  .ly_header .ly_header_list > li > a:focus-visible {
    color: var(--clr_blue);
    background-position: 0% 100%;
    background-size: 100% 1px;
  }
  @media (any-hover: hover) {
    .ly_header .ly_header_list > li > a:hover {
      color: var(--clr_blue);
      background-position: 0% 100%;
      background-size: 100% 1px;
    }
  }
}
@media screen and (max-width: 1130px) {
  .ly_header .ly_header_list > li > a {
    display: block;
    font-size: 0.9375rem;
  }
}
@media not all and (max-width: 1130px), print {
  html[lang=en] .ly_header .ly_header_nav, html[lang=en] .ly_header .ly_header_menus {
    gap: 20px;
  }
}
@media not all and (max-width: 1130px), print {
  html[lang=en] .ly_header .ly_header_menus > li > a {
    font-size: 14px;
  }
}
@media not all and (max-width: 1130px), print {
  html[lang=en] .ly_header .ly_header_inner {
    gap: 30px;
  }
}

/**
 * Footer
 */
.ly_footer {
  background-color: #fff;
}
.ly_footer .bl_contactBanner {
  margin-inline: auto;
}
@media not all and (max-width: 767px), print {
  .ly_footer .bl_contactBanner {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .ly_footer .bl_contactBanner {
    width: calc(100% - 20px);
  }
}
@media not all and (max-width: 767px), print {
  .ly_footer .ly_footer_container {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer .ly_footer_container {
    padding-bottom: 30px;
  }
}
@media not all and (max-width: 767px), print {
  .ly_footer .ly_footer_header {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer .ly_footer_header {
    display: grid;
  }
}
@media not all and (max-width: 767px), print {
  .ly_footer .ly_footer_head {
    display: grid;
    align-content: flex-start;
    gap: 30px;
    width: 249px;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer .ly_footer_head {
    display: contents;
  }
}
@media not all and (max-width: 767px), print {
  .ly_footer .ly_footer_logo {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer .ly_footer_logo {
    order: 1;
    width: 200px;
  }
}
.ly_footer .ly_footer_logo a {
  display: block;
}
.ly_footer .ly_footer_logo img {
  width: 100%;
}
.ly_footer .ly_footer_address {
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px), print {
  .ly_footer .ly_footer_address {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer .ly_footer_address {
    order: 2;
    margin-top: 20px;
    font-size: 0.8125rem;
  }
}
.ly_footer .ly_footer_sns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 210px;
}
@media screen and (max-width: 767px) {
  .ly_footer .ly_footer_sns {
    order: 4;
    justify-self: center;
    margin-top: 30px;
  }
}
.ly_footer .ly_footer_sns > li a {
  display: flex;
}
.ly_footer .ly_footer_sns > li img {
  width: auto;
}
.ly_footer .ly_footer_body {
  display: grid;
  align-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .ly_footer .ly_footer_body {
    order: 3;
    margin-top: 20px;
  }
}
@media not all and (max-width: 767px), print {
  .ly_footer .ly_footer_units {
    display: flex;
    justify-content: space-between;
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer .ly_footer_units {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.ly_footer .ly_footer_hdg__top > a {
  display: inline-block !important;
}
.ly_footer .ly_footer_hdg > a {
  position: relative;
  display: block;
  padding-left: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px), print {
  .ly_footer .ly_footer_hdg > a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer .ly_footer_hdg > a {
    font-size: 0.9375rem;
  }
}
.ly_footer .ly_footer_hdg > a:focus-visible > span {
  background-position: 0% 100%;
  background-size: 100% 1px;
}
@media (any-hover: hover) {
  .ly_footer .ly_footer_hdg > a:hover > span {
    background-position: 0% 100%;
    background-size: 100% 1px;
  }
}
.ly_footer .ly_footer_hdg > a:before {
  content: "";
  position: absolute;
  top: calc(0.5lh - 3px);
  left: 0;
  width: 6px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: rgba(8, 30, 111, 0.5019607843);
}
.ly_footer .ly_footer_hdg > a[target=_blank] span:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: auto;
  aspect-ratio: 1;
  margin-left: 3px;
  vertical-align: -4px;
  background-color: var(--clr_blue);
  -webkit-mask-image: url(../img/common/icon/icon_blank.svg);
  mask-image: url(../img/common/icon/icon_blank.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}
.ly_footer .ly_footer_hdg > a > span {
  background-image: linear-gradient(0deg, currentcolor, currentcolor);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size var(--transProps);
}
.ly_footer .ly_footer_list {
  display: grid;
  padding-left: 16px;
}
@media not all and (max-width: 767px), print {
  .ly_footer .ly_footer_list {
    gap: 12px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer .ly_footer_list {
    gap: 10px;
    margin-top: 10px;
  }
}
.ly_footer .ly_footer_list > li > a {
  display: block;
  color: #666;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media not all and (max-width: 767px), print {
  .ly_footer .ly_footer_list > li > a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer .ly_footer_list > li > a {
    font-size: 0.8125rem;
  }
}
.ly_footer .ly_footer_list > li > a:focus-visible > span {
  background-position: 0% 100%;
  background-size: 100% 1px;
}
@media (any-hover: hover) {
  .ly_footer .ly_footer_list > li > a:hover > span {
    background-position: 0% 100%;
    background-size: 100% 1px;
  }
}
.ly_footer .ly_footer_list > li > a[target=_blank] span:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: auto;
  aspect-ratio: 1;
  margin-left: 3px;
  vertical-align: -5px;
  background-color: var(--clr_blue);
  -webkit-mask-image: url(../img/common/icon/icon_blank.svg);
  mask-image: url(../img/common/icon/icon_blank.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}
.ly_footer .ly_footer_list > li > a > span {
  background-image: linear-gradient(0deg, currentcolor, currentcolor);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size var(--transProps);
}
@media not all and (max-width: 767px), print {
  .ly_footer .ly_footer_footer {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer .ly_footer_footer {
    margin-top: 30px;
  }
}
.ly_footer .ly_footer_subLink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 25px;
}
.ly_footer .ly_footer_subLink > li > a {
  display: block;
  color: #666;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.ly_footer .ly_footer_subLink > li > a:focus-visible > span {
  background-position: 0% 100%;
  background-size: 100% 1px;
}
@media (any-hover: hover) {
  .ly_footer .ly_footer_subLink > li > a:hover > span {
    background-position: 0% 100%;
    background-size: 100% 1px;
  }
}
.ly_footer .ly_footer_subLink > li > a[target=_blank] span:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: auto;
  aspect-ratio: 1;
  margin-left: 3px;
  vertical-align: -5px;
  background-color: var(--clr_blue);
  -webkit-mask-image: url(../img/common/icon/icon_blank.svg);
  mask-image: url(../img/common/icon/icon_blank.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}
.ly_footer .ly_footer_subLink > li > a > span {
  background-image: linear-gradient(0deg, currentcolor, currentcolor);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size var(--transProps);
}
.ly_footer .ly_footer_copy {
  display: block;
  margin-top: 20px;
  text-align: center;
  color: #666;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px), print {
  .ly_footer .ly_footer_copy {
    font-size: 0.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer .ly_footer_copy {
    font-size: 0.625rem;
  }
}
.ly_footer .bl_contactBanner {
  overflow: hidden;
}
@media not all and (max-width: 767px), print {
  .ly_footer .bl_contactBanner {
    border-radius: 50px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer .bl_contactBanner {
    border-radius: 20px;
    margin-bottom: 50px;
  }
}
.ly_footer .bl_contactBanner a {
  display: block;
}
.ly_footer .bl_contactBanner a:focus-visible .bl_contactBanner_container {
  background-color: var(--clr_black);
}
.ly_footer .bl_contactBanner a:focus-visible .bl_contactBanner_icon {
  background-color: #fff;
}
.ly_footer .bl_contactBanner a:focus-visible .bl_contactBanner_icon:before {
  background-color: var(--clr_black);
  animation: iconSlideFade 0.6s ease-in-out forwards;
}
@media (any-hover: hover) {
  .ly_footer .bl_contactBanner a:hover .bl_contactBanner_container {
    background-color: var(--clr_black);
  }
  .ly_footer .bl_contactBanner a:hover .bl_contactBanner_icon {
    background-color: #fff;
  }
  .ly_footer .bl_contactBanner a:hover .bl_contactBanner_icon:before {
    background-color: var(--clr_black);
    animation: iconSlideFade 0.6s ease-in-out forwards;
  }
}
.ly_footer .bl_contactBanner .ct_std {
  position: relative;
}
@media screen and (max-width: 767px) {
  .ly_footer .bl_contactBanner .ct_std {
    width: calc(100% - 60px);
  }
}
.ly_footer .bl_contactBanner_container {
  background-color: var(--clr_blue);
  color: #fff;
  transition: background-color var(--transProps);
}
@media not all and (max-width: 767px), print {
  .ly_footer .bl_contactBanner_inner {
    padding-block: 90px;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer .bl_contactBanner_inner {
    padding-block: 60px;
  }
}
.ly_footer .bl_contactBanner_ruby {
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px), print {
  .ly_footer .bl_contactBanner_ruby {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer .bl_contactBanner_ruby {
    margin-bottom: 8px;
    font-size: 1rem;
  }
}
.ly_footer .bl_contactBanner_title {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px), print {
  .ly_footer .bl_contactBanner_title {
    font-size: 4.125rem;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer .bl_contactBanner_title {
    font-size: 2.4375rem;
  }
}
.ly_footer .bl_contactBanner_desc {
  margin-top: 30px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px), print {
  .ly_footer .bl_contactBanner_desc {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer .bl_contactBanner_desc {
    font-size: 0.9375rem;
  }
}
.ly_footer .bl_contactBanner_icon {
  position: absolute;
  height: auto;
  aspect-ratio: 1;
  background-color: rgba(255, 255, 255, 0.2);
  transition: background-color var(--transProps);
}
@media not all and (max-width: 767px), print {
  .ly_footer .bl_contactBanner_icon {
    top: 50%;
    right: 0;
    translate: 0 -50%;
    width: 100px;
    border-radius: 30px 30px 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer .bl_contactBanner_icon {
    bottom: 15px;
    right: -15px;
    width: 42px;
    border-radius: 16px 16px 16px 0;
  }
}
.ly_footer .bl_contactBanner_icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  aspect-ratio: 30/24;
  background-color: #fff;
  -webkit-mask-image: url(../img/common/icon/icon_arrow_01.svg);
  mask-image: url(../img/common/icon/icon_arrow_01.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  transition: background-color var(--transProps);
}
@media not all and (max-width: 767px), print {
  .ly_footer .bl_contactBanner_icon:before {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer .bl_contactBanner_icon:before {
    width: 12px;
  }
}

@media not all and (max-width: 767px), print {
  :lang(en) .ly_footer_header {
    flex-wrap: nowrap;
    gap: 20px 40px;
  }
}
@media screen and (max-width: 1000px) {
  :lang(en) .ly_footer_header {
    flex-wrap: wrap;
  }
}
@media not all and (max-width: 767px), print {
  :lang(en) .ly_footer_head {
    flex-shrink: 0;
    width: 280px;
  }
}
@media not all and (max-width: 767px), print {
  :lang(en) .ly_footer_units {
    gap: 50px 20px;
  }
}
/**
 * Container
 */
.ct_std {
  width: var(--contW);
  margin-inline: auto;
}
/**
 * Block
 */
.bl_breadcrumb {
  margin-bottom: 60px;
}
.bl_breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}
.bl_breadcrumb li {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .bl_breadcrumb li {
    font-size: 13px;
  }
}
.bl_breadcrumb li:not(:first-child) {
  position: relative;
  padding-left: 20px;
}
.bl_breadcrumb li:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5lh;
  display: block;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: #081e6f;
  aspect-ratio: 1/1;
  translate: 0 -50%;
}
.bl_breadcrumb a {
  display: block;
}
.bl_breadcrumb a:focus-visible > span {
  background-position: 0% 100%;
  background-size: 100% 1px;
}
@media (any-hover: hover) {
  .bl_breadcrumb a:hover > span {
    background-position: 0% 100%;
    background-size: 100% 1px;
  }
}
.bl_breadcrumb a span {
  background-image: linear-gradient(0deg, currentcolor, currentcolor);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size var(--transProps);
}
.bl_breadcrumb li:last-child a {
  pointer-events: none;
  color: var(--clr_blue);
  font-weight: 500;
}

.bl_contSet > * {
  margin-top: 100px;
}
@media screen and (max-width: 1130px) {
  .bl_contSet > * {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .bl_contSet > * {
    margin-top: 60px;
  }
}
.bl_contSet > .bl_hdgSet + * {
  margin-top: 0;
}

.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);
    gap: 16px 21px;
  }
}
.bl_anchorLinks > li {
  border-bottom: 1px solid #ccc;
}
.bl_anchorLinks a {
  position: relative;
  text-decoration: none;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  -moz-column-gap: 15px;
  column-gap: 15px;
  height: 100%;
  padding-bottom: 20px;
  line-height: 1.4;
  transition: color 0.3s ease;
}
@media screen and (max-width: 1130px) {
  .bl_anchorLinks a {
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .bl_anchorLinks a {
    padding-bottom: 16px;
    font-size: 15px;
  }
}
.bl_anchorLinks a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: var(--clr_blue);
  transition: width 0.3s ease;
}
.bl_anchorLinks a::after {
  content: "";
  width: 10px;
  height: 12px;
  background: url(../img/common/icon/icon_down_arrow_01.svg) no-repeat center/cover;
  transition: transform 0.3s ease;
}
@media (any-hover: hover) {
  .bl_anchorLinks a:hover {
    color: var(--clr_blue);
  }
  .bl_anchorLinks a:hover::before {
    width: 100%;
  }
  .bl_anchorLinks a:hover::after {
    transform: translateY(4px);
  }
}

.bl_btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 48px;
}
@media screen and (max-width: 1130px) {
  .bl_btns {
    gap: 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .bl_btns {
    gap: 11px;
    margin-top: 30px;
  }
}
.bl_btns__left {
  justify-content: flex-start;
}
.bl_btns__right {
  justify-content: flex-end;
}
.bl_btns__2col, .bl_btns__3col, .bl_btns__4col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .bl_btns__2col .el_btn, .bl_btns__3col .el_btn, .bl_btns__4col .el_btn {
    gap: 8px;
    min-width: auto;
    padding: 15px 12px 15px 15px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .bl_btns__2col .el_btn .icon, .bl_btns__3col .el_btn .icon, .bl_btns__4col .el_btn .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 20px;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 6px 6px 6px 0;
    background-color: var(--clr_blue);
    transition: background-color 0.3s ease;
  }
  .bl_btns__2col .el_btn .icon::after, .bl_btns__3col .el_btn .icon::after, .bl_btns__4col .el_btn .icon::after {
    content: "";
    display: block;
    width: 10px;
    height: auto;
    aspect-ratio: 10/8;
    background: url(../img/common/icon/icon_arrow_01.svg) no-repeat center/contain;
    transform: translateX(0);
    opacity: 1;
  }
}
@media not all and (max-width: 1130px), print {
  .bl_btns__2col {
    display: grid;
    grid-template-columns: repeat(2, auto);
  }
}
@media not all and (max-width: 1130px), print {
  .bl_btns__3col {
    display: grid;
    grid-template-columns: repeat(3, auto);
  }
}
@media not all and (max-width: 1130px), print {
  .bl_btns__4col {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 1130px) {
  .bl_btns__4col {
    margin-top: 52px;
  }
}
@media screen and (max-width: 767px) {
  .bl_btns__4col {
    margin-top: 42px;
  }
}
.bl_btns__4col .el_btn {
  min-width: auto;
}
@media screen and (max-width: 767px) {
  .bl_btns > li {
    width: 100%;
  }
}

.bl_imgAndBody,
.bl_videoAndBody {
  --_gap_row: 50px;
  --_gap_col: 50px;
  --_imageMaxW: 47%;
}
.bl_imgAndBody_inner,
.bl_videoAndBody_inner {
  display: grid;
  gap: var(--_gap_row) var(--_gap_col);
}
@media screen and (max-width: 767px) {
  .bl_imgAndBody_inner,
  .bl_videoAndBody_inner {
    row-gap: 28px;
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgAndBody__imgRight .bl_imgAndBody_inner, .bl_imgAndBody__videoRight .bl_imgAndBody_inner,
  .bl_imgAndBody__imgRight .bl_videoAndBody_inner,
  .bl_imgAndBody__videoRight .bl_videoAndBody_inner,
  .bl_videoAndBody__imgRight .bl_imgAndBody_inner,
  .bl_videoAndBody__videoRight .bl_imgAndBody_inner,
  .bl_videoAndBody__imgRight .bl_videoAndBody_inner,
  .bl_videoAndBody__videoRight .bl_videoAndBody_inner {
    grid-template-columns: auto var(--_imageMaxW);
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgAndBody__imgRight .bl_imgAndBody_img, .bl_imgAndBody__videoRight .bl_imgAndBody_video,
  .bl_imgAndBody__imgRight .bl_videoAndBody_img,
  .bl_imgAndBody__videoRight .bl_videoAndBody_video,
  .bl_videoAndBody__imgRight .bl_imgAndBody_img,
  .bl_videoAndBody__videoRight .bl_imgAndBody_video,
  .bl_videoAndBody__imgRight .bl_videoAndBody_img,
  .bl_videoAndBody__videoRight .bl_videoAndBody_video {
    order: 1;
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgAndBody__imgLeft .bl_imgAndBody_inner, .bl_imgAndBody__videoLeft .bl_imgAndBody_inner,
  .bl_imgAndBody__imgLeft .bl_videoAndBody_inner,
  .bl_imgAndBody__videoLeft .bl_videoAndBody_inner,
  .bl_videoAndBody__imgLeft .bl_imgAndBody_inner,
  .bl_videoAndBody__videoLeft .bl_imgAndBody_inner,
  .bl_videoAndBody__imgLeft .bl_videoAndBody_inner,
  .bl_videoAndBody__videoLeft .bl_videoAndBody_inner {
    grid-template-columns: var(--_imageMaxW) auto;
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgAndBody__imgFloatRight .bl_imgAndBody_inner, .bl_imgAndBody__imgFloatLeft .bl_imgAndBody_inner, .bl_imgAndBody__videoFloatRight .bl_imgAndBody_inner, .bl_imgAndBody__videoFloatLeft .bl_imgAndBody_inner,
  .bl_imgAndBody__imgFloatRight .bl_videoAndBody_inner,
  .bl_imgAndBody__imgFloatLeft .bl_videoAndBody_inner,
  .bl_imgAndBody__videoFloatRight .bl_videoAndBody_inner,
  .bl_imgAndBody__videoFloatLeft .bl_videoAndBody_inner,
  .bl_videoAndBody__imgFloatRight .bl_imgAndBody_inner,
  .bl_videoAndBody__imgFloatLeft .bl_imgAndBody_inner,
  .bl_videoAndBody__videoFloatRight .bl_imgAndBody_inner,
  .bl_videoAndBody__videoFloatLeft .bl_imgAndBody_inner,
  .bl_videoAndBody__imgFloatRight .bl_videoAndBody_inner,
  .bl_videoAndBody__imgFloatLeft .bl_videoAndBody_inner,
  .bl_videoAndBody__videoFloatRight .bl_videoAndBody_inner,
  .bl_videoAndBody__videoFloatLeft .bl_videoAndBody_inner {
    display: block;
    margin-bottom: calc(var(--_gap_row) * -1);
  }
  .bl_imgAndBody__imgFloatRight .bl_imgAndBody_inner::after, .bl_imgAndBody__imgFloatLeft .bl_imgAndBody_inner::after, .bl_imgAndBody__videoFloatRight .bl_imgAndBody_inner::after, .bl_imgAndBody__videoFloatLeft .bl_imgAndBody_inner::after,
  .bl_imgAndBody__imgFloatRight .bl_videoAndBody_inner::after,
  .bl_imgAndBody__imgFloatLeft .bl_videoAndBody_inner::after,
  .bl_imgAndBody__videoFloatRight .bl_videoAndBody_inner::after,
  .bl_imgAndBody__videoFloatLeft .bl_videoAndBody_inner::after,
  .bl_videoAndBody__imgFloatRight .bl_imgAndBody_inner::after,
  .bl_videoAndBody__imgFloatLeft .bl_imgAndBody_inner::after,
  .bl_videoAndBody__videoFloatRight .bl_imgAndBody_inner::after,
  .bl_videoAndBody__videoFloatLeft .bl_imgAndBody_inner::after,
  .bl_videoAndBody__imgFloatRight .bl_videoAndBody_inner::after,
  .bl_videoAndBody__imgFloatLeft .bl_videoAndBody_inner::after,
  .bl_videoAndBody__videoFloatRight .bl_videoAndBody_inner::after,
  .bl_videoAndBody__videoFloatLeft .bl_videoAndBody_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, .bl_imgAndBody__videoFloatRight .bl_imgAndBody_video, .bl_imgAndBody__videoFloatLeft .bl_imgAndBody_video,
  .bl_imgAndBody__imgFloatRight .bl_videoAndBody_img,
  .bl_imgAndBody__imgFloatLeft .bl_videoAndBody_img,
  .bl_imgAndBody__videoFloatRight .bl_videoAndBody_video,
  .bl_imgAndBody__videoFloatLeft .bl_videoAndBody_video,
  .bl_videoAndBody__imgFloatRight .bl_imgAndBody_img,
  .bl_videoAndBody__imgFloatLeft .bl_imgAndBody_img,
  .bl_videoAndBody__videoFloatRight .bl_imgAndBody_video,
  .bl_videoAndBody__videoFloatLeft .bl_imgAndBody_video,
  .bl_videoAndBody__imgFloatRight .bl_videoAndBody_img,
  .bl_videoAndBody__imgFloatLeft .bl_videoAndBody_img,
  .bl_videoAndBody__videoFloatRight .bl_videoAndBody_video,
  .bl_videoAndBody__videoFloatLeft .bl_videoAndBody_video {
    max-width: var(--_imageMaxW);
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgAndBody__imgFloatRight .bl_imgAndBody_img, .bl_imgAndBody__videoFloatRight .bl_imgAndBody_video,
  .bl_imgAndBody__imgFloatRight .bl_videoAndBody_img,
  .bl_imgAndBody__videoFloatRight .bl_videoAndBody_video,
  .bl_videoAndBody__imgFloatRight .bl_imgAndBody_img,
  .bl_videoAndBody__videoFloatRight .bl_imgAndBody_video,
  .bl_videoAndBody__imgFloatRight .bl_videoAndBody_img,
  .bl_videoAndBody__videoFloatRight .bl_videoAndBody_video {
    float: right;
    margin-left: var(--_gap_col);
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgAndBody__imgFloatLeft .bl_imgAndBody_img, .bl_imgAndBody__videoFloatLeft .bl_imgAndBody_video,
  .bl_imgAndBody__imgFloatLeft .bl_videoAndBody_img,
  .bl_imgAndBody__videoFloatLeft .bl_videoAndBody_video,
  .bl_videoAndBody__imgFloatLeft .bl_imgAndBody_img,
  .bl_videoAndBody__videoFloatLeft .bl_imgAndBody_video,
  .bl_videoAndBody__imgFloatLeft .bl_videoAndBody_img,
  .bl_videoAndBody__videoFloatLeft .bl_videoAndBody_video {
    float: left;
    margin-right: var(--_gap_col);
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgAndBody__imgFloatRight .bl_imgAndBody_body, .bl_imgAndBody__videoFloatRight .bl_imgAndBody_body,
  .bl_imgAndBody__imgFloatRight .bl_videoAndBody_body,
  .bl_imgAndBody__videoFloatRight .bl_videoAndBody_body,
  .bl_videoAndBody__imgFloatRight .bl_imgAndBody_body,
  .bl_videoAndBody__videoFloatRight .bl_imgAndBody_body,
  .bl_videoAndBody__imgFloatRight .bl_videoAndBody_body,
  .bl_videoAndBody__videoFloatRight .bl_videoAndBody_body {
    padding-bottom: var(--_gap_row);
  }
}
.bl_imgAndBody_video,
.bl_videoAndBody_video {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
.bl_imgAndBody_video video,
.bl_videoAndBody_video video {
  width: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 1130px) {
  .bl_imgAndBody_video video,
  .bl_videoAndBody_video video {
    border-radius: 14px;
  }
}
.bl_imgAndBody_txt,
.bl_videoAndBody_txt {
  font-weight: 400;
  line-height: 2;
}

.bl_img {
  display: table;
  margin: auto;
  caption-side: bottom;
}
.bl_img > div {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1130px) {
  .bl_img > div {
    border-radius: 14px;
  }
}
.bl_img__w100p {
  width: 100%;
}
.bl_img__w100p img {
  width: 100%;
}
.bl_img figcaption {
  display: table-caption;
  margin-top: 15px;
  color: #666;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (max-width: 1130px) {
  .bl_img figcaption {
    margin-top: 12px;
    font-size: 13px;
  }
}

.bl_imgGroupList {
  display: grid;
  justify-items: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .bl_imgGroupList {
    justify-items: normal;
    gap: 40px;
  }
}
@media screen and (max-width: 1130px) {
  .bl_imgGroupList .el_textLink_icon {
    width: 26px !important;
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgGroupList__2col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1130px) {
  .bl_imgGroupList__2col {
    gap: 44px;
  }
}
@media screen and (max-width: 767px) {
  .bl_imgGroupList__2col {
    gap: 30px 24px;
  }
}
.bl_imgGroupList__3col {
  gap: 60px 50px;
}
@media not all and (max-width: 767px), print {
  .bl_imgGroupList__3col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1130px) {
  .bl_imgGroupList__3col {
    gap: 30px;
  }
}
.bl_imgGroupList__4col {
  gap: 50px 30px;
}
@media screen and (max-width: 1130px) {
  .bl_imgGroupList__4col {
    gap: 40px 20px;
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgGroupList__4col {
    grid-template-columns: repeat(4, 1fr);
  }
}
.bl_imgGroupList__4col .bl_imgGroup .bl_img > div {
  border-radius: 15px;
}
@media screen and (max-width: 1130px) {
  .bl_imgGroupList__4col .bl_imgGroup .bl_img > div {
    border-radius: 10px;
  }
}
.bl_imgGroupList__4col .bl_imgGroup .bl_img figcaption {
  font-size: 12px;
}
.bl_imgGroupList__4col .bl_imgGroup .el_textLink {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .bl_imgGroupList__3col, .bl_imgGroupList__4col {
    gap: 30px 19px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.bl_imgGroupList__3col .bl_img:not(:last-child), .bl_imgGroupList__4col .bl_img:not(:last-child) {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .bl_imgGroupList__3col .bl_img:not(:last-child), .bl_imgGroupList__4col .bl_img:not(:last-child) {
    margin-bottom: 14px !important;
  }
}
@media screen and (max-width: 767px) {
  .bl_imgGroupList__3col .bl_img figcaption, .bl_imgGroupList__4col .bl_img figcaption {
    font-size: 11px !important;
  }
}
.bl_imgGroupList__3col .el_textLink_icon, .bl_imgGroupList__4col .el_textLink_icon {
  width: 26px !important;
}
@media screen and (max-width: 1130px) {
  .bl_imgGroupList__3col .el_textLink_icon, .bl_imgGroupList__4col .el_textLink_icon {
    width: 20px !important;
  }
}
.bl_imgGroupList__3col .el_textLink_text, .bl_imgGroupList__4col .el_textLink_text {
  padding-top: 2px !important;
  padding-bottom: 4px !important;
}
@media screen and (max-width: 1130px) {
  .bl_imgGroupList__3col .el_textLink_text, .bl_imgGroupList__4col .el_textLink_text {
    padding-top: 0 !important;
    padding-bottom: 2px !important;
  }
}
@media screen and (max-width: 1130px) {
  .bl_imgGroupList__3col a[target=_blank]:not([href$=".pdf"]) .el_textLink_icon::after, .bl_imgGroupList__4col a[target=_blank]:not([href$=".pdf"]) .el_textLink_icon::after {
    width: 10px !important;
  }
}
@media screen and (max-width: 1130px) {
  .bl_imgGroupList__3col a[href$=".pdf"] .el_textLink_icon::after, .bl_imgGroupList__4col a[href$=".pdf"] .el_textLink_icon::after {
    width: 9px !important;
  }
}
@media screen and (max-width: 767px) {
  .bl_imgGroupList__spRow .bl_imgGroup {
    display: flex;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .bl_imgGroupList__spRow .bl_imgGroup .bl_img:not(:last-child) {
    flex-shrink: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 48%;
  }
}
.bl_imgGroupList a {
  transition: opacity 0.3s ease;
}
.bl_imgGroupList a .bl_img {
  overflow: hidden;
}
.bl_imgGroupList a .bl_img figcaption {
  transition: color 0.3s ease;
}
.bl_imgGroupList a .bl_imgGroup_body {
  transition: color 0.3s ease;
}
.bl_imgGroupList a .bl_imgGroup_txt p,
.bl_imgGroupList a .bl_imgGroup_txt h3 {
  display: inline;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: 0 100%;
  transition: background-size 0.4s ease;
  transition-delay: 0.1s;
}
.bl_imgGroupList a .bl_imgGroup_title,
.bl_imgGroupList a .bl_imgGroup_date {
  position: relative;
  display: inline-block;
}
.bl_imgGroupList a .bl_imgGroup_title::after,
.bl_imgGroupList a .bl_imgGroup_date::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 0;
  background-color: currentColor;
  transition: width 0.4s ease;
}
.bl_imgGroupList a[target=_blank]:not([href$=".pdf"]) .el_textLink_icon::after {
  aspect-ratio: 1;
  width: 12px;
  background-image: url(../img/common/icon/icon_blank02.svg);
}
.bl_imgGroupList a[href$=".pdf"] .el_textLink_icon::after {
  aspect-ratio: 10/12;
  width: 11px;
  background-image: url(../img/common/icon/icon_pdf02.svg);
}
@media (any-hover: hover) {
  .bl_imgGroupList a:hover .bl_img img {
    transform: scale(1.1);
  }
  .bl_imgGroupList a:hover figcaption {
    color: var(--clr_blue);
  }
  .bl_imgGroupList a:hover .bl_imgGroup_body {
    color: #081e6f;
  }
  .bl_imgGroupList a:hover .el_textLink_text::after {
    animation: underlineShrinkExpand 0.6s ease-in-out forwards;
  }
  .bl_imgGroupList a:hover .el_textLink_icon::after {
    animation: iconSlideFade 0.6s ease-in-out forwards;
  }
}

@media screen and (max-width: 767px) {
  .bl_imgGroup {
    max-width: none;
  }
}
.bl_imgGroup .bl_img:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .bl_imgGroup .bl_img:not(:last-child) {
    margin-bottom: 20px;
  }
}
.bl_imgGroup .bl_img img {
  transition: transform 0.3s ease;
}
.bl_imgGroup .bl_img figcaption {
  margin-top: 10px;
}
@media screen and (max-width: 1130px) {
  .bl_imgGroup .bl_img figcaption {
    font-size: 13px;
  }
}
.bl_imgGroup_title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1130px) {
  .bl_imgGroup_title {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_imgGroup_title {
    font-size: 1.125rem;
  }
}
.bl_imgGroup_title:not(:last-child) {
  margin-bottom: 15px;
}
.bl_imgGroup_title__sm {
  font-size: 1.25rem;
}
@media screen and (max-width: 1130px) {
  .bl_imgGroup_title__sm {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_imgGroup_title__sm {
    font-size: 0.9375rem;
  }
}
.bl_imgGroup_title__sm:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .bl_imgGroup_title__sm:not(:last-child) {
    margin-bottom: 12px;
  }
}
.bl_imgGroup_title__xs {
  font-size: 1.0625rem;
}
@media screen and (max-width: 1130px) {
  .bl_imgGroup_title__xs {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_imgGroup_title__xs {
    font-size: 0.9375rem;
  }
}
.bl_imgGroup_time {
  letter-spacing: 0.05em;
}
.bl_imgGroup_txt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 1130px) {
  .bl_imgGroup_txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_imgGroup_txt {
    font-size: 0.9375rem;
  }
}
.bl_imgGroup_txt__sm {
  font-size: 0.9375rem;
}
@media screen and (max-width: 1130px) {
  .bl_imgGroup_txt__sm {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_imgGroup_txt__sm {
    font-size: 0.8125rem;
  }
}
.bl_imgGroup_txt > * + * {
  margin-top: 10px;
}

.bl_wysiwyg > *:first-child {
  margin-top: 0;
}
.bl_wysiwyg > * + * {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .bl_wysiwyg > * + * {
    margin-top: 20px;
  }
}
.bl_wysiwyg__hasBg {
  border-radius: 30px;
  padding: 80px;
  background: var(--4, rgba(8, 30, 111, 0.04));
}
@media screen and (max-width: 1130px) {
  .bl_wysiwyg__hasBg {
    border-radius: 25px;
    padding: 60px;
  }
}
@media screen and (max-width: 767px) {
  .bl_wysiwyg__hasBg {
    border-radius: 20px;
    padding: 25px;
  }
}
.bl_wysiwyg h2 {
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--clr_blue);
  font-size: 2.625rem;
  font-weight: 500;
  color: var(--clr_blue);
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1130px) {
  .bl_wysiwyg h2 {
    margin-bottom: 35px;
    padding-bottom: 25px;
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_wysiwyg h2 {
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 1.625rem;
  }
}
.bl_wysiwyg h3 {
  margin-bottom: 35px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1130px) {
  .bl_wysiwyg h3 {
    margin-bottom: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_wysiwyg h3 {
    margin-bottom: 24px;
    font-size: 1.375rem;
  }
}
.bl_wysiwyg h4 {
  position: relative;
  display: flex;
  margin-bottom: 30px;
  padding-left: 25px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1130px) {
  .bl_wysiwyg h4 {
    margin-bottom: 24px;
    padding-left: 20px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_wysiwyg h4 {
    margin-bottom: 16px;
    padding-left: 18px;
    font-size: 1.125rem;
  }
}
.bl_wysiwyg h4::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  display: inline-block;
  margin-right: 15px;
  width: 10px;
  height: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--clr_blue);
  vertical-align: middle;
  transform: translateY(25%);
}
@media screen and (max-width: 1130px) {
  .bl_wysiwyg h4::before {
    width: 8px;
    height: 8px;
  }
}
.bl_wysiwyg p {
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}
.bl_wysiwyg p span {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .bl_wysiwyg p {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
.bl_wysiwyg a {
  color: var(--clr_blue);
  line-height: 1.8;
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: all 0.3s ease;
}
.bl_wysiwyg a::after {
  display: inline-block;
}
.bl_wysiwyg a[target=_blank]:not([href$=".pdf"])::after {
  content: "";
  width: 18px;
  aspect-ratio: 1;
  background-color: var(--clr_blue);
  -webkit-mask-image: url(../img/common/icon/icon_blank.svg);
  mask-image: url(../img/common/icon/icon_blank.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}
.bl_wysiwyg a[href$=".pdf"]::after {
  content: "";
  width: 18px;
  height: auto;
  aspect-ratio: 1;
  background-image: url(../img/common/icon/icon_pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.bl_wysiwyg a::after {
  translate: 0 4px;
}
.bl_wysiwyg a > span {
  margin-right: 5px;
}
.bl_wysiwyg a:focus-visible {
  font-weight: bolder;
}
@media (any-hover: hover) {
  .bl_wysiwyg a:hover {
    font-weight: bolder;
  }
}
.bl_wysiwyg ol li,
.bl_wysiwyg ul li {
  line-height: 1.6;
}
.bl_wysiwyg ol li:not(:first-child),
.bl_wysiwyg ul li:not(:first-child) {
  margin-top: 8px;
}
.bl_wysiwyg ol li ol,
.bl_wysiwyg ol li ul,
.bl_wysiwyg ul li ol,
.bl_wysiwyg ul li ul {
  margin-top: 8px;
}
.bl_wysiwyg ol {
  counter-reset: liCounter;
}
.bl_wysiwyg ol > li {
  position: relative;
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  .bl_wysiwyg ol > li {
    padding-left: 20px;
  }
}
.bl_wysiwyg ol > li::before {
  content: counter(liCounter) ".";
  counter-increment: liCounter;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  color: var(--Black, #222);
  font-family: "Nunito Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .bl_wysiwyg ol > li::before {
    font-size: 15px;
  }
}
.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: 4px;
  flex-shrink: 0;
  aspect-ratio: 1;
  background-color: rgba(8, 30, 111, 0.5);
  translate: 0 -50%;
}
.bl_wysiwyg table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-collapse: separate;
}
.bl_wysiwyg th,
.bl_wysiwyg td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px;
  vertical-align: middle;
  line-height: 1.6;
}
@media screen and (max-width: 1130px) {
  .bl_wysiwyg th,
  .bl_wysiwyg td {
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  .bl_wysiwyg th,
  .bl_wysiwyg td {
    padding: 12px;
    font-size: 15px;
  }
}
.bl_wysiwyg th {
  background-color: rgba(8, 30, 111, 0.08);
  font-weight: 500;
}

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

.bl_video {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  caption-side: bottom;
}
.bl_video > div {
  margin: auto;
}
.bl_video__w100p {
  width: 100%;
}
.bl_video__w100p iframe {
  width: 100%;
}
.bl_video iframe {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 20px;
}
@media screen and (max-width: 1130px) {
  .bl_video iframe {
    border-radius: 14px;
  }
}
.bl_video figcaption {
  margin-top: 15px;
  color: #666;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (max-width: 1130px) {
  .bl_video figcaption {
    margin-top: 12px;
  }
}

.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 {
  display: grid;
  gap: 30px;
}

.bl_accordion {
  border: 2px solid;
}
.bl_accordion_head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  padding: 20px 30px;
  cursor: pointer;
}
.bl_accordion_head::-webkit-details-marker {
  display: none;
}
.bl_accordion_head .icon {
  position: relative;
  width: 20px;
  height: 2px;
  background-color: currentColor;
}
.bl_accordion_head .icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: inherit;
  rotate: 90deg;
}
.bl_accordion[open] .bl_accordion_head .icon::before {
  opacity: 0;
}
.bl_accordion_body {
  overflow: hidden;
}
.bl_accordion_body > div {
  padding: 0 30px 20px;
}

.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 {
  display: grid;
  place-items: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  aspect-ratio: 1;
  background-color: #000;
}
.bl_dialog_closeBtn > span:not([class]) {
  position: relative;
  width: 16px;
  height: 2px;
}
.bl_dialog_closeBtn > span:not([class])::before, .bl_dialog_closeBtn > span:not([class])::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
}
.bl_dialog_closeBtn > span:not([class])::before {
  rotate: -45deg;
}
.bl_dialog_closeBtn > span:not([class])::after {
  rotate: 45deg;
}

.bl_tabCont_tablist button {
  border: 1px solid var(--clr_black);
  border-bottom: 0;
  padding: 1em;
}
.bl_tabCont_tablist button[aria-selected=true] {
  background-color: var(--clr_black);
  color: #fff;
}
.bl_tabCont_tabpanel {
  border: 2px solid;
  padding: 2em;
}

.bl_newsList {
  border-top: 1px solid #ccc;
}
.bl_newsList_item {
  border-bottom: 1px solid #ccc;
}
.bl_newsList_item > a {
  display: block;
  padding: 30px 20px;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1130px) {
  .bl_newsList_item > a {
    padding: 20px 0;
  }
}
@media (any-hover: hover) {
  .bl_newsList_item > a:hover {
    background-color: rgba(8, 30, 111, 0.05);
  }
  .bl_newsList_item > a:hover .el_news_category {
    background-color: #081e6f;
    color: #fff;
  }
}
.bl_newsList_meta {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  align-items: center;
}
.bl_newsList_title {
  display: -webkit-box;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 350;
  line-height: 1.6;
  letter-spacing: 0.05em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 1130px) {
  .bl_newsList_title {
    margin-top: 10px;
    font-size: 15px;
  }
}

.bl_section {
  padding: 75px 0;
}
@media screen and (max-width: 1130px) {
  .bl_section {
    padding: 55px 0;
  }
}
@media screen and (max-width: 767px) {
  .bl_section {
    padding: 40px 0;
  }
}

.bl_flowList > * {
  margin-top: 0;
}

.bl_flowGroup {
  margin-top: 20px;
  padding: 50px;
  border-radius: 30px;
  border: 2px solid rgba(8, 30, 111, 0.1);
}
@media screen and (max-width: 1130px) {
  .bl_flowGroup {
    padding: 40px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .bl_flowGroup {
    padding: 25px;
  }
}
.bl_flowGroup_title {
  position: relative;
  margin-bottom: 0;
  padding-left: 25px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1130px) {
  .bl_flowGroup_title {
    padding-right: 20px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .bl_flowGroup_title {
    padding-left: 18px;
    font-size: 18px;
  }
}
.bl_flowGroup_title::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  display: inline-block;
  margin-right: 15px;
  width: 10px;
  height: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--clr_blue);
  vertical-align: middle;
  transform: translateY(25%);
}
@media screen and (max-width: 1130px) {
  .bl_flowGroup_title::before {
    width: 8px;
    height: 8px;
  }
}
.bl_flowGroup_title + .bl_flowGroup_txt p {
  margin-top: 30px;
}
@media screen and (max-width: 1130px) {
  .bl_flowGroup_title + .bl_flowGroup_txt p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .bl_flowGroup_title + .bl_flowGroup_txt p {
    margin-top: 16px;
  }
}

.bl_singleHeader {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.bl_singleHeader_title {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding-bottom: 70px;
  padding-right: 210px;
}
@media screen and (max-width: 1130px) {
  .bl_singleHeader_title {
    padding-right: 100px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .bl_singleHeader_title {
    row-gap: 6px;
  }
}
.bl_singleHeader_title_ja {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1130px) {
  .bl_singleHeader_title_ja {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .bl_singleHeader_title_ja {
    font-size: 16px;
  }
}
.bl_singleHeader_title_en {
  color: #081e6f;
  font-family: "Nunito Sans";
  font-size: 68px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1130px) {
  .bl_singleHeader_title_en {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .bl_singleHeader_title_en {
    font-size: 42px;
  }
}
.bl_singleHeader_bg {
  position: absolute;
  top: -30px;
  right: 4%;
  width: 16%;
  max-width: 240px;
  height: auto;
  aspect-ratio: 1;
  flex-shrink: 0;
  z-index: -1;
}
@media screen and (max-width: 1130px) {
  .bl_singleHeader_bg {
    right: 0;
    width: 130px;
    height: 130px;
  }
}
@media screen and (max-width: 767px) {
  .bl_singleHeader_bg {
    width: 100px;
    height: 100px;
  }
}
.bl_singleHeader_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bl_singleHeader .bl_breadcrumb {
  margin-bottom: 0;
}
@media not all and (max-width: 1130px), print {
  .bl_singleHeader__en {
    padding-top: 50px;
  }
  .bl_singleHeader__en .bl_singleHeader_title {
    padding-bottom: 88px;
  }
  .bl_singleHeader__en .bl_singleHeader_bg {
    top: 0;
  }
}

.bl_singleHeader + .bl_singleBody {
  padding-top: 100px;
}
@media screen and (max-width: 1130px) {
  .bl_singleHeader + .bl_singleBody {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .bl_singleHeader + .bl_singleBody {
    padding-top: 60px;
  }
}
.bl_singleBody__mission {
  margin-bottom: -150px;
}
@media screen and (max-width: 767px) {
  .bl_singleBody__mission {
    margin-bottom: -60px;
  }
}

/**
 * Element
 */
.el_hdgLg {
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--clr_blue);
  font-size: 2.625rem;
  font-weight: 500;
  color: var(--clr_blue);
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1130px) {
  .el_hdgLg {
    margin-bottom: 35px;
    padding-bottom: 25px;
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 767px) {
  .el_hdgLg {
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 1.625rem;
  }
}

.el_hdgMd {
  margin-bottom: 35px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1130px) {
  .el_hdgMd {
    margin-bottom: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .el_hdgMd {
    margin-bottom: 24px;
    font-size: 1.375rem;
  }
}

.el_hdgSm {
  position: relative;
  display: flex;
  margin-bottom: 30px;
  padding-left: 25px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1130px) {
  .el_hdgSm {
    margin-bottom: 24px;
    padding-left: 20px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .el_hdgSm {
    margin-bottom: 16px;
    padding-left: 18px;
    font-size: 1.125rem;
  }
}
.el_hdgSm::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  display: inline-block;
  margin-right: 15px;
  width: 10px;
  height: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--clr_blue);
  vertical-align: middle;
  transform: translateY(25%);
}
@media screen and (max-width: 1130px) {
  .el_hdgSm::before {
    width: 8px;
    height: 8px;
  }
}

.el_btn {
  position: relative;
  display: flex;
  justify-content: space-between;
  min-width: 272px;
  height: 100%;
  padding: 25px 15px 25px 30px;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  background: rgba(8, 30, 111, 0.08);
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .el_btn {
    gap: 16px;
    font-size: 15px;
  }
}
.el_btn:focus-visible {
  color: #fff;
}
.el_btn:focus-visible::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.el_btn:focus-visible .icon {
  background-color: rgba(255, 255, 255, 0.2);
}
.el_btn:focus-visible .icon::after {
  animation: iconSlideFade 0.6s ease-in-out forwards;
}
@media (any-hover: hover) {
  .el_btn:hover {
    color: #fff;
  }
  .el_btn:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
  .el_btn:hover .icon {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .el_btn:hover .icon::after {
    animation: iconSlideFade 0.6s ease-in-out forwards;
  }
}
@media screen and (max-width: 767px) {
  .el_btn {
    padding: 22px 12px 22px 26px;
  }
}
.el_btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--clr_blue);
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.5s;
  z-index: 1;
}
.el_btn_inner::after {
  translate: 0 4px;
}
.el_btn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 10px 10px 10px 0;
  background-color: var(--clr_blue);
  transition: background-color 0.3s ease;
}
.el_btn .icon::after {
  content: "";
  display: block;
  width: 10px;
  height: auto;
  aspect-ratio: 10/8;
  background: url(../img/common/icon/icon_arrow_01.svg) no-repeat center/contain;
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .el_btn .icon {
    width: 26px;
    border-radius: 8px 8px 8px 0;
  }
}
.el_btn[target=_blank]:not([href$=".pdf"]) .icon::after {
  aspect-ratio: 1;
  width: 12px;
  background-image: url(../img/common/icon/icon_blank02.svg);
}
@media screen and (max-width: 767px) {
  .el_btn[target=_blank]:not([href$=".pdf"]) .icon::after {
    width: 10px;
  }
}
.el_btn[href$=".pdf"] .icon::after {
  aspect-ratio: 10/12;
  width: 11px;
  background-image: url(../img/common/icon/icon_pdf02.svg);
}
@media screen and (max-width: 767px) {
  .el_btn[href$=".pdf"] .icon::after {
    width: 8.5px;
  }
}
.el_btn_inner,
.el_btn .icon {
  z-index: 2;
}
.el_btn__bgWhite {
  border: 1px solid #081e6f;
  background-color: #fff;
}

.el_section_title {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}
.el_section_title__center {
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 1130px) {
  .el_section_title__mdCenter {
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .el_section_title__spCenter {
    align-items: center;
    text-align: center;
  }
}

.el_section_title_sub {
  font-size: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1130px) {
  .el_section_title_sub {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .el_section_title_sub {
    font-size: 16px;
  }
}
.el_section_title_sub__sm {
  font-size: 18px;
}
@media screen and (max-width: 1130px) {
  .el_section_title_sub__sm {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .el_section_title_sub__sm {
    font-size: 15px;
  }
}

.el_section_title_main {
  letter-spacing: 0.05em;
}

.el_section_title_main__xs {
  font-size: 36px;
}
@media screen and (max-width: 1130px) {
  .el_section_title_main__xs {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .el_section_title_main__xs {
    font-size: 20px;
  }
}

.el_section_title_main__sm {
  font-size: 48px;
}
@media screen and (max-width: 1130px) {
  .el_section_title_main__sm {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .el_section_title_main__sm {
    font-size: 32px;
  }
}

.el_section_title_main__md {
  font-size: 56px;
}
@media screen and (max-width: 1130px) {
  .el_section_title_main__md {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .el_section_title_main__md {
    font-size: 36px;
  }
}

.el_section_title_main__ml {
  font-size: 60px;
}
@media screen and (max-width: 1130px) {
  .el_section_title_main__ml {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .el_section_title_main__ml {
    font-size: 36px;
  }
}

.el_section_title_main__lg {
  font-size: 66px;
}
@media screen and (max-width: 1130px) {
  .el_section_title_main__lg {
    font-size: 52px;
  }
}
@media screen and (max-width: 767px) {
  .el_section_title_main__lg {
    font-size: 39px;
  }
}

.el_lang_en {
  color: #081e6f;
  font-family: "Nunito Sans";
  font-weight: 700;
  text-transform: uppercase;
}

.el_lang_en__blk {
  color: #000;
}

.el_lang_ja {
  color: #000;
  font-family: "Noto Sans JP";
  font-weight: 500;
}

.el_section_title_sub.el_lang_ja {
  letter-spacing: 0.1em;
}

.el_textLink {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1130px) {
  .el_textLink {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .el_textLink {
    font-size: 15px;
  }
}
.el_textLink > a,
.el_textLink > span {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .el_textLink > a,
  .el_textLink > span {
    justify-content: center;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}
@media (any-hover: hover) {
  .el_textLink > a:hover .el_textLink_text::after,
  .el_textLink > span:hover .el_textLink_text::after {
    animation: underlineShrinkExpand 0.6s ease-in-out forwards;
  }
  .el_textLink > a:hover .el_textLink_icon::after,
  .el_textLink > span:hover .el_textLink_icon::after {
    animation: iconSlideFade 0.6s ease-in-out forwards;
  }
}
.el_textLink_text {
  position: relative;
}
.el_textLink_text {
  position: relative;
}
.el_textLink_text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(1);
  transform-origin: right;
}
@media screen and (max-width: 767px) {
  .el_textLink_text::after {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .el_textLink_text {
    display: flex;
    align-items: center;
  }
}
.el_textLink_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 26px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 10px 10px 10px 0;
  background-color: var(--clr_blue);
  transition: background-color 0.3s ease;
}
.el_textLink_icon::after {
  content: "";
  display: block;
  width: 10px;
  height: auto;
  aspect-ratio: 10/8;
  background: url(../img/common/icon/icon_arrow_01.svg) no-repeat center/contain;
  transform: translateX(0);
  opacity: 1;
}
.el_textLink__sm {
  font-size: 14px;
}
.el_textLink__sm > span,
.el_textLink__sm > a {
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.el_textLink__sm .el_textLink_icon {
  width: 26px;
}
.el_textLink__md {
  font-size: 15px;
}
@media screen and (max-width: 1130px) {
  .el_textLink__md {
    font-size: 13px;
  }
}
.el_textLink__md > span,
.el_textLink__md > a {
  align-items: center;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
@media screen and (max-width: 1130px) {
  .el_textLink__md > span,
  .el_textLink__md > a {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
.el_textLink__md .el_textLink_text {
  padding-top: 4px;
  padding-bottom: 5px;
}
@media screen and (max-width: 1130px) {
  .el_textLink__md .el_textLink_text {
    padding-top: 0;
  }
}
.el_textLink__md .el_textLink_icon {
  width: 30px;
}
@media screen and (max-width: 1130px) {
  .el_textLink__md .el_textLink_icon {
    width: 20px;
    border-radius: 7px 7px 7px 0;
  }
}
.el_textLink__lg {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .el_textLink__lg {
    font-size: 16px;
  }
}
.el_textLink__lg > span,
.el_textLink__lg > a {
  align-items: flex-end;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media screen and (max-width: 767px) {
  .el_textLink__lg > span,
  .el_textLink__lg > a {
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .el_textLink__lg {
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}
.el_textLink__lg .el_textLink_text {
  padding-bottom: 5px;
}
.el_textLink__lg .el_textLink_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 50px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 15px 15px 15px 0;
  background-color: var(--clr_blue);
  transition: background-color 0.3s ease;
}
.el_textLink__lg .el_textLink_icon::after {
  content: "";
  display: block;
  width: 16px;
  height: auto;
  aspect-ratio: 10/8;
  background: url(../img/common/icon/icon_arrow_02.svg) no-repeat center/contain;
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .el_textLink__lg .el_textLink_icon {
    width: 30px;
    border-radius: 10px 10px 10px 0;
  }
  .el_textLink__lg .el_textLink_icon::after {
    width: 12px;
  }
}
.el_textLink__left > span,
.el_textLink__left > a {
  justify-content: flex-start;
}
.el_textLink__right > span,
.el_textLink__right > a {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .el_textLink__spLeft > span,
  .el_textLink__spLeft > a {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .el_textLink__spRight > span,
  .el_textLink__spRight > a {
    justify-content: flex-end;
  }
}

.el_news_date {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1130px) {
  .el_news_date {
    font-size: 14px;
  }
}

.el_news_category {
  padding: 5px 20px;
  border-radius: 20px;
  background: rgba(8, 30, 111, 0.1);
  color: #081e6f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 1130px) {
  .el_news_category {
    padding: 5px 15px;
    font-size: 13px;
  }
}

.el_textlinkSet li {
  padding-left: 0;
}
.el_textlinkSet li::before {
  display: none;
}

/**
 * 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;
  }
}

@media not all and (max-width: 1130px), print {
  .hp_tbOnly {
    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_capitalize {
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0;
}

.hp_bgGray {
  display: inline-block;
  padding: 0 10px;
  background: #ededed;
}

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

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

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

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

@media not all and (max-width: 767px), print {
  .hp_1col {
    max-width: 545px;
  }
}

.hp_gap30 {
  gap: 30px;
}

.hp_clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.hp_pb0 {
  padding-bottom: 0 !important;
}

.hp_fw600 {
  font-weight: 600;
}

/**
 * Page
 */
.tp_index .ly_cont {
  padding-top: var(--headerH);
}

/**
 * Page
 */
.pg_home_jumbotron {
  position: relative;
}
.pg_home_jumbotron_spacer {
  height: calc(100vh - var(--headerH));
}
.pg_home_jumbotron_text_layer {
  position: fixed;
  top: 0;
  left: 0;
  margin-top: var(--headerH);
  width: 100%;
  height: calc(100vh - var(--headerH));
  z-index: -1;
  pointer-events: none;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1130px) {
  .pg_home_jumbotron_text_layer {
    position: absolute;
    margin-top: 0;
  }
}
.pg_home_jumbotron_text {
  padding-top: 98px;
  width: 100%;
  opacity: 0;
  transition: opacity 1.5s ease;
}
@media screen and (max-width: 1130px) {
  .pg_home_jumbotron_text {
    padding-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home_jumbotron_text {
    padding-top: 42px;
  }
}
.pg_home_jumbotron_text.show {
  opacity: 1;
}
.pg_home_jumbotron_text__bg {
  display: none;
}
@media screen and (max-width: 1130px) {
  .pg_home_jumbotron_text__bg {
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 1;
  }
}
.pg_home_jumbotron_tagline {
  font-size: 66px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1130px) {
  .pg_home_jumbotron_tagline {
    font-size: clamp(40px, 6vw + 1rem, 66px) !important;
  }
}
.pg_home_jumbotron_description {
  margin-top: 50px;
  font-weight: 350;
  line-height: 2.4;
}
@media screen and (max-width: 1130px) {
  .pg_home_jumbotron_description {
    margin-top: 20px;
    font-size: 15px;
  }
}
.pg_home_jumbotron_movie {
  position: relative;
  padding-bottom: 15%;
  width: 100%;
  height: auto;
  background: linear-gradient(180deg, #fff 0%, #fff 82.69%, rgba(255, 255, 255, 0) 100%);
  text-align: end;
  z-index: -2;
}
.pg_home_jumbotron_movie_wrapper {
  margin-left: auto;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 1130px) {
  .pg_home_jumbotron_movie_wrapper {
    width: 100%;
    padding-bottom: 50%;
  }
}
.pg_home_jumbotron_movie video {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  z-index: 1;
}
@media screen and (max-width: 1130px) {
  .pg_home_jumbotron_movie video {
    aspect-ratio: auto;
  }
}
.pg_home_jumbotron_bg__slide {
  position: fixed;
  bottom: 0;
  left: 0;
  top: var(--headerH);
  width: 100svw;
  height: calc(100vh - var(--headerH));
  z-index: -3;
  pointer-events: none;
}
.pg_home_jumbotron_bg__slide .pg_home_jumbotron_bg_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.pg_home_jumbotron_bg__slide .pg_home_jumbotron_bg_img {
  display: flex;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .pg_home_jumbotron_bg__slide .pg_home_jumbotron_bg_img__pc {
    display: none;
  }
}
.pg_home_jumbotron_bg__slide .pg_home_jumbotron_bg_img__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .pg_home_jumbotron_bg__slide .pg_home_jumbotron_bg_img__sp {
    display: flex;
  }
}
.pg_home_jumbotron_bg__slide .pg_home_jumbotron_bg_img img {
  flex: 0 0 auto;
  height: 100%;
  width: 100svw;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  transition: all 0.3s ease;
}
.pg_home_jumbotron_bg__fade {
  position: fixed;
  top: 0;
  left: 0;
  margin-top: var(--headerH);
  width: 100%;
  height: calc(100vh - var(--headerH));
  z-index: -3;
  pointer-events: none;
}
.pg_home_jumbotron_bg__fade .pg_home_jumbotron_bg_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1130px) {
  .pg_home_jumbotron_bg__fade .pg_home_jumbotron_bg_wrapper {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 40px;
    height: auto;
  }
}
.pg_home_jumbotron_bg__fade .pg_home_jumbotron_bg_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.pg_home_jumbotron_bg__fade .pg_home_jumbotron_bg_img__pc {
  width: 52%;
}
@media screen and (max-width: 1130px) {
  .pg_home_jumbotron_bg__fade .pg_home_jumbotron_bg_img__pc {
    display: none;
  }
}
.pg_home_jumbotron_bg__fade .pg_home_jumbotron_bg_img__sp {
  position: relative;
  display: none;
  height: auto;
  aspect-ratio: 375/218;
}
@media screen and (max-width: 1130px) {
  .pg_home_jumbotron_bg__fade .pg_home_jumbotron_bg_img__sp {
    display: block;
  }
}
.pg_home_jumbotron_bg__fade .pg_home_jumbotron_bg_img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  transition: opacity 2s ease;
}
.pg_home_jumbotron_bg__fade .pg_home_jumbotron_bg_img img.-active {
  opacity: 1;
}
.pg_home_topics {
  padding: 100px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .pg_home_topics {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .pg_home_topics_inner {
    display: flex;
    flex-direction: column;
  }
}
.pg_home_topics_header {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .pg_home_topics_header {
    display: contents;
  }
}
.pg_home_topics_body {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .pg_home_topics_body {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home_topics_slider {
    aspect-ratio: 335/93;
    width: 100%;
    min-height: 100px;
    transform: rotate(180deg);
  }
}
.pg_home_topics_slider_list {
  display: grid !important;
}
@media screen and (max-width: 767px) {
  .pg_home_topics_slider_list {
    display: flex !important;
    gap: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .pg_home_topics_slider .swiper-slide {
    transform: rotate(180deg) !important;
    opacity: 0;
    transition: opacity 0.3s ease-out;
  }
}
.pg_home_topics_slider .swiper-slide-active {
  opacity: 1;
}
.pg_home_topics_controls {
  display: none;
  justify-content: center;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .pg_home_topics_controls {
    display: flex;
  }
}
.pg_home_topics_progressbar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 14px;
  column-gap: 14px;
  border-radius: 5.469px;
}
.pg_home_topics_progressbar_wrapper {
  position: relative;
  width: 90px;
  height: 6px;
}
.pg_home_topics_progressbar_bar {
  width: 100% !important;
  height: 100% !important;
  border-radius: 5.469px;
  overflow: hidden;
}
.pg_home_topics_progressbar_bar .swiper-pagination-progressbar-fill {
  border-radius: 18.2%;
  background: #081e6f !important;
  overflow: hidden;
}
.pg_home_topics_progressbar_num {
  font-family: "Nunito Sans";
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.pg_home_topics_control {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.pg_home_topics_control_button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #081e6f;
}
.pg_home_topics_control_button::after {
  content: "";
  display: block;
  width: 10px;
  height: auto;
  aspect-ratio: 10/8;
  background: url(../img/common/icon/icon_arrow_01.svg) no-repeat center/contain;
  transform: translateX(0);
  opacity: 1;
}
.pg_home_topics_control_button__prev::after {
  transform: scaleX(-1);
}
.pg_home_topics_item {
  display: flex !important;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.pg_home_topics_img {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-bottom: 25px !important;
  aspect-ratio: 3/2;
  border-radius: 30px;
  background: linear-gradient(180deg, #eeeff4 0%, rgba(255, 255, 255, 0) 11.81%, rgba(255, 255, 255, 0) 88%, #eeeff4 100%);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pg_home_topics_img {
    margin-top: 0;
    margin-bottom: 0 !important;
    border-radius: 11.5px;
    width: 41.1% !important;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.pg_home_topics_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pg_home_topics_date {
  margin-bottom: 5px;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1130px) {
  .pg_home_topics_date {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home_topics_date {
    font-size: 14px;
  }
}
.pg_home_topics_title {
  font-weight: 350;
  line-height: 1.6;
}
@media screen and (max-width: 1130px) {
  .pg_home_topics_title {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home_topics_title {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
  }
}
.pg_home_topics .bl_imgGroupList__3col .bl_img:not(:last-child) {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 1130px) {
  .pg_home_topics .bl_imgGroupList__3col .bl_img:not(:last-child) {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .pg_home_topics .bl_imgGroupList__3col .bl_img:not(:last-child) {
    margin-bottom: 0 !important;
  }
}
.pg_home_mission {
  padding-top: 0;
}
.pg_home_mission_wrapper {
  position: relative;
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  .pg_home_mission_wrapper {
    padding: 80px 0;
  }
}
.pg_home_mission_bg {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  margin-inline: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background-image: linear-gradient(126deg, #f9f9fb 18.52%, #e7eaf0 79.05%);
  z-index: -1;
  overflow: hidden;
}
.pg_home_mission_bgIcon {
  position: absolute;
}
.pg_home_mission_bgIcon__01 {
  top: 150px;
  left: -50px;
  width: 480px;
  height: 240px;
}
@media screen and (max-width: 1130px) {
  .pg_home_mission_bgIcon__01 {
    width: 320px;
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home_mission_bgIcon__01 {
    top: 250px;
    left: auto;
    right: 0;
    width: 200px;
    height: 100px;
    opacity: 0.8;
  }
}
.pg_home_mission_bgIcon__02 {
  left: 38.12%;
  right: 44.51%;
  bottom: -150px;
  width: 250px;
  height: 250px;
  opacity: 0.4;
}
@media screen and (max-width: 1130px) {
  .pg_home_mission_bgIcon__02 {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home_mission_bgIcon__02 {
    left: auto;
    right: -11px;
    bottom: -34px;
    width: 120px;
    height: 120px;
    opacity: 0.5;
  }
}
.pg_home_mission_bgIcon__03 {
  top: 250px;
  right: 45px;
  width: 200px;
  height: 200px;
  opacity: 0.4;
}
@media screen and (max-width: 1130px) {
  .pg_home_mission_bgIcon__03 {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home_mission_bgIcon__03 {
    top: 59%;
    left: 0;
    right: auto;
    width: 120px;
    height: 120px;
    opacity: 0.8;
  }
}
.pg_home_mission_loop {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pg_home_mission_loop {
    position: absolute;
    top: 35px;
    left: 0;
  }
}
.pg_home_mission_loop_item {
  display: inline-block;
  padding-right: 0.2em;
  color: #fff;
  font-family: "Nunito Sans";
  font-size: 160px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 1130px) {
  .pg_home_mission_loop_item {
    font-size: 120px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home_mission_loop_item {
    font-size: 80px;
  }
}
.pg_home_mission_loop_item:nth-child(odd) {
  animation: loop_animation 100s -50s infinite linear;
}
@media not all and (max-width: 767px), print {
  .pg_home_mission_loop_item:nth-child(odd) {
    animation: loop_animation 80s -40s infinite linear;
  }
}
.pg_home_mission_loop_item:nth-child(even) {
  animation: loop_animation02 100s infinite linear;
}
@media not all and (max-width: 767px), print {
  .pg_home_mission_loop_item:nth-child(even) {
    animation: loop_animation02 80s infinite linear;
  }
}
@keyframes loop_animation {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop_animation02 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@media screen and (max-width: 1130px) {
  .pg_home_mission_inner {
    display: flex;
    flex-direction: column;
  }
}
.pg_home_mission_header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}
@media screen and (max-width: 1130px) {
  .pg_home_mission_header {
    display: contents;
  }
}
@media screen and (max-width: 1130px) {
  .pg_home_mission_title {
    align-items: center;
    text-align: center;
  }
}
.pg_home_mission_title .el_section_title_mainMd {
  margin-left: -30px;
}
@media screen and (max-width: 1130px) {
  .pg_home_mission_title .el_section_title_mainMd {
    margin-left: 0;
  }
}
.pg_home_mission_link {
  margin-top: 50px;
}
@media screen and (max-width: 1130px) {
  .pg_home_mission_link {
    order: 1;
    margin-top: 60px;
  }
}
.pg_home_mission_link a {
  justify-content: center;
}
.pg_home_mission_body {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .pg_home_mission_body {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1130px) {
  .pg_home_mission_body_inner {
    grid-template-columns: 1fr !important;
  }
}
.pg_home_mission_img {
  margin-top: auto;
  margin-bottom: 0;
  width: 520px;
  vertical-align: bottom;
}
@media screen and (max-width: 1130px) {
  .pg_home_mission_img {
    width: 100%;
  }
}
.pg_home_mission_img img {
  border-radius: 0;
}
.pg_home_mission_img .bl_img > div {
  border-radius: 0;
}
.pg_home_mission_text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1130px) {
  .pg_home_mission_text {
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .pg_home_mission_text {
    font-size: 15px;
  }
}
.pg_home_mission_text p:not(:first-child) {
  margin-top: 30px;
}
.pg_home_product {
  position: relative;
  overflow: hidden;
}
.pg_home_product_bgIcon {
  position: absolute;
  top: 200px;
  right: 31px;
  width: 200px;
  height: 200px;
  aspect-ratio: 1;
  flex-shrink: 0;
  z-index: -1;
}
@media screen and (max-width: 1130px) {
  .pg_home_product_bgIcon {
    right: -11px;
    width: 150px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .pg_home_product_bgIcon {
    top: 150px;
    width: 100px;
  }
}
.pg_home_product_body {
  margin-top: 40px;
}
.pg_home_product_body .bl_imgGroup_title {
  margin-bottom: 10px;
}
.pg_home_product_body .bl_imgGroup_txt {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 1130px) {
  .pg_home_product_body .bl_imgGroup_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home_product_body .bl_imgGroup_txt {
    font-size: 15px;
  }
}
.pg_home_product_img {
  margin-bottom: 20px !important;
  border-radius: 30px;
  background: linear-gradient(105deg, rgba(238, 239, 244, 0) 5.42%, rgba(255, 255, 255, 0) 16.17%, rgba(255, 255, 255, 0) 83.38%, #eeeff4 96.47%);
  overflow: hidden;
}
.pg_home_product_img img {
  aspect-ratio: 2/1;
}
.pg_home_product_link {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .pg_home_product_link {
    margin-top: 40px;
  }
}
.pg_home_recommend {
  position: relative;
}
@media screen and (max-width: 767px) {
  .pg_home_recommend {
    padding-bottom: 20px;
  }
}
.pg_home_recommend_bgIcons {
  position: absolute;
  top: 60px;
  left: 0;
  display: flex;
}
@media screen and (max-width: 1130px) {
  .pg_home_recommend_bgIcons {
    z-index: 1;
  }
}
.pg_home_recommend_bgIcon {
  width: 120px;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .pg_home_recommend_bgIcon {
    width: 60px;
  }
}
.pg_home_recommend_inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .pg_home_recommend_inner {
    border-radius: 30px;
    padding: 60px 30px 126px;
    background: linear-gradient(90deg, #f8f8f8 0.02%, #fdfdfd 50.21%, #f4f4f6 100%);
    overflow: hidden;
  }
}
.pg_home_recommend_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: calc(50% - 50vw);
  min-height: 453px;
  border-radius: 50px 0 0 50px;
  background: linear-gradient(180deg, #f9f9f9 17.39%, #ebecee 98.79%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .pg_home_recommend_bg {
    top: auto;
    bottom: 0;
    right: 0;
    min-height: auto;
    border-radius: 0;
    z-index: 0;
  }
}
.pg_home_recommend_bg_img {
  margin-right: 0;
}
.pg_home_recommend_header {
  position: relative;
  padding-top: 150px;
  padding-left: 100px;
}
@media screen and (max-width: 767px) {
  .pg_home_recommend_header {
    padding: 0;
  }
}
.pg_home_recommend_body {
  margin-top: 60px;
  padding-left: 100px;
}
@media screen and (max-width: 767px) {
  .pg_home_recommend_body {
    position: relative;
    padding: 0;
    z-index: 2;
  }
}
.pg_home_recommend_body .bl_imgGroupList {
  -moz-column-gap: 34px;
  column-gap: 34px;
}
@media screen and (max-width: 767px) {
  .pg_home_recommend_body .bl_imgGroupList {
    grid-template-columns: 1fr;
  }
}
.pg_home_recommend_body .bl_imgGroup_title {
  letter-spacing: 0.05em !important;
}
@media screen and (max-width: 767px) {
  .pg_home_recommend_body .bl_imgGroup_title {
    font-size: 16px;
  }
}
.pg_home_recommend_body .bl_imgGroup_title__sm:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .pg_home_recommend_body .bl_imgGroup_title__sm:not(:last-child) {
    margin-bottom: 5px;
  }
}
.pg_home_recommend_body .bl_imgGroup_txt__sm {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .pg_home_recommend_body .bl_imgGroup_txt__sm {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home_recommend_body .bl_imgGroupList__spRow .bl_imgGroup .bl_img:not(:last-child) {
    margin-bottom: 0 !important;
  }
}
.pg_home_recommend_img {
  border-radius: 20px;
}
@media not all and (max-width: 767px), print {
  .pg_home_recommend_img {
    margin-bottom: 20px !important;
  }
}
.pg_home_recommend_img img {
  aspect-ratio: 3/2;
}
.pg_home_recruit .ct_std {
  height: 100%;
}
.pg_home_recruit > a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-height: 480px;
  aspect-ratio: 1440/477;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .pg_home_recruit > a {
    height: 320px;
  }
}
@media (any-hover: hover) {
  .pg_home_recruit > a:hover .pg_home_recruit_bg img {
    transform: scale(1.1);
  }
  .pg_home_recruit > a:hover .pg_home_recruit_bg::after {
    background: rgba(0, 0, 0, 0.2);
  }
  .pg_home_recruit > a:hover .el_textLink_text::after {
    animation: underlineShrinkExpand 0.6s ease-in-out forwards;
  }
  .pg_home_recruit > a:hover .el_textLink_icon::after {
    animation: iconSlideFade 0.6s ease-in-out forwards;
  }
}
.pg_home_recruit_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  padding: 60px 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .pg_home_recruit_inner {
    flex-direction: column;
    padding: 60px 0 20px;
  }
}
.pg_home_recruit_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.pg_home_recruit_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.pg_home_recruit_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background-color 0.6s ease;
  z-index: 1;
}
.pg_home_recruit_title {
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .pg_home_recruit_title {
    margin: 0;
  }
}
.pg_home_recruit_title span {
  color: #fff;
}
.pg_home_recruit_link {
  margin-top: auto;
  color: #fff;
}
.pg_home_recruit_link .el_textLink_icon {
  background-color: rgba(255, 255, 255, 0.3);
}
.pg_home_news {
  position: relative;
}
.pg_home_news_bgIcons {
  position: absolute;
  top: -55px;
  left: -60px;
  display: flex;
}
@media screen and (max-width: 1130px) {
  .pg_home_news_bgIcons {
    top: -10px;
    left: -40px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home_news_bgIcons {
    top: -10px;
    left: -30px;
  }
}
.pg_home_news_bgIcon {
  width: 120px;
  aspect-ratio: 1;
}
@media screen and (max-width: 1130px) {
  .pg_home_news_bgIcon {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home_news_bgIcon {
    width: 60px;
  }
}
.pg_home_news_inner {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  -moz-column-gap: 80px;
  column-gap: 80px;
  grid-template-areas: "header body" "link body";
}
@media screen and (max-width: 1130px) {
  .pg_home_news_inner {
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home_news_inner {
    display: block;
  }
}
.pg_home_news_header {
  grid-area: header;
}
.pg_home_news_body {
  grid-area: body;
}
@media screen and (max-width: 767px) {
  .pg_home_news_body {
    margin-top: 20px;
  }
}
.pg_home_news_link {
  grid-area: link;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .pg_home_news_link {
    margin-top: 30px;
  }
}
.pg_home_company {
  position: relative;
  padding-bottom: 0;
}
.pg_home_company_inner {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 1130px) {
  .pg_home_company_inner {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home_company_inner {
    display: block;
  }
}
.pg_home_company_bgIcon {
  position: absolute;
  top: 100px;
  right: 31px;
  width: 160px;
  aspect-ratio: 1;
  z-index: -1;
}
@media screen and (max-width: 1130px) {
  .pg_home_company_bgIcon {
    right: 9px;
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home_company_bgIcon {
    top: auto;
    bottom: 160px;
    width: 80px;
  }
}
.pg_home_company_img {
  margin-left: calc(50% - 50vw);
  border-radius: 0 50px 50px 0;
  width: 100%;
  height: 495px;
  background: #d9d9d9;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pg_home_company_img {
    margin-left: 0;
    border-radius: 20px;
    height: auto;
    aspect-ratio: 335/251.25;
  }
}
.pg_home_company_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pg_home_company_content {
  flex: 1 0 48%;
  order: 1;
}
@media screen and (max-width: 1130px) {
  .pg_home_company_content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home_company_content {
    margin-inline: auto;
    width: calc(100% - 40px);
  }
}
.pg_home_company_body {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 350;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1130px) {
  .pg_home_company_body {
    margin-top: 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home_company_body {
    font-size: 15px;
  }
}
.pg_home_company_link {
  margin-top: 50px;
}
@media screen and (max-width: 1130px) {
  .pg_home_company_link {
    margin-top: 25px;
  }
}
html[lang=en] .pg_home_jumbotron_tagline {
  font-weight: 600;
  letter-spacing: 0.02em;
}
html[lang=en] .pg_home_jumbotron_description {
  font-weight: 500;
}
@media screen and (max-width: 1130px) {
  html[lang=en] .pg_home_jumbotron_description {
    margin-top: 10px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1130px) {
  html[lang=en] .pg_home_jumbotron_text {
    padding-top: 0;
  }
}
@media not all and (max-width: 1130px), print {
  html[lang=en] .pg_home_jumbotron_text_layer {
    padding-right: 2%;
  }
}
html[lang=en] .pg_home_mission_text {
  font-weight: 500;
}
html[lang=en] .pg_home_product_body .bl_imgGroup_title, html[lang=en] .pg_home_recommend_body .bl_imgGroup_title {
  font-weight: 700 !important;
}

.pg_home_topics .bl_imgGroupList,
.pg_home_product .bl_imgGroupList,
.pg_home_recommend .bl_imgGroupList {
  gap: 40px 34px;
}
@media screen and (max-width: 767px) {
  .pg_home_topics .bl_imgGroupList,
  .pg_home_product .bl_imgGroupList,
  .pg_home_recommend .bl_imgGroupList {
    gap: 30px 24px;
  }
}
.pg_home_topics .bl_imgGroupList__2col,
.pg_home_product .bl_imgGroupList__2col,
.pg_home_recommend .bl_imgGroupList__2col {
  gap: 70px 50px;
}
@media screen and (max-width: 767px) {
  .pg_home_topics .bl_imgGroupList__2col,
  .pg_home_product .bl_imgGroupList__2col,
  .pg_home_recommend .bl_imgGroupList__2col {
    gap: 30px 24px;
  }
}
@media (any-hover: hover) {
  .pg_home_topics .bl_imgGroupList a:hover .bl_imgGroup_title::after,
  .pg_home_topics .bl_imgGroupList a:hover .bl_imgGroup_date::after,
  .pg_home_product .bl_imgGroupList a:hover .bl_imgGroup_title::after,
  .pg_home_product .bl_imgGroupList a:hover .bl_imgGroup_date::after,
  .pg_home_recommend .bl_imgGroupList a:hover .bl_imgGroup_title::after,
  .pg_home_recommend .bl_imgGroupList a:hover .bl_imgGroup_date::after {
    width: 100%;
  }
  .pg_home_topics .bl_imgGroupList a:hover .bl_imgGroup_txt p,
  .pg_home_topics .bl_imgGroupList a:hover .bl_imgGroup_txt h3,
  .pg_home_product .bl_imgGroupList a:hover .bl_imgGroup_txt p,
  .pg_home_product .bl_imgGroupList a:hover .bl_imgGroup_txt h3,
  .pg_home_recommend .bl_imgGroupList a:hover .bl_imgGroup_txt p,
  .pg_home_recommend .bl_imgGroupList a:hover .bl_imgGroup_txt h3 {
    background-size: 100% 1px;
  }
}
.pg_home_topics .bl_imgGroup_title,
.pg_home_product .bl_imgGroup_title,
.pg_home_recommend .bl_imgGroup_title {
  letter-spacing: 0.05em !important;
}
.pg_home_topics .bl_imgGroup_txt,
.pg_home_product .bl_imgGroup_txt,
.pg_home_recommend .bl_imgGroup_txt {
  font-weight: 350;
}

.pg_mvv_block + .pg_mvv_block {
  margin-top: 150px;
}
@media screen and (max-width: 1130px) {
  .pg_mvv_block + .pg_mvv_block {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .pg_mvv_block + .pg_mvv_block {
    margin-top: 80px;
  }
}
.pg_mvv_compass_title {
  padding-bottom: 20px;
  border-bottom: 1px solid #081e6f;
  color: #081e6f;
  font-family: "Nunito Sans";
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (max-width: 1130px) {
  .pg_mvv_compass_title {
    padding-bottom: 15px;
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pg_mvv_compass_title {
    font-size: 36px;
  }
}
.pg_mvv_compass_title span {
  font-weight: 500;
}
.pg_mvv_compass_image {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 1130px) {
  .pg_mvv_compass_image {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pg_mvv_compass_image {
    margin-top: 30px;
  }
}
.pg_mvv_compass_image img {
  width: 100%;
  max-width: 720px;
  height: auto;
}
.pg_mvv_compass_link {
  margin-top: 80px !important;
}
@media screen and (max-width: 1130px) {
  .pg_mvv_compass_link {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .pg_mvv_compass_link {
    margin-top: 40px !important;
  }
}
.pg_mvv_compass_link li {
  width: 100%;
}
.pg_mvv_compass_link .el_btn {
  max-width: 720px;
  margin: 0 auto;
  justify-content: center;
}
.pg_mvv_compass_link .el_btn .icon {
  position: absolute;
  right: 15px;
}
@media screen and (max-width: 767px) {
  .pg_mvv_compass_link .el_btn .icon {
    right: 12px;
  }
}
.pg_mvv_borderBox {
  padding: 80px;
  border-radius: 30px;
  border: 2px solid rgba(8, 30, 111, 0.1);
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 1130px) {
  .pg_mvv_borderBox {
    padding: 50px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pg_mvv_borderBox {
    font-size: 15px;
    padding: 30px;
  }
}
.pg_mvv_mission {
  position: relative;
}
.pg_mvv_mission_wrapper {
  display: flex;
  justify-content: center;
  -moz-column-gap: 100px;
  column-gap: 100px;
}
@media screen and (max-width: 1130px) {
  .pg_mvv_mission_wrapper {
    -moz-column-gap: 80px;
    column-gap: 80px;
  }
}
@media screen and (max-width: 767px) {
  .pg_mvv_mission_wrapper {
    flex-direction: column;
    row-gap: 30px;
  }
}
.pg_mvv_mission_title {
  font-feature-settings: "palt";
}
@media screen and (max-width: 1130px) {
  .pg_mvv_mission_title_main {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .pg_mvv_mission_title_main {
    font-size: 32px;
  }
}
.pg_mvv_mission_text {
  padding-top: 30px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1130px) {
  .pg_mvv_mission_text {
    padding-top: 26px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pg_mvv_mission_text {
    padding-top: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .pg_mvv_mission_text {
    font-size: 15px;
  }
}
.pg_mvv_mission_text p + p {
  margin-top: 40px;
}
@media screen and (max-width: 1130px) {
  .pg_mvv_mission_text p + p {
    margin-top: 30px;
  }
}
.pg_mvv_mission_bgIcon {
  position: absolute;
  left: 0;
  bottom: -75px;
  width: 240px;
  height: 120px;
  background: url("../img/mvv/nvv_img_bg_01.svg") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .pg_mvv_mission_bgIcon {
    bottom: -255px;
    width: 120px;
    height: 60px;
  }
}
.pg_mvv_vision {
  position: relative;
  padding: 120px 0 150px 0;
}
.pg_mvv_vision::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin: 0 calc(50% - 50vw);
  width: 100svw;
  height: 100%;
  background-color: rgba(8, 30, 111, 0.04);
  z-index: -1;
}
@media screen and (max-width: 1130px) {
  .pg_mvv_vision {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .pg_mvv_vision {
    margin-top: 100px !important;
  }
}
.pg_mvv_vision_lead {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1130px) {
  .pg_mvv_vision_lead {
    font-size: 16px;
  }
}
.pg_mvv_vision_list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  align-items: stretch;
  margin-top: 50px;
}
@media screen and (max-width: 1130px) {
  .pg_mvv_vision_list {
    gap: 15px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pg_mvv_vision_list {
    gap: 5px;
  }
}
.pg_mvv_vision_item {
  display: flex;
  padding: 40px 50px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 0 0 calc((100% - 60px) / 3);
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 1130px) {
  .pg_mvv_vision_item {
    flex: 0 0 calc((100% - 30px) / 3);
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pg_mvv_vision_item {
    flex: 0 0 calc((100% - 5px) / 2);
    min-height: 165px;
    padding: 15px 12px;
  }
}
.pg_mvv_vision_item_tag {
  display: flex;
  padding: 8px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: rgba(8, 30, 111, 0.1);
  color: #081e6f;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 1130px) {
  .pg_mvv_vision_item_tag {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .pg_mvv_vision_item_tag {
    padding: 6px 10px;
    font-size: 12px;
  }
}
.pg_mvv_vision_item_tag span {
  flex-shrink: 0;
  margin-right: 10px;
  border-right: 1px solid rgba(8, 30, 111, 0.2);
  padding-right: 10px;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}
@media screen and (max-width: 1130px) {
  .pg_mvv_vision_item_tag span {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .pg_mvv_vision_item_tag span {
    margin-right: 6px;
    padding-right: 6px;
    font-size: 12px;
  }
}
.pg_mvv_vision_item_text {
  display: flex;
  align-items: center;
  height: 100%;
}
.pg_mvv_vision_item_text p {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 1130px) {
  .pg_mvv_vision_item_text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pg_mvv_vision_item_text p {
    font-size: 15px;
  }
}
.pg_mvv_vision_item_text p span {
  font-family: "Nunito Sans";
  font-weight: 700;
}
.pg_mvv_vision_bgIcon {
  position: absolute;
  right: 0;
  bottom: -135px;
  width: 240px;
  height: 120px;
  background: url("../img/mvv/nvv_img_bg_02.svg") no-repeat center/cover;
}
@media screen and (max-width: 1130px) {
  .pg_mvv_vision_bgIcon {
    width: 60px;
    height: 120px;
    background: url("../img/mvv/nvv_img_bg_03.svg") no-repeat center/cover;
  }
}
.pg_mvv_value {
  position: relative;
}
.pg_mvv_value_title_main {
  margin-top: 10px;
  line-height: 1.8;
}
.pg_mvv_value_link {
  margin-top: 150px !important;
}
@media screen and (max-width: 1440px) {
  .pg_mvv_value_link {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .pg_mvv_value_link {
    margin-top: 80px !important;
  }
}
.pg_mvv_value_bgIcon {
  position: absolute;
  left: 0;
  bottom: -75px;
  width: 120px;
  height: 240px;
  background: url("../img/mvv/nvv_img_bg_03.svg") no-repeat center/cover;
}
@media screen and (max-width: 1130px) {
  .pg_mvv_value_bgIcon {
    bottom: -200px;
    height: 60px;
    width: 120px;
    background: url("../img/mvv/nvv_img_bg_02.svg") no-repeat center/cover;
  }
}
@media screen and (max-width: 767px) {
  .pg_mvv_value_bgIcon {
    bottom: -170px;
    height: 60px;
    width: 120px;
    background: url("../img/mvv/nvv_img_bg_02.svg") no-repeat center/cover;
  }
}
.pg_mvv_links {
  position: relative;
  padding: 60px 0;
}
.pg_mvv_links::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin: 0 calc(50% - 50vw);
  width: 100svw;
  height: 100%;
  background-color: rgba(8, 30, 111, 0.04);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .pg_mvv_links {
    margin-top: 100px !important;
  }
}
.pg_mvv_links .bl_btns {
  margin-top: 0 !important;
}

html[lang=en] .pg_mvv_vision_item_tag {
  font-weight: 700;
}
html[lang=en] .pg_mvv_vision_lead {
  letter-spacing: 0.1em;
}
html[lang=en] .pg_mvv_value_bgIcon {
  bottom: -370px;
}
@media screen and (max-width: 1130px) {
  html[lang=en] .pg_mvv_value_bgIcon {
    bottom: -170px;
  }
}
html[lang=en] .pg_mvv_vision_item_tag p {
  display: flex;
  align-items: center;
}

.pg_history_table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.pg_history_table tr td,
.pg_history_table tr th {
  width: 50%;
  vertical-align: top;
}
.pg_history_table tr td {
  padding: 0 40px;
}
.pg_history_table tr td:nth-child(odd) {
  text-align: right;
}
@media screen and (max-width: 1130px) {
  .pg_history_table tr td:nth-child(odd) {
    padding: 0 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .pg_history_table tr td:nth-child(odd) {
    padding: 0 20px 0 0;
  }
}
.pg_history_table tr td:nth-child(even) {
  text-align: left;
}
@media screen and (max-width: 1130px) {
  .pg_history_table tr td:nth-child(even) {
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .pg_history_table tr td:nth-child(even) {
    padding: 0 0 0 20px;
  }
}
.pg_history_table tr th {
  text-align: center;
}
.pg_history_table thead th:first-child {
  padding: 0 42px 40px 0;
}
@media screen and (max-width: 1130px) {
  .pg_history_table thead th:first-child {
    padding: 0 32px 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .pg_history_table thead th:first-child {
    padding: 0 7.5px 20px 0;
  }
}
.pg_history_table thead th:last-child {
  padding: 0 0 40px 42px;
}
@media screen and (max-width: 1130px) {
  .pg_history_table thead th:last-child {
    padding: 0 0 32px 30px;
  }
}
@media screen and (max-width: 767px) {
  .pg_history_table thead th:last-child {
    padding: 0 0 20px 7.5px;
  }
}
.pg_history_table tbody tr:nth-child(2) .pg_history_event {
  border-top: none;
}
.pg_history_table_title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  gap: 10px;
  border-top: 2px solid #081e6f;
  border-bottom: 2px solid #081e6f;
  background: rgba(8, 30, 111, 0.04);
  color: #081e6f;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1130px) {
  .pg_history_table_title {
    padding: 15px 0;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .pg_history_table_title {
    font-size: 18px;
  }
}
.pg_history_table tr:has(th.pg_history_year) + tr .pg_history_event {
  border-top: none;
}
@media screen and (max-width: 767px) {
  .pg_history_table tr:has(th.pg_history_year) + tr .pg_history_event {
    padding-top: 20px;
  }
}
.pg_history_year {
  padding: 0 !important;
}
.pg_history_year p {
  display: inline-flex;
  padding: 15px 30px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: #081e6f;
  color: #fff;
  font-family: "Nunito Sans";
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 1130px) {
  .pg_history_year p {
    padding: 12px 30px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .pg_history_year p {
    display: flex;
    font-size: 20px;
  }
}
.pg_history_year p span {
  padding-top: 5px;
  font-size: 20px;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 1130px) {
  .pg_history_year p span {
    padding-top: 3px;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .pg_history_year p span {
    padding-top: 2px;
    font-size: 15px;
  }
}
.pg_history_event {
  padding: 40px 0;
  border-top: 2px solid rgba(8, 30, 111, 0.1);
}
@media screen and (max-width: 1130px) {
  .pg_history_event {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .pg_history_event {
    padding: 18px 0 20px 0;
  }
}
.pg_history_event_year {
  color: #081e6f;
  font-family: "Nunito Sans";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .pg_history_event_year {
    margin-top: 0 !important;
    font-size: 18px !important;
  }
}
.pg_history_event_year span {
  padding-left: 4px;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .pg_history_event_year span {
    font-size: 13px;
  }
}
.pg_history_event_image {
  margin-top: 20px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1130px) {
  .pg_history_event_image {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .pg_history_event_image {
    margin-top: 15px;
  }
}
.pg_history_event p {
  margin-top: 20px;
}
@media screen and (max-width: 1130px) {
  .pg_history_event p {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pg_history_event p {
    margin-top: 8px;
    font-size: 14px;
  }
}
.pg_history_event p a {
  color: #081e6f;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.pg_history_event > *:first-child {
  margin-top: 0 !important;
}
.pg_history_table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.pg_history_table td + td {
  border-left: 2px solid rgba(8, 30, 111, 0.1);
}
.pg_history__en .pg_history_table tr td,
.pg_history__en .pg_history_table tr th {
  width: 100%;
  vertical-align: top;
  text-align: left;
}
.pg_history__en .pg_history_table tr td {
  display: block;
  margin-left: 75px;
  border-left: 2px solid rgba(8, 30, 111, 0.1);
  padding-inline: 50px 40px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .pg_history__en .pg_history_table tr td {
    margin-left: 0;
    border-left: none;
    padding-inline: 0;
  }
}
.pg_history__en .pg_history_table thead th {
  padding-inline: 0;
}
.pg_history__en .pg_history_event_image {
  margin-bottom: 0;
}
.pg_history__en .pg_history_event_image img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pg_history__en .pg_history_event_image img {
    max-height: 50vh;
  }
}

/**
 * Keyframes
 */
@keyframes iconSlideFade {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  40% {
    transform: translateX(10px);
    opacity: 0;
  }
  60% {
    transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes underlineShrinkExpand {
  0% {
    transform-origin: right;
    transform: scaleX(1);
  }
  40% {
    transform-origin: right;
    transform: scaleX(0);
  }
  60% {
    transform-origin: left;
    transform: scaleX(0);
  }
  100% {
    transform-origin: left;
    transform: scaleX(1);
  }
}