@charset "UTF-8";

/*----------------------------------------
	Footer
----------------------------------------*/
.footer {
    background-color: #000000;
    position: relative;
    z-index: 15;
}

/* フッター上部 */
.footer__top {
    /* background-color: #F5F5F5; */
    background-color: #FFFFFF;
}

/* フッター・上部コンテナ */
.footer__top-container {
    padding: 0;
}

/* フッター下部 */
.footer__bottom {
    background-color: #000000;
}

.footer__hr {
    margin: 0;
}

/* ロゴ部ラッパー */
.footer__logo-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 38px 0 38px 0;
    background-color: #000000;
}

/* フッターロゴ */
.footer__logo {
    /* margin-bottom: 14px; */
    line-height: 1;
}

/* フッターロゴ画像 */
.footer__logo-img {
    width: 275.61px;
    height: 22.63px;
}

.footer__home-link {
    display: inline-block;
}

/* フッターロゴ:hover */
.footer__home-link:hover .footer__logo-img {
    opacity: 0.8;
}



/* コピー部ラッパー */
.footer__copyright-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 36px;
    background-color: #1D1D1D;
}

/* コピーライト */
.footer__copyright {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 1.0rem;
    line-height: 1.0;
    color: #AAAAAA;
    white-space: nowrap;
}

/* フッター言語切替メニュー */
.footer__lange-menu {
    display: flex;
}

/* フッター言語切替メニュー ul */
.footer__lange-menu-item:first-child {
    margin-right: 14px;
    position: relative;
}

/* フッター言語切替メニュー 区切り線 */
.footer__lange-menu-item:first-child::after {
    display: block;
    content: "／";
    position: absolute;
    top: 50%;
    right: -11.5px;
    transform: translateY(-50%);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    font-size: 0.6rem;
    line-height: 1.0;
    color: #ffffff;
}

/* フッター言語切替メニュー 項目 */
.footer__lange-menu-link {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    font-size: 0.7rem;
    line-height: 1.0;
    letter-spacing: 0.1em;
    color: #ffffff;
    position: relative;
    transition: all .1s;
}

.footer__lange-menu-link:hover {
    color: #E7391B;
}

/* フッター言語切替メニュー・pc */
.footer__lange-menu--pc {
    display: none;
}

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

    /* フッター・上部 */
    .footer__top {
        background-color: #F5F5F5;
    }

    /* フッター・上部コンテナ */
    .footer__top-container {
        max-width: 865px;
        margin: 0 auto;
        padding: 50px 0 40px 0;
        /* background-color: #000000; */
    }

    /* フッター言語切替メニュー・pc */
    .footer__lange-menu--pc {
        display: flex;
        justify-content: flex-end;
        margin-top: 10px;
    }

    .footer__hr {
        display: block;
        max-width: 1100px;
        height: 2px;
        margin: 0 auto;
        background-color: #363636;
    }

    /* フッター・下部 */
    .footer__bottom {
        background-color: #000000;
    }

    /* フッター・下部コンテナ */
    .footer__bottom-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        padding: 40px 0 40px 0;
        max-width: 1000px;
    }

    /* フッターロゴ・ラッパー */
    .footer__logo-wrapper {
        display: block;
        padding: 0;
        background-color: transparent;
    }

    /* フッターロゴ */
    .footer__logo {
        margin-bottom: 14px;
    }

    /* フッターロゴ画像 */
    .footer__logo-img {
        width: 275.61px;
        height: 22.63px;
    }

    /* フッターロゴ */
    .footer__logo {
        display: block;
        margin: 0 auto 20px 0;
    }

    /* コピーライト・ラッパー */
    .footer__copyright-wrapper {
        display: block;
        width: auto;
        padding: 0;
        background-color: transparent;
    }

    /* コピーライト */
    .footer__copyright {
        margin: 30px 0 0 0;
        text-align: right;
    }

    /* フッター最下部・言語切替メニュー PCでは非表示 */
    .footer__lange-menu--sp {
        display: none;
    }
}


/*=========  .footer（フッター）/タブレット =============*/
@media screen and (min-width:600px), print {

    /* フッター・上部 */
    .footer__top {
        background-color: #F5F5F5;
    }

    /* フッター・上部コンテナ */
    .footer__top-container {
        width: 100%;
        max-width: 865px;
        margin: 0 auto;
        padding: 50px 30px 22px 30px;
        /* background-color: #000000; */
    }

    /* フッター言語切替メニュー・pc */
    .footer__lange-menu--pc {
        display: flex;
        justify-content: flex-end;
        margin-top: 10px;
    }

    .footer__hr {
        display: block;
        max-width: 1100px;
        height: 2px;
        margin: 0 auto;
        background-color: #363636;
    }

    /* フッター・下部 */
    .footer__bottom {
        background-color: #000000;
    }

    /* フッター・下部コンテナ */
    .footer__bottom-container {
        margin: 0 auto;
        padding: 40px 30px 40px 30px;
        max-width: 865px;
    }

    /* フッターロゴ・ラッパー */
    .footer__logo-wrapper {
        display: block;
        padding: 0;
        background-color: transparent;
    }

    /* フッターロゴ */
    .footer__logo {
        margin-bottom: 14px;
    }

    /* フッターロゴ画像 */
    .footer__logo-img {
        width: 275.61px;
        height: 22.63px;
    }

    /* フッターロゴ */
    .footer__logo {
        display: block;
        margin: 0 auto;
    }

    /* コピーライト・ラッパー */
    .footer__copyright-wrapper {
        display: block;
        width: auto;
        padding: 0;
        background-color: transparent;
    }

    /* コピーライト */
    .footer__copyright {
        margin: 0;
        text-align: right;
    }

    /* フッター最下部・言語切替メニュー PCでは非表示 */
    .footer__lange-menu--sp {
        display: none;
    }
}


/*=========  .footer（フッター）/ PC =============*/
@media screen and (min-width:1025px), print {

    /* フッター・下部コンテナ */
    .footer__bottom-container {
        margin: 0 auto;
        padding: 20px 0 20px 0;
        max-width: 1000px;
    }

    /* フッター・上部コンテナ */
    .footer__top-container {
        padding: 40px 0 18px 0;
        max-width: 1000px;
    }


}




/*----------------------------------------
	Footer-menu(フッター内メニュー)
----------------------------------------*/
.footer-menu {
    display: flex;
    flex-direction: column;
}

.footer-menu__item, .footer-menu__item--sp {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-menu__item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

/* フッターメニュー・項目名 */
.footer-menu__link {
    display: block;
    width: 100%;
    padding: 20px 36px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.0;
    color: #000;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
}

/* フッターメニュー・項目名・矢印ナビアイコン */
/* .footer-menu__link:after, .footer-menu__sublink:after {
    display: inline-block;
    content: '';
    position: absolute;
    top: 50%;
    right: 40px;
    width: 7.5px;
    height: 7.5px;
    margin: auto 0;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
} */

/* リンク先がないメニュー（スマホ時のアコーディオン対応） */
.footer-menu__link--sp:after {
    display: inline-block;
    content: '';
    position: absolute;
    top: 50%;
    right: 40px;
    width: 7.5px;
    height: 7.5px;
    margin: auto 0;
    border-top: 1px solid #B1B1B1;
    border-right: 1px solid #B1B1B1;
    right: 38px;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
}

/* 矢印ナビアイコン・ドロップダウン開いた状態 */
.footer-menu__item--active .footer-menu__link--sp:after {
    top: 55%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

/* リンク先があるメニュー */
.footer-menu__link--pc {
    display: none;
}



/* 下層メニュー */
.footer-menu__child {
    display: none;
    width: 100%;
    background-color: #f3f3f3;
}

.footer-menu__child-item {
    border-top: 1px solid #ffffff;
}

.footer-menu__child-item:first-child {
    border-top: 0;
}

/* 下層メニュー項目 */
.footer-menu__child-link {
    display: block;
    padding: 20px 36px 20px 63px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    line-height: 1.2;
    text-align: left;
    color: #000000;
    white-space: nowrap;
    position: relative;
}

/* 下層メニュー項目・下層アイコン */
.footer-menu__child-link::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 50%;
    left: 48px;
    width: 10px;
    height: 0.5px;
    background-color: #E7391B;
    transform: translateY(-50%);
    /* color: #E7391B; */
}

.footer-menu__child-link .page__link-img {
    display: inline-block;
    margin-top: 2px;
    margin-left: 0;
    width: 11px;
    height: 11px;
}

@media screen and (min-width:600px), print {

    /* フッターメニュー */
    .footer-menu {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 38px;
    }

    /* フッターメニュー・li */
    .footer-menu__item {
        display: block;
        padding: 0;
        border: 0;
        position: relative;
        width: calc((100% - 84px) / 4)
    }

    /* フッターメニュー・li　罫線 */
    .footer-menu__item:first-child {
        border: 0;
    }

    /* フッターメニュー・li　罫線 */
    .footer-menu__item:nth-child(7) {
        margin: 0;
    }

    /* フッターメニュー・項目名 */
    .footer-menu__link {
        display: inline-block;
        width: auto;
        font-size: 1.5rem;
        letter-spacing: 0.1rem;
        margin-bottom: 16px;
        padding: 0px 3px 3px 3px;
        transition: all .2s ease;
        color: #000000;
    }

    .footer-menu__child{
        background-color: #FFFFFF;
    }
    /* 下層メニュー・下層ページ直リンク */
    .footer-menu__child-item--pc {
        display: none !important;
    }

    /* フッターメニュー・項目名 */
    .footer-menu__link:hover {
        color: #E7391B;
    }

    .footer-menu__link--no-link:hover {
        color: #ffffff;
        cursor: default;
    }

    /* フッターメニュー・項目名・矢印アイコン */
    .footer-menu__link:after {
        display: none;
    }

    /* リンク先がないメニュー（スマホ時のアコーディオン対応） */
    .footer-menu__link--sp {
        display: none;
    }

    /* リンク先があるメニュー（PC用） */
    .footer-menu__link--pc {
        display: inline-block;
        width: auto;
        padding: 0;
    }

    .footer-menu__item--sp {
        display: none;
    }

    /* 下層メニュー */
    .footer-menu__child {
        display: block;
        width: auto;
        background-color: transparent;
    }

    .footer-menu__child-item {
        display: block;
        margin: 0 0 14px 0;
        border-top: 0;
    }

    .footer-menu__child-item:last-child {
        display: block;
        margin: 0;
    }

    /* 下層メニュー項目 */
    .footer-menu__child-link {
        display: block;
        margin: 0;
        padding: 0 0 0 15px;
        transition: all 0.1s ease;
        /* color: #AAAAAA; */
        ;
        font-size: 1.3rem;
        position: relative;
    }

    .footer-menu__child-link:hover {
        color: #E7391B;
    }

    .footer-menu__child-link::before, .footer-menu__child-link::after {
        display: none;
    }

    .footer-menu__child-link::before {
        display: inline-block;
        /* content: '─'; */
        position: absolute;
        top: 0.8rem;
        left: 0;
        /* width: 7px;
        height: 7px; */
        margin: auto 0;
        /* border-top: 1px solid #B1B1B1;
        border-right: 1px solid #B1B1B1;
        -webkit-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg); */
        transform: translateY(-50%);
    }



}




/*
========================================
    トップに戻るボタン
=========================================
*/
/*リンクを右下に固定*/
.footer__page-top {
    position: fixed;
    right: 15px;
    /* bottom: 200px; */
    z-index: 1000;
    /* はじめは非表示 */
    opacity: 0;
    display: block;
    transform: translateY(100px);
}

.footer__page-top--none {
    display: none;
}

.footer__page-top-link {
    display: inline-block;
}

.footer__page-top-icon {
    width: 50px;
    height: 50px;
}

.footer__page-top-icon--active {
    display: none;
    width: 50px;
    height: 50px;
}

.footer__page-top-link:hover .footer__page-top-icon--active {
    display: block;
}

.footer__page-top-link:hover .footer__page-top-icon {
    display: none;
}

/*上に上がる動き*/
.footer__page-top--up-move {
    animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*下に下がる動き*/
.footer__page-top--down-move {
    animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 1;
        transform: translateY(100px);
    }
}

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

    /*リンクを右下に固定*/
    .footer__page-top {
        right: 35px;
    }

}


/*----------------------------------------
	Footer-cta(フッターCTA)
----------------------------------------*/
.footer__cta {
    background-color: #000000;
}

/* フッターCTAコンテナ */
.footer__cta-container {
    padding: 0;
    padding: 50px 30px 40px 30px;
}

.footer__cta-row {
    display: flex;
    flex-wrap: wrap;
}
.footer__cta-text .content__title {
    color: #FFFFFF;
    font-size: 2.0rem;
    line-height: 1.33;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
}
.footer__cta-text .content__text {
    color: #FFFFFF;
}

.footer__cta-link-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 47px;
}
.footer__cta-link {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    border-bottom: 1px solid;
    padding-top: 18px;
    padding-bottom: 16px;
    padding-right: 18px;
    width: 100%;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}


.footer__other-link {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 22px;
}
.footer__corporate-link-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 40px;
}
.footer__corporate-link {
    display: flex;
    flex-wrap: wrap;
    /* gap: 5px; */
    align-items: center;
    color: #000;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.footer__corporate-link .page__link-img {
    margin-left: 2px;
    width: 11px;
    height: 11px;
    margin-top: 1px;
}

.footer__cta-button{
    width: 100%;
}
.footer__cta-button .button {
    width: auto;
    height: 66px;
    border-radius: 8px;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    justify-content: space-between;
    padding: 18px 24px;
}
.footer__cta-button .button:hover {
    background-color: transparent;
    color: #000000;
}
.footer__cta-button .button:nth-child(2n){
    margin-top: 24px;
}
.footer__cta-button .button__text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.8rem;
    color: #000000;
}
.footer__cta-button .button:hover .button__text {
    color: #FFFFFF;
}

@media screen and (min-width:768px), print {
    /* フッターCTAコンテナ */
    .footer__cta-container {
        max-width: 1000px;
        margin: 0 auto;
        padding: 50px 0 40px 0;
    }
    .footer__cta-row {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .footer__cta-text{
        width: 51.8%;
    }
    .footer__cta-text .content__title {
        font-size: 3.0rem;
        line-height: 1.33;
        font-weight: 700;
        letter-spacing: 0.1em;
        margin-bottom: 12px;
    }
    .footer__cta-text .content__text {
        letter-spacing: 0.1em;
    }
    .footer__cta-button {
        width: 41.8%;
    }
    .footer__cta-button .button {
        height: 88px;
        padding: 30px;
    }
    .footer__cta-link-row {
        margin-top: 0;
    }
    .footer__cta-link {
        width: 30%;
    }

}

/*=========  .footer（フッター）/タブレット =============*/
@media screen and (min-width:600px), print {
    /* フッターCTAコンテナ */
    .footer__cta-container {
        width: 100%;
        max-width: 865px;
        margin: 0 auto;
        padding: 50px 30px 40px 30px;
    }
    /* .footer__cta-button{
        width: 41.8%;
    } */

    .footer__other-link {
        padding: 12px 0 0 0;
        border-top: 1px solid #B1B1B1;
    }
    .footer__corporate-link {
        color: #000000;
    }
}

/*=========  .footer（フッター）/ PC =============*/
@media screen and (min-width:1025px), print {
    /* フッターCTAコンテナ */
    .footer__cta-container {
        max-width: 1000px;
        padding: 70px 0 60px 0;
    }
}
