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

@media screen and (max-width: 768px) {
  .fv {
    margin-top: 68.75px;
    background-image: url(../assets/images/fv.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 20px;
    height: calc(100vh - 81px);
    max-height: 900px;
  }
  .fv__wrapper {
    height: calc(100vh - 81px);
    max-height: 900px;
    max-width: 1120px;
    padding: 0px 0px;
    width: 100%;
    margin: 0 auto;
  }
  .fv__title {
    padding-top: 100%;
    font-size: 28px;
    font-weight: 700;
    line-height: 180%; /* 36px */
    color: #ffffff;
  }
  .fv__text {
    margin-top: 30px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 180%; /* 36px */
    max-width: 591px;
    width: 100%;
  }
  .products {
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 0 20px;
  }
  .products .bg-message {
    position: absolute;
    top: 30px;
    left: 4.5138888889vw;
    color: var(--primary-0093E6, #0093e6);
    font-family: "Roboto", sans-serif;
    font-size: 110px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 220px */
    letter-spacing: 6.6px;
    opacity: 0.12;
  }
  .products__wrapper {
    position: relative;
    max-width: 1120px;
    width: 100%;
    padding: 50px 0;
  }
  .products__wrapper .products-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .products__wrapper .products-list .product {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 50%;
  }
  .products__wrapper .products-list .product__img {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    max-width: 200px;
    width: 100%;
    padding-bottom: 58%;
  }
  .products__wrapper .products-list .product__img--1 {
    background-image: url(../assets/images/product1.png);
  }
  .products__wrapper .products-list .product__img--2 {
    background-image: url(../assets/images/product2.png);
  }
  .products__wrapper .products-list .product__img--3 {
    background-image: url(../assets/images/product3.png);
  }
  .products__wrapper .products-list .product__img--4 {
    background-image: url(../assets/images/product4.png);
  }
  .products__wrapper .products-list .product__img--5 {
    background-image: url(../assets/images/product5.png);
  }
  .products__wrapper .products-list .product__img--6 {
    background-image: url(../assets/images/product6.png);
  }
  .products__wrapper .products-list .product__text--1 {
    color: #00b0c6;
  }
  .products__wrapper .products-list .product__text--2 {
    color: #e60000;
  }
  .products__wrapper .products-list .product__text--3 {
    color: #003c83;
  }
  .products__wrapper .products-list .product__text--4 {
    color: #66b32f;
  }
  .products__wrapper .products-list .product__text--5 {
    color: #fd9800;
  }
  .products__wrapper .products-list .product__text--6 {
    color: #007cc2;
  }
  .products__wrapper .common-btn {
    margin: 0 auto;
  }
  .message {
    display: flex;
    justify-content: center;
    background-image: url(../assets/images/message.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 0 20px;
  }
  .message .white-top {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    width: 24.3055555556vw;
    height: 50px;
  }
  .message .blue-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #CDE7F5;
    width: 24.3055555556vw;
    height: 50px;
  }
  .message .bg-message {
    position: absolute;
    bottom: -10px;
    right: -10px;
    color: #fff;
    opacity: 0.2;
    font-size: 15.2777777778vw;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 220px */
    letter-spacing: 6.6px;
  }
  .message__wrapper {
    max-width: 1120px;
    width: 100%;
    padding: 71px 0 106px;
  }
  .message__message {
    color: var(--mono-white, #fff);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 47.6px */
    letter-spacing: 1.4px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .message .common-btn {
    margin: 0 auto;
  }
  .news-and-contact {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0 20px;
  }
  .news-and-contact .blue-left {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #CDE7F5;
    width: 24.3055555556vw;
    height: 100%;
  }
  .news-and-contact__wrapper {
    position: relative;
    max-width: 1120px;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    justify-content: space-between;
    width: 100%;
  }
  .news-and-contact .news {
    max-width: none;
    width: 100%;
    margin-right: 0;
    background: #fff;
  }
  .news-and-contact .news__wrapper {
    width: 100%;
    padding: 24px;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .news-and-contact .news__wrapper .news-list {
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: none;
    width: 100%;
  }
  .news-and-contact .news__wrapper .news-list .news-item {
    color: var(--mono-black, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    letter-spacing: -0.32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px 0px;
    border-bottom: 1px solid #a1a1a1;
  }
  .news-and-contact .news__wrapper .news-list .news-item:first-child {
    padding-top: 0;
  }
  .news-and-contact .contact {
    max-width: none;
    width: 100%;
    background: var(--primary-0093E6, #0093e6);
  }
  .news-and-contact .contact__wrapper {
    padding: 8px;
    padding-top: 35px;
    padding-bottom: 15px;
  }
  .news-and-contact .contact .telnum {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 36px;
    margin-bottom: 8px;
  }
  .news-and-contact .contact .telnum__svg img {
    width: 20px;
    height: 20px;
  }
  .news-and-contact .contact .telnum__text {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 36px */
    letter-spacing: 2.52px;
  }
  .news-and-contact .contact .contact-btn {
    margin: 0 auto;
  }
  .link {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0 20px;
  }
  .link .blue-left {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #CDE7F5;
    width: 24.3055555556vw;
    height: 100%;
  }
  .link .blue-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #CDE7F5;
    width: 100%;
    height: 120px;
  }
  .link__wrapper {
    max-width: 1150px;
    width: 100%;
  }
  .link .image-links {
    width: 100%;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    padding: 10px;
    position: relative;
    z-index: 2;
  }
  .link .image-links .image-link {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-width: none;
    width: 100%;
    padding-bottom: 56.6371681416%;
    position: relative;
  }
  .link .image-links .image-link--1 {
    background-image: url(../assets/images/link1.jpg);
  }
  .link .image-links .image-link--2 {
    background-image: url(../assets/images/link2.jpg);
  }
  .link .image-links .image-link--3 {
    background-image: url(../assets/images/link3.jpg);
  }
  .link .image-links .image-link--4 {
    background-image: url(../assets/images/link4.jpg);
  }
  .link .image-links .image-link .section-head {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: calc(100% - 80px);
  }
}/*# sourceMappingURL=index-res.css.map */