@charset "UTF-8";

/*
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
.footer {
    background: url("../picture/footer-bg.jpg");
    background-size: cover;
    width: 100%;
    background-position: center center;
    height: 100vh;
    position: relative;
    font-family: 'Oswald', sans-serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.footer a{
    text-decoration: none;
}

.footer .flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
    align-items: center;
}

@media only screen and (min-width:320px) and (max-width:599px),
only screen and (max-width:320px) {
    .footer {
        height: initial
    }
}

.footer__border {
    position: absolute;
    width: 2px;
    height: 200px;
    background-color: #fff;
    top: 0
}

.footer__title {
    letter-spacing: 3.2px;
    font-size: 32px;
    font-weight: 500;
    color: #fff;
}

@media only screen and (min-width:600px) and (max-width:767px),
only screen and (min-width:320px) and (max-width:599px),
only screen and (max-width:320px) {
    .footer__title {
        font-size: 20px
    }
}

.footer__title::after {
    content: attr(title);
    display: block;
    font-size: 12px;
    color: #fff;
    margin-bottom: 12px
}

@media only screen and (min-width:600px) and (max-width:767px),
only screen and (min-width:320px) and (max-width:599px),
only screen and (max-width:320px) {
    .footer__title::after {
        margin-top: 12px;
        margin-bottom: 24px;
        font-size: 10px;
        letter-spacing: 2px
    }
}

.footer__title--sub {
    color: #fff;
    position: absolute;
    top: 66%;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 12px;
    letter-spacing: 4px;
    left: 6px
}

.footer__wrap {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 240px 2% 0 2%;
    position: relative
}

@media only screen and (min-width:600px) and (max-width:767px),
only screen and (min-width:320px) and (max-width:599px),
only screen and (max-width:320px) {
    .footer__wrap {
        padding-left: 4%;
        padding-right: 4%;
        padding-bottom: 0
    }
}

.footer__filter {
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
    background-color: rgba(0, 87, 160, 0.4);
    transition: 0.7s
}

@media only screen and (min-width:768px) and (max-width:960px),
only screen and (min-width:600px) and (max-width:767px),
only screen and (min-width:320px) and (max-width:599px),
only screen and (max-width:320px) {
    .footer__filter {
        padding-top: 54px;
        padding-bottom: 54px
    }
}

.footer__text {
    text-align: center;
    color: #fff;
    margin-bottom: 54px
}

@media only screen and (min-width:768px) and (max-width:960px),
only screen and (min-width:600px) and (max-width:767px),
only screen and (min-width:320px) and (max-width:599px),
only screen and (max-width:320px) {
    .footer__text {
        margin-bottom: 32px
    }
}

.footer__btn {
    font-size: 14px;
    display: inline-block;
    color: #fff;
    position: relative;
    transition: 1s;
    padding: 16px 120px;
    border: 1px solid #fff
}

@media only screen and (min-width:600px) and (max-width:767px),
only screen and (min-width:320px) and (max-width:599px),
only screen and (max-width:320px) {
    .footer__btn {
        font-size: 12px;
        padding: 16px 0;
        width: 100%;
        text-align: center
    }
}

.footer__btn:hover {
    opacity: 0.7
}

.footer__btn::after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 41%;
    right: 24px;
    display: inline-block;
    width: 40px;
    height: 13px;
    background-image: url(../picture/arrow--white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle
}

.footer__symbol {
    width: 150px;
    display: block;
    margin-bottom: 40px
}

@media only screen and (min-width:768px) and (max-width:960px),
only screen and (min-width:600px) and (max-width:767px),
only screen and (min-width:320px) and (max-width:599px),
only screen and (max-width:320px) {
    .footer__symbol {
        margin: auto;
        margin-bottom: 32px
    }
}

.footer__sns {
    font-size: 14px;
    color: #fff;
    display: block
}

.footer:nth-of-type(1) .footer__sns {
    margin-bottom: 4px
}

.footer__list {
    display: flex;
    margin-bottom: 40px
}

@media only screen and (min-width:768px) and (max-width:960px),
only screen and (min-width:600px) and (max-width:767px),
only screen and (min-width:320px) and (max-width:599px),
only screen and (max-width:320px) {
    .footer__list {
        display: block
    }
}

.footer__return {
    width: 64px;
    margin: 0 0 0 auto;
    cursor: pointer;
}

.footer .flex:not(:last-child) {
    margin-bottom: 88px
}

.footer__copyright {
    font-size: 14px;
    display: block;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 2%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 100;
    width: 100%;
    text-align: center
}

@media only screen and (min-width:320px) and (max-width:599px),
only screen and (max-width:320px) {
    .footer__copyright {
        bottom: 0%;
        font-size: 12px
    }
}

@media only screen and (min-width:768px) and (max-width:960px),
only screen and (min-width:600px) and (max-width:767px),
only screen and (min-width:320px) and (max-width:599px),
only screen and (max-width:320px) {
    .footer__info {
        display: flex
    }
}

@media only screen and (min-width:320px) and (max-width:599px),
only screen and (max-width:320px) {
    .footer__info {
        display: flex;
        margin-bottom: 40%
    }
}

@media only screen and (min-width:768px) and (max-width:960px),
only screen and (min-width:600px) and (max-width:767px),
only screen and (min-width:320px) and (max-width:599px),
only screen and (max-width:320px) {
    .footer__social {
        margin-bottom: 54px;
        text-align: center
    }
}

.list:not(:last-child) {
    margin-right: 24px
}

@media only screen and (min-width:768px) and (max-width:960px),
only screen and (min-width:600px) and (max-width:767px),
only screen and (min-width:320px) and (max-width:599px),
only screen and (max-width:320px) {
    .list:not(:last-child) {
        margin-bottom: 16px
    }
}

.list__target {
    color: #fff;
    font-size: 14px
}

.page-title {
    font-size: 40px;
    color: white;
    font-weight: 500;
    letter-spacing: 5px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

.sub-title {
    font-size: 20px;
    color: #b3161d;
    border-left: 2px solid #b3161d;
    padding-left: 30px;
    margin-bottom: 32px
}

@media only screen and (min-width:961px),
only screen and (min-width:768px) and (max-width:960px),
only screen and (min-width:600px) and (max-width:767px) {
    .js--sp-fade {
        display: none
    }
}