@charset "UTF-8";
/* CSS Document */

#second {
  padding-top: 80px;
}

#newsPicks{
  background: #fff;
}
#newsPicks .sp{
  display: none;
}

#newsPicks article{
  width: 740px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.8;
}
#newsPicks div{
  margin-bottom: 50px;
}
#newsPicks img{
  width: 100%;
}
#newsPicks h1,
#newsPicks h2,
#newsPicks h3,
#newsPicks h4{
  font-weight: 900;
  margin: 0;
}
#newsPicks p{
  margin: 0;
}


#newsPicks div.mainVisual{
  background: #000;
  height: 295px;
  margin-bottom: 0px;
}
#newsPicks div.mainVisual h1{
  width: 660px;
  margin: 0 auto 0;
  float: none;
}

#newsPicks .produce{
  text-align: right;
  color: #666;
  font-size: 12px;
  margin: 10px 0 40px;
}

#newsPicks .indexBox{
  width: 500px;
  background: #f5f5f5;
  box-sizing: border-box;
  margin: 0 auto 50px;
  padding: 20px 30px;
}
#newsPicks .indexBox h3{
  font-size: 16px;
  margin-bottom: 0.5em;
}
#newsPicks .indexBox ul{
  margin: 0;
  padding: 0;
}
#newsPicks .indexBox li{
  list-style: none;
  padding: 0.5em;
  border-top: 2px solid #fff;
}
#newsPicks .indexBox a{
  color: #333;
  text-decoration: none;
}
#newsPicks .indexBox a:hover {
  text-decoration: underline;
}

#newsPicks .articleText{
  margin: 0 0 50px;
}
#newsPicks .articleText.anchorLink{
  margin-top: -110px;
  padding-top: 110px;
}
#newsPicks .articleText h1{
  font-size: 34px;
  line-height: 1.6;
  border-bottom: 5px solid #333;
  padding-bottom: 0.3em;
  margin-bottom: 50px;
  float: none; 
  text-align: left; 
}
#newsPicks .articleText h2{
  font-size: 24px;
  position: relative;
  padding-left: 50px;
  margin-bottom: 1.2em;
  line-height: 1.6;
}
#newsPicks .articleText h2::before{
  position: absolute;
     top: 0.8em;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 40px;
     height:2px;
     background-color: #FFDF00;
}
#newsPicks .articleText#article01 h2{
  letter-spacing: -0.02em;
}
#newsPicks .articleText p{
  margin: 0 0 0.8em;
}
#newsPicks .articleText p strong {
  font-weight: 900;
}

#newsPicks .profile{
  width: 500px;
  background: #f5f5f5;
  margin: 0 auto 50px;
}
#newsPicks .profile img{  /*追加*/
  margin: 0;
}
#newsPicks .profile p{
  padding: 25px;
  font-size: 14px;
}

#newsPicks .aboutSugoiKaigi{
  width: 640px;
  background: #f1f1f1;
  margin: 0 auto 50px;
}
#newsPicks .aboutSugoiKaigi h3{
  background: #333;
  color: #fff;
  font-size: 26px;
  text-align: center;
  padding: 15px;
}
#newsPicks .aboutSugoiKaigi .inner{
  margin: 40px 0 0;
}
#newsPicks .aboutSugoiKaigi .inner p{
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 30px;
}
#newsPicks .aboutSugoiKaigi .inner p strong{
  color: #dc0200;
}

#newsPicks .photo{
  width: 500px;
  margin: 0 auto 50px;
}
#newsPicks .photo p{
  color: #888;
  font-size: 12px;
  line-height: 1.5;
  margin: 10px 0 0;
}

#newsPicks .production{
  border-top: 1px solid #ddd;
  text-align: right;
  color: #666;
  font-size: 12px;
  padding: 1em 0 2em;
}
#newsPicks .production p{
  margin-bottom: 1em;
}

#toRecruit{
  /*background: url("../img/recruit/applyBg.jpg") #f1f1f1 no-repeat right;*/
  background: url("https://www.delphi-consulting.com/wp/wp-content/themes/delphi_theme/img/recruit/applyBg.jpg") #f1f1f1 no-repeat right;
  background-size: auto 400px;
  padding: 60px 0;
}
#toRecruit .inner{
  max-width: 890px;
  margin: 0 auto;
  padding-left: 70px;
}
#toRecruit h3{
  font-size: 40px;
  color: #333;
  letter-spacing: 3px;
  font-weight: 100;
  border-bottom: none;
  margin-bottom: 30px;
}
#toRecruit h3 span{
  border-bottom: 2px solid #dc0000;
}  
#toRecruit p{
  font-size: 22px;
  font-weight: 900;
  line-height: 1.8;
  margin-bottom: 1.5em;
}
#toRecruit .btnRecruit{
  display: block;
  background: #dc0000;
  max-width: 400px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding: 10px 0;
  letter-spacing: 0.1em;
}
#toRecruit .btnRecruit:hover{
  opacity: 0.8;
  text-decoration: none;
}


@media screen and (max-width: 767px) {
  #newsPicks .pc{
    display: none;
  }
  #newsPicks .sp{
    display: block;
  }
  #newsPicks div.mainVisual h1,
  #newsPicks .indexBox,
  #newsPicks .photo,
  #newsPicks .profile,
  #newsPicks .aboutSugoiKaigi{
  width: 100%;
  }
  #newsPicks article{
    width: 90%;
  }
  #newsPicks div.mainVisual{
    height: auto;
    background: none;
  }
  #newsPicks div.mainVisual h1{
    padding-top: 0px;
  }
  #newsPicks .indexBox{
    padding: 15px;
  }
  #newsPicks .articleText{
    margin: 0 2% 15%;
  }
  #newsPicks .articleText h1{
    font-size: 24px;
    line-height: 1.5;
  }
  #newsPicks .articleText h2{
    font-size: 20px;
    padding-left: 30px;
  }
  #newsPicks .articleText h2::before{
    width: 20px;
  }
  #newsPicks .profile{
    margin: 0 0 10%;
  }
  #newsPicks .profile p{
    font-size: 13px;
  }
  #newsPicks .aboutSugoiKaigi h3{
    font-size: 20px;
  }
  #newsPicks .aboutSugoiKaigi .inner{
    margin: 20px 0 0;
  }
  #newsPicks .aboutSugoiKaigi .inner p{
    font-size: 14px;
  }
  #toRecruit{
    background-size: cover;
    padding: 10% 5%;
  }
  #toRecruit .inner{
    padding: 0;
  }
  #toRecruit h3{
    font-size: 30px;
    margin-bottom: 0.5em;
  }
  #toRecruit p{
    font-size: 16px;
  }
  #toRecruit .btnRecruit{
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}

