@charset "utf-8";

/* タイトル周り */
.title-set{
	width: 100%;
	height: auto;
	padding: 50px 0;
	background-image: url("../img/common/texture_arame01.jpg");
	background-repeat: repeat;
}

.title-set .title{
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 50px;
}

.title-set .title h2{
	margin-bottom: 20px;
}

.title-set .title h3{
	width: 50%;
	min-width: 420px;
	margin: 0 auto;
}

.title-set .title h3 img{
	width: 100%;
}

.title-set .title .mikan1{
	width: 165px;
	display: inline-block;
	position: absolute;
	top: -35px;
	right: 4%;	
}

.title-set .title .mikan1 img{
	width: 100%;
}

.title-set .title .mikan2{
	width: 180px;
	display: inline-block;
	position: absolute;
	bottom: -15px;
	right: 0;	
}

.title-set .title .mikan2 img{
	width: 100%;
}

.title-set .title .mikan3{
	width: 170px;
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 2%;	
}

.title-set .title .mikan3 img{
	width: 100%;
}

.title-set .menu{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
}

.title-set .menu a{
	display: block;
}

.title-set .menu .menu01{
	width: 48%;
	background-color: #fff;
	border-radius: 20px;
	position: relative;
}

.title-set .menu .menu01 h4{
	width: 94%;
	padding: 2px;
	background-color: #f39800;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	font-family: "Zen Maru Gothic", sans-serif;
  	font-weight: 500;
  	font-style: normal;
	font-size: 18px;
	position: absolute;
	top:-12px;
	left: 50%;
	transform: translateX(-50%);
}

.title-set .menu .menu01 h4 span{
	color: #fff100;
}

.title-set .menu .menu01 ul{
	width: 100%;
	padding: 35px 20px 10px;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}

.title-set .menu .menu01 ul li{
	width: 46%;
	height: 30px;
	border-bottom: solid 2px #443720;
	margin-bottom: 10px;
	position: relative;
}

.title-set .menu .menu01 ul li::after{
	content: "";
	width: 8px;
	height: 8px;
	border-bottom: solid 2px #443720;
	border-right: solid 2px #443720;
	transform: rotate(45deg);
	position: absolute;
	top: 10px;
	right: 10px;
}

.title-set .menu .menu02{
	width: 48%;
	background-color: #fff;
	border-radius: 20px;
	position: relative;
}

.title-set .menu .menu02 h4{
	width: 94%;
	padding: 2px;
	background-color: #f39800;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	font-family: "Zen Maru Gothic", sans-serif;
  	font-weight: 500;
  	font-style: normal;
	font-size: 18px;
	position: absolute;
	top:-12px;
	left: 50%;
	transform: translateX(-50%);
}

.title-set .menu .menu02 h4 span{
	color: #fff100;
}

.title-set .menu .menu02 ul{
	width: 100%;
	padding: 35px 20px 10px;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}

.title-set .menu .menu02 ul li{
	width: 46%;
	height: 30px;
	border-bottom: solid 2px #000;
	margin-bottom: 10px;
	position: relative;
}

.title-set .menu .menu02 ul li::after{
	content: "";
	width: 8px;
	height: 8px;
	border-bottom: solid 2px #443720;
	border-right: solid 2px #443720;
	transform: rotate(45deg);
	position: absolute;
	top: 10px;
	right: 10px;
}

/* おいしいみかんの秘密 */
#works01{
	width: 100%;
	height: auto;
	padding-top: 50px;
	padding-bottom: 80px;
}

#works01 .content .content-title{
	width: 500px;
	height: auto;
	margin:30px auto 30px;
}

#works01 .content .content-title img{
	width: 100%;
}

#works01 .content .content-box{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 20px;
}

#works01 .content .content-box .img{
	width: 50%;
	height: auto;
}

#works01 .content .content-box .img img{
	width: 100%;
	object-fit: cover;
}

#works01 .content .content-box .textarea{
	width: 45%;
	align-content: center;
}

#works01 .content .content-box .textarea .index{
	display: flex;
	margin-bottom: 10px;
}

#works01 .content .content-box .textarea .index .icon{
	width: 76px;
	height: auto;
	display: inline-block;
	margin-top: -30px
}

#works01 .content .content-box .textarea .index .item{
	font-family: "Zen Maru Gothic", sans-serif;
  	font-weight: 700;
  	font-style: normal;
	font-size: 36px;
	color: #f39800;
	align-content: center;
	margin-left: 10px;
}

#works01 .content .content-box .textarea .text{
	text-align: justify;
}

#works01 .content .content-box-reverse{
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 20px;
}

#works01 .content .content-box-reverse .img{
	width: 50%;
	height: auto;
}

#works01 .content .content-box-reverse .img img{
	width: 100%;
	object-fit: cover;
}

#works01 .content .content-box-reverse .textarea{
	width: 45%;
	align-content: center;
}

#works01 .content .content-box-reverse .textarea .index{
	display: flex;
	margin-bottom: 10px;
}

#works01 .content .content-box-reverse .textarea .index .icon{
	width: 76px;
	height: auto;
	display: inline-block;
	margin-top: -30px
}

#works01 .content .content-box-reverse .textarea .index .item{
	font-family: "Zen Maru Gothic", sans-serif;
  	font-weight: 700;
  	font-style: normal;
	font-size: 36px;
	color: #f39800;
	align-content: center;
	margin-left: 10px;
}

#works01 .content .content-box-reverse .textarea .text{
	text-align: justify;
}

#works01 .content .line{
	width: 100%;
	height: 25px;
	padding: 0.5em 1em;
    margin: 2em 0;
    background-image: repeating-linear-gradient(-45deg, #f39800,  #f39800 2px, transparent 2px, transparent 10px);
}


/* 波 */
.wave{
	width: 100%;
	margin-bottom: -2px;
	overflow: hidden;
}

.wave img{
	width: 100%;
	min-width: 1500px;
}

/* 持続可能な農業を目指して */
#works02{
	width: 100%;
	height: auto;
	padding: 60px 0 30px;
	background-color: #bedfc2;
	margin-bottom: 80px;
}

#works02 .rounded{
	border-radius: 10px;
}

#works02 .content-title{
	width: 100%;
	height: auto;
	align-content: center;
	text-align: center;
	margin-bottom: 60px;
}
	
#works02 .content-title h4{
	font-family: "Zen Maru Gothic", sans-serif;
  	font-weight: 700;
  	font-style: normal;
	font-size: 40px;
	color: #049b7e;
	letter-spacing: 0.1em;
	line-height: 1.3em;
}

#works02 .content-box{
	width: 100%;
	height: auto;
	background: #fff;
	border-radius: 30px;
	margin-bottom: 30px;
	padding: 20px;
	display:flex;
	justify-content: space-between;
}

#works02 .content-box .index{
	width: 30%;
}

#works02 .content-box .index p{
	font-family: "Zen Maru Gothic", sans-serif;
  	font-weight: 700;
  	font-style: normal;
	font-size: 28px;
	line-height: 1.5em;
	color: #049b7e;
	border-bottom: solid 2px #049b7e;
	padding-bottom: 7px;
}

#works02 .content-box .detail{
	width: 55%;
}

#works02 .content-box .detail p{
	width: 100%;
	margin-bottom: 20px;
	text-align: justify;
}

#works02 .content-box .detail img{
	width: 400px;
	display: block;
}

#works02 .content-box-b{
	width: 100%;
	height: auto;
	background: #fff;
	border-radius: 30px;
	margin-bottom: 30px;
	padding: 20px;
	
}
#works02 .content-box-b .textarea{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

#works02 .content-box-b .textarea .index{
	width: 30%;
}

#works02 .content-box-b .textarea .index p{
	font-family: "Zen Maru Gothic", sans-serif;
  	font-weight: 700;
  	font-style: normal;
	font-size: 28px;
	line-height: 1.4em;
	color: #049b7e;
	border-bottom: solid 2px #049b7e;
	padding-bottom: 7px;
}

#works02 .content-box-b .textarea .detail{
	width: 55%;
	align-content: center;
}

#works02 .content-box-b .detail p{
	width: 100%;
	text-align: justify;
}

#works02 .content-box-b .ex{
	width: 100%;
}
#works02 .content-box-b .ex .lead{
	width: 100%;
	background-color: #049b7e;
	font-family: "Zen Maru Gothic", sans-serif;
  	font-weight: 500;
  	font-style: normal;
	font-size: 20px;
	color: #fff;
	text-align: center;
	align-content: center;
	padding: 5px 10px;
	margin-bottom: 20px;
	line-height: 1.3em;
}

#works02 .content-box-b .ex .ex-detail{
	display: flex;
	justify-content: space-between;
}

#works02 .content-box-b .ex .ex-detail .img{
	width: 30%;
}

#works02 .content-box-b .ex .ex-detail img{
	width: 100%;
	object-fit: cover;
}

#works02 .content-box-b .ex .ex-detail .figure-area{
	width: 68%;
	padding: 20px;
}

#works02 .content-box-b .ex .ex-detail .figure-area img{
	display: block;
	margin-bottom: 10px;
}

#works02 .content-box-b .ex .ex-detail .figure-area .figure01{
	width: 100%;
	text-align: center;
}

#works02 .content-box-b .ex .ex-detail .figure-area .figure01 p{
	background-color: #049b7e;
	color: #fff;
	display: inline-block;
	text-align: center;
	align-content: center;
	padding: 2px 20px;
	border-radius: 50px;
	margin-bottom: 10px;
}

#works02 .content-box-b .ex .ex-detail .figure-area .figure01 .box{
	display: flex;
	justify-content: space-around;
	margin-bottom: 50px;
}

#works02 .content-box-b .ex .ex-detail .figure-area .figure02{
	width: 45%;
}

#works02 .content-box-b .ex .ex-detail .figure-area .figure03{
	width: 45%;
}

#works02 .content-box-b .ex .ex-detail .figure-area .figure-area2{
	display: flex;
	justify-content: space-around;
	text-align: center;
}

#works02 .content-box-b .ex .ex-detail .figure-area .figure-area2 p{
	background-color: #049b7e;
	color: #fff;
	display: inline-block;
	text-align: center;
	align-content: center;
	padding: 2px 20px;
	border-radius: 50px;
	margin-bottom: 20px;
}


/*--------------------------------------------------------------------
スマートフォン
--------------------------------------------------------------------*/
@media screen and (max-width: 767px){
/* タイトル周り */
.title-set{
	padding: 30px 0;
}

.title-set .title{
	margin-bottom: 30px;
	position: static;
}

.title-set .title h2{
	margin-bottom: 20px;
}

.title-set .title h3{
	width: 100%;
	min-width: 100%;
	margin: 0 auto 10px;
}

.title-set .title h3 img{
	width: 100%;
	max-width: 500px;
	}
	
.title-set .title .mikan1{
	position: static;
	width: 32%;
}

.title-set .title .mikan2{;
	position: static;
	width: 32%;
}

.title-set .title .mikan3{
	position: static;
	width: 32%;
}

.title-set .menu{
	flex-direction: column;
}

.title-set .menu .menu01{
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}

.title-set .menu .menu01 h4{
	width: 100%;
	border-radius: 0px;
	position: static;
	transform: translateX(0%);
}
	
.title-set .menu .menu01 ul{
	padding: 15px 20px 10px;
}

.title-set .menu .menu02{
	width: 100%;
	overflow: hidden;
}

.title-set .menu .menu02 h4{
	width: 100%;
	border-radius: 0px;
	position: static;
	transform: translateX(0%);
}

.title-set .menu .menu02 ul{
	padding: 15px 20px 10px;
}

	
/* おいしいみかんの秘密 */
#works01{
	padding-top: 30px;
	padding-bottom: 60px;
}

#works01 .content .content-title{
	width: 100%;
	max-width: 450px;
	margin:30px auto 30px;
}

#works01 .content .content-box{
	flex-direction: column;
	padding-top: 10px;
	padding-bottom: 10px;
}

#works01 .content .content-box .img{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#works01 .content .content-box .textarea{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

#works01 .content .content-box .textarea .index .icon{
	width: 70px;
}

#works01 .content .content-box .textarea .index .item{
	font-size: 32px;
	margin-left: 6px;
}

#works01 .content .content-box-reverse{
	flex-direction: column;
	padding-top: 10px;
	padding-bottom: 10px;
}

#works01 .content .content-box-reverse .img{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#works01 .content .content-box-reverse .textarea{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

#works01 .content .content-box-reverse .textarea .index .icon{
	width: 70px;
}

#works01 .content .content-box-reverse .textarea .index .item{
	font-size: 32px;
	margin-left: 6px;
}

#works01 .content .line{
	height: 20px;
}

	
/* 持続可能な農業を目指して */
#works02{
	padding: 40px 0 10px;
	margin-bottom: 60px;
}

#works02 .content-title{
	margin-bottom: 30px;
}
	
#works02 .content-title h4{
	font-size: 30px;
	letter-spacing: 0em;
}

#works02 .content-box{
	border-radius: 20px;
	flex-direction: column;
}

#works02 .content-box .index{
	width: 100%;
	text-align: center;
}

#works02 .content-box .index p{
	font-size: 24px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#works02 .content-box .detail{
	width: 100%;
}

#works02 .content-box .detail img{
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

#works02 .content-box-b{
	border-radius: 20px;
}
	
#works02 .content-box-b .textarea{
	flex-direction: column;
	margin-bottom: 20px;
}

#works02 .content-box-b .textarea .index{
	width: 100%;
}

#works02 .content-box-b .textarea .index p{
	font-size: 24px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	text-align: center;
}

#works02 .content-box-b .textarea .detail{
	width: 100%;
}

#works02 .content-box-b .ex .lead{
	font-size: 20px;
}

#works02 .content-box-b .ex .ex-detail{
	flex-direction: column;
}

#works02 .content-box-b .ex .ex-detail .img{
	width: 100%;
	max-width: 400px;
	margin: 0 auto 30px;
}

#works02 .content-box-b .ex .ex-detail .figure-area{
	width: 100%;
	padding: 0px;
}

#works02 .content-box-b .ex .ex-detail .figure-area .figure01 .box{
	flex-flow: wrap;
	margin-bottom: 35px;
}
	
#works02 .content-box-b .ex .ex-detail .figure-area .figure01 .box figure{
	width: 250px;
}
	
	#works02 .content-box-b .ex .ex-detail .figure-area .figure01 .box figcaption{
		margin-bottom: 15px;
}

#works02 .content-box-b .ex .ex-detail .figure-area .figure02{
	width: 100%;
	width: 250px;
}

#works02 .content-box-b .ex .ex-detail .figure-area .figure02 figcaption{
		margin-bottom: 50px;
	}
	
#works02 .content-box-b .ex .ex-detail .figure-area .figure03{
	width: 100%;
	width: 250px;
}

#works02 .content-box-b .ex .ex-detail .figure-area .figure-area2{
	flex-flow: wrap;
	margin-bottom: 20px;
}

#works02 .content-box-b .ex .ex-detail .figure-area .figure-area2 p{
	margin-bottom: 10px;
}

}