@charset "UTF-8";
.home-kv {
  height: 100svh;
  width: 100%;
  position: relative;
  margin-top: -110px;
}
@media (max-width: 767.9px) {
  .home-kv {
    height: auto;
    margin-top: -60px;
  }
}
@media (max-width: 767.9px) {
  .home-kv__in {
    width: auto;
    height: 100svh;
    position: relative;
    overflow: hidden;
  }
}
.home-kv__main {
  width: 1280px;
  height: 100svh;
  margin: auto;
  z-index: 1;
  position: relative;
}
@media (max-width: 767.9px) {
  .home-kv__main {
    width: auto;
  }
}
.home-kv__title {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
}
@media (max-width: 767.9px) {
  .home-kv__title {
    margin: 0 20px;
  }
}
@media (max-width: 767.9px) {
  .home-kv__title img {
    width: 283px;
  }
}
.home-kv__title.show {
  opacity: 1;
  animation-name: kv;
  animation-duration: 3s;
}
.home-kv__lead {
  font-size: 1.8rem;
  margin-top: 8px;
  text-shadow: 0 0 10px #fff;
}
@media (max-width: 767.9px) {
  .home-kv__lead {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}
.home-kv__video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.home-kv video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.home-kv__img {
  position: absolute;
  z-index: 0;
}
.home-kv__img01 {
  top: 110px;
  left: 0;
}
@media (max-width: 767.9px) {
  .home-kv__img01 {
    width: 50%;
    left: -30px;
    top: 70px;
  }
}
.home-kv__img02 {
  top: 606px;
  left: 0;
}
@media (max-width: 767.9px) {
  .home-kv__img02 {
    width: 32%;
    left: -25px;
    top: 400px;
  }
}
.home-kv__img03 {
  top: 230px;
  left: 45%;
}
@media (max-width: 767.9px) {
  .home-kv__img03 {
    width: 200px;
    left: auto;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.home-kv__img04 {
  bottom: 115px;
  left: 33%;
}
@media (max-width: 767.9px) {
  .home-kv__img04 {
    width: 40%;
    left: 35px;
    bottom: -32px;
  }
}
.home-kv__img05 {
  bottom: 160px;
  right: 180px;
}
@media (max-width: 767.9px) {
  .home-kv__img05 {
    width: 50%;
    right: -45px;
    bottom: 20px;
  }
}
.home-kv__img06 {
  top: 0;
  right: 0;
}
@media (max-width: 767.9px) {
  .home-kv__img06 {
    width: 40%;
    top: -20px;
  }
}
.home-kv__img-list div {
  opacity: 0;
}
.home-kv__img-list div.show {
  opacity: 1;
  animation-name: kv;
  animation-duration: 3s;
}

@media (min-width: 768px) {
  .home-info {
    width: 1280px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.6);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: flex;
    padding: 30px 40px;
    box-sizing: border-box;
    z-index: 2;
  }
}
@media (max-width: 767.9px) {
  .home-info {
    padding: 50px 20px 55px;
  }
}
.home-info__title {
  font-size: 2.1rem;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-weight: 500;
  padding: 10px 0 0 10px;
}
@media (max-width: 767.9px) {
  .home-info__title {
    padding: 0;
  }
}
.home-info__list {
  padding: 10px 40px;
  margin-left: 40px;
  border-left: solid 1px #ccc;
  width: 888px;
  box-sizing: border-box;
}
@media (max-width: 767.9px) {
  .home-info__list {
    width: auto;
    margin: 15px 0 0;
    padding: 0;
    border: none;
    border-top: solid 1px #ccc;
  }
}
@media (max-width: 767.9px) {
  .home-info__list li {
    padding: 22px 0;
    border-bottom: solid 1px #ccc;
  }
}
@media (min-width: 768px) {
  .home-info__list li:not(:first-child) {
    margin-top: 15px;
  }
}
.home-info__list .date {
  font-size: 1.4rem;
}
@media (max-width: 767.9px) {
  .home-info__list .date {
    font-size: 1.2rem;
  }
}
.home-info__list .cat {
  font-size: 1.4rem;
  font-family: aktiv-grotesk-extended, sans-serif;
  width: 80px;
  line-height: 24px;
  border: solid 1px #ccc;
  display: inline-block;
  text-align: center;
  margin: 0 20px;
}
@media (max-width: 767.9px) {
  .home-info__list .cat {
    font-size: 1.1rem;
    line-height: 17px;
    width: 55px;
    margin: 0 10px;
  }
}
.home-info__list a {
  color: #093a60;
}
@media (max-width: 767.9px) {
  .home-info__list a {
    font-size: 1.3rem;
    line-height: 1.583;
    margin-top: 3px;
    display: block;
  }
}
@media (min-width: 768px) {
  .home-info__list a:hover {
    opacity: 0.5;
  }
}
.home-info .home-btn.home-btn--more {
  width: 170px;
  height: 50px;
}

.home-block__in {
  margin: 0 20px;
  padding: 75px 0;
  position: relative;
}
@media (min-width: 768px) {
  .home-block__in {
    width: 1280px;
    margin: auto;
    padding: 160px 0 120px;
  }
}
.home-block__header {
  position: relative;
}
.home-block__contents {
  margin-top: 40px;
}
.home-block__contents p {
  line-height: 1.875;
}
.home-block__title {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 10rem;
  font-weight: 300;
  font-feature-settings: "palt";
}
@media (max-width: 767.9px) {
  .home-block__title {
    font-size: 5rem;
  }
}
.home-block__title-sub {
  font-size: 2.2rem;
  font-weight: 500;
  padding-left: 30px;
  position: relative;
  margin-top: 17px;
}
@media (max-width: 767.9px) {
  .home-block__title-sub {
    font-size: 1.4rem;
    margin-top: 10px;
    padding-left: 15px;
  }
}
.home-block__title-sub::before, .home-block__title-sub::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #093a60;
  position: absolute;
  left: 0;
  top: 3px;
}
@media (max-width: 767.9px) {
  .home-block__title-sub::before, .home-block__title-sub::after {
    width: 6px;
    height: 6px;
  }
}
.home-block__title-sub::after {
  background: #0c8ee9;
  left: 10px;
  top: 13px;
}
@media (max-width: 767.9px) {
  .home-block__title-sub::after {
    left: 7px;
    top: 9px;
  }
}
.home-block__lead {
  font-size: 1.4rem;
  line-height: 1.733;
}
@media (min-width: 768px) {
  .home-block__lead {
    font-size: 1.6rem;
    width: 430px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 767.9px) {
  .home-block__lead {
    margin-top: 40px;
  }
}

.home-pickup {
  background: #f6fbfc url(/assets/images/top/pickup-bg_pc.jpg);
  background-size: cover;
}
@media (max-width: 767.9px) {
  .home-pickup {
    background: #f6fbfc url(/assets/images/top/pickup-bg_sp.jpg) 0 0 no-repeat;
    background-size: cover;
  }
}
.home-pickup .home-block__in.show {
  animation: pickup 2s ease 0.5s 1 normal backwards;
}
.home-pickup__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 20px;
  padding-left: 13px;
  position: relative;
}
@media (max-width: 767.9px) {
  .home-pickup__title {
    font-size: 1.6rem;
    padding-left: 11px;
  }
}
.home-pickup__title::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background: #0c8ee9;
  margin: 0 3px 0 0;
  position: absolute;
  left: 0;
  top: 11px;
}
@media (max-width: 767.9px) {
  .home-pickup__title::before {
    width: 8px;
    height: 8px;
    top: 9px;
  }
}
.home-pickup__text {
  font-size: 1.5rem;
  line-height: 1.733;
  margin-top: 10px;
}
@media (max-width: 767.9px) {
  .home-pickup__text {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .home-pickup .swiper-wrapper.pickup-images {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .home-pickup .swiper-wrapper.pickup-images .swiper-slide {
    width: 305px;
    display: block;
    margin-top: 0;
  }
}

.home-company {
  color: #fff;
  background: #093a60 url(/assets/images/top/company-bg_pc.jpg);
  background-size: cover !important;
}
@media (max-width: 767.9px) {
  .home-company {
    background: #093a60 url(/assets/images/top/company-bg_sp.jpg);
  }
}
.home-company .home-block__in.show {
  animation: company 2s ease 0.5s 1 normal backwards;
}
@media (min-width: 768px) {
  .home-company > div {
    width: 610px;
    height: 780px;
    padding-left: 670px;
  }
}
.home-company__img1 {
  position: absolute;
  top: 120px;
  left: 190px;
  z-index: 1;
}
@media (max-width: 767.9px) {
  .home-company__img1 {
    width: 185px;
    top: 175px;
    left: 45.33%;
  }
}
.home-company__img2 {
  position: absolute;
  top: 457px;
  left: -60px;
}
@media (max-width: 767.9px) {
  .home-company__img2 {
    width: 185px;
    top: 250px;
    left: auto;
    right: 46.66%;
  }
}
.home-company__title {
  font-size: 3.2rem;
  font-weight: bold;
  margin-top: 100px;
}
@media (max-width: 767.9px) {
  .home-company__title {
    font-size: 2.3rem;
    margin-top: 390px;
  }
}
.home-company__text {
  margin-top: 50px;
}
@media (max-width: 767.9px) {
  .home-company__text {
    font-size: 1.4rem;
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .home-business {
    background: url(/assets/images/top/business-bg_pc.jpg) 0 0 no-repeat;
    background-size: cover;
    padding: 170px 0;
  }
}
@media (max-width: 767.9px) {
  .home-business::before, .home-business::after {
    content: "";
    display: block;
    width: 100%;
    height: 250px;
    background-size: cover;
  }
  .home-business::before {
    background-image: url(/assets/images/top/business-bg1_sp.jpg);
  }
  .home-business::after {
    background-image: url(/assets/images/top/business-bg2_sp.jpg);
  }
}
.home-business .home-block__in.show {
  animation: recruit 2s ease 0.5s 1 normal backwards;
}
.home-business__in {
  background: #fff;
  max-width: 730px;
  height: 480px;
  padding: 80px;
  margin: auto;
  box-sizing: border-box;
}
@media (max-width: 767.9px) {
  .home-business__in {
    width: 100%;
    height: auto;
    padding: 55px 20px;
  }
}
.home-business__text {
  margin-top: 50px;
  line-height: 1.875;
}
@media (max-width: 767.9px) {
  .home-business__text {
    font-size: 1.4rem;
    margin-top: 30px;
  }
}
.home-business__btn a {
  margin-left: auto;
  margin-right: auto;
}

.home-recruit {
  background: url(/assets/images/top/recruit-bg_sp.jpg);
  background-size: cover !important;
  height: 575px;
}
@media (min-width: 768px) {
  .home-recruit {
    background: url(/assets/images/top/recruit-bg_pc.jpg);
    height: 700px;
  }
}
.home-recruit .home-block__in.show {
  animation: recruit 2s ease 0.5s 1 normal backwards;
}
.home-recruit .home-block__in {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.9px) {
  .home-recruit .home-block__in {
    padding: 100px 0 0;
  }
}
.home-recruit .home-block__contents {
  text-align: center;
}
@media (max-width: 767.9px) {
  .home-recruit .home-block__contents {
    margin-top: 25px;
  }
}
@media (min-width: 768px) {
  .home-recruit__btns {
    display: flex;
    gap: 20px;
  }
}
@media (max-width: 767.9px) {
  .home-recruit__btns {
    position: relative;
    z-index: 1;
    margin-top: 40px;
  }
}
@media (max-width: 767.9px) {
  .home-recruit__text {
    position: relative;
    z-index: 1;
  }
}
.home-recruit__img1 {
  position: absolute;
  top: 320px;
  left: -40px;
  z-index: 1;
}
@media (max-width: 767.9px) {
  .home-recruit__img1 {
    width: 175px;
    left: auto;
    right: 41.33%;
    top: 455px;
  }
}
.home-recruit__img2 {
  position: absolute;
  top: 140px;
  left: -130px;
}
@media (max-width: 767.9px) {
  .home-recruit__img2 {
    width: 136px;
    left: -20px;
    top: 258px;
  }
}
.home-recruit__img3 {
  position: absolute;
  top: 170px;
  right: -128px;
  z-index: 1;
}
@media (max-width: 767.9px) {
  .home-recruit__img3 {
    width: 125px;
    right: -20px;
    top: 315px;
  }
}
.home-recruit__img4 {
  position: absolute;
  top: -65px;
  right: -80px;
}
@media (max-width: 767.9px) {
  .home-recruit__img4 {
    width: 150px;
    right: auto;
    left: 57.33%;
    top: -50px;
  }
}

.home-products {
  color: #fff;
  background: #093a60 url(/assets/images/top/products-bg_pc.jpg);
  background-size: cover;
}
@media (max-width: 767.9px) {
  .home-products {
    background: #0f5180 url(/assets/images/top/products-bg_sp.jpg) top center no-repeat;
    background-size: 100% auto;
  }
}
.home-products .home-block__in.show {
  animation: recruit 2s ease 0.5s 1 normal backwards;
}
.home-products__title {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #093a60;
  padding: 30px;
  border-bottom: 3px solid #0c8ee9;
}
@media (max-width: 767.9px) {
  .home-products__title {
    font-size: 1.9rem;
    padding: 20px;
  }
}
.home-products__list {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .home-products__list {
    margin-top: 40px;
    display: flex;
    gap: 40px 20px;
    flex-wrap: wrap;
  }
}
.home-products__list > li {
  position: relative;
}
@media (min-width: 768px) {
  .home-products__list > li {
    width: 305px;
  }
}
@media (max-width: 767.9px) {
  .home-products__list > li {
    margin-top: 5px;
  }
}
.home-products__list .ln-list__icon {
  height: 75px;
}
.home-products__list-child {
  margin-top: 15px;
}
@media (max-width: 767.9px) {
  .home-products__list-child {
    display: none;
  }
}
@media (max-width: 767.9px) {
  .home-products__list-child li:not(:first-child) {
    border-top: solid 1px #4a6c84;
  }
}
.home-products__list-child a {
  color: #fff;
  line-height: 1.75;
}
@media (max-width: 767.9px) {
  .home-products__list-child a {
    padding: 12px 0;
    display: block;
  }
}
.home-products__list-child a::before {
  content: "・";
}
@media (min-width: 768px) {
  .home-products__list-child a:hover {
    opacity: 0.5;
  }
}
.home-products__cat-header {
  height: 150px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
}
@media (max-width: 767.9px) {
  .home-products__cat-header {
    height: 75px;
  }
}
.home-products__cat-sub {
  font-size: 1.4rem;
}
@media (max-width: 767.9px) {
  .home-products__cat-sub {
    font-size: 1rem;
  }
}
.home-products__cat {
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 10px;
}
@media (max-width: 767.9px) {
  .home-products__cat {
    font-size: 1.6rem;
  }
}
.home-products__01 {
  background-image: url(/assets/images/top/product01_pc.jpg);
}
@media (max-width: 767.9px) {
  .home-products__01 {
    background-image: url(/assets/images/top/product01_sp.jpg);
  }
}
.home-products__02 {
  background-image: url(/assets/images/top/product02_pc.jpg);
}
@media (max-width: 767.9px) {
  .home-products__02 {
    background-image: url(/assets/images/top/product02_sp.jpg);
  }
}
.home-products__03 {
  background-image: url(/assets/images/top/product03_pc.jpg);
}
@media (max-width: 767.9px) {
  .home-products__03 {
    background-image: url(/assets/images/top/product03_sp.jpg);
  }
}
.home-products__04 {
  background-image: url(/assets/images/top/product04_pc.jpg);
}
@media (max-width: 767.9px) {
  .home-products__04 {
    background-image: url(/assets/images/top/product04_sp.jpg);
  }
}
.home-products__05 {
  background-image: url(/assets/images/top/product05_pc.jpg);
}
@media (max-width: 767.9px) {
  .home-products__05 {
    background-image: url(/assets/images/top/product05_sp.jpg);
  }
}
.home-products__06 {
  background-image: url(/assets/images/top/product06_pc.jpg);
}
@media (max-width: 767.9px) {
  .home-products__06 {
    background-image: url(/assets/images/top/product06_sp.jpg);
  }
}

.home-btn {
  font-size: 1.6rem;
  color: #fff;
  width: 260px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 40px;
  background: #0c8ee9;
  font-weight: 500;
  margin-top: 50px;
}
@media (max-width: 767.9px) {
  .home-btn {
    font-size: 1.5rem;
    width: 205px;
    height: 55px;
    margin-top: 15px;
  }
}
.home-btn::before, .home-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.home-btn::before {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #4eb6ff;
  right: 15px;
}
.home-btn::after {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #fff;
  right: 22px;
}
@media (min-width: 768px) {
  .home-btn:hover {
    background: #093a60;
  }
}
@media (min-width: 768px) {
  .home-btn:hover::before {
    background: #fff;
  }
}
@media (min-width: 768px) {
  .home-btn:hover::after {
    width: 0;
    height: 0;
    border-radius: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #4eb6ff;
    right: 20px;
  }
}
@media (min-width: 768px) {
  .home-btn--more {
    width: 200px;
  }
}
@media (max-width: 767.9px) {
  .home-btn--more {
    margin: 30px auto 0;
  }
}

@keyframes kv {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pickup {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes company {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes recruit {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=top.css.map */