@charset "UTF-8";

/* PC */

.spOnly {
		display: none;
}


.cover{
	width: 100%;
	background-image: url(../../common/images/bg_grid.jpg);
	background-repeat: repeat;
}

#recruit{
	width: 100%;
	padding-top: 70px;
	padding-bottom: 90px;
}
#recruit .title{
	width: 100%;
	font-size: 22px;
	line-height: 150%;
	font-weight: bold;
	padding-top: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
}
#recruit p{
	font-size: 16px;
	line-height: 180%;
	margin: 0px;
	padding: 0px;
}
#recruit .non{
	margin: 0 auto;
	width: 620px;
}
#recruit .non .title{
	width: 100%;
	font-size: 22px;
	line-height: 150%;
	font-weight: bold;
	margin: 0 0 40px;
	padding: 20px 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
#recruit .non p{
	font-size: 16px;
	line-height: 180%;
	margin: 0 auto;
	padding: 0 0 60px;
	text-align: left;
}
#recruit .non p.st{
	font-size: 18px;
	line-height: 180%;
	margin: 0 auto;
	padding: 0 0 20px;
	text-align: center;
	font-weight: bold;
}
#recruit .bt{
 margin: 30px auto 0;
	width: 433px;
	position: relative;
	-webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,.3));
        filter: drop-shadow(2px 2px 2px rgba(0,0,0,.3));
}
#recruit .bt.btL{
	width: 500px;
}
#recruit .bt a{
	width: 100%;
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFF;
	display: block;
	border: 1px solid #231F20;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color: #231F20;
}
#recruit .bt a:hover{
	color: #FFF;
	background-color: #231F20;
	border: 1px solid #231F20;
}
#recruit .bt a.arrow{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	font-size: 18px;
}
#recruit .bt a.arrow::before,
#recruit .bt a.arrow::after{
position: absolute;
top: 0;
bottom: 0;
right: 0;
margin: auto;
content: "";
vertical-align: middle;
}
#recruit .bt a.arrow::before{
right: 14px;
width: 15px;
height: 1px;
background: #231F20;
}
#recruit .bt a.arrow::after{
right: 16px;
width: 6px;
height: 6px;
border-top: 1px solid #231F20;
border-right: 1px solid #231F20;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
#recruit .bt a:hover{
	color: #FFF;
	background-color: #231F20;
}
#recruit .bt a:hover::before{
	background: #FFF;
}
#recruit .bt a.arrow:hover::after{
border-top: 1px solid #FFF;
border-right: 1px solid #FFF;
}



#message{
	width: 100%;
	background-image: url(../images/bg_message.png);
	background-repeat: repeat;
	padding-top: 95px;
	padding-bottom: 95px;
}
#message .title{
	width: 226px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 60px;
}
#message .title p{
	width: 100%;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#message .txt{
	font-size: 22px;
	line-height: 150%;
	font-weight: bold;
	padding-bottom: 35px;
}
#message p{
	font-size: 16px;
	line-height: 180%;
}




#guideline{
	width: 100%;
	background-image: url(../images/bg_guideline.png);
	background-repeat: repeat;
	padding-top: 95px;
	padding-bottom: 0px;
}
#guideline .title{
	width: 226px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 60px;
}
#guideline .title p{
	width: 100%;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#guideline ul.cat_box{
	width: 856px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 65px;
	text-align: center;
}
#guideline ul.cat_box li{
	width: 256px;
	display: inline-block;
  /display: inline;
  /zoom: 1;
	margin-bottom: 20px;
}
#guideline ul.cat_box li a{
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #231F20;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 30px;
    -webkit-border-radius: 30px; 
    -moz-border-radius: 30px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	display: block;
}
#guideline ul.cat_box li a:hover{
	color: #FFF;
	background-color: #231F20;
}
#guideline .job{
	width: 856px;
	margin-right: auto;
	margin-left: auto;
	font-size: 22px;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #231F20;
	margin-bottom: 20px;
	position: relative;
}
#guideline #designer .label{
	position: absolute;
	right: 10px;
	bottom: -27px;
}
#guideline #free .label{
	position: absolute;
	right: 3px;
	bottom: -16px;
}
#guideline #graphic .label{
	position: absolute;
	right: 3px;
	bottom: -16px;
}
#guideline #web .label{
	position: absolute;
	right: 3px;
	bottom: -16px;
}
#guideline #planning .label{
	position: absolute;
	right: 3px;
	bottom: -16px;
}
#guideline #furniture .label{
	position: absolute;
	right: 3px;
	bottom: -16px;
}
#guideline #graphic .label{
	position: absolute;
	right: 20px;
	bottom: -25px;
}
#guideline #web .label{
	position: absolute;
	right: 48px;
	bottom: -24px;
}
#guideline #planning .label{
	position: absolute;
	right: 78px;
	bottom: -22px;
}
#guideline #furniture .label{
	position: absolute;
	right: -2px;
	bottom: -17px;
}
#guideline #kanri .label{
	position: absolute;
	right: 0px;
	bottom: -34px;
}
#guideline .tb{
	width: 856px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
}
#guideline .tb th,
#guideline .tb td{
	font-size: 16px;
	line-height: 150%;
	padding-top: 20px;
	padding-bottom: 15px;
}
#guideline .tb th{
	text-align: right;
	width: 16%;
	padding-right: 5%;
}
#guideline .tb td{
	text-align: left;
	width: 73%;
	padding-left: 5%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #231F20;
}
#guideline .bt{
 margin: 30px auto 0;
	width: 433px;
	position: relative;
	-webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,.3));
        filter: drop-shadow(2px 2px 2px rgba(0,0,0,.3));
}
#guideline .bt.btL{
 margin: 50px auto 120px;
	width: 500px;
}
#guideline .bt a{
	width: 100%;
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFF;
	display: block;
	border: 1px solid #231F20;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color: #231F20;
}
#guideline .bt a:hover{
	color: #FFF;
	background-color: #231F20;
	border: 1px solid #231F20;
}
#guideline .bt a.arrow{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	font-size: 18px;
}
#guideline .bt a.arrow::before,
#guideline .bt a.arrow::after{
position: absolute;
top: 0;
bottom: 0;
right: 0;
margin: auto;
content: "";
vertical-align: middle;
}
#guideline .bt a.arrow::before{
right: 14px;
width: 15px;
height: 1px;
background: #231F20;
}
#guideline .bt a.arrow::after{
right: 16px;
width: 6px;
height: 6px;
border-top: 1px solid #231F20;
border-right: 1px solid #231F20;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
#guideline .bt a:hover{
	color: #FFF;
	background-color: #231F20;
}
#guideline .bt a:hover::before{
	background: #FFF;
}
#guideline .bt a.arrow:hover::after{
border-top: 1px solid #FFF;
border-right: 1px solid #FFF;
}




/* SP */
@media screen and (max-width: 767px){
.pcOnly {
	display: none;
}
.spOnly {
	display: block;
}


.cover{
	width: 100%;
	background-image: url(../../common/images/bg_grid.jpg);
	background-repeat: repeat;
}

#recruit{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2em;
	padding-bottom: 4em;
}
#recruit .title{
	width: 100%;
	font-size: 4.2vw;
	line-height: 150%;
	font-weight: bold;
	padding-top: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 2em;
	padding-left: 0px;
}
#recruit p{
	font-size: 100%;
	line-height: 180%;
	margin: 0px;
	padding: 0px;
}
#recruit .non{
	margin: 0 auto;
	width: 100%;
}
#recruit .non .title{
	width: 100%;
	font-size: 5.8vw;
	line-height: 150%;
	font-weight: bold;
	margin: 0 0 40px;
	padding: 20px 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
#recruit .non p{
	font-size: 4;
	line-height: 180%;
	margin: 0 auto;
	padding: 0 0 60px;
	text-align: left;
}
#recruit .non p.st{
	font-size: 4.6vw;
	line-height: 180%;
	margin: 0 auto;
	padding: 0 0 20px;
	text-align: center;
	font-weight: bold;
}
#recruit .bt{
	margin: 1em auto 0;
	width: 90%;
	position: relative;
	-webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,.3));
        filter: drop-shadow(2px 2px 2px rgba(0,0,0,.3));
}
#recruit .bt.btL{
	margin: 2em auto 0;
	width: 90%;
}
#recruit .bt a{
	width: 100%;
	font-size: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFF;
	display: block;
	border: 1px solid #231F20;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color: #231F20;
}
#recruit .bt.btL a{
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.4;
}
#recruit .bt a:hover{
	color: #FFF;
	background-color: #231F20;
	border: 1px solid #231F20;
}
#recruit .bt a.arrow{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	font-size: 18px;
}
#recruit .bt a.arrow::before,
#recruit .bt a.arrow::after{
position: absolute;
top: 0;
bottom: 0;
right: 0;
margin: auto;
content: "";
vertical-align: middle;
}
#recruit .bt a.arrow::before{
right: 14px;
width: 15px;
height: 1px;
background: #231F20;
}
#recruit .bt a.arrow::after{
right: 16px;
width: 6px;
height: 6px;
border-top: 1px solid #231F20;
border-right: 1px solid #231F20;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
#recruit .bt a:hover{
	color: #FFF;
	background-color: #231F20;
}
#recruit .bt a:hover::before{
	background: #FFF;
}
#recruit .bt a.arrow:hover::after{
border-top: 1px solid #FFF;
border-right: 1px solid #FFF;
}



#message{
	width: 100%;
	background-image: url(../images/bg_message.png);
	background-repeat: repeat;
	padding-top: 3em;
	padding-bottom: 3em;
}
#message .title{
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2em;
}
#message .title img{
	width: 100%;
}
#message .title p{
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#message .txt{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-size: 120%;
	line-height: 150%;
	font-weight: bold;
	padding-bottom: 2em;
}
#message p{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-size: 100%;
	line-height: 180%;
}



#guideline{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3em;
	padding-bottom: 0px;
}
#guideline .title{
	width: 65%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2em;
}
#guideline .title img{
	width: 100%;
}
#guideline .title p{
	width: 100%;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#guideline ul.cat_box{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 3em;
	text-align: center;
}
#guideline ul.cat_box li{
	width: 80%;
	display: inline-block;
  /display: inline;
  /zoom: 1;
	margin-bottom: 1em;
}
#guideline ul.cat_box li a{
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #231F20;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 30px;
    -webkit-border-radius: 30px; 
    -moz-border-radius: 30px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	display: block;
}
#guideline ul.cat_box li a:hover{
	color: #FFF;
	background-color: #231F20;
}
#guideline .job{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 120%;
	padding-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #231F20;
	margin-bottom: 1em;
	position: relative;
	padding-top: 2em;
}
#guideline #designer .label{
	position: absolute;
	right: 0px;
	bottom: 50px;
}
#guideline #free .label{
	position: absolute;
	right: 0px;
	bottom: 50px;
}
#guideline #graphic .label{
	position: absolute;
	right: 0px;
	bottom: 50px;
}
#guideline #web .label{
	position: absolute;
	right: 0px;
	bottom: 50px;
}
#guideline #planning .label{
	position: absolute;
	right: 0px;
	bottom: 50px;
}
#guideline #furniture .label{
	position: absolute;
	right: 0px;
	bottom: 50px;
}
#guideline #graphic .label{
	position: absolute;
	right: 0px;
	bottom: 50px;
}
#guideline #web .label{
	position: absolute;
	right: 0px;
	bottom: 50px;
}
#guideline #planning .label{
	position: absolute;
	right: 0px;
	bottom: 50px;
}
#guideline #furniture .label{
	position: absolute;
	right: 0px;
	bottom: 50px;
}
#guideline #kanri .label{
	position: absolute;
	right: 0px;
	bottom: 40px;
}
#guideline .tb{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 6em;
}
#guideline .tb th,
#guideline .tb td{
	font-size: 100%;
	line-height: 150%;
	padding-top: 1em;
	padding-bottom: 1em;
}
#guideline .tb th{
	text-align: right;
	width: 24%;
	padding-right: 5%;
}
#guideline .tb td{
	text-align: left;
	width: 65%;
	padding-left: 5%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #231F20;
}
#guideline .bt{
	margin: 1em auto 0;
	width: 90%;
	position: relative;
	-webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,.3));
        filter: drop-shadow(2px 2px 2px rgba(0,0,0,.3));
}
#guideline .bt.btL{
	margin: 2em auto 20vw;
	width: 90%;
}
#guideline .bt a{
	width: 100%;
	font-size: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFF;
	display: block;
	border: 1px solid #231F20;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color: #231F20;
}
#guideline .bt.btL a{
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.4;
}
#guideline .bt a:hover{
	color: #FFF;
	background-color: #231F20;
	border: 1px solid #231F20;
}
#guideline .bt a.arrow{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	font-size: 18px;
}
#guideline .bt a.arrow::before,
#guideline .bt a.arrow::after{
position: absolute;
top: 0;
bottom: 0;
right: 0;
margin: auto;
content: "";
vertical-align: middle;
}
#guideline .bt a.arrow::before{
right: 14px;
width: 15px;
height: 1px;
background: #231F20;
}
#guideline .bt a.arrow::after{
right: 16px;
width: 6px;
height: 6px;
border-top: 1px solid #231F20;
border-right: 1px solid #231F20;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
#guideline .bt a:hover{
	color: #FFF;
	background-color: #231F20;
}
#guideline .bt a:hover::before{
	background: #FFF;
}
#guideline .bt a.arrow:hover::after{
border-top: 1px solid #FFF;
border-right: 1px solid #FFF;
}


}
