@charset "UTF-8";

/*--- 共通 ---*/

.list p {
    position: relative;
    text-align: left;
    background-image: repeating-linear-gradient(90deg, var(--i_txt_color), var(--i_txt_color) 1px, transparent 1px, transparent 3px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 1px;
    line-height: 1.3;
    padding-left: 25px;
    padding-bottom: 17px;
    margin-bottom: 17px;
}

.list p::before {
    position: absolute;
    display: block;
    content: "check_box";
    pointer-events: none;
    font-size: 2rem;
    top: -0.1rem;
    left: 0;
    font-family: 'Material Symbols Outlined';
}

.block_news_1 li ol li {
    color: var(--i_bg_color);
    background: var(--i_main_color);
    border: 1px solid var(--i_main_color) !important;
    font-weight: bold;
    border-radius: 50px;
    opacity: 1;
    font-size: 1.4rem;
    padding: 2px 10px;
    margin-top: 10px;
    font-family: "Outfit", "Zen Kaku Gothic New", sans-serif !important;
}

/*--- about ---*/

#ab+section::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: url("/common/upload_data/aoba-lifespcom/image/map3.png") no-repeat left bottom / contain;
}

#ab+section>.content_wrapper {
    align-items: center;
}

#ab+section .heading.block_header_1 .h {
    font-size: 7rem;
    color: var(--i_main_color);
    letter-spacing: 0.4rem;
    text-shadow: -3px 0 0 #fff, 3px 0 0 #fff, 0 -3px 0 #fff, 0 3px 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff;
    position: relative;
    font-weight: 500;
}

#ab+section .heading.block_header_1 .h::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid #568780;
    z-index: -1;
}

#ab+section .inner_item_txt p {
    line-height: 2.5;
}

@media screen and (max-width: 800px) {
    #ab+section .heading.block_header_1 .h {
        font-size: 4rem;
        margin-bottom: 20px;
    }
}

/*--- flow ---*/

#fl+div .heading.block_header_4 .h {
    color: var(--i_main_color);
    font-family: "Outfit", "Zen Kaku Gothic New", sans-serif !important;
    font-size: 2.5rem !important;
    line-height: 1;
}

#fl+div .heading.block_header_4 p {
    color: var(--i_txt_color);
    font-size: 2.2rem !important;
    line-height: 1.4;
}

#fl+div .wrapper_item {
    width: calc(100% - 30px);
    justify-content: flex-end;
    gap: 50px;
    margin-right: 0;
    margin-left: auto;
    overflow: visible;
}

#fl+div .inner_item {
    position: relative;
    padding-bottom: 30px;
    margin: 0 !important;
    width: 30% !important;
}

#fl+div .inner_item::before,
#fl+div .inner_item:nth-of-type(4)::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 20px;
    height: 20px;
    top: 50%;
    right: -37px;
    z-index: 1;
    background: var(--i_main_color);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transform: translateY(-50%);
}

#fl+div .inner_item:nth-of-type(4)::after {
    right: auto;
    left: -40px;
}

#fl+div .inner_item_txt {
    margin-top: 0;
}

#fl+div .inner_item:nth-of-type(6):before {
    display: none;
}

#fl+div .inner_item_img img {
    height: auto !important;
}

#fl+div .inner_item>a {
    max-width: 80px;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    #fl+div .wrapper_item {
        justify-content: center;
        width: 100%;
    }

    #fl+div .inner_item {
        width: 25% !important;
    }
}

@media screen and (max-width: 700px) {
    #fl+div .inner_item {
        width: 100% !important;
        flex-direction: row;
        padding-bottom: 0;
    }

    #fl+div .inner_item:nth-of-type(4)::after {
        display: none;
    }

    #fl+div .inner_item::before {
        top: auto;
        bottom: -33px;
        left: 20.1px;
        transform: none;
        clip-path: polygon(50% 100%, 100% 0, 0 0);
        height: 15px;
    }

    #fl+div .inner_item>a {
        max-width: 55px;
        display: grid;
        place-content: center;
        margin-right: 15px;
    }

    #fl+div .inner_item_txt {
        padding: 0;
        margin-bottom: 0;
    }

    #fl+div .heading.block_header_4 {
        display: flex;
        align-items: stretch;
        gap: 0 15px;
        height: 100%;
    }

    #fl+div .heading.block_header_4>* {
        display: grid;
        place-content: center;
    }

    #fl+div .heading.block_header_4 .h {
        color: var(--i_bg_color);
        font-size: 1.7rem !important;
        background: var(--i_main_color);
        border-right: 8px solid var(--i_sub2_color);
        padding: 25px 10px;
        margin-bottom: 0;
        position: relative;
    }

    #fl+div .heading.block_header_4 .h::before {
        content: "STEP";
        font-size: 1.7rem !important;
        top: 0;
        line-height: 1.2;
        position: relative;
    }

    #fl+div .heading.block_header_4 p {
        font-size: 1.6rem !important;
        line-height: 1.5;
        text-align: left;
    }
}

/* --- */

@media screen and (min-width: 601px) {
    #fl2_sp+section {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    #fl2_pc+section {
        display: none;
    }
}

/*--- recommend ---*/

#recommend+div .heading.block_header_4 .h {
    font-size: clamp(2.5rem, 2.5vw, 3rem) !important;
    color: var(--i_bg_color);
    background: var(--i_main_color);
    border-radius: 15px 15px 0 0;
    padding: 20px 10px;
    margin-bottom: 40px;
}

#recommend+div .inner_item:last-of-type .heading.block_header_4 .h {
    background: var(--i_sub3_color);
}

#recommend+div .wrapper_item {
    overflow: visible;
}

#recommend+div .inner_item {
    padding: 0 0 55px;
    position: relative;
    background: var(--i_bg_color);
    border: 2px solid var(--i_main_color);
    border-radius: 20px;
}

#recommend+div .inner_item:last-of-type {
    border: 2px solid var(--i_sub3_color);
}

#recommend+div .inner_item::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 15vw;
    min-height: 120px;
    max-height: 200px;
    left: -80px;
    bottom: -8px;
    background: url("/common/upload_data/aoba-lifespcom/image/people.png.webp") no-repeat left bottom / contain;
    z-index: 1;
}

#recommend+div .inner_item:last-of-type::before {
    left: auto;
    right: -80px;
    background: url("/common/upload_data/aoba-lifespcom/image/people2.png.webp") no-repeat right bottom / contain;
}

#recommend+div .inner_item_txt {
    margin-top: 0;
}

#recommend+div .inner_item_txt>div:not(:first-of-type),
#recommend+div p.h {
    padding-inline: 5%;
}

#recommend+div p.h {
    color: var(--i_main_color);
    font-weight: bold;
    font-size: clamp(1.8rem, 4vw, 2rem);
    margin-block: 30px 40px;
    position: relative;
    display: inline-block;
}

#recommend+div p.h::before {
    position: absolute;
    display: block;
    content: "keyboard_double_arrow_down";
    pointer-events: none;
    font-size: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    top: 35px;
    font-family: 'Material Symbols Outlined';
    color: var(--i_main_color);
    line-height: 1;
}

#recommend+div .inner_item:last-of-type p.h,
#recommend+div .inner_item:last-of-type p.h::before {
    color: var(--i_sub3_color);
}

#recommend+div .contents_btn01 {
    margin-top: 30px;
}

#recommend+div .inner_item>a {
    max-width: 450px;
    margin: 0 auto;
    background: var(--i_bg_color);
}

#recommend+div .inner_item_img img {
    height: auto !important;
}

#recommend+div .heading.block_header_4+.list p::before {
    content: "";
    top: 0.2rem;
    width: 16px;
    height: 100%;
    background: url("/common/upload_data/aoba-lifespcom/image/bad.png") no-repeat top left / contain;
}

@media screen and (max-width: 1200px) {
    #recommend+div .inner_item::before {
        left: -25px
    }

    #recommend+div .inner_item:last-of-type::before {
        right: -25px;
    }
}

/*--- service ---*/

#s_hd+section::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--i_main_color);
    border-radius: 0 100px 0 0;
}

@media screen and (max-width: 900px) {
    #s_hd+section::after {
        border-radius: 0 50px 0 0;
    }
}

/* --- */

a[id^="sv"]+section>.content_wrapper {
    background: rgb(81, 173, 159, 0.8) !important;
    border-radius: 0 50px 0 0;
}

a[id^="sv"]+section .heading.block_header_2 .h {
    color: var(--i_bg_color);
    font-family: "Outfit", "Zen Kaku Gothic New", sans-serif !important;
    background: var(--i_btn_color);
    border-radius: 50px;
    margin-bottom: 15px;
    font-size: 1.6rem !important;
    padding: 5px 20px;
}

a[id^="sv"]+section .heading.block_header_2 p {
    font-size: 2.8rem !important;
    line-height: 1.3;
    color: var(--i_bg_color);
}

a[id^="sv"]+section .inner_item_txt p {
    color: var(--i_bg_color);
}

a[id^="sv"]+section .inner_item_img {
    max-width: 450px !important;
    margin-inline: auto;
    position: relative;
}

a[id^="sv"]+section .inner_item_img img {
    aspect-ratio: 800 / 533;
    object-fit: cover;
}

#sv+section .inner_item_txt,
#sv3+section .inner_item_txt {
    padding-left: 5%;
}

#sv2+section .inner_item_txt,
#sv4+section .inner_item_txt {
    padding-right: 5%;
}

#sv+section .inner_item_img::before,
#sv4+section .inner_item_img::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 35vw;
    min-height: 150px;
    max-height: 250px;
    left: -80px;
    bottom: -90px;
    background: url("/common/upload_data/aoba-lifespcom/image/people3.png.webp") no-repeat left bottom / contain;
    z-index: 1;
}

#sv4+section .inner_item_img::before {
    background: url("/common/upload_data/aoba-lifespcom/image/people4_1.png.webp") no-repeat right bottom / contain;
    left: auto;
    right: -80px;
}

@media screen and (max-width: 900px) {
    #sv+section .inner_item_img::before {
        bottom: 0;
        left: -30px;
    }

    #sv4+section .inner_item_img::before {
        bottom: 0;
        right: -30px;
    }
}

@media screen and (max-width: 800px) {
    a[id^="sv"]+section .heading.block_header_2 p {
        font-size: 2rem !important;
        line-height: 1.4;
    }

    a[id^="sv"]+section .block_header_2 .h {
        font-size: 1.8rem !important;
    }
}

#service+div {
    overflow: visible;
}

#service+div .inner_item {
    width: 100% !important;
    margin: 0 !important;
}

#service+div .inner_item_img img {
    max-width: 400px;
    height: auto !important;
    aspect-ratio: 1 / 1.1;
}

#service+div .sv .inner_item_txt {
    background: repeating-linear-gradient(90deg, var(--i_txt_color) 0 1px, transparent 1px 3px) left bottom / 100% 1px repeat-x;
    padding-bottom: 65px;
}

#service+div .heading.block_header_4 {
    margin-bottom: 40px;
}

#service+div .heading.block_header_4 .h {
    font-size: clamp(2.5rem, 2.5vw, 3.5rem) !important;
    line-height: 1.2;
    display: inline-block;
    position: relative;
    padding: 80px 50px 30px 0;
    color: var(--i_sub3_color);
}

#service+div .heading.block_header_4 .h::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: url("/common/upload_data/aoba-lifespcom/image/s-bg_1.png.webp") no-repeat top right / contain;
    z-index: -1;
}

#service+div .heading.block_header_4 p {
    color: var(--i_sub3_color);
    font-size: 1.8rem;
    font-weight: bold;
}

@media screen and (min-width: 901px) {
    #service+div .heading.block_header_1 {
        width: calc(50% - 40px);
        margin-right: 0;
        margin-left: auto;
    }

    #service+div .wrapper_item {
        flex-wrap: nowrap;
        gap: 0 80px;
    }

    #service+div .sv {
        width: 50%;
    }

    #service+div .sv .inner_item {
        height: 100vh;
        justify-content: center;
    }

    #service+div .sv .inner_item>a {
        display: none;
    }

    #service+div .wrapper_item>.inner_item {
        position: sticky;
        width: 50% !important;
        height: 100vh;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
    }

    #service+div .wrapper_item>.inner_item>a {
        background: url(/common/upload_data/aoba-lifespcom/image/service-bg.jpg.webp) no-repeat center bottom / cover;
        height: 90%;
        padding: 10px;
        justify-content: center;
        pointer-events: none;
    }
}

@media screen and (max-width: 900px) {
    #service+div .wrapper_item>.inner_item {
        display: none;
    }

    #service+div .sv .inner_item:not(:last-of-type) {
        margin-bottom: 80px !important;
    }

    #service+div .inner_item>a {
        max-width: 400px;
        margin: 0 auto
    }

    #service+div .heading.block_header_4 .h {
        padding: 40px 20px 0 0;
        margin-top: -25px;
        z-index: 1;
    }
}

/*--- menu ---*/

#menu+div .heading.block_header_1 {
    margin-bottom: 60px;
}

#menu+div .wrapper_item {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 10px 25px;
    position: relative;
    overflow: visible;
}

#menu+div .wrapper_item::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 20%;
    max-width: 200px;
    min-width: 120px;
    height: 100%;
    top: -50px;
    left: 0;
    background: url("/common/upload_data/aoba-lifespcom/image/kaikei.png") no-repeat top left / contain;
    z-index: 1;
}

#menu+div .inner_item {
    width: auto !important;
    margin: 0 !important;
}

#menu+div .inner_item>a {
    background: var(--i_bg_color);
    border-radius: 50%;
}

#menu+div .inner_item_img img {
    height: auto !important;
    max-width: 208px;
}

#menu+div .inner_item:nth-of-type(even) .heading.block_header_4 .h {
    font-size: clamp(1.5rem, 4vw, 5rem) !important;
    color: var(--i_txt_color);
}

@media screen and (max-width: 480px) {
    #menu+div .wrapper_item {
        padding-top: 65px;
        column-gap: 5px
    }

    #menu+div .wrapper_item::before {
        top: 0;
        min-width: 150px;
    }

    #menu+div .heading.block_header_1 {
        margin-bottom: 30px;
    }
}

/* --- */

#me+div .heading.block_header_1::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 1px;
    left: 0;
    top: calc(50% - 0.5px);
    background: var(--i_txt_color);
    z-index: -1;
}

#me+div .heading.block_header_1 .h {
    background: var(--i_bg_color);
    padding-inline: 20px;
    font-size: 3.5rem;
}

#me+div .wrapper_item {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 80px 5%;
    max-width: 1000px;
    margin: 0 auto;
}

#me+div .inner_item:last-of-type {
    grid-area: 1 / 2 / 3 / 3;
    text-align: left;
}

#me+div .inner_item {
    width: 100% !important;
    margin: 0 auto !important;
}

#me+div .inner_item:not(:last-of-type) {
    position: relative;
    max-width: 400px;
}

#me+div .inner_item:not(:last-of-type) .inner_item_txt {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--i_sub3_color);
    padding: 2px 15px;
}

#me+div .inner_item:nth-of-type(2) .inner_item_txt {
    background: var(--i_main_color);
}

#me+div .inner_item:not(:last-of-type) .inner_item_txt .heading.block_header_4 .h {
    color: var(--i_bg_color);
    margin-bottom: 0;
    font-family: "Outfit", "Zen Kaku Gothic New", sans-serif !important;
}

#me+div .inner_item:first-of-type::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 30px;
    bottom: -55px;
    left: 0;
    background: url("/common/upload_data/aoba-lifespcom/image/sp_yaji.png") no-repeat bottom center / contain;
}

#me+div .inner_item:last-of-type .heading.block_header_4 {
    text-align: left;
}

#me+div .inner_item:last-of-type .heading.block_header_4 h3 {
    color: var(--i_sub3_color);
    display: inline-block;
    border: 1px solid var(--i_sub3_color);
    border-radius: 50px;
    padding-inline: 15px;
    line-height: 2;
}

#me+div .inner_item:last-of-type .heading.block_header_4 p {
    font-size: 4.8rem !important;
}

#me+div .inner_item:last-of-type .heading.block_header_4 p .last {
    font-size: 3.5rem !important;
    padding-left: 5px;
}

#me+div .inner_item:last-of-type .inner_item_txt>div:nth-of-type(2) p {
    background: repeating-linear-gradient(90deg, var(--i_txt_color) 0 1px, transparent 1px 3px) left bottom / 100% 1px repeat-x;
    padding-bottom: 17px;
    margin-bottom: 17px;
}

#me+div .inner_item:last-of-type .inner_item_txt>div:nth-of-type(2) p strong {
    width: 30%;
    display: inline-block;
}

#me+div .inner_item:last-of-type .inner_item_txt>p {
    padding-top: 30px;
}

#me+div .contents_btn01 .content_wrapper {
    text-align: left;
    padding-top: 20px;
}

#me+div .inner_item_img img {
    height: auto !important;
    aspect-ratio: 800 / 533;
}

@media screen and (max-width: 900px) {
    #me+div .wrapper_item {
        display: flex;
        flex-direction: column;
    }

    #me+div .wrapper_item {
        gap: 20px 5%;
    }

    #me+div .inner_item:first-of-type {
        padding-bottom: 60px;
    }

    #me+div .inner_item:first-of-type::before {
        bottom: 5px;
    }

    #me+div .heading.block_header_1 .h {
        font-size: 2.5rem !important;
    }

    #me+div .inner_item:last-of-type .heading.block_header_4 p {
        font-size: 3.5rem !important;
    }

    #me+div .inner_item:last-of-type .heading.block_header_4 p .last {
        font-size: 2.5rem !important;
    }
}

/*--- check ---*/

#ck+div::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 98%;
    max-width: 1800px;
    height: calc(100% - 140px);
    right: 0;
    bottom: 0;
    background: var(--i_sub2_color);
    border-radius: 100px 0 0 0;
}

#ck+div .wrapper_item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 60px;
}

#ck+div .inner_item {
    width: auto !important;
    margin: 0 !important;
}

#ck+div .inner_item:nth-of-type(3) {
    grid-area: 1 / 2 / 3 / 3;
}

#ck+div .inner_item:nth-of-type(3) .inner_item_img img {
    height: auto !important;
    max-width: 200px;
}

#ck+div .inner_item:not(:nth-of-type(3)) .inner_item_txt {
    background: var(--i_bg_color);
    margin-top: 0;
    padding: 25px 10px;
    border-radius: 10px;
    box-shadow: 10px 10px 20px var(--i_shadow_color);
}

#ck+div .inner_item:not(:nth-of-type(3)) .inner_item_txt p {
    position: relative;
    padding-top: 40px;
    line-height: 1.5;
}

#ck+div .inner_item:not(:nth-of-type(3)) .inner_item_txt p::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/common/upload_data/aoba-lifespcom/image/bad.png) no-repeat top center / 25px;
}

#ck+div .inner_item:not(:nth-of-type(3)) .inner_item_txt p em {
    font-style: normal;
    color: var(--i_main_color);
    font-weight: bold;
}

#ck+div .inner_item:nth-of-type(1),
#ck+div .inner_item:nth-of-type(5) {
    align-items: flex-end;
}

@media screen and (min-width: 1001px) {
    #ck+div .inner_item:not(:nth-of-type(3)) .inner_item_txt {
        width: 300px;
    }
}

@media screen and (max-width: 900px) {
    #ck+div::before {
        height: calc(100% - 80px);
        border-radius: 50px 0 0 0;
    }

    #ck+div .wrapper_item {
        display: flex;
        justify-content: center;
        align-items: stretch;
        gap: 10px;
    }

    #ck+div .inner_item {
        width: 45% !important;
    }

    #ck+div .inner_item:nth-of-type(3) {
        order: 5;
        width: 100% !important;
    }

    #ck+div .inner_item:nth-of-type(3) .inner_item_img img {
        max-width: 150px;
    }

    #ck+div .inner_item:nth-of-type(1),
    #ck+div .inner_item:nth-of-type(5) {
        align-items: stretch;
    }

    #ck+div .inner_item:not(:nth-of-type(3)) .inner_item_txt {
        height: 100%;
    }
}

@media screen and (max-width: 480px) {
    #ck+div .inner_item:nth-of-type(3) .inner_item_img img {
        max-width: 100px;
    }

    #ck+div .inner_item:nth-of-type(3) {
        padding-top: 20px;
    }
}

/* --- */

#soudan+section::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 98%;
    max-width: 1800px;
    height: 100%;
    right: 0;
    bottom: 0;
    background: var(--i_sub2_color);
}

#soudan+section>.content_wrapper {
    background: var(--i_main_color);
    padding-block: 65px;
    position: relative;
    overflow: visible;
    margin-top: 30px;
}

#soudan+section>.content_wrapper::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 15vw;
    min-height: 180px;
    max-height: 280px;
    right: -50px;
    bottom: -8px;
    background: url("/common/upload_data/aoba-lifespcom/image/20260420134853.png.webp") no-repeat right bottom / contain;
}

#soudan+section .heading.block_header_1 .h,
#soudan+section .wrapper_item {
    color: var(--i_bg_color);
}

#soudan+section .heading.block_header_1 .h {
    font-size: 3.5rem !important;
}

#soudan+section .wrapper_item {
    padding-inline: 10%;
}

@media screen and (max-width: 900px) {
    #soudan+section .wrapper_item {
        padding-inline: 10px;
    }

    #soudan+section {
        padding-bottom: 100px;
    }

    #soudan+section>.content_wrapper::before {
        bottom: -100px;
    }
}

@media screen and (max-width: 800px) {
    #soudan+section .heading.block_header_1 .h {
        font-size: 2rem !important;
    }
}

/*--- area ---*/

#area+div::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 40%;
    max-width: 800px;
    min-width: 350px;
    height: 100%;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    background: url("/common/upload_data/aoba-lifespcom/image/map_bg_2.png.webp") no-repeat top center / contain;
}

#area+div .wrapper_item {
    gap: 30px 0;
}

#area+div .inner_item {
    margin: 0 !important;
    width: 100% !important;
    background: #f3f3f3;
}

#area+div .inner_item .inner_item_txt {
    margin-top: 0;
}

#area+div .inner_item .inner_item_txt>p {
    display: none;
    padding: 0 20px 20px;
}

#area+div .heading.block_header_4 {
    padding-block: 20px;
    margin-bottom: 0;
    cursor: pointer;
}

#area+div .heading.block_header_4::before,
#area+div .heading.block_header_4::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    right: 50px;
    top: 50%;
    width: 16px;
    height: 2px;
    background: var(--i_txt_color);
    transform: translateY(-50%);
}

#area+div .heading.block_header_4::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .4s ease-in-out;
}

#area+div .heading.block_header_4.tgl::after {
    transform: translateY(-50%) rotate(180deg);
}

#area+div .heading.block_header_4 .h {
    text-align: left;
    position: relative;
    padding-left: 50px;
    color: var(--i_txt_color);
    margin-bottom: 0;
}

#area+div .heading.block_header_4 .h::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 20px;
    background: url("/common/upload_data/aoba-lifespcom/image/pin.png.webp") no-repeat left center / contain;
}

/*--- column/news ---*/

.block_news_1 li ol li {
    margin-top: 0;
}

.block_news_1 li a>* {
    padding-left: 0;
}

.block_news_1 li a>p:before {
    display: none;
}

.block_news_1 ul {
    width: 100%;
    min-width: auto;
}

.block_news_1 ul>li {
    border: none !important;
    background: repeating-linear-gradient(90deg, var(--i_txt_color) 0 1px, transparent 1px 3px) left bottom / 100% 1px repeat-x;
}

.block_news_1 li a {
    padding: 30px 45px 30px 0;
    position: relative;
}

.block_news_1 ul>li a::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: .4s ease-in-out;
    text-align: center;
    content: "arrow_outward";
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Material Symbols Outlined';
    color: var(--i_main_color);
    font-size: 3.5rem;
}

.block_news_1 ul>li a:hover::after {
    opacity: 0.5;
}

.block_news_1 .contents_btn01 {
    padding-right: 0;
    padding-top: 50px;
}

.block_news_1 .contents_btn01>.content_wrapper {
    text-align: right;
}

/* --- */

.allwp {
    padding-block: 100px;
    background: var(--i_sub2_color);
    border-radius: 100px 0 0 0;
    position: relative;
}

.allwp::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: url("/common/upload_data/aoba-lifespcom/image/map2.png") no-repeat left bottom / contain;
}

.innerwp {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    gap: 100px 0;
}

.innerwp::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: var(--i_txt_color);
    opacity: 0.3;
}

.innerwp>div {
    width: 48%;
}

@media screen and (max-width: 800px) {
    .allwp {
        border-radius: 50px 0 0 0;
    }
}

@media screen and (max-width: 800px) {
    .innerwp>div {
        width: 100%;
    }

    .innerwp::before {
        width: 90%;
        height: 1px;
        left: 5%;
        transform: translateY(-50%);
        top: 50%;
    }
}

/*--- company ---*/

#company+section {
    background-color: #d0e5e1 !important;
}

/*--- あなたとご家族に、今もっとも必要な準備を ---*/

#ready+section>.content_wrapper {
    background: var(--i_main_color);
    border: none;
    border-radius: 20px 20px 0 0;
}

#ready+section .heading.block_header_5 .h {
    font-size: 3rem !important;
    color: var(--i_bg_color);
    line-height: 1.4;
    padding-block: 10px;
    margin-bottom: 0;
    display: inline-block;
}

#ready+section .wrapper_item {
    border-top: none;
    background: #fff repeating-linear-gradient(90deg, var(--i_txt_color) 0 1px, transparent 1px 3px) left bottom / 100% 1px repeat-x;
    padding-bottom: 20px !important;
}

#ready+section .wrapper_item::before,
#ready+section .wrapper_item::after {
    content: "";
    position: absolute;
    background: repeating-linear-gradient(to bottom,
            var(--i_txt_color) 0 1px,
            transparent 1px 3px);
    width: 1px;
    height: 100%;
    top: 0;
}

#ready+section .wrapper_item::before {
    left: 0;
}

#ready+section .wrapper_item::after {
    right: 0;
}

#ready+section .inner_item_txt {
    max-width: 980px;
}

@media screen and (max-width: 900px) {
    #ready+section .heading.block_header_5 .h {
        font-size: 2.5rem !important;
    }
}

/* --- */

#souzoku_sp+section {
    display: none;
}

@media screen and (max-width: 700px) {
    #souzoku+section {
        display: none;
    }

    #souzoku_sp+section {
        display: block;
    }
}

/* --- */

a[id^="line"]+section::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 98%;
    max-width: 1800px;
    height: 100%;
    right: 0;
    bottom: 0;
    background: var(--i_sub2_color);
}

#line_sp+section {
    display: none;
}

@media screen and (max-width: 700px) {
    #line_pc+section {
        display: none;
    }

    #line_sp+section {
        display: block;
    }
}