@charset "utf-8";

/*------------------
COMMON
--------------------*/

/* font */
/* body{
  color:#000;
  font-size:1.4em;
  font-family: "游ゴシック","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","メイリオ",sans-serif;
} */

a:link{
  color:#000;
  text-decoration:none;
}

/*a:hover{
  color:#000;
  text-decoration:none;
}*/

a:active{
  color:#000;
  text-decoration:none;
}

a:visited{
  color:#000;
  text-decoration:none;
}

.tac{
  text-align: center;
}

/* layout */
header{
  width: 100%;
}

header .header-box{
  background: rgba(255,255,255,0.9);
  margin: 0 auto;
  padding:12px 0;
  position: relative;
  width: 1000px;
}

header .header-box .logo,
header .header-box .tel,
header .header-box .header-nav{
  display: inline-block;
}

header .header-box .tel{
  float: right;
  margin-top: 15px;
}

header .header-box .header-nav{
  position: absolute;
  right: 230px;
  top: 30px;
}

header .header-box .header-nav li{
  float: left;
  font-weight: bold;
  margin-left: 45px;
}

.global-nav{
  position: absolute;
  top: 40px;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  z-index: 500;
}

.global-nav ul{
  box-sizing: border-box;
  display: table;
  width: 1000px
;}

.global-nav li{
  box-sizing: border-box;
  display: table-cell;
  padding-bottom: 10px;
  text-align: center;
  width: 14.28%;
}

.global-nav li:hover{
  border-bottom: 2px solid #000000;
  padding-bottom: 8px;

}

.global-nav a{
  color: #ffffff;
}

/* footer */
footer{
  background: #ffffff;
  padding-top: 30px;
  width: 100%;
}

footer .ft-inner{
  /* margin: 0 auto;
  width: 1000px; */
}

footer .sitemap{
  /* display: inline-block;
  vertical-align: top;
  width: 15%;
  margin-right: 1.32%; */
}
footer .sitemap dt{
  border-bottom: 1px solid #b3b3b3;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  padding-bottom: 10px;
}
footer .sitemap dd{
  /* font-size: 1.2rem;
  padding-bottom: 1.2rem; */
}

footer .sec{
  /* height: 100px; */
  margin: 0 auto;
  padding: 30px 0;
  width: 1000px;
}
footer .logo{
  float: left;
  margin-right: 20px;
}
footer .japhic{
  float: right;
}
footer .logo-2{
  float: right;
  margin-top:-15px;
}

/* copy */
.copy{
  background:#000000;
  color: #949494;
  font-size: 1.2rem;
  padding: 16px 0;
  text-align: center;
  width: 100%;
}

.button{
    margin-top: 30px;
    height: 50px;
    text-align: center;
    font-size: 1.2em;
    line-height: 2.9em;
}
.button.more{
	/* font-family: 'Cinzel Decorative',cursive;
	text-align: center;
	text-decoration: none;
	font-size: 1.1em !important;
	line-height: 3.0em !important;
	font-weight: bold;
	background-size: 4px 4px; */
}
.more_t{
    /* font-family: 'Cinzel Decorative',cursive; */
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    background-image: none;
    font-size: 1.1em;
    line-height: 3.0em;
}

/*------------------
TOP
--------------------*/
.top .key-img{
/*  background: url(../img/top/top-main-img.jpg) center top no-repeat;
  background-size: cover;
  height: 750px;*/
  position: relative;
}
.top h1{
  color: #ffffff;
  font-family: "游明朝体","Yu Mincho",YuMincho;
  font-size: 32px;
  text-align: center;
  position: absolute;
  right:0px;
  bottom:0px;
  left:0px;
  margin:auto auto;
  top: 29%;
  z-index: 400;
}

.top .anc {
  position: absolute;
  bottom: 180px;
  right:0px;
  left:0px;
  text-align: center;
  z-index: 500;
}
.top .anc {
	-webkit-animation-name: anc;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease;
	-moz-animation-name: anc;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease;
}
@-webkit-keyframes anc {
 0% {
-webkit-transform:translate(0, 0);
}
 50% {
-webkit-transform:translate(0, -10px);
}
 100% {
-webkit-transform:translate(0, 0);
}
}
@-moz-keyframes anc {
 0% {
-moz-transform:translate(0, 0);
}
 50% {
-moz-transform:translate(0, -10px);
}
 100% {
-moz-transform:translate(0, 0);
}
}

.sec-tit-img {
	/* font-family: 'Cinzel Decorative',cursive; */
	font-family: 'Noto Serif JP', serif;
	font-size: 38px;
	border-bottom: 1px solid #e5e5e5;
	letter-spacing: 3px;
}
.sec-tit-img.ir {
	font-size: 30px;
}
.top .sec-tit{
	color: #000;
	font-size: 1.5rem;
	margin: 10px 0 30px;
	text-align: center;
}

.top .sec-tit-blk{
  color: #fff;
  font-size: 1.5rem;
  margin: 5px;
  text-align: center;
}
.top .sec-tit-img{
	text-align: center;
	padding: 0 0 10px;
}
.top .more-btn-blk{
  margin-top:30px;
  text-align: center;
  background:url(../img/common/more-blk-btn.png) no-repeat center;
  height: 50px;
}
.top .more-btn-wht{
  margin-top:30px;
  text-align: center;
  background:url(../img/common/more-wht-btn.png) no-repeat center;
  height: 50px;
}

.top .news-btn img{
  margin: 30px 0 0 260px;
}
.top .more-btn-blk img,
.top .more-btn-wht img{
 margin: 35px 0 0 280px;
}

.top .more-btn-wht,.more-btn-blk{
  transition: 0.3s;
}
.top .more-btn-wht:hover img,.more-btn-blk:hover img{
  -webkit-transform: translate(20px,0);
  -moz-transform: translate(20px,0);
  -ms-transform: translate(20px,0);
  -o-transform: translate(20px,0);
  transform: translate(20px,0);
  transform: translate(20px,0);
}


/* news */
.top main #news{
  margin: 70px auto 0;
  /* width: 1000px; */
  width: 860px;
}

.top main #news h2{
  /* background: url("/img/top/title_news.png") no-repeat; */
  text-align: center;
}

.top main #news dt,
.top main #news dd{
  display: inline;
}

.top main #news .ico{
    background: #000;
    color: #fff;
    font-size: 1.2rem;
    padding: 2px 7px;
    margin-left: 4px;
}

.top main #news .title{
	display: block;
	/* margin: 0 0 30px 0; */
	margin: 5px 0 20px 0;
}
.top main .news-btn{
  margin-top:30px;
  height: 50px;
  background:url(../img/top/news-bg-btn.png) center top no-repeat;
  text-align: center;
}
.top main .news-btn{
  transition: 0.3s;
}
.top main .news-btn:hover img{
  -webkit-transform: translate(30px,0);
  -moz-transform: translate(30px,0);
  -ms-transform: translate(30px,0);
  -o-transform: translate(30px,0);
  transform: translate(30px,0);
  transform: translate(30px,0);
}

/* corporation */
.top .corp-txt{
  background: url(../img/top/corp-bg.jpg) center top no-repeat;
  background-size: cover;
  color: #ffffff;
  height: 480px;
  position: relative;
}

.top .corp-inner{
	position: absolute;
	/* right: 20%;
	top: 18%;
	width: 300px; */
	/* left: 50%; */
	left: 57%;
	top: 20%;
	width: 430px;
}

.top .corp-txt-big{
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: 'Noto Serif JP', serif;
	text-shadow: 1px 1px 7px #333333;
}

.top .corp-txt-small{
	font-size: 16px;
	text-shadow: 1px 1px 7px #333333;
	line-height: 1.6em;
}

/* business */
.top .biz-link{
  display: table;
  width: 100%;
}
.top .biz-link h3{
  border:1px solid #ffffff;
  font-size: 1.8rem;
}
.top .biz-link01,
.top .biz-link02{
  display: table-cell;
  height:480px;
  text-align: center;
  width: 50%;
}
.top .biz-link01 a,
.top .biz-link02 a{
  color: #ffffff;
}
.top .biz-link01{
  background: url(../img/top/business-bg01.jpg) center top no-repeat;
  background-size: cover;
}
.top .biz-link02{
  background: url(../img/top/business-bg02.jpg) center top no-repeat;
  background-size: cover;
}

.top .bs-left,.top .bs-right{
  margin: 0 auto;
  /* padding: 60px; */
  text-align: center;
  width: 70%;
}
 .top .bs-left h3,.top .bs-right h3{
  color: #fff;
  margin: 45px 0 70px;
  padding: 20px;
}
 .top .bs-text1{
  line-height: 35px;
  margin-bottom: 75px;
  color: #fff;
}
 .top .bs-text2{
  line-height: 35px;
  margin-bottom: 40px;
  color: #fff;
 }

/* housing information */
.top #info .info__items {
	margin: 0 30px;
	/* overflow: hidden; */
	box-sizing: border-box;
}
.top #info .info__items .item {
	float: left;
	width: calc(25% - 1px);
	box-sizing: border-box;

}
.top #info .info__items .item+.item {
	/* border-left: solid 2px #fff; */
	margin: 0 0 0 1px;
}
.top #info .info__items .item img {
	width: 100%;
	vertical-align: bottom;
}
.top #info .name{
	/* font-size: 1.6rem; */
	font-size: 14px;
	/* font-weight: bolder;
	margin: 0 0 16px 4%; */
	margin: 5px 0 0;
}
.top #info .station,
.top #info .plan,
.top #info .price{
    margin: 0 0 0 4%;
}
 .sec_hover {
  overflow:  hidden;
  position:  relative;
}
 .sec_hover .caption {
    background: url(/img/common/other-site-icon.png) no-repeat 90% center;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    padding: 3% 0;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    /* top: 50%;
    left: 50%;
    margin: -7% 0 0 -43%; */
    width: 80%;

	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

}
.sec_hover .mask {
  width: 100%;
  /* height: 98%; */
  height: 100%;
  position: absolute; /* 絶対位置指定 */
  top: 0;
  left: 0;
  opacity: 0;  /* マスクを表示しない */
  background-color: rgba(0,0,0,0.4);  /* マスクは半透明 */
  -webkit-transition: all 0.2s ease;
  transition:   all 0.2s ease;
}
.sec_hover:hover .mask {
  opacity:    1;  /* マスクを表示する */
}

/* development */
.top #info,
.top #development {
  position: relative;
  overflow: hidden;
}
.top #info .slick-next,
.top #info .slick-prev,
.top #development .slick-next,
.top #development .slick-prev {
	/* width: 12%;
	height: 35%;
	top: 69%; */
}

.top #info .info__items,
.top #development .development__items {
	margin: 0 30px;
	/* overflow: hidden; */
}
.top #info .info__items .item,
.top #development .development__items .item {
	float: left;
	width: calc(25% - 1px);

}
.top #info .info__items .item+.item,
.top #development .development__items .item+.item {
	/* border-left: solid 2px #fff; */
	margin: 0 0 0 1px;
}
.top #info .info__items .slick-arrow,
.top #development .development__items .slick-arrow {
	z-index: 10;
	position: absolute;
}
.top #info .info__items .slick-list,
.top #development .development__items .slick-list {
	z-index: 1;
}

.top #info .info__items .prev-arrow,
.top #development .development__items .prev-arrow {
	left: -20px;
	top: 41%;
	background: #333;
	color: #fff;
	padding: 15px 20px;
	border-radius: 3px;
	font-size: 20px;
	cursor: pointer;
}
.top #info .info__items .next-arrow,
.top #development .development__items .next-arrow
 {
	right: -20px;
	top: 41%;
	background: #333;
	color: #fff;
	padding: 15px 20px;
	border-radius: 3px;
	font-size: 20px;
	cursor: pointer;
}



.dev_hover {
  overflow:  hidden;
  position:  relative;
}
.dev_hover .caption {
	border: 1px solid #fff;
	color: #fff;
	/* font-size: 1.1vw; */
	font-size: 14px;
	padding: 7px 0;
	text-align: center;
	/* margin-top: 12%;
	margin-left: 32%; */
	margin: 30px auto 0;
	width: 30%;
}
.dev_hover .caption2{
    color: #fff;
    /* font-size: 1.1vw; */
    display: inline-block;
    padding: 0;
    text-align: center;
    margin-top: 8%;
    width: 35%;
}
.dev_hover .caption3{
  color: #fff;
    /* font-size: 1.4vw; */
    padding: 0;
    text-align: center;
    margin: 30px auto 0;
}
.dev_hover .caption4{
  color: #fff;
  padding: 5px 0;
  text-align:  center;
  margin: 0 auto;
}
.dev_hover:hover .button_white,
.dev_hover .button_white{
    width: 70%;
    height: 12%;
    padding: 0;
    margin: 0;
    display: table-cell;
    position: absolute;
    left: 14%;
    line-height: 280%;
    /* font-size: 1.1vw; */
}

.dev_hover .mask {
  width: 100%;
  height: 100%;
  position: absolute; /* 絶対位置指定 */
  top: 0;
  left: 0;
  opacity: 0;  /* マスクを表示しない */
  background-color: rgba(0,0,0,0.4);  /* マスクは半透明 */
  -webkit-transition: all 0.2s ease;
  transition:   all 0.2s ease;
}
.dev_hover:hover .mask {
  opacity:    1;  /* マスクを表示する */
}
.slick-slide img {
    display: block;
width: 100%;
}
/*左右の矢印の色を変える*/
.top #evelopment .slick-prev:before,
.top #evelopment .slick-next:before {
  color: #000;
}
/*左右の矢印の位置を変える*/
.top #evelopment .slick-next {
  right: 20px;
  z-index: 99;
}
.top #evelopment .slick-prev {
  left: 15px;
   z-index: 100;
 }
 /*スライド画像の横幅可変*/
 .top #evelopment img {
  max-width: 100%;
  height: auto;
}

/* recruit */
.top #recruit{
  background: url(../img/top/recruit-bg.jpg) center top no-repeat;
  background-size: cover;
  color: #ffffff;
  height: 480px;
  text-align: center;
}
.top .recruit-inner{
	margin: 0 auto;
	max-width: 1000px;
	padding-top:80px;
	/* width: 535px; */
	width: 50%;
	line-height: 1.8em;
}
.top .recruit-tit{
  border-bottom: 2px solid #ffffff;
}

/*haikei */
.top #haikei{
}

.top .haikei-box{
    /* background: url(../img/top/para-bg.jpg) center; */
    background: url(../img/top/bg-para.jpg) center;
    height: 480px;
    background-size: cover;
}

/* contact */
.top #contact{
  background: url(../img/top/contact-bg.jpg) center top no-repeat;
  background-size: cover;
  color: #ffffff;
  height: 480px;
  width: 100%;
}

.top #contact p{
  text-align: center;
}

.top .contact-inner{
  margin: 0 auto;
  margin: 0 auto;
  padding: 80px  0 50px;
  text-align: center;
  width: 70%;
}

.top #contact .no-link{
  color: #ffffff;
}

.top .contact-tel,
.top .contact-form{
  border: 1px solid #ffffff;
  box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  width: 45%;

}

.top .contact-inner{
}
.top .contact-inner h2{
  margin: 0;
  padding: 10px 0 25px;
}
.top .cn-text{
  padding-bottom: 60px;
}
.top .contact-tel,.top .contact-form{
   /* height: 120px; */
   padding: 15px 0;
}
.top .cn-text2{
  padding: 5px 20px;
}
.top #contact p.cn-text3{
  /* font-size:2.2rem; */
}

.top .contact-form a:link,
.top .contact-form a:hover,
.top .contact-form a:active,
.top .contact-form a:visited{
  color: #ffffff;
}

/* side-nav */
.top .side-nav{
  position: fixed;
  top: 15%;
  right: 0;
  z-index: 900;
}

.side-nav ul{
  z-index: 20;
  width: 120px;
}

.top .side-nav li{
  /* margin-bottom: 27px;*/
  float: right;
}

.top .side-nav  li a{
  background: rgba(255, 255, 255, 0.7);
  border:  1px #000 solid;
  border-bottom:  none;
  box-sizing: border-box;
  /* height: 30px; */
  margin-bottom: -1px;
  padding: 12px 15px;
  width: 100px;
  display: block;
}

.side-nav li a:last-child{
  border-bottom: 1px #000 solid;
}

.top .side-nav li a:hover,
.top .side-nav .active {
  background: rgba(0, 0, 0, 1.0);
  color: #fff !important;
  margin-left: 0;
  width: 110px;
  padding:12px 20px;
  transition: all 0.6s ease;
}

.pagetop{
margin: 30px 0 0 0;
    display: none;
}
.pagetopSP{
display:none !important;
}
/*左右の矢印の色を変える*/
.top #evelopment .slick-prev:before,
.top #evelopment .slick-next:before {
  color: #000;
}
/*左右の矢印の位置を変える*/
.top #evelopment .slick-next {
  right: 20px;
  z-index: 99;
}
.top #evelopment .slick-prev {
  left: 15px;
  z-index: 100;
}
  /*スライド画像の横幅可変*/
.top #evelopment img {
  max-width: 100%;
  height: auto;
}

.top .sec{
  /* height: 100px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 0px;
  width: 1000px; */
}
.top .logo1{
  float: left;
  margin-right: 20px;
}
.japhic{
  float: right;
}
.top .logo-2{
  float: right;
  margin-top: -10px;
  margin-right: 13px;
}

/* footer */
.top .ft-bnr{
	/* max-width: 1000px; */
	max-width: 880px;
	margin: 50px auto 0;
	padding: 0 0 50px;
}
.top .ft-bnr ul li {
	width: 100%;
}
.top .ft-bnr ul li {
	float: left;

	width: 49%;
}
.top .ft-bnr ul li:nth-child(2n) {
	margin: 0 0 0 2%;
}
.top .ft-bnr ul li:hover{
  opacity: 0.7;
}
.top .ft-bnr ul li img {
	width: 100%;
}

/*slick.css*/
/* Slider */
.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
#arrow .slick-next:before{content:""}
#arrow .slick-after:before{content:""}

#arrow .slick-next{
    background: url(/img/top/carousel-right-btn.png) no-repeat right;
}
#arrow .slick-prev{
    background: url(/img/top/carousel-left-btn.png) no-repeat;
}


#news .sec-tit-img:after{
	/* content: "";
	border-bottom:solid 2px #1d2731;
	position: absolute;
	margin-top:49px;
	width:100px;
	height:2px;
	text-align:center;
	margin-left: -112px;
	z-index:100; */
}

#corporation .sec-tit-img:after{
	/* content: "";
	border-bottom:solid 2px #1d2731;
	position: absolute;
	margin-top:49px;
	width:100px;
	height:2px;
	text-align:center;
	margin-left: -276px;
	z-index:100; */
}

#business .sec-tit-img:after{
	/* content: "";
	border-bottom:solid 2px #1d2731;
	position: absolute;
	margin-top:49px;
	width:100px;
	height:2px;
	text-align:center;
	margin-left: -151px;
	z-index:100; */
}

#info .sec-tit-img:after{
	/* content: "";
	border-bottom:solid 2px #1d2731;
	position: absolute;
	margin-top:49px;
	width:100px;
	height:2px;
	text-align:center;
	margin-left: -318px;
	z-index:100; */
}

#development .sec-tit-img:after{
	/* content: "";
	border-bottom:solid 2px #1d2731;
	position: absolute;
	margin-top:49px;
	width:100px;
	height:2px;
	text-align:center;
	margin-left: -212px;
	z-index:100; */
}

.tel2 a{
	/* font-size: 32px; */
    /* font-family: 'Cinzel Decorative', cursive; */
    color:#ffffff !important;
}

.now_white a{
	margin-bottom:-2px;
	border-bottom: 2px solid #ffffff;
}

.company_name{
	border-top: 2px solid #e7e7e7;
}
