/* fv */
.fv-img {
    width: 35vw;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .fv-img {
        width: 50vw;
    }
}

/* about */
.about-body {
    text-align: center;
}
.about-body p {
    color: #1b2935;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8em;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .about-body p {
        font-size: 16px;
    }
}

/* blockname */
.choice-content {
    background: #fff;
    border: 3px solid #f47920;
    border-radius: 10px;
    padding: 65px 40px;
    text-align: center;
}
.choice-content p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8em;
}
@media screen and (max-width: 968px) {
    .choice-content {
        padding: 45px 30px;
    }
}
@media screen and (max-width: 768px) {
    .choice-content {
        padding: 35px 20px;
    }
    .choice-content p {
        font-size: 16px;
    }
}

/* service */
.service {
    background: url(../../image/page/guarantee/bg.png) no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding-top: 0;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* case */
.case-cards {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.case-card {
    background: #fff;
    border: 3px solid #f47920;
    border-radius: 10px;
    padding: 65px 35px 30px;
    position: relative;
}
.case-card__num {
    background: #f47920;
    border-radius: 0 0 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 62px;
    padding: 0 45px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: max-content;
}
.case-card__num p {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}
.case-card__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin: 0 0 25px;
}
.case-head__left {
    width: calc(100% - 450px);
}
.case-head__right {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 450px;
}
.case-head__right img {
    height: 250px;
    object-fit: contain;
    width: 100%;
}
.case-head__left h2 {
    font-size: 36px;
    font-weight: 700;
}
.case-head__left p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8em;
    margin: 20px 0 0;
}
.case-cont {
    background: #e8f4fd;
    padding: 20px;
    text-align: center;
}
.case-cont__ttl {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px;
}
.case-cont__price {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    margin: 0 0 20px;
}
.case-cont__price dt {
    font-size: 18px;
    font-weight: 700;
    width: 150px;
}
.case-cont__price dd {
    line-height: 1;
    width: calc(100% - 150px);
    max-width: max-content;
}
.case-cont__price dd p span {
    color: #f47920;
    font-weight: 700;
}
.case-cont__price dd .t {
    font-size: 41px;
}
.case-cont__price dd .p {
    font-size: 61px;
}
.case-cont__price dd .p2 {
    font-size: 82px;
}
.case-cont__notice {
    font-size: 14px;
    font-weight: 500;
}
@media screen and (max-width: 968px) {
    .case-card {
        padding: 65px 25px 30px;
    }
    .case-card__num {
        height: 48px;
        padding: 0 35px;
    }
    .case-card__num p {
        font-size: 28px;
    }
    .case-card__head {
        margin: 0 0 25px;
    }
    .case-head__left {
        width: calc(100% - 300px);
    }
    .case-head__right {
        width: 300px;
    }
    .case-head__right img {
        height: 180px;
    }
    .case-head__left h2 {
        font-size: 28px;
    }
    .case-head__left p {
        font-size: 16px;
        margin: 15px 0 0;
    }
    .case-cont {
        padding: 18px;
    }
    .case-cont__ttl {
        font-size: 21px;
        margin: 0 0 15px;
    }
    .case-cont__price {
        margin: 0 0 15px;
    }
    .case-cont__price dt {
        font-size: 16px;
        width: 120px;
    }
    .case-cont__price dd {
        width: calc(100% - 120px);
    }
    .case-cont__price dd .t {
        font-size: 32px;
    }
    .case-cont__price dd .p {
        font-size: 48px;
    }
    .case-cont__price dd .p2 {
        font-size: 62px;
    }
}
@media screen and (max-width: 768px) {
    .case-card {
        padding: 55px 15px 25px;
    }
    .case-card__num {
        height: 32px;
        padding: 0 25px;
    }
    .case-card__num p {
        font-size: 21px;
    }
    .case-head__left {
        width: 100%;
    }
    .case-head__right {
        margin: 15px auto 0;
        width: 100%;
        max-width: 300px;
    }
    .case-head__left h2 {
        font-size: 23px;
    }
    .case-cont__ttl {
        font-size: 18px;
    }
    .case-cont__price dt {
        font-size: 14px;
        margin: 0 0 10px;
        width: 100px;
    }
    .case-cont__price dt br {
        display: none;
    }
    .case-cont__price dd {
        width: 100%;
        max-width: none;
    }
    .case-cont__price dd .t {
        font-size: 26px;
    }
    .case-cont__price dd .p {
        font-size: 32px;
    }
    .case-cont__price dd .p2 {
        font-size: 48px;
    }
}

/* features */
.features-cards {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 15px;
    row-gap: 55px;
}
.features-card {
    background: #fff;
    border: 3px solid #f47920;
    padding: 55px 20px 35px;
    position: relative;
    text-align: center;
    width: calc((100% - (15px * 2)) / 3);
}
.features-card__num {
    background: #f47920;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65px;
    position: absolute;
    left: -3px;
    top: -32px;
    width: 65px;
}
.features-card__num p {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
}
.features-card__image {
    line-height: 0;
    height: 150px;
}
.features-card__image img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}
.features-card__text {
    padding: 20px 0 0;
}
.features-card__ttl {
    border-bottom: 3px dashed #f47920;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 15px;
    padding: 0 0 8px;
}
.features-card__txt {
    font-size: 14px;
    font-weight: 400;
}
@media screen and (max-width: 968px) {
    .features-cards {
        row-gap: 35px;
    }
    .features-card {
        padding: 45px 15px 25px;
        width: calc((100% - (15px * 1)) / 2);
    }
    .features-card__num {
        height: 50px;
        top: -25px;
        width: 50px;
    }
    .features-card__num p {
        font-size: 28px;
    }
    .features-card__image {
        height: 120px;
    }
    .features-card__text {
        padding: 15px 0 0;
    }
    .features-card__ttl {
        font-size: 21px;
    }
}
@media screen and (max-width: 568px) {
    .features-cards {
        row-gap: 30px;
    }
    .features-card {
        width: 100%;
    }
    .features-card__num {
        height: 40px;
        top: -20px;
        width: 40px;
    }
    .features-card__num p {
        font-size: 21px;
    }
    .features-card__image {
        height: 100px;
    }
    .features-card__ttl {
        font-size: 18px;
    }
}

/* plan */
.tab-content {
    margin: 0 0 65px;
}
.plan-header {
    border: 5px solid #f47920;
    border-radius: 10px;
    margin: 0 0 25px;
    padding: 75px 45px;
}
.plan-tab__head {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0 0 35px;
}
.plan-tab__btn {
    border-radius: 10px;
    box-sizing: border-box;
    padding: 50px 25px 35px;
    position: relative;
    text-align: center;
    width: calc((100% - (5px * 2)) / 3);
}
.plan-tab__btn:nth-child(1) {
    background: #e8f4fd;
}
.plan-tab__btn:nth-child(2) {
    background: #f9e3d4;
    border: 3px solid #f47920;
}
.plan-tab__btn:nth-child(3) {
    background: #f7f5f5;
}
.plan-tab__btn .eyecatch {
    background: #f47920;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: auto;
    padding: 5px 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    width: 100%;
    max-width: max-content;
}
.plan-tab__btn .ttl {
    font-size: 24px;
    font-weight: 700;
}
.plan-tab__btn .accent {
    color: #f47920;
    font-size: 18px;
    font-weight: 700;
    min-height: 36px;
    line-height: 36px;
    margin: 0 0 25px;
}
.plan-tab__btn .subttl {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px;
}
.plan-tab__btn .txt {
    font-size: 14px;
    font-weight: 400;
}
.plan-header__text {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8em;
    text-align: center;
}
.plan-header__text span {
    color: #f47920;
    font-size: 24px;
    font-weight: 900;
}
.plan-header__notice {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    margin: 25px 0 0;
    text-align: center;
}
.plan-content__tab {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 5px;
}
.plan-tab__btnsmall {
    background: #f7f5f5;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    padding: 5px 20px;
}
.plan-tab__btnsmall.active {
    background: #f47920;
}
.plan-tab__btnsmall p {
    color: #1b2935;
    font-size: 18px;
    font-weight: 700;
}
.plan-tab__btnsmall.active p {
    color: #fff;
}
.plan-content__panel {
    background: #fff;
    border: 5px solid #f47920;
    display: none;
    padding: 20px 25px 20px;
}
.plan-content__panel.show {
    display: block;
}
.click-text {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 0;
    text-align: right;
}
.plan-note {
    background: #fce8e9;
    padding: 35px;
}
.plan-note h3 {
    color: #f47920;
    font-size: 24px;
    font-weight: 900;
    margin: 0 0 20px;
}
.plan-note__text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.plan-note__text p {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 18px;
    font-weight: 500;
}
.plan-note__text p::before {
    content: "・";
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .tab-content {
        margin: 0 0 45px;
    }
    .plan-header {
        padding: 50px 20px;
    }
    .plan-tab__head {
        margin: 0 0 25px;
    }
    .plan-tab__btn {
        padding: 20px 15px 15px;
        width: 100%;
    }
    .plan-tab__btn:nth-child(2) {
        margin-top: 25px;
        padding: 30px 15px 15px;
    }
    .plan-tab__btn .ttl {
        font-size: 21px;
    }
    .plan-tab__btn .accent {
        font-size: 16px;
        min-height: 0;
        margin: 0 0 20px;
    }
    .plan-tab__btn .subttl {
        font-size: 16px;
    }
    .plan-header__text {
        font-size: 16px;
    }
    .plan-header__text span {
        font-size: 21px;
    }
    .plan-header__notice {
        margin: 20px 0 0;
    }
    .plan-tab__btnsmall {
        padding: 5px 15px;
    }
    .plan-tab__btnsmall p {
        font-size: 14px;
    }
    .plan-content__panel {
        padding: 15px 20px;
    }
    .click-text {
        font-size: 14px;
    }
    .plan-note {
        padding: 25px 20px;
    }
    .plan-note h3 {
        font-size: 21px;
    }
    .plan-note__text p {
        font-size: 16px;
    }
}

/* voice */
.voice {
    margin: 0 0 75px;
}
.voice-cards {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
}
.voice-card {
    background: #fff;
    border: 3px solid #f47920;
    border-radius: 5px;
    padding: 15px 15px 25px;
    width: calc((100% - (20px * 1)) / 2);
}
.voice-card__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 15px;
}
.voice-card__img {
    line-height: 0;
    width: 93px;
}
.voice-card__star {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    width: calc(100% - 113px);
}
.voice-card__star span {
    width: 60px;
}
.voice-card__cont p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    margin: 0 0 10px;
}
.voice-card__cont .name {
    font-size: 18px;
    font-weight: 700;
    text-align: right;
}
.voice-card__cont .name span {
    font-size: 12px;
    font-weight: 400;
    margin-left: 5px;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .voice {
        margin: 0 0 45px;
    }
    .voice-card {
        width: 100%;
    }
    .voice-card__img {
        width: 75px;
    }
    .voice-card__star {
        width: calc(100% - 85px);
    }
    .voice-card__star span {
        width: 40px;
    }
    .voice-card__cont .name {
        font-size: 16px;
    }
}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}