@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

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

　目次

-------------------------------------------------------------------------------

　00. 基本
　01. 物件

******************************************************************************* */
/* ==

　00. 基本

=============================================================================== */
/* 基本モジュール
------------------------------------------------------------------------------- */
body {
	font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
.container {
	background-color: #232A2A;
	min-width: 1240px;
}
/* .container div:after{ content:''; display:block; clear:both; } */
#topicPath .baseIn {
    min-width: 1240px;
    margin: 20px auto;
}
/* 見出し
------------------------------------------------------------------------------- */
.dpHeading01 {
	min-width: 1200px;
	margin: 20px 0 18px;
	padding: 0 20px;
	color: #000;
	box-sizing: border-box;
	text-align: center;
}
.dpHeading01_tit {
	position: relative;
	max-width: 980px;
	line-height: 1.5;
	margin: 0 auto;
	padding: 0;
	font-size: 234%;
	font-weight: 500;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	display: inline-block;
}
.dpHeading01_tit span:last-child{
	font-size:12px;
	vertical-align: middle;
	margin-left: 15px;
}
.dpHeading01_txt {
	position: relative;
	padding: 0 0 0 50px;
}
.dpHeading01_txt::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: url(../../images/rn01/index_icon01.png) center center no-repeat;
	background-size: contain;
}
.dpHeading02 {
	position: relative;
	line-height: 40px;
	margin: 0 0 20px;
	padding: 0 0 0 40px;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}
.dpHeading02::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: url(../../images/rn01/index_icon02.png) center center no-repeat;
	background-size: contain;
}
/* ヘッダー
------------------------------------------------------------------------------- */
.dpHead01 {
	background-color: #fff;
}
.dpHead01_in {
	max-width: 1240px;
	margin: 0 auto;
	padding: 20px 10px;
	display: flex;
	align-items: center;
}
.dpHead01 h1 {
	font-family: "Noto Serif JP", serif;
	font-size: 44px;
	margin-right: 20px;
	font-weight: 100;
}
.dpHead01 p {
	font-size: 18px;
}
/* ナビ
------------------------------------------------------------------------------- */
.dpNav01 {
	position: relative;
	min-width: 1200px;
	min-height: 100px;
	margin: 0 0 14px;
	background-color: #fff;
	box-sizing: border-box;
	overflow: hidden;
}
.dpNav01_loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	background: url(/business/logistics/dproject/list/images/parts/loading_ico01.svg) center center no-repeat;
	background-size: contain;
}
.dpNav01_btn {
	display: none;
	position: absolute;
	top: 50%;
	width: 64px;
	height: 64px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
	cursor: pointer;
}
.dpNav01_btn-show {
	display: block;
}
.dpNav01_btn.swiper-button-disabled {
	display: none;
}
.dpNav01_btn-prev {
	left: 50%;
	margin: -32px 0 0 -520px;
	background-image: url(/business/logistics/dproject/list/images/parts/nav_ico01.svg);
}
.dpNav01_btn-next {
	right: 50%;
	margin: -32px -520px 0 0;
	background-image: url(/business/logistics/dproject/list/images/parts/nav_ico02.svg);
}
.dpNav01_in {
	display: none;
}
.dpNav01_in.swiper-container-initialized {
	display: block;
}
.dpNav01_list {
	font-size: 100%;
}
.dpNav01 .dpNav01_item {
	width: 315px;
}
.dpNav01_bnr {
	display: block;
	position: relative;
	height: 100px;
	color: #fff;
	text-decoration: none;
}
.dpNav01_bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	object-fit: cover;
}
.dpNav01_txt {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	line-height: 1.5;
	margin: 0;
	font-size: 134%;
	font-weight: 500;
	letter-spacing: -0.005em;
	text-align: center;
}
/* エリア
------------------------------------------------------------------------------- */
.dpArea01 {
	padding: 0 0 0;
	/* background-color: #fff; */
	color: #000;
	text-align:center;
	/* min-width:1240px; */
	margin:0 auto;
	padding: 15px 0 10px;
}
#areaList {
	padding-top: 60px;
}

.dpArea01_current {
	display: none;
}
.dpArea01_list {
	display: -webkit-box;
	display: flex;
	font-size: 117%;
	font-weight: 500;
	justify-content: center;
}
.dpArea01_item a {
	display: block;
	line-height: 25px;
    padding: 0 7px 2px;
	margin:0 10px;
	color: #fff;
	text-decoration: none;
}
.dpArea01_item-current a {
	display: block;
	position: relative;
	text-decoration: none;
	color: #E8871E;
	border: 1px solid #E8871E;
}
/* .dpArea01_item-current a::before {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	bottom: 0;
	left: 10px;
	height: 8px;
	background-color: #9DC814;
} */


/* 都道府県
------------------------------------------------------------------------------- */
.dpPref01_Over{
	position: relative;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
	min-width:1240px;
	border: 1px solid #7A7A7A;
	border-left: none;
	border-right: none;
}
.dpPref01 {
	margin:0 auto;
	max-width:1024px;
	position: relative;
	padding: 0 38px;
	box-sizing: border-box;
}
.dpPref01_in{
	text-align:center;
}
.dpPref01_list {
	display: -webkit-box;
	display: flex;
	justify-content: center;
	font-size: 14px;
	font-weight: 500;
}
.dpPref01_item {
	margin: 0 18px 0 0;
}
.dpPref01_item a {
	display: block;
	position: relative;
	line-height: 50px;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
}
.dpPref01_item-current a{
	color: #E8871E;
	z-index: 1;
}
.dpPref01_item-current a::before {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	bottom: 50%;
	left: 0;
	height: 30px;
	width: 100%;
	margin-bottom: -15px;
	border-radius: 4px;
	z-index:-1;
    border: 1px solid #E8871E;
}
.dpPref01_btn {
	position: relative;
	top: 0;
	right: 0;
	font-weight: 500;
	cursor: pointer;
}
.dpPref01_btn span {
	display: block;
	line-height: 50px;
	padding: 0 0 0 62px;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
}
.dpPref01_btn span::before {
	content: "";
	display: block;
	position: absolute;
    top: 42%;
    left: 25px;
	width: 30px;
	height: 30px;
	margin: -10px 0 0;
	background: url(../../images/rn01/index_icon01.png) center center no-repeat;
	background-size: 30px;
}
.dpPref01_btn span::after {
	content: "";
	display: block;
	position: absolute;
	left:0;
	top:50%;
	margin-top:-15px;
	height:30px;
	width:1px;
	background:#94979c;
}
/* 絞り込み
------------------------------------------------------------------------------- */
.dpFilter01 {
	display: block;
	padding: 15px 0 40px;
	min-width:1240px;
	margin:0 auto;
}
.dpFilter01-show {
	display: block;
}
.dpFilter01_in {
	margin: 0 auto;
}
.dpFilter01_list {
	display: -webkit-box;
	display: flex;
	justify-content: center;
	color: #fff;
	font-size: 117%;
	font-weight: 500;
}
.dpFilter01_item {
	position: relative;
	line-height: 24px;
	margin: 0 0 0 20px;
	padding: 4px 4px 4px 36px;
	cursor: pointer;
}
.dpFilter01_item-active {
    outline: 1px solid #E8871E;
}
.dpFilter01_item-disable {
	opacity: .5;
	cursor: default;
}
.dpFilter01_item:first-child {
	margin-left: 0;
}
.dpFilter01_item::before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 24px;
	height: 24px;
	border-radius: 2px;
	background-color: #282F38;
	box-sizing: border-box;
	border: 1px solid #7A7A7A;
}
.dpFilter01_item-active::before {
	background-color: #E8871E;
}
.dpFilter01_item-active::after {
	content: "";
	display: block;
	position: absolute;
	top: 11px;
	left: 10px;
	width: 13px;
	height: 10px;
	background: url(/business/logistics/dproject/list/images/parts/filter_ico02.svg) center center no-repeat;
	background-size: contain;
}
/* エリア別実績（achievement.html）
------------------------------------------------------------------------------- */
.dpMap02 {
	position: relative;
	min-width: 1240px;
	height: 900px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	color: #fff;
	border-bottom: 2px solid #3d3d3d;
	background: url(../../images/rn01/index_map01_bg.png) repeat-x 0 0;
	background-size: 1440px;
}
.dpMap02::after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
}
.dpMap02_in {
	position: relative;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.dpMap02_fadeItem {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .6s ease, transform .6s ease;
}
.dpMap02_fadeItem.is-show {
	opacity: 1;
	transform: none;
}
.dpMap02_txt {
	margin-top: 60px;
}
.dpMap02_txt h2 {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 1.8;
}
.dpMap02_txt p {
	font-size: 16px;
	line-height: 1.8;
}
.dpMap02_txt .dpMap02_site {
	margin-top: 35px;
}
.dpMap02_txt .dpMap02_site p {
	font-size: 18px;
}
.dpMap02_txt .dpMap02_site p:first-child {
	border-bottom: 1px solid #7A7A7A;
	display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 15px;
	font-weight: bold;
}

.dpMap02_txt .dpMap02_site p:last-child {
	font-size: 14px;
	margin-top: 10px;
}
.dpMap02_txt .dpMap02_site .dpMap02_num {
	font-size: 54px;
	font-family: "Inter", sans-serif;
	font-weight: bold;
	line-height: 1;
	font-variant-numeric: tabular-nums;
	color: #E8871E;
}
.dpMap02_txt .dpMap02_site .dpMap02_num span {
	font-size: 68px;
}
.dpMap02_map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.dpMap02_map::before {
	content: "";
	position: absolute;
	top: 75px;
    left: 42px;
    width: 934px;
    height: 1024px;
	background: url(../../images/rn01/index_map01.png) no-repeat 0 0;
	background-size: cover;
}
.dpMap02_map > ul {
	overflow: hidden;
	width: 100%;
	height: 100%;
	font-size: 15px;
}
.dpMap02_map .dpArea01 {
	display: none;
}
.dpMap02_area {
	position: absolute;
}
.dpMap02_area-01 {
    top: 230px;
    left: calc(50% + 100px);
}
.dpMap02_area-02 {
    top: 680px;
    left: calc(50% + 10px);
}
.dpMap02_area-03 {
	top: 720px;
    left: calc(50% - 90px);
}
.dpMap02_area-04 {
    top: 785px;
    left: calc(50% - 205px);
}
.dpMap02_area-05 {
    top: 760px;
    left: calc(50% - 490px);
}
.dpMap02_area a::before,
.dpMap02_area a::after {
	content: "";
	width: 50px;
	height: 50px;
	display: block;
	background: url(../../images/rn01/index_icon02_w.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	top: -45px;
	left: calc(50% - 25px);
}
.dpMap02_area-current a::after {
	background: url(../../images/rn01/index_icon02.png) center center no-repeat;
	background-size: contain;
}
.dpMap02_area:first-child {
	border-top: none;
}
.dpMap02_area a {
	position: relative;
	display: inline-block;
	color: #fff;
	text-decoration: none;
}
.dpMap02_area a:hover {
	opacity: 0.7;
}
.dpMap02_area-current a {
	color: #E8871E;
	font-weight: 500;
}
.dpMap02_list {
	width: 380px;
	height: 400px;
	position: absolute;
	top: 360px;
	right: 0;
	padding-left: 15px;
	border-left: 1px solid #E8871E;
}
.dpMap02_list_tit {
	margin: 0 0 28px;
	padding: 0 0 0 40px;
	font-size: 20px;
	position: relative;
}
.dpMap02_list_tit::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: url(../../images/rn01/index_icon02.png) center center no-repeat;
	background-size: contain;
}
.dpMap02_list_tit::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 270px;
	height: 1px;
	background-color: #7A7A7A;
}
.dpMap02_list_tit .num {
	display: inline-block;
	margin: 0 0 0 10px;
	font-size: 90%;
}
.dpMap02_list_body {
	position: relative;
	width: 360px;
	height: 340px;
	opacity: 1;
	transition: opacity .3s ease;
}
.dpMap02_list_body.is-switching {
	opacity: 0;
}
.dpMap02_list .mResult01_item {

}

.dpMap02_list .mResult01_wrap {
	display: block;
	padding: 4px 10px 3px;
	color: #fff;
}
a.mResult01_wrap:hover {
	opacity: .6;
}
.dpMap02_list .mResult01_stit {
	position: relative;
}
.dpMap02_list .mResult01_stit::before {
	content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../../images/rn01/index_icon03.png) center center no-repeat;
    background-size: contain;
	margin-right: 5px;
}
.dpMap02_list .mResult01_empty {
	padding: 15px 10px;
}

.dpMap02_list .simplebar-scrollbar:before {
	background: #7A7A7A;
}
.simplebar-scrollbar.simplebar-visible:before {
	opacity: 1 !important;
}

/* 開発実績リスト（achievement.html）
------------------------------------------------------------------------------- */
.dpAchievement {
	background-color: #232A2A;
	margin-bottom: 100px;
	padding: 35px 10px 0;
}
.dpAchievement_in {
	max-width: 980px;
	margin: 0 auto;
}
.dpAchievement_tit {
	color: #fff;
	text-align: center;
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 30px;
}
.dpAchievement_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px 20px;
}
.dpAchievement_item {
	width: 470px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.dpAchievement_item a,
.dpAchievement_item span {
	display: block;
	color: #fff;
	text-decoration: none;
}
.dpAchievement_item a img,
.dpAchievement_item span img {
	width: 100%;
	height: auto;
}
.dpAchievement_info h3 {
	font-size: 16px;
	margin: 15px 0 10px;
	font-weight: 500;
}
.dpAchievement_item a h3 {
	text-decoration: underline;
}
.dpAchievement_item a:hover h3 {
	text-decoration: none;
}
.dpAchievement_item a:hover {
	opacity: 0.8;
}

.dpAchievement_detail {
    margin: 0 -10px 0 0;
    font-size: 100%;
}
.dpAchievement_detail li {
	width: 100%;
	display: flex;
}
.dpAchievement_detail li:first-child {
	margin-bottom: 10px;
}
.dpAchievement_detail .dpAchievement_head {
    line-height: 1.4;
    margin: 0;
    color: #7a7a7a;
    font-weight: 400;
    white-space: nowrap;
}
.dpAchievement_detail .dpAchievement_body {
    line-height: 1.4;
    margin: -1px 0 0;
    font-weight: 400;
}




/* コンテンツ
------------------------------------------------------------------------------- */
.dpContent01 {
	min-width: 1200px;
	margin: 0 0 100px;
	padding: 0 20px;
}
.dpContent01_in {
	max-width: 1024px;
	margin: 0 auto;
}
/* セクション
------------------------------------------------------------------------------- */
.dpBlock01 {
	display: none;
	margin: 0 0 50px;
}
.dpBlock01-show {
	display: block;
}
.dpBlock01:last-child {
	margin-bottom: 0;
}
/* 施設一覧
------------------------------------------------------------------------------- */
.dpResult01 {
	position: relative;
	min-height: 300px;
}
.dpResult01_loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	background: url(/business/logistics/dproject/list/images/parts/loading_ico01.svg) center center no-repeat;
	background-size: contain;
}
.dpProject01 {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin: -16px 0 0;
	font-size: 100%;
}
.dpProject01_empty {
	margin: 50px auto;
	font-size: 134%;
	font-weight: 500;
	text-align: center;
	color: #fff;
}
.dpProject01_item {
	display: none;
	width: 18.751%;
	max-width: 192px;
	margin: 16px 1.56125% 0 0;
	background-color: #F5F5F5;
}
.dpProject01_item-active {
	display: block;
}
.dpProject01_item-5n {
	margin-right: 0;
}
.dpProject01_wrap {
	display: block;
	height: 100%;
	color: #fff;
	background-color: #373B3F;
	text-decoration: none;
}
.dpProject01_img {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 61.979% 0 0;
}
.dpProject01_img > div {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
a.dpProject01_wrap .dpProject01_img > div::after {
	content: "詳細";
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: auto;
	padding: 5px 10px 3px;
	color: #fff;
	background-color: #E3115A;
	text-align: center;
	line-height: 1;
}
.dpProject01_img img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
}
.dpProject01_ico {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 20px;
	padding: 0 9px;
	background-color: #335281;
	color: #fff;
	font-size: 84%;
	font-weight: 400;
}
.dpProject01_ico-vr {
	position: absolute;
	right: 0;
	left: auto;
}
.dpProject01_item-type01 .dpProject01_ico {
	background-color: #E3115A;
}
.dpProject01_item-type02 .dpProject01_ico {
	background-color: #EB7F00;
}
.dpProject01_item-type03 .dpProject01_ico {
	background-color: #24459D;
}
.dpProject01_item-type04 .dpProject01_ico {
	background-color: #3C3C3C;
}
.dpProject01_item-type05 .dpProject01_ico {
	background-color: #7B4FA3;
}
.dpProject01_ico.dpProject01_ico-vr {
	background-color: #229896;
	padding-left: 22px;
}

.dpProject01_ico.dpProject01_ico-vr::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 2px;
	width: 16px;
	height: 16px;
	background: url(/business/logistics/dproject/list/images/parts/ico_360.png) no-repeat center;
	background-size: contain;
}
.dpProject01_info {
	padding: 9% 9.4%;
}
.dpProject01_tit {
	position: relative;
	line-height: 1.375;
	margin: 0 0 15px;
	color: #fff;
	font-size: 134%;
	font-weight: 500;
}
a .dpProject01_tit {
	/* color: #404F6F; */
}
.dpProject01_list {
	margin: 0 -10px 0 0;
	font-size: 100%;
}
.dpProject01_list li {
	margin: 3px 0 0;
}
.dpProject01_list li::after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
.dpProject01_list li:first-child {
	margin-top: 0;
}
.dpProject01_head {
	float: left;
	line-height: 1.4;
	margin: 0;
	color: #999;
	font-size: 84%;
	font-weight: 400;
	white-space: nowrap;
}
.dpProject01_body {
	line-height: 1.4;
	margin: -1px 0 0;
	font-size: 84%;
	font-weight: 400;
}
/* 一覧ボタン
------------------------------------------------------------------------------- */
.dpBtn01 {
	margin: 60px 0;
	text-align: center;
}
.dpBtn01 a {
	display: inline-block;
	width: 100%;
	max-width: 282px;
	line-height: 1.8;
	padding: 7px 10px 6px;
	border: 1px solid #fff;
	border-radius: 4px;
	color: #fff;
	font-size: 125%;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
}
.dpBtn01 a::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 10px;
	margin: 0 0 0 12px;
	background: url(/business/logistics/dproject/list/images/parts/btn_ico01.svg) center center no-repeat;
	background-size: contain;
	vertical-align: 0.05em;
}


/* レイアウト
------------------------------------------------------------------------------- */
.idxBlock01 {
	padding:70px 10px;
	background:#fff;
}
.idxBlock01 .inner{
	width:1200px;
	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;
}

/* レイアウト
------------------------------------------------------------------------------- */
.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;
}

/* ==

　表示切替

=============================================================================== */
.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; }

/* ==

　99. プラグイン

=============================================================================== */
/* Magnific Popup CSS */
.mfp-bg{z-index:1;overflow:hidden;background:#0b0b0b;opacity:.8}.mfp-bg,.mfp-wrap{top:0;left:0;width:100%;height:100%;position:fixed}.mfp-wrap{z-index:2;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:4}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:3}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:5;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:9pt;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:9pt;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}