.sp{
	display:none;
}

.w1100{
	width: 1100px;
	margin: 0 auto;
}

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

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: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size:13px;
	color: #4F5050;
	margin: 0px;
	text-align: center;
	line-height:180%;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/**************************************************************
リンク
**************************************************************/
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;
}


/**************************************************************
ヘッダー
**************************************************************/

.hamburger-menu input{
	display:none;
}
.hamburger-menu label{
	display:none;
}


header {
  box-sizing: border-box;
  padding-left: 15px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  z-index: 99;
  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: 30%;
	padding: 15px 0;
	text-align:left;
}
.site-header .logo img{
	width:100%;
	max-width:420px;
	height:auto;
}
.site-header-inner{
	margin: 0 auto;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.site-header .logo img {
	width: 100%;
	height: auto;
}

.site-header .h-nav-ff{
	width: 70%;
}

.h-nav-ff .h-set{
	display:flex;
	width:80%;
	margin-left:20%;
	justify-content:flex-end;
	font-size:15px;
}

.h-nav-ff .h-set a{
	border-radius:5px;
	margin:10px 0px 0 10px;
}

.h-nav-ff .h-set .tel{
	max-width:420px;
	font-size:24px;
	font-weight:900;
}
.h-nav-ff .h-set .tel span{
	font-size:16px;
}

.h-nav-ff .h-set .tel a{
	display:block;
	padding: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: 23px;
    height: 23px;
    margin: -3px 5px 0 0;
    background-image: url(../../../image/tel.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
	margin-right:10px;
}


.h-nav-ff .h-set .ap{
	width:31%;
}

.h-nav-ff .h-set .ap a{
	display:block;
	padding:5px;
	background-color:var(--main-color);
	color:#fff;
}

.h-nav-ff .h-set .ap a::before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    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:31%;
}

.h-nav-ff .h-set .panf a{
	display:block;
	padding: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-nav {
	width: 100%;
	display: flex;
	justify-content:space-around;
	font-weight:600;
	padding-top:15px;
}
.site-header .h-nav li {
  list-style: none;
    position: relative;
    font-weight: 600;
	font-size: 16px;
}
.site-header .h-nav a {
	display: block;
	color:#5e5e5e;
}
.site-header .h-nav a:hover {
	color:var(--main-color);
}

.have-child{height: 50px;}
.have-child .child{position: absolute;top: 20px;right: -10px; width: 100%;background: rgb(255 255 255 / 50%);
    -webkit-transition: all .2s ease;transition: all .5s ease;opacity: 0;}

.have-child:hover .child{top: 45px;visibility: visible;opacity: 1;background: rgb(255 255 255 / 100%);
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;}
.have-child .child li{padding: .75rem .5rem; text-align: center;color: #222;transition: all .5s ease;}

.have-child .child li:hover{background-color:#f6f6f6; }

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

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


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

.footer{
	background-color: #333333;
	padding: 50px 0;
	font-weight:600;
}

.footer-inner{
	width: 1100px;
	margin: 0 auto;
	display: flex;
	align-items:flex-start;
}

.footer-inner .logo{
	width: 30%;	
	margin-right:80px;
	align-self:center;
}
.footer-inner .logo img{
	width: 330px;
	height: auto;
}
.footer-inner .sitemap{
	margin-left: 1%;
	width: 29%;
	padding: 20px;
	box-sizing: border-box;
	font-size: 15px;
	line-height:160%;
}
.footer-inner .sitemap2{
	margin-left: 75px;
	width: 25%;
	padding: 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{
	width: 1100px;
	margin: 0 auto;
	display: flex;
	margin-top:60px;

}
.footer-inner2 a{
	width:450px;
	margin-right:90px;
}
.footer-inner2 a img{
	width:100%;
	height:auto;
}
.f-bn{display:block;max-width:350px;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 {
	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 {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-right: solid 20px var(--main-color);
}
.blog-cont h2 {
	border-left: 5px solid var(--main-color);
	background-color: #F9F6EA;
	font-size: 1.6rem;
	line-height: 1.4;
	padding: 0.5rem 1rem;
	text-align: left;
	color: #222;
	margin: 3rem 0  1.5rem ;
}
.blog-cont h3 {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 0.5rem 1rem;
	text-align: left;
	color: var(--main-color);
	border-top: 2px solid;
	border-bottom: 2px solid;
	margin: 1.5rem 0;
}
.blog-cont h4 {
	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 var(--main-color);
	border-bottom: 1px solid var(--main-color);
	margin: 1.5rem 0;
}
.blog-cont h4:before {
	content: "■";
	padding-right: .5rem;
}
.blog-cont h5 {
	border-left: 4px solid var(--main-color);
	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);
}
.blog-cont  strong{color:;}

@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{
	width: 1100px;
	margin: 0 auto;
	padding:50px;
	text-align:left;
	box-sizing:border-box;
}

.sub-cont2{
	width: 1100px;
	margin: 0 auto;
	padding: 100px 0;
	text-align: left;
}


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

.sub-midashi p{
	font-size: 30px;
	margin-bottom:10px;
}
.sub-midashi span{
	font-size: 18px;
	font-weight:normal;
	font-style:italic;
}

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

.footer-simu{
	background-color:#f7f7f7;
	padding:60px 0;
}




/*----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{
		width:1000px;
		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
**************************************************************/

.r-sc{

	width:1200px;
	overflow-y:hidden;
}

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

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

.top-report h3{
	font-size: 50px;
	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: 100px 0;
	width: 1200px;
	margin: 0 auto;
	align-items: center;
	overflow:hidden;
}

.top-works .innner .tt{
	width: 300px;
	color: #fff;
	float:left;
	padding-top:70px;

}

.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:35px;
	margin-bottom:35px;
}

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

.top-works .innner .list-ou{
	width:820px;
	float:right;
	/*overflow-x:scroll;*/
}

.top-works .innner .list{
	width: 820px;
	display: flex;
}
.top-works .innner .list .w-box{
    width: 240px;
    margin: 30px 10px;
    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: 18px;
	margin-bottom: 30px;
	margin-top: 20px;
	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;
}
.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 ;
}


/***************************************
おまかせ top
*********************************************/
	
.top-omakase{
	background-image: url("../../../image/top/bg.webp");
	background-size: cover;
	background-position: center top;
	color: #fff;
	background-attachment: fixed;
}

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

.top-omakase h2{
	font-size: 60px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 120px;
}
.top-omakase h2 span{
	color: var(--main-color);
	font-size: 90px;
}

.top-omakase p{
	width: 80%;
	margin: 0 auto;
	padding: 30px 20px;
	font-size: 30px;
	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: 45px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 120px;
	margin-top: 50px;
	font-weight:800;
}
.top-omakase h3 span{
	color: var(--main-color);
	font-size: 47px;
	font-weight:800;
}

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

.top-omakase .point .p-box{
	width: 47%;
	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: 60px;
	font-style: italic;
	margin-bottom: 30px;
}
.top-omakase .point .p-box .tx{
	font-size: 28px;
	line-height: 160%;
}
a.about-bt{
	display:block;
	width:80%;
	background-color:#000;
	color:#fff;
	margin:10px auto;
	padding:10px;
	text-align:center;
	font-size:24px;
	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");
	background-size: cover;
	background-position: center top;
	background-attachment: fixed;
}

.top-jirei .inner{
	padding: 150px 0 100px 0;
}


.top-jirei .inner h2{
	font-size: 48px;
	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: 25px 0;
    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: 30px 10px;
    width: 33%;
}

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

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

.top-jirei .inner h4{
	font-size: 30px;
	font-weight: 600;
	text-align: center;
}
.top-jirei .inner .info{
	font-size: 70px;
	color: #ff8400;
	font-weight: 600;
	margin:0 auto;
	margin-top: 20px;
}
.top-jirei .inner .info span{
	color: #c8000e;
	font-size: 90px;
	font-weight: 700;
	font-style: italic;
}

.top-jirei .inner .info2{
	width:1000px;
	margin:0 auto;
	margin-top:50px;
	text-align:left;
}

.top-jirei .inner .info2 img{
	width:400px;
	height:auto;
}

/****************************
シミュレーションボタン
*****************************************/
.btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 700px;
    height: 80px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
    /* justify-content: center; */
    margin: 0 auto;
    margin-top: 100px;
    font-size: 28px;
}

.btn a:hover {
	color: #fff;
}
.btn01 a {
	background-color: #ff8400;
	border: 1px solid #ceb849;
	color:#fff!important;
}

.btn01 a:hover {
	background-color: #ff4200;
	border: 1px solid #333;
}
/*
.btn01 a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -35px;
	transform: translateY(-50%);
	width: 70px;
	height: 1px;
	background-color: #333;
}
*/



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

.top-news .inner{
	width:1100px!important;
}

.top-news-list{
	width: 70%;
	text-align:left;
	margin-left:10%;
}
.top-news-list li{
	list-style:none;
	display:flex;
	padding:15px 0;
	border-bottom:dashed 1px #ccc;
}

.top-news-list .day{
	color:var(--main-color);
	font-size:15px;
	width:20%;
}
.top-news-list h3{
	width:77%;
	margin-left:3%;
	font-size:18px;
}
.top-news-list h3 span{
	margin-left:10px;
	padding:5px;
	background-color:var(--main-color2);
	line-height:100%;
	border-radius:5px;
	margin-left:15px;
	font-size:14px;
}


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

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

.top-event .inner{
	padding: 100px 0;
	display: flex;
	width: 80%;
	margin: 0 auto;
	min-width: 1100px;
	align-items: center;
}

.top-event .inner .tt{
	width: 20%
}

.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(--main-color2);
}

.top-event .inner .ev-bx{
	display: flex;
	width: 70%;
	margin-left: 10%;
	background-color: #fff;
}

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

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

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

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

.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: 13px;
	border-radius: 5px;
	margin-right: 15px;
}

.top-event .inner .ev-bx .text .ll p{
	font-size: 16px;
	width: 90%;
	box-sizing: border-box;
	text-align: left;
}
.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: 100px 0;
	display: flex;
}

.contactarea .botan{
	width: 48%;
	margin: 1%;
	transition: 1.0s ;
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
	overflow: hidden;
}
.contactarea .botan a{
	display: block;
	padding: 35px 25px;
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	box-sizing: border-box;
}
.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:80px 0 0 0;
	overflow: hidden;
}
.medical-works-inner{
	width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.medical-works-inner .wd-box{
	width: 31%;
	margin: 1%;
	padding: 10px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight:bold;
}
.medical-works-inner .wd-box img{
	width: 100%;
	height: auto;
	margin-bottom: 35px;
	border-radius:10px;
	aspect-ratio:60 / 45;
	object-fit:cover;
}

.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;
}

.medical-works-inner .wd-box .line{
	padding:5px 0;
	display:flex;
	border-bottom:dotted 1px #ccc;
	font-size:14px;
}

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

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

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


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

.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{
	width: 48%;
	float: left;
	font-size:16px;
	line-height:170%;
}

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

.works-detail .main3-r{
	width: 48%;
	float: right;
}



.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;
}

a.works-bt{
	display:block;
	margin:50px auto;
	max-width:300px;
	padding:15px 10px;
	font-size:20px;
	color:#fff;
	background-color:var(--main-color);
	border-radius:5px;
	transition:0.5s;
	text-align:center;
}
a.works-bt:hover{
	background-color:var(--sub-color);
}
/******************************************
施工事例　single下
************************************************/

.top-jisseki{
	background-color: #f4f4f4;
	padding: 40px 0 90px 0;
}
.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: 50px;
}
.top-jisseki-in p{
	padding: 50px 0;
}

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


.w900{
	width:900px;
	margin:0 auto;
}
.blog-cont{
	text-align:left;
	margin-bottom:50px;
	font-size:17px;
	line-height:200%;
	font-family: 'Noto Sans Japanese', sans-serif;
	padding:45px 30px;
	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 #f6be46;
}

.cont-midashi{
	font-size:36px;
	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:var(--main-color);
	margin-bottom:60px;
}

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

.ac-event{
	display: flex;
	padding: 0px 0;
	flex-wrap: wrap;
}


.ac-event .ev-box{
	width: 31%;
	margin: 1%;
	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;
	line-height:160%;
}
.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;
	flex-wrap:wrap;
}
.single-ev-midashi .tt{
	font-size:28px;
	font-weight:bold;
	font-weight:600;
	margin-top:20px;
	text-align:center;
}

.single-ev-midashi .area{
	padding: 10px;
	background-color: var(--main-color);
	color: #fff;
    font-size: 16px;
    border-radius: 5px;
	margin-right:7px;
	margin-bottom:5px;
}
.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{
	display:flex;
	flex-wrap:wrap;
}

.ev-single-more .edd-box .line{
	display: flex;
	padding: 10px 0;
	align-items: center;
	width:48%;
	margin:0 1%;
	border-bottom:dotted 1px #ccc;
}

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

.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;
}
.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{
display:flex;
flex-wrap:wrap;
margin-bottom:100px;
margin-top:50px;
}

.blog-waku-flex .news{
	width:46%;
	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: 32px;
    text-align: center;
    margin-bottom: 80px;
    font-weight: 800;
    margin-top: 40px;
}

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

.page-about .menu .mbox{
	width: 30%;
	box-sizing: border-box;
	align-content:center;
}

.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);

}


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

.n-li-waku{
	display:flex;
	margin-bottom:60px;
}

.n-li-waku .n-li-child{
	width:68%;
	margin-left:2%;
	display:flex;
	flex-wrap:wrap;
}
.n-li-waku .n-li-child .ffbox{
	width:23%;
	margin:0 1% 1% 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:31%;
	margin:0 1% 1% 1%;
	background-color: var(--main-color);
    box-sizing: border-box;
	color:#fff;
}

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





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


.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: 25px 0 35px 0;
    margin-bottom: 0.2rem;
    border-bottom: 5px solid;
    color: var(--main-color);
    font-size: 42px;
    margin-top: 80px;
    text-align: center;
	font-weight: 500;
}

.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{
	width: 500px;
	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{
	display: flex;
	flex-wrap:wrap;
	width: 950px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 20px;
	border-bottom: dotted 1px #ccc;
	padding-bottom: 25px;
	gap:20px 5%;
}
.about-chigai .pic{
	width: 30%;
}

.about-chigai .pic img{
	width: 100%;
	height: auto;
}
.about-chigai .text{
	width: 65%;

}
.about-chigai .text h3{
	font-size: 24px;
	color: var(--main-color);
	margin-bottom: 20px;
}

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

.page-about .strength{
	width: 1100px;
	margin: 0 auto;
	position: relative;
	margin-top: 100px;
	margin-bottom: 100px;
}

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

}
.page-about .strength .stbox h3{
	font-size: 30px;
	margin-bottom: 50px;
	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{
	position: absolute;
	top: 60px;
	left: 0px!important;
	width: 500px;
	background-color: var(--main-color);
	color: #fff;
	padding: 35px 20px;
	text-align: left!important;

}

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

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

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

/*****************************************************
小西建築設計事務所とはの扉
****************************************************/

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



.door-page-header .inner{
	width:1100px;
	margin:0 auto;
	color:#fff;
}
.door-page-header .inner h2{
	font-size:72px;
	margin-bottom:45px;
	font-weight:600;
	line-height:160%;
}
.door-page-header .inner h2.f55{font-size:55px;margin-bottom:0;}
.door-page-header .inner p{
	font-size:33px;
	letter-spacing:1px;
	color:#fff100;
	font-weight:600;
}
.ttl {
	font-weight: 700;
	font-size:30px;
	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:0 3%;
	margin:60px 0;
}
.re-flex{
	flex-direction:row-reverse;
}
.about-zu-flex .img{
	width:50%;
}
.about-zu-flex .img img{
	width:100%;
	height:auto;
}
.about-zu-flex .text{
	width:47%;
	font-size:16px;
	line-height:180%;
	align-self:center;
}
.about-zu-flex span{
	color:var(--main-color);
}
.about-zu-flex .text h3{
	font-size:34px;
	font-weight:800;
	padding-bottom:30px;
	text-align:center;
}

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

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

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

.fac-nayami{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	margin-top: 55px;
	margin-bottom: 55px;
}

.fac-nayami .pic{
	width: 40%;
}

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

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

.fac-nayami2 .tex{
	width: 50%;
	margin-right: 10%!important;
	margin-left: 0!important;

}


.fac-nayami .tex{
	width: 50%;
	margin-left: 10%;
	line-height:150%!important;

}

.arrow_box{
    position:relative;
    background:#F99123;
    padding:35px 25px;
    text-align:center;
    border:2px solid #F99123;
    color:#FFFFFF;
    font-size:30px;
    font-weight:bold;
	line-height: 190%;
}
.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{
    border-color: rgba(249, 145, 35, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:20px;
    border-right-width:20px;
    margin-top: -10px;
    border-left-color:#F99123;
}
.arrow_box:before{
    border-color: rgba(249, 145, 35, 0);
    border-top-width:12px;
    border-bottom-width:12px;
    border-left-width:24px;
    border-right-width:24px;
    margin-top: -12px;
    margin-left: 2px;
    border-left-color:#F99123;
}
.arrow_box2{
    position:relative;
    background:#F99123;
    padding:35px 25px;
    text-align:center;
    border:2px solid #F99123;
    color:#FFFFFF;
    font-size:30px;
    font-weight:bold;
	line-height: 160%;
}
.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{
    border-color: rgba(249, 145, 35, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:20px;
    border-right-width:20px;
    margin-top: -10px;
    border-right-color:#F99123;
}
.arrow_box2:before{
    border-color: rgba(249, 145, 35, 0);
    border-top-width:12px;
    border-bottom-width:12px;
    border-left-width:24px;
    border-right-width:24px;
    margin-top: -12px;
    margin-right: 2px;
    border-right-color:#F99123;
}

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

.costdown-frame{
	background-image: url("../../../image/factory/costdown.jpg");
	background-size: cover;
	padding:40px 0;

}

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

.costdown-tt2{
	font-size: 48px;
	color: #fff;
	margin-bottom: 25px;
	text-align: center;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 100px;
}

.costdown-box{
	display: flex;
	background-color: #fff;
	padding: 30px;
	margin: 40px;
}

.costdown-box .pic{
	width: 40%;
}

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

.costdown-box .text{
	width: 55%;
	margin-left: 5%;
}

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

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

.costdown-box .text .naiyo img{
	margin-bottom:10px;
}

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

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

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

.warehouse-flow{
	background-color: rgba(238,238,238,1.00);
	padding: 150px 0;
	/*background: url("../../../image/warehouse/bg.webp") repeat center ;*/
}

.warehouse-flow .inner{
	width: 1000px;
	margin: 0 auto;
}
.w-flow-box{
    position:relative;
    background:#FFFFFF;
    padding:35px;
    text-align:left;
    border:2px solid #FFFFFF;
    color:#FFFFFF;
    font-size:30px;
    font-weight:bold;
	display: flex;
	margin-bottom: 100px;
}
.w-flow-box2{
    position:relative;
    background:#FFFFFF;
    padding:35px;
    text-align:left;
    border:2px solid #FFFFFF;
    color:#FFFFFF;
    font-size:30px;
    font-weight:bold;
	display: flex;
	margin-bottom: 100px;
}


.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{
	width: 40%;
}
.w-flow-box .pic img{
	width: 100%;
	height: auto;
}

.w-flow-box .f-text{
	width: 55%;
	margin-left:5%;
}
.w-flow-box .f-text h3{
	font-size: 30px;
	color: var(--main-color)!important;
	margin-bottom: 40px;
}

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

.wflow-ttt{
	font-size: 42px;
	margin-bottom: 100px;
}


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

/*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: 28px;
    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{
    width: 550px;
    float: left;
}

.plan-haccp-l .tt{
font-size: 36px;
	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{
	width: 400px;
	float: right;
}

.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{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

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

}



.plan-tokuchou-l{
	width: 30%;
}

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


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

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

.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
***************************************/

.company-message{
	display: flex;
}

.company-message .pic{
	width: 35%;
}
.company-message .pic img{
	width: 100%;
	height: auto;
}

.company-message .com-mes-text{
	width: 55%;
	margin-left: 5%;
	font-size: 16px;
	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;
}



.com-hyou-innner{
	display: flex;
	flex-wrap:wrap;
}

.com-hyou-innner .h-box{
	width: 98%;
	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;
	font-size: 16px;
	letter-spacing: 0.5px;
	text-align:left;
}

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

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

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

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


.access-box{
	display: flex;
}

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

.access-box .add{
	width: 55%;
	margin-left: 5%;
}

.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: 160px;
	width: 100%;
}

.company-biz{
	text-align:center;
}
.company-biz img{
	width:955px;
	height:auto;
}

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

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

.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:36px;
}
.midashi-apply span::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -30px;
    top: -10px;
    width: 3px;
    height: 70px;
    background-color: #EB6100;
    transform: rotate(-35deg);
}
.midashi-apply span::after {
    content: '';
    display: inline-block;
    position: absolute;
    right: -30px;
    top: -10px;
    width: 3px;
    height: 70px;
    background-color: #EB6100;
    transform: rotate(35deg);
}

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


#apply-frame {
    max-width: 1000px;
    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;
    display: flex;
    flex-wrap: wrap;
}
.apply-line-l {
    width: 30%;
    font-weight: bold;
		font-family: 'Noto Sans Japanese', sans-serif;
}
.apply-line-l .hissu{
	font-size:12px;
	color:#d60000;
}



.apply-line-r {
    width: 70%;
}
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: red;
    color: #fff;
    margin-top: 40px;
    font-size: 20px;
		font-family: 'Noto Sans Japanese', sans-serif;
	border-radius:5px;
}
.apply-mes {
    padding: 30px 15px;
    background-color: #f2f2f2;
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: center;
    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: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    font-size: clamp(16px, (0.5rem + 1vw), 20px);
    font-weight: 600;
    padding: 20px 0;
    margin: 2% auto;
    text-align: center;
    border-radius: 20px;
    align-items: center;
    border: 5px #eee solid;
}

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

.contact-set .button {
    position: relative;
    width: 90%;
    display: inline-block;
    padding: 20px 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: 0.2em;
    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;
    justify-content: center;
    padding: 0 5px;
    line-height: 130%;
}
.contact-set .button img {
    width: 50px;
    height: auto;
    margin-right: 10px;
}

.panf-frame{
    max-width: 1000px;
    margin: 0 auto;
}

#panf-img-set .wpcf7-form-control {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 50px;}


#panf-img-set .wpcf7-list-item {
	width:31%;
	margin: 20px 10px;
	text-align:center;
	font-size:15px;
	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%;
    height: 240px;
	    margin-bottom: 20px;
}



.pant-chuo{
	font-size:13px;
	border-bottom:solid 2px #f99123;
	padding-bottom:7px;
	font-size:20px;
	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:30px;
	width:1050px;
	margin:0 auto;
	margin-bottom:40px;
	border-radius:5px;
}

.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{
    width: 1000px;
    margin: 0 auto;
    padding: 30px 20px 60px 20px;
    background-color: #ededed;
    margin-top: 50px;
    margin-bottom: 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: 19%;
    margin: 0.5%;
    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:40px;
	border:solid 2px #ccc;
	box-sizing:border-box;
	width:1000px;
	margin:0 auto;

	margin-top:120px;
	text-align:left;
}
.etc-lineup-waku .plan-haccp{
	margin-top:0px!important;
}

.etc-lineup-waku .plan-haccp-l{
	width:500px!important;
}

.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;
	width:1100px;
	margin:0 auto;
	margin-top:80px;
	justify-content:center;
}
.lineu-menu-flex .ll-box{
	width:14%;
	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;
}

