@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;700;900&display=swap');

* {
    font-family: 'Noto Sans JP', 'Font Awesome 6 Free' , sans-serif !important;
    color: #222;
}

:root{
    --main-color: #005CB2;
    --main-sub-color: #3845AB;
    --main-white: #FFFF;
    --main-black: #222;
    --main-gray: #D9D9D9;
    --main-light-blue: rgba(56, 69, 171, 0.08);
}


.topslogo{
    width: 100%;
}
@media screen and (max-width: 768px) {
    .topslogo{
        width: 230px;
    }
}


.bg-fill-gray{
    background-color: var(--main-gray);
}
.bg-fill-light-blue{
    background-color: var(--main-light-blue);
}

nav *{
    color: var(--main-white);
}
nav a{
    color: var(--main-white) !important;
}
nav .navbar-text{
    color: var(--main-white) !important;
}
nav .dropdown-item{
    color: var(--main-black) !important;
}
nav .call{
    width: 180px;
    display: block;
    margin-left: 1em;
}
@media screen and (max-width: 768px) {
    nav .call{
        margin-left: 0em;
    }
}
.bg-ktfs{
    background-color: var(--main-color);
}
.btn-primary{
    background-color: var(--main-color);
    border-color: var(--main-color);
    transition: 0.2s all;
}
.btn-primary:hover{
    background-color: var(--main-white);
    color: var(--main-black);
    font-weight: bold;
}








#header .header{
    /* padding-block: 150px;
    margin-inline: 10%; */
    margin-bottom: -700px;
    overflow: hidden;
}
#header .header .leading{
    padding-block: 150px;
    margin-inline: 10%;
}
#header .header p.text-catch {
    font-family: 'Inter', sans-serif !important;
    font-size: 96px;
    font-weight: bold;
}
#header .header p.text-catch::after {
    content: '';
    display: block;
    width: 50%;
    height: 2px;
    background-color: var(--main-black);
    margin-top: 0px;
    margin-left: 0;
}
#header .header p.text-desc{
    font-size: 32px;
    margin-bottom: 20px;
}
#header .header h1{
    font-size: 20px;
    font-weight: normal;
    width: 50%;
}
#header .header a.btn-contact{
    display: inline-block;
    background-color: var(--main-color);
    color: var(--main-white) !important;
    font-size: 32px;
    line-height: 0.7em;
    font-weight: bold;
    padding: 20px 40px;
    border-radius: 5px;
    margin-top: 20px;
    text-decoration: none;
    transition: all 0.2s;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
#header .header a.btn-contact span{
    font-size: 16px;
    font-weight: normal;
    color: var(--main-white);
}
#header .header a.btn-contact:hover{
    color: var(--main-color) !important;
    background-color: var(--main-white);
}
#header .header a.btn-contact:hover span{
    color: var(--main-color);
}
#header img.bg-img{
    position: relative;
    top: -700px;
    right: -40%;
    width: 70%;
    height: auto;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    #header .header .leading{
        padding-top: 50px;
        padding-bottom: 150px;
        margin-inline: 10%;
    }
    #header .header p.text-catch {
        font-size: 30px;
    }
    #header .header p.text-desc{
        font-size: 16px;
    }
    #header .header h1{
        font-size: 14px;
        width: 100%;
    }
    #header .header a.btn-contact{
        width: 100%;
    }
    #header img.bg-img{
        opacity: 0.5;
    }
}



#business h1{
    font-family: 'Inter', sans-serif !important;
    text-align: center;
    position: relative;
    font-size: 40px;
    font-weight: bold;
    padding-block: 60px;
}
#business h1::before {
    content: '';
    display: block;
    width: 252px;
    height: 6px;
    background-color: #D9D9D9;
    margin: 10px auto;
    position: relative;
    top: 60px;
    right: 3%;
    border-radius: 10px;
}
#business h1::after{
    content: '';
    display: block;
    width: 252px;
    height: 6px;
    background-color: #3845AB;
    margin: 10px auto;
    position: relative;
    top: -40px;
    left: 3%;
    border-radius: 10px;
}
#business h1 span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: var(--main-black);
    margin-top: 10px;
}

h1.maintitle{
    font-family: 'Inter', sans-serif !important;
    text-align: center;
    position: relative;
    font-size: 40px;
    font-weight: bold;
    padding-block: 60px;
}
h1.maintitle::before {
    content: '';
    display: block;
    width: 252px;
    height: 6px;
    background-color: #D9D9D9;
    margin: 10px auto;
    position: relative;
    top: 60px;
    right: 3%;
    border-radius: 10px;
}
h1.maintitle::after{
    content: '';
    display: block;
    width: 252px;
    height: 6px;
    background-color: #3845AB;
    margin: 10px auto;
    position: relative;
    top: -40px;
    left: 3%;
    border-radius: 10px;
}
h1.maintitle span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: var(--main-black);
    margin-top: 10px;
}

div.lr{
    position: absolute;
    width: 100%;
    height: 1px;
}
@media screen and (max-width: 768px) {
    div.lr{
        display: none;
    }
    section#business{
        margin-top: 300px;
    }
}
div.lr .img-left{
    position: relative;
    top: 6em;
    left: 0px;
}
div.lr .img-right{
    position: absolute;
    right: 0px;
    top: -10em;
    z-index: -1;
}


footer{
    background-color: var(--main-color);
    padding-top: 50px;
    margin-top: 100px;
}
footer *{
    color: var(--main-white) !important;
}
footer p.copyright{
    text-align: center;
    font-size: 12px;
    margin-top: 50px;
    margin-bottom: 0px;
    padding-bottom: 1em;
}

@media screen and (max-width: 768px) {
    br{
        display: none;
    }
    br.i{
        display: inline;
    }
}







#header-top .header{
    background: url(../image/headers.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#header-top .header h1{
    text-align: center;
    padding-block: 3em;
    color: var(--main-white);
}
#header-top .header h1>span{
    font-size: 70%;
    color: var(--main-white);
}
#business-list{
    padding-top: 100px;
}


#header-top-sub .header{
    background: url(../image/man.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#header-top-sub .header h1{
    text-align: center;
    padding-block: 3em;
    color: var(--main-white);
}
#header-top-sub .header h1>span{
    font-size: 50%;
    font-weight: normal;
    color: var(--main-white);
}
#biz{
    padding-top: 100px;
}
.lead.caption{
    padding: 1em;
    background-color: var(--main-light-blue);
    margin-bottom: 50px;
}






#others{
}


a.img-hov{
    transition: all 0.3s;
}
a.img-hov:hover{
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
    footer ul.d-flex{
        flex-direction: column;
        align-items: center;
    }
}