@charset "utf-8";

/* ##############################################################################

    Page-Home(Top) Style

############################################################################## */

/* Top Message */
.section-challenge-top{
    color: var(--main-color-blue);
}
.page-home .section-challenge-top{
    border-top: solid 5px var(--main-color-blue);   
}

.section-challenge-top .bg-image{
    background-image: url(../image/home/stock-photo-abstract-grunge-decorative-light-blue-plaster-wall-background-with-winter-pattern-rough-stylized-535191064.jpg); 
    background-position-y: 90%;
}


.section-challenge-top .txt-left-box{
    padding-top: 0;
    padding-bottom: 0;
}

/* IBS Brand */
.section-ibsbrand-top{
    color: var(--main-color-blue);
    margin-top: -201px; /* 1px余分に重ねる*/
}
.section-ibsbrand-top .bg-image{
    background-image: url(../image/home/img_cover_brand.jpg);
    background-position-y: 20%;
}
.section-ibsbrand-top .copy-large{
    top: 155px;
    left: 0;
    color: #cccccc;
    font-size: clamp(70px, 15vw, 210px);
}
.section-ibsbrand-top .txt-right-box{
    height: auto;
    padding-top: 0;
}

/* Product Lineup */
.section-product-top{
    color: var(--main-color-blue);
    margin-top: -201px;  /* 1px余分に重ねる*/
    overflow: hidden;
}
.section-product-top .bg-image{
    background-image: url(../image/home/img_cover_product.jpg);
    background-repeat: repeat;
}
.section-product-top .copy-large{
    color: #cccccc;
    transform: rotate(90deg);
    width: 0;
    height: 0;
    font-size: 400px;
    top: 12%;
    left: 10%;
}
.section-product-top .txt-right-box{
    padding-top: 0;
}
.product-lineup-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
    max-width: 1020px;
    margin-left: auto;
}
.product-lineup-top .item-box{
    border: solid 1px #e6e6e6;
    width: 320px;
    height: 380px;
    box-sizing: border-box;
    background: #fff;
    color: var(--main-color-blue);
    position: relative;
    padding: 70px 0 0 0;
}
.product-lineup-top .item-box:first-child{
    margin-top: 60px;
}
.product-lineup-top .item-box:nth-child(2){
    margin-top: 30px;
}
.product-lineup-top .item-box img{
    display: block;
    height: 185px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.product-lineup-top .item-box span{
    display: block;
    text-align: center;
    font-weight: bold;
}
.product-lineup-top .item-box span.tag-category{
    display: block;
    position: absolute;
    background: var(--main-color-blue);
    color: #fff;
    line-height: 2;
    padding: 0 20px;
    top: -1px;
    left: -1px;
}
.product-lineup-top .item-box span.product-title{
    font-size: 26px;
    line-height: 1.3;
}
.product-lineup-top .item-box span.product-title-small{
    font-size: 22px;
}
.product-lineup-top .item-box span.product-title-sub{
    font-size: 18px;
}
.section-product-top .search_container{
    box-sizing: border-box;
    position: relative;
    border: solid 1px #e6e6e6;
    background: #fff;
    height: 50px;
    width: 700px;
    line-height: 50px;
    overflow: hidden;
    margin-left: auto;
    text-align: center;
    margin-top: 85px;
}
.section-product-top .search_container input[type="text"]{
    border: none;
    width: 100%;
    height: 100%;
    background: #fff;
    padding-left: 20px;
    font-size: 18px;
    color: black;
}
.section-product-top .search_container input[type="text"]:focus{
    outline: 0;
}
.section-product-top .search_container input[type="submit"]{
    cursor: pointer;
    border: none;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 8px;
    z-index: 1;
    outline : none;
    background: #fff;
    background-image: url(../image/home/magnifying_glass.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
/* About */
.section-about-top{
    color: var(--main-color-blue);
    margin-top: -201px; /* 1px余分に重ねる*/
    overflow: hidden;
}
.section-about-top .bg-image{
    background-image: url(../image/home/img_cover_about.jpg);
    padding-bottom: 200px;
}
.section-about-top .copy-large{
    transform: rotate(90deg);
    font-size: 400px;
    line-height: 0;
    width: 0;
    height: 0;
    top: 8%;
    right: 10%;
}
.section-about-top .txt-left-box{
    padding-bottom: 0;
}

/* CountUp */
.countup-area{
    width: 800px;
}
.box-countup{
    width: 800px;
    height: auto;
    text-align: left;
    margin: 100px 0 100px 50px;
}
table.box-countup th,table.box-countup td{
    height: 20px;
}
.box-countup .count-title{
    font-size: 28px;
    vertical-align: top;
}
.box-countup .count-value{
    font-size: 100px;
    line-height: 1.3;
}
.box-countup .count-unit{
    font-size: 24px;
}

/* CSR */
.section-csr-top{
    color: var(--main-color-blue);
    margin-top: -401px; /* 1px余分に重ねる*/
}
.section-csr-top .bg-image{
    background-image: url(../image/home/img_cover_csr.jpg);
    background-position-y: 20%;
}
.section-csr-top .copy-large{
    top: 175px;
    left: 30px;
}
.section-csr-top .txt-right-box{
    padding-top: 0;
}

/* Recruit */
.section-recruit-top{
    color: var(--main-color-blue);
    margin-top: -201px; /* 1px余分に重ねる*/
}
.section-recruit-top .bg-image{
    background-image: url(../image/home/img_cover_recruit.jpg);
}
.section-recruit-top .copy-large{
    top: 65px;
    right: 30px;
    color: #cccccc;
    font-size: clamp(70px, 15vw, 210px);
    line-height: 0.7;
}
.section-recruit-top .txt-left-box{
    padding-bottom: 0;
}

/* タブレットサイズ　背景位置 */
@media screen and (max-width: 1000px){
    .section-ibsbrand-top .bg-image{
        background-position-x: 35%;
    }
    .section-recruit-top .bg-image{
        background-position-x: 30%;
    }
}

/* Home SP */
@media screen and (max-width: 767px) {
    /* Challenge */
    .section-challenge-top{
        border-top: none;
    }

    /* IBS Brand */
    .section-ibsbrand-top{
        margin-top: -101px; /* 1px余分に重ねる*/
    }
    .section-ibsbrand-top .bg-image{
        padding: 0;
        background-position-x: 51%;
    }
    .section-ibsbrand-top .copy-large{
        font-size: 65px;
        top: 65px;
        left: 10px;
    }

    /* Product Lineup */
    .section-product-top{
        margin-top: -171px; /* 1px余分に重ねる*/
    }
    .section-product-top .bg-image{
        padding: 0;
    }
    .section-product-top .copy-large{
        transform: none;
        width: auto;
        height: auto;
        font-size: 80px;
        top: 65px;
        left: 10px;
    }
    .product-lineup-top{
        display: block;
        width: 300px;
        margin: 0 auto;
    }
    .product-lineup-top .item-box{
        display: block;
        width: 300px;
        height: auto;
        padding: 50px 0 20px 0;
        margin: 0;
        margin-bottom: 20px;
    }
    .product-lineup-top .item-box:first-child{
        margin-top: 0;
        }
    .product-lineup-top .item-box:nth-child(2){
        margin-top: 0;
    }
    .product-lineup-top .item-box img{
        margin-bottom: 10px;
    }
    .product-lineup-top .item-box span.product-title{
        font-size: 22px;
    }
    .product-lineup-top .item-box span.product-title-small{
        font-size: 18px;
    }
    .product-lineup-top .item-box span.product-title-sub{
        font-size: 16px;
    }
    .section-product-top .search_container{
        width: 100%;
        font-size: 16px;
        margin-top: 50px;
        margin-left: 0;
    }
    .section-product-top .search_container input[type="text"]{
        font-size: 16px;
    }
    .section-product-top .txt-right-box{
        margin-bottom: 50px;
    }
    
    /* About */
    .section-about-top{
        margin-top: -151px; /* 1px余分に重ねる*/
    }
    .section-about-top .bg-image{
        padding: 0;
    }
    .section-about-top .bg-filter-black{
        padding: 0;
    }
    .section-about-top .copy-large{
        transform: none;
        width: auto;
        height: auto;
        font-size: 85px;
        top: 35px;
        right: 10px;
        color: var(--line-color-gray);
    }
    .section-about-top .txt-left-box{
        padding-top: 120px;
        height: 1350px;
    }

    /* CountUp */
    .countup-area{
        width: 320px;
        }
    .box-countup{
        width: 100%;
        margin: 0;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    table.box-countup th{
        display: block;
        height: 28px;
    }
    table.box-countup td{
        display: block;
        height: 90px;
        padding-left: 30px;
    }
    .box-countup .count-title{
        font-size: 16px;
    }
    .box-countup .count-value{
        font-size: 75px;
        line-height: 80px;
    }
    .box-countup .count-unit{
        font-size: 16px;
    }

    /* CSR */
    .section-csr-top{
        margin-top: 0;
        height: 800px;
        /* 1px余分に重ねる*/
    }
    .section-csr-top .bg-image{
        padding: 0;
        margin-top: -250px;
    }
    .section-csr-top .copy-large{
        font-size: 70px;
        top: 75px;
        left: 10px;
    }
    
    /* Recruit */
    .section-recruit-top{
        margin-top: 0; 
        /* 1px余分に重ねる*/
    }
    .section-recruit-top .bg-image{
        padding: 0;
        margin-top: -250px;
        background-position-x: 35%;
    }
    .section-recruit-top .copy-large{
        font-size: 70px;
        top: 35px;
        right: 10px;
    }
}
@media (max-width: 1349px) and (min-width: 768px){
    .section-product-top .copy-large{
        content: "Product";
        font-size: clamp(90px, 15vw, 210px);
        transform: rotate(0deg);
        left: 5px;
        top: 160px;
    }

}
@media screen and (max-width: 1299px){
    .pc-only-br{
        display: none;
    }
    .txt-right-box .leadtxt-normal, .txt-right-box .leadtxt-small{
        text-align: left;
    }
}

/* EN,KR layout */
:is(.ko) .section-ibsbrand-top .txt-right-box{
    padding: 0;
}