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



.forTab {
	display: none;
}
.forSp {
	display: none;
}
body {
	animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
	color:#333;

}

@keyframes fadeIn {
    0% {opacity: 0}
		30% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
		30% {opacity: 0}
    100% {opacity: 1}
}

img {
	height:auto;
	width:100%;
	vertical-align:bottom;
}

h1, h2, h3, h4 {
	font-weight:normal;
}
p, dd {
	text-align:justify;
}
.w960 {
	width:960px;
	margin-left: auto;
	margin-right: auto;
}

.w600 {
	width:600px;
}
.w520 {
	width:525px;
}
.w380 {
	width:380px;
}
.w310 {
	width:310px;
}
.w440 {
	width:440px;
}
.floatL {
	float:left;
}
.floatR {
	float:right;
}
.mgnAuto {
	margin-left:auto;
	margin-right:auto;
}



/*============================================*/
/*============　ヘッダー　=============*/
/*============================================*/
header {
	width:100%;
@media (max-width: 959px){
	max-width: 90%;
}
}
header  .headerInner {
	margin:0 auto;
	position:relative;
	max-width:1000px;
}
header .headerInner .logoWrap {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
header .headerInner .logo {
	width: 330px;
	padding: 20px 10px;
}
header .headerInner .entry_form {
	background-color: blue;
	display:flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	color: white;
	min-width: calc(100% / 5);
	text-decoration: none;
	@media (max-width: 959px){
		display: none;
	}
}
header .headerInner h2 {
	width: 26%;
	padding-left: 2%;
	line-height: 0;
}
header  .headerInner ul {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	padding-top: 10px;
	@media (max-width: 959px){
		display: none;
	}
}
	
header .headerInner ul li {
	width:calc(100% / 5);
	border-left: solid 1px #999;
	&:last-of-type {
		border-right: solid 1px #999;
	}
}
header .headerInner ul li a {
	display:flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 10px 20px;
	font-size: 1rem;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button::after {
	top: -100%;
	width: 100%;
	height: 100%;
}
.button:hover::after {
	top: 0;
	background-color: #eee;
}




.pankuzu {
	background-color: #f7f7f7;
	box-shadow: 0 7px 4px -5px #dadada inset;
	.ins {
		max-width: 1000px;
		padding: 10px;
		margin: auto;
		.pankuzuList {
			ul {
				display:flex;
				justify-content: flex-start;
				align-items: center;
				gap:8px;
				margin:0;
				li {
					display:flex;
					justify-content: flex-start;
					align-items: center;
					gap:8px;
					&:not(:last-of-type):after {
						content:">";
						font-size: 0.8rem;
					}
					a,span {
						font-size: 0.8rem;
						color: black;
						text-decoration: none;
						&.is-disabled {
							text-decoration: none;
							cursor: auto;
							pointer-events: none;
						}
					}
				}
			}
		}
	}
}
/*============================================*/
/*============　フッター　=============*/
/*============================================*/

footer {
	background-color:#eeeeee;
	text-align:center;
	padding:50px 0;
	margin-top:0px;
}
footer .footInner {
	margin: auto;
	position:relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;

}
footer .footInner .leftBox {
	width:220px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
}
footer .footInner .leftBox a {
	background-color: #fff;
	padding:0;
	min-height: 50px;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	img {
		min-height: 100%;
	}
}
footer .footInner .entry_form {
	background-color: blue!important;
	display:flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	color: white;
	min-width: calc(100% / 5);
	text-decoration: none;
}


footer .footInner #bottomNav {
	width: calc(100% - 300px);
	@media (max-width: 959px){
		width: 100%;
	}
}
footer .footInner #bottomNav ul {
	/*float:left;*/
	padding-right:25px;
@media all and (max-width: 900px) {
	padding: 5px 20px;
}
}
footer .footInner #bottomNav ul:first-of-type {
	width: 100%;
}
footer .footInner #bottomNav ul:not(:first-of-type) {
	width: calc(100% / 4);
	@media (max-width: 959px){
		width: 100%;
	}
}
footer .footInner #bottomNav li {
	background-image:url(../img/try02.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:8px;
	margin-left:10px;
	margin-bottom:0.8em;
	text-align:left;
}
footer .footInner #bottomNav li.li0 {
	background-position:left center;
	background-repeat:no-repeat;
	border-bottom: solid 1px black;
	padding: 10px;
}

footer .footInner #bottomNav li a {
	color:black;
	text-decoration:none;
	box-sizing:border-box;
	font-size:12px;
}
footer .footInner #bottomNav li.li0 a {
	font-size: 100%;
	font-weight: bold;
}

footer .footInner .cRight {
	text-align:center;
	color: black;
	font-size:11px;
	border-top: solid 1px black;
	padding: 40px 0;
	width: 100%;
}
#goPageTop {
	opacity: 0;
-ms-filter: "alpha( opacity=0 )";
filter: alpha( opacity=0 );
position: fixed;
right: 20px;
bottom: 50px;
	width: 45px;
}


/*============================================*/
/*============　共通　=============*/
/*============================================*/

#mainBoxTop {
	position:relative;
	opacity:0;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
/*============================================*/
/*============　トップページ　=============*/
/*============================================*/

#mainBox {
	overflow:hidden;
	opacity:0;
}
.toppage #mainBoxTop {
	background-image:url(../../img/sky.jpg);
	background-size:cover;
	position:relative;
	opacity:0;
}
.toppage #wrapper {
	margin:0 auto;
	padding-top:0px;
}
.toppage #contentsTop {
	width:100%;
}
.toppage #wrapper .leadBox {
	margin:0 auto;
	padding:100px 0;
	font-size:16px;
	line-height:2.6em;
  color: #555;
}
.toppage #wrapper .leadBox h3 {
  font-size: 24px;
  text-align: center;
  padding: 1em 0;
}
.toppage #wrapper .leadBox p {
  text-align: center;
  padding: 1em 0;
}
.toppage #wrapper .leadBox .sign {
  text-align: right;
  padding-top: 1em;
}
.toppage #wrapper .leadBox .sign .name {
  font-size: 20px;
  letter-spacing: 0.5em;
}
.toppage #wrapper .leadBox .imgBox {
	width:353px;
	margin:0 auto;
	padding-bottom: 60px;
}
.toppage #wrapper h2 {
	text-align:center;
	font-size:24px;
	text-shadow:0px 1px 2px rgba(0,0,0,0.3);
}

.toppage #ytWrap {
  background-color: #000;
  padding: 60px 0;
}
.toppage #ytWrap h3 {
  text-align: center;
  color:#b8a320;
  font-size: 40px;
  padding-bottom: 20px;
}
.toppage #ytWrap #ytBox {
  max-width: 900px;
  margin: 0 auto;
}
.toppage #ytWrap #ytBox #ifBox {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.toppage #ytWrap #ytBox iframe {
  position: absolute;
  top:0;
  left: 0;
}

.toppage #workWrap {
  background-color: #F5F5F3;
  padding: 80px 0;
}
.toppage #workBox {
  width: 90%;
  max-width: 960px;
  margin: 0px auto;
  position: relative;
}
.toppage #workBox h3 {
  width: 100%;
  font-size: 24px;
  text-align: center;
  border-top: #999 solid 1px;
  border-bottom: #999 solid 1px;
  padding: 0.5em;
  margin-bottom: 2em;
  color: #333;
}
.toppage #workBox .wkBg {
  position: relative;
}
.toppage #workBox .wkBg a.flow {
  display: block;
      position: absolute;
      width: 25.3%;
  z-index: 2;
    }
     .toppage #workBox .flow01 {
       left: 36.5%;
      top: 0;
    }
     .toppage #workBox .flow03 {
       left: 36.5%;
      top: 34%;
    }
     .toppage #workBox .flow02 {
       left: 0;
      top: 34%;
    }
     .toppage #workBox .flow04 {
       right: 3%;
      bottom: 0%;
    }
     .toppage #workBox .flow05 {
       left: 36.5%;
       bottom: 0%;
    }
     .toppage #workBox .flow06 {
       left: 0%;
       bottom: 0%;
    }
    .toppage #workBox .flow {
      display: block;
      transition: 0.3s;
    }
    .toppage #workBox .wkBg a:hover {
      opacity: 0.5;
    }
    .toppage #workBox .arwBox,
    .toppage #workBox .g-center
    {
      display: none;
    }
    
    @media (max-width: 599px){
      .toppage #workBox {
        width: 100%;
      }
      .toppage #workBox .wkBox {
        position: static;
        width: 75%;
        max-width: 280px;
        margin: 0 auto;
      }
      .toppage #workBox #wkBoxSp {
        background-color:#D9D8CA;
        padding: 50px 0;
        margin-top: 50px;
      }
      .toppage #workBox .arwBox {
        display: block;
        width: 10%;
        padding: 10px 0;
        margin-left: 45%;
      }
      .toppage #workBox .wkBg,
      .toppage #workBox .g-center
      {
        display: block;
        width: 94%;
        max-width: 500px;
        margin: 0 auto;
      }
    }

@media (max-width: 959px){
  
  .toppage #wrapper .leadBox p {
    text-align: justify;
    padding: 1em 5%;
  }
  .toppage #wrapper .leadBox p br {
    display: none;
  }
  .toppage #ytWrap {
  padding: 5%;
    /*margin-bottom: 30px;*/
  }
}
@media (max-width: 599px){
  .toppage #wrapper .leadBox h3 {
    font-size: 16px
  }
  .toppage #wrapper .leadBox p {
    padding: 1em 3%;
  }
  .toppage #workWrap {
    background-color: #F5F5F3;
    padding: 30px 0;
  }
  .toppage #workBox h3 {
    width: 100%;
    font-size: 18px;
    text-align: center;
    border-top: #999 solid 1px;
    border-bottom: #999 solid 1px;
    padding: 0.5em;
    margin-bottom: 1em;
    color: #333;
  }
}
/*.toppage .catchBox {
	position:relative;
	margin:0 auto;
	width:960px;
	text-align:right;
	margin-top:-560px;
}
.toppage .catchBox img {
	width:124px;
}

.contestsBox {
	width:960px;
	margin:0 auto;
	padding:0px 0 100px 0;
}*/
.toppage .navImgBox {
	background-image:url(../../img/top-02.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:20px 0;
	margin-bottom:10px;
}
.toppage .navImgBox02 {
	background-image:url(../../img/top-03.jpg);
	text-align:right;
}
.toppage .navImgBox03 {
	background-image:url(../../img/top-04.jpg);
}
.toppage .navImgBox04 {
	background-image:url(../../img/top-05.jpg);
	text-align:right;
}
.toppage .navImgBox .txtBox {
	width:380px;
	height:240px;
	background-color:rgba(0,0,0,0.6);
}
.toppage .navImgBox .txtBox .txtInner {
	padding-top:40px;
	width:249px;
	text-align:center;
}
.toppage .navImgBox .txtBox .txtInner p {
	color:#fff;
	font-size:15px;
	line-height:1.6em;
	padding-top:1em;
}
.toppage .navImgBox .txtBox .txtInner a.btnBox {
	display: block;
	width: 174px;
	height: 40px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../../works/img/btn_more.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.toppage .navImgBox .txtBox .txtInner a.btnBox:hover {
	background-position:0px -40px;
}



.toppage .navImgBox a {
	width:960px;
	display:block;
	margin:10px auto;
}
.toppage .navImgBox a img {
	max-width:388px;
}

/*==============社員からのメッセージ==============*/
.toppage #modalBox {
  width: 100%;
  background-color: #eee;
  padding: 80px 0;

}
.toppage #modalBox h3 {
  width: 100%;
  font-size: 24px;
  text-align: center;
  border-top: #999 solid 1px;
  border-bottom: #999 solid 1px;
  padding: 0.5em;
  color: #333;
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 2em;
}

.toppage #modalBox ul {
  display: flex;
  max-width: 960px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}

.toppage #modalBox li {
  width: 22%;
  margin-bottom: 30px;
}
@media print{
    /* 印刷時にのみ適用されるスタイルを記述 */
    .toppage #modalBox ul {
        page-break-before: always;
    }
}
.toppage #modalBox li a {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #000;
  transition: 0.5s;
  border: #fff solid 2px;
}
.toppage #modalBox li a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.5)inset;
}
.toppage #modalBox li a:hover {
  
  box-shadow: 0px 3px 6px rgba(0,0,0,0.5);
}
.toppage #modalBox li a:hover::after {

  box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
}
.toppage #modalBox li a img {
  transition: 0.5s;
  opacity: 0.8;
}
.toppage #modalBox li a:hover img {
  transform: scale(1.1);
  opacity: 1;
}

@media ( max-width : 959px ) {
  .toppage #modalBox ul {
    width: 90%;
    }
  .toppage .fukuri dd li {
    font-size: 13px;
  }
}

@media ( max-width : 599px ) {
  .toppage #Welfare {
    margin-bottom: 40px;
  }
  .toppage #modalBox {
    padding: 40px 0;
  }
  .toppage #modalBox li {
    width: 31%;
    margin-bottom: 10px;
  }
  .toppage .mfp-title {
  font-size: 14px;
  padding-right: 0.5em;
  }
}
/*=============photogallary==============*/
.toppage .mfp-bg {
      opacity: 0;
	  transition: all 0.3s ease-out;
    }
.toppage .mfp-bg.mfp-ready {
      opacity: 0.8;
    }
.toppage .mfp-image-holder .mfp-content {
      max-width: 800px;
      
    }
.toppage img.mfp-img {
      border: #fff solid 3px;
      border-radius: 10px;
      padding: 0;
      
    }
.toppage .mfp-content {
      max-width: 800px;
      opacity: 0;
	    transition: all 0.6s ease-out;
      padding: 40px 0;
    }
.toppage .mfp-ready .mfp-content {
      opacity: 1;
    }
.toppage  .mfp-title {
      text-align:  center;
      line-height: 21px;
      font-size: 18px;
      color: #F3F3F3;
      word-wrap: break-word;
      padding-right: 0px;
      padding-top: 6px;
    }
.toppage .mfp-counter {
      top: 22px;
      right: inherit;
      left: 0;
    }


/*============================================*/
/*============　仕事を知る　=============*/
/*============================================*/

.works {
}
.works .navImgBox {
	background-image:url(../../works/img/bg01.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:10px 0;
}
.works .navImgBox02 {
	background-image:url(../../works/img/bg02.jpg);
}
.works .navImgBox03 {
	background-image:url(../../works/img/bg03.jpg);
}
.works .navImgBox04 {
	background-image:url(../../works/img/bg04.jpg);
}
.works .navImgBox05 {
	background-image:url(../../works/img/bg05.jpg);
}
.works .navImgBox06 {
	background-image:url(../../works/img/bg06.jpg);
}
.works .navImgBox .worksItem {
	/*height:600px;*/
	margin:10px auto;
}
.works .navImgBox .worksItem .txtBox {
	width:266px;
}
.works .navImgBox .worksItem .txtBox h2 {
	padding:20px 0;
}
.works .navImgBox .worksItem .txtBox .numBox {
	width:88px;
}
.works .navImgBox .worksItem .txtBox .numBox {
	width:88px;
}
.works .navImgBox .worksItem .txtBox p {
	font-size:14px;
	line-height:1.8em;
}
.works .navImgBox .worksItem .txtBox p.txtBlack {
	color:#333;
}
.works .navImgBox .worksItem .txtBox p.txtWhite {
	color:#fff;
}
.works .navImgBox .worksItem .txtBox a.btnBox {
	display:block;
	width:174px;
	height:40px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../../works/img/btn_more.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
.works .navImgBox .worksItem .txtBox a.btnBox:hover {
	background-position:0px -40px;
}
.works .navImgBox .worksItem .imgBox {
	/*height:600px;*/
	overflow:hidden;
}
.works .navImgBox .worksItem .imgBox img {
	opacity:1;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.works .navImgBox .worksItem .imgBox:hover img {
	transform: scale(1.3);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.works .navImgBox .worksItem .flLeft {
	float:left;
}
.works .navImgBox .worksItem .flRight {
	float:right;
}
.works {
}
.works {
}

/*.works #mainBox {
	position:relative;
}
.works .navImgBox {
	background-image:url(../img/work/bg_work01.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:10px 0;
	margin-bottom:0px;
	height:700px;
}
.works .navImgBox02 {
	background-image:url(../img/work/bg_work02.jpg);
}
.works .navImgBox03 {
	background-image:url(../img/work/bg_work03.jpg);
}
.works .navImgBox04 {
	background-image:url(../img/work/bg_work04.jpg);
}
.works .navImgBox .txtBox {
	width:960px;
	margin:50px auto 0 auto;
}


.works .navImgBox img {
	width:100%;
	height:auto;

}
.works #mainBox img {
	display:block;
	width:752px;
	height:auto;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-304px;
	margin-left:-375px;
}
.works .contestsBox {
	width:1360px;
	padding-top:100px;
}*/

/*============================================*/
/*============　職種別　=============*/
/*============================================*/


.job .mainPhBox {
	position:relative;
	max-width:1400px;
	min-width:960px;
	height:600px;
	background-size:cover;
	background-position:center center;
	margin:0 auto;
}
.job01 .mainPhBox {
	background-image:url(../../works/electronic/img/main.jpg);
}
.job02 .mainPhBox {
	background-image:url(../../works/tranceport/img/main.jpg);
}
.job03 .mainPhBox {
	background-image:url(../../works/cash/img/main.jpg);
}
.job04 .mainPhBox {
	background-image:url(../../works/resident/img/main.jpg);
}
.job05 .mainPhBox {
	background-image:url(../../works/sales/img/main.jpg);
}
.job06 .mainPhBox {
	background-image:url(../../works/tech/img/main.jpg);
}



.job .mainPhBox .titWrap {
	width:960px;
	margin:0 auto;
	position:relative;
}
.job .mainPhBox .titWrap .siruBox {
	position:absolute;
	top:0px;
	right:0px;
	width:380px;
	height:780px;
	overflow:hidden;
	z-index: 1;
}
.job02 .mainPhBox .titWrap .siruBox, .job06 .mainPhBox .titWrap .siruBox {
	right: inherit;
	left:0px;
	
}

.job .mainPhBox .titWrap .siruBox .inner {
	position:absolute;
	top:-80px;
	right:0px;
	background-color:rgba(0,0,0,0.6);
	width:380px;
	height:780px;
	-webkit-transform: skewY(20deg);
	-moz-transform: skewY(20deg);
	-ms-transform: skewY(20deg);
	 -o-transform: skewY(20deg);
	 transform: skewY(20deg);
	z-index:11;
	text-align:center;
	color:#fff;
}
.job02 .mainPhBox .titWrap .siruBox .inner, .job06 .mainPhBox .titWrap .siruBox .inner {
	-webkit-transform: skewY(-20deg);
	-moz-transform: skewY(-20deg);
	-ms-transform: skewY(-20deg);
	 -o-transform: skewY(-20deg);
	 transform: skewY(-20deg);
}
.job .mainPhBox .titWrap .siruBox .inner .reset {
	-webkit-transform: skewY(-20deg);
	-moz-transform: skewY(-20deg);
	-ms-transform: skewY(-20deg);
	-o-transform: skewY(-20deg);
	transform: skewY(-20deg);
}
.job02 .mainPhBox .titWrap .siruBox .inner .reset, .job06 .mainPhBox .titWrap .siruBox .inner .reset {
	-webkit-transform: skewY(20deg);
	-moz-transform: skewY(20deg);
	-ms-transform: skewY(20deg);
	-o-transform: skewY(20deg);
	transform: skewY(20deg);
}
.job .mainPhBox .titWrap .siruBox .inner h1 {
	padding-top:130px;
	width:262px;
	display:inline-block;
}
.job .mainPhBox .titWrap .siruBox .inner h2 {
	padding-top:50px;
	width:286px;
	display:inline-block;
}
.job .mainPhBox .titWrap .siruBox .inner p.desc {
	padding-top:30px;
	padding-bottom:40px;
	width:286px;
	display:inline-block;
	font-size:16px;
	text-align:justify;
	line-height:1.6em;
}
.job .contentsBox {
	width:960px;
	margin:0 auto;
	padding-top:120px;
}
.job .contentsBox h3 {
	font-size: 24px;
	color: #444444;
	border-left: #ccc solid 10px;
	padding: 0.5em 0;
	padding-left: 1em;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	margin-top: 60px;
	margin-bottom: 20px;
}
.job .contentsBox .imgBox {
}
.job .contentsBox .row {
	padding:30px 0;
}

.job .contentsBox .row .txtBox p {
	font-size: 14px;
	color: #444444;
	line-height: 2.4em;
}
.job .contentsBox .naiyo {
	border:#eee solid 10px;
	position:relative;
	margin-top:60px;
}
.job .contentsBox .naiyo h4 {
	position:absolute;
	left:-20px;
	top:-20px;
	width:207px;
}
.job .contentsBox .naiyo ul {
	margin-left:200px;
	margin-right:30px;
}
.job .contentsBox .naiyo li {
	font-size:18px;
	border-bottom:#ccc dotted 1px;
	padding:0.3em 0;
}
.job .bottombtnBox {
	width:960px;
	margin:60px auto;
}
.job .bottombtnBox ul {
	
}
.job .bottombtnBox li {
	width:16.6%;
	float:left;
	text-align:center;
	border-right:#ccc dotted 1px;
}
.job .bottombtnBox li:first-child {
	border-left:#ccc dotted 1px;
}
.job .bottombtnBox li .sankaku {
	width:15px;
	margin:0 auto;
	margin-bottom:20px;
}
.job .bottombtnBox li a {
	opacity:0.2;
	transition:all 0.3s linear;
  width: 80%;
  margin: 0 auto;
  display: block;
}
.job .bottombtnBox li .sankaku {
	opacity:0;
}
.job .bottombtnBox li a:hover {
	opacity:1;
}
.job01 .bottombtnBox li.li01 a, .job01 .bottombtnBox li.li01 .sankaku {
	opacity:1;
}
.job02 .bottombtnBox li.li02 a, .job02 .bottombtnBox li.li02 .sankaku {
	opacity:1;
}
.job03 .bottombtnBox li.li03 a, .job03 .bottombtnBox li.li03 .sankaku {
	opacity:1;
}
.job04 .bottombtnBox li.li04 a, .job04 .bottombtnBox li.li04 .sankaku {
	opacity:1;
}
.job05 .bottombtnBox li.li05 a, .job05 .bottombtnBox li.li05 .sankaku {
	opacity:1;
}
.job06 .bottombtnBox li.li06 a, .job06 .bottombtnBox li.li06 .sankaku {
	opacity:1;
}

.job .bottombtnBox li a img {
	width:100%;
}
.job .btnMember {
	padding-top:40px;
	text-align:center;
}
.job .btnMember a {
	display:inline-block;
	width:470px;
	height:65px;
	background-image:url(../../works/img/btn_menber.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	
}
.job .btnMember a:hover {
	background-position:0px -65px;
}


/*============================================*/
/*============　人を知る　=============*/
/*============================================*/


.member {
	
}
.member .wrapper {
	overflow: hidden;
	padding: 80px 0;
}
.member #mainBox img {
	
}
.member #contentsTop {
	padding-top:100px;
	
}

.member .navImgBox {

	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:10px 0;
	margin-bottom:0px;
	height:390px;
	width:106%;
	margin-left:-2%;
	-webkit-transform: rotate(-5deg);
-moz-transform: rotate(-5deg);
transform: rotate(-5deg);
}

.member .navImgBox01 {
	background-image:url(../../member/img/base01.jpg);
}
.member .navImgBox02 {
	background-image:url(../../member/img/base02.jpg);
}
.member .navImgBox03 {
	background-image:url(../../member/img/base03.jpg);
}
.member .navImgBox04 {
	background-image:url(../../member/img/base04.jpg);
}
.member .navImgBox05 {
	background-image:url(../../member/img/base05.jpg);
}
.member .navImgBox06 {
	background-image:url(../../member/img/base06.jpg);
}

.member .navImgBox .txtBox {
	
	height:400px;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	transform: rotate(5deg);
	margin:0px auto 0 auto;
	background-image:url(../../member/img/bg01.png);
	background-position:center center;
	background-repeat:no-repeat;
	position:relative;
}
.member .navImgBox02 .txtBox {
	background-image:url(../../member/img/bg02.png);
}
.member .navImgBox03 .txtBox {
	background-image:url(../../member/img/bg03.png);
}
.member .navImgBox04 .txtBox {
	background-image:url(../../member/img/bg04.png);
}
.member .navImgBox05 .txtBox {
	background-image:url(../../member/img/bg05.png);
}
.member .navImgBox06 .txtBox {
	background-image:url(../../member/img/bg06.png);
}
.member .navImgBox .txtBox .faceBox {
	position:absolute;
	left:0;
	top:50px;
	width:336px;
	height:336px;
	box-sizing:border-box;
	border-color:rgba(0,31,115,0.6);
	border-width:6px;
	border-style:solid;
	border-radius:50%;
	overflow:hidden;
}
.member .navImgBox .txtBox .faceBox {
	transition: all 0.1s linear;
}
.member .navImgBox .txtBox .faceBox:hover {
	transition: all 0.1s linear;
	border-width:20px;
	border-style:double;
}

.member .navImgBox02 .txtBox .faceBox {
	border-color:rgba(81,0,110,0.6);
}
.member .navImgBox03 .txtBox .faceBox {
	border-color:rgba(110,0,29,0.6);
}
.member .navImgBox04 .txtBox .faceBox {
	border-color:rgba(110,81,0,0.6);
}
.member .navImgBox05 .txtBox .faceBox {
	border-color:rgba(29,110,0,0.6);
}
.member .navImgBox06 .txtBox .faceBox {
	border-color:rgba(0,110,81,0.6);
}

.member .navImgBox .txtBox .nameBox {
	margin-left:380px;
	color:#fff;
}

.member .navImgBox .txtBox .nameBox .num {
	width:197px;
	padding-top:30px;
}
.member .navImgBox .txtBox .nameBox .name {
	font-size:28px;
	letter-spacing:0.6em;
	padding:0.1em 0;
}
.member .navImgBox .txtBox .nameBox .category {
	font-size:15px;
	padding-bottom:1em;
}
.member .navImgBox .txtBox.txtRight .faceBox {
	left:inherit;
	right:0px;
	top:10px;
}
/*---------写真が右-----------*/
.member .navImgBox .txtBox.txtRight .nameBox {
	margin-left:200px;
}
.member .navImgBox .txtBox.txtRight .nameBox .name {
	margin-left:180px;
}
.member .navImgBox .txtBox.txtRight .nameBox .category {
	margin-left:180px;
}
.member .navImgBox .txtBox.txtRight .nameBox .desc {
	margin-left:-80px;
}

/*---------写真が右ここまで-----------*/

.member .navImgBox .txtBox .nameBox .desc {
	font-size:16px;
	width:480px;
	padding-top:1em;
	line-height:1.6em;
	/*background-image:url(../member/img/bg_desc01.png);*/
	background-color:rgba(0,31,115,0.6);
	padding:1em 2em 1em 2em;
}
.member .navImgBox02 .txtBox .nameBox .desc {
	/*background-image:url(../member/img/bg_desc02.png);*/
	background-color:rgba(81,0,110,0.6);
}
.member .navImgBox03 .txtBox .nameBox .desc {
	/*background-image:url(../member/img/bg_desc03.png);*/
	background-color:rgba(110,0,29,0.6);
}
.member .navImgBox04 .txtBox .nameBox .desc {
	/*background-image:url(../member/img/bg_desc04.png);*/
	background-color:rgba(110,81,0,0.6);
}
.member .navImgBox05 .txtBox .nameBox .desc {
	/*background-image:url(../member/img/bg_desc05.png);*/
	background-color:rgba(29,110,0,0.6);
}

.member .navImgBox06 .txtBox .nameBox .desc {
	/*background-image:url(../member/img/bg_desc05.png);*/
	background-color:rgba(0,110,81,0.6);
}

.member .navImgBox .txtBox .nameBox a.btnInterview {
	width: 175px;
	height: 40px;
	background-image: url(../../member/img/btn_interview.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	position: absolute;
	top: 170px;
	right: 100px;
}
.member .navImgBox .txtBox.txtRight .nameBox a.btnInterview {
	top: 170px;
	right:inherit;
	left:150px;
}
.member .navImgBox .txtBox .nameBox a.btnInterview:hover {
background-position: 0px -40px;
}
	
.member .navImgBox .txtRight {
	margin:-10px auto 0 auto;
}

.member2 .contestsBox {
	width:1360px;
	text-align:center;
}
.member2 .contestsBox .imgBox {
	width:1360px;
	margin:0 auto;
	margin-top:-50px;
}
.member2 .footBtnBox {
	background-color:#000;
	text-align:center;
	position:relative;
	height:250px;
	margin-top:60px;
}
.member2 .footBtnBox .inner {
	position:absolute;
	width:960px;
	left:50%;
	margin-left:-480px;
	top:-110px;
}
.member2 footer {
	margin-top:1px;
}

@media ( max-width : 959px ) {
  .member .wrapper {
    width:100%;
    overflow:hidden;
    padding-top:50px;
  }
  .member .navImgBox {
    margin-left:-3%;
  }
  .member .navImgBox .txtBox {
    background-position:100px center;
    margin-top:-2%;
    background-image:none;
  }
    .member .navImgBox .txtBox .nameBox {
      margin-left: 50%;
    }
    .member .navImgBox .txtBox .nameBox .name, .member .navImgBox .txtBox .nameBox .category {
      text-align: center;
    }
    .member .navImgBox .txtBox .nameBox .num {
      width: 60%;
      margin: 0 auto;
    }
  .member .navImgBox .txtRight {
    background-position:0px center;
  }
    .member .navImgBox .txtRight .num {
		
	}
  .member .navImgBox .txtBox .nameBox .desc {
    width:100%;
    padding-top:1em;
    line-height:1.6em;
    /*background-image:url(../member/img/bg_desc01.png);
    background-color:rgba(0,31,115,0.6);*/
    padding:1em 2em;
  }
  /*---------写真が右-----------*/
  .member .navImgBox .txtBox.txtRight .nameBox {
    margin-left:0;
    width:55%;
  }
  .member .navImgBox .txtBox.txtRight .nameBox .name {
    margin-left:0;
  }
  .member .navImgBox .txtBox.txtRight .nameBox .category {
    margin-left:0;
  }
  .member .navImgBox .txtBox.txtRight .nameBox .desc {
    width:100%;
      margin-left: 0;
  }
  .member .navImgBox .txtBox .nameBox a.btnInterview {
    top:inherit;
    right:55%;
    bottom: 15%;
  }
    .member .navImgBox01 .name, .member .navImgBox01 .category {
      color: rgba(0,31,115,1);
      color: #fff;
    }
    .member .navImgBox02 .name, .member .navImgBox02 .category {
      color: rgba(161,45,45,1);
      color: #fff;
    }
    .member .navImgBox03 .name, .member .navImgBox03 .category {
      color: rgba(0,89,29,1);
      color: #fff;
    }
    .member .navImgBox04 .name, .member .navImgBox04 .category {
      color: rgba(100,31,117,1);
      color: #fff;
    }
    .member .navImgBox05 .name, .member .navImgBox05 .category {
      color: rgba(90,110,0,1);
      color: #fff;
    }
  .member .navImgBox05 .name, .member .navImgBox06 .category {
      color: #fff;
    }
    .member .navImgBox .txtBox .faceBox {

    }
  .member .navImgBox .txtBox.txtRight .nameBox a.btnInterview {
    top:inherit;
    bottom: 15%;
    left:53%;
  }
}
@media ( max-width : 599px ) {
  .member #contentsTop {
    padding:0;
  }
  .member .wrapper {
    padding:0;
  }


  .member .kakko {
    display:none;
  }
  .member .navImgBox {
    background-image:none;
  }
  .member .navImgBox {
    height:inherit;
  }
  .member .navImgBox .txtBox {
    height:inherit;

  }
  .member .navImgBox .txtBox .nameBox {
    margin-left:0px;
    color:#fff;
  }
  .member .navImgBox .txtBox .faceBox {
    position:static;
    width:70%;
    height:70%;

  }
  .member .navImgBox .txtBox {
    background-position:0px center;
    background-image:none;
    background-color:#ccc;
    padding:40px 0;
    margin-bottom:20px;
  }
  .member .navImgBox .txtBox .nameBox {
    margin-left:5%;
  }
  .member .navImgBox .txtBox .nameBox .num {
    width:60%;
    padding:0;
    margin-left:35%;
    margin-top:-30%;
  }
  .member .navImgBox .txtBox .nameBox .name {
    text-align:center;
    padding-top:0.5em;
  }
  .member .navImgBox .txtBox .nameBox .category {
    text-align:center;
  }
  .member .navImgBox .txtBox .nameBox .desc {
    width: 95%;
  }
  .member .navImgBox .txtBox .nameBox a.btnInterview {
    top:50px;
    left:inherit;
    right:5%;
  }
  .member .navImgBox .txtBox.txtRight .nameBox {
    margin:0;
    width:95%;
    margin-left:5%;
  }
  .member .navImgBox .txtBox.txtRight .nameBox .desc {
    width: 95%;
  }
  .member .navImgBox .txtBox.txtRight .nameBox a.btnInterview {
    top:50px;
    left:inherit;
    right:5%;
  }
  .member .navImgBox01 .txtBox {
    background-color:#99a5c7;
  }
  .member .navImgBox02 .txtBox {
    background-color:#bb99c7;
  }
  .member .navImgBox03 .txtBox {
    background-color:#c799a5;
  }
  .member .navImgBox04 .txtBox {
    background-color:#c7bb99;
  }
  .member .navImgBox05 .txtBox {
    background-color:#a5c799;
  }
  .member .navImgBox06 .txtBox {
    background-color:#99c7bb;
  }
}

.corporate #mainBox {
	position:relative;
}

/*============================================*/
/*============　人を知る/個人ページ　=============*/
/*============================================*/
.staff {
}
.staff .mainPhBox {
	position:relative;
	max-width:1400px;
	min-width:960px;
	height:600px;
	background-size:cover;
	background-position:center center;
	margin:0 auto;
}
.staff01 .mainPhBox {
	background-image:url(../../member/01/img/main.jpg);
}
.staff02 .mainPhBox {
	background-image:url(../../member/02/img/main.jpg);
}
.staff03 .mainPhBox {
	background-image:url(../../member/03/img/main.jpg);
}
.staff04 .mainPhBox {
	background-image:url(../../member/04/img/main.jpg);
}
.staff05 .mainPhBox {
	background-image:url(../../member/05/img/main.jpg);
}
.staff06 .mainPhBox {
	background-image:url(../../member/06/img/main.jpg);
}

.staff .mainPhBox .titWrap {
	width: 960px;
	margin:0 auto;
	position:relative;
}
.staff .mainPhBox .titWrap .siruBox {
	position:absolute;
	top:0px;
	right:0px;
	width:380px;
	height:780px;
	overflow:hidden;
}
.staff02 .mainPhBox .titWrap .siruBox {

}

.staff .mainPhBox .titWrap .siruBox .inner {
	position:absolute;
	top:-80px;
	right:0px;
	background-color:rgba(0,31,115,0.6);
	width:380px;
	height:780px;
	-webkit-transform: skewY(20deg);
	   -moz-transform: skewY(20deg);
	    -ms-transform: skewY(20deg);
	     -o-transform: skewY(20deg);
	        transform: skewY(20deg);
z-index:11;
text-align:center;
color:#fff;
}
.staff02 .mainPhBox .titWrap .siruBox .inner {
	-webkit-transform: skewY(-20deg);
	   -moz-transform: skewY(-20deg);
	    -ms-transform: skewY(-20deg);
	     -o-transform: skewY(-20deg);
	        transform: skewY(-20deg);
}
.staff02 .mainPhBox .titWrap .siruBox .inner {
	background-color:rgba(81,0,110,0.6);
}
.staff03 .mainPhBox .titWrap .siruBox .inner {
	background-color:rgba(110,0,29,0.6);
}
.staff04 .mainPhBox .titWrap .siruBox .inner {
	background-color:rgba(110,81,0,0.6);
}
.staff05 .mainPhBox .titWrap .siruBox .inner {
	background-color:rgba(29,110,0,0.6);
}
.staff06 .mainPhBox .titWrap .siruBox .inner {
	background-color:rgba(0,110,81,0.6);
}

.staff .mainPhBox .titWrap .siruBox .inner .reset {
	-webkit-transform: skewY(-20deg);
	   -moz-transform: skewY(-20deg);
	    -ms-transform: skewY(-20deg);
	     -o-transform: skewY(-20deg);
	        transform: skewY(-20deg);
}
.staff02 .mainPhBox .titWrap .siruBox .inner .reset {
	-webkit-transform: skewY(20deg);
	   -moz-transform: skewY(20deg);
	    -ms-transform: skewY(20deg);
	     -o-transform: skewY(20deg);
	        transform: skewY(20deg);
}
.staff .mainPhBox .titWrap .siruBox .inner h1 {
	padding-top:130px;
	width:262px;
	display:inline-block;
}
.staff .mainPhBox .titWrap .siruBox .inner p {
	text-align:center;
}
.staff .mainPhBox .titWrap .siruBox .inner .num {
	width:172px;
	display:inline-block;
	padding-top:50px;
}
.staff .mainPhBox .titWrap .siruBox .inner .name {
	font-size:28px;
	letter-spacing:0.6em;
	padding:0.1em 0;
	padding-left:0.6em;
}
.staff .mainPhBox .titWrap .siruBox .inner .kana {
	letter-spacing:0.2em;
	font-size:11px;
	padding-left:0.2em;
}
.staff .mainPhBox .titWrap .siruBox .inner .year {
	padding-top:30px;
	font-size:18px;
}
.staff .mainPhBox .titWrap .siruBox .inner .category {
	font-size:20px;
	padding:0.2em 0;
}
.staff .mainPhBox .titWrap .siruBox .inner .category span {
	font-size:12px;
}

.staff .interviewBox {
	width: 80%;
  max-width: 900px;
	margin:0 auto;
	padding:80px 0;
}
.staff .interviewBox h2 img {
	width:534px;
}
.staff02 .interviewBox h2 {
	/*text-align: right;*/
}
.staff .interviewBox h3 {
	font-size:24px;
	color:#444444;
	border-left:#99a5c7 solid 10px;
	padding:0.5em 0;
	padding-left:1em;
	text-shadow:0px 1px 2px rgba(0,0,0,0.3);
	margin-top:60px;
	margin-bottom:20px;
}
.staff02 .interviewBox h3 {
	border-left:#bb99c7 solid 10px;
}
.staff03 .interviewBox h3 {
	border-left:#c799a5 solid 10px;
}
.staff04 .interviewBox h3 {
	border-left:#c7bb99 solid 10px;
}
.staff05 .interviewBox h3 {
	border-left:#a5c799 solid 10px;
}
.staff06 .interviewBox h3 {
	border-left:#99c7bb solid 10px;
}

.staff .interviewBox p {
	font-size:14px;
	color:#444444;
	line-height:2.4em;
	
}
.staff .scheduleBox {
	width:960px;
	margin:0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.staff .scheduleBox .leftBox {
	width:534px;
  position: relative;
  margin: 0 auto;
  
}
.staff .scheduleBox .leftBox #dotImgBox {
  padding-top: 30px;
  padding-bottom: 30px;
}
.staff01 .scheduleBox .leftBox {
}
.staff02 .scheduleBox .leftBox {
}
.staff03 .scheduleBox .leftBox {
}
.staff04 .scheduleBox .leftBox {
}
.staff05 .scheduleBox .leftBox {
}

.staff .scheduleBox .leftBox dl {
	
	position:absolute;
}
.staff .scheduleBox .leftBox dt {
	font-size:16px;
	font-weight:bold;
	margin-bottom:0.2em;
}
.staff .scheduleBox .leftBox .posL dt {
	background-image: url(../../member/img/try_right.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
	text-align: right;
}
.staff .scheduleBox .leftBox .posL dd {
  text-align: right;
  padding-right: 20px;
}
.staff .scheduleBox .leftBox .posR dt {
	background-image: url(../../member/img/try_left.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.staff .scheduleBox .leftBox .posR dd {
  text-align: left;
  padding-left: 20px;
}
.staff .scheduleBox .leftBox dd {
	line-height:1.6em;
}

.scheduleBox .leftBox dl {

}
/*staff06のスケジュール文字位置*/
.staff02 .scheduleBox .leftBox dl.txtBox01 {
	left: 60px;
  top: 130px;
  
}
.staff02 .scheduleBox .leftBox dl.txtBox02 {
	left: 260px;
	top: 180px;
}
.staff02 .scheduleBox .leftBox dl.txtBox03 {
	right: 300px;
	top: 400px;
}
.staff02 .scheduleBox .leftBox dl.txtBox04 {
	right: 340px;
	top: 570px;
}
.staff02 .scheduleBox .leftBox dl.txtBox05 {
	right: 300px;
	top: 750px;
}
.staff02 .scheduleBox .leftBox dl.txtBox06 {
	left: 260px;
	top: 960px;
}
.staff02 .scheduleBox .leftBox dl.txtBox07 {
	right: 220px;
	top: 1180px;
}
.staff02 .scheduleBox .leftBox dl.txtBox08 {
	right: 430px;
	top: 1350px;
}

/*staff02のスケジュール文字位置*/
.staff01 .scheduleBox .leftBox dl.txtBox01 {
	left: 280px;
  top: 180px;
  width: calc(100% - 280px);

}
.staff01 .scheduleBox .leftBox dl.txtBox02 {
	right: 250px;
  top: 380px;
}
.staff01 .scheduleBox .leftBox dl.txtBox03 {
	right: 330px;
	top: 530px;
}
.staff01 .scheduleBox .leftBox dl.txtBox04 {
	left: 220px;
  top: 680px;
}
.staff01 .scheduleBox .leftBox dl.txtBox05 {
	left: 350px;
  top: 810px;
}
.staff01 .scheduleBox .leftBox dl.txtBox06 {
	right: 420px;
  top: 910px;
}

.staff01 .scheduleBox .leftBox dl.txtBox07 {
	right: 330px;
  top: 1050px;
}
.staff01 .scheduleBox .leftBox dl.txtBox08 {
	right: 260px;
top: 1180px;
}
.staff01 .scheduleBox .leftBox dl.txtBox09 {
	left: 210px;
  top: 1340px;
}
.staff01 .scheduleBox .leftBox dl.txtBox10 {
	right: 300px;
  top: 1530px;
}

/*staff03のスケジュール文字位置*/
.staff03 .scheduleBox .leftBox dl.txtBox01 {
	left: 210px;
	top: 160px;

}
.staff03 .scheduleBox .leftBox dl.txtBox02 {
	left: 290px;
	top: 320px;
}
.staff03 .scheduleBox .leftBox dl.txtBox03 {
	right: 270px;
	top: 500px;
}
.staff03 .scheduleBox .leftBox dl.txtBox04 {
	left: 270px;
	top: 740px;
}
.staff03 .scheduleBox .leftBox dl.txtBox05 {
	left: 310px;
	top: 890px;
}
.staff03 .scheduleBox .leftBox dl.txtBox06 {
	right: 240px;
	top: 1070px;
}
.staff03 .scheduleBox .leftBox dl.txtBox07 {
	left: 210px;
	top: 1280px;
}

/*staff04のスケジュール文字位置*/
.staff05 .scheduleBox .leftBox dl.txtBox01 {
	right: 210px;
	top: 130px;
}
.staff05 .scheduleBox .leftBox dl.txtBox02 {
	left: 280px;
	top: 340px;
}
.staff05 .scheduleBox .leftBox dl.txtBox03 {
	right: 310px;
	top: 530px;
}
.staff05 .scheduleBox .leftBox dl.txtBox04 {
	right: 230px;
	top: 680px;
}
.staff05 .scheduleBox .leftBox dl.txtBox05 {
	left: 320px;
  top: 880px;
}
.staff05 .scheduleBox .leftBox dl.txtBox06 {
	left: 360px;
  top: 1050px;
}
.staff05 .scheduleBox .leftBox dl.txtBox07 {
	right: 240px;
  top: 1210px;
}
.staff05 .scheduleBox .leftBox dl.txtBox08 {
	left: 420px;
	top: 1260px;
}
.staff05 .scheduleBox .leftBox dl.txtBox09 {
	right: 280px;
  top: 1340px;
}
.staff05 .scheduleBox .leftBox dl.txtBox10 {
	left: 240px;
  top: 1460px; 
}
.staff05 .scheduleBox .leftBox dl.txtBox12 {
	left: 340px;
  top: 1560px;
}
.staff05 .scheduleBox .leftBox dl.txtBox11 {
	left: 280px;
	top: 1720px;
}

/*staff05のスケジュール文字位置*/
.staff04 .scheduleBox .leftBox dl.txtBox01 {
	left: 220px;
  top: 170px;
}
.staff04 .scheduleBox .leftBox dl.txtBox02 {
	right: 290px;
	top: 400px;
}
.staff04 .scheduleBox .leftBox dl.txtBox03 {
	left: 320px;
  top: 590px;
}
.staff04 .scheduleBox .leftBox dl.txtBox04 {
	left: 270px;
  top: 740px;
}
.staff04 .scheduleBox .leftBox dl.txtBox05 {
	right: 240px;
  top: 960px;
}
.staff04 .scheduleBox .leftBox dl.txtBox06 {
	right: 290px;
	top: 1060px;
}
.staff04 .scheduleBox .leftBox dl.txtBox07 {
	left: 250px;
  top: 1160px;
}

/*staff06のスケジュール文字位置*/

.staff06 .scheduleBox .leftBox dl.txtBox01 {
	left: 250px;
	top: 180px;

}
.staff06 .scheduleBox .leftBox dl.txtBox02 {
	right: 310px;
	top: 410px;
}
.staff06 .scheduleBox .leftBox dl.txtBox03 {
	left: 300px;
	top: 630px;
}
.staff06 .scheduleBox .leftBox dl.txtBox04 {
	right: 290px;
	top: 850px;
}
.staff06 .scheduleBox .leftBox dl.txtBox05 {
	left: 250px;
	top: 1090px;
}
.staff06 .scheduleBox .leftBox dl.txtBox06 {
	right: 200px;
	top: 1350px;
}
.staff06 .scheduleBox .leftBox dl.txtBox07 {
	left: 200px;
	top: 1590px;
}


.staff .scheduleBox .rightBox {
	padding:30px 0 0 0;
	width:345px;
	background-color:#99a5c7;
  position: relative;
}
.scheduleBox .rightBox #gradeBox {
  width: 100%;
  height: 300px;
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
z-index:-1;
}
.staff02 .scheduleBox .rightBox {
	background-color:#bb99c7;
}
.staff03 .scheduleBox .rightBox {
	background-color:#c799a5;
}
.staff04 .scheduleBox .rightBox {
	background-color:#c7bb99;
}
.staff05 .scheduleBox .rightBox {
	background-color:#a5c799;
}
.staff06 .scheduleBox .rightBox {
	background-color:#99c7bb;
}
.staff .scheduleBox .rightBox h2 {
	width:275px;
  margin: 0 auto;
}
.staff01 .scheduleBox .rightBox h2 {
	background-color:#4d63a1;
}
.staff02 .scheduleBox .rightBox h2 {
	background-color:#8b4da1;
}
.staff03 .scheduleBox .rightBox h2 {
	background-color:#a14d63;
}
.staff04 .scheduleBox .rightBox h2 {
	background-color:#a18b4d;
}
.staff05 .scheduleBox .rightBox h2 {
	background-color:#63a14d;
}
.staff06 .scheduleBox .rightBox h2 {
	background-color:#4da18b;
}
.staff .scheduleBox .rightBox .name {
	font-size:21px;
	letter-spacing:0.5em;
	line-height:1.3em;
	padding-top:20px;
  text-align: center;
}
.staff .scheduleBox .rightBox .position {
	padding-bottom:0em;
  text-align: center;
}
.staff .scheduleBox .rightBox .keireki {
  width: 80%;
  padding-top: 1em;
	padding-bottom:0.3em;
  margin-bottom: 0.3em;
  font-size: 14px;
  line-height: 1.5;
  
}
.staff .scheduleBox .rightBox ul {
  
  padding: 1em 0;
  padding-left: 1.5em;
  width: 80%;
  margin: 0 10%;
  margin-bottom: 2em;
  border-top: rgba(255,255,255,0.6) solid 1px;
  border-bottom: rgba(255,255,255,0.6) solid 1px;
}
.staff .scheduleBox .rightBox ul li {
  color: #fff;
  line-height: 1.5;
  font-size: 14px;
  list-style: disc;
}
.staff .scheduleBox .rightBox ul li span {
  opacity: 0;
}
.staff .scheduleBox .rightBox ul li.inblock span {
  opacity: 1;
  display: inline-block;
  vertical-align: top;
}
.staff .scheduleBox .rightBox p {
	color:#fff;
	margin-left:10%;
	margin-right:10%;
	font-size:14px;
	line-height:1.4em;
  padding-top: 0.5em;
}
.staff .scheduleBox .rightBox p.desc {
  line-height: 2.2;
}
.staff .scheduleBox .rightBox .phBox {
	padding-top:30px;
  padding-bottom: 30px;
}
.staff .scheduleBox .rightBox .phBox01 {
	padding-top:	0px;
	padding-bottom: 30px;
}

.staff .bottombtnBox {
	background-color:#000;
	/*margin-top:120px;*/
  margin-top:20px;
	padding-bottom:30px;
	
}
.staff .bottombtnBox ul {
	width:960px;
	margin:0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
  padding-top: 20px;
}
.staff .bottombtnBox li {
	width:170px;
	/*border-radius:90px;
	background-color:#000;
	margin-top:-50px;
	margin-left:8px;*/
	position: relative;
}
.staff .bottombtnBox li.li01 {
	margin-left:0px;
}
.staff .bottombtnBox li a {
	display:block;
	width:150px;
	height:150px;
	border-radius:50%;
	box-sizing:border-box;
	border-color:#ccc;
	border-width:1px;
	border-style:solid;
	opacity:1;
	overflow:hidden;
	transition:all 0.3s linear;
}
	/*.staff .bottombtnBox li a:hover {
	border-style:solid;
	border-width:4px;
	transition:all 0.3s linear;
opacity:1;
}*/
.staff .bottombtnBox li a .txtBox {
		background-color: rgba(0,0,0,0.7);
	width: 150px;
	height: 150px;
	position: absolute;
	left: 0;
	top:0;
	border-style:solid;
	border-width:5px;
	border-color:#4d63a1;
	opacity: 0;
	transition:all 0.3s linear;
}

.staff .bottombtnBox li a:hover .txtBox {
border-radius:50%;
	opacity: 1;
	
}
.staff01 .bottombtnBox li.li01 a .txtBox {
	border-radius:50%;
	opacity: 1;
	border-color:#4d63a1;
}
.staff02 .bottombtnBox li.li02 a .txtBox {
	border-radius:50%;
	opacity: 1;
	border-color:#8b4da1;
}
.staff03 .bottombtnBox li.li03 a .txtBox {
	border-radius:50%;
	opacity: 1;
	border-color:#a14d63;
}
.staff04 .bottombtnBox li.li04 a .txtBox {
	border-radius:50%;
	opacity: 1;
	border-color:#a18b4d;
}
.staff05 .bottombtnBox li.li05 a .txtBox {
	border-radius:50%;
	opacity: 1;
	border-color:#63a14d;
}
.staff06 .bottombtnBox li.li06 a .txtBox {
	border-radius:50%;
	opacity: 1;
	border-color:#4da18b;
}

.staff .bottombtnBox li.li01 a:hover .txtBox {
	border-color:#4d63a1;
}
.staff .bottombtnBox li.li02 a:hover .txtBox {
	border-color:#8b4da1;
}
.staff .bottombtnBox li.li03 a:hover .txtBox {
	border-color:#a14d63;
}
.staff .bottombtnBox li.li04 a:hover .txtBox {
	border-color:#a18b4d;
}
.staff .bottombtnBox li.li05 a:hover .txtBox {
	border-color:#63a14d;
}
.staff .bottombtnBox li.li06 a:hover .txtBox {
	border-color:#4da18b;
}



.staff .bottombtnBox li .num {
	width:76px;
	margin:0 auto;
	margin-top: 24px;
	
}
.staff .bottombtnBox li .name {
	color:#fff;
	text-align:center;
	font-size:14px;
	padding-top:0.5em;
}
.staff .bottombtnBox li .dep {
	color:#fff;
	text-align:center;
	font-size:12px;
}

/*==================== for TABLET ======================*/
/*==================== for TABLET ======================*/
/*==================== for TABLET ======================*/
@media ( max-width : 959px ) {
 
    .staff .mainPhBox {
      min-width:inherit;
      width: 100%;
    }
    .staff .mainPhBox .titWrap {
      width: 100%;
    }
  .staff .mainPhBox .titWrap .siruBox {
  position: absolute;
  top: 300px;
  right: inherit;
  width: 100%;
  height: 780px;
  overflow: hidden;
  z-index: 1;
  /*left: 12px;*/
    }
  .staff .mainPhBox .titWrap .siruBox .inner {
      position: absolute;
  top: 150px;
  right: 0px;
  width: 100%;
  height: 300px;
  -webkit-transform: skewY(0deg);
  -moz-transform: skewY(0deg);
  -ms-transform: skewY(0deg);
  -o-transform: skewY(0deg);
  transform: skewY(0deg);
  z-index: 11;
  text-align: center;
  color: #fff;
    }
  .staff .mainPhBox .titWrap .siruBox .inner .reset {
      -webkit-transform: skewY(0deg);
  -moz-transform: skewY(0deg);
  -ms-transform: skewY(0deg);
  -o-transform: skewY(0deg);
  transform: skewY(0deg);
    }
    .staff .mainPhBox .titWrap .siruBox .inner h1 {
      position: absolute;
      left: 50%;
      top: 15px;
      margin-left: -13%;
      padding-top:0px;
  width: 26%;
  display: inline-block;
      z-index: 999;
    }
    .staff .mainPhBox .titWrap .siruBox .inner .num {
      position: absolute;
      top:150px;
      left: 5%;
  width: 30%;
  display: inline-block;

    }
    .staff .mainPhBox .titWrap .siruBox .inner p.desc {
      position: absolute;
      top:150px;
  width: 56%;
      right: 5%;
  display: inline-block;
  font-size: 15px;
  text-align: justify;
  line-height: 1.6em;
	}
	.staff .mainPhBox .titWrap .siruBox .inner .category {
		padding: 0;
    font-size: 14px;
	}

	.staff .mainPhBox .titWrap .siruBox .inner .name {
		margin-top: 160px;
	}
	.staff .mainPhBox .titWrap .siruBox .inner .reset {
		padding-top: 0px;
	}
	.staff .mainPhBox .titWrap .siruBox .inner .year {
		padding-top: 10px;
	}
	.staff .interviewBox {
		width: 90%;
		margin-left: 5%;
		padding-top: 180px;
	}
		.staff .interviewBox h2 {
			width: 50%;
			margin:5% auto;
		
	}
	.staff .interviewBox h2 img {
		width: 100%;
	}
	.staff .scheduleBox {
		width: 100%;
		/*margin-left: 2%;
    display: block;*/
	}
	.staff .scheduleBox h2 {
		width: 80%;
			margin:5% auto;
	}
	.staff .scheduleBox .leftBox {
		float:none;
		margin: 0 auto;
	}
	.staff .scheduleBox .rightBox {
		float: none;
		width: 100%;
	}
	.staff .scheduleBox .rightBox .desc {
		
	}
	.staff .scheduleBox .rightBox .phBox {
		width: 50%;
		margin: 0 auto;
	}
	.staff .bottombtnBox {
		width: 100%;
		margin-top: 0;
	}
	.staff .bottombtnBox ul {
			width: 94%;
	}
	.staff .bottombtnBox li {
		width: 20%;
	}
	.staff .bottombtnBox li a {
		width: 100%;
height: 100%;
	}
  .staff01 .bottombtnBox li:nth-child(1),
  .staff02 .bottombtnBox li:nth-child(2),
  .staff03 .bottombtnBox li:nth-child(3),
  .staff04 .bottombtnBox li:nth-child(4),
  .staff05 .bottombtnBox li:nth-child(5),
  .staff06 .bottombtnBox li:nth-child(6){
    opacity: 0.5;
  }

	.staff .bottombtnBox li a .txtBox {
		
		display: none;
	}
	.corporate .fukuri dl {
		height: 260px;
	}
	.corporate .fukuri dd {
		font-size: 12px;
	}
  .scheduleBox .rightBox #gradeBox {
    height: 100px;
  }
  .staff01 .mainPhBox {
    background-image: url(../../member/01/img/main-sp.jpg);
  }
  .staff02 .mainPhBox {
    background-image:url(../../member/02/img/main-sp.jpg);
  }
  .staff03 .mainPhBox {
    background-image:url(../../member/03/img/main-sp.jpg);
  }
  .staff04 .mainPhBox {
    background-image:url(../../member/04/img/main-sp.jpg);
  }
  .staff05 .mainPhBox {
    background-image:url(../../member/05/img/main-sp.jpg);
  }
   .staff06 .mainPhBox {
    background-image:url(../../member/06/img/main-sp.jpg);
  }

  .staff .scheduleBox .rightBox ul li.inblock span br {
    display: none;
  }
}

/*============　for SMARTPHONE　=============*/
/*============　for SMARTPHONE　=============*/
@media ( max-width : 599px ) {


	
	/*個人ページ*/
.staff .mainPhBox {
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: left top;
		padding-top: 63%;
		height: auto;
	}
		.staff .mainPhBox .titWrap .siruBox {
		position: static;
		height: auto;
	}
	.staff .mainPhBox .titWrap .siruBox .inner {
		text-align: center;
		height: auto;
		position: static;
	}
	.staff .mainPhBox .titWrap .siruBox .inner .reset {
		padding-top:14px;
	}
  .staff .mainPhBox .titWrap .siruBox .inner .num {
		top:55%;
	}
		.staff .mainPhBox .titWrap .siruBox .inner h1 {
		position:static;
		width: 50%;
		margin: 0 auto;
display: block;
		padding-top: 15px;
	}
.staff .mainPhBox .titWrap .siruBox .inner .name.reset {
	padding: 0;
	margin-top: 30px;
	margin-left: 40%;
	text-align: left;
  font-size: 28px;
  letter-spacing: 0.2em;
	}
	.staff .mainPhBox .titWrap .siruBox .inner .kana.reset {
		padding: 0;
	margin-top: 0px;
	margin-left: 40%;
	text-align: left;
	}
	.staff .mainPhBox .titWrap .siruBox .inner .year.reset {
			margin-left: 40%;
	text-align: left;
    font-size: 14px;
	}
	.staff .mainPhBox .titWrap .siruBox .inner .category.reset {
		padding: 0;
		margin-top: 0px;
	margin-left: 40%;
	text-align: left;
    font-size: 16px;
	}
	.staff .mainPhBox .titWrap .siruBox .inner .catEn.reset {
		padding: 0;
		margin-top: 0px;
	margin-left: 40%;
	text-align: left;
		padding-bottom: 1.5em;
	}
  
	.staff .interviewBox h2 {
		width: 70%;
	}
	.staff .interviewBox {
		padding-top: 10%;
		width: 90%;
		margin-left: 5%;
	}
	.staff .interviewBox h3 {
		font-size: 18px;
	}
	
	.staff01 .mainPhBox {
		background-image: url(../../member/01/img/main-sp.jpg);
	}
	.staff02 .mainPhBox {
		background-image: url(../../member/02/img/main-sp.jpg);
	}
	.staff03 .mainPhBox {
		background-image: url(../../member/03/img/main-sp.jpg);
	}
	.staff04 .mainPhBox {
		background-image: url(../../member/04/img/main-sp.jpg);
	}
	.staff05 .mainPhBox {
		background-image: url(../../member/05/img/main-sp.jpg);
	}
	.staff .scheduleBox .leftBox {
		width: 100%;
		padding: 10%;
		margin: 0 auto;
		background-color: #f7f5ea;
	}
	.staff01 .scheduleBox .leftBox {
	}
  .staff .scheduleBox .leftBox #dotImgBox {
  display: none;
}
	.staff .scheduleBox .leftBox {
		background-image:none;
		/*float: left;*/
	}
	.staff01 .scheduleBox .leftBox{
		height: auto;
	}
		.staff02 .scheduleBox .leftBox{
		height: auto;
     
	}
		.staff03 .scheduleBox .leftBox{
		height: auto;
	}
		.staff04 .scheduleBox .leftBox{
		height: auto;
	}
		.staff05 .scheduleBox .leftBox{
		height: auto;
	}
 

	.staff .scheduleBox .rightBox {
		padding: 30px 0 0 0;
		/*float: right;*/
	}
  .staff01 .scheduleBox .rightBox #gradeBox {
    height: 100px;
  }
	.staff .scheduleBox .rightBox h2 {
		width: 90%;
		margin-left: 5%;
	}
	.staff .scheduleBox .rightBox p {
			width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}
	.staff .scheduleBox .rightBox .desc {
		line-height: 1.8em;
		font-size: 14px;
	}
	.staff .scheduleBox .rightBox .phBox {
		width: 70%;
	}
	.staff .scheduleBox h2 {
		width: 100%;
	}
		.staff .scheduleBox .leftBox .imgBox {
	padding-bottom: 3%;
	}
	.staff .scheduleBox .leftBox dl {
		position: static;
		padding-bottom: 7%;
		margin-bottom: 3%;
		display: block;
		float: left;
		width: 100%;
		background: url(../../member/img/try_scd.png) no-repeat center bottom;
	}
		.staff .scheduleBox .leftBox dl:last-child {
			background: none;
			padding-bottom: 10%;
	}
   .staff .scheduleBox .leftBox .posL dt,
  .staff .scheduleBox .leftBox .posR dt,
  .staff .scheduleBox .leftBox .posL dd,
  .staff .scheduleBox .leftBox .posR dd
  {
    text-align: center;
    background: none;
    padding-left: 0;
    padding-right: 0;
  }
	.staff .scheduleBox .leftBox dt {

		text-align:left;
		color:#D58D1F;
		text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
		font-weight: 700;
	}
	.staff .scheduleBox .leftBox dd {
	
	
	}
	.staff .scheduleBox .leftBox dd br {
		display: none;
	}
	.staff .scheduleBox .leftBox dt.dtL {
		background: none;
		padding-right: 0px;
	}
		.staff .scheduleBox .leftBox dt.dtR {
		background: none;
			padding-left: 0px;
	}
	.staff .bottombtnBox li a .txtBox {
		display: none;
	}
	.staff .bottombtnBox {
		padding-bottom: 0;
	}
  .staff01 .scheduleBox .leftBox dl.txtBox01 {

  width: 100%;

}
}



/*============================================*/
/*============　会社を知る　=============*/
/*============================================*/
 
.corporate {
	
}
.corporate .row {
	padding: 60px 0;
}
.corporate .row {
}
.corporate .row h2 {
	background-color: #4a64ae;
	width: 140px;
	height: 140px;
	float: left;
	position: relative;
}
.corporate .row h2 span {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	position: absolute;
	left: 0.5em;
	bottom: 0.5em;
	font-weight: bold;
}
.corporate .row .rightBox {
	width: 760px;
	float: right;
}
.corporate .row .rightBox h3 {
	font-size: 24px;
	color: #444444;
	padding: 0 0 0 0;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.corporate .row .rightBox p.lead {
	font-size: 15px;
	line-height: 2em;
	padding: 1em 0 2.5em;
}
.corporate .row .rightBox ul {
	padding-top: 20px;
}
.corporate .row .rightBox li {
	float: left;
	width: 30%;
	margin-left: 5%;
}
.corporate .row .rightBox li:first-child {
	margin-left: 0;
}
.corporate .row .rightBox li p {
	text-align: center;
	font-size: 12px;
	padding-top: 1em;
}
.corporate .row .rightBox .eigyoCaption {
	font-size: 12px;
	padding-top: 1em;
	
}
.corporate .row .rightBox .imgSeido {
	padding-top: 20px;
}
.corporate .row .rightBox .itemBox {
	padding: 20px 0;
	
}
.corporate .row .rightBox .itemBox h4 {
	font-size: 18px;
		padding: 0 0 0.5em 0;
		text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.corporate .row .rightBox .itemBox .imgBox {
	width: 30%;
	float: left;
	margin-right: 5%;
	
}
.corporate .row01 .dlWrap {
 
}
.corporate .row01 .dlWrap h4 {
  padding: 2em 0 0.5em 0;
  font-size: 18px;
		text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.corporate .row01 .dlWrap p {
   font-size: 15px;
	line-height: 1.6;
	padding: 0.5em 0;
}
.corporate .row01 .dlWrap dl {
  padding: 15px 30px;
  background-color: #eee;
}
.corporate .row01 .dlWrap dt {
   font-size: 16px;
		padding: 0.5em 0 0.2em;
		text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.corporate .row01 .dlWrap dd {
   font-size: 14px;
	line-height: 1.6;
	padding: 0.5em 0;
}
.corporate .row .rightBox .itemBox p {
	font-size: 13px;
	line-height: 2em;
}
.corporate .row .rightBox .itemBox p.caption {
	font-size: 12px;
	line-height: 1.2;
  padding-top: 0.6em;
}
.corporate .fukuri {
	background-color: #fffbf5;
	border: #b59970 solid 1px;
	padding: 20px 0;
	margin-bottom: 80px;
}
.corporate .fukuri h2 {
	background-color: #ab926a;
	color: #fff;
	width: 94%;
	margin: 0 3%;
	height:inherit;
	text-align: center;
	padding: 0.5em 0;
}
.corporate .fukuri .inner {
	padding: 20px 0;
	float: left;
	width: 94%;
	margin: 0 3%;
}
.corporate .fukuri dl {
	float: left;
	width: 30%;
	margin-left: 5%;
	background-color: rgb(250, 242, 222);
	padding-top: 10px;
	border: #fff solid 3px;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.5);
	height: 280px;
	border-radius: 15px;
}
.corporate .fukuri dl.dl01 {
	background-color: #ffedeb;
}
.corporate .fukuri dl.dl02 {
	background-color: #e6f7f4;
}
.corporate .fukuri dl.dl03 {
	background-color: #e8f4fa;
}
.corporate .fukuri dl.dl04 {
	background-color: #eae8ff;
}
.corporate .fukuri dl.dl05 {
	background-color: #ebe2e9;
}

.corporate .fukuri dl.dl01, .corporate .fukuri dl.dl04 {
	margin-left: 0;
}
.corporate .fukuri dt {
	font-size: 16px;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	background-color: #da9958;
	text-align: center;
	color: #fff;
	padding:0.5em 0;
	width: 90%;
	margin-left: 5%;
	border: #fff solid 1px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
	border-radius: 7px;
}
.corporate .fukuri .dl01 dt {
	background-color: #f17466;
}
.corporate .fukuri .dl02 dt {
	background-color: #20b095;
}
.corporate .fukuri .dl03 dt {
	background-color: #50a9d8;
}
.corporate .fukuri .dl04 dt {
	background-color: #9485ff;
}
.corporate .fukuri .dl05 dt {
	background-color: #b260a2;
}
.corporate .fukuri .dl01 dd span {
	color: #f17466;
	margin-right: 0.5em;
}
.corporate .fukuri .dl02 dd span {
	color: #20b095;
	margin-right: 0.5em;
}
.corporate .fukuri .dl03 dd span {
	color: #50a9d8;
	margin-right: 0.5em;
}
.corporate .fukuri .dl04 dd span {
	color: #9485ff;
	margin-right: 0.5em;
}
.corporate .fukuri .dl05 dd span {
	color: #b260a2;
	margin-right: 0.5em;
}

.corporate .fukuri dd {
	width: 90%;
	margin-left: 5%;
	padding: 1em;
	font-size: 14px;
}
.corporate .fukuri dd li {
	padding: 0.3em 0 0.2em 1.2em;
	background-position: left 0.5em;
	background-repeat: no-repeat;
}
.corporate .fukuri .dl01 li {
	background-image: url(../../corporate/img/li_01.png);
}
.corporate .fukuri .dl02 li {
	background-image: url(../../corporate/img/li_02.png);
}
.corporate .fukuri .dl03 li {
	background-image: url(../../corporate/img/li_03.png);
}
.corporate .fukuri .dl04 li {
	background-image: url(../../corporate/img/li_04.png);
}
.corporate .fukuri .dl05 li {
	background-image: url(../../corporate/img/li_05.png);
}
.corporate .fukuri .dl02 li ul li {
  background-image: url(../../corporate/img/li_li.png);
}
.corporate .fukuri .dl06 dd {
width: 100%;
margin-left: 0%;
padding: 1em;
font-size: 14px;
}

/*.corporate #modalBox {
  width: 100%;
  background-color: #eee;
  padding: 80px 0;
}
.corporate #modalBox ul {
  display: flex;
  max-width: 960px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}

.corporate #modalBox li {
  width: 22%;
  margin-bottom: 30px;
}
@media print{
 
    .corporate #modalBox ul {
        page-break-before: always;
    }
}
.corporate #modalBox li a {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #000;
  transition: 0.5s;
  border: #fff solid 2px;
}
.corporate #modalBox li a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.5)inset;
}
.corporate #modalBox li a:hover {
  
  box-shadow: 0px 3px 6px rgba(0,0,0,0.5);
}
.corporate #modalBox li a:hover::after {

  box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
}
.corporate #modalBox li a img {
  transition: 0.5s;
  opacity: 0.8;
}
.corporate #modalBox li a:hover img {
  transform: scale(1.1);
  opacity: 1;
}

@media ( max-width : 959px ) {
  .corporate #modalBox ul {
    width: 90%;
    }
  .corporate .fukuri dd li {
    font-size: 13px;
  }
}

@media ( max-width : 599px ) {
  .corporate #Welfare {
    margin-bottom: 40px;
  }
  .corporate #modalBox {
    padding: 40px 0;
  }
  .corporate #modalBox li {
    width: 31%;
    margin-bottom: 10px;
  }
  .corporate .mfp-title {
  font-size: 14px;
  padding-right: 0.5em;
  }
}*/


/*=============photogallary==============*/
/*.corporate .mfp-bg {
      opacity: 0;
	  transition: all 0.3s ease-out;
    }
.corporate .mfp-bg.mfp-ready {
      opacity: 0.8;
    }
.corporate .mfp-image-holder .mfp-content {
      max-width: 800px;
      
    }
.corporate img.mfp-img {
      border: #fff solid 3px;
      border-radius: 10px;
      padding: 0;
      
    }
.corporate .mfp-content {
      max-width: 800px;
      opacity: 0;
	    transition: all 0.6s ease-out;
      padding: 40px 0;
    }
.corporate .mfp-ready .mfp-content {
      opacity: 1;
    }
.corporate  .mfp-title {
      text-align:  center;
      line-height: 21px;
      font-size: 18px;
      color: #F3F3F3;
      word-wrap: break-word;
      padding-right: 0px;
      padding-top: 6px;
    }
.corporate .mfp-counter {
      top: 22px;
      right: inherit;
      left: 0;
    }*/


/*============================================*/
/*============　採用情報　=============*/
/*============================================*/

.info {
}
.info .mainImgBox {
}
.info .row {
	border-top:#888888 solid 80px;
	padding-bottom:100px;
}
.info .row h2 {
	width:535px;
	margin:0 auto;
	margin-top:-43px;
	margin-bottom:50px;
}
.info h3 {
	font-size:24px;
	color:#444444;
	border-left:#99a5c7 solid 10px;
	padding:0.5em 0;
	padding-left:1em;
	text-shadow:0px 1px 2px rgba(0,0,0,0.3);
	margin-top:60px;
	margin-bottom:20px;
}
.info p {
	font-size:14px;
	color:#444444;
	line-height:1.4;
	
}
.info #schedule {
}
.info #schedule dl {
	background-position:left center, left center;
	background-repeat:no-repeat, repeat-x;
	height:74px;
	padding-top:12px;
	margin-bottom:40px;
}
.info #schedule dl.dl01 {
	background-image:url(../../information/img/num01.png) , url(../../information/img/line.gif);
}
.info #schedule dl.dl02 {
	background-image:url(../../information/img/num02.png) , url(../../information/img/line.gif);
}
.info #schedule dl.dl03 {
	background-image:url(../../information/img/num03.png) , url(../../information/img/line.gif);
}
.info #schedule dl.dl04 {
	background-image:url(../../information/img/num04.png) , url(../../information/img/line.gif);
}
.info #schedule dl.dl05 {
	background-image:url(../../information/img/num05.png) , url(../../information/img/line.gif);
}
.info #schedule dt {
	color:#fff;
	background-color:#333;
	width:320px;
	height:50px;
	line-height:50px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin-left:210px;
}
.info #schedule dd {
	margin-left:540px;
	font-size:15px;
	margin-top:-15px;
}
.info #faq {
}
.info #faq h3 {
	width:150px;
	border:none;
	height:150px;
	background-color:#ccc;
	color:#fff;
	text-align:center;
	font-size:16px;
	padding:0;
	line-height:150px;
	font-weight:bold;
}
.info #faq dl {
	margin-left:180px;
	margin-top:-150px;
}
.info #faq .qBox {
	width:25px;
	display:inline-block;
	vertical-align:top;
}
.info #faq dt {
	font-size:18px;
	text-shadow:0px 1px 2px rgba(0,0,0,0.3);
	color:#000;
	font-weight:bold;
	margin-left:1em;
	
}
.info #faq dd {
	display:block;
	font-size:14px;
	margin-left:60px;
	border-left: #ccc solid 5px;
	margin-top:-40px;
	margin-bottom:80px;
	line-height:1.6em;
	padding:0.3em 0;
	padding-left:1em;
}
.info #point {
}
.info #point table {
	border-collapse:collapse;
}
.info #point th, .info #point td {
	font-size:14px;
	font-weight:normal;
	text-align:left;
	padding:1em 1.5em;
}
.info #point th {
	border-bottom:#ccc dotted 1px;
  text-align: center;
	white-space: nowrap;
}

.info #point td {
	border-bottom:#ccc dotted 1px;
	border-left:#ccc dotted 1px;
	line-height: 1.5;
}
.info #point td table {

}
.info #point .syokusyu td p {
	text-align: center;
}
.info #point td.cap {
	
}
.info #point th.noBorder, .info #point td.noBorder {
	border-bottom:none;
}
.info .row05 {
}
.info .row05 .toiawase {
	width:500px;
	border:#ccc solid 2px;
	font-size:16px;
	padding:1.5em 0;
	line-height:1.6em;
}
.info .row05 .toiawase dt, .info .row05 .mgnAuto dd {
	margin-left:100px;
}
.info .row05 a {
	width:500px;
	font-size:18px;
	text-align:center;
	height:100px;
	line-height:100px;
	display:block;
	background-color:#ed1c24;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	margin:30px auto 100px auto;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	border: #fff solid 1px;
	transition:background 0.3s ease-out;
}
.info .row05 a:hover {
	background-color:#941c24;
}


/*===========エントリー===========*/	
	/*===========個人情報===========*/	

	.privacy {

	}
	
.privacy .contentsBox {
	font-size: 14px;
	line-height: 2em;
	padding-bottom: 80px;
	}
.privacy h1 {
	font-size: 32px;
	color: #444444;
	padding: 0.5em 0;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	margin-top: 60px;
	margin-bottom: 20px;
	}
.privacy dl {
	padding: 30px 0;
}
.privacy dt, .privacy p.dt {
	font-size: 18px;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	border-bottom: #ccc solid 1px;
	padding-bottom: 0.1em;
}
.privacy dd {
	margin-left: 150px;
	border-left: #ccc solid 1px;
	padding-left: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
}
.privacy .renrakusaki {
	margin-top: 30px;
	border: #ccc solid 1px;
	padding:  1.5em 3em;
}
.privacy .btnBox {
	padding-top: 80px;
}
.privacy .btnBox a {
	width:320px;
	font-size:24px;
	text-align:center;
	display:block;
	background-color:#ed1c24;
	color:#fff;
	text-decoration:none;
	margin:30px auto 100px auto;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	border: #fff solid 1px;
	transition:background 0.3s ease-out;
	line-height: 1em;
	padding: 20px 0;

}
.privacy .btnBox a span {
	font-size: 60%;
}
.privacy .btnBox a:hover {
	background-color:#941c24;
}


/*===========エントリーフォーム===========*/	

	.entry {

	}
.entry .kojin {
	width: 90%;
	margin: 0 auto 30px auto;
}
.entry .contentsBox {
	font-size: 14px;
	line-height: 2em;
	padding-bottom: 80px;
	}
.entry h1 {
	font-size: 32px;
	color: #444444;
	padding: 0.5em 0;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	margin-top: 60px;
	margin-bottom: 20px;
	}
	
.entry .formBox {
	background-color: #fffbf7;
	border-radius: 18px;
	border: #ccc solid 1px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
	padding: 50px 0;
	
}
.entry form {
	width: 70%;
	margin-left: 15%;
}
.entry form dl {
	padding: 15px 0;
}
.entry form dt {
	float: left;
	width: 20%;
	position: relative;
}
.entry form dt.must::after {
	content: '必須';
	position: absolute;
	top: 90%;
	left: 0.2em;
	height: 1.5em;
	width: 3em;
	text-align: center;
	background-color: #D30003;
	color: #fff;
	font-size: 10px;
	line-height: 1.6;
}
.entry form dd {
	float: left;
	width: 80%;
}
.entry form .txtInput {
	font-size: 14px;
	padding: 0.5em 1em;
	border-radius: 5px;
}
.entry .sendButton {
padding-top: 60px;
}
.entry .btnSubmit {
	width: 80%;
	max-width:280px;
	font-size:18px;
	text-align:center;
	display:block;
	background-color:#ed1c24;
	color:#fff;
	text-decoration:none;
	margin:10px auto 0px auto;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	border: #fff solid 1px;
	transition:background 0.3s ease-out;
	line-height: 1em;
	padding: 20px 0;

}
.entry .btnClear {
	background-color: #ccc;
	width:180px;
	font-size:16px;
	padding: 15px 0;
}
.entry .btnSubmit:hover {
	background-color:#941c24;
	cursor: pointer;
}
.entry .btnClear:hover {
	background-color: #666;
	cursor: pointer;
}

	.entry .btMyNav, .privacy .btMyNav {
		display: block;
		
		margin: 30px 0;


	}
.entry .btMyNav a, .privacy .btMyNav a {
		display: block;
	margin: 0 auto;
		width: 240px;
		border: #00ABEB solid 1px;
		padding: 10px 15px;
		transition: 0.5s;

	}
.entry .btMyNav a:hover, .privacy .btMyNav a:hover {
	background-color: aliceblue;
}


/*.corporate #mainBox img {
	display:block;
	width:752px;
	height:auto;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-304px;
	margin-left:-375px;
}
.corporate .contestsBox {
	width:960px;
	padding-top:100px;
}
*/

/*=====================================================*/
/*==================タブレット横用=====================*/
/*====================================================*/
@media ( max-width : 959px ) and (orientation: landscape) {
	header  .headerInner .logo {
		/*width: 20%;*/
	}
	.forSp {
		display: none;
	}
	#mainTitBox {
	width:750px;
	height:460px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-375px;
	margin-top:-230px;
}
.kakko {
	display: none;
}
	#topBox {
		display: none;
	}
	.w960 {
		width: 96%;
	}
	footer .footInner #bottomNav {
		margin-left: 280px;
	}
	header .headerInner ul li a {
		width: 108px;
	}
	.job .contentsBox .row {
		width: 96%;
		margin-left: 2%;
	}
	.member .txtBox.txtRight.w960 {
		width: 90%;
	}
	.staff .interviewBox, .staff .scheduleBox {
		width: 96%;
		margin-left: 2%;
	}

	
}



/*=====================================================*/
/*==================タブレット用=====================*/
/*====================================================*/
@media ( max-width : 959px ) {
	.pcOnly, .forSp {
		display: none;
	}
	.forTab {
		display: block;
	}
	nav.drawer-nav {
		z-index: 999;
	}
	header  .headerInner .logo {
		/*width: 20%;*/
	}
	.drawer-nav {
		
	}
	.drawer-nav ul {
		padding-top: 2em;

	}
	.drawer-nav ul li {
		
	}
	.drawer-nav ul li {
		
		border-bottom: #ddd dotted 1px;
	}
	.drawer-nav ul li.li0{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,ffffff+100 */

background: #e5e5e5; /* Old browsers */
background: -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e5e5e5 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	}
	.drawer-nav ul li a {
		text-decoration: none;
		color: #333;
		font-size: 14px;
		display: block;
		padding: 1em 0em;
		padding-left: 3em;
	}
		.drawer-nav ul li.goEntry a {
		padding: 0em 0em;
		padding-left: 0em;
	}
		.drawer-nav ul li.li0 a { 
			padding-left: 1.5em;
	}
	.drawer-nav ul li a:hover {
		background-color: #eee;
	}
	.drawer-nav ul li.goEntry {
		padding:6% 3%;
	}
	.drawer-nav ul li.goEntry a {
		font-size: 14px;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
text-decoration: none;
font-weight: bold;
display: inline-block;
width: 100%;
height: 70px;
line-height: 70px;
text-align: center;
color: #fff;
background-color: #ed1c24;
-webkit-transition: all .3s;
transition: all .5s;
border: #fff solid 1px;
box-sizing: border-box;
	}
	.headerInner {
		position: relative;
	}
.headerInner .btnMenu {
  background-color: #000;
	color: #fff;
	font-size: 20px;
	padding: 1em 1.6em;
	position: absolute;
	right: 3%;
	top:15%;
	border-radius: 6px;
	cursor: pointer;
}
 
.sb-right-inner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
	
	
	.w960 {
	width:96%;
	margin-left:2%;
}
.w440 {
	width:70%;
}
.w600 {
	width:60%;
}
.w520 {
	width:55%;
}
.w380 {
	width:40%;
}
.w310 {
	width:35%;
}

/*header ul, header .btnEntry, footer #bottomNav {*/
header ul, header .btnEntry {
	display:none;
}
footer {
	padding:30px 0;
}
	footer .footInner {
/*	margin: auto;
	max-width: 221px;
		width: 70%;*/
}
footer .footInner .leftBox {
	width: 70%;
	max-width:221px;
	margin: auto;
}
	
/*footer .footInner .footLogo {
	width:221px;
	position:inherit;
	margin:0 auto;
}
footer .footInner .btnEntry {
	position:static;
	margin:0 auto;
	text-align:center;
	margin-top:20px;
}*/
footer .footInner .cRight {
	width: 100%;
	margin-top:30px;
	line-height: 1.3;
}


#mainTitBox {
	width:94%;
	height:680px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-47%;
	margin-top:-340px;
}
	
.kakko {
	width:100px;
	height:100px;
	position:absolute;
}
	
.toppage #wrapper .leadBox .imgBox {
	width:100%;
	margin:0 auto;
}
.toppage #wrapper .leadBox .imgBox.slogan {
	width: 80%;
	margin: 5% auto;
}
#topBox {
	position: absolute;
	width: 20%;
	height: 20%;
	left: 50%;
	bottom: -10%;
	margin-left: -10%;
}
.toppage .navImgBox01 {
	background-image: url(../../img/top-02_tab.jpg);
}
.toppage .navImgBox02 {
	background-image: url(../../img/top-03_tab.jpg);
}
.toppage .navImgBox03 {
	background-image: url(../../img/top-04_tab.jpg);
}
.toppage .navImgBox04 {
	background-image: url(../../img/top-05_tab.jpg);
}

/*==================仕事を知る=====================*/

@-webkit-keyframes akarui {
  100% {
    opacity:1;
		margin-top:50px;
  }
}
@keyframes akarui {
  100% {
    opacity:1;
		margin-top:50px;
  }
}
	@-webkit-keyframes akarui02{
  100% {
    opacity:1;
		margin-top:-0px;
  }
}
@keyframes akarui02{
  100% {
    opacity:1;
		margin-top:-0px;
  }
}
.works .navImgBox .worksItem .txtBox .numBox {
	width:30px;
}
	.job .mainPhBox {
		min-width:inherit;
		width: 100%;
	}
	.job .mainPhBox .titWrap {
			width: 100%;
	}
	.works .navImgBox .worksItem .txtBox {
    width: 48%;
}
	.works .navImgBox .worksItem .imgBox {
		width: 48%;
	}
	.job .mainPhBox .titWrap .siruBox {
		position: absolute;
top: 300px;
right:inherit;
width: 100%;
height: 780px;
overflow: hidden;
z-index: 1;
	}
.job .mainPhBox .titWrap .siruBox .inner {
		position: absolute;
top: 150px;
right: 0px;
background-color: rgba(0, 0, 0, 0.6);
width: 100%;
height: 310px;
-webkit-transform: skewY(0deg);
-moz-transform: skewY(0deg);
-ms-transform: skewY(0deg);
-o-transform: skewY(0deg);
transform: skewY(0deg);
z-index: 11;
text-align: center;
color: #fff;
	}
	.job .mainPhBox .titWrap .siruBox .inner .reset {
		-webkit-transform: skewY(0deg);
-moz-transform: skewY(0deg);
-ms-transform: skewY(0deg);
-o-transform: skewY(0deg);
transform: skewY(0deg);
	}
	.job .mainPhBox .titWrap .siruBox .inner h1 {
		position: absolute;
		left: 50%;
		top: 15px;
		margin-left: -13%;
		padding-top:0px;
width: 26%;
display: inline-block;
		z-index: 999;
	}
	.job .mainPhBox .titWrap .siruBox .inner h2 {
		position: absolute;
		top:120px;
		left: 5%;
width: 30%;
display: inline-block;
		
	}
	.job .mainPhBox .titWrap .siruBox .inner p.desc {
		position: absolute;
		top:150px;
width: 56%;
		right: 5%;
display: inline-block;
font-size: 15px;
text-align: justify;
line-height: 1.6em;
	}
	.job .contentsBox{
		width: 90%;
		margin-left: 5%;
	}
	.job .bottombtnBox {
		width: 96%;
margin: 60px auto;
		margin-left: 2%;
	}
	.job .bottombtnBox li {
		width: 33%;
	}
	.job .bottombtnBox li a img {
		width: 80%;
		margin-left: 3%;
	}
	.job .row02 .imgBox {
		width: 45%;
	}
	.job .row02 .txtBox {
		width: 45%;
	}
	.job .contentsBox .naiyo h4 {
		width: 30%;
	}
	.job .contentsBox .naiyo ul {
		margin-left: 27%;
	}
	

	.job .contentsBox .naiyo li {
		font-size: 15px;
	}


	
/*==============会社を知る================*/
	.corporate .row .rightBox {
		width: 100%;
	}
	.corporate .row h2 {
width: 100%;
height:auto;
float:none;
		text-align: center;
		padding: 0.5em;
		display: block;
		margin-bottom: 1em;
	}
	.corporate .row h2 span {
		display: inline;
font-size: 24px;
position: static;
font-weight: bold;
	}
	.corporate .fukuri dd {
		margin: 0;
	}
	
	/*==============採用情報================*/
	#topDesc.navInfo {
		/*top: 230px;*/
		top: 180px;
	}
	
	
	.entry form {
		width: 80%;
margin-left: 10%;
	}
	.info h3 {
		font-size: 20px;
	}
	#message .w960 {
		width: 90%;
		margin-left: 5%;
		
	}
	.info #schedule dl {
		height: auto;
		background-image: url(../../information/img/num01.png) , url(../../information/img/line.gif);
		background-position: left top, left 40px;
	}
	.info #schedule dt {
		width: 60%;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		margin-left: 30%;
		margin-top: 50px;
	}
	.info #schedule dd {
		margin-left: 30%;
		margin-top: 5px;
		width: 60%;
	}
	.info #faq h3 {
		display: none;
	}
	.info #faq dl {
		margin-left:20%;
		margin:0 10%;
	}
	
	/*==================プラオバシーポリシー=====================*/
	.privacy .contentsBox.w960 {
 width: 90%;
		margin-left: 5%;
	}
	.privacy dd {
		margin-left: 10%;
	}
	.privacy dt, .privacy p.dt {
		font-size: 16px;
		text-indent: -2em;
		padding-left: 2em;
	}
	
	





/*=====================================================*/
/*==================スマホ用=====================*/
/*====================================================*/
@media ( max-width : 959px ) {
	footer .footInner .footLogo {
		/*width: 160px;*/
		margin: 0 auto;
		margin-bottom: 10px;
	}
	footer .footInner .footLogo .logohsk {
		position: static;
		transform: translateY(0);
		padding-top: 6%;
	}
}
	
@media ( max-width : 599px ) {
	
	.forSp {
		display: inherit;
	}
.w600 {
	width:100%;
}

	#goPageTop {
		display: none;
	}
	header .headerInner .logo {
		/*width: 40%;*/
		/*max-width: 150px;*/
	}
	header .headerInner {
		height:90px;
	}
	footer .footInner .footLogo {
		/*width: 160px;*/
		margin: 0 auto;
		margin-bottom: 10px;
	}
/*	footer .footInner .footLogo .logohsk {
		position: static;
		transform: translateY(0);
		padding-top: 6%;
	}*/
	#mainTitBox {
	width:320px;
	height:320px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-160px;
	margin-top:-160px;
		overflow: visible;
}
.kakko {
	width:60px;
	height:60px;
	position:absolute;
}
#wYou {
	width:200px;
	margin-left:-100px;
	margin-top:-100px;
}
#akarui {
	width:94%;
position:absolute;
	left:50%;
	top:50%;
	margin-left:-47%;
}
	@-webkit-keyframes akarui {
  100% {
    opacity:1;
		margin-top:-20px;
  }
}
@keyframes akarui {
  100% {
    opacity:1;
		margin-top:-20px;
  }
}
#topBox {
	width:100px;
	height:100px;
	bottom:-60px;
	margin-left:-50px;
}
#topArrow {
	width:70px;
	height:30px;
	bottom:-10px;
	margin-left:-35px;
}
.toppage #wrapper {
	padding-top:30px;
}
.toppage .navImgBox .txtBox {
	width:100%;
	height:240px;
	background-color:rgba(0,0,0,0.6);
}
.w440 {
	width:90%;
}
.toppage #wrapper .leadBox {
	margin:0 auto;
	padding:20px 0;
	font-size:13px;
	line-height:2em;
}

  .toppage #wrapper .leadBox .sign .name {
    font-size: 16px;
  }
.toppage #wrapper h2 {
	font-size:16px;
	font-weight:bold;
}
.toppage .navImgBox {
	padding: 0;
}
.toppage .navImgBox01 {
	background-image: url(../../img/top-02_sp.jpg);
}
.toppage .navImgBox02 {
	background-image: url(../../img/top-03_sp.jpg);
}
.toppage .navImgBox03 {
	background-image: url(../../img/top-04_sp.jpg);
}
.toppage .navImgBox04 {
	background-image: url(../../img/top-05_sp.jpg);
}


/*===========仕事を知る===========*/
.works .kakko {
	display:none;
}
.works .navImgBox .worksItem .txtBox {
    width: 96%;
		margin-left:2%;
		padding-bottom:6%;
}
.works .navImgBox .worksItem .txtBox h2 {
	width:70%;
	margin-left:25%;
	margin-top:-25%;
}
.works .navImgBox .worksItem .txtBox .numBox {
	width:15%;
}
	.works .navImgBox .worksItem .imgBox {
		width: 100%;
	}
	/*#mainTitBox {
		width: 100%;
		left: 0;
margin-left: 0;
	}*/
	#wYou.w01 {
		margin-left: -40%;
		width: 80%;
	}
	.works #akarui {
		margin-left: 0;
		left: 0;
	}
	#akarui.w02 {
		width: 100%;
		left: 50%;
		margin-left:-50%;
	}
	#topDesc {
		width: 100%;
margin-left: -50%;
	}
	#topBox.tb02 {
		display: none;
		width: 26%;
height: 26%;
		margin-left: -13%;
	}
	@-webkit-keyframes box02 {
  100% {
    opacity:1;
		bottom:-50px;
  }
}
@keyframes box02 {
  100% {
    opacity:1;
		bottom:-50px;
  }
}
	.job .mainPhBox .titWrap .siruBox {
		position: static;
		height: auto;
	}
	.job .mainPhBox .titWrap .siruBox .inner {
		text-align: center;
		height: auto;
		position: static;
	}
	
	.job .mainPhBox .titWrap .siruBox .inner h1 {
		position:static;
		width: 50%;
		margin: 0 auto;
display: block;
		padding-top: 15px;
	}
	.job .mainPhBox .titWrap .siruBox .inner h2 {
		position:static;
		width: 50%;
		margin: 0 auto;
		display: block
	}
	.job .mainPhBox .titWrap .siruBox .inner p.desc {
		position:static;
		width: 90%;
		height: 20%;
		margin: 0 auto;
		display: block
	}
	.job .btnMember a {
		width: 90%;
		margin-left: 5%;
		background-size:contain;
	}
	.job .mainPhBox {
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: left top;
		padding-top: 63%;
		height: auto;
	}
	.job01 .mainPhBox {
		background-image: url(../../works/electronic/img/main-sp.jpg);
	}
		.job02 .mainPhBox {
		background-image: url(../../works/tranceport/img/main-sp.jpg);
	}
		.job03 .mainPhBox {
		background-image: url(../../works/cash/img/main-sp.jpg);
	}
		.job04 .mainPhBox {
		background-image: url(../../works/resident/img/main-sp.jpg);
	}
  .job05 .mainPhBox {
		background-image: url(../../works/sales/img/main-sp.jpg);
	}
  .job06 .mainPhBox {
		background-image: url(../../works/tech/img/main-sp.jpg);
	}
	.job .contentsBox {
		padding-top: 0%;
	}
	.job .contentsBox h3 {
		margin-top: 10%;
	}
	.job .contentsBox .row {
		padding: 5px 0;
	}
	.job .contentsBox .w310 {
		width: 100%;
		padding-top: 1em;
	}
	.job .contentsBox .naiyo h4 {
		position: static;
width: 40%;
		margin: -50px auto 0 auto;
		margin-left: 33%;
	}
	.job .contentsBox .imgBox {
		width: 100%;
		margin: 0;
	}
	.job .contentsBox .naiyo ul {
		margin-left: 5%;
margin-right: 5%;
		padding-top: 1em;
	}
	.job .contentsBox .naiyo li {
		font-size: 15px;
border-bottom: #ccc dotted 1px;
padding: 0.5em 0;
		text-indent: -1em;
		padding-left: 1em;
	}
	.job .btnMember a {
		background-color: #000;
		background-image: none;
		margin-left: 0;
		color: #fff;
		font-size: 16px;
		line-height: 66px;
		height: 66px;
		border-radius: 8px;
	}
	.job .btnMember a span.hidden {
		display: inline;
		
	}
	.job	.txtBox.floatL.w380 {
		width: 100%;
	}
	.job04 .contentsBox {
		padding-top: 20%;
	}
	
/*===========人を知る===========*/

	


	
	/*===========会社を知る===========*/
.corporate .kakko {
	display:none;
}
	
	
.corporate .row h2 span {
		font-size: 16px;
	}
	.corporate .row .rightBox h3 {
		font-size: 18px;
	}
	.corporate .row {
		padding: 30px 0;
		width: 90%;
		margin-left: 5%;
	}
	.corporate .row .rightBox .itemBox .imgBox {
		width: 100%;
	}
	.corporate .fukuri dl {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		height: auto;
		margin-bottom: 5%;
	}
	.corporate .fukuri dl.dl01, .corporate .fukuri dl.dl04 {
			margin-left: 5%;
		margin-right: 5%;
	}
	.corporate .fukuri dd {
		padding-left: 10%;
		
	}
	.corporate .fukuri .inner {
		padding: 0;
	}
	.corporate .row h2{
		width: 100%;
	}
  .corporate .row01 .dlWrap h4 {
    font-size: 16px;
  }
  .corporate .row01 .dlWrap dt {
   font-size: 15px;
}
  .corporate .row .rightBox li {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin: 10px auto;
  }
  .corporate .fukuri h2 {
    width: 94%;
  }

	
	
		/*===========採用情報s==========*/
.info .kakko {
	display:none;
}
	.info .row h2 {
		width: 80%;
	}
	.info .row {
		border-top: #888888 solid 40px;
padding-bottom: 100px;
	}
	.info h3 {
		font-size: 18px;
	}
	.info p {
		width: 90%;
		margin-left: 5%;
	}
		@-webkit-keyframes withYou01info {
  100% {
    opacity:1;
		margin-top:-120px;
  }
}
@keyframes withYou01info {
  100% {
    opacity:1;
		margin-top:-120px;
  }
}
	#topDesc.navInfo {
		width: 100%;
		top: 40px;
left: 50%;
margin-top: -30px;
font-size: 14px;
		
		margin-left: -50%;
	}
#topDesc.navInfo a {
		width: 80%;
		margin-left: 10%;
	background: none;
	color: #fff;
	line-height: 50px;
		height: 50px;
	
	}
	
	#topDesc.navInfo a span.hidden {
		display: inline;
	}
	#topDesc.navInfo a.navinfo01 {
		background: none;
		background: #000;
	}
	#topDesc.navInfo a.navinfo02 {
		background: none;
		background: #000;
	}
	#topDesc.navInfo a.navinfo03 {
		background: none;
		background: #000;
	}
	#topDesc.navInfo a.navinfo04,#topDesc.navInfo a.navinfo05 {
		background: none;
		background: #000;
	}
	.info #schedule dl {
		height: auto;
		background-image: url(../../information/img/num01.png) , url(../../information/img/line.gif);
		background-position: left top, left 40px;
	}
	.info #schedule dt {
		width: 85%;
height: 50px;
line-height: 50px;
font-size: 16px;
font-weight: bold;
text-align: center;
margin-left: 15%;
		margin-top: 50px;
	}
	.info #schedule dd {
		margin-left: 15%;
		margin-top: 5px;
		width: 80%;
	}
	.info #faq h3{
		display: none;
	}
	.info #faq dl {
		margin-left: 0px;
margin-top: 0px;
		margin-right: 5%;
	}
	.info #faq dt {
		font-size: 15px;
	}
	.info #point th, .info #point td {
		font-size: 13px;
padding: 0.5em 0.5em;
	}
	.info #point tbody {
    -webkit-text-size-adjust: 100%;
} 
	.info #point table {
		width: 500px;
	}
	.info #point table th {
		white-space: nowrap;
	}
	.info .row05 .toiawase {
		width: 90%;
		margin-left: 5%;
	}
	.info .row05 .toiawase dt, .info .row05 .mgnAuto dd {
		margin-left: 1em;
		font-size: 13px;
	}
	.info .row {
		padding-bottom: 50px;
	}
	.info .row05 a {
		width: 80%;
		margin-left: 10%;
font-size: 18px;
text-align: center;
height: 70px;
		line-height: 70px;
	}
	
	
			/*===========プライバシーポリシー==========*/
	.privacy .contentsBox {
		width: 90%;
		margin-left: 5%;
	}
	.privacy h1 {
		font-size: 20px;
	}
	.privacy dt, .privacy p.dt {
		font-size: 15px;
		line-height: 1.4em;
		text-indent: -2em;
		margin-left: 0em;
	}

	.privacy dd {
		margin-left: 0;
		font-size: 14px;
		border-left: none;
	}
	.privacy .btnBox a {
		width: 80%;
		margin: 30px auto 30px auto;
	}
	.privacy .btnBox {
		padding-top: 40px;
	}
	.privacy .renrakusaki {
		padding: 1em 1em;
	}
	
	.entry form {
		width: 90%;
		margin-left: 5%;
	}
	.entry form .txtInput {
		width: 100%;
	}
	.entry form p {
		line-height: 1.4;
	}
	.entry form dt {
		float: none;
	}
	.entry form dd {
		float: none;
		width: 100%;
	}
	.entry form dd label {
		display: inline-block;
		border: #f1e3d3 solid 1px;
		padding: 0.3em 1.5em;
		border-radius: 0.5em;
		width: 98%;
		margin: 0.3em;
		background-color: rgba(255,255,255,0.5);
	}
	.entry form dd small {
		display: block;
		padding-top: 0.5em;
		line-height: 1.3;
	}
		.entry form dd .postcord,	.entry form dd .age  {
			width: 30%;
	}
	.drawer-nav ul li.goEntry a {
		padding: 0;
	}
	.entry form dt {
		width: 50%;
	}
	.entry form dt.must::after {
		content: '必須';
		position: static;
		display: inline-block;
		
		height: 1.5em;
		width: 3em;
		margin-left: 1em;
	
	}
	
}



/*=====================================================*/
/*==================スマホ横向き用=====================*/
/*====================================================*/
@media ( max-width : 736px ) and (orientation: landscape) {
		body {
  -webkit-text-size-adjust: 100%;
}
	#mainTitBox {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0%;
		top: 0%;
		margin-left: 0;
		margin-top: 0px;
	}
	header  .headerInner {
		height: 70px;
	}
	header .headerInner .logo {
		/*width: 20%;*/
		/*top:10px;*/
	}
	#wYou.w01 {
		width: 300px;
		margin-left:-150px;
		top:50%;
		margin-top:-125px;
		-webkit-animation-name: none;
		animation-name:none;
		opacity: 1;
	}
		#akarui.w02 {
		width: 400px;
		left: 50%;
		margin-left: -200px;
		margin-top:-75px;
		top:50%;
		-webkit-animation-name: none;
		animation-name:none;
		opacity: 1;
	}
	#topDesc {
		top: 50%;
		margin-top: -40px;
		opacity: 1;
		-webkit-animation-name: none;
		animation-name: none;
	}




	
	#topDesc.navInfo {
		display: none;
	}
	#wYou.w01info {
		width: 300px;
		margin-left: -150px;
		-webkit-animation-name: none;
		animation-name: none;
		margin-top: -50px;
		top: 50%;
		opacity: 1;
	}
	
	
	.info .row h2 {
		width: 50%;
	}
	
	
}




/*@media ( max-width : 959px ) {
	
	.drawer-nav {
		width: 100% !important;

		right: 0 !important;
	}
	.drawer-nav ul {
		padding-top: 2em;
		
		display: flex;
		flex-wrap: wrap;
	}
	.drawer-nav ul li {
		width: 50%;
		
	}
	.drawer-nav ul li.li0 {
		width: 100%;
		
	}
	.drawer-nav ul li.li0 a {
		
		background-color: #9ac0d2;
		text-align: center;
		color: #fff;
		padding-left: 0em;
		
	}
	.drawer-nav ul li a {
		text-decoration: none;
		color: #333;
		font-size: 13px;
		display: block;
		padding: 0.6em 0em;
		padding-left: 0em;
		text-align: center;
		display: block;
		border-right: #ccc solid 1px;
		border-bottom: #bbb solid 1px;
		border-top: #eee solid 1px;
		border-left: #ddd solid 1px;
		}
}
	*/
