@charset "UTF-8";

#contents{
	background-image: none;
}

h2 {
	text-align: center;
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 700;
	color: #8bac61;
	line-height: 1.7;
}

.bscBtn01{
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
}

.bscBtn01 span{
	font-size: 16px;
	font-size: 1.6rem;
}

.recruitInr{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px 30px;
}

#sec01 {
    background: #f5f1ee;
    padding: 80px 0;
    margin-bottom: 0;
}

#sec01 h2 {
    font-size: 28px;
    font-size: 2.8rem;
	margin-bottom: 50px;
}

#sec01 .txt{
	margin: 0 auto 30px;
	max-width: 650px;
	text-align: center;
	width: 100%;
}

#sec01 ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

#sec01 ul li:first-child {
    margin-top: 0px;
}

#sec01 ul li:last-child {
	margin-top: 60px;
}

#sec01 ul li {
    width: 46%;
    max-width: 458px;
    position: relative;
    z-index: 0;
    margin: 0 2%;
}

#sec01 ul li .kobito {
    position: absolute;
    width: 45%;
    bottom: -40px;
    right: 0;
    z-index: 1;
}

#sec01 ul li:last-child .kobito {
    position: absolute;
    top: -50px;
    top: -60px;
    left: 0;
}

#sec01 ul li .circleBox {
    position: relative;
}

#sec01 ul li .circleTxt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    color: #fff;
    width: 70%;
}

#sec01 ul li .circleTxt dt {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 500;
}

#sec01 ul li .circleTxt dd {
    line-height: 1.7;
}

#sec02 {
    background: url(../../lib/cmn_img/gizagiza_02.gif) left top repeat-x;
    margin-bottom: 0;
    position: relative;
    padding: 120px 0 100px;
}

#sec02 .tableWrap table{
	width: 100%;
}

#sec02 .tableWrap table tr{
	border-top: 1px solid #85a949;
}

#sec02 .tableWrap table th{
	padding: 25px;
	width: 20%;
}

#sec02 .tableWrap table td{
	line-height: 1.7;
	padding: 25px;
	width: 80%;
}

#sec02 .tableWrap table td ul.detail li{
	padding-left: 1em;
	text-indent: -1em;
}

@media only screen and (max-width: 1280px) {

}
@media only screen and (max-width: 1024px) {
	
.recruitInr:last-child {
	margin-bottom: 0;
}	
}

@media only screen and (max-width: 900px) {
.recruitInr {
    margin: 0 auto 160px;
	padding: 0 0 30px;
}
	
#sec01 ul li .circleBox {
    background: #f3c1bf;
    border-radius: 20px;
}	
	
#sec01 ul li:last-child .circleBox {
    background: #9ad5db;
}	
}

@media screen and (max-width: 768px){
.bscBtn01 span {
    font-size: 12px;
    font-size: 1.2rem;
}	
}


@media only screen and (max-width: 480px) {
.recruitInr {
    padding: 10% 0;
}	
	
#sec01 {
    padding: 30px 0 0px;
}	
	
#sec01 h2 {
    font-size: 20px;
    font-size: 2.0rem;
}
	
#sec01 ul {
    display: block;
}	
	
#sec01 ul li {
    width: 100%; 
    margin: 0 auto 30px;
	max-width: auto;
}	

#sec01 ul li .kobito {
    width: 30%;
    top: -25px;
}	
	
#sec01 ul li:last-child .kobito {
    top: -45px;
    left: inherit;
    right: 0px;
}

#sec01 ul li .circleTxt {
    width: 80%;
}	
	
#sec02 {
    padding: 30px 0 0;
}	

#sec02 .tableWrap table th,
#sec02 .tableWrap table td {
	display: block;
	width: 100%;
}	
	
#sec02 .tableWrap table th{
	border-bottom: 1px solid #85a949;;
}	
	
#sec02 .tableWrap table td {
    padding: 25px 0;
}	
	
}
