.footer {
    display: flex;
    flex-direction: column;
}

/* .cp-right-area */
.cp-right-area {
    border-top: 1px solid #cdcdcd;
}

.cprght-inner {
    display: flex;
    align-items: center;
    margin: 30px auto;
    width: 80%;
    max-width: 1000px;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    flex-direction: column;
}

.cprght-inner .copy {
    white-space: nowrap;
    margin-top: 30px;
}

.cprght-inner ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: -6px;
    margin-left: auto;
    margin-right: auto;
}

.cprght-inner ul li {
    margin-bottom: 6px;
}

.cprght-inner ul li a {
    display: block;
}

.cprght-inner ul li {
    position: relative;
    padding: 0 10px;
}

.cprght-inner ul li::after {
    content: "|";
    position: absolute;
    top: 0;
    right: -3px;
    color: #cdcdcd;
}

.cprght-inner ul li:last-child {
    padding-right: 0;
}

.cprght-inner ul li:last-child::after {
    display: none;
}

.sns-area {
    width: 98px;
}

.sns-area .sns-linker {
    padding: 0 5px;
}

.sns-area .sns-linker img {
    width: 24px;
    height: auto;
    aspect-ratio: 1/1;
}

.sns-area .sns-linker:last-of-type {
    padding-right: 0;
}

/* .footer-license */
.footer-license {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 12px;
}

/* .footer-brand */
.footer-brand {
    margin: 20px auto 0;
    width: 80%;
    max-width: 1200px;
    text-align: center;
}

.footer-brand-title {
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
}

.footer-brand-list {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.footer-brand-list-item {
    margin: 10px;
}

@media (max-width: 768px) {
    .footer-brand {
        width: auto;
    }
}

/* sp-fixed-link */
.sp-fixed-link {
    display: none;
}

@media (max-width: 768px) {
    .sp-fixed-link {
        padding-top: 12px;
        padding-bottom: 12px;
        display: flex;
        justify-content: center;
        gap: 12px;
        position: fixed;
        width: 100vw;
        background-color: #fff;
        bottom: 0;
        z-index: 100000000;
    }

    .sp-fixed-link .btn-primary,
    .sp-fixed-link .btn-red-primary {
        width: 163px;
        padding: 10px;
        min-width: 0;
        height: 50px;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sp-fixed-link .nc-button,
    .sp-fixed-link .nc-button {
        width: 44%;
        min-width: 148px;
    }
}

/* .gmoGroupHooter */
@media (max-width: 768px) {
    .gmoGroupHeader {
        margin-bottom: 74px;
    }
}

/* ページトップボタン */
#page_top {
    display: none;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 30px;
    /* background: #1d2b39; */
    border-radius: 50%;
    z-index: 6000;
    transition: opacity 0.5s cubic-bezier(0, 0, 0, 0.4);
}

#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    background: url(../img/ptop-arrow.png) no-repeat;
    transition: opacity 0.5s cubic-bezier(0, 0, 0, 0.4);
}

#page_top:hover {
    cursor: pointer;
    transition: opacity 0.5s cubic-bezier(0, 0, 0, 0.4);
    opacity: 0.85;
}

/* オンライン商談バナー */
#bnr_online {
    display: none;
    position: fixed;
    z-index: 100000000;
    /* right: 6px;
      bottom: 4px; */
    right: 15px;
    bottom: 13px;
    /* bottom: 93px; 80 + 13 */
}

#bnr_online .bnr-main .closer {
    width: 20px;
    height: 20px;
    background-image: url(../img/bnr/bnr_online_close.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    margin: 0 0 3px auto;
}

#bnr_online .bnr-main .closer:hover {
    cursor: pointer;
}

#bnr_online .bnr-main .bnr-card {
    width: 300px;
    display: block;
    line-height: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 142, 172, 0.3);
}

#bnr_online .opner {
    display: block;
    width: 300px;
    line-height: 0;
    box-shadow: 0px 3px 5px 0px rgba(0, 142, 172, 0.25);
}

#bnr_online .bnr-main .bnr-card img,
#bnr_online .opner img {
    width: 100%;
}

#bnr_online .bnr-main.s-off,
#bnr_online .opner.s-off {
    display: none;
}

.view_timer {
    display: none;
}

/* .foot-map */
.foot-map {
    display: flex;
    margin: 100px auto 70px;
    width: 80%;
    max-width: 1200px;
}

/* f-logo-side 要リファクタリング*/
.foot-map .f-logo-side {
    display: flex;
    flex-direction: column;
    margin-right: 60px;
    text-align: center;
}

@media screen and (min-width:1201px) {
    .foot-map .f-logo-side>* {
        width: 272.58px;
    }
}

.foot-map-logo img {
    width: 100%;
    height: auto;
}

.foot-map .esp-list {
    margin-top: 30px;
}

.foot-map .esp-list .esp-link {
    display: block;
    margin-bottom: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #f5f5f5;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    display: inline-flex;
    justify-content: center;

    .icon-after {
        display: inline-flex;
        align-items: center;
    }
    i {
        margin-left: 8px;
        font-size: 0.8em;
        line-height: 1em;
    }
}

.foot-map .esp-list .esp-link:hover {
    background-color: #e5eef7;
    opacity: 1;
}

.foot-map-list-banner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 45px;
}
@media (max-width: 1200px) {
    .foot-map {
        flex-direction: column;
    }

    .foot-map .f-logo-side {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        margin: -10px -15px;
        width: auto;
    }

    .foot-map .f-logo-side>* {
        margin: 10px 15px;
    }

    .foot-map .f-logo-side .foot-map-logo,
    .foot-map .f-logo-side .esp-list {
        margin: 10px 15px;
        width: 238px;
    } 

    .foot-map .f-logo-side .foot-map-list-banner {
        gap: 8px 30px;
    }

    .foot-map-list-banner-item:not(:first-child) {
        margin-top: 0!important;
    }

}

@media screen and (max-width: 1200px) and (min-width: 769px) {
    .foot-map-list-banner {
        flex-wrap: nowrap;
    }

    .foot-map-list-banner .foot-map-list-banner-item{
        margin-top: 0!important;
    }
    .foot-map-list-banner .foot-map-list-banner-item:first-child {
        min-width: 123px;
        width: calc(100% / 5);
    }

    .foot-map-list-banner .foot-map-list-banner-item.banner-link{
        flex: 1;
    }

    .foot-map-list-banner .square-banner-wrap {
        min-width: 272px;
        max-width: 272px;
    }
}

@media (max-width: 768px) {
    .foot-map-logo{
        width: 238px;
    }
    .foot-map-list-banner{
        flex-direction: column;
        width: 100%;
        margin: 10px 0 0!important;
    }
    .foot-map-list-banner-item .soc2,
    .foot-map-list-banner-item .iso27017 {
        width: 64px!important;
    }

    .foot-map-list-banner-item.banner-link {
        text-align: center;
    }

    .foot-map .f-logo-side {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
    }

    .foot-map .esp-list{
        display: none;
    }

    .foot-map-logo img {
        width: 170px;
    }

    .square-banner-wrap {
        max-width: 272px;
        row-gap: 8px;
    }
}

.foot-map-list-banner-item:not(:first-child) {
    margin-top: 40px;
}

.foot-map-list-banner-item .soc2,
.foot-map-list-banner-item .iso27017 {
    width: 50%;
    max-width: 112.75px;
}

.foot-map-list-banner-soc2,
.foot-map-list-banner-iso27017 {
    /* width: 133px; */
    /* width: calc(100% / 2); */
    width: 100%;
    height: auto;
    /* height: 150px; */
}

.foot-map-list-banner-item.banner-link {
    font-size: 14px;
    line-height: 1.78;
}

.square-banner-wrap {
    row-gap: 20px;
    width: 100%;
}

.square-banner-wrap .square-banner {
    height: 37.92px;
    box-sizing: border-box;
}

.square-banner-wrap .square-banner:first-child {
    border: 0.5px solid #005bac;
    display: grid;
    place-content: center;
    font-size: 13px;
}

.square-banner-wrap .square-banner:nth-child(2) img {
    width: 100%;
    height: auto;
}