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

.title-en{
	font-family: "Palanquin Dark", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-weight: 600;
	font-size: 50px;
}

.main-img{
	overflow: hidden;
}
.main-img .slick .box{
	position: relative;
	justify-content: flex-end;
}
.main-img .slick .box .txt-box{
	position: absolute;
	left: 100px;
	bottom: 25%;
}
.main-img .slick .box .txt-box h1,.main-img .slick .box .txt-box h2{
	font-size: 46px;
	font-weight: 700;
	margin-bottom: 30px;
	text-shadow: 2px 2px 0 #fff;
}
.main-img .slick .box .txt-box p{
	font-weight: 700;
	font-size: 22px;
	text-shadow: 1px 1px 0 #fff;
}
.main-img .slick .box .img-box{
	width: 70%;
	max-height:  calc(100vh - 90px);
	overflow: hidden;
	margin-left: 30%;
}
.main-img .slick.on .box .txt-box h1,.main-img .slick.on .box .txt-box h2,.main-img .slick.on .box .txt-box .txt2{
	opacity: 0;
	transform: translateX(50px);
}
.main-img .slick.on .box.slick-active .txt-box h1,.main-img .slick.on .box.slick-active .txt-box h2{
	animation-name: maintitle1;
	animation-duration: 0.7s;
	animation-delay: 0.4s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.main-img .slick.on .box.slick-active .txt-box .txt2{
	animation-name: maintitle1;
	animation-duration: 0.7s;
	animation-delay: 0.7s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
@keyframes maintitle1 {
	0% {opacity:0;transform: translateX(50px);}
	100% {opacity:1;transform: translateX(0px);}
}
@keyframes maintitle2 {
	0% {opacity:0;transform: translateY(30px);}
	100% {opacity:1;transform: translateY(0px);}
}

.section01{}
.section01 .img-box.img3 img:nth-of-type(2){
	transform: translate(-50px,50px);
}

.section02{
	overflow: hidden;
}
.section02 .title-area{
	padding: 100px 50px 200px;
	position: relative;
	background-image: url("https://greenflag-corp.co.jp/system_panel/uploads/images/index03.jpg");
	background-position: center center;
	background-size: cover;
	z-index: 1;
}
.section02 .title-area::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0,0,0,0.4);
}
.section02 .title-area > div{
	position: relative;
	z-index: 2;
}
.section02 .title-area p,.section02 .title-area h2,.section02 .title-area h3{
	color: #fff;
}
.section02 .contents{
	position: relative;
	width: calc(100% - 100px);
	margin: 0 auto;
	transform: translateY(-100px);
	background-color: #fff;
	z-index: 2;
	box-sizing: border-box;
	padding: 100px;
}
.section02 .contents .icon-area{
	justify-content: space-between;
}
.section02 .contents .icon-area .icon-box{
	max-width: 24%;
	text-align: center;
}
.section02 .contents .icon-area .icon-box .icon{
	aspect-ratio: 1 / 1;
	max-width: 180px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #4E6744;
	position: relative;
	margin: 0 auto 15px;
}
.section02 .contents .icon-area .icon-box .icon img{
	width: 70%;
}
.section02 .slide-box .swiper{
	overflow: visible;
}
.section02 .slide-box .swiper-wrapper{
    transition-timing-function: linear;
}
.section02 .slide-box.on .swiper-wrapper{
	pointer-events: none;
}
.section02 .slide-box .swiper-wrapper .swiper-slide{
	padding: 0 10px;
}

.section03{
	padding: 100px;
	background-color: rgba(214,214,214,0.20);
}
.section03 .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: 30px;
}
.section03 .contents .webgene-blog .webgene-item{
	width: calc(100% / 3 - 60px / 3);
}
.section03 .contents .webgene-blog .webgene-item a{

	display: block;
}

.section04 .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: 30px;
}
.section04 .contents .webgene-blog .webgene-item{
	width: calc(100% / 4 - 90px / 4);
}
.section04 .contents .webgene-blog .webgene-item a{
	display: block;
}
.section04 .contents .webgene-blog .webgene-item a .cate{
	padding: 2px 15px;
}

.section05 > div{
	width: 50%;
	position: relative;
	box-sizing: border-box;
	padding: 50px 100px;
}
.section05 > div::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(214,214,214,0.25);
	transition: ease 0.3s;
	opacity: 0;
	z-index: 1;
}
.section05 > div:hover::after{
	opacity: 1;
}
.section05 > div > div{
	position: relative;
	z-index: 2;
	align-items: flex-end;
}
.section05 > div .title-box{
	gap: 20px;
}
.section05 > div .title-box .title-en{
	line-height: 1;
	font-size: 42px;
}
.section05 .contents .webgene-blog .webgene-item:not(:last-of-type){
	margin-bottom: 40px;
}
.section05 .contents .webgene-blog .webgene-item a{
	display: block;
}
.section05 .contents .webgene-blog .webgene-item a .img-box{
	width: 40%;
}
.section05 .contents .webgene-blog .webgene-item a .txt-box{
	width: 60%;
	box-sizing: border-box;
	padding-left: 30px;
}
.section05 .contents .webgene-blog .webgene-item a .txt-box .date{
	color: #808080;
	margin-bottom: 5px;
}

.section05 .contents .webgene-blog .webgene-item h3.new{
	padding-left: 50px;
	position: relative;
}
.section05 .contents .webgene-blog .webgene-item h3.new::after{
	content: "NEW";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #d90000;
	color: #fff;
	padding: 2px 6px;
	font-size: 12px;
}

@keyframes column-bg {
	0% {
		opacity: 0;
		height: 0;
	}
	100% {
		opacity: 1;
		height: 100%;
	}
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.title-en{
		font-size: 40px;
	}
	
	.main-img .slick .box .txt-box{
		left: 50px;
	}
	.main-img .slick .box .txt-box h1,.main-img .slick .box .txt-box h2{
		font-size: 36px;
		margin-bottom: 30px;
	}
	.main-img .slick .box .txt-box p{
		font-size: 18px;
	}
	
	.section02 .title-area{
		padding: 100px 50px 150px;
	}
	.section02 .contents{
		transform: translateY(-50px);
	}
	
	.section03{
		padding: 100px 50px;
	}
	.section05 > div{
		width: 50%;
		position: relative;
		box-sizing: border-box;
		padding: 50px 50px;
	}
}
/* ---------- 1000px ~ ---------- */
@media screen and (max-width: 1000px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.title-en{
		font-size: 38px;
	}
	
	.main-img .slick .box .img-box{
		width: 75%;
		margin-left: 25%;
	}
	.main-img .slick .box .txt-box{
		position: relative;
		left: 0px;
		bottom: 0;
		padding-left: 50px;
		transform: translateY(-40px);
	}
	.main-img .slick .box .txt-box h1,.main-img .slick .box .txt-box h2{
		font-size: 32px;
		margin-bottom: 30px;
	}
	.main-img .slick .box .txt-box p{
		font-size: 16px;
	}

	.section01 .img1{
		order: 1;
	}
	.section01 .img2{
		order: 2;
	}
	.section01 .txt-box{
		order: 3;
	}
	.section01 .img2{
		margin-top: -30px;
		margin-bottom: 0px;
	}
	
	.section02 .title-area{
		padding: 80px 50px 130px;
	}
	.section02 .contents{
		width: calc(100% - 60px);
		padding: 50px 20px;
	}
	.section02 .contents .icon-area .icon-box{
		max-width: 23%;
	}
	.section02 .contents .icon-area .icon-box .icon{
		max-width: 130px;
	}
	
	.section03{
		padding: 80px 50px;
	}
	
	.section04{
		padding: 0 50px;
	}
	.section04 .contents .webgene-blog{
		gap: 50px 30px;
	}
	.section04 .contents .webgene-blog .webgene-item{
		width: calc(100% / 2 - 30px / 2);
	}

	.section05 > div{
		width: 100%;
		padding: 50px;
	}
	.section05 > div .title-box .title-en{
		font-size: 38px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.title-en{
		font-size: 34px;
		border-bottom: 1px solid #000;
		margin-bottom: 5px;
	}
	
	.main-img .slick .box .img-box{
		width: 100%;
		margin-left: 0;
	}
	.main-img .slick .box .txt-box{
		padding: 0 10px;
		text-align: center;
		transform: translateY(-20px);
	}
	.main-img .slick .box .txt-box h1,.main-img .slick .box .txt-box h2{
		font-size: 22px;
		margin-bottom: 20px;
		background-color: rgba(255,255,255,0.6);
	}
	.main-img .slick .box .txt-box p{
		font-size: 14px;
	}
	.main-img .slick .box .txt-box p br{
		display: none;
	}
	.main-img .slick.on .box .txt-box h1,.main-img .slick.on .box .txt-box h2,.main-img .slick.on .box .txt-box .txt2{
		opacity: 0;
		transform: translateY(30px);
	}
	.main-img .slick.on .box.slick-active .txt-box h1,.main-img .slick.on .box.slick-active .txt-box h2{
		animation-name: maintitle2;
	}
	.main-img .slick.on .box.slick-active .txt-box .txt2{
		animation-name: maintitle2;
	}

	.section01 .img2{
		margin-top: -30px;
		margin-bottom: 30px;
	}
	.section01 .txt-box{
		padding: 0 20px;
	}
	.section01 .title-box{
		border-bottom: none;
	}

	.section02 .title-area{
		padding: 50px 20px 100px;
	}
	.section02 .title-area .title-en{
		border-color: #fff;
	}
	.section02 .contents{
		padding: 20px 10px;
		width: calc(100% - 20px)
	}
	.section02 .contents .icon-area{
		gap: 30px 0;
	}
	.section02 .contents .icon-area .icon-box{
		width: calc(50% - 10px);
		max-width: 50%;
	}
	.section02 .contents .icon-area .icon-box .icon{
		max-width: 110px;
	}
	.section02 .contents .icon-area .icon-box .icon img{
		width: 60%;
	}
	.section02 .slide-box .swiper-wrapper .swiper-slide{
		padding: 0;
		width: 100px;
		height: 180px;
		position: relative;
		border-left: 2.5px solid #fff;
		border-right: 2.5px solid #fff;
		box-sizing: border-box;
		overflow: hidden;
	}
	.section02 .slide-box .swiper-wrapper .swiper-slide img{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		height: 100%;
		width: auto;
	}
	
	.section03{
		padding: 50px 20px;
	}
	.section03 .contents .webgene-blog{
		gap: 40px;
	}
	.section03 .contents .webgene-blog .webgene-item{
		width: 100%;
		padding: 0 10px;
	}
	
	.section04{
		padding: 0 20px;
	}
	.section04 .contents .webgene-blog{
		gap: 40px;
	}
	.section04 .contents .webgene-blog .webgene-item{
		width: 100%;
		padding: 0 10px;
	}
	
	.section05 > div{
		padding: 0 20px;
	}
	.section05 > div .title-box .title-en{
		font-size: 34px;
		line-height: 1.5;
	}
	.section05 > div > div{
		padding: 0 10px;
	}
	.section05 .contents .webgene-blog{
		margin-bottom: 50px;
	}
	.section05 .news-box .webgene-blog .webgene-item .img-box{
		display: none;
	}
	.section05 .news-box .webgene-blog .webgene-item a .txt-box{
		width: 100%;
		padding-left: 0;
	}
	
	.section05 .column-box{
		position: relative;
		padding: 50px 20px;
	}
	.section05 .column-box::after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 20%;
		background-color: #4E6744;
		transition: ease 0.3s;
		opacity: 0;
	}
	.section05 .column-box.sc-anime.active::after{
		animation-name: column-bg;
		animation-delay: 0.3s;
		animation-duration: 0.8s;
		animation-timing-function: ease;
		animation-fill-mode: forwards;
	}
	.section05 .column-box > div{
		position: relative;
		z-index: 2;
	}
	.section05 .column-box .title-box p,.section05 .column-box .title-box h2{
		color: #fff;
		border-color: #fff;
	}
	.section05 .column-box .contents{
		background-color: #fff;
		padding: 20px;
	}
	.section05 .contents .webgene-blog .webgene-item a .img-box{
		width: 100%;
		margin-bottom: 10px;
	}
	.section05 .contents .webgene-blog .webgene-item a .txt-box{
		width: 100%;
		padding-left: 0;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}


/* 20240322@修正 */
.topNewsTitBox {
    display: inline-block;
    text-align: center;
    padding: 0 29px 0;
    background-color: #ffffff;
    margin: 0 20px 0 99px;
}

.topNewsItemBox {
    display: flex;
    font-size: 17px;
    align-items: flex-start;
    flex-direction: column;
    /* width: 88%; */
    margin-left: 2%;
}

.topNewsDayItem > a {
    margin-right: 20px;
    font-size: 13px;
}

.topNewsTitItem > a {
    font-size: 13px;
}

@media screen and (min-width: 768px){
	.topNewsTitItem > a {
		font-size: 15px;
	}

	.topNewsDayItem > a {
		font-size: 15px;
	}
}


@media screen and (min-width: 1024px){
	.topNewsItemBox {
		align-items: flex-start;
		flex-direction: row;
		margin-left: 2%;
	}

	.topNewsTitItem > a {
		font-size: 17px;
	}

	.topNewsDayItem > a {
		font-size: 17px;
	}
}
@media (max-width: 756px) {
  .w-sp-100 {
    width: 100% !important;
  }
}
