﻿@charset "UTF-8";

/* A-tech pc-pages.css
======================================================== */

/*  TOP  */
#home .slider_area {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
}

/*#home .slider_area .main_lead {
	position: absolute;
	text-align: center;
	z-index: 10;
	width: 120rem;
	height: 30rem;
	background-color: rgba(255, 255, 255, 0.8);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 20rem auto 0 auto;
	padding: 2rem 0 1rem 0;
}*/

#home .slider_area .main_lead {
	position: absolute;
	text-align: center;
	z-index: 10;
	width: 120rem;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 13rem auto 0 auto;
	padding: 0;
	font-size: 10rem;
	font-weight: 800;
	color: rgba(255,255,255,0.9);
	text-shadow: 0.2rem 0.2rem 0.5rem #000;
	opacity: 0.95;
}

#home h2 {
	position:relative;
	display:inline-block;
	font-size: 5rem;
	font-weight: 700;
	color: #1E50a2;
	margin: 3rem 0;
	padding: 0;
}

#home h2 span {
	font-size: 2.4rem;
	font-weight: 500;
	color: #000;
	margin: 0 0 0 1rem;
}

#home .news {
	width: 100%;
	height: auto;
	background-color: #fafafa;
	margin: 10rem 0 0 0;
	padding: 0 0 10rem 0;
}

#home .news .news-box {
	width: 100%;
	height: 35rem;
	background-color: #fff;
	overflow-y: auto;
}

#home .news .news-box dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.5rem;
	font-weight: 400;
	margin: 0;
	padding: 0 0 0 10rem;
}

#home .news .news-box dl dt {
	display: flex;
	align-items: center;
	justify-content: left;
	width: 20rem;
	height: 7rem;
	font-weight: 500;
	color: #149dd0;
	margin: 0;
	border-bottom: 0.1rem solid #d6d6d6;
}

#home .news .news-box dl dt .mk-news {
	padding: 0.5rem 1rem 0.6rem;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: .02em;
	border-radius: 0.3rem;
	margin: 0 3rem 0 0;
	background-color: #005ce5;
	color: #fff;
}

#home .news .news-box dl dt .mk-recruit {
	padding: 0.5rem 1rem 0.6rem;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: .02em;
	border-radius: 0.3rem;
	margin: 0 3rem 0 0;
	background-color: #e5004d;
	color: #fff;
}

#home .news .news-box dl dd {
	display: flex;
	align-items: center;
	justify-content: left;
	width: 80rem;
	margin: 0;
	border-bottom: 0.1rem solid #d6d6d6;
}

#home .news .news-box dl dd a {
	color: #000;
}

#home .news .news-box dl dd a:hover {
	color: #149dd0;
}

#home .company-info {
	width: 100%;
	height: auto;
	background: linear-gradient(90deg, #ebf6fc 0%, #ebf6fc calc(50% + 30rem), #fff calc(50% + 30rem), #fff 100%);
	margin: 10rem 0 0 0;
	padding: 0;
}

#home .company-info img.photo {
	display: flex;
	float: right;
	width: 100rem;
	height: auto;
}

#home .company-info .btn-box {
	position: absolute;
	margin: 15rem 0 0 0;
	z-index: 50;
}

#home .company-info .btn-box .lead-text {
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 500;
	background-color: #fff;
	padding: 2rem;
	width: 41rem;
}

#home .company-info .blank-box {
	display: flex;
	justify-content: flex-end;
	padding: 4rem 3rem;
}

#home .project-info {
	width: 100%;
	height: auto;
	background: linear-gradient(90deg, #fff 0%, #fff calc(50% - 30rem), #ebf6fc calc(50% - 30rem), #ebf6fc 100%);
	margin: 10rem 0 0 0;
	padding: 0;
}

#home .project-info img.photo-left {
	display: flex;
	float: left;
	width: 70rem;
	height: auto;
	margin: 0;
}

#home .project-info img.photo-right {
	display: flex;
	float: right;
	width: 70rem;
	height: auto;
	margin: 0;
}

#home .project-info .lead-box-left {
	float: left;
	width: 44rem;
	height: 10rem;
	margin: 0;
	padding: 0 3rem 4rem 3rem;
}

#home .project-info .lead-box-left .lead-text {
	position: relative;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 500;
	background-color: #fff;
	padding: 2rem;
	width: 41rem;
}

#home .project-info .lead-box-right {
	float: right;
	width: 44rem;
	height: 10rem;
	margin: 0;
	padding: 0 3rem 4rem 3rem;
}

#home .project-info .lead-box-right .lead-text {
	position: relative;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 500;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 2rem;
	width: 41rem;
}

#home .recruiting-info {
	width: 100%;
	height: auto;
	background: linear-gradient(90deg, #ebf6fc 0%, #ebf6fc calc(50% + 30rem), #fff calc(50% + 30rem), #fff 100%);
	margin: 10rem 0 0 0;
	padding: 0;
}

#home .recruiting-info img.photo {
	display: flex;
	float: right;
	width: 100rem;
	height: auto;
}

#home .recruiting-info .btn-box {
	position: absolute;
	margin: 20rem 0 0 0;
	z-index: 50;
}

#home .recruiting-info .btn-box .lead-text {
	position: relative;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 500;
	background-color: #fff;
	padding: 2rem;
	width: 41rem;
}

#home .recruiting-info .blank-box {
	display: flex;
	justify-content: flex-end;
	padding: 4rem 3rem;
}


/* NEWS & TOPICS */
#news h2 {
	position: relative;
	display: flex;
	justify-content:center;
	align-items:center;
	height: 35rem;
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.3rem;
	color: #fff;
}

#news .main-lead {
	position: relative;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.2rem;
	color: #fff;
	text-align: center;
	top: -12rem;
}

#news h2:before {
	content: '';
	width: 5rem;
	height: 0.2rem;
	display: inline-block;
	background-color: #fff;
	position: absolute;
	bottom: 12rem;
	left: calc(50% - 2.5rem)
}

#news h3.title {
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.3rem;
	color: #000;
	background: #e2dff8;
	margin: 0 0;
	padding: 5rem 0 5rem 3.2rem;
}

#news h3 {
	position: relative;
	display: inline-block;
	letter-spacing: 0.3rem;
	/*background-color: #0da1e8;*/
	margin: 3rem 0;
	padding: 0.5rem;
}

#news .splet {
	display: table;
	width: 120rem;
}

#news .splet h4 {
	display: table-cell;
	width: 25rem;
	text-align: center;
	vertical-align: middle;
	background: #dfecf8;
	border-top: 0.1rem solid #0da1e8;
	letter-spacing: 0.2rem;
}

#news .splet .splet-box {
	display: table-cell;
	width: auto;
	line-height: 2.9rem;
	padding: 2.5rem 3rem 2.5rem 5rem;
	border-top: 0.1rem solid #0da1e8;
}

#news .splet .h4-end,
#news .splet .splet-box-end {
	border-bottom: 0.1rem solid #0da1e8;
}

#news .splet .splet-box-message {
	display: table-cell;
	width: auto;
	line-height: 3.0rem;
	padding: 2rem;
	border: 0.1rem solid #0da1e8;
}

#news .splet .splet-box ul li {
	list-style: circle;
}

#news .splet ol li {
	list-style: decimal;
	font-size: 1.6rem;
	line-height: 2.9rem;
	text-align: justify;
}


/*  企業情報  */
#company h2 {
	position: relative;
	display: flex;
	justify-content:center;
	align-items:center;
	height: 35rem;
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.3rem;
	color: #fff;
}

#company .main-lead {
	position: relative;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.2rem;
	color: #fff;
	text-align: center;
	top: -12rem;
}

#company h2:before {
	content: '';
	width: 5rem;
	height: 0.2rem;
	display: inline-block;
	background-color: #fff;
	position: absolute;
	bottom: 12rem;
	left: calc(50% - 2.5rem)
}

#company iframe {
	width: 100%;
}

#company h3.title {
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.3rem;
	color: #000;
	background: #e2dff8;
	margin: 0 0;
	padding: 5rem 0 5rem 3.2rem;
}

#company h3 {
	position: relative;
	display: inline-block;
	letter-spacing: 0.3rem;
	margin: 3rem 0;
	padding: 0.5rem;
}

#company .access-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

#company .access-box .hanzoumon {
	width: 40%;
	background-color: #9b7cb6;
	text-align: center;
	margin: 0 0 0 0;
	padding: 2rem;
}

#company .access-box .yuuraku {
	width: 40%;
	justify-content: flex-end;
	background-color: #d7c447;
	text-align: center;
	margin: 0 0 0 auto;
	padding: 2rem;
}

#company .splet {
	display: table;
	width: 120rem;
}

#company .splet h4 {
	display: table-cell;
	width: 25rem;
	text-align: center;
	vertical-align: middle;
	background: #eff4f8;
	border-top: 0.1rem solid #d9dddd;
	border-left: 0.1rem solid #d9dddd;
	letter-spacing: 0.2rem;
}

#company .splet .splet-box {
	display: table-cell;
	width: auto;
	line-height: 2.9rem;
	text-align: justify;
	padding: 2.0rem 3rem;
	border-top: 0.1rem solid #d9dddd;
	border-right: 0.1rem solid #d9dddd;
}

#company .splet .h4-end,
#company .splet .splet-box-end {
	border-bottom: 0.1rem solid #d9dddd;
}

#company .splet-histry {
	display: table;
	width: 120rem;
}

#company .splet-histry h4 {
	display: table-cell;
	width: 15rem;
	vertical-align: middle;
	letter-spacing: 0.2rem;
	vertical-align: top;
	padding: 5rem 0 5rem 5rem;
	border-bottom: 0.3rem solid #113571;
}

#company .splet-histry .splet-box {
	display: table-cell;
	width: auto;
	line-height: 2.9rem;
	text-align: justify;
	padding: 5rem 2.5rem 5rem 2.5rem;
	border-bottom: 0.1rem solid #d6d5d5;
}


/*  代表ご挨拶  */
#message .head-box .bk-message img {
	width: 100%;
	height: auto;
}

#message .head-box .text {
	box-sizing: border-box;
	max-width: 120rem;
	margin: 0;
	padding: 0 0 0 0;
	position: absolute;
	top: 20%;
	left: 10%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#message .head-box .text h2 {
	position:relative;
	display:inline-block;
	letter-spacing: 0.3rem;
	color: #0da1e8;
	margin: 0;
	padding: 0;
}

#message .head-box .text .title {
	letter-spacing: 0.3rem;
	line-height: 5.5rem;
	margin: 2rem 0 0 0;
}

#message .head-box .text .name {
	letter-spacing: 0.3rem;
	color: #000;
	margin: 2rem 0 0 0;
}


/* 燃焼関連・木質バイオマスガス化設備 */
#woody h2 {
	position: relative;
	display: flex;
	justify-content:center;
	align-items:center;
	height: 35rem;
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.3rem;
	color: #fff;
}

#woody .main-lead {
	position: relative;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.2rem;
	color: #fff;
	text-align: center;
	top: -12rem;
}

#woody h2:before {
	content: '';
	width: 5rem;
	height: 0.2rem;
	display: inline-block;
	background-color: #fff;
	position: absolute;
	bottom: 12rem;
	left: calc(50% - 2.5rem)
}

#woody h3 {
	position: relative;
	display: inline-block;
	letter-spacing: 0.3rem;
	margin: 3rem 0;
	padding: 0.5rem;
}

#woody img.title {
	width: 100%;
	height: auto;
}

#woody img.whats {
	width: 70rem;
	height: auto;
}

#woody img.flow1 {
	width: 100%;
	height: auto;
}

#woody img.flow2 {
	width: 100%;
	height: auto;
}

#woody .splet {
	display: table;
	width: 120rem;
}

#woody .splet h4 {
	display: table-cell;
	width: 25rem;
	text-align: center;
	vertical-align: middle;
	background: #dfecf8;
	border-top: 0.1rem solid #0da1e8;
	letter-spacing: 0.2rem;
}

#woody .splet .splet-box {
	display: table-cell;
	width: auto;
	line-height: 2.9rem;
	padding: 2.5rem 3rem 2.5rem 5rem;
	border-top: 0.1rem solid #0da1e8;
}

#woody .splet .h4-end,
#woody .splet .splet-box-end {
	border-bottom: 0.1rem solid #0da1e8;
}


/* 燃焼関連・熱風発生炉 */
#hot-air h2 {
	position: relative;
	display: flex;
	justify-content:center;
	align-items:center;
	height: 35rem;
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.3rem;
	color: #fff;
}

#hot-air .main-lead {
	position: relative;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.2rem;
	color: #fff;
	text-align: center;
	top: -12rem;
}

#hot-air h2:before {
	content: '';
	width: 5rem;
	height: 0.2rem;
	display: inline-block;
	background-color: #fff;
	position: absolute;
	bottom: 12rem;
	left: calc(50% - 2.5rem)
}

#hot-air h3.title {
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.3rem;
	color: #000;
	background: #e2dff8;
	margin: 0 0;
	padding: 5rem 0 5rem 3.2rem;
}

#hot-air h3 {
	position: relative;
	display: inline-block;
	letter-spacing: 0.3rem;
	margin: 3rem 0;
	padding: 0.5rem;
}

#hot-air img.hot-air {
	width: 50rem;
	height: auto;
}

#hot-air img.kouzou {
	width: 49rem;
	height: auto;
}

#hot-air img.default_size {
	width: 23rem;
	height: auto;
}

#hot-air ol.feature {
	counter-reset:number;
	list-style-type: none!important;
	padding:0.5rem;
}

#hot-air ol.feature li {
	position: relative;
	padding-left: 3rem;
	line-height: 2.9rem;
	padding: 1rem 0.5rem 1rem 5rem;
	text-align: justify;
}

#hot-air ol.feature li::before {
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display:inline-block;
	background: #5c9ee7;
	color: white;
	font-family: 'Avenir','Arial Black','Arial',sans-serif;
	font-weight:bold;
	font-size: 1.6rem;
	left: 0;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	top: 2.5rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#hot-air ul.use  {
	list-style: none;
	padding: 0;
}

#hot-air ul.use li {
	position: relative;
	padding: 1rem 0.5rem 1rem 5rem;
}

#hot-air ul.use li::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 1.5rem;
	left: 1rem;
	width: 1.5rem;
	height: 1.5rem;
	background-color: #5c9ee7;
	border-radius: 1rem;
}

#hot-air table {
	width: 100%;
	border-spacing: 0;
	font-size: 1.4rem;
}

#hot-air table th {
	text-align: center;
	padding: 1rem 2rem;
	border: 0.1rem solid #ccc;
	background: #e5e5e5;
}

#hot-air table td {
	text-align: center;
	padding: 1rem 2rem;
	border: 0.1rem solid #ccc;
}


/* 燃焼関連・火葬炉設備 */
#cremater h2 {
	position: relative;
	display: flex;
	justify-content:center;
	align-items:center;
	height: 35rem;
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.3rem;
	color: #fff;
}

#cremater .main-lead {
	position: relative;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.2rem;
	color: #fff;
	text-align: center;
	top: -12rem;
}

#cremater h2:before {
	content: '';
	width: 5rem;
	height: 0.2rem;
	display: inline-block;
	background-color: #fff;
	position: absolute;
	bottom: 12rem;
	left: calc(50% - 2.5rem)
}

#cremater h3.title {
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.3rem;
	color: #000;
	background: #e2dff8;
	margin: 0 0;
	padding: 5rem 0 5rem 3.2rem;
}

#cremater h3 {
	position: relative;
	display: inline-block;
	letter-spacing: 0.3rem;
	margin: 3rem 0;
	padding: 0.5rem;
}

#cremater .container-1200 img {
	width: 100%;
	height: auto;
}


/* リサイクル関連・リキッド飼料製造システム */
#liquid-feed h2 {
	position: relative;
	display: flex;
	justify-content:center;
	align-items:center;
	height: 35rem;
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.3rem;
	color: #fff;
}

#liquid-feed .main-lead {
	position: relative;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.2rem;
	color: #fff;
	text-align: center;
	top: -12rem;
}

#liquid-feed h2:before {
	content: '';
	width: 5rem;
	height: 0.2rem;
	display: inline-block;
	background-color: #fff;
	position: absolute;
	bottom: 12rem;
	left: calc(50% - 2.5rem)
}

#liquid-feed h3.title {
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.3rem;
	color: #000;
	background: #e2dff8;
	margin: 0 0;
	padding: 5rem 0 5rem 3.2rem;
}

#liquid-feed h3 {
	position: relative;
	display: inline-block;
	letter-spacing: 0.3rem;
	margin: 3rem 0;
	padding: 0.5rem;
}

#liquid-feed img.title {
	width: 100%;
	height: auto;
}

#liquid-feed img.food-waste {
	width: 70rem;
	height: auto;
}

#liquid-feed img.flow-1 {
	width: 97.2rem;
	height: auto;
}

#liquid-feed img.flow-2 {
	width: 97.2rem;
	height: auto;
}

#liquid-feed img.catalog {
	width: 20rem;
	height: auto;
	border: 0.1rem solid #ccc;
}

#liquid-feed .business_photo {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#liquid-feed .business_photo li{
	float:left;
	width: 25%;
	list-style: none;
	margin: 0 0 5rem 0;
	padding: 0;
	text-align: center;
	line-height: 1.5em;
}

#liquid-feed .business_photo li img {
	width: 95%;
	height: auto;
}

#liquid-feed .etc_reiaut {
	float: left;
	margin: 0 1.8rem 2rem 0;
}

#liquid-feed .etc_reiaut_right {
	float: left;
	margin: 0 0 2rem 0;
}

#liquid-feed .etc_reiaut_gr {
	float: left;
	margin: 0 0 2rem 0;
}

#liquid-feed .etc_reiaut_flat {
	float: left;
	width: 107rem;
	margin: 0 0 1rem 0;
	text-align: right;
}

#liquid-feed .etc_part_2row_250 {
	width: 35rem;
	height: 180rem;
	border: #08a342 solid 0.1rem;
}

#liquid-feed .etc_part_2row_250 h5 {
	width: 100%;
	font-size: 90%;
	background-color: #08a342;
	text-align: center;
	padding: 1rem 0;
	margin: 0 0 0.5rem 0;
	color: #fff;
}

#liquid-feed .etc_part_2row_250 h6 {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 1rem 0;
	color: #087f35;
}

#liquid-feed .etc_part_2row_250 .line_2w {
	width: calc(100% - 1.5rem);
	height: 0;
	border: #08a342 solid 0.2rem;
	margin: 1rem 0.5rem;
}

#liquid-feed .etc_part_2row_250 img {
	padding: 0.5rem;
	width: calc(100% - 1rem);
}

#liquid-feed .etc_part_2row_250 .lead_txt {
	padding: 1rem;
	font-size: 85%;
	line-height: 1.5em;
}

#liquid-feed .etc_part_2row_300 {
	width: 35rem;
	height: 180rem;
	border: #08a342 solid 0.1rem;
}

#liquid-feed .etc_part_2row_300 h5 {
	width: 100%;
	background-color: #08a342;
	text-align: center;
	padding: 1rem 0;
	margin: 0 0 0.5rem 0;
	color: #fff;
}

#liquid-feed .etc_part_2row_300 h6 {
	width: 100%;
	text-align: center;
	padding: 0.5rem 0;
	margin: 1rem 0;
	color: #087f35;
}

#liquid-feed .etc_part_2row_300 .line_2w {
	width: calc(100% - 1.5rem);
	height: 0;
	border: #08a342 solid 0.2rem;
	margin: 1rem 0.5rem;
}

#liquid-feed .etc_part_2row_300 img {
	padding: 0.5rem;
	width: calc(100% - 1rem);
}

#liquid-feed .etc_part_2row_300 .lead_txt {
	padding: 10px;
	font-size: 85%;
	line-height: 1.5em;
}

#liquid-feed .etc_part_2row_250_hl {
	width: 35rem;
	height: 70rem;
	border: #eb8e06 solid 0.1rem;
}

#liquid-feed .etc_part_2row_250_hl h5 {
	width: 100%;
	background-color: #eb8e06;
	text-align: center;
	padding: 1rem 0;
	margin: 0 0 0.5rem 0;
	color: #fff;
}

#liquid-feed .etc_part_2row_250_hl img {
	width: calc(100% - 1rem);
	padding: 0.5rem;
}

#liquid-feed .etc_part_2row_250_hl .lead_txt {
	padding: 1rem;
	line-height: 1.5em;
}

#liquid-feed .etc_part_2row_300_hl {
	width: 35rem;
	height: 70rem;
	border: #eb8e06 solid 0.1rem;
}

#liquid-feed .etc_part_2row_300_hl h5 {
	width: 100%;
	background-color: #eb8e06;
	text-align: center;
	padding: 1rem 0;
	margin: 0 0 0.5rem 0;
	color: #ffffff;
}

#liquid-feed .etc_part_2row_300_hl img {
	width: calc(100% - 1rem);
	padding: 0.5rem;
}

#liquid-feed .etc_part_2row_300_hl .lead_txt {
	padding: 10px;
	font-size: 85%;
	line-height: 1.5em;
}

#liquid-feed .reiaut_blank {
	width: 25rem;
	height: 11rem;
}

#liquid-feed .etc_reiaut_sp {
	display: none;
}

#liquid-feed .etc_part {
	float: left;
	width: 39rem;
	height: 45rem;
	border: #3784c0 solid 1px;
	margin: 0 1.2rem 1.5rem 0;
}

#liquid-feed .etc_part:nth-of-type(3n) {
	margin: 0 0 1.5rem 0;
}

#liquid-feed .etc_part:nth-last-child(1) {
	margin: 0 0 5rem 0;
}

#liquid-feed .etc_part h5 {
	width: 100%;
	background-color: #3784c0;
	text-align: center;
	padding: 1rem 0;
	margin: 0 0 0.5rem 0;
	color: #fff;
}

#liquid-feed .etc_part img {
	padding: 0.5rem;
	width: calc(100% - 1rem);
	height: auto;
}

#liquid-feed .etc_part .lead_txt {
	padding: 1rem;
	line-height: 1.5em;
}


/* リサイクル関連・リキッド飼料用加熱殺菌冷却システム */
#cooling h2 {
	position: relative;
	display: flex;
	justify-content:center;
	align-items:center;
	height: 35rem;
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.3rem;
	color: #fff;
}

#cooling .main-lead {
	position: relative;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.2rem;
	color: #fff;
	text-align: center;
	top: -12rem;
}

#cooling h2:before {
	content: '';
	width: 5rem;
	height: 0.2rem;
	display: inline-block;
	background-color: #fff;
	position: absolute;
	bottom: 12rem;
	left: calc(50% - 2.5rem)
}

#cooling h3.title {
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.3rem;
	color: #000;
	background: #e2dff8;
	margin: 0 0;
	padding: 5rem 0 5rem 3.2rem;
}

#cooling h3 {
	position: relative;
	display: inline-block;
	letter-spacing: 0.3rem;
	margin: 3rem 0;
	padding: 0.5rem;
}

#cooling .block-box {
	clear: both;
	width: 100%;
}

#cooling .block-box .left-box {
	float: left;
	width: 55rem;
	margin: 5rem 0;
}

#cooling .block-box .right-box {
	float: right;
	width: 55rem;
	margin: 5rem 0;
}

#cooling .block-box .left-box img,
#cooling .block-box .right-box img {
	width: 55rem;
	height: auto;
}


/* リサイクル関連・リキッド飼料自動給餌システム */
#liquid-automatic h2 {
	position: relative;
	display: flex;
	justify-content:center;
	align-items:center;
	height: 35rem;
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.3rem;
	color: #fff;
}

#liquid-automatic .main-lead {
	position: relative;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.2rem;
	color: #fff;
	text-align: center;
	top: -12rem;
}

#liquid-automatic h2:before {
	content: '';
	width: 5rem;
	height: 0.2rem;
	display: inline-block;
	background-color: #fff;
	position: absolute;
	bottom: 12rem;
	left: calc(50% - 2.5rem)
}

#liquid-automatic h3.title {
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.3rem;
	color: #000;
	background: #e2dff8;
	margin: 0 0;
	padding: 5rem 0 5rem 3.2rem;
}

#liquid-automatic h3 {
	position: relative;
	display: inline-block;
	letter-spacing: 0.3rem;
	margin: 3rem 0;
	padding: 0.5rem;
}

#liquid-automatic img.title {
	width: 100%;
	height: auto;
}

#liquid-automatic img.system {
	width: 70rem;
	height: auto;
}

#liquid-automatic img.flow-1 {
	width: 100%;
	height: auto;
}

#liquid-automatic img.flow-2 {
	width: 100%;
	height: auto;
}

#liquid-automatic img.flow-3 {
	width: 100%;
	height: auto;
}

#liquid-automatic img.catalog {
	width: 20rem;
	height: auto;
	border: 0.1rem solid #ccc;
}

#liquid-automatic ul.main-img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

#liquid-automatic ul.main-img li {
	float: left;
	width: 49%;
	margin: 0 2% 3rem 0;
}

#liquid-automatic ul.main-img li:nth-of-type(2n) {
	margin: 0 0 1.5rem 0;
}

#liquid-automatic ul.main-img li img{
	width: 100%;
	height: auto;
}

#liquid-automatic ul.main-img li h4.main-title {
	background: linear-gradient(90deg, #52E4FF, #5270FF);
	margin: 0;
	padding: 1rem 2rem;
	text-align: center;
	color: #fff;
}

#liquid-automatic ol.feature {
	counter-reset:number;
	list-style-type: none!important;
	padding:0.5rem;
}

#liquid-automatic ol.feature li {
	position: relative;
	padding-left: 3rem;
	line-height: 2.9rem;
	padding: 1rem 0.5rem 1rem 5rem;
	text-align: justify;
}

#liquid-automatic ol.feature li::before {
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display:inline-block;
	background: #5c9ee7;
	color: white;
	font-family: 'Avenir','Arial Black','Arial',sans-serif;
	font-weight:bold;
	font-size: 1.6rem;
	left: 0;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	top: 2.5rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#liquid-automatic .kitchen-block {
	float: left;
	width: 38rem;
	height: auto;
	border: #3784c0 solid 1px;
	margin: 0 2.5rem 3rem 0;
}

#liquid-automatic .kitchen-block-col2 {
	float: left;
	width: 78.5rem;
	height: auto;
	border: #3784c0 solid 1px;
	margin: 0 2.5rem 3rem 0;
}

#liquid-automatic .kitchen-block:nth-of-type(3n) {
	margin: 0 0 3rem 0;
}

#liquid-automatic .kitchen-block h5 {
	width: 100%;
	font-size: 90%;
	background-color: #3784c0;
	text-align: center;
	padding: 1rem 0;
	margin: 0 0 0.5rem 0;
	color: #fff;
}

#liquid-automatic .kitchen-block h6 {
	width: 100%;
	text-align: center;
	padding: 0.5rem 0;
	margin: 0;
	color: #3784c0;
}

#liquid-automatic .kitchen-block img {
	width: calc(100% - 1rem);
	height: auto;
	padding: 0.5rem;
}

#liquid-automatic .kitchen-block .lead_txt {
	width: calc(100% - 2rem);
	height: auto;
	padding: 1rem;
}

#liquid-automatic .movie {
	width: 100%;
	height: auto;
}

#liquid-automatic .kyuji-block {
	float: left;
	width: 38rem;
	border: #3784c0 solid 1px;
	margin: 0 2.5rem 3rem 0;
}

#liquid-automatic .kyuji-block-col2 {
	float: left;
	width: 78.5rem;
	border: #3784c0 solid 1px;
	margin: 0 2.5rem 3rem 0;
}

#liquid-automatic .kyuji-block-right {
	float: left;
	width: 38rem;
	border: #3784c0 solid 1px;
	margin: 0 0 3rem 0;
}

#liquid-automatic .ht-r1 {
	height: 130rem;
}

#liquid-automatic .ht-r2,
#liquid-automatic .ht-r3 {
	height: 45rem;
}

#liquid-automatic .kyuji-block h5,
#liquid-automatic .kyuji-block-col2 h5,
#liquid-automatic .kyuji-block-right h5 {
	width: 100%;
	font-size: 90%;
	background-color: #3784c0;
	text-align: center;
	padding: 1rem 0;
	margin: 0 0 0.5rem 0;
	color: #fff;
}

#liquid-automatic .kyuji-block h6,
#liquid-automatic .kyuji-block-col2 h6,
#liquid-automatic .kyuji-block-right h6 {
	width: 100%;
	text-align: center;
	padding: 0.5rem 0;
	margin: 0;
	color: #3784c0;
}

#liquid-automatic .kyuji-block img,
#liquid-automatic .kyuji-block-col2 img,
#liquid-automatic .kyuji-block-right img {
	width: calc(100% - 1rem);
	height: auto;
	padding: 0.5rem;
}

#liquid-automatic .kyuji-block .lead_txt,
#liquid-automatic .kyuji-block-col2 .lead_txt,
#liquid-automatic .kyuji-block-right .lead_txt {
	width: calc(100% - 2rem);
	height: auto;
	padding: 1rem;
}


/* リサイクル関連・紙容器リサイクル設備 */
#papper h2 {
	position: relative;
	display: flex;
	justify-content:center;
	align-items:center;
	height: 35rem;
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.3rem;
	color: #fff;
}

#papper .main-lead {
	position: relative;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.2rem;
	color: #fff;
	text-align: center;
	top: -12rem;
}

#papper h2:before {
	content: '';
	width: 5rem;
	height: 0.2rem;
	display: inline-block;
	background-color: #fff;
	position: absolute;
	bottom: 12rem;
	left: calc(50% - 2.5rem)
}

#papper h3.title {
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.3rem;
	color: #000;
	background: #e2dff8;
	margin: 0 0;
	padding: 5rem 0 5rem 3.2rem;
}

#papper h3 {
	position: relative;
	display: inline-block;
	letter-spacing: 0.3rem;
	margin: 3rem 0;
	padding: 0.5rem;
}

#papper img.papper {
	width: 65rem;
	height: auto;
}

#papper img.flow {
	width: 51rem;
	height: auto;
}

#papper img.plant {
	width: 51rem;
	height: auto;
}

#papper img.example {
	width: 51rem;
	height: auto;
}

#papper ol.feature {
	counter-reset:number;
	list-style-type: none!important;
	padding:0.5rem;
}

#papper ol.feature li {
	position: relative;
	padding-left: 3rem;
	line-height: 2.9rem;
	padding: 1rem 0.5rem 1rem 5rem;
	text-align: justify;
}

#papper ol.feature li::before {
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display:inline-block;
	background: #5c9ee7;
	color: white;
	font-family: 'Avenir','Arial Black','Arial',sans-serif;
	font-weight:bold;
	font-size: 1.6rem;
	left: 0;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	top: 2.5rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#papper .splet {
	display: table;
	width: 120rem;
}

#papper .splet h4 {
	display: table-cell;
	width: 25rem;
	text-align: center;
	vertical-align: middle;
	background: #dfecf8;
	border-top: 0.1rem solid #0da1e8;
	letter-spacing: 0.2rem;
}

#papper .splet .splet-box {
	display: table-cell;
	width: auto;
	line-height: 2.9rem;
	padding: 2.5rem 3rem 2.5rem 5rem;
	border-top: 0.1rem solid #0da1e8;
}

#papper .splet .h4-end,
#papper .splet .splet-box-end {
	border-bottom: 0.1rem solid #0da1e8;
}


/* リサイクル関連・食品残渣リサイクルシステム */
#food h2 {
	position: relative;
	display: flex;
	justify-content:center;
	align-items:center;
	height: 35rem;
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.3rem;
	color: #fff;
}

#food .main-lead {
	position: relative;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.2rem;
	color: #fff;
	text-align: center;
	top: -12rem;
}

#food h2:before {
	content: '';
	width: 5rem;
	height: 0.2rem;
	display: inline-block;
	background-color: #fff;
	position: absolute;
	bottom: 12rem;
	left: calc(50% - 2.5rem)
}

#food h3.title {
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.3rem;
	color: #000;
	background: #e2dff8;
	margin: 0 0;
	padding: 5rem 0 5rem 3.2rem;
}

#food h3 {
	position: relative;
	display: inline-block;
	letter-spacing: 0.3rem;
	margin: 3rem 0;
	padding: 0.5rem;
}

#food .movie {
	width: 100%;
	height: auto;
}

#food img.food {
	width: 65rem;
	height: auto;
}

#food img.flow {
	width: 97.2rem;
	height: auto;
}

#food img.crush {
	width: 65rem;
	height: auto;
}

#food img.dryer {
	width: 65rem;
	height: auto;
}

#food ol.feature {
	counter-reset:number;
	list-style-type: none!important;
	padding:0.5rem;
}

#food ol.feature li {
	position: relative;
	padding-left: 3rem;
	line-height: 2.9rem;
	padding: 1rem 0.5rem 1rem 5rem;
	text-align: justify;
}

#food ol.feature li::before {
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display:inline-block;
	background: #5c9ee7;
	color: white;
	font-family: 'Avenir','Arial Black','Arial',sans-serif;
	font-weight:bold;
	font-size: 1.6rem;
	left: 0;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	top: 2.5rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#food .splet {
	display: table;
	width: 120rem;
}

#food .splet h4 {
	display: table-cell;
	width: 25rem;
	text-align: center;
	vertical-align: middle;
	background: #dfecf8;
	border-top: 0.1rem solid #0da1e8;
	letter-spacing: 0.2rem;
}

#food .splet .splet-box {
	display: table-cell;
	width: auto;
	line-height: 2.9rem;
	padding: 2.5rem 3rem 2.5rem 5rem;
	border-top: 0.1rem solid #0da1e8;
}

#food .splet .h4-end,
#food .splet .splet-box-end {
	border-bottom: 0.1rem solid #0da1e8;
}


/* URO凝縮熱暖房機 */
#uro h2 {
	position: relative;
	display: flex;
	justify-content:center;
	align-items:center;
	height: 35rem;
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.3rem;
	color: #fff;
}

#uro .main-lead {
	position: relative;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.2rem;
	color: #fff;
	text-align: center;
	top: -12rem;
}

#uro h2:before {
	content: '';
	width: 5rem;
	height: 0.2rem;
	display: inline-block;
	background-color: #fff;
	position: absolute;
	bottom: 12rem;
	left: calc(50% - 2.5rem)
}

#uro h3.title {
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.3rem;
	color: #000;
	background: #e2dff8;
	margin: 0 0;
	padding: 5rem 0 5rem 3.2rem;
}

#uro h3 {
	position: relative;
	display: inline-block;
	letter-spacing: 0.3rem;
	margin: 3rem 0;
	padding: 0.5rem;
}

#uro img.title {
	width: 100%;
	height: auto;
}

#uro img.genri {
	width: 97rem;
	height: auto;
}

#uro ol.sakumotsu {
	clear: both;
	counter-reset: number;
	list-style-type: none !important;
	padding: 0.5em;
}

#uro ol.sakumotsu li {
	position: relative;
	padding-left: 3rem;
	line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 3.5rem;
	color: #1f4d9a;
}

#uro ol.sakumotsu li.one:before {
	position: absolute;
	content: "1";
	display: inline-block;
	background: #5c9ee7;
	color: white;
	border-radius: 50%;
	left: 0;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.2rem;
	text-align: center;
	font-weight: 700;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#uro ol.sakumotsu li.two:before {
	position: absolute;
	content: "2";
	display: inline-block;
	background: #5c9ee7;
	color: white;
	border-radius: 50%;
	left: 0;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.2rem;
	text-align: center;
	font-weight: 700;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#uro ol.sakumotsu li.tree:before {
	position: absolute;
	content: "3";
	display: inline-block;
	background: #5c9ee7;
	color: white;
	border-radius: 50%;
	left: 0;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.2rem;
	text-align: center;
	font-weight: 700;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#uro .produce_1 {
	float: left;
	width: 60%;
	margin: 0 0 3rem 0;
}

#uro .produce_2 {
	float: left;
	width: calc(40% - 5rem);
	padding: 0 0 0 5rem;
}

#uro .produce_3 {
	float: left;
	width: calc(40% - 5rem);
	padding: 0 0 0 5rem;
}

#uro .produce_1 img,
#uro .produce_2 img {
	width: 100%;
	height: auto;
}

#uro .produce_title {
	position: relative;
	background: #f4f4f4;
	line-height: 1.4;
	padding: 0.4em 0.5em;
	margin: 5rem 0 0.5em 0;
	width: 100%;
}

#uro .produce_title:after {
	position: absolute;
	font-family: "Font Awesome 5 Free", 'Quicksand', 'Avenir', 'Arial', sans-serif;
	content: 'POINT';
	background: #80c8d1;
	color: #fff;
	left: 0px;
	bottom: 100%;
	border-radius: 0.5rem 0.5rem 0 0;
	padding: 0.5rem 0.7rem 0.3rem;
	line-height: 1;
	letter-spacing: 0.05em;
}

#uro .produce_inner {
	position: relative;
	display: inline-block;
	background-color: #feeaac;
	padding: 1rem;
	margin: 1rem 0;
	border-radius: 2px;
}

#uro .pig_house_title {
	position: relative;
	text-align: center;
}

#uro .pig_house_title::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}

#uro .pig_house_title span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
	color: #1f4d9a;
	font-weight: bolder;
}

#uro .pig_house_block_left {
	float: left;
	width: 49%;
	margin: 20px 0 50px 0;
	border: #3784c0 solid 1px;
}

#uro .pig_house_block_right {
	float: right;
	width: 49%;
	margin: 20px 0 50px 0;
	border: #ff0000 solid 1px;
}

#uro .pig_house_block_left h5 {
	width: 100%;
	background-color: #3784c0;
	text-align: center;
	padding: 5px 0 5px 0;
	margin: 0;
	color: #ffffff;
}

#uro .pig_house_block_right h5 {
	width: 100%;
	background-color: #ff0000;
	text-align: center;
	padding: 5px 0 5px 0;
	margin: 0;
	color: #ffffff;
}

#uro .pig_house_block_left table.pig, 
#uro .pig_house_block_right table.pig {
	width: 95%;
	border-collapse: collapse;
	margin: 10px auto 25px auto;
}

#uro .pig_house_block_left table.pig th, 
#uro .pig_house_block_right table.pig th {
	width: 40%;
	padding: 5px 0px 5px 0;
	line-height: 1.5;
	border: 1px solid #d9d9d9;
	text-align: center;
	font-weight: normal;
	background-color: #ebebeb;
}

#uro .pig_house_block_left table.pig td, 
#uro .pig_house_block_right table.pig td {
	width: 60%;
	padding: 5px 0px 5px 0;
	line-height: 1.5;
	text-align: center;
	border: 1px solid #d9d9d9;
}

#uro .pig_house_block_left h6 {
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
	width: 95%;
	margin: 0 auto;
}

#uro .pig_house_block_left h6::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #3498db;
}

#uro .pig_house_block_right h6 {
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
	width: 95%;
	margin: 0 auto;
}

#uro .pig_house_block_right h6::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #ff0000;
}

#uro .pig_photo {
	width: 95%;
	margin: 1rem auto;
}

#uro .pig_photo img {
	width: 100%;
	height: auto;
}

#uro .pig_house_block_left p,
#uro .pig_house_block_right p {
	clear: both;
	padding: 15px;
}

#uro .distributor {
	clear: both;
	margin-top: 3rem;
	padding: 2rem 0;
}

#uro .distributor ul.contact {
	margin: 3rem auto;
	width: 100%;
	padding: 0;
	overflow: hidden;
	zoom: 1;
}

#uro .distributor ul.contact li {
	float: left;
	padding: 1rem;
	height: 6.5rem;
	line-height: 3.3rem;
	font-weight: 700;
	text-align: center;
	border: 0.1rem solid #ccc;
}

#uro .distributor ul.contact li.title {
	width: calc(50% - 2.2rem);
	font-size: 1.8rem;
	color: #fff;
	background-color: #059fe4;
}

#uro .distributor ul.contact li.number {
	width: calc(50% - 2.2rem);
	font-size: 1.8rem;
	letter-spacing: .1rem;
	background-color: #fff;
}


/*  先輩社員  */
#staff .head-box .bk-staff img {
	width: 100%;
	height: auto;
}

#staff .head-box .text {
	box-sizing: border-box;
	max-width: 72rem;
	margin: 0 0 0 -51.2rem;
	padding: 2rem 3rem;
	position: absolute;
	background: rgba(255, 255, 255, 0.8);
	top: 8%;
	left: 45%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#staff .head-box .text .title {
	letter-spacing: 0.3rem;
	line-height: 5.5rem;
	margin: 0 0 0 0;
}

#staff .head-box .text .name {
	letter-spacing: 0.3rem;
	margin: 2rem 0 0 0;
}

#staff h3 {
	position:relative;
	display:inline-block;
	letter-spacing: 0.3rem;
	background-color: #0da1e8;
	margin: 3rem 0;
	padding: 0.5rem;
}

#staff .lb-white {
	background: linear-gradient(#FFF 0, #dfecf8 0 45rem, #FFF 45rem),
	linear-gradient(to right,rgba(0,0,0,0) 0 50%, #FFF 50% 100%);
	background-blend-mode: screen;
}

#staff .rb-white {
	background: linear-gradient(#FFF 0, #dfecf8 0 45rem, #FFF 45rem),
	linear-gradient(to left,rgba(0,0,0,0) 0 50%, #FFF 50% 100%);
	background-blend-mode: screen;
}

#staff .f-photo {
	width: 100%;
}

#staff .f-photo img.lead-img-1{
	float: right;
	position: relative;
	width: 70rem;
	margin: 3rem 0 0 0;
	z-index: 1;
}

#staff .f-photo img.lead-img-2{
	float: left;
	width: 70rem;
	margin: 3rem 0 0 0;

}

#staff .f-photo img.lead-img-3{
	float: right;
	position: relative;
	width: 50rem;
	margin: 0 0 0 0;
	z-index: 1;

}

#staff .r-lead {
	width: 100%;
	margin: 0 0 0 0;
}

#staff .r-lead .lead-box {
	width: 47rem;
	margin-left: auto;
	padding: 0 0 0 3rem;
	background: #fff;
	z-index: 0;
}

#staff .l-lead {
	float: left;
	margin: 0 0 0 0;
}

#staff .l-lead .lead-box {
	position: relative;
	width: 47rem;
	margin-right: auto;
	padding: 0 3rem 0 0;
	background: #fff;
	z-index: 3;
}

#staff .l-lead .lead-box-none {
	position: relative;
	width: 45rem;
	margin-right: auto;
	padding: 0 3rem 0 0;
	z-index: 3;
}

#staff h3.schedule-title {
	position:relative;
	display:inline-block;
	letter-spacing: 0.3rem;
	background-color: transparent;
	margin: 3rem 0;
	padding: 0;
}

#staff .schedule-box {
	width: 100%;
	margin: 10rem 0 0 0;
}

#staff .schedule-left-box {
	float: left;
	width: 50%;
}

#staff .schedule-right-box {
	float: right;
	width: 50%;
}

#staff ol.schedule-bar {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	width: calc(100% - 12rem);
	margin: 0 auto 15rem auto;
	font-size: 1.4rem;
	list-style: none;
}

#staff ol.schedule-bar li {
	width: 100%;
	margin: 3rem 0 0 0;
}

#staff ol.schedule-bar .sp-pad-1 {
	padding: 0 0 0 2rem;
}

#staff ol.schedule-bar .sp-pad-2 {
	display: block;
	padding: 0 0 0 3.8rem;
}

#staff ol.schedule-bar li:after {
	display: block;
	position: relative;
	border-bottom: none;
	border-left: #0da1e8 0.1rem solid;
	content: "";
	height: 130%;
	left: 0.9rem;
	top: -4rem;
	width: 1rem;
}

#staff ol.schedule-bar li.mid:after {
	display: block;
	position: relative;
	border-bottom: none;
	border-left: #0da1e8 0.1rem solid;
	content: "";
	height: 150%;
	left: 0.9rem;
	top: -7rem;
	width: 1rem;
}

#staff ol.schedule-bar li.long:after {
	display: block;
	position: relative;
	border-bottom: none;
	border-left: #0da1e8 0.1rem solid;
	content: "";
	height: 150%;
	left: 0.9rem;
	top: -10rem;
	width: 1rem;
}

#staff ol.schedule-bar li.wlong:after {
	display: block;
	position: relative;
	border-bottom: none;
	border-left: #0da1e8 0.1rem solid;
	content: "";
	height: 150%;
	left: 0.9rem;
	top: -9rem;
	width: 1rem;
}

#staff ol.schedule-bar li.wlong8:after {
	display: block;
	position: relative;
	border-bottom: none;
	border-left: #0da1e8 0.1rem solid;
	content: "";
	height: 150%;
	left: 0.9rem;
	top: -9rem;
	width: 1rem;
}

#staff ol.schedule-bar li.long200:after {
	display: block;
	position: relative;
	border-bottom: none;
	border-left: #0da1e8 0.1rem solid;
	content: "";
	height: 500%;
	left: 0.9rem;
	top: -9rem;
	width: 1rem;
}

#staff ol.schedule-bar li.long120:after {
	display: block;
	position: relative;
	border-bottom: none;
	border-left: #0da1e8 0.1rem solid;
	content: "";
	height: 120%;
	left: 0.9rem;
	top: -15rem;
	width: 1rem;
}

#staff ol.schedule-bar li:last-child:after {
	display: none;
}

#staff ol.schedule-bar li span.maru {
	border: #0da1e8 0.3rem solid;
	width: 1.3rem;
	height: 1.3rem;
	margin-bottom: 0.2rem;
	background-color: #0da1e8;
	color: #fff;
	display: inline-block;
	text-align: center;
	line-height: 1.8rem;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

#staff ol.schedule-bar li p {
	font-size: 1.4rem;
	line-height: 2.3rem;
	text-align: justify;
	margin: 1rem 0 0 4rem;
}


/* 採用情報・募集要項 */
#recruit h2 {
	position: relative;
	display: flex;
	justify-content:center;
	align-items:center;
	height: 35rem;
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.3rem;
	color: #fff;
}

#recruit .main-lead {
	position: relative;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.2rem;
	color: #fff;
	text-align: center;
	top: -12rem;
}

#recruit h2:before {
	content: '';
	width: 5rem;
	height: 0.2rem;
	display: inline-block;
	background-color: #fff;
	position: absolute;
	bottom: 12rem;
	left: calc(50% - 2.5rem)
}

#recruit h3.title {
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.3rem;
	color: #000;
	background: #e2dff8;
	margin: 0 0;
	padding: 5rem 0 5rem 3.2rem;
}

#recruit h3 {
	position: relative;
	display: inline-block;
	letter-spacing: 0.3rem;
	margin: 3rem 0;
	padding: 0.5rem;
}

#recruit .splet h4 {
	display: table-cell;
	width: 25rem;
	text-align: center;
	vertical-align: middle;
	background: #dfecf8;
	border-top: 0.1rem solid #0da1e8;
	letter-spacing: 0.2rem;
}

#recruit .splet .splet-box {
	display: table-cell;
	width: 95rem;
	line-height: 2.9rem;
	text-align: justify;
	padding: 2.5rem 3rem 2.5rem 5rem;
	border-top: 0.1rem solid #0da1e8;
}

#recruit .splet .splet-box ul {
	list-style: none;
	padding: 0;
}

#recruit .splet .splet-box ul li {
	position: relative;
	padding: 1rem 0.5rem 1rem 5rem;
}

#recruit .splet .splet-box ul li::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 1.5rem;
	left: 1rem;
	width: 1.5rem;
	height: 1.5rem;
	background-color: #5c9ee7;
	border-radius: 1rem;
}

#recruit .splet .h4-end,
#recruit .splet .splet-box-end {
	border-bottom: 0.1rem solid #0da1e8;
}

#recruit .splet .flow,
#recruit .splet .flow-last {
        background: #CBDBDF;
        padding: 2rem 0;
        max-width: 100%;
        margin: 0 auto 10rem;
        border-radius: 10rem;
        text-align: center;
        font-size: 1.8rem;
	font-weight: 700;
        color: #005064;
        position: relative;
}

#recruit .splet .flow::after {
	content: '';
	width: 1rem;
	height: 1rem;
	border: 0;
	border-bottom: solid 0.2rem #333;
	border-right: solid 0.2rem #333;
	transform: rotate(45deg);
	position: absolute;
	top: 11rem;
	left: calc(50% - 0.5rem);
	bottom: 0;
	margin: auto;
}

#recruit .inquiry_box {
	clear: both;
	margin-top: 3rem;
	padding: 2rem 0;
}

#recruit .inquiry_box p {
	margin-bottom: 1rem;
	font-size: 2.0rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.5rem;
	padding: 2rem;
	background: linear-gradient(90deg, #60caf9, #059fe4);
}

#recruit .inquiry_box p.address {
	margin-bottom: 0.5rem;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 3.5rem;
	letter-spacing: 0.5rem;
	background: #f2f2f2;
}

#recruit .inquiry_box ul.contact {
	margin: 3rem auto;
	width: 100%;
	padding: 0;
	overflow: hidden;
	zoom: 1;
}

#recruit .inquiry_box ul.contact li {
	float: left;
	padding: 1rem;
	height: 3rem;
	line-height: 3.3rem;
	font-weight: 700;
	text-align: center;
	border: 0.1rem solid #ccc;
}

#recruit .inquiry_box ul.contact li.title {
	width: calc(50% - 2.2rem);
	font-size: 1.8rem;
	color: #fff;
	background-color: #059fe4;
}

#recruit .inquiry_box ul.contact li.number {
	width: calc(50% - 2.2rem);
	font-size: 1.8rem;
	letter-spacing: .1rem;
	background-color: #fff;
}


/*  お問い合わせ */
#inquiry h2 {
	position: relative;
	display: flex;
	justify-content:center;
	align-items:center;
	height: 35rem;
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.3rem;
	color: #fff;
}

#inquiry .main-lead {
	position: relative;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.2rem;
	color: #fff;
	text-align: center;
	top: -12rem;
}

#inquiry h2:before {
	content: '';
	width: 5rem;
	height: 0.2rem;
	display: inline-block;
	background-color: #fff;
	position: absolute;
	bottom: 12rem;
	left: calc(50% - 2.5rem)
}

#inquiry iframe {
	width: 100%;
}

#inquiry h3.title {
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.3rem;
	color: #000;
	background: #e2dff8;
	margin: 0 0;
	padding: 5rem 0 5rem 3.2rem;
}

#inquiry .splet {
	display: table;
	width: 120rem;
}

#inquiry .splet h4 {
	display: table-cell;
	width: 25rem;
	text-align: left;
	padding: 2rem;
	vertical-align: middle;
	background: #dfecf8;
	border-top: 0.1rem solid #d9dddd;
	border-left: 0.1rem solid #d9dddd;
	letter-spacing: 0.2rem;
}

#inquiry .splet .splet-box {
	display: table-cell;
	width: auto;
	padding: 2rem 3rem;
	border-top: 0.1rem solid #d9dddd;
	border-right: 0.1rem solid #d9dddd;
}

#inquiry .splet .h4-end,
#inquiry .splet .splet-box-end {
	border-bottom: 0.1rem solid #d9dddd;
}


#inquiry input[type="text"],
#inquiry input[type="email"],
#inquiry input[type="tel"],
#inquiry textarea {
        border: #cdcdcd 1px solid;
        padding: 1rem;
        font-size: 1.6rem;
        color: #333;
        font-family: inherit;
        width: calc(100% - 3rem);
        border-radius: 0.5rem;
}

#inquiry textarea {
	height: 20rem;
}

#inquiry .require {
	padding: 0.5rem 1rem 0.6rem;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: .02em;
	border-radius: 0.3rem;
	margin: 0 0 0 1rem;
	background-color: #ff0000;
	color: #fff;
}

#inquiry .su-button {
	position: relative;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	background: linear-gradient(90deg, #52E4FF, #5270FF);
	color: #fff;
	padding: 1rem 0;
	width: 45rem;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	border: none;
	transition: all 0.3s ease 0s;
}

#inquiry .su-button:hover {
	opacity: 0.7;
	transition: 0.2s;
}

#inquiry .g-recaptcha {
	margin: 0 auto;
}

/* 一般事業主行動計画・個人情報保護方針 */
#privacy h2 {
	position: relative;
	display: flex;
	justify-content:center;
	align-items:center;
	height: 35rem;
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.3rem;
	color: #fff;
}

#privacy .main-lead {
	position: relative;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.2rem;
	color: #fff;
	text-align: center;
	top: -12rem;
}

#privacy h2:before {
	content: '';
	width: 5rem;
	height: 0.2rem;
	display: inline-block;
	background-color: #fff;
	position: absolute;
	bottom: 12rem;
	left: calc(50% - 2.5rem)
}

#privacy h3.title {
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.3rem;
	color: #000;
	background: #e2dff8;
	margin: 0 0;
	padding: 5rem 0 5rem 3.2rem;
}

#privacy h3 {
	position: relative;
	display: inline-block;
	letter-spacing: 0.3rem;
	margin: 3rem 0;
	padding: 0.5rem;
}

#privacy .splet {
	display: table;
	width: 120rem;
}

#privacy .splet h4 {
	display: table-cell;
	width: 25rem;
	text-align: center;
	vertical-align: middle;
	background: #dfecf8;
	border-top: 0.1rem solid #0da1e8;
	letter-spacing: 0.2rem;
}

#privacy .splet .splet-box {
	display: table-cell;
	width: auto;
	line-height: 2.9rem;
	padding: 2.5rem 3rem 2.5rem 5rem;
	border-top: 0.1rem solid #0da1e8;
}

#privacy .splet .h4-end,
#privacy .splet .splet-box-end {
	border-bottom: 0.1rem solid #0da1e8;
}

#privacy .splet .splet-box-message {
	display: table-cell;
	width: auto;
	line-height: 3.0rem;
	padding: 2rem;
	border: 0.1rem solid #0da1e8;
}

#privacy .splet .splet-box ul li {
	list-style: circle;
}

#privacy .splet ol li {
	list-style: decimal;
	font-size: 1.6rem;
	line-height: 2.9rem;
	text-align: justify;
}
