/* ==========================================================================
   footer
   ========================================================================== */
/* p-footer
----------------------------------------------------------------- */
.p-footer
{
    position: relative;

    display: block;
    overflow: hidden;

    background: #1729ac;
}
@media screen and (max-width: 1023px)
{
    .p-footer
    {
        padding-bottom: 120px;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-footer
    {
        padding-bottom: 6.2790697674vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-footer
    {
        padding-bottom: 6.4864864865vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-footer
    {
        padding-bottom: 11.71875vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 767px)
{
    .p-footer
    {
        padding-bottom: 15.625vw;
    }
}
@media screen and (min-width: 1024px)
{
    .p-footer__head
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: justify;

            -ms-flex-pack: justify;

                justify-content: space-between;
    }
}
@media screen and (max-width: 767px)
{
    .p-footer__head
    {
        padding-right: 6.67vw;
        padding-left: 6.67vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-footer__head
    {
        max-width: 1540px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }
}
.p-footer__headItem:nth-child(1)
{
    width: calc(46% - 60px);
}
@media screen and (max-width: 1023px)
{
    .p-footer__headItem:nth-child(1)
    {
        width: 100%;
    }
}
.p-footer__headItem:nth-child(2)
{
    width: 54%;
}
@media screen and (max-width: 1023px)
{
    .p-footer__headItem:nth-child(2)
    {
        width: 100%;
    }
}
.p-footer__logo
{
    position: relative;
    position: relative;
    z-index: 10;

    display: block;

    width: 336px;
    margin-bottom: 30px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-footer__logo
    {
        width: 19.5348837209vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-footer__logo
    {
        width: 22.7027027027vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-footer__logo
    {
        width: 36.09375vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-footer__logo
    {
        width: 43.75vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-footer__logo
    {
        width: 40%;
        margin: 0 auto 20px;
        padding-top: 0;
    }
}
@media screen and (max-width: 767px)
{
    .p-footer__logo
    {
        width: 55%;
        margin: 0 auto 20px;
        padding-top: 0;
    }
}
.p-footer__textArea
{
    margin-bottom: 40px;

    color: #fff;
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-footer__textArea
    {
        margin-bottom: 90px;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-footer__textArea
    {
        margin-bottom: 4.7093023256vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-footer__textArea
    {
        margin-bottom: 4.8648648649vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-footer__textArea
    {
        margin-bottom: 9.66796875vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 767px)
{
    .p-footer__textArea
    {
        margin-bottom: 12.890625vw;
    }
}
.p-footer__title
{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    margin-bottom: 30px;

    color: #fff;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
@media screen and (min-width: 1480px)
{
    .p-footer__title
    {
        font-size: 30px;
        font-size: 3rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-footer__title
    {
        font-size: 1.7441860465vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-footer__title
    {
        font-size: 2.027027027vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-footer__title
    {
        font-size: 3.6585365854vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-footer__title
    {
        font-size: 5.859375vw;
    }
}
.p-footer__title:after
{
    display: block;

    width: 190px;
    height: 1px;
    margin-bottom: 10px;
    margin-left: 30px;

    content: '';

    background: #fff;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-footer__title:after
    {
        width: 11.0465116279vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-footer__title:after
    {
        width: 12.8378378378vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-footer__title:after
    {
        width: 20.41015625vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-footer__title:after
    {
        width: 24.7395833333vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-footer__title:after
    {
        width: 150px;
        margin-left: 15px;
    }
}
@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-footer__title:after
    {
        width: 8.7209302326vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-footer__title:after
    {
        width: 10.1351351351vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-footer__title:after
    {
        width: 16.11328125vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px)
{
    .p-footer__title:after
    {
        width: 19.53125vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-footer__title
    {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
.p-footer__menuWrap
{
    width: 100%;
}
@media screen and (max-width: 1023px)
{
    .p-footer__menuWrap
    {
        width: 85%;
        margin-top: 40px;
        margin-right: auto;
        margin-bottom: 40px;
        margin-left: auto;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-footer__menuWrap
    {
        margin-top: 2.0930232558vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-footer__menuWrap
    {
        margin-top: 2.1621621622vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-footer__menuWrap
    {
        margin-top: 4.6875vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 767px)
{
    .p-footer__menuWrap
    {
        margin-top: 10.4166666667vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-footer__menuWrap
    {
        margin-bottom: 2.0930232558vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-footer__menuWrap
    {
        margin-bottom: 2.1621621622vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-footer__menuWrap
    {
        margin-bottom: 4.6875vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 767px)
{
    .p-footer__menuWrap
    {
        margin-bottom: 10.4166666667vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-footer__menuWrap
    {
        width: 100%;
    }
}
.p-footer__menu
{
    position: relative;
    z-index: 10;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 100%;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.p-footer__menu:after
{
    display: block;

    width: 20%;

    content: '';
}
@media screen and (max-width: 1023px)
{
    .p-footer__menu:after
    {
        width: 25%;
    }
}
@media screen and (max-width: 1023px)
{
    .p-footer__menu
    {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}
@media screen and (max-width: 767px)
{
    .p-footer__menu
    {
        width: 100%;
    }
}
.p-footer__menu a
{
    font-weight: 400;
    line-height: 1;
}
.p-footer__menu a .jp
{
    font-size: 14px;
    font-weight: 400;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    color: #fff;
}
@media screen and (min-width: 1480px)
{
    .p-footer__menu a .jp
    {
        font-size: 19px;
        font-size: 1.9rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-footer__menu a .jp
    {
        font-size: 1.1046511628vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-footer__menu a .jp
    {
        font-size: 1.2837837838vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-footer__menu a .jp
    {
        font-size: 2.3170731707vw;
    }
}
.p-footer__menu a .jp:before
{
    display: block;

    width: 3px;
    margin-right: .3em;

    content: '';

    background-color: #fff;
}
.p-footer__menu a:nth-child(n+4)
{
    margin-top: 30px;
}
@media screen and (min-width: 1024px)
{
    .p-footer__menu a:nth-child(3n+1)
    {
        width: 25%;
    }
    .p-footer__menu a:nth-child(3n+2)
    {
        width: 30%;
    }
    .p-footer__menu a:nth-child(3n+3)
    {
        width: 30%;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-footer__menu a:nth-child(3n+1)
    {
        width: 25%;
    }
    .p-footer__menu a:nth-child(3n+2)
    {
        width: 30%;
    }
    .p-footer__menu a:nth-child(3n+3)
    {
        width:30%;
    }
}
@media screen and (max-width: 767px)
{
    .p-footer__menu a
    {
        line-height: 1.3;

        width: 50%;
    }
    .p-footer__menu a:nth-child(n+3)
    {
        margin-top: 30px;
    }
}
@media screen and (max-width: 767px)
{
    .p-footer__menu a
    {
        line-height: 1.3;

        display: block;
    }
}
.p-footer .f-image
{
    width: 70%;
    margin: 0 auto;
}
@media screen and (max-width: 767px)
{
    .p-footer .f-image
    {
        width: 90%;
    }
}
.p-footer__desc
{
    text-align: left;
}
.p-footer__copyright
{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;

    color: #fff;
}
@media screen and (max-width: 1023px)
{
    .p-footer__copyright
    {
        font-size: 16px;
        line-height: 1;

        position: absolute;
        bottom: 0;
        left: 0;

        width: 100%;
        margin-bottom: 120px;

        text-align: center;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-footer__copyright
    {
        margin-bottom: 6.2790697674vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-footer__copyright
    {
        margin-bottom: 6.4864864865vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-footer__copyright
    {
        margin-bottom: 11.71875vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 767px)
{
    .p-footer__copyright
    {
        margin-bottom: 15.625vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-footer__copyright
    {
        width: 100%;
    }
}

/* p-sitemap
   ----------------------------------------------------------------- */
.p-subPage .p-gnav__link
{
    color: #000;
}
.p-subPage .p-gnav__menu
{
    margin-bottom: 60px;
}
.p-subPage .p-gnav__title
{
    color: #5a2f00;
}

.p-sitemap
{
    color: #000;
}
@media screen and (min-width: 1280px)
{
    .p-sitemap
    {
        padding-left: 20px;
    }
}
.p-sitemap__label
{
    font-weight: 700;
    line-height: 1;
}
@media screen and (max-width: 767px)
{
    .p-sitemap__label
    {
        font-size: 36px;
        font-size: 4.8vw;

        margin-top: .75em;
        margin-bottom: .75em;
        margin-bottom: 1em;
    }
}
@media screen and (max-width: 1023px)
{
    .p-sitemap__label
    {
        text-align: center;
    }
}
@media screen and (min-width: 768px)
{
    .p-sitemap__label
    {
        font-size: 20px;
        font-size: 2rem;

        margin-bottom: 10px;
    }
}
.p-sitemap__label.en
{
    font-weight: 700;
}
@media screen and (max-width: 767px)
{
    .p-sitemap__label.en
    {
        font-size: 50px;
        font-size: 6.67vw;

        margin-bottom: 20px;
    }
}
@media screen and (min-width: 768px)
{
    .p-sitemap__label.en
    {
        font-size: 35px;
        font-size: 3.5rem;

        margin-bottom: 10px;
    }
}
.p-sitemap__label.en span
{
    color: #8fc31f;
}
.p-sitemap__list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}
@media screen and (max-width: 767px)
{
    .p-sitemap__list
    {
        font-size: 30px;
        font-size: 4vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-sitemap__list
    {
        margin: 0 auto 25px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .p-sitemap__list
    {
        margin: 0 auto 50px;
    }
}
@media screen and (max-width: 1023px)
{
    .p-sitemap__list
    {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
@media screen and (min-width: 768px)
{
    .p-sitemap__list:last-child
    {
        margin: 0 auto;
    }
}
.p-sitemap__item
{
    line-height: 1;
}
@media screen and (max-width: 767px)
{
    .p-sitemap__item
    {
        width: 100%;
        margin-bottom: 4vw;

        text-align: center;
    }
}
@media screen and (min-width: 768px)
{
    .p-sitemap__item
    {
        margin-right: 20px;
        margin-bottom: 12px;
        padding-right: 10px;

        border-right: 1px solid #fff;
    }
}
@media screen and (min-width: 1024px)
{
    .p-sitemap__item:nth-child(6n)
    {
        border-right: none;
    }
}
@media screen and (min-width: 768px)
{
    .p-sitemap__item:last-child
    {
        border-right: none;
    }
}
.p-sitemap__link
{
    font-size: 20px;
    font-weight: 300;

    text-decoration: none;

    color: #000;
}
@media screen and (max-width: 767px)
{
    .p-sitemap__link
    {
        font-size: 16px;
    }
}
.p-sitemap__link:hover
{
    text-decoration: underline;
}
.p-sitemap__address
{
    font-size: 18px;
    font-weight: 300;

    display: block;
}
@media screen and (max-width: 767px)
{
    .p-sitemap__address
    {
        font-size: 16px;
    }
}
.p-sitemap__number
{
    font-size: 18px;
    font-weight: 300;

    display: block;

    margin-bottom: 30px;
}
@media screen and (max-width: 767px)
{
    .p-sitemap__number
    {
        font-size: 16px;
    }
}

/* p-pageTop
----------------------------------------------------------------- */
.p-pageTop
{
    position: fixed;
    z-index: 101;

    display: block;
    visibility: hidden;

    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease;

    opacity: 0;
}
@media screen and (max-width: 767px)
{
    .p-pageTop
    {
        right: 0;
        bottom: 4.67vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-pageTop
    {
        right: 0;
        bottom: 20px;
    }
}
.p-pageTop.is-show
{
    visibility: visible;

    opacity: 1;
}
.p-pageTop__link
{
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 767px)
{
    .p-pageTop__link
    {
        width: 130px;
    }
}
@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-pageTop__link
    {
        width: 7.5581395349vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-pageTop__link
    {
        width: 8.7837837838vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-pageTop__link
    {
        width: 13.96484375vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px)
{
    .p-pageTop__link
    {
        width: 16.9270833333vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-pageTop__link
    {
        width: 80px;
    }
}
.p-pageTop__icon
{
    display: block;

    width: 100%;
    height: auto;
}
.p-pageTop__icon:before
{
    display: block;

    content: url(../image/arrow.svg);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
