.desc_cont {
  width: 49%;
  position: relative;
}
.page_desc {
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 30px;
}

.exhibition_flex_container {
  margin-bottom: 10px;
}

.desc_cont .page_desc {
  width: 49%;
}

.desc_cont .page_desc p {
  font-weight: bold;
  /* font-size: 1.2rem; */
  font-size: 22px;
}

.co-creation_partner {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  justify-content: space-between;
  margin: 0 auto;
}

.co-creation_partner li {
  width: 48%;
}

.desc_cont .page_desc {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-weight: bold;
  width: 100%;
  padding: 12px 20px;
  background: rgba(236, 109, 136, 0.7);
}

.before_icon_title.before_icon_title--map::before {
  color: var(--next);
}

/* ---------- sliderの設定 ---------- */
/* PCの時はarrowボタン表示 */
.progress-bar_slider_container .slick-arrow {
  position: absolute;
  bottom: -30px;
  top: unset;
  background: none;
  border: none;
  color: var(--next);
  z-index: 50;
  font-weight: bold;
  font-size: 12px;
  font-family: "LINESeedJP", sans-serif;
  cursor: pointer;
  padding: 0;
}
.progress-bar_slider_container .slick-next {
  right: 10px;
}
.progress-bar_slider_container .slick-arrow span {
  border: 2px solid var(--next);
  border-radius: 500px;
  padding: 5px;
  font-size: 20px;
  display: inline-block;
  margin: 0 5px;
  line-height: 1;
  transition: all 400ms ease;
}

/* ネクストジェネレーションパーク​ */
.progress-bar_slider_container {
  width: 100%;
}
.progress-bar_slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.progress-bar_slider_list .slick-slide {
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
}

.progress-bar_slider_list .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.progress-bar_slider_bar {
  /* display: none; */
}

.progress-bar_slider_bar .slick-dots {
  margin-top: 1rem;
}

.progress-bar_slider_bar .slick-dots button {
  background-color: var(--next);
}

.progress-bar_slider_bar .slick-dots .slick-active button {
  background-color: var(--next);
}

.progress-bar_slider_item p {
  margin-top: 5px;
  font-weight: bold;
  color: #000;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .progress-bar_slider_container,
  .desc_cont {
    width: 100%;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 600px) {
  .progress-bar_slider_container .slick-arrow {
    display: none;
  }
  .progress-bar_slider_bar {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .progress-bar_slider_list .slick-slide {
    margin-right: 0;
  }
}

/* ---------- 会場マップのエリア ---------- */
.map_container {
  width: 49%;
}

.map_text {
  font-weight: 700;
}

.before_icon_title::before {
  color: var(--next);
}

@media screen and (max-width: 767px) {
  .map_container {
    width: 100%;
    margin-bottom: 1rem;
  }
}


/* ピッチステージ　登壇者情報掲載ブロック */
.speaker_information {
  margin-top: 30px;
}

.speaker_information h4 {
  margin-bottom: 1rem;
}

.speaker_information ul li {
  padding: .5rem .5rem .1rem 20px;
  font-weight: bold;
  font-size: 1.2rem;
}

.speaker_information ul li::before{
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  content: "mic";
  color: var(--next);
}

.speaker_information ul li span {
  font-size: 1rem;

}

.speaker_information ul li span.company_position {
  font-size: 1rem;
  margin-left: 1rem;
  font-weight: normal;
}

@media screen and (max-width:480px) {
  .speaker_information ul li span.company_position {
    display: block;
  }

}



/* ウォーキングブレスト */
.walk_breast .main_article {
  /* margin-top: 30px; */
}

.walk_breast .main_article h2 {
  text-align: center;
  font-weight: 700;
  padding: 10px 20px;
  font-size: 20px;
  color: #fff;
  background: #833602;
  margin: 0 20px 0;
}

.walk_breast .main_article h3 {
  text-align: center;
  font-weight: 700;
  padding: 10px 20px;
  font-size: 20px;
  color: #fff;
  background: rgb(93, 19, 0);
  background: linear-gradient(180deg, rgb(80 56 0) 10%, rgb(116 85 1) 94%);
  margin: 0 20px 0;
}

@media screen and (max-width: 540px) {
  .walk_breast .main_article h3 {
    font-size: 16px;
  }
}

.walk_breast .main_article h4 {
  color: rgb(93, 19, 0);
}

/* ピクトグラムエリア */
.explanation_area {
  margin-top: 30px;
}

.explanation_area ul {
  display: flex;
  flex-wrap: wrap;
}

.explanation_area ul li figure {
  height: 150px;
  padding: 10px 20px;
}

.explanation_area ul li figure img {
  height: 100%;
}

.explanation_area ul li {
  width: calc(100%/ 4);
  padding: 1rem;
  border: 5px solid #d9d9d9;
  border-right: 0;
}

.explanation_area ul li p {
  padding-top: 1rem;
  border-top: 5px solid #d9d9d9;
}

.explanation_area ul li:last-of-type {
  border-right: 5px solid #d9d9d9;
}

.explanation_area ul li {
  border-top: 5px solid #d9d9d9;
  padding-top: 1rem;
}


.explanation_area li h5::before,
.explanation_area li h5::after {
  display: none;
}

@media screen and (max-width:1050px) {
  .explanation_area li h5 span {
    display: block;
  }
}

@media screen and (max-width:850px) {
  .explanation_area ul li {
    width: 50%;
  }

  .explanation_area ul li:nth-child(2) {
    border-right: 5px solid#d9d9d9
  }

  .explanation_area ul li:nth-child(1),
  .explanation_area ul li:nth-child(2) {
    border-bottom: none;
  }
}

@media screen and (max-width:480px) {

  .walk_breast .main_article h2,
  .walk_breast .main_article h3 {
    font-size: 1rem;
  }

  .explanation_area li h5 {
    font-size: 1rem;
  }

  .explanation_area ul li figure {
    height: 100px;
    padding: 5px 10px;
  }

  .explanation_area ul li p {
    padding-top: .5rem;
  }

  .explanation_area ul li {
    padding: .5rem
  }
}



/* 課題起点のマッチング創出ハブ */
.display_image,
.installation_location {
  margin-top: 50px;
}

.biz_board .explanation_area ul li {
  width: calc(100% / 3);
  position: relative;
}


.display_image ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.display_image ul li {
  width: 49%;
  border: 1px solid #dadada;
}

.installation_location ul{
  margin-top: 30px;
}

.installation_location li {
  font-weight: bold;
  /* padding: 1rem; */
  padding-bottom: 1rem;
  text-indent: -13rem;
  padding-left: 13rem;
}

.installation_location li:nth-child(1) {

}
.installation_location li:nth-child(1) span{
  background: #f5c312;
  border-radius: 100vh;
  padding: .1rem 1rem;
  color: #fff;
  font-size: 1.1rem;
  margin-right: .5rem;
}

.installation_location li:nth-child(2) span {
  background: #ec4b9a;
  border-radius: 100vh;
  padding: .1rem 1rem;
  color: #fff;
  font-size: 1.1rem;
  margin-right: .5rem;
}

.installation_location figure {
  padding: 30px;
}

@media screen and (max-width:850px) {

  .biz_board .explanation_area ul li:nth-child(1),
  .biz_board .explanation_area ul li:nth-child(2) {
    border-bottom: 5px solid #d9d9d9;
  }

  .biz_board .explanation_area ul li:nth-child(2) {
    border-right: none;
  }
}

@media screen and (max-width:640px){
    .biz_board .explanation_area ul li {
    width: 100%;
  }

  .biz_board .explanation_area ul li:nth-child(1),
  .biz_board .explanation_area ul li:nth-child(2) {
    border-bottom: none;
    border-right: 5px solid #d9d9d9;
  }
}

@media screen and (max-width:600px) {


  .display_image ul li {
    width: 100%;
    margin-bottom: 10px
  }

}

@media screen and (max-width:480px){
  .installation_location li {
  text-indent: initial;
  padding-left: initial;
}
  .installation_location li span{
    display:block;
    width:max-content;
    margin-right: 0;
    margin-bottom: .5rem;
    font-size: 1rem;
  }
  .installation_location figure {
    padding: 10px 0;
}
}


/* ネクストトップ戻るボタン */
.btn_next{
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  transition: all 400ms ease;
  position: relative;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  overflow: hidden;
  padding: 8px 30px 8px 40px;
  color: #fff;
  background: var(--next);
  margin: 10px auto;
  display: block;
  text-align: center;
  max-width: 500px;
}

.btn_next::before {
  content: "arrow_back";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
  transition: all 400ms ease;
  z-index: 2;
}

@media screen and (max-width: 480px) {
  .btn_next {
      font-size: .95rem;
  }
}





/* スライド上、２枚固定 */
.main_slide{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.main_slide li{
  width: 49%;
}

@media screen and (max-width:600px){
  .main_slide{
    
  }
  .main_slide li{
    width: 100%;
    margin-bottom: 20px;
  }
}


/* coming soonのラベル */
.explanation_area .comingsoon{
  position: absolute;
  border: none;
  width: 90%;
  background: #909090;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: .5rem;
  top: 30%;
  rotate: -15deg;
}

@media screen and (max-width:640px){
  .explanation_area .comingsoon{
  width: 90%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: .5rem;
  top: 38%;
  right: 5%;
  rotate: -15deg;
}
}

@media screen and (max-width:480px){
  .explanation_area .comingsoon{
  top: 30%;}
}



/* 241007 "Biz-Board" powered by ABeam Consulting ÃƒÂ£Ã‚ÂÃ‚Â®ÃƒÂ£Ã‚ÂÃ¢â‚¬ÂÃƒÂ¦Ã‚Â¡Ã‹â€ ÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â¹ÃƒÂ£Ã†â€™Ã…Â¡ÃƒÂ£Ã†â€™Ã‚Â¼ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¸ÃƒÂ£Ã‚ÂÃ‚Â®ÃƒÂ¤Ã‚Â¿Ã‚Â®ÃƒÂ¦Ã‚Â­Ã‚Â£ */
.recruit_area{
  margin-top: 30px;
  /* background: #ffffff; */
  border: 1px solid #833602;
  border-radius: 5px;
  padding: 15px;
}

.recruit_area h6{
  background: #ae4a08;
  padding: .5rem;
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}

.recruit_area .flex_box{
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}


.recruit_area .flex_box p{
  /* margin-bottom: 2rem; */
  font-weight: bold;
  display: block;
  width: 71%;
}

.recruit_area .flex_box figure{
  width: 28%;
}

.recruit_area .btn{
  padding: 8px 40px 8px 40px;
  color: #fff;
  background: #d45d00;
  margin: 15px auto 0;
  display: block;
  text-align: center;
  width: max-content;
}

.recruit_area  .btn::before{
  display: none;
}

@media screen and (max-width:767px){
 .recruit_area h6{
  font-size: 18px;
} 
}

@media screen and (max-width:640px){
.recruit_area .flex_box p,
.recruit_area .flex_box figure{
  width: 100%;
}
   .recruit_area .flex_box figure img{
 max-height: 100px;
 object-fit: cover;
}
.recruit_area .flex_box p{
  margin: 5px auto 10px;
}
  
  .recruit_area{
    padding:10px;
  }
  .recruit_area .btn{
    margin-top: 10px;
    width:inherit;
  }
  .recruit_area br.pc{
    display: none;
  }
}

@media screen and (max-width:600px){
 .recruit_area h6{
  font-size: 16px;
  padding: .3rem;
  margin-bottom: 5px;
} 
}