@charset "utf-8";


/************************************************************
    リセット
************************************************************/

/* chromeで文字サイズが変わるのを防ぐ(バグ対策) */
* { max-height:1000000px; }

/* Apple系のブラウザで文字サイズが変わるのを防ぐ(バグ対策) */
body { -webkit-text-size-adjust:100%; }

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-size:100%;
font:inherit;
vertical-align:baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display:block;
}
html, body {
line-height:1;
text-align:left;
zoom:1;
}
div, p {
width:auto;
height:auto;
}
ol, ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
table {
border-collapse:collapse;
border-spacing:0;
}
img {
vertical-align:bottom;
border:0;
}
hr {
margin:0;
padding:0;
border:none;
}
.clearfix:before,
.clearfix:after {
content:" ";
display:table;
}
.clearfix:after { clear:both; }
.clearfix { *zoom:1; }





/************************************************************
    フォント
    "Noto Sans CJK JP" licensed under the SIL Open Font License
	https://www.google.com/get/noto/

	"Noto Serif CJK JP" licensed under the SIL Open Font License
    https://www.google.com/get/noto/
************************************************************/

@font-face {
    font-family:"NotoSansCJK_JP";
    font-style:normal;
    font-weight: 200;
    src: url('../data/fonts/nsans_cjk_jp_l.woff') format('woff'),
         url('../data/fonts/nsans_cjk_jp_l.otf') format('opentype');
}
@font-face {
    font-family: "NotoSansCJK_JP";
    font-style: normal;
    font-weight: 300;
    src: url('../data/fonts/nsans_cjk_jp_dl.woff') format('woff'),
         url('../data/fonts/nsans_cjk_jp_dl.otf') format('opentype');
}
@font-face {
    font-family: "NotoSansCJK_JP";
    font-style: normal;
    font-weight: 500;
    src: url('../data/fonts/nsans_cjk_jp_m.woff') format('woff'),
         url('../data/fonts/nsans_cjk_jp_m.otf') format('opentype');
}



@font-face {
    font-family: "NotoSerifCJK_JP";
    font-style: normal;
    font-weight: 300;
    src: url('../data/fonts/nserif_cjk_jp_r.woff') format('woff'),
         url('../data/fonts/nserif_cjk_jp_r.otf') format('opentype');
}



/************************************************************
    "Yaku Han JP" licensed under the SIL Open Font License
	http://qrac.github.io/yakuhanjp/

	"Yaku Han MP" licensed under the SIL Open Font License
    http://qrac.github.io/yakuhanjp/
************************************************************/

@font-face {
    font-family:"YakuHan_JP";
    font-style:normal;
    font-weight: 200;
    src: url('../data/fonts/yakuhan_jp_l.woff') format('woff'),
         url('../data/fonts/yakuhan_jp_l.otf') format('opentype');
}
@font-face {
    font-family: "YakuHan_JP";
    font-style: normal;
    font-weight: 300;
    src: url('../data/fonts/yakuhan_jp_dl.woff') format('woff'),
         url('../data/fonts/yakuhan_jp_dl.eot') format('opentype');
}
@font-face {
    font-family: "YakuHan_JP";
    font-style: normal;
    font-weight: 500;
    src: url('../data/fonts/yakuhan_jp_m.woff') format('woff'),
         url('../data/fonts/yakuhan_jp_m.eot') format('opentype');
}



@font-face {
    font-family: "YakuHan_MP";
    font-style: normal;
    font-weight: 300;
    src: url('../data/fonts/yakuhan_mp_r.woff') format('woff'),
         url('../data/fonts/yakuhan_mp_r.eot') format('opentype');
}



.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt40 { margin-top: 40px; }



body {
    position: relative;
	width: 100%;
	min-width: 960px;
    font-family: "YakuHan_JP", "NotoSansCJK_JP";
    font-weight: 300;
    color: #222;
    font-size: 10px;
    line-height: 1.0em;
    text-align: justify;
    letter-spacing: 0.1em;
}


a {
	text-decoration:none;
}

.wrap_960px {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.m_over:hover {
    opacity: 0.6;
}



/* hr */
.hr_shadow_01 {
    height: 4px;
    background: url(../images/common/shadow-40.png);
}
.hr_shadow_02 {
    height: 4px;
    background: url(../images/common/shadow-10.png);
}




/* ヘッダー */
header {
    height: 420px;
    background: url(../images/recruit/main_visual.jpg);
    background-size: cover;
    background-position: 50% 50%;
}
#header_band {
    background: rgba(0,0,0,0.8);
}
#header_band .header_logo {
    width: 230px;
    height: 40px;
    margin-top: 10px;
    float: left;
}
#header_band .header_title {
    width: 500px;
    color: #fff;
    font-weight: 500;
    font-size: 2.4em;
    line-height: 60px;
    text-align: center;
    float: left;
}
#header_band a.header_homelink {
    width: 228px;
    height: 38px;
    color: #a1a1a1;
    font-size: 1.6em;
    line-height: 38px;
    text-align: center;
    margin-top: 10px;
    border: 1px solid #a1a1a1;
    float: left;
}
#header_band a.header_homelink::before {
    content: url(../images/common/arrow-thin.png);
    vertical-align: -0.1em;
    padding-right: 5px;
}
#header_band a.header_homelink:hover {
    color: #333;
    background: #a1a1a1;
}

/* メインイメージのテキスト */
#header_text {
    height: 360px;
    font-family: "YakuHan_MP", "NotoSerifCJK_JP";
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,0.5);
}
#header_text p.title {
    display: inline-block;
    font-size: 4.0em;
    line-height: 1em;
    margin-top: 150px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ea5b46;
}
#header_text .text {
    font-size: 1.8em;
    line-height: 1em;
    margin-top: 20px;
}


/* WORK */
#content_work {
    padding-bottom: 80px;
    background-image: linear-gradient(-45deg, #0d0603, #1b1b1b);
}
#content_work .content_title {
    text-align: center;
    margin-top: 75px;
}
#content_work .content_title .title {
    color: #ea5b46;
    font-weight: 200;
    font-size: 4.0em;
    line-height: 1em;
}
#content_work .content_title .title_hr {
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #ea5b46;
}
#content_work .content_title .subtitle {
    font-family: "YakuHan_MP", "NotoSerifCJK_JP";
    color: #fff;
    font-size: 2.4em;
    line-height: 1em;
}

/* 各仕事の内容 */
.work_box .images {
    display: block;
    width: 460px;
    float: left;
}
.work_box .images .image1 {
    display: inline-block;
    width: 100%;
    height: auto;
}
.work_box .images .image2,
.work_box .images .image3 {
    display: inline-block;
    width: 228px;
    height: auto;
    margin-top: 4px;
}
.work_box .images .image3 {
    margin-left: 4px;
}
.work_box .text_area {
    display: block;
    width: 460px;
    padding-top: 135px;
    float: left;
}
.work_box .text_area .title {
    color: #fff;
    font-size: 3.0em;
    line-height: 1em;
    padding-bottom: 10px;
    border-bottom: 1px solid #ea5b46;
}
.work_box .text_area .text {
    color: #707070;
    font-size: 1.6em;
    line-height: 1.8em;
    margin-top: 15px;
}
.work_box .item:last-child {
    margin-left: 40px;
}



/* VOICE */
#content_voice {
    padding-bottom: 80px;
    background: #fff;
}
#content_voice .content_title {
    text-align: center;
    margin-top: 75px;
}
#content_voice .content_title .title {
    color: #ea5b46;
    font-size: 4.0em;
    line-height: 1em;
}
#content_voice .content_title .title_hr {
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #ea5b46;
}
#content_voice .content_title .subtitle {
    font-family: "YakuHan_MP", "NotoSerifCJK_JP";
    color: #222;
    font-size: 2.4em;
    line-height: 1em;
}

/* 社員のメッセージ */
.voice_box .images {
    /* 写真と名前等 */
    position: relative;
    width: 460px;
    float: left;
}
.voice_box .images .info {
    position: absolute;
    top: 264px;
    left: 21px;
    width: 260px;
    height: 50px;
    padding: 20px;
    background: rgba(27,27,27,0.9);
}
.voice_box .images .info .joining {
    color: #fff;
    font-size: 1.8em;
    line-height: 1em;
}
.voice_box .images .info .school {
    color: #fff;
    font-size: 1.4em;
    line-height: 1em;
    margin-top: 10px;
}

.voice_box .text_area {
    /* メッセージ内容 */
    width: 460px;
    margin-left: 40px;
    float: left;
}
.voice_box .text_area .title {
    font-weight: 500;
    color: #ea5b46;
    font-size: 2.2em;
    line-height: 22px;
    padding-left: 30px;
    background: url(../images/recruit/mic.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
}
.voice_box .text_area .text {
    color: #666;
    font-size: 1.6em;
    line-height: 1.8em;
}


/* GUIDELINE */
#content_guideline {
    padding-bottom: 80px;
    background: #ededed;
}
#content_guideline .content_title {
    text-align: center;
    margin-top: 75px;
}
#content_guideline .content_title .title {
    color: #ea5b46;
    font-size: 4.0em;
    line-height: 1em;
}
#content_guideline .content_title .title_hr {
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #ea5b46;
}
#content_guideline .content_title .subtitle {
    font-family: "YakuHan_MP", "NotoSerifCJK_JP";
    color: #222;
    font-size: 2.4em;
    line-height: 1em;
}

#content_guideline .guideline_table {
    border-top: 2px solid #ea5b46;
}
#content_guideline .guideline_table th,
#content_guideline .guideline_table td {
    font-size: 1.6em;
    line-height: 1.8em;
    text-align: left;
    border-bottom: 1px solid #e8968a;
    padding: 15px 0;
}
#content_guideline .guideline_table th {
    width: 200px;
    color: #666;
}
#content_guideline .guideline_table a {
    color: #222;
    text-decoration: underline;
}
#content_guideline .guideline_table a:hover {
    color: #666;
}



/* profile */
#content_profile {
    padding-bottom: 80px;
}
#content_profile .content_title {
    text-align: center;
    margin-top: 75px;
}
#content_profile .content_title .title {
    color: #ea5b46;
    font-size: 4.0em;
    line-height: 1em;
}
#content_profile .content_title .title_hr {
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #ea5b46;
}
#content_profile .content_title .subtitle {
    font-family: "YakuHan_MP", "NotoSerifCJK_JP";
    color: #222;
    font-size: 2.4em;
    line-height: 1em;
}

#content_profile .profile_box img {
    width: 460px;
    float: left;
}
#content_profile .profile_box table {
    width: 460px;
    margin-left: 40px;
    border-top: 2px solid #ea5b46;
    float: left;
}
#content_profile .profile_box table th,
#content_profile .profile_box table td {
    font-size: 1.6em;
    line-height: 1.8em;
    text-align: left;
    border-bottom: 1px solid #dfdfdf;
    padding: 15px 0;
}
#content_profile .profile_box table th {
    width: 95px;
    color: #666;
}

/* ENTRY */
#content_entry {
    background: #fff;
}
#content_entry .content_title {
    text-align: center;
    margin-top: 75px;
}
#content_entry .content_title .title {
    color: #ea5b46;
    font-size: 4.0em;
    line-height: 1em;
}
#content_entry .content_title .title_hr {
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #ea5b46;
}
#content_entry .content_title .subtitle {
    font-family: "YakuHan_MP", "NotoSerifCJK_JP";
    color: #222;
    font-size: 2.4em;
    line-height: 1em;
}
#content_entry .text {
    color: #222;
    font-size: 1.8em;
    line-height: 1.8em;
    margin-top: 32px;
    text-align: center;
}
#content_entry .tel_entry {
    display: block;
    width: 367px;
    margin: 32px auto 0 auto;
}


#content_profile .entry_btn {
    /* エントリーボタン */
    display: block;
    width: 310px;
    height: 40px;
    color: #fff;
    font-size: 1.6em;
    line-height: 40px;
    text-align: center;
    background: #1b1b1b;
    margin-left: auto;
    margin-right: auto;
}
#content_profile .entry_btn span {
    display: inline-block;
}
#content_profile .entry_btn span::before {
    display: inline-block;
    content: url(../images/common/arrow-thin.png);
    line-height: 40px;
    vertical-align: -0.1em;
    padding-right: 10px;
}




