@charset "UTF-8";
body{
    background: #fff;
    color: #000;
}

/*--------------
共通
--------------*/
.flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}
.inner {
    max-width: 1100px;
    width: 80%;
    margin: 0 auto;
}

.pc { display: block;}
.sp { display: none;}

sup {
    font-size: 11px;
    vertical-align: top;
}

/*--------------
header
--------------*/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}
header img { width: 100%;}
/* ボタンエリア */
#head_Wrap {
    justify-content: space-between;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    z-index: 2;
    padding: 26px 0 30px;
    width: 88.8%;
}
#site_Ttl_Area {
    align-items: center;
}
#site_Ttl_Area h1 a {
    display: block;
    width: 232px;
    max-width: 100%;
}
#head_Btn_Area {
    justify-content: flex-end;
    align-items: center;
    width: calc(95% - 232px);
    margin-left: 5%;
}
#head_Btn_Area ul {
    box-sizing: border-box;
}
#head_Btn_Area li {
    position: relative;
    display: flex;
    align-items: center;
}
#head_Btn_Area li:first-child::before,
#head_Btn_Area li::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #000;
}
#head_Btn_Area li a {
    display: block;
    position: relative;
    width: 100%;
    font-size: min(1.25vw,14px);
    padding: 0 1.5em;
    transition: 0.3s;
    font-weight: 600;
}
#head_Btn_Area li a::before,
#head_Btn_Area li a::after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 0;
    height: 2px;
    transition: .3s;
    display: inline-block;
    text-align: center;
}
#head_Btn_Area li a::before {
    left: 50%;
    background: #EF0000;
}
#head_Btn_Area li a::after {
    right: 50%;
    background: #EF0000;
}
#head_Btn_Area li a:hover::before,
#head_Btn_Area li a:hover::after {
    width: 10px;
}

/*current*/
#indexP #head_Btn_Area li:nth-child(1) a::before,
#indexP #head_Btn_Area li:nth-child(1) a::after,
#businessP #head_Btn_Area li:nth-child(2) a::before,
#businessP #head_Btn_Area li:nth-child(2) a::after,
#companyP #head_Btn_Area li:nth-child(3) a::before,
#companyP #head_Btn_Area li:nth-child(3) a::after {
    width: 10px;
}

#head_Btn_Area .logo_qfk {
/*    width: 118px;*/
    width: 130px;
    margin-left: 3%;
}
#head_Btn_Area .logo_grp {
/*    width: 116px;*/
    width: 128px;
    margin-left: 4%;
}
#head_Btn_Area div a { transition: .3s; }
#head_Btn_Area div a:hover { opacity: .6; }

#head_sp_Menu { display: none; }

/*--------------
footer
--------------*/
footer {
    padding: 3% 0 0;
    background: rgb(245,242,241);
    background: radial-gradient(circle, rgba(245,242,241,1) 81%, rgba(239,234,232,1) 100%);
}
footer img { width: 100%;}

/*#page_Top a {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 10px 0 15px;
    width: 100%;
    background: #5d7a84;
    transition: 0.3s;
    text-align: center;
}
#page_Top a img { width: 81px; }
#page_Top:hover a {
    background: #375c68;
}*/

/* フッターナビゲーション */
#foot_Nav {
    align-items: center;
}
#foot_Nav .ftr_logo {
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    padding: 3% 5%;
}
#foot_Nav .ftr_logo img {
    display: block;
    width: min(16vw,276px);
}
#foot_Nav .nav_area {
    width: 100%;
    margin-left: 30px;
}
#foot_Nav .nav_area ul {
    gap: 2em;
}
#foot_Nav .nav_area ul:first-of-type {
    margin-bottom: 1em;
}
#foot_Nav .nav_area ul > a {
    font-weight: 700;
}
#foot_Nav a {
    display: block;
    transition: .3s;
    font-size: 16px;
    font-size: min(1.4vw,16px);
    letter-spacing: 0.06em;
}
#foot_Nav a:hover { opacity: .6;}

#corporate_Area {
    padding: 8% 0 4%;
    align-items: center;
    justify-content: center;
}
#corporate_Area .foot01 {
    text-align: center;
}
#corporate_Area .foot01 li:first-child::before,
#corporate_Area .foot01 li::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #000;
}
#corporate_Area .foot01 li {
    position: relative;
    display: flex;
    align-items: center;
}
#corporate_Area .foot01 li a {
    display: block;
    position: relative;
    width: 100%;
    font-size: 14px;
    padding: 0 1.5em;
    transition: 0.3s;
}
#corporate_Area .foot01 li a:hover {
    opacity: .6;
}

#corporate_Area .foot02 {
    margin: 0 0 0 6%;
}
#corporate_Area .foot_corpotate_Logo a {
    display: block;
    max-width: 232px;
    transition: .3s;
}
#corporate_Area .foot_corpotate_Logo a:hover { opacity: .6; }

.copyright {
    background: #006fbc;
    padding: 30px 0;
    color:#fff;
    font-size: 14px;
    text-align: center;
}

/*--------------
content_Wrap
--------------*/
#content_Wrap img { width: 100%; }




/*=========================================================================================================
tab
=========================================================================================================*/
@media screen and (max-width: 1024px) {

    /*--------------
    header
    --------------*/
    #head_Wrap {
        padding: 18px 0 20px;
    }
    #site_Ttl_Area {
        max-width: 25%;
    }
    #site_Ttl_Area h1 a {
        width: 100%;
    }
    #head_Btn_Area {
        width: 70%;
    }

    /*--------------
    footer
    --------------*/
    footer {
        padding: 6% 0 0;
    }

    /* フッターナビゲーション */
    #foot_Nav .ftr_logo {
        padding: 4%;
    }
    #foot_Nav .ftr_logo img {
        width: min(20vw,276px);
    }
    #foot_Nav .nav_area {
        margin-left: 20px;
    }
    #foot_Nav .nav_area ul {
        gap: 1.5em;
    }

    #corporate_Area .foot01 li a {
        font-size: min(1.4vw,16px);
    }
    #corporate_Area .foot_corpotate_Logo a {
        max-width: 162px;
    }

    .copyright {
        padding: 10px 0;
        font-size: 10px;
    }
}

/*=========================================================================================================
sp
=========================================================================================================*/
@media screen and (max-width: 767px) {
    .pc { display: none;}
    .sp { display: block;}

    /*--------------
    header
    --------------*/
    header {}
    #head_Wrap {
        padding: 0;
        width: 94.4%;
        margin: 0 0 0 auto;
    }
    #site_Ttl_Area {
        max-width: 80%;
    }
    #site_Ttl_Area h1 a {
        width: 204px;
    }
    /* ボタンエリア */
    #head_Btn_Area { display: none; }

    /* ナビゲーション */
    #head_sp_Menu {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        align-items: center;
    }
    #head_sp_Menu li {
        width: 60px;
        top:0px;
        right:0px;
        box-sizing: border-box;
        position: relative;
        text-align: center;
    }
    #head_sp_Menu li a {
        display: block;
        width: 100%;
        height: 60px;
        box-sizing: border-box;
    }

    .menu_trigger,
    .menu_trigger span {
        display: inline-block;
        transition: all .4s;
        text-align: center;
        box-sizing: border-box;
    }
    .menu_trigger span {
        position: absolute;
        left: 50%;
        width: 27px;
        height: 3px;
        border-radius: 50vh;
        background-color: #000;
        transform: translateX(-50%);
    }
    .menu_trigger span:nth-of-type(1) { top: 13px;}
    .menu_trigger span:nth-of-type(2) { top: 22px;}
    .menu_trigger span:nth-of-type(3) { top: 31px;}

    #sp_menuBtn::after {
        display: block;
        content: 'MENU';
        position: absolute;
        bottom: 8px;
        left: 50%;
        width: 100%;
        color: #000;
        font-size: 12px;
        font-weight: 400;
        transform: translateX(-50%);
    }
    #sp_menuBtn.active::after {
        display: block;
        content: 'CLOSE';
        color: #000;
        position: absolute;
        bottom: 8px;
        left: 50%;
        width: 100%;
        font-size: 12px;
        font-weight: 400;
        transform: translateX(-50%);
    }
    #sp_menuBtn.active .menu_trigger span:nth-of-type(1) {
        top: 23px;
        left: 18px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #sp_menuBtn.active .menu_trigger span:nth-of-type(2) {
        top: 23px;
        left: 18px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #sp_menuBtn.active span:nth-of-type(3) { opacity: 0;}


    /* ナビゲーション */
    #Gnav_wrap {
        display: block;
        padding: 0;
        background: #a3d6de;
    }
    #nav_Area { display: none;}
    #nav_Area .flex {
        flex-wrap: wrap;
        align-items: stretch;
        width: 100%;
    }
    #nav_Area .flex li {
        width: calc((100% - 1px) / 2);
        border-bottom: 1px solid #000;
        box-sizing: border-box;
    }
    #nav_Area .flex li:first-child {
        border-right: 1px solid #000;
    }
    #nav_Area .flex li a {
        display: block;
        padding: 15px 0;
        font-size: 12px;
        text-align: center;
        letter-spacing: 0.08em;
    }

    /*--------------
    footer
    --------------*/
    footer {
        padding: 95px 0 0;
    }
    /* フッターナビゲーション */
    #foot_Nav {
        flex-direction: column;
    }
    #foot_Nav .ftr_logo {
        border-left: none;
        border-right: none;
        padding: 0 0 50px;
    }
    #foot_Nav .ftr_logo img {
        width: 276px;
    }
    #foot_Nav .nav_area {
        width: 100%;
        margin-left: 0;
        border-left: 1px solid #000;
    }
    #foot_Nav .nav_area ul {
        flex-direction: column;
        gap: 1.5em;
        padding: 0.5em 0 0.5em 2em;
    }
    #foot_Nav .nav_area ul:first-of-type {
        margin-bottom: 2em;
    }
    #foot_Nav a {
        font-size: 16px;
    }

    #corporate_Area {
        padding: 80px 0 20px;
        flex-direction: column-reverse;
    }
    #corporate_Area .foot01 {
        text-align: center;
    }
    #corporate_Area .foot01 li:first-child::before,
    #corporate_Area .foot01 li::after {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background: #000;
    }
    #corporate_Area .foot01 li a {
        font-size: 10px;
    }

    #corporate_Area .foot02 {
        margin: 0 auto 35px;
    }
    #corporate_Area .foot_corpotate_Logo a {
        max-width: 171px;
    }
    .copyright {
        padding: 20px 0;
    }

    /*--------------
    content_Wrap
    --------------*/
    


}
