@charset "UTF-8";

/*  staff
================================================ */


/*! #mainImg メイン画像
---------------------------------------- */

#mainImg {
	background-image: url(../img/staff/bg_main01.png);
}
#staff.member #main {
	margin: 0;
}

/*  intro
================================================ */

#intro {
	margin-bottom: 50px;
}
#intro .titIntro {
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 38px;
	text-align: center;
}
#intro .txt {
	margin-bottom: 45px;
	text-align: center;
}
@media screen and (max-width: 599px) {
	#intro {
		margin-bottom: 25px;
		padding: 0 10px;
	}
	#intro .titIntro {
		margin-bottom: 15px;
		font-size: 16px;
	}
	#intro .txt {
		margin-bottom: 20px;
		font-size: 13px;
	}
}

/*  delegate
================================================ */

#delegate {
	margin-bottom: 70px;
	text-align: center;
}
@media screen and (max-width: 599px) {
	#delegate {
		margin-bottom: 20px;
	}
}
#delegate .titList {
	margin-bottom: 25px;
	background: url(../img/staff/bg_tit01.png) no-repeat 50% 50%;
	font-weight: 400;
	font-size: 26px;
}
@media screen and (max-width: 599px) {
	#delegate .titList {
		margin: 0 3.9% 3%;
		background: url(../img/staff/bg_tit01.png) no-repeat 50% 50%;
		background-size: 690px;
		font-size: 18px;
	}
}
#delegate .delegateList {
	overflow: hidden;
}
#delegate .delegateList li {
	float: left;
	width: 512px;
}
#delegate .delegateList li:nth-child(2n) {
	float: right;
}
#delegate .delegateList li a {
	display: block;
	box-sizing: border-box;
	padding: 0 0 10px;
	border-bottom: 4px solid #00663c;
	background: #e8f5ef;
}
#delegate .delegateList li a .img {
	margin: 0 0 18px;
}
#delegate .delegateList li a .job {
	line-height: 1;
	font-size: 14px;
}
#delegate .delegateList li a .name {
	color: #00663c;
	font-weight: bold;
	font-size: 22px;
}
@media screen and (max-width: 599px) {
	#delegate .delegateList li {
		float: none;
		width: 100%;
		margin-bottom: 12px;
	}
	#delegate .delegateList li:last-child {
		margin-bottom: 0;
	}
	#delegate .delegateList li a {
		padding: 0 0 5px;
		border-bottom: 2px solid #00663c;
	}
	#delegate .delegateList li a .img {
		margin-bottom: 9px;
	}
	#delegate .delegateList li a .job {
		font-size: 10px;
	}
	#delegate .delegateList li a .name {
		font-size: 16px;
	}
}

/*  member
================================================ */

#member {
	text-align: center;
}
#member .titList {
	margin-bottom: 25px;
	background: url(../img/staff/bg_tit02.png) no-repeat 50% 50%;
	font-weight: 400;
	font-size: 26px;
}
#member .titList span {
	display: inline-block;
	padding: 0 20px;
	background-color: #fff;
}
@media screen and (max-width: 599px) {
	#member .titList {
		margin: 0 3.9% 3%;
		background: url(../img/staff/bg_tit02.png) no-repeat 50% 50%;
		background-size: 690px;
		font-size: 18px;
	}
}
#member .memberList {
	overflow: hidden;
}
#member .memberList li {
	float: left;
	width: 336px;
	margin: 0 16px 40px 0;
}
#member .memberList li:nth-child(3n) {
	margin-right: 0;
}
#member .memberList li a {
	display: block;
	box-sizing: border-box;
	padding: 0 0 10px;
	border-bottom: 4px solid #00663c;
	background: #e8f5ef;
}
#member .memberList li a .img {
	margin: 0 0 18px;
}
#member .memberList li a .job {
	line-height: 1;
	font-size: 14px;
}
#member .memberList li a .name {
	color: #00663c;
	font-weight: bold;
	font-size: 22px;
}
@media screen and (max-width: 599px) {
	#member .memberList li {
		float: none;
		width: 100%;
		margin-bottom: 12px;
	}
	#member .memberList li:last-child {
		margin-bottom: 0;
	}
	#member .memberList li a {
		padding: 0 0 5px;
		border-bottom: 2px solid #00663c;
	}
	#member .memberList li a .img {
		margin-bottom: 9px;
	}
	#member .memberList li a .job {
		font-size: 10px;
	}
	#member .memberList li a .name {
		font-size: 16px;
	}
}
#member .note {
	text-align: left;
}
@media screen and (max-width: 599px) {
	#member .note {
		padding: 10px 0 0;
		font-size: 13px;
	}
}

/*  staffIntro
================================================ */

#staffIntro {
	height: 380px;
	margin: 0 0 48px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
#staffIntro .staffIntroIn {
	width: 1040px;
	margin: 0 auto;
	padding: 64px 0 0;
	color: #fff;
	text-shadow: 1px 1px 10px #333;
}
#staffIntro .tit {
	width: 412px;
	line-height: 1;
	margin: 0 0 33px;
	padding: 0 0 25px;
	border-bottom: 2px solid #fff;
	font-weight: 500;
	font-size: 26px;
}
#staffIntro .copy {
	line-height: 1.4;
	margin: 0 0 18px;
	font-weight: normal;
	font-size: 38px;
}
#staffIntro .name {
	font-weight: normal;
	font-size: 16px;
}
#staffIntro .name span {
	padding: 0 0 0 15px;
	font-size: 26px;
	vertical-align: baseline;
}
@media screen and (max-width: 599px) {
	#staffIntro {
		height: 200px;
		margin: 0 0 20px;
	}
	#staffIntro .staffIntroIn {
		width: auto;
		padding: 30px 3.9% 0;
	}
	#staffIntro .tit {
		width: 200px;
		margin: 0 0 14px;
		padding: 0 0 10px;
		border-bottom-width: 1px;
		font-size: 14px;
	}
	#staffIntro .copy {
		margin: 0 0 10px;
		font-size: 20px;
	}
	#staffIntro .name {
		font-size: 12px;
	}
	#staffIntro .name span {
		padding: 0 0 0 5px;
		font-size: 15px;
	}
}

/*  staffIntro chief only
================================================ */

#chief #staffIntro {
	height: 600px;
	margin: 0 0 82px;
}
#chief #staffIntro .staffIntroIn {
	padding: 154px 0 0;
}
#chief #staffIntro .tit {
	margin: 0 0 35px;
	padding: 0 0 23px;
	font-size: 28px;
}
#chief #staffIntro .copy {
	line-height: 1.5;
	margin: 0 0 14px;
	font-size: 48px;
}
#chief #staffIntro .name {
	font-size: 20px;
}
#chief #staffIntro .name span {
	font-size: 32px;
}
@media screen and (max-width: 599px) {
	#chief #staffIntro {
		height: 200px;
		margin: 0 0 20px;
	}
	#chief #staffIntro .staffIntroIn {
		width: auto;
		padding: 30px 3.9% 0;
	}
	#chief #staffIntro .tit {
		width: 200px;
		margin: 0 0 14px;
		padding: 0 0 10px;
		border-bottom-width: 1px;
		font-size: 14px;
	}
	#chief #staffIntro .copy {
		margin: 0 0 10px;
		font-size: 20px;
	}
	#chief #staffIntro .name {
		font-size: 12px;
	}
	#chief #staffIntro .name span {
		padding: 0 0 0 5px;
		font-size: 15px;
	}
}

/* chief sec01
================================================ */

#chief .sec01 {
	overflow: hidden;
}
#chief .sec01 .tit {
	float: left;
	width: 350px;
	font-weight: 500;
	font-size: 28px;
}
#chief .sec01 .txt {
	float: right;
	width: 680px;
	line-height: 2;
}
@media screen and (max-width: 599px) {
	#chief .sec01 .tit {
		float: none;
		width: 100%;
		margin: 0 0 7px;
		font-size: 18px;
	}
	#chief .sec01 .txt {
		float: none;
		width: 100%;
		line-height: 1.6;
		font-size: 14px;
	}
}

/*  chief greeting
================================================ */

#chief #greeting {
	box-sizing: border-box;
	width: auto;
	margin: -125px 0 75px;
	padding: 125px 0 24%;
	background: url(../img/staff/chief/pic_greeting01.jpg) bottom center no-repeat;
	background-size: 100%;
}
@media screen and (max-width: 599px) {
	#chief #greeting {
		box-sizing: border-box;
		width: auto;
		margin: -75px 0 20px;
		margin-top: -75px;
		margin-bottom: 20px;
		padding: 75px 0 20%;
	}
}

#chief #greeting.sec01{
	border: none;
}

/*  chief .sec01
================================================ */

#chief .sec01 {
	box-sizing: border-box;
	width: 1040px;
	margin: 0 auto 52px;
	padding-bottom: 56px;
	border-bottom: 1px solid #dfdad3;
}
@media screen and (max-width: 599px) {
	#chief .sec01 {
		width: auto;
		margin: 0 3.9% 15px;
		padding-bottom: 20px;
	}
}

/*  chief prospect
================================================ */

#chief #prospect.sec01 {
	box-sizing: border-box;
	width: 1040px;
	margin: 0 auto 69px;
	padding: 0;
	border: none;
}
@media screen and (max-width: 599px) {
	#chief #prospect.sec01 {
		width: auto;
		margin: 0 3.9% 30px;
		padding: 0;
		border: none;		
	}
}

/*  chief message
================================================ */

#chief #message {
	min-height: 400px;
	background: url(../img/staff/chief/bg_message01.jpg) no-repeat center top;
	background-size: cover;
	color: #fff;
}
#chief #message .tit {
	margin: 0 0 20px;
	padding: 104px 0 0;
	font-weight: 500;
	font-size: 28px;
}
#chief #message .txt {
	width: 515px;
	line-height: 2;
	font-weight: bold;
}
@media screen and (max-width: 599px) {
	#chief #message {
		min-height: 200px;
	}
	#chief #message .tit {
		margin: 0 0 10px;
		padding: 20px 0 0;
		font-size: 18px;
	}
	#chief #message .txt {
		width: 100%;
		line-height: 1.5;
		font-size: 14px;
	}
}

/*  chief history
================================================ */

#chief #history {
	margin: 0 0 70px;
	padding: 50px 0 60px;
	background: #666;
	color: #fff;
}
#chief #history dl {
	overflow: hidden;
	padding: 18px 0;
	border: 2px solid #fff;
}
#chief #history dl dt {
	display: table-cell;
	width: 172px;
	border-right: 1px solid #fff;
	font-weight: 500;
	font-size: 22px;
	text-align: center;
	vertical-align: middle;
}
#chief #history dl dd {
	display: table-cell;
	line-height: 1.7;
	padding: 6px 20px 6px 28px;
	font-size: 14px;
}
@media screen and (max-width: 599px) {
	#chief #history {
		margin: 0 0 30px;
		padding: 20px 0;
	}
	#chief #history dl {
		padding: 5px 10px 10px;
	}
	#chief #history dl dt {
		display: block;
		width: 100%;
		margin: 0 0 10px;
		padding: 0 0 3px;
		border: 0;
		border-bottom: 1px solid #fff;
		font-size: 16px;
	}
	#chief #history dl dd {
		display: block;
		padding: 0;
		font-size: 12px;
	}
}

/*  entry
================================================ */

#entry .tit {
	margin: 0 0 40px;
	border-bottom: 2px solid #19a162;
	font-weight: 500;
	font-size: 28px;
}
#entry .entryList {
	display: inline-block;
	border: 1px solid #cac2b6;
	border-radius: 5px;
	box-shadow: 0 3px 2.8px 1.2px rgba(102, 102, 102, .3);
}
#entry .entryList li {
	float: left;
	box-sizing: border-box;
	width: 519px;
	border-top: 1px solid #cac2b6;
	border-left: 1px solid #cac2b6;
}
#entry .entryList li:nth-child(odd) {
	border-left: 0;
}
#entry .entryList li:nth-child(1), #entry .entryList li:nth-child(2) {
	border-top: 0;
}
#entry .entryList li a {
	display: table-cell;
	box-sizing: border-box;
	width: 519px;
	height: 127px;
	padding: 0 25px;
	vertical-align: middle;
}
#entry .entryList li a .time {
	display: inline-block;
	line-height: 1;
	color: #999;
	font-weight: bold;
	font-size: 14px;
	vertical-align: middle;
}
#entry .entryList li a .cat {
	display: inline-block;
	line-height: 1;
	padding: 3px 5px;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	border-width: 1px;
	border-style: solid;
}
#entry .entryList li a .txt {
	line-height: 1.6;
	margin-top: 4px;
	font-size: 16px;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}
#entry .entryList li a:hover .cat {
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
#entry .entryList li a:hover .txt {
	text-decoration: underline;
}
@media screen and (max-width: 599px) {
	#entry .tit {
		margin: 0 0 20px;
		font-size: 16px;
	}
	#entry .entryList {
		display: block;
	}
	#entry .entryList li {
		width: 100%;
		border: 0;
		border-top: 1px solid #cac2b6;
	}
	#entry .entryList li:first-child {
		border-top: 0;
	}
	#entry .entryList li:nth-child(2) {
		border-top: 1px solid #cac2b6;
	}
	#entry .entryList li a {
		display: block;
		width: 100%;
		height: auto;
		padding: 10px;
	}
	#entry .entryList li a .time {
		font-size: 12px;
	}
	#entry .entryList li a .cat {
		font-size: 12px;
	}
	#entry .entryList li a .txt {
		font-size: 14px;
	}
}

/*  memberSec01
================================================ */

.memberSec01 {
	width: 1040px;
	margin: 0 auto 35px;
}
.memberSec01.last {
	margin-bottom: 76px;
}
.memberSec01 .tit {
	margin: 0 0 23px;
	padding: 0 0 4px;
	border-bottom: 2px solid #dfdad3;
	font-weight: 500;
	font-size: 28px;
}
.memberSec01 .txt {
	line-height: 2;
	font-size: 18px;
}
@media screen and (max-width: 599px) {
	.memberSec01 {
		width: auto;
		margin: 0 0 15px;
		padding: 0 3.9%;
	}
	.memberSec01.last {
		margin-bottom: 25px;
	}
	.memberSec01 .tit {
		margin: 0 0 10px;
		border-bottom-width: 1px;
		font-size: 16px;
	}
	.memberSec01 .txt {
		line-height: 1.6;
		font-size: 14px;
	}
}

/*# sourceMappingURL=maps/staff.css.map */