*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px; /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  line-height: 1.7;
  font-size: 0.875rem;
  color: #342b28;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
body.overflow {
  position: fixed;
  left: 0;
  width: 100%;
  overflow-y: scroll;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.u_d_none {
  display: none !important;
}

.u_d_inline {
  display: inline !important;
}

.u_d_inline_block {
  display: inline-block !important;
}

.u_d_block {
  display: block !important;
}

.u_d_flex {
  display: flex !important;
}
.u_fw_300 {
  font-weight: 300 !important;
}

.u_fw_400 {
  font-weight: 400 !important;
}

.u_fw_500 {
  font-weight: 500 !important;
}

.u_fw_600 {
  font-weight: 600 !important;
}

.u_fw_700 {
  font-weight: 700 !important;
}

.u_fw_800 {
  font-weight: 800 !important;
}

.u_fw_900 {
  font-weight: 900 !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: transparent;
  height: auto;
  min-height: 50px;
  transition: all 0.5s;
}
.header.scrolled, .header.opennav {
  padding: 0 !important;
}
.header__main {
  position: relative;
  z-index: 11;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 25px;
}
.header__logo {
  flex-shrink: 0;
  width: 244px;
}

.footer {
  position: relative;
  padding: 67px 0 130px;
  background-color: #fbf9f6;
}
.footer__logo {
  width: 162px;
  margin: 0 auto 40px;
}
.footer__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}
.footer__menu_item {
  position: relative;
  display: inline-block;
  margin-bottom: 6px;
  padding: 0 14px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.footer__menu_item:last-child {
  margin-bottom: 0;
}
.footer__info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 33px;
  color: #707070;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: 0.75rem;
}
.footer__copy {
  font-size: 0.625rem;
  font-family: "EB Garamond", serif;
  text-align: center;
  letter-spacing: 0.05em;
}

.hamburger {
  position: relative;
  top: 0;
  display: block;
  width: 42px;
  height: 33px;
}
.hamburger::before, .hamburger::after,
.hamburger span::before,
.hamburger span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 10px;
  transition: all 0.5s;
}
.header_top .hamburger::before, .header_top .hamburger::after,
.header_top .hamburger span::before,
.header_top .hamburger span::after {
  background-color: #fff;
}
.header_top.scrolled .hamburger::before, .header_top.opennav .hamburger::before, .header_top.scrolled .hamburger::after, .header_top.opennav .hamburger::after,
.header_top.scrolled .hamburger span::before,
.header_top.opennav .hamburger span::before,
.header_top.scrolled .hamburger span::after,
.header_top.opennav .hamburger span::after {
  background-color: #342b28;
}
.hamburger::before {
  top: 7px;
  left: 0;
}
.hamburger::after {
  bottom: 7px;
  right: 0;
  width: 35px;
}
.hamburger span::before,
.hamburger span::after {
  left: 50%;
  transform: translate(-50%, -50%);
  top: calc(50% - 1px);
  opacity: 0;
}
.hamburger.active::before, .hamburger.active::after {
  opacity: 0;
}
.hamburger.active span::before, .hamburger.active span::after {
  opacity: 1;
}
.hamburger.active span::before {
  transform: translate(-50%, calc(50% - 1px)) rotate(35deg);
}
.hamburger.active span::after {
  transform: translate(-50%, calc(50% - 1px)) rotate(-35deg);
}

[data-delay="0.1s"] {
  transition-delay: 0.1s;
}

[data-delay="0.2s"] {
  transition-delay: 0.2s;
}

[data-delay="0.3s"] {
  transition-delay: 0.3s;
}

[data-delay="0.4s"] {
  transition-delay: 0.4s;
}

[data-delay="0.5s"] {
  transition-delay: 0.5s;
}

[data-delay="0.6s"] {
  transition-delay: 0.6s;
}

[data-delay="0.7s"] {
  transition-delay: 0.7s;
}

[data-delay="0.8s"] {
  transition-delay: 0.8s;
}

[data-delay="0.9s"] {
  transition-delay: 0.9s;
}

[data-delay="1s"] {
  transition-delay: 1s;
}

[data-delay="1.1s"] {
  transition-delay: 1.1s;
}

[data-delay="1.2s"] {
  transition-delay: 1.2s;
}

[data-delay="1.3s"] {
  transition-delay: 1.3s;
}

[data-delay="1.4s"] {
  transition-delay: 1.4s;
}

[data-delay="1.5s"] {
  transition-delay: 1.5s;
}

[data-delay="1.6s"] {
  transition-delay: 1.6s;
}

[data-delay="1.7s"] {
  transition-delay: 1.7s;
}

[data-delay="1.8s"] {
  transition-delay: 1.8s;
}

[data-delay="1.9s"] {
  transition-delay: 1.9s;
}

[data-delay="2s"] {
  transition-delay: 2s;
}

[data-delay="2.1s"] {
  transition-delay: 2.1s;
}

[data-delay="2.2s"] {
  transition-delay: 2.2s;
}

[data-delay="2.3s"] {
  transition-delay: 2.3s;
}

[data-delay="2.4s"] {
  transition-delay: 2.4s;
}

[data-delay="2.5s"] {
  transition-delay: 2.5s;
}

[data-delay="2.6s"] {
  transition-delay: 2.6s;
}

[data-delay="2.7s"] {
  transition-delay: 2.7s;
}

[data-delay="2.8s"] {
  transition-delay: 2.8s;
}

[data-delay="2.9s"] {
  transition-delay: 2.9s;
}

[data-delay="3s"] {
  transition-delay: 3s;
}

[data-delay="3.1s"] {
  transition-delay: 3.1s;
}

[data-delay="3.2s"] {
  transition-delay: 3.2s;
}

[data-delay="3.3s"] {
  transition-delay: 3.3s;
}

[data-delay="3.4s"] {
  transition-delay: 3.4s;
}

[data-delay="3.5s"] {
  transition-delay: 3.5s;
}

.js_inview[data-interaction="1s"] {
  transition-duration: 1s;
}

.js_inview[data-interaction="1.5s"] {
  transition-duration: 1.5s;
}

.js_inview[data-interaction="2s"] {
  transition-duration: 2s;
}

.js_inview {
  opacity: 0;
  transition-property: opacity, transform;
  transition-timing-function: ease-out;
  transition-duration: 1s;
}

.fadeup {
  transform: translate3d(0, 50px, 0);
}

.fadedown {
  transform: translate3d(0, -50px, 0);
}

.faderight {
  transform: translate3d(100%, 0, 0);
}

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

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

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

.is_show.js_inview {
  opacity: 1;
  transform: none !important;
}

html.is_loading #loading {
  opacity: 1;
  pointer-events: all;
}

html.is_loading body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

#loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background-color: #1f78bc;
  opacity: 0;
  transition: opacity 500ms linear 2000ms;
}

.loading {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  animation: spin 2.75s infinite linear;
}
.loading__dot {
  position: absolute;
  height: 100%;
  width: 30%;
}
.loading__dot::after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  padding-bottom: 100%;
  background-color: white;
  border-radius: 50%;
}
.loading__dot:nth-child(1) {
  bottom: 5%;
  left: 0;
  transform: rotate(60deg);
  transform-origin: 50% 85%;
}
.loading__dot:nth-child(1)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite ease-in-out;
  animation-delay: -0.33s;
}
.loading__dot:nth-child(2) {
  bottom: 5%;
  right: 0;
  transform: rotate(-60deg);
  transform-origin: 50% 85%;
}
.loading__dot:nth-child(2)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite -0.165s ease-in-out;
}
.loading__dot:nth-child(3) {
  bottom: -5%;
  left: 0;
  transform: translateX(116.666%);
}
.loading__dot:nth-child(3)::after {
  top: 0;
  left: 0;
  animation: wobble2 1.1s infinite ease-in-out;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wobble1 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-66%) scale(0.65);
    opacity: 0.8;
  }
}
@keyframes wobble2 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(66%) scale(0.65);
    opacity: 0.8;
  }
}
.nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  padding: 94px 0 80px;
  background-color: #fff;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
}
.opennav .nav {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
.nav::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../image/common/bg_nav.webp) no-repeat top center/cover;
  opacity: 0.25;
  pointer-events: none;
}
.nav__inner {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 25px;
}
.nav__side {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 15px;
  gap: 0 clamp(0.9375rem, 20vw + -3.75rem, 1.25rem);
}
.nav__side_item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 54px;
  padding-left: 20px;
  border-bottom: 1px solid #342b28;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.nav__side_item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../image/common/icon_arrow.svg) no-repeat center/contain;
}
.nav__side_item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #000;
  width: 18px;
  height: 18px;
}
.nav__side_item.icon_door::before {
  -webkit-mask: url(../image/common/icon_room.svg) no-repeat center/contain;
  mask: url(../image/common/icon_room.svg) no-repeat center/contain;
}
.nav__side_item.icon_speaker {
  padding-left: 32px;
}
.nav__side_item.icon_speaker::before {
  -webkit-mask: url(../image/common/icon_speaker.svg) no-repeat center/contain;
  mask: url(../image/common/icon_speaker.svg) no-repeat center/contain;
}
.nav__side_item.icon_doc {
  letter-spacing: -0.005em;
}
.nav__side_item.icon_doc::before {
  -webkit-mask: url(../image/common/icon_doc.svg) no-repeat center/contain;
  mask: url(../image/common/icon_doc.svg) no-repeat center/contain;
}
.nav__side_item.icon_home {
  padding-left: 27px;
}
.nav__side_item.icon_home::before {
  -webkit-mask: url(../image/common/icon_house.svg) no-repeat center/contain;
  mask: url(../image/common/icon_house.svg) no-repeat center/contain;
}
.nav__social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 58px;
}
.nav__social_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  opacity: 1;
  transition: all 0.5s;
}
.nav__social_item:hover {
  opacity: 0.7;
}
.nav__right {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 60px;
}
.nav__item {
  line-height: 1.2;
}
.nav__item:not(:last-child) {
  margin-bottom: 28px;
}
.nav__item.privacy .nav__link {
  font-size: 0.75rem;
  font-weight: 500;
  color: #707070;
  letter-spacing: 0.05em;
}
.nav__link {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.nav__link_en {
  font-family: "EB Garamond", serif;
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.nav__link_jp {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.nav__sub {
  margin-top: 10px;
  padding-left: 10px;
}
.nav__sub_item {
  position: relative;
  padding-left: 14px;
  line-height: 1.2;
}
.nav__sub_item:not(:last-child) {
  margin-bottom: 4px;
}
.nav__sub_item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 1px;
  background-color: #342b28;
}
.nav__sub_link {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.c_btn {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px 14px 9px;
  border-bottom: 1px solid #c6c6c6;
  color: #342b28;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.c_btn::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 25px;
  height: 1px;
  background-color: #000;
}
.c_btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  width: 24px;
  height: 24px;
  background-color: #000;
  mask: url(../image/common/icon_arrow.svg) no-repeat center/contain;
  -webkit-mask: url(../image/common/icon_arrow.svg) no-repeat center/contain;
  transition: all 0.5s;
}
.c_btn.border {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 14px 40px 14px 20px;
  background-color: #695f52;
  border: 1px solid #695f52;
  max-width: 275px;
  color: #fff;
}
.c_btn.border::before {
  display: none;
}
.c_btn.border::after {
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}

.c_heading {
  display: flex;
  flex-direction: column;
}
.c_heading__en {
  color: #695f52;
  font-family: "EB Garamond", serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.c_heading__jp {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.fadeInUp {
  opacity: 0;
  transition-property: all;
  transition-duration: 1.5s;
  transform: translate(0, 50px) rotate(0.0001deg);
}
.fadeInUp.animated {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
}

.pc {
  display: none;
}
body > footer {
  padding-bottom: 130px;
}

.qs_back_to_top {
  bottom: 72px !important;
}

.slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.slick-dots li {
  width: 30px;
  height: 2px;
  background-color: #c6c6c6;
  line-height: 1;
  cursor: pointer;
}
.slick-dots li.slick-active {
  background-color: #695f52;
}
.slick-dots li button {
  display: none;
}

.sidebar {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
}

.sidebar_menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background-color: #fff;
}
.sidebar_menu__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 70px;
  padding: 5px 2px;
  background-color: #194b8b;
  color: #fff;
  font-size: 0.875rem;
  font-size: clamp(0.75rem, 2.8571428571vw + 0.1785714286rem, 0.875rem);
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.sidebar_menu__item::before {
  content: "";
  display: inline-block;
  margin-bottom: 6px;
  background-color: #fff;
}
.sidebar_menu__item.icon_door::before {
  width: 22px;
  height: 22px;
  -webkit-mask: url(../image/common/icon_room.svg) no-repeat center/contain;
  mask: url(../image/common/icon_room.svg) no-repeat center/contain;
}
.sidebar_menu__item.icon_doc {
  letter-spacing: -0.05em;
}
.sidebar_menu__item.icon_doc::before {
  width: 20px;
  height: 20px;
  -webkit-mask: url(../image/common/icon_doc.svg) no-repeat center/contain;
  mask: url(../image/common/icon_doc.svg) no-repeat center/contain;
}
.sidebar_menu__item.icon_home::before {
  width: 20px;
  height: 20px;
  -webkit-mask: url(../image/common/icon_house.svg) no-repeat center/contain;
  mask: url(../image/common/icon_house.svg) no-repeat center/contain;
}

.sidebar_social {
  display: none;
}
.sidebar_social__item {
  display: inline-block;
  line-height: 1;
  width: 20px;
}

.container {
  width: 100%;
  padding: 0 25px;
}

@media screen and (min-width: 375px) {
  .u_d_xs_none {
    display: none !important;
  }
  .u_d_xs_inline {
    display: inline !important;
  }
  .u_d_xs_inline_block {
    display: inline-block !important;
  }
  .u_d_xs_block {
    display: block !important;
  }
  .u_d_xs_flex {
    display: flex !important;
  }
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1rem;
  }
  .u_d_md_none {
    display: none !important;
  }
  .u_d_md_inline {
    display: inline !important;
  }
  .u_d_md_inline_block {
    display: inline-block !important;
  }
  .u_d_md_block {
    display: block !important;
  }
  .u_d_md_flex {
    display: flex !important;
  }
  .header {
    padding: 21px 0;
  }
  .header.scrolled, .header.opennav {
    padding: 21px 0 !important;
  }
  .header__logo {
    width: 317px;
    transition: all 0.5s;
  }
  .header__logo:hover {
    opacity: 0.7;
  }
  .footer {
    padding: 38px 0 11px;
  }
  .footer__logo {
    margin-bottom: 40px;
    transition: all 0.5s;
  }
  .footer__logo:hover {
    opacity: 0.7;
  }
  .footer__menu {
    flex-direction: row;
    margin-bottom: 19px;
  }
  .footer__menu_item {
    margin-bottom: 0;
    border-left: 1px solid #342b28;
    transition: all 0.5s;
  }
  .footer__menu_item:hover {
    opacity: 0.7;
  }
  .footer__menu_item:last-child {
    border-right: 1px solid #342b28;
  }
  .footer__info {
    flex-direction: row;
    gap: 25px;
    margin-bottom: 45px;
  }
  .footer__copy {
    font-size: 0.75rem;
  }
  .hamburger {
    top: 0;
    width: 55px;
    height: 33px;
    cursor: pointer;
  }
  .hamburger.active::before, .hamburger.active::after,
  .hamburger.active span::before,
  .hamburger.active span::after {
    background-color: #342b28;
  }
  .nav {
    display: flex;
    justify-content: center;
    padding: 24vh 0 70px;
  }
  .nav__main {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
  .nav__side {
    gap: 0 20px;
    display: block;
    width: clamp(13.125rem, 29.4605809129vw + -1.0160788382rem, 22rem);
    margin-top: 4px;
  }
  .nav__side_item {
    min-height: clamp(3.75rem, 2.9045643154vw + 2.3558091286rem, 4.625rem);
    padding-left: 40px;
    font-size: clamp(0.75rem, 0.8298755187vw + 0.351659751rem, 1rem);
    transition: all 0.5s;
  }
  .nav__side_item:hover {
    opacity: 0.7;
  }
  .nav__side_item::after {
    right: 10px;
    width: 24px;
    height: 24px;
  }
  .nav__side_item::before {
    left: 10px;
    width: 24px;
    height: 24px;
  }
  .nav__side_item.icon_speaker {
    padding-left: 40px;
  }
  .nav__side_item.icon_doc {
    letter-spacing: 0.05em;
  }
  .nav__side_item.icon_home {
    padding-left: 40px;
  }
  .nav__social {
    justify-content: flex-start;
    margin-top: 45px;
  }
  .nav__right {
    display: flex;
    justify-content: space-between;
    gap: clamp(1.875rem, 14.5228215768vw + -5.0959543568rem, 6.25rem);
    padding-top: clamp(1.5625rem, 1.0373443983vw + 1.0645746888rem, 1.875rem);
    margin-top: 0;
  }
  .nav__item:not(:last-child) {
    margin-bottom: clamp(1.875rem, 3.3195020747vw + 0.2816390041rem, 2.875rem);
  }
  .nav__item.privacy {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .nav__link {
    align-items: center;
    flex-direction: row;
    gap: 7px;
    transition: all 0.5s;
  }
  .nav__link:hover {
    opacity: 0.7;
  }
  .nav__link_en {
    font-size: clamp(1.125rem, 0.4149377593vw + 0.9258298755rem, 1.25rem);
  }
  .nav__link_jp {
    font-size: clamp(0.75rem, 0.4149377593vw + 0.5508298755rem, 0.875rem);
  }
  .nav__sub {
    padding-left: 25px;
  }
  .nav__sub_item {
    padding-left: 16px;
  }
  .nav__sub_item:not(:last-child) {
    margin-bottom: 10px;
  }
  .nav__sub_item::before {
    top: 12px;
    width: 9px;
  }
  .nav__sub_link {
    font-size: clamp(0.75rem, 0.4149377593vw + 0.5508298755rem, 0.875rem);
  }
  .c_btn {
    padding: 0 60px 15px 9px;
    transition: all 0.5s;
  }
  .c_btn:hover {
    opacity: 0.7;
  }
  .c_btn.border {
    max-width: 300px;
    padding: 20px 40px 20px 20px;
  }
  .c_btn.border:hover {
    opacity: 0.8;
  }
  .c_btn.border::after {
    right: 20px;
  }
  .c_heading {
    gap: 7px;
  }
  .c_heading__jp {
    font-size: 2rem;
    line-height: 1.4;
  }
  .sp {
    display: none;
  }
  .pc {
    display: inherit;
  }
  body > footer {
    padding-bottom: 20px;
  }
  .slick-dots li {
    transition: all 0.5s;
  }
  .slick-dots li:hover {
    opacity: 0.7;
  }
  .sidebar {
    top: clamp(5rem, 10.5vw + -2.875rem, 7.625rem);
    bottom: auto;
    width: auto;
  }
  .sidebar_menu {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background-color: transparent;
  }
  .sidebar_menu__item {
    width: 35px;
    padding: 7px 2px;
    font-size: clamp(0.625rem, 1vw + -0.125rem, 0.875rem);
    text-align: left;
    letter-spacing: 0.1em;
    transition: all 0.5s;
  }
  .sidebar_menu__item:hover {
    background-color: #1d57a1;
  }
  .sidebar_menu__item_txt {
    -moz-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
  }
  .sidebar_menu__item.icon_doc {
    letter-spacing: 0.1em;
  }
  .sidebar_social {
    display: flex;
    justify-items: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    width: 35px;
    margin-top: clamp(0.9375rem, 3.9351851852vw + -0.9513888889rem, 2rem);
  }
  .sidebar_social__item {
    transition: all 0.5s;
  }
  .sidebar_social__item:hover {
    opacity: 0.7;
  }
  .container {
    max-width: 1250px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1025px) {
  .u_d_lg_none {
    display: none !important;
  }
  .u_d_lg_inline {
    display: inline !important;
  }
  .u_d_lg_inline_block {
    display: inline-block !important;
  }
  .u_d_lg_block {
    display: block !important;
  }
  .u_d_lg_flex {
    display: flex !important;
  }
}
/*# sourceMappingURL=maps/style.css.map */
