body {
    font-family: 'Kosugi Maru', sans-serif;
    line-height: 1.5;
    background: #fff;
    color: #848484;
    font-weight: 300;
    overflow-x: hidden;
}

body.fh5co-offcanvas {
    overflow-x: hidden;
}

a {
    color: rgba(243, 152, 0, 0.99);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover {
    text-decoration: none !important;
    color: rgba(243, 152, 0, 0.99) !important;
}

p {
    margin-bottom: 1.5em;
    font-size: 20px;
    color: #848484;
    font-weight: 300;
    font-family: 'Kosugi Maru', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #5a5a5a;
    font-family: 'Kosugi Maru', sans-serif;
    font-weight: 400;
    color: #5a5a5a;
    font-family: 'Kosugi Maru', sans-serif;
    font-weight: 400;
    margin: 0 0 30px 0;
}


figure {
    margin-bottom: 2em;
}



#fh5co-header {
    position: relative;
    margin-bottom: 0;
}

@media screen and (max-width: 480px) {
    #fh5co-header .top {
        text-align: center;
    }
}

#fh5co-header .top a {
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 480px) {
    #fh5co-header .top a {
        float: left;
    }
}

#fh5co-header .top a i {
    font-size: 17px;
    line-height: 0;
    position: relative;
    top: 1px;
    padding-right: 7px;
    font-style: normal;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

#fh5co-header .top a:hover {
    color: white !important;
    text-decoration: underline;
}

.fh5co-cover,
.fh5co-hero {
    position: relative;
    height: 1080px;
    font-weight: 300;
}

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

    .fh5co-cover,
    .fh5co-hero {
        position: relative;
        height: 400px;
    }
}

.fh5co-cover2,
.fh5co-hero2 {
    position: relative;
    height: 100px;
    font-weight: 300;
}

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

    .fh5co-cover2,
    .fh5co-hero2 {
        height: 50px;
    }
}

.fh5co-overlay {
    position: absolute !important;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgba(141, 113, 96, 0.3);
}

.fh5co-cover {
    background-size: cover;
    background-position: center top;
    position: relative;
}

@media screen and (max-width: 768px) {
    .fh5co-cover {
        heifght: inherit;
        padding: 3em 0;
    }
}

.fh5co-cover .btn {
    padding: 1em 5em;
    opacity: .9;
}

.fh5co-cover.fh5co-cover_2 {
    height: 700px;
}

@media screen and (max-width: 768px) {
    .fh5co-cover.fh5co-cover_2 {
        heifght: inherit;
        padding: 3em 0;
    }
}

.fh5co-cover .desc {
    top: 50%;
    position: absolute;
    width: 100%;
    margin-top: -40px;
    z-index: 2;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .fh5co-cover .desc {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.fh5co-cover .desc h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 80px;
    font-weight: 300;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .fh5co-cover .desc h2 {
        font-size: 40px;
    }
}

.fh5co-cover .desc span {
    display: block;
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 28px;
    letter-spacing: 1px;
}

.fh5co-cover .desc span a {
    color: #fff;
}

.fh5co-cover .desc span a:hover,
.fh5co-cover .desc span a:focus {
    color: #fff !important;
}

.fh5co-cover .desc span a.fh5co-site-name {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.top {
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.05);
    z-index: 99;
    text-align: right;
}

@media screen and (max-width: 768px) {
    .top {
        text-align: center;
    }
}

.top span {
    margin-left: 20px;
    color: #fff;
    position: relative;
    padding-left: 15px;
}

.top span i {
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 4px;
}

.top span a {
    color: #fff;
}

/* Superfish Override Menu */
.sf-menu {
    margin: 0 !important;
}

.sf-menu {
    float: right;
}

.sf-menu ul {
    box-shadow: none;
    border: transparent;
    min-width: 15em;
    *width: 15em;
}

.sf-menu a {
    font-family: 'Kosugi Maru', sans-serif;
    color: #fff;
    padding: .75em 1em;
    font-weight: normal;
    border-left: none;
    border-top: none;
    border-top: none;
    text-decoration: none;
    zoom: 1;
    font-size: 18px;
    border-bottom: none !important;
    text-shadow: 0 0 8px rgb(0, 0, 0, 0.2);
}

.sf-menu a:hover,
.sf-menu a:focus {
    color: #fff !important;
}

.sf-menu li.active {
    border-bottom: 3px solid #fff;
}

.sf-menu li.active a:hover,
.sf-menu li.active a:focus {
    color: #fff;
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
    background: transparent;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
    text-transform: none;
    padding: .75em 1em;
    letter-spacing: 1px;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a {
    color: #fff;
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
    background: transparent;
}

.sf-menu ul li {
    background: transparent;
}

.sf-arrows .sf-with-ul {
    padding-right: 2.5em;
    *padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top-color: #ccc;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #ccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: #ccc;
}

#fh5co-header-section {
    padding: 0;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 2;
    transition: 0.6s;
}

#fh5co-header-section2 {
    padding: 0;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 2;
    background: rgba(243, 152, 0, 0.99);
}

#fh5co-header-section.fixedmenu {
    background: rgba(243, 152, 0, 0.99);
    transition: 0.6s;
}

.nav-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    float: left;
    width: 100%;
}

#fh5co-logo {
    position: relative;
    z-index: 2;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 35px;
    font-weight: bold;
    float: left;


}

@media screen and (max-width: 768px) {
    #fh5co-logo {
        width: 100%;
        float: none;
        text-align: center;
    }
}

#fh5co-logo a {
    color: #fff;
}

#fh5co-logo a:hover,
#fh5co-logo a:focus {
    color: #fff !important;
}

#fh5co-menu-wrap {
    position: relative;
    z-index: 2;
    display: block;
    float: right;
}

#fh5co-menu-wrap .sf-menu a {
    padding: 2em .75em;
}

#fh5co-primary-menu > li > ul li.active > a {
    color: rgba(243, 152, 0, 0.99) !important;
}

#fh5co-primary-menu > li > .sf-with-ul:after {
    border: none !important;
    position: absolute;
    float: right;
    margin-right: 5px;
    top: 50%;
    margin-top: -7px;
    content: "\e64b";
    color: #1fb5f6;
}

#fh5co-primary-menu > li > ul li {
    position: relative;
}

#fh5co-primary-menu > li > ul li > .sf-with-ul:after {
    border: none !important;
    position: absolute;
    float: right;
    margin-right: 10px;
    top: 13px;
    font-size: 12px;
    content: "\e649";
    color: rgba(255, 255, 255, 0.5);
}

#fh5co-primary-menu .fh5co-sub-menu {
    padding: 10px 7px 10px;
    background: #fff;
    left: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

#fh5co-primary-menu .fh5co-sub-menu > li > .fh5co-sub-menu {
    left: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu:before {
    position: absolute;
    top: -9px;
    left: 20px;
    width: 0;
    height: 0;
    content: '';
}

#fh5co-primary-menu .fh5co-sub-menu:after {
    position: absolute;
    top: -8px;
    left: 21px;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-bottom: 8px solid white;
    border-left: 8px solid transparent;
    content: '';
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:before {
    top: 6px;
    left: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:after {
    top: 7px;
    right: 100%;
    border: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
    border-color: #ebebeb;
    -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
    -ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
    box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}

.site-header.has-image #primary-menu .sub-menu:before {
    display: none;
}

#fh5co-primary-menu .fh5co-sub-menu a {
    letter-spacing: 0;
    padding: 0 15px;
    font-size: 18px;
    line-height: 34px;
    color: #575757 !important;
    text-transform: none;
    background: none;
}

#fh5co-primary-menu .fh5co-sub-menu a:hover {
    color: rgba(243, 152, 0, 0.99) !important;
}

#fh5co-work-section,
#fh5co-services-section,
#fh5co-content-section,
#fh5co-work-section_2 {
    padding: 4em 0;
}

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

    #fh5co-work-section,
    #fh5co-services-section,
    #fh5co-content-section,
    #fh5co-work-section_2 {
        padding: 2em 0;
    }
}

h3.heading-section {
    font-size: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    padding-top: 15px;
    font-weight: bold;
}

h3.heading-section:before {
    position: absolute;
    content: '';
    top: 0;
    width: 60px;
    height: 2px;
    background: rgba(243, 152, 0, 0.99);
}

@media screen and (max-width: 768px) {
    h3.heading-section {
        text-align: center !important;
    }
}

.fh5co-grid {
    height: 302px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 30px;
    position: relative;
}

@media screen and (max-width: 480px) {
    .fh5co-grid {
        height: 400px;
    }
}

.fh5co-grid .image-popup {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
}

.fh5co-grid .image-popup .prod-title {
    position: absolute;
    top: 50%;
    bottom: 20px;
    left: 20px;
    right: 20px;
    margin-top: -25px;
}

.fh5co-grid .image-popup .prod-title h3 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
}

.fh5co-grid .image-popup .prod-title span {
    color: #fff;
}

.fh5co-grid:hover .image-popup {
    opacity: 1;
}

.work-wrap-bg {
    padding-top: 3em;
    background: rgba(0, 0, 0, 0.03);
}

.work-wrap {
    height: 100vh;
    width: 100vw;
    content: 'viewport-units-buggyfill; height:100vh; width:100vw';
    display: table;
    position: relative;
    margin-bottom: 0;
}

.work-wrap .fh5co-project-inner {
    display: table-cell;
    vertical-align: middle;
    height: 100vh;
    width: 100vw;
    content: 'viewport-units-buggyfill; height:100vh; width:100vw';
    position: relative;
}

@media screen and (max-width: 768px) {
    .work-wrap .fh5co-project-inner {
        float: left;
        width: 100%;
        height: inherit !important;
        padding: 3em 0;
        width: 100vw;
        content: 'viewport-units-buggyfill; width:100vw';
    }
}

.work-wrap .fh5co-imgs {
    height: calc(100% - 50%);
    position: relative;
}

@media screen and (max-width: 768px) {
    .work-wrap .fh5co-imgs {
        margin-bottom: 80px;
    }
}

.work-wrap .fh5co-imgs .img-holder-1,
.work-wrap .fh5co-imgs .img-holder-2 {
    position: absolute;
}

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

    .work-wrap .fh5co-imgs .img-holder-1,
    .work-wrap .fh5co-imgs .img-holder-2 {
        position: relative;
    }
}

.work-wrap .fh5co-imgs .img-holder-1 img,
.work-wrap .fh5co-imgs .img-holder-2 img {
    max-width: 100%;
    -webkit-box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
    -ms-box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
    -o-box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
    box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.work-wrap .fh5co-imgs .img-holder-1 {
    left: 0;
    bottom: 0;
}

@media screen and (max-width: 768px) {
    .work-wrap .fh5co-imgs .img-holder-1 {
        right: 0;
    }
}

.work-wrap .fh5co-imgs .img-holder-2 {
    bottom: -2em;
    right: 50px;
}

@media screen and (max-width: 768px) {
    .work-wrap .fh5co-imgs .img-holder-2 {
        position: absolute;
    }
}

@media screen and (max-width: 480px) {
    .work-wrap .fh5co-imgs .img-holder-2 {
        right: 30px;
        bottom: -1em;
    }

    .work-wrap .fh5co-imgs .img-holder-2 img {
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        max-width: 100%;
        height: 194px;
    }
}

.work-wrap.fh5co-reverse .img-holder-1 {
    left: auto;
    right: 0;
}

.work-wrap.fh5co-reverse .img-holder-1 img {
    text-align: right;
}

.work-wrap.fh5co-reverse .img-holder-2 {
    bottom: -2em;
    right: auto;
    left: 50px;
}

@media screen and (max-width: 768px) {
    .work-wrap.fh5co-reverse .img-holder-2 {
        position: absolute;
        left: auto;
        right: 50px;
    }
}

@media screen and (max-width: 480px) {
    .work-wrap.fh5co-reverse .img-holder-2 {
        right: 30px;
        bottom: -1em;
    }

    .work-wrap.fh5co-reverse .img-holder-2 img {
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        max-width: 100%;
        height: 194px;
    }
}

.work-wrap .fh5co-text {
    padding-top: 0;
}

.work-wrap .fh5co-text span {
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
}

.work-wrap .fh5co-text h2 {
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 20px;
    text-transform: uppercase;
}

.work-wrap .fh5co-text p {
    color: rgba(0, 0, 0, 0.5);
}

.services {
    margin-bottom: 2em;
}

.services span {
    margin-bottom: 25px;
    display: inline-block;
}

.services span i {
    font-size: 50px;
    color: rgba(0, 0, 0, 0.3);
}

.services h3 {
    font-size: 20px;
    font-weight: 400;
    text-align: center
}

#fh5co-services,
#fh5co-about,
#fh5co-contact {
    padding: 4em 0;
}

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

    #fh5co-services,
    #fh5co-about,
    #fh5co-contact {
        padding: 2em 0;
    }
}

#fh5co-contact .form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 18px;
    font-weight: 400;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

#fh5co-contact .form-control:focus,
#fh5co-contact .form-control:active {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#fh5co-contact input[type="text"] {
    height: 50px;
}

#fh5co-contact .form-group {
    margin-bottom: 30px;
}

.fh5co-testimonial {
    border-right: 1px solid rgba(0, 0, 0, 0.06);
}

@media screen and (max-width: 768px) {
    .fh5co-testimonial {
        border-right: 0;
        margin-bottom: 80px;
    }
}

.fh5co-testimonial h2 {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 50px;
}

.fh5co-testimonial figure {
    margin-bottom: 20px;
    background-size: cover;
}

.fh5co-testimonial figure img {
    width: 88px;
    height: 88px;
    background-size: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.fh5co-testimonial blockquote {
    border: none;
    margin-bottom: 20px;
}

.fh5co-testimonial blockquote p {
    font-style: italic;
    font-size: 26px;
    line-height: 1.6em;
    color: #555555;
}

.fh5co-testimonial span {
    font-style: italic;
}

.fh5co-about-us h2 {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 50px;
}

.fh5co-about-us img {
    margin-bottom: 30px;
    background-size: cover;
    width: 100%;
}

.fh5co-about-us a {
    font-size: 18px;
}

#fh5co-blog-section,
#fh5co-start-project-section {
    background: #184bde;
    padding: 5em 0;
}

#fh5co-blog-section h3.heading-section,
#fh5co-start-project-section h3.heading-section {
    color: #fff;
}

#fh5co-blog-section p,
#fh5co-start-project-section p {
    color: rgba(255, 255, 255, 0.7);
}

.fh5co-blog {
    width: 100%;
    height: 385px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 30px;
    position: relative;
    -webkit-box-shadow: 10px 27px 78px -15px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 10px 27px 78px -15px rgba(0, 0, 0, 0.57);
    box-shadow: 10px 27px 78px -15px rgba(0, 0, 0, 0.57);
}

@media screen and (max-width: 768px) {
    .fh5co-blog {
        width: 100%;
    }
}

.fh5co-blog:hover,
.fh5co-blog:focus {
    width: 100%;
    -webkit-box-shadow: 10px 27px 78px -15px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 10px 27px 78px -15px rgba(0, 0, 0, 0.65);
    box-shadow: 10px 27px 78px -15px rgba(0, 0, 0, 0.65);
}

.fh5co-blog .image-popup {
    position: absolute;
    padding: 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.fh5co-blog .image-popup span {
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
    padding: 4px 15px;
    background: rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}

.fh5co-blog .image-popup h3 {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.fh5co-blog .image-popup p {
    color: rgba(255, 255, 255, 0.5);
}

.fh5co-blog .image-popup:hover,
.fh5co-blog .image-popup:focus {
    background: rgba(0, 0, 0, 0.3);
}

.fh5co-blog .image-popup:hover p,
.fh5co-blog .image-popup:focus p {
    color: rgba(255, 255, 255, 0.7);
}

#fh5co-start-project-section h2 {
    color: white;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 300;
}

@media screen and (max-width: 768px) {
    #fh5co-start-project-section h2 {
        font-size: 30px;
    }
}

#fh5co-start-project-section a:hover,
#fh5co-start-project-section a:focus,
#fh5co-start-project-section a:active {
    color: white !important;
}

#footer {
    background: rgba(243, 152, 0, 0.99);
    padding: 60px 0 40px;
}

#footer p {
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
}

#footer p a {
    color: rgba(255, 255, 255, 0.5);
}

#footer .footer-menu {
    float: right;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 768px) {
    #footer .footer-menu {
        text-align: center;
        float: left;
    }
}

#footer .footer-menu li {
    display: inline-block;
    margin-left: 30px;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    #footer .footer-menu li {
        margin: 0 0 0 7px;
    }
}

#footer .footer-menu li a {
    color: rgba(255, 255, 255, 0.5);
}

#footer .footer-menu li:first-child {
    margin-left: 0;
}

.btn {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn.btn-primary {
    background: #9c9c9c;
    color: #fff;
    border: none !important;
    border: 2px solid transparent !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    box-shadow: none;
    background: rgba(243, 152, 0, 0.99);
    color: #fff !important;
}

.btn:hover,
.btn:active,
.btn:focus {
    background: #393e46 !important;
    color: #fff;
    outline: none !important;
}

.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
    border-color: transparent;
}

.js .animate-box {
    opacity: 0;
}

#fh5co-wrapper {
    overflow-x: hidden;
    position: relative;
}

#fh5co-page {
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.fh5co-offcanvas #fh5co-page {
    -moz-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    transform: translateX(-240px);
}

@media screen and (max-width: 768px) {
    #fh5co-menu-wrap {
        display: none;
    }
}

#offcanvas-menu {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 99;
    background: #222;
    right: -240px;
    width: 240px;
    padding: 20px;
}

#offcanvas-menu ul {
    padding: 0;
    margin: 0;
}

#offcanvas-menu ul li {
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
}

#offcanvas-menu ul li a {
    font-size: 18px;
    color: #ffffff;
}

#offcanvas-menu ul li a:hover {
    color: rgba(243, 152, 0, 0.99);
}

#offcanvas-menu ul li > .fh5co-sub-menu {
    margin-top: 9px;
    padding-left: 20px;
}

#offcanvas-menu ul li.active > a {
    color: rgba(243, 152, 0, 0.99);
}

.fh5co-nav-toggle {
    cursor: pointer;
    text-decoration: none;
}

.fh5co-nav-toggle.active i::before,
.fh5co-nav-toggle.active i::after {
    background: #fff;
}

.fh5co-nav-toggle.dark.active i::before,
.fh5co-nav-toggle.dark.active i::after {
    background: #fff;
}

.fh5co-nav-toggle:hover,
.fh5co-nav-toggle:focus,
.fh5co-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.fh5co-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 30px;
    height: 2px;
    color: #fff;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    transition: all .2s ease-out;
}

.fh5co-nav-toggle i::before,
.fh5co-nav-toggle i::after {
    content: '';
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.fh5co-nav-toggle.dark i {
    position: relative;
    color: #000;
    background: #000;
    transition: all .2s ease-out;
}

.fh5co-nav-toggle.dark i::before,
.fh5co-nav-toggle.dark i::after {
    background: #000;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.fh5co-nav-toggle i::before {
    top: -7px;
}

.fh5co-nav-toggle i::after {
    bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
    top: -10px;
}

.fh5co-nav-toggle:hover i::after {
    bottom: -10px;
}

.fh5co-nav-toggle.active i {
    background: transparent;
}

.fh5co-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 9999;
    display: block;
    margin: 0 auto;
    display: none;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .fh5co-nav-toggle {
        display: block;
        top: 0px;
        margin-top: 2.5em;
    }
}

@media screen and (max-width: 480px) {
    .col-xxs-12 {
        float: none;
        width: 100%;
    }
}

.row-bottom-padded-lg {
    padding-bottom: 7em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-lg {
        padding-bottom: 2em;
    }
}

.row-top-padded-lg {
    padding-top: 7em;
}

@media screen and (max-width: 768px) {
    .row-top-padded-lg {
        padding-top: 2em;
    }
}

.row-bottom-padded-md {
    padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-md {
        padding-bottom: 2em;
    }
}

.row-top-padded-md {
    padding-top: 4em;
}

@media screen and (max-width: 768px) {
    .row-top-padded-md {
        padding-top: 2em;
    }
}

.row-bottom-padded-sm {
    padding-bottom: 2em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-sm {
        padding-bottom: 2em;
    }
}

.row-top-padded-sm {
    padding-top: 2em;
}

@media screen and (max-width: 768px) {
    .row-top-padded-sm {
        padding-top: 2em;
    }
}

.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lead {
    line-height: 1.8;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.fh5co-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/hourglass.svg) center no-repeat #222222;
}

#video-area {
    position: fixed;
    z-index: -1;
    /*最背面に設定*/
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh;
    /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw;
    /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}





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

    #video-area {
        content: '';
        position: fixed;
        top: 10vh;

        z-index: -2;
        width: 100%;
        height: 80vh;
        /*背景画像設定*/

        background-size: cover;
    }

    #video {
        /*天地中央配置*/
        position: absolute;
        z-index: -2;
        top: 50%;
        left: 50%;
        transform: translate(-70%, -80%);
        /*縦横幅指定*/
        width: 177.77777778vh;
        /* 16:9 の幅→16 ÷ 9＝ 177.77% */
        height: 56.25vw;
        /* 16:9の幅 → 9 ÷ 16 = 56.25% */
        min-height: 100%;
        min-width: 100%;
    }


}

#mdbover {
    background: #fff;
    padding: 30px 0;

}

@media screen and (max-width: 768px) {
    #mdbover {
        background: #fff;
        padding: 20px 0;

    }
}


#splash {

    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #F39800;
    text-align: center;
    color: #fff;
}


#splash_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


#splash_logo img {
    width: 260px;
}



.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



mdmain {
    flex: 1;
    margin: 50px;
}


mdmain h2 {
    margin: 0;
    margin-bottom: 20px;
    font-weight: normal;
    border-bottom: 4px solid #eee;
}


mdmain h2 span.uline {
    display: inline-block;
    position: relative;
    border-bottom: 4px solid #111;
    bottom: -4px;
    padding: 0 20px;
}


mdmain h3 {
    margin: 0;
    margin-bottom: 20px;
    font-weight: normal;
    background: #fff;
    border: 1px solid #eee;
    padding: 3px 20px;
    border-radius: 3px;
}


mdmain p {
    margin: 0 20px 30px;
}


#mdnew {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
    text-align: left !important;

}

#mdnew dt,
#mdnew dd {
    padding: 5px 0;
}


#mdnew dd {
    width: calc(100% - 14em);
}


#mdnew dt {
    width: 14em;
    display: flex;
    justify-content: space-between;
}

#mdnew dt span {

    display: inline-block;
    width: 6em;
    background: rgba(243, 152, 0, 0.99);
    color: #fff;
    font-size: 0.9em;
    text-align: center;
    border-radius: 3px;
    margin-right: 1.2em;
    align-self: flex-start;
    line-height: 1.5;
    position: relative;
    top: 0.1em;
}

@media screen and (max-width: 768px) {
    #mdnew dt span {
        display: none;
    }

    #mdnew dd {
        width: calc(100% - 8em);
        margin-left: -100px;
    }
}




.ta1 caption {
    font-weight: bold;
    padding: 10px 5px;
    background: #666;
    color: #fff;
}


.ta1 {
    border-top: 1px solid #ccc;
    table-layout: fixed;
    width: 95%;
    margin: 0 auto 30px;
}


.ta1 tr {
    border-bottom: 1px solid #ccc;
}


.ta1 th,
.ta1 td {
    padding: 10px 5px;
    word-break: break-all;
}


.ta1 th {
    width: 30%;
    text-align: left;
    background: #f7f7f7;
}

.ta1 td {

    text-align: left;

}

.ta1 caption {
    padding: 5px 15px;
}

.ta1 th,
.ta1 td {
    padding: 20px 15px;
}

.ta1 th {
    width: 20%;
}

iframe {
    width: 100%;
    aspect-ratio: 16/9; //アスペクト比（縦横比）を指定
}




.col-md-pull-1 {
    right: 8.33333%;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}



.background-header {
    background-color: #fff !important;
    height: 80px !important;
    position: fixed !important;
    top: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
    color: #1e1e1e !important;
}

.background-header .main-nav .nav li:hover a {
    color: #8d99af !important;
}

.background-header .nav li a.active {
    color: #8d99af !important;
}

.header-area {
    background-color: transparent;
    border-bottom: 1px solid rgba(250, 250, 250, 0.2);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 100px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.header-area .main-nav {
    min-height: 80px;
    background: transparent;
}

.header-area .main-nav a.logo {
    background-image: url(../images/white-logo.png);
    width: 166px;
    height: 58px;
    display: inline-block;
    margin-top: 20px;
}

.background-header .main-nav a.logo {
    background-image: url(../images/black-logo.png);
    width: 164px;
    height: 58px;
    display: inline-block;
    margin-top: 10px;
}

.background-header .main-nav .nav {
    margin-top: 20px !important;
}

.header-area .main-nav .nav {
    float: right;
    margin-top: 30px;
    margin-right: 0px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 999;
}

.header-area .main-nav .nav li {
    padding-left: 30px;
    padding-right: 30px;
}


.header-area .main-nav .nav li a {
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 40px;
    line-height: 40px;
    border: transparent;
    letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
    color: #8d99af !important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
    color: #8d99af !important;
    opacity: 1;
}


.header-area .main-nav .nav li.has-sub {
    position: relative;
    padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 12px;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 12px;
}

.background-header .main-nav .nav li.has-sub:after {
    color: #1e1e1e;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: absolute;
    width: 200px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    top: 40px;
    opacity: 0;
    transition: all .3s;
    transform: translateY(+2em);
    visibility: hidden;
    z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
    opacity: 1;
    display: block;
    background: #f7f7f7;
    color: #2a2a2a !important;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
    background: #fff;
    color: #f5a425 !important;
    padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
    width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 33px;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
    right: 40px;
    display: none;
}

.background-header .main-nav .menu-trigger {
    top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1e1e1e;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1e1e1e;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    content: "";
}

.header-area .main-nav .menu-trigger span {
    top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
    background-color: transparent;
    width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
    background-color: #1e1e1e;
}

.header-area.header-sticky {
    min-height: 80px;
}

.header-area .nav {
    margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
    color: #8d99af;
}

@media (max-width: 1200px) {
    .header-area .main-nav .nav li {
        padding-left: 12px;
        padding-right: 12px;
    }

    .header-area .main-nav:before {
        display: none;
    }
}



@media (max-width: 767px) {
    .background-header .main-nav .nav {
        margin-top: 80px !important;
    }

    .header-area .main-nav .logo {
        color: #1e1e1e;
    }

    .header-area.header-sticky .nav li a:hover,
    .header-area.header-sticky .nav li a.active {
        color: #8d99af !important;
        opacity: 1;
    }

    .header-area.header-sticky .nav li.search-icon a {
        width: 100%;
    }

    .header-area {
        background-color: #f7f7f7;
        padding: 0px 15px;
        height: 100px;
        box-shadow: none;
        text-align: center;
    }

    .header-area .container {
        padding: 0px;
    }

    .header-area .logo {
        margin-left: 30px;
    }

    .header-area .menu-trigger {
        display: block !important;
    }

    .header-area .main-nav {
        overflow: hidden;
    }

    .header-area .main-nav .nav {
        float: none;
        width: 100%;
        display: none;
        -webkit-transition: all 0s ease 0s;
        -moz-transition: all 0s ease 0s;
        -o-transition: all 0s ease 0s;
        transition: all 0s ease 0s;
        margin-left: 0px;
    }

    .background-header .nav {
        margin-top: 80px;
    }

    .header-area .main-nav .nav li:first-child {
        border-top: 1px solid #eee;
    }

    .header-area.header-sticky .nav {
        margin-top: 100px;
    }

    .header-area .main-nav .nav li {
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #e7e7e7;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .header-area .main-nav .nav li a {
        height: 50px !important;
        line-height: 50px !important;
        padding: 0px !important;
        border: none !important;
        background: #f7f7f7 !important;
        color: #191a20 !important;
    }

    .header-area .main-nav .nav li a:hover {
        background: #eee !important;
        color: #8d99af !important;
    }

    .header-area .main-nav .nav li.has-sub ul.sub-menu {
        position: relative;
        visibility: inherit;
        opacity: 1;
        z-index: 1;
        transform: translateY(0%);
        top: 0px;
        width: 100%;
        box-shadow: none;
        height: 0px;
        transition: all 0s;
    }

    .header-area .main-nav .nav li.submenu ul li a {
        font-size: 12px;
        font-weight: 400;
    }

    .header-area .main-nav .nav li.submenu ul li a:hover:before {
        width: 0px;
    }

    .header-area .main-nav .nav li.has-sub ul.sub-menu {
        height: auto;
    }

    .header-area .main-nav .nav li.has-sub:after {
        color: #3B566E;
        right: 30px;
        font-size: 14px;
        top: 15px;
    }

    .header-area .main-nav .nav li.submenu:hover ul,
    .header-area .main-nav .nav li.submenu:focus ul {
        height: 0px;
    }
}

@media (min-width: 767px) {
    .header-area .main-nav .nav {
        display: flex !important;
    }
}


.background-header {
    background-color: #fff !important;
    height: 80px !important;
    position: fixed !important;
    top: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
    color: #1e1e1e !important;
}

.background-header .main-nav .nav li:hover a {
    color: #8d99af !important;
}

.background-header .nav li a.active {
    color: #8d99af !important;
}

.header-area {
    background-color: transparent;
    border-bottom: 1px solid rgba(250, 250, 250, 0.2);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 100px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.header-area .main-nav {
    min-height: 80px;
    background: transparent;
}

.header-area .main-nav a.logo {
    background-image: url(../images/white-logo.png);
    width: 166px;
    height: 58px;
    display: inline-block;
    margin-top: 20px;
}

.background-header .main-nav a.logo {
    background-image: url(../images/black-logo.png);
    width: 164px;
    height: 58px;
    display: inline-block;
    margin-top: 10px;
}

.background-header .main-nav .nav {
    margin-top: 20px !important;
}

.header-area .main-nav .nav {
    float: right;
    margin-top: 30px;
    margin-right: 0px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 999;
}

.header-area .main-nav .nav li {
    padding-left: 30px;
    padding-right: 30px;
}



.header-area .main-nav .nav li a {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 40px;
    line-height: 40px;
    border: transparent;
    letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
    color: #fff !important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
    color: #1e1e1e !important;
    opacity: 1;
}



.header-area .main-nav .nav li.has-sub {
    position: relative;
    padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 12px;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 12px;
}

.background-header .main-nav .nav li.has-sub:after {
    color: #1e1e1e;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: absolute;
    width: 200px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    top: 40px;
    opacity: 0;
    transition: all .3s;
    transform: translateY(+2em);
    visibility: hidden;
    z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
    opacity: 1;
    display: block;
    background: #f7f7f7;
    color: #2a2a2a !important;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
    background: #fff;
    color: #f5a425 !important;
    padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
    width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 33px;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
    right: 40px;
    display: none;
}

.background-header .main-nav .menu-trigger {
    top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1e1e1e;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1e1e1e;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    content: "";
}

.header-area .main-nav .menu-trigger span {
    top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
    background-color: transparent;
    width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
    background-color: #1e1e1e;
}

.header-area.header-sticky {
    min-height: 80px;
}

.header-area .nav {
    margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
    color: #8d99af;
}

@media (max-width: 1200px) {
    .header-area .main-nav .nav li {
        padding-left: 12px;
        padding-right: 12px;
    }

    .header-area .main-nav:before {
        display: none;
    }
}


@media (max-width: 767px) {
    .background-header .main-nav .nav {
        margin-top: 80px !important;
    }

    .header-area .main-nav .logo {
        color: #1e1e1e;
    }

    .header-area.header-sticky .nav li a:hover,
    .header-area.header-sticky .nav li a.active {
        color: #8d99af !important;
        opacity: 1;
    }

    .header-area.header-sticky .nav li.search-icon a {
        width: 100%;
    }

    .header-area {
        background-color: #f7f7f7;
        padding: 0px 15px;
        height: 100px;
        box-shadow: none;
        text-align: center;
    }

    .header-area .container {
        padding: 0px;
    }

    .header-area .logo {
        margin-left: 30px;
    }

    .header-area .menu-trigger {
        display: block !important;
    }

    .header-area .main-nav {
        overflow: hidden;
    }

    .header-area .main-nav .nav {
        float: none;
        width: 100%;
        display: none;
        -webkit-transition: all 0s ease 0s;
        -moz-transition: all 0s ease 0s;
        -o-transition: all 0s ease 0s;
        transition: all 0s ease 0s;
        margin-left: 0px;
    }

    .background-header .nav {
        margin-top: 80px;
    }

    .header-area .main-nav .nav li:first-child {
        border-top: 1px solid #eee;
    }

    .header-area.header-sticky .nav {
        margin-top: 100px;
    }

    .header-area .main-nav .nav li {
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #e7e7e7;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .header-area .main-nav .nav li a {
        height: 50px !important;
        line-height: 50px !important;
        padding: 0px !important;
        border: none !important;
        background: #f7f7f7 !important;
        color: #191a20 !important;
    }

    .header-area .main-nav .nav li a:hover {
        background: #eee !important;
        color: #8d99af !important;
    }

    .header-area .main-nav .nav li.has-sub ul.sub-menu {
        position: relative;
        visibility: inherit;
        opacity: 1;
        z-index: 1;
        transform: translateY(0%);
        top: 0px;
        width: 100%;
        box-shadow: none;
        height: 0px;
        transition: all 0s;
    }

    .header-area .main-nav .nav li.submenu ul li a {
        font-size: 12px;
        font-weight: 400;
    }

    .header-area .main-nav .nav li.submenu ul li a:hover:before {
        width: 0px;
    }

    .header-area .main-nav .nav li.has-sub ul.sub-menu {
        height: auto;
    }

    .header-area .main-nav .nav li.has-sub:after {
        color: #3B566E;
        right: 30px;
        font-size: 14px;
        top: 15px;
    }

    .header-area .main-nav .nav li.submenu:hover ul,
    .header-area .main-nav .nav li.submenu:focus ul {
        height: 0px;
    }
}

@media (min-width: 767px) {
    .header-area .main-nav .nav {
        display: flex !important;
    }
}



.main-banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/banner-bg.jpg);
    padding: 290px 0px 180px 0px;
    position: relative;
    overflow: hidden;
}

.main-banner .top-text {
    text-align: center;
}

.main-banner .top-text h6 {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.main-banner .top-text h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 800;
    text-transform: capitalize;
    margin-top: 15px;
    margin-bottom: 45px;
}

.main-banner ul.categories {
    width: 100%;
    margin-top: 60px;
    text-align: center;
}

.main-banner ul.categories li {
    display: inline-block;
    text-align: center;
    width: 18%;
}

.main-banner ul.categories li a {
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin-top: 15px;
}

.main-banner ul.categories li .icon {
    display: block;
    margin: 0 auto 12px auto;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    text-align: center;
    line-height: 62px;
    color: #8d99af;
    background-color: #fff;
    transition: all .5s;
}

.main-banner ul.categories li a:hover .icon {
    background-color: #2b2d42;
}

.main-banner ul.categories li .icon img {
    max-width: 27px;
}

form#search-form {
    background-color: #fff;
    padding: 0px 0px 0px 30px;
    width: 100%;
    border-radius: 7px;
    display: inline-block;
    text-align: center;
}

form#search-form select,
form#search-form input {
    width: 100%;
    height: 36px;
    background-color: transparent;
    border: none;
    color: #2a2a2a;
    font-size: 15px;
    outline: none;
}

.form-select:focus {
    box-shadow: none;
}

form#search-form input.searchText {
    border-left: 1px solid #8d99af;
    border-right: 1px solid #8d99af;
    padding: 0px 30px;
}

form#search-form input::placeholder {
    color: #2a2a2a;
    font-size: 15px;
}

form#search-form button {
    width: 100%;
    height: 100%;
    background-color: #8d99af;
    border: none;
    padding: 15px;
    color: #fff;
    font-size: 15px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

form#search-form button i {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    color: #8d99af;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    margin-right: 10px;
}



.page-heading {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background: rgba(243, 152, 0, 0.99);
    padding: 100px 0px 0px 0px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .page-heading {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background: rgba(255, 255, 255, 0.99);
        padding: 100px 0px 0px 0px;
        position: relative;
        overflow: hidden;
    }
}

.page-heading .top-text {
    text-align: left;
}

.page-heading .top-text h6 {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.page-heading .top-text h2 {
    color: #fff;
    line-height: 70px;
    font-size: 45px;
    font-weight: 800;
    text-transform: capitalize;
    margin-top: 15px;
}



@media (max-width: 1200px) {
    .popular-categories .icon {
        margin-left: 50%;
        transform: translateX(-33px);
        text-align: center;
        display: inline-block;
    }

    .category-post .naccs .menu div.active .thumb {
        position: relative;
    }

    .category-post .icon {
        position: absolute;
        left: 50%;
        transform: translateX(15px);
    }

    .category-post .top-content .top-icon h4 {
        left: 86px;
    }

    form#search-form {
        padding: 30px;
    }

    .popular-categories .naccs .menu .thumb,
    .category-post .naccs .menu div h4 {
        color: transparent;
    }

    .recent-listing .item .right-content,
    .listing-page .item .right-content {
        padding: 30px;
        position: relative;
    }

    .recent-listing .item .right-content h4,
    .listing-page .item .right-content h4 {
        margin-bottom: 10px;
    }

    .recent-listing .item .right-content .main-white-button,
    .listing-page .item .right-content .main-white-button {
        left: 30px;
        bottom: -30px;
    }

    .recent-listing .item .right-content span.price,
    .listing-page .item .right-content span.price {
        margin-top: 15px;
    }

    .recent-listing .item .right-content ul.rate,
    .listing-page .item .right-content ul.rate {
        left: 30px;
        top: -5px;
    }

    .recent-listing .item .right-content span.details,
    .listing-page .item .right-content span.details {
        margin-bottom: 15px;
    }
}

@media (max-width: 992px) {

    form#search-form select,
    form#search-form input {
        border: 1px solid #8d99af;
        border-radius: 7px;
        margin-bottom: 15px;
    }

    form#search-form button {
        border-radius: 7px;
    }

    .listing-page .naccs .menu {
        margin-bottom: 30px;
    }

    .popular-categories .nacc .thumb .left-text {
        margin: 30px;
    }

    .popular-categories .nacc .thumb .right-image {
        padding: 0px;
        margin: 0px 30px 30px 30px;
        display: block;
    }

    .popular-categories .naccs .menu div.first-thumb {
        border-top-right-radius: 7px;
    }

    .popular-categories .naccs .menu div.last-thumb {
        border-bottom-left-radius: 0px;
    }

    .recent-listing .item .left-image,
    .listing-page .item .left-image {
        float: none;
        width: 100%;
    }

    .category-post .top-content .top-icon .icon {
        left: 45%;
    }

    .recent-listing .item .left-image,
    .listing-page .item .left-image {
        border-bottom-left-radius: 0px;
        border-top-right-radius: 7px;
    }

    .recent-listing .item .listing-item,
    .listing-page .item .listing-item {
        display: inline-block;
    }

    .recent-listing .item .right-content ul.rate,
    .listing-page .item .right-content ul.rate {
        top: 20px;
    }

    .recent-listing .item .right-content .main-white-button,
    .listing-page .item .right-content .main-white-button {
        position: relative;
        left: 0px;
        bottom: 0px;
        margin-top: 30px;
    }

    .recent-listing .item .right-content h4 {
        margin-top: 20px;
    }

    footer {
        text-align: center;
    }

    footer .about,
    footer .helpful-links {
        margin-bottom: 45px;
    }

    .category-post .icon {
        transform: translateX(0px);
    }

    .category-post .top-content .top-icon,
    .category-post .nacc .thumb .main-white-button a {
        text-align: center;
        width: 100%;
    }

    .category-post .nacc .thumb .main-white-button {
        margin-top: 30px;
    }

    .category-post .top-content .top-icon .icon {
        margin-left: -60px;
    }

    .category-post .top-content .top-icon h4 {
        left: 86px;
    }

    .description .text-icon {
        margin-top: 30px;
    }

    form#contact {
        margin-top: 45px;
        margin-bottom: 55px;
    }
}

@media (max-width: 767px) {
    .main-banner ul.categories li a {
        color: transparent;
    }

    .header-area .main-nav a.logo {
        background-image: url(../images/black-logo.png);
        float: left;
    }

    .header-area .logo {
        margin-left: 0px;
    }

    .header-area .main-nav .menu-trigger {
        right: 15px;
    }

    .category-post .icon {
        transform: translateX(-22px);
    }
}


/* vision */

#vision {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
}

@media screen and (max-width:768px) {
    #vision {
        margin: 0;
    }

}

#vision .img {
    width: 50%;
    min-height: 590px;
    background: url("../images/mdblade_message.png") no-repeat center;
    background-size: cover;
}

#vision .content {
    width: 50%;
    text-align: right;
}

@media screen and (max-width:768px) {
    #vision .img {
        width: 100%;
        min-height: 290px;
        margin: 0 0 50px 0;
    }

    #vision .content {
        width: 100%;
        text-align: left;
    }
}

#vision h2 {
    color: rgba(243, 152, 0, 0.99);
    margin: 0 0 30px 0;
}

#vision p {
    line-height: 2;
    margin: 0 0 0px 0;
}

#vision .vision-lead {
    position: relative;
    color: rgba(243, 152, 0, 0.99);
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0 0 90px 0;
}

#vision .vision-lead2 {
    position: relative;
    color: #848484;
    font-size: 1rem;
}

@media screen and (max-width:768px) {
    #vision .vision-lead {
        text-align: center;
    }

}

#vision .vision-lead::after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: 0;
    background: rgba(243, 152, 0, 0.99);
    width: 12em;
    height: 2px;
}


.bgextend {
    animation-name: bgextendAnimeBase;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    position: relative;
    overflow: hidden;
    /*　はみ出た色要素を隠す　*/
    opacity: 0;
}

@keyframes bgextendAnimeBase {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}





/*デザインcss↓*/
.box_con02 {
    max-width: 900px;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .box_con02 {
        width: 95%;
    }
}

.box_con02 form {
    width: 100%;
}

.box_con02 form table {
    width: 100%;
}

.box_con02 form table tr {
    position: relative;
}

.box_con02 form table tr:first-child td:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 1px;
}

@media only screen and (max-width: 768px) {
    .box_con02 form table tr:first-child td:before {
        display: none;
    }
}

.box_con02 form table tr th {
    width: 30%;
    font-weight: normal;
    padding: 1em .5em;
    background: #EFEFEF;
    color: #3E3A39;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
    .box_con02 form table tr th {
        text-align: center;
        width: 100%;
        display: block;
        padding: .8em .2em;
    }
}

.box_con02 form table tr th span {
    background: #C30D23;
    padding: 0 .3em;
    color: #fff;
    margin-left: .5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.box_con02 form table tr th:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    border-bottom: solid 1px #fff;
}

.box_con02 form table tr td {
    position: relative;
    padding: 1em .5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

@media only screen and (max-width: 768px) {
    .box_con02 form table tr td {
        padding: 1.5em .5em;
        display: block;
        width: 100%;
    }
}

.box_con02 form table tr td:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;

}

.box_con02 form table tr .box_br {
    display: block;
}

.box_con02 form table tr select,
.box_con02 form table tr textarea,
.box_con02 form table tr .wide {
    width: 100%;
    height: 3em;
    padding: .5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.box_con02 form table tr textarea {
    height: 10em;
}

/*プライバシーのデザインcss↓*/
.con_pri {
    max-width: 700px;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .con_pri {
        width: 95%;
    }
}

.con_pri .box_pri {
    height: 300px;
    overflow-y: scroll;
    border: 1px solid #cdcdcd;
    background: #f7f7f7;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 20px 55px;
}

@media only screen and (max-width: 768px) {
    .con_pri .box_pri {
        margin-top: 4%;
        padding: 3%;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .con_pri .box_pri {
        padding: 4%;
    }
}

.con_pri .box_pri .box_tori {
    text-align: left;
    margin-top: 40px;
}

@media only screen and (max-width: 768px) {
    .con_pri .box_pri .box_tori {
        margin-top: 4%;
    }
}

.con_pri .box_pri .box_tori h4 {
    font-weight: normal;
    margin-bottom: 30px;
    font-size: 150%;
}

@media only screen and (max-width: 768px) {
    .con_pri .box_pri .box_tori h4 {
        margin-bottom: 4%;
    }
}

.con_pri .box_pri .box_tori .txt {
    padding: 0 20px;
}

@media only screen and (max-width: 768px) {
    .con_pri .box_pri .box_tori .txt {
        padding: 0;
    }
}

.con_pri .box_pri .box_num {
    margin-top: 30px;
}

@media only screen and (max-width: 768px) {
    .con_pri .box_pri .box_num {
        margin-top: 5%;
    }
}

.con_pri .box_pri .box_num h4 {
    font-weight: normal;
    font-size: 113%;
}

.con_pri .box_pri .box_num .txt {
    padding: 10px 0 0 20px;
}

@media only screen and (max-width: 768px) {
    .con_pri .box_pri .box_num .txt {
        padding: 3% 0 0 3%;
    }
}

.box_check {
    text-align: center;
    margin: 1em auto;
}

.box_check label {
    display: inline-block;
}

.box_check label span {
    margin-left: .3em;
}

.btn2 {
    margin-top: 0.5em;
    text-align: center;
}

.btn2 input {
    display: inline-block;
    background: #3E3A39;
    padding: .5em 4em;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    border: none;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.btn2 input:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}


*,
*::before,
*::after {
    box-sizing: border-box;
}


@media screen and (min-width: 769px) {

    .top-text {
        display: none;
    }

    .top-text h1 {
        display: none;
    }

    .top-text h2 {
        display: none;

    }

    .top-text span {
        display: none;
    }
}


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

    .top-text {
        position: fixed;
        z-index: -1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .top-text h1 {
        color: #fff;
        font-size: 1.3rem;
        text-transform: uppercase;
        letter-spacing: 1rem;
        margin: 0;
        text-shadow: 2px 1px 2.5px silver;
        font-family: "Sawarabi Mincho";
        text-align: center;
    }

    .top-text h2 {
        color: #fff;
        font-size: 0.6rem;
        text-transform: uppercase;
        letter-spacing: 0.5rem;
        margin: 0;
        text-shadow: 2px 1px 2.5px silver;
        font-family: "Sawarabi Mincho";
        text-align: center;
        width: 300px;

    }

    .top-text span {
        animation: aparicao-gradual 2s alternate infinite;
        opacity: 0;
    }
}


@keyframes aparicao-gradual {
    0% {
        opacity: 0;
        filter: blur(10px);
    }

    50%,
    100% {
        opacity: 1;
        filter: blur(0px);
    }
}




.layout_padding {
    padding-top: 30px;
    padding-bottom: 0px;
}


.draina_section {
    width: 100%;
    float: left;
    background-color: #e0dfde;
    height: auto;
    padding-bottom: 30px;
}


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

    .draina_section {
        width: 100%;
        float: left;
        background-color: #e0dfde;
        height: auto;
        padding-bottom: 10px;
    }
}

.image_1 {
    width: 100%;
    float: left;
    text-align: center;
}

.draina_text {
    margin-top: 20px;
    width: 100%;
    float: left;
    font-size: 40px;
    color: #333;
    text-align: center;
    font-weight: bold;
    font-family: 'Shippori Mincho B1', serif;
}

.lorem_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #333;
    margin-left: 0px;
    padding-top: 40px;
    font-family: 'Noto Sans JP', sans-serif;
}


.service-box {
    margin: 0 0 60px;
    display: inline-block;
}

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

    .service-box {
        margin: 0 0 5px;
        display: inline-block;
    }

}

.service-box .service-icon {
    width: 75px;
    height: 75px;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #F39800;
    line-height: 75px;
    text-align: center;
    color: #F39800;
    font-size: 30px;
    margin-right: 23px;
    float: left;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;

}

.service-box .service-text {
    width: 70%;
    float: left;
    margin-bottom: 20px;
}


.service-box .service-text h3 {
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    font-size: 18px;
    line-height: 24px;
    color: #F39800;
    font-weight: bold;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-family: 'Noto Sans JP', sans-serif;
}


.service-box2 {
    margin: 0 0 60px;
    display: inline-block;
}

.service-box2 .service-icon {
    width: 75px;
    height: 75px;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    line-height: 75px;
    text-align: center;
    color: #333;
    font-size: 30px;
    margin-right: 23px;
    float: left;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;

}

.service-box2 .service-text {
    width: 70%;
    float: left;
    margin-bottom: 20px;
}


.service-box2 .service-text h3 {

    text-align: center;
    padding: 0 0 0 0;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    font-weight: bold;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-family: 'Noto Sans JP', sans-serif;
}

.section-padding {
    padding: 40px 0px;
    margin-bottom: -80px;
}

#drainashape .page-title h1 {
    margin-bottom: 1em;
    line-height: 1.5;
    font-size: 26px;
    color: #555;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: 'Kosugi Maru', sans-serif;
}

#drainashape #portfolio-flters {
    padding: 0;
    margin: 0 0 45px 0;
    list-style: none;
    text-align: center;
}

#drainashape #portfolio-flters li {
    cursor: pointer;
    margin: 0 3px;
    display: inline-block;
    padding: 10px 22px;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    border-radius: 4px;
    background: #666666;
    margin-bottom: 5px;
}


#drainashape #portfolio-flters li a {
    background: #fff;
}

#drainashape #portfolio-flters li a:hover {
    background: rgba(243, 152, 0, 0.99);

}

#drainashape img {
    width: auto;
}

#drainashape p {
    margin-bottom: 1.5em;
    font-size: 18px;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;

}

#drainashape h1 {
    margin-bottom: 1.5em;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;

}

.drainalist {
    margin-bottom: 1.5em;
    font-size: 18px;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;

}

.drainalist p {
    margin-bottom: 1.5em;
    font-size: 18px;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;

}

.draina_section h3 {
    margin-bottom: 1.5em;
    font-size: 18px;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;

}
