.caution {
  background-image: url("https://noith.co.jp/wp-content/uploads/2025/05/hacker_249194987.jpeg");
  background-size: auto 100%;
  background-position: center right;
}
.caution:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 9, 38, 0.7490196078);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  mix-blend-mode: difference;
}

h3.caution-title {
  position: relative;
  text-align: center;
  margin-top: 30px;
  padding-top: 60px;
  color: #fff;
  font-size: clamp(1.5rem, 1.364rem + 0.68vw, 1.875rem);
  text-shadow: 2px 2px 5px #101010, -2px -2px 5px #101010;
}
h3.caution-title:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f071";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 50px;
  color: #ffd45d;
}

.caution-content {
  padding: 20px 30px;
  background: #fff;
  border-radius: 30px;
}
.caution-content p:first-child,
.caution-content p:last-child {
  margin: 0;
}

p.caution-approach {
  color: #ffd45d;
  text-shadow: 2px 2px 5px #000, -2px -2px 5px #000;
  font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
  text-align: center;
  font-weight: bold;
}

.solution {
  position: relative;
  padding: 50px 15px 30px;
  background-image: url("https://noith.co.jp/wp-content/uploads/2025/04/technology_528340980.jpeg");
  background-size: 100%;
  background-position: center right;
  z-index: 0;
}
.solution:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-top-color: #ff0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.solution:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 9, 38, 0.7490196078);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}
.solution .wrap,
.solution .inner {
  color: #fff;
  text-align: center;
}
.solution .wrap h3,
.solution .inner h3 {
  color: #ff0;
  font-size: clamp(1.313rem, 0.972rem + 1.7vw, 2.25rem);
}
.solution .wrap p,
.solution .inner p {
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
}

.support-list {
  display: flex;
  align-items: center;
  font-size: 0.9em;
  border-bottom: 1px solid;
  line-height: 1.2;
  padding: 5px 0;
}

.support-title {
  flex: auto;
}

.support-sub-details {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed;
  padding-left: 5px;
}
.support-sub-details:last-child {
  border: none;
}

.support-details {
  flex: auto;
}

.support-icons {
  text-align: center;
  width: 50px;
  margin-left: auto;
  margin-right: 0;
}

i.fa-solid.fa-o {
  color: #e75500;
}

i.fa-solid.fa-play.triangle {
  transform: rotate(-90deg);
}/*# sourceMappingURL=style.css.map */