/*==================================================
section contact
===================================*/
.p-bottom-contact5 {
    position: relative;
    background-image: url(../img/bottom_cta_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
}

.p-bottom-contact5::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    content: "";
}

.p-bottom-contact5::after {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 5%;
    max-width: 10rem;
    width: 5rem;
    height: 7rem;
    background-image: url(../img/contact_cat.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.p-bottom-contact5__inner {
    position: relative;
    width: 100%;
    max-width: 60rem;
    margin-inline: auto;
    padding: 6.4rem 2rem;
}

.p-bottom-contact5__title {
    font-weight: 700;
    font-size: 2.4rem;
    letter-spacing: 0.14em;
}

.p-bottom-contact5__enTitle {
    display: block;
    color: #B59A24;
    font-weight: 500;
    font-size: 1.8rem;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.p-bottom-contact5__description {
    margin-top: 1.6rem;
    font-size: 1.4rem;
    line-height: 1.7333333333;
    letter-spacing: 0.13em;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
}

.p-bottom-contact5__wrap {
    margin-top: 4rem;
}

.p-bottom-contact5__block {
    width: 100%;
    margin-inline: auto;
}

.p-bottom-contact5__block:nth-of-type(2),
.p-bottom-contact5__block:nth-of-type(3) {
    margin-top: 3.4rem;
}

.p-bottom-contact5__airplane {
    width: 4rem;
    height: 3.3rem;
    margin-inline: auto;
    background-image: url(../img/icon_mail.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.p-bottom-contact5__text {
    margin-top: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    font-family: "Noto Sans JP", sans-serif;
}

.p-bottom-contact5__callWrap .p-bottom-contact5__text {
    margin-top: 1.6rem;
}

.p-bottom-contact5__button {
    display: inline-block;
    width: 100%;
    margin-top: 2.4rem;
    padding: 2rem 0;
    border: 1px solid #fff;
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: 0.13em;
    text-align: center;
}

.p-bottom-contact5__call {
    width: 2.8rem;
    height: 3.6rem;
    margin-inline: auto;
    background-image: url(../img/icon_tel_white.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.p-bottom-contact5__callButton {
    display: block;
    margin-top: 0.9rem;
    font-weight: 500;
    font-size: 3.2rem;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.13em;
}

.p-bottom-contact5__time {
    display: block;
    margin-top: 0.6rem;
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: 0.13em;
}

.p-bottom-contact5__line {
    width: 4.2rem;
    height: 4rem;
    margin-inline: auto;
    background-image: url(../img/icon_line.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
    .p-bottom-contact5::after {
        bottom: -0.5rem;
        left: 5%;
        max-width: 10rem;
        width: 10%;
        height: 20%;
    }

    .p-bottom-contact5__inner {
        max-width: 104.6rem;
        padding: 9.5rem 2.5rem 9.9rem;
    }

    .p-bottom-contact5__title {
        font-size: 2.8rem;
    }

    .p-bottom-contact5__enTitle {
        font-size: 2.2rem;
    }

    .p-bottom-contact5__description {
        margin-top: 3rem;
        margin-inline: auto;
        font-size: 1.5rem;
    }

    .p-bottom-contact5__wrap {
        display: grid;
        position: relative;
        grid-template-columns: 1fr 1.15fr 1fr;
        margin-top: 7.4rem;
    }

    .p-bottom-contact5__block:after {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #fff;
        content: "";
    }

    .p-bottom-contact5__block:nth-of-type(2),
    .p-bottom-contact5__block:nth-of-type(3) {
        margin-top: 0;
    }

    .p-bottom-contact5__block:nth-of-type(3)::after {
        display: none;
    }

    .p-bottom-contact5__block {
        position: relative;
    }

    .p-bottom-contact5__block:nth-of-type(2) {
        margin-top: 0;
    }

    .p-bottom-contact5__contactWrap {
        max-width: 32.8rem;
        margin: 0.4rem 6rem 0;
        padding: 2.2rem 0;
    }

    .p-bottom-contact5__block:nth-of-type(1) .p-bottom-contact5__contactWrap {
        margin-left: 0;
    }

    .p-bottom-contact5__callWrap {
        max-width: 27.8rem;
        margin: 0.3rem 0 0 6rem;
        padding: 2.4rem 0;
    }

    .p-bottom-contact5__airplane {
        width: 4.9rem;
        height: 4rem;
    }

    .p-bottom-contact5__text {
        margin-top: 3rem;
        font-size: 1.8rem;
    }

    .p-bottom-contact5__callWrap .p-bottom-contact5__text {
        margin-top: 2.7rem;
    }

    .p-bottom-contact5__button {
        margin-top: 2.7rem;
        padding: 2.4rem 0;
    }

    .p-bottom-contact5__call {
        width: 3.5rem;
        height: 4.5rem;
    }

    .p-bottom-contact5__callButton {
        font-size: 3.2rem;
    }
}

/*==================================================
section contact END
===================================*/