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

.mv {
  position: relative;
}
.mv .fv-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv .fv-video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv .mv-shape1 {
  position: absolute;
  top: 93px;
  right: 0;
  aspect-ratio: 305/589;
  max-width: 305px;
  width: 21.1805555556vw;
  min-width: 200px;
}
.mv .mv-shape1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv .mv-shape2 {
  position: absolute;
  bottom: 42px;
  right: 160px;
  aspect-ratio: 326/300;
  max-width: 326px;
  width: 22.6388888889vw;
  min-width: 200px;
}
.mv .mv-shape2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv .mv-shape3 {
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 667/414;
  max-width: 667px;
  width: 100%;
}
.mv .mv-shape3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv .mv-scroll-down {
  position: absolute;
  bottom: 63px;
  right: 67px;
  aspect-ratio: 36/154;
  width: 36px;
}
.mv .mv-scroll-down img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mv_inner {
  position: relative;
  z-index: 1;
  padding-top: 195px;
  padding-bottom: 209px;
}
.mv_inner .mv-text-1 {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 86.4px */
  letter-spacing: 5.4px;
}
.mv_inner .mv-text-1 span {
  display: block;
  position: relative;
  padding-left: 119px;
}
.mv_inner .mv-text-1 span::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 109px;
  height: 66px;
  background-image: url("/assets/images/mv-25year.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.mv_inner .mv-text-2 {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  letter-spacing: 1.8px;
}

@media (max-width: 768px) {
  .mv {
    position: relative;
  }
  .mv .fv-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .mv .fv-video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mv .mv-shape1 {
    position: absolute;
    top: 93px;
    right: 0;
    aspect-ratio: 305/589;
    max-width: 305px;
    width: 21.1805555556vw;
    min-width: 200px;
  }
  .mv .mv-shape1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mv .mv-shape2 {
    position: absolute;
    bottom: 42px;
    right: 80px;
    aspect-ratio: 326/300;
    max-width: 326px;
    width: 22.6388888889vw;
    min-width: 200px;
  }
  .mv .mv-shape2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mv .mv-shape3 {
    position: absolute;
    bottom: 0;
    left: 0;
    aspect-ratio: 667/414;
    max-width: 667px;
    width: 46.3194444444vw;
    min-width: 300px;
  }
  .mv .mv-shape3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mv .mv-scroll-down {
    position: absolute;
    bottom: 63px;
    right: 20px;
    aspect-ratio: 36/154;
    width: 36px;
  }
  .mv .mv-scroll-down img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .mv_inner {
    position: relative;
    z-index: 1;
    padding-top: 195px;
    padding-bottom: 209px;
  }
  .mv_inner .mv-text-1 {
    color: #fff;
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 86.4px */
    letter-spacing: 5.4px;
  }
  .mv_inner .mv-text-1 span {
    display: block;
    position: relative;
    padding-left: 84px;
  }
  .mv_inner .mv-text-1 span::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 76.3px;
    height: 46.2px;
    background-image: url("/assets/images/mv-25year.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .mv_inner .mv-text-2 {
    color: #fff;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 28.8px */
    letter-spacing: 1.8px;
  }
}
.news_04 {
  padding-right: 24px;
  padding-left: 24px;
  background-image: url(/assets/images/news-bg.jpg);
  background-size: cover;
}
.news_04__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1120px;
  margin: 0 auto;
  padding: 84px 0px;
}
.news_04__inner .news-right {
  max-width: 820px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 5px;
}
.news_04__inner .news-right .news-list__content {
  color: white;
  font-weight: 600;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #afafaf;
  width: 100%;
  color: #000;
  font-family: "Sawarabi Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 28px */
}
.news_04__inner .news-right .news-list__content:last-child {
  margin-bottom: 0;
}
.news_04__inner .news-left {
  max-width: 235px;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .news_04 {
    padding-right: 24px;
    padding-left: 24px;
    background-image: url(/assets/images/news-bg.jpg);
    background-size: cover;
  }
  .news_04__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 0px;
  }
  .news_04__inner .news-right {
    max-width: 820px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 5px;
    margin-bottom: 24px;
  }
  .news_04__inner .news-right .news-list__content {
    color: white;
    font-weight: 600;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #afafaf;
    width: 100%;
    color: #000;
    font-family: "Sawarabi Gothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%; /* 28px */
  }
  .news_04__inner .news-right .news-list__content:last-child {
    margin-bottom: 0;
  }
  .news_04__inner .news-left {
    max-width: 235px;
    margin-right: 20px;
  }
}
.news-btn {
  padding: 16px 0px;
  display: flex;
  justify-content: center;
  width: 180px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.8px;
  position: relative;
}
.news-btn__logo {
  position: absolute;
  right: 16px;
}
.news-btn--sp {
  display: none;
}

@media (max-width: 768px) {
  .news-btn--pc {
    display: none;
  }
  .news-btn--sp {
    display: flex;
  }
}
.product {
  position: relative;
}
.product .top-product-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 430px;
  background-image: url(/assets/images/top-product-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.product_inner {
  position: relative;
  z-index: 1;
  padding-top: 325px;
  padding-bottom: 70px;
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.product_inner .product-left {
  padding-top: 165px;
  max-width: 504px;
  width: 100%;
  padding-left: 136px;
}
.product_inner .product-left .text1 {
  color: #206157;
  font-family: "Sawarabi Gothic";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 44.8px */
  letter-spacing: 0.56px;
}
.product_inner .product-left .text2 {
  color: #000;
  font-family: "Sawarabi Gothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: 0.4px;
}
.product_inner .product-right {
  max-width: 820px;
  width: 100%;
  padding: 50px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.25);
}
.product_inner .product-right .text1 {
  background-color: #0054b6;
  width: fit-content;
  padding: 0 8px;
  color: #fff;
  font-family: "Sawarabi Gothic";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 38.4px */
  letter-spacing: 0.48px;
}
.product_inner .product-right .text2 {
  padding-left: 12px;
  color: #000;
  font-family: "Sawarabi Gothic";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.36px;
}
.product_inner .product-right .products-list .single-product {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  gap: 16px;
}
.product_inner .product-right .products-list .single-product__img-wrap {
  min-width: 58.5px;
  width: 58.5px;
  display: flex;
  justify-content: center;
}
.product_inner .product-right .products-list .single-product__img {
  object-fit: contain;
  height: auto;
}
.product_inner .product-right .products-list .single-product__img--1 {
  aspect-ratio: 54/50;
  width: 59px;
}
.product_inner .product-right .products-list .single-product__img--2 {
  aspect-ratio: 59/54;
  width: 54px;
  min-width: 39px;
}
.product_inner .product-right .products-list .single-product__img--3 {
  aspect-ratio: 39/54;
  width: 39px;
}
.product_inner .product-right .products-list .single-product__img--4 {
  aspect-ratio: 44/54;
  width: 44px;
}
.product_inner .product-right .products-list .single-product__img--5 {
  aspect-ratio: 54/54;
  width: 54px;
}
.product_inner .product-right .products-list .single-product__text__title {
  color: #000;
  font-family: "Sawarabi Gothic";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.36px;
  margin-bottom: 8px;
}
.product_inner .product-right .products-list .single-product__text__desc {
  color: #000;
  font-family: "Sawarabi Gothic";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.24px;
}
.product_inner .product-right .products-list .two-col {
  display: flex;
  gap: 40px;
}
.product_inner .product-right .products-list .two-col .single-product {
  max-width: 340px;
  width: 100%;
}

@media (max-width: 1024px) {
  .product {
    position: relative;
  }
  .product .top-product-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 430px;
    background-image: url(/assets/images/top-product-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .product_inner {
    position: relative;
    z-index: 1;
    padding-top: 325px;
    padding-bottom: 70px;
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    justify-content: space-between;
  }
  .product_inner .product-left {
    padding-top: 165px;
    max-width: 504px;
    width: 100%;
    padding-left: 0;
  }
  .product_inner .product-left .text1 {
    color: #206157;
    font-family: "Sawarabi Gothic";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 44.8px */
    letter-spacing: 0.56px;
  }
  .product_inner .product-left .text2 {
    color: #000;
    font-family: "Sawarabi Gothic";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 32px */
    letter-spacing: 0.4px;
  }
  .product_inner .product-right {
    max-width: 820px;
    width: 100%;
    padding: 50px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.25);
  }
  .product_inner .product-right .text1 {
    background-color: #0054b6;
    width: fit-content;
    padding: 0 8px;
    color: #fff;
    font-family: "Sawarabi Gothic";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 38.4px */
    letter-spacing: 0.48px;
  }
  .product_inner .product-right .text2 {
    padding-left: 12px;
    color: #000;
    font-family: "Sawarabi Gothic";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.36px;
  }
  .product_inner .product-right .products-list .single-product {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    gap: 16px;
  }
  .product_inner .product-right .products-list .single-product__img-wrap {
    min-width: 58.5px;
    width: 58.5px;
    display: flex;
    justify-content: center;
  }
  .product_inner .product-right .products-list .single-product__img {
    object-fit: contain;
    height: auto;
  }
  .product_inner .product-right .products-list .single-product__img--1 {
    aspect-ratio: 59/54;
    width: 59px;
  }
  .product_inner .product-right .products-list .single-product__img--2 {
    aspect-ratio: 39/54;
    width: 39px;
    min-width: 39px;
  }
  .product_inner .product-right .products-list .single-product__img--3 {
    aspect-ratio: 58/54;
    width: 58px;
  }
  .product_inner .product-right .products-list .single-product__img--4 {
    aspect-ratio: 54/54;
    width: 54px;
  }
  .product_inner .product-right .products-list .single-product__img--5 {
    aspect-ratio: 54/54;
    width: 54px;
  }
  .product_inner .product-right .products-list .single-product__text__title {
    color: #000;
    font-family: "Sawarabi Gothic";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.36px;
    margin-bottom: 8px;
  }
  .product_inner .product-right .products-list .single-product__text__desc {
    color: #000;
    font-family: "Sawarabi Gothic";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.24px;
  }
  .product_inner .product-right .products-list .two-col {
    display: flex;
    gap: 40px;
  }
  .product_inner .product-right .products-list .two-col .single-product {
    max-width: 340px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .product {
    position: relative;
  }
  .product .top-product-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 230px;
    background-image: url(/assets/images/top-product-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .product_inner {
    position: relative;
    z-index: 1;
    padding-top: 105px;
    padding-bottom: 40px;
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    justify-content: space-between;
  }
  .product_inner .product-left {
    padding-top: 165px;
    max-width: 504px;
    width: 100%;
    padding-left: 0;
  }
  .product_inner .product-left .text1 {
    color: #206157;
    font-family: "Sawarabi Gothic";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 44.8px */
    letter-spacing: 0.56px;
  }
  .product_inner .product-left .text2 {
    color: #000;
    font-family: "Sawarabi Gothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 32px */
    letter-spacing: 0.4px;
  }
  .product_inner .product-right {
    max-width: 820px;
    width: 100%;
    padding: 24px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.25);
  }
  .product_inner .product-right .text1 {
    background-color: #0054b6;
    width: fit-content;
    padding: 0 8px;
    color: #fff;
    font-family: "Sawarabi Gothic";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 38.4px */
    letter-spacing: 0.48px;
  }
  .product_inner .product-right .text2 {
    padding-left: 12px;
    color: #000;
    font-family: "Sawarabi Gothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.36px;
  }
  .product_inner .product-right .products-list .single-product {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    gap: 16px;
  }
  .product_inner .product-right .products-list .single-product__img-wrap {
    min-width: 58.5px;
    width: 58.5px;
    display: flex;
    justify-content: center;
  }
  .product_inner .product-right .products-list .single-product__img {
    object-fit: contain;
    height: auto;
  }
  .product_inner .product-right .products-list .single-product__img--1 {
    aspect-ratio: 59/54;
    width: 59px;
  }
  .product_inner .product-right .products-list .single-product__img--2 {
    aspect-ratio: 39/54;
    width: 39px;
    min-width: 39px;
  }
  .product_inner .product-right .products-list .single-product__img--3 {
    aspect-ratio: 58/54;
    width: 58px;
  }
  .product_inner .product-right .products-list .single-product__img--4 {
    aspect-ratio: 54/54;
    width: 54px;
  }
  .product_inner .product-right .products-list .single-product__img--5 {
    aspect-ratio: 54/54;
    width: 54px;
  }
  .product_inner .product-right .products-list .single-product__text__title {
    color: #000;
    font-family: "Sawarabi Gothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.36px;
    margin-bottom: 8px;
  }
  .product_inner .product-right .products-list .single-product__text__desc {
    color: #000;
    font-family: "Sawarabi Gothic";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.24px;
  }
  .product_inner .product-right .products-list .two-col {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .product_inner .product-right .products-list .two-col .single-product {
    max-width: none;
    width: 100%;
  }
}
.company {
  position: relative;
  border: 6px solid #114fa1;
  background-image: url(/assets/images/company-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.company .company-bg {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 815px;
  max-width: 56.5972222222vw;
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/company-bg-shape.png);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}
.company_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 80px;
}
.company_inner .company-left .text1 {
  color: #206157;
  font-family: "Sawarabi Gothic";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 171.429% */
  letter-spacing: 0.56px;
}
.company_inner .company-left .text2 {
  color: #000;
  font-family: "Sawarabi Gothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: 0.4px;
}
.company_inner .company-right {
  padding: 30px 0px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.company_inner .company-right .text1 {
  color: #fff;
  font-family: "Sawarabi Gothic";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 200% */
  letter-spacing: 0.48px;
  margin-bottom: 10px;
}
.company_inner .company-right .list li {
  position: relative;
  padding-left: 29px;
  color: #fff;
  font-family: "Sawarabi Gothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 285%; /* 25.2px */
  letter-spacing: 0.28px;
  margin-bottom: 6px;
}
.company_inner .company-right .list li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 19px;
  height: 18px;
  background-image: url(/assets/images/top-company-check-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}
.company_inner .company-right .list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .company {
    position: relative;
    border: 6px solid #114fa1;
    background-image: url(/assets/images/company-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .company .company-bg {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    max-width: none;
    max-width: 100%;
    width: 100%;
    height: 600px;
    background-image: url(/assets/images/company-bg-shape-sp.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }
  .company_inner {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 100px;
    justify-content: space-between;
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .company_inner .company-left .text1 {
    color: #206157;
    font-family: "Sawarabi Gothic";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 171.429% */
    letter-spacing: 0.56px;
  }
  .company_inner .company-left .text2 {
    color: #000;
    font-family: "Sawarabi Gothic";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 32px */
    letter-spacing: 0.4px;
  }
  .company_inner .company-right {
    padding: 30px 0px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .company_inner .company-right .text1 {
    color: #fff;
    font-family: "Sawarabi Gothic";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 200% */
    letter-spacing: 0.48px;
    margin-bottom: 10px;
  }
  .company_inner .company-right .list li {
    position: relative;
    padding-left: 29px;
    color: #fff;
    font-family: "Sawarabi Gothic";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 285%; /* 25.2px */
    letter-spacing: 0.28px;
    margin-bottom: 6px;
  }
  .company_inner .company-right .list li::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 19px;
    height: 18px;
    background-image: url(/assets/images/top-company-check-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
  }
  .company_inner .company-right .list li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .company {
    position: relative;
    border: 6px solid #114fa1;
    background-image: url(/assets/images/company-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .company .company-bg {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    max-width: none;
    max-width: 100%;
    width: 100%;
    height: 67%;
    background-image: url(/assets/images/company-bg-shape-sp.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }
  .company_inner {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 100px;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .company_inner .company-left .text1 {
    color: #206157;
    font-family: "Sawarabi Gothic";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 171.429% */
    letter-spacing: 0.56px;
  }
  .company_inner .company-left .text2 {
    color: #000;
    font-family: "Sawarabi Gothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 32px */
    letter-spacing: 0.4px;
  }
  .company_inner .company-right {
    padding: 30px 0px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .company_inner .company-right .text1 {
    color: #fff;
    font-family: "Sawarabi Gothic";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 200% */
    letter-spacing: 0.48px;
    margin-bottom: 10px;
  }
  .company_inner .company-right .list li {
    position: relative;
    padding-left: 29px;
    color: #fff;
    font-family: "Sawarabi Gothic";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 285%; /* 25.2px */
    letter-spacing: 0.28px;
    margin-bottom: 4px;
  }
  .company_inner .company-right .list li::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 19px;
    height: 18px;
    background-image: url(/assets/images/top-company-check-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
  }
  .company_inner .company-right .list li:last-child {
    margin-bottom: 0;
  }
}
.access {
  background-image: url(/assets/images/access-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.access__inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
.access__inner .cmn-head {
  text-align: center;
}
.access__inner .text1 {
  color: #222;
  text-align: center;
  font-family: "Sawarabi Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
.access__inner .map {
  width: 100%;
  height: 320px;
}
.access__inner .map iframe {
  width: 100%;
  height: 320px;
}
.access__inner .cmn-btn {
  margin: 0 auto;
}

@media (max-width: 768px) {
  .access__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.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: #114FA1;
  text-align: center;
  font-size: 112px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 35px;
}
.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 {
  margin-bottom: 7px;
  display: flex;
  justify-content: center;
}
.contact__inner .contact-content .contact-left .tel .tel-text {
  color: #000;
  font-family: "Sawarabi Gothic";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.84px;
}
.contact__inner .contact-content .contact-left .fax {
  color: #000;
  font-family: "Sawarabi Gothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
}
.contact__inner .contact-content .bar {
  width: 2px;
  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: "Sawarabi Gothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 35px */
}

@media screen and (max-width: 768px) {
  .contact {
    background-image: url(/assets/images/contact-bg.jpg);
    background-size: cover;
  }
  .contact__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contact__inner .contact-head {
    color: #114FA1;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 20px;
  }
  .contact__inner .contact-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
  }
  .contact__inner .contact-content .contact-left {
    max-width: 100%;
    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 {
    margin-bottom: 7px;
    display: flex;
    justify-content: center;
  }
  .contact__inner .contact-content .contact-left .tel .tel-logo svg {
    width: 40px;
    height: 40px;
  }
  .contact__inner .contact-content .contact-left .tel .tel-text {
    color: #000;
    font-family: "Sawarabi Gothic";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.84px;
  }
  .contact__inner .contact-content .contact-left .fax {
    color: #000;
    font-family: "Sawarabi Gothic";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
  }
  .contact__inner .contact-content .bar {
    width: 100%;
    height: 2px;
    background-color: #000;
  }
  .contact__inner .contact-content .contact-right {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .contact__inner .contact-content .contact-right .email .email-logo {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
  }
  .contact__inner .contact-content .contact-right .email .email-logo svg {
    width: 40px;
    height: 40px;
  }
  .contact__inner .contact-content .contact-right .email .email-text {
    color: #000;
    text-align: center;
    font-family: "Sawarabi Gothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%; /* 35px */
  }
}/*# sourceMappingURL=index.css.map */