/* Floating Right */
.r-floating {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 99;
}

.r-floating-consultation {
    background-color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px 0 10px 10px;
    max-width: 160px;
    font-family: 'Noto Sans JP', sans-serif;
}

.r-floating .title {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    padding: 0 6px 0 12px;
    margin-bottom: 12px;
}

.r-floating-mail,
.r-floating-tel {
    background-color: #F45400;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 6px 8px;
}

.r-floating-mail figcaption,
.r-floating-tel figcaption {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-top: 4px;
    line-height: 1;
}

.r-floating-mail + .r-floating-tel {
    margin-top: 7px;
}

.r-floating-consultation p {
    font-size: 10px;
    font-weight: 900;
    line-height: 1.3;
    color: #fff;
    text-align: center;
}

.r-floating .consultation-mail,
.r-floating .consultation-tel {
    background-color: #fff;
    color: #000;
    display: block;
    font-weight: 700;
    line-height: 1.4;
    border-radius: 6px;
    text-align: center;
}

.r-floating .consultation-mail .custom-mail,
.r-floating .consultation-tel .r-tel-no {
    color: #000;
    display: block;
    font-weight: 700;
    line-height: 1.4;
    border-radius: 6px;
}

.r-floating .consultation-mail {
    font-size: 12px;
    padding: 6px 7px;
    margin-top: 12px;
    display: flex;
    justify-content: center;
}

.r-floating .consultation-mail .custom-arrow-right {
    position: relative;
    display: inline-block;
    top: 2px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #F45400;
    margin-left: 3px;
}

.r-floating .consultation-mail .custom-arrow-right:before {
    position: absolute;
    content: '';
    top: 7px;
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    z-index: 100;
}

.r-floating .consultation-tel {
    font-size: 16px;
    padding: 9px 13px;
    margin-top: 7px;
}

@media screen and (max-width: 767px) {
    .r-floating {
        top: inherit;
        right: inherit;
        bottom: 0;
        transform: none;
        width: 100%;
    }

    .r-floating-consultation {
        max-width: 100%;
        background-color: #F45400;
        border-radius: 0;
        padding: 3px 10px 12px;
    }

    .r-floating .title {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.4;
        letter-spacing: 1.12px;
        text-align: center;
        margin-bottom: 4px;
    }

    .r-floating .r-button-wrap {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        gap: 10px;
    }

    .r-floating .r-floating-mail,
    .r-floating .r-floating-tel {
        width: 50%;
        padding: 0;
    }
    
    .r-floating .consultation-tel,
    .r-floating .consultation-mail {
        padding: 6px 6px 7px;
    }

    .r-floating-mail + .r-floating-tel,
    .r-floating .consultation-tel,
    .r-floating .consultation-mail {
        margin-top: 0;
    }

    .r-floating .consultation-tel .custom-tel-icon {
        padding-left: 30px;
    }
    
    .r-floating .consultation-mail .custom-mail {
        padding-left: 32px;
    }

    .r-floating .consultation-mail .custom-mail,
    .r-floating .consultation-tel .custom-tel-icon {
        position: relative;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.4;
        letter-spacing: 0.72px;
    }
    
    .r-floating .consultation-tel .custom-tel-icon::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 26px;
        height: 26px;
        background-image: url('/assets/front/img/common/phone-icon.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .r-floating .consultation-mail .custom-mail::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 22px;
        height: 25px;
        background-image: url('/assets/front/img/common/icon_email.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}

/* Page Service*/
.page-service .l-floating {
    display: none;
}

.page-service footer .l-footer-top {
    display: none;
}

.page-service footer .l-footer-bottom {
    margin-top: 0;
}

.page-service .p-service .c-search-area {
    padding-bottom: 66px;
}

@media screen and (max-width: 767px) {
    .page-service .p-service .c-search-area {
        padding-bottom: 46px;
    }
}

.home-main-visual {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    background: linear-gradient(180deg, #89C7B9 0%, #87C5B5 100%);
}

/* Page Navi */
.home-page-navi {
    margin-top: 40px;
}

.home-page-navi .c-page-link {
    max-width: 790px;
    margin: 0 auto;
}

.home-page-navi .c-page-link a {
    min-height: 86px;
}

@media screen and (min-width: 767px) {
    .home-page-navi .c-page-link a {
        padding: 18px 10px 20px;
    }
}

@media screen and (max-width: 767px) {
    .home-page-navi {
        margin-top: 20px;
        padding: 0 18px;
    }

    .home-page-navi .c-page-link .col:nth-child(n+3) {
        margin-top: 26px !important;
    }
}

/* Section 01 */
.home-sec01 {
    font-family: 'Noto Sans JP', sans-serif;
    padding: 0;
    margin-top: 64px;
}

.home-funeral-support {
    position: relative;
    background-color: #E6F0EC;
    border-radius: 20px;
    padding: 50px 40px;
}

.home-funeral-support .c-heading-level2 {
    margin-bottom: 30px;
}

.home-funeral-support > .flex {
    padding-left: 44px;
}

.home-funeral-support .flex .col:first-child {
    padding-right: 20px;
}

.home-funeral-support .flex .col:last-child {
    padding-right: 100px;
}

.home-funeral-support .c-list-disc02 > li {
    padding-left: 30px;
}

.home-funeral-support .c-list-disc02 li,
.home-funeral-support .c-list-disc02 li span {
    font-size: 20px;
    font-weight: 700;
}

.home-funeral-support .c-list-disc02 li:before {
    font-size: 20px;
    top: 1px;
}

.home-funeral-support .c-list-disc02 li + li {
    margin-top: 16px;
}

.home-shiro {
    position: absolute;
    right: 30px;
    bottom: 20px;
}

.home-shiro figure {
    width: 90px;
    height: auto;
}

.home-shiro p {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 4px;
    letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
    .home-sec01 {
        margin-top: 54px;
    }

    .home-funeral-support {
        padding: 40px 20px;
        margin-top: 54px;
    }

    .home-funeral-support .c-heading-level2 {
        font-size: 28px;
        line-height: 1.4;
        margin-bottom: 24px;
    }

    .home-funeral-support > .flex {
        padding-left: 0;
    }

    .home-funeral-support .flex .col + .col {
        margin-top: 5px;
        padding-right: 0;
    }

    .home-funeral-support .flex .col:first-child {
        padding-right: 0;
    }
    
    .home-funeral-support .flex .col:last-child ul > li:last-child {
        padding-right: 75px;
    }
    
    .home-funeral-support .c-list-disc02 li,
    .home-funeral-support .c-list-disc02 li span {
        font-size: 18px;
    }

    .home-funeral-support .c-list-disc02 li:before {
        font-size: 18px;
        top: 0;
    }
    
    .home-funeral-support .c-list-disc02 li + li {
        margin-top: 5px;
    }

    .home-funeral-support .home-shiro {
        right: 0;
        bottom: -35px;
    }

    .home-funeral-support .home-shiro figure {
        width: 110px;
    }
    
    .home-funeral-support .home-shiro p {
        letter-spacing: 0;
    }
    
    .home-funeral-support .home-shiro figure > img {
        height: 100px;
        width: auto;
    }
}

/* Section 02 */
.home-sec02 {
    font-family: 'Noto Sans JP', sans-serif;
    padding: 50px 0 0;
}

.home-sec02 .c-heading-level2 {
    margin-bottom: 20px;
}

.home-sec02 .section-description {
    max-width: 700px;
    margin: 0 auto;
    letter-spacing: 1px;
    line-height: 1.5;
}

.home-sec02 .section-content {
    margin-top: 58px;
}

.funeral-set-tabs + .comprehensive-wrap {
    padding-top: 36px;
}

.section-content:has(.comprehensive-wrap) .funeral-set-panel {
    padding-bottom: 0;
}

@media screen and (max-width: 767px) {
    .home-sec02 {
        padding: 70px 0 0;
    }

    .home-sec02 .c-heading-level2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .home-sec02 .section-content {
        margin-top: 78px;
    }

    .funeral-set-tabs + .comprehensive-wrap {
        padding-top: 40px;
    }
}

.funeral-set-tab-list {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 0;
}
.funeral-set-tab {
    position: relative;
    background: #E3E3E3;
    border-radius: 20px 20px 0 0;
    font-weight: 700;
    font-size: 20px;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 0;
    flex: 1 1 0%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    z-index: 1;
    cursor: pointer;
    max-width: none;
    max-height: 64px;
}
.funeral-set-tab:not(:last-child) {
    margin-right: 5px;
}
.funeral-set-tab:last-child {
    margin-right: 0;
}

.funeral-set-tab:last-child {
    margin-right: 0;
}

.funeral-set-tab.active {
    background: #00715F;
    color: #fff;
    z-index: 2;
}

.funeral-set-tab-title {
    font-size: 20px;
    font-weight: 700;
    color: #00715F;
}
.funeral-set-tab.active .funeral-set-tab-title {
    color: #fff;
}

.funeral-set-badge {
    display: inline-block;
    width: 73px;
    height: 82px;
    vertical-align: middle;
    background: url('/assets/front/img/common/new_badge_inactive.svg') no-repeat center center;
    background-size: contain;
    border: none;
}
.funeral-set-tab.active .funeral-set-badge {
    background-image: url('/assets/front/img/common/new_badge_active.svg') no-repeat center center;
}

.funeral-set-panel {
    background: #e6f0ec;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-top: 72px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.01);
    border-radius: 0;
    padding-bottom: 110px;
    display: none;
}

.comprehensive-wrap {
    background: #e6f0ec;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-bottom: 110px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.01);
    border-radius: 0;
}

.funeral-set-panel.is-active {
    display: block;
}
.funeral-set-panel-inner {
    max-width: 960px;
    margin: 0 auto;
}

.funeral-set-panel-header {
    color: #00715F;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
    text-align: center;
}
.funeral-set-panel-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 30px;
    text-align: center;
}
.funeral-set-tab.active .funeral-set-badge {
    background-image: url('/assets/front/img/common/new_badge_active.svg');
}
.funeral-set-badge::before, .funeral-set-badge span, .funeral-set-badge .badge-text {
    display: none !important;
}

.funeral-set-panel-desc {
    margin-bottom: 34px;
}

.funeral-set-panel-desc p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}

@media screen and (max-width: 980px) {
    .funeral-set-panel-inner {
        width: calc(100% - 30px);
    }
}

@media screen and (max-width: 767px) {
    .funeral-set-tab-list {
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .funeral-set-tab {
        padding: 12px 0;
        min-width: unset;
        font-size: 18px;
        margin-right: 0;
        flex: 1 1 0%;
        width: 100%;
        max-width: none;
    }
    
    .funeral-set-badge {
        position: absolute;
        top: -35px;
        width: 46px;
        height: 60px;
    }

    .funeral-set-panel-inner {
        width: 100%;
        padding-bottom: 20px;
    }

    .funeral-set-tab-title {
        font-size: 16px;
        text-align: center;
    }

    .funeral-set-panel {
        padding: 30px 15px 55px 15px
    }

    .funeral-set-panel-title {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .funeral-set-panel-header {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 10px;
    }

    .funeral-set-panel-desc {
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .comprehensive-wrap {
        padding-bottom: 55px;
    }
}

.funeral-set-recommend {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    text-align: left;
    max-width: 700px;
    margin: 0 auto;
}

.funeral-set-recommend-title {
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    justify-content: center;
}

.funeral-set-panel .funeral-set-recommend .c-list-disc04 {
    max-width: 405px;
    margin: 0 auto;
}

.panel-tab2 .funeral-set-recommend .c-list-disc04 {
    max-width: 365px;
}

.panel-tab3 .funeral-set-recommend .c-list-disc04 {
    max-width: 410px;
}

.home-sec02 .shiro-recomend-icon {
    width: 44px;
    height: 70px;
    margin-right: 20px;
}

.funeral-procedure {
    margin-top: 40px;
}

.funeral-procedure .c-heading-level2 {
    margin-bottom: 48px;
    line-height: 1.2;
}
.funeral-procedure-list {
    display: flex;
    justify-content: center;
    gap: 26px;

}

.funeral-procedure-list li {
    position: relative;
    background-color: #fff;
    border: 2px solid #00715F;
    border-radius: 8px;
    font-size: 22px;
    font-weight: 700;
    padding: 25px;
    max-width: 90px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    letter-spacing: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 240px;
}

.funeral-procedure-list li > span {
    position: relative;
    display: flex;
    writing-mode: vertical-rl;
    left: 6px;
}

.funeral-procedure-list li:not(:last-child)::before {
    position: absolute;
    content: '';
    top: 50%;
    right: -20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #00715F;
    transform: translateY(-50%);
}

.funeral-procedure .btn-wrap {
    padding-top: 48px;
}

.funeral-procedure .btn-wrap .c-button {
    max-width: 320px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .funeral-set-recommend {
        padding: 20px;
    }

    .funeral-set-recommend-title {
        font-size: 20px;
    }

    .home-sec02 .shiro-recomend-icon {
        width: 30px;
        height: 48px;
        margin-right: 12px;
    }

    .funeral-set-recommend > ul {
        line-height: 1.7;
    }

    .funeral-procedure-list {
        gap: 10px;
    }

    .funeral-procedure-list li {
        font-size: 16px;
        height: 130px;
        padding: 10px;
        max-width: 36px;
        letter-spacing: 1px;
    }

    .funeral-procedure-list li > span {
        left: 4px;
    }

    .home-sec02 .funeral-procedure .c-heading-level2 {
        margin-bottom: 30px;
    }

    .funeral-procedure-list li:not(:last-child)::before {
        right: -10px;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 7px solid #00715F;
    }

    .funeral-procedure .btn-wrap {
        padding-top: 30px;
    }

    .funeral-procedure .btn-wrap .c-button {
        font-size: 16px;
        max-width: 260px;
    }
}

.included-item-set,
.not-included-item-set {
    background-color: #fff;
    border-radius: 16px;
    margin-top: 40px;
}

.included-item-set {
    padding: 30px;
}

.not-included-item-set {
    padding: 40px 65px 46px;
}

.included-item-set .shiro-book {
    display: inline-block;
    width: 98px;
    height: auto;
}

.item-set-list .item-set {
    display: flex;
    gap: 25px;
}

.item-set-list .item-set .set-items {
    width: 100%;
}

.item-set-list .item-set:not(:last-child) .set-items {
    margin-bottom: 24px;
}

.item-set-list .item-set:nth-child(2) .set-items {
    margin-bottom: 56px;
}

.item-set-list .item-set:nth-child(3) .set-items {
    margin-bottom: 40px;
}

.item-set-list .item-set .set-items .col:nth-child(n + 5) {
    margin-top: 22px;
}

.item-set-list .item-set .set-items figcaption {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
}

.item-set-list .item-set .set-items figcaption span{
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
}

.item-set-list .item-set .item-set-text {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #fff;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    letter-spacing: 2px;
    padding: 20px 10px 10px;
    text-align: center;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 60px;
}

.item-set-list .item-set .item-set-text > span {
    position: relative;
    display: flex;
    writing-mode: vertical-rl;
    left: 4px;
}

.item-set-list .item-set:first-child .item-set-text {
    padding-top: 7px;
}

.item-set-list .item-set .item-set-text::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 20px);
    background-color: #00715F;
    z-index: -1;
}

.item-set-list .item-set .item-set-text::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid #00715F;
    z-index: -1;
}

.included-item-set .included-item-title  {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 27px;
}

.included-item-set .included-item-title span {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
}

.included-item-set .set-notes {
    margin-top: 25px;
    padding: 0 20px 0 40px;
}

.included-item-set .set-notes ul > li {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
}

.not-included-item-set .p-accordion-title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    padding: 0;
}

.not-included-item-set .p-accordion-title p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin-top: 12px;
}

.not-included-item-set .c-add-accordion::after {
    border-radius: 50%;
    width: 46px;
    height: 46px;
}
.not-included-item-set .c-add-accordion.is-active::after {
    position: absolute;
    content: '';
    background: url('/assets/front/img/common/icon_minus_green.svg') no-repeat center center;
    background-size: contain;
    background-color: #00715F;
    -webkit-mask: none;
    mask: none;
    border-radius: 50%;
}

.not-included-item-set .p-accordion-content {
    margin-top: 50px;
    display: none;
}

.not-included-list {
    margin: 42px 0 20px;
}

.not-included-list ul > li + li {
    margin-top: 12px;
}

.not-included-list .c-list-disc01 > li:before {
    top: 9px;
    width: 20px;
    height: 20px;
}

.not-included-list ul > li > h4 {
    font-size: 22px;
    font-weight: 700;
    color: #00715F;
    line-height: 1.6;
}

.not-included-list ul > li > p {
    font-size: 18px;
    font-weight: 400;
}

.not-included-item-set .set-notes ul> li {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

@media screen and (max-width: 767px) {
    .included-item-set .included-item-title {
        margin-bottom: 12px;
    }

    .included-item-set .included-item-title span {
        font-size: 22px;
        text-align: center;
    }
    
    .included-item-set,
    .not-included-item-set {
        padding: 15px 10px 20px;
    }

    .included-item-set .shiro-book {
        width: 55px;
    }

    .item-set-list .item-set {
        gap: 16px;
    }

    .item-set-list .item-set .item-set-text {
        font-size: 13px;
        line-height: 16;
        padding: 10px 6px;
        width: 34px;
    }

    .item-set-list .item-set:first-child .item-set-text {
        padding-top: 10px;
    }

    .item-set-list .item-set:nth-child(2) .item-set-text {
        padding-top: 20px;
    }

    .item-set-list .item-set:nth-child(3) .item-set-text {
        padding-top: 15px;
    }

    .item-set-list .item-set:last-child .item-set-text {
        padding-top: 12px;
    }
    
    .item-set-list .item-set:not(:last-child) .set-items {
        margin-bottom: 16px;
    }
    .item-set-list .item-set:nth-child(2) .set-items {
        margin-bottom: 42px;
    }

    .item-set-list .item-set:nth-child(3) .set-items {
        margin-bottom: 24px;
    }
    
    .item-set-list .item-set .item-set-text::after {
        border-left: 17px solid transparent;
        border-right: 17px solid transparent;
    }

    .item-set-list .item-set .set-items figcaption,
    .item-set-list .item-set .set-items figcaption span {
        font-size: 13px;
        line-height: 1.4;
    }

    .item-set-list .item-set .set-items .col:nth-child(n + 3) {
        margin-top: 16px;
    }

    .included-item-set .set-notes {
        margin-top: 24px;
        padding: 0px 8px;
    }

    .not-included-item-set {
        margin-top: 20px;
        padding: 20px 18px 30px;
    }

    .not-included-item-set .p-accordion-title {
        font-size: 22px;
        padding: 0 25px 0 0;
    }
    
    .not-included-item-set .p-accordion-title::after {
        margin: inherit;
        right: 0;
        top: 2px;
    }

    .not-included-item-set .c-add-accordion::after {
        width: 28px;
        height: 28px;
    }

    .not-included-item-set .p-accordion-title p {
        font-size: 14px;
        line-height: 1.6;
        padding-left: 12px;
    }

    .not-included-item-set .p-accordion-content {
        margin-top: 32px;
    }

    .not-included-list {
        margin: 26px 0;
    }

    .not-included-list ul > li > h4 {
        font-size: 18px;
    }

    .not-included-list ul > li > p {
        font-size: 16px;
        line-height: 1.7;
    }

    .not-included-list .c-list-disc01 > li:before {
        top: 7px;
        width: 18px;
        height: 18px;
    }
}

.home-sec02 .return-btn-wrap {
    margin-top: 43px;
    text-align: right;
}

.home-sec02 .return-btn-wrap .return-button{
    font-size: 20px;
    font-weight: 700;
    color: #000;
    display: inline-block;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 80px;
    padding: 10px 20px;
    max-height: 44px;
    line-height: 1;
    letter-spacing: 1px;
}

.home-sec02 .return-btn-wrap .p-up-arrow {
    position: relative;
    display: inline-block;
    top: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #00715F;
    margin-right: 8px;
}

.home-sec02 .return-btn-wrap .p-up-arrow::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 5px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .home-sec02 .return-btn-wrap {
        margin-top: 20px;
    }
    .home-sec02 .return-btn-wrap .return-button {
        font-size: 16px;
        padding: 6px 20px 10px;
    }
    .home-sec02 .return-btn-wrap .p-up-arrow {
        top: 4px;
    }
}

.comprehensive-set {
    display: none;
    max-width: 960px;
    margin: 0 auto;
}

.comprehensive-set.is-active {
    display: block;
}

.comprehensive-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}

.comprehensive-title + p {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.comprehensive-table-wrap {
    margin-top: 55px;
}

@media screen and (max-width: 767px) {
    .comprehensive-set {
        width: calc(100% - 30px);
    }

    .comprehensive-title {
        font-size: 32px;
        margin-bottom: 22px;
    }

    .comprehensive-title + p {
        font-size: 20px;
        padding: 0 25px;
        line-height: 1.2;
    }
}

/* Comprehensive table */
.comprehensive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fff;
    border-radius: 12px;
}

.comprehensive-table th, td {
    border: 1px solid #ACACAC;
}

.comprehensive-table thead th:first-child {
    width: 400px;
}

.comprehensive-table thead th {
    background-color: #E3E3E3;
    font-size: 20px;
    font-weight: 700;
    padding: 13px;
    text-align: center;
    vertical-align: middle;
}

.comprehensive-table__category {
    text-align: center;
    vertical-align: middle;
    padding: 32px 0;
}
.comprehensive-table__label {
    font-size: 20px;
    font-weight: 700;
}
.comprehensive-table__price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.comprehensive-table__yen {
    font-size: 60px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
}

.comprehensive-table__yen span {
    font-size: 30px;
    font-weight: 700;
}

.comprehensive-table__tax {
    font-size: 18px;
    font-weight: 400;
}

.comprehensive-table__targets {
    padding: 30px 24px;
    font-size: 16px;
}
.comprehensive-table__targets ul {
    margin: 0;
    padding: 0 0 0 18px;
}
.comprehensive-table__targets li {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
}

@media screen and (max-width: 767px) {
    .comprehensive-table-wrap {
        margin-top: 30px;
    }
    
    .comprehensive-table {
        font-size: 14px;
        border-radius: 8px;
        min-width: 600px;
    }

    .comprehensive-table thead th {
        font-size: 16px;
        padding: 6px 10px;
    }

    .comprehensive-table thead th:first-child {
        width: 180px;
    }

    .comprehensive-table__category {
        font-size: 14px;
        padding: 18px 0;
        min-width: 120px;
    }
    .comprehensive-table__label {
        font-size: 14px;
    }

    .comprehensive-table__yen {
        font-size: 28px;
    }

    .comprehensive-table__yen span {
        font-size: 14px;
    }

    .comprehensive-table__tax {
        font-size: 16px;
    }
    .comprehensive-table__targets {
        font-size: 13px;
        padding: 18px 8px;
    }

    .comprehensive-table__targets ul {
        padding: 0 0 0 12px;
    }

    .comprehensive-table__targets li {
        font-size: 16px;
    }
}

/* cta group */
.cta-group {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin: 60px 0;
}

.cta-btn {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    border-radius: 16px;
    padding: 15px 23px;
    flex: 1 1 0;
    min-width: 0;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    justify-content: flex-start;
    text-align: center;
}
.cta-group .cta-btn {
    width: 100%;
    padding-right: 50px;
}
.cta-btn-orange {
    background: #F45400;
    color: #fff;
}
.cta-btn-green {
    background: #00715F;
    color: #fff;
}
.cta-btn:hover {
    opacity: 0.85;
}
.cta-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFDB43;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin-right: 16px;
    flex-shrink: 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}
.cta-guidebook-img {
    display: inline-block;
    margin-left: 12px;
    vertical-align: middle;
    width: 68px;
    height: 64px;
}
.cta-guidebook-img img {
    width: 68px;
    height: 64px;
    display: block;
}

.cta-group .cta-arrow::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 24px;
    width: 26px;
    height: 26px;
    background-color: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
}

.cta-group .cta-arrow::after {
    position: absolute;
    content: '';
    top: calc(50% - 1px);
    right: 37px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg) translateY(-50%);
}

.cta-group .cta-btn-orange.cta-arrow::after {
    border-top: 2px solid #F45400;
    border-right: 2px solid #F45400;
}

.cta-group .cta-btn-green.cta-arrow::after {
    border-top: 2px solid #00715F;
    border-right: 2px solid #00715F;
}

@media screen and (max-width: 960px) {
    .cta-group {
        flex-direction: column;
        gap: 25px;
        max-width: 360px;
        margin: 50px auto 0 auto;
    }
    .cta-group .cta-btn {
        font-size: 20px;
        padding: 10px 34px 10px 16px
    }
    .cta-group .cta-badge {
        font-size: 14px;
        line-height: 1.8;
        width: 44px;
        height: 44px;
        margin-right: 10px;
    }
    .cta-group .cta-guidebook-img {
        margin-left: 10px;
        width: 58px;
        height: 54px;
    }

    .cta-group .cta-guidebook-img img {
        width: 58px;
        height: 54px;
    }

    .cta-group .cta-arrow::before {
        right: 12px;
        width: 22px;
        height: 22px;
    }
    .cta-group .cta-arrow::after {
        right: 22px;
        width: 6px;
        height: 6px;
    }
}

/* User Feedbaack */
.user-feedback-section {
    background: #fff;
    padding: 30px 0 60px;
}
.user-feedback-section .c-heading-level2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}
.user-feedback-section .user-feedback-swiper {
    overflow: visible;
    max-width: 452px;
    margin: 0 auto;
    position: relative;
}
.user-feedback-card {
    background: #fff;
    border: 1px solid #ACACAC;
    border-radius: 6px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
    box-sizing: border-box;
}
.user-card__header {
    display: flex;
    align-items: center;
}
.user-avatar {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
.avatar-female {
    background: url('/assets/front/img/common/icon_female.svg') no-repeat center / cover;
}
.avatar-male {
    background: url('/assets/front/img/common/icon_male.svg') no-repeat center / cover;
}
.user-avatar::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.user-card__info {
    text-align: left;
}
.user-card__address {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.user-card__name {
    font-size: 18px;
    font-weight: 700;
}
.user-feedback-body {
    border-top: 1px solid #ACACAC;
    padding-top: 20px;
    margin-top: 24px;
}
.user-feedback-body p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}
.user-feedback-section .user-feedback-swiper-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.user-feedback-section .user-feedback-swiper-nav .user-feedback-prev {
    left: -42px;
}

.user-feedback-section .user-feedback-swiper-nav .swiper-navigation-icon {
    display: none;
}

.user-feedback-section .user-feedback-swiper-nav .user-feedback-prev::before,
.user-feedback-section .user-feedback-swiper-nav .user-feedback-next::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    background-color: #00715F;
    border-radius: 50%;
    z-index: 1;
}

.user-feedback-section .user-feedback-swiper-nav .user-feedback-next::after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: 5px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    z-index: 2;
}
.user-feedback-section .user-feedback-swiper-nav .user-feedback-prev::after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    right: 5px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg) translateY(-50%);
    z-index: 2;
}

.user-feedback-section .user-feedback-swiper-nav .user-feedback-next {
    right: -42px;
}

.user-feedback-section .user-feedback-prev,
.user-feedback-section .user-feedback-next {
    width: 32px;
    height: 32px;
    background: #00715F;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    transition: background 0.2s;
}
.user-feedback-section .user-feedback-swiper-nav .user-feedback-prev:hover::before,
.user-feedback-section .user-feedback-swiper-nav .user-feedback-next:hover::before {
    box-shadow: 0 0px 10px #acacac;
}
.user-feedback-cta {
    margin: 82px 0 0 0;
    text-align: center;
}

.user-feedback-cta .c-button {
    max-width: 320px;
}

@media screen and (max-width: 767px) {
    .user-feedback-section {
        padding: 30px 0 40px 0;
    }

    .user-feedback-section .c-heading-level2 {
        font-size: 28px;
        margin-bottom: 36px;
    }

    .user-feedback-section .user-feedback-swiper {
        max-width: 100%;
        padding-bottom: 24px;
    }
    .user-feedback-card {
        min-width: 0;
        max-width: 100%;
        padding: 20px;
    }
    .user-card__header {
        margin-bottom: 10px;
    }
    .user-avatar {
        width: 58px;
        height: 58px;
        margin-right: 20px;
    }
    .user-avatar::after {
        width: 18px;
        height: 18px;
    }
    .user-card__name {
        font-size: 13px;
    }
    .user-feedback-body {
        font-size: 13px;
    }
    .user-feedback-section .user-feedback-swiper-nav {
        gap: 18px;
    }
    .user-feedback-section .user-feedback-swiper-btn {
        width: 32px;
        height: 32px;
        font-size: 18px;
    }
    .user-feedback-cta {
        margin: 24px 0 0 0;
    }
    
    .user-feedback-section .user-feedback-swiper-nav .user-feedback-prev,
    .user-feedback-section .user-feedback-swiper-nav .user-feedback-next {
        width: 31px;
        height: 31px;
    }

    .user-feedback-section .user-feedback-swiper-nav .user-feedback-prev {
        left: -14px;
    }
    .user-feedback-section .user-feedback-swiper-nav .user-feedback-next {
        right: -14px;
    }

    .user-feedback-section .user-feedback-swiper-nav .user-feedback-prev::after {
        right: 8px;
        width: 8px;
        height: 8px;
    }

    .user-feedback-section .user-feedback-swiper-nav .user-feedback-next::after {
        left: 8px;
        width: 8px;
        height: 8px;
    }

    .user-feedback-section .user-feedback-swiper-nav .user-feedback-prev::before,
    .user-feedback-section .user-feedback-swiper-nav .user-feedback-next::before {
        width: 31px;
        height: 31px;
    }
}

.p-service .p-service-flow {
    margin-bottom: 0;
    padding: 60px 0;
}

.p-service .p-service-flow + .c-container {
    padding-top: 60px;
}


@media screen and (max-width: 767px) {
    .p-service .p-service-flow {
        padding: 40px 0;
    }

    .p-service .p-service-flow + .c-container {
        padding-top: 40px;
    }
}

/* Custom Styles */
.custom-text-green {
    color: #00715F;
}

.c-button.c-button-orange.c-add-arrow:before, 
.c-button.c-button-orange.c-add-arrow:after {
    right: 20px;
}

.c-button.c-button-orange.c-add-arrow:after {
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-top: 2px solid #F45400;
    border-right: 2px solid #F45400;
    transform: rotate(45deg);
    mask: none;
    -webkit-mask: none;
    mask-image: none;
    -webkit-mask-image: none;
    right: 27px;
}

.c-button.c-button-orange:hover {
    background-color: #fff;
    color: #F45400;
}

.c-button.c-button-orange:hover.c-add-arrow:before {
    background-color: #F45400;
}

.c-button.c-button-orange:hover.c-add-arrow:after {
    background-color: #F45400;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

/* Modal styles */
.modal.password-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.modal.password-modal.active {
    display: flex;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.modal-content {
    position: relative;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-width: 560px;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}

.modal-header {
    background-color: #00715F;
    padding: 15px;
}

.modal-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1.7;
    text-align: center;
}

.modal-body {
    width: 100%;
    padding: 30px 30px 48px;
}

.modal-form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.modal-form .form-label {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 20px;
}

.modal-form .form-label span  {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
}

.modal-btn-wrap {
    margin-top: 25px;
}
.modal-btn-wrap .c-button {
    max-width: 240px;
    margin: 0 auto;
}

/* Close button */
.modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

.modal-close:before,
.modal-close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background: #999;
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* Responsive */
@media screen and (max-width: 480px) {
    .modal-body {
        padding: 26px 30px 38px;
    }

    .modal-content {
        width: 90%;
    }

    .modal-form .form-label {
        margin-bottom: 10px;
    }
    
    .modal-title {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .modal-btn-wrap {
        margin-top: 26px;
    }
}