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

    Index

-------------------------------------------*/
#first_view{
	max-width: 100%;
	margin: 0 auto;
    height:33vw;
    overflow:hidden;
}
#first_view img{
	width: 100%;
}

#top_wrap h2{
	text-align: center;
	margin: 0 0 22px;
	color: #57B81F;
}
#top_wrap h2 span{
	display: block;
	font-size: 3.8rem;
	letter-spacing: 0.05em;
	margin: 0 0 10px;
}


/*-------------------------------------------

    Pickup

-------------------------------------------*/
#pickup{
	margin: 30px 0;
	text-align: center;
}

/*-------------------------------------------

    News

-------------------------------------------*/
#news{
	margin: 30px 0;
}
#news ul{
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px;
}
#news ul li{
	width: 32%;
	border: solid 2px #eaefe7;
	position: relative;
	min-height: 340px;
}
#news ul li figure{
	display: block;
	background: #efefef;
	margin: 0 0 20px;
	min-height: 100px;
}
#news ul li figure img{
	height: 165px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
#news ul li a{
	color: #3c3c3c;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
#news ul li p{
    font-size: 18px;
}
#news ul li p a{
	display: block;
	padding: 10px 24px 10px;
}
#news ul li .tag{
	padding: 0 24px;
}
#news ul li span.top_tag{
	margin-left: 10px;
}
#news ul li span.time{
	background: url(images/common/nav01.png) no-repeat left center;
    background-size: 18px;
    font-size: 1.2rem;
    padding: 12px 0 10px 26px;
}
#news ul li span a{
	display: inline-block;
    vertical-align: middle;
    background: #6cbe3c;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 10px;
    line-height: normal;
}
#news dl{
    display: flex;
    margin: 0 10px 24px;
    position: absolute;
    bottom: 0;
}
#news dl dd{
    padding: 5px 0 0 15px;
    font-size: 1rem;
}
#news a.more{
	background-image: url(images/common/arrow.png);
    background-position: 32px;
    background-repeat: no-repeat;
    background-size: 21px;
	display: block;
	width: 100%;
	max-width: 200px;
	text-align: center;
	margin: 0 auto;
	border: solid 2px #6cbe3c;
	color: #57B81F;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	padding: 15px 0;
	border-radius: 8px;
	font-weight: bold;
}

/*-------------------------------------------

    Service

-------------------------------------------*/
#service{
	margin: 30px 0;
}
#service ul{
	display: flex;
	justify-content: space-between;
}
#service ul li{
    width: 24%;
    border: solid 2px #6cbe3c;
    text-align: center;
    background: url(images/service_bg.png);
    box-sizing: border-box;
    padding: 20px;
    position: relative;
}
#service ul li::after{
    content: "";
    display: block;
    position: absolute;
    right: -2px;
    bottom: -2px;
    background: url(images/deco.png) no-repeat right bottom;
    background-size: contain;
    width: 30px;
    height: 30px;
}
#service ul li span.ttl{
	font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: block;
    margin: 0 0 5px;
    color: #3c3c3c;
}
#service ul li span.ico{
	display: block;
	text-align: center;
	margin: 10px 0;
}
#service ul li h3{
	background: url(images/identity/line.png) repeat-x bottom center;
	display: inline;
	font-size: 1.6rem;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: #57B81F;
}





@media screen and (min-width:320px) and ( max-width: 767px) {
#first_view{
    max-width: 767px;
    max-height:505px;
    height:66vw;
	margin: 0 auto;
	overflow: hidden;
}

#top_wrap h2{
	text-align: center;
	margin: 0 0 15px;
	color: #57B81F;
}
#top_wrap h2 span{
	display: block;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	margin: 0 0 10px;
}

/*-------------------------------------------

    Pickup

-------------------------------------------*/
#pickup{
    margin: 30px 15px;
}

/*-------------------------------------------

    News

-------------------------------------------*/
#news{
	margin: 30px 15px;
}
#news ul{
	display: block;
}
#news ul li{
	width: 100%;
	margin: 20px 0 0;
	padding: 20px;
	box-sizing: border-box;
	min-height: 0;
}
#news ul li figure{
	display: none;
}
#news ul li figure img {
    height: 140px;
}
#news ul li .tag {
    padding: 0;
}
#news ul li a{
	color: #3c3c3c;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
#news ul li span.top_tag {
    margin-left: 0;
}

#news ul li p {
    padding: 10px 0 0;
    font-size: 14px;
}
#news ul li p a {
    display: block;
    padding: 0;
    font-size: 1.4rem;
}
#news a.more{
	display: block;
	width: 100%;
	max-width: 200px;
	text-align: center;
	margin: 0 auto;
	border: solid 2px #6cbe3c;
	color: #57B81F;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	padding: 15px 0;
	border-radius: 8px;
	font-weight: bold;
}
#news dl {
    display: flex;
    margin: 10px 0 0;
    position: static;
}

/*-------------------------------------------

    Service

-------------------------------------------*/
#service{
	margin: 30px 15px;
}
#service ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#service ul li{
	width: 49%;
	margin: 2% 0 0;
}
#service ul li span.ttl {
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: block;
    margin: 0 0 5px;
}
}
