body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#person_renew_v2 {
  font-family: "Noto Sans JP";
  color: #333;
}
#person_renew_v2.mb_0 {
  margin-bottom: 0;
}
#person_renew_v2.plr_0 {
  padding-left: 0;
  padding-right: 0;
}
#person_renew_v2 .main_wrap {
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: 1fr minmax(auto, 1130px) 1fr;
}
#person_renew_v2 .main_wrap .main_ph {
  grid-column: 2/4;
  grid-row: 1/2;
  z-index: 2;
  margin-left: 410px;
  width: calc(100% - 410px);
  aspect-ratio: 690/640;
}
#person_renew_v2 .main_wrap .main_ph img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#person_renew_v2 .main_wrap .person_info_txt {
  margin-top: 40px;
  max-width: 690px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.7142857143;
  color: #3c3c3c;
}
#person_renew_v2 .main_wrap .main_txt {
  padding-left: 15px;
  grid-column: 2/3;
  grid-row: 1/2;
  z-index: 3;
  position: relative;
}
#person_renew_v2 .main_wrap .main_txt .en_ttl {
  margin-top: 40px;
  font-weight: 700;
  font-size: 16px;
  color: #034a9f;
  margin-bottom: 40px;
}
#person_renew_v2 .main_wrap .main_txt .lead {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.03em;
  line-height: 1.6666666667;
  margin-bottom: 100px;
}
#person_renew_v2 .main_wrap .main_txt .lead span {
  border: 1px solid #333;
  background-color: #fff;
  padding-left: 6px;
}
#person_renew_v2 .main_wrap .main_txt .person_info_wrap .name_wrap {
  margin-bottom: 10px;
}
#person_renew_v2 .main_wrap .main_txt .person_info_wrap .name_en {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 2.5714285714;
  color: #3c3c3c;
}
#person_renew_v2 .main_wrap .main_txt .person_info_wrap .name_jp {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 1.3333333333;
  color: #1e1e1e;
}
#person_renew_v2 .main_wrap .main_txt .person_info_wrap .job {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  color: #3c3c3c;
  margin-bottom: 60px;
}
#person_renew_v2 .main_wrap .main_txt .year_list {
  max-width: 360px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.01em;
  line-height: 1.6666666667;
  color: #777;
}
#person_renew_v2 .main_wrap .main_txt .year_list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
#person_renew_v2 .main_wrap .main_txt .year_list ul li .year {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#person_renew_v2 .bs_inner {
  width: 100%;
  max-width: 1130px;
  padding: 0 15px;
  margin: 0 auto;
}
#person_renew_v2 section.chapter {
  font-family: "Noto Sans JP";
}
#person_renew_v2 section.chapter img {
  max-width: 100%;
}
#person_renew_v2 section.chapter .chapter_num {
  font-weight: 700;
  font-size: 16px;
  color: #034a9f;
  text-align: center;
  margin-bottom: 30px;
}
#person_renew_v2 section.chapter .chapter_ttl {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: center;
  color: #333;
  margin-bottom: 60px;
}
#person_renew_v2 section.chapter .talk_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-bottom: 120px;
}
#person_renew_v2 section.chapter .talk_txt_wrap {
  width: 60%;
}
#person_renew_v2 section.chapter .talk_image_wrap {
  width: 50%;
  max-width: 440px;
}
#person_renew_v2 section.chapter .talk_image_wrap .talk_image {
  position: sticky;
  top: 80px;
}
#person_renew_v2 section.chapter .talk_content {
  line-height: 1.875;
  color: #292929;
  margin-bottom: 60px;
}
#person_renew_v2 section.chapter .talk_content:last-child {
  margin-bottom: 0;
}
#person_renew_v2 section.chapter .talk_q {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
#person_renew_v2 section.chapter .talk_q::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: translateY(1em);
          transform: translateY(1em);
  width: 32px;
  height: 1px;
  background-color: #292929;
  margin-right: 4px;
}
#person_renew_v2 section.chapter .talk_txt {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
}
#person_renew_v2 section.chapter .chapter_bottom_ph {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto 120px;
}
#person_renew_v2 section.chapter .chapter_bottom_ph.content_end {
  margin-bottom: 200px;
}
#person_renew_v2 .other_member_wrap {
  position: relative;
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto 200px;
}
#person_renew_v2 .other_member_wrap.pbm {
  padding: 50px 15px 200px;
  margin: 50px auto 0;
  background-color: #fff;
}
#person_renew_v2 .other_member_wrap .other_member_content {
  margin: 0 auto 60px;
}
#person_renew_v2 .other_member_wrap .other_member_ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: center;
  color: #333;
}
#person_renew_v2 .other_member_wrap .other_member_ttl span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#person_renew_v2 .other_member_wrap .other_member_ttl::before, #person_renew_v2 .other_member_wrap .other_member_ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #636363;
}
#person_renew_v2 .other_member_wrap .other_member_ttl::before {
  margin-right: 30px;
}
#person_renew_v2 .other_member_wrap .other_member_ttl::after {
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  #person_renew_v2 .main_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #person_renew_v2 .main_wrap .main_ph {
    margin-left: 0;
    width: 100%;
    aspect-ratio: auto;
    margin-bottom: 20px;
  }
  #person_renew_v2 .main_wrap .person_info_txt {
    margin-top: 0;
    font-size: 13px;
    margin-bottom: 30px;
  }
  #person_renew_v2 .main_wrap .main_txt {
    padding-left: 0;
    margin-bottom: 94px;
  }
  #person_renew_v2 .main_wrap .main_txt .en_ttl {
    margin-top: 20px;
    font-size: 13px;
    margin-bottom: 10px;
    text-align: center;
  }
  #person_renew_v2 .main_wrap .main_txt .lead {
    max-width: 360px;
    font-size: 24px;
    margin: 0 auto 20px;
  }
  #person_renew_v2 .main_wrap .main_txt .lead span {
    border: none;
    background-color: #fff;
  }
  #person_renew_v2 .main_wrap .main_txt .person_info_wrap {
    padding: 0 15px;
  }
  #person_renew_v2 .main_wrap .main_txt .person_info_wrap .name_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 5px;
    gap: 20px;
  }
  #person_renew_v2 .main_wrap .main_txt .person_info_wrap .name_en {
    font-size: 12px;
  }
  #person_renew_v2 .main_wrap .main_txt .person_info_wrap .name_jp {
    font-size: 26px;
  }
  #person_renew_v2 .main_wrap .main_txt .person_info_wrap .job {
    font-size: 12px;
    line-height: 1.7142857143;
    margin-bottom: 20px;
  }
  #person_renew_v2 .main_wrap .main_txt .year_list ul li {
    gap: 20px;
  }
  #person_renew_v2 .bs_inner {
    padding: 0 15px;
    margin: 0 auto;
  }
  #person_renew_v2 section.chapter .chapter_num {
    font-size: 13px;
    margin-bottom: 15px;
  }
  #person_renew_v2 section.chapter .chapter_ttl {
    font-size: 24px;
    text-align: left;
    margin-bottom: 20px;
  }
  #person_renew_v2 section.chapter .talk_wrap {
    gap: 30px;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #person_renew_v2 section.chapter .talk_wrap.col_rvs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #person_renew_v2 section.chapter .talk_txt_wrap {
    width: 100%;
  }
  #person_renew_v2 section.chapter .talk_image_wrap {
    width: 100%;
  }
  #person_renew_v2 section.chapter .talk_image_wrap .talk_image {
    position: static;
  }
  #person_renew_v2 section.chapter .talk_content {
    margin-bottom: 30px;
  }
  #person_renew_v2 section.chapter .talk_q {
    font-size: 14px;
    margin-bottom: 12px;
  }
  #person_renew_v2 section.chapter .talk_q::before {
    width: 28px;
  }
  #person_renew_v2 section.chapter .talk_txt {
    font-size: 14px;
  }
  #person_renew_v2 section.chapter .chapter_bottom_ph {
    max-width: 1310px;
    padding: 0;
    margin: 0 auto 94px;
  }
  #person_renew_v2 section.chapter .chapter_bottom_ph.content_end {
    margin-bottom: 80px;
  }
  #person_renew_v2 .other_member_wrap {
    padding: 0;
    margin: 0 auto 40px;
  }
  #person_renew_v2 .other_member_wrap.pbm {
    padding: 0;
    margin: 80px auto 40px;
  }
  #person_renew_v2 .other_member_wrap .other_member_ttl {
    max-width: 360px;
    margin: 0 auto;
    font-size: 26px;
  }
  #person_renew_v2 .other_member_wrap .other_member_ttl::before {
    margin-right: 20px;
  }
  #person_renew_v2 .other_member_wrap .other_member_ttl::after {
    margin-left: 20px;
  }
}