html,
body {
  height: 100%;
}

/*============================
#mv
============================*/
#mv {
  position: relative;
}
@media screen and (max-width: 768px) {
  #mv {
    aspect-ratio: 1/1;
  }
}
#mv img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #mv img {
    height: 100%;
    object-fit: cover;
  }
}
#mv .mv-copy {
  position: absolute;
  left: 6.4vw;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 8vw;
  width: 53.4vw;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #mv .mv-copy {
    width: 65%;
  }
}
#mv .mv-scroll {
  position: absolute;
  right: 30px;
  bottom: 0;
}
#mv .mv-scroll span {
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 35px;
  transform-origin: right center;
  transform: rotate(90deg);
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  #mv .mv-scroll span {
    font-size: 9px;
  }
}
#mv .mv-scroll i {
  display: block;
  width: 1px;
  height: 30px;
  background-color: #fff;
  animation: fade 1.4s ease 0s infinite forwards;
  transform-origin: right top;
  margin-right: 1px;
}
@keyframes fade {
  0% {
    transform: scaleY(0);
    transform-origin: right top;
  }
  40% {
    transform: scaleY(1);
    transform-origin: right top;
  }
  60% {
    transform: scaleY(1);
    transform-origin: right bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: right bottom;
  }
}

main {
  /*============================
  #intro
  ============================*/
  /*============================
  .home-bigmenu
  ============================*/
  /*============================
  #sec01
  ============================*/
  /*============================
  #sec02
  ============================*/
  /*============================
  #news
  ============================*/
  /*============================
  #product
  ============================*/
  /*============================
  #recruit
  ============================*/
}
main #intro {
  padding-bottom: 0;
}
main #intro .uk-container {
  text-align: center;
}
main #intro .uk-container h2 {
  font-weight: 900;
  font-size: 32px;
  line-height: 1.5;
  color: #1E509A;
}
@media screen and (max-width: 768px) {
  main #intro .uk-container h2 {
    font-size: 22.4px;
    text-align: left;
  }
  main #intro .uk-container h2 br {
    display: none;
  }
}
main #intro .uk-container p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  main #intro .uk-container p {
    text-align: left;
  }
  main #intro .uk-container p br {
    display: none;
  }
}
main .home-bigmenu {
  padding: 45px 0 0;
}
@media screen and (max-width: 768px) {
  main .home-bigmenu {
    padding: 0 !important;
  }
}
main .home-bigmenu .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  main .home-bigmenu .flex {
    display: block;
  }
}
main .home-bigmenu .flex div {
  flex: 1;
  padding-left: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  main .home-bigmenu .flex div {
    padding: 20px;
    display: block;
  }
}
main .home-bigmenu .flex figure {
  max-width: 61%;
  max-height: 440px;
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 1000px 0 0 1000px;
}
@media screen and (max-width: 768px) {
  main .home-bigmenu .flex figure {
    border-radius: 0 !important;
    max-width: none;
    max-height: none;
  }
}
main .home-bigmenu .flex figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
main .home-bigmenu .flex figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main #sec01 .home-bigmenu {
  padding-left: 40px;
}
main #sec01 .home-bigmenu .flex figure {
  border-radius: 1000px 0 0 1000px;
}
main #sec02 .home-bigmenu {
  padding-right: 40px;
}
main #sec02 .home-bigmenu .flex {
  flex-direction: row;
}
main #sec02 .home-bigmenu .flex figure {
  border-radius: 0 1000px 1000px 0;
}
main #news .uk-container .flex {
  gap: 5%;
}
@media screen and (max-width: 768px) {
  main #news .uk-container .flex {
    display: block;
  }
}
main #news .uk-container .flex div:nth-of-type(2) {
  flex: 1;
}
@media screen and (max-width: 768px) {
  main #product .uk-container {
    padding-right: 0;
  }
}
main #product .uk-container .product-slider-container {
  position: relative;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  main #product .uk-container .product-slider-container {
    padding: 0 0 0 20px;
    margin-left: -20px;
  }
}
main #product .uk-container .product-slider .swiper-wrapper .swiper-slide .card {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  main #product .uk-container .product-slider .swiper-wrapper .swiper-slide .card {
    padding: 20px;
    border-radius: 10px;
  }
}
main #product .uk-container .product-slider .swiper-wrapper .swiper-slide .card .card-body {
  text-align: center;
}
main #product .uk-container .product-slider .swiper-wrapper .swiper-slide .card .card-body figure + p {
  color: #1E509A;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  main #product .uk-container .product-slider .swiper-wrapper .swiper-slide .card .card-body .btn {
    min-width: 100%;
  }
}
main #product .uk-container .swiper-button-next,
main #product .uk-container .swiper-button-prev {
  width: 47px;
  height: 47px;
  background: #1E509A;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  main #product .uk-container .swiper-button-next,
main #product .uk-container .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
}
main #product .uk-container .swiper-button-next:after,
main #product .uk-container .swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main #product .uk-container .swiper-button-next:after,
main #product .uk-container .swiper-button-prev:after {
    font-size: 15px;
  }
}
main #product .uk-container .swiper-button-next {
  right: 0;
}
main #product .uk-container .swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 950px) {
  main #recruit .uk-container .flex {
    display: block;
  }
}
main #recruit .uk-container .flex figure {
  flex: 0 0 56%;
  margin: 0;
  position: relative;
}
main #recruit .uk-container .flex figure::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(33, 82, 153, 0.3) 70%, #215299 100%);
}
@media screen and (max-width: 950px) {
  main #recruit .uk-container .flex figure::before {
    background: #215299;
    opacity: 0.3;
  }
}
main #recruit .uk-container .flex figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main #recruit .uk-container .flex div {
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  main #recruit .uk-container .flex div {
    padding: 30px 20px;
  }
}
main #recruit .uk-container .flex div h2.ttl1 {
  margin-bottom: 0;
}
main #recruit .uk-container .flex div h2.ttl1 + p {
  margin: 1em 0 2em;
  color: #fff;
}