@charset "UTF-8";
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

#section-firstview {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: var(--color-red);
  overflow: hidden;
  z-index: 1;
}
#section-firstview .catchcopy__inner {
  width: 95%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
#section-firstview .catchcopy__inner .catchcopy-text-en,
#section-firstview .catchcopy__inner .catchcopy-text-ja {
  position: relative;
}
#section-firstview .catchcopy__inner .catchcopy-text-en .text-line,
#section-firstview .catchcopy__inner .catchcopy-text-ja .text-line {
  display: inline-block;
  position: relative;
  line-height: 1 !important;
  color: var(--color-red);
  font-weight: 500;
  z-index: 1;
}
#section-firstview .catchcopy__inner .catchcopy-text-en .text-line p,
#section-firstview .catchcopy__inner .catchcopy-text-ja .text-line p {
  opacity: 0;
  animation: fadeIn 1s ease forwards;
  animation-delay: 3.5s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#section-firstview .catchcopy__inner .catchcopy-text-en .text-line.line1,
#section-firstview .catchcopy__inner .catchcopy-text-ja .text-line.line1 {
  font-family: "Avenir";
  font-size: 2rem;
  font-weight: 500;
  padding: 1.5rem 2rem 1.2rem 2rem;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  #section-firstview .catchcopy__inner .catchcopy-text-en .text-line.line1,
  #section-firstview .catchcopy__inner .catchcopy-text-ja .text-line.line1 {
    font-size: 1.8rem;
    padding: 1.2rem 1.5rem 0.9rem 1.5rem;
  }
}
@media screen and (max-width: 450px) {
  #section-firstview .catchcopy__inner .catchcopy-text-en .text-line.line1,
  #section-firstview .catchcopy__inner .catchcopy-text-ja .text-line.line1 {
    font-size: 1.2rem;
    padding: 1rem 1rem 0.9rem 1rem;
  }
}
#section-firstview .catchcopy__inner .catchcopy-text-en .text-line.line2,
#section-firstview .catchcopy__inner .catchcopy-text-ja .text-line.line2 {
  font-family: "Avenir";
  font-size: 7rem;
  padding: 1.5rem 2rem;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  #section-firstview .catchcopy__inner .catchcopy-text-en .text-line.line2,
  #section-firstview .catchcopy__inner .catchcopy-text-ja .text-line.line2 {
    font-size: 5.5rem;
    padding: 1rem 1.3rem;
  }
}
@media screen and (max-width: 450px) {
  #section-firstview .catchcopy__inner .catchcopy-text-en .text-line.line2,
  #section-firstview .catchcopy__inner .catchcopy-text-ja .text-line.line2 {
    font-size: 3.5rem;
    padding: 0.9rem 1rem;
  }
}
#section-firstview .catchcopy__inner .catchcopy-text-en .text-line.line3,
#section-firstview .catchcopy__inner .catchcopy-text-ja .text-line.line3 {
  font-family: "Avenir";
  font-size: 4.5rem;
  padding: 1.5rem 2rem;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  #section-firstview .catchcopy__inner .catchcopy-text-en .text-line.line3,
  #section-firstview .catchcopy__inner .catchcopy-text-ja .text-line.line3 {
    font-size: 2.8rem;
    padding: 1rem 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #section-firstview .catchcopy__inner .catchcopy-text-en .text-line.line3,
  #section-firstview .catchcopy__inner .catchcopy-text-ja .text-line.line3 {
    font-size: 2rem;
    padding: 0.9rem 1rem;
  }
}
#section-firstview .catchcopy__inner .catchcopy-text-en .text-line .text-bg,
#section-firstview .catchcopy__inner .catchcopy-text-ja .text-line .text-bg {
  display: inline-block;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
  animation: expandWidth 1s ease forwards;
  animation-delay: 3s;
}
@keyframes expandWidth {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
#section-firstview .catchcopy__inner .catchcopy-text-en {
  position: absolute;
  top: 23rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  #section-firstview .catchcopy__inner .catchcopy-text-en {
    top: 15rem;
  }
}
@media screen and (max-width: 450px) {
  #section-firstview .catchcopy__inner .catchcopy-text-en {
    top: 13rem;
  }
}
#section-firstview .catchcopy__inner .catchcopy-text-ja {
  position: absolute;
  top: 48rem;
  left: 7%;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #section-firstview .catchcopy__inner .catchcopy-text-ja {
    top: 34rem;
  }
}
@media screen and (max-width: 450px) {
  #section-firstview .catchcopy__inner .catchcopy-text-ja {
    top: 27rem;
  }
}
#section-firstview .catchcopy__inner .catchcopy-text-ja .text-line {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #section-firstview .catchcopy__inner .catchcopy-text-ja .text-line {
    font-size: 2rem;
  }
}
@media screen and (max-width: 450px) {
  #section-firstview .catchcopy__inner .catchcopy-text-ja .text-line {
    font-size: 1.4rem;
  }
}
#section-firstview .catchcopy__inner .catchcopy-text-ja .text-line.line4 {
  padding: 1.5rem 1.5rem 1.2rem 2rem;
}
@media screen and (max-width: 768px) {
  #section-firstview .catchcopy__inner .catchcopy-text-ja .text-line.line4 {
    padding: 1rem 1.5rem 0.5rem 1.5rem;
  }
}
#section-firstview .catchcopy__inner .catchcopy-text-ja .text-line.line5 {
  padding: 1.2rem 1.5rem 1.5rem 2rem;
}
@media screen and (max-width: 768px) {
  #section-firstview .catchcopy__inner .catchcopy-text-ja .text-line.line5 {
    padding: 0.7rem 1rem 1rem 1.5rem;
  }
}

.section-firstview__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.section-firstview__inner .mask-rect {
  transform-box: fill-box;
  transform-origin: left;
}
.section-firstview__inner .mask-rect:nth-child(1) {
  animation: slideIn2 1.7s forwards ease-in-out;
  transform: translateX(100%);
  animation-delay: 2.1s;
}
.section-firstview__inner .mask-rect:nth-child(2) {
  animation: slideIn1 1.7s forwards ease-in-out;
  transform: translateX(-130%);
  animation-delay: 2.5s;
}
.section-firstview__inner .mask-rect:nth-child(3) {
  animation: slideIn2 1.7s forwards ease-in-out;
  transform: translateX(100%);
  animation-delay: 2.3s;
}
.section-firstview__inner .mask-rect:nth-child(4) {
  animation: slideIn2 1.7s forwards ease-in-out;
  transform: translateX(100%);
  animation-delay: 2.2s;
}
.section-firstview__inner .mask-rect:nth-child(5) {
  animation: slideIn1 1.7s forwards ease-in-out;
  transform: translateX(-100%);
  animation-delay: 2.5s;
}
.section-firstview__inner .mask-rect:nth-child(6) {
  animation: slideIn1 1.7s forwards ease-in-out;
  transform: translateX(-120%);
  animation-delay: 2.3s;
}
.section-firstview__inner .mask-rect:nth-child(7) {
  animation: slideIn2 1.7s forwards ease-in-out;
  transform: translateX(120%);
  animation-delay: 2.1s;
}
.section-firstview__inner .mask-rect:nth-child(8) {
  animation: slideIn1 1.7s forwards ease-in-out;
  transform: translateX(-125%);
  animation-delay: 2.4s;
}
.section-firstview__inner .firstview-slider {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}
.section-firstview__inner .firstview-slider .slider {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 140rem;
  aspect-ratio: 140/84;
  clip-path: url(#shapeMask);
  background-color: var(--color-red);
}
@media screen and (max-width: 1080px) {
  .section-firstview__inner .firstview-slider .slider {
    width: 130%;
    max-width: 170rem;
    aspect-ratio: 170/102;
    left: 10rem;
    bottom: 1vh;
  }
}
@media screen and (max-width: 768px) {
  .section-firstview__inner .firstview-slider .slider {
    width: 125%;
    max-width: 150rem;
    aspect-ratio: 150/90;
    left: 7rem;
    bottom: 1vh;
  }
}
@media screen and (max-width: 450px) {
  .section-firstview__inner .firstview-slider .slider {
    width: 110%;
    max-width: 150rem;
    aspect-ratio: 150/90;
    left: 2rem;
    bottom: 12vh;
  }
}
.section-firstview__inner .firstview-slider .slider .slide-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  z-index: 0;
}
.section-firstview__inner .firstview-slider .slider .block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 0.6s ease;
}

@keyframes slideIn1 {
  0% {
    transform: translateX(-130%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideIn2 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
#section-information {
  width: 100%;
}
#section-information .information__inner {
  width: 90%;
  max-width: 1260px;
  padding: 15rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #section-information .information__inner {
    padding: 6rem 0;
  }
}
#section-information .information__inner .information-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 450px) {
  #section-information .information__inner .information-list {
    flex-direction: column;
  }
}
#section-information .information__inner .information-list li {
  width: 47%;
}
@media screen and (max-width: 450px) {
  #section-information .information__inner .information-list li {
    width: 100%;
  }
  #section-information .information__inner .information-list li:not(:last-child) {
    margin-bottom: 4rem;
  }
}
#section-information .information__inner .information-list li .cp-img a {
  display: inline-block;
  margin-bottom: 8rem;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  #section-information .information__inner .information-list li .cp-img a {
    margin-bottom: 2rem;
  }
}
#section-information .information__inner .information-list li .cp-img a img {
  width: 100%;
}
#section-information .information__inner .information-list li .cp-img a:hover {
  opacity: 0.7;
}
#section-information .information__inner .information-list li .information-text {
  border-left: 1px solid #000;
  padding-left: 2.5rem;
}
#section-information .information__inner .information-list li .information-text .date {
  display: inline-block;
  font-family: "Avenir";
  color: #4D4D4D;
  margin-bottom: 1rem;
}
#section-information .information__inner .information-list li .information-text p {
  line-height: 1.5;
  margin-bottom: 2rem;
}
#section-information .information__inner .information-list li .information-text .information-link a {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-family: "Avenir";
  font-size: 1.6rem;
  color: var(--color-red);
  font-weight: 500;
  letter-spacing: 0.3rem;
  padding-right: 0;
  transition: opacity 0.5s;
}
#section-information .information__inner .information-list li .information-text .information-link a span {
  display: inline-flex;
  transform: translateX(0);
  transition: transform 0.5s;
}
#section-information .information__inner .information-list li .information-text .information-link a span img {
  height: 2rem;
  display: block;
}
#section-information .information__inner .information-list li .information-text .information-link a:hover {
  opacity: 0.5;
}
#section-information .information__inner .information-list li .information-text .information-link a:hover span {
  transform: translateX(4px);
}

#section-about {
  width: 100%;
  overflow: hidden;
}
#section-about .about__inner {
  position: relative;
  width: 100%;
  padding: 8.4rem 0 3.3rem;
}
@media screen and (max-width: 1080px) {
  #section-about .about__inner {
    padding: 6rem 5% 3rem 5%;
  }
}
@media screen and (max-width: 768px) {
  #section-about .about__inner {
    padding: 10rem 0 3rem 5%;
  }
}
@media screen and (max-width: 450px) {
  #section-about .about__inner {
    padding: 20rem 0 3rem 5%;
  }
}
#section-about .about__inner .about__inner-top-block {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto 15rem;
}
@media screen and (max-width: 768px) {
  #section-about .about__inner .about__inner-top-block {
    width: 100%;
    margin: 0 auto 10rem;
  }
}
@media screen and (max-width: 450px) {
  #section-about .about__inner .about__inner-top-block {
    width: 100%;
    margin: 0 auto 6rem;
  }
}
#section-about .about__inner .about__inner-top-block .section-title {
  display: inline-block;
  background-color: #000;
  padding: 0.7rem 2rem;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 768px) {
  #section-about .about__inner .about__inner-top-block .section-title {
    margin-bottom: 2rem;
    padding: 0.7rem 1.3rem 0.5rem;
  }
}
@media screen and (max-width: 450px) {
  #section-about .about__inner .about__inner-top-block .section-title {
    margin-bottom: 1.5rem;
    padding: 0.5rem 0.7rem 0.3rem;
  }
}
#section-about .about__inner .about__inner-top-block .section-title h2 {
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  #section-about .about__inner .about__inner-top-block .section-title h2 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 450px) {
  #section-about .about__inner .about__inner-top-block .section-title h2 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  #section-about .about__inner .about__inner-top-block .top-block_text {
    margin-top: 9.3rem;
  }
}
#section-about .about__inner .about__inner-top-block .top-block_text .text-box {
  display: block;
}
#section-about .about__inner .about__inner-top-block .top-block_text .text-box p {
  display: inline-block;
  background-color: #fff;
}
#section-about .about__inner .about__inner-top-block .top-block_text .text-box.text-box1 p {
  padding: 2.7rem 6.3rem;
  font-family: "Avenir";
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  #section-about .about__inner .about__inner-top-block .top-block_text .text-box.text-box1 p {
    padding: 1.7rem 5rem 1.7rem 2rem;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 450px) {
  #section-about .about__inner .about__inner-top-block .top-block_text .text-box.text-box1 p {
    padding: 1.3rem 3rem 1.3rem 1.5rem;
    font-size: 2rem;
  }
}
#section-about .about__inner .about__inner-top-block .top-block_text .text-box.text-box2 {
  margin-left: 9.9rem;
}
@media screen and (max-width: 768px) {
  #section-about .about__inner .about__inner-top-block .top-block_text .text-box.text-box2 {
    margin-left: 6rem;
  }
}
@media screen and (max-width: 450px) {
  #section-about .about__inner .about__inner-top-block .top-block_text .text-box.text-box2 {
    margin-left: 3rem;
  }
}
#section-about .about__inner .about__inner-top-block .top-block_text .text-box.text-box2 p {
  width: 73.3rem;
  padding: 5rem 10.4rem 8rem 7.8rem;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  #section-about .about__inner .about__inner-top-block .top-block_text .text-box.text-box2 p {
    padding: 3rem 6rem 3rem 3rem;
  }
}
@media screen and (max-width: 450px) {
  #section-about .about__inner .about__inner-top-block .top-block_text .text-box.text-box2 p {
    width: 100%;
    padding: 1rem 3rem 1.5rem 2rem;
    line-height: 2;
  }
}
#section-about .about__inner .about__inner-top-block .top-block_img {
  position: absolute;
  top: 12.4rem;
  right: 0;
  width: 97.8rem;
  height: 68.8rem;
  clip-path: polygon(0 45%, 15% 45%, 15% 0%, 100% 0, 100% 60%, 85% 60%, 85% 100%, 0 100%);
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  #section-about .about__inner .about__inner-top-block .top-block_img {
    width: 63.46rem;
    height: 45.16rem;
  }
}
@media screen and (max-width: 768px) {
  #section-about .about__inner .about__inner-top-block .top-block_img {
    width: 49.8rem;
    height: 33.8rem;
    top: 6rem;
    right: -2%;
  }
}
@media screen and (max-width: 450px) {
  #section-about .about__inner .about__inner-top-block .top-block_img {
    width: 37rem;
    height: 25.8rem;
    top: 0rem;
    right: 0%;
    z-index: -1;
  }
}
#section-about .about__inner .about__inner-top-block .top-block_img .move-image {
  width: 100%;
  height: 102%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: -3.5rem;
}
@media screen and (max-width: 450px) {
  #section-about .about__inner .about__inner-top-block .top-block_img .move-image {
    top: -2rem;
  }
}
#section-about .about__inner .about__inner-bottom-block {
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding-bottom: 47.6rem;
}
@media screen and (max-width: 1080px) {
  #section-about .about__inner .about__inner-bottom-block {
    padding-bottom: 18rem;
  }
}
@media screen and (max-width: 768px) {
  #section-about .about__inner .about__inner-bottom-block {
    width: 100%;
    padding-right: 5%;
    padding-bottom: 4rem;
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 450px) {
  #section-about .about__inner .about__inner-bottom-block {
    padding-bottom: 39.5rem;
    margin-bottom: 6rem;
  }
}
#section-about .about__inner .about__inner-bottom-block .bottom-block_text .text-box {
  display: block;
}
#section-about .about__inner .about__inner-bottom-block .bottom-block_text .text-box p {
  display: inline-block;
  background-color: #fff;
}
#section-about .about__inner .about__inner-bottom-block .bottom-block_text .text-box.text-box1 {
  margin-left: 10.5rem;
  padding-top: 33.2rem;
}
@media screen and (max-width: 1080px) {
  #section-about .about__inner .about__inner-bottom-block .bottom-block_text .text-box.text-box1 {
    padding-top: 25rem;
    margin-left: 5.5rem;
  }
}
@media screen and (max-width: 768px) {
  #section-about .about__inner .about__inner-bottom-block .bottom-block_text .text-box.text-box1 {
    margin-left: 2rem;
    padding-top: 17rem;
  }
}
@media screen and (max-width: 450px) {
  #section-about .about__inner .about__inner-bottom-block .bottom-block_text .text-box.text-box1 {
    margin-left: 1rem;
    padding-top: 14rem;
  }
}
#section-about .about__inner .about__inner-bottom-block .bottom-block_text .text-box.text-box1 p {
  width: 92.6rem;
  padding: 5rem 15.4rem 6.9rem 4.8rem;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  #section-about .about__inner .about__inner-bottom-block .bottom-block_text .text-box.text-box1 p {
    width: 78%;
    padding: 2.5rem 7rem 3rem 2.5rem;
  }
}
@media screen and (max-width: 450px) {
  #section-about .about__inner .about__inner-bottom-block .bottom-block_text .text-box.text-box1 p {
    width: 100%;
    padding: 2rem 2rem 2rem 2rem;
    line-height: 2;
  }
}
#section-about .about__inner .about__inner-bottom-block .bottom-block_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 102.5rem;
  height: 38.7rem;
  clip-path: polygon(0 15%, 7% 15%, 7% 0%, 100% 0, 100% 100%, 100% 100%, 100% 100%, 0 100%);
  overflow: hidden;
  z-index: -1;
}
@media screen and (max-width: 1080px) {
  #section-about .about__inner .about__inner-bottom-block .bottom-block_img {
    width: 71.75rem;
    height: 27.09rem;
  }
}
@media screen and (max-width: 768px) {
  #section-about .about__inner .about__inner-bottom-block .bottom-block_img {
    width: 53.75rem;
    height: 20.09rem;
    left: -2%;
  }
}
@media screen and (max-width: 450px) {
  #section-about .about__inner .about__inner-bottom-block .bottom-block_img {
    width: 36.75rem;
    height: 16.09rem;
    left: -2%;
  }
}
#section-about .about__inner .about__inner-bottom-block .bottom-block_img .move-image {
  width: 100%;
  height: 103%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: -4.5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #section-about .about__inner .about__inner-bottom-block .bottom-block_img .move-image {
    height: 107%;
    top: -2.5rem;
  }
}
#section-about .about__inner .about__inner-bottom-block .bottom-block_floor-guide {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 66.9rem;
}
@media screen and (max-width: 1080px) {
  #section-about .about__inner .about__inner-bottom-block .bottom-block_floor-guide {
    width: 46.83rem;
  }
}
@media screen and (max-width: 768px) {
  #section-about .about__inner .about__inner-bottom-block .bottom-block_floor-guide {
    width: 27.5rem;
    right: 3%;
  }
}
@media screen and (max-width: 450px) {
  #section-about .about__inner .about__inner-bottom-block .bottom-block_floor-guide {
    width: 28rem;
    right: 5%;
  }
}
#section-about .about__inner .about__inner-bottom-block .bottom-block_floor-guide .title {
  display: inline-block;
  background: #fff;
  padding: 1.7rem 3rem 1.5rem;
  line-height: 1;
  font-family: "Avenir";
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 10.7rem;
  margin-left: 4rem;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 1080px) {
  #section-about .about__inner .about__inner-bottom-block .bottom-block_floor-guide .title {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  #section-about .about__inner .about__inner-bottom-block .bottom-block_floor-guide .title {
    padding: 0.7rem 1rem 0.5rem;
    font-size: 2rem;
    margin-bottom: 3rem;
    margin-left: 0;
  }
}
#section-about .about__inner .about__inner-bottom-block .bottom-block_floor-guide img {
  width: 100%;
}

#section-public-service {
  margin-bottom: 5rem;
}
#section-public-service .public-service__inner .text-box {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}
#section-public-service .public-service__inner .text-box .section-title {
  font-family: "Avenir";
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 3rem;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  #section-public-service .public-service__inner .text-box .section-title {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 450px) {
  #section-public-service .public-service__inner .text-box .section-title {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
}
#section-public-service .public-service__inner .text-box p {
  line-height: 2;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 768px) {
  #section-public-service .public-service__inner .text-box p {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 450px) {
  #section-public-service .public-service__inner .text-box p {
    margin-bottom: 2.5rem;
  }
}
#section-public-service .public-service__inner .splide {
  width: 100%;
  position: relative;
}
#section-public-service .public-service__inner .splide .splide__arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  z-index: 1;
}
#section-public-service .public-service__inner .splide .splide__arrows button {
  width: 5.7rem;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  #section-public-service .public-service__inner .splide .splide__arrows button {
    width: 4.5rem;
  }
}
@media screen and (max-width: 450px) {
  #section-public-service .public-service__inner .splide .splide__arrows button {
    width: 3.8rem;
  }
}
#section-public-service .public-service__inner .splide .splide__arrows button img {
  width: 100%;
}
#section-public-service .public-service__inner .splide .splide__arrows button:hover {
  opacity: 0.7;
}
#section-public-service .public-service__inner .splide .splide__arrows .splide__arrow--prev {
  position: absolute;
  left: 20%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #section-public-service .public-service__inner .splide .splide__arrows .splide__arrow--prev {
    left: 0%;
  }
}
#section-public-service .public-service__inner .splide .splide__arrows .splide__arrow--next {
  position: absolute;
  right: 20%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #section-public-service .public-service__inner .splide .splide__arrows .splide__arrow--next {
    right: 0%;
  }
}
#section-public-service .public-service__inner .splide .splide__slide {
  position: relative;
}
#section-public-service .public-service__inner .splide .splide__slide img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 450px) {
  #section-public-service .public-service__inner .splide .splide__slide img {
    height: 28rem;
    object-fit: cover;
  }
}
#section-public-service .public-service__inner .splide .splide__slide .caption-text {
  position: absolute;
  top: 2rem;
  left: 3rem;
  font-family: "Avenir";
  font-size: 0.9em;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  #section-public-service .public-service__inner .splide .splide__slide .caption-text {
    top: 0.5rem;
    left: 1.5rem;
  }
}
#section-public-service .public-service__inner .public-service_list {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 7rem 0;
}
@media screen and (max-width: 768px) {
  #section-public-service .public-service__inner .public-service_list {
    padding: 5rem 0 2rem;
  }
}
#section-public-service .public-service__inner .public-service_list li {
  text-align: center;
  font-family: "Avenir";
  line-height: 1.1;
  font-size: 0.8em;
  letter-spacing: 0.2rem;
  font-weight: 500;
  margin: 0 0 4%;
}
@media screen and (min-width: 769px) {
  #section-public-service .public-service__inner .public-service_list li {
    width: 12.5%;
  }
}
@media screen and (min-width: 451px) and (max-width: 768px) {
  #section-public-service .public-service__inner .public-service_list li {
    width: 16.6666666667%;
  }
}
@media screen and (max-width: 450px) {
  #section-public-service .public-service__inner .public-service_list li {
    width: 25%;
  }
}
#section-public-service .public-service__inner .public-service_list li .icon {
  display: inline-block;
  height: 8rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #section-public-service .public-service__inner .public-service_list li .icon {
    height: 7rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 450px) {
  #section-public-service .public-service__inner .public-service_list li .icon {
    height: 5rem;
    margin-bottom: 1rem;
  }
}
#section-public-service .public-service__inner .public-service_list li .icon img {
  height: 100%;
}

#section-plan {
  background: url(../img/plan-bg.jpg) center 0/cover no-repeat;
  width: 100%;
  height: 100%;
}
#section-plan .plan__inner {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 10rem 0 17.2rem;
}
@media screen and (max-width: 768px) {
  #section-plan .plan__inner {
    padding: 8rem 0 12.2rem;
  }
}
@media screen and (max-width: 450px) {
  #section-plan .plan__inner {
    padding: 6rem 0 8rem;
  }
}
#section-plan .plan__inner .section-title {
  display: inline-block;
  background-color: #000;
  padding: 0.7rem 2rem;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 768px) {
  #section-plan .plan__inner .section-title {
    margin-bottom: 2rem;
    padding: 0.7rem 1.3rem 0.5rem;
  }
}
@media screen and (max-width: 450px) {
  #section-plan .plan__inner .section-title {
    margin-bottom: 1.5rem;
    padding: 0.5rem 0.7rem 0.3rem;
  }
}
#section-plan .plan__inner .section-title h2 {
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  #section-plan .plan__inner .section-title h2 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  #section-plan .plan__inner .section-title h2 {
    font-size: 1.5rem;
  }
}
#section-plan .plan__inner .plan-list {
  border-bottom: 1px solid #fff;
}
#section-plan .plan__inner .plan-list li {
  width: 100%;
  border-top: 1px solid #fff;
  padding: 6rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 450px) {
  #section-plan .plan__inner .plan-list li {
    padding: 4rem 0;
    flex-direction: column;
  }
}
#section-plan .plan__inner .plan-list li .plan_img {
  position: relative;
  width: 72.5rem;
  height: 49.2rem;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  #section-plan .plan__inner .plan-list li .plan_img {
    width: 50.75rem;
    height: 40.44rem;
  }
}
@media screen and (max-width: 768px) {
  #section-plan .plan__inner .plan-list li .plan_img {
    width: 37.75rem;
    height: 35.44rem;
  }
}
@media screen and (max-width: 450px) {
  #section-plan .plan__inner .plan-list li .plan_img {
    width: 100%;
    height: 24rem;
    margin-bottom: 3rem;
  }
}
#section-plan .plan__inner .plan-list li .plan_img .caption {
  font-family: "Avenir";
  letter-spacing: 0.1rem;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
#section-plan .plan__inner .plan-list li .plan_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
#section-plan .plan__inner .plan-list li .plan_text-box {
  width: calc(100% - 72.5rem - 6.3rem);
  color: #fff;
}
@media screen and (max-width: 1080px) {
  #section-plan .plan__inner .plan-list li .plan_text-box {
    width: calc(100% - 50.75rem - 5.5rem);
  }
}
@media screen and (max-width: 768px) {
  #section-plan .plan__inner .plan-list li .plan_text-box {
    width: calc(100% - 37.75rem - 4.5rem);
  }
}
@media screen and (max-width: 450px) {
  #section-plan .plan__inner .plan-list li .plan_text-box {
    width: 100%;
  }
}
#section-plan .plan__inner .plan-list li .plan_text-box .text-box_title {
  font-family: "Avenir";
  font-size: 4.8rem;
  margin-bottom: 5.5rem;
  font-weight: 600;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 1080px) {
  #section-plan .plan__inner .plan-list li .plan_text-box .text-box_title {
    font-size: 3.36rem;
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  #section-plan .plan__inner .plan-list li .plan_text-box .text-box_title {
    font-size: 2.8rem;
    margin-bottom: 2.8rem;
  }
}
@media screen and (max-width: 450px) {
  #section-plan .plan__inner .plan-list li .plan_text-box .text-box_title {
    font-size: 2rem;
    margin-bottom: 1.7rem;
  }
}
#section-plan .plan__inner .plan-list li .plan_text-box p {
  margin-bottom: 3.7rem;
}
#section-plan .plan__inner .plan-list li .plan_text-box .plan_link-button a {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  position: relative;
  background-color: #fff;
  color: #000;
  font-weight: 500;
  padding: 1rem 2rem;
  transition: all 0.5s;
}
#section-plan .plan__inner .plan-list li .plan_text-box .plan_link-button a .arrow {
  width: 3rem;
  display: inline-block;
  transition: all 0.5s;
}
#section-plan .plan__inner .plan-list li .plan_text-box .plan_link-button a .arrow img {
  width: 100%;
  display: block;
}
#section-plan .plan__inner .plan-list li .plan_text-box .plan_link-button a:hover {
  background-color: #4D4D4D;
  color: #fff;
}
#section-plan .plan__inner .plan-list li .plan_text-box .plan_link-button a:hover .arrow {
  transform: translateX(4px);
  filter: invert(100%);
}

#section-about-cafe {
  background-color: #fff;
}
#section-about-cafe .about-cafe__inner {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 9.1rem 0 12.4rem;
}
@media screen and (max-width: 450px) {
  #section-about-cafe .about-cafe__inner {
    padding: 7rem 0;
  }
}
#section-about-cafe .about-cafe__inner .section-title {
  font-size: 4rem;
  font-family: "Avenir";
  font-weight: 600;
  text-align: center;
  margin-bottom: 5.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #section-about-cafe .about-cafe__inner .section-title {
    font-size: 2.8rem;
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 450px) {
  #section-about-cafe .about-cafe__inner .section-title {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
}
#section-about-cafe .about-cafe__inner .section-title span.ja {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #section-about-cafe .about-cafe__inner .section-title span.ja {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 450px) {
  #section-about-cafe .about-cafe__inner .section-title span.ja {
    font-size: 1.5rem;
  }
}
#section-about-cafe .about-cafe__inner .about-cafe_block {
  background: url(../img/about-cafe-bg.jpg) center 0/cover no-repeat;
  width: 100%;
  height: 100%;
  padding: 5.4rem 5.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #section-about-cafe .about-cafe__inner .about-cafe_block {
    padding: 3rem 2.7rem;
  }
}
@media screen and (max-width: 450px) {
  #section-about-cafe .about-cafe__inner .about-cafe_block {
    padding: 2.5rem 2rem;
    flex-direction: column-reverse;
  }
}
#section-about-cafe .about-cafe__inner .about-cafe_block .simple-slider {
  position: relative;
  width: 62.9rem;
  aspect-ratio: 16/10;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  #section-about-cafe .about-cafe__inner .about-cafe_block .simple-slider {
    width: 50.03rem;
  }
}
@media screen and (max-width: 768px) {
  #section-about-cafe .about-cafe__inner .about-cafe_block .simple-slider {
    width: 25.5rem;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 450px) {
  #section-about-cafe .about-cafe__inner .about-cafe_block .simple-slider {
    width: 35rem;
    aspect-ratio: 16/10;
    margin-top: 3rem;
  }
}
#section-about-cafe .about-cafe__inner .about-cafe_block .simple-slider .slider-img {
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.6s ease;
}
#section-about-cafe .about-cafe__inner .about-cafe_block .simple-slider .slider-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
#section-about-cafe .about-cafe__inner .about-cafe_block .simple-slider .slider-img .caption {
  font-family: "Avenir";
  letter-spacing: 0.1rem;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
#section-about-cafe .about-cafe__inner .about-cafe_block .simple-slider .slider-img.is-active {
  opacity: 1;
}
#section-about-cafe .about-cafe__inner .about-cafe_block .text-block {
  width: calc(100% - 62.9rem - 5.5rem);
  color: #fff;
}
@media screen and (max-width: 1080px) {
  #section-about-cafe .about-cafe__inner .about-cafe_block .text-block {
    width: calc(100% - 50.03rem - 5rem);
  }
}
@media screen and (max-width: 768px) {
  #section-about-cafe .about-cafe__inner .about-cafe_block .text-block {
    width: calc(100% - 25.5rem - 3rem);
  }
}
@media screen and (max-width: 450px) {
  #section-about-cafe .about-cafe__inner .about-cafe_block .text-block {
    width: 100%;
  }
}
#section-about-cafe .about-cafe__inner .about-cafe_block .text-block h3 {
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 1080px) {
  #section-about-cafe .about-cafe__inner .about-cafe_block .text-block h3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  #section-about-cafe .about-cafe__inner .about-cafe_block .text-block h3 {
    font-size: 2rem;
    margin-bottom: 1.7rem;
  }
}
@media screen and (max-width: 450px) {
  #section-about-cafe .about-cafe__inner .about-cafe_block .text-block h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}
#section-about-cafe .about-cafe__inner .about-cafe_block .text-block p {
  line-height: 2;
}

#section-location {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
#section-location::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 96.2rem;
  background-image: url("../img/logo-bg-white.svg");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #section-location::before {
    height: 40rem;
  }
}
@media screen and (max-width: 450px) {
  #section-location::before {
    height: 40rem;
  }
}
#section-location .location__inner {
  position: relative;
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  padding-bottom: 50rem;
}
@media screen and (max-width: 1080px) {
  #section-location .location__inner {
    padding-bottom: 32rem;
  }
}
@media screen and (max-width: 768px) {
  #section-location .location__inner {
    padding-bottom: 21rem;
  }
}
@media screen and (max-width: 450px) {
  #section-location .location__inner {
    padding-bottom: 13rem;
  }
}
#section-location .location__inner .location-top-block {
  padding-top: 8.2rem;
}
@media screen and (max-width: 768px) {
  #section-location .location__inner .location-top-block {
    padding-top: 3.2rem;
  }
}
#section-location .location__inner .location-top-block .section-title {
  display: inline-block;
  background-color: #000;
  padding: 0.7rem 2rem;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 768px) {
  #section-location .location__inner .location-top-block .section-title {
    margin-bottom: 2rem;
    padding: 0.7rem 1.3rem 0.5rem;
  }
}
@media screen and (max-width: 450px) {
  #section-location .location__inner .location-top-block .section-title {
    margin-bottom: 1.5rem;
    padding: 0.5rem 0.7rem 0.3rem;
  }
}
#section-location .location__inner .location-top-block .section-title h2 {
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  #section-location .location__inner .location-top-block .section-title h2 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  #section-location .location__inner .location-top-block .section-title h2 {
    font-size: 1.5rem;
  }
}
#section-location .location__inner .location-top-block p {
  margin-bottom: 6rem;
}
#section-location .location__inner .location-top-block .location-top-img {
  position: absolute;
  right: 0;
  bottom: 9.7rem;
  width: 92.7rem;
  height: 35rem;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  #section-location .location__inner .location-top-block .location-top-img {
    width: 64.89rem;
    height: 25.5rem;
    bottom: 7rem;
  }
}
@media screen and (max-width: 768px) {
  #section-location .location__inner .location-top-block .location-top-img {
    width: 48.91rem;
    height: 18.4rem;
    bottom: 3rem;
  }
}
@media screen and (max-width: 450px) {
  #section-location .location__inner .location-top-block .location-top-img {
    width: 29.91rem;
    height: 13.4rem;
    bottom: 2rem;
  }
}
#section-location .location__inner .location-top-block .location-top-img .move-image {
  width: 100%;
  height: 105%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: -4rem;
}
@media screen and (max-width: 1080px) {
  #section-location .location__inner .location-top-block .location-top-img .move-image {
    height: 110%;
  }
}
@media screen and (max-width: 450px) {
  #section-location .location__inner .location-top-block .location-top-img .move-image {
    top: -2.8rem;
  }
}
#section-location .location-bottom-slider .splide__slide img {
  height: auto;
  width: 100%;
}

#section-access {
  padding: 13rem 0;
}
@media screen and (max-width: 768px) {
  #section-access {
    padding: 10rem 0;
  }
}
#section-access .access__inner {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #section-access .access__inner {
    width: 90%;
    margin: 0 auto;
  }
}
#section-access .access__inner .google-map {
  width: 60%;
  max-width: 106.7rem;
  height: 67rem;
}
@media screen and (max-width: 1080px) {
  #section-access .access__inner .google-map {
    height: 55rem;
  }
}
@media screen and (max-width: 768px) {
  #section-access .access__inner .google-map {
    width: 100%;
    height: 30rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 450px) {
  #section-access .access__inner .google-map {
    height: 25rem;
  }
}
#section-access .access__inner .google-map iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
#section-access .access__inner .access-text-block {
  width: 90%;
  max-width: 1500px;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  #section-access .access__inner .access-text-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  #section-access .access__inner .access-text-block {
    width: 100%;
  }
}
#section-access .access__inner .access-text-block .access-text-block__inner {
  width: 33%;
  max-width: 51.7rem;
  margin: 0 0 0 auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #section-access .access__inner .access-text-block .access-text-block__inner {
    width: 100%;
    max-width: none;
  }
}
#section-access .access__inner .access-text-block .access-text-block__inner .section-title {
  display: inline-block;
  background-color: #000;
  padding: 0.7rem 2rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  #section-access .access__inner .access-text-block .access-text-block__inner .section-title {
    margin-bottom: 2rem;
    padding: 0.7rem 1.3rem 0.5rem;
  }
}
@media screen and (max-width: 450px) {
  #section-access .access__inner .access-text-block .access-text-block__inner .section-title {
    margin-bottom: 1.5rem;
    padding: 0.5rem 0.7rem 0.3rem;
  }
}
#section-access .access__inner .access-text-block .access-text-block__inner .section-title h2 {
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  #section-access .access__inner .access-text-block .access-text-block__inner .section-title h2 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  #section-access .access__inner .access-text-block .access-text-block__inner .section-title h2 {
    font-size: 1.5rem;
  }
}
#section-access .access__inner .access-text-block .access-text-block__inner p {
  margin-bottom: 4.5rem;
}
#section-access .access__inner .access-text-block .access-text-block__inner p span {
  display: inline-block;
  border-bottom: 1px solid #000;
  line-height: 1.25;
  margin-bottom: 1.3rem;
}
#section-access .access__inner .access-text-block .access-text-block__inner .google-map_link-button a {
  display: inline-flex;
  align-items: center;
  gap: 6rem;
  font-family: "Avenir";
  background-color: #4D4D4D;
  color: #F5F4F0;
  font-weight: 500;
  letter-spacing: 0.3rem;
  padding: 1rem 2rem;
  transition: all 0.5s;
}
#section-access .access__inner .access-text-block .access-text-block__inner .google-map_link-button a .arrow {
  display: inline-flex;
  width: 2rem;
  transition: transform 0.5s;
}
#section-access .access__inner .access-text-block .access-text-block__inner .google-map_link-button a .arrow img {
  width: 100%;
  display: block;
}
#section-access .access__inner .access-text-block .access-text-block__inner .google-map_link-button a:hover {
  background-color: #000;
  color: #fff;
}
#section-access .access__inner .access-text-block .access-text-block__inner .google-map_link-button a:hover .arrow {
  transform: translate(2px, -2px);
}

#section-outline .outline__inner {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  margin-bottom: 25.4rem;
}
@media screen and (max-width: 1080px) {
  #section-outline .outline__inner {
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  #section-outline .outline__inner {
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 450px) {
  #section-outline .outline__inner {
    margin-bottom: 10rem;
  }
}
#section-outline .outline__inner .section-title {
  display: inline-block;
  background-color: #000;
  padding: 0.7rem 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #section-outline .outline__inner .section-title {
    margin-bottom: 2rem;
    padding: 0.7rem 1.3rem 0.5rem;
  }
}
@media screen and (max-width: 450px) {
  #section-outline .outline__inner .section-title {
    margin-bottom: 1.5rem;
    padding: 0.5rem 0.7rem 0.3rem;
  }
}
#section-outline .outline__inner .section-title h2 {
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  #section-outline .outline__inner .section-title h2 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  #section-outline .outline__inner .section-title h2 {
    font-size: 1.5rem;
  }
}
#section-outline .outline__inner .outline-table {
  width: 100%;
  border-top: 1px solid #000;
}
@media screen and (max-width: 450px) {
  #section-outline .outline__inner .outline-table tr {
    display: flex;
    flex-direction: column;
  }
}
#section-outline .outline__inner .outline-table tr th,
#section-outline .outline__inner .outline-table tr td {
  font-weight: 500;
}
@media screen and (min-width: 451px) {
  #section-outline .outline__inner .outline-table tr th,
  #section-outline .outline__inner .outline-table tr td {
    padding: 0.5rem 1.5rem;
    border-bottom: 1px solid #000;
  }
}
#section-outline .outline__inner .outline-table tr th {
  width: 30%;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #section-outline .outline__inner .outline-table tr th {
    width: 40%;
  }
}
@media screen and (max-width: 450px) {
  #section-outline .outline__inner .outline-table tr th {
    width: 100%;
    padding-top: 1rem;
  }
}
#section-outline .outline__inner .outline-table tr td {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #section-outline .outline__inner .outline-table tr td {
    width: 60%;
  }
}
@media screen and (max-width: 450px) {
  #section-outline .outline__inner .outline-table tr td {
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: 1px solid #000;
  }
}

#section-collaboration .collaboration__inner .text-box {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}
#section-collaboration .collaboration__inner .text-box .section-title {
  font-family: "Avenir";
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 3rem;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  #section-collaboration .collaboration__inner .text-box .section-title {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #section-collaboration .collaboration__inner .text-box .section-title {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
}
#section-collaboration .collaboration__inner .text-box p {
  line-height: 2;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 768px) {
  #section-collaboration .collaboration__inner .text-box p {
    margin-bottom: 4rem;
  }
}
#section-collaboration .collaboration__inner .collaboration-block {
  width: 100%;
  height: 100%;
  padding: 10rem 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #section-collaboration .collaboration__inner .collaboration-block {
    padding: 6rem 0;
  }
}
#section-collaboration .collaboration__inner .collaboration-block .collaboration-block__inner {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 3rem 5.3rem 12.9rem 5.3rem;
}
@media screen and (max-width: 768px) {
  #section-collaboration .collaboration__inner .collaboration-block .collaboration-block__inner {
    padding: 2rem 2.3rem 6.9rem 2.3rem;
  }
}
#section-collaboration .collaboration__inner .collaboration-block .collaboration-block__inner .title h3 {
  font-family: "Avenir";
  font-size: 4.2rem;
  letter-spacing: 0.3rem;
  font-weight: 600;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #section-collaboration .collaboration__inner .collaboration-block .collaboration-block__inner .title h3 {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 450px) {
  #section-collaboration .collaboration__inner .collaboration-block .collaboration-block__inner .title h3 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}
#section-collaboration .collaboration__inner .collaboration-block .collaboration-block__inner .collaboration-block__detail {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 450px) {
  #section-collaboration .collaboration__inner .collaboration-block .collaboration-block__inner .collaboration-block__detail {
    flex-direction: column;
  }
}
#section-collaboration .collaboration__inner .collaboration-block .collaboration-block__inner .collaboration-block__detail .detail-img {
  position: relative;
  width: 60.5rem;
  overflow: hidden;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 1080px) {
  #section-collaboration .collaboration__inner .collaboration-block .collaboration-block__inner .collaboration-block__detail .detail-img {
    width: 50rem;
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 768px) {
  #section-collaboration .collaboration__inner .collaboration-block .collaboration-block__inner .collaboration-block__detail .detail-img {
    width: 34rem;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 450px) {
  #section-collaboration .collaboration__inner .collaboration-block .collaboration-block__inner .collaboration-block__detail .detail-img {
    width: 100%;
    aspect-ratio: 3/2;
    margin-bottom: 3rem;
  }
}
#section-collaboration .collaboration__inner .collaboration-block .collaboration-block__inner .collaboration-block__detail .detail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-collaboration .collaboration__inner .collaboration-block .collaboration-block__inner .collaboration-block__detail .detail-text {
  width: calc(100% - 67rem);
  margin-left: 6.5rem;
}
@media screen and (max-width: 768px) {
  #section-collaboration .collaboration__inner .collaboration-block .collaboration-block__inner .collaboration-block__detail .detail-text {
    width: calc(100% - 36.5rem);
    margin-left: 2.5rem;
  }
}
@media screen and (max-width: 450px) {
  #section-collaboration .collaboration__inner .collaboration-block .collaboration-block__inner .collaboration-block__detail .detail-text {
    width: 100%;
    margin-left: 0;
  }
}
#section-collaboration .collaboration__inner .collaboration-block .collaboration-block__inner .collaboration-block__detail .detail-text .title h4 {
  font-family: "Avenir";
  font-size: 3.5rem;
  letter-spacing: 0.3rem;
  font-weight: 500;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #section-collaboration .collaboration__inner .collaboration-block .collaboration-block__inner .collaboration-block__detail .detail-text .title h4 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 450px) {
  #section-collaboration .collaboration__inner .collaboration-block .collaboration-block__inner .collaboration-block__detail .detail-text .title h4 {
    font-size: 2rem;
    margin-bottom: 1.3rem;
  }
}
#section-collaboration .collaboration__inner .collaboration-block .collaboration-block__inner .collaboration-block__detail .detail-text .detail-link a {
  font-family: "Avenir";
  display: inline-flex;
  align-items: center;
  font-size: 0.8em;
  line-height: 1;
  letter-spacing: 0.05rem;
  transition: all 0.5s;
}
#section-collaboration .collaboration__inner .collaboration-block .collaboration-block__inner .collaboration-block__detail .detail-text .detail-link a .arrow {
  display: inline-block;
  align-items: center;
  height: 2rem;
  margin-left: 2rem;
}
#section-collaboration .collaboration__inner .collaboration-block .collaboration-block__inner .collaboration-block__detail .detail-text .detail-link a .arrow img {
  height: 100%;
}
#section-collaboration .collaboration__inner .collaboration-block .collaboration-block__inner .collaboration-block__detail .detail-text .detail-link a:hover {
  opacity: 0.7;
}
#section-collaboration .collaboration__inner .collaboration-block.banana-office_block {
  background: url(../img/collaboration_banana-office-bg.jpg) 0 center/cover no-repeat;
  width: 100%;
  height: 100%;
}
#section-collaboration .collaboration__inner .collaboration-block.banana-office_block .collaboration-block__inner {
  position: relative;
  clip-path: polygon(0 0, 94% 0, 94% 8%, 100% 8%, 100% 100%, 45% 100%, 45% 92%, 0 92%);
  border: 2px solid #fff;
}
#section-collaboration .collaboration__inner .collaboration-block.banana-office_block .collaboration-block__inner::before {
  position: absolute;
  content: "";
  width: 6.03%;
  height: 8%;
  background-color: #fff;
  top: 0;
  right: 0;
}
#section-collaboration .collaboration__inner .collaboration-block.banana-office_block .collaboration-block__inner::after {
  position: absolute;
  content: "";
  width: 45.1%;
  height: 8%;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #section-collaboration .collaboration__inner .collaboration-block.banana-office_block .collaboration-block__inner::after {
    width: 45.15%;
  }
}
@media screen and (max-width: 450px) {
  #section-collaboration .collaboration__inner .collaboration-block.banana-office_block .collaboration-block__inner::after {
    width: 45.2%;
  }
}
#section-collaboration .collaboration__inner .collaboration-block.okataoka_block {
  background: url(../img/collaboration_okataoka-bg.jpg) 0 center/cover no-repeat;
  width: 100%;
  height: 100%;
}
#section-collaboration .collaboration__inner .collaboration-block.okataoka_block .collaboration-block__inner {
  position: relative;
  clip-path: polygon(0 0, 50% 0, 50% 8%, 100% 8%, 100% 100%, 85% 100%, 85% 92%, 0 92%);
  border: 2px solid #fff;
}
#section-collaboration .collaboration__inner .collaboration-block.okataoka_block .collaboration-block__inner::before {
  position: absolute;
  content: "";
  width: 50.1%;
  height: 8%;
  background-color: #fff;
  top: 0;
  right: 0;
}
@media screen and (max-width: 450px) {
  #section-collaboration .collaboration__inner .collaboration-block.okataoka_block .collaboration-block__inner::before {
    width: 50.2%;
  }
}
#section-collaboration .collaboration__inner .collaboration-block.okataoka_block .collaboration-block__inner::after {
  position: absolute;
  content: "";
  width: 85.35%;
  height: 8%;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #section-collaboration .collaboration__inner .collaboration-block.okataoka_block .collaboration-block__inner::after {
    width: 85.44%;
  }
}
@media screen and (max-width: 450px) {
  #section-collaboration .collaboration__inner .collaboration-block.okataoka_block .collaboration-block__inner::after {
    width: 86%;
  }
}

#section-benefit {
  width: 100%;
}
#section-benefit .benefit__inner {
  position: relative;
  padding: 14rem 0 35.6rem;
}
@media screen and (max-width: 1080px) {
  #section-benefit .benefit__inner {
    padding: 13rem 0 30rem;
  }
}
@media screen and (max-width: 768px) {
  #section-benefit .benefit__inner {
    padding: 9rem 0 15rem;
  }
}
@media screen and (max-width: 450px) {
  #section-benefit .benefit__inner {
    padding: 6rem 0 12rem;
  }
}
#section-benefit .benefit__inner::after {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35.6rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #section-benefit .benefit__inner::after {
    height: 20rem;
  }
}
#section-benefit .benefit__inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 96.2rem;
  background-image: url("../img/logo-bg-white.svg");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #section-benefit .benefit__inner::before {
    height: 40rem;
  }
}
@media screen and (max-width: 450px) {
  #section-benefit .benefit__inner::before {
    height: 45rem;
  }
}
#section-benefit .benefit__inner .text-box {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}
#section-benefit .benefit__inner .text-box .section-title {
  font-family: "Avenir";
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 3rem;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  #section-benefit .benefit__inner .text-box .section-title {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
#section-benefit .benefit__inner .text-box p {
  line-height: 2;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 768px) {
  #section-benefit .benefit__inner .text-box p {
    margin-bottom: 4rem;
  }
}
#section-benefit .benefit__inner .benefit-slider {
  margin-bottom: 5rem;
}
#section-benefit .benefit__inner .benefit-slider .splide__slide img {
  height: auto;
  width: 100%;
}
#section-benefit .benefit__inner .about-hotel_block {
  background: url(../img/about-hotel-bg.jpg) center 0/cover no-repeat;
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  height: 100%;
  padding: 5.4rem 5.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #section-benefit .benefit__inner .about-hotel_block {
    padding: 3rem 2.7rem;
  }
}
@media screen and (max-width: 450px) {
  #section-benefit .benefit__inner .about-hotel_block {
    padding: 2.5rem 2rem;
    flex-direction: column-reverse;
  }
}
#section-benefit .benefit__inner .about-hotel_block .simple-slider {
  position: relative;
  width: 62.9rem;
  aspect-ratio: 16/10;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  #section-benefit .benefit__inner .about-hotel_block .simple-slider {
    width: 50.03rem;
  }
}
@media screen and (max-width: 768px) {
  #section-benefit .benefit__inner .about-hotel_block .simple-slider {
    width: 25.5rem;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 450px) {
  #section-benefit .benefit__inner .about-hotel_block .simple-slider {
    width: 35rem;
    aspect-ratio: 16/10;
    margin-top: 3rem;
  }
}
#section-benefit .benefit__inner .about-hotel_block .simple-slider .slider-img {
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.6s ease;
}
#section-benefit .benefit__inner .about-hotel_block .simple-slider .slider-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
#section-benefit .benefit__inner .about-hotel_block .simple-slider .slider-img .caption {
  font-family: "Avenir";
  letter-spacing: 0.1rem;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
#section-benefit .benefit__inner .about-hotel_block .simple-slider .slider-img.is-active {
  opacity: 1;
}
#section-benefit .benefit__inner .about-hotel_block .text-block {
  width: calc(100% - 62.9rem - 5.5rem);
  color: #fff;
}
@media screen and (max-width: 1080px) {
  #section-benefit .benefit__inner .about-hotel_block .text-block {
    width: calc(100% - 50.03rem - 5rem);
  }
}
@media screen and (max-width: 768px) {
  #section-benefit .benefit__inner .about-hotel_block .text-block {
    width: calc(100% - 25.5rem - 3rem);
  }
}
@media screen and (max-width: 450px) {
  #section-benefit .benefit__inner .about-hotel_block .text-block {
    width: 100%;
  }
}
#section-benefit .benefit__inner .about-hotel_block .text-block h3 {
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 1080px) {
  #section-benefit .benefit__inner .about-hotel_block .text-block h3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  #section-benefit .benefit__inner .about-hotel_block .text-block h3 {
    font-size: 2rem;
    margin-bottom: 1.7rem;
  }
}
@media screen and (max-width: 450px) {
  #section-benefit .benefit__inner .about-hotel_block .text-block h3 {
    font-size: 1.6rem;
  }
}
#section-benefit .benefit__inner .about-hotel_block .text-block p {
  line-height: 2;
  margin-bottom: 4rem;
}
#section-benefit .benefit__inner .about-hotel_block .text-block .hotel_link-button a {
  display: inline-flex;
  align-items: center;
  gap: 3rem;
  font-family: "Avenir";
  background-color: #fff;
  color: #333333;
  font-weight: 500;
  letter-spacing: 0.3rem;
  padding: 1rem 2rem;
  transition: all 0.5s;
}
#section-benefit .benefit__inner .about-hotel_block .text-block .hotel_link-button a .arrow {
  display: inline-flex;
  height: 2rem;
  transition: transform 0.5s;
}
#section-benefit .benefit__inner .about-hotel_block .text-block .hotel_link-button a .arrow img {
  height: 100%;
  display: block;
}
#section-benefit .benefit__inner .about-hotel_block .text-block .hotel_link-button a:hover {
  background-color: #4D4D4D;
  color: #fff;
}
#section-benefit .benefit__inner .about-hotel_block .text-block .hotel_link-button a:hover .arrow {
  transform: translate(2px, -2px);
  filter: invert(100%);
}

#section-contact {
  background-color: #fff;
  padding: 16.9rem 0 17.5rem;
}
@media screen and (max-width: 768px) {
  #section-contact {
    padding: 10rem 0 15rem;
  }
}
@media screen and (max-width: 768px) {
  #section-contact {
    padding: 7rem 0 10rem;
  }
}
#section-contact .contact__inner {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #section-contact .contact__inner {
    flex-direction: column;
  }
}
#section-contact .contact__inner .contact-form__thanks-text {
  width: 100%;
}
#section-contact .contact__inner .contact-form__text {
  width: 68.2rem;
}
@media screen and (max-width: 1080px) {
  #section-contact .contact__inner .contact-form__text {
    width: 50rem;
  }
}
@media screen and (max-width: 768px) {
  #section-contact .contact__inner .contact-form__text {
    width: 100%;
    margin-bottom: 8rem;
  }
}
#section-contact .contact__inner .contact-form__text .secContactTxt01 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #section-contact .contact__inner .contact-form__text .secContactTxt01 {
    font-size: 1.4rem;
  }
}
#section-contact .contact__inner .contact-form__text .long-vacation {
  width: 100%;
  padding: 1rem;
  background-color: #F5F4F0;
  font-size: 0.9em;
}
#section-contact .contact__inner .contact-form__text .contact-img {
  position: relative;
  width: 100%;
  height: 45.9rem;
  margin-top: 8.5rem;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  #section-contact .contact__inner .contact-form__text .contact-img {
    height: 32.13rem;
  }
}
@media screen and (max-width: 768px) {
  #section-contact .contact__inner .contact-form__text .contact-img {
    height: 28rem;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 450px) {
  #section-contact .contact__inner .contact-form__text .contact-img {
    height: 23rem;
    margin-top: 3rem;
  }
}
#section-contact .contact__inner .contact-form__text .contact-img .move-image {
  width: 100%;
  height: 103%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: -3.8rem;
  left: 0;
}
@media screen and (max-width: 1080px) {
  #section-contact .contact__inner .contact-form__text .contact-img .move-image {
    top: -4rem;
  }
}
#section-contact .contact__inner .section-title {
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 768px) {
  #section-contact .contact__inner .section-title {
    margin-bottom: 2rem;
    padding: 0.7rem 1.3rem 0.5rem;
  }
}
@media screen and (max-width: 450px) {
  #section-contact .contact__inner .section-title {
    margin-bottom: 1.5rem;
    padding: 0.5rem 0.7rem 0.3rem;
  }
}
#section-contact .contact__inner .section-title h2 {
  display: inline-block;
  background-color: #000;
  padding: 0.7rem 2rem;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.3rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #section-contact .contact__inner .section-title h2 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  #section-contact .contact__inner .section-title h2 {
    font-size: 1.5rem;
  }
}
#section-contact .contact__inner .secContactForm {
  width: 70rem !important;
  max-width: 680px;
}
@media screen and (max-width: 1080px) {
  #section-contact .contact__inner .secContactForm {
    width: 65rem !important;
  }
}
@media screen and (max-width: 768px) {
  #section-contact .contact__inner .secContactForm {
    width: 100% !important;
  }
}

.plan_top-block {
  width: 100%;
  overflow: hidden;
}
.plan_top-block .plan_top-block__inner {
  position: relative;
  padding: 16.4rem 0 3.3rem;
  width: 90%;
  max-width: 1500px;
  margin: 0 auto 10rem;
}
@media screen and (max-width: 768px) {
  .plan_top-block .plan_top-block__inner {
    margin: 0 auto 8rem;
  }
}
@media screen and (max-width: 768px) {
  .plan_top-block .plan_top-block__inner {
    padding: 11rem 0 3.3rem;
  }
}
.plan_top-block .plan_top-block__inner .section-title {
  display: inline-block;
  background-color: #000;
  padding: 0.7rem 2rem;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 768px) {
  .plan_top-block .plan_top-block__inner .section-title {
    margin-bottom: 2rem;
    padding: 0.7rem 1.3rem 0.5rem;
  }
}
@media screen and (max-width: 450px) {
  .plan_top-block .plan_top-block__inner .section-title {
    margin-bottom: 1.5rem;
    padding: 0.5rem 0.7rem 0.3rem;
  }
}
.plan_top-block .plan_top-block__inner .section-title h2 {
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  .plan_top-block .plan_top-block__inner .section-title h2 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 450px) {
  .plan_top-block .plan_top-block__inner .section-title h2 {
    font-size: 1.5rem;
  }
}
.plan_top-block .plan_top-block__inner .plan_top-block_text {
  padding-bottom: 30.3rem;
}
@media screen and (max-width: 768px) {
  .plan_top-block .plan_top-block__inner .plan_top-block_text {
    padding-bottom: 19rem;
  }
}
@media screen and (max-width: 450px) {
  .plan_top-block .plan_top-block__inner .plan_top-block_text {
    padding-bottom: 12.5rem;
  }
}
.plan_top-block .plan_top-block__inner .plan_top-block_text .text-box {
  display: block;
}
.plan_top-block .plan_top-block__inner .plan_top-block_text .text-box p {
  display: inline-block;
  background-color: #fff;
}
.plan_top-block .plan_top-block__inner .plan_top-block_text .text-box.text-box1 p {
  padding: 2.7rem 6.3rem;
  font-family: "Avenir";
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  .plan_top-block .plan_top-block__inner .plan_top-block_text .text-box.text-box1 p {
    padding: 1.7rem 5rem 1.7rem 2rem;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 450px) {
  .plan_top-block .plan_top-block__inner .plan_top-block_text .text-box.text-box1 p {
    padding: 1.3rem 1.5rem;
    font-size: 2rem;
  }
}
.plan_top-block .plan_top-block__inner .plan_top-block_text .text-box.text-box1 p .line1 {
  display: inline-block;
  font-size: 2.5rem;
}
@media screen and (max-width: 450px) {
  .plan_top-block .plan_top-block__inner .plan_top-block_text .text-box.text-box1 p .line1 {
    font-size: 1.8rem;
  }
}
.plan_top-block .plan_top-block__inner .plan_top-block_text .text-box.text-box1 p .line2 {
  font-size: 4rem;
}
@media screen and (max-width: 450px) {
  .plan_top-block .plan_top-block__inner .plan_top-block_text .text-box.text-box1 p .line2 {
    font-size: 2.3rem;
  }
}
.plan_top-block .plan_top-block__inner .plan_top-block_text .text-box.text-box1 p .line2 .small {
  display: inline-block;
  font-size: 0.5em;
  margin-left: 2rem;
}
@media screen and (max-width: 450px) {
  .plan_top-block .plan_top-block__inner .plan_top-block_text .text-box.text-box1 p .line2 .small {
    font-size: 1.5rem;
  }
}
.plan_top-block .plan_top-block__inner .plan_top-block_text .text-box.text-box2 {
  margin-left: 9.9rem;
}
@media screen and (max-width: 768px) {
  .plan_top-block .plan_top-block__inner .plan_top-block_text .text-box.text-box2 {
    margin-left: 6rem;
  }
}
@media screen and (max-width: 450px) {
  .plan_top-block .plan_top-block__inner .plan_top-block_text .text-box.text-box2 {
    margin-left: 3rem;
  }
}
.plan_top-block .plan_top-block__inner .plan_top-block_text .text-box.text-box2 p {
  width: 91.5rem;
  padding: 5rem 10.4rem 8rem 7.8rem;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .plan_top-block .plan_top-block__inner .plan_top-block_text .text-box.text-box2 p {
    width: 70%;
    padding: 3rem 3rem 4rem 3rem;
  }
}
@media screen and (max-width: 450px) {
  .plan_top-block .plan_top-block__inner .plan_top-block_text .text-box.text-box2 p {
    width: 95%;
    padding: 1rem 2rem 3rem 2rem;
    line-height: 2;
  }
}
.plan_top-block .plan_top-block__inner .top-block_img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 85.1rem;
  height: 38.3rem;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .plan_top-block .plan_top-block__inner .top-block_img {
    width: 68.46rem;
    height: 37.16rem;
  }
}
@media screen and (max-width: 768px) {
  .plan_top-block .plan_top-block__inner .top-block_img {
    width: 48.8rem;
    height: 24.8rem;
  }
}
@media screen and (max-width: 450px) {
  .plan_top-block .plan_top-block__inner .top-block_img {
    width: 30rem;
    height: 17.8rem;
  }
}
.plan_top-block .plan_top-block__inner .top-block_img .move-image {
  width: 100%;
  height: 108%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: -4.5rem;
}
@media screen and (max-width: 450px) {
  .plan_top-block .plan_top-block__inner .top-block_img .move-image {
    top: -2rem;
  }
}

.cp-banner_block {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto 12rem;
}
@media screen and (max-width: 450px) {
  .cp-banner_block {
    margin: 0 auto 6rem;
  }
}
.cp-banner_block .cp-banner_block__inner {
  width: 70%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .cp-banner_block .cp-banner_block__inner {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .cp-banner_block .cp-banner_block__inner {
    flex-direction: column;
  }
}
.cp-banner_block .cp-banner_block__inner .cp-banner1,
.cp-banner_block .cp-banner_block__inner .cp-banner2 {
  width: 48%;
}
@media screen and (max-width: 450px) {
  .cp-banner_block .cp-banner_block__inner .cp-banner1,
  .cp-banner_block .cp-banner_block__inner .cp-banner2 {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.cp-banner_block .cp-banner_block__inner .cp-banner1 a,
.cp-banner_block .cp-banner_block__inner .cp-banner2 a {
  display: inline-block;
  width: 100%;
  transition: all 0.5s;
}
.cp-banner_block .cp-banner_block__inner .cp-banner1 a img,
.cp-banner_block .cp-banner_block__inner .cp-banner2 a img {
  width: 100%;
}
.cp-banner_block .cp-banner_block__inner .cp-banner1 a:hover,
.cp-banner_block .cp-banner_block__inner .cp-banner2 a:hover {
  opacity: 0.7;
}

.plan {
  margin-bottom: 17rem;
}
@media screen and (max-width: 450px) {
  .plan {
    margin-bottom: 10rem;
  }
}

.plan__title {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.plan__title h4 {
  font-weight: 400;
}
.plan__title small {
  width: 40%;
}

.plan__details {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}
.plan__details .text-box .section-title {
  font-family: "Avenir";
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 3rem;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  .plan__details .text-box .section-title {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .plan__details .text-box .section-title {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
}
.plan__details .text-box p {
  line-height: 2;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .plan__details .text-box p {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .plan__details .text-box p {
    margin-bottom: 1.5rem;
  }
}

.plan__container {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.plan__container .plan__tabs {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  border: 2px solid #000;
}
@media screen and (max-width: 450px) {
  .plan__container .plan__tabs.office_tab {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 450px) {
  .plan__container .plan__tabs.office_tab .plan__tab {
    width: 25%;
  }
  .plan__container .plan__tabs.office_tab .plan__tab:nth-child(1), .plan__container .plan__tabs.office_tab .plan__tab:nth-child(2), .plan__container .plan__tabs.office_tab .plan__tab:nth-child(3), .plan__container .plan__tabs.office_tab .plan__tab:nth-child(4) {
    border-bottom: 2px solid #000;
  }
  .plan__container .plan__tabs.office_tab .plan__tab:nth-child(5) {
    border-left: none;
  }
}
.plan__container .plan__tabs .plan__tab {
  font-family: "Avenir";
  flex: 1 0 auto;
  padding: 1rem;
  text-align: center;
  color: #000;
  cursor: pointer;
  transition: all ease 0.35s;
  font-size: 1.8em;
  font-weight: bold;
}
@media screen and (max-width: 450px) {
  .plan__container .plan__tabs .plan__tab {
    font-size: 1.5em;
  }
}
.plan__container .plan__tabs .plan__tab:not(:first-child) {
  border-left: 2px solid #000;
}
.plan__container .plan__tabs .plan__tab:hover {
  background: #EBEBEB;
}
.plan__container .plan__tabs .plan__tab.active {
  background: #333;
  color: #fff;
}
.plan__container .plan__zumen {
  position: relative;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}
@media screen and (max-width: 450px) {
  .plan__container .plan__zumen {
    width: 100%;
  }
}
.plan__container .plan__zumen img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.plan__container .plan__content {
  display: block;
  position: relative;
  height: fit-content;
  border-collapse: collapse;
}
.plan__container .plan__content .plan__panel {
  display: none;
  position: relative;
  height: 100%;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
  background-color: #fff;
}
.plan__container .plan__content .plan__panel.active {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 450px) {
  .plan__container .plan__content .plan__panel.active {
    flex-direction: column;
  }
}
.plan__container .plan__content .plan__panel .splide__plan {
  position: relative;
  width: 50%;
  border-left: 2px solid #000000;
}
@media screen and (max-width: 450px) {
  .plan__container .plan__content .plan__panel .splide__plan {
    width: 100%;
    border-left: none;
    border-top: 2px solid #000000;
  }
}
.plan__container .plan__content .plan__panel .splide__plan .splide__track {
  width: 100%;
  aspect-ratio: 12/8;
}
.plan__container .plan__content .plan__panel .splide__plan .splide__track .splide__list {
  width: 100%;
}
.plan__container .plan__content .plan__panel .splide__plan .splide__track .splide__list .splide__slide {
  width: 100%;
  margin-right: 0;
}
.plan__container .plan__content .plan__panel .splide__plan .splide__track .splide__list .splide__slide img {
  min-width: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
}
.plan__container .plan__content .plan__panel .splide__plan .splide__track .splide__list .splide__slide .slide__caption {
  position: absolute;
  left: 1rem;
  top: 1rem;
  color: #fff;
  letter-spacing: 0.15rem;
  text-shadow: 0 0 0.5rem #000;
  font-size: 0.9em;
  line-height: 1.5;
}
.plan__container .plan__content .plan__panel .splide__plan .splide__arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  z-index: 1;
}
.plan__container .plan__content .plan__panel .splide__plan .splide__arrows button {
  width: 5.7rem;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .plan__container .plan__content .plan__panel .splide__plan .splide__arrows button {
    width: 4.5rem;
  }
}
@media screen and (max-width: 450px) {
  .plan__container .plan__content .plan__panel .splide__plan .splide__arrows button {
    width: 3.3rem;
  }
}
.plan__container .plan__content .plan__panel .splide__plan .splide__arrows button img {
  width: 100%;
}
.plan__container .plan__content .plan__panel .splide__plan .splide__arrows button:hover {
  opacity: 0.7;
}
.plan__container .plan__content .plan__panel .splide__plan .splide__arrows .splide__arrow--prev {
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
}
.plan__container .plan__content .plan__panel .splide__plan .splide__arrows .splide__arrow--next {
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
}
.plan__container .cp-text tr {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 8px 15px 6px;
  line-height: 1.3;
  background-color: var(--color-red);
  color: #fff;
  font-size: 1.1em;
  font-weight: 500;
  letter-spacing: 0.2rem;
  text-align: center;
  border-top: 2px solid #000000;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
}
@media screen and (max-width: 450px) {
  .plan__container .cp-text tr {
    text-align: left;
  }
}
.plan__container .plan__table {
  background-color: #F5F4F0;
  width: 100%;
  margin-bottom: 4rem;
}
@media screen and (min-width: 451px) {
  .plan__container .plan__table {
    border: 2px solid #000000;
  }
}
@media screen and (max-width: 450px) {
  .plan__container .plan__table {
    margin-bottom: 2rem;
  }
}
.plan__container .plan__table .plan__table--head th {
  height: 5rem;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 0.25rem;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  background-color: #e2e2e2;
}
@media screen and (max-width: 450px) {
  .plan__container .plan__table .plan__table--head th {
    display: none;
  }
}
@media screen and (min-width: 451px) {
  .plan__container .plan__table tr {
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
}
@media screen and (max-width: 450px) {
  .plan__container .plan__table tr {
    display: flex;
    flex-direction: column;
  }
}
.plan__container .plan__table tr td {
  height: 7rem;
  text-align: center;
  vertical-align: middle;
  line-height: 1.3;
  font-size: 1em;
  font-weight: 500;
}
@media screen and (max-width: 450px) {
  .plan__container .plan__table tr td {
    width: 100% !important;
    border-bottom: 2px solid #000;
    height: auto;
    padding: 1rem 0;
  }
}
@media screen and (max-width: 450px) {
  .plan__container .plan__table.plan__list--office tr, .plan__container .plan__table.plan__list--shop tr {
    margin-bottom: 1rem;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
  }
}
.plan__container .plan__table.plan__list--office th,
.plan__container .plan__table.plan__list--office td, .plan__container .plan__table.plan__list--shop th,
.plan__container .plan__table.plan__list--shop td {
  width: 20%;
}
.plan__container .plan__table.plan__list--office td:nth-child(1), .plan__container .plan__table.plan__list--shop td:nth-child(1) {
  font-family: "Avenir";
  font-weight: 600;
  font-size: 1.4em;
}
@media screen and (max-width: 450px) {
  .plan__container .plan__table.plan__list--office td, .plan__container .plan__table.plan__list--shop td {
    position: relative;
    padding-left: 25%;
  }
  .plan__container .plan__table.plan__list--office td::before, .plan__container .plan__table.plan__list--shop td::before {
    position: absolute;
    display: flex;
    align-items: center;
    width: 25%;
    height: 100%;
    background-color: #e2e2e2;
    border-right: 2px solid #000;
    top: 0;
    left: 0;
    padding: 1rem;
    font-size: 1.4rem;
    font-weight: 600;
  }
  .plan__container .plan__table.plan__list--office td:nth-child(1)::before, .plan__container .plan__table.plan__list--shop td:nth-child(1)::before {
    content: "区画";
  }
  .plan__container .plan__table.plan__list--office td:nth-child(2)::before, .plan__container .plan__table.plan__list--shop td:nth-child(2)::before {
    content: "面積";
  }
  .plan__container .plan__table.plan__list--office td:nth-child(3)::before, .plan__container .plan__table.plan__list--shop td:nth-child(3)::before {
    content: "賃料";
  }
  .plan__container .plan__table.plan__list--office td:nth-child(4)::before, .plan__container .plan__table.plan__list--shop td:nth-child(4)::before {
    content: "諸経費";
  }
  .plan__container .plan__table.plan__list--office td:nth-child(5)::before, .plan__container .plan__table.plan__list--shop td:nth-child(5)::before {
    content: "入居可能日";
  }
}
@media screen and (max-width: 450px) {
  .plan__container .plan__table.plan__list--coworking tr {
    margin-bottom: 1rem;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
  }
}
.plan__container .plan__table.plan__list--coworking th,
.plan__container .plan__table.plan__list--coworking td {
  width: 16.6666666667%;
}
@media screen and (max-width: 450px) {
  .plan__container .plan__table.plan__list--coworking td {
    position: relative;
    padding-left: 25%;
  }
  .plan__container .plan__table.plan__list--coworking td::before {
    position: absolute;
    display: flex;
    align-items: center;
    width: 25%;
    height: 100%;
    background-color: #e2e2e2;
    border-right: 2px solid #000;
    top: 0;
    left: 0;
    padding: 1rem;
    font-size: 1.4rem;
    font-weight: 600;
  }
  .plan__container .plan__table.plan__list--coworking td:nth-child(1)::before {
    content: "区画";
  }
  .plan__container .plan__table.plan__list--coworking td:nth-child(2)::before {
    content: "月額利用料";
  }
  .plan__container .plan__table.plan__list--coworking td:nth-child(3)::before {
    content: "法人登記";
  }
  .plan__container .plan__table.plan__list--coworking td:nth-child(4)::before {
    content: "専用ポスト";
  }
  .plan__container .plan__table.plan__list--coworking td:nth-child(5)::before {
    content: "住所利用";
  }
  .plan__container .plan__table.plan__list--coworking td:nth-child(6)::before {
    content: "入居可能日";
  }
}

.plan__outline p {
  font-size: 1em;
  margin-bottom: 3rem;
}
@media screen and (max-width: 450px) {
  .plan__outline p {
    margin-bottom: 2rem;
  }
}

.plan__caution-text {
  margin-bottom: 3.5rem;
}
.plan__caution-text p {
  font-size: 0.8em;
  line-height: 1.5;
}

.accordion {
  width: 100%;
}
.accordion .accordion__head {
  position: relative;
  display: flex;
  align-items: end;
  line-height: 1;
  width: 50%;
  text-align: left;
  padding: 3rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  background: #F5F4F0;
  font-weight: bold;
  font-size: 0.8em;
  border: 2px solid #000000;
}
@media screen and (max-width: 768px) {
  .accordion .accordion__head {
    width: 65%;
  }
}
@media screen and (max-width: 450px) {
  .accordion .accordion__head {
    width: 90%;
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    line-height: 1.7;
  }
}
.accordion .accordion__head::before {
  position: absolute;
  content: "";
  background: url(../img/accordion-button-icon.svg) 0 0/cover no-repeat;
  width: 3rem;
  height: 3rem;
  right: 3rem;
  top: 50%;
  transform: rotate(0deg) translateY(-50%);
}
@media screen and (max-width: 450px) {
  .accordion .accordion__head::before {
    right: 2rem;
  }
}
.accordion .accordion__head::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background-color: #F5F4F0;
  bottom: -3px;
  left: 0;
  z-index: 1;
}
.accordion .accordion__head span {
  display: inline-block;
  font-family: "Avenir";
  font-size: 2.5rem;
  letter-spacing: 0.3rem;
  margin-right: 2rem;
  line-height: 0.8;
}
@media screen and (max-width: 450px) {
  .accordion .accordion__head span {
    font-size: 2rem;
    margin-right: 1rem;
  }
}
.accordion .accordion__contents {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  padding: 0 3rem;
  border: 0px solid #000000;
  margin-top: -2px;
}
.accordion .accordion__contents .outline-table {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.accordion .accordion__contents .outline-table dl {
  width: 49%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .accordion .accordion__contents .outline-table dl {
    width: 100%;
  }
}
.accordion .accordion__contents .outline-table dl:not(:last-child) {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 450px) {
  .accordion .accordion__contents .outline-table dl {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 451px) {
  .accordion .accordion__contents .outline-table dl dt, .accordion .accordion__contents .outline-table dl dd {
    padding: 1rem 0;
  }
}
.accordion .accordion__contents .outline-table dl dt {
  width: 40%;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .accordion .accordion__contents .outline-table dl dt {
    width: 30%;
  }
}
@media screen and (max-width: 450px) {
  .accordion .accordion__contents .outline-table dl dt {
    width: 100%;
    padding-top: 1rem;
    line-height: 1.5;
  }
}
.accordion .accordion__contents .outline-table dl dd {
  width: 60%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .accordion .accordion__contents .outline-table dl dd {
    width: 70%;
  }
}
@media screen and (max-width: 450px) {
  .accordion .accordion__contents .outline-table dl dd {
    width: 100%;
    padding-bottom: 1rem;
    line-height: 1.5;
  }
}
.accordion.is-open .accordion__head::before {
  transform: rotate(45deg) translateY(-70%);
  right: 4.5rem;
}
@media screen and (max-width: 450px) {
  .accordion.is-open .accordion__head::before {
    right: 3.5rem;
  }
}
.accordion.is-open .accordion__head::after {
  height: 5px;
}
.accordion.is-open .accordion__contents {
  padding: 2rem 3rem;
  max-height: 1500px;
  border: 2px solid #000;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 450px) {
  .accordion.is-open .accordion__contents {
    padding: 2rem;
  }
}

.public-service_block {
  position: relative;
  padding-bottom: 29rem;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .public-service_block {
    padding-bottom: 6rem;
  }
}
.public-service_block::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 35.6rem;
  background-color: #F5F4F0;
}
@media screen and (max-width: 768px) {
  .public-service_block::after {
    height: 35rem;
  }
}
.public-service_block::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 96.2rem;
  background-image: url("../img/logo-bg-white.svg");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .public-service_block::before {
    height: 40rem;
  }
}
@media screen and (max-width: 450px) {
  .public-service_block::before {
    height: 45rem;
  }
}
.public-service_block .text-box {
  text-align: center;
  margin-bottom: 5rem;
}
.public-service_block .text-box .section-title {
  font-family: "Avenir";
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 3rem;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  .public-service_block .text-box .section-title {
    font-size: 3rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 450px) {
  .public-service_block .text-box .section-title {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}
.public-service_block .public-service_list {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 7rem 0;
}
@media screen and (max-width: 768px) {
  .public-service_block .public-service_list {
    padding: 5rem 0 2rem;
  }
}
.public-service_block .public-service_list li {
  text-align: center;
  font-family: "Avenir";
  line-height: 1.1;
  font-size: 0.8em;
  letter-spacing: 0.2rem;
  font-weight: 500;
  margin: 0 0 4%;
}
@media screen and (min-width: 769px) {
  .public-service_block .public-service_list li {
    width: 12.5%;
  }
}
@media screen and (min-width: 451px) and (max-width: 768px) {
  .public-service_block .public-service_list li {
    width: 16.6666666667%;
  }
}
@media screen and (max-width: 450px) {
  .public-service_block .public-service_list li {
    width: 25%;
  }
}
.public-service_block .public-service_list li .icon {
  display: inline-block;
  height: 8rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .public-service_block .public-service_list li .icon {
    height: 7rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 450px) {
  .public-service_block .public-service_list li .icon {
    height: 5rem;
    margin-bottom: 1rem;
  }
}
.public-service_block .public-service_list li .icon img {
  height: 100%;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal .modal_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 800px;
}
.modal .modal_inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.modal .modal_inner .modal_close {
  display: block;
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
  transition: 0.3s;
  z-index: 5;
  cursor: pointer;
}
.modal .modal_inner .modal_close:hover {
  opacity: 0.7;
}
.modal .modal_inner .modal_close::before, .modal .modal_inner .modal_close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  margin-left: -50%;
  background-color: #000;
  z-index: 5;
}
.modal .modal_inner .modal_close::before {
  transform: rotate(45deg);
}
.modal .modal_inner .modal_close::after {
  transform: rotate(-45deg);
}

.modal_img {
  cursor: pointer;
}

.modal-gallery {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.modal-gallery.show {
  opacity: 1;
  pointer-events: auto;
}
.modal-gallery .modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 800px;
  z-index: 2;
  border-radius: 8px;
}
.modal-gallery .modal__content img {
  width: 100%;
}
.modal-gallery .modal__close {
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
  transition: 0.3s;
  z-index: 5;
  cursor: pointer;
}
.modal-gallery .modal__close::before, .modal-gallery .modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  margin-left: -50%;
  background-color: #000;
}
.modal-gallery .modal__close::before {
  transform: rotate(45deg);
}
.modal-gallery .modal__close::after {
  transform: rotate(-45deg);
}
.modal-gallery .splide__arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  z-index: 1;
}
.modal-gallery .splide__arrows button {
  width: 6rem;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .modal-gallery .splide__arrows button {
    width: 4.5rem;
  }
}
@media screen and (max-width: 450px) {
  .modal-gallery .splide__arrows button {
    width: 3.3rem;
  }
}
.modal-gallery .splide__arrows button img {
  width: 100%;
}
.modal-gallery .splide__arrows button:hover {
  opacity: 0.7;
}
.modal-gallery .splide__arrows .splide__arrow--prev {
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
}
.modal-gallery .splide__arrows .splide__arrow--next {
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
}
.modal-gallery .modal__overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

body {
  background-color: #F5F4F0;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  overflow-x: hidden;
  font-size: 1.8rem;
  line-height: 2.2;
}
@media (max-width: 1080px) {
  body {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 1.7rem;
  }
}
@media (max-width: 450px) {
  body {
    font-size: 1.4rem;
  }
}

@-webkit-keyframes fadeToppage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: auto;
  font-size: 0.5208333333vw;
}

@media (max-width: 1920px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 0.546875vw;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 0.5989583333vw;
  }
}
@media (max-width: 1080px) {
  html {
    font-size: 0.7291666667vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 450px) {
  html {
    font-size: 2.34375vw;
  }
}
@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}
.pc-br {
  display: block;
}
@media screen and (max-width: 450px) {
  .pc-br {
    display: none !important;
  }
}

.fadein {
  opacity: 0;
  transition: all 1s;
  -ms-filter: blur(10px);
  filter: blur(10px);
}

.fadein.active {
  opacity: 1;
  -ms-filter: none;
  transition: all 1s;
  filter: none;
}

.text-animation .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(5px);
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.text-animation.active .char {
  opacity: 1;
  transform: translateY(0);
}

.zoom-in {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.zoom-in img {
  opacity: 0;
  -ms-filter: blur(5px);
  filter: blur(5px);
  transform: scale(1.07);
  transition: all 1s;
  object-fit: cover;
}

.zoom-in.active img {
  opacity: 1;
  filter: none;
  transform: scale(1);
  object-fit: cover;
}

.contact-fixed-button {
  opacity: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 5;
  transition: all 0.3s ease;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.contact-fixed-button.visible {
  opacity: 1;
  visibility: visible;
}
.contact-fixed-button a {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: "Avenir";
  font-size: 1.7rem;
  padding: 2.3rem 2rem 1.5rem 3rem;
  letter-spacing: 0.3rem;
  line-height: 1;
  font-weight: 500;
  background-color: #333;
  color: #F5F4F0;
  clip-path: polygon(0% 15%, 19% 15%, 19% 0, 100% 0, 100% 100%, 0% 100%, 0% 100%, 0 100%);
}
.contact-fixed-button a .arrow {
  display: inline-block;
  width: 3rem;
  margin-left: 1rem;
}
.contact-fixed-button a .arrow img {
  width: 100%;
}
.contact-fixed-button a:hover span {
  text-shadow: 0 0 0 #000, 0 1.5em 0 #000;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: var(--color-red);
  text-align: center;
  color: #fff;
}
.loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.5s ease;
  animation: blur-animation 1s ease-in both;
  animation-delay: 0.5s;
  background-color: var(--color-red);
}
@media screen and (min-width: 769px) {
  header {
    padding: 0.7rem 0;
  }
}
@media screen and (max-width: 769px) {
  header {
    padding: 1rem 0;
  }
}
header .header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto;
}
header .header_inner .header-logo {
  transition: all 0.5s ease;
  z-index: 999;
}
@media screen and (min-width: 769px) {
  header .header_inner .header-logo {
    width: 13rem;
  }
}
@media screen and (max-width: 768px) {
  header .header_inner .header-logo {
    width: 10rem;
  }
}
header .header_inner .header-logo img {
  width: 100%;
  height: auto;
}
header .header_inner .header-logo h1 {
  line-height: 1 !important;
}
@media screen and (max-width: 768px) {
  header .hamburger {
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 999;
    padding: 0.5rem;
  }
  header .hamburger .icon {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(../img/icon-hamburger-open.svg) 0 0/cover no-repeat;
  }
}
@media screen and (max-width: 768px) {
  header .global-nav {
    position: fixed;
    background-color: var(--color-red);
    top: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transition: all 0.5s ease;
    padding: 9rem 0 0;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
  }
  header .global-nav::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header .global-nav .global-nav__inner {
    width: 100%;
    margin: 0 auto;
    color: var(--color-white);
  }
  header .global-nav .global-nav__inner .nav_text-block {
    width: 100%;
    background-color: #F5F4F0;
    color: var(--color-red);
    padding: 5rem 5% 10rem;
  }
  header .global-nav .global-nav__inner .nav_text-block p {
    font-family: "Avenir";
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 5rem;
    letter-spacing: 0.1rem;
  }
  header .global-nav .global-nav__inner .nav_text-block p span {
    font-weight: 500;
  }
  header .global-nav .global-nav__inner .nav_text-block .instagram {
    line-height: 1;
  }
  header .global-nav .global-nav__inner .nav_text-block .instagram a {
    font-family: "Avenir";
    display: flex;
    align-items: center;
    font-weight: 500;
    letter-spacing: 0.1rem;
  }
  header .global-nav .global-nav__inner .nav_text-block .instagram a .icon {
    display: inline-block;
    width: 2rem;
    margin-right: 1rem;
  }
  header .global-nav .global-nav__inner .nav_text-block .instagram a .icon img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  header .global-nav .global-nav__inner .global-nav_list {
    display: flex;
    align-items: center;
  }
}
header .global-nav .global-nav__inner .global-nav_list li {
  line-height: 1;
}
header .global-nav .global-nav__inner .global-nav_list li a {
  display: inline-block;
  font-family: "Avenir";
  font-weight: 600;
  letter-spacing: 0.3rem;
  font-size: 2rem;
  line-height: 1;
  transition: all 0.5s;
}
@media screen and (min-width: 769px) {
  header .global-nav .global-nav__inner .global-nav_list li a {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  header .global-nav .global-nav__inner .global-nav_list li a {
    padding: 0 5%;
    font-size: 2.8rem;
    margin-top: 5rem;
  }
}
header .global-nav .global-nav__inner .global-nav_list li a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 769px) {
  header .global-nav .global-nav__inner .global-nav_list li {
    margin-left: 5rem;
  }
}
@media screen and (min-width: 769px) {
  header .global-nav .global-nav__inner .global-nav_list li.contact-link a {
    display: inline-block;
    background-color: #fff;
    padding: 0.8rem 1.8rem 0.6rem;
    line-height: 1;
    letter-spacing: normal;
    color: var(--color-red);
    transition: all 0.5s;
  }
  header .global-nav .global-nav__inner .global-nav_list li.contact-link a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  header .global-nav .global-nav__inner .global-nav_list li.contact-link {
    margin-top: 8rem !important;
    margin-bottom: 0;
    background-color: #F5F4F0;
    clip-path: polygon(0 20%, 10% 20%, 10% 0, 60% 0, 60% 35%, 100% 35%, 100% 100%, 0 100%);
    padding: 3rem 5% 1rem;
  }
  header .global-nav .global-nav__inner .global-nav_list li.contact-link a {
    position: relative;
    display: block;
    letter-spacing: normal;
    padding: 1rem 0;
    color: var(--color-red) !important;
    border-bottom: 1px solid var(--color-red);
    margin-top: 3rem !important;
  }
  header .global-nav .global-nav__inner .global-nav_list li.contact-link a .arrow {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 1rem;
    width: 3rem;
  }
  header .global-nav .global-nav__inner .global-nav_list li.contact-link a .arrow img {
    width: 100%;
  }
}
header .global-nav .global-nav__inner .global-nav_list li #contact-text {
  letter-spacing: normal;
}
header .global-nav .global-nav__inner .global-nav_list li #contact-text span {
  opacity: 0;
  animation: fadeInOut 6s ease-in-out infinite;
}
header .global-nav .global-nav__inner .global-nav_list li #contact-text span:nth-child(1) {
  animation-delay: 0s;
}
header .global-nav .global-nav__inner .global-nav_list li #contact-text span:nth-child(2) {
  animation-delay: 0.2s;
}
header .global-nav .global-nav__inner .global-nav_list li #contact-text span:nth-child(3) {
  animation-delay: 0.4s;
}
header .global-nav .global-nav__inner .global-nav_list li #contact-text span:nth-child(4) {
  animation-delay: 0.6s;
}
header .global-nav .global-nav__inner .global-nav_list li #contact-text span:nth-child(5) {
  animation-delay: 0.8s;
}
header .global-nav .global-nav__inner .global-nav_list li #contact-text span:nth-child(6) {
  animation-delay: 1s;
}
header .global-nav .global-nav__inner .global-nav_list li #contact-text span:nth-child(7) {
  animation-delay: 1.2s;
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (min-width: 769px) {
  header .global-nav .global-nav__inner .global-nav_list li.drop-menu {
    position: relative;
    padding-right: 2rem;
    transition: all 0.3s;
  }
  header .global-nav .global-nav__inner .global-nav_list li.drop-menu::after {
    position: absolute;
    content: "";
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 0.7rem;
    height: 0.7rem;
    top: 45%;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.5s;
  }
  header .global-nav .global-nav__inner .global-nav_list li.drop-menu:hover:after {
    top: 50%;
    opacity: 0;
  }
  header .global-nav .global-nav__inner .global-nav_list li.drop-menu:hover .drop-menu-list {
    opacity: 1;
    transition: opacity 0.3s, visibility 0.3s;
    visibility: visible;
  }
}
@media screen and (min-width: 769px) {
  header .global-nav .global-nav__inner .global-nav_list li.drop-menu .drop-menu-list {
    position: absolute;
    left: 0;
    top: 170%;
    width: 100%;
    background-color: var(--color-red);
    border: 1px solid #fff;
    padding: 2rem 1.5rem;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: opacity 0.3s, visibility 0.3s;
  }
}
@media screen and (min-width: 769px) {
  header .global-nav .global-nav__inner .global-nav_list li.drop-menu .drop-menu-list .drop-menu-item {
    margin-bottom: 0.5rem;
    margin-left: 0;
  }
  header .global-nav .global-nav__inner .global-nav_list li.drop-menu .drop-menu-list .drop-menu-item a {
    font-size: 1.6rem;
    letter-spacing: 0.15rem;
    line-height: 1.5;
    padding: 0.5rem 0;
    transition: all 0.5s;
  }
  header .global-nav .global-nav__inner .global-nav_list li.drop-menu .drop-menu-list .drop-menu-item a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  header .global-nav .global-nav__inner .global-nav_list li.drop-menu .drop-menu-list .drop-menu-item a {
    position: relative;
    display: inline-block;
    font-size: 1.8rem;
    margin-top: 3rem;
    padding-left: 6rem;
  }
  header .global-nav .global-nav__inner .global-nav_list li.drop-menu .drop-menu-list .drop-menu-item a::before {
    position: absolute;
    content: "";
    width: 1rem;
    height: 1rem;
    background-color: #fff;
    left: 4rem;
    top: 45%;
    transform: translateY(-50%);
  }
}

.nav-open #nav .global-nav {
  width: 100%;
  top: 0;
  opacity: 1;
  visibility: visible;
}
.nav-open #nav .global-nav .global-nav_list li a {
  color: #fff;
}
.nav-open #nav .global-nav::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  top: 0;
  left: 0;
}
.nav-open .hamburger .icon {
  background: url(../img/icon-hamburger-close.svg) 0 0/cover no-repeat;
}

footer {
  position: relative;
  background-color: var(--color-red);
  color: #fff;
  overflow: hidden;
  padding: 42.5rem 0 1rem;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  footer {
    padding: 38rem 0 1rem;
  }
}
@media screen and (max-width: 1080px) {
  footer {
    padding: 33rem 0 1rem;
  }
}
@media screen and (max-width: 450px) {
  footer {
    padding: 25rem 0 1rem;
  }
}
footer .footer-copy {
  position: absolute;
  font-family: "Avenir";
  color: #fff;
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.3rem;
  left: 60.4rem;
  top: 22.7rem;
}
@media screen and (max-width: 1080px) {
  footer .footer-copy {
    left: 40rem;
    top: 19.5rem;
  }
}
@media screen and (min-width: 451px) and (max-width: 768px) {
  footer .footer-copy {
    left: 6rem;
    top: 17.5rem;
  }
}
@media screen and (max-width: 450px) {
  footer .footer-copy {
    font-size: 2rem;
    left: 4rem;
    top: 13.5rem;
  }
}
footer::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 35.6rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  footer::after {
    height: 19rem;
  }
}
footer::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 96.2rem;
  background-image: url("../img/logo-bg-red.svg");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  footer::before {
    height: 40rem;
  }
}
@media screen and (max-width: 450px) {
  footer::before {
    height: 45rem;
  }
}
footer .thesteps_marquee .animation-image {
  width: 100%;
}
footer .thesteps_marquee .animation-image img {
  width: 300rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 451px) and (max-width: 768px) {
  footer .thesteps_marquee .animation-image img {
    width: 200rem;
  }
}
@media screen and (max-width: 450px) {
  footer .thesteps_marquee .animation-image img {
    width: 146rem;
  }
}
footer .thesteps_marquee .animation-image.animation-img01 {
  margin-left: -17rem;
}
@media screen and (min-width: 451px) and (max-width: 768px) {
  footer .thesteps_marquee .animation-image.animation-img01 {
    margin-left: -20.5rem;
  }
}
@media screen and (max-width: 450px) {
  footer .thesteps_marquee .animation-image.animation-img01 {
    margin-left: -18.1rem;
  }
}
footer .thesteps_marquee .animation-image.animation-img02 {
  margin-left: -24rem;
}
@media screen and (min-width: 451px) and (max-width: 768px) {
  footer .thesteps_marquee .animation-image.animation-img02 {
    margin-left: -27.5rem;
  }
}
@media screen and (max-width: 450px) {
  footer .thesteps_marquee .animation-image.animation-img02 {
    margin-left: -25rem;
  }
}
footer .thesteps_marquee .animation-image.animation-img03 {
  margin-left: -17.8rem;
}
@media screen and (min-width: 451px) and (max-width: 768px) {
  footer .thesteps_marquee .animation-image.animation-img03 {
    margin-left: -21.3rem;
  }
}
@media screen and (max-width: 450px) {
  footer .thesteps_marquee .animation-image.animation-img03 {
    margin-left: -18.7rem;
  }
}
footer .footer-info {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 7rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 450px) {
  footer .footer-info {
    margin-top: 4rem;
  }
}
footer .footer-info .instagram a {
  display: flex;
  align-items: center;
  font-family: "Avenir";
  font-weight: 500;
  letter-spacing: 0.3rem;
  line-height: 1;
  font-size: 2.2rem;
  transition: all 0.5s;
}
@media screen and (min-width: 451px) and (max-width: 768px) {
  footer .footer-info .instagram a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 450px) {
  footer .footer-info .instagram a {
    font-size: 1.3rem;
  }
}
footer .footer-info .instagram a .icon {
  display: inline-block;
  width: 3.4rem;
  margin-right: 1.5rem;
}
@media screen and (max-width: 450px) {
  footer .footer-info .instagram a .icon {
    width: 2.8rem;
  }
}
footer .footer-info .instagram a .icon img {
  width: 100%;
}
footer .footer-info .instagram a:hover {
  opacity: 0.6;
}
footer .footer-info .back-to-top_button {
  position: relative;
  font-family: "Avenir";
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  padding-top: 8rem;
}
@media screen and (min-width: 451px) and (max-width: 768px) {
  footer .footer-info .back-to-top_button {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 450px) {
  footer .footer-info .back-to-top_button {
    font-size: 1.3rem;
    padding-top: 6rem;
  }
}
footer .footer-info .back-to-top_button .arrow {
  position: absolute;
  top: 0.5rem;
  display: inline-block;
  width: 5rem;
  transition: all 0.5s;
}
@media screen and (max-width: 450px) {
  footer .footer-info .back-to-top_button .arrow {
    width: 4rem;
  }
}
footer .footer-info .back-to-top_button .arrow img {
  width: 100%;
}
footer .footer-info .back-to-top_button:hover .arrow {
  top: 0;
}
footer .copyright {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 1rem 0 5rem;
  font-family: "Avenir";
  font-weight: 500;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 450px) {
  footer .copyright {
    font-size: 0.8em;
  }
}

@font-face {
  font-family: "Avenir";
  src: url("../font/Avenir.woff") format("truetype");
}
:root {
  --color-white:#fff;
  --color-gray:#F5F5F5;
  --color-blue:#00BAB3;
  --color-red:#802E20;
}

.pageback {
  margin-top: 5rem;
}
.pageback a {
  display: inline-flex;
  align-items: center;
  color: var(--color-red);
  font-weight: bold;
  line-height: 1;
}
.pageback a .arrow {
  display: inline-block;
  width: 3rem;
  height: 2rem;
  margin-left: 0.5rem;
  margin-right: 2rem;
  transition: all 0.5s;
}
.pageback a .arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: rotate(180deg);
}
.pageback a:hover {
  opacity: 0.6;
}
.pageback a:hover .arrow {
  margin-left: 0;
}