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

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;
  backface-visibility: hidden;
}
table,th,td{
  border: 0;
  padding: 0;
}
a{
  color: #333;
  text-decoration: none;
  backface-visibility: hidden;
}
a,img{
  -webkit-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
body.agentTb a,
body.agentTb img{
  transition: none;
}
a:hover,
a img:hover{
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
}
map area{
  border: 0;
  outline: 0;
}



/* Layout */
div#container{
  margin: 0 auto;
  padding-bottom: 1648px;
}
.boxContents{
}
.boxMain{
}
.boxMain.type2col{
  overflow: hidden;
  width: 980px;
  margin: 0 auto;
}
.boxMain.type2col .boxMainL{
  float: left;
  width: 230px;
}
.boxMain.type2col .boxMainR{
  float: right;
  width: 750px;
  padding-left: 6px;
}
/* /Layout */



/* Base Design */
body{
  /*min-width: 1620px;*/
  min-width: 980px;/*1100px*/
  background-color: #fff;
  color: #000;
  line-height: normal;
  letter-spacing: 0.03em;
  /*font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,'Meiryo UI',"メイリオ",'MS PGothic','ＭＳ Ｐゴシック', sans-serif;*/
  /*font-family: "ヒラギノ明朝 W3 JIS2004","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"Meiryo UI","MS PGothic","ＭＳ Ｐゴシック", sans-serif;*/
  font-family: "Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"Meiryo UI","MS PGothic","ＭＳ Ｐゴシック", sans-serif;
  /*font-size: 1rem;*/
  /*font-size: 0.875rem;*/
  font-size: 1em;
  font-weight: normal;
  /*
  -webkit-animation: dispBody 5s ease normal;
  animation: dispBody 5s ease normal;
  */
}
@-webkit-keyframes dispBody{
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes dispBody{
  from{ opacity: 0; }
  to{ opacity: 1; }
}
a{
  color: #000;
}
li{
  font-size: 0.875rem;
}
/* /Base Design */




/* Header */
.boxHeader{
  width: 980px;
  margin: 0 auto;
}
.boxHeaderLR{
  display: table;
  width: 100%;
  height: 133px;
  font-size: 0.98rem;
}
.boxHeaderL{
  position: relative;
  display: table-cell;
  width: 50%;
  padding-left: 200px;
  vertical-align: middle;
}
.boxHeaderL .logoHeader01{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(35%);
  left: 0;
}
.boxHeaderL a:hover .logoHeader01{
  opacity: 1;
  filter: alpha(opacity=100);
}
.boxHeaderL > .ttl{
  display: inline-block;
  padding-top: 10px;
  line-height: 1.0;
  letter-spacing: 0.15em;
}
.boxHeaderR{
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  text-align: right;
}
.boxHeaderR ul{
  overflow: hidden;
  display: inline-block;
}
.boxHeaderR li{
  float: left;
  display: inline-block;
  margin-left: 30px;
  padding-left: 17px;
  background-image: url('/images/recruit/recruit-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: left center;
  letter-spacing: 0.07em;
}
.boxHeaderR li:nth-child(2){
  position: relative;
  top: -5px;
}
.boxHeaderR .boxChgStrSize{
  position: relative;
  bottom: -7px;
  display: inline-block;
  margin-right: 17px;
  letter-spacing: 0.1em;
  font-size: 0.8rem;
}
.boxHeaderR .boxChgStrSize .txt01{
  position: relative;
  top: -2px;
}
.boxHeaderR .boxChgStrSize .txtSmall,
.boxHeaderR .boxChgStrSize .txtMiddle,
.boxHeaderR .boxChgStrSize .txtLarge{
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 1px #555 solid;
  text-align: center;
  letter-spacing: normal;
  font-size: 1.2rem;
  /*font-weight: bold;*/
  color: #444;
  cursor: pointer;
}
.fontMiddle .boxHeaderR .boxChgStrSize .txtSmall,
.fontMiddle .boxHeaderR .boxChgStrSize .txtMiddle,
.fontMiddle .boxHeaderR .boxChgStrSize .txtLarge{
  width: 30px;
  height: 30px;
}
.fontLarge .boxHeaderR .boxChgStrSize .txtSmall,
.fontLarge .boxHeaderR .boxChgStrSize .txtMiddle,
.fontLarge .boxHeaderR .boxChgStrSize .txtLarge{
  width: 32px;
  height: 32px;
}
.boxHeaderR .boxChgStrSize .current{
  background-color: #0e3f99;
  color: #fff;
}
.boxHeaderR .boxHeaderSearch{
  display: inline-block;
}
.boxHeaderR input[name="s"]{
  position: relative;
  right: -7px;
  width: 158px;
  height: 28px;
  padding: 5px 10px;
  border: 1px #adadad solid;
  vertical-align: bottom;
}
.boxHeaderR input[name="search_submit"]{
  width: 29px;
  height: 28px;
  border: 0;
  background-image: url('/images/recruit/recruit-icn-search01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  font-size: 0;
}
.boxHeaderR input:focus{
  outline: 0;
}
.ulHeaderMenu{
  display: block;
  padding: 23px 0 48px 0;
  text-align: center;
}
.ulHeaderMenu li{
  display: inline-block;
  margin: 0 35px;
}
/* Header */


/* HmbMenu */
.btnRecHmbMenu,
.boxRecHmbMenu{
  display: none;
}
/* /.HmbMenu */


/* Footer */
footer{
  position: static;
}
.boxFooter02{
  width: 980px;
  margin: 0 auto;
  margin-bottom: 133px;
  border: 1px #ccc solid;
}
.boxFooter02 .boxTtl{
  padding: 5px 20px 3px 20px;
  background-color: #eeeced;
  letter-spacing: 0.1em;
  font-size: 0.95rem;
  font-weight: bold;
}
.boxFooter02 .boxTtl .ttl{
  display: inline-block;
  margin-right: 17px;
  font-size: 1.3rem;
  color: #c21919;
}
.boxFooter02 .boxCont{
  width: 94.5%;
  margin: 0 auto;
  padding-top: 30px;
  color: #5a5a5a;
}
.boxFooter02 .boxContIn{
  display: table;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px #ccc solid;
}
.boxFooter02 .boxCont .txtTelno{
  display: table-cell;
  width: 56%;
  padding-left: 30px;
  background-image: url('/images/recruit/recruit-icn-tel01.png');
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 0.8;
  vertical-align: bottom;
  letter-spacing: 0.1em;
  font-size: 2.5rem;
}
.boxFooter02 .boxCont .txtTelno .small{
  position: relative;
  top: -4px;
  display: inline-block;
  letter-spacing: 0.08em;
  font-size: 1.0rem;
  font-weight: bold;
}
.boxFooter02 .boxCont .txtTime{
  display: table-cell;
  width: 44%;
  vertical-align: bottom;
  text-align: right;
}
.boxFooter02 .boxCont .txtTime dl{
  letter-spacing: 0.12em;
}
.boxFooter02 .boxCont .txtTime dt{
  display: inline-block;
  margin-right: 10px;
}
.boxFooter02 .boxCont .txtTime dd{
  display: inline-block;
}
.boxFooter02 .boxCont02{
  width: 94.5%;
  margin: 0 auto;
  padding-bottom: 22px;
  color: #5a5a5a;
}
.boxFooter02 .boxCont02In{
  position: relative;
}
.boxFooter02 .boxCont02In .boxAddress{
  display: inline-block;
  margin-bottom: 2px;
}
.boxFooter02 .boxCont02In .txtZipcode,
.boxFooter02 .boxCont02In .txtCompamy,
.boxFooter02 .boxCont02In .txtCompamy2,
.boxFooter02 .boxCont02In .txtPart{
  display: inline-block;
  margin-right: 15px;
}
.boxFooter02 .boxCont02 .linkToContact{
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  padding: 7px 10px 7px 33px;
  background-color: #c40e18;
  background-image: url('/images/recruit/recruit-icn-arrow02.png');
  background-repeat: no-repeat;
  background-position: 15px center;
  letter-spacing: 0.2em;
  font-size: 0.85rem;
  color: #fff;
}

.boxFooter03{
  width: 980px;
  margin: 0 auto;
  margin-bottom: 60px;
  text-align: center;
}
.boxFooter03 ul{
  overflow: hidden;
  display: inline-block;
}
.boxFooter03 li{
  float: left;
  margin-right: 57px;
  line-height: 1.0;
}
.boxFooter03 li:last-child{
  margin-right: 0;
}
.boxFooter04Wrap{
  margin-bottom: 3px;
  padding: 56px 0 48px 0;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
}
.boxFooter04{
  width: 980px;
  margin: 0 auto;
}
.boxFooter04 ul{
  overflow: hidden;
  width: 700px;
  margin: 0 auto;
}
.boxFooter04 li{
  float: left;
  width: 25%;
  margin-bottom: 9px;
  font-size: 0.9rem;
}
.boxFooter04 li:before{
  content: '-';
  margin-right: 5px;
}
.boxFooter05Wrap{
  border-top: 1px #ccc solid;
}
.boxFooter05{
  overflow: hidden;
  width: 980px;
  margin: 0 auto;
  margin-bottom: 87px;
  padding-top: 55px;
}
.boxFooter0501,
.boxFooter0502,
.boxFooter0503,
.boxFooter0504,
.boxFooter0505{
  float: left;
  width: 18.5%;
  margin-right: 1.875%;
}
.boxFooter0505{
  margin-right: 0;
}
.boxFooter05 .ttl{
  margin-bottom: 20px;
  padding-bottom: 9px;
  border-bottom: 1px #ccc solid;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 1.1rem;
}
.boxFooter05 li{
  margin-bottom: 14px;
  padding-left: 15px;
  background-image: url('/images/common/footer-menu-head-icn.png');
  background-repeat: no-repeat;
  background-position: left top 10px;
  letter-spacing: 0.1em;
  font-size: 0.87rem;
}
.boxToPagetop{
  width: 100%;
  min-width: 980px;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  text-align: center;
}
.btnToPagetop{
  display: inline-block;
  padding: 18px 0 14px 27px;
  background-image: url('/images/common/footer-arrow-icn01.png');
  background-repeat: no-repeat;
  background-position: left center;
  letter-spacing: 0.1em;
  font-size: 0.9rem;
  cursor: pointer;
}
.boxFooter06Wrap{
  background-color: #efefef;
}
.boxFooter06{
  width: 980px;
  margin: 0 auto;
  padding-top: 65px;
  background-image: url('/images/recruit/recruit-footer-border01.png');
  background-repeat: repeat-y;
  background-position: 97px top;
  text-align: right;
}
.ulFooter0601{
  overflow: hidden;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.ulFooter0601 li{
  float: left;
  display: inline-block;
  margin: 45px 0 0 25px;
  padding: 0 0 7px 22px;
  border-bottom: 1px #ccc solid;
  background-image: url('/images/recruit/recruit-icn-link01.png');
  background-repeat: no-repeat;
  background-position: left 0.15em;
  vertical-align: bottom;
  letter-spacing: 0.08em;
}
.ulFooter0601 li:first-child{
  margin: 0;
  padding-top: 0;
  border: 0;
  background: none;
}
.ulFooter0601 li:nth-child(2){
  margin-left: 62px;
}
/****************/
.boxFooterMark{
  width: 830px;
  margin-left: auto;
  margin-bottom: 50px;
  text-align: center;
}
.boxFooterMark .imgMarkIso{
  width: 90px;
  margin-right: 30px;
}
.boxFooterMark .imgMarkKurumin{
  width: 80px;
}
/****************/
.boxIsoMarkCont,
.boxKuruminMarkCont{
  display: none;
}
.boxIsoMarkCont .ttlBase01,
.boxIsoMarkCont .ttlBase02{
  text-align: left;
}
.boxIsoMarkCont .boxBaseCom.no1{
  margin-bottom: 30px;
}
.boxIsoMarkCont01{
  margin-bottom: 50px;
}
.boxKuruminMarkCont .ttlBase01,
.boxKuruminMarkCont .ttlBase02{
  text-align: left;
}
.boxKuruminMarkCont .boxBaseCom.no1{
  position: relative;
  padding-right: 180px;
}
.boxKuruminMarkCont .boxBaseCom.no1 .boxImg{
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
.boxKuruminMarkCont .boxBaseCom.no1 .boxImg .txt01{
  font-size: 0.9rem;
}
/****************/
.boxFooter06 .boxAddress{
  width: 830px;
  margin-left: auto;
  margin-bottom: 40px;
  letter-spacing: 0.08em;
  text-align: center;
  font-size: 0.95rem;
}
.boxFooter06 .boxAddress .txtZipcode{
  font-size: 1.0rem;
}
.boxFooter06 .boxAddress .txtSepa{
  display: inline-block;
  padding: 0 7px;
}
.boxFooter06 .boxAddress .txtTelno,
.boxFooter06 .boxAddress .txtFaxno{
  font-size: 1.0rem;
}
.boxFooter06 .boxAddress .txtFaxno{
  display: inline-block;
  margin-right: 0;
}
.boxFooterSns{
  width: 830px;
  margin-left: auto;
}
.ulFooterSns{
  display: table;
  margin: 0 auto;
  margin-bottom: 47px;
}
.ulFooterSns li{
  display: table-cell;
  padding-right: 15px;
  vertical-align: middle;
}
.ulFooterSns li:first-child{
  display: none;
}
.ulFooterSns li:last-child{
  padding-right: 0;
}
.boxCopyright{
  width: 840px;
  margin-left: auto;
  padding-bottom: 50px;
  letter-spacing: 0.08em;
  text-align: center;
  font-size: 0.74rem;
  color: #b2b2b2;
}
/* /Footer */


/* FooterFixedNavi */
.imgFixedFooterNavi{
  position: fixed;
  z-index: 1001;
  bottom: 1%;
  right: 1%;
  cursor: pointer;
}
.boxFixedFooterMenu{
  display: none;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #ccc;
  background-color: #ededed;
}
.boxFixedFooterMenuIn{
  width: 980px;
  margin: 0 auto;
  padding: 30px 0 10px;
}
.boxFixedFooterMenuIn ul{
  overflow: hidden;
  /*width: 700px;
  margin: 0 auto;*/
}
.boxFixedFooterMenuIn li{
  float:left;
  width: 33.333333%;
  margin-bottom: 10px;
  padding: 0 15px 0 15px;
}
.boxFixedFooterMenuIn li span{
  display: inline-block;
  width: 100%;
  padding: 10px 0 10px 10px;
  border-bottom: 1px #999 dotted;
  background-image: url('/images/recruit/rec-icn-arrow06.png');
  background-repeat: no-repeat;
  background-position: 98% center;
  font-size: 1.0rem;
}
/* /FooterFixedNavi */

.pc_none{
  display: none;
}