.newsSec{
	display: flex;
	justify-content: space-between;
	padding:75px 0 200px;
}

.newsSec__titleArea{
	width:101px;
}

.newsSec__titleEn{
	font-family: "Bebas Neue", sans-serif;
	font-size: 64px;
}

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


.newsSec__articleArea{
	width:744px;
	display: flex;
	justify-content: space-between;
}

.newsSec__articleArea__article{
	width:216px;
}

.newsSec__articleArea__article__image{
	margin-bottom:24px;
}

.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, 0px 450px;
}

.repairSec{
	display: flex;
	justify-content: space-between;
	margin:0 auto;
	width:1280px;
	background-image: url(../image/repair02.png);
	background-repeat: no-repeat;
	background-position:400px 200px;
	padding-bottom:200px;
}

.repairSec.rec02{
	background-position: 400px 300px;
}


.repairSec__imageArea{
	width:527px;
	margin-left:104px;
}

.repairSec__imageArea02{
	width:527px;
	margin-left:104px;
}

.repairSec__imageArea02__ttl{
	padding: 0px 0px 60px;
    font-weight: bold;
    font-size: 28px;
	text-align: center;
}

.repairSec__imageArea02__txtA{
	display: flex;
	justify-content: space-around;
	text-align: center;
	margin-bottom:30px;
	font-size:18px;
}
.repairSec__imageArea02__txtA02{
	text-align: center;
}

.repairSec__imageArea02__txtA__r{
	padding-top:210px;
}

.repairSec__imageArea-sp{
	display: none;
}

.repairSec__imageArea-sp02{
	display: none;
}

.repairSec__txtArea{
	width: 572px;
    margin-right: 30px;
}


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


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

.repairSec__txtArea_subTtlJa{
	margin-top:130px;
	font-weight: bold;
	font-size: 28px;
}

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

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

.repairSec02__imageArea01{
	margin:150px 0px 0px 0px;
	width:385px;
}

.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 bottom / cover;
	color: #fff;
	height: 470px;
	background-size: cover;
}

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

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

.service__item{
	padding: 60px 0;
    margin-bottom: 100px;
    transform: translate(0px, -100px);
    background: linear-gradient(to right, white 70%, transparent 70%);
}


.service__item.type02{
	background: linear-gradient(to left, white 70%, transparent 70%);
}


.service__item__fr{
	display: flex;
	justify-content: space-between;
	width:960px;
	margin:0 auto;
}


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

.service__item__fr__txtArea{
	width:360px;
}


.service__item__fr__imageArea{
	width:480px;
}


.service__item__fr__ttlEn{
	font-family: "Bebas Neue", sans-serif;
	font-size: 38px;
	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: 28px;
	margin-bottom:40px;
	
}


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

.sec04{
	padding-bottom:100px;
}

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


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

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

.cr__slider__item{
	width:463px;
	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: 24px;
		line-height: 55px;
		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: 42px;
	background-color:#FFF;
	padding:10px;
	line-height: 1;
	span{
		font-size:28px;
	}
}


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

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


.memSec{
	color:#FFF;
}

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


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


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


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


.workSec{
	display: flex;
}


.workSec__ttlArea{
	width:50%;
	padding:95px 70px;
	background-color:#FFF;
}



.workSec__imgArea{
	width:50%;
}


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


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



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



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



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


.recSec{
	display: flex;
	justify-content: space-between;
}


.recSec__ttlArea{
	width:200px;
	color: #fff;
}


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


.recSec__ttlArea__ttlJa{
	font-size: 16px;
}



.recSec__txtArea{
	width:440px;
	color: #fff;
}


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


.recSec__txtArea__txt{
	font-size: 16px;
	line-height: 32px;
	margin-bottom:72px;
}


.sec08{
	padding:120px 0px;
}


.ctSec{
	display: flex;
	justify-content: space-between;
}


.ctSec__ttlArea{
	width:200px;
}


.ctSec__formArea{
	width:700px;
}


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


.ctSec__ttlArea__ttlJa{
	font-size: 16px;
}


.ctSec__formArea__telLine{
	display: flex;
	justify-content: space-around;
	padding-bottom:30px;
	border-bottom: 1px solid #000;
	margin-bottom:32px;
}


.ctSec__formArea__telLine__telArea{
	width:254px;
	text-align: center;
	border-right: 1px solid #000;
}


.ctSec__formArea__telLine__lineArea{
	width:360px;
}


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


.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: 18px;
	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;
}

.footer{
	padding:50px 0;
	border-top: 1px solid #282828;
}


.footerSec{
	display: flex;
	justify-content: space-between;
	align-items: end;
}


.footer__logoArea{
	width:180px;
}

.footer__logoArea__logo{
	margin-bottom:28px;
}

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



.footer__navArea{
	width:730px;
}



.footer__navArea__nav ul{
	display: flex;
}


.footer__navArea__nav ul li{
	font-family: "Bebas Neue", sans-serif;
	font-size: 20px;
	color: #282828;
	margin-right:32px;
}

.footer__navArea__nav__btnArea{
	display: flex;
	align-items: end;
	margin-top:20px;
	border-top:1px solid #282828;
	padding-top:20px;
}


.footer__navArea__nav__btnArea a{
	margin-right:30px;
}


.footer__navArea__nav__btnArea__copyright{
	font-size: 12px;
}


.fix-arrow{
	position: fixed;
	right:10px;
	bottom:10px;
}


.breadcrumbs{
	width:960px;
	margin:0 auto;
	padding:20px 0 50px;
	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: center bottom;
}

.pageHeader__msg{
	width:960px;
	padding:235px 20px 40px;
	margin:0 auto;
	color:#FFF;
}



.pageHeader__msg__txtEn{
	font-family: "Bebas Neue", sans-serif;
	font-size: 64px;
	line-height: 1;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
}


.pageHeader__msg__txtJa{
	font-weight: 500;
	font-size: 16px;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
}

.sv-sec01{
	position: relative;
}

.sv01Sec{
	display: flex;
	justify-content: space-between;
  	overflow: visible;
	padding-bottom:80px;
}


.sv01Sec__ttlArea{

}

.sv01Sec__ttlArea_s{
	width:550px;
}

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


.sv01Sec__ttlArea__txt{
	font-size: 16px;
	line-height: 34px;
}


.sv01Sec__imgArea{
	width:40%;
  	position: absolute;
	top:0;
	right:0;
	min-width: 150px;
	max-width: 700px;
}



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


.sv02Sec{
	padding-bottom:70px;
}


.sv02Sec__ttlEn{
	font-family: "Bebas Neue", sans-serif;
	font-size: 48px;
}



.sv02Sec__ttlJa{
	font-weight: 500;
	font-size: 16px;
	margin-bottom:50px;
}



.sv02Sec__item{
	display: flex;
	justify-content: space-between;
}


.sv02Sec__item__box{
	padding:25px 35px;
	background-color:#FFF;
	width:302px;
	box-sizing: border-box;
}


.sv02Sec__item__box__img{
	margin-bottom:20px;
}

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


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


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

.sv03Sec{
	padding:80px 0px;
	display: flex;
	justify-content: space-between;
}


.sv03Sec__ttlArea{
	width:380px;
}


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



.sv03Sec__ttlArea__ttlJa{
	margin-bottom:32px;
	font-weight: bold;
	font-size: 28px;
}


.sv03Sec__imgArea{
	width:480px;
}


.sv03Sec-ss{
	background-color: #F0F0F0;
	padding:56px;
	display: flex;
	justify-content: space-between;
	margin-bottom:80px;
	flex-direction: row-reverse;
}


.sv03Sec-ss__imgArea{
	width:380px;
}


.sv03Sec-ss__ttlArea{
	width:412px;
}


.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-pf{
	background: linear-gradient(to right, #DBD2C7 60%, transparent 60%);
	margin-bottom:100px;
}


.sv03Sec-pfWrap{
	display: flex;
	justify-content: space-between;
	position: relative;
    overflow: visible;
	width:960px;
	margin:0 auto;
}


.sv03Sec-pf__ttlArea{
	padding-top:70px;
	width:380px;
}


.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:50px;
}


.sv03Sec-pf__imgArea{
	width: 640px;
	padding:100px 0px 0px 0px;
    margin-left: -200px;
    position: relative;
    right: -200px;
	margin-bottom:-20px
}


.sv03Sec-case{
	margin-bottom:100px;
}


.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: flex;
	justify-content: space-between;
	margin-bottom:50px;
}

.sv03Sec-case__item__imageArea{
	width:532px;
	display: flex;
	justify-content: space-between;
}


.sv03Sec-case__item__imageArea__img{
	width:264px;
}



.sv03Sec-case__item__ttlArea{
	width:380px;
}


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


.sv03Sec-case__item__ttlArea__subTtl{
	font-weight: bold;
	font-size: 18px;
	margin-bottom:24px;
}


.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: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom:80px;
}


.sv03Sec-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;
  	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{
	position: absolute;
	content: url(../image/service/arrow.png);
	top:50%;
	right:-50px;
	transform: translate(0%, -50%);
}


.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: 0 auto 20px;
	height: 77px;
}
.sv03Sec-fw__item__box__img img{
	height: 100%;
	width: auto;
}

.sv03Sec-fw__item__box__txt{
	margin: auto 0;
}


.consItem{
	display: flex;
	justify-content: space-between;
	border:1px solid #282828;
	padding:55px;
	margin-bottom:80px;
	align-items: center;
}


.consItem__ttlArea{
	width:176px;
}


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

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


.consItem__txtArea{
	width:616px;
}

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

.consItem__txtArea.txtFB{
	font-size:19px;
}

.crItem{
	background: #f0f0f0;
	display: flex;
	justify-content:space-between;
	padding:55px;
}


.crItem__ttlArea{
	width:449px;
}


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


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


.crItem__ttlArea__txt{
	margin-bottom:30px;
}


.crItem__imgArea{
	width:345px;
}


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

.sv04Sec{
	padding:80px 0px;
	display: flex;
	justify-content: space-between;
}


.sv04Sec__ttlArea{
	width:380px;
}


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



.sv04Sec__ttlArea__ttlJa{
	margin-bottom:32px;
	font-weight: bold;
	font-size: 28px;
}


.sv04Sec__imgArea{
	width:480px;
}



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

.sv04Sec-mf.t2{
	margin-bottom:80px;
}

.sv04Sec-mf.t2 .sv04Sec-mf__item__imgArea{
	padding-top: 0px;
}

.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: flex;
	justify-content: space-between;
	padding-bottom:55px;
	flex-direction: row-reverse;
}


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

.sv04Sec-mf__item__imgArea{
	width:380px;
	padding-top:60px;
}

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

.sv04Sec-mf__item__ttlArea{
	width:412px;
}


.sv04Sec-mf__item__ttlArea__ttlJa{
	font-weight: bold;
	font-size: 24px;
	margin-bottom:36px;
}


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


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


.sv05Sec{
	padding:80px 0px;
	display: flex;
	justify-content: space-between;
	
}


.sv05Sec__ttlArea{
	width:380px;
}


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

.sv05Sec__ttlArea__ttlJa{
	margin-bottom:32px;
	font-weight: bold;
	font-size: 28px;
}


.sv05Sec__imgArea{
	width:480px;
}


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


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

.sv05Sec-lu__item{
	display: flex;
	justify-content: space-between;
	gap:30px;
}

.sv05Sec-lu__item.fWrap{
	flex-wrap: wrap;
}

.sv05Sec-lu__item__box{
	width:270px;
}

.sv05Sec-lu__item__box02{
	width:48%;
}

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


.sv05Sec-lu__item__box__ttl{
	font-weight: bold;
	font-size: 20px;
	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: 16px;
	line-height: 26px;
}


/* 私たちについて */

.pageHeader-about{
	background-image:url("../image/about/aboutus_mv.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{
}

.ab02W{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.ab02TtlW{
	width: 380px;
	padding-top: 40px;
}
.ab02Copy{
	font-size: 24px;
	font-weight: 500;
}
.ab02Img{
	width: 480px;
}

.ab-sec03{
	padding: 70px 0;
}
.ab03Txt01{
	margin-bottom: 60px;
}

.ab03Sec-fw__item{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom:80px;
}


.ab03Sec-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;
  	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: 0 auto 20px;
	height: 100px;
}
.ab03Sec-fw__item__box__img img{
	height: 100%;
	width: auto;
}

.ab03Sec-fw__item__box__txt{
	margin: auto 0;
}

.ab-sec04{
	margin-bottom: 60px;
}
.ab04Sec-mf{
	background-color: #F0F0F0;
	padding:55px;
	margin-bottom: 60px;
}

.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: flex;
	justify-content: space-between;
	padding-bottom:55px;
}


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

.ab04Sec-mf__item__imgArea{
	width:380px;
	padding-top:60px;
}


.ab04Sec-mf__item__ttlArea{
	width:412px;
}


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


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

.ab04Sec__imgBox{
	display: flex;
	justify-content: space-between;
}

.ab04Img2{
	width:270px;
}

.ab-sec05{
	margin-bottom: 60px;
}


/* メンバーページ */

.bVer01{
	display: none;
}

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

.head__bVer .bVer01{
	display: block;
}

.head__bVer .wVer01{
	display: none;
}

.head__bVer .headerLine{
	border: 1px solid #333;
}

.head__bVer .header__top{
	text-shadow: 1px 1px rgba(255, 255, 255, 0.8);
}

.head__bVer .header__top__btn{
	border-left: 1px solid #333;
}

.head__bVer .header__top__ul a:link, .head__bVer .header__top__ul a:visited{
	color:#333;
}

.head__bVer .header__top__btn li a:link, .head__bVer .header__top__btn li a:visited{
	color:#333;
}

.head__bVer .header__top__btn li a span{
	color:#333;
}

.head__bVer .header__top__btn li a{
	border-right: 1px solid #333;
}

.head__bVer .pageHeader__msg{
	color:#333;
}

.head__bVer .pageHeader__msg{
	color:#333;
}

.head__bVer .pageHeader__msg__txtEn,.head__bVer .pageHeader__msg__txtJa{
	text-shadow: 1px 1px rgba(255, 255, 255, 0.8);
}

.head__bVer02 .bVer01{
	display: block;
}

.head__bVer02 .wVer01{
	display: none;
}

.headerMem__movie{
	width:100%;
}

.memNewsSec__titleArea{
	display: inline-block;
}

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

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


.memNewsSec__articleArea{
	width:700px;
	display: flex;
	justify-content: space-between;
}

.memNewsSec__articleArea__article{
	width:216px;
}

.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 40%, #DBD2C7 40%);
}
.mem03Sec__item{
	display: flex;
	justify-content: space-between;
	width: 800px;
	margin: 0 auto;
}


.mem03Sec__item__box{
	padding:25px 35px;
	background-color:#FFF;
	width:380px;
	box-sizing: border-box;
	display: flex;
  	flex-direction: column;
  	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{
	padding: 60px 0 0;
}
.mem04TtlW{
	width: 1000px;
	margin: 0 auto 60px;
}
.memSec04-imgs{
}
.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__imageArea01{
	position: relative;
	top: 0;
}
.memSec04__imageArea02{
	position: relative;
	top: 140px;
}
.memSec04__imageArea03{
	position: relative;
	top: 30px;
}

.memSec04__imageArea04{
	width:190px;
	top: 0px;
}


.member__item{
	padding: 60px 0;
    margin-bottom: 100px;
    background: linear-gradient(to right, white 70%, transparent 70%);
}
.member__item.type02{
	background: linear-gradient(to left, white 70%, transparent 70%);
}
.member__item.type02 .service__item__fr{
	flex-direction:row-reverse;
}

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

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

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


/* 会社概要 */

.pageHeader-company{
	background-image:url("../image/company/company_mv.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center -300px;
}
.com-sec01{
	position: relative;
}
.com01Txt{
	margin-bottom: 30px;
}
.com01Name{
	text-align: right;
}
.com01Img{
	height: 890px;
}
@media (min-width: 1700px) {
	.com01Img{
		height: 730px;
	}
}

.com01Img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.com-sec02{
	position: relative;
	padding: 80px 0;
}
.com-dl{
	width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

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

.com-dl a:hover{
	text-decoration: none;
}

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

.com-sec03{
	position: relative;
	padding: 80px 0;
}
.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: center center;
}
.rec-sec01{
	position: relative;
}
.rec01Sec2{
	display: flex;
	justify-content: space-between;
	padding: 80px 0;
}
.rec01Lists{
	width: 600px;
	padding-top: 20px;
}
.rec01List{
	font-size: 18px;
	padding: 10px 0;
	border-bottom: 1px solid #000;
	font-weight: 500;
}
.rec-sec02{
	position: relative;
	padding: 80px 0;
}
.rec-sec03{
	background: linear-gradient(to bottom, transparent 40%, #DBD2C7 40%);
}

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

.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;
}
.rec06Flex{
	display: flex;
	justify-content: space-between;
}
.rec06Lists{
	width: 600px;
	padding-top: 20px;
}
.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;
	background-position: center center;
}
.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:20px;
	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: center bottom;
}
.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: flex-start;
	column-gap: 32px;
	flex-wrap: wrap;
}
.newsSec__articleArea2 .newsSec__articleArea__article{
	margin-bottom: 40px;
}
.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;
	display: flex;
	justify-content: space-between;
}
.newsSec3Main{
	width: 700px;
}

.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;
	text-align: center;
}
.newsMenu{
	width: 400px;
	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: 28px;
	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: 24px;
	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: 200px;
}
.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: 50px;
	height: 50px;
	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: 150px;
}

/*お客様の声*/

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


/*施工事例一覧*/

.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;
}
.worksAfter{
	text-align: center;
}
.worksBF_Ttl{
	font-family: "Bebas Neue", sans-serif;
	margin-bottom: 10px;
	font-size: 20px;
}
.worksBF_Img{
	width: 320px;
}
.worksBF_Img img{
	width: 100%;
	height: auto;
}
.worksImgs{
	display: flex;
	justify-content: flex-start;
	column-gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.worksImg{
	width: 220px;
	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:60px;
}

.mb200{
	margin-bottom:200px;
}

.membersLists{
	display: flex;
	justify-content: space-between;
	margin-bottom:180px;
}

.membersListsItem{
	width:30%;
}

.membersListsItemName{
	font-weight: bold;
}

.membersListsItemImg {
    position: relative;
	min-height: 288px;
}

.membersListsItemImg01,
.membersListsItemImg02 {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .3s ease;
}

.membersListsItemImg01 {
    opacity: 1;
}

.membersListsItemImg02 {
    opacity: 0;
}

.membersListsItemImg:hover .membersListsItemImg01 {
    opacity: 0;
}

.membersListsItemImg:hover .membersListsItemImg02 {
    opacity: 1;
}

.membersCate{
	width:80%;
	margin:0 auto 60px;
	display:flex;
	justify-content:space-around;
}

.membersSubTxt{
	text-align:center;
	margin-bottom:40px;
}

.membersCateLink{
	width: 191px;
    height: 50px;
    font-weight: bold;
    font-size: 16px;
    border: 1px solid #282828;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s all;
    background-color: #FFF;
}

.membersFooter{
	display:flex;
	width:80%;
	margin:0 auto;
	justify-content:center;
	gap:0px 20px;
}

.membersFooterTxt{
	font-weight:bold;
	text-align:center;
	margin-bottom:40px;
}

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

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