@charset "utf-8";


header,nav,footer,article,section{
  display: block;
}
*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
html{
  height: 100%;
}
body{
  height: 100%;
}
* html div#container{
  height: 100%;
}
div#container{
  position: relative;
  min-height: 100%;
}
body > #container{
  height: auto;
}
footer{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
@media all and (max-width: 640px){
  footer{
    position: relative;
  }
}

ul,p,h1,h2,h3,h4,h5,dl,dt,dd,address{
  padding: 0px;
  margin: 0px;
}
h1,h2,h3,h4,h5{
  font-size: 14px;
  font-weight: normal;
}
address{
  font-style: normal;
}
ul,ol{
  list-style-type: none;
  font-size: 0px;
}
li{
  font-size: 1rem;
}
img{
  width: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}
table,th,td{
  border: 0;
  padding: 0;
}
a{
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  text-decoration: none;
}
/*
a img{
  -webkit-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}*/
map area{
  border: 0;
  outline: 0;
}


@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}


/* Layout */
div#container{
  margin: 0 auto;
  padding-bottom: 2000px;
}

.boxContents{
}
.boxMain{
}
.boxCareerWrap {
  margin-bottom: -275px;
}

/* /Layout */



/* Base Design */
html{
  font-size: 14px;
}
body{
  min-width: 980px;/*1090px*/
  background-color: #fff;
  color: #4e4b4a;
  line-height: normal;
  letter-spacing: 0.03em;
  /*font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,'Meiryo UI',"メイリオ",'MS PGothic','ＭＳ Ｐゴシック', sans-serif;*/
  font-family: "Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"Meiryo UI","MS PGothic","ＭＳ Ｐゴシック", sans-serif;
  /*font-size: 1rem;*/
  /*font-size: 0.875rem;*/
  font-size: 1.05em;
  font-weight: normal;
  /*-webkit-animation: dispBody 5s ease normal;
  animation: dispBody 5s ease normal;*/
}
body.home{
  min-width: 1210px;
}

/*
body.home.modeTest {
  background-image: url('./../../images/design/design-index.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  background-color: rgba(255,255,255,0.3);
  background-blend-mode: lighten;
}

@media all and (max-width: 640px){
  body.home.modeTest {
    background-image: url('./../../images/design/design-index-sp.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    background-color: rgba(255,255,255,0.3);
    background-blend-mode: lighten;
  }
}*/

body.pageInterview.single{
  min-width: 1260px;
}
body.pageEntry{
  min-width: 1010px;
}
@-webkit-keyframes dispBody{
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes dispBody{
  from{ opacity: 0; }
  to{ opacity: 1; }
}
a{
  color: #000;
}
li{
  font-size: 1.0rem;
}
/* /Base Design */





/* Header */
header{
  position: relative;
  z-index: 10;
  margin-bottom: -109px;/*-152px;*/
}
@media all and (max-width: 650px){
  header {
    margin-bottom: -35.9vw;/*-135px;*/
  }
}

.boxHeader {
  width: 980px;
  margin: 0 auto;
}
@media all and (max-width: 650px){
  .boxHeader {
    width: 100%;
    padding-bottom: 3vw;
    background-color: rgba(255,255,255,0.8);
  }
}

.boxHeader01{
  display: table;
  width: 980px;/* All 980px */
  height: 109px;
  margin: 0 auto;
}
.boxHeader01 .linkGnaviLogo,
.boxHeader01 .linkGnaviRecruit,
.boxHeader01 .linkGnaviEntry,
.boxHeader01 .boxGnaviElse{
  display: table-cell;
  background-repeat: no-repeat;
  background-position: left top;
  vertical-align: middle;
  text-align: center;
  /* letter-spacing: 0.1em; */
}
.boxHeader01 .linkGnaviLogo{
  width: 157px;
  padding-bottom: 10px;
  background-image: url('./../../images/common/gnavi-bg01.png');
  vertical-align: bottom;
  line-height: 1.15em;
  font-size: 0.8rem;
  color: #000;
}
.boxHeader01 .linkGnaviRecruit{
  width: 139px;
  background-image: url('./../../images/common/gnavi-bg02.png');
}
.boxHeader01 .linkGnaviRecruit .large{
  display: inline-block;
  width: 139px;
  padding-left: 0.2em;
  letter-spacing: 0.2em;
  font-size: 1.15rem;
}
.boxHeader01 .linkGnaviRecruit .txt01{
  display: inline-block;
  padding-left: 0.5em;
  letter-spacing: 0.5em;
}
.boxHeader01 .linkGnaviEntry{
  width: 188px;
  background-image: url('./../../images/common/gnavi-bg03.png');
}
.boxHeader01 .linkGnaviEntry .oneLine{
  margin-bottom: 2px;
  padding-left: 0.2em;
  letter-spacing: 0.2em;
}
.boxHeader01 .linkGnaviEntry .large{
  font-size: 1.15rem;
}
.boxHeader01 .linkGnaviEntry .txt01{
  display: inline-block;
  line-height: 1.5;
  font-size: 0.83rem;
}
.boxHeader01 .boxGnaviElse{
  width: 496px;
  height: 109px;
  padding: 0 0 0 25px;/*0 0 0 32px*/
  background-image: url('./../../images/common/gnavi-bg04.png');
}
.boxHeader01 .boxGnaviElseLR{
  display: table;
  width: 471px;/*100%*/
  margin-bottom: 22px;
}
.boxHeader01 .boxGnaviElseL,
.boxHeader01 .boxGnaviElseR{
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.boxHeader01 .boxGnaviElseL{
  width: 32%;
  padding-left: 17px;
  background-image: url('./../../images/common/gnavi-access-icn.png');
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 1.0;
  letter-spacing: normal;
}
.boxHeader01 .boxGnaviElseR{
  width: 68%;
  padding-left: 27px;
  background-image: url('./../../images/common/gnavi-tel-icn.png');
  background-repeat: no-repeat;
  background-position: left center;
  vertical-align: middle;
  line-height: 1.0;
}
.boxHeader01 .txtGnaviTelno01{
  padding-right: 10px;
  background-image: url('./../../images/common/gnavi-separation01.png');
  background-repeat: no-repeat;
  background-position: right center;
  vertical-align: middle;
}
.boxHeader01 .txtGnaviTelno02{
  padding-left: 10px;
  vertical-align: middle;
  letter-spacing: 0.11em;
  font-size: 1.67rem;
  font-weight: bold;
  color: #000;
}
.boxHeader01 .boxGnaviElse01 ul{
  display: table;
}
.boxHeader01 .boxGnaviElse01 li{
  display: table-cell;
  padding-right: 33px;
  background-image: url('./../../images/common/gnavi-separation02.png');
  background-repeat: no-repeat;
  background-position: right 14px center;
  font-size: 1.1rem;
}
.boxHeader01 .boxGnaviElse01 li:last-child{
  padding-right: 0;
  background: none;
}
.btnHmbMenu{
  display: none;
}
.boxHmbMenu{
  display: none;
}
.txtGnaviLogo{
  font-weight: bold;
  letter-spacing: normal;
}
/* /Header */





/* Footer */
footer{
}
.boxFooter01Wrap{
  /* background-image: url('./../../images/common/footer01-bg.png'); */
  background-repeat: no-repeat;
  background-position: center center;
}
.boxFooter01{
  display: table;
  width: 980px;
  height: 356px;
  margin: 0 auto;
}
.boxFooter01In{
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.boxFooter01LR{
  display: table;
  width: 100%;
}
.boxFooter01L{
  display: table-cell;
  width: 52%;
  vertical-align: middle;
}
.boxFooter01LIn{
  position: relative;
  width: 527px;
  height: 242px;
  padding-left: 145px;
  padding: 14px 0 0 147px;
  background-image: url('./../../images/common/footer01-bg02.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.boxFooter01LIn .boxCom00{
  margin-bottom: 3px;
  text-align: center;
  font-size: 1.15rem;
}
.boxFooter01LIn .ttl{
  margin: 0 0 13px 0;
  padding-bottom: 15px;
  /* background-image: url(./../../images/index/index05-border.png); */
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.17em;
  font-size: 1.25rem;
  font-weight: bold;
}
.boxFooter01LIn .ttl .large{
  font-size: 1.56rem;
}
.boxFooter01LIn .boxCom01{
  margin-left: 55px;
}
.boxFooter01LIn .boxCom01 p{
  letter-spacing: 0.05em;
  font-size: 1.0rem;
}
.boxFooter01LIn .linkFooter01L{
  position: absolute;
  bottom: 22px;
  left: 200px;
  display: inline-block;
  padding-right: 28px;
  background-image: url('./../../images/common/footer01-icn-arrow.png');
  background-repeat: no-repeat;
  background-position: right center;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
}
.boxFooter01R{
  display: table-cell;
  width: 48%;
  vertical-align: middle;
  text-align: right;
}
.boxFooter01R ul{
  width: 431px;
  margin-left: auto;
  margin-bottom: 15px;
  padding-top: 5px;
}
.boxFooter01R li{
  float: left;
  margin-right: 8px;
}
.boxFooter01R li:last-child{
  margin-right: 0;
}

.boxFooter02Wrap{
  background-image: url('./../../images/common/footer02-bg.png');
  background-repeat: no-repeat;
  background-position: center center;
}

.boxFooter02{
  width: 980px;
  margin: 0 auto;
  padding: 36px 0;
}
.boxFooter02LR{
  display: table;
  width: 100%;
  margin-left: 8px;
}
.boxFooter02LR p{
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
.boxFooter02L{
  display: table-cell;
  width: 53%;
  /*vertical-align: middle;*/
}
.boxFooter02L dl{
  display: table;
  width: 100%;
  margin-bottom: 9px;
}
.boxFooter02L dt{
  display: table-cell;
  width: 24%;
  padding: 8px 0 6px 15px;
  /* background-image: url('./../../images/common/footer02-icn-tel.png'); */
  background-repeat: no-repeat;
  background-position: right center;
  vertical-align: middle;
  font-size: 16px;
}
.boxFooter02L dd{
  display: table-cell;
  width: 60%;
  padding-left: 21px;
  vertical-align: middle;
  line-height: 1.0;
  letter-spacing: 0.05em;
  font-size: 39.66px;
  /* font-weight: bold; */
}
.boxFooter02R{
  display: table-cell;
  width: 43%;
  vertical-align: middle;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
.boxFooter02R dl{
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.boxFooter02R dl.last{
  margin-bottom: 0;
}
.boxFooter02R dt{
  display: table-cell;
  width: 11%;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 0.85em;
}
.boxFooter02R dl.first dt{
  vertical-align: top;
}
.boxFooter02R dt span{
  display: inline-block;
  width: 100%;
  padding: 2px 0;
  border: solid 1px #000;
}
.boxFooter02R dd{
  display: table-cell;
  width: 89%;
  padding-left: 15px;
  vertical-align: middle;
  letter-spacing: 0.09em;
}
.boxFooter02R dd a{
  display: inline-block;
  border-bottom: 1px #000 solid;
  line-height: 1.2;
}
.boxFooter02R dd .txtZipcode{
  margin-right: 5px;
}
.boxFooter02R dd .txtZipcode,
.boxFooter02R dd .txtAddress,
.boxFooter02R dd .txtMap {
  display: inline-block;
}
.boxFooter02R dd .txtMap {
  font-size: 1.0rem;
  letter-spacing: 0.03em;
}
.boxFooter02R dd .txtSeparation{
  display: inline-block;
  margin: 0 2px;
}
.boxFooter03{
  height: 358px;
  background-image: url('./../../images/common/footer03-bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}
.boxFooter03In{
  width: 980px;
  margin: 0 auto;
  text-align: center;
}
.boxFooter03In .txtCom01{
  display: inline-block;
  margin-top: 190px;
  letter-spacing: 0.13em;
  font-size: 1.5rem;
}
.boxFooter04Wrap{
  margin-bottom: 38px;
  background-image: url('./../../images/common/footer04-bg.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.boxFooter04{
  width: 980px;
  margin: 0 auto;
}
.boxFooter04In ul{
  display: table;
  height: 78px;
  margin: 0 auto;
}
.boxFooter04In li{
  display: table-cell;
  padding-right: 40px;
  background-image: url('./../../images/common/footer04-separation.png');
  background-repeat: no-repeat;
  background-position: right 10px center;
  vertical-align: middle;
  letter-spacing: 0.1em;
}
.boxFooter04In li:last-child{
  padding-right: 0;
  background: none;
}
.boxFooter05{
  width: 980px;
  margin: 0 auto;
  margin-bottom: 75px;
}
.boxFooter05LR{
  display: table;
  width: 100%;
}
.boxFooter05L{
  display: table-cell;
  width: 25%;
  padding-right: 3.3%;
  vertical-align: top;
}
.boxFooter05L .ttl{
  margin-bottom: 22px;
  padding: 10px 16px;
  border: 1px #8a8a8b solid;
  letter-spacing: 0.1em;
}
.boxFooter05L .ttl .large{
  font-size: 1.25rem;
}
.boxFooter05L .ulJobCat li{
  margin-bottom: 10px;
  margin-left: 1.2em;
  text-indent: -1.2em;
}
.boxFooter05L .ulJobCat li:before{
  content: '■';
  margin-right: 5px;
  font-size: 0.7rem;
  color: #d3d3d4;
}
.boxFooter05R{
  display: table-cell;
  width: 75%;
  vertical-align: top;
}
.boxFooter05R .ttl{
  margin-bottom: 22px;
  padding: 10px 16px;
  border: 1px #8a8a8b solid;
  letter-spacing: 0.1em;
}
.boxFooter05R .ttl .large{
  font-size: 1.25rem;
}
.boxFooter05R .ulWorkLocation{
  float: left;
  width: 30%;
  margin-right: 5%;
}
.boxFooter05R .ulWorkLocation.last{
  margin-right: 0;
}
.boxFooter05R .ulWorkLocation > li{
  margin-bottom: 30px;
}
.boxFooter05R .ulWorkLocation > li .liTtl{
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  padding: 7px 5px 7px 18px;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
  font-weight: bold;
}
/*
.boxFooter05R .ulWorkLocation > li .liTtl:before{
  content: '■';
  margin-right: 5px;
  font-size: 0.8rem;
  color: #c7c7c7;
}
*/
.boxFooter05R .ulWorkLocation02 > li{
  margin-bottom: 13px;
  margin-left: 1.2em;
  padding-left: 0;
  text-indent: -1.2em;
  line-height: 1.3;
}
.boxFooter05R .ulWorkLocation02 > li:before{
  content: '■';
  margin-right: 5px;
  font-size: 0.7rem;
  color: #c7c7c7;
}
.boxFooter05R .ulWorkLocation02 > li a{
  color: #6f6f6f;
}

.boxFooter06{
  padding: 27px 0;
/*
  background-image: url('./../../images/common/footer04-bg.png');
  background-repeat: no-repeat;
  background-position: center center;
*/
}
.boxCopyright{
  letter-spacing: 0.07em;
  text-align: center;
  font-size: 0.88rem;
}
/* /Footer */
