@charset "utf-8";
/* CSS Document */
.cate1 {
	gap: 80px;
}
.cate1 .topbox{
	gap: 60px;
	align-items: flex-start;
}
.cate1 .txtbox{
	gap: 40px;
	width: calc(50% - 30px);
	flex-direction: column;
	align-items: flex-start;
}
.cate1 .txtbox .linea{
	padding-bottom: 40px;
	border-bottom: #846C5B 1px solid;
}
.cate1 .imgbox{
	position: relative;
	gap: 40px;
	width: calc(50% - 30px);
	justify-content: flex-end;
}

.cate1 .txtbox2 > p{
    position: relative;
    padding-left: 18px;     
    line-height: 1.9;
	z-index: 2;
}
.cate1 .txtbox2 > p::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.9em;          
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1F8C55;  
}
.cate1 .bottombox .titlebox{
	width: 100%;
}


.seminar-wrap2{
	padding-top: 0px;
}
.seminar-wrap2 .box{
	position: relative;
	gap: 80px;
	padding: 40px 180px 40px 80px;
}
.seminar-wrap2 .leftbox{
	position: relative;
	width: calc(40% - 40px);
	display: grid;
    place-items: center;
}
.seminar-wrap2 .leftbox h2{
	background-color: #fff;
	border-radius: 200px;
	padding: 60px;
	aspect-ratio: 1 / 1;
	display: grid;
    place-items: center;
    text-align: center;
}
.seminar-wrap2 .leftbox .img1{
	width: 38px;
	position: absolute;
	bottom: 10%;
	left: 20%;
}
.seminar-wrap2 .leftbox .img2{
	width: 26px;
	position: absolute;
	top: 10%;
	right: 20%;
}
.seminar-wrap2 .rightbox{
    width: calc(60% - 40px);
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
	justify-content: flex-start;
}
.seminar-wrap2 .rightbox > p{
    position: relative;
    padding-left: 18px;      
    line-height: 1.9;
	z-index: 2;
}
.seminar-wrap2 .rightbox > p::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.9em;     
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1F8C55;    
}
.seminar-wrap2 .imgbox{
	position: absolute;
	width: 200px;
	bottom: 0px;
	right: 5%;
	z-index: 1;
}
.seminar-wrap2 .imgbox img{
    width: 100%;
    height: auto;
    display: block;
}
.cate2 .box_wrap {
    flex-wrap: wrap;
    gap: 40px;             
    align-items: stretch;
}

.cate2 .box_wrap .box-item {
    flex: 1 1 calc(50% - 20px); 
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    padding: 28px 28px 22px;
    min-width: 320px; 
	gap: 30px;
	align-items: flex-start;
}
.cate2 .box_wrap .box-item .itembox{
	gap: 10px;
	align-items: flex-start;
}
.cate2 .box_wrap .box-item .item .label {
    background: #846C5B;           
    color: #fff;
    border-radius: 5px;
    padding: 6px 12px;
    line-height: 1;
    white-space: nowrap;
    flex: 0 0 auto;
	min-width: 120px;
	text-align: center;
}
.cate3 .box_wrap{
	position: relative;
    display: flex;
    gap: 48px;
    padding: 50px 60px;
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    max-width: 1280px;
    margin: 0 auto;
}
.cate3 .box_wrap > h2 {
    position: absolute;
    left: 50%;
    top: -22px; 
    transform: translateX(-50%);  
    z-index: 2;
    white-space: nowrap;
}
.cate3 .imgbox{
    flex: 0 0 200px;             
}
.cate3 .imgbox img{
    width: 100%;
    aspect-ratio: 3 / 4;          
    object-fit: cover;           
    border-radius: 6px;
    display: block;
}
.cate3 .txtbox{
    flex: 1 1 auto;
    display: grid;
    align-content: start;
    gap: 18px;
    min-width: 0;
}
.cate3 .labelbox{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 4px;
}
.cate3 .labelbox p{
    color: ##707070;
}
.cate3 .labelbox::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 27px;
    height: 2px;
    background: #846C5B;  
}

.cate3 .namebox .default_title{
    margin: 0 0 2px;
}
.cate3 .txtbox .box > .default_txt3:first-child{
    position: relative;
    padding-left: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}
.cate3 .txtbox .box > .default_txt3:first-child::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.9em;
    transform: translateY(-50%);
    width: 0; height: 0;
    border-left: 6px solid #A5523E; 
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.cate3 .bookwrap{
	gap: 20px;
}
.cate3 .bookwrap > img,.cate3 .bookwrap > a{
	max-width: 290px;
}

.cate3 .more_wrap{
	gap: 20px;
	justify-content: space-around;
}
.cate3 .more_wrap .more{
	flex-direction: column;
	gap: 20px;
}
.cate3 .more_wrap .more > img{
	width: 60%;
	max-width: 160px;
}
.cate3 .more_wrap .more a{
	display: block;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){

	.seminar-wrap2 .leftbox .img1{
		left: 15%;
	}
	.seminar-wrap2 .leftbox .img2{
		right: 15%;
	}
	.seminar-wrap2 .imgbox {
		width: 150px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	

	.seminar-wrap2 .leftbox h2 {
		padding: 30px;
	}
	.seminar-wrap2 .box {
		position: relative;
		gap: 40px;
		padding: 40px 100px 40px 30px;
	}
	.seminar-wrap2 .imgbox {
		width: 150px;
		right: 2%;
	}
	.seminar-wrap2 .leftbox .img2 {
		width: 20px;
		right: 10%;
	}
	.seminar-wrap2 .leftbox .img1 {
		width: 28px;
		left: 10%;
	}
	.seminar-wrap2 .leftbox {
		width: calc(35% - 20px);
	}
	.seminar-wrap2 .rightbox {
		width: calc(65% - 20px);
	}
	.cate1 .topbox {
		flex-direction: column;
	}
	.cate1 .imgbox {
		width: 60%;
		margin: 0 auto;
	}
	.cate1 .txtbox {
		gap: 30px;
		width: 70%;
		margin: 0 auto;
	}
	.cate2 .box_wrap {
		flex-direction: column;
	}
	.cate3 .box_wrap {
		flex-direction: column;
	}
	.cate3 .imgbox {
		width: 60%;
		margin: 0 auto;
	}
	.cate3 .txtbox {
		width: 80%;
		margin: 0 auto;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
    

	.seminar-wrap2 .box {
		flex-direction: column;
	}
	.seminar-wrap2 .leftbox {
		width: 100%;
	}
	.seminar-wrap2 .rightbox {
		width: 100%;
		justify-content:center;
	}
	.seminar-wrap2 .leftbox .img1{
		left: 35%;
	}
	.seminar-wrap2 .leftbox .img2{
		right: 35%;
	}
	.seminar-wrap2 .imgbox {
		display: none;
	}
	.seminar-wrap2 .box {
        position: relative;
        gap: 40px;
        padding: 40px 30px 40px 30px;
    }
	.cate1 .imgbox {
		width: 90%;
	}
	.cate1 .txtbox {
		gap: 20px;
		width: 100%;
	}
	.cate1 .topbox {
		gap: 40px;
		margin-bottom: 40px;
	}
	.cate1 .txtbox .linea {
		padding-bottom: 20px;
	}
	.cate3 .imgbox {
		width: 80%;
	}
	.cate3 .txtbox {
		width: 100%;
	}
	.cate3 .imgbox {
    	flex: 0 0 260px;
	}
	.cate3 .bookwrap > img, .cate3 .bookwrap > a{
		max-width: 240px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.seminar-wrap2 .box {
        gap: 20px;
        padding: 30px 15px;
    }
    .seminar-wrap2 .leftbox .img2 {
        right: 10%;
    }
    .seminar-wrap2 .leftbox .img1 {
        left: 10%;
    }

	.cate2 .box_wrap .box-item .item .label {
	}
	.cate2 .box_wrap .box-item .item {
		flex-direction: column;
		align-items: flex-start;
		gap: 5px;
	}
	.cate3 .box_wrap {
		position: relative;
		display: flex;
		gap: 48px;
		padding: 30px 20px;
		background: #FFFFFF;
		border-radius: 12px;
		box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
		max-width: 1280px;
		margin: 0 auto;
	}

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

