.l-header {
  background-color: transparent;
  padding: 0;
  position: -webkit-sticky;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
  z-index: 1000;
  max-width: 828px;
  margin: 0 auto;
}

@media (max-width: 828px) {
  .l-header {
    height: auto;
    padding: 2.2270531401vw 0;
  }
}
.l-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-header__logo {
  width: 233px;

  svg {
    display: block;
  }
}

@media (max-width: 828px) {
  .l-header__logo {
    width: 28.0193236715vw;
  }
}
.l-header__logo img {
  width: 100%;
}

.l-header__nav-wrapper {
  display: none;
  position: fixed;
  width: 100vw;
  background: #FFF;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 828px) {
  .l-header__nav-wrapper {
    height: 100vh;
    padding: 14.9333333333vw 8vw;
  }
}
.l-header__nav {
  display: flex;
  align-items: center;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  height: 100%;
  margin-top: 0;
}

@media (max-width: 828px) {
  .l-header__nav {
    display: block;
  }
}
.l-header__menu {
  display: flex;
  gap: 20px;
  list-style: none;
  flex-wrap: wrap;
  padding: 120px 0 30px;
  margin: 0 auto;
  font-size: 22px;
  max-width: 1000px;
}

@media (max-width: 828px) {
  .l-header__menu {
    margin: 0;
    padding: 0;
    font-size: 3.8647342995vw;
  }
}
.l-header__menu li {
  flex: 0 0 min(29.6296296296vw, 320px);
}

@media (max-width: 828px) {
  .l-header__menu li {
    flex: none;
  }
}
.l-header__menu a {
  display: block;
  text-decoration: none;
  border-bottom: 2px solid #1B3758;
  color: #1B3758;
  font-weight: 600;
  line-height: 200%;
  position: relative;
}
.l-header__menu a::after {
  content: "";
  display: block;
  width: min(1.7592592593vw, 19px);
  height: min(1.7592592593vw, 19px);
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 5.19922L11.8 9.99922L7 14.7992' stroke='%231B3758' stroke-width='1.2'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media (max-width: 828px) {
  .l-header__menu a {
    border-bottom: 1px solid;
  }
  .l-header__menu a::after {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.has-dropdown {
  position: relative;
}

.l-header__dropdown-toggle {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2222%22%20height%3D%2213%22%20viewBox%3D%220%200%2022%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201L11%2011L21%201%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: top 5px right;
  padding-right: 15px;
}

.has-dropdown.is-open .l-header__dropdown-menu {
  display: block;
}

.l-header__dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background: white;
  z-index: 10;
  padding: 12px 22px;
  text-align: center;
  position: static;
  background: #f3f6fa;
}

@media (max-width: 828px) {
  .l-header__dropdown-menu {
    padding: 2.8985507246vw 5.3140096618vw;
  }
}
.l-header__dropdown-menu a {
  line-height: 2;
}

.c-button--header {
  display: block;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: transparent;
  padding: 0 30px 0 0;
  right: 10px;
  font-size: 18px;
  border-bottom: 1px solid;
  line-height: 2;
  border-radius: 0;
}
.c-button--header span {
  background-color: transparent;
  color: #fff;
  border: none;
  border-right: 1px solid;
  border-radius: 0;
  padding-right: 10px;
  width: auto;
  height: auto;
  line-height: 1;
}

@media (max-width: 828px) {
  .c-button--header {
    font-size: 2.8985507246vw;
    padding: 0 5.6231884058vw 0 3.6231884058vw;
    right: 8.4541062802vw;
    line-height: 2.5;
  }
}
.c-section__title {
  margin-bottom: 20px;
  text-align: left;
}

.c-section__text {
  font-weight: 400;
  font-size: 22px;
  color: #000;
  margin-bottom: 20px;
}

@media (max-width: 828px) {
  .c-section__text {
    font-size: 3.3816425121vw;
  }
}
.header-hamburger {
  display: block;
  width: 50px;
  height: 12px;
  z-index: 1000;
  position: relative;
}

.header-hamburger span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  transition: all 0.3s;
}

@media (max-width: 828px) {
  .header-hamburger {
    width: 30px;
  }
}
@media (max-width: 828px) {
  .header-hamburger span {
    width: 100%;
    height: 1.5px;
  }
}
@media (max-width: 828px) {
  .header-hamburger span:nth-child(1) {
    top: calc(50% - 10px);
  }
}
.header-hamburger span:nth-child(1) {
  top: 0;
}

.header-hamburger span:nth-child(2) {
  top: auto;
  bottom: 0;
}

.header-hamburger.active span {
  background: #1B3758;
}

.header-hamburger.active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.header-hamburger.active span:nth-child(2) {
  opacity: 1;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.l-header.is-scrolled {
  background-color: #fff;
}
.l-header.is-scrolled .c-button--header,
.l-header.is-scrolled .c-button--header span {
  color: #000;
}
.l-header.is-scrolled .c-button--header {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2220%22%20viewBox%3D%220%200%2016%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%200L16%2010L0%2020V0Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
.l-header.is-scrolled .header-hamburger span {
  background-color: #000;
}

.l-header__btn-sp {
  display: block;
  max-width: 200px;
  right: 0;
}

.p-mv__inner {
  padding-top: 110px;
}
@media (max-width: 828px) {
  .p-mv__inner {
    padding-right: 0;
  }
}
@media (max-width: 828px) {
  .p-mv__video {
    position: absolute;
  }
}
.p-mv__title {
  font-size: clamp(20px, 5vw - 0px, 36px);
  line-height: 130%;
  margin-bottom: 50px;
  letter-spacing: 0.03em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  letter-spacing: 0.12em;
  text-align: left;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 828px) {
  .p-mv__title {
    line-height: 170%;
  }
}
.p-mv__subtitle {
  font-size: clamp(16px, 5vw - 10px, 24px);
  margin-bottom: 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  margin-bottom: 10px;
  text-align: left;
  color: #fff;
}
.p-mv__text {
  font-size: clamp(16px, 5vw - 10px, 24px);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  letter-spacing: 0.12em;
  color: #fff;
  text-align: left;
}
@media (max-width: 828px) {
  .p-mv__text {
    margin-bottom: 140px;
  }
}
.p-mv__btnwrapper {
  display: flex;
  gap: 20px;
  width: 75%;
}
@media (max-width: 767px) {
  .p-mv__btnwrapper {
    width: 85%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
  }
}
.p-mv__btnwrapper .c-button--main {
  width: 48%;
  max-width: 300px;
  margin-left: auto;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 0;
  padding: 15px 40px 15px 15px;
}
@media (max-width: 828px) {
  .p-mv__btnwrapper .c-button--main {
    width: 100%;
  }
}
.p-mv__btnwrapper .c-button--main + .c-button--main {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .p-mv__btnwrapper .c-button--main + .c-button--main {
    margin-top: 15px;
  }
}/*# sourceMappingURL=style.css.map */