@charset "UTF-8";

/* Table Of Contents
---------------------------------------------------------------------------- 
General Elements
header
gNav
visual
topicPath
footer
---------------------------------------------------------------------------- */


/*General Elements
---------------------------------------------------------------------------- */
html {
    font-size: 62.5%;
}

body {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    color: #585858;
}

a {
    text-decoration: none;
    color: #d21819;
    outline: none;
}

a:hover {
    text-decoration: none;
    opacity: 0.7;
}

* {
    box-sizing: border-box;
}

.m-brpc {
    display: block;
}

.m-brsp {
    display: none;
}

.m-onlypc {
    display: inherit;
}

.m-onlysp {
    display: none;
}

/*l-header
---------------------------------------------------------------------------- */
header {
    width: 1380px;
    height: 160px;
    margin: 0 auto;
    position: relative;
}

header #l-logo {
    position: absolute;
    left: 139px;
    top: 13px;
}

header #l-logo a {
    display: block;
    width: 402px;
    height: 77px;
    background: url("../../images/common/hd_logo.png") no-repeat 0 0;
    overflow: hidden;
    line-height: 0;
    text-indent: -9999px;
}

#l-gNav {
    position: absolute;
    left: 139px;
    top: 115px;
    width: 1102px;
}

#l-gNav:after {
    content: "";
    display: block;
    clear: both;
}

#l-gNav li {
    float: left;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.05em;
}

#l-gNav li a {
    display: block;
    height: 30px;
    color: #191919;
    text-decoration: none;
    border-right: 1px solid #eaeaea;
    text-align: center;
    position: relative;
}

#l-gNav li a:hover {
    opacity: 1;
}

#l-gNav li#l-gNav1 a {
    width: 190px;
}

#l-gNav li#l-gNav2 a {
    width: 290px;
}

#l-gNav li#l-gNav3 a {
    width: 206px;
}

#l-gNav li#l-gNav4 a {
    width: 204px;
}

#l-gNav li#l-gNav5 a {
    width: 208px;
    border-right: 0;
}

#l-gNav li a:before {
    content: "";
    height: 4px;
    background-color: #fae8e8;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -15px;
    z-index: 500;
    transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform: translate3d(0, 0, 0);
}

#l-gNav li a:hover:before,
#l-gNav li.is-active a:before {
    left: 0;
    right: 0;
}

#l-hdContact {
    position: absolute;
    top: 63px;
    right: 141px;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.08em;
}

#l-hdContact a {
    display: inline-block;
    padding: 0 0 0 24px;
    background: url("../../images/common/hd_contact.png") no-repeat 0 center #fff;
    color: #d21919;
    text-decoration: none;
}

#l-spBtn,
#l-spMenu {
    display: none;
}
.l-kanban{
    position: relative;
}
.l-kanban img{
    position: absolute;
    top: 20px;
    left: 580px;
}
@media screen and (max-width: 768px) {
    .l-kanban img{
        display: none;
    }
}
/* l-pagebody
---------------------------------------------------------------------------- */
.l-pageBody {
    position: relative;
    width: 1380px;
    margin: 0 auto;
}

.l-pageBody:after {
    content: "";
    display: block;
    clear: both;
}


/* l-title
---------------------------------------------------------------------------- */
.l-title-bh {
    width: 100%;
    line-height: 0;
}


/* l-topicPath
---------------------------------------------------------------------------- */
.l-topicPath {
    padding: 0;
    font-size: 1.2rem;
    line-height: 1;
    position: absolute;
    top: 40px;
}

.l-topicPath ol {
    margin-left: 140px;
}

.l-topicPath ol:after {
    content: "";
    display: block;
    clear: both;
}

.l-topicPath li {
    float: left;
    margin-right: 10px;
}

.l-topicPath li:not(:last-child):after {
    content: " > ";
}

.l-topicPath a {
    padding-right: 10px;
    color: #585858;
}


/* l-content
---------------------------------------------------------------------------- */
.l-content {
}

.m-contact {
    text-align: center;
    margin: 60px 0;
    background-color: #fff;
}

.m-contact-bh {
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../../images/common/contact_bh_title.png") no-repeat 0 0;
    width: 145px;
    height: 23px;
    margin: 0 auto 38px;
}

.m-contact-text {
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
}

.m-contact-btn {
    width: 400px;
    height: 60px;
    margin: 0 auto;
}

.m-contact-btn a {
    box-sizing: border-box;
    display: block;
    width: 400px;
    height: 60px;
    border-radius: 8px;
    color: #fff;
    text-align: left;
    padding-left: 148px;
    font-size: 1.4rem;
    line-height: 60px;
    letter-spacing: 0.05em;
    background: url("../../images/common/bg_red_arrow.png") no-repeat right 20px center, url("../../images/common/bg_red_contact.png") no-repeat 116px center;
    background-color: #d21919;
    text-decoration: none;
}

.l-localnav{
    width: 200px;
    float: right;
    margin-right: 140px;
}

.l-localnav-bh{
    background-color: #f2f2f2;
    height: 82px;
    font-size: 1.6rem;
    line-height: 82px;
    letter-spacing: 0.05em;
    font-weight: bold;    
    padding-left: 20px;
}

.l-localnav-list li a{
    display: block;
    height: 49px;
    background-color: #fff;
    border-bottom: 2px solid #f2f2f2;
    color: #191919;
    font-size: 1.4rem;
    line-height: 50px;
    letter-spacing: 0.05em;
    padding-left: 20px;
}

.l-localnav-list li.is-active a{
    background-color: #fae8e8;
    border-color: #fae8e8;
}


/* l-footer
---------------------------------------------------------------------------- */
.l-pagetop {
    position: fixed;
    z-index: 99;
    right: 26px;
    bottom: 80px;
}

.l-pagetop a {
    display: block;
    width: 24px;
    height: 142px;
    background: url("../../images/common/pagetop.png") no-repeat 0 0;
    overflow: hidden;
    line-height: 0;
    text-indent: -9999px;
}

footer {
    width: 1380px;
    position: relative;
    margin: 0 auto;
}

.l-fNav:after,
.l-fNavSub:after {
    content: "";
    display: block;
    clear: both;
}

.l-fNav {
    width: 100%;
    height: 108px;
    background-color: #f2f2f2;
}

#f-logo {
    width: 40px;
    height: 51px;
    overflow: hidden;
    line-height: 0;
    text-indent: -9999px;
    float: left;
    margin: 20px 0 0 140px;
}

#f-logo a {
    display: block;
    background: url("../../images/common/ft_logo.png") no-repeat 0 0;
    width: 40px;
    height: 51px;
}

#f-name {
    float: left;
    margin: 60px 0 0 20px;
    font-size: 1.2rem;
    line-height: 1em;
    letter-spacing: 0.12em;
    font-weight: 500;
    color: #585858;
}

.l-fNav ul {
    float: right;
    margin: 58px 140px 0 0;
    display: flex;
}

.l-fNav ul li {
    padding-left: 26px;
    margin-right: 30px;
    background: url("../../images/common/ft_arrow.png") no-repeat 0 center;
    font-size: 1.2rem;
    line-height: 16px;
    font-weight: 700;
}

.l-fNav ul li.l-fNavRecruit {
    margin-right: 0;
}

.l-fNav ul li.l-fNavContact {
    display: none;
}

.l-fNav ul li a {
    color: #585858;
    text-decoration: none;
}

.l-fNavSub {
    width: 100%;
    height: 50px;
    background: #f2f2f2;
}

.l-fNavSub ul {
    float: left;
    margin: 0 0 0 140px;
    display: flex;
}

.l-fNavSub ul li {
    font-size: 1.0rem;
    line-height: 1;
    letter-spacing: 0.08em;
    margin-right: 50px;
}

.l-fNavSub ul li a {
    color: #585858;
    text-decoration: none;
}

#f-copy {
    float: right;
    margin: 0 140px 0 0;
    font-size: 1.0rem;
    line-height: 1;
    letter-spacing: 0.08em;
    color: #585858;
}

/* Smartphone Styles
============================================================================ */
@media screen and (max-width: 768px) {

    *,
    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    html {
        font-size: calc(100vw / 40);
    }

    img {
        width: 100%;
        height: auto;
        vertical-align: top;
    }

    .m-brpc {
        display: none;
    }

    .m-brsp {
        display: block;
    }

    .m-onlypc {
        display: none;
    }

    .m-onlysp {
        display: inherit;
    }

    header {
        left: 0;
        top: 0;
        background-color: #fff;
        width: 100%;
        height: 16.27vw;
    }

    header #l-logo {
        left: 4.13vw;
        top: 3.07vw;
    }

    header #l-logo a {
        width: 53.6vw;
        height: 10.27vw;
        background: url("../../images/common/hd_logo.png") no-repeat 0 0;
        background-size: 100%;
    }

    #l-gNav {
        display: none;
    }

    #l-hdContact {
        top: 0;
        right: 16.27vw;
        overflow: hidden;
        line-height: 0;
        text-indent: -9999px;
    }

    #l-hdContact a {
        display: block;
        width: 16.27vw;
        height: 16.27vw;
        padding: 0;
        background: url("../../images/common/hd_spcontact.png") no-repeat 0 0;
        background-size: 100%;
    }

    #l-spBtn {
        display: block;
        position: fixed;
        z-index: 150;
        top: 0;
        right: 0;
        width: 16.27vw;
        height: 16.27vw;
        background: url("../../images/common/hd_spbtn.png") no-repeat 0 0;
        background-size: 100%;
        cursor: pointer;
    }

    #l-spBtn.active {
        background: url("../../images/common/hd_spbtn_active.png") no-repeat 0 0;
        background-size: 100%;
    }

    #l-spMenu {
        display: none;
        opacity: 0;
        transition: 0.4s;
        z-index: 100;
        position: fixed;
        top: 0;
        background: rgba(255, 255, 255, 0.7);
        width: 100%;
        height: 100%;
        min-height: calc(100vh - 17vw);
        padding: 16.27vw 0 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    #l-spMenu.active {
        display: block;
        opacity: 1;
        transition: 0.4s;
    }

    #l-spMenu ul {
        border-top: 2px solid #e8e8e8;
        background-color: #fff;
        padding-bottom: 6.67vw;
    }

    #l-spMenu ul li {
        margin: 0 4vw;
        background-color: #fff;
        border-bottom: 1px solid #e8e8e8;
    }

    #l-spMenu ul li a {
        display: block;
        padding: 5vw 4vw;
        font-size: 1.6rem;
        line-height: 1;
        letter-spacing: 0.2em;
        font-weight: 500;
        color: #4c4c4c;
        text-decoration: none;
        background: url("../../images/common/hd_spmenulist.png") no-repeat right 4vw center;
        background-size: 2.4vw auto;
    }

    #l-spMenu p {
        background-color: #fff;
        padding-bottom: 26.67vw;
        border-bottom: 2px solid #e8e8e8;
    }

    #l-spMenu p a {
        display: block;
        margin: 0 4vw;
        padding: 5.33vw 0 5.33vw 25.6vw;
        border-radius: 9px;
        color: #fff;
        text-decoration: none;
        font-size: 1.8rem;
        line-height: 1;
        letter-spacing: 0.05em;
        font-weight: 400;
        background: url("../../images/common/hd_spmenucontact.png") no-repeat 11.33vw center #d21919;
        background-size: 7.73vw auto;
    }


    /* l-pagebody
---------------------------------------------------------------------------- */
    .l-pageBody{
        width: 100%;
    }


    /* l-title
---------------------------------------------------------------------------- */
    .l-title-bh {
        width: 100%;
    }


    /* l-topicPath
---------------------------------------------------------------------------- */
    .l-topicPath {
        position: relative;
        width: 100%;
        margin: 0 0 10.67vw;
        padding: 5.07vw 6vw 0;
        font-size: 1.2rem;
        top: 0;
    }

    .l-topicPath ol {
        margin-left: 0;
    }


    /* l-content
---------------------------------------------------------------------------- */
    .l-content {
        width: 100%;
    }

    .l-wrap {
        width: 100%;
    }

    .l-pageBody {
        /* padding-top: 16.27vw; */
    }

    .m-contact {
        margin: 16vw 0;
    }

    .m-contact-bh {
        background-size: 100%;
        width: 29.6vw;
        height: 4.67vw;
        margin: 0 auto 4.93vw;
    }

    .m-contact-text {
        font-size: 1.4rem;
        line-height: 1.5;
        letter-spacing: 0.14em;
        margin-bottom: 4.93vw;
    }

    .m-contact-btn {
        width: 88vw;
        height: 14.67vw;
    }

    .m-contact-btn a {
        width: 88vw;
        height: 14.67vw;
        padding-left: 27.6vw;
        font-size: 1.5rem;
        line-height: 14.67vw;
        background: url("../../images/common/bg_spred_arrow.png") no-repeat right 4vw center, url("../../images/common/bg_spred_contact.png") no-repeat 17.6vw center;
        background-size: 2.13vw auto, 5.33vw auto;
        background-color: #d21919;
    }

    .l-localnav{
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 15.73vw;
    }

    .l-localnav-bh{
        height: 15.73vw;
        line-height: 15.73vw;
        padding-left: 6vw;
    }

    .l-localnav-list li a{
        height: 12vw;
        border-bottom: 1px solid #f2f2f2;
        line-height: 12vw;
        padding-left: 6vw;
        background: url("../../images/common/hd_spmenulist.png") no-repeat right 4vw center;
        background-size: 2.4vw auto;
    }

    .l-localnav-list li.is-active a{
        background-image: none;
        background-color: #fae8e8;
        border-color: #fae8e8;
    }
    
    

    /* footer
---------------------------------------------------------------------------- */
    .l-pagetop a {
        width: 4vw;
        height: 23.73vw;
        background-size: 100%;
    }

    footer {
        width: 100%;
        height: auto;
    }

    .l-fNav {
        width: 100%;
        height: auto;
    }

    #f-logo {
        width: 11.07vw;
        height: 14.13vw;
        margin: 7.87vw 0 0 18.5vw;
    }

    #f-logo a {
        background-size: 100%;
        width: 11.07vw;
        height: 14.13vw;
    }

    #f-name {
        margin: 12.2vw 0 0 3.07vw;
        line-height: 1.5em;
    }

    .l-fNav ul {
        clear: both;
        float: none;
        margin: 0 6vw;
        padding: 8vw 0 5.33vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .l-fNav ul li {
        width: 41.33vw;
        border-top: 1px solid #acacac;
        padding-left: 5.6vw;
        margin-right: 0;
        font-size: 1.3rem;
        line-height: 11.47vw;
        background-size: 3.47vw;
    }

    .l-fNav ul li.l-fNavContact {
        display: block;
    }

    .l-fNavSub {
        height: auto;
    }

    .l-fNavSub ul {
        float: none;
        margin: 0 23.07vw 5.07vw;
        justify-content: space-between;
    }

    .l-fNavSub ul li {
        font-size: 1.2rem;
        margin-right: 0;
    }

    #f-copy {
        float: none;
        margin: 0;
        padding: 0 0 3.47vw;
        font-size: 1.2rem;
        text-align: center;
    }

}

/* Smartphone Styles END */