html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

img {
	max-width:100%;
	vertical-align: bottom;
}

p {
	padding-bottom: 1em;
}

/* よく使うCSS start



table {
	width:100%;
}

a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

よく使うCSS end -----
時々使うCSS3 start ---

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}

角丸 {
	border-radius: 8px; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
}

トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}

透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}

背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}

グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}

スマホ対応
@media screen and (max-width: 480px){
	
}
@media screen and (max-width: 320px){
	
}

時々使うCSS3 end */



/*----------------------------------------
 全ページ共有ここから
----------------------------------------*/

html{font-size: 62.5%;}


body{
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	background:#FFF;
	color:#000;
	font-size: 1.8rem;
	border-top: 8px solid #000;
	-webkit-text-size-adjust: 100%;
}



/* リンク色変更はここ */
a{
	color:#333;
	text-decoration:none;
}

/*【角丸】
 　角丸にしたいコンテンツに
 　クラスで指定してください。
*/
.corner{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}



header {
	background: #f5f5f5;
	text-align: center;
}

footer {
	text-align: center;
	font-size: 1rem;
	background: #f5f5f5;
	color: #666;
	padding: 10px;
}

.medal ul {
	width: 296px;
	margin: 0 auto;
	text-align: center;
	padding-top: 240px;
}

.medal ul li {
	float: left;
}
.medal ul li:first-child {
	margin-right: 13px;
}
.medal ul li:last-child {
	float: right;
}

/* // カテゴリのメインビジュアルです。背景で設定してください。 // */
#jobcat3 {
	background: url(../images/category/cat3/main.png) no-repeat;
	background-size: 100% auto;
	min-height: 346px;
}

#jobcat1 {
	background: url(../images/category/cat1/main.png) no-repeat;
	background-size: 100% auto;
	min-height: 346px;
}


#jobcat2 {
	background: url(../images/category/cat2/main.png) no-repeat;
	background-size: 100% auto;
	min-height: 346px;
}


#jobcat4 {
	background: url(../images/category/cat4/main.png) no-repeat;
	background-size: 100% auto;
	min-height: 346px;
}


#jobcat5 {
	background: url(../images/category/cat5/main.png) no-repeat;
	background-size: 100% auto;
	min-height: 346px;
}


#jobcat6 {
	background: url(../images/category/cat6/main.png) no-repeat;
	background-size: 100% auto;
	min-height: 346px;
}


#jobcat7 {
	background: url(../images/category/cat7/main.png) no-repeat;
	background-size: 100% auto;
	min-height: 346px;
}


#jobcat8 {
	background: url(../images/category/cat8/main.png) no-repeat;
	background-size: 100% auto;
	min-height: 346px;
}


#jobcat9 {
	background: url(../images/category/cat9/main.png) no-repeat;
	background-size: 100% auto;
	min-height: 346px;
}


#jobcat10 {
	background: url(../images/category/cat10/main.png) no-repeat;
	background-size: 100% auto;
	min-height: 346px;
}


#jobcat11 {
	background: url(../images/category/cat11/main.png) no-repeat;
	background-size: 100% auto;
	min-height: 346px;
}


#jobcat12 {
	background: url(../images/category/cat12/main.png) no-repeat;
	background-size: 100% auto;
	min-height: 346px;
}


#jobcat13 {
	background: url(../images/category/cat13/main.png) no-repeat;
	background-size: 100% auto;
	min-height: 346px;
}


#jobcat14 {
	background: url(../images/category/cat14/main.png) no-repeat;
	background-size: 100% auto;
	min-height: 346px;
}


#jobcat15 {
	background: url(../images/category/cat15/main.png) no-repeat;
	background-size: 100% auto;
	min-height: 346px;
}


#jobcat16 {
	background: url(../images/category/cat16/main.png) no-repeat;
	background-size: 100% auto;
	min-height: 346px;
}


#jobcat17 {
	background: url(../images/category/cat17/main.png) no-repeat;
	background-size: 100% auto;
	min-height: 346px;
}


#jobcat18 {
	background: url(../images/category/cat18/main.png) no-repeat;
	background-size: 100% auto;
	min-height: 346px;
}


#jobcat19 {
	background: url(../images/category/cat19/main.png) no-repeat;
	background-size: 100% auto;
	min-height: 346px;
}


#jobcat20 {
	background: url(../images/category/cat20/main.png) no-repeat;
	background-size: 100% auto;
	min-height: 346px;
}


#jobcat21 {
	background: url(../images/category/cat21/main.png) no-repeat;
	background-size: 100% auto;
	min-height: 346px;
}

#merit {
	width: 296px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#merit h3 {
	margin-bottom: 10px;
}

#feature {
	padding-bottom: 20px;
	background: url(../images/title_fea_bg.png) #dcdcdc no-repeat center top;
	background-size: 100%;
}
#feature h3 {
	width: 296px;
	margin: 0 auto 10px auto;
	padding-top: 30px;
}

#feature ol {
	width: 296px;
	margin: 0 auto;
}

#feature ol li {
	margin-bottom: 7px;
}

#companies {
	width: 296px;
	margin: 10px auto;
}

#outline {
	width: 296px;
	margin: 10px auto;
}

#regi1, #regi2, #regi3 {
	background-size: 100% auto;
	text-align: center;
	border-top: 2px solid #d72a23;
	min-height: 140px;
	padding-top: 14px;
	color: #bd422c;
	font-size: 1.6rem;
	line-height: 1.8rem;
	font-weight: bold;
}

#regi1 {
	background: url(../images/btn_bg1.png) no-repeat #423e79 center bottom;
}

#regi2 {
	background: url(../images/btn_bg2.png) #f5f5f5;
}

#regi3 {
	background: url(../images/btn_bg3.png) no-repeat #423e79 center bottom;
}

#regi1 a, #regi2 a, #regi3 a {
	display: block;
	margin-top: 10px;
}

#process {
	background: #f6fdf3;
}

#process h3 {
	width: 296px;
	margin: 0 auto 10px auto;
	padding-top: 10px;
}

#process ol {
	width: 296px;
	margin: 0 auto;
	padding-bottom: 30px;
}

#process ol li {
	margin-bottom: 20px;
}
#process ol li:last-child {
	margin-bottom: 0;
}

#process ol li dt {
	float: left;
	width: 109px;
}

#process ol li dd {
	margin-left: 109px;
	font-size: 1.4rem;
	line-height: 1.4rem;
	color: #506845;
}



#record {
	background: url(../images/record_btm.png) #423e79 no-repeat center bottom;
	background-size: 100%;
	padding-bottom: 40px;
}

#record h3 {
	width: 296px;
	margin: 0 auto 10px auto;
	padding-top: 20px;
}

#record ul {
	width: 296px;
	margin: 0 auto;
}

#record ul li {
	float: left;
	padding-bottom: 13px;
}

#experiences {
	background: url(../images/experience_btm.png) #f5f5f5 no-repeat center bottom;
	background-size: 100%;
	padding-bottom: 10px;
}

#experiences h3 {
	width: 296px;
	margin: 0 auto 10px auto;
	padding-top: 30px;
}

#experiences dl {
	background: url(../images/openclose.png) no-repeat right top;
	background-size: 27px 27px;
	margin-bottom: 12px;
}
#experiences dl.on {
	background: url(../images/openclose2.png) no-repeat right top;
	background-size: 27px 27px;
	margin-bottom: 12px;
}
	
#experiences dl dt {
	color: #f2b629;
	width: 4em;
	float: left;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 5px;
}
#experiences dl dt:first-child {
	float: none;
	width: auto;
	color: #000;
	font-size: 1.6rem;
	font-weight: normal;
	margin-bottom: 10px;
}
#experiences dd {
	color: #333;
	margin-left: 4em;
	font-size: 1.2rem;
	line-height: 1.2rem;
	width: 250px;
	margin-bottom: 5px;
}

#experiences div {
	display: none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background: #fff;
	font-size: 1.4rem;
	color: #666;
	padding: 10px;
	margin-bottom: 10px;
}

#experiences ul {
	width: 296px;
	margin: 0 auto;
	padding-bottom: 30px;
}



#counselor {
	background: #fff;
}

#counselor h3 {
	width: 296px;
	margin: 0 auto 10px auto;
	padding-top: 20px;
}

.counselor_male {
	background: url(../images/counselor_ma.png) no-repeat;
	background-size: 68px 135px;
	min-height: 140px;
	width: 296px;
	margin: 0 auto 15px auto;
}

.counselor_female {
	background: url(../images/counselor_fe.png) no-repeat;
	background-size: 68px 135px;
	min-height: 140px;
	width: 296px;
	margin: 0 auto 15px auto;
}

.counselor_box {
	width: 194px;
	background: url(../images/counselor_bg.png);
	margin-left: 82px;
	font-size: 1.4rem;
	line-height: 1.6rem;
	padding: 6px;
}

.counselor_box span {
	display: block;
	background: #fff;
	padding: 6px;
}

.counselor_success {
	width: 296px;
	margin: 0 auto 30px auto;
	font-size: 1.4rem;
	line-height: 1.6rem;
}

.counselor_success li {
	margin-bottom: 10px;
}

.counselor_success .limale {
	color: #423e79;
	background: url(../images/success_male_com1.png) no-repeat center bottom;
	background-size: 296px auto;
}

.counselor_success .limale span {
	display: block;
	background: url(../images/success_male_com2.png) no-repeat center top;
	background-size: 296px auto;
	padding: 10px 10px 10px 46px;
	min-height: 36px;
}

.counselor_success .lifemale {
	color: #ff5656;
	background: url(../images/success_female_com1.png) no-repeat center bottom;
	background-size: 296px auto;
}

.counselor_success .lifemale span {
	display: block;
	background: url(../images/success_female_com2.png) no-repeat center top;
	background-size: 296px auto;
	padding: 10px 10px 10px 46px;
	min-height: 36px;
}

.wboard {
	width: 296px;
	margin: 0 auto 30px auto;
	font-size: 1.4rem;
	line-height: 1.6rem;
	background: url(../images/wboard2.png) repeat-y;
	background-size: 296px auto;
}

.wboard .wb1 {
	background: url(../images/wboard1.png) no-repeat center top;
	background-size: 296px auto;
}

.wboard .wb2 {
	background: url(../images/wboard3.png) no-repeat center bottom;
	background-size: 298px auto;
	padding: 20px;
}

#counselor .wboard h3 {
	width: auto;
	margin: 0;
	padding-top: 0;
	margin-bottom: 10px;
}

.yuryo-kigyo {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 2.5%;
	font-size: 80%;
}


