@charset "UTF-8";

/*** CSS Document ********************************************

	custom.css

*************************************************************/
/* /////////////common///////////// */
img{
	max-width: 100%;
}
.saiyotanto{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"
}
.saiyotanto a{
	color: #333;
	text-decoration: none;
}
/*
.saiyotanto a:hover{
	text-decoration: none;
}
*/
.saiyotanto em{
	font-style: normal;
}

a.map_link {
  color: #0070be;
}


/* /////////////INDEX///////////// */
#main_catch{
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	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);
	text-align: center;
}
.interview #main_catch .ttl {
  font-size: 30px;
  line-height: 0.8;
}
#main_catch p{
	font-size: 12px;
	color: #fff;
	line-height: 1.5;
	font-weight: bold;
	margin: 10px 0 0 0;
	letter-spacing: 0.1em;
}
#select_column{
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}
#select_column ul li{
	width: 100%;
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: 0.05em;
  position:relative;
}
#select_column ul li dl{
	border-radius: 5px;
	background: #fff;
	box-shadow:0px 0px 7px 1px #e3e3e3;
}
#select_column ul li dl dt{
	display: block;
	border-radius: 5px 5px 0 0;
}
#select_column ul li dl dt img{
	border-radius: 5px 5px 0 0;
  width: 100%;
}
#select_column ul li dl dd{

	width: 60px;
	background: url(../img/top/logo_bg.png) no-repeat center top;
	background-size: 60px 60px;
	margin: 0 auto 0;
	padding: 7% 0 0 2%;
	box-sizing: border-box;
}
#select_column ul li a:link,
#select_column ul li a:visited {
  color:#333;
}
#select_column ul li dl dd img{
	display: block;
	width: 85%;
}
#select_column ul li dl dd img.kuro{
	display: block;
	width: 70%;
	margin: -25% auto 0 auto;
}
#select_column ul li dl dd:last-child{
	width: 100%;
	background: none;
	padding: 0 20px;
	box-sizing: border-box;
}
.interview #select_column ul li.interview-card dl dd:last-child{
  padding: 10px 50px 10px;
  background: url(/user/html/contents/interview/img/icon-handshake.svg) no-repeat left 5px center / 40px 40px, url(/user/html/contents/interview/img/icon-arrow.svg)no-repeat right 10px center;
}
.interview #select_column ul li dl dd a {
  color: #333;
}
#select_column ul li dl dd:last-child p{
	font-size: 12px;
	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: 10px;
}
#select_column ul li dl dd:last-child em{
	padding: 0 0 0 15px 0;
	font-size: 130%;
	font-weight: bold;
}
span.tag{
	width: 130px;
	height: 42px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
  line-height: 35px;
	color: #fff;
  background: url(../img/tag.png) no-repeat center center;
	position: absolute;
  top: -5px;
  left: 0;
	z-index: 100;
}

/* /////////////POST///////////// */
#post{
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.3;
	padding: 0 0 40px 0;
}

/* /////////////
	紹介部分
///////////// */
h3.tag{
	padding: 5px 0;
	width: 50%;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	background: #00c122;
	position: relative;
	z-index: 100;
}
.intro{
	width: 100%;
	margin: 20px auto 0 auto;
	font-size: 14px;
	padding: 0 0 40px 0;
}
.intro dl{
	width:100%;
	margin: 10px 0 0 0;
}
.intro dl dt{
	padding: 10px;
	box-sizing: border-box;
}
.intro dl dt span{
	display: block;
	width: 60px;
	height: 60px;
	background: url(../img/top/logo_bg.png) no-repeat center center;
	background-size: 100% 100%;
	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: 80%;
	padding: 0;
	float: right;
	box-sizing: border-box;
	font-size: 16px;
}
.intro dl dt h4 em{
	font-size: 180%;
	font-weight: bold;
}
.intro dl dd{
	text-align: justify;
	padding: 0 10px;
	box-sizing: border-box;
}
.intro figure{
	width: 100%;
	margin: -40px 0 0 0;
}


/* //////////////////////
	面接に関するアドバイス
////////////////////// */
#advice, #motive, #person{
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}
#advice h2, #motive h2, #saiyo_contents h2, .search h2{
	font-size: 25px;
	text-align: center;
	color: #00c122;
	padding: 0 0 20px 0;
	font-weight: lighter;
}
#advice dl{
	margin: 0 0 20px 0;
}
#advice dl:last-child{
	margin: 0;
}
#advice dl dt{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	color: #00c122;
	font-size: 16px;
	font-weight: lighter;
	border:1px solid #00c122;
	border-radius: 5px;
	margin: 0 0 10px 0;
	text-align: center;
}

/* //////////////////////
	志望動機採点
////////////////////// */
#motive dl{
	width: 100%;
	margin: 0 0 20px 0;
	border-radius: 5px;
}
#motive dl dt{
	border-radius: 5px 5px 0 0;
	padding: 10px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	background: #20E3B2;
}
.answer{
	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: 30% auto;
}
#motive dl:first-child dd.answer{
	background: url(../img/common/ico01.png) no-repeat center bottom #f2f2f2;
	background-size: 30% auto;
}
#motive dl:nth-child(2) dd.answer{
	background: url(../img/common/ico02.png) no-repeat center bottom #f2f2f2;
	background-size: 30% auto;
}
#motive dl:last-child dd.answer{
	background: url(../img/common/ico03.png) no-repeat center bottom #f2f2f2;
	background-size: 30% 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;
}

.arrow_box {
	position: relative;
	background: #fff;
	border: 1px solid #FF4E50;
	font-weight: lighter;
}
.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: 25px;
	background: url(../img/common/ico_shine.png) no-repeat center 40px;
	background-size: auto 20px;
	text-align: center;
	color: #00c122;
	padding: 0 0 40px 0;
	font-weight: lighter;
}
#person a{
	display: block;
	width: 100%;
	margin: 20px 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: 14px auto,
	100% 100%;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
}


/* //////////////////////
			Q＆A
////////////////////// */
#saiyo_contents{
	width: 100%;
	background: #F4F3EF;
	padding: 20px;
	box-sizing: border-box;
	margin: 20px 0;
}
#saiyo_contents section{
	width: 100%;
	margin: 0 auto 20px auto;
}
#saiyo_contents section article{
	width: 100%;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	font-size: 14px;
}
#saiyo_contents section article h3{
	color: #FF4E50;
	font-size:16px;
	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: 5px 10px;
	box-sizing: border-box;
	font-size: 16px;
	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 10px 0;
}

#saiyo_contents section:last-child{
	margin: 0 auto;
}
#saiyo_contents section:last-child
article{
	width: 100%;
	font-size: 14px;
}
article.time{
	margin: 0 0 20px 0;
}
article.time table th{
	display: block;
	width: 100%;
	height: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: url(../img/common/time.png) no-repeat center top;
	background-size: 100% 30px;
	padding: 5px 0 0 0;
	margin: 0 0 20px 0;
}
article.time table td{
	width: 68%;
	border-collapse:collapse;
	padding: 0 0 10px 10px;
	box-sizing: border-box;
	margin: -10px 0 10px 0;
	text-align: justify;
	vertical-align: top;
}
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;
}


/* //////////////////////
		検索ボタン
////////////////////// */
.search{
	width: 100%;
	padding: 0 20px 20px 20px;
	box-sizing: border-box;
}
.search ul li{
	width: 48%;
	float: left;
	margin: 0 1% 2% 1%;
}
.search ul li:last-child{
	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;
	background-size:auto 14px; 
	border-radius: 5px;
}

/* //////////////////////
		TOPへ戻るボタン
////////////////////// */
.return{
  padding: 0 20px;
}
.return a{
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 15px 0;
	color: #fff;
	text-align: center;
	background: url(../img/common/arrow.png) no-repeat 98% center #00c122;
	background-size:auto 14px; 
	border-radius: 5px;
}
/*
.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: 24px;
	letter-spacing: 0.1em;
	font-weight: bolder;
	margin: 0 0 20px 0;
}
.resume section{
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}
.resume section ul li{
	width: 100%;
	margin: 0 0 10px 0;
}
.resume section ul li:last-child{
	margin: 0;
}
.resume section ul li a{
	color: #fff;
}
.resume section ul li dl{
	padding: 10px;
	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;
}

/* //////////////////////
	CkipList/History
////////////////////// */
li#clip{
	padding:10px;
	box-sizing:border-box;
	color:#333;
	font-size:12px;
	text-align:center;
	line-height:1.2;
	font-weight:bold;
	background:url(../img/common/clip.png) no-repeat 10px center #fff;
	background-size:auto 20px;
}
li#history{
	padding:10px 10px 10px 30px;
	box-sizing:border-box;
	color:#333;
	font-size:12px;
	text-align:center;
	line-height:1.2;
	font-weight:bold;
	background:url(../img/common/history.png) no-repeat 10px center #fff;
	background-size:auto 20px;
}


/* interview */
.interview .intro dl dt h4 {
  width: 100%;
  float: none;
  font-size: 20px;
  font-weight:bold;
}
.interview #advice h2,
.interview #motive h2,
.interview #saiyo_contents h2,
.interview .search h2,
.interview #person h2 {
  font-size: 20px;
}
.interview #post figure {
  text-align: center;
  margin: -40px 0 0 0;
}
.interview .intro dl dt {
  padding: 20px;
}
.interview .intro dl dd {
  padding: 0 20px;
}
.interview .img {
  text-align: center;
  margin-bottom: 20px;
}
.interview #saiyo_contents section:last-child article:last-child {
  float: none;
}
.interview #saiyo_contents {
  margin-bottom: 0;
}

/* saiyotantoカード */
#select_column ul li.saiyotanto-card dl dd {
  min-height: 60px;
  margin-left: 5px;
  padding: 0;
}

#select_column ul li.saiyotanto-card dl dd {
  width: 60px;
  background: url(../img/top/logo_bg.png) no-repeat center top;
  background-size: 60px 60px;
  margin: 10px 0;
  padding: 7% 0 0 2%;
  box-sizing: border-box;
  float: left;
  min-height: 60px;
  margin-left: 5px;
  padding: 0;
}
#select_column ul li.saiyotanto-card dl dd:last-child {
  width: calc(100% - 80px);
  background: none;
  padding: 0 20px;
  box-sizing: border-box;
  float: right;
}
#select_column ul li.saiyotanto-card dl dd img {
  margin: 0 auto;
  padding-top: 23px;
}
#select_column ul li.saiyotanto-card dl dd img.kuro {
  padding: 0;
}