@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
footer.footer {
    padding-bottom: 0;
    margin-top: 0
}

.footer__top {
    position: relative;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    overflow: hidden
}

@media screen and (min-width:768px) and (max-width:974px) {
    .footer__top {
        padding-bottom: 34.6354166667%
    }
}

@media screen and (max-width:767px) {
    .footer__top {
        border-top: none;
        padding-bottom: 48%
    }
}

.footer__top::after {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: bottom center;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: 0
}

@media screen and (min-width:975px) {
    .footer__top::after {
        display: none
    }
}

@media screen and (min-width:768px) and (max-width:974px) {
    .footer__top::after {
        background-image: url(/assets/img/common/footer_spring_sp.png);
        aspect-ratio: 768/266
    }
    #peter_spring::after {
        background-image: url(/assets/img/common/footer_spring_sp.png) !important;
    }
    #peter_summer::after {
        background-image: url(/assets/img/common/footer_summer_sp.png)!important;
    }
    #peter_autumn::after {
        background-image: url(/assets/img/common/footer_autumn_sp.png)!important;
    }
    #peter_winter::after {
        background-image: url(/assets/img/common/footer_winter_sp.png)!important;
    }
}

@media screen and (max-width:767px) {
    .footer__top::after {
        background-image: url(/assets/img/common/footer_spring_sp.png);
        aspect-ratio: 375/179
    }
    #peter_spring::after {
        background-image: url(/assets/img/common/footer_spring_sp.png) !important;
    }
    #peter_summer::after {
        background-image: url(/assets/img/common/footer_summer_sp.png)!important;
    }
    #peter_autumn::after {
        background-image: url(/assets/img/common/footer_autumn_sp.png)!important;
    }
    #peter_winter::after {
        background-image: url(/assets/img/common/footer_winter_sp.png)!important;
    }
}

.footer__top__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 80px 20px 40px
}

@media screen and (min-width:768px) and (max-width:974px) {
    .footer__top__inner {
        padding: 40px 20px
    }
}

@media screen and (max-width:767px) {
    .footer__top__inner {
        padding: 0
    }
}

.footer__top__bg {
    display: none;
    pointer-events: none
}

@media screen and (min-width:975px) {
    .footer__top__bg {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 1600px;
        height: 400px
    }
}

@media screen and (min-width:975px) {
    .footer__top__bg::after {
        content: "";
        display: block;
        position: absolute;
        background-image: url(/assets/img/common/footer_spring.png);
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: bottom left;
        bottom: 0;
        right: 0;
        height: 100%;
        width: 56%
    }
    #peter_spring .footer__top__bg::after {
        background-image: url(/assets/img/common/footer_spring.png) !important;
    }
    #peter_summer .footer__top__bg::after {
        background-image: url(/assets/img/common/footer_summer.png)!important;
    }
    #peter_autumn .footer__top__bg::after {
        background-image: url(/assets/img/common/footer_autumn.png)!important;
    }
    #peter_winter .footer__top__bg::after {
        background-image: url(/assets/img/common/footer_winter.png)!important;
    }
}

.footer__sp-menu {
    display: none
}

@media screen and (max-width:767px) {
    .footer__sp-menu {
        display: block;
        border-top: 1px solid #cacaca
    }
}

.footer__sp-menu.is-active {
    height: calc(100vh - 50px)
}

.footer__accordion-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    border-bottom: 1px solid #cacaca;
    background-color: #fff;
    height: 50px;
    width: 100%;
    padding: 0 20px;
    color: #333;
    line-height: 1.7;
    font-weight: 400;
    font-size: 16px
}

.footer__accordion-btn::after {
    content: "";
    display: block;
    background-color: #e60000;
    mask-image: url(/assets/img/common/icon/icon_bottom_arrow.svg);
    mask-repeat: no-repeat;
    mask-size: 10px auto;
    mask-position: center;
    width: 14px;
    height: 14px;
    transform-origin: center center;
    transition-duration: .2s
}

.footer__accordion-btn.is-active::after {
    transform: rotate(-180deg)
}

.footer__accordion-content {
    display: none;
    border-bottom: 1px solid #cacaca
}

.footer__accordion-content>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f8f8f8;
    height: 50px;
    padding: 0 20px;
    line-height: 1.5;
    font-weight: 400;
    font-size: 14px
}

.footer__accordion-content>a:link,
.footer__accordion-content>a:visited {
    color: #333;
    text-decoration: none
}

.footer__accordion-content>a::after {
    content: "";
    display: block;
    background-color: #e60000;
    mask-image: url(/assets/img/common/icon/icon_right_arrow.svg);
    mask-repeat: no-repeat;
    mask-size: auto 10px;
    mask-position: center;
    width: 14px;
    height: 14px
}

.footer__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px
}

@media screen and (min-width:768px) and (max-width:974px) {
    .footer__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px 20px
    }
}

@media screen and (max-width:767px) {
    .footer__grid {
        display: block;
        padding: 40px 20px
    }
}

.footer__col {
    display: grid;
    align-self: start;
    row-gap: 20px
}

@media screen and (max-width:767px) {
    .footer__col:not(.footer__col--banner-area) {
        display: none
    }
}

@media screen and (min-width:768px) and (max-width:974px) {
    .footer__col--banner-area {
        grid-row: 3/4;
        grid-column: 1/4;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px
    }
}

.footer__section-title {
    line-height: 1;
    color: #333;
    font-weight: 700;
    font-size: 20px
}

.footer__contents {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.footer__contents>a {
    line-height: 1.7;
    font-weight: 400;
    font-size: 14px
}

.footer__contents>a:link,
.footer__contents>a:visited {
    color: #333;
    text-decoration: none
}

.footer__contents>a:hover {
    text-decoration: underline
}

.footer__contents--area>a:nth-child(n+2) {
    margin-top: 1em
}

.footer__banner {
    display: block;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 1;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .1em
}

.footer__banner:link,
.footer__banner:visited {
    color: #333;
    text-decoration: none
}

.footer__banner>span {
    letter-spacing: .06em
}

.footer__banner--worker {
    background-image: url(/assets/img/common/footer_banner_01_pc.jpg);
    padding: 21px 20px
}

@media screen and (max-width:767px) {
    .footer__banner--worker {
        background-image: url(/assets/img/common/footer_banner_01_sp.jpg);
        padding: 17px 20px 16px;
        font-size: 13px
    }
}

.footer__banner--recruit {
    background-image: url(/assets/img/common/footer_banner_02_pc.jpg);
    padding: 28px 30px
}

@media screen and (max-width:767px) {
    .footer__banner--recruit {
        background-image: url(/assets/img/common/footer_banner_02_sp.jpg);
        padding: 23px 30px 22px;
        font-size: 14px
    }
}

.footer__bottom {
    background-color: #fff
}

.footer__bottom__inner {
    display: grid;
    row-gap: 30px;
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    padding: 40px 20px 40px
}

@media screen and (min-width:768px) and (max-width:974px) {
    .footer__bottom__inner {
        row-gap: 30px;
        padding: 32px 40px
    }
}

@media screen and (max-width:767px) {
    .footer__bottom__inner {
        row-gap: 40px;
        padding: 30px 20px
    }
}

.footer__button {
    display: block;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1490196078);
    border-radius: 50%;
    right: 40px;
    top: -50px;
    width: 60px;
    height: 60px;
    padding-top: 24px;
    text-align: center;
    line-height: 1.7;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .02em;
    box-sizing: border-box
}

.footer__button:link,
.footer__button:visited {
    color: #333;
    text-decoration: none
}

@media screen and (min-width:975px) {
    .footer__button {
        visibility: hidden;
        pointer-events: none
    }
}

@media screen and (max-width:767px) {
    .footer__button {
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1490196078);
        top: -30px;
        right: 20px
    }
}

.footer__button::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #e60000;
    mask-image: url(/assets/img/common/icon/icon_top_arrow.svg);
    mask-repeat: no-repeat;
    mask-size: 100% auto;
    mask-position: center;
    margin: auto;
    width: 12px;
    height: 6px;
    top: 14px;
    left: 0;
    right: 0
}

.footer__button--floating {
    position: fixed;
    bottom: 20px;
    top: auto;
    right: 20px;
    z-index: 20
}

@media screen and (min-width:975px) {
    .footer__button--floating {
        visibility: visible;
        pointer-events: auto
    }
}

@media screen and (min-width:768px) and (max-width:974px) {
    .footer__button--floating {
        visibility: hidden;
        pointer-events: none
    }
}

@media screen and (max-width:767px) {
    .footer__button--floating {
        visibility: hidden;
        pointer-events: none
    }
}

.footer__links {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    font-family: "Noto Sans JP", sans-serif
}

@media screen and (min-width:768px) and (max-width:974px) {
    .footer__links {
        row-gap: 20px;
        padding-right: 150px
    }
}

@media screen and (max-width:767px) {
    .footer__links {
        display: grid;
        row-gap: 20px
    }
}

.footer__links>a {
    line-height: 1;
    font-weight: 400;
    font-size: 14px
}

.footer__links>a:link,
.footer__links>a:visited {
    color: #333;
    text-decoration: none
}

.footer__links>a:hover {
    text-decoration: underline
}

@media screen and (max-width:767px) {
    .footer__links>a {
        line-height: 1.7
    }
}

.footer__peter-rabbit-logo {
    max-width: 545px
}

.footer__peter-rabbit-logo>img {
    width: 100%
}

.footer__logo-area {
    display: flex;
    align-items: center;
    column-gap: 30px
}

.footer__logo {
    width: 60px
}

.footer__logo>img {
    width: 100%
}

.footer__copyright {
    color: #333;
    line-height: 1;
    font-weight: 400;
    font-size: 12px
}

@media screen and (min-width:975px) {
    .footer__copyright>br {
        display: none
    }
}

@media screen and (min-width:768px) and (max-width:974px) {
    .footer__copyright>br {
        display: none
    }
}

@media screen and (max-width:767px) {
    .footer__copyright {
        line-height: 1.5
    }
}