.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: 150px
}

.c-secttl .sponly {
    display: none
}

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

.p-service__assignment {
    padding: 72px 20px 160px;
    position: relative
}

.p-service__assignment .bg__box {
    position: absolute;
    height: 100px;
    width: 100vw;
    left: 50%;
    background-color: #eff3fb;
    top: 60%;
    transform: translate(-50%, -50%);
    z-index: -1
}

.p-service__assignment .c-btn__read-more {
    margin-bottom: 190px
}

.p-service__assignment__contents {
    display: flex;
    position: relative;
    justify-content: space-between;
    gap: 100px;
    align-items: stretch
}

.p-service__assignment__contents__item h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
    white-space: pre
}

.p-service__assignment__contents__item img {
    margin: 30px auto;
    object-fit: cover;
    width: 290px;
    height: 290px
}

.p-service__assignment__contents__item p {
    font-size: 14px;
    line-height: 2.2
}

.p-service__detail {
    padding: 150px 20px 116px;
    background-color: #eff3fb;
    position: relative
}

.p-service__detail::before,
.p-service__detail::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) {

    .p-service__detail::before,
    .p-service__detail::after {
        font-size: 100px
    }
}

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

    .p-service__detail::before,
    .p-service__detail::after {
        font-size: 80px
    }
}

.p-service__detail::before {
    color: #ddd;
    left: 0;
    top: -0.7em;
    z-index: 1
}

.p-service__detail::after {
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-color: #ddd;
    -webkit-text-stroke-width: 1px;
    left: .4%;
    top: -0.72em;
    z-index: 0
}

.p-service__detail .c-secttl {
    align-items: flex-start;
    margin-bottom: 60px
}

.p-service__detail .c-secttl::before {
    left: 0;
    transform: translate(-67%, -1em);
    z-index: 1;
    color: #c1c1c1
}

.p-service__detail .c-secttl::after {
    left: 0;
    transform: translate(-66%, -1.03em);
    z-index: 0
}

.p-service__detail .desc {
    line-height: 2.2;
    margin-bottom: 65px
}

.p-service__detail__item {
    display: flex;
    gap: 90px;
    align-items: center;
    margin-bottom: 70px
}

.p-service__detail__item__img {
    background-color: #fff;
    height: 280px;
    width: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: none
}

.p-service__detail__item__img.house {
    background-color: unset
}

.p-service__detail__item img {
    width: 90%;
    object-fit: contain
}

.p-service__detail__item__right {
    position: relative
}

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

.p-service__detail__item__right p {
    line-height: 2.2
}

.p-service__detail__item__right::before {
    position: absolute;
    font-size: 150px;
    font-weight: 700;
    font-family: "Noto Sans";
    color: rgba(20, 76, 132, .2);
    left: -0.3em;
    top: -0.7em
}

.p-service__detail__item:first-of-type .p-service__detail__item__right::before {
    content: "1"
}

.p-service__detail__item:nth-of-type(2) .p-service__detail__item__right::before {
    content: "2"
}

.p-service__detail__item:nth-of-type(3) .p-service__detail__item__right::before {
    content: "3"
}

.p-service__detail__item:nth-of-type(4) .p-service__detail__item__right::before {
    content: "4"
}

.p-service__reason {
    padding: 200px 20px 180px
}

.p-service__reason__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-bottom: 50px
}

.p-service__reason__item .number {
    font-size: 40px;
    font-family: "Noto Sans";
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 12px;
    color: #144c84
}

.p-service__reason__item__wrapper {
    display: flex;
    gap: 60px
}

.p-service__reason__item__wrapper__left {
    flex: 1
}

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

.p-service__reason__item__wrapper__left p {
    line-height: 2.2
}

.p-service__reason__item__wrapper img {
    width: 500px;
    height: 320px;
    object-fit: cover
}

.p-service__voice {
    padding: 168px 20px 100px;
    background-color: #eff3fb
}

.p-service__voice .c-secttl {
    z-index: 0
}

.p-service__voice .c-secttl::before {
    z-index: -1;
    color: #c1c1c1
}

.p-service__voice .c-secttl::after {
    z-index: -2
}

.p-service__voice__item {
    border: 2px solid #a1a1a1;
    padding: 48px 90px;
    margin-bottom: 50px
}

.p-service__voice__item__ttl-wrapper {
    display: flex;
    gap: 30px;
    font-size: 30px;
    color: #144c84;
    font-family: "Noto Sans JP";
    margin-bottom: 38px
}

.p-service__voice__item__ttl-wrapper h3 {
    font-weight: 700
}

.p-service__voice__item__ttl-wrapper p {
    font-weight: 700
}

.p-service__voice__item__txt {
    line-height: 2.2
}

.p-service__price {
    display: block;
    padding: 180px 20px 100px
}

.p-service__price__item {
    display: flex;
    gap: 30px;
    padding: 30px;
    border: 2px solid #707070;
    margin-top: 40px
}

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

.p-service__price__item__left h3 span {
    font-size: 20px;
    font-weight: 700
}

.p-service__price__item__left p {
    line-height: 2.2
}

.p-service__price__item img {
    max-width: 200px
}

.p-service__flow {
    padding: 146px 20px 180px;
    background-color: #eff3fb
}

.p-service__flow .c-secttl {
    z-index: 0
}

.p-service__flow .c-secttl::before {
    z-index: -1;
    color: #c1c1c1
}

.p-service__flow .c-secttl::after {
    z-index: -2
}

.p-service__flow__item {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    position: relative
}

.p-service__flow__item__left {
    height: 30px;
    width: 30px;
    background-color: #144c84;
    display: block
}

.p-service__flow__item__right {
    flex: 1;
    height: 200px
}

.p-service__flow__item__right h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #144c84;
    line-height: 1
}

.p-service__flow__item__right p {
    line-height: 2.2
}

.p-service__flow__item::before {
    content: "";
    width: 2px;
    height: 200px;
    background-color: #144c84;
    position: absolute;
    left: 15px
}

.p-service__flow__item:last-of-type::before {
    display: none
}

.p-service__flow__item:last-of-type .p-service__flow__item__right {
    height: auto
}

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

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

    .p-service__assignment {
        padding: 72px 20px 140px
    }

    .p-service__assignment .c-btn__read-more {
        margin-bottom: 150px
    }

    .p-service__assignment__contents {
        gap: 20px
    }

    .p-service__assignment__contents__item h3 {
        font-size: 16px
    }

    .p-service__detail {
        padding: 110px 20px 40px
    }

    .p-service__detail .c-secttl {
        margin-bottom: 50px
    }

    .p-service__detail .c-secttl::before {
        left: 0;
        transform: translate(0, -1em)
    }

    .p-service__detail .c-secttl::after {
        left: 0;
        transform: translate(1%, -1.03em);
        z-index: 0
    }

    .p-service__detail .desc {
        margin-bottom: 50px
    }

    .p-service__detail__item {
        gap: 60px
    }

    .p-service__detail__item__right h3 {
        font-size: 20px
    }

    .p-service__detail__item__right p {
        font-size: 14px
    }

    .p-service__detail__item__right::before {
        font-size: 120px;
        left: -0.3em;
        top: -0.45em
    }

    .p-service__reason {
        padding: 130px 20px 70px
    }

    .p-service__reason__item {
        gap: 40px;
        margin-bottom: 50px
    }

    .p-service__reason__item .number {
        font-size: 40px;
        font-family: "Noto Sans";
        font-weight: 500;
        text-decoration: underline;
        text-underline-offset: 12px;
        color: #144c84
    }

    .p-service__reason__item__wrapper {
        display: flex;
        gap: 40px
    }

    .p-service__reason__item__wrapper__left {
        flex: 1
    }

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

    .p-service__reason__item__wrapper__left p {
        line-height: 2.2;
        font-size: 14px
    }

    .p-service__reason__item__wrapper img {
        width: 40vw;
        height: 320px;
        object-fit: cover
    }

    .p-service__voice {
        padding: 120px 20px 60px
    }

    .p-service__voice__item {
        padding: 30px 45px
    }

    .p-service__voice__item__ttl-wrapper {
        gap: 20px;
        font-size: 24px;
        margin-bottom: 28px
    }

    .p-service__voice__item__txt {
        line-height: 2.2;
        font-size: 14px
    }

    .p-service__price {
        padding: 130px 20px 80px
    }

    .p-service__price__item {
        gap: 30px;
        padding: 20px;
        margin-top: 30px
    }

    .p-service__price__item__left h3 {
        font-size: 24px
    }

    .p-service__price__item__left p {
        font-size: 14px
    }

    .p-service__flow {
        padding: 120px 20px 130px
    }

    .p-service__flow__item__right {
        height: 150px
    }

    .p-service__flow__item__right h3 {
        font-size: 22px
    }

    .p-service__flow__item__right p {
        font-size: 14px
    }

    .p-service__flow__item::before {
        height: 150px
    }
}

@media screen and (max-width: 768px) {
    .c-secttl {
        margin-bottom: 50px
    }

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

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

    .p-service__assignment {
        padding: 72px 20px 80px
    }

    .p-service__assignment .c-btn__read-more {
        margin-bottom: 80px
    }

    .p-service__assignment__contents {
        gap: 20px;
        flex-direction: column
    }

    .p-service__assignment__contents__item img {
        width: 100%;
        margin: 20px auto
    }

    .p-service__assignment__contents__item h3 {
        font-size: 16px
    }

    .p-service__detail {
        padding: 60px 20px 40px
    }

    .p-service__detail .c-secttl {
        margin-bottom: 40px;
        font-size: 22px;
        text-align: left
    }

    .p-service__detail .c-secttl::before,
    .p-service__detail .c-secttl::after {
        font-size: 60px;
        left: -20px;
        transform: translate(0, -1em)
    }

    .p-service__detail .c-secttl::before {
        transform: translate(0, -1em)
    }

    .p-service__detail .c-secttl::after {
        transform: translate(0.03em, -1.03em)
    }

    .p-service__detail__item {
        flex-direction: column-reverse;
        gap: 20px
    }

    .p-service__detail__item__right h3 {
        font-size: 18px;
        margin-bottom: 20px
    }

    .p-service__detail__item__right p {
        font-size: 14px
    }

    .p-service__detail__item__right::before {
        font-size: 100px;
        left: -0.2em;
        top: -0.45em
    }

    .p-service__reason {
        padding: 70px 20px 30px
    }

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

    .p-service__reason .c-secttl .sponly {
        display: block
    }

    .p-service__reason__item {
        gap: 25px;
        margin-bottom: 40px
    }

    .p-service__reason__item .number {
        font-size: 32px
    }

    .p-service__reason__item__wrapper {
        flex-direction: column;
        gap: 25px
    }

    .p-service__reason__item__wrapper__left h3 {
        font-size: 18px
    }

    .p-service__reason__item__wrapper__left p {
        font-size: 14px
    }

    .p-service__reason__item__wrapper img {
        width: 100%;
        height: auto
    }

    .p-service__voice {
        padding: 60px 20px 40px
    }

    .p-service__voice__item {
        padding: 20px
    }

    .p-service__voice__item__ttl-wrapper {
        flex-direction: column;
        gap: 12px;
        font-size: 18px;
        margin-bottom: 20px
    }

    .p-service__voice__item__txt {
        font-size: 14px
    }

    .p-service__price {
        padding: 70px 20px 40px
    }

    .p-service__price__item {
        flex-direction: column;
        align-items: center;
        gap: 30px
    }

    .p-service__price__item__left h3 {
        font-size: 20px
    }

    .p-service__price__item__left h3 span {
        font-size: 16px
    }

    .p-service__price__item__left p {
        font-size: 14px
    }

    .p-service__price__item img {
        width: 140px
    }

    .p-service__flow {
        padding: 60px 20px 50px
    }

    .p-service__flow__item {
        gap: 25px
    }

    .p-service__flow__item__left {
        height: 20px;
        width: 20px
    }

    .p-service__flow__item__right {
        height: auto;
        padding-bottom: 30px
    }

    .p-service__flow__item__right h3 {
        font-size: 16px
    }

    .p-service__flow__item__right p {
        font-size: 14px
    }

    .p-service__flow__item::before {
        left: 9px;
        height: 240px;
        top: 20px
    }

    .p-service__flow__item:nth-last-of-type(2)::before {
        height: 180px
    }
}