﻿
#document {
	overflow: hidden
}

@media print, screen and (min-width: 751px) {
.company_hed_img {
	background: url(../images/company/bg_hed_img.jpg) center center no-repeat;
	background-size:cover;
	height: 180px;
    padding-top: 150px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
}


/***********************************
index
***********************************/
.company_list {
	width:100%;
	margin:0 auto 20px;
	padding:0;
	list-style-type:none;
}

.company_list li {
	width:370px;
	float:left;
	margin-right:42px;
	margin-bottom:42px;
	border: 1px solid #d9d7cd;
}

.company_list li:nth-child(3n+3) {
	margin-right:0;
}

.photo_hover_wrap {
	position: relative;
	display: block;
	overflow: hidden;
	text-decoration: none;
	height:140px
}

.photo_hover_wrap .text {
	z-index: 15;
	position: relative
}

.photo_hover_wrap .photo {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear
}

.photo_hover_wrap:hover {
	text-decoration: none
}

.photo_hover_wrap:hover .photo {
	transform: scale(1.2);
	transition-delay: 1s;
	-moz-transition-delay: 1s;
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	-ms-transition-delay: 1s;
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1)
}

.company_list li .title {
	font-size: 16px;
	margin: 25px 0 10px;
	text-align:center;
}

.company_list li p.text {
	padding: 0 38px 25px;
	text-align: center
}

.company_list li:hover .photo {
	transform: scale(1.2);
	transition-delay: 1s;
	-moz-transition-delay: 1s;
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	-ms-transition-delay: 1s;
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1)
}

.company_list li a {
	text-decoration:none;
}

.company_accessmap {
	width:80%;
	margin:0 auto 10px;
}

.pace_table_tag {
    border-top: 1px solid #f1f0ee;
    width: 100%;
	margin:0 0 40px;
}

.pace_table_tag th {
	background:#F0F0F0;
	width:12%;
	background:none;
	border-bottom: 1px solid #f1f0ee;
	padding: 10px;
	text-align: left;
	display:table-cell;
	font-family:"Times New Roman", Times, serif;
	font-size:2em;
}

.pace_table_tag td {
    border-bottom: 1px solid #f1f0ee;
    padding:10px;
	display:table-cell;
}

.greetings_txt {
	font-size:1em;
	line-height:2.6em;
	margin:0 auto 20px;
}

.greetings_img {
	width:100%;
	margin:0 auto 30px;
	position:relative;
	z-index:0;
}

.greetings_box {
	position:absolute;
	width:600px;
	background:rgba(0,0,0,0.6);
	top:30%;
	right:0;
	color:#FFFFFF;
	font-size:1.6em;
	z-index:10;
	padding:1%;
	text-align:center;
}

.greetings_img_l {
	width:520px;
	float:left;
	margin:0 40px 40px 0;
}

.greetings_img_r {
	width:520px;
	float:right;
	margin:0 0 40px 40px;
}


.greetings_name {
	font-size:1em;
	font-weight:bold;
	margin:0 auto 40px;
	text-align:right;
}

.idea_img {
	width:360px;
	float:left;
	margin:0 40px 40px 0;
}


.designer_list {
	width:100%;
	margin:0 auto 40px;
	padding:0;
	list-style-type:none;
}

.designer_list li {
	width:48%;
	float:left;
	margin-right:4%;
	margin-bottom:0;
}

.designer_list li:last-child {
	margin-right:0;
}

.designer_list li figure {
	width:100%;
	height:400px;
	overflow:hidden;
	margin:0 auto 20px;
}


.designer_list li figure img {
	-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}

.designer_list li figure img:hover {
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.designer_list li h3 {
	font-size:1em;
	text-align:center;
	margin:0 auto 20px;
}

.designer_list li a {
	text-decoration:none;
}

.designer_tit_txt {
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:1px;
	margin:0 auto 20px;
}

.designer_img {
	width:100%;
	margin:0 auto 30px;
	position:relative;
	z-index:0;
}

.designer_box {
	position:absolute;
	width:630px;
	top:18%;
	left:3%;
	color:#000000;
	font-size:2.2em;
	z-index:10;
	padding:1%;
	letter-spacing:2px;
}

.designer_box span {
	font-size:0.7em !important;
	letter-spacing:0 !important;
}

.designer_box span span {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:0.9em;
}
	
.ric {
	font-size: 0.7em!important;
	letter-spacing: 0!important;
	font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif!important;
	}

.designer_img_l {
	width:420px;
	float:left;
	margin:0 30px 30px 0;
}

.designer_img_r {
	width:420px;
	float:right;
	margin:0 0 30px 30px;
}

.designer_img_l img
.designer_img_r img {
	width:100%;
	height:auto;
}

.designer_profile {
	width:60%;
	padding:1%;
	margin:0 auto 40px;
	border:1px solid #BDBDBD;
}



}



@media only screen and (max-width: 750px) {
.company_hed_img {
	background: url(../images/company/bg_hed_img.jpg) center center no-repeat;
	background-size:cover;
	height: 80px;
    padding-top: 80px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
}


/***********************************
index
***********************************/
.company_list {
	width:100%;
	margin:0 auto 20px;
	padding:0;
	list-style-type:none;
}

.company_list li {
	width:48%;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
	border: 1px solid #d9d7cd;
}

.company_list li:nth-child(2n+2) {
	margin-right:0;
}

.photo_hover_wrap {
	position: relative;
	display: block;
	overflow: hidden;
	text-decoration: none;
	height:90px
}

.photo_hover_wrap .text {
	z-index: 15;
	position: relative
}

.photo_hover_wrap .photo {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear
}

.photo_hover_wrap:hover {
	text-decoration: none
}

.photo_hover_wrap:hover .photo {
	transform: scale(1.2);
	transition-delay: 1s;
	-moz-transition-delay: 1s;
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	-ms-transition-delay: 1s;
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1)
}

.company_list li .title {
	font-size: 16px;
	margin: 25px 0 10px;
	text-align:center;
}

.company_list li p.text {
	padding: 0 2% 2%;
	text-align: center
}

.company_list li:hover .photo {
	transform: scale(1.2);
	transition-delay: 1s;
	-moz-transition-delay: 1s;
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	-ms-transition-delay: 1s;
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1)
}

.company_list li a {
	text-decoration:none;
}

.company_accessmap {
	width:96%;
	margin:0 auto 10px;
}

.pace_table_tag {
    border-top: 1px solid #f1f0ee;
    width: 100%;
	margin:0 0 40px;
}

.pace_table_tag th {
	background:#F0F0F0;
	width:96%;
	background:none;
	border-bottom:none;
	padding: 2%;
	text-align: center;
	display: block;
	font-family:"Times New Roman", Times, serif;
	font-size:1.8em;
}

.pace_table_tag td {
    border-bottom: 1px solid #f1f0ee;
    border-left: none;
    padding:2%;
	display: block;
}

.greetings_txt {
	font-size:1em;
	line-height:1.8em;
	margin:0 auto 20px;
}

.greetings_img {
	width:100%;
	margin:0 auto 30px;
	position:relative;
	z-index:0;
}

.greetings_box {
	position: relative;
	width:98%;
	background:rgba(0,0,0,0.6);
	top:0;
	right:0;
	color:#FFFFFF;
	font-size:1em;
	z-index:10;
	padding:1%;
	text-align:center;
}

.greetings_img_r,
.greetings_img_l {
	width:80%;
	float:none;
	margin:0 auto 20px;
}

.greetings_name {
	font-size:1em;
	font-weight:bold;
	margin:0 auto 40px;
	text-align:right;
}

.idea_img {
	width:80%;
	float:none;
	margin:0 auto 20px;
}



.designer_list {
	width:80%;
	margin:0 auto 40px;
	padding:0;
	list-style-type:none;
}

.designer_list li {
	width:100%;
	float:none;
	margin-right:0%;
	margin-bottom:4%;
}

.designer_list li:last-child {
	margin-right:0;
}

.designer_list li figure {
	width:100%;
	height: auto;
	overflow:hidden;
	margin:0 auto 10px;
}


.designer_list li figure img {
	-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}

.designer_list li figure img:hover {
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.designer_list li h3 {
	font-size:0.8em;
	text-align:center;
	margin-bottom:20px;
}

.designer_list li a {
	text-decoration:none;
}


.designer_tit_txt {
	font-size:1em;
	font-weight:bold;
	letter-spacing:1px;
	margin:0 auto 20px;
}

.designer_img {
	width:100%;
	margin:0 auto 30px;
	position:relative;
	z-index:0;
}

.designer_box {
	position: relative;
	width:100%;
	top:10%;
	left:1%;
	color:#000000;
	font-size:1em;
	z-index:10;
	padding:1%;
	letter-spacing:1px;
}

.designer_box span {
	font-size:0.7em !important;
	letter-spacing:0 !important;
}

.designer_box span span {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:0.9em;
}
.ric {
	font-size: 0.7em!important;
	letter-spacing: 0!important;
	font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif!important;
	}
.designer_img_l,
.designer_img_r {
	width:80%;
	float:none;
	margin:0 auto 30px;
}

.designer_img_l img
.designer_img_r img {
	width:100%;
	height:auto;
}

.designer_profile {
	width:92%;
	padding:1%;
	margin:0 auto 40px;
	border:1px solid #BDBDBD;
}


}

