* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: unset;
    color: #ffffff;
}

html { scroll-padding-top: 85px; }

.common-head {
    position: fixed;
    width: 100%;
    height: 85px;
    background-color: rgba(255, 255, 255, 1);
    top: 0;
    left: 0;
    z-index: 1001;
}

.head-sty {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 60px;
}

.sp-menu,.common-menu-sp {
    display: none;
}

.common-logo {
    width: 146px;
}

.common-menu {
    width: 45%;
}

.common-menu ul,.foot-menu ul,.foot-last ul,.common-menu-sp ul{
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.common-menu ul a,.foot-menu ul a,.foot-last ul a,.foot-last ul div,.common-menu-sp ul a{
    display: flex;
    color: #000000;
    font-weight: bold;
    font-size: 18px;
    align-items: center;
}

.common-menu ul a:hover,.foot-menu ul a:hover,.foot-last ul a:hover {
    color: #E50013;
}

.global-logo {
    width: 22px;
    margin-right: 4px;
}

.common-foot {
    width: 100%;
    background-image: url('/img/foot-pic.png');
    background-size: contain;
    height: 308px;
    overflow: hidden;
}

.foot-sty {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 100px;
}

.foot-left {
    width: 50%;
    display: flex;
    justify-content: space-between;
}

.foot-map {
    display: block;
    width: 23%;
    margin-right: 20px;
}

.foot-map img {
    width: 100%;
}

.foot-left .foot-dec {
    flex: 1;
}

.dec-first {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 8px;
    line-height: 24px;
}

.dec-sec,.btn-go,.dec-telmail {
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #000000;
    line-height: 24px;
}

.dec-telmail {
    display: inline-flex;
}

.btn-go {
    margin-top: 10px;
    display: inline-block;
    padding: 6px 18px;
    border-radius: 20px;
    background-color: #E50013;
    line-height: 20px;
}

.foot-icon {
    width: 16px;
    margin-right: 4px;
}

.btn-sty {
    color: #ffffff;
    display: flex;
    align-items: center;
}

.btn-sty .foot-icon {
    margin-left: 5px;
    margin-right: unset;
}

.foot-right {
    width: 40%;
    padding-top: 3%;
}

.foot-last {
    margin-top: 20px;
}

.foot-last ul {
    justify-content: right;
}

.foot-last ul a, .foot-last ul div {
    color: #70727B;
    font-size: 14px;
}

.foot-last ul li {
    margin-right: 20px;
}

.foot-last ul li:last-child {
    margin-right: unset;
    margin-left: 20px;
}

.content {
    margin-top: 95px;
}

.lazy {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.loaded {
    opacity: 1;
}
.wl-black-icon,.wl-icon {
    width: 20px !important;
    margin-left: 10px;
}

@media screen and (max-width:1610px) and (min-width:1367px) {
    .foot-sty {
        margin: 0 80px;
    }
    .common-menu {
        width: 55%;
    }

    .dec-first {
        font-size: 20px;
    }

    .foot-right {
        width: 47%;
    }
    
}

@media screen and (max-width:1366px) and (min-width:1280px) {

    .dec-first {
        font-size: 18px;
    }

    .foot-sty {
        margin: 0 60px;
    }

    .foot-left {
        width: 52%;
    }

    .common-menu {
        width: 55%;
    }

    .foot-right {
        width: 50%;
    }
}

@media screen and (max-width:1279px) and (min-width:992px) {

    .dec-first {
        font-size: 16px;
    }

    .foot-sty {
        margin: 0 30px;
    }

    .foot-left {
        width: 58%;
    }

    .common-menu {
        width: 70%;
    }

    .foot-right {
        width: 42%;
    }

    .foot-menu ul a {
        font-size: 14px;
    }

    .foot-last ul a,.foot-last ul div,.dec-sec {
        font-size: 12px;
    }
}

@media screen and (max-width:991px) {
    html { scroll-padding-top: 60px; }

    .common-head {
        height: 60px;
    }

    .common-foot {
        height: 275px;
        background-image: url('/img/foot-sp.jpg');
    }

    .common-logo {
        width: 100px;
    }

    .head-sty {
        margin: 0 20px;
    }

    .sp-menu {
        display: block;
        width: 20px;
    }

    .common-menu,.foot-map,.foot-menu {
        display: none;
    }

    .foot-sty {
        height: auto;
        flex-direction: column;
        margin: 0 30px;
        padding: 35px 0;
        justify-content: unset;
    }

    .foot-left,.foot-right {
        width: 100%;
    }
    
    .foot-last ul {
        justify-content: unset;
    }

    .foot-last ul a,.foot-last ul div {
        font-size: 10px;
    }

    .dec-first {
        font-size: 14px;
        text-wrap: nowrap;
        line-height: 20px;
    }

    .dec-sec,.btn-go,.dec-telmail {
        font-size: 12px;
        text-wrap: nowrap;
        line-height: 18px;
    }

    .common-menu-sp {
        display: none;
        position: absolute;
        height: calc(100vh - 60px);
        top: 60px;
        width: 100%;
        background-color: #F2F2F2;
    }

    .common-menu-sp ul {
        flex-direction: column;
        padding: 0 20px;
    }

    .common-menu-sp ul a {
        font-size: 16px;
    }

    .common-menu-sp ul li {
        width: 100%;
        padding: 20px 0 20px 10px;
        border-bottom: 1px solid #dadbdd;
    }

    .global-logo {
        width: 18px;
        height: 18px;
    }
}

@media screen and (max-width:376px) {
    .dec-first {
        font-size: 12px;
        text-wrap: nowrap;
        line-height: 18px;
    }

    .dec-sec,.btn-go,.dec-telmail {
        font-size: 10px;
        text-wrap: nowrap;
        line-height: 16px;
    }

    .foot-sty {
        margin: 0 20px;
    }
}