
.mv-wrap {
    width: 800px;
    margin: 0 auto 60px;
}
.mv-wrap video {
    width: 100%;
}



.bg01{
    width: 260px;
    height: auto;
    position: absolute;
    z-index: -1;
    top: -140px;
    left: 40px;
    opacity: 0.4;
}

.bg02{
width: 180px;
    height: auto;
    position: absolute;
    z-index: -1;
    top: -120px;
    left: 100px;
    opacity: 0.5;
    transform: rotate(
5deg
);
}

.bg03{
width: 150px;
    height: auto;
    position: absolute;
    z-index: -1;
    top: -60px;
    left: -60px;
    opacity: 0.5;
}

.bg04{
    width: 200px;
    height: auto;
    position: absolute;
    z-index: -1;
    top: 300px;
    right: 0px;
    opacity: 0.5;
    transform: rotate(
45deg
);
}



#business picture img {
    box-shadow: 40px 40px #fce6eb;
	border-radius:5px;
}

@media screen and (max-width: 800px) {

	.mv-wrap {
    width: 100%;
    margin: 0 auto 60px;
}
	.col2 .item {
    width: 100%;
    margin-bottom: 120px;
    position: relative;
}
	.hero-copy {
    top: 40%;
    text-align: center;
    position: relative;
    z-index: 1;
    width: 70%;
    margin: 0 auto;
}
		.row-reserve {
    flex-flow: row-reverse;
    display: block;
}
	.col2 .item {
    width: 100%;
    margin-bottom: 50px;
    position: relative;
}
	
}
@media screen and (max-width: 640px) {
.bg01 {
    width: 160px;
    height: auto;
    position: absolute;
    z-index: -1;
    top: -140px;
    left: 40px;
    opacity: 0.4;
}
	#concept .item p {
    font-size: 14px;
    line-height: 1.9;
}

	.col2 .item .summary {
    padding: 20px 10px 50px 10px;
}
	.col2 .item .lead {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    line-height: 1.5;
    padding-bottom: 24px;
    font-weight: 600;
}
	
	
}