@charset "UTF-8";
/*biz-top*/
.biz-top{
    width:1200px;
    height:595px;
    margin:auto;
	padding-top: 100px;
}
.biz-top-bg{
    padding-top:100px;
    width:100%;
    height:595px;
}
.biz-top-txt{
    font-size:20px;
    color:#ffffff;
    top:300px;
    margin-left:120px;
    letter-spacing: 3px;
}
.biz-top-txt-sz1{
    font-size:22px;
    color:#ffffff;
}
.biz-top-txt-sz2{
    font-size:32px;
    color:#ffffff;
    line-height:50px;
}
/*biz-promise*/
.biz-promise{
    width:1200px;
    height:655px;
    margin:auto;
    background-color: #eeeeef;
}
.biz-promise-title{
    font-size:25px;
    font-weight:bold;
    color:#231815;
    margin:0px 50px;
    padding-top:70px;
}
.biz-promise-title-line{
    position:absolute;
    top:40px;
    left:185px;
    background-color:#231815;
    width: 1px;
    height: 120px;
    transform: rotate(45deg);
    z-index: 2;
}
.biz-promise-topic{
    font-size:18px;
    font-weight:bold;
    color:#231815;
    margin-top:80px;
    margin-left:140px;
    margin-bottom:40px;
    letter-spacing:1px;
}
.biz-promise-txt{
    font-size:18px;
    font-weight:bold;
    margin-left:140px;
    letter-spacing:1px;
    line-height:40px;
}
.biz-promise-name{
    font-size:18px;
    font-weight:bold;
    margin-top:20px;
    margin-left:650px;

}
/*biz-company*/
.biz-company{
    width:1200px;
    height:675px;
    margin:auto;
}
.biz-company-title{
    font-size:25px;
    font-weight:bold;
    color:#231815;
    margin:0px 50px;
    padding-top:70px;
}
.biz-company-title-line{
    position:absolute;
    top:40px;
    left:140px;
    background-color:#231815;
    width: 1px;
    height: 120px;
    transform: rotate(45deg);
    z-index: 2;
}
.biz-company-txt{
    display: flex;
}
.biz-company-txt-left{
    margin-top:50px;
    margin-left:260px;
    width:88px;
    height:330px;
}
.biz-company-txt-right{
    font-size:16px;
    font-weight: bold;
    line-height:36px;
    margin-top:38px;
    margin-left:80px;
}
.biz-company-txt-right-line{
	margin-top: 10px;
	border-top:solid #333 1px;
}
.biz-company-img{
    display: flex;
    flex-direction:column;
    margin-top:45px;
    margin-left:40px;
}
.biz-company-img-logo{
    width:152px;
    height: 52px;
}
.biz-company-img-office{
    width:156px;
    height:98px;
    margin-top:20px;
}
.biz-company-img-isms{
    width:120px;
    height: 67px;
    margin-top:195px;
}
/*biz-organization*/
.biz-organization{
    width:1200px;
    height:650px;
    margin:auto;
    background-color: #e5e5e5;
}
.biz-organization-title{
    font-size:25px;
    font-weight:bold;
    color:#231815;
    margin:0px 50px;
    padding-top:30px;
}
.biz-organization-title-line{
    position:absolute;
    top:0px;
    left:220px;
    background-color:#231815;
    width: 1px;
    height: 120px;
    transform: rotate(45deg);
    z-index: 2;
}
.biz-organization-img{
    width:1096px;
    height:495px;
    margin:50px 47px 0px 47px;
}
/*biz-example*/
.biz-example{
    width:1200px;
    height:650px;
    margin:auto;
}
.biz-example-title{
    font-size:25px;
    font-weight:bold;
    color:#231815;
    margin:0px 50px;
    padding-top:30px;
}
.biz-example-title-line{
    position:absolute;
    top:0px;
    left:140px;
    background-color:#231815;
    width: 1px;
    height: 120px;
    transform: rotate(45deg);
    z-index: 2;
}
.biz-example-grid{
    display:grid;
    grid-template-columns: repeat(3, 333px);
    grid-template-rows:190px 180px;
    justify-content: center;
    gap:65px;
    margin-top:70px;
    letter-spacing: 2px;
}
.biz-example-contents-title{
    color:#ffffff;
    background-image: linear-gradient(90deg, #ee8570,#f4b09b);
    font-size:18px;
    font-weight:200;
    width:313px;
    height:32px;
    border-radius:35px;
    padding-top:3px;
    padding-left:20px;
}
.biz-example-contents-txt{
    font-weight:bold;
    color:#666666;
    line-height:35px;
    margin-left:30px;
}
.biz-example-button{
    font-size:20px;
    font-weight:200;
    width:415px;
    height:41px;
    padding-top:9px;
    padding-left:40px;
    background-image: linear-gradient(90deg, #ee8570,#f4b09b);
    border-radius:35px;
    color:#ffffff;
    margin:auto;
    letter-spacing:2px;
}
.biz-example-button a{
    font-size:20px;
    font-weight:200;
    text-decoration: none;
    width:415px;
    height:41px;
    background-image: linear-gradient(90deg, #ee8570,#f4b09b);
    border-radius:35px;
    color:#ffffff;
    margin:auto;
    letter-spacing:2px;
}
.biz-example-button-arrow{
    position:absolute;
    top:17px;
    left:410px;
    content:"";
    margin: 0;
    width: 12px;
    height: 12px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    z-index: 2;
}
.biz-example-button:hover{
    transform:scale(1.1);
    transition:all .5s;
}
/*gallery*/
.biz-gallery{
    width:1200px;
    height:655px;
    margin:auto;
    background-image: linear-gradient(90deg, #ee8570,#f4b09b);
}
.biz-gallery-title{
    font-size:25px;
    font-weight:bold;
    color:#ffffff;
    margin:0px 50px;
    padding-top:30px;
}
.biz-gallery-title-line{
    position:absolute;
    top:0px;
    left:235px;
    background-color:#ffffff;
    width: 1px;
    height: 120px;
    transform: rotate(45deg);
    z-index: 2;
}
.biz-gallery-line{
    display:flex;
    overflow:hidden;
    width:100%;
    height:336px;
    z-index: 2;
    margin-top:110px;
}
.biz-gallery-slider{
    animation: scroll-left 20s infinite linear 0.5s both;
    animation-duration:60s;
    display: flex;
}
.biz-gallery-slide img{
    display:block;
    height:336px;
    border-radius:12px;
    margin:0px 15px;
}
@keyframes scroll-left{
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%);
    }
}