.newsSec{
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 60px 0;
}

.newsSec__titleEn{
	font-family: "Bebas Neue", sans-serif;
	font-size: 40px;
	line-height: 1;
}


.newsSec__titleJa{
	font-family: "Noto Sans JP", serif;
	font-weight: normal;
	font-size: 16px;
	color: #282828;
}


.newsSec__articleArea{
	width: 90%;
	margin: 40px auto;
}


.newsSec__articleArea__article{
	width:initial;
	margin-bottom: 40px;
}

.newsSec__articleArea__article:nth-of-type(1){
}

.newsSec__articleArea__article__image{
	margin-bottom:24px;
	text-align: center;
}

.newsSec__articleArea__article__title{
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	margin-bottom:8px;
}

.newsSec__articleArea__article__txt{
	font-size: 14px;
	color: #282828;
	margin-bottom:16px;
}

.newsSec__articleArea__article__date{
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	color: #9b9b9a;
}

.repairSecBack{
	background-image:  url(../image/repair06.png),url(../image/repair05.png);
	background-repeat: no-repeat,no-repeat;
	background-position:-200px 800px, -700px 450px;
}

.repairSec{
	display: flex;
	justify-content: space-between;
	margin:0 auto;
	background: linear-gradient(to bottom, transparent 40%, #DBD2C7 40%);
	background-repeat: no-repeat;
	padding:0 20px;
}

.repairSec.rec02{
	background-position: 0px 1140px;
}


.repairSec__imageArea{
	display: none;
}

.repairSec__imageArea02{
	display: none;
}

.repairSec__imageArea-sp{
	display: block;
	background-color:#282828;
	color:#FFF;
	text-align: center;
}

.repairSec__imageArea-sp02{
	display: block;
}


.repairSec__imageArea02__ttl{
	font-size:20px;
	font-weight: bold;
	margin-bottom:30px;
}

.repairSec__txtArea{
	padding-bottom:38px;
}


.repairSec__txtArea_ttlEn{
	font-family: "Bebas Neue", sans-serif;
	font-size: 40px;
	line-height: 1;
}

.repairSec__txtArea_ttlJa{
	font-weight: 500;
	font-size: 14px;
	margin-bottom:40px;
}

.repairSec__txtArea_subTtlJa{
	margin-top:40px;
	font-weight: bold;
	font-size: 20px;
}

.repairSec__txtArea_txt{
	font-size: 14px;
	line-height: 34px;
	margin-bottom:40px;
	span{
		font-weight: bold;
	}
}

.repairSec02{
	display: flex;
	justify-content: space-between;
	margin:0 auto;
	padding-bottom:70px;
}


.repairSec02__imageArea01{
	margin:110px 20px 0px 20px;
}

.repairSec02__imageArea02{
	padding:80px 0 0 0;
}


.serviceSec{
	background-color: #F0F0F0;
}
.graySec{
	background-color: #F0F0F0;
}

.service__head{
	display: flex;
	align-items: center;
	background: 
        linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.9) 100%), 
        url(../image/service01_1.png) no-repeat center center / cover;
	color: #fff;
	height: 250px;
	background-size: cover;
	padding:0 20px;
}

.service__head__ttlEn{
	font-family: "Bebas Neue", sans-serif;
	font-size: 40px;
	line-height: 1;
}

.service__head__ttlJa{
	font-weight: 500;
	font-size: 16px;
}

.service__item{
	padding: 45px 20px 50px 20px;
    margin-bottom: 10px;
    background: linear-gradient(to bottom, white 70%, transparent 70%);
}

.service__item.type02{
	background: linear-gradient(to bottom, white 70%, transparent 70%);
	padding: 45px 20px 50px 20px;
	margin-bottom:0px;
}

.service__item__fr{
	display: block;
	margin:0 auto;
}

.service__item.type02 .service__item__fr{
	flex-direction:row-reverse;
}

.service__item__fr__txtArea{
	width:initial;
}

.service__item__fr__imageArea{
	width:initial;
	margin-top:34px;
}

.service__item__fr__ttlEn{
	font-family: "Bebas Neue", sans-serif;
	font-size: 28px;
	color: #282828;
	border-bottom: 1px solid #c2b4a2;
	margin-bottom:20px;
}


.service__item__fr__ttlEn span{
	color: #C2B4A2;
}

.service__item__fr__ttlja{
	font-family: "Noto Sans JP";
	font-weight: bold;
	font-size: 20px;
	margin-bottom:24px;
	
}


.service__item__fr__text{
	margin-bottom:20px;
	font-size: 16px;
	line-height: 34px;
}

.sec04{
	padding-bottom:60px;
}

.crSec{
	padding:40px 20px;
}

.cr__ttlEn{
	font-family: "Bebas Neue", sans-serif;
	font-size: 40px;
	line-height: 1;
}

.cr__ttlJa{
	font-family: "Noto Sans JP";
	font-weight: 500;
	font-size: 14px;
	margin-bottom:40px;
}


.cr__slider{
	display: flex;
	justify-content: space-between;
	margin-bottom:50px;
}

.cr__slider__item{
	margin-right:20px;
}

.cr__slider__item__image{
	position: relative;
	margin-bottom:25px;
}

.cr__slider__item__msg{
	position: absolute;
	top:10px;
	right: 10px;
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
	span{
		background-color: #FFF;
		font-weight: bold;
		font-size: 14px;
		line-height: 35px;
		padding:5px;
		-webkit-box-decoration-break: clone;
		box-decoration-break: clone;
	}
}

.cr__slider__item__num{
	position: absolute;
	bottom:10px;
	left:10px;
	font-family: "Bebas Neue", sans-serif;
	font-size: 16px;
	background-color:#FFF;
	padding:5px;
	line-height: 1;
	span{
		font-size:12px;
	}
}

.cr__slider__item__txt{
	font-size: 16px;
	line-height: 32px;
	margin-bottom:25px;
}

.sec05{
	background-image:url(../image/mem_bg.png);
	padding:65px 20px;
	background-size:cover;
}

.memSec{
	color:#FFF;
}

.memSec__ttlEn{
	font-family: "Bebas Neue";
	font-size: 40px;
	line-height: 1;
}

.memSec__ttlJa{
	font-weight: 500;
	font-size: 16px;
	margin-bottom:40px;
}


.memSec__txt{
	font-size: 14px;
	line-height: 32px;
	margin-bottom:45px;
	a:link,a:visited{
		color:#FFF;
		text-decoration: underline;
	}
}

.sec06{
	padding:65px 20px;
	background: linear-gradient(to bottom, #DBD2C7 35%, #FFF 35%);
}

.workSec{
	display: block;
}

.workSec__ttlArea{
	padding:60px 20px;
	background-color:#FFF;
}


.workSec__imgArea{
	width:100%;
}


.workSec__ttlArea__ttlEn{
	font-family: "Bebas Neue", sans-serif;
	font-size: 40px;
	line-height: 1;
}


.workSec__ttlArea__ttlJa{
	font-weight: 500;
	font-size: 16px;
	margin-bottom:35px;
}

.workSec__ttlArea__subTtl{
	font-weight: bold;
	font-size: 24px;
	margin-bottom:24px;
	line-height: 32px;
}

.workSec__ttlArea__txt{
	font-size: 14px;
	line-height: 26px;
	margin-bottom:32px;
}


.sec07{
	background-image:url(../image/asd.png);
	background-repeat: no-repeat;
	background-size:cover;
	padding:60px 20px;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
	background-position: -250px 0px;
}


.recSec{

}

.recSec__ttlArea{
	width:initial;
	color: #fff;
}


.recSec__ttlArea__ttlEn{
	font-family: "Bebas Neue", sans-serif;
	font-size: 40px;
	line-height: 1;
}

.recSec__ttlArea__ttlJa{
	font-size: 16px;
	margin-bottom:20px;
}

.recSec__txtArea{
	color: #fff;
}

.recSec__txtArea__ttl{
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	margin-bottom:24px;
}

.recSec__txtArea__txt{
	font-size: 14px;
	line-height: 26px;
	margin-bottom:24px;
}

.sec08{
	padding:60px 20px;
}

.ctSec{
	display: block;
}


.ctSec__ttlArea{
	width:initial;
}

.ctSec__formArea{
	width:initial;
}

.ctSec__ttlArea__ttlEn{
	font-family: "Bebas Neue", sans-serif;
	font-size: 40px;
	line-height: 1;
}


.ctSec__ttlArea__ttlJa{
	font-size: 16px;
	margin-bottom:50px;
}


.ctSec__formArea__telLine{
	display: block;
	padding-bottom:30px;
	border-bottom: 1px solid #000;
	margin-bottom:32px;
}


.ctSec__formArea__telLine__telArea{
	text-align: center;
	border-right: none;
	padding-bottom:50px;
	border-bottom: 1px solid #000;
	margin-bottom:50px;
}

.ctSec__formArea__telLine__lineArea{
	width:initial;
}

.ctSec__formArea__telLine__telArea__ttl{
	font-weight: bold;
	font-size: 18px;
	display: inline-flex;
    align-items: center;
	margin-bottom:20px;
}


.ctSec__formArea__telLine__telArea__ttl:before{
	content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url('../image/tel_icon.png');
    background-size: cover;
    margin-right: 8px;
}

.ctSec__formArea__telLine__telArea__num{
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	font-size: 36px;
	color: #000;
	line-height: 1;
}

.ctSec__formArea__telLine__telArea__time{
	font-size: 14px;
}

.ctSec__formArea__telLine__lineArea__txt{
	font-weight: bold;
	font-size: 16px;
	margin-bottom:10px;
	display: inline-flex;
    align-items: center;
}

.ctSec__formArea__telLine__lineArea__txt:before{
	content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('../image/line_icon.png');
    background-size: cover;
    margin-right: 8px;
}

.ctSec__formArea__form__ttl{
	font-weight: bold;
	font-size: 18px;
	color: #000;
	margin-bottom:20px;
	display: inline-flex;
    align-items: center;
}


.ctSec__formArea__form__ttl:before{
	content: '';
    display: inline-block;
    width: 22px;
    height: 18px;
    background-image: url('../image/mail_icon.png');
    background-size: cover;
    margin-right: 8px;
}

.ctSec__formArea__form__item{
	font-size: 16px;
}

.ctSec__formArea__form__input{
	height: 49px;
	background: #fff;
	border: 1px solid #282828;
	margin-bottom:32px;
	width:100%;
}

textarea.ctSec__formArea__form__input{
	height: auto;
}

.fix-arrow{
	display: none;
}


.breadcrumbs{
	margin:0 auto;
	padding:20px 20px 30px;
	font-size: 13px;
	line-height: 34px;
}


/* サービスページ */

.pageHeader-service{
	background-image:url(../image/service/service_mv.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -150px -0px;
}

.pageHeader__msg{
	width:initial;
	padding:235px 20px 40px;
	margin:0 auto;
	color:#FFF;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
}

.pageHeader__msg__txtEn{
	font-family: "Bebas Neue", sans-serif;
	font-size: 54px;
	line-height: 1;
}

.pageHeader__msg__txtJa{
	font-weight: 500;
	font-size: 16px;
}

.sv-sec01{
	position: relative;
}

.sv01Sec{
  	overflow: visible;
	padding:0 20px;
}


.sv01Sec__ttlArea{
	width:initial;
	margin-bottom:40px;
}

.sv01Sec__ttlArea__ttl{
	font-weight: bold;
	font-size: 28px;
	margin-bottom:32px;
	line-height: 1.5;
}

.sv01Sec__ttlArea__txt{
	font-size: 14px;
	line-height: 34px;
	margin-bottom:20px;
}


.sv01Sec__imgArea{
	position: static;
	width:initial;
	min-width: auto;
	max-width: auto;
}


.sv01Sec__imgArea.com01Img{
	padding-bottom:60px;
}

.sv-sec02{
	background: linear-gradient(to bottom, transparent 20%, #DBD2C7 20%);
}


.sv02Sec{
	padding:38px 20px 70px;
}

.sv02Sec__ttlEn{
	font-family: "Bebas Neue", sans-serif;
	font-size: 40px;
	line-height: 1;
}

.sv02Sec__ttlJa{
	font-weight: 500;
	font-size: 14px;
	margin-bottom:36px;
}

.sv02Sec__item{
	display: block;
}

.sv02Sec__item__box{
	padding:20px 15px;
	background-color:#FFF;
	box-sizing: border-box;
	display: flex;
  	flex-direction: column;
  	align-items: center;
  	justify-content: center;
}

.sv02Sec__item__box__img{
	margin-bottom:20px;
}

.sv02Sec__item__box__ttl{
	margin-bottom:20px;
	font-weight: bold;
}

.sv02Sec__item__box__txt{
	font-size: 14px;
	line-height: 26px;
	margin: auto 0;
}

.sv02SecSpB{
	background: #DBD2C7;
	padding-bottom:40px;
}

.sv-sec03{
	border-bottom:1px solid #000;
}

.sv03Sec{
	padding:40px 20px;
	display: block;
}

.sv03Sec__ttlArea{
	width:initial;
	margin-bottom:40px;
}

.sv03Sec__ttlArea__ttlEn{
	font-family: "Bebas Neue", sans-serif;
	font-size: 40px;
	border-bottom: 1px solid #c2b4a2;
	margin-bottom:20px;
	span{
		color:#C2B4A2;
	}
}

.sv03Sec__ttlArea__ttlJa{
	margin-bottom:12px;
	font-weight: bold;
	font-size: 20px;
}


.sv03Sec__ttlArea__txt{
	font-size: 14px;
}



.sv03Sec__imgArea{
	width:initial;
}

.sv03Sec-ss{
	background-color: #F0F0F0;
	padding:30px 20px;
	display: block;
	margin-bottom:40px;
}


.sv03Sec-ss__imgArea{
	width:initial;
	
}

.sv03Sec-ss__ttlArea{
	width:initial;
	margin-bottom:30px;
}

.sv03Sec-ss__imgArea__txt{
	font-size: 12px;
	margin-top:10px;
}

.sv03Sec-ss__ttlArea__ttlEn{
	font-family: "Bebas Neue", sans-serif;
	font-size: 38px;
	line-height: 1;
}

.sv03Sec-ss__ttlArea__ttlJa{
	font-weight: 500;
	font-size: 14px;
	margin-bottom:36px;
}


.sv03Sec-ss__ttlArea__txt{
	font-size:14px;
}


.sv03Sec-pf{
	background: linear-gradient(to top, #DBD2C7 30%, transparent 30%);
}

.sv03Sec-pfWrap{
	position: relative;
    overflow: visible;
	margin:0 auto;
	padding:0 20px 60px;
}

.sv03Sec-pf__ttlArea{
	padding-top:30px;
	width:initial;
}

.sv03Sec-pf__ttlArea__ttlEn{
	font-family: "Bebas Neue", sans-serif;
	font-size: 38px;
	line-height: 1;
}

.sv03Sec-pf__ttlArea__ttlJa{
	font-weight: 500;
	font-size: 14px;
	margin-bottom:36px;
}


.sv03Sec-pf__ttlArea__txt{
	font-size:14px;
}


.sv03Sec-pf__imgArea{
	width: initial;
	padding:40px 0px 0px 0px;
	margin-left: 0px;
    position: relative;
    right: 0px;
	margin-bottom:0px
}


.sv03Sec-case{
	padding:30px 20px;
}

.sv03Sec-case__ttlEn{
	font-family: "Bebas Neue", sans-serif;
	font-size: 38px;
	line-height: 1;
}

.sv03Sec-case__ttlJa{
	font-size: 14px;
	font-weight: 500;
	margin-bottom:38px;
}

.sv03Sec-case__item{
	display: block;
	margin-bottom:50px;
}

.sv03Sec-case__item__imageArea{
	display: flex;
	justify-content: space-between;
	margin-bottom:30px;
}

.sv03Sec-case__item__imageArea__img{
	width: 45%;
}

.sv03Sec-case__item__ttlArea{
	width:initial;
}

.sv03Sec-case__item__ttlArea__ttl{
	font-weight: bold;
	font-size: 20px;
	padding-bottom:12px;
	border-bottom:1px solid #C2B4A2;
}

.sv03Sec-case__item__ttlArea__subTtl{
	font-weight: bold;
	font-size: 16px;
	margin-bottom:12px;
}



.sv03Sec-case__item__ttlArea__txt{
	font-size: 14px;
}


.sv03Sec-fw{
	padding: 0px 20px;
}



.sv03Sec-fw__ttlEn{
	font-family: "Bebas Neue", sans-serif;
	font-size: 38px;
	line-height: 1;
}

.sv03Sec-fw__ttlJa{
	font-weight: 500;
	font-size: 14px;
	margin-bottom:50px;
}

.sv03Sec-fw__item{
	display: block;
	margin-bottom:80px;
}


.sv03Sec-fw__item__box{
	width:initial;
	padding:30px 15px 20px;
	border-top:1px solid #282828;
	border-bottom:1px solid #282828;
	display: flex;
	box-sizing: border-box;
	flex-direction: column;
  	align-items: center;
  	justify-content: center;
	margin-bottom:50px;
	position: relative;
}

.sv03Sec-fw__item__box:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 20%; 
	background-color: #282828;
}

.sv03Sec-fw__item__box:after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 20%; 
	background-color: #282828;
}

.sv03Sec-fw__item__box-arrow{
	position:relative;
}

.sv03Sec-fw__item__box-arrow:after{
	content: "";
}

.sv03Sec-fw__item__box:nth-child(3) .sv03Sec-fw__item__box-arrow:after{
	content: "";
}

.sv03Sec-fw__item__box:nth-child(n+4) .sv03Sec-fw__item__box-arrow:after{
	top:50%;
	left:-50px;
}


.sv03Sec-fw__item__box__num{
	font-family: "Bebas Neue", sans-serif;
	font-size: 40px;
	text-align: center;
	color: #c2b4a2;
	line-height: 1;
	
}

.sv03Sec-fw__item__box__ttl{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin-bottom:30px;
}

.sv03Sec-fw__item__box__img{
	display: flex;
	justify-content: center;
	margin: auto 0;
	padding-bottom:20px;
}

.sv03Sec-fw__item__box__txt{
	margin: auto 0;
}


.sv03Sec-fw__item__box__txt{
	font-size:14px;
}


.consItemWrap{
	padding:0 20px;
}

.consItem{
	display: block;
	border:1px solid #282828;
	padding:20px 15px;
	margin-bottom:40px;
}

.consItem__ttlArea{
	width:initial;
}

.consItem__ttlArea__ttlEn{
	font-family: "Bebas Neue", sans-serif;
	font-size: 38px;
	line-height: 1;
}

.consItem__ttlArea__ttlJa{
	font-weight: 500;
	font-size: 14px;
	margin-bottom:32px;
}

.consItem__txtArea{
	width:initial;
	font-size:14px;
}

.consItem__txtArea p{
	margin-bottom:20px;
}

.crItem{
	background: #f0f0f0;
	display: block;
	padding:20px 15px;
}

.crItem__ttlArea{
	width:initial;
}

.crItem__ttlArea__ttlEn{
	font-family: "Bebas Neue", sans-serif;
	font-size: 38px;
	line-height: 1;
}

.crItem__ttlArea__ttlJa{
	font-weight: 500;
	font-size: 14px;
	margin-bottom:32px;
}

.crItem__ttlArea__txt{
	margin-bottom:30px;
	font-size:14px;
}

.crItem__imgArea{
	width:initial;
}

.sv-sec04{
	padding-bottom:80px;
	border-bottom:1px solid #000;
}

.sv04Sec{
	padding:30px 15px;
	display: block;
}


.sv04Sec__ttlArea{
	width:initial;
}


.sv04Sec__ttlArea__ttlEn{
	font-family: "Bebas Neue", sans-serif;
	font-size: 40px;
	border-bottom: 1px solid #c2b4a2;
	margin-bottom:20px;
	span{
		color:#C2B4A2;
	}
}

.sv04Sec__ttlArea__ttlJa{
	margin-bottom:12px;
	font-weight: bold;
	font-size: 20px;
}



.sv04Sec__ttlArea__txt{
	font-size:14px;
	padding-bottom:30px;
}

.sv04Sec__imgArea{
	width:initial;
}


.sv04Sec-mf{
	background-color: #F0F0F0;
	padding:30px 20px;
}

.sv04Sec-mf__ttlEn{
	font-family: "Bebas Neue", sans-serif;
	font-size: 38px;
	line-height: 1;
}

.sv04Sec-mf__ttlJa{
	font-weight: 500;
	font-size: 14px;
	margin-bottom:50px;
}

.sv04Sec-mf__item{
	display: block;
	padding-bottom:30px;
}

.sv04Sec-mf__item:last-of-type{
	padding-bottom:0px;
}

.sv04Sec-mf__item__imgArea{
	width:initial;
}

.sv04Sec-mf__item__imgArea video{
	width: 100%;
}

.sv04Sec-mf__item__ttlArea{
	width:initial;
	padding-top:30px;
}


.sv04Sec-mf__item__ttlArea__ttlJa{
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	margin-bottom:20px;
}

.sv04Sec-mf__item__ttlArea__hp{
	font-size: 12px;
	line-height: 34px;
	color: #707070;
	margin-bottom:20px;
}

.sv04Sec-mf__item__ttlArea__txt{
	font-size:14px;
	margin-bottom:40px;
}


.sv-sec05{
	background: linear-gradient(to bottom, transparent 40%, #DBD2C7 40%);
	padding-bottom:40px;
}


.sv05Sec{
	padding:30px 20px;
	display: block;
}

.sv05Sec__ttlArea{
	width:initial;
}

.sv05Sec__ttlArea__ttlEn{
	font-family: "Bebas Neue", sans-serif;
	font-size: 40px;
	border-bottom: 1px solid #c2b4a2;
	margin-bottom:20px;
	span{
		color:#C2B4A2;
	}
}

.sv05Sec__ttlArea__ttlJa{
	margin-bottom:12px;
	font-weight: bold;
	font-size: 20px;
}


.sv05Sec__ttlArea__txt{
	font-size: 14px;
	margin-bottom:30px;
}



.sv05Sec__imgArea{
	width:initial;
}


.sv05Sec-lu{
	padding:30px 20px;
}


.sv05Sec-lu__ttlEn{
	font-family: "Bebas Neue", sans-serif;
	font-size: 38px;
	line-height: 1;
}

.sv05Sec-lu__ttlJa{
	font-weight: 500;
	font-size: 14px;
	margin-bottom:32px;
}

.sv05Sec-lu__item{
	display: block;
}

.sv05Sec-lu__item__box{
	width:initial;
	margin-bottom:35px;
}

.sv05Sec-lu__item__box:last-of-type{
	margin-bottom:0px;
}

.sv05Sec-lu__item__box__img{
	margin-bottom:15px;
}


.sv05Sec-lu__item__box__img img{
	width:100%;
}


.sv05Sec-lu__item__box02{
	margin-bottom:20px;
}

.sv05Sec-lu__item__box__ttl{
	font-weight: bold;
	font-size: 20px;
	line-height: 1.3;
	margin-bottom:10px;
}

.sv05Sec-lu__item__box__period{
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	margin-bottom:10px;
}

.sv05Sec-lu__item__box__txt{
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
}

/* 私たちについて */

.pageHeader-about{
	background-image:url("../image/about/aboutus_mv02.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.ab-sec01{
	position: relative;
}

.ab01Sec__ttlArea__ttl{
	font-family: "Bebas Neue", sans-serif;
	font-size: 38px;
	line-height: 1;
}

.ab-sec02{
	background-color: #F0F0F0;
	padding:55px 0;
}

.ab02Sec{
	padding:38px 0px 70px;
	width: 90%;
	margin: 0 auto;
}
.ab02W{
	margin-bottom: 60px;
}
.ab02TtlW{
}
.ab02Copy{
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 40px;
}
.ab02Img{
	width: 100%;
	margin-bottom: 40px;
}

.ab-sec03{
	padding: 60px 0;
}

.ab03Sec-fw__item{
	display: block;
	margin-bottom:80px;
}


.ab03Sec-fw__item__box{
	width:initial;
	padding:30px 15px 20px;
	border-top:1px solid #282828;
	border-bottom:1px solid #282828;
	display: flex;
	box-sizing: border-box;
	flex-direction: column;
  	align-items: center;
  	justify-content: center;
	margin-bottom:50px;
	position: relative;
}

.ab03Sec-fw__item__box:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 20%; 
	background-color: #282828;
}

.ab03Sec-fw__item__box:after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 20%; 
	background-color: #282828;
}

.ab03Sec-fw__item__box-arrow{
	position:relative;
}



.ab03Sec-fw__item__box__num{
	font-family: "Bebas Neue", sans-serif;
	font-size: 40px;
	text-align: center;
	color: #c2b4a2;
	line-height: 1;
	
}

.ab03Sec-fw__item__box__ttl{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin-bottom:30px;
}

.ab03Sec-fw__item__box__img{
	display: flex;
	justify-content: center;
	margin: auto 0;
	padding-bottom:20px;
}

.ab03Sec-fw__item__box__txt{
	margin: auto 0;
}


.ab03Sec-fw__item__box__txt{
	font-size:14px;
}

.ab04Sec-mf{
	background-color: #F0F0F0;
	padding:30px 20px;
}

.ab04Sec-mf__ttlEn{
	font-family: "Bebas Neue", sans-serif;
	font-size: 38px;
	line-height: 1;
}

.ab04Sec-mf__ttlJa{
	font-weight: 500;
	font-size: 14px;
	margin-bottom:50px;
}

.ab04Sec-mf__item{
	display: block;
	padding-bottom:60px;
}

.ab04Sec-mf__item:last-of-type{
	padding-bottom:0px;
}

.ab04Sec-mf__item__imgArea{
	width:initial;
}

.ab04Sec-mf__item__ttlArea{
	width:initial;
	padding-top:30px;
}


.ab04Sec-mf__item__ttlArea__ttlJa{
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
}

.ab04Sec-mf__item__ttlArea__hp{
	font-size: 12px;
	line-height: 34px;
	color: #707070;
	margin-bottom:20px;
}

.ab04Sec-mf__item__ttlArea__txt{
	font-size:14px;
}

.ab04Sec__imgBox{
	display: flex;
	justify-content: space-between;
	background-color: #F0F0F0;
    padding: 0 20px 40px;
}
.ab04Img2{
	width: 30%;
}

/* メンバーページ */

.headerMem__movie{
	width:100%;
}

.pageHeader-member{
	background-image:url("../image/members/member_mv.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -350px 0px;
}

.bVer01{
	display: none;
}

.head__bVer .bVer01,.head__bVer02 .bVer01{
	display: block;
}

.head__bVer .wVer01,.head__bVer02 .wVer01{
	display: none;
}

.head__bVer .active .bVer01,.head__bVer02 .active .bVer01{
	display: none;
}

.head__bVer .active .wVer01,.head__bVer02 .active .wVer01{
	display: block;
}

.head__bVer .pageHeader__msg{
	color:#333;
	text-shadow: 1px 1px rgba(255, 255, 255, 0.8);
}

.memNewsSec__titleArea{
	display: inline-block;
}

.memNewsSec__titleEn{
	font-family: "Bebas Neue", sans-serif;
	font-size: 40px;
	line-height: 1;
}

.memNewsSec__titleJa{
	font-family: "Noto Sans JP", serif;
	font-weight: normal;
	font-size: 16px;
	color: #282828;
}


.memNewsSec__articleArea{
	width: 90%;
	margin: 40px auto;
}

.memNewsSec__articleArea__article{
	width:initial;
	margin-bottom: 40px;
}

.memNewsSec__articleArea__article__image{
	margin-bottom:24px;
}

.memNewsSec__articleArea__article__title{
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	margin-bottom:8px;
}

.memNewsSec__articleArea__article__txt{
	font-size: 14px;
	color: #282828;
	margin-bottom:16px;
}

.memNewsSec__articleArea__article__date{
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	color: #9b9b9a;
}

.mem-sec03{
	background: linear-gradient(to bottom, transparent 10%, #DBD2C7 10%);
}
.mem03Sec__item{
	display: block;
}


.mem03Sec__item__box{
	padding:20px 15px;
	background-color:#FFF;
	box-sizing: border-box;
	display: flex;
  	flex-direction: column;
  	align-items: center;
  	justify-content: center;
	margin-bottom:40px;
}


.mem03Sec__item__box__img{
	margin-bottom:20px;
}
.mem03Sec__item__box__img img{
	width: 100%;
	height: auto;
}

.mem03Sec__item__box__ttl{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin: auto 0;
}


.mem03Sec__item__box__txt{
	font-size: 16px;
	line-height: 26px;
	margin: auto 0;
}

.mem-sec04{
	background-color: #F0F0F0;
}
.mem04Sec{
	margin: 0 auto;
	width: 90%;
	padding: 60px 0 0;
}
.mem04TtlW{
	width: 100%;
	margin: 0 auto 60px;
}

.member__item{
	padding: 45px 20px 50px 20px;
    background: linear-gradient(to bottom, white 70%, transparent 70%);
}
.member__item.type02{
	background: linear-gradient(to bottom, white 70%, transparent 70%);
	padding: 45px 20px 50px 20px;
	margin-bottom:0px;
}
.service__item__fr{
	display: block;
	margin:0 auto;
}

.member__item.type02 .service__item__fr{
	flex-direction:row-reverse;
}
.scroll-infinity{
	width: 100%;
	overflow: hidden;
}
@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
	display: flex;
    overflow: hidden;
    width: 3624px;
    padding-bottom: 100px;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
	width: 1200px;
	justify-content: space-between;
	margin-right: 80px;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 30s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 6);
}
.scroll-infinity__item>img {
  width: 100%;
}

.memSec04-imgs{
	display: flex;
	justify-content: space-between;
	width:90%;
	margin:0 auto;
	padding-bottom:100px;
}

.memSec04__imageArea01{
	position: relative;
	top: 0;
	width: 34%;
}
.memSec04__imageArea02{
	position: relative;
	top: 60px;
	width: 25%;
}
.memSec04__imageArea03{
	position: relative;
	top: 30px;
	width: 28%;
}

.mem-sec05{
	padding:80px 0 0;
}

.visionSec{
	display: flex;
	justify-content: space-between;
	margin:0 auto;
	width:90%;
	background-image: url(../image/repair02.png);
	background-repeat: no-repeat;
	background-position:400px 140px;
}
.visionSec__txtArea_ttlJa{
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 50px;
}

.memInsW{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.memInsImg{
	width: 30%;
	margin-bottom: 30px;
}

/* 会社概要 */

.pageHeader-company{
	background-image:url("../image/company/company_mv.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -100px 0px;
}
.com-sec01{
	position: relative;
	padding: 40px 0;
}
.com01Txt{
	margin-bottom: 30px;
}
.com01Name{
	text-align: right;
}
.com-sec02{
	position: relative;
	padding: 40px 0;
}
.com-sec02 .ly-wrap{
	width: 90%;
	margin: 0 auto;
}
.com-dl{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.com-dl a:link{
	text-decoration: underline;
	transition: 1s all;
}

.com-dl dt{
	width: 30%;
	display: inline-block;
	padding: 10px;
	border-bottom: 1px solid 
		#000;
	font-weight: 500;
	box-sizing: border-box;
}
.com-dl dd{
	width: 70%;
	display: inline-block;
	padding: 10px;
	border-bottom: 1px solid 
		#999;
	box-sizing: border-box;
}

.com-sec03{
	position: relative;
	padding: 80px 0;
	width: 90%;
	margin: 0 auto;
}
.comTxt2{
	margin-bottom: 30px;
}
.comMap iframe{
	width: 100%;
	height: 400px;
}


/* 採用情報 */

.pageHeader-recruit{
	background-image:url("../image/recruit/recruit_mv.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -150px 0px;
}
.rec-sec01{
	position: relative;
}
.rec01Sec2{
	width: 90%;
	margin: 40px auto;
}
.rec01Lists{
	width: 100%;
}
.rec01List{
	font-size: 18px;
	padding: 10px 0;
	border-bottom: 1px solid #000;
	font-weight: 500;
}
.rec-sec02{
	position: relative;
	padding: 80px 0;
}

.rec-sec02.rec02{
	padding: 80px 0 0;
}

.rec-sec03{
	background: linear-gradient(to bottom, transparent 40%, #DBD2C7 40%);
}

.rec04Sec-fw__item{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 40px;
}

.rec04Sec-fw__item__box:last-of-type{
	margin-bottom:0px;
}

.rec-sec04{
	padding: 80px 0;
}

.rec04Txt{
	margin-bottom: 60px;
}
.rec04Sec-fw__item__box{
	width:290px;
	padding:30px 15px 20px;
	border-top:1px solid #282828;
	border-bottom:1px solid #282828;
	display: flex;
	box-sizing: border-box;
	flex-direction: column;
	margin-bottom:50px;
	position: relative;
}

.rec04Sec-fw__item__box:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 20%; 
	background-color: #282828;
}

.rec04Sec-fw__item__box:after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 20%; 
	background-color: #282828;
}



.rec04Sec-fw__item__box__num{
	font-family: "Bebas Neue", sans-serif;
	font-size: 40px;
	text-align: center;
	color: #c2b4a2;
	line-height: 1;
	
}

.rec04Sec-fw__item__box__ttl{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin-bottom:30px;
}

.rec04Sec-fw__item__box__img{
	display: flex;
	justify-content: center;
	margin: auto 0;
	padding-bottom:20px;
	height: 120px;
}
.rec04Sec-fw__item__box__img img{
	height: 100%;
	width: auto;
}

.rec04Sec-fw__item__box__txt{
	margin: auto 0;
}

.rec-sec06{
	padding: 80px 0;
	width: 90%;
	margin: 0 auto;
}
.rec06Flex{
}
.rec06Lists{
	width: 100%;
}
.rec06List{
	font-size: 18px;
	padding: 10px 0;
	border-bottom: 1px solid #000;
	font-weight: 500;
}
.rec06Q{
	position: relative;
	cursor: pointer;
}
/*
.rec06Q:before{
	content: "＋";
	margin-right: 10px;
}
.rec06Q.active:before{
	content: "－";
}*/
.rec06A{
	padding: 20px 0 20px 30px;
	font-size: 14px;
}

/*お問い合わせ*/

.pageHeader-contact{
	background-image:url("../image/contact/contact_mv.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.contArea{
	margin: 0 auto;
}

.privacyW{
	height: 300px;
	overflow-y: scroll;
	border:1px solid #000;
	padding:10px;
	margin-bottom:40px;
}

.contPriTtl{
	text-align: center;
	font-size:18px;
	font-weight: bold;
	margin-bottom:20px;
}

.priTtl{
	text-align: center;
	font-size:16px;
	font-weight: bold;
	margin-bottom:10px;
}

/*お知らせ*/

.newsSec2{
	padding: 60px 0;
}
.pageHeader-news{
	background-image:url("../image/news/news_mv.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -400px 0px;
}
.catListWrap{
	text-align: center;
	margin-bottom: 40px;
}
.catLists{
	display: inline-block;
}
.catList{
	font-family: "Bebas Neue", sans-serif;
	display: inline-block;
	margin-right: 20px;
}
.catList:last-child{
	margin-right: 0;
}
.catList a{
	display: inline-block;
	position: relative;
	overflow: hidden;
	font-size: 20px;
	border: 1px solid #000;
	padding: 0 20px;
}

.newsSec__articleArea2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 40px auto 0;
	width: 90%;
}
.newsSec__articleArea2 .newsSec__articleArea__article{
	margin-bottom: 40px;
	width:100%;
}
.paginationW{
	text-align: center;
}
.pageLists{
	display: inline-block;
}
.pageLists li{
	display: inline-block;
	margin-right: 10px;
	width: 30px;
	height: 30px;
}
.pageLists li:last-child{
	margin-right: 0;
}
.pageNo.active{
	background: #000;
	border-radius: 50%;
	color: #fff !important;
}

.newsSec3{
	padding: 60px 0;
}
.newsSec3Main{
	width: 90%;
	margin: 0 auto;
	padding-bottom:60px;
}

.newsTtlW{
	margin-bottom: 40px;
}
.newsTtl{
	font-weight: bold;
	font-size: 28px;
}
.newsDate{
	display: flex;
	align-items: flex-end;
}
.newsDate p{
	position: relative;
}
.newsEye{
	margin-bottom: 40px;
}
.newsMenu{
	border: 1px solid #000;
	margin: 0 auto 40px;
	box-sizing: border-box;
	padding: 30px;
}
.newsMenuTtl{
	font-weight: 500;
	margin-bottom: 20px;
}
.newsMenuList {
	text-decoration: underline;
}

h2.wp-block-heading{
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 20px;
	padding:0 0 10px 20px;
	border-bottom:1px solid #C2B4A2;
	border-left:5px solid #C2B4A2;
}
h3.wp-block-heading{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom:10px;
	border-bottom:1px solid #C2B4A2;
}
h4.wp-block-heading{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}
h5.wp-block-heading{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
}
h6.wp-block-heading{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
}

.newsContent p{
	margin-bottom: 20px;
}

.newsSec3Sub{
	width: 90%;
	margin: 0 auto;
}
.newsSubTtlEn{
	font-family: "Bebas Neue", sans-serif;
	font-size: 20px;
}
.newsSubTtlJp{
	font-size: 12px;
	margin-bottom: 30px;
}
.newsCatLists{
	margin-bottom: 40px;
}
.newsCatList{
	position: relative;
}
.newsCatList:before{
	content: "▷";
	margin-right: 10px;
}
.newsRecentLists{
	margin-bottom: 40px;
}
.newsRecentList{
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.newsRecentImg{
	width: 80px;
	height: 80px;
	position: relative;
	background: #ccc;
}
.newsRecentImg:before{
	content: "No Image";
	font-family: "Bebas Neue", sans-serif;
	color: #fff;
	font-size: 12px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
	white-space: nowrap;
}
.newsRecentImg img{
	position: relative;
}

.newsRecentTtl{
	font-size: 14px;
	padding-left: 10px;
	box-sizing: border-box;
	width: calc(100% - 80px);
}

/*お客様の声*/

.pageHeader-custom{
	background-image:url("../image/voice/voice_mv.jpeg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -130px 0px;
}
.newsSec__articleArea3{
	display: flex;
	justify-content: flex-start;
	column-gap: 40px;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
}
.newsSec__articleArea3 .newsSec__articleArea__article3{
	margin-bottom: 40px;
}
.newsSec__articleArea__article3{
	width:100%;
}


/*施工事例一覧*/

.pageHeader-works{
	background-image:url("../image/works/works_mv.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.newsSec__articleArea__article__cat{
	font-family: "Bebas Neue", sans-serif;
	text-align: right;
}
.newsSec__articleArea__article__cat span{
	border: 1px solid #000;
	display: inline-block;
	padding: 0 10px;
	font-size: 12px;
}
.worksBF{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.worksBefore{
	text-align: center;
	width: 45%;
}
.worksAfter{
	text-align: center;
	width: 45%;
}
.worksBF_Ttl{
	font-family: "Bebas Neue", sans-serif;
	font-size: 20px;
}
.worksBF_Img{
}
.worksBF_Img img{
	width: 100%;
	height: auto;
}
.worksImgs{
	display: flex;
	justify-content: flex-start;
	column-gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.worksImg{
	width: 30%;
	margin-bottom: 20px;
}
.pageLists2{
	display: inline-block;
	margin-bottom: 100px;
}
.pageLists2 li{
	display: inline-block;
	margin-right: 30px;
}
.pageLists2 li:last-child{
	margin-right: 0;
}

.me01Sec{
	padding-top:30px;
}

.membersListsItemImg02{
	display: none;
}

.membersLists{
	padding:0 12px;
	margin-bottom:40px;
}

.membersListsItemName{
	font-weight: bold;
}

.membersSubTxt{
	font-size:14px;
	margin-bottom:40px;
	padding:0 10px;
}

.membersCate{
	width:fit-content;
	margin:0 auto;
	margin-bottom:40px;
}

.membersCate .button03{
	margin-bottom:20px;
}

.membersFooterTxt{
	text-align:center;
	margin-bottom:20px;
}

.membersFooter{
	width:fit-content;
	margin:0 auto;
	margin-bottom:40px;
}

.membersFooter .button03{
	margin-bottom:20px;
}

a.membersBanner{
	width:100%;
	margin:0 auto 60px;
	border-radius:10px;
	display:block;
}

a.membersBanner:link,a.membersBanner:visited{
	color:#efefef
}
