#ikusei_main_area {
  margin-bottom: 200px;
  width: 100%;
  font-family: "Noto Sans JP";
}
#ikusei_main_area strong {
  font-weight: 700;
}
#ikusei_main_area .txt_wrap {
  width: 100%;
}
#ikusei_main_area .main_ph {
  margin-bottom: 30px;
}
#ikusei_main_area .main_ph img {
  max-width: 100%;
}
#ikusei_main_area .profile_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: 1130px;
  padding: 0 15px;
  margin: 0 auto 120px;
  font-size: 14px;
  font-weight: 500;
  color: #3c3c3c;
}
#ikusei_main_area .profile_area .name_wrap {
  margin-right: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#ikusei_main_area .profile_area .profile_name_en {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 2.5714285714;
}
#ikusei_main_area .profile_area .profile_name {
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #1e1e1e;
  margin-bottom: 10px;
}
#ikusei_main_area .profile_area .profile_role {
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
}
#ikusei_main_area .profile_area .text_content {
  width: 100%;
  max-width: 680px;
  letter-spacing: 0.01em;
  line-height: 1.7142857143;
}

#ikusei_chapter section.chapter {
  font-family: "Noto Sans JP";
}
#ikusei_chapter section.chapter .talk_wrap {
  width: 100%;
  max-width: 1115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  margin: 0 auto;
}
#ikusei_chapter section.chapter .talk_wrap.col_rvs .talk_image_wrap {
  position: relative;
  width: 100%;
  max-width: 600px;
}
#ikusei_chapter section.chapter .talk_wrap.col_rvs .talk_image_wrap .talk_image {
  position: absolute;
  left: 0;
  right: calc((100vw - 1115px) / -2);
  height: 600px;
}
#ikusei_chapter section.chapter .talk_wrap.col_rvs .talk_image_wrap img {
  max-width: 100%;
}
#ikusei_chapter section.chapter .talk_wrap.talk_wrap_add {
  margin-bottom: 60px;
}
#ikusei_chapter section.chapter .talk_image_wrap {
  position: relative;
  width: 100%;
  max-width: 600px;
}
#ikusei_chapter section.chapter .talk_image_wrap .talk_image {
  position: absolute;
  right: 0;
  left: calc((100vw - 1115px) / -2);
  height: 600px;
}
#ikusei_chapter section.chapter .talk_image_wrap img {
  max-width: 100%;
}
#ikusei_chapter section.chapter .talk_txt_wrap {
  width: 100%;
  max-width: 615px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 15px;
}
#ikusei_chapter section.chapter .talk_txt_wrap.full_width {
  max-width: 1130px;
  padding: 0 15px;
  margin: 0 auto;
}
#ikusei_chapter section.chapter .chapter_ttl {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #333;
  margin-bottom: 60px;
}
#ikusei_chapter 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;
  line-height: 1.875;
  color: #292929;
  margin-bottom: 30px;
}
#ikusei_chapter 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;
}
#ikusei_chapter section.chapter .talk_txt {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.875;
  color: #292929;
  margin-bottom: 60px;
}
#ikusei_chapter section.chapter .chapter_bottom_ph {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 120px;
}
#ikusei_chapter section.chapter .chapter_bottom_ph img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  #ikusei_main_area {
    margin-bottom: 60px;
  }
  #ikusei_main_area .txt_wrap {
    margin-bottom: 20px;
  }
  #ikusei_main_area .txt_wrap .lead {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.03em;
    line-height: 1.5;
    color: #333;
    padding: 0 15px;
    margin: 0 auto;
  }
  #ikusei_main_area .main_ph {
    margin-bottom: 20px;
  }
  #ikusei_main_area .profile_area {
    gap: 20px;
    margin: 0 auto 60px;
    font-size: 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #ikusei_main_area .profile_area .name_area {
    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;
    gap: 20px;
    margin-bottom: 5px;
  }
  #ikusei_main_area .profile_area .profile_name_en {
    font-size: 12px;
  }
  #ikusei_main_area .profile_area .profile_name {
    font-size: 26px;
    margin-bottom: 10px;
  }
  #ikusei_chapter section.chapter img {
    max-width: 100%;
  }
  #ikusei_chapter section.chapter .talk_wrap {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px;
  }
  #ikusei_chapter section.chapter .talk_wrap.talk_wrap_add {
    margin-bottom: 60px;
  }
  #ikusei_chapter section.chapter .talk_image_wrap {
    position: relative;
    width: 100%;
    max-width: 600px;
  }
  #ikusei_chapter section.chapter .talk_txt_wrap {
    padding-right: 0;
  }
  #ikusei_chapter section.chapter .chapter_ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #ikusei_chapter section.chapter .talk_q {
    font-size: 14px;
    margin-bottom: 15px;
  }
  #ikusei_chapter section.chapter .talk_q::before {
    width: 28px;
  }
  #ikusei_chapter section.chapter .talk_txt {
    font-size: 14px;
    margin-bottom: 30px;
  }
  #ikusei_chapter section.chapter .chapter_bottom_ph {
    margin: 0 auto 60px;
  }
}