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

.ttl-set {
	height:80px;
	display:block;
	margin:0 auto;
	background-image:url(../../company/img/ttl-company.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:top center;
}
.ttl-set h1 {
	padding-top:110px;
	display: block;
    font-size: 1.3em;
    font-weight: 100;
    letter-spacing: 0.3em;
    line-height: 1em;
    margin-top: 0.5em;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
.ttl-set {background-image:url(../../company/img/ttl-company@2x.png);}
}
@media screen and (max-width: 768px) {
.ttl-set {height:60px;}
.ttl-set h1 {padding-top:80px;}
}
@media screen and (max-width: 480px) {
.ttl-set {height:40px;}
.ttl-set h1 {padding-top:60px;}
}

/*============================================================================================
↓会社概要====================================================================================
============================================================================================*/
.company .col {
	width: 50%;
	float: left;
	line-height: 2em;
}
.company .col th {
	width: 20%;
	vertical-align: top;
}
.bg-iilust {
	/*background-image: url(../../company/img/ill-house.png);*/ /*20190226修正*/
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 80px 50px;
}
@media screen and (max-width: 768px) {
.company .col {
	width: 100%;
	float: inherit;
}
}
@media screen and (max-width: 480px) {
.bg-iilust {
	background-image: none;
}
}

/*============================================================================================
↓地図========================================================================================
============================================================================================*/
.access {
}
.gmap-area {
	width: 100%;
	height: 300px;
}

/*============================================================================================
↓アドバイザー================================================================================
============================================================================================*/
.adviser {
	line-height: 2em
}

/*========================
↓代表====================
========================*/
.left-fix { /*common.cssを上書き*/
	z-index: 2;
	position: absolute;
    left: 0;
}
.manager {
	width: 100%;
	overflow: hidden;
	margin-bottom: 2em;
    position: relative;
}
.manager img {
	max-width:  200px;
	width: 100%;
}
.manager .more-info a:link,
.manager .more-info a:visited {
	text-decoration: none;
	background-color: #fff;
	border: solid 1px #000;
	font-size: 0.8em;
	text-align: center;
	padding: 0.2em 0;
	width: 120px;
	display: block;
	margin: 0 auto;
}
.manager .more-info a:hover {
	color: #fff;
	background-color: #000;
}
.iam {
	font-size: 1.6em;
	font-weight: 400;
	margin-bottom: 1em;
}
.iam .lang-en {
	font-size: 0.8em;
	font-weight: 100;
	margin-left: 1em;
}
.my-position {
	margin-bottom: 1em;
}
.my-capacity {
}
.my-capacity th {
	width: 20%;
	padding-right: 1em;
	vertical-align: top;
}
.my-capacity th ,
.my-capacity td {
	padding-top: 1em;
	padding-bottom: 1em;
}
.box-link {
	min-width: 80px;
	margin-right: 3px;
	margin-bottom: 3px;
	display: inline-block;
	text-align: center;
}
.go-blog {
	padding: 1em 0;
}
.go-blog a:link,
.go-blog a:visited {
	color: #000;
	text-decoration: none;
	background-color:#fff;
	padding: 0.5em 1.5em;
	border: solid 1px #000;
	background-image:url(../img/ico-linkoutside.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: bottom right;
	line-height: 1em;
	font-size: 1.1rem;
	font-weight: 100;
	margin-left: 0.5em;
}
.go-blog a:hover {
	color: #fff;
	background-color: #000;
}

@media screen and (max-width: 480px) {
.left-fix { /*common.cssを上書き*/
	position: inherit;
}
.manager img {
	max-width:  180px;
	width: 100%;
}
.iam,
.my-position {
	text-align: center;
}
}

/*========================
↓メンバー================
========================*/
.member {
	width: 100%;
	overflow: hidden;
	margin-bottom: 2em;
}
.member li {
	width: 15%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2em;
	box-sizing: border-box;
}
.member li:nth-child(6n) {
	margin-right: 0;
}
.member li img {
	width: 100%;
}
.member .full-name {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 0.5em;
}
.member .full-name .lang-en {
	font-size: 0.8em;
	font-weight: 100;
}
.member .works-area {
	line-height: 1.5em;
	margin-bottom: 0.5em;
}
.member .more-info a:link,
.member .more-info a:visited {
	text-decoration: none;
	background-color: #fff;
	border: solid 1px #000;
	font-size: 0.8em;
	text-align: center;
	padding: 0.2em 0;
	width: 100%;
	display: block;
}
.member .more-info a:hover {
	color: #fff;
	background-color: #000;
}
@media screen and (max-width: 768px) {
.member li {
	width: 23.5%;
}
.member li:nth-child(6n){margin-right: 2%;}
.member li:nth-child(4n) {
	margin-right: 0;
}
}
@media screen and (max-width: 480px) {
.member li {
	width: 32%;
}
.member li:nth-child(6n),
.member li:nth-child(4n) {margin-right: 2%;}
.member li:nth-child(3n) {
	margin-right: 0;
}
}

/*========================
↓事務====================
========================*/
.clerk {
}
.clerk .ttl {
	border-left: solid 5px #000;
	padding-left: 0.5em;
	margin-bottom: 0.5em;
}
.clerk .full-name {
	float: none;
	padding: 1em 0;
}
