/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a,
button,
.btn,
.btn:focus,
.btn:active,
.btn:hover {
  background-color: transparent;
  outline: none !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: transparent !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

.btn.focus,
.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

a:focus, a:active,
button:focus, button:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-image: none !important;
}

button::-moz-focus-inner,
a::-moz-focus-inner {
  border: 0 !important;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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: 1em; /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

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

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

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

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

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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.no-scroll {
  overflow: hidden;
}
.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(58%, transparent), color-stop(58%, #fbff7e));
  background: linear-gradient(transparent 58%, #fbff7e 58%);
  color: inherit;
}

.caption {
  color: #707070;
  font-size: clamp(0.75rem, 0.6952rem + 0.2247vw, 0.875rem);
  text-align: right;
  margin-top: 4px;
}

.disp-pc {
  display: block !important;
}
@media (max-width: 767px) {
  .disp-pc {
    display: none !important;
  }
}

.disp-sp {
  display: none !important;
}
@media (max-width: 767px) {
  .disp-sp {
    display: block !important;
  }
}

.site-header {
  width: 100%;
  font-family: "M PLUS Rounded 1c", "Rounded M+ 1p", "Rounded Mplus 1p", sans-serif;
}
.site-header .site-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.site-header .site-header__inner .site-header__brand {
  position: fixed;
  top: clamp(1rem, 0.5618rem + 1.7978vw, 2rem);
  left: clamp(1rem, 0.5618rem + 1.7978vw, 2rem);
  z-index: 100;
  width: 10vw;
  max-width: 62px;
  opacity: 0;
}
.site-header .site-header__inner .site-header__brand img {
  width: 100%;
}
.site-header .site-header__inner .site-header__wrap {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  padding: 0 clamp(1rem, 0.5618rem + 1.7978vw, 2rem);
  border-bottom-left-radius: clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem);
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
}
.site-header .site-header__inner .site-header__wrap::before {
  content: "";
  position: absolute;
  width: clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem);
  height: clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem);
  background-color: #fff;
  mask-image: radial-gradient(circle at bottom left, transparent clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem), #fff clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem));
  -webkit-mask-image: radial-gradient(circle at bottom left, transparent clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem), #fff clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem));
  top: 0;
  left: calc(-1 * clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem));
}
.site-header .site-header__inner .site-header__wrap::after {
  content: "";
  position: absolute;
  width: clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem);
  height: clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem);
  background-color: #fff;
  mask-image: radial-gradient(circle at bottom left, transparent clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem), #fff clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem));
  -webkit-mask-image: radial-gradient(circle at bottom left, transparent clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem), #fff clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem));
  bottom: calc(-1 * clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem));
  right: 0;
}
.site-header .site-header__inner .site-header__wrap .site-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .site-header .site-header__inner .site-header__wrap .site-header__nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    width: calc(100% - clamp(2rem, 1.1236rem + 3.5955vw, 4rem));
    bottom: clamp(1rem, 0.5618rem + 1.7978vw, 2rem);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #fff;
    padding: clamp(1rem, 0.5618rem + 1.7978vw, 2rem);
    border-radius: 100px;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  }
}
.site-header .site-header__inner .site-header__wrap .site-header__nav .sp-contact h3 {
  margin: 0;
  font-family: "M PLUS Rounded 1c", "Rounded M+ 1p", "Rounded Mplus 1p", sans-serif;
  font-size: clamp(1.0625rem, 0.7612rem + 1.236vw, 1.75rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 4px;
}
.site-header .site-header__inner .site-header__wrap .site-header__nav .sp-contact h3 span {
  display: block;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: clamp(0.75rem, 0.6952rem + 0.2247vw, 0.875rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #707070;
}
.site-header .site-header__inner .site-header__wrap .site-header__nav .site-header__contact--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.site-header .site-header__inner .site-header__wrap .site-header__nav .site-header__contact--wrap .site-header__contact,
.site-header .site-header__inner .site-header__wrap .site-header__nav .site-header__contact--wrap .site-header__phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #444444;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.site-header .site-header__inner .site-header__wrap .site-header__nav .site-header__contact--wrap .site-header__contact:hover,
.site-header .site-header__inner .site-header__wrap .site-header__nav .site-header__contact--wrap .site-header__phone:hover {
  opacity: 0.72;
}
.site-header .site-header__inner .site-header__wrap .site-header__nav .site-header__contact--wrap .site-header__contact .site-header__icon,
.site-header .site-header__inner .site-header__wrap .site-header__nav .site-header__contact--wrap .site-header__phone .site-header__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
}
.site-header .site-header__inner .site-header__wrap .site-header__nav .site-header__contact--wrap .site-header__contact .site-header__icon svg,
.site-header .site-header__inner .site-header__wrap .site-header__nav .site-header__contact--wrap .site-header__phone .site-header__icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}
.site-header .site-header__inner .site-header__wrap .site-header__nav .site-header__contact--wrap .site-header__contact .site-header__icon--mail,
.site-header .site-header__inner .site-header__wrap .site-header__nav .site-header__contact--wrap .site-header__phone .site-header__icon--mail {
  color: #006390;
}
.site-header .site-header__inner .site-header__wrap .site-header__nav .site-header__contact--wrap .site-header__contact .site-header__icon--phone,
.site-header .site-header__inner .site-header__wrap .site-header__nav .site-header__contact--wrap .site-header__phone .site-header__icon--phone {
  color: #b4952d;
}
.site-header .site-header__inner .site-header__wrap .site-header__nav .site-header__contact--wrap .site-header__contact .site-header__label,
.site-header .site-header__inner .site-header__wrap .site-header__nav .site-header__contact--wrap .site-header__phone .site-header__label {
  font-size: clamp(0.875rem, 0.7654rem + 0.4494vw, 1.125rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #444444;
}
@media (max-width: 767px) {
  .site-header .site-header__inner .site-header__wrap .site-header__nav .site-header__contact--wrap .site-header__contact .site-header__label,
  .site-header .site-header__inner .site-header__wrap .site-header__nav .site-header__contact--wrap .site-header__phone .site-header__label {
    display: none;
  }
}
.site-header .site-header__inner .site-header__wrap .site-header__nav .site-header__contact--wrap .site-header__divider {
  width: 1px;
  height: 5px;
  background: #1A1311;
  display: inline-block;
}
body:not(.home) .site-header__brand {
  opacity: 1 !important;
}

.site-footer {
  background: #fff;
  color: #444444;
  text-align: center;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.site-footer__inner {
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
}
.site-footer__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #444444;
  text-decoration: none;
  font-size: clamp(0.75rem, 0.6952rem + 0.2247vw, 0.875rem);
  font-weight: 700;
}
.site-footer__logo img {
  width: 20vw;
  min-width: 270px;
  max-width: 320px;
}
.site-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
}
.site-footer__nav a {
  color: #000;
  text-decoration: none;
  font-size: clamp(0.75rem, 0.6404rem + 0.4494vw, 1rem);
  font-weight: 500;
}
.site-footer__copy {
  margin-top: 4rem;
  color: #A19F9E;
  font-size: clamp(0.75rem, 0.6952rem + 0.2247vw, 0.875rem);
}
.site-footer--top {
  padding: clamp(4rem, 2.2472rem + 7.191vw, 8rem);
}
.site-footer--sub {
  padding: clamp(4rem, 2.2472rem + 7.191vw, 8rem);
}

@media (min-width: 1200px) {
  .sub-page {
    width: calc(100% - clamp(2rem, 1.1236rem + 3.5955vw, 4rem));
    border-top-right-radius: calc(clamp(2rem, 1.1236rem + 3.5955vw, 4rem) + clamp(1rem, 0.5618rem + 1.7978vw, 2rem));
    border-bottom-right-radius: calc(clamp(2rem, 1.1236rem + 3.5955vw, 4rem) + clamp(1rem, 0.5618rem + 1.7978vw, 2rem));
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sub-page {
    width: calc(100% - clamp(2rem, 1.1236rem + 3.5955vw, 4rem));
    border-top-right-radius: calc(clamp(2rem, 1.1236rem + 3.5955vw, 4rem) + clamp(1rem, 0.5618rem + 1.7978vw, 2rem));
    border-bottom-right-radius: calc(clamp(2rem, 1.1236rem + 3.5955vw, 4rem) + clamp(1rem, 0.5618rem + 1.7978vw, 2rem));
  }
}
@media (max-width: 767px) {
  .sub-page {
    width: calc(100% - clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem));
    border-top-right-radius: calc(clamp(2rem, 1.1236rem + 3.5955vw, 4rem) + clamp(1rem, 0.5618rem + 1.7978vw, 2rem) + clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem));
    border-bottom-right-radius: calc(clamp(2rem, 1.1236rem + 3.5955vw, 4rem) + clamp(1rem, 0.5618rem + 1.7978vw, 2rem) + clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem));
  }
}
.sub-page {
  background: #F7F7F7;
}
.sub-page::before {
  content: "";
  position: absolute;
  width: clamp(4rem, 2.2472rem + 7.191vw, 8rem);
  height: clamp(4rem, 2.2472rem + 7.191vw, 8rem);
  background-color: #F7F7F7;
  mask-image: radial-gradient(circle at top right, transparent clamp(4rem, 2.2472rem + 7.191vw, 8rem), #F7F7F7 clamp(4rem, 2.2472rem + 7.191vw, 8rem));
  -webkit-mask-image: radial-gradient(circle at top right, transparent clamp(4rem, 2.2472rem + 7.191vw, 8rem), #F7F7F7 clamp(4rem, 2.2472rem + 7.191vw, 8rem));
  top: calc(-1 * clamp(4rem, 2.2472rem + 7.191vw, 8rem));
  left: 0;
}
.sub-page::after {
  content: "";
  position: absolute;
  width: clamp(4rem, 2.2472rem + 7.191vw, 8rem);
  height: clamp(4rem, 2.2472rem + 7.191vw, 8rem);
  background-color: #F7F7F7;
  mask-image: radial-gradient(circle at bottom right, transparent clamp(4rem, 2.2472rem + 7.191vw, 8rem), #F7F7F7 clamp(4rem, 2.2472rem + 7.191vw, 8rem));
  -webkit-mask-image: radial-gradient(circle at bottom right, transparent clamp(4rem, 2.2472rem + 7.191vw, 8rem), #F7F7F7 clamp(4rem, 2.2472rem + 7.191vw, 8rem));
  bottom: calc(-1 * clamp(4rem, 2.2472rem + 7.191vw, 8rem));
  left: 0;
}
.sub-page {
  margin: clamp(4rem, 2.2472rem + 7.191vw, 8rem) 0;
  position: relative;
}
.sub-page__panel {
  padding: clamp(4rem, 2.2472rem + 7.191vw, 8rem) clamp(1rem, 0.5618rem + 1.7978vw, 2rem);
}
@media (min-width: 1200px) {
  .sub-page__panel {
    -webkit-transform: translateX(clamp(1rem, 0.5618rem + 1.7978vw, 2rem));
            transform: translateX(clamp(1rem, 0.5618rem + 1.7978vw, 2rem));
  }
}
.sub-page__inner {
  max-width: 768px;
  margin: 0 auto;
  background: transparent;
  border-radius: clamp(1rem, 0.5618rem + 1.7978vw, 2rem);
  padding: clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem);
}
.sub-page__inner--white {
  background: #fff;
}
.sub-page__header {
  margin-bottom: clamp(1rem, 0.5618rem + 1.7978vw, 2rem);
  text-align: center;
}
.sub-page__eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: #006390;
}
.sub-page__title {
  margin: 0;
  color: #444444;
  line-height: 1.5;
  font-family: "M PLUS Rounded 1c", "Rounded M+ 1p", "Rounded Mplus 1p", sans-serif;
  font-size: clamp(1.125rem, 0.7416rem + 1.573vw, 2rem);
  font-weight: 700;
  text-shadow: 2px 2px 0 #fff;
}
.sub-page__content {
  line-height: 1.8;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: clamp(0.8125rem, 0.6756rem + 0.5618vw, 1.125rem);
}
.sub-page__content h2 {
  font-size: clamp(0.875rem, 0.7107rem + 0.6742vw, 1.25rem);
  font-weight: 700;
}
.sub-page__content h3 {
  font-size: clamp(0.8125rem, 0.6756rem + 0.5618vw, 1.125rem);
  font-weight: 700;
}
.sub-page__content h4 {
  font-size: clamp(0.8125rem, 0.6756rem + 0.5618vw, 1.125rem);
  font-weight: 500;
}
.sub-page__content p {
  margin-bottom: 1.5rem;
  font-size: clamp(0.8125rem, 0.6756rem + 0.5618vw, 1.125rem);
  font-weight: 400;
}
.sub-page__content p strong {
  font-weight: 700;
}
.sub-page__content .sub-address {
  margin: 0;
  padding: clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem);
  border-radius: clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem);
  background: #F7F7F7;
}
.sub-page__content ol,
.sub-page__content ul {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  list-style: decimal;
}
.sub-page__content li {
  margin-bottom: 1.5rem;
}

.sub-page {
  opacity: 0;
  -webkit-animation: form-selected 0.5s ease forwards;
          animation: form-selected 0.5s ease forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.sub-page .snow-monkey-form {
  max-width: 760px;
  margin: 0 auto;
  color: #444444;
  font-size: clamp(0.8125rem, 0.6756rem + 0.5618vw, 1.125rem);
}
.sub-page .snow-monkey-form .smf-item,
.sub-page .snow-monkey-form .smf-item__col,
.sub-page .snow-monkey-form .smf-item__col--label,
.sub-page .snow-monkey-form .smf-item__col--controls {
  display: block;
  width: 100%;
}
.sub-page .snow-monkey-form .smf-focus-point {
  display: none;
}
.sub-page .snow-monkey-form .smf-system-error-content-ready {
  border-radius: clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem);
}
.sub-page .snow-monkey-form .smf-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .sub-page .snow-monkey-form .smf-form {
    gap: 26px;
  }
}
.sub-page .snow-monkey-form .form-2-column {
  display: block;
}
.sub-page .snow-monkey-form .form-2-column .smf-item__controls {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
}
@media (max-width: 767px) {
  .sub-page .snow-monkey-form .form-2-column .smf-item__controls {
    grid-template-columns: 1fr;
  }
}
.sub-page .snow-monkey-form input[type=text],
.sub-page .snow-monkey-form input[type=email],
.sub-page .snow-monkey-form input[type=tel],
.sub-page .snow-monkey-form input[type=url],
.sub-page .snow-monkey-form input[type=number],
.sub-page .snow-monkey-form select,
.sub-page .snow-monkey-form textarea,
.sub-page .snow-monkey-form .smf-text-control__control,
.sub-page .snow-monkey-form .smf-textarea-control__control {
  width: 100%;
  min-height: 44px;
  padding: 12px 18px;
  border: 2px solid #dedede;
  border-radius: 999px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #444444;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: clamp(0.75rem, 0.6952rem + 0.2247vw, 0.875rem);
  font-weight: 700;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-height: 58px;
  padding: 14px 20px;
  border-width: 1.5px;
  border-color: #d8dde3;
  font-size: 16px;
  font-weight: 500;
}
.sub-page .snow-monkey-form input[type=text]::-webkit-input-placeholder, .sub-page .snow-monkey-form input[type=email]::-webkit-input-placeholder, .sub-page .snow-monkey-form input[type=tel]::-webkit-input-placeholder, .sub-page .snow-monkey-form input[type=url]::-webkit-input-placeholder, .sub-page .snow-monkey-form input[type=number]::-webkit-input-placeholder, .sub-page .snow-monkey-form select::-webkit-input-placeholder, .sub-page .snow-monkey-form textarea::-webkit-input-placeholder, .sub-page .snow-monkey-form .smf-text-control__control::-webkit-input-placeholder, .sub-page .snow-monkey-form .smf-textarea-control__control::-webkit-input-placeholder {
  color: #b8b8b8;
  opacity: 1;
}
.sub-page .snow-monkey-form input[type=text]::-moz-placeholder, .sub-page .snow-monkey-form input[type=email]::-moz-placeholder, .sub-page .snow-monkey-form input[type=tel]::-moz-placeholder, .sub-page .snow-monkey-form input[type=url]::-moz-placeholder, .sub-page .snow-monkey-form input[type=number]::-moz-placeholder, .sub-page .snow-monkey-form select::-moz-placeholder, .sub-page .snow-monkey-form textarea::-moz-placeholder, .sub-page .snow-monkey-form .smf-text-control__control::-moz-placeholder, .sub-page .snow-monkey-form .smf-textarea-control__control::-moz-placeholder {
  color: #b8b8b8;
  opacity: 1;
}
.sub-page .snow-monkey-form input[type=text]:-ms-input-placeholder, .sub-page .snow-monkey-form input[type=email]:-ms-input-placeholder, .sub-page .snow-monkey-form input[type=tel]:-ms-input-placeholder, .sub-page .snow-monkey-form input[type=url]:-ms-input-placeholder, .sub-page .snow-monkey-form input[type=number]:-ms-input-placeholder, .sub-page .snow-monkey-form select:-ms-input-placeholder, .sub-page .snow-monkey-form textarea:-ms-input-placeholder, .sub-page .snow-monkey-form .smf-text-control__control:-ms-input-placeholder, .sub-page .snow-monkey-form .smf-textarea-control__control:-ms-input-placeholder {
  color: #b8b8b8;
  opacity: 1;
}
.sub-page .snow-monkey-form input[type=text]::-ms-input-placeholder, .sub-page .snow-monkey-form input[type=email]::-ms-input-placeholder, .sub-page .snow-monkey-form input[type=tel]::-ms-input-placeholder, .sub-page .snow-monkey-form input[type=url]::-ms-input-placeholder, .sub-page .snow-monkey-form input[type=number]::-ms-input-placeholder, .sub-page .snow-monkey-form select::-ms-input-placeholder, .sub-page .snow-monkey-form textarea::-ms-input-placeholder, .sub-page .snow-monkey-form .smf-text-control__control::-ms-input-placeholder, .sub-page .snow-monkey-form .smf-textarea-control__control::-ms-input-placeholder {
  color: #b8b8b8;
  opacity: 1;
}
.sub-page .snow-monkey-form input[type=text]::placeholder,
.sub-page .snow-monkey-form input[type=email]::placeholder,
.sub-page .snow-monkey-form input[type=tel]::placeholder,
.sub-page .snow-monkey-form input[type=url]::placeholder,
.sub-page .snow-monkey-form input[type=number]::placeholder,
.sub-page .snow-monkey-form select::placeholder,
.sub-page .snow-monkey-form textarea::placeholder,
.sub-page .snow-monkey-form .smf-text-control__control::placeholder,
.sub-page .snow-monkey-form .smf-textarea-control__control::placeholder {
  color: #b8b8b8;
  opacity: 1;
}
.sub-page .snow-monkey-form input[type=text]:focus,
.sub-page .snow-monkey-form input[type=email]:focus,
.sub-page .snow-monkey-form input[type=tel]:focus,
.sub-page .snow-monkey-form input[type=url]:focus,
.sub-page .snow-monkey-form input[type=number]:focus,
.sub-page .snow-monkey-form select:focus,
.sub-page .snow-monkey-form textarea:focus,
.sub-page .snow-monkey-form .smf-text-control__control:focus,
.sub-page .snow-monkey-form .smf-textarea-control__control:focus {
  outline: 0;
  border-color: #99c6df;
  -webkit-box-shadow: 0 0 0 4px rgba(153, 198, 223, 0.16);
          box-shadow: 0 0 0 4px rgba(153, 198, 223, 0.16);
}
.sub-page .snow-monkey-form textarea,
.sub-page .snow-monkey-form .smf-textarea-control__control {
  min-height: 250px;
  border-radius: 28px;
  resize: vertical;
}
.sub-page .snow-monkey-form label,
.sub-page .snow-monkey-form .smf-item__label,
.sub-page .snow-monkey-form .smf-placeholder {
  color: #444444;
  font-size: clamp(0.8125rem, 0.6756rem + 0.5618vw, 1.125rem);
  font-weight: 700;
}
.sub-page .snow-monkey-form .smf-item__col--controls {
  min-width: 0;
}
.sub-page .snow-monkey-form .smf-item__controls {
  display: grid;
  gap: 14px;
}
.sub-page .snow-monkey-form .smf-item__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
  line-height: 1.5;
}
.sub-page .snow-monkey-form .smf-item__col--label {
  padding-bottom: 0;
}
.sub-page .snow-monkey-form .smf-item__label__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: clamp(0.8125rem, 0.6756rem + 0.5618vw, 1.125rem);
}
.sub-page .snow-monkey-form .smf-item__label__text::after {
  content: none;
}
.sub-page .snow-monkey-form .sumitan-required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 6px;
  color: #F06464;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.sub-page .snow-monkey-form .smf-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.sub-page .snow-monkey-form .smf-radio-button-control__label,
.sub-page .snow-monkey-form .smf-checkbox-control__label {
  white-space: nowrap;
}
.sub-page .snow-monkey-form .smf-radio-buttons-control,
.sub-page .snow-monkey-form .smf-checkboxes-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sub-page .snow-monkey-form .smf-radio-buttons-control__control,
.sub-page .snow-monkey-form .smf-checkboxes-control__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sub-page .snow-monkey-form .smf-radio-button-control,
.sub-page .snow-monkey-form .smf-checkbox-control {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem);
  border: 1.5px solid #d8dde3;
  border-radius: 999px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #444444;
  font-size: clamp(0.8125rem, 0.6756rem + 0.5618vw, 1.125rem);
  font-weight: 700;
  line-height: 1.3;
  -webkit-transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
  margin-bottom: clamp(0.25rem, 0.1404rem + 0.4494vw, 0.5rem);
}
.sub-page .snow-monkey-form .smf-radio-button-control:has(input:checked),
.sub-page .snow-monkey-form .smf-checkbox-control:has(input:checked),
.sub-page .snow-monkey-form .smf-label:has(input:checked) .smf-radio-button-control,
.sub-page .snow-monkey-form .smf-label:has(input:checked) .smf-checkbox-control {
  border-color: #20AEFF;
  color: #20AEFF;
  background: #fff;
}
.sub-page .snow-monkey-form input[type=radio],
.sub-page .snow-monkey-form input[type=checkbox] {
  background: #fff;
}
.sub-page .snow-monkey-form input[type=radio] {
  width: 20px;
  height: 20px;
  margin: 0;
}
.sub-page .snow-monkey-form input[type=radio]:checked {
  accent-color: #fff;
  border-color: #20AEFF;
  background: #fff;
}
.sub-page .snow-monkey-form input[type=radio]:checked::before {
  -webkit-animation: form-selected 0.5s ease forwards;
          animation: form-selected 0.5s ease forwards;
  background: #20AEFF;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@-webkit-keyframes form-selected {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes form-selected {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sub-page .snow-monkey-form input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0;
}
.sub-page .snow-monkey-form input[type=checkbox]:checked {
  accent-color: #fff;
  border-color: #20AEFF;
  background: #20AEFF;
}
.sub-page .snow-monkey-form input[type=checkbox]:checked::before {
  -webkit-animation: form-selected 0.2s ease forwards;
          animation: form-selected 0.2s ease forwards;
  background: #20AEFF;
  height: 10px;
  border-width: 0 3px 3px 0;
}
.sub-page .snow-monkey-form .smf-progress-tracker {
  position: relative;
  width: min(100%, 860px);
  max-width: 100%;
  margin: 0 auto 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  list-style: none;
  color: #c6c6c6;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.2;
}
.sub-page .snow-monkey-form .smf-progress-tracker::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 16.6666666667%;
  right: 16.6666666667%;
  height: 1px;
  background: #cfcfcf;
}
.sub-page .snow-monkey-form .smf-progress-tracker > *,
.sub-page .snow-monkey-form .smf-progress-tracker li {
  position: relative;
  z-index: 1;
  display: block !important;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding: 20px 0 0;
  text-align: center;
  margin: 0;
  color: #C1C1C1;
}
.sub-page .snow-monkey-form .smf-progress-tracker__item::after {
  display: none;
}
.sub-page .snow-monkey-form .smf-progress-tracker__item__number {
  display: none;
}
.sub-page .snow-monkey-form .smf-progress-tracker__item__text {
  display: block;
  color: #C1C1C1;
  font-size: clamp(0.8125rem, 0.6756rem + 0.5618vw, 1.125rem);
  font-weight: 700;
  text-align: center;
  width: 100%;
  line-height: 1.15;
}
.sub-page .snow-monkey-form .smf-progress-tracker > *::before,
.sub-page .snow-monkey-form .smf-progress-tracker li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 14px;
  height: 14px;
  border: 1px solid #C1C1C1;
  border-radius: 50%;
  background: #C1C1C1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
.sub-page .snow-monkey-form .smf-progress-tracker .is-current,
.sub-page .snow-monkey-form .smf-progress-tracker [aria-current=step] {
  color: #20AEFF;
}
.sub-page .snow-monkey-form .smf-progress-tracker [aria-current=true] .smf-progress-tracker__item__text {
  color: #20AEFF;
}
.sub-page .snow-monkey-form .smf-progress-tracker .is-current::before,
.sub-page .snow-monkey-form .smf-progress-tracker [aria-current=step]::before,
.sub-page .snow-monkey-form .smf-progress-tracker [aria-current=true]::before {
  border-color: #20AEFF;
  background: #20AEFF;
  -webkit-box-shadow: 0 0 0 5px #fff, 0 0 0 8px #20AEFF;
          box-shadow: 0 0 0 5px #fff, 0 0 0 8px #20AEFF;
}
.sub-page .snow-monkey-form .smf-progress-tracker [aria-current=true] {
  color: #20AEFF;
}
.sub-page .snow-monkey-form .smf-progress-tracker .screen-reader-text {
  display: none;
}
@media (max-width: 767px) {
  .sub-page .snow-monkey-form .smf-progress-tracker {
    margin-bottom: 36px;
    font-size: 18px;
  }
  .sub-page .snow-monkey-form .smf-progress-tracker::before {
    top: 12%;
  }
  .sub-page .snow-monkey-form .smf-progress-tracker > *,
  .sub-page .snow-monkey-form .smf-progress-tracker li {
    padding-top: 42px;
  }
  .sub-page .snow-monkey-form .smf-progress-tracker > *::before,
  .sub-page .snow-monkey-form .smf-progress-tracker li::before {
    display: block;
    top: 0;
    width: clamp(1rem, 0.8333rem + 0.8333vw, 1.5rem);
    height: clamp(1rem, 0.8333rem + 0.8333vw, 1.5rem);
    -webkit-box-shadow: 0 0 0 4px #fff;
            box-shadow: 0 0 0 4px #fff;
  }
  .sub-page .snow-monkey-form .smf-progress-tracker .is-current::before,
  .sub-page .snow-monkey-form .smf-progress-tracker [aria-current=step]::before,
  .sub-page .snow-monkey-form .smf-progress-tracker [aria-current=true]::before {
    -webkit-box-shadow: 0 0 0 4px #fff, 0 0 0 6px #99c6df;
            box-shadow: 0 0 0 4px #fff, 0 0 0 6px #99c6df;
  }
}
.sub-page .snow-monkey-form .smf-action {
  margin-top: 32px;
  text-align: center;
}
.sub-page .snow-monkey-form input[type=submit],
.sub-page .snow-monkey-form button[type=submit],
.sub-page .snow-monkey-form .smf-button-control__control {
  min-width: 130px;
  max-width: 250px;
  width: 35vw;
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  background: #d9d9d9;
  color: #8e8e8e;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: clamp(0.8125rem, 0.6756rem + 0.5618vw, 1.125rem);
  font-weight: 800;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.sub-page .snow-monkey-form .smf-button-control__control:not(:disabled),
.sub-page .snow-monkey-form button[type=submit]:not(:disabled),
.sub-page .snow-monkey-form input[type=submit]:not(:disabled) {
  background: #006390;
  color: #fff;
}
.sub-page .snow-monkey-form .is-sumitan-hidden {
  display: none !important;
}
.sub-page .form-agreement {
  text-align: center;
  margin: 0 auto;
}
.sub-page .form-agreement .smf-checkboxes-control {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sub-page .form-agreement .sumitan-required {
  display: none;
}
.sub-page .form-agreement .smf-checkbox-control {
  border: none;
  background: none;
}
.sub-page .form-agreement .smf-checkbox-controlchecked {
  background: none;
}
.sub-page .form-agreement .smf-label:has(input:checked) .smf-checkbox-control {
  background: none;
}

.sumitan-policy-block {
  margin: clamp(1rem, 0.5618rem + 1.7978vw, 2rem) 0 24px;
  width: 100%;
}
.sumitan-policy-block__scroll {
  max-height: 350px;
  overflow-y: auto;
  padding: clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem);
  border: 1.5px solid #cfd7e2;
  border-radius: 26px;
  background: #f5f9ff;
  color: #444444;
  line-height: 1.8;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: clamp(0.75rem, 0.6952rem + 0.2247vw, 0.875rem);
  font-weight: 700;
}
.sumitan-policy-block__scroll > * + * {
  margin-top: 0.8em;
}
.sumitan-policy-block__note {
  margin: 14px 0 0;
  text-align: center;
  color: #444444;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: clamp(0.75rem, 0.6952rem + 0.2247vw, 0.875rem);
  font-weight: 800;
}

.sub-page--404 .sub-page__inner {
  max-width: 880px;
}

.error-404-card {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 1.451rem + 2.2472vw, 3.25rem);
  border: 1px solid rgba(0, 99, 144, 0.1);
  border-radius: clamp(1rem, 0.5618rem + 1.7978vw, 2rem);
  background: radial-gradient(circle at top right, rgba(153, 198, 223, 0.32), transparent 32%), linear-gradient(135deg, #ffffff 0%, #f4fbff 55%, #eef7fb 100%);
  -webkit-box-shadow: 0 18px 38px rgba(7, 94, 133, 0.06);
          box-shadow: 0 18px 38px rgba(7, 94, 133, 0.06);
  text-align: center;
}
.error-404-card::before, .error-404-card::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}
.error-404-card::before {
  top: -72px;
  right: -12px;
  width: 180px;
  height: 180px;
  background: rgba(153, 198, 223, 0.18);
}
.error-404-card::after {
  bottom: -58px;
  left: -24px;
  width: 140px;
  height: 140px;
  background: rgba(252, 160, 0, 0.12);
}
.error-404-card__code {
  margin: 0 0 0.5rem;
  color: #006390;
  font-family: "M PLUS Rounded 1c", "Rounded M+ 1p", "Rounded Mplus 1p", sans-serif;
  font-size: clamp(4rem, 2.0275rem + 8.0899vw, 8.5rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;
  text-shadow: 4px 4px 0 rgba(255, 255, 255, 0.9);
}
.error-404-card__lead {
  margin-bottom: 1rem;
  color: #444444;
  font-size: clamp(0.875rem, 0.7107rem + 0.6742vw, 1.25rem);
  font-weight: 800;
}
.error-404-card__text {
  max-width: 36rem;
  margin: 0 auto;
  color: #707070;
}
.error-404-card__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  margin-top: 2rem;
}
.error-404-card__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 220px;
  min-height: 54px;
  padding: 0 28px;
  border: 1.5px solid transparent;
  border-radius: 999px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: clamp(0.8125rem, 0.6756rem + 0.5618vw, 1.125rem);
  font-weight: 800;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.error-404-card__button:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.error-404-card__button--primary {
  background: #006390;
  color: #fff;
  -webkit-box-shadow: 0 14px 24px rgba(0, 99, 144, 0.18);
          box-shadow: 0 14px 24px rgba(0, 99, 144, 0.18);
}
.error-404-card__button--secondary {
  border-color: rgba(0, 99, 144, 0.18);
  background: rgba(255, 255, 255, 0.82);
  color: #006390;
}
@media (max-width: 767px) {
  .error-404-card {
    padding: 2rem 1.25rem;
  }
  .error-404-card__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .error-404-card__button {
    width: 100%;
    min-width: 0;
  }
}

html {
  width: 100%;
  margin-top: 0 !important;
  overflow-x: hidden;
  letter-spacing: 1px;
}

#wpadminbar {
  display: none;
}

.top-page {
  background: #fff;
  color: #444444;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.top-section {
  position: relative;
}
@media (min-width: 1200px) {
  .top-section {
    margin-top: clamp(2rem, 1.1236rem + 3.5955vw, 4rem);
    margin-bottom: clamp(2rem, 1.1236rem + 3.5955vw, 4rem);
    padding-top: clamp(2rem, 1.1236rem + 3.5955vw, 4rem);
    padding-bottom: clamp(2rem, 1.1236rem + 3.5955vw, 4rem);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .top-section {
    margin-top: clamp(2rem, 1.1236rem + 3.5955vw, 4rem);
    margin-bottom: clamp(2rem, 1.1236rem + 3.5955vw, 4rem);
    padding-top: clamp(2rem, 1.1236rem + 3.5955vw, 4rem);
    padding-bottom: clamp(2rem, 1.1236rem + 3.5955vw, 4rem);
  }
}
@media (max-width: 767px) {
  .top-section {
    margin-top: clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem);
    margin-bottom: clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem);
    padding-top: clamp(4rem, 2.2472rem + 7.191vw, 8rem);
    padding-bottom: clamp(2rem, 1.1236rem + 3.5955vw, 4rem);
  }
}
.top-section__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .top-section__inner {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .top-section__inner {
    overflow: hidden;
  }
}
.top-section__head {
  margin-bottom: 34px;
  text-align: center;
}
.top-section__head p {
  margin: 12px auto 0;
  color: #707070;
  line-height: 1.9;
}
.top-section__label {
  display: inline-block;
  margin-top: 3rem;
  margin-bottom: 10px;
  color: #006390;
  font-family: "M PLUS Rounded 1c", "Rounded M+ 1p", "Rounded Mplus 1p", sans-serif;
  font-size: clamp(1rem, 0.7809rem + 0.8989vw, 1.5rem);
  font-weight: 700;
}
.top-section__title {
  margin: 0;
  color: #006390;
  font-family: "M PLUS Rounded 1c", "Rounded M+ 1p", "Rounded Mplus 1p", sans-serif;
  font-size: clamp(1.25rem, 0.8118rem + 1.7978vw, 2.25rem);
  font-weight: 700;
  line-height: 1.8;
  text-shadow: 2px 2px 0 #fff;
}
.top-section__title--lead {
  font-size: clamp(1.25rem, 0.8118rem + 1.7978vw, 2.25rem);
  line-height: 1.8;
}
.top-section__title--section {
  font-size: clamp(1.0625rem, 0.7612rem + 1.236vw, 1.75rem);
  line-height: 1.5;
}
.top-section__txt {
  font-size: clamp(0.875rem, 0.7107rem + 0.6742vw, 1.25rem);
  line-height: 1.8;
  text-align: center;
  font-weight: 500;
}
.top-section--pale, .top-section--blue {
  background: #edf6fb;
}

/* --------------------------------
 * Hero
 * -------------------------------- */
.top-hero {
  position: relative;
  width: calc(100% - clamp(2rem, 1.1236rem + 3.5955vw, 4rem));
  overflow: hidden;
  margin: 0 auto;
  margin-top: clamp(1rem, 0.5618rem + 1.7978vw, 2rem);
  padding: clamp(1rem, 0.5618rem + 1.7978vw, 2rem);
  overflow: hidden;
  border-radius: clamp(1rem, 0.5618rem + 1.7978vw, 2rem);
  background: url("../img/hero_bg.png");
  background-size: cover;
}
@media screen and (orientation: landscape) {
  .top-hero {
    aspect-ratio: 16/8.1;
    min-height: 720px;
  }
}
@media screen and (orientation: portrait) {
  .top-hero {
    height: 100svh;
    min-height: 667px;
    max-height: 900px;
  }
}
@media (max-width: 767px) {
  .top-hero {
    min-height: calc(800px - clamp(2rem, 1.1236rem + 3.5955vw, 4rem));
    height: calc(100vh - clamp(2rem, 1.1236rem + 3.5955vw, 4rem));
  }
}
.top-hero__inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  text-align: center;
}
@media screen and (orientation: landscape) {
  .top-hero__inner {
    top: 5vmax;
  }
}
@media screen and (orientation: portrait) {
  .top-hero__inner {
    top: 2vmax;
  }
}
@media (min-width: 1200px) {
  .top-hero__inner {
    top: 2vmax;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .top-hero__inner {
    top: 13vmin;
  }
}
@media (max-width: 767px) {
  .top-hero__inner {
    top: 13vmin;
  }
}
.top-hero__area {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 1rem;
}
@media (min-width: 1200px) {
  .top-hero__area {
    padding: 0.25rem 1rem 0.25rem 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .top-hero__area {
    padding: 0.25rem 1rem;
    line-height: 1.4;
    word-break: auto-phrase;
  }
}
@media (max-width: 767px) {
  .top-hero__area {
    padding: 0.25rem 1rem;
    line-height: 1.4;
    word-break: auto-phrase;
  }
}
.top-hero__area {
  border-radius: 999px;
  background: #006390;
  color: #fff;
  font-family: "M PLUS Rounded 1c", "Rounded M+ 1p", "Rounded Mplus 1p", sans-serif;
  font-size: clamp(1rem, 0.7809rem + 0.8989vw, 1.5rem);
  font-weight: 700;
}
.top-hero__area span {
  margin-right: 1rem;
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  background: #fff;
  color: #006390;
  font-family: "M PLUS Rounded 1c", "Rounded M+ 1p", "Rounded Mplus 1p", sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .top-hero__area span {
    position: absolute;
    padding: 0.25rem 1rem;
    margin: 0;
    top: -120%;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  }
}
@media (max-width: 767px) {
  .top-hero__area span {
    position: absolute;
    padding: 0.25rem 1rem;
    margin: 0;
    top: -120%;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  }
}
.top-hero__lead {
  margin: 0 0 1.5rem;
  color: #006390;
  font-size: clamp(1.0625rem, 0.7612rem + 1.236vw, 1.75rem);
  font-weight: 700;
}
.top-hero__logo img {
  width: 20vw;
  min-width: 270px;
  margin: -2vh auto -3.5vh;
}
.top-hero__copy span {
  font-family: "Noto Serif CJK JP", "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(1.5rem, 1.2809rem + 0.8989vw, 2rem);
  font-weight: 700;
  line-height: 1.8;
  word-break: auto-phrase;
}
.top-hero__copy span span {
  color: #006390;
}
.top-hero__copy p {
  margin: 1.5rem auto 0;
  color: #006390;
  font-size: clamp(0.8125rem, 0.6756rem + 0.5618vw, 1.125rem);
  font-weight: 500;
  line-height: 1.8;
}
.top-hero__town {
  position: absolute;
  bottom: -6vmax;
  left: 0;
  width: 100%;
  margin: 0;
}
.top-hero__town img {
  width: 100%;
  min-height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

/* --------------------------------
 * Intro
 * -------------------------------- */
.top-intro__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 0.5618rem + 1.7978vw, 2rem);
}
.top-intro__text {
  position: relative;
  z-index: 1;
  color: #444444;
  line-height: 1.8;
  text-shadow: 2px 2px 0 #fff;
}
.top-intro__text h2 {
  font-family: "M PLUS Rounded 1c", "Rounded M+ 1p", "Rounded Mplus 1p", sans-serif;
  font-size: clamp(1.25rem, 0.8118rem + 1.7978vw, 2.25rem);
  font-weight: 700;
}
.top-intro__text h3 {
  margin: 1.5rem 0;
  font-family: "M PLUS Rounded 1c", "Rounded M+ 1p", "Rounded Mplus 1p", sans-serif;
  font-size: clamp(1rem, 0.7809rem + 0.8989vw, 1.5rem);
  font-weight: 700;
  word-break: auto-phrase;
}
.top-intro__text p {
  margin: 0;
  font-size: clamp(0.875rem, 0.7107rem + 0.6742vw, 1.25rem);
  font-weight: 500;
}
.top-intro .blob {
  position: absolute;
  inset: 0;
  left: 50vw;
  z-index: 0;
  width: 40vw;
  height: 40vw;
  pointer-events: none;
  will-change: transform;
  -webkit-animation: blobMove 18s ease-in-out infinite alternate, blobFloat 8s ease-in-out infinite;
          animation: blobMove 18s ease-in-out infinite alternate, blobFloat 8s ease-in-out infinite;
}
.top-intro .blob path {
  fill: #fafafa;
  -webkit-animation: blobMorph 10s ease-in-out infinite;
          animation: blobMorph 10s ease-in-out infinite;
}
@-webkit-keyframes blobMove {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
            transform: translate(0, 0) rotate(0deg) scale(1);
  }
  30% {
    -webkit-transform: translate(4vw, -3vh) rotate(8deg) scale(1.05);
            transform: translate(4vw, -3vh) rotate(8deg) scale(1.05);
  }
  60% {
    -webkit-transform: translate(8vw, 2vh) rotate(-6deg) scale(0.96);
            transform: translate(8vw, 2vh) rotate(-6deg) scale(0.96);
  }
  100% {
    -webkit-transform: translate(12vw, -2vh) rotate(10deg) scale(1.08);
            transform: translate(12vw, -2vh) rotate(10deg) scale(1.08);
  }
}
@keyframes blobMove {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
            transform: translate(0, 0) rotate(0deg) scale(1);
  }
  30% {
    -webkit-transform: translate(4vw, -3vh) rotate(8deg) scale(1.05);
            transform: translate(4vw, -3vh) rotate(8deg) scale(1.05);
  }
  60% {
    -webkit-transform: translate(8vw, 2vh) rotate(-6deg) scale(0.96);
            transform: translate(8vw, 2vh) rotate(-6deg) scale(0.96);
  }
  100% {
    -webkit-transform: translate(12vw, -2vh) rotate(10deg) scale(1.08);
            transform: translate(12vw, -2vh) rotate(10deg) scale(1.08);
  }
}
@-webkit-keyframes blobFloat {
  0%, 100% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  50% {
    -webkit-filter: blur(0.5px);
            filter: blur(0.5px);
  }
}
@keyframes blobFloat {
  0%, 100% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  50% {
    -webkit-filter: blur(0.5px);
            filter: blur(0.5px);
  }
}
@-webkit-keyframes blobMorph {
  0% {
    d: path("M44,-56.4C52.6,-45.3,52,-27.2,53.8,-10.4C55.7,6.4,60.1,21.8,55.6,34.5C51.2,47.3,37.9,57.4,22.8,63.1C7.7,68.9,-9.2,70.3,-24,65.2C-38.8,60.1,-51.5,48.6,-55.4,35.2C-59.3,21.8,-54.5,6.5,-50.9,-8.2C-47.4,-22.8,-45.1,-36.9,-36.8,-48.1C-28.5,-59.3,-14.3,-67.6,1.7,-69.6C17.7,-71.7,35.5,-67.6,44,-56.4Z");
  }
  50% {
    d: path("M39.8,-51.7C51.2,-37.9,59.5,-25.1,62.2,-10.6C64.9,3.8,62,19.9,53.5,32.4C45,44.9,30.9,53.8,15.5,59.2C0.1,64.6,-16.5,66.5,-30.8,60.9C-45.1,55.3,-57.1,42.2,-62.8,26.4C-68.5,10.6,-67.9,-7.9,-60.8,-22.4C-53.7,-36.9,-40.2,-47.4,-26.2,-59.9C-12.2,-72.4,2.3,-87,16.1,-83.8C29.8,-80.6,42.8,-59.6,39.8,-51.7Z");
  }
  100% {
    d: path("M44,-56.4C52.6,-45.3,52,-27.2,53.8,-10.4C55.7,6.4,60.1,21.8,55.6,34.5C51.2,47.3,37.9,57.4,22.8,63.1C7.7,68.9,-9.2,70.3,-24,65.2C-38.8,60.1,-51.5,48.6,-55.4,35.2C-59.3,21.8,-54.5,6.5,-50.9,-8.2C-47.4,-22.8,-45.1,-36.9,-36.8,-48.1C-28.5,-59.3,-14.3,-67.6,1.7,-69.6C17.7,-71.7,35.5,-67.6,44,-56.4Z");
  }
}
@keyframes blobMorph {
  0% {
    d: path("M44,-56.4C52.6,-45.3,52,-27.2,53.8,-10.4C55.7,6.4,60.1,21.8,55.6,34.5C51.2,47.3,37.9,57.4,22.8,63.1C7.7,68.9,-9.2,70.3,-24,65.2C-38.8,60.1,-51.5,48.6,-55.4,35.2C-59.3,21.8,-54.5,6.5,-50.9,-8.2C-47.4,-22.8,-45.1,-36.9,-36.8,-48.1C-28.5,-59.3,-14.3,-67.6,1.7,-69.6C17.7,-71.7,35.5,-67.6,44,-56.4Z");
  }
  50% {
    d: path("M39.8,-51.7C51.2,-37.9,59.5,-25.1,62.2,-10.6C64.9,3.8,62,19.9,53.5,32.4C45,44.9,30.9,53.8,15.5,59.2C0.1,64.6,-16.5,66.5,-30.8,60.9C-45.1,55.3,-57.1,42.2,-62.8,26.4C-68.5,10.6,-67.9,-7.9,-60.8,-22.4C-53.7,-36.9,-40.2,-47.4,-26.2,-59.9C-12.2,-72.4,2.3,-87,16.1,-83.8C29.8,-80.6,42.8,-59.6,39.8,-51.7Z");
  }
  100% {
    d: path("M44,-56.4C52.6,-45.3,52,-27.2,53.8,-10.4C55.7,6.4,60.1,21.8,55.6,34.5C51.2,47.3,37.9,57.4,22.8,63.1C7.7,68.9,-9.2,70.3,-24,65.2C-38.8,60.1,-51.5,48.6,-55.4,35.2C-59.3,21.8,-54.5,6.5,-50.9,-8.2C-47.4,-22.8,-45.1,-36.9,-36.8,-48.1C-28.5,-59.3,-14.3,-67.6,1.7,-69.6C17.7,-71.7,35.5,-67.6,44,-56.4Z");
  }
}

/* --------------------------------
 * Area + Points
 * -------------------------------- */
@media (min-width: 1200px) {
  .top-area {
    width: calc(100% - clamp(2rem, 1.1236rem + 3.5955vw, 4rem));
    border-top-right-radius: calc(clamp(2rem, 1.1236rem + 3.5955vw, 4rem) + clamp(1rem, 0.5618rem + 1.7978vw, 2rem));
    border-bottom-right-radius: calc(clamp(2rem, 1.1236rem + 3.5955vw, 4rem) + clamp(1rem, 0.5618rem + 1.7978vw, 2rem));
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .top-area {
    width: calc(100% - clamp(2rem, 1.1236rem + 3.5955vw, 4rem));
    border-top-right-radius: calc(clamp(2rem, 1.1236rem + 3.5955vw, 4rem) + clamp(1rem, 0.5618rem + 1.7978vw, 2rem));
    border-bottom-right-radius: calc(clamp(2rem, 1.1236rem + 3.5955vw, 4rem) + clamp(1rem, 0.5618rem + 1.7978vw, 2rem));
  }
}
@media (max-width: 767px) {
  .top-area {
    width: calc(100% - clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem));
    border-top-right-radius: calc(clamp(2rem, 1.1236rem + 3.5955vw, 4rem) + clamp(1rem, 0.5618rem + 1.7978vw, 2rem) + clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem));
    border-bottom-right-radius: calc(clamp(2rem, 1.1236rem + 3.5955vw, 4rem) + clamp(1rem, 0.5618rem + 1.7978vw, 2rem) + clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem));
  }
}
.top-area {
  background: #edf6fb;
}
.top-area::before {
  content: "";
  position: absolute;
  width: clamp(4rem, 2.2472rem + 7.191vw, 8rem);
  height: clamp(4rem, 2.2472rem + 7.191vw, 8rem);
  background-color: #edf6fb;
  mask-image: radial-gradient(circle at top right, transparent clamp(4rem, 2.2472rem + 7.191vw, 8rem), #edf6fb clamp(4rem, 2.2472rem + 7.191vw, 8rem));
  -webkit-mask-image: radial-gradient(circle at top right, transparent clamp(4rem, 2.2472rem + 7.191vw, 8rem), #edf6fb clamp(4rem, 2.2472rem + 7.191vw, 8rem));
  top: calc(-1 * clamp(4rem, 2.2472rem + 7.191vw, 8rem));
  left: 0;
}
.top-area::after {
  content: "";
  position: absolute;
  width: clamp(4rem, 2.2472rem + 7.191vw, 8rem);
  height: clamp(4rem, 2.2472rem + 7.191vw, 8rem);
  background-color: #edf6fb;
  mask-image: radial-gradient(circle at bottom right, transparent clamp(4rem, 2.2472rem + 7.191vw, 8rem), #edf6fb clamp(4rem, 2.2472rem + 7.191vw, 8rem));
  -webkit-mask-image: radial-gradient(circle at bottom right, transparent clamp(4rem, 2.2472rem + 7.191vw, 8rem), #edf6fb clamp(4rem, 2.2472rem + 7.191vw, 8rem));
  bottom: calc(-1 * clamp(4rem, 2.2472rem + 7.191vw, 8rem));
  left: 0;
}
.top-area {
  padding-top: 0;
}
.top-area__inner {
  overflow: hidden;
  border-top-right-radius: calc(clamp(2rem, 1.1236rem + 3.5955vw, 4rem) + clamp(1rem, 0.5618rem + 1.7978vw, 2rem));
}
.top-area__content {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10vw clamp(1rem, 0.5618rem + 1.7978vw, 2rem) 30vw clamp(1rem, 0.5618rem + 1.7978vw, 2rem);
  line-height: 1.8;
}
@media (min-width: 1200px) {
  .top-area__content {
    -webkit-transform: translateX(clamp(1rem, 0.5618rem + 1.7978vw, 2rem));
            transform: translateX(clamp(1rem, 0.5618rem + 1.7978vw, 2rem));
  }
}
@media (max-width: 767px) {
  .top-area__content h2 {
    text-align: center;
    word-break: auto-phrase;
  }
}
.top-area__content p {
  font-size: clamp(0.875rem, 0.7107rem + 0.6742vw, 1.25rem);
  font-weight: 500;
}
@media (min-width: 1200px) {
  .top-area__content p {
    margin: 3rem 0 0;
    width: 40vw;
    max-width: 650px;
    word-break: auto-phrase;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .top-area__content p {
    margin: 3rem 0 0;
    width: 40vw;
    max-width: 650px;
    word-break: auto-phrase;
  }
}
@media (max-width: 767px) {
  .top-area__content p {
    margin: 70vw 0 0 0;
  }
}
.top-area__map {
  position: absolute;
  top: -8vw;
  right: -14vw;
  z-index: 0;
}
@media (min-width: 1200px) {
  .top-area__map img {
    width: 55vw;
    max-height: 100vh;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .top-area__map img {
    width: 55vw;
    max-height: 100vh;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .top-area__map img {
    width: 65vw;
    max-height: 100vh;
  }
}
@media (max-width: 767px) {
  .top-area__map img {
    width: 100vw;
    max-height: 100vh;
  }
}

.top-points {
  margin-top: -15%;
}
.top-points .top-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 0.5618rem + 1.7978vw, 2rem);
}
@media (min-width: 1200px) {
  .top-points .top-section__inner {
    -webkit-transform: translateX(clamp(1rem, 0.5618rem + 1.7978vw, 2rem));
            transform: translateX(clamp(1rem, 0.5618rem + 1.7978vw, 2rem));
  }
}
.top-points .top-section__head {
  margin-bottom: 4rem;
}
.top-points .top-section__head h2 {
  color: #000;
  font-size: clamp(1.125rem, 0.7416rem + 1.573vw, 2rem);
}
@media (max-width: 767px) {
  .top-points .top-section__head h2 {
    word-break: auto-phrase;
  }
}
.top-points__list {
  display: grid;
}
@media (min-width: 1200px) {
  .top-points__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .top-points__list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 4rem;
  }
}
@media (max-width: 767px) {
  .top-points__list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 4rem;
  }
}
.top-points__list li {
  position: relative;
  padding: clamp(1rem, 0.5618rem + 1.7978vw, 2rem) clamp(0.25rem, 0.1667rem + 0.4167vw, 0.5rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: clamp(1rem, 0.5618rem + 1.7978vw, 2rem);
  background: #fff;
  text-align: center;
}
.top-points__list img {
  width: clamp(6rem, 5.3333rem + 3.3333vw, 8rem);
  height: clamp(6rem, 5.3333rem + 3.3333vw, 8rem);
  margin: clamp(-3rem, -2.6667rem - 1.6667vw, -4rem) auto 12px;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-points__list span {
  position: absolute;
  top: -10px;
  left: 1rem;
  margin-bottom: 7px;
  color: #006390;
  font-size: clamp(0.8125rem, 0.6756rem + 0.5618vw, 1.125rem);
  font-weight: 700;
}
.top-points__list p {
  margin: 0;
  color: #000;
  font-size: clamp(0.8125rem, 0.6756rem + 0.5618vw, 1.125rem);
  line-height: 1.8;
}
.top-points__note {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem auto;
  padding: clamp(1rem, 0.5618rem + 1.7978vw, 2rem);
  border: 1px solid #006390;
  border-radius: 999px;
  background: #fff;
  color: #006390;
  font-size: clamp(0.8125rem, 0.6756rem + 0.5618vw, 1.125rem);
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .top-points__note {
    border-radius: clamp(1rem, 0.5618rem + 1.7978vw, 2rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 4rem 0;
    word-break: auto-phrase;
  }
}
.top-points__note span {
  line-height: 1.8;
}
@media (min-width: 1200px) {
  .top-points__note span {
    padding: 0 1rem;
  }
  .top-points__note span:first-child {
    border-right: 1px solid #006390;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .top-points__note span {
    padding: 0 1rem;
  }
  .top-points__note span:first-child {
    border-right: 1px solid #006390;
  }
}
@media (max-width: 767px) {
  .top-points__note span {
    padding: 0;
  }
  .top-points__note span:first-child {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #006390;
  }
}

/* --------------------------------
 * Flow + Support
 * -------------------------------- */
@media (min-width: 1200px) {
  .top-service-block {
    border-top-left-radius: calc(clamp(2rem, 1.1236rem + 3.5955vw, 4rem) + clamp(1rem, 0.5618rem + 1.7978vw, 2rem));
    border-bottom-left-radius: calc(clamp(2rem, 1.1236rem + 3.5955vw, 4rem) + clamp(1rem, 0.5618rem + 1.7978vw, 2rem));
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .top-service-block {
    border-top-left-radius: calc(clamp(2rem, 1.1236rem + 3.5955vw, 4rem) + clamp(1rem, 0.5618rem + 1.7978vw, 2rem));
    border-bottom-left-radius: calc(clamp(2rem, 1.1236rem + 3.5955vw, 4rem) + clamp(1rem, 0.5618rem + 1.7978vw, 2rem));
  }
}
@media (max-width: 767px) {
  .top-service-block {
    border-top-left-radius: calc(clamp(2rem, 1.1236rem + 3.5955vw, 4rem) + clamp(1rem, 0.5618rem + 1.7978vw, 2rem) + clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem));
    border-bottom-left-radius: calc(clamp(2rem, 1.1236rem + 3.5955vw, 4rem) + clamp(1rem, 0.5618rem + 1.7978vw, 2rem) + clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem));
  }
}
.top-service-block {
  background: #fff0d5;
}
.top-service-block::before {
  content: "";
  position: absolute;
  width: clamp(4rem, 2.2472rem + 7.191vw, 8rem);
  height: clamp(4rem, 2.2472rem + 7.191vw, 8rem);
  background-color: #fff0d5;
  mask-image: radial-gradient(circle at top left, transparent clamp(4rem, 2.2472rem + 7.191vw, 8rem), #fff0d5 clamp(4rem, 2.2472rem + 7.191vw, 8rem));
  -webkit-mask-image: radial-gradient(circle at top left, transparent clamp(4rem, 2.2472rem + 7.191vw, 8rem), #fff0d5 clamp(4rem, 2.2472rem + 7.191vw, 8rem));
  top: calc(-1 * clamp(4rem, 2.2472rem + 7.191vw, 8rem));
  right: 0;
}
.top-service-block::after {
  content: "";
  position: absolute;
  width: clamp(4rem, 2.2472rem + 7.191vw, 8rem);
  height: clamp(4rem, 2.2472rem + 7.191vw, 8rem);
  background-color: #fff0d5;
  mask-image: radial-gradient(circle at bottom left, transparent clamp(4rem, 2.2472rem + 7.191vw, 8rem), #fff0d5 clamp(4rem, 2.2472rem + 7.191vw, 8rem));
  -webkit-mask-image: radial-gradient(circle at bottom left, transparent clamp(4rem, 2.2472rem + 7.191vw, 8rem), #fff0d5 clamp(4rem, 2.2472rem + 7.191vw, 8rem));
  bottom: calc(-1 * clamp(4rem, 2.2472rem + 7.191vw, 8rem));
  right: 0;
}
.top-service-block {
  position: relative;
}
@media (min-width: 1200px) {
  .top-service-block {
    margin-left: clamp(2rem, 1.1236rem + 3.5955vw, 4rem);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .top-service-block {
    margin-left: clamp(2rem, 1.1236rem + 3.5955vw, 4rem);
  }
}
@media (max-width: 767px) {
  .top-service-block {
    margin-left: clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem);
  }
}
.top-service-block__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 0.5618rem + 1.7978vw, 2rem);
}
.top-service-block__inner .top-section__title--lead {
  text-align: center;
  margin-bottom: 2rem;
  word-break: auto-phrase;
  letter-spacing: 0;
}
.top-service-block__inner .top-section__title--section {
  color: #000;
}
.top-service-block__inner .top-section__txt {
  font-size: clamp(0.8125rem, 0.6756rem + 0.5618vw, 1.125rem);
  color: #000;
}
@media (max-width: 767px) {
  .top-service-block__inner .top-section__txt {
    text-align: left;
  }
}
.top-service-block__part {
  position: relative;
}

.top-flow {
  position: relative;
}
.top-flow .blob--flow {
  position: absolute;
  top: 14%;
  right: -10%;
  z-index: 0;
  width: clamp(14rem, 11.3694rem + 10.7955vw, 20rem);
  height: auto;
  opacity: 0.9;
  pointer-events: none;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
}
.top-flow .blob--flow path {
  fill: rgba(251, 232, 206, 0.88);
}
@media (max-width: 767px) {
  .top-flow .blob--flow {
    top: auto;
    right: -18%;
    bottom: 8%;
    width: clamp(10rem, 7.5rem + 12.5vw, 13rem);
  }
}
@media (min-width: 1200px) {
  .top-flow {
    -webkit-transform: translateX(calc(-1 * clamp(1rem, 0.5618rem + 1.7978vw, 2rem)));
            transform: translateX(calc(-1 * clamp(1rem, 0.5618rem + 1.7978vw, 2rem)));
  }
}
.top-flow__image {
  width: 150px;
  margin: 0 0 18px auto;
}
.top-flow__image img {
  aspect-ratio: 1.3;
  -o-object-fit: contain;
     object-fit: contain;
  background: #f4fbfd;
}
.top-flow__steps {
  position: relative;
  display: grid;
  gap: 3rem;
  max-width: 766px;
  margin: 0 auto;
  z-index: 1;
  overflow-x: hidden;
}
.top-flow__steps::before {
  content: "";
  width: 1px;
  height: 100%;
  border: 1px dashed #006390;
  position: absolute;
  top: 0;
  left: 50%;
}
.top-flow__steps li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border: 5px solid #eeb148;
  border-radius: clamp(1rem, 0.5618rem + 1.7978vw, 2rem);
  padding: clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem);
}
@media (max-width: 767px) {
  .top-flow__steps li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top-flow__steps li span {
  color: #006390;
  font-size: clamp(0.875rem, 0.7654rem + 0.4494vw, 1.125rem);
  border-radius: clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem);
  background: #F7F7F7;
  padding: clamp(0.25rem, 0.1404rem + 0.4494vw, 0.5rem) clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem);
  font-family: "M PLUS Rounded 1c", "Rounded M+ 1p", "Rounded Mplus 1p", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .top-flow__steps li span {
    width: 100%;
  }
}
.top-flow__steps li span b {
  margin-top: 4px;
  font-size: clamp(1rem, 0.7809rem + 0.8989vw, 1.5rem);
  color: #000;
}
.top-flow__steps li div {
  padding: clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem);
}
@media (max-width: 767px) {
  .top-flow__steps li div {
    text-align: center;
  }
}
.top-flow__steps li div h3 {
  margin-bottom: 8px;
  color: #006390;
  font-family: "M PLUS Rounded 1c", "Rounded M+ 1p", "Rounded Mplus 1p", sans-serif;
  font-size: clamp(1rem, 0.7809rem + 0.8989vw, 1.5rem);
  font-weight: 700;
}
.top-flow__steps li div p {
  margin: 0;
  font-size: clamp(0.8125rem, 0.6756rem + 0.5618vw, 1.125rem);
  color: #000;
  line-height: 1.6;
  font-weight: 500;
  word-break: auto-phrase;
}
.top-flow__steps li div p mark {
  font-weight: 700;
}

@media (min-width: 1200px) {
  .top-support {
    -webkit-transform: translateX(calc(-1 * clamp(1rem, 0.5618rem + 1.7978vw, 2rem)));
            transform: translateX(calc(-1 * clamp(1rem, 0.5618rem + 1.7978vw, 2rem)));
  }
}
@media (max-width: 767px) {
  .top-support .top-section__txt {
    text-align: center;
  }
}
.top-support__cards {
  max-width: 766px;
  margin: 0 auto 5rem;
  position: relative;
}
.top-support__cards article {
  position: relative;
}
.top-support__cards article h3 {
  position: relative;
  padding: 16px;
  background: #eeb148;
  border-top-left-radius: clamp(1rem, 0.5618rem + 1.7978vw, 2rem);
  border-top-right-radius: clamp(1rem, 0.5618rem + 1.7978vw, 2rem);
  font-size: clamp(1.0625rem, 0.7612rem + 1.236vw, 1.75rem);
  font-family: "M PLUS Rounded 1c", "Rounded M+ 1p", "Rounded Mplus 1p", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.top-support__cards article h3 .top-support__badge {
  position: absolute;
  bottom: 0.5rem;
  left: clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem);
  border: 3px solid #eeb148;
  width: clamp(3.75rem, 3.25rem + 2.5vw, 5.25rem);
  height: clamp(3.75rem, 3.25rem + 2.5vw, 5.25rem);
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeb148), color-stop(38%, #fff));
  background: linear-gradient(to bottom, #eeb148 0 38%, #fff 38% 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
.top-support__cards article h3 .top-support__badge .top-support__badge-label {
  color: #fff;
  font-family: "M PLUS Rounded 1c", "Rounded M+ 1p", "Rounded Mplus 1p", sans-serif;
  font-size: clamp(0.5625rem, 0.4583rem + 0.5208vw, 0.875rem);
  font-weight: 700;
  line-height: 1;
}
.top-support__cards article h3 .top-support__badge .top-support__badge-number {
  margin-top: 0.75vh;
  color: #006390;
  font-family: "M PLUS Rounded 1c", "Rounded M+ 1p", "Rounded Mplus 1p", sans-serif;
  font-size: clamp(1.75rem, 1.5rem + 1.25vw, 2.5rem);
  font-weight: 700;
  line-height: 1;
}
.top-support__cards article dl {
  margin: 0;
  padding: clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem);
  border: 3px solid #eeb148;
  background: #fff;
  border-bottom-left-radius: clamp(1rem, 0.5618rem + 1.7978vw, 2rem);
  border-bottom-right-radius: clamp(1rem, 0.5618rem + 1.7978vw, 2rem);
}
.top-support__cards article div {
  padding: 10px 0;
  text-align: center;
}
.top-support__cards article dt {
  color: #006390;
  font-size: clamp(1rem, 0.7809rem + 0.8989vw, 1.5rem);
  font-family: "M PLUS Rounded 1c", "Rounded M+ 1p", "Rounded Mplus 1p", sans-serif;
  font-weight: 700;
}
.top-support__cards article dd {
  line-height: 1.8;
  margin: 0.5rem 0 1rem 0;
  font-size: clamp(0.8125rem, 0.6756rem + 0.5618vw, 1.125rem);
  font-weight: 500;
  word-break: auto-phrase;
}
.top-support__cards .dashed {
  height: 50px;
  width: 1px;
  margin: 1rem auto 2rem auto;
  border-right: 2px dashed #006390;
}
.top-support__follow {
  max-width: 766px;
  margin: 0 auto;
}
.top-support__follow .top-section__title {
  color: #000;
  font-size: clamp(1rem, 0.7809rem + 0.8989vw, 1.5rem);
  text-align: center;
}
.top-support__follow .top-section__txt {
  margin-bottom: 2rem;
  font-size: clamp(0.8125rem, 0.6756rem + 0.5618vw, 1.125rem);
}
.top-support__follow figure {
  max-width: 600px;
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: clamp(1rem, 0.5618rem + 1.7978vw, 2rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 2rem auto;
}
.top-support__follow img {
  width: 100%;
  max-width: 180px;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem);
  background: #dfeef4;
}
.top-support__follow figcaption {
  font-size: clamp(0.75rem, 0.6404rem + 0.4494vw, 1rem);
}
.top-support__follow figcaption h3 {
  margin: 0 0 6px;
  color: #000;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
}
.top-support__follow figcaption p {
  margin: 0;
  color: #444444;
  line-height: 1.8;
}

/* --------------------------------
 * Salon + Access + Company
 * -------------------------------- */
@media (min-width: 1200px) {
  .top-info-block {
    width: calc(100% - clamp(2rem, 1.1236rem + 3.5955vw, 4rem));
    border-top-right-radius: calc(clamp(2rem, 1.1236rem + 3.5955vw, 4rem) + clamp(1rem, 0.5618rem + 1.7978vw, 2rem));
    border-bottom-right-radius: calc(clamp(2rem, 1.1236rem + 3.5955vw, 4rem) + clamp(1rem, 0.5618rem + 1.7978vw, 2rem));
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .top-info-block {
    width: calc(100% - clamp(2rem, 1.1236rem + 3.5955vw, 4rem));
    border-top-right-radius: calc(clamp(2rem, 1.1236rem + 3.5955vw, 4rem) + clamp(1rem, 0.5618rem + 1.7978vw, 2rem));
    border-bottom-right-radius: calc(clamp(2rem, 1.1236rem + 3.5955vw, 4rem) + clamp(1rem, 0.5618rem + 1.7978vw, 2rem));
  }
}
@media (max-width: 767px) {
  .top-info-block {
    width: calc(100% - clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem));
    border-top-right-radius: calc(clamp(2rem, 1.1236rem + 3.5955vw, 4rem) + clamp(1rem, 0.5618rem + 1.7978vw, 2rem) + clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem));
    border-bottom-right-radius: calc(clamp(2rem, 1.1236rem + 3.5955vw, 4rem) + clamp(1rem, 0.5618rem + 1.7978vw, 2rem) + clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem));
  }
}
.top-info-block {
  background: #edf6fb;
}
.top-info-block::before {
  content: "";
  position: absolute;
  width: clamp(4rem, 2.2472rem + 7.191vw, 8rem);
  height: clamp(4rem, 2.2472rem + 7.191vw, 8rem);
  background-color: #edf6fb;
  mask-image: radial-gradient(circle at top right, transparent clamp(4rem, 2.2472rem + 7.191vw, 8rem), #edf6fb clamp(4rem, 2.2472rem + 7.191vw, 8rem));
  -webkit-mask-image: radial-gradient(circle at top right, transparent clamp(4rem, 2.2472rem + 7.191vw, 8rem), #edf6fb clamp(4rem, 2.2472rem + 7.191vw, 8rem));
  top: calc(-1 * clamp(4rem, 2.2472rem + 7.191vw, 8rem));
  left: 0;
}
.top-info-block::after {
  content: "";
  position: absolute;
  width: clamp(4rem, 2.2472rem + 7.191vw, 8rem);
  height: clamp(4rem, 2.2472rem + 7.191vw, 8rem);
  background-color: #edf6fb;
  mask-image: radial-gradient(circle at bottom right, transparent clamp(4rem, 2.2472rem + 7.191vw, 8rem), #edf6fb clamp(4rem, 2.2472rem + 7.191vw, 8rem));
  -webkit-mask-image: radial-gradient(circle at bottom right, transparent clamp(4rem, 2.2472rem + 7.191vw, 8rem), #edf6fb clamp(4rem, 2.2472rem + 7.191vw, 8rem));
  bottom: calc(-1 * clamp(4rem, 2.2472rem + 7.191vw, 8rem));
  left: 0;
}

.top-salon {
  max-width: 1200px;
  padding: 0 clamp(1rem, 0.5618rem + 1.7978vw, 2rem);
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .top-salon {
    -webkit-transform: translateX(clamp(1rem, 0.5618rem + 1.7978vw, 2rem));
            transform: translateX(clamp(1rem, 0.5618rem + 1.7978vw, 2rem));
  }
}
.top-salon__bubbles {
  position: relative;
  margin: 0;
}
.top-salon__bubbles figure {
  margin: 0;
  position: relative;
}
.top-salon__bubbles figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-salon__bubbles h2 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
  color: #000;
  text-align: center;
}

.top-access {
  max-width: 1200px;
  margin: 5rem auto 0 auto;
  padding: 0 clamp(1rem, 0.5618rem + 1.7978vw, 2rem);
}
@media (min-width: 1200px) {
  .top-access {
    -webkit-transform: translateX(clamp(1rem, 0.5618rem + 1.7978vw, 2rem));
            transform: translateX(clamp(1rem, 0.5618rem + 1.7978vw, 2rem));
  }
}
.top-access .top-section__inner .top-section__head .top-section__title {
  color: #000;
  font-size: clamp(1.25rem, 0.8118rem + 1.7978vw, 2.25rem);
  text-align: center;
  text-shadow: 2px 2px 0 #fff;
}
.top-access__grid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .top-access__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .top-access__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-access .blob--access {
  position: absolute;
  top: -12%;
  left: -24%;
  z-index: 0;
  width: clamp(16rem, 12.9318rem + 12.5939vw, 23rem);
  height: auto;
  opacity: 0.85;
  pointer-events: none;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
.top-access .blob--access path {
  fill: rgba(207, 240, 254, 0.88);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .top-access .blob--access {
    top: -4%;
    left: -14%;
    width: clamp(11rem, 8.5rem + 12.5vw, 14rem);
  }
}
@media (max-width: 767px) {
  .top-access .blob--access {
    top: -4%;
    left: -14%;
    width: clamp(11rem, 8.5rem + 12.5vw, 14rem);
  }
}
.top-access__map {
  position: relative;
  z-index: 1;
  background: #fff;
  margin: 0;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .top-access__map {
    padding: clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem);
    border-radius: clamp(1rem, 0.5618rem + 1.7978vw, 2rem);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .top-access__map {
    width: 100%;
    border-top-left-radius: clamp(1rem, 0.5618rem + 1.7978vw, 2rem);
    border-top-right-radius: clamp(1rem, 0.5618rem + 1.7978vw, 2rem);
  }
}
@media (max-width: 767px) {
  .top-access__map {
    width: 100%;
    border-top-left-radius: clamp(1rem, 0.5618rem + 1.7978vw, 2rem);
    border-top-right-radius: clamp(1rem, 0.5618rem + 1.7978vw, 2rem);
  }
}
.top-access__map iframe {
  width: 100%;
  aspect-ratio: 16/11;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1200px) {
  .top-access__map iframe {
    max-width: 676px;
    border-radius: clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .top-access__map iframe {
    width: 100%;
    max-height: 270px;
    border-top-left-radius: clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem);
    border-top-right-radius: clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem);
  }
}
@media (max-width: 767px) {
  .top-access__map iframe {
    width: 100%;
    max-height: 270px;
    border-top-left-radius: clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem);
    border-top-right-radius: clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem);
  }
}
.top-access__info {
  position: relative;
  z-index: 1;
  padding: clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem);
  background: #fff;
}
@media (min-width: 1200px) {
  .top-access__info {
    min-width: 520px;
    border-top-right-radius: clamp(1rem, 0.5618rem + 1.7978vw, 2rem);
    border-bottom-right-radius: clamp(1rem, 0.5618rem + 1.7978vw, 2rem);
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .top-access__info {
    width: 100%;
    border-bottom-left-radius: clamp(1rem, 0.5618rem + 1.7978vw, 2rem);
    border-bottom-right-radius: clamp(1rem, 0.5618rem + 1.7978vw, 2rem);
  }
}
@media (max-width: 767px) {
  .top-access__info {
    width: 100%;
    border-bottom-left-radius: clamp(1rem, 0.5618rem + 1.7978vw, 2rem);
    border-bottom-right-radius: clamp(1rem, 0.5618rem + 1.7978vw, 2rem);
  }
}
.top-access__infobg {
  background: #EFF4F9;
  border-radius: clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem);
  padding: clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem);
  font-size: clamp(0.8125rem, 0.6756rem + 0.5618vw, 1.125rem);
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.top-access__infobg h3 {
  margin: 0 0 14px;
  color: #fff;
  padding: 0.25rem 0.5rem;
  font-weight: 700;
  background: #006390;
  border-radius: 50px;
  display: inline-block;
}
.top-access__infobg p {
  margin: 0;
  color: #000;
  line-height: 1.8;
}
.top-access__infobg table {
  margin: 0;
  color: #000;
  line-height: 1.8;
}
.top-access__infobg table tr {
  text-align: left;
}
.top-access__infobg table tr th {
  white-space: nowrap;
}
.top-access__infobg table tr td {
  word-break: auto-phrase;
}
.top-access__infobg hr {
  background: #006390;
  margin: 1.5rem 0;
  height: 1px;
  border: none;
}

.top-company {
  max-width: 1200px;
  padding: 0 clamp(1rem, 0.5618rem + 1.7978vw, 2rem);
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (min-width: 1200px) {
  .top-company {
    -webkit-transform: translateX(clamp(1rem, 0.5618rem + 1.7978vw, 2rem));
            transform: translateX(clamp(1rem, 0.5618rem + 1.7978vw, 2rem));
  }
}
.top-company .top-section__inner .top-section__head .top-section__title {
  color: #000;
  font-size: clamp(1.25rem, 0.8118rem + 1.7978vw, 2.25rem);
  text-align: center;
  text-shadow: 2px 2px 0 #fff;
}
.top-company__table {
  background: #fff;
  padding: clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem);
  border-radius: clamp(1rem, 0.5618rem + 1.7978vw, 2rem);
  font-size: clamp(0.8125rem, 0.6756rem + 0.5618vw, 1.125rem);
}
.top-company__table dl {
  background: #fff;
  margin: 0;
}
@media (min-width: 1200px) {
  .top-company__table div {
    display: grid;
    grid-template-columns: 315px 1fr;
  }
}
.top-company__table div:first-child dt {
  border-top-left-radius: clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem);
  border-top-right-radius: clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem);
}
.top-company__table div:last-child {
  border-bottom: 0;
}
.top-company__table div:last-child dd {
  border-bottom-right-radius: clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem);
  border-bottom-left-radius: clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem);
}
.top-company__table div:last-child dd ul {
  padding-left: 1.25rem;
}
.top-company__table div:last-child dd ul li {
  list-style-type: disc;
  word-break: auto-phrase;
}
.top-company__table dt,
.top-company__table dd {
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .top-company__table dt,
  .top-company__table dd {
    margin-bottom: 0px;
  }
}
.top-company__table dt,
.top-company__table dd {
  padding: clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem);
  line-height: 1.8;
  color: #000;
}
.top-company__table dt {
  background: #F7F7F7;
  font-weight: 500;
}
.top-company__table dd {
  border: 1px solid #d8d8d8;
}
.top-company__table dd b {
  font-weight: 600;
}
@media (max-width: 767px) {
  .top-company__table dd {
    margin-bottom: 4px;
  }
}

.house {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.house img {
  width: 25vw;
  max-width: 282px;
  height: auto;
}
@media (min-width: 1200px) {
  .house-left {
    left: clamp(2rem, 1.1236rem + 3.5955vw, 4rem);
  }
  .house-right {
    right: clamp(2rem, 1.1236rem + 3.5955vw, 4rem);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .house-left {
    left: clamp(2rem, 1.1236rem + 3.5955vw, 4rem);
  }
  .house-right {
    right: clamp(2rem, 1.1236rem + 3.5955vw, 4rem);
  }
}
@media (max-width: 767px) {
  .house-left {
    left: clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem);
    top: 0;
  }
  .house-right {
    right: clamp(0.5rem, 0.2809rem + 0.8989vw, 1rem);
    top: 0;
  }
}

.fadeIn,
.fadeInUp {
  opacity: 0;
  will-change: opacity, transform;
  -webkit-transition: opacity 3s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 3s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 3s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 3s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 3s cubic-bezier(0.16, 1, 0.3, 1), transform 3s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 3s cubic-bezier(0.16, 1, 0.3, 1), transform 3s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 3s cubic-bezier(0.16, 1, 0.3, 1);
}
.fadeIn.is-animated,
.fadeInUp.is-animated {
  opacity: 1;
}

.fadeIn {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.fadeInUp {
  -webkit-transform: translate3d(0, 52px, 0);
          transform: translate3d(0, 52px, 0);
}
.fadeInUp.is-animated {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.marker {
  color: inherit;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#fbff7e), to(#fbff7e));
  background-image: linear-gradient(90deg, #fbff7e 0%, #fbff7e 100%);
  background-repeat: no-repeat;
  background-position: 0 88%;
  background-size: 0 0.48em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -webkit-transition: background-size 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: background-size 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.marker.is-marked {
  background-size: 100% 0.48em;
}

.top-hero__area {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}

.top-hero__lead {
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
}

.top-hero__logo {
  -webkit-transition-delay: 0.44s;
          transition-delay: 0.44s;
}

.top-hero__copy {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.site-header__brand.js-anim-header-brand {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, 16px, 0);
          transform: translate3d(0, 16px, 0);
  -webkit-transition: opacity 0.45s ease, visibility 0.45s ease, -webkit-transform 0.45s ease;
  transition: opacity 0.45s ease, visibility 0.45s ease, -webkit-transform 0.45s ease;
  transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s ease;
  transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s ease, -webkit-transform 0.45s ease;
}
.site-header__brand.js-anim-header-brand.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media (max-width: 767px) {
  .site-header__nav.js-anim-header-nav {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(0, -14px, 0);
            transform: translate3d(0, -14px, 0);
    -webkit-transition: opacity 0.45s ease, visibility 0.45s ease, -webkit-transform 0.45s ease;
    transition: opacity 0.45s ease, visibility 0.45s ease, -webkit-transform 0.45s ease;
    transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s ease;
    transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s ease, -webkit-transform 0.45s ease;
  }
  .site-header__nav.js-anim-header-nav.is-visible {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .fadeIn,
  .fadeInUp,
  .site-header__brand.js-anim-header-brand,
  .site-header__nav.js-anim-header-nav {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
            transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .marker {
    -webkit-transition: none !important;
    transition: none !important;
    background-size: 100% 0.48em !important;
  }
}/*# sourceMappingURL=style.css.map */