/* --------------------------------------------------
Contents
-------------------------------------------------- */
.charity .sectionTitleArea {
  padding: 4rem var(--base-grid);
}
.charity__contentsImage {
  width: 100%;
  height: auto;
  margin: 0 0 4rem;
  padding: var(--base-grid);
}
.charity__contentsImage img {
  display: block;
  aspect-ratio: 1;
  width: 60%;
  margin: 0 auto;
}
.charity__contentsTextArea {
  font-size: 1.4rem;
  line-height: 1.8;
}
.charity__contentsTextAreaLead {
  padding: 0 var(--base-grid);
}
.charity__contentsTextAreaLead h3 {
  font-size: 2rem;
  line-height: 1.2;
  padding-bottom: 30px;
}
.charity__contentsTextAreaLead p {
  font-weight: 400;
}
.charity__contentsTextAreaLead p:not(:last-child) {
  padding-bottom: 10px;
}
.charity__contentsTextAreaGuest {
  padding: 4rem 0 1.2rem;
  overflow: auto;
  margin-bottom: 4rem;
}
.charity__contentsTextAreaGuestWrap {
  display: flex;
  -moz-column-gap: 1.9rem;
       column-gap: 1.9rem;
}
.charity__contentsTextAreaGuestWrap .guest__profile {
  width: 26rem;
  flex: none;
  aspect-ratio: 1;
  background: var(--bg-color);
  border-radius: 1rem;
  filter: drop-shadow(0 0 1.2rem rgba(0, 0, 0, 0.1));
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
.charity__contentsTextAreaGuestWrap .guest__profile .name {
  font-size: 1.6rem;
  line-height: 1;
  padding-bottom: 0.5rem;
}
.charity__contentsTextAreaGuestWrap .guest__profile .job {
  font-size: 1.2rem;
  line-height: 1;
}
.charity__contentsTextAreaGuestWrap .guest__profile .photo {
  margin: 10px 0;
}
.charity__contentsTextAreaGuestWrap .guest__profile .text {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6;
}
.charity__contentsTextAreaGuestWrap .guest__profile .button_viewmore {
  position: absolute;
  bottom: 1.8rem;
  right: 1.8rem;
  line-height: 1;
}
.charity__contentsTextAreaGuestWrap .guest__profile .button_viewmore a {
  color: var(--acc-color);
  line-height: 1;
}
.charity__contentsTextAreaGuestWrap::before, .charity__contentsTextAreaGuestWrap::after {
  display: block;
  content: "";
  width: 0.1rem;
  flex: none;
}
.charity__contentsTextAreaInterview {
  padding: 0 var(--base-grid);
}
.charity__contentsTextAreaInterview1Guest {
  margin: 0 auto 50px;
}
.charity__contentsTextAreaInterview1Guest p {
  font-weight: 400;
}
.charity__contentsTextAreaInterview1Guest p:not(:last-child) {
  padding-bottom: 10px;
}
.charity__contentsTextAreaInterview1Guest .name {
  font-size: 1.6rem;
  line-height: 1;
  padding: 2px 0 2px 5px !important;
  border-left: solid var(--primary-color) 3px;
  font-weight: inherit;
}
.charity__contentsTextAreaInterview1Guest h3 {
  font-size: 2rem;
  line-height: 1.2;
  padding: 10px 0 30px;
}
.charity__contentsTextAreaInterview1Guest .photo {
  margin: 30px auto;
  padding-bottom: 0 !important;
}
.charity__contentsTextAreaInfo {
  padding: 0 var(--base-grid);
}
.charity__contentsTextAreaInfo h3 {
  font-size: 1.6rem;
  line-height: 1.6;
  padding-bottom: 30px;
}
.charity__contentsTextAreaInfo h3 .br {
  display: none;
}

@media screen and (min-width: 768px) {
  .charity__contentsImage {
    width: 100%;
    height: auto;
    margin: 0 0 5rem;
    padding: calc(var(--base-grid) * 3) 0;
  }
  .charity__contentsImage img {
    display: block;
    aspect-ratio: 1;
    width: 40%;
    margin: 0 auto;
  }
  .charity__contentsTextArea {
    max-width: 980px;
    margin: 0 auto;
  }
  .charity__contentsTextAreaLead {
    padding: 0 1.9rem;
  }
  .charity__contentsTextAreaLead h3 {
    font-size: 2.6rem;
    line-height: 1.4;
    padding-bottom: 50px;
  }
  .charity__contentsTextAreaGuest {
    padding: 8rem 0 2rem;
    overflow: hidden;
    margin-bottom: 8rem;
  }
  .charity__contentsTextAreaGuestWrap {
    display: flex;
    -moz-column-gap: 1.9rem;
         column-gap: 1.9rem;
  }
  .charity__contentsTextAreaGuestWrap .guest__profile {
    width: calc((100% - 7.6rem) / 3);
    flex: none;
    aspect-ratio: 1;
    padding: 2rem;
  }
  .charity__contentsTextAreaGuestWrap .guest__profile .name {
    font-size: 2rem;
    line-height: 1;
    padding-bottom: 0.5rem;
  }
  .charity__contentsTextAreaGuestWrap .guest__profile .job {
    font-size: 1.4rem;
    line-height: 1;
  }
  .charity__contentsTextAreaGuestWrap .guest__profile .photo {
    margin: 20px 0;
  }
  .charity__contentsTextAreaGuestWrap .guest__profile .text {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .charity__contentsTextAreaGuestWrap .guest__profile .button_viewmore {
    position: absolute;
    bottom: 1.8rem;
    right: 1.8rem;
    line-height: 1;
  }
  .charity__contentsTextAreaGuestWrap .guest__profile .button_viewmore a {
    color: var(--acc-color);
    line-height: 1;
  }
  .charity__contentsTextAreaGuestWrap::before, .charity__contentsTextAreaGuestWrap::after {
    display: block;
    content: "";
    width: 0.1rem;
    flex: none;
  }
  .charity__contentsTextAreaInterview {
    padding: 0 1.9rem;
  }
  .charity__contentsTextAreaInterview1Guest {
    margin: 0 auto 150px;
  }
  .charity__contentsTextAreaInterview1Guest p {
    font-weight: 400;
  }
  .charity__contentsTextAreaInterview1Guest p:not(:last-child) {
    padding-bottom: 10px;
  }
  .charity__contentsTextAreaInterview1Guest .name {
    font-size: 2rem;
    line-height: 1;
    padding: 2px 0 2px 5px !important;
    border-left: solid var(--primary-color) 3px;
    font-weight: inherit;
  }
  .charity__contentsTextAreaInterview1Guest h3 {
    font-size: 2.6rem;
    line-height: 1.4;
    padding: 10px 0 40px;
  }
  .charity__contentsTextAreaInterview1Guest .photo {
    margin: 80px auto;
    padding-bottom: 0 !important;
  }
  .charity__contentsTextAreaInterview1Guest .photo.vertical {
    width: 500px;
  }
  .charity__contentsTextAreaInterview1Guest .photo.horizontal {
    width: 800px;
  }
  .charity__contentsTextAreaInfo {
    padding: 0;
  }
  .charity__contentsTextAreaInfo h3 {
    font-size: 1.8rem;
    line-height: 1.6;
    padding-bottom: 30px;
    text-align: center;
  }
  .charity__contentsTextAreaInfo h3 .br {
    display: block;
  }
}/*# sourceMappingURL=charity.css.map */