@charset "utf-8";
/* CSS Document */
.pagetitle{
	background-color: #06579B;
}
.pagetitle .txtbox{
	color: #fff;
}
.cate_wrap .cate .titlebox .line_item1{
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.cate_wrap .cate1{}
.cate_wrap .cate1 .contents{
	background-image:url("https://lavorokobe.jp/system_panel/uploads/images/darwinfilm_bg.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: auto 90%;
	padding-bottom: 80px;
}
.cate_wrap .cate1 .contents .imgbox{
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
	justify-content: space-between;
}
.cate_wrap .cate1 .contents .imgbox .img1{
	width: 20%;
	margin: 0 40% -80px;
}
.cate_wrap .cate1 .contents .imgbox .img2,.cate_wrap .cate1 .contents .imgbox .img3{
	width: 20%;
}
.cate_wrap .cate1 .bottombox{}
.cate_wrap .cate1 .bottombox .title{
	position: relative;
}
.cate_wrap .cate1 .bottombox .title::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #EDEEF2;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.cate_wrap .cate1 .bottombox .title h3{
	display: inline-block;
	position: relative;
	z-index: 2;
	background-color: #fff;
	padding: 0 30px;
}
.cate_wrap .cate1 .bottombox .itemwrap{
	gap: 20px;
	align-items: stretch;
}
.cate_wrap .cate1 .bottombox .itemwrap .item{
	width: calc(100% / 3 - 40px / 3);
}
.cate_wrap .cate1 .bottombox .itemwrap .item{
	border: 1px solid #EDAF0C;
}
.cate_wrap .cate1 .bottombox .itemwrap .item:nth-of-type(2){
	border: 1px solid #08579B;
	animation-delay: 0.3s;
}
.cate_wrap .cate1 .bottombox .itemwrap .item:nth-of-type(3){
	border: 1px solid #DC3335;
	animation-delay: 0.6s;
}
.cate_wrap .cate1 .bottombox .itemwrap .item h4{
	color: #fff;
	padding: 10px;
}
.cate_wrap .cate1 .bottombox .itemwrap .item h4{
	background-color: #EDAF0C;
}
.cate_wrap .cate1 .bottombox .itemwrap .item:nth-of-type(2) h4{
	background-color: #08579B;
}
.cate_wrap .cate1 .bottombox .itemwrap .item:nth-of-type(3) h4{
	background-color: #DC3335;
}
.cate_wrap .cate1 .bottombox .itemwrap .item .txtbox{
	padding: 30px;
	text-align: left;
}
.cate_wrap .cate1 .bottombox .itemwrap .item .txtbox p{
	position: relative;
	padding-left: 30px;
}
.cate_wrap .cate1 .bottombox .itemwrap .item .txtbox p::after{
	content: "";
	position: absolute;
	width: 15px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.cate_wrap .cate1 .bottombox .itemwrap .item .txtbox p::after{
	background-color: #EDAF0C;
}
.cate_wrap .cate1 .bottombox .itemwrap .item:nth-of-type(2) .txtbox p::after{
	background-color: #08579B;
}
.cate_wrap .cate1 .bottombox .itemwrap .item:nth-of-type(3) .txtbox p::after{
	background-color: #DC3335;
}
.cate_wrap .cate1 .bottombox .itemwrap .item .txtbox p:not(:last-of-type){
	margin-bottom: 10px;
}

.cate_wrap .cate2 .contents .boxwrap .box:not(:last-of-type){
	margin-bottom: 60px;
}
.cate_wrap .cate2 .contents .boxwrap .box:nth-of-type(even){
	flex-direction: row-reverse;
}
.cate_wrap .cate2 .contents .boxwrap .box .imgbox,.cate_wrap .cate2 .contents .boxwrap .box .txtbox{
	width: 50%;
}
.cate_wrap .cate2 .contents .boxwrap .box:nth-of-type(odd) .txtbox{
	padding-left: 60px;
}
.cate_wrap .cate2 .contents .boxwrap .box:nth-of-type(even) .txtbox{
	padding-right: 60px;
}
.cate_wrap .cate2 .contents .boxwrap .box .txtbox h3{
	color: #08579B;
}

.cate_wrap .cate4{background-color: #EDEEF2;}
.cate_wrap .cate4 .flex_wrap,.cate_wrap .cate4 .flex_wrap .flex_item{
	gap: 30px;
}
.cate_wrap .cate4 .flex_wrap{
	align-items: stretch;
}
.cate_wrap .cate4 .flex_wrap .flex_item{
	width: calc(70% - 60px / 2);
}
.cate_wrap .cate4 .flex_wrap .flex_item .item{
	position: relative;
	width: calc(100% / 3 - 60px / 3);
	padding-right: 50px;
}
.cate_wrap .cate4 .flex_wrap .flex_item .item .itembox{
	width: 100%;
	position: relative;
	z-index: 2;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	border: 1px dashed #908F8F;
	background-color: #fff;
	text-align: center;
}
.cate_wrap .cate4 .flex_wrap .flex_item .item .itembox.bgcolor{background-color: #2BBFC6;}
.cate_wrap .cate4 .flex_wrap .flex_item .item .itembox.bgcolor p{color: #fff;}
.cate_wrap .cate4 .flex_wrap .flex_item .item::after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 70px;
	height: 100%;
	background-image: url("https://lavorokobe.jp/system_panel/uploads/images/flow_arrow2.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	z-index: 1;
}
.cate_wrap .cate4 .flex_wrap .itemtxt{
	width: calc(30% - 60px / 2);
	padding: 10px;
	background-color: #08579B;
	color: #fff;
}

.cate_wrap .cate5{}
.cate_wrap .cate5 .boxwrap{
	flex-direction: column;
	gap: 30px;
}
.cate_wrap .cate5 .boxwrap .box{
	width: 100%;
	align-items: stretch;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.cate_wrap .cate5 .boxwrap .box > div{
	padding: 50px 10px;
}
.cate_wrap .cate5 .boxwrap .box .title{
	width: 35%;
	background-color: #0E0E0F;
	text-align: center;
}
.cate_wrap .cate5 .boxwrap .box .title h3{color: #fff;}
.cate_wrap .cate5 .boxwrap .box .txtbox{
	width: 65%;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	padding-left: 50px;
	padding-right: 20px;
}
.cate_wrap .cate5 .boxwrap .box .txtbox .itemwrap{
	justify-content: flex-start;
	gap: 40px;
}
.cate_wrap .cate5 .boxwrap .box .txtbox .txtitem{
	align-items: flex-end;
	gap: 5px;
}
.cate_wrap .cate5 .boxwrap .box .txtbox .txtitem p{line-height: 0.5;}
.cate_wrap .cate5 .boxwrap .box .txtbox .tagbox{
	gap: 10px;
	justify-content: flex-start;
}
.cate_wrap .cate5 .boxwrap .box .txtbox .tagbox p{
	background-color: #06579B;
	color: #fff;
	padding: 6px 15px;
	border-radius: 100px;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate_wrap .cate1 .bottombox .itemwrap .item .txtbox p{
		padding-left: 27px;
	}
	.cate_wrap .cate1 .bottombox .itemwrap .item .txtbox p::after{
		width: 12px;
	}
	.cate_wrap .cate4 .flex_wrap,.cate_wrap .cate4 .flex_wrap .flex_item{
		gap: 20px;
	}
	.cate_wrap .cate4 .flex_wrap .flex_item{
		width: calc(70% - 40px / 2);
	}
	.cate_wrap .cate4 .flex_wrap .flex_item .item{
		width: calc(100% / 3 - 40px / 3);
		padding-right: 50px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate_wrap .cate2 .contents .boxwrap .box:nth-of-type(odd) .txtbox{
		padding-left: 50px;
	}
	.cate_wrap .cate2 .contents .boxwrap .box:nth-of-type(even) .txtbox{
		padding-right: 50px;
	}
	.cate_wrap .cate4 .flex_wrap,.cate_wrap .cate4 .flex_wrap .flex_item{
		gap: 15px;
	}
	.cate_wrap .cate4 .flex_wrap .flex_item{
		width: calc(70% - 30px / 2);
	}
	.cate_wrap .cate4 .flex_wrap .flex_item .item{
		width: calc(100% / 3 - 30px / 3);
		padding-right: 50px;
	}
	.cate_wrap .cate4 .flex_wrap .flex_item .item{
		padding-right: 30px;
	}
	.cate_wrap .cate4 .flex_wrap .flex_item .item::after{
		width: 40px;
	}
	
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate_wrap .cate2 .contents .boxwrap .box:nth-of-type(odd) .txtbox{
		padding-left: 40px;
	}
	.cate_wrap .cate2 .contents .boxwrap .box:nth-of-type(even) .txtbox{
		padding-right: 40px;
	}
	.cate_wrap .cate1 .bottombox .itemwrap .item .txtbox{
		padding: 20px 15px;
	}
	.cate_wrap .cate1 .bottombox .itemwrap .item .txtbox p{
		padding-left: 20px;
	}
	.cate_wrap .cate1 .bottombox .itemwrap .item .txtbox p::after{
		width: 10px;
	}
	.cate_wrap .cate4 .flex_wrap .title,.cate_wrap .cate4 .flex_wrap .flex_item,.cate_wrap .cate4 .flex_wrap .itemtxt{
		width: 100%;
	}
	.cate_wrap .cate4 .flex_wrap .title h3{
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
	}
	.cate_wrap .cate4 .flex_wrap .flex_item{
		transform: translateX(25px);
	}
	.cate_wrap .cate4 .flex_wrap .flex_item .item{
		padding-right: 50px;
	}
	.cate_wrap .cate4 .flex_wrap .flex_item .item::after{
		width: 60px;
	}
	.cate_wrap .cate4 .flex_wrap .flex_item .item:last-of-type::after{
		display: none;
	}
	.cate_wrap .cate5 .boxwrap .box > div{
		padding: 40px 10px;
	}
	.cate_wrap .cate5 .boxwrap .box .title{
		width: 40%;
	}
	.cate_wrap .cate5 .boxwrap .box .txtbox{
		width: 60%;
		padding-left: 30px;
	}
	.cate_wrap .cate5 .boxwrap .box .txtbox .itemwrap{
		gap: 30px;
	}
	.cate_wrap .cate5 .boxwrap .box .txtbox .txtitem{
		gap: 3px;
	}
	.cate_wrap .cate5 .boxwrap .box .txtbox .txtitem p{line-height: 0.3;}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate_wrap .cate .titlebox .line_item1{
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.cate_wrap .cate1 .contents .imgbox{
		gap: 20px;
		justify-content: center;
		margin-bottom: 50px;
	}
	.cate_wrap .cate1 .contents .imgbox .img1{
		width: 40%;
		margin: 0 0 0px;
	}
	.cate_wrap .cate1 .contents .imgbox .img2,.cate_wrap .cate1 .contents .imgbox .img3{
		width: 40%;
		margin-left: 0;
	}
	.cate_wrap .cate1 .contents .imgbox .img3{
		margin-left: 0;
	}
	
	.cate_wrap .cate2 .contents .boxwrap .box .imgbox,.cate_wrap .cate2 .contents .boxwrap .box .txtbox{
		width: 100%;
	}
	.cate_wrap .cate2 .contents .boxwrap .box .imgbox{
		margin-bottom: 20px;
	}
	.cate_wrap .cate2 .contents .boxwrap .box:nth-of-type(odd) .txtbox{
		padding-left: 0px;
	}
	.cate_wrap .cate2 .contents .boxwrap .box:nth-of-type(even) .txtbox{
		padding-right: 0px;
	}
	.cate_wrap .cate1 .bottombox .itemwrap .item{
		width: 100%;
	}
	.cate_wrap .cate1 .bottombox .itemwrap .item:nth-of-type(2){
		animation-delay: 0s;
	}
	.cate_wrap .cate1 .bottombox .itemwrap .item .txtbox{
		padding: 20px 15px;
	}
	.cate_wrap .cate1 .bottombox .itemwrap .item .txtbox p{
		padding-left: 18px;
	}
	.cate_wrap .cate1 .bottombox .itemwrap .item .txtbox p::after{
		width: 8px;
	}
	.cate_wrap .cate1 .bottombox .title h3{
		padding: 0 15px;
	}
	.cate_wrap .cate4 .flex_wrap .flex_item{
		transform: translateX(0px);
		gap: 10px;
	}
	.cate_wrap .cate4 .flex_wrap .flex_item .item{
		width: 50%;
		padding-right: 0px;
		padding-bottom: 30px;
	}
	.cate_wrap .cate4 .flex_wrap .flex_item .item::after{
		width: 40px;
		height: 40px;
		right: 50%;
		transform: translateX(50%) rotate(90deg);
		top: auto;
		bottom: 0;
	}
	.cate_wrap .cate4 .flex_wrap .flex_item .item:last-of-type::after{
		display: block;
	}
	.cate_wrap .cate5 .boxwrap{
		gap: 20px;
	}
	.cate_wrap .cate5 .boxwrap .box > div{
		padding: 25px 20px;
	}
	.cate_wrap .cate5 .boxwrap .box .title{
		width: 100%;
		padding: 15px;
	}
	.cate_wrap .cate5 .boxwrap .box .txtbox{
		width: 100%;
		justify-content: center;
		align-items: center;
		gap: 30px;
		flex-direction: column;
		padding-left: 20px;
	}
	.cate_wrap .cate5 .boxwrap .box .txtbox .txtitem{
		gap: 3px;
	}
	.cate_wrap .cate5 .boxwrap .box .txtbox .txtitem p{line-height: 0.3;}
	.cate_wrap .cate5 .boxwrap .box .txtbox .tagbox{
		gap: 6px;
	}
	.cate_wrap .cate5 .boxwrap .box .txtbox .tagbox p{
		padding: 5px 10px;
	}
	.cate_wrap .cate5 .boxwrap .box .txtbox .itemwrap{
		justify-content: center;
	}
}

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

