/*
Layer Template
http://www.templatemo.com/preview/templatemo_438_layer
*/

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300&family=Montserrat:wght@300&display=swap');

.blue {
    color: #06C;
}

.green {
    color: #090;
}

.lightgreen {
    color: #3C6;
}

.yellow {
    color: #CC6;
}

.orange {
    color: #C60;
}

.white {
    color: #FFF;
}

/*BASIC*/

h2 {
    line-height:1.5em;    
}

ul {
    padding: 0;
    margin: 0;
}

p {
    color: #787878;
    line-height: 2em;
    font-size: 16px;
}

.text-shadow {
    text-shadow:1px 1px 3px #000;
    color:transparent;
}

.img-shadow {
    filter: drop-shadow(1px 1px 3px #000);
}

.img-border {
    border: 1px solid #cccccc;
}

.super {
    vertical-align: super;
    font-size: 0.5rem;
}

.scroll::-webkit-scrollbar-track{background:#ffffff;}/*バーの背景色*/
.scroll::-webkit-scrollbar-thumb{background:#999999;}/*バーの色*/

body {
    background-color: none!important;
    overflow-x: hidden;
    padding:0;
}

.templatemo-flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}


/*PARALLAX*/



.bg__first {
    background: none;
}
.bg__first:before{
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-4;
    width:100%;
    height:100vh;
    background:url(../images/first-bg.jpg) center no-repeat;
    background-size:cover;
}

@media screen and (max-width:991px) {
.bg__first:before{
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-4;
    width:100%;
    height:100vh;
    background:url(../images/first-bg.jpg) 30% no-repeat;
    background-size:cover;
}
}

.bg__first:after {
    content:none;
}

.bg__first .container {
    height: auto;
    min-height: 100vh;
}


.bg__fifth{
    background-image: url(
        ../images/fifth-bg.jpg
    );
    width:100%;
    height: 100vh;
    background-size:cover;
}

@media screen and (max-width:991px) {
.bg__fifth{
    background:url(../images/fifth-bg.jpg) 80% no-repeat;
    width:100%;
    height: 100vh;
    background-size:cover;
}
}
.bg__fifth:after {
    content:none;
}

.bg__third {
    height: 120vh;
    background: #ffffff;
}






/*HEADER*/

header {
    position: fixed;
    z-index: 1040;
    opacity: 0.8;
}

.navbar-brand img {
    display: inline-block;
    margin-right: 5px;
}

.navbar-brand {
    font-size: 14px;
    font-weight: 700;
    color: #1e1e1e!important;
    text-transform: uppercase;
    text-shadow: none!important;
}

.navbar {
    margin-bottom: 0px!important;
}

.navbar-inverse {
    background-image: none;
    background-color: #fff!important;
    border-radius: 0!important;
    border-color: transparent!important;
    border-bottom: 1px solid #ddd!important;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.nav a {
    font-size: 13px;
    color: #1e1e1e!important;
    text-shadow: none!important;
    margin-left: 20px;  
}

.nav a:hover {
    color: #4e6974!important;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.nav li:hover .sub-menu { 
    visibility: visible;
    opacity: 1;
}

.nav span {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    margin-top: -10px;
    display: inline-block;
    background-color: #999999;
    padding: 6px 12px;
    text-align: center;
    border-color: transparent;
}

.nav .sub-menu {
    border-top: 8px solid #fff;
    margin-left: 30px;
    position: absolute;
    background-color: #fff;
    width: 140px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 1.5s ease;
    transition: opacity 1.5s ease;
    z-index: 12;
    font-size: 12px;
}

.nav .sub-menu li {
    list-style: none;
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
    font-size: small;
}

.nav .sub-menu li:first-child {
    border-top: 3px solid #999999;
}

.nav .sub-menu li a {
    font-size: 13px;
    text-decoration: none;
}

.background-fill {
    background: #ffffff;
}

/*SECTIONS*/


/*First Section*/

#first_section p{
    font-weight:600;
}

.left-image {
    float: right;
    overflow: hidden;
    background-size: cover;
    max-width: 100%;
}

.right-caption {
    color: #fff;
}

.right-caption h4 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    line-height: 1.5em;
}

.right-caption h2 {
    font-size: 38px;
    font-weight: 600;
    text-transform: none;
    color: #fff;
    padding-bottom: 10px;
}

.right-caption p {
    color: #fff!important;
}

.productlogo {
    max-width: 450px;
    margin: 0px;
}

.first-p-topmargin {
	margin-top: 10rem;
}

.stroked-button {
    margin-top: 40px;
}

.stroked-button a {
    margin-top: 30px;
    text-decoration: none!important;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 16px;
    border: 1px solid #fff;
    border-radius: 5px;
}

.stroked-button a:hover {
    color: #999999;
    border-color: #999999;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.arrow {
    position: absolute;
    left: 0;
    bottom: 72px;
    width: 100%;
    text-align: center;
}

.arrow i {
    font-size: 22px;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
}

.arrow i:hover {
    color: #999999;
    border-color: #999999;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.arrow:active .btn {
    box-shadow: none;
}


.sevice-items {
    margin-top: 20px;
}

.single-item {
    background-color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.single-item p{
    background-color: #fff;
    text-align: left;
    margin-bottom: 20px;
}

.single-item h2{
    background-color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.3em;

}

.single-item h4{
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.3em;

}

.single-item .staff{
    background-color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-size: 0.8em;
    font-weight: 600;
}

.single-item .Tsize{
    background-color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.single-item .button {
    margin: 30px;
    padding-bottom: 30px;
}

.single-item a {
    text-decoration: none!important;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 10px;
    margin: 0px;
    color: #fff!important;
    background-color: #666666;
}

.photos a {
    text-decoration: none!important;
    color: #fff!important;
    background-color: #fff!important;
}

.single-item i {
    margin-top: 30px;
    font-size: 26px;
    color: #4e6974;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    text-align: center;
}

.single-item h2 {
    font-size: 32px;
    color: #1e1e1e;
    font-weight: 700;
    text-transform: uppercase;
}

.single-item p {
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 0px;
    font-size: 14px;
}

.service-arrow  {
    text-align: center;
    margin-top: 10px;
    padding-bottom: 20px!important;
}

.service-arrow i {
    font-size: 22px;
    color: #4e6974;
    width: 30px;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    border: 1px solid #4e6974;
    border-radius: 50%;
}

.service-arrow i:hover {
    color: #666666;
    border-color: #666666;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.service-arrow:active .btn {
    box-shadow: none;
}


/*Third Section*/

#third-section .container{
    background: #ffffff;
}

#third-section .row{
    margin: 0px 0px;
}

#third-section .photos{
    margin-top:60px;
}

.left-text {
    background-color: #fff;
}

.left-text h2 {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 60px;
    font-size: 45px;
    color: #1e1e1e;
    padding-top:30px;
}

.left-text p {
    margin: 0px;
}

.left-text .button {
    margin-top: 30px;
    margin-bottom: 30px;
}

.left-text a {
    text-decoration: none!important;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 10px;
    margin: 0px;
    color: #fff!important;
    background-color: #666666;
}

@media (max-width: 640px) {
    #third-section .row{
        margin: 0px;
    }
}

@media (max-width: 640px) {
    #third-section .row{
        margin: 0px;
    }
}


/*Fourth Section*/

.right-text {
    position:absolute; 
    z-index: 11;
    background-color: #fff;
}

.right-text h2 {
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 60px;
    padding-top: 30px;
    padding-bottom: 15px;
    font-size: 45px;
    color: #1e1e1e;
}

.right-text .line {
    margin-left: 30px;
    width: 180px;
    height: 2px;
    background-color: #ddd;
}

.right-text p {
    margin: 0px 30px;
}

.right-text .button {
    margin: 30px;
    padding-bottom: 30px;
}

.right-text a {
    text-decoration: none!important;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 10px;
    margin: 0px;
    color: #fff!important;
    background-color: #666666;
}

.templatemo-position-relative {
    position: relative;
}

#third-section,
#third-section .container,
#third-section .row,
#third-section2 .row,
#fourth-section,
#fourth-section .container,
#fourth-section .row {
    height: 100%;
}

#third-section .row {
    padding-bottom: 60px;
}

.fourth-arrow {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

.fourth-arrow i {

    font-size: 22px;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 50%;
}

.fourth-arrow i:hover {
    color: #666666;
    border-color: #666666;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.fourth-arrow:active .btn {
    box-shadow: none;
}

.fourth-arrow-inv {
    text-align: center;
    position: absolute;
    top: 5px;
    bottom: 20px;
    left: 0;
    width: 100%;
}

.fourth-arrow-inv i {

    font-size: 22px;
    color: #4e6974;
    width: 30px;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    border: 1px solid #4e6974;
    border-radius: 50%;
}

.fourth-arrow-inv i:hover {
    color: #666666;
    border-color: #666666;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.fourth-arrow-inv:active .btn {
    box-shadow: none;
}

.fourth-arrow-inv a {
    background-color: #ffffff!important;
}



/*fifth Section*/

#fifth-section {
    text-align: center;
    padding-top: 40px;
    background-color: #fff;
    margin-bottom: 40px;
}

#fifth-section h1 {
    font-size: 30px;
    color: #1e1e1e;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #4e6974;
}

#fifth-section h2 {
    font-size: 20px;
    color: #1e1e1e;
    text-transform: uppercase;
    padding-bottom: 5px;
}

#fifth-section p {
    margin-top: 5px;
}

.templatemo-center {
    text-align: center;
}

/*Fifth Section2*/

#fifth-section2 h1 {
    font-size: 22px;
    color: #1e1e1e;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #4e6974;

}

/*sixth Section*/

#sixth-section {
    text-align: center;
    padding-top: 40px;
    background-color: #fff;
    padding-bottom: 80px;
}

/*attention1 Section*/

#attention1 {
    background-color: #988984;
    color: #ffffff;
}

#attention1 .row{
    margin: 40px;
}

#attention1 h3{
    text-align: center;	
    color: #ffffff;
    margin-bottom: 50px;
}

#attention1 p{
    text-align: left;
    color: #ffffff;
    font-size: 1em;
}

#attention1 li{
    line-height: 1.5em;
    margin-bottom: 0.3em;
}


@media (max-width: 640px) {
    #attention1 .row{
        margin: 40px 0px;
    }
}


/*FOOTER*/

footer {
    background-color: #666666;
    text-align: center;
}

.social-icons li {
    margin-top: 60px;
    list-style: none;
    display: inline-block;
}

.social-icons a {
    color: #4e6974;
    margin: 0 5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    display: inline-block;
    line-height: 25px;
}

.social-icons a:hover {
    background-color: #4e6974;
    color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.copyright-text p {
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    padding-bottom: 10px;
    letter-spacing: 0.2em;
}

.copyright-text a {
    color: #f9c9c9!important;
    text-decoration: none!important;
}

.third-arrow  {
    text-align: center;
    padding-bottom: 40px;
}

.third-arrow i {
    font-size: 22px;
    color: #4e6974;
    width: 30px;
    height: 30px;
    background-color: #fff;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    border: 1px solid #fff;
}

.third-arrow i:hover {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.third-arrow:active .btn {
    box-shadow: none;
}



/*SIDEBAR*/


#heading-pages img {
    height: auto;
    overflow: hidden;
    width: 100%;
    border-bottom: 3px solid #4e6974;
    background-repeat: no-repeat;
}


#heading-pages {
    text-align: center;
}

#heading-pages h2 {
    margin-top: 60px;
    font-size: 22px;
    color: #1e1e1e;
    text-transform: uppercase;
    border-bottom: 1px solid #4e6974;
    padding-bottom: 15px;
}

#heading-pages p {
    margin-top: 5px;
    padding-bottom: 50px;
}

.main-post {
    padding-bottom: 80px;
}

.image-post img {
    width: 100%;
    overflow: hidden;
    border-bottom: 3px solid #4e6974;
}

.post-content {
    background-color: #fff;
    margin-top: -20px;
}

.post-content h1 {
    font-size: 18px;
    color: #1e1e1e;
    font-weight: 700;
    text-transform: uppercase;
    padding: 30px 0 0 30px;
}

.post-content p {
    padding: 30px;
}

.post-content blockquote {
    font-size: 14px;
    color: #555;
    font-weight: 600;
    border-left: 3px solid #4e6974;
    margin-left: 30px;
    margin-right: 30px;
}

.first-widget {
    padding-bottom: 60px;
}

.widgets h4 {
    margin-top: 0px;
    font-size: 20px;
    color: #1e1e1e;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.widget-social li {
    margin-top: 15px;
    list-style: none;
    display: inline-block;
}

.widget-social a {
    font-size: 13px;
    color: #fff;
    margin: 0 5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #aaa;
    text-align: center;
    display: inline-block;
    line-height: 25px;
}

.widget-social a:hover {
    background-color: #4e6974;
    color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.second-widget {
    padding-bottom: 70px;
}

.posts {
    display: inline;
}

.posts img {

}

.posts a {
    text-decoration: none;
    color: #1e1e1e;
}

.posts a:hover {
    color: #4e6974;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.posts h6 {
    font-size: 15px;
    color: #1e1e1e;
    font-weight: 700;
    margin-left: 135px;
    margin-top: -80px;
    line-height: 22px;
}

.posts span {
    font-size: 12px;
    color: #999;
    font-weight: 300;
    display: inline;
    margin-left: 135px;
}

.post1 {
    margin-top: 30px;
}

.post2 {
    margin-top: 40px;
}

.third-widget {
    padding-bottom: 50px;
}

.third-widget ul {
    margin-top: 20px;
}

.third-widget li {
    list-style: none;
    padding-bottom: 5px;
}

.third-widget li a:hover p {
    color: #4e6974;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.third-widget li a:hover span {
    color: #4e6974;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.third-widget a {
    font-size: 13px;
    font-weight: 600;
}

.third-widget li p {
    display: inline-block;
    color: #aaa;
}

.third-widget li span {
    float: right;
    color: #aaa;
}

/*ELEMENTS*/

.elements-headings {
    margin-top: 60px;
    padding-bottom: 20px;
}

.elements-headings h2 {
    font-size: 18px;
    color: #1e1e1e;
    text-transform: uppercase;
    border-bottom: 3px solid #ddd;
    padding-bottom: 10px;
}

.heading-levels h1 {
    margin-top: 0px;
}

.photos img {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    overflow: hidden;
    background-size: cover;
}

.elements {
    padding-bottom: 0px;
}

.main-footer {
    margin-top: 80px;
    margin-bottom: -80px;
}

/*RESPONSIVE*/

@media (max-width: 991px) { 
    .fourth-arrow {
        text-align: center;
        margin-top: 92vh;
    }
    .fourth-arrow-inv {
        text-align: center;
        margin-bottom: 8vh;
    }
    .submit-form select {
        margin-top: 15px;
    }
    .submit-form input {
        margin-top: 15px;
    }

    .wrap-video {
        position:relative;
    }

    .wrap-video video {
        width: 100%;
        height:100%
    }

}

@media (max-width: 767px) {
    #first_section .row {
        width:100vw;
    }
    .right-caption h4 {
        font-size: 24px;
        line-height: 1.5em;
    }
    .right-caption h2 {
        font-size: 26px;
        width: 100%;
        text-align: center;
    }
    .productlogo {
        max-width: 100%;
    }
    .left-image {
        float: none;    
    }
    .left-image img {
        margin: 0 auto;
    }
    .right-caption {
        text-align: left;
        margin-top: 10px;
        padding-bottom: 0;
        padding-right: 40px;
        padding-left: 40px;
    }
    .right-caption h2 {
        text-align: left;
        padding-bottom: 0px;
        margin-top: 0px;
    }
    .right-caption p {
        margin-top: -5px;
    }
    .stroked-button {
        padding-bottom: 15px;
        padding-top: 10px;
        margin-top: 10px;
    }
    .nav .sub-menu {
        display: block;
        position: relative;
        opacity: 1;
        visibility: visible;
        text-align: left;
    }
    .sub-menu a {
        color: #999!important;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #4e6974!important;
        background-color: #4e6974;
    }
    .navbar-inverse .navbar-toggle:hover {
        background-color: #4e6974!important;
    }
    .navbar-header {
        padding-right: 10px;
    }
    .right-text .button {
        padding-bottom: 0px;
    }
    .left-text .button {
        padding-bottom: 0px;
    }
}
@media (max-width: 640px) {
    .left-image img {
        width: 128px;
    }
    .bg__first {
        min-height: 100vh;
        background-size:cover;
    }
    .bg__first .row{
        line-height: 1.2em;
        margin-bottom:40px;
    }
    .bg__first .container {
        height: auto;
        padding-bottom:40px;
    }
    .bg__fourth{
        height: auto;
    }
}
@media (max-width: 480px) {
    .arrow {
        bottom: 20px;
    }
}
@media (max-height: 600px) {
    .bg__third, .bg__fourth {
        min-height: 620px;
        background-size:cover;
    }
}
@media (max-height: 500px) {
    .bg__first {
        min-height: auto;
        background-size:cover;
    }
    .bg__first .container {
        height: auto;
        padding-bottom:40px;
    }
}

/*2column*/
.col2_fullwidth_a.type2 .image_area { float:right; }
.col2_fullwidth_a.type2 .content { float:left; }
.col2_fullwidth_a.type1 .image_area { float:left; }
.col2_fullwidth_a.type1 .content { float:right; }
.col2_fullwidth_a.num12 h2 { font-size:34px; }
.col2_fullwidth_a.num12 .desc { font-size:14px; }
.col2_fullwidth_a.num12 .image_area { font-size:14px; }


.col2_fullwidth_a .image_area { width:50%; height:600px; position:relative; float:left; }
.col2_fullwidth_a .content {
    width:50%; height:100%; position:relative; float:left;
    -webkit-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out;
}
.col2_fullwidth_a { width:100%; height:600px; position:relative; }
.col2_fullwidth_a .item_image {
    position:absolute; display:block; margin-top:-25px; z-index:3; max-height:460px;
    left:50%; top:50%; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
}


@media screen and (max-width:991px) {
    .col2_fullwidth_a { height:auto; }
    .col2_fullwidth_a .image_area { width:auto; height:500px; float:none; }
    .col2_fullwidth_a .image_area .item_image { width:auto; max-height:260px; }
    .col2_fullwidth_a .image_area .title, .col2_fullwidth_a .image_area .item_title { padding:30px 20px; }
    .col2_fullwidth_a .content { width:auto; height:auto; float:none; }
    .col2_fullwidth_a .content_inner { position:relative; padding:50px; top:auto; -ms-transform: translateY(0%); -webkit-transform: translateY(0%); transform: translateY(0%); }
    .col2_fullwidth_a.type1 .image_area { float:none; }
    .col2_fullwidth_a.type1 .content { float:none; }
    .col2_fullwidth_a.type2 .image_area { float:none; }
    .col2_fullwidth_a.type2 .content { float:none; }
    .col2_fullwidth_a .content .desc { margin-top:10px; }
    .col2_fullwidth_a.num12 h2 { font-size:34px; }
    .left-text h2 { font-size:34px; margin-bottom: 10px;}
    .right-text h2  { font-size:34px; margin-bottom: 10px;}
}
@media screen and (min-width:992px) {
    .col2_fullwidth_a .content_inner {
        position:absolute; display:block; padding:0 80px; color:#000;
        top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
    }
}
@media screen and (min-width:1280px) {
    .col2_fullwidth_a .content_inner {
        position:absolute; display:block; padding:0 130px; color:#000;
        top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
    }
}
.content_inner .button {
    margin: 30px 0px;
    padding-bottom: 20px;
}

.content_inner a {
    text-decoration: none!important;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 10px;
    margin: 0px;
    color: #fff!important;
    background-color: #666666;
}

