@charset "UTF-8";

.page-volunteer {
  background: #fff;
}

.section--pt-sm {
  padding-top: 40px;
}

.volunteer-intro__inner,
.volunteer-activities__inner {
  width: min(100% - 32px, 1100px);
  margin: 0 auto;
}

.volunteer-intro__lead {
  margin-bottom: 34px;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}

.volunteer-overview {
  position: relative;
  min-height: 510px;
  padding: 54px 410px 64px 52px;
  border: 4px solid #c6f000;
  border-radius: 24px;
}

.volunteer-overview__text {
  text-align: left;
}

.volunteer-overview__item + .volunteer-overview__item {
  margin-top: 54px;
}

.volunteer-overview__title {
  margin-bottom: 16px;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.6;
}

.volunteer-overview__item p {
  font-size: 1.65rem;
  line-height: 2;
}

.volunteer-overview__art {
  position: absolute;
  inset: 0 0 0 auto;
  width: 380px;
  pointer-events: none;
}

.volunteer-overview__circle {
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
}

.volunteer-overview__circle img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.volunteer-overview__circle--lg {
  top: -46px;
  right: -56px;
  width: 328px;
  height: 328px;
}

.volunteer-overview__circle--md {
  right: -28px;
  bottom: -20px;
  width: 220px;
  height: 220px;
}

.volunteer-overview__circle--sm {
  right: 140px;
  bottom: -22px;
  width: 132px;
  height: 132px;
	z-index: 2;
}

.volunteer-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px 28px;
}

.volunteer-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: left;
}

.volunteer-card__image img {
  display: block;
  width: 100%;
  aspect-ratio: 340 / 224;
}

.volunteer-card__body {
  flex: 1;
  margin-top: 16px;
}

.volunteer-card__body p {
  font-size: 1.6rem;
  line-height: 1.9;
}

.volunteer-card__button-wrap {
  margin-top: 18px;
}

.volunteer-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 82px;
  padding: 14px 20px;
  border-radius: 12px;
  background: #c9f500;
  color: #111;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .volunteer-overview {
    min-height: 480px;
    padding: 42px 330px 48px 34px;
  }

  .volunteer-overview__item + .volunteer-overview__item {
    margin-top: 40px;
  }

  .volunteer-overview__title {
    font-size: 2.4rem;
  }

  .volunteer-overview__item p {
    font-size: 1.8rem;
  }

  .volunteer-overview__art {
    width: 320px;
  }

  .volunteer-overview__circle--lg {
    top: -36px;
    right: -28px;
    width: 260px;
    height: 260px;
  }

  .volunteer-overview__circle--md {
    right: -12px;
    width: 180px;
    height: 180px;
  }

  .volunteer-overview__circle--sm {
    right: 112px;
    width: 112px;
    height: 112px;
  }

  .volunteer-card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 22px;
  }

  .volunteer-card__button {
    min-height: 72px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .section--pt-sm {
    padding-top: 24px;
  }

  .volunteer-intro__lead {
    margin-bottom: 22px;
    font-size: 1.6rem;
    line-height: 1.7;
    text-align: left;
  }

  .volunteer-overview {
    min-height: auto;
    padding: 24px 18px 180px;
    border-width: 3px;
    border-radius: 18px;
  }

  .volunteer-overview__item + .volunteer-overview__item {
    margin-top: 26px;
  }

  .volunteer-overview__title {
    margin-bottom: 10px;
    font-size: 1.9rem;
    line-height: 1.5;
  }

  .volunteer-overview__item p {
    font-size: 1.8rem;
    line-height: 1.8;
  }

  .volunteer-overview__art {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 180px;
    inset: auto 0 0 0;
  }

  .volunteer-overview__circle--lg {
    top: -8px;
    right: -10px;
    width: 200px;
    height: 200px;
  }

  .volunteer-overview__circle--md {
    right: 145px;
    bottom: 18px;
    width: 160px;
    height: 160px;
  }

  .volunteer-overview__circle--sm {
    right: 230px;
    bottom: -56px;
    width: 110px;
    height: 110px;
  }

  .volunteer-card-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .volunteer-card__body p {
    font-size: 1.8rem;
    line-height: 1.8;
  }

  .volunteer-card__button {
    min-height: 62px;
    padding: 12px 16px;
    font-size: 1.75rem;
  }
}
