img {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
    user-select: none;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
}

picture {
    display: block;
}

html {
    font-family: "Roboto", "Zen Kaku Gothic New", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.15em;
    scroll-behavior: smooth;
    line-height: 1;
    font-size: 10px;
    color: var(--color-base-3);
    overflow-x: hidden;
}

p,
span {
    text-box: trim-both text;
}

a {
    display: block;
}

body {
    font-size: var(--font-size-md);
    isolation: isolate;
    overflow-x: hidden;
}

:root {
    /* カラー */
    --color-main-1: #02A4AC;
    --color-main-2: #35A9C9;
    --color-accent-1: #DF9000;
    --color-accent-2: #F0FD3B;
    --color-base-1: #ffffff;
    --color-base-2: #DEF9FA;
    --color-base-3: #4C4D64;
    --color-annot: #797989;
    /* 余白 */
    --space-xs: 1rem;
    --space-sm: 2rem;
    --space-md: 3rem;
    --space-lg: 4rem;
    --space-xl: 8rem;
    --space-2xl: 12rem;
    /* 角丸 */
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --radius-full: 999px;
    /* 文字サイズ */
    --font-size-xs: 12px;
    --font-size-sm: 1.8rem;
    --font-size-md: 2.4rem;
    --font-size-lg: 2.8rem;
    --font-size-xl: 3.2rem;
    --font-size-2xl: 4.2rem;
}
/* utility */
.u-flex {
    display: flex;
}
.u-text--xs {
    font-size: var(--font-size-xs);
}
.u-mt-xs {
    margin-top: var(--space-xs);
}
.u-mt-sm {
    margin-top: var(--space-sm);
}

.u-mt-md {
    margin-top: var(--space-md);
}

.u-mt-lg {
    margin-top: var(--space-lg);
}

.u-mt-xl {
    margin-top: var(--space-xl);
}

.u-mt-2xl {
    margin-top: var(--space-2xl);
}

.u-fw-500 {
    font-weight: 500;
}

.u-fw-700 {
    font-weight: 700;
}

.u-color-accent-1 {
    color: var(--color-accent-1);
}

.u-fs-110p {
    font-size: 1.1em;
}

.u-fs-lg {
    font-size: var(--font-size-lg);
}

.u-fs-2xl {
    font-size: var(--font-size-2xl);
}

.u-sp-none {
    display: block;
}

.u-pc-none {
    display: none;
}

.u-sp-mb-200p {
    display: inline;
    margin: 0;
}

div {
    max-height: 100%;
}

/* header */
.header_wrap {
    padding: var(--space-sm);
    position: relative;
    z-index: 1;
    box-shadow: 0px 2px 4px 0px rgba(23, 19, 81, 0.2);
}

.header {
    width: min(60%, 1000px);
    justify-content: space-between;
    align-items: center;
    margin-inline: auto;
}

.header_logo_wrap {
    aspect-ratio: 300 / 44;
}

.header_logo_inner,
.header_logo {
    height: inherit;
    width: 100%;
}

.header_logo_wrap img {
    height: 100%;
}

.anniversary_wrap {
    aspect-ratio: 388 / 84;
}

.header_logo_wrap,
.anniversary_wrap {
    height: 4rem;
    display: flex;
    align-items: center;
}

.full_screen_img_wrap {
    overflow-x: hidden;
    object-fit: cover;
}

.full_screen_img {
    display: block;
    width: 192rem;
    max-width: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.full_screen_img_wrap img {
    width: 100%;
    max-width: none;
    display: block;
}

.full_screen_img_wrap * {
    font-weight: inherit;
}

/*---------- fv ----------*/
.hero__img {
    object-fit: cover;
    overflow-x: hidden;
    width: 200rem;
}

.hero__img img {
    aspect-ratio: 3840 / 1300;
}

.hero__img_content {
    position: relative;
}

.main_copy {
    width: 62rem;
    margin-left: 40rem;
    display: flex;
    justify-content: right;
    position: absolute;
    top: 6rem;
    left: 0;
    z-index: 1;
}

.main_copy::before {
    content: "";
    width: 16rem;
    aspect-ratio: 175 / 170;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-110%, -60%);
    background: url(../img/maincopy_deco_pc.svg) no-repeat center / contain;
    z-index: 1;
}

.fv__annotation {
    width: 105rem;
}

.fv__annotation:first-of-type {
    margin-top: 4rem;
}

/*---------- 注釈 ----------*/
.annotation {
    margin-inline: auto;
    color: var(--color-annot);
    font-family: "Zen Kaku Gothic New", sans-serif;
    line-height: 1.3;
    font-weight: 400;

}

.annotation a {
    text-decoration: underline;
    color: #2F8BC4;
    display: inline;
}

/*---------- CTA ----------*/
.microcopy {
    font-size: var(--font-size-xl);
    font-weight: 700;
    display: inline-block;
    line-height: 1.3;
    position: relative;
    margin-bottom: 1.6rem;
}

.microcopy::before,
.microcopy::after {
    content: "";
    display: block;
    width: 1px;
    height: 3em;
    background-color: #8f8f8f;
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
}

.microcopy::before {
    left: -1.5rem;
    transform: translateY(-50%) rotate(-22deg);
    transform-origin: bottom right;
}

.microcopy::after {
    right: -1.5rem;
    transform: translateY(-50%) rotate(22deg);
    transform-origin: bottom left;
}

.cta_wrap {
    width: min(90%, 75rem);
    margin-inline: auto;
    text-align: center;
}

.cta_btn_wrap {
    border-radius: var(--radius-full);
    background: linear-gradient(0deg, #D38800 0%, #FFBE47 100%);
    box-shadow: 2px 3px 8px rgba(33, 30, 69, 0.25);
    border: 2px solid var(--color-base-1);

}

.cta {
    filter: drop-shadow(0 1.5px 6px rgba(42, 74, 101, 0.2));
    padding: 2.5rem 5rem;
    width: 100%;
}

.cta img {
    overflow: visible;
}

.Quo_num {
    letter-spacing: -0.005em;
}

/*---------- 解決セクション ----------*/
.users__img {
    display: block;
    margin-inline: auto;
    width: min(90%, 130rem);
}

/*---------- フローセクション ----------*/
.flow__title_wrap {
    width: 80rem;
    margin-inline: auto;
    margin-bottom: 8rem;
}

.flow_img_container {
    position: relative;
}

.flow_img_wrap {
    box-shadow: 3px 3px 6px rgba(64, 63, 88, 0.2);
    border-radius: var(--radius-xl);
    width: min(170rem, 95%);
    margin-inline: auto;
}

.flow_txt_slider_wrap {
    display: flex;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 0.5rem;
    right: 0;
    translate: 0 -100%;
    z-index: -1;
}

.flow_txt_slider {
    flex-shrink: 0;
    max-width: none;
    padding-right: 12rem;
    animation: loop-slide 40s linear infinite;
    opacity: 0.9;
}

@keyframes loop-slide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.flow__img {
    display: block;
    border-radius: var(--radius-xl);
    overflow: hidden;
}

/*---------- サポートセクション ----------*/
.support_section {
    margin-top: -10rem;
    position: relative;
    z-index: -1;
}

.support_section__txt {
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: var(--color-base-1);
    position: absolute;
    left: 50%;
    width: 82rem;
    bottom: 9.5rem;
    translate: -50% 0;
    text-align: center;
    text-shadow: 0px 0px 15px rgba(0, 108, 154, 0.3);
    line-height: 2;
}

/*---------- 特徴セクション ----------*/
.feature__title_content {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.feature__title_wrap {
    width: 166rem;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15rem;
}

.feature__txt_wrap {
    flex-basis: 70rem;
    width: 100%;
}

.feature__img_wrap {
    flex: 1;
    width: 100%;
    border-radius: var(--radius-full) 0 0 var(--radius-full);
    overflow: hidden;
}

.match_grave {
    background: url(../img/texture_watercolor.webp) center / 40rem repeat;
    margin-top: var(--space-2xl);
    padding: var(--space-2xl) 0;
    position: relative;
}

.match_grave__title {
    display: block;
    width: min(90%, 150rem);
    margin-inline: auto;
}

.match_grave__txt {
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: var(--color-base-1);
    width: 83rem;
    text-align: center;
    text-shadow: 0px 0px 15px rgba(0, 108, 154, 0.3);
    line-height: 2;
    margin-inline: auto;
    display: block;
    margin-top: -14rem;
}

/*---------- おすすめのお墓タイプ ----------*/

.grave_recomend_list {
    background-color: var(--color-base-1);
    background-image:
        linear-gradient(#dcfdff 1px, transparent 1px),
        linear-gradient(90deg, #dcfdff 1px, transparent 1px);
    background-size: 14px 14px;
    width: min(130rem, 90%);
    margin-inline: auto;
    overflow: hidden;
    border-radius: var(--radius-lg);
    border: 2px solid var(--color-base-1);
    position: relative;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}

.grave_recomend_list__type {
    position: absolute;
    top: 0;
    left: 0;
    font-size: var(--font-size-xl);
    background-color: var(--color-main-1);
    color: var(--color-base-1);
    padding: 1.4rem 2.4rem;
    z-index: 1;
    border-radius: var(--radius-lg) 0 var(--radius-lg) 0;
}

.recomend_list__item {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
}

.recomend_list__txt_inner {
    width: 85%;
    margin-inline: auto;
}

.recomend_list__people_title_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 5rem;
}

.recomend_list__people_title {
    font-size: var(--font-size-lg);
    position: relative;
    display: inline-block;
    text-align: center;
}

.recomend_list__people_title::before,
.recomend_list__people_title::after {
    content: "";
    display: block;
    width: 1px;
    height: 1.5em;
    background-color: var(--color-base-3);
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
}

.recomend_list__people_title::before {
    left: -1.3rem;
    transform: translateY(-50%) rotate(-22deg);
    transform-origin: bottom right;
}

.recomend_list__people_title::after {
    right: -1.3rem;
    transform: translateY(-50%) rotate(22deg);
    transform-origin: bottom left;
}

.recomend_list__txt {
    line-height: 1.6;
}

.recomend_list__checklist_wrap {
    background-color: var(--color-base-1);
    border: 1px solid var(--color-main-2);
    padding: 3.2rem 5rem;
    line-height: 1.5;
    margin-top: 2.5rem;
    border-radius: var(--radius-lg);
}

.recomend_list__checklist {
    position: relative;
    margin-left: 1.5em;
    margin-top: 1.5rem;
}

.recomend_list__checklist::before {
    content: "";
    display: block;
    position: absolute;
    width: 1em;
    height: 1em;
    top: calc((1.5em - 1em) / 2);
    left: -1.5em;
    background: url(../img/checkbox.svg) no-repeat center / contain;
}

/*---------- 特徴まとめ ----------*/
.feature__summary_bg_wrap {
    position: relative;
}

.feature__summary_img_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 140rem;
    aspect-ratio: 1424/491;
}

.feature_2__summary_img_wrap {
    top: 48%;
    left: 50%;
    aspect-ratio: 1424/538;
}

.feature__summary_content {
    width: fit-content;
}

.feature__summary_inner {
    position: absolute;
    top: 50%;
    left: 10rem;
    translate: 0 -50%;
    width: 70rem;
}

.feature_2__summary_inner {
    top: 53%;
    width: 70rem;
}

.feature__summary_title--sub {
    border-bottom: var(--color-base-3) 1px solid;
    display: inline;
    padding-bottom: .8rem;
}

.feature__summary_title {
    display: block;
    margin-top: calc(3rem + .8rem);
}

.feature__summary_txt {
    line-height: 1.6;
    margin-top: var(--space-md);
}

.feature__summary__cta_wrap {
    width: 75%;
}

/*---------- 事業者例 ----------*/
.feature_2__vendor_content {
    width: min(90%, 160rem);
    margin-inline: auto;
}

.feature_2__vendor_content {
    display: flex;
    gap: 7rem 3.2rem;
    flex-wrap: wrap;
    justify-content: center;
}

.feature_2__vendor_wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 3.2rem;
    background-color: var(--color-base-2);
    width: calc(50% - (3.2rem / 2));
    padding: 2.4rem 3.2rem;
    border-radius: var(--radius-md);
    border: 1px solid #AAD7D9;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.feature_2__vendor_name {
    position: absolute;
    top: 0;
    left: 2.4rem;
    translate: 0 -100%;
    background-color: var(--color-main-1);
    padding: 1rem 3.2rem;
    color: var(--color-base-1);
    border-radius: var(--radius-md) var(--radius-md) 0 0;
}

.feature_2__vendor_icon {
    width: 11rem;
    aspect-ratio: 1;
}

.feature_2__vendor_txt--emphasis {
    font-size: var(--font-size-lg);
    color: var(--color-accent-1);
    border-bottom: 1px solid var(--color-accent-1);
    padding-bottom: 0.5rem;
}

/*---------- 事例セクション ----------*/
.case_section {
    background-color: var(--color-base-2);
}

.case_section__title_wrap {
    position: relative;
}

.case_section__title {
    position: absolute;
    top: var(--space-2xl);
    left: 13.5rem;
    width: 62rem;
}

.case_content_wrap {
    width: min(150rem, 90%);
    margin-top: -15rem;
    margin-inline: auto;
    padding-bottom: 8rem;
}

.case_content {
    display: flex;
    justify-content: center;
    gap: var(--space-lg);
    position: relative;
    z-index: 1;
}

.case_wrap {
    background-color: var(--color-base-1);
    background-image:
        linear-gradient(#dcfdff 1px, transparent 1px),
        linear-gradient(90deg, #dcfdff 1px, transparent 1px);
    background-size: 14px 14px;
    width: calc(100% / 3);
    border-radius: var(--radius-xl);
    padding: 5rem 0;
    box-shadow: 3.28018px 3.28018px 6.56036px rgba(64, 63, 88, 0.2);
}

.case__num_wrap {
    text-align: center;
}

.case__num {
    color: var(--color-base-1);
    background-color: var(--color-main-2);
    padding: 1rem 2.4rem;
    border-radius: var(--radius-full);
    display: inline-block;
    position: relative;
}

.case__num::after {
    position: absolute;
    content: "";
    display: block;
    width: 1.3rem;
    aspect-ratio: 1;
    bottom: 1px;
    left: 50%;
    translate: -50% 100%;
    background-color: inherit;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.case__title {
    font-size: var(--font-size-lg);
    text-align: center;
    line-height: 1.6;
    margin-top: 2.4rem;
}

.case__img_wrap {
    border-radius: var(--radius-lg);
    overflow: hidden;
    display: block;
    margin: var(--space-sm) 2.4rem 0 2.4rem;
}

.case__if {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-base-1);
    padding: 1.7rem 0;
    margin: 4.2rem 0;
    text-shadow: 0px 0px 5.33333px rgba(64, 63, 88, 0.3);
}

.case__info {
    padding: 0 2.4rem;
}

.if_alone {
    background-color: #878787;
}

.if_use {
    background-color: var(--color-accent-1);
}

.case__box_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: #AAD7D9 1px solid;
    padding-bottom: 2.4rem;
    letter-spacing: 0.1em;
    vertical-align: middle;
}

.case__box {
    background-color: #878787;
    padding: 1rem 1.5rem;
    color: var(--color-base-1);
    border-radius: 3px;
    margin-left: 1rem;
}

.case__after_box {
    background-color: var(--color-accent-1);
}

.case__after_box .case__info__num {
    color: var(--color-accent-2);
}

.case__box_item {
    position: relative;
    top: 1px;
}

.case__info__num {
    font-size: var(--font-size-lg);
    font-weight: 700;
}

.case__info__txt {
    margin-top: 2.4rem;
    line-height: 1.7;
}

/*---------- お客様の声セクション ----------*/
.voice_section {
    margin-top: var(--space-2xl);
}

.voice_section__title {
    display: block;
    width: min(100rem, 90%);
    margin-inline: auto;
}

.voice_wrap {
    margin-top: var(--space-xl);
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-lg);
    justify-content: center;
}

.voice {
    background-color: var(--color-base-2);
    border: 1px solid #AAD7D9;
    border-radius: var(--radius-lg);
    position: relative;
    width: min(150rem, 90%);
    margin-inline: auto;
    overflow: hidden;
}

.voice__grave_type {
    background-color: var(--color-main-2);
    color: var(--color-base-1);
    padding: .75rem 2rem;
    font-size: 2.2rem;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: var(--radius-lg) 0 var(--radius-lg) 0;
}

.voice__annotation {
    width: min(150rem, 90%);
}

.voice_review_wrap {
    display: flex;
    align-items: center;
    margin-top: 2.4rem;
    gap: 1rem;
}

.voice_review {
    position: relative;
    top: 1px;
}

.voice__item_inner {
    padding: var(--space-xl) var(--space-lg);
    gap: 2.4rem;
}

.voice__item_people_info {
    flex: 0.75;
}

.voice__item_txt {
    flex: 1.25;
    line-height: 1.7;
    font-size: 2.2rem;
}

.voice__name {
    font-size: var(--font-size-sm);
    color: #A3B4BE;
    display: block;
    margin-top: 1rem;
}

.voice__people_icon_wrap {
    flex-basis: 12rem;
}

.voice__people_box {
    gap: 2rem;
}

.voice__title {
    font-size: var(--font-size-lg);
    line-height: 1.7;
}

.star-rating {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
}

.star-rating::before {
    content: "";
    display: block;
    width: 15rem;
    height: calc(15rem / 5);
    background: linear-gradient(to right,
            #B8E43E calc(var(--score) * 20%),
            #acacac calc(var(--score) * 20%));
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E");
    -webkit-mask-repeat: repeat-x;
    -webkit-mask-size: 3rem 3rem;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E");
    mask-repeat: repeat-x;
    mask-size: 3rem 3rem;
}

.star-rating::after {
    content: attr(data-score);
    color: #46888B;
    font-size: var(--font-size-md);
    line-height: 1;
    position: relative;
    top: 1px;
}

/*---------- faqセクション ----------*/
.faq_section {
    background: url(../img/texture_watercolor.webp) center / 40rem repeat;
    padding: var(--space-2xl) 0;
}

.faq__title_wrap {
    width: min(120rem, 90%);
    margin-inline: auto;
}

.faq__title {
    display: block;
    width: 75%;
    filter: drop-shadow(0px 0px 1rem rgba(0, 108, 154, 0.3));
    margin-bottom: var(--space-xl);
}

.faq_wrap {
    width: min(120rem, 90%);
    margin-inline: auto;
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-lg);
}

.faq {
    background-color: var(--color-base-1);
    border-radius: var(--radius-lg);
    padding: var(--space-lg) 6rem var(--space-lg) 12rem;
}

.question {
    font-size: var(--font-size-lg);
    position: relative;
    padding-bottom: 2rem;
    border-bottom: 1px dashed #B2B2B2;
}

.question::before {
    width: 1.6em;
    aspect-ratio: 1;
    background-color: var(--color-main-2);
    content: "Q";
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    /* Questionのフォントサイズの50%の高さをマイナスしてアイコンを中央に配置 */
    top: calc(-1em / 2);
    left: -2.4rem;
    translate: -100% 0;
    border-radius: var(--radius-full);
    color: var(--color-base-1);
}

.answer {
    line-height: 1.7;
    font-size: 2.2rem;
    padding-top: 2rem;
}

/*---------- プレゼントセクション ----------*/
.present_section {
    background: url("../img/present_sunburst.webp");
    background: image-set(url("../img/present_sunburst.avif") type("image/avif"),
            url("../img/present_sunburst.webp") type("image/webp"));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-top: var(--space-2xl);
}

.present__title {
    display: block;
    width: min(90%, 110rem);
    margin-inline: auto;
}

.present_list_wrap {
    width: min(120rem, 90%);
    margin-inline: auto;
    margin-top: 10rem;
}

.present_book_wrap {
    display: flex;
    justify-content: space-between;
    gap: var(--space-lg);
}

.present_book {
    width: calc(100% / 3);
    position: relative;
    background-color: var(--color-base-2);
    padding: 6rem 5rem;
    border-radius: var(--radius-lg);
    border: 1px solid var(--color-main-2);

}

.present_num {
    color: var(--color-base-1);
    background-color: var(--color-main-2);
    padding: 1rem 2.4rem;
    border-radius: var(--radius-full);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% -50%;
}

.support {
    border-radius: var(--radius-xl);
    overflow: hidden;
    background-color: var(--color-base-2);
    border: var(--color-main-2) 1px solid;
}

.support_wrap {
    position: relative;
}

.present__more_wrap {
    position: absolute;
    top: -.5rem;
    left: 18rem;
    translate: 0 -50%;
    width: 16rem;
    z-index: 1;
}

.present__QUO_title_wrap {
    background-color: var(--color-main-2);
    padding: 3rem 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.present__QUO_title {
    width: 70rem;
}

.present_item_wrap {
    margin-inline: auto;
    justify-content: center;
    align-items: center;
    width: min(90%, 90rem);
    gap: 5rem;
    padding-top: var(--space-md);
}

.present__QUO_phone_wrap {
    flex: 1;
}

.present__QUO_text_wrap {
    flex: 2.3;
}

/*---------- CTAセクション ----------*/
.cta_section {
    background: url("../img/cta_section_bg.webp");
    background: image-set(url("../img/cta_section_bg.avif") type("image/avif"),
            url("../img/cta_section_bg.webp") type("image/webp"));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: min(150rem, 90%);
    height: 55rem;
    margin-inline: auto;
    border-radius: var(--radius-xl);
    position: relative;
    z-index: 1;
}

.cta_section__content_wrap {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 14rem;
    margin-inline: auto;
    width: 60%;
    height: 100%;
}

.cta_section__title_wrap {
    display: block;
}

.cta_section__content {
    margin-inline: auto;
    color: var(--color-base-1);
}

.cta_section__content_title {
    translate: 0 -10%;
    flex: 1;
}

.cta_section__content_text {
    display: flex;
    flex: 4.4;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.cta_section__text {
    line-height: 2;
    margin-top: 2.4rem;
    text-shadow: 0px 0px 15px rgba(0, 108, 154, 0.1);
}

.cta_section__eyecatch {
    width: 20rem;
}

.cta_section__cta_wrap {
    width: min(100%, 49rem);
    margin-top: 2.8rem;
}

.cta_section__cta_wrap .cta {
    padding: 1.5rem 2rem;
}

/*---------- footer ----------*/
.footer {
    font-family: "Zen Kaku Gothic New", sans-serif;
    background-color: #676767;
    color: var(--color-base-1);
    /* paddingと重なりを同じ数値にして相殺 */
    padding: var(--space-2xl) 0 var(--space-md) 0;
    margin-top: calc(var(--space-2xl) * -1);
    position: relative;
    font-weight: 400;
}

.footer_content {
    gap: 4rem;
    justify-content: space-between;
}

.footer_content_wrap {
    margin-top: 10rem;
    width: 90%;
    max-width: 140rem;
    margin-inline: auto;
}

.footer__auth {
    font-size: 2rem;
    line-height: 1.5;
    gap: 2rem;
    align-items: start;
    flex: 1;
}

.footer__auth__txt {
    flex: 1;
}

.footer__auth_img_wrap {
    flex: 0 0 12rem;
    min-height: 12rem;
    color: var(--color-base-3);
    background-color: var(--color-base-1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: .5rem;
}

.footer__link_container {
    justify-content: center;
    gap: 10rem;
}

.footer__link_wrap {
    flex-wrap: wrap;
    flex: 1.25;
    align-items: center;
    row-gap: 4rem;
}

.footer__link a {
    display: inline;
}

.footer__logo {
    flex: 0.5;
}

.footer__link {
    flex: 0 0 calc(100% / 2);
}

.footer__auth a {
    display: block;
}

.footer__copy {
    font-size: 12px;
    justify-content: center;
}

/*---------- 追従ボタン ----------*/
.fixed {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    width: 30%;
    max-width: 430px;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease-in-out;
}

.fixed .cta {
    padding: 2rem 3rem;
}

.fixed.is-active {
    opacity: 1;
    pointer-events: auto;
}

.slider_wrapper {
    width: 100%;
    overflow-x: hidden;
}

.splide__track {
    overflow-x: hidden;
    margin-top: 7.5rem;
}

.splide__slide img,
.splide__slide picture {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#fvSlider .splide__track {
    margin-top: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#fvSlider .splide__slide {
    position: relative;
}

@media (max-width: 767px) {
    #fvSlider .splide__slide .grave_card {
        transform: scale(1);
        transition: transform 0.5s ease;
        border-radius: var(--radius-md);
        box-shadow: 0px 3px 3px rgba(48, 47, 58, 0.25);
        position: relative;
        z-index: 1;
        border: 2px solid var(--color-base-1);
    }

    #fvSlider .splide__slide.is-active .grave_card {
        transform: scale(1.15);
        transition: transform 0.3s ease-in-out 0.5s;
        position: relative;
        z-index: 3;
        box-shadow: 0px 3px 3px rgba(48, 47, 58, 0.25);
    }

    .hero__case_list_wrap {
        margin-top: -12rem;
    }
}

@media (min-width: 767px) {

    #fvSlider,
    #voiceSlider {
        visibility: visible !important;
    }

    #fvSlider .splide__track {
        display: flex;
        justify-content: center;
    }

    #fvSlider .splide__list {
        display: flex;
        gap: 1.8rem;
        justify-content: center;
        width: 100rem;
    }

    #fvSlider .splide__slide {
        width: 33.333%;
        opacity: 1;
        transform: none;
    }

    .hero__case_list_wrap {
        margin-top: -21rem;
    }

    #voiceSlider .splide__arrow::before {
        display: none;
    }
}

/* paginationとarrowを横並びに配置 */
.splide__arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 5rem;
}

.splide__arrow {
    width: 4rem;
}

#recomendSlider .splide__slide {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-lg);
    transition: transform 0.3s ease, opacity 0.3s ease;
    will-change: transform;
}

#voiceSlider .splide__track {
    overflow: hidden;

}

#recomendSlider picture,
#recomendSlider img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
}

#recomendSlider .splide__pagination,
#voiceSlider .splide__pagination {
    position: static;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

#recomendSlider .splide__pagination__page,
#voiceSlider .splide__pagination__page {
    width: 1.5rem;
    aspect-ratio: 1;
    background: var(--color-base-1);
    border: none;
    border-radius: 50%;
    padding: 0;
    opacity: 0.4;
    transition: background-color 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}

#recomendSlider .splide__pagination__page.is-active,
#voiceSlider .splide__pagination__page.is-active {
    background: var(--color-base-1);
    opacity: 1;
}

#voiceSlider .splide__pagination__page {
    background: var(--color-base-3);
    opacity: 0.4;
}

#voiceSlider .splide__pagination__page.is-active {
    background: var(--color-base-3);
}

#recomendSlider .splide__arrow,
#voiceSlider .splide__arrow {
    width: 4.5rem;
    aspect-ratio: 1;
    background: #fff;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: none;
}

#voiceSlider .splide__arrow {
    border: 1px solid var(--color-main-2);
}

.splide__arrow::before {
    width: 2.5rem;
    aspect-ratio: 22.5 / 18;
    content: "";
    display: block;
    position: absolute;
    background: url(../img/slide_arrow.svg) no-repeat center / contain;
}

.splide__arrow--prev::before {
    transform: scaleX(-1);
}

.splide__arrow:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

/*---------- FV_スライダー（カードデザイン） ----------*/
.grave_card {
    background-color: white;
    position: relative;
    z-index: 1;
    box-shadow: 0px 3px 3px rgba(48, 47, 58, 0.25);
    border-radius: var(--radius-md);
    overflow: hidden;
}

.grave_card__top_cont {
    position: relative;
}

.grave_card__property_status {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--color-main-2);
    color: white;
    font-size: 1.3rem;
    padding: 2px 6px;
}

.grave_card__title {
    display: inline-block;
    width: 100%;
    font-size: var(--font-size-lg);
    font-weight: 700;
    color: var(--color-main-1);
    margin-bottom: 1.8rem;
    padding-left: 1.8rem;
    position: relative;
}

.grave_card__title::before {
    content: "";
    width: 4px;
    height: 1.1em;
    background-color: var(--color-main-1);
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
}

.grave_card__title--deco {
    font-size: 1rem;
    display: block;
    font-weight: 700;
    margin-bottom: 3px;
}

.grave_card__property_info {
    position: absolute;
    left: 0;
    top: 1.6rem;
    font-size: 2.4rem;
    font-weight: bold;
    background-color: var(--color-main-2);
    color: white;
    padding: 8px 16px;
    font-feature-settings: "palt";
}

.grave_card__bottom_cont {
    width: 85%;
    margin-inline: auto;
    padding: 2.4rem 0;
}

.grave_card__grave_info_wrap {
    line-height: 1;
    font-weight: 700;
}

.grave_card__grave_info_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.grave_card__grave_info_list:not(:last-of-type) {
    margin-bottom: 8px;
}

.grave_card__grave_info_icon {
    width: 1.2em;
    aspect-ratio: 1;
    flex: 0 0 auto;
}

.grave_card__grave_info_icon--place {
    width: 1em;
    margin-left: 0.1em;
    aspect-ratio: 21 / 30;
}

.grave_card__grave_info_data {
    flex: 0 0 auto;
    margin-left: auto;
    font-size: var(--font-size-lg);
    font-weight: 500;
}

.grave_card__grave_info_line {
    flex: 1 1 auto;
    border-bottom: 1px dashed #9fa0a0;
    margin: 0 0.5rem;
    list-style: none;
    height: 0;
}

.footer__auth_img_wrap--ssl img {
    pointer-events: all;
}

/*1920以下の画面幅*/
@media (max-width: 1920px) {
    html {
        font-size: calc(100vw / 192);
    }

    .main_copy {
        margin-left: 46rem;
    }
}

/*1920以上の画面幅*/
@media (min-width: 1921px) {
    html {
        font-size: calc(100vw / 192);
    }
}

/* 1000~768の画面幅 */
@media screen and (min-width: 768px) and (max-width: 1000px) {
    :root {
        /* 余白 */
        --space-xs: 2rem;
        --space-sm: 3rem;
        --space-md: 4rem;
        --space-lg: 6rem;
        --space-xl: 8rem;
        --space-2xl: 12rem;

        /* 文字サイズ */
        --font-size-xs: 10px;
        --font-size-sm: 3rem;
        --font-size-md: 3rem;
        --font-size-lg: 3.5rem;
        --font-size-xl: 4rem;
        --font-size-2xl: 6rem;

        /* 角丸 */
        --radius-sm: 2px;
        --radius-md: 4px;
        --radius-lg: 8px;
        --radius-xl: 16px;
    }

    .main_copy {
        margin-left: 45rem;
    }

    .header_logo_wrap,
    .anniversary_wrap {
        height: 5rem;
    }

    #fvSlider .splide__slide {
        border-radius: var(--font-size-md);
    }

    .full_screen_img {
        width: 240rem;
    }

    .hero__case_list_wrap {
        margin-top: -36rem;
    }

    .feature__title_wrap {
        width: 174rem;
    }

    .feature__txt_wrap {
        flex-basis: 80rem;
    }

    .feature_2__vendor_content {
        width: min(90%, 190rem);
    }

    .recomend_list__txt_inner {
        padding: 3rem 0;
    }

    .feature__summary_img_wrap {
        width: 167rem;
    }

    .feature__summary_inner {
        width: 82rem;
    }

    .support__img {
        width: 210rem;
    }

    .flow_img_wrap {
        width: min(185rem, 95%);
    }

    .support_section__txt {
        width: 99rem;
    }

    .case_content_wrap {
        width: min(160rem, 90%);
    }

    .case_content {
        gap: var(--space-md);
    }

    .case_wrap {
        border-radius: var(--radius-lg);
    }

    .voice__grave_type {
        font-size: 4rem;
        padding: 1.5rem 4rem;
    }

    .voice {
        width: min(170rem, 90%);
    }

    .voice__people_icon_wrap img {
        object-fit: contain;
        aspect-ratio: 1;
    }

    .voice__item_txt {
        font-size: 3rem;
    }

    .fixed {
        width: 45%;
    }

    .footer__auth {
        font-size: 3rem;
    }

    .cta_section__content_wrap {
        width: 78%;
    }

    .cta_section__content_title {
        flex: 0.75;
    }

    .cta_btn_wrap {
        border: 1px solid var(--color-base-1);
    }
}

/*767以下の画面幅*/
@media (max-width: 767px) {
    html {
        font-size: calc(100vw / 44);
    }

    :root {
        /* 余白 */
        --space-xs: 1rem;
        --space-sm: 2rem;
        --space-md: 2.5rem;
        --space-lg: 3rem;
        --space-xl: 4rem;
        --space-2xl: 6.4rem;

        /* 文字サイズ */
        --font-size-sm: 1.4rem;
        --font-size-md: 1.8rem;
        --font-size-lg: 2.2rem;
        --font-size-xl: 2.6rem;
        --font-size-2xl: 3.2rem;
    }

    .u-sp-none {
        display: none;
    }

    .u-pc-none {
        display: block;
    }

    .u-sp-mb-200p {
        display: block;
        margin-bottom: 2em;
    }

    .microcopy {
        font-size: 2rem;
    }

    .cta {
        padding: 1.5rem 1.7rem;
    }

    .hero__cta {
        margin: 4rem auto;
    }

    .full_screen_img {
        width: 44rem;
    }

    .header_wrap {
        padding: 1rem 2rem;
    }

    .header {
        gap: 4rem;
        width: min(100%, 1000px);
    }

    .header_logo_wrap {
        flex: 150;
    }

    .anniversary_wrap {
        flex: 111;
    }

    .main_copy {
        width: 37rem;
        margin-left: 0;
        margin-inline: auto;
        position: relative;
        top: 0;
        display: block;
        margin-top: 3.2rem;
    }

    .main_copy img {
        width: 100%;
    }

    .main_copy::before {
        aspect-ratio: 1;
        background-image: url(../img/maincopy_deco_sp.svg);
        width: 7rem;
        left: 0;
        translate: 58% 2%;
        rotate: -7deg;
        z-index: -1;
    }

    .hero__img img {
        aspect-ratio: 390 / 373;
    }

    .hero__img_wrap {
        margin-top: -4rem;
    }

    .slider_wrapper {
        overflow: visible;
    }

    .grave_card__grave_info_data,
    .grave_card__property_info {
        font-size: var(--font-size-md);
    }

    .grave_card__property_info {
        padding: 0.5rem 1.3rem 0.25rem 1.3rem;
        top: 1.2rem;
    }

    .grave_card__title {
        font-size: 2rem;
    }

    .grave_card__bottom_cont {
        padding: 1.8rem 0;
    }

    .grave_card__title {
        margin-bottom: 1.4rem;
    }

    #fvSlider .splide__track {
        padding-top: calc(15% / 2);
        padding-bottom: calc(15% / 2);
    }

    .fv__annotation {
        width: 80%;
        margin-inline: auto;
    }

    .fv__annotation:first-of-type {
        margin-top: 1.5rem;
    }

    .users__img {
        margin-top: -19rem;
        position: relative;
        z-index: 1;
    }

    .flow__title_wrap {
        width: min(38rem, 90%);
        margin-bottom: 3.5rem;
    }

    .flow_txt_slider_wrap {
        width: 74rem;
    }

    .flow_txt_slider {
        padding-right: 6rem;
        animation: loop-slide 20s linear infinite;
    }

    .support_section {
        margin-top: var(--space-2xl);
    }

    .support_section__sp_title_wrap img {
        margin-bottom: 3.5rem;
        width: min(38rem, 90%);
        margin-inline: auto;
    }

    .support_section__txt {
        width: min(38rem, 90%);
        text-align: center;
        bottom: 3.5rem;
    }

    .feature__title_wrap {
        width: min(40rem, 90%);
        justify-content: flex-start;
        flex-direction: column;
        overflow: hidden;
        gap: var(--space-lg);
        position: relative;
        z-index: 1;
    }

    .feature__txt_wrap {
        flex: 1;
    }

    .match_grave {
        margin-top: -3rem;
        padding: 7rem 0 6rem 0;
        background: url(../img/texture_watercolor.webp) center / 20rem repeat;
    }

    .match_grave__txt {
        width: min(38rem, 90%);
        margin-top: 4rem;
        text-align: left;
    }

    #recomendSlider,
    #voiceSlider {
        width: 90%;
        margin-inline: auto;
        font-size: 1.8rem;
    }

    #recomendSlider .splide__slide {
        flex-direction: column;
    }

    .recomend_list__item {
        display: block;
        height: auto;
    }

    .recomend_list__img_wrap,
    .recomend_list__txt_wrap {
        flex: none;
    }

    .recomend_list__txt {
        line-height: 1.6;
        letter-spacing: 0.1em;
    }

    #recomendSlider picture,
    #recomendSlider img {
        height: 27rem;
    }

    .recomend_list__txt_inner {
        margin: var(--space-md) auto;
        width: 90%;
        letter-spacing: 0;
    }

    .recomend_list__checklist_wrap {
        padding: 1rem 2rem;
    }

    .recomend_list__people_title_wrap {
        margin-top: 4rem;
    }

    .recomend_list__checklist {
        margin-left: 1em;
    }

    #recomendSlider .splide__arrow,
    #voiceSlider .splide__arrow {
        width: 3rem;
    }

    .splide__arrow::before {
        width: 2rem;
    }

    #recomendSlider .splide__pagination__page,
    #voiceSlider .splide__pagination__page {
        width: 1.25rem;
    }

    .splide__arrows {
        margin-top: 3rem;
        display: flex;
    }

    .match_grave {
        overflow-x: hidden;
    }

    #recomendSlider .splide__track,
    #voiceSlider .splide__track {
        margin-top: 6rem;
        overflow: visible;
    }

    .grave_recomend_list__type {
        font-size: 2rem;
        padding: 1rem 2rem;
    }

    .feature__summary_img_wrap {
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        translate: initial;
        aspect-ratio: 390 / 315;
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        gap: 3rem;
    }

    .feature__summary_img {
        display: block;
    }

    .feature__summary_bg_wrap {
        margin-top: 0;
    }

    .feature__summary_inner {
        position: static;
        translate: initial;
        width: min(90%, 38rem);
        margin-inline: auto;
    }

    .feature__summary_txt {
        border-top: 1px dashed #8792a0;
        margin-top: var(--space-sm);
        padding-top: var(--space-sm);
    }

    .feature_section {
        background-color: var(--color-base-2);
        margin-top: 0;
        padding-top: var(--space-2xl);
    }

    .feature_2__vendor_wrap {
        width: min(90%, 160rem);
        margin-inline: auto;
        flex-direction: row;
        padding: 1.2rem 2rem;
        gap: 1rem;
        border: none;
    }

    .feature_2__vendor_icon {
        flex: 0 0 7rem;
    }

    .feature_2__vendor_txt--emphasis {
        font-size: inherit;
    }

    .feature_2__vendor_name {
        background: var(--color-base-3);
        font-size: 1.6rem;
        padding: 0.75rem 1.6rem;
        left: 1.6rem;
    }

    .feature_2__vendor_content {
        gap: 6rem;
        background: url(../img/texture_watercolor.webp) center / 20rem repeat;
        width: 100%;
        padding: 11rem 0 6rem 0;
        margin-top: -3rem;
    }

    .case_content_wrap {
        margin-top: -4rem;
    }

    .case_content {
        flex-wrap: wrap;
    }

    .case_section__title {
        width: min(15rem, 50%);
        left: initial;
        right: 3.2rem;
        top: 3.2rem;
    }

    .case_wrap {
        width: 100%;
        padding: 3.5rem 0;
    }

    .case__num {
        padding: .5rem 1rem .5rem 1.5rem;
    }

    .case__num::after {
        width: 1rem;
    }

    .case__info {
        padding: 0 2rem;
    }

    .case__if {
        padding: 1.2rem;
        margin: 3rem 0;
    }

    .case__box_wrap {
        padding-bottom: 1.6rem;
    }

    .case__info__txt {
        margin-top: 1.6rem;
    }

    .voice_section__title {
        width: min(90%, 30rem);
    }

    .voice_section__voice_container {
        overflow-x: hidden;
    }

    .voice_wrap {
        flex-wrap: nowrap;
        gap: 0;
        justify-content: initial;
    }

    .voice__item_inner {
        flex-direction: column;
        padding: 6rem 2rem 4rem 2rem;
    }

    .voice__item_txt,
    .voice__grave_type,
    .voice_review {
        font-size: var(--font-size-md);
    }

    .voice__people_icon_wrap {
        flex: 1;
    }

    .voice__people_title_wrap {
        flex: 3.8;
    }

    #recomendSlider .splide__track,
    #voiceSlider .splide__track {
        margin-top: 4rem;
    }

    .voice__people_box {
        align-items: flex-start;
    }

    .voice__annotation {
        width: 90%;
        margin-inline: auto;
    }

    .faq__title {
        margin-bottom: 4rem;
    }

    .faq {
        padding: 3.2rem 2.4rem 3.2rem 7rem;
    }

    .faq_section {
        background: url(../img/texture_watercolor.webp) center / 20rem repeat;
    }

    .answer {
        font-size: var(--font-size-md);
    }

    .question {
        line-height: 1.5;
    }

    .question::before {
        left: -.5em;
        top: calc(-1em * 1.5 / 2 - 0.15em);
        translate: -100% 50%;
    }

    .support {
        border-radius: var(--radius-md);
    }

    .present_section {
        background: url("../img/present_sunburst_sp.webp");
        background: image-set(url("../img/present_sunburst_sp.avif") type("image/avif"),
                url("../img/present_sunburst_sp.webp") type("image/webp"));
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
    }

    .present_list_wrap {
        margin-top: 6rem;
    }

    .present_book_wrap {
        flex-wrap: wrap;
    }

    .present_book {
        width: calc((100% / 2) - (3rem / 2));
        border-radius: var(--radius-md);
        padding: 3.6rem 2.4rem;
    }

    .present_num {
        padding: .5rem 1rem .5rem 1.5rem;
    }

    .present__QUO_title_wrap {
        padding: 1.5rem 2rem;
    }

    .present__more_wrap {
        width: 10rem;
        top: -1rem;
        left: 50%;
        translate: -50% -100%;
    }

    .present_item_wrap {
        gap: 1rem;
        padding-top: 1.5rem;
    }

    .present__QUO_phone_wrap {
        flex: 1.2;
    }

    .cta_section {
        width: 100%;
        height: auto;
        border-radius: 0;
        padding: 7rem 0;
    }

    .cta_section__content_wrap {
        gap: 0;
        display: block;
        width: 100%;
    }

    .cta_section__content_title {
        translate: initial;
    }

    .cta_section__content_text {
        display: block;
        width: 90%;
        margin-inline: auto;
    }

    .cta_section__title_wrap {
        width: 90%;
    }

    .cta_section__text {
        line-height: 1.6;
        font-size: 1.9rem;
        margin-top: 3rem;
    }

    .cta_section__cta_wrap {
        margin-top: 3rem;
    }

    .footer_content {
        flex-direction: column;
    }

    .footer__auth {
        font-size: 1.5rem;
        line-height: 1.4;
    }

    .footer__link_container {
        flex-direction: column;
        gap: 4.5rem;
    }

    .footer__link {
        font-size: 1.5rem;
    }

    .footer__auth_img_wrap {
        flex: 0 0 10rem;
        min-height: 10rem;
    }

    .footer__auth_img_wrap--ssl {
        padding: 2rem .5rem;
    }

    .footer__logo {
        width: 90%;
        margin-inline: auto;
    }

    .fixed {
        width: 70%;
        right: initial;
        left: 50%;
        translate: -50% 0;
    }

    .fixed .cta {
        padding: 1.5rem 1.7rem;
    }
}