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

/* nav*/
nav#g-nav .b-business a {
	border-bottom: #000000 solid 2px;
	font-weight: bold;
	letter-spacing: 0;
}

/*
BUSINESS common
========================================================================================== */

/* color */
.color-b01 {
	color: #2976b4;
}
.color-b02 {
	color: #866c48;
}
.color-b03 {
	color: #3890c3;
}
.color-b04 {
	color: #91676d;
}
.color-b05 {
	color: #00a9ff;
}
.color-b06 {
	color: #21A5A5;
}
.color-b07 {
	color: #806248;
}

/*船員*/
.color-p01 {
	color: #C43A67;
	background-color: #c04c6f;
}
/*企画*/
.color-p02 {
	color: #005393;
	background-color: #457ea1;
}
/*技能*/
.color-p03 {
	color: #0B9C9C;
	background-color: #279f9e;
}

/* person */
#contents .person {
	position: absolute;
}
#contents .person .ttl.left {
	display: table-cell;
	padding-right: 5px;
	vertical-align: middle;
}
#contents .person.top .ttl {
	display: block;
	margin-bottom: 12px;
	text-align: center;
}
#contents .person ul {
	display: table-cell;
	vertical-align: middle;
}
#contents .person.top ul {
	display: inline-block;
	text-align: center;
}
#contents .person ul li {
	position: relative;
	float: left;
	margin-bottom: 10px;
	padding: 0 5px;
}
#contents .person ul li:after {
	display: block;
	content: '';
	width: 128px;
	height: 32px;
	background: url(../../../images/business/p_ico01.png);
	position: absolute;
	bottom: -10px;
	left: 5px;
}
#contents .person ul li.p01:after {
	background: url(../../../images/business/p_ico01.png);
}
#contents .person ul li.p02:after {
	background: url(../../../images/business/p_ico02.png);
}
#contents .person ul li.p03:after {
	background: url(../../../images/business/p_ico03.png);
}

#contents .person ul li img {
	border-radius: 64px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.42);
}
#contents .person ul li a {
	display: block;
	width: 128px;
	height: 128px;
}
#contents .person ul li a .name {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 5px;
	right: 0;
	width: 128px;
	height: 128px;
	background-color: rgba(0,0,0,0);
	border-radius: 64px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	transition: all .5s ease-in;
}
#contents .person ul li .name span {
	display: block;
}
#contents .person ul li .name .roman {
	padding: 37px 0 6px 0;
	font-size: 0.9rem;
}
#contents .person ul li.sm .name .roman {
	padding: 28px 0 6px 0;
}
#contents .person ul li .name .chinese {
	margin-bottom: 6px;
	font-size: 1.7rem;
	letter-spacing: .1em;
}
#contents .person ul li .name .position {
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 1.2em;
}
/*#contents .person ul li .name .position.small {
	font-size: 0.8rem;
}*/
/*hover*/
#contents .person ul li a:hover .name {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
#contents .person ul li a .name {
	-webkit-transition:all ease 0.7s;
	-moz-transition:all ease 0.7s;
	transition:all ease 0.7s;
}

#contents .person ul li.p01 a:hover .name {
	/*background-color: rgba(192,76,22,0.8);*/
	background-color: rgba(203,78,118,0.8);
}
#contents .person ul li.p02 a:hover .name {
	/*background-color: rgba(39,159,158,0.8);*/
	background-color: rgba(33,166,166,0.8);
}
#contents .person ul li.p03 a:hover .name {
	/*background-color: rgba(69,126,161,0.8);*/
	background-color: rgba(0,94,148,0.8);
}


/* nav */
#contents .sec-nav {
	border-bottom: 6px solid #ff4d46;
}
#contents .sec-nav ul {
	display: table;
	width: 980px;
	margin: 0 auto;
}
#contents .sec-nav ul li {
	display: table-cell;
	width: 485px;
}
#contents .sec-nav ul li a,
#contents .sec-nav ul li span {
	display: block;
	height: 77px;
	background: #eee;
	border-radius: 6px 6px 0 0;
}
#contents .sec-nav ul .current span {
	background: #ff4d46;
}
#contents .sec-nav ul li:nth-child(2) a,
#contents .sec-nav ul li:nth-child(2) span {
	margin: 0 10px;
}
#contents .sec-nav.btm {
	border-bottom: none;
	border-top: 6px solid #ff4d46;
}
#contents .sec-nav.btm ul li a,
#contents .sec-nav.btm ul li span {
	border-radius: 0 0 6px 6px;
}

/* sec-lead */
#contents .sec-lead{
	padding: 60px 0 45px 43px;
}
#contents .sec-lead h1{
	margin-bottom: 24px;
}
#contents .sec-lead p{
	font-size: 20px;
	font-weight: 800;
	line-height: 1.8;
}

/* sec-customer */
#contents .sec-customer {
	position: relative;
	padding: 204px 0 55px 0;
	text-align: center;
}
#contents .sec-customer ul {
	text-align: center;
}
#contents .sec-customer ul li,
#contents .sec-customer p {
	display: inline-block;
	vertical-align: top;
	padding: 0 30px;
	height: 301px;
}

/* clearfix
-----------------------------------------------------------------*/
.cf:before,
.cf:after{
	content: "";
	display: table;
}
.cf:after{
	clear: both;
}
.cf{
	zoom: 1;
}
