@charset "utf-8";

/* -----------------------------------------------
 * style.css
 * LastUpdate : 17/09/15
----------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700|IM+Fell+Great+Primer');

@font-face{
  font-family: 'futura';
  src: url(font/futura.ttf);
}

/* RESET
----------------------------------------------------------------------------------------------------*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,caption,canvas,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,form,footer,header,hgroup,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,main,small,span,strike,strong,sub,summary,sup,tt,table,tbody,tfoot,thead,time,tr,th,td,u,ul,var,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.2;text-align:left}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.2;text-align:left}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}table{border-collapse:collapse;border-spacing:0}

/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
body {
  margin: 0 auto;
  padding: 0;
  font-size: 18px;
  line-height: 1.6em;
  font-family: 'Roboto',"游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-weight: 500;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

@media only screen and ( max-width : 480px ) {
  body {font-size: 14px;}
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}



.header,#sp_nav,h2{
    
}
/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {
  outline:none;
  color: #333;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}


/* ----------------------------------------------

 * 要素を左右中央寄せ

---------------------------------------------- */

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

.taL {
  text-align: left !important;
}


.clr{zoom:1;display:inline-table}.clr:after{content:".";display:block;height:0;clear:both;visibility:hidden;font-size:0;line-height:0}* html .clr{height:1%;display:inline-table;display:block;height:1%}.clr{display:block}

input,textarea,select {
    -webkit-appearance: none;
    border-radius:0;
    line-height: 1em;
    /*font-size: 100%;*/
}
@media only screen and ( max-width : 480px ) {
}
input[type="text"],textarea,input[type="tel"],input[type="email"]{
  padding:10px;
  border: 1px solid #ccc;
  margin:0;
  display: block;
  background: #fff;
  width: 100%;
  font-family: inherit;
}

textarea {
  height: 10em;
}

*::selection {
background: #cfe2f5;
}
*::-moz-selection {
background: #cfe2f5;
}

*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*behavior:url(/scripts/boxsizing.htc)}.container{margin:0 auto}.clr:after,.col:after,.container:after,.group:after,.row:after{content:"";display:table;clear:both}.row{padding-bottom:0}.col{display:block;float:left;width:100%}@media (min-width:769px),print{.gutters .col{margin-left:2%}.gutters .col:first-child{margin-left:0}.gutters .colR:first-child{margin-right:0}.sp{display:none}}@media(max-width:768px){.sp_none{display:none !important;}}@media(min-width:480px){.sp_s{display:none}}@media print,screen and (min-width:769px){.span_1{width:8.33333333333%}.span_2{width:16.6666666667%}.span_3{width:25%}.span_4{width:33.3333333333%}.span_5{width:41.6666666667%}.span_6{width:50%}.span_7{width:58.3333333333%}.span_8{width:66.6666666667%}.span_9{width:75%}.span_10{width:83.3333333333%}.span_11{width:91.6666666667%}.span_12{width:100%}.gutters .span_1{width:6.5%}.gutters .span_2{width:15%}.gutters .span_3{width:23.5%}.gutters .span_4{width:32%}.gutters .span_5{width:40.5%}.gutters .span_6{width:49%}.gutters .span_7{width:57.5%}.gutters .span_8{width:66%}.gutters .span_9{width:74.5%}.gutters .span_10{width:83%}.gutters .span_11{width:91.5%}.gutters .span_12{width:100%}}

.container2{margin:0 auto;}
/* -----------------------------------------------
 * base.css
----------------------------------------------- */

* {box-sizing:border-box;}
main {display: block;}
img {
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}
#base {position: relative;}
.min {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

@media only screen and ( max-width : 768px ) {
  .box {
    margin-bottom: 30px;
  }
  .sbox {
    margin-bottom: 20px;
  }
  .container {
    padding: 0 30px;
  }
  .sp_box {
    margin-bottom: 20px;
  }
  .sp_inner {
    padding: 0 20px;
  }
  section {
    padding: 30px 0;
  }
}

@media only screen and ( max-width : 480px ) {
  .container {
    padding: 0 20px;
  }
}

@media print, screen and ( min-width : 769px ) {
  .box {
    margin-bottom: 60px;
  }
  .sbox {
    margin-bottom: 30px;
  }
  .container {
    width: 1200px;
  }
  .container2 {
    width: 780px;
  }
  #base {
  }
  .posL {
    float: left;
  }
  .posR {
    float: right;
  }
  .br_sp {
    display: none;
  }
  section {
    padding: 80px 0;
  }
}



/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
  border-top: 8px solid #d60016;
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}

#gNav li{
    text-align: center;
}
#gNav a {
    font-family: 'futura',"Futura", "Century Gothic", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#gNav a.active {
  color: #d60016;
}
#gNav a:hover {
  color: #999;
}
#gNav a span {
  display: block;
  font-weight: normal;
    text-align: center;
}
#gNav .entry,.nav .entry a {
  background: #d60016;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  padding: 10px 20px;
  border:3px solid #d60016;
}
#gNav .entry:before,.nav .entry a:before {
  content: "\f0da";
  font-family: "FontAwesome";
  margin-right: 10px;
}
#gNav .entry:hover {
  background: #fff;
  color: #d60016;
}

@media only screen and ( max-width : 768px ) {
  #header {
    padding: 10px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 58px;
    background: #fff;
    z-index: 98;
  }
  .h_logo {
    width: 100px;
    margin-left: 20px;
  }
  .nav li {
    font-weight: bold;
    font-size: 18px;
  }
  .nav li a span {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    margin-left: 2em;
  }
  .nav .entry a {
    text-align: center;
  }
}
@media only screen and ( max-width : 320px ) {
}

@media print, screen and ( min-width : 769px ) {
  #header {
    padding: 20px 40px;
    min-width: 1000px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    height: 110px;
  }
  #gNav {
  }
  #gNav ul {
    display: table;
    position: relative;
  }
  #gNav li {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    padding-right: 30px;
    position: relative;
  }
  #gNav a span {
    font-size: 12px;
    margin-top: 5px;
  }
  #header {
    -js-display : flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #gNav .sub {
    visibility: hidden;
    opacity: 0;
    z-index: 1;

    position: absolute;
    top: 50px;
    width: 150%;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;

    border:1px solid #000;
  }
  #gNav .sub a {
    padding: 10px;
    display: block;
  }
  #gNav .sub a span {
    display: inline-block;
    margin-left: 20px;
  }
  #gNav .sub li {
    display: block;
    font-size: 16px;
    border-bottom: 1px solid #000;
    padding: 0;
  }
  #gNav .sub li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a {
    color: #999;
  }
  #gNav li:hover ul.sub {
    top: 58px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
 #gNav li:hover ul.sub a {
    color: #111;
  }
  #gNav .sub li a:hover {
    background: #eee;
  }
}




/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  background: #000;
  color: #fff;
}
#footer li a {
  display: block;
  color: #fff;
}
@media only screen and ( max-width : 768px ) {
  #footer {
    padding: 30px 20px;
  }
  .f_logo {
    text-align: center;
  }
  .f_nav li {
    float: left;
    width: 48%;
    margin-right: 4%;
    border-bottom: 1px solid #fff;
  }
  .f_nav li:nth-child(2n) {
    margin-right: 0;
  }
  .f_nav li a {
    display: block;
    padding: 10px;
  }
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 769px ) {
  #footer {
    padding: 60px 40px;
    min-width: 1200px;
  }
  #footer li {
    display: inline-block;
    margin-right: 60px;
  }
  #footer li:last-child {
    margin-right: 0;
  }
  #footer li a {
    font-size: 24px;
  }
  .f_logo,.f_nav {
    float: left;
  }
  .f_logo {
    margin-right: 130px;
  }
}




/* ---------------------------------------------------------------------------------------------

　   CONTENTS

--------------------------------------------------------------------------------------------- */


h2,h3 {
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
  line-height: 1.6;
}
h2 strong {
  color: #d60016;
}

h2 .eg,.eg{
  font-family: 'futura',"Futura", "Century Gothic", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 50px;
    font-weight: 500;
}

h2 .ja {
  display: block;
  text-align: center;
  line-height: 1.8;
  color: #fa072f;
  font-weight: 300;
}
h3 {
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
  color: #fa072f;
}
h4 {
  position: relative;
  line-height: 1.8em;
  margin-bottom: 1.5em;
}
h4:before {
  content: "";
  height: 6px;
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fa072f;
}
h4:after {
  content: "";
  height: 6px;
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 100px;
  background: #030303;
}

#main p {
  word-break: break-all;
}

section p,section li {line-height: 1.8em;}

.color {
  color: #c70909;
}

@media only screen and ( max-width : 768px ) {
  #main {
    padding-top: 58px;
  }
  h2 {
    text-align: center;
    font-size: 34px;
  }
  h3 {
    font-size: 24px;
  }
  h2 span {font-size: 16px;}
  h4 {
    font-size: 18px;
    padding-bottom: 20px;
  }
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 769px ) {
  #main {
    padding-top: 110px;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 35px;
  }
  h2 span {font-size: 24px;}

  h4 {
    font-size: 24px;
    text-align: center;
    padding-bottom: 30px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   PAGE TOP

--------------------------------------------------------------------------------------------- */
#pageTop {
  position: fixed;
  bottom: 10%;
  right: 0;
  z-index: 999;
}
#pageTop a {
  display: block;
  width: 68px;
  height: 68px;
  line-height: 60px;
  background: #d60016;
  background-size: 100%;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 44px;
  border: 4px solid #d60016;
}

#pageTop_sp {
  background: #ccc;
  text-align: center;
  padding: 15px;
  font-size: 18px;
}
#pageTop_sp a {
  color: #fff;
}
#pageTop_sp i {
  margin-right: 10px;
}


/* ---------------------------------------------------------------------------------------------

　   CONTACT

--------------------------------------------------------------------------------------------- */
#contact .btn {
  background: #c30505;
  color: #fff;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 20px;
  margin: 0 auto;
  border:6px solid #c30505;
}
#contact .btn:hover {
  background: #fff;
  color: #c30505;
}
@media only screen and ( max-width : 768px ) {
  #contact .btn {
    font-size: 20px;
  }
	.container2 {width:90%;}
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 769px ) {
  #contact .btn {
    font-size: 32px;
    width: 350px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   募集要項

--------------------------------------------------------------------------------------------- */
.mgb0 {margin-bottom: 0;}
.pdt0 {padding-top: 0px!important;}
.pdt20 {padding-top: 20px!important;}
.pdb0 {padding-bottom: 0px!important;}
.pdb80 {padding-bottom: 80px!important;}
#recruit {padding-top:10px;}
.container2 h5 {font-size:24px;margin:10px 0 5px;}
.container2 table {border-collapse:collapse;border-spacing: 0;width:100%;margin-bottom: 1em;}
.container2 table td {border:1px solid #999;padding:0.5em;color:#666;font-size:14px;vertical-align: top;}
.container2 tr td:nth-of-type(1) {width:160px;}
.if-entry {width:100%;height:1550px;padding:0;background-color:#ffffff;frameborder:0;}
#inline_content img {display: block;margin:0 auto;}
.inline {color:#ff0000;}
@media only screen and ( max-width : 480px ) {
.container2 {width:94%;}
.container2 tr td:nth-of-type(1) {width:110px;}
.if-entry {height:1750px;}
}