@charset "utf-8";

/* --------------------------------------------------------------------------------------------------------------------

	company (index.html)

-------------------------------------------------------------------------------------------------------------------- */


/* -------------------------------------- .company-titleCnt -------------------------------------- */

.company-titleCnt {
	padding: 50px 0 60px;
}

.company-titleCnt div {
	float: left;
	width: 33%;
}

.company-titleCnt section {
	float: right;
	width: 66%;
	margin-top: 40px;
}

/* ---------------------------------------
	max-width: 959px
--------------------------------------- */

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

	.company-titleCnt {
		padding-bottom: 40px;
	}

}


/* ---------------------------------------
	max-width: 839px
--------------------------------------- */

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

	.company-titleCnt div,
	.company-titleCnt section {
		float: none;
		width: 100%;
		margin-top: 0;
	}

}


/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

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

	.company-titleCnt {
		padding: 30px 0;
	}

}


/* -------------------------------------- company-profileCnt -------------------------------------- */

.company-profileCnt {
	padding-bottom: 60px;
	overflow: hidden;
}

.company-profileCnt .cnt-inner {
	/*overflow: hidden;*/
}


/* -------- company-profile-imgCnt  -------- */

#company-profile-imgCnt {
	height: 240px;
	margin-bottom: 60px;
	background: no-repeat 50% 50%;
	-moz-background-size: contain !important;
	-webkit-background-size: contain !important;
	-o-background-size: contain !important;
	background-size: contain !important;
}

.no-js #company-profile-imgCnt,
.sizeL #company-profile-imgCnt {
	background-image: url("../images/company-profileCnt_pic01.jpg");
}
.sizeM #company-profile-imgCnt {
	background-image: url("../images/company-profileCnt_pic01m.jpg");
}
.sizeS #company-profile-imgCnt {
	background-image: url("../images/company-profileCnt_pic01s.jpg");
}


/* -------- company-profile-profileCnt  -------- */

.company-profile-profileCnt {
	font-size: 80%;
	line-height: 1.5;
	width: 100%;
	float: left;
}

.company-profile-profileCnt dt {
	color: #9c8d6c;
	font-weight: bold;
	position: absolute;
	padding: 15px 0 15px 15px;
	margin-right: 480px;
}

.company-profile-profileCnt dd {
	border-bottom: 1px solid #ccc;
	padding: 15px 15px 15px 8em;
	margin-right: 480px;
}

.company-profile-profileCnt dd.last {
	border: none;
	padding-bottom: 0;
}


/* -------- company-profile-movieCnt  -------- */

.company-profile-movieCnt {
	line-height: 1.5;
	float: right;
	margin-left: -420px;
	width: 420px;
}

.company-profile-movieCnt h3 {
	text-align: center;
	font-size: 95%;
	color: #9c8d6c;
	margin-bottom: 15px;
}

.company-profile-movieCnt div {
	padding: 10px;
	margin-bottom: 15px;
	background: #1a1a1a;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.company-profile-movieCnt iframe {
	display: block;
	position: relative;
	z-index: 51;
}


/* -------- company-profile-messageBtnCnt  -------- */

.company-profile-messageBtnCnt {
	line-height: 1.5;
	position: relative;
	margin: 30px auto 0;
}

.company-profile-messageBtnCnt dt {
	text-indent: -9999px;
	width: 86px;
	height: 86px;
	background: url("../images/site_splite02.png") no-repeat 0 -500px;
	position: absolute;
	top: 50%;
	margin: -43px 0 0 10px;
	z-index: 1;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
	.company-profile-messageBtnCnt dt {
		background-image: url("../images/site_splite02x2.png");
		-moz-background-size: 300px 600px;
		-webkit-background-size: 300px 600px;
		-o-background-size: 300px 600px;
		background-size: 300px 600px;
	}
}

#company-profile-messageBtn {
	font-size: 80%;
	font-weight: bold;
	line-height: 1.8;
	color: #534a47;
	border: 1px solid #ccc;
	border-style: solid none;
	padding: 10px 0 10px 130px;
	cursor: pointer;
	display: block;
	position: relative;

	-moz-transition: background-color .1s linear;
	-webkit-transition: background-color .1s linear;
	-o-transition: background-color .1s linear;
	transition: background-color .1s linear;
}
body.IE7 #company-profile-messageBtn {
	zoom:1;
}

#company-profile-messageBtn:hover {
	color: #332e2c;
	background-color: #f2f2f2;
}

#company-profile-messageBtn:before {
	content: "";
	width: 10px;
	height: 10px;
	background: transparent url("../images/site_splite02.png") no-repeat 0 -250px;
	position: absolute;
	top: 50%;
	margin: -5px 0 0 -20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
	#company-profile-messageBtn:before {
		background-image: url("../images/site_splite02x2.png");
		-moz-background-size: 300px 600px;
		-webkit-background-size: 300px 600px;
		-o-background-size: 300px 600px;
		background-size: 300px 600px;
	}
}

#company-profile-messageBtn.open:before  {
	background-position: -50px -250px;
}


/* -------- company-profile-messageCnt  -------- */

#company-profile-messageCnt {
	overflow: hidden;
	-moz-transition: height .5s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition: height .5s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: height .5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: height .5s cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutQuart */
}
html.js #company-profile-messageCnt {
	height: 0;
}
body.IE7 #company-profile-messageCnt {
	position: relative;
}

#company-profile-messageCnt .inner {
	padding: 40px 4%;
	border: 4px solid #d9d9d9;
	position: relative;
	margin-top: 40px;
	background-color: #fff;
}

#company-profile-messageCnt .inner:before,
#company-profile-messageCnt .inner:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
}

#company-profile-messageCnt .inner:before {
	border: 18px solid transparent;
	border-bottom-width: 26px;
	border-bottom-color: #d9d9d9;
	top: -44px;
	right: 16%;
}
#company-profile-messageCnt .inner:after {
	border: 12px solid transparent;
	border-bottom-width: 18px;
	border-bottom-color: #fff;
	top: -30px;
	right: 16%;
	margin-right: 6px;
}

#company-profile-messageCnt img {
	width: 384px;
	height: auto;
	float: right;
	margin: 0 0 20px 40px;
}

#company-profile-messageCnt .common-closeBtn {
	top: 0;
	right: 0;
}


/* ---------------------------------------
	max-width: 1440px
--------------------------------------- */

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

	/*画像サイズより小さくなったら contain を解除*/
	#company-profile-imgCnt {
		-moz-background-size: auto auto !important;
		-webkit-background-size: auto auto !important;
		-o-background-size: auto auto !important;
		background-size: auto auto !important;
	}

}

/* ---------------------------------------
	max-width: 1199px
--------------------------------------- */

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

	#company-profile-messageCnt .inner {
		padding: 30px;
	}

}


/* ---------------------------------------
	max-width: 959px
--------------------------------------- */

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

	#company-profile-imgCnt {
		margin-bottom: 40px;
	}

	.company-profile-profileCnt dt,
	.company-profile-profileCnt dd {
		margin-right: 400px;
	}

	.company-profile-movieCnt {
		margin-left: -400px;
		width: 360px;
	}

	.company-profile-movieCnt iframe {
		width: 340px;
		height: 255px;
	}
}

/* ---------------------------------------
	max-width: 839px
--------------------------------------- */

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

	.company-profileCnt {
		padding-bottom: 20px;
	}

	#company-profile-imgCnt {
		margin-bottom: 0;
	}

	.company-profile-profileCnt {
		padding: 20px 0 30px;
		float: none;
	}

	.company-profile-profileCnt dt,
	.company-profile-profileCnt dd {
		margin-right: 0;
	}

	.company-profile-movieCnt {
		float: none;
		width: auto;
		padding: 20px 100px;
		margin: 0 -100px;
		background: #f2f2f2;
	}

	.company-profile-movieCnt div {
		width: 400px;
		margin: 0 auto;
	}

	.company-profile-movieCnt iframe {
		width: 400px;
		height: 300px;
	}

	.company-profile-messageBtnCnt {
		width: 460px;
	}

	.company-profile-messageCnt-wrap {
		background: #f2f2f2;
		margin-top: -20px;
		padding-bottom: 30px;
	}

	#company-profile-messageCnt .inner:before {
		right: 50%;
		margin-right: -18px;
	}
	#company-profile-messageCnt .inner:after {
		right: 50%;
		margin-right: -12px;
	}

}


/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

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

	#company-profile-imgCnt {
		height: 120px !important;
		-moz-background-size: cover !important;
		-webkit-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
	}

	.company-profile-profileCnt {
		padding: 10px 0 20px;
	}

	.company-profile-profileCnt dd {
		padding-left: 7em;
	}

	.company-profile-movieCnt h3 {
		font-size: 87.5%;
	}

	.company-profile-messageBtnCnt {
		width: 400px;
	}

	#company-profile-messageBtn:hover {
		background-color: #ededed;
	}

	.company-profile-messageCnt-wrap {
		padding-bottom: 20px;
	}

	#company-profile-messageCnt .inner {
		padding: 20px;
	}

	#company-profile-messageCnt h2 {
		padding-right: 20px;
	}

	#company-profile-messageCnt img {
		display: none;
	}

}


/* ---------------------------------------
	max-width: 479px
--------------------------------------- */

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

	.company-profileCnt {
		padding-bottom: 20px;
	}

	.company-profile-movieCnt div {
		width: 240px;
		margin: 0 auto 15px;
	}

	.company-profile-movieCnt iframe {
		width: 240px;
		height: 180px;
	}

	.company-profile-movieCnt h3 {
		margin-bottom: 10px;
	}

	.company-profile-movieCnt h3 span {
		display: block;
	}

	.company-profile-messageBtnCnt {
		width: 100%;
		margin-top: 20px;
	}

	.company-profile-messageBtnCnt dt {
		color: #9c8d6c;
		font-weight: bold;
		font-size: 87.5%;
		text-align: center;
		text-indent: 0;
		width: auto;
		height: auto;
		position: static;
		background-image: none;
		padding-bottom: 10px;
		margin-top: 0;
	}

	#company-profile-messageBtn {
		text-align: center;
		padding: 5px 0;
		background-position: 15px 50%;
	}

}


/* -------------------------------------- .company-accessCnt -------------------------------------- */

.company-accessCnt {
	padding-bottom: 70px;
}


/* -------- company-access-txtCnt  -------- */

.company-access-txtCnt {
	float: right;
	width: 290px;
	margin-left: -290px;
}

.company-access-txtCnt dl {
	margin: -10px 0 20px;
}

.company-access-txtCnt dt {
	font-size: 87.5%;
	color: #9c8d6c;
	font-weight: bold;
	margin-bottom: 5px;
}

.company-access-txtCnt dd {
	font-size: 80%;
	line-height: 1.5;
	margin-bottom: 10px;
}

.company-access-txtCnt ul {
	margin-bottom: 20px;
}

.company-access-txtCnt li {
	margin-bottom: 7px;
}

.company-access-txtCnt li a {
	font-size: 75%;
	font-weight: bold;
	text-align: center;
	color: #fff;
	display: block;
		padding: 15px 27px 15px 15px;
	background: #534A47;
	position: relative;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;

	-moz-transition: background-color .1s linear;
	-webkit-transition: background-color .1s linear;
	-o-transition: background-color .1s linear;
	transition: background-color .1s linear;
}
body.lteIE7 .company-access-txtCnt li a {
	zoom: 1;
	padding-right: 15px;
}
.company-access-txtCnt li a:hover {
	background-color: #332e2c;
}

.company-access-txtCnt li a:after {
	content: "";
	width: 5px;
	height: 9px;
	background: transparent url("../images/site_splite02.png") no-repeat 0 -150px;
	position: absolute;
	top: 50%;
	margin: -4px 0 0 7px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
	.company-access-txtCnt li a:after {
		background-image: url("../images/site_splite02x2.png");
		-moz-background-size: 300px 600px;
		-webkit-background-size: 300px 600px;
		-o-background-size: 300px 600px;
		background-size: 300px 600px;
	}
}


/* -------- company-access-mapCnt  -------- */

.company-access-mapCnt {
	float: left;
	width: 100%;
}

.company-access-mapCnt .inner {
	margin-right: 320px;
	height: 420px;
}


/* ---------------------------------------
	max-width: 839px
--------------------------------------- */

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

	.company-accessCnt {
		padding-bottom: 10px;
	}

	.company-access-txtCnt {
		float: none;
		width: 100%;
		margin-left: 0;
	}

	.company-access-txtCnt .inner {
		width: 100%;
		float: left;
	}

	.company-access-txtCnt h3,
	.company-access-txtCnt dl,
	.company-access-txtCnt ul {
		margin-right: 50%;
	}

	.company-access-txtCnt p {
		width: 46%;
		float: right;
		margin-left: -46%;
	}

	.company-access-txtCnt p img {
		width: 100%;
		height: auto;
	}

	.company-access-mapCnt {
		float: none;
		margin-bottom: 20px;
	}

	.company-access-mapCnt .inner {
		margin-right: 0;
	}

}


/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

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

	.company-access-txtCnt dl {
		margin-top: 0;
	}

	.company-access-txtCnt li a {
		font-size: 70%;
	}

}


/* ---------------------------------------
	max-width: 599px
--------------------------------------- */

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

	.company-access-mapCnt .inner {
		height: 300px;
	}

	.company-access-txtCnt .inner {
		float: none;
	}

	.company-access-txtCnt h3,
	.company-access-txtCnt dl {
		margin-right: 0;
	}

	.company-access-txtCnt ul {
		margin: 0 -1% 20px;
		text-align: center;
	}

	.company-access-txtCnt li {
		width: 48%;
		margin: 0 1%;
		display: inline-block;
	}

	.company-access-txtCnt p {
		width: 70%;
		margin: 0 auto 10px;
		float: none;
	}

}




/* -------------------------------------- .company-reasonCnt -------------------------------------- */

.company-reasonCnt {
	padding: 20px 0 80px;
}

.company-reasonCnt .inner {
	padding: 40px 40px 40px 400px;
	border: 1px solid #e5e5e5;
	position: relative;
	min-height: 260px;

	-webkit-box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff;
	-moz-box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff;
	box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff;

	background: #fff url("../images/company-reasonCnt-imgBlk_img01.png") no-repeat -50px -55px;
}

.company-reasonCnt h2 {
	color: #42210b;
	font-size: 200%;
}

.company-reasonCnt .note {
	font-size: 70%;
	line-height: 1.5;
	margin: 20px 0 0 1.1em;
	text-indent: -1.1em;
}

/* ---------------------------------------
	max-width: 1179px
--------------------------------------- */

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

	.company-reasonCnt .inner {
		background-position: -50px -85px;
	}

	.company-reasonCnt .note {
		position: absolute;
		width: 300px;
		left: 30px;
		bottom: 25px;
	}

}


/* ---------------------------------------
	max-width: 959px
--------------------------------------- */

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

	.company-reasonCnt .inner {
		padding: 30px 40px 30px 370px;
	}

	.company-reasonCnt h2 {
		text-align: right;
		margin: 0 -10px 20px -310px;
	}

	.company-reasonCnt .note {
		bottom: 30px;
	}

}


/* ---------------------------------------
	max-width: 859px
--------------------------------------- */

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

	.company-reasonCnt .inner {
		background-position: -55px 0;
	}

}


/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

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

	.company-reasonCnt {
		padding-bottom: 40px;
	}

	.company-reasonCnt .inner {
		padding: 20px 30px;
		-moz-background-size: 300px auto;
		-webkit-background-size: 300px auto;
		-o-background-size: 300px auto;
		background-size: 300px auto;
		background-position: -40px 30px;
	}

	.company-reasonCnt h2 {
		font-size: 180%;
		margin: 0 0 20px 0;
	}

	.company-reasonCnt p {
		font-size: 75%;
		margin-left: 250px;
	}

	.company-reasonCnt .note {
		position: static;
		width: auto;
		margin: 15px 0 0 1.1em;
	}
}

/* ---------------------------------------
	max-width: 599px
--------------------------------------- */

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

	.company-reasonCnt .inner {
		-moz-background-size: 200px auto;
		-webkit-background-size: 200px auto;
		-o-background-size: 200px auto;
		background-size: 200px auto;
		background-position: -30px 70px;
	}

	.company-reasonCnt h2 {
		text-align: center;
	}

	.company-reasonCnt p {
		font-size: 75%;
		margin-left: 160px;
	}

	.company-reasonCnt p.blk3 {
		margin-left: 0;
	}

}


/* ---------------------------------------
	max-width: 479px
--------------------------------------- */

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

	.company-reasonCnt .inner {
		padding: 15px;
	}

	.company-reasonCnt h2 {
		margin-top: 5px;
		font-size: 125%;
	}

	.company-reasonCnt p {
		margin-left: 170px;
	}

}

/* ---------------------------------------
	max-width: 379px
--------------------------------------- */

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

	.company-reasonCnt p.blk2 {
		margin-left: 0;
	}

}







