@charset "UTF-8";
/* CSS Document */
header{
	margin-top: 8.5rem;
}

body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}

/*---------- タイトル ----------*/
.title div{
	background: url("../img/work3-titleimg.jpg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	position: relative;
	padding: 4rem;
	height: 450px;
}
.title div::before{
	content: "";
	position: absolute;
	display: inline-block;
	height: 150px;
	width: 150px;
	background: url("../img/work3-parts-01.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	bottom: 0;
	left: 0;
}
.title div h3{
	position: relative;
	display: inline-block;
	font-size:  80px;
	font-weight: 200;
	text-align: left;
	color: #fff;
	letter-spacing: 0.5rem;
	line-height: 8.5rem;
}
.title div h3::after{
	content: "";
	position: absolute;
	display: inline-block;
	width: 160px;
	height: 55px;
	background: url("../../since2021/img/top-subtitle3.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	bottom: -40px;
	right: -100px;
}


/*---------- about ----------*/
#work3-about{
	display: flex;
	flex-wrap: wrap;
	margin-top: 8rem;
}
#work3-about div.about1{
	background: url("../img/work3-aboutimg02_2024.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	position: relative;
	padding: 4rem;
	height: 350px;
}
#work3-about div.about1 img{
	width: 60%;
}
#work3-about div.about2{
	background: url("../img/work3-aboutimg01.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	position: relative;
	padding: 4rem;
	margin-top: -5rem;
	height: 500px;
	z-index: -1;
}
#work3-about div.about2 img{
	width: 310px;
	position: absolute;
	top: 8rem;
	right: 0;
}
#work3-about div.tategaki p{
    display: block;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 5.5rem;
    font-size: 33px;
    margin: auto;
    padding-right: 10rem;
    text-align: left;
}
#work3-about div.tategaki + ul + div + div{
	background: url("../img/work3-aboutimg04.jpg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	position: relative;
	padding: 4rem;
}
#work3-about div.tategaki + ul + div  + div span,
#work3-about div.tategaki + ul + div + div  + div span{
	font-size: 23px;
	font-weight: 500;
	line-height: 3rem;
}
#work3-about div.tategaki + ul + div + div + div{
	margin-top: 10rem;
}
#work3-about div.tategaki + ul + div + div + div img{
	display: block;
	width: 80%;
	padding-top: 2rem;
	margin: auto;
}
#work3-about div.tategaki + ul + div + div + div + div{
	display: inline-block;
	text-align: center;
	margin: 5rem 0 6rem 0;
}
#work3-about div.tategaki + ul + div + div + div + div p{
	border-top: 1px solid #858585;
	border-bottom: 1px solid #858585;
	width: 70%;
	padding: 3rem;
	line-height: 3rem;
}
#work3-about p{
	text-shadow: 0 0 5px white,-1px -1px 2px white,1px 1px 2px white;
	font-size: 14px;
	text-align: justify;
}
#work3-about ul.gallery{
	display: none;
}

/*---------- ビフォー・アフター ----------*/

#bef-aft .order-1{order: 2}
#bef-aft .order-2{order: 1}
#bef-aft{
	background: url("../img/work3-scenebackground.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	position: relative;
}
#bef-aft ul li.row{
	padding-bottom: 8rem;
}
#bef-aft ul li ul{
	padding: 2rem 3rem;
	position: relative;
}
#bef-aft ul li ul li{
	padding: 0 0.5rem;
}
#bef-aft ul li ul li:nth-child(2)::before,
#bef-aft figure::before{
	content: "";
	position: absolute;
	display: block;
	width: 150px;
	height: 150px;
	background: url("../img/works3-parts-02.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	bottom: -59px;
	left: -75px;
	margin: auto;
	z-index: 1;
}
#bef-aft ul li.hogo ul li:nth-child(2)::before{
	bottom: -59px;
	left: 0;
	right: -15px;
	margin: auto;
}
#bef-aft div.order-1,#bef-aft div.order-2,#bef-aft div.order-3,#bef-aft div.order-4{
	position: relative;
}
#bef-aft h5{
	position: absolute;
    color: #B58E2F;
    display: block;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 80px;
    margin: auto;
    text-align: left;
    left: -100px;
}
#bef-aft dl dt{
	color: #B58E2F;
	font-size: 25px;
	font-weight: normal;
	padding-bottom: 3rem;
}
#bef-aft dl dd{
	font-size: 14px;
	padding-bottom: 3rem;
	text-align: justify;
	line-height: 3rem;
}
#bef-aft ul li:nth-child(3) ul{
	padding-bottom: 1rem;
}
#bef-aft ul li:nth-child(3) ul + ul{
	padding-top: 0;
}
#bef-aft ul li:nth-child(3) ul li p{
	color: #B58E2F;
	font-size: 15px;
	line-height: 2rem;
}
#bef-aft figure{
	position: relative;
	margin: 0;
}
#bef-aft figure figcaption{
	position: absolute;
	bottom: 15px;
	left: 20px;
	color: #ffffff;
}
#bef-aft figure::before{
	bottom: -58px;
	left: 0;
	right: -30px;
}
#bef-aft li.hogo ul{
	padding-left: 0;
	padding-right: 0;
	border-top: 1px solid #858585;
	border-bottom: 1px solid #858585;
}
#bef-aft li.hogo ul li + li{
	display: flex;
	flex-wrap: wrap;
}
#bef-aft li.hogo ul li + li div{
	padding: 0;
	padding-left: 1rem;
}
#bef-aft li.hogo p{
	display: block;
	border-left: 8px solid #B58E2F;
	padding-left: 2rem;
	font-size: 14px;
}

/*---------- 無料テスト ----------*/
#test{
	display: flex;
	flex-wrap: wrap;
}
#test div{
	padding: 0;
}
#test div.l-b::after{
	content: "";
	position: absolute;
	display: inline-block;
	width: 250px;
	height: 250px;
	background: url("../../02work-business/img/work1-parts-08.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	bottom: 0;
	left: 0;
	z-index: 1;
}
#test div.r-t::after{
	content: "";
	position: absolute;
	display: inline-block;
	width: 250px;
	height: 250px;
	background: url("../../02work-business/img/work1-parts-09.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	top: 0;
	right: 0;
	z-index: 1;
}
#test div.l-b{
	background: url("../img/work3-scene05.jpg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	position: relative;
}
#test div + div + div{
	background: url("../img/work3-scene06.jpg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	position: relative;
	padding-bottom: 5rem;
}
#test div p{
	font-size: 14px;
	padding: 3rem;
}
#test div p{
	font-size: 14px;
	padding: 4rem;
	line-height: 3rem;
	text-align: justify;
}
#test div p span{
	font-size: 23px;
	font-weight: 500;
}
#test div p span.mini{
	font-size: 12px;
}
#test dl dt img{
	width: 170px;
}
#test dl{
	background: -webkit-linear-gradient(360deg,#08287E, #009FE8);
	background: -o-linear-gradient(360deg,#08287E, #009FE8);
	background: linear-gradient(90deg,#08287E, #009FE8);
	position: relative;
	display: flex;
}
#test dl dt{
	position: absolute;
	top: -25px;
	left: 130px;
}
#test dl dd p{
	color: #fff;
	padding: 3rem 2rem 2rem 2rem;
}
#test dl::before{
	content: "";
	position: absolute;
	display: inline-block;
	width: 160px;
	height: 160px;
	background: url("../img/works3-parts-06.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	top: 0;
	left: 0;
}
#test dl::after{
	content: "";
	position: absolute;
	display: inline-block;
	width: 70px;
	height: 70px;
	background: url("../img/works3-parts-07.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	bottom: 0;
	right: 0;
}
#test p a {
	color: #333;
	border-bottom: solid 1px #333;
}

/*---------- 石材ギャラリー ----------*/
.batsu{
    display: block;
    width: 40px;/*枠の大きさ*/
    height: 40px;/*枠の大きさ*/
    position: relative;
}
.batsu::before, .batsu::after{
    content: "";
    display: block;
    width: 100%;/*バツ線の長さ*/
    height: 4px;/*バツ線の太さ*/
    background: #ffffff;
    transform: rotate(45deg);
    transform-origin:0% 50%;
    position: absolute;
    top: calc(14% - 5px);
    left: 14%;
}
.batsu::after{
    transform: rotate(-45deg);
    transform-origin:100% 50%;
    left: auto;
    right: 14%;
}

#stone-gallery{
	background: url("../img/stone-background.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	padding: 4rem;
}
#stone-gallery h4{
	display: block;
	color: #ffffff;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	line-height: 2rem;
	margin-top: 3rem;
	margin-bottom: 3rem;
}
#stone-gallery h4 img{
	display: inline;
	width: 45px;
	padding-right: 0.5rem;
}
#stone-gallery h4 span{
	font-size: 14px;
}
#stone-gallery h4 + p{
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	letter-spacing: 3px;
	margin-bottom: 5rem;
}
#stone-gallery ul.modal_btn li{
	margin-bottom: 2rem;
}
#stone-gallery a dl{
	display: table;
	background: #ffffff;
	font-size: 14px;
	color: #000000;
}
#stone-gallery a:hover dl{
	background: #333333;
	color: #ffffff;
    transition: .3s;
}
#stone-gallery a dt{
	display: table-cell;
	padding: 0 0 0 2rem;
	width: 55%;
	letter-spacing: -0.5px;
	vertical-align: middle;
}
#stone-gallery a dd{
	display: table-cell;
	padding: 0.5rem;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.content{
    margin: 0 auto;
    padding: 40px;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
	background: #fff;
    left: 50%;
    padding: 5px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
}
.modal__content a{
	 position: absolute;
    top: -45px;
    right: 0;
    font-size: 40px;
    color: #ffffff;
}
.modal__content p{
	font-size: 15px;
    padding: 1.5rem 0rem 0rem 1.5rem;
}

/*---------- 対応エリア ----------*/
#area{
	background: url("../img/works3-parts-05.svg");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
	position: relative;
	padding: 4rem;
	height: 570px;
}
#area h4{
	display: block;
	color: #08287E;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	line-height: 2rem;
	margin-top: 3rem;
	margin-bottom: 3rem;
}
#area h4 img{
	display: inline;
	width: 45px;
	padding-right: 0.5rem;
}
#area h4 span{
	color:#231815; 
	font-size: 14px;
}
#area ul li{
	font-size: 14px;
	line-height: 3.3rem;
}
#area ul li span{
	font-weight: bold;
}
#area ul li::before{
	content: "●";
	color: #8BBF1F;
	padding-right: 3px;
}

/*---------- contact ----------*/
#contact{
	margin-top: 0rem;
}








@media (max-width: 1199px) {
/*---------- 石材ギャラリー ----------*/
	#stone-gallery a dt{
		font-size: 13px;
		width: 60%;
	}
	#stone-gallery ul.modal_btn li{
		margin-bottom: 1rem;
	}
}
@media (max-width: 991px) {
/*---------- about ----------*/
	#work3-about div.about1 img {
		width: 70%;
	}
	#work3-about div.about1 {
		height: 200px;
	}
	#work3-about div.about2 {
		height: 400px;
		margin-top: -2.5rem;
	}
	#work3-about div.about2 img{
		width: 230px;
		top: 7rem;
	}
	#work3-about div.tategaki p{
		line-height: 4.5rem;
		letter-spacing: 0px;
		font-size: 27px;
		padding-right: 3rem;
	}
	#work3-about div.tategaki + ul + div + div + div + div p {
		width: 90%;
	}
	#work3-about div.tategaki + ul + div + div + div {
		margin-top: 5rem;
	}
	#work3-about div.tategaki + ul + div + div + div img {
		width: 50%;
		padding-bottom: 3rem;
	}
	/*---------- ビフォー・アフター ----------*/
	#bef-aft h5 {
		position: inherit;
		color: #B58E2F;
		-ms-writing-mode: inherit;
		writing-mode: inherit;
		font-size: 70px;
		left: 0;
		padding-bottom: 1rem;
	}	
	#bef-aft div.order-1{
		padding-right: 4rem;
	}	
	#bef-aft div.order-3{
		padding-left: 4rem;
	}
	#bef-aft figure::before {
		right: -20px;
	}
	#bef-aft figure figcaption {
		bottom: 40px;
	}
	#bef-aft ul li:nth-child(3) ul li p {
		padding-top: 0.5rem;
	}
	/*---------- 無料テスト ----------*/
	#test dl{
		padding: 0rem;
	}
	#test dl dt{
		position: absolute;
		top: -12px;
		left: 70px;
	}
	/*---------- 対応エリア ----------*/
	#area{
		background: url("../img/works3-parts-05.svg");
		background-repeat: no-repeat;
		background-position: top right;
		background-size: auto;
		position: relative;
		padding: 2rem 2rem 4rem 2rem;
		height: auto;
	}
}
@media (max-width: 767px) {
/*---------- タイトル ----------*/
	.title div{
		background: url("../img/work3-titleimg.jpg");
		background-repeat: no-repeat;
		background-position: left center;
		background-size: cover;
		position: relative;
		padding: 2rem 3rem;
		height: 350px;
	}
/*---------- about ----------*/
	#work3-about div.about1 img {
		width: 80%;
	}
	#work3-about div.about2 img{
		width: 200px;
		top: 5rem;
	}
	#work3-about div.about1{
		background: url("../img/work3-aboutimg02_2024.png");
		background-repeat: no-repeat;
		background-position: right top;
		background-size: contain;
		position: relative;
		padding: 2rem;
		height: 200px;
	}
	#work3-about div.about2{
		background: url("../img/work3-aboutimg01.jpg");
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: cover;
		position: relative;
		margin-top: -3rem;
		height: 400px;
		z-index: -1;
	}
	#work3-about div.tategaki + ul + div + div + div{
		margin-top: 0;
		margin-bottom: 3rem;	
	}
	#work3-about div.tategaki + ul + div + div{
		background: none;
	}
	#work3-about div.tategaki + ul + div{
		padding: 0;
	}
	#work3-about div.tategaki + ul + div img{
		width: 100%;
	}
	/*---------- ビフォー・アフター ----------*/
	#bef-aft .order-1{order: 1;}
	#bef-aft .order-2{order: 2;}
	#bef-aft div.order-1,
	#bef-aft div.order-2,
	#bef-aft div.order-3,
	#bef-aft div.order-4{
		padding: 0rem;
	}	
	#bef-aft ul li ul {
		margin: 0;
	}
	#bef-aft ul li:nth-child(3) ul + ul {
		padding: 0rem 3rem;
	}
	#bef-aft figure figcaption {
    	bottom: 35px;
	}	
	#bef-aft .order-1,#bef-aft .order-3{
		margin-right: auto!important;
		margin-left: auto!important;
	}
	/*---------- 無料テスト ----------*/
	#test div p {
		padding: 3rem 4rem 3rem 4rem;
		text-align: justify;
	}
	#test dl dd p{
		padding: 3rem 4rem 3rem 4rem;
	}
	#test div + div + div{
		background: none;
		padding-bottom: 0rem;
	}
	#test dl{
		margin: 0;
	}
	#test dl dt{
		position: absolute;
		top: 15px;
	}
	#test dl dt img{
		width: 110px;
	}
	#test div p span {
		font-size: 22px;
	}
	/*---------- 石材ギャラリー ----------*/
	#stone-gallery a dt{
		font-size: 13px;
		line-height: 2rem;
		width: 40%;
		padding: 0 0 0 1rem;
	}
	#stone-gallery h4 + p{
		text-align: justify;
		margin-bottom: 3rem;
	}
	#stone-gallery h4 + p br{
		display: none;
	}
	.modal__content p {
		font-size: 14px;
	}
/*---------- 対応エリア ----------*/
	#area ul{
		padding: 0;
	}
	#area{
		background: url("../img/works3-parts-05.svg");
		background-repeat: no-repeat;
		background-position: top right -50px;
		background-size: 90%;
		position: relative;
		padding: 2rem 2rem 4rem 2rem;
		height: auto;
	}
}
@media (max-width: 575px) {
/*---------- タイトル ----------*/
	.title div{
		background: url("../img/work3-titleimg-mini.jpg");
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: cover;
		position: relative;
		padding: 4rem;
		height: 250px;
	}
	.title div::before{
		height: 100px;
		width: 100px;
	}
	.title div h3{
		font-size:  60px;
		letter-spacing: 0.5rem;
		line-height: 6.5rem;
	}
	.title div h3::after{
		width: 150px;
		height: 40px;
		bottom: -30px;
		right: -90px;
	}
	
/*---------- about ----------*/
	#work3-about{
		margin-top: 5rem;
	}
	#work3-about div.about1 p{
		font-size: 20px;
		line-height: 4rem;
	}
	#work3-about div.about1 img {
		width: 320px;
		filter: drop-shadow(0px 0px 3px #ffffff);
	}
	#work3-about div.about2 img{
		width: 150px;
		top: 4rem;
	}
	#work3-about div.about1{
		background: url(../img/work3-aboutimg01-mini.jpg);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: cover;
		position: relative;
		padding: 2rem;
		height: 500px;
	}
	#work3-about div.about2{
		display: none;
	}
	#work3-about div.tategaki p{
		line-height: 4rem;
		letter-spacing: 0px;
		font-size: 23px;
		padding: 0;
	}
	#work3-about div.tategaki + div{
		background: none;
		padding: 0;
	}
	#work3-about div.tategaki + ul + div + div {
		padding: 2.5rem 1.5rem;
	}	
	#work3-about div.tategaki + ul + div span,
	#work3-about div.tategaki + ul + div + div span,
	#work3-about div.tategaki + ul + div + div + div span{
		font-size: 20px;
	}
	#work3-about div.tategaki + div span,
	#work3-about div.tategaki + div + div span{
		font-size: 18px;
		line-height: 0rem;
	}
	#work3-about div.tategaki + div + div p{
		text-align: center;
	}
	#work3-about div ul{
		padding: 0;
		padding-top: 1rem;
	}
	#work3-about div ul li{
		text-indent: -1.4em;
		padding-left: 1.4em;
		font-size: 14px;
		line-height: 2rem;
		margin-bottom: 1rem;
	}
	#work3-about ul.gallery{
		display: flex;
		margin: 0;
		padding: 0;
	}
	#work3-about ul.gallery li{
		padding: 0;
	}
	#work3-about div.tategaki + ul + div + div + div + div p {
		padding: 2rem 0;
		text-align: justify!important;
	}
	#work3-about div.tategaki + ul + div + div + div img {
		width: 80%;
	}
	#work3-about div.tategaki + ul + div + div + div + div {
		margin: 2rem 0 6rem 0;
	}
	/*---------- ビフォー・アフター ----------*/
	#bef-aft h5 {
		font-size: 50px;
		padding-bottom: 0.5rem;
	}	
	#bef-aft figure figcaption {
		left: 35px;
	}
	/*---------- 無料テスト ----------*/
	#test dl dt{
		top: 25px;
		left: 25px;
	}
	#test dl dd p{
		color: #fff;
		padding: 2rem 1rem 1rem 2rem;
	}
	#test dl::before{
		width: 120px;
		height: 120px;
	}
	#test dl dt img{
		width: 80px;
	}
	#test div.l-b::after {
		width: 150px;
		height: 150px;
	}
	#test div.d-md-none::after {
		content: "";
		position: absolute;
		display: inline-block;
		width: 150px;
		height: 150px;
		background: url(../../02work-business/img/work1-parts-09.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		top: 0;
		right: 0;
		z-index: 1;
	}
	#test div.r-t::after {
		display: none;
	}
	/*---------- 石材ギャラリー ----------*/
	#stone-gallery{
		background: url("../img/stone-background.jpg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		position: relative;
		padding: 1rem;
	}
	#stone-gallery h4 + p{
		letter-spacing: 1px;
		text-align: justify;
	}
	.modal__content {
		width: 90%;
	}
	#stone-gallery a dt{
		display: block;
		font-size: 11px;
		width: 100%;
		padding: 1rem 0 0 1rem;
	}
	#stone-gallery a dd{
		display: block;
		width: 100%;
		padding: 1rem 1rem 0.5rem 1rem;
	}
	#stone-gallery ul.modal_btn li{
		margin-bottom: 0.5rem;
	}
	#stone-gallery h4 + p{
		margin-bottom: 2rem;
	}
/*---------- 対応エリア ----------*/
	#area h4{
		margin-bottom: 30rem;
	}
	#area{
		background: url("../img/works3-parts-mini-05.svg");
		background-repeat: no-repeat;
		background-position: top 120px center;
		background-size: auto;
		position: relative;
		padding: 2rem 2rem 3rem 2rem;
		height: auto;
	}
}
