﻿@charset "UTF-8";


/*------------------------------
	reset
------------------------------*/

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}

ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align :baseline;
	background: transparent;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000; 
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

main{
	display:block;
}


/*------------------------------
	共通
------------------------------*/

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
	color:#000;
	line-height: 1.5em;
}

header .headerwapper{
	width: 900px;
	margin: auto;
}

footer{
	box-shadow: 0 -3px 10px 0 #ccc;
}

footer .footerwapper{
	width: 900px;
	margin: auto;
}

main{
}

.wapper{
	margin: auto;
	width: 900px;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

a:link,
a:visited{
	color:#000;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}


/*------------------------------
	ボタン
------------------------------*/

.btnarea {
	width: 900px;
	margin: auto;
	padding: 20px 0 30px;
	text-align: center;
}

.btnarea a{
	width: 70%;
	padding: 10px;
	margin: 0 auto;
	display: block;
	background: #fdf9db;
	background: linear-gradient(top center, #fdf9db 0%, #fcdf7b 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#fdf9db), to(#fcdf7b));
	background: -moz-linear-gradient(top center, #fdf9db 0%, #fcdf7b 100%);
	border: solid #e5a73a 1px;
	border-radius: 5px;
	color: #673d1f;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5em;
}

.btnarea a:hover{
	text-decoration: none;
}

.btnarea a span{
	background: #FF6401;
	padding: 0 10px;
	border-radius: 5px;
	color: #fff;
	margin-right: 10px;
}


/*------------------------------
	ヘッダー
------------------------------*/

header .headerwapper {
	display: flex;
	align-items: center;
}

header .headerwapper p{
	font-size: 16px;
	padding: 3px 10px;
	flex-grow: 1;
}

header .headerwapper ul{
	text-align: right;
}

header .headerwapper ul li{
	display: inline;
	padding: 0 0 0 15px;
}

header .headerwapper ul li a{
	text-decoration: underline;
}

header .headerwapper ul li a:hover{
	text-decoration: none;
}

/*------------------------------
	メインコンテンツ
------------------------------*/

/* メインコンテンツ */

.mainarea .maintext{
	background: #FF6401; 
}

.mainarea .maintext .wapper{
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.3em;
	text-align: center;
	padding: 20px 0 ;
}

.mainarea .mainimg{
	text-align: center;
	background: #ededed;
}

.mainarea .mainimg img{
	width: 900px;
	margin: auto;
}

.mainarea .subtext{
	background: #333;
	color: #fff;
	font-size: 25px;
	line-height: 1.5em;
	text-align: center;
	padding: 10px 0 20px;
}

.mainarea .companyimg{
	text-align: center;
}

.mainarea .maintext .wapper span{
	font-size: 90px;
	line-height: 1.3em;
}


/* テキスト */

.about {
	border-top: solid #f3d4c0 1px;
	border-bottom: solid #f3d4c0 1px;
	background: #fffaee;
}

.about h2{
	font-size: 30px;
	font-weight: normal;
	line-height: 1.5em;
	text-align: center;
	padding: 10px 0;
}

.about h2 span{
	font-size: 35px;
	font-weight: bold;
	color: #FF6401;
}

.about .abouttext{
	padding: 20px 0 10px;
}

.about .abouttext h3{
	color: #FF6401;
	font-size: 18px;
	line-height: 2em;
}

.about .abouttext p{
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 20px;
	text-align: center;
}

.about .abouttext p span{
	width: 60%;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	display: block;
}


/* メリット */

.merit h2{
	position: relative;
	font-size: 35px;
	line-height: 1.5em;
	padding: 30px 0 10px;
	margin-bottom: 20px;
	text-align: center;
}

.merit h2:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	margin: 0 auto;
	text-align: center;
	background-image: -webkit-linear-gradient(left, transparent, #f3d4c0 15%, #f3d4c0 85%, transparent);
	background-image: linear-gradient(to right, transparent, #f3d4c0 15%, #f3d4c0 85%, transparent);
	background-position: center;
	background-repeat: no-repeat;
}

.merit h2 span{
	color: #FF6401;
}

.merit ul{
	display: flex;
}

.merit ul li{
	width: 20%;
	border-right: dashed #ccc 1px;
	padding: 10px 15px;
	box-sizing: border-box;
}

.merit ul li:last-child{
	border-right:none;
}

.merit ul li h3{
	font-size:18px;
	text-align: center;
}

.merit ul li h3 span{
	color: #fff;
	background: #FF6401;
	padding: 0 5px;
}

.merit ul li p{
	padding: 15px 0 0;
}


/* 転職までの流れ */

.flow{
	background: #fffaee;
	border-top: solid #f3d4c0 1px;
	padding-bottom: 30px;
	margin-top: 30px;
}

.flow h2{
	font-size:35px;
	font-weight: normal;
	line-height: 1.5em;
	text-align: center;
	padding: 20px 0;
}

.flow h2 span{
	font-size:40px;
	font-weight: bold;
	line-height: 1.5em;
	color: #FF6401;
}

.flow ul.flowarea {
	display: flex;
	justify-content: space-between;
}

.flowarea li{
	width: 135px;
	position: relative;
}

.flowarea li:before {
	margin: -20px 0 0 20px;
	border: 10px solid transparent;
	border-left-color: #FF6401;
	content: "";
	position: absolute;
	top: 75px;
	right: -25px;
}

.flowarea li:last-child:before {
	border: none;
}

.flow .flowarea .flowbox{
	box-sizing: border-box;
	border-radius: 50%;
	border: solid #FF6401 1px;
	width: 135px;
	height: 135px;
	padding: 5px;
	text-align: center;
	background: url("../img/ico_01.png") no-repeat 50% 50% #fff;
}

.flow .flowarea .flowbox p{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	font-weight: bold;
	font-size: 17px;
	color: #FF6401;
}

.flow .flowarea .flowtext{
	width: 135px;
}

.flow .flowarea .flowtext h3{
	margin: 10px 0 ;
	font-size: 16px;
	font-weight: normal;
	color: #FF6401;
	border-bottom: dashed #FF6401 1px;
}

.flow .flowarea .flowtext p{
	padding-right: 5px;
}


/* よくある質問 */

.faq{
	border: solid #AB8459 4px;
	background: #fff;
}

.faq dl{
	padding: 20px;
}

.faq dl dt{
	font-size: 18px;
	display: flex;
	align-items: center;
	font-weight: bold;
}

.faq dl dt p{
	width: 35px;
	position: relative;
	color: #fff;
	background: #FF6401;
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
	margin: 0 30px 0 -25px;
	padding: 14px 5px 10px 30px;

}

.faq dl dt p:after{
	content: "";
	position: absolute;
	top: 0;
	right: -22px;
	height: 0;
	width: 0;
	border: 22px solid #FF6401;
	border-right-color: transparent;
}

.faq dl dd{
	padding: 10px 0 15px;
	margin: 10px 0 15px;
	border-bottom :dotted #ffa750 2px;
}

.faq dl dd:last-child{
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}


/* カンタン登録 */

.aboutregi .balloon{
	background: #FF6401;
	position: relative;
	color: #fff;
	text-align: center;
}

.aboutregi .balloon .wapper{
	position: relative;
	margin-bottom: 30px;
}

.aboutregi .balloon .wapper:after{
	content: '';
	position: absolute;
	border-top: 30px solid #FF6401;
	border-right: 40px solid transparent;
	border-left: 40px solid transparent;
	bottom: -30px;
	left: 45%;
}

.aboutregi .balloon h3{
	font-size: 40px;
	line-height: 1.5em;
	padding-top: 30px;
	position: relative;
}

.aboutregi .balloon h3:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	margin: 0 auto;
	text-align: center;
	background-image: -webkit-linear-gradient(left, transparent, #fff 25%, #fff 75%, transparent);
	background-image: linear-gradient(to right, transparent, #fff 25%, #fff 75%, transparent);
	background-position: center;
	background-repeat: no-repeat;
}

.aboutregi .balloon p{
	padding: 20px 0 40px;
	font-size: 16px;
	line-height: 1.5em;
}

.aboutregi .register{
	text-align: center;
	font-size: 18px;
	line-height: 1.5em;
	padding-top: 20px;
}

.aboutregi .register h4{
	font-size: 35px;
	line-height: 1.5em;
	padding-bottom: 10px;
}

.aboutregi .register h4 span{
	color: #FF6401;
}

.aboutregi .register p{
	font-size: 15px;
}


/* ページの先頭へ */

.pagetop {
	width: 900px;
	margin: auto;
}

.pagetop a{
	background: #eee;
	display: block;
	width: 104px;
	text-align: center;
	border-radius: 5px 5px 0px 0px;
	border: solid #999 1px;
	border-bottom: none;
	padding: 5px 0 5px 10px;
	margin: 0 0 0 auto;
	position: relative;
	font-size: 10px;
}

.pagetop a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%;
	background: #FF6401;
}
.pagetop a:after {
	display: block;
	content: "";
	position: absolute;
	top: 40%;
	left: 8px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-bottom: 5px solid #fff;
}

/*------------------------------
	フッター
------------------------------*/

footer .footerwapper ul{
	float: left;
	padding: 20px 0;
}

footer .footerwapper ul li{
	display: inline;
	padding-right: 20px;
}

footer .footerwapper .footerimg{
	float: right;
}

footer .copyright{
	background: #fbf0d6;
	text-align: center;
	border-top: solid #f1dfb7 1px
}

footer .copyright p{
	width: 900px;
	font-size:12px;
	padding: 10px 0;
	margin: 0 auto;
}


/*------------------------------
	下層ページ共通部
------------------------------*/

.support h2,
.personnel h2,
.contact h2{
	width: 900px;
	font-size: 30px;
	line-height: 1.5em;
	margin: 20px auto 10px;
	font-weight: normal;
	border-bottom: dashed #FF6401 1px;
}

.support .maintext,
.personnel .maintext,
.contact .maintext{
	width: 900px;
	margin: auto;

}

.support .mainarea,
.personnel .mainarea,
.contact .mainarea{
	width: 900px;
	margin: auto;

}

.support iframe.support,
.personnel iframe.personnel,
.contact iframe.contact{
	width: 900px;
	margin: 10px auto 20px;
	border: solid #ccc 1px;
}


/*------------------------------
	転職サポートに登録
------------------------------*/

.support iframe.support{
	height: 1526px;
}


/*------------------------------
	採用ご担当者様へ
------------------------------*/

.personnel iframe.personnel{
	height: 800px;
}


/*------------------------------
	お問い合わせ
------------------------------*/

.contact iframe.contact{
	height: 600px;
}


