@charset "utf-8";

/* =============================================
	レポート
============================================= */
#index_header #main_ttl h1{
  padding: 0 35px;
  background-image: url(/nikken/img/bg_n.svg), url(../img/header_bg.jpg);
  background-position: right -5% center, center center;
  background-size: auto 100%, cover;
  color: #fff;
}
.interview-nav__list li{
  margin: 0 0 30px;
}
.interview-nav__list li a{
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid var(--line-light);
  font-weight: bold;
  color: var(--nikken-red);
  font-size: 1.7rem;
  transition: all  0.2s ease;
  position: relative;
  text-decoration: none;
}
.interview-nav__list li a:hover{
  opacity: 0.8;
  border: 1px solid var(--nikken-red);
}
.interview-nav__outsite-ico{
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.interview-nav__list li a p:first-child{
  /* min-width: 150px;
  max-width: 300px; */
  width: 50%;
}
.interview-nav__list li a p:first-child img{
  width: 100%;
  height: auto;
}
.interview-nav__list li a p:nth-child(2){
  flex: 1;
}
#main_ttl h1{
  line-height: 1.5;
}
#main_ttl h1 .ttl-s{
  font-size: 0.5em;
  display: block;
}


/* ===========================================
	MediaQueries
=========================================== */

/* スマホ----------------------------- */
@media screen and (max-width: 767px){

	
}

/* PC----------------------------- */
@media screen and (min-width: 768px){
  .interview-nav__list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .interview-nav__list li{
    display: flex;
    box-sizing: border-box;
  }
  .interview-nav__list li a{
    display: grid;
    line-height: 1.3;
    height: 100%;
    box-sizing: border-box;
  }
  .thumb_header h3{
    font-size: 1.9rem;
    margin-bottom: 0.2em;
  }
  .thumb_header .face_img{
    flex-shrink: 0;
    width: 150px;
    margin-right: 2em;
   }

  .interview-nav__list li a p:first-child{
    width: 100%;
  }
  .interview-nav__list li a p:nth-child(2){
    height: 6em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    line-height: 1.3;
    color: var(--nikken-red);
    font-family: 'Noto Sans JP', sans-serif;
  }

  
}