@charset "utf-8";

.sp_only {
  display: none;
}
@media screen and (max-width: 750px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}

.bl_mv_wrap {
  width: 100%;
  position: relative;
}
.bl_mv_pic img {
  width: 100%;
}
.bl_mv_txt_wrap {
  position: absolute;
  bottom: 14%;
  left: 8%;
  color: #fff;
}
.bl_mv_txt_wrap h1 img {
  width: min(100%, 480px);
}
.bl_mv_subttl {
  font-size: 20px;
  font-weight: normal;
  margin-top: 24px;
}
@media screen and (max-width: 750px) {
  .bl_mv_txt_wrap {
    bottom: 10%;
    left: 4%;
  }
  .bl_mv_txt_wrap h1 img {
    width: min(100%, 315px);
  }
  .bl_mv_subttl {
    font-size: 16px;
    margin-top: 20px;
  }
}

.bl_content_program {
  width: min(100% - 40px, 1100px);
  margin: 0 auto;
  padding-top: 56px;
}
.bl_content_ttl {
  margin-bottom: 36px;
}
.bl_content_ttl h2 {
  text-align: center;
  margin-bottom: 32px;
}
.bl_content_ttl h2 img {
  width: min(100%, 200px);
}
.bl_content_lead {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .bl_content_program {
    padding-top: 36px;
  }
  .bl_content_ttl h2 img {
    width: min(100%, 175px);
  }
  .bl_content_lead {
    font-size: 16px;
  }
}

.bl_content_program_2column {
  display: flex;
  gap: 30px;
  line-height: 1.6;
  width: min(100%, 1100px);
}
.bl_content_program_2column a {
  width: 50%;
  border: 1px solid #1f295d;
  color: #1f295d;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 32px;
  position: relative;
}
.bl_content_program_2column a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #1f295d;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  rotate: 135deg;
  position: absolute;
  bottom: 0.7rem;
  left: 50%;
  right: 50%;
}
@media screen and (max-width: 750px) {
  .bl_content_program_2column {
    flex-direction: column;
    gap: 20px;
  }
  .bl_content_program_2column a {
    font-size: 18px;
    width: 100%;
  }
}

.bl_content_program_detail {
  padding-top: 84px;
}
.bl_five_days_program_ttl {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 44px;
  padding-left: 3.5rem;
  position: relative;
}
.bl_five_days_program_ttl::before {
  content: "";
  display: block;
  width: 38px;
  height: 56px;
  background-image: url(./../img/1.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .bl_five_days_program_ttl {
    font-size: 24px;
  }
  .bl_five_days_program_ttl::before {
    width: 48px;
    height: 88px;
    bottom: -15px;
    left: -5px;
  }
}

.bl_program_detail_ttl {
  color: #051363;
  font-size: 26px;
  margin-bottom: 28px;
}
@media screen and (max-width: 750px) {
  .bl_program_detail_ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
 }

.bl_program_detail_flex {
  display: flex;
  gap: 32px;
  width: min(100%, 1100px);
  margin-bottom: 72px;
}
.bl_article_item_pic {
  margin-bottom: 25px;
}
.bl_article_item_pic img {
  width: 100%;
}
.caption_ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.caption_ttl.mb00 {
  margin-bottom: 0!important;
}
.caption_txt {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .bl_program_detail_flex {
    flex-direction: column;
    gap: 24px;
  }
  .bl_article_item_pic {
    margin-bottom: 20px;
  }
  .caption_ttl {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .caption_txt {
    font-size: 16px;
}
}

.bl_content_program_detail_article {
  width: min(100%, 1100px);
}
.bl_time-schedule_wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: min(100%, 1100px);
  margin: 0 auto;
  padding-bottom: 48px;
}
.bl_time-schedule_item_list {
  display: flex;
  gap: 60px;
  align-items: center;
  position: relative;
}
/* 直線を追加するためのスタイル */
.bl_time-schedule_item_list::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 55px; /* 青丸の中心に合わせる */
  width: 2px;
  height: 100%;
  background-color: #DBDBDB;
  z-index: -2;
}
.bl_time-schedule_item_list.un_noline::before {
  display: none !important;
}
.bl_time-schedule_circle {
  width: 110px;
  height: 110px;
  background-color: #0443B6;
  color: white;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 110px;
  flex-shrink: 0;
}
.large_first_letter {
  font-size: 24px;
}
.bl_time-schedule_content {
  background-color: #F5F5F5;
  display: flex;
  gap: 28px;
  padding: 24px;
  position: relative;
  width: min(100%, 930px);
  z-index: -1;
}
.bl_time-schedule_content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  border: 15px solid transparent;
  border-right: 15px solid #F5F5F5;
  transform: translateY(-50%);
}
.bl_time-schedule_content img {
  width: min(100%, 256px);
  margin-bottom: auto;
}
.bl_time-schedule_content_txtbox .caption_ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 18px;
}
.bl_time-schedule_content_txtbox .caption_txt {
  font-size: 16px;
  margin-top: 12px !important;
  margin-bottom: 16px;
}
@media screen and (max-width: 750px) {
  .bl_time-schedule_wrap {
    padding-bottom: 40px;
  }
  .bl_time-schedule_item_list {
    flex-direction: column;
  }
  .bl_time-schedule_item_list::before {
    left: 44px; /* 青丸の中心に合わせる */
  }
  .bl_time-schedule_circle {
    width: 88px;
    height: 88px;
    line-height: 88px;
    position: absolute;
    left: 0;
    /* z-index: 1; */
  }
  .bl_time-schedule_content {
    gap: 20px;
    flex-direction: column;
    padding: 64px 20px 8px;
    margin-top: 44px;
    width: min(100% - 40px, 750px);
  }
  .bl_time-schedule_content::before {
    display: none;
  }
  .bl_time-schedule_content img {
    width: 100%;
  }
  .bl_time-schedule_content_txtbox .caption_ttl {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .bl_time-schedule_content_txtbox .caption_txt {
    font-size: 16px;
    margin-top: 12px !important;
    margin-bottom: 48px;
  }
}

.bl_application_table {
  width: 100%;
}
.bl_application_table tr {
  border-bottom: 1px solid #dddddd;
}
.bl_application_table tr:first-child {
  border-top: 1px solid #dddddd;
}
.bl_application_table th,
td {
  padding: 32px 24px;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .bl_application_table tr {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .bl_application_table th {
    padding: 18px 20px 0;
  }
  .bl_application_table td {
    padding: 18px 20px;
  }
}

.el_entrysite_btn {
  margin-top: 40px;
  text-align: center;
}
.el_entrysite_btn img.pc_only {
  width: min(100%, 422px);
  margin: 0 auto; 
}
.el_entrysite_btn img.sp_only {
  width: min(100%, 335px);
  margin: 0 auto; 
}
.el_entrysite_btn .pc_only:hover {
  content: url(./../img/pc/btn_entrysite_pc_hv.png);
}
@media screen and (max-width: 750px)  {
  .el_entrysite_btn a {
    width: max(100%, 325px);
  }
}

.bl_zadannkai_program_ttl {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 40px;
  padding-left: 3.5rem;
  position: relative;
}
.bl_zadannkai_program_ttl::before {
  content: "";
  display: block;
  width: 38px;
  height: 56px;
  background-image: url(./../img/2.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
.bl_content_program_detail .bl_content_lead.mb60 {
  margin-bottom: 36px;
}
@media screen and (max-width: 750px) {
  .bl_zadannkai_program_ttl {
    font-size: 24px;
  }
  .bl_zadannkai_program_ttl::before {
    width: 48px;
    height: 88px;
    left: -5px;
  }
  .bl_content_program_detail .bl_content_lead.mb60 {
    margin-bottom: 60px;
  }
}

.bl_schedule_2column {
  display: flex;
  align-self: start;
  gap: 30px;
  width: min(100%, 1100px);
  padding-bottom: 45px;
}
.bl_schedule_timeline {
  width: 50%;
  display: flex;
  font-size: 18px;
  flex-direction: column;
  gap: 30px;
}
.bl_schedule_timeline .time {
  font-weight: bold;
  padding-left: 4px;
  white-space: nowrap;

} 
.bl_schedule_timeline .event {
  padding: 0 16px 16px 16px;
} 
.bl_schedule_timeline .optional {
  font-weight: bold;
  text-align: left;
  padding-top: 4px;
  padding-left: 4px;
  padding-bottom: 20px;
} 
.schedule_2column_pic img{
  width: min(100%, 535px);
}
@media screen and (max-width: 750px) {
  .bl_schedule_2column {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .bl_schedule_timeline {
    width: 100%;
    font-size: 16px;
  }
  .bl_schedule_timeline .time {
    padding-left: 0;
  } 
}

.bl_content_voice {
  width: min(100% - 40px, 1100px);
  margin: 0 auto;
  padding-top: 68px;
}

.bl_voice_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: min(100%, 1100px);
  margin: 0 auto;
  padding-top: 4px;
}
.bl_voice_flex_item {
  width: calc(50% - 15px);
  background-color: #F4F8FF;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.8;
  padding-top: 36px;
  padding-right: 28px;
  padding-bottom: 28px;
  padding-left: 28px;
}
.bl_voice_pic img {
  float: left;
  width: min(100%, 70px);
  padding-top: 28px;
  padding-right: 30px;
  padding-left: 16px;
}
.bl_voice_flex_item::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 750px) {
  .bl_voice_flex_item {
    width: 100%;
    padding: 20px;
  }
  .bl_voice_pic {
    display: block;
  }
  .bl_voice_pic img {
    width: min(100%, 55px);
    padding-top: 8px;
  }
  .bl_voice_caption {
    font-size: 16px;
  }
}

.bl_link_btn {
  display: flex;
  flex-direction: column;
  gap: 60px;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 96px;
  width: min(100% - 40px, 1100px);
  margin: 0 auto;
}
.bl_link_btn_flex {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
}
.el_qa_btn img.pc_only {
  width: min(100%, 535px);

  margin: 0 auto; 
}
.el_qa_btn img.sp_only {
  width: min(100%, 335px);
  margin: 0 auto; 
}
.el_qa_btn .pc_only:hover {
  content: url(./../img/pc/btn_qa_hv.png);
}
.el_entry_btn img.pc_only {
  width: min(100%, 535px);
  margin: 0 auto; 
}
.el_entry_btn img.sp_only {
  width: min(100%, 335px);
  margin: 0 auto; 
}
.el_entry_btn .pc_only:hover {
  content: url(./../img/pc/btn_entry_hv.png);
}
.el_back-top_btn {
  text-align: center;
  margin: 0 auto; 
}
.el_back-top_btn img.pc_only {
  width: min(100%, 414px);
  /* height: min(100%, 70px); */
  margin: 0 auto; 
}
.el_back-top_btn img.sp_only {
  width: min(100%, 335px);
  /* height: min(100%, 60px); */
  margin: 0 auto; 
}
.el_back-top_btn .pc_only:hover {
  content: url(./../img/pc/btn_top_hv.png);
}
@media screen and (max-width: 750px) {
  /* .bl_link_btn {
    gap: 60px;
  } */
  .bl_link_btn_flex {
    flex-direction: column;
    gap: 20px;

  }
}