@charset "utf-8";
.page_title {
  &::before {
    background: url(../img/page_title.png) no-repeat left bottom;
    background-size: cover;
  }
}

.strength_outer {
  padding-bottom: 240px;
  overflow: hidden;
  @media screen and (max-width: 767px) {
    padding-bottom: 48px;
  }
}
.strength_art {
  position: relative;
  width: 100%;
  figure.pc_block {
    position: absolute;
  }
  @media screen and (max-width: 767px) {
    
  }
}

.strength_art:nth-child(odd) {
  margin-bottom: 240px;
  figure.pc_block {
    top: 120px;
    right: -130px;
  }
  @media screen and (max-width: 767px) {
    margin-bottom: 56px;
  }
}
.strength_art:nth-child(even) {
  margin-bottom: 64px;
  figure.pc_block {
    bottom: 120px;
    left: -130px;
  }
  @media screen and (max-width: 767px) {
    margin-bottom: 56px;
  }
}
.strength_art:last-child {margin-bottom: 0;}

.strength_art:nth-child(odd) .strength_art--txt {
  background: var(--dark-blue);
  border-radius: 50px 0 0 0;
  width: 100%;
  max-width: 763px;
  margin: 0 auto;
  margin-left: 0;
  padding: 48px 112px 72px 56px;
  @media screen and (max-width: 767px) {
    padding: 32px 5% 56px;
  }
}
.strength_art:nth-child(even) .strength_art--txt {
  background: var(--light-blue);
  border-radius: 0 0 50px 0;
  width: 100%;
  max-width: 763px;
  margin: 0 auto;
  margin-right: 0;
  padding: 48px 40px 56px 220px;
  @media screen and (max-width: 767px) {
    padding: 32px 5% 56px;
  }
}

.strength_art--txt {
  p {
    width: 100%;
    max-width: 500px;
    color: #fff;
  }
}
.strength_ttl {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-size: 3.6rem;
  letter-spacing: 3.6px;
  font-weight: 700;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 24px;
  span {
    min-width: 92px;
    color: var(--sub-color);
    font-size: 6.4rem;
    font-weight: 700;
    font-family: var(--en-font);
    margin-top: -12px;
  }
  @media screen and (max-width: 767px) {
    font-size: 2.4rem;
    letter-spacing: 2.4px;
    span {
      min-width: 48px;
      font-size: 2.8rem;
      margin-top: -2px;
    }
  }
}
.strength_art:nth-child(1) .strength_ttl {
  font-size: 2.8rem;
  @media screen and (max-width: 767px) {
    font-size: 2.2rem;
  }
}
/* .strength_art:nth-child(4) .strength_ttl {
  font-size: 3rem;
  letter-spacing: 2px;
  span {
    margin-top: -28px;
  }
  @media screen and (max-width: 767px) {
    font-size: 2.4rem;
    span {
      margin-top: -2px;
    }
  }
} */

.strength_art:nth-child(3) .strength_ttl span {
  margin-top: -20px;
  @media screen and (max-width: 767px) {
    margin-top: -2px;
  }
}

.external_link {
  color: #fff;
  display: inline-block;
  text-decoration: underline;
  &:hover {
    text-decoration: none;
  }
}