.head02{
	height: 190px;
	position: relative;
}
.company-head{
	background: url("../img/company-head.jpg") no-repeat center;
	background-size:cover;
}
.business-head{
	background: url("../img/business-head.jpg") no-repeat center;
	background-size:cover;
}
.recruit-head{
	background: url("../img/recruit-head.jpg") no-repeat center;
	background-size:cover;
}
.qualification-head{
	background: url("../img/qualification-head.jpg") no-repeat center;
	background-size:cover;
}
.policy-head{
	background: url("../img/policy-head.jpg") no-repeat center;
	background-size:cover;
}
.payment-head{
	background: url("../img/payment-head.jpg") no-repeat center;
	background-size:cover;
}



.head-text{
	position: absolute;
    width: 100%;
    text-align: center;
  top: -webkit-calc( 50% - 20px );
  top: calc( 50% - 20px );
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	
	color: #fff;
	font-size: 34px;
	font-weight: bold;
}
.head-text2{
	position: absolute;
    width: 100%;
    text-align: center;
  top: -webkit-calc( 50% - 20px );
  top: calc( 50% - 20px );
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	
	color: #fff;
	font-size: 34px;
	font-weight: bold;
}


@media only screen and (max-width: 750px) {
.head-text{
	font-size: 28px;
}
    
.head-text2{
  top: -webkit-calc( 50% - 40px );
  top: calc( 50% - 40px );
	font-size: 28px;
}
}

.head-pan{
	position: absolute;
	bottom: 0;
  left: 50%;
  transform: translateY(0) translateX(-50%);
  -webkit- transform: translateY(0) translateX(-50%);
	
    width : -webkit-calc( 100% - 100px );
    width : calc( 100% - 100px );
	max-width: 850px;
	padding: 10px 20px;
	background: #fff;
}

.head-pan a{
    color: #666;
    text-decoration: none;
}

.head-pan a:hover{
    color: #FF0000;
}



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

.head-pan{
    font-size: 14px;
}
}


.btn01{
	width:100%;
	max-width: 890px;
	margin: 0 auto;
	text-align: center;
}

.btn01 a{
	width: 250px;
  display: inline-block;
  padding: 7px 0;
  border-radius: 25px;
  text-decoration: none;
  color: #008B4C;
  transition: .4s;
	border: solid 1px  #008B4C;
}

.btn01 a:hover {
  background: #008B4C;
  color: #FFF;
}


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

.btn01 a{
	width: 80%;
  display: inline-block;
	margin: 0 10%;
  padding: 7px 0;
  border-radius: 25px;
  text-decoration: none;
  color: #008B4C;
  transition: .4s;
	border: solid 1px  #008B4C;
}

.btn01 a:hover {
  background: #008B4C;
  color: #FFF;
}
}



.title01{
	width: 100%;
	font-size: 25px;
	font-weight: bold;
	color: #008B4C;
	padding: 0 0 0 0;
}
.title02{
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #008B4C;
	padding: 0 0 0 0;
}



.title01-n{
	width: 100%;
	font-size: 25px;
	color: #008B4C;
	padding: 0 0 0 0;
}
.title02-n{
	width: 100%;
	font-size: 20px;
	color: #008B4C;
	padding: 0 0 0 0;
}
.title03-n{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 0 0;
}

@media only screen and (max-width: 750px) {
.title01,.title02,.title01-n,.title02-n,.title03-n{
    line-height: 1.2;
}
}

.text01{
	width: 100%;
	padding: 0 0 50px 0;
}

.text02{
	width: 100%;
	padding: 0 0 30px 0;
}








/*　会社概要　*/

.profile{
    width : -webkit-calc( 100% - 40px );
    width : calc( 100% - 40px );
	max-width: 890px;
	padding:0 20px;
	/*border-top:1px solid #333;*/
	display:table;
}

.profile li{
	float:left;
}

.profile-t{
	width:150px;
	padding:20px 0;
}

.profile-h{
    width : -webkit-calc( 100% - 150px );
    width : calc( 100% - 150px );
	padding:20px 0;
    font-weight: lighter;
}


.profile-h a{
	color:#008B4C;
	text-decoration:none;
	border-bottom:1px solid #008B4C;
}
.profile-h a:hover{
	color:#F00;
	text-decoration:none;
}

.profile-t02{
	width:100%;
	font-weight:bold;
	color:#004098;
	padding:20px 0;
}


.profile-t02 a{
	color:#004098;
	text-decoration:none;
	border-bottom:1px solid #004098;
}
.profile-t02 a:hover{
	color:#F00;
	text-decoration:none;
}



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

.profile-t{
    width : 100%;
	padding:20px 0 0 0;
}

.profile-h{
    width : 100%;
	padding:0 0 20px 0;
}
}



.organization-img01 img{
	width: 100%;
}









/*　事業内容　*/
.business-box01{
	border-top: 1px dotted #008B4C;
	padding:  50px 0 10px 0;
}


.business-img01{
	float: right;
	width: 260px;
	padding: 0 0 30px 30px;
}


.business-img01 img{
	width: 100%;
}



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

.business-img01{
	float:left;
	width: 100%;
	padding: 10px 0 30px 0;
}
}









/*　資格保有者　*/
.qualification-box01:nth-child(1){
	width: 47%;
	float: left;
	margin: 0 6% 30px 0;
}
.qualification-box01:nth-child(2){
	width: 47%;
	float: left;
	margin: 0 0 30px 0;
}



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

.qualification-box01:nth-child(1){
	width: 100%;
	float: left;
	margin: 0 0 0 0;
}
.qualification-box01:nth-child(2){
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}
}


.qualification-t{
	width: 100%;
	font-size: 13px;
	margin: 0 0 30px 0;
	text-align: left;
	font-weight: lighter;
}

.qualification-t td:nth-child(1){
    width : 70%;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	vertical-align: middle;
	padding: 5px 10px;
}

.qualification-t td:nth-child(2){
	text-align: right;
    width : -webkit-calc( 30% - 43px );
    width : calc( 65% - 43px );
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	vertical-align: middle;
	padding: 5px 10px;
}



.qualification-t .qualification-t-top{
}

.qualification-t .qualification-t-top td{
	text-align: center;
	/*font-weight: normal;*/
	font-weight: bold;
	border-top: 1px solid #000;
	background: #D0E8DD;
}










/*　採用情報　*/

.recruit-btn01{
    width : 100%;
    padding: 0 0 70px 0;
}


.recruit-btn01 a img{
    width : 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.recruit-btn01 a:hover img{
    opacity: 0.6;
}

.recruit-box01{
    width : -webkit-calc( 90% - 42px );
    width : calc( 90% - 42px );
	margin: 0 5% 50px 5%;
    border: 1px solid #008B4C;
    border-radius: 20px;
    padding: 20px;
}

.recruit-box01-title{
    width : 100%;
    color: #008B4C;
    text-align: center;
    font-size: 20px;
    padding: 0 0 20px 0;
}

.recruit-box01 a{
    color: #666;
    text-decoration: none;
}

.recruit-box01 a:hover{
    color: #008B4C;
    text-decoration: none;
}

.recruit-box01 a span{
    color: #008B4C;
}







.recruit-message01{
    padding: 0 0 30px 0;
    margin: 0 0 50px 0;
    border-bottom: dotted 1px #008B4C;
}


.recruit-photo{
    margin: 0 0 20px 0;
}


.recruit-photo ul{
	width:100%;
}
.recruit-photo ul li{
  display: inline-block;
  vertical-align: bottom;
}
.recruit-photo ul li img{
	width:100%;
}

.recruit-photo ul li:nth-child(1){
	width:200px;
	padding:0 30px 0 0;
}

.recruit-photo ul li.recruit-photo-no{
	width:0px;
	padding:0 0px 0 0;
}

.recruit-photo ul li:nth-child(2){
    width : -webkit-calc( 100% - 300px );
    width : calc( 100% - 300px );
}







@media screen and (max-width: 750px) {
    
.recruit-photo ul li img{
	width:200px;
}
.recruit-photo ul li:nth-child(1){
    width : 100%;
	padding:0 0 0 0;
    text-align: center;
}
.recruit-photo ul li:nth-child(2){
	width:100%;
    text-align: center;
}
}


.recruit-link{
	/*font-weight: normal;*/
	font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 750px) {
    
.recruit-link{
    font-weight: 600;
}

}



/*ーーーーーーーーーーーーー　ポリシー　ーーーーーーーーーーーーー*/

.policy-list{
    width : 100%;
	padding:20px 0;
}
.policy-list li{
	margin: 0 0 0 40px;
	color: #008B4C;
	list-style: disc;
}
.policy-list li span{
  color: #666;
}




.policy-mado{
    width : 100%;
	padding:0;
	display:table;
}

.policy-mado li{
	float:left;
}

.policy-mado li:nth-child(odd){
	width:130px;
	padding:5px 0 5px 0;
}

.policy-mado li:nth-child(even){
    width : -webkit-calc( 100% - 130px );
    width : calc( 100% - 130px );
	padding:5px 0;
	font-weight:lighter;
}


@media screen and (max-width: 480px) {
.policy-mado li:nth-child(odd){
    width : 100%;
	padding:10px 0 0 0;
}
.policy-mado li:nth-child(even){
    width : 100%;
	padding:0 0 10px 0;
}
}







/*ーーーーーーーーーーーーー　お問合せ　ーーーーーーーーーーーーー*/
.contact{
    width:100%;
    margin:0;
    padding:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.contact li{
	float:left;
	display:table-cell;
}

.contact li.contact-t{
	width:200px;
	padding:20px 0 20px 0;
	font-weight:bold;
}

.contact li.contact-h{
    width : -webkit-calc( 100% - 200px );
    width : calc( 100% - 200px );
	padding:20px 0;
}

.contact li.contact-b{
	width:100%;
	padding:20px 0;
	text-align:center;
}

.contact li.contact-h input{
	font-size:15px;
}
.contact li.contact-h .contact-l{
    width : 100%;
    display: inline-block;
}


.contact-text01{
	width:50%;
}

.contact-text02{
	width:30%;
	float:left;
	margin-right:30px;
}

.contact-text03{
	width:15%;
}

.contact-text04{
	width:50%;
}

.c-mozi01{
	width:25px;
	float:left;
}

.c-mozi02{
	width:150px;
	float:left;
}

@media screen and (max-width: 860px) {
.contact li.contact-t{
    width : 100%;
	padding:10px 0 0 0;
}
.contact li.contact-h{
    width : 100%;
	padding:0 0 10px 0;
}

.contact li.contact-b{
	width:100%;
	padding:0 0 10px 0;
}


.contact-text01{
	width:97%;
}

.contact-text02{
    width : -webkit-calc( 97% - 25px );
    width : calc( 97% - 25px );
	float:left;
	margin-right:0;
}

.contact-text03{
	width:15%;
}

.contact-text04{
	width:97%;
}
}



img.required-icon{
	width:35px;
	padding:0 0 3px 0;
	margin:0;
}



.contact-btn01{
	width:80%;
	text-align:center;
	padding:10px 0;
	margin: 30px 0 0 0;
	color:#008B4C;
	font-weight:bold;
	border:1px #008B4C solid;
	border-radius:5px;
	background:#fff;
	font-size:16px;
	cursor:pointer;
}

.contact-btn01:hover{
	color:#fff;
	background:#008B4C;
}

@media screen and (max-width: 860px) {
	.contact-btn01{
	width:100%;
	padding:10px 0;
}
}






.contact-btn02{
	width:80%;
	text-align:center;
	padding:10px 0;
	margin:0 0 30px 0;
	color:#b00000;
	font-weight:bold;
	border:1px #b00000 solid;
	border-radius:5px;
	background:#fff;
	font-size:16px;
	cursor:pointer;   
}

.contact-btn02:hover{
	color:#fff;
	background:#b00000;
}

@media screen and (max-width: 860px) {
	.contact-btn02{
	width:100%;
	padding:10px 0;
}
}



















/*ーーーーーーーーーーーーー　公益通報　ーーーーーーーーーーーーー*/

.wing-list{
    width : 100%;
	padding:0 0 20px 0;
}
.wing-list li{
	margin: 0 0 20px 20px;
	color: #008B4C;
	list-style: disc;
}
.wing-list li span{
  color: #666;
}




@media screen and (max-width: 800px) {
.wing-t-box{
    width : 100%;
    overflow-x: scroll;
	margin: 0 0 30px 0;
}
}

.wing-t{
    width: 686px;
	font-size: 13px;
	margin: 0 0 5px 0;
	text-align: left;
	font-weight: lighter;
}

.wing-t td:nth-child(1){
    width : 60px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	vertical-align: middle;
	padding: 5px 10px;
}

.wing-t td:nth-child(2){
    width : 150px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	vertical-align: middle;
	padding: 5px 10px;
}

.wing-t td:nth-child(3){
    width : 60px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	vertical-align: middle;
	padding: 5px 10px;
}

.wing-t td:nth-child(4){
    width : 60px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	vertical-align: middle;
	padding: 5px 10px;
}

.wing-t td:nth-child(5){
    width : 300px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	vertical-align: middle;
	padding: 5px 10px;
}



.wing-t .wing-t-top01 td{
	text-align: center;
	/*font-weight: normal;*/
	font-weight: bold;
	border-top: 1px solid #000;
}
.wing-t .wing-t-top02 td{
	text-align: center;
	/*font-weight: normal;*/
	font-weight: bold;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.wing-t .wing-t-top02 td:nth-child(1){
	border-left: none;
    width : 60px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	vertical-align: middle;
	padding: 5px 10px;
}

.wing-t .wing-t-top02 td:nth-child(2){
    width : 60px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	vertical-align: middle;
	padding: 5px 10px;
}

.wing-t .wing-t-top02 td:nth-child(3){
    width : 300px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	vertical-align: middle;
	padding: 5px 10px;
}





.wing-t td a{
    color: #007B3D;
    text-decoration: none;
}
.wing-t td a:hover{
    color: #FF0000;
    text-decoration: none;
}











/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*お支払いについて*/



.payment-title{
	font-size:20px;
	text-align:left;
	color:#008B4C;
	font-weight:bold;
	border-bottom:5px solid #008B4C;
}

.payment-menu{
    width : 100%;
	margin:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	text-align:center;
	padding:10px 0 30px 0;
}

	
.payment-menu li.payment-menu-btn{
	float:left;
	display:table-cell;
    list-style: none;
	margin:30px 20px;
	border:1px solid #007B3D;
	
	
    width : -webkit-calc( ( 100% / 3 ) - 42px );
    width : calc( ( 100% / 3 ) - 42px );
}


@media screen and (max-width: 750px) {
	.payment-menu li.payment-menu-btn{
    width : -webkit-calc( 100% - 42px );
    width : calc( 100% - 42px );
}
}

.payment-btn-title{
    width : calc( 90% - 18px );
    margin: 10px 5% 20px 5%;
    padding: 0 0 0 10px;
    border-left: 8px solid #007B3D;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    color: #007B3D;
}

.payment-text01{
    margin: 20px 0 0 0;
}


.payment-dl-btn{
    /* ボタンのCSS */
    width: 90%;
    background-color: #fff;
    border-radius: 2px;
	border:1px solid #007B3D;
    color: #fff;
    display: block;
    padding: 8px 0;
    margin: 10px 5%;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;
    transition: all 0.5s;
}

.payment-dl-btn::after{
    /* 擬似要素で矢印アイコンをつくる */
    content: '';
    border: 0;
    border-top: solid 2px #007B3D;
    border-right: solid 2px #007B3D;
    display: inline-block;
    width: 10px;
    height: 10px;
    /* 矢印アイコンの位置を設定 */
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}

.payment-dl-btn:hover{
    /* ボタンをクリックしたときに沈むように見える動き */
    background-color: #B5DBC8;
}




















/*ーーーーーーーーーーーーー　公益通報　ーーーーーーーーーーーーー*/

.motion_planning-list{
    width : 100%;
	padding:0 0 20px 0;
}
.motion_planning-list li{
	margin: 0 0 5px 20px;
	color: #008B4C;
	list-style: disc;
}
.motion_planning-list li span{
  color: #666;
}


















.fs18{
    font-size: 18px;
}



.fw-lighter{
    font-weight: lighter;
}

.fw-normal{
    font-weight: normal;
}

.fw-bold{
    font-weight: bold;
}

.tb-bo{
	border-top:1px solid #004098;
	border-bottom:1px solid #004098;
}

.t-bo{
	border-top:1px solid #004098;
}
.bo{
	border:1px solid #004098;
}

.tk3{
	color:#333;
}
.tf{
	color:#fff;
}

.b{
	font-weight:bold;
}
.red{
	color:#F00;
}
.blue{
	color:#004098;
}

.green01{
	color:#6FBB44;
}
.m-top20{
	margin-top:20px;
}
.m-bottom20{
	margin-bottom:20px;
}
.p-bottom20{
	padding-bottom:20px;
}

m-left15{
	margin-left:15px;
}


.t-right{
	text-align:right;
}
.t-left{
	text-align:left;
}
.t-center{
	text-align: center;
}




.indent13{
	text-indent:-13px;
	margin:0 0 0 13px;
}
.indent15{
	text-indent:-15px;
	margin:0 0 0 15px;
}
.indent20{
	text-indent:-20px;
	margin:0 0 0 20px;
}


.pa-t30{
	padding-top:30px;
}

.pa-b5{
	padding-bottom:5px;
}

.pa-b10{
	padding-bottom:10px;
}

.pa-b30{
	padding-bottom:30px;
}

.pa-l15{
	padding-left:15px;
}

a.link01{
	color:#0092D8;
	text-decoration:none;
}
a.link01:hover{
	color:#F00;
	text-decoration:none;
}


















