/*
Theme Name: 軽量鉄骨WORKS
Text Domain: 
Author: R-design
*/

  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Prompt:ital,wght@0,400;1,500;1,600&display=swap');

:root {
	
--main-color: #ed6c00;/*オレンジ*/
--main-color2: #ea5400;/*濃いオレンジ*/
--main-color3:#ff1d1d;/*明るい赤*/
--sub-color:#f6ab00 ;/*やまぶきいろ*/
--sub-color2:#ffcf48;/*薄い黄色*/
 }

.en{
	font-family: 'Prompt', sans-serif;
	font-weight:500;
　　/*font-style:italic;*/
	letter-spacing : 0.1em;
}
.w1000{
	max-width:1000px;
	height:auto;
	margin:30px auto;
}
.w1000 img{
	width:100%;
	height:auto;
}

.navi {
    background-color: #f2f2f2;
    padding: 5px;
    text-align: left;
    font-size: 12px;
    margin-bottom: 20px;
}
.wp-navi{
	margin:30px auto ;
	height:50px;
	text-align:center;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
	padding: 10px!important;
	margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color:#EB8400!important;
	background-color:#EB8400!important;
	color:#fff!important;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #afafaf!important;
	background-color:#afafaf!important;
	color:#fff!important;
}


.inner{
	max-width:1100px;;
	margin:0 auto;
	position: relative;
}

section{
	margin:0;
}

.sp {
  display: none;
}

header{
	width: 100%; 
	background-color:#fff;
	position: fixed; 
	z-index: 100;
	top: 0; 
    left: 0;
}

#title-inner{
	margin: 0 0 0 20px;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
#title-inner .logo{
	width:30%;
	max-width:350px;
	margin-top:10px;
}

#title-inner .logo h1 img{
	width:100%;
	line-height: 1.0;
}
#title-inner .logo h2{
	margin-left:65px;
	font-size:13px;
}

#title-inner .t-right{
	width:60%;
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-end;
	align-content: flex-end;
	margin:7px 7px 0;
}
#title-inner .t-right .telimg{
	height:55px;
	width:auto;
	font-size:24px;
	line-height:24px;
	color:var(--main-color2);
	letter-spacing: 2px;
}
#title-inner .t-right .telimg a{
	color:var(--main-color2);
}
#title-inner .t-right .telimg span{
	font-size:11px;
	display:block;
	text-align:center;
}
#title-inner .t-right .telimg img{
	width:35px;
	height:auto;
}
	
#title-inner .t-right .bt a{
	display: block;
	width:200px;
	background-color: var(--main-color);
	margin-left:10px;
	padding:7px;
	text-align: center;
	color:#fff;
	border-radius:10px;
	transition: 0.5s;
	font-weight:700;
}
#title-inner .t-right .change a{
	background-color: var(--sub-color);
}
#title-inner .t-right .bt a:hover{
	background-color: var(--main-color2);
}

.top-bn{
	display:block;
	max-width:1100px;
	margin:30px auto;
}
.top-bn img{
	width:100%;
	height:auto;
}
/**************************************************************
グローバルナビ
**************************************************************/

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

#globalnavi{
	margin: 0;
	padding: 1px 0;
	/*background-color:#fff;*/
	align-items: center;
	font-weight:500;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}


#globalnavi #g-nav-pc{
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  display:flex;
  justify-content:space-around;
  font-size:16px;
}

#globalnavi #g-nav-pc li{
	/*width: calc(100% / 6);*/
	padding: 0;
	display: inline-block;
	text-align: center;
	flex-grow: 1;
	transition: 0.5s;
	line-height:20px;
}

#globalnavi #g-nav-pc span{
	display: block;
	font-size:13px;
	color:var(--main-color);
}
#globalnavi #g-nav-pc a{
	display:block;
	transition:0.5s;
}
#g-nav-pc li + li {
	border-left: 1px solid var(--main-color2);
  /*border-left: 3px solid #EB8400;*/
}


#globalnavi #g-nav-pc a:hover{
	color:var(--main-color);
}



/**************************************************************
スライダー下
**************************************************************/



.slider-waku{position:relative;}
.slider-obi{
	text-align:center;
	width:100%;
	position:absolute;
	bottom:0;
	background-color:rgb(0 0 0 / 70%);
}

.slider-obi-nai{
	display:flex;
    align-items: center;
	justify-content:space-around;
	height: 80px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px 0;
    box-sizing: border-box;
	font-size:24px;
	color:#FFF;
	font-weight:bold;
	line-height:1.5;
}
.slider-obi-nai img{height:80px;}


/**************************************************************
footer
**************************************************************/
footer{
	background-color: #ededed;
	padding:30px;
	font-weight:400;
}
#footer-nav{
	max-width:1100px;
	margin:0 auto 20px;;
	display: flex;
	justify-content: space-around;
}
.footer-box{
	width:30%;
	text-align:left;
	padding:20px;
}
.footer-box2{
	width:40%;
	text-align:center;
	padding:20px;
}
.footer-box2 .f-logo img{
	width:100%;
	max-width:300px;
	height:auto;
	margin:auto;
}
.footer-box2 h3{
	display:flex;
	justify-content:center;
	margin-top:20px;
}
.footer-box2 h3 img{

	height:auto;
}
.footer-box2 h3 .tel_f_text{
	font-size:30px;
	line-height:30px;
}
.footer-box2 h3 .tel_f_text span{
	font-size:13px;
	display:block;
	color:var(--main-color);
}
.footer-box li{
	position: relative;
  	text-decoration: none;
	padding-left:20px;
	padding-bottom:10px;
	font-weight:500;
}
.footer-box li a, .footer-box2 a{color:var(--main-color);}

.footer-box li::before{
  content:'';
  position: absolute;
  left:0;
	top:13px;
  width:6px;
  height:6px;
  border-top: 2px solid var(--main-color);
    border-right:2px solid var(--main-color);
    transform: rotate(45deg);
}


.footer-box .sns{
	display:flex;
	align-content: center;
	width:80%;
}
.footer-box .sns img{
	width:30px;
	height:30px;
	margin: 10px;	
}
/**************************************************************
side固定バナー
**************************************************************/
.fix-btn {
    position: fixed;
	top: 60%;
    right: 0;
    transform: translateY(-50%);
    z-index: 100;
}
.fix-btn li{
	list-style:none;
}
.fix-btn_item a{
	display: block;
	background-color: var(--sub-color);
	color:#fff;
	padding:15px;
	height:160px;
	text-align: center;
	font-size:20px;
	font-weight:bold;
	border-bottom:solid #fff 1px;
	border-left:solid #fff 1px;
	transition: 0.5s;
}
.fix-btn_item a:hover{
	background-color: var(--main-color2);
	
}
.fix-btn_item:first-child a{
	background-color: var(--main-color);
	border-top:solid 1px #fff;
}
.fix-btn_item:first-child a:hover{
	background-color:var(--main-color2);}

.fix-btn_text {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}


/**************************************************************
main
**************************************************************/

#slide{
	width:100%;
}
#slide img{
	width:100%;
}


/**************************************************************
TOP　NEWS
**************************************************************/
#news-top{
	max-width:1200px;
	display:flex;
	flex-wrap:wrap;
	margin:50px auto 50px;
}
#news-topl{
	width:23%;
	display:flex;
	flex-direction: column;
	justify-content:center;
    align-items: center;
}
.top-tt{
	text-align:center;
	color:var(--main-color);
}
.top-tt h2{
	font-size:28px;
	padding-top:20px;
	line-height:28px;
	font-weight:700;
}
.top-tt h2 .en{
	font-size:24px;
	padding:7px;
	border-bottom:solid var(--main-color) 5px;
}

#news-topl .bt a{
	display: block;
	width:180px;
	background-color:  var(--main-color);
	border-radius: 30px;
	padding:7px;
	margin:20px auto;
	text-align: center;
	color:#fff;
	transition: 0.5s;
	font-size:20px;
}
#news-topl .bt a:hover{
	background-color: var(--main-color2);
}

#news-topr{
	width:77%;
	padding:10px 0;
	display:flex;
	flex-wrap:wrap;
	gap: 20px 3%;
}
#news-topr .news-box{
	width:30%;
}
#news-topr .news-box:hover{
	opacity:70%;
}
#news-topr .news-box p{
	padding:0 7px;
	background-color:var(--sub-color);
	margin:10px 0;
	display:inline-block;
	
}
#news-topr .news-box img{
	width:100%;
	height:auto;
	aspect-ratio:16 / 9;
	object-fit:cover;
}
#news-topr .news-box h3{
	font-size:15px;
}
.news-topline{
	display:flex;
	flex-wrap:wrap;
	line-height:40px;
	border-bottom:1px dotted #888;
	padding:15px;
}
.news-topline dt{
	width:150px;
	color:var(--main-color);
}
.news-topline dd{
	flex:1;
}

/**************************************************************
NEWS アーカイブ
**************************************************************/

#news{
	max-width:1000px;
	margin:50px auto 80px;
}

.newsbox{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	width:100%;
	padding:20px 10px;
	border-bottom:5px solid #f2f2f2;
}
.news-line-l{
	width:30%;
}
.news-line-l img{
	width:100%;
	height:auto;
}

.news-line-r{
	width:70%;
	padding:0 20px 0 30px;
}
.news-line-r h2{
	font-size:20px;
	margin-bottom:20px;
	border-bottom:3px solid var(--main-color);
	font-weight:600;
}
.news-line-r h2 a, .news-line-r h2 a:visited{color:var(--main-color);}
.blog-flex{
	display:flex;
	justify-content:flex-end;
	}
.blogimg {
	height:auto;
	margin:0 30px;
	}
.blogimg img{width:100%;}	


.readmore-n a:link, .readmore-n a:visited {
	width:300px;
	margin:50px 10px 0;
	padding:20px 0;
	box-sizing:border-box;
	position:relative;
	font-size:16px;
	display:block;
	color:#fff;
	background-color:#1eaa39;
	text-align:center;
	transition: 0.5s;
	}

.readmore-n a:hover{
	color:#fff;
	box-sizing:border-box;
	background-color: #4A4949;
	}

.readmore-flex{
	display:flex;
	justify-content:center;
	margin:50px 0
}

/************************************************
 セクションタイトル
************************************************ */

.top-title{

}


.top-tt2{
	display:flex;
	flex-wrap:wrap;
	color:#00913a;
	padding: 40px 0 0 60px;
}
.top-tt2 h2{
	font-size:20px;
	padding-top:20px;
	line-height:28px;
}

.top-tt3{
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	padding: 40px 0;
}
.top-tt3 .wh{color:#fff;}

.top-tt3 h2{
	font-size:28px;
	padding-top:20px;
	line-height:28px;
	font-weight:700;
}
.top-tt3 h2 .en{
	font-size:24px;
	padding:7px;
	border-bottom:solid var(--sub-color) 7px;
	color:var(--main-color);
}
.readmore-flex2{
	display:flex;
	justify-content:space-around;
}
.readmore a:link, .readmore a:visited {
	width:230px;
	margin:50px auto 0;
	padding:10px 0;
	box-sizing:border-box;
	position:relative;
	font-size:18px;
	display:block;
	color:#fff;
	background-color:var(--main-color);
	text-align:center;
	transition: 0.5s;
	border-radius:30px;
	font-weight:700;
	}
.readmore-flex2 .readmore .change{
	background-color:var(--sub-color);
}

.readmore a:hover, .readmore .change:hover{
	box-sizing:border-box;
	background-color: var(--main-color2);
	}

.midashi-text{
	font-size:clamp(1.313rem, 1.108rem + 1.02vw, 1.875rem);
	text-align:center;
	font-weight:600;
}

/**************************************************************
TOP　EVENT
**************************************************************/

#event{
	background:url(image/top/event_bg.webp) no-repeat center / cover;
	padding-bottom:100px;
}
.top-event-box{
	max-width:1200px;
	margin:50px auto 0;
	display:flex;
	flex-wrap:wrap;
	padding:20px;
	background-color:#fff;
	border-radius:10px;
}
.top-event-img{
	width:46%;
	padding-bottom:50px;
}
.top-event-img img{width:100%;height:auto;}
.top-event-info{
	width:50%;
	padding-left: 3%;
}
.top-event-info h3{
	font-size:22px;
	padding-bottom:10px;
	margin :20px 0 30px;
	border-bottom:solid 2px var(--main-color2);
	font-weight: 400;
	color:var(--main-color2);
	font-weight:700;
	text-align:center;
}

.top-event-info .line{
	padding:10px 0;
	border-bottom:dotted 2px #aaa;
}
.event-box{
	max-width:1000px;
	margin:50px auto 0;
	display:flex;
	flex-wrap:wrap;
	padding:20px;
	background-color:#fff;
	justify-content:center;
}
.event-img{
	width:100%;
	padding-top:50px;
}
.event-img img{width:100%;height:auto;}

.event-info{
	padding:30px 0;
}
.event-info h3{
	font-size:26px;
	padding-bottom:10px;
	margin :20px 0 30px;
	border-bottom:solid 2px var(--main-color);
	font-weight: 400;
	color:var(--main-color);
	font-weight:600;
	text-align:center;
}
.event-info h4{
	font-size:22px;
	padding:10px;
	margin :20px 0 30px;
	background-color:var(--main-color);
	font-weight:500;
	text-align:center;
	color:#fff;
}

.event-info .line{
	padding:10px;
	border-bottom:dotted 2px #aaa;
	background-color:#f2f2f2;
}



/**************************************************************
TOP　PLAN
**************************************************************/
#plan{

}
#plan-flex{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin:30px auto 0;
}
#plan-flex a{display:block;}
#plan-flex .plan-box{
	width:33.3%;
	position: relative;	
	text-align: center;
	margin:0 0 60px;
	height: 500px;
}
#plan-flex .box01{
	background:url(image/top/m01.webp) no-repeat center / cover;
	transition:0.8s;
}
#plan-flex .box01:hover{
	background:url(image/top/m01-ovr.webp) no-repeat center / cover;
}
#plan-flex .box02{
	background:url(image/top/m02.webp) no-repeat center / cover;
	transition:0.8s;
}
#plan-flex .box02:hover{
	background:url(image/top/m02-ovr.webp) no-repeat center / cover;
}
#plan-flex .box03{
	background:url(image/top/m03.webp) no-repeat center / cover;
	transition:0.8s;
}
#plan-flex .box03:hover{
	background:url(image/top/m03-ovr.webp) no-repeat center / cover;
}
#plan-flex .box04{
	background:url(image/top/m04.webp) no-repeat center / cover;
	transition:0.8s;
}
#plan-flex .box04:hover{
	background:url(image/top/m04-ovr.webp) no-repeat center / cover;
}

#plan-flex .plan-title {
	position:absolute;
	top:-20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	text-align: center;
	z-index: 1;
}
.plan-title h3{

}

.plan-title div{
	margin:0 auto;
	
}
.plan-box img {
	width:auto;
	height:100%;
}

#plan-flex img {
	transition: 1.0s ;
}

#plan-flex img:hover {
	opacity: 0.5 ;
}
.plan-sub{
	width:100%;
	text-align:center;
	margin:0 auto;
}
.plan-subimg{
	max-width:1200px;
	display:flex;
	margin:0 auto 50px;
}
.plan-subimg div{
	width:18%;
	text-align:center;
	font-size:14px;
	margin:1%;
}
.plan-subimg img{
	 width:100%;
	height:auto;
}
.plan-sub2{
	text-align:center;
	margin:0 auto;
	max-width:800px;
}
.plan-sub2 img{
	width:100%;
	height:auto;
}
.p0-midashi {
    background-color: #048dff;
    color: #fff;
    padding: 7px;
    text-align: center;
    margin: 10px 0;
}

/**************************************************************
TOP　WORKS
**************************************************************/
#works{
	background-color: #fff;
}
#works-flex{
	max-width:1200px;
	margin: 0 auto;
	padding:50px 0 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
}
.works-box{
	width:32%;
	margin:0.5%;
	background-color: #fff;
	margin-bottom:30px;
	border: 1px solid #aaa;
}
.works-box img{
	width:100%;
	height:auto;
	transition: 1.0s ;
	aspect-ratio:7 /5;
}

.works-box img:hover {
	opacity: 0.5 ;
}

.works-info{

}
.works-info h3{
	text-align: center;
	background-color:var(--main-color);
	font-weight:600;
	color:#fff;
	padding:10px;
}
.works-come{
	text-align:left;
	font-size:15px;
	padding:10px;
}

/**************************************************************
TOP　PLAN
**************************************************************/	
#lineup{
	padding:30px 10px 80px;
}
#lineup-s{
	padding:30px 0 80px;
}
.lineup-flex{
	max-width:1400px;
	display:flex;
	flex-wrap:wrap;
	margin:20px auto 50px;
	gap:15px 2%;
}
#lineup .lineup-box{
	width:32%;
	padding:20px 30px;
	background-color:#ececec;
	border-radius:20px;
	transition:1.2s;
}
#lineup .lineup-box:hover{
	background-color:var(--sub-color2);
}
#lineup .lineup-box img{
	width:100%;
	height:auto;
}
#lineup .lineup-box h3{
	display:block;
	width:70%;
	margin:10px auto;
	padding:10px 20px;
	font-size:clamp(1.25rem, 1.114rem + 0.68vw, 1.625rem);
	text-align:center;
	font-weight:600;
	transition:0.5s;
	border-radius:10px 0 10px 0;
	color:#000;
}
#lineup .lineup-box h3.color-aguri{
	background-color: #AFEA00;
}
#lineup .lineup-box h3.color-soko{
	background-color: #DEEA00;
}
#lineup .lineup-box h3.color-office{
	background-color: #00DEEA;
}
/*.lineup-box:hover p{color:#fff;}*/

#lineup .lineup-box .btt{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	align-items: flex-end;
	text-align:right;
	line-height:40px;
}
#lineup .lineup-box .btt p{
	flex:1;
	color:var(--main-color);

}
#lineup .lineup-box .btt img{
	width:40px;
	height:auto;
	margin-left:10px;
}

/**************************************************************
TOP　panf
**************************************************************/

#panf{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}


#panf .imgbox{
	width:40%;
	position:relative;
	text-align:center;
	margin:2%;
	background-color:#fff;
}
#panf .imgbox img{
	width:100%;
	height:auto;
}
#panf .imgbox a{
	transition: 1.0s ;
}
#panf .imgbox a:hover{
	opacity: 0.5 ;
}
#panf .imgbox p{
	position:absolute;
	font-size:clamp(16px,2vw,34px);
	font-weight:600;
	top: 50%;
    left: 48%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#panf .imgbox p span{
	font-size:clamp(16px,2vw,30px);
	font-weight:400;
}

/**************************************************************
TOP　contents
**************************************************************/

#contents{
	background-color: #555;
	padding-bottom:80px;
}
#cont-flex{
	max-width:1200px;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin:0 auto;
}
.cont-box{
	width:31%;
	text-align: center;
	margin-bottom:30px;
}
.cont-img{
	margin:0;
}
.cont-img img{
	width:100%;
	height:auto;
	transition: 1.0s ;
}

.cont-img img:hover {
	opacity: 0.5 ;
}
.cont-text{
	width:100%;
	background-color: #fff;
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding:10px 30px 10px 10px;
	border-bottom:1px solid #555;
	position: relative;
	height:75px;
}
.cont-text h3{
	text-align:right;	
}

.cont-text a::after{
	content:'';
 	position: absolute;
 	right:10px;
 	top:30px;
 	width:10px;
 	height:10px;
 	border-top: 2px solid #1eaa39;
    border-right:2px solid #1eaa39;
    transform: rotate(45deg);
	display: inline;
}


/**************************************************************
TOP　contact
**************************************************************/

#contact{
	text-align:center;
	padding-top:20px;
}


#contact .top-tt3{
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	color: #fff;
	padding: 20px 0 0 0;
}

#contact .top-tt3 h2{
	font-size:28px;
	padding-top:20px;
	line-height:28px;
	font-weight:700;
}
#contact .top-tt3 h2 .en{
	font-size:24px;
font-family: "brioso-pro", serif;
font-weight: 700;
font-style: italic;
	padding:7px;
	border-bottom:solid #fff 7px;

}

/**************************************************************
下層ページ
**************************************************************/
.sub-tt2{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
	/*background:url(image/top/title_bg.webp) no-repeat center / cover;*/
	background-color:var(--main-color);
	color:#fff;
	padding: 80px 0;
}
.sub-tt2 h2{
	font-size:36px;
	font-weight:500;
}

/**************************************************************
works
**************************************************************/
#works-s{
	max-width:1000px;
	margin:50px auto 20px;
}
#works-s .stitle{
	text-align:center;
	margin-bottom:20px;
	background-color:var(--main-color2);
	padding:20px 10px;
	color:#fff;
	font-weight:600;
	border-radius:20px;
	font-size:20px;
}
#works-flex-s{
	margin: 0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
}

.works-box-s{
	width:98%;
	margin:1%;
}
.works-box-s img{
	width:100%;
	height:auto;
}
.works-info-flex{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
}
.works-info-s{
	width:56%;
	padding:2%;
	line-height: 1.8;
}

.works-info-s .title{
	font-weight:600;
	font-size:20px;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom: 2px solid var(--sub-color2);
}
.works-info-s p{padding:10px 0;}

.works-info-r{
	width:38%;
	margin:20px 1%;
}
.works-info-r li{
	font-size:15px;
	display:flex;
	flex-wrap:wrap;
	padding:7px;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	border-left:1px solid #aaa;

}
.works-info-r li:nth-child(1) {
	border-top:1px solid #aaa;
}
.works-info-r li:nth-child(even) {
	background-color:#FCF6D8;
}

.works-info-r dt{
	width:40%;
	border-right:1px solid #aaa;
}
.works-info-r dd{
	width:60%;
	padding-left:10px;
}

/*******設計実績各ページ***************/

#tsuyomi{
	padding-bottom:50px;
}




/**************************************************************
COMPANY
**************************************************************/

.company-flex{
	max-width:1100px;
	display: flex;
	flex-wrap: wrap;
	margin:50px auto;
	justify-content: flex-start;
}
.company-text{
	line-height: 1.8;
	flex:1;
	padding:0 30px;
}
.company-text p{
	text-align: right;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight:600;
}
.company-text p span{
	font-size:18px;
}
.company-img{
	width:300px;
	height:auto;
}
.company-img img{
	width:100%;
	height:auto;
}
#company dl{
	max-width:1000px;
	display:flex;
	flex-wrap:wrap;
	margin: 30px auto 80px;
}
#company dt{
	width:30%;
	font-weight:600;
	padding:10px;
	border-top:2px solid var(--main-color2);
}
#company dd{
	width:70%;
	padding:20px 10px;
	border-top:2px solid #ccc;
}
#company iframe{
	width:100%;
	height:400px;
}
.area{
	margin:50px auto;
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.area p{
	width:48%;
	margin:1%;
}
.area p img{width:100%;}

#company a:link, #company a:visited {
	color:var(--main-color2);
	border-bottom:1px solid var(--main-color2);
}

/**************************************************************
apply
**************************************************************/

.apply-mes{
	max-width:800px;
	margin:50px auto 100px;
	padding:10px;
}

#apply{
	max-width: 1000px;
	margin: 50px auto;
}

.apply-line{
	overflow: hidden;
	padding: 10px;
	border-bottom: dashed 1px #ccc;
	display:flex;
	flex-wrap: wrap;
}

.apply-line-l{
	width: 35%;
	font-weight:bold;
	padding:10px;
}

.apply-line-r{
	width:65%;
	padding:10px 20px;}

.apply-line-r  .wpcf7-list-item{
margin: 5px 0 5px 30px;
}
.wpcf7-list-item input {
	width: 24px;
	height: 24px;
	position: absolute;
	z-index: 10;
	left:0px;
}

.hissu{
	color: #FF0004;
	font-size: 10px;
}
/* テキストフォームの設定 */
.wpcf7-text{
padding:10px;
width: 430px;
color: #636063;
background-color:#F9F9F9;
border:solid 1px #CCCCCC;
}

/* テキストフォームのフォーカス時の設定 */
.wpcf7-text:focus{
background-color:#FFFFCC;
}

/* テキストエリアの設定 */
.wpcf7-textarea{
padding:10px;
width: 600px;
height: 100px;
color: #636063;
background-color:#F9F9F9;
border:solid 1px #CCCCCC;
}

/* テキストエリアのフォーカス時の設定 */
.wpcf7-textarea:focus{
background-color:#FFFFCC;
}

/* 送信ボタンの設定 */
.wpcf7-form-control.wpcf7-submit{
display: block;
width: 200px;
border: none;
padding:10px;
background-color:#444444;
color:#fff;
}

/* 送信ボタンのフォーカス時の設定 */
.wpcf7-form-control.wpcf7-submit:hover{
filter: alpha(opacity=80);
opacity: .6;
-moz-transition: all 0.7s ease;
-webkit-transition: all 0.7s ease;
}

/* リストの縦並び（チェックボックス・ラジオ） */
span.wpcf7-list-item {
display: block!important;
}

/* セレクト */
select{
padding: 10px;
width: 260px;
color: #636063;
background-color:#F9F9F9;
border:solid 1px #CCCCCC;
}

.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix{
overflow:hidden;
}

.halfsize{
	width:250px;
	margin-top:5px;
	margin-right:7px;
}

.apply-check{
	margin:10px auto;
	padding:10px;
	font-size:16px;
	line-height:24px;
	text-align: center;
	display:block!important;
}

.apply-check .wpcf7-list-item input{
	left:0;
	right:0;
	margin: auto;
}
.apply-check span.wpcf7-list-item {
	text-align:center;
}





/**************************************************************
EVENT
**************************************************************/
#event-s, #event-ss {
	padding-bottom:50px;
}
#event-s .event-box{
	border-bottom:10px solid #eee;
}

/**************************************************************
flow
**************************************************************/
.flow-text{
	max-width:1000px;
	margin:0 auto 50px;
	line-height: 1.8;
	font-size:16px;
	padding:0 10px;
}
#flow-zu{
	margin:50px 0;
	display: flex;
	flex-direction: column;
	align-content: center;
}

#flow-zu .zu, #flow-zu .zu2{
	width:800px;
	margin:0 auto 30px;
	background-color: #f2f2f2;
	border-radius: 10px;
	display: flex;
	position: relative;
}
#flow-zu .zu-l{
	width:40%;
	height: auto;
	background-color: #EB8400;
	color:#fff;
	font-size:22px;
	padding:20px 10px;
	align-content: center;
	border-radius: 10px;
	text-align: center;
}

#flow-zu .zu-r{
	width:60%;
	align-content: center;
	padding:20px;
}
#flow-zu .zu::before{
    content: '';
    position: absolute;
    top: 100%;
    left: 20%;
    transform: translateX(-50%);
    border-top: 20px solid #EB8400;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
}

#flow-flex{
	max-width:1000px;
	margin:20px auto 80px;
}
.flow-box, .flow-box2{
	width:98%;
	margin:80px 1%;
	display:flex;
	flex-wrap:wrap;
	border-bottom:3px solid #EB8400;
	position:relative;
	padding-bottom:30px;
}
#flow-flex .flow-box::before{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 30px solid #EB8400; 
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
}

.flow-l{
	width:30%;
}
.flow-l img{width:100%}
.flow-r{
	width:70%;
	padding:10px 30px 20px;
}
.flow-r h3{
	padding:10px;
	margin-bottom: 20px;
	font-size:22px;
	font-weight:700;
	background-color:#FFFADD;
}
.flow-r h3 .keta{
	color:#fff;
	background-color:orange;
	padding:10px 20px;
	margin-right:15px;
		border-radius:50%;
}
.flow-r h3 .keta02{
	color:#fff;
	background-color:orange;
	padding:10px 13px;
	margin-right:15px;
		border-radius:50%;
}


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

.mainimg{
	text-align:center;
	max-width:700px;
	margin:0 auto;
}
.mainimg img{
	width:100%;
}


#about-flex{
	max-width: 1160px;
	margin:20px auto 80px;
}
.about-box{
	width:98%;
	margin: 80px 1% 120px;
	display:flex;
	flex-wrap:wrap;
}
.about-box2{
	width:98%;
	margin: 0 1% 120px;
	display:flex;
	flex-wrap: wrap-reverse;	
}

.about-l{
	width:25%;
}
.about-l img{width:100%}
.about-r{
	width:75%;
	padding:10px 30px 20px;
}
.about-r h3{
	padding:30px 20px;
	margin-bottom: 20px;
	font-size:30px;
	background-color: #FFFADD;
	font-weight:500;
}

.readmore3 a:link, .readmore3 a:visited {
	width:300px;
	padding:10px 0;
	box-sizing:border-box;
	position:relative;
	font-size:16px;
	display:block;
	color:var(--main-color);
	background-color:#fff;
	text-align:center;
	transition: 0.5s;
	}

.readmore3 a:hover{
	color:#fff;
	box-sizing:border-box;
	background-color: var(--main-color3);
	}
/*-----------------------------------------
選ばれる理由　いき
-----------------------------------------*/

#about-cont{
	padding: 50px 20px;
}
#about-cont-inner{
	max-width: 1100px;
	margin: 0 auto;
}

#about-cont-inner h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 50px;
	margin-top: 40px;
	line-height: 180%;
	text-align:center;
}
#about-cont-inner h3{
	padding: 24px;
	background-color: var(--main-color);
	color: #fff;
	font-size: 30px;
	border-radius: 10px;
	margin: 0 auto;
	margin-bottom: 25px;
	margin-top:50px;
	text-align:center;
}
#about-cont-inner .red{
	color:var(--main-color2);
}
#about-cont-inner h4{
	font-size: 36px;
	border-bottom: solid 2px #000;
	padding-bottom: 25px;
	margin-top:50px;
}

.about-chigai-box{
	margin-top: 45px;
	text-align: left;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
}

.about-chigai-box .img{
	width: 28%;
}
.about-chigai-box .img img{
	width: 100%;
	height: auto;
}
.about-chigai-box .text{
	width: 68%;
	padding:0 2%;
	font-size: 15px;
	line-height: 180%;
	letter-spacing: 1px;
}
.about-chigai-box .text h5{
	font-size: 24px;
	color: var(--main-color);
	margin-bottom: 25px;
}

.about-reason{
	padding: 25px;
	background-color: #EBEBEB;
	border-radius: 10px;
	margin-bottom: 30px;
}

.about-reason .icon{
	text-align: center;
	width:125px;
	margin:0 auto;
}
.about-reason .icon img{
	width: 100%;
	height: auto;
}


.about-reason h3{
	font-size: 36px!important;
	background-color: #EBEBEB!important;
	color: #000!important;
	margin-bottom: 20px!important;
}
.about-reason .text{
	font-size: 18px;
	line-height: 180%;
	letter-spacing: 1.5px;
	text-align: left;
	padding: 10px 30px;
}
.about-reason .text .red{
	font-size: 18px;
}

/**************************************************************
リニューアルをお考えの方へ
**************************************************************/
.re-flex{
	max-width:1100px;
	display:flex;
	flex-wrap:wrap;
	margin:80px auto;
}
.re-flex-re{
	max-width:1100px;
	display:flex;
	flex-wrap:wrap;
	flex-direction: row-reverse;
	margin:80px auto;
}
.re-01, .re-02{
	width:50%;
}
.re-01{
	padding:20px;
	line-height: 1.8;
}
.re-01 h3{
	font-size:30px;
	margin-bottom:30px;
}
.re-01 h3 span{
	padding:10px 15px;
	background-color: #EB8400;
	color:#fff;
	margin-right:10px;
	font-weight:600;
}
.re-02{
	padding:10px;
}
.re-02 img{width:100%;}

/**************************************************************
土地情報
**************************************************************/
#land{
	max-width:1100px;
	margin:80px auto;
}
#land .dai{
	background-color: #f2f2f2;
	text-align: center;
}

.land-flex{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	border-bottom:solid #555 1px;
}
.land-flex .basho, .land-flex .youto, .land-flex .tsubo{
	width:15%;
	padding:7px 10px;
	margin-top:7px;
	border-right:1px solid #555;
} 
.land-flex .info{
	width:55%;
	padding:10px;
	margin-top:7px;
}

/**************************************************************
blog
**************************************************************/
#blog{padding:10px;}

.blog-cont{
	max-width:1000px;
	margin:50px auto 0;
	text-align:left;
	line-height:190%;
	padding:20px 0;
}

.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 p{
	margin-left:0px;
}

.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 h1{
	font-size:30px;
	color:#000000;
	padding:10px 5px;
	margin-bottom:15px;
	margin-top:30px;
	font-weight: 700;
}

.blog-cont h2{
	font-size:18px;
	color:var(--main-color2);
	padding:10px 5px;
	border-bottom:solid 2px var(--main-color2);
	margin-bottom:15px;
	margin-top:30px;
	font-weight: 600;
}

.blog-cont h3{
	font-size:16px;
	background-color:var(--sub-color);
	padding:7px;
	margin-top:30px;
	margin-bottom:15px;
	font-weight: 600;

}
.blog-cont h4{
	font-size:15px;
	color:#000;
	padding:7px 3px;
	border-bottom:solid 1px #000;
	margin-bottom:15px;
	margin-top:30px;
	font-weight: 600;
}

.blog-cont h5{
	font-size:12px;
	color:#000;
	padding:5px;
	background-color:#ececec;
	margin-bottom:15px;
	margin-top:30px;
	font-weight: 600;
}

.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);
}
/*----------------------------------------------------------
 * レポートダウンロード
 * ---------------------------------------------------------*/

#catalog-s{
	max-width:1100px;
	margin:80px auto;}

#catalog-s h3 {
    font-size: clamp(1rem, 0.727rem + 1.36vw, 1.75rem);
    font-weight: 600;
    line-height: 180%;
    text-align: center;
}
#catalog-s .panf-img {
	max-width:800px;
	margin:20px auto;
	padding:20px;
	
}
#catalog-s .panf-img img {
	width:100%;
	height:auto;
}

	.repo-frame{
		display:flex;
		flex-wrap:wrap;
		width:1100px;
		margin:0 auto;
	}
	.repo-frame .box{
		width:48%;
		margin:1%;
		box-sizing:border-box;
		border:solid 1px #ccc;
		background-color:#fff;
		padding:15px 10px;
		display:flex;
	}
	.repo-frame .box .r-img{
		width:45%;
	}
	.repo-frame .box .r-img img{
		width:100%;
		height:auto;
	}
	.repo-frame .box .r-text{
		width:53%;
		margin-left:2%;
	}
	
	.repo-frame .box .r-text h2{
		font-size:16px;
	}
.repo-frame .box .r-text h2 br{
	display:none;
}


	
	.repo-frame .box .r-text .botan a{
		display:block;
		padding:5px;
		background-color:#EB8400;
		color:#fff;
		width:70%;
		margin:0 auto;
		margin-top:20px;
		font-size:15px;
		text-align:center;
		border-radius:20px;
		transition:0.4s;
	}
	.repo-frame .box .r-text .botan a:hover{
		background-color:#555;
	}
	
/*----レポートシングル----*/

	.repo-cont{
		max-width:1000px;
		margin:0 auto;
	}
	.repo-d-tt{
		display:flex;
	}
	.repo-d-tt h2{
		width:60%;
		background-color:#fff!important;
		color:#000;
		text-align:left;
		font-size:28px;
		line-height:180%;
		font-weight:600;
	}	
	.repo-d-tt .img{
		width:35%;
		margin-left:5%;
	}
	.repo-d-tt .img img{
		width:100%;
		height:auto;
	}
	.repo-mes{
	padding: 10px;
    background-color: #0457ac;
    margin-top: 30px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    line-height: 180%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-bottom: 30px;
	}




/****************************************************************
メリット
****************************************************************/

.top-soudanmerit{
	background-color: #F4F4F4;
	padding: 60px 0;
	text-align:center;
	background: url(image/top/merit_bg.webp) no-repeat center / cover;
}

.top-soudanmerit-inner{
	max-width: 1000px;
	margin: 0 auto;
}
.top-soudanmerit-inner h2{
	background-color: var(--sub-color);
	padding: 20px;
	color: #fff;
	font-size: 34px;
	border-radius: 10px;
	margin-bottom: 15px;
	font-weight:700;
}

.top-soudanmerit-inner .text{
	padding: 15px 0;
	font-size: clamp(1.375rem, 0.83rem + 2.73vw, 2.875rem);
	margin-top:30px;
	margin-bottom:30px;
	line-height:220%;
	font-weight:700;
	text-shadow: 1px 1px 2px #fff;
}
.top-soudanmerit-inner .font24{
	font-size:24px;
	line-height:180%;
}


.top-soudanmerit-inner .point{

	padding-bottom:30px;
	margin-top:30px;
}

.top-soudanmerit-inner .point h3{
	text-align: left;
	padding: 25px;
	font-size: 26px;
	background-color: #FFFADD;
	margin-bottom:30px;
	line-height:180%;
		font-weight:700;
}
.top-soudanmerit-inner .point p{
	padding: 20px 15px;
	font-size:22px;
	background-color:rgba(255,255,255,0.8);
	margin:10px ;
	width:80%;
	margin:auto;
}

.top-soudanmerit-inner .point p .num{
	background-color: orange;
	color: #fff;
	padding: 20px 25px;
	font-weight: bold;
	border-radius: 50%;
	margin-right: 15px;
}
.top-soudanmerit-inner .point p .hiright{
background: linear-gradient(transparent 60%, #FFF377 60% 90%, transparent 90%);
}
.top-soudanmerit-inner .point img{
	width: 300px;
	height: auto;
	float: right;
	margin-top:50px;
}








/**************************************************************
選ばれる理由
*********************************************************************/
.reason{}

.reason .rea-tt{
	font-size: 30px;
	text-align: center;
	margin-bottom: 50px;
	line-height:200%;
	margin-top:25px;
}

.rearea{
	background-color: #900d0f;
	padding: 15px;
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 24px;
	border-radius: 10px;
	margin-bottom: 80px;
}

.rearea img{
	width: 50px;
	height: auto;
	margin-right:30px;
}

.rea-box{
	background-color: #F1F1F1;
	padding: 40px 20px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 60px;
	
}

.rea-box .img{
	width: 150px;
	margin: 0 auto;
	float: left;
	margin-right: 20px;
	margin-left:20px;
}

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

.rea-box h4{
	font-size: 30px;
	margin-bottom: 25px;
}
.rea-box p{
	letter-spacing: 1px;
	font-size: 18px;
	line-height:180%;
}

.rea-box .rrr{
	float: right;
	padding: 15px 0;
	width: 850px;
}

.rea-box .rrr strong{
	color:#c10000;
}

/*========================
CONTACT
========================*/

#contact{
	background:url(image/base/contact-bg.webp) no-repeat left / cover;
	padding:50px 10px;
}

#contact .title h2 {
	font-size:clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
	font-weight:800;
	text-align:left;
	color:#fff;
	padding-bottom:10px;
}
#contact .title h2 span{
	font-size:clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
	padding-left:20px;
}

.contact-inner{
	max-width:1200px;
	margin-inline:auto;
}
.contact-flex{
	display:flex;
	flex-wrap:wrap;
	gap:0 2%;
}
.contact-flex a{
	width:32%;
	display:inline-block;
	color:#fff;
	border-radius:10px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	padding:7px;
	background-color:var(--main-color);
	transition:0.5s;
	font-size:clamp(0.875rem, 0.602rem + 1.36vw, 1.625rem);
	align-self:center;
	line-height:150%;
	font-weight:700;
	height:120px;
}

#contact .contact-flex a.c-catarog{
	background-color:var(--sub-color);
}
#contact .contact-flex a.c-tel{
	background-color:var(--main-color2);
}
.contact-flex a:hover, #contact .contact-flex a.c-catarog:hover, #contact .contact-flex a.c-tel:hover{
	background-color:var(--main-color3);
	align-self:center;
}

.contact-flex a img{
	width:40px;
	height:auto;
	text-align:right;
	align-self:center;
}
.contact-flex a p{
	width:80%;
	align-self:center;
	font-weight:700;
}
.contact-flex a p span{
	font-size:clamp(0.813rem, 0.767rem + 0.23vw, 0.938rem);
	font-weight:500;
	display:block;
}



/**************************************************************
商品紹介
**************************************************************/
#outline {
    margin: 0px auto;
    padding: 20px 0;
    max-width: 1100px;
    background: #FFFFFF;
    text-align: left;
}
.factoy-text{
	padding:10px 40px 30px;
}
.factory-img{
	padding:10px 0;
		margin:0 auto;
}
.factory-img img{
	width:100%;
	height:auto;

}

.factory-flex{
	display:flex;
	flex-wrap:wrap;
	margin:30px 0;
}
.factory-box{
	width:50%;
	padding:10px;
	box-sizing:border-box;
	margin-bottom:50px;
}
.factory-box img{
	width:100%;
	height:auto;
}
.factory-box h3{
	font-size:18px;
	font-weight:600;
	margin:20px 0;
}
.plan-waku2{
	margin: 10px 10px 25px;
	display:flex;
	flex-wrap:wrap;
}

.plan-waku-l2{
    width: 48%;
	padding:1%;
}
.plan-waku-l2 p{
	width:100%;
	text-align:center;
	font-size:28px;
	padding-bottom:20px;
}

.plan-waku-r2 img, .plan-waku-l2 img, .plan-waku-r2-03 img{
	width: 100%;
	height: auto;
}


.plan-waku-r2{
    width: 48%;
    padding:1%;
}
.plan-waku-r2-03 {
    width: 46%;
    padding: 2%;
	line-height:180%;
	letter-spacing: 1px;
}


.plan-ex{
	padding: 15px;
	background-color: #f2f2f2;
	margin-top: 15px;
	margin-bottom: 30px;
	text-align:center;
	font-weight:18px;
}

.plan-tokuchou{
    width: 450px;
    float: left;
    padding: 10px;

    margin: 10px;

}
.plan-tokuchou2-flex{
	display:flex;
	flex-wrap:wrap;
}
.plan-tokuchou2{
    width: 48%;
    padding: 1%;
    margin: 1%;
	display:flex;
	flex-wrap:wrap;
	background-color:#FCF6D8;

}

.plan-tokuchou-l{
	max-width: 100px;
	margin:0 auto;
}

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


.plan-tokuchou-r{
    flex:1;
	padding:10px;
	
}

.plan-tokuchou-r .tt{
	font-size: 18px;
    font-weight: 500;
	margin-bottom:15px;
}

/**************************************************************
PLAN
**************************************************************/
:root {
	--aguri:#AFEA00;
	--souko:#DEEA00;
	--office:#00DEEA;
}
.c-aguri{
	background-color: var(--aguri);
}
.c-souko{
	background-color: var(--souko);	
}
.c-office{
	background-color: var(--office);	
}
#aguri{
	
}
.main-img{
	max-width:1100px;
	margin-inline:auto;
}

.point-flex{
	max-width:1100px;
	margin:10px auto;
	display:flex;
	flex-wrap:wrap;
	gap:10px 5%;
	padding:20px;
	background-color:#f2f2f2;
}
.point-flex .img{
	width:20%;
	align-self:center;
}
.point-flex .img img{
	width:100%;
	height:auto;
}
.point-flex .text{
	width:75%;
}

.point-flex .text h4{
	font-size:clamp(1.063rem, 0.949rem + 0.57vw, 1.375rem);
	font-weight:700;
	padding:10px;
	background-color: var(--aguri);
	margin-bottom:10px;
}
#souko .point-flex .text h4{
	background-color: var(--souko);
}
#office .point-flex .text h4{
	background-color: var(--office);
}
.point-flex .text ul{
	padding:10px 10px 10px 30px;
	list-style-type:disc;
}


.plan-sample{
	max-width:1100px;
	padding:20px;
	margin:0 auto 20px;
}
.plan-sample-midashi{
	font-size:clamp(2.5rem, 1.909rem + 2.95vw, 4.125rem);
	font-weight:800;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin-bottom:20px;
	background-color:#fff;
    line-height: 100%;
    padding: 0 10px 0 20px;
}
.plan-sample-midashi span{
	font-size:clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
}
.plan-sample-midashi .price{
	background-color: #fff;
	font-size:clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
	line-height:100%;
	text-align: right;
	align-self: center;
	padding:10px;
	color:var(--main-color);
}
.plan-sample-flex{
	display:flex;
	flex-wrap:wrap;
	gap:10px 3%;
	padding-left:25px;
}
.plan-sample-flex .text{
	width:24%;
}
.plan-sample-flex .img{
	width:35%;
}
.plan-sample-flex .img img{
	width:100%;
	height:auto;
}
#nayami{
	background:url(image/lineup/aguri/nayami-bg.webp) no-repeat center bottom / cover;
	margin: 50px 0 0;
    padding: 80px 0 80px;
}
#souko #nayami{
	background:url(image/lineup/souko/nayami-bg.webp) no-repeat center bottom / cover;}
#office #nayami{
	background:url(image/lineup/office/nayami-bg.webp) no-repeat center bottom / cover;}

#nayami .title h3 .red{
	display:inline;
	color:#ff0000;
}
#nayami .title h3 {
    font-size: clamp(1.25rem, 0.545rem + 3.52vw, 3.188rem);
    text-align: center;
    font-weight: 900;
    line-height: 120%;
}
#nayami .title .sub-midashi {
    font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
    text-align: center;
    font-weight: 700;
    line-height: 120%;
	margin-top:20px;
}
.nayami-flex{
	display:flex;
	flex-wrap:wrap;
	max-width:1100px;
	margin-inline:auto;
	margin-top:50px;
}
.nayami-flex p{
	width:25%;
	align-self:center;
}
.nayami-flex p img{
	width:100%;
	height:auto;
}

.nayami-list{
	width:100%;
}

.nayami-list li{
	position:relative;
	padding:20px 0 20px 80px;
	font-size:clamp(1rem, 0.682rem + 1.59vw, 1.5rem);
	font-weight:600;
	/*border:5px solid var(--sub-color);*/
	margin:0 auto 30px;
	background-color:#fff;
	width:80%;
	text-align:left;
}
.nayami-list li::before{
	position:absolute;
	content:'';
	left:10px;
	top:calc(50% - 27px);
	background:url(image/lineup/aguri/nayami-check.png) no-repeat center / cover;
	width:54px;
	height:54px;
}

.midashi-a{
	max-width:1100px;
	font-size:24px;
	padding:20px;
	margin:50px auto;
	border:solid 7px var(--main-color);
	color: var(--main-color);
	text-align: center;
	font-weight:600;
}
.midashi-b{
	width:100%;
	font-size:24px;
	border-bottom:5px solid var(--main-color2);
	padding:10px;
	margin-bottom:20px;
	text-align: center;
	color: var(--main-color2);
}
.midashi-c {
	width:100%;
	font-size:26px;
	padding:10px;
	margin-bottom:20px;
	text-align: center;
	color:  var(--main-color2);
}
.midashi-c span{
		position:relative;
}
.midashi-c span::before{
    content: '';
	display:inline-block;
    position: absolute;
    left: -30px;
    top: -10px;
    width: 3px;
    height: 70px;
    background-color: var(--main-color);
    transform: rotate(-35deg);
}
.midashi-c span::after{
    content: '';
	display:inline-block;
    position: absolute;
    right: -30px;
    top: -10px;
    width: 3px;
    height: 70px;
    background-color: var(--main-color2);
    transform: rotate(35deg);
}
.midashi-d{
	width:100%;
	font-size:16px;
	border-top:3px solid var(--main-color2);
	background-color:#f2f2f2;
	padding:7px;
	text-align: center;
}



/**************************************************************
軽量鉄骨WORKSとは
*********************************************************************/

/* 建築までの流れ */
.p-about-flow {
	padding: 24px 0 12px;
}

.p-about-flow__inner {
	max-width: 1120px;
	margin: 0 auto;
}

.p-about-flow__grid {
	display: flex;
	flex-wrap: wrap;
	gap: 34px 26px;
}

.p-about-flow__card {
	width: calc((100% - 52px) / 3);
	border: 4px solid #bcbcb2;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	display: flex;
	flex-direction: column;
}

.p-about-flow__head {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FCE233;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	padding: 5px 0;
}

.p-about-flow__body {
	display: flex;
	flex: 1;
}

.p-about-flow__image {
	width: 170px;
	flex-shrink: 0;
	overflow: hidden;
}

.p-about-flow__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.p-about-flow__content {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.p-about-flow__body .p-about-flow__title {
	margin: 0 !important;
	font-size: 18px !important;
	font-weight: 700;
	line-height: 1.8;
	color: #000 !important;
	background-color: #fff !important;
	padding: 0 !important;
}


/* 軽骨造の強み */

.p-about-table {
	width: 100%;
	/* border-collapse: collapse; */
	text-align: center;
	font-size: 18px;
	border-spacing: 0;
	border-radius: 10px;
}


table {
	border-left: 1px solid #666;
	border-top: 1px solid #666;
}

th,
td {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}

.p-about-table th,
.p-about-table td {
	/* border: 1px solid #666; */
	padding: 16px 10px;
}

.p-about-table thead th {
	background: #dcdcdc;
	font-weight: bold;
}

.p-about-table tbody th {
	font-weight: bold;
	width: 150px;
}

.p-about-table .is-highlight {
	background: #fff136;
}

.p-about-table-sub-txt {
	border: none !important;

}



/* 左上 */
.p-about-table thead tr th:first-child {
	border-top-left-radius: 10px;
}

/* 右上 */
.p-about-table thead tr th:last-child {
	border-top-right-radius: 10px;
}

/* 左下 */
.p-about-table tbody tr:last-child th:first-child {
	border-bottom-left-radius: 10px;
}

/* 右下 */
.p-about-table tbody tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}

/* タブレット（2カラム） */
@media (max-width: 1024px) {
	.p-about-flow__card {
		width: calc((100% - 26px) / 2);
	}

	.p-about-table-sub-txt {
		border: none !important;
		padding-bottom: 15px !important;
		margin-top: 0px !important;
		font-size: 30px !important;
	}

	.p-about-flow {
		padding-top: 20px;
	}
}




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

.p-privacy-section {
	padding: 50px 20px;
	max-width: 1100px;
	margin: 0 auto;
}

.p-privacy {
	padding: 40px 0;
	background: #fff;
	color: #222;
}

.p-privacy__lead {
	margin-bottom: 30px;
	line-height: 1.8;
	font-size: 16px;
}

.p-privacy__section {
	margin-bottom: 40px;
}

.p-privacy__title {
	background: #e9e9e9;
	padding: 14px 16px 14px 36px;
	font-size: 20px;
	position: relative;
	margin-bottom: 20px;
}

.p-privacy__title::before {
	content: "";
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background: #ed6c00;
	border-radius: 50%;
}

.p-privacy__section p {
	line-height: 1.8;
	font-size: 16px;
}

.p-privacy__list {
	padding-left: 20px;
	margin-top: 10px;
}

.p-privacy__list li {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 1.7;
}

.p-privacy__contact {
	margin-top: 50px;
}

.p-privacy__contact-title {
	background: #ed6c00;
	color: #fff;
	padding: 12px 15px;
	font-size: 16px;
	position: relative;
}

.p-privacy__contact-title::after {
	content: "";
	position: absolute;
	left: 20px;
	bottom: -10px;
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #ed6c00 transparent transparent transparent;
}

.p-privacy__contact-text {
	margin-top: 20px;
	font-size: 16px;
}

.p-privacy__contact-info {
	margin-top: 10px;
	line-height: 1.8;
	font-size: 16px;
}