@charset "UTF-8";
@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap";
*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}
img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent
}
html {
  font-size: 100%
}
body {
  line-height: 1
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
nav ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none !important
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700
}
del {
  text-decoration: line-through
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}
dfn {
  font-weight: 400;
  font-style: normal
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
input, select {
  vertical-align: middle
}
li {
  list-style: none
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
html {
  overflow-y: scroll;
  font-size: 62.5%;
  padding: 0;
  margin: 0;
  width: 100%
}
body {
  position: relative;
  overflow: clip;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #fff;
  color: #00031a;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  margin: auto;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "kern", "liga", "clig", "calt"
}
#pxBase sup {
  vertical-align: super;
  font-size: .5em
}
#pxBase a:link, #pxBase a:visited, #pxBase a:active, #pxBase a:hover {
  text-decoration: none
}
#pxBase figure {
  position: relative
}
#pxBase img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: middle
}
#pxBase img.object-fit {
  object-fit: cover;
  height: 100%
}
body {
  font-family: YakuHanJP, Inter, Noto Sans JP, sans-serif;
  font-weight: 500
}
.l-header__fixedNav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
  padding: 0 24px;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.l-header__fixedNav figure img {
/*  filter: invert(0%) sepia(0%) saturate(15%) hue-rotate(337deg) brightness(100%) contrast(107%);*/
  vertical-align: middle
}
.l-header__fixedNav figure.is-white img {
/*  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%)*/
}
@media screen and (max-width: 450px) {
  .l-header__fixedNav figure {
    width: 120px
  }
  .l-header__fixedNav figure img {
    width: 100%
  }
}
.l-header__headNav {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-45%);
  width: calc(100% - 280px);
  height: 90px;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px
}
@media screen and (max-width: 1440px) {
  .l-header__headNav {
    gap: 20px
  }
}
@media screen and (max-width: 575px) {
  .l-header__headNav {
    left: 60%
  }
}
.l-header__headNav.is-white .l-header__lang ul li a {
  color: #fff
}
.l-header__headNav.is-white .l-header__nav nav ul li a {
  color: #fff
}
.l-header__lang ul {
  display: flex
}
.l-header__lang ul li {
  display: flex;
  align-items: center
}
.l-header__lang ul li a {
  display: inline-block;
  text-decoration: none;
  color: #00031a;
  font-family: YakuHanJP, Inter, serif;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  border-radius: 9px;
  padding: 0 10px
}
.l-header__lang ul li a.is-active {
  color: #fff;
  background: #212121
}
.l-header__nav nav ul {
  display: flex;
  gap: 10px
}
@media screen and (max-width: 1440px) {
  .l-header__nav nav ul {
    gap: 10px
  }
}
.l-header__nav nav ul li a {
  display: inline-block;
  text-decoration: none;
  color: #00031a
}
@media screen and (max-width: 1280px) {
  .l-header__nav {
    display: none
  }
}
.l-header__menuBtn button {
  font-family: YakuHanJP, Inter, serif;
  font-weight: 500;
  color: #00031a;
  font-size: clamp(14px, 1vw, 16px);
  cursor: pointer;
  line-height: 2
}
.l-header__menuBtn button.is-white {
  color: #fff
}
.l-header__menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #212121;
  z-index: 1001;
  opacity: 0;
  pointer-events: none;
  overscroll-behavior: contain;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none
}
.l-header__menu::-webkit-scrollbar {
  display: none
}
.l-header__menu:after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: calc(100vh + 1px);
  display: flex
}
.l-header__menu.is-active {
  pointer-events: auto;
  animation: maskSlideIn 1s cubic-bezier(.33, 1, .24, 1) forwards
}
@keyframes maskSlideIn {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0)
  }
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0)
  }
}
.l-header__menu.is-close {
  animation: maskSlideOut 1s cubic-bezier(.33, 1, .24, 1) forwards
}
@keyframes maskSlideOut {
  0% {
    opacity: 1;
    clip-path: inset(0 0 0 0)
  }
  to {
    opacity: 1;
    clip-path: inset(0 0 0 100%)
  }
}
.l-header__menu-body {
  overflow-y: auto;
  height: 100vh;
  padding: 200px 35px 80px;
  max-width: 1440px;
  -ms-overflow-style: none;
  scrollbar-width: none
}
.l-header__menu-body::-webkit-scrollbar {
  display: none
}
@media screen and (max-width: 991px) {
  .l-header__menu-body {
    padding-top: 80px
  }
}
.l-header__menu-nav {
  display: grid;
  grid-template-columns: 1fr 234px;
  gap: clamp(40px, 4vw, 60px)
}
@media screen and (max-width: 991px) {
  .l-header__menu-nav {
    grid-template-columns: 1fr
  }
}
.l-header__menu-nav .l-header__lang ul li {
  display: flex;
  align-items: center
}
.l-header__menu-nav .l-header__lang ul li a {
  color: #fff;
  line-height: 17px
}
.l-header__menu-nav .l-header__lang ul li a.is-active {
  border: 1px solid #fff
}
@media screen and (max-width: 991px) {
  .l-header__menu-nav .l-header__lang ul {
    justify-content: center
  }
}
@media screen and (max-width: 575px) {
  .l-header__menu-nav .l-header__lang ul {
    justify-content: flex-start
  }
}
.l-header__menu-nav nav {
  display: flex;
  gap: clamp(60px, 6vw, 120px)
}
@media screen and (max-width: 991px) {
  .l-header__menu-nav nav {
    justify-content: center
  }
}
@media screen and (max-width: 575px) {
  .l-header__menu-nav nav {
    flex-direction: column;    
  }
}
.l-header__menu-nav nav ul {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.l-header__menu-nav nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: clamp(20px, 2vw, 32px)
}
.l-header__menu-nav nav ul li a.is-current {
  position: relative
}
.l-header__menu-nav nav ul li a.is-current:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  left: -16px;
  top: calc(50% - 2px);
  background: #fff
}
.l-header__menu-nav > div {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 4vw, 60px)
}
.l-header__menu-button {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 2vw, 32px)
}
@media screen and (max-width: 991px) {
  .l-header__menu-button {
    flex-direction: row;
    justify-content: center
  }
}
@media screen and (max-width: 575px) {
  .l-header__menu-button {
/*    flex-direction: column;*/
    align-items: flex-start
  }
}
.l-header__menu-contact {
  border-top: 1px solid rgba(255, 255, 255, .3);
  margin-top: clamp(64px, 6vw, 80px);
  padding-top: 30px;
  display: grid;
  grid-template-columns: 1fr 234px;
  gap: clamp(40px, 4vw, 60px);
  color: #fff
}
@media screen and (max-width: 991px) {
  .l-header__menu-contact {
    grid-template-columns: 1fr
  }
}
.l-header__menu-contact p {
  font-size: 14px
}
.l-header__menu-contact .title {
  color: #bdaa9f;
  font-size: 14px
}
.l-header__menu-contact .number {
  font-family: YakuHanJP, Inter, serif;
  color: #fff;
  font-size: 28px;
  line-height: 1.1;
  text-decoration: none;
	word-break: break-all;
}
.l-header__menu-contact .open {
  color: #fff9;
  font-size: 12px;
  margin-bottom: 2px
}
.l-header__menu-contact > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}
@media screen and (max-width: 991px) {
  .l-header__menu-contact > div {
    align-items: center;
    gap: 24px
  }
}
@media screen and (max-width: 575px) {
  .l-header__menu-contact > div {
    align-items: flex-start
  }
}
.l-header__menu-contact > div > div {
  display: flex;
  align-items: flex-end;
  gap: clamp(30px, 3vw, 60px)
}
@media screen and (max-width: 991px) {
  .l-header__menu-contact > div > div {
    width: 500px;
    flex-wrap: wrap;
    justify-content: center
  }
}
@media screen and (max-width: 575px) {
  .l-header__menu-contact > div > div {
    width: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px
  }
}
.l-header__menu-contact > div > div > div {
  display: flex;
  flex-direction: column;
  gap: 8px
}
@media screen and (max-width: 991px) {
  .l-header__menu-contact > div > div > div {
    align-items: center
  }
}
@media screen and (max-width: 575px) {
  .l-header__menu-contact > div > div > div {
    align-items: flex-start
  }
}
.l-header__close {
  position: absolute;
  top: 0;
  right: 0;
  height: 80px;
  display: flex;
  align-items: center;
  padding: 0 24px
}
.l-header__close button {
  font-family: YakuHanJP, Inter, serif;
  font-weight: 500;
  color: #fff;
  font-size: clamp(14px, 1vw, 16px);
  cursor: pointer
}
#bodyOverlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  pointer-events: none;
  transition: all .7s ease;
  opacity: 0;
  background: #000
}
#bodyOverlay.is-menuOpen {
  opacity: .5
}
.l-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #212121
}
.l-footer__inner {
  display: grid;
  grid-template-columns: 1fr minmax(930px, 1fr);
  gap: 60px;
  padding-top: 100px;
}
@media screen and (max-width: 1440px) {
  .l-footer__inner {
    grid-template-columns: 1fr minmax(900px, 1fr)
  }
}
@media screen and (max-width: 1280px) {
  .l-footer__inner {
    grid-template-columns: 1fr
  }
}
.l-footer__inner figure {
  width: 100%;
  max-width: 192px
}
.l-footer__inner figure img {
  width: 100%
}
@media screen and (max-width: 991px) {
  .l-footer__inner-logo {
    display: flex;
    justify-content: center
  }
}
.l-footer__inner-side {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 100px
}
@media screen and (max-width: 1280px) {
  .l-footer__inner-side {
    grid-template-columns: 1fr minmax(700px, 1fr);
    gap: 90px
  }
}
@media screen and (max-width: 991px) {
  .l-footer__inner-side {
    grid-template-columns: 1fr;
    gap: 60px
  }
}
.l-footer__inner-link {
  margin-top: -5px
}
@media screen and (max-width: 991px) {
  .l-footer__inner-link {
    display: flex;
    justify-content: center;
    margin-top: 0
  }
}
.l-footer__inner-link ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 15px;
    font-weight: 400;
}
@media screen and (max-width: 991px) {
  .l-footer__inner-link ul {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
	max-width: 800px;
    justify-content: center
  }
}
@media screen and (max-width: 575px) {
  .l-footer__inner-link ul {
    width: auto;
/*    flex-direction: column*/
  }
}
.l-footer__inner-link ul li a {
  color: #fff;
  font-size: inherit;
  text-decoration: none
}
@media screen and (max-width: 991px) {
  .l-footer__inner-other {
    display: flex;
    flex-direction: column;
    align-items: center
  }
}
.l-footer__inner-button {
  display: flex;
  justify-content: space-between
}
@media screen and (max-width: 991px) {
  .l-footer__inner-button {
    flex-wrap: wrap;
    align-items: center;
    gap: 24px
  }
}
@media screen and (max-width: 767px) {
  .l-footer__inner-button {
    flex-direction: column
  }
}
.l-footer__inner-button > div {
  display: flex;
  align-items: center;
  gap: 4px
}
@media screen and (max-width: 575px) {
  .l-footer__inner-button > div {
    flex-direction: column
  }
}
.l-footer__inner-button .faq {
  height: 50px;
  display: flex;
  align-items: center;
  position: relative;
  pointer-events: none;
  overflow: hidden
}
@media screen and (max-width: 575px) {
  .l-footer__inner-button .faq {
    height: 40px
  }
}
.l-footer__inner-button .faq:hover:after {
  animation: moveactive .5s cubic-bezier(.58, .3, .005, 1) 0s 1
}
.l-footer__inner-button .faq a {
  pointer-events: auto;
  text-decoration: none;
  font-size: 14px;
  width: fit-content;
  overflow: hidden;
  color: transparent;
  text-shadow: 0 1.5em 0 #fff, 0 0 0 #fff
}
.l-footer__inner-button .faq a:hover {
  animation: textroop 1s cubic-bezier(.58, .3, .005, 1) 0s 1
}
@keyframes textroop {
  0% {
    text-shadow: 0 1.5em 0 #fff, 0 0 0 #fff
  }
  50% {
    text-shadow: 0 0 0 #fff, 0 -1.5em 0 #fff
  }
  50.01% {
    text-shadow: 0 1.5em 0 #fff, 0 0 0 #fff
  }
  to {
    transform: translateY(0)
  }
}
@keyframes textroopB {
  0% {
    text-shadow: 0 1.5em 0 #00031A, 0 0 0 #00031A
  }
  50% {
    text-shadow: 0 0 0 #00031A, 0 -1.5em 0 #00031A
  }
  50.01% {
    text-shadow: 0 1.5em 0 #00031A, 0 0 0 #00031A
  }
  to {
    transform: translateY(0)
  }
}
.l-footer__inner-button .faq:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff
}
.l-footer__inner-contact {
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  color: #fff
}
.l-footer__inner-contact p {
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  padding-bottom: 16px
}
@media screen and (max-width: 991px) {
  .l-footer__inner-contact p {
    text-align: center
  }
}
.l-footer__inner-contact .title {
  color: #bdaa9f;
  font-size: 14px
}
.l-footer__inner-contact .number {
    font-family: YakuHanJP, Inter, serif;
    color: #fff;
    font-size: 18px;
    line-height: 1.1;
    text-decoration: none;
    font-weight: 300;
}
.l-footer__inner-contact .open {
  color: #fff9;
  font-size: 12px;
  margin-bottom: 2px
}
@media screen and (max-width: 767px) {
  .l-footer__inner-contact .open {
    width: 100%
  }
}
.l-footer__inner-contact > div {
  display: flex;
  align-items: flex-end;
  gap: clamp(30px, 3vw, 60px);
  margin-top: 16px
}
@media screen and (max-width: 767px) {
  .l-footer__inner-contact > div {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 20px;
    }
}
@media screen and (max-width: 575px) {
  .l-footer__inner-contact > div {
/*    flex-direction: column;*/
    align-items: flex-start
  }
}
.l-footer__inner-contact > div > div {
  display: flex;
  flex-direction: column;
  gap: 8px
}
.l-footer__inner-contact > div > div > div {
  display: flex;
  flex-direction: column;
  gap: 8px
}
.l-footer__bottom {
  width: calc(100% - 48px);
  margin-top: 100px !important;
  padding: clamp(40px, 4vw, 40px) 0;
  border-top: 1px solid rgba(255, 255, 255, .3);
/*
  display: grid;
  grid-template-columns: 1fr minmax(700px, 1fr);
*/
  gap: 40px
}
@media screen and (max-width: 991px) {
  .l-footer__bottom {
    display: flex;
    flex-direction: column-reverse;
    margin-top: clamp(30px, 6vw, 60px) !important;
    padding-bottom: 50px
  }
}
.l-footer__bottom figure {
  width: 100%;
  max-width: 270px
}
.l-footer__bottom figure img {
  width: 100%
}
@media screen and (max-width: 991px) {
  .l-footer__bottom-logo {
    display: flex;
    justify-content: center
  }
}
.l-footer__bottom-link {
  display: flex;
  align-items: center;
  justify-content: flex-end
}
@media screen and (max-width: 991px) {
  .l-footer__bottom-link {
    justify-content: center
  }
}
.l-footer__bottom-link ul {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: clamp(25px, 2.5vw, 50px)
}
@media screen and (max-width: 767px) {
  .l-footer__bottom-link ul {
    grid-template-columns: auto auto
  }
}
@media screen and (max-width: 575px) {
  .l-footer__bottom-link ul {
    grid-template-columns: auto
  }
}
.l-footer__bottom-link ul li:nth-child(1) {
  width: 212px
}
.l-footer__bottom-link ul li:nth-child(2) {
  width: 140px
}
.l-footer__bottom-link ul li:nth-child(3) {
  width: 128px
}
.l-footer__bottom-link ul li:nth-child(4) {
  width: 152px
}
.l-footer__bottom-link ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  position: relative;
  display: flex;
  align-items: center;
  min-width: auto
}
.l-footer__bottom-link ul li a:before {
  content: "";
  height: 1px
}
.l-aside {
  background: #212121;
  border-bottom: 1px solid #DDDDD9
}
.l-aside__inner {
  padding: clamp(50px, 5vw, 100px) 0;
  display: grid;
  grid-template-columns: calc(50% - 20px) calc(50% - 20px);
  gap: 40px
}
@media screen and (max-width: 991px) {
  .l-aside__inner {
    grid-template-columns: 100%;
    gap: 60px
  }
}
.l-aside .c-headding--h2 span.en {
  color: #bdaa9f
}
.l-aside .c-headding--h2 h2 {
  color: #fff
}
.l-container {
  width: calc(100% - 70px);
  max-width: 1440px;
  margin: 0 auto
}
.l-container--wide {
  width: calc(100% - 48px);
  margin: 0 auto
}
@media screen and (max-width: 767px) {
  .l-container--wide, .l-container {
    width: calc(100% - 30px)
  }	
	
}
.l-container--full {
  width: 100%;
  margin: 0 auto
}
.l-container--narrow {
  width: calc(100% - 260px);
  margin: 0 auto
}
@media screen and (max-width: 1440px) {
  .l-container--narrow {
    width: calc(100% - 176px)
  }
}
@media screen and (max-width: 767px) {
  .l-container--narrow {
    width: calc(100% - 30px)
  }
}
.l-container--middle {
  width: calc(100% - 176px);
  margin: 0 auto
}
@media screen and (max-width: 767px) {
  .l-container--middle {
    width: calc(100% - 30px)
  }
}
.c-button, .c-button--white, .c-button--black, .c-button--secondary, .c-button--primary {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  max-width: 160px;
  border-radius: 35px;	
}
.c-button--primary {
  background: #2e3092
}
a.c-button--primary:hover {
    background: #ed1d24;
}
.c-button--secondary {
  background: #ed1d24
}
.c-button--secondary:hover {
  background: #2e3092
}
.c-button--black {
  background: #212121
}
.c-button--white {
  color: #00031a;
  background: #fff
}
.js-btnTextLoop {
  overflow: hidden;
  display: flex
}
.js-btnTextLoop-item {
  flex-shrink: 0;
  white-space: nowrap;
  display: inline-block
}
.js-btnTextLoop-item:nth-child(odd) {
  animation: btnTextLoop 24s -12s infinite linear
}
.js-btnTextLoop-item:nth-child(2n) {
  animation: btnTextLoop2 24s infinite linear
}
@keyframes btnTextLoop {
  0% {
    transform: translate(100%)
  }
  to {
    transform: translate(-100%)
  }
}
@keyframes btnTextLoop2 {
  0% {
    transform: translate(0)
  }
  to {
    transform: translate(-200%)
  }
}
.c-headding--h1 > span.en {
  font-family: YakuHanJP, Inter, serif;
  font-size: clamp(48px, 5vw, 72px);
  color: #00031a;
  line-height: 1.5
}
.c-headding--h1 h1 {
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 500;
  color: #00031a;
  line-height: 1;
  margin-top: 5px
}
.c-headding--h2 > span.en {
  font-family: YakuHanJP, Inter, serif;
  font-size: clamp(12px, 1vw, 14px);
  color: #00031a
}
.c-headding--h2 h2, .c-headding--h2 h3 {
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 500;
  color: #00031a;
  line-height: 1;
  margin-top: 8px
}
@media screen and (max-width: 767px) {
  .c-headding--h2 h2, .c-headding--h2 h3 {
    line-height: 1.5
  }
}
.c-headding--h2.--line {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 3, 26, .1)
}
.c-headding--h2--lead span.en {
  font-family: YakuHanJP, Inter, serif;
  font-size: clamp(12px, 1vw, 14px);
  color: #00031a
}
.c-headding--h2--lead h2 {
  font-size: clamp(24px, 2.5vw, 48px);
  font-weight: 500;
  color: #00031a;
  line-height: 1.8;
  margin-top: 10px
}
.c-headding--h2--lead p {
  font-family: YakuHanJP, Inter, serif;
  font-size: clamp(12px, 1vw, 14px);
  color: #bdaa9f;
  margin-top: clamp(20px, 2vw, 40px)
}
.js-inview span.en, .top-value__list li span.en {
  display: inline-block;
  overflow: hidden
}
.js-inview span.en span, .top-value__list li span.en span {
  display: inline-block;
  transform: translateY(120%);
  transition: 1s transform .3s cubic-bezier(.33, 1, .24, 1)
}
.js-inview h1 span, .js-inview h2 span, .js-inview h3 span, .js-inview .title-en span, .top-value__list li h1 span, .top-value__list li h2 span, .top-value__list li h3 span, .top-value__list li .title-en span {
  display: inline-block;
  overflow: hidden;
  line-height: 1.2
}
.js-inview h1 span span, .js-inview h2 span span, .js-inview h3 span span, .js-inview .title-en span span, .top-value__list li h1 span span, .top-value__list li h2 span span, .top-value__list li h3 span span, .top-value__list li .title-en span span {
  display: inline-block;
  transform: translateY(120%);
  transition: 1s transform .3s cubic-bezier(.33, 1, .24, 1)
}
.js-inview.is-inview span.en span, .js-inview.is-inview h1 span span, .js-inview.is-inview h2 span span, .js-inview.is-inview h3 span span, .js-inview.is-inview .title-en span span, .top-value__list li.is-inview:not(.--item01) span.en span, .top-value__list li.is-inview:not(.--item01) h1 span span, .top-value__list li.is-inview:not(.--item01) h2 span span, .top-value__list li.is-inview:not(.--item01) h3 span span, .top-value__list li.is-inview:not(.--item01) .title-en span span {
  transform: translateY(0)
}
.c-link, .c-link--black, .c-link--white, .c-link--primary {
  text-decoration: none;
  font-family: YakuHanJP, Inter, serif;
  font-size: clamp(14px, 1vw, 16px);
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1;
  width: 100%
}
.c-link--primary {
  color: #bdaa9f
}
.c-link--primary .c-link-line:before {
  background: #bdaa9f
}
.c-link--white {
  color: #fff
}
.c-link--white .c-link-line:before {
  background: #fff
}
.c-link--black {
  color: #00031a
}
.c-link--black .c-link-line:before {
  background: #00031a
}
.c-link .c-link-line, .c-link--primary .c-link-line, .c-link--white .c-link-line, .c-link--black .c-link-line {
  position: relative;
  display: inline-block;
  height: 2px;
  margin-right: 1rem;
  overflow: hidden;
  flex: 1;
  width: auto
}
.c-link .c-link-line:before, .c-link--primary .c-link-line:before, .c-link--white .c-link-line:before, .c-link--black .c-link-line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100% !important;
  height: 2px
}
@media screen and (max-width: 767px) {
  .c-link .c-link-line:before, .c-link--primary .c-link-line:before, .c-link--white .c-link-line:before, .c-link--black .c-link-line:before {
    height: 1px
  }
}
.c-link:hover .c-link-line:before, .c-link--primary:hover .c-link-line:before, .c-link--white:hover .c-link-line:before, .c-link--black:hover .c-link-line:before {
  animation: moveactive .5s cubic-bezier(.58, .3, .005, 1) 0s 1
}
@keyframes moveactive {
  0% {
    transform: translate(0)
  }
  50% {
    transform: translate(100%)
  }
  50.01% {
    transform: translate(-100%)
  }
  to {
    transform: translate(0)
  }
}
.c-link .c-link-wrap, .c-link--primary .c-link-wrap, .c-link--white .c-link-wrap, .c-link--black .c-link-wrap {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  overflow: hidden
}
.c-link .c-link-wrap .c-link-text, .c-link--primary .c-link-wrap .c-link-text, .c-link--white .c-link-wrap .c-link-text, .c-link--black .c-link-wrap .c-link-text {
  display: inline-block;
  transform: translateY(0)
}
.c-link .c-link-wrap .c-link-text:nth-of-type(2), .c-link--primary .c-link-wrap .c-link-text:nth-of-type(2), .c-link--white .c-link-wrap .c-link-text:nth-of-type(2), .c-link--black .c-link-wrap .c-link-text:nth-of-type(2) {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%
}
.c-link:hover .c-link-text, .c-link--primary:hover .c-link-text, .c-link--white:hover .c-link-text, .c-link--black:hover .c-link-text {
  animation: moveText 1s cubic-bezier(.58, .3, .005, 1) 0s 1
}
@keyframes moveText {
  0% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-100%)
  }
  50.01% {
    transform: translateY(0)
  }
  to {
    transform: translateY(0)
  }
}
@media screen and (max-width: 450px) {
  .--spFull {
    width: 100% !important
  }
}
.--jp {
  font-family: YakuHanJP, Inter, Noto Sans JP, sans-serif
}
.c-pankuzu ul {
  display: flex;
  gap: 40px
}
.c-pankuzu ul li a {
  position: relative;
  color: #00031a;
  font-size: 12px;
      text-decoration: none;	
}
.c-pankuzu ul li:nth-child(n+2) a:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  left: -24px;
  top: 55%;
  transform: translateY(-50%);
  background: #00031a
}
.c-switch ul {
  display: flex;
  gap: 8px
}
.c-switch ul li {
  display: flex;
  align-items: center
}
.c-switch ul li a {
  display: inline-block;
  text-decoration: none;
  color: #00031a;
  font-size: 14px;
  width: 120px;
  height: 25px;
  line-height: 23px;
  border-radius: 13px;
  padding: 0 10px;
  text-align: center
}
.c-switch ul li a.is-active {
  color: #fff;
  background: #212121
}
.c-switch--button ul {
  display: flex;
  gap: 8px
}
.c-switch--button ul li {
  display: flex;
  align-items: center
}
.c-switch--button ul li span {
  display: inline-block;
  text-decoration: none;
  color: #00031a;
  font-size: 14px;
  width: 120px;
  height: 25px;
  line-height: 23px;
  border-radius: 13px;
  padding: 0 10px;
  text-align: center;
  cursor: pointer;
  background: #fff
}
.c-switch--button ul li span.is-active, .c-switch--button ul li span:hover {
  color: #fff;
  background: #212121
}
.c-swiper-button-wrap, .c-swiper-button-wrap--white, .c-swiper-button-wrap--black {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 234px
}
@media screen and (max-width: 450px) {
  .c-swiper-button-wrap, .c-swiper-button-wrap--white, .c-swiper-button-wrap--black {
    width: auto
  }
}
.c-swiper-button-wrap--black .swiper-button-next, .c-swiper-button-wrap--black .swiper-button-prev {
  color: #00031a
}
.c-swiper-button-wrap--black .swiper-button-toggle:before {
  background-color: #00031a
}
.c-swiper-button-wrap--white .swiper-button-next, .c-swiper-button-wrap--white .swiper-button-prev {
  color: #fff
}
.c-swiper-button-wrap--white .swiper-button-toggle:before {
  background-color: #fff
}
.swiper-button-toggle {
  position: relative;
  width: 20px;
  height: 20px
}
.swiper-button-toggle:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  -webkit-mask-image: url(../../images/pause.svg);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-image: url(../../images/pause.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #bdaa9f
}
.swiper-button-toggle.paused:before {
  -webkit-mask-image: url(../../images/play.svg);
  mask-image: url(../../images/play.svg)
}
.swiper-button-next, .swiper-button-prev {
  position: relative;
  padding: 0 16px;
  width: fit-content;
  height: 100%;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0;
  color: #bdaa9f;
  font-size: clamp(14px, 1vw, 16px);
  font-family: YakuHanJP, Inter, serif;
  font-weight: 500
}
.swiper-button-next:after, .swiper-button-prev:after {
  position: absolute;
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 700
}
.swiper-button-prev:after {
  left: 0
}
.swiper-button-next:after {
  right: 0
}
.swiper-pagination {
  display: none !important
}
.c-cvButton {
  position: fixed;
  bottom: 30px;
  right: 0;
  padding: 0 20px;
  display: grid;
  grid-template-columns: auto auto;
  gap: 16px;
  width: 45%;
  max-width: 484px;
  z-index: 1000;
  animation: fadeIn 1s;
  pointer-events: all
}
.c-cvButton a {
  width: 100%
}
@media screen and (max-width: 767px) {
  .c-cvButton {
    width: 100%;
    max-width: none;
    min-width: none
  }
}
.c-cvButton.is-hide {
  animation: fadeOut .3s;
  animation-fill-mode: both;
  pointer-events: none
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
.ed-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000000e6;
  display: flex;
  z-index: 9999;
  animation: fadeIn2 1s ease 0s 1 normal
}
div#modalOverlay {
  width: 100%;
  height: 100%;
  display: flex;
  cursor: pointer;
  position: relative;
  overscroll-behavior: contain;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none
}
div#modalOverlay::-webkit-scrollbar {
  display: none
}
div#modalOverlay:before, div#modalOverlay:after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: calc(100vh + 1px);
  display: flex
}
.ed-closeModal {
  position: absolute;
  top: -35px;
  right: 24px;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  opacity: .5
}
.ed-closeModal:before, .ed-closeModal:after {
  content: "";
  width: 24px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  transform-origin: top left
}
.ed-closeModal:before {
  left: 0
}
.ed-closeModal:after {
  right: 0;
  transform: rotate(-45deg);
  transform-origin: top right
}
.modalContent {
  width: 100%;
  max-width: 800px;
  margin: auto;
  position: relative
}
.video {
    width: calc(100% - 48px);
    position: relative;
    margin: 0 auto;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    filter: drop-shadow(0px 2px 5px #313131);
    animation: fadeIn 1.2s ease 0s 1 normal;
    border-radius: 25px;
}
.video iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px)
  }
  to {
    opacity: 1
  }
}
@keyframes fadeIn2 {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
.fade-out {
  animation: fadeOut .5s forwards
}
@keyframes fadeOut {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
.modal-overlay {
  align-items: center;
  background: #0009;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  overscroll-behavior: contain;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none
}
.modal-overlay::-webkit-scrollbar {
  display: none
}
.modal-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: calc(100vh + 1px);
  display: flex
}
.modal-container {
  background-color: #fff;
  max-height: 80vh;
  max-width: 600px;
  overflow-y: auto;
  padding: 30px;
  width: calc(100% - 70px)
}
@media screen and (max-width: 767px) {
  .modal-container {
    width: calc(100% - 48px);
    padding: 30px 24px
  }
}
.modal-header {
  align-items: center;
  display: flex;
  justify-content: space-between
}
.modal-header h3 {
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 500
}
.modal-close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: clamp(-16px, -1.5vw, -24px);
  right: clamp(-14px, -1.4vw, -22px);
  cursor: pointer
}
.modal-close:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  -webkit-mask-image: url(../images/close.svg);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-image: url(../images/close.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #00031a
}
.modal-content {
  line-height: 1.5;
  margin-bottom: 1rem;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 16px
}
.modal-content p {
  color: #00031a99;
  font-size: clamp(16px, 1vw, 18px)
}
.modal-content figure {
  text-align: center
}
.modal-content figure img {
  width: auto !important
}
.modal-content figure figcaption {
  font-size: 12px;
  margin-top: 8px;
  text-align: right;
  color: #00031a99
}
.modal-open {
  display: block
}
@keyframes mmfadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes mmfadeOut {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
@keyframes mmslideIn {
  0% {
    transform: translateY(15%)
  }
  to {
    transform: translateY(0)
  }
}
@keyframes mmslideOut {
  0% {
    transform: translateY(0)
  }
  to {
    transform: translateY(-10%)
  }
}
.micromodal-slide {
  display: none
}
.micromodal-slide.is-open {
  display: block
}
.micromodal-slide[aria-hidden=false] .modal-overlay {
  animation: mmfadeIn .5s cubic-bezier(0, 0, .2, 1)
}
.micromodal-slide[aria-hidden=false] .modal-container {
  animation: mmslideIn .5s cubic-bezier(0, 0, .2, 1)
}
.micromodal-slide[aria-hidden=true] .modal-overlay {
  animation: mmfadeOut .5s cubic-bezier(0, 0, .2, 1)
}
.micromodal-slide[aria-hidden=true] .modal-container {
  animation: mmslideOut .5s cubic-bezier(0, 0, .2, 1)
}
.micromodal-slide .modal-container :not(figure), .micromodal-slide .modal-overlay :not(figure) {
  will-change: transform
}
.p-news__inner {
  width: 100%;
  max-width: 700px
}
@media screen and (max-width: 991px) {
  .p-news__inner {
    max-width: none
  }
}
.p-news__title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .1)
}
.p-news__title .c-link--primary {
  width: 115px;
  min-width: 115px
}
@media screen and (max-width: 991px) {
  .p-news__title .c-link--primary {
    width: 152px
  }
}
.p-news__list {
  padding-top: 54px
}
@media screen and (max-width: 767px) {
  .p-news__list {
    padding-top: 24px
  }
}
.p-news__list ul {
  display: flex;
  flex-direction: column;
  gap: 54px
}
@media screen and (max-width: 767px) {
  .p-news__list ul {
    gap: 24px
  }
}
.p-news__list ul li dl {
  display: grid;
  grid-template-columns: 158px 1fr;
  gap: 88px;
  min-height: 103px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, .1)
}
.p-news__list ul li dl.is-new dt {
  position: relative
}
.p-news__list ul li dl.is-new dt:after {
  content: "NEW";
  position: absolute;
  right: 0;
  top: 3px;
  font-family: YakuHanJP, Inter, serif;
  font-size: clamp(10px, 1vw, 12px);
  color: #212121;
  background: #bdaa9f;
  padding: 3px 4px 2px;
  line-height: 1;
  border-radius: 2px
}
@media screen and (max-width: 991px) {
  .p-news__list ul li dl.is-new dt:after {
    left: 96px;
    right: auto
  }
}
@media screen and (max-width: 991px) {
  .p-news__list ul li dl {
    display: flex;
    flex-direction: column;
    gap: 8px
  }
}
.p-news__list ul li dl dt {
  color: #bdaa9f;
  font-size: clamp(14px, 1vw, 16px)
}
.p-news__list ul li dl dd a, .p-news__list ul li dl dd p {
  text-decoration: none;
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  opacity: 1;
  transition: all .3s ease
}
.p-news__list ul li dl dd a:hover {
  opacity: .5
}
.p-topics {
  display: flex;
  justify-content: flex-end
}
.p-topics__inner {
  width: 100%;
  max-width: 468px;
  display: flex;
  flex-direction: column
}
@media screen and (max-width: 991px) {
  .p-topics__inner {
    max-width: none
  }
}
.p-topics__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding-bottom: 20px;
  margin-bottom: 54px;
  border-bottom: 1px solid rgba(255, 255, 255, .1)
}
.p-topics__title h2 {
  line-height: 1
}
@media screen and (max-width: 767px) {
  .p-topics__title {
    padding-bottom: 24px
  }
}
.p-topics__slider {
  height: 100%;
  overflow: hidden
}
.p-topics__slider .topics-slder, .p-topics__slider .swiper-wrapper, .p-topics__slider .swiper-slide {
  height: 100%
}
.p-topics__slider .swiper-slide figure {
  width: 100%;
  height: 100%
}
.p-topics__slider .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover
}
.p-setupOffice__inner {
  background-image: url(../img/element/setupOffice-bk.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center
}
.p-setupOffice__body {
  max-width: 936px;
  width: 100%;
  background: #212121;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: clamp(50px, 5vw, 100px);
  padding-bottom: clamp(40px, 4vw, 60px)
}
.p-setupOffice__body h2 {
  max-width: 765px;
  display: flex;
  flex-direction: column;
  align-items: center
}
.p-setupOffice__body h2 p {
  color: #bdaa9f;
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 500;
  margin-top: 20px;
  text-align: center
}
.p-setupOffice__body > p {
  color: #fff;
  font-size: clamp(12px, 1vw, 14px);
  line-height: 2;
  text-align: center;
  margin-top: clamp(30px, 3vw, 60px)
}
@media screen and (max-width: 575px) {
  .p-setupOffice__body > p {
    text-align: left
  }
}
.p-setupOffice__body ol {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: clamp(40px, 4vw, 60px);
  width: 100%
}
@media screen and (max-width: 767px) {
  .p-setupOffice__body ol {
    grid-template-columns: 1fr
  }
}
.p-setupOffice__body ol li {
  position: relative
}
@media screen and (max-width: 767px) {
  .p-setupOffice__body ol li {
    height: 190px
  }
}
.p-setupOffice__body ol li div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 1.5vw, 20px)
}
.p-setupOffice__body ol li div span:nth-child(1) {
  color: #fff;
  font-size: clamp(14px, 1vw, 16px)
}
.p-setupOffice__body ol li div span:nth-child(2) {
  color: #bdaa9f;
  font-size: clamp(12px, 1vw, 14px)
}
.p-setupOffice__body ol li div p {
  text-align: center;
  font-size: clamp(16px, 2vw, 23px);
  color: #fff
}
.p-setupOffice__body ol li figure {
  height: 100%;
  overflow: hidden
}
.p-setupOffice__body ol li figure img {
  height: 100% !important;
  object-position: center;
  object-fit: cover
}
.p-setupOffice__button {
  display: flex;
  justify-content: center;
  margin-top: 30px
}
.p-setupOffice__button a {
  width: 137px
}
.lowerpage-lead {
  padding: clamp(50px, 5vw, 100px) 0;
  padding-top: clamp(100px, 10vw, 200px);
  background: #ddddd9;
  padding-left: 64px
}
@media screen and (max-width: 1440px) {
  .lowerpage-lead {
    padding-left: 0
  }
}
.lowerpage-lead__text {
  margin-top: clamp(25px, 2.5vw, 50px);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 2.2
}
.lowerpage-lead .c-pankuzu {
	margin-top: 30px;
/*  margin-top: clamp(64px, 6vw, 80px)*/
}
.u-mt-0 {
  margin-top: 0 !important
}
.u-mt-8 {
  margin-top: 8px !important
}
.u-mt-16 {
  margin-top: 16px !important
}
.u-mt-24 {
  margin-top: 24px !important
}
.u-mt-32 {
  margin-top: 32px !important
}
.u-mt-40 {
  margin-top: 40px !important
}
.u-mt-48 {
  margin-top: 48px !important
}
.u-mt-56 {
  margin-top: 56px !important
}
.u-mt-64 {
  margin-top: 64px !important
}
.u-mt-72 {
  margin-top: 72px !important
}
.u-mt-80 {
  margin-top: 80px !important
}
.u-ml-0 {
  margin-left: 0 !important
}
.u-ml-8 {
  margin-left: 8px !important
}
.u-ml-16 {
  margin-left: 16px !important
}
.u-ml-24 {
  margin-left: 24px !important
}
.u-ml-32 {
  margin-left: 32px !important
}
.u-ml-40 {
  margin-left: 40px !important
}
.u-ml-48 {
  margin-left: 48px !important
}
.u-ml-56 {
  margin-left: 56px !important
}
.u-ml-64 {
  margin-left: 64px !important
}
.u-ml-72 {
  margin-left: 72px !important
}
.u-ml-80 {
  margin-left: 80px !important
}
@media screen and (max-width: 320px) {
  .u-dn-max-smpXS {
    display: none !important
  }
}
@media screen and (max-width: 450px) {
  .u-dn-max-smpSS {
    display: none !important
  }
}
@media screen and (max-width: 575px) {
  .u-dn-max-smpS {
    display: none !important
  }
}
@media screen and (max-width: 767px) {
  .u-dn-max-smp {
    display: none !important
  }
}

@media screen and (max-width: 1024px) {
  .u-dn-max-pc {
    display: none !important
  }
}
@media screen and (max-width: 1280px) {
  .u-dn-max-hd {
    display: none !important
  }
}
@media screen and (max-width: 1440px) {
  .u-dn-max-laptop {
    display: none !important
  }
}
@media screen and (max-width: 1920px) {
  .u-dn-max-fullhd {
    display: none !important
  }
}
@media screen and (max-width: 2560px) {
  .u-dn-max-wqhd {
    display: none !important
  }
}
@media screen and (min-width: 321px) {
  .u-dn-min-smpXS {
    display: none !important
  }
}
@media screen and (min-width: 451px) {
  .u-dn-min-smpSS {
    display: none !important
  }
}
@media screen and (min-width: 576px) {
  .u-dn-min-smpS {
    display: none !important
  }
}
@media screen and (min-width: 768px) {
  .u-dn-min-smp {
    display: none !important
  }
}
@media screen and (min-width: 992px) {
  .u-dn-min-tab {
    display: none !important
  }
}
@media screen and (min-width: 1025px) {
  .u-dn-min-pc {
    display: none !important
  }
}
@media screen and (min-width: 1281px) {
  .u-dn-min-hd {
    display: none !important
  }
}
@media screen and (min-width: 1441px) {
  .u-dn-min-laptop {
    display: none !important
  }
}
@media screen and (min-width: 1921px) {
  .u-dn-min-fullhd {
    display: none !important
  }
}
@media screen and (min-width: 2561px) {
  .u-dn-min-wqhd {
    display: none !important
  }
}

@media screen and (max-width: 767px) {
.l-header__menu-nav nav {
        gap: 10px;
    }
	.l-header__menu-nav nav ul{
		gap: 10px;
	}	
}