﻿@charset "UTF-8";


/*================================================
 *　共通
 ================================================*/
#contents_head{
    width: 100%;
    height: 320px;
    padding-top: 130px;
   background: #004098;  
    text-align: center;
}

h1{
	color: #fff;
	width: 80%;
	max-width: 1400px;
	margin: 0 auto;
	text-align: left;
	font-size: 3.5em;
	font-weight: 700;
	letter-spacing: 0.1em;
}

h1 p
{font-size: 0.3em;
font-weight: 500;
letter-spacing: 0.2em;}

.contents_head_txt{
	font-size: 18px;
    margin: 20px auto 0 auto;
	font-weight: normal;
	letter-spacing: 0.05em;
}

.contents_head_img{
	width: 100%;
    height: 250px; 
	
}

.contents_head_img_tec00{
		background: url("../img/tec_head_00.jpg") no-repeat ; 
	background-position: center;  
    background-size: cover;
}
.contents_head_img_corporate{
		background: url("../img/corporate_head_00.jpg") no-repeat ; 
	background-position: center;  
    background-size: cover;
}

.contents_head_img_factories{
		background: url("../img/factories_head_00.jpg") no-repeat ; 
	background-position: center;  
    background-size: cover;
}
.contents_head_img_contact{
		background: url("../img/contact_head_00.jpg") no-repeat ; 
	background-position: center;  
    background-size: cover;
}
/*================================================
 *　パンくずリスト
 ================================================*/

/* パンくずリスト全体のコンテナ */
.breadcrumb-container {
  width: 100%;
  background-color: #F4F2F3;
  padding: 15px 30px;
  margin-bottom: 0 auto;
  overflow-x: auto; 
  white-space: nowrap; 
  -webkit-overflow-scrolling: touch; 
}

/* リスト構造 */
.breadcrumb {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #333;
}

/* 各階層のスタイル */
.breadcrumb li {
  display: inline-flex;
  align-items: center;
}

/* 区切り記号（ > ） */
.breadcrumb li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 3.5px;
  height: 9px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: rotate(45deg); /* 矢印（>）をCSSで描画 */
  margin: 0 10px;
}

/* リンクのスタイル */
.breadcrumb li a {
  color: #004098;
  text-decoration: none;
  transition: color 0.2s;
}

.breadcrumb li a:hover {
  text-decoration: underline;
  color: #BB3925;
}

/* 現在のページ（リンクなし） */
.breadcrumb li[aria-current="page"] {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis; 
}

/*================================================
 *　事業内容インデックス
 ================================================*/

/*index*/

h2{
	text-align: center;
	font-size: 2em;
	font-weight: 800;
	margin: 0 auto;
	color: #004098;
	letter-spacing: 0.05em;
}

h2 p{font-size: 18px;
	margin: 20px auto 0 auto;
		max-width: 980px;
	text-align: left;
font-weight: normal;
color: #0C0F0A;}

/* ページ内リンク */
.btn-container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 30px auto;
  gap: 10px; 
  padding: 0 15px;
}

.custom-btn {
  flex: 1; 
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background-color: #004098;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-align: center;
  padding: 0 5px;
}

.custom-btn:hover {
  background-color: #BB3925;
}

/*特徴ブロック（個別にも併用）*/

.tec_index{
	width: 100%;
	padding: 0;
}

.tec_block{
	margin: 0 auto;
	padding: 50px;
}

.tec_bkcolor_fff{
	background-color: #fff;
}

.tec_bkcolor_blue{
	background-color: #e7f1ff;
}


.tec_category{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	vertical-align: top;
	padding: 0;
	max-width: 1200px;
}


.tec_category_imgR{
	width: 45%;
	object-fit: contain;
	float: right;
}


h3{
	font-size: 1.9em;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.4em;
}

h3 p{
	font-size: 0.8em;
	line-height: 1.5em;
	margin-top: 5px;
}

h3 .emphasis{
	color: #fff;
	background-color: #BB3925;
	padding: 3px 10px;
}

.tec_category_txtL{
	width: 55%;
	font-size: 16px;
	letter-spacing: normal;
		padding-right: 50px;
	float: left;
	line-height: 1.7em;
		text-align: left;
}

.link_btn{
	display: inline-block;
  *display: inline;
  zoom: 1;
	width: 80%;
  min-width: 450px;
  vertical-align: middle;
  text-align: center;
  line-height: 2.7em;
  margin: 0 auto 10px auto;
  overflow: visible;
  text-decoration: none;
  border-radius: 50px;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  background: #004098;
	border: 1px solid #004098;}

.link_btn:hover{
   background: #BB3925; 
	color: #fff;
	border: 1px solid #BB3925;
transition: all .3s ease; 
}

/*有資格者一覧*/


#tec_qualification{
		width: 100%;
	max-width: 800px;
	margin: 50px auto;
}

.tec_qualification_sec{
	text-align: left;
	padding-left: 30px;
	font-size: 1.4em;
	font-weight: bold;
}


.tec_qualification_bk{
	width: 100%;
	padding: 30px;
	background: #fff;
	border-radius: 10px;
}
#tec_qualification table{
	width: 100%;
}

#tec_qualification tr{
	border-bottom: 1px solid #ccc;
}



#tec_qualification th{
	width: 50%;
	text-align: left;
	font-size: 1.1em;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 50px;
	font-weight: normal;
}

#tec_qualification td{
	vertical-align: top;
		padding-top: 10px;
	padding-bottom: 20px;
		font-size: 1.1em;
}



/*================================================
 *　事業内容個別
 ================================================*/

/*3つのポイント*/

.tec_point{
	width: 100%;
	max-width: 1310px;
	margin: 30px auto 0 auto;
	display: flex;
  justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
/*	justify-content: flex-start;*/
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.tec_point_cel{
	width: 29%;
	height: 380px;
	margin: 0 15px;
	  position: relative; 
  overflow: hidden; 
		border-radius: 15px;
}

.tec_point_content {
	color: #0C0F0A;
	font-size: 14px;
  z-index: 1;  
  position: absolute; 
	bottom: 0;
	width: 100%;
	height: auto;
	background-color: #fff;
	margin: 0 auto;
	padding: 20px;
}

.tec_point_content p{
	margin: 0 auto 5px auto;
	font-size: 1.3em;
	font-weight: bold;
}

/*ポイントの各種画像（溶剤）*/
.tec_point_youzai01{
	background: url("../img/tec_yozai_01.jpg") no-repeat center center;background-size: cover; 
}
.tec_point_youzai02{
	background: url("../img/tec_yozai_02.jpg") no-repeat center center;background-size: cover; 
}
.tec_point_youzai03{
	background: url("../img/tec_yozai_03.jpg") no-repeat center center;background-size: cover; 
}
/*ポイントの各種画像（粉体）*/
.tec_point_funtai01{
	background: url("../img/tec_funtai_01.jpg") no-repeat center center;background-size: cover; 
}
.tec_point_funtai02{
	background: url("../img/tec_funtai_02.jpg") no-repeat center center;background-size: cover; 
}
.tec_point_funtai03{
	background: url("../img/tec_funtai_03.jpg") no-repeat center center;background-size: cover; 
}
/*ポイントの各種画像（カチオン）*/
.tec_point_cation01{
	background: url("../img/tec_cation_02.jpg") no-repeat center center;background-size: cover; 
}
.tec_point_cation02{
	background: url("../img/tec_cation_03.jpg") no-repeat center center;background-size: cover; 
}
.tec_point_cation03{
	background: url("../img/tec_cation_04.jpg") no-repeat center center;background-size: cover; 
}

/*ポイントの各種画像（アッセンブリー）*/
.tec_point_assembly01{
	background: url("../img/tec_assembly_02.jpg") no-repeat center center;background-size: cover; 
}
.tec_point_assembly02{
	background: url("../img/tec_assembly_03.jpg") no-repeat center center;background-size: cover; 
}
.tec_point_assembly03{
	background: url("../img/tec_assembly_04.jpg") no-repeat center center;background-size: cover; 
}
/*ポイントの各種画像（前処理）*/
.tec_point_pre01{
	background: url("../img/tec_pre_02.jpg") no-repeat center center;background-size: cover; 
}
.tec_point_pre02{
	background: url("../img/tec_pre_03.jpg") no-repeat center center;background-size: cover; 
}
.tec_point_pre03{
	background: url("../img/tec_pre_04.jpg") no-repeat center center;background-size: cover; 
}

/*特殊塗装の実績*/

.tec_jisseki{
	width: 100%;
	height: auto;
	margin: 50px auto;
	display: flex;
	vertical-align: top;
	padding: 0;
	max-width: 1200px;
}


.tec_jisseki_imgL{
	width: 40%;
	object-fit: contain;
	float: left;
}

.tec_jisseki_txtR{
	width: 60%;
	font-size: 16px;
	letter-spacing: normal;
		padding-left: 60px;
	float: right;
	line-height: 1.7em;
		text-align: left;
}

.tec_jisseki_txtR h4{
	font-size: 18px;
	margin-top: 10px;
	border-left: 5px solid #BB3925;
	line-height: normal;
	vertical-align:middle;
	padding-left: 5px;
}

/*事例*/

#sol_jirei{
		width: 100%;
	margin: 0 auto;
	background-color: #22333B;
	padding:1px 0 30px 0;
	color: #fff;
}

.sol_jirei_waku{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	  display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.sol_jirei_cel{
	color: #fff;
	display: block;
	text-decoration: none;
		width: 29%;
	margin: 0 auto 50px auto;
	text-align: center;
	padding: 0 20px;
}

.sol_jirei_cel img{
	width: 100%;
}

.sol_jirei_txt{
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

.sol_jirei_txt p{
	font-size: 1.2em;
	font-weight: bold;
	margin: 15px 0;
}


/*塗装事例*/

#tec_jirei{
		width: 100%;
	margin: 50px auto 0 auto;
	padding:1px 0 0 0;
}

.tec_jirei_waku{
	  display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	margin-bottom: 20px;
}

.tec_jirei_cel{
	width: 280px;
		margin: 0 10px;
}

.tec_jirei_cel dl{
	width: 100%;
	height: 100%;
		background-color: #fff;
	border: 2px solid #fff;
		border-radius:10px;
	padding-bottom: 10px;
}

.tec_jirei_cel dt {
	font-size: 1.3em;
	line-height: 2.5em;
  font-weight: bold;
  color: #0C0F0A;
  background-color: #fff;
  text-align: center;
	border-radius:6px 6px 0 0;
	letter-spacing: normal;
}

.tec_jirei_cel dd{
	line-height: 1.7em;
	padding-left: 20px;
}

/*設備概要と能力*/

.tec_Facility_table {
  width: 100%;
	max-width: 1200px;
  border-collapse: collapse;
  margin: 50px auto 5px auto;
}

.tec_Facility_table th, 
.tec_Facility_table td {
  border: 1px solid #ccc;
  padding: 12px;
  text-align: left;
}

.tec_Facility_table th {
  background-color: #004098;
  font-weight: bold;
	text-align: center;
	color: #fff;
}

.tec_Facility_table tbody tr:nth-child(even) {
  background-color: #e7f1ff;
}

.tec_Facility_table_p{
	  width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

/*塗装前工程フロー*/

#tec_pretreatment_flow{
	  width: 100%;
	max-width: 1200px;
	margin: 50px auto 0 auto;
}

.tec_pretreatment_flowimg{
	width: 100%;
	max-width: 1200px;
}

.tec_pretreatment_flowtxt{
	max-width: 1000px;
	margin: 20px auto 0 auto;
	font-size: 16px;
	letter-spacing: 0;
}

/*================================================
 *　会社紹介
 ================================================*/

.company-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.company-section {
  padding: 50px 0;
}

.company-flex {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.map-area {
  flex: 1; 
}

.map-area iframe {
  width: 100%;
  height: 450px;
  vertical-align: bottom;
}

.info-area {
  flex: 1;
line-height: 1.5em;
	font-size: 16px;
}

.company-table {
  width: 100%;
  border-collapse: collapse;
}

.company-table th,
.company-table td {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

.company-table th {
  width: 20%;
  font-weight: bold;
	vertical-align: top;
		color: #004098;
}

/* 環境へのとりくみ */
.company-BKenvironment{
		background: url("../img/company_BKenvironment.jpg") no-repeat center center;
	background-size: cover; 
}

.company-environment{
	  max-width: 1200px;
  margin: 50px auto 20px auto;
  padding: 50px;
	 background-color: rgb(255 255 255 / 85%);
		border-radius: 15px;
}
.company-environment_txt{
	max-width: 800px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.6em;
}
.company-environment_txt p{
	font-size: 1.3em;
	font-weight: bold;
	margin: 30px auto 20px auto;
	text-align: center;
}

       .company-environment-list {
            list-style: none;
            padding: 0;
            margin: 20px 0 40px 0;
		   font-weight: bold;
        }

        .company-environment-list li {
            position: relative;
            padding-left: 1.5em;
            margin-bottom: 10px;
        }

        .company-environment-list li::before {
            content: "・";
            position: absolute;
            left: 0;
            font-weight: bold;
        }

        .company-environment-signature {
            text-align: right;
            font-size: 18px;
            margin-top: 40px;
        }

/* 沿革 */
.history-container {
	  max-width: 1200px;
  margin: 50px auto 20px auto;
  padding: 50px;
	 background-color: #fff;
		border-radius: 15px;
}


.history-area {
line-height: 1.5em;
	font-size: 15px;
}

.history-table {
  width: 100%;
	max-width: 1000px;
  border-collapse: collapse;
	margin: 0 auto;
}

.history-table th,
.history-table td {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

.history-table th {
  width: 20%;
  font-weight: bold;
	vertical-align: top;
	color: #004098;
}

/*================================================
 *　お問い合わせ
 ================================================*/

#contact{
	width: 100%;
	max-width: 900px;
	margin: 30px auto 80px auto;
	background: #fff;
	padding: 30px;
	border-radius: 10px;
}

#contact_form{
margin: 30px auto 0 auto;
}

#contact_form p{
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
}
.contact_form_required{
	color: #BB3925;
	border: 1px solid #BB3925;
	font-size: 0.8em;
	padding: 0.2em;
	margin-right: 7px;
}

.contact_form_optional{
	color: #888;
	border: 1px solid #888;
	font-size: 0.8em;
	padding: 0.2em;
	margin-right: 7px;
}
.contact_form_txt{
	font-size: 1.1em;
	margin-bottom: 20px;

}
.contact_form_txt span{
	margin-right: 15px;
}

#contact_form input[type="text"] {
padding: 7px;
	border: 1px solid #888;
	border-radius: 5px;
}

#contact_form textarea{
	padding: 7px;
	border: 1px solid #888;
	border-radius: 5px;
	height: 150px;
}

#contact_form input[type="checkbox"],
input[type="radio"] {
  accent-color: #BB3925;
  transform: scale(1.4);
	margin-right: 3px;
	margin-left: 2px;
}

#contact-form_privacytxt{}

.contact-form_privacy{
		padding: 15px;
	border: 1px solid #888;
	border-radius: 5px;
	height: 150px;
	font-size: 0.85em;
	overflow-y: scroll;
}

.contact-form_privacy li{
	margin-left: 20px;
}

#privacyCheck{}

.contact-form_privacy2{
	height: auto;
	padding: 15px;
	margin-top: 10px;
	vertical-align: middle;
		border: 1px solid red;
	border-radius: 5px;
}

.contact-form_privacy3{
	display: block;
	margin: 15px 0;
	text-decoration: underline;
	color: #0e192d;
}

#contact_form .w50{
	width: 50%;
}

#contact_form .wfull{
	width: 100%;
}

.contact_form_send{
	width: 100%;
	padding: 20px;
	text-align: center;
}
#contact_form .mail_btn{
	display: inline-block;
  *display: inline;
  zoom: 1;
  width: 400px;
  vertical-align: middle;
  text-align: center;
  line-height: 3em;
  margin: 0 auto;
  overflow: visible;
  text-decoration: none;
  border: solid 2px #004098;
  border-radius: 50px;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  background: #004098;}

/*メールフォーム用*/

.mail_subtitle{
text-align: center;
	color: #0e192d;
	margin: 10px auto;
	font-size: 1.4em;
}

.mail_btn1{
display: inline-block;
  *display: inline;
  zoom: 1;
  width: 400px;
  vertical-align: middle;
  text-align: center;
  line-height: 3em;
  margin: 0 auto;
  overflow: visible;
  text-decoration: none;
  border: solid 2px #004098;
  border-radius: 50px;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  background: #004098;
cursor: pointer;}

.mail_btn2{
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 400px;
  vertical-align: middle;
  text-align: center;
  line-height: 3em;
  margin: 10px auto;
  overflow: visible;
  text-decoration: none;
  border: solid 2px #004098;
  border-radius: 50px;
  color: #004098;
  font-size: 1.2em;
  font-weight: bold;
  background: #fff;
cursor: pointer;}


#contact_tel{
	max-width: 900px;
	margin: 20px auto;
	text-align: center;
}
#contact_tel p{
	font-size: 2.4em;
	font-weight: 800;
}

/*================================================
 *　工場設備紹介
 ================================================*/

.fac_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.fac_section {
  padding: 50px 0;
}

.fac_flex {
  display: flex;
  gap: 40px; 
  align-items: flex-start;
}

.fac_map-area {
  flex: 1; 
}

.fac_map-area iframe {
  width: 100%;
  height: 450px;
  vertical-align: bottom;
}

.fac_info-area {
  flex: 1;
line-height: 1.5em;
	font-size: 16px;
}

.fac_table {
  width: 100%;
  border-collapse: collapse;
}

.fac_table th,
.fac_table td {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

.fac_table th {
  width: 23%;
  font-weight: bold;
	vertical-align: top;
		color: #004098;
}

/*主要設備（宮郷）*/
.fac_point01{
	background: url("../img/fac_point01.jpg") no-repeat center center;background-size: cover; 
}
.fac_point02{
	background: url("../img/fac_point02.jpg") no-repeat center center;background-size: cover; 
}
.fac_point03{
	background: url("../img/fac_point03.jpg") no-repeat center center;background-size: cover; 
}

/*主要設備（波志江）*/
.fac_point04{
	background: url("../img/fac_point04.jpg") no-repeat center center;background-size: cover; 
}
.fac_point05{
	background: url("../img/fac_point05.jpg") no-repeat center center;background-size: cover; 
}
.fac_point06{
	background: url("../img/fac_point06.jpg") no-repeat center center;background-size: cover; 
}

/*================================================
 *　汎用
 ================================================*/
.sp20{
	height: 30px;
	width: auto;
}
.sp50{
	height: 50px;
	width: auto;
}

.bkcolor_blue{
	background-color: #004098;
}

.bkcolor_white{
	background-color: #fff;
}

.txtcolor_white{
	color: #fff;
}