@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: auto !important;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body.is-fixed {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
body.jp {
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
  body {
    font-size: 1.4rem;
  }
}
* {
  color: var(--text-color, #4d4d4d);
  letter-spacing: 0.025em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

p {
  line-height: 1.875;
}

em,
address {
  font-style: normal;
}

a {
  color: var(--text-color, inherit);
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

button {
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .tabOnly {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.mt-0 {
  margin-top: 0 !important;
}
.mt-5 {
  margin-top: 0.5em;
}
.mt-10 {
  margin-top: 1em;
}
.mt-15 {
  margin-top: 1.5em;
}
.mt-20 {
  margin-top: 2em;
}
.mt-sm {
  margin-top: 3.2rem;
}
.mt-md {
  margin-top: 4.8rem;
}
.mt-lg {
  margin-top: 7.2rem;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 0.5em;
}
.mb-10 {
  margin-bottom: 1em;
}
.mb-15 {
  margin-bottom: 1.5em;
}
.mb-20 {
  margin-bottom: 2em;
}
.mb-sm {
  margin-bottom: 3rem;
}
.mb-md {
  margin-bottom: 5rem;
}
.mb-lg {
  margin-bottom: 10rem;
}

.ms-auto {
  margin-left: auto;
}

.pt-0 {
  padding-top: 0 !important;
}

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

.bg-01 {
  background-color: #e9e0d0;
}
.bg-02 {
  background-color: #455D58;
}
.bg-dark {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.bg-dark.is-active {
  background-color: #798389;
  --text-color: #fff;
}
.bg-gray {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.bg-gray.is-active {
  background-color: #eff1f4;
}
.bg-white {
  background-color: #fff;
}
.bg-texture {
  position: relative;
}
.bg-texture::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../images/common/bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}

.w-100 {
  width: 100%;
}
.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.w-auto {
  width: auto;
}
.w-sm {
  max-width: 64rem;
}
.w-md {
  max-width: 90rem;
}

.hr-01 {
  margin-top: 5rem;
  margin-bottom: 5rem;
  border: none;
  border-top: 1px solid #ccc;
}

.text-serif {
  font-weight: 900;
}
.text-en {
  font-family: "Montserrat", sans-serif;
}
.text-unset {
  font-family: initial;
}
.text-ibm {
  font-family: "IBM Plex Sans", sans-serif;
}
.text-space {
  font-family: "Space Grotesk", sans-serif;
}
.text-center {
  text-align: center;
}
.text-start {
  text-align: left;
}
.text-end {
  text-align: right;
}
.text-primary {
  --text-color: #e60012;
}
.text-secondary {
  --text-color: #fa8500;
}
.text-white {
  --text-color: #fff;
}
.text-black {
  --text-color: #000;
}
.text-gray {
  --text-color: #666;
}
.text-xs {
  font-size: 1rem;
}
.text-sm {
  font-size: 1.2rem;
}
.text-lg {
  font-size: 2rem;
}
.text-xl {
  font-size: 2.4rem;
}
.text-xxl {
  font-size: 3.2rem;
}
.text-light {
  font-weight: 300;
}
.text-normal {
  font-weight: 400;
}
.text-medium {
  font-weight: 500;
}
.text-semibold {
  font-weight: 600;
}
.text-bold {
  font-weight: 700;
}
.text-extrabold {
  font-weight: 800;
}
.text-black {
  font-weight: 900;
}

.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-grid {
  display: grid !important;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-fluid {
  width: var(--width-pc) !important;
  height: auto;
}

@media screen and (min-width: 768px) {
  .tabOnly {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
  .img-fluid {
    width: var(--width-sp) !important;
  }
}
.c-breadcrumbs {
  margin-top: 4.8rem;
  margin-bottom: 12rem;
  font-size: 1.2rem;
}
.c-breadcrumbs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25em 0.8rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-breadcrumbs__inner > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-breadcrumbs__inner > span:not(:last-child)::after {
  content: "";
  width: 0.8rem;
  height: 1px;
  margin-top: 2px;
  display: inline-block;
  background-color: #000;
}
.c-breadcrumbs__inner * {
  letter-spacing: 0;
}
.c-breadcrumbs__inner .current-item {
  color: rgba(65, 65, 76, 0.5);
}

.c-navi__01 {
  margin-top: 7rem;
}
.c-navi__01--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-navi__01--item {
  width: 21rem;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.c-navi__01 a {
  width: 100%;
  max-width: 100%;
  height: 6rem;
  padding: 0 3rem;
  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;
  border: 2px solid #455D58;
  border-radius: 3rem;
  background-color: #fff;
  font-weight: 700;
}
.c-navi__01 a.is-active {
  background-color: var(--theme-color, #455D58);
  color: #fff;
  pointer-events: none;
}

.c-pager__archive {
  margin-top: 12rem;
}
.c-pager__archive--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.25em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-pager__archive .page-numbers {
  width: 1.25em;
  text-align: center;
  letter-spacing: 0;
  font-weight: 700;
}
.c-pager__archive .page-numbers.current {
  color: var(--theme-color, #455D58);
  text-decoration: underline;
  pointer-events: none;
}

.c-btn__01 {
  width: 24rem;
  height: 6.4rem;
  margin-top: 4rem;
  padding: 0 2.5rem;
  position: relative;
  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;
  background-color: #455D58;
  font-weight: 700;
  font-size: 1.8rem;
  --text-color: #fff;
  margin-left: auto;
}
.c-btn__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn__grid.left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.c-btn__grid.right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.link[target=_blank] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link[target=_blank]::after {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'><path fill='%23333333' d='M12 6.615C11.8011 6.615 11.6103 6.69402 11.4697 6.83467C11.329 6.97532 11.25 7.16609 11.25 7.365V12.75C11.25 12.9489 11.171 13.1397 11.0303 13.2803C10.8897 13.421 10.6989 13.5 10.5 13.5H2.25C2.05109 13.5 1.86032 13.421 1.71967 13.2803C1.57902 13.1397 1.5 12.9489 1.5 12.75V4.5C1.5 4.30109 1.57902 4.11032 1.71967 3.96967C1.86032 3.82902 2.05109 3.75 2.25 3.75H7.635C7.83391 3.75 8.02468 3.67098 8.16533 3.53033C8.30598 3.38968 8.385 3.19891 8.385 3C8.385 2.80109 8.30598 2.61032 8.16533 2.46967C8.02468 2.32902 7.83391 2.25 7.635 2.25H2.25C1.65326 2.25 1.08097 2.48705 0.65901 2.90901C0.237053 3.33097 0 3.90326 0 4.5V12.75C0 13.3467 0.237053 13.919 0.65901 14.341C1.08097 14.7629 1.65326 15 2.25 15H10.5C11.0967 15 11.669 14.7629 12.091 14.341C12.5129 13.919 12.75 13.3467 12.75 12.75V7.365C12.75 7.16609 12.671 6.97532 12.5303 6.83467C12.3897 6.69402 12.1989 6.615 12 6.615ZM14.94 0.465C14.8639 0.281738 14.7183 0.136106 14.535 0.0599999C14.4448 0.0215692 14.348 0.00118499 14.25 0H9.75C9.55109 0 9.36032 0.0790176 9.21967 0.21967C9.07902 0.360322 9 0.551088 9 0.75C9 0.948912 9.07902 1.13968 9.21967 1.28033C9.36032 1.42098 9.55109 1.5 9.75 1.5H12.4425L4.7175 9.2175C4.6472 9.28722 4.59141 9.37017 4.55333 9.46157C4.51525 9.55296 4.49565 9.65099 4.49565 9.75C4.49565 9.84901 4.51525 9.94704 4.55333 10.0384C4.59141 10.1298 4.6472 10.2128 4.7175 10.2825C4.78722 10.3528 4.87017 10.4086 4.96157 10.4467C5.05296 10.4847 5.15099 10.5043 5.25 10.5043C5.34901 10.5043 5.44704 10.4847 5.53843 10.4467C5.62983 10.4086 5.71278 10.3528 5.7825 10.2825L13.5 2.5575V5.25C13.5 5.44891 13.579 5.63968 13.7197 5.78033C13.8603 5.92098 14.0511 6 14.25 6C14.4489 6 14.6397 5.92098 14.7803 5.78033C14.921 5.63968 15 5.44891 15 5.25V0.75C14.9988 0.651992 14.9784 0.555167 14.94 0.465Z'/></svg>");
}

@media screen and (max-width: 767px) {
  .c-btn__01 {
    width: 100%;
    height: 5.6rem;
    font-weight: 500;
  }
}
input::-webkit-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
input:-ms-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
input::-moz-placeholder {
  color: var(--placeholder-color, #ccc);
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

textarea {
  vertical-align: bottom;
}
textarea::-webkit-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea:-ms-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea::-moz-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.c-heading__01 {
  margin-bottom: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-transform: uppercase;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 1.4;
}
.c-heading__01 * {
  color: #455D58;
}
.c-heading__01 .lf-border {
  padding-left: 2.4rem;
  border-left: 1rem solid #455D58;
  line-height: 1;
}
.c-heading__01--label {
  font-size: 2.4rem;
}
.c-heading__02 {
  margin-bottom: 5.6rem;
  color: #455D58;
  font-family: "Space Grotesk", sans-serif;
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .c-heading__01 {
    margin-bottom: 2.4rem;
    font-size: 2.8rem;
  }
  .c-heading__01--title.lf-border {
    padding-left: 1.2rem;
    border-left-width: 0.8rem;
  }
  .c-heading__01--label {
    font-size: 1.6rem;
  }
  .c-heading__02 {
    margin-bottom: 4rem;
    font-size: 2.4rem;
  }
}
.c-table__01--content {
  display: grid;
  grid-template-columns: 25rem 1fr;
}
.c-table__01--head, .c-table__01--detail {
  padding: 2.5rem;
}
.c-table__01--head {
  margin-bottom: -0.1rem;
  border-bottom: 2px solid var(--theme-color, #455D58);
  text-align: center;
  font-weight: 600;
}
.c-table__01--detail {
  border-bottom: 1px solid #ccc;
}

.c-modal__content {
  width: 100rem;
  max-width: 90%;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  display: none;
  border-radius: 0.8rem;
  background-color: #fff;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.c-modal__content--inner {
  max-height: calc(100vh - 10rem);
  padding: 5.6rem;
  overflow-y: auto;
}
.c-modal__close {
  width: 4.8rem;
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  display: block;
  border-radius: 0.8rem;
  background-color: #e60012;
  aspect-ratio: 1;
}
.c-modal__close::before, .c-modal__close::after {
  content: "";
  width: 50%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.js-modal__trigger:hover {
  cursor: pointer;
}
.js-bg__layer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.js-bg__layer.is-show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .c-modal__content--inner {
    padding: 2rem 2rem 4rem;
  }
}
.swiper {
  overflow: visible !important;
}

.c-slider__01--card .pic {
  margin-bottom: 1.6rem;
  display: block;
  overflow: hidden;
  aspect-ratio: 296/400;
}
.c-slider__01--card .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-slider__01--card .pic.asp-auto {
  aspect-ratio: auto;
}
.c-slider__01--card .tag {
  padding: 0 0.8rem;
  display: inline-block;
  border-radius: 0.3rem;
  background-color: var(--theme-color, #455D58);
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
}
.c-slider__01--card .tag + .name {
  margin-top: 0.8rem;
}
.c-slider__01--card .name {
  font-weight: 500;
  line-height: 1.75;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  white-space: wrap;
  -webkit-line-clamp: 2;
}
.c-slider__01 .swiper {
  overflow: visible !important;
}
.c-slider__01 .swiper-wrapper {
  height: auto;
}
.c-slider__01 .swiper-slide {
  width: 29.6rem;
}
.c-slider__01--control {
  margin-top: 8rem;
  padding: 2rem 0;
}
.c-slider__02--card .pic {
  display: block;
  overflow: hidden;
  aspect-ratio: 1/0.5;
}
.c-slider__02--card .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-slider__02 .swiper {
  overflow: visible !important;
}
.c-slider__02 .swiper-wrapper {
  height: auto;
}
.c-slider__02 .swiper-slide {
  width: 83.2rem;
}
.c-slider__02--control {
  margin-top: 4rem;
}
.c-slider__03--card .pic {
  display: block;
  overflow: hidden;
  aspect-ratio: 1/0.68;
}
.c-slider__03--card .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-slider__03--card .pic + p {
  margin-top: 2.4rem;
}
.c-slider__03 .swiper {
  overflow: visible !important;
}
.c-slider__03 .swiper-wrapper {
  height: auto;
}
.c-slider__03 .swiper-slide {
  width: 36rem;
}
.c-slider__03--control {
  margin-top: 10rem;
}

/* Swiperページネーション進捗バー */
.swiper-pagination-progress {
  width: 10rem;
  height: 2px;
  position: relative;
  display: inline-block;
  background-color: #fff;
  vertical-align: middle;
}

.swiper-pagination-progress::after {
  content: "";
  width: var(--swiper-progress, 0%);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #455D58;
  -webkit-transition: width linear;
  transition: width linear;
}

@-webkit-keyframes swiper-progress-animation {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes swiper-progress-animation {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-slider__01 {
    position: relative;
  }
  .c-slider__01 .btn__01 {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-slider__01--control {
    margin-top: 2.5rem;
    padding: 0;
  }
  .c-slider__01 .btn__01 {
    margin-top: 4rem;
  }
  .c-slider__02 .swiper-slide {
    width: 100%;
  }
  .c-slider__02--control {
    margin-top: 3.5rem;
  }
}
.c-loading {
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: block;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}
.c-loading.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.c-loading__text {
  width: 36.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-loading__layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #263e4c;
}
.c-loading__counter {
  position: absolute;
  right: 6rem;
  bottom: 6rem;
  font-weight: 600;
  font-size: 2rem;
}

.c-card__01 {
  display: block;
  overflow: hidden;
  border-radius: 0.8rem;
  background-color: #fff;
}
.c-card__01--image {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #eff1f4;
  aspect-ratio: 1/0.679;
}
.c-card__01--body {
  padding: 3.2rem 4rem 4rem;
}
.c-card__01--title {
  margin-bottom: 1em;
  font-weight: 500;
  font-size: 2rem;
}
.c-card__01--text p {
  color: rgba(65, 65, 76, 0.5);
  line-height: 1.6;
}
.c-card__01 .arrow-01 {
  margin-top: 3.2rem;
  margin-left: auto;
}
.c-card__01[href] img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-card__01[href]:hover {
  opacity: 1;
}
.c-card__01[href]:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.l-header__inner {
  margin: 1.6rem 1.6rem;
  padding: 2rem 3.2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0.8rem;
  background-color: rgba(69, 93, 88, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backdrop-filter: blur(3rem);
          backdrop-filter: blur(3rem);
}
.l-header__inner.bg-show::before {
  opacity: 1;
  visibility: visible;
}
.l-header__inner.bg-show .l-header__logo {
  opacity: 1;
  visibility: visible;
}
.l-header__logo {
  width: 12.4em;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header__logo img {
  width: 100%;
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2.5rem;
}
.l-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 2rem;
}
.l-header__translate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-weight: 700;
  font-size: 1.6rem;
}
.l-header__translate a {
  padding: 0.5em 0.8em;
  border: 1px solid white;
}
.l-header__translate a.is-active {
  background-color: white;
  color: #455D58;
}
.l-header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__contact {
  height: 4.8rem;
  padding: 0 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2.4rem;
  background-color: #fff;
  letter-spacing: 0;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .l-header.is-open .l-header__logo {
    opacity: 1;
    visibility: visible;
  }
  .l-header.is-open .l-header__inner::before {
    opacity: 1;
    visibility: visible;
  }
  .l-header__inner {
    margin: 1rem 1rem;
    padding: 1.6rem 1.6rem;
  }
  .l-header__logo {
    width: 10rem;
  }
  .l-header__nav {
    width: 100%;
    padding: 10rem 2.6rem 3.2rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
  }
  .l-header__menu {
    gap: 1em 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #4d4d4d;
    font-size: 1.8rem;
  }
  .l-header__translate {
    margin-top: 2.4rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .l-header__translate a {
    padding: 0.5em 0;
    border: 1px solid #455D58;
    color: #455D58;
    text-align: center;
  }
  .l-header__translate a.is-active {
    background-color: #455D58;
    color: white;
  }
  .l-header__hamburgerBtn {
    width: 3.2rem;
    height: 2.4rem;
    margin-left: auto;
    position: relative;
  }
  .l-header__hamburgerBtn span {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    display: block;
    border-top: 2px solid white;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .l-header__hamburgerBtn span:nth-child(1) {
    top: 0;
  }
  .l-header__hamburgerBtn span:nth-child(2) {
    top: calc(50% - 1px);
  }
  .l-header__hamburgerBtn span:nth-child(3) {
    bottom: 0;
  }
  .l-header__hamburgerBtn.is-open span {
    left: calc(50% - 1.2rem);
  }
  .l-header__hamburgerBtn.is-open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .l-header__hamburgerBtn.is-open span:nth-child(2) {
    opacity: 0;
  }
  .l-header__hamburgerBtn.is-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.l-main {
  position: relative;
}
.l-main__block {
  margin-bottom: 14rem;
}
.l-main__block[class*=bg-] {
  padding-top: 14rem;
  padding-bottom: 14rem;
}
.l-main__container {
  max-width: 130rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5rem;
  padding-left: 5rem;
}
.l-main__container + .l-main__container {
  margin-top: 14rem;
}
.l-main__container.is-full {
  max-width: 100%;
  padding-right: 3rem;
  padding-left: 3rem;
}

@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 7.6rem;
  }
  .l-main__block {
    margin-bottom: 5.6rem;
  }
  .l-main__block[class*=bg-] {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }
  .l-main__container {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }
  .l-main__container + .l-main__container {
    margin-top: 10rem;
  }
}
.l-common__contact--btn {
  width: 100%;
  height: 13rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1.6rem;
}
.l-common__contact--btn--icon {
  width: 5rem;
  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;
  border-radius: 50%;
  background-color: #fff;
  aspect-ratio: 1;
}
.l-common__contact--btn--icon svg {
  width: 2.7rem;
}
.l-common__contact--btn--text {
  letter-spacing: 0;
  font-weight: 700;
}
.l-common__contact--btn--text span {
  letter-spacing: 0;
  font-size: 2.8rem;
}
.l-common__headline {
  margin-bottom: 16rem;
}
.l-common__headline .heading__01 {
  margin-bottom: 0;
}
.l-common__headline .heading__01--label {
  font-size: 9.6rem;
}
.l-common__headline .heading__01--main {
  font-size: 2rem;
}
.l-common__headline--column {
  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;
}
.l-common__headline--visual {
  width: 100%;
  max-width: 57.6rem;
  overflow: hidden;
  border-radius: 0.8rem;
  aspect-ratio: 1/0.625;
}
.l-common__headline--navi {
  margin-top: 4.8rem;
  padding: 3.6rem 5.6rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.l-common__headline--navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  font-size: 1.4rem;
}
.l-common__headline--navi a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-common__headline--navi a::before {
  content: "";
  width: 0.6rem;
  border-right: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  aspect-ratio: 1;
}
.l-common__headline--navi a:hover {
  opacity: 1;
  --text-color: #e60012;
}
.l-common__headline--navi .is-current {
  pointer-events: none;
  --text-color: #e60012;
}
.l-common__recruit {
  position: relative;
  z-index: 2;
}
.l-common__recruit--column {
  padding-top: 21.6rem;
  padding-bottom: 21.6rem;
  position: relative;
  z-index: 2;
  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;
}
.l-common__recruit--column::before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  left: calc(50% - 50vw);
  z-index: -1;
  background-color: rgba(65, 65, 76, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-common__recruit--column:hover::before {
  opacity: 1;
}
.l-common__recruit--catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-common__recruit--catch .text-en {
  font-size: 8.8rem;
  line-height: 1;
}
.l-common__recruit--catch .text-jp {
  margin-top: 1em;
  letter-spacing: 0.3em;
  font-size: 2.4rem;
  line-height: 1.6;
}
.l-common__recruit--bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .common__contact--column {
    display: grid;
    grid-template-columns: 1fr 50.4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .common__contact--header .heading__01 {
    margin-bottom: 4.8rem;
  }
  .common__contact--header p {
    font-size: 2rem;
  }
  .common__navi--item .image img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .common__navi--item:hover .image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .common__contact--header p {
    font-size: 1.8rem;
  }
  .common__contact--btn {
    height: 10.4rem;
    margin-top: 5.6rem;
  }
  .common__contact--btn--icon {
    width: 4rem;
  }
  .common__contact--btn--text {
    font-size: 1.2rem;
  }
  .common__contact--btn--text span {
    font-size: 2rem;
  }
  .common__headline {
    margin-bottom: 8rem;
  }
  .common__headline .heading__01--label {
    font-size: 4.8rem;
  }
  .common__headline .heading__01--main {
    font-size: 1.4rem;
  }
  .common__headline--column {
    display: block;
  }
  .common__headline--visual {
    margin-top: 8rem;
  }
  .common__headline--navi {
    margin-top: 0;
    padding: 4rem 0;
    border-top: 0;
  }
  .common__headline--navi ul {
    display: grid;
    gap: 0.75em 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .common__headline--navi a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .common__recruit--column {
    padding-top: 10rem;
    padding-bottom: 10rem;
    position: relative;
  }
  .common__recruit--catch .text-en {
    font-weight: 600;
    font-size: 5.6rem;
  }
  .common__recruit--catch .text-jp {
    letter-spacing: 0.15em;
    font-size: 1.6rem;
  }
  .common__recruit .arrow-01 {
    position: absolute;
    right: 0;
    bottom: 2rem;
  }
}
.l-footer {
  height: 40rem;
  padding: 8rem 3rem;
  font-size: 1.2rem;
  background-color: #455D58;
}
.l-footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer__logos--img {
  width: 8rem;
}
.l-footer__logos--text {
  margin-top: 2.4rem;
  font-size: 1.8rem;
  line-height: 1.7;
}
.l-footer__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
}

@media screen and (max-width: 767px) {
  .l-footer {
    height: auto;
    padding: 4rem 0;
  }
  .l-footer__logos--text {
    margin-top: 1.6rem;
    font-size: 1.6rem;
  }
  .l-footer__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.home.jp .home__hero--catch span {
  letter-spacing: 0.2em;
}
.home.jp .home__whatIs99 span {
  background-color: white;
  color: #455D58;
  font-weight: bold !important;
}
.home.jp .c-btn__01 {
  letter-spacing: 0.15em;
}
.home__hero {
  margin-bottom: 0;
  position: relative;
}
.home__hero--container {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.home__hero--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home__hero--logo {
  -webkit-filter: drop-shadow(0 0 1rem rgba(69, 93, 88, 0.75));
          filter: drop-shadow(0 0 1rem rgba(69, 93, 88, 0.75));
}
.home__hero--catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: 0;
  font-weight: 900;
  font-size: 3.6rem;
  line-height: 1.2;
  -webkit-filter: drop-shadow(0 0 1rem rgba(69, 93, 88, 0.75));
          filter: drop-shadow(0 0 1rem rgba(69, 93, 88, 0.75));
}
.home__hero--catch span {
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
}
.home__hero--visual {
  width: 100%;
  height: 100vh;
}
.home__hero--visual::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: rgba(64, 103, 147, 0.3);
}
.home__hero--slider .is-filter {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
.home__module01--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home__module01--container + .home__module01--container {
  margin-top: 10rem;
}
.home__module01--container.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.home__module01--img {
  width: 74rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.home__module01--text + .home__module01--text {
  margin-top: 1.6rem;
}
.home__module01--text.bg-white {
  padding: 0.5em 1em;
  border: 1px solid #eaeaea;
  color: #455D58;
  font-weight: 600;
}
.home__module01--text.text-md {
  font-size: 2rem;
}
.home__module01--text.t-lnie {
  font-weight: 500;
  font-size: 1.4rem;
  border-top: 1px solid #eaeaea;
  color: #455D58;
  margin-top: 1.2em;
  padding-top: 1.2em;
}
.home__module01--visuals {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  aspect-ratio: 740/494;
}
.home__module01--visuals iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__module01--btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 3.6rem;
  margin-left: auto;
  padding: 0.5em 1.5em;
  display: block;
  border: 1px solid white;
  border-radius: 20rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
}
.home__whatIs99 {
  padding-bottom: 56rem;
}
.home__whatIs99 * {
  color: white;
}
.home__whatIs99 .home__module01--sentence {
  margin-top: 32rem;
}
.home__stay--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}
.home__stay--img {
  width: 80rem;
  margin-left: -20rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.home__stay--swiper {
  margin-top: 8rem;
}
.home__stay--swiper .swiper-slide {
  aspect-ratio: 360/240;
}
.home__stay--text {
  font-weight: 500;
}
.home__stay--text + .home__stay--text {
  margin-top: 1.6rem;
}
.home__stay--text span {
  font-weight: bold;
}
.home__amenitiesList {
  width: 100rem;
  margin: 0 auto;
  display: grid;
  gap: 6rem 0;
  grid-template-columns: repeat(5, 1fr);
}
.home__amenitiesList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home__amenitiesList--img {
  width: 4.8rem;
}
.home__amenitiesList--text {
  color: #455D58;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .home__hero--inner {
    gap: 4.8rem;
  }
  .home__hero--container {
    top: 50%;
  }
  .home__hero--logo {
    width: 12rem;
  }
  .home__hero--catch {
    font-size: 2.4rem;
  }
  .home__module01--container {
    gap: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .home__module01--container.is-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__module01--visuals {
    width: 100%;
    margin-bottom: 2.4rem;
  }
  .home__module01--img {
    width: 100%;
  }
  .home__module01--btn {
    width: 50%;
    margin: 2.4rem auto 0;
    display: block;
    text-align: center;
    font-size: 1.4rem;
  }
  .home__module01--sentence {
    margin-top: 0 !important;
  }
  .home__module01--text {
    font-size: 1.6rem;
  }
  .home__module01--text.text-md {
    font-size: 1.6rem;
  }
  .home__whatIs99 {
    padding-bottom: 12rem;
  }
  .home__whatIs99 .home__module01--visuals {
    margin-bottom: 0;
  }
  .home__stay--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__stay--img {
    width: 100%;
    margin-bottom: 2.4rem;
    margin-left: auto;
  }
  .home__stay--container {
    gap: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__amenitiesList {
    width: 100%;
    gap: 3.2rem 0;
    grid-template-columns: repeat(3, 1fr);
  }
  .home__amenitiesList--text {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}/*# sourceMappingURL=style.css.map */