@charset "utf-8";


/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl{
  background:url(../image/internship/img_kv_pc.jpg) no-repeat center center;
  background-size: cover;  
}
.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
-----------------------------------------------------------------*/
.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: flex;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}
.strong .step-list li{
  width: 24%;
  padding:20px;
  background: #E9F3E3;
  border-radius: 20px;
}
.strong .step-list li .ttl{
  display: flex;
  font-size: 1.6rem;
  line-height: 1.3;
  color:#6EBA44;
  font-weight: 700;
  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:10px 0 0;
  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: 2.0rem;
}
.strong .strongWrap .txt{
  margin:0;
  font-size: 1.6rem;
}


/* result
-----------------------------------------------------------------*/
.result{
  padding: 60px 0; 
}
.result .faculty-list{
  display: flex;
  width: 90%;
  margin:0 auto;
  justify-content: space-between;
}
.result .faculty-list .faculty{
  width: 32%;
  border-radius: 20px;
  overflow: hidden;
}
.result .faculty-list .faculty.bio{
  background: #E3ECF6;
}
.result .faculty-list .faculty.m_coding{
  background: #fffae5;
}
.result .faculty-list .faculty.psychology{
  background: #F3E0E7;
}
.result .faculty-list .faculty .ttl{
  padding:5px 0;
  color:#ffffff;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  text-align: center;
}
.result .faculty-list .faculty.bio .ttl{
  background: #20AEE5;
}
.result .faculty-list .faculty.m_coding .ttl{
  background: #F0A73C;
}
.result .faculty-list .faculty.psychology .ttl{
  background: #E77A95;
}
.result .faculty-list .faculty .photo{
  margin:0 3px 0;
}
.result .faculty-list .faculty .list{
  margin:15px 20px;
}
.result .faculty-list .faculty .list li{
  margin-top:0px;
  position: relative;
}
.result .faculty-list .faculty .list li::before{
  content:"●";
  display: inline-block;
  width: 10px;
  margin-right:7px;
  font-size: 1.1rem;
}
.result .faculty-list .faculty.bio .list li::before{
  color: #20AEE5;
}
.result .faculty-list .faculty.m_coding .list li::before{
  color: #F0A73C;
}
.result .faculty-list .faculty.psychology .list li::before{
  color: #E77A95;
}
.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
-----------------------------------------------------------------*/
  .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:#ffffff;
    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{
    display: flex;
    font-size: 1.6rem;
    line-height: 1.3;
    color:#6EBA44;
    font-weight: 700;
    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:10px 0 0;
    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
-----------------------------------------------------------------*/
.result{
  padding: 10% 0 50px; 
}
.result .faculty-list{
  width: 100%;
  flex-wrap: wrap;
}
.result .faculty-list .faculty{
  width: 100%;
  margin-bottom:5%;
  border-radius: 10px;
}
.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%;
}

}

