/* color */
/* -------------------------------------------------------- */
/* width */
/* -------------------------------------------------------- */
/* Mixin */
/* -------------------------------------------------------- */
/* index */
/* parts */
/* -------------------------------------------------------- */
.remove-scrolling {
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .remove-scrolling {
    height: 100svh;
  }
}

#bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  z-index: -1;
}
#bg-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  #bg-video::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    mix-blend-mode: multiply;
    pointer-events: none;
    opacity: 0.4;
  }
}

main {
  margin-top: 160px;
  background: rgba(30, 30, 30, 0.5);
}
@media (max-width: 1024px) {
  main {
    margin-top: 0;
    padding-bottom: 60px;
    background: rgba(30, 30, 30, 0.748);
  }
}
main::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 160px;
  background: linear-gradient(rgba(30, 30, 30, 0) 0%, #1e1e1e 51.23%, #1e1e1e 100%);
  opacity: 0.5;
  top: -160px;
  left: 0;
}
@media (max-width: 1024px) {
  main::before {
    content: none;
  }
}

/* mv_sec */
/* -------------------------------------------------------- */
.mv_sec {
  position: relative;
  color: #FFF;
}
@media (max-width: 1024px) {
  .mv_sec {
    padding-top: 162px;
    width: 100%;
    overflow-x: hidden;
  }
}
.mv_sec .hide {
  opacity: 0 !important;
}
.mv_sec #mv01 {
  position: absolute;
  width: 100%;
  height: 100svh;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 0.9s ease;
}
.mv_sec #mv01 p {
  padding-left: 28px;
  padding-right: 28px;
  text-align: center;
}
.mv_sec #mv01 p.catch {
  font-size: clamp(4.2rem, 6vw, 8rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.7);
}
@media (max-width: 1024px) {
  .mv_sec #mv01 p.catch {
    letter-spacing: 0.05em;
  }
}
.mv_sec #mv01 p.en {
  padding-top: 30px;
  font-size: clamp(1.3rem, 1.5vw, 1.6rem);
}
@media (max-width: 1024px) {
  .mv_sec #mv01 p.en {
    line-height: 1.54;
  }
}
.mv_sec #mv02 {
  position: relative;
  height: 100svh;
  opacity: 1;
  transition: opacity 3s ease;
}
@media (max-width: 1024px) {
  .mv_sec #mv02 {
    position: static;
    padding-bottom: 100px;
    height: auto;
  }
}
@media (max-width: 480px) {
  .mv_sec #mv02 {
    padding-bottom: 14px;
  }
}
.mv_sec #mv02 .mv02_01 {
  position: absolute;
  top: 120px;
  left: 46px;
}
@media (max-width: 1024px) {
  .mv_sec #mv02 .mv02_01 {
    position: static;
    margin: 0 auto 65px;
    width: fit-content;
  }
}
.mv_sec #mv02 .mv02_01 .catch01 {
  font-size: clamp(3.8rem, 7vw, 11.4rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.7);
}
@media (max-width: 1024px) {
  .mv_sec #mv02 .mv02_01 .catch01 {
    font-size: 7.7rem;
    font-weight: 500;
  }
}
.mv_sec #mv02 .mv02_01 .catch02 {
  font-size: clamp(2.4rem, 2.5vw, 4.2rem);
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.38;
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.7);
}
@media (max-width: 1024px) {
  .mv_sec #mv02 .mv02_01 .catch02 {
    padding-top: 10px;
    font-size: 2.9rem;
  }
}
.mv_sec #mv02 .mv02_01 .catch02 span {
  font-weight: 600;
}
@media (max-width: 1024px) {
  .mv_sec #mv02 .mv02_01 .catch03 {
    margin: 10px auto 0;
    width: 310px;
    font-size: 2.9rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1.38;
    text-align: center;
    text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.7);
    display: block !important;
  }
}
.mv_sec #mv02 .mv02_01 .catch03 span {
  font-weight: 600;
}
.mv_sec #mv02 .mv02_01 .mv02_01_01_pc {
  display: flex;
}
@media (max-width: 1024px) {
  .mv_sec #mv02 .mv02_01 .mv02_01_01_pc {
    display: none;
  }
}
.mv_sec #mv02 .mv02_01 .mv02_01_01_sp {
  display: none;
}
@media (max-width: 1024px) {
  .mv_sec #mv02 .mv02_01 .mv02_01_01_sp {
    margin-left: 1em;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
}
.mv_sec #mv02 .mv02_01 .mv02_01_02 {
  margin-top: 12px;
}
@media (max-width: 1024px) {
  .mv_sec #mv02 .mv02_01 .mv02_01_02 {
    text-align: center;
  }
}
.mv_sec #mv02 .mv02_02 {
  position: absolute;
  bottom: 10%;
  left: 46px;
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  z-index: 3;
}
@media (max-width: 1024px) {
  .mv_sec #mv02 .mv02_02 {
    position: static;
    margin: 0 auto 30px;
    width: fit-content;
  }
}
.mv_sec #mv02 .mv02_02 .slanting {
  width: fit-content;
  backdrop-filter: blur(30px);
  background-color: rgba(0, 0, 0, 0.3);
  transform: skew(-20deg);
}
.mv_sec #mv02 .mv02_02 .slanting.slanting01 {
  margin-left: 0;
}
.mv_sec #mv02 .mv02_02 .slanting.slanting02 {
  margin-left: 80px;
}
@media (max-width: 767px) {
  .mv_sec #mv02 .mv02_02 .slanting.slanting02 {
    margin-left: 40px;
  }
}
.mv_sec #mv02 .mv02_02 .slanting.slanting03 {
  margin-left: 20px;
}
.mv_sec #mv02 .mv02_02 .slanting.slanting04 {
  margin-left: 100px;
}
@media (max-width: 767px) {
  .mv_sec #mv02 .mv02_02 .slanting.slanting04 {
    margin-left: 46px;
  }
}
.mv_sec #mv02 .mv02_02 .txt {
  padding: 0 1em 0 1.2em;
  height: 50px;
  color: #FFF;
  font-size: clamp(1.6rem, 1.54vw, 2rem);
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 50px;
  transform: skew(20deg);
}
@media (max-width: 767px) {
  .mv_sec #mv02 .mv02_02 .txt {
    font-size: 1.2rem;
    height: 30px;
    line-height: 30px;
  }
}
.mv_sec #mv02 .mv02_02 .txt span {
  font-size: clamp(1.8rem, 1.75vw, 2.4rem);
  font-weight: 600;
}
@media (max-width: 767px) {
  .mv_sec #mv02 .mv02_02 .txt span {
    font-size: 1.5rem;
  }
}
.mv_sec #mv02 .mv02_02 .txt span.en {
  font-size: inherit;
  font-weight: 300;
}
.mv_sec #contact_wrap {
  position: relative;
  margin-top: 50px;
  padding-top: 1px;
  padding-bottom: 130px;
  background: rgba(30, 30, 30, 0.5);
  opacity: 1;
  transition: opacity 3s ease;
}
@media (min-width: 1025px) {
  .mv_sec #contact_wrap {
    display: none;
  }
}
.mv_sec #contact_wrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 300px;
  background: linear-gradient(#fff 0%, #1e1e1e 51.23%, #1e1e1e 100%);
  opacity: 0.5;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
}
.mv_sec #contact_pc {
  opacity: 1;
  transition: opacity 3s ease;
}
@media (max-width: 1024px) {
  .mv_sec #contact_pc {
    display: none;
  }
}
.mv_sec .contact {
  position: absolute;
  padding-bottom: 22px;
  top: 120px;
  right: 40px;
  z-index: 2;
  width: 335px;
  color: #464646;
  background: #FFF;
  border-radius: 5px;
}
@media (max-width: 1024px) {
  .mv_sec .contact {
    position: static;
    margin: 40px auto 0;
    max-width: calc(100% - 40px);
  }
}
.mv_sec .contact .c_head {
  padding: 22px 50px 14px;
}
.mv_sec .contact .c_head p {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
.mv_sec .contact .c_head p.small {
  padding-top: 10px;
  font-size: 1.25rem;
  font-weight: 300;
}
.mv_sec .contact .form_box {
  margin: 0 auto;
  background: #FFF;
  border-radius: 5px;
  width: 265px;
}
.mv_sec .contact .form_box dl {
  margin-bottom: 18px;
  background: #FFF;
  border: solid 1px #C8C8C8;
  border-radius: 5px;
}
.mv_sec .contact .form_box dl dt {
  display: none;
}
.mv_sec .contact .form_box dl dd {
  line-height: 1;
}
.mv_sec .contact .form_box dl dd:first-of-type input {
  border-top: none;
  border-radius: 5px 5px 0 0;
}
.mv_sec .contact .form_box dl dd:last-of-type textarea {
  border-radius: 0 0 5px 5px;
}
.mv_sec .contact .form_box .error {
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  background: #FFF;
  font-size: 1.4rem;
}
.mv_sec .contact .form_box input[type=text],
.mv_sec .contact .form_box input[type=tel],
.mv_sec .contact .form_box input[type=email],
.mv_sec .contact .form_box textarea {
  width: 100%;
  padding: 13px 10px;
  border-top: solid 1px #C8C8C8;
  background: #fff;
}
.mv_sec .contact .form_box::placeholder {
  color: #969696;
  font-size: 1.2rem;
  font-weight: 300;
}
.mv_sec .contact .form_box textarea {
  height: 7.2em;
}
.mv_sec .contact .form_box textarea + .error {
  border-radius: 0 0 5px 5px;
}
.mv_sec .contact .form_box .upload_btn {
  position: relative;
  width: 100%;
  max-width: 265px;
  padding: 5px 0;
  text-align: center;
  color: #464646;
  background: #dcdcdc;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}
.mv_sec .contact .form_box .upload_btn .text {
  display: block;
  margin-bottom: 5px;
}
.mv_sec .contact .form_box .upload_btn input[type=file] {
  font-size: 1.2rem;
}
.mv_sec .contact .form_box .upload_btn button {
  color: #464646;
  font-size: 1.6rem;
  font-weight: 500;
}
.mv_sec .contact .form_box .upload_btn label {
  cursor: pointer;
  margin: 0 auto;
}
.mv_sec .contact .form_box .upload_btn:hover {
  opacity: 0.7;
}
.mv_sec .contact .form_box .submit_btn {
  position: relative;
  margin-top: 20px;
  z-index: 2;
  width: 100%;
  max-width: 265px;
  height: 60px;
}
.mv_sec .contact .form_box .submit_btn::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 12px;
  background: url(../img/common/arrow.svg) no-repeat 0 0/contain;
  top: calc(50% - 6px);
  right: 16px;
}
.mv_sec .contact .form_box .submit_btn:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #F5E600;
  border-radius: 5px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  z-index: -1;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}
.mv_sec .contact .form_box .submit_btn .input_btn {
  position: relative;
  display: block;
  padding: 8px 0;
  width: 100%;
  height: 100%;
  color: #464646;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.mv_sec .contact .form_box .submit_btn .input_btn:hover {
  opacity: 0.7;
}
.mv_sec .contact .telbox {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #C8C8C8;
  text-align: center;
}
.mv_sec .contact .telbox p {
  font-size: 1.4rem;
  font-weight: 500;
}
.mv_sec .contact .telbox .tel-link {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.8rem;
  letter-spacing: 0.03em;
}
.mv_sec #scroll_down {
  position: absolute;
  width: 1px;
  height: 140px;
  bottom: -85px;
  left: 50%;
  z-index: 2;
  opacity: 1;
  transition: opacity 3s ease;
}
@media (max-width: 1024px) {
  .mv_sec #scroll_down {
    height: 38px;
    bottom: 60px;
  }
}
.mv_sec #scroll_down::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 140px;
  background: #FFF;
  top: 25px;
  left: 0;
}
@media (max-width: 1024px) {
  .mv_sec #scroll_down::before {
    height: 38px;
  }
}
.mv_sec #scroll_down::after {
  position: absolute;
  content: "";
  bottom: -25px;
  right: -6px;
  width: 1px;
  height: 14px;
  background: #FFF;
  transform: skewX(-40deg);
}
@media (max-width: 1024px) {
  .mv_sec #scroll_down::after {
    right: -4px;
    height: 6px;
    transform: skewX(-60deg);
  }
}
.mv_sec #scroll_down span {
  position: absolute;
  top: 0;
  left: calc(50% - 19px);
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

/* top_features */
/* -------------------------------------------------------- */
.top_features h2 {
  margin-bottom: 40px;
  color: #FFF;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(3rem, 3.8vw, 4.6rem);
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 600;
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .top_features h2 {
    margin-bottom: 34px;
    font-size: 4.6rem;
  }
}
.top_features h2 span {
  padding-top: 10px;
  display: block;
  font-family: inherit;
  font-size: clamp(1.6rem, 1.3vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.top_features .inner {
  margin: 0 auto;
  max-width: 1080px;
  display: flex;
  justify-content: center;
  gap: 0 40px;
}
@media (max-width: 1139px) {
  .top_features .inner {
    margin: 0 auto 60px;
    flex-direction: column;
    gap: 40px 0;
  }
}
.top_features .inner .features_box {
  position: relative;
  padding: 40px 34px;
  background: #FFF;
  width: 50%;
  aspect-ratio: 1/1;
  clip-path: polygon(0 0, calc(50% - 16px) 0, 50% 16px, calc(50% + 16px) 0, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 1139px) {
  .top_features .inner .features_box {
    margin: 0 auto;
    padding: 30px 25px;
    width: 520px;
  }
}
@media (max-width: 600px) {
  .top_features .inner .features_box {
    width: calc(100% - 40px);
  }
}
.top_features .inner .features_box h3 {
  margin-bottom: 38px;
  font-size: clamp(1.8rem, 1.6vw, 2.4rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
.top_features .inner .features_box .inbox {
  display: flex;
  gap: 0 28px;
}
@media (max-width: 767px) {
  .top_features .inner .features_box .inbox {
    flex-direction: column;
    align-items: center;
    gap: 34px 0;
  }
}
.top_features .inner .features_box .inbox .box {
  max-width: 212px;
}
@media (max-width: 1139px) {
  .top_features .inner .features_box .inbox .box {
    margin: 0 auto;
    width: calc(100% - 40px);
    max-width: inherit;
  }
}
.top_features .inner .features_box .inbox .box figure {
  margin-bottom: 14px;
  height: 111px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top_features .inner .features_box .inbox .box .sttl {
  margin-bottom: 12px;
  width: 100%;
  height: 36px;
  color: #1E64AA;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
  background: #F5F5F5;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .top_features .inner .features_box .inbox .box .sttl {
    margin: 0 auto 18px;
    width: 212px;
  }
}
.top_features .inner .features_box .inbox .box p {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.71;
}
.top_features .inner .features_box .btn a {
  margin: 10px auto 0;
}
@media (max-width: 1139px) {
  .top_features .inner .features_box .btn a {
    margin: 20px auto 0;
  }
}

/* top_information */
/* -------------------------------------------------------- */
.top_information {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .top_information {
    padding: 30px 20px 60px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
  }
}
@media (min-width: 768px) {
  .top_information .inner {
    position: relative;
    padding: 40px 50px;
    width: 80%;
    max-width: 680px;
    height: 484px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 40px 100%, 0 calc(100% - 40px));
    background: transparent;
    display: inline-block;
    border: 1px solid #FFF;
  }
}
@media (max-width: 767px) {
  .top_information .inner {
    width: 100%;
    border: none;
  }
}
.top_information .inner::before, .top_information .inner::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/top/info_corner.svg) no-repeat 0 0/contain;
}
@media (max-width: 767px) {
  .top_information .inner::before, .top_information .inner::after {
    content: none;
  }
}
.top_information .inner::before {
  top: -1px;
  right: -1px;
}
.top_information .inner::after {
  bottom: -1px;
  left: -1px;
  transform: rotate(-180deg);
}
.top_information .inner h2 {
  margin-bottom: 50px;
  color: #FFF;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(3rem, 3.8vw, 4.6rem);
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 600;
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .top_information .inner h2 {
    margin-bottom: 34px;
    font-size: 4.6rem;
  }
}
.top_information .inner h2 span {
  padding-top: 10px;
  display: block;
  font-family: inherit;
  font-size: clamp(1.6rem, 1.3vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.top_information .inner .info_wrap {
  margin: 0 auto 40px;
  width: calc(100% - 40px);
  max-width: 580px;
}
@media (max-width: 767px) {
  .top_information .inner .info_wrap {
    width: 100%;
    max-width: inherit;
  }
}
.top_information .inner .info_wrap a {
  margin-bottom: 10px;
  padding-bottom: 8px;
  background: url(../img/common/line-dot.svg) repeat-x 0 bottom;
  display: flex;
  align-items: flex-start;
  gap: 0 34px;
}
.top_information .inner .info_wrap a .date {
  padding-top: 2px;
  color: #468CD2;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.43;
}
.top_information .inner .info_wrap a .sttl {
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.43;
}
.top_information .inner .info_wrap a:hover {
  opacity: 0.7;
}

/* top_bnr */
/* -------------------------------------------------------- */
.top_bnr {
  text-align: center;
}
@media (max-width: 767px) {
  .top_bnr {
    margin-top: 46px;
  }
}
.top_bnr a {
  margin: 0 auto;
  display: block;
  width: calc(100% - 52px);
  max-width: 800px;
}

/* Contact form Adjust */
/* ------------------------------------ */
.form_box .wpcf7-not-valid-tip {
  text-align: center;
  margin-bottom: 0.5em;
  font-size: 1.2rem;
}
.form_box .wpcf7 form .wpcf7-response-output {
  padding: 0.5em 1em;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.5;
}

.mv_sec .contact .form_box .upload_btn {
  padding: 15px 10px;
}/*# sourceMappingURL=index.css.map */