.Title_box .sectionTitle{
	font-size: 1.5rem;
    font-weight: 600;
    color: #111;
    font-family: "Orbitron", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.1em;
	color: #488B48;
	text-align: center;
	margin-bottom: 0;
}
.Title_box .subTitle{
	text-align: center;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 3rem;
}

.text_center{
	text-align: center;
}

.works_box{
	margin-bottom: 15%;
}


.works_tit{
	width: 100%;
	color: #fff;
	padding: 5px 15px;
	background: #488B48;
	border-radius: 3px;
	margin-bottom: 20px;
}
@media only screen and (max-width:430px) {
.works_tit{
	font-size: 1.8rem;
}	
}
.img_box{
	display: flex;
  justify-content: center;
  align-items: center;
  margin:0 auto 5%;
}
.img_box img{
	width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 5px;
}
.works_name{
	font-size: 1.3rem;
	line-height: 1.3em;
	letter-spacing: 0.15em;
	margin-bottom: 20px;
}
.btn_center {
    display: flex;
    justify-content: center;
    margin-top: 5%;
}
.btnlinestretches4{
	margin-bottom: 30px;
	font-size: 1.3rem
}




ul.access{
	display: flex;
    padding: 0;
    justify-content: space-around;
    flex-wrap: nowrap;
    margin-top: 5%;
}
ul.access li{
	width: 45%;
	list-style: none;
}
ul.access li img{
	width: 100%;
}
ul.access li p{
	font-size: 1.7rem;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
.company_name{
	font-size: 2.1rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
@media only screen and (min-width:768px) {
#herohead {padding-top: 100px;}
}
@media only screen and (max-width:430px) {
#herohead {padding-top: 50px;}
}