/* --------------------------------------------------
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__contentsImage--full {
  padding: 0 var(--base-grid);
}
.charity__contentsImage--full img {
  aspect-ratio: auto;
  width: 100%;
}
.charity__contentsTextArea {
  font-size: 1.4rem;
  line-height: 1.8;
}
.charity__contentsTextAreaLead {
  padding: 0 var(--base-grid);
  margin: 0 0 5rem;
}
.charity__contentsTextAreaLead h3 {
  font-size: 2rem;
  line-height: 1.2;
  padding-bottom: 30px;
}
.charity__contentsTextAreaLead h3 span {
  display: block;
  font-size: 1.2rem;
  padding-bottom: 0.5rem;
}
.charity__contentsTextAreaLead p {
  font-weight: 400;
}
.charity__contentsTextAreaLead p:not(:last-child) {
  padding-bottom: 10px;
}
.charity__contentsTextAreaLead .movie {
  width: 100%;
  margin: 3rem auto 6rem;
}
.charity__contentsTextAreaLead .movie > div iframe {
  width: 100%;
  height: calc((100% - 0px) * 0.5625);
}
.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: 1.5rem;
}
.charity__contentsTextAreaInterview1Guest p.note {
  font-weight: 600;
}
.charity__contentsTextAreaInterview1Guest p span {
  font-weight: 600;
}
.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 h3.report {
  padding: 0 10px !important;
  border-left: solid var(--primary-color) 3px;
}
.charity__contentsTextAreaInterview1Guest .photo {
  margin: 30px auto;
  padding-bottom: 0 !important;
}
.charity__contentsTextAreaInterview1Guest .charitySlider {
  overflow: hidden;
  position: relative;
  padding: 0 0 3.5rem !important;
}
.charity__contentsTextAreaInterview1Guest .charitySlider ul {
  padding: 0 !important;
}
.charity__contentsTextAreaInterview1Guest .charitySlider li {
  padding: 0 !important;
}
.charity__contentsTextAreaInterview1Guest .charitySlider img {
  display: block;
  aspect-ratio: 800/533;
  -o-object-fit: cover;
     object-fit: cover;
}
.charity__contentsTextAreaInterview1Guest .charitySlider__pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
}
.charity__contentsTextAreaInterview1Guest .charitySlider__pagination .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0;
  opacity: 1;
  background: #CCCCCC;
  border-radius: 0;
}
.charity__contentsTextAreaInterview1Guest .charitySlider__pagination .swiper-pagination-bullet-active {
  background: var(--acc-color);
}
.charity__contentsTextAreaInterview1Guest .charitySlider__controller {
  position: absolute;
  left: 0;
  right: 0;
  top: calc((100% - 3.5rem) / 2);
  transform: translate(0, -50%);
  z-index: 2;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.charity__contentsTextAreaInterview1Guest .charitySlider__arrow {
  width: 4rem;
  height: 4rem;
  margin: 0;
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  cursor: pointer;
}
.charity__contentsTextAreaInterview1Guest .charitySlider__arrow::after {
  display: none;
}
.charity__contentsTextAreaInterview1Guest .charitySlider__arrowIcon {
  width: 2rem;
  border: solid 0.2rem var(--acc-color);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.charity__contentsTextAreaInterview1Guest .charitySlider__arrowIcon img {
  aspect-ratio: 1;
}
.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;
}

.charityReport .sectionTitleArea {
  padding: 4rem 0;
}
.charityReport__contents {
  padding: 0 0 6rem;
}
.charityReport__contentsGroupList {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 5rem;
}
.charityReport__contentsGroupListItem {
  width: 100%;
}
.charityReport__contentsGroupListItemLink {
  display: block;
  text-decoration: none;
  color: inherit;
}
.charityReport__contentsGroupListItemImage {
  border-radius: 1rem;
  overflow: hidden;
  filter: drop-shadow(0 0 1.2rem rgba(0, 0, 0, 0.2));
  margin: 0 0 1.4rem;
}
.charityReport__contentsGroupListItemImage img {
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.charityReport__contentsGroupListItemName {
  font-size: 1.8rem;
  line-height: 1.2;
}
.charityReport__contentsGroupListItemName span {
  display: block;
  font-size: 1.2rem;
  padding-bottom: 0.6rem;
}

@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__contentsImage--full {
    padding: 0 var(--base-grid);
  }
  .charity__contentsImage--full img {
    aspect-ratio: auto;
    width: 100%;
  }
  .charity__contentsTextArea {
    max-width: 980px;
    margin: 0 auto;
  }
  .charity__contentsTextAreaLead {
    padding: 0 1.9rem;
    margin: 0 0 10rem;
  }
  .charity__contentsTextAreaLead h3 {
    font-size: 2.6rem;
    line-height: 1.4;
    padding-bottom: 40px;
  }
  .charity__contentsTextAreaLead h3 span {
    display: block;
    padding-bottom: 0.5rem;
    font-size: 1.6rem;
  }
  .charity__contentsTextAreaLead .movie {
    width: 768px;
    margin: 10rem auto 15rem;
  }
  .charity__contentsTextAreaLead .movie > div {
    width: 100%;
  }
  .charity__contentsTextAreaLead .movie > div iframe {
    width: 100%;
    height: 433px;
  }
  .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: 2rem;
  }
  .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__contentsTextAreaInterview1Guest .charitySlider {
    padding: 0 0 4rem !important;
  }
  .charity__contentsTextAreaInterview1Guest .charitySlider__pagination {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .charity__contentsTextAreaInterview1Guest .charitySlider__pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
  }
  .charity__contentsTextAreaInterview1Guest .charitySlider__controller {
    top: calc((100% - 4rem) / 2);
  }
  .charity__contentsTextAreaInterview1Guest .charitySlider__arrow {
    width: 4.8rem;
    height: 4.8rem;
  }
  .charity__contentsTextAreaInterview1Guest .charitySlider__arrowIcon {
    width: 2.8rem;
    transition: background 0.2s var(--ease) 0s;
  }
  .charity__contentsTextAreaInterview1Guest .charitySlider__arrowIcon img {
    transition: filter 0.2s var(--ease) 0s;
  }
  .charity__contentsTextAreaInterview1Guest .charitySlider__arrow:hover .charitySlider__arrowIcon {
    background: var(--acc-color);
  }
  .charity__contentsTextAreaInterview1Guest .charitySlider__arrow:hover img {
    filter: brightness(100);
  }
  .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;
  }
  .charityReport__contents {
    padding: 0 0 10rem;
  }
  .charityReport__contentsGroupList {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 5rem;
  }
  .charityReport__contentsGroupListItem {
    width: calc((100% - 4rem) / 3);
  }
  .charityReport__contentsGroupListItemImage {
    margin: 0 0 2rem;
  }
  .charityReport__contentsGroupListItemImage img {
    display: block;
    transition: transform 0.4s var(--easeout) 0s;
  }
  .charityReport__contentsGroupListItemLink:hover .charityReport__contentsGroupListItemImage img {
    transform: scale(1.05);
  }
  .charityReport__contentsGroupListItemName {
    font-size: 2rem;
  }
  .charityReport__contentsGroupListItemName span {
    display: block;
    padding-bottom: 0.8rem;
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=charity.css.map */