.c-lower__fv {
    width: 100%
}

.c-lower__fv__bg {
    background-image: url(../img/about-fv.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 97px 0 0 0;
    height: 390px;
    display: flex;
    align-items: center;
    position: relative
}

@media screen and (max-width: 768px) {
    .c-lower__fv__bg {
        height: 300px;
        padding: 67px 0 0 0;
        background-position: center
    }
}

.c-lower__fv__container {
    display: flex;
    max-width: 1280px;
    align-items: center;
    height: 95px;
    background-color: rgba(255, 255, 255, .5);
    width: 100%;
    position: absolute;
    z-index: 0
}

@media screen and (max-width: 768px) {
    .c-lower__fv__container {
        height: auto;
        padding: 25px;
        display: none
    }
}

.c-lower__fv h1 {
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    font-size: 40px;
    font-weight: 900
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .c-lower__fv h1 {
        font-size: 32px;
        padding-left: 20px
    }
}

@media screen and (max-width: 768px) {
    .c-lower__fv h1 {
        text-align: left;
        font-size: 28px;
        padding-left: 20px;
        width: fit-content;
        padding: 10px 30px;
        margin-left: 0;
        background-color: rgba(255, 255, 255, .5)
    }
}

.c-lower__fv__breadcrumb {
    height: 64px;
    background-color: #eef4fb
}

.c-lower__fv__breadcrumb .breadcrumbs {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%
}

.c-lower__fv__breadcrumb a {
    color: #000;
    font-size: 14px
}

.c-lower__fv__breadcrumb span {
    color: #144c84;
    font-size: 14px
}

.c-lower__fv #breadcrumb .inbox {
    max-width: 1280px;
    margin: 0 auto;
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .c-lower__fv__breadcrumb {
        padding-left: 20px
    }
}

@media screen and (max-width: 768px) {
    .c-lower__fv__breadcrumb {
        padding-left: 20px
    }
}

.c-lower__fv__container {
    max-width: 45vw
}

.c-btn__read-more {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 258px;
    height: 58px;
    margin: 0 auto;
    color: #144c84;
    border: 1px solid #000;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .c-btn__read-more {
        font-size: 14px;
        width: 80%
    }
}

.c-btn__read-more::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 57px;
    background: #144c84;
    right: 0;
    transform: translateX(50%);
    transition: .3s
}

.c-btn__read-more:hover::after {
    transform: translateX(75%)
}

.c-contact__top {
    display: flex;
    height: 450px
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .c-contact__top {
        flex-direction: column;
        height: auto
    }
}

@media screen and (max-width: 768px) {
    .c-contact__top {
        flex-direction: column;
        height: auto
    }
}

.c-contact__top a {
    display: flex;
    height: 100%;
    flex: 1;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .c-contact__top a {
        height: 300px;
        flex: none
    }
}

@media screen and (max-width: 768px) {
    .c-contact__top a {
        height: 300px;
        flex: none
    }
}

.c-contact__top a.blue {
    background-image: url(../img/lower-contact-house.webp);
    background-size: cover;
    z-index: 0
}

.c-contact__top a.blue .c-contactttl::before {
    color: #d5d5d5;
    opacity: .5
}

.c-contact__top a.blue .c-contactttl::after {
    -webkit-text-stroke-color: #bcbcbc;
    opacity: 1
}

.c-contact__top a.white {
    background-image: url(../img/lower-contact-interior.webp);
    background-size: cover;
    z-index: 0
}

.c-contact__top a.white .c-contactttl::before {
    color: #514e4e
}

.c-contact__top a.white .c-contactttl::after {
    -webkit-text-stroke-color: #000
}

.c-contact__bottom {
    height: 620px;
    padding: 140px 20px;
    background-image: url(../img/contact-bottom.webp);
    background-size: cover;
    background-position: center;
    z-index: -1
}

@media screen and (max-width: 768px) {
    .c-contact__bottom {
        height: auto;
        padding: 80px 20px
    }
}

.c-contact__bottom .c-contactttl.bottom::before {
    z-index: 0;
    color: #ddd;
    opacity: .5
}

.c-contact__bottom .c-contactttl.bottom::after {
    z-index: 1;
    -webkit-text-stroke-color: #ddd;
    opacity: 1
}

.c-contact__bottom__item {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: stretch
}

@media screen and (max-width: 768px) {
    .c-contact__bottom__item {
        flex-direction: column
    }
}

.c-contact__bottom__item a {
    display: flex;
    height: 210px;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    background-color: #fff;
    color: #144c84;
    gap: 14px;
    width: calc(33.3333333333% - 14px);
    text-align: center;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .c-contact__bottom__item a {
        width: 80%;
        margin: 0 auto;
        height: auto;
        padding: 20px;
        font-size: 20px
    }
}

.c-contact__bottom__item a.column {
    flex-direction: column;
    gap: 6px
}

.c-contact__bottom__item a img {
    width: 22px
}

.c-contact__bottom__item a span:first-of-type {
    font-size: 40px;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .c-contact__bottom__item a span:first-of-type {
        font-size: 24px
    }
}

.c-contact__bottom__item a span:last-of-type {
    font-size: 18px;
    font-weight: 400;
    color: #494949
}

@media screen and (max-width: 768px) {
    .c-contact__bottom__item a span:last-of-type {
        font-size: 14px
    }
}

.c-contact .c-contactttl {
    font-size: clamp(32px, 2.25vw, 36px);
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    color: #fff;
    margin-bottom: 100px;
    font-weight: 700
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .c-contact .c-contactttl {
        margin-bottom: 70px
    }
}

@media screen and (max-width: 768px) {
    .c-contact .c-contactttl {
        margin-bottom: 50px;
        font-size: 24px
    }
}

.c-contact .c-contactttl::before,
.c-contact .c-contactttl::after {
    content: attr(data-ttl);
    position: absolute;
    font-size: clamp(100px, 7.5vw, 150px);
    font-weight: 700;
    opacity: .5;
    font-family: "Noto Sans"
}

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

    .c-contact .c-contactttl::before,
    .c-contact .c-contactttl::after {
        font-size: 60px
    }
}

.c-contact .c-contactttl::before {
    color: #ddd;
    left: 50%;
    transform: translateX(-50%);
    top: -0.47em;
    z-index: -1
}

@media screen and (max-width: 768px) {
    .c-contact .c-contactttl::before {
        top: -0.4em
    }
}

.c-contact .c-contactttl::after {
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-color: #ddd;
    -webkit-text-stroke-width: 1px;
    left: 49.7%;
    transform: translate(-50%, 2%);
    top: -0.47em;
    z-index: -2
}

@media screen and (max-width: 768px) {
    .c-contact .c-contactttl::after {
        top: -0.4em
    }
}

.c-contact .c-btn__read-more {
    background-color: #fff;
    border: none
}

.p-sitemap {
    padding: 120px 20px
}

@media screen and (max-width: 768px) {
    .p-sitemap {
        padding: 70px 20px
    }
}

.p-sitemap__container ul {
    display: flex;
    flex-direction: column;
    gap: 40px
}

@media screen and (max-width: 768px) {
    .p-sitemap__container ul {
        gap: 30px
    }
}

.p-sitemap__container ul li {
    font-size: 18px
}

@media screen and (max-width: 768px) {
    .p-sitemap__container ul li {
        font-size: 16px
    }
}

.p-sitemap__container ul li a {
    border-left: 5px solid #144c84;
    background: #d0dbe6;
    padding: 16px 20px;
    display: block;
    color: #000;
    font-weight: 500
}

.p-sitemap__container ul li a:hover {
    text-decoration: underline
}