@charset "UTF-8";

/* ==================================================== */
/*  共通
/* ==================================================== */

.mentor .sub_tit_box {
  background: #000;
}
.mentor .sub_tit_box h2 {
  margin: 0;
  padding: 10px 20px;
  color: #fff;
  line-height: 1.2;
  font-size: 2.6rem;
}

.mentor .red {
  color: red;
}

.mentor .eventDetail .boxBtn {
  margin-bottom: 0;
  padding: 0;
}
.mentor .eventDetail .boxBtn a {
  display: flex;
  padding: 20px 40px;
  align-items: center;
  justify-content: center;
}
.mentor .eventDetail .boxBtn a p {
  line-height: 1.4;
  font-size: 1.7rem;
}
.mentor .eventDetail .boxBtn br {
  display: block;
}

@media screen and (max-width: 1260px) {
  .mentor .eventDetail .boxBtn a {
    display: block;
  }
  .mentor .eventDetail .boxBtn a p {
    display: block;
  }
  .mentor .eventDetail .boxBtn br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .mentor .eventDetail .boxBtn br {
    display: block;
  }
}


/* ==================================================== */
/*  メンター概要
/* ==================================================== */

.mentor_index {}

.mentor_index .lead {
  margin-bottom: 65px;
}
.mentor_index .link_box {
  margin-bottom: 65px;
}
.mentor_index .link_box-orange {
  margin-bottom: 20px;
}
.mentor_index .link_box-orange a {
  display: block;
  color: #EB6B00;
  line-height: 1.9;
}
.mentor_index h2 {
  margin: 0 0 20px;
  padding: 0;
}
.mentor_index .contents {
  margin-bottom: 15px;
}

/* メンター一覧（2列） */
.mentor_index .application {
  padding-top: 12px;
  border-top: none;
}
.mentor_index .application .program_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mentor_index .application .program_box .profile_box {
  width: 48%;
  margin: 0 0 12px 0;
  padding-bottom: 12px;
  border-bottom: #E3E3E3 1px solid;
}
.mentor_index .application .program_box .profile_box:last-child {
  margin: 0;
}
.mentor_index .application .program_box .profile_box .speaker_box {
  margin-bottom: 10px;
}
.mentor_index .application .program_box .profile_box .speaker_box ul li {
  margin-top: 12px;
  font-size: 14px;
  display: flex;
  align-items: start;
  padding-left: 20px;
}
.mentor_index .application .program_box .profile_box .speaker_box ul li img {
  width: 98px;
  height: 98px;
  display: inline-block;
  margin-right: 20px;
}
.mentor_index .application .program_box .profile_box .speaker_box ul li span {
  font-size: 17px;
  font-weight: bold;
}
.mentor_index p.job {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1.5;
}

@media screen and (max-width: 1060px) {
  .mentor_index .application .program_box {
    display: block;
  }
  .mentor_index .application .program_box .profile_box {
    width: 100%;
  }
  .mentor_index .application .program_box .profile_box .speaker_box ul li {
    margin-top: 22px;
    padding-left: 0;
  }
}

/* FAQ */
.mentor_index .report_box ul {
  padding-top: 30px;
  border-top: #E3E3E3 1px solid;
}
.mentor_index .report_box ul li {
  margin: 0 0 25px 23px;
  list-style-type: disc;
  font-size: 1.8rem;
}


/* ==================================================== */
/*  メンター課題
/* ==================================================== */

.mentor_kadai {}

.mentor_kadai .eventDetail .lead {
  margin: 0 0 40px 0;
}

.mentor_kadai .pageLink {
  margin-bottom: 50px;
}

.mentor_kadai .sub_tit_box {
  margin-bottom: 20px;
}
.mentor_kadai .pageLink li, .pageLink2 li {
  margin-right: 20px;
}
.mentor_kadai .kadai_box {
  margin-bottom: 100px;
}
.mentor_kadai .kadai_box .detail {
  margin-bottom: 50px;
}
.mentor_kadai .kadai_box .detail h3 {
  margin-bottom: 30px;
  font-size: 2.6rem;
}
.mentor_kadai .kadai_box .detail ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  text-indent: -1.3em;
  border-bottom: 1px solid #D3D3D3;
  list-style-type: disc;
  list-style-position: inside;
}


/* ==================================================== */
/*  メンター感想
/* ==================================================== */

.mentor_voice {}

.mentor_voice .eventDetail .lead {
  margin: 0 0 40px 0;
}

.mentor_voice section.contents_box {
  margin-bottom: 50px;
}
.mentor_voice section.contents_box:last-of-type {
  margin-bottom: 100px;
}
.mentor_voice section.contents_box h3 {
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 2.1rem;
  border-bottom: 1px solid #D3D3D3;
}
.mentor_voice section.contents_box p.right {
  text-align: right;
  font-size: 1.5rem;
}
.mentor_voice section.contents_box .chart_box {
  max-width: 600px;
  margin: 0 auto 20px;
}
.mentor_voice section.contents_box .chart_box img {
  width: 100%;
  height: auto;
}

.mentor_voice .sub_tit_box {
  margin-bottom: 50px;
}
.mentor_voice .voice_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mentor_voice .voice_box .detail {
  width: 45%;
  margin-bottom: 2%;
  padding: 25px 2%;
  background: #FEF9D8;
}
.mentor_voice .voice_box .detail p {
  margin: 0;
  line-height: 1.8;
  font-size: 1.5rem;
}
.mentor_voice .voice_box .detail span {
  display: block;
  padding-top: 10px;
  font-size: 1.3rem;
}

@media screen and (max-width: 1700px) {
  .mentor_voice .voice_box .detail span {
    white-space: nowrap;
  }
}

@media screen and (max-width: 1260px) {
  .mentor_voice .voice_box .detail span {
    white-space: normal;
  }
}

@media screen and (max-width: 1060px) {
  .mentor_voice section.contents_box p.right {
    text-align: center;
  }
  .mentor_voice section.contents_box .chart_box {
    max-width: 100%;
    width: 100%;
  }
  .mentor_voice .voice_box {
    display: block;
  }
  .mentor_voice .voice_box .detail {
    width: auto;
    margin-bottom: 20px;
    padding: 20px;
  }
}