@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.bg-beige {
  background: #EFE8DD;
}

.bg-cyan {
  background: rgba(153, 245, 253, 0.14);
}

.bg-pink {
  background: #FEE9E7;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  word-break: break-all;
  font-size: 10px;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.3255813953vw, 11.6279069767px);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
  color: #333;
}

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

.grecaptcha-badge {
  display: none;
}

.main {
  position: relative;
  min-height: 100vh;
}

h1,
h2,
h3,
a,
p {
  line-height: 1;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

.fade-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.inner100 {
  width: 104rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.inner128 {
  max-width: 132rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.bg-blue135 {
  background: linear-gradient(135deg, #002777 0%, #002777 30%, #5ebdff 50%, #002777 70%, #002777 100%);
}

.bg-blue {
  background: radial-gradient(circle at center, #5ebdff 0%, #002777 50%, #002777 100%);
}

.bg-wall {
  background: url("../img/bg-wall.webp") repeat top center;
  background-size: cover;
}

.bg-dot {
  background: url("../img/bg-dot.webp") repeat top center;
  background-size: contain;
}

.section-title-area {
  width: 50%;
  background: radial-gradient(circle at center, #5ebdff 0%, #002777 50%, #002777 100%);
}

.section-title-area__100 {
  width: 100%;
  background: radial-gradient(circle at center, #5ebdff 0%, #002777 50%, #002777 100%);
}

.section-title-area {
  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;
  color: #fff;
  gap: 2rem;
  padding: 0.5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .section-title-area {
    width: 100%;
    -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: 0.5rem;
  }
}

.section-title-area__left {
  width: 50vw;
}
@media (max-width: 767px) {
  .section-title-area__left {
    width: calc(100% - 4rem);
    margin: 0 2rem;
  }
}

.section-title-area__right {
  width: 50vw;
  margin-left: auto;
}
@media (max-width: 767px) {
  .section-title-area__right {
    width: calc(100% - 4rem);
    margin: 0 2rem;
  }
}

.section-title-area__center {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section-title-area__center {
    width: calc(100% - 4rem);
    margin: 0 2rem;
  }
}

.section-title__en {
  font-size: 5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .section-title__en {
    font-size: 3rem;
  }
}

.section-title__ja {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .section-title__ja {
    font-size: 1.8rem;
  }
}

.page-fv {
  width: 100%;
  height: 54rem;
  aspect-ratio: 1920/540;
  position: relative;
  overflow: hidden;
}

.page-fv-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.page-fv-image img {
  width: 100%;
  height: 100%;
}
.page-fv-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.pae-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
}

.page-title__ja {
  font-family: "Noto Serif JP", serif;
  font-size: 6rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 767px) {
  .page-title__ja {
    font-size: 4rem;
    white-space: nowrap;
  }
}

.page-title__en {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  margin-top: 3rem;
  text-align: center;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .page-title__en {
    font-size: 2rem;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  z-index: 9900;
  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;
  opacity: 1;
}
@media (max-width: 767px) {
  .l-header {
    width: 100%;
    height: 5.7rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 1rem 0 2rem;
    pointer-events: auto;
    -webkit-transform: none;
            transform: none;
  }
}
.l-header .l-header__wrap {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  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;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .l-header .l-header__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    gap: 0;
  }
}
.l-header .l-header__title {
  font-size: 4rem;
  font-weight: 900;
  color: #fff;
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .l-header .l-header__title {
    font-size: 2rem;
    padding-left: 0;
  }
}
.l-header .l-header-contents {
  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: 2rem;
  height: 100%;
}
.l-header .l-header__tel {
  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;
  margin-right: 3rem;
  padding-top: 1rem;
  gap: 1rem;
}
@media (max-width: 767px) {
  .l-header .l-header__tel {
    display: none;
  }
}
.l-header .l-header__tel--icon {
  width: 3rem;
  height: auto;
}
.l-header .l-header__tel-icon {
  display: block;
}
.l-header .l-header__tel-icon--black {
  display: none;
}
.l-header .l-header__tel--text {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
}
.l-header .l-header__nav {
  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;
}
.l-header .l-nav__content--items {
  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: 6rem;
}
.l-header .nav-link {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
.l-header .nav-text__en {
  color: #5fbdff;
}
.l-header .nav-text__ja {
  color: #fff;
}
.l-header .l-header__contact-btn {
  width: 14rem;
  height: 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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .l-header .l-header__contact-btn {
    display: none;
  }
}
.l-header .l-header__contact-btn--icon {
  width: 4rem;
  height: auto;
}
.l-header .l-header__contact-btn--text {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.2;
}
.l-header .l-header__contact-btn--text span {
  font-size: 1.8rem;
  font-weight: 700;
}

.l-header.is-active {
  background-color: rgba(255, 255, 255, 0.8);
}
.l-header.is-active .l-header__title,
.l-header.is-active .l-header__tel--text,
.l-header.is-active .nav-text__ja {
  color: #333;
}
.l-header.is-active .l-header__tel-icon--white {
  display: none;
}
.l-header.is-active .l-header__tel-icon--black {
  display: block;
}

.hamburger {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 9999;
  padding: 0;
  background: #5fbdff;
  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;
}
@media (max-width: 767px) {
  .hamburger {
    display: block;
  }
}
@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hamburger span:nth-child(1) {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 8px;
}

.hamburger span:nth-child(2) {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 14px;
}

.hamburger span:nth-child(3) {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 20px;
}

body.fixed {
  height: 100%;
  overflow: hidden;
}

.hamburger.open span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  top: 40%;
  left: 50%;
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  top: 40%;
  left: 50%;
  bottom: initial;
}

.hamburger-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  -webkit-box-shadow: -6px 0px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -6px 0px 8px 0px rgba(0, 0, 0, 0.1);
  z-index: 9990;
  -webkit-transform: translate(calc(100% + 15vw), 0) rotate(0.001deg);
          transform: translate(calc(100% + 15vw), 0) rotate(0.001deg);
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: -webkit-transform 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: transform 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: transform 800ms cubic-bezier(0.75, 0, 0.25, 1), -webkit-transform 800ms cubic-bezier(0.75, 0, 0.25, 1);
}

.hamburger-menu__text {
  position: absolute;
  bottom: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}

.hamburger-menu.active {
  -webkit-transform: translate(0, 0) rotate(0.001deg);
          transform: translate(0, 0) rotate(0.001deg);
}

/* メニューの半円 */
.menu-round-wrap {
  position: absolute;
  left: 1px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  height: 100%;
  top: 0;
}

.round-wrap {
  width: 10vw;
  height: 100%;
  -webkit-transition: all 850ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 850ms cubic-bezier(0.75, 0, 0.25, 1);
}

.hamburger-menu.active .menu-round-wrap .round-wrap {
  width: 0;
}

.menu-round-wrap .round-wrap .round {
  background: #fff;
  -webkit-box-shadow: -6px 0px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -6px 0px 8px 0px rgba(0, 0, 0, 0.1);
  height: 150%;
  content: "";
  display: block;
  position: absolute;
  width: 750%;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-6.5%, -50%) rotate(0.001deg);
          transform: translate(-6.5%, -50%) rotate(0.001deg);
}

.hamburger-menu__scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100vh;
  width: 100%;
}

.hamburger-menu__wrapper {
  padding: 8rem 4rem;
  min-height: 100vh;
  position: relative;
}

.hamburger-menu__list {
  margin-bottom: 15px;
}

.hamburger-menu__listItem {
  font-family: inter;
  font-size: 2.4rem;
  font-weight: 900;
  -webkit-transform: translate(200px, 0) rotate(0.001deg);
          transform: translate(200px, 0) rotate(0.001deg);
  -webkit-transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
}
.hamburger-menu__listItem--parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hamburger-menu.active .hamburger-menu__listItem {
  -webkit-transform: translate(0, 0) rotate(0.001deg);
          transform: translate(0, 0) rotate(0.001deg);
}

.hamburger-menu__sub-list {
  margin-top: 1.5rem;
  padding-left: 2rem;
  list-style: none;
}

.hamburger-menu__sub-item {
  -webkit-transform: translate(200px, 0) rotate(0.001deg);
          transform: translate(200px, 0) rotate(0.001deg);
  -webkit-transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.hamburger-menu__sub-item:nth-child(1) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.hamburger-menu__sub-item:nth-child(2) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.hamburger-menu__sub-item:nth-child(3) {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}

.hamburger-menu.active .hamburger-menu__sub-item {
  -webkit-transform: translate(0, 0) rotate(0.001deg);
          transform: translate(0, 0) rotate(0.001deg);
}

.hamburger-menu__listLink--parent {
  cursor: default;
  pointer-events: none;
}
.hamburger-menu__listLink--sub {
  font-size: 1.8rem;
  font-weight: 400;
}
.hamburger-menu__listLink--icon {
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hamburger-menu__listLink--icon img {
  width: 4.5rem;
  height: auto;
}

.hamburger-menu__listItem:nth-child(1) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.hamburger-menu__listItem:nth-child(2) {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

.hamburger-menu__listItem:nth-child(3) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.hamburger-menu__listItem:nth-child(4) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}

.hamburger-menu__listItem:nth-child(5) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.hamburger-menu__listItem:nth-child(6) {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}

.hamburger-menu__listItem:nth-child(7) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.hamburger-menu__listItem:nth-child(8) {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}

.hamburger-menu__listItem:nth-child(9) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

.hamburger-menu__listLink {
  font-size: 1.5rem;
  padding: 20px 9px;
  display: block;
  letter-spacing: 0.08rem;
  color: #000;
}

.hamburger-menu__info {
  border-bottom: solid 0.2px #222;
  padding-bottom: 35px;
  margin-bottom: 23px;
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
  -webkit-transform: translate(300px, 0) rotate(0.001deg);
          transform: translate(300px, 0) rotate(0.001deg);
  -webkit-transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
}

.hamburger-menu.active .hamburger-menu__info {
  -webkit-transform: translate(0, 0) rotate(0.001deg);
          transform: translate(0, 0) rotate(0.001deg);
}

.l-header-live {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 19rem;
  z-index: 9900;
  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;
}
@media (max-width: 767px) {
  .l-header-live {
    height: 5rem;
  }
}
.l-header-live .l-header__wrap {
  width: 100%;
  height: 100%;
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FEE9E7;
}
@media (max-width: 767px) {
  .l-header-live .l-header__wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: none;
  }
}
.l-header-live .l-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  width: 15.93rem;
  height: auto;
  padding-left: 2.483rem;
}
@media (max-width: 767px) {
  .l-header-live .l-header__title {
    padding-left: 0;
    width: 5.5rem;
    height: auto;
  }
}
.l-header-live #l-nav__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0rem;
}
.l-header-live .l-nav__content--items {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4.5rem;
  padding-right: 7.4rem;
}
@media (max-width: 767px) {
  .l-header-live .l-nav__content--items {
    display: none;
  }
}
.l-header-live .link-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-decoration: none;
  font-size: 2.4rem;
  font-weight: 900;
}
.l-header-live .link-items__image {
  width: 6.1rem;
  height: auto;
}
@media (max-width: 767px) {
  .l-header-live .nav-link__image {
    width: 6.1rem;
    height: auto;
  }
}

.l-footer .l-footer__contact {
  padding: 8rem 0 11rem;
  background: url("../img/bg-contact.webp") no-repeat top center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .l-footer .l-footer__contact {
    padding: 6rem 0 7rem;
    background: url("../img/sp-top12.webp") no-repeat top center;
    background-size: cover;
  }
}
.l-footer .l-footer__contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.l-footer .l-footer__contact-contents {
  position: relative;
  z-index: 2;
}
.l-footer .l-footer__contact--text--top {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  line-height: 2;
  color: #fff;
  padding-top: 12rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer__contact--text--top {
    padding-top: 6rem;
  }
}
.l-footer .l-footer__contact--text--bottom {
  line-height: 2;
  text-align: center;
  color: #fff;
  padding-top: 12rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer__contact--text--bottom {
    padding-top: 4rem;
  }
}
.l-footer .l-footer__link-area {
  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: 7rem;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer__link-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6rem;
  }
}
.l-footer .tel-link {
  width: 32rem;
  height: 7rem;
  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: 2rem;
  background: #5fbdff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .l-footer .tel-link {
    height: 6rem;
  }
}
.l-footer .tel-link__icon {
  width: 3rem;
  height: auto;
}
.l-footer .tel-link__text {
  font-size: 3rem;
  font-weight: 700;
  font-family: noto serif jp;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
}
.l-footer .contact-link {
  width: 32rem;
  height: 7rem;
  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: 2rem;
  background: #5fbdff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .l-footer .contact-link {
    height: 6rem;
  }
}
.l-footer .contact-link__icon {
  width: 3rem;
  height: auto;
}
.l-footer .contact-link__text {
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
}
.l-footer .contact-link__text span {
  font-size: 2.4rem;
  font-weight: 700;
}
.l-footer .contact-link__mark {
  width: 1rem;
  height: auto;
}
.l-footer .l-footer__information {
  background: url("../img/bg-footer.webp") no-repeat top center;
  background-size: cover;
  position: relative;
  padding: 15rem 0 13rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer__information {
    padding: 10rem 0;
    background: url("../img/sp-bg-footer.webp") no-repeat top center;
    background-size: cover;
  }
}
.l-footer .l-footer__flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .l-footer .l-footer__flex {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .l-footer .l-footer__left {
    text-align: center;
  }
}
.l-footer .l-footer__title {
  font-size: 4rem;
  font-weight: 900;
  color: #002777;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .l-footer .l-footer__title {
    font-size: 3rem;
  }
}
.l-footer .l-footer__address {
  padding-top: 4rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer__address {
    padding-top: 2rem;
    line-height: 1.5;
  }
}
.l-footer .l-footer__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding-top: 3rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer__tel {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer .l-footer__tel--icon {
  width: 3rem;
  height: auto;
}
.l-footer .l-footer__tel--text {
  font-size: 3rem;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media (max-width: 767px) {
  .l-footer .l-footer__right {
    margin-top: 4rem;
  }
}
.l-footer .l-nav__content--items {
  padding-top: 2rem;
  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;
}
@media (max-width: 767px) {
  .l-footer .l-nav__content--items {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.6rem;
    padding-top: 3rem;
  }
}
.l-footer .nav-link {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
.l-footer .nav-text__en {
  color: #5fbdff;
  font-size: 1.6rem;
}
.l-footer .copyright {
  text-align: center;
  padding: 2.5rem 0;
  color: #fff;
  background: radial-gradient(circle at center, #5ebdff 0%, #002777 50%, #002777 100%);
}

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

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

.u-mt10 {
  margin-top: 1rem !important;
}
@media (max-width: 767px) {
  .u-mt10 {
    margin-top: 0.5rem !important;
  }
}

.u-mt20 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .u-mt20 {
    margin-top: 1rem !important;
  }
}

.u-mt30 {
  margin-top: 3rem !important;
}
@media (max-width: 767px) {
  .u-mt30 {
    margin-top: 1.5rem !important;
  }
}

.u-mt40 {
  margin-top: 4rem !important;
}
@media (max-width: 767px) {
  .u-mt40 {
    margin-top: 2rem !important;
  }
}

.u-mt50 {
  margin-top: 5rem !important;
}
@media (max-width: 767px) {
  .u-mt50 {
    margin-top: 2.5rem !important;
  }
}

.u-mt60 {
  margin-top: 6rem !important;
}
@media (max-width: 767px) {
  .u-mt60 {
    margin-top: 2rem !important;
  }
}

.u-mt80 {
  margin-top: 8rem !important;
}
@media (max-width: 767px) {
  .u-mt80 {
    margin-top: 4rem !important;
  }
}

.u-mt70 {
  margin-top: 7rem !important;
}
@media (max-width: 767px) {
  .u-mt70 {
    margin-top: 3.5rem !important;
  }
}

.u-mt80 {
  margin-top: 8rem !important;
}
@media (max-width: 767px) {
  .u-mt80 {
    margin-top: 4rem !important;
  }
}

.u-mt90 {
  margin-top: 9rem !important;
}
@media (max-width: 767px) {
  .u-mt90 {
    margin-top: 4.5rem !important;
  }
}

.u-mt100 {
  margin-top: 10rem !important;
}
@media (max-width: 767px) {
  .u-mt100 {
    margin-top: 5rem !important;
  }
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb10 {
  margin-bottom: 1rem !important;
}
@media (max-width: 767px) {
  .u-mb10 {
    margin-bottom: 0.5rem !important;
  }
}

.u-mb20 {
  margin-bottom: 2rem !important;
}
@media (max-width: 767px) {
  .u-mb20 {
    margin-bottom: 1rem !important;
  }
}

.u-mb30 {
  margin-bottom: 3rem !important;
}
@media (max-width: 767px) {
  .u-mb30 {
    margin-bottom: 1.5rem !important;
  }
}

.u-mb40 {
  margin-bottom: 4rem !important;
}
@media (max-width: 767px) {
  .u-mb40 {
    margin-bottom: 2rem !important;
  }
}

.u-mb50 {
  margin-bottom: 5rem !important;
}
@media (max-width: 767px) {
  .u-mb50 {
    margin-bottom: 2.5rem !important;
  }
}

.u-mb60 {
  margin-bottom: 6rem !important;
}
@media (max-width: 767px) {
  .u-mb60 {
    margin-bottom: 3rem !important;
  }
}

.u-mb70 {
  margin-bottom: 7rem !important;
}
@media (max-width: 767px) {
  .u-mb70 {
    margin-bottom: 3.5rem !important;
  }
}

.u-mb80 {
  margin-bottom: 8rem !important;
}
@media (max-width: 767px) {
  .u-mb80 {
    margin-bottom: 4rem !important;
  }
}

.u-mb90 {
  margin-bottom: 9rem !important;
}
@media (max-width: 767px) {
  .u-mb90 {
    margin-bottom: 4.5rem !important;
  }
}

.u-mb100 {
  margin-bottom: 10rem !important;
}
@media (max-width: 767px) {
  .u-mb100 {
    margin-bottom: 5rem !important;
  }
}

.main .top-fv {
  overflow: hidden;
  width: 100%;
  width: 100%;
  height: 91rem;
  position: relative;
}
@media (max-width: 767px) {
  .main .top-fv {
    height: 59rem;
  }
}
.main .top-fv .fv-swiper {
  aspect-ratio: 1920/910;
  z-index: 0;
}
@media (max-width: 767px) {
  .main .top-fv .fv-swiper {
    aspect-ratio: 430/590;
  }
}
.main .top-fv .fv-swiper .swiper-wrapper,
.main .top-fv .fv-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.main .top-fv .fv-swiper .swiper-slide picture,
.main .top-fv .fv-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main .top-fv .fv-catch {
  position: absolute;
  top: 65%;
  left: 10%;
  z-index: 1;
  color: #fff;
}
@media (max-width: 767px) {
  .main .top-fv .fv-catch {
    top: 55%;
    left: 10%;
  }
}
.main .top-fv .fv-catch__en {
  font-size: 3rem;
  font-family: noto sans jp;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .main .top-fv .fv-catch__en {
    font-size: 2.6rem;
  }
}
.main .top-fv .fv-catch__ja {
  font-size: 6rem;
  font-weight: 900;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-family: noto serif jp;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .main .top-fv .fv-catch__ja {
    font-size: 4rem;
    padding-top: 2rem;
  }
}
.main .news {
  color: #333;
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .main .news {
    padding: 4rem 0;
  }
}
.main .news .news-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10rem;
}
@media (max-width: 767px) {
  .main .news .news-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.main .news .news-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .main .news .news-content {
    width: 100%;
  }
}
.main .news .news-list {
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 6rem 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  margin: 5rem 0;
  max-height: 40rem;
  overflow-y: auto;
  padding-right: 7.5rem;
}
@media (max-width: 767px) {
  .main .news .news-list {
    width: 100%;
    padding: 2rem;
    max-height: 32rem;
  }
}
.main .news .news-list__item {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 0 3rem 3rem;
}
@media (max-width: 767px) {
  .main .news .news-list__item {
    width: 100%;
  }
}
.main .news .news-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6rem;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.main .news .news-list__link:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .main .news .news-list__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.8rem;
  }
}
.main .news .news-list__date {
  min-width: 10rem;
}
@media (max-width: 767px) {
  .main .news .news-list__date {
    min-width: auto;
  }
}
.main .news .news-list__title {
  line-height: 1.5;
}
@media (max-width: 767px) {
  .main .news .news-list__title {
    font-size: 1.6rem;
  }
}
.main .about {
  padding: 12rem 0 14rem;
}
@media (max-width: 767px) {
  .main .about {
    padding: 0;
  }
}
.main .about .about-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .main .about .about-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.main .about .about-image {
  width: 65rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .main .about .about-image {
    width: 60%;
    padding-left: 3rem;
    -webkit-transform: translateY(4rem);
            transform: translateY(4rem);
    position: relative;
    z-index: 1;
  }
}
.main .about .about-textarea {
  padding-top: 14rem;
}
@media (max-width: 767px) {
  .main .about .about-textarea {
    padding-top: 0;
  }
}
.main .about .agbout-text {
  -webkit-transform: translateY(-3rem);
          transform: translateY(-3rem);
  line-height: 2;
  background: #d9f3ff;
  padding: 17rem 18rem 26rem;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .main .about .agbout-text {
    padding: 4rem 2rem;
    -webkit-transform: translateY(6rem);
            transform: translateY(6rem);
  }
}
.main .about .about-bottom-items {
  width: 88.5%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem;
  -webkit-transform: translateY(-16rem);
          transform: translateY(-16rem);
}
@media (max-width: 767px) {
  .main .about .about-bottom-items {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 5.5rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    position: relative;
    z-index: 2;
    padding: 0 2rem;
  }
}
.main .about .about-bottom-item__text {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .about .about-bottom-item__ja {
  font-size: 3rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .main .about .about-bottom-item__ja {
    margin-top: 2rem;
  }
}
.main .about .about-bottom-item__en {
  font-size: 2.2rem;
  color: #002777;
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .main .about .about-bottom-item__en {
    margin-top: 1rem;
  }
}
.main .service {
  background: url("../img/bg-dot.webp") repeat center center;
  background-size: contain;
  padding: 13rem 0 18rem;
}
@media (max-width: 767px) {
  .main .service {
    padding: 6rem 0 13rem;
  }
}
.main .service .service-contents {
  width: 88.5%;
  margin: 5rem auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .main .service .service-contents {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    position: relative;
    z-index: 2;
    padding: 0 2rem;
  }
}
.main .service .service-item {
  position: relative;
}
.main .service .service-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.main .service .service-item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  border: 1px solid #fff;
  z-index: 2;
}
.main .service .service-item__image {
  position: relative;
}
.main .service .service-item__text-area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
.main .service .service-item__en {
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 767px) {
  .main .service .service-item__en {
    white-space: nowrap;
    font-size: 1.8rem;
  }
}
.main .service .service-item__ja {
  font-size: 3rem;
  font-weight: 500;
  font-family: noto serif jp;
  color: #fff;
  letter-spacing: 0.04em;
  margin-top: 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .main .service .service-item__ja {
    white-space: nowrap;
  }
}
.main .service .service-item__arrow {
  width: 12rem;
  height: auto;
  margin: 2rem auto 0;
}
@media (max-width: 767px) {
  .main .service .service-item__arrow {
    width: 10rem;
  }
}
.main .room {
  padding: 20rem 0 10rem;
}
@media (max-width: 767px) {
  .main .room {
    padding: 10rem 0 0;
  }
}
.main .room .room-posts {
  max-width: 180rem;
  margin: 10rem auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media (max-width: 767px) {
  .main .room .room-posts {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    padding: 0 2rem;
    margin-bottom: 0;
  }
}
.main .room .room-posts__title {
  font-size: 3rem;
  text-align: center;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .main .room .room-posts__title {
    font-size: 2rem;
    margin-top: 1rem;
  }
}
.main .gallery {
  padding: 20rem 0;
}
@media (max-width: 767px) {
  .main .gallery {
    padding: 2rem 0 10rem;
  }
}
.main .gallery .splide__slide {
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
}
.main .gallery .gallery-slider__bottom {
  margin-top: 2rem;
}

.page-business .business-contents {
  padding: 10rem 0 24rem;
}
@media (max-width: 767px) {
  .page-business .business-contents {
    padding: 5rem 0;
  }
}
.page-business .business-contents__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
}
@media (max-width: 767px) {
  .page-business .business-contents__inner {
    gap: 5rem;
  }
}
.page-business .business-contents__item--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 767px) {
  .page-business .business-contents__item--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-business .business-contents__item--text-area {
  background: #fff;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}
@media (max-width: 767px) {
  .page-business .business-contents__item--text-area {
    width: 100%;
  }
}
.page-business .section-title-area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem;
  width: 100%;
}
.page-business .section-title__ja {
  font-size: 4rem;
}
.page-business .section-title__en {
  font-size: 1.8rem;
}
.page-business .business-contents__item--text {
  width: 100%;
  height: 100%;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding: 6rem 3rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-business .business-contents__item--text {
    padding: 3rem 2rem;
  }
}
.page-business .business-contents__item--image {
  width: 50%;
}
.page-business .business-contents__item--image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .page-business .business-contents__item--image {
    width: 100%;
  }
}
.page-business .business-contents__item--even .business-contents__item--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .page-business .business-contents__item--even .business-contents__item--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-business .business-contents__bottom {
  padding: 24rem 0;
}
@media (max-width: 767px) {
  .page-business .business-contents__bottom {
    padding: 5rem 0;
  }
}
.page-business .business-contents__bottom .business-contents__bottom--inner .section-title-area {
  width: 100%;
}
.page-business .business-contents__bottom .business-contents__bottom--inner .section-title__ja {
  text-align: center;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-business .business-contents__bottom .business-contents__bottom--inner .section-title__ja {
    font-size: 2rem;
    padding: 1rem;
  }
}
.page-business .business-contents__bottom .business-contents__bottom--items {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .page-business .business-contents__bottom .business-contents__bottom--items {
    margin-top: 5rem;
  }
}
.page-business .business-contents__bottom .business-contents__bottom--image-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-business .business-contents__bottom .business-contents__bottom--image--left {
  width: 66.7%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-business .business-contents__bottom .business-contents__bottom--image--right {
  width: 33.3%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-business .business-contents__bottom .business-contents__bottom--text-area {
  margin-top: 6rem;
}
.page-business .business-contents__bottom .business-contents__bottom--text {
  line-height: 2;
}
.page-business .business-contents__bottom .c-link-btn__area {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .page-business .business-contents__bottom .c-link-btn__area {
    margin-top: 5rem;
  }
}
.page-business .business-contents__bottom .c-link-btn__link {
  gap: 1rem;
}
@media (max-width: 767px) {
  .page-business .business-contents__bottom .c-link-btn__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .page-business .business-contents__bottom .c-link-btn__arrow {
    width: 8rem;
  }
}
.page-business .area {
  padding: 24rem 0;
}
@media (max-width: 767px) {
  .page-business .area {
    padding: 10rem 0;
  }
}
.page-business .area .section-title-area {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
}
@media (max-width: 767px) {
  .page-business .area .section-title-area {
    gap: 1rem;
  }
}
.page-business .area .area-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .page-business .area .area-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-business .area .area-text {
  padding: 14rem 0 0 3rem;
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-business .area .area-text {
    padding: 5rem 0 0 0;
    font-size: 1.6rem;
    width: 100%;
    inline-size: -webkit-fit-content;
    inline-size: -moz-fit-content;
    inline-size: fit-content;
    margin-inline: auto;
  }
}
.page-business .area .area-image {
  padding: 5rem 8rem 0 0;
  width: 78rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .page-business .area .area-image {
    padding: 2rem 0 0;
    width: 100%;
  }
}

.page-company .greeting {
  padding-top: 10rem;
}
.page-company .greeting-inner {
  padding: 4rem 7rem;
}
@media (max-width: 767px) {
  .page-company .greeting-inner {
    padding: 4rem 0;
  }
}
.page-company .greeting-text-area {
  background: #fff;
  padding: 6.5rem 7rem;
}
@media (max-width: 767px) {
  .page-company .greeting-text-area {
    padding: 2rem;
  }
}
.page-company .greeting-text {
  line-height: 2;
}
.page-company .greeting-text__name {
  font-size: 2.4rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .page-company .greeting-text__name {
    font-size: 2rem;
  }
}
.page-company .philosophy {
  margin-top: 20rem;
}
@media (max-width: 767px) {
  .page-company .philosophy {
    margin-top: 4rem;
  }
}
.page-company .philosophy .section-title-area__right {
  -webkit-transform: translateY(13rem);
          transform: translateY(13rem);
}
@media (max-width: 767px) {
  .page-company .philosophy .section-title-area__right {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.page-company .philosophy .philosophy-text-area {
  position: relative;
  background: #fff;
  padding: 20rem 0 10rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
}
@media (max-width: 767px) {
  .page-company .philosophy .philosophy-text-area {
    padding: 2rem;
    gap: 2rem;
    margin-top: 5rem;
  }
}
.page-company .philosophy .philosophy-text-area::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 2.5rem);
  height: calc(100% - 2.5rem);
  border: 1px solid #5fbdff;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-company .philosophy .philosophy-text-area::before {
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
  }
}
.page-company .philosophy .paragraph {
  font-size: 2.2rem;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .page-company .philosophy .paragraph {
    font-size: 1.8rem;
    text-align: left;
  }
}
.page-company .company-info {
  padding: 25rem 0;
}
@media (max-width: 767px) {
  .page-company .company-info {
    padding: 10rem 0;
  }
}
.page-company .company-info .company-contents {
  background: #d9f3ff;
  margin: 10rem 0;
  width: 100%;
  padding: 10rem;
}
@media (max-width: 767px) {
  .page-company .company-info .company-contents {
    padding: 2rem;
    margin: 5rem 0;
  }
}
.page-company .company-info .company-table {
  width: 70rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-company .company-info .company-table {
    width: 100%;
  }
}
.page-company .company-info .company-table th {
  width: 34%;
  padding: 2rem 0;
  border-bottom: 1px solid #333;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-company .company-info .company-table th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 1rem 0 0.5rem;
    font-weight: 700;
  }
}
.page-company .company-info .company-table td {
  width: 66%;
  padding: 2rem 0;
  border-bottom: 1px solid #333;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-company .company-info .company-table td {
    display: block;
    width: 100%;
    padding: 0.5rem 0 1rem;
    font-size: 1.6rem;
  }
}

.page-contact .contact-corm-area {
  margin-top: 10rem;
}
.page-contact .form-note__top {
  margin: 13rem 0;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .page-contact .form-note__top {
    text-align: left;
    margin: 5rem 0;
  }
}
.page-contact .form-note__bottom {
  padding: 15rem 8rem 7rem;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-contact .form-note__bottom {
    padding: 10rem 2rem 5rem;
  }
}
.page-contact .custom-form-table {
  max-width: 110rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-contact .custom-form-table {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}
.page-contact .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
  padding: 1.6rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.page-contact .form-row:nth-child(6) {
  border-bottom: none;
}
@media (max-width: 767px) {
  .page-contact .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    padding: 1.4rem 0;
  }
}
.page-contact .form-label {
  min-width: 28rem;
  padding: 0.6rem 2rem 0.6rem 0;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-contact .form-label {
    min-width: auto;
    padding: 0;
    border-right: 0;
  }
}
.page-contact .required-badge {
  display: inline-block;
  margin-left: 0.8rem;
  padding: 0.2rem 0.6rem;
  font-size: 1.2rem;
  color: #fe2121;
  border-radius: 0.4rem;
}
.page-contact .form-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.4rem 0 0.4rem 2rem;
}
@media (max-width: 767px) {
  .page-contact .form-input {
    padding: 0;
    width: 100%;
  }
}
.page-contact .form-input .wpcf7-form-control {
  width: 100%;
}
.page-contact .form-input input[type=text],
.page-contact .form-input input[type=tel],
.page-contact .form-input input[type=email],
.page-contact .form-input textarea {
  width: 100%;
  padding: 1.2rem 1.4rem;
  font-size: 1.6rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 0.4rem;
}
.page-contact .form-input textarea {
  min-height: 18rem;
  resize: vertical;
}
.page-contact .radio-group .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem;
}
.page-contact .radio-group .wpcf7-list-item {
  margin: 0;
}
.page-contact .radio-group .wpcf7-list-item label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  cursor: pointer;
}
.page-contact .radio-group input[type=radio] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0;
  accent-color: #5ebdff;
}
.page-contact .submit-container {
  margin-top: 3rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 31rem;
  margin-inline: auto;
}
.page-contact .submit-btn {
  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: 24rem;
  padding: 1.2rem 5.2rem 1.2rem 3.2rem;
  border-radius: 999px;
  background-color: #5ebdff;
  background-image: url("../img/icon-arrow_white.webp");
  background-repeat: no-repeat;
  background-position: right 2rem center;
  background-size: 4rem auto;
  color: #fff;
  font-weight: 700;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.page-contact .submit-btn:hover {
  opacity: 0.8;
}
.page-contact .privacy-policy {
  margin-bottom: 20rem;
}
@media (max-width: 767px) {
  .page-contact .privacy-policy {
    margin-bottom: 10rem;
  }
}
.page-contact .privacy-policy__contents {
  background: #d9f3ff;
  position: relative;
  padding: 7rem 10rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-contact .privacy-policy__contents {
    padding: 5rem 2rem;
  }
}
.page-contact .privacy-policy__contents::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  border: 1px solid #5fbdff;
  pointer-events: none;
  z-index: 0;
}
.page-contact .privacy-policy__title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.page-contact .privacy-policy__head {
  margin-top: 5rem;
  line-height: 1.5;
}
.page-contact .privacy-policy__item {
  margin-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #5fbdff;
}
.page-contact .privacy-policy__item:last-child {
  border-bottom: none;
}
.page-contact .privacy-policy__item--title {
  color: #002777;
  font-weight: 700;
  line-height: 1.5;
}
.page-contact .privacy-policy__item--text {
  line-height: 1.5;
}

.page-room-list .room-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  margin: 15rem 0;
}
.page-room-list .room-list__item {
  border: 1rem solid #cfe8fb;
  background: #fff;
  padding: 3rem;
}
@media (max-width: 767px) {
  .page-room-list .room-list__item {
    padding: 2rem;
  }
}
.page-room-list .room-list__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.page-room-list .room-list__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media (max-width: 767px) {
  .page-room-list .room-list__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-room-list .room-list__images {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  max-width: 60%;
}
@media (max-width: 767px) {
  .page-room-list .room-list__images {
    max-width: 100%;
  }
}
.page-room-list .room-list__image {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.page-room-list .room-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.page-room-list .room-list__info {
  width: 40%;
}
@media (max-width: 767px) {
  .page-room-list .room-list__info {
    width: 100%;
  }
}
.page-room-list .room-list__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-room-list .room-list__type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.page-room-list .room-list__type-label {
  background: #b0b0b0;
  color: #fff;
  font-size: 2rem;
  padding: 1rem 2rem;
}
.page-room-list .room-list__type-name {
  font-size: 1.8rem;
}
.page-room-list .room-list__address,
.page-room-list .room-list__station {
  margin-top: 2rem;
  padding-left: 3rem;
  position: relative;
  line-height: 1.5;
}
.page-room-list .room-list__address::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 3rem;
  background: url(../img/icon-map.webp) no-repeat center center/contain;
}
.page-room-list .room-list__station::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 3rem;
  background: url(../img/icon-train.webp) no-repeat center center/contain;
}
.page-room-list .room-list__specs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.2rem;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .page-room-list .room-list__specs {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-room-list .room-list__spec {
  text-align: center;
  padding: 0.8rem 0.6rem;
}
.page-room-list .room-list__spec-label {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 0.4rem;
  background: #eee;
  border-radius: 2px;
  padding: 1rem 2rem;
}
.page-room-list .room-list__spec-value {
  font-size: 1.6rem;
  font-weight: 700;
}
.page-room-list .room-list__empty {
  text-align: center;
  color: #333;
}

.content-area-pager {
  margin-top: 4rem;
}

.c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.c-pager .page-numbers {
  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: 4.2rem;
  height: 4.2rem;
  padding: 0 1rem;
  border: 1px solid #cfe8fb;
  border-radius: 999px;
  color: #333;
  text-decoration: none;
  -webkit-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.c-pager .page-numbers:hover {
  background: #5fbdff;
  color: #fff;
  border-color: #5fbdff;
}
.c-pager .current {
  background: #5fbdff;
  color: #fff;
  border-color: #5fbdff;
}
.c-pager .dots {
  border: none;
  padding: 0;
  min-width: auto;
}

@media (max-width: 767px) {
  .content-area-pager {
    margin-top: 3rem;
  }
  .c-pager .page-numbers {
    min-width: 3.6rem;
    height: 3.6rem;
    font-size: 1.4rem;
  }
}
.not-found {
  margin: 10rem 0;
}
.not-found .c-message {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .not-found .c-message {
    font-size: 1.6rem;
  }
}
.not-found .c-btn {
  padding: 2rem;
  border: 1px solid #002777;
  border-radius: 1rem;
  background: rgba(0, 39, 119, 0.1);
  background: #fff;
  width: 30rem;
  height: 6rem;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 4rem auto 0;
}
.page-news-list .news {
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .page-news-list .news {
    padding: 4rem 0;
  }
}
.page-news-list .news-content {
  width: 80rem;
  margin: 4rem auto 0;
}
@media (max-width: 767px) {
  .page-news-list .news-content {
    margin: 2rem auto 0;
    width: 100%;
  }
}
.page-news-list .news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.page-news-list .news-list__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1.5rem;
}
.page-news-list .news-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-news-list .news-list__link:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .page-news-list .news-list__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.8rem;
  }
}
.page-news-list .news-list__date {
  font-size: 2rem;
  color: #002777;
  min-width: 10rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-news-list .news-list__date {
    font-size: 1.6rem;
    min-width: auto;
  }
}
.page-news-list .news-list__title {
  font-size: 2rem;
  color: #333;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-news-list .news-list__title {
    font-size: 1.6rem;
  }
}
.page-news-list .news-list__empty {
  margin-top: 2rem;
  font-size: 2.2rem;
  text-align: center;
}
.page-news-list .news-list-page__pager {
  margin-top: 4rem;
}
.page-news-list .news-list-page__pager .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.page-news-list .news-list-page__pager .pagination .page-numbers {
  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: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 1.4rem;
  text-decoration: none;
  color: #333;
  -webkit-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.page-news-list .news-list-page__pager .pagination .page-numbers.current {
  background: #002777;
  border-color: #002777;
  color: #fff;
}
.page-news-list .news-list-page__pager .pagination .page-numbers:hover:not(.current) {
  background: rgba(0, 39, 119, 0.1);
  border-color: #002777;
  color: #002777;
}
.page-news-list .news-list-page__buttons {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  border: 1px solid #002777;
  border-radius: 1rem;
  background: #fff;
  max-width: 30rem;
  margin: 4rem auto 0;
}

.single-news {
  padding: 8rem 0 10rem;
}
.single-news .news-single {
  max-width: 80rem;
  margin: 4rem auto 0;
}
.single-news .news-single__header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
.single-news .news-single__date {
  display: block;
  font-size: 1.6rem;
  color: #002777;
  font-weight: 700;
  margin-bottom: 1rem;
}
.single-news .news-single__title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.single-news .news-single__cats {
  margin-top: 1rem;
}
.single-news .news-single__cats .news-single__cat {
  display: inline-block;
  font-size: 1.4rem;
  padding: 0.2rem 0.8rem;
  border-radius: 999px;
  border: 1px solid #002777;
  color: #002777;
}
.single-news .news-single__cats .news-single__cat + .single-news .news-single__cats .news-single__cat {
  margin-left: 0.4rem;
}
.single-news .news-single__thumb {
  margin-top: 3rem;
}
.single-news .news-single__thumb img {
  width: 100%;
  height: auto;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.single-news .news-single__content {
  font-size: 2.2rem;
  line-height: 1.8;
  margin-top: 3rem;
}
.single-news .news-single__content img {
  max-width: 100%;
  height: auto;
}
.single-news .news-single__buttons {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-news .news-single__buttons .c-btn {
  font-size: 1.6rem;
  min-width: 22rem;
  text-align: center;
  padding: 2rem;
  border: 1px solid #002777;
  border-radius: 1rem;
  background: #fff;
}
@media (max-width: 767px) {
  .single-news {
    padding: 4rem 0 6rem;
  }
  .single-news .news-single {
    margin-top: 2rem;
  }
  .single-news .news-single__title {
    font-size: 2.2rem;
  }
}

.single-room__infomation {
  padding: 8rem 0 10rem;
}
@media (max-width: 767px) {
  .single-room__infomation {
    padding: 4rem 0 6rem;
  }
}
.single-room__infomation .single-room__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6rem;
}
@media (max-width: 767px) {
  .single-room__infomation .single-room__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.single-room__infomation .single-room__gallery {
  width: 64rem;
}
@media (max-width: 767px) {
  .single-room__infomation .single-room__gallery {
    width: 100%;
  }
}
.single-room__infomation .room-gallery-main {
  width: 64rem;
  height: 48rem;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .single-room__infomation .room-gallery-main {
    width: 100%;
    height: 28rem;
  }
}
.single-room__infomation .room-gallery-main .swiper-wrapper,
.single-room__infomation .room-gallery-main .swiper-slide {
  width: 100%;
  height: 100%;
}
.single-room__infomation .room-gallery-main .swiper-slide {
  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;
}
.single-room__infomation .room-gallery-main .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.single-room__infomation .room-gallery-thumbs {
  margin-top: 1.5rem;
  width: 64rem;
  overflow: hidden;
  height: 20rem;
}
@media (max-width: 767px) {
  .single-room__infomation .room-gallery-thumbs {
    width: 100%;
    height: 17rem;
  }
}
.single-room__infomation .room-gallery-thumbs .swiper-slide {
  width: 6rem;
  height: 6rem;
  opacity: 0.6;
  cursor: pointer;
}
@media (max-width: 767px) {
  .single-room__infomation .room-gallery-thumbs .swiper-slide {
    width: 5rem;
    height: 5rem;
  }
}
.single-room__infomation .room-gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.single-room__infomation .room-gallery-thumbs img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.single-room__infomation .single-room__info {
  width: 40%;
}
@media (max-width: 767px) {
  .single-room__infomation .single-room__info {
    width: 100%;
  }
}
.single-room__infomation .single-room__catch {
  font-size: 2.4rem;
  line-height: 1.8;
  margin: 8.5rem 0 6rem;
}
@media (max-width: 767px) {
  .single-room__infomation .single-room__catch {
    font-size: 1.8rem;
    margin: 3rem 0 2.4rem;
  }
}
.single-room__infomation .single-room__detail {
  border: 1px solid #5fbdff;
  background: #fff;
}
.single-room__infomation .single-room__row {
  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;
  padding: 3rem 0;
  border-bottom: 1px solid #5fbdff;
}
@media (max-width: 767px) {
  .single-room__infomation .single-room__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.2rem;
    padding: 2rem 0;
  }
}
.single-room__infomation .single-room__row:last-child {
  border-bottom: 0;
}
.single-room__infomation .single-room__label {
  font-size: 2.4rem;
  padding: 0.5rem 1rem 0.5rem 2rem;
  background: #5fbdff;
  color: #fff;
  min-width: 15rem;
  position: relative;
}
@media (max-width: 767px) {
  .single-room__infomation .single-room__label {
    font-size: 1.6rem;
    min-width: auto;
    width: 100%;
    padding: 0.6rem 1.2rem;
  }
}
.single-room__infomation .single-room__label--station::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -3.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.5rem;
  height: 3.2rem;
  background: url("../img/icon-train.webp") no-repeat center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .single-room__infomation .single-room__label--station::before {
    display: none;
  }
}
.single-room__infomation .single-room__value {
  color: #333;
  width: 50%;
}
@media (max-width: 767px) {
  .single-room__infomation .single-room__value {
    width: 100%;
    font-size: 1.6rem;
    padding: 0 2rem;
  }
}
.single-room__infomation .single-room__value .strong {
  font-size: 3rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .single-room__infomation .single-room__value .strong {
    font-size: 2.2rem;
  }
}
.single-room__infomation .single-room__value--rent .strong,
.single-room__infomation .single-room__value--fee .strong {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .single-room__infomation .single-room__value--rent .strong,
  .single-room__infomation .single-room__value--fee .strong {
    font-size: 2.6rem;
  }
}
.single-room__infomation .single-room__value--rent .red,
.single-room__infomation .single-room__value--fee .red {
  color: #ff0000;
}
.single-room__infomation .single-room__row--name {
  background: #5fbdff;
  font-size: 2.4rem;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .single-room__infomation .single-room__row--name {
    font-size: 1.8rem;
    padding: 1.2rem 0;
  }
}
.single-room__infomation .single-room__row--name p {
  color: #fff;
  width: 100%;
  text-align: center;
}

.single-room__detailed {
  padding-top: 6rem;
}
@media (max-width: 767px) {
  .single-room__detailed {
    padding: 4rem 0 0;
    width: 100%;
  }
}
.single-room__detailed .single-room__detailed-table {
  margin-top: 3rem;
  background: #fff;
}
.single-room__detailed .single-room__detailed-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.single-room__detailed .single-room__detailed-row:last-child {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .single-room__detailed .single-room__detailed-row {
    grid-template-columns: 1fr;
  }
}
.single-room__detailed .single-room__detailed-row--full {
  grid-template-columns: 1fr;
  border-bottom: 1px solid #333;
}
.single-room__detailed .single-room__detailed-cell {
  width: calc(100% - 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding: 1.4rem 1.6rem;
  border-bottom: 1px solid #333;
}
@media (max-width: 767px) {
  .single-room__detailed .single-room__detailed-cell {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #333;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.6rem;
    padding: 1rem 1.2rem;
  }
}
.single-room__detailed .single-room__detailed-row--full .single-room__detailed-cell {
  border-right: 0;
}
.single-room__detailed .single-room__detailed-row--full .single-room__detailed-cell:last-child {
  border-bottom: 0;
}
.single-room__detailed .single-room__detailed-label {
  min-width: 8rem;
  font-weight: 700;
  color: #333;
}
@media (max-width: 767px) {
  .single-room__detailed .single-room__detailed-label {
    min-width: auto;
    font-size: 1.4rem;
  }
}
.single-room__detailed .single-room__detailed-cell--dates {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  border-bottom: 0;
}
.single-room__detailed .single-room__detailed-label--dates,
.single-room__detailed .single-room__detailed-value--dates {
  text-align: right;
  font-size: 1.4rem;
}
.single-room__detailed .single-room__detailed-value {
  color: #333;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .single-room__detailed .single-room__detailed-value {
    font-size: 1.4rem;
  }
}
.single-room__detailed .single-room__detailed-value a {
  color: #5fbdff;
  text-decoration: underline;
}

.c-breadcrumbs__area {
  width: 100%;
  margin: 3.5rem auto 0;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .c-breadcrumbs__area {
    margin-top: 2rem;
  }
}

.c-breadcrumbs {
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  white-space: wrap;
}
@media (max-width: 767px) {
  .c-breadcrumbs {
    font-size: 1.6rem;
    -webkit-column-gap: 0.3rem;
       -moz-column-gap: 0.3rem;
            column-gap: 0.3rem;
  }
}

.to-top-area {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1000;
}

.to-top-button {
  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;
  gap: 1rem;
  width: 10rem;
  height: 10rem;
}
@media (max-width: 767px) {
  .to-top-button {
    width: 6rem;
    height: 6rem;
  }
}

.c-link-btn__area {
  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;
}
@media (max-width: 767px) {
  .c-link-btn__area {
    padding: 4rem 0 10rem;
  }
}

.c-link-btn__link {
  background: #5fbdff;
  color: #fff;
  width: 30rem;
  height: 6rem;
  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;
  text-decoration: none;
  border-radius: 3rem;
  font-size: 2.4rem;
  gap: 1rem;
}
@media (max-width: 767px) {
  .c-link-btn__link {
    width: 25rem;
    height: 5rem;
    font-size: 2.2rem;
    gap: 2rem;
  }
}

.c-link-btn__link--contact {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .c-link-btn__link--contact {
    margin-top: 3rem;
  }
}

.c-link-btn__arrow {
  width: 10rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .c-link-btn__arrow {
    width: 8rem;
  }
}

.c-fixed-buttons {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 2px solid #fff;
}

.c-fixed-buttons__item {
  width: 12.5rem;
  height: 6rem;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.c-fixed-buttons__item--tel {
  background: #002777;
}

.c-fixed-buttons__item--mail {
  background: #5fbdff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.c-fixed-buttons__item--top {
  width: 6rem;
  background: #002777;
}

.c-fixed-buttons__icon {
  width: 2rem;
  height: auto;
}

.c-fixed-buttons__text {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}

@media (max-width: 767px) {
  .c-fixed-buttons {
    width: 100%;
  }
  .c-fixed-buttons__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    height: 6rem;
    gap: 0.6rem;
  }
  .c-fixed-buttons__item--top {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6rem;
            flex: 0 0 6rem;
  }
  .c-fixed-buttons__text {
    font-size: 1.4rem;
  }
}