@charset "Shift_JIS";

.footer {
    background: #191919;
    letter-spacing: 0;
}

@media screen and (max-width: 700px) {
    .footer {
        min-width: auto;
    }
}

.footer__inner {
    position: relative;
}

.footer__item {
    line-height: 1;
}

.footer__item a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}

.footer__item a:hover {
    opacity: 0.5;
}

.footer__info {
    line-height: 1;
}

.footer__logo img {
    height: 16px;
    width: 59px;
}

.footer__copy {
    color: #fff;
    font-size: 13px;
}

.footer__pagetop {
    position: absolute;
    right: -12px;
    top: 23px;
}

@media screen and (max-width: 700px) {
    .footer__pagetop::after {
        clear: both;
        content: '';
        display: block;
    }
}

.footer__pagetop a {
    height: 48px;
    text-indent: -9999px;
    width: 48px;
}

@media screen and (max-width: 700px) {
    .footer .footer__pagetop a {
        height: 24px;
        width: 24px;
    }
}

.footer__pagetop a span {
    background: url("/apl/image/guest/introduction/syokaicp_os202504_icon_pagetop.png") no-repeat 50% 50%;
    background-size: 24px 24px;
    display: block;
}

.footer__pagetop a:hover span {
    opacity: 0.5;
}

/* fixedMovePageTop ------------------*/
#fixedMovePageTop {
    display: none;
    position: fixed;
    z-index: 4;
}

#fixedMovePageTop.is-hide {
    display: none !important;
}

#fixedMovePageTop a {
    -webkit-animation: fadeOut 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: fadeOut 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: block;
    height: 0;
    opacity: 0;
}

#fixedMovePageTop a span {
    background-image: url("/common_new/images/common/icon_fixedpagetop.png");
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

#fixedMovePageTop a span::hover {
    background-image: url("/common_new/images/common/icon_fixedpagetop.png");
}

#fixedMovePageTop.fixed a {
    -webkit-animation: fadeIn 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: fadeIn 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
}

@-webkit-keyframes fadeIn {
    0% {
        height: 0;
        opacity: 0;
    }
    1% {
        height: auto;
        opacity: 0;
    }
    100% {
        height: auto;
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        height: auto;
        opacity: 1;
    }
    99% {
        height: auto;
        opacity: 0;
    }
    100% {
        height: 0;
        opacity: 0;
    }
}

.footer__inner {
    margin: 0 auto;
    max-width: 980px;
    width: calc(100vw - 50px);
    padding: 40px 0;
}

.footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 14px 3px;
}

.footer__item a {
    font-size: 13px;
}

.footer__item + .footer__item {
    margin-left: 30px;
}

.footer__info {
    align-items: center;
    -webkit-box-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
}

.footer__copy {
    margin-left: 24px;
}

.footer__pagetop {
    position: absolute;
    right: 0px;
    top: 23px;
}

@media screen and (max-width: 700px) {
    .footer__pagetop {
        position: absolute;
        right: 0px;
        top: 23px;
    }
}

.footer__pagetop a {
    height: 48px;
    width: 48px;
}

.footer__pagetop a span {
    background-size: 24px 24px;
    display: block;
    height: 48px;
    width: 48px;
}

#fixedMovePageTop {
    bottom: 12px;
    right: 10%;
}

@media screen and (max-width: 700px) {
    #fixedMovePageTop {
        bottom: 10px;
        margin-right: 0;
        right: 10px;
    }
}

.cv-wrapper #fixedMovePageTop {
    bottom: 126px;
}

#fixedMovePageTop a {
    height: 48px;
}

#fixedMovePageTop a span {
    background-size: 48px 48px;
    height: 48px;
    width: 48px;
}

@media screen and (max-width: 700px) {
    .footer__inner {
        padding: 24px 20px;
    }
    .footer__list {
        display: inline-block;
    }
    .footer__item + .footer__item {
        margin-left: 0;
        margin-top: 18px;
    }
    .footer__info {
        display: block;
        margin-top: 35px;
    }
    .footer__copy {
        margin-left: 0;
        margin-top: 12px;
    }
    .footer__pagetop {
        position: static;
    }
    .footer__pagetop:after {
        clear: both;
        content: "";
    }
    .footer__pagetop a {
        float: right;
    }
    .footer__pagetop a span {
        background-size: 24px 24px;
        display: block;
        height: 24px;
        width: 24px;
    }
}

.pc-only {
    display: block;
}

@media screen and (max-width: 700px) {
    .pc-only {
        display: none !important;
    }
}

.header {
    height: 88px;
    margin: 0 auto;
    position: relative;
    border-bottom: 1px solid #CBCBCB;
}

.header #header__inner {
    height: 88px;
    margin: 0 auto;
    max-width: 984px;
    position: relative;
    width: 100%;
}

.header .header__logo {
    height: 44px;
    left: 4px;
    position: absolute;
    top: 22px;
    width: 58px;
}


.header .header__logo--tagline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 70px;
    position: absolute;
    top: 39px;
}

.header .header__logo--tagline img {
    height: 11px;
    width: 159px;
}
