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

@media screen and (max-width: 768px) {
  .fv {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 75%;
  }
  .fv--1 {
    background-image: url(../assets/images/fv1.jpg);
  }
  .fv--2 {
    background-image: url(../assets/images/fv2.jpg);
  }
  .fv--3 {
    background-image: url(../assets/images/fv3.jpg);
  }
  .fv--4 {
    background-image: url(../assets/images/fv4.jpg);
  }
  .fv--5 {
    background-image: url(../assets/images/fv5.jpg);
  }
  .fv--6 {
    background-image: url(../assets/images/fv6.jpg);
  }
  .fv__inner {
    padding-top: 200px;
    padding-bottom: 155px;
    height: 100vh;
    max-height: 700px;
    display: flex;
    align-items: center;
  }
  .fv__inner .fv-head {
    color: #fff;
    text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.4);
    font-family: "Noto Sans JP";
    font-size: 9.6vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .company {
    background-image: url(../assets/images/new-company.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .company__inner {
    padding-top: 50px;
    padding-bottom: 140px;
  }
  .company__inner .desc {
    color: #185ec6;
    text-align: left;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 38.4px */
    margin-bottom: 80px;
  }
  .cards {
    max-width: 836px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
  }
  .cards .card {
    padding: 24px;
    max-width: none;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #66bacc;
    background: rgb(255, 255, 255);
  }
  .cards .card__head {
    margin-bottom: 24px;
    color: #4c4c4c;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 116.667% */
  }
  .cards .card__click {
    text-align: left;
    color: #4c4c4c;
    text-align: right;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    text-decoration-line: underline;
  }
  .btns {
    display: flex;
    flex-direction: column;
  }
  .btns .btn {
    background: #03004C;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 122.222% */
    letter-spacing: 0.126px;
    max-width: 274px;
    width: 100%;
    text-align: center;
    padding: 19px;
  }
  .btns .btn:first-child {
    margin-bottom: 24px;
  }
  .service {
    background-image: url(../assets/images/service.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: -70px;
    margin-bottom: -70px;
  }
  .service__inner {
    padding-top: 60px;
    padding-bottom: 45px;
  }
  .cta-section__inner {
    padding: 40px 0px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 16px;
  }
  .cta-section__inner .news {
    max-width: 530px;
    width: 100%;
    padding: 36px 22px;
    border: 1px solid #03004C;
    margin-right: 10px;
  }
  .cta-section__inner .news .news-list {
    max-width: 450px;
    width: 100%;
  }
  .cta-section__inner .news .news-list .single-news {
    padding: 0 0px 14px;
    border-bottom: 1px solid #4c4c4c;
  }
  .cta-section__inner .news .news-list .single-news__date {
    color: #03004C;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 114.286% */
    letter-spacing: 1.4px;
    margin-bottom: 10px;
  }
  .cta-section__inner .news .news-list .single-news__content {
    color: #4c4c4c;
    font-weight: 400;
    line-height: normal;
  }
  .cta-section__inner .contact {
    max-width: 530px;
    width: 100%;
    padding: 36px 22px;
    border: 1px solid #03004C;
  }
  .cta-section__inner .contact .desc {
    color: #4c4c4c;
    text-align: center;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    margin-bottom: 16px;
  }
  .cta-section__inner .contact .nums {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 16px;
  }
  .cta-section__inner .contact .nums p {
    color: #4c4c4c;
    font-size: 24px;
    font-weight: 400;
    line-height: 119%;
  }
  .cta-section__inner .contact .nums p span {
    color: #03004C;
    font-size: 20px;
    font-weight: 400;
    line-height: 119%; /* 26.18px */
  }
  .cta-section__inner .contact .nums p:nth-child(2) {
    display: none;
  }
  .cta-section__inner .contact .btn {
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 100% */
    letter-spacing: 1.92px;
    background: #03004C;
    padding: 12px;
    max-width: 370px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cta-section__inner .contact .btn__logo {
    margin-right: 10px;
  }
  .cta-section__inner .contact .btn__logo svg {
    width: 24px;
    height: 24px;
  }
}/*# sourceMappingURL=index-res.css.map */