@charset "utf-8";

/***************************************************************************
*
* COMPANY STYLE
*
***************************************************************************/
/*#MAIN*/

#main .inner {
	display: flex;
	justify-content: flex-end;
	position: absolute;
	top: 59.5%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#main .namePage {
	width: 48.5%;
	text-align: center;
	padding-top: 5px;
}
#main .namePage .icon img{
	width: 50px;
}

/*areaCompany*/
.areaCompany {
	background: url(../images/company/company-brg.png) no-repeat;
	background-size: 100%;
	text-align: center;
	padding: 49px 0 60px;
}
.areaCompany .companyText {
	font-size: 16px;
	color: #fff;
	line-height: 2;
	margin-bottom: 24.5px;
}
.areaCompany .companyImage {
	display: inline-block;
	width: 500px;
}

/*areaIntroduct*/
.areaIntroduct .itemIntroduct {
    margin-bottom: 48px;
}
.areaIntroduct .introductOne .wrapperRight{
	background: url(../images/company/introduct-brg-01.jpg) no-repeat;
	background-size: cover;
	padding: 48px 0 54px 56px; 
}
.areaIntroduct .introductTwo .wrapperRight{
	background: url(../images/company/introduct-brg-02.jpg) no-repeat;
	background-size: cover;
	padding: 48px 0 54px 56px; 
}
.areaIntroduct .introductThree .wrapperRight{
	background: url(../images/company/introduct-brg-03.jpg) no-repeat;
	background-size: cover;
	padding: 48px 0 54px 56px; 
}
.areaIntroduct .itemIntroduct .wrapIntroduct {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}
.areaIntroduct .itemIntroduct .wrapIntroduct:before {
	content: "";
	position: absolute;
	background: url(../images/company/introduct-detail.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 101.3%;
	top: 0;
	left: 0;
	z-index: -1;
}
.areaIntroduct .itemIntroduct.introductTwo .wrapIntroduct:before{
	opacity: 0.9;
}


/*detailsIntroduct*/
.areaIntroduct .itemIntroduct .detailsIntroduct{
	width: 397px;
	padding: 0 39px 0 44px;
}
.areaIntroduct .itemIntroduct .detailsIntroduct .detailsWrap {
	width: 100%;
}
.areaIntroduct .itemIntroduct .detailsIntroduct .detailsWrap .titleIntroduct{
	font-size: 32px;
	color: #2DB294;
	margin: 2.8px 0 22px;
	text-align: center;
}
.areaIntroduct .itemIntroduct .detailsIntroduct .detailsWrap .textIntroduct {
	font-size: 16px;
	line-height: 2;
}
/*END-detailsIntroduct*/

.areaIntroduct .itemIntroduct .listIntroduct {
	display: flex;
	flex-wrap: wrap;
	width: 691px;
	margin: -13px 0 -13px;
}

/*introductOne*/
.areaIntroduct .introductOne .listIntroduct li {
	width: calc(100% / 3 - 8.35px);
    margin: 13px 12.5px 13px 0;
}
.areaIntroduct .introductOne .listIntroduct li:nth-child(3n) {
	margin-right: 0;
}

/*introductTwo*/
.areaIntroduct .introductTwo .listIntroduct {
	width: 617px;
}
.areaIntroduct .introductTwo .listIntroduct li{
	width: calc(100% / 2 - 6.2px);
    margin: 13px 12.4px 13px 0;
}
.areaIntroduct .introductTwo .listIntroduct li:nth-child(2n){
	margin-right: 0;
}
.areaIntroduct .introductTwo .detailsIntroduct .detailsWrap .titleIntroduct{
	margin: 2px 0 22px;
}
.areaIntroduct .introductTwo .detailsIntroduct .detailsWrap .textIntroduct {
	letter-spacing: -0.3px;
}
/*introductThree*/
.areaIntroduct .introductThree .listIntroduct{
	margin: 0;
    padding: 85px 0 70px;
}
.areaIntroduct .introductThree .listIntroduct li{
	width: calc(100% / 2 - 9px);
    margin: 13px 18px 13px 0;
}
.areaIntroduct .introductThree .listIntroduct li:nth-child(2n){
	margin-right: 0;
}
.areaIntroduct .introductThree .detailsIntroduct .detailsWrap .textIntroduct {
	letter-spacing: -0.3px;
}
.areaIntroduct .itemIntroduct .listIntroduct .listImage {
	margin-bottom: 8px;
}
/*btn-green*/
.areaIntroduct .itemIntroduct .listIntroduct .btn-green {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 6px);
	max-width: inherit;
	height: 64px;
	margin: 0;
	padding: 0 20px;
	box-shadow: 6px 6px 0 0 #d9d8d8;
	letter-spacing: -1px;
	line-height: 1.3;
}
.areaIntroduct .itemIntroduct .listIntroduct .btn-green .iconButton{
	position: relative;
	padding-left: 14px;
}
.areaIntroduct .itemIntroduct .listIntroduct .btn-green .iconButton:before{
	content: "";
	position: absolute;
	background: url(../images/company/introduct-button-icon.svg) no-repeat;
	background-size: 100% 100%;
	width: 8px;
	height: 12px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

/*areaProfile*/
.areaProfile{
	padding: 33px 0 33px;
}
.areaProfile .titleProfile { 
	text-align: center;
    font-size: 32px;
    color: #2db294;
    margin-bottom: 50px;
}
.areaProfile .boxTable {
	width: 1000px;
	margin: 0 auto;
}
.areaProfile .boxTable table {
	width: 100%;
}
.areaProfile .boxTable tr {
	border-top: 1px solid #2DB294;
}
.areaProfile .boxTable tr:last-child{
	border-bottom: 1px solid #2DB294;
}
.areaProfile .boxTable tr th {
	width: 280px;
	color: #2DB294;
	padding: 28px 40px 27px;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: left;
	vertical-align: top;
}
.areaProfile .boxTable tr td {
	padding: 28px 0 27px;
	letter-spacing: -0.4px;
}
.areaProfile .boxTable tr td a{
	color: #3F3E3C;
}
.areaProfile .boxTable tr td .faxx{
	pointer-events: none;
}
@media(min-width: 769px){
	.areaProfile .boxTable tr td a{
		pointer-events: none;
	}
}

@media (max-width: 768px){
	/*MAIN*/
	#main .inner {
		left: 55%;
	}
	#main .namePage .icon img {
		width: 40px;
	}

	/*MAIN*/

	.areaCompany{
		background-size: cover;
		padding: 30px 0;
	}
	.areaCompany .companyText{
		font-size: 14px;
		margin-bottom: 15px;
		letter-spacing: -0.2px;
	}
	.areaCompany .companyImage{
		max-width: 500px;
		width: 100%;
	}
	.areaIntroduct .itemIntroduct{
		margin-bottom: 30px;
	}
	.areaIntroduct .introductOne .wrapperRight,
	.areaIntroduct .introductTwo .wrapperRight,
	.areaIntroduct .introductThree .wrapperRight{
		padding: 30px 15px 25px;
	}
	.areaIntroduct .itemIntroduct .wrapIntroduct{
		flex-direction: column;
	}
	.areaIntroduct .itemIntroduct .wrapIntroduct:before{
		background: url(../images/company/introduct-detail-sp.png) no-repeat;
		background-size: 100%;
		/*height: 22.4%;*/
	}
	.areaIntroduct .itemIntroduct .detailsIntroduct{
		justify-content: center;
		width: 100%;
		padding: 20px;
	}
	.areaIntroduct .itemIntroduct .detailsIntroduct .detailsWrap .titleIntroduct{
		font-size: 24px;
		margin: 0 0 15px;
	}
	.areaIntroduct .itemIntroduct .detailsIntroduct .detailsWrap .textIntroduct{
		font-size: 14px;
		line-height: 1.8;
		letter-spacing: 0;
	}
	.areaIntroduct .itemIntroduct .listIntroduct{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.areaIntroduct .introductOne .listIntroduct li{
	    width: calc(100% / 2 - 5px);
    	margin: 0px 10px 15px 0;
    }
    .areaIntroduct .introductOne .listIntroduct li:nth-child(3n){
    	margin-right: 10px;
    }
    .areaIntroduct .introductOne .listIntroduct li:nth-child(2n){
    	margin-right: 0;
    }
    .areaIntroduct .itemIntroduct .listIntroduct .btn-green{
    	font-size: 14px;
    	padding: 0 5px;
    	height: 50px;
    }
    .areaIntroduct .itemIntroduct.introductTwo .wrapIntroduct:before{
    	/*height: 37%;*/
    }
    .areaIntroduct .itemIntroduct.introductThree .wrapIntroduct:before{
    	/*height: 64%;*/
    }
    .areaIntroduct .introductTwo .listIntroduct li{
    	margin-top: 0;
    }
    .areaIntroduct .introductThree .listIntroduct li{
    	margin-bottom: 0;
    	margin: 0 18px 0 0;
    }
    /*areaProfile*/
    .areaProfile{
    	padding: 20px 0 0;
    }
    .areaProfile .titleProfile{
    	font-size: 24px;
    	margin-bottom: 20px;
    }
    .areaProfile .boxTable{
    	width: 100%;
    }
    .areaProfile .boxTable tr th{
    	width: 130px;
	    color: #2DB294;
	    padding: 20px 10px 20px 20px;
	    letter-spacing: 0;
    }
    .areaProfile .boxTable tr td{
	    padding: 10px 10px 10px 0px;
    }
	.areaProfile .boxTable tr td .faxx{
		pointer-events: none;
	}
	#footer{
		padding-top: 30px;
	}
}

@media all and (-ms-high-contrast:none) {
    .areaIntroduct .itemIntroduct .listIntroduct .btn-green .iconButton {
    	padding-top: 15px;
    }
    .areaProfile .boxTable tr th{
    	padding: 36px 40px 19px;
    }
    .areaProfile .boxTable tr td{
    	padding: 36px 0px 19px;
    }
}	