@charset "UTF-8";

/* CSS Document */

/* デザインB（タブレット） */
@media screen and (min-width:600px){
/* タブレット用レイアウト 600px以上の範囲に収めるデザインはこの中に記述 */



header  {
    background-image: url(../images/main_bg.webp);
	min-width: 600px;
}


/* heading */


.heading-block h1{
    font-size:4vw;
}



/*
section 見出し
----------------------------*/
.heading06 {
    font-size: 4vw;
    letter-spacing: 5px;
}


.heading06::before {
	top: -40px;
	font-size: 6vw;
}


/*
sectionリクルート 見出し
----------------------------*/
.heading06r {
    font-size: 4vw;
	color: #ffffff;
}


.heading06r::before {
	top: -40px;
	font-size: 6vw;
}


/*
会社情報　見出し
----------------------------*/
.heading02 {
    font-size: 3vw;
    letter-spacing: 5px;
}


/*
設備名見出し
----------------------------*/
.heading03 {
    font-size: 3vw;
    letter-spacing: 2px;
}


/*
レイアウト、フォーム　見出し
----------------------------*/

.heading04 {
	font-size: 3vw;
}


/*
業務内容
----------------------------*/
#business {
    background-image: url(../images/business_bg.webp);
    padding: 100px 5%;
    height: 100%;
}


#business p {
    letter-spacing: 5px;
}


/*
主要設備
----------------------------*/
#setsubi {
    background-image: url(../images/setsubi_bg.webp);
	background-repeat: no-repeat;
    text-align: center;
    padding: 150px 5% 0px;
    background-attachment: fixed;
	background-size: cover;
}

#setsubi .inbox {
	margin: 30px auto 0px ;
    padding: 30px 5px  10px;
}


/*
会社情報
----------------------------*/
#honsha {
    background-image: url(../images/honsha.webp);
    background-repeat: no-repeat;
	padding: 350px  0px;
    text-align: center;
	background-attachment: fixed;
	background-size: cover;
}


#company {
    background-image: url(../images/company_bg.webp);
}

	

/* 会社概要tableの設定
----------------------------------------------------------- */
table.company_gaiyo {
width: 85%;
margin-bottom: 30px;
letter-spacing: 5px;
}

table.company_gaiyo th,
table.company_gaiyo td {
    display: table-cell;
}
 
 
table.company_gaiyo th {
text-align: right;
width: 150px;
border-bottom: 1px dashed #cccccc;
}
 


/* 会社沿革tableの設定
----------------------------------------------------------- */
table.company_history {
	width: 85%;
}
 
table.company_history th,
table.company_history td {
    display: table-cell;
}
table.company_history th {
width: 150px;
}


/* リクルート
----------------------------------------------------------- */
#recruit {
    background-image: url(../images/recruit_bg.webp);
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 200px;
    padding-bottom: 50px;
    background-color: #1B1B1B;
    background-position: center top;
    background-attachment: fixed;
}


	
#recruit .recruit_ex {
    display: none;
	}
	
#recruit .recruit_expc {
    padding: 40px 0px;
    font-size: 1rem;
	letter-spacing: 5px;    color: #ffffff;
	text-align:  center;
    line-height: 200%;
    font-weight: 600;
	}
	
.yoko_contents {
    width: 70%;
    max-width: 800px;
    letter-spacing: 2px;
	font-size: 0.9em;
}


/* 募集要項tableの設定
----------------------------------------------------------- */

table.yoko_info {
  border-collapse: collapse;
  width: 100%;
}
.yoko_info th ,
.yoko_info td {
    padding: 10px;
    border: solid 1px #ccc;
    display: table-cell;
}
.yoko_info th {
  width: 20%;
  text-align:center;
  background: #CEE6CC;
  color: #333;
  letter-spacing: 5px;
}

.yoko_info td {
  text-align:left;
  background: #eeeeee;
}

.yoko_info tr :last-child{
    border-bottom: solid 1px #ccc;
  }
  

/* お問い合わせ
----------------------------------------------------------- */
#otoiawase {
    background-image: url(../images/otoiawase_bg.webp);
    background-attachment: fixed;
}


.otoiawase_contents {
    background-color: #ffffff;
    border-radius: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #999999;
    margin-bottom: 5%;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
    text-align: center;
}



#otoiawase .otoiawase_company   {
    font-size: 1.8em;
    padding: 20px;
    line-height: 2em;
}




/* お問い合わせtableの設定tbl_form
----------------------------------------------------------- */
#form_body .tbl_form	{
    margin-left: auto;
    margin-right: auto;
}


/* アクセス
----------------------------------------------------------- */
#access .text {
	width:80%;
	margin-left: auto;
    margin-right: auto;
    letter-spacing: 4px;	
	}

#access .map {
	width:90%;
	max-width:1000px;
	margin-left: auto;
    margin-right: auto;
	}
}



/* デザインC(PC) */
@media screen and (min-width: 1025px) {
/* PC用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */

.heading-block h1{
    font-size:4vw;
}


/*
section 見出し
----------------------------*/
.heading06 {
    padding-top: 20px;
    font-size: 3rem;
    letter-spacing: 7px;
}


.heading06::before {
	top: -40px;
	font-size: 5rem;
}


/*
sectionリクルート 見出し
----------------------------*/
.heading06r {
    font-size: 3rem;
    letter-spacing: 7px;
}


.heading06r::before {
	top: -40px;
	font-size: 5rem;
}


/*
会社情報　見出し
----------------------------*/
.heading02 {
    font-size: 2rem;
	width: 50%;
	padding-top: 80px;
	margin-left: auto;
    margin-right: auto;
}


/*
設備名　見出し
----------------------------*/
.heading03 {
    font-size: 1.6rem;
}


/*
レイアウト、フォーム　見出し
----------------------------*/
.heading04 {
	font-size: 1.7rem;
    letter-spacing: 5px;
}



/*
業務内容
----------------------------*/
#business {
    background-image: url(../images/business_bg.webp);
    padding: 150px 5% 50px;
}

#business p {
    letter-spacing: 5px;
}

/*
主要設備
----------------------------*/

#setsubi {
    background-image: url(../images/setsubi_bg.webp);
	background-repeat: no-repeat;
    text-align: center;
    padding: 150px 5% 30px;
    background-attachment: fixed;
	background-size: cover;
}

#setsubi .inbox {
    max-width: 1000px;
	padding: 50px 5% 30px;
}
	

/*
レイアウト
----------------------------*/
#layout {
    padding: 100px 5px  10px;
}

#layout img {
    width: 80%;
}


/*
会社情報
----------------------------*/

#honsha {
    background-image: url(../images/honsha.webp);
    background-repeat: no-repeat;
	padding: 400px 0px 0px;
    text-align: center;
	background-attachment: fixed;
	background-size: cover;
}



#company {
    background-image: url(../images/company_bg.webp);
    padding-top: 100px;
}


/* 会社概要tableの設定
----------------------------------------------------------- */
table.company_gaiyo {
width: 800px;
margin-bottom: 30px;
}
 
 
table.company_gaiyo th {
text-align: right;
width: 20%;
}
 



/* 会社沿革tableの設定
----------------------------------------------------------- */
table.company_history {
	width: 800px;
}
 
 
table.company_history th {
width: 150px;
}


/* リクルート
----------------------------------------------------------- */

#recruit {
    background-image: url(../images/recruit_bg.webp);
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 200px;
    padding-bottom: 50px;
    background-color: #1B1B1B;
    background-position: center top;
    background-attachment: fixed;
}

#recruit .recruit_ex {
    display: none;
	}
	
#recruit .recruit_expc {
    padding: 40px 0px;
    font-size: 1rem;
	letter-spacing: 5px;    color: #ffffff;
	text-align:  center;
    line-height: 200%;
    font-weight: 600;
	}
	
.yoko_contents {
    width: 900px;
}



/* 募集要項tableの設定
----------------------------------------------------------- */

table.yoko_info {
  border-collapse: collapse;
  width: 100%;
}
.yoko_info th ,
.yoko_info td {
    padding: 10px;
    border: solid 1px #ccc;
    display: table-cell;
}
.yoko_info th {
  width: 20%;
  text-align:center;
  background: #CEE6CC;
  color: #333;
  letter-spacing: 5px;
}

.yoko_info td {
  text-align:left;
  background: #eeeeee;
}

.yoko_info tr :last-child{
    border-bottom: solid 1px #ccc;
  }
  




/* お問い合わせ
----------------------------------------------------------- */
#otoiawase {
    background-image: url(../images/otoiawase_bg.webp);
}

#otoiawase h3 {
    padding: 20px;/*文字周りの余白*/
}


.otoiawase_contents {
	width:900px;
}

#otoiawase .otoiawase_company   {
    font-size: 1.8em;
    line-height: 2em;
}


.otoiawase_form {
	text-align:center;
}

.contact_text {
    padding: 5% 5%  0%;

}


/* お問い合わせtableの設定tbl_form
----------------------------------------------------------- */


#form_body .tbl_form th ,
#form_body .tbl_form td {
    padding: 10px;
    border: solid 1px #ccc;
    box-sizing: border-box;
    display: table-cell;
}
#form_body .tbl_form th {
    width: 40%;
	 text-align: right;
    letter-spacing: 4px;
}

#form_body .tbl_form td {
	 text-align: center;
}


#form_body .tbl_form .horizon li {
	font-size: 0.8rem;
	display:inline-block;
}



/* form_btn
------------------------------ */
#form_body .form_btn p {
	margin:30px 5px;
	width:230px;
	box-sizing:border-box;
}
#form_body .form_btn p input {
    font-size: 1.2em;
}





/* access
------------------------------ */

#access .text {
	width:600px;
	margin-left: auto;
    margin-right: auto;
    letter-spacing: 4px;	
	}
#access .map {
	width:1000px;
	margin-left: auto;
    margin-right: auto;
	}	
	
}
