/* Common */

@media (max-width: 767px) {
    body {
        padding: 0;
    }
    .container {
        width: calc(100% - 40px);
    }
}

.btn-3D a span {
    width: 70px;
    background: #011b40;
    text-align: center;
}

.btn-3D a span::before,
.btn-3D a:hover span::before,
.btn-3D a:focus span::before {
    background: #1a58b1;
}

@media (max-width: 767px) {
    .gray-bg, .darkgray-bg, .bright-bg {
        margin: 0!important;
        padding: 20px 0px;
    }
    .iau-gray-bg, .darkgray-bg, .bright-bg {
        margin: 0!important;
        padding: 0px 0px 20px 0px;
    }
    .White-bg, .darkgray-bg, .bright-bg {
        margin: 0!important;
        padding: 15px 0px;
    }
}

/*  Black Change Region Link */

@media (max-width: 767px) {
    .black-bg, .navbar-wrapper {
        padding: 0;
        margin-left: 0!important;
        margin-right: 0!important;
    }
}

.region a {
    font-family: 'Noto Sans JP', sans-serif;
}

/* Navigation Menu */

.hero-header {
    position: relative;
    width: 100%;
    height: 710px;
    background-image: url(images/hero-header_210622.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #222222;
}

@media (max-width: 1279px) {
    .hero-header {
        height: 650px;
    }
}

@media (max-width: 767px) {
    .hero-header {
        height: 520px;
    }
}

.hero-header .h1-wrapper {
    position: absolute;
    bottom: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hero-header .h1-wrapper h1 {
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .hero-header .h1-wrapper h1 {
        font-size: 34px;
    }
}

.hero-header .h1-wrapper h1 span {
    display: inline-block;
}

.hero-header .navbar-wrapper {
    height: 74px;
    background: none;
    border: none;
    box-shadow: none;
}

.hero-header .navbar-wrapper .container {
    position: relative;
}

.hero-header .navbar .nav {
    margin-top: 22px!important;
}

.hero-header .navbar .logo {
    position: absolute;
    top: 0;
    left: 0;
    padding: 22px 0px;
    color: #fff;
    font-size: 13px;
    text-shadow: none;
    z-index: 10;
}

@media (max-width: 979px) {
    .hero-header .navbar .logo {
        margin: 0;
    }
}

.hero-header .navbar .logo span {
    display: inline-block;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    padding-left: 10px;
    padding-bottom: 3px;
    vertical-align: bottom;
}

@media (max-width: 767px) {
    .hero-header .navbar .logo span {
        display: none;
    }
}

.hero-header .navbar .logo img {
    width: auto;
    height: 30px;
}

.hero-header .navbar .btn-navbar {
    position: absolute;
    top: 0;
    right: 0;
    margin: 18px 0px 17px;
    padding: 7px 6px;
    background: none;
    z-index: 10;
}

.hero-header .navbar .btn-navbar .icon-bar {
    width: 32px;
    height: 3px;
}

.hero-header .btn-navbar .icon-bar + .icon-bar {
    margin-top: 8px;
}

@media (max-width: 979px) {
    .hero-header .navbar .nav {
        margin-top: 96px!important;
    }
}

.hero-header .nav-pills > li > a {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 700;
    background: none;
}

.hero-header .nav-collapse {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    z-index: 1;
}

@media (max-width: 979px) {
    .hero-header .nav-collapse::before {
        position: absolute;
        content: '';
        display: inline-block;
        top: 0;
        left: 0;
        width: 100%;
        height: 74px;
        background-color: #333;
    }
}

/* Who We Are */

.who-we-are {
    background-color: #222222;
}

.who-we-are h2,
.who-we-are p {
    margin: 4px;
    line-height: 1.5;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-weight: 0;
    text-transform: none;
}

.who-we-are .row-fluid {
    padding: 16px 0;
}

/* Services */

.services-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}

ul.services {
    width: calc(100% + 20px);
    margin: 10px 0 0 -10px;
}

ul.services li {
    width: calc(calc(100% / 3) - 2px);
    margin: 0!important;
    padding: 0 0 20px;
}

@media (min-width: 980px) {
    ul.services li {
        border-bottom: none;
    }
    ul.services li:nth-child(2) {
        border-right: 1px dotted #ddd!important;
    }
}

@media (max-width: 979px) {
    ul.services li {
        width: calc(50% - 1px);
    }
}

@media (max-width: 767px) {
    ul.services li {
        width: 100%;
    }
}

ul.services li a {
    display: inline-block;
    padding: 0 10px;
}

ul.services .services-header {
    line-height: 24px;
    margin: 20px 0;
    color: #2c2c2c;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}

ul.services .services-subheader {
    display: inline-block;
    color: #2c2c2c;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

ul.services .services-image {
    width: 100%;
}

/* Products & Topics */

.products .imgEff {
    position: relative;
    padding-left: 36px;
    padding-top: 36px;
}

@media (max-width: 767px) {
    .products .imgEff {
        padding-left: 0;
    }
}

.products .imgEff label {
    position: absolute;
    display: inline-block;
    top: 48px;
    left: 45%;
    width: 55%;
    color: #2b2b2b;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 700;
}
@media (max-width: 979px) {
    .products .imgEff label {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .products .imgEff label {
        left: 40%;
        width: 65%;
        font-size: 14px;
    }
}

ul.recommend li {
    padding: 0 8px!important;
    height: auto!important;
    margin: 0!important;
}

/* Footer Catch */

.bright-bg.footer-catch {
    background-color: #333;
}

.bright-bg.footer-catch h3 {
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
}

/* Footer */

@media (max-width: 767px) {
    footer {
        margin-left: 0!important;
        margin-right: 0!important;
    }
}

footer a {
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
}
