@charset "utf-8";





/*----------------------------------- 
      #sec1　メールファクトリー
-----------------------------------*/

#sec1 {
	padding: 0 0 60px;
	background-color: #DFEBFD;
	border-left: #BAD8F8 3px solid;
	border-right: #BAD8F8 3px solid;
	border-bottom: #BAD8F8 3px solid;
}

.sec1-box1 {
	background: url(../img/company/sec1-bg.png) center 0 no-repeat;
	padding-top: 8%;
	margin: 0 -3px 4%;
	background-size: cover;
}
.sec1-box1 h2 {
    color: #fff;
    font-size: 44px;
	font-size: 4.4rem;
	font-weight: bold;
	line-height: 1.7;
	text-align: center;
	margin-bottom: 6%;
}
.sec1-box1 h2 ruby > rt {
    font-size: 12px;
	font-size: 1.2rem;
}
.sec1-box1 h3 {
    max-width: 302px;
	width: 45%;
	margin: 0 auto;
	line-height: 0;
}
.sec1-box1 h3 a {
	transition: .5s;
}
.sec1-box1 h3 a:hover {
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	transition: .5s;
}

.sec1-box2 {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 4%;
	box-sizing: border-box;
}

@media screen and (max-width: 1024px){
	#sec1 {
		padding: 0 0 5%;
	}
	.sec1-box1 h2 {
		font-size: 30px;
		font-size: 3.0rem;
	}
	.sec1-box1 h2 ruby > rt {
		font-size: 10px;
		font-size: 1.0rem;
	}
}
@media screen and (max-width: 768px){
	.sec1-box1 h2 {
		font-size: 19px;
		font-size: 1.9rem;
	}
	.sec1-box1 h2 ruby > rt {
		font-size: 7px;
		font-size: 0.7rem;
	}
}

/*----------------------------------- 
      #sec2　社長挨拶
-----------------------------------*/

.sec2-box1 p {
	line-height: 3;
}
.sec2-box1 h3 {
    font-weight: bold;
	text-align: right;
	margin-top: 2em;
}

@media screen and (max-width: 768px){
	.sec2-box1 p {
		line-height: 2.5;
	}
}


/*----------------------------------- 
      #sec3　会社概要
-----------------------------------*/

#sec3 {
	/*padding: 8% 4% 8%;*/
}

.sec3-box1 {
	margin-bottom: 5%;
}
.sec3-box1 table {
    width: 100%;
	border-collapse: collapse;
	border-top: #DBDBDB 1px solid;
}
.sec3-box1 th {
    width: 25%;
	/*font-weight: bold;*/
	text-align: center;
	padding: 1.5em 0;
	background-color: #F3F7FE;
	border-bottom: #DBDBDB 1px solid;
}
.sec3-box1 td {
	padding: 1.5em 2em;
	border-bottom: #DBDBDB 1px solid;
}
@media screen and (max-width: 768px){
	.sec3-box1 {
		margin-bottom: 8%;
	}
	.sec3-box1 table {
		border-left: #DBDBDB 1px solid;
		border-right: #DBDBDB 1px solid;
	}
	.sec3-box1 th {
		width: 100%;
		display: block;
		font-weight: bold;
		padding: 0.5em 0;
	}
	.sec3-box1 td {
	    display: block;
		padding: 1em 4%;
    }
}


.sec3-map iframe {
    width: 100%;
	height: 350px;
}
