@charset "UTF-8";
/*--------------------------------------------------------------------------
   Overwrite
---------------------------------------------------------------------------*/
.page-ttl {
  background: url(../image/internship/img_kv_pc.jpg) no-repeat center center;
  background-size: cover;
  background-position: top;
}
.page-ttl h1 {
  max-width: 380px;
}

.txt-lead {
  margin-bottom: 30px;
  font-size: 2.8rem;
  line-height: 1.4;
  color: #7fbe26;
  font-weight: 800;
  text-align: center;
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
/* strong section */
.strong {
  padding: 85px 0 0;
}
.strong .txt-lead-top {
  margin-bottom: 30px;
  font-size: 2.8rem;
  line-height: 1.4;
  color: #7fbe26;
  font-weight: 800;
  text-align: center;
}
.strong .txt {
  margin-bottom: 60px;
  font-size: 1.8rem;
  text-align: center;
}
.strong .step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.strong .step-list li {
  width: 24%;
  padding: 20px;
  background: #e9f3e3;
  border-radius: 20px;
}
.strong .step-list li .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #6eba44;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05rem;
}
.strong .step-list li .ttl span:first-of-type {
  width: 20px;
  text-align: left;
}
.strong .step-list li .ttl span:last-of-type {
  margin-left: 10px;
  padding: 3px 0 3px 10px;
  border-left: 1px solid #6eba44;
  font-size: 1.6rem;
}
.strong .step-list li:first-of-type .ttl span img {
  width: 11px !important;
  margin-left: 5px;
}
.strong .step-list li .txt {
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
}
.strong .strongWrap {
  margin: 30px auto 0;
  text-align: center;
}
.strong .strongWrap .txt-strong {
  color: #7fbe26;
  font-size: 2rem;
}
.strong .strongWrap .txt {
  margin: 0;
  font-size: 1.6rem;
}

/* result section */
.result {
  padding: 60px 0;
}
.result .faculty-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 75%;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.result .faculty-list .faculty {
  width: 48%;
  border-radius: 20px;
  overflow: hidden;
}
.result .faculty-list .faculty:nth-of-type(n + 3) {
  margin-top: 20px;
}
.result .faculty-list .faculty.bio {
  background: #e3ecf6;
}
.result .faculty-list .faculty.bio .ttl {
  background: #20aee5;
}
.result .faculty-list .faculty.bio .list li::before {
  color: #20aee5;
}
.result .faculty-list .faculty.m_coding {
  background: #fffae5;
}
.result .faculty-list .faculty.m_coding .ttl {
  background: #f0a73c;
}
.result .faculty-list .faculty.m_coding .list li::before {
  color: #f0a73c;
}
.result .faculty-list .faculty.psychology {
  background: #f3e0e7;
}
.result .faculty-list .faculty.psychology .ttl {
  background: #e77a95;
}
.result .faculty-list .faculty.psychology .list li::before {
  color: #e77a95;
}
.result .faculty-list .faculty.it {
  background: #88abda;
}
.result .faculty-list .faculty.it .ttl {
  background: #004ea2;
}
.result .faculty-list .faculty.it .list li::before {
  color: #004ea2;
}
.result .faculty-list .faculty .ttl {
  padding: 5px 0;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  text-align: center;
}
.result .faculty-list .faculty .photo {
  margin: 0 3px;
}
.result .faculty-list .faculty .photo img {
  width: 100%;
}
.result .faculty-list .faculty .list {
  margin: 15px 20px;
  min-height: 180px;
}
.result .faculty-list .faculty .list li {
  margin-top: 0;
  position: relative;
}
.result .faculty-list .faculty .list li.liststyle-none::before {
  display: none;
}
.result .faculty-list .faculty .list li::before {
  content: "●";
  display: inline-block;
  width: 10px;
  margin-right: 7px;
  font-size: 1.1rem;
}
.result .faculty-list .faculty .list li.none {
  margin-left: 17px;
}
.result .faculty-list .faculty .list li.none::before {
  display: none;
}
.result .faculty-list .faculty .photo-per {
  height: 100%;
  max-height: 192px;
  text-align: center;
  vertical-align: bottom;
}

/*--------------------------------------------------------------------------
   Mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .page-ttl {
    background: url(../image/internship/img_kv_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .page-ttl h1 {
    max-width: 300px;
  }
  .txt-lead::before, .txt-lead::after {
    position: absolute;
    top: 0;
    content: "";
    display: block;
    width: 10px;
    height: 40px;
    background-size: 100% auto;
  }
  .txt-lead::before {
    left: -10px;
    background-image: url(../image/internship/sec_cont_ttl_left01.svg);
  }
  .txt-lead::after {
    right: -10px;
    background-image: url(../image/internship/sec_cont_ttl_right01.svg);
  }
  .strong {
    padding: 30px 0 0;
  }
  .strong .txt-lead-top {
    margin-bottom: 15px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .strong .txt {
    margin-bottom: 30px;
    font-size: 1.4rem;
    text-align: left;
  }
  .strong .txt-lead {
    height: 40px;
    margin-bottom: 5%;
    background: #7fbe26;
    color: #fff;
    font-size: 1.8rem;
    line-height: 36px;
    position: relative;
  }
  .strong .step-list li {
    width: 100%;
    margin-bottom: 3%;
    padding: 5%;
    border-radius: 10px;
  }
  .strong .step-list li .ttl {
    font-size: 1.6rem;
  }
  .strong .step-list li .ttl span:first-of-type {
    width: 20px;
    text-align: left;
  }
  .strong .step-list li .ttl span:last-of-type {
    margin-left: 10px;
    padding: 3px 0 3px 10px;
    border-left: 1px solid #6eba44;
  }
  .strong .step-list li:first-of-type .ttl span img {
    width: 11px !important;
    margin-left: 5px;
  }
  .strong .step-list li .txt {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .strong .strongWrap {
    margin: 4% auto 0;
  }
  .strong .strongWrap .arrow {
    width: 10%;
    margin: 0 auto;
  }
  .strong .strongWrap .txt-strong {
    font-size: 1.8rem;
  }
  .strong .strongWrap .txt {
    font-size: 1.4rem;
  }
  .result {
    padding: 10% 0 50px;
  }
  .result .faculty-list {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .result .faculty-list .faculty {
    width: 100%;
    margin-bottom: 5%;
    border-radius: 10px;
  }
  .result .faculty-list .faculty:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .result .faculty-list .faculty .ttl {
    padding: 5px 0;
    font-size: 1.8rem;
  }
  .result .faculty-list .faculty .photo {
    margin: 0 4px;
  }
  .result .faculty-list .faculty .list {
    margin: 3% 5% 5%;
    min-height: unset;
  }
}
/*# sourceMappingURL=internship.css.map */