@charset "UTF-8";
html {
  scroll-behavior: smooth;
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 1.3333333333vw;
  }
}
body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  background: #000;
}

.vsp {
  display: none;
}

/* ローディング */
.loading {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 2rem 5rem;
  border-radius: 1rem;
  font-size: 2.4rem;
  z-index: 1000;
}
.loading.show {
  display: block;
}

.l-header {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: calc(100% - 8rem);
  padding: 0 3rem;
  height: 8rem;
  z-index: 1000;
}
.l-header__Lang ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header__Lang ul li {
  border-right: 0.1rem solid rgba(204, 204, 204, 0.8);
  padding: 0.3rem 1.5rem;
}
.l-header__Lang ul li span {
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.l-header__Lang ul li span:before {
  position: absolute;
  bottom: -1.2rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: #fff;
  content: "";
  opacity: 0;
}
.l-header__Lang ul li.-active span:before {
  opacity: 1;
}
.l-header__Openbtn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 8rem;
  height: 8rem;
  background: #000;
}
.l-header__Openbtn span {
  position: absolute;
  left: calc(50% - 1.5rem);
  width: 3rem;
  height: 0.2rem;
  border-radius: 0.5rem;
  background: #fff;
  transition: 0.6s;
  transform-origin: center;
}
.l-header__Openbtn span:nth-child(1) {
  top: 3.4rem;
}
.l-header__Openbtn span:nth-child(2) {
  top: 4.5rem;
}
.l-header__Openbtn.-active span:nth-child(1) {
  transform: rotate(45deg);
  top: 3.4rem;
}
.l-header__Openbtn.-active span:nth-child(2) {
  transform: rotate(-45deg);
  top: 3.4rem;
}

.nav {
  position: fixed;
  width: 25rem;
  height: calc(100vh - 8rem);
  background: #000;
  top: 8rem;
  right: 0;
  z-index: 1000;
  padding: 6rem 2rem;
  transition: 0.6s;
  transform: translateX(100%);
}
.nav__List {
  margin-bottom: 3rem;
}
.nav__List li {
  border-bottom: 0.1rem solid #fff;
}
.nav__List li a {
  padding: 1.5rem;
  display: block;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.nav__Sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin: 0 auto 3rem;
}
.nav__Sns li {
  width: 2rem;
}
.nav__Sns li:last-child {
  width: 2.1rem;
}
.nav.-active {
  transform: translateX(0);
}

.feature .mv {
  background: url("./../img/img_mv.png");
  background-size: cover;
  background-position: center;
}
.feature .mv__Inner {
  max-width: 120rem;
  height: 84.4rem;
  margin: auto;
  position: relative;
}
.feature .mv__Logo {
  position: absolute;
  max-width: 18.8rem;
  width: 100%;
  top: 14rem;
  right: 4.8rem;
}
.feature .mv__Box {
  position: absolute;
  bottom: 6rem;
  left: 0;
}
.feature .mv__Ttl {
  font-size: 3.6rem;
  line-height: 6rem;
  letter-spacing: 0.1rem;
  margin-bottom: 3rem;
  font-weight: bold;
}
.feature .mv__Txt {
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
}
.feature .sec01 {
  background: url("./../img/bg_sec01.png");
  background-size: cover;
  background-position: center;
}
.feature .sec01__Inner {
  padding: 10rem 0;
  max-width: 120rem;
  margin: auto;
  position: relative;
}
.feature .sec01__Flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.feature .sec01__Thum {
  max-width: 60rem;
}
.feature .sec01__Detail {
  max-width: 54rem;
}
.feature .sec01__Ttl {
  font-size: 2.8rem;
  line-height: 4.8rem;
  letter-spacing: 0.1rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  font-weight: bold;
  border-bottom: 0.1rem solid #fff;
}
.feature .sec01__Txt {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.05rem;
  font-weight: bold;
}
.feature .sec02 {
  background: url("./../img/bg_sec02.png");
  background-size: cover;
  background-position: center;
}
.feature .sec02__Inner {
  padding: 10rem 0;
  max-width: 120rem;
  margin: auto;
  position: relative;
}
.feature .sec02__Flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.feature .sec02__Thum {
  max-width: 60rem;
}
.feature .sec02__Detail {
  max-width: 54rem;
}
.feature .sec02__Ttl {
  font-size: 2.8rem;
  line-height: 4.8rem;
  letter-spacing: 0.1rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  font-weight: bold;
  border-bottom: 0.1rem solid #fff;
}
.feature .sec02__Txt {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.05rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
.feature .sec02__Dl {
  margin-bottom: 3rem;
}
.feature .sec02__Dt {
  font-size: 2rem;
  padding: 0.5rem 0 0.5rem 2rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  border-left: 0.3rem solid #fff;
  margin-bottom: 2rem;
}
.feature .sec02__Dd {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.05rem;
  font-weight: bold;
}
.feature .sec03 {
  background: url("./../img/bg_sec03.png");
  background-color: #fff;
  background-size: cover;
  background-position: center;
}
.feature .sec03__Inner {
  padding: 10rem 0;
  max-width: 120rem;
  margin: auto;
  position: relative;
}
.feature .sec03__Flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  margin-bottom: 6rem;
}
.feature .sec03__Flex:last-of-type {
  margin-bottom: 0;
}
.feature .sec03__Map {
  max-width: 60rem;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 33.8rem;
}
.feature .sec03__Map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.feature .sec03__Detail {
  max-width: 54rem;
}
.feature .sec03__Ttl {
  font-size: 2.4rem;
  line-height: 4.8rem;
  letter-spacing: 0.1rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  font-weight: bold;
  border-bottom: 0.1rem solid #000;
  color: #000;
}
.feature .sec03 table {
  width: 100%;
}
.feature .sec03 table th {
  text-align: left;
  width: 10.8rem;
  padding: 2rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  color: #000;
  font-weight: bold;
  border-bottom: 0.1rem solid #ccc;
}
.feature .sec03 table td {
  width: calc(100% - 10.8rem);
  padding: 2rem 0;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  color: #000;
  font-weight: bold;
  border-bottom: 0.1rem solid #ccc;
}
.feature .footer {
  background: #000;
}
.feature .footer__Inner {
  padding: 6rem 0;
  max-width: 120rem;
  margin: auto;
}
.feature .footer__Logo {
  max-width: 8rem;
  width: 100%;
  margin: 0 auto 3rem;
}
.feature .footer__Sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin: 0 auto 3rem;
}
.feature .footer__Sns li {
  width: 2rem;
}
.feature .footer__Sns li:last-child {
  width: 2.1rem;
}
.feature .footer__Copy {
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 750px) {
  .vsp {
    display: block;
  }
  .vpc {
    display: none;
  }
  .l-header__Lang ul li {
    padding: 0 3rem;
  }
  .l-header__Lang ul li span {
    font-size: 2.4rem;
  }
  .nav {
    width: 40rem;
  }
  .nav__List {
    margin-bottom: 6rem;
  }
  .nav__List li a {
    padding: 3rem;
    font-size: 2.4rem;
  }
  .nav__Sns {
    gap: 4rem;
    margin: 0 auto 6rem;
  }
  .nav__Sns li {
    width: 4rem;
  }
  .nav__Sns li:last-child {
    width: 4.2rem;
  }
  .feature .mv__Inner {
    width: 90%;
  }
  .feature .mv__Ttl {
    font-size: 3.4rem;
  }
  .feature .mv__Txt {
    font-size: 2rem;
  }
  .feature .sec01__Inner {
    width: 90%;
  }
  .feature .sec01__Flex {
    flex-flow: column;
    gap: 3rem;
  }
  .feature .sec01__Thum {
    max-width: 100%;
  }
  .feature .sec01__Detail {
    max-width: 100%;
  }
  .feature .sec01__Ttl {
    font-size: 3.2rem;
  }
  .feature .sec01__Txt {
    font-size: 2.4rem;
    line-height: 3.8rem;
  }
  .feature .sec02__Inner {
    width: 90%;
  }
  .feature .sec02__Flex {
    flex-flow: column;
    gap: 3rem;
  }
  .feature .sec02__Thum {
    max-width: 100%;
  }
  .feature .sec02__Detail {
    max-width: 100%;
  }
  .feature .sec02__Ttl {
    font-size: 3.2rem;
  }
  .feature .sec02__Txt {
    font-size: 2.4rem;
    line-height: 3.8rem;
    margin-bottom: 6rem;
  }
  .feature .sec02__Dl {
    margin-bottom: 6rem;
  }
  .feature .sec02__Dt {
    font-size: 2.8rem;
  }
  .feature .sec02__Dd {
    font-size: 2.4rem;
    line-height: 3.8rem;
  }
  .feature .sec03__Inner {
    width: 90%;
  }
  .feature .sec03__Flex {
    flex-flow: column;
    gap: 3rem;
  }
  .feature .sec03__Map {
    max-width: 100%;
    width: 100%;
    padding-top: 50.8rem;
  }
  .feature .sec03__Detail {
    max-width: 100%;
    width: 100%;
  }
  .feature .sec03__Ttl {
    font-size: 3.2rem;
  }
  .feature .sec03 table {
    width: 100%;
  }
  .feature .sec03 table th {
    width: 100%;
    display: block;
    padding: 2rem 0;
    font-size: 2.8rem;
  }
  .feature .sec03 table td {
    width: 100%;
    display: block;
    padding: 2rem 0;
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
  .feature .footer__Inner {
    width: 90%;
  }
  .feature .footer__Logo {
    width: 15rem;
    margin: 0 auto 6rem;
  }
  .feature .footer__Sns {
    gap: 4rem;
    margin: 0 auto 6rem;
  }
  .feature .footer__Sns li {
    width: 4rem;
  }
  .feature .footer__Sns li:last-child {
    width: 4.2rem;
  }
  .feature .footer__Copy {
    font-size: 2rem;
  }
}