@charset "UTF-8";

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Layout
━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.l_wrap {
    min-width: 976px;
    padding-top: 143px;
}

.l_wrap.is_drawerOpen {
    height: 100vh;
    overflow: hidden;
}

.l_wrap.is_drawerOpen .l_header_overlay {
    display: block;
}

.l_wrap.is_drawerOpen .l_header_menuBtn_inner span:first-child {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.l_wrap.is_drawerOpen .l_header_menuBtn_inner span:nth-child(2) {
    display: none;
}

.l_wrap.is_drawerOpen .l_header_menuBtn_inner span:last-child {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.l_header {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

.l_header.is_scrollDown .l_header_nav {
    margin-top: -48px;
}

.l_header_top {
    background-color: #fff;
    border-top: 4px solid #a0100a;
    padding: 0 12px;
    position: relative;
    z-index: 1;
}

.l_header_top_inner {
    margin: 0 auto;
    padding: 16px 0;
    width: 952px;
}

.l_header_nav {
    background-color: #f0f0f0;
    margin-top: 0;
    padding: 0 12px;
    transition: margin-top .3s;
}

.l_header_nav_inner {
    margin: 0 auto;
    max-width: 952px;
}

.l_header_menu {
    display: flex;
    height: 100%;
    height: 48px;
    justify-content: space-between;
    margin-bottom: 0;
}

.l_header_menu > li {
    height: 100%;
}

.l_header_menu > li.is_current {
    position: relative;
}

.l_header_menu > li.is_current:after {
    background-color: #a0100a;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    widows: 100%;
}

.l_header_menu > li.is_current > a.l_header_menu_link {
    color: #a0100a;
}

.l_header_menu_link {
    align-items: center;
    color: #000;
    display: flex;
    font-weight: bold;
    height: 100%;
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px;
    text-decoration: none;
}

.l_header_row {
    display: flex;
}

.l_header_logo_txt {
    display: block;
    font-weight: normal;
    margin-bottom: 0;
}

.l_header_logo_img {
    height: auto;
    width: 254px;
}

.l_header_cv {
    margin-left: auto;
}

.l_header_cv_inner {
    display: flex;
    margin-left: auto;
}

.l_header_tel {
    font-weight: bold;
    line-height: 1.2;
    text-align: right;
}

.l_header_tel_number {
    color: #000;
    display: inline-block;
    font-size: 2.6rem;
    margin-bottom: 0;
    padding-left: 32px;
    pointer-events: none;
    position: relative;
    text-decoration: none;
}

.l_header_tel_number:before {
    background-image: url(../img/common/ic_telephone01.svg);
    background-size: 28px;
    bottom: 0;
    content: "";
    display: block;
    height: 28px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 28px;
}

.l_header_tel_info {
    margin-bottom: 0;
}

.l_header_btns {
    display: flex;
    margin-bottom: 0;
    margin-left: 16px;
}

.l_header_btns > li {
    margin-right: 8px;
}

.l_header_btns > li.is_pcHide {
    display: none;
}

.l_header_btns > li:last-child {
    margin-right: 0;
}

.l_header_btn {
    color: transparent;
    display: block;
    height: 59px;
    text-indent: -99999px;
}

.l_header_btn.l_header_btn__tel {
    display: none;
}

.l_header_btn.l_header_btn__contact {
    background: url(../img/common/btn_header_contact01.png) no-repeat;
    width: 114px;
}

.l_header_btn.l_header_btn__assess {
    background: url(../img/common/btn_header_assess01.png) no-repeat;
    width: 154px;
}

.l_header_menuBtn {
    display: none;
}

.l_header_menuBtn_inner {
    display: block;
    height: 19px;
    position: relative;
    width: 24px;
}

.l_header_menuBtn_inner span {
    background-color: #333;
    bottom: 0;
    display: block;
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.l_header_menuBtn_inner span:first-child {
    bottom: auto;
}

.l_header_menuBtn_inner span:last-child {
    top: auto;
}

.l_header_overlay {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    display: none;
    left: 0;
    margin-bottom: 0;
    position: fixed;
    right: 0;
    top: 61px;
}

.l_header_drawer {
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.l_header_drawer > li {
    border-bottom: 1px solid #5c5c5c;
}

.l_header_drawer > li:last-child {
    border-bottom: none;
}

.l_header_drawer_link {
    background-color: #333;
    color: #fff;
    display: block;
    padding: 20px 12px;
    position: relative;
    text-decoration: none;
}

.l_header_drawer_link:after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    margin: auto;
    position: absolute;
    right: 16px;
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 10px;
}

.l_footer {
    background-color: #e6e6e6;
    border-top: 4px solid #a0100a;
    padding: 0 12px;
}

.l_footer_inner {
    margin: 0 auto;
    width: 952px;
}

.l_footer_area {
    border-top: 1px solid #ccc;
    margin-left: -12px;
    margin-right: -12px;
    padding: 32px 12px;
    padding-left: 12px;
    padding-right: 12px;
}

.l_footer_area.l_footer_area__type2 {
    background-color: #ccc;
}

.l_footer_area2 {
    padding: 24px 0;
}

.l_footer_backTop {
    color: #000;
    display: block;
    font-weight: bold;
    line-height: 1;
    padding: 16px 0;
    text-align: center;
    text-decoration: none;
}

.l_footer_backTop_icon {
    background: url(../img/common/ic_circleArrowTop01.png) no-repeat;
    background-size: 100%;
    display: block;
    height: 24px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    width: 24px;
}

.l_footer_top {
    display: flex;
    justify-content: space-between;
}

.l_footer_top_col {
    width: 25%;
}

.l_footer_top_col + .l_footer_top_col {
    margin-left: 24px;
}

.l_footer_logo {
    height: auto;
    width: 186px;
}

.l_footer_nav {
    margin-bottom: 0;
}

.l_footer_nav > li {
    margin-bottom: 12px;
}

.l_footer_nav > li:last-child {
    margin-bottom: 0;
}

.l_footer_nav2 {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

.l_footer_nav2 > li {
    border-right: 1px solid #000;
    line-height: 1;
    padding: 0 8px;
}

.l_footer_nav2 > li:last-child {
    border-right: 0;
}

.l_footer_link {
    color: #000;
    text-decoration: none;
}

.l_footer_banners {
    margin-bottom: 0;
}

.l_footer_banners > li {
    margin-bottom: 16px;
}

.l_footer_banners > li:last-child {
    margin-bottom: 0;
}

.l_footer_banner {
    height: auto;
    width: 100%;
}

.l_footer_about {
    display: flex;
}

.l_footer_about_col {
    padding-right: 28px;
    width: 367px;
}

.l_footer_about_col2 {
    border-left: 1px solid #aaa;
    flex: 1;
    padding-left: 30px;
}

.l_footer_about_col2 > *:last-child {
    margin-bottom: 0;
}

.l_footer_about_info {
    margin-bottom: 0;
}

.l_footer_about_info > dt {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.l_footer_about_info + .l_footer_about_info {
    margin-top: 16px;
}

.l_footer_about_txt {
    margin-bottom: 0;
}

.l_footer_copy {
    align-items: center;
    background-color: #333;
    color: #fff;
    display: flex;
    height: 40px;
    justify-content: center;
    margin-left: -12px;
    margin-right: -12px;
    padding: 0 12px;
}

.l_footer_copy a {
    color: #fff;
    text-decoration: none; 
}

.l_footer_copy a:hover {
    color: #a0100a;
    text-decoration: underline;
}

.l_content_inner {
    display: flex;
    margin: 0 auto;
    margin-bottom: 48px;
    padding-top: 48px;
    width: 952px;
}

.l_content_main {
    width: 624px;
}

.l_content_main > *:last-child {
    margin-bottom: 0;
}

.l_content_side {
    flex: 1;
    margin-right: 32px;
}

.l_content_side > *:last-child {
    margin-bottom: 0;
}

.l_content_side.l_content_side__type2 {
    margin-left: 32px;
    margin-right: 0;
}

.l_breadcrumb {
    border-top: 1px solid #ccc;
    padding: 8px 12px;
}

.l_breadcrumb_list {
    margin: 0 auto;
    margin-bottom: 0;
    width: 952px;
}

.l_breadcrumb_list > li {
    display: inline-block;
    padding-right: 24px;
    position: relative;
}

.l_breadcrumb_list > li:after {
    border-right: 1px solid #6c6c6c;
    border-top: 1px solid #6c6c6c;
    bottom: 0;
    content: "";
    display: block;
    height: 8px;
    margin: auto;
    position: absolute;
    right: 10px;
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 8px;
}

.l_breadcrumb_list > li:last-child {
    padding-right: 0;
}

.l_breadcrumb_list > li:last-child:after {
    display: none;
}

.l_breadcrumb_list > li > a {
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .l_header_menu_link:hover {
        color: #a0100a;
        text-decoration: none;
    }

    .l_header_btn.l_header_btn__contact:hover {
        background-position: center bottom;
    }

    .l_header_btn.l_header_btn__assess:hover {
        background-position: center bottom;
    }

    .l_footer_backTop:hover {
        opacity: .8;
        text-decoration: none;
    }

    .l_footer_link:hover {
        text-decoration: underline;
    }

    .l_footer_banner:hover {
        opacity: .8;
    }
}

@media screen and (max-width: 767px) {
    .l_wrap {
        min-width: 320px;
        padding-top: 153px;
    }

    .l_header.is_scrollDown .l_header_top {
        margin-top: -63px;
    }

    .l_header.is_scrollDown .l_header_logo {
        box-shadow: none;
    }

    .l_header_top {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
        transition: margin-top .3s;
    }

    .l_header_top_inner {
        padding: 0;
        width: 100%;
    }

    .l_header_nav {
        display: none;
        left: 0;
        position: absolute;
        right: 0;
        top: 63px;
    }

    .l_header_nav_inner {
        width: 100%;
    }

    .l_header_menu {
        display: block;
        height: auto;
        width: 100%;
    }

    .l_header_row {
        display: block;
    }

    .l_header_logo {
        box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
        height: 57px;
        padding: 8px 12px;
        position: relative;
        transition: box-shadow .5s;
    }

    .l_header_logo_txt {
        font-size: 1rem;
        margin-bottom: 4px;
    }

    .l_header_logo_img {
        width: 153px;
    }

    .l_header_cv {
        background-color: #f0f0f0;
        min-width: 320px;
    }

    .l_header_cv_inner {
        align-items: center;
        flex-flow: column-reverse;
        height: 92px;
        justify-content: center;
        margin: 0 auto;
        max-width: 375px;
        padding: 12px;
    }

    .l_header_tel {
        margin-top: 8px;
        text-align: left;
        width: 100%;
    }

    .l_header_tel_number {
        display: none;
    }

    .l_header_tel_number:before {
        display: none;
    }

    .l_header_tel_info {
        font-size: 1rem;
    }

    .l_header_btns {
        margin-left: 0;
        max-width: 351px;
        width: 100%;
    }

    .l_header_btns > li {
        flex: 1;
        margin-right: 2px;
    }

    .l_header_btns > li.is_pcHide {
        display: block;
    }

    .l_header_btn {
        height: 51px;
    }

    .l_header_btn.l_header_btn__tel {
        background: url(../img/common/btn_header_tel01_sp.png) no-repeat center;
        background-size: contain;
        display: block;
        width: auto;
    }

    .l_header_btn.l_header_btn__contact {
        background: url(../img/common/btn_header_contact01_sp.png) no-repeat center;
        background-size: contain;
        width: auto;
    }

    .l_header_btn.l_header_btn__assess {
        background: url(../img/common/btn_header_assess01_sp.png) no-repeat center;
        background-size: contain;
        width: auto;
    }

    .l_header_menuBtn {
        bottom: 0;
        display: block;
        height: 29px;
        margin: auto;
        padding: 5px 4px;
        position: absolute;
        right: 12px;
        top: 0;
        width: 32px;
    }

    .l_footer_inner {
        width: 100%;
    }

    .l_footer_area {
        padding-bottom: 24px;
        padding-top: 24px;
    }

    .l_footer_area2 {
        padding: 16px 0;
    }

    .l_footer_backTop {
        font-size: 1.2rem;
        padding: 12px 0;
    }

    .l_footer_backTop_icon {
        margin-bottom: 4px;
    }

    .l_footer_top {
        display: block;
    }

    .l_footer_top_col {
        width: 100%;
    }

    .l_footer_top_col + .l_footer_top_col {
        margin-left: 0;
        margin-top: 32px;
    }

    .l_footer_top_col + .l_footer_top_col.l_footer_top_col__btSp {
        border-top: 1px solid #ccc;
        margin-top: 16px;
        padding-top: 16px;
    }

    .l_footer_nav2 > li {
        font-size: 1.2rem;
        padding: 0 7px;
    }

    .l_footer_banners {
        display: flex;
        justify-content: space-between;
    }

    .l_footer_banners > li {
        flex: 1;
        margin-bottom: 0;
        margin-right: 13px;
    }

    .l_footer_banners > li:last-child {
        margin-right: 0;
    }

    .l_footer_about {
        display: block;
    }

    .l_footer_about_col {
        padding-right: 0;
        width: 100%;
    }

    .l_footer_about_col2 {
        border-left: none;
        border-top: 1px solid #aaa;
        margin-top: 16px;
        padding-left: 0;
        padding-top: 16px;
    }

    .l_footer_about_info > dt {
        margin-bottom: 4px;
    }

    .l_footer_about_info > dd {
        font-size: 1.2rem;
    }

    .l_footer_about_txt {
        font-size: 1.2rem;
    }

    .l_content_inner {
        flex-flow: column;
        margin-left: 12px;
        margin-right: 12px;
        order: 1;
        padding-top: 32px;
        width: auto;
    }

    .l_content_main {
        margin-bottom: 48px;
        width: auto;
    }

    .l_content_side {
        margin-right: 0;
        order: 2;
    }

    .l_content_side.l_content_side__type2 {
        margin-left: 0;
    }

    .l_breadcrumb_list {
        width: auto;
    }
}
