@charset "utf-8";
/* CSS Document */
.cate1{
	background-color: #DAD9D7;
	margin-top: -60px;
	position: relative;
	z-index: 1;
}
.cate1 .box_wrap{
	gap: 60px;
}
.cate1 .imgbox{
	width: calc(50% - 30px);
}
.cate1 .txtbox{
	width: calc(50% - 30px);
	flex-direction: column;
	gap: 50px;
	align-items: flex-start;
}

/* ---------- cate2 ---------- */
.recruit_border{
	border-bottom: #63645F 1px solid;
	margin-left: 20px;
	margin-right: 20px;
}
.cate2 .boxwrap .box{
	padding-bottom: 30px;
	border-bottom: 1px solid #D5D5D5;
}
.cate2 .boxwrap .box:not(:last-of-type){
	margin-bottom: 30px;
}
.cate2 .boxwrap .box .time p{
	padding: 10px;
	border-radius: 200px;
	background-color: #333333;
	color: #fff;
	line-height: 1;
	text-align: center;
	width: 90px;
	font-family: "Marcellus",  sans-serif;
}
.cate2 .boxwrap .box .icon{
	width: 90px;
	position: relative;
}
.cate2 .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;
}
.cate2 .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;
}
.cate2 .boxwrap .box .txtbox{
	width: calc(100% - 180px);
}
/* ---------- cate3 ---------- */
.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://clasaloripel.com/system_panel/uploads/images/ideal_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 ---------- */
.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;
}
.cate4 .line_item1{
	position: relative;
	padding-bottom: 8px;
	width: 100%;
	margin-bottom: 10px;
}
.cate4 .line_item1::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 25px;
	height: 1px;
	background-color: rgba(51,51,51,0.70);
}
.cate4 .namebox{
	align-items: flex-end;
	justify-content:flex-start; 
	gap: 15px;
	margin-bottom: 30px;
	width: 100%;
}
.cate4 .namebox h3,.namebox p{
	line-height: 1;
}
/* ---------- table_list ---------- */
.cate5{
	background-color: #AAA9A4;
}
.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: #383735;
	color: #fff;
	width: 30%;
}
.table_list .boxwrap .box p{
	width: 70%;
}
/* ---------- faq_c ---------- */
.faq_c .box .qbox .q_icon {
    font-family: "Playfair Display",  sans-serif;
	font-weight: 400;
}
.faq_c .box .qbox h3 {
    font-family: "Zen Old Mincho",  sans-serif;
}
.faq_c .box .abox p {
    font-family: "Zen Old Mincho",  sans-serif;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate1 .box_wrap {
		flex-direction: column;
	}
	.cate1 .imgbox {
		width: 60%;
	}
	.cate1 .txtbox {
		width: 80%;
	}
	.cate3 .contents .txtbox .check_wrap p{
		padding-left: 41px;
	}
	.cate3 .contents .txtbox .check_wrap p::after{
		width: 26px;
	}
	.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;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
    .cate1 .box_wrap {
        gap: 40px;
    }
	.cate1 .imgbox {
		width: 80%;
	}
	.cate1 .txtbox {
		width: 100%;
		gap: 30px;
	}
	.cate2 .boxwrap .box .time p{
		padding: 10px 20px;
		width: 90px;
	}
	.cate2 .boxwrap .box .icon{
		width: 50px;
	}
	.cate2 .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){
	.cate2 .boxwrap .box .time{
		width: 100%;
		margin-bottom: 15px;
		padding-left: 50px;
	}
	.cate2 .boxwrap .box .time p{
		padding: 10px 20px;
		width: 90px;
	}
	.cate2 .boxwrap .box .icon{
		width: 50px;
	}
	.cate2 .boxwrap .box .txtbox{
		width: calc(100% - 50px);
	}
	.cate2 .boxwrap .box .icon::before{
		top: 8px;
	}
	.cate2 .boxwrap .box:not(:last-of-type) .icon::after{
		height: calc(100% - 24px - 7px + 100px);
		top: 31px;
	}
	.recruit_border{
		margin-left: 10px;
		margin-right: 10px;
	}
	.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;
	}
	.table_list .boxwrap .box h3,.table_list .boxwrap .box p{
		padding: 15px 15px;
	}
	.table_list .boxwrap .box h3{
		justify-content: center;
	}
}

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

