@charset "utf-8";
/* CSS Document */

* { 
	-webkit-text-size-adjust: 100%;
}

/* 共通
**********************************************/
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Osaka;
	color:#000;
	line-height:160%;
	font-size: 16px;
}

/* Header
**********************************************/
.site-header,
.site-header02{
	position: fixed;
	width: 100%;
	height: 120px;
	z-index: 2;
	top: 0;
	left: 0;
}
.site-header02 {
	background: #fff;
}
.header,
.header02 {
	width: 90%;
	max-width: 1500px;
	margin: 0 auto;
	padding-top: 30px;
}

.header-logo-wrap {
	width: 30%;
	float: left;
}
.header-logo01,
.header-logo02,
.header-logo03 {
	width: 100%;
	min-width: 200px;
}
.header-logo02 {
	display: none;
}
.header-access,
.header-access02,
.header-calendar,
.header-calendar02 {
	display: block;
	background: #fff;
	color: #31AD6F;
	font-size: 14px;
	padding: 3px 10px;
	margin-top: 10px;
	float: right;
	transition: 0.7s ;
}
.header-access,
.header-access02 {
	width: 110px;
}
.header-calendar,
.header-calendar02 {
	width: 150px;
	margin-left: 10px;
}
.header-access:hover,
.header-access02:hover,
.header-calendar:hover,
.header-calendar02:hover {
	opacity: 0.7;
}
.header-access img,
.header-access02 img,
.header-calendar img,
.header-calendar02 img {
	width: 21px;
	float: left;
	margin-right: 5%;
	margin-top: 2px;
}
.site-header.transform {
	background:#fff;
}
.site-header.transform .header-logo01 {
	display: none;
}
.site-header.transform .header-logo02 {
	display: block;
}
.site-header.transform .header-access,
.header-access02,
.site-header.transform .header-calendar,
.header-calendar02 {
	border: 1px solid #31AD6F;
}

/* 横並びメニュー
*******************/
.navi {
	width: 55%;	
	float: right;
	margin-top: 0;
}
.navi-ul li {
	float: left;
	width: 20%;
}
.navi-ul li a {
	text-align: center;
	margin-bottom: 10px;
	color: #000;
	position: relative;
  	display: inline-block;
 	text-decoration: none;
}
.navi-ul li a::after {
  position: absolute;
  bottom: -4px;
  left: -20%;
  content: '';
  width: 140%;
  height: 2px;
  background: #91A4B5;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.navi-ul li a:hover::after {
  transform: scale(1, 1);
}

.lineup {
	margin-top: 50px;
}

.lineup li a {
	display: inline-block;
	float: left;
	width: 50%;
	max-width: 200px;
	background: #000;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 6px 15px;
	margin: 0 10px 10px 0;
	transition: 0.7s ;
}
.lineup li a:hover {
	opacity: 0.7;
}
.lineup .lineup-li a{
	background:#fff;
	padding: 0;
	margin: -5px 10px 10px 0;
}
.lineup .lineup-li a img {
	width: 100%;
	border: 2px solid #3c7878;
}
/* ハンバーガーメニュー
*********************/
.menu-res {
	display:none;
}

/* Top背景
**********************************************/
.top-wrap {
	width: 100%;
	height: 650px;
	background-image: url("../img/back01.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 40% 100%;
}

.slider-wrap {
	width: 90%;
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
	padding-top: 150px;
}
.slider_fade {
    position: relative;
} 
.slider_fade > li {
    position: absolute;
    list-style: none;
    visibility: hidden;
    animation: anime_slider_fade 30s 0s infinite; /*20S→画像1枚増えたら30sに増やす*/
}
.slider_fade > li:nth-of-type(2) {
    animation-delay: 5s;
}
.slider_fade > li:nth-of-type(3) {
    animation-delay: 10s;
}
.slider_fade > li:nth-of-type(4) {
    animation-delay: 15s;
}
.slider_fade > li:nth-of-type(5) { 
    animation-delay: 20s;
}/*画像1枚増えたらここを追加*/

 
@keyframes anime_slider_fade {
    0% {
        visibility: visible;
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    33.3% {
        opacity: 1;
    }
    48.3% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.top-info-wrap {
	position: relative;
	z-index: 200;
	padding: 34% 1.5% 0 65%;/*トップの数値で位置調整*/
}
.top-info {
	background-color:rgba(255,255,255,0.8);
	padding: 4%;
}
.top-info-p01 {
	text-align: center;
	font-size: 16px;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	letter-spacing:0.2em;
	line-height: 140%;
	border-bottom: 2px solid #000;
	padding-bottom: 3px;
}
.top-info .top-info-a01 {
	display: block;
	width: 100%;
	max-width: 220px;
	margin: 0 auto;
	margin-top: 4%;
	background: #000;
	color: #fff;
	padding: 6px 15px;
	font-size: 14px;
	text-align: center;
	transition: 0.7s;
}
.top-info-a01:hover {
	opacity: 0.7;
}
.top-info-table {
	margin-top: 15px;
	width: 100%;
	font-size: 14px;
}
.top-info-table th {
	font-weight: normal;
	text-align: left;
	padding: 2% 1% 0 1%;
	display:block;
}
.top-info-table td {
	padding: 0% 1%;
	display:block;
}
.top-info-table td a {
	color: #000;
	text-decoration: underline;
	transition: 0.7s;
}
.top-info-table td a:hover {
	opacity: 0.7;
}
.top-info-wrap-res {
	display: none;
}
.top-txt {
	width: 90%;
	margin: 0 auto;
	padding-top: 22%;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
}

/* 期間限定・トップ画像(年末年始等)
**********************************************/
.topimg-wrap {
    position: relative;
	width: 90%;
	max-width: 1500px;
	margin: 0 auto;
	padding-top: 150px;
}
.topimg-wrap img {
    width:100%; 
}

.top-txt-n {
	width: 90%;
	margin: 0 auto;
	padding-top: 30%;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
}

/* コンテンツ共通
**********************************************/
.titl-img {
	padding-top: 10%;
}
.contents01 {
	width: 85%;
	max-width: 1400px;
	margin: 0 auto;
	padding:7% 0;
}
.contents02 {
	width: 85%;
	max-width: 1400px;
	margin: 0 auto;
}
.contents03 {
	width: 85%;
	max-width: 1400px;
	margin: 0 auto;
	padding-top:10%;
}
.contents04 {
	width: 85%;
	max-width: 1200px;
	margin: 0 auto;
}
h1 {
	width: 100%;
	text-align: center;
	font-size: 40px;
	border-bottom: 3px solid #23496B;
	padding-bottom: 1ex;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	letter-spacing:0.2em;
	line-height: 140%;
}
.h1-2 {
	width: 100%;
	text-align: center;
	font-size: 30px;
	border-bottom: 3px solid #23496B;
	padding-bottom: 1ex;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	letter-spacing:0;
	line-height: 140%;
}
h1 span {
	font-size: 80%;
	letter-spacing:0;
}
h1 .span02 {
	font-size: 70%;
	letter-spacing:0;
}
.VM {
	display: block;
	width: 80%;
	max-width: 250px;
	margin: 0 auto;
	background: #000;
	color: #fff;
	text-align: center;
	padding: 2%;
	transition: 0.7s ;
}
.VM:hover {
	opacity: 0.7;
}
.cnt-txt01 {
	width: 80%;
	margin: 0 auto;
	padding: 5ex 0;
}
.anchor{
	display: block;
    padding-top: 100px;
    margin-top: -100px;
}

/* トップ・製品案内
**********************************************/
.contents-wrap01 {
	width: 100%;
	margin-top: 6%;
	background-image: url("../img/back02.png")/*,url("../img/back02.png")*/;
	background-repeat: no-repeat;
	background-position: top right,bottom left;
	background-size:96%;
}
.pro-img-wrap01 {
	padding: 1% 0;
}
.pro-img01 {
	width: 30%;
	float: left;
	margin-left: 2.5%;
	margin-top: 2.5%;
	transition: 0.7s;
}
.pro-img01:hover {
	filter: brightness(1.50); 
}

.pro-slide-wrap {
	width: 96%;
	background: #DEE4E9;
	padding: 5% 1% 15% 6%;
}
.pro-slide {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}
.pro-slide p {
	width: 55%;
	font-size: 28px;
	float: left;
	font-family: 'Noto Serif JP', serif;
	border-bottom:3px solid #23496B; 
	text-align: center;
	padding: 12% 2% 1ex 2%;
	line-height: 140%;
}
.pro-img-wrap02 {
    position: relative;
	width: 40%;
	margin: 0 auto;
	float: right;
}
.pro-img-wrap02 img {
    width:100%;
    position: absolute;    
}

.list01 {
	display: block;
	width: 30%;
	margin-top: 3%;
	margin-right: 2.5%;
	background: #23496B;
	color: #fff;
	text-align: center;
	padding: 1% 2%;
	float: right;
	background-image: url("../img/pdf.png"),url("../img/arrow.png");
	background-repeat: no-repeat;
	background-position: top 50% left 10px,top 50% right 10px;
	background-size:25px,15px; 
	padding: 10px 50px 10px 50px;
	transition: 0.7s;
}
.list01:hover {
	opacity: 0.7;
}


/* トップ・会社案内
**********************************************/
.contents-wrap02 {
	width: 100%;
	margin-top: 10%;
	background-image: url("../img/back01.jpg");
	background-repeat: repeat-y;
	background-position: top right;
	background-size:40%;
}
.com-wrap01 {
	width: 40%;
	float: left;
}
.com-img01 {
	width: 55%;
	float: right;
}

/* トップ・採用情報
**********************************************/
.contents-wrap03 {
	background: #DEE4E9;
	margin-top: 10%;
}
.rec-wrap01,
.rec-wrap03 {
	width: 40%;
	float: right;
}
.rec-wrap01 {
	margin-top: 7%;
}
.rec-wrap03 {
	padding-bottom: 5%;
}
.rec-wrap02 {
	width: 55%;
	float: left;
}
.rec-img01 {
	width: 55%;
	float: left;
	margin-top: 20%;
}
.rec-img02 {
	width: 42%;
	float: right;
}

/* トップ・お知らせ
**********************************************/
.new-wrap {
	width: 90%;
	max-width: 1000px;
	height:150px; 
	overflow-y: scroll;
	margin: 0 auto;
	margin-top: 3%;
}
.new {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.new td {
	padding: 1em;
}
.new td a {
	color: #000;
	text-decoration: underline;
	transition: 0.7s;
}
.new td a:hover {
	opacity: 0.7;
}
.new th {
	width: 140px;
	font-weight: normal;
	padding: 1em;
}

/* トップ・施工実績　Topics
**********************************************/
.top-sekou {
	width: 48%;
	float: left;
}
.top-topics {
	width: 48%;
	float: right;
}

/* Footer
**********************************************/
.footer {
	width: 100%;
	background: #23496B;
	margin-top: 10%;
}
.footer-wrap {
	width: 90%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 5% 0 5% 0;
}
.footer01 {
	width: 40%;
	float: left;
	padding: 2% 2% 2% 0;
	color: #fff;
	text-align: center;
}
.footer02 {
	width: 28%;
	float: left;
	padding: 1%;
	color: #fff;
	text-align: center;
}
.footer-p01 {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 3% 0;
	font-size: 20px;
}
.footer-p02 {
	margin-top: 20px;
	line-height: 200%;
}
.footer-contact {
	display: block;
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	margin-top: 30px;
	background: #fff;
	color: #23496B;
	font-size: 20px;
	padding: 2%;
	transition: 0.7s ;
}
.footer-contact:hover {
	opacity: 0.7;
}
.footer-p03 {
	border: 1px solid #fff;
	padding: 3%;
	margin-top: 40px;
	font-size: 20px;
}
.footer-p04 {
	margin-top: 20px;
}
.footer-p05 {
	font-size: 20px;
	margin-top: 10px;
}
.footer-p05 span {
	font-size: 80%;
	padding-right: 5px;
}
hr {
	width: 100%;
	background-color: #fff;
}
.footer-logo {
	width: 40%;
	margin: 0 auto;
}
.copy {
	text-align: center;
	color: #fff;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 30px;
}

/* 製品案内
**********************************************/
.ac-box{
	width: auto;
	margin: 0px auto;
	margin-top: 5%;
}
.ac-box label{
	width: 100%;
	height:70px;
	line-height:70px;
	font-size: 20px;
	font-weight: normal;
	background: #DEE4E9;
	position: relative;
	display: block;
	cursor: pointer;
	transition: all 0.5s;
	padding-left:40px;
	border-left: 20px solid #23496B;
}
.ac-box label:hover{
	-webkit-transition: all .3s;
	transition: all .3s;
}
.ac-box input{
	display: none;
}
.ac-box label:after{
	content:"+";
	font-size:30px;
	position: absolute;
	right: 40px;
}
.ac-box input:checked ~ label::after {
	font-size:35px;
	content:"-";
	position: absolute;
	right: 45px;
}
.ac-box div{
	height: 0px;
	padding: 0px;
	overflow: hidden;
	opacity: 0;
	transition: 0.5s;
}
.ac-box input:checked ~ div{
	height: auto;
	padding: 20px 0px;
	opacity: 1;
}
.ac-ul li a,
.ac-li01 {
	display: block;
	width: 32%;
	float: left;
	margin-top: 2%;
	background: #23496B;
	color: #fff;
	background-image: url("../img/pdf.png"),url("../img/arrow.png");
	background-repeat: no-repeat;
	background-position: top 50% left 10px,top 50% right 10px;
	background-size:25px,15px; 
	padding: 10px 50px 10px 50px;
	transition: 0.7s;
}
.ac-ul li a:hover,
.ac-li01:hover {
	opacity: 0.7;
}

/*.ac-ul li .ac-a01 {
	display: block;
	width: 32%;
	float: left;
	margin-top: 2%;
	background: #23496B;
	color: #fff;
	background-image: url("../img/pro12-01.png"),url("../img/pdf.png"),url("../img/arrow.png");
	background-repeat: no-repeat;
	background-position: top 50% left 5px,top 50% left 50px,top 50% right 10px;
	background-size:35px,25px,15px; 
	padding: 10px 50px 10px 90px;
	transition: 0.7s;
}*/

.ac-img01 {
	width: 10%;
	max-width: 100px;
	float: left;
	margin-left: 1%;
	margin-right: 2%;
	margin-top: 2%;
}
.ac-li01 {
	float: left;
}
.pro-wrap01 {
	margin-top: 2%;
}

.ma-l-2 {
	margin-left: 2%;
}
.pro-ul01 {
	margin-top: 5%;
}
.pro-p01 {
	margin-top: 5%;
	color: #D0090C;
}
.pro-p02 {
	width: 100%;
	height:70px;
	line-height:70px;
	font-size: 20px;
	font-weight: normal;
	background: #DEE4E9;
	position: relative;
	display: block;
	cursor: pointer;
	transition: all 0.5s;
	padding-left:40px;
	border-left: 20px solid #23496B;
	color: #D0090C;
}

.res-br {
		display: none;
	}

/* 会社案内
**********************************************/
.com-p01 {
	text-align: center;
	font-size: 26px;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	margin-top: 5%;
	padding-bottom: 2%;
}
.com-p02 {
	text-align: center;
	font-size: 20px;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	margin-top: 3%;
}
.com-tbl {
	width: 95%;
	margin: 0 auto;
	margin-top: 3%;
	border-collapse: separate;
	border-spacing: 0px 10px;
}
.com-tbl td, .com-tbl th{
	border:1px solid #23496B;
	padding:1% 2%;
	line-height: 200%;
}
.com-tbl th{
	width:30%;
	font-weight:normal;
	background:#23496B;
	text-align:center;
	vertical-align:middle;
	color:#fff;
}
.com-tbl td a {
	color: #000;
	transition: 0.3s;
}
.com-tbl td a:hover {
	color: #23496B;
	text-decoration: underline;
}
.com-tbl-span01 {
	font-size: 80%;
	padding: 3px 15px;
	background: #23496B;
	color: #fff;
}
.com-tbl-span02 {
	font-size: 90%;
}

.his-tbl01 {
	width: 90%;
	margin: 0 auto;
	margin-top: 3%;
}
.his-tbl01 th {
	width: 130px;
	font-weight: normal;
	text-align: right;
	padding: 5px 10px 5px 0;
	border-right: 1px solid #91A4B5;
}
.his-tbl01 td {
	padding: 5px 0 5px 10px;
}
.his-tbl01 .td01 {
	font-size: 13px;
	padding: 20px;
}
.his-img01 {
	width: 100%;
	max-width: 300px;
}
.his-img02 {
	width: 100%;
	max-width: 200px;
}

/* 採用情報
**********************************************/
.rec-img03 {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}
h2 {
	width: 100%;
	font-size: 25px;
	border-bottom: 3px solid #23496B;
	padding:0 20px 5px 20px;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	letter-spacing:0.2em;
	line-height: 140%;
	margin-top: 10%;
}
h2 span {
	color: #23496B;
}
h3 {
	width: 95%;
	font-size: 22px;
	padding:3px 20px;
	line-height: 140%;
	margin-top: 3%;	
	margin-left: 2%;
	border-bottom: 2px solid #23496B;
	font-weight: normal;
}
h3 span {
	color: #91A4B5;
}
.rec-p04 {
	text-align: center;
	color: #23496B;
	font-family: 'Noto Serif JP', serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 200%;
	margin-top: -3%;
	padding-bottom: 7%;
}
.rec-p01 {
	padding: 2%;
}
.rec-tbl01 {
	margin-left: 2%;
}
.rec-tbl02 {
	margin-left: 2%;
	margin-top: 5%;
}
.rec-tbl01 th,
.rec-tbl01 td,
.rec-tbl02 th,
.rec-tbl02 td {
	padding: 15px 20px 3px 20px;
	border-bottom: 2px solid #23496B;
	font-size: 18px;
}
.rec-tbl01 th,
.rec-tbl02 th {
	width: 150px;
	text-align: left;
	font-weight: normal;
}
.rec-tbl01 td {
	width: 400px;
}
.rec-tbl02 td {
	width: 600px;
}
.rec-tbl01 th span,
.rec-tbl01 td span,
.rec-tbl02 th span {
	color: #91A4B5;
}
.rec-tbl02 .th-y,
.rec-tbl02 .td-y {
	font-size: 20px;
	font-weight: bold;
	color: #23496B;
	padding: 15px 20px 5px 20px;
	border-bottom: 3px solid #23496B;
}

.rec-wrap04 {
	width: 90%;
	margin: 0 auto;
	margin-top: 3%;	
}
.rec-photo01 {
	width: 30%;
	float: left;
	padding: 0 3% 3% 0;
}
.rec-wrap05 {
	width: 90%;
	margin: 0 auto;
	margin-top: 3%;
}
.rec-wrap06 {
	width: 31%;
	float: left;
	margin-right: 3.5%;
}
.rec-wrap07 {
	width: 31%;
	float: left;
}
.rec-wrap06 p,
.rec-wrap07 p {
	margin-top: 5%;
}
.rec-p02 {
	text-align: center;
	font-size: 80%;
	line-height: 120%;
	margin-top: 0;
}
.rec-contact-wrap {
	background: #DEE4E9;
	margin-top: 10%;
	padding: 5% 0;
}
.rec-p03 {
	text-align: center;
	font-size: 20px;
}
.rec-contact {
	display: block;
	width: 60%;
	margin: 0 auto;
	margin-top: 2%;
	padding: 2% 3%;
	background:  #23496B;
	color: #fff;
	text-align: center;
	font-size: 28px;
	transition: 0.3s;
}
.rec-contact:hover {
	opacity: 0.7;
}

/* 応募ボタン */
.rec-btn {
	display: block;
	width: 60%;
	max-width: 500px;
	margin-top: 5%;
	margin-left: 2%;
	background: #31AD6F;
	color: #fff;
	text-align: center;
	font-size: 24px;
	background-image: url("../img/arrow.png");
	background-repeat: no-repeat;
	background-position: top 50% right 15px;
	background-size:15px; 
	padding: 30px 50px 30px 50px;
	transition: 0.7s;
}
.rec-btn:hover {
	opacity: 0.7;
}

/* アクセス
**********************************************/
.acs01 {
	width: 47%;
	float: left;
	text-align: center;
}
.acs02 {
	width: 47%;
	float: right;
	text-align: center;
}
.acs-p01 {
	background: #23496B;
	color: #fff;
	font-size: 20px;
	padding: 2%;
}
.acs-p02 {
	font-size: 18px;
	margin-top: 5%;
}
.acs-p03 {
	font-size: 24px;
	padding: 3% 0 0 0;
}
.acs-p03 span {
	font-size: 80%;
	padding-right: 1%
}
.map {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 70%;
	margin-top: 7%;
}
.map iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}


/* お問い合わせ
**********************************************/
.tel {
	width: 47%;
	float: left;
	margin-top: 5%;
}
.fax {
	width: 47%;
	float: right;
	margin-top: 5%;
}
.cnt-p03 {
	background: #23496B;
	text-align: center;
	color: #fff;
	font-size: 26px;
	padding: 2%;
}
.cnt-p01 {
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	line-height: 100%;
	margin-top: 5%;
}
.cnt-span01 {
	font-size: 20px;
	line-height: 200%;
}
.cnt-span02 {
	font-size: 70%;
	font-weight: normal;
	padding-right: 1%;
}
.formTable {
	width:95%;
	margin:0 auto;
	margin-top: 3%;
	border-collapse: separate;
	border-spacing: 0px 10px;
}
.formTable td, .formTable th{
	border:1px solid #23496B;
	padding:1% 1%;
}
.formTable th{
	width:30%;
	font-weight:normal;
	background:#23496B;
	text-align:center;
	vertical-align:middle;
	color:#fff;
}
.cnt-p02 {
	text-align: center;
	margin-top: 1%;
}

.cnt-p04 {
	color: #B22222;
	text-align: center;
	margin-top: 20px;
}
/* 必須項目
--------------------*/
.formTable td span {
	color:#F39700;
	font-size:14px;
}

/* ボタン
--------------------*/
#contact-btn {
	text-align:center;
	margin-top:3%;
}

#contact-btn input {
	background:#23496B;
	border:none;
	color:#fff;
	width: 30%;
	padding:2%;
	font-size:16px;
	transition: 0.7s ;
}
#contact-btn input:hover {
	opacity:0.7;
}
.button {
	width: 30%;
	margin-top:30px;
	text-decoration:none;
	background:#23496B;
	border:none;
	color:#fff;
	padding: 2% 4%;
	font-size:16px;
	transition: 0.7s ;
}
.button:hover {
	opacity:0.7;
}

#formWrap {
	width:90%;
	max-width:1000px;
	margin:0 auto;
}

/* 確認画面テキスト
--------------------*/
h4 {
	font-weight:normal;
	padding-top:50px;
	padding-bottom:50px; 
	text-align:center;
}
h6 {
	font-weight:normal;
	padding-top:20px;
	padding-bottom:10px;
	text-align:center;
}

/* 施工実績
**********************************************/
.sekou-img01 {
	width: 37%;
	float: left;
	margin-top: 3%;
	margin-left: 6%;
}
.sekou-img02 {
	width: 37%;
	float: right;
	margin-top: 3%;
	margin-right: 6%;
}
.sekou-img03 {
	width: 49%;
	float: left;
	margin-top: 3%;
}
.sekou-img04 {
	width: 49%;
	float: right;
	margin-top: 3%;
}
.sekou-img05 {
	width: 39%;
	float: left;
	margin-top: 3%;
	margin-left: 5%;
}
.sekou-img01 p,
.sekou-img02 p,
.sekou-img03 p,
.sekou-img04 p,
.sekou-img05 p{
	background: #23496B;
	padding: 5px 10px;
	color: #fff;
}

/* Topics
**********************************************/
.tpc-p01 {
	font-size: 20px;
	border-bottom: 3px solid #DEE4E9;
	padding: 10% 2.5% 3px 2.5%;
	color: #23496B;
	line-height: 160%;
}
.tpc-p01 span {
	padding-right: 2%;
	font-family: 'Philosopher', sans-serif;
	font-size: 105%;
}
.tpc-p02 {
	padding: 2.5% 2.5% 0.5% 2.5%;
}
.tpc-img01 {
	width: 95%;
	max-width: 800px;
	margin: 0 auto;
	margin-top: 2%;
}
.tpc-img02 {
	width: 60%;
	max-width: 600px;
	margin: 0 auto;
	margin-top: 2%;
}
.tpc-img-wrap01 {
	width: 95%;
	margin: 0 auto;
}
.tpc-img03 {
	width: 49%;
	float: left;
	margin-top: 2%;
}
.tpc-img04 {
	width: 49%;
	float: right;
	margin-top: 2%;
}
.tpc-img05 {
	width: 62.7%;
	float: left;
	margin-top: 2%;
}
.tpc-img06 {
	width: 35.3%;
	float: right;
	margin-top: 2%;
}
.tpc-img-bor {
	border: 1px solid #000;
}

/* KCフォーム 他
**********************************************/
.kc-top {
	width: 100%;
	margin-top: 4%;
}
.kc-title {
	width: 100%;
	margin: 0 auto;
	margin-top: 4%;
	margin-bottom: 4%;
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 30px;
	padding: 15px;
}
.kc-wrap {
	display: block;
	width: 30%;
	float: left;
	margin-left: 2.5%;
	margin-top: 2.5%;
	transition: 0.7s;
}
.kc-wrap:hover {
	opacity: 0.7;
}

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

.kc-wrap-00 {
	margin-top: 150px;
}
.kc-wrap01 {
	width: 50%;
	float: left;
	padding: 0 2% 0 0;
}
.kc-wrap02 {
	width: 50%;
	float: right;
	padding: 0 0 0 2%;
	margin-top: 120px;
}
.kc-wrap03 {
	width: 50%;
	float: left;
	padding: 0 2% 0 0;
	margin-top: 30px;
}
.kc-wrap04 {
	width: 50%;
	float: right;
	padding: 0 0 0 2%;
	margin-top: 40px;
}

.kc-title02 {
	display: block;
	padding: 8px 20px 5px 20px;
	background: #23496B;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
}
.kc-text01 {
	color: #23496B;
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
}
.kc-text02 {
	margin-top: 5px;
}

.kc-text03 {
	font-family: 'Noto Serif JP', serif;
	font-size: 30px;
	color: #23496B;
	margin-top: 50px;
	padding: 1%;
}
.kc-text04 {
	padding: 1% 2% 1% 5%;
}
.kc-text04 li {
	margin-top: 15px;
	font-size: 18px;
	vertical-align: middle;
	line-height: 1.5;
}
.kc-text04 li:before{ 
    display:inline-block; 
    vertical-align: middle;
    content:'';
    width:10px;
    height: 10px;
    background: #91A4B5;
	margin-left: -20px;
    margin-right: 10px;
}

.kc-text05 {
	font-size: 20px;
	padding: 1%;
}

.kc-title03 {
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	color: #23496B;
}

.kc-link01 {
	display: block;
	background: #23496B;
	border-left: 30px solid #91A4B5;
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	margin-top: 20px;
	background-image: url("../img/arrow.png");
	background-repeat: no-repeat;
	background-position: top 50% right 15px;
	background-size:30px; 
	padding: 40px 50px 30px 50px;
	transition: 0.7s;
}
.kc-link01:hover {
	opacity: 0.7;
}

.kc-img01 {
	margin-top: 50px;
}
.kc-img02 {
	width: 90%;
	max-width: 1200px;
	margin: 200px auto 0 auto;
	transition: 0.7s;
}
.kc-img02:hover {
	opacity: 0.7;
}

/* Responsive
************************************************************************/

@media screen and (max-width: 1500px) {
	.top-wrap {
		height: 630px;
	}
	.top-info-wrap {
		padding: 31% 1.5% 0 65%;/*トップの数値で位置調整*/
	}
	.h1-2 {
		font-size: 26px;
	}
}
@media screen and (max-width: 1400px) {
	.top-wrap {
		height: 600px;
	}
}
@media screen and (max-width: 1300px) {
	.top-wrap {
		height: 570px;
	}
}
@media screen and (max-width: 1200px) {
	.top-wrap {
		height: 540px;
	}
	.top-info-wrap {
		padding: 29% 1.5% 0 60%;/*トップの数値で位置調整*/
	}
	/* コンテンツ共通
	**********************************************/
	h1 {
		font-size: 34px;
	}
	.h1-2 {
		font-size: 22px;
	}
	/* トップ・採用情報
	**********************************************/
	.rec-wrap01 {
		margin-top: 5%;
	}
	
}
@media screen and (max-width: 1100px) {
	.top-wrap {
		height: 500px;
	}
}
@media screen and (max-width: 1000px) {	
	.top-wrap {
		height: 470px;
	}
	.top-info-wrap {
		padding: 25% 1.5% 0 55%;/*トップの数値で位置調整*/
	}
	.header-access,
	.header-access02,
	.header-calendar,
	.header-calendar02 {
		font-size: 12px;
		padding: 2px 7px;
	}
	.header-access,
	.header-access02 {
		width: 90px;
	}
	.header-calendar,
	.header-calendar02 {
		width: 125px;
		margin-left: 10px;
	}
	.header-access img,
	.header-access02 img,
	.header-calendar img,
	.header-calendar02 img {
		width: 18px;
		margin-right: 5%;
		margin-top: 4px;
	}
	
	.pro-slide p {
		font-size: 22px;
	}
	.h1-2 {
		font-size: 18px;
	}
	
}
@media screen and (max-width: 950px) {	
.list01 {
	width: 62.5%;
	}
}
@media screen and (max-width: 900px) {	
	.top-wrap {
		height: 440px;
	}	
	.top-info-wrap {
		padding: 20% 1.5% 0 55%;/*トップの数値で位置調整*/
	}
}
@media screen and (max-width: 800px) {
	/* Header
	**********************************************/
	.header,
	.header02{
		padding-top: 15px;
	}
	.site-header.transform,
	.site-header02 {
		background:none;
	}
	.site-header.transform .header-logo02,
	.site-header02.transform .header-logo03 {
		display: none;
	}
	
	.header-access,
	.header-access02,
	.header-calendar,
	.header-calendar02 {
		display: none;
	}
	.navi  {
		display:none;
	}
	
	
	/* ハンバーガーメニュー
	********************/
	.menu-res {
		display:block;
		position: fixed;
 		left: 0;
  		top: 0;
 		width: 100%;
  		height: 60px;
  		z-index:300;
	}
	.navi-res {
  		position: fixed;
  		right: -320px; /* これで隠れる */
  		top: 0;
  		width: 300px; /* スマホに収まるくらい */
  		height: 100vh;
 		padding-top: 40px;
  		background-color: #000;
  		transition: all .6s;
 		z-index: 300;
  		overflow-y: auto; /* メニューが多くなったらスクロールできるように */
	}
	.hamburger {
  		position: absolute;
  		right: 10px;
  		top: 0;
  		width: 50px; /* クリックしやすいようにちゃんと幅を指定する */
  		height: 50px; /* クリックしやすいようにちゃんと高さを指定する */
		background:#000;
 		cursor: pointer;
  		z-index: 300;
	}
	.nav__list {
  		margin: 0;
  		padding: 50px 20px 0px 30px;
  		list-style: none;
	}
	.nav__item {
		text-align: left;
	}
	.nav__item a {
		text-align: center;
		margin-bottom: 20px;
		color: #fff;
		position: relative;
  		display: inline-block;
 		text-decoration: none;
		padding: 8px 10px 5px 10px;
	}
	.nav__item a::after {
  		position: absolute;
  		bottom: -4px;
  		left: 0;
  		content: '';
  		width: 100%;
  		height: 2px;
  		background: #fff;
  		transform: scale(0, 1);
  		transform-origin: center top;
  		transition: transform .3s;
	}
	.nav__item a:hover::after {
  		transform: scale(1, 1);
	}
	.nav__item02 a {
		text-align: center;
		margin-bottom: 20px;
		color: #fff;
		position: relative;
  		display: inline-block;
 		text-decoration: none;
		padding: 8px 10px 5px 10px;
		border: 1px solid #fff;
		transition: 1.5s;
	}
	.nav__item02 a:hover {
		background: #fff;
		color: #000;
	}
	.nav__item03 {
		padding-bottom: 100px;
	}
	.nav__item03 a img {
		border: 2px solid #3c7878;
	}
	.nav__item03 a {
		transition: 0.7s ;
	}
	.nav__item03 a:hover {
		opacity: 0.7;
	}
	.hamburger__line {
  		position: absolute;
  		left: 10px;
  		width: 30px;
  		height: 2px;
  		background-color: #fff;
  		transition: all .6s;
	}
	.hamburger__line--1 {
  		top: 14px;
	}
	.hamburger__line--2 {
  		top: 24px;
	}
	.hamburger__line--3 {
  		top: 34px;
	}
	.black-bg {
  		position: fixed;
 		left: 0;
  		top: 0;
  		width: 100vw;
  		height: 100vh;
  		z-index: 100;
  		background-color: #000;
 		opacity: 0;
  		visibility: hidden;
  		transition: all .6s;
  		cursor: pointer;
	}
	/* 表示された時用のCSS */
	.nav-open .navi-res {
  		right: 0;
	}
	.nav-open .black-bg {
  		opacity: .6;
  		visibility: visible;
	}
	.nav-open .hamburger__line--1 {
  		transform: rotate(45deg);
  		top: 20px;
	}
	.nav-open .hamburger__line--2 {
 		width: 0;
  		left: 50%;
	}
	.nav-open .hamburger__line--3 {
  		transform: rotate(-45deg);
  		top: 20px;
	}
	
	/* トップ画像
	*******************/
	.top-wrap {
		height: auto;
		background-image:none;
	}	
	.topimg-wrap  {
		top: 0px;
		width: 100%;
		padding-top: 0;
	}
	.slider-wrap {
		top: 0px;
		width: 100%;
		padding-top: 0;
	}
	.top-info-wrap {
		display: none;
	}
	.top-info-wrap-res {
		display: block;
		padding-top: 60%;
		width: 85%;
		margin: 0 auto;
	}
	.top-info-a02 {
		display: block;
		width: 220px;
		margin: 0 auto;
		margin-top: 4%;
		background: #000;
		color: #fff;
		padding: 6px 15px;
		font-size: 14px;
		text-align: center;
		transition: 0.7s;
	}
	.top-info-a02:hover {
		opacity: 0.7;
	}
	.top-txt {
		padding-top: 60%;
		font-size: 18px;
	}
	.top-txt-n {
		padding-top: 10%;
		font-size: 18px;
	}
	
/* 期間限定・トップ下画像
**********************************************/
	.top-img02 {
		padding-top: 60%;
	}
	
/* 2021年　年末・年始休業のお知らせ
**********************************************/
.info-link01-wrap {
	width: 82%;
	margin: 0 auto;
	padding-top: 60%;
}
.info-link {
	width: 100%; 
	padding: 2%;
}
.info-link02 {
	margin-top: -40%;	
}
	

	
	/* コンテンツ共通
	**********************************************/
	h1 {
		font-size: 26px;
	}
	.h1-2 {
		font-size: 26px;
	}
	.VM {
		width: 90%;
		max-width: none;
	}
	.anchor{
	    padding-top: 0px;
    	margin-top: 0px;
	}
	
	/* トップ・製品案内
	**********************************************/
	.contents-wrap01 {
		margin-top: 7%;
		background-size:96% 250px;
	}
	.contents {
		padding-top: 5%;
	}
	.pro-img01 {
		width: 46.25%;
		margin-left: 2.5%;
		margin-top: 2.5%;
	}
	.pro-slide-wrap {
		width: 96%;
		background: #DEE4E9;
		padding: 7% 1% 67% 5%;
	}
	.pro-slide p {
		width: 100%;
		font-size: 24px;
		float: none;
		padding: 0 0 1ex 0;
	}
	.pro-img-wrap02 {
   		position: relative;
		width: 95%;
		margin: 0 auto;
		float: none;
		margin-top: 5%;
	}
	.list01 {
		width: 95%;
		padding: 2%;
	}
	

	
	/* トップ・会社案内
	**********************************************/
	.contents-wrap02 {
		margin-top: 5%;
		background-image: none;
	}
	.com-wrap01 {
		width: 100%;
		float: none;
	}
	.com-txt01 {
		width: 80%;
		margin: 0 auto;
		padding: 5ex 0;
	}
	.com-img01 {
		width: 90%;
		margin: 0 auto;
		margin-top: 5%;
		float: none;
	}
	
	/* トップ・採用情報
	**********************************************/
	.contents-wrap03 {
		margin-top: 5%;
		padding: 7% 0 10% 0;
	}
	.rec-wrap01,
	.rec-wrap03 {
		width: 100%;
		float: none;
	}
	.rec-wrap03 {
		padding-bottom: 0;
	}
	.rec-wrap02 {
		width: 90%;
		float: none;
		margin: 0 auto;
		margin-top: 5%;
	}
	.rec-img01 {
		width: 55%;
		float: left;
		margin-top: 10%;
	}
	.rec-img02 {
		width: 42%;
		float: right;
	}
	.rec-tbl02 .th-y {
		font-size: 14px;
	}
	.rec-tbl02 .td-y {
		border-bottom:none;
	}
	
	/* Footer
	**********************************************/
	.footer-wrap {
		padding: 8% 0 5% 0;
	}
	.footer01 {
		width: 100%;
		float: none;
		padding: 0;
	}
	.footer02 {
		width: 100%;
		float: none;
		padding: 0;
	}
	.footer-p01 {
		max-width: none;
	}
	.footer-contact {
		width: 80%
		max-width: none;
		margin-top: 20px;
	}
	.footer-p03 {
		margin-top: 10%;
	}
	.footer-logo {
		width: 80%;
		max-width: 400px;
		margin: 0 auto;
	}
	
	/* 製品案内
	**********************************************/
	.ac-box label{
		height:50px;
		line-height:50px;
		font-size: 18px;
		padding-left:20px;
		border-left: 15px solid #23496B;
	}
	.ac-box label:after{
		right: 20px;
	}
	.ac-box input:checked ~ label::after {
		right: 25px;
	}
	.ac-ul {
		margin-top: -3%;
	}
	.ac-ul li a,
	.ac-ul li .ac-a01 {
		width: 100%;
		float: none;
		margin-left: 0%;
		margin-top: 3%;
		font-size: 16px;
		}
	.ac-img01 {
		width: 15%;
		margin-top: 2%;
	}
	.ac-li01 {
		width: 80%;
		margin-top: 2%;
	}
	
	.res-br {
		display: block;
	}
	
	/* 会社案内
	**********************************************/
	.com-p01 {
		font-size: 22px;
	}
	.com-p02 {
		font-size: 18px;
	}
	.com-tbl td, .com-tbl th{
		width:auto;
		display:block;
	}
	.com-tbl th{
		text-align: left;
	}
	
	.his-tbl01 {
		width: 100%;
	}
	.his-tbl01 .td01 {
		padding: 10px;
	}

	
	/* アクセス
	**********************************************/
	.acs01 {
		width: 100%;
		float: none;
	}
	.acs02 {
		width: 100%;
		float: none;
		margin-top: 7%;
	}
	.acs-p01 {
		font-size: 18px;
	}
	.acs-p02 {
		font-size: 16px;
		margin-top: 5%;
	}
	.acs-p03 {
		font-size: 22px;
		padding: 3% 0 0 0;
	}
	/* 採用情報
	**********************************************/
	.rec-img03 {
		width: 100%;
	}
	h2 {
		font-size: 22px;
		margin-top: 13%;
	}
	h3 {
		font-size: 18px;
		margin-top: 5%;
	}
	.rec-p04 {
		font-size: 20px;
	}
	.rec-tbl01 {
		width: 95%;
	}
	.rec-tbl02 {
		margin-top: 2%;
	}
	.rec-tbl01 th,
	.rec-tbl01 td,
	.rec-tbl02 th,
	.rec-tbl02 td {
		width:auto;
		display:block;
	}
	.rec-tbl01 th,
	.rec-tbl02 th {
		width: 100%;
		border-bottom: none;
		padding: 15px 20px 3px 20px;
		font-size: 14px;
	}
	.rec-tbl01 td,
	.rec-tbl02 td {
		width: 100%;
		padding: 0px 20px 3px 20px;
		font-size: 16px;
	}
	.rec-tbl01 .rec-tbl01-td {
		padding: 30px 20px 3px 20px;
	}

	.rec-wrap04 {
		width: 95%;
		margin: 0 auto;
		margin-top: 3%;	
	}
	.rec-photo01 {
		width: 100%;
		float: none;
		padding: 0 0 3% 0;
	}
	.rec-wrap05 {
		width: 95%;
	}
	.rec-wrap06, 
	.rec-wrap07 {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-top: 7%;
	}
	.rec-wrap06 p,
	.rec-wrap07 p {
		margin-top: 5%;
	}
	.rec-p02 {
		text-align: center;
		font-size: 80%;
		line-height: 120%;
		margin-top: 0;
	}
	.rec-p03 {
		font-size: 16px;
	}
	.rec-contact-wrap {
		margin-top: 15%;
	}
	.rec-contact {
		width: 90%;
		font-size: 20px;
	}
	
	/* 応募ボタン */
	.rec-btn {
		width: 96%;
		max-width: none;
		margin-top: 7%;
		margin-left: 2%;
		font-size: 20px;
		padding: 20px 50px 20px 50px;
	}

	/* お問い合わせ
	**********************************************/
	.tel {
		width: 95%;
		margin: 0 auto;
		margin-top: 5%;
		float: none;
	}
	.fax {
		width: 95%;
		margin: 0 auto;
		margin-top: 5%;
		float: none;
	}
	.cnt-p03 {
		font-size: 20px;
	}
	.cnt-p01 {
		font-size: 28px;
	}
	table.formTable th, table.formTable td {
		width:auto;
		display:block;
	}
	table.formTable td,table.formTable th{
		padding:2%;
	}
	input[type="text"], textarea {
		width:100%;
		padding:5px;
		font-size:110%;
		display:block;
	}
	.cnt-p02 {
		font-size: 14px;
	}
	.cnt-p04 {
		font-size: 14px;
		margin-top: 10px;
	}
	/* ボタン
	--------------------*/
	#contact-btn input {
		width: 45%;
	}
	.button {
		width: 45%;
	}
	
	/* Topics
	**********************************************/
	.tpc-p01 {
		font-size: 18px;
		padding: 10% 2.5% 2px 2.5%;
		line-height: 140%;
	}
	.tpc-img03,
	.tpc-img04 {
		width: 100%;
		float: none;
	}
	
	/* KCフォーム 他
	**********************************************/
	.kc-title {
		font-size: 22px;
		padding: 10px;
	}
	.kc-wrap-00 {
		margin-top: 100px;
	}
	.kc-wrap01 {
		width: 100%;
		float: none;
		padding: 0;
	}
	.kc-wrap02 {
		width: 100%;
		float: none;
		padding: 0;
		margin-top: 20px;
	}
	.kc-wrap03 {
		width: 100%;
		float: none;
		padding: 0;
		margin-top: 30px;
	}
	.kc-wrap04 {
		width: 100%;
		float: none;
		padding: 0;
		margin-top: 20px;
	}
	.kc-title02 {
		padding: 8px 20px 5px 20px;
		font-size: 18px;
		margin-top: 30px;
	}
	.kc-text01 {
		font-size: 18px;
		margin-top: 20px;
		padding: 0 1%;
	}
	.kc-text02 {
		margin-top: 3px;
		padding: 0 1%;
	}

	.kc-text03 {
		font-size: 20px;
		margin-top: 30px;
	}
	
	.kc-text04 li {
		margin-top: 15px;
		font-size: 16px;
		line-height: 1.5;
	}
	.kc-text05 {
		font-size: 16px;
	}

	.kc-title03 {
		font-size: 18px;
	}

	.kc-link01 {
		border-left: 15px solid #91A4B5;
		font-size: 30px;
		margin-top: 15px;
		background-position: top 50% right 15px;
		background-size:20px; 
		padding: 20px 30px 20px 15px;
	}

	.kc-img01 {
		margin-top: 20px;
	}
	.kc-img02 {
		width: 100%;
		margin: 100px auto 0 auto;
	}

}
@media screen and (max-width: 600px) {
	/* トップ画像
	*******************/
	.top-txt {
		font-size: 16px;
	}
	.top-txt-n {
		font-size: 16px;
	}
	.cnt-txt01 {
		padding: 3ex 0;
	}
	/* コンテンツ共通
	**********************************************/
	h1 {
		font-size: 22px;
	}
	.h1-2 {
		font-size: 22px;
	}
	/* トップ・製品案内
	**********************************************/
	.pro-slide p {
		font-size: 20px;
	}
	
	/* トップ・施工実績　Topics
	**********************************************/
	.top-sekou {
		width: 100%;
		float: none;
	}
	.top-topics {
		width: 100%;
		float: none;
		margin-top: 5%;
	}
	/* 製品案内
	**********************************************/
	.ac-img01 {
		width: 18%;
		min-width: 0;
	}
	.ac-li01 {
		width: 75%;
	}
	/* 採用情報
	**********************************************/
	.rec-p04 {
		font-size: 18px;
		text-align: left;
	}
	/* 施工実績
	**********************************************/
	.sekou-img01,
	.sekou-img02,
	.sekou-img05 {
		width: 75%;
		float: none;
		margin-top: 3%;
		margin: 0 auto;
		margin-top: 3%;
	}
	.sekou-img03,
	.sekou-img04 {
		width: 100%;
		float: none;
		margin-top: 3%;
		margin: 0 auto;
		margin-top: 3%;
	}
}
@media screen and (max-width: 400px) {
	/* 製品案内
	**********************************************/
	.ac-img01 {
		width: 18%;
	}
	/* 採用情報
	**********************************************/
	.rec-photo01 {
		width: 100%;
		float: none;
		padding: 0 0 3% 0;
	}
	.rec-wrap06 {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-top: 7%;
	}
	.rec-wrap07 {
		width: 100%;
		float: none;
		margin-top: 7%;
	}
	.rec-wrap06 p,
	.rec-wrap07 p {
		margin-top: 3%;
	}

}