@charset "UTF-8";

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

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

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

ul {
  list-style-type: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#__bs_notify__ {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 0;
  }
}

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

  100% {
    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-title {
  width: 0;
}

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

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

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

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

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

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

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

.bg-notebook {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button-icon {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.contact-send-button {
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.contact-send-button:hover img.hover {
  -webkit-clip-path: ellipse(65% 65% at 50% 49%);
  clip-path: ellipse(65% 65% 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;
}

.contact-send-button img {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  width: 100%;
  height: auto;
}

.contact-send-button img.hover {
  -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;
}

.section-contact {
  width: calc(100% - var(--sidebar-width));
  margin: 0 0 0 auto;
  position: relative;
}

.contact-current-page {
  width: 100%;
  padding: 0 var(--section-contents-padding-horizon);
}

.contact-current-page .contact-current-page__list {
  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;
}

.contact-current-page .contact-current-page__list > li {
  letter-spacing: 0.05em;
  line-height: 1;
  display: -ms-grid;
  display: grid;
  place-items: center;
  position: relative;
}

.contact-current-page .contact-current-page__list > li.is-current {
  border: 1px solid var(--color-black);
  border-radius: 50%;
}

.contact-current-page .contact-current-page__list > li:not(:last-of-type)::after {
  content: "";
  display: block;
  height: 1px;
  background-color: var(--color-black);
  position: absolute;
  right: 0;
  translate: 100% 0;
}

.contact-contents {
  width: 100%;
}

.contact-input__form {
  --color-error: #d33a2e;
  --color-error-background: #ffebea;
}

.contact-input__form-box {
  display: -ms-grid;
  display: grid;
}

.contact-input__form-box .contact-input__form-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: subgrid;
  grid-template-columns: subgrid;
}

.contact-input__form-box .contact-input__form-inner:has(.contact-input__error-text) select,
.contact-input__form-box .contact-input__form-inner:has(.contact-input__error-text) input,
.contact-input__form-box .contact-input__form-inner:has(.contact-input__error-text) textarea {
  border-color: var(--color-error);
  background-color: var(--color-error-background);
}

.contact-input__form-box .contact-input__form-title {
  grid-area: title;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.contact-input__form-box .contact-input__form-require-tag {
  color: #41768e;
}

.contact-input__form-box .contact-input__form-contents {
  grid-area: contents;
}

.contact-input__form-box .contact-input__form-error {
  grid-area: error;
}

.contact-input__form-box .contact-input__error-text {
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--color-error);
}

.contact-input__form-box .select-box {
  display: -ms-grid;
  display: grid;
}

.contact-input__form-box .select-box__button {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column-align: end;
  justify-self: end;
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 100%;
  background-color: var(--color-black);
  pointer-events: none;
}

.contact-input__form-box .select-box__button::after {
  content: "";
  display: block;
  background-color: var(--color-white);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.contact-input__form-box select {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--color-black);
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-black);
  background-color: var(--color-white);
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.contact-input__form-box select:invalid {
  color: #bec3bd;
}

.contact-input__form-box select > option {
  color: var(--color-black);
}

.contact-input__form-box select > option[disabled] {
  color: #bec3bd;
}

.contact-input__form-box input:where([type=text], [type=email], [type=tel]) {
  line-height: 1;
  letter-spacing: 0.05em;
  width: 100%;
  border: 1px solid var(--color-black);
  border-radius: 0;
}

.contact-input__form-box input:where([type=text], [type=email], [type=tel])::-webkit-input-placeholder {
  color: #bec3bd;
}

.contact-input__form-box input:where([type=text], [type=email], [type=tel])::-moz-placeholder {
  color: #bec3bd;
}

.contact-input__form-box input:where([type=text], [type=email], [type=tel]):-ms-input-placeholder {
  color: #bec3bd;
}

.contact-input__form-box input:where([type=text], [type=email], [type=tel])::-ms-input-placeholder {
  color: #bec3bd;
}

.contact-input__form-box input:where([type=text], [type=email], [type=tel])::placeholder {
  color: #bec3bd;
}

.contact-input__form-box textarea {
  letter-spacing: 0.05em;
  width: 100%;
  border: 1px solid var(--color-black);
  border-radius: 0;
  field-sizing: content;
  display: block;
}

.contact-input__agree-box {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  border-top: 1px solid var(--color-black);
}

.contact-input__agree-box:has(.contact-input__error-text) input[type=checkbox] {
  background-color: var(--color-error-background);
  border-color: var(--color-error);
}

.contact-input__agree-box .contact-input__agree-title {
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}

.contact-input__agree-box .contact-input__agree-text {
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #333;
  text-align: center;
}

.contact-input__agree-box .contact-input__agree-text > a {
  color: var(--color-orange);
  text-decoration: underline;
}

.contact-input__agree-box .contact-input__agree-label {
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #333;
  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;
  cursor: pointer;
}

.contact-input__agree-box .contact-input__agree-label :where(input[type=checkbox]) {
  display: -ms-grid;
  display: grid;
  place-items: center;
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.contact-input__agree-box .contact-input__agree-label :where(input[type=checkbox]):checked::after {
  content: "";
  display: block;
  rotate: 50deg;
}

.contact-input__agree-box .contact-input__error-text {
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--color-error);
}

.contact-input__send-box {
  display: -ms-grid;
  display: grid;
  justify-items: center;
}

.contact-input__send-box .contact-input__send-button:disabled {
  opacity: 0.3;
  pointer-events: none;
}

.contact-confirm__description {
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
}

.contact-confirm__contents-box {
  display: -ms-grid;
  display: grid;
}

.contact-confirm__contents-box .contact-confirm__contents-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: subgrid;
  grid-template-columns: subgrid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid var(--color-black);
}

.contact-confirm__contents-box .contact-confirm__contents-inner:last-child {
  border-bottom: 1px solid var(--color-black);
}

.contact-confirm__contents-box .contact-confirm__contents-title {
  letter-spacing: 0.05em;
  font-weight: 700;
}

.contact-confirm__contents-box .contact-confirm__contents-contents {
  letter-spacing: 0.05em;
}

.contact-confirm__send-box {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-confirm__send-box .contact-confirm__back-button {
  grid-area: back;
  color: inherit;
}

.contact-confirm__send-box .contact-confirm__back-button: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;
}

.contact-confirm__send-box .contact-confirm__back-button .button-icon {
  scale: -1 1;
}

.contact-confirm__send-box .contact-confirm__send-button {
  grid-area: send;
}

.contact-thanks__box {
  display: -ms-grid;
  display: grid;
  justify-items: center;
}

.contact-thanks__box .contact-thanks__title {
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
}

.contact-thanks__box .contact-thanks__text {
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}

.contact-thanks__box .contact-thanks__back-link .button-icon {
  scale: -1 1;
}

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

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

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

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

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

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

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

  ._dummy {
    width: 78.75vw;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .site-footer {
    height: 2.96875vw;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .contact-send-button {
    width: 17.9166666667vw;
  }

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

  .contact-current-page .contact-current-page__list {
    -webkit-column-gap: 3.3854166667vw;
    -moz-column-gap: 3.3854166667vw;
    column-gap: 3.3854166667vw;
  }

  .contact-current-page .contact-current-page__list > li {
    font-size: 0.9375vw;
    height: 2.8645833333vw;
    width: 7.03125vw;
  }

  .contact-current-page .contact-current-page__list > li:not(:last-of-type)::after {
    width: 3.3854166667vw;
  }

  .contact-contents {
    margin-top: 4.6875vw;
    padding: 0 var(--section-contents-padding-horizon);
  }

  .contact-input__form-box {
    --_title-size: 14.5833333333vw;
    row-gap: 2.6041666667vw;
    -ms-grid-columns: var(--_title-size) 1fr;
    grid-template-columns: var(--_title-size) 1fr;
  }

  .contact-input__form-box .contact-input__form-inner {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    grid-template-areas: "title contents" ". error";
  }

  .contact-input__form-box .contact-input__form-title {
    --_font-size: 0.9375vw;
    --_margin-top: 3.3333333333vw;
    -webkit-column-gap: 0.5208333333vw;
    -moz-column-gap: 0.5208333333vw;
    column-gap: 0.5208333333vw;
    font-size: var(--_font-size);
    margin-top: calc(var(--_margin-top) - var(--_font-size) * 2);
  }

  .contact-input__form-box .contact-input__form-require-tag {
    font-size: 0.7291666667vw;
  }

  .contact-input__form-box .contact-input__form-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .contact-input__form-box .contact-input__form-contents {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .contact-input__form-box .contact-input__form-error {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  .contact-input__form-box .contact-input__error-text {
    font-size: 0.78125vw;
    padding-top: 0.6770833333vw;
  }

  .contact-input__form-box .select-box {
    --_width: 16.875vw;
    --_button-width: 1.6666666667vw;
    height: 3.3333333333vw;
    width: min(100%, var(--_width));
  }

  .contact-input__form-box .select-box__button {
    width: var(--_button-width);
  }

  .contact-input__form-box .select-box__button::after {
    width: 0.3645833333vw;
    height: 0.3125vw;
  }

  .contact-input__form-box select {
    --_padding-left: 0.5208333333vw;
    --_padding-right: 1.1979166667vw;
    font-size: 0.8333333333vw;
    padding: 0 calc(var(--_padding-left) + var(--_button-width)) 0 var(--_padding-right);
  }

  .contact-input__form-box input:where([type=text], [type=email], [type=tel]) {
    --_padding-inline: 1.1979166667vw;
    font-size: 0.8333333333vw;
    height: 3.3333333333vw;
    padding: 0 var(--_padding-inline);
  }

  .contact-input__form-box textarea {
    --_padding: 1.1979166667vw;
    --_min-height: 11.71875vw;
    font-size: 0.8333333333vw;
    min-height: var(--_min-height);
    min-height: calc(7lh + var(--_padding) * 2);
    padding: var(--_padding);
  }

  .contact-input__agree-box {
    padding-top: 3.3854166667vw;
    margin-top: 3.3854166667vw;
  }

  .contact-input__agree-box .contact-input__agree-title {
    font-size: 1.0416666667vw;
  }

  .contact-input__agree-box .contact-input__agree-text {
    font-size: 0.7291666667vw;
    margin-top: 2.0833333333vw;
  }

  .contact-input__agree-box .contact-input__agree-label {
    font-size: 0.78125vw;
    -webkit-column-gap: 0.7291666667vw;
    -moz-column-gap: 0.7291666667vw;
    column-gap: 0.7291666667vw;
    margin-top: 1.5625vw;
  }

  .contact-input__agree-box .contact-input__agree-label :where(input[type=checkbox]) {
    width: 1.5625vw;
    height: 1.5625vw;
  }

  .contact-input__agree-box .contact-input__agree-label :where(input[type=checkbox]):checked::after {
    --_border-width: 0.2083333333vw;
    width: 0.5208333333vw;
    height: 1.0416666667vw;
    translate: 0vw -0.1041666667vw;
    border-right: var(--_border-width) solid var(--color-orange);
    border-bottom: var(--_border-width) solid var(--color-orange);
  }

  .contact-input__agree-box .contact-input__agree-error {
    margin-top: 0.5208333333vw;
  }

  .contact-input__agree-box .contact-input__error-text {
    font-size: 0.78125vw;
  }

  .contact-input__send-box {
    margin-top: 4.9479166667vw;
  }

  .contact-confirm__description {
    font-size: 1.6666666667vw;
  }

  .contact-confirm__contents-box {
    --_title-size: 16.25vw;
    margin-top: 2.96875vw;
    -ms-grid-columns: var(--_title-size) 1fr;
    grid-template-columns: var(--_title-size) 1fr;
  }

  .contact-confirm__contents-box .contact-confirm__contents-inner {
    min-height: 5.7291666667vw;
    padding: 1.0416666667vw 0.3125vw;
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .contact-confirm__contents-box .contact-confirm__contents-title {
    font-size: 0.9375vw;
    line-height: 1.25vw;
  }

  .contact-confirm__contents-box .contact-confirm__contents-contents {
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
  }

  .contact-confirm__send-box {
    padding: 0vw 0.2604166667vw;
    margin-top: 4.9479166667vw;
    -ms-grid-columns: 1fr auto 1fr;
    grid-template-columns: 1fr auto 1fr;
    grid-template-areas: "back send .";
  }

  .contact-confirm__send-box .contact-confirm__back-button {
    -webkit-column-gap: 0.7291666667vw;
    -moz-column-gap: 0.7291666667vw;
    column-gap: 0.7291666667vw;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  .contact-confirm__send-box .contact-confirm__back-button .button-icon {
    width: 2.0833333333vw;
    height: 1.8229166667vw;
  }

  .contact-confirm__send-box .contact-confirm__back-button .btn-view-more__text {
    font-size: 0.9375vw;
  }

  .contact-confirm__send-box .contact-confirm__back-button {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .contact-confirm__send-box .contact-confirm__send-button {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .contact-thanks__box .contact-thanks__title {
    font-size: 1.6666666667vw;
  }

  .contact-thanks__box .contact-thanks__text {
    font-size: 0.8333333333vw;
    line-height: 1.5625vw;
    margin-top: 3.125vw;
  }

  .contact-thanks__box .contact-thanks__back-link {
    margin-top: 4.1666666667vw;
  }
}

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

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

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

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

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

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

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

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

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

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

  ._dummy {
    width: 100vw;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .site-footer {
    height: 9.6618357488vw;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .contact-send-button {
    width: 60.38647343vw;
  }

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

  .contact-current-page .contact-current-page__list {
    -webkit-column-gap: 7.8502415459vw;
    -moz-column-gap: 7.8502415459vw;
    column-gap: 7.8502415459vw;
  }

  .contact-current-page .contact-current-page__list > li {
    font-size: 3.3816425121vw;
    height: 9.6618357488vw;
    width: 24.154589372vw;
  }

  .contact-current-page .contact-current-page__list > li:not(:last-of-type)::after {
    width: 7.8502415459vw;
  }

  .contact-contents {
    margin-top: 10.8695652174vw;
    padding: 0 var(--section-contents-padding-horizon) var(--section-contents-padding-virtical);
  }

  .contact-input__form-box {
    row-gap: 6.038647343vw;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .contact-input__form-box .contact-input__form-inner {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    grid-template-areas: "title" "contents" "error";
  }

  .contact-input__form-box .contact-input__form-title {
    --_font-size: 3.8647342995vw;
    -webkit-column-gap: 2.1739130435vw;
    -moz-column-gap: 2.1739130435vw;
    column-gap: 2.1739130435vw;
    margin-bottom: 2.4154589372vw;
    font-size: var(--_font-size);
  }

  .contact-input__form-box .contact-input__form-require-tag {
    font-size: 2.8985507246vw;
  }

  .contact-input__form-box .contact-input__form-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .contact-input__form-box .contact-input__form-contents {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .contact-input__form-box .contact-input__form-error {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .contact-input__form-box .contact-input__error-text {
    font-size: 2.8985507246vw;
    padding-top: 2.4154589372vw;
  }

  .contact-input__form-box .select-box {
    --_button-width: 6.038647343vw;
    height: 12.077294686vw;
    width: 100%;
  }

  .contact-input__form-box .select-box__button {
    width: var(--_button-width);
  }

  .contact-input__form-box .select-box__button::after {
    width: 1.690821256vw;
    height: 1.4492753623vw;
  }

  .contact-input__form-box select {
    --_padding-left: 1.2077294686vw;
    --_padding-right: 2.7777777778vw;
    --_font-size: 2.8985507246vw;
    font-size: max(16px, var(--_font-size));
    padding: 0 calc(var(--_padding-left) + var(--_button-width)) 0 var(--_padding-right);
  }

  .contact-input__form-box input:where([type=text], [type=email], [type=tel]) {
    --_padding-inline: 2.7777777778vw;
    --_font-size: 2.8985507246vw;
    height: 12.077294686vw;
    font-size: max(16px, var(--_font-size));
    padding: 0 var(--_padding-inline);
  }

  .contact-input__form-box textarea {
    --_padding: 2.7777777778vw;
    --_min-height: 27.1739130435vw;
    font-size: 2.8985507246vw;
    min-height: var(--_min-height);
    min-height: calc(7lh + var(--_padding) * 2);
    padding: var(--_padding);
  }

  .contact-input__agree-box {
    padding-top: 9.6618357488vw;
    margin-top: 9.6618357488vw;
  }

  .contact-input__agree-box .contact-input__agree-title {
    font-size: 3.8647342995vw;
  }

  .contact-input__agree-box .contact-input__agree-text {
    font-size: 2.4154589372vw;
    margin-top: 6.038647343vw;
  }

  .contact-input__agree-box .contact-input__agree-label {
    font-size: 2.6570048309vw;
    -webkit-column-gap: 2.4154589372vw;
    -moz-column-gap: 2.4154589372vw;
    column-gap: 2.4154589372vw;
    margin-top: 3.6231884058vw;
  }

  .contact-input__agree-box .contact-input__agree-label :where(input[type=checkbox]) {
    width: 5.0724637681vw;
    height: 5.0724637681vw;
  }

  .contact-input__agree-box .contact-input__agree-label :where(input[type=checkbox]):checked::after {
    --_border-width: 0.7246376812vw;
    width: 1.690821256vw;
    height: 3.3816425121vw;
    translate: 0vw -0.4830917874vw;
    border-right: var(--_border-width) solid var(--color-orange);
    border-bottom: var(--_border-width) solid var(--color-orange);
  }

  .contact-input__agree-box .contact-input__agree-error {
    margin-top: 1.9323671498vw;
  }

  .contact-input__agree-box .contact-input__error-text {
    font-size: 2.6570048309vw;
  }

  .contact-input__send-box {
    margin-top: 11.4734299517vw;
  }

  .contact-confirm__description {
    font-size: 4.8309178744vw;
  }

  .contact-confirm__contents-box {
    margin-top: 6.884057971vw;
  }

  .contact-confirm__contents-box .contact-confirm__contents-inner {
    padding: 4.8309178744vw 2.4154589372vw;
    row-gap: 2.4154589372vw;
  }

  .contact-confirm__contents-box .contact-confirm__contents-title {
    font-size: 3.3816425121vw;
    line-height: 1;
  }

  .contact-confirm__contents-box .contact-confirm__contents-contents {
    font-size: 2.8985507246vw;
    line-height: 3.8647342995vw;
  }

  .contact-confirm__send-box {
    gap: 7.2463768116vw;
    margin-top: 11.4734299517vw;
    grid-template-areas: "send" "back";
  }

  .contact-confirm__send-box .contact-confirm__back-button {
    -webkit-column-gap: 2.4154589372vw;
    -moz-column-gap: 2.4154589372vw;
    column-gap: 2.4154589372vw;
  }

  .contact-confirm__send-box .contact-confirm__back-button .button-icon {
    width: 6.7632850242vw;
    height: 5.9178743961vw;
  }

  .contact-confirm__send-box .contact-confirm__back-button .btn-view-more__text {
    font-size: 2.8985507246vw;
  }

  .contact-confirm__send-box .contact-confirm__back-button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .contact-confirm__send-box .contact-confirm__send-button {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .contact-thanks__box .contact-thanks__title {
    font-size: 6.038647343vw;
  }

  .contact-thanks__box .contact-thanks__text {
    font-size: 2.8985507246vw;
    line-height: 5.7971014493vw;
    margin-top: 7.2463768116vw;
  }

  .contact-thanks__box .contact-thanks__back-link {
    margin-top: 9.6618357488vw;
  }
}

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

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

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

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

  ._dummy {
    width: 745.2px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .site-footer {
    height: 72px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .page-title .page-title__text-line img {
    height: 79.2px;
  }

  .page-title .page-title__text-line .page-title__ja {
    font-size: 25.2px;
  }

  .section-title__text > span:nth-child(1) {
    font-size: 21.6px;
    margin-bottom: 27px;
  }

  .section-title__text > span:nth-child(2) {
    font-size: 25.2px;
    margin-bottom: 32.4px;
  }

  .bg-grid {
    background-size: 45px 45px;
  }

  .belt-partition-simple {
    padding: 180px 0px;
    margin: -180px 0px;
  }

  .belt-partition {
    height: 85.0176px;
    padding: 180px 0px;
    margin: -180px 0px;
  }

  .belt-partition::after {
    height: 180px;
  }

  .belt-partition .belt-partition__wrap {
    height: 85.0176px;
  }

  .belt-partition .belt-partition__scroll {
    left: -54px;
  }

  .btn-view-more {
    gap: 19.8px;
  }

  .btn-view-more .btn-view-more__text {
    font-size: 34.2px;
  }

  .btn-view-more .btn-view-more__text:after {
    bottom: -5.4px;
  }

  .btn-view-more .btn-view-more__icon {
    width: 90px;
    height: 77.4px;
  }

  .button-icon {
    width: 90px;
    height: 77.4px;
  }

  .sidebar-lines {
    width: 25.2px;
    left: 5.4px;
  }

  .sidebar-lines > span {
    width: 5.4px;
  }

  .contact-send-button {
    width: 450px;
  }

  .contact-current-page .contact-current-page__list {
    -webkit-column-gap: 58.5px;
    -moz-column-gap: 58.5px;
    column-gap: 58.5px;
  }

  .contact-current-page .contact-current-page__list > li {
    font-size: 25.2px;
    height: 72px;
    width: 180px;
  }

  .contact-current-page .contact-current-page__list > li:not(:last-of-type)::after {
    width: 58.5px;
  }

  .contact-contents {
    margin-top: 81px;
  }

  .contact-input__form-box {
    row-gap: 45px;
  }

  .contact-input__form-box .contact-input__form-title {
    --_font-size: 28.8px;
    -webkit-column-gap: 16.2px;
    -moz-column-gap: 16.2px;
    column-gap: 16.2px;
    margin-bottom: 18px;
  }

  .contact-input__form-box .contact-input__form-require-tag {
    font-size: 21.6px;
  }

  .contact-input__form-box .contact-input__error-text {
    font-size: 21.6px;
    padding-top: 18px;
  }

  .contact-input__form-box .select-box {
    --_button-width: 45px;
    height: 90px;
  }

  .contact-input__form-box .select-box__button::after {
    width: 12.6px;
    height: 10.8px;
  }

  .contact-input__form-box select {
    --_padding-left: 9px;
    --_padding-right: 20.7px;
    --_font-size: 21.6px;
  }

  .contact-input__form-box input:where([type=text], [type=email], [type=tel]) {
    --_padding-inline: 20.7px;
    --_font-size: 21.6px;
    height: 90px;
  }

  .contact-input__form-box textarea {
    --_padding: 20.7px;
    --_min-height: 202.5px;
    font-size: 21.6px;
  }

  .contact-input__agree-box {
    padding-top: 72px;
    margin-top: 72px;
  }

  .contact-input__agree-box .contact-input__agree-title {
    font-size: 28.8px;
  }

  .contact-input__agree-box .contact-input__agree-text {
    font-size: 18px;
    margin-top: 45px;
  }

  .contact-input__agree-box .contact-input__agree-label {
    font-size: 19.8px;
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
    margin-top: 27px;
  }

  .contact-input__agree-box .contact-input__agree-label :where(input[type=checkbox]) {
    width: 37.8px;
    height: 37.8px;
  }

  .contact-input__agree-box .contact-input__agree-label :where(input[type=checkbox]):checked::after {
    --_border-width: 5.4px;
    width: 12.6px;
    height: 25.2px;
    translate: 0px -3.6px;
  }

  .contact-input__agree-box .contact-input__agree-error {
    margin-top: 14.4px;
  }

  .contact-input__agree-box .contact-input__error-text {
    font-size: 19.8px;
  }

  .contact-input__send-box {
    margin-top: 85.5px;
  }

  .contact-confirm__description {
    font-size: 36px;
  }

  .contact-confirm__contents-box {
    margin-top: 51.3px;
  }

  .contact-confirm__contents-box .contact-confirm__contents-inner {
    padding: 36px 18px;
    row-gap: 18px;
  }

  .contact-confirm__contents-box .contact-confirm__contents-title {
    font-size: 25.2px;
  }

  .contact-confirm__contents-box .contact-confirm__contents-contents {
    font-size: 21.6px;
    line-height: 28.8px;
  }

  .contact-confirm__send-box {
    gap: 54px;
    margin-top: 85.5px;
  }

  .contact-confirm__send-box .contact-confirm__back-button {
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
  }

  .contact-confirm__send-box .contact-confirm__back-button .button-icon {
    width: 50.4px;
    height: 44.1px;
  }

  .contact-confirm__send-box .contact-confirm__back-button .btn-view-more__text {
    font-size: 21.6px;
  }

  .contact-thanks__box .contact-thanks__title {
    font-size: 45px;
  }

  .contact-thanks__box .contact-thanks__text {
    font-size: 21.6px;
    line-height: 43.2px;
    margin-top: 54px;
  }

  .contact-thanks__box .contact-thanks__back-link {
    margin-top: 72px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .cookie-admit {
    width: 425px;
    height: 105px;
    bottom: 21px;
    padding: 10px 0px;
  }

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

  .cookie-admit .cookie-admit__btn {
    font-size: 12px;
    padding-bottom: 3px;
  }

  :root {
    --header-height: 120px;
    --header-height-shrink: 83px;
    --sidebar-width: 106px;
    --section-padding-horizon: 66px;
    --section-padding-virtical: 95px;
    --section-title-width: 30px;
    --section-contents-padding-horizon: 81px;
  }

  ._dummy {
    width: 1512px;
  }

  .site-header .site-header__wrap,
  .site-menu .site-header__wrap {
    padding: 0px 25px;
  }

  .site-header .site-header__wrap:after,
  .site-menu .site-header__wrap:after {
    --header-wrap-AFTER: 50px;
  }

  .site-header .site-header__date,
  .site-menu .site-header__date {
    height: 30px;
    left: 25px;
    font-size: 12px;
  }

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

  .site-header .site-header__logo,
  .site-menu .site-header__logo {
    width: 204px;
    height: 24px;
  }

  .site-header .site-header__breadcrumb,
  .site-menu .site-header__breadcrumb {
    bottom: -28px;
    right: 25px;
    gap: 5px;
  }

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

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

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

  .site-menu .site-menu__btn-menu {
    right: 25px;
  }

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

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

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

  .site-menu {
    --menu-list-padding: 50px;
    --menu-footer-height: 67.5px;
    --menu-list-item-height: 190px;
  }

  .site-menu .menu-list::after {
    width: 260px;
  }

  .site-menu .menu-list {
    max-width: 1075px;
    gap: 0px 60px;
  }

  .site-menu .menu-list .menu-list__item {
    width: 260px;
    height: 140px;
    padding: 25px 0px;
  }

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

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

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

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

  .site-menu .contact-wrap .contact-wrap__width {
    max-width: 1075px;
  }

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

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

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

  .site-menu .contact-wrap .contact-wrap__description {
    font-size: 12px;
    width: 230px;
  }

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

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

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

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

  .site-footer {
    height: 57px;
  }

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

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

  .floating-buttons > ul .floating-buttons__button,
  .floating-buttons > ul .floating-buttons__button-simple {
    width: 62px;
  }

  .sidebar-anchor-nav .sidebar-anchor-nav__caption {
    font-size: 16px;
  }

  .sidebar-anchor-nav .sidebar-anchor-nav__nav {
    padding: 30px 0px 80px;
    width: 55px;
    --sidebar-anchor-nav__nav--padding-height: 30px;
  }

  .sidebar-anchor-nav .anchor-list {
    gap: 10px;
  }

  .sidebar-anchor-nav .anchor-list > li > a {
    font-size: 14px;
    padding: 20px 10px;
  }

  .btn-to-pagetop .btn-to-pagetop__link {
    width: 55px;
    height: 100px;
  }

  .btn-to-pagetop .btn-to-pagetop__img {
    width: 13px;
    height: 41px;
  }

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

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

  .page-title .page-title__text-line .page-title__ja {
    font-size: 18px;
  }

  .section-title__text > span:nth-child(1) {
    font-size: 14px;
    margin-bottom: 22px;
  }

  .section-title__text > span:nth-child(2) {
    font-size: 18px;
    margin-bottom: 22px;
  }

  .bg-grid {
    background-size: 35px 35px;
  }

  .belt-partition-simple {
    padding: 200px 0px;
    margin: -200px 0px;
  }

  .belt-partition {
    height: 64px;
    padding: 180px 0px;
    margin: -200px 0px;
  }

  .belt-partition::after {
    height: 100px;
  }

  .belt-partition .belt-partition__wrap {
    height: 64px;
  }

  .belt-partition .belt-partition__scroll {
    left: -30px;
  }

  .btn-view-more {
    gap: 22px;
  }

  .btn-view-more .btn-view-more__text {
    font-size: 26px;
  }

  .btn-view-more .btn-view-more__text:after {
    bottom: -4px;
  }

  .btn-view-more .btn-view-more__icon {
    width: 64px;
    height: 55px;
  }

  .button-icon {
    width: 64px;
    height: 55px;
  }

  .sidebar-lines {
    width: 50px;
    left: 55px;
  }

  .sidebar-lines > span {
    width: 10px;
  }

  .contact-send-button {
    width: 344px;
  }

  .section-contact {
    --section-contact--padding-bottom: 130px;
  }

  .contact-current-page .contact-current-page__list {
    -webkit-column-gap: 65px;
    -moz-column-gap: 65px;
    column-gap: 65px;
  }

  .contact-current-page .contact-current-page__list > li {
    font-size: 18px;
    height: 55px;
    width: 135px;
  }

  .contact-current-page .contact-current-page__list > li:not(:last-of-type)::after {
    width: 65px;
  }

  .contact-contents {
    margin-top: 90px;
  }

  .contact-input__form-box {
    --_title-size: 280px;
    row-gap: 50px;
  }

  .contact-input__form-box .contact-input__form-title {
    --_font-size: 18px;
    --_margin-top: 64px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .contact-input__form-box .contact-input__form-require-tag {
    font-size: 14px;
  }

  .contact-input__form-box .contact-input__error-text {
    font-size: 15px;
    padding-top: 13px;
  }

  .contact-input__form-box .select-box {
    --_width: 324px;
    --_button-width: 32px;
    height: 64px;
  }

  .contact-input__form-box .select-box__button::after {
    width: 7px;
    height: 6px;
  }

  .contact-input__form-box select {
    --_padding-left: 10px;
    --_padding-right: 23px;
    font-size: 16px;
  }

  .contact-input__form-box input:where([type=text], [type=email], [type=tel]) {
    --_padding-inline: 23px;
    font-size: 16px;
    height: 64px;
  }

  .contact-input__form-box textarea {
    --_padding: 23px;
    --_min-height: 225px;
    font-size: 16px;
  }

  .contact-input__agree-box {
    padding-top: 65px;
    margin-top: 65px;
  }

  .contact-input__agree-box .contact-input__agree-title {
    font-size: 20px;
  }

  .contact-input__agree-box .contact-input__agree-text {
    font-size: 14px;
    margin-top: 40px;
  }

  .contact-input__agree-box .contact-input__agree-label {
    font-size: 15px;
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
    margin-top: 30px;
  }

  .contact-input__agree-box .contact-input__agree-label :where(input[type=checkbox]) {
    width: 30px;
    height: 30px;
  }

  .contact-input__agree-box .contact-input__agree-label :where(input[type=checkbox]):checked::after {
    --_border-width: 4px;
    width: 10px;
    height: 20px;
    translate: 0px -2px;
  }

  .contact-input__agree-box .contact-input__agree-error {
    margin-top: 10px;
  }

  .contact-input__agree-box .contact-input__error-text {
    font-size: 15px;
  }

  .contact-input__send-box {
    margin-top: 95px;
  }

  .contact-confirm__description {
    font-size: 32px;
  }

  .contact-confirm__contents-box {
    --_title-size: 312px;
    margin-top: 57px;
  }

  .contact-confirm__contents-box .contact-confirm__contents-inner {
    min-height: 110px;
    padding: 20px 6px;
  }

  .contact-confirm__contents-box .contact-confirm__contents-title {
    font-size: 18px;
    line-height: 24px;
  }

  .contact-confirm__contents-box .contact-confirm__contents-contents {
    font-size: 16px;
    line-height: 24px;
  }

  .contact-confirm__send-box {
    padding: 0px 5px;
    margin-top: 95px;
  }

  .contact-confirm__send-box .contact-confirm__back-button {
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
  }

  .contact-confirm__send-box .contact-confirm__back-button .button-icon {
    width: 40px;
    height: 35px;
  }

  .contact-confirm__send-box .contact-confirm__back-button .btn-view-more__text {
    font-size: 18px;
  }

  .contact-thanks__box .contact-thanks__title {
    font-size: 32px;
  }

  .contact-thanks__box .contact-thanks__text {
    font-size: 16px;
    line-height: 30px;
    margin-top: 60px;
  }

  .contact-thanks__box .contact-thanks__back-link {
    margin-top: 80px;
  }
}

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

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

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

@media screen and (min-width: 1024px) and (max-width: 1919px) and (min-width: 1512px) {
  .page-title .page-title__text-line img {
    height: 105px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1919px) and (max-width: 1058.4px) {
  .page-title .page-title__text-line img {
    height: 73.5px;
  }
}