.top-image.about {
    background-image: url("../img/about/top-image-pc.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media (min-width: 768px) {
    .top-image.about {
        background-image: url("../img/about/top-image-pc.jpg");
    }
}

.page-top-title {
    font-size: 15px;
    line-height: 0;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .page-top-title {
        font-size: 28px;
        line-height: 37px;
    }
}

@media (min-width: 1024px) {
    .page-top-title {
        font-size: 48px;
        line-height: 37px;
    }
}

.section-about {
    position: relative;
    padding: 60px 10px;
    font-size: 12px;
}

.section-about-content {
    margin-bottom: 30px;
}

.section-about-content p {
    font-size: 12px;
    margin-top: 15px;
}

.section-about-content.about-form {
    width: 100%;
}

@media (min-width: 768px) {

    .section-about {
        padding: 105px 0 150px 0;
    }

    .section-about-contents {
        padding: 60px 20px 0px;
    }

    .section-about-content {
        margin-bottom: 0px;
    }

    .section-about-content-position {
        display: flex;
        justify-content: space-around;
    }

    .section-about-content {
        /* width: 45%; */
    }
}

/* @media (min-width: 1024px) {
    .section-about {
        padding: 60px;
        font-size: 16px;
    }
} */

/* @media (min-width: 1200px) {
    .section-about {
        padding: 105px 0 150px 0;
        font-size: 16px;
    }
} */

.section-about-content-title {
    color: #C4A800;
    font-weight: normal;
    padding: 40px 0 10px;
    letter-spacing: 0.1em;
}

.section-about-content-title:first-of-type {
    padding: 0 0 10px 0;
}


.section-about-contents {
    background-color: #fff;
    /* padding: 30px 20px 10px; */
    width: 90%;
    margin: 0 auto;
    padding-top: 0;
}

.section-concept-position {
    width: 90%;
}

.section-about-concept-text p {
    margin-bottom: 35px;
}

.section-about-concept-text-eng {
    font-family: 'CrimsonText-Roman', serif;
    font-size: 14px;
}

@media (min-width: 768px) {
    .section-about-concept-text-eng {
        font-size: 16px;
    }
}

.section-about-concept-text p:last-of-type {
    margin-bottom: 0;
}

.section-about-concept-text:last-of-type {
    margin-top: 45px;
}

.section-about-concept-contents {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .section-about-concept-contents {
        width: 528.5px;
        margin-top: 60px;
    }

    .section-about-concept-text {
        font-size: 16px;
        max-width: 528.5px;
        ;
        font-weight: 400;
        letter-spacing: 0.1em;
    }

    .section-about-concept-text:last-of-type {
        margin-top: 70px;
    }

    .section-about-concept-text p {
        margin-bottom: 45px;
    }

    .section-concept-position {
        width: 525.5px;
    }
}

.home-section-img.about {
    position: relative;
    min-he
}

.home-section-img.about img {
    width: 100%;
    position: relative;
    top: inherit;
    margin-top: 35px;
}

@media (min-width: 768px) {
    .home-section-img.about {
        position: relative;
        margin: 0;
    }

    .home-section-img.about img {
        margin-top: 70px;
    }
}