
body{
    font-size: 94%;;
}
/* CSS Document */
.left{
    text-align: left;
}
.main_visual{
    min-height: 280px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-content: center;
    background: url("../image/main_bg13.png") center no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
}
.main_visual h2{
    font-size: 320%;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.main_visual p{
    font-size: 120%;
}
.main_content{
    max-width: 960px;
    margin: auto;
}
.main_text{
    position: relative;
    min-height: 435px;
    text-align: left;
    background: url(../image/bg_014.png)no-repeat center right;
    background-size: cover;
    margin-top: 40px;
}
.main_text p {
    font-size: 213%;
    line-height: 70px;
    padding: 30px 0;
    margin-top: 80px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 40px;
}
.main_text p .green_back{
    padding: 10px 20px;
    background: rgba(40,168,96,0.8)
}
.contents_area{
    margin-bottom: 140px;
}
.contents_box {
    display: flex;
    text-align: center;
}
.contents_box:nth-child(even) {
    flex-direction: row-reverse;
}
.img_box, .text_box {
    width: 50%;
}
.text_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    box-sizing: border-box;
}
.content_title {
    font-size: 239%;
    font-family: 'Roboto', sans-serif;
    color: #28a860;
}
.content_sub {
    font-size: 93%;
    margin-bottom: 50px;
}
.content_text{
    font-size: 100%;
    line-height: 30px;
}
.content_text_midahi{
	display: block;
    font-size: 122%;
}
.ceo_name{
    margin-top: 70px;
}
.more_button{
    margin-top: 50px;
}
.more_button a {
    padding: 15px 85px 15px 95px;
    background: #28a860 url("../image/more_arrow.png") no-repeat center left 65px;
}
.more_button a:hover {
    background: #fff url("../image/more_arrow_hov.png") no-repeat center left 65px;
}
.bnr_area {
    margin: 50px auto;
    text-align: center;
	width: 90%;
}
.bnr_box {
    width: 100%;
    max-width: 420px;
    padding: 10px;
    margin: auto;
    background: #fff;
    border: 2px #ccc solid;
    box-sizing: border-box;
    position: relative;
}
.cover {
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
}
.cover:hover{
	background: rgba(255,255,255,0.2);
}
.bnr_box p {
    font-size: 120%;
    margin-bottom: 10px;
}
@media screen and ( max-width: 767px ){
.main_text {
    padding: 0 5%;
}
.main_text p {
    padding: 5%;
    font-size: 160%;
    bottom: auto;
    top: auto;
	bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    background: rgba(40,168,96,0.8);
    text-align: center;
    width: 100%;
	line-height: 1.5;
}
.main_text p .green_back{
    padding: 0;
    background: none;
}
.main_text{
    background: url(../image/bg_014.png)no-repeat center right -180px;
}
.contents_area{
    text-align: center;
}
.contents_box,.contents_box:nth-child(even){
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}
.img_box, .text_box {
    width: auto;
    max-width: 490px;
}
.more_button a {
    padding: 15px 30px 15px 50px;
    background: #28a860 url(../image/more_arrow.png) no-repeat center left 20px;
}
.more_button a:hover {
    background: #fff url("../image/more_arrow_hov.png") no-repeat center left 20px;
}
}
@media screen and ( max-width: 525px ){
.link_box ul li{
    width: 90%;
    max-height: 250px;
}
.link_box ul li.greeting {
    background: url("../image/img_012.png") no-repeat center -30px;
}
.link_title,.link_sub{
    text-shadow:2px 2px 5px #000000;
}
}