@charset "utf-8";

/***************************************************************************
*
* INDEX STYLE
*
***************************************************************************/
/* MAIN */
.main {}
.main .inner {
    max-width: 1136px;
}

.main .wrapMain {
    background: url('../images/index/bg-main.webp') no-repeat center center/100% 100%;
    padding-top: 34px;
}

.main .wrapMain .mainPhoto {}

.main .wrapMain .mainPhoto img {
    width: 100%;
    aspect-ratio: 1095/377;
    object-fit: cover;
    object-position: top center;
}

.main .wrapButtonMain {
    background: #F5F6FA;
    padding: 28px 0 33px;
}

.main .wrapButtonMain .boxButtonMain {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.main .wrapButtonMain .boxButtonMain a {
    display: block;
    position: relative;
    padding: 14px 89px 12px;
    background: #FF7160;
    border-radius: 5px;
    box-shadow: 0 3px 0 rgba(162, 161, 161, 1);
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.25;
    transition: all .15s;
}

.main .wrapButtonMain .boxButtonMain a:after {
    content: "";
    position: absolute;
    background: url('../images/index/icon-triangle-main.svg') no-repeat;
    background-size: 100%;
    width: 44px;
    height: 42px;
    top: 51%;
    transform: translateY(-50%);
    left: 30px;
}

.main .wrapButtonMain .boxButtonMain a:before {
    content: "";
    position: absolute;
    background: url('../images/index/icon-arrow-main.svg') no-repeat;
    background-size: 100%;
    width: 30px;
    height: 33px;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}

.main .wrapButtonMain .boxButtonMain a .mainSizeSmall {
    font-size: 15px;
}

.main .wrapButtonMain .boxButtonMain a .mainSizeSmall .mainColYellow {
    color: #FFF600;
}

/* SECTIONDISCOUNT */
.sectionDiscount {
    margin: 52px 0 69px;
}

.sectionDiscount .wrapDiscount {}

.sectionDiscount .wrapDiscount .wrapTitle {}

.sectionDiscount .wrapDiscount .wrapTitle .titleSmall {
    font-weight: bold;
}

.sectionDiscount .wrapDiscount .discountPhoto {
    max-width: 605px;
    width: 100%;
    margin: 20px auto 0;
}

.sectionDiscount .wrapDiscount .discountPhoto img {
    width: 100%;
}

/* SECTIONFUNERALONE */
.sectionFuneralOne {
    margin-top: 70px;
    margin-bottom: 50px;
}

.sectionFuneralOne .wrapFuneralOne {}

.sectionFuneralOne .wrapFuneralOne .funeralOnePhoto {
    margin: 21px auto 21px;
    width: 72vw;
    max-width: 983px;
}
.sectionFuneralOne .wrapFuneralOne .funeralOnePhoto img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1000/414;
    object-fit: contain;
    object-position: center;
}
.bannerPhoto {
    max-width: 870px;
    width: 100%;
    margin: 0 auto;
}

.bannerPhoto img {
    aspect-ratio: 865/198;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* SECTIONCHOICE */
.sectionChoice {
    position: relative;
    padding-bottom: 66px;
    margin-bottom: 36px;
}

.sectionChoice:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-left: clamp(100px, 32vw, 467px) solid transparent;
    border-right: clamp(100px, 32vw, 467px) solid transparent;
    border-top: clamp(70px, 5.9vw, 85px) solid #F5F6FA;
}

.sectionChoice .choiceBefore {}

.sectionChoice .choiceBefore img {}

.sectionChoice .wrapChoice {
    background: #F5F6FA;
    margin-top: -14px;
    padding-bottom: 60px;
}

.sectionChoice .wrapChoice .boxChoice {}

.sectionChoice .wrapChoice .boxChoice .listChoice {
    display: flex;
    flex-wrap: wrap;
    margin-top: 39px;
}

.sectionChoice .wrapChoice .boxChoice .listChoice li {
    width: calc((100%/3) - 13px);
    margin-right: 19px;
    margin-bottom: 21px;
}

.sectionChoice .wrapChoice .boxChoice .listChoice li:nth-child(3n) {
    margin-right: 0;
}

.sectionChoice .wrapChoice .boxChoice .listChoice li:nth-child(4),
.sectionChoice .wrapChoice .boxChoice .listChoice li:nth-child(5) {
    width: 49%;
    margin-right: 2%;
}

.sectionChoice .wrapChoice .boxChoice .listChoice li:nth-child(5) {
    margin-right: 0;
}

.sectionChoice .wrapChoice .boxChoice .listChoice li .wrapSlideChoice {
    border: 1px solid #AA7821;
    padding: 19px 23px 16px;
    background: #ffffff;
    border-radius: 5px;
    height: 100%;
}

.sectionChoice .wrapChoice .boxChoice .listChoice li .titleChoice {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 9px;
    text-align: center;
    line-height: 1.3;
}
.sectionChoice .wrapChoice .boxChoice .listChoice li .titleChoice.titleChoiceLine {
    line-height: 1.2;
    margin-top: 3px;
    margin-bottom: 8px;
}
.sectionChoice .wrapChoice .boxChoice .listChoice li .titleChoice .titleChoiceSize28 {
    font-size: 28px;
}
.sectionChoice .wrapChoice .boxChoice .listChoice li .titleChoice .titleChoiceBold {
    font-weight: bold;
}

.sectionChoice .wrapChoice .boxChoice .listChoice li .choicePhoto {
    margin-bottom: 10px;
    text-align: center;
}

.sectionChoice .wrapChoice .boxChoice .listChoice li .choicePhoto img {
}

.sectionChoice .wrapChoice .boxChoice .listChoice li .txtChoice {
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
    line-height: 1.38;
    color: #727272;
}

/* SECTIONFEEDBACK */
.sectionFeedback {
    margin-bottom: 53px;
}

.sectionFeedback .wrapTitle .wrapTitleSmall .titleSmall {
    font-size: 26px;
}

.sectionFeedback .wrapFeedback {
    margin-top: 49px;
}

.sectionFeedback .wrapFeedback {
    margin-top: 49px;
}

.sectionFeedback .wrapTitle .wrapTitleSmall {
    margin-bottom: 12px;
}

.sectionFeedback .wrapTitle .titleBig {
    color: #20297C;
}

.sectionFeedback .wrapFeedback .boxFeedback {
    display: flex;
    overflow-x: hidden;
}

.sectionFeedback .wrapFeedback .boxFeedback .wrapItemFeedback .boxItemFeedback {
    margin: 0 10px;
}

.sectionFeedback .wrapFeedback .boxFeedback .wrapItemFeedback {
    width: 250px;
}

.sectionFeedback .slick-list {
    overflow: visible;
    position: relative;
    left: 49.3%;
    width: 980px;
    transform: translateX(-50%) !important;
}

.sectionFeedback .wrapFeedback .boxFeedback .wrapItemFeedback .boxItemFeedback a {
    display: block;
    border-radius: 5px 5px 8px 8px;
    transition: all .15s;
    border: solid #D0D0D0;
    border-width: 0 1px 4px;
}


.sectionFeedback .wrapFeedback .boxFeedback .wrapItemFeedback .boxItemFeedback a .itemFeedbackPhoto {
    border-radius: 5px;
    width: calc(100% + 2px);
    margin-left: -1px;
}

.sectionFeedback .wrapFeedback .boxFeedback .wrapItemFeedback .boxItemFeedback a .itemFeedbackPhoto img {
    aspect-ratio: 230/160;
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.sectionFeedback .wrapFeedback .boxFeedback .wrapItemFeedback .boxItemFeedback a .contentItemFB {
    background: #ffffff;
    padding: 8px 9px 10px;
    border-radius: 0 0 8px 8px;
}

.sectionFeedback .wrapFeedback .boxFeedback .wrapItemFeedback .boxItemFeedback a .contentItemFB .dateFeedback {
    font-size: 13px;
    font-weight: normal;
    color: #727272;
    margin-bottom: 4px;
}

.sectionFeedback .wrapFeedback .boxFeedback .wrapItemFeedback .boxItemFeedback a .contentItemFB .titleItemFB {
    font-size: 15px;
    font-weight: 500;
    color: #20297C;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.2;
}

.sectionFeedback .wrapFeedback .boxFeedback .wrapItemFeedback .boxItemFeedback a .contentItemFB .nameItemFb {
    font-size: 13px;
    font-weight: normal;
    color: #727272;
}

.sectionFeedback .slick-arrow {
    position: absolute;
    top: 50.6%;
    transform: translateY(-50%);
    width: clamp(40px, 3.6vw, 52px);
    height: clamp(40px, 3.6vw, 52px);
    color: transparent;
    border: none;
    z-index: 1;
}

.sectionFeedback .slick-next {
    content: "";
    background: url(../images/index/arrow-slider-next.svg) no-repeat;
    background-size: 100%;
    right: calc((100% - 1032px)/2);
}

.sectionFeedback .slick-prev {
    background: url(../images/index/arrow-slider-prev.svg) no-repeat;
    background-size: 100%;
    left: calc((100% - 1032px)/2);
}

.sectionFeedback .popupFeedback {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.sectionFeedback .popupFeedback.showPopup {
    display: flex;
    padding: 30px;
}

.sectionFeedback .popupContent {
    border-radius: 8px 8px 0 0;
    position: relative;
    width: 100%;
    max-width: 886px;
    margin: 0 auto;
}

.sectionFeedback .closePopup {
    position: absolute;
    top: -28px;
    right: -28px;
    cursor: pointer;
    font-size: 24px;
    background: rgba(0, 0, 0, 0.7);
    width: 55px;
    height: 55px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 50%;
}

.sectionFeedback .closePopup img {
    width: 30px;
    text-align: center;
    margin: 0 auto;
}

.sectionFeedback .popupContent .popupFeedbackContent {
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: auto;
    border-radius: 8px;
    border-bottom: 5px solid #D0D0D0;
    background: #fff;
}

.sectionFeedback .popupContent .boxItemFeedback {
    height: 100%;
}

.sectionFeedback .popupContent .boxItemFeedback a {
    height: 100%;
    display: block;
}

.sectionFeedback .popupFeedback .popupContent .boxItemFeedback a {
    pointer-events: none;
}

.sectionFeedback .popupContent .contentItemFB {
    padding: 30px 30px;
    border-radius: 0 0 8px 8px;
}

.sectionFeedback .popupContent .itemFeedbackPhoto img {
    width: 100%;
    height: 100%;
    aspect-ratio: 886/616;
    object-fit: cover;
    object-position: center;
}

.sectionFeedback .popupContent .boxDateFbPopup {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 13px;
}

.sectionFeedback .popupContent .boxDateFbPopup .dateFeedback {
    color: #727272;
    font-size: 16px;
    font-weight: normal;
    margin-right: 40px;
}

.sectionFeedback .popupContent .boxDateFbPopup .nameItemFb {
    color: #727272;
    font-size: 16px;
    font-weight: normal;
}

.sectionFeedback .popupContent .titleItemFB {
    font-size: 18px;
    font-weight: 500;
    color: #20297C;
}

/* SECTIONPLAN */
.sectionPlan {
    background: rgba(255, 242, 197, 0.3);
    padding: 97px 0 65px;
}

.sectionPlan .inner {
    max-width: 1047px;
}

.sectionPlan .wrapPlan {}

.sectionPlan .wrapPlan .wrapRevised {
    padding: 0 3px 44px;
    position: relative;
    margin: 48px auto 33px;
}

.sectionPlan .wrapPlan .wrapRevised:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-left: 115px solid transparent;
    border-right: 115px solid transparent;
    border-top: 47px solid #DCDCDC;
    z-index: 0;
}

.sectionPlan .wrapPlan .wrapRevised .boxRevised {
    background: #ffffff;
    padding: 25px 72px 17px;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    z-index: 1;
    position: relative;
}

.sectionPlan .wrapPlan .wrapRevised .boxRevised .titleRevised {
    font-size: 28px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-bottom: 36px;
    letter-spacing: 0.9px;
}

.sectionPlan .wrapPlan .wrapRevised .boxRevised .titleRevised .titleRevisedRed {
    color: #F73232;
}

.sectionPlan .wrapPlan .wrapRevised .boxRevised .titleRevised .revisedSize38 {
    font-size: 38px;
}

.sectionPlan .wrapPlan .wrapRevised .boxRevised .titleRevised .revisedSize36 {
    font-size: 36px;
}

.sectionPlan .wrapPlan .wrapRevised .boxRevised .revisedPhoto {
    margin-bottom: 32px;
}

.sectionPlan .wrapPlan .wrapRevised .boxRevised .revisedPhoto img {
    width: 100%;
    height: 100%;
    aspect-ratio: 855/363;
    object-fit: contain;
    object-position: center;
}

.sectionPlan .wrapPlan .wrapRevised .boxRevised .txtRevised {
    font-size: 14px;
    font-weight: 500;
    color: #58595B;
    text-align: center;
    background: #DCDCDC;
    border-radius: 5px;
    padding: 5px 10px 4px;
    max-width: 833px;
    width: 100%;
    margin: 0 auto;
}

.sectionPlan .wrapPlan .wrapInfoFree {
    margin-bottom: -6px;
    margin-top: 62px;
}

.sectionPlan .wrapPlan .wrapInfoFree .boxInfoFree {
    position: relative;
    padding-bottom: 17px;
    margin-bottom: 36px;
    text-align: center;
}

.sectionPlan .wrapPlan .wrapInfoFree .boxInfoFree:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
    border-top: 18px solid #ffffff;
    z-index: 2;
}

.sectionPlan .wrapPlan .wrapInfoFree .boxInfoFree:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
    border-top: 18px solid #DCDCDC;
}

.sectionPlan .wrapPlan .wrapInfoFree .boxInfoFree .txtInfoFree {
    background: #ffffff;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    padding: 7px 65px;
    text-align: center;
    font-size: 28px;
    color: #000000;
    font-weight: bold;
    display: inline-block;
    letter-spacing: 2px;
    z-index: 1;
    position: relative;
}

.sectionPlan .wrapPlan .wrapInfoFree .boxInfoFree .txtInfoFree .infoFreeSize24 {
    font-size: 24px;
}

.sectionPlan .wrapPlan .wrapInfoFree .boxInfoFree .txtInfoFree .infoFreeRed {
    color: #FF4D38;
}

.sectionPlan .wrapPlan .wrapInfoFree .boxInfoFree .txtInfoFree .infoFreeSize32 {
    font-size: 32px;
}

.sectionPlan .wrapPlan .wrapInfoFree .listInfoFree {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sectionPlan .wrapPlan .wrapInfoFree .listInfoFree li {
    width: 49.3%;
    margin-bottom: 26px;
}

.sectionPlan .wrapPlan .wrapInfoFree .listInfoFree li {
    display: block;
}

.sectionPlan .wrapPlan .wrapInfoFree .listInfoFree li img {
    width: 100%;
    border-radius: 7px;
    height: 100%;
    aspect-ratio: 490/305;
    object-fit: contain;
    object-position: center;
}

.sectionPlan .wrapPlan .wrapUsageFees {}

.sectionPlan .wrapPlan .wrapUsageFees .subUsageFees {
    font-size: 13px;
    font-weight: 500;
    color: #727272;
    text-align: center;
    margin-bottom: 28px;
}

.sectionPlan .wrapPlan .wrapUsageFees .subUsageFees .usageFees {
    position: relative;
    padding-left: 23px;
}

.sectionPlan .wrapPlan .wrapUsageFees .subUsageFees .usageFees:after {
    content: "";
    position: absolute;
    background: url('../images/index/icon-triangle-usage.svg') no-repeat;
    background-size: 100%;
    width: 17px;
    height: 16px;
    top: 2px;
    left: 0;
}

.sectionPlan .wrapPlan .wrapUsageFees .boxUsageFees {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 20px 14px 20px;
    position: relative;
    border: solid #FF9191;
    border-width: 1px 0;
    background: linear-gradient(to right, rgba(255, 242, 197, 0) 0%, #FFF3E3 24%, #FFEED4 49%, #FFF3E3 70%, rgba(255, 242, 197, 0) 90%);
    max-width: 960px;
    width: 100%;
    margin: 0px auto 1px;
}

.sectionPlan .wrapPlan .wrapUsageFees .boxUsageFees:before {
    content: "";
    position: absolute;
    background: url('../images/index/icon-plus-usage.svg') no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.sectionPlan .wrapPlan .wrapUsageFees .boxUsageFees .listUsageFees {
    display: flex;
    flex-wrap: wrap;
    width: 55.2%;
}

.sectionPlan .wrapPlan .wrapUsageFees .boxUsageFees .listUsageFees li {
    width: calc((100%/3) - 11px);
    margin-right: 16px;
}

.sectionPlan .wrapPlan .wrapUsageFees .boxUsageFees .listUsageFees li:last-child {
    margin-right: 0;
}

.sectionPlan .wrapPlan .wrapUsageFees .boxUsageFees .listUsageFees li img {
    width: 100%;
    aspect-ratio: 158/86;
    object-fit: cover;
    object-position: center;
}

.sectionPlan .wrapPlan .wrapUsageFees .boxUsageFees .boxUsageFeesRight {
    width: 43.5%;
    margin-top: -2px;
}

.sectionPlan .wrapPlan .wrapUsageFees .boxUsageFees .boxUsageFeesRight .txtUpgrade {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    line-height: 1.4;
    margin-bottom: 10px;
}

.sectionPlan .wrapPlan .wrapUsageFees .boxUsageFees .boxUsageFeesRight .txtUpgrade .upgradeRed {
    color: #FF4D38;
    font-size: 24px;
}

.sectionPlan .wrapPlan .wrapUsageFees .boxUsageFees .boxUsageFeesRight .iframeUsagesFees {}

.sectionPlan .wrapPlan .wrapUsageFees .boxUsageFees .boxUsageFeesRight .iframeUsagesFees .listUpsageFees {
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
}

.sectionPlan .wrapPlan .wrapUsageFees .boxUsageFees .boxUsageFeesRight .iframeUsagesFees .listUpsageFees li {
    display: inline-block;
    padding: 1px 7px 1px 4px;
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #E3E3E3;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    margin-right: 4px;
    margin-bottom: 5px;
}

.sectionPlan .wrapPlan .wrapUsageFees .boxUsageFees .boxUsageFeesRight .iframeUsagesFees .listUpsageFees li:last-child {
    margin-right: 0;
}

.sectionPlan .wrapPlan .wrapUsageFees .boxUsageFees .boxUsageFeesRight .iframeUsagesFees .subjectUsage {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    margin-top: 2px;
}

.sectionPlan .wrapPlan .wrapUsageFees .noteUsageFees {
    font-size: 12px;
    font-weight: normal;
    color: #727272;
    text-align: right;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}

/* SECTIONREVIEW */
.sectionReview {
    padding: 50px 0 78px;
}

.sectionReview .wrapReview {}

.sectionReview .wrapReview .titleReview {
    font-size: 34px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 10px;
}

.sectionReview .wrapReview .dateReview {
    text-align: right;
    font-size: 12px;
    font-weight: normal;
    margin: 23px 0 8px;
}

.sectionReview .wrapReview .boxReview {
    border: 1px solid #58595B;
    border-radius: 8px;
    padding: 25px 34px 46px;
    margin-bottom: 50px;
}

.sectionReview .wrapReview .boxReview .titleTesti {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    margin-bottom: 48px;
}

.sectionReview .wrapReview .boxReview .titleTesti .testiYellow {
    color: #DFB835;
}

.sectionReview .wrapReview .boxReview .contentReview {}

.sectionReview .wrapReview .boxReview .contentReview .wrapItemReview {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    background: #F5F6FA;
    padding: 20px 20px 20px;
    justify-content: space-between;
    margin-bottom: 25px;
}

.sectionReview .wrapReview .boxReview .contentReview .wrapItemReview:last-child {
    margin-bottom: 0;
}

.sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewLeft {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 302px);
}

.sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewLeft .avatarReview {
    width: 95px;
    margin-right: 30px;
}

.sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewLeft .avatarReview img {
    width: 100%;
    aspect-ratio: 85/85;
    object-fit: cover;
    object-position: center;
}

.sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewLeft .boxItemReviewLeft {
    margin-top: -2px;
    width: calc(100% - 125px);
}

.sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewLeft .contentRatingLeft {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 11px;
}

.sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewLeft .contentRatingLeft .wrapRatingLeft {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 11px;
}

.sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewLeft .contentRatingLeft .wrapRatingLeft .listRatting {
    display: flex;
    margin-right: 5px;
}

.sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewLeft .contentRatingLeft .wrapRatingLeft .listRatting li {
    position: relative;
    margin-right: 5px;
    overflow: hidden;
}

.sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewLeft .contentRatingLeft .wrapRatingLeft .listRatting li .star {
    width: 34px;
    height: 34px;
    overflow: hidden;
}

.sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewLeft .contentRatingLeft .wrapRatingLeft .listRatting li .star img {}

.sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewLeft .contentRatingLeft .wrapRatingLeft .listRatting li .starV {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/index/star-yellow.svg) no-repeat left center / cover;
    margin: 0;
    height: 34px;
    z-index: 1;
}

.sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewLeft .contentRatingLeft .wrapRatingLeft .rattingNumber {
    font-size: 30px;
    font-weight: 500;
    color: #FF4D38;
    line-height: 1;
    margin-top: 6px;
}

.sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewLeft .contentRatingLeft .txtCeremony {
    font-size: 12px;
    font-weight: normal;
    color: #AA7821;
    background: #ffffff;
    border: 1px solid #AA7821;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 9px 5px 8px;
    line-height: 1;
    margin-top: 14px;
}

.sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewLeft .boxItemReviewLeft .txtItemReview {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 4px;
    line-height: 1.75;
    text-align: justify;
}

.sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewLeft .boxItemReviewLeft .dateItemReview {
    font-size: 14px;
    font-weight: normal;
    color: #727272;
    margin-bottom: 8px;
}

.sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewLeft .boxItemReviewLeft .nameItemReview {
    display: inline-block;
    color: #727272;
    font-size: 14px;
    font-weight: normal;
    padding: 3px 5px 2px 4px;
    border: 1px solid #727272;
    border-radius: 2px;
    background: #ffffff;
}

.sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewRight {
    background: #ffffff;
    padding: 22px 13px 24px;
    width: 31.5%;
    width: 280px;
}

.sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewRight .titleItemReviewRight {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 8px;
}

.sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewRight .wrapReviewRight {}

.sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewRight .wrapReviewRight .boxReviewRight {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 5.7px;
}

.sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewRight .wrapReviewRight .boxReviewRight:last-child {
    margin-bottom: 0;
}

.sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewRight .wrapReviewRight .boxReviewRight .nameReviewRight {
    font-size: 13px;
    font-weight: normal;
    color: #000000;
    margin-right: 5px;
}

.sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewRight .wrapReviewRight .boxReviewRight .numReviewRight {
    font-size: 13px;
    font-weight: normal;
    color: #CFA841;
    margin-right: 11px;
}

.sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewRight .wrapReviewRight .boxReviewRight .listRattingRight {
    display: flex;
}

.sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewRight .wrapReviewRight .boxReviewRight .listRattingRight li {
    position: relative;
    margin-right: 1px;
    overflow: hidden;
}

.sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewRight .wrapReviewRight .boxReviewRight .listRattingRight li:last-child {
    margin-right: 0;
}

.sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewRight .wrapReviewRight .boxReviewRight .listRattingRight li .rectangle {
    width: 30px;
    height: 10px;
    overflow: hidden;
}

.sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewRight .wrapReviewRight .boxReviewRight .listRattingRight li .rectangleV {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/index/rectangle-review-yellow.svg) no-repeat left center / cover;
    margin: 0;
    height: 10px;
    z-index: 1;
}

.sectionReview .wrapReview .wrapQuestAvail {}

.sectionReview .wrapReview .wrapQuestAvail .subQuestAvail {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    margin-bottom: 26px;
}

.sectionReview .wrapReview .wrapQuestAvail .subQuestAvail .questAvailCol {
    color: #3B4590;
}

.sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail {}

.sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .boxQuestAvail {
    background: #F5F5F5;
    border: 1px solid #BABABA;
    padding: 33px 34px 19px;
    border-radius: 8px 8px 0 0;
}

.sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .boxQuestAvail .iframeQuestAvail {
    background: #ffffff;
    padding: 15px 18px 25px;
    border: solid #BABABA;
    border-width: 1px 1px 6px;
    border-radius: 8px 8px 10px 10px;
    display: flex;
}

.sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .boxQuestAvail .iframeQuestAvail .avatarQuestAvail {
    width: 108px;
    margin-right: 30px;
}

.sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .boxQuestAvail .iframeQuestAvail .avatarQuestAvail .questAvailPhoto {
    margin-bottom: 7px;
}

.sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .boxQuestAvail .iframeQuestAvail .avatarQuestAvail .questAvailPhoto img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    aspect-ratio: 108/108;
}

.sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .boxQuestAvail .iframeQuestAvail .avatarQuestAvail .nameQuestion {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .boxQuestAvail .iframeQuestAvail .boxQuestAvailRight {
    width: calc(100% - 138px);
}

.sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .boxQuestAvail .iframeQuestAvail .boxQuestAvailRight .titleQuestAvail {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}

.sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .boxQuestAvail .iframeQuestAvail .boxQuestAvailRight .txtQuestAvail {
    font-size: 16px;
    font-weight: normal;
    text-align: justify;
    line-height: 1.75;
}

.sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail {
    background: #20297C;
    padding: 7px 32px 0;
    border-radius: 0 0 8px 8px;
    display: flex;
    justify-content: space-between;
}

.sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestLeft {
    display: flex;
    align-items: center;
    width: 37.1%;
}

.sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestLeft .ctaQuestPhoto {
    width: 82px;
    margin-right: 24px;
}

.sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestLeft .ctaQuestPhoto img {}

.sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestLeft .txtCtaQuestLeft {
    position: relative;
    background: #F5F5F5;
    border-radius: 7px;
    border: 1px solid #DCDCDC;
    padding: 8px 18px 13px 19px;
    font-size: 14px;
    font-weight: normal;
    width: calc(100% - 107px);
    margin-top: -8px;
    text-align: center;
    line-height: 1.25;
}

.sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestLeft .txtCtaQuestLeft:before {
    content: "";
    position: absolute;
    border-top: 8px solid transparent;
    border-right: 10px solid #f5f5f5;
    border-bottom: 8px solid transparent;
    width: 0;
    height: 0;
    top: 50%;
    transform: translateY(-50%);
    left: -9px;
    z-index: 1;
}

.sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestLeft .txtCtaQuestLeft:after {
    content: "";
    position: absolute;
    border-top: 9px solid transparent;
    border-right: 11px solid #DCDCDC;
    border-bottom: 9px solid transparent;
    width: 0;
    height: 0;
    top: 50%;
    transform: translateY(-50%);
    left: -11px;
}

.sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestLeft .txtCtaQuestLeft .ctaQuestLeftSize16 {
    font-size: 16px;
    font-weight: 500;
}

.sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestLeft .txtCtaQuestLeft .ctaQuestLeftSize16 .ctaQuestLeftRed {
    color: #F73232;
}

.sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestLeft .txtCtaQuestLeft .ctaQuestLeftSize16 .ctaQuestLeftRed .ctaQuestLeftSize22 {
    font-size: 22px;
}

.sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestRight {
    text-align: center;
    width: 60.6%;
    margin-top: 12px;
}

.sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestRight .subCtaQuestRight {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    text-align: center;
    margin-bottom: 6px;
    z-index: 0;
}

.sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestRight .subCtaQuestRight:before {
    content: "";
    position: absolute;
    background: #ffffff;
    width: 100%;
    height: 1px;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestRight .subCtaQuestRight .subCtaQuestRightBf {
    background: #20297C;
    padding: 0 19px;
    position: relative;
}

.sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestRight .iframeCtaQuestRight {
    display: flex;
    align-items: center;
}

.sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestRight .iframeCtaQuestRight .numCtaQuestRight {
    margin-right: 23px;
}

.sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestRight .iframeCtaQuestRight .numCtaQuestRight a {
    display: block;
    font-size: 60px;
    font-weight: 500;
    color: #ffffff;
    text-align: left;
    padding-left: 67px;
    position: relative;
    line-height: 1;
}

.sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestRight .iframeCtaQuestRight .numCtaQuestRight a:before {
    content: "";
    position: absolute;
    background: url(../images/common/icon-tel-black.svg) no-repeat;
    background-size: 100%;
    width: 43px;
    height: 43px;
    top: 63%;
    transform: translateY(-50%);
    left: 9px;
    filter: brightness(0) invert(1);
}

.sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestRight .iframeCtaQuestRight .listCtaQuestRight {
    display: flex;
    margin-top: 11px;
}

.sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestRight .iframeCtaQuestRight .listCtaQuestRight li {
    line-height: 1.3;
    font-size: 13px;
    font-weight: normal;
    border-radius: 3px;
    background: #F5F5F5;
    margin-right: 10px;
    padding: 5px 6px 3px 7px;
    text-align: left;
}

.sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestRight .iframeCtaQuestRight .listCtaQuestRight li:last-child {
    margin-right: 0;
}

/* SECTIONCONSULT */
.sectionConsult {
    text-align: center;
    background-color: #FFFBEB;
    padding: 75px 0 86px;
    color: #000;
}

.sectionConsult .consultNote {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    background-color: #E1BC42;
    padding: 2px 32px;
    border-radius: 20px;
    letter-spacing: 2.5px;
    margin-bottom: 20px;
}

.sectionConsult .consultTitle {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.sectionConsult .consultSub {
    font-size: 16px;
    margin-bottom: 60px;
    line-height: 1.2;
}

.sectionConsult .consultPhoto {
    width: 100%;
    margin-bottom: 14px;
}

.sectionConsult .consultTime {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 29px;
}

.sectionConsult .consultBtn a {
    position: relative;
    display: block;
    width: 370px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background: #E1BC42 url(../images/index/icon-arrow-right.svg) no-repeat center right 10px/20px;
    padding: 13px 30px 12px;
    border-radius: 8px;
    text-decoration: none;
    margin: 0 auto;
}

/* SECTIONHALL */
.sectionHall {
    padding: 36px 0 60px;
}

.sectionHall .hallTitle {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #000;
    margin-bottom: 71px;
    line-height: 1.66;
}

.sectionHall .hallTitle .line {
    display: inline;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 58%, rgba(255, 217, 90, 1) 58%, rgba(255, 217, 90, 1) 95%, rgba(255, 255, 255, 1) 95%);
    white-space: break-spaces;
    -webkit-box-decoration-break: clone;
    padding-bottom: 7px;
}

.sectionHall .hallList>li {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    padding: 40px;
    text-align: center;
}

.sectionHall .hallList>li:not(:last-child) {
    margin-bottom: 70px;
}

.sectionHall .hallList li .hallLocation {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 208px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    border-radius: 20px;
    background-color: #20297C;
    letter-spacing: 2.5px;
    padding: 2px 5px;
}

.sectionHall .hallList li .hallIntro {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 9px;
}

.sectionHall .hallList li .hallSub {
    font-size: 16px;
    color: #333;
    margin-bottom: 65px;
    line-height: 1.2;
}

.sectionHall .hallList li .hallType {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
}

.sectionHall .hallList li .hallType li {
    position: relative;
    width: calc(50% - 40px);
}

.sectionHall .hallList li .hallType li .typeName {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    top: -28px;
    left: -28px;
    width: 95px;
    aspect-ratio: 1/1;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    background-color: #6E6E6E;
    line-height: 1.45;
}

.sectionHall .hallList li .hallType li .typeName.typeRed {
    background-color: #FF7160;
}

.sectionHall .hallList li .hallType li .hallPhoto {
    width: 100%;
    margin-bottom: 10px;
}

.sectionHall .hallList li .hallType li .hallNote {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 1.5;
}

.sectionHall .hallList li .hallType li:nth-child(2n) .hallNote {
    font-weight: bold;
}

.sectionHall .hallList li .hallType li .hallNote .line {
    display: inline;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 217, 90, 1) 60%, rgba(255, 217, 90, 1) 100%);
    white-space: break-spaces;
    -webkit-box-decoration-break: clone;
    padding-bottom: 1px;
}

/* SECTIONFUNERAL */
.sectionFuneral {
    background: #F5F5F5;
    padding: 68px 0 70px;
}

.sectionFuneral .funeralTitle {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #000;
    margin-bottom: 36px;
}

.sectionFuneral .funeralList li {
    background-color: #fff;
    border-radius: 33px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    padding: 29px 32px 46px;
    color: #000;
}

.sectionFuneral .funeralList li:not(:last-child) {
    margin-bottom: 49px;
}

.sectionFuneral .funeralList li .funeralIntro {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 70px;
}

.sectionFuneral .funeralList li:nth-child(even) .funeralIntro {
    flex-direction: row-reverse;
}

.sectionFuneral .funeralList li .funeralIntro .introBox {
    width: calc(100% - 384px);
    margin-bottom: 19px;
    margin-left: 36px;
}

.sectionFuneral .funeralList li .funeralIntro .introBox .introNumber {
    font-size: 72px;
    font-weight: bold;
    color: #FF4D38;
    line-height: 1;
    margin-bottom: 12px;
    opacity: 50%;
}

.sectionFuneral .funeralList li .funeralIntro .introBox .introName {
    font-size: 28px;
    font-weight: bold;
    padding-left: 4px;
}

.sectionFuneral .funeralList li:nth-child(2n + 1) .funeralIntro .introBox .introName {
    padding-left: 0;
}

.sectionFuneral .funeralList li .funeralIntro .introDetail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 33px;
}

.sectionFuneral .funeralList li:nth-child(even) .funeralIntro .introDetail {
    flex-direction: row-reverse;
}

.sectionFuneral .funeralList li .funeralIntro .introDetail .introPhoto {
    width: 311px;
    text-align: center;
}

.sectionFuneral .funeralList li .funeralIntro .introDetail .introPhoto img {
    width: auto;
    margin: 0 auto;
}

.sectionFuneral .funeralList li:nth-child(2) .funeralIntro .introDetail .introPhoto img {
    width: 223px;
}

.sectionFuneral .funeralList li .funeralIntro .introDetail .introSub {
    width: calc(100% - 375px);
    margin-left: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.63;
    text-align: justify;
}

.sectionFuneral .funeralList li:nth-child(2n + 1) .funeralIntro .introDetail .introSub {
    margin-right: 0;
    width: calc(100% - 350px);
}

.sectionFuneral .funeralList li .funeralIntro .introDetail .introSub .sub+.sub {
    margin-top: 14px;
}

.sectionFuneral .funeralList li .funeralIntro .introBox {
    width: calc(100% - 378px);
    margin-left: 32px;
}

.sectionFuneral .funeralList li .funeralInstruct {
    position: relative;
    border: 1px solid #717171;
    background-color: #FFF6F2;
    border-radius: 10px;
    padding: 41px 20px 30px;
}

.sectionFuneral .funeralList li .funeralInstruct .instructNote {
    position: absolute;
    top: -21px;
    left: 50%;
    transform: translateX(-50%);
    width: 363px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    border-radius: 20px;
    background-color: #20297C;
    padding: 5px;
    text-align: center;
}

.sectionFuneral .funeralList li .funeralInstruct .instructSub {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
}

.sectionFuneral .funeralList li .wrapFuneralBot {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-right: 45px;
    align-items: flex-end;
    margin-top: 52px;
}
.sectionFuneral .funeralList li .wrapFuneralBot .funeralMedalPhoto {
    position: absolute;
    top: -42px;
    left: -15px;
    width: 80px;
}
.sectionFuneral .funeralList li .wrapFuneralBot .boxFuneralBot {
    border: 1px solid #717171;
    border-radius: 10px;
    background: #FFF6F2;
    width: calc(100% - 175px);
    padding: 12px 20px 19px;
    text-align: center;
    position: relative;
}

.sectionFuneral .funeralList li .wrapFuneralBot .boxFuneralBot:after {
    content: "";
    position: absolute;
    background: url(../images/index/box-funeral-bot-after.svg) no-repeat;
    background-size: 100%;
    width: 35px;
    height: 40px;
    bottom: 59px;
    right: -35px;
}
.sectionFuneral .funeralList li .wrapFuneralBot .funeralMedalPhoto img {}
.sectionFuneral .funeralList li .wrapFuneralBot .wrapFuneralBotName {
    position: relative;
    display: inline-block;
    padding-left: 76px;
}
.sectionFuneral .funeralList li .funeralName {
    font-size: 25px;
    font-weight: bold;
    color: #FF4D38;
    margin-bottom: 19px;
    text-align: center;
    display: inline-block;
    padding: 0 25px;
    line-height: 1.4;
    background: linear-gradient(180deg, rgba(255, 246, 242, 1) 0%, rgba(255, 246, 242, 1) 77%, rgba(255, 223, 93, 1) 77%, rgba(255, 223, 93, 1) 100%);
}

.sectionFuneral .funeralList li .funeralSub {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 4px;
    text-align: center;
    color: #FF4D38;
}

.sectionFuneral .funeralList li .funeralNote {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    color: #FF4D38;
    line-height: 1.92;
}

.sectionFuneral .funeralList li .wrapFuneralBot .consultantPhoto {
    width: 124px;
    margin-bottom: 3px;
    position: absolute;
    right: 45px;
    bottom: 0px;
}
.sectionFuneral .funeralList li .wrapFuneralBot .consultantPhoto img {
    aspect-ratio: 124/179;
    height: 100%;
    width: 100%;
    object-fit: contain;
}
/* SECTIONFAQ */
.sectionFaq {
    padding: 45px 0 49px;
}

.sectionFaq .faqIntro {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 59px;
    margin-top: 75px;
}

.sectionFaq .faqIntro .introAvatar {
    width: 121px;
    margin-right: 18px;
    margin-top: -12px;
}

.sectionFaq .faqIntro .introText {
    position: relative;
    width: calc(100% - 141px);
    max-width: 705px;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    background-color: #20297C;
    padding: 13px 10px 16px;
    line-height: 1.56;
}

.sectionFaq .faqIntro .introText::before {
    content: '';
    position: absolute;
    top: 54%;
    left: -37px;
    transform: translateY(-50%);
    width: 37px;
    height: 45px;
    background: url(../images/index/icon-polygon-01.webp) no-repeat top left/100%;
}

.sectionFaq .faqWrap {
    border: 1px solid #878787;
    border-radius: 10px;
    padding: 39px 27px 60px;
}

.sectionFaq .faqWrap .faqNote {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #20297C;
    border-bottom: 2px solid #20297C;
    padding-bottom: 21px;
    margin-bottom: 50px;
}

.sectionFaq .faqWrap .faqList li:not(:last-child) {
    margin-bottom: 32px;
}

.sectionFaq .faqWrap .faqList li .question {
    position: relative;
    padding: 0 100px;
    background: url(../images/index/section-faq-photo-02.webp) no-repeat top 7px left/80px;
}

.sectionFaq .faqWrap .faqList li:nth-child(2) .question {
    background: url(../images/index/section-faq-photo-03.webp) no-repeat top 7px left/80px;
}

.sectionFaq .faqWrap .faqList li:nth-child(3) .question {
    background: url(../images/index/section-faq-photo-04.webp) no-repeat top 7px left/80px;
}

.sectionFaq .faqWrap .faqList li:nth-child(4) .question {
    background: url(../images/index/section-faq-photo-05.webp) no-repeat top 7px left/80px;
}

.sectionFaq .faqWrap .faqList li:nth-child(5) .question {
    background: url(../images/index/section-faq-photo-06.webp) no-repeat top 7px left/80px;
}

.sectionFaq .faqWrap .faqList li:nth-child(6) .question {
    background: url(../images/index/section-faq-photo-07.webp) no-repeat top 7px left/80px;
}

.sectionFaq .faqWrap .faqList li .question::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 81px;
    transform: translateY(-50%);
    width: 19px;
    aspect-ratio: 19/29;
    background: url(../images/index/icon-polygon-02.webp) no-repeat center center/cover;
}

.sectionFaq .faqWrap .faqList li .question .questionSub {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 97px;
    font-size: 22px;
    font-weight: bold;
    color: #20297C;
    border-radius: 5px;
    background-color: #F2F2F2;
    padding: 10px 55px 10px 20px;
    cursor: pointer;
    line-height: 1.58;
}

.sectionFaq .faqWrap .faqList li .question .questionSub::before,
.sectionFaq .faqWrap .faqList li .question .questionSub::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    width: 27px;
    height: 6px;
    background: #20297C;
}

.sectionFaq .faqWrap .faqList li .question .questionSub::after {
    transform: translateY(-50%) rotate(90deg);
    transition: all .3s;
}

.sectionFaq .faqWrap .faqList li .question.open .questionSub::after {
    transform: translateY(-50%) rotate(0deg);
}

.sectionFaq .faqWrap .faqList li .question .questionSub .sub {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sectionFaq .faqWrap .faqList li .answer {
    position: relative;
    display: none;
    background: url(../images/index/section-faq-photo-08.webp) no-repeat top 9px right/80px;
    padding: 0 100px;
    margin-top: 10px;
}

.sectionFaq .faqWrap .faqList li .answer .answerText {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #58595B;
    background-color: #FFF2C5;
    border-radius: 5px;
    padding: 35px 20px 35px;
    line-height: 1.61;
}

.sectionFaq .faqWrap .faqList li .answer .answerText::before {
    content: '';
    position: absolute;
    top: 27px;
    right: -19px;
    width: 19px;
    aspect-ratio: 19/22;
    background: url(../images/index/icon-polygon-03.webp) no-repeat center center/cover;
}

/* SECTIONCOMPANY */
.sectionCompany {
    margin-bottom: 37px;
}

.sectionCompany .companyTitle {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #000;
    margin-bottom: 32px;
}

.sectionCompany .companyBox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.sectionCompany .companyBox>.companyInfo {
    width: 48%;
}

.sectionCompany .companyBox .companyInfo .infoTitle {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background-color: #20297C;
    padding: 9px 30px;
    margin-bottom: 30px;
}

.sectionCompany .companyBox .companyInfo .infoPhoto {
    width: 68px;
    margin: 0 auto 29px;
}

.sectionCompany .companyBox .companyInfo .companyTable {
    width: 100%;
}

.sectionCompany .companyBox .companyInfo .companyTable tr {
    border-top: 1px solid #DFDFDF;
}

.sectionCompany .companyBox .companyInfo .companyTable th {
    width: 115px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding: 15px 5px 15px 33px;
    text-align: left;
    vertical-align: text-top;
}

.sectionCompany .companyBox .companyInfo .companyTable td {
    font-size: 16px;
    line-height: 1.56;
    color: #333;
    padding: 15px 5px;
}

.sectionCompany .companyBox .companyInfo .companyTable tr:nth-child(5) td a {
    text-decoration: none;
}

.sectionCompany .companyBox .companyInfo .companyTable td a {
    color: #333333;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.sectionCompany .companyBox .companyWrap {
    width: 48%;
}

.sectionCompany .companyBox .companyWrap .companyPhilosophy {
    margin-bottom: 56px;
}

.sectionCompany .companyBox .companyWrap .companyPhilosophy .infoTitle {
    margin-bottom: 46px;
}

.sectionCompany .companyBox .companyWrap .companyPhilosophy .philosophyPhoto {
    width: 90%;
    max-width: 288px;
    margin: 0 auto;
}

.sectionCompany .companyBox .companyWrap .companyMessage .infoTitle {
    margin-bottom: 22px;
}

.sectionCompany .companyBox .companyWrap .companyMessage .messageList li:not(:last-child) {
    margin-bottom: 10px;
}

.sectionCompany .companyBox .companyWrap .companyMessage .messageList .messageName {
    position: relative;
    font-weight: bold;
    color: #333;
    padding: 5px 0 5px 49px;
    margin-bottom: 9px;
    z-index: 1;
    line-height: 1.45;
}

.sectionCompany .companyBox .companyWrap .companyMessage .messageList .messageName::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 96%;
    height: 1px;
    background: #5BA4C0;
    z-index: -1;
}

.sectionCompany .companyBox .companyWrap .companyMessage .messageList .messageName .number {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    left: 4px;
    bottom: 0;
    width: 36px;
    aspect-ratio: 1/1;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #5BA4C0;
    border-radius: 50%;
}

.sectionCompany .companyBox .companyWrap .companyMessage .messageList .messageSub {
    line-height: 1.57;
    color: #333;
    padding: 0 14px 0 49px;
}

@media (max-width: 1100px) and (min-width: 769px) {
    .sectionFeedback .slick-next {
        right: 23px;
    }

    .sectionFeedback .slick-prev {
        left: 23px;
    }
}

@media (max-width: 1030px) and (min-width: 769px) {

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail {
        padding: 7px 2vw 0;
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestRight .iframeCtaQuestRight .numCtaQuestRight {
        margin-right: 1.9vw;
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestLeft .txtCtaQuestLeft {
        padding: 5px 38px 7px 8px;
    }

}

@media (max-width: 1020px) and (min-width: 769px) {
    .sectionPlan .wrapPlan .wrapUsageFees .boxUsageFees .listUsageFees {
        width: 50.2%;
    }

    .sectionPlan .wrapPlan .wrapUsageFees .boxUsageFees .boxUsageFeesRight {
        width: 47.5%;
    }
}

@media (max-width: 1000px) and (min-width: 769px) {
    .sectionPlan .wrapPlan .wrapRevised .boxRevised {
        padding: clamp(50px, 5vw, 32px);
    }

    .sectionPlan .wrapPlan .wrapRevised {
        padding-bottom: 4.4vw;
    }
    .sectionPlan .wrapPlan .wrapRevised:after {
        border-left-width: 11.5vw;
        border-right-width: 11.5vw;
        border-top-width: 4.7vw;
    }
    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .boxQuestAvail {
        padding: 20px 18px 20px;
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail {
        padding: 7px 18px 0;
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestLeft {
        width: 287px;
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestLeft .ctaQuestPhoto {
        width: 72px;
        margin-right: 11px;
        width: clamp(76px, 8vw, 80px);
        margin-right: 11px;
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestLeft .txtCtaQuestLeft {
        width: calc(100% - 84px);
        font-size: 12px;
        padding: 5px 28px 7px 8px;
        width: calc(100% - clamp(76px, 8vw, 80px) - 11px);
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestLeft .txtCtaQuestLeft .ctaQuestLeftSize16 {
        font-size: 14px;
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestLeft .txtCtaQuestLeft .ctaQuestLeftSize16 .ctaQuestLeftRed .ctaQuestLeftSize22 {
        font-size: 20px;
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestRight {
        width: calc(100% - 300px);
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestRight .iframeCtaQuestRight {
        justify-content: center;
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestRight .iframeCtaQuestRight .numCtaQuestRight {
        margin-right: 9px;
        margin-right: clamp(9px, 2vw, 22px);
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestRight .iframeCtaQuestRight .numCtaQuestRight a {
        font-size: 40px;
        padding-left: 39px;
        font-size: clamp(40px, 5.8vw, 58px);
        padding-left: clamp(39px, 5.6vw, 56px);
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestRight .iframeCtaQuestRight .numCtaQuestRight a:before {
        width: 32px;
        height: 32px;
        left: 0;
        width: clamp(32px, 4.2vw, 42px);
        height: clamp(32px, 4.2vw, 42px);
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestRight .iframeCtaQuestRight .listCtaQuestRight {
        margin-top: 5px;
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestRight .iframeCtaQuestRight .listCtaQuestRight li {
        font-size: 12px;
        margin-right: 5px;
        padding: 3px 4px 5px 4px;
    }

    .sectionHall .hallList li .hallType li {
        position: relative;
        width: calc(50% - 25px);
    }

    .sectionHall .hallList li .hallType li .typeName {
        font-size: clamp(14px, 1.8vw, 18px);
        width: clamp(70px, 9.5vw, 95px);

    }
}

@media (max-width: 970px) and (min-width: 769px) {
    .sectionPlan .wrapPlan .wrapRevised .boxRevised {
        padding: clamp(20px, 3.6vw, 38px);
    }
}
@media (max-width: 940px) and (min-width: 769px) {
    .sectionPlan .wrapPlan .wrapUsageFees .boxUsageFees {
        flex-direction: column;
    }

    .sectionPlan .wrapPlan .wrapUsageFees .boxUsageFees .listUsageFees {
        width: 100%;
    }

    .sectionPlan .wrapPlan .wrapUsageFees .boxUsageFees .boxUsageFeesRight {
        width: 100%;
        margin-top: 15px;
        text-align: center;
    }

    .sectionPlan .wrapPlan .wrapUsageFees .boxUsageFees .boxUsageFeesRight .iframeUsagesFees .listUpsageFees {
        justify-content: center;
    }

}

@media(max-width:900px) and (min-width: 769px) {
    
    .sectionFuneral .funeralList li .funeralIntro .introBox {
        width: calc(100% - clamp(230px, 30vw, 270px) - 20px);
        margin-left: 10px;
    }

    .sectionFuneral .funeralList li .funeralIntro .introDetail .introPhoto {
        width: clamp(230px, 30vw, 270px);
    }

    .sectionFuneral .funeralList li .funeralIntro .introDetail .introSub {
        width: calc(100% - clamp(230px, 30vw, 270px) - 36px);
        margin-left: 10px;
    }

    .sectionFuneral .funeralList li:nth-child(2n + 1) .funeralIntro .introDetail .introSub {
        width: calc(100% - clamp(230px, 30vw, 270px) - 30px);
        margin-right: 10px;
    }

    .sectionFuneral .funeralList li:nth-child(2n) .funeralIntro .introDetail .introSub {
        width: calc(100% - clamp(230px, 30vw, 270px) - 30px);
        margin-right: 10px;
    }

    .sectionFaq .faqWrap {
        padding: 39px 15px 60px;
    }

    .sectionFaq .faqWrap .faqList li .question,
    .sectionFaq .faqWrap .faqList li:nth-child(2) .question,
    .sectionFaq .faqWrap .faqList li:nth-child(3) .question,
    .sectionFaq .faqWrap .faqList li:nth-child(4) .question,
    .sectionFaq .faqWrap .faqList li:nth-child(5) .question,
    .sectionFaq .faqWrap .faqList li:nth-child(6) .question {
        padding: 0 90px;
        background-size: 70px;
    }

    .sectionFaq .faqWrap .faqList li .question::before {
        left: 71px;
    }

    .sectionFaq .faqWrap .faqList li .question .questionSub::before, 
    .sectionFaq .faqWrap .faqList li .question .questionSub::after {
        width: 23px;
        height: 4px;
    }

    .sectionFaq .faqWrap .faqList li .answer {
        padding: 0 90px;
        background-size: 70px;
    }

    .sectionCompany .companyBox>.companyInfo {
        width: 100%;
        margin-bottom: 40px;
    }

    .sectionCompany .companyBox>.companyWrap {
        width: 100%;
    }

    .sectionCompany .companyBox .companyInfo .companyTable td {
        padding-right: 32px;
    }

    .sectionCompany .companyBox .companyWrap .companyMessage .messageList .messageName::before {
        width: 97%;
    }
}

@media (max-width: 950px) and (min-width: 769px) {
    .sectionReview .wrapReview .boxReview {
        padding: 25px 24px 33px;
    }

    .sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewLeft {
        width: calc(100% - 295px);
    }

    .sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewLeft .avatarReview {
        width: 75px;
        margin-right: 15px;
    }

    .sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewLeft .contentRatingLeft .wrapRatingLeft .listRatting li .star {
        width: 32px;
        height: 32px;
    }

    .sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewLeft .contentRatingLeft .wrapRatingLeft .listRatting li .starV {
        height: 32px;
    }

    .sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewLeft .contentRatingLeft .wrapRatingLeft .rattingNumber {
        font-size: 28px;
    }

    .sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewLeft .boxItemReviewLeft {
        width: calc(100% - 90px);
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestRight .iframeCtaQuestRight .numCtaQuestRight {
        margin-right: 7px;
    }
}

@media (max-width: 910px) and (min-width: 769px) {
    .sectionChoice .wrapChoice .boxChoice .listChoice {
        justify-content: center;
    }
    .sectionChoice .wrapChoice .boxChoice .listChoice li {
        width: 49%;
        margin-right: 2%;
    }

    .sectionChoice .wrapChoice .boxChoice .listChoice li:nth-child(3n) {
        margin-right: 2%;
    }

    .sectionChoice .wrapChoice .boxChoice .listChoice li:nth-child(2n),
    .sectionChoice .wrapChoice .boxChoice .listChoice li:last-child {
        margin-right: 0;
    }
}

@media (max-width: 815px) and (min-width: 769px) {
    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestRight .iframeCtaQuestRight .numCtaQuestRight a {
        font-size: 5.3vw;
        padding-left: 5vw;
    }
}

@media (min-width: 769px) {
    .sectionFeedback .popupFeedback .popupContent .boxItemFeedback a:hover {
        opacity: 1;
    }

    .slick-arrow:hover {
        opacity: 0.6;
    }

    .main .wrapButtonMain .boxButtonMain a:hover {
        transform: translateY(3px);
        box-shadow: none;
    }

    .sectionFeedback .wrapFeedback .boxFeedback .wrapItemFeedback .boxItemFeedback a:hover {
        border-bottom-width: 1px;
        transform: translateY(3px);
    }
    .sectionFeedback .wrapFeedback .boxFeedback .wrapItemFeedback .boxItemFeedback a:hover .itemFeedbackPhoto img {
        opacity: 0.8;
    }
}

@media (max-width: 768px) {

    /* MAIN */
    .main .inner {
        position: relative;
    }
    .main .wrapButtonMain {
        padding: 20px 0 23px;
        margin-top: -5px;
        z-index: 1;
        position: relative;
    }

    .main .wrapButtonMain .inner {
        padding: 0 4%;
    }

    .main .wrapButtonMain .boxButtonMain {
        max-width: 400px;
    }

    .main .wrapButtonMain .boxButtonMain a {
        line-height: 1.24;
        padding: clamp(12px, 3.1vw, 15px) clamp(7.5px, 7vw, 40px) clamp(13px, 3.6vw, 15px) clamp(55px, 14.6vw, 81px);
        font-size: clamp(18px, 4.8vw, 20px);
    }

    .main .wrapButtonMain .boxButtonMain a:after {
        width: clamp(32px, 8.5vw, 41px);
        height: clamp(33px, 8.6vw, 40px);
        left: 2.7vw;
    }

    .main .wrapButtonMain .boxButtonMain a:before {
        width: clamp(20px, 5.3vw, 27px);
        height: clamp(20px, 5.3vw, 27px);
        background: url('../images/index/icon-arrow-main-sp.webp') no-repeat;
        background-size: 100%;
        right: 2.7vw;
    }

    .main .wrapButtonMain .boxButtonMain a .mainSizeSmall {
        font-size: clamp(13px, 3.4vw, 14px);
    }

    .main .wrapEndow {
        background: rgba(0,0,0,0.7);
        text-align: center;
        padding: 2.7% 4.4% 3.8% 4.4%;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        position: fixed;
        z-index: 99;
        display: none;
    }
    .main.scrolled .wrapEndow {
        display: block;
    }
    .main .wrapEndow .subEndow {
        font-size: clamp(14px, 3.7vw, 18px);
        color: #ffffff;
        position: relative;
        display: inline-block;
        padding: 0 clamp(34px, 5.7vw, 30px) 0.8vw;
        font-weight: bold;
        line-height: 1.4;
    }
    .main .wrapEndow .subEndow .subEndowColYellow {
        color: #D5CB67;
    }

    .main .wrapEndow .subEndow:before {
        content: "";
        position: absolute;
        background: #ffffff;
        background: url(../images/common/icon-title-before-sp.svg) no-repeat;
        background-size: 100%;
        width: clamp(16px, 4.3vw, 20px);
        height: clamp(24px, 6.4vw, 32px);
        filter: brightness(0) invert(1);
        top: 47%;
        transform: translateY(-50%);
        left: 0;
    }
    .main .wrapEndow .subEndow:after {
        content: "";
        position: absolute;
        background: #ffffff;
        background: url(../images/common/icon-title-after-sp.svg) no-repeat;
        background-size: 100%;
        width: clamp(16px, 4.3vw, 20px);
        height: clamp(24px, 6.4vw, 32px);
        filter: brightness(0) invert(1);
        top: 47%;
        transform: translateY(-50%);
        right: 0;
    }
    .main .wrapEndow .boxEndow {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main .wrapEndow .boxEndow .excCode {
        font-size: clamp(14px, 3.7vw, 18px);
        font-weight: bold;
        margin-right: 14px;
    }
    .main .wrapEndow .boxEndow .excCode .nameExcCode {
        color: #ffffff;
    }
    .main .wrapEndow .boxEndow .excCode .numeCode {
        color: #67A7F9;
    }
    .main .wrapEndow .telMain {
        width: 43.4%;
    }
    .main .wrapEndow .telMain a {
        display: flex;
        align-items: center;
        background: #3072C8;
        border-radius: 5px;
        padding: 0.8vw 2.7vw 0.9vw 3.8vw;
        box-shadow: 0 2px 0 #284771;
    }
    .main .wrapEndow .telMain a .personTelMain {
        width: clamp(26px, 6.9vw, 40px);
        margin-right: 12px;
    }
    .main .wrapEndow .telMain a .personTelMain img {
        width: 100%;
        height: 100%;
        aspect-ratio: 26/26;
        object-fit: cover;
        object-position: center;
    }
    .main .wrapEndow .telMain a .txtPersonTelMain {
        font-size: clamp(14px, 3.7vw, 18px);
        color: #ffffff;
        font-weight: bold;
        width: calc(100% - clamp(26px, 6.9vw, 40px) - 10px);
    }

    /* SECTIONDISCOUNT */
    .sectionDiscount {
        margin: clamp(40px, 10.4vw, 45px) 0 52px;
    }

    .sectionDiscount .wrapDiscount .discountPhoto {
        margin-top: clamp(18px, 4.7vw, 25px);
        max-width: 520px;
    }

    /* SECTIONFUNERALONE */
    .sectionFuneralOne {
        margin-bottom: 53px;
        margin-top: 28px;
    }

    .sectionFuneralOne .wrapFuneralOne .funeralOnePhoto {
        margin-top: 10px;
        margin-bottom: 26px;
        width: 100%;
    }

    .sectionFuneralOne .wrapFuneralOne .funeralOnePhoto img {
        aspect-ratio: 345/273
    }

    .bannerPhoto img {
        aspect-ratio: 345/107;
    }

    /* SECTIONCHOICE */
    .sectionChoice {
        padding-bottom: 6.6vw;
        margin-bottom: 10.2vw;
    }

    .sectionChoice .wrapTitle .titleBig {
        line-height: 1.65;
    }

    .sectionChoice .choiceBefore {
        display: none;
    }

    .sectionChoice:after {
        border-left-width: 18vw;
        border-right-width: 18vw;
        border-top-width: 8vw;
    }

    .sectionChoice .wrapChoice {
        margin-top: 0;
        padding: 30px 0 41px;
    }

    .sectionChoice .wrapChoice .boxChoice .listChoice {
        width: 100%;
        margin: 27px auto 0;
    }

    .sectionChoice .wrapChoice .boxChoice .listChoice li {
        margin-right: 0;
        margin-bottom: 0;
        width: initial;
        padding-right: 0.5px;
    }

    .sectionChoice .wrapChoice .boxChoice .listChoice li:nth-child(3n),
    .sectionChoice .wrapChoice .boxChoice .listChoice li:nth-child(4),
    .sectionChoice .wrapChoice .boxChoice .listChoice li:nth-child(5) {
        margin-right: 0;
    }

    .sectionChoice .wrapChoice .boxChoice .listChoice li .wrapSlideChoice {
        padding: 21px 14px 25px;
        margin: 0 8px;
    }

    .sectionChoice .wrapChoice .boxChoice .listChoice li .titleChoice,
    .sectionChoice .wrapChoice .boxChoice .listChoice li .titleChoice.titleChoiceLine {
        line-height: 1.2;
        font-size: clamp(22px, 5.9vw, 24px);
        margin-bottom: 16px;
        margin-top: 0;
    }

    .sectionChoice .wrapChoice .boxChoice .listChoice li .titleChoice .titleChoiceSize28 {
        font-size: clamp(28px, 7.5vw, 32px);
    }

    .sectionChoice .wrapChoice .boxChoice .listChoice li .choicePhoto {
        margin-bottom: 19px;
    }

    .sectionChoice .wrapChoice .boxChoice .listChoice li .choicePhoto img {
        margin: 0 auto;
    }

    .sectionChoice .wrapChoice .boxChoice .listChoice li .txtChoice {
        line-height: 1.365;
        font-size: clamp(16px, 4.3vw, 18px);
    }

    .sectionChoice .slick-arrow {
        position: absolute;
        top: 49.6%;
        transform: translateY(-50%);
        width: clamp(40px, 3.6vw, 52px);
        height: clamp(40px, 3.6vw, 52px);
        color: transparent;
        border: none;
        z-index: 1;
    }

    .sectionChoice .slick-next {
        content: "";
        background: url(../images/index/arrow-slider-next.svg) no-repeat;
        background-size: 100%;
        right: -4.3%;
    }

    .sectionChoice .slick-prev {
        background: url(../images/index/arrow-slider-prev.svg) no-repeat;
        background-size: 100%;
        left: -4.3%;
    }

    /* SECTIONFEEDBACK */
    .sectionFeedback {
        margin-bottom: 25px;
    }

    .sectionFeedback .wrapTitle .wrapTitleSmall .titleSmall {
        font-size: clamp(14px, 3.7vw, 18px);
    }

    .sectionFeedback .wrapFeedback {
        margin-top: 30px;
    }

    .sectionFeedback .wrapTitle .wrapTitleSmall {
        margin-bottom: 5px;
    }

    .sectionFeedback .wrapFeedback .boxFeedback .wrapItemFeedback {
        width: 244px;
    }
    

    .sectionFeedback .wrapFeedback .boxFeedback .wrapItemFeedback .boxItemFeedback {
        margin: 0 7px;
    }

    .sectionFeedback .wrapFeedback .boxFeedback .wrapItemFeedback .boxItemFeedback a .contentItemFB {
        padding: 8px 8px 10px;
    }

    .sectionFeedback .wrapFeedback .boxFeedback .wrapItemFeedback .boxItemFeedback a .contentItemFB .dateFeedback {
        margin-bottom: 4px;
        font-size: clamp(13px, 3.4vw, 17px);
    }   

    .sectionFeedback .wrapFeedback .boxFeedback .wrapItemFeedback .boxItemFeedback a .contentItemFB .titleItemFB {
        margin-bottom: 12px;
        line-height: 1.2;
        font-size: clamp(15px, 4vw, 19px);
    }

    .sectionFeedback .wrapFeedback .boxFeedback .wrapItemFeedback .boxItemFeedback a .contentItemFB .nameItemFb {
        font-size: clamp(13px, 3.4vw, 17px);
    }

    .sectionFeedback .slick-list {
        width: 220px;
        width: clamp(220px, 58.6vw, 450px);
        left: 46.6%;
    }

    .sectionFeedback .slick-arrow {
        position: absolute;
        top: 49.6%;
        transform: translateY(-50%);
        width: clamp(40px, 3.6vw, 52px);
        height: clamp(40px, 3.6vw, 52px);
        color: transparent;
        border: none;
        z-index: 1;
    }

    .sectionFeedback .slick-next {
        content: "";
        background: url(../images/index/arrow-slider-next.svg) no-repeat;
        background-size: 100%;
        right: 0;
    }

    .sectionFeedback .slick-prev {
        background: url(../images/index/arrow-slider-prev.svg) no-repeat;
        background-size: 100%;
        left: 0;
    }

    .sectionFeedback .popupFeedback.showPopup {
        padding: 4vw;
    }

    .sectionFeedback .closePopup {
        top: 5px;
        right: 5px;
        width: 43px;
        height: 43px;
    }

    .sectionFeedback .closePopup img {
        width: 17px;
    }

    .sectionFeedback .popupContent .popupFeedbackContent {
        border-radius: 5px;
        height: 70vh;
    }

    .sectionFeedback .popupContent .boxItemFeedback {
        border-radius: 5px;
    }

    .sectionFeedback .popupContent .boxItemFeedback a {
        border-radius: 5px;
    }

    .sectionFeedback .popupContent .contentItemFB {
        padding: 12px 11px;
        border-radius: 0 0 8px 8px;
        border-bottom-width: 4px;
    }

    .sectionFeedback .popupContent .boxDateFbPopup {
        margin-bottom: 7px;
    }

    .sectionFeedback .popupContent .boxDateFbPopup .dateFeedback {
        font-size: clamp(14px, 3.7vw, 18px);
        margin-right: 50px;
    }

    .sectionFeedback .popupContent .boxDateFbPopup .nameItemFb {
        font-size: clamp(14px, 3.7vw, 18px);
    }

    .sectionFeedback .popupContent .titleItemFB {
        font-size: clamp(14px, 3.7vw, 18px);
    }

    /* SECTIONPLAN */
    .sectionPlan {
        padding: 12px 0 22px;
    }

    .sectionPlan .wrapPlan .wrapRevised {
        padding-bottom: 25px;
        margin: 30px auto 27px;
    }

    .sectionPlan .wrapPlan .wrapRevised:after {
        border-left-width: 115px;
        border-right-width: 115px;
        border-top-width: 47px;
    }

    .sectionPlan .wrapPlan .wrapRevised .boxRevised {
        padding: 10px 7px 1px;
        border-radius: 10px;
    }

    .sectionPlan .wrapPlan .wrapRevised .boxRevised .titleRevised {
        margin-bottom: 30px;
        letter-spacing: 0;
        font-size: clamp(18px, 4.8vw, 24px);
        line-height: 1.1;
    }

    .sectionPlan .wrapPlan .wrapRevised .boxRevised .titleRevised .revisedSize38 {
        font-size: clamp(28px, 7.4vw, 38px);
    }

    .sectionPlan .wrapPlan .wrapRevised .boxRevised .titleRevised .revisedSize36 {
        font-size: clamp(26px, 6.9vw, 36px);
    }

    .sectionPlan .wrapPlan .wrapRevised .boxRevised .revisedPhoto {
        max-width: 600px;
        width: 95.3%;
        margin: 0 auto 22px;
    }

    .sectionPlan .wrapPlan .wrapRevised .boxRevised .revisedPhoto img {
        aspect-ratio: 315/660;
    }

    .sectionPlan .wrapPlan .wrapRevised .boxRevised .txtRevised {
        padding: 9px 10px 8px;
        width: 95%;
        margin: 0 auto;
        font-size: clamp(14px, 3.7vw, 18px);
        line-height: 1.4;
        letter-spacing: 1px;
    }

    .sectionPlan .wrapPlan .wrapInfoFree {
        margin-bottom: 19px;
        margin-top: 20px;
    }

    .sectionPlan .wrapPlan .wrapInfoFree .boxInfoFree {
        padding-bottom: 13px;
        margin-bottom: 15px;
    }

    .sectionPlan .wrapPlan .wrapInfoFree .boxInfoFree:before {
        border-left-width: 3vw;
        border-right-width: 3vw;
        border-top-width: 4.3vw;
    }

    .sectionPlan .wrapPlan .wrapInfoFree .boxInfoFree:after {
        border-left-width: 2.8vw;
        border-right-width: 2.8vw;
        border-top-width: 3.9vw;
    }

    .sectionPlan .wrapPlan .wrapInfoFree .boxInfoFree .txtInfoFree {
        padding: 5px 7px 9px;
        font-size: clamp(18px, 4.8vw, 24px);
        display: block;
        line-height: 1.45;
    }

    .sectionPlan .wrapPlan .wrapInfoFree .boxInfoFree .txtInfoFree .infoFreeSize24 {
        font-size: clamp(15px, 4vw, 19px);
    }

    .sectionPlan .wrapPlan .wrapInfoFree .boxInfoFree .txtInfoFree .infoFreeSize32 {
        font-size: clamp(22px, 5.8vw, 32px);
    }

    .sectionPlan .wrapPlan .wrapInfoFree .listInfoFree li {
        width: 100%;
        margin-bottom: 0;
        margin-bottom: 15px;
    }

    .sectionPlan .wrapPlan .wrapInfoFree .listInfoFree li:first-child,
    .sectionPlan .wrapPlan .wrapInfoFree .listInfoFree li:nth-child(2) {
        width: 48.7%;
    }

    .sectionPlan .wrapPlan .wrapInfoFree .listInfoFree li {
    }

    .sectionPlan .wrapPlan .wrapInfoFree .listInfoFree li img {
        aspect-ratio: initial;
    }

    .sectionPlan .slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: clamp(40px, 3.6vw, 52px);
        height: clamp(40px, 3.6vw, 52px);
        color: transparent;
        border: none;
        z-index: 1;
    }

    .sectionPlan .slick-next {
        content: "";
        background: url(../images/index/arrow-slider-next.svg) no-repeat;
        background-size: 100%;
        right: -4.3%;
    }

    .sectionPlan .slick-prev {
        background: url(../images/index/arrow-slider-prev.svg) no-repeat;
        background-size: 100%;
        left: -4.3%;
    }

    .sectionPlan .wrapPlan .wrapUsageFees .subUsageFees {
        margin-bottom: 23px;
        font-size: clamp(13px, 3.4vw, 17px);
    }

    .sectionPlan .wrapPlan .wrapUsageFees .subUsageFees .usageFees {
        padding-left: clamp(19px, 5vw, 31px);
        letter-spacing: -1px;
    }

    .sectionPlan .wrapPlan .wrapUsageFees .subUsageFees .usageFees:after {
        width: clamp(18px, 4.7vw, 22px);
        height: clamp(18px, 4.7vw, 22px);
    }

    .sectionPlan .wrapPlan .wrapUsageFees .boxUsageFees {
        padding: 16px 0 6px;
        background: linear-gradient(to top, rgba(255, 242, 197, 0) 0%, #FFF3E3 24%, #FFEED4 49%, #FFF3E3 70%, rgba(255, 242, 197, 0) 100%);
        margin-bottom: 4px;
        flex-direction: column;
    }

    .sectionPlan .wrapPlan .wrapUsageFees .boxUsageFees:before {
        width: 20px;
        height: 20px;
        top: -10px;
    }

    .sectionPlan .wrapPlan .wrapUsageFees .boxUsageFees .listUsageFees {
        width: 100%;
    }

    .sectionPlan .wrapPlan .wrapUsageFees .boxUsageFees .listUsageFees li {
        width: calc((100% / 3) - 8px);
        margin-right: 12px;
    }

    .sectionPlan .wrapPlan .wrapUsageFees .boxUsageFees .listUsageFees li:last-child {
        margin-right: 0;
    }

    .sectionPlan .wrapPlan .wrapUsageFees .boxUsageFees .boxUsageFeesRight {
        width: 100%;
        margin-top: 14px;
    }

    .sectionPlan .wrapPlan .wrapUsageFees .boxUsageFees .boxUsageFeesRight .txtUpgrade {
        line-height: 1.4;
        margin-bottom: 3px;
        text-align: center;
        font-size: clamp(16px, 4.2vw, 20px);
    }

    .sectionPlan .wrapPlan .wrapUsageFees .boxUsageFees .boxUsageFeesRight .txtUpgrade .upgradeRed {
        font-size: clamp(24px, 6.4vw, 34px);
    }

    .sectionPlan .wrapPlan .wrapUsageFees .boxUsageFees .boxUsageFeesRight .iframeUsagesFees .listUpsageFees {
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .sectionPlan .wrapPlan .wrapUsageFees .boxUsageFees .boxUsageFeesRight .iframeUsagesFees .listUpsageFees li {
        padding: 1px 7px 1px 4px;
        margin-right: 2px;
        margin-bottom: 0;
        margin-top: 7px;
        font-size: clamp(12px, 3.2vw, 14px);
    }

    .sectionPlan .wrapPlan .wrapUsageFees .boxUsageFees .boxUsageFeesRight .iframeUsagesFees .listUpsageFees li:nth-child(2n) {
        margin-right: 0;
    }

    .sectionPlan .wrapPlan .wrapUsageFees .boxUsageFees .boxUsageFeesRight .iframeUsagesFees .listUpsageFees li:last-child {
        margin-right: 0;
    }

    .sectionPlan .wrapPlan .wrapUsageFees .boxUsageFees .boxUsageFeesRight .iframeUsagesFees .subjectUsage {
        font-size: clamp(12px, 3.2vw, 14px);
        position: absolute;
        bottom: 2px;
        right: clamp(81px, 21.7vw, 15%);
    }

    .sectionPlan .wrapPlan .wrapUsageFees .noteUsageFees {
        font-size: clamp(12px, 3.2vw, 14px);
        text-align: left;
        line-height: 1.65;
    }

    /* SECTIONREVIEW */
    .sectionReview {
        padding: 47px 0 50px;
    }

    .sectionReview .wrapReview .titleReview {
        font-size: clamp(18px, 4.8vw, 24px);
        margin-bottom: 5px;
    }

    .sectionReview .wrapReview .dateReview {
        font-size: clamp(12px, 3.2vw, 14px);
        margin: 27px 0 17px;
    }

    .sectionReview .wrapReview .boxReview {
        padding: 19px 5px 19px;
        margin-bottom: 40px;
    }

    .sectionReview .wrapReview .boxReview .titleTesti {
        font-size: clamp(18px, 4.8vw, 24px);
        margin-bottom: 20px;
        line-height: 1.6;
    }

    .sectionReview .wrapReview .boxReview .titleTesti .testiYellow {
        display: block;
    }

    .sectionReview .wrapReview .boxReview .contentReview {
        padding: 0 9px;
    }

    .sectionReview .wrapReview .boxReview .contentReview .wrapItemReview {
        padding: 16px 10px 23px;
        margin-bottom: 26px;
        flex-direction: column;
    }

    .sectionReview .wrapReview .boxReview .contentReview .wrapItemReview:last-child {
        margin-bottom: 0;
    }

    .sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewLeft {
        width: 100%;
    }

    .sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewLeft .wrapAvatarReview {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 3px;
    }

    .sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewLeft .avatarReview {
        margin-right: 10px;
        width: clamp(70px, 18.6vw, 80px);
    }

    .sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewLeft .wrapAvatarReview .reviewSP {
        width: calc(100% - clamp(70px, 18.6vw, 80px) - 10px);
        margin-top: 6px;
    }

    .sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewLeft .boxItemReviewLeft {
        margin-top: 0;
        width: 100%;
        margin-bottom: 11px;
    }

    .sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewLeft .contentRatingLeft {
        margin-bottom: 11px;
    }

    .sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewLeft .contentRatingLeft .wrapRatingLeft {
        margin-right: 11px;
    }

    .sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewLeft .contentRatingLeft .wrapRatingLeft .listRatting {
        margin-right: 6px;
    }

    .sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewLeft .contentRatingLeft .wrapRatingLeft .listRatting li {
        margin-right: 3.7px;
    }

    .sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewLeft .contentRatingLeft .wrapRatingLeft .listRatting li .star {
        width: clamp(25px, 6.6vw, 35px);
        height: clamp(25px, 6.6vw, 35px);
    }

    .sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewLeft .contentRatingLeft .wrapRatingLeft .listRatting li .starV {
        height: clamp(25px, 6.6vw, 35px);
    }

    .sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewLeft .contentRatingLeft .wrapRatingLeft .rattingNumber {
        margin-top: 3px;
        font-size: clamp(26px, 6.9vw, 36px);
    }

    .sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewLeft .contentRatingLeft .txtCeremony {
        font-size: clamp(12px, 3.2vw, 14px);
        padding: 5px 9px 5px 8px;
        line-height: 1;
        margin-top: 9px;
    }

    .sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewLeft .boxItemReviewLeft .txtItemReview {
        margin-bottom: 7px;
        line-height: 1.75;
        font-size: clamp(16px, 4.2vw, 18px);
    }

    .sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewLeft .boxItemReviewLeft .dateItemReview {
        font-size: clamp(12px, 3.2vw, 14px);
        margin-bottom: 0;
    }

    .sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewLeft .boxItemReviewLeft .nameItemReview {
        font-size: clamp(12px, 3.2vw, 14px);
        padding: 3px 7px 2px 6px;
        margin: 9px 0 4px;
    }

    .sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewRight {
        padding: 19px 5.5vw 24px;
        width: 100%;
    }

    .sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewRight .titleItemReviewRight {
        font-size: clamp(15px, 4vw, 19px);
        margin-bottom: 10px;
    }

    .sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewRight .wrapReviewRight {
        max-width: 295px;
        margin: 0 auto;
    }

    .sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewRight .wrapReviewRight .boxReviewRight {
        margin-bottom: 5.5px;
    }

    .sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewRight .wrapReviewRight .boxReviewRight:last-child {
        margin-bottom: 0;
    }

    .sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewRight .wrapReviewRight .boxReviewRight .nameReviewRight {
        font-size: clamp(13px, 3.4vw, 17px);
        margin-right: 5px;
    }

    .sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewRight .wrapReviewRight .boxReviewRight .numReviewRight {
        font-size: clamp(13px, 3.4vw, 17px);
        margin-right: 11px;
    }

    .sectionReview .wrapReview .boxReview .contentReview .wrapItemReview .itemReviewRight .wrapReviewRight .boxReviewRight .listRattingRight li .rectangleV {
        height: 10px;
    }

    .sectionReview .wrapReview .wrapQuestAvail .subQuestAvail {
        font-size: clamp(18px, 4.8vw, 24px);
        margin-bottom: 20px;
        line-height: 1.6;
    }

    .sectionReview .wrapReview .wrapQuestAvail .subQuestAvail .questAvailCol {
        color: #3B4590;
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .boxQuestAvail {
        padding: 9px 9px 9px;
        border-radius: 8px 8px 0 0;
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .boxQuestAvail .iframeQuestAvail {
        padding: 9px 9px 12px;
        border-width: 1px 1px 4px;
        border-radius: 8px 8px 8px 8px;
        flex-direction: column;
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .boxQuestAvail .iframeQuestAvail .avatarQuestAvail {
        width: 100%;
        margin-right: 0;
        display: flex;
        align-items: center;
        margin-bottom: 11px;
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .boxQuestAvail .iframeQuestAvail .avatarQuestAvail .questAvailPhoto {
        margin-bottom: 0;
        margin-right: 10px;
        width: clamp(70px, 18.6vw, 80px);
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .boxQuestAvail .iframeQuestAvail .avatarQuestAvail .nameQuestion {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .boxQuestAvail .iframeQuestAvail .boxQuestAvailRight {
        width: 100%;
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .boxQuestAvail .iframeQuestAvail .titleQuestAvail {
        width: calc(100% - clamp(70px, 18.6vw, 80px) - 10px);
        font-size: clamp(16px, 4.2vw, 20px);
        line-height: 1.75;
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .boxQuestAvail .iframeQuestAvail .boxQuestAvailRight .txtQuestAvail {
        font-size: clamp(14px, 3.7vw, 18px);
        line-height: 1.57;
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail {
        padding: 21px 0 0;
        border-radius: 0 0 8px 8px;
        flex-direction: column-reverse;
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestLeft {
        width: 100%;
        padding: 0 12px;
        max-width: 400px;
        margin: 0 auto;
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestLeft .ctaQuestPhoto {
        width: 81px;
        margin-right: 12px;
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestLeft .txtCtaQuestLeft {
        border-radius: 7px;
        padding: 8px 28px 13px 10px;
        font-size: clamp(14px, 3.7vw, 18px);
        width: calc(100% - 95px);
        margin-top: 0px;
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestLeft .txtCtaQuestLeft:before {}

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestLeft .txtCtaQuestLeft:after {}

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestLeft .txtCtaQuestLeft .ctaQuestLeftSize16 {
        font-size: clamp(16px, 4.2vw, 20px);
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestLeft .txtCtaQuestLeft .ctaQuestLeftSize16 .ctaQuestLeftRed .ctaQuestLeftSize22 {
        font-size: clamp(22px, 5.8vw, 32px);
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestRight {
        width: 100%;
        margin-top: 0px;
        margin-bottom: -1px;
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestRight .subCtaQuestRight {
        font-size: clamp(14px, 3.7vw, 18px);
        margin-bottom: 15px;
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestRight .subCtaQuestRight:before {
        height: 1px;
        top: 58%;
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestRight .subCtaQuestRight .subCtaQuestRightBf {
        padding: 0 2.4vw;
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestRight .iframeCtaQuestRight {
        padding: 0 14px;
        align-items: center;
        justify-self: center;
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestRight .iframeCtaQuestRight .numCtaQuestRight {
        margin-right: 10px;
        text-align: center;
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestRight .iframeCtaQuestRight .numCtaQuestRight a {
        font-size: clamp(48px, 12.8vw, 58px);
        padding-left: clamp(45px, 11.8vw, 60px);
        display: inline-block;
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestRight .iframeCtaQuestRight .numCtaQuestRight a:before {
        width: clamp(35px, 9.3vw, 45px);
        height: clamp(35px, 9.3vw, 45px);
        left: 0;
        top: 56%;
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestRight .iframeCtaQuestRight .listCtaQuestRight {
        margin-top: 10px;
        justify-content: flex-end;
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestRight .iframeCtaQuestRight .listCtaQuestRight li {
        line-height: 1.3;
        font-size: clamp(13px, 3.4vw, 17px);
        border-radius: 3px;
        margin-right: 10px;
        padding: 4px 10px 4px 8px;
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestRight .iframeCtaQuestRight .listCtaQuestRight li br {
        display: block;
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestRight .iframeCtaQuestRight .listCtaQuestRight li:last-child {
        margin-right: 0;
    }

    /* SECTIONCONSULT */
    .sectionConsult {
        padding: 30px 0;
    }

    .sectionConsult .consultNote {
        font-size: clamp(14px, 2.5vw, 18px);
        letter-spacing: 1.7px;
        padding: 2px 24px;
        margin-bottom: 13px;
    }

    .sectionConsult .consultTitle {
        font-size: clamp(20px, 3.6vw, 30px);
        line-height: 1.45;
        margin-bottom: 20px;
    }

    .sectionConsult .consultSub {
        font-size: clamp(14px, 2.5vw, 18px);
        line-height: 1.59;
        margin-bottom: 29px;
    }

    .sectionConsult .consultTime {
        font-size: clamp(16px, 3vw, 22px);
        margin-bottom: 30px;
    }

    .sectionConsult .consultBtn a {
        width: 100%;
        max-width: 370px;
        font-size: clamp(18px, 3.2vw, 24px);
        padding: 11px 30px 12px;
    }

    /* SECTIONHALL */
    .sectionHall {
        padding: 44px 0 50px;
    }

    .sectionHall .hallTitle {
        font-size: clamp(20px, 3.6vw, 30px);
        line-height: 1.75;
        margin-bottom: 40px;
    }

    .sectionHall .hallTitle .line {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 58%, rgba(255, 217, 90, 1) 58%, rgba(255, 217, 90, 1) 100%, rgba(255, 255, 255, 1) 100%);
        padding: 0 11px 1px;
    }

    .sectionHall .hallList>li {
        padding: 32px 15px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    }

    .sectionHall .hallList>li:not(:last-child) {
        margin-bottom: 30px;
    }

    .sectionHall .hallList li .hallLocation {
        top: clamp(-13px, -3.2vw, -15px);
        width: 132px;
        font-size: clamp(14px, 2.5vw, 18px);
        letter-spacing: 1.6px;
        padding: 2px 5px;
    }

    .sectionHall .hallList li .hallIntro {
        font-size: clamp(18px, 3.2vw, 24px);
        line-height: 1.45;
        margin-bottom: 16px;
    }

    .sectionHall .hallList li .hallSub {
        font-size: clamp(14px, 2.5vw, 18px);
        line-height: 1.56;
        margin-bottom: 60px;
    }

    .sectionHall .hallList li .hallType li {
        width: 100%;
    }

    .sectionHall .hallList li .hallType li:not(:last-child) {
        margin-bottom: 45px;
    }

    .sectionHall .hallList li .hallType li .typeName {
        top: -24px;
        left: -15px;
        width: clamp(80px, 13vw, 120px);
        font-size: clamp(15px, 2.8vw, 20px);
        padding-top: 4px;
    }

    .sectionHall .hallList li .hallType li .hallPhoto {
        margin-bottom: 9px;
    }

    .sectionHall .hallList li .hallType li .hallNote {
        font-size: clamp(16px, 3vw, 22px);
    }

    .sectionHall .hallList li .hallType li .hallNote .line {
        padding: 0 5px 1px;
    }

    /* SECTIONFUNERAL */
    .sectionFuneral {
        padding: 26px 0 43px;
    }

    .sectionFuneral .funeralTitle {
        font-size: clamp(20px, 3.6vw, 30px);
        margin-bottom: 29px;
    }

    .sectionFuneral .funeralList li {
        padding: 4px 15px 24px;
        border-radius: 10px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    }

    .sectionFuneral .funeralList li:not(:last-child) {
        margin-bottom: 30px;
    }

    .sectionFuneral .funeralList li .funeralIntro {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 57px;
    }

    .sectionFuneral .funeralList li .funeralIntro .introBox {
        width: 100%;
        text-align: center;
        margin-left: 0;
        margin-bottom: 23px;
    }

    .sectionFuneral .funeralList li:last-child .funeralIntro .introBox {
        margin-bottom: 25px;
    }

    .sectionFuneral .funeralList li .funeralIntro .introBox .introNumber {
        font-size: clamp(52px, 13vw, 72px);
        margin-bottom: 13px;
    }
    

    .sectionFuneral .funeralList li .funeralIntro .introBox .introName {
        font-size: clamp(18px, 3.2vw, 24px);
    }
    .sectionFuneral .funeralList li .funeralIntro .introDetail {
        padding: 0;
    }

    .sectionFuneral .funeralList li .funeralIntro .introDetail .introSub {
        width: 100%;
        font-size: clamp(14px, 2.5vw, 18px);
        text-align: center;
        line-height: 1.57;
        margin-left: 0;
    }

    .sectionFuneral .funeralList li:nth-child(2n + 1) .funeralIntro .introDetail .introSub {
        width: 100%;
        margin-right: 0;
    }
    

    .sectionFuneral .funeralList li .funeralIntro .introDetail .introPhoto {
        width: 100%;
        margin-bottom: 21px;
    }

    .sectionFuneral .funeralList li:last-child .funeralIntro .introDetail .introPhoto {
        margin-bottom: 35px;
    }

    .sectionFuneral .funeralList li .funeralInstruct {
        padding: 24px 9px 15px;
        margin-bottom: 0;
    }

    .sectionFuneral .funeralList li .funeralInstruct .instructNote {
        top: clamp(-22px, -3.7vw, -12px);
        width: 65%;
        max-width: 350px;
        font-size: clamp(15px, 2.8vw, 20px);
        padding: 1px 5px;
    }

    .sectionFuneral .funeralList li .funeralInstruct .instructSub {
        font-size: clamp(14px, 2.5vw, 18px);
        line-height: 1.57;
    }

    .sectionFuneral .funeralList li .wrapFuneralBot {
        flex-direction: column;
        padding: 0;
        margin-top: 31px;
    }

    .sectionFuneral .funeralList li .wrapFuneralBot .funeralMedalPhoto {
        top: -18px;
        left: -8px;
        width: clamp(52px, 13.8vw, 60px);
        z-index: 1;
    }

    .sectionFuneral .funeralList li .wrapFuneralBot .boxFuneralBot {
        width: 96.8%;
        margin: 0 3px 0 auto;
        padding: 22px 12px 19px;
    }

    .sectionFuneral .funeralList li .wrapFuneralBot .boxFuneralBot:after {
        display: none;
    }

    .sectionFuneral .funeralList li .wrapFuneralBot .wrapFuneralBotName {
        padding-left: 0;
    }

    .sectionFuneral .funeralList li .wrapFuneralBot .consultantPhoto {
    position: absolute;
    bottom: -12px;
    right: -8px;
    width: clamp(78px, 20.8vw, 30px);
}

    .sectionFuneral .funeralList li .funeralName {
        font-size: clamp(17px, 4.5vw, 22px);
        margin-bottom: 15px;
    }

    .sectionFuneral .funeralList li .funeralSub {
        font-size: clamp(16px, 3vw, 22px);
        margin-bottom: 0px;
        text-align: left;
        padding-right: clamp(40px, 20.8vw, 30px);
    }

    .sectionFuneral .funeralList li .funeralNote {
        font-size: clamp(15px, 2.8vw, 20px);
        line-height: 1.45;
        text-align: left;
        padding-right: clamp(70px, 20.8vw, 30px);
    }

    /* SECTIONFAQ */
    .sectionFaq {
        padding: 32px 0 24px;
    }

    .sectionFaq .faqIntro {
        justify-content: space-between;
        margin-bottom: 29px;
        margin-top: 34px;
    }

    .sectionFaq .faqIntro .introAvatar {
        width: 70px;
        margin-right: 10px;
        margin-top: -2px;
    }

    .sectionFaq .faqIntro .introText {
        width: calc(100% - 81px);
        max-width: 600px;
        font-size: clamp(14px, 2.5vw, 18px);
        padding: 10px 0px 11px 8px;
    }

    .sectionFaq .faqIntro .introText::before {
        top: 52%;
        left: -19px;
        width: 20px;
        height: 26px;
    }

    .sectionFaq .faqWrap {
        padding: 16px 14px 29px;
        border-radius: 8px;
    }

    .sectionFaq .faqWrap .faqNote {
        font-size: clamp(18px, 3.2vw, 24px);
        margin-bottom: 15px;
        border-width: 1px;
        padding-bottom: 13px;
    }

    .sectionFaq .faqWrap .faqList li:not(:last-child) {
        margin-bottom: 30px;
    }

    .sectionFaq .faqWrap .faqList li .question {
        padding: 0 0 0 61px;
        background-size: 50px !important;
        background-position: top 5px left !important;
    }

    .sectionFaq .faqWrap .faqList li .question::before {
        left: 51px;
        width: 10px;
        aspect-ratio: 15 / 23;
        top: 13px;
        transform: translateY(0);
    }

    .sectionFaq .faqWrap .faqList li .question .questionSub {
        height: auto;
        min-height: 60px;
        font-size: clamp(14px, 2.5vw, 18px);
        padding: 9px 30px 7px 10px;
        line-height: 1.57;
    }

    .sectionFaq .faqWrap .faqList li .question .questionSub .sub {
        -webkit-line-clamp: 3;
    }

    .sectionFaq .faqWrap .faqList li .question .questionSub::before,
    .sectionFaq .faqWrap .faqList li .question .questionSub::after {
        right: 10px;
        width: 12px;
        height: 2px;
    }

    .sectionFaq .faqWrap .faqList li .answer {
        padding: 0 61px 0 0;
        background-size: 50px;
        background-position: top 5px right;
        margin-top: 10px;
    }

    .sectionFaq .faqWrap .faqList li .answer .answerText {
        font-size: clamp(14px, 2.5vw, 18px);
        padding: 11px 10px 9px;
        text-align: justify;
        line-height: 1.57;
        min-height: 62px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .sectionFaq .faqWrap .faqList li .answer .answerText::before {
        top: 13px;
        right: -10px;
        width: 13px;
    }

    /* SECTIONCOMPANY */
    .sectionCompany {
        padding: 29px 0 54px;
        margin-bottom: 0;
    }

    .sectionCompany .companyTitle {
        font-size: clamp(20px, 3.6vw, 30px);
        margin-bottom: 30px;
    }

    .sectionCompany .companyBox>.companyInfo {
        width: 100%;
        margin-bottom: 47px;
    }

    .sectionCompany .companyBox .companyInfo .infoTitle {
        font-size: clamp(16px, 3vw, 22px);
        padding: 8px 15px;
        margin-bottom: 21px;
    }

    .sectionCompany .companyBox .companyInfo .infoPhoto {
        width: 69px;
        margin-bottom: 30px;
    }

    .sectionCompany .companyBox .companyInfo .companyTable th {
        width: 83px;
        font-size: clamp(14px, 2.5vw, 18px);
        padding: 11px 5px 10px 0;
    }

    .sectionCompany .companyBox .companyInfo .companyTable td {
        font-size: clamp(14px, 2.5vw, 18px);
        line-height: 1.57;
        padding: 11px 5px 10px;
    }

    .sectionCompany .companyBox>.companyWrap {
        width: 100%;
    }

    .sectionCompany .companyBox .companyWrap .companyMessage .messageList .messageName::before {
        width: 98%;
    }

    .sectionCompany .companyBox .companyWrap .companyPhilosophy .infoTitle {
        margin-bottom: 20px;
    }

    .sectionCompany .companyBox .companyWrap .companyPhilosophy {
        margin-bottom: 74px;
    }

    .sectionCompany .companyBox .companyWrap .companyMessage .infoTitle {
        margin-bottom: 14px;
    }

    .sectionCompany .companyBox .companyWrap .companyMessage .messageList li:not(:last-child) {
        margin-bottom: 8px;
    }

    .sectionCompany .companyBox .companyWrap .companyMessage .messageList .messageName {
        font-size: clamp(14px, 2.5vw, 18px);
        padding: 6px 0 6px 45px;
    }

    .sectionCompany .companyBox .companyWrap .companyMessage .messageList .messageName .number {
        left: 0;
        font-size: clamp(20px, 3.6vw, 24px);
    }

    .sectionCompany .companyBox .companyWrap .companyMessage .messageList .messageSub {
        font-size: clamp(14px, 2.5vw, 18px);
        padding-left: 45px;
    }
}
@media (max-width: 768px) and (orientation: portrait) {
  .sectionChoice .wrapChoice .boxChoice .listChoice li .wrapSlideChoice {
      min-height: clamp(403.3px, 49.3vw, 500px);
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    .sectionChoice .wrapChoice .boxChoice .listChoice li .wrapSlideChoice {
      min-height: 308.3px;
    }
}

@media (max-width: 699px) {
    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestRight .iframeCtaQuestRight {
        flex-direction: column;
        max-width: 420px;
        margin: 0 auto;
        align-items: initial;
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestRight .iframeCtaQuestRight .listCtaQuestRight li br {
        display: none;
    }

    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestRight .iframeCtaQuestRight .numCtaQuestRight {
        margin-right: 0;
    }
}

@media (max-width: 500px) {
    .main .inner {
        padding: 0;
        position: relative;
    }

    .main .wrapMain {
        background: transparent;
        padding-top: 0;
    }

    .main .wrapMain .mainPhoto img {
        aspect-ratio: 375 / 768;
    }

    .sectionChoice .wrapChoice .boxChoice .listChoice li .wrapSlideChoice {
        margin: 0;
    }

    .sectionPlan .wrapPlan .wrapInfoFree .listInfoFree li {
    }
}


@media(max-width: 430px) {
    .sectionCompany .companyBox .companyWrap .companyMessage .messageList .messageName::before {
        width: 95%;
    }
}
@media(max-width: 360px) {
    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestRight .iframeCtaQuestRight .numCtaQuestRight a {
        font-size: clamp(46px, 12.8vw, 58px);
    }
    .sectionReview .wrapReview .wrapQuestAvail .contentQuestAvail .wrapCtaQuestAvail .boxCtaQuestRight .iframeCtaQuestRight {
        padding: 0 7px;
    }
}