/*!
Theme Name: Bccii
Theme URI: https://bccii.co.jp/
Author: chuongnv - chuongnv.com@gmail.com
Author URI: https://chuongnv.com
Description: power by chuongnv
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bccii by chuongnv
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
.page-footer__logo {
    margin-bottom: 24px;
}
html[lang="jp"] body {
    font-family: 'Noto Sans JP', sans-serif;
}
.landing-tech .tech-thumb img {
    width: 100%;
}
.landing-featured .landing-body-item {
    margin-bottom: 80px;
}
.landing-contact {
    background: #F3F7FB;
}
.landing-featured .landing-body-item.boxed {
    background: #F7FBFE;
}
.text-1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 6px;
}
.text-2 {
    font-size: 32px;
    margin-bottom: 12px;
}
.btn.btn-home {
    padding: 8px 16px;
    background: #0967d8;
    color: #fff;
    border-radius: 4px;
    position: relative;
    display: flex;
    align-items: center;
    width: max-content;
    margin-top: 40px;
}
.btn.btn-home::before {
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 12px;
    display: inline-block;
    background: url(images/icons/angle-left.png) no-repeat 50%;
    background-size: contain;
}
.btn.btn-home:hover {
    background: #fff;
    color: #0967d8;
    border: 1px solid #0967d8;
}

.btn.btn-home:hover::before {
    background-image: url(images/icons/angle-left-white.png);
}
body.error404 .topPage {
    margin-bottom: 100px;
}
.page-content-transparent {
    min-height: 500px;
    padding-top: 110px;
}
.btn-viewmore {
    z-index: 1;
}
@media (min-width: 992px) {
    .header-menu.fixed .navbar.navbar-default {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header-menu.fixed .navbar-header .navbar-brand img {
        height: 40px;
    }
    .header-menu.fixed .btn-contact {
        padding: 10px 33px;
    }
}
@media (max-width: 1280px) and (min-width: 767px) {
    .h1.sec-title {
        font-size: 48px;
    }
    .h2.sec-title {
        font-size: 42px;
    }
    .landing-featured .landing-body-item.boxed .inner-box {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .landing-featured .landing-body-item.boxed .align-items-center {
        align-items: flex-end !important;
    }
}

@media (max-width: 767px) {
    .landing-featured .landing-body-item.boxed .inner-box {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
@media (max-width: 372px) {
    .header-menu .btn-contact {
        display: none;
    }
}