@charset "utf-8";
/* CSS Document */
.cate1{
	background: #AAA9A4;
    background: linear-gradient(180deg,rgba(170, 169, 164, 1) 0%, rgba(170, 169, 164, 1) 50%, rgba(250, 250, 250, 1) 100%);
	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 ---------- */
.cate2 .box_wrap{
	flex-direction: column;
	gap: 100px;
}
.cate2 .box_wrap .box-item{
	gap: 80px;
}
.cate2 .box_wrap .box-item .imgbox{
	width: calc(50% - 40px);
}
.cate2 .box_wrap .box-item .txtbox{
	width: calc(50% - 40px);
	gap: 40px;
	align-items: flex-start;
}
.cate2 .box_wrap .box-item .txtbox .numbox{
	align-items: flex-end;
}
.cate2 .box_wrap .box-item .txtbox .numbox .point{
	font-size: 20px;
	-webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
	font-family: "Playfair Display", "serif";
}
.cate2 .box_wrap .box-item .txtbox .numbox .num{
	font-family: "Playfair Display",  sans-serif;
	font-size: 90px;
	letter-spacing: 0.15em;
    font-weight: 700;
	line-height: 1;
}
.cate2 .box_wrap .box-item:nth-child(even){
    flex-direction: row-reverse;
}

/* ---------- cate3 ---------- */
.cate3 .topbox p span{
    display: inline-block;
    padding-left: 60px; 
}

.cate3 .topbox p{
    text-align: left;
	font-family: "Playfair Display",  sans-serif;
	font-size: 100px;
	letter-spacing: 0.1em;
    font-weight: 500;
	line-height: 1;
}
.cate3 .topbox{
	position: relative;
	z-index: 3;
    margin-bottom: -40px;
	margin-left: -40px;
}
.cate3 .box_wrap .bottombox{
	gap: 100px;
}
.cate3 .box_wrap .bottombox .leftbox{
	width: calc(40% - 50px);
}
.cate3 .box_wrap .bottombox .rightbox{
	width: calc(60% - 50px);
}
.cate3 .box_wrap2{
	background-color: #fff;
	padding: 40px;
	gap: 30px;
	flex-direction: column;
}
.cate3 .box_wrap2 .txtitem{
	gap: 10px;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}
.cate3 .box_wrap2 .txtitem .default_title2{
	position: relative;
	padding-left: 25px;
}
.cate3 .box_wrap2 .txtitem .default_title2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    transform: translateY(-50%);
}

.cate4 .box_wrap{
	gap: 45px;
	justify-content: flex-start;
	align-items: flex-start;
}
.cate4 .box_wrap .boxitem{
	gap: 15px;
	flex-direction: column;
	width: calc((100% - 90px)/3);
}
/* ---------- 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%;
	}
    .cate2 .box_wrap .box-item {
		flex-direction: column;
	}
	.cate2 .box_wrap .box-item .imgbox{
		width: 60%;
	}
	.cate2 .box_wrap .box-item .txtbox{
		width: 80%;
		gap: 40px;
	}
	.cate2 .box_wrap .box-item .txtbox .numbox .point{
		font-size: 24px;
	}
	.cate2 .box_wrap .box-item {
		gap: 50px;
	}
	.cate2 .box_wrap .box-item .txtbox .numbox .point{
		font-size: 18px;
	}
	.cate2 .box_wrap .box-item .txtbox .numbox .num{
		font-size: 70px;
	}
	.cate3 .box_wrap .bottombox {
		flex-direction: column;
		gap: 60px;
	}
	.cate3 .box_wrap .bottombox .leftbox {
		width: 50%;
	}
	.cate3 .topbox {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
	.cate3 .box_wrap .bottombox .rightbox {
		width: 80%;
	}
	.cate3 .topbox p{
		font-size: 80px;
	}

	.cate4 .box_wrap {
		gap: 20px;
	}
	.cate4 .box_wrap .boxitem {
		width: calc((100% - 40px) / 3);
	}
	.cate2 .box_wrap {
		gap: 80px;
	}
    .cate2 .box_wrap .box-item {
        gap: 30px;
    }
    .cate2 .box_wrap .box-item .txtbox {
        gap: 20px;
    }
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
     .cate1 .box_wrap {
        gap: 40px;
    }
	.cate1 .imgbox {
		width: 80%;
	}
	.cate1 .txtbox {
		width: 100%;
		gap: 30px;
	}
	.cate2 .box_wrap .box-item .txtbox{
		width: 100%;
		gap: 30px;
	}
	.cate2 .box_wrap .box-item .txtbox .numbox .point{
		font-size: 16px;
	}
	.cate3 .topbox p{
		font-size: 60px;
	}
    .cate3 .box_wrap .bottombox {
        gap: 40px;
    }
    .cate3 .box_wrap .bottombox .rightbox {
        width: 100%;
    }
	.cate3 .box_wrap2 {
		padding: 30px 20px;
		gap: 20px;
	}
	.cate4 .box_wrap .boxitem {
		width: calc((100% - 20px) / 2);
	}
    .cate2 .box_wrap {
        gap: 60px;
    }
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate2 .box_wrap .box-item .txtbox .numbox .point{
		font-size: 14px;
	}
    .cate2 .box_wrap .box-item {
        gap: 30px;
    }
	.cate2 .box_wrap .box-item .txtbox{
		gap: 20px;
	}
	.cate2 .box_wrap .box-item .imgbox{
		width: 70%;
	}

	.cate2 .box_wrap .box-item .txtbox .numbox .num{
		font-size: 44px;
	}
    .cate2 .box_wrap {
        gap: 40px;
    }
    .cate3 .box_wrap .bottombox .rightbox {
        width: 100%;
    }
	.cate3 .box_wrap .bottombox .leftbox {
		width: 80%;
	}
	.cate3 .topbox {
		width: 100%;
		margin-bottom: -20px;
	}
	.cate3 .topbox .en_title span{
		padding-left: 30px; 
	}
    .cate3 .box_wrap .bottombox {
        gap: 30px;
    }
	.cate3 .topbox p{
		font-size: 50px;
	}
}

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

