@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#container {
	opacity: 1;
}
#gHeader {
	z-index: 10;
}
#gHeader .bg01,
#gHeader .bg02 {
	display: none;
}
#main .fvBox {
	width: 100%;
	height: calc(100svh + 50rem);
	position: relative;
}
#main .mainVisual {
	width: 100%;
	height: 100svh;
	position: sticky;
	top: 0;
	display: flex;
	align-items: center;
	z-index: 2;
}
#main .mainVisual .bg {
	width: 100%;
	height: 50.2rem;
	position: fixed;
	left: 0;
	top: 0;
	background: url(../img/index/fv_bg.png) no-repeat center top / 100% 100%;
	transition: all 1s ease-in-out;
	z-index: 2;
}
#main .mainVisual .bg.active {
	height: 26rem;
	transform: translateY(-44%);
}
#main .mainVisual .bg.change {
	opacity: 0 !important;
}
#main .mainVisual .scrollBg {
	width: 100%;
	height: 14.8rem;
	position: fixed;
	left: 0;
	top: 0;
	content: '';
	pointer-events: none;
	z-index: 2;
	opacity: 0;
}
#main .mainVisual .scrollBg.change {
	opacity: 1;
	transition: all 1s ease-in-out;
}
#main .mainVisual .scrollBg .bg01,
#main .mainVisual .scrollBg .bg02 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: no-repeat center top / 100% 100%;
}
#main .mainVisual .scrollBg .bg01 {
	background-image: url(../img/index/bg03.png);
}
#main .mainVisual .scrollBg .bg02 {
	background-image: url(../img/index/bg04.png);
	opacity: 0;
}
#main .mainVisual .hand {
	margin-left: -0.5rem;
	width: min(50.39svh, 28.34%);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -10rem);
	transition: transform 1s ease-in-out;
	z-index: 4;
}
#main .mainVisual.active .hand {
	transform: translate(-50%, 0%);
}
#main .mainVisual .hand.active {
	transition: transform 1s ease-in-out;
	transform: translate(-50%, -17rem);
}
#main .mainVisual .hand img {
	width: 100%;
}
#main .mainVisual .seed {
	margin-left: 0.3rem;
	width: min(4.817svh, 2.71%);
	position: absolute;
	left: 50%;
	bottom: 16.5%;
	transform: translate(-50%, -10rem);
	transition: transform 1s ease-in-out;
	z-index: 4;
}
#main .mainVisual.active .seed {
	transform: translate(-50%, 0%);
}
#main .mainVisual .seed.active {
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}
#main .mainVisual .imgtext {
	margin-left: 2.7rem;
	width: min(177.3svh, 136.2rem);
	max-width: 99.7%;
	position: absolute;
	left: 50%;
	bottom: 5%;
	transform: translateX(-50%);
	z-index: 3;
}
#main .mainVisual .imgtext img {
	width: 100%;
	transition: 0.3s;
}
#main .mainVisual .imgtext .sub01 {
	opacity: 1;
}
#main .mainVisual .imgtext .sub02 {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
#main .mainVisual .imgtext.active .sub01 {
	opacity: 0;
	transition: all 1s;
}
#main .mainVisual .imgtext.active .sub02 {
	opacity: 1;
	transition: all 1s;
}
#main .mainVisual .midBox {
	margin-bottom: 7.7rem;
	width: 100%;
	position: relative;
	z-index: 3;
}
#main .mainVisual .midBox .inner {
	margin: 0 auto;
	padding-bottom: 2.5rem;
	width: 83.6%;
	position: relative;
}
#main .mainVisual .midBox .inner p {
	font-size: min(5.07svh, 3.9rem);
	font-weight: 700;
	letter-spacing: 0.36em;
	line-height: 1.749;
	position: relative;
	z-index: 1;
}
#main .mainVisual .midBox .inner .comBtn {
	position: absolute;
	right: -1.3rem;
	top: 100%;
	margin-top: 1.1rem;
	transform: scale(0);
}
#main .mainVisual.active .midBox .inner .comBtn {
	animation: btn 0.5s forwards 1s;
}
@keyframes btn {
	0% {
		transform: scale(0);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}
#main .mainVisual .midBox .tractor {
	width: 9.297%;
	position: absolute;
	left: 50%;
	bottom: 2rem;
	opacity: 0;
}
#main .mainVisual.active .midBox .tractor {
	animation: moveCar 2s linear forwards 0.5s;
}
#main .mainVisual .midBox .tractor.active {
	opacity: 1;
	animation: moveCar02 1s linear forwards;
}
@keyframes moveCar {
	0% {
		left: 57%;
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		left: 71.5%;
		opacity: 1;
	}
}
@keyframes moveCar_sp {
	0% {
		left: 30%;
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		left: 73.4%;
		opacity: 1;
	}
}
@keyframes moveCar02 {
	0% {
		left: 71.5%;
		opacity: 1;
	}
	100% {
		opacity: 1;
		left: 100%;
	}
}
@keyframes moveCar02_sp {
	0% {
		left: 73.4%;
		opacity: 1;
	}
	100% {
		opacity: 1;
		left: 100%;
	}
}
#main .mainVisual .midBox .tractor img {
	width: 100%;
}
#main .mainVisual .midBox .line {
	width: 83.6%;
	height: 0.4rem;
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #FFDF69;
	transform: translateX(-50%);
	z-index: 1;
}
#main .mainVisual .midBox .line.active {
	width: 100%;
	transition: all 0.5s;
}
#main .content {
	width: 90rem;
	position: relative;
	z-index: 1;
}
#main .recruit {
	padding: 12.6rem 0 2.8rem;
	position: relative;
}
#main .mainBox .bg {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: -26.3rem;
	aspect-ratio: 2732/1262;
	background: url(../img/index/bg01.png) no-repeat center center / 100%;
	z-index: -1;
	mix-blend-mode: multiply;
}
#main .recruit .movieBox {
	margin-bottom: 2.8rem;
	position: relative;
}
#main .recruit .movieBox .imgtext {
	width: 40.7rem;
	position: absolute;
	right: -10.4rem;
	top: -8.6rem;
	z-index: 1;
}
#main .recruit .movieBox .movie {
	width: 100%;
	position: relative;
	border-radius: 2.8rem;
	overflow: hidden;
	aspect-ratio: 16/8.17;
}
#main .recruit .movieBox .movie video,
#main .recruit .movieBox .movie iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#main .recruit .movieBox .movie video {
	object-fit: cover;
}
#main .recruit .subBox {
	display: flex;
	justify-content: space-between;
	gap: 2rem;
}
#main .recruit .subBox h2 {
	margin-left: 3.3%;
	width: 60%;
	font-size: 4.7rem;
	font-weight: 700;
	letter-spacing: 0.24em;
	line-height: 1.347;
}
#main .recruit .subBox h2 .enFont {
	margin-top: 2rem;
	display: block;
	font-size: 2.6rem;
	color: #214240;
	letter-spacing: 0.21em;
}
#main .recruit .subBox .textBox {
	margin-top: 0.7rem;
	margin-right: -1rem;
	width: 29.2%;
}
#main .recruit .subBox .textBox p {
	margin-bottom: 1.9rem;
	line-height: 1.625;
	letter-spacing: 0.06em;
}
#main .tractorBox {
	width: 100%;
	height: 26.3rem;
	position: relative;
	background: url(../img/index/bg02.png) no-repeat left bottom / 100% 100%;
	mix-blend-mode: multiply;
}
#main .tractorBox .tractor {
	width: 25rem;
	position: absolute;
	left: 2.6rem;
	bottom: -1.8rem;
	animation: move 40s linear infinite;
}
#main .tractorBox .tractor img {
	width: 100%;
}
#main .tractorBox .tractor .item02 {
	position: absolute;
	left: 0;
	top: 0;
}
#main .ttlBox {
	position: relative;
	border-top: 0.4rem solid #214240;
	border-bottom: 0.4rem solid #214240;
	background: #fff;
}
#main .ttlBox .inner {
	margin: 0 auto;
	width: 127.6rem;
	max-width: 98%;
	display: flex;
	align-items: center;
	position: relative;
}
#main .ttlBox h2 {
	width: 29.2rem;
	color: #214240;
	font-size: 3.8rem;
	letter-spacing: 0.24em;
	line-height: 1.2;
}
#main .ttlBox .imgtext {
	margin: 2.3rem 0 -1.2rem 4rem;
	width: 65rem;
	text-align: center;
}
#main .ttlBox .imgtext img {
	width: 100%;
}
#main .moreBtn {
	height: 100%;
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	top: 0;
}
#main .moreBtn a {
	padding: 0.6rem 5rem 0.6rem 15rem;
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	font-size: 2.1rem;
	color: #30807b;
	letter-spacing: 0.01em;
}
#main .moreBtn a .line {
	width: 22rem;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
#main .moreBtn a .line .jsLottie {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#main .activities {
	position: relative;
}
#main .postList li {
	position: relative;
}
#main .postList li:not(:last-child) {
	border-bottom: 0.4rem solid #214240;
}
#main .postList li .post {
	margin: 0 auto;
	padding: 5rem 0;
	width: 126.6rem;
	max-width: 98%;
	display: flex;
	gap: 0 3.4%;
	position: relative;
	z-index: 1;
}
#main .postList li .post .photoBox {
	width: 29.2%;
	position: relative;
	align-self: flex-start;
}
#main .postList li .post .photoBox .imgtext {
	width: 7.8rem;
	position: absolute;
	left: 1.1rem;
	top: 1rem;
}
#main .postList li .post .photoBox .photo {
	overflow: hidden;
	border-radius: 1.5rem;
	mask: url(../img/common/mask.png) no-repeat left top / 12rem 6rem, linear-gradient(#000, #000) no-repeat 12rem top / calc(100% - 12rem) 100%, linear-gradient(#000, #000) no-repeat left 6rem / 100% calc(100% - 6rem);
}
#main .postList li .post .photoBox .photo img {
	width: 100%;
	border-radius: inherit;
	aspect-ratio: 370/258;
	object-fit: cover;
}
#main .postList li .post .textBox {
	padding: 1.6rem 23.5rem 1.6rem 0;
	position: relative;
	flex: 1;
}
#main .postList li .post .textBox .comBtn {
	width: 22.3rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
#main .postList li .post .textBox h3 {
	margin-bottom: 1.9rem;
	font-size: 5.4rem;
	font-weight: 700;
	letter-spacing: 0.24em;
	line-height: 1.352;
}
#main .postList li .post .textBox p {
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.714;
}
#main .postList li .lottie {
	position: absolute;
	width: 136.6rem;
	height: 35.6rem;
	left: 50%;
	bottom: -14.4rem;
	transform: translateX(-50%);
	display: none;
}
#main .postList li .lottie .jsLottie {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#main .postList li .lottie .jsLottie.end {
	opacity: 0;
}
#main .postList li.on .lottie {
	display: block;
}
#main .newsList li:not(:last-child) {
	border-bottom: 0.1rem solid #C4CFCE;
}
#main .newsList li a {
	padding: 2rem 7rem 2.1rem 2rem;
	display: flex;
	gap: 3rem;
	position: relative;
}
#main .newsList li a::after {
	width: 1rem;
	height: 1rem;
	position: absolute;
	right: 5.6rem;
	top: 50%;
	border-radius: 100%;
	background: #30807B;
	transform: translateY(-50%);
	content: '';
	opacity: 0;
	transition: 0.3s;
}
#main .newsList li .photo {
	width: 13.1rem;
}
#main .newsList li .photo img {
	width: 100%;
	border-radius: 1rem;
	object-fit: cover;
	aspect-ratio: 131/91;
}
#main .newsList li .textBox {
	display: flex;
	gap: 0.4rem;
	flex: 1;
}
#main .newsList li .tagBox {
	width: 10rem;
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
}
#main .newsList li .tagBox .date {
	width: 100%;
	color: #595757;
	letter-spacing: 0.06em;
	line-height: 1.7;
}
#main .newsList li .tagBox .tag {
	padding: 0.1rem 0.5rem 0.3rem;
	width: fit-content;
	min-width: 7.4rem;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0.06em;
	color: #fff;
	background: #CC9B28;
	border-radius: 5rem;
	text-wrap: balance;
}
#main .newsList li p {
	margin-top: 1.9rem;
	flex: 1;
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: 0.25em;
	line-height: 1.2;
}
#main .news {
	position: relative;
}
#main .news .ttlBox {
	margin-bottom: 4.4rem;
}
#main .news .ttlBox .imgtext {
	margin: 1.5rem 0 -1.3rem 2.7rem;
}
#main .news .ttlBox .imgtext img {
	width: 54.4rem;
}
#main .news .content {
	width: 126.5rem;
}
#gFooter {
	margin-top: 17.1rem;
}
@media all and (min-width: 897px) {
	#main .newsList li a:hover::after {
		opacity: 1;
	}
	#main .moreBtn a .enFont {
		position: relative;
		display: block;
	}
	#main .moreBtn a .enFont::after {
		margin-top: 0.1rem;
		width: 1rem;
		height: 1rem;
		position: absolute;
		right: -1.8rem;
		top: 50%;
		background: #30807B;
		transform: translateY(-50%);
		content: '';
		transition: 0.3s;
		border-radius: 100%;
		opacity: 0;
	}
	#main .moreBtn a:hover .enFont::after {
		opacity: 1;
	}
}
@media all and (max-width: 896px) {
	#gHeader .logo {
		width: 10.4rem;
	}
	#gHeader h1 {
		margin-top: 1.9rem;
		line-height: 1.65;
		font-size: 0.7rem;
	}
	#main .mainVisual {
		min-height: 62.9rem;
		align-items: flex-end;
	}
	#main .mainVisual .bg {
		height: 15.6rem;
		background-image: url(../img/index/fv_bg_sp.png);
	}
	#main .mainVisual .bg.active {
		height: 15.6rem;
		transform: translateY(-4rem);
	}
	#main .mainVisual .scrollBg {
		height: 11.6rem;
	}
	#main .mainVisual .scrollBg .bg01 {
		background-image: url(../img/index/bg03_sp.png);
	}
	#main .mainVisual .scrollBg .bg02 {
		background-image: url(../img/index/bg04_sp.png);
	}
	#main .mainVisual .hand {
		margin-left: 0;
		width: 21rem;
	}
	#main .mainVisual .hand.active {
		transform: translate(-50%, -10rem);
	}
	#main .mainVisual.active .midBox .tractor {
		animation: moveCar_sp 2s linear forwards 0.5s;
	}
	#main .mainVisual .midBox .tractor.active {
		opacity: 1;
		animation: moveCar02_sp 1s linear forwards;
	}
	#main .mainVisual .seed {
		margin-left: -0.5rem;
		width: 1.7rem;
		bottom: auto;
		top: 60.3%;
	}
	#main .mainVisual .imgtext {
		margin-left: 0.6rem;
		width: calc(100% + 1rem);
		max-width: 38.5rem;
		bottom: auto;
		top: 58.4%;
	}
	#main .mainVisual .midBox {
		margin-bottom: 0;
		position: static;
	}
	#main .mainVisual .midBox .inner {
		padding-bottom: 2.3rem;
		width: 84%;
	}
	#main .mainVisual .midBox .inner p {
		margin-right: -1em;
		margin-bottom: 2.2rem;
		font-size: 2.4rem;
		letter-spacing: 0.32em;
		line-height: 1.692;
	}
	#main .mainVisual .midBox .inner .comBtn {
		width: 31.5rem;
		position: relative;
		right: auto;
		top: auto;
		margin: 0 auto;
	}
	#main .mainVisual .midBox .tractor {
		width: 6.1rem;
		left: 73.4%;
		bottom: auto;
		top: 39.1%;
	}
	#main .mainVisual .midBox .line {
		width: calc(100% - 4rem);
		height: 0.2rem;
		bottom: auto;
		top: 48.2%;
	}
	#main .recruit {
		padding: 11.6rem 0 0;
	}
	#main .recruit .content {
		margin: 0 3rem;
	}
	#main .recruit .movieBox {
		margin-bottom: 2rem;
	}
	#main .recruit .movieBox .imgtext {
		width: 62%;
		right: -2%;
		top: -7rem;
	}
	#main .recruit .subBox {
		display: block;
	}
	#main .recruit .subBox h2 {
		margin: 0 0 2rem;
		width: auto;
		font-size: 2.8rem;
	}
	#main .recruit .subBox h2 .enFont {
		margin-top: 1.3rem;
		font-size: 1.5rem;
	}
	#main .recruit .subBox .textBox {
		margin: 0;
		width: auto;
	}
	#main .recruit .subBox .textBox p {
		margin-bottom: 2.8rem;
		line-height: 1.875;
		letter-spacing: 0.06em;
	}
	#main .recruit .bg {
		bottom: -11rem;
		background-image: url(../img/index/bg01_sp.png);
		aspect-ratio: 750/532;
	}
	#main .tractorBox {
		margin-top: -1rem;
		height: auto;
		aspect-ratio: 375/130;
		background-image: url(../img/index/bg02_sp.png);
	}
	#main .tractorBox .tractor {
		width: 36.7%;
		left: 0;
		bottom: -5.5%;
	}
	#main .ttlBox {
		position: static;
		background: transparent;
	}
	#main .ttlBox .inner {
		margin: 0;
		padding: 3.1rem 2.9rem 2.3rem;
		width: auto;
		max-width: initial;
		display: block;
		position: static;
	}
	#main .ttlBox h2 {
		margin-bottom: -0.2rem;
		width: auto;
		font-size: 2.4rem;
		letter-spacing: 0.24em;
	}
	#main .ttlBox .imgtext {
		margin: 0;
		width: auto;
	}
	#main .ttlBox .imgtext img {
		width: 31.5rem;
	}
	#main .moreBtn {
		width: 100%;
		height: auto;
		top: auto;
		bottom: -0.4rem;
		border-top: 0.4rem solid #214240;
		border-bottom: 0.4rem solid #214240;
	}
	#main .moreBtn a {
		padding: 2rem 3.3rem 2.3rem 4.5rem;
		width: 100%;
		display: block;
		font-size: 2.4rem;
		text-align: right;
	}
	#main .moreBtn a .line {
		right: 7.8rem;
		left: auto;
	}
	#main .moreBtn a .line .jsLottie {
		width: 320%;
		height: 320%;
	}
	#main .activities {
		padding-bottom: 8.5rem;
	}
	#main .postList li .post {
		margin: 0;
		padding: 4rem 2.1rem 4rem 2rem;
		width: auto;
		max-width: initial;
		gap: 1.8rem 0;
		flex-direction: column;
	}
	#main .postList li .post .photoBox {
		width: 100%;
	}
	#main .postList li .post .photoBox .imgtext {
		width: 7rem;
		left: 1rem;
		top: 0.9rem;
	}
	#main .postList li .post .photoBox .photo {
		border-radius: 1.2rem;
		mask: url(../img/common/mask_sp.png) no-repeat left top / 10.5rem 5rem,
			linear-gradient(#000, #000) no-repeat 10.5rem top / calc(100% - 10.5rem) 100%,
			linear-gradient(#000, #000) no-repeat left 5rem / 100% calc(100% - 5rem);
	}
	#main .postList li .post .textBox {
		padding: 0 0.9rem;
		flex-grow: 100%;
	}
	#main .postList li .post .textBox .comBtn {
		margin-top: 2.3rem;
		width: 31.5rem;
		position: static;
		right: auto;
		top: auto;
		transform: none;
	}
	#main .postList li .post .textBox .comBtn a {
		background-position: right 1.7rem center, center center;
	}
	#main .postList li .post .textBox h3 {
		margin-bottom: 1.4rem;
		font-size: 3.6rem;
		letter-spacing: 0.18em;
		line-height: 1.421;
	}
	#main .postList li .lottie {
		width: 37.5rem;
		bottom: -15.8rem;
	}
	#main .newsList li a {
		padding: 2.4rem 0 2.4rem 0.9rem;
		gap: 1.4rem;
	}
	#main .newsList li a::after {
		display: none;
	}
	#main .newsList li .photo {
		width: 11.5rem;
	}
	#main .newsList li .textBox {
		margin-top: 0.3rem;
		display: block;
	}
	#main .newsList li .tagBox {
		width: 100%;
		flex-direction: row;
		align-items: center;
		gap: 0.8rem;
	}
	#main .newsList li .tagBox .date {
		width: auto;
		font-size: 1.4rem;
		letter-spacing: 0.02em;
		flex-shrink: 0;
	}
	#main .newsList li p {
		margin-top: 0.4rem;
		font-size: 1.8rem;
		letter-spacing: 0.16em;
		line-height: 1.33;
	}
	#main .news {
		padding-bottom: 8.5rem;
	}
	#main .news .ttlBox {
		margin-bottom: 1.7rem;
	}
	#main .news .ttlBox .inner {
		padding-bottom: 3.5rem;
	}
	#main .news .ttlBox .imgtext {
		margin: 0.9rem -0.8rem 0 0.8rem;
	}
	#main .news .ttlBox .imgtext img {
		width: 31.5rem;
	}
	#gFooter {
		margin-top: 11.2rem;
	}
}