﻿@charset "utf-8";


/*************　aboutus メイン　部分　*************/

.aboutus1 {
    display: flex;
}

.aboutus1-setumei {
    margin: 20px 0 0 0;
    width: 50%;
}

.aboutus2 {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.aboutus2-box {
    width: 49%;
}

.aboutus2-photo {
    display: flex;
}



