
.aboutColumn {
	padding: 100px!important;
}
#about #content{
	margin-top: 57px;
}

.aboutImage img{
	width: 100%;
}

h1{
	font-size: 5.5em;
	margin-bottom: 0.4em!important;
	font-weight: 600;
}

h2 {
	font-family: din-2014 , sans-serif;
	font-size: 1.8em;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 0 6px;
}
h3 {
	font-size: 1.1em;
	margin: 0 0 28px;
	letter-spacing: 1px;
}
.position {
	height: 46px;
}

.section {
	margin: 0 0 23px;
}
.section p {
	font-size: 0.9375rem;
}

.section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.section ul li {
	margin-bottom: 12px;
}
.section dt {
	width: 70px;
	color: #888;
	float: left;
	clear: both;
	margin: 0 0 12px;
}
.section dd {
	margin: 0 0 12px 80px;
}


.sns{
	display: flex;
	padding-left: 0;
	margin-top: 20px!important;
	align-items:center;
}

.sns li {
	margin-bottom: 0!important;
	margin-right: 15px ;
}

.sns li a img {
	width: 40px!important;
}


.profile{
	display: flex;
	align-items:flex-end;
}

.profile .aboutImage {
	flex: 1;
	margin-right: 50px;
	margin-bottom: 0;
}

.profile .content {
	max-width: 500px;
	text-align: inherit;
}

.profile .content h2{
	margin-bottom: 20px;
}

.profile .content p {
	margin-bottom: 0;
}

.profileEguchi {
	float: left;
	width: 350px;
}
.profileHou {
	float: right;
	width: 350px;
}
.serviceList {
	padding: 0;
}
.serviceList li {
	list-style: none;
	margin: 0 1.2em 3px 0;
	padding: 0;
	float: left;
}
.tradename {
 font-size: 1.35em;
}

.service,.clients,.award{
	margin: 0 0 75px;
}

.exhibition{
	margin: 0 0 35px;
}

.copyright{
	font-family: din-2014;
	font-weight: normal;
	font-size: 0.8125rem;
}


@media screen and (max-width: 480px) {

	#about #content {
		margin-top: 0;
	}

#content img {
	width: 100%;
	height: auto;
}

h1{
	font-size: 2.1875rem;
	margin-top: 0!important;
}

	.profile .content h2{
		font-size: 1rem;
	}

	.section p {
		font-size: 0.6875rem;
		margin-bottom: 30px;
		line-height: 180%;
	}

	.section {
		margin: 0;
	}

	.profile,.service, .clients, .award,.exhibition {
		margin: 0 0 40px;
	}

	.sns li {
		width: 25px;
		margin-right: 15px;
	}

	.profile{
		display: inherit;
	}

	.profile .aboutImage {
		margin-right: 0;
		margin-bottom: 26px;
	}

	.profile .content h2{
		font-size: 1.125rem;
	}
	.aboutColumn {
		padding: 100px 20px 0!important;
	}

.profileEguchi {
	width: 100%;
	margin:  0 0 5em;
}

.sns{
	margin-top: 20px!important;
}

}


/* ==========================================================================
  Clear fix
  ========================================================================== */
.article:after,
.section:after,
.serviceList:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	line-height : 0;
}

