@charset "UTF-8";

/*=======================================================
共通
=======================================================*/

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

}

/*=======================================================
背景パララックス
=======================================================*/
.ly-main {
    background: url(../images/common/bg.jpg) top center / contain no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
	.ly-main {
        background: url(../images/common/bg-sp.jpg) top center / contain no-repeat;
		background-attachment: fixed;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

/*=======================================================
MV
=======================================================*/
.bl-homecare-requirements .el-lower-mv-ttl::after {
	content: "Homecare course requirements";
}
.bl-pro-requirements .el-lower-mv-ttl::after {
	content: "Pro course requirements";
}
@media screen and (max-width: 750px) {
	.el-lower-mv-ttl {
		padding-top: 110px;
	}
    .el-lower-mv-ttl::after {
        bottom: -130px;
    }
}

/*=======================================================
main
=======================================================*/
.bl-requirements {
	padding: 80px 0 0 0;
}
.bl-requirements .ly-cont-inner {
	padding-bottom: 96px;
}
.bl-requirements-cont {
	width: 100%;
}
.bl-requirements-item {
	display: flex;
	flex-flow: nowrap;
}
.bl-requirements-ttl {
	width: 260px;
	color: #FFFFFF;
	text-align: center;
	background-color: #0E0101;
	border: 1px solid #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bl-requirements-item:not(:last-of-type) .bl-requirements-ttl {
	border-bottom: none;
}
.bl-requirements-txt {
	background-color: #FFFFFF;
	width: 768px;
	padding: 32px 32px 32px 48px;
	border: 1px solid #0E0101;
	border-left: none;
}
.bl-requirements-item:not(:last-of-type) .bl-requirements-txt {
	border-bottom: none;
}
.el-requirements-txt + .el-att,
.el-requirements-txt + .bl-document-list,
.bl-document-item > dl + .el-document-item-txt,
.el-document-item-txt + .el-document-item-txt,
.el-requirements-txt + .el-requirements-txt {
	margin-top: 1.5em;
}
.bl-document-list,
.bl-document-item:first-of-type > dl {
	display: flex;
	flex-flow: column;
	gap: 1.5em;
}
.el-att > a,
.el-document-item-txt > a {
	color: #004568;
}
@media screen and (max-width: 750px) {
    .bl-requirements-item {
		flex-flow: column;
	}
	.bl-requirements-ttl,
	.bl-requirements-txt {
		width: 100%;
	}
	.bl-requirements-ttl {
		padding: 20px 25px;
		text-align: start;
	    justify-content: start;
	}
	.bl-requirements-txt {
	    padding: 20px 25px;
	}
	.el-att {
		display: block;
		text-indent: -1em;
	    padding-left: 1em;
	}
}
