@charset "utf-8";

/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ vertical-align: top; max-width: 100%;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}
q:after, q:before
{ content:'';}
a, input,select,textarea,button
{ outline: none; }
abbr, acronym
{ border: 0;}
/* *, *:before, *::after 
{ box-sizing: border-box; } */


/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


@media screen and (min-width: 1100px) {
	/*common*/
	a {
		text-decoration: none;
		transition: all 0.5s !important;
		-moz-transition: all 0.5s !important; /* Firefox */
		-webkit-transition: all 0.5s !important; /* Chrome&Safari */
	}
	
	.op img,
	.op {
		transition: all 0.5s !important;
		-moz-transition: all 0.5s !important; /* Firefox */
		-webkit-transition: all 0.5s !important; /* Chrome&Safari */
		cursor: pointer;
	}
	
	.op:hover img,
	.op:hover {
		opacity: .7;
		-webkit-opacity: .7;
		-moz-opacity: .7;
	}
}


/* !Layout
---------------------------------------------------------- */
.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

.is-hide {
	display: none;
}

.inner {
	max-width: 1224px;
	width: 100%;
	padding: 0 112px;
	margin: 0 auto;
	box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
	.inner {
		padding: 0 30px;
	}
}

@media screen and (max-width: 900px) {
	.inner {
		padding: 0 16px;
	}
}

@media screen and (max-width: 700px) {
	.pc {
		display: none !important;
	}
	
	.sp {
		display: block !important;
	}
	
}


/* Fonts ------------------------------------- */
@font-face {
	font-family: 'Gen Jyuu Gothic';
	src: url('../../../font/GenJyuuGothic-Bold.eot');
	src: url('../../../font/GenJyuuGothic-Bold.eot?#iefix') format('embedded-opentype'),
	url('../../../font/GenJyuuGothic-Bold.woff2') format('woff2'),
	url('../../../font/GenJyuuGothic-Bold.woff') format('woff'),
	url('../../../font/GenJyuuGothic-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gen Jyuu Gothic';
	src: url('../../../font/GenJyuuGothic-Medium.eot');
	src: url('../../../font/GenJyuuGothic-Medium.eot?#iefix') format('embedded-opentype'),
	url('../../../font/GenJyuuGothic-Medium.woff2') format('woff2'),
	url('../../../font/GenJyuuGothic-Medium.woff') format('woff'),
	url('../../../font/GenJyuuGothic-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

.gen {
	font-family: 'Gen Jyuu Gothic';
}

/* ! main-visual
---------------------------------------------------------- */

#main-visual {
	margin-top: 105px;
	position: relative;
	box-sizing: border-box;
}

#main-visual .kv {
	width: 100%;
}

#main-visual .kv img {
	width: 100%;
}

@media (max-width: 700px) {
    #main-visual {
    	margin-top: 50px;
    }
	
	#main-visual::before {
		height: 1400px;
		background: url('../images/about/bg_about_sp.jpg') center no-repeat;
		background-size: cover;
	}
}

/* contents
-----------------------------------------------------------*/
article {
	overflow: hidden;
}

#contents {
	padding-bottom: 104px;
}

article div,
article div::after,
article div::before,
article p,
article p::after,
article p::before {
	box-sizing: border-box;
}

/* head */
.section-head {
	text-align: center;
	margin-bottom: 56px;
}

.section-head span {
	display: inline-block;
	position: relative;
	min-width: 720px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.08em;
	color: #4B800D;
	padding-bottom: 14px;
}

.section-head span::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 100%;
	height: 57px;
	z-index: 3;
	background: url('../images/common/bg_title_pc.svg') no-repeat center;
	background-size: cover;
}


/* button link */

.button-link {
	max-width: 340px;
	width: 100%;
	border-radius: 8px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	transition: .3s ease-in-out;
	position: relative;
}

.button-link::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translate(-50%,-50%);
	width: calc(100% - 16px);
	height: calc(100% - 16px);
	border-radius: 8px;
	border: dashed 2px #fff;
	pointer-events: none;
}

.button-link::after {
	content: '';
	position: absolute;
	right: 24px;
	top: 0;
	z-index: 1;
	width: 24px;
	height: 100%;
	background: url('../images/common/carbon_arrow_up.svg') center no-repeat;
	background-size: 100% auto;
}

.button-link.black {
	background: #353535;
	box-shadow: 0px 2px 2px 0px #0000003D;
}

.button-link.orange {
	background: #F48250;
	box-shadow: 0px 2px 2px 0px #4B800D3D;
}

.button-link.blue {
	box-shadow: 0px 2px 2px 0px #1012683D;
	background: #3B3FD5;
}

.banner-link {
	transition: .3s ease-in-out;
	display: block;
}

.comment-section {
	padding-top: 112px;
}

.section-text,
.section-text span {
	font-size: 20px;
	font-weight: 400;
	line-height: 2;
}

.comment-section.about {
	padding-bottom: 56px;
	position: relative;
}

.comment-section.about::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: calc(100vw + 100%);
	background: url('../images/about/bg_about_pc.jpg') repeat-y bottom;
	background-size: 100% auto;
}

.comment-section.about .section-head span {
	text-align: center;
	padding-left: 20px;
}

.comment-area01 {
	position: relative;
	display: flex;
	/* justify-content: flex-end; */
	padding: 48px 120px 48px 44.86%;
}

.comment-area01 .area-info {
	font-weight: 500;
	line-height: 2;
	width: 674px;
}

.comment-area01 .area-info .section-text {
	font-weight: 500;
	color: #fff;
	font-size: 20px;
	position: relative;
	z-index: 3;
}

.comment-section .area-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.comment-section .area-bg::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(125, 175, 67, 0) 25%, #7DAF43 60%);
	z-index: 1;
}

.comment-section .area-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.about-button {
	display: flex;
	justify-content: center;
	margin-top: 56px;
}

.comment-section.menu {
	padding: 56px 0;
}

.menu-list {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.menu-item {
	width: calc(50% - 24px);
	position: relative;
	transition: .3s ease-in-out;
	height: 212px;
	border-radius: 8px;
	box-shadow: 0px 4px 4px 0px #4B800D3D;
}

.menu-item::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
	border-radius: 8px;
	width: calc(100% - 16px);
	height: calc(100% - 16px);
	border: dashed 2px #fff;
	pointer-events: none;
}

.menu-border {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.menu-border::before,
.menu-border::after {
	content: '';
	position: absolute;
	left: -8px;
	top: -8px;
	z-index: 1;
	width: 79px;
	height: 79px;
	border-top-left-radius: 8px;
	background: #ED6D35;
}

.menu-border::after {
	left: auto;
	top: auto;
	right: -8px;
	bottom: -8px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 0;
}

.menu-item a {
	display: flex;
	position: relative;
	height: 100%;
	transition: .3s ease-in-out;
	border-radius: 8px;
}

.menu-item a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #1C3104;
	opacity: .8;
	transition: .3s ease-in-out;
	pointer-events: none;
	border-radius: 8px;
}

.menu-item a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 24px;
	z-index: 2;
	width: 100%;
	height: 19px;
	background: url('../images/common/icon_menu.svg') no-repeat center;
	background-size: auto 100%;
	pointer-events: none;
}

.menu-item a .bg {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 43.8%;
	border-radius: 8px;
	overflow: hidden;
}

.menu-item a .bg img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.menu-item a h3 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
	width: 100%;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.08em;
	text-align: center;
	color: #fff;
	padding-bottom: 4px;
}

.menu-item a h3 span {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	display: block;
	margin-top: 5px;
}

.comment-area02 .comment-cont {
	display: flex;
	align-items: flex-start;
	position: relative;
}

.comment-area02 .comment-cont+.comment-cont {
	margin-top: 125px;
}

.comment-area02 .comment-cont+.comment-cont::before {
	content: '';
	position: absolute;
	left: 50%;
	top: -56px;
	z-index: 2;
	transform: translate(-50%,-100%);
	width: 720px;
	height: 14px;
	background: url('../images/common/section_pc.svg') no-repeat center;
	background-size: cover;
}

.comment-area02 .comment-cont:nth-child(even) {
	flex-direction: row-reverse;
}

.comment-area02 .comment-cont .cont-image {
	width: 468px;
	position: relative;
}

.comment-area02 .comment-cont .cont-info {
	width: calc(100% - 500px);
}

.comment-area02 .comment-cont:nth-child(odd) .cont-info {
	margin-left: 32px;
}

.comment-area02 .comment-cont:nth-child(even) .cont-info {
	margin-right: 32px;
}

.comment-area02 .cont-title {
	margin-bottom: 16px;
}

.comment-area02 .cont-title span {
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.08em;
	background: #7DAF43;
	color: #fff;
	padding: 0 8px;
}

.comment-area02 .cont-text .section-text span {
	background: linear-gradient(transparent 60%, #C6E3A5 60%);
}

.comment-section.agriculture {
	background: url('../images/agriculture/bg_agri_pc.jpg') no-repeat;
	background-size: cover;
	padding-bottom: 168px;
}

.agriculture-cont .cont-image .illust01 {
	position: absolute;
	right: 0;
	bottom: -143px;
	width: 174px;
	z-index: 3;
}

.agriculture-cont .cont-image .illust02 {
	position: absolute;
	right: 0;
	bottom: -79px;
	width: 176px;
	z-index: 3;
}

.cv-section {
	padding: 70px 0 76px;
	position: relative;
	z-index: 2;
	background: #EAFFD2;
}

.cv-section::before,
.cv-section::after {
	content: '';
	position: absolute;
	left: 0;
	top: -20px;
	z-index: -2;
	width: 100%;
	height: 30px;
	background: url('../images/common/bg_info_pc.png') repeat-x center top;
	background-size: cover;
}

.cv-section::after {
	top: auto;
	bottom: -20px;
	transform: scale(-1);
}

.cv-section.cv02 .anchor {
	position: absolute;
	top: -150px;
	z-index: -1;
	pointer-events: none;
}

.cv-area {
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.cv-area .cv-illust {
	position: absolute;
	z-index: -1;
}

.cv-area .cv-illust img {
	width: 100%;
}

.cv-section.cv01 .cv-illust.illust01 {
	left: 0;
	bottom: 0;
	width: 72px;
	transform: translateX(-100%);
	margin-left: -40px;
}

.cv-section.cv01 .cv-illust.illust02 {
	right: 0;
	bottom: 0;
	width: 75px;
	transform: translateX(100%);
	margin-right: -40px;
}

.cv-section.cv02 .cv-illust.illust03 {
	left: 0;
	top: -70px;
	width: 260px;
	transform: translateX(-100%);
	margin-left: -40px;
	
}

.cv-section.cv02 .cv-illust.illust04 {
	left: -200px;
	bottom: -160px;
	width: 214px;
}

.cv-section.cv02 .cv-illust.illust05 {
	right: -386px;
	top: 120px;
	width: 225px;
}

.cv-section .cv-head {
	text-align: center;
	margin-bottom: 32px;
}

.cv-section .cv-head span {
	color: #4B800D;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.08em;
}

.cv-section .cv-text {
	font-size: 16px;
	line-height: 2;
}

.cv-section .cv-btn {
	margin-top: 32px;
	display: flex;
	justify-content: center;
}

.cv-btn a+a {
	margin-left: 40px;
}

.farm-bg {
	position: relative;
	z-index: 1;
	padding-bottom: 125px;
}

.farm-bg::before {
	content: '';
	position: absolute;
	left: 0; 
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: url('../images/booth/bg_booth_pc.jpg') center no-repeat;
	background-size: cover;
}

.farm-bg::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 32px;
	background: #7DAF43;
}

.comment-section.booth .comment-area01,
.comment-section.gx .comment-area01 {
	margin-bottom: 56px;
}

.comment-section.gx {
	background: url('../images/gx/gx_bg.jpg') center;
	background-size: cover;
	padding-bottom: 112px;
}

.gx-button {
	display: flex;
	justify-content: center;
	margin-top: 32px;
}

.gx-button .button-link {
	height: 96px;
}

.corporate-section {
	margin-top: 56px;
}

.corporate-title {
	text-align: center;
	margin-bottom: 32px;
}

.corporate-title span {
	display: inline-block;
	padding: 0 8px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.08em;
	background: #7DAF43;
	color: #fff;
}

.corporate-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 24px;
}

.corporate-list li {
	width: calc((100% - 72px) / 4);
}

.corporate-list+.corporate-list {
	margin-top: 24px;
}

.corporate-list.large li {
	width: calc((100% - 24px) / 2);
}

@media (min-width: 1000px) {
	.button-link:hover,
	.banner-link:hover {
		transition: .3s ease-in-out;
		box-shadow: unset;
		transform: translateY(2px);
	}
	
	.button-link.black:hover {
		background: #000;
	}
	
	.button-link.orange:hover {
		background: #ED6D35;
	}
	
	.button-link.blue:hover {
		background: #1D2088;
	}
	
	.menu-item:hover {
		box-shadow: unset;
		transform: translateY(2px);
	}
	
	.menu-item:hover a::before {
		background: #7DAF43;
		opacity: .94;
		transition: .3s ease-in-out;
	}

	.cv-section.cv02 .cv-illust.illust05 {
		right: -340px;
		width: 450px;
	}
}

@media (max-width: 1500px) {
	.cv-section.cv02 .cv-illust.illust03 {
		margin-left: 0;
		
	}
	
	.cv-section.cv02 .cv-illust.illust04 {
		left: -160px;
	}
	
}

@media (max-width: 1250px) {
	.comment-area01 {
	    padding: 48px 50px 48px 44.86%;
	}
	
	.comment-area01 .area-info {
	    width: 600px;
	}
}

@media (max-width: 1050px) {
	.section-text,
	.section-text span {
		font-size: 18px;
	}
	
	.comment-area02 .comment-cont .cont-info {
		width: calc(100% - 482px);
	}
	
	.comment-area02 .comment-cont .cont-image {
		width: 450px;
	}
	
	.cv-section.cv01 .cv-illust.illust01 {
		width: 65px;
		margin-left: -10px;
	}
	
	.cv-section.cv01 .cv-illust.illust02 {
		width: 68px;
		margin-right: -10px;
	}
	
	.comment-area01 .area-info {
	    width: 550px;
	}
	
	.comment-area01 .area-info .section-text {
	    font-size: 16px;
	}
	
}

@media (max-width: 920px) {
	.comment-area02 .comment-cont .cont-info {
		width: calc(100% - 432px);
	}
	
	.comment-area02 .comment-cont .cont-image {
		width: 400px;
	}
	
	.section-text,
	.section-text span {
		font-size: 16px;
	}
	
	.agriculture-cont .cont-image .illust01 {
		bottom: -120px;
		width: 150px;
	}
}

@media (max-width: 1000px) {
	.section-head span {
		min-width: 600px;
		font-size: 36px;
	}
	
	.cv-section.cv02 .cv-illust.illust03 {
		top: -70px;
		width: 190px;
		margin-left: 60px
		
	}
	
	.cv-section.cv02 .cv-illust.illust04 {
		left: -150px;
		bottom: -100px;
		width: 250px;
	}
	
	.cv-section.cv02 .cv-illust.illust05 {
		right: -280px;
		top: 50px;
		width: 400px;
	}
	
}

@media (max-width: 910px) {
	.cv-area {
		max-width: 700px;
	}
	
	.menu-item a h3 {
		font-size: 28px;
	}
	
	.menu-item a h3 span {
		font-size: 18px;
	}
}

@media (max-width: 880px) {
	.cv-section .inner {
		padding: 0 70px;
	}
	
	.cv-area {
		max-width: 680px;
	}
	
	.cv-btn a+a {
	    margin-left: 20px;
	}
}

@media (max-width: 860px) {
	.cv-section.cv01 .cv-illust.illust01 {
		width: 60px;
		margin-left: 0;
	}
	
	.cv-section.cv01 .cv-illust.illust02 {
		width: 62px;
		margin-right: 0;
	}
}

@media (max-width: 820px) {
	.section-head span {
		min-width: 560px;
		font-size: 30px;
	}
		
	.cv-section.cv02 .cv-illust.illust05 {
		right: -170px;
		top: 120px;
		width: 350px;
	}
	
	.comment-area02 .cont-title span {
		font-size: 20px;
	}
	
	.cv-section .cv-head span {
		font-size: 30px;
	}
	
	.comment-area02 .comment-cont+.comment-cont::before {
		width: 650px;
		background: url(../images/common/icon_wave.svg) no-repeat center;
		background-size: cover;
	}
}

@media (max-width: 750px) {
	.comment-area02 .comment-cont:nth-child(odd) .cont-info {
	    margin-left: 20px;
	}
	
	.comment-area02 .comment-cont:nth-child(even) .cont-info {
	    margin-right: 20px;
	}
	
	.comment-area02 .comment-cont .cont-info {
		width: calc(100% - 370px);
	}
	
	.comment-area02 .comment-cont .cont-image {
		width: 350px;
	}
	
	.comment-area02 .cont-title span {
		font-size: 18px;
	}
	
}

@media (max-width: 700px) {
	#contents {
		padding-bottom: 50px;
	}
	
	/* head */
	.section-head {
		margin-bottom: 32px;;
	}
	
	.section-head span {
		min-width: 310px;
		font-size: 20px;
		padding-bottom: 6px;
	}
	
	.section-head span::before {
		height: 25px;
		background: url('../images/common/title_sp.svg') no-repeat center;
		background-size: cover;
	}
	
	/* button link */
	
	.button-link {
		max-width: 311px;
		width: 100%;
		height: 73px;
		font-size: 19px;
	}
	
	.button-link::after {
		width: 22px;
	}
	
	.button-link.black {
		background: #000;
		box-shadow: none;
	}
	
	.button-link.orange {
		background: #ED6D35;
	}
	
	.button-link.blue {
		background: #1D2088;
	}
	
	.comment-section {
		padding-top: 40px;
	}
	
	.comment-section .area-bg::before {
		background: linear-gradient(180deg, rgba(125, 175, 67, 0) 32%, #7DAF43 55%);
	}
	
	.section-text,
	.section-text span {
		font-size: 16px;
	}
	
	.comment-section.about {
		padding-bottom: 40px;
	}
	
	.comment-section.about::before {
		background: url('../images/about/bg_about_sp.jpg') no-repeat;
		background-size: cover;
	}
	
	.comment-area01 {
		display: block;
		padding: 280px 16px 40px;
	}
	
	.comment-area01 .area-info {
		width: 100%;
	}
	
	.comment-area01 .area-info .section-text {
		font-size: 16px;
	}
	
	.about-button {
		margin-top: 32px;
	}
	
	.comment-section.menu {
	    padding-top: 56px;
	}
	
	.menu-list {
		display: flex;
		gap: 20px;
	}
	
	.menu-item {
		width: calc(50% - 10px);
		height: 160px;
		box-shadow: none;
	}
	
	.menu-item::before {
		width: calc(100% - 8px);
		height: calc(100% - 8px);
		border: dashed 1.37px #fff;
		pointer-events: none;
	}
	
	.menu-border::before,
	.menu-border::after {
		left: -4px;
		top: -4px;
	}
	
	.menu-border::after {
		left: auto;
		top: auto;
		right: -4px;
		bottom: -4px;
	}
	
	.menu-item a {
		overflow: hidden;
	}
	
	.menu-item a::after {
		bottom: 17px;
		height: 12px;
	}
	
	.menu-item a .bg {
		padding-top: 100%;
		overflow: hidden;
	}
	
	.menu-item a h3 {
		font-size: 18px;
		padding-bottom: 4px;
	}
	
	.menu-item a h3 span {
		font-size: 12px;
		margin-top: 12px;
		letter-spacing: 0;
	}
	
	.comment-area02 .comment-cont {
		display: block;
	}
	
	.comment-area02 .comment-cont+.comment-cont {
		margin-top: 70px;
	}
	
	.comment-area02 .comment-cont+.comment-cont::before {
		background: url('../images/common/section_sp.svg') no-repeat center;
		background-size: cover;
		top: -32px;
		width: calc(100% - 56px);
		height: 10px;
	}
	
	.comment-area02 .comment-cont .cont-image {
		width: 100%;
	}
	
	.comment-area02 .comment-cont .cont-info {
		width: 100%;
		margin-top: 24px;
	}
	
	.comment-area02 .comment-cont:nth-child(odd) .cont-info {
		margin-left: 0;
	}
	
	.comment-area02 .comment-cont:nth-child(even) .cont-info {
		margin-right: 0;
	}
	
	.comment-area02 .cont-title span {
		font-size: 20px;
	}
	
	.comment-section.agriculture {
		background: url('../images/agriculture/bg_agri_sp.jpg') no-repeat;
		background-size: cover;
		padding-bottom: 107px;
	}
	
	.agriculture-cont .cont-image .illust01 {
		bottom: -60px;
		width: 100px;
	}
	
	.agriculture-cont .cont-image .illust02 {
		bottom: -27px;
		width: 135px;
	}
	
	.cv-section {
		padding: 80px 0;
	}
	
	
	.cv-section .cv-head {
		margin-bottom: 16px;
	}
	
	.cv-section .inner {
		padding: 0 16px;
	}
	
	.cv-section::before,
	.cv-section::after {
		content: '';
		position: absolute;
		left: 0;
		top: -10px;
		z-index: -2;
		width: 100%;
		height: 22px;
		background: url('../images/common/bg_info_sp.png') repeat-x center top;
		background-size: cover;
	}
	
	.cv-section::after {
		top: auto;
		bottom: -10px;
		transform: scale(-1);
	}
	
	.cv-illust-wrap {
		display: flex;
		justify-content: center;
	}
	.cv-area .cv-illust {
		position: relative;
		z-index: 1;
	}
	
	.cv-section.cv01 .cv-illust.illust01 {
		top: auto;
		left: auto;
		bottom: auto;
		width: 50px;
		transform: translateX(0);
		margin-left: 0;
	}
	
	.cv-section.cv01 .cv-illust.illust02 {
		top: auto;
		right: auto;
		bottom: auto;
		width: 52px;
		transform: translateX(0);
		margin-right: 0;
	}
	
	.cv-section.cv02 .cv-illust.illust03 ,
	.cv-section.cv02 .cv-illust.illust04,
	.cv-section.cv02 .cv-illust.illust05 {
		display: none;
	}
	
	.cv-section.cv02 .cv-illust.illust06 {
		max-width: 343px;
		width: 100%;
		margin: 0 auto;
	}
	
	.cv-section.cv02 .cv-head {
		margin-bottom: 16px;
	}
	
	.cv-section .cv-head span {
		font-size: 20px;
	}
	
	.cv-section .cv-text {
		text-align: center;
		padding: 0 16px;
	}
	
	.cv-section.cv02 .cv-text {
		text-align: left;
		padding: 0;
	}
	
	.cv-section .cv-btn {
		margin-top: 23px;
		display: block;
		padding: 0 16px;
	}
	
	.cv-btn a {
		margin: 0 auto;
	}
	
	.cv-btn a+a {
		margin-left: 0;
		margin: 16px auto 0;
	}
	
	.farm-bg {
		padding-bottom: 90px;
	}
	
	.farm-bg::after {
		height: 16px;
	}
	
	.farm-bg::before {
		background: url('../images/booth/bg_booth_sp.jpg') center no-repeat;
		background-size: cover;
	}
	
	.comment-section.booth .comment-area01,
	.comment-section.gx .comment-area01 {
		margin-bottom: 32px;
	}
	
	.comment-section.gx {
		padding: 80px 0;
	}
	
	.gx-button {
		margin-top: 16px;
	}
	
	.gx-button .button-link {
		height: 96px;
	}
	
	.corporate-section {
		padding: 0 16px;
	}
	
	.corporate-title {
		margin-bottom: 16px;
	}
	
	.corporate-title span {
		font-size: 20px;
	}
	
	.corporate-list {
		gap: 16px;
	}
	
	.corporate-list+.corporate-list {
		margin-top: 16px;
	}

	.corporate-list li {
		width: calc((100% - 16px) / 2);
	}

	.corporate-list.large li {
		width: 100%;
	}
	
}