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

.cate2 .boxwrap .box{
	align-items: flex-end;
}
.cate2 .boxwrap .box:not(:last-of-type){
	padding-bottom: 10%;
}
.cate2 .boxwrap .box:nth-of-type(even){
	flex-direction: row-reverse;
}
.cate2 .boxwrap .box > div{
	width: 50%;
}
.cate2 .boxwrap .box .imgbox{
	position: relative;
	z-index: 1;
	margin-bottom: 5%;
}
.cate2 .boxwrap .box .imgbox img{
	width: 120%;
}
.cate2 .boxwrap .box:nth-of-type(odd) .imgbox{
	justify-content: flex-start;
}
.cate2 .boxwrap .box:nth-of-type(even) .imgbox{
	justify-content: flex-end;
}
.cate2 .boxwrap .box .txtbox{
	position: relative;
	z-index: 2;
	background-color: #fff;
	padding: 5%;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}


.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: 8px;
	border-radius: 200px;
	background-color: #E0AAC3;
	color: #fff;
	line-height: 1;
	text-align: center;
	width: 80px;
}
.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 #E2DCE0;
}
.table_list .boxwrap .box h3,.table_list .boxwrap .box p{
	padding: 20px;
	justify-content: flex-start;
}
.table_list .boxwrap .box h3{
	background-color:rgba(224,170,195,0.20);
	width: 30%;
}
.table_list .boxwrap .box p{
	width: 70%;
}


.cate3 .boxwrap .box{}
.cate3 .boxwrap .box:not(:last-of-type){
	margin-bottom: 60px;
}
.cate3 .boxwrap .box .imgbox{
	width: 35%;
	position: relative;
	background-color: #F5F5F5;
	border-radius: 4px;
	overflow: hidden;
}
.cate3 .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;
}
.cate3 .boxwrap .box .imgbox img{
	position: relative;
	z-index: 2;
}
.cate3 .boxwrap .box .profilebox{
	width: 65%;
	padding-left: 5%;
}
.cate3 .boxwrap .box .profilebox .item .item_title{
	margin-bottom: 15px;
}
.cate3 .boxwrap .box .profilebox .item .item_title .icon{
	width: 32px;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	background-color: #E0AAC3;
}
.cate3 .boxwrap .box .profilebox .item .item_title .icon p{
	color: #fff;
	font-family: "Jost", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	line-height: 1;
}
.cate3 .boxwrap .box .profilebox .item .item_title h4{
	width: calc(100% - 32px);
	padding-left: 15px;
}
.profilebox{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: flex-start;
	flex-direction: column;
	gap: 30px;
}

.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;
	}
}
/* ---------- 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 .boxwrap .box .imgbox{
		width: 40%;
	}
	.cate3 .boxwrap .box .profilebox{
		width: 60%;
		padding-left: 5%;
	}
	.cate2 .boxwrap .box .imgbox{
		margin-bottom: 10%;
	}
	.cate2 .boxwrap .box .imgbox img{
		width: 150%;
	}
}
/* ---------- 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;
	}
	.profilebox{
		gap: 20px;
	}
	.cate3 .boxwrap .box:not(:last-of-type){
		margin-bottom: 50px;
	}
	.cate3 .boxwrap .box .imgbox{
		width: 70%;
		margin-bottom: 30px;
	}
	.cate3 .boxwrap .box .profilebox{
		width: 100%;
		padding-left: 0;
	}
	.cate3 .boxwrap .box .profilebox .item .item_title .icon{
		width: 28px;
	}
	.cate3 .boxwrap .box .profilebox .item .item_title h4{
		width: calc(100% - 28px);
		padding-left: 10px;
	}
	.cate2 .boxwrap .box{
		align-items: flex-end;
	}
	.cate2 .boxwrap .box:not(:last-of-type){
		padding-bottom: 50px;
	}
	.cate2 .boxwrap .box:nth-of-type(even){
		flex-direction: row-reverse;
	}
	.cate2 .boxwrap .box > div{
		width: 100%;
	}
	.cate2 .boxwrap .box .imgbox{
		position: relative;
		z-index: 1;
		margin-bottom: -30px;
	}
	.cate2 .boxwrap .box .imgbox img{
		width: 100%;
	}
	.cate2 .boxwrap .box:nth-of-type(odd) .imgbox{
		justify-content: flex-start;
	}
	.cate2 .boxwrap .box:nth-of-type(even) .imgbox{
		justify-content: flex-end;
	}
	.cate2 .boxwrap .box .txtbox{
		width: 90%;
		position: relative;
		z-index: 2;
		background-color: #fff;
		padding: 20px;
		box-shadow: 0 0 30px rgba(0,0,0,0.1);
	}
}

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

