#figure {
    min-height: 600px;
    background: url('./img/main-figure.jpg') no-repeat;
    background-size: cover;
}

#figure .fg_text {
    padding: 3% 5%;
}
#figure .fg_text h1 {
    margin-top: 40px;
    font-size: 3vw;
    color: #b20000;
    font-weight: bold;
}
#figure .fg_text p {
    font-size: 16px;
    color: #b20000;
}



#main .box {
    margin-bottom: 80px;
}
#main .main_title {
    display: flex;
    flex-direction: column;
    padding: 15px;
    margin-bottom: 20px;
}
#main .main_title h1 {
    font-size: 24px;
    text-align: center;
    color: #b20000;
    font-weight: bold;
}
#main .main_text {
    font-size: 16px;
    line-height: 30px;
}
#main .main_title .sub_title {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #b20000;
}


#main .vision ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#main .vision ul li {
    width: 31%;
    background-color: #fff;
}
#main .vision ul li .vision_title {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 5px;
    text-align: center;
}
#main .vision ul li .vision_text {
    font-size: 14px;
    padding: 5px;
    text-align: center;
    line-height: 28px;
}

#main .ceo_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#main .ceo_main .img {
    width: 30%;
    margin-bottom: 30px;
}
#main .ceo_main .text {
    padding: 25px;
    border: 5px solid #eee;
    width: 68%;
    font-size: 16px;
    line-height: 34px;
    background-color: #fff;
}

#main .bs_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#main .bs_list ul li {
    margin-bottom: 20px;
    width: 31.3%;
    background-color: #fff;
}
#main .bs_list ul li .bs_title {
    padding: 20px 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #b20000
}
#main .bs_list ul li .text {
    text-align: center;
    padding: 10px;
    font-size: 18px;
    line-height: 30px;
}


#main .bbn_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#main .bbn_list ul li {
    width: 31.33%;
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: #fff;
}
#main .bbn_list ul li img {
    max-width: 98px;
    margin: auto;
}
#main .bbn_list ul li .name {
    text-align: center;
    padding: 20px 0 10px;
}

#main .company_info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#main .company_info table {
    width: 65%;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

#main .company_info table tr {
    display: flex;
    margin-bottom: 10px;
    background-color: #fff;
}
#main .company_info table tr th {
    text-align: center;
    font-size: 18px;
    padding: 1em 2em;
    border-right:2px solid #b20000;
    min-width: 160px;
}
#main .company_info table tr td {
    font-size: 18px;
    padding: 1em 2em;
}

#main .company_info iframe {
    width: 33%;
}






@media screen and (min-width: 1400px) {
    #figure .fg_text h1 {
        font-size: 40px;
    }
}


@media screen and (max-width: 660px) {
    #figure .fg_text h1 {
        font-size: 4vw;
    }
    #main .vision ul li {
        width: 100%;
        margin-bottom: 40px;
    }
    #main .bs_list ul li {
        width: 48%;
    }
    #main .ceo_main .img {
        width: 100%;
    }
    #main .ceo_main .text {
        width: 100%;
    }
    
    #main .company_info table {
        width: 100%;
    }
    #main .company_info iframe {
        width: 100%;
    }
    
}


@media screen and (max-width: 660px) {
    #main .bs_list ul li {
        width: 100%;
    }
}