:root {
    --primary: #3C74A5;
    --secondary: #525368;
    --light: #e8f2f5;
    --dark: #023857;
    --logo: #737202;
}


body {
  background: #fff;
}

body{
	font-family: "Noto Sans JP";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  line-height: 1.8em;
  font-size: 16px;
}



.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
	font-family: "Noto Sans JP";
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
	font-family: "Noto Sans JP";
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
	font-family: "Noto Sans JP";
}

ul,ol{
	margin-bottom:0;
}

.bg-dark{
	background:var(--dark) !important;
}

.bg-3point{
	background:var(--logo) !important;
	color:#fff;
}

.spbr{
	display:none;
}
.disp_sp{
	display:none;
}
@media screen and (max-width: 767px) {
	.spbr{
		display:block;
	}
	.pcbr{
		display:none;
	}
	.disp_pc{
		display:none;
	}
	.disp_sp{
		display:block;
	}

	.sp_left{
		text-align:left !important;
	}
}

span.underline {
    background:linear-gradient(transparent 60%, #ff6 60%);
}

table.tbl_a {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table.tbl_a th {
  width: 22%;
  background: #F8F5E6;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
}
table.tbl_a td {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: left;
}
@media all and (max-width: 767px) {
  table.tbl_a th, table.tbl_a td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table.tbl_a tr:last-child td:last-child {
    border-bottom: 1px solid #ccc;
  }
}


table.tbl_b {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table.tbl_b th {
  background: #F8F5E6;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
	white-space:nowrap;
}
table.tbl_b td {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: left;
}
@media all and (max-width: 767px) {
  table.tbl_b th, table.tbl_a td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table.tbl_b tr:last-child td:last-child {
    border-bottom: 1px solid #ccc;
  }
}

.midashi1{
	color:#737202;
	font-size:26px;
	text-align:center;
	margin-bottom:40px;
}

.midashi_b {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 2rem 1.5rem 130px;
  border-top: 3px solid #023857;
	color:#023857;
	margin:30px 0;
}

.midashi_b:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  background: #023857;
}

.midashi_b span {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 10px;
  padding-left: 10px;
}
.midashi_b span img{
	width:80%;
}

.midashi_c{
	background:#737202;
	padding:12px;
	color:#fff;
	margin:20px 0 15px;
	font-size:22px;
}
.gmap {
  width: 100%;
  position: relative;
  padding-top: 600px;
}

.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}
.btn-primary {
	background-color: var(--primary);
	border-color: var(--primary);
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


.topbar{
	font-size:14px;
	padding-top:4px;
	padding-bottom:4px;
}
.topbar a{
	color:#fff;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 80px
}

.navbar-brand img{
	width:250px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--dark);
    font-weight: 600;
    outline: none;
	text-align:center;
	line-height:1.2em;
}

.navbar .navbar-nav .nav-link span{
	display:block;
	font-size:8px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

@media (max-width: 480px) {
	.navbar-brand img{
		width:200px;
	}
}
/*** Header ***/
#sec_mainimg{
	background:url("../img/top/main_img.jpg") no-repeat center center;
	background-size:cover;
	height:700px;
  display: flex;
  align-items: center;
}
#sec_mainimg h1{
	font-size:24px;
	font-weight:normal !important;
	text-align:center;
	line-height:1.8em;
	margin:0;
}

@media (max-width: 991px) {
	#sec_mainimg{
		background:url("../img/top/main_img.jpg") no-repeat center center;
		background-size:cover;
		height:400px;
	  display: flex;
	  align-items: center;
	}
}
@media (max-width: 480px) {
	#sec_mainimg h1{
		font-size:20px;
		font-weight:normal !important;
		text-align:center;
		line-height:1.8em;
		margin:0;
text-shadow: 0 0 10px #000;

	}
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(15, 66, 41, .6);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    /*background: linear-gradient(rgba(15, 66, 41, .6), rgba(15, 66, 41, .6)), url(../img/common/bg_pagehead.png) center center no-repeat;*/
		background:linear-gradient(rgba(255, 255, 255, .6), rgba(255, 255, 255, .6)), url(../img/common/bg_pagehead.png) bottom right no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    /*color: var(--light);*/
}
.page-header h1{
	line-height:32px;
	font-weight:normal !important;
	margin:0;
	color:#333;
}

.page-header h1 span{
	display:inline-block;
	font-size:12px;
	border-top:1px solid #666;
	line-height:18px;
	margin-top:8px;
	padding-top:4px;
}


/*** Top Feature ***/
@media (min-width: 991.98px) {
    .top-feature {
        position: relative;
        margin-top: -80px;
        z-index: 1;
    }
}


/*** Facts & Quote ***/
.facts,
.quote {
    background: #F8F5E6;
}


/*** Service ***/
.service-item {
    position: relative;
    text-align: center;
}

.service-item .service-text {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .3s;
    background: var(--logo);
}

.service-item .service-text h4,
.service-item .service-text p {
    color: #FFFFFF;
    transition: .3;
}

.service-item .service-text p {
    text-align:left;
}

.service-item .service-text .btn-square {
    width: 100px;
    height: 100px;
    background: transparent;
    transition: .5s;
}
.service-item .service-text .btn-square img{
	width:80%;
}

.service-item .service-text .btn-square {
    background: var(--light);
}


/*** Project Portfolio ***/
#portfolio-flters {
    display: inline-block;
    background: var(--light);
    padding: 10px 15px;
}

#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--primary);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--dark);
    border-color: var(--dark);
}

.portfolio-inner {
    position: relative;
    overflow: hidden;
}

.portfolio-inner::before,
.portfolio-inner::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(15, 66, 41, .6);
    transition: .5s;
}

.portfolio-inner::after {
    left: auto;
    right: 0;
}

.portfolio-inner:hover::before,
.portfolio-inner:hover::after {
    width: 50%;
}

.portfolio-inner .portfolio-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}

.portfolio-inner:hover .portfolio-text {
    transition-delay: .3s;
    opacity: 1;
}

.portfolio-inner .portfolio-text .btn {
    background: var(--light);
    color: var(--primary);
}

.portfolio-inner .portfolio-text .btn:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Team ***/
.team-item {
    position: relative;
    overflow: hidden;
}

.team-item .team-text {
    position: absolute;
    width: calc(100% - 45px);
    left: -100%;
    bottom: 45px;
    padding: 1.5rem;
    background: #FFFFFF;
    border-radius: 0 4px 4px 0;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    left: 0;
    opacity: 1;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}

.team-item .team-img .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}

.team-item:hover .team-img .team-social {
    transition-delay: .3s;
    opacity: 1;
}


/*** Testimonial ***/

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 4px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}

.intro{
	text-align:center;
}
@media (max-width: 768px) {
	.intro{
		text-align:left;
	}
}

/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: var(--light);
    background: #072A19;
}

.copyright {
	font-size:12px;
    color: #FFFFFF;
}

.copyright a:hover {
    color: var(--primary);
}


#sec_topintro{
	padding:80px 0;
}

.box_3point{
	padding:15px;
}
.box_3point h4{
	color:var(--logo);
}



#sec_top_kanagata{
	background:url("../img/top/bg_top_kanagata.jpg") no-repeat center center;
	background-size:cover;
	padding:80px 0;
}

#sec_top_machine{
	padding:80px 0;
}

.btnarea{
	padding:30px 0;
	text-align:center;
}

#sec_top_machine h6{
	padding:10px;
}

.logo_foot{
	text-align:center;
	margin-bottom:40px;
}
.logo_foot img{
	max-width:600px;
	width:90%;
	margin:0 auto;
}

.ex_cap{
	border-left:3px solid #023857;
	padding:3px 0 3px 8px;
	font-size:88%;
}
.repair_kadai{
	text-align:center;
	margin-bottom:40px;
}
.repair_kadai h4{
	display:inline-block;
	color:#ff0000;
	font-weight:700 !important;
}
.repair_point{
	margin-bottom:20px;
	font-weight:600;
	font-size:120%;
}

.machine_cap{
	border-left:3px solid #023857;
	padding:3px 0 3px 8px;
	font-size:88%;
	font-weight:600;
}
.machine_cap span{
	background:#333;
	color:#fff;
	padding:0 8px;
	margin-left:10px;
	font-size:80%;
}

.machine_cap2{
	font-size:88%;
	font-weight:600;
	margin:0;
}
.machine_cap2 span{
	background:#333;
	color:#fff;
	padding:0 8px;
	margin-left:10px;
	font-size:80%;
}

.recruit_box{
	display:flex;
	background:yellow;
	border:12px solid #4FBDE9;
}
.recruit_box img{
	max-width:320px;
}
.recruit_box div.recruit_box_outer{
	display:table;
	width:100%;
}
.recruit_box div.recruit_box_inner{
	display:table-cell;
	vertical-align:middle;
	width:100%;
	text-align:center;
	padding:30px auto 10px;
}
@media (max-width: 768px) {
	.recruit_box{
		display:block;
	}
	.recruit_box div.recruit_box_outer{
		padding:15px;
	}
	.recruit_box div.recruit_box_inner p{
		text-align:left;
	}
}

.jirei_wrap img{
	margin-bottom:15px;
}

.syuri_arrow{
	display:flex;
	align-items: center;
}