@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/







/***フェードイン表示**
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	font-family: adobe-garamond-pro, serif!important;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/***フェードイン表示 end***/

body {
	display: none;
}

.center{
text-align: center;
    display: block;
    margin-top: 20px;	
}

h1,h2{
	font-family: adobe-garamond-pro, serif;
}

body{
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif!important;
}

.main{
	padding:0!important;
}
#header-container{
   padding: 10px 0 0!important;
    margin: 0 auto!important;
    overflow: hidden!important;
    position: relative!important;
    display: block!important;
    width: 100%!important;
    color: #000!important;
	background:none!important;
    left: 50%!important;
    transform: translate(-50%, -50%)!important;
    -webkit-transform: translate(-50%, 0%)!important;
    -ms-transform: translate(-50%, -50%)!important;
	z-index: 1!important;
}


#content{
	width:100%;
	margin: 0 auto;
}
#container{
	background:#fff;
}
.wrap{
	width:100%!important;
	margin:0 auto!important;
}


.content{
margin-top:0;
}

#header-in{
	    padding: 22.5px 40px;
}


.header-container-in.hlt-top-menu{
	display:block!important;
}

.header-container-in.hlt-top-menu .logo-header img{
	max-height:63px;
}

.header-container-in.hlt-top-menu .header {
    width: auto;
    display: inline-block;
    float: left;
}

.navi {
    background: none;
}
.naviue{
	width: 65%;
    float: right;
    text-align: right;
	font-size:140%;
	margin-right:1.7%;
}

.naviue ul{
	padding:0;
}
.naviue ul li{
    list-style: none;
    font-size: 14px;
    display: inline-block;
    margin-left: 22px;
	vertical-align: middle;
	line-height:100%;
}

.naviue ul li a{
	text-decoration:none;
	color:#333;
}

.naviue-child1{
	position:relative;
}


.naviue-child1 a:before {
	font-family: "Font Awesome 5 Free";
	font-weight:normal;
	content: "\f1ea";
	margin-right:6px;
}

.naviue-child1 a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.naviue-child1 a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.naviue-child1 a:hover::after {
  transform: scale(1, 1);
}





.naviue-child2{
}

.naviue-child2 a{
	transition:0.3s;
		border:1px solid #000;
	padding:5px 24px;
}
.naviue-child2 a:hover{
	background:#000;
	color:#fff;
}


.naviue-child2 a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: normal;
	content: "\f0e0";
	margin-right:6px;
}





.naviue-child3{
	font-size:115%!important;
}



.header-container-in.hlt-top-menu .navi {
    width: 65%!important;
    float: right!important;
    margin: 0!important;
    text-align: right!important;
    display: inline-block!important;
}


.navi-in > ul li{
    text-align: center!important;
    width: auto!important;
    margin-left: 0!important;
}

.navi-in a {
font-size: 80%!important;
    padding: 19px 30px!important;
    color: #000!important;
    line-height: 22px!important;
}

.navi-in a:hover{
	background-color: #34557e!important;
    color: #fff!important;
}



/*==================================================
vegas slider
===================================*/
#vegas {
    width: 100%;
    height: 600px;
}






#box1{
	background:url(/wp-content/uploads/2022/09/FUKUOKA0I9A4542-scaled.jpg)no-repeat;
	background-position:center;
	height:100vh;
}

.box1-in{
	    height: 100%;
    background: linear-gradient(45deg, #ffbc00c7, #ff5e00d4);
	    display: flex;
    justify-content: center;
    align-items: center;
	height:100vh;
}

#footer{
	margin-top:0;
}

.footer-bottom {
    padding: 50px 15px 0;
}

.footer-bottom-logo {
    float: none!important;
    bottom: 0!important;
    position: relative!important;
	margin-bottom:30px!important;
}

.footer-bottom-logo img{
	height:60px;
}

.footer-bottom-content {
    float: none;
    text-align: center!important;
    width: 100%;
    position: relative;
}

.navi-footer-in > .menu-footer{
	margin: 0 auto!important;
    max-width: 1000px;
	    justify-content: center!important;
}

.footer-bottom.fnm-text-width .menu-footer li{
	display:inline-block;
}

#navi-footer{
margin-bottom:65px;
}




.copyright{
	font-size:11px;
}

/*固定ページ　共通ヘッダー*/
.page-header{
	width:100%;
	position:relative;
	margin-bottom: /*77px*/0;
}

.page-header-back{
	height:250px;
	width:100%;
}

.page-header-back .mask{
	background:rgba(0,0,0,.4);
	width:100%;
	height:100%;
	display:block;
}

.page-header h1{
    min-width: 686px;
    font-size: 180%;
    font-weight: normal;
    line-height: 100%;
    position: absolute;
    background: #fff;
    padding: 50px 20px 40px;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	font-family: adobe-garamond-pro, serif;
	box-shadow:0 0 3px #ddd;
}

.page-header h1 span{
	display:block;
	font-size:16px;
}

.page-header h1:after{
content: "";
    width: 80px;
    height: 3px;
    background: #34557e;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
/*固定ページ　共通ヘッダー　ここまで*/





/*共通お見積りボトム　common-estimate*/
.common-estimate{
	padding:100px 0;
	background:#fff;
}

.common-estimate-in{
padding: 0 70px;
	overflow:hidden;
	position:relative;
	max-width:1100px;
margin:0 auto;
	background:#fff;
}
.common-estimate-in h2{
	font-size:180%;
	text-align:center;
	margin-bottom: 60px;
	position:relative;
	font-weight:normal;
}

.common-estimate-in h2:before {
content: '';
    position: absolute;
    bottom: -16px;
    display: inline-block;
    width: 69px;
    height: 2px;
    left: 0;
    background-color: #000;
    border-radius: 4px;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


.common-estimate-in h2 span{
	display:inline-block;
}

.common-estimate-left{
    width: 50%;
	display:inline-block;
    font-size: 16px;
	    padding: 0 30px 0px 0;
	float:left;
	background:#fff;
}


.common-estimate-left h3{
	font-size:135%;
	color:#275395;
	font-weight:normal;
}


.common-estimate-right{
	display: inline-block;
    width: 50%;
}


.button18 a {
	margin-top:35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    width: 290px;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #000;
    transition: 0.3s;
	text-decoration:none;
	font-weight:normal;
}

.button18 a::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: 2em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 1px;
  background-color: #333;
  transition: 0.3s;
}

.button18 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
  width: 42px;
  height: 1px;
  background-color: #333;
  transition: 0.3s;
}

.button18 a:hover {
  text-decoration: none;
  background-color: #fff;
}

.button18 a:hover::before,
.button18 a:hover::after {
  right: 1.5em;
}

/*共通お見積りボトム　common-estimate ここまで*/





/*  共通エリア　common　*/

.common-area{
	background: rgb(24 71 122 / 40%);
}

.common-area-in{
/*	    max-width: 1030px;*/
    margin: 0 auto;
	position:relative;
	overflow:hidden;
}

.common-box{
	width:50%;
	float:left;
    text-align: center;
}

.common-mask{
	padding: 72px 20px 60px;
	background: rgb(24 71 122 / 40%);
}

.common-box .front-sec-title{
	color:#fff;
	margin-bottom:0;
	padding-bottom:0;
}


.common-contact{
	background:url(/wp-content/uploads/2022/11/contact-small.jpg);
	background-size:cover;
	background-position:center;
}

.common-about{
	background:url(/wp-content/uploads/2022/11/office-small.jpg);
background-size: auto 715px;
    background-position: 20%;
}

.common-area .products-button{
    color: #000;
    border-color: #fff!important;
    background: #fff;
}

.common-area .products-button:hover{
	border:1px solid #34557e!important;
}


/*  共通エリア　commonここまで　*/


/*トップページ*/

.front-header{
background: url(/wp-content/uploads/2022/11/fukuoka-kuusatsu.jpg);
	/*background:url(/wp-content/uploads/2025/08/mv.webp);*/
    height: 60vh;
    min-height: 400px;
    background-size: cover;
    background-position: bottom;
}

.front-header-in{
	position:relative;
	height:100%;
	background:rgb(26 59 94 / 40%);
}



.front-header-in h1{
position: absolute;
    color: #fff;
    font-weight: normal;
    font-size: 185%;
    line-height: 127%;
    border-left: 1px solid #fff;
padding-left: 17px;
    max-width: 455px;
    top: 37%;
    right: 150px;
}
.front-header-in h1 span{
	display: block;
    font-size: 80%;

}


/*お知らせ一覧*/
#section-news{
margin:0 auto;
    overflow: auto;
    padding: 50px 30px;
    background: #fff;
	background:url(/wp-content/uploads/2022/07/gray_bg_pc.png);
	    background-position: left;
}


.newslist{
overflow:hidden;
	width:100%;
	position:relative;
	max-width:1030px;
	margin:0 auto;

}

.newslist h2{
	display:block;
    position:relative;
    color: #34557e;
	    width: 15%;
    font-size: 23px;
    display: inline-block;
	font-family:"Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	float:left;
	    overflow-wrap: normal;
}




.infobutton{
display: block;
    width: 100%;
    max-width: 1030px;
    text-align: right;
    padding: 0;
    background: none;
    color:#69a6d1;
    text-decoration: none;
    font-weight: normal;
    margin: 0 auto 0;
    transition: 0.5s;
}
.infobutton:hover{
	color:#155989;
}


.newslist table{
    margin-left: 5%;
	margin-bottom:0;
    font-size: 88%;
    width: 80%;
	display: inline-block;
}


.newslist table tr{
border-bottom: 3px solid #f5f5f5;
	padding:10px 0;
	height: 46px;
}

.newslist table tr:last-child{
	padding-top:0;
}

.newslist table th{
	width: 9%;
    font-weight: normal;
    padding: 0 10px 0 0;
    border: none;
    background: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
	text-align:left;
}
.newslist table th::after{
	content:"|";
		padding-left:40px;
	color:#bdbdbd;
}


.newslist table td{
	border:none;
	background: #fff;
	padding: 0 10px 0 15px
		
}

.newslist table td a{
	color:#69a6d1;
	text-decoration:none;
	position:relative;
	width: 100%;
    display: inline-block;
	transition:0.4s;
}

.newslist table td a:hover{
color:#155989;
}

.newslist table td a:after{
 font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    position: absolute;
	right:0;
}


.newslist .pagenation{
	margin-top:17px;
	text-align:center;
}


.newslist .pagenation .page-numbers{
	margin:0;
	    border-radius: 50%;
    font-size: 13px;
}


.newslist .pagenation span.current{
	background:#e2f3f9;
}

.page-numbers {
    height: 35px;
    width: 35px;
    line-height: 35px;
}



/*お知らせ一覧ここまで*/

/*お知らせ投稿ページ*/



.post-template-default .article{
	max-width:950px;
}
.post-template-default .entry-title{
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif!important;
	padding-left:0;
}


/*お知らせ投稿ページ*/





/*section-products*/

.front-sec-title{
    font-family: adobe-garamond-pro, serif;
    text-align: center;
    font-size: 32px;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 22px;
}
.front-sec-title span{
	font-weight:normal;
	font-size:18px;
	display:block;
}

.front-sec-title:after {
    content: "";
    width: 57px;
    height: 1px;
    background: #34557e;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


.section-products{
    padding: 40px 0 100px;
    background: url(/wp-content/uploads/2022/11/products-image2-small.png);
    background-size: 320px;
    background-position: 36% 40%;
    background-repeat: no-repeat;
}


.section-products-in{
	max-width: 1150px;
	padding:0 20px;
    margin: 0 auto;
	overflow:hidden;
}

.section-products .front-sec-title{
width: 39%;
    display: inline-block;
    float: left;
    margin-top: 4%;
    text-align: left;
	font-size:36px;
}

.section-products .front-sec-title:after {
	    left: 55px;
    width: 110px;
}


.products-box-out{
width: 56%;
    float: right;
    display: flex;
    flex-wrap: wrap;
	
}




.products-box{
width: 49%;
    margin: 8px 1% 0 0;
    display: inline-block;
    background: #f9f9f98c;
    padding: 18px 29px;
    border: 1px solid #ddd;
}


.products-box h3{
    padding-left: 15px;
    line-height: 140%;
    font-weight: bold;
    font-size: 16px;
    display: block;
    color: #34557e;
    padding-left: 26px;
    position: relative;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
	font-weight:normal;
}


.products-box h3:before{
 font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0ad";
    font-size: 100%;
    position: absolute;
	left:0;
}

.products-box p{
	font-size:14px
}

.products-button-out{
	text-align:left;
	width:100%;
}
.products-button{
	width:auto;
    margin: 40px 0 10px;
	border:1px solid #34557e!important;
	border-radius: 23px;
	
}
.products-button::before{
	background:#344b8b!important;
}

/*section-products ここまで*/

/* service-products*/

.service-products{
	padding: 100px 0 80px;
    background: #eff4fd;
}

.service-products-in{
overflow:hidden;
	position:relative;
	max-width: 1030px;
    margin: 0 auto;
}

	.service-viewmore{
	position: absolute;
    top: 0;
    right: 0;
    text-decoration: none;
    color: #000;
    border: 1px solid #000;
    padding: 5px 25px;
    background: rgba(255,255,255,.4);
		transition:0.4s;
}

	.service-viewmore:hover{
		background:#fff;
		color:#333;
}



.s-box{
    width: 49%;
    margin: 0.5%;
    display: inline-block;
    float: left;
    height: auto;
	background:#fff;
}

.s-box a{
	text-decoration:none;
	color:#000;
}
.s-box a:hover{
	color:#000;
}





.s-box-image{
    height: 280px;
	overflow:hidden;
}

.s-box-image:before{
content: "";
    color: #fff;
    padding-top: 120px;
    text-align: center;
    width: 100%;
    height: 280px;
    display: inline-block;
    transition: 0.4s;
    font-size: 25px;
}

.s-box1-image{
    background: url(/wp-content/uploads/2022/12/03AEC136-C49C-4F00-8A4C-5CE7286761DF-scaled.jpeg);
	    background-size: cover;
    background-position: center;
}

.s-box2-image{
    background: url(/wp-content/uploads/2022/12/assyuku-rotated.jpg);
	    background-size: cover;
    background-position: center;
	position:relative;
}

.s-box3-image{
    background: url(/wp-content/uploads/2022/12/seikaju-small.jpg);
	    background-size: cover;
    background-position: center;
}

.s-box4-image{
    background: url(/wp-content/uploads/2022/12/testpeace-small.jpg);
	    background-size: cover;
    background-position: center;
}

.s-box h3{
font-size: 97%;
    padding: 0 0 0 20px;
    line-height: 105%;
    position: relative;
    width: 100%;
}

.s-box-text{
    padding-right: 68px;
    position: relative;
    padding-bottom: 0;
    min-height: 97px;
    display: flex;
    width: 100%;
    align-items: center;
}
.s-box-text p{
	padding: 0 15px 10px;
	position:relative;
		font-size: 14px;
}

.s-box-text h3:before,
.s-box-text p:before {
content: '';
    width: 20px;
    height: 20px;
    border: 0;
    border-top: solid 2px #c1c1c1;
    border-right: solid 2px #c1c1c1;
    position: absolute;
    top: 55%;
    right: -28px;
    margin-top: -16px;
    transform: rotate(45deg);
	transition:0.4s;
	font-size: 26px;
}

.s-box a:hover .s-box-text h3:before,
.s-box a:hover .s-box-text p:before{
    right: -33px;
	border-color:#000;
}

.s-box a:hover .s-box-image:before{
    background: #0000004d;
    content: "VIEW MORE";
}

/*service-productsここまで*/



/*estimaten-products*/

.estimaten-products{
	padding:100px 0;
}

.estimaten-products-in{
max-width:1030px;
	margin:0 auto;
	
}


.estimate-box{
    position: relative;
    overflow: hidden;
        height: 474px;
	color:#fff;
}

.estimate-box-image{
width: 53%;
    height: 374px;
    position: absolute;
    top: 100px;
    right: 0;
    background: url(/wp-content/uploads/2022/11/estimate-small.jpg);
    background-size: cover;
    background-position: center;
}

.estimate-box-text{
	width:55%;
	min-height:400px;
	position:absolute;
	top:0;
	left:0;
	background:#344b8b;
	padding: 60px;
}

.estimate-box-text .front-sec-title{
	    font-size: 36px;
    line-height: 103%;
    margin: 0;
    text-align: left;
    padding: 0;
	margin-bottom:25px;
}

.estimate-box-text .front-sec-title span{
	font-size:16px;
}

.estimate-box-text .front-sec-title:after{
	height: 2px;
    background: #fff;
	left:30px;
}

.estimate-box-text .button18 a{
	
}
.estimate-box-text p{
 font-size: 13px;
}
/*estimaten-products ここまで*/








/*トップページ　ここまで*/




/* 会社概要*/
.aboutus-page{
	background:#f7f5f5;
}

.aboutus-page .page-header-back{
	background:url(/wp-content/uploads/2022/11/office-small.jpg);
	background-size:cover;
    background-position: 0 85%;
}

.about-sec1{
	padding:200px 0 200px;
	background: url(/wp-content/uploads/2022/11/aisome-sagyou.png);
    background-repeat: no-repeat;
    background-size: auto 70%;
    background-position: 85% 75%;
}

.aboutus-sec1-in{
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
}
.about-sec1-left{
    font-size: 16px;
    width: 60%;
    padding: 70px 50px;
    display: inline-block;
    /*background: rgba(255,255,255,.5);*/
	    background: rgb(28 44 116 / 89%);
    color: #fff;
}

.about-sec1-left p{
	line-height:200%;
		font-family:hiragino kakugo;
}
.about-sec1-left h2{
	    font-size: 265%;
    line-height: 90%;
    margin-bottom: 25px;
	/*color: #718ae5;*/
	color: #fff;
}
.about-sec1-left h2 span{
display: block;
    font-size: 22px;
	color:#c3c3c3;
}

.about-sec2{
	background:#fff;
	padding:90px 0;
}

.aboutus-sec2-in h2{
    text-align: right;
    width: fit-content;
    font-size: 140%;
    font-weight: normal;
	margin-bottom:40px;
	
}

.aboutus-sec2-in h2 span{
display: block;
    font-size: 160%;
    font-weight: normal;
    border-bottom: 1px solid #000;
    width: fit-content;
    padding-left: 165px;
}



/*概要欄*/


.gaiyou-left{
	width:50%;
	display:inline-block;
	position:relative;
	overflow:hidden;
	min-height:599px;
}

table.gaiyou{
	border:none;
	font-size:90%;
	width:100%;
}

table.gaiyou:nth-child(1) {
	border-top: 1px solid #e3e3e3;
}

table.gaiyou th,table.gaiyou td{
	border:none;
	border-bottom:1px solid #e3e3e3;
}
table.gaiyou th{
background:none;	
	padding:25px 40px;	
	vertical-align: top;
	text-align:right;
	
}

table.gaiyou td{
	text-align:left;
	background:none;	
	padding:25px 30px 25px 20px;
}
table.gaiyou tr:nth-of-type(2n+1),
table.gaiyou tr:nth-of-type(2n+1){
	background:none;
}


table.enkaku td,
table.enkaku th{
	padding:10px!important;
	border-bottom:1px dotted #c9c9c9;
}

table.enkaku th{
	width:20%;
}

table.gaiyou td ul{
	padding-left:0;
}
table.gaiyou td ul li{
	list-style:none;
}
/*概要欄*/


/*グーグルマップ gmap**/
.gmap {
    width: 50%;
    display: inline-block;
	float:right;
	height:794.3px;
}
/*グーグルマップ gmapここまで**/






.aboutus-sec3-in{
	    overflow: hidden;
    max-width: 1180px;
    margin: 0 auto;
	padding: 100px 0;
}



.aboutus-sec3-in h2{
text-align: center;
    font-size: 170%;
    color: #000;
    margin-bottom: 30px;
}

.aboutus-sec3-in h2 span{
display: block;
    background: none;
    margin: 0 auto;
	    font-size: 18px;
    font-weight: normal;
}


	.about-sec3-box-out{
		overflow:hidden;
	}


.about-sec3-box{
    text-align: left;
    display: inline-block;
    position: relative;
    width: 24%;
    float: left;
    padding: 25px 20px;
    margin: 0.5%;
    background: #fff;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	min-height: 157px;
}

.about-sec3-box p{
	font-size:14px
		
}

.about-sec3-box .icon{
position: absolute;
    top: 35px;
    right: 35px;
    width: 40px;
}


.about-sec3-box h3{
    margin-bottom: 10px;
    color: #34557e;
    line-height: 145%;
    font-size: 16px;
}

.leftright-area{
margin-top:60px;
}

.leftright-box{
    text-align: center;
    clear: both;
	margin-bottom:0;
}

.aboutus-sec3-in .leftrightbutton,
.aboutus-sec3-in .products-button{
	margin:0;
}




/*ボタンエフェクト*/


.leftrightbutton,
.products-button{
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0.4em 4em;
    border: 1px solid #999;
    color: #333;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    transition: .3s;
	overflow:hidden;
margin: 15px 0 40px;
}

.leftrightbutton01::before,
.products-button::before{
    right: auto;
    bottom: auto;
    width: 120%;
    height: 100%;
    transform-origin: right top;
    transform: skewX(-30deg) scale(0, 1);
}
.leftrightbutton::before,
.products-button::before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    transition: transform .3s;
}


.leftrightbutton:hover,
.products-button:hover{
    color: #fff;
}
.leftrightbutton01:hover::before,
.products-button:hover::before{
    transform-origin: left top;
    transform: skewX(-30deg) scale(1, 1);
}

.leftrightbutton::before,
.products-button::before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: #344b8b;
    transition: transform .3s;
}



/*ボタンエフェクト*/





/*会社概要　ここまで*/


/*　お問い合わせページ　*/


.contact-page{
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif!important;
}

.contact-page .page-header-back{
	background:url(/wp-content/uploads/2022/11/contact-small.jpg);
	background-size: cover;
    background-position: center;
}



.contact-page{
background:#f7f5f5;
	padding-bottom:10px;
}


.contact-page-in{
	    padding: 70px;
	padding-bottom:0;
    background: #fff;
    max-width: 1140px;
    margin: 0 auto;
    border-radius: 10px;
    margin-bottom: 100px;
	margin-top:144px;
}

.contact-top{
	margin: 20px 0;
    text-align: center;
    font-size: 15px;
}

table th, table td{
	border:none;
}

/*ーーーーーーーーーーーーーーーー*/
/*　　MW WP Formカスタマイズ　　*/
/*ーーーーーーーーーーーーーーーー*/



.mw_wp_form input[type="email"],
.mw_wp_form input[type="tel"],
.mw_wp_form input[type="text"],
.mw_wp_form textarea {
    padding: 6px 10px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    font-size: 15px;
    border: 1px solid #ccc;
}

.mw_wp_form select {
    display: block;
    position: relative;
    width: 80%;
    height: 38px;
    font-size: 14px;
    font-size: 0.9rem;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    padding: 0 10px;
}

.mw_wp_form selectt:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    pointer-events: none;
}


/*――――「表」デザイン――――*/

.cform th {
font-size: 15px;
    width: 33%;
    border-bottom: solid 1px #d6d6d6;
    padding: 30px 79px 30px 0;
    font-weight: normal;
    color: #333;
    background: rgba(255,255,255,.86);
    position: relative;
    text-align: right;
}


.cform td {
	font-size: 15px;
	line-height: 200%;
	border-bottom: solid 1px #d6d6d6;
	padding: 30px 0px 30px 32px;
	color:#333;
	background:rgba(255,255,255,.86);
	text-align:left;
}


/*―――――表示―――――*/

.cform {
	width: 94%;
	margin: auto;
}


.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 100%;
}





/*――「送信ボタン」デザイン――*/

.submit-btn input {
background-color:#0d4da3!important;
border:0!important;
color:#fff!important;
font-size:1.3em!important;
font-weight:bolder!important;
margin:30px auto 0!important;
padding: 10px 35px!important;
border-radius: 3px!important;
cursor: pointer!important;
text-align:center!important;
width:250px!important;
max-width:1000px!important;
		transition: .5s!important;
}

.submit-btn {
text-align:center;
margin-top:20px;
　cursor: pointer;
}

.submit-btn input:hover {
background:#1B70E1;
	color: #FFFFFF;
　cursor: pointer;
}


input[type='submit']{
	    margin-top: 20px!important;
    width: 250px!important;
}


/*―――「必須」デザイン―――*/
.required-srt {
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 5px;
    margin-right: 10px;
    background: #999;
    color: #ffffff;
    position: absolute;
    right: 3px;
    font-weight: normal;
}




.contact-page table{
	width:100%;
	border:none;
}

.contact-page table tr:nth-of-type(2n+1){
	background:none;
}


.contact-page table td #nen{
	width:100px;
}

.contact-page table td #tsuki,
.contact-page table td #hi{
	width:50px;
}

.contact-privacy{
	text-align:center;
}
.contact-privacy a{
margin: 20px auto;
    display: inline-block;
    text-decoration: none;
}

.cform textarea{
	max-width:682px;
}

.center a{
font-size:13px;
text-decoration:none;
	transition:0.4s;
}

.center a:hover{
	color:#999;
}

.post-date{
	display:none;
}


.grecaptcha-badge{
/*bottom: 100px  !important;*/
	opacity:0;
}


.mwform-tel-field input[type="text"]{
	max-width:110px;
}

/*お問い合わせページ　ここまで*/






/*お見積フォームページ　*/
.estimate-page{
	padding:0 ;
	margin:0 auto;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif!important;
	background:#f7f5f5;
}



.estimate-title{
	background:url(/wp-content/uploads/2022/10/kuusatsu.jpg);
	background-size:cover;
	background-position: 50% 50%;	
	background-attachment: fixed;
}


.estimate-title-in{
width: 100%;
    text-align: center;
    padding: 80px 20px 70px;
    font-size: 200%;
	line-height:115%;
	font-weight:normal;
	font-family: adobe-garamond-pro, serif;
	color:#fff;
	background:rgba(0,0,0,.4);
}

.estimate-page .page-header-back{
		background:url(/wp-content/uploads/2022/11/estimate-small.jpg);
	background-size: cover;
    background-position: center;
}

.estimate-title-in span{
	display:block;
	font-size:55%;
}



.estimate-des{
}

.estimate-des-in{
max-width: 1200px;
    max-width: 1240px;
    margin: 0 auto;
        padding: 182px 20px 40px;
    text-align: center;
}







.estimate-1200{
	padding: 70px 0 30px;
    background: #fff;
}
.estimate-1200-in{
	max-width:1240px;
	margin: 0 auto;
	padding:0 20px;
}
.estimate-1200 h3,
.wq-Form .wq-Monitor:before,
.wq-Form .wq-Attributes:before{
	font-size: 23px!important;
    border-left: 5px solid #000;
    padding-left: 20px;
    line-height: 230%;
    font-weight: bold;
}

.estimate-1200 h3 span{
	display:inline-block;
}

.estimate-1200 h3 .small-text{
	display: block;
    font-size: 80%;
    color: #424242;
    font-weight: normal;
    line-height: 100%;
    padding-bottom: 10px;
}


/*お見積フォームページ　ここまで*/



/*サンキューページ*/

.thanks-page {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    text-align: center;
    padding: 140px 15px  10px;
}
.thanks-page p {
    font-size: 16px;
    margin-bottom: 30px;
}


.mailotoibox p,
.telotoibox p{
margin:0;
}

.mailotoibox a,
.telotoibox a{
font-size: 150%;
    text-decoration: none;
}

.mailotoibox,
.telotoibox{
    max-width: 400px;
    margin: 0 auto 30px;
    padding: 30px 50px;
    background: #f5f5f5;
}

/*サンキューページ　ここまで*/


















/*事業内容*/
.service-page{
	background:#f7f5f5;
}
.service-page .page-header-back{
	background:url(/wp-content/uploads/2023/01/genba-small.jpg);
	background-size: cover;
    background-position: bottom;
}


.service-sec1{
	padding:180px 15px 100px;
}
.service-sec1-in{
    max-width: 1030px;
    margin: 0 auto;
	text-align:center;
}

.service-sec2{
	background:url(/wp-content/uploads/2022/11/uekaramachi-rotated.jpg)no-repeat;
background-size: auto 78%;
    background-position: 0 87px;
    padding: 0;
}


.service-sec2-in{
	overflow:hidden;
	text-align:right;
	max-width:1300px;
	margin:0 auto;
	padding-right:15px;
}

.service-sec2-box{
padding: 60px 40px;
    width: 70%;
    display: inline-block;
    margin-bottom: 25px;
    background: #fff;
	position:relative;
	text-align:left;
	min-height: 300px;
}

.service-sec2-box:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:40px;
	height:40px;
    border-top: 2px solid #555;
    border-left: 2px solid #555;
}

.service-sec2-box:after{
	content:"";
	position:absolute;
	bottom:0;
	right:0;
	width:40px;
	height:40px;
    border-bottom: 2px solid #555;
    border-right: 2px solid #555;
}



.service-sec2-box h2{
	font-size:120%;
	margin-bottom:20px;
	position:relative;
    padding-left: 65px;
}
.number{
	    position: absolute;
    font-family: adobe-garamond-pro, serif;
	top: 30px;
}
.number span{
    font-size: 162%;
    line-height: 100%;
    letter-spacing: normal;
    font-weight: bold;
    display: block;
    position: relative;
	margin-top: 5px;
}

.number span:before{
content: "";
    width: 30px;
    height: 1px;
    background: #000;
    top: -9px;
    left: 1px;
    display: inline-block;
    position: absolute;
}





.service-text{
	    font-size: 15px;
    display: inline-block;
    padding-left: 180px;
	position:relative;
}

.service-text:before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 140px;
	opacity:0.9;
}


.service-sec2-box1 .service-text:before{
	background:url(/wp-content/uploads/2022/11/shovel-icon.png);
	background-size:cover;
	background-position:center;
}

.service-sec2-box2 .service-text:before{
	background:url(/wp-content/uploads/2022/11/factory-icon.png);
	background-size:cover;
	background-position:center;
}

.service-sec2-box3 .service-text:before{
	background:url(/wp-content/uploads/2022/11/human-icon.png);
	background-size:cover;
	background-position:center;
}

.service-sec2-box4 .service-text:before{
	background:url(/wp-content/uploads/2022/11/neko-icon.png);
	background-size:cover;
	background-position:center;
}



.service-sec2 .leftright-box{
	margin-bottom:80px;
}

.work{
	overflow:hidden;
	position:relative;
	max-width:1100px;
	margin:80px auto 50px;
}

.work-box{
	width:100%;
}
.work-box-img{
	height:500px;
	width:50%;
		float:left;
	display:inline-block;
}
.work-box1-img{
	background:url(/wp-content/uploads/2022/12/IMG_1859-rotated.jpg);
	background-position:center;
	background-size:cover;
}
.work-box2-img{
	background:url(/wp-content/uploads/2022/12/IMG_1796-rotated.jpg);
	background-position:center;
	background-size:cover;	
}
.work-box3-img{
	background:url();
	background-position:center;
	background-size:cover;	
}


/*事業内容 ここまで*/



/*お知らせ一覧ページ*/
.infomation-page{

}

.infomation-page .page-header-back{
	background:url(/wp-content/uploads/2022/11/concrete-small.jpg);
	background-size:cover;
}


.information-page-in{
	margin-top:110px;
}







.infomation-page .newslist table{
	text-align:left;
	margin-left:0;
	width:100%;
}

.infomation-page .newslist table tbody{
	display: block;
    width: 100%;
}

.infomation-page #section-news {
    margin: 0 auto;
    overflow: auto;
    padding: 45px 11vw;
    background: #fff;
	background: none;
}

.infomation-page .newslist table th {
    padding: 0 0 0 15px;
    border: none;
    background: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    display: inline-block;
    width: 100%;
	font-size:19px;
}
.infomation-page .newslist table td {
    border: none;
    background: none;
    padding: 10px 10px 10px 15px;
    display: block;
	font-size:14px;
}

.infomation-page .newslist table td a:after{
	content: "";
}

.infomation-page .newslist h2{
	font-family:"Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.infomation-page .newslist h2:after {
    top: 33%;
}

.newslist table th::after {
    content:none;
}


.infomation-page .newslist table th span{
    background: #34557e;
    color: #fff;
    padding: 6px 15px;
    font-size: 13px;
    border-radius: 0;
    margin-left: 15px;
    font-weight: normal;
}


.infomation-page .newslist table td .tuduki{
    font-size: 17px;
    position: absolute;
    right: 32px;
    width: auto;
    bottom: 9px;
    text-align: right;
    padding-left: 32px;
    display: inline-block;
}
.infomation-page .newslist table td .tuduki:before{
    content: "";
    margin: auto;
    position: absolute;
    top: -3px;
    bottom: 0;
    left: 2px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
}



.infomation-page .newslist table td a {
    font-size: 20px;
    font-weight: normal;
	color:#34557e;
}

.infomation-page .newslist table td a:hover {
	color:#69a6d1;
}

.infomation-page .newslist table tr {
    border-bottom: 3px solid #f5f5f5;
    margin: 0;
    padding: 20px;
    display: block;
	position:relative;
	min-height: 178px;
	height:auto;
}


.infomation-page p{
font-size: 13px;
    display: block;
	margin-bottom:10px;
}

.next,
.prev{
	display:none;
}
.page-numbers{
	transition:0.4s;
}
a.page-numbers:hover{
			background:#69a6d1;
	color:#fff;
}

.navi-footer-in > .menu-footer li.menu-item{
	border-bottom:none;
	margin:0;
}

.navi-footer-in > .menu-footer li.menu-item a{
padding:5px 15px!important;
}
/*お知らせ一覧ページ　ここまで*/




/*お知らせ投稿記事ページ*/

.entry-content{
	font-size:15px;
}

.article {
    margin-bottom: 0;
    max-width: 1060px;
    margin: 0 auto;
    padding: 50px 15px;
}

.cat-link{
	display:none;
}

.pager-post-navi a figure,
.footer-meta{
display:none;
}

.under-entry-content{
	    max-width: 1030px;
    margin: 0 auto;
	
}
/*お知らせ投稿記事ページ ここまで*/



/***プライバシーポリシー*****/


.policy{
max-width: 1060px;
    margin: 50px auto 150px;
    font-size: 84%;
    padding: 15px;
   /* border: 1px solid #ddd;*/
    border-radius: 50px;
}

.policy h2{
font-size: 200%;
    font-weight: bold;
    border-left: 5px solid #79A6C8;
    padding-left: 16px;
    line-height: 150%;
    margin-bottom: 40px;
	margin-top:20px;
}
.policy h2 span{
	font-size:56%;
	display:block;
	line-height: 150%;
}

.policy h3{
margin: 30px 0 15px;
    border-bottom: 1px solid #000;
}

	
.policy ul {
  counter-reset: count 0;
		list-style-type:none;
	padding-left:20px;
}
.policy ul li:before {
  content: counter(count) ". ";
  counter-increment: count 1;

}


/***プライバシーポリシー　end*****/



	/**取扱商品　**/

.products-page .page-header-back{
	background:url(/wp-content/uploads/2022/11/genba-small.jpg);
	background-size:cover;
	    background-position: 0 66%;
}


.products-page{
	background:#f7f5f5;
}


.products-page-in{
}
	
.products-list-box{
background: #fff;
    padding: 30px;
	padding-bottom:5px;
    overflow: hidden;
    position: relative;
    max-width: 1030px;
    margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
}

.products__article{
overflow: hidden;
    min-height: 160px;
    margin-bottom: 20px;
    padding: 0 8px 10px;
    border-bottom: 2px solid #f7f5f5;
	position:relative;
	width:25%;
	float:left;
}

.products-image{
width: 100%;
    display: block;
    min-height: 150px;
    overflow: hidden;
}
.products-image a{
    display: inline-block;
    height: 169.88px;
    width: 100%;
}

.products-image a img{
height: 100%;
    width: 100%;
    object-fit: cover;
}



.products-text{
    display: block;
    width: 100%;
    font-size: 12px;
    padding: 0;
    line-height: 150%;
    min-height: 0;
}



.products-text h3{
    line-height: 137%;
	padding:4px 8px 5px 0;
    margin-bottom: 0;
	font-size:123%;
}

.maker{
	font-size:11px;
	color:#84a8df;
	margin-bottom:6px;
	display:block;
}
.products-title-mobile{
	display:none;
}

.products-text dl{
	overflow:hidden;
}

.products-text dl dt,
.products-text dl dd{
margin-bottom:5px;
}

.products-text dl dt{
background: #84a8df;
    padding: 4px 7px;
    font-size: 11px;
    color: #fff;
    margin-right: 1%;
    border-radius: 5px;
    display: inline-block;
    line-height: 100%;
    text-align: center;
	float:left;
}
.products-text dl dd{
width:100%;
    display: inline-block;
}

.pagenation_page{
	margin-top:15px;
}





/*モーダルcss*/
#grayDisplay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* コンテンツ全てに対して固定的に 1160pxとか指定されているときの対応で、
  ダサいが!importantつける */
  max-width: 100% !important;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

#grayDisplay img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  height: 90%;
  object-fit: contain;
}





/*タブメニュー*/
/*tabの形状*/
.tab{
	padding:0;
  display: flex;
  flex-wrap: wrap;
	background:#f5f5f5;
}

.tab li{
width: 25%;
    margin: 0;
    margin-bottom: 4px;
    display: inline-block;
}

.tab li a{
  display: block;
  background:#fff;
  margin:0 2px;
  padding:10px 20px;
	transition:0.5s;
	font-size:14px;
	color:#333;
}

.tab li a:hover{
	color:#84a8df;
}

.tab li:nth-child(5) a,
.tab li:first-child a{
	margin-left:0;
}
/*liにactiveクラスがついた時の形状*/
.tab li.active a{
  background:#ddd;
}


/*エリアの表示非表示と形状*/
.area {
  display: none;/*はじめは非表示*/
  opacity: 1;/*透過0*/
  background: #fff;
/*  padding:50px 20px;*/
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
   /* animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;*/
}
/*
@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
*/


/*========= レイアウトのためのCSS ===============*/


.wrapper{
	background:#fff;
	    max-width: 1030px;
    margin: 170px auto 150px;
}

ul{
  list-style:none;
}

a{
  color:#333;
  text-decoration: none;
}


.area h2{
font-size: 1.3rem;
    margin: 60px 0 40px;
    text-align: center;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif!important;
}

.area li{
  /*padding: 10px; */
  border-bottom: 1px solid #ddd;
}




/*タブメニューここまで*/



.shiken-list{
	width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
	padding:0;
}

.shiken-list li{
display: inline-block;
    width: 49%;
    text-align: center;
    padding: 15px;
    border: 1px solid #bcd3dd;
    margin: 0.5%;
    background: #f2fbff;
	font-size:15px;
}


.kousei{
	display:block;
	text-align:center;
	margin-bottom:50px;
}




.contact-info-area{
	width: 100%;
    text-align: center;
    margin: 30px 0;
    background: #4f88cf;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 45px 15px;
}

.contact-info-link{
	    background: #fff;
    padding: 15px 50px;
    margin-top: 8px;
    display: inline-block;
    border-radius: 30px;
	transition:0.3s;
}

.contact-info-link:hover{
	color:#4f88cf;
}

	/**取扱商品　ここまで**/




































/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
	
	body{
	margin-top:0!important;
	}
	
	.content {
    margin-top: 0;
}
	
	.header-container-in.hlt-top-menu .header{
		width:100%;
	}	
	
	.naviue{
		display:none;
	}
	
	
	#header-in {
    padding: 0;
}
	
	.mobile-menu-buttons{
		min-height:47px!important;
	}
	#header-container{
		display:none!important;
	}
	
	.mobile-header-menu-buttons{
		padding:5px;
	}
	
	.logo-menu-button img{
margin: 3px 12px!important;
    height: 38px!important;

	}
	
	main.main, div.sidebar{
		padding:0;
	}
	
	/*vegas slider*/
		#vegas {
    height: 100vh;
}/*vegas slider end*/
	
	
	
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	
	
	
	
	/*固定ページ　共通ヘッダー　スマホ*/
	.page-header{
		margin-bottom:35px;
}
.page-header h1{
    width: 100%;
    min-width: 0;
    font-size: 180%;
    position: absolute;
    background: rgba(255,255,255,.7);
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
top: 0;
    height: 100%;
	padding: 125px 20px;
}


/*固定ページ　共通ヘッダー　スマホ　ここまで*/

	
	
	/*共通エリア common-estimateスマホ*/
	.common-estimate-in {
    padding: 30px 25px;
}
	
	.common-estimate {
    padding: 25px 0 50px;
}

.common-estimate-in {
    padding: 30px 13px;
}

.common-estimate-right {
    width: 100%;
}

.common-estimate-left {
    width: 100%;
    display: block;
    font-size: 14px;
    padding: 0;
    float: none;
    background: #fff;
}

.common-estimate-left h3{
    font-weight: bold;
    margin: 3px 0;
}

.common-estimate-left .button18{
text-align:center;
}

.common-estimate-left .button18 a{
display:inline-block;
text-align: left;
}
	
	
	
	
	
	
		/*共通エリア common-estimateスマホ　ここまで*/
	
	
	
	
	
	
	/*  トップページ　*/
	
	
	.front-header {
    height: 50vh;
	}
	.front-header-in h1{
position: relative;
    right: 0;
    width: 97%;
    margin: 0 0 0 3%;
    font-size: 5.5vw;
    max-width: 100%;
    top: 43%;	
	}
	
	
	
	#section-news{
		padding:50px 15px;
	}
	.newslist h2{
    display: block;
    width: 100%;
}

.newslist table{
width: 100%;
    padding: 0;
    margin: 0;
}

	.newslist table th,
	.newslist table td,
	.newslist table tr,
	.newslist table tbody{
width: 100%;
    display: block;
    padding: 0;
    font-size: 15px;
	}
	
	.newslist table td{
		padding:7px;
	}
	.newslist table tr{
		margin-bottom:10px;
		height:auto;
	}	
	
	.infobutton{
		font-size:15px;
	}
	
	.section-products {
    background-size: 36%;
    background-position: 94% 9%;
}
.section-products .front-sec-title{
        width: 100%;
    line-height: 100%;
    padding-bottom: 4px;
}

	.products-box-out{
		width:100%;
		float:none;
	}
.products-box{
    width: 100%;
    margin:8px 0 0;
}

.products-button-out {
    text-align: center;
}
	
	
	
	.service-products-in .front-sec-title{
		line-height: 100%;
    padding-bottom: 5px;
	}
	
	
	.s-box {
    width: 95%;
    margin: 0 2.5% 19px;

	}
	
	.s-box-text {
		padding: 15px 52px 15px 15px;
	}
	
	.service-products {
    padding: 66px 0 0;
	}
	
	.service-viewmore{
		width: 70%;
    position: relative;
    margin: 20px 15% 130px;
    display: inline-block;
    top: auto;
    text-align: center;
	}
	
	
	
	
	
	
	.estimaten-products{
		padding:0;
	}
	.estimate-box{
		height:auto;
	}
	
	.estimate-box-image,
	.estimate-box-text{
    width: 100%;
    position: relative;
    top: 0;
    height: 200px;
	}
	
	.estimate-box-text{
		padding: 65px 15px 60px;
		height:auto;
	}
	
	.estimate-box-text .front-sec-title{
		text-align:center;
	}
		.estimate-box-text .front-sec-title:after{
		left:50%;
	}
	
	
	.estimate-box-text .button18 a {
    display: block;
    width: 100%;
    max-width: 290px;
    text-align: left;
    font-size: 16px;
    margin: 40px auto 0;
}

	
	.common-box {
    width: 100%;
    float: none;
	}
	
	
	.common-about{
		background-size: 211%;
	}
	
	/*  トップページ　ここまで　*/	
	
	/**会社概要　スマホ**/
	
	.aboutus-page .page-header-back{
	background:url(/wp-content/uploads/2022/11/office-small.jpg);
	background-size:auto 200%;
    background-position: center bottom;
}
	
	.about-sec1-left{
    width: 100%;
    background: none;
    color: #000;
        padding: 36px 15px 60px;
    font-size: 14px;
	}
	
	.about-sec1-left h2{
	color:#344b8b;
	font-weight: normal;
    font-size: 2.3em;
	}

	.about-sec1-left h2 span{
	font-size: 0.6em;
}
	
	.about-sec1 {
    background-size: auto 150px;
    background-position: 95% 0;
		padding: 0;
}
	.about-sec
	
	.about-sec2{
		padding:50px 0 0;
	}
	
	
	.about-sec2 {
    padding: 40px 0 0;
}
	
	.aboutus-sec2-in h2 {
    text-align: center;
    width: 100%;
    font-size: 115%;
	}
	
	.aboutus-sec2-in h2 span {
    width: 82%;
    padding: 0;
    margin: 0 auto;
}
	
	.gaiyou-left {
    width: 100%;
    display: block;
    height: auto;
}
	
	table.gaiyou{
		margin-bottom:0;
	}
	
	table.gaiyou th {
    padding: 25px 0px;
    width: 20%;
	}
	
	.gmap {
    width: 100%;
    display: block;
    float: none;
		height:350px;
}
	
	
	.aboutus-sec3-in{
		padding:100px 0 50px;
	}
	

	
	.about-sec3-box h3{
	position: relative;
    top: 0;
    left: 0;
    background: #344b8b;
    color: #fff;
    font-weight: normal;
    padding: 14px 18px;
    font-size: 15px;	
		text-align:center;
		margin:0;
	}
	
	.about-sec3-box {
    display: block;
    width: 97%;
    float: none;
        padding: 0;
    margin: 0 auto 30px;
		min-height:0;

	}
	
	.about-sec3-box p {
		padding:15px 0;
    font-size: 13px;
	text-align:center;
		
}
	.leftright-area {
    margin-top: 19px;
}
	
	.leftright-box .leftrightbutton{
		font-size:14px;
	}
	.about-sec3-box .icon {
		display:none;
	}
	
	
	
	
	/**会社概要　スマホここまで**/
	
	/**事業内容　スマホ**/

	
	.service-sec1{
		  padding: 30px 15px;
	}
	
	.service-sec2{
		background:none;
	}
	
	.service-sec2-in{	
		padding: 0 10px;
		margin-top:35px;
	}
	
	.service-sec2-box{
	width:100%;
		padding: 20px;
		    min-height: auto;
	}
	
	.number{
		    top: 20px;
    left: 25px;
	}
	
	.service-sec2-box h2{
		line-height: 140%;
    font-size: 110%;
		min-height:55px;
	}
	
	.service-text{
		padding:0;
		padding-bottom: 75px;
	}
	.service-text:before {
    bottom: 0;
    right: 0;
		top:auto;
		left:auto;
    width: 70px;
    height: 70px;
	}
	
	
	.work-box-img{
	height:300px;
	}
	
	/**事業内容　スマホここまで**/
	
	/**取扱商品　スマホ**/
	
	
	.wrapper{
		margin-top:35px;
		margin-bottom:0;
	}
	.tab{
		padding:0 0 35px;
	}
	.tab li{
		    width: 49%;
    display: inline-block;
margin: 4px auto;
		text-align:center;
}
	
	.tab li a{
  display: block;
  background:#fff;
  margin:0 2px;
  padding:10px 20px;
		border:1px solid #e1e1e1;
	font-size:12px;
}
	
		.tab li a:hover{
			color:#000;
	}

/*liにactiveクラスがついた時の形状*/
.tab li.active a{
  background:#84a8df;
}
	
	
	
	
	
	
	.shiken-list{
		display:block;
}

.shiken-list li{
display: inline-block;
    width: 100%;
}


	.contact-info-area{
		font-size:16px;
	}
	
	.contact-info-area br{
		display:none;
	}
	
	
	/**取扱商品　スマホここまで**/
	
	/**お問い合わせフォーム　スマホ**/
	.contact-page{
		background:#fff;
	}
		.contact-page-in{
padding:0;
    margin: 0;
    border-radius: 0;
	}
	
	.contact-top{
    text-align: left;
		padding:0 15px;
}
	
	.cform th,
	.cform td {
		width: 100%;
  border:none;
  padding: .7em 0;
		display: block;
		border-top: none;
	}
	
	.cform th{
    background: none;
    color: #000;
    text-align: left;
    padding: 10px 10px 0 10px;
    font-weight: bold;
	}
	
	.required-srt {
    margin-right: 0;
    position: relative;
    margin-left: 10px;
	}
	
	.submit-btn{
		margin-top:0;
	}
	.submit-btn input{
		width: 100%;
    margin: 0;
	}	
	
	
	.mwform-tel-field input[type="text"]{
		width:29%!important;
		max-width:none;
	}

	
	
	/**お問い合わせフォーム　スマホここまで**/
	
		/**会社概要　スマホ**/
	/**会社概要　スマホここまで**/
	



	/**お見積りページ　スマホ***/
	.estimate-page{
	padding:0;
}
	
	
		.estimate-title-in{
margin-top: 57px;
	}
	
	.estimate-title{
		background-attachment: unset;
		background-position: cover;
	}
	
	
	.estimate-des-in{
		margin-top:0;
		font-size: 14px;
		padding:0 15px;
}
	.estimate-des p{
		text-align:left;
}
	.estimate-des h3{
		text-align:center;
	}
	.estimate-des h3:before{
		left: 50%;
		
	}
		
	.estimate-1200{
		padding:60px 0 0;
	}	
	.estimate-1200 h3, .wq-Form .wq-Monitor:before, .wq-Form .wq-Attributes:before {
    font-size: 17px!important;
    padding-left: 17px;
    line-height: 211%;
}
	
	.estimate-1200-in{
		padding:0 8px;
	}
		
	/**お見積りページ　スマホここまで***/
	
	
	/*お知らせ一覧ページスマホ*/
	
		.information-page-in {
    margin-top: 33px;
}
	
	.infomation-page #section-news{
		padding:0 0 25px;
	}
	.infomation-page .newslist table{
		margin-bottom:30px;
	}
	
	.infomation-page .pagenation{
		text-align:center;
	}
	

	.infomation-page .newslist table td {
    padding: 10px 0;
    font-size: 14px;
}
	
		
	.infomation-page .newslist table td a {
    font-size: 16px;
    font-weight: bold;
	}
	
	
	.infomation-page .newslist table th {
    padding: 0;
	}
	.infomation-page .newslist table td .tuduki {
    font-size: 14px;
	}	
	
	/*お知らせ一覧ページスマホ　ここまで*/
	
	
	/*お知らせ記事*/
	
	.article{
		padding-top:100px;
		padding-bottom:0;
	}

	
	.entry-content{
		margin-bottom:0;
	}
	
	/*お知らせ記事　ここまで*/
	
	
	/*取扱商品　スマホ*/	
	
	.products__article{
	padding-top:0;
	width:100%;
		padding:0;
		float:none;
	}
	
	.products-list-box{
    padding: 10px;
    width: 96%;
    margin: 0 2%;
}
	
	


.products-image{
float: left;
    min-height: 0;
    width: 35%;
	border-radius: 0;
	height:auto;
}

	.products-image a{
		width:100%;
		height:auto;
	}
.products-image a img{
min-height: auto;
}
	
	.products-title-mobile{
    display: block;
    border-bottom: 1px solid #406da5;
    border-left: none;
    padding: 0;
    margin-bottom: 12px;
    font-size: 16px;
    position: relative;
    width: 100%;
	}
	
	.products-text h3.products-title{
		display:none;
}



.products-text{
        width: 65%;
    float: right;
    padding: 0 0 0 10px;
    font-size: 12px;
}

	.products-text dl{
		font-size:11px;
	}
.products-text dl dt{
    width: 100%;
    float: none;
    margin-bottom: 4px;
    margin-right: 2%;
    padding: 3px 3px 3px 7px;
    text-align: left;
}

	.products-text dl dd {
    width: 100%;
    display: inline-block;
    float: right;
    margin-bottom: 7px;
}
	
	
	.products-text dl dt.products-description{
    width: 100%;
    text-align: left;
    background: #f3f3f3;
    color: #000;
    padding: 3px 7px;
    border-radius: 0;
}
	
	.products-text dl dd.dddescription{
		width:100%;
		font-size:11px;
		padding-left:4px;
	}
	
		/*取扱商品スマホ　ここまで*/
	
	
/**フッター　スマホ**/	
	
	.footer-bottom{
		padding:50px 0 0 0 ;
	}
	.navi-footer-in > .menu-footer{
	display:block;
}
	
	
	.navi-footer-in > .menu-footer li.menu-item{
	border-bottom:1px solid #f3f3f3;
}
	.navi-footer-in > .menu-footer li.menu-item a{
		padding:5px;
		font-size:13px;
	}
	
	
	/**フッター　スマホ　ここまで**/	
	
	
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}




/***** 取扱商品一覧カード*******/
a.btn7 {
    background: #6bb6ff;
    border-radius: 4px;
    box-shadow: 0 2px 0px 0 rgba(0,0,0,0.25);
    color: #ffffff;
    display: inline-block;
    padding: 6px 30px 6px;
    position: relative;
    text-decoration: none;
    transition: all 0.1s 0s ease-out;
    font-weight: 600;
    letter-spacing: 0.04rem;
}
.no-touch a.btn7:hover {
    background: #00a2ad;
    box-shadow: 0px 8px 2px 0 rgba(0,0,0,0.075);
    transform: translateY(-2px);
    transition: all 0.25s 0s ease-out;
}
.no-touch a.btn7:active, a.btn7:active {
    background: #008a93;
    box-shadow: 0 1px 0px 0 rgba(255,255,255,0.25);
    transform: translate3d(0,1px,0);
    transition: all 0.025s 0s ease-out;
}
ul.cards7 {
    border: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
li.card7 {
    display: inline-block;
    perspective: 1000;
    position: relative;
    text-align: left;
    transition: all 0.3s 0s ease-in;
    width: 24%;
    z-index: 1;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%), 0 2px 3px 0 rgb(0 0 0 / 22%);
    padding: 0;
    cursor: pointer;
    margin-bottom: 25px;
}
li.card7 img {
    width: 100%;
}
li.card7 .card__image-holder {
    background: rgba(0,0,0,0.1);
    height: 0;
    padding-bottom: 57%;
    overflow: hidden;
}
li.card7 .card__image-holder img {
    transition: all 0.1s 0s ease-in;
}
li.card7:hover > .card__image-holder img {
    transform: scale(1.05);
}
li.card7 div.card-title {
    background: #ffffff;
    padding: 8px 18px 14px;
    position: relative;
    z-index: 0;
	height:168px;
}
li.card7 div.card-title a.toggle-info {
    border-radius: 32px;
    height: 32px;
    padding: 0;
    position: absolute;
    right: 16px;
    top: 8px;
    width: 32px;
    margin: 0 !important;
}
li.card7 div.card-title a.toggle-info span {
    background: #ffffff;
    display: block;
    height: 2px;
    position: absolute;
    top: 16px;
    transition: all 0.15s 0s ease-out;
    width: 12px;
}
li.card7 div.card-title a.toggle-info span.left {
    right: 14px;
    transform: rotate(45deg);
}
li.card7 div.card-title a.toggle-info span.right {
    left: 14px;
    transform: rotate(-45deg);
}
li.card7 div.card-title p {
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: -0.05em;
    margin: 6px 0 3px;
    padding: 0;
    line-height: 1.56;
    color: #555;
}
li.card7 div.card-title p.card_timecategory {
    display: flex;
    flex-flow: row;
    font-weight: 600;
    font-size: 0.85rem;
    justify-content: flex-start;
    letter-spacing: 0.02rem;
    color: #b5b5b5;
    position: relative;
}
li.card7 div.card-title p small {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.025em;
}
li.card7 div.card-description {
    padding: 0px 20px 20px;
    position: relative;
    font-size: 0.9rem;
    color: #313131;
}
li.card7 div.card-actions {
    box-shadow: 0 2px 0px 0 rgba(0,0,0,0.075);
    padding: 10px 15px 15px;
    text-align: center;
}
li.card7 div.card-flap {
    background: #d9d9d9;
    position: absolute;
    width: 100%;
    transform-origin: top;
    transform: rotateX(-90deg);
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%), 0 2px 3px 0 rgb(0 0 0 / 22%);
}
li.card7 div.flap1 {
    transition: all 0.3s 0.3s ease-out;
    z-index: -1;
}
li.card7 div.flap2 {
    transition: all 0.3s 0s ease-out;
    z-index: -2;
}
ul.cards7.showing li.card7 {
    cursor: pointer;
    opacity: 0.6;
    transform: scale(0.88);
}
.no-touch ul.cards7.showing li.card7:hover {
    opacity: 0.94;
    transform: scale(0.92);
}
li.card7.show {
    opacity: 1 !important;
    transform: scale(1) !important;
}
li.card7.show div.card-title a.toggle-info {
    background: #ff6666 !important;
}
li.card7.show div.card-title a.toggle-info span {
    top: 15px;
}
li.card7.show div.card-title a.toggle-info span.left {
    right: 10px;
}
li.card7.show div.card-title a.toggle-info span.right {
    left: 10px;
}
li.card7.show div.card-flap {
    background: #ffffff;
    transform: rotateX(0deg);
}
li.card7.show div.flap1 {
    transition: all 0.3s 0s ease-out;
}
li.card7.show div.flap2 {
    transition: all 0.3s 0.2s ease-out;
}
.card-actions a {
    padding-right: 45px;
    padding-left: 45px;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 20%), 0 2px 3px -2px rgb(0 0 0 / 15%);
}
.card-actions a.btn7:hover {
    box-shadow: 0 13px 20px -3px rgb(0 0 0 / 24%);
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transform: translateY(-3px);
}
.card-actions a.btn7:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
ul.cards7 {
    flex-direction: column;
}
li.card7 {
    width: 100%;
}
}
/***** 取扱商品一覧カード　end*******/


/*admin css*/
.wq-Row .wq--side{
    display:none!important;
}

