@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body{
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 14px;
  color: #333;
}

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;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  opacity: .8;
}

img {
  max-width: 100%;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.center{
  text-align: center;
}

.left{
  float: left;
}

@media screen and (max-width: 767px){
  .left_sp{
    float: left;
  }
}

.right{
  float: right;
}

@media screen and (max-width: 1000px){
  .center02{
    text-align: center;
  }
}

/*----------------------------header---------------------------*/

.header{
  font-weight: bold;
}

.headLogo{
  float: left;
  padding: 8px 5px;
  margin-left: 20px;
}

.globalNav li{
  float: left;
  padding: 20px 20px 0 20px;
}

.language li{
  float: left;
  background-color: #fff;
  padding: 15px 5px 0 0;
}

@media screen and (max-width: 900px){
  .language li{
    padding: 18px 5px 0 0;
  }
}

.navContent{
  width: 790px;
  float: right;
}

@media screen and (max-width:900px){
  .globalNav{
    font-size: 13px;
  }
}

@media screen and (max-width:800px){
  .globalNav{
    font-size: 12px;
  }
}

@media screen and (max-width: 1000px){
  .globalNav li{
    padding: 18px 10px 0 10px;
  }
}

@media screen and (max-width:900px){
  .globalNav li{
    padding: 23px 5px 0 5px;
  }
}

@media screen and (max-width: 1000px){
  .navContent{
    width: 690px;
  }
}

@media screen and (max-width: 900px){
  .navContent{
    width: 605px;
  }
}

@media screen and (max-width: 800px){
  .navContent{
    width: 570px;
  }
}

.button{
    font-size: 13px;
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 5px;
    text-decoration: none;
    background: #fff;
    border: 1px solid #fff;
    transition: .4s;
  }

.button:hover {
    background: #e10012;
    color: #fff;
}

.on{
  color: #fff;
  background-color: #e10012;
}


@media screen and (max-width: 900px){
  .headLogo{
    margin-left: 15px;
  }
}

@media screen and (max-width: 768px){
  .headLogo{
    float: left;
    padding: 5px;
    margin-left: 5px;
  }
}

@media screen and (max-width: 768px){
  #nav-toggle {
    display: none;
    position: absolute;
    margin-top: 6px;
    right: 12px;
    cursor: pointer;
    z-index: 101;
    text-align: center;
  }
}

@media screen and (max-width: 767px){
  #nav-toggle {
    margin-top: 10px;
  }
}

#nav-toggle div {
    position: relative;
}

#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #333;
    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: 0;
}
#nav-toggle span:nth-child(2) {
    top: 9px;
}
#nav-toggle span:nth-child(3) {
    top: 18px;
}

@media screen and (max-width: 768px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }

  /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        z-index: 100;
        /* 開いてないときは画面外に配置 */
        top: -502px;
        width: 100%;
        text-align: center;
        color: #333;
        background-color: #fff;
        padding: 5px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    @media screen and (max-width: 320px) {
    #global-nav {
        top: -511px;
    }
  }
    #global-nav ul {
        list-style: none;
        position: static;
        font-size: 14px;
        float: none;
    }
    #global-nav ul li {
        float: none;
        padding: 0;
    }
    #global-nav li:nth-child(-n+5){
    border-bottom: 1px solid #ccc;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #333;
        padding: 15px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
  
  .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}

.menu{
  padding: 3px 0;
}

.menuTxt{
  font-size: 12px;
  padding-top: 22px;
}

/*----------------------------footer---------------------------*/

.footerContents{
  background: #f2f2f2;
  padding: 15px 0;
}

@media screen and (max-width: 1000px){
  .footerContents{
    padding: 0;
  }
}

.footerContent01{
  max-width: 1250px;
  width: 96%;
  margin: 0 auto;
}

.footerLogo{
  float: left;
  padding-top: 20px;
  padding-right: 20px;
}

.leftContents{
  float: left;
  padding: 20px 10px;
}

.titRecruit,
.titContact{
  font-size: 65px;
  font-style: italic;
}

.titRecruit::after{
  content: "";
  width: 40px;
  height: 1px;
  margin: 0px auto;
  background: #fff;
  display: block;
}

.recruit{
  background: url(../img/backimg_recruit.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  font-weight: bold;
  padding: 45px 0;
}

@media screen and (max-width: 768px){
  .recruit{
    background-position: left -150px top 0;
  }
}


.recruitContent{
  text-align: center;
}

.recruit .linkBtn01{
  margin: 0px auto;
}

.recruitSbtit{
  padding-top: 10px;
}

.recruitTxt{
  line-height: 28px;
  padding: 20px 0;
}

.contact{
  background: url(../img/backimg_contact.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  font-weight: bold;
  padding: 91px 0;
}

@media screen and (max-width: 1000px){
  .contact .linkBtn02{
    margin: 0px auto;
  }
}

.contact p{
  float: left;
}

.contactContent{
  width: 1000px;
  margin: 0 auto;
}

.titContact{
  float: left;
}

.contactSbtit,
.contactTxt{
  padding: 0 40px;
}

.contactSbtit{
  margin-top: 50px;
}

.contactTxt{
  margin-top: 30px;
}

.footerContents01{
  float: left;
  padding: 0 10px;
  padding-top: 20px;
}

.footerContents01 a{
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.footerContents02 a{
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.footerContents02{
  float: left;
  padding: 20px 10px;
}

.footerContents03{
  float: right;
  padding: 20px 0;
  line-height: 0;
}

.footerContents03 li{
  float: left;
  padding-left: 10px;
}

.footerContents03 li:first-child{
  padding-left: 0;
}

@media screen and (max-width: 767px){
  .footerContents03 li:first-child{
    padding-left: 10px;}
}

@media screen and (min-width: 768px){
.footerContents01 a::before,
.footerContents02 a::before{
    content: '';
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
  }
}

@media screen and (max-width: 767px){
.footerContents01 a::after,
.footerContents02 a::after{
    content: '';
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
  }
}

.copyright{
  font-size: 12px;
  padding: 5px 0;
  background: #000;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px){
  .footerLogo{
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px){
  .footerLogo{
    float: none;
  }
}

@media screen and (max-width: 1000px){
  .titRecruit,
  .titContact{
    font-size: 40px;
    font-style: italic;
    float: none;
  }
}

@media screen and (max-width: 1000px){
  .contact{
    padding: 40px 0;
  }
}

@media screen and (max-width: 1000px){
  .contact p{
    float: none;
    margin: 0;
    margin: 20px 0;
  }
}

@media screen and (max-width: 768px){
  .contactSbtit{
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px){
  .contactSbtit,.contactTxt{
    padding: 0;
  }
}

@media screen and (max-width: 1000px){
  .contactContent{
    width: auto;
    margin: 0;
  }
}

@media screen and (max-width: 1300px){
  .footerContent01{
    font-size: 13px;
  }
}

@media screen and (max-width: 1200px){
  .footerContent01{
    font-size: 12px;
  }
}

@media screen and (max-width: 1300px){
  .footerLogo{
    padding-right: 10px;
    width: 150px;
  }
}

@media screen and (max-width: 767px){
  .leftContents{
    float:none;
  }
}


@media screen and (max-width: 768px){
  .footerContent01{
    width: auto;
    margin: 0;
  }
}

@media screen and (max-width: 1000px){
  .footerContents01{
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px){
  .footerContents01{
    padding-bottom: 5px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px){
  .footerContents01{
    width: 100%;
    float: none;
    padding: 0;
  }
}

@media screen and (max-width: 767px){
  .footerContents01 li{
    padding: 0;
    width: 50%;
    border-bottom: 1px solid #333;
  }
}

@media screen and (max-width: 768px){
  .footerContents02{
    padding-top: 8px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px){
  .footerContents02{
    width: 100%;
    float: none;
    padding: 0;
  }
}

@media screen and (max-width: 767px){
  .footerContents02 li{
    width: 50%;
    padding: 0;
    border-bottom: 1px solid #333;
  }
}

@media screen and (max-width: 767px){
  .footerContents01 li:first-child,
  .footerContents01 li:nth-child(2){
    border-top: 1px solid #333;
  }
}

@media screen and (max-width: 767px){
  .footerContents01 li:nth-child(2n),
  .footerContents02 li:nth-child(2n){
    border-left: 1px solid #333;
  }
}

@media screen and (max-width: 767px){
  .footerContents01 a,
  .footerContents02 a{
    padding: 0;
    width: 85%;
    padding: 10px 0 10px 10px;
  }
}

@media screen and (max-width: 400px){
  .footerContents01 a,
  .footerContents02 a{
    font-size: 11px;
  }
}

@media screen and (max-width: 999px){
  .footerContents03{
    float: none;
    width: 441px;
  }
}

@media screen and (max-width: 767px){
  .footerContents03{
    width: auto;
    clear: both;
  }
}

@media screen and (max-width: 1200px){
  .footerContents03 img{
    width: 150px;
  }
}

@media screen and (max-width: 999px){
  .footerContents03 img{
    width: auto;
  }
}

@media screen and (max-width: 767px){
  .footerContents03 img{
    width: 285px;
  }
}

@media screen and (max-width: 600px){
  .footerContents03 img{
    width: 230px;
  }
}

@media screen and (max-width: 500px){
  .footerContents03 img{
    width: 96%;
  }
}

/*----------------------btn-----------------------*/

.linkBtn01{
  width: 214px;
  border-radius: 45px;
  background: -moz-linear-gradient(left, #ed5a24, #e10012);
  background: -webkit-linear-gradient(left, #ed5a24, #e10012);
  background: -webkit-gradient(linear, left top, right top, from(#ed5a24), to(#e10012));
  background: -o-linear-gradient(left, #ed5a24, #e10012);
  background: linear-gradient(to right, #ed5a24, #e10012);
}

.linkBtn01 a{
  color: #fff;
  padding: 13px 0 13px 35px;
  display: block;
  position: relative;
  background: url(../../common/img/white_arrow.png) no-repeat 90% 50%;
}

.linkBtn02{
  width: 214px;
  border-radius: 45px;
  background-color: #fff;
  margin-top: 20px;
}

.linkBtn02 a{
  color: #e10012;
  padding: 13px 0 13px 30px;
  display: block;
  position: relative;
  background: url(../../common/img/red_arrow.png) no-repeat 90% 50%;
}

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

.marcellus{
  font-family: 'Marcellus', serif;
}

.openSans{
  font-family: 'Open Sans', sans-serif;
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  header .pcOnly {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  header .spOnly {
    display: block;
  }
}