@charset "UTF-8";
/* #header (Top page only)
------------------------------------------------------------------------- */

.home #header {
	height: auto;
	background-image: url(../images/header-bgimg-photo.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	position:relative;
}
.home #header #mainnav {
	margin-bottom: 15px;
}
.home #header #title {
	width: 140px;
	height: 140px;
	position:absolute;
	top: -10px;
	left: 20px;
}
.home #header #title .line1 {
	font-size: 20px;
	margin-top: 35px;
}
.home #header #title .line2 {
	font-size: 24px;
}
.home #header #title .jpname {
	font-size: 8px;
	margin: 1em 0 0 0;
}
/* #main (Top page only)
------------------------------------------------------------------------- */

.home .main-column section {
	margin: 20px 0;
}

/* Top imagearea (Top page only)
------------------------------------------------------------------------- */

#imagearea {
	margin-top: 30px;
	margin-left: 30px;
}
#imagearea #catchcopy {
	width: 98%;
	margin: 10px auto 0;
	color: #222;
}
#imagearea #catchcopy #note {
	display: none;
}
#imagearea #photo {
	width: 90%;
	margin: 0 auto;
}
#imagearea #catchcopy h1 {
	font-size: 18px;
	color: #222;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	-moz-text-shadow: 1px 1px 0 #fff, 0 0 10px #000;
	-webkit-text-shadow: 1px 1px 0 #fff, 0 0 10px #fff;
	text-shadow: 1px 1px 0 #fff, 0 0 10px #fff;
}
section.top p img {
	width: auto;
	margin: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
/* Top product New list (Top page only)
------------------------------------------------------------------------- */

#service-new-list {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}
.rcm-serviceLink a,
.rcm-serviceLink a:visited {
	display: block;
	color: #222;
	padding: 20px 20px 15px 20px;
	position: relative;
	z-index: 1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.rcm-serviceLink a:hover {
	color: #930;
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}
.rcm-serviceLink a .photo {
	margin: 0 0 10px 0;
	text-align: center;
}
.rcm-serviceLink a .photo img {
	width: 100%;
}
.rcm-serviceLink a h2 {
	margin: 0 0 6px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}
.rcm-serviceLink a {
	text-decoration: none;
	overflow: hidden;
	padding: 10px 15px;
}
.rcm-serviceLink a .text {
	font-size: 10px;
	line-height: 1.5;
}
.rcm-serviceLink a .photo {
	margin: 0 0 5px 0;
	float: none;
	display: block;
	text-align: center;
}
.rcm-serviceLink a h2 {
	margin: 0 0 6px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
}

/* Top product-thumb (Top page only)
------------------------------------------------------------------------- */

.service-thumb li {
	margin: 0 0 10px 0;
	overflow: hidden;
	position: relative;
	margin: 0 0 15px 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.service-thumb li:hover {
	opacity: 0.6;
}
.service-thumb li:last-child {
	margin: 0;
}
.service-thumb li a,
.service-thumb li a:visited {
	color: #222;
	display: block;
	overflow: hidden;
	text-decoration: none;
}
.service-thumb li a:hover {
	color: #930;
}
.service-thumb li .photo {
	width: 30%;
	padding: 15px 10px;
	float: left;
	text-align: center;
	line-height: 1;
}
.service-thumb li h3,
.service-thumb li .text {
	margin: 0 0 0 35%;
}
.service-thumb li h3 {
	font-size: 16px;
	font-weight: bold;
}
.service-thumb li .text {
	line-height: 1.4;
}

/* Top concept (Top page only)
------------------------------------------------------------------------- */

.conceptimage li {
	margin-bottom: 20px;
}
.conceptimage h3 {
	margin-bottom: 10px;
	position: relative;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
}
.conceptimage h3 img {
	display: block;
	position: relative;
	z-index: 10;
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	width: 100%;
}
.conceptimage h3 a {
	text-decoration: none;
}
.conceptimage h3 a:hover img {
	opacity: 0.6;
}
.conceptimage h3 span {
	font-size: 16px;
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 85%;
	padding: 10px;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	z-index: 20;
	font-weight: normal;
}
.conceptimage p {
	line-height: 1.4;
}
.list-4column li {
	margin: 0 0 1em 0;
	position: relative;
	margin-bottom: 6px;
}
.btn-service {
	text-decoration: none;
	display: block;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 1px 1px 0 #fff, inset 2px 2px 0 #fff, inset -2px -2px 0 #fff;
	-moz-box-shadow: 1px 1px 0 #fff, inset 2px 2px 0 #fff, inset -2px -2px 0 #fff;
	box-shadow: 1px 1px 0 #fff, inset 2px 2px 0 #fff, inset -2px -2px 0 #fff;
	background-image: -webkit-gradient( linear, left top, left bottom, from(#fff), to(#EDEAE4) );
	background-image: -moz-linear-gradient( center top, #fff, #EDEAE4 );
	filter: progid:DXImageTransform.Microsoft.Gradient( Enable=1, GradientType=0, StartColorStr=#FFFFFFFF, EndColorStr=#EDEAE4FF );
	position: relative;
}

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
	
/* #header (Top page only)
------------------------------------------------------------------------- */
.home #header {
	overflow: hidden;
	padding-bottom: 10px;
	height: auto;
	margin-bottom: 20px;
	background: url(../images/header-bgimg-photo.jpg) no-repeat center center;
	background-image: url(../images/header-bgimg-tone.png), url(../images/header-bgimg-photo.jpg);
	background-position: left 90px, center center;
	background-repeat: repeat-x, no-repeat;
	background-size: auto, 100% 100%;
}
.home #header #title {
	width: 140px;
	height: 140px;
	top: -10px;
	left: 40px;
}
.home #header #title .line1 {
	font-size: 20px;
	margin-top: 35px;
}
.home #header #title .line2 {
	font-size: 24px;
}
.home #header #title .jpname {
	font-size: 12px;
}

/* Top imagearea (Top page only)
------------------------------------------------------------------------- */
#imagearea #catchcopy {
	width: 50%;
	display: inline;
	float: left;
	margin: 80px 0 0 4%;
	color: #fff;
}
#imagearea #photo {
	width: 44%;
	display: inline;
	float: right;
	margin: 60px 0 0 0;
}
#imagearea #catchcopy h1 {
	color: white;
	font-size: 20px;
	text-align: left;
	-moz-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 0 0 10px black;
	-webkit-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 0 0 10px black;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 0 0 10px black;
}
#imagearea #catchcopy #note {
	display: block;
	font-size: 11px;
	line-height: 1.5;
	margin-top: 1em;
}

/* Top product New list (Top page only)
------------------------------------------------------------------------- */
.rcm-serviceLink a {
	overflow: hidden;
	padding: 15px 15px 10px 15px;
}
.rcm-serviceLink a .photo {
	margin: 0 5% 0 0;
	float: left;
	display: inline;
	width: 45%;
	text-align: center;
}
.rcm-serviceLink a h2 {
	margin: 0 0 6px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}
.rcm-serviceLink a .text {
	font-size: 10px;
	line-height: 1.5;
	overflow: hidden;
}
/* Top article (Top page only)
------------------------------------------------------------------------- */
.home #main article {
	margin-top: 20px;
}
.home #main article section {
	margin: 0;
	clear: none;
}
.home #main article section p {
	margin-bottom: 0;
}
.list-4column li {
	width: 49.064%;
	margin: 0 1.87% 10px 0;
	display: inline;
	float: left;
	position: relative;
}
.list-4column li:nth-child(2n) {
	margin-right: 0;
}
#our-service,
#our-thoughts {width: 48.5%;
	display: inline;margin: 20px 0;}
#our-service {float: left;}
#our-thoughts {float: right;}

}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
/* #header (Top page)
------------------------------------------------------------------------- */

.home #header {
	height: 430px;
	overflow: visible;
	position:relative;
}
.home #header #title {
	position:absolute;
	width: 170px;
	height: 170px;
	top: -20px;
	left: 6%;
	-webkit-border-radius: 85px;
	-moz-border-radius: 85px;
	border-radius: 85px;
}
.home #header #title .line1 {
	font-size: 24px;
	margin-top: 40px;
}
.home #header #title .line2 {
	font-size: 32px;
}
.home #header #title .jpname {
	font-size: 12px;
	margin-top: 1.2em;
}

#imagearea #photo {
	width: 44%;
	display: inline;
	float: right;
	margin: 60px 0 0 0;
}

/* Top service New list (Top page only)
------------------------------------------------------------------------- */

#service-new-list {
	margin-top: 50px;
}
.rcm-serviceLink a .photo {
	width: 100%;
	margin: 0 0 10px 0;
	text-align: center;
}
.list-4column li {
	position: relative;
	margin-bottom: 0;
	width: 23.5937%;
}
.list-4column li:nth-child(2n) {
	margin-right: 1.87%;
}
.list-4column li:nth-child(4n) {
	margin-right: 0;
}
}
