
/* footer */
.footer {
    position: relative;
    width: 100%;
    margin-top: 50px;
    background-image: url(../img/pc/footer_bg.png.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: #0b295e;
    color: #fff;
    font-size: 16px;
}

.footer-top {
    width: 1000px;
    margin: 0 auto;
    transform: translateY(-85px);
}

.footer-head {
    width: 430px;
    margin: 0 auto;
    color: #fff;
    background-color: #0b295e;
    transform: translateY(-135px);
}

.footer-company-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
   width: 850px;
    margin: -40px auto 55px;
}

.footer-company-details-img {
    padding-right: 20px;
    /*width: 190px;*/
}
.footer-company-details-img {
    width: 359px;
}
.footer-company-details-list {
    width: 480px;
    border-top: 1px solid #97a8b3;
}

.footer-company-details-item {
    display: flex;
    border-bottom: 1px solid #97a8b3;
    padding: 20px;
}

.footer-company-details-item-left {
    font-weight: bold;
    width: 190px;
    flex: 0 0 auto;
}

.footer-area-list {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-area-box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 330px;
    margin-bottom: 70px;
    padding: 0 50px;
    box-sizing: border-box;
    line-height: 1.8;
    border-right: 1px solid #97a8b3;
}

.footer-area-box:nth-child(3n) {
    border: none;
}

.footer-area-box-details-head {
    font-weight: bold;
    margin-bottom: 1em;
}

.footer-area-box-details-txt {
    line-height: 2.2;
}

.footer-service-list {
    width: 890px;
    margin: 75px auto;
    display: flex;
    justify-content: space-between;
    margin-top: 0;
}

.footer-service-box {
    width: 380px;
}

.footer-service-box-head {
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.footer-link-list {
    display: flex;
    justify-content: center;
}

.footer-link-item {
    padding: 0 25px;
    border-right: 1px solid #97a8b3;
}

.footer-link-item:last-child {
    border: none;
}

.footer-copy {
    width: 1000px;
    margin: 25px auto 0;
    padding: 55px 0;
    text-align: center;
    color: #486495;
    border-top: 1px solid #163773;
}
.footer-head.sec-common-head {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    color: #ffffff;
}
.sec-common-head-top {
    font-size: 24px;
    color: #1861c0;
}


@media (max-width: 1500px) {
    .footer {
        margin-top: calc(50vw / 1500 * 100);
        font-size: calc(16vw / 1500 * 100);
        background-image: none;
    }

    .footer-top {
        width: calc(1000vw / 1500 * 100);
        transform: translateY(calc(-85vw / 1500 * 100));
    }

    .footer-head {
        width: calc(430vw / 1500 * 100);
        transform: translateY(calc(-135vw / 1500 * 100));
    }

    .footer-company-details {
           width: calc(870vw / 1500 * 100);
        margin: calc(-40vw / 1500 * 100) auto calc(55vw / 1500 * 100);
    }

    .footer-company-details-img {
       width: calc(364vw / 1500 * 100);
    }

    .footer-company-details-list {
        width: calc(480vw / 1500 * 100);
        border-top: calc(1vw / 1500 * 100) solid #97a8b3;
    }

    .footer-company-details-item {
        border-bottom: calc(1vw / 1500 * 100) solid #97a8b3;
        padding: calc(20vw / 1500 * 100);
    }

    .footer-company-details-item-left {
        width: calc(190vw / 1500 * 100);
    }

    .footer-area-list {
        width: calc(1000vw / 1500 * 100);
    }

    .footer-area-box {
        width: calc(330vw / 1500 * 100);
        margin-bottom: calc(70vw / 1500 * 100);
        padding: 0 calc(50vw / 1500 * 100);
        border-right: calc(1vw / 1500 * 100) solid #97a8b3;
    }

    .footer-service-list {
        width: calc(890vw / 1500 * 100);
        margin: calc(75vw / 1500 * 100) auto;
        margin-top: 0;
    }

    .footer-service-box {
        width: calc(380vw / 1500 * 100);
    }

    .footer-service-box-head {
        margin-bottom: calc(15vw / 1500 * 100);
    }

    .footer-link-item {
        padding: 0 calc(25vw / 1500 * 100);
        border-right: calc(1vw / 1500 * 100) solid #97a8b3;
    }

    .footer-copy {
        width: calc(1000vw / 1500 * 100);
        margin: calc(25vw / 1500 * 100) auto 0;
        padding: calc(55vw / 1500 * 100) 0;
        border-top: calc(1vw / 1500 * 100) solid #163773;
    }
}

@media (max-width: 750px) {
    .footer {
        margin-top: calc(50vw / 750 * 100);
        font-size: calc(22vw / 750 * 100);
    }

    .footer-top {
        width: 100%;
        transform: none;
    }

    .footer-head {
        width: calc(430vw / 750 * 100);
        transform: translateY(calc(-50vw / 750 * 100));
    }

    .footer-company-details {
        width: calc(690vw / 750 * 100);
        margin: calc(50vw / 750 * 100) auto calc(55vw / 750 * 100);
    }

    .footer-company-details-img {
       /* width: calc(190vw / 750 * 100);*/
       width:100%;
       text-align:center;
       margin-right:0;
       margin-left:10px;
       padding-bottom: 20px;
    }

    .footer-company-details-list {
        /*width: calc(480vw / 750 * 100);*/
        width:100%;
        border-top: calc(1vw / 750 * 100) solid #97a8b3;
    }

    .footer-company-details-item {
        border-bottom: calc(1vw / 750 * 100) solid #97a8b3;
        padding: calc(15vw / 750 * 100) calc(20vw / 750 * 100);
    }

    .footer-company-details-item-left {
        width: calc(190vw / 750 * 100);
    }

    .footer-area-list {
        width: calc(690vw / 750 * 100);
        border-top: calc(1vw / 750 * 100) solid #97a8b3;
    }

    .footer-area-box {
        display: block;
        width: calc(690vw / 750 * 100);
        margin-bottom: 0;
        padding: calc(35vw / 750 * 100) 0;
        border-right: none;
        border-bottom: calc(1vw / 750 * 100) solid #97a8b3;
    }

    .footer-area-box:nth-child(3n) {
        border-bottom: calc(1vw / 750 * 100) solid #97a8b3;
    }

    .footer-area-box-details {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer-area-box-details-head {
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc(275vw / 750 * 100);
        margin: auto;
    }

    .have-map .footer-area-box-details-head {
        transform: translateY(calc(20vw / 750 * 100));
    }

    .footer-area-box-details-txt {
        width: calc(415vw / 750 * 100);
    }

    .footer-area-box-btn {
        width: calc(299vw / 750 * 100);
        margin-right: 0;
        margin-left: auto;
    }

    .footer-service-list {
        width: calc(690vw / 750 * 100);
        margin: calc(95vw / 750 * 100) auto calc(110vw / 750 * 100);
        flex-wrap:wrap;
    }

    .footer-service-box {
        width: calc(335vw / 750 * 100);
        margin-bottom: 10px;
    }

    .footer-service-box-head {
        margin-bottom: calc(15vw / 750 * 100);
    }

    .footer-link-item {
        padding: 0 calc(25vw / 750 * 100);
        border-right: calc(1vw / 750 * 100) solid #97a8b3;
    }

    .footer-copy {
        width: auto;
        margin: calc(25vw / 750 * 100) auto 0;
        padding: calc(25vw / 750 * 100) 0 calc(75vw / 750 * 100);
        border: none;
    }
    .footer-company-details{
        display:block;
    }
    
.sec-common-head {
    font-size: calc(50vw / 750 * 100);
}
.sec-common-head-top {
    font-size: calc(24vw / 750 * 100);
    color: #1861c0;
}
.footer-head.sec-common-head {
    font-size: 8vw;
}
}

.yymmdd{
    font-size: 12px;
    margin-top:10px;
    text-align:right;
    color: #aebfcd;
}
}
