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

/*--------------------------------------

センパイインタビュー一覧(elder/list.php)

--------------------------------------*/

/*--------------------------------------
全体の枠
--------------------------------------*/
.elder-container {
	font-family: "Noto Sans JP", sans-serif;
}
#page{
	background-color: #fff;
}

.elder_wrap{
	width: 1100px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 150px;
}
/*--------------------------------------
ヘッダー
--------------------------------------*/
.list-header {
	width: 100%;
	height: 233px;
	background-image: url(../img/renewal/elder/header-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.list-header-map-wrap {
	width: 1100px;
	margin: 0 auto;
}
.list-header-map-wrap h2 {
	padding-top: 54px;
	font-size: 28px;
	font-weight: 700;
	line-height: 40.54px;
	color: #fff;
}
.list-header-map-wrap p {
	margin-top: 28px;
	font-size: 15px;
	font-weight: 700;
	line-height: 26px;
	color: #fff;
}
/*--------------------------------------
パンくずリスト
--------------------------------------*/
.breadcrumb_wrapper {
	border-bottom: 1px solid #DDD;
	padding-top: 18px;
	padding-bottom: 18px;
}
.breadcrumb{
	width: 1100px;
	margin: 0 auto;
	font-size:14px;
	display: flex;
	align-items: center;
	gap: 30px;
}
.breadcrumb li{
	display:inline-block;
	position: relative;
	vertical-align:bottom;
}
.breadcrumb li:after{
	content:'';
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: 6px;
	right: -18px;
}
.breadcrumb li:last-child:after{
	content:'';
	display: none;
}
.breadcrumb li a{
	display: block;
}
.breadcrumb li a img{
	width: 20px;
	height: 20px;
}
/*--------------------------------------
検索条件
--------------------------------------*/
.elder-search-wrap {
	padding: 23px 16px 23px 26px;
	border-radius: 10px;
	background-color: #F5F5F5;
}
.elder-search {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.elder-search:first-child {
	margin-top: 0;
}

.elder-search p {
	height: 52px;
	line-height: 52px;
	padding-left: 16px;
	font-size: 15px;
	font-weight: 700;
	border-left: 3px solid #26D28D;
}

.elder-search .select-wrap {
	position: relative;
}

.elder-search .select-wrap::before {
	content: '';
	position: absolute;
	top: 17px;
	right: 16px;
	width: 18px;
	height: 18px;
	background-image: url(../img/renewal/elder/select-arrow.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.elder-search select {
	width: 537px;
	height: 52px;
	background-color: #fff;
}

.elder-search select {
	width: 537px;
	height: 52px;
	line-height: 52px;
	padding: 0 16px;
	border-radius: 10px;
	background-color: #fff;
}

/*--------------------------------------
コンテンツ
--------------------------------------*/
.elder_wrap {
	width:1100px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.elder_wrap .elder_contents{
	width: 740px;
}

/*--------------------------------------
	先輩インタビュー
--------------------------------------*/
/* 写真トリミング */
.interview-thumbnail-waku {
  width: 360px;
  height: 200px;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  position: relative;
}

.interview-thumbnail-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interview-describe {
  margin-top: 32px;
  font-size: 14px;
  line-height: 1.5;
}

.interview-lists {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	align-items: stretch;
}

.interview-lists a {
	margin-top: 20px;
}

.interview-lists a:first-child, .interview-lists a:nth-child(2) {
	margin-top: 0;
}

.interview-list {
  width: 360px;
  height: 100%;
  border: 1px solid #000;
  border-radius: 6px;
}

.interview-thumbnail {
  border-radius: 6px 6px 0 0;
}

.interview-content {
  padding: 24px 0;
  text-align: center;
}

.interview-content h4 {
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.interview-content h4 span.interview-content-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-image: url(../img/renewal/icon-bullhorn.svg);
  background: #fe4958;
}

.interview-content h4 span.interview-content-jobs {
  display: inline-block;
  margin-left: 8px;
  padding: 4px;
  font-size: 13px;
  font-weight: bold;
  background-color: #fe4958;
  border-radius: 3px;
  color: #fff;
}

.interview-content p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #888888;
}
