/* ===========================================
 * reset
 * ======================================== */


 ul li,ol li{
    list-style: none;
  }
  p,dt,dd,ul,li{
    margin: 0;
    padding: 0;
  }
  a{
    text-decoration: none;
    color: #348BCD;
  }
  .pc_only{
    display: block;
  }
  .sp_only{
    display: none;
  }
  figure{
    margin: 0;
  }
  @media screen and (max-width: 600px) {
    img{
      width: 100%;
    }
    .pc_only{
      display: none;
    }
    .sp_only{
      display: block;
    }
  }



/* ===========================================
 * CONTENTS
 * ======================================== */
 
 .all_box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

 
  
 /* 右側　コンテンツ
------------------------------------------ */
.culture{
  background-color: #fff;
  padding: 77px 0 100px;
}
.culture p{
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #333333;
}
.title{
  text-align: center;
  margin-bottom: 60px;
}
.subtitle{
  font-size: 2.4rem;
  margin-top: 7px;
}
.job_name{
  text-align: center;
}
.job_name p{
  font-size: 2.6rem;
  display: inline-block;
  background-color: #4F9CD5;
  border-radius: 100px;
  width: 90%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 6px 10px 9px;
}
.culture_area{
  background: #F5F5F5;
}
.graph_area{
  display: flex;
  flex-wrap: wrap;
  padding: 77px 25px;
  justify-content: space-between;

}
.graph_area li{
  width: 33%;
}
.graph_area li:nth-child(n+10){
  width: 100%;
}

.graph_area li img{
  width: 100%;
}
.photo_area{
  padding: 77px 25px;
}
.photo_area li:nth-child(2n){
  text-align: right;
  margin-top: 30px;
 
}

.interview_area{
  background-color: #F5EBDD;
  padding: 77px 55px;
}
.interview_list{
  display: flex;
  justify-content: space-between;  
  align-items: center;

}
.interview_list li{
  width: 30%;
  margin-bottom: 30px;
  text-align: left;
}
.interview_list li img{
  width: 100%;
}
.interview_team{
  font-size: 1.4rem;
  line-height: 1.2;
  height: 3rem;
}
.interview_name{
  font-size: 1.8rem;
  font-weight: bold;

} 
@media screen and (max-width: 600px) {
  .culture{
    padding: 40px 0px;
  }
  .title{
    text-align: center;
    margin-bottom: 30px;
  }
  .title img{
    width: auto;
  }
  .subtitle{
    font-size: 2.4rem;
    margin-top: 7px;
  }
  .job_name p{
    font-size: 2.0rem;
    width: 100%;
    max-width: inherit;
    margin-bottom: 30px;
    padding: 0;
  }
  .graph_area{
    padding: 30px 10px;
  
  }
  .graph_area li{
    width: 50%;
  }
  .photo_area{
    padding: 30px 10px;
  }
  .interview_area{
    padding: 20px 10px;
  }
  .interview_list{
    flex-wrap: wrap;
  }
  .interview_list li{
    width: 47%;
    margin-right: 10px;
  }
  .interview_team{
    font-size: 1.2rem;
  }
  .interview_name{
    font-size: 1.4rem;
    font-weight: bold;
  
  } 
}