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

	/****************************
   MAIN IMAGE
*****************************/
.mainContent-headerContainer{
	height:500px;
	overflow:hidden;
    position:relative;
    background-image: url('/assets/image/company/main_image.jpg');
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
}
.header-title{
    width:1100px;
    margin: 50px auto;
    padding-left: 10px;
    color:#FFFFFF;
    letter-spacing: 5px;
}
.message-wrapper{
	display: table;
}
.message-context{
	display: table-cell;
	vertical-align: top;
	width: 65%;
	text-align: left;
	padding: 0 35px;
	line-height: 2;
}

.message-picture{
	display: table-cell;
	vertical-align: top;
	width: 35%;
	padding-top: 20px;
}
.message-picture > img{
	width:100%;
}
@media screen and (max-width: 1100px) {
    .header-title{
        padding-left: 25px;
    }
}
@media screen and (max-width: 978px) {
    .mainContent-headerContainer{
        height:475px;
    }
    .header-title{
        font-size: 4.3rem;
    }
		.message-wrapper{
			display: flex;
			flex-direction: row-reverse;
			flex-wrap: wrap;
		}
		.message-context{
			display: block;
			width: 100%;
		}
		
		.message-picture{
			display: block;
			width: 50%;
			margin: auto;
		}
}
@media screen and (max-width: 479px) {
    .mainContent-headerContainer{
        height:300px;
    }
    .header-title{
        font-size: 2.5rem;
    }
		.message-context{
			padding: 0 15px;
		}
		.message-picture{
			display: block;
			width: 75%;
			margin: auto;
		}
}

.message-presidentSign{
	width: 200px;
}
@media screen and (max-width: 479px) {
	.message-presidentSign{
		width: 165px;
	}
}
/****************************
   MESSAGE
*****************************/
.mainContent-messageContainer{
    display: block;
    clear: both;
    overflow: hidden;
    background-color:#ffffff;
    text-align:center;
    padding-bottom: 20px;
}
.message{
    max-width: 1100px;
    width:100%;
    margin: 0 auto 0px auto;
    color:#290202;
    overflow: hidden;
}
.message-title{
    margin:70px 0 50px 0;
    font-weight: 500;
    text-align:center;
}
.message-text{
    width:950px;
    margin: 20px auto;
    text-align:left;
    line-height: 2;
}
.message-companyName{
    margin: 5px 55px 10px 0;
    line-height: 1.2;
    float:right;
    width: 320px;
    text-align: left;
}
.message-presidentName{
		display: table;
    margin: 5px 55px 10px 0;
    line-height: 1.2;
    float:right;
    clear: both;
    width: 320px;
    text-align: left;
}
.message-presidentName > span{
	display: table-cell;
  margin: 10px 0 0 10px;
	vertical-align: middle;
}

@media screen and (max-width: 1100px) {
	.message{
    	width:90%;
		margin:auto;
	}
	.message-text{
    	width:100%;
        text-align:left;
	}
	.message-companyName{
		margin: 0;
		text-align:left;
        font-size: 1.6rem;
  }
	.message-companyName > span{
		font-size: 3rem;
    }
    .message-presidentName{
      margin: 5px 0 10px 0;
    }

}
@media screen and (max-width: 479px) {
	.message-title{
		margin:25px 0 25px 0;
		font-size:3rem;
	}
	.message-text{
		font-size: 1.6rem;
		line-height: 1.6;
    }
  .message-presidentName{
    width: 100%;
  }
	.message-presidentName > span{
		font-size: 1.4rem;
	}
	.message-companyName{
    width: 100%;
    text-align: left;
  }
}


/****************************
   ABOUT COMPANY NAME
*****************************/
.mainContent-companyNameContainer{
    background-color: #F1F1F0;
    overflow: hidden;
}
.companyName{
    text-align: center;
    max-width:1100px;
    width:95%;
    margin: 45px auto;
    padding:45px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 3px 2px rgba(185, 184, 184, 0.7);
    -moz-box-shadow: 0px 0px 3px 2px rgba(185, 184, 184,0.7);
    box-shadow: 0px 0px 3px 2px rgba(185, 184, 184,0.7);
    color:#290202;
    overflow: hidden;
}
.companyName-title{
    font-weight: 700;
    padding-bottom: 15px;
}
.companyName-logo{
    width:450px;
    margin: 15px auto;
}
.companyName-logo > img{
    width: 100%;
}
.companyName-msg{
    line-height: 2;
}
.companyName-msg2{
    line-height: 2;
    margin-top: 30px;
}
.companyName-logoConcept{
    margin: 50px auto;
    max-width: 775px;
    width: 95%;
}
.companyName-logoConcept span.s_logo{
    width:75px;
    display: block;
    float: left;
}
.companyName-logoConcept span.s_logo > img{
    width:100%;
}
.companyName-logoConcept span.about_logo{
    float: left;
    text-align: left;
    width:650px;
    margin-left: 30px;
    margin-top: 0px;
    display: block;
    line-height: 2.3;
}

@media screen and (max-width: 1100px) {
	.companyName{
		margin: 25px auto;
		padding:25px;
		text-align:center;
	}
	.companyName-title{
   		font-size: 2.3rem;
    	font-weight: 700;
    	padding-bottom: 0px;
	}
	.companyName-logo{
   		width:50%;
    }
    .companyName-logoConcept span.about_logo{
        width:80%;
        line-height: 1.5;
    }

}
@media screen and (max-width: 767px) {
    .companyName-title{
        font-size: 2.1rem!important;
    }
	.companyName-logo{
        width:100%;
    }
    .companyName-logoConcept span.s_logo{
        width:75px;
        display: block;
        float: inherit;
        margin: auto;
    }
    .companyName-logoConcept span.about_logo{
        width:100%;
        margin-left: 0;
    }
	.companyName-msg{
		font-size: 1.6rem;
		line-height: 1.6;
	}
	.companyName-msg2{
   		font-size: 1.6rem;
    	line-height: 1.6;
	}
}

.mainContent-companyInfoContainer{
    background-color: #e6f8f4;
    padding: 45px 0;
}
.companyInfo{
    max-width:1100px;
    width:95%;
    margin: auto;
    padding: 0 0 75px 0;
    background-color: #ffffff;
    overflow: hidden;
}
.companyInfo > h2{
    color:#290202;
    margin-top: 65px;
    text-align: center;
}
.companyInfo > h2 br{
    display: none;
}
.companyInfo > h2.as-red{
    color:#290202;
}
.companyInfo > table{
    max-width:1020px;
    width:95%;
    margin: auto;
    display:table;
}
.companyInfo > table tr{
    border-bottom: dashed #B4B4B4 2px;
    margin-bottom:45px;
}
.companyInfo > table tr th{
    width:270px;
    text-align: left;
    padding: 15px 0 15px 100px;
    border-bottom: dashed #B4B4B4 2px;
    color: #9E3804;
		font-weight: 400;
		vertical-align: top;
}
.companyInfo > table tr td{
    border-bottom: dashed #B4B4B4 2px;
    font-weight: 400;
    line-height: 1.5;
}

.companyInfo table.as_9001 td{
	line-height: 1.5;
}

@media screen and (max-width: 1100px) {
    .companyInfo > table tr th,.companyInfo > table tr td{
        width:100%;
        display: block;
    }
    .companyInfo > table tr th{
        padding: 15px 0 0 15px;
        border-bottom: none;
    }
    .companyInfo > table tr td{
        padding: 15px 0 15px 15px;

        border-bottom: dotted #B4B4B4 2px;
    }
    .companyInfo > h2 br{
        display: block;
    }
}
@media screen and (max-width: 479px) {
	.companyInfo > h2{
		font-size: 2.5rem;
		margin-top: 45px;
	}
}


.companyInfo  iframe{
    padding: 0;
    margin-bottom: -3px;
    bottom: none;
}

@media screen and (max-width: 767px) {
	.companyInfo iframe{
		height:300px!important;
	}
}

@media screen and (max-width: 479px) {
	.companyInfo iframe{
		height:250px!important;
	}
}