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

.fv{
	position: relative;
	background-color: #140F0E;
	min-height: 80vh;
	z-index: 1;
	justify-content: flex-start;
}
body:not(.gjs-dashed) .fv::after{
	content: "";
	position: absolute;
	top: 0;
	left: 45%;
	width: 10%;
	height: 100%;
	background: #14100E;
	background: linear-gradient(270deg, rgba(20, 16, 14, 0) 0%, rgba(20, 16, 14, 1) 100%);
}
.fv .imgbox{
	position: absolute;
	width: 55%;
	height: 100%;
	top: 0;
	right: 0;
}
.fv .txtbox{
	position: relative;
	z-index: 3;
	padding-left: 5%;
	padding-top: 5%;
}
.fv .txtbox h1{
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-size: clamp(24px,5.2vw,58px);
}

.section01 .contents .webgene-blog{
	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: flex-start;
    align-items: flex-start;
	flex-direction: row;
	gap: 20px;
}
.section01 .contents .webgene-blog .webgene-item{
	width: calc(100% / 4 - 60px / 4);
}
.section01 .contents .webgene-blog .webgene-item .cate_txt{
	background-color: #937430;
	border-radius: 200px;
	padding: 0px 10px;
	color: #fff;
	display: inline-block;
}


.section02{
	background-image: url("https://setosakaba.com/system_panel/uploads/images/top1_bg.jpg");
	background-position: top center;
	background-size: 100% auto;
	color: #fff;
}
.section02 .box{
	align-items: flex-start;
}
.section02 .box > div{
	width: 50%;
}
.section02 .box .txtbox{
	padding: 5% 8% 0;
}
.section02 .box .txtbox h2{
	padding-left: 30px;
	position: relative;
}
.section02 .box .txtbox h2::after{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 1px;
	background-color: #fff;
}

.section02 .box1 .img2{
	width: 60%;
	transform: translate(-20%,-20%);
}
.section02 .box2 .img2{
	width: 80%;
	margin-left: 20%;
}

.section03{
	background-image: url("https://setosakaba.com/system_panel/uploads/images/main_bg.png");
	background-position: center top;
	background-repeat: repeat-y;
	background-size: 100% auto;
	padding-top: 3%;
	
}
.section03 .toptitle{
	position: relative;
	text-align: center;
}
.section03 .toptitle::before,.section03 .toptitle::after{
	content: "";
	width: 100%;
	left: 0;
	position: absolute;
	background-color: #C4A34D;
}
.section03 .toptitle::before{
	top: 0;
	height: 12px;
}
.section03 .toptitle::after{
	top: 20px;
	height: 2px;
}
.section03 .toptitle img{
	position: relative;
	width: 50%;
	max-width: 460px;
	z-index: 4;
}

.section03 .contents .leftbox{
	width: 30%;
}
.section03 .contents .rightbox{
	width: 70%;
	padding-left: 5%;
	gap: 50px 15px;
	align-items: flex-start;
}
.section03 .contents .rightbox .box{
	width: calc(100% / 2 - 15px / 2);
}

.section03 .bottombox{
	justify-content: space-between;	
}
.section03 .bottombox .imgbox{
	width: 60%;
	padding-left: 5%;
	justify-content: space-between;
}
.section03 .bottombox .linklist{
	width: 35%;
}
.section03 .bottombox .linklist > div{
	border-bottom: 1px solid #A2A2A2;
}
.section03 .bottombox .linklist > div:first-of-type{
	border-top: 1px solid #A2A2A2;
}
.section03 .bottombox .linklist > div a{
	position: relative;
	display: block;
	padding: 20px;
}
.section03 .bottombox .linklist > div a .icon{
	position: absolute;
	top: 50%;
	right: 20px;
	width: 30px;
	transform: translateY(-50%);
	aspect-ratio: 1 / 1;
	background-color: #2F291B;
	border-radius: 50%;
	transition: ease 0.3s;
}
.section03 .bottombox .linklist > div a:hover .icon{
	transform: translateY(-50%) translateX(3px);
}
.section03 .bottombox .linklist > div a .icon i{color: #fff;font-size: 14px}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.section03 .bottombox .imgbox{
		width: 65%;
		padding-left: 5%;
	}
	.section03 .bottombox .imgbox .img{
		width: 70%;
	}
	.section03 .bottombox .linklist{
		width: 35%;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	
	.section02 .box .txtbox{
		padding: 5% 5%;
	}
	.section02 .box1 .img2{
		width: 70%;
		transform: translate(-10%,-20%);
	}
	.section03 .contents .leftbox{
		width: 40%;
	}
	.section03 .contents .rightbox{
		width: 60%;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.section01 .contents .webgene-blog{
		gap: 10px;
	}
	.section01 .contents .webgene-blog .webgene-item{
		width: calc(100% / 4 - 30px / 4);
	}
	.section03 .bottombox{
		justify-content: center;
	}
	.section03 .bottombox .imgbox{
		width: 80%;
		padding-left: 0;
		margin-bottom: 30px;
	}
	.section03 .bottombox .imgbox .img{
		width: 70%;
	}
	.section03 .bottombox .linklist{
		width: 50%;
	}
	
	
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.fv::after{
		background-color: #14100E;
		width: 100%;
		height: 100%;
		left: 0;
		opacity: 0.3;
	}
	.fv .imgbox{
		width: 100%;
	}
	.fv .txtbox{
		width: 100%;
		padding: 0 20px;
	}
	.fv .txtbox p{font-size: 14px;}
	.section01 .contents .webgene-blog{
		gap: 15px;
	}
	.section01 .contents .webgene-blog .webgene-item{
		width: calc(100% / 2 - 15px / 2);
	}
	.section02{
		padding: 40px 20px
	}
	.section02 .box:not(:last-of-type){
		margin-bottom: 50px
	}
	.section02 .box .imgbox{
		width: 80%;
		margin-bottom: 20px;
	}
	.section02 .box .txtbox{
		width: 100%;
		padding: 0;
	}
	.section02 .box .txtbox > img{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.section03 .toptitle img{
		width: 60%;
	}
	.section03 .contents .leftbox{
		width: 100%;
		margin-bottom: 30px;
	}
	.section03 .contents .rightbox{
		width: 100%;
		padding-left: 0;
		gap: 30px 10px;
	}
	.section03 .contents .rightbox .box{
		width: calc(100% / 2 - 10px / 2);
	}
	.section03 .bottombox .imgbox{
		width: 100%;
		padding-left: 0;
		margin-bottom: 30px;
	}
	.section03 .bottombox .imgbox .img{
		width: 70%;
	}
	.section03 .bottombox .linklist{
		width: 100%;
	}
	.section03 .bottombox .linklist > div a{
		padding: 15px 10px;
	}
	.section03 .bottombox .linklist > div a .icon{
		right: 10px;
		width: 24px;
	}
	.section03 .bottombox .linklist > div a .icon i{
		font-size: 10px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

