@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;
}

@media screen and (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .sp {
    display: none !important;
  }
}
.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;
}
@media screen and (max-width: 1023px) {
  .cookie-admit {
    width: 92.9951690821vw;
    height: 24.154589372vw;
    bottom: 2.6570048309vw;
    padding: 1.2077294686vw 0vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .cookie-admit {
    width: 693px;
    height: 180px;
    bottom: 19.8px;
    padding: 9px 0px;
  }
}
@media screen and (min-width: 1024px) {
  .cookie-admit {
    width: 22.1354166667vw;
    height: 5.46875vw;
    bottom: 1.09375vw;
    padding: 0.5208333333vw 0vw;
  }
}
@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-family: var(--font-ja);
  display: inline-block;
  line-height: 1.8;
}
@media screen and (max-width: 1023px) {
  .cookie-admit .cookie-admit__text {
    font-size: 2.1739130435vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .cookie-admit .cookie-admit__text {
    font-size: 16.2px;
  }
}
@media screen and (min-width: 1024px) {
  .cookie-admit .cookie-admit__text {
    font-size: 0.5208333333vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .cookie-admit .cookie-admit__text {
    font-size: 10px;
  }
}
.cookie-admit .cookie-admit__btn {
  font-family: var(--font-ja);
  font-weight: 700;
  display: inline-block;
  border-bottom: solid 1px #FFF;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .cookie-admit .cookie-admit__btn {
    font-size: 2.8985507246vw;
    padding-bottom: 0.6038647343vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .cookie-admit .cookie-admit__btn {
    font-size: 21.6px;
    padding-bottom: 4.5px;
  }
}
@media screen and (min-width: 1024px) {
  .cookie-admit .cookie-admit__btn {
    font-size: 0.625vw;
    padding-bottom: 0.15625vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .cookie-admit .cookie-admit__btn {
    font-size: 12px;
    padding-bottom: 3px;
  }
}
.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;
}
@media screen and (max-width: 1023px) {
  :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;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  :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;
  }
}
@media screen and (min-width: 1024px) {
  :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;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  :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;
  }
}

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;
}

@media screen and (max-width: 1023px) {
  .btn-to-pagetop {
    z-index: 92;
  }
}
@media screen and (min-width: 1024px) {
  .btn-to-pagetop {
    z-index: 81;
  }
}
@media screen and (max-width: 1023px) {
  .sidebar-anchor-nav {
    z-index: 91;
  }
}
@media screen and (min-width: 1024px) {
  .sidebar-anchor-nav {
    z-index: 81;
  }
}
.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;
}
@media screen and (max-width: 1023px) {
  ._dummy {
    width: 100vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  ._dummy {
    width: 745.2px;
  }
}
@media screen and (min-width: 1024px) {
  ._dummy {
    width: 78.75vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  ._dummy {
    width: 1512px;
  }
}

#__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;
}
@media screen and (max-width: 1023px) {
  .site-header .site-header__wrap, .site-menu .site-header__wrap {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .site-header__wrap, .site-menu .site-header__wrap {
    padding: 0vw 1.3020833333vw;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .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 {
  background-color: #231F20;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
@media screen and (max-width: 1023px) {
  .site-header .site-header__wrap:after, .site-menu .site-header__wrap:after {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .site-header__wrap:after, .site-menu .site-header__wrap:after {
    --header-wrap-AFTER: 2.6041666667vw;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .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 {
  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;
}
@media screen and (max-width: 1023px) {
  .site-header .site-header__date, .site-menu .site-header__date {
    top: 1.4492753623vw;
    font-size: 2.4154589372vw;
    left: var(--section-padding-horizon);
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .site-header .site-header__date, .site-menu .site-header__date {
    top: 10.8px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .site-header__date, .site-menu .site-header__date {
    height: 1.5625vw;
    left: 1.3020833333vw;
    font-size: 0.625vw;
    top: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .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-family: Belanosima, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .site-header .site-header__date span, .site-menu .site-header__date span {
    font-size: 2.4154589372vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .site-header .site-header__date span, .site-menu .site-header__date span {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .site-header__date span, .site-menu .site-header__date span {
    font-size: 0.625vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .site-header .site-header__date span, .site-menu .site-header__date span {
    font-size: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .site-header .site-header__logo, .site-menu .site-header__logo {
    height: 4.9516908213vw;
    width: auto;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .site-header .site-header__logo, .site-menu .site-header__logo {
    height: 36.9px;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .site-header__logo, .site-menu .site-header__logo {
    width: 10.625vw;
    height: 1.25vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .site-header .site-header__logo, .site-menu .site-header__logo {
    width: 204px;
    height: 24px;
  }
}
.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;
}
@media screen and (max-width: 1023px) {
  .site-header .site-header__breadcrumb, .site-menu .site-header__breadcrumb {
    bottom: -5.3140096618vw;
    gap: 1.0869565217vw;
    right: var(--section-padding-horizon);
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .site-header .site-header__breadcrumb, .site-menu .site-header__breadcrumb {
    bottom: -39.6px;
    gap: 8.1px;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .site-header__breadcrumb, .site-menu .site-header__breadcrumb {
    bottom: -1.4583333333vw;
    right: 1.3020833333vw;
    gap: 0.2604166667vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .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 {
  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;
}
@media screen and (max-width: 1023px) {
  .site-header .site-header__breadcrumb li, .site-menu .site-header__breadcrumb li {
    gap: 1.0869565217vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .site-header .site-header__breadcrumb li, .site-menu .site-header__breadcrumb li {
    gap: 8.1px;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .site-header__breadcrumb li, .site-menu .site-header__breadcrumb li {
    gap: 0.2604166667vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .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 {
  background-color: #231F20;
  content: "";
  display: block;
  height: 1px;
}
@media screen and (max-width: 1023px) {
  .site-header .site-header__breadcrumb li + li:before, .site-menu .site-header__breadcrumb li + li:before {
    width: 1.690821256vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .site-header .site-header__breadcrumb li + li:before, .site-menu .site-header__breadcrumb li + li:before {
    width: 12.6px;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .site-header__breadcrumb li + li:before, .site-menu .site-header__breadcrumb li + li:before {
    width: 0.5208333333vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .site-header .site-header__breadcrumb li + li:before, .site-menu .site-header__breadcrumb li + li:before {
    width: 10px;
  }
}
.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);
}
@media screen and (max-width: 1023px) {
  .site-header .site-header__breadcrumb li > a, .site-menu .site-header__breadcrumb li > a {
    font-size: 2.1739130435vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .site-header .site-header__breadcrumb li > a, .site-menu .site-header__breadcrumb li > a {
    font-size: 16.2px;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .site-header__breadcrumb li > a, .site-menu .site-header__breadcrumb li > a {
    font-size: 0.625vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .site-header .site-header__breadcrumb li > a, .site-menu .site-header__breadcrumb li > a {
    font-size: 12px;
  }
}
.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;
}
@media screen and (max-width: 1023px) {
  .site-menu .site-menu__btn-menu {
    right: var(--section-padding-horizon);
  }
}
@media screen and (min-width: 1024px) {
  .site-menu .site-menu__btn-menu {
    right: 1.3020833333vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .site-menu .site-menu__btn-menu {
    right: 25px;
  }
}
.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);
}
@media screen and (max-width: 1023px) {
  .site-menu .site-menu__btn-menu .site-menu__btn-menu__wrap {
    width: 10.1449275362vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .site-menu .site-menu__btn-menu .site-menu__btn-menu__wrap {
    width: 75.6px;
  }
}
@media screen and (min-width: 1024px) {
  .site-menu .site-menu__btn-menu .site-menu__btn-menu__wrap {
    width: 2.2395833333vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .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 {
  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;
}
@media screen and (max-width: 1023px) {
  .site-menu .site-menu__btn-menu .site-menu__btn-menu__wrap .site-menu__btn-menu__text {
    margin-bottom: 0.9661835749vw;
    font-size: 2.6570048309vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .site-menu .site-menu__btn-menu .site-menu__btn-menu__wrap .site-menu__btn-menu__text {
    margin-bottom: 7.2px;
    font-size: 19.8px;
  }
}
@media screen and (min-width: 1024px) {
  .site-menu .site-menu__btn-menu .site-menu__btn-menu__wrap .site-menu__btn-menu__text {
    margin-bottom: 0.2083333333vw;
    font-size: 0.625vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .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 .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;
}
@media screen and (max-width: 1023px) {
  .site-menu .site-menu__btn-menu .site-menu__btn-menu__wrap.is-close .site-menu__btn-menu__text {
    margin-bottom: 2.4154589372vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .site-menu .site-menu__btn-menu .site-menu__btn-menu__wrap.is-close .site-menu__btn-menu__text {
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .site-menu .site-menu__btn-menu .site-menu__btn-menu__wrap.is-close .site-menu__btn-menu__text {
    margin-bottom: 0.5989583333vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .site-menu .site-menu__btn-menu .site-menu__btn-menu__wrap.is-close .site-menu__btn-menu__text {
    margin-bottom: 11.5px;
  }
}
@media screen and (max-width: 1023px) {
  .site-menu {
    --menu-list-padding: 12.077294686vw;
    --menu-footer-height: 12.2282608696vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .site-menu {
    --menu-list-padding: 90px;
    --menu-footer-height: 91.125px;
  }
}
@media screen and (min-width: 1024px) {
  .site-menu {
    --menu-list-padding: 2.6041666667vw;
    --menu-footer-height: 3.515625vw;
    --menu-list-item-height: 9.8958333333vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .site-menu {
    --menu-list-padding: 50px;
    --menu-footer-height: 67.5px;
    --menu-list-item-height: 190px;
  }
}
.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;
}
@media screen and (max-width: 1023px) {
  .site-menu .site-header__wrap .site-header__date {
    display: none;
  }
}
.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);
}
@media screen and (max-width: 1023px) {
  .site-menu .site-header__wrap .site-header__logo {
    left: 6.038647343vw;
    position: absolute;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .site-menu .site-header__wrap .site-header__logo {
    left: 45px;
  }
}
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;
  scrollbar-color: rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.1);
}
.site-menu .menu-body::-webkit-scrollbar-track {
  background-color: 255, 255, 255, 0.1;
}
.site-menu .menu-body::-webkit-scrollbar-thumb {
  background-color: 255, 255, 255, 0.2;
}
body[data-header-state=shrink] .site-menu .menu-body {
  padding-top: calc(var(--header-height-shrink));
}
.site-menu .menu-list::after {
  content: "";
  display: block;
}
@media screen and (max-width: 1023px) {
  .site-menu .menu-list::after {
    width: 45%;
  }
}
@media screen and (min-width: 1024px) {
  .site-menu .menu-list::after {
    width: 13.5416666667vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .site-menu .menu-list::after {
    width: 260px;
  }
}
.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;
}
@media screen and (max-width: 1023px) {
  .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;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .site-menu .menu-list {
    gap: 0px 54px;
    padding-left: 81px;
    padding-right: 81px;
    min-height: 810px;
  }
}
@media screen and (min-width: 1024px) {
  .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) * 1 + var(--menu-list-item-height) * 1);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .site-menu .menu-list {
    max-width: 1075px;
    gap: 0px 60px;
  }
}
.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;
}
@media screen and (max-width: 1023px) {
  .site-menu .menu-list .menu-list__item {
    padding: 3.6231884058vw 0vw;
    height: 24.154589372vw;
    width: 45%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .site-menu .menu-list .menu-list__item {
    padding: 27px 0px;
    height: 180px;
  }
}
@media screen and (min-width: 1024px) {
  .site-menu .menu-list .menu-list__item {
    width: 13.5416666667vw;
    height: 7.2916666667vw;
    padding: 1.3020833333vw 0vw 0vw 0vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .site-menu .menu-list .menu-list__item {
    width: 260px;
    height: 140px;
    padding: 25px 0px 0px 0px;
  }
}
.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;
}
@media screen and (max-width: 1023px) {
  .site-menu .menu-list .menu-list__name-en {
    font-size: 5.4347826087vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .site-menu .menu-list .menu-list__name-en {
    font-size: 40.5px;
  }
}
@media screen and (min-width: 1024px) {
  .site-menu .menu-list .menu-list__name-en {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .site-menu .menu-list .menu-list__name-en {
    font-size: 30px;
  }
}
.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;
}
@media screen and (max-width: 1023px) {
  .site-menu .menu-list .menu-list__name-ja {
    font-size: 2.1739130435vw;
    margin: 2.1739130435vw 0vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .site-menu .menu-list .menu-list__name-ja {
    font-size: 16.2px;
    margin: 16.2px 0px;
  }
}
@media screen and (min-width: 1024px) {
  .site-menu .menu-list .menu-list__name-ja {
    font-size: 0.625vw;
    margin: 0vw 0vw 0.78125vw 0.2604166667vw;
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .site-menu .menu-list .menu-list__name-ja {
    font-size: 12px;
    margin: 0px 0px 15px 5px;
  }
}
.site-menu .menu-list .menu-list__description {
  color: #FFF;
}
@media screen and (max-width: 1023px) {
  .site-menu .menu-list .menu-list__description {
    font-size: 2.4154589372vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .site-menu .menu-list .menu-list__description {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .site-menu .menu-list .menu-list__description {
    font-size: 0.625vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .site-menu .menu-list .menu-list__description {
    font-size: 12px;
  }
}
.site-menu .contact-wrap {
  width: 100%;
  background-color: #282828;
}
@media screen and (max-width: 1023px) {
  .site-menu .contact-wrap {
    min-height: 35.0241545894vw;
    height: 23%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .site-menu .contact-wrap {
    min-height: 261px;
  }
}
@media screen and (min-width: 1024px) {
  .site-menu .contact-wrap {
    height: 27.318%;
  }
}
.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%;
}
@media screen and (max-width: 1023px) {
  .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;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .site-menu .contact-wrap .contact-wrap__width {
    padding-left: 81px;
    padding-right: 81px;
  }
}
@media screen and (min-width: 1024px) {
  .site-menu .contact-wrap .contact-wrap__width {
    max-width: 55.9895833333vw;
    margin: auto;
    width: 90%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .site-menu .contact-wrap .contact-wrap__width {
    max-width: 1075px;
  }
}
.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;
}
@media screen and (max-width: 1023px) {
  .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;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .site-menu .contact-wrap .contact-wrap__link {
    gap: 19.8px;
  }
}
@media screen and (min-width: 1024px) {
  .site-menu .contact-wrap .contact-wrap__link {
    gap: 2.8645833333vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .site-menu .contact-wrap .contact-wrap__link {
    gap: 55px;
  }
}
@media screen and (max-width: 1023px) {
  .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;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .site-menu .contact-wrap .contact-wrap__name {
    gap: 25.2px;
  }
}
.site-menu .contact-wrap .contact-wrap__name-en {
  color: #FFF;
  font-family: var(--font-en);
  line-height: 1;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .site-menu .contact-wrap .contact-wrap__name-en {
    font-size: 6.5217391304vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .site-menu .contact-wrap .contact-wrap__name-en {
    font-size: 48.6px;
  }
}
@media screen and (min-width: 1024px) {
  .site-menu .contact-wrap .contact-wrap__name-en {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .site-menu .contact-wrap .contact-wrap__name-en {
    font-size: 30px;
  }
}
.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;
}
@media screen and (max-width: 1023px) {
  .site-menu .contact-wrap .contact-wrap__name-ja {
    font-size: 2.1739130435vw;
    margin: 2.1739130435vw 0vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .site-menu .contact-wrap .contact-wrap__name-ja {
    font-size: 16.2px;
    margin: 16.2px 0px;
  }
}
@media screen and (min-width: 1024px) {
  .site-menu .contact-wrap .contact-wrap__name-ja {
    font-size: 0.625vw;
    margin: 0.625vw 0vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .site-menu .contact-wrap .contact-wrap__name-ja {
    font-size: 12px;
    margin: 12px 0px;
  }
}
.site-menu .contact-wrap .contact-wrap__description {
  color: #FFF;
}
@media screen and (max-width: 1023px) {
  .site-menu .contact-wrap .contact-wrap__description {
    font-size: 2.4154589372vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .site-menu .contact-wrap .contact-wrap__description {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .site-menu .contact-wrap .contact-wrap__description {
    font-size: 0.625vw;
    width: 11.9791666667vw;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .site-menu .contact-wrap .contact-wrap__description {
    font-size: 12px;
    width: 230px;
  }
}
.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);
}
@media screen and (max-width: 1023px) {
  .site-menu .menu-footer {
    padding: 0vw 4.5289855072vw;
    padding: 0 var(--section-padding-horizon);
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .site-menu .menu-footer {
    padding: 0px 33.75px;
  }
}
@media screen and (min-width: 1024px) {
  .site-menu .menu-footer {
    padding: 0vw 1.3020833333vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .site-menu .menu-footer {
    padding: 0px 25px;
  }
}
.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;
}
@media screen and (max-width: 1023px) {
  .site-menu .menu-footer .menu-footer__link {
    gap: 6.3405797101vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .site-menu .menu-footer .menu-footer__link {
    gap: 47.25px;
  }
}
@media screen and (min-width: 1024px) {
  .site-menu .menu-footer .menu-footer__link {
    gap: 1.8229166667vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .site-menu .menu-footer .menu-footer__link {
    gap: 35px;
  }
}
.site-menu .menu-footer .menu-list__name-en {
  color: #FFF;
  font-family: var(--font-en);
  position: relative;
}
@media screen and (max-width: 1023px) {
  .site-menu .menu-footer .menu-list__name-en {
    font-size: 3.6231884058vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .site-menu .menu-footer .menu-list__name-en {
    font-size: 27px;
  }
}
@media screen and (min-width: 1024px) {
  .site-menu .menu-footer .menu-list__name-en {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .site-menu .menu-footer .menu-list__name-en {
    font-size: 20px;
  }
}
.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;
}
@media screen and (max-width: 1023px) {
  .site-menu .menu-footer .menu-list__name-ja {
    font-size: 2.1739130435vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .site-menu .menu-footer .menu-list__name-ja {
    font-size: 16.2px;
  }
}
@media screen and (min-width: 1024px) {
  .site-menu .menu-footer .menu-list__name-ja {
    font-size: 0.625vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .site-menu .menu-footer .menu-list__name-ja {
    font-size: 12px;
  }
}

.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 .menu-list__item:nth-of-type(7) .menu-list__description {
  opacity: 1;
  -webkit-transition: opacity 0.5s linear 1.3s;
  transition: opacity 0.5s linear 1.3s;
}
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;
}
@media screen and (max-width: 1023px) {
  .site-footer {
    height: 9.6618357488vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .site-footer {
    height: 72px;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer {
    height: 2.96875vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .site-footer {
    height: 57px;
  }
}
.site-footer .site-footer__copyright {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1023px) {
  .site-footer .site-footer__copyright {
    font-size: 2.1739130435vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .site-footer .site-footer__copyright {
    font-size: 16.2px;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer .site-footer__copyright {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .site-footer .site-footer__copyright {
    font-size: 16px;
  }
}

.floating-buttons {
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .floating-buttons {
    right: 0vw;
    bottom: 0vw;
    width: 0;
    position: -webkit-sticky;
    position: sticky;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .floating-buttons {
    right: 0px;
    bottom: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .floating-buttons {
    bottom: 0px;
    right: 0px;
    width: 0;
    position: -webkit-sticky;
    position: sticky;
  }
}
.floating-buttons > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .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;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .floating-buttons > ul {
    gap: 18px;
    right: 18px;
    bottom: 16.2px;
  }
}
@media screen and (min-width: 1024px) {
  .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;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .floating-buttons > ul {
    gap: 10px;
    right: 20px;
    bottom: 18px;
  }
}
.floating-buttons > ul * {
  pointer-events: auto;
}
.floating-buttons > ul .floating-buttons__button,
.floating-buttons > ul .floating-buttons__button-simple {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .floating-buttons > ul .floating-buttons__button,
  .floating-buttons > ul .floating-buttons__button-simple {
    height: 12.5603864734vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .floating-buttons > ul .floating-buttons__button,
  .floating-buttons > ul .floating-buttons__button-simple {
    height: 93.6px;
  }
}
@media screen and (min-width: 1024px) {
  .floating-buttons > ul .floating-buttons__button,
  .floating-buttons > ul .floating-buttons__button-simple {
    width: 3.2291666667vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .floating-buttons > ul .floating-buttons__button,
  .floating-buttons > ul .floating-buttons__button-simple {
    width: 62px;
  }
}
@media screen and (max-width: 1023px) {
  .floating-buttons > ul .floating-buttons__button img,
  .floating-buttons > ul .floating-buttons__button-simple img {
    width: auto;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .floating-buttons > ul .floating-buttons__button img,
  .floating-buttons > ul .floating-buttons__button-simple img {
    width: 100%;
    height: auto;
  }
}
.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;
}
@media screen and (max-width: 1023px) {
  .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;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .sidebar-anchor-nav .sidebar-anchor-nav__caption {
    font-size: 21.6px;
    padding: 14.4px 1.8px 13.5px 0px;
    margin-top: 180px;
  }
}
@media screen and (min-width: 1024px) {
  .sidebar-anchor-nav .sidebar-anchor-nav__caption {
    font-size: 0.8333333333vw;
    color: #231F20;
    pointer-events: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .sidebar-anchor-nav .sidebar-anchor-nav__caption {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) and (max-height: 840px) {
  .sidebar-anchor-nav .sidebar-anchor-nav__caption {
    display: none;
  }
}
@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__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;
}
@media screen and (max-width: 1023px) {
  .sidebar-anchor-nav .sidebar-anchor-nav__caption.sp {
    top: 4.2270531401vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .sidebar-anchor-nav .sidebar-anchor-nav__caption.sp {
    top: 31.5px;
  }
}
.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;
}
@media screen and (max-width: 1023px) {
  .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;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .sidebar-anchor-nav .sidebar-anchor-nav__nav {
    padding: 31.5px 0px 117px;
  }
}
@media screen and (max-width: 1023px) {
  @-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;
  }
}
@media screen and (min-width: 1024px) {
  .sidebar-anchor-nav .sidebar-anchor-nav__nav {
    padding: 1.5625vw 0vw 4.1666666667vw;
    width: 2.8645833333vw;
    --sidebar-anchor-nav__nav--padding-height: 1.5625vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .sidebar-anchor-nav .sidebar-anchor-nav__nav {
    padding: 30px 0px 80px;
    width: 55px;
    --sidebar-anchor-nav__nav--padding-height: 30px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 43.75vw) {
  .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: 1920px) and (max-height: 840px) {
  .sidebar-anchor-nav .sidebar-anchor-nav__nav {
    padding: var(--sidebar-anchor-nav__nav--padding-height) 0 !important;
  }
}
.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;
}
@media screen and (min-width: 1024px) {
  .sidebar-anchor-nav .anchor-list {
    gap: 0.5208333333vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .sidebar-anchor-nav .anchor-list {
    gap: 10px;
  }
}
@media screen and (max-width: 1023px) {
  body[data-anchor-nav-index="1"] .sidebar-anchor-nav .anchor-list li:nth-of-type(1) > a {
    border: 1px solid #FFF;
  }
}
@media screen and (min-width: 1024px) {
  body[data-anchor-nav-index="1"] .sidebar-anchor-nav .anchor-list li:nth-of-type(1) > a {
    border: 1px solid #231F20;
  }
}
@media screen and (max-width: 1023px) {
  body[data-anchor-nav-index="2"] .sidebar-anchor-nav .anchor-list li:nth-of-type(2) > a {
    border: 1px solid #FFF;
  }
}
@media screen and (min-width: 1024px) {
  body[data-anchor-nav-index="2"] .sidebar-anchor-nav .anchor-list li:nth-of-type(2) > a {
    border: 1px solid #231F20;
  }
}
@media screen and (max-width: 1023px) {
  body[data-anchor-nav-index="3"] .sidebar-anchor-nav .anchor-list li:nth-of-type(3) > a {
    border: 1px solid #FFF;
  }
}
@media screen and (min-width: 1024px) {
  body[data-anchor-nav-index="3"] .sidebar-anchor-nav .anchor-list li:nth-of-type(3) > a {
    border: 1px solid #231F20;
  }
}
@media screen and (max-width: 1023px) {
  body[data-anchor-nav-index="4"] .sidebar-anchor-nav .anchor-list li:nth-of-type(4) > a {
    border: 1px solid #FFF;
  }
}
@media screen and (min-width: 1024px) {
  body[data-anchor-nav-index="4"] .sidebar-anchor-nav .anchor-list li:nth-of-type(4) > a {
    border: 1px solid #231F20;
  }
}
@media screen and (max-width: 1023px) {
  body[data-anchor-nav-index="5"] .sidebar-anchor-nav .anchor-list li:nth-of-type(5) > a {
    border: 1px solid #FFF;
  }
}
@media screen and (min-width: 1024px) {
  body[data-anchor-nav-index="5"] .sidebar-anchor-nav .anchor-list li:nth-of-type(5) > a {
    border: 1px solid #231F20;
  }
}
@media screen and (max-width: 1023px) {
  body[data-anchor-nav-index="6"] .sidebar-anchor-nav .anchor-list li:nth-of-type(6) > a {
    border: 1px solid #FFF;
  }
}
@media screen and (min-width: 1024px) {
  body[data-anchor-nav-index="6"] .sidebar-anchor-nav .anchor-list li:nth-of-type(6) > a {
    border: 1px solid #231F20;
  }
}
@media screen and (max-width: 1023px) {
  body[data-anchor-nav-index="7"] .sidebar-anchor-nav .anchor-list li:nth-of-type(7) > a {
    border: 1px solid #FFF;
  }
}
@media screen and (min-width: 1024px) {
  body[data-anchor-nav-index="7"] .sidebar-anchor-nav .anchor-list li:nth-of-type(7) > a {
    border: 1px solid #231F20;
  }
}
@media screen and (max-width: 1023px) {
  body[data-anchor-nav-index="8"] .sidebar-anchor-nav .anchor-list li:nth-of-type(8) > a {
    border: 1px solid #FFF;
  }
}
@media screen and (min-width: 1024px) {
  body[data-anchor-nav-index="8"] .sidebar-anchor-nav .anchor-list li:nth-of-type(8) > a {
    border: 1px solid #231F20;
  }
}
@media screen and (max-width: 1023px) {
  body[data-anchor-nav-index="9"] .sidebar-anchor-nav .anchor-list li:nth-of-type(9) > a {
    border: 1px solid #FFF;
  }
}
@media screen and (min-width: 1024px) {
  body[data-anchor-nav-index="9"] .sidebar-anchor-nav .anchor-list li:nth-of-type(9) > a {
    border: 1px solid #231F20;
  }
}
@media screen and (max-width: 1023px) {
  body[data-anchor-nav-index="10"] .sidebar-anchor-nav .anchor-list li:nth-of-type(10) > a {
    border: 1px solid #FFF;
  }
}
@media screen and (min-width: 1024px) {
  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 {
  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;
}
@media screen and (max-width: 1023px) {
  .sidebar-anchor-nav .anchor-list > li > a {
    font-size: 2.1739130435vw;
    padding: 3.9855072464vw 0.2415458937vw;
    color: #FFF;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .sidebar-anchor-nav .anchor-list > li > a {
    font-size: 16.2px;
    padding: 29.7px 1.8px;
  }
}
@media screen and (max-width: 1023px) {
  .sidebar-anchor-nav .anchor-list > li > a::before {
    content: "";
    position: absolute;
    display: block;
    width: 200%;
    height: 100%;
    background-color: transparent;
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .sidebar-anchor-nav .anchor-list > li > a {
    font-size: 0.7291666667vw;
    padding: 1.0416666667vw 0.5208333333vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .sidebar-anchor-nav .anchor-list > li > a {
    font-size: 14px;
    padding: 20px 10px;
  }
}
@media screen and (min-width: 1024px) {
  .sidebar-anchor-nav .anchor-list > li > a:hover {
    color: var(--color-orange);
  }
}

@media screen and (max-width: 1023px) {
  .sidebar-anchor-nav .sidebar-anchor-nav__caption {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
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;
}
@media screen and (max-width: 1023px) {
  .btn-to-pagetop .btn-to-pagetop__link {
    width: 4.2270531401vw;
    height: 15.7004830918vw;
    background-color: var(--color-beige);
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .btn-to-pagetop .btn-to-pagetop__link {
    width: 31.5px;
    height: 117px;
  }
}
@media screen and (max-width: 1023px) {
  .btn-to-pagetop .btn-to-pagetop__link::before {
    content: "";
    position: absolute;
    display: block;
    width: 200%;
    height: 100%;
    background-color: transparent;
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .btn-to-pagetop .btn-to-pagetop__link {
    width: 2.8645833333vw;
    height: 5.2083333333vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .btn-to-pagetop .btn-to-pagetop__link {
    width: 55px;
    height: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .btn-to-pagetop .btn-to-pagetop__img {
    width: 2.4154589372vw;
    height: 9.4202898551vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .btn-to-pagetop .btn-to-pagetop__img {
    width: 18px;
    height: 70.2px;
  }
}
@media screen and (min-width: 1024px) {
  .btn-to-pagetop .btn-to-pagetop__img {
    width: 0.6770833333vw;
    height: 2.1354166667vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .btn-to-pagetop .btn-to-pagetop__img {
    width: 13px;
    height: 41px;
  }
}

@media screen and (max-width: 1023px) {
  .btn-to-pagetop .btn-to-pagetop__link {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
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;
}
@media screen and (max-width: 1023px) {
  .page-title {
    padding-top: 13.2850241546vw;
    padding-bottom: 13.2850241546vw;
    padding-left: var(--section-padding-horizon);
    padding-right: var(--section-padding-horizon);
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .page-title {
    padding-top: 99px;
    padding-bottom: 99px;
  }
}
@media screen and (min-width: 1024px) {
  .page-title {
    padding-top: 4.0625vw;
    padding-bottom: 5.1041666667vw;
    padding-left: var(--section-padding-horizon);
    padding-right: var(--section-padding-horizon);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .page-title {
    padding-top: 78px;
    padding-bottom: 98px;
  }
}

.page-title .page-title__text-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .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;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .page-title .page-title__text-line {
    gap: 35.1px;
  }
}
@media screen and (min-width: 1024px) {
  .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;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .page-title .page-title__text-line {
    gap: 48px;
  }
}
.page-title .page-title__text-line img {
  width: auto;
}
@media screen and (max-width: 1023px) {
  .page-title .page-title__text-line img {
    height: 9.0579710145vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .page-title .page-title__text-line img {
    height: 67.5px;
  }
}
@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;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1920px) {
  .page-title .page-title__text-line img {
    height: 5.46875vw;
  }
}
.page-title .page-title__text-line .page-title__ja {
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .page-title .page-title__text-line .page-title__ja {
    font-size: 3.1400966184vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .page-title .page-title__text-line .page-title__ja {
    font-size: 23.4px;
  }
}
@media screen and (min-width: 1024px) {
  .page-title .page-title__text-line .page-title__ja {
    font-size: 0.9375vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .page-title .page-title__text-line .page-title__ja {
    font-size: 18px;
  }
}

.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;
}
@media screen and (max-width: 1023px) {
  .section-title__text > span:nth-child(1) {
    font-size: 2.8985507246vw;
    margin-bottom: 3.6231884058vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .section-title__text > span:nth-child(1) {
    font-size: 21.6px;
    margin-bottom: 27px;
  }
}
@media screen and (min-width: 1024px) {
  .section-title__text > span:nth-child(1) {
    font-size: 0.7291666667vw;
    margin-bottom: 1.1458333333vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .section-title__text > span:nth-child(1) {
    font-size: 14px;
    margin-bottom: 22px;
  }
}
.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;
}
@media screen and (max-width: 1023px) {
  .section-title__text > span:nth-child(2) {
    font-size: 3.3816425121vw;
    margin-bottom: 4.347826087vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .section-title__text > span:nth-child(2) {
    font-size: 25.2px;
    margin-bottom: 32.4px;
  }
}
@media screen and (min-width: 1024px) {
  .section-title__text > span:nth-child(2) {
    font-size: 0.9375vw;
    margin-bottom: 1.1458333333vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .section-title__text > span:nth-child(2) {
    font-size: 18px;
    margin-bottom: 22px;
  }
}

.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.reverse .bg-notebook__head,
.bg-notebook.reverse .bg-notebook__foot {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.bg-notebook.reverse .bg-notebook__head:before,
.bg-notebook.reverse .bg-notebook__foot:before {
  background-position: top left;
}
.bg-notebook.reverse .bg-notebook__head:after,
.bg-notebook.reverse .bg-notebook__foot:after {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.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__left {
  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;
  left: 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%;
}
@media screen and (max-width: 1023px) {
  .bg-grid {
    background-size: 6.038647343vw 6.038647343vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .bg-grid {
    background-size: 45px 45px;
  }
}
@media screen and (min-width: 1024px) {
  .bg-grid {
    background-size: 1.8229166667vw 1.8229166667vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .bg-grid {
    background-size: 35px 35px;
  }
}

.belt-partition-simple {
  width: 100%;
  position: relative;
  pointer-events: none;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .belt-partition-simple {
    padding: 24.154589372vw 0vw;
    margin: -24.154589372vw 0vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .belt-partition-simple {
    padding: 180px 0px;
    margin: -180px 0px;
  }
}
@media screen and (min-width: 1024px) {
  .belt-partition-simple {
    padding: 10.4166666667vw 0vw;
    margin: -10.4166666667vw 0vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .belt-partition-simple {
    padding: 200px 0px;
    margin: -200px 0px;
  }
}

.belt-partition {
  width: 100%;
  position: relative;
  pointer-events: none;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media screen and (max-width: 1023px) {
  .belt-partition {
    height: 11.4086956522vw;
    padding: 24.154589372vw 0vw;
    margin: -24.154589372vw 0vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .belt-partition {
    height: 85.0176px;
    padding: 180px 0px;
    margin: -180px 0px;
  }
}
@media screen and (min-width: 1024px) {
  .belt-partition {
    height: 3.3333333333vw;
    padding: 9.375vw 0vw;
    margin: -10.4166666667vw 0vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .belt-partition {
    height: 64px;
    padding: 180px 0px;
    margin: -200px 0px;
  }
}
.belt-partition::after {
  width: 120%;
  left: -10%;
  background-color: var(--color-beige);
  display: block;
  content: "";
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 1023px) {
  .belt-partition::after {
    height: 24.154589372vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .belt-partition::after {
    height: 180px;
  }
}
@media screen and (min-width: 1024px) {
  .belt-partition::after {
    height: 5.2083333333vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .belt-partition::after {
    height: 100px;
  }
}
.belt-partition .belt-partition__wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .belt-partition .belt-partition__wrap {
    height: 11.4086956522vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .belt-partition .belt-partition__wrap {
    height: 85.0176px;
  }
}
@media screen and (min-width: 1024px) {
  .belt-partition .belt-partition__wrap {
    height: 3.3333333333vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .belt-partition .belt-partition__wrap {
    height: 64px;
  }
}
.belt-partition .belt-partition__scroll {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .belt-partition .belt-partition__scroll {
    left: -7.2463768116vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .belt-partition .belt-partition__scroll {
    left: -54px;
  }
}
@media screen and (min-width: 1024px) {
  .belt-partition .belt-partition__scroll {
    left: -1.5625vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .belt-partition .belt-partition__scroll {
    left: -30px;
  }
}
.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;
}
@media screen and (max-width: 1023px) {
  .btn-view-more {
    gap: 2.6570048309vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .btn-view-more {
    gap: 19.8px;
  }
}
@media screen and (min-width: 1024px) {
  .btn-view-more {
    gap: 1.1458333333vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .btn-view-more {
    gap: 22px;
  }
}
.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;
}
@media screen and (max-width: 1023px) {
  .btn-view-more .btn-view-more__text {
    font-size: 4.5893719807vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .btn-view-more .btn-view-more__text {
    font-size: 34.2px;
  }
}
@media screen and (min-width: 1024px) {
  .btn-view-more .btn-view-more__text {
    font-size: 1.3541666667vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .btn-view-more .btn-view-more__text {
    font-size: 26px;
  }
}
.btn-view-more .btn-view-more__text:after {
  background-color: #231F20;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
}
@media screen and (max-width: 1023px) {
  .btn-view-more .btn-view-more__text:after {
    bottom: -0.7246376812vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .btn-view-more .btn-view-more__text:after {
    bottom: -5.4px;
  }
}
@media screen and (min-width: 1024px) {
  .btn-view-more .btn-view-more__text:after {
    bottom: -0.2083333333vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .btn-view-more .btn-view-more__text:after {
    bottom: -4px;
  }
}
.btn-view-more .btn-view-more__icon {
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .btn-view-more .btn-view-more__icon {
    width: 12.077294686vw;
    height: 10.38647343vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .btn-view-more .btn-view-more__icon {
    width: 90px;
    height: 77.4px;
  }
}
@media screen and (min-width: 1024px) {
  .btn-view-more .btn-view-more__icon {
    width: 3.3333333333vw;
    height: 2.8645833333vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .btn-view-more .btn-view-more__icon {
    width: 64px;
    height: 55px;
  }
}
.btn-view-more .btn-view-more__icon > img {
  width: 100%;
  height: 100%;
}

.button-icon {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .button-icon {
    width: 12.077294686vw;
    height: 10.38647343vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .button-icon {
    width: 90px;
    height: 77.4px;
  }
}
@media screen and (min-width: 1024px) {
  .button-icon {
    width: 3.3333333333vw;
    height: 2.8645833333vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .button-icon {
    width: 64px;
    height: 55px;
  }
}
.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;
}
@media screen and (max-width: 1023px) {
  .sidebar-lines {
    width: 3.3816425121vw;
    left: 0.7246376812vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .sidebar-lines {
    width: 25.2px;
    left: 5.4px;
  }
}
@media screen and (min-width: 1024px) {
  .sidebar-lines {
    width: 2.6041666667vw;
    left: 2.8645833333vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .sidebar-lines {
    width: 50px;
    left: 55px;
  }
}

.sidebar-lines > span {
  display: block;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .sidebar-lines > span {
    width: 0.7246376812vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .sidebar-lines > span {
    width: 5.4px;
  }
}
@media screen and (min-width: 1024px) {
  .sidebar-lines > span {
    width: 0.5208333333vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .sidebar-lines > span {
    width: 10px;
  }
}

.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-other-member .section-other-title .section-other-title__en {
  -webkit-clip-path: polygon(0% -5%, 0% -5%, 0% 105%, 0% 105%);
  clip-path: polygon(0% -5%, 0% -5%, 0% 105%, 0% 105%);
}
.section-other-member .section-other-title .section-other-title__ja {
  -webkit-clip-path: polygon(0% -5%, 0% -5%, 0% 105%, 0% 105%);
  clip-path: polygon(0% -5%, 0% -5%, 0% 105%, 0% 105%);
}
.section-other-member .member-list__scrollbar {
  opacity: 0;
}
.section-other-member[data-is-scroll-entered] .section-other-title .section-other-title__en {
  -webkit-clip-path: polygon(0% -5%, 100% -5%, 100% 105%, 0% 105%);
  clip-path: polygon(0% -5%, 100% -5%, 100% 105%, 0% 105%);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: -webkit-clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, -webkit-clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}
.section-other-member[data-is-scroll-entered] .section-other-title .section-other-title__ja {
  -webkit-clip-path: polygon(0% -5%, 100% -5%, 100% 105%, 0% 105%);
  clip-path: polygon(0% -5%, 100% -5%, 100% 105%, 0% 105%);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  transition: -webkit-clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  transition: clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  transition: clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s, -webkit-clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}
.section-other-member[data-is-scroll-entered] .member-list__scrollbar {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear 1.2s;
  transition: opacity 0.3s linear 1.2s;
}
.section-other-member li.member-item img.member-item__no {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
.section-other-member li.member-item .member-item__photo {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
.section-other-member li.member-item .member-item__photo-s {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
.section-other-member li.member-item .member-item__division {
  -webkit-clip-path: polygon(0% -5%, 0% -5%, 0% 105%, 0% 105%);
  clip-path: polygon(0% -5%, 0% -5%, 0% 105%, 0% 105%);
}
.section-other-member li.member-item .member-item__text {
  -webkit-clip-path: polygon(0% -5%, 0% -5%, 0% 105%, 0% 105%);
  clip-path: polygon(0% -5%, 0% -5%, 0% 105%, 0% 105%);
}
.section-other-member li.member-item .member-item__initial {
  -webkit-clip-path: polygon(0% -5%, 0% -5%, 0% 105%, 0% 105%);
  clip-path: polygon(0% -5%, 0% -5%, 0% 105%, 0% 105%);
}
.section-other-member li.member-item a.btn-view-more {
  -webkit-clip-path: polygon(0% -5%, 0% -5%, 0% 105%, 0% 105%);
  clip-path: polygon(0% -5%, 0% -5%, 0% 105%, 0% 105%);
}
.section-other-member li.member-item[data-is-scroll-entered] img.member-item__no {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.5s linear 0.2s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: opacity 0.5s linear 0.2s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: opacity 0.5s linear 0.2s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: opacity 0.5s linear 0.2s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
}
.section-other-member li.member-item[data-is-scroll-entered] .member-item__photo {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.5s linear 0s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: opacity 0.5s linear 0s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: opacity 0.5s linear 0s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: opacity 0.5s linear 0s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.section-other-member li.member-item[data-is-scroll-entered] .member-item__photo-s {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.5s linear 0.2s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: opacity 0.5s linear 0.2s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: opacity 0.5s linear 0.2s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: opacity 0.5s linear 0.2s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
}
.section-other-member li.member-item[data-is-scroll-entered] .member-item__division {
  -webkit-clip-path: polygon(0% -5%, 100% -5%, 100% 105%, 0% 105%);
  clip-path: polygon(0% -5%, 100% -5%, 100% 105%, 0% 105%);
  -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-other-member li.member-item[data-is-scroll-entered] .member-item__text {
  -webkit-clip-path: polygon(0% -5%, 100% -5%, 100% 105%, 0% 105%);
  clip-path: polygon(0% -5%, 100% -5%, 100% 105%, 0% 105%);
  -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-other-member li.member-item[data-is-scroll-entered] .member-item__initial {
  -webkit-clip-path: polygon(0% -5%, 100% -5%, 100% 105%, 0% 105%);
  clip-path: polygon(0% -5%, 100% -5%, 100% 105%, 0% 105%);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.8s, -webkit-clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
}
.section-other-member li.member-item[data-is-scroll-entered] a.btn-view-more {
  -webkit-clip-path: polygon(0% -5%, 100% -5%, 100% 105%, 0% 105%);
  clip-path: polygon(0% -5%, 100% -5%, 100% 105%, 0% 105%);
  -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;
}

.main-contents .contents-container {
  overflow: clip;
}

@media screen and (min-width: 1024px) {
  .page-title {
    padding-bottom: 4.0625vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .page-title {
    padding-bottom: 78px;
  }
}

.section-mv {
  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;
  container-type: inline-size;
}
@media screen and (max-width: 1023px) {
  .section-mv {
    --section-mv-padding-bottom: 9.6618357488vw;
    padding: 0 var(--section-padding-horizon) var(--section-mv-padding-bottom);
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .section-mv {
    --section-mv-padding-bottom: 72px;
  }
}
@media screen and (min-width: 1024px) {
  .section-mv {
    padding: 0 var(--section-padding-horizon) var(--section-padding-virtical);
  }
}
.section-mv .section-contents {
  margin-right: auto;
  position: relative;
  width: 100%;
}
.section-mv .mv__box {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .section-mv .mv__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.section-mv .mv__num {
  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;
  position: absolute;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .section-mv .mv__num {
    row-gap: 0.9661835749vw;
    top: 4.8309178744vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .section-mv .mv__num {
    row-gap: 7.2px;
    top: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .section-mv .mv__num {
    row-gap: 0.78125vw;
    top: 3.3333333333vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .section-mv .mv__num {
    row-gap: 15px;
    top: 64px;
  }
}
.section-mv .mv__num > img {
  width: auto;
}
@media screen and (max-width: 1023px) {
  .section-mv .mv__num > img {
    height: 11.1111111111vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .section-mv .mv__num > img {
    height: 82.8px;
  }
}
@media screen and (min-width: 1024px) {
  .section-mv .mv__num > img {
    height: 5.0520833333vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .section-mv .mv__num > img {
    height: 97px;
  }
}
.section-mv .mv__num > span {
  font-family: Belanosima, serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .section-mv .mv__num > span {
    font-size: 2.4154589372vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .section-mv .mv__num > span {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .section-mv .mv__num > span {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .section-mv .mv__num > span {
    font-size: 20px;
  }
}
.section-mv .mv__text {
  position: absolute;
  z-index: 1;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 1023px) {
  .section-mv .mv__text {
    right: 4.5893719807vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .section-mv .mv__text {
    right: 34.2px;
  }
}
@media screen and (min-width: 1024px) {
  .section-mv .mv__text {
    --mv__text--right-space: 5.3125vw;
    padding-bottom: 2.7083333333vw;
    right: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .section-mv .mv__text {
    --mv__text--right-space: 102px;
    padding-bottom: 52px;
  }
}
@container (min-width: 1117px) {
  .section-mv .mv__text {
    right: calc(var(--section-padding-horizon) + var(--mv__text--right-space));
  }
}
.section-mv .mv__text__inner {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
}
.section-mv .mv__text__department {
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #231F20;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1023px) {
  .section-mv .mv__text__department {
    font-size: 1.9323671498vw;
    padding: 1.690821256vw 3.3816425121vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .section-mv .mv__text__department {
    font-size: 14.4px;
    padding: 12.6px 25.2px;
  }
}
@media screen and (min-width: 1024px) {
  .section-mv .mv__text__department {
    font-size: 0.7291666667vw;
    padding: 0.625vw 1.5625vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .section-mv .mv__text__department {
    font-size: 14px;
    padding: 12px 30px;
  }
}
.section-mv .mv__text__job {
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.67;
}
@media screen and (max-width: 1023px) {
  .section-mv .mv__text__job {
    font-size: 2.8985507246vw;
    margin-top: 2.1739130435vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .section-mv .mv__text__job {
    font-size: 21.6px;
    margin-top: 16.2px;
  }
}
@media screen and (min-width: 1024px) {
  .section-mv .mv__text__job {
    font-size: 0.9375vw;
    margin-top: 1.0416666667vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .section-mv .mv__text__job {
    font-size: 18px;
    margin-top: 20px;
  }
}
.section-mv .mv__text__name {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  background-color: #231F20;
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1023px) {
  .section-mv .mv__text__name {
    font-size: 7.2463768116vw;
    padding: 0vw 0.9661835749vw 0.9661835749vw;
    margin-top: 2.1739130435vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .section-mv .mv__text__name {
    font-size: 54px;
    padding: 0px 7.2px 7.2px;
    margin-top: 16.2px;
  }
}
@media screen and (min-width: 1024px) {
  .section-mv .mv__text__name {
    font-size: 3.2291666667vw;
    padding: 0vw 0.5208333333vw 0.3645833333vw;
    margin-top: 1.0416666667vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .section-mv .mv__text__name {
    font-size: 62px;
    padding: 0px 10px 7px;
    margin-top: 20px;
  }
}
.section-mv .mv__photo {
  height: auto;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .section-mv .mv__photo {
    aspect-ratio: 1050/586;
    width: 140%;
    margin-left: -20%;
  }
}
@media screen and (min-width: 1024px) {
  .section-mv .mv__photo {
    aspect-ratio: 2997/1332;
    width: 100vw;
  }
}
@media screen and (max-width: 1023px) {
  .section-mv .mv__photo__img {
    -webkit-mask: url(/wp-content/themes/vis/assets/recruit/officer/detail/img/mv-photo-mask-sp.png);
    mask: url(/wp-content/themes/vis/assets/recruit/officer/detail/img/mv-photo-mask-sp.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
}
@media screen and (min-width: 1024px) {
  .section-mv .mv__photo__img {
    -webkit-mask: url(/wp-content/themes/vis/assets/recruit/officer/detail/img/mv-photo-mask.png);
    mask: url(/wp-content/themes/vis/assets/recruit/officer/detail/img/mv-photo-mask.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
}
.section-mv .mv__photo__img,
.section-mv .mv__photo__photo-frame {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1023px) {
  .section-mv .mv__photo__img,
  .section-mv .mv__photo__photo-frame {
    aspect-ratio: 1050/586;
  }
}
@media screen and (min-width: 1024px) {
  .section-mv .mv__photo__img,
  .section-mv .mv__photo__photo-frame {
    aspect-ratio: 2997/1332;
  }
}
.section-dialogue {
  width: calc(100% - var(--sidebar-width));
  margin: 0 0 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  container-type: inline-size;
}
@media screen and (max-width: 1023px) {
  .section-dialogue {
    padding: 0 var(--section-padding-horizon) var(--section-padding-virtical);
  }
}
@media screen and (min-width: 1024px) {
  .section-dialogue {
    --section-dialogue--padding-bottom: 6.5104166667vw;
    padding: 0 var(--section-padding-horizon) var(--section-dialogue--padding-bottom);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .section-dialogue {
    --section-dialogue--padding-bottom: 125px;
  }
}
.section-dialogue .section-contents {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .section-dialogue .section-contents {
    padding-inline: var(--section-contents-padding-horizon);
  }
}
@container (min-width: 1117px) {
  .section-dialogue .section-contents {
    padding-inline: var(--section-contents-padding-horizon);
  }
}
.section-dialogue .dialogue__box {
  display: -ms-grid;
  display: grid;
}
@media screen and (max-width: 1023px) {
  .section-dialogue .dialogue__box {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .section-dialogue .dialogue__box {
    -webkit-column-gap: 5.7296329454%;
    -moz-column-gap: 5.7296329454%;
    column-gap: 5.7296329454%;
  }
}
@media screen and (max-width: 1023px) {
  .section-dialogue .dialogue__box:first-of-type .dialogue__text > p {
    font-size: 2.8985507246vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .section-dialogue .dialogue__box:first-of-type .dialogue__text > p {
    font-size: 21.6px;
  }
}
@media screen and (min-width: 1024px) {
  .section-dialogue .dialogue__box:first-of-type .dialogue__text > p {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .section-dialogue .dialogue__box:first-of-type .dialogue__text > p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .section-dialogue .dialogue__box:not(:first-of-type) {
    margin-top: 12.077294686vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .section-dialogue .dialogue__box:not(:first-of-type) {
    margin-top: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .section-dialogue .dialogue__box:not(:first-of-type) {
    margin-top: 4.4270833333vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .section-dialogue .dialogue__box:not(:first-of-type) {
    margin-top: 85px;
  }
}
.section-dialogue .dialogue__box:nth-of-type(odd) {
  -ms-grid-columns: 1fr 50%;
  grid-template-columns: 1fr 50%;
}
.section-dialogue .dialogue__box:nth-of-type(even) {
  -ms-grid-columns: 50% 1fr;
  grid-template-columns: 50% 1fr;
}
.section-dialogue .dialogue__box:nth-of-type(even) .dialogue__text__box {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.section-dialogue .dialogue__box:nth-of-type(even) .dialogue__photo {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.section-dialogue .dialogue__photo__box {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .section-dialogue .dialogue__photo__box {
    height: 100%;
  }
}
.section-dialogue .dialogue__photo {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .section-dialogue .dialogue__photo {
    margin-top: 7.2463768116vw;
    aspect-ratio: 701/488;
    position: relative;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .section-dialogue .dialogue__photo {
    margin-top: 54px;
  }
}
@media screen and (min-width: 1024px) {
  .section-dialogue .dialogue__photo {
    --photo-top-margin: 1.3020833333vw;
    aspect-ratio: 1115/960;
    position: -webkit-sticky;
    position: sticky;
    top: calc(var(--header-height-shrink) + var(--photo-top-margin));
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .section-dialogue .dialogue__photo {
    --photo-top-margin: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .section-dialogue .dialogue__photo__img {
    -webkit-mask: url(/wp-content/themes/vis/assets/recruit/officer/detail/img/photo-mask-sp.png);
    mask: url(/wp-content/themes/vis/assets/recruit/officer/detail/img/photo-mask-sp.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
}
@media screen and (min-width: 1024px) {
  .section-dialogue .dialogue__photo__img {
    -webkit-mask: url(/wp-content/themes/vis/assets/recruit/officer/detail/img/photo-mask.png);
    mask: url(/wp-content/themes/vis/assets/recruit/officer/detail/img/photo-mask.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
}
.section-dialogue .dialogue__photo__img,
.section-dialogue .dialogue__photo__photo-frame {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1023px) {
  .section-dialogue .dialogue__photo__img,
  .section-dialogue .dialogue__photo__photo-frame {
    aspect-ratio: 701/488;
  }
}
@media screen and (min-width: 1024px) {
  .section-dialogue .dialogue__photo__img,
  .section-dialogue .dialogue__photo__photo-frame {
    aspect-ratio: 1115/960;
  }
}
@media screen and (max-width: 1023px) {
  .section-dialogue .dialogue__text:not(:first-of-type) {
    margin-top: 8.4541062802vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .section-dialogue .dialogue__text:not(:first-of-type) {
    margin-top: 63px;
  }
}
@media screen and (min-width: 1024px) {
  .section-dialogue .dialogue__text:not(:first-of-type) {
    margin-top: 3.6458333333vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .section-dialogue .dialogue__text:not(:first-of-type) {
    margin-top: 70px;
  }
}
.section-dialogue .dialogue__text > p {
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 1023px) {
  .section-dialogue .dialogue__text > p {
    font-size: 2.8985507246vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .section-dialogue .dialogue__text > p {
    font-size: 21.6px;
  }
}
@media screen and (min-width: 1024px) {
  .section-dialogue .dialogue__text > p {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .section-dialogue .dialogue__text > p {
    font-size: 16px;
  }
}
.section-dialogue .dialogue__text > p > strong {
  font-weight: 700;
  line-height: 1.6;
  position: relative;
  display: block;
}
.section-dialogue .dialogue__text > p > strong::before {
  content: "";
  display: block;
  background-color: #231F20;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .section-dialogue .dialogue__text > p > strong::before {
    width: 6.038647343vw;
    height: 0.4830917874vw;
    top: 3.6231884058vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .section-dialogue .dialogue__text > p > strong::before {
    width: 45px;
    height: 3.6px;
    top: 27px;
  }
}
@media screen and (min-width: 1024px) {
  .section-dialogue .dialogue__text > p > strong::before {
    width: 2.0833333333vw;
    height: 0.15625vw;
    top: 0.9895833333vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .section-dialogue .dialogue__text > p > strong::before {
    width: 40px;
    height: 3px;
    top: 19px;
  }
}
@media screen and (max-width: 1023px) {
  .section-dialogue .dialogue__text > p > strong {
    font-size: 4.7101449275vw;
    padding-left: 7.4879227053vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .section-dialogue .dialogue__text > p > strong {
    font-size: 35.1px;
    padding-left: 55.8px;
  }
}
@media screen and (min-width: 1024px) {
  .section-dialogue .dialogue__text > p > strong {
    font-size: 1.3541666667vw;
    padding-left: 2.65625vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .section-dialogue .dialogue__text > p > strong {
    font-size: 26px;
    padding-left: 51px;
  }
}
@media screen and (max-width: 1023px) {
  .section-dialogue .dialogue__text > p + p {
    margin-top: 6.038647343vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .section-dialogue .dialogue__text > p + p {
    margin-top: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .section-dialogue .dialogue__text > p + p {
    margin-top: 1.8229166667vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .section-dialogue .dialogue__text > p + p {
    margin-top: 35px;
  }
}
.section-dialogue .dialogue__note {
  text-align: right;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .section-dialogue .dialogue__note {
    font-size: 2.1739130435vw;
    margin-top: 7.4879227053vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .section-dialogue .dialogue__note {
    font-size: 16.2px;
    margin-top: 55.8px;
  }
}
@media screen and (min-width: 1024px) {
  .section-dialogue .dialogue__note {
    font-size: 0.5208333333vw;
    margin-top: 3.6458333333vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .section-dialogue .dialogue__note {
    font-size: 10px;
    margin-top: 70px;
  }
}
.section-dialogue .dialogue__video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 1023px) {
  .section-dialogue .dialogue__video {
    margin-top: 12.077294686vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .section-dialogue .dialogue__video {
    margin-top: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .section-dialogue .dialogue__video {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .section-dialogue .dialogue__video {
    margin-top: 80px;
  }
}

.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 (max-width: 1023px) {
  .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) {
  .belt-partition[data-src*="company/img/belt3.png"] .belt-partition__wrap img {
    width: 2986.2432px;
    height: 85.0176px;
  }
}
@media screen and (min-width: 1024px) {
  .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-width: 1920px) {
  .belt-partition[data-src*="company/img/belt3.png"] .belt-partition__wrap img {
    width: 2248px;
    height: 64px;
  }
}

@media screen and (max-width: 1023px) {
  .section-other-member {
    margin-top: 14.4927536232vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .section-other-member {
    margin-top: 108px;
  }
}
@media screen and (min-width: 1024px) {
  .section-other-member {
    margin-top: 6.5104166667vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .section-other-member {
    margin-top: 125px;
  }
}
.section-other-member .section-other-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;
}
@media screen and (max-width: 1023px) {
  .section-other-member .section-other-title {
    padding-left: 9.4202898551vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .section-other-member .section-other-title {
    padding-left: 70.2px;
  }
}
@media screen and (min-width: 1024px) {
  .section-other-member .section-other-title {
    padding-left: 8.8541666667vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .section-other-member .section-other-title {
    padding-left: 170px;
  }
}
.section-other-member .section-other-title .section-other-title__en {
  font-family: var(--font-en);
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .section-other-member .section-other-title .section-other-title__en {
    font-size: 9.6618357488vw;
    letter-spacing: 0.045em;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .section-other-member .section-other-title .section-other-title__en {
    font-size: 72px;
  }
}
@media screen and (min-width: 1024px) {
  .section-other-member .section-other-title .section-other-title__en {
    font-size: 3.5416666667vw;
    letter-spacing: 0.03em;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .section-other-member .section-other-title .section-other-title__en {
    font-size: 68px;
  }
}
.section-other-member .section-other-title .section-other-title__ja {
  font-family: var(--font-ja);
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .section-other-member .section-other-title .section-other-title__ja {
    font-size: 2.4154589372vw;
    margin-top: 0.9661835749vw;
    margin-left: 0.4830917874vw;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .section-other-member .section-other-title .section-other-title__ja {
    font-size: 18px;
    margin-top: 7.2px;
    margin-left: 3.6px;
  }
}
@media screen and (min-width: 1024px) {
  .section-other-member .section-other-title .section-other-title__ja {
    font-size: 0.7291666667vw;
    margin-top: 0.5208333333vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .section-other-member .section-other-title .section-other-title__ja {
    font-size: 14px;
    margin-top: 10px;
  }
}
.section-other-member ul.member-list {
  white-space: nowrap;
  overflow: scroll;
  overscroll-behavior-x: none;
}
@media screen and (max-width: 1023px) {
  .section-other-member ul.member-list {
    margin: 7.1256038647vw auto 0vw;
    padding-left: 9.9033816425vw;
    padding-right: 9.6618357488vw;
    padding-top: 1.2077294686vw;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .section-other-member ul.member-list {
    margin: 53.1px auto 0px;
    padding-left: 73.8px;
    padding-right: 72px;
    padding-top: 9px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .section-other-member ul.member-list {
    margin: 1.8518518519vw auto -0.1322751323vw;
    padding-right: 6.6137566138vw;
    padding-top: 1.3227513228vw;
    padding-bottom: 0.1322751323vw;
    padding-left: 170px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) and (min-width: 1512px) {
  .section-other-member ul.member-list {
    margin: 28px auto -2px;
    padding-right: 100px;
    padding-top: 20px;
    padding-bottom: 2px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) and (max-width: 756px) {
  .section-other-member ul.member-list {
    margin: 14px auto -1px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 1px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1920px) {
  .section-other-member ul.member-list {
    margin: 1.4583333333vw auto -0.1041666667vw;
    padding-right: 5.2083333333vw;
    padding-top: 1.0416666667vw;
    padding-bottom: 0.1041666667vw;
    padding-left: 170px;
  }
}
.section-other-member li.member-item {
  position: relative;
  display: inline-block;
}
.section-other-member li.member-item:nth-of-type(1) {
  margin-left: 0;
}
@media screen and (max-width: 1023px) {
  .section-other-member li.member-item {
    width: 42.3913043478vw;
    margin-left: 0.3623188406vw;
    margin-top: 0vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .section-other-member li.member-item {
    width: 315.9px;
    margin-left: 2.7px;
    margin-top: 0px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .section-other-member li.member-item {
    width: 23.1481481481vw;
    margin-left: -2.0502645503vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) and (min-width: 1512px) {
  .section-other-member li.member-item {
    width: 350px;
    margin-left: -31px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) and (max-width: 756px) {
  .section-other-member li.member-item {
    width: 175px;
    margin-left: -15.5px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1920px) {
  .section-other-member li.member-item {
    width: 18.2291666667vw;
    margin-left: -1.6145833333vw;
  }
}
.section-other-member li.member-item img.member-item__no {
  position: absolute;
}
@media screen and (max-width: 1023px) {
  .section-other-member li.member-item img.member-item__no {
    width: 11.9323671498vw;
    height: 7.6183574879vw;
    left: -0.2415458937vw;
    top: 0.4830917874vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .section-other-member li.member-item img.member-item__no {
    width: 88.92px;
    height: 56.772px;
    left: -1.8px;
    top: 3.6px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .section-other-member li.member-item img.member-item__no {
    width: 5.6746031746vw;
    height: 3.623015873vw;
    top: 0.3968253968vw;
    left: 0.0661375661vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) and (min-width: 1512px) {
  .section-other-member li.member-item img.member-item__no {
    width: 85.8px;
    height: 54.78px;
    top: 6px;
    left: 1px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) and (max-width: 756px) {
  .section-other-member li.member-item img.member-item__no {
    width: 42.9px;
    height: 27.39px;
    top: 3px;
    left: 0.5px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1920px) {
  .section-other-member li.member-item img.member-item__no {
    width: 4.46875vw;
    height: 2.853125vw;
    top: 0.3125vw;
    left: 0.0520833333vw;
  }
}
.section-other-member li.member-item .member-item__photo {
  border-radius: 100%;
  border: solid 1px #231F20;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fdfbf4;
}
@media screen and (max-width: 1023px) {
  .section-other-member li.member-item .member-item__photo {
    width: 37.6811594203vw;
    height: 47.9468599034vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .section-other-member li.member-item .member-item__photo {
    width: 280.8px;
    height: 357.3px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .section-other-member li.member-item .member-item__photo {
    width: 18.6177248677vw;
    height: 23.7103174603vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) and (min-width: 1512px) {
  .section-other-member li.member-item .member-item__photo {
    width: 281.5px;
    height: 358.5px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) and (max-width: 756px) {
  .section-other-member li.member-item .member-item__photo {
    width: 140.75px;
    height: 179.25px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1920px) {
  .section-other-member li.member-item .member-item__photo {
    width: 14.6614583333vw;
    height: 18.671875vw;
  }
}
.section-other-member li.member-item img.photo__img {
  border-radius: 100%;
  border: solid 1px #231F20;
}
@media screen and (max-width: 1023px) {
  .section-other-member li.member-item img.photo__img {
    width: 35.7487922705vw;
    height: 46.0144927536vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .section-other-member li.member-item img.photo__img {
    width: 266.4px;
    height: 342.9px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .section-other-member li.member-item img.photo__img {
    width: 17.5595238095vw;
    height: 22.6521164021vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) and (min-width: 1512px) {
  .section-other-member li.member-item img.photo__img {
    width: 265.5px;
    height: 342.5px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) and (max-width: 756px) {
  .section-other-member li.member-item img.photo__img {
    width: 132.75px;
    height: 171.25px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1920px) {
  .section-other-member li.member-item img.photo__img {
    width: 13.828125vw;
    height: 17.8385416667vw;
  }
}
.section-other-member li.member-item .member-item__photo {
  position: relative;
}
.section-other-member li.member-item .photo__img, .section-other-member li.member-item .photo-s__img {
  position: absolute;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.section-other-member li.member-item .photo__img:nth-of-type(2), .section-other-member li.member-item .photo-s__img:nth-of-type(2) {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
}
.section-other-member li.member-item[data-is-changed] .photo__img:nth-of-type(2), .section-other-member li.member-item[data-is-changed] .photo-s__img:nth-of-type(2) {
  opacity: 1;
}
.section-other-member li.member-item .member-item__data {
  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-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;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .section-other-member li.member-item .member-item__data {
    width: 27.2946859903vw;
    padding-bottom: 3.1400966184vw;
    margin-top: -6.038647343vw;
    margin-left: auto;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .section-other-member li.member-item .member-item__data {
    width: 203.4px;
    padding-bottom: 23.4px;
    margin-top: -45px;
  }
}
@media screen and (min-width: 1024px) {
  .section-other-member li.member-item .member-item__data {
    width: 9.21875vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .section-other-member li.member-item .member-item__data {
    width: 177px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .section-other-member li.member-item .member-item__data {
    margin-top: -2.7777777778vw;
    margin-left: auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) and (min-width: 1512px) {
  .section-other-member li.member-item .member-item__data {
    margin-top: -42px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) and (max-width: 756px) {
  .section-other-member li.member-item .member-item__data {
    margin-top: -21px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1920px) {
  .section-other-member li.member-item .member-item__data {
    margin-top: -2.1875vw;
    margin-left: auto;
  }
}
.section-other-member li.member-item .member-item__division {
  font-family: var(--font-ja);
  border: solid 1px #231F20;
  border-radius: 100%;
  white-space: nowrap;
  background-color: var(--color-beige);
  position: relative;
}
@media screen and (max-width: 1023px) {
  .section-other-member li.member-item .member-item__division {
    font-size: 1.9323671498vw;
    padding: 0.6038647343vw 3.3816425121vw 0.845410628vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .section-other-member li.member-item .member-item__division {
    font-size: 14.4px;
    padding: 4.5px 25.2px 6.3px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .section-other-member li.member-item .member-item__division {
    padding: 0.462962963vw 1.5211640212vw;
    left: -0.2645502646vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) and (min-width: 1512px) {
  .section-other-member li.member-item .member-item__division {
    padding: 7px 23px;
    left: -4px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) and (max-width: 756px) {
  .section-other-member li.member-item .member-item__division {
    padding: 3.5px 11.5px;
    left: -2px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1920px) {
  .section-other-member li.member-item .member-item__division {
    padding: 0.3645833333vw 1.1979166667vw;
    left: -0.2083333333vw;
  }
}
@media screen and (min-width: 1024px) {
  .section-other-member li.member-item .member-item__division {
    font-size: 0.5208333333vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .section-other-member li.member-item .member-item__division {
    font-size: 10px;
  }
}
.section-other-member li.member-item .member-item__text {
  font-family: var(--font-ja);
  color: #231F20;
}
@media screen and (max-width: 1023px) {
  .section-other-member li.member-item .member-item__text {
    font-size: 2.4154589372vw;
    margin-top: 1.690821256vw;
    margin-left: 1.2077294686vw;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .section-other-member li.member-item .member-item__text {
    font-size: 18px;
    margin-top: 12.6px;
    margin-left: 9px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .section-other-member li.member-item .member-item__text {
    margin-top: 0.7275132275vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) and (min-width: 1512px) {
  .section-other-member li.member-item .member-item__text {
    margin-top: 11px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) and (max-width: 756px) {
  .section-other-member li.member-item .member-item__text {
    margin-top: 5.5px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1920px) {
  .section-other-member li.member-item .member-item__text {
    margin-top: 0.5729166667vw;
  }
}
@media screen and (min-width: 1024px) {
  .section-other-member li.member-item .member-item__text {
    font-size: 0.7291666667vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .section-other-member li.member-item .member-item__text {
    font-size: 14px;
  }
}
.section-other-member li.member-item .member-item__initial {
  font-family: var(--font-en);
  color: #FFF;
  background-color: #231F20;
  line-height: 0.8;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  .section-other-member li.member-item .member-item__initial {
    font-size: 4.8309178744vw;
    padding: 0.4830917874vw 0.2415458937vw 0vw 0.4830917874vw;
    margin-left: 1.2077294686vw;
    margin-top: 1.8115942029vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .section-other-member li.member-item .member-item__initial {
    font-size: 36px;
    padding: 3.6px 1.8px 0px 3.6px;
    margin-left: 9px;
    margin-top: 13.5px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .section-other-member li.member-item .member-item__initial {
    padding: 0.2645502646vw 0.1322751323vw 0vw 0.2645502646vw;
    margin-top: 1.1904761905vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) and (min-width: 1512px) {
  .section-other-member li.member-item .member-item__initial {
    padding: 4px 2px 0px 4px;
    margin-top: 18px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) and (max-width: 756px) {
  .section-other-member li.member-item .member-item__initial {
    padding: 2px 1px 0px 2px;
    margin-top: 9px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1920px) {
  .section-other-member li.member-item .member-item__initial {
    padding: 0.2083333333vw 0.1041666667vw 0vw 0.2083333333vw;
    margin-top: 0.9375vw;
  }
}
@media screen and (min-width: 1024px) {
  .section-other-member li.member-item .member-item__initial {
    font-size: 1.590625vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .section-other-member li.member-item .member-item__initial {
    font-size: 30.54px;
  }
}
@media screen and (max-width: 1023px) {
  .section-other-member li.member-item a.btn-view-more {
    gap: 1.690821256vw;
    margin-left: 1.2077294686vw;
    margin-top: 3.6231884058vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .section-other-member li.member-item a.btn-view-more {
    gap: 12.6px;
    margin-left: 9px;
    margin-top: 27px;
  }
}
@media screen and (min-width: 1024px) {
  .section-other-member li.member-item a.btn-view-more {
    gap: 0.7291666667vw;
    margin-top: 1.4583333333vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .section-other-member li.member-item a.btn-view-more {
    gap: 14px;
    margin-top: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .section-other-member li.member-item a.btn-view-more span.btn-view-more__text {
    font-size: 2.8550724638vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .section-other-member li.member-item a.btn-view-more span.btn-view-more__text {
    font-size: 21.276px;
  }
}
@media screen and (min-width: 1024px) {
  .section-other-member li.member-item a.btn-view-more span.btn-view-more__text {
    font-size: 0.8854166667vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .section-other-member li.member-item a.btn-view-more span.btn-view-more__text {
    font-size: 17px;
  }
}
.section-other-member li.member-item a.btn-view-more .btn-view-more__icon {
  -webkit-filter: drop-shadow(#000 0 0 0.5px) drop-shadow(#000 0 0 0.5px) drop-shadow(#000 0 0 0.5px);
  filter: drop-shadow(#000 0 0 0.5px) drop-shadow(#000 0 0 0.5px) drop-shadow(#000 0 0 0.5px);
  overflow: visible;
}
@media screen and (max-width: 1023px) {
  .section-other-member li.member-item a.btn-view-more .btn-view-more__icon {
    width: 7.3369565217vw;
    height: 6.3405797101vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .section-other-member li.member-item a.btn-view-more .btn-view-more__icon {
    width: 54.675px;
    height: 47.25px;
  }
}
@media screen and (min-width: 1024px) {
  .section-other-member li.member-item a.btn-view-more .btn-view-more__icon {
    width: 2.109375vw;
    height: 1.8229166667vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .section-other-member li.member-item a.btn-view-more .btn-view-more__icon {
    width: 40.5px;
    height: 35px;
  }
}
.section-other-member li.member-item a.btn-view-more .btn-view-more__icon img {
  width: 96%;
  height: 96%;
}
.section-other-member .lists {
  margin-bottom: 130px;
}
.section-other-member .member-list__scrollbar {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .section-other-member .member-list__scrollbar {
    margin: 3.6231884058vw auto 24.154589372vw;
    --half-width-handle: 2.4154589372vw;
    height: 1.2077294686vw;
    left: 1.4492753623vw;
    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);
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .section-other-member .member-list__scrollbar {
    margin: 27px auto 180px;
    --half-width-handle: 18px;
    height: 9px;
    left: 10.8px;
  }
}
@media screen and (min-width: 1024px) {
  .section-other-member .member-list__scrollbar {
    margin-top: 3.0208333333vw;
    height: 0.3125vw;
    margin-bottom: 0vw;
    padding: 0vw 4.9479166667vw 0vw 5.46875vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .section-other-member .member-list__scrollbar {
    margin-top: 58px;
    height: 6px;
    margin-bottom: 0px;
    padding: 0px 95px 0px 105px;
  }
}
.section-other-member .member-list__scrollbar__bar {
  height: 100%;
  background-color: #bec3bd;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .section-other-member .member-list__scrollbar__bar {
    border-radius: 1.2077294686vw;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .section-other-member .member-list__scrollbar__bar {
    border-radius: 9px;
  }
}
@media screen and (min-width: 1024px) {
  .section-other-member .member-list__scrollbar__bar {
    border-radius: 0.3125vw;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .section-other-member .member-list__scrollbar__bar {
    border-radius: 6px;
  }
}
.section-other-member .member-list__scrollbar__handle {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  cursor: pointer;
}
.section-other-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;
}
@media screen and (max-width: 1023px) {
  .section-other-member .member-list__scrollbar__handle::before {
    width: 4.8309178744vw;
    height: 3.6231884058vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 745.2px) {
  .section-other-member .member-list__scrollbar__handle::before {
    width: 36px;
    height: 27px;
  }
}
@media screen and (min-width: 1024px) {
  .section-other-member .member-list__scrollbar__handle::before {
    width: 1.25vw;
    height: 0.9375vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .section-other-member .member-list__scrollbar__handle::before {
    width: 24px;
    height: 18px;
  }
}