#overview {
  margin-top: -80px;
  padding-top: 80px;
  z-index: -1;
}
.bbp_mv {
  margin: 80px auto 0;
}
.bbp_bg {
  padding: 3em 0;
}
.bdp_ttl {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 3em auto 0em;
  justify-content: center;
  align-items: center;
}
.bdp_ttl img {
  width: 30px;
  margin: 0 10px 5px 0;
}
.bdp_ttl h2 {
  color: #0d4493;
  font-size: 1.7rem;
}
.bdp_ttl h2 span {
  display: block;
  color: #c0ae33;
  font-size: 1rem;
}
/* top */
.top {
  margin: 2em auto 2em;
  width: 90%;
}
.top ul {
  margin: 0 auto 1em;
}
.top ul li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  padding: 7px 0 7px 28px;
  text-align: left;
  font-weight: bold;
  font-size: 1.4rem;
}
.top ul li::before {
  position: absolute;
  content: '';
  top: 5px;
  left: 0px;
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("/img/bdp/icon_map.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.top ul li:nth-child(2)::before {
  background-image: url("/img/bdp/icon_menber.webp");
}
.top ul li:nth-child(3)::before {
  background-image: url("/img/bdp/icon_price.webp");
}
.top ul li dt {
  width: 60px;
}
.top ul li dd {
  width: calc(100% - 60px);
}
.top ul li dd small {
  font-weight: 300;
  font-size: 1.2rem;
}
.top ul li dd span {
  margin: 5px auto 0;
  color: #00a6a6;
  display: inline-block;
  padding: 2px 8px;
  border: 1px solid #00a6a6;
  font-size: 1.3rem;
}
.top_img {
  display: none;
}
.link_btn {
  max-width: 220px;
  margin: auto;
}
.link_btn li {
  margin: 1em auto 0;
}
/* about */
.about {
  width: 80%;
  margin: 1.5em auto 0;
}
.about div {
  font-weight: bold;
  color: #ea6000;
  margin: 0 auto 0.5em;
  font-size: 1.6rem;
}
.about div span {
  display: inline-block;
}
.about p {
  text-align: left;
}
.about_point_wrap {
  position: relative;
  width: 85%;
  margin: 2.5em auto 0;
  text-align: left;
  border: 2px solid #808080;
  box-sizing: border-box;
  padding: 15px 15px 10px;
}
.about_point_wrap::before {
  position: absolute;
  top: -20px;
  left: -20px;
  content: '';
  display: block;
  width: 150px;
  aspect-ratio: 436 / 143;
  background-image: url("/img/bdp/point_ttl.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.about_point li {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 0em;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dotted #808080;
  padding: 10px 0;
  font-weight: bold;
}
.about_point li:last-child {
  border-bottom: none;
}
.about_point li img {
  width: 50px;
}
.about_point li p {
  line-height: 1.5;
  width: calc(100% - 60px);
}
.about_point li p span {
  color: #0f4a98;
  font-size: 1.6rem;
}
.about_img {
  width: 95%;
  margin: 1.5em auto 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
}
.about_img li {
  margin: 0.5em 5px 0em;
  width: calc(100% / 2 - 10px);
}
/* schedule */
.schedule_note {
  margin: 1em auto 0;
  width: 90%;
  font-size: 1.2rem;
}
.schedule_note span {
  display: inline-block;
}
.schedule_wrap {
  margin: 1em auto 0;
  width: 90%;
  text-align: left;
}
.schedule_phase {
  margin: 0 0 3em;
}
.schedule_phase:last-child {
  margin-bottom: 0;
}
/* フェーズ見出し */
.schedule_phase_ttl {
  text-align: left;
}
.schedule_phase_ttl_main {
  align-items: center;
  flex-shrink: 0;
  padding: 0.5em 1em;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  display: inline-block;
}
.schedule_phase_ttl_sub {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 0.5em 1em;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
}
.schedule_phase_ttl-blue .schedule_phase_ttl_main {
  background: #015e9e;
}
.schedule_phase_ttl-blue .schedule_phase_ttl_sub {
  background: #5593be;
}
.schedule_phase_ttl-orange .schedule_phase_ttl_main {
  background: #dc7536;
}
.schedule_phase_ttl-orange .schedule_phase_ttl_sub {
  background: #e59a63;
}
/* 日程見出し */
.schedule_date {
  text-align: left;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 1px;
  margin: 1.2em 0 0.8em;
}
.schedule_date span {
  display: inline-block;
  margin-left: 0.3em;
}
.schedule_date-blue {
  color: #0d4493;
}
.schedule_date-orange {
  color: #dc7536;
}
.schedule_date-teal {
  color: #158085;
}
/* 各行（ラベルボックス＋テキスト） */
.schedule_row {
  padding: 0 1em;
}
.schedule_row_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.schedule_box {
  flex-shrink: 0;
  box-sizing: border-box;
  min-width: 150px;
  margin: 0 1em 0.8em 0;
  padding: 0.7em 0.5em;
  border: 2px solid #5b6700;
  color: #5b6700;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: center;
}
.schedule_text {
  flex: 1;
  min-width: 240px;
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.8;
}
.schedule_text p {
  margin: 0 0 0.3em;
}
.schedule_text p:last-child {
  margin-bottom: 0;
}
.schedule_list li {
  position: relative;
  padding-left: 1.2em;
  margin-top: 0.2em;
}
.schedule_list li:first-child {
  margin-top: 0.5em;
}
.schedule_list li::before {
  content: '●';
  position: absolute;
  left: 0;
  top: 0.05em;
  font-size: 0.9em;
}
/* 合宿研修（クリーム背景ブロック） */
.schedule_camp {
  margin: 1.5em 0 0;
  padding: 1.8em 0;
  background: #f9f7eb;
}
.schedule_camp .schedule_row {
  margin-top: 1em;
}
.schedule_camp_head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em 1.5em;
  padding: 0 1em;
}
.schedule_camp_dates {
  flex-shrink: 0;
}
.schedule_camp_dates .schedule_date {
  margin: 0;
}
.schedule_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6em 1.6em;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 2px;
}
.schedule_badge-blue {
  background: #015e9e;
}
.schedule_badge-orange {
  background: #dc7536;
}
/* voice */
.voice {
  width: 85%;
  margin: 3em auto 0;
}
.voice li {
  position: relative;
  margin: 2em auto 0;
  padding: 45px 20px 20px;
  border-radius: 10px;
  text-align: left;
  background: #f7f4e4;
}
.voice li img {
  width: 160px;
  position: absolute;
  top: -15px;
  left: 20px;
}
/* coach */
.coach_wrap {
  margin: 1.5em auto 0;
  width: 85%;
}
.coach_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2em 1.6em;
  border: 2px solid #4c9e3d;
  border-radius: 50px;
  background: linear-gradient(155deg, #3fae5e 0%, #8dc63f 100%);
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 4px;
}
/* 講師（メイン） */
.coach_main_top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8em;
}
.coach_main_name {
  margin: 0;
}
.coach_main_name_ja {
  display: block;
  color: #231815;
  font-weight: bold;
  font-size: 2.6rem;
}
.coach_main_name_ja i {
  margin-left: 0.3em;
  font-size: 0.55em;
  font-style: normal;
  font-weight: normal;
}
.coach_main_name_en {
  display: block;
  margin-top: 0.3em;
  color: #231815;
  font-size: 1.3rem;
  letter-spacing: 1px;
}
.coach_main_photo img {
  display: block;
  width: 100%;
  aspect-ratio: 18 / 25;
  object-fit: cover;
}
.coach_list {
  margin-top: 1.5em;
}
.coach_list li {
  position: relative;
  margin-top: 0.3em;
  padding-left: 1.3em;
  font-weight: bold;
  font-size: 1.3rem;
  text-align: left;
}
.coach_list li:first-child {
  margin-top: 0;
}
.coach_list li::before {
  content: '◆';
  position: absolute;
  top: 0;
  left: 0;
  color: #ea6000;
  font-size: 0.85em;
}
.coach_main_text {
  margin-top: 1.5em;
  color: #231815;
  font-size: 1.3rem;
  line-height: 1.9;
  text-align: left;
}
.coach_main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1em;
  grid-template-areas:
    "top   photo"
    "list  list"
    "text  text";
  text-align: left;
}
.coach_main_top {
  grid-area: top;
}
.coach_main_photo {
  grid-area: photo;
}
.coach_list {
  grid-area: list;
}
.coach_main_text {
  grid-area: text;
}
/* プログラムコーチ */
.coach_sub {
  margin-top: 2em;
  text-align: left;
}
.coach_sub_text {
  margin-top: 1em;
  color: #231815;
  font-size: 1.3rem;
  line-height: 1.9;
  text-align: left;
}
.coach_members {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1em;
}
.coach_members li {
  width: calc(50% - 0.6em);
  text-align: left;
}
.coach_member_photo img {
  display: block;
  width: 100%;
  aspect-ratio: 31 / 33;
  object-fit: cover;
}
.coach_member_name {
  margin-top: 0.8em;
  color: #231815;
  font-weight: bold;
  font-size: 1.8rem;
}
.coach_member_name span {
  display: block;
  margin-top: 0.3em;
  color: #231815;
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: 1px;
}
.coach_member_text {
  margin-top: 1em;
  color: #231815;
  font-size: 1.2rem;
  line-height: 1.8;
}
/* overview */
.overview_wrap {
  margin: 2em auto 2em;
  width: 85%;
  text-align: center;
}
.overview_item {
  margin-top: 2.5em;
}
.overview_item:first-child {
  margin-top: 0;
}
.overview_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2em 1.6em;
  border-radius: 2px;
  background: #1f438e;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 2px;
}
.overview_value {
  margin-top: 0.8em;
  color: #4aa4a5;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
}
.overview_value span {
  display: inline-block;
}
.overview_note.center {
  text-align: center;
}
.overview_note {
  margin-top: 0.3em;
  text-align: left;
  line-height: 1.8;
  font-size: 1.2rem;
}
/* faq */
.faq_wrap {
  border-bottom: 0.5px solid #000;
  margin: 0 auto 3em;
}
.bbp_inner {
  width: 85%;
  margin: auto;
}
.faq_list {
  margin: 0em auto 3em;
}
.faq_list > li {
  padding: 15px 0;
  text-align: left;
  border-bottom: 1px dotted #93a4ce;
}
.faq_list > li:last-child {
  border-bottom: none;
}
.faq li {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5px 0;
}
.faq li dt {
  width: 50px;
  font-family: 'Futura', sans-serif;
  font-weight: bold;
  background: #015e9e;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  border-radius: 50px 0 50px 50px;
}
.faq li:last-child dt {
  background: #83ab36;
}
.faq li dd {
  width: calc(100% - 60px);
}
/* ------------------------------------ */
/* PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  .bbp_bg {
    padding: 5em 0;
  }
  .bdp_ttl {
    margin: 8em auto 0em;
  }
  .bdp_ttl img {
    width: 60px;
    margin: 0 20px 5px 0;
  }
  .bdp_ttl h2 {
    line-height: 1.5;
    font-size: 4rem;
  }
  .bdp_ttl h2 span {
    font-size: 2rem;
  }
  /* top */
  .top {
    margin: 4em auto;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .top img {
    width: 300px;
  }
  .top ul {
    width: calc(100% - 350px);
    margin: 0;
  }
  .top ul li {
    padding: 13px 0 13px 40px;
    line-height: 1.5;
    font-size: 2.5rem;
  }
  .top ul li::before {
    top: 14px;
    width: 35px;
    height: 35px;
  }
  .top ul li dt {
    width: 105px;
  }
  .top ul li dd {
    width: calc(100% - 105px);
  }
  .top ul li dd small {
    font-size: 2rem;
  }
  .top ul li dd span {
    margin: 5px auto 0;
    padding: 4px 10px;
    font-size: 2rem;
  }
  .top_img {
    display: block;
    max-width: 600px;
    margin: 3em auto 5em;
  }
  .link_btn {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    width: 90%;
    max-width: 1000px;
    margin: auto;
  }
  .link_btn li {
    margin: 0 15px 0em;
    width: calc(100% / 2 - 30px);
  }
  /* about */
  .about {
    width: 90%;
    max-width: 900px;
    margin: 3em auto 0;
  }
  .about div {
    margin: 0 auto 0.5em;
    font-size: 3.5rem;
  }
  .about p {
    text-align: left;
    font-size: 2rem;
    letter-spacing: 2px;
  }
  .about_point_wrap {
    max-width: 900px;
    margin: 4em auto 0;
    border: 3px solid #808080;
    padding: 25px 45px 15px;
  }
  .about_point_wrap::before {
    position: absolute;
    top: -40px;
    left: -35px;
    width: 250px;
  }
  .about_point li {
    padding: 20px 0;
  }
  .about_point li img {
    width: 80px;
  }
  .about_point li p {
    font-size: 2.2rem;
    width: calc(100% - 100px);
  }
  .about_point li p span {
    font-size: 3rem;
  }
  .about_img {
    width: 98%;
    margin: 4em auto 0;
  }
  .about_img li {
    margin: 0em 5px 0em;
    width: calc(100% / 4 - 10px);
  }
  /* schedule */
  .schedule_note {
    margin: 2em auto 0;
    font-size: 1.6rem;
  }
  .schedule_wrap {
    margin: 2em auto 0;
    max-width: 1000px;
  }
  .schedule_phase {
    margin: 0 0 4em;
  }
  .schedule_phase_ttl {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .schedule_phase_ttl_main {
    padding: 1em 2em;
    font-size: 2.4rem;
  }
  .schedule_phase_ttl_sub {
    padding: 1em 2em;
    font-size: 1.6rem;
  }
  .schedule_date {
    font-size: 2.4rem;
    margin: 1.4em 0 1em;
  }
  .schedule_row {
    padding: 0 2em;
  }
  .schedule_row_inner {
    flex-wrap: nowrap;
    align-items: center;
  }
  .schedule_box {
    width: 200px;
    min-width: 200px;
    margin: 0 2.5em 0 0;
    padding: 1em 0.5em;
    font-size: 1.7rem;
  }
  .schedule_text {
    font-size: 1.6rem;
  }
  .schedule_camp {
    margin: 2em 0 0;
    padding: 3em 0;
  }
  .schedule_camp .schedule_row {
    margin-top: 1.6em;
  }
  .schedule_camp_head {
    flex-wrap: nowrap;
    gap: 2em;
    padding: 0 2em;
  }
  .schedule_badge {
    padding: 0.8em 2.4em;
    border-radius: 12px;
    font-size: 1.8rem;
  }
  /* voice */
  .voice {
    width: 90%;
    max-width: 900px;
    margin: 2em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
  }
  .voice li {
    box-sizing: border-box;
    margin: 3em 12px 0em;
    width: calc(100% / 2 - 24px);
    padding: 65px 40px 30px;
    border-radius: 10px;
  }
  .voice li img {
    width: 230px;
    top: -25px;
    left: 40px;
  }
  /* coach */
  .coach_wrap {
    margin: 2em auto 0;
    max-width: 900px;
  }
  .coach_badge {
    padding: 0.2em 2em;
    font-size: 2.5rem;
  }
  .coach_main {
    grid-template-columns: 1fr 320px;
    column-gap: 3em;
    grid-template-areas:
      "top   photo"
      "list  photo"
      "text  photo";
  }
  .coach_main_top {
    flex-direction: row;
    align-items: center;
    gap: 1.5em;
  }
  .coach_main_name_ja {
    font-size: 3.5rem;
    line-height: 1.2;
  }
  .coach_main_name_en {
    font-size: 1.6rem;
  }
  .coach_list li {
    font-size: 1.6rem;
  }
  .coach_main_text {
    margin-top: 2em;
    font-size: 1.5rem;
  }
  .coach_sub {
    display: flex;
    align-items: flex-start;
    gap: 3.5em;
    margin-top: 6em;
  }
  .coach_sub_head {
    flex: 0 0 340px;
  }
  .coach_sub_text {
    font-size: 1.5rem;
  }
  .coach_members {
    flex: 1;
    margin-top: 0;
  }
  .coach_member_name {
    text-align: center;
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .coach_member_name span {
    font-size: 1.4rem;
  }
  .coach_member_text {
    text-align: center;
    font-size: 1.4rem;
  }
  /* overview */
  .overview_wrap {
    margin: 2em auto 4em;
    width: 90%;
    max-width: 1200px;
  }
  .overview_item {
    margin-top: 4em;
  }
  .overview_badge {
    padding: 0.2em 2.4em;
    font-size: 2.5rem;
  }
  .overview_value {
    margin-top: 0.5em;
    font-size: 4rem;
  }
  .overview_note {
    text-align: center;
    margin-top: 0.5em;
    font-size: 1.8rem;
  }
  /* faq */
  .bbp_inner {
    width: 90%;
    max-width: 1200px;
  }
  .faq_list {
    margin: 1em auto 6em;
    max-width: 1000px;
  }
  .faq_list > li {
    padding: 15px 0;
  }
  .faq li {
    padding: 5px 0;
  }
  .faq li dt {
    width: 80px;
    font-size: 3rem;
  }
  .faq li dd {
    padding: 10px 0 0;
    width: calc(100% - 100px);
    font-size: 1.7rem;
  }
}