.p-risk__sub::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  border: 0.4rem solid #fff;
  width: 0.4rem;
  height: 0.4rem;
}

.p-strength__wrap {
  padding-top: 7rem;
}
@media (min-width: 768px) {
  .p-strength__wrap {
    padding-top: 16rem;
  }
}
.p-strength__item:not(:last-child) {
  margin-bottom: 12rem;
}
@media (min-width: 768px) {
  .p-strength__item:not(:last-child) {
    margin-bottom: 16rem;
  }
}
@media (min-width: 768px) {
  .p-strength__item:nth-child(1) .p-strength__media {
    -moz-column-gap: 8rem;
    column-gap: 8rem;
    grid-template-columns: 34rem 1fr;
  }
}
@media (min-width: 768px) {
  .p-strength__item:nth-child(1) .p-strength__media:nth-of-type(even) {
    grid-template-columns: 1fr 34rem;
  }
}
@media (min-width: 768px) {
  .p-strength__item:nth-child(odd) .p-strength__head {
    margin-left: auto;
  }
}
.p-strength__item:nth-child(odd) .p-strength__head-num {
  left: 2.5rem;
}
@media (min-width: 768px) {
  .p-strength__item:nth-child(odd) .p-strength__head-num {
    left: 4rem;
  }
}
@media (min-width: 768px) {
  .p-strength__item:nth-child(even) .p-strength__head {
    margin-right: auto;
  }
}
.p-strength__item:nth-child(even) .p-strength__head-num {
  right: 2.5rem;
}
@media (min-width: 768px) {
  .p-strength__item:nth-child(even) .p-strength__head-num {
    right: 4rem;
  }
}
.p-strength__head {
  position: relative;
  width: 100%;
  margin-bottom: 4.5rem;
}
@media (min-width: 768px) {
  .p-strength__head {
    margin-bottom: 6rem;
    width: calc(50vw + 54rem);
  }
}
.p-strength__head-num {
  position: absolute;
  font-family: var(--font-en);
  line-height: 1;
  color: var(--color-primary);
  top: -5rem;
  font-size: 8rem;
}
@media (min-width: 768px) {
  .p-strength__head-num {
    top: -5rem;
    font-size: 9.6rem;
  }
}
.p-strength__head-img img {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .p-strength__head-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 375/230;
  }
}
.p-strength__content > .c-txt {
  margin-bottom: 2.5rem;
}
.p-strength__ttl {
  font-family: var(--font-ttl);
  color: var(--color-primary);
  font-weight: 400;
  letter-spacing: 0.12em;
  font-size: 2.4rem;
  line-height: 1.6666666667;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-strength__ttl {
    letter-spacing: 0.16em;
    font-size: 3.8rem;
    line-height: 1.7368421053;
    margin-bottom: 5rem;
  }
}
.p-strength__media {
  display: grid;
  margin-bottom: 6rem;
}
@media (min-width: 768px) {
  .p-strength__media {
    margin-block: 6rem 10rem;
    grid-template-rows: auto 1fr;
    grid-template-areas: "img ttl" "img txt";
    grid-template-columns: 28rem 1fr;
    align-items: center;
    -moz-column-gap: 6rem;
    column-gap: 6rem;
  }
}
@media (min-width: 768px) {
  .p-strength__media:nth-of-type(even) {
    grid-template-columns: 1fr 28rem;
    grid-template-areas: "ttl img" "txt img";
  }
}
@media (max-width: 767px) {
  .p-strength__media.--offset {
    margin-top: 6.5rem;
  }
}
.p-strength__media:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p-strength__media-img {
    position: relative;
    top: 0.3rem;
    grid-area: img;
  }
}
@media (max-width: 767px) {
  .p-strength__media-img {
    margin-bottom: 3.5rem;
  }
}
.p-strength__media-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .p-strength__media-img img {
    aspect-ratio: 375/230;
  }
}
.p-strength__media-ttl {
  border-bottom: 1px solid var(--color-border);
  font-family: var(--font-ttl);
  margin-bottom: 4rem;
  font-size: 2.2rem;
  line-height: 1.6363636364;
  padding-bottom: 2.2rem;
}
@media (min-width: 768px) {
  .p-strength__media-ttl {
    font-size: 2.6rem;
    line-height: 1.7692307692;
    margin-bottom: 3.7rem;
    padding-bottom: 2.2rem;
    grid-area: ttl;
  }
}
@media (min-width: 768px) {
  .p-strength__media-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .p-strength__media:nth-of-type(even) > .p-strength__media-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .p-strength__media-ttl {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-strength__media:nth-of-type(even) > .p-strength__media-ttl {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

@media (min-width: 768px) {
  .c-txt.custom {
    line-height: 2.6;
  }
}

.c-title-dot {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .c-title-dot {
    margin-bottom: 5rem;
  }
}

.p-compare {
  margin: 0 auto;
  display: flex;
  background: #DFE2DF;
}
@media (max-width: 767px) {
  .p-compare {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .p-compare__before, .p-compare__after {
    padding-block: 4rem;
  }
}
@media (max-width: 767px) {
  .p-compare__before, .p-compare__after {
    padding-inline: 3rem;
  }
}
.p-compare__before {
  position: relative;
  z-index: 1;
}
.p-compare__before::after {
  content: "";
  background: #E2E2E2;
  position: absolute;
  z-index: -1;
  inset: 0;
  clip-path: polygon(0 0, 100% 0, 100% 83%, 50% 100%, 0 83%);
}
@media (min-width: 768px) {
  .p-compare__before::after {
    clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
  }
}
@media (min-width: 768px) {
  .p-compare__before {
    width: calc(33% + 4rem);
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .p-compare__before {
    padding-block: 3rem 8rem;
  }
}
@media (min-width: 768px) {
  .p-compare__before .p-compare__label {
    left: calc(50% - 2rem);
  }
}
.p-compare__after {
  position: relative;
}
@media (min-width: 768px) {
  .p-compare__after {
    flex: 1 1;
  }
}
@media (max-width: 767px) {
  .p-compare__after {
    padding-block: 5rem 4rem;
  }
}
.p-compare__after::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 100%;
  right: 0;
  background: #F5F5F5;
  clip-path: polygon(100% 15%, 50% 100%, 0 15%, 0 0, 50% 85%, 100% 0);
  width: 100%;
}
@media (min-width: 768px) {
  .p-compare__after::before {
    top: 0;
    right: 100%;
    bottom: 0;
    width: 6rem;
    clip-path: polygon(20% 0, 100% 50%, 20% 100%, 0% 100%, 80% 50%, 0% 0%);
  }
}
@media (max-width: 767px) {
  .p-compare__after::before {
    height: 7rem;
  }
}
.p-compare__after-list {
  display: grid;
  row-gap: 4.5rem;
}
@media (min-width: 768px) {
  .p-compare__after-list {
    padding-inline: 2rem;
    gap: 5rem;
    display: flex;
    justify-content: center;
  }
}
.p-compare__label {
  font-size: 2.2rem;
  line-height: 1;
  font-family: var(--font-en);
}
@media (min-width: 768px) {
  .p-compare__label {
    font-size: 1.9rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -1.1rem;
  }
}
@media (max-width: 767px) {
  .p-compare__label {
    text-align: center;
    margin-bottom: 2.5rem;
  }
}
.p-compare__sub {
  display: flex;
  justify-content: center;
  font-family: var(--font-ttl);
  letter-spacing: 0.08em;
  gap: 0.8rem;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-compare__sub {
    gap: 0.8rem;
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}
.p-compare__img {
  text-align: center;
  margin-inline: auto;
  margin-bottom: 2.5rem;
  width: 26.5rem;
}
@media (min-width: 768px) {
  .p-compare__img {
    margin-bottom: 2rem;
    width: 24rem;
  }
}
.p-compare__img img {
  width: 100%;
}
.p-compare__txt {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0.08em;
}

.p-risk {
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 4rem 3rem;
}
@media (min-width: 768px) {
  .p-risk {
    display: flex;
    padding: 5rem 6rem;
    align-items: center;
    gap: 5rem;
  }
}
@media (min-width: 768px) {
  .p-risk__item:first-child {
    width: 38rem;
  }
}
.p-risk__sub {
  color: var(--color-secondary);
  font-size: 1.4rem;
  font-family: var(--font-en);
  line-height: 1;
  display: inline-flex;
  gap: 1.2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-risk__sub {
    margin-bottom: 1rem;
    gap: 1.6rem;
  }
}
.p-risk__sub::before {
  border-color: var(--color-secondary);
  position: relative;
  top: 0.1rem;
}
.p-risk__ttl {
  font-family: var(--font-ttl);
  border-bottom: 1px solid var(--color-border);
  letter-spacing: 0.08em;
  font-weight: 400;
  line-height: 1.6363636364;
  font-size: 2.2rem;
  padding-bottom: 2.8rem;
}
@media (min-width: 768px) {
  .p-risk__ttl {
    line-height: 1.7692307692;
    font-size: 2.6rem;
    padding-bottom: 3.5rem;
  }
}
@media (max-width: 767px) {
  .p-risk__ttl {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 767px) {
  .p-risk .c-boxCheck__list li:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.p-feature {
  display: grid;
  gap: 1.6rem 2rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .p-feature {
    margin: 8rem auto 0;
    gap: 2rem;
    grid-template-columns: repeat(5, 1fr);
    max-width: 110rem;
  }
}
@media (max-width: 767px) {
  .p-feature {
    padding-inline: 3rem;
  }
}
.p-feature__item {
  aspect-ratio: 1;
  background: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.p-feature__icon {
  margin-bottom: 0.5rem;
  width: 6rem;
}
@media (min-width: 768px) {
  .p-feature__icon {
    margin-bottom: 1.5rem;
    width: 8.5rem;
  }
}
.p-feature .body-txt {
  line-height: 1.6;
}
@media (min-width: 768px) {
  .p-feature .body-txt {
    line-height: 1.5;
  }
}
/*# sourceMappingURL=maps/strength.css.map */
