@charset "utf-8";

/*** mynavi CSS Document *************************************

	base.css
	+お客様編集用CSS+
	新たにスタイルを追記する時はこのファイルにお願い致します。

----------------------------------------------------------------***/

/* /////////////common///////////// */
.saiyotanto{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"
}
.saiyotanto a,
.interview a {
	color: #333;
	text-decoration: none;
}

.interview em {
	font-style: normal;
}

a.map_link {
  color: #0070be;
}

/* /////////////INDEX///////////// */
#main_catch{
	width: 100%;
	padding: 40px 0;
	background: #FF4E50;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #F9D423, #FF4E50);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #0BB193, #8EC741); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	text-align: center;
  margin-bottom: 20px;
}
#main_catch p{
	font-size: 18px;
	color: #fff;
	line-height: 1.5;
	font-weight: bold;
	margin: 20px 0 0 0;
	letter-spacing: 0.1em;
}
#select_column{
	width: 100%;
	box-sizing: border-box;
}
#select_column ul li{
	width: 31%;
	float: left;
	margin: 0 1% 2% 1.3%;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 0.05em;
  min-height: 300px;
}
#select_column ul li a {
  display: block;
  position: relative;
}
#select_column ul li img {
  width: 100%;
}

@media screen and (max-width: 1440px) and (min-width: 768px){
#select_column ul li{
  width: 48%;
  float: left;
  margin: 0 1% 2% 1%;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  }
  #select_column ul li:nth-child( 2n + 1 ){
    clear:both
  }
}
@media screen and (min-width: 1441px) {
  #select_column ul li:nth-child( 3n + 1 ){
    clear:both
  }
}
/*
#select_column ul li dl dt{
	display: block;
}
#select_column ul li dl dd{
	width: 85px;
	min-height: 85px;
	background: url(../img/top/logo_bg.png) no-repeat center center;
	float: left;
	margin: 20px 0 0 0;
}
#select_column ul li dl dd img{
	display: block;
	width: 85%;
	margin: 40% auto 0 auto;
}
#select_column ul li dl dd img.kuro{
	display: block;
	width: 60%;
	margin: 12% auto 0 auto;
}

.saiyotanto #select_column ul li dl dd:last-child {
  width: 75%;
  background: none;
  float: right;
}
.saiyotanto #select_column ul li dl dd {
  width: 85px;
  height: 85px;
  background: url(../img/top/logo_bg.png) no-repeat center center;
  float: left;
  margin: 20px 0 0 0;
}
#select_column ul li dl dd:last-child p{
font-size: 14px;
font-weight: bold;
margin: 0 0 5px 0;
text-align: justify;
}
*/

#select_column ul li dl dd:last-child span{
	display: block;
	text-align: right;
	font-size: 12px;
}
#select_column ul li dl dd:last-child em{
	padding: 0 0 0 15px 0;
	font-size: 200%;
	font-weight: bold;
}
span.tag{
	width: 130px;
	height: 42px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: url(../img/tag.png) no-repeat center center;
	position: absolute;
  top: -7px;
  left: 0;
	z-index: 100;
  line-height: 35px;
}



/* /////////////POST///////////// */
#post{
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 0 0 40px 0;
}

/* /////////////
	紹介部分
///////////// */
h3.tag{
	padding: 5px 0;
	width: 460px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	background: #00c122;
	position: relative;
	z-index: 100;
}
.intro{
	width: 960px;
	margin: 40px auto 0 auto;
	font-size: 14px;
	padding: 40px 0;
}
.intro dl{
	width:300px;
	margin: 10px 0 0 0;
	float: left;
}
.intro dl dt{
	margin: 0 0 10px 0;
}
.intro dl dt span{
	display: block;
	width: 85px;
	height: 85px;
	background: url(../img/top/logo_bg.png) no-repeat center center;
	float: left;
}
.intro dl dt span img{
	display: block;
	width: 85%;
	margin: 40% auto 0 auto;
}
.intro dl dt span img.kuro{
	display: block;
	width: 60%;
	margin: 12% auto 0 auto;
}
.intro dl dt h4{
	width: 200px;
	padding: 10px 0 0 0;
	float: right;
	font-size: 16px;
}
.intro dl dt h4 em{
	font-size: 180%;
	font-weight: bold;
}
.intro dl dd{
	text-align: justify;
}
.intro figure{
	width: 640px;
	float: right;
	margin: -80px 0 0 0;
}


/* //////////////////////
	面接に関するアドバイス
////////////////////// */
#advice, #motive, #person{
	width: 960px;
	margin: 0 auto;
	padding: 40px 0;
}
#advice h2, #motive h2, #saiyo_contents h2, .search h2{
	font-size: 40px;
	text-align: center;
	color: #00c122;
	padding: 0 0 40px 0;
	font-weight: lighter;
}
#advice dl{
	margin: 0 0 40px 0;
}
#advice dl:last-child{
	margin: 0;
}
#advice dl dt{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	color: #00c122;
	font-size: 18px;
	font-weight: lighter;
	border:1px solid #00c122;
	border-radius: 5px;
	margin: 0 0 20px 0;
}

/* //////////////////////
	志望動機採点
////////////////////// */
#motive dl{
	width: 305px;
	float: left;
	margin: 0 22px 0 0;
	border-radius: 5px;
}
#motive dl dt{
	border-radius: 5px 5px 0 0;
	padding: 10px;
	font-size: 21px;
	text-align: center;
	color: #fff;
	background: #20E3B2;
}
.answer{
	height: 180px;
	padding: 20px;
	box-sizing: border-box;
	font-weight: bold;
	text-align: justify;
	border-radius: 0 0 5px 5px;
}


#motive dl dd.answer{
	background: url(../img/common/ico01.png) no-repeat center bottom #f2f2f2;
	background-size: 50% auto;
}
#motive dl:first-child dd.answer{
	background: url(../img/common/ico01.png) no-repeat center bottom #f2f2f2;
	background-size: 50% auto;
}
#motive dl:nth-child(2) dd.answer{
	background: url(../img/common/ico02.png) no-repeat center bottom #f2f2f2;
	background-size: 50% auto;
}
#motive dl:last-child dd.answer{
	background: url(../img/common/ico03.png) no-repeat center bottom #f2f2f2;
	background-size: 50% auto;
}
.score{
	color: #FF4E50;
	text-align: center;
}
.score em{
	font-size: 60px;
	font-weight: bolder;
	font-family: 'Montserrat', sans-serif;
}
.point{
	padding: 20px;
	box-sizing: border-box;
	color: #FF4E50;
	text-align: justify;
	height: 230px;
}

.arrow_box {
	position: relative;
	background: #fff;
	border: 1px solid #FF4E50;
}
.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.arrow_box:before {
	border-color: rgba(255, 78, 80, 0);
	border-bottom-color: #FF4E50;
	border-width: 11px;
	margin-left: -11px;
}
.point img{
	width: 50px;
	float: left;
	margin: 0 10px 0 0;
}
#motive dl:last-child{
	float: right;
	margin: 0;
}


/* //////////////////////
	求める人材像
////////////////////// */
#person{
	color: #00c122;
	text-align: center;
}
#person h2{
	font-size: 40px;
	background: url(../img/common/ico_shine.png) no-repeat center 80px;
	text-align: center;
	color: #00c122;
	padding: 0 0 80px 0;
	font-weight: lighter;
}
#person a{
	display: block;
	width: 400px;
	margin: 40px auto;
	padding: 15px 0;
	background: url(../img/common/arrow.png) no-repeat 98% center,
      url(../img/common/a_bg.jpg) no-repeat center;
	background-size: auto auto,
	100% 100%;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
}


/* //////////////////////
			Q＆A
////////////////////// */
#saiyo_contents{
	width: 100%;
	background: #F4F3EF;
	padding: 60px 0;
	margin: 40px 0;
}
#saiyo_contents section{
	width: 960px;
	margin: 0 auto 40px auto;
}
#saiyo_contents section article{
	width: 100%;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	font-size: 18px;
}
#saiyo_contents section article h3{
	color: #FF4E50;
	font-size:18px;
	font-weight: lighter;
	background: url(../img/common/wave.png) repeat-x center bottom;
	padding: 0 0 20px 0;
	text-align: center;
	margin: 0 0 20px 0;
}
#saiyo_contents section article h4{
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #F9D423;
	margin: 0 0 10px 0;
	border-radius: 5px;
}
#saiyo_contents section article h5{
	color: #00c122;
}
#saiyo_contents section article p{
	margin: 0 0 20px 0;
  font-size: 18px;
}

#saiyo_contents section:last-child{
	margin: 0 auto;
}
#saiyo_contents section:last-child
article{
	width: 48%;
	min-height: 350px;
	float: left;
	font-size: 14px;
}

article.time table th{
	display: block;
	width: 110px;
	height: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: url(../img/common/time.png) no-repeat center top;
	padding: 5px 0 0 0;
	float: left;
	margin: 0 0 20px 0;
}
article.time table td{
	width: 310px;
	padding: 5px 0 0 10px;
	box-sizing: border-box;
	float: right;
	margin: 0 0 20px 0;
	text-align: justify;
}
article.appeal dl dt{
	width: 100px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	padding: 5px 0;
	background: #F9D423;
	border-radius: 5px;
}
article.appeal dl dd{
	padding: 5px 0 0 0;
	margin: 0 0 20px 0;
}
article.appeal dl dd img{
	display: block;
	margin: 0 auto;
}
article.appeal dl dd:last-child{
	margin: none;
}

#saiyo_contents section:last-child
article:last-child{
	float: right;
}

#saiyo_contents section.single article:last-child {
  width: 60%;
  margin: 0 auto;
  float: none;
}

/* //////////////////////
		検索ボタン
////////////////////// */
.search{
	width: 960px;
	margin: 0 auto;
	padding: 0 0 40px 0;
}
.search ul li{
	width: 130px;
	float: left;
	margin: 0 8px 0 0;
}
.search ul li:last-child{
	float: right;
	margin: 0;
}
.search ul li a{
	display: table-cell;
	width: 800px;
	height: 60px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	background: url(../img/common/arrow.png) no-repeat 98% center #20E3B2;
	border-radius: 5px;
}

/* //////////////////////
		TOPへ戻るボタン
////////////////////// */
.return{
}
.return a{
	display: block;
	width: 500px;
	margin: 0 auto;
	padding: 15px 0;
	color: #fff;
	text-align: center;
	background: url(../img/common/arrow.png) no-repeat 98% center #00c122;
	border-radius: 5px;
  opacity : 1
}
.return a:hover{
	background: url(../img/common/arrow.png) no-repeat 98% center #FF4E50;
}

/* //////////////////////
	採用お役立ちコンテンツ
////////////////////// */
.resume{
	width: 100%;
	padding: 40px 0;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1.3;
	background: #A6FFCB;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #00c122, #A6FFCB);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #00c122, #A6FFCB); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.resume h2{
	text-align: center;
	font-size: 36px;
	letter-spacing: 0.1em;
	font-weight: bolder;
	margin: 0 0 20px 0;
}
.resume section{
	width: 960px;
	margin: 0 auto;
}
.resume section ul li{
	width: 305px;
	float: left;
	margin: 0 22px 0 0;
}
.resume section ul li:last-child{
	float: right;
	margin: 0;
}
.resume section ul li a{
	color: #fff;
}
.resume section ul li dl{
	height: 180px;
	padding: 20px;
	box-sizing: border-box;
	border:1px solid #fff;
	border-radius: 5px;
}
.resume section ul li dl dt{
	background: url(../img/common/resume_bg.png) no-repeat center top;
	background-size: auto 34px;
	font-size: 18px;
	font-weight: lighter;
	text-align: center;
	padding: 40px 0 10px 0;
	border-bottom: 1px solid #fff;
}
.resume section ul li dl dd{
	padding: 10px 0 0 0;
	text-align: center;
}

/* interviewページ */
.interview #main_catch .ttl {
  font-size: 55px;
  line-height: 0.8;
}
.interview .intro figure {
  margin: -40px 0 0 0;
}
.interview #post .intro {
  padding-left: 10px;
}
.interview #select_column ul li.interview-card dl dd:last-child{
  width: calc(100% - 110px);
  padding: 0 50px 0 60px;
  background: url(/user/html/contents/interview/img/icon-microphone.svg) no-repeat left center / 50px 50px,  url(/user/html/contents/interview/img/icon-arrow.svg)no-repeat right center / 20px 20px;
  margin-top: 20px;
}
.interview .intro dl dt h4 {
  font-size: 24px;
  font-weight:bold;
  float: none;
  width: auto;
}

.interview .img {
  text-align: center;
  margin-bottom: 20px;
}
.interview #person {
  padding: 0;
}

#select_column ul li dl dd:last-child p{
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px 0;
  text-align: justify;
}

/* 採用担当用カード */
#select_column ul li dl dt{
  display: block;
}
#select_column ul li.saiyotanto-card dl dd{
  width: 85px;
  min-height: 85px;
  background: url(../img/top/logo_bg.png) no-repeat center center;
  float: left;
  margin: 20px 0 0 0;
}
#select_column ul li.saiyotanto-card dl dd img{
  display: block;
  width: 85%;
  margin: 40% auto 0 auto;
}
#select_column ul li.saiyotanto-card dl dd img.kuro{
  display: block;
  width: 60%;
  margin: 12% auto 0 auto;
}

#select_column ul li.saiyotanto-card dl dd:last-child {
  width: 77%;
  background: none;
  float: right;
}
#select_column ul li.saiyotanto-card dl dd {
  width: 85px;
  height: 85px;
  background: url(../img/top/logo_bg.png) no-repeat center center;
  float: left;
  margin: 20px 0 0 0;
}

.saiyo #select_column ul li.saiyotanto-card dl dd {
  min-height: 60px;
  margin-left: 5px;
  padding: 0;
}

#main_catch strong{
font-size: 250%;
    color: #fff;
}