@charset "utf-8";

/* --------------------------------------
  main_area
-------------------------------------- */
#main_area {
  background: #d3cfb6;
}

.top #main_area h1 {
  background-image: url(../image/img-main.png);
  width: 950px;
  height: 450px;
  margin: 0 auto;
  position: relative;
}

.top #main_area .title {
  position: absolute;
  top: 115px;
  left: 365px;
  text-align: center;
}

#main_area .title li:first-child {
  margin-bottom: 30px;
}

/* ==========================================================
  社員紹介ページ共通
========================================================== */

/* --------------------------------------
  タイトル
-------------------------------------- */
/* h2 */
.title_lv2 {
  width: 920px;
  margin: 0 auto 30px;
  font-size:1.375em; /* 22px ※文字サイズ中の時 */
  letter-spacing:2px;
}

/* h3 */
.title_lv3 {
  font-size:1.25em; /* 20px ※同上 */
}

/* h4 */
.title_lv4 {
  font-size:1.125em; /* 18px ※同上 */
}

.rectangle_ico {
  position: relative;
  padding-left: 1.1em;
  color: #ec5d86;
  font-size:1.125em; /* 18px ※同上 */
  margin-bottom: 15px;
}

.rectangle_ico::after {
  position: absolute;
  top: .3em;
  left: 0;
  z-index: 2;
  content: '';
  width: .85em;
  height: .85em;
  background-color: #ec5d86;
}

/* --------------------------------------
  テキスト
-------------------------------------- */
.main_lead{
  font-size:1.125em; /* 18px ※文字サイズ中の時 */
  letter-spacing:0.2px;
  line-height:1.8;
  max-height:100%; /* iPad文字サイズのバグ回避用 */
}

.comment_box{
	margin: 50px auto 0;
}

/* --------------------------------------
  背景
-------------------------------------- */
.bg_pink01{
  background:#fef2f5;
}

.bg_pink02{
	background:#ec5d86;
}

/* --------------------------------------
  #message_area
-------------------------------------- */
#message_area {
	margin: 0 auto;
	padding:30px 0 40px;
	text-align:center;
}

#message_area p:nth-of-type(1){
	color:#2c8ccf;
	font-size:34px;
	font-weight:bold;
	margin-bottom:15px;
}
#message_area p:nth-of-type(2){
	font-size:19px;
	line-height:1.4;
	text-align:left;
	margin:0 auto;
	width:33em;
}


/* --------------------------------------
  社員紹介
-------------------------------------- */
#interview_people {
	max-height:100%;
	margin: 0 auto;
	padding: 45px 0 5px;
	background: #f6f5ef;
}

#interview_people .list_people {
	width: 880px;
	max-height:100%;
	margin: 0 auto;
	padding: 0 0 0 8px;
	box-sizing:border-box;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#interview_people .list_people li {
	position: relative;
	margin-bottom:50px;
	flex-basis: 270px;
}

#interview_people .list_people li > a{
	display:block;
	width: 270px;
	height: 385px;
}

#interview_people .list_people dl {
	width: 270px;
	height: 385px;
}

#interview_people .list_people .name {
	position:relative;
	background: #2c8ccf;
	box-sizing:border-box;
	color: #fff;
	font-size: 14px;
	line-height:1.3;
	padding:8px 10px;
	width: 260px;
	height: 116px;
}

#interview_people .list_people .name span {
	font-size: 18px;
}
#interview_people .list_people .name p:nth-of-type(1){
	font-size: 15px;
}

#interview_people .list_people .name p:nth-of-type(2){
	position: absolute;
	top:65px;
}
#interview_people .list_people li:nth-of-type(8) .name p:nth-of-type(2){
	position: absolute;
	top:55px;
}

#interview_people .list_people .link_interview {
	position: absolute;
	box-sizing:border-box;
	right: -9px;
	bottom: 0;
	width: 128px;
	height: 70px;
	color: #2c8ccf;
	background: #fff;
	font-size: 12px;
	line-height:1.3;
	font-weight: bold;
	overflow: visible;
	padding: 18px 0 0 7px;
}

#interview_people .list_people .link_interview:after {
	content: '';
	background: url(../image/ico-arrow-next.png) no-repeat top left;
	background-size: 12px 26px;
	width: 12px;
	height: 26px;
	position: absolute;
	top: 46%;
	right: 12px;
	margin-top: -10px;
}


/* グリーン表示 */
#interview_people .list_people .green .name {
	background: #5eab44;
}

/* ベージュ表示 */
#interview_people .list_people .beige .name {
	background: #ac9e6d;
}

/* ピンク表示 */
#interview_people .list_people .pink .name {
	background: #e290c3;
}

/* グレー表示 */
#interview_people .list_people .gray .name {
	background: #7a7a7a;
}
#interview_people .list_people .gray + .link_interview {
	color:#666;
}
#interview_people .list_people .gray + .link_interview:after {
	content: '';
	background: url(../image/ico-arrow-next-gr.png) no-repeat top left;
	background-size: 12px 26px;
	width: 12px;
	height: 26px;
	position: absolute;
	top: 46%;
	right: 12px;
	margin-top: -10px;
}

/* --------------------------------------
  文字詰め
-------------------------------------- */
.ls_m05{
	letter-spacing: -0.5px;
}