@charset "UTF-8";

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

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

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

ul {
  list-style-type: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#__bs_notify__ {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 0;
  }
}

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

  100% {
    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-title {
  width: 0;
}

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

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

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

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

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

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

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

.bg-notebook {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button-icon {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-guideline-index .section-contents__sample > p {
  letter-spacing: 0.05em;
  text-align: justify;
}

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

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

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

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

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

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

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

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

._guideline_index {
  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;
  width: 100%;
  margin-right: 35px;
}

._guideline_index.--mgn {
  margin-bottom: 55px;
}

._guideline_index .__nav {
  width: 50%;
}

._guideline_index .__nav ul {
  border-bottom: 1px solid #7e7e7e;
}

._guideline_index .__nav ul li a {
  border-top: 1px solid #7e7e7e;
  display: block;
  padding: 25px 65px 25px 12px;
  font-size: 18px;
  letter-spacing: 1.5px;
  position: relative;
}

._guideline_index .__nav ul li a:hover span {
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

._guideline_index .__nav ul li a span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contents-container {
  -webkit-align-self: normal;
  -ms-flex-item-align: normal;
  -ms-grid-row-align: normal;
  align-self: normal;
}

.main-contents.--guideline {
  -webkit-box-align: unset;
  -webkit-align-items: unset;
  -ms-flex-align: unset;
  align-items: unset;
}

._cm_guide_title {
  font-size: 34px;
  font-weight: 700;
  line-height: 0.8;
  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;
  gap: 18px;
  letter-spacing: 2px;
}

._guideline_title h1 {
  font-size: 34px;
  font-weight: 700;
  line-height: 0.8;
  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;
  gap: 18px;
}

._guideline_title p {
  font-size: 14px;
  margin-top: 60px;
  letter-spacing: 1px;
  line-height: 2;
}

._guideline_title ul li {
  font-size: 14px;
  text-indent: -7px;
  line-height: 2;
  margin-left: 7px;
}

._guideline_contents h2 {
  font-size: 26px;
  color: #41768e;
  margin-top: 45px;
  font-weight: 700;
  letter-spacing: 1px;
}

._guideline_contents h3 {
  font-size: 20px;
  margin-top: 25px;
  font-weight: 700;
}

._guideline_contents h3.--mgn {
  margin-top: 45px;
}

._guideline_contents p {
  font-size: 14px;
  line-height: 2;
  margin-top: 25px;
}

._guideline_contents p.--link {
  margin-top: 12px;
}

._guideline_contents p.--caution {
  line-height: 1.3;
  font-size: 11px;
  font-weight: 300;
}

._guideline_contents p.--indent {
  text-indent: -10px;
  margin-left: 10px;
}

._guideline_contents p.--privacy {
  margin-top: 55px;
}

._guideline_contents p a {
  text-decoration: underline;
  color: #41768e;
}

._guideline_contents dl.--num dd {
  margin-left: 22px;
}

._guideline_contents dl dt,
._guideline_contents dl dd {
  font-size: 14px;
  line-height: 2;
}

._guideline_contents dl dd {
  margin-left: 15px;
}

._guideline_contents figure {
  margin-top: 18px;
}

._guideline_contents figure.--map {
  margin-top: 55px;
  overflow-x: auto;
}

._guideline_contents figure.--map img {
  width: 100%;
  height: auto;
}

._guideline_contents figure.--helth {
  text-align: center;
}

._guideline_contents figure.--helth img {
  width: 55%;
  max-width: 767px;
  height: auto;
}

._guideline_contents table {
  border: 1px solid #231F20;
  border-collapse: collapse;
  border-width: 2px;
  padding: 1px;
  width: 80%;
  margin-top: 55px;
}

._guideline_contents table td,
._guideline_contents table th {
  font-size: 14px;
  padding: 18px 35px;
  border: 1px solid #bec3bd;
}

._guideline_contents table th {
  text-align: left;
  border-right: solid 1px #bec3bd;
  outline-offset: 3px;
  position: relative;
  font-weight: 500;
}

._guideline_contents table th.--head {
  background: #dddfd8;
}

._guideline_contents table th.--double:before {
  position: absolute;
  top: 0;
  right: 3px;
  content: "";
  width: 1px;
  height: 100%;
  background: #bec3bd;
}

._guideline_contents table th span {
  border-right: solid 1px #bec3bd;
  display: block;
  margin-right: 3px;
}

._guideline_contents ._column_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  border-bottom: 1px solid #bec3bd;
  padding-bottom: 28px;
  margin-top: 28px;
}

._guideline_contents ._column_block .__image {
  width: 100%;
}

._guideline_contents ._column_block .__image figure {
  margin: 0;
}

._guideline_contents ._column_block .__image figure img {
  width: 100%;
  height: auto;
}

._guideline_contents ._column_block .__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._guideline_contents ._column_block .__text p {
  margin-top: 0;
}

._guideline_contents ._column_block .__text p span {
  font-weight: 700;
}

._guideline_note {
  margin-top: 55px;
}

._guideline_note ._guideline_note_wrap {
  background: #fff;
  border: 1px solid #231F20;
  border-top: none;
  padding: 55px;
}

._guideline_note figure {
  line-height: 0;
}

._guideline_note figure img {
  width: 100%;
  height: auto;
}

._guideline_note h2 {
  font-size: 26px;
  color: #41768e;
  font-weight: 700;
  letter-spacing: 2px;
}

._guideline_note p {
  font-size: 14px;
  line-height: 2;
  margin-top: 35px;
}

._guideline_note p.--right {
  text-align: right;
}

.link-underlined {
  text-decoration: underline;
  color: #41768e;
}

.iso_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5vw;
  max-width: 900px;
  margin: auto;
}

.isoIm3 h3 {
  margin-top: 2.6vw;
}

.txt_r{
  text-align: right;
}

._guideline_note .isoIm3 p {
  margin-top: 25px;
}

.iso_box img {
  border: 1px solid #CCC;
}

.isoIm2 {
  max-width: 234px;
}

.isoIm3 {
  max-width: 380px;
}

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

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

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

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

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

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

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

  ._dummy {
    width: 78.75vw;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .site-footer {
    height: 2.96875vw;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .section-guideline-index {
    padding: 0 var(--section-padding-horizon) 130px;
  }

  .section-guideline-index .section-contents__title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 70px;
  }

  .section-guideline-index .section-contents__sample > p {
    font-size: 14px;
    line-height: 2.0714285714;
  }

  .section-guideline {
    padding: 85px var(--section-padding-horizon) 130px;
  }

  .section-guideline .section-contents {
    width: calc(100% - var(--section-title-width) * 4);
    padding: 27px 0 20px;
  }

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

  .section-sample-list .section-contents {
    padding: 40px 0 18px;
    width: calc(100% - var(--section-contents-padding-horizon));
  }

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

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

  .section-sample-list .list-data .list-data__text {
    font-size: 16px;
    padding-top: 28px;
  }

  ._guideline_contents ._column_block .__image {
    max-width: 275px;
  }
}

@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: 9.0579710145vw;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .section-guideline-index .section-contents__title {
    font-size: 4.1062801932vw;
    margin-bottom: 6.038647343vw;
    font-weight: 700;
    line-height: 1.8;
  }

  .section-guideline-index .section-contents__sample > p {
    font-size: 2.8985507246vw;
    line-height: 1.8;
  }

  .section-guideline {
    padding: 8vw var(--section-padding-horizon) var(--section-padding-virtical);
  }

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

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

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

  .section-sample-list .sample-list {
    gap: 7.2463768116vw 4.8309178744vw;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-sample-list .list-data {
    width: 37.4396135266vw;
  }

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

  ._guideline_index {
    margin-right: 0;
  }

  ._guideline_index {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3vw;
  }

  ._guideline_index .__nav {
    width: 100%;
    margin-top: 3vw;
  }

  ._guideline_index .__nav ul li a {
    font-size: 3vw;
    padding: 4.2vw 8vw 4.2vw 12px;
  }

  ._guideline_index .__nav ul li a span img {
    width: 3vw;
    height: auto;
  }

  ._cm_guide_title {
    font-size: 5.8vw;
    gap: 3vw;
  }

  ._cm_guide_title img {
    width: 1vw;
    height: auto;
  }

  ._guideline_title h1 {
    font-size: 4.5vw;
    gap: 3vw;
  }

  ._guideline_title h1 img {
    width: 1vw;
    height: auto;
  }

  ._guideline_title p {
    margin-top: 3vw;
    font-size: 2.5vw;
  }

  ._guideline_title ul {
    margin-top: 3vw;
  }

  ._guideline_title ul li {
    margin-top: 3vw;
    font-size: 2.5vw;
  }

  ._guideline_contents h2 {
    font-size: 3.4vw;
    margin-top: 6.8vw;
  }

  ._guideline_contents h3.--mgn {
    margin-top: 5.5vw;
  }

  ._guideline_contents h3 {
    margin-top: 2.8vw;
    font-size: 3vw;
  }

  ._guideline_contents p {
    margin-top: 2.6vw;
    font-size: 2.8vw;
  }

  ._guideline_contents p.--caution {
    font-size: 2.4vw;
  }

  ._guideline_contents p {
    font-size: 2.5vw;
  }

  ._guideline_contents dl.--num dd {
    margin-left: 4vw;
  }

  ._guideline_contents dl dt,
  ._guideline_contents dl dd {
    font-size: 2.5vw;
  }

  ._guideline_contents dl dd {
    margin-left: 2.8vw;
  }

  ._guideline_contents figure {
    margin-top: 2.8vw;
  }

  ._guideline_contents table {
    width: 100%;
    margin-top: 4.2vw;
  }

  ._guideline_contents table td,
  ._guideline_contents table th {
    padding: 2vw;
    font-size: 2.8vw;
  }

  ._guideline_contents ._column_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.2px;
    padding-bottom: 4.2vw;
    margin-top: 4.2vw;
  }

  ._guideline_note {
    margin-top: 6vw;
  }

  ._guideline_note ._guideline_note_wrap {
    padding: 7.5vw 5.5vw;
  }

  ._guideline_note h2 {
    font-size: 3.4vw;
  }

  ._guideline_note p {
    font-size: 2.8vw;
  }

  .iso_wrap {
    display: block;
  }

  .isoIm2 {
    max-width: 100%;
  }

  .iso_box {
    margin-top: 6.8vw;
  }

  .isoIm3 h3 {
    margin-top: 5.6vw;
  }

  .txt_r{
    text-align: right;
  }
}

@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: 67.5px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .section-guideline-index .section-contents__title {
    font-size: 30.6px;
    margin-bottom: 45px;
  }

  .section-guideline-index .section-contents__sample > p {
    font-size: 21.6px;
  }

  .section-guideline .section-contents {
    padding-bottom: 36px;
  }

  .section-sample-list .sample-list {
    gap: 54px 36px;
  }

  .section-sample-list .list-data {
    width: 279px;
  }

  .section-sample-list .list-data .list-data__text {
    font-size: 21.6px;
    padding-top: 25.2px;
  }
}

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

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

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

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

  ._dummy {
    width: 1512px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .site-footer {
    height: 57px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .section-sample-list .sample-list {
    gap: 40px;
  }
}

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