@charset "utf-8";
/* CSS Document */
.calendar {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
  gap: 10px; /* 画像の間の余白 */
  max-width: 1280px; /* 全体の幅制限 */
  margin: 0 auto; /* 中央寄せ */
}

.calendar img {
  width: 100%; /* 列幅いっぱいに表示 */
  height: auto; /* アスペクト比を維持 */
  border-radius: 6px; /* お好みで角丸に */
}
body{
	background-color: #fff;
	font-family: "Zen Maru Gothic", "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	color: #695A23;
}
.page_links {
    background-color: #829953;
}
.footer{
	background-color: #2F7527;
	padding-top: 50px;
}
.footer::before{
	background-image: url("https://yokota-sekizai.co.jp/system_panel/uploads/images/section_item_top2.svg");
}
.snsbox a{
	background-color: #6BA01F;
}

.txt_color1{color: #6BA01F;}
.bg_color1{background-color: #6BA01F;}
.txt_color2{color: #E9EFCF;}
.bg_color2{background-color: #E9EFCF;}
.txt_color3{color: #6AA01D;}
.bg_color3{background-color: #6AA01D;}

.pagetitle_box1::after{
	display: none;
}
.pagetitle_box1 .logo{
	width: 30%;
	max-width: 320px;
}
.pagetitle_box1_item{
	bottom: -1px;
	border-bottom: 2px solid #fff;
}

.leaf_icon{
	width: 24px;
}

.dot_title1{
}
.dot_title1 .title{
	position: relative;
	padding: 0 30px;
}
.dot_title1 .title::before,.dot_title1 .title::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #6BA01F;
}
.dot_title1 .title::before{
	left: 0;
}
.dot_title1 .title::after{
	right: 0;
}

.farm_title1{
	flex-direction: column;
	gap: 10px;
}
.farm_title1 .en_title{
	font-family: "Quicksand", "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(26px,4.2vw,42px);
	font-weight: 600;
	color: #6BA01F;
}
.farm_title1 .en_title span{
	color: #2F7527;
}

.cate2,.cate6{
	position: relative;
	background-color: #F6F8ED;
}
.cate2::before,.cate2::after,.cate6::before,.cate6::after{
	content: "";
	position: absolute;
	left: 0;
	height: 30px;
	width: 100%;
	background-position: center bottom;
	background-repeat: repeat-x;
	background-size: auto 100%;
}
.cate2::before,.cate6::before{
	top: 1px;
	transform: translateY(-100%);
	background-image: url("https://yokota-sekizai.co.jp/system_panel/uploads/images/section_item_top7.svg");
}
.cate2::after,.cate6::after{
	bottom: 1px;
	transform: translateY(100%);
	background-image: url("https://yokota-sekizai.co.jp/system_panel/uploads/images/section_item_bottom7.svg");
}


.cate_wrap .cate1{
	background-image: url("https://yokota-sekizai.co.jp/system_panel/uploads/images/farm_cate1_bg.png");
	background-position: top 20% center;
	background-repeat: no-repeat;
	background-size: 90% auto;
}
.cate_wrap .cate1 .txtbox{
	order: 2;
	width: 50%;
}
.cate_wrap .cate1 .img1{
	order: 1;
	width: 20%;
	margin-left: 5%;
}
.cate_wrap .cate1 .img2{
	order: 3;
	width: 15%;
	margin-top: 10%;
	margin-left: 5%;
	margin-right: 5%;
}
.cate_wrap .cate1 .bottombox img{border-radius: 10px;}


.cate_wrap .cate1 .txtbox .titlebox p{
	font-size: clamp(36px,5vw,58px);
	font-weight: 600;
	color: #6BA01F;
}
.cate_wrap .cate1 .txtbox .titlebox p::first-letter{
	color: #2F7527;
}

.cate_wrap .cate2 .box_wrap .box:not(:last-of-type){
	margin-bottom: 100px;
}
.cate_wrap .cate2 .box_wrap .box .topbox{
	justify-content: space-between;
}
.cate_wrap .cate2 .box_wrap .box:nth-of-type(even) .topbox{
	flex-direction: row-reverse;
}
.cate_wrap .cate2 .box_wrap .box .topbox > div{
	width: 47.5%;
}
.cate_wrap .cate2 .box_wrap .box .topbox .imgbox img{
	border-radius: 80px 20px 80px 20px;
}
.cate_wrap .cate2 .box_wrap .box .topbox .txtbox .titlebox img,.cate_wrap .cate3 .box .titlebox img{
	width: 70px;
}
.cate_wrap .cate2 .box_wrap .box .topbox .txtbox .titlebox div,.cate_wrap .cate3 .box .titlebox div{
	width: calc(100% - 70px);
	padding-left: 20px;
}
.cate_wrap .cate2 .box_wrap .box .toggle_wrap{}
.cate_wrap .cate2 .box_wrap .box .toggle_wrap .toggle_box{
	border-radius: 5px;
	overflow: hidden;
}
.cate_wrap .cate2 .box_wrap .box .toggle_wrap .toggle_box:not(:last-of-type){
	margin-bottom: 30px;
}
.cate_wrap .cate2 .box_wrap .box .toggle_wrap .toggle_box .toggle_title{
	position: relative;
	background-color: #E9EFCF;
	padding: 10px 20px;
	padding-right: 50px;
	cursor: pointer;
}
.cate_wrap .cate2 .box_wrap .box .toggle_wrap .toggle_box .toggle_title .icon{
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 30px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #6AA01D;
}
.cate_wrap .cate2 .box_wrap .box .toggle_wrap .toggle_box .toggle_title .icon::before,.cate_wrap .cate2 .box_wrap .box .toggle_wrap .toggle_box .toggle_title .icon::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #fff;
	transition: ease 0.3s;
	width: 14px;
	height: 2px;
	border-radius: 2px;
	transform: translate(-50%,-50%);
}
.cate_wrap .cate2 .box_wrap .box .toggle_wrap .toggle_box .toggle_title .icon::before{
	transform: translate(-50%,-50%) rotate(90deg);
}
.cate_wrap .cate2 .box_wrap .box .toggle_wrap .toggle_box .toggle_title.active .icon::before{
	transform: translate(-50%,-50%) rotate(0deg);
}
.cate_wrap .cate2 .box_wrap .box .toggle_wrap .toggle_box .toggle_area{
	padding: 5%;
	background-color: #fff;
}
body.on .cate_wrap .cate2 .box_wrap .box .toggle_wrap .toggle_box .toggle_area{
	display: none;
}
.cate_wrap .cate2 .box_wrap .box .bottombox{
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
}
.cate_wrap .cate2 .box_wrap .box .bottombox .title{
	width: 90px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
}
.cate_wrap .cate2 .box_wrap .box .bottombox .listbox{
	width: calc(100% - 90px);
	padding-left: 30px;
	gap: 20px 30px;
	justify-content: flex-start;
}
.cate_wrap .cate2 .box_wrap .box .bottombox .listbox p{
	position: relative;
	padding-left: 30px;
	background-image: url("https://yokota-sekizai.co.jp/system_panel/uploads/images/farm_icon4.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px auto;
}

.cate_wrap .cate3 .box{
	align-items: flex-start;
}
.cate_wrap .cate3 .box:not(:last-of-type){margin-bottom: 50px;}
.cate_wrap .cate3 .box .titlebox{
	width: 30%;
}
.cate_wrap .cate3 .box .itemwrap{
	width: 70%;
}
.cate_wrap .cate3 .box .itemwrap .item{
	background-color: #E9EFCF;
	border-radius: 10px;
	padding: 20px;
}
.cate_wrap .cate3 .box .itemwrap .item:not(:last-of-type){margin-bottom: 10px;}
.cate_wrap .cate3 .box .itemwrap .item img{
	width: 200px;
	border-radius: 20px;
}
.cate_wrap .cate3 .box .itemwrap .item > div{
	width: calc(100% - 200px);
	padding-left: 30px;
}

.section03 .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: 50px 30px;
}
.section03 .webgene-blog .webgene-item {
	width: calc(100% / 4 - 90px / 4);
	transition: ease 0.3s;
}
.section03 .webgene-blog .webgene-item a{display:block}
.section03 .webgene-blog .webgene-item:hover {
	opacity: 0.5 !important;
}
.section03 .webgene-blog .webgene-item .imgbox {
	border-radius: 200px;
}
.section03 .webgene-blog .webgene-item .date {
	color: #3C3C3C;
}
.section03 .webgene-blog .webgene-item .cate {
	display: inline-block;
	padding: 7px 15px;
	border-radius: 200px;
	line-height: 1;
	background-color: #DA401E;
	color: #fff;
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.section03 .webgene-blog{
		gap: 50px;
	}
	.section03 .webgene-blog .webgene-item {
		width: calc(100% / 2 - 50px / 2);
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate2::before,.cate2::after,.cate6::before,.cate6::after{
		height: 20px;
	}
	.cate_wrap .cate1 .txtbox{
		order: 1;
		width: 70%;
		margin-bottom: 30px;
	}
	.cate_wrap .cate1 .img1{
		order: 2;
		width: 35%;
		margin-left: 5%;
	}
	.cate_wrap .cate1 .img2{
		order: 3;
		width: 25%;
		margin-top: 10%;
		margin-left: 15%;
		margin-right: 5%;
	}
	.cate_wrap .cate2 .box_wrap .box .topbox{
		justify-content: center;
		gap: 30px;
	}
	.cate_wrap .cate2 .box_wrap .box .topbox .imgbox{
		width: 70%;
	}
	.cate_wrap .cate2 .box_wrap .box .topbox .imgbox img{
		border-radius: 60px 10px 60px 10px;
	}
	.cate_wrap .cate2 .box_wrap .box .topbox .txtbox{
		width: 100%;
	}
	.cate_wrap .cate2 .box_wrap .box .topbox .txtbox .titlebox{justify-content: center;}
	.cate_wrap .cate2 .box_wrap .box .topbox .txtbox .titlebox img,.cate_wrap .cate3 .box .titlebox img{
		width: 50px;
	}
	.cate_wrap .cate2 .box_wrap .box .topbox .txtbox .titlebox div,.cate_wrap .cate3 .box .titlebox div{
		width: auto;
		max-width: calc(100% - 50px);
		padding-left: 20px;
	}
	.cate_wrap .cate2 .box_wrap .box .bottombox .title{
		width: 70px;
	}
	.cate_wrap .cate2 .box_wrap .box .bottombox .listbox{
		width: calc(100% - 70px);
	}
	.section03 .webgene-blog{
		gap: 50px 30px;
	}
	.section03 .webgene-blog .webgene-item {
		width: calc(100% / 2 - 30px / 2);
	}
	.cate_wrap .cate3 .box .titlebox{
		width: auto;
		justify-content: center;
	}
	.cate_wrap .cate3 .box .itemwrap{
		width: 100%;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate2::before,.cate2::after,.cate6::before,.cate6::after{
		height: 10px;
	}
	.leaf_icon{
		width: 22px;
	}
	.dot_title1 .title{
		padding: 0 20px;
	}
	.dot_title1 .title::before,.dot_title1 .title::after{
		width: 8px;
	}
	
	.cate_wrap .cate1 .txtbox{
		order: 1;
		width: 100%;
		padding: 0 40px;
		margin-bottom: 30px;
	}
	.cate_wrap .cate1 .txtbox > p{
		text-align: left;
	}
	.cate_wrap .cate1 .img1{
		order: 2;
		width: 40%;
		margin-left: 5%;
	}
	.cate_wrap .cate1 .img2{
		order: 3;
		width: 30%;
		margin-top: 10%;
		margin-left: 15%;
		margin-right: 5%;
	}
	.cate_wrap .cate2 .box_wrap .box:not(:last-of-type){
		margin-bottom: 80px;
	}
	.cate_wrap .cate2 .box_wrap .box .topbox .imgbox{
		width: 90%;
	}
	.cate_wrap .cate2 .box_wrap .box .topbox .imgbox img{
		border-radius: 40px 10px 40px 10px;
	}
	.cate_wrap .cate2 .box_wrap .box .topbox .txtbox{
		width: 100%;
	}
	.cate_wrap .cate2 .box_wrap .box .topbox .txtbox .titlebox img,.cate_wrap .cate3 .box .titlebox img{
		width: 40px;
	}
	.cate_wrap .cate2 .box_wrap .box .topbox .txtbox .titlebox div,.cate_wrap .cate3 .box .titlebox div{
		width: auto;
		max-width: calc(100% - 40px);
		padding-left: 10px;
	}
	.cate_wrap .cate2 .box_wrap .box .toggle_wrap .toggle_box:not(:last-of-type){
		margin-bottom: 20px;
	}
	.cate_wrap .cate2 .box_wrap .box .toggle_wrap .toggle_box .toggle_title{
		padding: 10px 10px;
		padding-right: 40px;
	}
	.cate_wrap .cate2 .box_wrap .box .toggle_wrap .toggle_box .toggle_title .icon{
		width: 24px;
		right: 10px;
	}
	.cate_wrap .cate2 .box_wrap .box .toggle_wrap .toggle_box .toggle_title .icon::before, .cate_wrap .cate2 .box_wrap .box .toggle_wrap .toggle_box .toggle_title .icon::after{
		width: 10px;
	}
	.cate_wrap .cate2 .box_wrap .box .bottombox{
		padding: 10px;
	}
	.cate_wrap .cate2 .box_wrap .box .bottombox .title{
		width: 50px;
	}
	.cate_wrap .cate2 .box_wrap .box .bottombox .listbox{
		width: calc(100% - 50px);
		padding-left: 15px;
		gap: 10px;
	}
	.cate_wrap .cate2 .box_wrap .box .bottombox .listbox p{
		padding-left: 21px;
		background-size: 16px auto;
	}
	.section03 .webgene-blog{
		gap: 40px;
		justify-content: center;
	}
	.section03 .webgene-blog .webgene-item {
		width: 90%;
	}
	.cate_wrap .cate3 .box .itemwrap .item img{
		width: 80%;
		margin-bottom: 20px;
	}
	.cate_wrap .cate3 .box .itemwrap .item > div{
		width: 100%;
		padding-left: 0;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

