@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　00. 基本
	01. 施設建築ソリューション 事業用地分譲紹介

******************************************************************************* */
/* ==

　00. 基本

=============================================================================== */
/* 基本モジュール
------------------------------------------------------------------------------- */
#main {
	padding-top: 60px;
}
#subNavWrap {
	display: none;
}
#subNavReturn {
	display: none;
}
#subFooterPageTop .pageTop {
	display: none;
}

/* ==

　01. 施設建築ソリューション 事業用地分譲紹介

=============================================================================== */
/* メインビジュアル
------------------------------------------------------------------------------- */
.iMain {
	width: 100%;
	min-width: 1240px;
	height: 200px;
}
.iMain .iMain_flont {
	width: 100%;
	min-width: 1240px;
	height: 200px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.iMain .inner {
	height: 100%;
	position: relative;
}
.iMain_box {
	position: absolute;
	left: 30px;
	bottom: 50%;
	margin-bottom:-35px;
	z-index: 1;
}
.iMain_tit img {
	position: relative;
	top: 0;
	left: 0;
}
.iMain_txt {
	background: #fff;
	margin: 40px 0 0;
	padding: 30px;
	font-size: 166.6%;
}
.iMain_tit,
.iMain_txt {
	display: none;
}
.islegacy .iMain_tit,
.islegacy .iMain_txt {
	display: block;
}
.iMain_txt {
	overflow: hidden;
}
.iMain_txt span {
	display: block;
}
.flontLayer {
	position: absolute;
	top: 0;
	right: -240px;
}

/* 下層リンク
------------------------------------------------------------------------------- */
.lNav01 {
	line-height: 1.45;
	font-size: 100%;
}
.lNav01_block_in {
	height: 100%;
	overflow: hidden;
}
.lNav01_item {
	float: left;
	margin: 1px 0 0;
	position: relative;
	width: 50%;
	height: 320px;
	overflow: hidden;
	display: none;
}
.lNav01_item-min {
	height: 200px;
}
.lNav01_block {
	display: block;
	height: 100%;
	color: #fff;
	cursor: pointer;
}
.lNav01_img {
	position: absolute;
	top: 0;
	left: 0;
}
.lNav01_img img {
	position: relative;
	-webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transform: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	-ms-transform: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	left: 0 !important;	
}
.hover .lNav01_img img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.isResize .lNav01_img img {
	-webkit-transition-duration: 0.0s;
	-moz-transform: 0.0s;
	-ms-transform: 0.0s;
	-o-transition-duration: 0.0s;
	transition-duration: 0.0s;
}
.lNav01_shadow {
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	filter: alpha(opacity=40);
	z-index: 1;
}
.hover .lNav01_shadow {
	opacity: 0;
	filter: alpha(opacity=0);
}
.lNav01_dot {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../../images/rn/index_bg12.png) repeat center;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.lNav01_front {
	position: absolute;
	top: 0;
	z-index: 2;
	width: 445px;
	height: 270px;
	padding: 50px 0 0;
}
.lNav01_item.lNav01_item_odd .lNav01_front {
	right: 0;
}
.lNav01_item.lNav01_item_even .lNav01_front {
	left: 0;
}
.lNav01_new {
	display: inline-block;
	padding: 7px 15px;
	background: #fc004a;
	position: absolute;
	right: 30px;
	top: 0;
}
.lNav01_item_even .lNav01_new {
	right:0;
}
.lNav01_ttl {
	font-size: 166.6%;
	font-weight: bold;
}
.lNav01_ttl span {
	display: block;
	font-size: 80%;
	font-weight: normal;
}
.lNav01_item.lNav01_item_even .lNav01_ttl {
	text-align: right;
}
.lNav01_txt {
	font-size: 116.6%;
	line-height: 1.9;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	margin: 15px 0 0 0;
	position: relative;
}
.lNav01_txt span {
	display: block;
	padding: 5px 10px;
}
.lNav01_txt:before,
.lNav01_txt:after,
.lNav01_txt span:before,
.lNav01_txt span:after {
	content: "";
	display: block;
	width: 9px;
	height: 1px;
	background: #fff;
	position: absolute;
}
.lNav01_txt:before {
	left: 0;
	top: 0;
}
.lNav01_txt:after {
	right: 0;
	top: 0;
}
.lNav01_txt span:before {
	left: 0;
	bottom: 0;
}
.lNav01_txt span:after {
	right: 0;
	bottom: 0;
}
.lNav01_item.lNav01_item_odd .lNav01_txt {
	margin-right: 43px;
}
.lNav01_item.lNav01_item_even .lNav01_txt {
	margin-left: 43px;
}
.lNav01_btn {
	display: inline-block;
	font-weight: bold;
	position: absolute;
	bottom: 50px;
}
.lNav01_item.lNav01_item_odd .lNav01_btn {
	left: 0;
}
.lNav01_item.lNav01_item_even .lNav01_btn {
	right: 0;
}
.lNav01_btn a {
	display: inline-block;
	padding: 7px 31px;
	min-width: 98px;
	border: 1px solid #fff;
	text-align: center;
	text-decoration: none;
	color: #fff;
	-webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transform: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	-ms-transform: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hover .lNav01_btn a {
	background: #fc004a;
	border-color: #fc004a;
}
.lNav01_block.lNav01_block_soldout {
	cursor: auto;
}
.lNav01_block.lNav01_block_soldout .lNav01_btn {
	padding: 7px 31px;
	min-width: 98px;
	border: 1px solid #66767f;
	text-align: center;
	background: #66767f;
}
.lNav01:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html .lNav01 { zoom: 1; } /* ie7 */


/* レイアウト
------------------------------------------------------------------------------- */
.idxBlock01 {
	padding:70px 10px;
	background:#fff;
}
.idxBlock01 .inner{
	width:1240px;
	margin: 0 auto;
	display: -webkit-box;
	display: flex;
	align-items: flex-start;
	flex-direction: row-reverse;
}

.idxBlock01-btm {
	align-items: flex-end;
}
.idxBlock01_info {
	width: 60%;
	padding: 0 20px 0 15px;
	box-sizing: border-box;
}
.idxBlock01-reverse .idxBlock01_info {
	padding: 0 15px 0 20px;
}
.idxBlock01_img {
	position: relative;
	width: 40%;
	box-sizing: border-box;
}
.box__line {
	position: absolute;
}
.box__line-t1 {
	top: calc(100% - 80px);
	top: -webkit-calc(100% - 80px);
	left: -20px;
	width: 20px;
	background-color: #9CC811;
	animation: animate1 4.5s ease-out infinite;
}
.box__line-t2 {
	bottom: -20px;
	left: -20px;
	height: 20px;
	background-color: #9CC811;
	animation: animate2 4.5s ease-out infinite;
}
.box__line-t3 {
	top: calc(100% - 82px);
	top: -webkit-calc(100% - 82px);
	left: -22px;
	width: 24px;
	background-color: #fff;
	animation: animate3 4.5s ease-out infinite;
}
.box__line-t4 {
	bottom: -22px;
	left: -22px;
	height: 24px;
	background-color: #fff;
	animation: animate4 4.5s ease-out infinite;
}
.box__line-t5 {
	top: -20px;
	left: calc(100% - 80px);
	left: -webkit-calc(100% - 80px);
	height: 20px;
	background-color: #9CC811;
	animation: animate5 4.5s ease-out infinite;
}
.box__line-t6 {
	top: -20px;
	left: 100%;
	width: 20px;
	background-color: #9CC811;
	animation: animate6 4.5s ease-out infinite;
}
.box__line-t7 {
	top: -22px;
	left: calc(100% - 80px);
	left: -webkit-calc(100% - 80px);
	height: 24px;
	background-color: #fff;
	animation: animate7 4.5s ease-out infinite;
}
.box__line-t8 {
	top: -22px;
	left: 100%;
	width: 24px;
	background-color: #fff;
	animation: animate8 4.5s ease-out infinite;
}
@keyframes animate1 {
	0% {
		height: 0;
	}
	12.5% {
		height: 100px;
	}
	100% {
		height: 100px;
	}
}
@keyframes animate2 {
	0% {
		width: 0;
	}
	12.5% {
		width: 0;
	}
	25% {
		width: 100px;
	}
	100% {
		width: 100px;
	}
}
@keyframes animate3 {
	0% {
		height: 0;
	}
	50% {
		height: 0;
	}
	57% {
		height: 104px;
	}
	100% {
		height: 104px;
	}
}
@keyframes animate4 {
	0% {
		width: 0;
	}
	57% {
		width: 0;
	}
	68% {
		width: 104px;
	}
	100% {
		width: 104px;
	}
}
@keyframes animate5 {
	0% {
		width: 0;
	}
	12.5% {
		width: 100px;
	}
	100% {
		width: 100px;
	}
}
@keyframes animate6 {
	0% {
		height: 0;
	}
	12.5% {
		height: 0;
	}
	25% {
		height: 100px;
	}
	100% {
		height: 100px;
	}
}
@keyframes animate7 {
	0% {
		width: 0;
	}
	50% {
		width: 0;
	}
	57% {
		width: 104px;
	}
	100% {
		width: 104px;
	}
}
@keyframes animate8 {
	0% {
		height: 0;
	}
	57% {
		height: 0;
	}
	68% {
		height: 104px;
	}
	100% {
		height: 104px;
	}
}
.idxBlock01_img img {
	position: relative;
	display: block;
	width: 100%;
	z-index: 1;
}
.idxBlock01_in {
	max-width: 470px;
	margin: 0 auto 0 60px;
}
.idxBlock01-reverse .idxBlock01_in {
	margin: 0 60px 0 auto;
}
.idxBlock01_tit {
	line-height: 1.454;
	margin: 0 0 13px;
	font-family: "Noto Serif JP", serif;
	font-size: 367%;
	font-weight: 400;
}
.idxBlock01_tit span {
	display: inline-block;
	position: relative;
}
.idxBlock01_tit span::before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: -5px;
	width: 7px;
	height: 7px;
	background-color: #9CC811;
}
.idxBlock01_txt {
	line-height: 1.6;
	margin: 0 0 0 10px;
	font-size: 134%;
	font-weight: 400;
}
.idxBlock01_btns {
	max-width: 270px;
	margin: 28px 0 0;
	font-size: 100%;
}
.idxBlock01_btn {
	margin: 10px 0 0;
}
.idxBlock01_btn:first-child {
	margin-top: 0;
}
.idxBlock01_btn a {
	display: block;
	position: relative;
	line-height: 58px;
	border-radius: 5px;
	padding: 0 0 2px;
	background-color: #000;
	color: #fff;
	font-size: 150%;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
}
.idxBlock01_btn a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 18px;
	width: 16px;
	height: 12px;
	margin: -6px 0 0;
	background: url(/business/logistics/images/rn04/arw_ico03.svg) center center no-repeat;
	background-size: contain;
}


.cvBlock {
    margin: 0;
}

/* ==

　表示切替

=============================================================================== */
.devPc { display: block; }
.devPcTbl { display: block; }
.devTbl { display: none; }
.devTblSmp { display: none; }
.devSmp { display: none; }
img.devPc,
img.devPcTbl { display: inline; }
img.devTbl,
img.devTblSmp,
img.devSmp { display: none; }