.detail .ttl {
  background: linear-gradient(-100deg, rgb(0, 100, 194), rgb(143, 244, 200));
  margin: 0 auto;
}
.detail .ttl h2 {
  text-align: left;
  font-size: 28px;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .detail .ttl h2 {
    font-size: 5.3333333333vw;
    width: 100%;
  }
}
.detail .ttl h2::before, .detail .ttl h2::after {
  content: none;
}
.detail .ttl__box {
  max-width: 1160px;
  margin: 0 auto;
  color: #fff;
  padding: 50px 0 70px;
}
@media screen and (max-width: 768px) {
  .detail .ttl__box {
    padding: 50px 20px 70px;
  }
}
.detail__info {
  max-width: 1160px;
  margin: 0 auto 50px;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .detail__info {
    display: block;
  }
}
.detail__info--top {
  margin: -30px auto 50px;
}
.detail__info--left, .detail__info--right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .detail__info--left, .detail__info--right {
    width: 90%;
    margin: 0 auto 30px;
  }
}
.detail__info__goal {
  flex-wrap: wrap;
}
.detail__white {
  border-radius: 20px;
  background: #fff;
  padding: 30px;
  font-size: 20px;
  line-height: 1.8;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .detail__white {
    font-size: 4.2666666667vw;
  }
}
.detail__white img {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.detail__white .sttl {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .detail__white .sttl {
    font-size: 5.3333333333vw;
  }
}
.detail__white .ssttl {
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .detail__white .ssttl {
    font-size: 4.2666666667vw;
  }
}
.detail__white .red {
  color: #CC0000;
}
.detail__white .blue {
  color: #2B9BE2;
}
.detail__white .orange {
  color: #EDAD38;
}
.detail__white .green {
  color: #2FB873;
}
.detail__goal {
  border-radius: 0 0 20px 20px;
  gap: 0;
}
.detail .detail__info__goal--ttl {
  border-radius: 20px 20px 0 0;
  background: #EDAD38;
  padding: 20px;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .detail .detail__info__goal--ttl {
    font-size: 5.3333333333vw;
  }
}
.detail .w100 {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .detail .w100 {
    width: 90%;
  }
}
.detail .w90 {
  width: 90%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .detail .w90 {
    width: 100%;
  }
}
.detail .flex {
  display: flex;
  gap: 50px;
  margin-top: 30px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .detail .flex {
    display: block;
  }
}
.detail .flex > div {
  width: 50%;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .detail .flex > div {
    width: 100%;
    font-size: 4.2666666667vw;
  }
}
.detail .arrow-bottom::after {
  content: "";
  height: 40px;
  width: 80px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #fff;
  display: block;
  margin: -1px auto 0;
}

@media screen and (max-width: 768px) {
  .detail__white.w100 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  img.w90 {
    width: 100%;
  }
}/*# sourceMappingURL=archive.css.map */