@charset "utf-8";
body {
    background: #fff;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    font-family:"Sawarabi Gothic", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, Arial;
}
img {
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

/*header*/

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.top_wrapper {
    min-width: 980px;
    width: 100%;
}
header#header ul.bxslider li {
    width: 980px;
}
header#header p.header_top_img_text {
    position: absolute;
    z-index: 10;
    top: 10%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 59%;
    height: auto;
    text-align: center;
}
#slideshow {
    position: relative;
    width: 100%;
    height: 500px;
}
#slideshow li {
    position: absolute;
    height: 300px;
    margin: 0;
    padding: 0;
    background-position: center top;
    background-repeat: no-repeat;
}

/*============================
#fixedBox
============================*/

header#header div#fixedBox.nav.fixedNav{
    position: fixed;
    top: 0;
    z-index: 99999;
}
header#header div#fixedBox.nav {
    background: #011f50;
    width: 100%;
    margin: 0 auto;
    padding: 14px 0;
    position: absolute;
    transition: .3s;
}
header#header div#fixedBox .fixedBox_inner {
    width: 900px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header#header div#fixedBox.nav .fixedBox_company_name {
    width: 180px;
}
header#header div#fixedBox.nav p.fixedBox_news {
    float: right;

}
header#header div#fixedBox.nav p.fixedBox_fb {
    float: right;
    padding: 0 27px 0 4px;
    display: none;
}
header#header div#fixedBox.nav div.fixedBox_menu { 
    width: 330px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fixedBox_submenu{
    position: absolute;
    display: flex;
    justify-content: space-around;
    right: 95px;
    gap: 10px;
    z-index: 1001;
}
.fixedBox_submenu img{
}
.fixedBox_submenu a{
    width: 75px;
    margin: auto;
}
#header {
position: relative;
}

/*side*/


/*mailcolumn*/


/*============================
#footer
============================*/

footer#footer {
    margin: 100px auto 0;
}
footer#footer p.footer_text {
    font-size: 16px;
    color: #595757;
    margin: 17px 0 33px 0;
    font-weight: bold;
}
footer#footer ul li a {
    color: #011f50;
}
footer#footer p.Copyright {
    font-size: 9px;
    margin: 25px 0 10px 0;
    clear: both;
    color: #231815;
}
footer#footer p.footer_pagetop {
    margin: 67px auto 50px;
    width: 110px;
    text-align: center;
}
.footer-bottomLink{
    width: 100%;
    margin: 100px auto 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* スマホ対応
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

@media screen and (max-width:768px) {
    /* top */
    .pc {
        display: none !important
    }
    .sp {
        display: block !important
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .top_wrapper {
        min-width: 0px;
    }
    header#header p.header_top_img_text {
    position: absolute;
    z-index: 10;
    top: 5%;
    left: 0;
    right: 0;
    /* bottom: 0; */
    margin: 0 auto;
    width: 60%;
    height: auto;
    text-align: center;
    background-size: contain;
    }
    header#header div#fixedBox.nav {
        width: 100%;
        padding: 4px 0;
    }
    .fixedBox_submenu {
    position: absolute;
    top: 1.5vw;
    right: 15vw;
    }
    header#header div#fixedBox.nav .fixedBox_company_name {
        width: 30vw;
    }
    header#header div#fixedBox.nav p.fixedBox_company_name {
        width: 165px;
        margin-top: 3px;
        margin-bottom: 3px;
        margin-left: 0px;
    }
    header#header div#fixedBox.nav p.fixedBox_news {
        width: 32px;

    }
    header#header div#fixedBox.nav p.fixedBox_fb {
        width: 23px;
        padding: 0px 0 0 0;
    margin: 0 -6px 0 5px;
    }
    header#header div#fixedBox .fixedBox_inner {
        width: 95%;
    }
    /*  footer  */
    footer#footer {
        width: 90%;
        margin: 28px auto 0;
    }
    footer#footer p.footer_company {
        width: 80%;
        margin: 0 auto;
    }
    footer#footer p.footer_contact {
        width: 22%;
        margin: 0 auto;
    }
    footer#footer p.footer_pagetop {
        width: 19%;
        margin: 17px auto 0;
    }
    footer#footer ul {
        width: 100%;
    }
    footer#footer p.footer_text {
        font-size: 12px;
        margin: 11px 0 21px 0;
    }
    footer#footer ul li {
        float: none;
        border: none;
        font-size: 2.82vw;
        padding: 0 10px 0 10px;
        margin-bottom: 15px;
        margin-bottom: 18px;
        border-bottom: 0.5px solid #cacaca;
        padding-bottom: 18px;
    }
    footer#footer ul li:last-child{
        border-bottom: none;
    }
    footer#footer ul {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        margin: 10vw auto 10vw;
        flex-direction: column;
    }
    footer#footer ul.footer-bottomLink {
        border-bottom: none;
        padding: 0;
    }
    .link-content {
        max-width: 100%;
        margin: 0 auto 20vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    .link-content a {
        max-width: 100%;
        width: 100%;
        margin: 0 auto 5vw;
    }
    header#header div#fixedBox.nav div.fixedBox_menu {
    width: 18vw;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .fixedBox_submenu a {
        width: 12.5vw;
    }
}
