@charset "utf-8";
/* CSS Document */

.cate1 .boxwrap .box{
	padding-bottom: 30px;
	border-bottom: 1px solid #D5D5D5;
}
.cate1 .boxwrap .box:not(:last-of-type){
	margin-bottom: 30px;
}
.cate1 .boxwrap .box .time p{
	padding: 10px;
	border-radius: 200px;
	background-color: #333333;
	color: #fff;
	line-height: 1;
	text-align: center;
	width: 90px;
}
.cate1 .boxwrap .box .icon{
	width: 90px;
	position: relative;
}
.cate1 .boxwrap .box .icon::before{
	content: "";
	position: absolute;
	top: 12px;
	left: 50%;
	transform: translateX(-50%);
	width: 7px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	border: 2px solid #333333;
}
.cate1 .boxwrap .box:not(:last-of-type) .icon::after{
	content: "";
	position: absolute;
	top: 31px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: calc(100% - 24px - 7px + 60px);
	background-color: #333333;
}
.cate1 .boxwrap .box .txtbox{
	width: calc(100% - 180px);
}

.table_list .boxwrap .box{
	align-items: stretch;
	background-color: #fff;
}
.table_list .boxwrap .box:not(:last-of-type){
	border-bottom: 1px solid #D5D5D5;
}
.table_list .boxwrap .box h3,.table_list .boxwrap .box p{
	padding: 30px;
	justify-content: flex-start;
}
.table_list .boxwrap .box h3{
	background-color: #111D29;
	color: #fff;
	width: 30%;
}
.table_list .boxwrap .box p{
	width: 70%;
}

.cate3 .contents > div{
	width: 50%;
}
.cate3 .contents .txtbox{
	padding-right: 5%;
}
.cate3 .contents .txtbox h3{
	font-size: clamp(20px,2.8vw,32px);
}
.cate3 .contents .txtbox .check_wrap p{
	position: relative;
	padding-left: 45px;
}
.cate3 .contents .txtbox.sc-anime.on .check_wrap p{
	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.cate3 .contents .txtbox.sc-anime.on.active .check_wrap p{
	animation-name: blurin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.cate3 .contents .txtbox.sc-anime.on.active .check_wrap p:nth-of-type(1){
	animation-delay: 0.2s;
}
.cate3 .contents .txtbox.sc-anime.on.active .check_wrap p:nth-of-type(2){
	animation-delay: 0.4s;
}
.cate3 .contents .txtbox.sc-anime.on.active .check_wrap p:nth-of-type(3){
	animation-delay: 0.6s;
}
.cate3 .contents .txtbox.sc-anime.on.active .check_wrap p:nth-of-type(4){
	animation-delay: 0.8s;
}
.cate3 .contents .txtbox.sc-anime.on.active .check_wrap p:nth-of-type(5){
	animation-delay: 1.0s;
}
.cate3 .contents .txtbox.sc-anime.on.active .check_wrap p:nth-of-type(6){
	animation-delay: 1.2s;
}
.cate3 .contents .txtbox.sc-anime.on.active .check_wrap p:nth-of-type(7){
	animation-delay: 1.4s;
}
.cate3 .contents .txtbox.sc-anime.on.active .check_wrap p:nth-of-type(8){
	animation-delay: 1.6s;
}
.cate3 .contents .txtbox .check_wrap p::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 30px;
	aspect-ratio: 1 / 1;
	background-image: url("https://lumina-corp.co.jp/system_panel/uploads/images/check_icon.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.cate3 .contents .txtbox .check_wrap p:not(:last-of-type){
	margin-bottom: 20px;
}

.cate4 .boxwrap .box{}
.cate4 .boxwrap .box:not(:last-of-type){
	margin-bottom: 60px;
}
.cate4 .boxwrap .box .imgbox{
	width: 35%;
	position: relative;
	background-color: #F5F5F5;
	border-radius: 4px;
	overflow: hidden;
}
.cate4 .boxwrap .box .imgbox::after{
	content: "";
	border-right: 1000px solid transparent;
	border-top: 200px solid #00C4CC; 
	height: 0;
	width: 0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 1;
}
.cate4 .boxwrap .box .imgbox img{
	position: relative;
	z-index: 2;
}
.cate4 .boxwrap .box .profilebox{
	width: 65%;
	padding-left: 5%;
}
.cate4 .boxwrap .box .profilebox .item .item_title{
	margin-bottom: 15px;
}
.cate4 .boxwrap .box .profilebox .item .item_title .icon{
	width: 32px;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	background-color: #111D29;
}
.cate4 .boxwrap .box .profilebox .item .item_title .icon p{
	color: #fff;
	font-family: "Marcellus", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	line-height: 1;
}
.cate4 .boxwrap .box .profilebox .item .item_title h4{
	width: calc(100% - 32px);
	padding-left: 15px;
}

.cate5{
	background-color: #111D29;
}
.cate5 .title_item1{
	color: #fff;
}
.cate5 .boxwrap .box h3{
	background-color: #252F3B;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.table_list .boxwrap .box h3{
		width: 35%;
	}
	.table_list .boxwrap .box p{
		width: 65%;
	}
	.table_list .boxwrap .box h3,.table_list .boxwrap .box p{
		padding: 20px 20px;
	}
	.cate3 .contents .txtbox .check_wrap p{
		padding-left: 41px;
	}
	.cate3 .contents .txtbox .check_wrap p::after{
		width: 26px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate1 .boxwrap .box .time p{
		padding: 10px 20px;
		width: 90px;
	}
	.cate1 .boxwrap .box .icon{
		width: 50px;
	}
	.cate1 .boxwrap .box .txtbox{
		width: calc(100% - 140px);
	}
	.cate3 .contents .txtbox{
		padding-right: 30px;
	}
	.cate3 .contents .txtbox .check_wrap p{
		padding-left: 39px;
	}
	.cate3 .contents .txtbox .check_wrap p::after{
		width: 24px;
	}
	.cate4 .boxwrap .box .imgbox{
		width: 40%;
	}
	.cate4 .boxwrap .box .profilebox{
		width: 60%;
		padding-left: 5%;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate1 .boxwrap .box .time{
		width: 100%;
		margin-bottom: 15px;
		padding-left: 50px;
	}
	.cate1 .boxwrap .box .time p{
		padding: 10px 20px;
		width: 90px;
	}
	.cate1 .boxwrap .box .icon{
		width: 50px;
	}
	.cate1 .boxwrap .box .txtbox{
		width: calc(100% - 50px);
	}
	.cate1 .boxwrap .box .icon::before{
		top: 8px;
	}
	.cate1 .boxwrap .box:not(:last-of-type) .icon::after{
		height: calc(100% - 24px - 7px + 100px);
		top: 31px;
	}
	.table_list .boxwrap .box h3{
		width: 100%;
	}
	.table_list .boxwrap .box p{
		width: 100%;
	}
	.table_list .boxwrap .box h3,.table_list .boxwrap .box p{
		padding: 15px 15px;
	}
	.table_list .boxwrap .box h3{
		justify-content: center;
	}
	.cate3 .contents .imgbox{
		width: 100%;
		margin-bottom: 30px;
	}
	.cate3 .contents .txtbox{
		width: 100%;
		padding-right: 0px;
	}
	.cate3 .contents .txtbox .check_wrap p{
		padding-left: 35px;
	}
	.cate3 .contents .txtbox .check_wrap p::after{
		width: 20px;
	}
	.cate4 .boxwrap .box:not(:last-of-type){
		margin-bottom: 50px;
	}
	.cate4 .boxwrap .box .imgbox{
		width: 70%;
		margin-bottom: 30px;
	}
	.cate4 .boxwrap .box .profilebox{
		width: 100%;
		padding-left: 0;
	}
	.cate4 .boxwrap .box .profilebox .item .item_title .icon{
		width: 28px;
	}
	.cate4 .boxwrap .box .profilebox .item .item_title h4{
		width: calc(100% - 28px);
		padding-left: 10px;
	}
}

/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

