.bold {
    font-weight: bold;
}

.top-section {
    position: relative;
    width: 100%;
    height: 100%;
}

.text-center-fonts {
    font-family: Montserrat, sans-serif;
}

.top-section:after {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    content: "";
    background-image: linear-gradient(#00000000, #000000);
    bottom: 0px;
}

.img-home {
    position: relative;
    width: 100%;
    height: 100%;
}

.image-caption {
    position: absolute;
    color: #FFF;
    bottom: 12em;
    width: 100%;
    height: auto;
    z-index: 1000;
    font-family: serif;
}

.navbar .navbar-nav .nav-link.active {
    border-bottom: 1px solid #ED1C24;
}

.navbar .navbar-nav .nav-link:hover {
    color: #808080;
}

@media only screen and (min-width: 960px) {
    .navbar {
        flex-direction: column;
    }

    .navbar .nav-item {
        padding: 0em 1.5em;
        line-height: 1em;
        font-size: 15px;
    }

    .navbar .navbar-nav .nav-link {
        color: #000000;
        font-size: 1em;
        text-transform: uppercase;
        padding: 0px;
        font-weight: normal;

    }
}

select::-ms-expand {
    display: block;
}

.form-control {
    border-radius: 0px !important;
    padding: 10px;
}

.form-control::placeholder {
    font-family: "Source Han Sans JP";
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    color: #cdd6dd;
}

.control-label {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    color: #6f7579;
}

.contact-remark {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #000;
}

.navbar .navbar-nav {
    margin-top: 0.5em;
    font-family: Montserrat, sans-serif;
}

.section-title {
    font-size: 2em;
    margin: 0px 0 2em;
    text-align: center;
    position: relative;
    font-weight: 300;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
}

.section-title:after {
    content: '';
    position: absolute;
    background-color: #dc3545;
    width: 5%;
    height: 3px;
    top: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-title-left {
    font-size: 2em;
    margin: 0px 0 0em;
    text-align: left;
    position: relative;
    font-weight: 400;
    /* text-transform: uppercase; */
}

.section-title-left:after {
    content: '';
    position: absolute;
    background-color: black;
    width: 4%;
    height: 3px;
    top: 50px;
    left: 3%;
    transform: translate(-50%, -50%);
}

img {
    width: 100%;
}

.text-overlay {
    width: 100%;
    margin: 53% 0;
    position: absolute;
    z-index: 1;
    font-size: 18px;
}

.service-content {}

.service-content h4 {
    font-size: 16px;
    /* padding: 15px; */
}

.footer {
    padding: 1.5em 0em 3em;
    position: relative;
    font-family: Montserrat, sans-serif;
}

.footer-menu {
    display: inline-block;
}

.footer-menu li.footer-nav-item {
    display: inline-block;
    padding: 0px 15px;
    border-right: 1px solid #ccc;
    font-size: 0.8em;
}

.footer-menu li.footer-nav-item a {
    color: #fff;
    padding: 0px;
}

.scroll-to-top a,
.scroll-to-top i {
    color: #fff;
    font-size: 16px;
}

.scroll-to-top {
    position: fixed;
    right: 2em;
    background-color: #222629;
    width: 40px;
    height: 40px;
    padding: 10px;
    text-align: center;
    align-items: center;
    box-sizing: border-box;
    bottom: 1em;
    border: 1px solid #fff;
    border-radius: 0px !important;
}

header .breadcrumbs {
    background: #F8F6F9;
    padding: 4em 0 4em 0;
    margin-bottom: 40px;
    background-position: center;
    position: relative;
    background-size: cover;
}

header .breadcrumbs-personal {
    background: #F8F6F9;
    padding: 4em 0 4em 0;
    margin-bottom: 0px;
    background-position: center;
    position: relative;
    background-size: cover;
}

.breadcrumbs {
    font-family: Montserrat;
    font-weight: normal;
    font-size: 24px;
    letter-spacing: 0.08em;
    text-align: center;
    color: #fff;
}

.breadcrumbs .small {
    font-family: "Noto Sans CJK JP";
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-align: center;
    color: #fff;
}

.three-blocks {
    padding: 0em 0px 3em;
}

.three-blocks .col-lg-4 {
    position: relative;
    border-right: 1px solid #ccc;/
}

.three-blocks .col-lg-4::after {
    content: "";
    position: absolute;
    display: block;
    background-image: url('../images/play-icon.png');
    width: 46px;
    height: 46px;
    right: -23px;
    top: 40%;
}

.section-title-left {
    font-family: Montserrat, sans-serif;
}

.three-blocks .col-lg-4:last-child::after {
    display: none;
}

.three-blocks .col-lg-4:last-child {
    border-right: 0px;
}

.sub-section-title {
    padding: 5em 0px;
    font-family: 'Open Sans', sans-serif;
}

.sub-section-title h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 23px;
    line-height: 28px;
    text-align: center;
    color: #000;
    position: relative;
}

.chevron {
    position: relative;
    display: block;
    text-align: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    transform: rotate(180deg);
    top: 25px;
}

.chevron::before,
.chevron::after {
    position: absolute;
    display: block;
    content: "";
    border: 20px solid transparent;
    left: 50%;
}

/*Change the four instances of 'top' below to rotate chevron*/
/*Use (top/right/bottom/left) where you want the back of the chevron to be*/
.chevron::before {
    top: 0;
    border-top-color: #000;
    /*Chevron Color*/
}

.chevron::after {
    top: -1px;
    /*Adjust thickness*/
    border-top-color: #fff;
    /*Match chevron background colour*/
}

.col-block-text {
    padding: 0px 2em;
}

.col-block-text h4 {
    font-family: "A-OTF Ryumin Pr6N";
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    text-align: left;
    color: #988a3f;
}

.col-block-text p {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    text-align: left;
    color: #505050;

}

.media-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    text-align: left;
    color: #7f7f7f;
}

.media-content {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    text-align: left;
    color: #6f7579;
}

.tacbox input {
    height: 1em;
    width: 1em;
    vertical-align: middle;
}

.tacbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.tacbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    left: 0px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    display: inline-flex;
}

.tacbox input:checked ~ .checkmark {
    background-color: #ffffff;
    border: 1px solid #ccc;
}

.tacbox input ~ .checkmark {
    background-color: #fff;
    border: 1px solid #ccc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

.checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #6c757d;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tacbox {
    display: block;
    padding: 2em 0px;
    margin: 2em 0px;
    font-family: "Source Han Sans JP";
    font-weight: normal;
    text-decoration: underline;
    font-size: 12px;
    text-align: left;
    color: #3b4043;
}

.pt50 {
    padding-top: 50px;
}

.pt20 {
    padding-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.mt50 {
    margin-top: 50px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.copyright-text {
    font-size: 0.8em;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0px !important;
}

.nav {
    padding: 20px 0px;
    background-color: rgb(255 255 255 / 90%);
    position: -webkit-sticky;
    box-shadow: 0 10px 10px rgb(34 34 34 / 4%);
}

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10000;
    border-top: 0;
}
