@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
* Remove default margin.
*/
body {
  margin: 0;
  font-family: "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
}

/* HTML5 display definitions
========================================================================== */
/**
* 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,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none;
}

/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: bold;
}

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic;
}

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000;
}

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
  border: 0;
}

/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 0;
}

/**
* Address differences between Firefox and other browsers.
*/
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto;
}

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
  overflow: visible;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
  line-height: normal;
}

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
*    (include `-moz` to future-proof).
*/
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto;
}

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: bold;
}

/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/******************************************************************************
* FONT
*******************************************************************************/
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
}

footer,
header,
section {
  display: block;
}

dd,
dt,
li,
p,
pre,
td,
th {
  line-break: strict;
  word-break: break-strict;
}

dd,
div,
dl,
dt,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

input[type=text],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
          box-shadow: 0 0 0px 1000px #fff inset;
}

figure {
  margin: 0px;
}

/******************************************************************************

* BASIC

*******************************************************************************/
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  color: #0363e8;
  font-size: 1rem;
  font-family: "IBM Plex Sans JP", serif;
  position: relative;
  font-weight: 400;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  /*-moz-font-feature-settings: "palt";
  font-feature-settings: "palt";*/
  -ms-font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  /*letter-spacing: $letter-spacing-md;*/
  word-wrap: break-word;
  vertical-align: baseline;
  white-space: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #e8eaf2;
}

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

a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}

a,
a:focus,
a:active,
a:hover,
a:visited,
:focus,
:active,
:hover,
:visited {
  outline: none !important;
  text-decoration: none;
}

.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

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

.logo {
  width: 100px;
  position: fixed;
  top: 64px;
  left: 68px;
  opacity: 0;
  z-index: 111;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 4.5s;
          transition-delay: 4.5s;
}
.is-page-loaded .logo {
  opacity: 1;
}
@media (max-width: 768px) {
  .logo {
    width: 64px;
    top: 32px;
    left: 24px;
  }
}

.menu {
  width: 188px;
  position: fixed;
  top: 0px;
  right: 64px;
  opacity: 0;
  z-index: 11111;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 4.5s;
          transition-delay: 4.5s;
  -webkit-animation: animate-up 2s linear infinite;
          animation: animate-up 2s linear infinite;
}
.is-page-loaded .menu {
  opacity: 1;
}
@media (max-width: 768px) {
  .menu {
    width: 152px;
    right: 12px;
  }
}
.menu:hover {
  -webkit-animation: none;
          animation: none;
}
.menu.is-open {
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes animate-up {
  0%, 100% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes animate-up {
  0%, 100% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.menu__inner {
  background: #0363e8;
  border: 1px solid #000;
  border-radius: 16px;
  height: 72px;
  overflow: hidden;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  cursor: pointer;
}
@media (max-width: 768px) {
  .menu__inner {
    height: 48px;
    border-radius: 8px;
  }
}
.menu__inner.is-open {
  height: 272px;
}
@media (max-width: 768px) {
  .menu__inner.is-open {
    height: 208px;
  }
}
.menu__inner svg {
  position: relative;
}

.menu__elm {
  width: 80px;
  margin: 0 auto;
}

.menu__ttl {
  display: table;
  margin: 22px auto;
  position: relative;
  padding: 0 22px;
}
@media (max-width: 768px) {
  .menu__ttl {
    margin: 16px auto;
    padding: 0 16px;
  }
}
.menu__ttl .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 22px;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.is-open .menu__ttl .icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 768px) {
  .menu__ttl .icon {
    right: 16px;
  }
}

.menu__list {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: 24px;
  padding-top: 24px;
  padding: 24px 0;
  width: calc(100% - 44px);
  margin: 24px auto 0;
}
@media (max-width: 768px) {
  .menu__list {
    margin: 16px auto 0;
    padding-top: 16px;
    width: calc(100% - 32px);
  }
}

.menu__item {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 16px */
  letter-spacing: 1.92px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .menu__item {
    font-size: 12px;
    margin-bottom: 16px;
  }
}
.menu__item:last-child {
  margin-bottom: 0px;
}
.menu__item--1 a {
  color: #ffc586 !important;
}
.menu__item a {
  color: #fff;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.menu__item a:hover {
  opacity: 0.5;
}

.menu__sub {
  margin-top: 12px;
}

.menu__sub-item {
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 12px */
  letter-spacing: 1.44px;
  text-transform: uppercase;
}
.menu__sub-item:last-child {
  margin-bottom: 0px;
}
.menu__sub-item:after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  width: 12px;
  height: 1px;
  content: "";
}

.kv {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 768px) {
  .kv {
    height: 100svh;
  }
}

.kv__body {
  position: relative;
  width: 100%;
  height: 100%;
}

.kv__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.kv__ttl {
  position: fixed;
  top: 21%;
  left: 4.2%;
  z-index: 111;
}
@media (max-width: 768px) {
  .kv__ttl {
    top: 166px;
    left: 24px;
  }
}

.kv__ttl-en {
  font-family: "Agdasima", serif;
  font-size: 1.6rem;
  letter-spacing: 1.92px;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 1.05vw;
}
@media (max-width: 768px) {
  .kv__ttl-en {
    font-size: 1.2rem;
  }
}
.kv__ttl-en span {
  display: block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.is-page-loaded .kv__ttl-en span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.kv__ttl-main {
  font-size: 6.4rem;
  margin-top: 16px;
  clip-path: inset(0 100% 0 0);
  padding-top: 8px;
  position: relative;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  font-size: 4.2vw;
  color: #000;
}
@media (max-width: 768px) {
  .kv__ttl-main {
    font-size: 3.2rem;
  }
}
.kv__ttl-main:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  content: "";
  background: #fff;
  z-index: -1;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.is-page-loaded .kv__ttl-main:after {
  width: 95%;
}
.is-page-loaded .kv__ttl-main {
  clip-path: inset(0 0 0 0);
}

.kv__ttl-sub {
  font-size: 1.6rem;
  margin-top: 30px;
  clip-path: inset(0 100% 0 0);
  padding: 4px 4px 0px 4px;
  display: table;
  position: relative;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  font-size: 1.06vw;
  color: #000;
}
@media (max-width: 768px) {
  .kv__ttl-sub {
    margin-top: 21px;
    font-size: 1.2rem;
  }
}
.kv__ttl-sub:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  content: "";
  background: #fff;
  z-index: -1;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.is-page-loaded .kv__ttl-sub:after {
  width: 100%;
}
.is-page-loaded .kv__ttl-sub {
  clip-path: inset(0 0 0 0);
}

.kv__map {
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  position: fixed;
  bottom: 7%;
  left: 16.2%;
  width: 81.34%;
  aspect-ratio: 615/223;
}
.is-page-loaded .kv__map {
  opacity: 1;
}
@media (max-width: 768px) {
  .kv__map {
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-42%, 0%);
            transform: translate(-42%, 0%);
    width: 128%;
    bottom: inherit;
    top: 330px;
  }
}

.kv__icon svg {
  position: absolute;
  bottom: -9.4%;
  left: 6.5%;
  width: 71.7%;
  height: 100%;
}
.kv__icon svg circle {
  opacity: 0;
}
.is-page-loaded .kv__icon svg circle {
  opacity: 1;
}

.kv__scroll {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 60px;
  font-family: "Agdasima", serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  opacity: 0;
}
.kv__scroll:after {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #0363e8;
  width: 1px;
  height: 45px;
  content: "";
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
}
.is-page-loaded .kv__scroll {
  opacity: 1;
}
.is-header-bg-show .kv__scroll {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0 !important;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.svg-elm-1 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

.svg-elm-2 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 3.05s;
          transition-delay: 3.05s;
}

.svg-elm-3 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 3.1s;
          transition-delay: 3.1s;
}

.svg-elm-4 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 3.15s;
          transition-delay: 3.15s;
}

.svg-elm-5 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 3.2s;
          transition-delay: 3.2s;
}

.svg-elm-6 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 3.25s;
          transition-delay: 3.25s;
}

.svg-elm-7 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 3.3s;
          transition-delay: 3.3s;
}

.svg-elm-8 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 3.35s;
          transition-delay: 3.35s;
}

.svg-elm-9 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 3.4s;
          transition-delay: 3.4s;
}

.svg-elm-10 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 3.45s;
          transition-delay: 3.45s;
}

.svg-elm-11 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
}

.svg-elm-12 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 3.55s;
          transition-delay: 3.55s;
}

.svg-elm-13 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 3.6s;
          transition-delay: 3.6s;
}

.svg-elm-14 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 3.65s;
          transition-delay: 3.65s;
}

.svg-elm-15 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 3.7s;
          transition-delay: 3.7s;
}

.svg-elm-16 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 3.75s;
          transition-delay: 3.75s;
}

.svg-elm-17 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 3.8s;
          transition-delay: 3.8s;
}

.svg-elm-18 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 3.85s;
          transition-delay: 3.85s;
}

.svg-elm-19 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 3.9s;
          transition-delay: 3.9s;
}

.svg-elm-20 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 3.95s;
          transition-delay: 3.95s;
}

.svg-elm-21 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}

.svg-elm-22 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 4.05s;
          transition-delay: 4.05s;
}

.svg-elm-23 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 4.1s;
          transition-delay: 4.1s;
}

.svg-elm-24 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 4.15s;
          transition-delay: 4.15s;
}

.svg-elm-25 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 4.2s;
          transition-delay: 4.2s;
}

.svg-elm-26 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 4.25s;
          transition-delay: 4.25s;
}

.svg-elm-27 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 4.3s;
          transition-delay: 4.3s;
}

.svg-elm-28 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 4.35s;
          transition-delay: 4.35s;
}

.svg-elm-29 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 4.4s;
          transition-delay: 4.4s;
}

.card {
  width: 100%;
  position: relative;
  margin-bottom: -10%;
  z-index: 112;
}
@media (max-width: 768px) {
  .card {
    margin-bottom: 0%;
    margin-top: -50px;
  }
}

.card__body {
  position: relative;
  width: 100%;
  height: 100%;
}

.card__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.card__item {
  position: relative;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.card__item img {
  -webkit-box-shadow: 24px 16px 32px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 24px 16px 32px 0px rgba(0, 0, 0, 0.06);
  border-radius: 30px;
  border: 2px solid #000;
}
@media (max-width: 768px) {
  .card__item img {
    -webkit-box-shadow: 24px 16px 32px 0px rgba(0, 0, 0, 0);
            box-shadow: 24px 16px 32px 0px rgba(0, 0, 0, 0);
    border-radius: 16px;
    border: 1px solid #000;
  }
}
.card__item.is-onscreen {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.card__item--1 {
  width: 19.31vw;
  margin-top: 4px;
  margin-left: 4.2%;
}
@media (max-width: 768px) {
  .card__item--1 {
    width: 221px;
    margin-top: 4px;
    margin-left: 0;
  }
  .card__item--1 img {
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
  }
}
.card__item--2 {
  width: 19.37vw;
  margin-top: -0.9%;
  margin-left: 12%;
}
@media (max-width: 768px) {
  .card__item--2 {
    width: 221px;
    margin-top: 30px;
    margin-left: auto;
  }
  .card__item--2 img {
    -webkit-transform: translateX(-24px);
            transform: translateX(-24px);
  }
}
.card__item--3 {
  width: 37.1vw;
  margin-top: -16.1%;
  margin-left: 35.449%;
}
@media (max-width: 768px) {
  .card__item--3 {
    width: 305px;
    margin: 20% auto 0;
  }
}
.card__item--4 {
  width: 19.775vw;
  margin-top: -14.1%;
  margin-left: 75.99%;
}
@media (max-width: 768px) {
  .card__item--4 {
    width: 225px;
    margin-top: 8px;
    margin-left: 0;
  }
  .card__item--4 img {
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
  }
}
.card__item--5 {
  width: 30.8vw;
  margin-top: 15%;
  margin-left: 4.23%;
}
@media (max-width: 768px) {
  .card__item--5 {
    width: 327px;
    margin-top: 20%;
    margin-left: 0;
  }
  .card__item--5 img {
    -webkit-transform: translateX(39px);
            transform: translateX(39px);
  }
}
.card__item--6 {
  width: 46.16vw;
  margin-top: -12.7%;
  margin-left: 43.91%;
}
@media (max-width: 768px) {
  .card__item--6 {
    width: 341px;
    margin: 8px auto 0;
  }
}
.card__item--7 {
  width: 21.6vw;
  margin-top: 0%;
  margin-left: 12%;
}
@media (max-width: 768px) {
  .card__item--7 {
    width: 223px;
    margin-top: -10%;
    margin-left: auto;
  }
  .card__item--7 img {
    -webkit-transform: translateX(-24px);
            transform: translateX(-24px);
  }
}
.card__item--8 {
  width: 19.24vw;
  margin-top: 3.5%;
  margin-left: 4.23%;
}
@media (max-width: 768px) {
  .card__item--8 {
    width: 226px;
    margin-top: 10%;
    margin-left: 0;
  }
  .card__item--8 img {
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
  }
}
.card__item--9 {
  width: 30.29vw;
  margin-top: -6.5%;
  margin-left: 42.6%;
}
@media (max-width: 768px) {
  .card__item--9 {
    width: 260px;
    margin-top: 10%;
    margin-left: 0;
  }
  .card__item--9 img {
    -webkit-transform: translateX(66px);
            transform: translateX(66px);
  }
}
.card__item--10 {
  width: 18.65vw;
  margin-top: -30.2%;
  margin-left: 77.16%;
}
@media (max-width: 768px) {
  .card__item--10 {
    width: 171px;
    margin-top: 28px;
    margin-left: 0;
  }
  .card__item--10 img {
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
  }
}
.card__item--11 {
  width: 18.18vw;
  margin-top: 15%;
  margin-left: 68.9%;
}
@media (max-width: 768px) {
  .card__item--11 {
    width: 194px;
    margin-top: 20%;
    margin-left: 0;
  }
  .card__item--11 img {
    -webkit-transform: translateX(148px);
            transform: translateX(148px);
  }
}
.card__item--12 {
  width: 32vw;
  margin-left: 16.9%;
  margin-top: 0%;
}
@media (max-width: 768px) {
  .card__item--12 {
    width: 337px;
    margin: 40% auto 0;
  }
}

.about {
  width: 100%;
  position: relative;
  padding-top: 80px;
  overflow: hidden;
  z-index: 112;
}
@media (max-width: 768px) {
  .about {
    margin-top: -100px;
    padding-top: 0px;
  }
}
.about:before {
  content: "";
  width: 2506px;
  height: 2506px;
  border-radius: 50%;
  background: #dae4eb;
  position: absolute;
  top: 0;
  left: 50%;
  border: 1px solid #000;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .about:before {
    width: 1012px;
    height: 1012px;
  }
}

.about__body {
  position: relative;
  width: 100%;
  height: 100%;
}

.about__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.about__ttl {
  display: table;
  margin: 0 auto 108px;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  clip-path: inset(0 100% 0 0);
}
@media (max-width: 768px) {
  .about__ttl {
    margin: 0 auto 0px;
  }
  .about__ttl svg {
    width: 342px;
  }
}
.about__ttl.is-onscreen {
  clip-path: inset(0 0 0 0);
}

.about__img {
  position: relative;
  overflow: hidden;
  border-radius: 128px;
  width: 91%;
  margin: 0 auto;
  height: calc(100vh - 219px);
}
@media (max-width: 768px) {
  .about__img {
    width: calc(100% - 48px);
    height: 171px;
    border-radius: 32px;
  }
}
.about__img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #dae4eb;
  content: "";
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.about__img.is-onscreen:after {
  height: 0;
}

.about__img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
@media (max-width: 768px) {
  .about__img-wrap {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.about__img-item {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
@media (max-width: 768px) {
  .about__img-item {
    -webkit-transform: scale(1.5) translateY(20px);
            transform: scale(1.5) translateY(20px);
  }
}

.about__textarea {
  width: 83%;
  margin: 64px auto 128px;
  max-width: 1256px;
}
@media (max-width: 768px) {
  .about__textarea {
    width: 100%;
    padding: 0 24px;
    margin: 24px auto 64px;
  }
}

.about__textarea-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .about__textarea-inner {
    display: block;
  }
}

.about__heading {
  width: 50%;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 175%; /* 56px */
  letter-spacing: 1.28px;
  font-size: 2.05vw;
  padding-right: 32px;
}
@media (max-width: 768px) {
  .about__heading {
    width: 100%;
    font-size: 2.2rem;
    padding-right: 0px;
    font-weight: 600;
  }
}
.about__heading p {
  overflow: hidden;
}
.about__heading span {
  display: block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.about__heading.is-onscreen span {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.about__lead {
  padding-left: 32px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 250%; /* 30px */
  letter-spacing: 0.48px;
  width: 50%;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 0;
}
@media (max-width: 768px) {
  .about__lead {
    width: 100%;
    padding-left: 0px;
    margin-top: 24px;
  }
}
.about__lead.is-onscreen {
  opacity: 1;
}

.office {
  background: #f3e9db;
  position: relative;
  z-index: 112;
}

.flowtext {
  font-family: "Agdasima", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 48px */
  letter-spacing: 1.92px;
  white-space: nowrap;
  padding: 24px 0;
  z-index: 1111;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .flowtext {
    font-size: 24px;
  }
}
.flowtext:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #0363e8;
}
.flowtext:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #0363e8;
}
.flowtext span {
  margin-right: 35px;
}
@media (max-width: 768px) {
  .flowtext span {
    margin-right: 24px;
  }
}

.entry-box {
  padding: 160px 4.2%;
}
@media (max-width: 768px) {
  .entry-box {
    padding: 64px 24px;
  }
}

.entry-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .entry-row {
    display: block;
  }
}

.entry-img__wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.entry-img {
  width: 41.6666%;
  height: calc(100vh - 247px);
  overflow: hidden;
  padding-right: 32px;
}
@media (max-width: 768px) {
  .entry-img {
    width: 100%;
    padding-right: 0px;
    height: 406px;
  }
}

.entry-img-item {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  border-radius: 32px;
}
@media (max-width: 768px) {
  .entry-img-item {
    margin-bottom: 24px;
    position: relative !important;
  }
  .entry-img-item img {
    border-radius: 16px;
  }
}
.entry-img-item--0 {
  position: relative;
  clip-path: inset(100% 0 0 0);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  -webkit-transition-delay: 0.5;
          transition-delay: 0.5;
}
.entry-img-item--0.is-onscreen {
  clip-path: inset(0 0 0 0);
}
.entry-img-item--1 {
  position: relative;
  clip-path: inset(100% 0 0 0);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  -webkit-transition-delay: 0.5;
          transition-delay: 0.5;
}
.entry-img-item--1.is-onscreen {
  clip-path: inset(0 0 0 0);
}
.entry-img-item--1.is-active {
  clip-path: inset(100% 0 0 0);
}
.entry-img-item--2 {
  position: absolute;
  top: 0;
  left: 0;
  clip-path: inset(100% 0 0 0);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
.entry-img-item--2.is-active {
  clip-path: inset(0 0 0 0);
}
.entry-img-item--2.is-onscreen {
  clip-path: inset(0 0 0 0);
}
.entry-img-item--3 {
  position: absolute;
  top: 0;
  left: 0;
  clip-path: inset(100% 0 0 0);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
.entry-img-item--3.is-active {
  clip-path: inset(0 0 0 0);
}
.entry-img-item--3.is-onscreen {
  clip-path: inset(0 0 0 0);
}
.entry-img-item--4 {
  position: absolute;
  top: 0;
  left: 0;
  clip-path: inset(100% 0 0 0);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
.entry-img-item--4.is-active {
  clip-path: inset(0 0 0 0);
}
.entry-img-item--4.is-onscreen {
  clip-path: inset(0 0 0 0);
}

@media (max-width: 768px) {
  .entry-main {
    display: none;
  }
}

.entry-textarea {
  width: 41.6666%;
  padding-left: 32px;
  margin-left: 8.333%;
}
@media (max-width: 768px) {
  .entry-textarea {
    width: 100%;
    padding-left: 0px;
    margin-left: 0;
  }
}

.entry-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 16px;
  z-index: 11;
}
@media (max-width: 768px) {
  .entry-ttl {
    margin-bottom: 32px;
  }
}
.facilities .entry-ttl {
  position: sticky;
  top: 160px;
}
@media (max-width: 768px) {
  .facilities .entry-ttl {
    position: relative;
    top: 0;
    margin-bottom: 4px;
  }
}
.facilities .entry-ttl:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 290px;
  background: #dae4eb;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media (max-width: 768px) {
  .facilities .entry-ttl:before {
    content: none;
  }
}
.entry-ttl:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #0363e8;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.entry-ttl.is-onscreen:after {
  width: 100%;
}
.entry-ttl p {
  overflow: hidden;
}
.entry-ttl p.jp {
  width: 30%;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 18px */
  letter-spacing: 0.72px;
}
@media (max-width: 768px) {
  .entry-ttl p.jp {
    font-size: 16px;
    width: 40%;
    display: inline-block;
  }
}
.entry-ttl p.eng {
  width: 70%;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: 1.28px;
  font-family: "Agdasima", serif;
}
@media (max-width: 768px) {
  .entry-ttl p.eng {
    font-size: 12px;
    width: 60%;
    display: inline-block;
  }
}
.entry-ttl span {
  display: block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.entry-ttl.is-onscreen span {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.entry-btn {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.entry-btn.is-onscreen {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.c-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 196px;
  height: 48px;
  padding: 12px 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  background: #0363e8;
  font-family: "Agdasima", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
  letter-spacing: 2.88px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .c-button a {
    font-size: 16px;
    width: 40%;
    display: inline-block;
    margin-top: 24px;
    padding: 7px 32px 9px;
    height: 32px;
  }
}
.office .c-button a {
  margin-top: 64px;
  width: 196px;
}
@media (max-width: 768px) {
  .office .c-button a {
    width: 135px;
    height: 32px;
    margin-top: 24px;
  }
}
.c-button a:hover .c-button__icon-front {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-button a:hover .c-button__icon-back {
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.c-button--blank .c-button__icon {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-button__icon {
  width: 24px;
  height: 24px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .c-button__icon {
    width: 16px;
    height: 16px;
  }
  .c-button__icon svg {
    width: 16px;
    height: 16px;
  }
}
.c-button__icon:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 40px;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  background: #fff;
}

.c-button__icon-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
  width: 24px;
  height: 24px;
  z-index: 11;
}
@media (max-width: 768px) {
  .c-button__icon-circle {
    width: 16px;
    height: 16px;
    -webkit-transform: translate(0%, -43%);
            transform: translate(0%, -43%);
    left: inherit;
    right: -28px;
  }
}

.c-button__icon-front {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-150%, -50%);
          transform: translate(-150%, -50%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.c-button__icon-back {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.entry-lead {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 21px */
  letter-spacing: 0.48px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.entry-lead.is-onscreen {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.entry-info {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.office .entry-info {
  margin-top: 64px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .office .entry-info {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.entry-info.is-onscreen {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.entry-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .entry-info__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.entry-info__item .cat {
  width: 38px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 21px */
  letter-spacing: 0.48px;
}
@media (max-width: 768px) {
  .entry-info__item .cat {
    width: 62px;
  }
}
.facilities-box .entry-info__item .cat {
  width: 74px;
}
.entry-info__item .detail {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 21px */
  letter-spacing: 0.48px;
  padding-left: 24px;
}
@media (max-width: 768px) {
  .entry-info__item .detail {
    padding-left: 0px;
    width: calc(100% - 62px);
    padding-left: 12px;
    border-left: 1px solid #0363e8;
  }
}
.facilities-box .entry-info__item .detail {
  padding-left: 12px;
}

.facilities {
  position: relative;
  width: 100%;
  background: #dae4eb;
  z-index: 112;
}

.facilities-img {
  position: sticky;
  top: 160px;
  left: 0;
}
@media (max-width: 768px) {
  .facilities-img {
    display: none;
  }
}

.facilities-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  border: 1px solid #0363e8;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  margin: 24px auto 48px;
}
@media (max-width: 768px) {
  .facilities-comment {
    margin: 24px auto 0px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.facilities-comment__icon {
  width: 80px;
}
@media (max-width: 768px) {
  .facilities-comment__icon {
    width: 64px;
  }
}
.facilities-comment__icon img {
  border-radius: 50px;
}

.facilities-comment__text {
  width: calc(100% - 80px);
  padding-left: 16px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 21px */
  letter-spacing: 0.48px;
}
@media (max-width: 768px) {
  .facilities-comment__text {
    width: calc(100% - 64px);
  }
}

.facilities-box {
  width: 100%;
  height: 100%;
}
.facilities-item {
  padding-top: 360px;
}
.facilities-item--1 {
  margin-top: -150px;
}
@media (max-width: 768px) {
  .facilities-item--1 {
    padding-top: 24px;
    margin-top: 0px;
  }
}
.facilities-item--4 {
  padding-bottom: 160px;
}
@media (max-width: 768px) {
  .facilities-item--4 {
    padding-top: 24px;
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .facilities-item {
    padding-top: 48px;
  }
}

.facilities-place {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 175%; /* 28px */
  letter-spacing: 0.64px;
  margin-bottom: 16px;
}
.facilities-place p {
  overflow: hidden;
}
.facilities-place span {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.is-onscreen .facilities-place span {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.footer {
  margin: 0 auto;
  z-index: 11111;
  padding: 48px 4.5%;
  position: relative;
  text-align: right;
  font-family: Agdasima;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
  letter-spacing: 1.44px;
  text-transform: uppercase;
  background: #dae4eb;
}
@media (max-width: 768px) {
  .footer {
    padding: 24px 24px;
  }
}
.footer:after {
  position: absolute;
  content: "";
  width: 91%;
  height: 1px;
  background: #0363e8;
  top: 0;
  left: 4.5%;
}
@media (max-width: 768px) {
  .footer:after {
    width: calc(100% - 48px);
    left: 24px;
  }
}

.stikcy {
  position: sticky;
  top: 160px;
  z-index: 111;
}