@charset "utf-8";
/* mv */
.home .wrapper main article .mv {
    margin: 8.5em 0 0 0;
}
.home .wrapper main article .mv .container {
    position: relative;
    width: 95%;
    height: 49.375em;
    margin: 0 auto;
}
/* .home .wrapper main article .mv .container .bg-image {
  width: 100%;
  height: inherit;
  padding: 0;
  border-radius:.75em;
  box-shadow: .25em .5em .5em rgba(0, 0, 0, 0.2);
}
.home .wrapper main article .mv .container .bg-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .75em;
} */
.home .wrapper main article .mv .container .img-box {
  width: 100%;
  height: inherit;
  padding: 0;
  border-radius:.75em;
  box-shadow: .25em .5em .5em rgba(0, 0, 0, 0.2);
}
/* .home .wrapper main article .mv .container .img-box li {
  width: 100%;
  height: inherit;
  border-radius: .75em;
  animation: anime 72s 0s infinite;
}
.home .wrapper main article .mv .container .img-box li:nth-of-type(2) {
  animation-delay: 12s;
}
.home .wrapper main article .mv .container .img-box li:nth-of-type(3) {
  animation-delay: 24s;
}
.home .wrapper main article .mv .container .img-box li:nth-of-type(4) {
  animation-delay: 36s;
}
.home .wrapper main article .mv .container .img-box li:nth-of-type(5) {
  animation-delay: 48s;
}
.home .wrapper main article .mv .container .img-box li:nth-of-type(6) {
  animation-delay: 60s;
}
@keyframes anime {
  0% {
    opacity: 0;
    transform: scale(1.25);
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    transform: scale(1);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
} */
.home .wrapper main article .mv .container .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  border-radius: .75em;
}
.home .wrapper main article .mv .container .content {
  position: absolute;
  top: 50%;
  left: 10%;
  opacity: 0;
  transition: opacity .75s ease-out;
  content: "";
  width: 40em;
  transform: translateY(-50%);
}
.home .wrapper main article .mv .container .content.show {
  opacity: 1;
}
.home .wrapper main article .mv .container .content img {
  display: block;
  width: 100%;
}

.slick-list {
  border-radius: .75em;
}
.slick-list,
.slick-track {
  height: 100%;
}
/* .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 8em;
  left: 43em;
  list-style: none;
  padding: 0;
}
.slick-dots li {
  width: .625em;
  height: .625em;
  margin: 0 .25em;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.slick-dots li.slick-active {
  background-color: var(--main-color);
}
.slick-dots li button {
  display: none;
} */
@media (max-width: 769px) {
    .home .wrapper main article .mv {
        margin: 4.75em 0 0 0;
    }
    .home .wrapper main article .mv .container {
        height: 32em;
    }
    .home .wrapper main article .mv .container .content {
        left: 50%;
        top: 20%;
        width: 20em;
        transform: translateX(-50%);
    }
    .home .wrapper main article .mv .container .content .inner p {
        font-size: 2em;
    }
    .home .wrapper main article .mv .container .img-box li img {
       object-position: center;
    }
    .slick-dots {
        bottom: 1em;
        left: 50%;
        transform: translateX(-50%);
    }
}
/* about */
.home .wrapper main article .about {
  margin: 7.2em 0 0 0;
}
.home .wrapper main article .about .container {
  width: 92%;
  max-width: 1420px;
  margin: 0 auto;
}
.home .wrapper main article .about .container .main-content {
  display: grid;
  gap: 3.5em;
  position: relative;
  margin: 3.875em 0 0 0;
  grid-template-columns: repeat(2, 1fr);
}
.home .wrapper main article .about .container .main-content::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: .0625em;
  height: calc(100% + 7.625em);
  background-color: var(--border-color);
  content: "";
}
.home .wrapper main article .about .container .main-content .box {

}
.home .wrapper main article .about .container .main-content .box .content {

}
.home .wrapper main article .about .container .main-content .box .content .head {

}
.home .wrapper main article .about .container .main-content .box .content .head .title {

}
.home .wrapper main article .about .container .main-content .box .content .head .subtitle {

}
.home .wrapper main article .about .container .main-content .box a figure {
  overflow: hidden;
  border-radius: .5em;
}
.home .wrapper main article .about .container .main-content .box a figure img {
  object-position: center;
  transition: transform 0.3s ease; 
}
.home .wrapper main article .about .container .main-content .box a:hover {
  opacity: 1;
}
.home .wrapper main article .about .container .main-content .box a:hover figure img {
  transform: scale(1.1);
}
.home .wrapper main article .about .container .main-content .box .button {

}
.home .wrapper main article .about .container .main-content .box .button a {

}
.home .wrapper main article .about .container .sub-content {
  display: grid;
  gap: 3em;
  grid-template-columns: repeat(4, 1fr);
  margin: 7.625em 0 0 0;
}
.home .wrapper main article .about .container .sub-content .box {
  position: relative;
}
.home .wrapper main article .about .container .sub-content .box a {
    
}
.home .wrapper main article .about .container .sub-content .box a figure {
  overflow: hidden;
  border-radius: .5em;
}
.home .wrapper main article .about .container .sub-content .box a figure img {
  object-position: center;
  transition: transform 0.3s ease;
}
.home .wrapper main article .about .container .sub-content .box a:hover {
  opacity: 1;
}
.home .wrapper main article .about .container .sub-content .box a:hover figure img {
  transform: scale(1.1);
}
.home .wrapper main article .about .container .sub-content .box:not(:last-child):after {
    position: absolute;
    top: 0;
    right: -1.5em;
    bottom: 0;
    width: .0625em;
    background-color: var(--border-color);
    content: "";
}
@media (max-width: 769px) {
    .home .wrapper main article .about .container .main-content {
        grid-template-columns: repeat(1, 1fr);
        gap: 4em;
    }
    .home .wrapper main article .about .container .sub-content {
        grid-template-columns: repeat(1, 1fr);
        margin: 4em 0 0 0;
    }
    .home .wrapper main article .about .container .main-content::before {
        top: 50%;
        bottom: auto;
        right: 0;
        left: 0;
        transform: translate(0);
        width: 100%;
        height: .0625em;
    }
    .home .wrapper main article .about .container .sub-content .box:not(:last-child):after {
        top: -1.5em;
        right: 0;
        bottom: auto;
        left: 0;
        width: 100%;
        height: .0625em;
    }
    .home .wrapper main article .about .container .sub-content .box:last-child:after {
        position: absolute;
        top: -1.5em;
        right: 0;
        bottom: auto;
        left: 0;
        width: 100%;
        height: .0625em;
        background-color: var(--border-color);
        content: "";
    }
}
/* news */
.home .wrapper main article .news {
  margin: 8.125em 0 0 0;
}
.home .wrapper main article .news .container {
  width: 88%;
  max-width: 1152px;
  margin: 0 auto;
  padding: 4.125em 3.3125em 5.75em;
  background-color: var(--news-bg-color);
  border-radius: .5em;
}
.home .wrapper main article .news .container .more {
  display: block;
  text-align: right;
}
.home .wrapper main article .news .container .more a {
  text-decoration: none;
  color: var(--text-color);
}
@media (max-width: 769px) {
  .home .wrapper main article .news .container {
      width: 100%;
      padding: 2em 1em 3em;
  }
}
/* recruit */
.home .wrapper main article .recruit {
    margin: 5.625em 0;
}
.home .wrapper main article .recruit .container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88%;
    max-width: 1420px;
    margin: 0 auto;
}
.home .wrapper main article .recruit .container figure {
    width: 50%;
}
.home .wrapper main article .recruit .container figure img {
  border-radius: .5em;
}
.home .wrapper main article .recruit .container .body {
    width: 45%;
    margin: 0 0 0 5%;
}
@media (max-width: 769px) {
    .home .wrapper main article .recruit .container {
        flex-direction: column;
        gap: 1.875em;
    }
    .home .wrapper main article .recruit .container figure {
        width: 100%;
    } 
    .home .wrapper main article .recruit .container .body {
        width: 100%;
    }
}