body {
    overflow-x: unset;
}
a {
    text-decoration: none;
}
a:hover,
a:hover img {
    opacity: .8;
}
img {
    height: auto;
    max-width: 100%;
}
.pc {
    display: block;
}
.pc2 {
    display: block;
}
.sp {
    display: none;
}
.sp2 {
    display: none;
}
@media screen and (max-width: 968px) {
    .pc2 {
        display: none;
    }
    .sp2 {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}
.scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable)::before,
.scroll-hint-shadow-wrap.is-left-scrollable::before,
.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::after,
.scroll-hint-shadow-wrap.is-right-scrollable::after {
    display: none;
}
/* header */
.header {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 35%;
}
.header .logo img {
    width: 100%;
    max-width: none;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* fv */
.fv {
    margin: 0 auto;
    width: calc(100% - 20px);
}

.spacer {
    margin-top: -10px;
    padding: 10px 0 0;
}

/* servicedetail */
.servicedetail {
    border: 3px solid var(--main-theme-color);
    border-radius: 8px;
    margin: 35px auto 0;
    padding: 30px 20px;
    position: relative;
    width: calc(100% - 30px);
}
.servicedetail-head {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 0;
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
    width: max-content;
}
.servicedetail-head::before,
.servicedetail-head::after {
    background: var(--main-theme-color);
    content: "";
    height: 25px;
    position: relative;
    width: 3px;
}
.servicedetail-head::before {
    left: -1px;
    transform: rotate(-10deg);
}
.servicedetail-head::after {
    right: -1px;
    transform: rotate(10deg);
}
.servicedetail-head h2 {
    color: var(--main-theme-color);
    font-size: 24px;
    font-weight: 700;
    padding: 0 10px;
}
.servicedetail-head h2 span {
    color: var(--main-theme-color);
    font-family: var(--ft-bebas);
    font-size: 48px;
    font-weight: 700;
}
.servicedetail-body {
    display: flex;
    flex-direction: column;
    gap: 60px;
    position: relative;
}
.servicedetail-body::after {
    border-bottom: 2px dotted var(--bg);
    content: "";
    height: 2px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}
.servicedetail-list dt {
    background: var(--main-theme-color);
    border-radius: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 43px;
    padding: 0 50px 0 20px;
    position: relative;
    width: 100%;
}
.servicedetail-list dt p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.servicedetail-eyecatch {
    background: var(--accent-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 64px;
}
.servicedetail-list dt .servicedetail-eyecatch p,
.servicedetail-eyecatch span {
    color: var(--bk);
    display: block;
    font-family: var(--ft-bebas);
    font-weight: 700;
    line-height: .9;
}
.servicedetail-eyecatch .num {
    font-size: 40px;
    margin-right: 2px;
}
.servicedetail-eyecatch .symbol .s1 {
    font-size: 20px;
}
.servicedetail-eyecatch .symbol .s2 {
    font-size: 18px;
}
.servicedetail-list dd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 0;
    position: relative;
}
.servicedetail-list dd::before {
    background: url(../../images/lp2601/arrow.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 11px;
    margin: auto;
    position: absolute;
    left: 108px;
    top: 24px;
    bottom: 0;
    width: 29px;
}
.servicedetail-list dd .txt {
    font-size: 14px;
    font-weight: 500;
}
.servicedetail-list dd .price {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.servicedetail-list dd .price::before {
    background: var(--red);
    content: "";
    display: block;
    height: 1px;
    margin: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    transform: rotate(15deg);
    width: 100%;
}
.servicedetail-list dd .price .p {
    font-family: var(--ft-bebas);
    font-size: 32px;
    font-weight: 700;
    margin-right: 2px;
}
.servicedetail-list dd .price .s {
    display: flex;
    flex-direction: column;
    line-height: 1;
}
.servicedetail-list dd .price .s .tax {
    font-size: 9px;
    font-weight: 700;
}
.servicedetail-list dd .price .s .yen {
    font-size: 14px;
    font-weight: 700;
}
.servicedetail-list dd .after .price::before {
    display: none;
}
.servicedetail-list dd .after .price .p {
    color: var(--red);
    font-family: var(--ft-bebas);
    font-size: 64px;
    font-weight: 700;
}
.servicedetail-list dd .after .price .s .tax {
    color: var(--red);
    font-size: 10px;
    font-weight: 700;
    position: relative;
    left: 1px;
}
.servicedetail-list dd .after .price .s .yen {
    color: var(--red);
    font-size: 30px;
    font-weight: 700;
}
@media screen and (max-width: 420px) {
    .servicedetail {
        margin: 10vw auto 0;
        padding: 10vw 5vw;
        position: relative;
    }
    .servicedetail-head {
        top: -8vw;
    }
    .servicedetail-head::before,
    .servicedetail-head::after {
        height: 25px;
        width: 3px;
    }
    .servicedetail-head h2 {
        font-size: 5.5vw;
        padding: 0 2.5vw;
    }
    .servicedetail-head h2 span {
        font-size: 10vw;
    }
    .servicedetail-body {
        gap: 16vw;
    }
    .servicedetail-body::after {
        border-bottom: 2px dotted var(--bg);
        content: "";
        height: 2px;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
    }
    .servicedetail-list dt {
        height: 11vw;
        padding: 0 17vw 2px 4vw;
    }
    .servicedetail-list dt p {
        font-size: 5vw;
    }
    .servicedetail-eyecatch {
        height: 17vw;
        width: 17vw;
    }
    .servicedetail-eyecatch .num {
        font-size: 10vw;
    }
    .servicedetail-eyecatch .symbol .s1 {
        font-size: 4.8vw;
    }
    .servicedetail-eyecatch .symbol .s2 {
        font-size: 5vw;
    }
    .servicedetail-list dd {
        padding: 5vw 0 0;
    }
    .servicedetail-list dd::before {
        height: 3vw;
        left: 30vw;
        top: 24px;
        width: 9vw;
    }
    .servicedetail-list dd .txt {
        font-size: 3.5vw;
    }
    .servicedetail-list dd .price .p {
        font-size: 32px;
    }
    .servicedetail-list dd .price .s .tax {
        font-size: 2vw;
    }
    .servicedetail-list dd .price .s .yen {
        font-size: 3.5vw;
    }
    .servicedetail-list dd .after .price .p {
        font-size: 14vw;
    }
    .servicedetail-list dd .after .price .s .tax {
        font-size: 2.3vw;
    }
    .servicedetail-list dd .after .price .s .yen {
        font-size: 7vw;
    }
}
.cloud {
    position: relative;
}
.cloud-t::before,
.cloud-b::before {
    background: url(../../images/lp2601/cloud.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    height: 66px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 390px;
}
.cloud-t::before {
    top: -65px;
}
.cloud-b::before {
    background-image: url(../../images/lp2601/cloud-b.png);
    bottom: -65px;
}

/* information */
.information {
    background: #E8F2FF;
    margin: 85px 0 0;
    padding: 15px 0 65px;
    position: relative;
}
.information-inner {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    width: calc(100% - 40px);
}
.information-head {
    margin: 0 0 30px;
    text-align: center;
}
.information-head h2 {
    font-size: 34px;
    font-weight: 700;
    margin: 10px 0 0;
}
.information-head p {
    color: var(--main-theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
}
.information-head p::before,
.information-head p::after {
    background: var(--main-theme-color);
    content: "";
    height: 21px;
    position: relative;
    width: 2px;
}
.information-head p::before {
    left: -10px;
    transform: rotate(-15deg);
}
.information-head p::after {
    right: -10px;
    transform: rotate(15deg);
}
.information-img {
    line-height: 0;
    margin: 0 0 25px;
}
.information-content {
    background: var(--main-theme-color);
    border-radius: 8px;
    margin: 0 0 45px;
    overflow: hidden;
    padding: 15px;
}
.information-content__img {
    float: left;
    line-height: 0;
    margin: 0 10px 10px 0;
    width: 65px;
}
.information-content p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8em;
}
.information-content p span {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: 700;
}
.information-comics h3 {
    background: url(../../images/lp2601/comics-icon.png) no-repeat;
    background-position: right bottom 25px;
    background-size: 72px;
}
.information-comics h3::after {
    background: url(../../images/lp2601/line.png) no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    display: block;
    height: 15px;
    margin: 10px 0 25px;
    width: 100%;
}
.information-comics h3 p {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 0 25px;
}
.information-comics__link a {
    display: block;
    filter: drop-shadow(0 4px 7px rgb(0 46 60 / 15%));
    line-height: 0;
}
@media screen and (max-width: 420px) {
    .information {
        margin: 25vw 0 0;
        padding: 5vw 0 15vw;
    }
    .information-head {
        margin: 0 0 5vw;
    }
    .information-head h2 {
        font-size: 8vw;
    }
    .information-head p {
        font-size: 5.5vw;
    }
    .information-head p::before,
    .information-head p::after {
        height: 5vw;
        width: 2px;
    }
    .information-img {
        margin: 0 0 8vw;
    }
    .information-content {
        margin: 0 0 20vw;
        padding: 5vw;
    }
    .information-content p {
        font-size: 4vw;
    }
    .information-comics h3 {
        background-position: right bottom 7vw;
        background-size: 18%;
    }
    .information-comics h3::after {
        margin: 3vw 0 8vw;
    }
    .information-comics h3 p {
        font-size: 5vw;
        font-weight: 700;
        padding: 0 0 0 3vw;
    }
}
@media screen and (max-width: 768px) {}

/* flow */
.flow {
    background: #E8F2FF;
    margin: 0 0 120px;
    padding: 65px 0;
    position: relative;
}
.flow-inner {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    width: calc(100% - 40px);
}
.flow-list {
    border-bottom: 2px dotted var(--bg);
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin: 0 0 35px;
    padding: 0 0 35px;
}
.flow-list__item {
    background: #fff;
    border-radius: 8px;
    padding: 15px 15px 0;
    position: relative;
}
.flow-list__item:not(:last-child)::after {
    background: url(../../images/lp2601/flow-icon.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 27px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -45px;
    width: 27px;
}
.flow-list__item dt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 15px;
    position: relative;
}
.flow-list__item dt::after {
    background: url(../../images/lp2601/icon-check.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 9px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    transform: rotate(180deg);
    width: 15px;
}
.flow-list__item.active dt::after {
    transform: rotate(0);
}
.flow-list__item dd {
    padding: 0 0 15px;
}
.flow-list__item dd p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
}
.flow-list__item dt .flow-dt__left {
    background: var(--main-theme-color);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 50%;
    height: 65px;
    width: 65px;
}
.flow-list__item:nth-child(1) dt .flow-dt__left {
    background-image: url(../../images/lp2601/icon-flow1.png);
}
.flow-list__item:nth-child(2) dt .flow-dt__left {
    background-image: url(../../images/lp2601/icon-flow2.png);
}
.flow-list__item:nth-child(3) dt .flow-dt__left {
    background-image: url(../../images/lp2601/icon-flow3.png);
}
.flow-list__item:nth-child(4) dt .flow-dt__left {
    background-image: url(../../images/lp2601/icon-flow4.png);
}
.flow-list__item dt .flow-dt__right {
    padding-left: 15px;
    width: calc(100% - 65px);
}
.flow-list__item dt .flow-dt__right p {
    color: var(--main-theme-color);
    font-family: var(--ft-bebas);
    font-size: 20px;
    font-weight: 700;
}
.flow-list__item dt .flow-dt__right h3 {
    font-size: 18px;
    font-weight: 700;
}
.flow-step__scroll {
    margin: 0 0 25px;
    overflow: hidden;
    overflow-x: auto;
    /* Firefox */
    scrollbar-width: none;
    /* IE, Edge (旧版) */
    -ms-overflow-style: none;
    width: 100%;
}
.flow-step__scroll::-webkit-scrollbar {
    display: none;
}
.flow-step__cards {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 15px;
    width: max-content;
}
.flow-step__card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    width: 294px;
}
.step-card__image {
    position: relative;
}
.step-card__img {
    line-height: 0;
}
.step-card__tag {
    background: url(../../images/lp2601/triangel.png) no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    height: 74px;
    padding: 15px 0 0 15px;
    position: absolute;
    left: 0;
    top: 0;
    width: 74px;
}
.step-card__tag p {
    color: #fff;
    font-family: var(--ft-bebas);
    font-size: 33px;
    font-weight: 700;
    line-height: 1;
    text-shadow:1px 1px 0 var(--main-theme-color),-1px 1px 0 var(--main-theme-color),1px -1px 0 var(--main-theme-color),-1px -1px 0 var(--main-theme-color);
}
.step-card__tag p span {
    color: #fff;
    display: block;
    font-family: var(--ft-bebas);
    font-size: 16.5px;
    font-weight: 700;
    line-height: 1;
    text-shadow:1px 1px 0 var(--main-theme-color),-1px 1px 0 var(--main-theme-color),1px -1px 0 var(--main-theme-color),-1px -1px 0 var(--main-theme-color);
}
.step-card__text {
    padding: 10px 12px;
}
.step-card__ttl {
    font-size: 14px;
    font-weight: 700;
}
.step-card__time {
    border: 2px solid var(--main-theme-color);
    border-radius: 2px;
    color: var(--main-theme-color);
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin: 8px 0 10px;
    padding: 2px 7px;
}
.step-card__txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
}
.flow-step__notice p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
}
.flow-step__notice p strong {
    font-weight: 700;
}
@media screen and (max-width: 420px) {
    .flow {
        margin: 0 0 35vw;
        padding: 15vw 0;
    }
    .flow-list {
        gap: 15vw;
        margin: 0 0 15vw;
        padding: 0 0 15vw;
    }
    .flow-list__item:not(:last-child)::after {
        height: 7vw;
        bottom: -11vw;
        width: 7vw;
    }
    .flow-list__item {
        padding: 5vw 5vw 0;
    }
    .flow-list__item dt {
        padding: 0 0 5vw;
    }
    .flow-list__item dd {
        padding: 0 0 5vw;
    }
    .flow-list__item dd p {
        font-size: 4vw;
    }
    .flow-list__item dt .flow-dt__left {
        height: 15vw;
        width: 15vw;
    }
    .flow-list__item dt .flow-dt__right {
        padding-left: 5vw;
        width: calc(100% - 15vw);
    }
    .flow-list__item dt .flow-dt__right p {
        font-size: 4.5vw;
    }
    .flow-list__item dt .flow-dt__right h3 {
        font-size: 5vw;
    }
    .flow-step__scroll {
        margin: 0 0 8vw;
    }
    .flow-step__notice p {
        font-size: 4vw;
    }
}

/* contents header */
.contents-header {
    margin: 0 0 25px;
    text-align: center;
}
.contents-header p {
    color: var(--main-theme-color);
    font-family: var(--ft-bebas);
    font-size: 20px;
    font-weight: 700;
}
.contents-header.yellow p {
    color: var(--accent-color);
}
.contents-header h2 {
    font-size: 32px;
    font-weight: 700;
}
.contents-header.yellow h2 {
    color: #fff;
}
.contents-header.yellow.bk h2 {
    color: var(--bk);
}
@media screen and (max-width: 420px) {
    .contents-header {
        margin: 0 0 8vw;
    }
    .contents-header p {
        font-size: 5vw;
    }
    .contents-header h2 {
        font-size: 7vw;
    }
}

/* comics */
.comics {
    background: #E8F2FF;
    background-image: url(../../images/lp2601/bg-triangel.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    padding: 100px 0 75px;
}
.comics-inner {
    margin: 0 auto;
    width: calc(100% - 40px);
}
.comics-header {
    margin: 0 0 5px;
}
.skip-comics {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin: 20px 0 10px auto;
    width: max-content;
}
.comics-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.comics-list li {
    display: block;
    line-height: 0;
}
@media screen and (max-width: 420px) {
    .comics {
        padding: 25vw 0 18vw;
    }
    .skip-comics {
        font-size: 4vw;
        margin: 8vw 0 5vw auto;
    }
}
@media screen and (max-width: 768px) {}

/* faq */
.faq {
    padding: 0 0 60px;
}
.faq-inner {
    margin: 0 auto;
    width: calc(100% - 40px);
}
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.faq-list__item {
    background: var(--gray);
    border-radius: 8px;
    padding: 0 25px;
}
.faq-list__item dt,
.faq-list__item dd {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.faq-list__item dt {
    padding: 15px 35px 15px 0;
    position: relative;
}
.faq-list__item dt::after {
    background: url(../../images/lp2601/icon-check.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 9px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    transform: rotate(180deg);
    width: 15px;
}
.faq-list__item.active dt::after {
    transform: rotate(0);
}
.faq-list__item dd {
    border-top: 1px dashed #A3A3A3;
    padding: 15px 0;
}
.faq-list__item dt p {
    font-size: 16px;
    font-weight: 600;
}
.faq-list__item dd p {
    font-size: 14px;
    font-weight: 400;
}
.faq-list__item .faq-list__icon {
    margin-right: 15px;
}
.faq-list__item .faq-list__icon p {
    font-family: var(--ft-bebas);
    font-size: 24px;
    font-weight: 700;
}
.faq-list__item dt .faq-list__icon p {
    color: var(--main-theme-color);
}
.faq-list__item dd .faq-list__icon p {
    color: var(--red);
}
@media screen and (max-width: 420px) {
    .faq {
        padding: 0 0 20vw;
    }
    .faq-list {
        gap: 5vw;
    }
    .faq-list__item {
        padding: 0 6vw;
    }
    .faq-list__item dt {
        padding: 4vw 8vw 4vw 0;
    }
    .faq-list__item dd {
        padding: 4vw 0;
    }
    .faq-list__item dt p {
        font-size: 4.5vw;
    }
    .faq-list__item dd p {
        font-size: 4vw;
    }
    .faq-list__item .faq-list__icon {
        margin-right: 4vw;
    }
    .faq-list__item .faq-list__icon p {
        font-size: 8vw;
    }
}
@media screen and (max-width: 768px) {}

/* footer-info */
.footer {
    background: #F0F0F0;
    border-radius: 8px;
    margin: 0 auto 45px;
    padding: 35px 25px 5px;
    width: calc(100% - 40px);
}
.footer-info__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 25px;
}
.footer-info__item:not(:last-child) {
    border-bottom: 1px solid #D8D8D8;
    margin: 0 0 25px;
}
.footer-info__item dt {
    width: 100px;
}
.footer-info__item dd {
    width: calc(100% - 100px);
}
.footer-info__item dt,
.footer-info__item dd {
    font-size: 14px;
    font-weight: 400;
}
.footer-info__item dt {
    font-weight: 700;
}
@media screen and (max-width: 420px) {
    .footer {
        margin: 0 auto 12vw;
        padding: 10vw 6vw 2vw;
    }
    .footer-info__item {
        padding: 0 0 5vw;
    }
    .footer-info__item:not(:last-child) {
        margin: 0 0 5vw;
    }
    .footer-info__item dt {
        width: 26vw;
    }
    .footer-info__item dd {
        width: calc(100% - 26vw);
    }
    .footer-info__item dt,
    .footer-info__item dd {
        font-size: 4vw;
    }
}

/* copyright */
.foot-logo {
    line-height: 0;
    margin: 0 auto;
    width: calc(100% - 40px);
}
.copyright p {
    background: #100E0D;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 0;
    text-align: center;
}
@media screen and (max-width: 968px) {
    .copyright p {
        font-size: 3.2vw;
    }
}

/* area */
.area {
    margin: 0 0 45px;
    overflow: hidden;
    padding: 180px 0 0;
    position: relative;
}
.area::after {
    background: url(../../images/lp2601/bg-aircon.png) no-repeat;
    background-position: center top;
    background-size: 90%;
    content: "";
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 5%;
    right: 0;
    width: 100%;
}
.area-inner {
    position: relative;
    z-index: 1;
}
.area-text h2 {
    color: var(--main-theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
}
.area-text h2::before,
.area-text h2::after {
    background: var(--main-theme-color);
    content: "";
    height: 24px;
    position: relative;
    width: 2px;
}
.area-text h2::before {
    left: -10px;
    transform: rotate(-15deg);
}
.area-text h2::after {
    right: -10px;
    transform: rotate(15deg);
}
.area-text p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
    margin: 10px 0 0;
}
.area-image {
    line-height: 0;
    margin: 35px auto 0;
    width: 80%;
}
@media screen and (max-width: 420px) {
    .area {
        margin: 0 0 10vw;
        padding: 42vw 0 0;
    }
    .area-text h2 {
        font-size: 6.5vw;
    }
    .area-text h2::before,
    .area-text h2::after {
        height: 6.5vw;
    }
    .area-text p {
        font-size: 4vw;
    }
    .area-image {
        margin: 6vw auto 0;
    }
}

/* cta */
.cta {
    background: url(../../images/lp2601/bg-cta.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.cta-inner {
    margin: 0 auto;
    padding: 35px 0;
    width: calc(100% - 40px);
}
.cta-text p {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
}
.cta-text p::before,
.cta-text p::after {
    background: #fff;
    content: "";
    height: 24px;
    position: relative;
    width: 2px;
}
.cta-text p::before {
    left: -10px;
    transform: rotate(-15deg);
}
.cta-text p span {
    color: #fff;
    font-family: var(--ft-bebas);
    font-size: 36px;
    font-weight: 700;
}
.cta-text p::after {
    right: -10px;
    transform: rotate(15deg);
}
.cta-btn {
    margin: 10px 0 0;
}
.cta-btn a {
    background: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(2px 4px 0 #259F50);
    padding: 15px 25px;
}
.cta-btn a::before {
    background: url(../../images/lp2601/icon-line.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 44px;
    margin-right: 6px;
    width: 44px;
}
.cta-btn a span {
    color: #06C755;
    font-size: 21px;
    font-weight: 700;
    width: calc(100% - 50px);
    max-width: max-content;
}
@media screen and (max-width: 420px) {
    .cta-inner {
        padding: 12vw 0;
    }
    .cta-text p {
        font-size: 5.5vw;
    }
    .cta-text p::before,
    .cta-text p::after {
        height: 5.5vw;
    }
    .cta-text p span {
        font-size: 8.5vw;
    }
    .cta-btn a {
        padding: 4vw 6vw;
    }
    .cta-btn a::before {
        height: 10vw;
        width: 10vw;
    }
    .cta-btn a span {
        font-size: 6vw;
        width: calc(100% - (10vw + 6px));
    }
}
@media screen and (max-width: 768px) {}

/* voice */
.voice {
    background: url(../../images/lp2601/bg-voicemain.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 65px 0 20px;
}
.voice-inner {
    margin: 0 auto;
    width: calc(100% - 40px);
}
.voice-txt {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 35px;
    text-align: center;
}
.load-content {
    margin: 45px 0;
}
.voice-card {
    overflow: hidden;
}
.voice-card__head {
    background: url(../../images/lp2601/voice-user1.png) no-repeat, url(../../images/lp2601/bg-voice.png) no-repeat;
    background-position: left bottom, center top;
    background-size: 24%, cover;
    padding: 16px 20px;
    text-align: right;
}
.voice-head__ttl {
    border-bottom: 1px dashed var(--bk);
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px auto;
    padding: 0 0 10px;
    width: 72%;
}
.voice-head__txt {
    font-size: 14px;
    font-weight: 500;
}
.voice-card__body {
    background: #fff;
    border: 2px solid var(--accent-color);
    border-top: 0;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    padding: 25px 20px;
}
.voice-body__txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
}
.ba-ttl {
    font-size: 20px;
    font-weight: 700;
    margin: 25px 0 10px;
    text-align: center;
}
.ba-img {
    margin: 15px auto 0;
    width: 70%;
}
.separator-bullet {
    box-shadow: none !important;
    border-radius: 0 !important;
    background: rgb(255 255 255 / 20%) !important;
    border: 4px solid #fff !important;
    height: 45px !important;
    width: 22px !important;
}
.separator-bullet i {
    display: none;
}
.more-load {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    border: 0;
    border-bottom: 2px solid var(--bk);
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin: 45px auto;
    padding: 0 0 3px;
    width: 100%;
    max-width: max-content;
}
@media screen and (max-width: 420px) {
    .voice {
        padding: 20vw 0 5vw;
    }
    .voice-txt {
        font-size: 4vw;
        margin: 0 0 8vw;
    }
    .load-content {
        margin: 20vw 0;
    }
    .voice-card__head {
        background-size: 24%, cover;
        padding: 3vw 4vw;
    }
    .voice-head__ttl {
        font-size: 4.2vw;
        margin: 0 0 2.5vw auto;
        padding: 0 0 2.5vw;
    }
    .voice-head__txt {
        font-size: 3.5vw;
    }
    .voice-card__body {
        padding: 6vw 5vw;
    }
    .voice-body__txt {
        font-size: 4vw;
    }
    .ba-ttl {
        font-size: 4.5vw;
        margin: 5vw 0 3.5vw;
    }
    .ba-img {
        margin: 4vw auto 0;
    }
    .more-load {
        font-size: 4vw;
        margin: 15vw auto;
    }
}
@media screen and (max-width: 768px) {}

/* merit */
.merit {
    background: url(../../images/lp2601/bg-merit.jpg) no-repeat, url(../../images/lp2601/bg-merit2.jpg) no-repeat;
    background-position: center top, center bottom;
    background-size: 100%;
    padding: 85px 0;
}
.merit-inner {
    margin: 0 auto;
    width: calc(100% - 40px);
}
.merit-items {
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.merit-item {
    border-radius: 8px;
    overflow: hidden;
}
.merit-item__head {
    background: url(../../images/lp2601/bg-merit-item.png) no-repeat;
    background-color: var(--main-theme-color);
    background-position: left top;
    background-size: 30%;
    padding: 16px 15px 45px;
    position: relative;
    text-align: right;
}
.merit-head__ttl {
    border-bottom: 1px dashed #fff;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0 auto;
    padding: 0 0 10px;
    position: relative;
    left: 15%;
    text-align: center;
    width: 100%;
    max-width: max-content;
}
.merit-head__ttl span {
    color: #fff;
    position: relative;
}
.merit-head__ttl span::before {
    background: var(--accent-color);
    border-radius: 50%;
    content: "";
    display: block;
    height: 7px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -5px;
    width: 7px;
}
.merit-item__num {
    color: var(--main-theme-color);
    font-family: var(--ft-bebas);
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    left: 12px;
    top: 0;
}
.merit-item__num span {
    color: var(--main-theme-color);
    font-family: var(--ft-bebas);
    font-size: 48px;
    font-weight: 700;
}
.merit-body__image {
    line-height: 0;
    margin: -25px auto 15px;
    position: relative;
}
.merit-item__body {
    background: #fff;
    border: 2px solid var(--main-theme-color);
    border-top: 0;
    border-radius: 0 0 8px 8px;
    padding: 0 20px 20px;
}
.merit-body__txt {
    color: var(--main-theme-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
}
.merit-body__txt span {
    border-bottom: 1px solid var(--main-theme-color);
    color: var(--main-theme-color);
    font-weight: 700;
}
@media screen and (max-width: 420px) {
    .merit {
        padding: 20vw 0;
    }
    .merit-items {
        gap: 12vw;
    }
    .merit-item__head {
        background-size: 30%;
        padding: 4.5vw 4.2vw 12vw;
    }
    .merit-head__ttl {
        font-size: 6vw;
    }
    .merit-head__ttl span::before {
        height: 4px;
        width: 4px;
    }
    .merit-item__num {
        font-size: 5vw;
        left: 12px;
    }
    .merit-item__num span {
        font-size: 11vw;
        margin-left: 2px;
    }
    .merit-body__image {
        margin: -6vw auto 4vw;
    }
    .merit-item__body {
        padding: 0 5vw 5vw;
    }
    .merit-body__txt {
        font-size: 4vw;
    }
}

/* care */
.care {
    background: url(../../images/lp2601/bg-care.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 95px 0 45px;
    position: relative;
}
.care::before {
    background: url(../../images/lp2601/symbol.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 87px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    width: 61px;
    z-index: 1;
}
.care-inner {
    margin: 0 auto;
    width: calc(100% - 40px);
}
.care-txt {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
    margin: 0 auto 35px;
    text-align: center;
}
.care-image {
    line-height: 0;
    margin: 0 auto 45px;
}
.care-notice {
    background: var(--accent-color);
    border: 2px solid var(--bk);
    border-radius: 8px;
    margin: 0 0 35px;
    padding: 25px;
    position: relative;
    text-align: center;
}
.care-notice::before {
    background: url(../../images/lp2601/attention.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 72px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -55px;
    width: 72px;
}
.care-notice p {
    font-size: 28px;
    font-weight: 700;
}
.care-notice p span {
    color: var(--red);
}
.care-content {
    line-height: 0;
}
@media screen and (max-width: 420px) {
    .care {
        padding: 25vw 0 12vw;
    }
    .care::before {
        height: 20vw;
        top: -9.5vw;
        width: 15vw;
    }
    .care-txt {
        font-size: 4vw;
        margin: 0 auto 5vw;
    }
    .care-image {
        margin: 0 auto 15vw;
    }
    .care-notice {
        margin: 0 0 12vw;
        padding: 5vw;
    }
    .care-notice::before {
        height: 15vw;
        top: -11vw;
        width: 15vw;
    }
    .care-notice p {
        font-size: 6.5vw;
    }
}

/* about */
.about {
    overflow: hidden;
    padding: 140px 0 0;
    position: relative;
}
.about::after {
    background: url(../../images/lp2601/bg-aircon.png) no-repeat;
    background-position: center top;
    background-size: 90%;
    content: "";
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 5%;
    right: 0;
    width: 100%;
}
.about-inner {
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.about-txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
    margin: 0 auto 35px;
    text-align: center;
    width: calc(100% - 40px);
}
.about-txt span {
    border-bottom: 1px solid var(--bk);
    font-weight: 700;
}
.about-bottom {
    background: #E8F2FF;
    margin: 200px 0 0;
    padding: 60px 0 45px;
    position: relative;
}
.about-bottom::before {
    background: url(../../images/lp2601/union.png) no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    display: block;
    height: 31px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -31px;
    width: 100%;
    z-index: 1;
}
.about-bottom::after {
    background: url(../../images/lp2601/user.png) no-repeat;
    background-position: center;
    background-size: 90%;
    content: "";
    display: block;
    height: 117px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -130px;
    width: 100%;
}
.about-bottom__ttl {
    background: url(../../images/lp2601/line2.png) no-repeat;
    background-position: center bottom;
    background-size: contain;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin: auto;
    padding: 0 0 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: -120px;
    text-align: center;
    width: 100%;
    max-width: max-content;
}
.about-items {
    display: flex;
    flex-direction: column;
    gap: 70px;
    margin: 0 auto;
    width: calc(100% - 40px);
}
.about-item__head {
    background: url(../../images/lp2601/bg-about-item.png) no-repeat;
    background-color: #fff;
    background-position: left top;
    background-size: 35%;
    border-radius: 8px;
    position: relative;
}
.about-item__eyecatch {
    color: var(--main-theme-color);
    font-family: var(--ft-bebas);
    font-size: 28px;
    font-weight: 700;
    position: relative;
    bottom: 5px;
    left: 2px;
}
.about-item__head::before {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 100px;
    position: absolute;
    right: 25px;
    top: -35px;
    width: 100px;
    z-index: 1;
}
.about-item:nth-child(1) .about-item__head::before {
    background-image: url(../../images/lp2601/about-cont1.png);
}
.about-item:nth-child(2) .about-item__head::before {
    background-image: url(../../images/lp2601/about-cont2.png);
}
.about-item__body {
    background: #fff;
    border-radius: 0 0 8px 8px;
    padding: 20px;
    position: relative;
}
.about-item__body::before {
    background-position: right 10px bottom;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 45%;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}
.about-item:nth-child(1) .about-item__body::before {
    background-image: url(../../images/lp2601/number1.png);
}
.about-item:nth-child(2) .about-item__body::before {
    background-image: url(../../images/lp2601/number2.png);
}
.about-body__ttl {
    border-bottom: 1px dashed var(--bk);
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 12px;
    padding: 0 0 12px;
    position: relative;
    z-index: 1;
}
.about-body__txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
    position: relative;
    z-index: 1;
}
.about-body__txt span {
    color: var(--red);
    font-weight: 700;
}
@media screen and (max-width: 420px) {
    .about {
        padding: 140px 0 0;
    }
    .about-txt {
        font-size: 4vw;
        margin: 0 auto 6vw;
    }
    .about-bottom {
        padding: 18vw 0 12vw;
    }
    .about-bottom__ttl {
        font-size: 5vw;
    }
    .about-items {
        gap: 15vw;
    }
    .about-item__eyecatch {
        font-size: 6vw;
    }
    .about-item__head::before {
        height: 20vw;
        right: 5vw;
        top: -7vw;
        width: 20vw;
    }
    .about-item__body {
        padding: 5vw;
    }
    .about-body__ttl {
        font-size: 5vw;
        margin: 0 0 3vw;
        padding: 0 0 3vw;
    }
    .about-body__txt {
        font-size: 4vw;
    }
}

/* reason */
.reason {
    background: var(--main-theme-color);
    padding: 100px 0 35px;
    position: relative;
}
.reason::before {
    background: url(../../images/lp2601/symbol2.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 87px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    width: 61px;
    z-index: 1;
}
.reason-inner {
    margin: 0 auto;
    width: calc(100% - 40px);
}
.reason-items {
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.reason-item {
    background: #fff;
    border-radius: 8px;
}
.reason-item__head {
    background: #D9E6FF;
    border-radius: 8px 8px 0 0;
    padding: 8px 15px 8px 110px;
    position: relative;
}
.reason-item__head::before {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 104px;
    position: absolute;
    left: 25px;
    top: -5px;
    width: 68px;
}
.reason-item:nth-child(1) .reason-item__head::before {
    background-image: url(../../images/lp2601/reason1.png);
}
.reason-item:nth-child(2) .reason-item__head::before {
    background-image: url(../../images/lp2601/reason2.png);
}
.reason-item:nth-child(3) .reason-item__head::before {
    background-image: url(../../images/lp2601/reason3.png);
}
.reason-item__head h3 {
    font-size: 20px;
    font-weight: 700;
}
.reason-item__head span {
    font-size: 24px;
    font-weight: 700;
}
.reason-item__body {
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    padding: 25px;
}
.reason-item__body.no-padb {
    padding: 25px 25px 0;
}
.reason-item__ttl {
    border-bottom: 2px solid #000;
    margin: 0 0 30px;
    padding: 0 0 10px;
    position: relative;
    text-align: center;
}
.reason-item__ttl::after {
    border-style: solid;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 14px solid #000000;
    border-bottom: 0;
    content: "";
    display: block;
    height: 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    width: 0;
}
.reason-item__ttl p {
    font-size: 20px;
    font-weight: 700;
}
.reason-item__ttl p span {
    color: var(--red);
}
.reason-item__txt {
    font-size: 14px;
    font-weight: 400;
}
.reason-item__txt span {
    font-weight: 700;
}
.reason-maker {
    margin: 25px 0 0;
}
.reason-maker p {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 15px;
}
.reason-maker p::before,
.reason-maker p::after {
    border-bottom: 1px dashed var(--bk);
    content: "";
    display: block;
    flex: 1;
    height: 1px;
    width: 100%;
}
.reason-maker p span {
    font-size: 14px;
    font-weight: 600;
    padding: 0 15px;
}
.reason-mind__ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 15px;
}
.reason-mind__ttl::before,
.reason-mind__ttl::after {
    border-bottom: 1px dashed var(--bk);
    content: "";
    display: block;
    flex: 1;
    height: 1px;
    position: relative;
    top: 7px;
    width: 100%;
}
.reason-mind__ttl p {
    font-size: 24px;
    font-weight: 600;
    padding: 0 15px;
}
.reason-mind__ttl p span {
    color: var(--red);
    font-size: 36px;
    font-weight: 600;
}
.reason-mind__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.reason-mind__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.reason-mind__tag {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 45px;
    margin-right: 10px;
    position: relative;
    top: 5px;
    width: 50px;
}
.reason-mind__item:nth-child(1) .reason-mind__tag {
    background-image: url(../../images/lp2601/correspondence1.png);
}
.reason-mind__item:nth-child(2) .reason-mind__tag {
    background-image: url(../../images/lp2601/correspondence2.png);
}
.reason-mind__item:nth-child(3) .reason-mind__tag {
    background-image: url(../../images/lp2601/correspondence3.png);
}
.reason-mind__txt p {
    color: var(--main-theme-color);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}
.reason-mind__txt p span {
    color: var(--bk);
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}
.reason-item__pricelist {
    margin: 25px 0 60px;
}
.reason-item__price:first-child {
    border-bottom: 2px dotted #A9BBFC;
    margin: 0 0 25px;
    padding: 0 0 25px;
}
.reason-price__head {
    background: #D9E6FF;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px;
    padding: 10px 0;
    position: relative;
    text-align: center;
}
.reason-price__head::before {
    border-style: solid;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 14px solid #D9E6FF;
    border-bottom: 0;
    content: "";
    display: block;
    height: 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    width: 0;
}
.reason-price__head p {
    font-size: 16px;
    font-weight: 700;
}
.reason-price__value {
    display: flex;
    justify-content: center;
    align-items: center;
}
.reason-price__tag {
    background: var(--main-theme-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 51px;
    margin-right: 10px;
    width: 51px;
}
.reason-price__tag p {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}
.reason-price__value .price {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.reason-price__value .price .p {
    color: var(--main-theme-color);
    font-family: var(--ft-bebas);
    font-size: 64px;
    font-weight: 700;
    margin-right: 5px;
}
.reason-price__value .price .s {
    line-height: 1.3em;
    text-align: center;
}
.reason-price__value .price .s span {
    color: var(--main-theme-color);
    display: block;
    font-weight: 700;
}
.reason-price__value .price .tax {
    font-size: 10px;
}
.reason-price__value .price .yen {
    font-size: 30px;
}
.now-cp {
    background: #FDFBEE;
    margin-left: -25px;
    padding: 50px 25px 25px;
    position: relative;
    width: calc(100% + 50px);
}
.now-cp::before {
    background: url(../../images/lp2601/now.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 101px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    width: 101px;
}
.now-cp__head {
    margin: 25px 0 50px;
    text-align: center;
}
.now-cp__head p span {
    font-size: 24px;
    font-weight: 600;
    position: relative;
}
.now-cp__head p span::before {
    background: var(--bk);
    border-radius: 50%;
    content: "";
    display: block;
    height: 5px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -5px;
    width: 5px;
}
.now-cp__head p.b {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
}
.now-cp__head p.b::before,
.now-cp__head p.b::after {
    background: var(--bk);
    content: "";
    height: 21px;
    position: relative;
    width: 2px;
}
.now-cp__head p.b::before {
    left: -10px;
    transform: rotate(-15deg);
}
.now-cp__head p.b::after {
    right: -10px;
    transform: rotate(15deg);
}
.reason-sale__pricelist {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.servicedetail-list.reasons:first-child {
    border-bottom: 2px dotted #A9BBFC;
    margin: 0 0 20px;
    padding: 0 0 20px;
}
.servicedetail-list.reasons dt {
    border-radius: 4px;
    justify-content: center;
    height: auto;
    padding: 10px;
    text-align: center;
}
.servicedetail-list.reasons dt::before {
    border-style: solid;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 14px solid var(--main-theme-color);
    border-bottom: 0;
    content: "";
    display: block;
    height: 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    width: 0;
}
.servicedetail-list.reasons dt p.ttl {
    font-size: 16px;
}
.servicedetail-list.reasons .servicedetail-eyecatch {
    right: -10px;
    top: -90px;
}
@media screen and (max-width: 420px) {
    .reason {
        padding: 25vw 0 8vw;
    }
    .reason::before {
        height: 20vw;
        top: -9.5vw;
        width: 15vw;
    }
    .reason-items {
        gap: 8vw;
    }
    .reason-item__head {
        padding: 2vw 4vw 2vw 25.5vw;
    }
    .reason-item__head::before {
        height: 27vw;
        left: 5vw;
        width: 17vw;
    }
    .reason-item__head h3 {
        font-size: 5vw;
    }
    .reason-item__head span {
        font-size: 6vw;
    }
    .reason-item__body {
        padding: 6vw;
    }
    .reason-item__body.no-padb {
        padding: 6vw 6vw 0;
    }
    .reason-item__ttl {
        margin: 0 0 8vw;
        padding: 0 0 2.5vw;
    }
    .reason-item__ttl p {
        font-size: 5vw;
    }
    .reason-item__txt {
        font-size: 4vw;
    }
    .reason-maker {
        margin: 5.5vw 0 0;
    }
    .reason-maker p {
        margin: 0 0 4vw;
    }
    .reason-maker p span {
        font-size: 4vw;
        padding: 0 4vw;
    }
    .reason-mind__ttl {
        margin: 0 0 4vw;
    }
    .reason-mind__ttl p {
        font-size: 5.5vw;
        padding: 0 4vw;
    }
    .reason-mind__ttl p span {
        font-size: 8.5vw;
    }
    .reason-mind__list {
        gap: 2.5vw;
    }
    .reason-mind__tag {
        height: 11vw;
        width: 13vw;
    }
    .reason-mind__txt p {
        font-size: 5.2vw;
    }
    .reason-mind__txt p span {
        font-size: 4vw;
    }
    .reason-item__pricelist {
        margin: 5.5vw 0 15vw;
    }
    .reason-item__price:first-child {
        margin: 0 0 5.5vw;
        padding: 0 0 5.5vw;
    }
    .reason-price__head {
        margin: 0 0 5vw;
        padding: 2.5vw 0;
    }
    .reason-price__head p {
        font-size: 4vw;
    }
    .reason-price__tag {
        height: 13vw;
        width: 13vw;
    }
    .reason-price__tag p {
        font-size: 4vw;
    }
    .reason-price__value .price .p {
        font-size: 16vw;
    }
    .reason-price__value .price .tax {
        font-size: 2vw;
    }
    .reason-price__value .price .yen {
        font-size: 7vw;
    }
    .now-cp {
        padding: 15vw 5vw 5vw;
    }
    .now-cp::before {
        height: 23vw;
        top: -11.5vw;
        width: 23vw;
    }
    .now-cp__head {
        margin: 5.5vw 0 15vw;
    }
    .now-cp__head p span,
    .now-cp__head p.b {
        font-size: 5.5vw;
    }
    .now-cp__head p.b::before,
    .now-cp__head p.b::after {
        height: 5.5vw;
    }
    .reason-sale__pricelist {
        gap: 15vw;
    }
    .servicedetail-list.reasons:first-child {
        margin: 0 0 5vw;
        padding: 0 0 5vw;
    }
    .servicedetail-list.reasons dt p.ttl {
        font-size: 4vw;
    }
}

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

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


/* ===== Kireis Price Table (scoped) ===== */
.kz-price{
  padding: 28px 16px;
  background: transparent;
}

.kz-price__inner{
  max-width: 980px;
  margin: 0 auto;
}

.kz-price__head{
  text-align: center;
  margin-bottom: 14px;
}

.kz-price__kicker{
  font-size: 12px;
  letter-spacing: .16em;
  font-weight: 700;
  opacity: .7;
  margin: 0 0 6px;
}

.kz-price__title{
  font-size: clamp(20px, 3.2vw, 28px);
  line-height: 1.25;
  margin: 0 0 6px;
}

.kz-price__sub{
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  opacity: .75;
}

.kz-price__card{
  margin-top: 14px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(0,0,0,.08);
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.06);
}

.kz-price__tableWrap{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.kz-price__table{
  width: 100%;
  border-collapse: collapse;
  /*min-width: 520px;*/ /* スマホで横スクロールになりやすいので最低幅を確保 */
  font-size: 16px;
}

.kz-price__table thead th{
  padding: 14px 16px;
  text-align: left;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(180deg, #2f6b57 0%, #215545 100%);
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.kz-price__table thead th.kz-price__thPrice{
  text-align: right;
}

.kz-price__table tbody th,
.kz-price__table tbody td{
  padding: 14px 16px;
  border-bottom: 1px solid rgba(0,0,0,.08);
  background: #fff;
}

.kz-price__table tbody tr:nth-child(even) th,
.kz-price__table tbody tr:nth-child(even) td{
  background: rgba(47, 107, 87, .03);
}

.kz-price__table tbody th{
  font-weight: 700;
}

.kz-price__table tbody td{
  text-align: right;
  font-weight: 800;
  white-space: nowrap;
}

.kz-price__table tbody tr:last-child th,
.kz-price__table tbody tr:last-child td{
  border-bottom: none;
}

.kz-price__notes{
  margin: 0;
  padding: 12px 16px 16px;
  list-style: none;
  background: rgba(0,0,0,.02);
  border-top: 1px solid rgba(0,0,0,.06);
}

.kz-price__notes li{
  font-size: 12px;
  line-height: 1.6;
  opacity: .8;
  position: relative;
  padding-left: 1.1em;
}

.kz-price__notes li + li{
  margin-top: 6px;
}

.kz-price__notes li::before{
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  opacity: .9;
}

/* スマホ最適化：文字サイズ少し下げる */
@media (max-width: 520px){
  .kz-price{ padding: 22px 14px; }
  .kz-price__table{ font-size: 15px; }
  .kz-price__table thead th,
  .kz-price__table tbody th,
  .kz-price__table tbody td{ padding: 12px 14px; }
}

/* テーブル幅をスマホ基準に */
.kz-price__table{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;   /* カラム幅を制御しやすくする */
  font-size: 15px;
}

/* ヘッダー */
.kz-price__table thead th{
  padding: 12px 14px;
  text-align: left;      /* ← メニュー左寄せ */
  font-weight: 800;
  color: #fff;
  background: #4B6ADA;
}

.kz-price__table thead th.kz-price__thPrice{
  text-align: center;
  width: 90px;           /* ← 定価カラムを固定幅に */
}

/* 本文 */
.kz-price__table tbody th,
.kz-price__table tbody td{
  padding: 12px 14px;
  border-bottom: 1px solid rgba(0,0,0,.08);
  background: #fff;
}

/* メニュー列 */
.kz-price__table tbody th{
  text-align: left;      /* ← 強制左寄せ */
  font-weight: 700;
  word-break: break-word;
}

/* 価格列 */
.kz-price__table tbody td{
  text-align: right;
  font-weight: 800;
  white-space: nowrap;
  width: 90px;           /* ← 定価との距離を縮める */
}