@charset "utf-8";
* {
    box-sizing: border-box;
}
html {
    font-size:  62.5%;
    overflow-y: scroll;
}
body {
    font-family: Verdana, "游ゴシック Bold", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #323232;
    -webkit-text-size-adjust: 100%;
    font-size:1.6em;
}
.container {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.clear {
    clear: both;
}
img {
    vertical-align: middle!important;
}
/* header */
header {
    border-bottom: 20px solid #ffcd2b;
}
nav {
    width: 950px;
    height:100px;
    overflow: hidden;
    margin: 0 auto;
}
h1 {
    width: 160px;
    float: left;
/*    margin: 20px 0 20px 10px;*/
    margin: 20px 0 20px 0px;
}
ul.navList {
/*    width: 822px;
    xwidth: 652px;*/
/*    width: 802px;
    xwidth: 632px;*/

    width: 750px;
    xwidth: 580px;

/*	width: 582px;
    xwidth: 412px;*/
    letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
    float: left;
    margin-left: 30px;
     padding: 0;
}
ul.navList li {
    display: inline-block;
    letter-spacing: normal; /* 文字間を通常に戻す */
    margin: 10px 0;
    padding: 0;


/*    border-left: #969696 1px solid;*/
    border-left: #969696 1px solid;

}
ul.navList li:first-child {
    border-left: none;
}
ul.navList li:nth-of-type(2) {
    border-left: none;
   /* margin-left: 5px;*/
}

/*ul.navList li:last-child {
    border-left: none;
    margin-left: 5px;
}*/
ul.navList li a:hover {
    opacity: 0.7;
}
ul.navList li a img.entryBtn {
    margin: 10px 0;
}

/*recruit.html keyvisual*/
.keyvisual {
    width: 100%;
    border-bottom: 20px solid #ffcd2b;
    position: relative;
    z-index: 100;
    height: 448px !important;
    background: #F5F5F0;
}
.slider {
    width: 1024px;
    margin: 0 auto;
    display: block;
}

/*contents*/
.contents {
    width: 950px;
    margin: 0 auto 45px;
}
.contentLink {
    width: 950px;
    text-align: center;
    background-color: #5b5b5b;
    color: #ffcd2b;
}
.contentLink tr {
    border-bottom: 2px solid #fedc71;
}
.contentLink tr:last-child {
    border-bottom: 0;
}
.contentLink td {
/*    background-color: #5b5b5b;*/
    color: #ffcc27;
    border-right: 2px solid #fedc71;
}
.contentLink td:last-child {
    border-right: 0;
}
.contentLink a {
    width: 316px;
    display: block;
    background-color: #f5f5f0;
    color: #838383;
    padding: 40px 0;
    font-size: 2.0rem;
    font-weight: bold;
    letter-spacing: 1px;
}
.contentLink a:hover {
    background-image: url(../images/black_arrow.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-color: #ffcd2b;
    color: #333;
}
.button {
	display: inline-block;
	width: 316px;
	text-align: center;
	text-decoration: none;
	outline: 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 .5s;
	transition: all .5s;
}
.topScroll {
    width: 950px;
    margin: 0 auto;
    text-align: right;
}
.topScroll a {
    width: 170px;
    display: inline-block;
    color: #333;
    background-color: #fecd28;
    padding: 12px 0;
    background-image: url(../images/top05.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    text-align: left;
    padding-left: 20px;
    font-weight: bold;
}
.topScroll a:hover {
    opacity: 0.7;
}

.corpLink {
    width: 950px;
    margin: 0 auto;
    text-align: right;
}
.corpLink a {
    width: 170px;
    display: inline-block;
    color: #333;
    background-color: #fecd28;
    padding: 12px 0;
    text-align: center;
    font-weight: bold;
}
.corpLink a:hover {
    opacity: 0.7;
}


/*footer*/
/*footer {
    width: 100%;
    background-color: #ebebeb;
    padding: 27px 0;
}*/
small {
    width: 950px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

/* sub */
.subKeyvisual {
    width: 1024px;
    overflow: hidden;
    clear: both;
    margin: 25px auto 20px;
}
.topImage {
    float: left;
}

/* staff */
.dirDetail {
    width: 425px;
    height: 400px;
    float: left;
    background-color: #323232;
    padding-bottom: 8px;
}
.dirDetail h2 {
    width: 230px;
    margin: 27px 0 25px;
    padding: 8px 0 8px 18px;
    font-size: 17px;
    background-image: url(../images/stuffBg.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}
.triangle {
    width: 30px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 33px solid #ffcd2b;
}
.dirDetail h3 {
    font-size: 24px;
    color: #ffcd2b;
    font-weight: normal;
    padding-left: 15px;
    margin-bottom: 18px;
    line-height: 1.4;
}
.dirDetail p {
    width: 360px;
    color: #fff;
    line-height: 1.5;
    padding-left: 15px;
}
.dirName {
    font-size: 20px;
    margin-bottom: 16px;
}
.dirName span {
    font-size: 14px;
}
.dirHistory {
    font-size: 15px;
}
.main {
    width: 900px;
    clear: both;
    margin: 0 auto 30px;
    line-height: 1.7;
}

.staff section p {
    margin: 12px auto 36px;
}
.staff section:last-child {
    margin: 12px auto 30px;
    border-bottom: 1px solid #ffcd2b;
}
.staff section h2 img {
    vertical-align: bottom;
}
a.toForm{
    display: block;
    width: 342px;
    text-align: center;
    margin: 0 auto 50px;
}
a.toForm:hover{
    opacity: 0.7;
}
.contentLink .on {
  background-image: url(../images/black_arrow.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-color: #ffcd2b;
  color: #313131;
}

/* hukuri.html */
.benefit {
    height: 150px;
}
.bold {
    font-weight: bold;
}
.leftSide {
    width: 430px;
    float: left;
}
.rightSide {
    width: 430px;
    float: right;
}
.fukuri section h3 {
    text-align: center;
    background-color: #ffcd2b;
    margin-bottom: 12px;
    padding: 3px 0;
    font-size: 1.8rem;
    letter-spacing: 1.1px;
}
.fukuri .section01 {
    margin: 0 0 10px;
    overflow: auto;
}
.fukuri .section02 {
    clear: both;
    margin-bottom: 32px;
    border-top: 1px solid #ffcd2b;
}
.fukuri .section02 h2,
.fukuri .section03 h2,
.fukuri .section04 h2{
    font-size: 2.0rem;
    padding: 10px 0;
}
figure {
    width: 217px;
    display: inline-block;
    margin-right: 1.18%;
}
figure:last-child {
    margin-right: 0;
}
figcaption {
    font-size: 12px;
}
.fukuri .section03 {
    border-top: 1px solid #ffcd2b;
    border-bottom: 1px solid #ffcd2b;
    margin-bottom: 16px;
}
.fukuri .section03 dl {
    margin-bottom: 32px;
}
.fukuri .section03 dt {
    width: 160px;
    float: left;
    background: url(../images/fukuri06.jpg) no-repeat center left;
    background-size: 15px 15px;
    padding-left: 19px;
}
.fukuri .section03 dd {
    width: 900px;
    padding-left: 160px;
}
.fukuri .section03 .topScroll {
    margin-bottom: 30px;
}
.fukuri .section04 h2 + p {
    margin: 0 auto 20px;
}
.fukuri .section04 .recnav {
    padding: 20px;
    border: 6px solid #c1c1c1;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 1.4rem;
}
.fukuri .section04 .recnav img{
    float: left;
    padding: 0 30px 0 0;
}
.fukuri .section04 h3 {
    width: 180px;
    font-size: 18px;
}
.fukuri .section04 table {
    display: block;
    margin-bottom: 50px;
}
.fukuri .section04 input {
    width: 390px;
    display: block;
    padding: 5px 0;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    border: 1px solid #c1c1c1;
}
.fukuri .section04 tr {
    border-bottom: 1px solid #d4d4d4;
}
.fukuri .section04 tr.lastTr {
    border-bottom: none;
}
.fukuri .section04 th,
.fukuri .section04 td {
    padding: 20px 0;
}
.fukuri .section04 th {
    width: 328px;
    display: block;
    text-align: left;
}
.fukuri .section04 th span {
    width: 50px;
    display: inline-block;
    color: #fff;
    background-color: #fe0151;
    text-align: center;
    border-radius: 3px;
    float: right;
    margin-right: 53px;
}
.fukuri .section04 td p {
    font-size: 1.2rem;
    margin: 0;
}
select {
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    padding: 2px 30px 2px 20px;
    background-image: url(../images/fukuri08.png), url(../images/fukuri09.jpg);
    background-repeat: no-repeat, repeat-y;
    background-position: 98% center, 90% center;
    background-size: 6%, 1%;
    margin-bottom: 5px;
    -moz-box-shadow: inset 0px 0px 20px 0 rgba(0,0,0,0.08);
    -webkit-box-shadow: inset 0px 0px 20px 0 rgba(0,0,0,0.08);
    box-shadow: inset 0px 0px 20px 0 rgba(0,0,0,0.08);
    border: 1px #d4d4d4 solid;
    background-color: transparent;
}
textarea {
    width: 570px;
    height: 330px;
    border: 1px solid #c1c1c1;
}
.fukuri .section04 .send {
    width: 265px;
    display: block;
    margin: 0 auto 90px;
    background-color: #ff4600;
    border: 3px solid #e6e6e6;
    border-radius: 10px;
    font-size: 26px;
    padding: 20px 0 20px 20px;
    color: #fff;
    font-weight: bold;
    background-image: url(../images/fukuri07.png), url(../images/white_arrow.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 15px center, 95% center;
}
.fukuri .section04 .send:hover {
    opacity: 0.7;
}

.uploadButton {
    display:inline-block !important;
    position:relative;
    overflow:hidden;
    color:#323232;
    text-align:center;
    width:130px;
    cursor:pointer;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    font-size: 12px;
    margin-bottom: 5px;
}
.uploadButton input[type=file] {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    cursor:pointer;
    opacity:0;
    border: 0;
    margin-bottom: 0;
}
.notYet {
    width: 300px;
    display: inline-block;
    font-size: 13px;
    margin-left: 10px;
}
.uploadValue {
    display:none;
    background:rgba(255,255,255,0.2);
    border-radius:3px;
    padding:3px;
    color:#ffffff;
}
#uv01,
#uv02,
#uv03 {
    display: none;
}
.form-send {
    margin-left: 50px;
}



/*add 20150710*/

.requirements {
    margin: 30px;
}
.requirements-title{
    font-size: 130%;
    margin-bottom: 5px;
}
.requirements table th, .requirements table td {
  padding: 20px;
   }
.requirements table th {
  width: 262px;
  font-size: 110%;
  font-weight: normal;
  background-color: #F0F0F0;
  color: #333333;
text-align: center;
border: 1px #dcdcdc solid;
}
.requirements table td {
  width: 698px;
  padding: 20px;
  background-color: #ffffff;
border: 1px #dcdcdc solid;
}


.challenged{
    padding: 30px 0 0 0;
}

.challenged .content_wrap{
    width: 890px;

}

.challenged .tabArea table{
    width: 100%;
}

.challenged .tabArea table th, .challenged .tabArea table td {
  padding: 4px;
   }
.challenged .tabArea table th {
/*  width: 262px;*/
  font-size: 110%;
  font-weight: normal;
  background-color: #F0F0F0;
  color: #333333;
text-align: center;
border: 1px #dcdcdc solid;
}
.challenged .tabArea table td {
/*  width: 698px;*/
  padding: 5px 10px;
  background-color: #ffffff;
border: 1px #dcdcdc solid;
}

.challenged #tab {
    margin: 0;
    padding: 0;
    width: 900px;
    float : left;
}

.challenged #tab li {
    margin: 10px 10px 0 0;
    float: left;
    padding: 6px 0;
    list-style: none;
    cursor: pointer;
    background: #CCC;
    color: #FFF;
    font-weight: bold;
    width: 290px;
/*    height: 34px;*/
    display: block;
    text-align: center;
}

.challenged #tab li.select {
    color: #FFF;
    background: #000;
}

.clear {
    margin: 0;
    padding: 0;
    clear: both;
}

.message_mass {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;

}


.challenged span{
    vertical-align: baseline;
}


.message_mass .cont {
  margin: 0 30px 0 0;
  padding: 0;
  width: 415px;
  float: left;
}

.tx_r_b {
  color: #CC0000;
  font-weight: bold;
}

.challenged .message_mass h3{
    font-size: 130%;
}

.equipment{
    width: 50%;
    border: none;
}

.equipment table{
    border: none;
}

.equipment table tr,.equipment table td{
    border: none;
}


.massspace_20px{
    margin-top: 20px;
}

.disnon {
    display: none;
}
/*----- 2016.09.23 -----*/
footer {
  width: 100%;
  position: relative;
  background-color: #ebebeb;
  padding: 30px 0;
  text-align: center;
  font-size:1.4rem;}
footer .footer_in{
  max-width: 950px;
  margin: 0 auto;
  position: relative;
 }
footer .footer_in .logo{
  z-index: 1;
  position: absolute;
  right:.5%;
  bottom: 0px;
}
.recnavbox{
    text-align: center;
    margin-bottom: 40px;
}
.recnavbox a:hover {
    opacity: 0.7;
}
.contentLink td{
    background-color: #F5F5F0;
}