@charset "UTF-8";
[data-wordcount="1"] {
    max-height: calc(2em * 1);
    overflow: hidden;
    position: relative;
    text-align: justify;
    text-overflow: ellipsis;
    margin: 0;
}

@supports (-webkit-line-clamp: 3) {
    [data-wordcount="1"] {
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
}

[data-wordcount-sp="1"] {
    max-height: calc(2em * 1);
    overflow: hidden;
    position: relative;
    text-align: justify;
    text-overflow: ellipsis;
    margin: 0;
}

@supports (-webkit-line-clamp: 3) {
    [data-wordcount-sp="1"] {
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
}

@media sm {
    [data-wordcount-pc="1"] {
        max-height: calc(2em * 1);
        overflow: hidden;
        position: relative;
        text-align: justify;
        text-overflow: ellipsis;
        margin: 0;
    }
    @supports (-webkit-line-clamp: 3) {
        [data-wordcount-pc="1"] {
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            display: -webkit-box;
        }
    }
}

[data-wordcount="2"] {
    max-height: calc(2em * 2);
    overflow: hidden;
    position: relative;
    text-align: justify;
    text-overflow: ellipsis;
    margin: 0;
}

@supports (-webkit-line-clamp: 3) {
    [data-wordcount="2"] {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
}

[data-wordcount-sp="2"] {
    max-height: calc(2em * 2);
    overflow: hidden;
    position: relative;
    text-align: justify;
    text-overflow: ellipsis;
    margin: 0;
}

@supports (-webkit-line-clamp: 3) {
    [data-wordcount-sp="2"] {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
}

@media sm {
    [data-wordcount-pc="2"] {
        max-height: calc(2em * 2);
        overflow: hidden;
        position: relative;
        text-align: justify;
        text-overflow: ellipsis;
        margin: 0;
    }
    @supports (-webkit-line-clamp: 3) {
        [data-wordcount-pc="2"] {
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
        }
    }
}

[data-wordcount="3"] {
    max-height: calc(2em * 3);
    overflow: hidden;
    position: relative;
    text-align: justify;
    text-overflow: ellipsis;
    margin: 0;
}

@supports (-webkit-line-clamp: 3) {
    [data-wordcount="3"] {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
}

[data-wordcount-sp="3"] {
    max-height: calc(2em * 3);
    overflow: hidden;
    position: relative;
    text-align: justify;
    text-overflow: ellipsis;
    margin: 0;
}

@supports (-webkit-line-clamp: 3) {
    [data-wordcount-sp="3"] {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
}

@media sm {
    [data-wordcount-pc="3"] {
        max-height: calc(2em * 3);
        overflow: hidden;
        position: relative;
        text-align: justify;
        text-overflow: ellipsis;
        margin: 0;
    }
    @supports (-webkit-line-clamp: 3) {
        [data-wordcount-pc="3"] {
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            display: -webkit-box;
        }
    }
}

[data-wordcount="4"] {
    max-height: calc(2em * 4);
    overflow: hidden;
    position: relative;
    text-align: justify;
    text-overflow: ellipsis;
    margin: 0;
}

@supports (-webkit-line-clamp: 3) {
    [data-wordcount="4"] {
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
}

[data-wordcount-sp="4"] {
    max-height: calc(2em * 4);
    overflow: hidden;
    position: relative;
    text-align: justify;
    text-overflow: ellipsis;
    margin: 0;
}

@supports (-webkit-line-clamp: 3) {
    [data-wordcount-sp="4"] {
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
}

@media sm {
    [data-wordcount-pc="4"] {
        max-height: calc(2em * 4);
        overflow: hidden;
        position: relative;
        text-align: justify;
        text-overflow: ellipsis;
        margin: 0;
    }
    @supports (-webkit-line-clamp: 3) {
        [data-wordcount-pc="4"] {
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            display: -webkit-box;
        }
    }
}

[data-wordcount="5"] {
    max-height: calc(2em * 5);
    overflow: hidden;
    position: relative;
    text-align: justify;
    text-overflow: ellipsis;
    margin: 0;
}

@supports (-webkit-line-clamp: 3) {
    [data-wordcount="5"] {
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
}

[data-wordcount-sp="5"] {
    max-height: calc(2em * 5);
    overflow: hidden;
    position: relative;
    text-align: justify;
    text-overflow: ellipsis;
    margin: 0;
}

@supports (-webkit-line-clamp: 3) {
    [data-wordcount-sp="5"] {
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
}

@media sm {
    [data-wordcount-pc="5"] {
        max-height: calc(2em * 5);
        overflow: hidden;
        position: relative;
        text-align: justify;
        text-overflow: ellipsis;
        margin: 0;
    }
    @supports (-webkit-line-clamp: 3) {
        [data-wordcount-pc="5"] {
            -webkit-line-clamp: 5;
            -webkit-box-orient: vertical;
            display: -webkit-box;
        }
    }
}

[data-wordcount="6"] {
    max-height: calc(2em * 6);
    overflow: hidden;
    position: relative;
    text-align: justify;
    text-overflow: ellipsis;
    margin: 0;
}

@supports (-webkit-line-clamp: 3) {
    [data-wordcount="6"] {
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
}

[data-wordcount-sp="6"] {
    max-height: calc(2em * 6);
    overflow: hidden;
    position: relative;
    text-align: justify;
    text-overflow: ellipsis;
    margin: 0;
}

@supports (-webkit-line-clamp: 3) {
    [data-wordcount-sp="6"] {
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
}

@media sm {
    [data-wordcount-pc="6"] {
        max-height: calc(2em * 6);
        overflow: hidden;
        position: relative;
        text-align: justify;
        text-overflow: ellipsis;
        margin: 0;
    }
    @supports (-webkit-line-clamp: 3) {
        [data-wordcount-pc="6"] {
            -webkit-line-clamp: 6;
            -webkit-box-orient: vertical;
            display: -webkit-box;
        }
    }
}

[data-wordcount="7"] {
    max-height: calc(2em * 7);
    overflow: hidden;
    position: relative;
    text-align: justify;
    text-overflow: ellipsis;
    margin: 0;
}

@supports (-webkit-line-clamp: 3) {
    [data-wordcount="7"] {
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
}

[data-wordcount-sp="7"] {
    max-height: calc(2em * 7);
    overflow: hidden;
    position: relative;
    text-align: justify;
    text-overflow: ellipsis;
    margin: 0;
}

@supports (-webkit-line-clamp: 3) {
    [data-wordcount-sp="7"] {
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
}

@media sm {
    [data-wordcount-pc="7"] {
        max-height: calc(2em * 7);
        overflow: hidden;
        position: relative;
        text-align: justify;
        text-overflow: ellipsis;
        margin: 0;
    }
    @supports (-webkit-line-clamp: 3) {
        [data-wordcount-pc="7"] {
            -webkit-line-clamp: 7;
            -webkit-box-orient: vertical;
            display: -webkit-box;
        }
    }
}

[data-wordcount="8"] {
    max-height: calc(2em * 8);
    overflow: hidden;
    position: relative;
    text-align: justify;
    text-overflow: ellipsis;
    margin: 0;
}

@supports (-webkit-line-clamp: 3) {
    [data-wordcount="8"] {
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
}

[data-wordcount-sp="8"] {
    max-height: calc(2em * 8);
    overflow: hidden;
    position: relative;
    text-align: justify;
    text-overflow: ellipsis;
    margin: 0;
}

@supports (-webkit-line-clamp: 3) {
    [data-wordcount-sp="8"] {
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
}

@media sm {
    [data-wordcount-pc="8"] {
        max-height: calc(2em * 8);
        overflow: hidden;
        position: relative;
        text-align: justify;
        text-overflow: ellipsis;
        margin: 0;
    }
    @supports (-webkit-line-clamp: 3) {
        [data-wordcount-pc="8"] {
            -webkit-line-clamp: 8;
            -webkit-box-orient: vertical;
            display: -webkit-box;
        }
    }
}

[data-wordcount="9"] {
    max-height: calc(2em * 9);
    overflow: hidden;
    position: relative;
    text-align: justify;
    text-overflow: ellipsis;
    margin: 0;
}

@supports (-webkit-line-clamp: 3) {
    [data-wordcount="9"] {
        -webkit-line-clamp: 9;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
}

[data-wordcount-sp="9"] {
    max-height: calc(2em * 9);
    overflow: hidden;
    position: relative;
    text-align: justify;
    text-overflow: ellipsis;
    margin: 0;
}

@supports (-webkit-line-clamp: 3) {
    [data-wordcount-sp="9"] {
        -webkit-line-clamp: 9;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
}

@media sm {
    [data-wordcount-pc="9"] {
        max-height: calc(2em * 9);
        overflow: hidden;
        position: relative;
        text-align: justify;
        text-overflow: ellipsis;
        margin: 0;
    }
    @supports (-webkit-line-clamp: 3) {
        [data-wordcount-pc="9"] {
            -webkit-line-clamp: 9;
            -webkit-box-orient: vertical;
            display: -webkit-box;
        }
    }
}

/* ヘッダー */
.l-header {
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 50;
    width: 100%;
    border-bottom: 1px solid #4e4848;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.6s -webkit-transform;
    transition: 0.6s -webkit-transform;
    transition: 0.6s transform;
    transition: 0.6s transform, 0.6s -webkit-transform;
}

@media only screen and (min-width: 1230px) {
    .l-header {
        border-bottom: 3px solid #4e4848;
    }
}

.l-header.is-closed {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
}

.l-header__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 1230px) {
    .l-header__main {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 4px 10px 6px;
    }
}

.l-header__main.-simple {
    padding-top: 3px;
    padding-bottom: 3px;
}

@media only screen and (min-width: 1230px) {
    .l-header__main.-simple {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 4px 10px 6px;
    }
}

@media only screen and (min-width: 768px), tv, print {
    .l-header__main.-simple .m-contact.-header {
        margin-right: 35px;
    }
}

.l-header__nav {
    position: relative;
    bottom: -1px;
}

.l-header__logo {
    text-decoration: none;
    display: block;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding-left: 5px;
}

.l-header__logo:hover {
    opacity: 0.7;
}

@media only screen and (min-width: 1230px) {
    .l-header__logo {
        -ms-flex-item-align: end;
        align-self: flex-end;
        padding-left: 0;
    }
}

.l-header__logo__img {
    width: 106px;
    height: 28px;
}

@media only screen and (min-width: 768px), tv, print {
    .l-header__logo__img {
        width: 124px;
        height: 32px;
    }
}

@media only screen and (min-width: 960px) {
    .l-header__logo__img {
        width: 164px;
        height: 43px;
    }
}

@media only screen and (min-width: 960px) {
    .l-header__logo__img {
        width: 170px;
        height: 50px;
    }
}

.l-header__submenu__boxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.l-header__submenu {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.l-header__submenu__items {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
}

.l-header__submenu__boxs > * {
    margin-left: 3px;
}

.l-header__submenu__boxs > *:first-child {
    margin-left: 0;
}

.l-header__btn-drawer img {
    display: block;
}

.l-drawer {
    position: fixed;
    z-index: 2100;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 250px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow-y: scroll;
}

@media only screen and (max-width: 360px) {
    .l-drawer {
        max-width: 300px;
    }
}

@media only screen and (min-width: 768px), tv, print {
    .l-drawer {
        display: none;
    }
}

.is-drawer-active .l-drawer {
    -webkit-transform: none;
    transform: none;
}

.l-drawer__shade {
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media only screen and (min-width: 768px), tv, print {
    .l-drawer__shade {
        display: none;
    }
}

.is-drawer-active .l-drawer__shade {
    opacity: 1;
    visibility: visible;
}

.l-drawer__close {
    outline: none;
}

.l-drawer__close img {
    display: block;
}

.l-drawer__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    top: 0;
    right: 0;
}

.l-drawer__content {
    position: absolute;
    top: 47px;
    right: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #ffffff;
    border: 1px solid #4e4848;
}

.l-drawer__content__title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    padding: 5px 15px;
    background-color: #e4e0e0;
}

.l-drawer__item {
    display: block;
    border-bottom: 1px solid #4e4848;
    position: relative;
}

.l-drawer__item:first-child {
    border-top: 1px solid #4e4848;
}

.l-drawer__link {
    padding: 10px 12px 10px 20px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    background-color: transparent;
    z-index: 3;
}

@media only screen and (min-width: 768px), tv, print {
    .l-drawer__link {
        font-size: 14px;
        font-size: 0.875rem;
    }
    .l-drawer__link:before {
        height: 14px;
    }
}

@media only screen and (min-width: 960px) {
    .l-drawer__link {
        font-size: 16px;
        font-size: 1rem;
    }
    .l-drawer__link:before {
        height: 16px;
    }
}

@media only screen and (min-width: 1230px) {
    .l-drawer__link {
        font-size: 18px;
        font-size: 1.125rem;
    }
    .l-drawer__link:before {
        height: 18px;
    }
}

.l-drawer__items.-drawer-cont .l-drawer__link {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7;
}

.l-drawer__items.has-label .l-drawer__link {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 90px;
}

.l-drawer__label {
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 2;
}

.l-drawer__contact {
    background-color: #e4e0e0;
    padding: 15px 12px 15px 8px;
}

.l-drawer__bannerbox {
    background-color: #e4e0e0;
    padding: 15px 0 25px;
}

.l-drawer__bannerbox > li {
    text-align: center;
}

.l-drawer__bannerbox > li > a {
    display: inline-block;
    max-width: 180px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.l-drawer__bannerbox > li > a:hover {
    opacity: 0.7;
}

@media only screen and (min-width: 480px) {
    .m-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.m-nav__item.is-inactive {
    display: none;
}

.m-nav__item:last-child {
    border-right: 1px solid #4e4848;
}

@media only screen and (max-width: 767.98px) {
    .m-nav__item {
        text-align: center;
    }
}

.m-nav__link {
    padding: 12px 10px;
    border-top: 1px solid #4e4848;
    border-bottom: 1px solid #4e4848;
    border-left: 1px solid #4e4848;
    text-decoration: none;
    color: #000;
    letter-spacing: 0.16em;
    -webkit-transition: 0.3s background-color;
    transition: 0.3s background-color;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
}

.m-nav__link:before {
    content: "";
    width: 5px;
    display: block;
    margin-right: 10px;
    background-color: #4e4848;
}

@media only screen and (min-width: 480px) {
    .m-nav__link {
        padding: 12px 10px;
        font-size: 14px;
        font-size: 0.875rem;
    }
    .m-nav__link:before {
        height: 14px;
    }
}

@media only screen and (min-width: 1230px) {
    .m-nav__link {
        padding: 24px 20px;
        font-size: 18px;
        font-size: 1.125rem;
    }
    .m-nav__link:before {
        height: 18px;
    }
}

.m-nav__link:hover {
    background-color: #f8f4f4;
}

.m-nav__item.is-active .m-nav__link {
    background-color: #4e4848;
    color: white;
}

.m-nav__item.is-inactive .m-nav__link {
    display: none;
}

.m-nav__link__txt {
    line-height: 1;
    letter-spacing: -0.05em;
}

.m-box {
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.m-box.-header-count {
    background-color: #504b4a;
    color: white;
    padding: 5px 7px;
    min-width: 140px;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.m-box.-header-count:hover {
    opacity: 0.7;
}

.m-box__cell {
    min-width: 40px;
    text-align: center;
    line-height: 1;
    padding: 4px 0;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 500;
}
