@charset "utf-8";

/*------------------------------------------------------

index.html

-------------------------------------------------------*/

/*----- base -----*/
.top-sec-ttl img{
	width: auto;
	height: 2.8rem;
}


/*----- mv -----*/
.mv-area{
	background: linear-gradient(#F2F8F5, #FCFAF5);
}

.mv-title{
	text-align: center;
	line-height: 1.4;
	margin-bottom: 2.4rem;
}

.ttl-01{
	font-size: 1.8rem;
	font-weight: 700;
}

.ttl-02{
	font-size: 4.6rem;
	font-weight: 700;
	color: #006F3F;
}

.ttl-03{
	font-size: 3.4rem;
	font-weight: 700;
}

.mv-flex{
	padding-top: 4.0rem;
	padding-bottom: 5rem;
}

.mv-textarea{
	margin-top: 5rem;
}

.green-btn.is-img{
	position: relative;
}

.green-btn .is-subimg{
	position: absolute;
    top: -3rem;
    left: -1rem;
    width: 24.5rem;
    height: auto;
}

.mv-btn-area{
	margin-top: 3rem;
}

.is-btn2nd{
	margin-top: 1rem;
}

@media screen and (min-width: 780px) {
	.mv-flex{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

	.mv-img-area{
		width: 50%;
		order: 2;
	}

	.mv-textarea{
		margin-top: 0;
		width: 50%;
		order: 1;
	}

	.mv-title{
		text-align: left;
	}

	.ttl-01{
		font-size: 2.4vw;
	}

	.ttl-02{
		font-size: 6.5vw;
	}

	.ttl-03{
		font-size: 4.8vw;
	}

	.mv-btn-area{
		margin-top: 60px;
	}

	.is-btn2nd{
		margin-top: 15px;
	}

	.w-pc-300.is-400{
		width: 40vw;
	}

	.green-btn .is-subimg{
		top: -30px;
		left: -10px;
	}
}

@media screen and (min-width: 960px) {
	.ttl-01{
		font-size: 24px;
	}

	.ttl-02{
		font-size: 67px;
	}

	.ttl-03{
		font-size: 45px;
	}

	.mv-btn-area{
		margin-top: 60px;
	}

	.is-btn2nd{
		margin-top: 15px;
	}

	.w-pc-300.is-400{
		width: 400px;
	}
}


/*----- topics -----*/

.topics{
	padding: 5rem 0;
}

.top-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 2rem;
	gap: 1.5rem 0;
}

.top-item{
	width: 16.5rem;
	box-shadow: 0 0 0.7rem #0000001A;
	border-radius: 0.7rem;
}

.top-item a{
	display: block;
	min-height: 19rem;
}

.top-item a:hover{
	display: block;
	background-color: #F2F8F5;
}

.top-item a:hover .top-item-btn{
	background-color: #FFF;
}

.top-item-img01{
	width: 6.7rem;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1.9rem;
	margin-bottom: 1.2rem;
}

.top-item-img02{
	width: 8.1rem;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2.8rem;
	margin-bottom: 1.4rem;
}

.top-item-img03{
	width: 5.4rem;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2.3rem;
	margin-bottom: 2.3rem;
}

.top-item-img04{
	width: 6.9rem;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3rem;
	margin-bottom: 3rem;
}

.top-item-text{
	color: #006F3F;
	font-weight: 600;
	text-align: center;
	margin-bottom: 2rem;
}

.top-item-text.is-2{
	margin-bottom: 1rem;
}

.top-item-btn{
	background-color: #F2F8F5;
	border-radius: 2.2rem;
	color: #006F3F;
	text-align: center;
	width: 14rem;
	padding: 0.3rem;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2rem;
	font-weight: 600;
}

.tab{
	display: block;
}

@media screen and (min-width: 780px) {
	.top-item{
		width: 23.5%;
		border-radius: 10px;
	}

	.top-item a{
		min-height: 260px;
	}

	.top-item-img01{
		width: 110px;
		padding-top: 30px;
		margin-bottom: 12px;
	}

	.top-item-img02{
		width: 124px;
		padding-top: 42px;
		margin-bottom: 22px;
	}

	.top-item-img03{
		width: 74px;
		padding-top: 50px;
		margin-bottom: 30px;
	}

	.top-item-img04{
		width: 96px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		padding-top: 59px;
		margin-bottom: 38px;
	}
}

@media screen and (min-width: 960px) {
	.tab{
		display: none;
	}

	.top-item-img01{
		width: 110px;
		padding-top: 40px;
		margin-bottom: 20px;
	}

	.top-item-text.is-2{
		margin-bottom: 20px;
	}
}

/*----- about us -----*/

.about-inner{
	padding: 5rem 1.5rem 3rem;
	background-color: #006F3F;;
}

.top-sec-subttl{
	width: 5.5rem;
	height: auto;
}

.top-text-title{
	font-size: 2rem;
	color: #fff;
	font-weight: 700;
	margin-top: 1rem;
}

.top-text-subtitle{
	font-size: 1.6rem;
	font-weight: 600;
	border-bottom: 0.2rem solid #F2CD00;
	margin-top: 2rem;
	color: #fff;
	display: inline-block;
	margin-bottom: 1rem;
}

@media screen and (min-width: 780px) {
	.aboutus{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		background-color: #006F3F;
		padding: 0;
	}

	.about-inner{
		width: 55%;
		max-width: 585px;
		margin-left: auto;
		padding: 107px 15px 130px 30px;
	}

	.about-img{
		width: 45%;
		height: 576px;
		background: url(../img/top/top_car_pc.png)no-repeat center / cover;
	}

	.top-sec-subttl{
		width: 71px;
	}

	.top-text-title{
		font-size: 32px;
	}

	.top-text-subtitle{
		font-size: 23px;
	}

	.about-text{
		max-width: 470px;
		line-height: 2;
	}
}


/*----- news -----*/

.news{
	padding: 5rem 0;
}

.news-title-area{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.news-title-area .top-sec-ttl{
	display: inline-block;
}

.all-link{
	color: #006F3F;
	font-weight: 700;
	display: inline-block;
}

.all-link a{
	position: relative;
}

.all-link a:hover{
	opacity: 0.7;
}

.all-link .is-arrow::after{
	border-top: 0.2rem solid #006F3F;
	border-right: 0.2rem solid #006F3F;
	top: 55%;
    right: 0;
    width: 0.8rem;
    height: 0.8rem;
}

.all-link .is-arrow:hover::after{
    right: -0.5rem;
}

.news-list{
	margin-top: 1rem;
}

.news-item{
	padding: 2rem 0;
	border-bottom: 1px solid #D4D4D4;
}

.news-item a:hover{
	opacity: 0.7;
}

.news-item-date{
	color: #A0A0A0;
	margin-bottom: 0.8rem;
}

@media screen and (min-width: 780px) {
	.news{
		padding: 90px 0 120px;
	}
}