html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}

.right-arrow {
  background-image: url(/assets/images/right-arrow.png);
  aspect-ratio: 1/1;
  width: 40.5px;
  background-size: contain;
}

.fv {
  background-image: url(/assets/images/fv-bg.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.fv .fv-letters {
  color: #93d4f7;
  font-family: Roboto;
  font-size: 298px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  height: 319.666px;
  opacity: 0.4;
  mix-blend-mode: color-dodge;
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
}
.fv__inner {
  padding-top: 314px;
  padding-bottom: 265px;
}
.fv__inner .text1 {
  color: #fff;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 1px;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.37));
}
.fv__inner .text2 {
  color: #fff;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.37));
}
.fv__inner .text3 {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 58px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.37));
}

.products {
  background-image: url(/assets/images/products-bg.png);
  background-size: cover;
  background-position: center top;
  position: relative;
  overflow: hidden;
}
.products .fv-video-bg {
  position: absolute;
  top: -600px;
  left: 0;
  width: 100%;
  height: 100%;
}
.products .fv-video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products__inner {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.products__inner .products-list {
  background-color: #fff;
  padding: 53px 24px 19px;
  display: flex;
  justify-content: space-between;
  margin-top: -24px;
}
.products__inner .products-list .products-list-item {
  max-width: 320px;
  width: 100%;
}
.products__inner .products-list .products-list-item a {
  display: block;
}
.products__inner .products-list .products-list-item__img img {
  width: 100%;
}
.products__inner .products-list .products-list-item__img {
  margin-bottom: 25px;
}
.products__inner .products-list .products-list-item__text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.products__inner .products-list .products-list-item__text__title {
  color: #151515;
  font-family: "Noto Sans JP";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.products__inner .products-list .products-list-item {
  position: relative;
}
.products__inner .products-list .products-list-item::after {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  background-color: #D0D0D0;
  right: -24.5px;
  top: 0;
}
.products__inner .products-list .products-list-item:last-child::after {
  display: none;
}
.products__inner .business {
  background-image: url(/assets/images/business-bg.png);
  background-position: center;
  background-size: cover;
  padding-top: 111px;
  padding-left: 32px;
  padding-bottom: 146px;
  display: block;
}
.products__inner .company-and-recruit {
  display: flex;
  justify-content: space-between;
}
.products__inner .company-and-recruit .card {
  max-width: 531px;
  width: 100%;
  padding: 37px 32px 192px;
  background-size: cover;
}
.products__inner .company-and-recruit .card--company {
  background-image: url(/assets/images/company-bg.png);
}
.products__inner .company-and-recruit .card--recruit {
  background-image: url(/assets/images/recruit-bg.png);
}
@media screen and (max-width: 1158px) {
  .products {
    background-image: url(/assets/images/products-bg.png);
    background-size: cover;
    background-position: center top;
  }
  .products__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .products__inner .products-list {
    background-color: #fff;
    padding: 53px 24px 19px;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
    justify-content: space-between;
  }
  .products__inner .products-list .products-list-item {
    max-width: 320px;
    width: 100%;
  }
  .products__inner .products-list .products-list-item a {
    display: block;
  }
  .products__inner .products-list .products-list-item__img img {
    width: 100%;
  }
  .products__inner .products-list .products-list-item__img {
    margin-bottom: 25px;
  }
  .products__inner .products-list .products-list-item__text {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .products__inner .products-list .products-list-item__text__title {
    color: #151515;
    font-family: "Noto Sans JP";
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .products__inner .products-list .products-list-item {
    position: relative;
  }
  .products__inner .products-list .products-list-item::after {
    position: absolute;
    content: "";
    display: none;
    height: 100%;
    width: 2px;
    background-color: #D0D0D0;
    right: -24.5px;
    top: 0;
  }
  .products__inner .business {
    background-image: url(/assets/images/business-bg.png);
    background-position: center;
    background-size: cover;
    padding-top: 111px;
    padding-left: 32px;
    padding-bottom: 146px;
    display: block;
  }
  .products__inner .company-and-recruit {
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
    justify-content: space-between;
  }
  .products__inner .company-and-recruit .card {
    max-width: 531px;
    width: 100%;
    padding: 37px 32px 192px;
    background-size: cover;
  }
  .products__inner .company-and-recruit .card--company {
    background-image: url(/assets/images/company-bg.png);
  }
  .products__inner .company-and-recruit .card--recruit {
    background-image: url(/assets/images/recruit-bg.png);
  }
}
.news {
  background-image: url(/assets/images/news-bg.png);
  background-size: cover;
}
.news__inner {
  display: flex;
  align-items: center;
  padding-top: 31px;
  padding-bottom: 43px;
}
.news__inner .head {
  color: #FFF;
  font-family: Roboto;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 180px;
}
.news__inner .news-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.news__inner .news-list .single-news {
  color: #151515;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 768px) {
  .right-arrow {
    background-image: url(/assets/images/right-arrow.png);
    aspect-ratio: 1/1;
    width: 25px;
    background-size: contain;
  }
  .fv {
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
  }
  .fv .fv-letters {
    color: #93d4f7;
    font-family: Roboto;
    font-size: 108px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    height: auto;
    opacity: 0.4;
    mix-blend-mode: color-dodge;
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
  }
  .fv__inner {
    padding-top: 214px;
    padding-bottom: 165px;
  }
  .fv__inner .text1 {
    color: #fff;
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 1px;
  }
  .fv__inner .text2 {
    color: #fff;
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .fv__inner .text3 {
    color: #fff;
    font-family: "Noto Sans JP";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .products {
    background-image: url(/assets/images/products-bg.png);
    background-size: cover;
    background-position: center top;
  }
  .products__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .products__inner .products-list {
    background-color: #fff;
    padding: 53px 24px 19px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
    justify-content: space-between;
  }
  .products__inner .products-list .products-list-item {
    max-width: 320px;
    width: 100%;
  }
  .products__inner .products-list .products-list-item a {
    display: block;
  }
  .products__inner .products-list .products-list-item__img img {
    width: 100%;
  }
  .products__inner .products-list .products-list-item__img {
    margin-bottom: 15px;
  }
  .products__inner .products-list .products-list-item__text {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .products__inner .products-list .products-list-item__text__title {
    color: #151515;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .products__inner .products-list .products-list-item {
    position: relative;
  }
  .products__inner .products-list .products-list-item::after {
    position: absolute;
    content: "";
    display: none;
    height: 100%;
    width: 2px;
    background-color: #D0D0D0;
    right: -24.5px;
    top: 0;
  }
  .products__inner .business {
    background-image: url(/assets/images/business-bg.png);
    background-position: center;
    background-size: cover;
    padding-top: 60px;
    padding-left: 24px;
    padding-bottom: 73px;
    display: block;
  }
  .products__inner .company-and-recruit {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 24px;
    justify-content: space-between;
  }
  .products__inner .company-and-recruit .card {
    max-width: 531px;
    width: 100%;
    padding: 29px 24px 102px;
    background-size: cover;
    background-position: center bottom;
  }
  .products__inner .company-and-recruit .card--company {
    background-image: url(/assets/images/company-bg.png);
  }
  .products__inner .company-and-recruit .card--recruit {
    background-image: url(/assets/images/recruit-bg.png);
  }
  .news {
    background-image: url(/assets/images/news-bg.png);
    background-size: cover;
  }
  .news__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    padding-top: 31px;
    padding-bottom: 43px;
  }
  .news__inner .head {
    color: #FFF;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-right: 0px;
  }
  .news__inner .news-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .news__inner .news-list .single-news {
    color: #151515;
    font-family: Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}/*# sourceMappingURL=index.css.map */