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

@media (max-width: 1200px) {
  .fv {
    margin-top: 74px;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    height: 80vh;
    max-height: 1000px;
  }
  .fv__inner {
    padding: 0;
  }
  .fv__head {
    font-size: clamp(26px, 6vw, 70px);
    text-align: left;
    position: relative;
    top: 25%;
    transform: translateY(-50%);
    margin-bottom: 0;
  }
  .fv__desc {
    font-size: clamp(16px, 3vw, 24px);
    text-align: left;
    letter-spacing: 0.5px;
    position: relative;
    top: 25%;
    transform: translateY(-50%);
  }
  .inserted-img img {
    height: 24.8697916667vw;
    width: 66.1458333333vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .company {
    background-image: url(../assets/images/company-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0 24px;
  }
  .company .logo {
    position: absolute;
    right: 0;
    bottom: -20.4427083333vw;
    background-image: url(../assets/images/logo-big.png);
    width: 46.875vw;
    aspect-ratio: 360/380;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .company__inner {
    position: relative;
    padding: 50px 0px 30px;
    max-width: 1120px;
    width: 100%;
  }
  .company__inner .cmn-head {
    margin-bottom: 20px;
  }
  .company__inner .cta-imgs {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
  }
  .company__inner .cta-imgs__img {
    width: 100%;
    max-width: none;
    height: 200px;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .company__inner .cta-imgs__img .cmn-head {
    padding-top: 16px;
    padding-left: 16px;
  }
  .company__inner .cta-imgs__img--left {
    background-image: url(../assets/images/company-1.jpg);
    margin-right: 0px;
  }
  .company__inner .cta-imgs__img--right {
    background-image: url(../assets/images/company-2.jpg);
  }
  .recruit {
    background-image: url(../assets/images/recruit-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    padding: 0 24px;
  }
  .recruit__inner {
    padding: 70px 0px;
    max-width: 1120px;
    width: 100%;
  }
  .recruit__inner .recruit-info {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  .recruit__inner .recruit-info__left {
    width: 100%;
    min-width: 130px;
    background: var(--primary-003478, #003478);
    padding-bottom: 16px;
  }
  .recruit__inner .recruit-info__left .cmn-head {
    padding-top: 38px;
    padding-left: 16px;
  }
  .recruit__inner .recruit-info__right {
    width: 100%;
    height: 200px;
    background-image: url(../assets/images/recruit.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .business {
    background-image: url(../assets/images/business-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 24px;
  }
  .business__inner {
    max-width: none;
    width: 100%;
    margin-left: auto;
    padding: 40px 0px 50px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .business__inner .cmn-head {
    margin-right: 20px;
    white-space: nowrap;
  }
  .business__inner .cta-imgs {
    padding-top: 9px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
    max-width: 1064px;
    width: 100%;
  }
  .business__inner .cta-imgs__img {
    max-width: none;
    height: 180px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .business__inner .cta-imgs__img .text {
    text-align: center;
  }
  .business__inner .cta-imgs__img .text__title {
    color: #fff;
    /* H2 */
    text-shadow: 0px 0px 14px rgba(34, 34, 34, 0.8);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 51.2px */
    letter-spacing: 1.28px;
  }
  .business__inner .cta-imgs__img .text__desc {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.8px;
  }
  .business__inner .cta-imgs__img--left {
    background-image: url(../assets/images/business-1.jpg);
    color: #fff;
    margin-right: 10px;
  }
  .business__inner .cta-imgs__img--left .text {
    padding-bottom: 48px;
  }
  .business__inner .cta-imgs__img--right {
    background-image: url(../assets/images/business-2.jpg);
    padding-bottom: 22px;
  }
  .news {
    display: flex;
    justify-content: center;
    padding: 0 24px;
  }
  .news__wrapper {
    max-width: 1120px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 16px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .news__wrapper .news-left {
    width: 100%;
    margin-right: 0px;
  }
  .news__wrapper .news-left .cmn-head {
    margin-bottom: 20px;
  }
  .news__wrapper .news-left .news-list {
    max-width: 595px;
    width: 100%;
  }
  .news__wrapper .news-left .news-list .news-content {
    max-width: 595px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(238, 239, 240);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .news__wrapper .news-left .news-list .news-content__date {
    color: rgba(0, 0, 0, 0.5);
    font-style: normal;
    font-weight: 700;
    line-height: 175%; /* 28px */
    width: 85px;
    margin-right: 35px;
    margin-bottom: 5px;
  }
  .news__wrapper .news-left .news-list .news-content__desc {
    color: var(--mono-222, #222);
    /* text/16 - bold - line-hegiht :175% */
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 175%; /* 28px */
  }
  .news__wrapper .news-left .news-list .news-content:first-child {
    padding-top: 0;
  }
  .news__wrapper .news-left .news-btn {
    max-width: 240px;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 12px 32px;
    color: var(--neutral-color-fff, #fff);
    font-weight: 700;
    line-height: 175%; /* 31.5px */
    background: var(--primary-003478, #003478);
  }
  .news__wrapper .news-right {
    max-width: none;
    width: 100%;
  }
  .news__wrapper .news-right .contact-box {
    max-width: none;
    width: 100%;
    height: 260px;
    padding: 15px;
    background-image: url(../assets/images/contact-img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
  }
  .news__wrapper .news-right .contact-box__wrapper {
    max-width: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #fff;
    padding-top: 40px;
  }
  .news__wrapper .news-right .contact-box__wrapper .section-head {
    margin-bottom: 30px;
    text-align: center;
  }
  .news__wrapper .news-right .contact-box__wrapper .section-head__en {
    color: #fff;
    /* text/20 - bold - line-hegiht :175% */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 32px */
  }
  .news__wrapper .news-right .contact-box__wrapper .section-head__jp {
    position: relative;
    top: -8px;
    color: #fff;
    /* title/40 - bold - line-hegiht:150%- letter-padding:5% */
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 60px */
    letter-spacing: 2px;
  }
  .news__wrapper .news-right .contact-box__wrapper .click-here {
    border: 1px solid #fff;
    display: inline-flex;
    padding: 12px 12px;
    justify-content: center;
    align-items: center;
  }
  .news__wrapper .news-right .contact-box__wrapper .click-here p {
    color: var(--neutral-color-fff, #fff);
    text-align: center;
    /* text/18 - bold - line-hegiht :175% */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 175%; /* 31.5px */
  }
}/*# sourceMappingURL=index-res.css.map */