.pc{
	display:none;
}

/**************************************************************
全体
**************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 100%;
}

html{
	scroll-behavior: smooth;
}


body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size:13px;
	color: #4F5050;
	margin: 0px;
	text-align: center;
	line-height:180%;
}

/**************************************************************
リンク
**************************************************************/
a:link {
	color: #000;
	text-decoration: none;
	transition: 1.0s ;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #f99123;
	text-decoration: none;
}
a:active {
	color: #f99123;
	text-decoration: none;
}



/**************************************************************
Humberger
**************************************************************/
.menu-btn {
    position: fixed;
    top: 18px;
    right: 0px;
    display: flex;
    height: 45px;
    width: 45px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	right:5px;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 33px;
    border-radius: 3px;
    background-color: #727171;
    position: absolute;
}
.menu-btn span:before {
    bottom: 10px;
}
.menu-btn span:after {
    top: 10px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

.menu-content {
    width: 60%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #ff9805;
	padding:60px 20px;
	box-sizing:border-box;
}
.menu-content ul {

}
.menu-content ul li {
    list-style: none;
	text-align:center;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a:hover{
	color:#fff!important;
}




.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}

.menu-content {
    width: 60%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: var(--main-color);
    transition: all 0.5s;
}

#menu-btn-check:checked ~ .menu-content {
    left: 40%;
}

.menu-content a{
	padding:10px;
	display:block;
	/*border-bottom:dotted 1px #fff;*/
	color:#fff;
}
.menu-content h3{
	font-size:18px;
	padding-bottom:5px;
	margin-top:30px;
	color:#fff;
	border-bottom:solid 2px #fff;
	font-family: 'Rubik', sans-serif;
}
/**************************************************************
ヘッダー
**************************************************************/
header {
  box-sizing: border-box;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  z-index: 99;
  /*font-family: 'Klee One', cursive;*/
  transition: .5s;
  position: fixed;
	font-weight: bold;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    background-color: rgba(255, 255, 255, 0.9);

}
.site-header .logo {
width: 50%;
	margin:0 auto;
	padding:15px 0;
}

.site-header-inner{
	margin: 0 auto;
}
.site-header .logo img {
	width: 100%;
	height: auto;
}

.site-header .h-nav-ff{}

.h-nav .mmd{
	font-size:13px;
	background-color:#fff;
	padding:5px;
	color:#ff9805;
	line-height:100%;
	margin-top:5px;
	margin-bottom:5px;

}

.h-nav-ff .h-set{
	width:100%;
	display:flex;
	justify-content:flex-end;
	font-size:15px;
	position:fixed;
	bottom:0;
}

.h-nav-ff .h-set a{
}

.h-nav-ff .h-set .tel{
	width:50%;}

.h-nav-ff .h-set .tel a{
	width:100%;
	box-sizing:border-box;
	display:block;
	padding:15px 5px;
	background-color:#dddddd;
}

.h-nav-ff .h-set .tel a:hover{
	color:#000;
}

.h-nav-ff .h-set .tel a::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -3px 5px 0 0;
    background-image: url(../../../image/tel.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
	margin-right:5px;
}


.h-nav-ff .h-set .ap{
	width:50%;
	font-size:13px!important;
	letter-spacing:-1px;
}

.h-nav-ff .h-set .ap a{
	width:100%;
	box-sizing:border-box;
	display:block;
	padding:15px 5px;
	background-color:var(--main-color);
	color:#fff;
}

.h-nav-ff .h-set .ap a::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -3px 10px 0 0; /* margin-rightの値を10pxに統一 */
    background-image: url(../../../image/mail.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.h-nav-ff .h-set .ap a:hover{
	background-color:#cc2802;
}

.h-nav-ff .h-set .panf{
	width:40%;
	font-size:13px!important;
	letter-spacing:-1px;
}

.h-nav-ff .h-set .panf a{
	width:100%;
	box-sizing:border-box;
	display:block;
	padding:15px 5px;
	background-color:#ff7224;
	color:#fff;
}

.h-nav-ff .h-set .panf a::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -3px 10px 0 0; /* margin-rightの値を10pxに統一 */
    background-image: url(../../../image/dl.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.h-nav-ff .h-set .panf a:hover{
	background-color:#e75b0e;
}


.site-header .h-contact{
	width: 250px;
}

.site-header .h-contact img{
	width: 100%;
	height: auto;
}


/****************************************
footer
*************************************************/

.footer{
	background-color: #333333;
	padding: 40px 20px 70px;
	font-weight:600;
}

.footer-inner{
	margin: 0 auto;
}

.footer-inner .logo{
	width:80%;
	margin:0 auto;
	margin-bottom:45px;
}
.footer-inner .logo img{
	width: 100%;
	height: auto;
}
.footer-inner .sitemap{
	margin-left: 1%;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 15px;
	line-height:160%;
}
.footer-inner .sitemap2{
	display:none;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 15px;
	line-height:160%;
}


.footer-inner .sitemap2 h3{
	text-align:left;
	color:#fff;
}

.footer-inner .sitemap li{
	list-style: none;
	text-align: left;
}
.footer-inner .sitemap li a{
	list-style: none;
	display: block;
	color: #fff;
}
.footer-inner .sitemap2 li{
	list-style: none;
	text-align: left;
}
.footer-inner .sitemap2 li a{
	list-style: none;
	display: block;
	color: #fff;
}


.footer-inner2{
	margin: 0 auto;
	display: flex;
	margin-top:30px;
	margin-bottom:80px;
	justify-content:space-between;

}
.footer-inner2 a{
	width:48%;
}
.footer-inner2 a img{
	width:100%;
	height:auto;
}

.f-bn{display:block;width:80%;margin-inline:auto;padding-top:10px;}

.f-bn img{width:100%;height:auto;}

.fix-btn {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 100;
}
.fix-btn li{
	list-style-type:none;
}
.fix-btn li img{
	width:80px;
	height:auto;
}

.blog-cont h1 {
	font-family: 'Klee One', cursive;
	text-align: left;
	display: block;
	position: relative;
	padding: 8px 15px;
	font-size: 2rem;
	color: #FFF;
	background: #ff3000;
	margin: 0 0 15px -15px;
}
.blog-cont h1:before {
	font-family: 'Klee One', cursive;
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-right: solid 20px #AB2000;
}
.blog-cont h2 {
	font-family: 'Klee One', cursive;
	border-left: 5px solid #222;
	background-color: #f3f3f3;
	font-size: 1.6rem;
	line-height: 1.4;
	padding: 0.5rem;
	text-align: left;
	color: #222;
	margin: 1.5rem 0;
}
.blog-cont h3 {
	font-family: 'Klee One', cursive;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 0.5rem 1rem;
	text-align: left;
	color: #222;
	border-top: 2px solid;
	border-bottom: 2px solid;
	margin: 1.5rem 0;
}
.blog-cont h4 {
	font-family: 'Klee One', cursive;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 0.5rem 1rem .5rem 0;
	text-align: left;
	color: #222;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	margin: 1.5rem 0;
}
.blog-cont h4:before {
	content: "■";
	padding-right: .5rem;
}
.blog-cont h5 {
	border-left: 4px solid #222;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 0.3rem 1rem .3rem .5rem;
	text-align: left;
	color: #222;
	margin: 1.5rem .5rem;
}
.blog-cont h6 {
	font-size: 1.2rem;
	font-weight: 700;
	position: relative;
	display: inline-block;
	padding: 0 15px;
	margin: 1.5rem 0;
	color: #ff3000;
}
.blog-cont h6:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 1px;
	height: 100%;
	background: #ff3000;
	border-radius: 3px;
	transform: rotate(-25deg);
}
.blog-cont h6:after {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #ff3000;
	border-radius: 3px;
	transform: rotate(25deg);
}
@media screen and (max-width: 480px) {
	.blog-cont h1 {
		padding: 5px 10px;
		font-size: 1.7rem;
	}
	.blog-cont h2 {
		font-size: 1.4rem;
		padding: 0.3rem;
	}
	.blog-cont h3 {
		font-size: 1.2rem;
		padding: 0.3rem .5rem;
	}
	.blog-cont h4 {
		font-size: 1.1rem;
		padding: 0.3rem .5rem .3rem 0;
	}
	.blog-cont h4:before {
		content: "■";
		padding-right: .5rem;
	}
	.blog-cont h5 {
		padding: 0.2rem .5rem .2rem .2rem;
	}
}
/**************************************************************
下層ページ
**************************************************************/
.sub-cont{
	padding:20px;
	text-align:left;
	box-sizing:border-box;
}

.sub-cont2{
	padding: 30px 20px;
	text-align: left;
	background-color:#fff;
}


.sub-midashi{
	background-color: var(--main-color);
	padding: 15px;
	color: #fff;
	padding-top: 100px;
	background-image: url("../../../image/base/subbg.png");
	background-position: right bottom;
	background-repeat: no-repeat;
}

.sub-midashi p{
	font-size: 20px;
	margin-bottom:10px;
	font-weight:600;
}
.sub-midashi span{
	font-size: 14px;
	font-weight:normal;
	font-style:italic;
	display:none;
}

.top-smartslider{
	padding-top: 70px;
}

.footer-simu{
	background-color:#f7f7f7;
	padding:40px 20px;
}

.footer-simu img{
	width:100%;
	height:auto;
}


/*----TOPカタログ--------*/

	.top-panf-tt{
		background-color:#000;
		padding:15px;
		background-image: url(image/top/bg.jpg);
	}
	.top-panf-tt h2{
		font-size:36px;
		color:#fddc0e;
		padding:15px 0;
	}
	.top-panf-tt h3{
		font-size:18px;
		color:#fff;
		padding:10px 0;
	}
	.top-panf-waku{
		margin:0 auto;
		padding:20px 0;
		display:flex;
		justify-content:space-between;
	}
	.top-panf-waku .box--o{
		width:31%;
		padding:10px;
	}
	.top-panf-waku .box--o img{
		width:100%;
		height:auto;
	}
	.top-panf-waku-outer{

	}
.slick-prev, .slick-next{
	color:#000!important;
}

/**************************************************************
top report
**************************************************************/
.slick-next {
    right: 0px!important;
	color:#f99123!important;
}
.slick-prev {
    left: 0px!important;
    z-index: 99;
	color:#f99123!important;
}
.r-sc{

	overflow-y:hidden;
}

.top-report{
	background-image: url("../../../image/top/repo-bg.webp");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding:40px 20px;
}

.top-report .innner{
	padding: 0 0 50px 0;
	height: 300px;
}

.top-report h3{
	font-size: 40px;
	font-style: italic;
	font-weight: 400;
	color: #f99123;
	line-height:150%;
}
.top-report-flex{
	display: flex;
	margin-top:40px;
	/*width:2000px;  TOPパンフの部分のスクロールをオンにする場合はコメントアウトを外す*/
}
.top-report-flex .r-box{
	width: 350px;
	margin: 10px;
}

.top-report-flex .r-box img{
	width: 100%;
	height: auto;
}
/**************************************************************
top works
**************************************************************/

.top-works{
	background-color: var(--main-color);
}

.top-works .innner{
	padding: 50px 20px;
	align-items: center;
	overflow:hidden;
}

.top-works .innner .tt{
	color: #fff;

}

.top-works .innner .tt h2{
	font-size: 30px;
	margin-bottom: 15px;
}
.top-works .innner .tt h3{
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
}

.top-works .innner .tt h4{
	margin-top:15px;
	margin-bottom:25px;
	text-align:center;
}
.top-works .innner .tt h4 img{
	width:70%;
	height:auto;
}

.top-works .innner .tt .botan a{
    width: 150px;
    margin: 0 auto;
    background-color: #000;
    color: #fff!important;
    display: block;
    padding: 10px;
    border-radius: 10px;
    font-size: 20px;
    margin-top: 15px;
}
.top-works .innner .tt .botan a:hover{
	background-color: #f94623;
}

.top-works .innner .list-ou{
	overflow-x:scroll;
}

.top-works .innner .list{
	width: 800px;
	display: flex;
}
.top-works .innner .list .w-box{
    width: 240px;
    margin: 30px 5px;
    background-color: #fff;
}

.top-works .innner .list .w-box img{
	width: 100%;
	height: auto;
}

.top-works .innner .list .w-box:first-child{
	animation-delay: 0.4s;
}

.top-works .innner .list .w-box:nth-child(2){
	animation-delay: 0.6s;
}
.top-works .innner .list .w-box:nth-child(3){
	animation-delay: 0.8s;
}
.top-works .innner .list .w-box:nth-child(5){
	animation-delay: 1.0s;
}
.top-works .innner .list .w-box:nth-child(6){
	animation-delay: 1.2s;
}





.top-works .innner .list .info{
	padding: 10px;
	box-sizing: border-box;
}
.top-works .innner .list .info h4{
	font-size: 14px;
	margin-bottom: 15px;
	margin-top: 10px;
	padding:0 10px;
	color:#000;
}

.top-works .innner .list .info .ll{
	display: flex;
	padding-bottom: 5px;
}

.top-works .innner .list .info .ll b{
	display: block;
	padding: 3px;
	width: 50px;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	border-radius: 5px;
	margin-right: 10px;
	line-height:100%;
}
.top-works .innner .list .info .ll p{
	font-size: 14px;
	font-weight: 600;
}

.scroll_bar{

}
.scroll_bar::-webkit-scrollbar{
   width: 10px;
}
.scroll_bar::-webkit-scrollbar-track{
   background-color: #ccc;
}
.scroll_bar::-webkit-scrollbar-thumb{
   background-color: #17585d;
}



/*ボタンの設定*/
.scroll_bar::-webkit-scrollbar-button:single-button {
background-color: #17585d;
display: block;
border-style: solid;
height: 12px;
width: 12px;
}
/*縦のスクロール*/
/* Up */
.scroll_bar::-webkit-scrollbar-button:single-button:vertical:decrement {
border-top: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #fff;
border-left: 10px solid transparent;
}
/* Down */
.scroll_bar::-webkit-scrollbar-button:single-button:vertical:increment {
border-top: 10px solid #fff;
border-right: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 10px solid transparent;
}
/*横のスクロール*/
/* Up */
.scroll_bar::-webkit-scrollbar-button:single-button:horizontal:increment {
border-top: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 10px solid #fff;
}
/* Down */
.scroll_bar::-webkit-scrollbar-button:single-button:horizontal:decrement {
border-top: 10px solid transparent;
border-right: 10px solid #fff;
border-bottom: 10px solid transparent;
border-left: 10px solid transparent ;
}
    a.works-bt {
        display: block;
        margin: 50px auto;
        max-width: 200px;
        padding: 10px 10px;
        font-size: 16px;
        color: #fff;
        background-color: var(--main-color);
        border-radius: 5px;
        transition: 0.5s;
        text-align: center;
    }

/***************************************
おまかせ top
*********************************************/
	
.top-omakase{
    position: relative;
	color:#fff;
}
.top-omakase::before{
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background-repeat: no-repeat;
    background-position: center center;
	background-image: url("../../../image/top/bg.jpg");
    background-size: cover;
}



.top-omakase .inner{
	padding: 80px 0 100px 0;
}

.top-omakase h2{
	font-size:38px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 60px;
	line-height:150%;
}
.top-omakase h2 span{
	color: var(--main-color);
	font-size: 46px;
}

.top-omakase p{
	width: 80%;
	margin: 0 auto;
	padding: 30px 20px;
	font-size: 20px;
	border: solid 2px #fff;
	font-weight: 600;
	margin-bottom: 30px;
	margin-top: 20px;
	background:rgba(0,0,0,0.5);
}
	
.ar{
	margin-top: 60px;
	margin-bottom: 60px;
}

.ar img{
	width: 140px;
	height: auto;
}	


.top-omakase h3{
	font-size: 26px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 80px;
	margin-top: 30px;
	line-height:160%;
}
.top-omakase h3 span{
	color: var(--main-color);
	font-size:26px;
}

.top-omakase .point{
	padding:0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top-omakase .point .p-box{
	width:100%;
	background-color: var(--main-color);
	color: #fff;
	padding: 40px 15px;
	border: solid 1px #FFF;
	box-sizing: border-box;
	margin-bottom: 25px;
}

.top-omakase .point .p-box .num{
	font-size: 50px;
	font-style: italic;
	margin-bottom: 30px;
}
.top-omakase .point .p-box .tx{
	font-size: 24px;
	line-height: 160%;
}
a.about-bt{
	display:block;
	width:90%;
	background-color:#000;
	color:#fff;
	margin:10px auto;
	padding:10px;
	text-align:center;
	font-size:19px;
	font-weight:700;
	line-height:60px;
	border-radius:5px;
	border:1px solid #fff;
	transition:0.5s;
}
a.about-bt:hover{
	background-color:var(--main-color);
}


/**************************************************
top example
***************************************************/

.top-jirei{
	background-image: url("../../../image/top/jirei-bg.jpg")!important;
	background-size: cover;
	background-position: center top;
}


.top-jirei .inner{
	padding: 60px 0 90px 0;
}


.top-jirei .inner h2{
	font-size: 36px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 30px;
}
.top-jirei .inner h3{
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	font-style: italic;
	color: #f9a109;
}

.case-flex{
	display: flex;
	justify-content: space-around;
	margin:60px 0;

}

.case-flex .c-box{
	width: 46%;
	margin: 2%;
}

.case-flex .c-box img{
	width: 100%;
	height: auto;
}



/**********************************************
シミュレーションボタン
*****************************************/

.case-hyou{
    padding: 20px;
    margin: 50px 0;
}
.table-b{
	text-align: center;
	border: 1px solid #DDD;
	width: 100%;
	border-collapse: collapse;	
	border-spacing: 0;
	font-size:20px!important;
    background-color: #fff;

}
.table-b th	{
	border: 1px solid #DDD;
	padding: 30px 10px;
}
.table-b td	{
	border: 1px solid #DDD;
	padding:15px 10px;
    width: 33%;
}

.lbg{
    background-color: #EDEDED;
    width: 40%;
}
.tt-midashi{
    background-color: #e86200;
    width: 40%;
    color: #fff;
    font-size: 15px;
}

.table-b span{
    font-size: 18px;
    font-weight: bold;
}
/***事例***/

.top-jirei .inner h4{
	padding:0 20px;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	line-height:160%;
}
.top-jirei .inner .info{
	font-size: 36px;
	color: #ff8400;
	font-weight: 600;
	margin:0 auto;
	margin-top: 10px;
	line-height:140%;
	margin-bottom:60px;
}
.top-jirei .inner .info span{
	color: #c8000e;
	font-size: 56px;
	font-weight: 700;
	font-style: italic;
}

.top-jirei .inner .info2{
	margin:0 auto;
	margin-top:30px;
	text-align:center;
}

.top-jirei .inner .info2 img{
	width:80%;
	height:auto;
}

/****************************
シミュレーションボタン
*****************************************/
.btn a {
	padding:15px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
    /* justify-content: center; */
	margin:10px;
    font-size: 24px;
	margin-top:50px;
	border-radius:5px;
}

.btn a:hover {
	color: #fff;
}
.btn01 a {
	background-color: #ff8400;
	color:#fff!important;
}

.btn01 a:hover {
	background-color: #ff4200;
}



.top-news{
	background-color:#fff!important;
}

.top-news .inner{

}

.top-news-list{
	text-align:left;
	margin-top:25px;
}
.top-news-list li{
	list-style:none;
	padding:10px 15px;
	border-bottom:dashed 1px #ccc;
}

.top-news-list .day{
	color:var(--main-color);
	font-size:13px;
	margin-bottom:1px;
}
.top-news-list h3{
	font-size:18px;
}
.top-news-list h3 span{
	margin-left:10px;
	padding:5px;
	background-color:var(--main-color2);
	line-height:100%;
	margin-left:15px;
	font-size:10px;
	line-height:100%;
}


/*************************************
EVENT
*********************************************/

.top-event{background-color: #f0f0f0;}
.-white{background-color: #FFF !important;}

.top-event .inner{
	padding: 50px 0 30px;
	margin: 0 auto;
	align-items: center;
}

.top-event .inner .tt{
}

.top-event .inner .tt h2{
	font-size: 30px;
	margin-bottom: 15px;
}
.top-event .inner .tt h3{
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	color: var(--main-color);
}

.top-event .inner .tt .botan a{
	width: 100px;
	margin: 0 auto;
	background-color: var(--main-color);
	color: #fff!important;
	display: block;
	padding: 5px;
	border-radius: 10px;
	margin-top: 30px;
}
.top-event .inner .tt .botan a:hover{
	background-color: var(--sub-color);
}

.top-event .inner .ev-bx{
	background-color: #fff;
	margin:15px;
}

.top-event .inner .ev-bx .pic{
}

.top-event .inner .ev-bx .pic img{
	width: 100%;
	height: auto;
}

.top-event .inner .ev-bx .text{
	padding: 20px;
	box-sizing: border-box;
}

.top-event .inner .ev-bx .text h4{
	font-size: 20px;
	padding: 0 0 10px 0;
	border-bottom: solid 1px var(--main-color);
	margin-top:15px;
}

.top-event .inner .ev-bx .text .ll{
	display: flex;
	padding: 10px 0;
	border-bottom: dotted 1px #ccc;
}

.top-event .inner .ev-bx .text .ll b{
	width: 10%;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	margin-right: 8px;
	padding:0 5px;
}

.top-event .inner .ev-bx .text .ll p{
	font-size: 14px;
	width: 90%;
	box-sizing: border-box;
	text-align: left;
	letter-spacing:-1px;
}
.top-event .inner .ev-bx .come{
	padding: 10px 0;
	font-size: 14px;
	text-align: left;
}

.top-event .inner .ev-bx .contact{
	display: flex;
}

.top-event .inner .ev-bx .contact .link{
	width: 50%;
}

.top-event .inner .ev-bx .contact .link a{
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
	font-size: 15px;
	color: #fff;
	display: block;
}

.top-event .inner .ev-bx .contact .link2{
	background-color: var(--main-color2);
}
.top-event .inner .ev-bx .contact .link2 a:hover{
	background-color: var(--sub-color);
}
.top-event .inner .ev-bx .contact .link3{
	background-color: var(--main-color);
}
.top-event .inner .ev-bx .contact .link3 a:hover{
	background-color: var(--sub-color);
}
.contactarea{
	padding: 40px 20px;
	display: flex;
}

.contactarea .botan{
	width: 48%;
	margin: 1%;
	transition: 1.0s ;
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
	overflow: hidden;
}
.contactarea .botan a{
	display: block;
	padding: 10px;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	box-sizing: border-box;
	border-radius:3px;
}
.contactarea .botan2 a{
	background-color: var(--main-color);
}
.contactarea .botan2 a:hover{
	background-color: var(--sub-color);
}
.contactarea .botan3 a{
	background-color: var(--main-color2);
}
.contactarea .botan3 a:hover{
	background-color: var(--sub-color);
}

/*ボタン内spanの形状*/
.contactarea .botan span {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
}

.contactarea .botan:hover span{
	color:#fff;
}


/*== 背景が流れる（左から右） */
.bgleft:before {
 	content: '';
    /*絶対配置で位置を指定*/
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
    /*色や形状*/
 	background:#333;/*背景色*/
 	width: 100%;
	height: 100%;
    /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}




/*-----------------------------------------
施工実績
-----------------------------------------------*/
.medical-works{
	padding:50px 20px;
	overflow: hidden;
}
.medical-works-inner{

	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}

.medical-works-inner .wd-box{
	margin: 1%;
	padding: 10px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight:bold;
	margin-bottom:35px;
}
.medical-works-inner .wd-box img{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	border-radius:10px;
}

.wd-box .icon-line{
	display:flex;
	margin-bottom:10px;
	align-items:flex-start;
}
.medical-works-inner .wd-box .icon{
width: 60px;
    background-color: var(--main-color);
    color: #fff;
    font-size: 13px;
    border-radius: 5px;
}
.medical-works-inner .wd-box h3{
	font-size:18px;
	font-weight:600;
	margin-left:15px;
	text-align:left;
}

.medical-works-inner .wd-box .line{
	padding:5px 1%;
	display:flex;
	border-bottom:dotted 1px #ccc;
	font-size:14px;
	width:90%;
	text-align:left:
}

.medical-works-inner .wd-box .line b{
	color:var(--main-color);
	margin-right:15px;
	min-width:80px;
	text-align:left;
}

.works-cate{
    margin: 0 auto;
    font-size: 24px;
    border-bottom: solid 1px #f99123;
    padding-bottom: 7px;
    margin-bottom: 20px;
    line-height: 160%;
    text-align: center;
    color: #f99123;
	font-weight:600;
}

.w-m-b{
	margin-bottom: 40px;
}


/**************************************************
 * 施工事例
 * ************************************************/

.works-detail .main{
	margin-bottom: 25px;
	overflow:hidden;
	margin-top:45px;
}
.works-detail .main img{
	width:100%;
	height:auto;
}

.works-detail .main-l{
	width:30%;
	float:left;
}
.works-detail .main-l img{
	width:100%;
	height:auto;
}
.works-detail .main .main-r{
	width:65%;
	float:right;
}
.works-detail .main .main-r img{
	width:100%;
	height:auto;
}


.works-detail .main2{
	display: flex;
}

.works-detail .main2 .box{
	width: 31.333333333%;
	margin: 1%;
	box-sizing: border-box;
	padding: 10px;
	background-color: #fff;
	
}

.works-detail .main2 .box img{
	width: 100%;
	height: auto;
}


.works-detail .main3{
	margin-top: 50px;
	overflow: hidden;
	text-align: left;
}

.works-detail .main3-l{
	font-size:16px;
	line-height:170%;
}

.works-detail .main3-l h3{
	font-size: 18px;
	margin-bottom: 20px;
	line-height:140%;
}

.works-detail .main3-r{

}



.table-a	{
	color:#000;
	border: 1px solid #ccc;
	width: 100%;
	border-collapse: collapse;	border-spacing: 0;
	margin-bottom: 10px;
	background-color: #fff;
	text-align: left;
	font-size:16px;

}
.table-a th	{
	border: 1px solid #ccc;
	padding: 10px 10px;

}
.table-a td	{
	border: 1px solid #ccc;
	padding: 10px 10px;
	font-weight:normal;
}

.table-a tr:nth-child(odd) td {
	background: #f7f7f7;
}
/******************************************
施工事例　single下
************************************************/

.top-jisseki{
	background-color: #f4f4f4;
	padding: 20px;
}
.top-jisseki-outer{
	margin-top: 100px;
}

.top-jisseki-outer::before {
content: '';
display: block;
background-color: #f4f4f4;
clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
width: 100%;
height: 90px;
}
.top-jisseki-in{
	font-size: 16px;
}
.top-jisseki-in h2{
    font-size: 33px;
    padding: 0 20px;
    line-height: 120%;
}
.top-jisseki-in p{
    padding: 50px 20px;
    text-align: left;
}

/******************************************************
 * Single
************************************************************/


.w900{
}
.blog-cont{
	text-align:left;
	margin-bottom:50px;
	font-size:17px;
	line-height:200%;
	font-family: 'Noto Sans Japanese', sans-serif;
	padding:15px 10px;
	border-radius: 10px;
	box-sizing:border-box;
	font-weight:300;
}

.blog-cont strong{
	font-weight:600;
}

.blog-cont li + li {
  border-left: none!important;
}

.blog-cont li{
	margin-left:35px;
	font-size:14px;
	line-height:170%;
	margin-bottom:13px;
}

.blog-cont ol{
	margin-top:25px;
	margin-bottom:25px;
}

.blog-cont .alignright{
	padding-left:15px!important;
	background-color:#fff!important;
	float:right;
}

.blog-cont .alignleft{
	padding-right:15px!important;
	background-color:#fff!important;
	float:left;
}

.blog-cont .aligncenter{
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.blog-cont p{margin-bottom:15px;}

.blog-cont img{padding-bottom:15px;
padding-top:10px;
max-width:100%;
height:auto;}

.blog-cont iframe{max-width:100%;}

.blog-cont hr{
	margin-bottom:15px;
		margin-top:15px;
	background-color: #fff;
	border-top: 2px dashed var(--main-color);
}

.cont-midashi{
	font-size:22px;
	padding-bottom:20px;
	border-bottom:solid 1px var(--main-color);
	margin-bottom:10px;
	color:var(--main-color);
	margin-top:35px;
}
.cont-day{
	text-align:right;
	font-size:16px;
	color:#007042;
	margin-bottom:60px;
}

/**************************************************************
event archive
**************************************************************/

.ac-event{
	padding:30px 0;
}


.ac-event .ev-box{

	background-color: #f2f2f2;
}


.ac-event .ev-box h3{
	text-align: center;
	padding: 10px;
	background-color: #5B5B5B;
	color: #fff;
	font-size: 15px;
}

.ac-event .ev-box img{
	width: 100%;
	height: auto;
}
.ac-event .ev-box .inner{
	padding: 25px 15px;
}

.ac-event .ev-box .inner h4{
	font-size: 20px;
	margin-bottom: 15px;
	font-weight:600;
}
.ac-event .ev-box .inner p{
	padding: 5px 0;
	border-bottom: dashed 1px #ccc;
	letter-spacing: 1.5px;
}

.ac-event .ev-box .inner .button{
	width: 150px;
	background-color: var(--main-color);
	padding: 5px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	margin-top: 25px;
	font-size: 15px;
	font-style:italic;
	border-radius:5px;
}




/**************************************************************
event detail
**************************************************************/

.ev-detail-main{
	text-align: center;
}

.ev-detail-main img{
	width: 100%;
	height: auto;
}

.single-ev-midashi{

	padding: 40px 0;
	align-items: center;
	flex-wrap:wrap;
}
.single-ev-midashi .tt{
	font-size:24px;
	font-weight:bold;
	font-weight:600;
	line-height:140%;
}

.single-ev-midashi .area{
	padding: 10px;
	background-color: var(--main-color);
	color: #fff;
    font-size: 13px;
    border-radius: 5px;
	margin-right:7px;
	margin-bottom:5px;
	text-align:center;
	line-height:100%;
	margin-bottom:15px;
}
.single-ev-midashi .madori{
    background-color: #000;
    font-size: 13px;
    border-radius: 5px;
	margin-right:7px;
	margin-bottom:5px;
}

.single-ev-midashi .madori a{
	display:block;
    padding: 10px;
    color: #fff!important;
}
.single-ev-midashi-tt{
	font-size: 24px;
	padding: 15px;
	font-weight: bold;
	text-align:center;
	border-bottom:solid 1px #000;
	padding-bottom:10px;
}

.ev-single-more{
	display: flex;
	margin-top: 50px;
	margin-bottom: 50px;
	justify-content: space-between;
}

.ev-single-more .edd-box{

}

.ev-single-more .edd-box .line{
	display: flex;
	padding: 10px 0;
	align-items: center;

	border-bottom:dotted 1px #ccc;
}

.ev-single-more .edd-box .line .mm{
	width: 15%;
	background-color: #7c7c7c;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	padding: 8px;
	margin-right: 5%;
	box-sizing: border-box;
	line-height:100%;
}

.ev-single-more .edd-box .line .naiyo{
    width: 80%;
    font-size: 17px;
    font-weight: bold;
    line-height: 160%;
}

.ev-yoyaku a{
	display: block;
	padding: 25px;
	color: #fff!important;
	background-color: var(--main-color);
	font-size: 24px;
	text-align: center;
	border-radius: 10px;
	margin-top: 25px;
	margin-bottom:30px;
}
.ev-yoyaku a:visited{
	color:#fff!important;
}

.ev-yoyaku a:hover{
	background-color: #3d3d3d;
	color: #fff;
}
.backbotan a{
	width:200px;
	margin:0 auto;
	padding:10px;
	text-align:center;
	background-color:#363636;
	display:block;
	color:#fff!important;
	border-radius:10px;
	font-weight:bold;
	margin-top:50px;
	font-size:20px;
	letter-spacing:1px;
	margin-bottom:50px;
	font-weight:400;
	font-style:italic;
}
.backbotan a:visited{
	color:#fff!important;
}
.backbotan a:hover{
	background-color:#7a7a7a;
}

/*****************************************************
 * お知らせ・ブログ　アーカイブ
 * ******************************************************/

.blog-waku-flex{
margin-bottom:100px;
margin-top:50px;
}

.blog-waku-flex .news{
	margin:2%;
	padding: 10px 0;
	border-bottom: dotted 1px #ccc;
	display: flex;
	box-sizing:border-box;
}

.blog-waku-flex .news .pic{
	width: 25%;
}
.blog-waku-flex .news .pic img{
	width: 100%;
	height: auto;
}
.blog-waku-flex .news .text{
	width: 70%;
	margin-left: 5%;
}
.blog-waku-flex .news .text h3{
	text-align: left;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight:600;
}

.blog-waku-flex .news .text p{
	text-align: left;
	font-size: 13px;
	line-height: 160%;
}

.blog-waku-flex .news .text .day{
	font-size: 13px;
	color: #3E5680;
	text-align: left;
}
.blog-mm{
	margin-top:0!important;/*ブログの見出しのマージン調整*/
	border-bottom: solid 1px var(--main-color)!important;
    color: var(--main-color)!important;
}



/********************************************************************
ABOUT
*********************************************************************/

.page-about{

}

.page-about h2{
font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 80px;
}

.page-about .menu{
	justify-content: space-between;
	padding: 40px 0 0 0;
}

.page-about .menu .mbox{
	padding:40px 20px;
	box-sizing: border-box;
}

.page-about .menu .mbox2{
}

.page-about .menu .mbox h3{
	font-size: 40px;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}
.page-about .menu .mbox p{
	font-size: 24px;
	text-align: center;
	color: var(--main-color);
}
.page-about .menu .kojo{
	background-image: url("../../../image/about/0-kojo.jpg");
}
.page-about .menu .soko{
	background-image: url("../../../image/about/0-soko.jpg");
}

.page-about .menu .mbox a:hover{
	background:rgba(0, 0, 0, 0.2);

}
.ttl {
	font-weight: 700;
	font-size:18px;
	padding: 20px 10px;
	margin:50px 0;
	color: #fff;
	text-align:center;
	position: relative;
}
.ttl::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  transform: skew(-20deg);
  z-index: -1;
}
.about-zu-flex{
	display:flex;
	flex-wrap:wrap;
	gap:20px 0;
	margin:50px 0;
}
.about-zu-flex .img{
	width:100%;
}
.about-zu-flex .img img{
	width:100%;
	height:auto;
}
.about-zu-flex .text{
	width:100%;
	font-size:16px;
	line-height:180%;
	align-self:center;
}
.about-zu-flex span{
	color:var(--main-color);
}
.about-zu-flex .text h3{
	font-size:26px;
	font-weight:800;
	padding-bottom:30px;
	text-align:center;
}


/*******************************
 * 商品すべての羅列
 * ******************************************/

.n-li-waku{
	margin-bottom:30px;
}

.n-li-waku .n-li-child{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.n-li-waku .n-li-child .ffbox{
	width:48%;
	margin:1%;
	background-color: var(--main-color);
    box-sizing: border-box;
	color:#fff;
}
.n-li-waku .n-li-child .ffbox img{
	width:100%;
	height:auto;
}
.n-li-waku .n-li-child .ffbox h3{
	padding:5px;
	text-align:center;
	font-size:14px;
}

.n-li-waku .n-li-child .ffbox2{
	width:48%;
	margin:1%;
	background-color: var(--main-color);
    box-sizing: border-box;
	color:#fff;
}

.n-li-waku .n-li-child .ffbox2 img{
	width:100%;
	height:100px;
}
.n-li-waku .n-li-child .ffbox2 h3{
	padding:10px;
	text-align:center;
	font-size:14px;
}





/****流れ****/


.page-about .flow-flex{
	display: flex;
	margin-bottom: 20px;
	margin-top: 25px;
}
.page-about .flow-flex .fbox{
	width: 33%;
}
.page-about .flow-flex .fbox h3{
  background-color: #1B73BA;
  line-height: 60px;
  color: #FFFFFF;
  display: block;
  font-size: 18px;
  padding: 0 10px 0 40px;
  text-align: center;
  text-decoration: none;
}

/* 三角形下部 */
.page-about .flow-flex .fbox h3::after {
  background-color: #1B73BA;
  border-right: 1px solid #FFFFFF;
  content: " ";
  display: block;
  height: 30px;
  margin-left: auto;
  margin-right: -30px;
  margin-top: -30px;
  position: relative;
  transform: skew(-30deg);
  -o-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  width: 30px;
}

/* 三角形上部 */
.page-about .flow-flex .fbox h3::before {
  background-color: #1B73BA;
  border-right: 1px solid #FFFFFF;
  content: " ";
  display: block;
  float: right;
  height: 30px;
  margin-bottom: -30px;
  margin-left: auto;
  margin-right: -30px;
  transform: skew(30deg);
  -o-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  width: 30px;
}

.page-about .flow-flex .fbox p{
	padding: 10px;
	font-size: 13px;
}

.page-about .flow-flex .fbox h4{
	font-size: 18px;
	color: #FF5F00;
	font-family: 'Klee One', cursive;
	font-weight:600!important;
	margin-bottom: 15px;
}


.about-tt {
    position: relative;
    padding: 5px;
    margin-bottom: 0.2rem;
    border-bottom: 5px solid;
    color: var(--main-color);
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
    font-weight: 500;
	line-height:150%;
}

.about-tt:before,
.about-tt:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}

.about-tt:before {
    border: 16px solid;
    border-color: transparent;
    border-top-color: var(--main-color);
    margin-left: -16px;
}

.about-tt:after {
    border: 10px solid;
    border-color: transparent;
    border-top-color: white;
    margin-left: -10px;
}

.about-tt2{
	margin: 0 auto;
	background-color: var(--main-color);
	color: #fff;
	border-radius: 10px;
	padding: 20px;
	font-size: 22px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 80px;
}

.about-chigai{
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 20px;
	border-bottom: dotted 1px #ccc;
	padding-bottom: 25px;
}
.about-chigai .pic{
	width: 100%;
	margin:0 auto;
	margin-bottom:35px;
}

.about-chigai .pic img{
	width: 100%;
	height: auto;
}
.about-chigai .text{
	line-height:190%;
}
.about-chigai .text h3{
	font-size: 20px;
	color: var(--main-color);
	margin-bottom: 35px;
	text-align:center;
}

.about-chigai .text p{
	font-size: 15px;
}

.page-about .strength{
	margin-top: 50px;
	margin-bottom: 50px;
	width:100%;
	overflow:hidden;
}

.page-about .strength img{
	width:100%;
	height:auto;
}

.page-about .strength .stbox{
	top: 60px;
	right: 0px;
	background-color: var(--main-color);
	color: #fff;
	padding: 35px 20px;

}
.page-about .strength .stbox h3{
font-size: 22px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 160%;
}

.page-about .strength .stbox .tx{
		font-size: 14px;
	letter-spacing: 1px;
	line-height: 180%;
}

.page-about .strength .stbox .tx span{
	
}

.page-about .st2{
	text-align: right;
}

.page-about .strength .stbox2{
	top: 60px;
	left: 0px!important;
	background-color: var(--main-color);
	color: #fff;
	padding: 35px 20px;
	text-align: left!important;

}

/******************************************
工場・倉庫の扉ページ（レポート掲載があるページ）header
********************************************************/

.door-page-header{
	background-image: url(../../../image/top/bg4.webp);
	padding:40px 0;
	background-size:cover;
 background-attachment: fixed;
}

.header-ware{
	background-image: url(../../../image/top/bg4.webp)!important;
}

/*****************************************************
●●とはの扉
****************************************************/

.header-about{
	background-image: url(../../../image/top/bg4.webp)!important;
	line-height:200%;
}



.door-page-header .inner{

	margin:0 auto;
	color:#fff;
}
.door-page-header .inner h2{
	font-size:20px;
	font-weight:600;
	line-height:160%;
	margin-bottom:7px;
}
.door-page-header .inner p{
	font-size:24px;
	letter-spacing:1px;
	color:#fff100;
	font-weight:600;
}


/**********************************************
倉庫　扉
*********************************************************/

.fac-lineup{
	display: flex;
	margin-top: 50px;
	margin-bottom: 70px;
	flex-wrap:wrap;
	justify-content:center;
}

.fac-lineup .ffbox{
	width: 48%;
	margin: 1%;
	background-color: #f99123;
	box-sizing: border-box;
}
.fac-lineup .ffbox h3{
	background-color: #f99123;
	padding: 5px;
	font-size: 14px;
	text-align: center;
	color: #fff;
}
.fac-lineup .ffbox img{
	width: 100%;
	height: auto;
}

.fac-nayami{
	align-items: center;
	margin-top: 55px;
	margin-bottom: 55px;
}

.fac-nayami .pic{
}

.fac-nayami .pic img{
	width: 100%;
	height: auto;
	border-radius: 15px;
}

.fac-nayami2{flex-direction:row-reverse;}

.fac-nayami2 .tex{}


.fac-nayami .tex{
	line-height:150%!important;
}

.arrow_box{
    position:relative;
    background:#F99123;
    padding:15px;
    text-align:center;
    border:2px solid #F99123;
    color:#FFFFFF;
    font-size:20px;
    font-weight:bold;
	line-height: 150%;
	margin-top:25px;
	border-radius:5px;
}
.arrow_box:after,.arrow_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    left:100%;
    top:50%;
}
.arrow_box:after{

}
.arrow_box:before{
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #F99123;

}
.arrow_box2{
    position:relative;
    background:#F99123;
    padding:15px;
    text-align:center;
    border:2px solid #F99123;
    color:#FFFFFF;
    font-size:20px;
    font-weight:bold;
	line-height: 150%;
	margin-top:25px;
	border-radius:5px;
}
.arrow_box2:after,.arrow_box2:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    right:100%;
    top:50%;
}
.arrow_box2:after{

}
.arrow_box2:before{
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #F99123;
}

/*****コストダウン*************************/

.costdown-frame{
	background-image: url("../../../image/factory/costdown.jpg");
	background-size: cover;
	padding:40px 20px;
	width:100%;
	box-sizing:border-box;

}

.costdown-tt{
	font-size: 20px;
	color: #fff100;
	margin-bottom: 15px;
	text-align: center;
	font-weight: 500;
}

.costdown-tt2{
	font-size: 36px;
	color: #fff;
	margin-bottom: 25px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 50px;
}

.costdown-box{
	background-color: #fff;
	padding: 20px;
}

.costdown-box .pic{
}

.costdown-box .pic img{
	width: 100%;
	height: auto;
}

.costdown-box .text{

}

.costdown-box .text h4{
	background-color: #f77b01;
	padding: 10px;
	border-radius: 2px;
	color: #fff;
	font-size: 18px;
	text-align:center;
}

.costdown-box .text .naiyo{
	padding: 30px 0;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 180%;
}

.costdown-box .text .naiyo img{
	margin-bottom:10px;
	width:100%;
	height:auto;
}

.costdown-box .text .naiyo h3{
	font-size:20px;
	color:#cf0000;
	text-align:center;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:800;
	margin-bottom:25px;
}

/**********************************
倉庫扉
********************************************/

.fac-lineup .ffbox2{
	width: 48%;
	margin: 1%;
	background-color: #f99123;
	box-sizing: border-box;
}
.fac-lineup .ffbox2 h3{
	background-color: #f99123;
	padding: 10px;
	font-size: 14px;
	text-align: center;
	color: #fff;
}
.fac-lineup .ffbox2 img{
	width: 100%;
	height: auto;
}
/*********倉庫・流れ************************/

.warehouse-flow{
	background-color: rgba(238,238,238,1.00);
	padding: 80px 20px 5px 20px;
	/*background: url("../../../image/warehouse/bg.webp") no-repeat center / cover;*/
}

.warehouse-flow .inner{margin: 0 auto;}


.w-flow-box{
    position:relative;
    background:#FFFFFF;
    padding:10px;
    text-align:left;
    border:2px solid #FFFFFF;
    color:#FFFFFF;
    font-size:15px;
	margin-bottom: 50px;
}
.w-flow-box2{
    position:relative;
    background:#FFFFFF;
    padding:10px;
    text-align:left;
    border:2px solid #FFFFFF;
    color:#FFFFFF;
    font-size:15px;
    font-weight:bold;
	margin-bottom: 50px;
}


.w-flow-box2:after,.w-flow-box2:before{
	content: none!important;
}

.w-flow-box:after,.w-flow-box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50%;
}
.w-flow-box:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:29px;
    border-bottom-width:29px;
    border-left-width:20px;
    border-right-width:20px;
    margin-left: -20px;
    border-top-color:#FFFFFF;
}
.w-flow-box:before{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:31px;
    border-bottom-width:31px;
    border-left-width:22px;
    border-right-width:22px;
    margin-left: -22px;
    margin-top: 2px;
    border-top-color:#FFFFFF;
}


.w-flow-box .pic{
	margin-bottom:25px;
}
.w-flow-box .pic img{
	width: 100%;
	height: auto;
}

.w-flow-box .f-text{

}
.w-flow-box .f-text h3{
	font-size: 20px;
	color: var(--main-color)!important;
	margin-bottom: 20px;
}

.w-flow-box .f-text p{
	color: #000;
	font-weight: normal;
	line-height: 150%;
	font-size:15px;
}

.wflow-ttt{
    font-size: 26px;
    margin-bottom: 50px;
}


/**********************************
商品詳細
********************************************/

/*HACCP----------------------------------------------------*/

.midashi-a {
    text-align: left;
    padding: 12px 0;
    color: var(--main-color);
    border-bottom: solid 2px var(--main-color);
    font-size: 24px;
    margin-bottom: 30px;
}
.midashi-b {
    font-size: 24px;
    border-bottom: solid 2px var(--main-color);
    margin-bottom: 15px;
    padding: 15px 0;
    color: var(--main-color);
    margin-bottom: 35px;
    margin-top: 45px;
}

.plan-haccp{
	overflow: hidden;
	clear: both;
	margin-bottom: 25px;
	margin-top:45px;
}
.plan-haccp-l{
	margin-bottom:25px;
}

.plan-haccp-l .tt{
font-size: 28px;
	font-weight:600;
	text-align: center;
	margin-bottom:30px;
	line-height:200%;
}

.plan-haccp-l .text{
	margin-top: 15px;
	font-size: 14px;
    letter-spacing: 0.5px;
}

.plan-haccp-r{

}

.plan-haccp-r img{
	width: 100%;
	height: auto;
}

.plan-ex {
    padding: 25px;
    background-color: #f2f2f2;
    font-size: 15px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.plan-tokuchou-frame{

}

.plan-tokuchou{
    padding:30px 20px;
    border: solid 1px #ccc;
    background-color: #fbfbfb;
	line-height:160%;
	box-sizing:border-box;
	margin-bottom:2%;

}



.plan-tokuchou-l{
	width:30%;
	margin:0 auto;
	margin-bottom:15px;
}

.plan-tokuchou-l img{
	width: 100%;
	height: auto;
}


.plan-tokuchou-r{
    font-size: 13.5px;
    line-height: 150%;
    letter-spacing: 0.8px;
}

.plan-tokuchou-r .tt{
	font-size: 18px;
		font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 500;
	margin-bottom:15px;
	text-align:center;
}

.plan-sankou{
	overflow: hidden;
	clear: both;
}

.plan-sankou-l{
    width: 500px;
    float: left;
}

.plan-sankou-l img{
	width: 100%;
	height: auto;
}

.plan-sankou-r{
    width: 460px;
    float: right;
}

.plan-midashi{
	background-color: #6A6A6A;
	color: #fff;
	padding: 5px;
	margin-bottom: 15px;
	margin-top:20px;
}

.plan-line{
	overflow: hidden;
	padding: 10px;
	border-bottom: dotted 1px #ccc;
	font-size: 14px;
}

.plan-line-l{
	width: 150px;
	float: left;
}
.plan-line-r{
	width: 280px;
	float: right;
}

.plan-price{
	font-size:36px;
	margin-bottom:25px;
	margin-top:25px;
}

.p-chui{
	overflow: hidden;
	font-size: 11px;
	margin-top:40px;
}

.p-chui-l{
    width: 50%;
    float: left;
    margin-bottom: 30px;
}
.p-chui-r{
	width: 47%;
	float: right;
}

/******************************
Company
***************************************/

.page-company{
	padding:40px 25px;
}

.company-message{
	padding:0px 10px;
}

.company-message .pic{
	margin-bottom:20px;
}
.company-message .pic img{
	width: 100%;
	height: auto;
}

.company-message .com-mes-text{

	font-size: 15px;
	letter-spacing: 1px;
	line-height: 180%;
}

.company-message .com-mes-text p{
	margin-bottom: 25px;
}

.presidentname{
	font-size: 26px;
	text-align: right;
	margin-top: 25px;
}

.presidentname span{
	font-size: 18px;
}

.company-hyou{
	background-image: url("../../../image/company/bg.jpg");
	padding: 50px 0;
	background-size: cover;
}

.com-hyou-innner{

}

.com-hyou-innner .h-box{

	margin: 1%;
	background-color: #fff;
}

.com-hyou-innner .h-box h2{
	background-color: #000000;
	color: #fff;
	text-align: center;
	padding: 15px;
	font-size: 20px;
}

.com-hyou-innner .h-box .naiyo{
	padding: 20px 0;
	font-size: 14px;
	letter-spacing: 0.5px;
}

.com-hyou-innner .h-box .naiyo .line{
	display: flex;
	border-bottom: dotted 1px #ccc;
	padding: 10px 0;
}

.com-hyou-innner .h-box .naiyo .line h3{
	width: 25%;
}
.com-hyou-innner .h-box .naiyo .line p{
	width: 72%;
	margin-left: 3%:
}

.com-hyou-innner .h-box .naiyo .dantai{
	padding: 10px;
	margin-top: 10px;
}

.dantai-tt{
	margin-top: 70px;
}


.access-box{

}

.access-box .pic{
	margin-bottom:15px;
	
}
.access-box .pic img{
	width: 100%;
	height: auto;
}

.access-box .add{

}

.access-box .add h3{
	background-color: #000000;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 20px;
}

.access-box .add .inner{
	padding: 10px 0;
	font-size: 15px;
	letter-spacing: 0.5px;
}
.access-box .add .inner p{
	padding: 15px 0;
	border-bottom: dotted 1px #ccc;
}

.access-box .add .inner .map iframe{
	height: 300px;
	width: 100%;
	margin-top:25px;
}

.company-biz{
	text-align:center;
}
.company-biz img{
	width:100%;
	height:auto;
}

/**********************************************
 * 無料レポートDL
 * *************************************************/

.apply-mes {
    padding: 20px;
    background-color: #f2f2f2;
    margin-bottom: 40px;
    margin-top: 40px;
    font-weight: 700;
    line-height: 160%;
	font-size:15px;
	text-align:left;
}

.midashi-apply {
    width: 100%;
    font-size: clamp(18px, 4vw, 30px);
    padding: 10px 0;
    margin: 20px 0;
    text-align: center;
    color:#f83740;
	line-height:180%;
    font-weight: 600;
}
.midashi-apply span {
    position: relative;
	font-size:24px;
}


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


#apply-frame {
    margin: 0 auto;
}

.cont-panf{
	font-size:15px;
	font-weight:bold;
}

.cont-panf .first{
	display:none;
}


.apply-line {
    overflow: hidden;
    padding: 15px;
    border-bottom: dashed 1px #ccc;
    text-align: left;
}
.apply-line-l {
    font-weight: bold;
		font-family: 'Noto Sans Japanese', sans-serif;
	margin-bottom:5px;
	border-left:solid 5px #ccc;
	padding-left:10px;
}
.apply-line-l .hissu{
	font-size:12px;
	color:#d60000;
}



.apply-line-r {}

select {
    padding: 10px;
    width: 300px;
    color: #636063;
    background-color: #F9F9F9;
    border: solid 1px #CCCCCC;
}
.wpcf7-textarea {
    padding: 15px 1%;
    width: 90%;
    height: 100px;
    color: #636063;
    background-color: #F9F9F9;
    border: solid 1px #CCCCCC;
}
.wpcf7-form-control.wpcf7-submit {
display: block;
    width: 350px;
    border: none;
    padding: 25px;
    background-color: var(--main-color);
    color: #fff;
    margin-top: 40px;
    font-size: 20px;
		font-family: 'Noto Sans Japanese', sans-serif;
	border-radius:5px;
}
.apply-mes {
    padding: 15px;
    background-color: #f2f2f2;
    margin-bottom: 20px;
    margin-top: 20px;

    font-weight: 600;
    line-height: 180%;
}
.wpcf7-text {
    padding: 15px 1%;
    width: 90%;
    color: #636063;
    background-color: #F9F9F9;
    border: solid 1px #CCCCCC;
}
.contact-set {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    text-align: center;
}
.contact-set .c-kotei {
    width: 100%;
    display: flex;
    flex-direction: column;
	justify-content:center;
    background-color: #fff;
    font-size: clamp(16px, (0.5rem + 1vw), 20px);
    font-weight: 600;
    padding: 10px 0;
    margin: 1% auto;
    text-align: center;
    border-radius: 20px;
    align-items: center;
    border: 5px #eee solid;
}

.contact-set .c-kotei span{
	font-size:27px;
	    color: #000;
}

.contact-set .button {
    position: relative;
    width: 90%;
    display: inline-block;
    padding: 10px 0;
    background-color: #fff;
    color: #000;
    text-align: center;
    font-size: clamp(16px, (1rem + 3vw), 46px);
    transition: 0.5s;
}
.contact-set .button::before, .contact-set .button::after {
    position: absolute;
    top: 50%;
    right: -5px;
    content: '';
    margin-top: -10px;
    border: 12px solid transparent;
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-color: red;
}
.contact-set .button p {
    display: flex;
    align-items: center;

    padding: 0 5px;
    line-height: 130%;
}
.contact-set .button img {
	width:40px;
    height: auto;
    margin-right: 5px;
}

.panf-frame{
    margin: 0 auto;
}

#panf-img-set .wpcf7-form-control {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


#panf-img-set .wpcf7-list-item {
	width:45%;
	text-align:center;
	font-size:13px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:600;
}

#panf-img-set .wpcf7-list-item label::before {
    display: block;
    content: "";
    background-size: contain;
    background-position: 50% 75%;
    background-repeat: no-repeat;
    width: 100%;
	margin-bottom: 10px;
	height:120px;
}



.pant-chuo{
	border-bottom:solid 2px #f99123;
	padding-bottom:7px;
	font-size:16px;
	color:#f99123;
	text-align:center;
	margin-top:50px;
}

.thx-mes{
	padding:50px 25px;
	background-color:#f6f6f6;
	font-size:16px;
	line-height:200%;
	text-align:center;
}

.thx-mes h3{
	font-size:24px;
	text-align:center;
	margin-bottom:50px;
}

/******************************************
 * 固定ページ　倉庫・工場の実績
**************************************************/

.page-works-frame{
	background-color:#f0f0f0;
	padding:80px 0;
}

.page-works-tt{
	color:#F99123;
	padding:15px;
	font-size:28px;
	margin-bottom:25px;
	border-radius:5px;
	line-height:140%;
}

.page-w-botan a {
    width: 200px;
    margin: 0 auto;
    background-color: #F99123;
    color: #fff!important;
    display: block;
    padding: 15px;
    border-radius: 10px;
    margin-top: 30px;
	font-size:18px;
}



/***********************************
その他の建物例
**********************************************/

.lineup-etc{
    margin: 0 auto;
    padding: 30px 20px 60px 20px;
    background-color: #ededed;
    margin-top: 50px;

}
.lineup-etc h2{
    font-size: 20px;
    margin-bottom: 20px;
    padding: 25px 0;
}
.lineup-etc-inner{
    display: flex;
    flex-wrap: wrap;
}

.lineup-etc-inner .ffbox{
    width: 48%;
    margin: 1%;
    box-sizing: border-box;
    
}

.lineup-etc-inner .ffbox img{
    width: 100%;
    height: auto;
}

.lineup-etc-inner .ffbox h3{
    background-color: #FF8600;
    color: #fff;
    padding: 10px;
    font-size:13px;
}

/*******************************************
その他商品ページ　
***************************************************/

.etc-lineup-waku{
	padding:20px;
	border:solid 1px #ccc;
	box-sizing:border-box;
	margin:20px;
	text-align:left;
	margin-top:100px;
}
.etc-lineup-waku .plan-haccp{
	margin-top:0px!important;
}

.etc-lineup-waku .plan-haccp-l{

}

.etc-lineup-waku .midashi-b{
	margin-top:0!important;
	font-size:18px!important;
	padding:5px 0!important;
	margin-bottom:10px!important;
}
.etc-lineup-waku  .plan-tokuchou{
	padding:15px!important;
}

.etc-lineup-waku  .plan-tokuchou-r .tt{
	font-size:16px;
}

.lineu-menu-flex{
	display:flex;
	flex-wrap:wrap;
	margin:0 auto;
	margin-top:40px;
	justify-content:center;
	padding:0 20px;
}
.lineu-menu-flex .ll-box{
	width:31%;
	margin:1%;
	background-color:#a6a6a6;
	padding:5px;
	box-sizing:border-box;
}
.lineu-menu-flex .ll-box img{
	width:100%;
	height:auto;
}
.lineu-menu-flex .ll-box h3{
	padding:15px 10px;
	line-height:100%;
	color:#fff;
}

.lineup-footer-area{
	margin-bottom:100px;
}

/* 工場倉庫の増築・改修をご検討の方へ */
.page-zouchiku{padding:0px;}
.page-zouchiku img{width:100%;}
.zouchiku-list-flex{width:100%;margin:20px auto;display:flex;justify-content:center;align-items: stretch;gap:15px;padding:0 5px 0 10px;}
.zouchiku-list-pic{width:33%;}
.zouchiku-list-pic img{width: 100%;height: 100%;object-fit: cover;}
.zouchiku-list{font-size:16px;flex:1;list-style:none;}
.zouchiku-list li{padding:10px 0;display: flex;gap: .5rem;}
.zouchiku-list li:before{content:"";background-image:url(../../../image/zouchiku/checkbox.png);background-size:cover;background-repeat:no-repeat;display:inline-block;width:25px;height:23px;}
.zouchiku-list li p{flex:1;}

.tuyomi-flex{display:flex;justify-content:center;gap:10px;}
.tuyomi-box{display: flex;justify-content: center;align-items: center;border-radius: 50%;background-color: #ff7224;width: 33%;aspect-ratio: 1 / 1;color: #FFF; font-size: 100%; line-height: 1.6;text-align: center;}

.zouchiku-case-flex{display:flex;flex-direction:column;margin-top:20px;}
.zouchiku-case-flex img{width:100%;height:auto;}
.-m-20{margin:-50px 0 -20px;}

.zbox{
	width:100%;
	padding:10px 10px 10px 0;
}

.zbox div{
	background:#FFF;
	padding:20px;
	margin-top:30px;
	
}


.zbox h3{
	border-left:10px solid #f99123;
	padding:10px 20px;
	margin-top:20px;
	text-align:left;
	font-size:24px;
}

.zbox ol {
  counter-reset: list-counter; 
  padding-left: 0;
  list-style: none;  
	margin-top:30px;
}

.zbox ol li {
  counter-increment: list-counter; 
  position: relative;
  padding-left: 40px;         
	text-align:left;
	margin-bottom:10px;
}

.zbox ol li::before {
  content: counter(list-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: white;
  background-color: #EB6100; /* 番号の背景色 */
  border-radius: 50%;        /* 丸型にする */
  text-align: center;
}