.kv_noimg h1 {
display: flex;
align-items: center;
color: #29A8DF;
}

.company_area .lead .main {
display: flex;
align-items: center;
height: 355px;
margin-top: 40px;
background: url("../../image/greetings/main_CEO.jpg") no-repeat left center;
}

@media screen and (max-width: 768px){
	.company_area .lead .main {
background-size: cover;
margin-top: 20px;
height: auto;
}
}

.company_area .lead.main p {
font-size: 22px;
padding-left: 50px;
padding-right: 450px;
line-height: 2;
}

@media screen and (max-width: 768px){
.company_area .lead .main p {
font-size: 3.5vw;
padding: 50px 5%;
line-height: 1.6;
}
}

.company_area .txt {
font-size: 16px;
margin-top: 30px;
}

.company_area .lead .txt span.name {
display: block;
margin-top: 10px;
text-align: right;
}