@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('normalize.css');
@import url('base.css');

html {
	height: 100%;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	font-weight: 500;
	line-height: 2em;
	letter-spacing: 0.1em;
	color: #000000;
}

h1, h2 {
	margin: 0;
}

div.content {
	width: 100%;
	padding: 0 0 6% 0;
}

.wrap {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}

.animate_hidden {
	opacity: 0;
	animation-delay: 0.1s;
}

.animate_visible {
	opacity: 100;
}

.animate_delay2 {
	animation-delay: 0.2s;
}

.animate_delay3 {
	animation-delay: 0.3s;
}

header.transport_header {
	position: relative;
	width: 100%;
}

div.header_title_outer {
	position: absolute;
	top: 3%;
	z-index: 10;
	width: 100%;
	padding: 1% 10px;
	background: rgba(0, 5, 0, 0.4);
}

div.header_title_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}

div.header_title {
	margin: 0 2.56%;
}

div.header_back {
	position: relative;
	z-index: 1;
	width: 100%;
	text-align: center;
}

div.header_back img {
	width: 100%;
	height: auto;
}

div.header_commentary_outer {
	position: relative;
	width: 100%;
	padding: 6% 0;
	background: #00aa00;
	color: #ffffff;
}

div.header_commentary_inner {
	display: flex;
	justify-content: space-between;
}

div.header_commentary_title {
	padding: 0 20px 0 0;
	line-height: 2em;
	font-size: 22pt;
	font-weight: bold;
	letter-spacing: 0.3em
}

div.header_commentary_title span {
	display: block;
}

div.header_commentary_text {
	width: calc(600 / 1100 * 100%);
	line-height: 2.5em;
	font-size: 12pt;
}

div.header_commentary_text span {
	border-bottom: 1px solid #ffffff;
}

section.system,
section.spec,
section.online {
	padding: 7% 0 0 0;
}

div.contents_title_caption {
	position: relative;
	max-width: 225px;
	width: 100%;
	margin: 0 auto;
	padding: 5px 15px;
	background: #fffa00;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

div.contents_title_caption:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #fffa00;
}

h1.contents_title {
	margin: 1% auto 0 auto;
	font-size: 22pt;
	text-align: center;
	letter-spacing: 0.3em;
}

h1.contents_title::before {
	position: relative;
	top: 10px;
	content: url('../star_icon_small.svg');
	margin: 10px 0 0 0;
}

h1.contents_title span {
	color: #00aa00;
}

div.spec_list_outer {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 6% auto 0 auto;
}

div.spec_list_left {
	width: calc(670 / 1100 * 100%);
}

div.spec_list_right {
	width: calc(350 / 1100 * 100%);
}

h2.contents_subtitle {
	margin: 0 auto 5% auto;
	color: #00aa00;
	font-size: 24pt;
	letter-spacing: 0.2em;
}

h2.system_01_title::before {
	content: '01';
	font-size: 56pt;
	color: #e0e0e0;
}

h2.system_02_title {
	margin: 15% auto 5% auto;
}

h2.system_02_title::before {
	content: '02';
	font-size: 56pt;
	color: #e0e0e0;
}

p.spec_text {
	margin: 1em auto 0 auto;
	line-height: 2em;
	font-size: 12pt;
}

div.spec_image_outer {
	margin: 0 auto 10% auto;
}

div.spec_image_outer p {
	margin: 4% auto 0 auto;
	line-height: 1.8em;
	font-size: 10pt;
}

div.spec_list_left h3 {
	margin: 5% auto 0 auto;
	font-size: 16pt;
}

div.spec_list_left h3 span {
	background:linear-gradient(transparent 60%, #ffff00 40%);
}

p.flow {
	margin: 4% auto 0 auto;
}

div.spec_list {
	display: flex;
	margin: 0 auto 7px auto;
	font-size: 14pt;
}

div.spec_list_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-width: 200px;
	width: calc(200 / 670 * 100%);
	padding: 0 20px;
	background: #cbf3bc;
}

div.spec_list_text {
	padding: 5px 0 5px 20px;
}

p.contents_title_bottom {
	margin: 3% auto 0 auto;
	font-size: 17pt;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.3em;
}

p.contents_title_bottom span {
	border-bottom: 4px solid #ffff00;
}

div.online_outer {
	display: flex;
	justify-content: space-between;
}

div.online_inner {
	position: relative;
	width: calc(485 / 1500 * 100%);
	margin: 5% auto 0 auto;
	padding: 1%;
	background: #e3f8d6;
}

h2.online_title {
	position: relative;
	font-size: 20pt;
	text-align: center;
	color: #00aa00;
	letter-spacing: 0.2em;
}

h2.icon_fork_lift::before {
	position: relative;
	top: 18px;
	content: url('../icon_fork_lift_mini.svg');
}

h2.icon_eco::before {
	position: relative;
	top: 18px;
	content: url('../icon_eco_mini.svg');
}

h2.icon_warehouse::before {
	position: relative;
	top: 18px;
	content: url('../icon_warehouse_mini.svg');
}

div.online_inner p {
	line-height: 1.8em;
	margin: 10% auto 6% auto;
	font-size: 12pt;
	letter-spacing: 0.2em;
}

div.inquiry_outer {
	width: 100%;
	margin: 6% auto 0 auto;
	padding: 0 10px;
	text-align: center;
}

div.inquiry_outer a {
	display: block;
	max-width: 400px;
	margin: 0 auto;
	transition: 0.2s;
}

div.inquiry_outer a:hover,
div.inquiry_outer a:focus {
	filter: drop-shadow(0px 0px 5px #666);
}

footer.transport_footer {
	width: 100%;
}

div.footer_inner {
	width: 100%;
	padding: 4% 0 3% 0;
	background: #e5e5e5;
}

div.footer_copyright {
	width: 100%;
	padding: 1% 10px;
	text-align: center;
	font-size: 10pt;
}

div.footer_inner div.wrap {
	display: flex;
	justify-content: space-between;
}

div.footer_left {
	width: calc(460 / 1100 * 100%);
}

div.footer_right {
	width: calc(415 / 1100 * 100%);
	font-size: 10pt;
}

div.footer_right p {
	text-indent: -0.5em;
	margin: 0 0 1em 0;
	line-height: 1.5em;
}

/* --------------------------------
   MEDIA QUERY
-------------------------------- */

@media (max-width: 767px) {
	div.header_title_outer {
		top: 0;
	}

	div.header_commentary_inner {
		display: block;
	}

	div.header_commentary_title {
		padding: 0;
		font-size: 16pt;
	}

	div.header_commentary_text {
		width: 100%;
		line-height: 2.5em;
		font-size: 9pt;
	}

	h1.contents_title {
		font-size: 14pt;
		letter-spacing: 0;
	}

	h1.contents_title::before {
		top: 14px;
	}

	div.spec_list_outer {
		display: block;
	}

	div.spec_list_left {
		width: 100%;
	}

	h2.system_01_title::before,
	h2.system_02_title::before {
		font-size: 40pt;
	}

	h2.contents_subtitle {
		margin: 40px auto 20px auto;
		font-size: 18pt;
	}

	div.spec_list_right {
		width: 100%;
		margin: 30px auto 0 auto;
	}

	div.spec_list {
		display: block;
		margin: 0 auto 7px auto;
		font-size: 12pt;
	}

	div.spec_list_title {
		display: block;
		width: 100%;
		padding: 5px 10px;
	}

	div.spec_list_text {
		padding: 5px 10px;
		font-size: 10pt;
	}

	p.contents_title_bottom {
		margin: 20px auto 0 auto;
		font-size: 13pt;
		text-align: left;
	}

	div.online_outer {
		display: block;
	}

	div.online_inner {
		width: 100%;
		margin: 30px auto 0 auto;
		padding: 20px;
	}

	h2.online_title {
		font-size: 16pt;
		letter-spacing: 0.1em;
	}

	div.online_inner p {
		letter-spacing: 0;
	}

	div.footer_inner div.wrap {
		display: block;
	}

	div.footer_left {
		width: 100%;
		text-align: center;
	}

	div.footer_right {
		width: 100%;
		margin: 20px auto 0 auto;
		font-size: 9pt;
	}
	div.footer_copyright {
		font-size: 8pt;
		line-height: 1.5em;
	}

	div.footer_copyright span {
		display: block;
	}
}

@media (min-width: 768px) and (max-width: 1029px) {

}

@media (min-width: 1030px) {

}
