@charset "utf-8";

.main_titleimage {
    position: relative;
    display: block;
	width:100%;
    height: 50vw;
    margin: 0px auto 0px;
    padding: 0px;
    background-image: url(../images/contents/business/hero_business.jpg);
    background-repeat: no-repeat;
    background-position:center top;
    background-size: 100%;
    text-align: center;
}

.worksbox {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 100px auto 100px;
    padding: 0px;
    text-align: center;
}

.works_slogan_txt1 {
    position: relative;
    display: inline-block;
    width: 43%;
    height: auto;
    margin: 0px 0px 0px;
    padding: 20px;
    text-align: left;
    vertical-align: bottom;
}

.works_slogan_txt2 {
    position: relative;
    display: inline-block;
    width: 40%;
    height: auto;
    margin: 0px 0px 0px;
    padding: 20px;
    font-size: 1.4em;
    font-weight: bold;
}

.works_slogan_number {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 50px 0px 50px;
    padding: 10px;
    font-size: 6em;
}

.bu-categ-box {
    position: relative;
    display: inline-block;
    width: 80%;
    height: auto;
    margin: 2.5% 0px 0px;
    padding: 15px 10px;
    background-color: rgba(255, 255, 255, 0.8);
}

.bu-categ-box li{
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 10px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #333333;
}

#business-img-container {
    display: grid;
    width: 94%;
    height: auto;
    margin: 0px auto 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 320px 320px 320px;
    grid-gap: 3px;
}

.picbox1{
    background-image: url(../images/contents/business/picbox1_img.jpg);
    background-position: top center;
    background-size: auto;
}

.picbox2{
    height: 400px;
    background-image: url(../images/contents/business/picbox2_img.jpg);
    background-position: top center;
    background-size: cover;
}

.picbox3{
    height: 500px;
    background-image: url(../images/contents/business/picbox3_img.jpg);
    background-position: top center;
    background-size: cover;
}

.picbox4{
    height: 735px;
    background-image: url(../images/contents/business/picbox4_img.jpg);
    background-position: top center;
    background-size: cover;
}

.picbox5{
    height: 240px;
    background-image: url(../images/contents/business/picbox5_img.jpg);
    background-position: top center;
    background-size: cover;
}

.picbox6{
    margin-top: 80px;
    height: auto;
    background-image: url(../images/contents/business/picbox6_img.jpg);
    background-position: top center;
    background-size: cover;
}

.picbox7{
    margin-top: 50px;
    height: 270px;
    background-image: url(../images/contents/business/picbox7_img.jpg);
    background-position: top center;
    background-size: cover;
}

.picbox8{
    margin-top: 93px;
    height: 227px;
    background-image: url(../images/contents/business/picbox8_img.jpg);
    background-position: top center;
    background-size: cover;
}

.picbox9{
    margin-top: -80px;
    height: 400px;
    background-image: url(../images/contents/business/picbox9_img.jpg);
    background-position: top center;
    background-size: cover;
}

.picbox10{
    height: auto;
    background-image: url(../images/contents/business/picbox10_img.jpg);
    background-position: top center;
    background-size: cover;
}

.picbox11{
    margin-top: 180px;
    height: 190px;
    background-image: url(../images/contents/business/picbox11_img.jpg);
    background-position:top center;
    background-size: cover;
}

.picbox-txt_img_business {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 3.7em;
    font-weight: bold;
    background-color: #ffffff;
    margin: 260px 0px 0px;
    padding: 0px;
    text-align: center;
}

.picbox-txt_img_ktbox {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    font-size: 1em;
    font-weight: bold;
    margin: 300px 0px 0px;
    padding: 0px;
    text-align: left;
    color: #ffffff;
}

.ktbox_txt_img_of {
    position: relative;
    display: block;
    width: auto;
    height: 40px;
    line-height: 40px;
    margin: 0px 0px 0px;
    padding: 0px 5px 0px;
    font-size: 2em;
    font-weight: bold;
}

.ktbox_txt_img_kt {
    position: relative;
    display: block;
    width: auto;
    height: 60px;
    line-height: 60px;
    margin: 0px 0px 0px;
    padding: 0px 5px 0px;
    font-size: 3em;
    font-weight: bold;
}

@media (min-width: 1600px) {
    
.main_titleimage {
    position: relative;
    display: block;
	width:100%;
    height: 62vw;
    margin: 0px auto 0px;
    padding: 0px;
    background-image: url(../images/contents/business/hero_business.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    text-align: center;
}

#businessbox {
    position: relative;
    display: block;
    width: 100%;
    height: 50vw;
    margin: 0px auto;
    padding: 0px;
    background-image: url(../images/contents/business/business_works_h.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: right;
}

.bu-categ-box {
    position: relative;
    display: inline-block;
    width: 80%;
    height: auto;
    margin: 5% 0px 0px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.5);
}

.bu-categ-box li{
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 10px;
    padding: 10px;
    border: 1px solid #333333;
}

#business-img-container {
    display: grid;
    width: 1280px;
    height: auto;
    margin: 0px auto 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 320px 320px 320px;
    grid-gap: 3px;
}

.picbox1{
    background-image: url(../images/contents/business/picbox1_img.jpg);
    background-position: top center;
    background-size: auto;
}

.picbox2{
    height: 400px;
    background-image: url(../images/contents/business/picbox2_img.jpg);
    background-position: top center;
    background-size: cover;
}

.picbox3{
    height: 500px;
    background-image: url(../images/contents/business/picbox3_img.jpg);
    background-position: top center;
    background-size: cover;
}

.picbox4{
    height: 735px;
    background-image: url(../images/contents/business/picbox4_img.jpg);
    background-position: top center;
    background-size: cover;
}

.picbox5{
    height: 240px;
    background-image: url(../images/contents/business/picbox5_img.jpg);
    background-position: top center;
    background-size: cover;
}

.picbox6{
    margin-top: 80px;
    height: auto;
    background-image: url(../images/contents/business/picbox6_img.jpg);
    background-position: top center;
    background-size: cover;
}

.picbox7{
    margin-top: 50px;
    height: 270px;
    background-image: url(../images/contents/business/picbox7_img.jpg);
    background-position: top center;
    background-size: cover;
}

.picbox8{
    margin-top: 93px;
    height: 227px;
    background-image: url(../images/contents/business/picbox8_img.jpg);
    background-position: top center;
    background-size: cover;
}

.picbox9{
    margin-top: -80px;
    height: 400px;
    background-image: url(../images/contents/business/picbox9_img.jpg);
    background-position: top center;
    background-size: cover;
}

.picbox10{
    height: auto;
    background-image: url(../images/contents/business/picbox10_img.jpg);
    background-position: top center;
    background-size: cover;
}

.picbox11{
    margin-top: 180px;
    height: 190px;
    background-image: url(../images/contents/business/picbox11_img.jpg);
    background-position:top center;
    background-size: cover;
}

.picbox-txt_img_business {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 3.7em;
    font-weight: bold;
    background-color: #ffffff;
    margin: 260px 0px 0px;
    padding: 0px;
    text-align: center;
}

.picbox-txt_img_ktbox {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    font-size: 1em;
    font-weight: bold;
    margin: 300px 0px 0px;
    padding: 0px;
    text-align: left;
    color: #ffffff;
}

.ktbox_txt_img_of {
 position: relative;
    display: block;
    width: auto;
    height: 40px;
    line-height: 40px;
    margin: 0px 0px 0px;
    padding: 0px 5px 0px;
    font-size: 2em;
    font-weight: bold;
}

.ktbox_txt_img_kt {
 position: relative;
    display: block;
    width: auto;
    height: 60px;
    line-height: 60px;
    margin: 0px 0px 0px;
    padding: 0px 5px 0px;
    font-size: 3em;
    font-weight: bold;
}

    
}/*-----over1600px setting-----*/
