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

.boxlayout1{
}
.boxlayout1 .boxwrap .box{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
	gap: 60px;
}
.boxlayout1 .boxwrap .box:not(:last-of-type){
	margin-bottom: 60px;
}
.boxlayout1 .boxwrap .box > div{
	width: calc(100% / 2 - 60px / 2);
}
.boxlayout1 .boxwrap .box .txtbox h3{
	margin-bottom: 30px;
}

.title_item1{
	width: 100%;
	height: 400px;
	position: relative;
	padding: 20px;
}
body.gjs-dashed .title_item1{
	background-color: #000;
	height: auto!important;
}
.title_item1::after{
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #070C05;
	opacity: 0.7;
}
body.gjs-dashed .title_item1::after{
	display: none;
}
.title_item1 .txtbox{
	position: relative;
	z-index: 2;
	padding: 10px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.flow_wrap{
}
.flow_wrap .boxwrap{
	gap: 80px 50px;
	align-items: flex-start;
}
.flow_wrap .boxwrap .box{
	width: calc(100% / 3 - 100px / 3);
	gap: 15px;
}
.flow_wrap .boxwrap .box:nth-of-type(2),.flow_wrap .boxwrap .box:nth-of-type(5){
	animation-delay: 0.2s;
}
.flow_wrap .boxwrap .box:nth-of-type(3),.flow_wrap .boxwrap .box:nth-of-type(6){
	animation-delay: 0.4s;
}
.flow_wrap .boxwrap .box .num{
	font-family: "Anton", "Dela Gothic One", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(40px,5.0vw,80px);
	line-height: 1;
}

.title_item2{
	width: 100%;
	position: relative;
}
.title_item2::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background-color: #fff;
	z-index: 1;
}
.title_item2 h3{
	position: relative;
	z-index: 2;
	background-color: #070C05;
	padding: 0 20px;
}

.beforeafter_wrap .boxwrap{
	gap: 50px;
	align-items: flex-start;
}
.beforeafter_wrap .boxwrap .box{
	width: calc(100% / 2 - 50px / 2);
	gap: 20px;
	align-items: flex-start;
}
.beforeafter_wrap .boxwrap .box:nth-of-type(odd){
	animation-delay: 0.3s;
}
.beforeafter_wrap .boxwrap .box .item{
	width: calc(100% / 2 - 20px / 2);
}
.beforeafter_wrap .boxwrap .box .item p{
	font-family:"Dela Gothic One", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(17px,2.0vw,28px);
}

.area_wrap{justify-content: space-between;}
.area_wrap .imgbox{
	width: 45%;
}
.area_wrap .txtbox{
	max-width: 50%;
}
.area_wrap .txtbox .city_box{
	gap: 10px 30px;
	padding: 20px 0;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.title_item1{
		height: 350px;
	}
	.flow_wrap .boxwrap{
		gap: 80px 40px;
		align-items: flex-start;
	}
	.flow_wrap .boxwrap .box{
		width: calc(100% / 3 - 80px / 3);
		gap: 15px;
	}
	.boxlayout1 .boxwrap .box{
		gap: 50px;
	}
	.boxlayout1 .boxwrap .box > div{
		width: calc(100% / 2 - 50px / 2);
	}
	.beforeafter_wrap .boxwrap{
		gap: 40px;
		align-items: flex-start;
	}
	.beforeafter_wrap .boxwrap .box{
		width: calc(100% / 2 - 40px / 2);
		gap: 15px;
		align-items: flex-start;
	}
	.beforeafter_wrap .boxwrap .box .item{
		width: calc(100% / 2 - 15px / 2);
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.title_item1{
		height: 300px;
	}
	.boxlayout1 .boxwrap .box{
		gap: 40px;
	}
	.boxlayout1 .boxwrap .box > div{
		width: calc(100% / 2 - 40px / 2);
	}
	.beforeafter_wrap .boxwrap{
		gap: 40px 30px;
		align-items: flex-start;
	}
	.beforeafter_wrap .boxwrap .box{
		width: calc(100% / 2 - 30px / 2);
		gap: 10px;
		align-items: flex-start;
	}
	.beforeafter_wrap .boxwrap .box .item{
		width: calc(100% / 2 - 10px / 2);
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.flow_wrap .boxwrap{
		gap: 60px 20px;
		align-items: flex-start;
	}
	.flow_wrap .boxwrap .box{
		width: calc(100% / 3 - 40px / 3);
		gap: 15px;
	}
	.boxlayout1 .boxwrap .box{
		gap: 30px;
	}
	.boxlayout1 .boxwrap .box > div{
		width: 70%;
	}
	.beforeafter_wrap .boxwrap{
		gap: 30px 20px;
		align-items: flex-start;
	}
	.beforeafter_wrap .boxwrap .box{
		width: calc(100% / 2 - 20px / 2);
		gap: 10px;
		align-items: flex-start;
	}
	.beforeafter_wrap .boxwrap .box .item{
		width: calc(100% / 2 - 10px / 2);
	}
	
	.area_wrap{
		width: 100%;
		justify-content: center;
	}
	.area_wrap .imgbox{
		width: 70%;
		margin-bottom: 50px;
	}
	.area_wrap .txtbox{
		width: 100%;
		max-width: 100%;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.title_item1{
		height: 200px;
	}
	.boxlayout1 .boxwrap .box{
		gap: 20px;
	}
	.boxlayout1 .boxwrap .box:not(:last-of-type){
		margin-bottom: 50px;
	}
	.boxlayout1 .boxwrap .box > div{
		width: 100%;
	}
	.flow_wrap .boxwrap{
		gap: 40px 10px;
		align-items: flex-start;
	}
	.flow_wrap .boxwrap .box{
		width: 80%;
		gap: 10px;
	}
	.flow_wrap .boxwrap .box:nth-of-type(2),.flow_wrap .boxwrap .box:nth-of-type(5){
		animation-delay: 0s;
	}
	.flow_wrap .boxwrap .box:nth-of-type(3),.flow_wrap .boxwrap .box:nth-of-type(6){
		animation-delay: 0s;
	}
	.flow_wrap .boxwrap .box:nth-of-type(even){
		animation-delay: 0.2s;
	}
	.beforeafter_wrap .boxwrap .box:nth-of-type(odd){
		animation-delay: 0s;
	}
	.beforeafter_wrap .boxwrap{
		gap: 30px;
		align-items: flex-start;
	}
	.beforeafter_wrap .boxwrap .box{
		width: 100%;
		gap: 10px;
		align-items: flex-start;
	}
	.beforeafter_wrap .boxwrap .box .item{
		width: calc(100% / 2 - 10px / 2);
	}
	
	.area_wrap .imgbox{
		width: 80%;
	}
	.area_wrap .txtbox {
		width: 90%;
	}
	.area_wrap .txtbox .city_box{
		gap: 10px 25px;
	}
}

/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

