@charset "utf-8";

/* 先輩のホンネページ */
#archive-honne {
}
.honne-about {
  margin: 90px 0 120px;
  font-weight: bold;
  text-align: center;
}
.honne-about h2 {
  margin-bottom: 25px;
  font-size: 28px;
}
.honne2week {
  padding-bottom: 20px;
}
.honne2week h3 {
  height: 40px;
  margin-bottom: 30px;
  padding-left: 17px;
  border-left: 5px solid #969696;
  color: #969696;
  font-weight: bold;
  line-height: 40px;
}
.week {
  /* justify-content: space-between; */
  gap: 2%;
  margin: 0 auto 70px;
}
.honne-box {
  width: 32%;
}
.honne-box img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.honne-box p {
  margin-top: 10px;
  color: #505050;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
}
.honne-box p span {
  font-size: 16px;
}
.honne-ichiran {
  margin-top: 70px;
  padding: 160px 0 150px;
  background-color: #f0f0f0;
  color: #505050;
  font-weight: bold;
}
.honne-ichiran h3 {
  margin-bottom: 40px;
  font-size: 25px;
}

/* 業種別一覧 */
.honne-ichiran ul {
  margin-bottom: 100px;
}
.honne-ichiran ul li {
  border-top: 1px solid #505050;
  font-size: 17px;
}
.honne-ichiran ul li:last-child {
  border-bottom: 1px solid #505050;
}
.honne-ichiran ul li a {
  display: block;
  padding: 15px 0;
}
.honne-kako {
  margin: 50px 0;
  text-align: center;
}

/* 先輩のホンネシングルページ */
#single-honne {
}
.single-honne-box .ifcontent {
  width: 100%;
  margin-top: 50px;
}
.single-honne-box .ifcontent iframe {
  width: 100%;
}
.single-honne-box h3 {
  height: 40px;
  margin-top: 90px;
  margin-bottom: 10px;
  padding-left: 17px;
  border-left: 5px solid #969696;
  color: #969696;
  font-weight: bold;
  line-height: 40px;
}
.single-honne-box h2 {
  font-size: 36px;
  font-weight: bold;
}
.honne-access {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.honne-name {
  font-weight: bold;
  line-height: 1.5;
}
.honne-name span {
  display: block;
  margin: 5px 0 10px;
  font-size: 26px;
}
.honne-year {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.honne-qa {
  margin-top: 70px;
}
.honne-qa:nth-of-type(1) {
  margin-top: 100px;
}
.honne-qa h4 {
  margin-bottom: 20px;
  color: #787878;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
}
.honne-more {
  margin-top: 100px;
  background-color: #646464;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.honne-more a {
  display: block;
  position: relative;
  padding: 30px;
  letter-spacing: 2px;
  text-align: center;
}
.honne-more a img {
  position: absolute;
  top: 50%;
  right: 2%;
  max-width: 13px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#single-honne .single_pnavi {
  color: #505050;
}
#single-honne .single_pnavi .pnavi-honne-name {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .honne-about {
    margin: 50px 0 100px;
    font-weight: bold;
    text-align: center;
  }
  .honne-about h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .week {
    display: block;
  }
  .honne-box {
    width: 100%;
  }
  .honne-box img {
    height: 400px;
  }
  .honne-box p {
    margin-top: 0;
  }
  .honne-box {
    margin-bottom: 30px;
  }
  .honne-ichiran {
    margin-top: 50px;
    padding: 100px 0 120px;
  }
  .single-honne-box h3 {
    margin-top: 70px;
  }
  .single-honne-box h2 {
    font-size: 30px;
  }
  .honne-name span {
    font-size: 23px;
  }
  .honne-qa:nth-of-type(1) {
    margin-top: 80px;
  }
  .honne-qa {
    margin-top: 50px;
  }
  .honne-qa h4 {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .single_pnavi .prevlink.prev a img {
    width: 30px;
  }
  .single_pnavi .prevlink.next a img {
    width: 30px;
  }
  .single_pnavi .ichiran-link {
    width: 70px;
    height: 70px;
    line-height: 69px;
  }
  .honne-more a {
    padding: 15px;
    font-size: 15px;
    line-height: 1.5;
  }
  .honne-more a img {
    right: 4%;
  }
}

@media screen and (max-width: 499px) {
  .honne-box img {
    height: 240px;
  }
}
