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

/*PC*/
@media print, screen and (min-width: 769px) {

.company_bg {
	background:url(../images/company/hed_img.jpg) center center no-repeat;
	background-size:cover;
	width:100%;
	height:300px;
	overflow:hidden;
	position:relative;
	margin:0 auto 60px;
}

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

.idx_list li {
	width:31%;
	float:left;
	margin-right:3.5%;
	margin-bottom:0;
}

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

.idx_list li img {
	width:100%;
	height: auto;
	-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;
}

.idx_list li 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);
}

.idx_list li h4 {
	font-size:14px;
	text-align:center;
	margin:0 auto 10px;
}

.idx_list li p {
	font-size:1em;
	text-align:center;
}

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


/*********************
greetings
**********************/
.greetings_txt {
	font-size:1.2em;
	font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	line-height:2.2em;
	margin:0 auto 30px;
}

.greetings_txt02 {
	font-size:1.6em;
	font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	font-weight:bold;
	line-height:2.2em;
	margin:0 auto 30px;
}

.greetings_img {
	width:40%;
	float:right;
	margin:0 0 4% 4%;
}

.greetings_img img {
	width:100%;
	height:auto;
}


.greetings_name {
	font-size:1.2em;
	font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	text-align:right;
	margin:0 auto 40px;
}



/*********************
access
**********************/
.access_map {
	width:80%;
	margin:0 auto 40px;
}


}


/*sp*/
@media only screen and (max-width: 768px) {

.company_bg {
	background:url(../images/company/hed_img.jpg) center center no-repeat;
	width:100%;
	height:160px;
	overflow:hidden;
	position:relative;
	margin:0 auto 60px;
}


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

.idx_list li {
	width:49%;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
}

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

.idx_list li img {
	width:100%;
	height: auto;
	-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;
}

.idx_list li 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);
}

.idx_list li h4 {
	font-size:10px;
	text-align:center;
	margin:0 auto 5px;
}

.idx_list li p {
	font-size:0.8em;
	text-align:left;
}

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



/*********************
greetings
**********************/
.greetings_txt {
	font-size:1em;
	font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	line-height:1.8em;
	margin:0 auto 20px;
}

.greetings_txt02 {
	font-size:1.2em;
	font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	font-weight:bold;
	line-height:2.2em;
	margin:0 auto 20px;
}

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

.greetings_img img {
	width:100%;
	height:auto;
}

.greetings_name {
	font-size:1em;
	font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	text-align:right;
	margin:0 auto 40px;
}

/*********************
access
**********************/
.access_map {
	width:80%;
	margin:0 auto 40px;
}

}
