@charset "UTF-8";
/* CSS Document */
.ab-box1{
    position: relative;
    height: 900px;
}
.ab-img1{
    position: absolute;
    width: 380px;
    height: 610px;
    background: #FFDDDD;
    top: 180px;
    left: 100px;
    z-index: 10;
}
.ab-img2{
    position: absolute;
    width: 670px;
    height: 410px;
    background: #FFDDDD;
    top: 550px;
    right: 100px;
    z-index: 10;
}
.ab-mark1{
    position: absolute;
    width: 700px;
    top: 160px;
    right: 100px;
}
/*--------*/
.ab-box2{
    position: relative;
    height: 800px;
    background: #FFFFFF;
}
.ab-img3{
    position: absolute;
    width: 670px;
    height: 410px;
    background: #FFDDDD;
    top: 200px;
    left: 50px;
}
.ab-mark2{
    position: absolute;
    width: 640px;
    top: 220px;
    right: 50px;
}
/*--------*/
.ab-box3{
    position: relative;
    padding: 140px 0;
}
.ab-img4{
    display: block;
    width: 1000px;
    height: 430px;
    margin: auto;
    background: #FFDDDD;
}
.ab-mark3{
    width: 1000px;
    margin: 50px auto 0;
    text-align: center;
}
/*--------*/
.ab-box4{
	position: relative;
	height: auto;
	overflow: hidden;
}
/*--------EMS-point*/
.ems-sc-box{
    width: 100%;
	height: 600px;/* 600px */
	display: flex;
	background-image: url("../img/about/ems-back.jpg");
    background-size: cover;
	overflow: hidden;
}
.ab-mark4{
	text-align: center;
	padding: 80px 0 0;/* 80px 0 0*/
    color: #FFFFFF;
}
.ab-title1::before{
	content: 'BODY MAINTENANCE';
	display: block;
	text-align: center;
	font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
	font-size: 18px;/* 19px */
	color: #FFFFFF;
}
.ems-point{
    position: relative;
	width: 1100px;/* 1100px */
	height: 600px;/* 600px */
	margin-right: 50px;/* 50px */
	flex-shrink: 0;
}
.ems-img{
	position: absolute;
	display: block;
	width: 580px;/* 580px */
	height: 400px;/* 400px */
	background-color: #EFE86F;
	top: 0;
	bottom: 0;
	left: 10px;/* 10px */
	margin: auto;
	border-radius: 20px;
}
.ems-mark{
    position: absolute;
	width: 440px;/* 440px */
	top: 120px;/* 120px */
	right: 40px;/* 40px */
    color: #FFFFFF;
}
/*--------*/
.ab-box5{
    position: relative;
    height: 1150px;
}
.ab-img5{
    position: absolute;
	display: block;
	width: 630px;/* 630px */
	height: 800px;/* 800px */
	top: 150px;/* 100px */
	left: 60px;/* 60px */
	background: #E4E4E4;
	border-radius: 20px;
}
.flow-box{
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 600px;
    top: 160px;
    right: 100px;
}
.flow-box .flow{
    position: relative;
    flex-direction: row;
    width: 600px;
    height: 170px;
    padding: 10px 0;
    margin-bottom: 10px;
}
.flow-box .flow .flow-tag{
    position: absolute;
    width: 125px;
    height: 125px;
    background: #FDFFBC;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
}
.flow-box .flow .flow-mark{
    position: absolute;
    width: 430px;
    top: 20px;
    right: 10px;;
}
.flow-tlt{
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-style: normal;
	font-size: 22px;/* 26px */
	line-height: 1.5;
}