/* ------------------------------------------------------
    common
------------------------------------------------------ */
.banner__title {
    font-family: var(--fontRoboto);
    color: #fff;
    font-size: var(--fontSize62);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center;
    padding-top: 145px;
    margin-top: 0;
}

.banner__subtitle {
    font-family: var(--fontNotoSansJP);
    color: #fff;
    font-size: var(--fontSize15);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 145px;
}

@media screen and (max-width: 1100px) {

    .wrapper {
        padding: 0 20px;
        width: auto;
    }
}

@media screen and (max-width: 767px) {
    .container {
        padding: 0 20px;
    }

    .heading--title {
        font-size: 20px;
        letter-spacing: 0;
        line-height: 1;
    }

    .heading__lead {
        margin-top: 8px;
    }

    .company__titleBoxes h3 {
        text-align: center;
    }

    .company__area--listItem {
        font-size: 14px;
        letter-spacing: 0;
    }

    .company__area--map {
        top: 30px;
    }

    .company__specialNote {
        font-size: 13px;
        margin-top: 16px;
    }

    .company__line {
        margin: 32px 0;
    }

    .company__service {
        margin-top: 40px;
    }

    .footer__upperContainer {
        padding: 0 20px;
    }

    .footer__upperContainer {
        justify-content: flex-start;
        gap: 40px 0;
    }

    .footer__address img {
        width: 150px;
    }

    .footer__address {
        align-items: center;
        display: flex;
        font-size: 14px;
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    .footer__pageLinks {
        gap: 0;
		column-gap: 48px;
    }
}

/* ------------------------------------------------------
    single
------------------------------------------------------ */