.contents-lead {
  margin-top: 74px;
}
@media screen and (max-width: 768px) {
  .contents-lead {
    margin-top: 30px;
  }
}
.contents-lead__box {
  padding: 0 12px 13px;
  background: #7EB3DB;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .contents-lead__box {
    padding: 0 10px 10px;
    border-radius: 35px;
  }
}
.contents-lead__head {
  padding-block: 48.5px 40.4px;
}
@media screen and (max-width: 768px) {
  .contents-lead__head {
    padding-block: 27px 14px;
  }
}
.contents-lead__catch {
  margin-inline: auto;
  padding-bottom: 9px;
  width: fit-content;
  color: var(--color_white);
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4545454545;
  border-bottom: 4px dotted var(--color_white);
}
@media screen and (max-width: 768px) {
  .contents-lead__catch {
    padding-bottom: 8px;
    font-size: 1.8rem;
    line-height: 1.5555555556;
    border-width: 3px;
  }
}
.contents-lead__title {
  margin-top: 12px;
  margin-inline: auto;
  font-size: 2.8rem;
  line-height: 1.4285714286;
  font-weight: bold;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 3px;
  color: var(--color_white);
}
@media screen and (max-width: 768px) {
  .contents-lead__title {
    margin-top: 8px;
    font-size: 2.2rem;
    line-height: 1.4545454545;
    text-align: center;
  }
}
.contents-lead__title::before {
  content: "";
  display: block;
  width: 33.42px;
  aspect-ratio: 33.42/32.12;
  background-image: url(../img/common/h2-icon.svg);
}
@media screen and (max-width: 768px) {
  .contents-lead__title::before {
    width: 18.38px;
  }
}
.contents-lead__text {
  padding-block: 37px;
  background: #fff;
  border-radius: 0 0 40px 40px;
  letter-spacing: 0.15em;
  font-family: var(--font-family_noto-sans-jp);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contents-lead__text {
    padding-block: 14.5px 34.7px;
    border-radius: 0 0 25px 25px;
    font-size: 1.4rem;
    line-height: 1.8571428571;
    letter-spacing: 0.1em;
  }
}

.contents-main {
  padding-block: 338.2px 241.4px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents-main {
    margin-top: 30px;
    padding-block: 99.2px 103.4px;
  }
}
.contents-main::before {
  content: "";
  display: block;
  width: min(222.7291666667vw, 2672.75px);
  background: url(../img/contents/pc/blob-bg_green.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% + 120.6px);
  transform: translateX(-50%);
  z-index: -4;
}
@media screen and (max-width: 768px) {
  .contents-main::before {
    width: 211.52vw;
    aspect-ratio: 793.2/1816.95;
    left: 50%;
    background-image: url(../img/contents/sp/blob-bg_green.svg);
  }
}
.contents-main__list {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
@media screen and (max-width: 768px) {
  .contents-main__list {
    row-gap: 40px;
  }
}
.contents-main__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .contents-main__item {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .contents-main__item {
    row-gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .contents-main__item:nth-of-type(odd) {
    flex-direction: column-reverse;
  }
}
.contents-main__item-img {
  background: #FFFEF8;
  border-radius: 36px;
}
.contents-main__item-img picture,
.contents-main__item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 36px;
}
.contents-main__item:nth-of-type(even) .contents-main__item-body {
  padding-left: 58px;
}
@media screen and (max-width: 1024px) {
  .contents-main__item:nth-of-type(even) .contents-main__item-body {
    padding-left: 0;
  }
}
.contents-main__item:nth-of-type(odd) .contents-main__item-body {
  padding-right: 58px;
}
@media screen and (max-width: 1024px) {
  .contents-main__item:nth-of-type(odd) .contents-main__item-body {
    padding-right: 0;
  }
}
.contents-main__item-catch {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .contents-main__item-catch {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.contents-main__item-title {
  margin-top: 10px;
  font-size: 2.8rem;
  line-height: 1.4642857143;
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .contents-main__item-title {
    margin-top: 4px;
    font-size: 2.2rem;
    line-height: 1.5454545455;
  }
}
.contents-main__item-text {
  margin-top: 20px;
  font-size: 1.7rem;
  line-height: 1.8823529412;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .contents-main__item-text {
    font-size: 1.4rem;
    line-height: 1.8571428571;
    letter-spacing: 0.1em;
  }
}
.contents-main__item-btn {
  margin-top: 20px;
}/*# sourceMappingURL=contents.css.map */