@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Crimson+Text);
/* 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, a {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	font-weight: 200;
	font-family: 'Noto Sans Japanese', sans-serif;
}
body {
    line-height:1;
	position: relative;
	text-align: center;}
p {
	font-weight: 200;
	line-height: 150%;
}
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;
	text-decoration: none;
	color: #343240;
}

a:hover {
	text-decoration: none;
	color: #999;
}

a:hover img {
opacity: .8;
-webkit-opacity: .8;
-moz-opacity: .8;
filter: alpha(opacity=80);	/* IE lt 8 */
-ms-filter: "alpha(opacity=80)"; /* IE 8 */
}
 
a img {
-webkit-transition: opacity 0.5s ease-out;
-moz-transition: opacity 0.5s ease-out;
-ms-transition: opacity 0.5s ease-out;
transition: opacity 0.5s ease-out;
	backface-visibility: hidden;
}

/* change colours to suit your needs */
ins {
    background-color:#343240;
    color:#000;
    text-decoration:none;
}
 
/* change colours to suit your needs */
mark {
    background-color:#343240;
    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 */

input, select {
    vertical-align:middle;
}
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clear {
	clear: both;
}
/**:::::::::::::::::::::::::::::::::::::::::::::::  header  **/
header {
    margin: 3% 0 2% 0;
}
/**:::::::::::::::::::::::::::::::::::::::::::::::  nav_pc  **/
/* nav ************/
nav {
	width: 100%;
}
/**:::::::::::::::::::::::::::::::::::::::::::::::  nav_sp  **/
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    padding: 10px;
    height: 50px;
    cursor: pointer;
    z-index: 101;
	margin-top: 0px;
    background-color: #E50012
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0px;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

/**-----------------------------------------------  footer  **/
footer {
	padding: 5% 0 2% 0;
	color: #fff;
}
/**-----------------------------------------------  common  **/

h2 {
    font-family : YuMincho,/* Mac用 */'Yu Mincho',/* Windows用 */"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/**:::::::::::::::::::::::::::::::::::::::::::::::  pagetop  **/ 
.pagetop {
    z-index: 1000;
    width: 100px;
    position: fixed;
    bottom: 0;
    right: 5%;
    z-index: 20;
	cursor: pointer;
}
/**:::::::::::::::::::::::::::::::::::::::::::::::  ▼▼トップ変更可能css▼▼  **/ 
body {/* 全体の文字サイズや色 */
	font-size: 14px;
	line-height: 120%;
	color: #666;
}
#top {
	background-color: #080808;/* トップ背景色 */
	-webkit-text-size-adjust: none;
	background-image: url(../img/top_main.png);/* トップ背景写真 */
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
}
h1 {
	font-size: 12px;
}


/* キャッチコピー部分 */
.backcolor {
	padding: 0.5% 0 10% 0;
	border-top: #D5002D 4px solid;/* キャッチの上部の線の色や太さ */
	background-color: rgba(255,255,255,0.85);/* 背景色（最後の0.85は透過85%） */
}

h3 {/* キャッチ */
	font-weight: bold;
	margin: 10% 0 4% 0;
	font-size: 48px;
    font-family : YuMincho,/* Mac用 */'Yu Mincho',/* Windows用 */"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.textred {/* キャッチ内さし色 */
	font-weight: bold;
	color: #D5002D;
    font-family : YuMincho,/* Mac用 */'Yu Mincho',/* Windows用 */"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.backcolor hr {/* キャッチ内のラインの指定 */
	width: 60px;
	margin: 0 auto 4% auto;
	border: 0;
    padding: 0;
    height: 2px;
    background: #666;
}
.backcolor p {/* キャッチ内の詳細文章 */
	width: 86%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 180%;
	text-align: left;
}

.backcolor p:first-letter {/* 文章最初の大きい文字 */
    font-size: 3em;
    line-height: 1;
    color: #666;
    font-weight: 400;
    float: left;
    margin: 0 .3em 0 0
}
/* 各職種の部分 */
.backcolor02 {/* 職種部分の背景 */
	margin-top: 3%;
	background-image: url(../img/top_back.png);
	display: block;
	padding: 1% 0;
}
/**-----------------------------------------------  ボタンの指定  **/
/* 左ボタン  */
.left_btn {
	color: #fff;/* 左ボタン　文字色 */
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	width: 50%;
	background-color: #D5002D;/* 左ボタン　背景色 */
	float: left;
	padding: 1.5% 0;
	font-weight: 600;
}
.left_btn:hover {
	background-color: #fff;/* 左ボタン　マウスオーバー背景色 */
	color: #333;/* 左ボタン　マウスオーバー文字色 */
}
.left_btn i {
	font-size: 18px;
    margin-right: 5px;
	font-weight: 400;
}
.left_btn:hover i {
	color: #493325;
}
/* 右ボタン  */
.right_btn {
	color: #D5002D;/* 右ボタン　文字色 */
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	width: 50%;
	background-color: #EEEEEE;/* 右ボタン　背景色 */
	float: left;
	padding: 1.5% 0;
	font-weight: 600;
}
.right_btn:hover {
	background-color: #D5002D;/* 右ボタン　マウスオーバー背景色 */
	color: #fff;/* 右ボタン　マウスオーバー文字色 */
}
.right_btn i {
	color: #D5002D;
	font-size: 18px;
    margin-right: 5px;
}
.right_btn:hover i {
	color: #fff;
}
.left_btn::before,
.left_btn::after,
.right_btn::before,
.right_btn::after  {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.left_btn,
.left_btn::before,
.left_btn::after,
.right_btn,
.right_btn::before,
.right_btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .4s;
	transition: all .4s;
}