body {
    font-family: 'Noto Sans JP';
    background-color: rgb(250, 252, 243);
    position: relative;
    display: flex;
    flex-direction: column;
}

/* コンテンツが短いページでもフッターが画面下に固定されるようにする */
.site-content-wrap {
    flex: 1 0 auto;
}

body>footer {
    flex-shrink: 0;
}

a {
    text-decoration: none;
}

.noscroll {
    overflow: hidden;
}



/* ------------------ */
/* header */
/* ------------------ */
.header {
    background-color: #98AA4F;
    color: #fff;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
}

.nav-list {
    /* navの横並び */
    display: flex;
}

.nav-item {
    padding: 10px 0;
    border-right: dotted 1px #fff;
}

.nav-item a {
    /* メニューの右側に余白 */
    color: #fff;
    padding: 15px 2.14285714vw;
}

.nav-item:first-child {
    height: inherit;
    border-left: dotted 1px #fff;
}

.burger-btn {
    display: none;
}


/* ------------------ */
/*MV*/
/* ------------------ */
.mv {
    position: relative;
    background-image: url("../img/top_bgi.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 51.04166vw;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 80px;
}

.mv-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mv-img__prezent-text {
    width: 40.71428571vw;
    margin: 0 auto 3.571428571vw;
}

.mv-img__prezent-text .text-break {
    display: inline-block;
}

.mv-img__prezent-text p {
    text-align: center;
    color: #fff;
    background-color: #3b5311;
    font-family: 'HiraMinPro-W6', 'Yu Mincho', 'YuMincho';
    font-size: 1.571428571vw;
    font-weight: 800;
    padding: 10px 12px;
    letter-spacing: 0.321428571vw;
}

.mv-img__prezent-cam {
    font-size: 0.714285714vw;
}

.mv__tokutens {
    display: flex;
}

.mv-img__title {
    width: 51.42857143vw;
    margin: auto;
    margin: 0 auto 3.571428571vw;
}

.mv__tokuten {
    width: 12.14285714vw;
    margin: 0 auto;
}


.btn {
    display: flex;
    justify-content: center;
    margin-top: 3.1666vw;
}

.btn-red {
    margin-right: 25px;
}


.btn-red a {
    position: relative;
    width: 20.166vw;
    ;
    max-width: 100%;
    color: #fff;
    background: rgb(211, 85, 85);
    border-radius: 5px;
    font-size: 1.2vw;
    font-weight: 600;

    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.btn-red a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 0.5em;
    /* arrow size */
    height: 0.5em;
    /* arrow size */
    border-top: 2px solid #fff;
    /* thickness, color */
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-white {}

.btn-white a {
    position: relative;
    width: 20.166vw;
    max-width: 100%;
    color: rgb(211, 85, 85);
    background: #fff;
    border: solid 2px rgb(211, 85, 85);
    border-radius: 5px;
    font-size: 1.2vw;
    font-weight: 600;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.btn-white a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 0.5em;
    /* arrow size */
    height: 0.5em;
    /* arrow size */
    border-top: 2px solid rgb(211, 85, 85);
    /* thickness, color */
    border-right: 2px solid rgb(211, 85, 85);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-ocher a {
    background: #e28c30;
}

.btn-ocher__freeIcon {
    display: inline-block;
    padding: 2px 6px;
    background: #fff;
    color: #e28c30;
    font-size: 12px;
    margin-right: 6px;
}

.btn-ocher__freeIcon__red {
    display: inline-block;
    padding: 2px 6px;
    background: rgb(211, 85, 85);
    color: #fff;
    font-size: 12px;
    margin-right: 6px;
}

@media screen and (max-width:768px) {
    .btn-ocher__freeIcon {
        font-size: 8px;
    }
}


/* ------------------ */
/*プレゼント*/
/* ------------------ */


.present {
    margin-bottom: 100px;
}

.present-inner {
    max-width: 830px;
    margin: auto;
    padding: 0 15px;
}

.present-text {
    padding: 30px 0;
    border-top: solid 3px #3b5311;
    border-bottom: solid 3px #3b5311;
}

.present-text p {
    color: #3b5311;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
}


/* ------------------ */
/*お得な5大特典をご紹介*/
/* ------------------ */

.godaitokuten {
    margin-bottom: 50px;
}

.section-title {
    text-align: center;
    color: #fff;
    letter-spacing: 4px;
    background-color: #3b5311;
    border-left: 8px double rgb(250, 252, 243);
    border-right: 8px double rgb(250, 252, 243);
    padding: 5px;
}

.tokuten-title {
    max-width: 390px;
    width: 100%;
    margin: 0 auto 50px;
}

.godaitokuten-inner {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding: 0 10px;
}

.benefits-inner {
    padding-left: 10px;
    padding-right: 10px;
}

.benefits-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.benefits-item {
    width: calc(100% / 3 - 40px / 3);
    height: 420px;
    margin-right: 20px;
    margin-bottom: 30px;
    background-color: #fff;
}

.benefits-item:nth-of-type(3n) {
    margin-right: 0px;
}

.benefits-item__title {
    display: flex;
    align-items: center;
    padding: 15px;
}

.benefits-item__title span {
    color: #fff;
    background-color: #3b5311;
    font-size: 20px;
    font-weight: 700;
    border-radius: 3px;
    padding: 10px 16px;
}

.benefits-item__title p {
    color: #3b5311;
    font-size: 22px;
    font-weight: 600;
    margin-left: 20px;

}

.benefits-item__body {
    padding-top: 25px;
    padding-bottom: 20px;
    padding-right: 30px;
    padding-left: 30px;
}

.benefits-item__text p {
    line-height: 1.8;
}

.benefits-item__text--red {
    color: rgb(211, 85, 85);
}

.benefits-item__caution {
    font-size: 13px;

}


/* ---------------------- */
/*キャンペーンご利用方法*/
/* ---------------------- */

.campaign {
    margin-bottom: 100px;
}

.campaign-inner {
    max-width: 900px;
    margin: auto;
    padding: 0 10px;
}

.campaign-inner__1 {
    max-width: 1100px;
    position: relative;
}

.campaign-inner__1:after {
    display: inline-block;
    content: "";
    width: 900px;
    height: 600px;
    background: #f3f6e7;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1;
}

.campaign-inner__2 {}

.campaign-title {
    max-width: 390px;
    width: 100%;
    margin: 0 auto 50px;
}

.flow-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.campaign-flows__inner {
    padding-left: 10px;
    padding-right: 10px;
}

.flow-item-body {
    display: flex;
    background-color: #fff;
    padding: 22px;
}

.flow-title span {
    color: #fff;
    background-color: #3b5311;
    padding: 8px;
}

.flow-title p {
    color: #3b5311;
    font-size: 22px;
    font-weight: 600;
    margin-left: 20px;
}

.flow-text {
    line-height: 1.8;
}

.flow-item-left {
    max-width: 400px;
    width: 100%;
    padding: 5px 0px 5px 5px;
}

.flow-item-right {
    width: 100%;
    margin-left: 30px;
}

.triangle {
    border-top: 30px solid #98AA4F;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    width: 100px;
    margin: 20px auto;
}

@media screen and (max-width:768px) {
    .campaign-inner {
        padding: 0;
    }

    .campaign-inner__1:after {
        width: 90%;
    }
}

/* ---------------------------- */
/*5周年記念大感謝祭キャンペーン*/
/* ---------------------------- */

.contact {
    position: relative;
    background-image: url("../img/contact_bgi.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 78vw;
    max-width: 1920px;
    margin: -3px auto 0 auto;
}

.contact-container {
    max-width: 71.42857143vw;
    width: 100%;
    background-color: rgb(255, 255, 255, 0.7);
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 1.428571429vw;
}

.contact-title {
    position: relative;
}

.contact-title img {
    width: 51.14285714vw;
    margin: 0.714285714vw auto 1.428571429vw auto;
}

.contact__refund__icon {
    width: 10vw;
    position: absolute;
    top: -5vw;
    right: -5vw;
}

.contact__refund__icon__img {
    filter: blur(0) !important;
}

.contact-center__mb {
    margin-bottom: 100px;

}

.contact-term {
    text-align: center;
    margin-bottom: 1.428571429vw;
}

.contact-set-text {
    text-align: center;
    font-size: 2.357142857vw;
    font-weight: 700;
    letter-spacing: 1.8px;
    margin-bottom: 2.142857143vw;
}

.contact-term {
    font-size: 1vw;
}

.contact-imgs {
    display: flex;
    justify-content: center;
}

.contact-img__right img {
    max-width: 32.14285714vw;
    width: 100%;
    margin-left: 2.142857143vw;
}

.contact-img__left {
    position: relative;
}

.contact-img__left img {
    max-width: 32.14285714vw;
    width: 100%;
}

.contact-img__left__refund__icon {
    width: 90px;
    position: absolute;
    top: 0;
    right: -10px;
}

.contact-img__left__refund__icon__img {
    filter: blur(0) !important;
}

.contact-btn {
    text-align: center;
}

.contact-btn-flex {
    margin-bottom: 1.428571429vw;
}

.contact-btn a {
    position: relative;
    text-align: center;
    width: 20.166vw;
    max-width: 100%;
    color: #fff;
    background: #e28c30;
    border-radius: 5px;
    font-size: 1.2vw;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.contact-btn a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 0.5em;
    /* arrow size */
    height: 0.5em;
    /* arrow size */
    border-top: 2px solid #fff;
    /* thickness, color */
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}

.contact-content {
    font-size: 1.071428571vw;
}

/* 資料ダウンロードボタンカスタマイズ */
.contact-document-box {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px dashed #bbb;
    border-bottom: 1px dashed #bbb;
    margin: 20px auto;
    padding: 10px 0;
    width: 100%;
}

.contact-btn {
    margin-right: 25px;
}

.contact-document-box-img {
    width: 90px;
}

.contact-document-box-img>img {
    filter: blur(0px) !important;
}

@media screen and (max-width:768px) {
    .contact-btn {
        width: 21vw;
        margin-right: 20px;
    }

    .contact-document-box-img {
        width: 19%;
    }
}



/* ---------------------------------- */
/*キャンペーン対象の地位様お墓KOBO*/
/* ---------------------------------- */

.target {
    margin-bottom: 100px;
}


.target-title {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 50px;
}

.grave-inner {
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.grave-inner__linkWrap {
    margin-top: 20px;
}

.grave-inner__link {
    position: relative;
    width: 20.166vw;
    max-width: 100%;
    color: #fff;
    background: #e28c30;
    border-radius: 5px;
    font-size: 1.2vw;
    font-weight: 600;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.grave-list {
    position: relative;
}

.grave-list .slick-list {
    padding: 10px 0px;
}

.grave-list__arrowPrev,
.grave-list__arrowNext {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #3B5310;
    color: #fff;
    position: absolute;
    top: 150px;
    z-index: 99;
    cursor: pointer;
}

.grave-list__arrowPrev {
    left: -50px;
}

.grave-list__arrowNext {
    right: -50px;
}

.grave-item {
    width: calc(100% / 3 - 20px / 3);
    margin-bottom: 20px;
    background-color: #fff;
    margin: 0 10px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px gray;
    padding: 20px 10px;
}

.grave-item:nth-of-type(3n) {}


.grave-item__name {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    height: 48px;
}

.grave-item__img img {
    margin-bottom: 10px;
}

.grave-item__content {
    font-size: 14px;
    margin-bottom: 10px;
}

.grave-item__cost {
    font-size: 18px;
}

@media screen and (max-width:768px) {
    .grave-inner {
        padding: 0;
    }

    .grave-list .slick-list {
        padding: 10px 50px !important;
    }

    .grave-list__arrowPrev,
    .grave-list__arrowNext {
        top: 40vw;
    }

    .grave-list__arrowPrev {
        left: 20px;
    }

    .grave-list__arrowNext {
        right: 20px;
    }

    .grave-inner__link {
        width: 280px;
        font-size: 4vw;
    }

    .grave-item {
        margin: 0 10px !important;
    }
}


/* ---------------------------------- */
/*小さなお墓KOBOとは？*/
/* ---------------------------------- */

.features {
    margin-bottom: 100px;
}

.features-inner {
    max-width: 980px;
    width: 100%;
    margin: auto;
    padding: 0 10px;
}

.features-list {
    padding-left: 10px;
    padding-right: 10px;
}

.features-title {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 50px;
}

.features-item {
    display: flex;
    margin-bottom: 40px;
}

.features-item__reverse {
    flex-direction: row-reverse;
}

.features-item__img {
    max-width: 585px;
    width: 100%;
}

.features-item__content {
    max-width: 585px;
    width: 100%;
}

.features-item1>.features-item__content {
    margin-right: 30px;
}

.features-item__no {
    max-width: 100px;
    text-align: center;
    color: #fff;
    background-color: #333333;
    letter-spacing: 1.8px;
    margin-bottom: 10px;
    padding: 5px 0;
}

.features-item__title {
    color: #3b5311;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.features-item__text {
    line-height: 1.8;
}

.features-item2>.features-item__content {
    margin-left: 30px;
}

.features-item3>.features-item__content {
    margin-right: 30px;
}

.features-item__reverse>.features-item__content {
    margin-right: 30px;
}

.features-item:not(.features-item__reverse)>.features-item__content {
    margin-left: 30px;
}

.features-item__title span {
    display: inline-block;
}


/* ----------------------------------------- */
/*小さなお墓KOBOをご利用いただいたお客様の声*/
/* ----------------------------------------- */


.client {
    margin-bottom: 100px;
}

.client-title {
    max-width: 690px;
    width: 100%;
    margin: 0 auto 50px;
}

.client-inner {
    max-width: 950px;
    width: 100%;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.client-voice__item {
    background-color: #fff;
    padding: 25px;
    margin-bottom: 25px;
}

.client-item__no {
    display: flex;
}

.client-item__content {
    display: flex;

}

.client-item__no {
    padding-bottom: 25px;
}

.client-item__no span {
    color: #fff;
    background-color: #3b5311;
    font-weight: 700;
    padding: 0 10px;
    margin-right: 20px;
}

.client-item__no p {
    color: #3b5311;
    font-size: 16px;
    font-weight: 700;
}


.client-item__img {
    max-width: 250px;
    width: 100%;
    margin-right: 20px;
}

.client-item__img img {
    max-width: 250px;
    height: 250px;
    object-fit: cover;
}

.client-item__text {
    max-width: 610px;
    width: 100%;
    letter-spacing: 1.4px;
    line-height: 1.7;
}

/* ----------------------------------------- */
/*5周年記念 大感謝祭に関するよくある質問*/
/* ----------------------------------------- */


.faq {
    margin-bottom: 50px;
}

.faq-inner {
    padding: 0 10px;
}

.faq-title {
    max-width: 690px;
    width: 100%;
    margin: 0 auto 50px;
}


.accordion {
    margin-left: auto;
    margin-right: auto;
    max-width: 950px;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

.accordion-title {
    color: #000;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 40px 10px 20px;
}

.accordion-content {
    display: none;
    padding: 10px 20px;
}

.accordion-content p {
    font-size: 16px;
    line-height: 1.5;
    max-width: 760px;
}

.accordion-item {
    margin-bottom: 25px;
}

/* タイトルの背景色 */
.accordion-item:nth-of-type(1) .accordion-title {
    background-color: #ffffff;
}

.accordion-item:nth-of-type(2) .accordion-title {
    background-color: #ffffff;
}

.accordion-item:nth-of-type(3) .accordion-title {
    background-color: #ffffff;
}

.accordion-item:nth-of-type(4) .accordion-title {
    background-color: #ffffff;
}

/* コンテンツボックスの枠線 */
.accordion-item:nth-of-type(1) .accordion-content {
    border-bottom: 1px solid #f3f5ec;
    border-left: 1px solid #f3f5ec;
    border-right: 1px solid #f3f5ec;
    border-top: 1px dashed #ececec;
    background-color: #fff;
}

.accordion-item:nth-of-type(2) .accordion-content {
    border-bottom: 1px solid #f3f5ec;
    border-left: 1px solid #f3f5ec;
    border-right: 1px solid #f3f5ec;
    border-top: 1px dashed #ececec;
    background-color: #fff;
}

.accordion-item:nth-of-type(3) .accordion-content {
    border-bottom: 1px solid #f3f5ec;
    border-left: 1px solid #f3f5ec;
    border-right: 1px solid #f3f5ec;
    border-top: 1px dashed #ececec;
    background-color: #fff;
}

.accordion-item:nth-of-type(4) .accordion-content {
    border-bottom: 1px solid #f3f5ec;
    border-left: 1px solid #f3f5ec;
    border-right: 1px solid #f3f5ec;
    border-top: 1px dashed #ececec;
    background-color: #fff;
}

/* 矢印 */
.accordion-title {
    position: relative;
}

.accordion-title::after {
    border-right: solid 2px #aebc74;
    border-top: solid 2px #aebc74;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 25px;
    top: 38%;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 8px;
}

.accordion-title.open::after {
    top: 45%;
    transform: rotate(-45deg);
}

.accordion-title {
    display: flex;
    align-items: center;
}

.accordion-title img {
    width: 40px;
    margin-right: 30px;
}

.accordion-content-title {
    display: flex;
}

.accordion-content-title img {
    width: 40px;
    height: 40px;
    margin-right: 30px;
}

.faq-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin-right: 30px;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}

.faq-badge--q {
    background-color: #98AA4F;
}

.faq-badge--a {
    background-color: #d35555;
}

@media screen and (max-width:768px) {
    .faq-badge {
        width: 25px;
        height: 25px;
        margin-right: 15px;
        font-size: 10px;
    }
}

/* ----------------------------------------- */
/*ついついおうちに帰るとただいまと言ってしまう*/
/* ----------------------------------------- */

.introduction {
    position: relative;
    background-image: url("../img/introduction__2.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 32.14285714vw;
    max-width: 1920px;
    margin: 0 auto;
}

.introduction__person {
    display: none;
}

@media screen and (max-width:768px) {
    .introduction {
        background-image: url("") !important;
        background: #3b5311 !important;
        height: auto !important;
        padding: 35px 0;
    }

    .introduction__person {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .introduction__person__el {
        margin: 0 6px;
    }

    .introduction__person__el img:not([alt]) {
        filter: blur(0);
    }

    .introduction__person__el__1 {
        display: block;
        width: 25px;
        height: 25px;
        background: #fff;
        border-radius: 50%;
    }

    .introduction__person__el__2 {
        width: 120px;
        display: block;
        border: 5px solid #fff;
        border-radius: 50%;
    }

    .introduction__person__el__3 {
        display: block;
        width: 18px;
        height: 18px;
        background: #fff;
        border-radius: 50%;
        margin-top: 70px;
    }

    .introduction__person__el__4 {
        width: 74px;
        display: block;
        border: 5px solid #fff;
        border-radius: 50%;
        margin-top: 13px;
    }

    .introduction__person__el__5 {
        display: block;
        width: 10px;
        height: 10px;
        background: #fff;
        border-radius: 50%;
        margin-top: 80px;
    }

    .introduction .intro-text {
        width: 82vw;
        position: static;
        transform: none;
        margin: auto;
        padding-top: 24px;
    }
}



.intro-text {
    position: absolute;
    top: 50%;
    left: 65%;
    transform: translate(-50%, -50%);
    width: 50vw;
    color: #fff;
}

.intro-text h3 {
    font-size: 1.785714286vw;
    margin-bottom: 3.571428571vw;

}

.intro-text p {
    font-size: 1.142857143vw
}


/* ----------------------------------------- */
/* footer */
/* ----------------------------------------- */
.footer-copy {
    text-align: center;
    color: #fff;
    background-color: #98AA4F;
    padding: 20px 0;
    margin-top: -3px;
}




/* ----------------------------------------- */
/*ドロワーメニュー*/
/* ----------------------------------------- */

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

    .header {
        padding: 0 5%;
        justify-content: space-between;
    }

    .burger-btn {
        display: block;
        width: 39px;
        height: 39px;
        position: relative;
        z-index: 3;
        background-color: transparent;
        border: none;
    }

    .bar {
        width: 20px;
        height: 1px;
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
    }

    .bar_top {
        top: 10px;
    }

    .bar_mid {
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .bar_bottom {
        bottom: 10px;
    }

    .burger-btn.close .bar_top {
        transform: translate(-50%, 10px) rotate(45deg);
        transition: transform .3s;
    }

    .burger-btn.close .bar_mid {
        opacity: 0;
        transition: opacity .3s;
    }

    .burger-btn.close .bar_bottom {
        transform: translate(-50%, -8px) rotate(-45deg);
        transition: transform .3s;
    }

    .nav-wrapper {
        display: none;
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
    }

    .header-nav {
        width: 100%;
        height: 100%;
        background-color: #98AA4F;
        z-index: 2;
    }

    .header-nav .nav-list {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .header-nav .nav-item {
        margin-right: 0;
        margin-bottom: 40px;
    }

    .nav-item {
        border: initial;
    }

    .nav-item:first-child {
        border: initial;
    }
}

/* ----------------------------------------- */
/*タブレットレスポンシブ*/
/* ----------------------------------------- */

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

    .mv-img__prezent-text {
        width: 45.71428vw;
    }

    .mv-img__prezent-cam {
        font-size: 1.4vw;
    }

    .present-inner {
        max-width: 610px;
    }

    .present-text {
        padding: 13px 0;
    }

    .present-text p {
        font-size: 3.7vw;
    }

    .flow-text p {
        font-size: 14px;
    }

    .flow-text span {
        font-size: 14px;
    }

    .benefits-item {
        height: auto;
    }

    .benefits-item__title p {
        font-size: 18px;
    }

    .benefits-item__body {
        padding-left: 12px;
        padding-right: 12px;
    }

    .features-item__title {
        font-size: 16px;
    }

    .features-item__text {
        font-size: 14px;
    }

    .client-item__text {
        font-size: 14px;
    }
}

/* ----------------------------------------- */
/*SPレスポンシブ*/
/* ----------------------------------------- */

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

    .benefits-list {
        display: block;
    }

    .benefits-item {
        width: 100%;
        margin-right: 0px;
        height: auto;
    }

    .flow-item-body {
        display: block
    }

    .flow-item-right {
        margin-left: 0px;
    }

    .grave-item {
        width: calc(100% / 2 - 10px / 2);
        margin: 0;
    }

    .grave-item:nth-of-type(2n) {
        margin-right: 0px;
    }

    .grave-item:nth-of-type(3n) {
        margin-right: auto;
    }

    .features-item {
        display: block;
    }

    .features-item__content {
        max-width: 100%;
    }

    .features-item__img {
        max-width: 100%;
    }

    .features-item2>.features-item__content {
        margin: 0px;
    }

    .features-item:not(.features-item__reverse)>.features-item__content {
        margin: 0px;
    }

    .features-item__no {
        max-width: 100%;
        margin-top: 10px;
    }

    .client-item__content {
        display: block;
    }

    .client-item__img {
        padding-top: 83.2%;
        position: relative;
        max-width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;

    }

    .client-item__img img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        object-fit: cover;
        max-width: 100%;
        height: auto;
    }



}

/* ----------------------------------------- */
/*SPレスポンシブ 調整用*/
/* ----------------------------------------- */

@media screen and (max-width:600px) {
    .header {
        height: 48px;
    }

    .hamburger {
        width: 30px;
        height: 30px;
    }

    .hamburger__line {
        width: 13px;
        height: 1px;
    }

    .mv {
        height: 190vw;
        margin-bottom: 45px;
    }

    .mv-img__title {
        width: 84.42857143vw;
    }

    .mv-img__prezent-text {
        width: 74.71428571vw;
        text-align: center;
    }

    .mv-img__prezent-cam {
        font-size: 3.5vw;
    }

    .mv-img__prezent-text p {
        font-size: 4.2vw;
    }

    .mv__tokutens {
        flex-wrap: wrap;
        justify-content: center;
    }

    .mv__tokuten {
        width: calc(100% / 3);
        margin: 0px;
    }

    .btn {
        display: block;
        text-align: center;
    }

    .btn-red {
        margin-right: 0px;
        margin-bottom: 10px;
        width: 100%;
    }

    .btn-red a {
        width: 100%;
        font-size: 4.2vw;
    }

    .btn-white {
        margin-right: 0;
        width: 100%;
    }

    .btn-white a {
        width: 100%;
        font-size: 4.2vw;
    }

    .btn-ocher {}

    .present {
        margin-bottom: 45px;
    }

    .section-title {
        font-size: 5.3vw;
    }

    .tokuten-title {
        max-width: 93.84615385vw;
    }

    .campaign {
        margin-bottom: 45px;
    }

    .campaign-title {
        max-width: 92.30769231vw;
    }

    .flow-title p {
        font-size: 18px;
    }

    .contact {
        height: 320vw;
    }

    .contact-container {
        max-width: 94vw;
        margin: 0px;
    }

    .contact-term {
        font-size: 3.5vw;
    }

    .contact-title img {
        width: 81.14285713999999vw;
    }

    .contact-set-text {
        font-size: 5.357142857vw;
    }

    .contact-imgs {
        display: block;
    }

    .contact-img__left img {
        max-width: 100%;
        width: 100%;
        margin: 20px auto 10px auto;
    }

    .contact-img__right img {
        max-width: 90%;
        width: 100%;
        margin: 30px auto;
    }

    .contact-btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .contact-btn a {
        width: 100%;
        font-size: 3.2vw;
    }

    .contact-content {
        font-size: 3vw;
        margin-top: 17px;
    }

    .contact-set-text span {
        display: inline-block;
    }

    .contact-center__mb {
        margin-bottom: 45px;
    }

    .client {
        margin-bottom: 45px;
    }

    .client-item__no span {
        margin-right: 5px;
    }

    .target {
        margin-bottom: 45px;
    }

    .accordion-title img {
        width: 25px;
        margin-right: 15px;
    }

    .accordion-title {
        font-size: 11px;
    }

    .accordion-content p {
        font-size: 11px;
    }

    .accordion-content-title img {
        width: 25px;
        height: 25px;
        margin-right: 15px;
    }

    .introduction {
        height: 67.14285713vw;
    }

    .intro-text {
        left: 50%;
        width: 65vw;
    }

    .intro-text h3 {
        font-size: 4.9vw;
        text-align: center;
        margin-bottom: 25px;
    }

    .intro-text p {
        font-size: 3.1vw;
    }

}





/******/
.product__cl__wrap {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.product__content__dl__box__box__tel {
    text-align: center;
    margin-top: 45px;
    margin-right: 30px;
}

.product__content__dl__box__box__tel__number {
    white-space: nowrap;
    display: block;
    font-size: 36px;
    font-weight: 800;
    color: #cd3b19;
}

.product__content__dl__box__box__tel__topSmallText {
    font-size: 18px;
    line-height: 0.8;
    font-weight: 600;
}

.product__content__dl__box__box__tel__bottomSmallText {
    font-size: 13px;
    line-height: 1;
}

/* QRコード */
.product__line {
    width: 300px;
    padding: 16px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 0 10px #eee;
}

.product__line__wrap {
    position: relative;
}

.product__line__wrap:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: -31px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 7px 0 7px;
    border-color: #ffffff transparent transparent transparent;
    transform: rotate(55deg);
    display: none;
    /**/
}

.product__line__subTitle {}

.product__line__title {
    font-size: 15px;
    text-align: center;
    color: #00B901;
}

.product__line__box {
    display: flex;
    margin-top: 3px;
}

.product__line__box__left {
    width: 65%;
    text-align: center;
    margin-top: 10px;
}

.product__line__box__left__topText {
    font-size: 11px;
    width: 150px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
    background: #00B901;
    position: relative;
}

.product__line__box__left__topText:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 14px;
    border-color: transparent transparent transparent #00b900;
}

.product__line__box__left__bottomText {
    font-size: 10px;
    text-align: left;
    margin-top: 9px;
    color: #555;
}

.product__line__box__right {
    width: 27%;
}

.product__line__box__right img:not([alt]) {
    filter: blur(0);
}

@media screen and (max-width:768px) {
    .product__cl__wrap {
        display: block;
    }

    .product__line {
        width: 100%;
        margin: 20px auto auto;
        position: static;
        border-radius: 12px;
    }

    .product__line__box__left__topText:after {
        display: none;
    }

    .product__line__box__left__bottomText {
        text-align: center;
    }

    .product__line__box__link__sp {
        text-align: center;
        height: 50px;
        line-height: 0;
        font-size: 16px;
        background: #00B901;
        font-weight: 600;
        color: #fff;
        border-radius: 5px;
    }

    .product__content__dl__box__box__tel__topSmallText {
        font-size: 16px;
    }

    .product__content__dl__box__box__tel {
        margin-right: 0;
    }

    .product__line__wrap:after {
        display: none;
    }

    .product__content__dl__box__box__tel__number {
        font-size: 8.6vw;
    }
}


.kobo__line__banner {}


/* ヘッダーのクローン */
.clone-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    transition: .3s;
    transform: translateY(-100%);
    background: rgba(255, 255, 255, 0.6);
}

.is-show {
    transform: translateY(0);
}

/* ログイン時、WP管理バー(#wpadminbar)の高さ分だけ固定要素の位置をずらす */
body.admin-bar .clone-nav {
    top: 32px;
}

/* .nav-wrapperがposition:fixedになるのはモバイル時のみのため、PC時に高さ指定が誤爆しないようスコープする */
@media screen and (max-width: 1024px) {
    body.admin-bar .nav-wrapper {
        top: 32px;
        height: calc(100vh - 32px);
    }
}

@media screen and (max-width: 782px) {
    body.admin-bar .clone-nav {
        top: 60px;
    }

    body.admin-bar .nav-wrapper {
        top: 60px;
        height: calc(100vh - 60px);
    }
}

/* ヘッダーのクローン CSS */
.header__2__wrap {
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #eee;
}

.header__2 {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    height: 60px;
    margin: auto;
}

.header__2__left {
    display: flex;
    align-items: center;
    width: 500px;
}

.header__2__logo__link {}

.header__2__logo__description {
    font-size: 12px;
    margin-left: 10px;
}

.header__2__logo__link>img {
    filter: blur(0px) !important;
    width: 140px;
}

.header__2__logo__description {}

.header__2__right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 380px;
}

.header__2__right__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 60px;
    font-size: 14px;
    transition: 0.3s;
}

.header__2__right__link:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.header__2__right__link:nth-child(1) {
    color: rgb(211, 85, 85);
    width: 150px;
    background: #fcf2f2;
}

.header__2__right__link:nth-child(2) {
    background: #e28c30;
    color: #fff;
    position: relative;
    font-weight: 600;
}

.header__2__right__link:nth-child(2):after {
    content: "";
    width: 100%;
    background: #AC811B;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
}

@media screen and (max-width:768px) {
    .header__2__wrap {
        width: 100%;
    }

    .header__2 {
        width: 94%;
        height: 60px;
    }

    .header__2__left {
        width: 35%;
    }

    .header__2__logo__link>img {
        width: 110px;
    }

    .header__2__right {
        width: 60%;
    }

    .header__2__right__link:nth-child(1) {
        border: solid 2px rgb(211, 85, 85);
        background: #fff;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        font-size: 15px;
    }

    .header__2__right__link:nth-child(2) {
        width: 160px;
        height: 30px;
        padding: 9px;
        font-size: 10px;
        border-radius: 3px;
        overflow: hidden;
    }
}



.sp-show {
    display: none;
}

@media screen and (max-width:768px) {
    .sp-show {
        display: block;
    }

    .pc-show {
        display: none;
    }
}

/* ----------------------------------------- */
/* 通常の投稿・固定ページ(LPテンプレート以外)の基本デザイン */
/* ----------------------------------------- */
.site-main {
    max-width: 800px;
    margin: 60px auto;
    padding: 0 20px;
}

.site-main-inner {}

.site-article__thumbnail {
    margin-bottom: 24px;
    border-radius: 8px;
    overflow: hidden;
}

.site-article__thumbnail img {
    width: 100%;
    height: auto;
}

.site-article__title {
    font-size: 28px;
    font-weight: 700;
    color: #3b5311;
    border-bottom: 3px solid #98AA4F;
    padding-bottom: 12px;
    margin-bottom: 8px;
    line-height: 1.4;
}

.site-article__meta {
    color: #888;
    font-size: 14px;
    margin-bottom: 24px;
}

.site-article__content {
    font-size: 16px;
    line-height: 1.9;
    color: #333;
}

.site-article__content p {
    margin-bottom: 1.6em;
}

.site-article__content h2 {
    font-size: 22px;
    color: #3b5311;
    border-left: 6px solid #98AA4F;
    padding-left: 12px;
    margin: 2em 0 1em;
}

.site-article__content h3 {
    font-size: 19px;
    color: #3b5311;
    margin: 1.8em 0 0.8em;
}

.site-article__content h4,
.site-article__content h5,
.site-article__content h6 {
    font-weight: 700;
    margin: 1.6em 0 0.6em;
}

.site-article__content img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 1.5em 0;
    display: block;
}

.site-article__content a {
    color: #98AA4F;
    text-decoration: underline;
}

.site-article__content ul,
.site-article__content ol {
    margin: 0 0 1.6em 1.4em;
    padding-left: 1em;
}

.site-article__content ul {
    list-style: disc;
}

.site-article__content ol {
    list-style: decimal;
}

.site-article__content blockquote {
    margin: 1.6em 0;
    padding: 12px 20px;
    border-left: 4px solid #98AA4F;
    background: #f7f9f0;
    color: #555;
}

.site-archive-item {
    padding: 24px 0;
    border-bottom: 1px solid #eee;
}

.site-archive-item__title {
    font-size: 20px;
    font-weight: 700;
    color: #3b5311;
    margin-bottom: 6px;
}

.site-archive-item__title a {
    color: inherit;
    text-decoration: none;
}

.site-archive-item__meta {
    color: #888;
    font-size: 13px;
    margin-bottom: 10px;
}

.site-archive-item__excerpt {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

.site-pagination {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.site-pagination a,
.site-pagination span {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #3b5311;
    text-decoration: none;
    font-size: 14px;
}

.site-pagination span.current {
    background: #98AA4F;
    color: #fff;
    border-color: #98AA4F;
}

@media screen and (max-width:768px) {
    .site-main {
        margin: 30px auto;
    }

    .site-article__title {
        font-size: 22px;
    }
}