@charset "UTF-8";
/* CSS Document */
#m-img{
	position: relative;
	height: 950px;
}
/*--------エンドロールスクロール ------------------*/
.end-scroll{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.end-scroll .roll-scroll{
	width: 100%;
	display: flex;
	white-space: nowrap;
}

.end-scroll .roll-scroll img {
	width: 20%; /* 400px 画像サイズは任意で調整可能 */
	height: auto;
}
/*----------*/
.home-box1{
	position: relative;
	height: 850px;
}
.home-img1{
	position: absolute;
	display: block;
	width: 700px;/* 700px */
	height: 490px;/* 490px */
	background: #FFE7E8;
	top: 190px;
	left: 70px;
}
.home-mark1{
	position: absolute;
	display: block;
	width: 700px;
	top: 210px;
	right: 70px;
}
/*----------*/
.home-box2{
	position: relative;
	height: 900px;
	background: #000000;
	padding: 120px 0;
}
.home-mark2{
	display: block;
	width: 1000px;
	text-align: center;
	color: #FFFFFF;
	margin: auto;
}
/*----抱える課題 --->*/
.task-list{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 1300px;
	margin: 80px auto 0;
	list-style: none;
}
.task-list li{
	width: 420px;/* 420px */
	height: 500px;/* 500px */
	background: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
}
.task-img{
	display: block;
	width: 100%;
	height: 260px;/* 260px */
}
.task-txt{
	width: 100%;
	padding: 15px 10px;
}
.task-tlt{
	display: block;
	width: 390px;
	padding: 5px;
	text-align: center;
	background: #7f1184;
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;/* 34px -->29px */
	line-height: 1.6;
	color: #FFFFFF;
	border-radius: 13px;
	margin: 0 auto 15px;
	overflow: hidden;
}
/*----------*/
.home-box3{
	position: relative;
	height: 750px;
}
.home-img2{
	position: absolute;
	display: block;
	width: 700px;
	height: 490px;
	background: #FFE7E8;
	top: 160px;
	right: 70px;
}
.home-mark3{
	position: absolute;
	display: block;
	width: 700px;
	top: 180px;
	left: 70px;
}
/*----------*/
.home-box4{
	position: relative;
	height: 900px;
	padding: 80px 0 150px;
}
.home-mark4{
	display: block;
	width: 1000px;
	text-align: center;
	margin: auto;
}
/*----抱える課題 --->*/
.po-list{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 1400px;
	margin: 80px auto 0;
	list-style: none;
}
.po-list li{
	width: 450px;
	height: 550px;
	background: #E2E2E2;
}
.po-img{
	width: 450px;/* 450px */
	height: 280px;/* 280px */
	background: #FFFFFF;
}
.po-txt{
	width: 100%;
	padding: 20px 10px;
}
.po-tlt{
	display: block;
	width: 400px;
	padding: 5px;
	text-align: center;
	background: #7f1184;
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;/* 34px -->29px */
	line-height: 1.6;
	color: #FFFFFF;
	border-radius: 13px;
	margin: 0 auto 15px;
	overflow: hidden;
}