@charset "UTF-8";
/*
    footer.css
    共通フッター
*/
/*------------------------------------------------
	common_footer
------------------------------------------------*/
.common_footer {
    background: #FAF2E8;
}
/* footer_social */
.footer_social {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
}
.footer_social a {
    display: flex;
    align-items: center;
    font-weight: bold;
}
.footer_social img {
    flex-shrink: 0; flex-grow: 0;
    margin-right: 10px;
}
@media screen and ( max-width: 767px ){ /* SP */
    .footer_social {
        margin: 0 5px;
        padding-bottom: 52px;
    }
    .footer_social li {
        margin: 0 15px;
        padding-top: 20px;
    }
    .footer_social a {
        font-size: 1.4rem;
        line-height: 1.8;
    }
    .footer_social img {
        width: 40px;
    }
}
@media screen and ( min-width: 768px ){ /* PC */
    .footer_social {
        padding-bottom: 60px;
    }
    .footer_social li {
        margin: 0 80px;
        padding-top: 40px;
    }
    .footer_social a {
        font-size: 1.6rem;
        line-height: 1.125;
    }
    .footer_social a:hover {
        opacity: 0.7;
    }
    .footer_social img {
        width: 50px;
    }
}
/* footer_sitemap */
.footer_sitemap ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.footer_sitemap li:nth-child(n+2)::before {
    display: inline-block; content: '|';
}
.footer_sitemap a {
    margin: 0 0.3em;
}
@media screen and ( max-width: 767px ){ /* SP */
    .footer_sitemap__main {
        margin-bottom: 18px;
        font-size: 1.4rem;
    }
    .footer_sitemap__sub {
        width: 300px;
        margin: auto;
        padding-bottom: 52px;
        font-size: 1.2rem;
        line-height: 1.8;
    }
    .footer_sitemap li:nth-child(4)::before {
        display: none;
    }    
}
@media screen and ( min-width: 768px ){ /* PC */
    .footer_sitemap ul {
        padding-bottom: 30px;
    }
    .footer_sitemap a:hover {
        border-bottom: 1px solid currentColor;
    }
    .footer_sitemap__main {
        font-size: 2rem;
    }
    .footer_sitemap__sub {
        font-size: 1.4rem;
    }
}
/* copylight */
.copylight {
    display: block;
    padding: 10px 10px;
    background: #FF986A;
    text-align: center;
}
@media screen and ( max-width: 767px ){ /* SP */
    .copylight {
        background-image: linear-gradient(180deg, rgba(0,0,0,0.16) 0%, rgba(0,0,0,0) 6px);
        font-size: 1rem;
        line-height: 1.6;
    }
}
@media screen and ( min-width: 768px ){ /* PC */
    .copylight {
        background-image: linear-gradient(180deg, rgba(0,0,0,0.16) 0%, rgba(0,0,0,0) 12px);
        font-size: 1.2rem;
        line-height: 2;
    }
}



/*------------------------------------------------
    2023/06 追加
	.l-footer
------------------------------------------------*/
.l-footer a:hover {
    opacity: .7;
}
@media screen and (max-width: 767px) {
    .l-footer-pc-only {
        display: none !important;
    }
}
@media screen and (min-width: 768px) {
    .l-footer-sp-only {
        display: none !important;
    }
}
.l-footer-brand {
    position: relative;
    z-index: 0
}

.l-footer-brand:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 2px solid rgba(255, 255, 255, .5)
}

@media screen and (min-width: 768px) {
    .l-footer-brand:not(:last-child) {
        margin-bottom: 80px;
        padding-bottom: 0;
        border-bottom: none
    }
}

.l-footer-brand__title {
    margin: 0 auto 60px;
    width: 335px;
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .l-footer-brand__title {
        margin-bottom: 50px;
        width: 357px
    }
}

.l-footer-brand__title img {
    display: block
}

.l-footer-brand__list-wrapper {
    overflow: hidden
}

.l-footer-brand__list {
    display: flex;
    flex-wrap: wrap;
    margin: -16px -12px 0;
    padding: 0
}

@media screen and (min-width: 768px) {
    .l-footer-brand__list {
        flex-wrap: nowrap;
        margin: 0 -60px 0
    }
}

.l-footer-brand__list-item {
    position: relative;
    width: 50%;
    padding: 16px 12px 0
}

@media screen and (min-width: 768px) {
    .l-footer-brand__list-item {
        flex: auto;
        width: auto;
        padding: 0 60px
    }
}

.l-footer-brand__list-item:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 20px;
    top: calc(50% + 8px);
    right: -1px;
    background-color: #fff;
    border-radius: 2px;
    transform: translateY(-50%)
}

@media screen and (min-width: 768px) {
    .l-footer-brand__list-item:not(:last-child)::after {
        top: 50%
    }
}

.l-footer-brand__list-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.l-footer-brand__list-item img {
    display: block
}

.l-footer-brand__list-item--asasho img {
    width: 99.0353697749%;
    max-width: 154px
}

@media screen and (min-width: 768px) {
    .l-footer-brand__list-item--asasho img {
        width: 195px;
        max-width: 100%
    }
}

.l-footer-brand__list-item--asachuko img {
    width: 90.0321543408%;
    max-width: 140px
}

@media screen and (min-width: 768px) {
    .l-footer-brand__list-item--asachuko img {
        width: 177px;
        max-width: 100%
    }
}

.l-footer-brand__list-item--asashoplus img {
    width: 77.1704180064%;
    max-width: 120px
}

@media screen and (min-width: 768px) {
    .l-footer-brand__list-item--asashoplus img {
        width: 153px;
        max-width: 100%
    }
}

.l-footer-brand__list-item--asachukoplus img {
    width: 85.5305466238%;
    max-width: 133px
}

@media screen and (min-width: 768px) {
    .l-footer-brand__list-item--asachukoplus img {
        width: 168px;
        max-width: 100%
    }
}

.l-footer-info {
    padding: 40px 0 30px
}

@media screen and (min-width: 768px) {
    .l-footer-info {
        padding: 40px 0
    }
}

.l-footer-info__inner {
    padding: 0 20px
}

@media screen and (min-width: 768px) {
    .l-footer-info__inner {
        max-width: 1270px;
        margin: 0 auto;
        padding: 0 15px
    }
}

.l-footer-info__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -10px -10px 20px;
    padding: 0
}

@media screen and (min-width: 768px) {
    .l-footer-info__list {
        justify-content: flex-start;
        margin: -5px -20px 16px
    }
}

.l-footer-info__item {
    padding: 10px 0 0
}

@media screen and (min-width: 768px) {
    .l-footer-info__item {
        padding: 5px 0 0
    }
}

.l-footer-info__item>a {
    padding: 0 10px;
    font-size: 14px;
    font-weight: bold;
    color: inherit;
    text-decoration: none
}

@media screen and (min-width: 768px) {
    .l-footer-info__item>a {
        padding: 0 20px
    }
}

.l-footer-info__item:not(:last-child)>a {
    border-right: 2px solid #bdbdbd
}

.l-footer-info__small {
    display: block;
    margin: 0 -10px;
    font-size: 10px;
    letter-spacing: normal;
    color: #828282;
    text-align: center
}

@media screen and (min-width: 768px) {
    .l-footer-info__small {
        margin: 0;
        font-size: 12px;
        text-align: left
    }
}

.l-footer-sns {
    padding: 60px 20px;
    background-color: #f7b733
}

.l-footer-sns__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: -20px -10px 0;
    padding: 0
}

@media screen and (min-width: 768px) {
    .l-footer-sns__list {
        justify-content: center;
        margin: 0
    }
}

.l-footer-sns__item {
    padding: 20px 10px 0
}

@media screen and (min-width: 768px) {
    .l-footer-sns__item {
        padding: 0 24px
    }
}

.l-footer-sns__link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold
}

.l-footer-sns__icon {
    display: inline-block;
    width: 50px;
    margin-right: 10px
}

@media screen and (min-width: 768px) {
    .l-footer-sns__icon {
        width: 60px
    }
}

.l-footer-sns__icon img {
    display: block
}

.l-footer__bg {
    position: relative;
    padding: 60px 20px 60px;
    background-color: #f7b733;
    color: #343434;
    z-index: 800
}

@media screen and (min-width: 768px) {
    .l-footer__bg {
        padding: 80px 0 40px
    }
}

.l-footer__bg-inner {
    position: relative;
    z-index: 6
}

@media screen and (min-width: 768px) {
    .l-footer__bg-inner {
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 20px
    }
}

.l-footer__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media screen and (min-width: 768px) {
    .l-footer__nav {
        flex-wrap: nowrap;
        margin: 0
    }

    .l-footer__nav:not(:last-child) {
        margin-bottom: 40px
    }
}

.l-footer__nav:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 2px solid rgba(255, 255, 255, .5)
}

.l-footer__nav-col {
    width: 49%
}

@media screen and (min-width: 768px) {
    .l-footer__nav-col {
        width: auto
    }
}

.l-footer__nav-col--sp-full {
    width: 100%
}

@media screen and (min-width: 768px) {
    .l-footer__nav-col--sp-full {
        width: auto
    }
}

.l-footer__nav-col:nth-child(n+3),
.l-footer__nav-col--sp-full+.l-footer__nav-col {
    padding-top: 30px
}

@media screen and (min-width: 768px) {

    .l-footer__nav-col:nth-child(n+3),
    .l-footer__nav-col--sp-full+.l-footer__nav-col {
        padding-top: 0
    }
}

.l-footer__nav-col>ul {
    margin: 0;
    padding: 0
}

.l-footer__nav-item {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}

.l-footer__nav-item:not(:first-child) {
    margin-top: 15px
}

.l-footer__nav-item--home+.l-footer__nav-item,
.l-footer__nav-item--parent+.l-footer__nav-item {
    margin-top: 20px
}

.l-footer__nav-item--small {
    font-size: 12px;
    font-weight: normal
}

.l-footer__nav-item--small:not(:first-child) {
    margin-top: 10px
}

.l-footer__nav-item a {
    color: inherit;
    text-decoration: none
}

.l-footer__sns {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 2px solid rgba(255, 255, 255, .5)
}

.l-footer__sns-row {
    display: flex;
    flex-wrap: wrap;
    margin: -20px -15px 0;
    padding: 0
}

@media screen and (min-width: 768px) {
    .l-footer__sns-row {
        justify-content: center
    }
}

.l-footer__sns-row:not(:last-child) {
    margin-bottom: 20px
}

@media screen and (min-width: 768px) {
    .l-footer__sns-row:not(:last-child) {
        margin-bottom: 30px
    }
}

.l-footer__sns-item {
    display: flex;
    align-items: center;
    padding: 20px 15px 0;
    font-size: 14px;
    font-weight: bold;
}

.l-footer__sns-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-decoration: none
}

.l-footer__sns-icon {
    flex: none;
    display: block;
    margin: 0 5px 0 0;
    width: 30px
}

@media screen and (min-width: 768px) {
    .l-footer__sns-icon {
        margin: 0 5px 0 0
    }
}

.l-footer__sns-icon img {
    display: block
}

.l-footer__link:not(:last-child) {
    margin-bottom: 40px
}

@media screen and (min-width: 768px) {
    .l-footer__link:not(:last-child) {
        margin-bottom: 20px
    }
}

.l-footer__link-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -10px -10px 0;
    padding: 0
}

@media screen and (min-width: 768px) {
    .l-footer__link-list {
        margin: -20px -18px 0;
    }
    .l-footer__link-list::after {
        content: "";
        order: 2;
        flex: none;
        width: 100%;
    }
    .l-footer__link-list > *:nth-child( n + 6 ) {
        order: 3;
    }
}

.l-footer__link-list>li {
    position: relative;
    margin: 10px 0 0;
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold
}

@media screen and (min-width: 768px) {
    .l-footer__link-list>li {
        margin-top: 20px;
        padding: 0 18px;
    }
}

.l-footer__link-list>li:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 10px;
    top: 50%;
    right: -1px;
    border-radius: 2px;
    background-color: #fff;
    opacity: .5;
    transform: translateY(-50%)
}

@media screen and (min-width: 768px) {
    .l-footer__link-list>li:not(:last-child)::after {
        width: 4px;
        right: -2px
    }
}

.l-footer__link-list a {
    text-decoration: none;
    color: inherit
}

.l-footer__copy {
    margin: 0;
    font-size: 12px;
    line-height: 2;
    text-align: left
}

@media screen and (min-width: 768px) {
    .l-footer__copy {
        text-align: center
    }
}

.l-footer__copy>small {
    font-size: inherit
}

.l-footer__ad-area {
    position: relative;
    padding: 60px 20px;
    background-color: #f5f5f2;
    z-index: 0
}

.l-footer__ad-area-inner {
    position: relative;
    z-index: 6
}

@media screen and (min-width: 768px) {
    .l-footer__ad-area-inner {
        display: flex;
        justify-content: center
    }
}

.l-footer__ad-item {
    max-width: 300px;
    margin: 0 auto
}

@media screen and (min-width: 768px) {
    .l-footer__ad-item {
        margin: 0
    }
}

.l-footer__ad-item:not(:last-child) {
    margin-bottom: 20px
}

@media screen and (min-width: 768px) {
    .l-footer__ad-item:not(:last-child) {
        margin: 0 30px 0 0
    }
}

.l-footer__ad-item>a {
    display: block
}

.l-footer--service-top {
    padding-top: 110px;
    margin-top: -110px;
    overflow: hidden
}

.l-footer--service-top .l-footer__bg {
    position: relative;
    z-index: 0
}

.l-footer--service-top .l-footer__bg::before {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 188px);
    top: -42px;
    width: 167px;
    height: 116px;
    background: url(/asagakuplus/assets/img/top/figure-15.png) top/contain no-repeat;
    transform: translateX(-72px);
    z-index: 5;
    pointer-events: none
}

@media screen and (min-width: 768px) {
    .l-footer--service-top .l-footer__bg::before {
        top: 275px;
        left: max(0px, calc(50% - 1440px / 2));
        width: 247px;
        height: 165px;
        transform: translateX(-57px)
    }
}

.l-footer--service-top .l-footer__bg::after {
    content: "";
    display: block;
    position: absolute;
    right: calc(50% - 188px);
    top: -50px;
    width: 112px;
    height: 92px;
    background: url(/asagakuplus/assets/img/top/figure-14.png) top/contain no-repeat;
    transform: translateX(12px);
    z-index: 5;
    pointer-events: none
}

@media screen and (min-width: 768px) {
    .l-footer--service-top .l-footer__bg::after {
        top: -110px;
        right: max(0px, calc(50% - 1440px / 2));
        width: 178px;
        height: 144px;
        transform: translateX(30px)
    }
}

.l-footer--service-top .l-footer__ad-area::before {
    content: "";
    display: block;
    position: absolute;
    right: calc(50% - 188px);
    top: -35px;
    width: 124px;
    height: 76px;
    background: url(/asagakuplus/assets/img/top/figure-16.png) top/contain no-repeat;
    transform: translateX(26px);
    z-index: 5;
    pointer-events: none
}

@media screen and (min-width: 768px) {
    .l-footer--service-top .l-footer__ad-area::before {
        top: -57px;
        right: max(0px, calc(50% - 1440px / 2));
        width: 211px;
        height: 129px;
        transform: translateX(45px)
    }
}