@charset "UTF-8";
/* 下線が右から左へ消える
---------------------------------------------------------- */
/* 下線が左から右へ消える
---------------------------------------------------------- */
#wraper {
  padding-top: 100vh;
}
@media all and (min-width: 751px) {
  #wraper {
    position: relative;
  }
}

@media all and (min-width: 751px) {
  main {
    position: relative;
    z-index: 10;
  }
}

.fix_catch {
  opacity: 0;
  -webkit-transform: translateX(150px);
          transform: translateX(150px);
  -webkit-animation: catchUltraSharp 0.25s cubic-bezier(0.6, 0, 0.4, 1) forwards;
          animation: catchUltraSharp 0.25s cubic-bezier(0.6, 0, 0.4, 1) forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media all and (max-width: 750px) {
  .fix_catch {
    display: none;
  }
}
@media all and (min-width: 751px) {
  .fix_catch {
    position: fixed;
    bottom: 40px;
    left: 30px;
    width: 51.9%;
    z-index: 25;
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
}

@-webkit-keyframes catchUltraSharp {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes catchUltraSharp {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.over_wrap {
  background: url(../images/common/bg.webp) repeat center top/contain fixed;
  position: relative;
  z-index: 30;
}

.entry, .footer {
  position: relative;
  z-index: 30;
}

.footer {
  background: url(../images/common/bg.webp) repeat center top/contain fixed;
}

/* mv
---------------------------------------------------------- */
.mv {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}
@media all and (max-width: 750px) {
  .mv::after {
    content: "";
    position: fixed;
    left: 10px;
    bottom: calc(35px + env(safe-area-inset-bottom));
    width: 348px;
    height: 115px;
    background: url(../images/common/footer_catch.png) no-repeat center/contain;
    opacity: 0;
    -webkit-animation: fadeRightAnime 0.4s ease 0.6s forwards;
            animation: fadeRightAnime 0.4s ease 0.6s forwards;
  }
}
.mv .mv_video {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  background: transparent;
}

/* message
---------------------------------------------------------- */
.message {
  background-color: rgba(0, 42, 95, 0.8);
  padding: 80px 0 54px;
  position: relative;
  z-index: 20;
}
@media all and (min-width: 751px) {
  .message {
    height: calc(100vh - 80px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media all and (min-width: 751px) {
  .message .sec_flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media all and (max-width: 750px) {
  .message .sec_left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 60px;
  }
}
@media all and (min-width: 751px) {
  .message .sec_left {
    width: 709px;
  }
}
.message .sec_right {
  padding-top: 15px;
}
@media all and (min-width: 751px) {
  .message .sec_right {
    width: 432px;
  }
}
.message .sec_right .sec_copy {
  margin-top: 15px;
  font-size: 22px;
}
@media all and (min-width: 751px) {
  .message .sec_right .sec_copy {
    margin-top: 25px;
    font-size: 30px;
  }
}

/* service
---------------------------------------------------------- */
.service {
  overflow: hidden;
}
@media all and (max-width: 750px) {
  .service {
    padding: 46px 0 52px;
    background: url(../images/top/service_bg_sp.jpg) no-repeat center/cover;
  }
}
@media all and (min-width: 751px) {
  .service {
    padding-top: 200px;
    margin-bottom: 140px;
  }
}
.service .message_wrap {
  position: relative;
}
@media all and (min-width: 751px) {
  .service .message_wrap {
    padding: 92px 20px 160px;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
@media all and (min-width: 751px) {
  .service .message_wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: url(../images/top/service_bg_pc.jpg) no-repeat center/cover;
    z-index: -1;
  }
}
@media all and (min-width: 751px) {
  .service .sec_flex {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.service .sec_title {
  margin-bottom: 12px;
}
@media all and (min-width: 751px) {
  .service .sec_title {
    margin: 0 0 40px 13.28%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .service .sec_title {
    margin-left: 0;
  }
}
@media all and (min-width: 751px) {
  .service .sec_left {
    width: 50%;
    max-width: 580px;
    margin-left: 60px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .service .sec_left {
    margin-left: 0;
  }
}
.service .sec_left .service_img {
  width: 100%;
}
@media all and (min-width: 751px) {
  .service .sec_right {
    max-width: 394px;
    padding-top: 115px;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .service .sec_right {
    width: calc(47% - 40px);
  }
}
@media all and (max-width: 750px) {
  .service .sec_right .service_sub_img {
    display: none;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .service .sec_right .service_sub_img {
    display: none;
  }
}
@media all and (min-width: 751px) {
  .service .sec_right .service_sub_img {
    position: absolute;
    bottom: -70px;
    right: -65px;
    width: 170px;
  }
}
.service .sec_right .sec_copy {
  font-size: 22px;
}
@media all and (min-width: 751px) {
  .service .sec_right .sec_copy {
    font-size: 30px;
  }
}

/* culture
---------------------------------------------------------- */
.culture {
  background: url(../images/top/culture_bg_sp.webp) no-repeat center top/cover;
  padding: 50px 0 37px;
}
@media all and (min-width: 751px) {
  .culture {
    background-image: url(../images/top/culture_bg.webp);
    padding: 128px 0 139px;
  }
}
@media all and (max-width: 750px) {
  .culture .sec_left {
    display: contents;
  }
}
@media all and (min-width: 751px) {
  .culture .sec_left .sec_copy {
    margin-top: 35px;
  }
}
@media all and (max-width: 750px) {
  .culture .sec_right {
    display: contents;
  }
}
@media all and (min-width: 751px) {
  .culture .sec_right {
    width: 437px;
  }
}
@media all and (max-width: 750px) {
  .culture .sec_title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media all and (max-width: 750px) {
  .culture .sec_copy {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media all and (max-width: 750px) {
  .culture .read {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media all and (max-width: 750px) {
  .culture .sec_img {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-bottom: 30px;
  }
}
@media all and (min-width: 751px) {
  .culture .sec_img {
    max-width: 630px;
  }
}
@media all and (max-width: 750px) {
  .culture .btn_wrap {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
.culture .sec_img {
  max-width: 630px;
}
/*# sourceMappingURL=top.css.map */