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

@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-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 .inbox {
    max-width: 1280px;
    margin: 0 auto;
}

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

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

@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: 60vw
}

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

.p-about__important {
    margin-top: 180px;
    padding: 0 20px 100px;
    position: relative
}

.p-about__important img {
    max-width: 700px;
    width: 40vw;
    position: absolute;
    right: 0;
    top: 22%
}

.p-about__important .bg__box {
    width: 70%;
    height: 650px;
    background: #eff3fb;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -3
}

.p-about__important .c-secttl {
    align-items: flex-start;
    margin-bottom: 80px;
    padding-top: 100px
}

.p-about__important .c-secttl::before {
    left: 47%;
    transform: translate(-100%, -0.1em)
}

.p-about__important .c-secttl::after {
    left: 47%;
    transform: translate(-101%, -0.13em)
}

.p-about__important__content {
    display: flex;
    gap: 80px;
    align-items: center
}

.p-about__important__content__left {
    width: 540px
}

.p-about__important__content__left h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px
}

.p-about__important__content__left p {
    line-height: 40px
}

.p-about__reason {
    margin: 280px 0 130px
}

.p-about__reason .c-secttl {
    margin-bottom: 120px
}

.p-about__reason__item {
    display: flex;
    gap: 65px;
    justify-content: space-between;
    margin-bottom: 77px
}

.p-about__reason__item img {
    width: 290px;
    height: 290px;
    object-fit: cover
}

.p-about__reason__item__txt h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px
}

.p-about__reason__item__txt p {
    line-height: 36px;
    font-size: 14px
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .p-about__important {
        margin-top: 140px;
        padding: 0 20px 80px
    }

    .p-about__important .c-secttl {
        align-items: flex-start;
        margin-bottom: 80px;
        padding-top: 100px
    }

    .p-about__important .c-secttl::before {
        left: 0;
        transform: none
    }

    .p-about__important .c-secttl::after {
        left: 0;
        transform: translate(-0.06em, -0.06em)
    }

    .p-about__important__content:first-of-type {
        margin-bottom: 200px
    }

    .p-about__important__content__left {
        width: 53vw
    }

    .p-about__important__content__left h3 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 20px
    }

    .p-about__important__content__left p {
        line-height: 40px
    }

    .p-about__reason {
        margin: 0px 0 130px;
        padding: 0 20px
    }

    .p-about__reason .c-secttl {
        margin-bottom: 80px
    }

    .p-about__reason__item {
        display: flex;
        gap: 40px;
        justify-content: space-between;
        margin-bottom: 77px
    }

    .p-about__reason__item img {
        object-fit: contain
    }

    .p-about__reason__item__txt h3 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 20px
    }

    .p-about__reason__item__txt p {
        line-height: 36px;
        font-size: 14px
    }
}

@media screen and (max-width: 768px) {
    .p-about__important {
        margin-top: 80px;
        padding: 0 20px 80px
    }

    .p-about__important .c-secttl {
        align-items: flex-start;
        margin-bottom: 50px;
        padding-top: 60px
    }

    .p-about__important .c-secttl::before {
        left: 0;
        transform: none;
        font-size: clamp(50px, 17.9487179487vw, 70px)
    }

    .p-about__important .c-secttl::after {
        left: 0;
        transform: translate(-0.06em, -0.06em);
        font-size: clamp(50px, 17.9487179487vw, 70px)
    }

    .p-about__important .bg__box {
        width: 80%
    }

    .p-about__important__content {
        flex-direction: column;
        gap: 40px
    }

    .p-about__important__content__left {
        width: 100%
    }

    .p-about__important__content__left h3 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 20px
    }

    .p-about__important__content__left p {
        line-height: 40px
    }

    .p-about__important img {
        position: inherit;
        width: 80%;
        margin: 0 auto;
        margin-top: 30px
    }

    .p-about__reason {
        margin: 50px 0 130px 0;
        padding: 0 20px
    }

    .p-about__reason .c-secttl {
        margin-bottom: 40px
    }

    .p-about__reason__item {
        flex-direction: column-reverse;
        gap: 20px;
        justify-content: space-between;
        margin-bottom: 50px
    }

    .p-about__reason__item:nth-of-type(even) {
        flex-direction: column
    }

    .p-about__reason__item img {
        object-fit: contain;
        width: 80%;
        margin: 0 auto
    }

    .p-about__reason__item__txt h3 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 20px
    }

    .p-about__reason__item__txt p {
        line-height: 36px;
        font-size: 14px
    }
}

