@charset "UTF-8";
ul li, ol li {
  list-style-type: none;
}

:root {
  --blue: #366177;
  --blue-dark: #2f596d;
  --cream: #f8f0dd;
  --paper: #f8f0dd;
  --ink: #1a1311;
  --white: #fff;
  --red: #eb1818;
  --line: rgba(255, 255, 255, .34);
  --content: min(91.666vw, 1320px);
  --main-width: 100vw;
  --main-pad: 60px;
  --mincho: "Shippori Mincho", "Noto Serif JP", serif;
  --sans: "Noto Sans JP", system-ui, sans-serif;
  --latin: "Lato", var(--sans);
  --display: "Marcellus", serif;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  background: var(--blue);
  color: var(--white);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  min-width: 320px;
  overflow-x: clip;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-smoothing: antialiased;
}

body.is-menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  font: inherit;
}

.global-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 103px;
  padding: 29px 32px 0;
  pointer-events: none;
}

.global-header > * {
  pointer-events: auto;
}

.page-logo {
  position: fixed;
  left: 32px;
  top: 29px;
  z-index: 31;
  display: inline-block;
}

.page-logo img {
  width: 148px;
  height: auto;
}

.global-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 39px;
  font-family: var(--mincho);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}

.global-header__contact {
  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: 160px;
  height: 41px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.global-header__menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 10px 0;
}

.global-header__menu-lines {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 10px;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

.lower-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 100vh;
  background: var(--blue);
}

.lower-nav {
  position: sticky;
  top: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  width: 240px;
  height: 100vh;
  overflow-y: auto;
  background: var(--cream);
  color: var(--blue);
  padding: 29px 32px 48px;
}

.lower-nav__logo {
  display: block;
  width: 148px;
}

.lower-nav__logo img {
  width: 148px;
  height: auto;
}

.lower-nav__menu {
  margin-top: 127px;
  font-family: var(--display);
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: 0.12em;
}

.lower-nav__menu a {
  display: block;
  margin-bottom: 30px;
}

.lower-nav__menu .is-current {
  opacity: 0.5;
}

.lower-main {
  --main-width: calc(100vw - 240px);
  --main-pad: calc(6.6667vw - 16px);
  width: var(--main-width);
  min-height: 100vh;
  background: var(--blue);
  overflow: hidden;
}

.global-footer {
  position: relative;
  min-height: 652px;
  padding: 113px var(--main-pad) 70px;
  background: var(--blue);
  color: var(--white);
}

.global-footer__columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 0;
}

.global-footer nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 150px clamp(20px, 1.5vw, 30px) 200px clamp(20px, 1.5vw, 30px) 172px clamp(20px, 1.5vw, 30px) 190px clamp(20px, 1.5vw, 30px) 220px;
  grid-template-columns: 150px 200px 172px 190px 220px;
  gap: clamp(20px, 1.5vw, 30px);
  width: min(1050px, 100%);
}

.global-footer__brand {
  position: absolute;
  right: var(--main-pad);
  bottom: 70px;
}

.global-footer__brand img {
  width: 148px;
  height: auto;
}

.global-footer h2 {
  font-family: var(--latin);
  font-weight: 400;
  letter-spacing: 0.088em;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.45;
  text-indent: 0;
}

.global-footer h2::before {
  content: "・";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.global-footer__line {
  position: relative;
  width: 42px;
  height: 42px;
  margin: -8px 0 14px;
  overflow: hidden;
  color: transparent;
}

.global-footer__line::before {
  content: "LINE";
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 42px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--white);
  color: var(--blue);
  font-family: var(--latin);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
}

.global-footer__line::after {
  content: "";
  position: absolute;
  left: 19px;
  bottom: 1px;
  width: 9px;
  height: 8px;
  background: var(--white);
  clip-path: polygon(0 0, 100% 0, 25% 100%);
}

.global-footer a {
  display: block;
  font-size: 14px;
  line-height: 3;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.global-footer__address {
  margin: 126px 0 0;
  font-size: 14px;
  line-height: 2;
  width: min(760px, 100%);
}

.global-footer__copy {
  margin: 26px 0 0;
  font-family: var(--latin);
  font-size: 13px;
  letter-spacing: 0.08em;
}

.footer-nav .line {
  margin-bottom: 5px;
}

.menu-drawer {
  position: fixed;
  inset: 0;
  z-index: 150;
  visibility: hidden;
  pointer-events: none;
}

.menu-drawer.is-open,
.menu-drawer.is-closing {
  visibility: visible;
}

.menu-drawer.is-open {
  pointer-events: auto;
}

.menu-drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(45, 47, 45, 0.7);
  opacity: 0;
  -webkit-transition: opacity 520ms ease;
  transition: opacity 520ms ease;
}

.menu-drawer.is-open .menu-drawer__backdrop {
  opacity: 1;
}

.menu-drawer__panel {
  position: absolute;
  inset: 0 0 0 auto;
  width: calc(100% - 411px);
  min-width: 880px;
  overflow: hidden;
  background: var(--blue);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 760ms cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.menu-drawer.is-open .menu-drawer__panel {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.menu-drawer__close {
  position: absolute;
  top: 40px;
  right: 50px;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  border: 0;
  background: transparent;
  color: var(--white);
  font-family: var(--latin);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.menu-drawer__close i {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.menu-drawer__close i::before,
.menu-drawer__close i::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 46px;
  height: 2px;
  background: currentColor;
}

.menu-drawer__close i::before {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.menu-drawer__close i::after {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.menu-drawer__content {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100vh;
  margin-left: 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.7fr 0px 0.9fr;
  grid-template-columns: 0.7fr 0.9fr;
  gap: 0px;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-left: 154px;
}

.menu-drawer__links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.3fr 0px 1fr;
  grid-template-columns: 1.3fr 1fr;
  gap: 0px;
  font-family: var(--latin);
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.12em;
}

.menu-drawer__links a {
  display: block;
  font-weight: bold;
  margin-bottom: 24px;
}

.menu-drawer__links .menu-drawer__child {
  font-weight: normal;
}

.guide_ttl, .real_ttl {
  margin-top: 50px;
}

.menu-drawer__child {
  position: relative;
  padding-left: 20px;
  font-family: var(--sans);
  font-size: 14px;
}

.menu-drawer__child::before {
  content: "→";
  position: absolute;
  left: 0;
}

.menu-drawer__privacy {
  margin-top: 115px;
  font-size: 14px;
}

.menu-drawer__info {
  padding-left: 55px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.menu-drawer__info p {
  margin: 0 0 17px;
  font-size: 13px;
  line-height: 1.85;
}

.menu-drawer__info h2 {
  position: relative;
  margin: 48px 0 18px;
  padding-left: 0px;
  font-family: var(--latin);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.12em;
}

/*
.menu-drawer__info h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--white);
}
  */
.menu-drawer__info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 190px;
  height: 40px;
  margin-bottom: 15px;
  border-radius: 999px;
  background: var(--white);
  color: var(--blue);
  padding: 0 15px;
  font-size: 15px;
  font-weight: 500;
}

.menu-drawer__info a::after {
  content: "→";
}

.menu-drawer__info small {
  display: block;
  margin-top: 250px;
  font-family: var(--latin);
  font-size: 13px;
  letter-spacing: 0.1em;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 780px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  body {
    font-size: 14px;
    letter-spacing: 0.06em;
  }
  .global-header {
    height: 64px;
    padding: 18px 20px 0;
  }
  .global-header__contact {
    display: none;
  }
  .global-header__nav {
    font-size: 13px;
    margin-top: -20px;
  }
  .global-header__menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 10px;
  }
  .global-header__menu span:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
  .page-logo img {
    width: 86px;
  }
  .lower-layout {
    display: block;
  }
  .lower-nav {
    position: sticky;
    top: 0;
    z-index: 40;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 15px 20px 18px;
  }
  .lower-nav__logo,
  .lower-nav__logo img {
    width: 86px;
  }
  .lower-nav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 14px 22px;
    margin-top: 25px;
    font-size: 13px;
  }
  .lower-nav__menu a {
    margin-bottom: 0;
  }
  .lower-main {
    --main-width: 100vw;
    --main-pad: 20px;
    width: 100%;
  }
  .global-footer {
    padding: 70px 20px 60px;
  }
  .global-footer__columns,
  .global-footer nav {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .global-footer__brand {
    position: static;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .global-footer__brand img {
    width: 148px;
  }
  .global-footer nav {
    gap: 30px;
    width: 100%;
  }
  .global-footer a {
    line-height: 2.5;
    font-size: 12px;
  }
  .menu-drawer__links a {
    font-size: 13px;
  }
  .footer-nav {
    margin-left: 1em;
    font-size: 12px;
  }
  .footer-nav h2 {
    font-size: 13px;
    margin-bottom: 10px !important;
  }
  .menu-drawer__info p {
    font-size: 12px;
  }
  .menu-drawer__info a {
    font-size: 13px;
  }
  .menu-drawer__info h2 {
    font-size: 13px;
  }
  .menu-drawer__info h2::before {
    top: 0.32em;
  }
  .global-footer__address {
    margin-top: 70px;
  }
  .global-footer__address {
    font-size: 11px;
  }
  .global-footer__copy {
    font-size: 10px;
  }
  .menu-drawer__close i::before,
  .menu-drawer__close i::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 36px;
    height: 2px;
    background: currentColor;
  }
  .menu-drawer__panel {
    inset: 0;
    width: 100%;
    min-width: 0;
    overflow-y: auto;
  }
  .menu-drawer__close {
    top: 10px;
    right: 10px;
    font-size: 13px;
  }
  .menu-drawer__content {
    width: auto;
    min-height: 100vh;
    margin: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 96px 28px 56px;
    border-left: 0;
  }
  .menu-drawer__info h2 {
    margin-top: 0;
  }
  .menu-drawer__links {
    -ms-grid-columns: 1fr 36px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    font-size: 14px;
  }
  .menu-drawer__info {
    padding-left: 0;
    border-left: 0;
  }
  .menu-drawer__info small {
    margin-top: 70px;
  }
  .menu-drawer__privacy {
    margin-top: 40px;
  }
  .menu-drawer__info a {
    width: 100%;
    border-radius: 4px;
  }
  .menu-drawer__info .line {
    margin-bottom: 30px;
  }
  .menu-drawer__info p {
    margin-bottom: 5px;
  }
  .menu-drawer__info p br {
    display: none;
  }
  .menu-drawer__info small {
    margin-top: 10px;
  }
  .lower-nav__menu .is-current {
    opacity: 1;
  }
}
@media (max-width: 780px) {
  body.is-menu-on-cream .global-header__menu {
    color: #376177;
  }
  body.is-menu-on-cream .global-header__menu-lines {
    border-top-color: #376177;
    border-bottom-color: #376177;
  }
  body:not(.is-menu-on-cream) .global-header__menu {
    color: #fff;
  }
  body:not(.is-menu-on-cream) .global-header__menu-lines {
    border-top-color: #fff;
    border-bottom-color: #fff;
  }
}
.js-fadein {
  opacity: 0;
  -webkit-transition: opacity 1s 0s ease-in-out, -webkit-transform 1s 0s ease-in-out;
  transition: opacity 1s 0s ease-in-out, -webkit-transform 1s 0s ease-in-out;
  transition: opacity 1s 0s ease-in-out, transform 1s 0s ease-in-out;
  transition: opacity 1s 0s ease-in-out, transform 1s 0s ease-in-out, -webkit-transform 1s 0s ease-in-out;
}

.js-fadein.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-fadein--delay1 {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.js-fadein--delay2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.js-fadein--delay3 {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.up {
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
}

.mouse-stalker {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease, width 0.35s ease, height 0.35s ease, background-color 0.35s ease, border-color 0.35s ease;
  transition: opacity 0.35s ease, width 0.35s ease, height 0.35s ease, background-color 0.35s ease, border-color 0.35s ease;
  mix-blend-mode: difference;
}

.mouse-stalker.is-active {
  opacity: 1;
}

.mouse-stalker.is-hover {
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 780px) {
  .mouse-stalker {
    display: none;
  }
}