@charset "utf-8";
/* ===========================================================
 *
 * 金属溶材株式会社　スタイルシート
 * Last UpDate : 2025/06/02
 *
=========================================================== */

/* ----------------------------------------------------------
	style.css

	index
	 1 - ページ共通css
	 2 - リンクの色
	 3 - 見出し
	 4 - 背景
	 5 - レイアウト
	 6 - ヘッダー
	 7 - フッター
	 8 - グローバルナビゲーションgNavi
	 9 - ローカルナビゲーションlNavi
	10 - コンテンツ

---------------------------------------------------------- */

/* ----------------------------------------------------------
 1 - ページ共通css
---------------------------------------------------------- */
@import "general.css";
@import "fonts.css";

body  {
	color: #333;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.emp01 { font-size: 120%; font-weight: 700; }
.sml01 { font-size: 90%; }
.indent01 { padding-left: 1.0em; text-indent: -1.05em; } /* adobeTypekit（源ノ角ゴシック）に対応 */
.indent02 { padding-left: 1.0em; text-indent: -1.0em; } /* 標準 */
.mb10e { margin-bottom: 1.0em !important; }
.mb15e { margin-bottom: 1.5em !important; }
.mb20e { margin-bottom: 2.0em !important; }
.mb30e { margin-bottom: 3.0em !important; }

.colored01 { color: #f17400; }

ol.numList01 { list-style-position: outside; margin-left: 1.6em; }
ol.numList01 > li { list-style-type: decimal; }
/* ol.numList01 li:first-child { margin-top: 0; } */

ul.listTypeDisc01 > li { position: relative; padding-left: 18px; line-height: 1.6em; }
ul.listTypeDisc01 > li:before { display: block; content: ''; position: absolute; top: 12px; left: 5px; width: 5px; height: 5px; background-color: #333; border-radius: 100%; }
ul.listTypeCircle01 > li { position: relative; padding-left: 18px; line-height: 1.6em; }
ul.listTypeCircle01 > li:before { display: block; content: ''; position: absolute; top: 7px; left: 0; width: 10px; height: 10px; border: 1px solid #333; border-radius: 100%; }
ul.indentList01 > li { padding-left: 1.0em; text-indent: -1.05em; } /* adobeTypekit（源ノ角ゴシック）に対応 */

embed,
iframe,
object {
	max-width: 100%;
}

iframe { border: none; }


/* ----------------------------------------------------------
 2 - リンクの色
---------------------------------------------------------- */
a:link		 { color: #333; text-decoration: none; }
a:visited	 { color: #333; text-decoration: none; }
a:hover		 { color: #00468c; text-decoration: none; }
a:active	 { color: #00468c; text-decoration: none; }

/* ----------------------------------------------------------
 3 - 見出し
---------------------------------------------------------- */
h1 a:hover { opacity: 0.6; }

h2 { font-family: eurostile-condensed, sans-serif; font-weight: 800; font-style: normal; line-height: 1.2em; letter-spacing: 0.05em; }
h2 span { font-family: source-han-sans-japanese, sans-serif; font-weight: 700; font-style: normal; line-height: 1.2em; letter-spacing: 0.05em; }
#homeContents h2.h2Home01 { position: relative; z-index: 10; color: #fff; }
#homeContents h2.h2Home01:before { content: ''; position: absolute; top: 0; left: 0; background-color: #fff; }
#homeContents h2.h2Home02 { position: relative; }
#homeContents h2.h2Home02:before { content: ''; position: absolute; top: 0; left: 0; background-color: #333; }
#contents h2 { position: absolute; content: ''; top: 0; color: #fff; background-color: #00468c; z-index: 101; }
#contents h2 span { display: block; }
#contents .h2Wrap { position: relative; background-color: #00468c; }
#contents .h2Wrap:after { position: absolute; content: ''; top: 0; right: 0; height: 100%; z-index: 100; }
#contents .reason:after { background: url("../reason/images/h2.jpg") no-repeat center; background-size: cover; }
#contents .assortment:after { background: url("../reason/assortment/images/h2.jpg") no-repeat center; background-size: cover; }
#contents .ordermade:after { background: url("../reason/ordermade/images/h2.jpg") no-repeat center; background-size: cover; }
#contents .small_lot:after { background: url("../reason/small_lot/images/h2.jpg") no-repeat center; background-size: cover; }
#contents .brazing:after { background: url("../reason/brazing/images/h2.jpg") no-repeat center; background-size: cover; }
#contents .environment:after { background: url("../reason/environment/images/h2.jpg") no-repeat center; background-size: cover; }
#contents .introduce:after { background: url("../introduce/images/h2.jpg") no-repeat center; background-size: cover; }
#contents .technic:after { background: url("../introduce/technic/images/h2.jpg") no-repeat center; background-size: cover; }
#contents .i_brazing:after { background: url("../introduce/brazing/images/h2.jpg") no-repeat center; background-size: cover; }
#contents .flux:after { background: url("../introduce/flux/images/h2.jpg") no-repeat center; background-size: cover; }
#contents .equipment:after { background: url("../equipment/images/h2.jpg") no-repeat center; background-size: cover; }
#contents .first:after { background: url("../first/images/h2.jpg") no-repeat center; background-size: cover; }
#contents .company:after { background: url("../company/images/h2.jpg") no-repeat center; background-size: cover; }
#contents .profile:after { background: url("../company/profile/images/h2.jpg") no-repeat center; background-size: cover; }
#contents .history:after { background: url("../company/history/images/h2.jpg") no-repeat center; background-size: cover; }
#contents .endeavor:after { background: url("../company/endeavor/images/h2.jpg") no-repeat center; background-size: cover; }
#contents .faq:after { background: url("../faq/images/h2.jpg") no-repeat center; background-size: cover; }
#contents .contact:after { background: url("../contact/images/h2.jpg") no-repeat center; background-size: cover; }
#contents .sitemap:after { background: url("../sitemap/images/h2.jpg") no-repeat center; background-size: cover; }

#contents h3 { position: relative; font-family: source-han-sans-japanese, sans-serif; font-weight: 700; line-height: 1.2em; letter-spacing: 0.05em; }
#contents h3.h3_01:before { content: ''; position: absolute; top: 0; left: 0; background-color: #333; }
#contents h3.h3_02 { color: #666; padding-bottom: 10px; border-bottom: 1px solid #ccc; }
#contents h3.h3Num01 { position: relative; }
#contents h3.h3Num01:before { position: absolute; top: 0; left: 0; content: ''; }
#contents h3.num01:before { background: url("../images/ico_hex_colored01_num01.png") no-repeat 0; }
#contents h3.num02:before { background: url("../images/ico_hex_colored01_num02.png") no-repeat 0; }
#contents h3.num03:before { background: url("../images/ico_hex_colored01_num03.png") no-repeat 0; }
#contents h3.num04:before { background: url("../images/ico_hex_colored01_num04.png") no-repeat 0; }
#contents h3.num05:before { background: url("../images/ico_hex_colored01_num05.png") no-repeat 0; }

#contents h4 { font-weight: 700; line-height: 1.2em;}
#contents h4.h4_01 { color: #666; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid #00468c; }
#contents h4.h4_02 { color: #666; margin-bottom: 20px; }
#contents h4.h4_03 { font-weight: 500; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px solid #ccc; }
#contents h4.h4Num01 { color: #666; position: relative; }
#contents h4.h4Num01:before { position: absolute; top: 0; left: 0; content: ''; }
#contents h4.hex:before { background: url("../images/ico_hex03.png") no-repeat 0; }
#contents h4.num01:before { background: url("../images/ico_hex_colored02_num01.png") no-repeat 0; }
#contents h4.num02:before { background: url("../images/ico_hex_colored02_num02.png") no-repeat 0; }
#contents h4.num03:before { background: url("../images/ico_hex_colored02_num03.png") no-repeat 0; }

h5 { position: relative; font-weight: 700; line-height: 1.2em; }
h5:before { position: absolute; content: ""; width: 0; height: 0; left: 0; border: 8px solid transparent; border-left: 10px solid #00268c; }

/* 確認フォーム */
#mfp_overlay_inner h4 { font-size: 18px; font-weight: 500; border-left: 5px solid #00268c; margin-bottom: 15px; padding-left: 15px; }

/* ----------------------------------------------------------
 4 - 背景
---------------------------------------------------------- */

/* ----------------------------------------------------------
 5 - レイアウト
---------------------------------------------------------- */

/* ----------------------------------------------------------
 6 - ヘッダー
---------------------------------------------------------- */
header .headerInfo { font-family: ysans-std, sans-serif; font-weight: 700; font-style: normal; }

/* ----------------------------------------------------------
 7 - フッター
---------------------------------------------------------- */
footer .footerSitemapSec { background-color: #00468c; }
footer .footerSecLogo { text-align: center; margin-bottom: 10px; }
footer .footerSecLogo a:hover { opacity: 0.6; }
footer .footerSecAdd { text-align: center; margin-bottom: 10px; }
footer .footerSecInfo { font-family: ysans-std, sans-serif; font-weight: 700; font-style: normal; }

/* ページトップ */
footer #pagetop { margin: 0 auto; }
footer #pagetop a { font-family: eurostile-condensed, sans-serif; font-weight: 800; font-style: normal; color: #fff; text-align: center; letter-spacing: 0.05em; text-indent: 0.05em; background-color: #00468c; }
footer #pagetop a:hover{ opacity: 0.6; }

/* コピーライト */
footer #footerCopyright { color: #999; text-align: center; font-size: 12px; background-color: #f5f5f5;  padding: 8px 0; letter-spacing: 0.08em; }
footer #footerCopyright small  { font-size: 100%; }

/* clearfix */
footer .footerSecInfo:after,
footer #pagetop:after {
	content: ""; display: block; clear: both; }


/* ----------------------------------------------------------
 8 - グローバルナビゲーションgNavi
---------------------------------------------------------- */
.gNavi{ width: 80%; margin-left: 20%; }


.mega-menu{  position: relative; display: flex; justify-content: flex-end; }
.mega-menu > li{ margin-left: 30px; }
.mega-menu > li > a > i{ margin-left: 5px; font-size: 12px; }
.mega-menu > li > a{ font-size: 17px; }

.mega-menu li:hover > a{ }

/********
メガメニュー
**********/
.mega-menu {
     margin: 0 auto;
     padding: 0 !important;
     position: relative;
} 
/***********
 ドロップダウン
************/
.drop {
	display: none;/*ドロップメニューは、デフォルトでは見えないようにする(重要①)*/
	position: absolute; /*ドロップダウンメニューはabsoluteにする(重要②) */
	width: 798px; /*メガメニューの幅と合わせる*/
	right:  0;
	background: #00468c;
	z-index: 999;
}
.drop ul{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.drop ul:after{ content: ""; display: block; width: 33.3%; }
.drop li{ text-align: left; flex-basis: 33.3%; }
.drop li a{ display: block; padding: 10px; font-size: 15px; color: #fff; height: auto; min-height: auto; }
.drop li a i{ font-size: 11px; margin-right: 10px; }
.drop li a:hover{ background: #002e5b; color: #fff; }



/* ----------------------------------------------------------
 9 - ローカルナビゲーション
---------------------------------------------------------- */

/* ----------------------------------------------------------
 10 - コンテンツ
---------------------------------------------------------- */
#contents:after { content: ""; display: block; clear: both; }

/* 共通ボタン */
.btn01 a { display: block; border: 1px solid #b63d32; background-color: #b63d32; color: #fff; font-weight: 700; text-align: center; letter-spacing: 0.05em; text-indent: 0.05em; }
.btn01 a:hover { background-color: #fff; color: #b63d32; }
.btn02 a { display: block; border: 1px solid #00468c; background-color: #00468c; color: #fff; font-weight: 700; text-align: center; letter-spacing: 0.05em; text-indent: 0.05em; }
.btn02 a:hover { background-color: #fff; color: #00468c; }
.btn03 a { display: block; border: 1px solid #b63d32; background-color: #fff; color: #b63d32; font-family: eurostile-condensed, sans-serif; font-weight: 800; font-style: normal; text-align: center; letter-spacing: 0.05em; text-indent: 0.05em; }
.btn03 a:hover { background-color: #b63d32; color: #fff; }
.btn04 a { display: block; border: 1px solid #00468c; background-color: #fff; color: #00468c; font-family: eurostile-condensed, sans-serif; font-weight: 800; font-style: normal; text-align: center; letter-spacing: 0.05em; text-indent: 0.05em; }
.btn04 a:hover { background-color: #00468c; color: #fff; }
.btn05 a { display: block; border: 1px solid #b63d32; background-color: #fff; color: #b63d32; font-weight: 700; text-align: center; letter-spacing: 0.05em; text-indent: 0.05em; }
.btn05 a:hover { background-color: #b63d32; color: #fff; }
.btn06 a { display: block; border: 1px solid #00468c; background-color: #fff; color: #00468c; font-weight: 700; text-align: center; letter-spacing: 0.05em; text-indent: 0.05em; }
.btn06 a:hover { background-color: #00468c; color: #fff; }

/* main section */
#main .mainTopMenu01 > li a { display: block; border: 1px solid #b63d32; color: #b63d32; font-weight: 700; text-align: center; padding: 10px 5px; }
#main .mainTopMenu01 > li a:hover { background-color: #b63d32; color: #fff; }
#main .mainTopMenu01 > li.current { border: 1px solid #b63d32; background-color: #b63d32; color: #fff; font-weight: 700; text-align: center; padding: 10px 5px; }
#main .mainSecImg01 { text-align: center; }
#main .mainSecList01,
#main .mainSecList02,
#main .mainSecList04 {
	margin: 0 auto; 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;
}
#main .mainSecTxt01 { color: #00468c; font-weight: 700; letter-spacing: 0.05em; margin-bottom: 20px; }
#main .itemTit01 { font-weight: 700; margin-bottom: 10px; }
#main .itemImg01 { margin-bottom: 10px; }
#main .itemName01 { position: relative; }
#main .itemName01:before { position: absolute; content: ''; left: 0; width: 12px; height: 12px; border-radius: 100%; background-color: #ccc; }
#main .itemName02 { font-size: 15px; }
#main .itemDetailTit01 { font-weight: 700; }
#main .itemDetailSec01 { font-size: 15px; }
#main .mainSecListTit01 { font-weight: 700; text-align: center; letter-spacing: 0.05em; text-indent: 0.05em; }
#main .mainSecListBtn01 { margin: 0 auto; }
#main .mainSecListBtn01 a { padding: 15px 5px; border-radius: 5px; }
#main .mainSecListBtn02 { margin: 0 auto; }
#main .mainSecListLabel01 { background-color: #b63d32; color: #fff; font-weight: 700; text-align: center; padding: 10px 5px; }
#main .mainSecListTit02 { position: relative; font-weight: 700; line-height: 1.2em; letter-spacing: 0.05em; }
#main .mainSecListTit02:before { content: ''; position: absolute; top: 0; left: 0; background-color: #333; }


#main .mainSecList04 > li .mainSecListNumImg01 { position: relative; margin-bottom: 10px;}
#main .mainSecList04 > li .mainSecListNumImg01:before { position: absolute; top: 0; left: 0; width: 40px; height: 40px; color: #fff; background-color: #00468c; text-align: center; line-height: 40px; font-family: eurostile-condensed, sans-serif; font-weight: 800; font-style: normal; font-size: 28px;}
#main .mainSecList04 > li:first-child .mainSecListNumImg01:before { content: '1';}
#main .mainSecList04 > li:nth-child(2) .mainSecListNumImg01:before { content: '2';}
#main .mainSecList04 > li:nth-child(3) .mainSecListNumImg01:before { content: '3';}
#main .mainSecList04 > li:nth-child(4) .mainSecListNumImg01:before { content: '4';}
#main .mainSecList04 > li:nth-child(5) .mainSecListNumImg01:before { content: '5';}

#main .mainSecBtn02 a,
#main .mainSecBtn03 a {
	border-radius: 5px; padding: 15px 5px;
}
#main .mainSecBtn02 { margin: 0 auto; }
#main .mainSecDl01,
#main .mainSecDl02 {
	margin-bottom: 10px;
}
#main .mainSecDl01 dt { float: left; clear: left; color: #fff; background-color: #00468c; font-weight: 700; text-align: center; letter-spacing: 0.05em; text-indent: 0.05em; }
#main .mainSecDl01 dd { width: 100%; letter-spacing: 0.05em; }
#main .mainSecDl02 dt { float: left; clear: left; color: #fff; background-color: #b63d32; text-align: center; letter-spacing: 0.05em; text-indent: 0.05em; font-family: eurostile-condensed, sans-serif; font-weight: 800; font-style: normal; }
#main .mainSecDl02 dd { width: 100%; color: #666; letter-spacing: 0.05em; font-weight: 700; }

/* スマートフォン端末用　スクロールバー表示 */
#main .mainSecTbWrap01::-webkit-scrollbar{ height: 10px; } /* スクールバー幅 */
#main .mainSecTbWrap01::-webkit-scrollbar-thumb{ background: #ccc; border-radius: 10px; } /* スクールバーの背景色 */
#main .mainSecTbWrap01::-webkit-scrollbar-track-piece:start { background: #ddd; } /* スクールバーの色幅 */
#main .mainSecTbWrap01::-webkit-scrollbar-track-piece:end { background: #ddd; } /* スクールバー幅 */

#main .mainSecTb01,
#main .mainSecTb03,
#main .mainSecTb04,
#main .mainSecTb05 {
	width: 100%; border-collapse: separate; border-spacing: 0; border-top: 1px solid #ccc; border-left: 1px solid #ccc;
}
#main .mainSecTb01 tr > th,
#main .mainSecTb03 tr > th,
#main .mainSecTb05 tr > th {
	background-color: #eee; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; font-weight: 500; vertical-align: middle; letter-spacing: 0.05em; text-indent: 0.05em;
}

#main .mainSecTb01 tr:first-child > th { background-color: #b63d32; color: #fff; font-weight: 700; }
#main .mainSecTb01 tr > td,
#main .mainSecTb05 tr > td {
	border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; vertical-align: middle; text-align: center; letter-spacing: 0.05em; text-indent: 0.05em;
}
#main .mainSecTb01 tr > td.td01 { text-align: left; text-indent: 0; }
#main .mainSecTb02 { width: 100%; border-collapse: separate; border-spacing: 0; border-top: 1px solid #ccc; }
#main .mainSecTb02 tr > th { background-color: #eee; border-bottom: 1px solid #ccc; font-weight: 700; vertical-align: top; text-align: left; letter-spacing: 0.05em; }
#main .mainSecTb02 tr > td { border-bottom: 1px solid #ccc; letter-spacing: 0.05em; }
#main .mainSecTb03 tr > th:first-child { background-color: #00468c; color: #fff; font-weight: 700; text-align: left; text-indent: 0; }
#main .mainSecTb03 tr > td { border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; vertical-align: middle; letter-spacing: 0.05em; }
#main .mainSecTb03 tr > td.td01 { text-align: left; text-indent: 0; }
#main .mainSecTb04 tr > th { background-color: #00468c; color: #fff; font-weight: 700; text-align: left; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; letter-spacing: 0.05em; }
#main .mainSecTb04 tr > td { border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; vertical-align: middle; letter-spacing: 0.05em; }
#main .mainSecTb05 tr:first-child > th { color: #fff; font-weight: 700; }
#main .mainSecTb05 tr:first-child > th:first-child { background-color: #00468c; width: 70%;}
#main .mainSecTb05 tr:first-child > th:nth-child(2) { background-color: #b63d32; width: 30%;}

#main .mainSecListImg02 { margin-bottom: 15px; text-align: center; }
#main .mainSecListTit03 { position: relative; text-align: center; letter-spacing: 0.05em; text-indent: 0.05em; margin-bottom: 14px; padding-bottom: 15px; }
#main .mainSecListTit03:after { position: absolute; right: 0; bottom: 0; left: 0; margin: 0 auto; content: ''; width: 60px; height: 2px; background-color: #333; }
#main .mainSecList02 > li p { max-width: 270px; margin: 0 auto; }
#main .mainSecListHex01 > li { line-height: 1.2em; background: url("../images/ico_hex02.png") no-repeat 0 0; background-size: 15px 18px; }
#main .mainSecTit01 { position: relative; font-weight: 700; letter-spacing: 0.05em; line-height: 1.2em; }
#main .mainSecTit01::before { position: absolute; top: 0; left: 0; font-family: 'icomoon'; content: '\e905'; }

/* clearfix */
#main .mainSec:after,
#main .mainSec01:after,
#main .mainSec02:after,
#main .mainSecContents:after,
#main .mainTopMenu01:after,
#main .mainSecList01:after,
#main .mainSecList02:after,
#main .mainSecList03:after,
#main .mainSecList04:after,
#main .itemBtmWrap01:after {
	content: ""; display: block; clear: both;
}

/************** トップページ **************/
#wrapper .topImgWrap { position: relative; }
#wrapper .topImgWrap:after { content: ''; position: absolute; z-index: 9; background-color: #00468c; }
#wrapper .topImgSec {
	margin-left: auto; margin-right: auto;
}

.top_recruit_bnr{ position: relative; right: 0; bottom: 0; width: 280px; height: 110px; z-index: 9999; margin: 10px auto; background-color: #fff; }
.top_recruit_bnr img{ width: 280px; height: 100px; }

.top_bnr{ position: absolute; width: 400px; top: 10px; right: 10px; z-index: 9; }
.top_bnr01 a:hover{ opacity: .6; }
.top_bnr_sec{ background-color: rgba(255,255,255,0.9); padding: 10px 10px 5px 10px; border: 2px solid #d81519; }
.top_bnr_sec dl{ display: flex; flex-wrap: wrap; }
.top_bnr_sec dl dt{ flex-basis: 30%; margin-right: 5%; font-size: 15px; padding: 3px 5px; border-bottom: 1px solid #ccc; margin-bottom: 5px; background-color: #ccc; }
.top_bnr_sec dl dd{ flex-basis: 65%; font-size: 15px;  padding: 5px; border-bottom: 1px solid #ccc; margin-bottom: 5px; }



#homeContents .homeSecInner01 { margin: 0 auto; }
#homeContents .homeSecTit01 { color: #00468c; font-weight: 700; }
#homeContents .homeList01 { margin: 0 auto; 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; }
#homeContents .homeList01 li { position: relative; color: #fff; }
#homeContents .homeList01 li:nth-child(2) { background: url("../images/img_home_reason01.jpg") no-repeat center; background-size: cover; }
#homeContents .homeList01 li:nth-child(3) { background: url("../images/img_home_reason02.jpg") no-repeat center; background-size: cover; }
#homeContents .homeList01 li:nth-child(4) { background: url("../images/img_home_reason03.jpg") no-repeat center; background-size: cover; }
#homeContents .homeList01 li:nth-child(5) { background: url("../images/img_home_reason04.jpg") no-repeat center; background-size: cover; }
#homeContents .homeList01 li:nth-child(6) { background: url("../images/img_home_reason05.jpg") no-repeat center; background-size: cover; }
#homeContents .homeList01 li:before { background-color: rgba(85, 85, 85, 0.8); position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ''; z-index: 9; }
#homeContents .homeList01 li:first-child:before { content: none; }
#homeContents .homeListIntro01 { background-color: #b63d32; }
#homeContents .homeListIntroTit01 { font-weight: 700; }
#homeContents .homeList01 li p { font-weight: 700; }
#homeContents .homeList01 li:first-child p { font-weight: 400; }
#homeContents .homeListTit01 { position: relative; font-weight: 700; }
#homeContents .homeListTit01:before { position: absolute; top: 0; left: 0; content: ''; width: 40px; height: 45px; }
#homeContents .homeList01 li:nth-child(2) .homeListTit01:before { background: url("../images/ico_hex_num01.png") no-repeat 0; background-size: 40px 45px; }
#homeContents .homeList01 li:nth-child(3) .homeListTit01:before { background: url("../images/ico_hex_num02.png") no-repeat 0; background-size: 40px 45px; }
#homeContents .homeList01 li:nth-child(4) .homeListTit01:before { background: url("../images/ico_hex_num03.png") no-repeat 0; background-size: 40px 45px; }
#homeContents .homeList01 li:nth-child(5) .homeListTit01:before { background: url("../images/ico_hex_num04.png") no-repeat 0; background-size: 40px 45px; }
#homeContents .homeList01 li:nth-child(6) .homeListTit01:before { background: url("../images/ico_hex_num05.png") no-repeat 0; background-size: 40px 45px; }
#homeContents .homeListBtn01 { font-family: eurostile-condensed, sans-serif; font-weight: 800; font-style: normal; display: block; border: 1px solid #fff; text-align: center; letter-spacing: 0.05em; text-indent: 0.05em; }
#homeContents .homeList01 li a { position: relative; display: block; color: #fff; z-index: 10; }
#homeContents .homeList01 li:hover:before { background-color: rgba(0, 70, 140, 0.8); }
#homeContents .homeList01 li a:hover .homeListBtn01 { background-color: #fff; color: #00468c; }
#homeContents .homeMenu01 { margin: 0 auto; 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; }
#homeContents .homeMenu01 li { background-color: #b63d32; }
#homeContents .homeMenuTit01 { color: #fff; font-weight: 700; line-height: 1.0em; }
#homeContents .homeMenuTit01 span { font-family: eurostile-condensed, sans-serif; font-weight: 800; letter-spacing: 0.05em; opacity: 0.5; }
#homeContents .homeMenuBtn01 a { display: block; font-family: eurostile-condensed, sans-serif; font-weight: 800; font-style: normal; border: 1px solid #fff; color: #fff; text-align: center; letter-spacing: 0.05em; text-indent: 0.05em; }
#homeContents .homeMenuBtn01 a:hover { background-color: #fff; color: #b63d32; }
#homeContents .homeSecWrap01 { background-color: #00468c; }
#homeContents .homeSec04 { position: relative; }
#homeContents .homeMenu02 li { font-weight: 700; letter-spacing: 0.05em; }
#homeContents .homeMenu02 li:first-child { margin-top: 0; }
#homeContents .homeMenu02 li span { font-family: eurostile-condensed, sans-serif; font-weight: 800; font-style: normal; }
#homeContents .homeMenu02 li a { position: relative; display: block; color: #fff; background-color: #002e5b; }
#homeContents .homeMenu02 li a:after { position: absolute; content: ''; border-top: 2px solid #fff; border-right: 2px solid #fff; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
#homeContents .homeMenu02 li a:hover { color: #002e5b; background-color: #fff;}
#homeContents .homeMenu02 li a:hover:after { border-top: 2px solid #002e5b; border-right: 2px solid #002e5b; }
#homeContents .homeSecWrap02 { background-color: #f5f5f5; }
#homeContents .homeSecWrapContents { margin: 0 auto; }
#homeContents .homeNewsList01 { line-height:1.6em; overflow: auto; overflow-x: hidden; }
#homeContents .homeNewsList01 dt { color: #999; letter-spacing: 0.05em; }
#homeContents .homeNewsList01 dd { border-bottom: 1px solid #ccc; }
#homeContents .homeNewsList01 dt:first-child + dd { border-top: 1px solid #ccc; }
#homeContents .homeNewsList01 dd a { text-decoration: underline; }
#homeContents .homeNewsList01 dd.noneNews { padding: 15px 10px; border-top: 1px solid #ccc; }

/* スマートフォン端末用　スクロールバー表示 */
#homeContents .homeNewsList01::-webkit-scrollbar{ width: 10px; } /* スクールバー幅 */
#homeContents .homeNewsList01::-webkit-scrollbar-thumb{ background: #ccc; border-radius: 10px; } /* スクールバーの背景色 */
#homeContents .homeNewsList01::-webkit-scrollbar-track-piece:start { background: #ddd; } /* スクールバーの色幅 */
#homeContents .homeNewsList01::-webkit-scrollbar-track-piece:end { background: #ddd; } /* スクールバー幅 */

#homeContents .homeSecWrapContents,
#homeContents .homeSec04,
#homeContents .calendarList {
	margin: 0 auto;
}

/* clearfix */
#homeContents .homeSec04:after,
#homeContents .homoSecList01:after,
#homeContents .homeSecInner01:after,
#homeContents .homeMenu01:after,
#homeContents .homeMenuTitWrap01:after,
#homeContents .homeSecWrapContents:after {
	content: ""; display: block; clear: both;
}

/************** 会社案内 profile **************/
#main .greetingImg01 { margin-bottom: 15px; }
#main .greetingName01 { color: #666; font-weight: 500; text-align: center; margin-bottom: 5px; letter-spacing: 0.05em; text-indent: 0.05em;}
#main .greetingName01 span { display: block; }
#main .accessMap01 { position: relative; overflow: hidden; }
#main .accessMap01 iframe { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; }

/* clearfix */
#main .accessSec:after { content: ""; display: block; clear: both; }

/************** 会社沿革 history **************/
#main .historyList01 { display: table; width: 100%; border-top: 1px solid #ccc; }
#main .historyList01 dl { display: table-row; }
#main .historyList01 dt,
#main .historyList01 dd {
	display: table-cell; border-bottom: 1px solid #ccc;
}
#main .historyList01 dt { background-color: #eee; font-weight: 700; text-align: center; }
#main .historyList01 dd { letter-spacing: 0.05em;  }

/************** よくある質問 faq **************/
#main .faqList01 dt,
#main .faqList01 dd {
	position: relative; line-height: 1.6em; letter-spacing: 0.05em;
}
#main .faqList01 dt { font-weight: 700; background: url("../faq/images/ico_question01.png") no-repeat; }
#main .faqList01 dd { background: url("../faq/images/ico_answer01.png") no-repeat 0 0; border-bottom: 1px solid #ccc; }

/************** サイトマップ sitemap **************/
#main .sitemapList > li { padding: 0 0 20px 30px; font-size: 17px; font-weight: 700; line-height: 1.6em; margin-bottom: 20px; border-bottom: 1px solid #ccc; }
#main .sitemapList > li > ul { padding: 20px 0 0 20px; }
#main .sitemapList > li > ul > li { position: relative; padding: 0 20px; font-size: 15px; font-weight: 300; line-height: 1.6em; margin-bottom: 15px; }
#main .sitemapList > li > ul > li:before { display: block; content: ''; position: absolute; top: 8px; left: 0; width: 9px; height: 9px; background-color: #00468c; border-radius: 100%; }
#main .sitemapList a { text-decoration: none; }

/* clearfix */
#main .sitemapList > li > ul:after { content: ""; display: block; clear: both; }

/* 20200408追記 */
.brazingSec01{ margin-bottom: 60px; }
.brazingSec01Tit{ font-size: 1.6em; font-weight: 900; margin-bottom: 20px; }
.brazingSec01Btn{ width: 320px; }
.brazingSec01Btn a{ display: block; border: 1px solid #b63d32; background-color: #fff; color: #b63d32; font-weight: 700; text-align: center; letter-spacing: 0.05em; text-indent: 0.05em; padding: 15px; }
.brazingSec01Btn a:hover{ background: #b63d32; color: #fff; }

ul.listTypeMovie01{ display: flex; justify-content: space-between; margin-bottom: 30px; }
ul.listTypeMovie01 li{ flex-basis: 32%; }
ul.listTypeMovie01 li .listTypeMovie01Movie{ position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
ul.listTypeMovie01 li .listTypeMovie01Movie iframe{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
ul.listTypeMovie01 li .listTypeMovie01Tit{ margin-top: 10px; font-size: 15px; }



.mainSecContents06{}
.mainSecContents06 > ul{ display: flex; justify-content: space-between; }
.mainSecContents06 > ul > li{ flex-basis: 48%; }
.mainSecContents06 > ul > li img{ width: 100%; height: auto; }
.mainSecContents06{}
.mainSecContents06Img{ margin-bottom: 10px; }
.mainSecContent06Add{ background: #f5f5f5; padding: 10px; margin-bottom: 10px; }
.mainSecContent06Txt{}


/* 環境への対応 */
.environment_sec{margin-bottom: 120px;}
.environment_sec p{line-height: 35px; margin-bottom: 20px;}
.environment_sec h3{font-size: 40px; margin-bottom: 30px;}
.environment_sec h3::before{content: ""; display: block; width: 100px; height: 5px; background-color: #333; margin-bottom: 30px;}
.environment_topic{font-size: 35px; margin-bottom: 40px; font-family: serif;}
.environment_sub_sec{}
.environment_sub_sec h4{font-size: 30px; color: #666; margin-bottom: 20px;}
.environment_sub_sec h4:after{content: ""; width: 100%; height: 1px; background-color: #666; margin-top: 20px; display: block;}
.environment_table{display: flex; column-gap: 80px; font-size: 20px; margin-bottom: 30px;}
.environment_table table{width: calc((100% - 80px)/2);}
.environment_table th,
.environment_table td{border: 1px solid #00468C; padding: 10px;}
.environment_table .purple{color: #fff; font-size: 25px; font-weight: 700; background-color: #00468C; text-align: left;}
.environment_table .gray{background-color: #eee;}
.environment_table thead .pink{background-color: #FFAEAE; font-weight: 700;}
.environment_table tbody .gray{color: #00468c; text-align: left;}
.environment_table tbody .pink{background-color: #FFE2E2;}
.enviroment_sdgs_img{display: flex; justify-content: space-between; align-items: center;}
.compliance_btn_list{display: flex; column-gap: 30px; margin-top: 30px;}
.compliance_btn_list a{color: #fff; min-width: 300px; display: block; text-align: center; font-size: 18px; font-weight: 700; background-color: #00468C; border: 1px solid #00468C; padding: 20px 58px; transition: .5s;}

/************** Environment **************/
.environment_english_sec .environment_table{display: block;}
.environment_english_sec .environment_table{margin-bottom: 50px;}
.environment_english_sec .environment_table table{width: initial; }
.compliance_btn_list a:hover{background-color: #fff; color: #00468C; transition: .5s;}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 SP CSS
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
@media screen and (max-width:640px) {
/* ----------------------------------------------------------

	***** SP表示用CSS *****
	index
	 1 - ページ共通css
	 2 - リンクの色
	 3 - 見出し
	 4 - 背景
	 5 - レイアウト
	 6 - ヘッダー
	 7 - フッター
	 8 - グローバルナビゲーションgNavi
	 9 - ローカルナビゲーションlNavi
	10 - コンテンツ

---------------------------------------------------------- */

/* ----------------------------------------------------------
 1 - ページ共通css
---------------------------------------------------------- */
img,video  {
  max-width: 100%; height: auto;
}

/* 非表示用 */
.hiddenSm { display: none !important; }

ul.listTypeDisc01 > li:before { top: 10px; }
ul.listTypeCircle01 > li:before { top: 6px; }

.mb01 { margin-bottom: 40px !important; }
.mb02 { margin-bottom: 50px !important; }
.mb03 { margin-bottom: 60px !important; }

/* ----------------------------------------------------------
 3 - 見出し
---------------------------------------------------------- */
header h1 { max-width: 200px; margin: 0 auto; }

#homeContents h2 { font-size: 40px; }
#homeContents h2 span { display: block; font-size: 16px; }
#homeContents h2.h2Home01 { width: 95%; height: 100px; padding-top: 20px; margin: 0 auto 30px; }
#homeContents h2.h2Home01:before { width: 60px; height: 4px; top: 15px; }
#homeContents .homeSec04 > h2.h2Home01 { width: 100%; height: auto; padding-top: 0; margin: 0 auto 30px; }
#homeContents .homeSec04 > h2.h2Home01:before { top: 0; }
#homeContents h2.h2Home02 { width: 95%; margin: 0 auto 20px; padding-top: 5px; }
#homeContents h2.h2Home02:before { width: 90px; height: 4px; }
#homeContents h2.h2Home03 { font-size: 25px; margin-bottom: 25px; }
#contents h2 { position: static; width: 95%; margin: 0 auto; font-size: 35px; }
#contents h2 span { padding-top: 3px; font-size: 16px; }
#contents .h2Wrap { position: static; padding: 20px 0 30px; margin-bottom: 30px; }
#contents .h2Wrap:after { content: none; }

#contents h3.h3_01 { font-size: 24px; padding-top: 10px; margin-bottom: 20px; }
#contents h3.h3_01:before { width: 60px; height: 4px; }
#contents h3.h3_02 { font-size: 24px; margin-bottom: 15px; }
#contents h3.h3Num01 { font-size: 25px; min-height: 40.5px; padding: 5px 0 0 50px; margin-bottom: 10px; }
#contents h3.h3Num01:before { width: 36px; height: 40.5px; }
#contents h3.num01:before,
#contents h3.num02:before,
#contents h3.num03:before,
#contents h3.num04:before,
#contents h3.num05:before {
	background-size: 36px 40.5px;
}

#contents h4.h4_01 { font-size: 22px; margin-bottom: 15px; }
#contents h4.h4_02 { font-size: 24px; margin-bottom: 15px; }
#contents h4.h4_03 { font-size: 20px; }
#contents h4.h4Num01 { font-size: 22px; min-height: 36px; padding: 5px 0 0 50px; margin-bottom: 15px; }
#contents h4.h4Num01:before { width: 32px; height: 36px; }
#contents h4.hex:before,
#contents h4.num01:before,
#contents h4.num02:before,
#contents h4.num03:before,
#contents h4.num04:before,
#contents h4.num05:before {
	background-size: 32px 36px;
}

h5 { font-size: 16px; padding-left: 15px; margin-bottom: 15px; }
h5:before { top: 4px; }

/* 確認フォーム */
#mfp_overlay_inner h4 { font-size: 16px; }

/* ----------------------------------------------------------
 4 - 背景
---------------------------------------------------------- */

/* ----------------------------------------------------------
 5 - レイアウト
---------------------------------------------------------- */
#contents { font-size: 15px; margin-bottom: 80px; }
#homeContents { font-size: 15px; margin: 0 auto 80px; z-index: 101; }
#main { width: 95%; margin: 0 auto 80px; }

/* ----------------------------------------------------------
 6 - ヘッダー
---------------------------------------------------------- */
.pure-drawer div > ul { width: 90%; margin: 0 auto; }
.pure-drawer div > ul > li { font-size: 16px; letter-spacing: 0.05em; font-weight: 500; line-height: 2.0em; text-align: center; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid rgba(255, 255, 255, 0.6); }
.pure-drawer div > ul > li:first-child { margin-bottom: 20px; }
/* .pure-drawer div > ul > li span { display: none; } */
.pure-drawer div > ul > li > ul { width: 100%; position: static; text-align: center; }
.pure-drawer div > ul > li > ul:after { content: ""; display: block; clear: both; }
.pure-drawer div > ul > li > ul > li {/* position: relative; */display: inline-block; font-size: 13px; font-weight: 400; color: #fff; letter-spacing: 0.05em; text-align: left; line-height: 2.0em; /*padding-left: 15px;*/ margin: 0 10px; }
.pure-drawer div > ul > li a { color: #fff; }
.pure-drawer div > ul > li a:hover { color: #ccc; }

.headerIntro { display: none; }
.headerContents { width: 95%; margin: 0 auto; padding: 15px 0; }
.headerInfo { display: none; }
.headerBtn { display: none; }
.headerLanguage { display: none;}

/* ----------------------------------------------------------
 7 - フッター
---------------------------------------------------------- */
footer .footerSitemapMenu { border-top: 1px solid #00468c; }
footer .footerSitemapMenu > li a { display: block; font-size: 16px; color: #00468c; background-color: #fff; text-align: center; padding: 15px 5px; border-bottom: 1px solid #00468c; }
footer .footerSitemapMenu > li a:hover { color: #fff; background-color: #00468c; }
footer .footerSec { padding: 25px 0; }
footer .footerSecLogo { max-width: 280px; margin: 0 auto 10px; }
footer .footerSecAdd { font-size: 16px; margin-bottom: 15px; }
footer .footerSecInfo { max-width: 420px; margin: 0 auto 20px; }
footer .footerSecInfo li { line-height: 1.2em; font-size: 22px; text-align: center; letter-spacing: 0.1em; text-indent: 0.1em; }
footer .footerSecInfo li:first-child { margin-bottom: 5px; }
footer .footerSecBtn { max-width: 250px; margin: 0 auto; }
footer .footerSecBtn a { font-size: 16px; font-weight: 700; padding: 10px 5px; }
footer .footerSecBtnTel { max-width: 250px; font-size: 16px; font-weight: 700; text-align: center; margin: 0 auto 10px; }
footer .footerSecBtnTel a { display: block;padding: 10px 5px; }

/* ページトップ */
footer #pagetop a { display: block; font-size: 20px; padding: 15px 5px; }

/* ----------------------------------------------------------
 8 - グローバルナビゲーションgNavi
---------------------------------------------------------- */
#gNavi { display: none; }
.gNavi{ display: none; }

/* ----------------------------------------------------------
 9 - ローカルナビゲーション
---------------------------------------------------------- */

/* ----------------------------------------------------------
 10 - コンテンツ
---------------------------------------------------------- */
/* 共通文字間隔 */
.txt01 { line-height: 1.6em; letter-spacing: 0.05em; }

/* breadcrumb list */
#breadcrumbs  { display: none; }

/* 画像サイズ 100% */
#wrapper img { width: 100% }

/* main section */
#main .mainTopMenu01 { max-width: 350px; margin: 0 auto 40px; }
#main .mainTopMenu01 > li { margin-top: 15px; font-size: 18px; }
#main .mainTopMenu01 > li:first-child { margin-top: 0; }
#main .mainTopTxt01 { margin-bottom: 30px; }
#main .mainSec { margin-bottom: 60px; }
#main .mainSec01 { margin-bottom: 50px; }
#main .mainSec02 { margin-bottom: 40px; }
#main .mainSecList01,
#main .mainSecList04 {
	max-width: 380px; margin: 0 auto 40px;
}
#main .mainSecList01 > li,
#main .mainSecList04 > li {
	width: 100%; margin-top: 40px;
}
#main .mainSecList01 > li:first-child,
#main .mainSecList04 > li:first-child {
	margin-top: 0;
}
#main .mainSecList04 > li:last-child { margin-top: 0;}

#main .itemTit01 { font-size: 18px; }
#main .itemName01 { float: left; clear: left; width: 155px; font-size: 16px; padding: 10px 0 10px 15px; }
#main .itemName01:before { top: 17px; }
#main .itemBtn01 { width: 100%; padding-left: 160px; text-align: right; }
#main .itemBtn01 a { display: inline-block; font-size: 14px; padding: 10px; }
#main .mainSecListImg01 { margin-bottom: 15px; }
#main .mainSecListTit01 { margin-bottom: 10px; font-size: 20px; }
#main .mainSecListBtn01 { max-width: 300px; margin: 0 auto; }
#main .mainSecListBtn01 a { font-size: 16px; }
#main .mainSecListBtn02 { max-width: 300px; }
#main .mainSecListBtn02 a { font-size: 18px; padding: 7px 5px 10px; }
#main .mainSecListTit02 { font-size: 24px; padding-top: 15px; margin-bottom: 15px; }
#main .mainSecListTit02:before { width: 65px; height: 4px; }
#main .mainSecListLabel01 { max-width: 200px; font-size: 15px; margin-bottom: 5px; }
#main .mainSecContentImg01,
#main .mainSecContentImg02 {
	margin-bottom: 15px;
}
#main .mainSecTxt01 { font-size: 18px; }
#main .mainSecTxt01 br { display: none; }
#main .mainSecBtn01 { max-width: 300px; margin: 0 auto; }
#main .mainSecBtn01 a { font-size: 18px; padding: 7px 5px 10px; }
#main .mainSecBtn02 { max-width: 500px; margin: 0 auto; }
#main .mainSecBtn02 a { font-size: 20px; }
#main .mainSecBtn03 { max-width: 300px; margin: 0 auto; }
#main .mainSecBtn03 a { font-size: 16px; }
#main .mainSecDl01 dt { width: 80px; padding: 5px; }
#main .mainSecDl01 dd { padding: 5px 0 5px 90px; }
#main .mainSecDl02 { font-size: 18px; }
#main .mainSecDl02 dt { width: 80px; padding: 5px 5px 8px; }
#main .mainSecDl02 dd { padding: 4px 0 8px 90px; }
#main .mainSecTbWrap01 { overflow: auto; white-space: nowrap; }
#main .mainSecTb01 tr > th,
#main .mainSecTb01 tr > td {
	font-size: 12px; padding: 3px;
}
#main .mainSecTb02 tr > th,
#main .mainSecTb02 tr > td {
	display: block; padding: 10px;
}
#main .mainSecList02 > li { width: 100%; margin-top: 40px; }
#main .mainSecList02 > li:first-child { margin-top: 0; }
#main .mainSecList02 > li p { max-width: 300px; }
#main .mainSecListImg02 { max-width: 200px; margin: 0 auto 15px; }
#main .mainSecListTit03 { font-size: 18px; }
#main .mainSecListTit03 br { display: none; }
#main .mainSecList03 > li { float: left; width: 32%; margin-left: 2%; }
#main .mainSecList03 > li:first-child { margin-left: 0; }
#main .mainSecContent03 { margin-bottom: 15px; }
#main .mainSecContent05 { margin-bottom: 50px; }
#main .mainSecListHex01 li { margin-top: 10px; min-height: 19px; padding-left: 25px; font-size: 16px; background-position: 0 1px; }
#main .mainSecListHex01 li:first-child { margin-top: 0; }
#main .mainSecTit01 { font-size: 20px; padding-left: 40px; margin-bottom: 20px; }
#main .mainSecTb03 tr > th { font-size: 12px; padding: 3px; }
#main .mainSecTb03 tr > th:first-child { font-size: 13px; }
#main .mainSecTb03 tr > td { font-size: 12px; padding: 3px; }
#main .mainSecTb04 tr > th { font-size: 13px; padding: 3px; }
#main .mainSecTb04 tr > td { font-size: 12px; padding: 3px; }
#main .mainSecTb05 tr > th { font-size: 14px; padding: 3px;}
#main .mainSecTb05 tr > td { font-size: 13px; padding: 3px;}

/************** トップページ **************/
#wrapper .topImgWrap { background-color: #fff; }
#wrapper .topImgWrap:after { bottom: -120px; left: 0; width: 100%; height: 120px; }


.top_bnr{ position: initial; width: 96%; margin: 20px auto; }
.top_bnr01 a:hover{ opacity: .6; }
.top_bnr_sec{ background-color: rgba(255,255,255,0.9); padding: 10px; border: 2px solid #d81519; }
.top_bnr_sec dl{ display: flex; flex-wrap: wrap; }
.top_bnr_sec dl dt{ flex-basis: 25%; margin-right: 5%; font-size: 15px; padding: 5px; border-bottom: 1px solid #ccc; margin-bottom: 5px; background-color: #ccc; }
.top_bnr_sec dl dd{ flex-basis: 70%; font-size: 15px;  padding: 5px; border-bottom: 1px solid #ccc; margin-bottom: 5px; }





#homeContents .homeSec01 { margin-bottom: 80px; }
#homeContents .homeSecInner01 { width: 95%; margin: 0 auto; }
#homeContents .homeSecContent01 { margin-bottom: 20px; }
#homeContents .homeSecTit01 { font-size: 22px; margin-bottom: 15px; }
#homeContents .homeSecTxt01 { margin-bottom: 20px; }
#homeContents .homeSecTit01 br { display: none; }
#homeContents .homeSecBtn01 { max-width: 400px; margin: 0 auto; }
#homeContents .homeSecBtn01 a { font-size: 17px; padding: 15px 5px; }
#homeContents .homeSec02 { margin-bottom: 40px; }
#homeContents .homeList01 li { width: 100%; border-top: 1px solid #fff; }
#homeContents .homeList01 li:first-child { border-top: none; }
#homeContents .homeListIntro01 { padding: 30px 15px; }
#homeContents .homeListIntroTit01 { font-size: 24px; margin-bottom: 20px; }
#homeContents .homeListTit01 { font-size: 22px; padding-top: 65px; margin-bottom: 20px; }
#homeContents .homeList01 li p { font-size: 15px; margin-bottom: 20px; }
#homeContents .homeList01 li:first-child p { margin-bottom: 0; }
#homeContents .homeList01 li .homeListBtn01 { width: 200px; padding: 7px 5px 10px; font-size: 20px; }
#homeContents .homeList01 li a { padding: 40px 25px; }
#homeContents .homeSec03 { width: 95%; margin: 0 auto 40px; }
#homeContents .homeMenu01 { max-width: 410px; margin: 0 auto; }
#homeContents .homeMenu01 li { width: 100%; margin-top: 15px; }
#homeContents .homeMenu01 li:first-child { margin-top: 0; }
#homeContents .homeMenuImg01 { height: 180px; }
#homeContents .homeMenuImg01 img { display: none; }
#homeContents .homeMenu01 li:nth-child(1) .homeMenuImg01 { background: url('../images/img_home02.jpg') no-repeat center; background-size: cover; }
#homeContents .homeMenu01 li:nth-child(2) .homeMenuImg01 { background: url('../images/img_home03.jpg') no-repeat center; background-size: cover; }
#homeContents .homeMenu01 li:nth-child(3) .homeMenuImg01 { background: url('../images/img_home04.jpg') no-repeat center; background-size: cover; }
#homeContents .homeMenuTitWrap01 { padding: 15px; }
#homeContents .homeMenuTit01 { float: left; clear: left; width: 140px; font-size: 22px; }
#homeContents .homeMenuTit01 span { display: block; padding-top: 5px; font-size: 15px; }
#homeContents .homeMenuBtn01 { width: 100%; padding-left: 145px; text-align: right; }
#homeContents .homeMenuBtn01 a { display: inline-block; font-size: 18px; padding: 12px 10px 15px; }
#homeContents .homeSecWrap01 { padding: 40px 0; margin-bottom: 40px; }
#homeContents .homeSec04 { width: 95%; }
#homeContents .homeSecImg02 { margin-bottom: 15px; }
#homeContents .homeMenu02 li { margin-top: 15px; font-size: 16px; }
#homeContents .homeMenu02 li span { display: block; font-size: 20px; margin-right: 20px; }
#homeContents .homeMenu02 li a { padding: 15px 40px 15px 20px; }
#homeContents .homeMenu02 li a:after { top: 37px; right: 15px; width: 8px; height: 8px; }
#homeContents .homeSecWrap02 { padding: 40px 0; }
#homeContents .homeSecWrapContents { width: 95%; }
#homeContents .homeSecNews { margin-bottom: 60px; }
#homeContents .homeNewsList01 { font-size: 15px; max-height: 270px; }
#homeContents .homeNewsList01 dt { font-size: 14px; padding: 15px 10px 0; margin-bottom: 5px; }
#homeContents .homeNewsList01 dd { padding: 0 10px 15px; }
#homeContents .homeNewsList01 dt:first-child { border-top: 1px solid #ccc; }
#homeContents .homeNewsList01 dt:first-child + dd { border-top: none; }
#homeContents .homeNewsList01 dd.noneNews { padding: 15px 10px; }
#homeContents .calendarList { max-width: 275px; margin: 0 auto; }
#homeContents .calendarList li { margin-top: 15px; }
#homeContents .calendarList li:first-child { margin-top: 0; }

/************** 会社案内 profile **************/
#main .greetingContent01 { margin-bottom: 20px; }
#main .greetingImg01 { max-width: 350px; margin: 0 auto 15px; }
#main .greetingName01 { font-size: 20px; }
#main .greetingName01 span:first-child { font-size: 14px; }
#main .greetingName01 span:nth-child(2) { font-size: 13px; }
#main .greetingTxt01 { font-size: 16px; }
#main .accessImg01 { margin-bottom: 20px; }
#main .accessMap01 { min-height: 350px; }

/************** 会社沿革 history **************/
#main .historyList01 dt,
#main .historyList01 dd {
	display: block; padding: 15px 10px;
}

/************** よくある質問 faq **************/
#main .faqList01 dt,
#main .faqList01 dd {
	background-size: 35px 40px; min-height: 66px;
}
#main .faqList01 dt { font-size: 15px; background-position: 0 20px; padding: 26px 0 0 45px; margin-bottom: 10px; }
#main .faqList01 dd { font-size: 15px; padding: 6px 0 26px 45px; }
#main .faqList01 dt:first-child { min-height: 40px; padding-top: 6px; background-position: 0 0; }

/* 20200408追記 */
ul.listTypeMovie01{ display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 30px; }
ul.listTypeMovie01 li{ flex-basis: 100%; margin-bottom: 20px; }
ul.listTypeMovie01 li .listTypeMovie01Movie{ position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
ul.listTypeMovie01 li .listTypeMovie01Movie iframe{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
ul.listTypeMovie01 li .listTypeMovie01Tit{ margin-top: 10px; font-size: 15px; }



.mainSecContents06{}
.mainSecContents06 > ul{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.mainSecContents06 > ul > li{ flex-basis: 100%; margin-bottom: 40px; }
.mainSecContents06 > ul > li img{ width: 100%; height: auto; }
.mainSecContents06{}
.mainSecContents06Img{ margin-bottom: 10px; }
.mainSecContent06Add{ background: #f5f5f5; padding: 10px; margin-bottom: 10px; }
.mainSecContent06Txt{}

/* 環境への対応 */
.environment_sec h3{font-size: 35px;}
.environment_sec h3::before{margin-bottom: 15px;}
.enviroment_br{display: block;}
.environment_topic{font-size: 20px; line-height: 35px;}
.environment_table{flex-direction: column; row-gap: 50px;}
.environment_table table{width: initial;}
.environment_table .purple{font-size: 20px; width: 30%;}
.enviroment_sdgs_img{flex-direction: column; row-gap: 50px;}
.compliance_btn_list{flex-direction: column; row-gap: 30px;}


}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 SP CSS END
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 TAB CSS
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
@media screen and (min-width:641px) and (max-width:1024px) {
/* ----------------------------------------------------------

	***** TAB表示用CSS *****
	index
	 1 - ページ共通css
	 2 - リンクの色
	 3 - 見出し
	 4 - 背景
	 5 - レイアウト
	 6 - ヘッダー
	 7 - フッター
	 8 - グローバルナビゲーションgNavi
	 9 - ローカルナビゲーションlNavi
	10 - コンテンツ

---------------------------------------------------------- */

/* ----------------------------------------------------------
 1 - ページ共通css
---------------------------------------------------------- */
img,video  {
  max-width: 100%; height: auto;
}

/* 非表示用 */
.hiddenMd { display: none !important; }

.mb01 { margin-bottom: 60px !important; }
.mb02 { margin-bottom: 70px !important; }
.mb03 { margin-bottom: 80px !important; }

/* ----------------------------------------------------------
 2 - リンクの色
---------------------------------------------------------- */

/* ----------------------------------------------------------
 3 - 見出し
---------------------------------------------------------- */
h1 { max-width: 250px; margin: 0 auto; }
h1 img { width: 100%; }

#homeContents h2 { font-size: 60px; }
#homeContents h2 span { font-size: 18px; padding-left: 15px; }
#homeContents h2.h2Home01 { width: 95%; height: 110px; padding-top: 20px; margin: 0 auto 30px; }
#homeContents h2.h2Home01:before { width: 90px; height: 4px; top: 15px; }
#homeContents .homeSec04 > h2.h2Home01 { width: 100%; height: auto; padding-top: 0; margin: 0 auto 30px; }
#homeContents .homeSec04 > h2.h2Home01:before { top: 0; }
#homeContents h2.h2Home02 { width: 95%; margin: 0 auto 20px; padding-top: 5px; }
#homeContents h2.h2Home02:before { width: 70px; height: 4px; }
#homeContents h2.h2Home03 { font-size: 35px; margin-bottom: 25px; }
#contents h2 { left: 2%; width: 310px; height: 150px; padding-top: 30px; font-size: 42px; }
#contents h2 span { padding-top: 3px; font-size: 18px; }
#contents .h2Wrap { height: 150px; margin-bottom: 40px; }
#contents .h2Wrap:after { width: 70%; height: 100%; }

#contents h3.h3_01 { font-size: 30px; padding-top: 15px; margin-bottom: 30px; }
#contents h3.h3_01:before { width: 65px; height: 4px; }
#contents h3.h3_02 { font-size: 30px; margin-bottom: 20px; }
#contents h3.h3Num01 { font-size: 30px; min-height: 45px; padding: 3px 0 0 60px; margin-bottom: 15px; }
#contents h3.h3Num01:before { width: 40px; height: 45px; }
#contents h3.num01:before,
#contents h3.num02:before,
#contents h3.num03:before,
#contents h3.num04:before,
#contents h3.num05:before {
	background-size: 40px 45px;
}

#contents h4.h4_01 { font-size: 24px; margin-bottom: 15px; }
#contents h4.h4_02 { font-size: 26px; margin-bottom: 20px; }
#contents h4.h4_03 { font-size: 22px; }
#contents h4.h4Num01 { font-size: 28px; min-height: 39px; padding: 3px 0 0 50px; margin-bottom: 15px; }
#contents h4.h4Num01:before { width: 35px; height: 39px; }
#contents h4.hex:before,
#contents h4.num01:before,
#contents h4.num02:before,
#contents h4.num03:before,
#contents h4.num04:before,
#contents h4.num05:before {
	background-size: 35px 39px;
}

/* 確認フォーム */
#mfp_overlay_inner h4 { font-size: 18px; }

/* ----------------------------------------------------------
 4 - 背景
---------------------------------------------------------- */

/* ----------------------------------------------------------
 5 - レイアウト
---------------------------------------------------------- */
#contents { font-size: 16px; margin-bottom: 80px; }
#homeContents { font-size: 16px; margin: 0 auto 80px; z-index: 101; }
#main { width: 95%; margin: 0 auto 80px; }

/* ----------------------------------------------------------
 6 - ヘッダー
---------------------------------------------------------- */
.pure-drawer div > ul { padding: 0 10px 0 30px; }
.pure-drawer div > ul > li { font-size: 15px; letter-spacing: 0.05em; font-weight: 500; line-height: 2.0em; margin-bottom: 8px; }
.pure-drawer div > ul > li:first-child { margin-bottom: 15px; }
/* .pure-drawer div > ul > li span { display: none; } */
.pure-drawer div > ul > li > ul { padding-left: 10px; }
/* .pure-drawer div > ul > li > ul:after { content: ""; display: block; clear: both; } */
.pure-drawer div > ul > li > ul > li { position: relative; font-size: 13px; font-weight: 400; color: #fff; letter-spacing: 0.05em; text-align: left; line-height: 2.0em; padding-left: 15px; }
.pure-drawer div > ul > li > ul > li:before {
	display: block; content: ''; position: absolute; top: 11px; left: 5px; width: 5px; height: 5px; background-color: #fff; border-radius: 100%;
}
.pure-drawer div > ul > li a { color: #fff; }
.pure-drawer div > ul > li a:hover { color: #ccc; }
.headerIntro { display: none; }
.headerContents { width: 95%; margin: 0 auto; padding: 15px 0; }
.headerInfo { display: none; }
.headerBtn { display: none; }
.headerLanguage { display: none;}

/* ----------------------------------------------------------
 7 - フッター
---------------------------------------------------------- */
footer .footerSitemapSec { padding: 15px 0; }
footer .footerSitemapMenu { font-size: 0; text-align: center; }
footer .footerSitemapMenu > li { display: inline-block; font-size: 16px; margin-left: 40px; }
footer .footerSitemapMenu > li:first-child { margin-left: 0; }
footer .footerSitemapMenu > li a { color: #fff; line-height: 1.2em; padding-left: 20px; background: url("../images/ico_hex01.png") no-repeat 0 5px; background-size: 13px 15px; }
footer .footerSitemapMenu > li a:hover { opacity: 0.6; }
footer .footerSec { padding: 25px 0; }
footer .footerSecAdd { font-size: 16px; margin-bottom: 15px; }
footer .footerSecInfo { max-width: 420px; margin: 0 auto 20px; }
footer .footerSecInfo li { float: left; width: 200px; margin-left: 20px; line-height: 1.2em; font-size: 22px; letter-spacing: 0.1em; }
footer .footerSecInfo li:first-child { margin-left: 0; }
footer .footerSecBtn { max-width: 250px; margin: 0 auto; }
footer .footerSecBtn a { font-size: 16px; font-weight: 700; padding: 10px 5px; }
footer .footerSecBtnTel { display: none; }

/* ページトップ */
footer #pagetop { width: 95%; }
footer #pagetop a { float: right; display: inline-block; width: 160px; font-size: 22px; padding: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; }

/* ----------------------------------------------------------
 8 - グローバルナビゲーションgNavi
---------------------------------------------------------- */
#gNavi { display: none; }
.gNavi{ display: none; }

/* ----------------------------------------------------------
 9 - ローカルナビゲーション
---------------------------------------------------------- */

/* ----------------------------------------------------------
 10 - コンテンツ
---------------------------------------------------------- */
/* 共通文字間隔 */
.txt01 { line-height: 1.6em; letter-spacing: 0.05em; }

/* breadcrumb list */
#breadcrumbs  { display: none; }

/* main section */
#main .mainTopMenu01 { max-width: 780px; margin: 0 auto 60px; }
#main .mainTopMenu01 > li { float: left; width: 32.5%; margin-left: 1.25%; font-size: 18px; }
#main .mainTopMenu01 > li:first-child { margin-left: 0; }
#main .mainTopTxt01 { margin-bottom: 30px; }
#main .mainSec { margin-bottom: 80px; }
#main .mainSec01 { margin-bottom: 70px; }
#main .mainSec02 { margin-bottom: 60px; }
#main .mainSecList01 { margin-bottom: 50px;}
#main .mainSecList04 { max-width: 790px; margin: 0 auto 50px;}

#main .mainSecList01 > li { float: left; width: 32.5%; margin: 30px 0 0 1.25%; }
#main .mainSecList04 > li { float: left; width: 48%; margin: 40px 0 0 2%; font-size: 15px;}
#main .mainSecList01 > li:nth-child(-n+3) { margin-top: 0;}
#main .mainSecList04 > li:nth-child(-n+2) { margin-top: 0;}
#main .mainSecList01 > li:nth-child(3n+1) { margin-left: 0;}
#main .mainSecList04 > li:nth-child(2n+1) { margin-left: 0;}

#main .itemTit01 { font-size: 18px; }
#main .itemName01 { padding-left: 20px; margin-bottom: 15px; }
#main .itemName01:before { top: 7px; }
#main .itemBtn01 { max-width: 150px; margin: 0 auto; }
#main .itemBtn01 a { font-size: 14px; padding: 10px 5px; }
#main .itemDetailSec01 { font-size: 15px; }
#main .mainSecListImg01 { margin-bottom: 15px; }
#main .mainSecListTit01 { margin-bottom: 10px; font-size: 22px; }
#main .mainSecListBtn01 { max-width: 230px; margin: 0 auto; }
#main .mainSecListBtn01 a { font-size: 17px; }
#main .mainSecListBtn02 { width: 180px; }
#main .mainSecListBtn02 a { font-size: 20px; padding: 7px 5px 10px; }
#main .mainSecListTit02 { font-size: 22px; padding-top: 10px; margin-bottom: 15px; }
#main .mainSecListTit02:before { width: 60px; height: 4px; }
#main .mainSecListLabel01 { max-width: 250px; font-size: 16px; margin-bottom: 5px; }
#main .mainSecContentImg01,
#main .mainSecContentImg02 {
	margin-bottom: 20px;
}
#main .mainSecTxt01 { font-size: 20px; }
#main .mainSecBtn01 { width: 200px; }
#main .mainSecBtn01 a { font-size: 20px; padding: 7px 5px 10px; }
#main .mainSecBtn02 { max-width: 500px; }
#main .mainSecBtn02 a { font-size: 20px; }
#main .mainSecBtn03 { width: 250px; }
#main .mainSecBtn03 a { font-size: 17px; }
#main .mainSecDl01 dt { width: 120px; padding: 5px; }
#main .mainSecDl01 dd { padding: 5px 0 5px 135px; }
#main .mainSecDl02 { font-size: 20px; }
#main .mainSecDl02 dt { width: 120px; padding: 5px 5px 8px; }
#main .mainSecDl02 dd { padding: 4px 0 8px 135px; }
#main .mainSecTbWrap01 { overflow: auto; white-space: nowrap; }
#main .mainSecTb01 tr > th,
#main .mainSecTb01 tr > td {
	font-size: 15px; padding: 5px 5px;
}
#main .mainSecTb02 tr > th,
#main .mainSecTb02 tr > td {
	padding: 10px 15px;
}
#main .mainSecTb02 tr > th { width: 20%; }
#main .mainSecList02 > li { float: left; width: 32%; margin-left: 2%; }
#main .mainSecList02 > li:first-child { margin-left: 0; }
#main .mainSecListTit03 { font-size: 18px; }
#main .mainSecListTit03 br { display: none; }
#main .mainSecList03 { max-width: 780px; margin: 0 auto; }
#main .mainSecList03 > li { float: left; width: 30%; margin-left: 5%; }
#main .mainSecList03 > li:first-child { margin-left: 0; }
#main .mainSecContent03,
#main .mainSecContent05 {
	float: left; width: 48.5%; margin-right: 3%;
}
#main .mainSecContent04,
#main .mainSecContent06 {
	float: left; width: 48.5%;
}
#main .mainSecContent03 img,
#main .mainSecContent04 img {
	width: 100%;
}
#main .mainSecListHex01 li { float: left; width: 50%; min-height: 20px; margin-top: 15px; padding: 0 10px 0 25px; font-size: 18px; background-position: 0 2px; }
#main .mainSecListHex01 li:nth-child(-n+2) { margin-top: 0; }
#main .mainSecTit01 { font-size: 20px; padding-left: 40px; margin-bottom: 20px; }
#main .mainSecTb03 tr > th { font-size: 14px; padding: 5px; }
#main .mainSecTb03 tr > th:first-child { font-size: 15px; }
#main .mainSecTb03 tr > td { font-size: 14px; padding: 5px; }
#main .mainSecTb04 tr > th { font-size: 16px; padding: 5px; }
#main .mainSecTb04 tr > td { font-size: 14px; padding: 5px; }
#main .mainSecTb05 tr > th,
#main .mainSecTb05 tr > td {
	padding: 10px; font-size: 15px;
}

/************** トップページ **************/
#wrapper .topImgWrap { background-color: #fff; }
#wrapper .topImgWrap:after { bottom: -110px; left: 0; width: 100%; height: 110px; }

.top_bnr{ position: initial; width: 60%; margin: 20px auto; }
.top_bnr01 img{ width: 100%; height: auto; }
.top_bnr01 a:hover{ opacity: .6; }
.top_bnr_sec{ background-color: rgba(255,255,255,0.9); padding: 20px; border: 2px solid #d81519; }
.top_bnr_sec dl{ display: flex; flex-wrap: wrap; }
.top_bnr_sec dl dt{ flex-basis: 30%; margin-right: 5%; font-size: 18px; padding: 5px; border-bottom: 1px solid #ccc; margin-bottom: 5px; background-color: #ccc; }
.top_bnr_sec dl dd{ flex-basis: 65%; font-size: 18px;  padding: 5px; border-bottom: 1px solid #ccc; margin-bottom: 5px; }



#homeContents .homeSec01 { margin-bottom: 100px; }
#homeContents .homeSecInner01 { position: relative; }
#homeContents .homeSecContent01 { float: left; width: 52%; margin: 0 2.5%; }
#homeContents .homeSecTit01 { position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; width: 95%; font-size: 22px; }
#homeContents .homeSecTxt01 { margin-bottom: 20px; padding-top: 50px; }
#homeContents .homeSecTit01 br { display: none; }
#homeContents .homeSecImg01 { float: left; width: 43%; padding-top: 50px; }
#homeContents .homeSecBtn01 { width: 300px; }
#homeContents .homeSecBtn01 a { font-size: 17px; padding: 15px 5px; }
#homeContents .homeSec02 { margin-bottom: 80px; }
#homeContents .homeList01 { width: 100%; }
#homeContents .homeList01 li { float: left; width: 50%; border-top: 1px solid #fff; border-left: 1px solid #fff; }
#homeContents .homeList01 li:nth-child(-n+2) { border-top: none; }
#homeContents .homeList01 li:nth-child(2n+1) { border-left: none; }
#homeContents .homeListIntro01 { padding: 80px 30px 30px; }
#homeContents .homeListIntroTit01 { font-size: 26px; margin-bottom: 30px; }
#homeContents .homeListTit01 { font-size: 24px; padding-top: 65px; margin-bottom: 20px; }
#homeContents .homeList01 li p { font-size: 16px; margin-bottom: 20px; }
#homeContents .homeList01 li:first-child p { font-size: 15px; margin-bottom: 0; }
#homeContents .homeList01 li .homeListBtn01 { width: 200px; padding: 7px 5px 10px; font-size: 20px; }
#homeContents .homeList01 li a { min-height: 323px; padding: 40px 25px; }
#homeContents .homeSec03 { width: 100%; margin-bottom: 50px; }
#homeContents .homeMenu01 li { float: left; width: 32.5%; margin-left: 1.25%; }
#homeContents .homeMenu01 li:first-child { margin-left: 0; }
#homeContents .homeMenuTitWrap01 { padding: 15px; }
#homeContents .homeMenuTit01 { font-size: 22px; margin-bottom: 10px; }
#homeContents .homeMenuTit01 span { padding-left: 10px; font-size: 15px; }
#homeContents .homeMenuBtn01 a { font-size: 20px; padding: 7px 5px 10px; }
#homeContents .homeSecWrap01 { padding: 50px 0; margin-bottom: 50px; }
#homeContents .homeSec04 { width: 95%; }
#homeContents .homeSecImg02 { float: left; width: 55%; margin-right: 3%; }
#homeContents .homeMenu02 { float: left; width: 42%; }
#homeContents .homeMenu02 li { margin-top: 15px; font-size: 18px; }
#homeContents .homeMenu02 li span { display: block; font-size: 22px; margin-right: 20px; }
#homeContents .homeMenu02 li a { padding: 15px 40px 15px 20px; }
#homeContents .homeMenu02 li a:after { top: 40px; right: 15px; width: 8px; height: 8px; }
#homeContents .homeSecWrap02 { padding: 50px 0; }
#homeContents .homeSecWrapContents { width: 95%; }
#homeContents .homeSecNews { margin-bottom: 60px; }
#homeContents .homeNewsList01 { font-size: 16px; max-height: 270px; }
#homeContents .homeNewsList01 dt { float: left; clear: left; width: 110px; font-size: 14px; padding: 20px 10px; }
#homeContents .homeNewsList01 dd { width: 100%; padding: 20px 10px 20px 110px; }
#homeContents .homeNewsList01 dd.noneNews { width: 100%; padding: 20px 10px 20px 5px; }
#homeContents .calendarList { max-width: 560px; margin: 0 auto; }
#homeContents .calendarList li { float: left; width: 275px; margin-left: 10px; }
#homeContents .calendarList li:first-child { margin-left: 0; }

/************** 会社案内 profile **************/
#main .greetingContent01 { float: left; width: 40%; margin-right: 5%; }
#main .greetingContent01 img { width: 100% }
#main .greetingName01 { font-size: 28px; }
#main .greetingName01 span:first-child { font-size: 15px; }
#main .greetingName01 span:nth-child(2) { font-size: 13px; }
#main .greetingTxt01 { float: left; width: 55%; padding-top: 60px; font-size: 17px; }
#main .accessContent01 {
	margin: 0 auto; 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;
}
#main .accessImg01 { width: 44%; margin-right: 1.5%; }
#main .accessMap01 { width: 54.5%; }

/************** 会社沿革 history **************/
#main .historyList01 dt,
#main .historyList01 dd {
	padding: 15px;
}
#main .historyList01 dd { padding: 15px 30px; }
#main .historyList01 dt { width: 20%; }
#main .historyList01 dd { width: 80%; }

/************** よくある質問 faq **************/
#main .faqList01 dt,
#main .faqList01 dd {
	background-size: 45px 52px; min-height: 80px;
}
#main .faqList01 dt { font-size: 18px; background-position: 0 28px; padding: 38px 0 0 60px; margin-bottom: 10px; }
#main .faqList01 dd { font-size: 16px; padding: 13px 0 38px 60px; }
#main .faqList01 dt:first-child { min-height: 52px; padding-top: 10px; background-position: 0 0;}

/************** お問い合わせ contact **************/
#main .contactSec { max-width: 850px; margin: 0 auto; }

/************** サイトマップ sitemap **************/
#main .sitemapList > li > ul > li { float: left; width: 300px; }



/* 環境への対応 */
.environment_sec h3{font-size: 35px;}
.enviroment_br{display: block;}
.environment_topic{font-size: 20px; line-height: 35px;}
.environment_table{flex-direction: column; row-gap: 50px;}
.environment_table table{width: initial;}
.environment_table .purple{width: 30%;}
.enviroment_sdgs_img{flex-direction: column; row-gap: 50px;}
.compliance_btn_list{flex-direction: column; row-gap: 30px;}
.compliance_btn_list a{width: 330px; margin: 0 auto;}

}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 TAB CSS END
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 PC CSS
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
@media print, screen and (min-width:1025px) {
/* @media screen and (min-width:1025px) and (max-width:1289px) { */
/* ----------------------------------------------------------

	***** PC表示用CSS *****
	index
	 1 - ページ共通css
	 2 - リンクの色
	 3 - 見出し
	 4 - 背景
	 5 - レイアウト
	 6 - ヘッダー
	 7 - フッター
	 8 - グローバルナビゲーションgNavi
	 9 - ローカルナビゲーションlNavi
	10 - コンテンツ

---------------------------------------------------------- */

/* ----------------------------------------------------------
 1 - ページ共通css
---------------------------------------------------------- */
body { min-width: 1260px; }
/* 非表示用 */
.hiddenLg { display: none !important; }

.mb01 { margin-bottom: 60px !important; }
.mb02 { margin-bottom: 80px !important; }
.mb03 { margin-bottom: 100px !important; }

/* ----------------------------------------------------------
 2 - リンクの色
---------------------------------------------------------- */
a  { -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }

/* ----------------------------------------------------------
 3 - 見出し
---------------------------------------------------------- */
h1 { float: left; width: 290px; margin-right: 360px; }

#homeContents h2 { font-size: 90px; }
#homeContents h2 span { font-size: 18px; padding-left: 15px; }
#homeContents h2.h2Home01 { width: 1260px; height: 110px; margin: 0 auto; padding-top: 5px; }
#homeContents h2.h2Home01:before { width: 90px; height: 4px; }
#homeContents h2.h2Home02 { width: 1260px; margin: 0 auto 40px; padding-top: 5px; }
#homeContents h2.h2Home02:before { width: 90px; height: 4px; }
#homeContents h2.h2Home03 { font-size: 35px; margin-bottom: 25px; }
#contents h2 { right: 0; left: -710px; width: 550px; height: 250px; margin: 0 auto; padding-top: 70px; font-size: 75px; }
#contents h2 span { padding-top: 5px; font-size: 18px; }
#contents .h2Wrap { height: 250px; margin-bottom: 80px; }
#contents .h2Wrap:after { width: 58%; height: 100%; }

#contents h3.h3_01 { font-size: 35px; padding-top: 20px; margin-bottom: 35px; }
#contents h3.h3_01:before { width: 90px; height: 4px; }
#contents h3.h3_02 { font-size: 30px; margin-bottom: 30px; }
#contents h3.h3Num01 { font-size: 30px; min-height: 45px; padding: 3px 0 0 60px; margin-bottom: 25px; }
#contents h3.h3Num01:before { width: 40px; height: 45px; }
#contents h3.num01:before,
#contents h3.num02:before,
#contents h3.num03:before,
#contents h3.num04:before,
#contents h3.num05:before {
	background-size: 40px 45px;
}

#contents h4.h4_01 { font-size: 30px; }
#contents h4.h4_02 { color: #666; font-size: 30px; padding-top: 100px; }
#contents h4.h4_03 { font-size: 22px; }
#contents h4.h4Num01 { font-size: 30px; min-height: 45px; padding: 3px 0 0 60px; margin-bottom: 25px; }
#contents h4.h4Num01:before { width: 40px; height: 45px; }
#contents h4.hex:before,
#contents h4.num01:before,
#contents h4.num02:before,
#contents h4.num03:before,
#contents h4.num04:before,
#contents h4.num05:before {
	background-size: 40px 45px;
}

/* 確認フォーム */
#mfp_overlay_inner h4 { font-size: 18px; }

/* ----------------------------------------------------------
 4 - 背景
---------------------------------------------------------- */

/* ----------------------------------------------------------
 5 - レイアウト
---------------------------------------------------------- */
#wrapper { position: relative; min-width: 1260px; }
#contents { font-size: 16px; margin-bottom: 100px; }
#homeContents { font-size: 16px; margin: 0 auto 100px; z-index: 101; }
#main { width: 1200px; margin: 0 auto 100px; }

/* ----------------------------------------------------------
 6 - ヘッダー
---------------------------------------------------------- */
header { width: 1260px; margin: 0 auto 15px; }
.headerIntro { font-size: 12px; padding: 5px 0; }
.headerContents { position: relative; margin-bottom: 15px; padding-top: 10px;}
.headerInfo { float: left; width: 420px; margin-right: 20px; padding-top: 10px; }
.headerInfo li { float: left; width: 200px; margin-left: 20px; line-height: 1.2em; font-size: 22px; letter-spacing: 0.1em; }
.headerInfo li:first-child { margin-left: 0; }
.headerBtn { float: left; width: 170px; }
.headerBtn a { font-size: 13px; font-weight: 700; padding: 10px 5px; }

.headerLanguage { position: absolute; top: 0; right: 0; width: 180px;}
.headerLanguage a { display: block; font-size: 12px; font-weight: 700; line-height: 1; text-align: center; background-color: #eee; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; padding: 5px 5px 10px;}
.headerLanguage .flag { margin-right: 5px;}


/* clearfix */
header .headerInfo:after,
header .headerContents:after {
	content: ""; display: block; clear: both;
}

/* ----------------------------------------------------------
 7 - フッター
---------------------------------------------------------- */
footer { min-width: 1260px; }
footer .footerSitemapSec { padding: 15px 0; }
footer .footerSitemapMenu { font-size: 0; text-align: center; }
footer .footerSitemapMenu > li { display: inline-block; font-size: 16px; margin-left: 40px; }
footer .footerSitemapMenu > li:first-child { margin-left: 0; }
footer .footerSitemapMenu > li a { color: #fff; line-height: 1.2em; padding-left: 20px; background: url("../images/ico_hex01.png") no-repeat 0 5px; background-size: 13px 15px; }
footer .footerSitemapMenu > li a:hover { opacity: 0.6; }
footer .footerSec { padding: 25px 0; }
footer .footerSecAdd { font-size: 16px; margin-bottom: 15px; }
footer .footerSecInfo { width: 420px; margin: 0 auto 20px; }
footer .footerSecInfo li { float: left; width: 200px; margin-left: 20px; line-height: 1.2em; font-size: 22px; letter-spacing: 0.1em; }
footer .footerSecInfo li:first-child { margin-left: 0; }
footer .footerSecBtn { width: 250px; margin: 0 auto; }
footer .footerSecBtn a { font-size: 16px; font-weight: 700; padding: 10px 5px; }
footer .footerSecBtnTel { display: none; }

/* ページトップ */
footer #pagetop { width: 1260px; }
footer #pagetop a { float: right; display: inline-block; width: 160px; font-size: 22px; padding: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; }

/* ----------------------------------------------------------
 8 - グローバルナビゲーションgNavi
---------------------------------------------------------- */
#gNavi { margin-left: auto; text-align: right; font-size: 0; }
#gNavi > ul > li { display: inline-block; font-size: 17px; margin-left: 30px; }
#gNavi > ul > li:first-child { margin-left: 0; }
#gNavi > ul > li a:hover,
#gNavi > ul > li a:active {
	color: #00468c;
}
/* clearfix */
#gNavi > ul:after { content: ""; display: block; clear: both; }

/* ----------------------------------------------------------
 9 - ローカルナビゲーション
---------------------------------------------------------- */

/* ----------------------------------------------------------
 10 - コンテンツ
---------------------------------------------------------- */
/* 共通文字間隔 */
.txt01 { line-height: 1.8em; letter-spacing: 0.05em; }

/* breadcrumb list */
#breadcrumbs  { position: absolute; top: 65px; left: 0; right: 0; width: 1260px; height: 1.3em; margin: 0 auto; padding-right: 710px; font-size: 11px; z-index: 102; overflow: hidden; }
#breadcrumbs ol li  { display: inline; list-style-type: none; letter-spacing: 1px; color: #fff; margin-right: 5px; }
#breadcrumbs ol li:before  { content: " > "; margin-right: 5px; }
#breadcrumbs ol li:first-child:before  { content: ""; }
#breadcrumbs a  { text-decoration: none; color: #fff; }
#breadcrumbs a:hover  { text-decoration: none; font-weight: normal; opacity: 0.6; }

/* main section */
#main .mainTopMenu01 { width: 780px; margin: 0 auto 60px; }
#main .mainTopMenu01 > li { float: left; width: 250px; margin-left: 15px; font-size: 20px; }
#main .mainTopMenu01 > li:first-child { margin-left: 0; }
#main .mainTopTxt01 { margin-bottom: 40px; }
#main .mainSec { margin-bottom: 100px; }
#main .mainSec01 { margin-bottom: 80px; }
#main .mainSec02 { margin-bottom: 60px; }

#main .mainSecList01,
#main .mainSecList04 {
	margin-bottom: 60px;
}
#main .mainSecList01 > li{ float: left; width: 380px; margin: 30px 0 0 30px;}
#main .mainSecList04 > li{ float: left; width: 380px; margin: 40px 0 0 30px;}
#main .mainSecList01 > li:nth-child(-n+3),
#main .mainSecList04 > li:nth-child(-n+3) {
	margin-top: 0;
}
#main .mainSecList01 > li:nth-child(3n+1),
#main .mainSecList04 > li:nth-child(3n+1) {
	margin-left: 0;
}

#main .itemTit01 { font-size: 20px; }
#main .itemName01 { float: left; width: 220px; padding: 10px 0 10px 20px; margin-right: 10px; }
#main .itemName01:before { top: 17px; }
#main .itemBtn01 { float: left; width: 150px; }
#main .itemBtn01 a { font-size: 14px; padding: 10px 5px; }
#main .itemDetailSec01 { font-size: 15px; }
#main .mainSecListImg01 { margin-bottom: 20px; }
#main .mainSecListTit01 { margin-bottom: 10px; font-size: 25px; }
#main .mainSecListBtn01 { width: 230px; }
#main .mainSecListBtn01 a { font-size: 17px; }
#main .mainSecListBtn02 { width: 200px; }
#main .mainSecListBtn02 a { font-size: 20px; padding: 12px 5px 15px; }
#main .mainSecListTit02 { font-size: 35px; padding-top: 20px; margin-bottom: 20px; }
#main .mainSecListTit02:before { width: 90px; height: 4px; }
#main .mainSecListLabel01 { width: 250px; font-size: 16px; margin-bottom: 5px; }
#main .mainSecContent01 { position: relative; width: 50%; min-height: 400px; padding-right: 60px; margin-right: 50%; }
#main .mainSecContent02 { position: relative; width: 50%; min-height: 400px; padding-left: 60px; margin-left: 50%; }
#main .mainSecContentImg01 { position: absolute; top: 0; left: 100%; width: 600px; }
#main .mainSecContentImg02 { position: absolute; top: 0; left: -100%; width: 600px; }
#main .mainSecTxt01 { font-size: 22px; }
#main .mainSecBtn01 { width: 200px; }
#main .mainSecBtn01 a { font-size: 20px; padding: 12px 5px 15px; }
#main .mainSecBtn02 { width: 570px; }
#main .mainSecBtn02 a { font-size: 20px; }
#main .mainSecBtn03 { width: 250px; }
#main .mainSecBtn03 a { font-size: 17px; }
#main .mainSecDl01 dt { width: 120px; padding: 8px 5px; }
#main .mainSecDl01 dd { padding: 8px 0 8px 135px; }
#main .mainSecDl02 { font-size: 20px; }
#main .mainSecDl02 dt { width: 120px; padding: 5px 5px 8px; }
#main .mainSecDl02 dd { padding: 4px 0 8px 135px; }
#main .mainSecTb01 tr > th,
#main .mainSecTb01 tr > td {
	padding: 10px;
}
#main .mainSecTb02 tr > th,
#main .mainSecTb02 tr > td {
	padding: 10px 40px;
}
#main .mainSecTb02 tr > th { width: 20%; }
#main .mainSecList02 { width: 1100px; margin: 0 auto; }
#main .mainSecList02 > li { float: left; width: 350px; margin-left: 25px; }
#main .mainSecList02 > li:first-child { margin-left: 0; }
#main .mainSecListTit03 { font-size: 22px; }
#main .mainSecList03 { width: 820px; margin: 0 auto; }
#main .mainSecList03 > li { float: left; width: 240px; margin-left: 50px; }
#main .mainSecList03 > li:first-child { margin-left: 0; }
#main .mainSecContent03,
#main .mainSecContent05 {
	float: left; width: 580px; margin-right: 40px;
}
#main .mainSecContent04,
#main .mainSecContent06 {
	float: left; width: 580px;
}
#main .mainSecListHex01 li { float: left; width: 50%; min-height: 22px; margin-top: 15px; padding: 0 10px 0 30px; font-size: 20px; background-position: 0 4px; }
#main .mainSecListHex01 li:nth-child(-n+2) { margin-top: 0; }
#main .mainSecTit01 { font-size: 22px; padding-left: 40px; margin-bottom: 20px; }
#main .mainSecTb03 tr > th { font-size: 14px; padding: 10px 15px; }
#main .mainSecTb03 tr > th:first-child { font-size: 16px; }
#main .mainSecTb03 tr > td { font-size: 14px; padding: 10px 15px; }
#main .mainSecTb04 tr > th { font-size: 16px; padding: 10px 15px; }
#main .mainSecTb04 tr > td { font-size: 14px; padding: 10px 15px; }
#main .mainSecTb05 tr > th,
#main .mainSecTb05 tr > td {
	padding: 10px 15px;
}

/************** トップページ **************/
#wrapper .topImgWrap {
	width: 1260px;
	height: 800px; /* 画像の高さ */
	margin: 0 auto 60px;
	z-index: 10;
}
#wrapper .topImgWrap:after { bottom: -170px; left: -120px; width: 660px; height: 600px; }
#wrapper .topImgSec { position: absolute; top: 0; left: 80px; z-index: 10; max-width: 1180px; }
	
.top_recruit_bnr{ position: absolute; right: 20px; bottom: 0; width: 280px; height: 100px; z-index: 9999; }
.top_recruit_bnr a:hover{ opacity: .6; }

#homeContents .homeSec01 { margin-bottom: 140px; }
#homeContents .homeSecInner01 { width: 1260px; }
#homeContents .homeSecContent01 { float: left; width: 690px; margin-right: 50px; }
#homeContents .homeSecTit01 { font-size: 40px; padding-top: 40px; margin-bottom: 30px; }
#homeContents .homeSecTxt01 { margin-bottom: 20px; }
#homeContents .homeSecBtn01 { width: 300px; }
#homeContents .homeSecBtn01 a { font-size: 17px; padding: 15px 5px; }
#homeContents .homeSecImg01 { float: left; width: 520px; }
#homeContents .homeSec02 { margin-bottom: 80px; }
#homeContents .homeList01 { width: 1260px; margin: 0 auto; }
#homeContents .homeList01 li { float: left; width: 33.33%; border-top: 1px solid #fff; border-left: 1px solid #fff; }
#homeContents .homeList01 li:nth-child(-n+3) { border-top: none; }
#homeContents .homeList01 li:nth-child(3n+1) { border-left: none; }
#homeContents .homeListIntro01 { padding: 90px 25px 10px; }
#homeContents .homeListIntroTit01 { font-size: 28px; margin-bottom: 20px; }
#homeContents .homeListTit01 { font-size: 24px; padding-top: 60px; margin-bottom: 20px; }
#homeContents .homeList01 li p { font-size: 16px; margin-bottom: 20px; }
#homeContents .homeList01 li:first-child p { font-size: 15px; margin-bottom: 0; }
#homeContents .homeList01 li .homeListBtn01 { width: 200px; padding: 7px 5px 10px; font-size: 20px; }
#homeContents .homeList01 li a { min-height: 323px; padding: 40px 20px; }
#homeContents .homeList01 li a:hover .homeListBtn01,
#homeContents .homeList01 li:hover:before { -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }
#homeContents .homeSec03 { width: 1260px; margin: 0 auto 80px; }
#homeContents .homeMenu01 li { float: left; width: 410px; margin-left: 15px; }
#homeContents .homeMenu01 li:first-child { margin-left: 0; }
#homeContents .homeMenuTitWrap01 { padding: 20px; }
#homeContents .homeMenuTit01 { float: left; width: 240px; padding-right: 10px; font-size: 28px; }
#homeContents .homeMenuTit01 span { display: block; padding-top: 2px; font-size: 20px; }
#homeContents .homeMenuBtn01 { float: left; width: 130px; }
#homeContents .homeMenuBtn01 a { font-size: 20px; padding: 12px 5px 15px; }
#homeContents .homeSecWrap01 { height: 500px; padding-top: 60px; margin-bottom: 140px; }
#homeContents .homeSec04 { width: 1260px; }
#homeContents .homeSecImg02 { position: absolute; top: 130px; left: 0; z-index: 100; }
#homeContents .homeMenu02 { position: absolute; top: 40px; left: 700px; z-index: 100; }
#homeContents .homeMenu02 li { width: 450px; margin-top: 40px; font-size: 20px; }
#homeContents .homeMenu02 li span { font-size: 25px; margin-right: 20px; }
#homeContents .homeMenu02 li a { padding: 15px 5px 15px 20px; }
#homeContents .homeMenu02 li a:after { top: 28px; right: 30px; width: 8px; height: 8px; }
#homeContents .homeMenu02 li a:hover:after { -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }
#homeContents .homeSecWrap02 { padding: 60px 0; }
#homeContents .homeSecWrapContents { width: 1260px; }
#homeContents .homeSecNews { float: left; width: 580px; margin: 0 40px 0 30px; }
#homeContents .homeNewsList01 { font-size: 16px; max-height: 270px; }
#homeContents .homeNewsList01 dt { float: left; clear: left; width: 110px; font-size: 14px; padding: 20px 10px; }
#homeContents .homeNewsList01 dd { width: 100%; padding: 20px 10px 20px 110px; }
#homeContents .homeNewsList01 dd.noneNews { width: 100%; padding: 20px 10px 20px 5px; }
#homeContents .homeSecCal { float: left; width: 560px; margin-right: 30px; }
#homeContents .calendarList li { float: left; width: 275px; margin-left: 10px; }
#homeContents .calendarList li:first-child { margin-left: 0; }

/************** 会社案内 profile **************/
#main .greetingContent01 { float: left; width: 350px; margin-right: 50px; }
#main .greetingName01 { font-size: 30px; }
#main .greetingName01 span:first-child { font-size: 15px; }
#main .greetingName01 span:nth-child(2) { font-size: 13px; }
#main .greetingTxt01 { float: left; width: 790px; padding-top: 110px; font-size: 18px; }
#main .accessImg01 { float: left; width: 540px; margin-right: 20px; }
#main .accessMap01 { float: left; width: 640px; height: 500px; }

/************** 会社沿革 history **************/
#main .historyList01 dt,
#main .historyList01 dd {
	padding: 15px 40px;
}
#main .historyList01 dt { width: 15%; }
#main .historyList01 dd { width: 85%; }

/************** よくある質問 faq **************/
#main .faqList01 dt,
#main .faqList01 dd {
	background-size: 50px 58px; min-height: 100px;
}
#main .faqList01 dt { font-size: 20px; background-position: 0 42px; padding: 52px 0 0 70px; margin-bottom: 15px; }
#main .faqList01 dd { font-size: 16px; padding: 15px 0 52px 70px; }
#main .faqList01 dt:first-child { min-height: 58px; padding-top: 12px; background-position: 0 0; }

/************** お問い合わせ contact **************/
#main .contactSec { width: 850px; margin: 0 auto; }

/************** サイトマップ sitemap **************/
#main .sitemapList > li > ul > li { float: left; width: 25%; }
#main .sitemapList > li > ul > li:nth-child(2n) { width: 75%; }

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	PCWIDE CSS
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
	@media screen and (min-width:1290px) {
	/* ----------------------------------------------------------

		***** PCWIDE表示用CSS *****
		index
		 1 - ページ共通css
		 2 - リンクの色
		 3 - 見出し
		 4 - 背景
		 5 - レイアウト
		 6 - ヘッダー
		 7 - フッター
		 8 - グローバルナビゲーションgNavi
		 9 - ローカルナビゲーションlNavi
		10 - コンテンツ

	---------------------------------------------------------- */

	/* ----------------------------------------------------------
	 1 - ページ共通css
	---------------------------------------------------------- */

	/* 非表示用 */
	.hiddenWide { display: none; }

	}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	PCWIDE CSS END
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 PC CSS END
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
