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

/*////////////////////////////////////////////////////////

about.css

///////////////////////////////////////////////////////*/
#sigAbout {
}
/* =mainvisual-wrap
-------------------------------------------------------*/
#sigAbout #first-view-wrap {
	margin-left: 80px;
}
#sigAbout #first-view-wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#sigAbout #first-view-wrap .head-sec {
	float: left;
	width: 40%;
	padding: 220px 100px 0 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#sigAbout #first-view-wrap .mainvisual-sec {
	float: right;
	width: 55%;
	background: url(/assets/common/img/bg-sec-2.png) no-repeat left bottom;
	background-size: 100% 600px;
	padding: 0 0 100px 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
#sigAbout #first-view-wrap .head-sec {
	padding: 140px 50px 0 20px;
}
#sigAbout #first-view-wrap .mainvisual-sec {
	background-size: 100% 300px;
	padding: 0 0 50px 50px;
}
}

@media screen and (max-width: 768px) {
/*#sigAbout #first-view-wrap .head-sec {
	padding: 80px 0 0 20px;
}*/
#sigAbout #first-view-wrap .head-sec {
	clear:both;
	float: none;
	width: 100%;
	padding: 80px 80px 0 0;
}
#sigAbout #first-view-wrap .mainvisual-sec {
	float: right;
	width: 92%;
}
#sigAbout #first-view-wrap .mainvisual-sec .visual-box { width:70%; margin-left:30%; }
}

@media screen and (max-width: 414px) {
#sigAbout #first-view-wrap {
	margin-left: 0px;
}
#sigAbout #first-view-wrap .head-sec {
	padding: 80px 8% 0;
}
#sigAbout #first-view-wrap .mainvisual-sec {
	background-size: 100% 250px;
}
#sigAbout #first-view-wrap .mainvisual-sec .visual-box { width:90%; margin-left:10%; }
}
/* =profile-wrap
-------------------------------------------------------*/
#sigAbout #profile-wrap {
	position: relative;
	margin-top: 150px;
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
}
#sigAbout #profile-wrap .v-writing {
	position: absolute;
	top: 250px;
	right: -15px;
}
#sigAbout #profile-wrap section {
	width: 86.6666667%;
	background: url(/assets/common/img/bg-sec-2.png) no-repeat left bottom;
	background-size: 100% 350px;
	padding: 0 0 0 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#sigAbout #profile-wrap section .inner-profile {
	position: relative;
	margin-top: 100px;
	padding: 80px 0 80px;
	background: url(/assets/index/img/bg-white.jpg) repeat-y right -2px top 0;
	background-size: 92% auto;
}
#sigAbout #profile-wrap section .inner-profile:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#sigAbout #profile-wrap section .inner-profile .in-pic {
	float: left;
	width: 34%; /*max-width:600px;*/ /*margin-top:-260px;*/
	margin-top: -100px;
}
#sigAbout #profile-wrap section .inner-profile .in-body {
	float: right; /*width:44.355%;*/
	width: 50%;
}
@media screen and (max-width: 1024px) {
#sigAbout #profile-wrap {
	margin-top: 100px;
}
#sigAbout #profile-wrap section {
	background-size: 100% 300px;
	padding: 0 0 0 80px;
}
#sigAbout #profile-wrap section .inner-profile .in-pic {
	margin-top: -50px;
}
}
@media screen and (max-width: 768px) {
#sigAbout #profile-wrap {
	margin-top: 0;
}
#sigAbout #profile-wrap section {
	width: 92%;
	background-size: 100% 600px;
	padding: 0;
}
#sigAbout #profile-wrap section .inner-profile {
	padding: 0 0 80px;
}
#sigAbout #profile-wrap section .inner-profile .in-pic {
	float: none;
	width: 45%;
	padding-left: 4%;
	margin-top: 0;
}
#sigAbout #profile-wrap section .inner-profile .in-body {
	float: none;
	width: 100%;
	padding-left: 30%;
	margin-top: 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
}
@media screen and (max-width: 414px) {
#sigAbout #profile-wrap .v-writing {
	right: -35px;
}
#sigAbout #profile-wrap section .inner-profile .in-body {
	padding-left: 16%;
}
#sigAbout #profile-wrap section .inner-profile .in-pic {
	width: 64%;
}
}
/* =staff-wrap
-------------------------------------------------------*/
#sigAbout #staff-wrap {
	margin-top: 200px;
	padding: 0 80px;
}
#sigAbout #staff-wrap .head-sec-ttl-m {
	text-align: center;
}
#sigAbout #staff-wrap ul.in-staff:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#sigAbout #staff-wrap ul.in-staff {
	margin-top: 80px;
}
#sigAbout #staff-wrap ul.in-staff li {
	float: left;
	width: 26.733333%;
	margin: 0 3.3% 100px;
}
#sigAbout #staff-wrap ul.in-staff li .job-type {
	font-size:1.4rem;
	display:block;
}
#sigAbout #staff-wrap ul.in-staff li .txt-staff {
	color: #858585;
	margin-top: 30px;
}
@media screen and (max-width: 1024px) {
#sigAbout #staff-wrap ul.in-staff li {
	width: 40%;
	margin: 0 5% 100px;
}
}
@media screen and (max-width: 414px) {
#sigAbout #staff-wrap {
	padding: 0 8%;
}
#sigAbout #staff-wrap ul.in-staff li {
	float:none;
	width: 100%;
	margin: 0 0 50px;
}
}
/* =type-wrap
-------------------------------------------------------*/
#sigAbout #type-wrap {
	margin-top: 200px;
	padding: 0 80px;
}
#sigAbout #type-wrap .head-sec-ttl-m {
	text-align: center;
}
#sigAbout #type-wrap ul.in-type:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#sigAbout #type-wrap ul.in-type {
	margin-top: 80px;
}
#sigAbout #type-wrap ul.in-type li {
	float: left;
	width: 18.333333%;
	margin: 0 3.333333% 100px;
}
#sigAbout #type-wrap ul.in-type li .txt-type {
	color: #858585;
	margin-top: 30px;
}
#sigAbout #type-wrap .deco-line {
	width:100%;
	border-color:#efefef;
}
@media screen and (max-width: 1024px) {
#sigAbout #type-wrap ul.in-type li {
	width: 40%;
	margin: 0 5% 100px;
}
}
@media screen and (max-width: 414px) {
#sigAbout #type-wrap {
	padding: 0 8%;
}
#sigAbout #type-wrap ul.in-type li {
	float:none;
	width: 100%;
	margin: 0 0 50px;
}
}
/* =link-wrap
-------------------------------------------------------*/
#sigAbout #link-wrap {
	background-color: #f7f7f7;
	margin-top: 100px;
	padding: 80px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#sigAbout #link-wrap ul.in-link:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#sigAbout #link-wrap ul.in-link > li {
	float: left;
	width: 50%;
	border-right: solid 1px #ccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#sigAbout #link-wrap ul.in-link > li:last-child { border-right:none; }
#sigAbout #link-wrap ul.in-link > li .inner { padding:0 50px; }
#sigAbout #link-wrap ul.in-link > li .link-txt-uline { text-align:right; }

@media screen and (max-width: 768px) {
#sigAbout #link-wrap ul.in-link > li {
	float: none;
	width: 100%;
	border-bottom: solid 1px #ccc;
	border-right:none;
	padding-bottom:50px;
	margin-bottom:50px;
}
#sigAbout #link-wrap ul.in-link > li:last-child { border-bottom:none; padding-bottom:0; margin-bottom:0; }
#sigAbout #link-wrap ul.in-link > li .inner { padding:0; }
}
@media screen and (max-width: 414px) {
#sigAbout #link-wrap {
	padding: 30px 8%;
}
}
