h1 {
  position: fixed;
  top: 0.1rem;
  left: 0.2rem;
  z-index: 2;
  width: 3rem;
}
@media screen and (max-width: 500px) {
  h1 {
    width: 2rem;
  }
}
h1 img {
  width: 100%;
}

main .wrap {
  position: relative;
}
main .wrap .cnt {
  padding-top: 100svh;
}
main .wrap .mv {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
  height: 100svh;
  background-image: url(../img/bg.svg);
}
main .wrap .mv .ttl {
  position: fixed;
  mask-image: linear-gradient(135deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(135deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  mask-size: 250% 250%;
  -webkit-mask-size: 250% 250%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 130% 130%;
  -webkit-mask-position: 130% 130%;
  z-index: 5;
}
main .wrap .mv .ttl.show {
  animation: mask-animation 3s linear forwards;
}
@keyframes mask-animation {
  0% {
    mask-position: 130% 130%;
    -webkit-mask-position: 130% 130%;
  }
  100% {
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
  }
}
@media screen and (max-width: 500px) {
  main .wrap .mv .ttl {
    width: 85%;
    right: 6vw;
    bottom: 6vw;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .mv .ttl {
    right: 6vw;
    bottom: 8vw;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) and (orientation: portrait) {
  main .wrap .mv .ttl {
    bottom: 20vw;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1366px) {
  main .wrap .mv .ttl {
    right: 2vw;
    bottom: 2vw;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1536px) {
  main .wrap .mv .ttl {
    right: 5.5vw;
    bottom: 5.5vw;
  }
}
@media screen and (min-width: 1537px) {
  main .wrap .mv .ttl {
    right: 6.5vw;
    bottom: 6.5vw;
  }
}
@media screen and (min-width: 1921px) {
  main .wrap .mv .ttl {
    width: 40vw;
    bottom: 3vw;
    right: 3vw;
  }
}
main .wrap .mv .swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
main .wrap .mv .swiper.show {
  animation: fadeInUp 2s ease-out forwards;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
main .wrap .mv .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
main .wrap .mv .swiper .swiper-wrapper .swiper-slide .img {
  position: absolute;
  overflow: hidden;
}
main .wrap .mv .swiper .swiper-wrapper .slide1 .img:nth-child(1) {
  left: 0;
}
@media screen and (min-width: 1281px) {
  main .wrap .mv .swiper .swiper-wrapper .slide1 .img:nth-child(1) {
    top: 12%;
    width: 8.13rem;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .mv .swiper .swiper-wrapper .slide1 .img:nth-child(1) {
    top: 12%;
    width: 8.13rem;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) and (orientation: portrait) {
  main .wrap .mv .swiper .swiper-wrapper .slide1 .img:nth-child(1) {
    top: 20%;
  }
}
@media screen and (max-width: 500px) {
  main .wrap .mv .swiper .swiper-wrapper .slide1 .img:nth-child(1) {
    width: 80%;
    top: 30%;
  }
}
main .wrap .mv .swiper .swiper-wrapper .slide1 .img:nth-child(2) {
  top: 30%;
  width: 2.96rem;
}
@media screen and (min-width: 1537px) {
  main .wrap .mv .swiper .swiper-wrapper .slide1 .img:nth-child(2) {
    right: 30%;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1536px) {
  main .wrap .mv .swiper .swiper-wrapper .slide1 .img:nth-child(2) {
    right: 30%;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1366px) {
  main .wrap .mv .swiper .swiper-wrapper .slide1 .img:nth-child(2) {
    right: 25%;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .mv .swiper .swiper-wrapper .slide1 .img:nth-child(2) {
    right: 0;
    top: 0;
    width: 25%;
  }
}
@media screen and (max-width: 500px) {
  main .wrap .mv .swiper .swiper-wrapper .slide1 .img:nth-child(2) {
    width: 30%;
    top: 13%;
    left: 20%;
  }
}
@media screen and (min-width: 1281px) {
  main .wrap .mv .swiper .swiper-wrapper .slide1 .img:nth-child(3) {
    bottom: -5%;
    left: 20%;
    width: 5.54rem;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .mv .swiper .swiper-wrapper .slide1 .img:nth-child(3) {
    bottom: -5%;
    left: 20%;
    width: 5.54rem;
  }
}
@media screen and (max-width: 500px) {
  main .wrap .mv .swiper .swiper-wrapper .slide1 .img:nth-child(3) {
    width: 60%;
    bottom: 25%;
    right: 0;
  }
}
main .wrap .mv .swiper .swiper-wrapper .slide1 .img:nth-child(4) {
  right: 0;
  top: 0;
}
@media screen and (min-width: 1281px) {
  main .wrap .mv .swiper .swiper-wrapper .slide1 .img:nth-child(4) {
    width: 2.82rem;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .mv .swiper .swiper-wrapper .slide1 .img:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  main .wrap .mv .swiper .swiper-wrapper .slide1 .img:nth-child(4) {
    width: 24%;
  }
}
main .wrap .mv .swiper .swiper-wrapper .slide2 .img:nth-child(1) {
  left: 0;
}
@media screen and (min-width: 1281px) {
  main .wrap .mv .swiper .swiper-wrapper .slide2 .img:nth-child(1) {
    bottom: 0;
    width: 2.25rem;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .mv .swiper .swiper-wrapper .slide2 .img:nth-child(1) {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  main .wrap .mv .swiper .swiper-wrapper .slide2 .img:nth-child(1) {
    width: 20%;
    bottom: 23%;
  }
}
@media screen and (min-width: 1281px) {
  main .wrap .mv .swiper .swiper-wrapper .slide2 .img:nth-child(2) {
    top: 35%;
    width: 2.96rem;
  }
}
@media screen and (min-width: 1537px) {
  main .wrap .mv .swiper .swiper-wrapper .slide2 .img:nth-child(2) {
    left: 15%;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1536px) {
  main .wrap .mv .swiper .swiper-wrapper .slide2 .img:nth-child(2) {
    left: 15%;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1366px) {
  main .wrap .mv .swiper .swiper-wrapper .slide2 .img:nth-child(2) {
    left: 18%;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .mv .swiper .swiper-wrapper .slide2 .img:nth-child(2) {
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  main .wrap .mv .swiper .swiper-wrapper .slide2 .img:nth-child(2) {
    width: 30%;
    top: 15%;
    left: 10%;
  }
}
@media screen and (min-width: 1281px) {
  main .wrap .mv .swiper .swiper-wrapper .slide2 .img:nth-child(3) {
    top: 0;
  }
}
@media screen and (min-width: 1537px) {
  main .wrap .mv .swiper .swiper-wrapper .slide2 .img:nth-child(3) {
    left: 40%;
    width: 4.6rem;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1536px) {
  main .wrap .mv .swiper .swiper-wrapper .slide2 .img:nth-child(3) {
    left: 40%;
    width: 4.6rem;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1366px) {
  main .wrap .mv .swiper .swiper-wrapper .slide2 .img:nth-child(3) {
    left: 40%;
    width: 4.5rem;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .mv .swiper .swiper-wrapper .slide2 .img:nth-child(3) {
    left: 30%;
    width: 4.5rem;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) and (orientation: portrait) {
  main .wrap .mv .swiper .swiper-wrapper .slide2 .img:nth-child(3) {
    right: 0;
    width: 5rem;
    left: auto;
  }
}
@media screen and (max-width: 500px) {
  main .wrap .mv .swiper .swiper-wrapper .slide2 .img:nth-child(3) {
    width: 48%;
    top: 34%;
    right: 18%;
  }
}
main .wrap .mv .swiper .swiper-wrapper .slide2 .img:nth-child(4) {
  right: 0;
}
@media screen and (min-width: 1281px) {
  main .wrap .mv .swiper .swiper-wrapper .slide2 .img:nth-child(4) {
    top: 12%;
    width: 3.15rem;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .mv .swiper .swiper-wrapper .slide2 .img:nth-child(4) {
    top: 12%;
    width: 3.15rem;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) and (orientation: portrait) {
  main .wrap .mv .swiper .swiper-wrapper .slide2 .img:nth-child(4) {
    top: 15%;
    width: 3.5rem;
    left: 0;
  }
}
@media screen and (max-width: 500px) {
  main .wrap .mv .swiper .swiper-wrapper .slide2 .img:nth-child(4) {
    width: 35%;
    top: 5%;
  }
}
main .wrap .mv .swiper .swiper-wrapper .slide3 .img:nth-child(1) {
  left: 0;
}
@media screen and (min-width: 1281px) {
  main .wrap .mv .swiper .swiper-wrapper .slide3 .img:nth-child(1) {
    top: 12%;
    width: 8.13rem;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .mv .swiper .swiper-wrapper .slide3 .img:nth-child(1) {
    top: 12%;
    width: 8.13rem;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) and (orientation: portrait) {
  main .wrap .mv .swiper .swiper-wrapper .slide3 .img:nth-child(1) {
    top: 20%;
  }
}
@media screen and (max-width: 500px) {
  main .wrap .mv .swiper .swiper-wrapper .slide3 .img:nth-child(1) {
    width: 80%;
    top: 30%;
  }
}
main .wrap .mv .swiper .swiper-wrapper .slide3 .img:nth-child(2) {
  width: 2.96rem;
  top: 30%;
}
@media screen and (min-width: 1537px) {
  main .wrap .mv .swiper .swiper-wrapper .slide3 .img:nth-child(2) {
    right: 30%;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1536px) {
  main .wrap .mv .swiper .swiper-wrapper .slide3 .img:nth-child(2) {
    right: 30%;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1366px) {
  main .wrap .mv .swiper .swiper-wrapper .slide3 .img:nth-child(2) {
    right: 25%;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .mv .swiper .swiper-wrapper .slide3 .img:nth-child(2) {
    right: 0;
    top: 0;
    width: 25%;
  }
}
@media screen and (max-width: 500px) {
  main .wrap .mv .swiper .swiper-wrapper .slide3 .img:nth-child(2) {
    width: 30%;
    top: 13%;
    left: 20%;
  }
}
@media screen and (min-width: 1281px) {
  main .wrap .mv .swiper .swiper-wrapper .slide3 .img:nth-child(3) {
    bottom: -5%;
    left: 20%;
    width: 5.54rem;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .mv .swiper .swiper-wrapper .slide3 .img:nth-child(3) {
    bottom: -5%;
    left: 20%;
    width: 5.54rem;
  }
}
@media screen and (max-width: 500px) {
  main .wrap .mv .swiper .swiper-wrapper .slide3 .img:nth-child(3) {
    width: 60%;
    bottom: 25%;
    right: 0;
  }
}
main .wrap .mv .swiper .swiper-wrapper .slide3 .img:nth-child(4) {
  right: 0;
  top: 0;
}
@media screen and (min-width: 1281px) {
  main .wrap .mv .swiper .swiper-wrapper .slide3 .img:nth-child(4) {
    width: 2.82rem;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .mv .swiper .swiper-wrapper .slide3 .img:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  main .wrap .mv .swiper .swiper-wrapper .slide3 .img:nth-child(4) {
    width: 24%;
  }
}
main .wrap .mv .scrolldown {
  width: 25px;
  position: absolute;
  right: 10px;
  transform: translate3d(0px, -50%, 0px);
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in-out 0s;
  z-index: 5;
}
@media screen and (min-width: 1281px) {
  main .wrap .mv .scrolldown {
    top: 66%;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .mv .scrolldown {
    top: 66%;
  }
}
@media screen and (max-width: 500px) {
  main .wrap .mv .scrolldown {
    top: 50%;
  }
}
main .wrap .mv .scrolldown.show {
  opacity: 1;
}
main .wrap .mv .scrolldown p {
  padding: 0px 0px 170px;
  color: #505050;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: 0.2s;
  overflow: hidden;
  margin: auto;
}
main .wrap .mv .scrolldown p:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 150px;
  background: #ddd;
}
main .wrap .mv .scrolldown p:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 150px;
  background: #505050;
  animation: sdl01 3s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
main .wrap .mv .scrolldown img {
  animation: 4s ease-out 0s infinite normal none running scroll_move;
}
@keyframes scroll_move {
  0% {
    transform: translate3d(0px, -100%, 0px);
  }
  10% {
    transform: translate3d(0px, 0px, 0px);
  }
  90% {
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    transform: translate3d(0px, 100%, 0px);
  }
}
main .wrap .up {
  position: relative;
  z-index: 3;
  background-color: #fff;
}
@media screen and (min-width: 1281px) {
  main .wrap .up #intro {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .up #intro {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 500px) {
  main .wrap .up #intro {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
main .wrap .up #intro .txt {
  position: relative;
  margin-top: 25px;
  opacity: 0;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1281px) {
  main .wrap .up #intro .txt {
    margin-top: 30px;
  }
}
main .wrap .up #intro .txt.show {
  animation: fadeInUp 2s ease-out forwards;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
main .wrap .up #intro .txt p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1281px) {
  main .wrap .up #intro .txt p {
    margin-left: auto;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .up #intro .txt p {
    margin-left: auto;
  }
}
main .wrap .up #intro .txt p.t1 {
  margin-top: 0.32rem;
}
@media screen and (min-width: 1281px) {
  main .wrap .up #intro .txt p.t1 {
    padding-right: 2.4rem;
    line-height: 0.32rem;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .up #intro .txt p.t1 {
    padding-right: 2.4rem;
    line-height: 0.32rem;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) and (orientation: portrait) {
  main .wrap .up #intro .txt p.t1 {
    padding-right: 1.9rem;
  }
}
main .wrap .up #intro .txt p.t2 {
  margin-top: 0.32rem;
}
@media screen and (min-width: 1281px) {
  main .wrap .up #intro .txt p.t2 {
    padding-right: 2.08rem;
    line-height: 0.32rem;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .up #intro .txt p.t2 {
    padding-right: 2.08rem;
    line-height: 0.32rem;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) and (orientation: portrait) {
  main .wrap .up #intro .txt p.t2 {
    padding-right: 1.58rem;
  }
}
main .wrap .up #intro .txt p.t3 {
  font-size: max(24px, 0.24rem);
  margin-top: 0.32rem;
}
@media screen and (min-width: 1281px) {
  main .wrap .up #intro .txt p.t3 {
    padding-right: 1.76rem;
    line-height: 0.48rem;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .up #intro .txt p.t3 {
    padding-right: 1.76rem;
    line-height: 0.48rem;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) and (orientation: portrait) {
  main .wrap .up #intro .txt p.t3 {
    padding-right: 1.26rem;
  }
}
@media screen and (max-width: 500px) {
  main .wrap .up #intro .txt p.t3 {
    font-size: 20px;
  }
}
main .wrap .up #intro .txt p.t4 {
  margin-top: 0.32rem;
}
@media screen and (min-width: 1281px) {
  main .wrap .up #intro .txt p.t4 {
    padding-right: 1.28rem;
    line-height: 0.32rem;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .up #intro .txt p.t4 {
    padding-right: 1.28rem;
    line-height: 0.32rem;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) and (orientation: portrait) {
  main .wrap .up #intro .txt p.t4 {
    padding-right: 0.78rem;
  }
}
main .wrap .up #service {
  opacity: 0;
}
main .wrap .up #service.show {
  animation: fadeInUp 2s ease-out forwards;
}
@media screen and (min-width: 1281px) {
  main .wrap .up #service {
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .up #service {
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) and (orientation: portrait) {
  main .wrap .up #service {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 500px) {
  main .wrap .up #service {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1536px) {
  main .wrap .up #service .wrap_cnt {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1366px) {
  main .wrap .up #service .wrap_cnt {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .up #service .wrap_cnt {
    width: 90%;
    margin: 0 auto;
  }
}
main .wrap .up #service .wrap_cnt .right img {
  mask-image: linear-gradient(135deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(135deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  mask-size: 250% 250%;
  -webkit-mask-size: 250% 250%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 130% 130%;
  -webkit-mask-position: 130% 130%;
}
@media screen and (min-width: 1281px) {
  main .wrap .up #service .wrap_cnt .right img {
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .up #service .wrap_cnt .right img {
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 500px) {
  main .wrap .up #service .wrap_cnt .right img {
    width: 60%;
    margin: 0 auto;
  }
}
main .wrap .up #service .wrap_cnt .right.show img {
  animation: mask-animation 1.5s linear forwards;
}
@keyframes mask-animation {
  0% {
    mask-position: 130% 130%;
    -webkit-mask-position: 130% 130%;
  }
  100% {
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
  }
}
@media screen and (min-width: 1281px) {
  main .wrap .up #service .wrap_cnt .flexbox {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .up #service .wrap_cnt .flexbox {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 500px) {
  main .wrap .up #service .wrap_cnt .flexbox {
    margin-top: 0.3rem;
  }
}
@media screen and (min-width: 1281px) {
  main .wrap .up #service .wrap_cnt .flexbox li {
    width: 48%;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .up #service .wrap_cnt .flexbox li {
    width: 48%;
  }
}
main .wrap .up #service .wrap_cnt .flexbox .title {
  margin-top: 0.1rem;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
@media screen and (min-width: 1281px) {
  main .wrap .up #service .wrap_cnt .flexbox .title {
    font-size: max(22px, 0.22rem);
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .up #service .wrap_cnt .flexbox .title {
    font-size: max(22px, 0.22rem);
  }
}
@media screen and (max-width: 500px) {
  main .wrap .up #service .wrap_cnt .flexbox .title {
    font-size: 20px;
  }
}
main .wrap .up #service .wrap_cnt .flexbox .title:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-image: url(../img/h-line.png);
  background-size: contain;
  background-position: top left;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
}
main .wrap .up #service .wrap_cnt .flexbox .txt {
  margin-top: 0.1rem;
}
@media screen and (min-width: 1281px) {
  main .wrap .up #service .wrap_cnt .flexbox li:nth-of-type(even) {
    margin-top: 0.8rem;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .up #service .wrap_cnt .flexbox li:nth-of-type(even) {
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 500px) {
  main .wrap .up #service .wrap_cnt .flexbox li:nth-of-type(n+2) {
    margin-top: 0.4rem;
  }
}
main .wrap .up #service .wrap_cnt .flexbox li:nth-of-type(2) {
  animation-delay: 0.5s;
}
main .wrap .up #service .wrap_cnt .flexbox li:nth-of-type(3) {
  animation-delay: 0.5s;
}
main .wrap .up #service .wrap_cnt .flexbox li:nth-of-type(4) {
  animation-delay: 0.7s;
}
main .wrap .up .top-img-slide-wrap {
  overflow: hidden;
}
@media screen and (min-width: 1281px) {
  main .wrap .up .top-img-slide-wrap {
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .up .top-img-slide-wrap {
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) and (orientation: portrait) {
  main .wrap .up .top-img-slide-wrap {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 500px) {
  main .wrap .up .top-img-slide-wrap {
    padding-bottom: 100px;
  }
}
main .wrap .up .top-img-slide-wrap .top-img-slide {
  display: -webkit-box;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 1281px) {
  main .wrap .up .top-img-slide-wrap .top-img-slide .inner {
    padding-right: 20px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .up .top-img-slide-wrap .top-img-slide .inner {
    padding-right: 20px;
  }
}
@media screen and (max-width: 500px) {
  main .wrap .up .top-img-slide-wrap .top-img-slide .inner {
    padding-right: 10px;
  }
}
@media screen and (max-width: 500px) {
  main .wrap .up .top-img-slide-wrap .top-img-slide .inner:nth-of-type(odd) img {
    height: 160px;
  }
}
@media screen and (max-width: 500px) {
  main .wrap .up .top-img-slide-wrap .top-img-slide .inner:nth-of-type(even) img {
    height: 240px;
  }
}
main .wrap .up .gray {
  background-image: url(../img/bg.svg);
}
@media screen and (min-width: 1281px) {
  main .wrap .up .gray #flow {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .up .gray #flow {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) and (orientation: portrait) {
  main .wrap .up .gray #flow {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 500px) {
  main .wrap .up .gray #flow {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
main .wrap .up .gray #flow .wrap_cnt h2 img {
  margin: 0 auto;
  mask-image: linear-gradient(135deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(135deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  mask-size: 250% 250%;
  -webkit-mask-size: 250% 250%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 130% 130%;
  -webkit-mask-position: 130% 130%;
}
@media screen and (max-width: 500px) {
  main .wrap .up .gray #flow .wrap_cnt h2 img {
    width: 90%;
  }
}
main .wrap .up .gray #flow .wrap_cnt h2.show img {
  animation: mask-animation 1.5s linear forwards;
}
@keyframes mask-animation {
  0% {
    mask-position: 130% 130%;
    -webkit-mask-position: 130% 130%;
  }
  100% {
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
  }
}
main .wrap .up .gray #flow .wrap_cnt .flexbox {
  justify-content: space-evenly;
  align-items: center;
}
@media screen and (min-width: 501px) and (max-width: 1280px) and (orientation: portrait) {
  main .wrap .up .gray #flow .wrap_cnt .flexbox {
    display: block;
  }
}
@media screen and (min-width: 1281px) {
  main .wrap .up .gray #flow .wrap_cnt .flexbox .txt {
    width: max(460px, 5.48rem);
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .up .gray #flow .wrap_cnt .flexbox .txt {
    width: auto;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) and (orientation: portrait) {
  main .wrap .up .gray #flow .wrap_cnt .flexbox .txt {
    width: 90%;
    margin: 0 auto;
  }
}
main .wrap .up .gray #flow .wrap_cnt .flexbox .txt ul {
  opacity: 0;
}
main .wrap .up .gray #flow .wrap_cnt .flexbox .txt ul.show {
  animation: fadeInUp 2s ease-out forwards;
}
main .wrap .up .gray #flow .wrap_cnt .flexbox .txt ul li {
  text-align: center;
  margin-top: 25px;
  position: relative;
}
@media screen and (min-width: 1281px) {
  main .wrap .up .gray #flow .wrap_cnt .flexbox .txt ul li {
    font-size: max(18px, 0.18rem);
    line-height: max(40px, 0.48rem);
    height: max(40px, 0.48rem);
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .up .gray #flow .wrap_cnt .flexbox .txt ul li {
    font-size: max(16px, 0.16rem);
    height: max(48px, 0.48rem);
    line-height: 1.2;
  }
}
@media screen and (max-width: 500px) {
  main .wrap .up .gray #flow .wrap_cnt .flexbox .txt ul li {
    font-size: max(16px, 0.16rem);
    height: max(48px, 0.48rem);
    line-height: 1.2;
  }
}
main .wrap .up .gray #flow .wrap_cnt .flexbox .txt ul li:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-image: url(../img/h-line.png);
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
main .wrap .up .gray #flow .wrap_cnt .flexbox .txt ul li:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-image: url(../img/h-line.png);
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
main .wrap .up .gray #flow .wrap_cnt .flexbox .txt ul li .border {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
main .wrap .up .gray #flow .wrap_cnt .flexbox .txt ul li .border:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-image: url(../img/v-line.png);
  background-size: contain;
  position: absolute;
  left: 0;
  transform: translateX(-50%);
}
main .wrap .up .gray #flow .wrap_cnt .flexbox .txt ul li .border:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-image: url(../img/v-line.png);
  background-size: contain;
  position: absolute;
  right: 0;
  transform: translateX(-50%);
}
main .wrap .up .gray #flow .wrap_cnt .flexbox .txt ul li .arrow {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1281px) {
  main .wrap .up .gray #flow .wrap_cnt .flexbox .wrp_img {
    width: 40%;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .up .gray #flow .wrap_cnt .flexbox .wrp_img {
    width: 40%;
    margin-top: 0.2rem;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) and (orientation: portrait) {
  main .wrap .up .gray #flow .wrap_cnt .flexbox .wrp_img {
    width: 90%;
    margin: 1rem auto 0;
  }
}
@media screen and (min-width: 1281px) {
  main .wrap .up .gray #flow .wrap_cnt .flexbox .wrp_img .img1 {
    width: 3.5rem;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .up .gray #flow .wrap_cnt .flexbox .wrp_img .img1 {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  main .wrap .up .gray #flow .wrap_cnt .flexbox .wrp_img .img1 {
    margin: 10% 0 0 -25px;
    width: 2rem;
  }
}
@media screen and (min-width: 1281px) {
  main .wrap .up .gray #flow .wrap_cnt .flexbox .wrp_img .img2 {
    width: max(320px, 3.6rem);
    margin: 10% 0 0 20%;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .up .gray #flow .wrap_cnt .flexbox .wrp_img .img2 {
    width: 80%;
    margin: 10% 0 0 20%;
  }
}
@media screen and (max-width: 500px) {
  main .wrap .up .gray #flow .wrap_cnt .flexbox .wrp_img .img2 {
    margin: 10% -25px 0 auto;
    width: 3rem;
  }
}
main .wrap .up .gray #flow .wrap_cnt .flexbox .animation2 .img-load {
  overflow: hidden;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 99.9%);
}
main .wrap .up .gray #flow .wrap_cnt .flexbox .animation2 .img-load img {
  -webkit-transition-property: opacity, scale;
  transition-property: opacity, scale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-duration: 1.35s;
  transition-duration: 1.35s;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
  opacity: 0;
  scale: 1.25;
  min-height: 1px;
}
main .wrap .up .gray #flow .wrap_cnt .flexbox .animation2.show .img-load {
  animation: loaded 1.3s cubic-bezier(0.19, 1, 0.22, 1) 1s both;
}
main .wrap .up .gray #flow .wrap_cnt .flexbox .animation2.show .img-load img {
  opacity: 1;
  scale: 1;
}
@keyframes loaded {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
  }
}
main .wrap .up .white {
  background-color: #fff;
}
main .wrap .up .white #product {
  opacity: 0;
}
main .wrap .up .white #product.show {
  animation: fadeInUp 2s ease-out forwards;
}
@media screen and (min-width: 1281px) {
  main .wrap .up .white #product {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .up .white #product {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) and (orientation: portrait) {
  main .wrap .up .white #product {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 500px) {
  main .wrap .up .white #product {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1536px) {
  main .wrap .up .white #product .wrap_cnt {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1366px) {
  main .wrap .up .white #product .wrap_cnt {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .up .white #product .wrap_cnt {
    width: 90%;
    margin: 0 auto;
  }
}
main .wrap .up .white #product .wrap_cnt h2 img {
  margin: 0 auto;
  mask-image: linear-gradient(135deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(135deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  mask-size: 250% 250%;
  -webkit-mask-size: 250% 250%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 130% 130%;
  -webkit-mask-position: 130% 130%;
}
@media screen and (max-width: 500px) {
  main .wrap .up .white #product .wrap_cnt h2 img {
    width: 70%;
  }
}
main .wrap .up .white #product .wrap_cnt h2.show img {
  animation: mask-animation 1.5s linear forwards;
}
@keyframes mask-animation {
  0% {
    mask-position: 130% 130%;
    -webkit-mask-position: 130% 130%;
  }
  100% {
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
  }
}
main .wrap .up .white #product .wrap_cnt .flexbox-a {
  margin-top: 0.48rem;
  justify-content: space-between;
}
@media screen and (min-width: 1281px) {
  main .wrap .up .white #product .wrap_cnt .flexbox-a {
    gap: 50px 30px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .up .white #product .wrap_cnt .flexbox-a {
    gap: 30px 20px;
  }
}
@media screen and (max-width: 500px) {
  main .wrap .up .white #product .wrap_cnt .flexbox-a {
    gap: 20px 10px;
  }
}
@media screen and (min-width: 1281px) {
  main .wrap .up .white #product .wrap_cnt .flexbox-a li {
    width: calc(25% - 30px);
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .up .white #product .wrap_cnt .flexbox-a li {
    width: calc(25% - 20px);
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) and (orientation: portrait) {
  main .wrap .up .white #product .wrap_cnt .flexbox-a li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 500px) {
  main .wrap .up .white #product .wrap_cnt .flexbox-a li {
    width: calc(50% - 10px);
  }
}
main .wrap .up .white #product .wrap_cnt .flexbox-a li .title {
  text-align: center;
}
@media screen and (min-width: 1281px) {
  main .wrap .up .white #product .wrap_cnt .flexbox-a li .title {
    font-size: max(18px, 0.18rem);
    margin-top: 0.08rem;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .up .white #product .wrap_cnt .flexbox-a li .title {
    font-size: max(16px, 0.16rem);
    margin-top: 0.02rem;
  }
}
@media screen and (max-width: 500px) {
  main .wrap .up .white #product .wrap_cnt .flexbox-a li .title {
    font-size: max(15px, 0.15rem);
    margin-top: 0.02rem;
  }
}
main .wrap .up .white #product .wrap_cnt p {
  text-align: center;
  font-size: 14px;
  margin-top: 0.3rem;
}
main .wrap .up .white #office {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 1281px) {
  main .wrap .up .white #office {
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .up .white #office {
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) and (orientation: portrait) {
  main .wrap .up .white #office {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 500px) {
  main .wrap .up .white #office {
    padding-bottom: 100px;
  }
}
main .wrap .up .white #office .txt {
  background-image: url(../img/bg.svg);
}
@media screen and (min-width: 1281px) {
  main .wrap .up .white #office .txt {
    position: relative;
  }
}
@media screen and (min-width: 1537px) {
  main .wrap .up .white #office .txt {
    margin-left: 31%;
    padding: 0.6rem 0 0.6rem 2rem;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1536px) {
  main .wrap .up .white #office .txt {
    margin-left: 38%;
    padding: 0.6rem 0 0.6rem 2rem;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1366px) {
  main .wrap .up .white #office .txt {
    margin-left: 36%;
    padding: 0.5rem 0 0.5rem 2rem;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .up .white #office .txt {
    margin-left: 36%;
    padding: 3% 0 3% 12%;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) and (orientation: portrait) {
  main .wrap .up .white #office .txt {
    padding: 90px 15px 60px;
    margin-top: -50px;
    margin-left: 0;
  }
}
@media screen and (max-width: 500px) {
  main .wrap .up .white #office .txt {
    padding: 90px 15px;
    margin-top: -50px;
  }
}
main .wrap .up .white #office .txt h2 {
  margin-bottom: 0.4rem;
}
main .wrap .up .white #office .txt h2 img {
  mask-image: linear-gradient(135deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(135deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  mask-size: 250% 250%;
  -webkit-mask-size: 250% 250%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 130% 130%;
  -webkit-mask-position: 130% 130%;
}
@media screen and (min-width: 501px) and (max-width: 1280px) and (orientation: portrait) {
  main .wrap .up .white #office .txt h2 img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  main .wrap .up .white #office .txt h2 img {
    width: 70%;
    margin: 0 auto;
  }
}
main .wrap .up .white #office .txt h2.show img {
  animation: mask-animation 1.5s linear forwards;
}
@keyframes mask-animation {
  0% {
    mask-position: 130% 130%;
    -webkit-mask-position: 130% 130%;
  }
  100% {
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
  }
}
main .wrap .up .white #office .txt dl {
  font-size: max(16px, 0.16rem);
  display: flex;
  margin-top: 0.01rem;
  padding: 10px 0px 10px 10px;
  position: relative;
}
@media screen and (min-width: 1281px) {
  main .wrap .up .white #office .txt dl {
    width: 80%;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .up .white #office .txt dl {
    width: 95%;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) and (orientation: portrait) {
  main .wrap .up .white #office .txt dl {
    width: 80%;
    margin: 0 auto;
  }
}
main .wrap .up .white #office .txt dl:last-of-type {
  padding-bottom: 10px;
}
main .wrap .up .white #office .txt dl:first-of-type:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-image: url(../img/h-line.png);
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
main .wrap .up .white #office .txt dl:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-image: url(../img/h-line.png);
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1281px) {
  main .wrap .up .white #office .txt dt {
    flex: 1.5;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .up .white #office .txt dt {
    flex: 1.5;
  }
}
@media screen and (max-width: 500px) {
  main .wrap .up .white #office .txt dt {
    flex: 3;
  }
}
main .wrap .up .white #office .txt dd {
  flex: 8.5;
}
@media screen and (min-width: 1537px) {
  main .wrap .up .white #office .animation2 {
    width: 38%;
    top: 10%;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1536px) {
  main .wrap .up .white #office .animation2 {
    width: 45%;
    top: 10%;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1366px) {
  main .wrap .up .white #office .animation2 {
    width: 45%;
    top: 12%;
  }
}
@media screen and (min-width: 1281px) {
  main .wrap .up .white #office .animation2 {
    position: absolute;
    z-index: 2;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) and (orientation: landscape) {
  main .wrap .up .white #office .animation2 {
    position: absolute;
    z-index: 2;
    width: 45%;
    top: 16%;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) and (orientation: portrait) {
  main .wrap .up .white #office .animation2 {
    width: 60%;
  }
}
@media screen and (max-width: 500px) {
  main .wrap .up .white #office .animation2 {
    width: 90%;
    top: 2%;
  }
}
main .wrap .up .white #office .animation2 .img-load {
  overflow: hidden;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 99.9%);
}
main .wrap .up .white #office .animation2 .img-load img {
  -webkit-transition-property: opacity, scale;
  transition-property: opacity, scale;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 0;
  scale: 1.05;
  min-height: 1px;
}
main .wrap .up .white #office .animation2.show .img-load {
  animation: loaded 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
}
main .wrap .up .white #office .animation2.show .img-load img {
  opacity: 1;
  scale: 1;
}
@keyframes loaded {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
  }
}
@media screen and (min-width: 1281px) {
  main .wrap .up .white #access {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .up .white #access {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 500px) {
  main .wrap .up .white #access {
    padding-bottom: 300px;
  }
}
main .wrap .up .white #access .flexbox {
  height: 4.8rem;
  align-content: flex-end;
  flex-wrap: nowrap;
  align-items: flex-end;
}
@media screen and (min-width: 1281px) {
  main .wrap .up .white #access .flexbox {
    gap: 60px;
  }
}
@media screen and (min-width: 1281px) {
  main .wrap .up .white #access .flexbox {
    gap: 20px;
  }
}
@media screen and (min-width: 1281px) {
  main .wrap .up .white #access .flexbox .txt {
    width: 380px;
    padding-left: 5vw;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .up .white #access .flexbox .txt {
    width: 380px;
    padding-left: 5vw;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) and (orientation: portrait) {
  main .wrap .up .white #access .flexbox .txt {
    padding-left: 3vw;
    width: 340px;
  }
}
@media screen and (max-width: 500px) {
  main .wrap .up .white #access .flexbox .txt {
    padding: 0px 25px 20px;
  }
}
@media screen and (max-width: 500px) {
  main .wrap .up .white #access .flexbox .txt h2 {
    margin-bottom: 0.2rem;
  }
}
main .wrap .up .white #access .flexbox .txt h2 img {
  mask-image: linear-gradient(135deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(135deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  mask-size: 250% 250%;
  -webkit-mask-size: 250% 250%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 130% 130%;
  -webkit-mask-position: 130% 130%;
}
@media screen and (max-width: 500px) {
  main .wrap .up .white #access .flexbox .txt h2 img {
    width: 60%;
    margin: 0 auto;
  }
}
main .wrap .up .white #access .flexbox .txt h2.show img {
  animation: mask-animation 1.5s linear forwards;
}
@keyframes mask-animation {
  0% {
    mask-position: 130% 130%;
    -webkit-mask-position: 130% 130%;
  }
  100% {
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
  }
}
main .wrap .up .white #access .flexbox .txt h3 {
  font-size: 24px;
}
main .wrap .up .white #access .flexbox .txt ul {
  font-size: 16px;
}
main .wrap .up .white #access .flexbox .txt ul a {
  font-size: 22px;
}
main .wrap .up .white #access .flexbox iframe {
  height: 100%;
}
@media screen and (min-width: 1281px) {
  main .wrap .up .white #access .flexbox iframe {
    flex: 1;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  main .wrap .up .white #access .flexbox iframe {
    flex: 1;
  }
}
@media screen and (max-width: 500px) {
  main .wrap .up .white #access .flexbox iframe {
    width: 100%;
  }
}

.footer {
  position: relative;
  z-index: 4;
}
.footer .copyright {
  display: block;
  text-align: center;
  font-size: max(12px, 0.12rem);
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 40px;
  background: #fff;
  font-family: "Oswald", sans-serif;
}
@media screen and (min-width: 1281px) {
  .footer .copyright {
    font-size: 13px;
  }
}/*# sourceMappingURL=style.css.map */