@charset "UTF-8";
/*
* style.css
*
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Roboto:400,500,700,900&display=swap&subset=japanese");
@media (min-width: 769px) {
  .philanthropy-interview_latest_inner {
    display: -ms-grid;
    display: grid;

    -ms-grid-columns: 1fr 56.6388115%;

        grid-template-columns: 1fr 56.6388115%;
    -ms-grid-rows: auto 1fr;
        grid-template-rows: auto 1fr;
    gap: 0 5rem;
  }
}

@media (min-width: 769px) {
  .philanthropy-interview_latest_gridGroup2 {
    grid-row: span 2;
  }
}

.philanthropy-interview_latest_heading {
  margin-bottom: 1.8rem;
  padding-bottom: 1.4rem;
  border-bottom: 2px solid #d0d0d0;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (min-width: 769px) {
  .philanthropy-interview_latest_heading {
    font-size: 2rem;
  }
}

.philanthropy-interview_latest_title {
  font-size: 2.2rem;
  font-weight: bold;
}
@media (min-width: 769px) {
  .philanthropy-interview_latest_title {
    font-size: 2.4rem;
  }
}

.philanthropy-interview_latest_name {
  margin-top: 1.2rem;
  color: #888; 
  font-size: 1.5rem;
}
@media (min-width: 769px) {
  .philanthropy-interview_latest_name {
    margin-top: 1.4rem;
    font-size: 1.6rem;
  }
}

.philanthropy-interview_latest_date {
  margin-top: 1.2rem;
  font-size: 1.5rem;
  font-weight: bold;
}
@media (min-width: 769px) {
  .philanthropy-interview_latest_date {
    margin-top: 1.4rem;
    font-size: 1.6rem;
  }
}

@media (max-width: 768.98px) {
  .philanthropy-interview_latest_img {
    margin-top: 2rem;
  }
}

.philanthropy-interview_latest_link {
  margin-top: 1.6rem;
}
@media (min-width: 769px) {
  .philanthropy-interview_latest_link {
    margin-top: 1.8rem;
  }
}

.philanthropy-interview_categoryBadge {
  margin-bottom: 1rem;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.philanthropy-interviewIndex_figure {
  position: relative;
}

.philanthropy-interviewIndex_badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 2rem;
  left: 0;
  width: 8rem;
  height: 2rem;
  background-color: #f00;
  font-size: 1.4rem;
}

.philanthropy-interviewIndex_date {
  margin-top: 1.2rem;
  font-weight: bold;
}
@media (min-width: 769px) {
  .philanthropy-interviewIndex_date {
    margin-top: 1.38rem;
  }
}

.philanthropy-interview .c-division {
  margin-top: 3.6rem;
}
@media (min-width: 769px) {
  .philanthropy-interview .c-division {
    margin-top: 4.14rem;
  }
}

.philanthropy-interview_heading {
  position: relative;
  padding-left: 2.4rem;
}
.philanthropy-interview_heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background-color: #f00;
}
@media (min-width: 769px) {
  .philanthropy-interview_heading {
    padding-left: 4rem;
  }
}

.philanthropy-interview_heading_name {
  display: block;
  margin-top: 1.2rem;
  font-size: 1.2rem;
}
@media (min-width: 769px) {
  .philanthropy-interview_heading_name {
    margin-top: 1.38rem;
  }
}
@media (max-width: 768.98px) {
  .philanthropy-interview_heading_name {
    line-height: 1.41667;
  }
}
@media (min-width: 769px) {
  .philanthropy-interview_heading_name {
    font-size: 1.6rem;
  }
}

.philanthropy-interview_profile_badge {
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .philanthropy-interview_profile_badge {
    margin-bottom: 2.3rem;
  }
}
@media (min-width: 769px) {
  .philanthropy-interview_profile_badge .c-badge {
    min-width: 20rem;
    text-align: center;
  }
}

@media (min-width: 769px) {
  .philanthropy-interview_profile_container {
    display: flex;
  }
}

@media (max-width: 768.98px) {
  .philanthropy-interview_profile_img {
    margin-bottom: 2.4rem; 
    width: 13rem;
  }
}

@media (min-width: 769px) {
  .philanthropy-interview_profile_img {
    flex-basis: 20rem;
    margin-right: 3.2rem; 
    max-width: 20rem;
  }
}

@media (min-width: 769px) {
  .philanthropy-interview_profile_content {
    flex: 1 1 auto;
    width: 1%;
  }
}

.philanthropy-interview_profile_name {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (min-width: 769px) {
  .philanthropy-interview_profile_name {
    margin-bottom: 2.3rem;
  }
}
@media (min-width: 769px) {
  .philanthropy-interview_profile_name {
    font-size: 2rem;
  }
}

.philanthropy-interview_comment {
  margin-top: 3.6rem;
  padding: 3.6rem;
  border: 1px solid #888;
}
@media (min-width: 769px) {
  .philanthropy-interview_comment {
    margin-top: 4.14rem;
  }
}
@media (min-width: 769px) {
  .philanthropy-interview_comment {
    padding: 4.14rem;
  }
}

@media (min-width: 769px) {
  .philanthropy-interview_comment_container {
    display: flex;
  }
}

.philanthropy-interview_comment_imgGroup {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768.98px) {
  .philanthropy-interview_comment_imgGroup {
    margin-bottom: 3rem;
  }
}
@media (min-width: 769px) {
  .philanthropy-interview_comment_imgGroup {
    align-self: flex-start;
    flex-basis: 40%;
    margin-right: 3rem; 
    max-width: 40%;
  }
}
@media screen and (min-width: 1220px) {
  .philanthropy-interview_comment_imgGroup {
    flex-basis: 43rem;
    max-width: 43rem;
  }
}
.philanthropy-interview_comment_imgGroup > figure {
  flex: 1;
  max-width: 13rem;
}
@media (min-width: 769px) {
  .philanthropy-interview_comment_imgGroup > figure {
    max-width: 20rem;
  }
}
.philanthropy-interview_comment_imgGroup > figure + figure {
  margin-left: 1rem;
}
@media (min-width: 769px) {
  .philanthropy-interview_comment_imgGroup > figure + figure {
    margin-left: 3rem;
  }
}

@media (max-width: 768.98px) {
  .philanthropy-interview_comment_img {
    margin-bottom: 2.4rem; 
    width: 13rem;
  }
}

@media (min-width: 769px) {
  .philanthropy-interview_comment_img {
    flex-basis: 20rem;
    margin-right: 2rem; 
    max-width: 20rem;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .philanthropy-interview_comment_img {
    margin-right: 2.3rem;
  }
}

@media (min-width: 769px) {
  .philanthropy-interview_comment_content {
    flex: 1 1 auto;
    width: 1%;
  }
}

.philanthropy-interview_comment_heading {
  margin-bottom: 2rem;
  font-weight: bold;
}
@media (min-width: 769px) {
  .philanthropy-interview_comment_heading {
    margin-bottom: 2.3rem;
  }
}

.philanthropy-interview_nav {
  margin-bottom: -15rem;
}
@media (min-width: 769px) {
  .philanthropy-interview_nav {
    margin-bottom: -20rem;
  }
}

.philanthropy-interview_nav_item {
  padding: 3.6rem;
  background: #fff;
}
@media (min-width: 769px) {
  .philanthropy-interview_nav_item {
    padding: 4.14rem;
  }
}

.philanthropy-interview_nav_item_link {
  margin-bottom: 2rem;
  font-weight: bold;
}
@media (min-width: 769px) {
  .philanthropy-interview_nav_item_link {
    margin-bottom: 2.3rem;
  }
}

.philanthropy-interview_nav_item_media {
  overflow: hidden;
}

.philanthropy-interview_nav_item_figure {
  float: left;
  margin-right: 2rem; 
  width: 130px;
}
@media (min-width: 769px) {
  .philanthropy-interview_nav_item_figure {
    margin-right: 2.3rem;
  }
}
@media (min-width: 769px) {
  .philanthropy-interview_nav_item_figure {
    width: 200px;
  }
}

.philanthropy-interview_nav_item_heading {
  font-weight: bold;
}

.philanthropy-interview_nav_item_name {
  font-size: 1.3rem;
}
@media (max-width: 768.98px) {
  .philanthropy-interview_nav_item_name {
    overflow: hidden;
    padding-top: 1.2rem; 
    width: 100%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .philanthropy-interview_nav_item_name {
    padding-top: 1.38rem;
  }
}
@media (min-width: 769px) {
  .philanthropy-interview_nav_item_name {
    margin-top: 1.2rem;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .philanthropy-interview_nav_item_name {
    margin-top: 1.38rem;
  }
}

.philanthropy-interview_section_heading {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (min-width: 769px) {
  .philanthropy-interview_section_heading {
    margin-bottom: 2.3rem;
  }
}
@media (min-width: 769px) {
  .philanthropy-interview_section_heading {
    font-size: 2rem;
  }
}

.philanthropy-interview_box {
  padding: 2.7rem 2rem;
  border: 1px solid #888;
}
@media (min-width: 769px) {
  .philanthropy-interview_box {
    padding: 4.14rem;
  }
}

.philanthropy-interview_keypoint {
  padding: 2.7rem 2rem;
  border: 1px solid #888;
}
@media (min-width: 769px) {
  .philanthropy-interview_keypoint {
    padding: 4.14rem;
  }
}

.philanthropy-interview_keypoint_heading {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: bold;
}
@media (min-width: 769px) {
  .philanthropy-interview_keypoint_heading {
    margin-bottom: 2.3rem;
  }
}
@media (min-width: 769px) {
  .philanthropy-interview_keypoint_heading {
    font-size: 2.5rem;
  }
}

.philanthropy-interview_keypoint_listItem {
  padding-left: 1.5em;
}
.philanthropy-interview_keypoint_listItem::before {
  content: "◎";
  display: inline-block;
  margin-right: 0.5em; 
  margin-left: -1.5em;
  width: 1em;
}
.philanthropy-interview_keypoint_listItem:not(:first-child) {
  margin-top: 2rem;
}
@media (min-width: 769px) {
  .philanthropy-interview_keypoint_listItem:not(:first-child) {
    margin-top: 2.3rem;
  }
}