/*
Theme Name: 工場倉庫建設の窓口
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: #780d15;/*コーポレート赤茶*/
--main-color2: #bd1920;/*ロゴ赤*/
--main-color3:#ff1d1d;/*明るい赤*/
--sub-color:#e8e5d4 ;/*薄いベージュ*/
--sub-color2:#ffe400;/*イエロー*/
 }

.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:20%;
	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:50%;
	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);
}
#title-inner .t-right .telimg a{
	color:var(--main-color2);
}
#title-inner .t-right .telimg span{
	font-size:11px;
	display:block;
}
#title-inner .t-right .telimg img{
	width:35px;
	height:auto;
}
	
#title-inner .t-right .bt a{
	display: block;
	width:200px;
	background-color: var(--main-color2);
	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(--main-color);
}
#title-inner .t-right .bt a:hover{
	background-color: var(--main-color3);
}

.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;
	color: var(--main-color);
}
#g-nav-pc li + li {
	border-left: 1px solid var(--main-color2);
  /*border-left: 3px solid #EB8400;*/
}


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



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



.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(--main-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-color3);
	
}
.fix-btn_item:first-child a{
	background-color: var(--main-color2);
	border-top:solid 1px #fff;
}
.fix-btn_item:first-child a:hover{
	background-color:var(--main-color3);}

.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:1100px;
	display:flex;
	flex-wrap:wrap;
	margin:50px auto 50px;
}
#news-topl{
	width:25%;
	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-color2);
	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-color3);
}

#news-topr{
	flex:1;
	padding:10px;
}
.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-color2);
}
.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{
	height:120px;
}


.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;
	color: var(--main-color);
	padding: 40px 0 70px 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(--main-color) 7px;

}
.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-color2);
	text-align:center;
	transition: 0.5s;
	border-radius:30px;
	font-weight:700;
	}
.readmore-flex2 .readmore .change{
	background-color:var(--main-color2);
}

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



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

#event{
	background:url(image/top/event_bg.webp) no-repeat center / cover;
	padding-bottom:100px;
}
.top-event-box{
	max-width:1100px;
	margin:50px auto 0;
	display:flex;
	flex-wrap:wrap;
	padding:20px;
	/*background-color:#fff;*/
}
.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　TOUR
**************************************************************/

#tour{
	background-image: url("image/top/bg_tour.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 680px;
}

.tour-text{
	max-width:1100px;
	margin:0 auto;
	text-align: left;
}
#tour .tour-text .top-tt2 h2 {color:#fff;}
.tour-come{
	padding:30px 0 30px 60px;
	font-size:20px;
	line-height:2.0;
}
.tour-come p{
	color:#fff;
	margin-bottom:30px;}

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

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

/**************************************************************
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:1100px;
	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{
	padding:20px 10px;
	text-align: center;
	color:var(--main-color);
	font-weight:500;
}

/**************************************************************
TOP　PLAN
**************************************************************/	
#lineup{
	padding:30px 10px 80px;
}
#lineup-s{
	padding:30px 0 80px;
}
.lineup-flex{
	max-width:1200px;
	display:flex;
	flex-wrap:wrap;
	margin:0 auto;
}
.lineup-box{
	width:46%;
	margin:1% 2%;
	padding:40px 50px;
	background-color:#ececec;
	border-radius:20px;
	transition:1.2s;
}
.lineup-box:hover{
	background-color:var(--sub-color2);
}
.lineup-box img{
	width:100%;
	height:auto;
}
.lineup-box p{
	padding:20px 0 0;
	font-size:26px;
	text-align:center;
	color: var(--main-color);
	font-weight:500;
	transition:0.5s;
}
/*.lineup-box:hover p{color:#fff;}*/


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

/**************************************************************
PLAN
**************************************************************/
.plan-mainimg{
	max-width:1200px;
	margin:0 auto;
}
.plan-mainimg img{width:100%;}
.plan-text{
	max-width:900px;
	margin:0 auto 20px;
	line-height: 1.8;
	font-size:16px;
	padding:0 10px;
}
.plan-text h3{
	margin:20px 0 10px;
	border-bottom:2px solid var(--main-color);
	color:var(--main-color);
	font-weight:600;
}
.plan-flex-s{
	max-width:1100px;
	margin: 0 auto 80px;
	display: flex;
	flex-wrap: wrap;
}
.plan-box2{
	width:48%;
	margin:20px 1%;
}
.plan-box2 img{
	width:100%;
}
.plan-box2 p{
	padding:0 10px;
}
.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;
}

.plan-hyou{
	max-width:1100px;
	margin:30px auto;
}
.blue{background-color:#252424;color:#fff;}
.gray{background-color:#f2f2f2;}

.plan-icon{
	max-width:1000px;
	margin: 0 auto 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	background-color: #f2f2f2;
}

.icon{
	width:15%;
	padding:2% 0;
}
.icon img{width:100%;
height:auto;}

/**************************************************************
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 0;
}
#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: 16px;
	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;
}
/**************************************************************
GENBA
**************************************************************/
#genba-s, #genba-ss {
	padding-bottom:50px;
}
#genba-s .genba-box{
	border-bottom:1px solid #9E9E9E;
}
/**************************************************************
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{margin:80px 0;}

	.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カタログ--------*/
#catalog{
	text-align:center;
	background:url(image/top/catalog_bg.webp) no-repeat center  / cover;
	padding:30px;
}
	.top-panf-tt{
    max-width: 1000px;
    /*border: 5px solid #C0DFB8;*/
    margin: 0 auto;
    /*background-color: #f8f8f8;*/
	}
	.top-panf-tt h2{
		font-size:30px;
		padding:10px 40px;
		display:inline-block;
		font-weight:900;
		color:#EB8400;
	}
	.top-panf-tt h3{
		font-size:18px;
		padding:10px 0;
	}
	.top-panf-waku{
		max-width:1000px;
		margin:0 auto;
		padding:20px 0;
		display:flex;
		justify-content:space-between;
	}
	.top-panf-waku .box--o{
		width:320px;
		padding:2px;
		margin:5px;
		box-sizing:border-box;
		border: 1px solid #777;
    border-radius: 5px;
	}
	.top-panf-waku .box--o img{
		width:100%;
		height:auto;
	}
	.top-panf-waku-outer{

	}
.slick-prev, .slick-next{
	color:#000!important;
}
.link-botan a {
    width: 250px;
    padding: 15px;
    background-color: #8dc21f;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    border-radius:20px;
	transition:0.5s;
}
.link-botan a:hover{
	color: #fff;
	background-color: #555;
}

/****************************************************************
設計事務所に相談するメリット
****************************************************************/

.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(--main-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: 36px;
	margin-top:30px;
	margin-bottom:30px;
	line-height:220%;
	color:#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-set2{
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0 50px;
	position: relative;
}

.contact-set2 .icon{
	position: absolute;
	width: 280px;
	left: 0;
	top:-40px;
	z-index: 1;
}

.contact-box{
	border: solid 1px #fff;
	overflow: hidden;
	text-align: left;
	background-color: #fff;
}

.contact-box h2{
	background-color: var(--main-color);
	padding: 15px;
	font-size: 21px;
	color: #fff;
	text-align:center;
	font-weight:700;
}

.contact-box .in{
	padding: 15px;
	overflow: hidden;
	background-color:#f2f2f2;
}

.contact-box .in .l{
	width: 50%;
	float: left;
	text-align: center;
}

.contact-box .in .l h3{
	font-size: 20px;
	color: #000;
	line-height: 200%;
	margin-top:25px;
}

.contact-box .in .l p{
	font-size: 48px;
	line-height: 150%;
	color: var(--main-color);
	font-weight: 800;
}
.contact-box .tel a{
	color:var(--main-color);
	transition:0.5s;
}
.contact-box .tel a:hover{
	color: var(--main-color3);
}

.contact-box .in .r{
	width: 50%;
	float: right;
	text-align: center;
	border-left: dotted 1px #ccc;
	box-sizing: border-box;
}

.contact-box .in .r h3{
	font-size: 20px;
	color: #000;
	line-height: 180%;
}

.contact-botan a:link{
	display: block;
	padding: 20px 10px;
	width: 80%;
	margin: 0 auto;
	margin-top: 20px;
	background-color: var(--sub-color2);
	color: var(--main-color);
    border-radius: 30px; 
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
	font-size: 20px;
	font-weight:bold;
	transition:0.5s;
}
.contact-botan a:hover{
	background-color: var(--main-color3);
	color:#fff;
}
.contact-botan a:visited{
	color: var(--main-color);
}


/**************************************************************
商品紹介
**************************************************************/
#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;
}


/**************************************************************
お客様の声
**************************************************************/
.post-null{padding:30px 0 ;text-align:center;}
.voice-flex{max-width:1280px;margin:0 auto;display:flex;justify-content:center;flex-wrap:wrap;gap:20px;}
.voice-box{width:calc((100% / 3) - 20px); padding: 20px 20px 5px;background-color: #f2f2f2;border-radius: 14px;}
.voice-box h3{font-size:16px;padding:5px;text-align:center;}
.voice-box .pic{ aspect-ratio: 1.4 / 1;overflow: hidden; }
.voice-box .pic img{width:100%;height:100% !important;object-fit:cover;object-position: center;}
.voice-head{display:flex;justify-content:space-between;align-items:flex-start;gap:30px;}
.voice-head h2{flex:2;font-size:26px;font-weight:500;line-height:1.8;}
.voice-head .voice-h-info{flex:1;}
.voice-h-info div{margin:5px 0;}
.voice-name{font-size:21px;font-weight:500;}
.voice-info-s{padding:3px 10px;background-color:#dcf4ff;text-align:center;}

.voice-body{padding:20px 0;line-height:1.8;}
.voice-q{font-size:21px;padding:6px 0;color:#0457ac;font-weight:600;display: flex;align-items: center;}
.voice-q:after{
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #0457ac;
}
.voice-q:after {margin-left: 1rem;}
.answer-c{padding:30px 0;font-size:18px;}
.staff-come-flex{display:flex;justify-content:space-between;align-items:flex-end;padding:30px 0;}
.staff-come{padding:20px;background-color: #dcf4ff;border-radius: 14px;margin-bottom:20px;}
.voice-pic img{max-width:100%;height:auto !important;}
.voice-waku img{max-width:100%;height:auto;}