.ac {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.article-will {
  padding: 0 0 10rem 0;
  margin: 0 auto;
  text-align: left;
}
@media only screen and (max-width:767px) {
  .article-will {
    padding-bottom: 5rem;
  }
}
.article-will_img {
  padding-bottom: 5rem;
}
@media only screen and (max-width:767px) {
  .article-will_img {
    padding-bottom: 2.5rem;
  }
}
.article-will_ttl {
  font-size: 4rem;
  line-height: 1;
  font-weight: 300;
  padding-bottom: 3rem;
  color: #0099cc;
}
@media only screen and (max-width:767px) {
  .article-will_ttl {
    padding-bottom: 1.5rem;
    font-size: 3rem;
  }
}
.article-will p {
  letter-spacing: 0.3rem;
  font-size: 1.5rem;
  line-height: 2;
}
@media only screen and (max-width:767px) {
  .article-will p {
    letter-spacing: 0.1rem;
    font-size: 1.4rem;
  }
}

.section-will {
  max-width: 120rem;
  padding: 0 3rem 8rem;
  margin: 0 auto;
  display: flex;
}
@media only screen and (max-width:1023px) {
  .section-will {
    flex-direction: column;
  }
}
@media only screen and (max-width:1023px) and (max-width:767px) {
  .section-will {
    padding: 0 2rem 5rem;
  }
}
.section-will_header {
  flex-shrink: 0;
  width: 38rem;
  text-align: left;
}
.section-will_header-ttl {
  font-size: 5.4rem;
  line-height: 1;
  padding-bottom: 5rem;
  font-weight: 900;
  color: #1f296b;
}
@media only screen and (max-width:1023px) {
  .section-will_header-ttl {
    font-size: 4.8rem;
  }
}
@media only screen and (max-width:1023px) and (max-width:767px) {
  .section-will_header-ttl {
    font-size: 3.2rem;
    padding-bottom: 3rem;
  }
}
.section-will_inner {
  width: 100%;
}

/*# sourceMappingURL=what-we-will.css.map */
