

@charset "utf-8";

@font-face {
    font-family: 'ZenMaruGothic';
    src: url(/fonts/ZenMaruGothic-Regular.ttf);
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'ZenMaruGothic';
    src: url(/fonts/ZenMaruGothic-Medium.ttf);
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'ZenMaruGothic';
    src: url(/fonts/ZenMaruGothic-Bold.ttf);
    font-weight: 700;
    font-display: swap;
}

/*Noto Sans JP 400*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Regular.woff);
    font-weight: 400;
    font-display: swap;
}
/*Noto Sans JP 500*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Medium.woff);
    font-weight: 500;
    font-display: swap;
}
/*Noto Sans JP 700*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Bold.woff);
    font-weight: 700;
    font-display: swap;
}

/*MOBO 400*/
@font-face {
    font-family: 'MOBO';
    src: url(/fonts/MOBO-Regular.woff2);
    font-weight: 400;
    font-display: swap;
}
/*MOBO 700*/
@font-face {
    font-family: 'MOBO';
    src: url(/fonts/MOBO-Bold.woff2);
    font-weight: 700;
    font-display: swap;
}


/*///////////////////////////共通////////////////////////////////*/
.l-header {
    display: none;
}

body {
    overflow-x: hidden;
}
.l-main * {
    font-family: 'Noto Sans JP', sans-serif;
}
#contents {
    overflow: hidden;
}
#contents,
.l-main {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 0;
}

.wrap_ttl {
    font-family: 'MOBO';
    font-size: 40px;
    font-weight: 700;
    color: #333333;
    text-align: center;
}

.contact__item__text,
.achievements__item__text,
.column__item__text {
    font-size: 18px;
}


/* ui
--------------------*/
.content__space {
    padding-block: 50px;
}
    .content__width {
        width: 1140px;
        margin: 0 auto;
    }
        .content__inner {
            position: relative;
        }
            .content__title {
                font-family: 'MOBO', sans-serif;
                font-size: 40px;
                font-weight: 700;
                text-align: center;
                margin-bottom: 38px;
            }


/*///////////////////////////////////////メイン画像////////////////////////////*/
.mv_wrap {
    width: 100%;
    height: 900px;
    background: url(/pg-lifetime/images/mv.png) no-repeat center / cover;
}

.mv_inner {
    width: 1140px;
    margin: 0 auto;
    padding-top: 221px;
}

.mv_maintxt {
    width: fit-content;
    padding: 17px 44px 23px 40px;
    margin-bottom: 24px;
    font-family: 'MOBO';
    font-size: 75px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.56em;
    background: url(/pg-lifetime/images/main_txt_bg.png) no-repeat center / cover;
}

.mv_maintxt span {
    font-family: 'MOBO';
    font-size: 75px;
    color: #147837;
}

.mv_txt {
    width: fit-content;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    line-height: 1.8em;
    padding: 31px 53px 35px 39px;
    background: rgba(20, 120, 55, .7);
    border-radius: 15px;
}


/*/////////////////////////////////生前にできる準備や対策///////////////////////*/
.prepare_wrap {
    padding: 100px 0 147px;
    position: relative;
}

.prepare_wrap::after {
    content: "";
    width: 100%;
    height: 137px;
    background: url(/pg-lifetime/images/prepare_bg.png) no-repeat center / cover;
    position: absolute;
    bottom: 0;
    left: 0;
}

.prepare_ttl {
    margin-bottom: 35px;
}

.prepare_txt {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.7307em;
    text-align: center;
    margin-bottom: 60px;
}

.prepare_list {
    width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 34px 30px;
}

.prepare_item {
    width: 555px;
    height: 242px;
    border-radius: 14px;
    border: 2px solid #147837;
    position: relative;
    padding: 50px 38px 0;
}

.case_num {
    width: fit-content;
    height: fit-content;
    position: absolute;
    top: -14px;
    left: 20px;
}

.prepare_detail_ttl {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 17px;
}

.prepare_item:nth-of-type(1) .prepare_detail_ttl::after {
    content: "";
    width: 120px;
    height: 10px;
    background: #F8EDA6;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.prepare_item:nth-of-type(2) .prepare_detail_ttl::after {
    content: "";
    width: 140px;
    height: 10px;
    background: #F8EDA6;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.prepare_item:nth-of-type(3) .prepare_detail_ttl::after {
    content: "";
    width: 190px;
    height: 10px;
    background: #F8EDA6;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.prepare_item:nth-of-type(4) .prepare_detail_ttl::after {
    content: "";
    width: 260px;
    height: 10px;
    background: #F8EDA6;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.prepare_detail_txt {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.8em;
}



/*///////////////////具体的にどのようなことをするのか？////////////////////////*/
.howdo_wrap {
    padding: 120px 0 29px;
    background: #E7F6DA;
    position: relative;
}

.howdo_wrap::after {
    content: "";
    width: 100%;
    height: 99px;
    background: url(/pg-lifetime/images/howdo_bg.png) no-repeat center / cover;
    position: absolute;
    bottom: -99px;
    left: 0;
}

.howdo_inner {
    width: 1140px;
    margin: 0 auto;
    position: relative;
}

.howdo_inner::before {
    content: "";
    width: 153px;
    height: 223px;
    background: url(/pg-lifetime/images/howdo_bg01.png) no-repeat center / contain;
    position: absolute;
    top: -275px;
    right: -64px;
}

.howdo_inner::after {
    content: "";
    width: 296px;
    height: 253px;
    background: url(/pg-lifetime/images/howdo_bg02.png) no-repeat center / contain;
    position: absolute;
    bottom: -239px;
    left: -145px;
    z-index: 1;
}

.howdo_ttl {
    margin-bottom: 39px;
}

.howdo_list {
    width: 1140px;
    margin: 0 auto;
}

.howdo_item {
    display: flex;
    gap: 31px;
}

.howdo_item:not(:last-of-type) {
    padding-bottom: 40px;
    border-bottom: 1px solid #CECECE;
    margin-bottom: 40px;
}

.howdo_img {
    width: 570px;
    height: 280px;
    border-radius: 14px;
    flex-shrink: 0;
}

.howdo_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}

.howdo_detail_ttl {
    width: fit-content;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    padding: 12px 29px;
    border-radius: 30px;
    background: #147837;
    margin-left: 60px;
    margin-bottom: 16px;
    position: relative;
}

.howdo_item:nth-of-type(1) .howdo_detail_ttl::before {
    content: "";
    width: 46px;
    height: 54px;
    background: url(/pg-lifetime/images/howdo_item01.png) no-repeat center / contain;
    position: absolute;
    top: 5px;
    left: -61px;
}

.howdo_item:nth-of-type(2) .howdo_detail_ttl::before {
    content: "";
    width: 46px;
    height: 54px;
    background: url(/pg-lifetime/images/howdo_item02.png) no-repeat center / contain;
    position: absolute;
    top: 5px;
    left: -61px;
}

.howdo_item:nth-of-type(3) .howdo_detail_ttl::before {
    content: "";
    width: 46px;
    height: 54px;
    background: url(/pg-lifetime/images/howdo_item03.png) no-repeat center / contain;
    position: absolute;
    top: 5px;
    left: -61px;
}

.howdo_item:nth-of-type(4) .howdo_detail_ttl::before {
    content: "";
    width: 46px;
    height: 54px;
    background: url(/pg-lifetime/images/howdo_item04.png) no-repeat center / contain;
    position: absolute;
    top: 5px;
    left: -61px;
}

.howdo_detail_txt {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.8em;
    color: #333333;
}

/*///////////////////////////まずは現状把握から始めましょう/////////////////////////*/
.solution_wrap {
    padding: 220px 0 189px;
}

.solution_inner {
    width: 1140px;
    margin: 0 auto;
    display: flex;
    gap: 41px;
}

.solution_cont_left {
    padding-top: 99px;
    position: relative;
    z-index: 2;
}

.solution_ttl {
    line-height: 1.5em;
    text-align: left;
    margin-bottom: 36px;
}

.solution_ttl span {
    font-family: 'MOBO';
    font-size: 40px;
    font-weight: 700;
    color: #147837;
}

.solution_txt {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.8em
}

.solution_txt span {
    font-size: 20px;
    font-weight: 700;
    color: #147837;
}

.solution_txt:first-of-type {
    margin-bottom: 18px;
}

.solution_cont_right {
    width: 570px;
    height: 630px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.solution_cont_right::after {
    content: "";
    width: 570px;
    height: 630px;
    border-radius: 10px;
    background: #E7F6DA;
    position: absolute;
    top: 70px;
    left: -118px;
    z-index: -1;
}

.solution_cont_right img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .10);
}
.content__inner.sns__inner {
    margin-bottom: 50px;
}

.content__space.column__section {
    margin-bottom: 123px;
}