@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.u-mt-60 {
  margin-top: 60px;
}

.u-font-ms {
  font-family: "ＭＳ ゴシック", "Noto Sans JP", YuGothic, "Yu Gothic", sans-serif;
}

.products__heading {
  font-weight: 1.8rem;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #000;
  margin-top: 40px;
  margin-bottom: 20px;
}
.products-security__item {
  margin-top: 40px;
}
.products-security__item h4 {
  font-size: 2.7rem;
}
.products-vision__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 790px;
  height: 270px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  background: #dcefff;
  margin: 0 auto;
  border-radius: 15px;
}
.products-vision__box > span {
  font-weight: 700;
  margin: 0.5em auto;
  padding: 0 1em;
  color: #fff;
  background: #0068b6;
  border-radius: 100vmax;
}
.products-vision__box ul {
  text-align: left;
  margin-top: 0.6em;
}
.products-vision__arrow {
  position: relative;
  width: 205px;
  height: 115px;
  margin: -1px auto 0;
}
.products-vision__arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 136px;
  height: 55px;
  background: #dcefff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.products-vision__arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 85px;
  background: #dcefff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.products-vision__arrow p {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
  color: #0068b6;
  text-align: center;
  position: relative;
  padding-top: 0.4em;
  z-index: 1;
}
.products-vision__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: 790px;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.7;
  background: #0068b6;
  margin: 0 auto;
  padding: 25px;
  border-radius: 15px;
}
.products-vision__answer li {
  width: 100%;
  color: #0068b6;
  background: #fff;
  border-radius: 100vmax;
  text-indent: -1.2em;
  padding: 0.1em 1em 0.1em 2.2em;
}
.products-vision__answer li::before {
  content: "・ ";
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.products-vision__answer small {
  font-size: 0.9em;
}

@media screen and (max-width: 950px) {
  .products__heading {
    font-weight: 1.8rem;
    line-height: 36px;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .products-security__item {
    margin-top: 20px;
  }
  .products-security__item h4 {
    font-size: 2rem;
  }
  .products-vision__box {
    width: 100%;
    height: auto;
    font-size: 1.8rem;
    border-radius: 15px;
    padding: 20px;
  }
  .products-vision__box ul {
    font-size: 1.8rem;
  }
  .products-vision__box ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .products-vision__answer {
    gap: 15px;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.3;
    padding: 25px 15px;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .products-vision__answer li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.5em 1em 0.5em 2.2em;
  }
}