.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;
	letter-spacing: 0.15em;
	font-size: 3rem;
}
ul.greeting_box{
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
ul.greeting_box li{
	list-style: none;
}
ul.greeting_box li:first-child{
	width: 30%;
}
ul.greeting_box li:last-child{
	width: 60%;
}
ul.greeting_box li img{
	width: 100%;
	margin-bottom: 15px;
}
.about_box p{
	font-size: 1.5rem;
	letter-spacing: 0.15em;
}
.text_center{
	text-align: center;
}
.position{
	letter-spacing: 0.15em;
	font-size: 1.5rem;
}
.name{
	letter-spacing: 0.15em;
	font-size: 3rem;
	line-height: 1.3em;
}
.name span{
	font-family: "Orbitron", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.1em;
	color: #488B48;
	font-size: 1.8rem;
	margin-left: 20px;
}
.about_box{
	margin-bottom: 15%;
}
.about_box.philosophy{
	margin-bottom: 5%;
}
.philosophy_img{
	width: 850px;
	margin: 3% auto;
	display: block;
}
#companyinfo dl{
	letter-spacing: 0.15em;
	width: 800px;
	margin: 0 auto;
	font-size: 1.7rem;
}
#companyinfo{
	background: #fff;
	padding: 8% 15% 3%;
}
.companyinfo_box{
	margin-bottom: 15%;
}
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;
	letter-spacing: 0.15em;
	margin-bottom: 20px;
}


@media only screen and (min-width:768px) {
#herohead {padding-top: 100px;}
}

@media only screen and (max-width:768px) {
#companyinfo{
	padding: 8%;
}
#companyinfo dl{
	width: 100%;
}	
a {
	color: inherit;
}
#companyinfo dl dd a{
	color: inherit;
}
}
@media only screen and (max-width:767px) {
ul{padding: 0;}
ul.greeting_box{
	flex-direction: column;
}
ul.greeting_box li:first-child,
ul.greeting_box li:last-child{
	width: 100%;
}
#companyinfo{
	padding: 5%;
}
#companyinfo dl{	
	display: flex;
    flex-direction: column;
    font-size: 1.4rem;
    padding-top: 20px;
    padding-bottom: 20px;
}
#companyinfo dl dt{
	flex: inherit;
}
ul.access{
	flex-direction: column;
}
ul.access li{
	width: 100%;
}
ul.access li img{
	margin-bottom: 10px;
}

}
@media only screen and (max-width:414px) {
.company_name{font-size: 1.8rem;}
ul.access li p{line-height: 1.4rem;}	
}
@media only screen and (max-width:430px) {
#herohead {padding-top: 50px;}
}