.about_main__content {
    padding-bottom: 0;
    .low_mainh1 {
        margin-bottom: 39px;
    }
}
.maximg img {
    border-radius: 0;
}
#about-reason {
    background-color: #fff;
    padding-bottom: 105px;
    margin-bottom: 0;
    .about_reason {
        .mainh2 {
            width: max-content;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 84px;
            .label {
                font-family: inherit;
                font-weight: bold;
                font-size: 24px;
                letter-spacing: 0.02em;
                text-align: center;
                color: #7e9168;
            }
        }
    }
    .about_reason__main {
        width: 1300px;
        margin-left: auto;
        margin-right: auto;
    }
    .about_reason__main--content {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        & + .about_reason__main--content {
            margin-top: 148px;
        }
        &:nth-of-type(even) {
            flex-direction: row-reverse;
        }
    }
    .about_reason__main--text {
        width: 680px;
        h3 {
            padding-left: 50px;
            margin-bottom: 40px;
            span {
                font-size: 22px;
                letter-spacing: 0.02em;
            }
            img {
                width: 76px;
                height: auto;
                margin-right: 24px;
            }
        }
        p {
            background-color: #f9f7f1;
            padding: 50px;
            display: flex;
            flex-direction: column;
            gap: 6px;
            .check {
                display: block;
                background-image: url(../img/about/check.svg);
                background-repeat: no-repeat;
                background-size: 1em;
                background-position: left top 10px;
                padding-left: 1.5em;
                font-size: 16px;
                letter-spacing: 0.02em;
                text-align: left;
            }
        }
    }
    .about_reason__main--img {
        width: 620px;
        img {
            border-radius: 0;
        }
    }
    .about_more {
        margin-top: 88px;
        margin-bottom: 0;
        gap: 48px;
        a {
            width: 272px;
        }
    }
}
#about-message {
    padding-bottom: 160px;
    .about_main__content--h2 {
        margin-top: 120px;
        margin-bottom: 86px;
        background: none;
        width: max-content;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 84px;
        .label {
            font-weight: bold;
            font-size: 24px;
            letter-spacing: 0.02em;
            text-align: center;
            color: #7e9168;
        }
    }
    .about_main__content--flex {
        width: 1200px;
        display: flex;
        flex-direction: row-reverse;
        gap: 80px;
        margin-bottom: 120px;
    }
    .about_main__content--flex_img {
        width: 400px;
        flex-shrink: 0;
        img {
            width: 100%;
            margin-bottom: 20px;
        }
        span {
            font-weight: bold;
            font-size: 22px;
            letter-spacing: 0.02em;
            line-height: 28px;
            small {
                display: inline-block;
                padding-bottom: 8px;
                font-size: 16px;
                letter-spacing: 0.02em;
                line-height: 28px;
            }
        }
    }
    .txt {
        width: 720px;
    }
    .about_main__content--flex_ttl {
        h3 {
            font-weight: 500;
            font-size: 28px;
            letter-spacing: 0.02em;
            line-height: 52px;
            text-decoration: unset;
            margin-bottom: 40px;
        }
    }
    .about_main__content--flex_text {
        font-size: 16px;
        letter-spacing: 0.02em;
        line-height: 32px;
    }
    .link__wrapper {
        a {
            width: 600px;
            height: 130px;
            padding-left: 55px;
            background-color: #F3E3D8;
            border: none;
            .label {
                text-align-last: left;
                color: #CC7B4A;
                font-weight: bold;
                font-size: 20px;
                letter-spacing: 0.02em;
                line-height: 32px;
            }
            .icon {
                margin-right: 48px;
                width: 48px;
                &::before {
                    background-image: url(../img/about/mv-link-icon-r.svg);
                }
                &::after {
                    background-image: url(../img/top/mv-link-icon-w.svg);
                }
            }
            &:hover {
                background-color: #CC7B4A;
                .label {
                    color: #fff;
                }
            }
        }
    }



}

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

.more {
    a {
        .label {
            letter-spacing: 0.1em;
        }
    }
}
.about_main__content {
    .low_mainh1 {
        margin-bottom: 48px;
    }
}
#about-reason {
    padding-bottom: 57px;
    .about_reason {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        .mainh2 {
            margin-bottom: 45px;
            .label {
                font-size: 18px;
                line-height: 28px;
            }
        }
    }
    .about_reason__main {
        width: 100%;
    }
    .about_reason__main--content {
        display: block;
        & + .about_reason__main--content {
            margin-top: 48px;
        }
    }
    .about_reason__main--text {
        max-width: 100%;
        width: 100%;
        margin: 0;
        padding: 0;

        h3 {
            padding-left: 0;
            display: flex;
            flex-direction: row;
            align-items: center;
            flex-wrap: nowrap;
            padding-left: 35px;
            padding-right: 35px;
            margin-bottom: 28px;
            img {
                width: 56px;
                margin-right: 16px;
            }
            span {
                margin: 0;
                font-weight: bold;
                font-size: 16px;
                letter-spacing: 0.02em;
                line-height: 24px;
            }
        }
        p {
            padding-top: 0;
            padding-left: 35px;
            padding-right: 35px;
            padding-bottom: 40px;
            background: linear-gradient(to bottom, transparent 0, transparent 32px, #F9F7F1 32px, #F9F7F1 100%);
            gap: 12px;
            img {
                margin-bottom: 14px;
            }
            .check {
                font-weight: 500;
                font-size: 14px;
                letter-spacing: 0.02em;
                line-height: 24px;
                padding-left: 28px;
                background-size: 20px auto;
            }
        }
    }
    .about_more {
        margin-top: 32px;
        margin-bottom: 0;
        gap: 22px;
    }
}
#about-message {
    padding-bottom: 56px;
    .about_main__content--h2 {
        margin-top: 57px;
        margin-bottom: 34px;
        padding: 0;
        .label {
            font-size: 18px;
            letter-spacing: 0.02em;
            line-height: 28px;
        }
    }
    .about_main__content--flex {
        width: 100%;
        padding-left: 35px;
        padding-right: 35px;
        display: flex;
        flex-direction: column;
        gap: 32px;
        margin-bottom: 48px;
    }
    .txt {
        width: 100%;
        img {
            width: 100%;
            margin-bottom: 24px;
        }
        .about_main__content--flex_ttl  {
            h3 {
                font-size: 20px;
                letter-spacing: 0.02em;
                line-height: 34px;
                margin-bottom: 24px;
            }
        }
        .about_main__content--flex_text {
            font-weight: 500;
            font-size: 14px;
            letter-spacing: 0.02em;
            line-height: 25px;
        }
    }
    .about_main__content--flex_img {
        width: 100%;
        span {
            display: block;
            text-align: right;
            font-weight: bold;
            font-size: 16px;
            letter-spacing: 0.02em;
            small {
                font-weight: 500;
                font-size: 12px;
                letter-spacing: 0.02em;
                line-height: 1.4;
            }
        }
    }
    .link__wrapper {
        padding-left: 22px;
        padding-right: 22px;
        a {
            width: 100%;
            padding-top: 21px;
            padding-right: 25px;
            padding-bottom: 23px;
            padding-left: 25px;
            .label {
                font-weight: bold;
                font-size: 15px;
                letter-spacing: 0.02em;
                line-height: 26px;
            }
            .icon {
                margin-right: 0;
            }
        }
    }
}

} /* end of mobile */