@charset "UTF-8";
#mv {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #mv {
    position: relative;
    width: 100%;
    height: 50dvh;
    z-index: 1;
    top: 0;
    margin-top: 70px;
    overflow: hidden;
  }
}
#mv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #545454 100%);
  opacity: 0.4;
  mix-blend-mode: multiply;
  z-index: 1;
}
#mv .swiper-slide .slide-item {
  position: relative;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #mv .swiper-slide .slide-item {
    height: 50dvh;
  }
}
#mv .swiper-slide .slide-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mv .swiper-slide-active .slide-item,
#mv .swiper-slide-duplicate-active .slide-item,
#mv .swiper-slide-prev .slide-item {
  animation: zoomanime 6s linear 0s normal both;
}
@keyframes zoomanime {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.mv-content {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: calc(100% - 533px - 58px);
  height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 49px;
}
@media screen and (max-width: 1440px) {
  .mv-content {
    padding-left: 3.4027777778vw;
  }
}
@media screen and (max-width: 768px) {
  .mv-content {
    position: absolute;
    width: 100%;
    height: calc(50dvh + 70px);
    bottom: auto;
    top: 0;
    padding: 20px;
  }
}
.mv-content h1 {
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
  color: #fff;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
  margin: 0;
  padding: 0;
  position: absolute;
  left: 49px;
  top: 200px;
  top: 22.2vh;
}
@media screen and (max-width: 1440px) {
  .mv-content h1 {
    font-size: 1.0416666667vw;
    left: 3.4027777778vw;
  }
}
@media screen and (max-width: 768px) {
  .mv-content h1 {
    font-size: 12px;
    left: 20px;
    top: 100px;
  }
}
.mv-content p.btn-cont a.btn {
  position: relative;
  display: block;
  width: 172px;
  line-height: 36px;
  height: 36px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  text-align: left;
  color: #fff;
  padding: 0 0 0 22px;
  text-decoration: none;
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .mv-content p.btn-cont a.btn {
    width: 140px;
    line-height: 30px;
    height: 30px;
    font-size: 11px;
    padding: 0 0 0 22px;
    margin: 0;
    position: absolute;
    right: 20px;
    top: 100px;
  }
}
.mv-content p.btn-cont a.btn > i {
  display: block;
  width: 15px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  opacity: 0.6;
  transition: 0.3s;
}
.mv-content p.btn-cont a.btn > i i {
  display: block;
  width: 5px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  transform-origin: right 0;
}
.mv-content p.btn-cont a.btn:hover {
  background: rgba(255, 255, 255, 0.5);
}
.mv-content p.btn-cont a.btn:hover > i {
  transform: translateX(30%);
}
.mv-content p.main-copy {
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 65px;
  font-size: 4.5138888889vw;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: left;
  color: #fff;
  text-shadow: 0px 0px 36px rgba(0, 0, 0, 0.16);
  margin: 0;
  padding: 0 0 0.76em;
  font-feature-settings: "palt";
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .mv-content p.main-copy {
    font-size: 30px;
    padding: 0;
  }
}

.bg-grad {
  display: block;
  width: 533px;
  height: 100dvh;
  position: fixed;
  right: 58px;
  top: 0;
  background: linear-gradient(#5ddba1 0%, #27aadb 100%);
}
@media screen and (max-width: 1440px) {
  .bg-grad {
    width: 37.0138888889vw;
    right: 4.0277777778vw;
  }
}
@media screen and (max-width: 768px) {
  .bg-grad {
    width: 100%;
    height: 50dvh;
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    display: none;
  }
}

main {
  display: flex;
  justify-content: flex-end;
  padding-right: 58px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  main {
    padding-right: 4.0277777778vw;
  }
}
@media screen and (max-width: 768px) {
  main {
    display: block;
    width: 100%;
    padding: 0;
    background: linear-gradient(#5ddba1 0%, #27aadb 100%);
  }
}

.scroll-content {
  position: relative;
  width: 533px;
  overflow: hidden;
  z-index: 1;
  clip-path: 0;
}
@media screen and (max-width: 1440px) {
  .scroll-content {
    width: 37.0138888889vw;
  }
}
@media screen and (max-width: 768px) {
  .scroll-content {
    width: auto;
    z-index: auto;
    margin-top: 0;
  }
}
.scroll-content * {
  color: #fff;
  margin: 0;
  padding: 0;
}
.scroll-content section {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  padding: 40px 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  min-height: 51vh;
}
@media screen and (max-width: 1440px) {
  .scroll-content section {
    padding: 40px 3.4722222222vw;
  }
}
@media screen and (max-width: 768px) {
  .scroll-content section {
    padding: 40px 30px;
  }
}
.scroll-content h2 {
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  text-align: right;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1440px) {
  .scroll-content h2 {
    font-size: 2.7777777778vw;
  }
}
@media screen and (max-width: 768px) {
  .scroll-content h2 {
    font-size: 25px;
  }
}
.scroll-content h3 {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 0.9em;
}
@media screen and (max-width: 1440px) {
  .scroll-content h3 {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .scroll-content h3 {
    font-size: 20px;
  }
}
.scroll-content ul {
  margin-bottom: 2em;
  margin-left: 2em;
}
@media screen and (max-width: 1440px) {
  .scroll-content ul li {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 768px) {
  .scroll-content ul li {
    font-size: 14px;
  }
}
.scroll-content ul li::before {
  content: "・　";
  display: inline-block;
  width: 2em;
  margin-left: -2em;
}
.scroll-content ul li a {
  text-decoration: none;
  position: relative;
  display: inline;
  color: #fff;
  background: linear-gradient(transparent 95%, #fff 0);
  background-repeat: no-repeat !important;
  background-size: 0% 100% !important;
  transition: background-size 0.3s !important;
  padding-bottom: 0.1em;
}
.scroll-content ul li a:hover {
  background-size: 100% 100% !important;
}
.scroll-content #special {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .scroll-content #special {
    padding-top: 40px;
  }
}
.scroll-content #recruit {
  min-height: 1px;
}
.scroll-content #recruit .entry {
  padding-top: 2em;
}
.scroll-content #recruit .entry a {
  display: block;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  width: 310px;
  height: 50px;
  line-height: 50px;
  border-radius: 200px;
  background: #4db5e2;
  background: #fff;
  color: #4DB5E2;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .scroll-content #recruit .entry a {
    font-size: 12px;
    max-width: 250px;
    height: 45px;
    line-height: 45px;
  }
}
.scroll-content #recruit p.cp {
  font-size: 12px;
  line-height: 1;
  margin: 0;
  padding-top: 37px;
}
@media screen and (max-width: 768px) {
  .scroll-content #recruit p.cp {
    font-size: 10px;
  }
}

#modal-message {
  background: linear-gradient(#5ddba1 0%, #27aadb 100%);
  overflow-y: scroll;
  /*IE, Edge*/
  -ms-overflow-style: none;
  /*Firefox*/
  scrollbar-width: none;
}
#modal-message::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  #modal-message {
    padding: 30px 0;
  }
}
#modal-message .close-btn {
  position: fixed;
  right: 10px;
  top: 10px;
}
@media screen and (max-width: 768px) {
  #modal-message [class*=uk-modal-close-] {
    top: 20px;
    right: -20px;
  }
}
#modal-message .uk-modal-dialog {
  background: transparent;
  color: #fff;
  transform: translateY(0) !important;
}
@media screen and (max-width: 768px) {
  #modal-message .uk-modal-dialog {
    padding: 0;
  }
}
#modal-message .uk-modal-dialog .uk-grid {
  margin: 0;
}
#modal-message .uk-modal-dialog .flex {
  gap: 40px;
  margin: auto;
  width: 100vw;
  max-width: 960px !important;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #modal-message .uk-modal-dialog .flex {
    flex-direction: column;
    width: 100%;
    padding-top: 30px;
    gap: 30px;
  }
}
#modal-message .uk-modal-dialog .flex div:nth-of-type(1) {
  flex: 0.83;
}
#modal-message .uk-modal-dialog .flex div:nth-of-type(1) h2 {
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #modal-message .uk-modal-dialog .flex div:nth-of-type(1) h2 {
    font-size: 8vw;
  }
}
#modal-message .uk-modal-dialog .flex div:nth-of-type(2) p {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.9;
  text-align: justify;
  color: #fff;
  margin: 0 0 2em;
}
@media screen and (max-width: 768px) {
  #modal-message .uk-modal-dialog .flex div:nth-of-type(2) p {
    font-size: 3.7333333333vw;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
  }
}
#modal-message .uk-modal-dialog .flex div:nth-of-type(2) p:last-of-type {
  font-size: 24px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #modal-message .uk-modal-dialog .flex div:nth-of-type(2) p:last-of-type {
    font-size: 4.8vw;
  }
}