@charset "UTF-8";

/* # =================================================================    # 共通要素# ================================================================= */
html {
  color: #1d201f;
  font-size: 62.5%;
  font-family: "Noto Serif JP", sans-serif;
}

a {
  -webkit-transition: all 0.3s;
  text-decoration: none;
  transition: all 0.3s;
}
a.fig {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
a.fig picture {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
a.fig img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
}

address {
  font-style: normal;
}

figure,
.fig {
  margin: 0;
  vertical-align: top;
}
figure picture,
.fig picture {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
figure img,
.fig img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

i {
  display: inline-block;
  height: auto;
  line-height: 0;
  vertical-align: top;
}
i img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
i svg {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
.hvropa:hover {
  opacity: 0.7;
}

.fadeIn00 {
  -webkit-transform: translate3d(0, 2rem, 0);
  -webkit-transition: 1s;
  transform: translate3d(0, 2rem, 0);
  opacity: 0;
  transition: 1s;
}
.fadeIn00.is-show {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.fadeIn01 {
  -webkit-transform: translate3d(0, 2rem, 0);
  -webkit-transition: 1s;
  transform: translate3d(0, 2rem, 0);
  opacity: 0;
  transition: 1s;
}
.fadeIn01.is-show {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.fadeIn01.is-show:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.fadeIn01.is-show:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.fadeIn01.is-show:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.fadeIn01.is-show:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.fadeIn01.is-show:nth-child(5) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.fadeIn01.is-show:nth-child(6) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.fadeIn01.is-show:nth-child(7) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.fadeIn01.is-show:nth-child(8) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.fadeIn01.is-show:nth-child(9) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.fadeIn01.is-show:nth-child(10) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.fadeIn01.is-show:nth-child(11) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.fadeIn01.is-show:nth-child(12) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.fadeIn01.is-show:nth-child(13) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.fadeIn01.is-show:nth-child(14) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.fadeIn01.is-show:nth-child(15) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.fadeIn01.is-show:nth-child(16) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.fadeIn01.is-show:nth-child(17) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.fadeIn01.is-show:nth-child(18) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.fadeIn01.is-show:nth-child(19) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.fadeIn01.is-show:nth-child(20) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.fadeIn02 > * {
  -webkit-transform: translate3d(0, 2rem, 0);
  -webkit-transition: 1s;
  transform: translate3d(0, 2rem, 0);
  opacity: 0;
  transition: 1s;
}
.fadeIn02.is-show > * {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.fadeIn02.is-show > *:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.fadeIn02.is-show > *:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.fadeIn02.is-show > *:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.fadeIn02.is-show > *:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.fadeIn02.is-show > *:nth-child(5) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.fadeIn02.is-show > *:nth-child(6) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.fadeIn02.is-show > *:nth-child(7) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.fadeIn02.is-show > *:nth-child(8) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.fadeIn02.is-show > *:nth-child(9) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.fadeIn02.is-show > *:nth-child(10) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.fadeIn02.is-show > *:nth-child(11) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.fadeIn02.is-show > *:nth-child(12) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.fadeIn02.is-show > *:nth-child(13) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.fadeIn02.is-show > *:nth-child(14) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.fadeIn02.is-show > *:nth-child(15) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.fadeIn02.is-show > *:nth-child(16) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.fadeIn02.is-show > *:nth-child(17) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.fadeIn02.is-show > *:nth-child(18) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.fadeIn02.is-show > *:nth-child(19) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.fadeIn02.is-show > *:nth-child(20) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}
.fadeIn02.is-show > *:nth-child(21) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.fadeIn02.is-show > *:nth-child(22) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}
.fadeIn02.is-show > *:nth-child(23) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
.fadeIn02.is-show > *:nth-child(24) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}
.fadeIn02.is-show > *:nth-child(25) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
.fadeIn02.is-show > *:nth-child(26) {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
.fadeIn02.is-show > *:nth-child(27) {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}
.fadeIn02.is-show > *:nth-child(28) {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}
.fadeIn02.is-show > *:nth-child(29) {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}
.fadeIn02.is-show > *:nth-child(30) {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}
.fadeIn02.is-show > *:nth-child(31) {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
.fadeIn02.is-show > *:nth-child(32) {
  -webkit-transition-delay: 3.1s;
  transition-delay: 3.1s;
}
.fadeIn02.is-show > *:nth-child(33) {
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s;
}
.fadeIn02.is-show > *:nth-child(34) {
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s;
}
.fadeIn02.is-show > *:nth-child(35) {
  -webkit-transition-delay: 3.4s;
  transition-delay: 3.4s;
}
.fadeIn02.is-show > *:nth-child(36) {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}
.fadeIn02.is-show > *:nth-child(37) {
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s;
}
.fadeIn02.is-show > *:nth-child(38) {
  -webkit-transition-delay: 3.7s;
  transition-delay: 3.7s;
}
.fadeIn02.is-show > *:nth-child(39) {
  -webkit-transition-delay: 3.8s;
  transition-delay: 3.8s;
}
.fadeIn02.is-show > *:nth-child(40) {
  -webkit-transition-delay: 3.9s;
  transition-delay: 3.9s;
}

#c-svg {
  display: none;
}

/*下記追加記述*/
.en {
  font-family: "Marcellus SC", sans-serif;
}

.mons {
  font-family: "Montserrat", sans-serif;
}

.sans {
  font-family: "Noto Sans JP", sans-serif;
}

.caption-img {
  position: relative;
}
.caption-img::before {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  content: "image";
  color: #fff;
  font-size: min(1.2rem, 12px);
}

/* foundation */
html {
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0; /* Reset `padding` and `margin` of all elements */
} /* # =================================================================   # 一般的な要素   # ================================================================= */ /* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

ol,
ul,
li {
  list-style: none;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
} /** Correct `block` display not defined for any HTML5 element in IE 8/9* Correct `block` display not defined for `details` or `summary` in IE 10/11* and Firefox* Correct `block` display not defined for `main` in IE 11*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

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

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
} /* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
} /* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
} /* # =================================================================   # フォーム要素   # ================================================================= */
input {
  border-radius: 0;
} /* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
} /* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
} /* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: 0;
} /* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
} /* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
  color: inherit;
} /* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
} /* # =================================================================   # メディア要素   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
} /* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
} /* # =================================================================   # アクセシビリティ   # ================================================================= */ /* Hide content from screens but not screenreaders */ /* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
} /* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
} /* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
} /* # =================================================================   # セレクション   # ================================================================= */ /* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

cite {
  font-style: normal;
}

/* layout */
.l-header {
  -webkit-transition: background-color 0.3s, -webkit-box-shadow 0.3s;
  z-index: 30;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.l-header__cont {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 10rem;
  padding-right: 3.6rem;
  padding-left: 11rem;
}
.l-header__logo {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  position: relative;
  flex-shrink: 0;
  width: 32.5rem;
}
.l-header__logo .color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.l-header__logo.is-color .color {
  opacity: 1;
}
.l-header__logo.is-color .wh {
  opacity: 0;
}
.l-header .navi .c-hamburger {
  display: none;
}
.l-header .navi .c-hamburger.is-active .c-hamburger__wrap span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-header .navi .c-hamburger.is-active .c-hamburger__wrap span:nth-child(2) {
  opacity: 0;
}
.l-header .navi .c-hamburger.is-active .c-hamburger__wrap span:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-header .navi .c-hamburger__wrap {
  position: relative;
  width: 2.3rem;
  height: 1.8rem;
}
.l-header .navi .c-hamburger__wrap span {
  -webkit-transform: translateX(-50%);
  -webkit-transition: 0.3s;
  position: absolute;
  left: 50%;
  width: 100%;
  height: 1px;
  transform: translateX(-50%);
  background-color: #fff;
  transition: 0.3s;
}
.l-header .navi .c-hamburger__wrap span:nth-child(1) {
  top: 0;
}
.l-header .navi .c-hamburger__wrap span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%);
  top: 50%;
  transform: translate(-50%, -50%);
}
.l-header .navi .c-hamburger__wrap span:nth-child(3) {
  top: 100%;
}
.l-header .navi .menu {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 2rem;
  align-items: center;
}
.l-header .navi .menu .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.l-header .navi .menu .list__item .link {
  color: #fff;
  font-weight: 500;
  font-size: min(1.6rem, 16px);
  letter-spacing: 0.06em;
}
.l-header .navi .menu .list__item .link:hover {
  opacity: 0.7;
}
.l-header .navi .menu .contact {
  position: relative;
}
.l-header .navi .menu .contact .tel {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  color: #fff;
}
.l-header .navi .menu .contact .tel .icon {
  width: 1.9rem;
}
.l-header .navi .menu .contact .tel .num {
  display: block;
  font-weight: 600;
  font-size: min(2.5rem, 25px);
  line-height: 1;
}
.l-header .navi .menu .contact .tel:hover {
  opacity: 0.8;
}
.l-header .navi .menu .contact .time {
  display: block;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0.9rem;
  color: #fff;
  font-weight: 500;
  font-size: min(1.1rem, 11px);
  line-height: 1.36;
}

.l-footer {
  padding: 11rem 0 10rem;
  background-color: #1d201f;
  color: #fff;
}
.l-footer__cont .wrap {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.l-footer__cont .wrap .brand {
  display: grid;
}
.l-footer__cont .wrap .brand .logo {
  width: 12rem;
}
.l-footer__cont .wrap .brand .company {
  margin-top: 3.8rem;
  font-size: min(1.7rem, 17px);
  line-height: 1.18;
}
.l-footer__cont .wrap .brand .company .address {
  margin-top: 1em;
}
.l-footer__cont .wrap .contact .ttl {
  font-weight: bold;
  font-size: min(3.8rem, 38px);
  letter-spacing: 0.04em;
}
.l-footer__cont .wrap .contact .desc {
  margin-top: 2rem;
  font-size: min(1.6rem, 16px);
  line-height: 1.88;
}
.l-footer__cont .wrap .contact__cont {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-column-gap: 3.8rem;
  -moz-column-gap: 3.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 3.8rem;
  align-items: flex-start;
  margin-top: 5rem;
}
.l-footer__cont .wrap .contact__cont__wrap .tel {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 1.4rem;
}
.l-footer__cont .wrap .contact__cont__wrap .tel .label {
  display: inline-block;
  margin-top: 0.4em;
  font-size: min(2rem, 20px);
}
.l-footer__cont .wrap .contact__cont__wrap .tel .num {
  color: #fff;
  font-weight: 600;
  font-size: min(4.2rem, 42px);
  line-height: 1;
  white-space: nowrap;
}
.l-footer__cont .wrap .contact__cont__wrap .time {
  margin-top: 1.2rem;
  margin-left: 5.2rem;
  font-size: min(1.4rem, 14px);
  line-height: 1.57;
}
.l-footer__cont .wrap .contact .mailBtn {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 34.8rem;
  max-width: 100%;
  height: 7.3rem;
  border-radius: 5rem;
  background-color: #fff;
  color: #1d201f;
  font-size: min(1.6rem, 16px);
}
.l-footer__cont .wrap .contact .mailBtn .icon {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 3.2rem;
  width: 1.3rem;
  transform: translateY(-50%);
}
.l-footer__cont .wrap .contact .mailBtn:hover {
  opacity: 0.7;
}
.l-footer__cont .navi {
  margin-top: 6rem;
}
.l-footer__cont .navi .list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-footer__cont .navi .list__item .link {
  color: #fff;
  font-size: min(1.6rem, 16px);
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.l-footer__cont .navi .list__item .link:hover {
  opacity: 0.7;
}
.l-footer__cont .copyright {
  display: block;
  margin-top: 2.4rem;
  font-size: min(1.3rem, 13px);
  letter-spacing: 0.06em;
  text-align: center;
}

/*component*/
.c-inner01 {
  width: 132rem;
  max-width: 90%;
  margin: 0 auto;
}

.c-inner02 {
  margin-right: calc((100% - 132rem) / 2);
}

.c-btn01 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 32rem;
  height: 6rem;
  padding-right: 2rem;
  padding-left: 3.2rem;
  border-radius: 6rem;
  background-color: #169543;
  color: #fff;
  font-weight: bold;
  font-size: min(1.6rem, 16px);
}
.c-btn01 .icon {
  width: 2.3rem;
}
.c-btn01:hover {
  opacity: 0.85;
}

.c-ttl01 {
  position: relative;
  padding-bottom: 1.6rem;
  color: #1d201f;
}
.c-ttl01::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.4rem;
  height: 1px;
  background-color: #1d201f;
  content: "";
}
.c-ttl01 .en {
  font-size: min(7rem, 70px);
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.c-ttl01 .jp {
  margin-top: 0.5rem;
  font-weight: 600;
  font-size: min(1.7rem, 17px);
  line-height: 1;
  letter-spacing: 0.04em;
}

/*project*/
/*utility*/
.u-bl-lgpc {
  display: none !important;
}

.u-bl-pc {
  display: none !important;
}

.u-bl-tb {
  display: none !important;
}

.u-arrow-right {
  display: inline-block;
  position: relative;
  padding-right: 1.5em;
}
.u-arrow-right::after {
  -webkit-transition: all 0.5s;
  -webkit-transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0.6em;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateY(-50%);
  border: 1px solid #000;
  border-bottom: none;
  border-left: none;
  content: "";
  transition: all 0.5s;
}

.u-arrow-left {
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
}
.u-arrow-left::after {
  -webkit-transition: all 0.5s;
  -webkit-transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0.6em;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateY(-50%);
  border: 1px solid #000;
  border-top: transparent;
  border-right: transparent;
  content: "";
  transition: all 0.5s;
}

.u-arrow-top {
  display: inline-block;
  position: relative;
  padding-top: 1.5em;
}
.u-arrow-top::after {
  -webkit-transition: all 0.5s;
  -webkit-transform: rotate(45deg) translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateX(-50%);
  border: 1px solid #000;
  border-right: none;
  border-bottom: none;
  content: "";
  transition: all 0.5s;
}

.u-arrow-bottom {
  display: inline-block;
  position: relative;
  padding-bottom: 1.5em;
}
.u-arrow-bottom::after {
  -webkit-transition: all 0.5s;
  -webkit-transform: rotate(45deg) translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateX(-50%);
  border: 1px solid #000;
  border-top: none;
  border-left: none;
  content: "";
  transition: all 0.5s;
}

.u-txt-over01 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.u-txt-over02 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.u-txt-over03 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*page*/
.top#top .s-mv {
  position: relative;
}
.top#top .s-mv .mvSlider {
  overflow: hidden;
}
.top#top .s-mv .mvSlider .fig {
  height: 100dvh;
  min-height: 50rem;
  overflow: hidden;
}
.top#top .s-mv .mvSlider .fig img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.top#top .s-mv .mvSlider .swiper-slide-active img,
.top#top .s-mv .mvSlider .swiper-slide-duplicate-active img,
.top#top .s-mv .mvSlider .swiper-slide-prev img {
  -webkit-animation: zoomUp 6s linear 0s normal both;
  animation: zoomUp 6s linear 0s normal both;
}
.top#top .s-mv__txt {
  z-index: 3;
  position: absolute;
  bottom: 10rem;
  left: 0;
  width: 100%;
}
.top#top .s-mv__txt .ttl {
  color: #fff;
  font-weight: 600;
  font-size: min(5.5rem, 55px);
  line-height: 1.27;
  letter-spacing: 0.01em;
}
.top#top .s-spec {
  background-color: rgba(163, 153, 118, 0.2);
}
.top#top .s-spec__bg {
  position: relative;
}
.top#top .s-spec__bg .txt {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  display: grid;
  position: absolute;
  top: 13rem;
  right: 22.6rem;
  row-gap: 2rem;
  color: #fff;
  font-weight: 500;
  font-size: min(3rem, 30px);
  line-height: 1.17;
  letter-spacing: 0.1em;
  text-orientation: mixed;
  writing-mode: vertical-rl;
}
.top#top .s-spec__cont {
  -webkit-column-gap: 10rem;
  -moz-column-gap: 10rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 10rem;
}
.top#top .s-spec__cont .fig {
  width: 44%;
}
.top#top .s-spec__cont .fig img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}
.top#top .s-spec__cont .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 11rem 0 7.8rem;
}
.top#top .s-spec__cont .info .table {
  width: 100%;
  margin-top: 4rem;
  border-collapse: collapse;
}
.top#top .s-spec__cont .info .table th,
.top#top .s-spec__cont .info .table td {
  padding: 3.3rem 0;
  border-top: 1px solid #b6b6b6;
  font-size: min(1.6rem, 16px);
  line-height: 1.88;
  text-align: left;
}
.top#top .s-spec__cont .info .table th {
  width: 19.2rem;
  color: #5e5e5e;
  font-weight: normal;
  font-size: min(1.4rem, 14px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.top#top .s-features {
  padding: 13rem 0 21rem;
  background-color: #333333;
  color: #fff;
}
.top#top .s-features__ttl {
  color: #fff;
}
.top#top .s-features__ttl::after {
  background-color: #fff;
}
.top#top .s-features .list {
  -webkit-column-gap: 4.3rem;
  -moz-column-gap: 4.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 4.3rem;
  margin-top: 8rem;
}
.top#top .s-features .list__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.top#top .s-features .list__item .fig {
  overflow: hidden;
  border-radius: 1rem;
}
.top#top .s-features .list__item .ttl {
  margin-top: 2.5rem;
  font-weight: 600;
  font-size: min(2.2rem, 22px);
  line-height: 1.5;
}
.top#top .s-features .list__item .desc {
  margin-top: 1.3rem;
  font-size: min(1.6rem, 16px);
  line-height: 1.88;
}
.top#top .s-features .list__item .note {
  display: block;
  font-size: min(1.4rem, 14px);
}
.top#top .s-leasing {
  background-color: #202423;
}
.top#top .s-leasing__bg {
  position: relative;
}
.top#top .s-leasing__bg .ttl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  display: grid;
  position: absolute;
  top: 13.9rem;
  left: 35rem;
  row-gap: 1.5rem;
  color: #fff;
  letter-spacing: 0.15em;
  text-orientation: mixed;
  writing-mode: vertical-rl;
}
.top#top .s-leasing__bg .ttl .en {
  font-size: min(1.5rem, 15px);
}
.top#top .s-leasing__bg .ttl .jp {
  font-weight: 500;
  font-size: min(4rem, 40px);
  line-height: 1.13;
  letter-spacing: 0.15em;
}
.top#top .s-leasing .wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
.top#top .s-leasing .wrapper .photos {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 50%;
  height: 100dvh;
}
.top#top .s-leasing .wrapper .photos__wrap {
  position: relative;
}
.top#top .s-leasing .wrapper .photos__wrap .fig {
  height: 100dvh;
}
.top#top .s-leasing .wrapper .photos__wrap .fig img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}
.top#top .s-leasing .wrapper .photos__wrap .fig.fig02 {
  -webkit-transition: opacity 0.3s;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}
.top#top .s-leasing .wrapper .photos__wrap .fig.is-current {
  opacity: 1;
}
.top#top .s-leasing .wrapper .conts {
  width: 50%;
}
.top#top .s-leasing__cont .photo {
  display: none;
}
.top#top .s-leasing__cont .txt {
  padding: 12rem 10rem 0;
  color: #fff;
  line-height: 1;
}
.top#top .s-leasing__cont .txt__ttl {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-column-gap: 2.4rem;
  -moz-column-gap: 2.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 2.4rem;
  align-items: flex-start;
  font-weight: 500;
}
.top#top .s-leasing__cont .txt__ttl .num {
  position: relative;
  font-size: min(4rem, 40px);
}
.top#top .s-leasing__cont .txt__ttl .num::after {
  -webkit-transform: rotate(40deg);
  -webkit-transform-origin: top;
  position: absolute;
  top: 0.3em;
  left: calc(100% + 0.6em);
  width: 1px;
  height: 6.5rem;
  transform: rotate(40deg);
  transform-origin: top;
  background-color: #fff;
  content: "";
}
.top#top .s-leasing__cont .txt__ttl .name {
  margin-top: 3rem;
  font-size: min(2.5rem, 25px);
}
.top#top .s-leasing__cont .txt .modalBtn {
  -webkit-transition: opacity 0.3s;
  position: relative;
  margin-top: 2.5rem;
  cursor: pointer;
  transition: opacity 0.3s;
}
.top#top .s-leasing__cont .txt .modalBtn .icon {
  position: absolute;
  top: 1.3rem;
  right: 0.7rem;
  width: 3.3rem;
}
.top#top .s-leasing__cont .txt .modalBtn:hover {
  opacity: 0.7;
}
.top#top .s-leasing__cont .txt__ant {
  display: block;
  margin-top: 0.5rem;
  color: #fff;
  font-size: min(1.2rem, 12px);
  text-align: right;
}
.top#top .s-leasing__cont .txt .specGrid {
  -webkit-column-gap: 2.7rem;
  -moz-column-gap: 2.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 2.7rem;
  margin-top: 4rem;
}
.top#top .s-leasing__cont .txt .specGrid__col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.8rem;
}
.top#top .s-leasing__cont .txt .specGrid__item {
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e4e4e4;
}
.top#top .s-leasing__cont .txt .specGrid__item dt {
  display: inline-block;
  min-width: 5.4rem;
  padding: 0.8rem 2rem;
  background-color: #ebebeb;
  color: #1d201f;
  font-size: min(1.4rem, 14px);
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.top#top .s-leasing__cont .txt .specGrid__item dd {
  margin-top: 1.1rem;
  color: #fff;
  font-size: min(1.4rem, 14px);
  line-height: 1.29;
}
.top#top .s-leasing__cont .txt .area {
  margin-top: 4rem;
  border-bottom: 1px solid #e4e4e4;
}
.top#top .s-leasing__cont .txt .area__label {
  display: inline-block;
  padding: 0.8rem 1rem;
  background-color: #ebebeb;
  color: #1d201f;
  font-size: min(1.4rem, 14px);
  line-height: 1;
}
.top#top .s-leasing__cont .txt .area__txt {
  margin-top: 1rem;
  padding-bottom: 1rem;
  color: #fff;
  font-size: min(1.4rem, 14px);
  line-height: 1.43;
}
.top#top .s-leasing__cont .txt .contactBox {
  position: relative;
  margin-top: 2rem;
  overflow: hidden;
  background-color: #fff;
}
.top#top .s-leasing__cont .txt .contactBox__label {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  height: 3.6rem;
  padding: 0 1.4rem;
  border-radius: 0 0 2rem 0;
  background-color: #a39976;
  color: #fff;
  font-weight: 600;
  font-size: min(1.6rem, 16px);
}
.top#top .s-leasing__cont .txt .contactBox__body {
  padding: 5rem 3.4rem 2.4rem;
}
.top#top .s-leasing__cont .txt .contactBox .address {
  color: #1d201f;
  font-size: min(1.6rem, 16px);
  line-height: 1.88;
}
.top#top .s-leasing__cont .txt .contactBox__btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 14em;
  height: 2.7em;
  margin-top: 1.5rem;
  padding: 0 1em;
  border: 1px solid #1d201f;
  border-radius: 3.8em;
  color: #1d201f;
  font-size: min(1.4rem, 14px);
}
.top#top .s-leasing__cont .txt .contactBox__btn .icon {
  width: 1rem;
}
.top#top .s-leasing__cont.cont02 {
  margin-top: 9rem;
  padding-bottom: 13rem;
}
.top#top .s-leasing__cont.cont02 .txt {
  padding-top: 0;
}
.top#top .s-leasing .modal {
  -webkit-transition: opacity 0.3s;
  display: none;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  place-content: center;
  width: 100%;
  height: 100dvh;
  transition: opacity 0.3s;
}
@starting-style {
  .top#top .s-leasing .modal {
    opacity: 0;
  }
}
.top#top .s-leasing .modal.is-active {
  display: grid;
}
.top#top .s-leasing .modal__bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.top#top .s-leasing .modal__cont {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 91rem;
  padding: 9rem 0 7.5rem;
  border-radius: 2rem;
  background-color: #fff;
}
.top#top .s-leasing .modal__cont__close {
  position: absolute;
  top: 4.7rem;
  right: 4.7rem;
}
.top#top .s-leasing .modal__cont__close span {
  display: block;
  position: relative;
  aspect-ratio: 1/1;
  width: 3.3rem;
}
.top#top .s-leasing .modal__cont__close span::before, .top#top .s-leasing .modal__cont__close span::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  content: "";
}
.top#top .s-leasing .modal__cont__close span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.top#top .s-leasing .modal__cont__close span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.top#top .s-leasing .modal__cont .controls {
  display: contents;
}
.top#top .s-leasing .modal__cont .controls .arrow {
  -webkit-transform: translateY(-50%);
  display: grid;
  z-index: 3;
  position: absolute;
  top: 50%;
  place-content: center;
  aspect-ratio: 1/1;
  width: 4.6rem;
  transform: translateY(-50%);
}
.top#top .s-leasing .modal__cont .controls .arrow::after {
  aspect-ratio: 1/1;
  width: 1.5rem;
  rotate: 45deg;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
}
.top#top .s-leasing .modal__cont .controls .arrow.prev {
  left: 1.5rem;
}
.top#top .s-leasing .modal__cont .controls .arrow.prev::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.top#top .s-leasing .modal__cont .controls .arrow.next {
  right: 1.5rem;
}
.top#top .s-leasing .modal__cont .modalSlider {
  display: none;
  width: 100%;
  padding: 0 6rem;
  overflow: hidden;
}
.top#top .s-leasing .modal__cont .modalSlider.is-active {
  display: block;
}
.top#top .s-leasing .modal__cont .modalSlider .ttl {
  display: block;
  margin-top: 1rem;
  font-size: min(1.8rem, 18px);
  text-align: center;
}
.top#top .s-location {
  padding: 12rem 0 15rem;
  background-color: #333333;
}
.top#top .s-location__cont {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 7.7rem;
}
.top#top .s-location__cont .txt {
  width: 61rem;
  color: #fff;
}
.top#top .s-location__cont .txt__ttl {
  color: #fff;
}
.top#top .s-location__cont .txt__ttl::after {
  background-color: #fff;
}
.top#top .s-location__cont .txt__wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 14rem;
  margin-left: 10rem;
}
.top#top .s-location__cont .txt__wrap .lead {
  font-weight: 500;
  font-size: min(3.6rem, 36px);
  line-height: 1.67;
}
.top#top .s-location__cont .txt__wrap .desc {
  margin-top: 2.4rem;
  font-size: min(1.6rem, 16px);
  line-height: 2.19;
}
.top#top .s-location__cont .photos {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  position: relative;
  flex: 1;
  aspect-ratio: 645/701;
}
.top#top .s-location__cont .photos .photo01 {
  width: 62.7%;
}
.top#top .s-location__cont .photos .photo02 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 46.6%;
}
.top#top .s-location__access {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12rem;
}
.top#top .s-location__access .txt {
  margin-left: 10rem;
  color: #fff;
}
.top#top .s-location__access .txt__ttl {
  color: #fff;
}
.top#top .s-location__access .txt__ttl::after {
  background-color: #fff;
}
.top#top .s-location__access .txt__desc {
  margin-top: 5rem;
  font-size: min(1.6rem, 16px);
  line-height: 2.19;
}
.top#top .s-location__access .txt__link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 19rem;
  height: 5.2rem;
  margin-top: 2.5rem;
  padding: 0 2.4rem;
  background-color: #a39976;
  color: #fff;
  font-size: min(1.6rem, 16px);
}
.top#top .s-location__access .txt__link .icon {
  width: 1.5rem;
}
.top#top .s-location__access .txt__link:hover {
  opacity: 0.7;
}
.top#top .s-location__access .map {
  width: 60rem;
}
.top#top .s-management {
  background-color: #edebe3;
}
.top#top .s-management__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.top#top .s-management__cont .fig {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: 48%;
}
.top#top .s-management__cont .fig img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}
.top#top .s-management__cont .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  display: grid;
  flex: 1;
  place-content: center;
  padding: 19rem 0;
}
.top#top .s-management__cont .txt .wrap {
  width: 47.8rem;
  margin: 0 auto;
}
.top#top .s-management__cont .txt__ttl {
  font-weight: bold;
  font-size: min(3.8rem, 38px);
  line-height: 1.32;
  letter-spacing: 0.04em;
}
.top#top .s-management__cont .txt__desc {
  margin-top: 2.4rem;
  font-weight: 500;
  font-size: min(1.6rem, 16px);
  line-height: 1.88;
}
.top#top .s-management__cont .txt__link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 3rem;
  padding-bottom: 1rem;
  gap: 0.8rem;
  border-bottom: 1px solid #1d201f;
  color: #1d201f;
  font-weight: 600;
  font-size: min(1.6rem, 16px);
  letter-spacing: 0.12em;
}
.top#top .s-management__cont .txt__link .icon {
  width: 1.3rem;
  rotate: -45deg;
}
.top#top .s-flow {
  padding: 12rem 0 19rem;
  background-color: #333333;
}
.top#top .s-flow__cont {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.top#top .s-flow__cont__ttl {
  color: #fff;
}
.top#top .s-flow__cont__ttl::after {
  background-color: #fff;
}
.top#top .s-flow__cont .list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-column-gap: 14.7rem;
  -moz-column-gap: 14.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 14.7rem;
  justify-content: center;
}
.top#top .s-flow__cont .list__item {
  width: 20rem;
}
.top#top .s-flow__cont .list__item .fig {
  width: 16.7rem;
  margin: 0 auto;
}
.top#top .s-flow__cont .list__item .txt {
  margin-top: 1.7rem;
  color: #fff;
}
.top#top .s-flow__cont .list__item .txt__ttl {
  display: grid;
  row-gap: 0.5rem;
  place-content: center;
  place-items: center;
  text-align: center;
}
.top#top .s-flow__cont .list__item .txt__ttl .jp {
  font-weight: 900;
  font-size: min(1.9rem, 19px);
}
.top#top .s-flow__cont .list__item .txt__ttl .en {
  font-size: min(1.4rem, 14px);
  letter-spacing: 0.35em;
  opacity: 0.5;
}
.top#top .s-flow__cont .list__item .txt__desc {
  margin-top: 1.7rem;
  font-size: min(1.6rem, 16px);
  line-height: 1.88;
  text-align: left;
}
.top#top .s-flow__cont .list__item:not(:first-child) {
  position: relative;
}
@media screen and (max-width: 1535px) {
  body {
    margin: 0;
  }
  html {
    font-size: 0.6510416667vw;
  }
  .u-bl-lgpc {
    display: block !important;
  }
  .u-none-lgpc {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  body {
    margin: 0;
  }
  html {
    font-size: 0.7692307692vw;
  }
  .l-header__cont {
    padding-left: 2rem;
  }
  .c-inner02 {
    margin-right: 5vw;
  }
  .u-bl-pc {
    display: block !important;
  }
  .u-none-pc {
    display: none !important;
  }
}
@media screen and (max-width: 799px) {
  body {
    margin: 0;
  }
  html {
    font-size: 1.9801980198vw;
  }
  .fadeIn00 .fadeIn00 {
    -webkit-transition: 1.2s;
    transition: 1.2s;
  }
  .fadeIn01 {
    -webkit-transition: 1.2s;
    transition: 1.2s;
  }
  .fadeIn02 > * {
    -webkit-transition: 1.2s;
    transition: 1.2s;
  }
  .l-header {
    position: fixed;
  }
  .l-header__cont {
    z-index: 3;
    position: relative;
    height: 6rem;
    padding: 0 2.4rem;
  }
  .l-header__logo {
    width: 18.6rem;
  }
  .l-header .navi .c-hamburger {
    display: block;
  }
  .l-header .navi .menu {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    display: none;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    padding: 8.8rem 4.5rem 6.7rem;
    overflow-y: scroll;
    background-color: #1d201f;
    scrollbar-width: none;
  }
  .l-header .navi .menu::-webkit-scrollbar {
    display: none;
  }
  .l-header .navi .menu.is-active {
    display: grid;
  }
  .l-header .navi .menu .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    row-gap: 1.7rem;
    flex-direction: column;
  }
  .l-header .navi .menu .list__item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .l-header .navi .menu .list__item .link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.3rem;
    font-size: min(2rem, 20px);
  }
  .l-header .navi .menu .list__item .link::after {
    -webkit-transform: rotate(45deg);
    -webkit-transition: 0.3s;
    aspect-ratio: 1/1;
    width: 0.4em;
    margin-left: 0.5em;
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    transition: 0.3s;
  }
  .l-header .navi .menu .contact {
    margin-top: 3.5rem;
  }
  .l-header .navi .menu .contact .tel {
    -webkit-column-gap: 1.4rem;
    -moz-column-gap: 1.4rem;
    column-gap: 1.4rem;
  }
  .l-header .navi .menu .contact .tel .icon {
    width: 2.5rem;
  }
  .l-header .navi .menu .contact .tel .num {
    font-size: min(3.8rem, 38px);
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    letter-spacing: -0.02em;
  }
  .l-header .navi .menu .contact .time {
    position: static;
    margin-top: 1.5rem;
    font-size: min(1.4rem, 14px);
    line-height: 1.57;
    text-align: center;
  }
  .l-footer {
    padding: 7.7rem 0 4rem;
  }
  .l-footer .c-inner01 {
    margin: 0 2rem;
  }
  .l-footer__cont {
    display: grid;
  }
  .l-footer__cont .wrap {
    display: contents;
  }
  .l-footer__cont .wrap .brand {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    column-gap: 3rem;
    align-items: flex-end;
    order: 3;
    margin-top: 3.4rem;
  }
  .l-footer__cont .wrap .brand .logo {
    width: 11rem;
  }
  .l-footer__cont .wrap .brand .company {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
  }
  .l-footer__cont .wrap .contact {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 7rem;
  }
  .l-footer__cont .wrap .contact .ttl {
    font-size: min(2.2rem, 22px);
  }
  .l-footer__cont .wrap .contact .desc {
    margin-top: 0.5rem;
    line-height: 1.88;
  }
  .l-footer__cont .wrap .contact__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    row-gap: 2.5rem;
    flex-direction: column;
    margin-top: 3rem;
  }
  .l-footer__cont .wrap .contact__cont__wrap {
    width: 100%;
  }
  .l-footer__cont .wrap .contact__cont__wrap .tel {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-footer__cont .wrap .contact__cont__wrap .tel .num {
    font-size: min(3.8rem, 38px);
  }
  .l-footer__cont .wrap .contact__cont__wrap .time {
    margin-left: 0;
    text-align: center;
  }
  .l-footer__cont .wrap .contact .mailBtn {
    width: 100%;
    height: 6.4rem;
  }
  .l-footer__cont .navi {
    display: contents;
  }
  .l-footer__cont .navi .list {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    row-gap: 2rem;
    flex-direction: column;
    align-items: stretch;
    order: 1;
    margin: 0 2rem;
  }
  .l-footer__cont .navi .list__item .link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #d6d6d6;
    font-size: min(2rem, 20px);
  }
  .l-footer__cont .navi .list__item .link::after {
    -webkit-transform: rotate(45deg);
    -webkit-transition: 0.3s;
    aspect-ratio: 1/1;
    width: 0.4em;
    margin-left: 0.5em;
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    transition: 0.3s;
  }
  .l-footer__cont .copyright {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 6rem;
  }
  .c-inner01 {
    width: auto;
    margin: 0 4.5rem;
  }
  .c-inner02 {
    margin: 0 4.5rem;
  }
  .c-btn01 {
    width: 100%;
    max-width: 32rem;
    height: 5.6rem;
  }
  .c-ttl01 {
    padding-bottom: 1.2rem;
  }
  .c-ttl01::after {
    width: 1.8rem;
  }
  .c-ttl01 .en {
    font-size: min(3.8rem, 38px);
  }
  .c-ttl01 .jp {
    margin-top: 0.8rem;
    font-size: min(1.5rem, 15px);
  }
  .u-bl-tb {
    display: block !important;
  }
  .u-none-tb {
    display: none !important;
  }
  .top#top .s-mv .mvSlider .fig {
    min-height: 40rem;
  }
  .top#top .s-mv__txt {
    bottom: 11.8rem;
  }
  .top#top .s-mv__txt .ttl {
    font-size: min(3rem, 30px);
    line-height: 1.5;
  }
  .top#top .s-spec__bg .txt {
    top: 3.8rem;
    right: 3.8rem;
    row-gap: 0.5rem;
    font-size: min(2.4rem, 24px);
  }
  .top#top .s-spec__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top#top .s-spec__cont .fig {
    width: calc(100% + 9rem);
    margin: 0 -4.5rem;
  }
  .top#top .s-spec__cont .info {
    padding: 4.8rem 0;
  }
  .top#top .s-spec__cont .info .table {
    margin-top: 2.4rem;
  }
  .top#top .s-spec__cont .info .table tr {
    display: grid;
    row-gap: 0.6rem;
    padding: 1.6rem 0;
    border-top: 1px solid #b6b6b6;
  }
  .top#top .s-spec__cont .info .table th,
  .top#top .s-spec__cont .info .table td {
    padding: 0;
    border: none;
    font-size: min(1.5rem, 15px);
    line-height: 1.5;
  }
  .top#top .s-spec__cont .info .table th {
    width: 7.4rem;
  }
  .top#top .s-features {
    padding: 4rem 0;
  }
  .top#top .s-features .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 4rem;
    gap: 4rem;
  }
  .top#top .s-features .list__item {
    width: 100%;
    text-align: left;
  }
  .top#top .s-features .list__item .fig {
    border-radius: 0.8rem;
  }
  .top#top .s-features .list__item .ttl {
    margin-top: 1.4rem;
    font-weight: 500;
    font-size: min(1.7rem, 17px);
    line-height: 1.33;
  }
  .top#top .s-features .list__item .desc {
    margin-top: 0.8rem;
    font-size: min(1.5rem, 15px);
    line-height: 1.5;
  }
  .top#top .s-features .list__item .note {
    font-size: min(1.2rem, 12px);
    line-height: 1.5;
  }
  .top#top .s-leasing__bg .ttl {
    top: 3.3rem;
    left: 3.9rem;
    row-gap: 0.1rem;
  }
  .top#top .s-leasing__bg .ttl .en {
    font-size: min(1.2rem, 12px);
  }
  .top#top .s-leasing__bg .ttl .jp {
    font-size: min(2rem, 20px);
  }
  .top#top .s-leasing .wrapper {
    display: contents;
  }
  .top#top .s-leasing .wrapper .photos {
    display: none;
  }
  .top#top .s-leasing .wrapper .conts {
    width: 100%;
    padding: 4rem 4.5rem 4rem;
  }
  .top#top .s-leasing__cont {
    padding: 0;
  }
  .top#top .s-leasing__cont .photo {
    display: block;
    overflow: hidden;
    border-radius: 0.6rem;
  }
  .top#top .s-leasing__cont .txt {
    margin-top: 4rem;
    padding: 0;
  }
  .top#top .s-leasing__cont .txt__ttl {
    -webkit-column-gap: 2.8rem;
    -moz-column-gap: 2.8rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    column-gap: 2.8rem;
    align-items: center;
  }
  .top#top .s-leasing__cont .txt__ttl .num {
    font-size: min(2.6rem, 26px);
  }
  .top#top .s-leasing__cont .txt__ttl .num::after {
    -webkit-transform: translateY(-50%) rotate(40deg);
    -webkit-transform-origin: center;
    top: 50%;
    left: calc(100% + 1.4rem);
    height: 1.8rem;
    transform: translateY(-50%) rotate(40deg);
    transform-origin: center;
  }
  .top#top .s-leasing__cont .txt__ttl .name {
    margin-top: 0;
    font-size: min(1.8rem, 18px);
  }
  .top#top .s-leasing__cont .txt .modalBtn {
    margin-top: 1rem;
  }
  .top#top .s-leasing__cont .txt .modalBtn .icon {
    top: 1rem;
  }
  .top#top .s-leasing__cont .txt__ant {
    text-align: center;
  }
  .top#top .s-leasing__cont .txt .specGrid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
    gap: 0;
  }
  .top#top .s-leasing__cont .txt .specGrid__col {
    gap: 0;
  }
  .top#top .s-leasing__cont .txt .specGrid__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
  }
  .top#top .s-leasing__cont .txt .specGrid__item dt {
    display: grid;
    place-content: center;
    min-width: 11rem;
    min-height: 5.7rem;
    padding: 0;
  }
  .top#top .s-leasing__cont .txt .specGrid__item dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    display: grid;
    flex: 1;
    place-content: center start;
    min-height: auto;
    margin-top: 0;
    padding: 2rem 2.8rem;
  }
  .top#top .s-leasing__cont .txt .area {
    margin-top: 1rem;
  }
  .top#top .s-leasing__cont .txt .area__txt {
    margin-top: 0.5rem;
    line-height: 1.29;
  }
  .top#top .s-leasing__cont .txt .contactBox {
    margin-top: 4rem;
  }
  .top#top .s-leasing__cont .txt .contactBox__label {
    height: 3rem;
    padding: 0 1.2rem;
    font-size: min(1.4rem, 14px);
  }
  .top#top .s-leasing__cont .txt .contactBox__body {
    padding: 4.6rem 1.6rem 1.6rem;
  }
  .top#top .s-leasing__cont .txt .contactBox .address {
    font-size: min(1.4rem, 14px);
    line-height: 1.57;
  }
  .top#top .s-leasing__cont .txt .contactBox__btn {
    margin-top: 1.4rem;
  }
  .top#top .s-leasing__cont.cont02 {
    margin-top: 4rem;
    padding-bottom: 0;
  }
  .top#top .s-leasing .modal__cont {
    width: 86.67vw;
    padding: 5rem 0 2.6rem;
  }
  .top#top .s-leasing .modal__cont__close {
    top: 2.6rem;
    right: 2.3rem;
  }
  .top#top .s-leasing .modal__cont__close span {
    width: 2rem;
  }
  .top#top .s-leasing .modal__cont .controls .arrow {
    width: 3rem;
  }
  .top#top .s-leasing .modal__cont .controls .arrow::after {
    width: 0.8rem;
  }
  .top#top .s-leasing .modal__cont .controls .arrow.prev {
    left: 0;
  }
  .top#top .s-leasing .modal__cont .controls .arrow.next {
    right: 0;
  }
  .top#top .s-leasing .modal__cont .modalSlider {
    padding: 0 2.3rem;
  }
  .top#top .s-leasing .modal__cont .modalSlider .ttl {
    margin-top: 0.5rem;
    font-size: min(1.5rem, 15px);
  }
  .top#top .s-location {
    padding: 4.8rem 0 4rem;
  }
  .top#top .s-location__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    row-gap: 3rem;
    flex-direction: column;
  }
  .top#top .s-location__cont .txt {
    width: 100%;
  }
  .top#top .s-location__cont .txt__wrap {
    margin-top: 2.4rem;
    margin-left: 0;
  }
  .top#top .s-location__cont .txt__wrap .lead {
    font-size: min(2.2rem, 22px);
  }
  .top#top .s-location__cont .txt__wrap .desc {
    margin-top: 2.4rem;
    line-height: 1.88;
  }
  .top#top .s-location__cont .photos {
    aspect-ratio: 280/260;
  }
  .top#top .s-location__cont .photos .photo01 {
    width: 64.2%;
  }
  .top#top .s-location__cont .photos .photo02 {
    width: 64.2%;
  }
  .top#top .s-location__access {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 8rem;
  }
  .top#top .s-location__access .txt {
    display: contents;
  }
  .top#top .s-location__access .txt__ttl {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .top#top .s-location__access .txt__desc {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 0;
    font-size: min(1.4rem, 14px);
    line-height: 1.71;
  }
  .top#top .s-location__access .txt__link {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    width: 13.6rem;
    height: 4rem;
    margin-top: 0;
    padding: 0 2rem;
    font-size: min(1.4rem, 14px);
  }
  .top#top .s-location__access .map {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }
  .top#top .s-management__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top#top .s-management__cont .fig {
    width: 100%;
  }
  .top#top .s-management__cont .txt {
    padding: 4.5rem;
  }
  .top#top .s-management__cont .txt .wrap {
    width: 100%;
  }
  .top#top .s-management__cont .txt__ttl {
    font-size: min(2.6rem, 26px);
    line-height: 1.27;
  }
  .top#top .s-management__cont .txt__desc {
    margin-top: 2rem;
    font-size: min(1.6rem, 16px);
    line-height: 1.88;
  }
  .top#top .s-management__cont .txt__link {
    margin-top: 2rem;
    padding-bottom: 0.7rem;
  }
  .top#top .s-flow {
    padding: 4rem 0;
  }
  .top#top .s-flow__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top#top .s-flow__cont .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    row-gap: 5.8rem;
    flex-direction: column;
    width: 100%;
    margin-top: 3.2rem;
  }
  .top#top .s-flow__cont .list__item {
    width: 100%;
  }
  .top#top .s-flow__cont .list__item .fig {
    width: 9rem;
  }
  .top#top .s-flow__cont .list__item .txt {
    margin-top: 1.4rem;
  }
  .top#top .s-flow__cont .list__item .txt__ttl {
    row-gap: 0.1rem;
  }
  .top#top .s-flow__cont .list__item .txt__desc {
    margin-top: 1rem;
    text-align: center;
  }
  .top#top .s-flow__cont .list__item:not(:first-child)::before {
    position: absolute;
    bottom: calc(100% + 1.4rem);
    left: 50%;
    aspect-ratio: 1/24;
    width: 1px;
    background-color: #fff;
    content: "";
    opacity: 0.3;
  }
}
@media screen and (max-width: 599px) {
  body {
    margin: 0;
  }
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 374px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 319px) {
  body {
    margin: 0;
  }
}
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
@media screen and (min-width: 800px) {
  .l-footer__cont .navi .list__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  .l-footer__cont .navi .list__item:not(:last-child)::after {
    margin: 0 2rem;
    content: "|";
    color: rgba(255, 255, 255, 0.4);
    font-size: min(1.4rem, 14px);
  }
  .top#top .s-flow__cont .list__item:not(:first-child)::before {
    position: absolute;
    top: 8rem;
    right: calc(100% + 0.8rem);
    aspect-ratio: 132/5;
    width: 13.2rem;
    background-image: url("../img/flow_dot.svg");
    background-size: 100% 100%;
    content: "";
  }
}