.v-headline {
  background-image: url(../../../img/views/strength/pc/visual.jpg);
}
@media screen and (max-width: 750px) {
  .v-headline {
    background-image: url(../../../img/views/strength/sp/visual.jpg);
  }
}

.v-strength {
  overflow: hidden;
}

.v-intro {
  margin-bottom: 85px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .v-intro {
    margin-bottom: 5rem;
  }
}
.v-intro__title {
  margin-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .v-intro__title {
    margin-bottom: 5.5rem;
  }
}
.v-intro__title > h2 {
  font-size: 100px;
  color: #E50019;
  letter-spacing: 3px;
  line-height: 1.3;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 750px) {
  .v-intro__title > h2 {
    font-size: 6.5rem;
    letter-spacing: 0.13rem;
    line-height: 1.1;
    margin-bottom: 0.5rem;
  }
}
.v-intro__title > p {
  background: #1A1818;
  color: #fff;
  font-size: 26px;
  display: inline-block;
  padding: 0 18px;
  line-height: 53px;
}
.v-intro__title > p.is-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .v-intro__title > p {
    margin-top: 0.7rem;
    font-size: 1.8rem;
    padding: 0 0.8rem;
    line-height: 3.8rem;
  }
  .v-intro__title > p.is-sp {
    display: inline-block;
  }
}
.v-intro__diagram {
  background: url(../../../img/views/strength/pc/diagram_bg.png) center no-repeat;
  width: 531px;
  height: 531px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 53px;
}
.v-intro__diagram__main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.v-intro__diagram__main p {
  font-size: 20px;
  margin-top: 6px;
}
.v-intro__diagram__list li {
  position: absolute;
}
.v-intro__diagram__list li p {
  font-size: 16px;
  color: #E50019;
  line-height: 1.6;
  margin-top: 6px;
}
.v-intro__diagram__list li:nth-child(1) {
  top: 35px;
  left: 298px;
}
.v-intro__diagram__list li:nth-child(2) {
  top: 148px;
  left: 420px;
}
.v-intro__diagram__list li:nth-child(3) {
  top: 296px;
  left: 411px;
}
.v-intro__diagram__list li:nth-child(4) {
  top: 417px;
  left: 315px;
}
.v-intro__diagram__list li:nth-child(5) {
  top: 417px;
  left: 154px;
}
.v-intro__diagram__list li:nth-child(6) {
  top: 296px;
  left: 50px;
}
.v-intro__diagram__list li:nth-child(7) {
  top: 146px;
  left: 45px;
}
.v-intro__diagram__list li:nth-child(8) {
  top: 40px;
  left: 155px;
}
.v-intro__diagram__text > h3 {
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 25px;
}
@media screen and (max-width: 750px) {
  .v-intro__diagram {
    background: none;
    width: 100%;
    height: auto;
    margin-bottom: 3rem;
  }
  .v-intro__diagram__main {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-bottom: 2rem;
  }
  .v-intro__diagram__main img {
    width: 12.3rem;
  }
  .v-intro__diagram__main p {
    font-size: 2rem;
    margin-top: 0;
  }
  .v-intro__diagram__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .v-intro__diagram__list li {
    position: static;
    width: 16rem;
    background: #FFF0F2;
    padding: 1.3rem 0;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
  }
  .v-intro__diagram__list li p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .v-intro__diagram__list li:nth-child(1) {
    order: 2;
  }
  .v-intro__diagram__list li:nth-child(1) img {
    width: 3.6rem;
  }
  .v-intro__diagram__list li:nth-child(2) {
    order: 4;
  }
  .v-intro__diagram__list li:nth-child(2) img {
    width: 3.4rem;
  }
  .v-intro__diagram__list li:nth-child(3) {
    order: 6;
  }
  .v-intro__diagram__list li:nth-child(3) img {
    width: 4.3rem;
  }
  .v-intro__diagram__list li:nth-child(4) {
    order: 8;
    margin-bottom: 0;
  }
  .v-intro__diagram__list li:nth-child(4) img {
    width: 4.3rem;
  }
  .v-intro__diagram__list li:nth-child(5) {
    order: 7;
    margin-bottom: 0;
  }
  .v-intro__diagram__list li:nth-child(5) img {
    width: 3.4rem;
  }
  .v-intro__diagram__list li:nth-child(6) {
    order: 5;
  }
  .v-intro__diagram__list li:nth-child(6) img {
    width: 5.1rem;
  }
  .v-intro__diagram__list li:nth-child(7) {
    order: 3;
  }
  .v-intro__diagram__list li:nth-child(7) img {
    width: 3.9rem;
  }
  .v-intro__diagram__list li:nth-child(8) {
    order: 1;
  }
  .v-intro__diagram__list li:nth-child(8) img {
    width: 4rem;
  }
  .v-intro__diagram__text > h3 {
    font-size: 1.9rem;
    margin-bottom: 1rem;
    font-weight: 500;
  }
  .v-intro__diagram__text > p {
    text-align: left;
  }
}

.v-section {
  padding: 70px 0;
  display: flex;
  position: relative;
}
@media screen and (max-width: 750px) {
  .v-section {
    padding: 5rem 0 9rem;
  }
}
.v-section.has-text-left {
  justify-content: flex-start;
}
.v-section.has-text-right {
  justify-content: flex-end;
}
.v-section.is-child-1 {
  margin-bottom: 125px;
}
.v-section.is-child-1 .v-section__text::after {
  left: -375px;
  height: 562px;
}
.v-section.is-child-1 .v-section__image {
  left: 625px;
}
@media screen and (max-width: 750px) {
  .v-section.is-child-1 {
    margin-bottom: 28rem;
  }
  .v-section.is-child-1 .v-section__text::after {
    left: -2.3rem;
    height: 65rem;
  }
  .v-section.is-child-1 .v-section__image {
    left: 0;
  }
}
.v-section.is-child-2 {
  margin-bottom: 125px;
}
.v-section.is-child-2 .v-section__text::after {
  right: -375px;
  height: 562px;
}
.v-section.is-child-2 .v-section__image {
  left: -225px;
}
@media screen and (max-width: 750px) {
  .v-section.is-child-2 {
    margin-bottom: 28rem;
    padding-left: 1rem;
  }
  .v-section.is-child-2 .v-section__text::after {
    left: 0rem;
    height: 70rem;
  }
  .v-section.is-child-2 .v-section__image {
    left: -2.3rem;
  }
}
.v-section.is-child-3 {
  margin-bottom: 125px;
}
.v-section.is-child-3 .v-section__text::after {
  left: -375px;
  height: 562px;
}
.v-section.is-child-3 .v-section__image {
  left: 625px;
}
@media screen and (max-width: 750px) {
  .v-section.is-child-3 {
    margin-bottom: 28rem;
    padding-right: 1rem;
  }
  .v-section.is-child-3 .v-section__text::after {
    left: -2.3rem;
    height: 67rem;
  }
  .v-section.is-child-3 .v-section__image {
    left: 0;
  }
}
.v-section.is-child-4 {
  margin-bottom: 140px;
}
.v-section.is-child-4 .v-section__text::after {
  right: -375px;
  height: 542px;
}
.v-section.is-child-4 .v-section__image {
  left: -225px;
}
@media screen and (max-width: 750px) {
  .v-section.is-child-4 {
    margin-bottom: 28rem;
    padding-left: 1rem;
  }
  .v-section.is-child-4 .v-section__text::after {
    left: 0rem;
    height: 56rem;
  }
  .v-section.is-child-4 .v-section__image {
    left: -2.3rem;
  }
}
.v-section.is-child-5 {
  margin-bottom: 160px;
}
.v-section.is-child-5 .v-section__text::after {
  left: -375px;
  height: 542px;
}
.v-section.is-child-5 .v-section__image {
  left: 625px;
}
@media screen and (max-width: 750px) {
  .v-section.is-child-5 {
    margin-bottom: 28rem;
  }
  .v-section.is-child-5 .v-section__text::after {
    left: -2.3rem;
    height: 56rem;
  }
  .v-section.is-child-5 .v-section__image {
    left: 0;
  }
}
.v-section__text {
  width: 570px;
  z-index: 5;
}
.v-section__text::after {
  content: "";
  position: absolute;
  background: #F0F0F0;
  top: 0;
  width: 1279px;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .v-section__text {
    width: 100%;
  }
  .v-section__text::after {
    width: 35.3rem;
  }
}
.v-section__text > h4 {
  font-size: 26px;
  margin-left: 5px;
  margin-top: 50px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .v-section__text > h4 {
    font-size: 2rem;
    margin-left: 0;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    line-height: 1.8;
    font-weight: 500;
  }
}
.v-section__text .c-button {
  margin-top: 45px;
}
@media screen and (max-width: 750px) {
  .v-section__text .c-button {
    margin-top: 3rem;
  }
}
.v-section__image {
  position: absolute;
  z-index: 5;
  top: 148px;
}
@media screen and (max-width: 750px) {
  .v-section__image {
    top: unset;
    bottom: -22rem;
    width: 35.3rem;
    max-width: 35.3rem;
  }
}
/*# sourceMappingURL=index.css.map */