/* pagefaq */
.pagefaq {
    background: var(--main-theme-color);
    padding: 40px 0 100px;
}

.pagefaq-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1120px;
}

.pagefaq-head {
    margin: 0 0 50px;
}

.pagefaq-head h2::after {
    display: none;
}

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

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

/* pagecontact */
.pagecontact {
    background: #F5F7FB;
    padding: 35px 0 120px;
}

.pagecontact-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1120px;
}

.pagecontact-text {
    background: #fff;
    border: 4px solid var(--sub-theme-color);
    border-radius: 10px;
    padding: 35px;
    width: 100%;
}

.pagecontact-text p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8em;
}

.contactform {
    margin: 30px 0 0;
}

.contactform-wrap {
    background: #fff;
    border: 4px solid var(--sub-theme-color);
    border-radius: 20px;
    overflow: hidden;
}

.contactform-ttl {
    border-bottom: 1px solid var(--sub-theme-color);
    padding: 45px 0;
    text-align: center;
}

.contactform-ttl h2 {
    font-size: 40px;
    font-weight: 700;
}

.contactform-ttl h2::after {
    background: #222;
    content: "";
    display: block;
    height: 6px;
    margin: 15px auto 0;
    width: 50px;
}

.contactform-list__item {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}

.contactform-list__item:not(:last-child) {
    border-bottom: 1px solid var(--sub-theme-color);
}

.contactform-list__item dt,
.contactform-list__item dd {
    padding: 30px 25px;
}

.contactform-list__item dt {
    background: #F5F5F5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 340px;
}

.contactform-list__item dt::after {
    background: #fff;
    border: 1px solid #F25424;
    border-radius: 3px;
    content: "任意";
    color: #F25424;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 300;
    height: 33px;
    text-align: center;
    width: 61px;
}

.contactform-list__item.required dt::after {
    background: #F25424;
    content: "必須";
    color: #fff;
}

.contactform-list__item dd {
    width: calc(100% - 340px);
}

.contactform-label {
    font-size: 19px;
    font-weight: 700;
}

.contactform-list__item dd input[type="text"],
.contactform-list__item dd input[type="email"],
.contactform-list__item dd input[type="tel"],
.contactform-list__item dd select,
.contactform-list__item dd textarea {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #F5F5F5;
    border: 0;
    display: block;
    font-size: 16px;
    font-weight: 300;
    outline: none;
    padding: 15px;
    width: 100%;
}

.contactform-list__item dd select {
    background-image: url(../images/icon-solid-arrow-d.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: right 15px center;
}

.contactform-rows {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

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

.contactform-flex__list dt {
    background: none;
    margin-right: 15px;
    padding: 0;
    width: max-content;
}

.contactform-flex__list dt::after {
    display: none;
}

.contactform-flex__list dd {
    flex-grow: 1;
    padding: 0;
}

.contactform-flex__blocks,
.contactform-flex__block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.contactform-flex__blocks {
    gap: 10px;
}

.contactform-flex__block {
    gap: 100px;
}

.contactform-flex__block .contactform-flex__value select {
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    height: 55px;
    padding: 0 15px;
    width: 100%;
    min-width: 100px;
}

/*
.contactform-flex__block:nth-child(1),
.contactform-flex__block:nth-child(2) {
    width: 23%;
}
*/
/*
.contactform-flex__block:nth-child(3) {
    width: calc(100% - 220px);
}
*/
.contactform-flex__block .contactform-flex__value {
    width: calc(100% - 16px);
}

.contactform-flex__block:nth-child(3) .contactform-flex__value select {
    width: 100%;
}

.contactform-flex__block p {
    width: 16px;
}

.contactform-addressline {
    padding-left: 35px;
}

.addressline-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 0 20px;
    position: relative;
}

.addressline-top::before {
    content: "〒";
    display: flex;
    align-items: center;
    font-size: 20px;
    margin: auto;
    position: absolute;
    left: -30px;
    top: 0;
    bottom: 0;
}

.addressline-top__value {
    width: 45%;
}

.contactform-notice {
    color: #999999;
    font-size: 17px;
    font-weight: 300;
    margin: 15px 0 0;
}

.contactform-filelines {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contactform-filelines .contactform-notice {
    font-size: 14px;
}

.contactform-fileitems {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 15px;
}

.contactform-fileitem {
    width: calc((100% - (15px * 1)) / 2);
}

.contactform-fileitem label {
    display: block;
    font-size: 17px;
    font-weight: 300;
    margin: 0 0 5px;
}

.contactform-fileitem__value {
    background: #F5F5F5;
    padding: 10px 15px;
}

span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.wpcf7-list-item input {
    display: none;
}

.wpcf7-list-item-label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    font-weight: 300;
    position: relative;
}

.wpcf7-list-item-label::before {
    border: 1px solid #ccc;
    border-radius: 50%;
    height: 17px;
    margin-right: 10px;
    width: 17px;
}

.wpcf7-list-item input:checked+.wpcf7-list-item-label::before {
    border: 1px solid var(--sub-theme-color);
}

.wpcf7-list-item input:checked+.wpcf7-list-item-label::after {
    background: var(--sub-theme-color);
    border-radius: 50%;
    content: "";
    height: 11px;
    margin: auto;
    position: absolute;
    left: 4px;
    top: 0;
    bottom: 0;
    width: 11px;
}

.contactform-policy {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 35px 0;
    text-align: center;
}

.contactform-policy p {
    font-size: 17px;
    font-weight: 300;
}

.contactform-policy p a {
    border-bottom: 1px solid #222;
    font-size: 17px;
    font-weight: 500;
}

.contactform-submit {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactform-submit p {
    width: 92%;
    max-width: 480px;
}

.contactform-submit input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #F25424;
    border: 0;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0 6px 1px rgb(255 133 115 / 100%));
    font-size: 22px;
    font-weight: 700;
    height: 74px;
    margin: 0 auto;
    outline: none;
    width: 100%;
    max-width: 400px;
}

.wpcf7-spinner {
    display: none !important;
}

@media screen and (max-width: 968px) {
    .contactform {
        margin: 25px 0 0;
    }

    .pagecontact-text {
        padding: 25px;
    }

    .pagecontact-text p {
        font-size: 15px;
    }

    .contactform-ttl {
        padding: 35px 0;
    }

    .contactform-ttl h2 {
        font-size: 26px;
    }

    .contactform-list__item dt,
    .contactform-list__item dd {
        padding: 15px 20px;
    }

    .contactform-list__item dt {
        padding: 10px 20px;
        width: 100%;
    }

    .contactform-flex__list dt {
        padding: 5px 0;
        max-width: max-content;
    }

    .contactform-list__item dd {
        width: 100%;
    }

    .contactform-flex__list dd {
        padding: 0;
    }

    .contactform-label {
        font-size: 16px;
    }

    .contactform-list__item dd input[type="text"],
    .contactform-list__item dd input[type="email"],
    .contactform-list__item dd input[type="tel"],
    .contactform-list__item dd select,
    .contactform-list__item dd textarea {
        padding: 15px;
    }

    .contactform-list__item dd select {
        background-size: 10px;
    }

    .contactform-rows {
        gap: 12px;
    }

    /*
    .contactform-flex__blocks {
        gap: 8px;
    }*/

    .contactform-flex__block {
        gap: 65px;
    }

    .contactform-flex__block .contactform-flex__value {
        width: 0;
    }

    .contactform-flex__block .contactform-flex__value select {
        font-size: 16px;
        height: 55px;
        min-width: 60px;
        padding: 0 8px;
    }

    .contactform-flex__block:nth-child(1),
    .contactform-flex__block:nth-child(2) {
        width: 76px;
    }

    /*
    .contactform-flex__block:nth-child(2) {
        margin-left: 15px;
    }*/


    .contactform-flex__block:nth-child(3) {
        /*width: 100%;*/
        gap: 88px;
    }

    .contactform-flex__block:nth-child(3) .contactform-flex__value select {
        width: 100%;
        min-width: 80px;
    }

    .contactform-addressline {
        min-width: 80px;
    }

    .addressline-top {
        gap: 20px;
        margin: 0 0 20px;
    }

    .addressline-top::before {
        font-size: 20px;
        left: -30px;
    }

    .addressline-top__value {
        width: 45%;
    }

    .contactform-notice {
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {
    .pagecontact-text {
        padding: 20px;
    }

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

    .contactform-ttl h2 {
        font-size: 21px;
    }

    .contactform-list__item dt::after {
        font-size: 14px;
        height: 26px;
        width: 50px;
    }

    .contactform-flex__list {
        flex-wrap: wrap;
    }

    .contactform-flex__blocks {
        flex-wrap: wrap;
    }

    .contactform-fileitem {
        width: 100%;
    }

    .contactform-policy p {
        font-size: 15px;
    }

    .contactform-policy p a {
        font-size: 15px;
    }

    .contactform-submit input {
        font-size: 18px;
        height: 50px;
        width: 92%;
        max-width: 300px;
    }
}

/* change */
body.change .reason-ttl::before,
body.chosen .reason-ttl::before,
body.cleanout .reason-triangle::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #12A646;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.service-features {
    background-color: var(--main-theme-color);
    padding: 100px 20px;
}

.sf-inner {
    border-radius: 6px;
    border: 4px solid #12A646;
    background-color: #fff;
    max-width: 1140px;
    margin: 0 auto;

}

.feature {
    display: flex;
    gap: 36px;
    padding: 40px;
    border-bottom: 2px dashed #ccc;
}

.feature:last-child {
    border-bottom: none;
}

.feature__image {
    flex: 0 0 45%;
}

.feature__image img {
    width: 100%;
    height: auto;
    display: block;
}

.feature__content {
    flex: 1;
}

.feature__head {
    background-color: #fff;
    margin-left: -76px;
    padding: 0 40px 20px;
    border-radius: 0 0 6px 6px;
    position: relative;
}

.feature__head:after {
    content: '';
    background: url(../images/feature_dc01.svg) no-repeat center center / contain;
    width: 100px;
    height: 72px;
    position: absolute;
    top: 13%;
    right: 0%;
}

.service-features .feature:nth-child(2) .feature__head:after {
    background-image: url(../images/feature_dc02.svg);
    width: 66px;
    height: 89px;
}

.service-features .feature:nth-child(3) .feature__head:after {
    background-image: url(../images/feature_dc03.svg);
}

.feature__title {
    font-size: 32px;
    color: #12A646;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 10px;
}

.feature__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #1a9b4b;
}

.feature__lead {
    color: #F25424;
    font-weight: 600;
    font-size: 22px;
}

.feature__text {
    line-height: 1.8;
    color: #333;
    font-size: 17px;
}

.change .example .price-head.block-head {
    margin-bottom: 0;
    padding-bottom: 100px;
}

.change .example .price-head.block-head.coverbg::before {
    height: 45%;
}

.change .example .bhead-card__text {
    border: 4px solid #12A646;
    border-radius: 20px;
    padding: 40px;
}

.change .example .bhead-card__text h3 {
    position: relative;
    border-bottom: 2px solid #DDE5E7;
    padding-left: 31px;
    padding-bottom: 14px;
    margin-bottom: 20px;
}

.change .example .bhead-card__text h3::before {
    content: '';
    width: 4px;
    height: 32px;
    background-color: #12A646;
    position: absolute;
    left: 0;
    top: 5px;
}

.change .example .bhead-card__text p {
    margin-top: 20px;
}


/* ÃƒÂ£Ã†â€™Ã‚Â¬ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¹ÃƒÂ£Ã†â€™Ã‚ÂÃƒÂ£Ã†â€™Ã‚Â³ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â·ÃƒÂ£Ã†â€™Ã¢â‚¬â€œ */
@media screen and (max-width: 768px) {
    .feature {
        flex-direction: column;
        padding: 20px;
    }

    .feature__image {
        flex: none;
    }

    .feature__head {
        margin: 0;
        padding: 0 0 20px;
    }

    .feature__head:after {
        width: 50px;
        height: 36px;
        top: 0;
    }

    .service-features .feature:nth-child(2) .feature__head:after {
        width: 33px;
        height: 45px;
    }

    .feature__title {
        font-size: 18px;
    }

    .feature__lead {
        font-size: 16px;
    }

    .feature__text {
        font-size: 14px;
    }

    .change .bhead-card__text {
        padding: 20px;
    }
}

/* cleanout-service */
.cleanout-service {
    background-color: var(--main-theme-color);
    padding: 110px 20px 100px;
}

.cleanout-service__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.cleanout-service__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}

.cleanout-service__card {
    background-color: #fff;
    border: 4px solid #12A646;
    border-radius: 6px;
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.cleanout-service__cardTitle {
    color: #12A646;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 20px;
    text-align: left;
}

.cleanout-service__cardTitle span {
    color: #12A646;
    font-size: 24px;
}

.cleanout-service__cardImage {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.cleanout-service__cardImage img {
    width: 100%;
    height: auto;
    display: block;
}

.cleanout-service__cardSubtitle {
    color: #F25424;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 10px;
}

.cleanout-service__cardText {
    color: #333;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8;
    margin: 0;
}

@media screen and (max-width: 968px) {
    .cleanout-service {
        padding: 40px 15px;
    }

    .cleanout-service__grid {
        gap: 30px;
    }

    .cleanout-service__card {
        padding: 25px;
    }

    .cleanout-service__cardTitle {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .cleanout-service__cardSubtitle {
        font-size: 18px;
    }

    .cleanout-service__cardText {
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {
    .cleanout-service {
        padding: 30px 10px;
    }

    .cleanout-service__grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .cleanout-service__card {
        padding: 20px;
    }

    .cleanout-service__cardTitle {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .cleanout-service__cardImage {
        margin-bottom: 15px;
    }

    .cleanout-service__cardSubtitle {
        font-size: 17px;
        margin-bottom: 12px;
    }

    .cleanout-service__cardText {
        font-size: 14px;
    }
}

/* co-support */
.co-support {
    background-color: var(--main-theme-color);
    padding: 60px 20px 120px;
}

.co-support__inner {
    max-width: 1120px;
    margin: 0 auto;
    background: #fff;
    border-radius: 6px;
    padding: 60px 40px 100px;
}

/* Info Cards */
.co-support__info {
    margin-bottom: 60px;
}

.co-support__infoCard {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.co-support__infoCard--reverse {
    flex-direction: row-reverse;
}

.co-support__infoImage {
    flex: 0 0 500px;
    border-radius: 6px;
    overflow: hidden;
}

.co-support__infoImage img {
    width: 100%;
    height: auto;
    display: block;
}

.co-support__infoContent {
    flex: 1;
}

.co-support__infoTitle {
    color: #333;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 15px;
}

.co-support__infoTitle span {
    color: #12A646;
}

.co-support__infoText {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
}

/* Header */
.co-support__header {
    background-color: #12A646;
    padding: 20px;
    text-align: center;
    margin-bottom: 40px;
    border-radius: 6px;
}

.co-support__headerTitle {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
}

.co-support__headerTitle.title-large {
    font-size: 37px;
}

/* Service Grid */
.co-support__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 13px;
    margin-bottom: 60px;
}

.co-support__gridItem {
    display: flex;
    flex-direction: column;
}

.co-support__gridImage {
    width: 100%;
    overflow: hidden;
}

.co-support__gridImage img {
    width: 100%;
    height: 116px;
    object-fit: cover;
    display: block;
    border-radius: 6px 6px 0 0;
}

.co-support__gridLabel {
    background-color: #12A646;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 12px 10px;
    margin: 0;
    line-height: 1.4;
    border-radius: 0 0 6px 6px;
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Footer */
.co-support__footer {
    background-color: #F5F5F5;
    padding: 40px;
    border-radius: 6px;
}

.co-support__footerTitle {
    color: #12A646;
    font-size: 34px;
    font-weight: 700;
    margin: 0 0 30px;
    line-height: 1.4;
    text-align: center;
}

.co-support__footerInner {
    display: flex;
    align-items: center;
    gap: 30px;
}

.co-support__footerImage {
    flex: 0 0 420px;
}

.co-support__footerImage img {
    width: 100%;
    height: auto;
    display: block;
}

.co-support__footerContent {
    flex: 1;
}

.co-support__footerList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.co-support__footerItem {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 25px;
}

.co-support__footerItem:last-child {
    margin-bottom: 0;
}

.co-support__footerCheck {
    color: #12A646;
    font-size: 24px;
    font-weight: 700;
    flex-shrink: 0;
    line-height: 1.6;
}

.co-support__footerText {
    color: #333;
    font-size: 20px;
    line-height: 1.7;
    margin: 0;
    color: #F25424;
    font-weight: 700;
}

@media screen and (max-width: 968px) {
    .co-support {
        padding: 40px 15px;
    }

    .co-support__info {
        margin-bottom: 40px;
    }

    .co-support__infoCard {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
    }

    .co-support__infoCard--reverse {
        flex-direction: column;
    }

    .co-support__infoImage {
        flex: none;
        width: 100%;
        max-width: 300px;
    }

    .co-support__infoTitle {
        font-size: 20px;
        text-align: center;
    }

    .co-support__infoText {
        font-size: 15px;
        text-align: center;
    }

    .co-support__headerTitle {
        font-size: 22px;
    }

    .co-support__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        margin-bottom: 40px;
    }

    .co-support__gridLabel {
        font-size: 14px;
        padding: 10px 8px;
    }

    .co-support__footer {
        padding: 30px 25px;
    }

    .co-support__footerInner {
        flex-direction: column;
        gap: 25px;
    }

    .co-support__footerImage {
        flex: none;
        width: 100%;
        max-width: 300px;
    }

    .co-support__footerTitle {
        font-size: 22px;
        text-align: center;
    }

    .co-support__footerText {
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {
    .co-support {
        padding: 30px 10px;
    }

    .co-support__inner {
        padding: 40px 20px;
    }

    .co-support__info {
        margin-bottom: 30px;
    }

    .co-support__infoCard {
        margin-bottom: 25px;
    }

    .co-support__infoTitle {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .co-support__infoText {
        font-size: 14px;
    }

    .co-support__header {
        padding: 15px;
        margin-bottom: 30px;
    }

    .co-support__headerTitle,
    .co-support__headerTitle.title-large {
        font-size: 18px;
    }

    .co-support__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-bottom: 30px;
    }

    .co-support__gridImage img {
        height: 100px;
    }

    .co-support__gridLabel {
        font-size: 13px;
        padding: 8px 6px;
        min-height: 55px;
    }

    .co-support__footer {
        padding: 25px 20px;
    }

    .co-support__footerTitle {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .co-support__footerText {
        font-size: 14px;
    }

    .co-support__footerCheck {
        font-size: 18px;
    }
}

/* co-plan */
.reason-ttl__eyecatch.reason-ttl__eyecatch-green {
    border-color: #12A646;
}

.co-plan {
    padding: 60px 20px;
    background: #fff;
}

.co-plan__inner {
    max-width: 1120px;
    margin: 0 auto;
}

.co-plan__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 40px;
    justify-content: center;
}

.co-plan__card {
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    max-width: 330px;
}

.co-plan__cardImage {
    width: 100%;
    overflow: hidden;
}

.co-plan__cardImage img {
    width: 100%;
    height: auto;
    display: block;
}

.co-plan__cardHeader {
    background-color: #12A646;
    padding: 10px 20px;
    text-align: center;
}

.co-plan__cardTitle {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}

.co-plan__cardContent {
    padding: 20px 0 0;
    flex-grow: 1;
}

.co-plan__cardText {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
}

@media screen and (max-width: 968px) {
    .co-plan {
        padding: 40px 15px;
    }

    .co-plan__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .co-plan__cardTitle {
        font-size: 18px;
    }

    .co-plan__cardContent {
        padding: 20px 15px;
    }

    .co-plan__cardText {
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {
    .co-plan {
        padding: 30px 10px;
    }

    .co-plan__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .co-plan__cardHeader {
        padding: 15px;
    }

    .co-plan__cardTitle {
        font-size: 18px;
    }

    .co-plan__cardContent {
        padding: 20px 15px;
    }

    .co-plan__cardText {
        font-size: 14px;
    }
}

/* co-plan__price - ÃƒÂ¦Ã¢â‚¬â€œÃ¢â€žÂ¢ÃƒÂ©Ã¢â‚¬Â¡Ã¢â‚¬ËœÃƒÂ¨Ã‚Â¡Ã‚Â¨ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â»ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¯ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â·ÃƒÂ£Ã†â€™Ã‚Â§ÃƒÂ£Ã†â€™Ã‚Â³ */
.co-plan__price {
    margin: 60px auto 0;
}

/* ÃƒÂ£Ã†â€™Ã‹Å“ÃƒÂ£Ã†â€™Ã†â€™ÃƒÂ£Ã†â€™Ã¢â€šÂ¬ÃƒÂ£Ã†â€™Ã‚Â¼ */
.co-plan__priceHeader {
    text-align: center;
    margin-bottom: 40px;
}

.co-plan__priceHeaderText {
    font-size: 37px;
    font-weight: 700;
    color: #333;
    margin: 0 0 15px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.co-plan__priceHeaderText::before,
.co-plan__priceHeaderText::after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background-color: #333;
    flex: 1;
}

.co-plan__priceHeaderPrice {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 15px;
}

.co-plan__priceHeaderLabel {
    background-color: #F25424;
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    padding: 7px 10px;
    line-height: 1;
}

.co-plan__priceHeaderAmount {
    color: #F25424;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.85px;
}

.co-plan__priceHeaderUnit {
    font-size: 38px;
    font-weight: 700;
    margin-left: 5px;
    color: #F25424;
}

/* ÃƒÂ¦Ã¢â‚¬â€œÃ¢â€žÂ¢ÃƒÂ©Ã¢â‚¬Â¡Ã¢â‚¬ËœÃƒÂ¨Ã‚Â¡Ã‚Â¨ */
.co-plan__priceTable {
    background: #fff;
    border: 3px solid #12A646;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 50px;
    padding: 40px;
}

.co-plan__priceTableHeader {
    background-color: #12A646;
    padding: 15px 20px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 6px;
}

.co-plan__priceTableTitle {
    color: #FFEB3B;
    /* ÃƒÂ©Ã‚Â»Ã¢â‚¬Å¾ÃƒÂ¨Ã¢â‚¬Â°Ã‚Â²ÃƒÂ£Ã‚ÂÃ‚Â«ÃƒÂ¥Ã‚Â¤Ã¢â‚¬Â°ÃƒÂ¦Ã¢â‚¬ÂºÃ‚Â´ */
    font-size: 37px;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
}

.co-plan__table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
}

.co-plan__tableHeader {
    font-size: 24px;
    font-weight: 700;
    padding: 18px 10px;
    text-align: center;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #fff;
}

.co-plan__tableHeader:last-child {
    border-right: none;
}

.co-plan__tableHeader--room {
    background-color: #CCCCCC;
    /* ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â°ÃƒÂ£Ã†â€™Ã‚Â¬ÃƒÂ£Ã†â€™Ã‚Â¼ÃƒÂ£Ã‚ÂÃ‚Â«ÃƒÂ¥Ã‚Â¤Ã¢â‚¬Â°ÃƒÂ¦Ã¢â‚¬ÂºÃ‚Â´ */
    color: #fff;
}

.co-plan__tableHeader--time,
.co-plan__tableHeader--time span {
    /* ÃƒÂ¥Ã‚Â°Ã¢â‚¬ËœÃƒÂ£Ã‚ÂÃ¢â‚¬â€ÃƒÂ¦Ã‚Â¿Ã†â€™ÃƒÂ£Ã‚ÂÃ¢â‚¬Å¾ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â°ÃƒÂ£Ã†â€™Ã‚Â¬ÃƒÂ£Ã†â€™Ã‚Â¼ÃƒÂ£Ã‚ÂÃ‚Â«ÃƒÂ¥Ã‚Â¤Ã¢â‚¬Â°ÃƒÂ¦Ã¢â‚¬ÂºÃ‚Â´ÃƒÂ¯Ã‚Â¼Ã‹â€ ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â«ÃƒÂ£Ã†â€™Ã‚Â³ÃƒÂ£Ã†â€™Ã¢â‚¬â€ÃƒÂ£Ã‚ÂÃ‚Â§ÃƒÂ¦Ã‚Â¿Ã†â€™ÃƒÂ¦Ã‚Â·Ã‚Â¡ÃƒÂ£Ã‚ÂÃ…â€™ÃƒÂ£Ã‚ÂÃ¢â‚¬Å¡ÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬Â¹ÃƒÂ¥Ã‚Â Ã‚Â´ÃƒÂ¥Ã‚ÂÃ‹â€ ÃƒÂ¯Ã‚Â¼Ã¢â‚¬Â°ÃƒÂ£Ã‚ÂÃ‚Â¾ÃƒÂ£Ã‚ÂÃ…Â¸ÃƒÂ£Ã‚ÂÃ‚Â¯ÃƒÂ¥Ã‚ÂÃ…â€™ÃƒÂ¨Ã¢â‚¬Â°Ã‚Â² */
    background-color: #999;
    color: #fff;
}

.co-plan__tableHeader--price,
.co-plan__tableHeader--price span {
    background-color: #12A646;
    color: #fff;
}

.co-plan__tableCell {
    padding: 14px 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}


.co-plan__tableCell--room {
    color: #12A646;
    /* ÃƒÂ§Ã‚Â·Ã¢â‚¬ËœÃƒÂ£Ã‚ÂÃ‚Â«ÃƒÂ¥Ã‚Â¤Ã¢â‚¬Â°ÃƒÂ¦Ã¢â‚¬ÂºÃ‚Â´ */
}

.co-plan__tableCell--time {
    color: #12A646;
}

.co-plan__tableCell--price,
.co-plan__tableCell--price span {
    color: #F25424;
    font-size: 24px;
}

.co-plan__tableHeader--time span,
.co-plan__tableHeader--price span,
.co-plan__tableCell--price span {
    font-size: 20px;
}

.co-plan__services {
    background: transparent;
    border: none;
    border-radius: 0;
    overflow: visible;
}

.co-plan__servicesHeader {
    background-color: #12A646;
    padding: 15px 20px;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 20px;
}

.co-plan__servicesTitle {
    color: #FFEB3B;
    /* ÃƒÂ©Ã‚Â»Ã¢â‚¬Å¾ÃƒÂ¨Ã¢â‚¬Â°Ã‚Â²ÃƒÂ£Ã‚ÂÃ‚Â«ÃƒÂ¥Ã‚Â¤Ã¢â‚¬Â°ÃƒÂ¦Ã¢â‚¬ÂºÃ‚Â´ */
    font-size: 37px;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
}

.co-plan .white {
    color: #fff;
}

.co-plan__servicesGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;

    padding: 0;
}

.co-plan__serviceCard {
    display: flex;
}

.co-plan__serviceImage {
    width: 132px;
    height: 100px;
    overflow: hidden;
}

.co-plan__serviceImage img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.co-plan__serviceLabel {
    background-color: #12A646;
    color: #fff;
    text-align: center;
    padding: 12px 10px;
    flex-grow: 1;
    /* ÃƒÂ©Ã‚Â«Ã‹Å“ÃƒÂ£Ã‚ÂÃ¢â‚¬Â¢ÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬â„¢ÃƒÂ¦Ã‚ÂÃ†â€™ÃƒÂ£Ã‚ÂÃ‹â€ ÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬Â¹ */
    display: flex;
    align-items: center;
}

.co-plan__serviceLabel p {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
    color: #fff;
}

@media screen and (max-width: 968px) {
    .co-plan__price {
        margin: 40px auto 0;
        padding: 0 15px;
    }

    .co-plan__priceHeaderText {
        font-size: 18px;
        gap: 15px;
    }

    .co-plan__priceHeaderText::before,
    .co-plan__priceHeaderText::after {
        width: 40px;
        height: 2px;
    }

    .co-plan__priceHeaderLabel {
        font-size: 20px;
        padding: 4px 12px;
    }

    .co-plan__priceHeaderAmount {
        font-size: 30px;
    }

    .co-plan__priceHeaderUnit {
        font-size: 18px;
    }

    .co-plan__priceTableTitle {
        font-size: 20px;
    }

    .co-plan__tableHeader {
        font-size: 15px;
        padding: 12px 5px;
    }

    .co-plan__tableCell {
        font-size: 15px;
        padding: 12px 5px;
    }

    .co-plan__tableCell--price {
        font-size: 16px;
    }

    .co-plan__servicesTitle {
        font-size: 20px;
    }

    .co-plan__servicesGrid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .co-plan__serviceLabel p {
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {
    .co-plan__price {
        margin: 30px auto 0;
        padding: 0 10px;
    }

    .co-plan__priceHeader {
        margin-bottom: 30px;
        border: none;
        padding: 0;
    }

    .co-plan__priceHeaderText {
        font-size: 16px;
        flex-wrap: wrap;
        gap: 10px;
    }

    .co-plan__priceHeaderText::before,
    .co-plan__priceHeaderText::after {
        width: 30px;
    }

    .co-plan__priceHeaderPrice {
        flex-direction: row;
        gap: 10px;
        align-items: center;
        flex-wrap: wrap;
    }

    .co-plan__priceHeaderLabel {
        font-size: 16px;
        padding: 3px 10px;
    }

    .co-plan__priceHeaderAmount {
        font-size: 26px;
    }

    .co-plan__priceHeaderUnit {
        font-size: 16px;
    }

    .co-plan__priceTable {
        border-width: 2px;
        margin-bottom: 30px;
        padding: 10px;
    }

    .co-plan__priceTableHeader {
        padding: 12px 10px;
    }

    .co-plan__priceTableTitle {
        font-size: 16px;
    }

    .co-plan__tableHeader {
        font-size: 14px;
        padding: 10px 5px;
    }

    .co-plan__tableHeader--time span,
    .co-plan__tableHeader--price span,
    .co-plan__tableCell--price span {
        font-size: 10px;
    }

    .co-plan__tableCell {
        font-size: 12px;
        padding: 10px 5px;
    }

    .co-plan__tableCell--price {
        font-size: 13px;
    }

    .co-plan__servicesHeader {
        padding: 12px 10px;
    }

    .co-plan__servicesTitle {
        font-size: 16px;
    }

    .co-plan__servicesGrid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 0;
    }

    .co-plan__serviceCard {
        flex-direction: column;
    }

    .co-plan__serviceImage {
        width: 100%;
        height: auto;
    }

    .co-plan__serviceLabel {
        padding: 8px;
    }

    .co-plan__serviceLabel p {
        font-size: 13px;
    }
}

/* cleanout-comparison */


.cleanout-comparison__inner {
    max-width: 1120px;
    margin: 0 auto;
    border: 4px solid #12A646;
    background: #fff;
    border-radius: 6px;
}

.cleanout-comparison__block {
    padding: 40px;
}

.cleanout-comparison__table-wrap {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    align-items: end;
    margin-bottom: 50px;
}

.cleanout-comparison__content p {
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    font-size: 17px;
}

.cleanout-comparison__content--head p {
    justify-content: flex-start;
    font-weight: bold;
    font-size: 18px;
    border-top: 1px solid #CCCCCC;
}

.cleanout-comparison__table-merit .cleanout-comparison__content.cleanout-comparison__content--head p {
    border-top: 1px solid #CCCCCC;
    align-items: center;
    justify-content: center;
}

.cleanout-comparison__content--head p:last-child {
    border-bottom: 1px solid #CCCCCC;
}

.cleanout-comparison__content .cleanout-comparison__contentTitle {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    border-radius: 10px 10px 0 0;
}

.cleanout-comparison_TitleBlue {
    background: #00648B;
}

.cleanout-comparison_TitleRed {
    background: #F25424;
}

.cleanout-comparison__content--blue,
.cleanout-comparison__content--red {
    background: #fff;
    box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.06);
}

.cleanout-comparison__content--blue img,
.cleanout-comparison__content--red img {
    width: 27px;
}

.cleanout-comparison__content--blue .cleanout-comparison__bg-blue {
    background: #E5F1F5;
}

.cleanout-comparison__content--red .cleanout-comparison__bg-red {
    background: #FFF3EF;
}

.cleanout-comparison {
    padding: 60px 20px 100px;
}

.cleanout-comparison__title {
    max-width: 1120px;
    margin: 0 auto 40px;
    background-color: #12A646;
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    padding: 20px;
    border-radius: 6px;
    line-height: 1.4;
}

.cleanout-comparison__table-merit {
    grid-template-columns: 15% 1fr 1fr;
}

.cleanout-comparison__table-merit .cleanout-comparison__content--head {}

.cleanout-comparison__table-merit .cleanout-comparison__content p {
    height: 200px;
    align-items: flex-start;
    justify-content: flex-start;
    line-height: 2;
}

.cleanout-comparison__table-merit p.cleanout-comparison_TitleBlue,
.cleanout-comparison__table-merit p.cleanout-comparison_TitleRed {
    height: 58px;
    align-items: center;
    justify-content: center;
}

.cleanout-md .cleanout-comparison__table-wrap {
    grid-template-columns: repeat(2, 1fr);
}

.cleanout-md .cleanout-comparison__content--blue,
.cleanout-md .cleanout-comparison__content--red {
    background: transparent;
    box-shadow: inherit;
}

.cleanout-md .cleanout-comparison__content .cleanout-comparison__contentTitle {
    border-radius: 6px;
    padding: 7px 20px;
    margin-bottom: 10px;
}

.cleanout-md .cleanout-comparison__content--blue .cleanout-comparison__bg-blue,
.cleanout-md .cleanout-comparison__content--red .cleanout-comparison__bg-red {
    border-radius: 6px;
    font-size: 18px;
}

.cleanout-assoc .reason-ttl h2 {
    font-size: 36px;
}

.cleanout-assoc__inner {
    display: flex;
    justify-content: center;
    gap: 36px;
    margin: 57px auto 24px;
    align-items: center;
    flex-wrap: wrap;
}

.cleanout-assoc__title {
    font-size: 42px;
}

.cleanout-assoc__title span {
    font-size: 50px;
}

.cleanout-assoc__title span.orange {
    color: #F25424;
}

.cleanout-assoc__title span.underline {
    text-shadow: 0 0 13px #fff;
    position: relative;
    z-index: 0;
}

.cleanout-assoc__title span.underline:before {
    content: '';
    width: 100%;
    height: 32px;
    background: #FFD800;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.cleanout-assoc__img img {
    height: 244px;
}

.cleanout-features {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    padding: 40px;
}

.cleanout-features__card {
    border: 4px solid #12A646;
    border-radius: 6px;

}

.cleanout-features__head {
    background: #12A646;
    color: #fff;
    text-align: center;
    padding: 17px 20px;
    font-size: 27px;
    font-weight: 700;
}

.cleanout-features__body {
    padding: 20px 24px;
}

.cleanout-features__img {
    margin-bottom: 16px;
}

.cleanout-features__text {
    font-weight: 300;
    font-size: 17px;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .cleanout-comparison__block {
        padding: 10px;
    }

    .cleanout-assoc .reason-ttl h2 {
        font-size: 26px;
    }

    .cleanout-comparison__table-wrap {
        overflow-x: scroll;
        grid-template-columns: 90px 1fr 1fr;
    }

    .cleanout-comparison__content.cleanout-comparison__content--head p {
        font-size: 12px;
    }

    .cleanout-comparison__content p {
        height: 80px;
        padding: 10px;
        font-size: 14px;
    }

    .cleanout-comparison__content .cleanout-comparison__contentTitle {
        font-size: 16px;
    }

    .cleanout-comparison__table-merit.cleanout-comparison__table-wrap {
        grid-template-columns: 70px 1fr 1fr;
    }

    .cleanout-comparison__table-merit .cleanout-comparison__content .cleanout-comparison__contentTitle {
        height: 80px;
    }

    .cleanout-comparison__table-merit .cleanout-comparison__content p {
        height: 600px;
    }

    .cleanout-md .cleanout-comparison__table-wrap {
        grid-template-columns: 1fr;
    }

    .cleanout-md .cleanout-comparison__content .cleanout-comparison__contentTitle {
        height: inherit;
    }

    .cleanout-md .cleanout-comparison__content--blue .cleanout-comparison__bg-blue,
    .cleanout-md .cleanout-comparison__content--red .cleanout-comparison__bg-red {
        font-size: 16px;
    }

    .cleanout-assoc__title {
        font-size: 22px;
    }

    .cleanout-assoc__title span {
        font-size: 32px;
    }

    .cleanout-assoc__title span.underline:before {
        height: 20px;
    }
}

/* risk */
.risk {
    padding: 120px 20px 80px;
    background: #fff;
}

.risk-inner {
    max-width: 1120px;
    margin: 0 auto;
}

.risk-content {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.risk-img {
    flex: 0 0 486px;
}

.risk-text {
    flex: 1;
}

.risk-text h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 24px;
}

.risk-text .orange {
    color: #F25424;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 9px;
}

.risk-text p {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: 0.85px;
}

.risk-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.risk-card {
    background: #12A646;
    border-radius: 6px;
    padding: 30px;
    margin-top: 40px;
}

.risk-card h3,
.risk-card p {
    color: #fff;
}

.risk-card h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
}

.risk-card h3 span {
    font-size: 19px;
    color: #fff;
}

.risk-card p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.85px;
}

.risk-caution {
    border: 4px solid #12A646;
    padding: 35px;
    border-radius: 6px;
    margin-block: 35px;
}

.risk-caution p {
    color: #12A646;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.85px;
    position: relative;
    padding-left: 66px;

}

.risk-caution p:before {
    content: '';
    background: url(../images/risk-icon.svg) no-repeat center center / contain;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}


@media screen and (max-width: 768px) {
    .risk-content {
        gap: 20px;
    }

    .risk-img {
        flex: 0 0 100%;
        ;
    }

    .risk-cards {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 40px;
    }

    .risk-card {
        margin-top: 0;
        padding: 20px;
    }

    .risk-card h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .risk-card h3 span {
        font-size: 14px;
    }

    .risk-card p {
        font-size: 14px;
    }

    .risk-text h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }


    .risk-text .orange {
        font-size: 18px;

    }

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

    .risk-caution {
        padding: 20px;
    }

    .risk-caution p {
        font-size: 14px;
    }
}


/* reason-intro */
.reason-intro {
    background-color: #F5F7FB;
    padding: 60px 20px 80px;
}

.reason-intro__header {
    text-align: center;
    margin: 0 auto 60px;
    max-width: 1000px;
}

.reason-intro__title {
    color: #12A646;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 30px;
}

.reason-intro__text {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
}

.reason-intro__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto 60px;
}

.reason-intro__card {
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 825px;
}

.reason-intro__cardHeader {
    background-color: #12A646;
    text-align: center;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reason-intro__cardTitle {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}

.reason-intro__cardImage {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.reason-intro__cardImage img {
    width: 100%;
    height: auto;
    display: block;
}

.reason-intro__cardContent {
    background-color: #fff;
    padding: 25px 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.reason-intro__cardLead {
    color: #12A646;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 15px;
    min-height: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reason-intro__cardText {
    color: #333;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8;
    margin: 0;
}

.reason-intro__footer {
    border-radius: 20px;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}

.reason-intro__footerHeader {
    background-color: #12A646;
    padding: 20px;
    text-align: center;
}

.reason-intro__footerTitle {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
}

.reason-intro__footerBody {
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 40px;
}

.reason-intro__footerImage {
    flex: 0 0 528px;
}

.reason-intro__footerImage img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.reason-intro__footerContent {
    flex: 1;
}

.reason-intro__footerText {
    color: #12A646;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.45;
    margin: 0 0 20px;
}

.reason-intro__footerDesc {
    color: #333;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8;
    margin: 0;
}

@media screen and (max-width: 968px) {
    .reason-intro__card {
        min-height: inherit;
    }

    .reason-intro__header {
        margin-bottom: 40px;
    }

    .reason-intro__title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .reason-intro__text {
        font-size: 15px;
    }

    .reason-intro__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-bottom: 40px;
    }

    .reason-intro__cardTitle {
        font-size: 18px;
    }

    .reason-intro__cardLead {
        font-size: 16px;
        min-height: 48px;
    }

    .reason-intro__cardText {
        font-size: 14px;
    }

    .reason-intro__footerBody {
        flex-direction: column;
        gap: 25px;
        padding: 30px 25px;
    }

    .reason-intro__footerImage {
        flex: none;
        width: 100%;
        max-width: 400px;
    }

    .reason-intro__footerTitle {
        font-size: 22px;
    }

    .reason-intro__footerText {
        font-size: 18px;
        text-align: center;
    }

    .reason-intro__footerDesc {
        font-size: 15px;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .reason-intro__header {
        margin-bottom: 30px;
    }

    .reason-intro__title {
        font-size: 20px;
    }

    .reason-intro__text {
        font-size: 14px;
    }

    .reason-intro__grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 30px;
    }

    .reason-intro__cardHeader {
        padding: 15px;
        height: auto;
    }

    .reason-intro__cardTitle {
        font-size: 18px;
    }

    .reason-intro__cardContent {
        /* padding: 20px 15px; */
    }

    .reason-intro__cardLead {
        font-size: 15px;
        margin-bottom: 12px;
        min-height: inherit;
    }

    .reason-intro__cardText {
        font-size: 13px;
    }

    .reason-intro__footerHeader {
        padding: 15px;
    }

    .reason-intro__footerBody {
        padding: 25px 20px;
        gap: 20px;
    }

    .reason-intro__footerTitle {
        font-size: 20px;
    }

    .reason-intro__footerText {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .reason-intro__footerDesc {
        font-size: 14px;
    }
}


/* blockname */
.cleanup .price {
    background: #F5F7FB;
}

.cleanup .features {
    padding: 70px 0;
}

.cleanup .co-plan__priceHeaderText:before,
.cleanup .co-plan__priceHeaderText:after {
    display: none;
}

.cleanup .co-plan__priceHeaderLabel {
    background: #12A646;
}

.cleanup .co-plan__priceHeaderAmount .co-plan__priceHeaderUnit:first-child {
    color: #12A646;
    ;
}

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

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

/* corporation */
.corporations {
    padding: 0 0 70px;
}

.corporations-head {
    background: var(--sub-theme-color);
    padding: 20px 0;
    position: relative;
    text-align: center;
}

.corporations-head::after {
    border-style: solid;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 30px solid var(--sub-theme-color);
    border-bottom: 0;
    content: "";
    display: block;
    height: 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    width: 0;
}

.corporations-head h2 {
    color: #fff;
    font-size: 46px;
    font-weight: 700;
}

.corporations-body {
    margin: 0 auto;
    padding: 80px 0 0;
    width: 92%;
    max-width: 1200px;
}

.corporations-cards {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 15px;
}

.corporations-card {
    border: 2px solid var(--sub-theme-color);
    border-radius: 10px;
    padding: 20px;
    width: calc((100% - (15px * 3)) / 4);
}

.corporations-card__ttl {
    padding: 0 0 5px;
}

.corporations-card__ttl::after {
    background: #DDE5E7;
    content: "";
    display: block;
    height: 1px;
    margin: 5px 0 10px;
    width: 100%;
}

.corporations-card__ttl p {
    border-left: 3px solid var(--sub-theme-color);
    color: var(--sub-theme-color);
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 0 10px;
}

.corporations-card__image {
    line-height: 0;
}

.corporations-card__text {
    margin: 10px 0 0;
}

.corporations-card__text p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8em;
}

@media screen and (max-width: 968px) {
    .corporations-head::after {
        border-style: solid;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        border-top: 20px solid var(--sub-theme-color);
        bottom: -20px;
    }

    .corporations-head h2 {
        font-size: 32px;
    }

    .corporations-card {
        padding: 15px;
        width: calc((100% - (15px * 2)) / 3);
    }
}

@media screen and (max-width: 768px) {
    .corporations-head h2 {
        font-size: 26px;
    }

    .corporations-card {
        padding: 12px;
        width: calc((100% - (15px * 1)) / 2);
    }
}

@media screen and (max-width: 568px) {
    .corporations-head h2 {
        font-size: 21px;
    }

    .corporations-card {
        width: 100%;
    }
}

/* supportservice */
.supportservice {
    padding: 95px 0 125px;
}

.supportservice-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1200px;
}

.supportservice-head {
    background: var(--sub-theme-color);
    border-radius: 10px;
    margin: 0 0 30px;
    padding: 15px 0 20px;
    text-align: center;
}

.supportservice-head h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}

.supportservice-cards {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 50px;
}

.supportservice-card {
    background: #fff;
    border-radius: 20px;
    filter: drop-shadow(0 5px 1px #D4D4D4);
    width: calc((100% - (50px * 2)) / 3);
}

.supportservice-card__image {
    border-radius: 20px 20px 0 0;
    line-height: 0;
    overflow: hidden;
}

.supportservice-card__text {
    border-radius: 0 0 20px 20px;
    background: #fff;
    overflow: hidden;
    padding: 30px 25px 25px;
}

.supportservice-card__ttl {
    margin: 0 0 15px;
}

.supportservice-card__ttl::before {
    background: url(../images/supportservice-icon.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 40px;
    margin: 0 auto 10px;
    width: 40px;
}

.supportservice-card__ttl p {
    color: var(--sub-theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 27px;
    font-weight: 700;
    height: 77px;
    text-align: center;
}

.supportservice-card__text {
    font-size: 16px;
    font-size: 300;
    line-height: 1.8em;
}

@media screen and (max-width: 968px) {
    .supportservice {
        padding: 60px 0 75px;
    }

    .supportservice-head h2 {
        font-size: 32px;
    }

    .supportservice-cards {
        gap: 15px;
    }

    .supportservice-card {
        width: calc((100% - (15px * 2)) / 3);
    }

    .supportservice-card__ttl p {
        font-size: 21px;
        height: 50px;
    }
}

@media screen and (max-width: 768px) {
    .supportservice {
        padding: 40px 0 50px;
    }

    .supportservice-head h2 {
        font-size: 24px;
    }

    .supportservice-card {
        width: 100%;
    }

    .supportservice-card__text {
        padding: 20px 15px 15px;
    }
}

/* companyinfo */
.companyinfo {
    background: #F5F7FB;
    padding: 56px 0 90px;
}

.companyinfo-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1120px;
}

.companyinfo-head.block-head h2 p {
    color: var(--sub-theme-color);
}

.block-head.companyinfo-head h2::after {
    background: var(--sub-theme-color);
}

.companyinfo-list {
    border: 2px solid var(--sub-theme-color);
    border-bottom: 0;
}

.companyinfo-list__item {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.companyinfo-list__item dt {
    background: var(--sub-theme-color);
    border-bottom: 2px solid #fff;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 17px;
    font-weight: 700;
    height: 70px;
    padding: 0 20px;
    width: 235px;
}

.companyinfo-list__item dd {
    border-bottom: 2px solid var(--sub-theme-color);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 17px;
    font-weight: 300;
    height: 70px;
    padding: 0 20px;
    position: relative;
    width: calc(100% - 235px);
}

.companyinfo-list__item.cover dd::after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

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

@media screen and (max-width: 768px) {
    .companyinfo-list__item dt {
        font-size: 15px;
        height: auto;
        min-height: 45px;
        padding: 10px;
        width: 100%;
    }

    .companyinfo-list__item dd {
        font-size: 15px;
        height: auto;
        min-height: 45px;
        padding: 10px;
        width: 100%;
    }
}

/* 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) {}

/* 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) {}


/* cu-price styles */
.cu-price {
    max-width: 100%;
    margin: 50px auto 0;
    font-family: inherit;
    max-width: 1120px;
    padding: 44px;
    border: 4px solid #12A646;
    border-radius: 6px;
}

.cu-price__head {
    background: #12A646;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 37px;
    padding: 15px;
    margin: 0 0 30px;
    border-radius: 6px;
}

.cu-price__body {
    width: 100%;
}

.cu-price__row {
    display: flex;
    border-bottom: 1px solid #ccc;
}

.cu-price__row--head .cu-price__col {
    font-size: 24px;
}

.cu-price__row--head .cu-price__col span {
    font-size: 20px;
    color: #fff;
}

.cu-price__row:last-child {
    border-bottom: none;
}

.cu-price__col {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    border-right: 1px solid #ccc;
    font-weight: bold;
    color: #333;
}

.cu-price__col span {
    font-size: 24px;
}

.cu-price__col:nth-child(1) {
    flex: 0 0 20%;
    background: #fff;
}

.cu-price__col:nth-child(2) {
    flex: 1;
    background: #fff;
}

.cu-price__col:nth-child(3) {
    flex: 0 0 30%;
    background: #fff;
}

.cu-price__row--head .cu-price__col:nth-child(1) {
    background: #cccccc;
    color: #fff;
}

.cu-price__row--head .cu-price__col:nth-child(2) {
    background: #999999;
    color: #fff;
}

.cu-price__row--head .cu-price__col:nth-child(3) {
    background: #12A646;
    color: #fff;
}

.cu-price__services {
    margin-top: 50px;
}

.cu-price__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 680px;
    margin: 30px auto 0;
}

.cu-price__item {
    display: flex;
}

.cu-price__icon {
    width: 40%;
}

.cu-price__icon img {
    height: 100%;
    width: 100%;
}

.cu-price__label {
    width: 60%;
    background: #12A646;
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    padding: 10px;
}

@media screen and (max-width: 768px) {
    .cleanup .price-head.block-head.normal {
        margin-bottom: 40px;
    }

    .cu-price {
        padding: 20px;
    }

    .cu-price__head {
        font-size: 18px;
        padding: 12px;
    }

    .cu-price__col {
        font-size: 13px;
        padding: 10px 5px;
    }

    .cu-price__row--head .cu-price__col {
        font-size: 16px;
    }

    .cu-price__row--head .cu-price__col span {
        font-size: 12px;
        color: #fff;
    }

    .cu-price__col span {
        font-size: 18px;
    }

    .cu-price__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .cu-price__item {
        justify-content: center;
    }

    .cu-price__label {
        font-size: 16px;
    }

    .cu-price__col:nth-child(1) {
        flex: 0 0 25%;
    }

    .cu-price__col:nth-child(3) {
        flex: 0 0 32%;
    }
}