@charset "utf-8";
.page_title h1{
	font-size: 8rem;
}
.page_title h1 span{
	color: #66c3cf;
	font-size:11.2rem;
}

.jigyo_contents .mv_under_txt{
	text-align: center;
}
.jigyo_contents .beforeafter{
	margin-top: 100px;
}
.jigyo_contents .beforeafter h2{
	background-color: #66c3cf;
	color: #FFF;
	font-size: 2.6rem;
	font-weight: medium;
	padding:0 15px;
	width: 100%;
} 
.jigyo_contents .beforeafter .beforeafter_box{
	background-color:#fafafa;
	display: flex;
	gap: 20px;
	padding:50px 20px;
	box-sizing: border-box;
}
.jigyo_contents .beforeafter .beforeafter_box .beforeafter_img{
	display: flex;
	flex: 2;
	justify-content: space-between;
	position: relative;
}
.jigyo_contents .beforeafter .beforeafter_box .beforeafter_img::before{
	content:"";
	width: 20px;
	height: 35px;
	background-image: url(../images/jigyo/arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left:50%;
	top: 43%;
    transform: translateX(-50%);
}
.jigyo_contents .beforeafter .beforeafter_box .beforeafter_img .img{
	position: relative;
	width: 320px;
    height: 240px;
}

.jigyo_contents .beforeafter .beforeafter_box .beforeafter_img .img img{
	width: 320px;
    height: 240px;
    object-fit: cover;
}
.jigyo_contents .beforeafter .beforeafter_box .beforeafter_img .img::before{
	content: "before";
    font-size: 1.6rem;
    position: absolute;
    left: 0;
    bottom: 8px;
    background: #FFF;
    color: #66c3cf;
    width: 75px;
    height: 35px;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.jigyo_contents .beforeafter .beforeafter_box .beforeafter_img .img:last-child:before{
	content:"after";
}
.jigyo_contents .beforeafter .beforeafter_box .txt_box{
	flex:1;
}
.jigyo_contents .beforeafter .beforeafter_box .txt_box .info .address,.jigyo_contents .beforeafter .beforeafter_box .txt_box .info .access{
	position: relative;
	padding-left: 20px;
}
.jigyo_contents .beforeafter .beforeafter_box .txt_box .info .address::before{
	content: url(https://www.companytrust.co.jp/product/images/map_ico.svg);
    position: absolute;
    left: 1px;
    top: 2px;
    width: 14px;
}
.jigyo_contents .beforeafter .beforeafter_box .txt_box .info .access::before{
	content: url(https://www.companytrust.co.jp/product/images/access_ico.svg);
    position: absolute;
    left: 1px;
    top: 2px;
    width: 14px;
}
.jigyo_contents .beforeafter .beforeafter_box .txt_box .txt{
	margin-top: 1em;
	text-align: justify;
}


@media screen and (min-width: 768px), print {
}
@media screen and (max-width: 767px) {
	.page_title h1 {
        padding-left: 5px;
        /* font-size: 4rem; */
		font-size: 3.2rem;
        letter-spacing: -0.05em;
		flex-direction: column;
		align-items: flex-start;
		justify-content: end;
		padding-bottom: 6px;
		gap: 3px;
    }
	.page_title h1 span{
		font-size: 4rem;
	}
	.jigyo_contents .beforeafter {
		margin-top: 50px;
	}
	.jigyo_contents .beforeafter .beforeafter_box {
		flex-direction: column;
		gap:20px;
	}
	.jigyo_contents .beforeafter .beforeafter_box .beforeafter_img {
	flex-direction: column;
	gap:50px;}
	.jigyo_contents .beforeafter .beforeafter_box .beforeafter_img::before {
		top: 47%;
    transform: translateX(-50%) rotate(90deg);
	}
	.jigyo_contents .beforeafter .beforeafter_box .beforeafter_img .img,.jigyo_contents .beforeafter .beforeafter_box .beforeafter_img .img img{
	width: 100%;}
}


