@charset "UTF-8";

*,
:before,
:after {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

div,
p,
img,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
a,
header,
article,
section,
aside,
nav,
footer {
  font-size: 100%;
  font-weight: normal;
  border: 0;
}

ul {
  list-style-type: none;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: auto;
  font-size: 62.5%;
}

a {
  text-decoration: none;
  color: #231F20;
}

button {
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

small {
  font-family: Verdana, Arial, Geneva, Tahoma, sans-serif;
}

.alt {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}

.alt {
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
}

.cookie-admit {
  position: fixed;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  color: #FFF;
  display: none;
}

body[data-cookie-admit] .cookie-admit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cookie-admit .cookie-admit__text {
  font-family: var(--font-ja);
  display: inline-block;
  line-height: 1.8;
}

.cookie-admit .cookie-admit__btn {
  font-family: var(--font-ja);
  font-weight: 700;
  display: inline-block;
  border-bottom: solid 1px #FFF;
  cursor: pointer;
}

.cookie-admit .b_btn {
  position: absolute;
  top: 5px;
  right: 9px;
  border: none !important;
  text-decoration: none;
}

:root {
  --color-beige: #fdfbf4;
  --color-orange: #ff8736;
  --color-black: #231F20;
  --color-white: #fff;
  --font-ja: "Noto Sans JP", sans-serif;
  --font-en: Belanosima, serif;
}

html:lang(ja) body {
  font-family: var(--font-ja);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

html:lang(ja) body ::-webkit-input-placeholder {
  font-family: var(--font-ja);
}

html:lang(ja) body ::-moz-placeholder {
  font-family: var(--font-ja);
}

html:lang(ja) body :-ms-input-placeholder {
  font-family: var(--font-ja);
}

html:lang(ja) body ::-ms-input-placeholder {
  font-family: var(--font-ja);
}

html:lang(ja) body ::placeholder,
html:lang(ja) body select,
html:lang(ja) body input,
html:lang(ja) body textarea,
html:lang(ja) body pre {
  font-family: var(--font-ja);
}

body {
  background-color: var(--color-beige);
  color: #231F20;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  position: relative;
  height: 100%;
  min-height: 100vh;
  width: 100%;
}

.main-contents {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.main-contents .contents-container {
  width: 100%;
  padding-top: var(--header-height);
  position: relative;
}

.js-scrollbar-target {
  scrollbar-width: none;
  /*Firefox対応のスクロールバー非表示コード*/
  -ms-overflow-style: none;
  /*Internet Explore対応のスクロールバー非表示コード*/
}

.js-scrollbar-target::-webkit-scrollbar {
  display: none;
}

.anchor-revise {
  padding-top: calc(var(--header-height) + 50px);
  margin-top: calc(var(--header-height) * -1 - 50px);
}

.cookie-admit {
  z-index: 200;
}

.menu-contents {
  z-index: 100;
}

.page-contents-cover {
  z-index: 90;
}

.site-menu__btn-menu {
  z-index: 96;
}

.site-header {
  z-index: 95;
}

.floating-buttons {
  z-index: 82;
}

.site-footer {
  z-index: 81;
}

.belt-partition__wrap {
  z-index: 80;
}

.sidebar-lines {
  z-index: 70;
}

._dummy {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  pointer-events: none;
  opacity: 0.5;
  z-index: 1000;
}

#__bs_notify__ {
  display: none !important;
}

.links {
  color: #FFF;
  text-decoration: underline;
}

.fx-hover-mask .fx-hover-mask__target {
  -webkit-clip-path: ellipse(0% 0% at 50% 50%);
  clip-path: ellipse(0% 0% at 50% 50%);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: -webkit-clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.fx-hover-mask:hover .fx-hover-mask__target {
  -webkit-clip-path: ellipse(100% 100% at 50% 50%);
  clip-path: ellipse(100% 100% at 50% 50%);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: -webkit-clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

@-webkit-keyframes loop-scroll {
  0% {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes loop-scroll {
  0% {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes wipe-out {
  0% {
    -webkit-clip-path: polygon(0% -5%, 100% -5%, 100% 105%, 0% 105%);
    clip-path: polygon(0% -5%, 100% -5%, 100% 105%, 0% 105%);
  }

  100% {
    -webkit-clip-path: polygon(100% -5%, 100% -5%, 100% 105%, 100% 105%);
    clip-path: polygon(100% -5%, 100% -5%, 100% 105%, 100% 105%);
  }
}

@keyframes wipe-out {
  0% {
    -webkit-clip-path: polygon(0% -5%, 100% -5%, 100% 105%, 0% 105%);
    clip-path: polygon(0% -5%, 100% -5%, 100% 105%, 0% 105%);
  }

  100% {
    -webkit-clip-path: polygon(100% -5%, 100% -5%, 100% 105%, 100% 105%);
    clip-path: polygon(100% -5%, 100% -5%, 100% 105%, 100% 105%);
  }
}

@-webkit-keyframes wipe-in {
  0% {
    -webkit-clip-path: polygon(0% -5%, 0% -5%, 0% 105%, 0% 105%);
    clip-path: polygon(0% -5%, 0% -5%, 0% 105%, 0% 105%);
  }

  100% {
    -webkit-clip-path: polygon(0% -5%, 100% -5%, 100% 105%, 0% 105%);
    clip-path: polygon(0% -5%, 100% -5%, 100% 105%, 0% 105%);
  }
}

@keyframes wipe-in {
  0% {
    -webkit-clip-path: polygon(0% -5%, 0% -5%, 0% 105%, 0% 105%);
    clip-path: polygon(0% -5%, 0% -5%, 0% 105%, 0% 105%);
  }

  100% {
    -webkit-clip-path: polygon(0% -5%, 100% -5%, 100% 105%, 0% 105%);
    clip-path: polygon(0% -5%, 100% -5%, 100% 105%, 0% 105%);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.site-header {
  -webkit-transform: translate3d(0, -130%, 0);
  transform: translate3d(0, -130%, 0);
}

.site-menu__btn-menu {
  -webkit-transform: translate3d(0, -130%, 0);
  transform: translate3d(0, -130%, 0);
}

body[data-is-load-complete] .site-header {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  -webkit-transition: height 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  transition: height 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1s, height 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1s, height 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
}

body[data-is-load-complete] .site-menu__btn-menu {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
}

.site-header {
  background-color: var(--color-beige);
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  height: var(--header-height);
}

.site-header,
.site-header .site-header__wrap {
  -webkit-transition: height 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: height 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

body[data-header-state=shrink] .site-header,
body[data-header-state=shrink] .site-header .site-header__wrap {
  height: var(--header-height-shrink);
}

.site-header .site-header__wrap,
.site-menu .site-header__wrap {
  height: var(--header-height);
  margin-left: auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-header .site-header__wrap:after,
.site-menu .site-header__wrap:after {
  background-color: #231F20;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.site-header .site-header__date,
.site-menu .site-header__date {
  position: absolute;
  margin: auto;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  text-decoration: none;
}

.site-header .site-header__date span,
.site-menu .site-header__date span {
  font-family: Belanosima, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.site-header .site-header__logo img,
.site-menu .site-header__logo img {
  width: 100%;
  height: 100%;
}

.site-header .site-header__breadcrumb,
.site-menu .site-header__breadcrumb {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header .site-header__breadcrumb li,
.site-menu .site-header__breadcrumb li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header .site-header__breadcrumb li + li:before,
.site-menu .site-header__breadcrumb li + li:before {
  background-color: #231F20;
  content: "";
  display: block;
  height: 1px;
}

.site-header .site-header__breadcrumb li:last-child > a,
.site-menu .site-header__breadcrumb li:last-child > a {
  pointer-events: none;
}

.site-header .site-header__breadcrumb li > a,
.site-menu .site-header__breadcrumb li > a {
  letter-spacing: 0.05em;
  text-decoration: none;
  line-height: 1;
  display: inline-block;
}

.site-header .site-header__breadcrumb li > a:hover,
.site-menu .site-header__breadcrumb li > a:hover {
  color: var(--color-orange);
}

.site-header .site-header__breadcrumb li > a.is-active,
.site-menu .site-header__breadcrumb li > a.is-active {
  pointer-events: none;
}

.site-header .site-header__lang,
.site-menu .site-header__lang {
  position: absolute;
  height: 30px;
  right: 127px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 29px;
}

.site-header .site-header__lang:before,
.site-menu .site-header__lang:before {
  background-color: #231F20;
  content: "";
  display: block;
  height: 1px;
  width: 29px;
  position: absolute;
  top: 50%;
  left: 28px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.site-header .site-header__lang li,
.site-menu .site-header__lang li {
  width: 28px;
}

.site-header .site-header__btn-lang,
.site-menu .site-header__btn-lang {
  height: 28px;
  width: 28px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-header .site-header__btn-lang.is-active,
.site-menu .site-header__btn-lang.is-active {
  pointer-events: none;
}

.site-header .site-header__btn-lang.is-active:before,
.site-menu .site-header__btn-lang.is-active:before {
  visibility: visible;
}

.site-header .site-header__btn-lang:before,
.site-menu .site-header__btn-lang:before {
  border: 1px solid #231F20;
  border-radius: 50%;
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.site-header .site-header__btn-lang span,
.site-menu .site-header__btn-lang span {
  font-family: Belanosima, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.05em;
  position: relative;
  padding: 0 0 1px 3px;
}

.site-header .site-header__btn-lang:hover span,
.site-menu .site-header__btn-lang:hover span {
  color: var(--color-orange);
}

.site-menu {
  pointer-events: none;
}

.site-menu .site-menu__btn-menu {
  position: fixed;
  pointer-events: auto;
  cursor: pointer;
  top: 0;
}

.site-menu .site-menu__btn-menu .site-menu__btn-menu__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: var(--header-height);
}

.site-menu .site-menu__btn-menu .site-menu__btn-menu__wrap .site-menu__btn-menu__text {
  font-family: var(--font-en);
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.14em;
  text-align: center;
  line-height: 1;
  margin-left: 0.15em;
  color: #231F20;
}

.site-menu .site-menu__btn-menu .site-menu__btn-menu__wrap .site-menu__btn-menu__icon {
  height: auto;
  width: 100%;
}

.site-menu .site-menu__btn-menu .site-menu__btn-menu__wrap.is-close {
  position: relative;
  z-index: 1;
}

.site-menu .site-menu__btn-menu .site-menu__btn-menu__wrap.is-close .site-menu__btn-menu__text {
  color: #FFF;
}

.site-menu .menu-contents {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #231F20;
  display: block;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  -webkit-transition: visibility 0.001s linear 0.5s, -webkit-clip-path 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  transition: visibility 0.001s linear 0.5s, -webkit-clip-path 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  transition: clip-path 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s, visibility 0.001s linear 0.5s;
  transition: clip-path 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s, visibility 0.001s linear 0.5s, -webkit-clip-path 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s;
}

.site-menu .site-header__wrap {
  width: 100% !important;
  position: fixed;
  z-index: 1;
  background-color: #231F20;
}

.site-menu .site-header__wrap:after {
  background-color: #FFF;
}

.site-menu .site-header__wrap .site-header__date {
  color: #FFF;
}

.site-menu .site-header__wrap .site-header__date {
  background-color: transparent;
}

.site-menu .site-header__wrap .site-header__logo {
  -webkit-filter: brightness(10);
  filter: brightness(10);
}

body[data-header-state=shrink] .site-menu .site-header__wrap {
  height: var(--header-height-shrink);
}

.site-menu .menu-body {
  pointer-events: auto;
  padding-top: calc(var(--header-height));
  padding-bottom: calc(var(--menu-footer-height));
  height: 100%;
  overflow: auto;
}

body[data-header-state=shrink] .site-menu .menu-body {
  padding-top: calc(var(--header-height-shrink));
}

.site-menu .menu-list::after {
  content: "";
  display: block;
}

.site-menu .menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-menu .menu-list .menu-list__item {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.site-menu .menu-list .menu-list__link {
  background-color: transparent;
  display: inline-block;
}

.site-menu .menu-list .menu-list__name-en {
  color: #FFF;
  font-family: var(--font-en);
  line-height: 1;
  display: inline-block;
  position: relative;
}

.site-menu .menu-list .menu-list__name-en .menu-list__name-en__hover {
  color: var(--color-orange);
  position: absolute;
  left: 0;
  top: 0;
}

.site-menu .menu-list .menu-list__name-ja {
  color: #717570;
  line-height: 1;
}

.site-menu .menu-list .menu-list__description {
  color: #FFF;
}

.site-menu .contact-wrap {
  width: 100%;
  background-color: #282828;
}

.site-menu .contact-wrap .contact-wrap__width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.site-menu .contact-wrap .contact-wrap__link {
  background-color: transparent;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.site-menu .contact-wrap .contact-wrap__name-en {
  color: #FFF;
  font-family: var(--font-en);
  line-height: 1;
  display: inline-block;
  position: relative;
}

.site-menu .contact-wrap .contact-wrap__name-en .contact-wrap__name-en__hover {
  color: var(--color-orange);
  position: absolute;
  left: 0;
  top: 0;
}

.site-menu .contact-wrap .contact-wrap__name-ja {
  color: #717570;
  line-height: 1;
}

.site-menu .contact-wrap .contact-wrap__description {
  color: #FFF;
}

.site-menu .menu-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #231F20;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: var(--menu-footer-height);
}

.site-menu .menu-footer:before {
  background-color: #FFF;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 100%;
}

.site-menu .menu-footer .menu-footer__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: auto;
}

.site-menu .menu-footer .menu-list__name-en {
  color: #FFF;
  font-family: var(--font-en);
  position: relative;
}

.site-menu .menu-footer .menu-list__name-en .menu-list__name-en__hover {
  color: var(--color-orange);
  position: absolute;
  left: 0;
  top: 0;
}

.site-menu .menu-footer .menu-list__name-ja {
  color: #717570;
}

.menu-body .menu-list__name-en,
.menu-body .menu-list__name-ja,
.menu-body .contact-wrap__name-en,
.menu-body .contact-wrap__name-ja {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: relative;
  -webkit-transition: -webkit-clip-path 0.01s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s, -webkit-transform 0.01s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  transition: -webkit-clip-path 0.01s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s, -webkit-transform 0.01s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  transition: clip-path 0.01s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s, transform 0.01s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  transition: clip-path 0.01s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s, transform 0.01s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s, -webkit-clip-path 0.01s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s, -webkit-transform 0.01s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}

.menu-body .menu-list__description {
  opacity: 0.001;
  -webkit-transition: opacity 0.01s linear 0.5s;
  transition: opacity 0.01s linear 0.5s;
}

.menu-body .contact-wrap__description {
  opacity: 0.001;
  -webkit-transition: opacity 0.01s linear 0.5s;
  transition: opacity 0.01s linear 0.5s;
}

body[data-menu-state=opened] .menu-body .menu-list__name-en,
body[data-menu-state=opened] .menu-body .menu-list__name-ja,
body[data-menu-state=opened] .menu-body .contact-wrap__name-en,
body[data-menu-state=opened] .menu-body .contact-wrap__name-ja {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  -webkit-transition: -webkit-clip-path 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s, -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  transition: -webkit-clip-path 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s, -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  transition: clip-path 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s, transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  transition: clip-path 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s, transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s, -webkit-clip-path 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s, -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}

body[data-menu-state=opened] .menu-body .menu-list__item:nth-of-type(1) .menu-list__description {
  opacity: 1;
  -webkit-transition: opacity 0.5s linear 0.7s;
  transition: opacity 0.5s linear 0.7s;
}

body[data-menu-state=opened] .menu-body .menu-list__item:nth-of-type(2) .menu-list__description {
  opacity: 1;
  -webkit-transition: opacity 0.5s linear 0.8s;
  transition: opacity 0.5s linear 0.8s;
}

body[data-menu-state=opened] .menu-body .menu-list__item:nth-of-type(3) .menu-list__description {
  opacity: 1;
  -webkit-transition: opacity 0.5s linear 0.9s;
  transition: opacity 0.5s linear 0.9s;
}

body[data-menu-state=opened] .menu-body .menu-list__item:nth-of-type(4) .menu-list__description {
  opacity: 1;
  -webkit-transition: opacity 0.5s linear 1s;
  transition: opacity 0.5s linear 1s;
}

body[data-menu-state=opened] .menu-body .menu-list__item:nth-of-type(5) .menu-list__description {
  opacity: 1;
  -webkit-transition: opacity 0.5s linear 1.1s;
  transition: opacity 0.5s linear 1.1s;
}

body[data-menu-state=opened] .menu-body .menu-list__item:nth-of-type(6) .menu-list__description {
  opacity: 1;
  -webkit-transition: opacity 0.5s linear 1.2s;
  transition: opacity 0.5s linear 1.2s;
}

body[data-menu-state=opened] .menu-body .contact-wrap__description {
  opacity: 1;
  -webkit-transition: opacity 0.5s linear 1.3s;
  transition: opacity 0.5s linear 1.3s;
}

body[data-menu-state=opened] {
  overflow: hidden;
}

body[data-menu-state=opened] .site-menu .menu-contents {
  visibility: visible;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transition: -webkit-clip-path 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  transition: -webkit-clip-path 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  transition: clip-path 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  transition: clip-path 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s, -webkit-clip-path 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s;
}

body[data-menu-state=opened] .site-menu .site-header__logo a {
  pointer-events: auto;
}

.site-menu .site-menu__btn-menu__wrap {
  -webkit-transition: height 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: height 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

body[data-header-state=shrink] .site-menu .site-menu__btn-menu .site-menu__btn-menu__wrap {
  height: var(--header-height-shrink);
}

.site-footer {
  background-color: #231F20;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-footer .site-footer__copyright {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.floating-buttons {
  pointer-events: none;
}

.floating-buttons > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.floating-buttons > ul * {
  pointer-events: auto;
}

.floating-buttons > ul .floating-buttons__button,
.floating-buttons > ul .floating-buttons__button-simple {
  display: inline-block;
  position: relative;
}

.floating-buttons > ul .floating-buttons__button img.hover {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-clip-path: ellipse(0% 0% at 50% 49%);
  clip-path: ellipse(0% 0% at 50% 49%);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s, -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.floating-buttons > ul .floating-buttons__button:hover img.hover {
  -webkit-clip-path: ellipse(62% 62% at 50% 49%);
  clip-path: ellipse(62% 62% at 50% 49%);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s, -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.floating-buttons > ul .floating-buttons__button-simple img.hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.floating-buttons > ul .floating-buttons__button-simple:hover img.hover {
  opacity: 1;
}

.sidebar-anchor-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: var(--sidebar-width);
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sidebar-anchor-nav .sidebar-anchor-nav__caption {
  font-family: var(--font-en);
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  position: relative;
}

.sidebar-anchor-nav .sidebar-anchor-nav__caption.sp {
  position: absolute;
  color: #231F20;
  background-color: var(--color-beige);
}

.sidebar-anchor-nav .sidebar-anchor-nav__caption.sp::before {
  content: "";
  position: absolute;
  display: block;
  width: 200%;
  height: 100%;
  background-color: transparent;
  left: 0;
  top: 0;
}

.sidebar-anchor-nav .sidebar-anchor-nav__nav {
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

.sidebar-anchor-nav .anchor-list {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.sidebar-anchor-nav .anchor-list > li {
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sidebar-anchor-nav .anchor-list > li > a {
  border: 1px solid transparent;
  border-radius: 50%;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: block;
  position: relative;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

body[data-is-load-complete] .sidebar-anchor-nav .sidebar-anchor-nav__caption {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.2s;
  transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.2s;
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.2s;
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.2s, -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.2s;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.btn-to-pagetop {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  width: 0;
  height: 100vh;
}

.btn-to-pagetop .btn-to-pagetop__link {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body[data-is-load-complete] .btn-to-pagetop .btn-to-pagetop__link {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.2s;
  transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.2s;
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.2s;
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.2s, -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.2s;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.page-title {
  width: calc(100% - var(--sidebar-width));
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.page-title .page-title__text-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-title .page-title__text-line img {
  width: auto;
}

.page-title .page-title__text-line .page-title__ja {
  letter-spacing: 0.05em;
  line-height: 1;
}

.section-title {
  width: 0;
}

.section-title[data-type=reverse] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section-title__text {
  width: var(--section-title-width);
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-title__text:after {
  background-color: #231F20;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
}

.section-title__text > span:nth-child(1) {
  font-family: Belanosima, serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
}

.section-title__text > span:nth-child(2) {
  font-weight: 700;
  letter-spacing: 0.1em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}

.section-title .section-title__text {
  -webkit-clip-path: polygon(-5% 0%, 105% 0%, 105% 0%, -5% 0%);
  clip-path: polygon(-5% 0%, 105% 0%, 105% 0%, -5% 0%);
}

[data-is-scroll-entered] .section-title .section-title__text {
  -webkit-clip-path: polygon(-5% 0%, 105% 0%, 105% 100%, -5% 100%);
  clip-path: polygon(-5% 0%, 105% 0%, 105% 100%, -5% 100%);
  -webkit-transition: -webkit-clip-path 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: -webkit-clip-path 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: clip-path 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: clip-path 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s, -webkit-clip-path 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.bg-notebook {
  position: relative;
}

.bg-notebook__head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

.bg-notebook__head:before {
  background-image: url(/wp-content/themes/vis/assets/common/img/bg-note/head-repeat.png);
  background-size: 17px 17px;
  background-repeat: repeat-x;
  background-position: top right;
  content: "";
  display: block;
  height: 17px;
  width: 100%;
}

.bg-notebook__head:after {
  background-image: url(/wp-content/themes/vis/assets/common/img/bg-note/head-corner.png);
  background-size: 49px 31px;
  background-repeat: repeat-x;
  background-position: top right;
  content: "";
  display: block;
  height: 31px;
  width: 49px;
  min-width: 49px;
  -webkit-flex-basis: 49px;
  -ms-flex-preferred-size: 49px;
  flex-basis: 49px;
}

.bg-notebook__right {
  background-image: url(/wp-content/themes/vis/assets/common/img/bg-note/right-repeat.png);
  background-size: 16px 16px;
  background-repeat: repeat-y;
  background-position: top right;
  width: 16px;
  height: calc(100% - 31px);
  position: absolute;
  bottom: 0;
  right: 0;
}

.bg-notebook__foot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

.bg-notebook__foot:before {
  background-image: url(/wp-content/themes/vis/assets/common/img/bg-note/foot-repeat.png);
  background-size: 16px 16px;
  background-repeat: repeat-x;
  background-position: top right;
  content: "";
  display: block;
  height: 16px;
  width: 100%;
}

.bg-notebook__foot:after {
  background-image: url(/wp-content/themes/vis/assets/common/img/bg-note/foot-corner.png);
  background-size: 16px 16px;
  background-repeat: repeat-x;
  background-position: top right;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  min-width: 16px;
  -webkit-flex-basis: 16px;
  -ms-flex-preferred-size: 16px;
  flex-basis: 16px;
}

.bg-notebook__body {
  background-color: #fff;
}

.bg-grid {
  background-image: url(/wp-content/themes/vis/assets/common/img/bg-pattern.png);
  background-repeat: repeat;
  width: 100%;
}

.belt-partition-simple {
  width: 100%;
  position: relative;
  pointer-events: none;
  overflow: hidden;
}

.belt-partition {
  width: 100%;
  position: relative;
  pointer-events: none;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.belt-partition::after {
  width: 120%;
  left: -10%;
  background-color: var(--color-beige);
  display: block;
  content: "";
  position: absolute;
  top: 50%;
}

.belt-partition .belt-partition__wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.belt-partition .belt-partition__scroll {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.belt-partition .belt-partition__scroll img {
  display: inline-block;
  position: relative;
}

.belt-partition .belt-partition__scroll img:nth-of-type(2) {
  position: absolute;
  left: 100%;
}

.belt-partition .belt-partition__scroll img:nth-of-type(3) {
  position: absolute;
  left: 200%;
}

*[data-is-button] {
  cursor: pointer;
  pointer-events: auto;
}

.btn-view-more {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

.btn-view-more .btn-view-more__text {
  font-family: Belanosima, serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.06em;
  line-height: 1;
  position: relative;
}

.btn-view-more .btn-view-more__text:after {
  background-color: #231F20;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
}

.btn-view-more .btn-view-more__icon {
  overflow: hidden;
}

.btn-view-more .btn-view-more__icon > img {
  width: 100%;
  height: 100%;
}

.button-icon {
  position: relative;
}

.button-icon .button-icon__default,
.button-icon .button-icon__hover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.button-icon .button-icon__hover {
  -webkit-clip-path: ellipse(0% 0% at 50% 45%);
  clip-path: ellipse(0% 0% at 50% 45%);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s, -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

a:hover .button-icon .button-icon__hover,
*[data-is-button] .button-icon .button-icon__hover {
  -webkit-clip-path: ellipse(50% 44% at 50% 45%);
  clip-path: ellipse(50% 44% at 50% 45%);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s, -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.fx-button-icon-hover {
  cursor: pointer;
}

.fx-button-icon-hover .button-icon__default,
.fx-button-icon-hover .button-icon__hover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.fx-button-icon-hover .button-icon__hover {
  -webkit-clip-path: ellipse(0% 0% at 50% 45%);
  clip-path: ellipse(0% 0% at 50% 45%);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s, -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.fx-button-icon-hover:hover .button-icon__hover {
  -webkit-clip-path: ellipse(50% 44% at 50% 45%);
  clip-path: ellipse(50% 44% at 50% 45%);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s, -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.sidebar-lines {
  height: 100%;
  position: fixed;
  top: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sidebar-lines > span {
  display: block;
  height: 100%;
}

.sidebar-lines > span:nth-child(1) {
  background-color: #41768e;
}

.sidebar-lines > span:nth-child(2) {
  background-color: #ff8736;
}

.sidebar-lines > span:nth-child(3) {
  background-color: #bec3bd;
}

.sidebar-lines span:nth-child(1),
.sidebar-lines span:nth-child(2),
.sidebar-lines span:nth-child(3) {
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

body[data-is-load-complete] .sidebar-lines span:nth-child(1) {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

body[data-is-load-complete] .sidebar-lines span:nth-child(2) {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.2s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
}

body[data-is-load-complete] .sidebar-lines span:nth-child(3) {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.4s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
}

.page-contents-cover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
}

.page-contents-cover .page-contents-cover__base-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.03);
  left: 0;
  top: 0;
}

.page-contents-cover .page-contents-cover__color-layer {
  display: block;
  position: absolute;
  top: 0;
  width: 33.35%;
  height: 100%;
  background-color: var(--color-beige);
}

.page-contents-cover .page-contents-cover__color-layer:nth-of-type(3) {
  left: 0;
}

.page-contents-cover .page-contents-cover__color-layer:nth-of-type(3) {
  left: 33.33%;
}

.page-contents-cover .page-contents-cover__color-layer:nth-of-type(4) {
  left: 66.66%;
}

.page-contents-cover .page-contents-cover__color-layer:nth-of-type(2),
.page-contents-cover .page-contents-cover__color-layer:nth-of-type(3),
.page-contents-cover .page-contents-cover__color-layer:nth-of-type(4) {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

body[data-is-load-complete] .page-contents-cover {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear 1.8s, visibility 0.01s linear 2.3s;
  transition: opacity 0.5s linear 1.8s, visibility 0.01s linear 2.3s;
}

body[data-is-load-complete] .page-contents-cover .page-contents-cover__base-layer {
  opacity: 0;
  -webkit-transition: opacity 1s linear 1s;
  transition: opacity 1s linear 1s;
}

body[data-is-load-complete] .page-contents-cover .page-contents-cover__color-layer:nth-of-type(2) {
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
  transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
}

body[data-is-load-complete] .page-contents-cover .page-contents-cover__color-layer:nth-of-type(3) {
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
  transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.6s, -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
}

body[data-is-load-complete] .page-contents-cover .page-contents-cover__color-layer:nth-of-type(4) {
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.8s, -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
}

.section-about-us .about-us__slogan__text-line {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.section-about-us .about-us__logo-1 {
  opacity: 0;
}

.section-about-us .about-us__logo-2 {
  opacity: 0;
}

.section-about-us .about-us__char-1 {
  opacity: 0;
}

.section-about-us .about-us__char-2 {
  opacity: 0;
}

.section-about-us .about-us__keyword-1 {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
}

.section-about-us .about-us__keyword-2 {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
}

.section-about-us .about-us__keyword-3 {
  opacity: 0;
}

.section-about-us .about-us__slide .about-us__slide-img {
  opacity: 0;
}

.section-about-us .about-us__slide .about-us__slide-base {
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.section-about-us .about-us__text {
  opacity: 0;
}

.section-about-us[data-is-scroll-entered] .about-us__slogan__text-line {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.section-about-us[data-is-scroll-entered] .about-us__slogan__text-line:nth-of-type(1) {
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
  transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.1s, -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
}

.section-about-us[data-is-scroll-entered] .about-us__slogan__text-line:nth-of-type(2) {
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
  transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.4s, -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
}

.section-about-us[data-is-scroll-entered] .about-us__logo-1 {
  opacity: 0;
  animation: about-us__logo-1-1 0.8s linear 0s 1 normal forwards, about-us__logo-1-1 0.8s linear 2s 1 reverse forwards, about-us__logo-1-1 0.8s linear 5s 1 normal forwards;
}

@-webkit-keyframes about-us__logo-1-1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes about-us__logo-1-1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.section-about-us[data-is-scroll-entered] .about-us__logo-2 {
  opacity: 0;
  -webkit-animation: about-us__logo-1-1 0.8s linear 2.5s 1 normal forwards;
  animation: about-us__logo-1-1 0.8s linear 2.5s 1 normal forwards;
}

.section-about-us[data-is-scroll-entered] .about-us__char-1 {
  opacity: 0;
  animation: about-us__logo-1-1 0.6s linear 0s 1 normal forwards, about-us__logo-1-1 0.8s linear 2s 1 reverse forwards, about-us__logo-1-1 0.8s linear 5s 1 normal forwards, about-us__char-1 3.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal forwards;
}

@-webkit-keyframes about-us__char-1 {
  0% {
    -webkit-transform: translate3d(30%, 0%, 0);
    transform: translate3d(30%, 0%, 0);
  }

  100% {
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
  }
}

@keyframes about-us__char-1 {
  0% {
    -webkit-transform: translate3d(30%, 0%, 0);
    transform: translate3d(30%, 0%, 0);
  }

  100% {
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
  }
}

.section-about-us[data-is-scroll-entered] .about-us__char-2 {
  opacity: 0;
  -webkit-animation: about-us__logo-1-1 0.6s linear 2.5s 1 normal forwards, about-us__char-2 3.3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.5s 1 normal forwards;
  animation: about-us__logo-1-1 0.6s linear 2.5s 1 normal forwards, about-us__char-2 3.3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.5s 1 normal forwards;
}

@-webkit-keyframes about-us__char-2 {
  0% {
    -webkit-transform: translate3d(-30%, 0%, 0);
    transform: translate3d(-30%, 0%, 0);
  }

  100% {
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
  }
}

@keyframes about-us__char-2 {
  0% {
    -webkit-transform: translate3d(-30%, 0%, 0);
    transform: translate3d(-30%, 0%, 0);
  }

  100% {
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
  }
}

.section-about-us[data-is-scroll-entered] .about-us__keyword-1 {
  opacity: 0;
  animation: about-us__logo-1-1 0.6s linear 0.2s 1 normal forwards, about-us__logo-1-1 0.6s linear 2s 1 reverse forwards, about-us__keyword-1 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s 1 normal forwards, about-us__keyword-1-2 0.6s cubic-bezier(0.895, 0.03, 0.685, 0.22) 2s 1 normal forwards;
}

@-webkit-keyframes about-us__keyword-1 {
  0% {
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
  }

  20% {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
  }

  40% {
    -webkit-transform: scale3d(0.95, 0.95, 1);
    transform: scale3d(0.95, 0.95, 1);
  }

  60% {
    -webkit-transform: scale3d(1.02, 1.02, 1);
    transform: scale3d(1.02, 1.02, 1);
  }

  80% {
    -webkit-transform: scale3d(0.98, 0.98, 1);
    transform: scale3d(0.98, 0.98, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes about-us__keyword-1 {
  0% {
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
  }

  20% {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
  }

  40% {
    -webkit-transform: scale3d(0.95, 0.95, 1);
    transform: scale3d(0.95, 0.95, 1);
  }

  60% {
    -webkit-transform: scale3d(1.02, 1.02, 1);
    transform: scale3d(1.02, 1.02, 1);
  }

  80% {
    -webkit-transform: scale3d(0.98, 0.98, 1);
    transform: scale3d(0.98, 0.98, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes about-us__keyword-1-2 {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  100% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
}

@keyframes about-us__keyword-1-2 {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  100% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
}

.section-about-us[data-is-scroll-entered] .about-us__keyword-2 {
  opacity: 0;
  animation: about-us__logo-1-1 0.6s linear 2.7s 1 normal forwards, about-us__logo-1-1 0.6s linear 4.3s 1 reverse forwards, about-us__keyword-1 1s cubic-bezier(0.645, 0.045, 0.355, 1) 2.7s 1 normal forwards, about-us__keyword-1-2 0.6s cubic-bezier(0.895, 0.03, 0.685, 0.22) 4.3s 1 normal forwards;
}

.section-about-us[data-is-scroll-entered] .about-us__keyword-3 {
  opacity: 0;
  -webkit-animation: about-us__logo-1-1 1s linear 5s 1 normal forwards;
  animation: about-us__logo-1-1 1s linear 5s 1 normal forwards;
}

.section-about-us[data-is-scroll-entered] .about-us__slide .about-us__slide-img {
  opacity: 1;
  -webkit-transition: opacity 0.6s linear 0.6s;
  transition: opacity 0.6s linear 0.6s;
}

.section-about-us[data-is-scroll-entered] .about-us__slide .about-us__slide-base {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.4s linear 0.4s, -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
  transition: opacity 0.4s linear 0.4s, -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
  transition: opacity 0.4s linear 0.4s, transform 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
  transition: opacity 0.4s linear 0.4s, transform 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.4s, -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
}

.section-about-us[data-is-scroll-entered] .about-us__text {
  opacity: 1;
  -webkit-transition: opacity 0.8s linear 0.8s;
  transition: opacity 0.8s linear 0.8s;
}

.section-message .message__title__text-line {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.section-message .message__text p {
  opacity: 0;
}

.section-message .message__circle-deco {
  opacity: 0;
}

.section-message[data-is-scroll-entered] .message__title__text-line {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.section-message[data-is-scroll-entered] .message__title__text-line:nth-of-type(1) {
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
  transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.1s, -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
}

.section-message[data-is-scroll-entered] .message__title__text-line:nth-of-type(2) {
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
  transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.4s, -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
}

.section-message[data-is-scroll-entered] .message__text .message__text__column:nth-of-type(1) p:nth-of-type(1) {
  opacity: 1;
  -webkit-transition: opacity 0.8s linear 0.4s;
  transition: opacity 0.8s linear 0.4s;
}

.section-message[data-is-scroll-entered] .message__text .message__text__column:nth-of-type(1) p:nth-of-type(2) {
  opacity: 1;
  -webkit-transition: opacity 0.8s linear 0.5s;
  transition: opacity 0.8s linear 0.5s;
}

.section-message[data-is-scroll-entered] .message__text .message__text__column:nth-of-type(1) p:nth-of-type(3) {
  opacity: 1;
  -webkit-transition: opacity 0.8s linear 0.6s;
  transition: opacity 0.8s linear 0.6s;
}

.section-message[data-is-scroll-entered] .message__text .message__text__column:nth-of-type(1) p:nth-of-type(4) {
  opacity: 1;
  -webkit-transition: opacity 0.8s linear 0.7s;
  transition: opacity 0.8s linear 0.7s;
}

.section-message[data-is-scroll-entered] .message__text .message__text__column:nth-of-type(1) p:nth-of-type(5) {
  opacity: 1;
  -webkit-transition: opacity 0.8s linear 0.8s;
  transition: opacity 0.8s linear 0.8s;
}

.section-message[data-is-scroll-entered] .message__text .message__text__column:nth-of-type(1) p:nth-of-type(6) {
  opacity: 1;
  -webkit-transition: opacity 0.8s linear 0.9s;
  transition: opacity 0.8s linear 0.9s;
}

.section-message[data-is-scroll-entered] .message__text .message__text__column:nth-of-type(1) p:nth-of-type(7) {
  opacity: 1;
  -webkit-transition: opacity 0.8s linear 1s;
  transition: opacity 0.8s linear 1s;
}

.section-message[data-is-scroll-entered] .message__text .message__text__column:nth-of-type(1) p:nth-of-type(8) {
  opacity: 1;
  -webkit-transition: opacity 0.8s linear 1.1s;
  transition: opacity 0.8s linear 1.1s;
}

.section-message[data-is-scroll-entered] .message__text .message__text__column:nth-of-type(1) p:nth-of-type(9) {
  opacity: 1;
  -webkit-transition: opacity 0.8s linear 1.2s;
  transition: opacity 0.8s linear 1.2s;
}

.section-message[data-is-scroll-entered] .message__text .message__text__column:nth-of-type(1) p:nth-of-type(10) {
  opacity: 1;
  -webkit-transition: opacity 0.8s linear 1.3s;
  transition: opacity 0.8s linear 1.3s;
}

.section-message[data-is-scroll-entered] .message__text .message__text__column:nth-of-type(2) p:nth-of-type(1) {
  opacity: 1;
  -webkit-transition: opacity 0.8s linear 0.7s;
  transition: opacity 0.8s linear 0.7s;
}

.section-message[data-is-scroll-entered] .message__text .message__text__column:nth-of-type(2) p:nth-of-type(2) {
  opacity: 1;
  -webkit-transition: opacity 0.8s linear 0.8s;
  transition: opacity 0.8s linear 0.8s;
}

.section-message[data-is-scroll-entered] .message__text .message__text__column:nth-of-type(2) p:nth-of-type(3) {
  opacity: 1;
  -webkit-transition: opacity 0.8s linear 0.9s;
  transition: opacity 0.8s linear 0.9s;
}

.section-message[data-is-scroll-entered] .message__text .message__text__column:nth-of-type(2) p:nth-of-type(4) {
  opacity: 1;
  -webkit-transition: opacity 0.8s linear 1s;
  transition: opacity 0.8s linear 1s;
}

.section-message[data-is-scroll-entered] .message__text .message__text__column:nth-of-type(2) p:nth-of-type(5) {
  opacity: 1;
  -webkit-transition: opacity 0.8s linear 1.1s;
  transition: opacity 0.8s linear 1.1s;
}

.section-message[data-is-scroll-entered] .message__text .message__text__column:nth-of-type(2) p:nth-of-type(6) {
  opacity: 1;
  -webkit-transition: opacity 0.8s linear 1.2s;
  transition: opacity 0.8s linear 1.2s;
}

.section-message[data-is-scroll-entered] .message__text .message__text__column:nth-of-type(2) p:nth-of-type(7) {
  opacity: 1;
  -webkit-transition: opacity 0.8s linear 1.3s;
  transition: opacity 0.8s linear 1.3s;
}

.section-message[data-is-scroll-entered] .message__text .message__text__column:nth-of-type(2) p:nth-of-type(8) {
  opacity: 1;
  -webkit-transition: opacity 0.8s linear 1.4s;
  transition: opacity 0.8s linear 1.4s;
}

.section-message[data-is-scroll-entered] .message__text .message__text__column:nth-of-type(2) p:nth-of-type(9) {
  opacity: 1;
  -webkit-transition: opacity 0.8s linear 1.5s;
  transition: opacity 0.8s linear 1.5s;
}

.section-message[data-is-scroll-entered] .message__text .message__text__column:nth-of-type(2) p:nth-of-type(10) {
  opacity: 1;
  -webkit-transition: opacity 0.8s linear 1.6s;
  transition: opacity 0.8s linear 1.6s;
}

.section-message[data-is-scroll-entered] .message__circle-deco {
  opacity: 1;
  -webkit-transition: opacity 0.8s linear 1s;
  transition: opacity 0.8s linear 1s;
}

.section-message[data-is-scroll-entered] .message__circle {
  -webkit-animation: rotation 50s linear 0s normal infinite;
  animation: rotation 50s linear 0s normal infinite;
}

.section-member .member-data__photo {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

.section-member .member-data__info__title {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.section-member .member-data__info__name-en {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.section-member .member-data__info__name-ja {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.section-member .member-data__info__icon {
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0;
}

.section-member .member-list__scrollbar {
  opacity: 0;
}

.section-member .member__more {
  opacity: 0;
}

.section-member[data-is-scroll-entered] .member-data:nth-of-type(1) .member-data__photo {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.5s linear 0.5s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
  transition: opacity 0.5s linear 0.5s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
  transition: opacity 0.5s linear 0.5s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
  transition: opacity 0.5s linear 0.5s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
}

.section-member[data-is-scroll-entered] .member-data:nth-of-type(1) .member-data__info__title {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.5s, -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
}

.section-member[data-is-scroll-entered] .member-data:nth-of-type(1) .member-data__info__name-en {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
  transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.6s, -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
}

.section-member[data-is-scroll-entered] .member-data:nth-of-type(1) .member-data__info__name-ja {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.7s, -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
}

.section-member[data-is-scroll-entered] .member-data:nth-of-type(1) .member-data__info__icon {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.2s linear 0.8s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.8s;
  transition: opacity 0.2s linear 0.8s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.8s;
  transition: opacity 0.2s linear 0.8s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.8s;
  transition: opacity 0.2s linear 0.8s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.8s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.8s;
}

.section-member[data-is-scroll-entered] .member-data:nth-of-type(2) .member-data__photo {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.5s linear 0.9s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.9s;
  transition: opacity 0.5s linear 0.9s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.9s;
  transition: opacity 0.5s linear 0.9s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.9s;
  transition: opacity 0.5s linear 0.9s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.9s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.9s;
}

.section-member[data-is-scroll-entered] .member-data:nth-of-type(2) .member-data__info__title {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.9s;
  transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.9s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.9s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.9s, -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.9s;
}

.section-member[data-is-scroll-entered] .member-data:nth-of-type(2) .member-data__info__name-en {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1s;
  transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1s, -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1s;
}

.section-member[data-is-scroll-entered] .member-data:nth-of-type(2) .member-data__info__name-ja {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.1s;
  transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.1s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.1s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.1s, -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.1s;
}

.section-member[data-is-scroll-entered] .member-data:nth-of-type(2) .member-data__info__icon {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.2s linear 1.2s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.2s;
  transition: opacity 0.2s linear 1.2s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.2s;
  transition: opacity 0.2s linear 1.2s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.2s;
  transition: opacity 0.2s linear 1.2s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.2s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.2s;
}

.section-member[data-is-scroll-entered] .member-data:nth-of-type(3) .member-data__photo {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.5s linear 1.3s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.3s;
  transition: opacity 0.5s linear 1.3s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.3s;
  transition: opacity 0.5s linear 1.3s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.3s;
  transition: opacity 0.5s linear 1.3s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.3s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.3s;
}

.section-member[data-is-scroll-entered] .member-data:nth-of-type(3) .member-data__info__title {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.3s;
  transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.3s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.3s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.3s, -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.3s;
}

.section-member[data-is-scroll-entered] .member-data:nth-of-type(3) .member-data__info__name-en {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.4s;
  transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.4s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.4s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.4s, -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.4s;
}

.section-member[data-is-scroll-entered] .member-data:nth-of-type(3) .member-data__info__name-ja {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
  transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.5s, -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
}

.section-member[data-is-scroll-entered] .member-data:nth-of-type(3) .member-data__info__icon {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.2s linear 1.6s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.6s;
  transition: opacity 0.2s linear 1.6s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.6s;
  transition: opacity 0.2s linear 1.6s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.6s;
  transition: opacity 0.2s linear 1.6s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.6s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.6s;
}

.section-member[data-is-scroll-entered] .member-data:nth-of-type(4) .member-data__photo {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.5s linear 1.7s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.7s;
  transition: opacity 0.5s linear 1.7s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.7s;
  transition: opacity 0.5s linear 1.7s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.7s;
  transition: opacity 0.5s linear 1.7s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.7s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.7s;
}

.section-member[data-is-scroll-entered] .member-data:nth-of-type(4) .member-data__info__title {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.7s;
  transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.7s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.7s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.7s, -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.7s;
}

.section-member[data-is-scroll-entered] .member-data:nth-of-type(4) .member-data__info__name-en {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.8s;
  transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.8s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.8s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.8s, -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.8s;
}

.section-member[data-is-scroll-entered] .member-data:nth-of-type(4) .member-data__info__name-ja {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.9s;
  transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.9s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.9s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.9s, -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.9s;
}

.section-member[data-is-scroll-entered] .member-data:nth-of-type(4) .member-data__info__icon {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.2s linear 2s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 2s;
  transition: opacity 0.2s linear 2s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 2s;
  transition: opacity 0.2s linear 2s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 2s;
  transition: opacity 0.2s linear 2s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 2s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 2s;
}

.section-member[data-is-scroll-entered] .member-data:nth-of-type(5) .member-data__photo {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.5s linear 2.1s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 2.1s;
  transition: opacity 0.5s linear 2.1s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 2.1s;
  transition: opacity 0.5s linear 2.1s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 2.1s;
  transition: opacity 0.5s linear 2.1s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 2.1s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 2.1s;
}

.section-member[data-is-scroll-entered] .member-data:nth-of-type(5) .member-data__info__title {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 2.1s;
  transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 2.1s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 2.1s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 2.1s, -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 2.1s;
}

.section-member[data-is-scroll-entered] .member-data:nth-of-type(5) .member-data__info__name-en {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 2.2s;
  transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 2.2s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 2.2s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 2.2s, -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 2.2s;
}

.section-member[data-is-scroll-entered] .member-data:nth-of-type(5) .member-data__info__name-ja {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 2.3s;
  transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 2.3s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 2.3s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 2.3s, -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 2.3s;
}

.section-member[data-is-scroll-entered] .member-data:nth-of-type(5) .member-data__info__icon {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.2s linear 2.4s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 2.4s;
  transition: opacity 0.2s linear 2.4s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 2.4s;
  transition: opacity 0.2s linear 2.4s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 2.4s;
  transition: opacity 0.2s linear 2.4s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 2.4s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 2.4s;
}

.section-member[data-is-scroll-entered] .member-list__scrollbar {
  opacity: 1;
  -webkit-transition: opacity 0.5s linear 2.1s;
  transition: opacity 0.5s linear 2.1s;
}

.section-member[data-is-scroll-entered] .member__more {
  opacity: 1;
  -webkit-transition: opacity 0.5s linear 2.2s;
  transition: opacity 0.5s linear 2.2s;
}

.section-overview .bg-notebook {
  opacity: 0;
  -webkit-transform: translate3d(-5%, 15%, 0);
  transform: translate3d(-5%, 15%, 0);
}

.section-overview[data-is-scroll-entered] .bg-notebook {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition: opacity 0.5s linear 0.1s, -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: opacity 0.5s linear 0.1s, -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: opacity 0.5s linear 0.1s, transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: opacity 0.5s linear 0.1s, transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s, -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}

.section-certified .certified-data {
  opacity: 0;
}

.section-certified[data-is-scroll-entered] .certified-data {
  opacity: 1;
}

.section-certified[data-is-scroll-entered] .certified-data:nth-of-type(1) {
  -webkit-transition: opacity 0.6s linear 0.4s;
  transition: opacity 0.6s linear 0.4s;
}

.section-certified[data-is-scroll-entered] .certified-data:nth-of-type(2) {
  -webkit-transition: opacity 0.6s linear 0.7s;
  transition: opacity 0.6s linear 0.7s;
}

.section-certified[data-is-scroll-entered] .certified-data:nth-of-type(3) {
  -webkit-transition: opacity 0.6s linear 1s;
  transition: opacity 0.6s linear 1s;
}

.section-certified[data-is-scroll-entered] .certified-data:nth-of-type(4) {
  -webkit-transition: opacity 0.6s linear 1.3s;
  transition: opacity 0.6s linear 1.3s;
}

.section-about-us {
  width: calc(100% - var(--sidebar-width));
  margin: 0 0 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-about-us .bg-grid {
  position: absolute;
  left: calc(var(--sidebar-width) * -1);
}

.section-about-us .section-contents {
  margin: 0 auto;
  position: relative;
}

.section-about-us .about-us__slogan {
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-about-us .about-us__slogan__text-line {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  white-space: nowrap;
}

.section-about-us .about-us__slogan__text-line strong {
  color: #fff;
  position: relative;
  background-color: #231F20;
  display: inline-block;
}

.section-about-us .about-us__slide {
  position: relative;
}

.section-about-us .about-us__mv {
  margin: 0 auto;
  position: relative;
  display: block;
}

.section-about-us .about-us__mv img {
  position: absolute;
}

.section-about-us .about-us__slide-base {
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.section-about-us .about-us__text {
  letter-spacing: 0.05em;
  line-height: 200%;
  text-align: center;
}

.section-about-us .about-us__text span {
  display: inline-block;
}

.section-about-us .about-us__text > strong {
  font-weight: 700;
}

.section-message {
  width: calc(100% - var(--sidebar-width));
  margin: 0 0 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.section-message .section-contents {
  margin-right: auto;
  position: relative;
}

.section-message .message__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-message .message__title__text-line {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
  display: inline-block;
  position: relative;
}

.section-message .message__title__text-line strong {
  color: #fff;
  position: relative;
  background-color: #231F20;
  display: inline-block;
  line-height: 1;
}

.section-message .message__text {
  display: block;
}

.section-message .message__text__column > p {
  letter-spacing: 0.05em;
  text-align: justify;
}

.section-message .message__text__column > p + p {
  margin-top: 1.75em;
}

.section-message .message__ceo-sign {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-message .message__ceo-sign > span:nth-child(1) {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

.section-message .message__ceo-sign > span:nth-child(2) {
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}

.section-message .message__circle-deco {
  position: absolute;
}

.section-message .message__circle-star {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.section-message .message__circle {
  position: absolute;
}

.wrap-bg-grid {
  position: relative;
}

.wrap-bg-grid .bg-grid {
  position: absolute;
  left: 0;
}

.section-member {
  width: 100%;
  padding: var(--section-padding-virtical) 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-member .section-title {
  position: relative;
  left: calc(var(--sidebar-width) + var(--section-padding-horizon));
  z-index: 1;
}

.section-member .section-contents {
  widtH: 100%;
}

.section-member .member-list {
  overflow: visible;
  white-space: nowrap;
  text-align: center;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: none;
}

.section-member .member-list__slider {
  scrollbar-width: 0px;
  display: block;
}

.section-member .member-data {
  position: relative;
  display: inline-block;
  text-align: left;
}

.section-member .member-data__photo {
  position: relative;
  width: 100%;
}

.section-member .member-data__photo__wrap {
  position: relative;
}

.section-member .member-data__photo__mask {
  -webkit-mask: url(/wp-content/themes/vis/assets/company/img/member/photo-mask.png);
  mask: url(/wp-content/themes/vis/assets/company/img/member/photo-mask.png);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  position: relative;
  height: 100%;
  width: 100%;
}

.section-member .member-data__photo__img,
.section-member .member-data__photo__illust,
.section-member .member-data__photo__photo-frame {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.section-member .member-data__photo__illust-wrap {
  background-color: var(--color-beige);
  position: absolute;
  width: 100%;
  height: 100%;
}

.section-member .member-data__photo__hover-shape {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.section-member .member-data .member-data__photo__img {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.section-member .member-data .member-data__photo__illust-wrap {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
}

.section-member .member-data .member-data__photo__hover-shape {
  -webkit-transform: translate3d(0%, 100%, 0);
  transform: translate3d(0%, 100%, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: -webkit-transform 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.section-member .member-data__photo__title {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-member .member-data__photo__title img {
  height: auto;
}

.section-member .member-data__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-member .member-data__info__title {
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  display: inline-block;
  font-family: var(--font-ja);
}

.section-member .member-data__info__name-en {
  display: inline-block;
  font-family: var(--font-en);
  font-weight: 700;
  color: #FFF;
  background-color: #231F20;
  line-height: 0.7;
}

.section-member .member-data__info__name-ja {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  display: inline-block;
  font-family: var(--font-ja);
}

.section-member .member-data__info__icon {
  margin-left: auto;
  display: block;
}

.section-member .member-list__scrollbar {
  position: relative;
}

.section-member .member-list__scrollbar__bar {
  height: 100%;
  background-color: #bec3bd;
  position: relative;
  margin: auto;
}

.section-member .member-list__scrollbar__handle {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  cursor: pointer;
}

.section-member .member-list__scrollbar__handle::before {
  border-radius: 100%;
  background-color: #231F20;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  display: block;
}

.section-member .member__more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: calc(var(--sidebar-width) + var(--section-padding-horizon) + var(--section-contents-padding-horizon));
  padding-right: var(--section-padding-horizon);
}

.section-overview {
  width: calc(100% - var(--section-padding-horizon));
  margin-right: auto;
  padding: 0 0 var(--section-padding-virtical);
  position: relative;
}

.section-overview .bg-notebook .bg-notebook__body {
  width: 100%;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.section-overview .section-contents {
  width: calc(100% - var(--section-contents-padding-horizon));
  margin-right: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-overview .overview__list > li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.302);
}

.section-overview .overview__list .data-name {
  color: #221f20;
  font-weight: 700;
  line-height: 1.5;
}

.section-overview .overview__list > li ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-overview .overview__list > li p {
  color: #221f20;
}

.section-overview .overview__list__region > li + li {
  margin-top: 2.8em;
}

.section-overview .overview__list__member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-overview .overview__list__member > ul {
  display: inline-block;
}

.section-certified {
  width: calc(100% - var(--sidebar-width));
  margin: 0 0 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-certified .section-contents {
  margin-left: auto;
  position: relative;
  text-align: center;
}

.section-certified .certified-list {
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-certified .certified-data .certified-data__thumb {
  width: 100%;
  height: auto;
}

.section-certified .certified-data .certified-data__text {
  letter-spacing: 0.05em;
  line-height: 1.8125;
  text-align: center;
}

.section-certified .certified-data .certified-data__text span {
  display: inline-block;
}

.belt-partition[data-src*="company/img/belt1.png"]::after {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.belt-partition[data-src*="company/img/belt1.png"] .belt-partition__wrap {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.belt-partition[data-src*="company/img/belt1.png"] .belt-partition__wrap .belt-partition__scroll {
  -webkit-animation: loop-scroll 115.125s linear 0s normal infinite;
  animation: loop-scroll 115.125s linear 0s normal infinite;
}

.belt-partition[data-src*="company/img/belt2.png"]::after {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.belt-partition[data-src*="company/img/belt2.png"] .belt-partition__wrap:nth-of-type(1) {
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  -webkit-transform-origin: 40% 50%;
  transform-origin: 40% 50%;
}

.belt-partition[data-src*="company/img/belt2.png"] .belt-partition__wrap:nth-of-type(1) .belt-partition__scroll {
  animation: loop-scroll 171.825s linear 0s reverse infinite;
}

.belt-partition[data-src*="company/img/belt2.png"] .belt-partition__wrap:nth-of-type(2) {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -webkit-transform-origin: 40% 50%;
  transform-origin: 40% 50%;
}

.belt-partition[data-src*="company/img/belt2.png"] .belt-partition__wrap:nth-of-type(2) .belt-partition__scroll {
  -webkit-animation: loop-scroll 171.825s linear 0s normal infinite;
  animation: loop-scroll 171.825s linear 0s normal infinite;
}

.belt-partition[data-src*="company/img/belt3.png"]::after {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.belt-partition[data-src*="company/img/belt3.png"] .belt-partition__wrap {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

@media screen and (min-width: 1024px) {
  .sp {
    display: none !important;
  }

  .cookie-admit {
    width: 22.1354166667vw;
    height: 5.46875vw;
    bottom: 1.09375vw;
    padding: 0.5208333333vw 0vw;
  }

  .cookie-admit .cookie-admit__text {
    font-size: 0.5208333333vw;
  }

  .cookie-admit .cookie-admit__btn {
    font-size: 0.625vw;
    padding-bottom: 0.15625vw;
  }

  :root {
    --header-height: 6.25vw;
    --header-height-shrink: 4.3229166667vw;
    --sidebar-width: 5.5208333333vw;
    --section-padding-horizon: 3.4375vw;
    --section-padding-virtical: 4.9479166667vw;
    --section-title-width: 1.5625vw;
    --section-contents-padding-horizon: 4.21875vw;
  }

  .btn-to-pagetop {
    z-index: 81;
  }

  .sidebar-anchor-nav {
    z-index: 81;
  }

  ._dummy {
    width: 78.75vw;
  }

  .site-header .site-header__wrap,
  .site-menu .site-header__wrap {
    padding: 0vw 1.3020833333vw;
    width: 100%;
  }

  .site-header .site-header__wrap:after,
  .site-menu .site-header__wrap:after {
    --header-wrap-AFTER: 2.6041666667vw;
    width: 100%;
  }

  .site-header .site-header__date,
  .site-menu .site-header__date {
    height: 1.5625vw;
    left: 1.3020833333vw;
    font-size: 0.625vw;
    top: 0;
    bottom: 0;
  }

  .site-header .site-header__date span,
  .site-menu .site-header__date span {
    font-size: 0.625vw;
  }

  .site-header .site-header__logo,
  .site-menu .site-header__logo {
    width: 10.625vw;
    height: 1.25vw;
  }

  .site-header .site-header__breadcrumb,
  .site-menu .site-header__breadcrumb {
    bottom: -1.4583333333vw;
    right: 1.3020833333vw;
    gap: 0.2604166667vw;
  }

  .site-header .site-header__breadcrumb li,
  .site-menu .site-header__breadcrumb li {
    gap: 0.2604166667vw;
  }

  .site-header .site-header__breadcrumb li + li:before,
  .site-menu .site-header__breadcrumb li + li:before {
    width: 0.5208333333vw;
  }

  .site-header .site-header__breadcrumb li > a,
  .site-menu .site-header__breadcrumb li > a {
    font-size: 0.625vw;
  }

  .site-menu .site-menu__btn-menu {
    right: 1.3020833333vw;
  }

  .site-menu .site-menu__btn-menu .site-menu__btn-menu__wrap {
    width: 2.2395833333vw;
  }

  .site-menu .site-menu__btn-menu .site-menu__btn-menu__wrap .site-menu__btn-menu__text {
    margin-bottom: 0.2083333333vw;
    font-size: 0.625vw;
  }

  .site-menu .site-menu__btn-menu .site-menu__btn-menu__wrap.is-close .site-menu__btn-menu__text {
    margin-bottom: 0.5989583333vw;
  }

  .site-menu {
    --menu-list-padding: 2.6041666667vw;
    --menu-footer-height: 3.515625vw;
    --menu-list-item-height: 9.8958333333vw;
  }

  .site-menu .menu-list::after {
    width: 13.5416666667vw;
  }

  .site-menu .menu-list {
    max-width: 55.9895833333vw;
    gap: 0vw 3.125vw;
    padding-top: calc(var(--menu-list-padding));
    padding-bottom: calc(var(--menu-list-padding));
    height: 72.68%;
    width: 90%;
    margin: auto;
    min-height: calc(var(--menu-list-padding) * 2 + var(--menu-list-item-height) * 2);
  }

  .site-menu .menu-list .menu-list__item {
    width: 13.5416666667vw;
    height: 7.2916666667vw;
    padding: 1.3020833333vw 0vw;
  }

  .site-menu .menu-list .menu-list__name-en {
    font-size: 1.875vw;
  }

  .site-menu .menu-list .menu-list__name-ja {
    font-size: 0.625vw;
    margin: 0.625vw 0vw;
  }

  .site-menu .menu-list .menu-list__description {
    font-size: 0.625vw;
  }

  .site-menu .contact-wrap {
    min-height: 9.8958333333vw;
    height: 27.318%;
  }

  .site-menu .contact-wrap .contact-wrap__width {
    max-width: 55.9895833333vw;
    margin: auto;
    width: 90%;
  }

  .site-menu .contact-wrap .contact-wrap__link {
    gap: 2.8645833333vw;
  }

  .site-menu .contact-wrap .contact-wrap__name-en {
    font-size: 1.875vw;
  }

  .site-menu .contact-wrap .contact-wrap__name-ja {
    font-size: 0.625vw;
    margin: 0.625vw 0vw;
  }

  .site-menu .contact-wrap .contact-wrap__description {
    font-size: 0.625vw;
    width: 11.9791666667vw;
    line-height: 1.8;
  }

  .site-menu .menu-footer {
    padding: 0vw 1.3020833333vw;
  }

  .site-menu .menu-footer .menu-footer__link {
    gap: 1.8229166667vw;
  }

  .site-menu .menu-footer .menu-list__name-en {
    font-size: 1.0416666667vw;
  }

  .site-menu .menu-footer .menu-list__name-ja {
    font-size: 0.625vw;
  }

  .site-footer {
    height: 2.96875vw;
  }

  .site-footer .site-footer__copyright {
    font-size: 0.8333333333vw;
  }

  .floating-buttons {
    bottom: 0px;
    right: 0px;
    width: 0;
    position: -webkit-sticky;
    position: sticky;
  }

  .floating-buttons > ul {
    gap: 0.5208333333vw;
    right: 1.0416666667vw;
    bottom: 0.9375vw;
    position: absolute;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .floating-buttons > ul .floating-buttons__button,
  .floating-buttons > ul .floating-buttons__button-simple {
    width: 3.2291666667vw;
  }

  .floating-buttons > ul .floating-buttons__button img,
  .floating-buttons > ul .floating-buttons__button-simple img {
    width: 100%;
    height: auto;
  }

  .sidebar-anchor-nav .sidebar-anchor-nav__caption {
    font-size: 0.8333333333vw;
    color: #231F20;
    pointer-events: none;
  }

  .sidebar-anchor-nav .sidebar-anchor-nav__nav {
    padding: 1.5625vw 0vw 4.1666666667vw;
    width: 2.8645833333vw;
    --sidebar-anchor-nav__nav--padding-height: 1.5625vw;
  }

  .sidebar-anchor-nav .anchor-list {
    gap: 0.5208333333vw;
  }

  body[data-anchor-nav-index="1"] .sidebar-anchor-nav .anchor-list li:nth-of-type(1) > a {
    border: 1px solid #231F20;
  }

  body[data-anchor-nav-index="2"] .sidebar-anchor-nav .anchor-list li:nth-of-type(2) > a {
    border: 1px solid #231F20;
  }

  body[data-anchor-nav-index="3"] .sidebar-anchor-nav .anchor-list li:nth-of-type(3) > a {
    border: 1px solid #231F20;
  }

  body[data-anchor-nav-index="4"] .sidebar-anchor-nav .anchor-list li:nth-of-type(4) > a {
    border: 1px solid #231F20;
  }

  body[data-anchor-nav-index="5"] .sidebar-anchor-nav .anchor-list li:nth-of-type(5) > a {
    border: 1px solid #231F20;
  }

  body[data-anchor-nav-index="6"] .sidebar-anchor-nav .anchor-list li:nth-of-type(6) > a {
    border: 1px solid #231F20;
  }

  body[data-anchor-nav-index="7"] .sidebar-anchor-nav .anchor-list li:nth-of-type(7) > a {
    border: 1px solid #231F20;
  }

  body[data-anchor-nav-index="8"] .sidebar-anchor-nav .anchor-list li:nth-of-type(8) > a {
    border: 1px solid #231F20;
  }

  body[data-anchor-nav-index="9"] .sidebar-anchor-nav .anchor-list li:nth-of-type(9) > a {
    border: 1px solid #231F20;
  }

  body[data-anchor-nav-index="10"] .sidebar-anchor-nav .anchor-list li:nth-of-type(10) > a {
    border: 1px solid #231F20;
  }

  .sidebar-anchor-nav .anchor-list > li > a {
    font-size: 0.7291666667vw;
    padding: 1.0416666667vw 0.5208333333vw;
  }

  .sidebar-anchor-nav .anchor-list > li > a:hover {
    color: var(--color-orange);
  }

  .btn-to-pagetop .btn-to-pagetop__link {
    width: 2.8645833333vw;
    height: 5.2083333333vw;
  }

  .btn-to-pagetop .btn-to-pagetop__img {
    width: 0.6770833333vw;
    height: 2.1354166667vw;
  }

  .page-title {
    padding-top: 4.0625vw;
    padding-bottom: 5.1041666667vw;
    padding-left: var(--section-padding-horizon);
    padding-right: var(--section-padding-horizon);
  }

  .page-title .page-title__text-line {
    gap: 2.5vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-title .page-title__text-line .page-title__ja {
    font-size: 0.9375vw;
  }

  .section-title__text > span:nth-child(1) {
    font-size: 0.7291666667vw;
    margin-bottom: 1.1458333333vw;
  }

  .section-title__text > span:nth-child(2) {
    font-size: 0.9375vw;
    margin-bottom: 1.1458333333vw;
  }

  .bg-grid {
    background-size: 1.8229166667vw 1.8229166667vw;
  }

  .belt-partition-simple {
    padding: 10.4166666667vw 0vw;
    margin: -10.4166666667vw 0vw;
  }

  .belt-partition {
    height: 3.3333333333vw;
    padding: 9.375vw 0vw;
    margin: -10.4166666667vw 0vw;
  }

  .belt-partition::after {
    height: 5.2083333333vw;
  }

  .belt-partition .belt-partition__wrap {
    height: 3.3333333333vw;
  }

  .belt-partition .belt-partition__scroll {
    left: -1.5625vw;
  }

  .btn-view-more {
    gap: 1.1458333333vw;
  }

  .btn-view-more .btn-view-more__text {
    font-size: 1.3541666667vw;
  }

  .btn-view-more .btn-view-more__text:after {
    bottom: -0.2083333333vw;
  }

  .btn-view-more .btn-view-more__icon {
    width: 3.3333333333vw;
    height: 2.8645833333vw;
  }

  .button-icon {
    width: 3.3333333333vw;
    height: 2.8645833333vw;
  }

  .sidebar-lines {
    width: 2.6041666667vw;
    left: 2.8645833333vw;
  }

  .sidebar-lines > span {
    width: 0.5208333333vw;
  }

  .section-about-us {
    --section-about-us--padding-bottom: 6.7708333333vw;
    padding: 0 var(--section-padding-horizon) var(--section-about-us--padding-bottom);
  }

  .section-about-us .bg-grid {
    --about-us-grid-height-revise: 21.3541666667vw;
    top: 23.4375vw;
    margin-bottom: -2.34375vw;
    width: calc(100% + var(--sidebar-width));
    height: calc(100% - var(--about-us-grid-height-revise));
  }

  .section-about-us .section-contents {
    padding: 2.0833333333vw 0vw 0.9375vw;
    width: calc(100% - var(--section-title-width) * 2);
  }

  .section-about-us .about-us__slogan {
    gap: 1.5625vw;
    --about-us__slogan--max-width: 41.9791666667vw;
    padding: 0 var(--section-title-width);
    max-width: calc(var(--about-us__slogan--max-width) + var(--section-title-width) * 2);
  }

  .section-about-us .about-us__slogan__text-line {
    font-size: 2.1875vw;
  }

  .section-about-us .about-us__slogan__text-line strong {
    padding: 0.0520833333vw 0vw 0.2083333333vw 0.1041666667vw;
  }

  .section-about-us .about-us__slogan__text-line:nth-child(1) {
    margin-right: auto;
  }

  .section-about-us .about-us__slogan__text-line:nth-child(2) {
    margin-left: auto;
  }

  .section-about-us .about-us__slide {
    height: 15.6770833333vw;
    margin: 2.5vw auto 0vw;
  }

  .section-about-us .about-us__mv {
    width: 22.2135416667vw;
    height: 14.6614583333vw;
  }

  .section-about-us .about-us__mv .about-us__logo-1 {
    width: 12.3697916667vw;
    height: 12.3697916667vw;
    left: 2.7083333333vw;
    top: 0px;
  }

  .section-about-us .about-us__mv .about-us__logo-2 {
    width: 12.3958333333vw;
    height: 12.3697916667vw;
    left: 8.8541666667vw;
    top: 0px;
  }

  .section-about-us .about-us__mv .about-us__char-1 {
    width: 4.0625vw;
    height: 8.9583333333vw;
    top: 3.3854166667vw;
    left: 0;
  }

  .section-about-us .about-us__mv .about-us__char-2 {
    width: 2.8645833333vw;
    height: 9.0364583333vw;
    left: 18.3333333333vw;
    top: 3.4895833333vw;
  }

  .section-about-us .about-us__mv .about-us__keyword-1 {
    width: 9.2447916667vw;
    height: 3.3072916667vw;
    left: 11.71875vw;
    top: 4.3229166667vw;
  }

  .section-about-us .about-us__mv .about-us__keyword-2 {
    width: 15.0520833333vw;
    height: 2.6822916667vw;
    left: 1.71875vw;
    top: 2.6041666667vw;
  }

  .section-about-us .about-us__mv .about-us__keyword-3 {
    width: 21.6145833333vw;
    height: 1.9270833333vw;
    left: 0.625vw;
    top: 12.7604166667vw;
  }

  .section-about-us .about-us__slide-base {
    max-width: 49.1666666667vw;
    width: 100%;
  }

  .section-about-us .about-us__text {
    font-size: 0.8333333333vw;
    margin-top: 2.6041666667vw;
    padding: 0 var(--section-title-width);
  }

  .section-message {
    padding: var(--section-padding-virtical) calc(var(--section-padding-horizon) + 25px) 130px var(--section-padding-horizon);
  }

  .section-message .section-contents {
    padding: 1.40625vw 0vw 1.0416666667vw;
    width: calc(100% - var(--section-contents-padding-horizon));
  }

  .section-message .message__title {
    font-size: 1.7708333333vw;
    margin-bottom: 3.6458333333vw;
  }

  .section-message .message__title__text-line strong {
    padding: 0.0520833333vw 0vw 0.2083333333vw 0.1041666667vw;
  }

  .section-message .message__text {
    gap: 2.6041666667vw;
  }

  .section-message .message__text__column {
    width: 100%;
  }

  .section-message .message__text__column > p {
    font-size: 0.7291666667vw;
    line-height: 2.0714285714;
  }

  .section-message .message__ceo-sign {
    margin-top: 3.125vw;
    margin-bottom: 5.2083333333vw;
    gap: 1.0416666667vw;
  }

  .section-message .message__ceo-sign > span:nth-child(1) {
    font-size: 0.625vw;
  }

  .section-message .message__ceo-sign > span:nth-child(2) {
    font-size: 1.0416666667vw;
  }

  .section-message .message__circle-deco {
    right: 1.9270833333vw;
    width: 9.375vw;
    height: 9.2708333333vw;
    bottom: 2.8645833333vw;
  }

  .section-message .message__circle-star {
    width: 3.2552083333vw;
    height: 5.2604166667vw;
    top: 2.96875vw;
  }

  .section-message .message__circle {
    width: 9.375vw;
    height: 9.2708333333vw;
  }

  .wrap-bg-grid .bg-grid {
    --bg-grid--height: 16.6666666667vw;
    top: 18.75vw;
    margin-bottom: -2.34375vw;
    height: calc(100% - var(--bg-grid--height));
  }

  .section-member .member-list {
    margin-bottom: -0.5208333333vw;
    max-width: 80.2083333333vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }

  .section-member .member-list__slider {
    --member-list__slider--padding-right-revise: 1.3020833333vw;
    padding-top: 1.3020833333vw;
    padding-bottom: 0.5208333333vw;
    padding-left: calc(var(--sidebar-width) + var(--section-padding-horizon) + var(--section-contents-padding-horizon));
    position: relative;
  }

  .section-member .member-data {
    width: 11.9791666667vw;
  }

  .section-member .member-data + .member-data {
    margin-left: 1.0416666667vw;
  }

  .section-member .member-data__photo {
    margin-bottom: 2.6041666667vw;
  }

  .section-member .member-data__photo__wrap {
    width: 12.5vw;
    height: 14.1666666667vw;
    left: -0.625vw;
    top: -0.6119791667vw;
    margin-bottom: -1.0416666667vw;
  }

  .section-member .member-data__photo__hover-shape {
    top: 14.2447916667vw;
    width: 13.7239583333vw;
    height: 7.2135416667vw;
    background-color: var(--color-orange);
    border-radius: 100%;
  }

  .section-member .member-data:hover .member-data__photo__img {
    -webkit-transform: translate3d(0%, 5%, 0);
    transform: translate3d(0%, 5%, 0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: transform 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: transform 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  }

  .section-member .member-data:hover .member-data__photo__illust-wrap {
    opacity: 1;
    -webkit-transition: opacity 0.3s linear 0s;
    transition: opacity 0.3s linear 0s;
  }

  .section-member .member-data:hover .member-data__photo__illust {
    -webkit-animation: member-data__photo__illust 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s 2 alternate;
    animation: member-data__photo__illust 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s 2 alternate;
  }

@-webkit-keyframes member-data__photo__illust {
    0% {
      -webkit-transform: translate3d(0%, 0%, 0);
      transform: translate3d(0%, 0%, 0);
    }

    100% {
      -webkit-transform: translate3d(0%, -4%, 0);
      transform: translate3d(0%, -4%, 0);
    }
}

@keyframes member-data__photo__illust {
    0% {
      -webkit-transform: translate3d(0%, 0%, 0);
      transform: translate3d(0%, 0%, 0);
    }

    100% {
      -webkit-transform: translate3d(0%, -4%, 0);
      transform: translate3d(0%, -4%, 0);
    }
}

  .section-member .member-data:hover .member-data__photo__hover-shape {
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }

  .section-member .member-data__photo__title {
    margin-top: -1.5625vw;
  }

  .section-member .member-data__photo__title img[src*=title-ceo] {
    width: 4.4270833333vw;
  }

  .section-member .member-data__photo__title img[src*=title-chro] {
    width: 6.3020833333vw;
  }

  .section-member .member-data__photo__title img[src*=title-cso] {
    width: 4.4791666667vw;
  }

  .section-member .member-data__photo__title img[src*=title-cfo] {
    width: 4.4270833333vw;
  }

  .section-member .member-data__info {
    gap: 1.0416666667vw;
  }

  .section-member .member-data__info__title {
    font-size: 0.8333333333vw;
  }

  .section-member .member-data__info__name-en {
    font-size: 1.1979166667vw;
    padding: 0.15625vw 0.15625vw 0.0520833333vw;
  }

  .section-member .member-data__info__name-ja {
    font-size: 0.9375vw;
  }

  .section-member .member-list__scrollbar {
    margin-top: 2.1875vw;
    height: 0.3125vw;
    width: calc(100% - var(--sidebar-width) - var(--section-padding-horizon) - var(--section-contents-padding-horizon) - var(--section-padding-horizon));
    margin-left: calc(var(--sidebar-width) + var(--section-padding-horizon) + var(--section-contents-padding-horizon));
  }

  .section-member .member-list__scrollbar__bar {
    border-radius: 0.3125vw;
    width: 50%;
  }

  .section-member .member-list__scrollbar__handle::before {
    width: 1.25vw;
    height: 0.9375vw;
  }

  .section-member .member__more {
    margin-top: 3.3854166667vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-overview .bg-notebook .bg-notebook__body {
    padding-top: 3.6458333333vw;
    padding-bottom: 3.6458333333vw;
    padding-right: var(--section-padding-horizon);
    padding-left: calc(var(--sidebar-width) + var(--section-padding-horizon));
  }

  .section-overview .section-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section-overview .overview__list {
    width: 47.4820143885%;
  }

  .section-overview .overview__list > li {
    padding: 2.1875vw 1.3020833333vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-overview .overview__list .data-name {
    font-size: 0.7291666667vw;
    padding-right: 1.0416666667vw;
    width: 32.196969697%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .section-overview .overview__list > li p {
    font-size: 0.7291666667vw;
    line-height: 2.0714285714;
  }

  .section-overview .overview__list__member {
    gap: 1.5625vw;
    line-height: 2.0714285714;
  }

  .section-certified {
    padding: var(--section-padding-virtical) calc(var(--section-padding-horizon) + 35px) var(--section-padding-virtical) var(--section-padding-horizon);
  }

  .section-certified .section-contents {
    padding: 1.3020833333vw 0vw 1.0416666667vw;
    width: calc(100% - var(--section-contents-padding-horizon));
  }

  .section-certified .certified-list {
    gap: 2.0833333333vw;
  }

  .section-certified .certified-data {
    width: 22.3752151463%;
    max-width: 260px;
  }

  .section-certified .certified-data .certified-data__text {
    font-size: 0.8333333333vw;
    padding-top: 1.4583333333vw;
  }

  .belt-partition[data-src*="company/img/belt1.png"] .belt-partition__wrap img {
    width: 119.921875vw;
    height: 3.28125vw;
  }

  .belt-partition[data-src*="company/img/belt2.png"] .belt-partition__wrap img {
    width: 178.984375vw;
    height: 3.28125vw;
  }

  .belt-partition[data-src*="company/img/belt3.png"] .belt-partition__wrap img {
    width: 117.0833333333vw;
    height: 3.3333333333vw;
  }
}

@media screen and (min-width: 1024px) and (max-height: 43.75vw) {
  .sidebar-anchor-nav .sidebar-anchor-nav__caption {
    display: none;
  }

  .sidebar-anchor-nav .sidebar-anchor-nav__nav {
    padding: var(--sidebar-anchor-nav__nav--padding-height) 0 !important;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1920px) {
  .page-title .page-title__text-line img {
    height: 5.46875vw;
  }
}

@media screen and (max-width: 1023px) {
  .pc {
    display: none !important;
  }

  .cookie-admit {
    width: 92.9951690821vw;
    height: 24.154589372vw;
    bottom: 2.6570048309vw;
    padding: 1.2077294686vw 0vw;
  }

  .cookie-admit .cookie-admit__text {
    font-size: 2.1739130435vw;
  }

  .cookie-admit .cookie-admit__btn {
    font-size: 2.8985507246vw;
    padding-bottom: 0.6038647343vw;
  }

  :root {
    --header-height: 18.7198067633vw;
    --header-height-shrink: 15.3381642512vw;
    --sidebar-width: 4.1062801932vw;
    --section-padding-horizon: 2.4154589372vw;
    --section-padding-virtical: 12.077294686vw;
    --section-title-width: 6.038647343vw;
    --section-contents-padding-horizon: 3.1400966184vw;
    --section-contents-padding-horizon-title-side: 9.1787439614vw;
    --section-contents-padding-virtical: 7.8502415459vw;
  }

  .btn-to-pagetop {
    z-index: 92;
  }

  .sidebar-anchor-nav {
    z-index: 91;
  }

  ._dummy {
    width: 100vw;
  }

  .site-header .site-header__wrap,
  .site-menu .site-header__wrap {
    width: 100%;
  }

  .site-header .site-header__wrap:after,
  .site-menu .site-header__wrap:after {
    width: 100%;
  }

  .site-header .site-header__date,
  .site-menu .site-header__date {
    top: 1.4492753623vw;
    font-size: 2.4154589372vw;
    left: var(--section-padding-horizon);
  }

  .site-header .site-header__date span,
  .site-menu .site-header__date span {
    font-size: 2.4154589372vw;
  }

  .site-header .site-header__logo,
  .site-menu .site-header__logo {
    height: 4.9516908213vw;
    width: auto;
  }

  .site-header .site-header__breadcrumb,
  .site-menu .site-header__breadcrumb {
    bottom: -5.3140096618vw;
    gap: 1.0869565217vw;
    right: var(--section-padding-horizon);
  }

  .site-header .site-header__breadcrumb li,
  .site-menu .site-header__breadcrumb li {
    gap: 1.0869565217vw;
  }

  .site-header .site-header__breadcrumb li + li:before,
  .site-menu .site-header__breadcrumb li + li:before {
    width: 1.690821256vw;
  }

  .site-header .site-header__breadcrumb li > a,
  .site-menu .site-header__breadcrumb li > a {
    font-size: 2.1739130435vw;
  }

  .site-menu .site-menu__btn-menu {
    right: var(--section-padding-horizon);
  }

  .site-menu .site-menu__btn-menu .site-menu__btn-menu__wrap {
    width: 10.1449275362vw;
  }

  .site-menu .site-menu__btn-menu .site-menu__btn-menu__wrap .site-menu__btn-menu__text {
    margin-bottom: 0.9661835749vw;
    font-size: 2.6570048309vw;
  }

  .site-menu .site-menu__btn-menu .site-menu__btn-menu__wrap.is-close .site-menu__btn-menu__text {
    margin-bottom: 2.4154589372vw;
  }

  .site-menu {
    --menu-list-padding: 12.077294686vw;
    --menu-footer-height: 12.2282608696vw;
  }

  .site-menu .site-header__wrap .site-header__date {
    display: none;
  }

  .site-menu .site-header__wrap .site-header__logo {
    left: 6.038647343vw;
    position: absolute;
  }

  .site-menu .menu-list::after {
    width: 45%;
  }

  .site-menu .menu-list {
    gap: 0vw 7.2463768116vw;
    padding-left: 10.8695652174vw;
    padding-right: 10.8695652174vw;
    min-height: 108.6956521739vw;
    padding-top: calc(var(--menu-list-padding) * 0.5);
    padding-bottom: calc(var(--menu-list-padding) * 0.5);
    width: 100%;
    height: 77%;
    margin: 0 auto;
  }

  .site-menu .menu-list .menu-list__item {
    padding: 6.038647343vw 0vw;
    height: 24.154589372vw;
    width: 45%;
  }

  .site-menu .menu-list .menu-list__name-en {
    font-size: 6.5217391304vw;
  }

  .site-menu .menu-list .menu-list__name-ja {
    font-size: 2.1739130435vw;
    margin: 2.1739130435vw 0vw;
  }

  .site-menu .menu-list .menu-list__description {
    font-size: 2.4154589372vw;
  }

  .site-menu .contact-wrap {
    min-height: 35.0241545894vw;
    height: 23%;
  }

  .site-menu .contact-wrap .contact-wrap__width {
    padding-left: 10.8695652174vw;
    padding-right: 10.8695652174vw;
    width: 100%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .site-menu .contact-wrap .contact-wrap__link {
    gap: 2.6570048309vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .site-menu .contact-wrap .contact-wrap__name {
    gap: 3.3816425121vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .site-menu .contact-wrap .contact-wrap__name-en {
    font-size: 6.5217391304vw;
  }

  .site-menu .contact-wrap .contact-wrap__name-ja {
    font-size: 2.1739130435vw;
    margin: 2.1739130435vw 0vw;
  }

  .site-menu .contact-wrap .contact-wrap__description {
    font-size: 2.4154589372vw;
  }

  .site-menu .menu-footer {
    padding: 0vw 4.5289855072vw;
    padding: 0 var(--section-padding-horizon);
  }

  .site-menu .menu-footer .menu-footer__link {
    gap: 6.3405797101vw;
  }

  .site-menu .menu-footer .menu-list__name-en {
    font-size: 3.6231884058vw;
  }

  .site-menu .menu-footer .menu-list__name-ja {
    font-size: 2.1739130435vw;
  }

  .site-footer {
    height: 9.6618357488vw;
  }

  .site-footer .site-footer__copyright {
    font-size: 2.1739130435vw;
  }

  .floating-buttons {
    right: 0vw;
    bottom: 0vw;
    width: 0;
    position: -webkit-sticky;
    position: sticky;
  }

  .floating-buttons > ul {
    gap: 2.4154589372vw;
    right: 2.4154589372vw;
    bottom: 2.1739130435vw;
    position: absolute;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .floating-buttons > ul .floating-buttons__button,
  .floating-buttons > ul .floating-buttons__button-simple {
    height: 12.5603864734vw;
  }

  .floating-buttons > ul .floating-buttons__button img,
  .floating-buttons > ul .floating-buttons__button-simple img {
    width: auto;
    height: 100%;
  }

  .sidebar-anchor-nav .sidebar-anchor-nav__caption {
    font-size: 2.8985507246vw;
    padding: 1.9323671498vw 0.2415458937vw 1.8115942029vw 0vw;
    margin-top: 24.154589372vw;
    width: var(--sidebar-width);
    z-index: 1;
    color: #FFF;
    cursor: pointer;
  }

  .sidebar-anchor-nav .sidebar-anchor-nav__caption.sp {
    top: 4.2270531401vw;
  }

  .sidebar-anchor-nav .sidebar-anchor-nav__nav {
    padding: 4.2270531401vw 0vw 15.7004830918vw;
    width: var(--sidebar-width);
    background-color: #231F20;
    width: 100%;
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    -webkit-animation: sidebar-anchor-nav__nav-sp-3 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal forwards;
    animation: sidebar-anchor-nav__nav-sp-3 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal forwards;
    visibility: hidden;
    -webkit-transition: visibility 0.001s linear 0.3s;
    transition: visibility 0.001s linear 0.3s;
  }

@-webkit-keyframes sidebar-anchor-nav__nav-sp-1 {
    0% {
      -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
      clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    }

    100% {
      -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}

@keyframes sidebar-anchor-nav__nav-sp-1 {
    0% {
      -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
      clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    }

    100% {
      -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}

@-webkit-keyframes sidebar-anchor-nav__nav-sp-2 {
    0% {
      -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    100% {
      -webkit-clip-path: none;
      clip-path: none;
    }
}

@keyframes sidebar-anchor-nav__nav-sp-2 {
    0% {
      -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    100% {
      -webkit-clip-path: none;
      clip-path: none;
    }
}

@-webkit-keyframes sidebar-anchor-nav__nav-sp-3 {
    0% {
      -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    100% {
      -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
      clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    }
}

@keyframes sidebar-anchor-nav__nav-sp-3 {
    0% {
      -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    100% {
      -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
      clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    }
}

  body[data-sidebar-state=opened] .sidebar-anchor-nav .sidebar-anchor-nav__nav {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-animation: sidebar-anchor-nav__nav-sp-1 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal forwards, sidebar-anchor-nav__nav-sp-2 0.001s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s 1 normal forwards;
    animation: sidebar-anchor-nav__nav-sp-1 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal forwards, sidebar-anchor-nav__nav-sp-2 0.001s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s 1 normal forwards;
    visibility: visible;
    -webkit-transition: -webkit-clip-path 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: -webkit-clip-path 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: clip-path 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: clip-path 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, -webkit-clip-path 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  }

  body[data-anchor-nav-index="1"] .sidebar-anchor-nav .anchor-list li:nth-of-type(1) > a {
    border: 1px solid #FFF;
  }

  body[data-anchor-nav-index="2"] .sidebar-anchor-nav .anchor-list li:nth-of-type(2) > a {
    border: 1px solid #FFF;
  }

  body[data-anchor-nav-index="3"] .sidebar-anchor-nav .anchor-list li:nth-of-type(3) > a {
    border: 1px solid #FFF;
  }

  body[data-anchor-nav-index="4"] .sidebar-anchor-nav .anchor-list li:nth-of-type(4) > a {
    border: 1px solid #FFF;
  }

  body[data-anchor-nav-index="5"] .sidebar-anchor-nav .anchor-list li:nth-of-type(5) > a {
    border: 1px solid #FFF;
  }

  body[data-anchor-nav-index="6"] .sidebar-anchor-nav .anchor-list li:nth-of-type(6) > a {
    border: 1px solid #FFF;
  }

  body[data-anchor-nav-index="7"] .sidebar-anchor-nav .anchor-list li:nth-of-type(7) > a {
    border: 1px solid #FFF;
  }

  body[data-anchor-nav-index="8"] .sidebar-anchor-nav .anchor-list li:nth-of-type(8) > a {
    border: 1px solid #FFF;
  }

  body[data-anchor-nav-index="9"] .sidebar-anchor-nav .anchor-list li:nth-of-type(9) > a {
    border: 1px solid #FFF;
  }

  body[data-anchor-nav-index="10"] .sidebar-anchor-nav .anchor-list li:nth-of-type(10) > a {
    border: 1px solid #FFF;
  }

  .sidebar-anchor-nav .anchor-list > li > a {
    font-size: 2.1739130435vw;
    padding: 3.9855072464vw 0.2415458937vw;
    color: #FFF;
  }

  .sidebar-anchor-nav .anchor-list > li > a::before {
    content: "";
    position: absolute;
    display: block;
    width: 200%;
    height: 100%;
    background-color: transparent;
    left: 0;
    top: 0;
  }

  .sidebar-anchor-nav .sidebar-anchor-nav__caption {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .btn-to-pagetop .btn-to-pagetop__link {
    width: 4.2270531401vw;
    height: 15.7004830918vw;
    background-color: var(--color-beige);
  }

  .btn-to-pagetop .btn-to-pagetop__link::before {
    content: "";
    position: absolute;
    display: block;
    width: 200%;
    height: 100%;
    background-color: transparent;
    left: 0;
    top: 0;
  }

  .btn-to-pagetop .btn-to-pagetop__img {
    width: 2.4154589372vw;
    height: 9.4202898551vw;
  }

  .btn-to-pagetop .btn-to-pagetop__link {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .page-title {
    padding-top: 13.2850241546vw;
    padding-bottom: 13.2850241546vw;
    padding-left: var(--section-padding-horizon);
    padding-right: var(--section-padding-horizon);
  }

  .page-title .page-title__text-line {
    gap: 4.7101449275vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .page-title .page-title__text-line img {
    height: 10.6280193237vw;
  }

  .page-title .page-title__text-line .page-title__ja {
    font-size: 3.3816425121vw;
  }

  .section-title__text > span:nth-child(1) {
    font-size: 2.8985507246vw;
    margin-bottom: 3.6231884058vw;
  }

  .section-title__text > span:nth-child(2) {
    font-size: 3.3816425121vw;
    margin-bottom: 4.347826087vw;
  }

  .bg-grid {
    background-size: 6.038647343vw 6.038647343vw;
  }

  .belt-partition-simple {
    padding: 24.154589372vw 0vw;
    margin: -24.154589372vw 0vw;
  }

  .belt-partition {
    height: 11.4086956522vw;
    padding: 24.154589372vw 0vw;
    margin: -24.154589372vw 0vw;
  }

  .belt-partition::after {
    height: 24.154589372vw;
  }

  .belt-partition .belt-partition__wrap {
    height: 11.4086956522vw;
  }

  .belt-partition .belt-partition__scroll {
    left: -7.2463768116vw;
  }

  .btn-view-more {
    gap: 2.6570048309vw;
  }

  .btn-view-more .btn-view-more__text {
    font-size: 4.5893719807vw;
  }

  .btn-view-more .btn-view-more__text:after {
    bottom: -0.7246376812vw;
  }

  .btn-view-more .btn-view-more__icon {
    width: 12.077294686vw;
    height: 10.38647343vw;
  }

  .button-icon {
    width: 12.077294686vw;
    height: 10.38647343vw;
  }

  .sidebar-lines {
    width: 3.3816425121vw;
    left: 0.7246376812vw;
  }

  .sidebar-lines > span {
    width: 0.7246376812vw;
  }

  .section-about-us {
    padding: 0 var(--section-padding-horizon) var(--section-padding-virtical);
  }

  .section-about-us .bg-grid {
    --about-us-grid-height-revise: 62.1980676329vw;
    --about-us-grid-top-revise: 68.2367149758vw;
    top: var(--about-us-grid-top-revise);
    width: calc(100% + var(--sidebar-width));
    height: calc(100% - var(--about-us-grid-height-revise));
  }

  .section-about-us .section-contents {
    padding-bottom: 5.4347826087vw;
    padding-top: var(--section-contents-padding-virtical);
    padding-left: var(--section-contents-padding-horizon-title-side);
    padding-right: var(--section-contents-padding-horizon);
    width: 100%;
  }

  .section-about-us .about-us__slogan {
    gap: 3.8647342995vw;
    width: 72.7053140097vw;
  }

  .section-about-us .about-us__slogan__text-line {
    font-size: 5.3140096618vw;
  }

  .section-about-us .about-us__slogan__text-line strong {
    padding: 0.1207729469vw 0vw 0.4830917874vw 0.2415458937vw;
  }

  .section-about-us .about-us__slide {
    height: 41.0628019324vw;
    margin: 9.6618357488vw auto 0vw;
  }

  .section-about-us .about-us__mv {
    width: 56.2142913711vw;
    height: 37.1027503422vw;
  }

  .section-about-us .about-us__mv .about-us__logo-1 {
    width: 31.303386168vw;
    height: 31.303386168vw;
    left: 6.8537940241vw;
    top: 0vw;
  }

  .section-about-us .about-us__mv .about-us__logo-2 {
    width: 31.3692880336vw;
    height: 31.303386168vw;
    left: 22.4066343097vw;
    top: 0vw;
  }

  .section-about-us .about-us__mv .about-us__char-1 {
    width: 10.2806910362vw;
    height: 22.6702417722vw;
    left: 0vw;
    top: 8.5672425302vw;
  }

  .section-about-us .about-us__mv .about-us__char-2 {
    width: 7.2492052178vw;
    height: 22.867947369vw;
    left: 46.3949133942vw;
    top: 8.8308499926vw;
  }

  .section-about-us .about-us__mv .about-us__keyword-1 {
    width: 23.395162294vw;
    height: 8.3695369333vw;
    left: 29.6558395275vw;
    top: 10.9397096924vw;
  }

  .section-about-us .about-us__mv .about-us__keyword-2 {
    width: 38.0912783265vw;
    height: 6.7878921585vw;
    left: 4.3495231307vw;
    top: 6.5901865617vw;
  }

  .section-about-us .about-us__mv .about-us__keyword-3 {
    width: 54.6985484619vw;
    height: 4.8767380556vw;
    left: 1.5816447748vw;
    top: 32.2919141522vw;
  }

  .section-about-us .about-us__slide-base {
    width: 80.4347826087vw;
  }

  .section-about-us .about-us__text {
    font-size: 2.8985507246vw;
    margin-top: 6.038647343vw;
  }

  .section-message {
    padding-bottom: 15.7004830918vw;
    padding-left: var(--section-padding-horizon);
    padding-right: var(--section-padding-horizon);
    padding-top: var(--section-padding-virtical);
  }

  .section-message .section-contents {
    padding-bottom: 4.8309178744vw;
    padding-top: var(--section-contents-padding-virtical);
    padding-left: var(--section-contents-padding-horizon);
    padding-right: var(--section-contents-padding-horizon-title-side);
    width: 100%;
  }

  .section-message .message__title {
    font-size: 5.3140096618vw;
    margin-bottom: 8.4541062802vw;
    margin-top: -2.1739130435vw;
  }

  .section-message .message__title__text-line strong {
    padding: 0.1207729469vw 0vw 0.4830917874vw 0.2415458937vw;
  }

  .section-message .message__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-message .message__text__column > p {
    font-size: 2.8985507246vw;
    line-height: 1.8;
  }

  .section-message .message__ceo-sign {
    margin-top: 9.6618357488vw;
    gap: 3.0193236715vw;
  }

  .section-message .message__ceo-sign > span:nth-child(1) {
    font-size: 2.4154589372vw;
  }

  .section-message .message__ceo-sign > span:nth-child(2) {
    font-size: 3.8647342995vw;
  }

  .section-message .message__circle-deco {
    width: 31.2801932367vw;
    height: 31.1594202899vw;
    left: -7.1256038647vw;
    bottom: 0;
  }

  .section-message .message__circle-star {
    width: 10.6280193237vw;
    height: 17.270531401vw;
    top: 9.7423188406vw;
  }

  .section-message .message__circle {
    width: 30.7652173913vw;
    height: 30.4233816425vw;
  }

  .wrap-bg-grid .bg-grid {
    --wrap-bg-grid-height-revise: 53.1400966184vw;
    --wrap-bg-grid-top-revise: 59.1787439614vw;
    margin-bottom: -5.4347826087vw;
    height: calc(100% - var(--wrap-bg-grid-height-revise));
    top: var(--wrap-bg-grid-top-revise);
  }

  .section-member .member-list {
    margin-bottom: -1.8115942029vw;
  }

  .section-member .member-list__slider {
    padding-bottom: 1.8115942029vw;
    padding-left: calc(var(--sidebar-width) + var(--section-padding-horizon) + var(--section-contents-padding-horizon-title-side));
    padding-right: calc(var(--section-padding-horizon) + var(--section-contents-padding-horizon));
    padding-top: var(--section-contents-padding-virtical);
  }

  .section-member .member-data {
    width: 47.4637681159vw;
  }

  .section-member .member-data + .member-data {
    margin-left: 4.8309178744vw;
  }

  .section-member .member-data__photo {
    width: 47.4637681159vw;
    margin-bottom: 9.0579710145vw;
  }

  .section-member .member-data__photo__wrap {
    width: 51.4009661836vw;
    height: 58.3333333333vw;
    left: -2.0289855072vw;
    top: -1.9867149758vw;
    margin-bottom: -3.6231884058vw;
  }

  .section-member .member-data__photo__hover-shape {
    top: 46.2439613527vw;
    width: 44.5531400966vw;
    height: 23.4178743961vw;
    background-color: var(--color-orange);
    border-radius: 100%;
  }

  .section-member .member-data[data-sp-hover] .member-data__photo__img {
    -webkit-transform: translate3d(0%, 5%, 0);
    transform: translate3d(0%, 5%, 0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: transform 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: transform 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  }

  .section-member .member-data[data-sp-hover] .member-data__photo__illust-wrap {
    opacity: 1;
    -webkit-transition: opacity 0.3s linear 0s;
    transition: opacity 0.3s linear 0s;
  }

  .section-member .member-data[data-sp-hover] .member-data__photo__illust {
    -webkit-animation: member-data__photo__illust 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s 2 alternate;
    animation: member-data__photo__illust 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s 2 alternate;
  }

@-webkit-keyframes member-data__photo__illust {
    0% {
      -webkit-transform: translate3d(0%, 0%, 0);
      transform: translate3d(0%, 0%, 0);
    }

    100% {
      -webkit-transform: translate3d(0%, -4%, 0);
      transform: translate3d(0%, -4%, 0);
    }
}

@keyframes member-data__photo__illust {
    0% {
      -webkit-transform: translate3d(0%, 0%, 0);
      transform: translate3d(0%, 0%, 0);
    }

    100% {
      -webkit-transform: translate3d(0%, -4%, 0);
      transform: translate3d(0%, -4%, 0);
    }
}

  .section-member .member-data[data-sp-hover] .member-data__photo__hover-shape {
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }

  .section-member .member-data__photo__title {
    margin-top: -4.8309178744vw;
  }

  .section-member .member-data__photo__title img[src*=title-ceo] {
    width: 14.9758454106vw;
  }

  .section-member .member-data__photo__title img[src*=title-chro] {
    width: 21.1352657005vw;
  }

  .section-member .member-data__photo__title img[src*=title-cso] {
    width: 14.8550724638vw;
  }

  .section-member .member-data__photo__title img[src*=title-cfo] {
    width: 14.7342995169vw;
  }

  .section-member .member-data__info {
    gap: 4.2270531401vw;
  }

  .section-member .member-data__info__title {
    font-size: 2.8985507246vw;
  }

  .section-member .member-data__info__name-en {
    font-size: 4.5893719807vw;
    padding: 0.6038647343vw 0.4830917874vw 0.1207729469vw;
  }

  .section-member .member-data__info__name-ja {
    font-size: 3.8647342995vw;
  }

  .section-member .member-data__info__icon {
    width: 10.8695652174vw;
    height: auto;
  }

  .section-member .member-list__scrollbar {
    --half-width-handle: 2.4154589372vw;
    margin-top: 8.4541062802vw;
    height: 1.2077294686vw;
    width: calc(100% - var(--sidebar-width) - var(--section-padding-horizon) - var(--section-contents-padding-horizon-title-side) - var(--section-padding-horizon) - var(--half-width-handle) * 2);
    margin-left: calc(var(--sidebar-width) + var(--section-padding-horizon) + var(--section-contents-padding-horizon-title-side) + var(--half-width-handle));
  }

  .section-member .member-list__scrollbar__bar {
    border-radius: 1.2077294686vw;
    width: 100%;
  }

  .section-member .member-list__scrollbar__handle::before {
    width: 4.8309178744vw;
    height: 3.6231884058vw;
  }

  .section-member .member__more {
    margin-top: 13.2850241546vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .section-overview .bg-notebook .bg-notebook__body {
    padding-top: 8.4541062802vw;
    padding-bottom: 8.4541062802vw;
    padding-right: 6.6425120773vw;
    padding-left: calc(var(--sidebar-width) + var(--section-padding-horizon) + var(--section-contents-padding-horizon));
  }

  .section-overview .section-contents {
    padding-top: 0.2415458937vw;
  }

  .section-overview .overview__list {
    padding-right: 6.038647343vw;
  }

  .section-overview .overview__list + .overview__list {
    border-top: 1px solid rgba(0, 0, 0, 0.302);
  }

  .section-overview .overview__list > li {
    padding: 7.2463768116vw 0vw;
  }

  .section-overview .overview__list .data-name {
    font-size: 2.8985507246vw;
    margin-bottom: 4.1062801932vw;
  }

  .section-overview .overview__list > li p {
    font-size: 2.8985507246vw;
    line-height: 1.8;
  }

  .section-overview .overview__list__member {
    gap: 7.2463768116vw;
    line-height: 1.8;
  }

  .section-certified {
    padding: var(--section-padding-virtical) calc(var(--section-padding-horizon)) var(--section-padding-virtical) var(--section-padding-horizon);
  }

  .section-certified .section-contents {
    padding-left: var(--section-contents-padding-horizon-title-side);
    padding-right: var(--section-contents-padding-horizon);
    padding-top: var(--section-contents-padding-virtical);
    padding-bottom: var(--section-contents-padding-virtical);
  }

  .section-certified .certified-list {
    gap: 7.2463768116vw 0vw;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-certified .certified-data {
    width: 37.4396135266vw;
  }

  .section-certified .certified-data .certified-data__text {
    font-size: 2.8985507246vw;
    padding-top: 3.3816425121vw;
  }

  .belt-partition[data-src*="company/img/belt1.png"] .belt-partition__wrap img {
    width: 410.4456521739vw;
    height: 11.2304347826vw;
  }

  .belt-partition[data-src*="company/img/belt2.png"] .belt-partition__wrap img {
    width: 612.5934782609vw;
    height: 11.2304347826vw;
  }

  .belt-partition[data-src*="company/img/belt3.png"] .belt-partition__wrap img {
    width: 400.7304347826vw;
    height: 11.4086956522vw;
  }
}

@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .cookie-admit {
    width: 693px;
    height: 180px;
    bottom: 19.8px;
    padding: 9px 0px;
  }

  .cookie-admit .cookie-admit__text {
    font-size: 16.2px;
  }

  .cookie-admit .cookie-admit__btn {
    font-size: 21.6px;
    padding-bottom: 4.5px;
  }

  :root {
    --header-height: 139.5px;
    --header-height-shrink: 114.3px;
    --sidebar-width: 30.6px;
    --section-padding-horizon: 18px;
    --section-padding-virtical: 90px;
    --section-title-width: 45px;
    --section-contents-padding-horizon: 23.4px;
    --section-contents-padding-horizon-title-side: 68.4px;
    --section-contents-padding-virtical: 58.5px;
  }

  ._dummy {
    width: 745.2px;
  }

  .site-header .site-header__date,
  .site-menu .site-header__date {
    top: 10.8px;
    font-size: 18px;
  }

  .site-header .site-header__date span,
  .site-menu .site-header__date span {
    font-size: 18px;
  }

  .site-header .site-header__logo,
  .site-menu .site-header__logo {
    height: 36.9px;
  }

  .site-header .site-header__breadcrumb,
  .site-menu .site-header__breadcrumb {
    bottom: -39.6px;
    gap: 8.1px;
  }

  .site-header .site-header__breadcrumb li,
  .site-menu .site-header__breadcrumb li {
    gap: 8.1px;
  }

  .site-header .site-header__breadcrumb li + li:before,
  .site-menu .site-header__breadcrumb li + li:before {
    width: 12.6px;
  }

  .site-header .site-header__breadcrumb li > a,
  .site-menu .site-header__breadcrumb li > a {
    font-size: 16.2px;
  }

  .site-menu .site-menu__btn-menu .site-menu__btn-menu__wrap {
    width: 75.6px;
  }

  .site-menu .site-menu__btn-menu .site-menu__btn-menu__wrap .site-menu__btn-menu__text {
    margin-bottom: 7.2px;
    font-size: 19.8px;
  }

  .site-menu .site-menu__btn-menu .site-menu__btn-menu__wrap.is-close .site-menu__btn-menu__text {
    margin-bottom: 18px;
  }

  .site-menu {
    --menu-list-padding: 90px;
    --menu-footer-height: 91.125px;
  }

  .site-menu .site-header__wrap .site-header__logo {
    left: 45px;
  }

  .site-menu .menu-list {
    gap: 0px 54px;
    padding-left: 81px;
    padding-right: 81px;
    min-height: 810px;
  }

  .site-menu .menu-list .menu-list__item {
    padding: 45px 0px;
    height: 180px;
  }

  .site-menu .menu-list .menu-list__name-en {
    font-size: 48.6px;
  }

  .site-menu .menu-list .menu-list__name-ja {
    font-size: 16.2px;
    margin: 16.2px 0px;
  }

  .site-menu .menu-list .menu-list__description {
    font-size: 18px;
  }

  .site-menu .contact-wrap {
    min-height: 261px;
  }

  .site-menu .contact-wrap .contact-wrap__width {
    padding-left: 81px;
    padding-right: 81px;
  }

  .site-menu .contact-wrap .contact-wrap__link {
    gap: 19.8px;
  }

  .site-menu .contact-wrap .contact-wrap__name {
    gap: 25.2px;
  }

  .site-menu .contact-wrap .contact-wrap__name-en {
    font-size: 48.6px;
  }

  .site-menu .contact-wrap .contact-wrap__name-ja {
    font-size: 16.2px;
    margin: 16.2px 0px;
  }

  .site-menu .contact-wrap .contact-wrap__description {
    font-size: 18px;
  }

  .site-menu .menu-footer {
    padding: 0px 33.75px;
  }

  .site-menu .menu-footer .menu-footer__link {
    gap: 47.25px;
  }

  .site-menu .menu-footer .menu-list__name-en {
    font-size: 27px;
  }

  .site-menu .menu-footer .menu-list__name-ja {
    font-size: 16.2px;
  }

  .site-footer {
    height: 72px;
  }

  .site-footer .site-footer__copyright {
    font-size: 16.2px;
  }

  .floating-buttons {
    right: 0px;
    bottom: 0px;
  }

  .floating-buttons > ul {
    gap: 18px;
    right: 18px;
    bottom: 16.2px;
  }

  .floating-buttons > ul .floating-buttons__button,
  .floating-buttons > ul .floating-buttons__button-simple {
    height: 93.6px;
  }

  .sidebar-anchor-nav .sidebar-anchor-nav__caption {
    font-size: 21.6px;
    padding: 14.4px 1.8px 13.5px 0px;
    margin-top: 180px;
  }

  .sidebar-anchor-nav .sidebar-anchor-nav__caption.sp {
    top: 31.5px;
  }

  .sidebar-anchor-nav .sidebar-anchor-nav__nav {
    padding: 31.5px 0px 117px;
  }

  .sidebar-anchor-nav .anchor-list > li > a {
    font-size: 16.2px;
    padding: 29.7px 1.8px;
  }

  .btn-to-pagetop .btn-to-pagetop__link {
    width: 31.5px;
    height: 117px;
  }

  .btn-to-pagetop .btn-to-pagetop__img {
    width: 18px;
    height: 70.2px;
  }

  .page-title {
    padding-top: 99px;
    padding-bottom: 99px;
  }

  .page-title .page-title__text-line {
    gap: 35.1px;
  }

  .page-title .page-title__text-line img {
    height: 79.2px;
  }

  .page-title .page-title__text-line .page-title__ja {
    font-size: 25.2px;
  }

  .section-title__text > span:nth-child(1) {
    font-size: 21.6px;
    margin-bottom: 27px;
  }

  .section-title__text > span:nth-child(2) {
    font-size: 25.2px;
    margin-bottom: 32.4px;
  }

  .bg-grid {
    background-size: 45px 45px;
  }

  .belt-partition-simple {
    padding: 180px 0px;
    margin: -180px 0px;
  }

  .belt-partition {
    height: 85.0176px;
    padding: 180px 0px;
    margin: -180px 0px;
  }

  .belt-partition::after {
    height: 180px;
  }

  .belt-partition .belt-partition__wrap {
    height: 85.0176px;
  }

  .belt-partition .belt-partition__scroll {
    left: -54px;
  }

  .btn-view-more {
    gap: 19.8px;
  }

  .btn-view-more .btn-view-more__text {
    font-size: 34.2px;
  }

  .btn-view-more .btn-view-more__text:after {
    bottom: -5.4px;
  }

  .btn-view-more .btn-view-more__icon {
    width: 90px;
    height: 77.4px;
  }

  .button-icon {
    width: 90px;
    height: 77.4px;
  }

  .sidebar-lines {
    width: 25.2px;
    left: 5.4px;
  }

  .sidebar-lines > span {
    width: 5.4px;
  }

  .section-about-us .bg-grid {
    --about-us-grid-height-revise: 463.5px;
    --about-us-grid-top-revise: 508.5px;
  }

  .section-about-us .section-contents {
    padding-bottom: 40.5px;
  }

  .section-about-us .about-us__slogan {
    gap: 28.8px;
    width: 541.8px;
  }

  .section-about-us .about-us__slogan__text-line {
    font-size: 39.6px;
  }

  .section-about-us .about-us__slogan__text-line strong {
    padding: 0.9px 0px 3.6px 1.8px;
  }

  .section-about-us .about-us__slide {
    height: 306px;
    margin: 72px auto 0px;
  }

  .section-about-us .about-us__mv {
    width: 418.9088992974px;
    height: 276.4896955504px;
  }

  .section-about-us .about-us__mv .about-us__logo-1 {
    width: 233.2728337237px;
    height: 233.2728337237px;
    left: 51.0744730679px;
    top: 0px;
  }

  .section-about-us .about-us__mv .about-us__logo-2 {
    width: 233.7639344262px;
    height: 233.2728337237px;
    left: 166.9742388759px;
    top: 0px;
  }

  .section-about-us .about-us__mv .about-us__char-1 {
    width: 76.6117096019px;
    height: 168.9386416862px;
    left: 0px;
    top: 63.8430913349px;
  }

  .section-about-us .about-us__mv .about-us__char-2 {
    width: 54.0210772834px;
    height: 170.4119437939px;
    left: 345.7348946136px;
    top: 65.8074941452px;
  }

  .section-about-us .about-us__mv .about-us__keyword-1 {
    width: 174.3407494145px;
    height: 62.3697892272px;
    left: 220.9953161593px;
    top: 81.5227166276px;
  }

  .section-about-us .about-us__mv .about-us__keyword-2 {
    width: 283.856206089px;
    height: 50.5833723653px;
    left: 32.41264637px;
    top: 49.1100702576px;
  }

  .section-about-us .about-us__mv .about-us__keyword-3 {
    width: 407.6135831382px;
    height: 36.3414519906px;
    left: 11.7864168618px;
    top: 240.6393442623px;
  }

  .section-about-us .about-us__slide-base {
    width: 599.4px;
  }

  .section-about-us .about-us__text {
    font-size: 21.6px;
    margin-top: 45px;
  }

  .section-message {
    padding-bottom: 117px;
  }

  .section-message .section-contents {
    padding-bottom: 36px;
  }

  .section-message .message__title {
    font-size: 39.6px;
    margin-bottom: 63px;
    margin-top: -16.2px;
  }

  .section-message .message__title__text-line strong {
    padding: 0.9px 0px 3.6px 1.8px;
  }

  .section-message .message__text__column > p {
    font-size: 21.6px;
  }

  .section-message .message__ceo-sign {
    margin-top: 72px;
    gap: 22.5px;
  }

  .section-message .message__ceo-sign > span:nth-child(1) {
    font-size: 18px;
  }

  .section-message .message__ceo-sign > span:nth-child(2) {
    font-size: 28.8px;
  }

  .section-message .message__circle-deco {
    width: 233.1px;
    height: 232.2px;
    left: -53.1px;
  }

  .section-message .message__circle-star {
    width: 79.2px;
    height: 128.7px;
    top: 72.59976px;
  }

  .section-message .message__circle {
    width: 229.2624px;
    height: 226.71504px;
  }

  .wrap-bg-grid .bg-grid {
    --wrap-bg-grid-height-revise: 396px;
    --wrap-bg-grid-top-revise: 441px;
    margin-bottom: -40.5px;
  }

  .section-member .member-list {
    margin-bottom: -13.5px;
  }

  .section-member .member-list__slider {
    padding-bottom: 13.5px;
  }

  .section-member .member-data {
    width: 353.7px;
  }

  .section-member .member-data + .member-data {
    margin-left: 36px;
  }

  .section-member .member-data__photo {
    width: 353.7px;
    margin-bottom: 67.5px;
  }

  .section-member .member-data__photo__wrap {
    width: 383.04px;
    height: 434.7px;
    left: -15.12px;
    top: -14.805px;
    margin-bottom: -27px;
  }

  .section-member .member-data__photo__hover-shape {
    top: 344.61px;
    width: 332.01px;
    height: 174.51px;
  }

  .section-member .member-data__photo__title {
    margin-top: -36px;
  }

  .section-member .member-data__photo__title img[src*=title-ceo] {
    width: 111.6px;
  }

  .section-member .member-data__photo__title img[src*=title-chro] {
    width: 157.5px;
  }

  .section-member .member-data__photo__title img[src*=title-cso] {
    width: 110.7px;
  }

  .section-member .member-data__photo__title img[src*=title-cfo] {
    width: 109.8px;
  }

  .section-member .member-data__info {
    gap: 31.5px;
  }

  .section-member .member-data__info__title {
    font-size: 21.6px;
  }

  .section-member .member-data__info__name-en {
    font-size: 34.2px;
    padding: 4.5px 3.6px 0.9px;
  }

  .section-member .member-data__info__name-ja {
    font-size: 28.8px;
  }

  .section-member .member-data__info__icon {
    width: 81px;
  }

  .section-member .member-list__scrollbar {
    --half-width-handle: 18px;
    margin-top: 63px;
    height: 9px;
  }

  .section-member .member-list__scrollbar__bar {
    border-radius: 9px;
  }

  .section-member .member-list__scrollbar__handle::before {
    width: 36px;
    height: 27px;
  }

  .section-member .member__more {
    margin-top: 99px;
  }

  .section-overview .bg-notebook .bg-notebook__body {
    padding-top: 63px;
    padding-bottom: 63px;
    padding-right: 49.5px;
  }

  .section-overview .section-contents {
    padding-top: 1.8px;
  }

  .section-overview .overview__list {
    padding-right: 45px;
  }

  .section-overview .overview__list > li {
    padding: 54px 0px;
  }

  .section-overview .overview__list .data-name {
    font-size: 21.6px;
    margin-bottom: 30.6px;
  }

  .section-overview .overview__list > li p {
    font-size: 21.6px;
  }

  .section-overview .overview__list__member {
    gap: 54px;
  }

  .section-certified .certified-list {
    gap: 54px 0px;
  }

  .section-certified .certified-data {
    width: 279px;
  }

  .section-certified .certified-data .certified-data__text {
    font-size: 21.6px;
    padding-top: 25.2px;
  }

  .belt-partition[data-src*="company/img/belt1.png"] .belt-partition__wrap img {
    width: 3058.641px;
    height: 83.6892px;
  }

  .belt-partition[data-src*="company/img/belt2.png"] .belt-partition__wrap img {
    width: 4565.0466px;
    height: 83.6892px;
  }

  .belt-partition[data-src*="company/img/belt3.png"] .belt-partition__wrap img {
    width: 2986.2432px;
    height: 85.0176px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .cookie-admit {
    width: 425px;
    height: 105px;
    bottom: 21px;
    padding: 10px 0px;
  }

  .cookie-admit .cookie-admit__text {
    font-size: 10px;
  }

  .cookie-admit .cookie-admit__btn {
    font-size: 12px;
    padding-bottom: 3px;
  }

  :root {
    --header-height: 120px;
    --header-height-shrink: 83px;
    --sidebar-width: 106px;
    --section-padding-horizon: 66px;
    --section-padding-virtical: 95px;
    --section-title-width: 30px;
    --section-contents-padding-horizon: 81px;
  }

  ._dummy {
    width: 1512px;
  }

  .site-header .site-header__wrap,
  .site-menu .site-header__wrap {
    padding: 0px 25px;
  }

  .site-header .site-header__wrap:after,
  .site-menu .site-header__wrap:after {
    --header-wrap-AFTER: 50px;
  }

  .site-header .site-header__date,
  .site-menu .site-header__date {
    height: 30px;
    left: 25px;
    font-size: 12px;
  }

  .site-header .site-header__date span,
  .site-menu .site-header__date span {
    font-size: 12px;
  }

  .site-header .site-header__logo,
  .site-menu .site-header__logo {
    width: 204px;
    height: 24px;
  }

  .site-header .site-header__breadcrumb,
  .site-menu .site-header__breadcrumb {
    bottom: -28px;
    right: 25px;
    gap: 5px;
  }

  .site-header .site-header__breadcrumb li,
  .site-menu .site-header__breadcrumb li {
    gap: 5px;
  }

  .site-header .site-header__breadcrumb li + li:before,
  .site-menu .site-header__breadcrumb li + li:before {
    width: 10px;
  }

  .site-header .site-header__breadcrumb li > a,
  .site-menu .site-header__breadcrumb li > a {
    font-size: 12px;
  }

  .site-menu .site-menu__btn-menu {
    right: 25px;
  }

  .site-menu .site-menu__btn-menu .site-menu__btn-menu__wrap {
    width: 43px;
  }

  .site-menu .site-menu__btn-menu .site-menu__btn-menu__wrap .site-menu__btn-menu__text {
    margin-bottom: 4px;
    font-size: 12px;
  }

  .site-menu .site-menu__btn-menu .site-menu__btn-menu__wrap.is-close .site-menu__btn-menu__text {
    margin-bottom: 11.5px;
  }

  .site-menu {
    --menu-list-padding: 50px;
    --menu-footer-height: 67.5px;
    --menu-list-item-height: 190px;
  }

  .site-menu .menu-list::after {
    width: 260px;
  }

  .site-menu .menu-list {
    max-width: 1075px;
    gap: 0px 60px;
  }

  .site-menu .menu-list .menu-list__item {
    width: 260px;
    height: 140px;
    padding: 25px 0px;
  }

  .site-menu .menu-list .menu-list__name-en {
    font-size: 36px;
  }

  .site-menu .menu-list .menu-list__name-ja {
    font-size: 12px;
    margin: 12px 0px;
  }

  .site-menu .menu-list .menu-list__description {
    font-size: 12px;
  }

  .site-menu .contact-wrap {
    min-height: 190px;
  }

  .site-menu .contact-wrap .contact-wrap__width {
    max-width: 1075px;
  }

  .site-menu .contact-wrap .contact-wrap__link {
    gap: 55px;
  }

  .site-menu .contact-wrap .contact-wrap__name-en {
    font-size: 36px;
  }

  .site-menu .contact-wrap .contact-wrap__name-ja {
    font-size: 12px;
    margin: 12px 0px;
  }

  .site-menu .contact-wrap .contact-wrap__description {
    font-size: 12px;
    width: 230px;
  }

  .site-menu .menu-footer {
    padding: 0px 25px;
  }

  .site-menu .menu-footer .menu-footer__link {
    gap: 35px;
  }

  .site-menu .menu-footer .menu-list__name-en {
    font-size: 20px;
  }

  .site-menu .menu-footer .menu-list__name-ja {
    font-size: 12px;
  }

  .site-footer {
    height: 57px;
  }

  .site-footer .site-footer__copyright {
    font-size: 16px;
  }

  .floating-buttons > ul {
    gap: 10px;
    right: 20px;
    bottom: 18px;
  }

  .floating-buttons > ul .floating-buttons__button,
  .floating-buttons > ul .floating-buttons__button-simple {
    width: 62px;
  }

  .sidebar-anchor-nav .sidebar-anchor-nav__caption {
    font-size: 16px;
  }

  .sidebar-anchor-nav .sidebar-anchor-nav__nav {
    padding: 30px 0px 80px;
    width: 55px;
    --sidebar-anchor-nav__nav--padding-height: 30px;
  }

  .sidebar-anchor-nav .anchor-list {
    gap: 10px;
  }

  .sidebar-anchor-nav .anchor-list > li > a {
    font-size: 14px;
    padding: 20px 10px;
  }

  .btn-to-pagetop .btn-to-pagetop__link {
    width: 55px;
    height: 100px;
  }

  .btn-to-pagetop .btn-to-pagetop__img {
    width: 13px;
    height: 41px;
  }

  .page-title {
    padding-top: 78px;
    padding-bottom: 98px;
  }

  .page-title .page-title__text-line {
    gap: 48px;
  }

  .page-title .page-title__text-line .page-title__ja {
    font-size: 18px;
  }

  .section-title__text > span:nth-child(1) {
    font-size: 14px;
    margin-bottom: 22px;
  }

  .section-title__text > span:nth-child(2) {
    font-size: 18px;
    margin-bottom: 22px;
  }

  .bg-grid {
    background-size: 35px 35px;
  }

  .belt-partition-simple {
    padding: 200px 0px;
    margin: -200px 0px;
  }

  .belt-partition {
    height: 64px;
    padding: 180px 0px;
    margin: -200px 0px;
  }

  .belt-partition::after {
    height: 100px;
  }

  .belt-partition .belt-partition__wrap {
    height: 64px;
  }

  .belt-partition .belt-partition__scroll {
    left: -30px;
  }

  .btn-view-more {
    gap: 22px;
  }

  .btn-view-more .btn-view-more__text {
    font-size: 26px;
  }

  .btn-view-more .btn-view-more__text:after {
    bottom: -4px;
  }

  .btn-view-more .btn-view-more__icon {
    width: 64px;
    height: 55px;
  }

  .button-icon {
    width: 64px;
    height: 55px;
  }

  .sidebar-lines {
    width: 50px;
    left: 55px;
  }

  .sidebar-lines > span {
    width: 10px;
  }

  .section-about-us {
    --section-about-us--padding-bottom: 130px;
  }

  .section-about-us .bg-grid {
    --about-us-grid-height-revise: 410px;
    top: 450px;
    margin-bottom: -45px;
  }

  .section-about-us .section-contents {
    padding: 40px 0px 18px;
  }

  .section-about-us .about-us__slogan {
    gap: 30px;
    --about-us__slogan--max-width: 806px;
  }

  .section-about-us .about-us__slogan__text-line {
    font-size: 42px;
  }

  .section-about-us .about-us__slogan__text-line strong {
    padding: 1px 0px 4px 2px;
  }

  .section-about-us .about-us__slide {
    height: 301px;
    margin: 48px auto 0px;
  }

  .section-about-us .about-us__mv {
    width: 426.5px;
    height: 281.5px;
  }

  .section-about-us .about-us__mv .about-us__logo-1 {
    width: 237.5px;
    height: 237.5px;
    left: 52px;
  }

  .section-about-us .about-us__mv .about-us__logo-2 {
    width: 238px;
    height: 237.5px;
    left: 170px;
  }

  .section-about-us .about-us__mv .about-us__char-1 {
    width: 78px;
    height: 172px;
    top: 65px;
  }

  .section-about-us .about-us__mv .about-us__char-2 {
    width: 55px;
    height: 173.5px;
    left: 352px;
    top: 67px;
  }

  .section-about-us .about-us__mv .about-us__keyword-1 {
    width: 177.5px;
    height: 63.5px;
    left: 225px;
    top: 83px;
  }

  .section-about-us .about-us__mv .about-us__keyword-2 {
    width: 289px;
    height: 51.5px;
    left: 33px;
    top: 50px;
  }

  .section-about-us .about-us__mv .about-us__keyword-3 {
    width: 415px;
    height: 37px;
    left: 12px;
    top: 245px;
  }

  .section-about-us .about-us__slide-base {
    max-width: 944px;
  }

  .section-about-us .about-us__text {
    font-size: 16px;
    margin-top: 50px;
  }

  .section-message .section-contents {
    padding: 27px 0px 20px;
  }

  .section-message .message__title {
    font-size: 34px;
    margin-bottom: 70px;
  }

  .section-message .message__title__text-line strong {
    padding: 1px 0px 4px 2px;
  }

  .section-message .message__text {
    gap: 50px;
  }

  .section-message .message__text__column > p {
    font-size: 14px;
  }

  .section-message .message__ceo-sign {
    margin-top: 60px;
    margin-bottom: 100px;
    gap: 20px;
  }

  .section-message .message__ceo-sign > span:nth-child(1) {
    font-size: 12px;
  }

  .section-message .message__ceo-sign > span:nth-child(2) {
    font-size: 20px;
  }

  .section-message .message__circle-deco {
    right: 37px;
    width: 180px;
    height: 178px;
    bottom: 55px;
  }

  .section-message .message__circle-star {
    width: 62.5px;
    height: 101px;
    top: 57px;
  }

  .section-message .message__circle {
    width: 180px;
    height: 178px;
  }

  .wrap-bg-grid .bg-grid {
    --bg-grid--height: 320px;
    top: 360px;
    margin-bottom: -45px;
  }

  .section-member .member-list {
    margin-bottom: -10px;
    max-width: 1540px;
  }

  .section-member .member-list__slider {
    --member-list__slider--padding-right-revise: 25px;
    padding-top: 25px;
    padding-bottom: 10px;
  }

  .section-member .member-data {
    width: 230px;
  }

  .section-member .member-data + .member-data {
    margin-left: 20px;
  }

  .section-member .member-data__photo {
    margin-bottom: 50px;
  }

  .section-member .member-data__photo__wrap {
    width: 240px;
    height: 272px;
    left: -12px;
    top: -11.75px;
    margin-bottom: -20px;
  }

  .section-member .member-data__photo__hover-shape {
    top: 273.5px;
    width: 263.5px;
    height: 138.5px;
  }

  .section-member .member-data__photo__title {
    margin-top: -30px;
  }

  .section-member .member-data__photo__title img[src*=title-ceo] {
    width: 85px;
  }

  .section-member .member-data__photo__title img[src*=title-chro] {
    width: 121px;
  }

  .section-member .member-data__photo__title img[src*=title-cso] {
    width: 86px;
  }

  .section-member .member-data__photo__title img[src*=title-cfo] {
    width: 85px;
  }

  .section-member .member-data__info {
    gap: 20px;
  }

  .section-member .member-data__info__title {
    font-size: 16px;
  }

  .section-member .member-data__info__name-en {
    font-size: 23px;
    padding: 3px 3px 1px;
  }

  .section-member .member-data__info__name-ja {
    font-size: 18px;
  }

  .section-member .member-list__scrollbar {
    margin-top: 42px;
    height: 6px;
  }

  .section-member .member-list__scrollbar__bar {
    border-radius: 6px;
  }

  .section-member .member-list__scrollbar__handle::before {
    width: 24px;
    height: 18px;
  }

  .section-member .member__more {
    margin-top: 65px;
  }

  .section-overview .bg-notebook .bg-notebook__body {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-overview .overview__list > li {
    padding: 42px 25px;
  }

  .section-overview .overview__list .data-name {
    font-size: 14px;
    padding-right: 20px;
  }

  .section-overview .overview__list > li p {
    font-size: 14px;
  }

  .section-overview .overview__list__member {
    gap: 30px;
  }

  .section-certified .section-contents {
    padding: 25px 0px 20px;
  }

  .section-certified .certified-list {
    gap: 40px;
  }

  .section-certified .certified-data .certified-data__text {
    font-size: 16px;
    padding-top: 28px;
  }

  .belt-partition[data-src*="company/img/belt1.png"] .belt-partition__wrap img {
    width: 2302.5px;
    height: 63px;
  }

  .belt-partition[data-src*="company/img/belt2.png"] .belt-partition__wrap img {
    width: 3436.5px;
    height: 63px;
  }

  .belt-partition[data-src*="company/img/belt3.png"] .belt-partition__wrap img {
    width: 2248px;
    height: 64px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1920px) and (max-height: 840px) {
  .sidebar-anchor-nav .sidebar-anchor-nav__caption {
    display: none;
  }

  .sidebar-anchor-nav .sidebar-anchor-nav__nav {
    padding: var(--sidebar-anchor-nav__nav--padding-height) 0 !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .page-title .page-title__text-line img {
    height: 6.9444444444vw;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1919px) and (min-width: 1512px) {
  .page-title .page-title__text-line img {
    height: 105px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1919px) and (max-width: 1058.4px) {
  .page-title .page-title__text-line img {
    height: 73.5px;
  }
}