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

.fv {
  margin-top: 101px;
  background-image: url(../assets/images/fv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 20px;
}
.fv__wrapper {
  max-width: 1120px;
  padding: 126px 0px;
  width: 100%;
  margin: 0 auto;
}
.fv__title {
  font-size: 60px;
  font-weight: 700;
  line-height: 108px;
  color: #ffffff;
}
.fv__text {
  margin-top: 60px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  max-width: 591px;
  width: 100%;
}

.swiper .swiper-wrapper .swiper-slide--2 {
  background-image: url(../assets/images/fv2.jpg);
}
.swiper .swiper-wrapper .swiper-slide--3 {
  background-image: url(../assets/images/fv3.jpg);
}
.swiper .swiper-wrapper .swiper-slide--4 {
  background-image: url(../assets/images/fv4.jpg);
}

.products {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 0 20px;
}
.products .bg-message {
  position: absolute;
  pointer-events: none;
  top: 60px;
  left: 9.0277777778vw;
  color: var(--primary-0093E6, #0093e6);
  font-family: "Roboto", sans-serif;
  font-size: 220px;
  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: 100px 0;
}
.products__wrapper .products-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 60px;
}
.products__wrapper .products-list .product {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.products__wrapper .products-list .product__img {
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 170px;
  width: 100%;
  padding-bottom: 100%;
}
.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: 100px;
}
.message .blue-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #CDE7F5;
  width: 24.3055555556vw;
  height: 100px;
}
.message .bg-message {
  pointer-events: none;
  position: absolute;
  bottom: -23px;
  right: -20px;
  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: 142px 0 212px;
}
.message__message {
  color: var(--mono-white, #fff);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 47.6px */
  letter-spacing: 1.4px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.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: 100px;
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.news-and-contact .news {
  max-width: 645px;
  width: 100%;
  margin-right: 10px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.news-and-contact .news .bg-letters {
  pointer-events: none;
  transform: rotate(90deg);
  transform-origin: bottom left;
  position: absolute;
  top: -60px;
  left: -12px;
  color: rgba(0, 147, 230, 0.2);
  font-family: "Roboto", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 80px */
  letter-spacing: 2.4px;
}
.news-and-contact .news__wrapper {
  width: 100%;
  padding: 40px 0px 40px 13.9534883721%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding-right: 13.9534883721%;
}
.news-and-contact .news__wrapper .news-list {
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 420px;
  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;
  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: 450px;
  width: 100%;
  background: var(--primary-0093E6, #0093e6);
  position: relative;
  overflow: hidden;
}
.news-and-contact .contact .bg-letters {
  pointer-events: none;
  transform: rotate(90deg);
  transform-origin: bottom left;
  position: absolute;
  top: -70px;
  left: -25px;
  color: rgba(255, 255, 255, 0.2);
  font-family: "Roboto", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 80px */
  letter-spacing: 2.4px;
}
.news-and-contact .contact__wrapper {
  padding-top: 69px;
  padding-bottom: 31px;
}
.news-and-contact .contact .telnum {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 72px;
  margin-bottom: 36px;
}
.news-and-contact .contact .telnum__text {
  color: #fff;
  font-size: 36px;
  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;
  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: calc(50% - 5px);
  width: 100%;
  padding-bottom: 30.0884955752%;
  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: 40px;
  bottom: 40px;
  width: calc(100% - 80px);
}/*# sourceMappingURL=index.css.map */