/*
Theme Name: RDSGN ORIGINAL									
*/
/**********************************************
    PC版 CSS
**********************************************/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

.sp{
	display:none;
}

.w1100{
	width:90%;
	margin:0 auto;
	max-width:1100px;
}
.w900{
	width:900px;
	margin:0 auto;
}

.wave-border {
  display: block;
  width: 100%;
  height: 80px;
  margin-bottom: -1px; /* 隙間を潰す */
}

.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:#ffb3c8!important;
	background-color:#ffbbc2!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;
}

/**************************************************************
全体
**************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 100%;
    scroll-behavior: smooth;
}
body {
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
    color: #1d2d22;
    font: 400 14px/1.79 "Noto Sans JP", sans-serif;

    font-size: 14px;

    line-height: 2.13;
}


/**************************************************************
リンク
**************************************************************/
a:link {
    color: #000;
    text-decoration: none;
	transition: 1.0s ;
}
a:visited {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: none;
}
a:active {
    color: #000;
    text-decoration: none;
}
/**************************************************************
アウトライン
**************************************************************/
#outline {
    margin: 0px auto;
    padding: 0px;
    width: 980px;
    background: #FFFFFF;
}
/**************************************************************
ヘッダー
**************************************************************/

.top-only-mv{
	position:relative;
	padding-top:90px;
}
.top-only-mv .mes {
	display:none;
	/* background-color: rgba(0, 0, 0, 0.5);*/
	padding: 15px 30px;
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size:75px;
	color: #fff;
	border-radius:10px;
	line-height: 150%;
	  text-shadow: 3px 3px 15px rgba(0, 0, 0, 0.91), 3px 3px 15px rgba(0, 0, 0, 0.91);
	font-weight:800;
	text-align:center;
}

.top-only-mv .mes span{
	color:#ffbdbd;
}

#title {
	width:100%;
	top:0;
    margin: 0px;
    padding: 0px;
    text-align: left;
    position: fixed;
	z-index:9999;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
        background-color: rgba(255, 255, 255, 0.9);
}
#title-inner {
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
	align-items: start;
}
#title-inner .logo {

}
#title-inner .logo img {
	height:80px;
    width: auto;
filter: drop-shadow(0 4px 4px rgba(0,0,0,.15));
}


.hamburger-menu{
  width: 100%;
  order: 3; 
  width: auto;
}


/**************************************************************
グローバルナビ
**************************************************************/


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

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

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

.h-nav-ff .h-set .tel a{
	display:block;
	padding:5px;
	background-color:#dddddd;
}

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

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


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

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

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

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

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

.h-nav-ff .h-set .panf a{
	display:block;
	padding:5px;
	background-color:#f26f87;
	color:#fff;
}

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

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

.site-header .h-nav {
	width: 750px;
	display: flex;
	margin-left: 50px;
	font-weight:600;
	padding-top:15px;
}
.site-header .h-nav li {
  list-style: none;
    position: relative;
    font-weight: 600;
	font-size: 16px;
	padding-left: 30px;
}
.site-header .h-nav a {
	display: block;
	color:#5e5e5e!important;
}

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

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

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

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

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



/**************************************************************
グローバルナビ
**************************************************************/

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

.globalnavi {
    margin: 0;
    padding: 0;
    font-weight: 700;

}

.globalnavi-inner{
    margin: 0 auto;
    font-size: 15px;
    display: flex;
    justify-content: flex-end;
	padding-top:8px;
    /*background-color: rgba(255, 255, 255, 0.8);*/
}

.globalnavi a{
    text-align: center;
    display: block;
    padding: 10px;
    border-radius: 5px!important;
    margin-left: 10px!important;
    line-height: 100%;

	font-size:16px;
}
/* 1300px以下でフォントサイズ変更 */
@media screen and (max-width: 1300px) {
  .globalnavi a {
    font-size: 14px;
  }
}

.globalnavi a:hover{
    background-color: #f6bbc6;
}

/**************************************************************

　　　　　　　　　　　　トップページ　

**************************************************************/

.top-report{
	padding:50px 0;
	background-color:#f6f6f6;
}

.eng-midashi{
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size:36px;
	line-height:100%;
	margin-bottom:5px;
	color:#f26f87;
	text-align:center;
	
}
.jp-midashi{
	font-size:14px;
	font-weight:600;
	color:#f26f87;
	text-align:center;
}

.ss-service .jp-midashi{
	margin-bottom:35px;
}




/**************************************************************

　　　　　　　　　　　　トップカタログ

**************************************************************/

	.top-panf-tt{

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

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

/**************************************************************

　　　　　　　   　　　TOP NEWS

**************************************************************/

.top-news{
	padding:30px 0 50px 0;
	background-color:#ffe2e7;
}
.top-n-flex{
	width:800px;
	margin:0 auto;
	align-items:center;
	margin-top:50px;
}
.top-n-flex .mida{
	width:20%;

}

.top-n-flex .list{
}
.top-n-flex .list ul{}
.top-n-flex .list ul li{
	font-size:14px;
	list-style:none;
	display:flex;
	border-bottom:dashed 2px #fff;
	padding-bottom:1px;
	margin-top:8px;
}

.top-n-flex .list ul li span{
	margin-right:45px;
	font-size:16px;
}


/**************************************************************

　　　　　　　　　　　TOP EVENT

**************************************************************/

.top-event{
	padding:80px 0 0px 0;
	/*background-image:url(../../../image/TOP/event-bg.jpg);*/
	background-position:top;
	background-repeat:no-repeat;
	background-size:100%;
}
.top-event-flex{
	margin-top:30px;
}
.top-event-flex .mida{

}
.top-event-flex .ev{

	display:flex;
}

.top-event-flex .ev .pic{
	width:40%;
}
.top-event-flex .ev .pic img{
	width:100%;
	border-radius:10px;
	height:auto;
}
.top-event-flex .ev .info{
	width:60%;
	padding-left:30px;
}
.top-event-flex .ev .info h3{
	border-bottom:solid 1px #e64e6a;
	padding-bottom:10px;
	font-size:20px;
	line-height:100%;
	margin-bottom:10px;
	color:#e64e6a;
	font-weight:600;
	margin-bottom:20px;
}
.top-event-flex .ev .info p{
	font-size:15px;
	padding:10px 0;
	border-bottom:dotted 1px #ccc;
}
.top-event-flex .ev .info .mes{
	font-size:14px;
	line-height:180%;
	margin-top:15px;
}

.botan-flex{
	display:flex;
	justify-content:center;
	gap:10px;
	font-size:14px;
	line-height:100%;
}
.botan-flex .detail a{
	padding:15px 20px;
	display:block;
	background-color:#626161;
	border-radius:5px;
	color:#fff;
}
.botan-flex .detail a:hover{
	background-color:#4c4646;
}
.botan-flex .apply{
	padding:0;
}

.botan-flex .apply a{
	padding:15px 20px;
	display:block;
	background-color:#f26f87;
	color:#fff;
	border-radius:5px;
}
.botan-flex .apply a:hover{
	background-color:#e94c68;
}

.top-event .botan-flex{
	padding:30px 0;
}

.apply h2{
	font-size:24px;
	text-align:center;
	margin-bottom:20px;

}
.apply p{
	font-size:14px;
	text-align:center;
}



/**************************************************************

　　　　　　　　　　　TOP W#ORKS

**************************************************************/

.top-works{
	padding-top:30px;
	padding-bottom:60px;
}

.top-works-flex{
	display:flex;
	flex-wrap:wrap;
	gap:20px;
	margin-top:50px;
}
.top-works-flex .wbox{
	background-color:#fff;
        border: 1px solid #ccc;
        padding: 10px;
        width: calc(33.333% - 40px);
        color: #fff;
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
	line-height:100%;
}
.top-works-flex .wbox img{
	width:100%;
	height:auto;
	margin-bottom:25px;
}
.top-works-flex .wbox h3{
	font-size:16px!important;
	color:#1d2d22;
	margin-bottom:10px;
}

.top-works .botan-flex{
	margin:35px 0 25px 0;
}


/**************************************************************

　　　　　　　　　　　TOP Message

**************************************************************/

.top-message{

	padding:80px 0;
	background-image:url(../../../image/TOP/mes-bg.webp);
	background-position:bottom;
	background-repeat:no-repeat;
	background-size:120%;
}
.top-message .mida{
	color:#fff;
}
.top-message h2{
	width:1000px;
	margin:0 auto;
    background-color: #f391a3;
    padding: 20px;
    color: #fff;
    font-size:30px;
    border-radius: 10px;
    margin-bottom: 15px;
    font-weight: 700;
	text-align:center;
	line-height:110%;
}
.top-message p{
	padding:30px 0;
	text-align:center;
	font-size:18px;
	font-weight:600;
	color:#fff;
}


/**************************************************************

　　　　　　　フッターコンタクトBOX

**************************************************************/
.contact-set2{
	width: 1000px;
	margin: 0 auto;
	padding: 0px 0 0px;
	position: relative;
	margin-top:80px;
	margin-bottom:80px;
}

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

.contact-set2 .icon img{
	width:200px;
	height:auto;
}

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

.contact-box h2{
	background-color: #f391a3;
	padding: 15px;
	font-size: 24px;
	color: #fff;
	padding-left: 240px;
}

.contact-box .in{
	padding: 15px;
	overflow: hidden;
}

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

.contact-box .in .l h3{
	font-size: 16px;
	color: #464646;
	line-height: 180%;
}

.contact-box .in .l p{
	font-size: 45px;
	line-height: 120%;


}

.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: 16px;
	color: #464646;
	line-height: 150%;
}

.contact-botan a:link{
	display: block;
	padding: 10px;
	width: 80%;
	margin: 0 auto;
	margin-top: 20px;
	background-color: #e22c2c;
	color: #fff;
    border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	font-size: 16px;
}
.contact-botan a:hover{
	background-color: #9f1919;
}
.contact-botan a:visited{
	color: #fff;
}



/**************************************************************
footer
**************************************************************/
footer{
	background-color: #ededed;
	padding:30px;
	font-weight:400;
	font-size:14px;
}
footer p{
	text-align:center;
}
#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:80%;
	max-width:250px;
	height:auto;
	margin:auto;
}
.footer-box2 h3{
	display:flex;
	justify-content:center;
	margin-top:20px;
	color:#332f2c;
}
.footer-box2 h3 img{
	width:50px;
	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:#332f2c;
}
.footer-box li{
	position: relative;
  	text-decoration: none;
	padding-left:20px;
	padding-bottom:10px;
	font-weight:500;
	list-style:none;
}
.footer-box li a, .footer-box2 a{color:#332f2c;}

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


.footer-box .sns{
	display:flex;
	align-content: center;
	width:80%;
}
.footer-box .sns img{
	width:30px;
	height:30px;
	margin: 10px;	
}

/******************************************
 
                 下層ページ

**********************************************/

#pages{
	padding-top:100px;
}

#pages .botan-flex{
	margin-top:50px;
	margin-bottom:25px;
}
.pankuzu{
	padding:5px 10px;
	line-height:100%;
	font-size:11px;
	text-align:right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	height:60px;
	color:#fff;
	background-image: url(../../../image/base/wave.svg);
	background-repeat:no-repeat;
	background-size:100%;
	        background-position: bottom;
}
.pankuzu a{
	color:#fff!important;
}

.sub-tt{
	font-size: clamp(18px, 12.857px + 1.607vw, 33px);
	margin:30px 30px 0px 40px;
	line-height:100%;
	color:#ea7e92;
	border-left:solid 8px #ea7e92;
	padding-left:10px;
}
.t-nav{
	font-size:13px;
	margin:5px 30px 5px 40px;
	color:#626262;
}
.t-nav a{
	color:#626262;
}



/******************************************
 
                 カタログ

**********************************************/

.catalog-page{
	padding:40px 0;
}
.contact-bikou{
	padding:10px;
	background-color:#eaeaea;
	padding:15px;
	text-align:center;
	font-size:16px;
	border-radius:5px;
	font-weight:500;
}
.select-catalog {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px auto;
}
.select-bt input {
  display: none;
}
.select-bt {
	font-family: tbudrgothic-std, sans-serif;
    font-weight: 600;
  background-color: #fff;
	font-size:15px;
  border: 2px solid #222;
  line-height: 1;
  padding: 10px;
  font-weight: 600;
  position: relative;
  transition: .3s;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.select-bt::before {
  content: "選択する";
  display: flex;
}
.select-bt:hover, .select-bt.selected {
  background-color: #222;
  color: #fff;
}
.select-bt.selected::before {
  content: "選択済み";
  display: flex;
}
.catalog-box {
  width: 22%;
	box-sizing:border-box;
  padding: 10px;
  border: 2px solid #ccc;
  transition: .3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 2%;
  margin-bottom: 20px;
}
.catalog-box:nth-of-type(4n-3) {
  margin-left: 0;
}
.catalog-box:hover, .catalog-box.selected {
  border: 2px solid #666;
}
.catalog-box .name {
	font-size:16px;
  border-bottom: 1px solid #ccc;
	font-family: tbudrgothic-std, sans-serif;
    font-weight: 600;

}
.catalog-box img {
  margin-bottom: 15px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
}
.catalog-box p {
	padding:15px 0;
  flex:1;
  font-size:13px;
  line-height:150%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

[data-name="ok"] .wpcf7-not-valid-tip {
   position: relative;
   top: -20px;
   left: 50px;
}

#apply-box{
	padding:0 20px;
    margin: 0 auto 50px;
    display:flex;
    flex-wrap:wrap;
	font-size:16px;
	box-sizing:border-box;
}    
#apply-box .apply-box-l{
    width:30%;
	font-size:16px;
	font-weight:600;
    border-bottom:1px solid var(--main-color);
    padding:20px 10px;
	box-sizing:border-box;
}
#apply-box .apply-box-l span{
    background-color:red;
    color:#fff;
    padding:5px 10px;
    margin-right:10px;
    border-radius: 5px;
    font-size:14px;
	font-size:12px;
	line-height:100%;
}
#apply-box .apply-box-l .nini{
	background-color:#999;
	font-size:12px;
}
#apply-box .apply-box-r{
    width:70%;
    border-bottom:1px solid #ccc;
	padding:20px 10px;
	font-family:  'Noto Sans JP',
	"Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "BIZ UDPGothic",
    Meiryo,
    sans-serif;
	box-sizing:border-box;
}
 /* テキストフォームの設定 */
.wpcf7-datetime{
  padding: 7px;
  width: 260px;
  color: #636063;
  font-size: 13px;
  background-color:#F9F9F9;
  border:solid 1px #CCCCCC;
	box-sizing:border-box;
  }

 /* テキストフォームの設定 */
.wpcf7-text{
  padding: 10px;
  width: 100%;
  color: #636063;
  background-color:#F9F9F9;
  border:solid 1px #CCCCCC;
	box-sizing:border-box;
  }

.kazukazu input{width:30px!important;
margin-left:3px;
margin-right:3px;}
 
  /* テキストフォームのフォーカス時の設定 */
.wpcf7-text:focus{
  background-color:#FFFFCC;
  }
 
  /* テキストエリアの設定 */
.wpcf7-textarea{
  padding: 10px;
  width: 100%;
  height: 100px;
  color: #636063;
  background-color:#F9F9F9;
  border:solid 1px #CCCCCC;
	box-sizing:border-box;
  }
 
 /* テキストエリアのフォーカス時の設定 */
.wpcf7-textarea:focus{
background-color:#FFFFCC;
}
 
  /* 送信ボタンの設定 */
.wpcf7-form-control.wpcf7-submit{
	font-family: tbudrgothic-std, sans-serif;
    font-weight: 600;
display: block;
width: 260px;
border: none;
padding:20px;
background-color:#ff4200;
color:#fff;
	border-radius:5px;
	font-size:20px;
	line-height:100%;
  }
 
/* 送信ボタンのフォーカス時の設定 */
.wpcf7-form-control.wpcf7-submit:hover{
filter: alpha(opacity=80);
 opacity: .6;
 -moz-transition: all 0.7s ease;
 -webkit-transition: all 0.7s ease;
 }
 

 
/* セレクト */
select{
padding: 5px;
width:420px;
color: #636063;
font-size: 13px;
background-color:#F9F9F9;
border:solid 1px #CCCCCC;
}
input[type=checkbox] {
	transform: scale(2);
	margin: 0 6px 0 0;
}
.apply-check{
	text-align:center;
	display:block;
	width:100%;
	margin-top:20px;
}
.center{
	text-align:center;
	display:block;
	margin:10px auto;
}
.form-small {
    width: 100px;
}

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

**********************************************/


.works-page{
	max-width:1000px;
	padding:50px 0;
}

.midashi-a{
	color:#f26f87;
	text-align:left;
	border-bottom:solid 2px #f26f87;
	margin-bottom:25px;
	font-weight:500;
	font-size:24px;
}


.works-detail h2{
	font-size: 24px;
	padding: 15px;
	background-color: #737373;
	color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
	margin-bottom: 30px;
}

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

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


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

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

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

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

.works-detail .main3-l{
	width: 48%;
	float: left;
	font-size:14px;
}

.works-detail .main3-l h3{
	font-size: 20px;
	margin-bottom: 20px;
}

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

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


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

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

.works-detail .table-a tr:nth-child(odd) td {
	background: #feffee;
}

/************************************************
            施工事例   一覧
*************************************************/
.works-list-page{
	padding:50px 0 0 0;
}
.works-flex {
  display: flex;
  flex-wrap: wrap;
	justify-content:center;
}

.works-flex .box {
	width: 31%;
	margin:1%;
	box-sizing: border-box;
	margin-bottom:45px;
}

.nintei-page .works-flex .box {
	width: 31%;
	margin:1%;
	box-sizing: border-box;
	margin-bottom:0px!important;
}






.works-flex .box img{
	width:100%;
	height:auto;
	border:solid 1px #ccc;
	border-radius:10px;
}

.works-flex .box h3{
	font-size:18px;
}


/************************************************
         
                    イベント

*************************************************/
.event-page{
	padding:50px 0;
}

.event-flex{
	display:flex;
	flex-wrap:wrap;
}
.event-flex .box{
	width:48%;
	margin:1%;
	border:solid 1px #ccc;
	padding:25px;
	box-sizing:border-box;
}
.event-flex .box img{
	width:100%;
	height:auto;
}
.event-flex .box h3{
	font-size:24px;
	font-weight:600;
	text-align:center;
	padding:15px 0;
	line-height:140%;
}
.event-flex .box .info{
	display:flex;
	flex-wrap:wrap;
	font-size:15px;
	line-height:250%;
}
.event-flex .box .info .mida{
	width:25%;
	border-bottom:solid 2px #f6bbc6;
}
.event-flex .box .info .tx{
	width:75%;
	border-bottom:solid 2px #ccc;
	padding-left:15px;
	box-sizing:border-box;
}

.ev-botan{
	display:flex;
	justify-content:flex-end;
}
.ev-botan a{
	display:block;
	padding:10px;
	line-height:100%;
	background-color:#f85875;
	color:#fff;
	font-size:13px;
	width:180px;
	border-radius:5px;
	margin-top:10px;
	text-align:center;
}

.event-detail{
	width:900px;
	margin:0 auto;
	padding-top:20px;
}

.event-detail .info{
	display:flex;
	flex-wrap:wrap;
	font-size:16px;
	line-height:350%;

}
.event-detail .info .mida{
	width:25%;
	border-bottom:solid 2px #f6bbc6;
		font-family: tbudrgothic-std, sans-serif;
}
.event-detail .info .tx{
	width:75%;
	border-bottom:solid 2px #ccc;
	padding-left:15px;
	box-sizing:border-box;
		font-family: tbudrgothic-std, sans-serif;
}

.event-detail .info .blog-cont{
	font-size:15px!important;
	line-height:190%!important;
	margin:0!important;
	padding:0!important;
	padding-top:50px!important;
	
}

.main-ev{
	display:flex;
	justify-content:space-between;
}
.main-ev a{
	width:46%;
}
.main-ev img{
	/*width:49%!important;*/
	height:auto;
}

/************************************************
         
           　　　お役立ちコラム

*************************************************/

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

.news-line-r{
	width:70%;
	padding:0 20px 0 30px;
	box-sizing:border-box;
}
.news-line-r h2{
	font-size:20px;
	margin-bottom:20px;
	border-bottom:3px solid #f85875;
	font-weight:600;
	line-height:160%;
	padding-bottom:8px;
}
.news-line-r h2 a, .news-line-r h2 a:visited{color:#4c4c4c;}


/**************************************************************
blog
**************************************************************/

.news-cate{
	padding:15px;
	background-color:#919191;
	color:#fff;
	text-align:center;
	font-size:22px;
	border-radius:5px;
}
.news-date{
	text-align:right;
	font-size:24px;
	margin-top:15px;
	color:#f6bbc6;
	font-weight:600;
}




.blog-page{
	padding:50px 0;
}

.blog-cont{
	margin:50px auto 0;
	text-align:left;
	line-height:190%;
	padding:20px 0;
	font-size:15px;
}

.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:#EB8400;
	padding:10px 5px;
	border-bottom:solid 2px #EB8400;
	margin-bottom:15px;
	margin-top:30px;
	font-weight: 600;
}

.blog-cont h3{
	font-size:16px;
	background-color:#fff3b1;
	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 #EB8400;
}



/**************************************************************

                          お客様の声

**************************************************************/

.post-null{padding:30px 0 ;text-align:center;}
.voice-flex{max-width:1100px;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;box-sizing:border-box;}
.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:#ffecf0;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-flex img{width:20%;height:auto;}

.staff-come{padding:20px;background-color: #ffecf0;border-radius: 14px;margin-bottom:20px;width:80%;box-sizing:border-box;}
.voice-pic{margin-bottom:40px;text-align:center;padding:15px;background-color:#fbfbfb;box-sizing:border-box;border:solid 1px #dbdbdb;}
.voice-pic img{max-width:100%;height:auto !important;}
.voice-waku img{max-width:100%;height:auto;}

#voice-s{padding:50px 0;}
.voice-h-pic{margin-bottom:40px;text-align:center;padding:15px;background-color:#fbfbfb;box-sizing:border-box;border:solid 1px #dbdbdb;}
.voice-h-pic img{max-width:100%;height:auto;}



/************************************************************************************

　　　　　　　　　　　　　　　プライバシーポリシー

***************************************************************************************/

.pri-frame{
	width:800px;
	margin:0 auto;
}
.pri-ttt {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 40px;
}
.pri-frame .danraku {
    text-align: left;
    font-size: 13px;
    line-height: 190%;
    letter-spacing: 0.5px;
    padding: 15px 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.pri-frame .danraku li {
    margin-top: 10px;
    margin-left: 25px;
}
.pri-frame h4 {
    background-color: #E8E8E8;
    color: #000;
    font-size: 16px;
    border-radius: 5px;
    padding: 10px;
    text-align: left;
    margin: 20px 0;
}
.pri-con {
    margin-top: 40px;
    text-align: left;
    font-size: 14px;
    line-height: 180%;
}
.pri-con h5 {
    font-size: 18px;
    text-align: left;
    border-bottom: solid 2px #000;
    padding: 5px 0;
    margin-bottom: 15px;
}

/**************************************************************

                           COMPANY

**************************************************************/
#company{
	width:900px;
	margin:0 auto;
	padding:40px 0;
}

.company-flex{
	display: flex;
	flex-wrap: wrap;
	margin:50px auto;
	justify-content: flex-start;
}
.company-text{
	width:80%;
	line-height: 1.8;
	flex:1;
	padding:0 30px;
}
.company-text h3{
	font-size:20px;
	margin-bottom:10px;
}
.company-text p{
	text-align: right;
	font-weight:600;
}
.company-text p span{
	font-size:18px;
}
.company-img{
	width:20%;
	height:auto;
}
.company-img img{
	width:100%;
	height:auto;
}
#company dl{
	max-width:1000px;
	display:flex;
	flex-wrap:wrap;
	margin: 30px auto 80px;
	margin-top:80px;

}
#company dt{
	width:30%;
	font-weight:600;
	padding:10px;
	border-top:2px solid #f6bbc6;
	box-sizing:border-box;
}
#company dd{
	width:70%;
	padding:10px;
	border-top:2px solid #ccc;
	box-sizing:border-box;
}
#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:dodgerblue;
	border-bottom:1px solid dodgerblue;
}
.p-name{
	font-size:16px;
	margin-top:20px;
}


.prize-list{

    margin: 0 auto;
    margin-top: 60px;
	margin-bottom:60px;
}

.prize-list2{

    margin: 0 auto;
    margin-top: 60px;
}

.prize-list .list-mda{
	padding-left:66px;
}
.prize-list h3{
    font-size: 18px;
    margin-bottom: 25px;
	background-color:#f26f87;
	color:#fff;
	border-radius:10px;
	padding:15px;
	text-align:center;
}


.prize-list ul{}

.prize-list ul li{
    list-style-type: none;
    border-bottom: dotted 1px #ccc;
    padding: 8px;
    text-align: left;
    font-size: 15px;
}

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

/********************************************************

                      お問い合わせ

*******************************************************/

.apply{
	padding:40px 0;
}
.halfsize{
    width: 46%;
    margin-top: 5px;
    margin-right: 4%;
}


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

*************************************************************/

.flow-page .zu{
	width:90%;
	margin:0 auto;
}
.flow-page .zu img{
	width:100%;
	height:auto;
}

:root{
  --bg:#f2f6f4;      /* 背景（淡グリーン） */
  --side:#1b5a44;    /* 左帯 濃緑 */
  --side2:#134a37;   /* 左帯 中緑 */
  --line:#c8d7d1;    /* 罫線 */
  --ink:#14322c;     /* 文字 */
  --pillar:#2aa596;  /* 縦柱のティール */
  --boxline:#2a6b57; /* 白箱の枠色 */
  --divider:#f19b9b; /* レーン間の赤い仕切り線 */
}

/* ベース */
*{box-sizing:border-box}

.flow-page .wrap{padding:12px;
line-height:120%;}
.flow-page .board{
 display:flex; border:1px solid var(--line);
  border-radius:12px; overflow:hidden; background:#fff;
	overflow-x:scroll;
}

/* 左サイド（5月開業／設計／施工） */
.flow-page .side{
  width:130px; background:#4b4b4b; color:#fff;
  display:flex; flex-direction:column; gap:14px; align-items:center; padding:14px 10px;
}
.flow-page .side .open{
  width:100%; border-radius:10px; background:#4b4b4b;
  display:grid; place-items:center; text-align:center; line-height:1.1; padding:8px;
	font-weight:600;
}
.flow-page .side .open b{font-size:16px; font-weight:600; letter-spacing:.06em}
.flow-page .side .open small{font-size:13px; opacity:.9}
.flow-page .tag{
  flex:1 1 auto; width:100%; border-radius:10px; background:#000;
	color:#fff;
	font-weight:600;
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  gap:10px; padding:18px 0;
}
.flow-page .tag span{font-weight:900; font-size:16px; line-height:1}

/* タイムライン本体 */
.flow-page .timeline{
  flex:1 1 auto; background:var(--bg);
  padding:10px; 
  grid-template-rows: auto auto auto 12px; /* 月見出し / 設計 / 施工 / 下レール */
  gap:12px; border-left:1px solid var(--line);
}

/* 18カラム = 9ヶ月 × (A/B) */
.flow-page .grid18{display:grid; grid-template-columns:repeat(18, minmax(60px,1fr)); gap:10px}

/* 月見出し */
.flow-page .months{background:#eaf2ef; border-radius:10px;
margin-bottom:15px;}
.flow-page .month{
  grid-column:span 2; background:#fff; border-radius:10px; padding:12px 8px; text-align:center;
  box-shadow:inset 0 0 0 1px var(--line)
}
.flow-page .month .m{font-weight:600; font-size:18px}
.flow-page .month .sub{
  margin-top:8px; font-size:12px; background:#f3f7f5; border-radius:999px;
  display:inline-block; padding:4px 10px; box-shadow:inset 0 0 0 1px var(--line)
}

/* レーン（設計・施工） */
.flow-page .lane{
  align-items:stretch; 
  grid-template-rows: 1fr; /* 単段配置（簡素版） */
	margin-bottom:15px;
}
/* レーン間の赤い仕切り線 */
.flow-page .sep{
  grid-column:1 / -1; height:3px; border-top:1px solid var(--divider);
  margin:2px 0 1px;
	margin-bottom:15px;
}

/* 工程ボックス */
.flow-page .step{
  position:relative; width:100%; height:100px; border-radius:8px;
  display:flex; align-items:center; justify-content:center;
}
.flow-page .white{background:#fff; border:1px solid var(--boxline)}
.flow-page .pillar{background:#ff5959; color:#fff;height:100px; border-radius:8px; margin:0 auto;font-size:13px;}
.flow-page .tall{
	height:100px;
	font-size:13px;
}

/* 縦書き */
.flow-page .vtxt{
  writing-mode:vertical-rl; text-orientation:mixed;
  letter-spacing:.08em; font-weight:900; font-size:14px;
}

/* 下のガイドレール */
.flow-page .rail{

}

/* ちょい演出 */
.flow-page .step.white:hover{box-shadow:0 2px 8px rgba(0,0,0,.07); transform:translateY(-1px); transition:.2s}
.flow-page .pillar:hover{filter:brightness(1.06); transform:translateY(-1px); transition:.2s}

.flow-page{
	padding:50px 0;
}
.w90{
	width:90%;
	margin:0 auto;
	min-width:1200px;

}

.flow-page .f-mes{
	margin-bottom:40px;
}
.flow-page .f-mes h2{
	font-size:30px;
	margin-bottom:20px;
	line-height:140%;
	font-weight:600;
}
.flow-page .f-mes p{
	font-size:15px;
	line-height:180%;
}


/******流れ下:****/

.ff-box{
  margin-top:100px;
  position: relative;          /* ← これ大事 */
}

.ff-box::before{
  content: "";
  position: absolute;
  top: 0;                      /* 上端から */
  bottom: 0;                   /* 下端まで */
  left: 50%;                   /* 真ん中 */
  transform: translateX(-50%); /* 中央揃え */
  width: 6px;                  /* 線の太さ */
  background: #ff6f6f;         /* 黄色 */
  border-radius: 3px;          /* 角丸（任意） */
}
.ff-box h2{
	padding:15px;
	line-height:100%;
	background-color:#ff6f6f;
	color:#fff;
	font-size:18px;
	font-weight:500;
	width:60%;
	margin:0 auto;
	text-align:center;
	border-radius:10px;
	position:relative;
	z-index:999;
	font-family: tbudrgothic-std, sans-serif;
    font-weight: 600;
}

.ff-box h4{
	width:60%;
	margin:0 auto;
	padding:15px;
	line-height:100%;
	background-color:#3aafa4;
	color:#fff;
	font-size:20px;
	font-weight:500;
	text-align:center;
	border-radius:10px;
	position:relative;
	z-index:999;
	margin-bottom:50px;
	margin-top:50px;
	font-family: tbudrgothic-std, sans-serif;
    font-weight: 600;
}

.inflex{}

.inflex h3{
	background-color:#575757;
	padding:15px;
	line-height:100%;
	font-size:18px;
	color:#fff;
	margin-bottom:0px;
	font-family: tbudrgothic-std, sans-serif;
    font-weight: 600;
}
.inflex p{
	padding:15px;
	font-size:14px;
	line-height:160%;
}

.inflex .ll{
	width:40%;
	margin:0 auto;
	border:solid 2px #575757;
	box-sizing:border-box;
	position:relative;
	background-color:#fff;
	margin-top:30px;

}

.inflex .rr{
	width:48%;
	margin-left:2%;
	border:solid 2px #575757;
	box-sizing:border-box;
	position:relative;
}

.m-t-a{
	margin-top:80px;
}



.inflex .ll img{
	width:100%;
	height:auto;
}

.inflex .rr img{
	width:100%;
	height:auto;
}


/* 枠（外側） 長さ27px */
.inflex .rr::before{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -27px;                          /* しっぽを外側へ */
  border-style: solid;
  border-width: 12px 27px 12px 0;       /* 上 右 下 左（右が長さ） */
  border-color: transparent #575757 transparent transparent;
}

/* 本体（内側） 長さ26px */
.inflex .rr::after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -26px;
  border-style: solid;
  border-width: 11px 26px 11px 0;
  border-color: transparent #575757 transparent transparent;
}

/*********************************************************

              園設計

***************************************************/

.proj-page{
	padding:0px 0 50px 0;
}

.proj-midashi{
	background-color:#ea7e92;
	font-size:20px;
	color:#fff;
	padding:15px;
	text-align:center;
	border-radius:10px;
	line-height:100%;
}

.pj-header{
	background-image:url(../../../image/project/header.png);
	background-repeat:no-repeat;
	background-size:100%;
	padding:60px 0;
	margin-top:40px;
	text-align:center;
}
.pj-header h2{
	font-size:36px;
	color:#fff;
}
.pj-header h3{
	font-size:20px;
	color:#fff;
}

.proj-page{
	width:1100px;
	margin:0 auto;
	line-height:100%;
}

#about-cont-inner .ttl {
    font-weight: 700;
    font-size: 24px;
    padding: 10px;
    margin: 50px 0;
    color: #fff;
    text-align: center;
    position: relative;

}

#about-cont-inner .ttl::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color:#fe6969;
    transform: skew(-20deg);
    z-index: -1;
}


.about-zu-flex{
	display:flex;
	flex-wrap:wrap;
	gap:0 3%;
	margin:60px 0;
	margin-bottom:90px;
}
.re-flex{
	flex-direction:row-reverse;
}
.about-zu-flex .img{
	width:50%;
}
.about-zu-flex .img img{
	width:100%;
	height:auto;
}
.about-zu-flex .text{
	width:47%;
	font-size:16px;
	line-height:180%;
	align-self:center;
}
.about-zu-flex span{
	color:#ff0000;
}
.about-zu-flex .text h3{
	font-size:34px;
	font-weight:800;
	padding-bottom:30px;
	text-align:center;
}
.re-flex {
        flex-direction: row-reverse;
    }
.about-tt {
    position: relative;
    padding: 25px 0 15px 0;
    margin-bottom: 0.2rem;
    border-bottom: 5px solid;
    color: #fe6969;
    font-size: 42px;
    margin-top: 80px;
    text-align: center;
	font-weight: 500;
}

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

.about-tt:before {
    border: 16px solid;
    border-color: transparent;
    border-top-color: #fe6969;
    margin-left: -16px;
}

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

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


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

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

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

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

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

}


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

}

.arrow_box{
    position:relative;
    background:#343434;
    padding:35px 25px;
    text-align:center;
    border:2px solid #343434;
    color:#FFFFFF;
    font-size:24px;
    font-weight:bold;
	line-height: 190%;
}
.arrow_box:after,.arrow_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    left:100%;
    top:50%;
}
.arrow_box:after{
    border-color: rgba(249, 145, 35, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:20px;
    border-right-width:20px;
    margin-top: -10px;
    border-left-color:#343434;
}
.arrow_box:before{
    border-color: rgba(249, 145, 35, 0);
    border-top-width:12px;
    border-bottom-width:12px;
    border-left-width:24px;
    border-right-width:24px;
    margin-top: -12px;
    margin-left: 2px;
    border-left-color:#343434;
}
.arrow_box2{
    position:relative;
    background:#343434;
    padding:35px 25px;
    text-align:center;
    border:2px solid #343434;
    color:#fff;
    font-size:24px;
    font-weight:bold;
	line-height: 160%;
}
.arrow_box2:after,.arrow_box2:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    right:100%;
    top:50%;
}
.arrow_box2:after{
    border-color: rgba(249, 145, 35, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:20px;
    border-right-width:20px;
    margin-top: -10px;
    border-right-color:#343434;
}
.arrow_box2:before{
    border-color: rgba(249, 145, 35, 0);
    border-top-width:12px;
    border-bottom-width:12px;
    border-left-width:24px;
    border-right-width:24px;
    margin-top: -12px;
    margin-right: 2px;
    border-right-color:#343434;
}

.top-event-sub{
	background-color:#fff6f6;
}


/*-----------------------------------------
ヤモリとは？
-----------------------------------------*/

#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{
	line-height:100%;
	padding:15px;
	line-height:100%;
	background-color: #eeabab;
	color: #fff;
	font-size: 24px;
	border-radius: 10px;
	margin: 0 auto;
	margin-bottom: 25px;
	margin-top:50px;
	text-align:center;
}
#about-cont-inner h4{
	font-size: 22px;
	border-bottom: solid 2px #000;
	line-height:100%;
	padding:15px;
	margin-top:40px;
}

.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: #EB8400;
	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{
	line-height:100%;
	font-size:28px!important;
	background-color: #EBEBEB!important;
	color: #000!important;
	margin-bottom: 10px!important;
	margin-top:15px!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;
}

/***************************** ここからしたはスマホ未対応**********/



.header-about{
	background-image: url(../../../image/about/bg4.jpg)!important;
	line-height:200%;
	padding:80px 0;
	text-align:center;
	color:#fff;
	font-family: 'Noto Serif JP', serif;
	font-weight:800;
	margin-top:50px;
}


.door-page-header .inner{
	width:1100px;
	margin:0 auto;
	color:#fff;
}
.door-page-header h2{
	font-size:55px;
	margin-bottom:45px;
	font-weight:600;
	line-height:160%;
}
.door-page-header h2.f55{font-size:55px;margin-bottom:0;}
.door-page-header p{
	font-size:33px;
	letter-spacing:1px;
	color:#fff100;
	font-weight:600;
}

/********************* TOP施工事例をタイル状に**********************/

/* 余白や見出しはお好みで */
.top-works { width: 100%; }
.top-works-head { text-align: center; margin: 40px 0 20px; }

/* グリッド：12カラムを使って 3:3:3 / 6:6 に配置 */
.top-works-grid{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 8px;             /* タイルのすき間 */
  width: 100%;
	margin-bottom:50px;
	margin-top:45px;
}

/* タイル共通 */
.wbox .ph{
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;     /* 比率は好みで。1/1にしたいなら 1/1 */
  overflow: hidden;
}
.ph-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform .5s ease;
}

/* ホバーオーバーレイ（タイトル表示） */
.wbox .overlay{
  position: absolute; inset: 0;
  display: grid; place-items: center;
  background: linear-gradient(0deg, rgba(0,0,0,.55), rgba(0,0,0,.15));
  opacity: 0; transition: opacity .3s ease;
}
.wbox .ttl{
  color:#fff; font-weight:700; font-size: clamp(14px, 2.2vw, 22px);
  padding: .4em .8em;
  text-align:center;
  line-height:1.4;
  text-shadow:
    1px 0 2px rgba(0,0,0,.9), -1px 0 2px rgba(0,0,0,.9),
    0 1px 2px rgba(0,0,0,.9),  0 -1px 2px rgba(0,0,0,.9);
  background: rgba(0,0,0,.15);
  border-radius: 6px;
}
.wbox:hover .overlay{ opacity: 1; }
.wbox:hover .ph-img{ transform: scale(1.05); }

/* ─ 配置（上段3・下段2） ─ */
.wbox.pos-1 { grid-column: 1 / span 4; }
.wbox.pos-2 { grid-column: 5 / span 4; }
.wbox.pos-3 { grid-column: 9 / span 4; }
.wbox.pos-4 { grid-column: 1 / span 6; }  /* 下段 左 */
.wbox.pos-5 { grid-column: 7 / span 6; }  /* 下段 右 */

/* レスポンシブ */
@media (max-width: 1024px){
  .top-works-grid{
    grid-template-columns: repeat(6, 1fr);
    gap: 6px;
  }
  .wbox.pos-1 { grid-column: 1 / span 3; }
  .wbox.pos-2 { grid-column: 4 / span 3; }
  .wbox.pos-3 { grid-column: 1 / span 6; } /* 3枚目を折り返し */
  .wbox.pos-4 { grid-column: 1 / span 3; }
  .wbox.pos-5 { grid-column: 4 / span 3; }
}
@media (max-width: 640px){
  .top-works-grid{
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .wbox[class*="pos-"]{ grid-column: 1 / -1; }
  .wbox .ph{ aspect-ratio: 16 / 10; } /* スマホで少し浅め */
}



.company-message{
	display: flex;
}

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

.company-message .com-mes-text{
	width: 55%;
	margin-left: 5%;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 180%;
}

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

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

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

.access-map{
	margin-top:15px;
}

.access-map iframe{
	width:100%;
	height:auto;
}
.kaisha-banner{
	width:900px;
	margin:0 auto;
	background-color:#fff;
	border-radius:15px;
	box-sizing:border-box;
	padding:20px;
	margin-bottom:30px;

}

.kaisha-banner img{
	width:250px;
	height:auto;

	border-radius:5px;
}

.kaisha-banner img a{
	display:block;
}




/***************************************
おまかせ top
*********************************************/
	
.top-omakase{

	background-image: url("../../../image/project/bg.webp");
	background-size: cover;
	background-position: center top;
	color: #fff;
	background-attachment: fixed;
}

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

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

.top-omakase p{
	text-align: center;
	border-radius: 10px;
	width: 80%;
	margin: 0 auto;
	padding: 30px 20px;
	font-size: 26px;
	border: solid 2px #fff;
	font-weight: 800;
	margin-bottom: 30px;
	margin-top: 20px;
	background: rgb(230 93 93 / 70%);
	color: #ffffff;
}
	
.ar{
	text-align:center;
	margin-top: 60px;
	margin-bottom: 60px;
}

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


.top-omakase h3{
	font-size: 45px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 60px;
	margin-top: 0px;
	font-weight:800;
	color: #ff3157;
}
.top-omakase h3 span{
	color: #ff3157;
	font-size: 47px;
	font-weight:800;
}

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

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

.top-omakase .point .p-box .num{
	font-size: 48px;
	font-style: italic;
	margin-bottom: 15px;
	text-align:center;
	line-height:100%;
	font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.top-omakase .point .yokonaga{
	width:100%!important;
}


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




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


.event-pagination{
  margin: 30px 0 0;
}

.event-pagination ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.event-pagination li{
  margin: 0;
  padding: 0;
}

.event-pagination a,
.event-pagination span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
}

.event-pagination span.current{
  background: #111;
  color: #fff;
  border-color: #111;
}

.event-pagination a:hover{
  opacity: .85;
}