@charset "utf-8";
/* CSS Document */

/*------------------------------
　共通
------------------------------*/
.sp{display: none;}

.en{font-family: "Barlow", sans-serif;font-weight:600;}
.midashi-bar{position: relative;font-size: 26px;padding:20px;font-weight:600;
    background-color: #f0f0f0;border-left: 6px solid #ec6c24;border-radius: 5px;box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);margin-bottom: 50px;text-align: left;}

/*------------------------------
　ヘッダー
------------------------------*/
#header .logo{}

#header .logo-set { display: flex;align-items: center;justify-content: flex-start;}

.bt-set{display: flex;align-items: center;gap:10px;justify-content: flex-end;}
.bt-set .tel{}
.panf-bt{display: flex;justify-content:center;align-items: center;background-color: #00a75a;border-radius: 5px;color: #FFF;font-size: 16px;line-height: 1;padding: 8px 24px;margin-top: 8px;}
.apply-bt{display: flex;justify-content:center;align-items: center;background-color: #ec6c1f;border-radius: 5px;color: #FFF;font-size: 16px;line-height: 1;padding: 8px 24px;;margin-top: 8px;}
.apply-bt img{width: 20px;height: 20px;margin-right: 8px;}
.panf-bt img{width: 22px;height: 22px;margin-right: 8px;margin:0px 8px -1px 0;}
.bottom-box .panf-bt,.bottom-box .apply-bt{height:50px;}

.event-box .apply-bt {font-size:21px;height: 60px;}
.event-box .apply-bt img{width: 30px;height: 30px;margin-right: 8px;}

.menu__item img{width:auto;height:16px;}
.menu__item{display:flex;justify-content:center;flex-direction:column;gap:6px;}

.slide-waku {
	display:flex;justify-content:center;align-items:center;
background-image: url("../../../image/slider/01-bg.jpg");
}
.slide-waku a{line-height:0;}
.navigation-menu{
    position: relative;
}
.navigation-menu .dropdown-menu{
	position:absolute;
	width:100%;
	padding:30px;
	left:0;
	top: 80px;
	display:none;
	list-style: none;
	background-color: rgb(23 40 86 / 95%);
}
.dropdown-menu-flex{display:flex;justify-content:flex-start;gap:45px;max-width:850px;margin:0 auto;}

.dropdown-item {padding: 5px 0;width: 200px;aspect-ratio: 2 / 1;border: 1px solid #fff;display: flex;justify-content: center;align-items: center;}
.dropdown-item.works{background-image:url(../../../image/common/dropdown-item-works.webp);background-size:cover;}
.dropdown-item.genba{background-image:url(../../../image/common/dropdown-item-genba.webp);background-size:cover;}
.have-child:hover .dropdown-menu{display:block;animation: slideDown 0.3s ease-in-out;}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/*------------------------------
　TOPページ
------------------------------*/
.top-pickup{max-width:1100px;margin:30px auto;}
.top-pick-flex {display: flex;justify-content: space-between;}
.top-pick-flex .p-box {width: 46%;text-align:center;}
.top-pick-flex .p-box img {width: 100%;height: auto;border-radius: 10px;margin-bottom: 20px;}
.top-pick-flex .p-box h3 {
	font-size: 24px;
	font-weight: 600;
	color: #173975;
	margin-bottom: 15px;
}
.top-pick-flex .p-box p {
	font-size: 16px;
}
.botan{display:flex;justify-content:center;}
.botan a {
	padding: 15px;
	background-color: #173975;
	display: flex;
	justify-content:center;
	line-height: 100%;
	color: #fff;
	border-radius: 30px;
	min-width:260px;
	margin: 0 auto;
	margin-top: 20px;
}
.botan a:hover {
	background-color: #13459f;
}

.top-works {max-width:1100px;margin:80px auto;text-align:center;}
.mida1 {
    background-color: #103675;
    color: #fff;
    padding: 15px;
    line-height: 100%;
    border-radius: 5px;
    font-size: 28px;
    width: 80%;
	max-width:880px;
	margin:20px auto;
	text-align:center;
    font-weight: 600;
	letter-spacing:.1rem;
}
.mida1 span {
    font-size: 30px;
    color: #fff;
}
.top-works .mida2 {
    color: #000;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
.top-works .mida2 img {
    width:800px;
    height: auto;
}
.top-works .mida3 {
    background-color: #00a4e3;
    padding: 10px;
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.top-works-flex {
    display: flex;
    margin-top: 30px;
	justify-content:center;
	flex-wrap:wrap;
}
.top-works-flex .bb {
    width: 31%;
    margin: 1%;
	line-height:0;
}
.top-works-flex .bb img {
    width: 100%;
    height: auto;
}
.top-works-flex .bb .mm {
    background-color: #3da07a;
    padding: 10px 10px 15px;
    color: #fff;
    font-size: 16px;
	line-height:1.6;
	text-align:center;
}
.top-works-flex .bb .botan {
    border: solid 1px #fff;
    padding: 5px;
    font-size: 12px;
    width: 150px;
    margin: 0 auto;
    line-height: 100%;
    margin-top: 10px;
    border-radius: 5px;
}
.next-botan a {
    background-size: auto auto;
    background-color: rgba(0, 155, 85, 1);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(27, 148, 105, 1) 5px, rgba(27, 148, 105, 1) 10px);
    display: block;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    width: 350px;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 25px;
}
.next-botan a:hover {
    background-size: auto auto;
    background-color: rgba(0, 155, 85, 1);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(18, 122, 85, 1) 5px, rgba(18, 122, 85, 1) 10px);
}
.next-botan-red a {
    background-size: auto auto;
    background-color: rgba(214, 0, 0, 1);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(193, 1, 1, 1) 5px, rgba(193, 1, 1, 1) 10px);
}
.next-botan-red a:hover {
    background-size: auto auto;
    background-color: rgba(194, 0, 0, 1);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(173, 1, 1, 1) 5px, rgba(173, 1, 1, 1) 10px);
}
.next-botan-blue a {
    background-size: auto auto;
    background-color: rgba(0, 148, 224, 1);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(2, 111, 218, 1) 5px, rgba(2, 111, 218, 1) 10px);
}
.next-botan-blue a:hover {
    background-size: auto auto;
    background-color: rgba(0, 89, 134, 1);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(0, 97, 191, 1) 5px, rgba(0, 97, 191, 1) 10px);
}


.top-voice-movie-flex{
	margin:50px auto 50px;
	max-width:1100px;
    display: flex;
}
.top-voice-movie-flex .m-box{ width: calc(100% / 3);margin: 1%;}
.top-voice-movie-flex .m-box img{width: 100%;height: auto;}

/**** TOP 累積実績 ***/
.top-jisseki-bg{
    background-color: #fbf6fc;
    background-image: url("../../../image/top/bg-photo.webp");
    background-repeat: no-repeat;
				background-size: cover;
    background-position: left top;
}
.top-jisseki{
position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 80px;
}
.top-jisseki h2{
    color: #103675;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF,  0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
    font-size: 38px;
	text-align: center;
	margin-bottom:80px;
}
.top-jisseki > .top-link-botan{position: absolute; top: 60px;right: 60px;}

.jisseki-waku{background-color:rgb(255 255 255 / 60%);border:2px solid #103675;border-radius:10px;padding:30px 20px;font-size:18px;line-height:1;margin-bottom:20px;}
.jisseki-waku h3{line-height:1.4;letter-spacing:.05rem;text-align:right;}
.jisseki-waku .column{display:flex;flex-direction:column;align-items:center;padding-left:10px; justify-content: flex-end;}
.jisseki-waku .en.dai{font-size:400%;line-height:1;}
.jisseki-waku .en.dai b{font-size:75%;font-weight:600;}
.jisseki-waku .en.dai b:before{content:".";}
.jisseki-waku .en{font-size:160%;line-height:1.2;}
.jisseki-waku .en span{font-size:18px;}
.jisseki-waku p{font-weight:600;line-height: 1;}
.jisseki-waku .box-waku{display:flex;justify-content:center;padding:0 20px;border-left:2px solid;}
.jisseki-waku-flex{display:flex;justify-content:space-between;gap:20px;}
.jisseki-waku-flex .jisseki-waku{width:calc(50% - 10px);}
.jisseki-01{display:flex;align-items:center;justify-content:space-between;}

.jisseki-group{display:flex;align-items:center;justify-content:center;}
.jisseki-group h3{padding-right:20px;}
.jisseki-waku .jisseki-group:nth-child(n+2){align-items:flex-end;padding-top:20px;}
.jisseki-group .box-waku:first-child{border-left:unset;}
.jisseki-group .box-waku{align-items:flex-end;}

/**** TOP 解体料金 ***/
.top-price {max-width:1100px;margin:80px auto;text-align:center;}
.top-price h3 {font-size: 38px;}

.top-price-three {
    display: flex;
    justify-content: space-around;
    margin: 30px auto;
}
.top-price-three .pp {
    width: 31%;
    padding: 20px;
    background-color: #fff;
    margin: 1%;
    border: solid 1px #ccc;
}
.top-price-three .pp img {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}
.top-price-three .pp h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 100%;
}
.top-price-three .pp p {
    font-size: 14px;
    line-height: 100%;
    color: #a0a0a0;
    margin-bottom: 25px;
}
.top-price-three .pic {
    aspect-ratio:1.6 / 1;
    overflow: hidden;
    margin-bottom: 20px;
}
.top-price-three .pic img{width:100%;height:100%;object-fit:cover;}

.top-price-three .fl{
    display: flex;
    font-size: 13px;
    padding: 10px 0;
    border-top: solid 1px #ccc;
    text-align: left;
    align-items: center;
}
.top-price-three .fl h5{
    margin-right: 5%;
    width: 30%;
}
.top-price-three .tx{
    font-size: 15px;
    width: 65%;
}
.top-price-three .tx2{
    font-size: 22px;
    font-weight: 600;
}
.top-price-three .tx2 span{font-size: 18px;}

/* お知らせ関連 */
.top-news-midashi{
    background-color: #103675;
    padding: 15px;
    color: #fff;
    font-size: 36px;text-align:center;
}
.top-news-sub-midashi{font-weight:500;padding:10px;background-color:#f0f0f0;line-height:1;}
.top-news-sub-midashi.news{border-left:5px solid #ec6c1f;}
.top-news-sub-midashi.blog{border-left:5px solid #30a65c;}
.top-news-sub-midashi.column{border-left:5px solid #103675;}

.top-news {
	text-align:center;
    background: linear-gradient(180deg, #4fb6ce 0%, #bddbe2 65%, #79c487 100%);
	padding-bottom:30px;
}

.news-waku h3 {
	font-size: 28px;
	color: #fff;
	margin-bottom: 35px;
}
.top-news-flex{max-width:1100px;margin:50px auto;display:flex;justify-content:space-between;gap:20px;}
.news-waku {
	flex: 1;
	display: flex;
	flex-direction: column;
}
.news-waku.-event {
	flex: 1.25;
}
.news-box, .event-box {
	height: 100%;
	padding:20px;
	background-color: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 0px 5px 15px 0px rgba(134, 134, 134, 0.35);
}

.event-box-flex{display:flex;justify-content:center;gap:20px;}
.event-box-flex > .event-box{width:calc((100% / 3) - 20px);}
.event-box.-single{box-shadow:unset;padding:0;}
.single-post-event{display:flex;align-items:flex-start;gap:30px;}
.single-post-event .pic{flex:1; aspect-ratio: 1.4 / 1;}
.single-post-event .event-box{flex:1.3;}
.event-box img {width: 100%;height: auto;}
.event-box .event-title {
	font-size: 20px;
	font-weight: 600;
	padding: 10px 0;
	line-height: 1.5;
}
.event-box .info {
	display: flex;
	justify-content:flex-start;
	align-items:flex-start;
	font-size: 16px;
	border-bottom: dashed 1px #ccc;
	padding: 10px;
}
.event-box .info span {
	background-color: #00a3e2;
	color: #fff;
	font-size: 12px;
	line-height: 100%;
	padding: 5px;
	margin-right: 15px;
	border-radius: 5px;
	width:3rem;
	display:block;
}
.event-box .info p{flex:1;text-align:left;}
.event-box .info2 {
	text-align: justify;
	padding: 10px 10px 0px;
}
.info-map {padding-top:10px;}
.info-map iframe{width:100%;height:150px;}
.news-waku h3 {
	font-size: 28px;
	color: #fff;
	margin-bottom: 35px;
}
.news-box .line {
	padding-bottom: 10px;
	border-bottom: dashed 1px #ccc;
	text-align: left;
}
.news-box .day {
	color: #007B02;
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
}
.news-box .news-box-title {
	font-size: 18px;
	font-weight: 600;
	padding: 6px 0;
	display:block;
}
.news-box p {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 300;
}
.line + .line {
	margin-top: 10px;
}
.apply-botan a {
	display: block;
	padding: 5px;
	background-color: #ec6c24;
	color: #fff;
	font-size: 15px;
	margin-top: 15px;
	border-radius: 5px;
	text-align:center;
}
.apply-botan a:hover {
	background-color: #cb5919;
}

.-hojo .kikan{color:#36a51d;font-size:14px;font-weight:500;display:block;letter-spacing:normal;}
.-hojo .news-box-title{font-weight:500;font-size:16px;padding-bottom:0;}
.news-box-more{display:block;padding;10px;font-size:14px;text-align:right;color:#ec6c1f;}
.top-panf-waku{max-width:1100px;margin:40px auto;padding:40px;border-radius:10px;background-color:#FFF;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.top-panf-waku .en{font-size: 42px;color: #1BA60B;line-height: 1;margin-bottom: 36px;letter-spacing:.1rem;}
.top-panf-waku p{font-size:18px;}
.top-panf-flex{display:flex;justify-content:center;padding:10px;line-height:0;}
.top-panf-box{width:calc(100% / 3);margin:1%;}
.top-panf-box img{width:100%;height:auto;}
.top-panf-box h3 {line-height:1.2;background-color: #23A045;padding: 10px;color: #fff;border-radius: 0 0 5px 5px;}

/*************************top content menu*****************/
.top-content {
	width: 1100px;
	margin: 0 auto;
	padding: 60px 0;
	background-color: #fff;
}
.top-content-flex {
	display: flex;
	flex-wrap: wrap;
}
.top-content-flex .c-box {
	width: 24%;
	margin: 0.5%;
	background-color: #000;
	background-size: 100%;
	display: flex;
	justify-content: center;
	padding: 55px 15px;
	box-sizing: border-box;
	color: #fff;
	align-items: center;
	border-radius: 5px;
	transition: 1.0s;
	background-position: center;
}
.top-content-flex .c-box img {
	height: 30px;
	width: auto;
	margin-right: 15px;
}
.top-content-flex .c-box p {
	font-size: 24px;
	font-weight: 600;
}
.top-content-flex .plan-fee {
	background-image: url("../../../image/top/keisanki.jpg");
}
.top-content-flex .plan-flow {
	background-image: url("../../../image/top/flow.jpg");
}
.top-content-flex .plan-company {
	background-image: url("../../../image/top/company.jpg");
}
.top-content-flex .plan-ir {
	background-image: url("../../../image/top/ir.jpg");
}
.top-douga-banner {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 55px;
}
.top-douga-banner img {
	border-radius: 5px;
}
.top-news-list {
	width: 1100px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.top-news-list h2 {background-color: #103675;text-align:center;padding: 10px;color: #fff;font-size: 24px;font-weight: normal;}
.top-news-list-flex{display:flex;justify-content:space-between;gap:30px;}





#bottom {
	position: relative;
	text-align: center;
	font-size: 12px;
	padding-top: 30px;
	padding-bottom: 100px;
	background-color: #fff;
	width: 100%;
	border-top: solid 3px #fcc800;
}
#bottom-inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;justify-content: center;gap:20px;
}
.bottom-box.list {width:67%;}
.bottom-box.info {width:33%;}
.bottom-line-flex{display:flex;}
.bottom-line-set{width:50%;}
.bottom-tt {
	font-size: 16px;
	color: #000;
	border-bottom: solid 1px #000;
	margin-bottom: 10px;
	padding: 5px 0;
}
.bottom-line {
	padding: 3px;
	padding-left:10px;
	margin-bottom: 1px;
	border-bottom: dotted 1px #000;
	margin-left: 15px;
	margin-right: 15px;
	text-align: left;
	font-size: 14px;
}
.bottom-line:hover{color:#ec6c1f;}
.footer-raijou a {
	padding: 15px;
	display: block;
	background-color: #00a75a;
	font-size: 15px;
	color: #fff !important;
	border-radius: 5px;
}
.footer-raijou a:hover {
	background-color: #057d46;
	color: #fff !important;
}
.footer-panf a {
	padding: 15px;
	display: block;
	background-color: #eb6100;
	font-size: 15px;
	border-radius: 5px;
	margin-top: 10px;
	color: #fff !important;
}
.footer-panf a:hover {
	background-color: #d35801;
	color: #fff !important;
}

.gototop a {
	z-index: 99999999;
	position: fixed;
	bottom: 24px;
	right: 24px;
	width: 48px;
	height: 48px;
	text-decoration: none;
	background-color: #eb6100;
	display: block;
	text-align: center;
	border-radius: 24px;
}
.gototop a::before {
	content: '\f062';
	font-family: 'Font Awesome 6 Free';
	font-size: 30px;
	font-weight: 900;
	color: #fff;
	line-height: 48px;
}

.floating {
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	bottom: 0;
	z-index: 9999;
	width: 100%;
	padding: 10px;
}
.floating .inner {
	background-color: #fff;
	padding: 8px 30px;
	width: 900px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	border-radius: 5px;
	gap: 20px;
	justify-content: center;
}
.floating .inner .tel {
	font-size: 32px;
	font-weight: 800;
	line-height: 100%;
	color: #00a56f;
}

.floating .inner .time {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: -0.2px;
	line-height: 1.4;
	text-align: left;
	padding-left: 15px;
}
.floating .inner .apply-bt, .floating .inner .panf-bt {
	padding: 8px 30px;
}
/*------------------------------
　下層ページ
------------------------------*/
main{min-height: calc(100vh - 560px);}
.sub-title-obi{color:#FFF;height: 100px;background-color:#103675;display: flex;align-items: center;justify-content: center;position:relative;}
.sub-title-obi h1{font-size: 32px;font-weight: 600;display: flex;align-items: flex-end;justify-content: center;line-height:1;}
.sub-title-obi h1 img{margin-top: -10px;max-height:53px;}
.sub-title-obi h1 small{font-size: 24px;padding-top: 8px;}
.sub-title-obi span {display: inline-block;font-size: 18px;padding-left: 14px; padding-top: 15px;font-weight: 400;letter-spacing: .1rem;}

.sub-title{display: flex; align-items: center;font-size: 24px; font-weight: 600;margin-top: 50px;margin-bottom: 30px;}
.sub-title:after {content: ""; height: 2px; flex-grow: 1; margin-left: 1rem; background-color: #004da0;}

.single{max-width: 1200px; margin: 50px auto;counter-reset: num;}
.post-title{padding: 20px;border-top:2px solid #103675;border-bottom:2px solid #103675;margin-bottom: 20px;}
.post-title .title{text-align: center;font-size:28px;letter-spacing:.1rem;}
.post-s-title{display:flex;justify-content:flex-end;gap:10px;}
.post-s-title .day{color:#103675;}
.post-s-title .cat{color:#afafaf;display: flex;}
.post-s-title .cat:before{content:"#";display:block;}


.post-waku{background-color:#FFF;padding:20px;width:100%;border-radius:14px;}
.single-post-waku {padding:20px 15px;;font-size:16px;line-height:1.8;text-align:left;}
.single-post-waku p{padding-bottom:1rem;text-align:justify;}

/* API TOPページ */
.mslongtail_inner{max-width: 1100px;width:100%;margin: 30px auto;}
.top-news-list-flex .mslongtail_inner {width:calc(50% - 15px);}
.top-news-list-flex .mslongtail_inner.-column {width:100%;margin-top:0px;max-width:unset;}
.mslongtail_inner > ul li{display:flex;justify-content:flex-start;gap:10px;border-bottom: dotted 1px #ccc;padding: 10px;}
.mslongtail_date {color:#607d8b;width:7rem;font-size:90%;white-space: nowrap;}
.mslongtail_title{flex:1;}
.mslongtail_inner > ul li{transition:.3s;}
.mslongtail_inner > ul li:hover span{color:#ec6c1f !important;}

/* API Hタグ */
.single-post-waku h2{font-size:22px;color:#103675;padding:5px;border-bottom:solid 2px #103675;margin-bottom:15px;margin-top:30px;font-weight: 600;}
#mslongtail_detail h3,.single-post-waku h3{font-size:18px;background-color:#103675;padding:10px;margin-top:30px;margin-bottom:10px;font-weight: 600;line-height:1.4;color:#FFF;}
#mslongtail_detail h4,.single-post-waku h4{font-size:18px;padding:5px;border-bottom:solid 1px #000;margin-bottom:10px;margin-top:15px;font-weight: 600;line-height:1.4;}
#mslongtail_detail h5,.single-post-waku h5{font-size:16px;padding:5px;background-color:#ececec;margin-bottom:10px;margin-top:30px;font-weight: 600;line-height:1.4;}

/* API 詳細ページ下部　カテゴリー内の一覧 */

#mslongtail_list > h2{display: flex;justify-content: space-between;align-items: center;color: #FFF;font-weight: 500;padding: 10px 15px;transition: .5s;letter-spacing: .1rem;
background-size: auto auto;background-color: rgba(0, 165, 111, 1);background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(5, 146, 100, 1) 4px, rgba(5, 146, 100, 1) 5px );}
#mslongtail_list > h2:after{content:"▼";display:block;}
#mslongtail_list > .mslongtail_inner{margin:15px auto;}
.other-genba-list{padding: 10px 15px;}
.other-genba-list li{padding: 10px;border-bottom:1px dashed #f0f0f0;transition: .5s;}
.other-genba-list li:hover{color:#00a75a; }
.other-genba-list li .day{font-weight: 400;padding-right: 10px;}

/* ページネーション アークAPI */
.mslongtail_link_block > ul{ margin-top:30px;display:flex;justify-content:center;gap:10px;}
.mslongtail_link_block > ul li{display: flex; justify-content: center;align-items: center;
 width: 40px;height: 40px; color: #9e9e9e;background: #FFF;border: 1px solid #9e9e9e;border-radius: 6px;transition:.5s;cursor: pointer;}
.mslongtail_link_block > ul li:hover{background-color:#00a3e2;color:#FFF;border-color:#00a3e2;}
.mslongtail_current_page{background-color:#103675 !important;color:#FFF !important;border-color:#103675 !important;}

.mslongtail_link_prev,.mslongtail_link_next{border: unset !important;font-size: 16px !important;width: unset !important;}
.mslongtail_link_prev:hover,.mslongtail_link_next:hover{color:#00a3e2 !important;background-color:unset !important;border:unset !important;}

#mslongtail_detail{max-width: 1100px;margin: 50px auto;}
#mslongtail_detail > h2{padding: 20px;border-top: 2px solid #103675;border-bottom: 2px solid #103675;margin-bottom: 20px;
text-align: center;font-size: 28px;letter-spacing: .1rem;line-height:1.2;}

.mslongtail_inner{}
.mslongtail_description_top{padding: 20px 0;}
.mslongtail_body{line-height: 2;}
.mslongtail_list_link{}
.news-obi{background-color: #ecf3f3;text-align: center;padding: 0 0 30px;}
.news-obi h2{padding: 10px;font-size: 24px;font-weight: 600;color: #FFF;background-color: #103675;}

.post-list-flex{padding-top:30px;}

/* 太陽光発電のメリット */
.merit h2 {counter-increment: num;font-size: 28px;display: flex;justify-content: flex-start;align-items: center; font-weight: 600;color: #1d3573;padding-bottom: 20px;} 
.merit h2:before {content: counter(num,decimal-leading-zero);font-size: 46px;font-family: "Barlow", sans-serif;font-weight:500;color: #ff721d;padding-right: 10px;}
.merit h3{text-align: center;font-size: 22px;padding: 30px 0 15px;font-weight: 500;}
.merit .flex-waku{display: flex;justify-content: space-between;gap:30px;}
.sechi-list{width: 50%;}
.sechi-list tr{background-color: #e0e0e0;}
.sechi-list tr:nth-child(even){background-color: #f1f1f1;}
.sechi-list th, .sechi-list td{padding: 12px;text-align: left;font-weight: normal;}
.sechi-list th{padding-left:4rem;letter-spacing: .1rem;}
.sechi-list td{font-size: 24px;font-weight: 600;font-family: "Barlow", sans-serif;}
.sechi-list td span{font-size: 16px;font-weight: 400;letter-spacing: .1rem;}
.column-flex{width: 50%;display: flex;flex-direction: column;gap:10px;}
.sakugengaku{background-color: #f1f1f1; padding: 20px;}
.sakugengaku .title{font-size: 24px;color: #ff721d;}
.sakugengaku .gaku{padding: 20px; font-size: 21px;font-weight: 500;font-family: "Barlow", sans-serif;line-height:1.2;letter-spacing: .1rem;}
.sakugengaku .gaku span{font-size: 18px;font-weight: 400;}
.sakugengaku .gaku b{font-size: 50px;font-weight: 600; color: #ff721d;line-height: 1;}
.sakugengaku .gaku b span{font-size: 24px;}
.merit-box{margin-top: 30px; flex:1;padding: 10px;display: flex;flex-direction: column;justify-content: space-between;border:1px solid #e0e0e0;}
.merit-box h2{font-size: 22px;}
.merit-box p{flex:1;}

.obi{background-color: #ecf3f3;text-align: center;padding: 60px 0;}
.obi h2{font-size: 28px;color: #103675;}
.obi p{max-width: 1000px;margin: 30px auto;line-height: 2;}
.obi .flex-waku{max-width: 1100px;margin: 0 auto;display: flex;gap:30px;}
.donyu-box img{width: 1000%;height: auto;}

/* 会社概要 */
.message-flex{display:flex;gap:30px;margin:0 auto 30px;max-width: 1000px;}
.message-txt{flex:1;line-height:1.8;text-align:justify;}
#company h2.border-right{display: flex; align-items: center;line-height:1;font-weight:600;margin:0 auto 30px;max-width: 1000px;}
#company h2.border-right:after {content: "";height: 1px;flex-grow: 1;background-color: #103675;}
#company h2.border-right:after {margin-left: 1rem;}
.message-pic{width:200px;}
.message-pic img{width:100%;height:auto;}
#company table{max-width:1000px;margin:0 auto 30px;}
#company tr{border-bottom:1px solid #e1e1e1;}
#company th,#company td{padding:20px;line-height:2;vertical-align:top;}
#company th{width:20%;text-align: left;font-weight:500;color:#103675;}
#company td{vertical-align:top;}
#company img.c-logo{max-height:30px;width:auto;}
#company td ol{list-style-type: decimal;margin-left:1rem;}
#company td ol li{padding:5px 0;}
#company td ul{list-style-type: circle;margin-left:1rem;}
#company td ul li{padding:5px 0;}
#company td li b{font-weight:500;padding: 3px 7px; background-color:#f0f0f0;font-size:94%;margin-left: -7px;}
#company td ul li p{line-height:1.4;}
#company .sikaku-flex{display:flex;justify-content:flex-start;gap:5%;}
#company .sikaku{display:block;font-size:13px;flex:1;line-height:1;padding-right:5%}
#company .sikaku tr{border:none;}
#company .sikaku th,#company .sikaku td{padding:2px;}
#company .sikaku th{font-weight:normal;color:inherit;width:90%;}
#company .sikaku td{text-align:right;}
#company .siten p{padding-bottom:15px;line-height:1.5;}

@import url('https://fonts.googleapis.com/css2?family=Yuji+Syuku&display=swap');
.sign {font-family: 'Yuji Syuku', serif; font-size: 1.5rem;text-align: center;}
.sign span { font-size: 1rem;}

/* 設置までの流れ */
.flw-chart {display: flex;justify-content: space-between; margin-top: 40px;}
.flw-step {background: url(../../../image/page/bg-flw.png) repeat-y top 164px center #114b94;width: 257px;}
.flw-step li:nth-of-type(1) {background: url(../../../image/page/bg-flw-noarw.png) no-repeat bottom 0 center #114b94; height: 160px;padding-top: 15px;}
.flw-step li {display: flex;justify-content: center;align-items: center;text-align: center;font-size: 20px; color: #fff; line-height: 1.5;height: 185px;padding-top: 40px; }

.flw-midashi{ font-size: 20px;color: #1a629e;font-weight: 700; margin-bottom: 16px;}
.flw-kikan{display:block;font-weight:600;color:#1a629e;font-size:20px;}
.txt-link {display: inline-block;margin-top: 10px;color: #666;border-bottom: solid 1px #aaa;}
.txt-link:before {content: url(../../../image/page/arw-bl.png);margin-right: 3px;border-bottom: solid 1px #fff;}
.txt-link:hover{color:#1a629e;border-bottom: solid 1px;}
.shiryou-box{margin-top:30px;list-style:none;border: solid 1px #ccc;width: 49%; padding: 20px 20px;background-color:#FFF;text-align:left;}
.shiryou-box p{line-height: 1.8;padding:0;margin:0;}
#flow.obi h2{color: #FFF;background-color: #103675;max-width: 1100px; margin: 0 auto;padding: 6px;letter-spacing:.1rem;}

#contact > p{text-align:center;}

.flow-txt{height: 164px;padding:20px;background: #f5f5f5;display:flex;flex-direction:column;justify-content: center;}
.flw-set{flex:1;}
.flow-main-flex{display:flex;}
.flow-sub-flex{flex:1;}
.flow-set{display:flex; border: solid 1px #ccc;margin-top: 3px; margin-left: 3px;}
.flow-set .pic{line-height:0;height:181px;width:auto;}
.flow-set .txt {padding: 0 20px 20px; flex:1;display:flex;flex-direction:column;justify-content:center;}
.flex-two {background: #d8f2fe;vertical-align: middle;font-weight: 400; line-height: 1.8; text-align: left; padding: 0 15px 0 30px; position: relative; width: 200px;white-space:nowrap;}
.flex-two:before { content: "";display: block;width: 6px;height: calc(100% - 12px);border-radius: 6px;position: absolute;top: 6px; left: 8px; background: #114b94;}

/* 商品プラン一覧 */
.plan-cat-title{font-size:22px;font-weight:600;}
table.plan-list {
  border-collapse: collapse;
  width: 100%;
}
.plan-list th,.plan-list td {
  padding: 15px 2rem;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.plan-list th {
  font-weight: normal;
  font-size: .875rem;
  color: #666;
  position: sticky;
  top: 0;
}
.plan-list tr > td:first-child{border-right:1px dotted #ddd;} 
.plan-cat-title.-yaneue{color:#103675;}
.plan-list.-yaneue th{background: #103675;color:#FFF;}
.plan-list.-yaneue td{background: #d1deff;}
.plan-list.-yaneue tr:nth-child(odd) td{background: #f1f5ff;}

.plan-cat-title.-chijou{color:#fe6e1a;margin-top:60px;}
.plan-list.-chijou th{background: #fe6e1a;color:#FFF;}
.plan-list.-chijou td{background: #ffd5bd;}
.plan-list.-chijou tr:nth-child(odd) td{background: #fcf4ef;}

.plan-hoso{padding:10px 10px 0;}
.plan-hoso li:before{content:"●";font-size:10px;padding-right:2px;}
.plan-hoso li{font-size:75%;line-height:1.5;color:#888;margin-left: 10px;text-indent: -12px;}

/* 補助金情報一覧 */
.hojo-waku{padding:20px;max-width:1000px;margin:0 auto 30px;border:1px solid #afafaf;border-radius:10px;}
.hojo-waku.-single{border:none;}
.hojo-waku .cat{line-height:1;padding:7px 14px;border:1px solid #103675;color: #103675;border-radius:7px;display:inline-block;}
.hojo-waku .cat.-hojo{line-height:1;padding:7px 14px;border:1px solid #103675;background-color:#103675;color: #FFF;border-radius:7px;display:inline-block;}
.hojo-waku h2{font-size:24px;line-height:1.6;letter-spacing:.1rem;padding:10px 0;border-bottom:2px solid #103675;}
.hojo-waku p{padding:10px 10px 0;line-height:1.8;}
.hojo-waku table.hojo-info{border: 1px solid #ddd;margin:15px;font-size:14px;width:97%;}
.hojo-waku th,.hojo-waku td{padding:15px 20px;border-bottom: 1px solid #ddd;text-align:left;}
.hojo-waku th{font-weight:600;color:#103675;width:20%;border-right: 1px solid #ddd;}
.hojo-waku td > a{border-bottom:1px dotted #00a3e2;}
.hojo-waku td > a:hover{color: #00a3e2;border-bottom:1px dotted #00a3e2;}

/* 工事進捗（現場）一覧 */
.genba-flex{display: flex;justify-content: flex-start;align-items: flex-start;gap:30px;flex-wrap: wrap;}
.genba-box{width: calc((100% / 3) - 20px);background-color: #f0f0f0;border-radius:10px;overflow: hidden;
box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;}
.genba-box .pic{line-height: 0;}
.genba-box .pic img{width: 100%;height: auto;}
.genba-box .info{padding: 15px;}
.genba-box .info .day{letter-spacing: .1rem;font-weight: normal;color: #00a56f;}
.genba-box .info .title{line-height: 1.4;}
.genba-box .label{display: flex;justify-content: space-between;align-items: center;color: #FFF;font-weight: 500;font-size: .9rem;padding: 10px 15px;transition: .5s;
background-size: auto auto;
background-color: rgba(0, 165, 111, 1);
background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(5, 146, 100, 1) 4px, rgba(5, 146, 100, 1) 5px );}
.genba-box:hover .label{background-color: #00a56f;}

.genba-title{padding: 20px;border-top:2px solid #00a75a;border-bottom:2px solid #00a75a;margin-bottom: 20px;}
.genba-title .day{color:#00a75a;}
.genba-title .title{text-align: center;font-size: 1.6rem;}
.comment{position: relative;padding: 20px;background: #f0f0f0;margin-bottom: 25px;}
.comment:after {position: absolute;content: '';top: 100%;left: 30px;border: 15px solid transparent;border-top: 20px solid #f0f0f0;width: 0;height: 0;}

.genba-info{display: flex;flex-wrap: wrap;margin: 20px 0 30px;}
.genba-info li{width: 50%;display: flex;justify-content: flex-start;align-items: flex-start;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;}
.genba-info li span{flex:1;padding: 15px;background-color: #f0f0f0;text-align: center;background-color: #FFF9E0;}
.genba-info li p{flex:2;padding: 15px 15px 15px 30px;}


/* 詳細ページ下部　カテゴリー内の一覧 */
.other-genba-waku{}
.other-genba{display: flex;justify-content: space-between;align-items: center;color: #FFF;font-weight: 500;padding: 10px 15px;transition: .5s;letter-spacing: .1rem;
background-size: auto auto;background-color: rgba(0, 165, 111, 1);background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(5, 146, 100, 1) 4px, rgba(5, 146, 100, 1) 5px );}
.other-genba-list{padding: 10px 15px;}
.other-genba-list li{padding: 10px;border-bottom:1px dashed #f0f0f0;transition: .5s;}
.other-genba-list li:hover{color:#00a75a; }
.other-genba-list li .day{font-weight: 400;padding-right: 10px;}


/* 施工実績 */
.works-title{padding: 20px;border-top:2px solid #00a75a;border-bottom:2px solid #00a75a;margin-bottom: 20px;text-align: center;font-size: 1.6rem;}
.comment{position: relative;padding: 20px;background: #f0f0f0;margin-bottom: 25px;}
.comment:after {position: absolute;content: '';top: 100%;left: 30px;border: 15px solid transparent;border-top: 20px solid #f0f0f0;width: 0;height: 0;}

.works-flex{display: flex;justify-content: flex-start;align-items: flex-start;gap:30px;margin-bottom: 50px;}
.works-info-waku{flex:1.4;}
.works-info{display: flex;flex-wrap: wrap;margin: 20px 0 40px;border-top:1px solid #f0f0f0;}
.works-info li{width: 100%;display: flex;justify-content: flex-start;align-items: flex-start;border-bottom:1px solid #f0f0f0;}
.works-info li span{flex:1;padding: 15px;text-align: center;background-color: #FFF9E0;}
.works-info li p{flex:2;padding: 15px 15px 15px 30px;}
.comment-waku{padding: 20px;line-height: 1.8;background-color: #f0f0f0;}
.comment-waku p{}

/* ギャラリー */
#main-image {width: 100%;height: auto;}

#works .gallery {flex:1;display: flex;justify-content: space-between; align-items: flex-start;flex-direction: column;}
#works .main-pic{line-height: 0;padding-bottom:10px;width: 100%;}
#works .thumbnails {display: flex;flex-wrap: wrap; justify-content: flex-start; gap: 20px;}
#works .thumbnail {width: calc((100% / 3) - 14px);height: auto;cursor: pointer;opacity: 0.6;line-height: 0;}
#works .thumbnail:hover {opacity: 1;}

/* ギャラリー */
#genba .gallery {display: flex;justify-content: space-between; align-items: flex-start;gap:30px;}
#genba .main-pic{flex:1.3;line-height: 0;}
#genba .thumbnails {flex:1;display: flex;justify-content: flex-start; gap: 20px;}
#genba .thumbnail {width: calc((100% / 3) - 20px);height: auto;cursor: pointer;opacity: 0.6;line-height: 0;}
#genba .thumbnail:hover {opacity: 1;}


.top-genba{max-width:1100px;margin:30px auto;}
.top-genba img{width:100%;height:auto;}
