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

.fv {
  background-image: url(/assets/images/mv.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.fv__inner {
  max-width: 1317px;
  padding-top: 313px;
  padding-bottom: 313px;
}
.fv__inner .text1 {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 61px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 91.5px */
  letter-spacing: 6.1px;
}
.fv--1 {
  background-image: url(/assets/images/mv.png);
}
.fv--2 {
  background-image: url(/assets/images/mv2.png);
}
.fv--3 {
  background-image: url(/assets/images/mv3.png);
}

.company {
  background-image: url(/assets/images/company-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.company .img {
  position: absolute;
  left: 0;
  top: 80px;
  aspect-ratio: 1160/439;
  max-width: 1160px;
  width: 80.5555555556vw;
  height: auto;
}
.company .img img {
  width: 100%;
  height: 100%;
}
.company__inner {
  position: relative;
  z-index: 1;
  max-width: 1276px;
  padding-top: 264px;
}
.company__inner .content {
  width: fit-content;
  margin-left: auto;
}
.company__inner .content .text1 {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.business {
  background-image: url(/assets/images/business-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.business__inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
.business__inner .list {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.business__inner .list .single-list {
  display: flex;
  max-width: 357px;
  width: 100%;
  height: 392px;
  padding: 28px 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.business__inner .list .single-list p {
  margin-top: auto;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  width: fit-content;
  margin-right: 34px;
}
.business__inner .list .single-list p::after {
  position: absolute;
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-image: url(/assets/images/arrow-right.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: -34px;
  top: 50%;
  transform: translateY(-50%);
}
.business__inner .list .single-list--1 {
  background-image: url(/assets/images/business1.png);
}
.business__inner .list .single-list--2 {
  background-image: url(/assets/images/business2.png);
}
.business__inner .list .single-list--3 {
  background-image: url(/assets/images/business3.png);
}

.works {
  background-image: url(/assets/images/works-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.works .img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 871/434;
  max-width: 871px;
  width: 60.4861111111vw;
  height: auto;
}
.works .img img {
  width: 100%;
  height: 100%;
}
.works__inner {
  padding-top: 192px;
  padding-bottom: 192px;
}

.bg {
  background-image: url(/assets/images/recruit-news-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}
.bg .recruit__inner {
  padding-top: 80px;
}
.bg .recruit__inner .content {
  width: 100%;
  background-image: url(/assets/images/recruits-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  padding: 111px 174px;
}
.bg .recruit__inner .content .text1 {
  color: #003455;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
}
.bg .news-contact__inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 80px;
}
.bg .news-contact__inner .news {
  max-width: 530px;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}
.bg .news-contact__inner .news .news-list .single-news {
  display: flex;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #a7a7a7;
  padding-top: 16px;
}
.bg .news-contact__inner .news .news-list .single-news:first-child {
  padding-top: 0;
}
.bg .news-contact__inner .news .news-list .single-news .date {
  color: #1b2134;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  width: 120px;
  opacity: 0.5;
}
.bg .news-contact__inner .news .news-list .single-news .title {
  color: #1b2134;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
}
.bg .news-contact__inner .contact {
  max-width: 510px;
  width: 100%;
  background-image: url(/assets/images/contact-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  padding: 20px;
}
.bg .news-contact__inner .contact__inner {
  padding: 128px 16px;
  border: 3px solid #fff;
}

@media screen and (max-width: 768px) {
  .fv {
    background-image: url(/assets/images/mv.png);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
  }
  .fv__inner {
    max-width: 1317px;
    padding-top: 313px;
    padding-bottom: 313px;
  }
  .fv__inner .text1 {
    color: #fff;
    font-family: "Noto Sans JP";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 91.5px */
    letter-spacing: 3px;
  }
  .fv--1 {
    background-image: url(/assets/images/mv.png);
  }
  .fv--2 {
    background-image: url(/assets/images/mv2.png);
  }
  .fv--3 {
    background-image: url(/assets/images/mv3.png);
  }
  .company {
    background-image: url(/assets/images/company-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }
  .company .img {
    position: absolute;
    left: 0;
    top: 80px;
    aspect-ratio: 1160/439;
    max-width: 1160px;
    width: 100%;
    height: auto;
  }
  .company .img img {
    width: 100%;
    height: 100%;
  }
  .company__inner {
    position: relative;
    z-index: 1;
    max-width: 1276px;
    padding-top: 66.6666666667vw;
  }
  .company__inner .content {
    width: fit-content;
    margin-left: 0;
    margin-right: auto;
  }
  .company__inner .content .text1 {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .business {
    background-image: url(/assets/images/business-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .business__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .business__inner .list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
  }
  .business__inner .list .single-list {
    display: flex;
    max-width: none;
    width: 100%;
    height: 392px;
    padding: 28px 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .business__inner .list .single-list p {
    margin-top: auto;
    color: #fff;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    width: fit-content;
    margin-right: 34px;
  }
  .business__inner .list .single-list p::after {
    position: absolute;
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background-image: url(/assets/images/arrow-right.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: -34px;
    top: 50%;
    transform: translateY(-50%);
  }
  .business__inner .list .single-list--1 {
    background-image: url(/assets/images/business1.png);
  }
  .business__inner .list .single-list--2 {
    background-image: url(/assets/images/business2.png);
  }
  .business__inner .list .single-list--3 {
    background-image: url(/assets/images/business3.png);
  }
  .works {
    background-image: url(/assets/images/works-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }
  .works .img {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    transform: translateY(0);
    aspect-ratio: 871/434;
    max-width: 871px;
    width: 70%;
    height: auto;
  }
  .works .img img {
    width: 100%;
    height: 100%;
  }
  .works__inner {
    padding-top: 50px;
    padding-bottom: 42.6666666667vw;
  }
  .bg {
    background-image: url(/assets/images/recruit-news-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
  }
  .bg .recruit__inner {
    padding-top: 40px;
  }
  .bg .recruit__inner .content {
    width: 100%;
    background-image: url(/assets/images/recruits-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    padding: 16px;
  }
  .bg .recruit__inner .content .text1 {
    color: #003455;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 150% */
  }
  .bg .news-contact__inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 40px;
  }
  .bg .news-contact__inner .news {
    max-width: none;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
  .bg .news-contact__inner .news .news-list {
    width: 100%;
  }
  .bg .news-contact__inner .news .news-list .single-news {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #a7a7a7;
    padding-top: 10px;
  }
  .bg .news-contact__inner .news .news-list .single-news:first-child {
    padding-top: 0;
  }
  .bg .news-contact__inner .news .news-list .single-news .date {
    color: #1b2134;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
    width: 120px;
    opacity: 0.5;
  }
  .bg .news-contact__inner .news .news-list .single-news .title {
    color: #1b2134;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
  }
  .bg .news-contact__inner .contact {
    max-width: none;
    width: 100%;
    background-image: url(/assets/images/contact-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    padding: 10px;
  }
  .bg .news-contact__inner .contact__inner {
    padding: 80px 10px;
    border: 3px solid #fff;
  }
}/*# sourceMappingURL=index.css.map */