@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,600,700|Noto+Sans+JP:400,500,700");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP");
/*--------------------------------------------------------------------------
main
--------------------------------------------------------------------------*/
#main #title {
  background-image: url(../images/interview/title.jpg);
}
#main #interview-h1 {
	background-image: url(../images/interview/interview_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 0;
}
#interview{
	padding: 0 0 80px;
}
#interview .interview-section{
	border-top: 1px solid #dadada;
	background-color: #f1f3f6;
	padding: 35px 0 50px;
}
.interview-section h2.i-h2{
	color: #fff;
	background-color: #172343;
	width: 984px;
	border-radius: 5px;
	margin: 0 auto;
	text-align: left;
	padding: 5px 20px 5px 30px;
	box-sizing: border-box;
}
.interview-section h2.i-h2 span{
	border-left: 2px solid #f96531;
	padding-left: 8px;
}
#main #interview #index__button {
  padding: 35px 0 0;
}
#main #interview #index__button a {
  background-color: #656e81;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  margin: 0 auto;
  max-width: 472px;
  padding: 15px 0;
  width: 100%;
}
#main .interview-section .inner.inner-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#main .interview-section .thumb {
	background-color: #fff;
	margin-top: 40px;
	margin-right: 30px;
	margin-bottom: 30px;
	width: calc( 100% / 3 - 20px );
	padding-top: 45px;
	position: relative;
}
#main .interview-section .thumb:nth-child(3n) {
  margin-right: 0;
}
.interview-tag {
	position: absolute;
	top: 12px;
	left: 12px;
	color: #fff;
	background-color: #737b8a;
	border-radius: 10px;
	font-size: 11px;
	padding: 1px 13px;
}
#main .interview-section .thumb__image {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  max-height: 220px;
  overflow: hidden;
  width: auto;
}
#main .interview-section .thumb__image img {
  height: 100%;
  width: auto;
}
#main .interview-section .thumb__text {
  padding: 15px 15px 30px;
}
#main .interview-section .thumb__text h2 {
  color: #172343;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}
#main .interview-section .thumb__text h2 span {
  color: #666;
  display: block;
}
#main .interview-section .thumb__text .name {
  font-size: 13px;
  padding-top: 20px;
}
#main .interview-section .button{
	margin-top: 20px;
	display: flex!important;
}

@media screen and (max-width: 768px) {
	#main #interview-h1 {
		background-size: 1000px auto;
		padding: 20px 0;
	}
	#interview{
		padding: 0 0 40px;
	}
	.interview-section h2.i-h2{
		width: 100%;
		text-align: left;
		padding: 7px 15px;
		margin-bottom: 0;
		border-radius: 0;
	}
	.interview-section h2.i-h2 span{
		display: block;
		line-height: 1.3;
	}
	#main .interview-section .thumb {
		margin-right: 0;
		margin-bottom: 0;
		width: 100%;
	}
	#main #interview #index__button {
	  padding: 20px 0 0;
	}
	#main #interview #index__button a {
	  background-color: #656e81;
	  border-radius: 30px;
	  color: #fff;
	  display: inline-block;
	  font-size: 12px;
	  font-weight: 500;
	  margin: 0 auto;
	  padding: 10px 0;
	  width: 90%;
		letter-spacing: 0;
	}
	#main .interview-section .button{
		margin-top: 40px;
	}
}