@charset "UTF-8";
/* CSS Document */

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}


a {color: #333;}
ul,ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

body {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 16px;
	font-weight: 500;
}

header {
	border-bottom: 2px solid #fe4901;
}
.header_top {
	position: relative;
	margin-top: 5px;
}
.header_top dl {
	background-color: #e6f3f9;
	border: 1px solid #1b7cce;
	display: inline-block;
	    padding: 5px 5px 0;
}
.header_top dl dt {
	display: inline-block;
	background-color: #1b7cce;
	color: #fff;
	border-radius: 10px;
	padding: 2px 10px;
}
.header_top dl dd {
	display: inline-block;
	color: #1b7cce;
}
.header_right {
	position: absolute;
	right: 0;
	top: 5px;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0 1rem;
}
nav .active a {
	background-color: #fe4901;
	color: #fff!important;
	border-radius: 10px;
}
.nav-item {margin-right: 2rem;}

.jumbotron {
	background: url("../img/top_bg.jpg") no-repeat center 0 transparent;
	background-size: 2000px;
	padding-top: 2rem;
	padding-bottom: 0;
}
.jumbotron .container {
	max-width: 1000px;
	position: relative;
	min-height: 600px;
}
.top_img {
	position: absolute;
	bottom: 0;
	right: 0;
}
.top_lead {
	font-size: 22px;
	line-height: 2;
}

section {
	margin: 1rem 0 2rem;
}

.top_works {
	background: url("../img/top_works_bg.gif") repeat-x 0 0 transparent;
}

/*footer*/
footer {border-top: 1px solid #f0f0f0}
footer .container-fluid {
	background-color: #fe4901;
	color: #fff;
	padding: 3rem 0 0;
}
.foot_miyako {border-bottom: 1px solid #d5d5d5;margin-top: 2rem;}
.foot_miyako dt {
	border-left: 6px solid #fe4901;
	font-size: 22px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.foot_miyako dd {
	font-size: 18px;padding-left: 10px;
}
.foot_yaeyama dt {
	border-left: 6px solid #1e98ff;
	font-size: 22px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.foot_yaeyama dd {
	font-size: 18px;padding-left: 10px;
}
footer .container {
	padding: 3rem 0 3rem;
}
.foot_menu {
	
}
.foot_menu li {
	line-height: 1;
    display: inline-block;
    border-right: 1px solid;
    padding: 0 1rem;
}
.foot_menu li:last-child {border: none;}
.foot_menu li a {
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.copyright {margin:0;}
#page-top {
    font-size: 0;
    position: fixed;
    bottom: 16px;
    right: 15%;
    opacity: 0;
	cursor: pointer;
}
#page-top.fade-in {
    background-color: #e6f3f9;
    opacity: 1;
    transition: opacity 1s;
	padding: 10px;
}
.top_works .container {
	padding-bottom: 2rem;
}
.works_box {
	position: relative;
	margin: 3rem 0;
}
.works_title {
	position: absolute;
	top: 20px;
	left: -10px;
	z-index: 3;
}
.works_text_box {
	border: 2px solid #1e98ff;
	padding: 0;
	background-color: #fff;
}
.dot_bg_bl {
	background: url("../img/dot_bg_bl.gif") repeat 0 0 transparent;
}
.works_text_box .dot_bg_bl {
	padding: 1rem;
}
.works_text_box .dot_bg_bl span {
	background-color: #1b7cce;
	color: #fff;
	padding: 0.1rem 1rem;
	border-radius: 50px;
}.works_text_box p {
	padding: 50px;
	font-size: 18px;
	line-height: 2;
}
.works_more {
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #1e98ff;
	font-size: 18px;
	font-weight: bold;
	transition-duration: 1s;
	vertical-align: baseline;
}
.works_more img {
	padding-right: 1rem;
}
.works_more:hover {
	color: #1e98ff;
	transition-duration: 1s;
}
.works_more:hover img {
	padding-right: 0.7rem;
	transition-duration: 0.5s;
}

.vision {
	background: url("../img/vision_bg.jpg") no-repeat 0 0 transparent fixed;
	background-size: cover;
	padding: 5rem 0;
}
.vision_box h2 span {
	background-color: #1b7cce;
	color: #fff;
	padding: 0.1rem 1rem;
	border-radius: 50px;
	font-size: 14px;
}
.vision_box {
	background: url("../img/vision_inner_bg.jpg") no-repeat center 0 transparent;
	width: 980px;
	height: 698px;
	margin: 0 auto;
	position: relative;
	padding-top: 1rem;
}
.vision_box .text_box {
	background-color: rgba(255,255,255,0.7);
	position: absolute;
	bottom: 0;
	font-size: 20px;
	padding:2rem 3.5rem;
	font-weight: bold;
}
.text_box::before {
	content: '';
	width: 100%;
	height: 5px;
	background: url("../img/border_line.gif") repeat-x 0 0 transparent;
	position: absolute;
    top: 0;
    left: 0;
}

.works_page {}
.wide_title {
	background: url("../img/works_title_bg.jpg") no-repeat center 0 transparent;
	background-size: 2000px;
	height: 400px;
	position: relative;
}
.wide_title h1 {
	position: absolute;
	bottom: 0;
	right: 0;
    left: 0;
}
.sub_works {
	background-color: #e6f3f9;
	padding: 50px 0;
    margin: 0 auto;
}
.sub_works h2 {
	padding: 20px 50px 0;
}
.sub_works h2 span {
	background-color: #1b7cce;
	color: #fff;
	padding: 0.1rem 1rem;
	border-radius: 50px;
	font-size: 14px;
}
.sub_works .works_text_box p {
	padding: 10px 50px 30px;
}
.sub_works .works_more {
	position: relative;
	padding-left: 50px;
}
.company {
	margin-top: 0;
	margin-bottom: 5rem;
}
.company .container .inner {
	width: 1000px;
	margin: 0 auto;
	padding-top: 30px;
	background: url("../img/ceo_voice_img.jpg") no-repeat 0 0 transparent;
}
.box_base {position: relative;}

.company .box_base .message {
	position: absolute;
	top: 30px;
    left: -90px;
	z-index: 4;
}
.company .col-md-6 p {
	padding: 150px 0 100px;
	font-family: "Hiragino Mincho ProN",游明朝,"Yu Mincho",YuMincho,HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 16px;
	line-height: 3;
}
.company .col-md-6 p span {
	display: block;
    text-align: right;
}
.company_info {
	width: 960px;
	margin: 0 auto;
}
.company_info table th {
	background-color: #f7f7f7;
}
.text_span {
	letter-spacing: 0.5rem;
}
.table-bordered th, .table-bordered td {
	line-height: 2;
}

#recruit {
	background: url("../img/recruit_top_bg.jpg") no-repeat center 0 transparent;
	background-size: 2000px;
	padding-top: 0;
	padding-bottom: 0;
}
#recruit .container {
	max-width: 1000px;
	position: relative;
	min-height: 600px;
}
.rec_message h2 {
	margin: 40px auto;
}
.rec_text_box {
	width: 980px;
	margin: 0 auto;
	padding: 40px;
}
.rec_text_box p {
	padding: 20px 0;
	line-height: 2;
	font-size: 22px;
}
.marker {
	background-color: #FFF54B;
}

.rec_point {
	background: url("../img/rec_point_bg.jpg") repeat 0 0 transparent;
	padding: 50px 0;
}
.rec_point_box {
	margin: 30px auto 50px;
	max-width: 1000px;
}
.rec_point .text_box {
	width: 90%;
	background-color: #fff;
	padding: 30px 50px;
	float: right;
	margin: 10px 0;
}
.factor {
	font-size: 22px;
	font-weight: bold;
	color: #fe4901;
	background: url("../img/border_line.gif") repeat-x 0 bottom transparent;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.rec_point .text_box p {
	line-height: 2.5;
	font-size: 18px;
}
.talk_box {margin-bottom: 30px;}
.talk_you {
	background: url("../img/talk_you_icon.png") no-repeat left 0 transparent;
	position: relative;
	min-height: 220px;
	margin-bottom: 30px;
}
.talk_box .icon_2 {background: url("../img/talk_you_icon02.png") no-repeat left 0 transparent;}
.talk_box .icon_3 {background: url("../img/talk_you_icon03.png") no-repeat left 0 transparent;}
.talk_box .icon_4 {background: url("../img/talk_you_icon04.png") no-repeat left 0 transparent;}
.talk_ceo {
	background: url("../img/talk_ceo_icon.png") no-repeat right 0 transparent;
	position: relative;
	min-height: 220px;
}
.talk_you p {
	border:3px solid #1C82FF;
	border-radius: 10px;
	width: 82%;
	position: absolute;
	right: 0;
	background-color: #fff;
	text-align: center;
	padding: 80px 0;
	font-size: 22px;
	font-weight: bold;
}
.talk_you p::before {
	content: '';
	height: 0;
	width: 0;
	border: transparent 15px solid;
	border-right: 15px solid #1C82FF;
	border-left: none;
    position: absolute;
    left: -15px;
	top: 85px;
}
.talk_you p::after {
	content: '';
    height: 0;
    width: 0;
    border: transparent 12px solid;
    border-right: 12px solid #fff;
    border-left: none;
    position: absolute;
    left: -11px;
    top: 88px;
}
.talk_ceo p {
	border:3px solid #F93005;
	border-radius: 10px;
	width: 82%;
	position: absolute;
	background-color: #fff;
	text-align: center;
	padding: 40px 50px;
	font-size: 22px;
	font-weight: bold;
}
.talk_ceo p::before {
	content: '';
	height: 0;
	width: 0;
	border: transparent 15px solid;
	border-left: 15px solid #F93005;
	border-right: none;
    position: absolute;
    right: -15px;
	top: 95px;
}
.talk_ceo p::after {
	content: '';
    height: 0;
    width: 0;
    border: transparent 12px solid;
    border-left: 12px solid #fff;
    border-right: none;
    position: absolute;
    right: -11px;
    top: 96px;
}
.talk_ceo p span {
	color: #F93005;
}

.rec_inquiry {
	background: url("../img/rec_inquiry_bg.jpg") no-repeat 0 0 transparent;
	background-size: 2000px;
}
.requirements{
	margin: 50px 0;
}
.requirements .inner {
	max-width: 984px;
	margin: 0 auto;
}
.requirements table th {
	background-color: #F3F5F6;
}

.rec_inquiry {padding-top: 40px;}
.rec_inquiry .inq_box {
	background-color: #fff;
	padding: 30px 50px;
	margin-top: 20px;
}
.inq_box th {
	font-size: 24px;
}
.inq_box td {
	font-size: 20px;
	vertical-align: middle;
	font-weight: bold;
}
.text_orange {color:#fe4901;}
.text_blue {color:#1e98ff;}

.sub_environment .inner,
.sub_maintenance .inner,
.sub_clogging .inner,
.sub_inquiry .inner {
	padding: 30px;
	max-width: 980px;
	margin: 0 auto;
}
.sub_environment .inner p,
.sub_maintenance .inner p,
.sub_clogging .inner p {
	font-size: 18px;
	line-height: 2;
}
.sub_environment .inner ul {
	font-size: 20px;
	padding: 2rem ;
}
.sub_environment .inner ul li {
	display: inline-block;
	font-weight: bold;
	margin: 10px 0 20px;
}
.bb_red {
	border-bottom: 2px solid red;
}
.sub_maintenance {
	margin-top: 50px;
}
.maintenance_lead {
	font-size: 20px;
	line-height: 2;
}
.sub_maintenance h2,
.sub_clogging h2 {
	margin: 30px auto 30px;
}
.sub_maintenance h4,
.sub_clogging h4{
	font-size: 18px;
	font-weight: bold;
	background-color: #1C82FE;
	color: #fff;
	padding: 10px 0;
	text-align: center;
}
.sub_maintenance ul {
	margin: 30px 0;
}
.margin_box {
	margin: 30px auto 50px;
}
.table_01 {
	margin: 30px 0;
}
.table_01 th {
	background-color: #E0F6FC;
	vertical-align: middle;
}
.table_01 td {
	
}.caution ul {margin: 0;}
.caution {
	text-align: left;
	background-color: #efefef;
	padding: 30px;
	border-radius: 5px;
}
.caution ul li {
	text-indent: -1rem;
    padding-left: 1rem;
}
.caution ul li::before {
	content: '※';
	margin-right: 0.5rem;
}
.check_list {
	width: 700px;
	background-color: #efefef;
	text-align: left;
	padding: 40px;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #ccc;
	margin: 10px auto 30px;
	font-size: 20px;
}
.check_list li {
	padding: 0 0 10px 30px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 1.5rem;
	background: url("../img/check_icon.png") no-repeat left 3px transparent;
	
}
.check_list li:last-child {margin-bottom: 0;}
.clogging_qa dl {
	text-align: left;
	font-size: 18px;
	margin: 20px 0 30px;
}
.clogging_qa dl dt {
	border-bottom: 1px solid #efefef;
	    padding-bottom: 5px;
    margin-bottom: 10px;
}
.clogging_qa dl dd {
	    text-indent: -2.5rem;
    margin-left: 2.5rem;
}
.clogging_qa dl dt::before {
	content: 'Q';
	background-color: #1D7FF8;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
    margin-right: 1rem;
}
.clogging_qa dl dd::before {
	content: 'A';
	background-color: #F42F09;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
    margin-right: 1rem;
}
.g_map iframe {
	width: 100%;
	height: 100%;
}
.sub_inquiry {margin: 50px 0;}
.sub_inquiry h3 {
	font-weight: bold;
	margin-top: 30px;
}
.inq_box {
	font-size: 20px;
	margin: 1rem 0;
}
.inq_box span {
	font-size: 130%;
	color: #FB3009;
}
.inq_box small {
	display: block;
}
.rec_point .text_box::before {
	display: none;
}
.pc_hide {display:none;}
.sp_hide {}
.top_sp {display: none;}
.rec_top {}
.rec_top_sp {display: none;}

@media screen and (max-width: 1000px) {
	.pc_hide {display:block;}
	.sp_hide {display: none;}
	
	body {
		font-size: 14px;
	}
	.head_logo {
		width: 85%;
    	padding: 10px 0;
	}
	.header_right {position: relative;text-align: center;}
	.vision_box,
	.rec_text_box {
		width: 100%;
	}
	.navbar {
		position: fixed;
		top: 0;
		right: 0;
		background-color: transparent!important;
		z-index: 1;
	}
	.navbar-toggler {background-color: #fff;
		position: absolute;
		right: 5px;
		top: 5px;
	}
	.navbar-nav {
		padding: 1rem;
	}
	.nav-item {
		    line-height: 2;
		margin-bottom: .5rem
	}
	.collapse.show {background-color: #fff;transition-duration: .5s;}
	
	.row {margin: 0;}
	
	.works_box {
		margin: 1rem;
	}
	.works_title {
		left: 10px;
	}
	.works_text_box {
		margin: 0 15px;
	}
	.works_text_box p {
		padding: 20px;
		font-size: 14px;
	}
	.works_more {
		position: relative;
		bottom: 20px;
		right: 0;
		left: 30px;
	}
	.vision {
		padding: 1rem 0;
	}
	.vision_box {
		background: none;
	}
	.vision_box .text_box {
		font-size: 18px;
		padding: 1rem;
		position: relative;
	}
	footer .text-right {
		text-align: center!important;
	}
	footer .text-left {
		text-align: center!important;
	}
	.foot_miyako dt {
		background-color: #fe4901;
		color: #fff;
		padding: 5px 0;
		border: none;
	}
	.foot_yaeyama dt {
		background-color: #1e98ff;
		color: #fff;
		padding: 5px 0;
		border: none;
	}
	.foot_menu {
		padding: 0 1rem;
	}
	.foot_menu li {
    display: inline-block;
    border-right: none;
    margin: .5rem 0;
    width: 49%;
    text-align: left;
}
	footer .container-fluid {
		padding-top: 2rem;
	}
	
	.talk_ceo,
	.talk_you,
	.talk_box .icon2,
	.talk_box .icon3,
	.talk_box .icon4 {
		background-size: 20%!important;
	}
	.talk_ceo {
		min-height: 150px;
	}
	.talk_you {
		min-height: 100px;
	}
	.talk_ceo p,
	.talk_you p{
		padding: 10px;
		font-size: 14px;
	}
	.talk_ceo p::before,
	.talk_you p::before {
		top:15px;
	}
	.talk_ceo p::after,
	.talk_you p::after {
		top:15px;
	}
	
	.rec_text_box {
		padding: 20px;
	}
	.rec_text_box p {
		font-size: 18px;
	}
	.rec_point .text_box {
		width: 100%;
		padding: 20px;
	}
	.rec_point .text_box p {
		line-height: 1.5;
	}
	.requirements table th {
		width: 25%;
	}
	.company .container .inner {
		width: 100%;
	}
	.wide_title {
		height: auto
	}
	.wide_title h1 {
		position: relative;
		padding-top: 3rem;
	}
	.company_info {
		width: 100%;
		    margin: 1rem 0;
	}
}
@media screen and (max-width: 880px) {
	.top_pc {
		display: none;
	}
	.top_sp {
		display: block;
	}
	
	.rec_inquiry .inq_box {
		padding: 0;
	}
	.rec_top {
		display: none;
	}
	.rec_top_sp {
		display: block;
	}
	.talk_ceo {
		margin-bottom: 30px;
	}
	.talk_box .icon_4 {
		margin-bottom: 0;
	}
	.talk_box .icon_1, 
	.talk_box .icon_3 {
		margin-bottom: 0;
	}
	.inq_box th {font-size: 20px;}
	.inq_box td {font-size: 18px;}
	.check_list {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.company .col-md-6 p {
		padding: 1rem 0;
	}
	.company .box_base .message {
		position: relative;
		left: 0;
	}
}
@media screen and (max-width: 370px) {
	.header_top dl {font-size: 10px;}
}