.p-support-lead {
  margin-bottom: clamp(4rem, 6.25vw, 7.5rem);
  padding: clamp(1.5rem, 3.125vw, 3.75rem);
  position: relative;
  background-image: url(../img/support__lead__bg.jpg);
}
.p-support-lead-inner {
  padding: clamp(1.35rem, 2.6041666667vw, 3.125rem) 1.5rem;
  position: relative;
  background-color: var(--color_mono02);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.p-support-lead-inner:before, .p-support-lead-inner:after {
  content: "";
  display: block;
  width: clamp(0.5rem, 1.0416666667vw, 1.25rem);
  aspect-ratio: 1/1;
  position: absolute;
  background-color: var(--color_lightblue01);
  border-radius: 50%;
}
.p-support-lead-inner:before {
  top: clamp(0.25rem, 0.46875vw, 0.5625rem);
  left: clamp(0.25rem, 0.46875vw, 0.5625rem);
}
.p-support-lead-inner:after {
  bottom: clamp(0.25rem, 0.46875vw, 0.5625rem);
  right: clamp(0.25rem, 0.46875vw, 0.5625rem);
}
.p-support-lead .text {
  text-align: center;
  color: var(--color_brown01);
  font-size: var(--f36);
  font-family: var(--f_zen);
}
.p-support-lead-deco01 {
  width: clamp(3.5rem, 8.0729166667vw, 9.6875rem);
  bottom: 0rem;
  left: calc(clamp(0.5rem, 1.3020833333vw, 1.5625rem) * -1);
}
.p-support-lead-deco02 {
  width: clamp(4rem, 11.71875vw, 14.0625rem);
  top: calc(clamp(0.5rem, 1.3020833333vw, 1.5625rem) * -1);
  right: calc(clamp(0.5rem, 1.3020833333vw, 1.5625rem) * -1);
}
.p-support-list .item {
  margin-bottom: 4rem;
  padding: 3rem 1.5rem 2rem;
  position: relative;
  border-width: 4px;
  border-style: solid;
  border-radius: 1.5rem;
}
.p-support-list .item .number {
  display: flex;
  justify-content: center;
  width: 5rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: -2.5rem;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  color: var(--color_mono02);
  text-align: center;
  background-size: contain;
  font-size: var(--f70);
  font-family: var(--f_zen);
}
.p-support-list .item .content {
  margin-bottom: 2rem;
  text-align: center;
}
.p-support-list .item .title {
  margin-bottom: 1rem;
  font-size: var(--f42);
  font-family: var(--f_zen);
}
.p-support-list .item .text {
  font-size: var(--f24);
}
.p-support-list .item .image {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding-left: 1rem;
}
.p-support-list .item:nth-of-type(1), .p-support-list .item:nth-of-type(5) {
  border-color: var(--color_lightblue01);
}
.p-support-list .item:nth-of-type(1) .number, .p-support-list .item:nth-of-type(5) .number {
  background-image: url(../img/stripe_bg__llightblue.png);
}
.p-support-list .item:nth-of-type(2), .p-support-list .item:nth-of-type(6) {
  border-color: var(--color_orange01);
}
.p-support-list .item:nth-of-type(2) .number, .p-support-list .item:nth-of-type(6) .number {
  background-image: url(../img/stripe_bg__orange.png);
}
.p-support-list .item:nth-of-type(3), .p-support-list .item:nth-of-type(7) {
  border-color: var(--color_lightgreen01);
}
.p-support-list .item:nth-of-type(3) .number, .p-support-list .item:nth-of-type(7) .number {
  background-image: url(../img/stripe_bg__lightgreen.png);
}
.p-support-list .item:nth-of-type(4), .p-support-list .item:nth-of-type(8) {
  border-color: var(--color_yellow01);
}
.p-support-list .item:nth-of-type(4) .number, .p-support-list .item:nth-of-type(8) .number {
  background-image: url(../img/stripe_bg__yellow.png);
}

@media screen and (min-width: 768px) {
  .p-support-list .item {
    width: clamp(100% - 12rem, 46.6145833333vw, 55.9375rem);
    max-width: 895px;
    min-height: clamp(10rem, 12.5vw, 15rem);
    margin-left: clamp(3rem, 3.125vw, 3.75rem);
    margin-bottom: clamp(6rem, 5.7291666667vw, 6.875rem);
    padding-top: clamp(2rem, 2.0833333333vw, 3.125rem);
    padding-right: clamp(8rem, 8.3333333333vw, 10rem);
    padding-left: clamp(4rem, 5.2083333333vw, 6.25rem);
    padding-bottom: clamp(2rem, 2.0833333333vw, 2.5rem);
  }
  .p-support-list .item .number,
  .p-support-list .item .image {
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }
  .p-support-list .item .number {
    width: clamp(5rem, 6.25vw, 120px);
    left: calc(clamp(2.5rem, 3.125vw, 60px) * -1);
  }
  .p-support-list .item .content {
    text-align: left;
    margin-bottom: 0;
  }
  .p-support-list .item .image {
    width: clamp(15rem, 16.6666666667vw, 20rem);
    padding-left: 0;
    position: absolute;
    right: calc(clamp(7.5rem, 8.3333333333vw, 10rem) * -1);
  }
}
@media screen and (min-width: 992px) {
  .p-support-list .item:nth-of-type(even) {
    margin-left: clamp(2rem, 9.8958333333vw, 11.875rem);
  }
}/*# sourceMappingURL=support.css.map */