/***********************************************************************************************************************

home.css

***********************************************************************************************************************/
.home-contents{
	background-color:#fff;
}

/**********************************
メディアクエリで切替
**********************************/


/* 767px以下に適応させる場合 */
@media screen and (max-width: 767px) {

}

.nav-pc {
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0px 20px;
	text-align: center;
}

.nav-pc ul{
	display: block;
	list-style:none;
	letter-spacing:-.40em;
	padding:0;
	margin:0;
}

.nav-pc li{
	display:inline-block;
	letter-spacing:normal;
	width:200px !important;
	height:52px !important;
	padding:0;
	margin:0;
}

.nav-pc li a{
	display:block;
	width:200px !important;
	height:52px !important;
}

.nav-pc li a img{
	width:200px !important;
	height:52px !important;
}

@media screen and (max-width: 999px) {
.nav-pc {
	padding: 30px 0px 20px;
}
	
.nav-pc li{
	width:150px !important;
	height:39px !important;
}

.nav-pc li a{
	width:150px !important;
	height:39px !important;
}

.nav-pc li a img{
	width:150px !important;
	height:39px !important;
}
}

@media screen and (max-width: 767px) {
	.nav-pc {
	display: none;
}
}





#content-top .top{
	position: relative;
	margin: 0 auto;
	max-width: 100%;
	height: 600px;
}

#content-top .top .logo a{
	width: 190px;
	height: 240px;
	position:absolute;
	top: 50%;
	left: 50%;
	margin: -185px 0 0 -100px;
	background:url(../img/top/logo_pc.gif) top left no-repeat;
	text-indent:-999999px;
}

.bg-yellow{
	width: 100%;
	height: 600px;
	background:url(../img/top/bg-top_yuki6.gif) bottom center repeat-x; 
}

.bg-wave{
	width: 100%;
	height: 160px;
	margin-top: -160px;
	background:url(../img/top/bg-top_wave.png) bottom center repeat-x;
}


/* @2x Images (Pixel Ratio of 1.25+) */
@media only screen and (-o-min-device-pixel-ratio: 5/4) and (min-width: 768px) ,
only screen and (-webkit-min-device-pixel-ratio: 1.25) and (min-width: 768px) ,
only screen and (min-device-pixel-ratio: 1.25) and (min-width: 768px) ,
only screen and (min-resolution: 1.25dppx) and  (min-width: 768px)  {

#content-top .top .logo a{
	background-image:url(../img/top/logo_pc@2x.gif);
	background-size:190px 240px;
}

.bg-yellow{
	background-image:url(../img/top/bg-top_yuki6@2x.gif);
	background-size:1200px 600px;
}

.bg-wave{
	background-image:url(../img/top/bg-top_wave@2x.png);
	background-size: 1200px 160px;
}
}


@media screen and (max-width: 767px) {
#content-top .top{
	max-width: 100%;
	width: 767px;
	height: 90px;
	z-index: 0;
}

#content-top .top .logo a{
	width: 134px;
	height: 45px;
	background-image:url(../img/sp/sp-logo.png);
	margin: 0;
	top:10px;
	left:14px;
	z-index: 0;
}

.bg-yellow{
	width: 100%;
	height: 100px;
	background:url(../img/sp/sp-bg_yellow.jpg) top left repeat-x;
}

.bg-wave{
	width: 100%;
	height: 36px;
	margin-top: -36px;
	background: url(../img/sp/sp-bg_wave.png) top left repeat-x;
}

}

/* @2x Images (Pixel Ratio of 1.25+) */
@media only screen and (-o-min-device-pixel-ratio: 5/4) and (max-width: 767px),
only screen and (-webkit-min-device-pixel-ratio: 1.25) and (max-width: 767px),
only screen and (min-device-pixel-ratio: 1.25) and (max-width: 767px),
only screen and (min-resolution: 1.25dppx) and (max-width: 767px) {
#content-top .top .logo a{
	background-image:url(../img/sp/sp-logo@2x.png);
	background-size:134px 45px;
}

.bg-yellow{
	background-image: url(../img/sp/sp-bg_yellow@2x.jpg);
	background-size:767px 100px;
}

.bg-wave{
	background-image: url(../img/sp/sp-bg_wave@2x.png);
	background-size:767px 36px;
}

}


/* concept */

.box_line_top{
	width:100%;
	height: 10px;
	background: url(../img/shareobject/bg-grey_top.png) top center repeat-x;
}

.box_line_bottom{
	width:100%;
	height: 10px;
	background:url(../img/shareobject/bg-grey_bottom.png) bottom center repeat-x;
}


/* @2x Images (Pixel Ratio of 1.25+) */
@media only screen and (-o-min-device-pixel-ratio: 5/4),
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-device-pixel-ratio: 1.25),
only screen and (min-resolution: 1.25dppx) {
.box_line_top{
	background: url(../img/shareobject/bg-grey_top@2x.png) top center repeat-x;
	background-size:1200px 10px;
}

.box_line_bottom{
	background:url(../img/shareobject/bg-grey_bottom@2x.png) bottom center repeat-x;
	background-size:1200px 10px;
}
}


#an_concept .box-bg {
	background-color: #eeeeef;
}

#an_concept .concept {
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 50px;
}

h2 {
	margin: 0 0 60px 0px;
}

h2 img {
	height:110px;
	width:auto;
}

h3 {
	font-size: 22px;
	line-height: 50px;
	padding: 0 20px;
	letter-spacing:0.35em;
}

@media screen and (max-width: 767px) {
	#an_concept{
	position:relative;
	z-index:1;
}

#an_concept .concept {
	margin:0 auto;
	padding:50px 10px;
}

h2 {
	margin: 0 0 40px 0px;
}

h2 img {
	height:70px;
	width:auto;
}
	
h3 {
	font-size: 16px;
	line-height: 34px;
	padding: 0 10px;
}
}





/* about */

#an_about .about {
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 50px;
	text-align: right;
}

#an_about .about table {
	text-align:left;
	padding: 0 0 0 120px;
}

table tbody tr {
	width: 890px;
	font-size:16px;
}

table tbody th {
	width: 120px;
	line-height: 1.6em;
	font-weight: bolder;
	letter-spacing: 5px;
	padding: 0 30px 0 0;
	text-align:right;
}

table tbody td{
	width:auto;
	padding: 0 30px 25px 0;
	line-height: 1.6em;
	}

@media screen and (max-width: 767px) {
#an_about .about {
	padding: 50px 10px;
}

#an_about .about table {
	padding: 0;
	text-align:left;
}

table tbody tr {
	font-size:12px;
}

table tbody th {
	width: auto;
	padding: 10px 0 0 0;
	display:block;
	text-align:left;
}

table tbody td{
	display:block;
	border-bottom:1px solid #ccc;
	padding: 0 0 10px 0;
	}
}





/* work */

#an_work .box-bg {
	background-color: #eeeeef;
}

#an_work .work {
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 50px;
}

ul.work_list{
	list-style:none;
	letter-spacing:-.40em;
}

li.works{
	display:inline-block;
	width:50%;
	letter-spacing: normal;
	margin-bottom: 35px;
}

li.works .work_inner{
	padding:0 10px;
}


@media screen and (max-width: 767px) {
#an_work .work {
	padding: 60px 10px;
}

ul.work_list{
	list-style: none;
	text-align: center;
}

li.works{
	display: block;
	width:100%;
	margin-bottom: 30px;
}
}





/* access */

#an_access .access {
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 50px;
	text-align: right;
}

#an_access .access .map {
	width: 100%;
	max-width: 1000px;
	overflow: hidden;
	
}

.access .map iframe {
	width: 100%;
	max-width: 680px;
	float: left;
	margin: 0 25px 15px 0;
}

#an_access .access p.map_txt {
	text-align: left;
	float: left;
}


@media screen and (max-width: 767px) {
#an_access .access {
	padding: 50px 10px;
}

#an_access .access .map {
	width: 100%;
	max-width: 1000px;
	height:auto;
}

.access .map iframe {
	height: 340px;
	max-width: 620px;
	text-align:center;
}

#an_access .access p.map_txt {
	text-align: left;
	float: left;
}
}





/* recruit */

.recruit_top{
	width:100%;
	height: 10px;
	background:url(../img/recruit/bg-indigo_top.gif) top center repeat-x;
}

#an_recruit .box-bg {
	width:100%;
	height: 600px;
	background: url(../img/recruit/bg_indigo.jpg) top center repeat-x;
}

#an_recruit .bg-wave{
	width: 100%;
	height:100px;
	margin-top: -110px;
	background: url(../img/recruit/bg-recruit_wave.png) bottom center repeat-x;
}


/* @2x Images (Pixel Ratio of 1.25+) */
@media only screen and (-o-min-device-pixel-ratio: 5/4) and (min-width: 768px) ,
only screen and (-webkit-min-device-pixel-ratio: 1.25) and (min-width: 768px) ,
only screen and (min-device-pixel-ratio: 1.25) and (min-width: 768px) ,
only screen and (min-resolution: 1.25dppx) and  (min-width: 768px)  {

.recruit_top{
	background-image:url(../img/recruit/bg-indigo_top@2x.gif);
	background-size: 1200px 10px;
}

#an_recruit .box-bg {
	background-image: url(../img/recruit/bg_indigo@2x.jpg);
	background-size:1200px 600px;
}

#an_recruit .bg-wave{
	background: url(../img/recruit/bg-recruit_wave@2x.png);
	background-size:1200px 100px;
}

}


@media screen and (max-width: 767px) {
#an_recruit .box-bg {
	width:100%;
	height: 400px;
	background: url(../img/sp/sp-bg_indigo.jpg) top center repeat-x;
}
	
#an_recruit .bg-wave{
	width: 100%;
	height:36px;
	margin-top: -40px;
	background: url(../img/sp/sp-bg_wave.png) bottom center repeat-x;
}
}

/* @2x Images (Pixel Ratio of 1.25+) */
@media only screen and (-o-min-device-pixel-ratio: 5/4) and (max-width: 767px),
only screen and (-webkit-min-device-pixel-ratio: 1.25) and (max-width: 767px),
only screen and (min-device-pixel-ratio: 1.25) and (max-width: 767px),
only screen and (min-resolution: 1.25dppx) and (max-width: 767px) {
#an_recruit .box-bg {
	background-image: url(../img/sp/sp-bg_indigo@2x.jpg);
	background-size:767px 400px;
}
	
#an_recruit .bg-wave{
	background-image: url(../img/sp/sp-bg_wave@2x.png);
	background-size:767px 36px;
}
}

#an_recruit .recruit {
	max-width: 1200px;
	height: 540px;
	margin: 0 auto;
	padding: 80px 50px 0;
	background-repeat: repeat-x;
	background-position: bottom;
}

.box-bg .recruit .rec_txt {
	color: #FFFFFF;
}



@media screen and (max-width: 767px) {
#an_recruit .recruit {
	height: 200px;
	width:auto;
	margin: 0;
	padding: 50px 15px;
}

.box-bg .recruit .rec_txt {
	font-size: 12px;
}
}




footer {
	text-align: center;
	padding-bottom: 10px;
	background-color: #FFF;
}


@media screen and (max-width: 767px) {
footer {
	padding: 5px 0 5px 0;
	background-color: #FFF;
}
}
