@charset "UTF-8";

.bg-blue{
    background-color: #f7f7ff;
}

.about hr{
    margin-bottom: 100px;
}

.about_section{
    margin-bottom: 100px;
}

.about_logo_discription{
    padding: 70px 170px;
    text-align: center;
}

.about_logo{
    margin: auto auto 70px auto;
    text-align: center;
    max-width: 520px;
}

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

.about_logo_discription .ttl_type_01{
    margin: auto auto 50px auto;
    text-align: center;
}

.about_logo_discription p{
    font-size: 18px;
}

.about_ttl_h4{
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 14px;
}

.two_columns{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
}

.about-title-column{
    width: 40%
}

.about-text-column{
    width: 60%;
    padding-left: 70px;
}
.about-single{
    margin: auto auto 40px auto;
}


@media (max-width: 1024px) {
    .about_inner{
        width: 100%;
    }

    .about_section{
        padding: 0 24px;
    }

    .about_logo_discription{
        padding: 80px 12px;
    }

    .about_logo{
        width:90%;
    }

    .about_logo_discription p{
        font-size: 14px;
    }

    .two_columns{
        flex-direction: column;
    }

    .about-title-column,
    .about-text-column{
        width: 100%;
    }

    .about-text-column{
        padding: 0;
    }

    .about_ttl_h4{
        font-size: 18px;
    }

    .about_section .ttl_type_02{
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {

}


@media (max-width: 480px) {
}
