@charset "UTF-8";
/*biz-top*/
.biz-top{
    width:100%;
    height:527px;
	padding-top:90px;
}
.biz-top-bg{
    width:100%;
    height:617px;
}
.biz-top-txt{
    font-size:20px;
    color:#ffffff;
    top:250px;
    margin-left:10px;
    letter-spacing:2px;
}
.biz-top-txt-sz1{
    font-size:18px;
    color:#ffffff;
}
.biz-top-txt-sz2{
    font-size:28px;
    color:#ffffff;
    line-height:50px;
    font-weight:bold;
}
/*biz-promise*/
.biz-promise{
    width:100%;
    height:450px;
    background-color: #eeeeef;
}
.biz-promise-title{
    font-size:14px;
    font-weight:bold;
    color:#231815;
    margin:0px 20px;
    padding-top:25px;
}
.biz-promise-title-line{
    position:absolute;
    top:5px;
    left:100px;
    background-color:#231815;
    width: 1px;
    height: 70px;
    transform: rotate(45deg);
    z-index: 2;
}
.biz-promise-topic{
    font-size:14px;
    font-weight:bold;
    color:#231815;
    margin-top:40px;
    margin-left:30px;
    margin-bottom:40px;
    letter-spacing:1px;
}
.biz-promise-txt{
    font-size:12px;
    font-weight:bold;
    margin-left:30px;
    line-height:26px;
}
.biz-promise-name{
    font-size:12px;
    font-weight:bold;
    margin-top:20px;
    margin-left:130px;
}
/*biz-company*/
.biz-company{
    width:100%;
    height:670px;
}
.biz-company-title{
    font-size:14px;
    font-weight:bold;
    color:#231815;
    margin:0px 20px;
    padding-top:25px;
}
.biz-company-title-line{
    position:absolute;
    top:5px;
    left:70px;
    background-color:#231815;
    width: 1px;
    height: 70px;
    transform: rotate(45deg);
    z-index: 2;
}
.biz-company-txt{
    display: flex;
}
.biz-company-txt-left{
    margin-top:50px;
    margin-left:20px;
    height:256px;
}
.biz-company-txt-right{
    font-size:12px;
    font-weight: bold;
    line-height: 14px;
    margin-top:49px;
    margin-left:10px;
}
.biz-company-txt-right-line{
	margin-top: 10px;
	border-top:solid #333 1px;
}
.biz-company-img-logo{
    position:absolute;
    width:150px;
    top:20px;
    right:10px;
}
.biz-company-img-office{
    position:absolute;
    width:200px;
    top:490px;
    right:20px;
}
.biz-company-img-isms{
    position:absolute;
    width:100px;
    height: 52px;
    top:420px;
    right:20px;
}
/*biz-organization*/
.biz-organization{
    width:100%;
    height:655px;
    margin:auto;
    background-color: #e5e5e5;
}
.biz-organization-title{
    font-size:14px;
    font-weight:bold;
    color:#231815;
    margin:0px 20px;
    padding-top:25px;
}
.biz-organization-title-line{
    position:absolute;
    top:5px;
    left:115px;
    background-color:#231815;
    width: 1px;
    height: 70px;
    transform: rotate(45deg);
    z-index: 2;
}
.biz-organization-img{
    width:340px;
    margin:40px 20px 0px 20px;
}
/*biz-example*/
.biz-example{
    width:100%;
    height:470px;
}
.biz-example-title{
    font-size:14px;
    font-weight:bold;
    color:#231815;
    margin:0px 20px;
    padding-top:25px;
}
.biz-example-title-line{
    position:absolute;
    top:5px;
    left:70px;
    background-color:#231815;
    width: 1px;
    height: 70px;
    transform: rotate(45deg);
    z-index: 2;
}
.biz-example-grid{
    display:grid;
    grid-template-columns: repeat(2, 150px);
    grid-template-rows:100px 100px 90px;
    justify-content: center;
    gap:30px;
    margin-top:30px;
}
.biz-example-contents-title{
    color:#ffffff;
    background-image: linear-gradient(90deg, #ee8570,#f4b09b);
    font-size:11px;
    font-weight:200;
    width:150px;
    height:20px;
    border-radius:10px;
    padding-top:3px;
    padding-left:18px;
}
.biz-example-contents-txt{
    font-size:8px;
    font-weight:200;
    color:#666666;
    line-height:20px;
    margin-left:5px;
}
.biz-example-button{
    width:220px;
    height:30px;
    background-image: linear-gradient(90deg, #ee8570,#f4b09b);
    border-radius:40px;
    margin:auto;
    text-align: center;
}
.biz-example-button a{
    font-size:11px;
    font-weight:200;
    text-decoration: none;
    width:220px;
    height:40px;
    color:#ffffff;
}
.biz-example-button:hover{
    transform:scale(1.1);
    transition:all .5s;
}
/*gallery*/
.biz-gallery{
    width:100%;
    height:510px;
    background-image: linear-gradient(90deg, #ee8570,#f4b09b);
}
.biz-gallery-title{
    font-size:14px;
    font-weight:bold;
    color:#ffffff;
    margin:0px 20px;
    padding-top:25px;
}
.biz-gallery-title-line{
    position:absolute;
    top:5px;
    left:125px;
    background-color:#ffffff;
    width: 1px;
    height: 70px;
    transform: rotate(45deg);
    z-index: 2;
}
.biz-gallery-line{
    display:flex;
    overflow:hidden;
    width:100%;
    height:335px;
    z-index: 2;
    margin-top:50px;
}
.biz-gallery-slider{
    animation: scroll-left 20s infinite linear 0.5s both;
    animation-duration:60s;
    display: flex;
}
.biz-gallery-slide img{
    display:block;
    height:335px;
    border-radius:12px;
    margin:0px 10px;
}
@keyframes scroll-left{
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%);
    }
}