/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

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

::placeholder {
  opacity: 1;
}

label {
  cursor: pointer;
}

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

dt {
  font-weight: inherit;
}

small {
  font-size: inherit;
}

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

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

:root {
  --scrollbarW: 0;
  --htmlW: calc(100vw - var(--scrollbarW) * 1px);
  --negLeading: calc((1em - 1lh) / 2);
  --transEasing: ease-in-out;
  --transDur: 0.3s;
  --designW: 1366;
  --contW: 1166px;
  --contMargin_hor: #[vw(90)];
  --contPad_hor: 20px;
  --clr_blue: #002685;
  --clr_violet: #eff0f7;
  --clr_ghost: #F1F2F8;
  --clr_gray: #D9D9D9;
  --clr_gold: #D3A243;
  --ff_zen: "Zen Maru Gothic", serif;
  --ff_handjet: "Handjet", sans-serif;
}
@media screen and (max-width: 767px) {
  :root {
    --designW: 375;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --contW: calc(335 / var(--designW) * 100%);
  }
}

: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 {
  min-width: calc(var(--designW) * 1px);
  color: var(--clr_blue);
  font-family: var(--ff_zen);
  font-size: 1rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
  -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 {
    min-width: unset;
    font-size: calc(12 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
body [lang=en] {
  font-family: var(--ff_handjet);
}

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

@media screen and (max-width: 767px) {
  main {
    overflow: hidden;
  }
}

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

/**
 * Layout
 */
.ly_cont_main {
  padding-top: calc(16 / (var(--designW) + var(--scrollbarW)) * 100vw);
}

/**
 * Header
 */
.ly_header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-block: calc(10 / (var(--designW) + var(--scrollbarW)) * 100vw);
  padding-inline: calc(19 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(30 / (var(--designW) + var(--scrollbarW)) * 100vw);
  background-color: #fff;
  border-bottom: calc(1 / (var(--designW) + var(--scrollbarW)) * 100vw) solid var(--clr_blue);
  z-index: 10000;
}
@media screen and (max-width: 767px) {
  .ly_header {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .ly_header .head {
    display: grid;
    grid-template-columns: 1fr auto auto;
    width: 100%;
  }
}
.ly_header .title {
  font-weight: bold;
  font-size: calc(20 / (var(--designW) + var(--scrollbarW)) * 100vw);
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .ly_header .title {
    padding: calc(10 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(8 / (var(--designW) + var(--scrollbarW)) * 100vw);
    font-size: calc(12 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.ly_header .title > span {
  font-size: calc(13 / (var(--designW) + var(--scrollbarW)) * 100vw);
}
@media screen and (max-width: 767px) {
  .ly_header .title > span {
    font-size: calc(10 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media not all and (max-width: 767px), print {
  .ly_header .request {
    display: none;
  }
}
.ly_header .request .inner {
  display: grid;
  place-content: center;
  height: 100%;
  padding: calc(8 / (var(--designW) + var(--scrollbarW)) * 100vw);
  background-color: var(--clr_gold);
  color: #fff;
}
.ly_header .request span {
  position: relative;
  padding-left: calc(19 / (var(--designW) + var(--scrollbarW)) * 100vw);
  font-weight: bold;
  font-size: calc(12 / (var(--designW) + var(--scrollbarW)) * 100vw);
  line-height: 1.5;
}
.ly_header .request span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(14 / (var(--designW) + var(--scrollbarW)) * 100vw);
  aspect-ratio: 1;
  -webkit-mask-image: url(../images/icon_book.svg);
  mask-image: url(../images/icon_book.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
  translate: 0 -50%;
}
.ly_header .hamBtn {
  display: grid;
  place-content: center;
  height: 100%;
  aspect-ratio: 1;
  background-color: var(--clr_blue);
}
@media not all and (max-width: 767px), print {
  .ly_header .hamBtn {
    display: none;
  }
}
.ly_header .hamBtn > span {
  position: relative;
  width: calc(16 / (var(--designW) + var(--scrollbarW)) * 100vw);
  aspect-ratio: 4/3;
  background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-size: 100% calc(1 / (var(--designW) + var(--scrollbarW)) * 100vw);
  background-position: left center;
  transition: background-size var(--transDur);
}
.ly_header .hamBtn > span:before, .ly_header .hamBtn > span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(1 / (var(--designW) + var(--scrollbarW)) * 100vw);
  background-color: #fff;
  transform-origin: left center;
  transition-property: rotate, scale, translate;
  transition-duration: var(--transDur);
}
.ly_header .hamBtn > span:before {
  top: 0;
}
.ly_header .hamBtn > span:after {
  bottom: 0;
}
.ly_header .hamBtn[aria-expanded=true] > span {
  background-size: 0 calc(1 / (var(--designW) + var(--scrollbarW)) * 100vw);
}
.ly_header .hamBtn[aria-expanded=true] > span:before {
  scale: 1.25;
  rotate: 36.87deg;
  translate: 0 -25%;
}
.ly_header .hamBtn[aria-expanded=true] > span:after {
  scale: 1.25;
  rotate: -36.87deg;
  translate: 0 25%;
}
@media screen and (max-width: 767px) {
  .ly_header .body {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: var(--clr_blue);
    padding: calc(20 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(30 / (var(--designW) + var(--scrollbarW)) * 100vw);
    color: #fff;
  }
}
.ly_header .anchor {
  display: flex;
  gap: calc(28 / (var(--designW) + var(--scrollbarW)) * 100vw);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .ly_header .anchor {
    flex-direction: column;
    gap: calc(18 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.ly_header .anchor > li > a {
  position: relative;
  padding-left: calc(29 / (var(--designW) + var(--scrollbarW)) * 100vw);
  font-size: calc(16 / (var(--designW) + var(--scrollbarW)) * 100vw);
  line-height: 1.4375;
}
@media screen and (max-width: 767px) {
  .ly_header .anchor > li > a {
    font-size: calc(13 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.ly_header .anchor > li > a:before {
  content: "";
  position: absolute;
  top: 0.5lh;
  left: 0;
  width: calc(22 / (var(--designW) + var(--scrollbarW)) * 100vw);
  aspect-ratio: 1;
  -webkit-mask-image: url(../images/icon_star.svg);
  mask-image: url(../images/icon_star.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--clr_blue);
  translate: 0 -50%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ly_header .anchor > li > a:before {
    width: calc(20 / (var(--designW) + var(--scrollbarW)) * 100vw);
    background-color: #fff;
  }
}
@media not all and (max-width: 767px), print {
  .ly_header .anchor > li > a:before {
    top: calc(0.5 * 23 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.ly_header .anchor > li > a:after {
  content: "";
  position: absolute;
  top: calc(0.5 * 23 / (var(--designW) + var(--scrollbarW)) * 100vw);
  left: 0;
  width: calc(22 / (var(--designW) + var(--scrollbarW)) * 100vw);
  aspect-ratio: 1;
  -webkit-mask-image: url(../images/icon_star_fill.svg);
  mask-image: url(../images/icon_star_fill.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: transparent;
  translate: 0 -50%;
  transition: background-color var(--transDur);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .ly_header .anchor > li > a:after {
    content: none;
  }
}
.ly_header .anchor > li > a:focus-visible:after {
  background-color: var(--clr_blue);
}
@media (any-hover: hover) {
  .ly_header .anchor > li > a:hover:after {
    background-color: var(--clr_blue);
  }
}

/**
 * Footer
 */
.ly_footer {
  padding-block: calc(50 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(20 / (var(--designW) + var(--scrollbarW)) * 100vw);
  background-color: var(--clr_violet);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ly_footer {
    padding-block: calc(35 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(13 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.ly_footer .logo {
  margin-bottom: calc(52 / (var(--designW) + var(--scrollbarW)) * 100vw);
}
@media screen and (max-width: 767px) {
  .ly_footer .logo {
    margin-bottom: calc(20 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.ly_footer .logo img {
  width: calc(468 / (var(--designW) + var(--scrollbarW)) * 100vw);
  aspect-ratio: 468/118;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .ly_footer .logo img {
    width: calc(230 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.ly_footer .footerLink {
  display: flex;
  justify-content: center;
  gap: calc(14 / (var(--designW) + var(--scrollbarW)) * 100vw);
}
@media screen and (max-width: 767px) {
  .ly_footer .footerLink {
    flex-direction: column;
    align-items: center;
    gap: calc(4 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.ly_footer .footerLink > li .inner {
  padding: calc(17 / (var(--designW) + var(--scrollbarW)) * 100vw);
  width: calc(297 / (var(--designW) + var(--scrollbarW)) * 100vw);
  border: calc(2 / (var(--designW) + var(--scrollbarW)) * 100vw) solid var(--clr_blue);
  border-radius: calc(10 / (var(--designW) + var(--scrollbarW)) * 100vw);
  background-color: #fff;
  transition: background-color var(--transDur);
}
@media screen and (max-width: 767px) {
  .ly_footer .footerLink > li .inner {
    padding: calc(8 / (var(--designW) + var(--scrollbarW)) * 100vw);
    width: calc(245 / (var(--designW) + var(--scrollbarW)) * 100vw);
    border-radius: calc(5 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.ly_footer .footerLink > li .inner .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: calc(20 / (var(--designW) + var(--scrollbarW)) * 100vw);
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .ly_footer .footerLink > li .inner .title {
    font-size: calc(13 / (var(--designW) + var(--scrollbarW)) * 100vw);
    line-height: 1;
  }
}
.ly_footer .footerLink > li .inner .title img {
  margin-right: calc(15 / (var(--designW) + var(--scrollbarW)) * 100vw);
  width: calc(24 / (var(--designW) + var(--scrollbarW)) * 100vw);
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .ly_footer .footerLink > li .inner .title img {
    margin-right: calc(5 / (var(--designW) + var(--scrollbarW)) * 100vw);
    width: calc(12 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.ly_footer .footerLink > li > a:focus-visible .inner {
  background-color: var(--clr_ghost);
}
@media (any-hover: hover) {
  .ly_footer .footerLink > li > a:hover .inner {
    background-color: var(--clr_ghost);
  }
}
.ly_footer .snsList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(10 / (var(--designW) + var(--scrollbarW)) * 100vw);
  margin-top: calc(26 / (var(--designW) + var(--scrollbarW)) * 100vw);
}
@media screen and (max-width: 767px) {
  .ly_footer .snsList {
    margin-top: calc(20 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.ly_footer .snsList > li a {
  transition: opacity var(--transDur);
}
.ly_footer .snsList > li a img {
  width: calc(22 / (var(--designW) + var(--scrollbarW)) * 100vw);
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
}
.ly_footer .snsList > li a:focus-visible {
  opacity: 0.6;
}
@media (any-hover: hover) {
  .ly_footer .snsList > li a:hover {
    opacity: 0.6;
  }
}
.ly_footer .copyright {
  margin-top: calc(26 / (var(--designW) + var(--scrollbarW)) * 100vw);
  font-weight: bold;
  font-size: calc(12 / (var(--designW) + var(--scrollbarW)) * 100vw);
  line-height: 1.4166666667;
}
@media screen and (max-width: 767px) {
  .ly_footer .copyright {
    font-size: calc(10 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.ly_footer .request {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 160px;
  aspect-ratio: 1;
  background-image: url(../images/request_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
  z-index: 500;
}
@media screen and (max-width: 767px) {
  .ly_footer .request {
    display: none;
  }
}
.ly_footer .request .inner {
  padding: 20px;
  -webkit-mask-image: url(../images/request_bg.svg);
  mask-image: url(../images/request_bg.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: transparent;
  overflow: hidden;
  color: #fff;
  transition: background-color var(--transDur);
}
.ly_footer .request .inner .icon {
  width: 24px;
  aspect-ratio: 1;
  margin-inline: auto;
  -webkit-mask-image: url(../images/icon_book.svg);
  mask-image: url(../images/icon_book.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}
.ly_footer .request .inner .title {
  margin-block: 7px 2px;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.45;
}
.ly_footer .request .inner .arw {
  margin-inline: auto;
  width: 25px;
  aspect-ratio: 1;
  background-image: url(../images/icon_arw.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.ly_footer .request > a:focus-visible .inner {
  background-color: rgba(0, 0, 0, 0.06);
}
@media (any-hover: hover) {
  .ly_footer .request > a:hover .inner {
    background-color: rgba(0, 0, 0, 0.06);
  }
}

/**
 * Container
 */
.ct_std {
  margin-inline: auto;
  width: var(--contW);
}
/**
 * Block
 */
.bl_contBox_head {
  padding-block: 24px;
  border-radius: 10px 10px 0 0;
  background-color: var(--clr_blue);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .bl_contBox_head {
    padding: calc(14 / (var(--designW) + var(--scrollbarW)) * 100vw);
    border-radius: calc(10 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(10 / (var(--designW) + var(--scrollbarW)) * 100vw) 0 0;
  }
}
.bl_contBox_hdg {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 0.8333333333;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bl_contBox_hdg {
    font-size: calc(14 / (var(--designW) + var(--scrollbarW)) * 100vw);
    line-height: 1.4285714286;
  }
}
.bl_contBox_body {
  border: 2px solid var(--clr_blue);
  border-top: none;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 767px) {
  .bl_contBox_body {
    border-radius: 0 0 calc(10 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(10 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}

/**
 * Element
 */
.el_sectHdg {
  position: relative;
  display: block;
  padding-top: 30px;
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 1.6666666667;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .el_sectHdg {
    padding-top: calc(30 / (var(--designW) + var(--scrollbarW)) * 100vw);
    font-size: calc(16 / (var(--designW) + var(--scrollbarW)) * 100vw);
    line-height: 1;
    white-space: nowrap;
  }
}
.el_sectHdg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 99px;
  aspect-ratio: 99/25;
  background-image: url(../images/common_icon_hdg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  .el_sectHdg:before {
    width: calc(65 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}

.el_slideTxt {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1366/124;
}
@media not all and (max-width: 767px), print {
  .el_slideTxt {
    aspect-ratio: 375/26;
  }
}
.el_slideTxt_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: auto;
  height: calc(57 / (var(--designW) + var(--scrollbarW)) * 100vw);
  gap: calc(15 / (var(--designW) + var(--scrollbarW)) * 100vw);
  translate: -50% -50%;
}
@media screen and (max-width: 767px) {
  .el_slideTxt_inner {
    height: calc(26 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.el_slideTxt_inner img {
  width: auto;
  height: 100%;
  max-width: unset;
  -o-object-fit: contain;
  object-fit: contain;
  animation: loop 60s linear infinite;
}

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

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

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

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

.hp_clrGold {
  color: var(--clr_gold);
}

/**
 * Page
 */
.pg_home.hokuriku .connectionSect_body .schoolList {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 42px;
  column-gap: 42px;
}
.pg_home.hokuriku .connectionSect_body .schoolList > li dd > ul {
  -moz-column-count: 2;
  column-count: 2;
}
.pg_home .mvSect {
  position: relative;
  padding-bottom: max(22px, calc(22 / (var(--designW) + var(--scrollbarW)) * 100vw));
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect {
    margin-bottom: calc((207.2vw - 100svh) / 2);
    padding-bottom: 0;
    height: 100svh;
  }
}
.pg_home .mvSect_slideTxt {
  position: absolute;
  width: 100%;
}
.pg_home .mvSect_slideTxt__top {
  top: max(24px, calc(24 / (var(--designW) + var(--scrollbarW)) * 100vw));
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_slideTxt__top {
    top: calc(24 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .mvSect_slideTxt__bottom {
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_slideTxt__bottom {
    bottom: calc(22 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .mvSect_inner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding-top: max(224px, calc(224 / (var(--designW) + var(--scrollbarW)) * 100vw));
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_inner {
    display: grid;
    place-content: center;
    padding: 0;
    translate: 0 calc(-10 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .mvSect_inner .hdg {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.pg_home .mvSect_inner .hdg > * {
  display: block;
}
.pg_home .mvSect_inner .hdg .copy {
  margin-left: 0.5em;
  font-weight: bold;
  font-size: max(2.875rem, calc(46 / (var(--designW) + var(--scrollbarW)) * 100vw));
  line-height: 1.3043478261;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_inner .hdg .copy {
    font-size: calc(20 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .mvSect_inner .hdg .copy > span {
  display: inline-block;
  rotate: 20deg;
}
.pg_home .mvSect_inner .hdg .title {
  margin-top: max(10px, calc(10 / (var(--designW) + var(--scrollbarW)) * 100vw));
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_inner .hdg .title {
    margin-top: calc(3 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .mvSect_inner .hdg .title img {
  width: max(747px, calc(747 / (var(--designW) + var(--scrollbarW)) * 100vw));
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_inner .hdg .title img {
    width: calc(367 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .mvSect_bg {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_bg {
    top: 50%;
    translate: 0 -50%;
  }
}
.pg_home .mvSect_bg img {
  width: 100%;
}
.pg_home .connectionSect {
  padding-block: 36px 150px;
}
@media screen and (max-width: 767px) {
  .pg_home .connectionSect {
    padding-block: calc(26 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(47 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .connectionSect_hdg .img {
  display: block;
  margin-top: -4px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .pg_home .connectionSect_hdg .img {
    position: relative;
    left: 50%;
    translate: -50% 0;
  }
}
.pg_home .connectionSect_hdg .img img {
  width: 916px;
}
@media screen and (max-width: 767px) {
  .pg_home .connectionSect_hdg .img img {
    width: calc(351 / (var(--designW) + var(--scrollbarW)) * 100vw);
    max-width: unset;
  }
}
@media screen and (max-width: 767px) {
  :has(.chugoku) .pg_home .connectionSect_hdg .img img {
    translate: 0 calc(12 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .connectionSect_body {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .pg_home .connectionSect_body {
    margin-top: calc(47 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .connectionSect_body .bl_contBox_hdg {
  position: relative;
}
@media screen and (max-width: 767px) {
  .pg_home .connectionSect_body .bl_contBox_hdg {
    font-size: calc(16 / (var(--designW) + var(--scrollbarW)) * 100vw);
    line-height: 1.25;
  }
}
.pg_home .connectionSect_body .bl_contBox_hdg .img {
  position: absolute;
  bottom: 4px;
  left: -10px;
  width: 351px;
  translate: -100% 0;
}
@media screen and (max-width: 767px) {
  .pg_home .connectionSect_body .bl_contBox_hdg .img {
    top: 0;
    bottom: unset;
    left: 50%;
    width: calc(283 / (var(--designW) + var(--scrollbarW)) * 100vw);
    translate: -50% -100%;
  }
}
.pg_home .connectionSect_body .bl_contBox_body {
  padding: 40px 20px 24px;
}
@media screen and (max-width: 767px) {
  .pg_home .connectionSect_body .bl_contBox_body {
    padding: calc(20 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(15 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  :has(.hokuriku) .pg_home .connectionSect_body .bl_contBox_body {
    padding-inline: calc(22 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .connectionSect_body .schoolList {
  display: grid;
}
:has(.hokuriku) .pg_home .connectionSect_body .schoolList {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 48px;
  column-gap: 48px;
}
@media screen and (max-width: 767px) {
  :has(.hokuriku) .pg_home .connectionSect_body .schoolList {
    grid-template-columns: minmax(0, 1fr);
    row-gap: calc(44 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
:has(.hokuriku) .pg_home .connectionSect_body .schoolList > li dd > ul {
  -moz-column-count: 2;
  column-count: 2;
}
:has(.chugoku) .pg_home .connectionSect_body .schoolList {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  -moz-column-gap: 42px;
  column-gap: 42px;
}
@media screen and (max-width: 767px) {
  :has(.chugoku) .pg_home .connectionSect_body .schoolList {
    grid-template-columns: minmax(0, 1fr);
    row-gap: calc(44 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
:has(.shikoku) .pg_home .connectionSect_body .schoolList {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 39px;
  column-gap: 39px;
}
@media screen and (max-width: 767px) {
  :has(.shikoku) .pg_home .connectionSect_body .schoolList {
    grid-template-columns: minmax(0, 1fr);
    row-gap: calc(44 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .connectionSect_body .schoolList > li:not(:first-child) {
  position: relative;
}
.pg_home .connectionSect_body .schoolList > li:not(:first-child):before {
  content: "";
  position: absolute;
  top: 0;
  left: -21px;
  width: 2px;
  height: 100%;
  background-color: var(--clr_blue);
}
@media screen and (max-width: 767px) {
  .pg_home .connectionSect_body .schoolList > li:not(:first-child):before {
    top: calc(-22 / (var(--designW) + var(--scrollbarW)) * 100vw);
    left: 0;
    width: 100%;
    height: calc(2 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .connectionSect_body .schoolList > li dt {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 0.8333333333;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pg_home .connectionSect_body .schoolList > li dt {
    font-size: calc(16 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .connectionSect_body .schoolList > li dd {
  padding-block: 17px;
}
@media screen and (max-width: 767px) {
  .pg_home .connectionSect_body .schoolList > li dd {
    padding-block: calc(7 / (var(--designW) + var(--scrollbarW)) * 100vw) 0;
  }
}
.pg_home .connectionSect_body .schoolList > li dd > ul > li {
  position: relative;
  padding-left: 1em;
}
.pg_home .connectionSect_body .schoolList > li dd > ul > li:before {
  content: "";
  position: absolute;
  top: 0.5lh;
  left: 0;
  width: 3px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--clr_blue);
}
@media screen and (max-width: 767px) {
  .pg_home .connectionSect_body .schoolList > li dd > ul > li:before {
    width: calc(2 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .connectionSect_body .schoolList > li dd > ul > li:before {
    top: 12px;
  }
}
.pg_home .accessSect {
  padding-block: 142px 176px;
  background-color: var(--clr_violet);
}
@media screen and (max-width: 767px) {
  .pg_home .accessSect {
    padding-block: calc(49 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(59 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .accessSect_hdg {
  position: relative;
  margin-bottom: 32px;
}
.pg_home .accessSect_hdg:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% + 18px);
  aspect-ratio: 1184/96;
  background-image: url(../images/common_deco_01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  .pg_home .accessSect_hdg:before {
    top: 0;
    bottom: unset;
    width: 100%;
  }
}
.pg_home .accessSect_body .boxList {
  display: grid;
  row-gap: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .pg_home .accessSect_body .boxList {
    row-gap: calc(15 / (var(--designW) + var(--scrollbarW)) * 100vw);
    margin-top: calc(30 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .accessSect_body .boxList > li {
  display: inherit;
  grid-template-rows: inherit;
}
.pg_home .accessSect_body .boxList > li .bl_contBox {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
@media screen and (max-width: 767px) {
  .pg_home .accessSect_body .boxList > li .bl_contBox_head {
    padding: calc(9 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(9 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(6 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .accessSect_body .boxList > li .bl_contBox_body {
  padding: 20px 40px;
  background-color: #fff;
}
.pg_home .accessSect_body .boxList > li .bl_contBox_body img {
  display: block;
  margin-inline: auto;
}
.pg_home .accessSect_body .boxList > li:first-child .bl_contBox_body {
  padding: 43px 0 55px;
}
@media screen and (max-width: 767px) {
  .pg_home .accessSect_body .boxList > li:first-child .bl_contBox_body {
    padding-block: calc(8 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .accessSect_body .boxList > li:first-child .bl_contBox_body img {
  width: 1048px;
}
@media screen and (max-width: 767px) {
  .pg_home .accessSect_body .boxList > li:first-child .bl_contBox_body img {
    width: calc(325 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .accessSect_body .boxList > li:last-child .bl_contBox_body {
  padding: 27px 0;
}
@media screen and (max-width: 767px) {
  .pg_home .accessSect_body .boxList > li:last-child .bl_contBox_body {
    padding-block: calc(8 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .accessSect_body .boxList > li:last-child .bl_contBox_body img {
  width: 1112px;
}
@media screen and (max-width: 767px) {
  .pg_home .accessSect_body .boxList > li:last-child .bl_contBox_body img {
    width: calc(318 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .accessSect_body .link {
  position: relative;
  margin-top: 43px;
}
@media screen and (max-width: 767px) {
  .pg_home .accessSect_body .link {
    margin-top: calc(17 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .accessSect_body .link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% + 18px);
  aspect-ratio: 1184/96;
  background-image: url(../images/common_deco_01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  translate: -50% 0;
  scale: -1 -1;
}
@media screen and (max-width: 767px) {
  .pg_home .accessSect_body .link:before {
    width: 100%;
    translate: -50% 100%;
  }
}
.pg_home .accessSect_body .link .btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.pg_home .accessSect_body .link .btn > a {
  display: inline-block;
  padding: 15px 44px;
  border: 2px solid var(--clr_blue);
  border-radius: 5px;
  background-color: var(--clr_gold);
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pg_home .accessSect_body .link .btn > a {
    padding: calc(10 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(13 / (var(--designW) + var(--scrollbarW)) * 100vw);
    font-size: calc(14 / (var(--designW) + var(--scrollbarW)) * 100vw);
    line-height: 1.8571428571;
  }
}
.pg_home .intervalImg img {
  width: 100%;
}
.pg_home .voiceSect {
  padding-block: 133px 68px;
}
@media screen and (max-width: 767px) {
  .pg_home .voiceSect {
    padding-block: calc(50 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(25 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .voiceSect_hdg {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .pg_home .voiceSect_hdg {
    margin-bottom: calc(30 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .voiceSect .popupList {
  display: grid;
  row-gap: calc(10 / (var(--designW) + var(--scrollbarW)) * 100vw);
}
@media not all and (max-width: 767px), print {
  .pg_home .voiceSect .popupList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 39px;
    column-gap: 39px;
  }
}
.pg_home .voiceSect .popupList .popupTrigger:focus-visible .bl_contBox_body {
  background-color: var(--clr_violet);
}
.pg_home .voiceSect .popupList .popupTrigger:focus-visible .bl_contBox_body .thumb:before {
  scale: 1.1;
}
.pg_home .voiceSect .popupList .popupTrigger:focus-visible .bl_contBox_body .more {
  color: var(--clr_gold);
}
@media (any-hover: hover) {
  .pg_home .voiceSect .popupList .popupTrigger:hover .bl_contBox_body {
    background-color: var(--clr_violet);
  }
  .pg_home .voiceSect .popupList .popupTrigger:hover .bl_contBox_body .thumb:before {
    scale: 1.1;
  }
  .pg_home .voiceSect .popupList .popupTrigger:hover .bl_contBox_body .morebox {
    background-color: var(--clr_gold);
  }
  .pg_home .voiceSect .popupList .popupTrigger:hover .bl_contBox_body .more {
    color: var(--clr_blue);
  }
}
.pg_home .voiceSect .popupList .bl_contBox {
  display: block;
}
.pg_home .voiceSect .popupList .bl_contBox_head {
  display: block;
  padding-block: 14px;
}
@media screen and (max-width: 767px) {
  .pg_home .voiceSect .popupList .bl_contBox_head {
    padding-block: calc(10 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(6 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .voiceSect .popupList .bl_contBox_hdg {
  display: block;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .pg_home .voiceSect .popupList .bl_contBox_hdg {
    font-size: calc(14 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .voiceSect .popupList .bl_contBox_body {
  display: block;
  padding: 22px 0 0 0;
  border-radius: 0 0 3px 3px;
  background-color: #fff;
  transition: background-color var(--transDur);
}
@media screen and (max-width: 767px) {
  .pg_home .voiceSect .popupList .bl_contBox_body {
    padding: calc(17 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(17 / (var(--designW) + var(--scrollbarW)) * 100vw) 0;
  }
}
.pg_home .voiceSect .popupList .bl_contBox_body .thumb {
  position: relative;
  display: block;
  margin-inline: 30px;
}
@media screen and (max-width: 767px) {
  .pg_home .voiceSect .popupList .bl_contBox_body .thumb {
    margin: 0;
  }
}
.pg_home .voiceSect .popupList .bl_contBox_body .thumb:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 44px);
  height: calc(100% + 18px);
  background-image: var(--_decoBg);
  background-repeat: no-repeat;
  background-size: contain;
  translate: -50% -50%;
  transition: scale var(--transDur);
}
@media screen and (max-width: 767px) {
  .pg_home .voiceSect .popupList .bl_contBox_body .thumb:before {
    width: calc(100% + 10 / (var(--designW) + var(--scrollbarW)) * 100vw);
    height: calc(100% + 18 / (var(--designW) + var(--scrollbarW)) * 100vw);
    background-image: url(../images/voice_deco_01_sp.webp);
  }
}
.pg_home .voiceSect .popupList .bl_contBox_body .thumb img {
  width: 100%;
}
.pg_home .voiceSect .popupList .bl_contBox_body .label {
  display: block;
  margin-top: 18px;
  margin-inline: 40px;
}
@media screen and (max-width: 767px) {
  .pg_home .voiceSect .popupList .bl_contBox_body .label {
    margin-top: calc(9 / (var(--designW) + var(--scrollbarW)) * 100vw);
    margin-inline: 0;
  }
}
.pg_home .voiceSect .popupList .bl_contBox_body .label > * {
  display: block;
}
.pg_home .voiceSect .popupList .bl_contBox_body .label .faculty {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 172px;
  padding: 2px;
  background-color: var(--clr_gold);
  border-radius: 100px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.4375;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pg_home .voiceSect .popupList .bl_contBox_body .label .faculty {
    padding: calc(3 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(3 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(4 / (var(--designW) + var(--scrollbarW)) * 100vw);
    min-width: calc(135 / (var(--designW) + var(--scrollbarW)) * 100vw);
    font-size: calc(13 / (var(--designW) + var(--scrollbarW)) * 100vw);
    line-height: 1.0769230769;
  }
}
.pg_home .voiceSect .popupList .bl_contBox_body .label .copy {
  margin-top: 13px;
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.4545454545;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .pg_home .voiceSect .popupList .bl_contBox_body .label .copy {
    margin-top: calc(6 / (var(--designW) + var(--scrollbarW)) * 100vw);
    font-size: calc(16 / (var(--designW) + var(--scrollbarW)) * 100vw);
    line-height: 1.625;
  }
}
.pg_home .voiceSect .popupList .bl_contBox_body .label .name {
  margin-top: 1px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .pg_home .voiceSect .popupList .bl_contBox_body .label .name {
    margin-top: 0;
    font-size: calc(16 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .voiceSect .popupList .bl_contBox_body .label .name .small {
  font-size: 0.75em;
}
.pg_home .voiceSect .popupList .bl_contBox_body .morebox {
  display: block;
  width: 100%;
  height: 48px;
  background-color: #D2D4E9;
  transition: background var(--transDur);
  margin-top: 21px;
  position: relative;
}
.pg_home .voiceSect .popupList .bl_contBox_body .more {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: inline-block;
  padding-right: 1.3em;
  font-size: 1.25rem;
  font-weight: bold;
  transition: color var(--transDur);
}
@media screen and (max-width: 767px) {
  .pg_home .voiceSect .popupList .bl_contBox_body .morebox {
    width: calc(100% + calc(34 / (var(--designW) + var(--scrollbarW)) * 100vw));
    height: calc(33 / (var(--designW) + var(--scrollbarW)) * 100vw);
    margin-left: calc(-17 / (var(--designW) + var(--scrollbarW)) * 100vw);
    margin-top: calc(10 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
  .pg_home .voiceSect .popupList .bl_contBox_body .more {
    font-size: calc(14 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .voiceSect .popupList .bl_contBox_body .more:after {
  content: "";
  position: absolute;
  top: 0.5lh;
  right: 0;
  width: 0.75em;
  aspect-ratio: 1.7320508076/2;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  background-color: currentColor;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .pg_home .voiceSect .popupList .bl_contBox_body .more:after {
    top: 50%;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .voiceSect .popupList .bl_contBox_body .more:after {
    top: 15px;
  }
}
.pg_home .voiceSect .popupList .popupBox {
  position: fixed;
  display: flex;
  align-items: center;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  transition-property: opacity, visibility;
  transition-duration: var(--transDur);
}
.pg_home .voiceSect .popupList .popupBox[aria-hidden=true] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.pg_home .voiceSect .popupList .popupBox .inner {
  position: relative;
  display: grid;
  grid-template-columns: 464px minmax(0, 1fr);
  -moz-column-gap: 48px;
  column-gap: 48px;
  width: 1165px;
  margin-inline: auto;
  padding: 53px;
  border: 2px solid var(--clr_blue);
  border-radius: 10px;
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pg_home .voiceSect .popupList .popupBox .inner {
    grid-template-columns: 1fr;
    width: 90%;
    max-height: 90%;
    padding: calc(17 / (var(--designW) + var(--scrollbarW)) * 100vw);
    overflow-y: scroll;
  }
}
.pg_home .voiceSect .popupList .popupBox .inner .head .thumb img {
  width: 100%;
  border-radius: 5px;
}
.pg_home .voiceSect .popupList .popupBox .inner .column {
  position: relative;
  margin-top: 29px;
  border: 1px solid var(--clr_blue);
  border-radius: 5px;
  padding: 16px 24px 20px;
}
@media screen and (max-width: 767px) {
  .pg_home .voiceSect .popupList .popupBox .inner .column {
    margin-top: calc(12 / (var(--designW) + var(--scrollbarW)) * 100vw);
    padding: calc(12 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .voiceSect .popupList .popupBox .inner .column:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  width: calc(100% + 16px);
  aspect-ratio: 479/206;
  background-image: url(../images/voice_deco_03.webp);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  translate: -50% 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .pg_home .voiceSect .popupList .popupBox .inner .column:before {
    top: calc(-13 / (var(--designW) + var(--scrollbarW)) * 100vw);
    width: calc(100% + 12 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .voiceSect .popupList .popupBox .inner .column:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: calc(100% + 16px);
  aspect-ratio: 479/206;
  background-image: url(../images/voice_deco_04.webp);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  translate: -50% 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pg_home .voiceSect .popupList .popupBox .inner .column:after {
    bottom: calc(-13 / (var(--designW) + var(--scrollbarW)) * 100vw);
    width: calc(100% + 12 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .voiceSect .popupList .popupBox .inner .column_hdg {
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .pg_home .voiceSect .popupList .popupBox .inner .column_hdg {
    font-size: calc(13 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .voiceSect .popupList .popupBox .inner .column_txt {
  font-size: 0.875rem;
  line-height: 1.5714285714;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .pg_home .voiceSect .popupList .popupBox .inner .column_txt {
    font-size: calc(11 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .pg_home .voiceSect .popupList .popupBox .inner .body {
    margin-top: calc(10 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .voiceSect .popupList .popupBox .inner .body .info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pg_home .voiceSect .popupList .popupBox .inner .body .info .from {
  min-width: 176px;
  padding-block: 2px 3px;
  border-radius: 100px;
  background-color: var(--clr_blue);
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pg_home .voiceSect .popupList .popupBox .inner .body .info .from {
    min-width: calc(135 / (var(--designW) + var(--scrollbarW)) * 100vw);
    padding-block: calc(3 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(4 / (var(--designW) + var(--scrollbarW)) * 100vw);
    font-size: calc(13 / (var(--designW) + var(--scrollbarW)) * 100vw);
    line-height: 1.0769230769;
  }
}
.pg_home .voiceSect .popupList .popupBox .inner .body .info .faculty {
  min-width: 176px;
  margin-left: 9px;
  padding-block: 2px 3px;
  border-radius: 100px;
  background-color: var(--clr_gold);
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pg_home .voiceSect .popupList .popupBox .inner .body .info .faculty {
    min-width: calc(135 / (var(--designW) + var(--scrollbarW)) * 100vw);
    padding-block: calc(3 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(4 / (var(--designW) + var(--scrollbarW)) * 100vw);
    font-size: calc(13 / (var(--designW) + var(--scrollbarW)) * 100vw);
    line-height: 1.0769230769;
  }
}
.pg_home .voiceSect .popupList .popupBox .inner .body .info .name {
  margin-left: 24px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .pg_home .voiceSect .popupList .popupBox .inner .body .info .name {
    margin-left: 0;
    font-size: calc(16 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .voiceSect .popupList .popupBox .inner .body .info .name .small {
  font-size: 0.75em;
}
.pg_home .voiceSect .popupList .popupBox .inner .body .copy {
  margin-block: 16px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.625;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .pg_home .voiceSect .popupList .popupBox .inner .body .copy {
    margin-top: calc(6 / (var(--designW) + var(--scrollbarW)) * 100vw);
    font-size: calc(16 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .voiceSect .popupList .popupBox .inner .body .txt {
  font-weight: regular;
  line-height: 2;
  letter-spacing: 0.03em;
}
.pg_home .voiceSect .popupList .popupBox .closeBtn {
  position: absolute;
  top: 27px;
  right: 26px;
  width: 29px;
  aspect-ratio: 1;
  background-image: url(../images/icon_close.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .pg_home .voiceSect .popupList .popupBox .closeBtn {
    position: fixed;
    top: 5%;
    right: 5%;
    width: calc(30 / (var(--designW) + var(--scrollbarW)) * 100vw);
    background-image: none;
    border: calc(2 / (var(--designW) + var(--scrollbarW)) * 100vw) solid var(--clr_blue);
    border-radius: 50%;
    background-color: #fff;
    translate: 30% -30%;
    z-index: 1000000;
  }
  .pg_home .voiceSect .popupList .popupBox .closeBtn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(15 / (var(--designW) + var(--scrollbarW)) * 100vw);
    aspect-ratio: 1;
    background-image: url(../images/icon_close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    translate: -50% -50%;
  }
}
.pg_home .voiceSect .popupList .popupBox .overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: var(--clr_blue);
  opacity: 0.3;
  z-index: 1;
}
.pg_home .voiceSect .report {
  margin-top: 51px;
}
@media screen and (max-width: 767px) {
  .pg_home .voiceSect .report {
    margin-top: calc(10 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .voiceSect .report .bl_contBox_head {
  padding-block: 10px;
}
@media screen and (max-width: 767px) {
  .pg_home .voiceSect .report .bl_contBox_head {
    padding-block: calc(8 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(6 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .voiceSect .report .bl_contBox_hdg {
  font-size: 1.625rem;
  line-height: 1.0769230769;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .pg_home .voiceSect .report .bl_contBox_hdg {
    font-size: calc(20 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .voiceSect .report .bl_contBox_body {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  -moz-column-gap: 51px;
  column-gap: 51px;
  row-gap: 35px;
  padding: 40px 50px 55px;
  background-color: var(--clr_violet);
}
@media screen and (max-width: 767px) {
  .pg_home .voiceSect .report .bl_contBox_body {
    grid-template-columns: minmax(0, 1fr);
    padding: calc(14 / (var(--designW) + var(--scrollbarW)) * 100vw);
    row-gap: calc(14 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .voiceSect .report .bl_contBox_body .thumb {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .pg_home .voiceSect .report .bl_contBox_body .thumb {
    margin-bottom: 0;
  }
}
.pg_home .voiceSect .report .bl_contBox_body .thumb img {
  width: 265px;
}
@media screen and (max-width: 767px) {
  .pg_home .voiceSect .report .bl_contBox_body .thumb img {
    width: 100%;
  }
}
.pg_home .voiceSect .report .bl_contBox_body .thumb .from {
  position: absolute;
  bottom: 0;
  left: 50%;
  min-width: 123px;
  padding-block: 2px 3px;
  border-radius: 100px;
  background-color: var(--clr_blue);
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  .pg_home .voiceSect .report .bl_contBox_body .thumb .from {
    bottom: calc(22 / (var(--designW) + var(--scrollbarW)) * 100vw);
    left: calc(129 / (var(--designW) + var(--scrollbarW)) * 100vw);
    min-width: calc(92 / (var(--designW) + var(--scrollbarW)) * 100vw);
    padding: 0;
    font-size: calc(12 / (var(--designW) + var(--scrollbarW)) * 100vw);
    line-height: 1.5833333333;
    translate: 0 0;
  }
}
.pg_home .voiceSect .report .bl_contBox_body .thumb .name {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 7px;
  font-weight: bold;
  line-height: 1.75;
  white-space: nowrap;
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  .pg_home .voiceSect .report .bl_contBox_body .thumb .name {
    left: calc(129 / (var(--designW) + var(--scrollbarW)) * 100vw);
    margin-top: 0;
    font-size: calc(13 / (var(--designW) + var(--scrollbarW)) * 100vw);
    line-height: 1.2307692308;
    translate: 0 -100%;
  }
}
.pg_home .voiceSect .report .bl_contBox_body .schedule {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.pg_home .voiceSect .report .bl_contBox_body .schedule .hdg {
  position: relative;
  margin-bottom: 9px;
  padding-left: 39px;
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 1.0769230769;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .pg_home .voiceSect .report .bl_contBox_body .schedule .hdg {
    margin-bottom: calc(1 / (var(--designW) + var(--scrollbarW)) * 100vw);
    padding-left: calc(23 / (var(--designW) + var(--scrollbarW)) * 100vw);
    font-size: calc(16 / (var(--designW) + var(--scrollbarW)) * 100vw);
    line-height: 1.7375;
  }
}
@media not all and (max-width: 767px), print {
  :not(:has(.hokuriku)) .pg_home .voiceSect .report .bl_contBox_body .schedule .hdg {
    margin-bottom: 0;
    translate: 0 100%;
  }
}
.pg_home .voiceSect .report .bl_contBox_body .schedule .hdg:before {
  content: "";
  position: absolute;
  top: 0.5lh;
  left: 0;
  width: 30px;
  aspect-ratio: 1;
  background-image: url(../images/icon_clock.webp);
  background-repeat: no-repeat;
  background-size: contain;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .pg_home .voiceSect .report .bl_contBox_body .schedule .hdg:before {
    width: calc(18 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .voiceSect .report .bl_contBox_body .schedule .hdg:before {
    top: 14px;
  }
}
.pg_home .voiceSect .report .bl_contBox_body .schedule img {
  width: 100%;
}
.pg_home .voiceSect .report .bl_contBox_body .comment {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  -moz-column-gap: 30px;
  column-gap: 30px;
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  .pg_home .voiceSect .report .bl_contBox_body .comment {
    grid-template-columns: minmax(0, 1fr);
    grid-column: unset;
    row-gap: calc(20 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .voiceSect .report .bl_contBox_body .comment .hdg {
  position: relative;
  margin-bottom: 3px;
  padding-left: 39px;
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 1.0769230769;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .pg_home .voiceSect .report .bl_contBox_body .comment .hdg {
    margin-left: calc(-5 / (var(--designW) + var(--scrollbarW)) * 100vw);
    margin-bottom: calc(6 / (var(--designW) + var(--scrollbarW)) * 100vw);
    padding-left: calc(32 / (var(--designW) + var(--scrollbarW)) * 100vw);
    font-size: calc(16 / (var(--designW) + var(--scrollbarW)) * 100vw);
    line-height: 1.7375;
  }
}
.pg_home .voiceSect .report .bl_contBox_body .comment .hdg:before {
  content: "";
  position: absolute;
  top: 0.5lh;
  left: 0;
  width: 30px;
  aspect-ratio: 1;
  background-image: url(../images/icon_comment.svg);
  background-repeat: no-repeat;
  background-size: contain;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .pg_home .voiceSect .report .bl_contBox_body .comment .hdg:before {
    width: calc(25 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .voiceSect .report .bl_contBox_body .comment .hdg:before {
    top: 14px;
  }
}
.pg_home .voiceSect .report .bl_contBox_body .comment .txt {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .pg_home .voiceSect .report .bl_contBox_body .comment .txt {
    font-size: calc(13 / (var(--designW) + var(--scrollbarW)) * 100vw);
    line-height: 1.8461538462;
  }
}
.pg_home .voiceSect .report .bl_contBox_body .comment .img img {
  width: 299px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .pg_home .voiceSect .report .bl_contBox_body .comment .img img {
    width: 100%;
  }
}
.pg_home .dataSect {
  position: relative;
  padding-block: calc(123 / (var(--designW) + var(--scrollbarW)) * 100vw + 104px) calc(123 / (var(--designW) + var(--scrollbarW)) * 100vw + 131px);
}
@media screen and (max-width: 767px) {
  .pg_home .dataSect {
    padding-block: calc(65 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(100 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .dataSect_slideTxt {
  position: absolute;
  width: 100%;
}
.pg_home .dataSect_slideTxt__top {
  top: 0;
  left: 0;
  z-index: 1;
}
.pg_home .dataSect_slideTxt__bottom {
  bottom: 30px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pg_home .dataSect_slideTxt__bottom {
    bottom: calc(30 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .dataSect_hdg {
  position: relative;
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .pg_home .dataSect_hdg {
    margin-bottom: calc(30 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .dataSect_hdg:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  width: calc(100% + 18px);
  aspect-ratio: 1184/96;
  background-image: url(../images/common_deco_01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  .pg_home .dataSect_hdg:before {
    top: 70%;
    width: 100%;
  }
}
.pg_home .dataSect_hdg .el_sectHdg {
  position: relative;
}
.pg_home .dataSect_hdg .el_sectHdg .decoTxt {
  position: absolute;
  display: grid;
  place-content: center;
  bottom: 24px;
  left: 50%;
  width: 102px;
  aspect-ratio: 1;
  background-image: url(../images/common_bg_star_gold.webp);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 1.625rem;
  line-height: 1.0769230769;
  letter-spacing: 0.07em;
  color: #fff;
  translate: -230px 0;
}
@media screen and (max-width: 767px) {
  .pg_home .dataSect_hdg .el_sectHdg .decoTxt {
    bottom: calc(3 / (var(--designW) + var(--scrollbarW)) * 100vw);
    width: calc(52 / (var(--designW) + var(--scrollbarW)) * 100vw);
    font-size: calc(16 / (var(--designW) + var(--scrollbarW)) * 100vw);
    translate: calc(-110 / (var(--designW) + var(--scrollbarW)) * 100vw) 0;
  }
}
.pg_home .dataSect_body {
  position: relative;
}
.pg_home .dataSect_body:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: calc(100% + 18px);
  aspect-ratio: 1184/96;
  background-image: url(../images/common_deco_01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  translate: -50% 100%;
  scale: -1 -1;
}
@media screen and (max-width: 767px) {
  .pg_home .dataSect_body:after {
    bottom: calc(-17 / (var(--designW) + var(--scrollbarW)) * 100vw);
    width: 100%;
    scale: 1 -1;
  }
}
.pg_home .dataSect_body .dataList {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 27px;
  column-gap: 27px;
  row-gap: 25px;
}
@media screen and (max-width: 767px) {
  .pg_home .dataSect_body .dataList {
    grid-template-columns: minmax(0, 1fr);
    row-gap: calc(10 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .dataSect_body .dataList > li:last-child {
    grid-column: span 3;
  }
}
.pg_home .dataSect_body .dataList > li:last-child ul {
  position: relative;
  aspect-ratio: 1147/535;
}
@media screen and (max-width: 767px) {
  .pg_home .dataSect_body .dataList > li:last-child ul {
    display: grid;
  }
}
.pg_home .dataSect_body .dataList > li:last-child ul li {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .pg_home .dataSect_body .dataList > li:last-child ul li {
    position: relative;
  }
}
.pg_home .dataSect_body .dataList > li:last-child ul li:first-child {
  top: 5px;
  left: 15px;
  width: 420px;
}
@media screen and (max-width: 767px) {
  .pg_home .dataSect_body .dataList > li:last-child ul li:first-child {
    top: unset;
    left: unset;
    margin-bottom: calc(-27 / (var(--designW) + var(--scrollbarW)) * 100vw);
    width: calc(186 / (var(--designW) + var(--scrollbarW)) * 100vw);
    z-index: 6;
  }
}
.pg_home .dataSect_body .dataList > li:last-child ul li:nth-child(2) {
  top: 24px;
  left: 457px;
  width: 415px;
}
@media screen and (max-width: 767px) {
  .pg_home .dataSect_body .dataList > li:last-child ul li:nth-child(2) {
    top: unset;
    left: unset;
    justify-self: flex-end;
    margin-bottom: calc(-50 / (var(--designW) + var(--scrollbarW)) * 100vw);
    width: calc(210 / (var(--designW) + var(--scrollbarW)) * 100vw);
    z-index: 4;
  }
}
.pg_home .dataSect_body .dataList > li:last-child ul li:nth-child(3) {
  top: 24px;
  right: 16px;
  width: 220px;
}
@media screen and (max-width: 767px) {
  .pg_home .dataSect_body .dataList > li:last-child ul li:nth-child(3) {
    top: unset;
    right: unset;
    margin-bottom: calc(-57 / (var(--designW) + var(--scrollbarW)) * 100vw);
    width: calc(118 / (var(--designW) + var(--scrollbarW)) * 100vw);
    z-index: 5;
  }
}
.pg_home .dataSect_body .dataList > li:last-child ul li:nth-child(4) {
  top: 268px;
  left: 71px;
  width: 412px;
}
@media screen and (max-width: 767px) {
  .pg_home .dataSect_body .dataList > li:last-child ul li:nth-child(4) {
    top: unset;
    left: unset;
    order: 5;
    margin-bottom: calc(-61 / (var(--designW) + var(--scrollbarW)) * 100vw);
    width: calc(210 / (var(--designW) + var(--scrollbarW)) * 100vw);
    z-index: 1;
  }
}
.pg_home .dataSect_body .dataList > li:last-child ul li:nth-child(5) {
  top: 244px;
  left: 477px;
  width: 253px;
}
@media screen and (max-width: 767px) {
  .pg_home .dataSect_body .dataList > li:last-child ul li:nth-child(5) {
    top: unset;
    left: unset;
    order: 6;
    justify-self: flex-end;
    width: calc(118 / (var(--designW) + var(--scrollbarW)) * 100vw);
    z-index: 2;
  }
}
.pg_home .dataSect_body .dataList > li:last-child ul li:last-child {
  top: 256px;
  left: 730px;
  width: 401px;
}
@media screen and (max-width: 767px) {
  .pg_home .dataSect_body .dataList > li:last-child ul li:last-child {
    top: unset;
    left: unset;
    order: 4;
    justify-self: flex-end;
    margin-bottom: calc(-19 / (var(--designW) + var(--scrollbarW)) * 100vw);
    width: calc(180 / (var(--designW) + var(--scrollbarW)) * 100vw);
    z-index: 3;
  }
}
.pg_home .dataSect_body .dataList > li .bl_contBox_head {
  padding-block: 6px 8px;
}
@media screen and (max-width: 767px) {
  .pg_home .dataSect_body .dataList > li .bl_contBox_head {
    padding-block: calc(10 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(8 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .dataSect_body .dataList > li .bl_contBox_hdg {
  font-size: 1.25rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .pg_home .dataSect_body .dataList > li .bl_contBox_hdg {
    font-size: calc(14 / (var(--designW) + var(--scrollbarW)) * 100vw);
    line-height: 1.4285714286;
    letter-spacing: 0.05em;
  }
}
.pg_home .dataSect_body .dataList > li .bl_contBox_body {
  padding: 10px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .pg_home .dataSect_body .dataList > li .bl_contBox_body {
    padding: calc(12 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .dataSect_body .dataList > li .bl_contBox_body img {
  width: 100%;
}
.pg_home .lifeSect {
  padding-block: 130px 150px;
  background-color: var(--clr_violet);
}
@media screen and (max-width: 767px) {
  .pg_home .lifeSect {
    padding-block: calc(50 / (var(--designW) + var(--scrollbarW)) * 100vw);
    background-color: transparent;
  }
}
.pg_home .lifeSect_hdg {
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .pg_home .lifeSect_hdg {
    margin-bottom: calc(30 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .lifeSect_body .questionList {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 54px;
}
@media screen and (max-width: 767px) {
  .pg_home .lifeSect_body .questionList {
    row-gap: calc(10 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .lifeSect_body .questionList > li {
  display: grid;
  height: -moz-fit-content;
  height: fit-content;
}
.pg_home .lifeSect_body .question {
  position: relative;
  margin-bottom: 0;
  min-height: 84px;
}
@media screen and (max-width: 767px) {
  .pg_home .lifeSect_body .question {
    min-height: calc(70 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .lifeSect_body .question_question {
  position: relative;
  display: grid;
  align-items: center;
  width: 100%;
  min-height: 84px;
  margin-bottom: -43px;
  padding: 13px 86px 12px 161px;
  border-radius: 100px;
  background-color: var(--clr_blue);
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pg_home .lifeSect_body .question_question {
    min-height: calc(70 / (var(--designW) + var(--scrollbarW)) * 100vw);
    margin-bottom: calc(-35 / (var(--designW) + var(--scrollbarW)) * 100vw);
    padding: calc(14 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(43 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(15 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(70 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .lifeSect_body .question_question:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 36px;
  width: 28px;
  aspect-ratio: 1;
  background-image: url(../images/icon_tri.svg);
  background-repeat: no-repeat;
  background-size: contain;
  translate: 0 -50%;
  transition: scale var(--transDur);
}
@media screen and (max-width: 767px) {
  .pg_home .lifeSect_body .question_question:after {
    right: calc(17 / (var(--designW) + var(--scrollbarW)) * 100vw);
    width: calc(14 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .lifeSect_body .question_question[aria-expanded=true]:after {
  scale: 1 -1;
}
.pg_home .lifeSect_body .question_num {
  position: absolute;
  display: grid;
  place-content: center;
  top: 50%;
  left: 34px;
  width: 102px;
  aspect-ratio: 1;
  background-image: url(../images/common_bg_star_gold.webp);
  background-repeat: no-repeat;
  background-size: contain;
  font-weight: bold;
  font-size: 2.625rem;
  line-height: 1.2142857143;
  letter-spacing: 0.07em;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .pg_home .lifeSect_body .question_num {
    left: calc(10 / (var(--designW) + var(--scrollbarW)) * 100vw);
    width: calc(52 / (var(--designW) + var(--scrollbarW)) * 100vw);
    font-size: calc(24 / (var(--designW) + var(--scrollbarW)) * 100vw);
    line-height: 1.0833333333;
  }
}
.pg_home .lifeSect_body .question_txt {
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .pg_home .lifeSect_body .question_txt {
    font-size: calc(13 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .lifeSect_body .question_answer {
  position: relative;
  display: none;
  padding: 83px 39px 36px;
  background-color: #fff;
  border: 2px solid var(--clr_blue);
  border-radius: 10px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pg_home .lifeSect_body .question_answer {
    padding: calc(45 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(15 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(26 / (var(--designW) + var(--scrollbarW)) * 100vw);
    border-radius: calc(10 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .lifeSect_body .answerList {
  display: grid;
  row-gap: 27px;
}
@media screen and (max-width: 767px) {
  .pg_home .lifeSect_body .answerList {
    row-gap: calc(28 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .lifeSect_body .answerList > li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  -moz-column-gap: 43px;
  column-gap: 43px;
}
@media screen and (max-width: 767px) {
  .pg_home .lifeSect_body .answerList > li {
    display: flex;
    -moz-column-gap: calc(13 / (var(--designW) + var(--scrollbarW)) * 100vw);
    column-gap: calc(13 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .lifeSect_body .answerList > li:nth-child(even) {
  direction: rtl;
}
.pg_home .lifeSect_body .answerList > li:nth-child(even) > * {
  direction: ltr;
}
.pg_home .lifeSect_body .answerList > li:nth-child(even) .body:before {
  left: unset;
  right: 1px;
  scale: -1 1;
  translate: 100% -50%;
}
.pg_home .lifeSect_body .answerList > li .head {
  display: grid;
}
@media screen and (max-width: 767px) {
  .pg_home .lifeSect_body .answerList > li .head {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.pg_home .lifeSect_body .answerList > li .head .from {
  position: relative;
  display: inline-block;
  margin-inline: auto;
  margin-bottom: -12px;
  padding-block: 2px 3px;
  width: 95px;
  height: -moz-fit-content;
  height: fit-content;
  background-color: var(--clr_blue);
  border-radius: 100px;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pg_home .lifeSect_body .answerList > li .head .from {
    margin-bottom: 0;
    padding: 0;
    width: calc(73 / (var(--designW) + var(--scrollbarW)) * 100vw);
    font-size: calc(10 / (var(--designW) + var(--scrollbarW)) * 100vw);
    line-height: 1.6;
    order: 2;
  }
}
.pg_home .lifeSect_body .answerList > li .head .thumb {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pg_home .lifeSect_body .answerList > li .head .thumb {
    margin-bottom: calc(-6 / (var(--designW) + var(--scrollbarW)) * 100vw);
    text-align: center;
  }
}
.pg_home .lifeSect_body .answerList > li .head .thumb:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 122.8070175439%;
  aspect-ratio: 140/95;
  background-image: url(../images/life_deco_01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  .pg_home .lifeSect_body .answerList > li .head .thumb:before {
    top: 0;
    bottom: unset;
    width: calc(67 / (var(--designW) + var(--scrollbarW)) * 100vw);
    aspect-ratio: 67/55;
    background-image: url(../images/life_deco_01_sp.webp);
  }
}
.pg_home .lifeSect_body .answerList > li .head .thumb img {
  width: 114px;
}
@media screen and (max-width: 767px) {
  .pg_home .lifeSect_body .answerList > li .head .thumb img {
    width: calc(61 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .lifeSect_body .answerList > li .head .name {
  order: 3;
  font-weight: bold;
  font-size: calc(13 / (var(--designW) + var(--scrollbarW)) * 100vw);
  line-height: 1.4615384615;
  letter-spacing: 0.03em;
  text-align: center;
}
.pg_home .lifeSect_body .answerList > li .head .name .small {
  font-size: 0.75em;
}
.pg_home .lifeSect_body .answerList > li .body {
  position: relative;
  padding: 14px 24px 18px;
  background-color: var(--clr_violet);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .pg_home .lifeSect_body .answerList > li .body {
    padding: 0;
    background-color: transparent;
    border-radius: unset;
  }
}
.pg_home .lifeSect_body .answerList > li .body:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  width: 20px;
  aspect-ratio: 20/21;
  background-color: var(--clr_violet);
  clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
  translate: -100% -50%;
}
@media screen and (max-width: 767px) {
  .pg_home .lifeSect_body .answerList > li .body:before {
    content: none;
  }
}
.pg_home .lifeSect_body .answerList > li .body .name {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.03em;
}
.pg_home .lifeSect_body .answerList > li .body .name .small {
  font-size: 0.75em;
}
.pg_home .lifeSect_body .answerList > li .body .txt {
  line-height: 1.875;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .pg_home .lifeSect_body .answerList > li .body .txt {
    font-size: calc(13 / (var(--designW) + var(--scrollbarW)) * 100vw);
    line-height: 1.6923076923;
  }
}
.pg_home .linkArea {
  position: relative;
  padding-block: calc(123 / (var(--designW) + var(--scrollbarW)) * 100vw + 137px);
}
@media screen and (max-width: 767px) {
  .pg_home .linkArea {
    padding-block: calc(66 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(101 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .linkArea_slideTxt {
  position: absolute;
  width: 100%;
}
.pg_home .linkArea_slideTxt__top {
  top: 51px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pg_home .linkArea_slideTxt__top {
    top: 0;
  }
}
.pg_home .linkArea_slideTxt__bottom {
  bottom: 80px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pg_home .linkArea_slideTxt__bottom {
    bottom: calc(50 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .linkArea .links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 22px;
  column-gap: 22px;
}
@media screen and (max-width: 767px) {
  .pg_home .linkArea .links {
    -moz-column-gap: calc(15 / (var(--designW) + var(--scrollbarW)) * 100vw);
    column-gap: calc(15 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .linkArea .links > li .inner {
  position: relative;
  padding-block: 65px 37px;
  border: 2px solid var(--clr_blue);
  border-radius: 10px;
  background-color: #fff;
  transition: background-color var(--transDur);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pg_home .linkArea .links > li .inner {
    padding-block: calc(37 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(14 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .linkArea .links > li .inner .icon {
  position: absolute;
  display: grid;
  place-content: center;
  top: 0;
  left: 50%;
  width: 102px;
  aspect-ratio: 1;
  background-image: url(../images/common_bg_star_blue.webp);
  background-repeat: no-repeat;
  background-size: contain;
  translate: -50% -50%;
}
@media screen and (max-width: 767px) {
  .pg_home .linkArea .links > li .inner .icon {
    width: calc(55 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .linkArea .links > li .inner .icon img {
  width: 50px;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .pg_home .linkArea .links > li .inner .icon img {
    width: calc(25 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .linkArea .links > li .inner .title {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .pg_home .linkArea .links > li .inner .title {
    margin-bottom: calc(6 / (var(--designW) + var(--scrollbarW)) * 100vw);
    font-size: calc(16 / (var(--designW) + var(--scrollbarW)) * 100vw);
    line-height: 1.4375;
  }
}
.pg_home .linkArea .links > li .inner .more {
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.1363636364;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .pg_home .linkArea .links > li .inner .more {
    font-size: calc(13 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.pg_home .linkArea .links > li > a:focus-visible .inner {
  background-color: var(--clr_ghost);
}
@media (any-hover: hover) {
  .pg_home .linkArea .links > li > a:hover .inner {
    background-color: var(--clr_ghost);
  }
}

.js_animation_target {
  opacity: 0;
}

.js_animation_start.animation_scaleIn {
  opacity: 0;
  animation-name: scaleIn;
  animation-duration: 0.3s;
  animation-timing-function: ease;
  animation-delay: 0.1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}
.js_animation_start.animation_boundIn {
  opacity: 0;
  animation-name: boundIn;
  animation-duration: 0.8s;
  animation-timing-function: linear;
  animation-delay: 0.3s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}
.js_animation_start.animation_delay {
  --_defaultDelay: .3s;
  --_baseDelay: .3s;
  --_delayNum: 1;
  animation-delay: calc(var(--_defaultDelay) + var(--_baseDelay) * var(--_delayNum));
}

.js_animation_wrapper.js_animation_start {
  opacity: 1;
}
.js_animation_wrapper.js_animation_start .animation_scaleIn {
  opacity: 0;
  animation-name: scaleIn;
  animation-duration: 0.3s;
  animation-timing-function: ease;
  animation-delay: 0.1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}
.js_animation_wrapper.js_animation_start .animation_boundIn {
  opacity: 0;
  animation-name: boundIn;
  animation-duration: 0.8s;
  animation-timing-function: linear;
  animation-delay: 0.3s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}
.js_animation_wrapper.js_animation_start .animation_delay {
  --_defaultDelay: .3s;
  --_baseDelay: .3s;
  --_delayNum: 1;
  animation-delay: calc(var(--_defaultDelay) + var(--_baseDelay) * var(--_delayNum));
}

/**
 * Keyframes
 */
@keyframes loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes boundIn {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  8% {
    transform: scale(1.07);
    opacity: 1;
  }
  17% {
    transform: scale(1.232);
    opacity: 1;
  }
  34% {
    transform: scale(1);
    opacity: 1;
  }
  51% {
    transform: scale(1.071);
    opacity: 1;
  }
  68% {
    transform: scale(1);
    opacity: 1;
  }
  84% {
    transform: scale(1.03525);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleIn {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}