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

.sp-br {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-br {
    display: inline;
  }
}
.fv {
  padding: 0 24px;
  position: relative;
  min-height: 810px;
}
.fv .left-bar {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 40px;
  aspect-ratio: 52.4/810;
  width: 3.6388888889vw;
  width: 52.4px;
  min-height: 810px;
}
.fv .left-bar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fv .bottom-bar {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 37px;
  height: 2px;
  background-color: #fff;
  width: 100%;
}
.fv .fv-filter {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 var(--Corner-Rounding-none, 0) 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.05) 18%);
}
.fv .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  min-height: 810px;
}
.fv .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv__inner {
  max-width: 1280px;
  padding-left: 75px;
  width: 100%;
  padding-top: 210px;
  position: relative;
  z-index: 4;
  margin: 0 auto;
}
.fv__inner .fv-small-text {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 325% */
  margin-bottom: -10px;
}
.fv__inner .fv-title {
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
  font-family: Montserrat;
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: 131%; /* 117.9px */
  font-family: Montserrat, sans-serif;
  margin-bottom: 5px;
}
.fv__inner .fv-title2 {
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 58.8px */
  padding: 7px 12px;
  width: fit-content;
  position: relative;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.88);
  margin-bottom: 16px;
}
.fv__inner .fv-title2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(3, 125, 222, 0.7) 0%, rgba(0, 56, 101, 0.7) 100%);
  mix-blend-mode: multiply; /* ここに移動 */
  z-index: -1;
}
.fv__inner .fv-title3 {
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
  font-family: "Noto Sans JP";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 58.8px */
  position: relative;
  width: fit-content;
  padding: 7px 12px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.88);
}
.fv__inner .fv-title3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(3, 125, 222, 0.7) 0%, rgba(0, 56, 101, 0.7) 100%);
  mix-blend-mode: multiply; /* ここに移動 */
  z-index: -1;
}
.fv__inner .fv-desc span {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px; /* 185.714% */
  width: fit-content;
  padding: 2px 10px;
  background: rgba(2, 68, 120, 0.7);
  mix-blend-mode: multiply;
}

.news {
  position: relative;
}
.news .fixed-img-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  clip-path: inset(0);
}
.news .fixed-img-wrapper .fixed-img {
  background-image: url(/assets/images/news-bg.jpg);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center bottom;
  z-index: -1;
}
.news__inner {
  position: relative;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
.news__inner .news-sec1 {
  margin-right: 37px;
}
.news__inner .news-sec1 .tags {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.news__inner .news-sec1 .tags .single-tag {
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 22px;
  padding: 6px 23px;
  width: fit-content;
}
.news__inner .news-sec1 .tags .single-tag--active {
  background-color: #0054b6;
  color: #fff;
}
.news__inner .news-sec1 .tags .single-tag:not(.single-tag--active) {
  border: 1px solid #0054b6;
  background: #fff;
  color: #0054b6;
}
.news__inner .news-sec2 {
  max-width: 360px;
  width: 100%;
  margin-right: 70px;
}
.news__inner .news-sec2 .news-list {
  padding-top: 36px;
}
.news__inner .news-sec2 .news-list .single-news {
  padding: 16px 0;
  border-bottom: 1px solid #000;
}
.news__inner .news-sec2 .news-list .single-news__date {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: 0.48px;
  margin-bottom: 4px;
}
.news__inner .news-sec2 .news-list .single-news__title {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.8px;
}
.news__inner .news-sec2 .news-list .single-news:first-child {
  padding-top: 0;
}
.news__inner .news-sec3 {
  max-width: 380px;
  width: 100%;
  padding-top: 10px;
}
.news__inner .news-sec3 .youtube-wrapper {
  padding: 15px 10px 10px 10px;
  border-radius: 10px;
  background: rgba(0, 84, 182, 0.8);
}
.news__inner .news-sec3 .youtube-wrapper .youtube-logo {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.news__inner .news-sec3 .youtube-wrapper .youtube-logo img {
  aspect-ratio: 110/20;
  width: 110px;
  height: auto;
  object-fit: contain;
}
.news__inner .news-sec3 .youtube-wrapper .youtube-content iframe {
  aspect-ratio: 360/200;
  max-height: 360px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 21.63%), url(<path-to-image>) lightgray 50%/cover no-repeat;
}

.scroll-bg {
  padding: 80px 0px;
  background: linear-gradient(117deg, var(--Gradients-Primary-03, #0054b6) 0%, #0d62c3 0.01%, #776df9 100%), #fff;
  overflow: hidden;
  position: relative;
}
.scroll-bg .items {
  display: flex;
  gap: 136px;
  width: fit-content;
  animation: scroll 25s linear infinite;
}
.scroll-bg .items .item {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.scroll-bg .items .item .small-text {
  color: #fff;
  font-family: "BIZ UDPGothic";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
}
.scroll-bg .items .item .large-text {
  color: #fff;
  font-family: Montserrat;
  font-size: 104px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 104px */
  letter-spacing: 5.2px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.service__inner {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.service__inner .service-sec1 {
  max-width: 492px;
  width: 34.1666666667vw;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
.service__inner .service-sec1 .desc1 {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
}
.service__inner .service-sec1 .service-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 492px;
  width: 100%;
  row-gap: 40px;
}
.service__inner .service-sec1 .service-list .single-service {
  max-width: 230px;
  width: 100%;
}
.service__inner .service-sec1 .service-list .single-service__img {
  aspect-ratio: 230/161;
  max-width: 230px;
  width: 100%;
  margin-bottom: 16px;
}
.service__inner .service-sec1 .service-list .single-service__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service__inner .service-sec1 .service-list .single-service__title {
  color: #000;
  font-family: "BIZ UDPGothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  margin-bottom: 12px;
}
.service__inner .service-sec1 .service-list .single-service__desc {
  color: #000;
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
.service__inner .service-sec2 {
  max-width: 572px;
  width: 39.7222222222vw;
  position: absolute;
  top: 134px;
  right: 0;
}
.service__inner .service-sec2 img {
  margin-bottom: 16px;
  max-width: 572px;
  width: 100%;
}
.service__inner .service-sec2 .title {
  color: #000;
  font-family: "BIZ UDPGothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  margin-bottom: 12px;
}
.service__inner .service-sec2 .desc {
  color: #000;
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}

.product {
  background-image: url(/assets/images/product-bg.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
}
.product .product-letter {
  position: absolute;
  bottom: -14px;
  left: 0;
  aspect-ratio: 882/118;
  max-width: 882px;
  width: 61.25vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  .product .product-letter {
    bottom: 0px;
  }
}
.product .product-letter img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product__inner {
  max-width: 1180px;
  padding-top: 482px;
  padding-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  justify-content: space-between;
}
.product__inner .product-sec1 {
  padding-top: 89px;
}
.product__inner .product-sec1 .desc1 {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 44px */
  text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 7%; /* 1.82px */
  text-underline-offset: 25%; /* 6.5px */
  text-underline-position: from-font;
}
.product__inner .product-sec1 .desc2 {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 32.4px */
  letter-spacing: 0.36px;
}
.product__inner .product-img {
  max-width: 427px;
  width: 100%;
  aspect-ratio: 427/676;
}
.product__inner .product-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.kec-product {
  background-image: url(/assets/images/kec-product.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.kec-product__inner {
  max-width: 1224px;
  padding-top: 80px;
  padding-bottom: 100px;
}
.kec-product__inner .kec-product-sec1 .cmn-head__en {
  color: #004098;
  font-family: Montserrat;
  font-size: 74px;
  font-style: italic;
  font-weight: 800;
  line-height: 130%; /* 96.2px */
  letter-spacing: 2.22px;
}
.kec-product__inner .kec-product-sec1 .desc1 {
  color: #222;
  font-family: "Noto Sans JP";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 41.6px */
  letter-spacing: 0.26px;
  padding-left: 54px;
}
.kec-product__inner .kec-product-sec1 .desc2 {
  color: #222;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 210%; /* 33.6px */
  padding-left: 54px;
}
.kec-product__inner .kec-product-sec1 .cmn-btn1 {
  margin-left: 54px;
}

.recruit {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(/assets/images/recruit.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.recruit__inner {
  padding: 54px 24px 65px 24px;
  background-color: #fff;
}
.recruit__inner .desc1 {
  color: #000;
  font-family: "BIZ UDPGothic";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
  letter-spacing: 0.96px;
  text-align: center;
}
.recruit__inner .desc2 {
  color: #0054b6;
  font-family: Montserrat;
  font-size: 92px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 92px */
  letter-spacing: 0.92px;
  text-align: center;
}
.recruit__inner .desc3 {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 33px */
  text-align: center;
}
.access {
  background-image: url(/assets/images/access-bg.jpg);
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.access .access-letter {
  position: absolute;
  aspect-ratio: 575/147;
  bottom: -20.3px;
  right: -6px;
  max-width: 575px;
  width: 100%;
  background-image: url(/assets/images/access-letter.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .access .access-letter {
    bottom: -10.3px;
    right: -3px;
    max-width: 300px;
  }
}
.access__inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
.access .sec1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.access .sec1 .top-access {
  max-width: 536px;
  width: 100%;
}
.access .sec1 .top-access .sec1__left .desc1 {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  text-align: center;
  margin-bottom: 24px;
}
.access .sec1 .top-access .desc2 {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  margin-bottom: 16px;
}
.access .sec1 .top-access .sec1__right {
  max-width: 536px;
  width: 100%;
  height: 240px;
  margin-bottom: 16px;
}
.access .sec1 .top-access .sec1__right iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.access .access-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
}
.access .access-list .single-access {
  max-width: 262px;
  width: 100%;
}
.access .access-list .single-access__title {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
  margin-bottom: 16px;
}
.access .access-list .single-access__map {
  max-width: 262px;
  width: 100%;
  height: 146px;
  margin-bottom: 10px;
}
.access .access-list .single-access__map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.access .access-list .single-access__desc1 {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  margin-bottom: 16px;
}
.access .access-list .single-access__desc2 {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
.distribute__inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
.distribute__inner .distributors {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 20px;
  row-gap: 20px;
}
.distribute__inner .distributors a {
  max-width: 153px;
  width: 100%;
}
.distribute__inner .distributors a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact {
  background-image: url(/assets/images/contact-bg.jpg);
  background-size: cover;
}
.contact__inner {
  padding-top: 100px;
  padding-bottom: 134px;
}
.contact__inner .contact-head {
  color: #0054b6;
  font-family: Montserrat;
  font-size: 92px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 92px */
  letter-spacing: 0.92px;
  margin-bottom: 27px;
  text-align: center;
}
.contact__inner .contact-content {
  display: flex;
  justify-content: space-between;
}
.contact__inner .contact-content .contact-left {
  max-width: 550px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact__inner .contact-content .contact-left .tel {
  margin-bottom: 7px;
}
.contact__inner .contact-content .contact-left .tel .tel-logo {
  display: flex;
  justify-content: center;
}
.contact__inner .contact-content .contact-left .tel .tel-text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3.84px;
  margin-bottom: 7px;
}
.contact__inner .contact-content .contact-left .fax {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
}
.contact__inner .contact-content .bar {
  width: 2px;
  height: 183px;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  background-color: #000;
}
.contact__inner .contact-content .contact-right {
  max-width: 550px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.contact__inner .contact-content .contact-right .email .email-logo {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
}
.contact__inner .contact-content .contact-right .email .email-text {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 42px */
}

@media screen and (max-width: 768px) {
  .fv {
    padding: 0 24px;
    position: relative;
    height: 100%;
    min-height: 810px;
  }
  .fv .left-bar {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0px;
    aspect-ratio: 52.4/810;
    width: 52.4px;
    min-height: 810px;
  }
  .fv .left-bar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .fv .bottom-bar {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 37px;
    height: 2px;
    background-color: #fff;
    width: 100%;
  }
  .fv .fv-filter {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 0 var(--Corner-Rounding-none, 0) 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.05) 18%);
  }
  .fv .video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    min-height: 810px;
  }
  .fv .video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .fv__inner {
    max-width: 1120px;
    width: 100%;
    padding-top: 150px;
    position: relative;
    padding-left: 0;
    z-index: 4;
    margin: 0 auto;
  }
  .fv__inner .fv-small-text {
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 325% */
    margin-bottom: 10px;
  }
  .fv__inner .fv-title {
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 83.333% */
    letter-spacing: -2.4px;
    margin-bottom: 16px;
    font-family: Montserrat, sans-serif;
  }
  .fv__inner .fv-title2 {
    color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 58.8px */
    padding: 7px 12px;
    width: fit-content;
    position: relative;
    margin-bottom: 16px;
  }
  .fv__inner .fv-title2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(3, 125, 222, 0.7) 0%, rgba(0, 56, 101, 0.7) 100%);
    mix-blend-mode: multiply; /* ここに移動 */
    z-index: -1;
  }
  .fv__inner .fv-title3 {
    color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 58.8px */
    position: relative;
    width: fit-content;
    padding: 7px 12px;
  }
  .fv__inner .fv-title3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(3, 125, 222, 0.7) 0%, rgba(0, 56, 101, 0.7) 100%);
    mix-blend-mode: multiply; /* ここに移動 */
    z-index: -1;
  }
  .fv__inner .fv-desc {
    font-size: 16px;
  }
  .fv__inner .fv-desc span {
    color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 205%; /* 185.714% */
    width: fit-content;
    padding: 2px 10px;
    background: rgba(2, 68, 120, 0.7);
    mix-blend-mode: multiply;
    white-space: nowrap;
  }
  .news {
    position: relative;
  }
  .news .fixed-img-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    clip-path: inset(0);
  }
  .news .fixed-img-wrapper .fixed-img {
    background-image: url(/assets/images/news-bg.jpg);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center bottom;
    z-index: -1;
  }
  .news__inner {
    position: relative;
    z-index: 2;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
  }
  .news__inner .news-sec1 {
    margin-right: 0;
  }
  .news__inner .news-sec1 .tags {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .news__inner .news-sec1 .tags .single-tag {
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 22px;
    padding: 4px 16px;
    width: fit-content;
  }
  .news__inner .news-sec1 .tags .single-tag--active {
    background-color: #0054b6;
    color: #fff;
  }
  .news__inner .news-sec1 .tags .single-tag:not(.single-tag--active) {
    border: 1px solid #0054b6;
    background: #fff;
    color: #0054b6;
  }
  .news__inner .news-sec2 {
    max-width: none;
    width: 100%;
    margin-right: 0px;
  }
  .news__inner .news-sec2 .news-list {
    padding-top: 0px;
  }
  .news__inner .news-sec2 .news-list .single-news {
    padding: 16px 0;
    border-bottom: 1px solid #000;
  }
  .news__inner .news-sec2 .news-list .single-news__date {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    letter-spacing: 0.48px;
    margin-bottom: 4px;
  }
  .news__inner .news-sec2 .news-list .single-news__title {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    letter-spacing: 0.8px;
  }
  .news__inner .news-sec2 .news-list .single-news:first-child {
    padding-top: 0;
  }
  .news__inner .news-sec3 {
    max-width: none;
    width: 100%;
    padding-top: 10px;
  }
  .news__inner .news-sec3 .youtube-wrapper {
    padding: 15px 10px 10px 10px;
    border-radius: 10px;
    background: rgba(0, 84, 182, 0.8);
  }
  .news__inner .news-sec3 .youtube-wrapper .youtube-logo {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  .news__inner .news-sec3 .youtube-wrapper .youtube-logo img {
    aspect-ratio: 110/20;
    width: 110px;
    height: auto;
    object-fit: contain;
  }
  .news__inner .news-sec3 .youtube-wrapper .youtube-content iframe {
    aspect-ratio: 360/200;
    max-height: 360px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 21.63%), url(<path-to-image>) lightgray 50%/cover no-repeat;
  }
  .scroll-bg {
    padding: 40px 0px;
    background: linear-gradient(117deg, var(--Gradients-Primary-03, #0054b6) 0%, #0d62c3 0.01%, #776df9 100%), #fff;
    overflow: hidden;
    position: relative;
  }
  .scroll-bg .items {
    display: flex;
    gap: 80px;
    width: fit-content;
    animation: scroll 25s linear infinite;
  }
  .scroll-bg .items .item {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
  }
  .scroll-bg .items .item .small-text {
    color: #fff;
    font-family: "BIZ UDPGothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 28.8px */
  }
  .scroll-bg .items .item .large-text {
    color: #fff;
    font-family: Montserrat;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 104px */
    letter-spacing: 3.2px;
  }
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .service__inner {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
  }
  .service__inner .service-sec1 {
    max-width: none;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
  }
  .service__inner .service-sec1 .desc1 {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 28.8px */
  }
  .service__inner .service-sec1 .service-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: none;
    width: 100%;
    row-gap: 20px;
  }
  .service__inner .service-sec1 .service-list .single-service {
    max-width: none;
    width: 100%;
  }
  .service__inner .service-sec1 .service-list .single-service__img {
    aspect-ratio: 230/161;
    max-width: none;
    width: 100%;
    margin-bottom: 16px;
  }
  .service__inner .service-sec1 .service-list .single-service__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .service__inner .service-sec1 .service-list .single-service__title {
    color: #000;
    font-family: "BIZ UDPGothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 20px */
    margin-bottom: 12px;
  }
  .service__inner .service-sec1 .service-list .single-service__desc {
    color: #000;
    font-family: "BIZ UDPGothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
  }
  .service__inner .service-sec2 {
    max-width: none;
    width: 100%;
    position: initial;
    top: auto;
    right: 0;
  }
  .service__inner .service-sec2 img {
    margin-bottom: 16px;
    max-width: 572px;
    width: 100%;
  }
  .service__inner .service-sec2 .title {
    color: #000;
    font-family: "BIZ UDPGothic";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 20px */
    margin-bottom: 12px;
  }
  .service__inner .service-sec2 .desc {
    color: #000;
    font-family: "BIZ UDPGothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
  }
  .product {
    background-image: url(/assets/images/product-bg-sp.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .product__inner {
    padding-top: 280px;
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: space-between;
  }
  .product__inner .product-sec1 {
    padding-top: 0px;
  }
  .product__inner .product-sec1 .desc1 {
    color: #fff;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 44px */
  }
  .product__inner .product-sec1 .desc2 {
    color: #fff;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 32.4px */
    letter-spacing: 0.36px;
  }
  .product__inner .product-img {
    max-width: none;
    width: 100%;
    aspect-ratio: 435/656;
  }
  .product__inner .product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .kec-product {
    background-image: url(/assets/images/kec-product.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .kec-product__inner {
    max-width: 1224px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .kec-product__inner .kec-product-sec1 .cmn-head__en {
    color: #004098;
    font-family: Montserrat;
    font-size: 32px;
    font-style: italic;
    font-weight: 800;
    line-height: 130%; /* 96.2px */
    letter-spacing: 2.22px;
  }
  .kec-product__inner .kec-product-sec1 .desc1 {
    color: #222;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 41.6px */
    letter-spacing: 0.26px;
    padding-left: 0px;
  }
  .kec-product__inner .kec-product-sec1 .desc2 {
    color: #222;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 210%; /* 33.6px */
    padding-left: 0px;
  }
  .kec-product__inner .kec-product-sec1 .cmn-btn1 {
    margin-left: 0px;
  }
  .recruit {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(/assets/images/recruit.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .recruit__inner {
    padding: 24px 16px 32px 16px;
    background-color: #fff;
  }
  .recruit__inner .desc1 {
    color: #000;
    font-family: "BIZ UDPGothic";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 24px */
    letter-spacing: 0.96px;
    text-align: center;
  }
  .recruit__inner .desc2 {
    color: #0054b6;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 92px */
    letter-spacing: 0.92px;
    text-align: center;
  }
  .recruit__inner .desc3 {
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 33px */
    text-align: center;
  }
  .access {
    background-image: url(/assets/images/access-bg.jpg);
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
  }
  .access__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .access .sec1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .access .sec1 .top-access {
    max-width: none;
    width: 100%;
  }
  .access .sec1 .top-access .sec1__left .desc1 {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 30px */
    text-align: left;
    margin-bottom: 16px;
  }
  .access .sec1 .top-access .desc2 {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
    margin-bottom: 16px;
  }
  .access .sec1 .top-access .sec1__right {
    max-width: none;
    width: 100%;
    height: 146px;
    margin-bottom: 16px;
  }
  .access .sec1 .top-access .sec1__right iframe {
    width: 100%;
    height: 146px;
    object-fit: cover;
  }
  .access .access-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
  }
  .access .access-list .single-access {
    max-width: none;
    width: 100%;
  }
  .access .access-list .single-access__title {
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
    text-align: left;
    margin-bottom: 16px;
  }
  .access .access-list .single-access__map {
    max-width: none;
    width: 100%;
    height: 146px;
    margin-bottom: 10px;
  }
  .access .access-list .single-access__map iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .access .access-list .single-access__desc1 {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
    margin-bottom: 16px;
  }
  .access .access-list .single-access__desc2 {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
  }
  .distribute__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .distribute__inner .distributors {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 2%;
    row-gap: 2%;
  }
  .distribute__inner .distributors a {
    max-width: 48%;
    width: 100%;
  }
  .distribute__inner .distributors a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .distribute__inner .distributors .spmt30 {
    margin-top: 30px;
  }
  .contact {
    background-image: url(/assets/images/contact-bg.jpg);
    background-size: cover;
  }
  .contact__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contact__inner .contact-head {
    color: #0054b6;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 92px */
    letter-spacing: 0.92px;
    margin-bottom: 16px;
  }
  .contact__inner .contact-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact__inner .contact-content .contact-left {
    max-width: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contact__inner .contact-content .contact-left .tel {
    margin-bottom: 7px;
  }
  .contact__inner .contact-content .contact-left .tel .tel-logo {
    display: flex;
    justify-content: center;
  }
  .contact__inner .contact-content .contact-left .tel .tel-logo svg {
    width: 30px;
    height: 30px;
  }
  .contact__inner .contact-content .contact-left .tel .tel-text {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 3.84px;
    margin-bottom: 7px;
  }
  .contact__inner .contact-content .contact-left .fax {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
  }
  .contact__inner .contact-content .bar {
    width: 100%;
    height: 2px;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
    background-color: #000;
  }
  .contact__inner .contact-content .contact-right {
    max-width: none;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .contact__inner .contact-content .contact-right .email .email-logo {
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
  }
  .contact__inner .contact-content .contact-right .email .email-logo svg {
    width: 30px;
    height: 30px;
  }
  .contact__inner .contact-content .contact-right .email .email-text {
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 175%; /* 42px */
  }
}/*# sourceMappingURL=index.css.map */