@charset "UTF-8";
.para .mainv {
  position: relative;
  z-index: 15;
}
.para .mainv .layer {
  position: absolute;
  top: 0;
  left: 0;
}
.para .mainv .title-containar {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, 0);
  width: clamp(210px, 29.21875vw, 561px);
}
@media screen and (max-width: 768px) {
  .para .mainv .title-containar {
    top: 22.8%;
  }
}
.para .bg-fix {
  position: relative;
}
.para #bg,
.para #h-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: opacity 1s ease 0s;
}
.para #bg i,
.para #h-bg i {
  display: block;
  width: 100%;
  height: 100vh;
  background: no-repeat center top/cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease 0s;
}
@media screen and (max-width: 768px) {
  .para #bg i,
  .para #h-bg i {
    background-position: center;
  }
}
.para #bg i#bg-mv, .para #bg i#h-bg-mv,
.para #h-bg i#bg-mv,
.para #h-bg i#h-bg-mv {
  background-image: url("../img/top/mv01.jpg");
  height: 80.6770833333vw;
}
@media screen and (max-width: 768px) {
  .para #bg i#bg-mv, .para #bg i#h-bg-mv,
  .para #h-bg i#bg-mv,
  .para #h-bg i#h-bg-mv {
    background-image: url("../img/top/mv01-sp.jpg");
  }
}
.para #bg i#bg-sl01, .para #bg i#h-bg-sl01,
.para #h-bg i#bg-sl01,
.para #h-bg i#h-bg-sl01 {
  background-image: url("../img/top/mv02.jpg");
}
@media screen and (max-width: 768px) {
  .para #bg i#bg-sl01, .para #bg i#h-bg-sl01,
  .para #h-bg i#bg-sl01,
  .para #h-bg i#h-bg-sl01 {
    background-image: url("../img/top/mv02-sp.jpg");
  }
}
.para #bg i#bg-sl02, .para #bg i#h-bg-sl02,
.para #h-bg i#bg-sl02,
.para #h-bg i#h-bg-sl02 {
  background-image: url("../img/top/mv03.jpg");
}
@media screen and (max-width: 768px) {
  .para #bg i#bg-sl02, .para #bg i#h-bg-sl02,
  .para #h-bg i#bg-sl02,
  .para #h-bg i#h-bg-sl02 {
    background-image: url("../img/top/mv03-sp.jpg");
  }
}
.para #bg i#bg-sl03, .para #bg i#h-bg-sl03,
.para #h-bg i#bg-sl03,
.para #h-bg i#h-bg-sl03 {
  background-image: url("../img/top/mv04.jpg");
}
@media screen and (max-width: 768px) {
  .para #bg i#bg-sl03, .para #bg i#h-bg-sl03,
  .para #h-bg i#bg-sl03,
  .para #h-bg i#h-bg-sl03 {
    background-image: url("../img/top/mv04-sp.jpg");
  }
}
.para #bg i span,
.para #h-bg i span {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "MS PMincho", "MS Mincho", serif;
  font-style: normal;
  text-align: right;
  color: white;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-shadow: 0 0 6px #000;
}
@media screen and (max-width: 768px) {
  .para #bg i span,
  .para #h-bg i span {
    bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .para #bg i#bg-sl03 > span,
  .para #h-bg i#bg-sl03 > span {
    font-size: 10px;
    line-height: 15px;
    text-align: center;
  }
}
.para #bg video,
.para #h-bg video {
  display: block;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease 0s;
}
.para #bg {
  z-index: -1;
}
.para #h-bg {
  pointer-events: none;
  z-index: 13;
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 12%, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 12%, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 768px) {
  .para #h-bg {
    -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0) 100%);
            mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0) 100%);
  }
}
.para.bg-white #bg i, .para.bg-white #bg video, .para.bg-white #h-bg i, .para.bg-white #h-bg video {
  visibility: hidden;
}
.para.bg-white #h-bg {
  background-color: white;
  z-index: 13;
}
.para #intro .mv {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}
@media screen and (max-width: 768px) {
  .para #intro .mv {
    justify-content: flex-start;
    padding-top: 105px;
  }
}
.para #intro .mv h2 {
  font-size: 60px;
  text-align: center;
}
.para #intro .mv h3 {
  font-size: 50px;
  margin-bottom: 50px;
}
.para #intro .mv p {
  letter-spacing: 0.1em;
  line-height: 28px;
  text-align: center;
}
.para #intro .mv.sl01 {
  position: relative;
}
.para #intro .mv.sl01 .text-box {
  position: relative;
  width: clamp(262px, 55.78125vw, 1071px);
}
.para #intro .mv.sl02 .text-box {
  width: clamp(198px, 29.6354166667vw, 569px);
}
.para #intro .mv.sl03 .text-box {
  width: clamp(238px, 36.1458333333vw, 694px);
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.para .wrap {
  background-color: white;
  position: relative;
  z-index: 15;
}
.para .wrap .w-h {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  overflow: hidden;
  z-index: 13;
  pointer-events: none;
}
@media screen and (max-width: 999px) {
  .para .wrap .w-h {
    height: 100px;
    display: none;
  }
}
.para .wrap .mainCnt_h-bg {
  background-color: white;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 98%, rgba(255, 255, 255, 0) 100%);
  display: block;
  width: 100%;
  height: 100%;
}
.para .contents {
  padding-bottom: 37px;
}
.para .contents .main_top {
  padding-top: 140px;
  margin-top: -140px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .para .contents .main_top {
    padding-top: 53px;
  }
}
.para .contents .main_top .hello-color {
  width: 72%;
  margin: 0 auto;
  max-width: 561px;
  padding: 0 30px;
}
.para .contents .main_top h2 {
  padding: 0 30px;
  width: 71%;
  max-width: 549px;
  margin: 45px auto 70px;
}
@media screen and (max-width: 768px) {
  .para .contents .main_top h2 {
    margin: 18px auto 40px;
  }
}
.para .contents .main_top p {
  padding: 0 30px;
  width: 72%;
  max-width: 853px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .para .contents .main_top p {
    margin-bottom: 45px;
  }
}
.para .contents .main_top .feature {
  padding: 0 30px;
  width: 96%;
  max-width: 888px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .para .contents .main_top .feature {
    margin-bottom: 35px;
  }
}
.para .contents .main_top .merit {
  background: #335092;
  background: linear-gradient(157deg, rgb(51, 80, 146) 0%, rgb(28, 39, 99) 100%);
  width: 100%;
  padding: 30px 0;
  position: relative;
}
.para .contents .main_top .merit::after {
  content: "";
  background-image: url("../img/top/line.jpg");
  background-position: center;
  background-repeat: repeat-x;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: -10px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .para .contents .main_top .merit::after {
    background-image: url("../img/top/line-sp.jpg");
    background-size: 100% 100%;
  }
}
.para .contents .main_top .merit figure {
  width: 85.46%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .para .contents .main_top .merit figure {
    width: 72%;
  }
}
.para .contents .entry {
  padding-top: 60px;
  padding-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .para .contents .entry {
    padding: 40px 0;
  }
}
.para .contents .entry h3 {
  font-size: clamp(24px, 3.5714285714vw, 50px);
  letter-spacing: 0.1em;
  text-align: center;
  color: #181878;
}
.para .contents .entry a {
  display: block;
  width: clamp(197px, 31.6666666667vw, 380px);
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .para .contents .entry a {
    margin: 15px auto;
  }
}
.para .contents .entry p {
  width: clamp(192px, 29.4166666667vw, 353px);
  margin: 0 auto;
}
.para .contents .access {
  padding-bottom: 145px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .para .contents .access {
    padding-bottom: 55px;
  }
}
.para .contents .access::after {
  content: "";
  background-image: url("../img/top/line.jpg");
  background-position: center;
  background-repeat: repeat-x;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 0px;
  left: 0;
}
.para .contents .access_mv {
  position: relative;
  z-index: 16;
}
.para .contents .access_wrap {
  max-width: 1016px;
  margin: 0 auto 0;
  padding: 0 60px;
  padding-top: 135px;
}
@media screen and (max-width: 768px) {
  .para .contents .access_wrap {
    padding-top: 40px;
  }
}
.para .contents .access_wrap h2 {
  width: clamp(90px, 20.380952381vw, 214px);
  margin: 0 auto 55px;
}
@media screen and (max-width: 768px) {
  .para .contents .access_wrap h2 {
    margin-bottom: 25px;
  }
}
.para .contents .access_wrap p {
  width: 64.9523809524vw;
  max-width: 682px;
  margin: 0 auto;
}
.para .contents .access_wrap .route {
  margin: 0 auto 80px;
  margin-top: 115px;
}
@media screen and (max-width: 768px) {
  .para .contents .access_wrap .route {
    margin-top: 32px;
    margin-bottom: 26px;
  }
}
.para .contents .access_wrap .access-list {
  width: 100%;
}
.para .contents .plan {
  padding-top: 120px;
  margin: 0 auto 75px;
}
@media screen and (max-width: 768px) {
  .para .contents .plan {
    padding-top: 40px;
    margin-bottom: 35px;
  }
}
.para .contents .plan_wrap h2 {
  width: clamp(60px, 13.8095238095vw, 145px);
  margin: 0 auto 63px;
}
@media screen and (max-width: 768px) {
  .para .contents .plan_wrap h2 {
    margin-bottom: 25px;
  }
}
.para .contents .plan_wrap p {
  width: clamp(238px, 62.6666666667vw, 658px);
  margin: 0 auto;
}
.para .contents .plan_wrap .size {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .para .contents .plan_wrap .size {
    margin-top: 27px;
  }
}
.para .contents .plan_wrap .size .type {
  width: clamp(270px, 44vw, 462px);
  margin: 0 auto;
}
.para .contents .plan_wrap .size .m2 {
  width: clamp(270px, 43.7142857143vw, 459px);
  margin: 0 auto;
}
.para .contents .plan_wrap .atype {
  width: clamp(274px, 64.9523809524vw, 682px);
  margin: 50px auto;
  padding-left: clamp(25px, 6.6666666667vw, 70px);
}
.para .contents .notes {
  max-width: 1047px;
  padding: 0 17px;
  margin: 0 auto;
}
.para .contents .notes p {
  font-size: 13px;
  line-height: 16px;
}
@media screen and (max-width: 768px) {
  .para .contents .notes p {
    font-size: 10px;
    line-height: 13px;
  }
}

footer {
  position: relative;
  z-index: 15;
}/*# sourceMappingURL=top.css.map */