.c-secttl {
    font-size: 36px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    font-weight: 700;
    margin-bottom: 80px
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .c-secttl {
        font-size: 28px
    }
}

@media screen and (max-width: 768px) {
    .c-secttl {
        font-size: 24px
    }
}

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

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

    .c-secttl::before,
    .c-secttl::after {
        font-size: 100px
    }
}

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

    .c-secttl::before,
    .c-secttl::after {
        font-size: 80px
    }
}

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

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

.c-secttl span {
    display: block;
    height: 4px;
    width: 50px;
    background: #144c84;
    text-align: center
}

.c-secttl::before,
.c-secttl::after {
    font-size: 100px
}

.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-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-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.line {
    color: #4caf50;
    font-size: 36px;
}

@media screen and (max-width: 768px) {
    .c-contact__bottom__item a.line {
        font-size: 24px;
    }
}

.c-contact__bottom__item a.line img {
    width: 40px;
}

@media screen and (max-width: 768px) {
    .c-contact__bottom__item a.line img {
        width: 28px;
    }
}

.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
}

.c-btn-link__btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 60px 0 180px
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .c-btn-link__btns {
        margin-bottom: 120px
    }
}

@media screen and (max-width: 768px) {
    .c-btn-link__btns {
        margin-bottom: 70px;
        flex-direction: column;
        gap: 20px
    }
}

.c-btn-link__btns a {
    display: block;
    width: 290px;
    line-height: 75px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #a1a1a1
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .c-btn-link__btns a {
        font-size: 18px
    }
}

@media screen and (max-width: 768px) {
    .c-btn-link__btns a {
        font-size: 16px
    }
}

.c-btn-link__btns a.active {
    background-color: #144c84
}

.p-faq__wrapper {
    padding-bottom: 170px
}

.p-faq__wrapper .acordion__wrapper {
    display: flex;
    flex-direction: column;
    gap: 45px
}

.p-faq__wrapper .acordion__wrapper .acordion__item .acordion-trigger {
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 15px 25px;
    font-size: 20px;
    font-weight: 700;
    gap: 30px;
    background-color: #eff3fb;
    position: relative
}

.p-faq__wrapper .acordion__wrapper .acordion__item .acordion-trigger .question {
    font-size: 40px;
    font-weight: 700;
    color: #144c84;
    line-height: 1;
    position: relative;
    top: -5px
}

.p-faq__wrapper .acordion__wrapper .acordion__item .acordion-trigger .plas {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%)
}

.p-faq__wrapper .acordion__wrapper .acordion__item .acordion-trigger .plas::after,
.p-faq__wrapper .acordion__wrapper .acordion__item .acordion-trigger .plas::before {
    content: "";
    position: absolute;
    background-color: #144c84;
    width: 16px;
    height: 4px;
    right: 0;
    transition: .3s
}

.p-faq__wrapper .acordion__wrapper .acordion__item .acordion-trigger .plas::after {
    transform: rotate(90deg)
}

.p-faq__wrapper .acordion__wrapper .acordion__item .acordion-trigger.active .plas::after {
    transform: rotate(0deg)
}

.p-faq__wrapper .acordion__wrapper .acordion__item__inner {
    padding: 18px 30px 50px;
    font-weight: 400;
    line-height: 1.8;
    background-color: #f9f9f9;
    display: none
}

.p-faq__wrapper .acordion__wrapper .acordion__item__inner .flex {
    display: flex;
    justify-content: left;
    align-items: baseline;
    gap: 33px
}

.p-faq__wrapper .acordion__wrapper .acordion__item__inner .answer {
    font-size: 40px;
    font-weight: 700;
    color: #fa7923
}

.p-faq__wrapper .acordion__wrapper .acordion__item__inner .txt {
    transform: translateY(-5px);
    display: inline-block
}

.p-faq__wrapper .acordion__wrapper .acordion__item__inner .txt a {
    color: #000;
    text-decoration: underline
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .c-btn-link__btns {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 60px 0 180px
    }
}

@media screen and (min-width: 768px)and (max-width: 1023px)and (min-width: 768px)and (max-width: 1023px) {
    .c-btn-link__btns {
        margin-bottom: 120px
    }
}

@media screen and (min-width: 768px)and (max-width: 1023px)and (max-width: 768px) {
    .c-btn-link__btns {
        margin-bottom: 70px;
        flex-direction: column;
        gap: 20px
    }
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .c-btn-link__btns a {
        display: block;
        width: 290px;
        line-height: 75px;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        color: #fff;
        background-color: #a1a1a1
    }
}

@media screen and (min-width: 768px)and (max-width: 1023px)and (min-width: 768px)and (max-width: 1023px) {
    .c-btn-link__btns a {
        font-size: 18px
    }
}

@media screen and (min-width: 768px)and (max-width: 1023px)and (max-width: 768px) {
    .c-btn-link__btns a {
        font-size: 16px
    }
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .c-btn-link__btns a.active {
        background-color: #144c84
    }

    .p-faq__wrapper {
        padding: 0 20px 135px
    }

    .p-faq__wrapper .acordion__wrapper {
        display: flex;
        flex-direction: column;
        gap: 35px
    }

    .p-faq__wrapper .acordion__wrapper .acordion__item .acordion-trigger {
        font-size: 18px;
        gap: 25px
    }

    .p-faq__wrapper .acordion__wrapper .acordion__item .acordion-trigger .question {
        font-size: 32px
    }

    .p-faq__wrapper .acordion__wrapper .acordion__item__inner .flex {
        gap: 30px
    }

    .p-faq__wrapper .acordion__wrapper .acordion__item__inner .answer {
        font-size: 32px
    }

    .p-faq__wrapper .acordion__wrapper .acordion__item__inner .txt {
        font-size: 14px
    }
}

@media screen and (max-width: 768px) {
    .c-btn-link__btns {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 60px 0 180px
    }
}

@media screen and (max-width: 768px)and (min-width: 768px)and (max-width: 1023px) {
    .c-btn-link__btns {
        margin-bottom: 120px
    }
}

@media screen and (max-width: 768px)and (max-width: 768px) {
    .c-btn-link__btns {
        margin-bottom: 70px;
        flex-direction: column;
        gap: 20px
    }
}

@media screen and (max-width: 768px) {
    .c-btn-link__btns a {
        display: block;
        width: 290px;
        line-height: 75px;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        color: #fff;
        background-color: #a1a1a1
    }
}

@media screen and (max-width: 768px)and (min-width: 768px)and (max-width: 1023px) {
    .c-btn-link__btns a {
        font-size: 18px
    }
}

@media screen and (max-width: 768px)and (max-width: 768px) {
    .c-btn-link__btns a {
        font-size: 16px
    }
}

@media screen and (max-width: 768px) {
    .c-btn-link__btns a.active {
        background-color: #144c84
    }

    .p-faq__wrapper {
        padding: 0 20px 135px
    }

    .p-faq__wrapper .c-secttl::after,
    .p-faq__wrapper .c-secttl::before {
        font-size: clamp(50px, 15.3846153846vw, 60px)
    }

    .p-faq__wrapper .c-secttl.small::after,
    .p-faq__wrapper .c-secttl.small::before {
        font-size: clamp(40px, 12.8205128205vw, 50px)
    }

    .p-faq__wrapper .acordion__wrapper {
        display: flex;
        flex-direction: column;
        gap: 35px
    }

    .p-faq__wrapper .acordion__wrapper .acordion__item .acordion-trigger {
        font-size: 16px;
        gap: 15px;
        padding-right: 50px;
        align-items: baseline;
        line-height: 1.5;
        padding: 15px 50px 15px 60px
    }

    .p-faq__wrapper .acordion__wrapper .acordion__item .acordion-trigger .question {
        font-size: 24px;
        top: .5em;
        position: absolute;
        left: 25px
    }

    .p-faq__wrapper .acordion__wrapper .acordion__item__inner {
        padding: 15px 25px
    }

    .p-faq__wrapper .acordion__wrapper .acordion__item__inner .flex {
        gap: 15px
    }

    .p-faq__wrapper .acordion__wrapper .acordion__item__inner .answer {
        font-size: 24px
    }

    .p-faq__wrapper .acordion__wrapper .acordion__item__inner .txt {
        font-size: 14px
    }
}