@charset "utf-8";


/* 事業内容
-------------------------------*/


/* 理想を創り上げる... **/
.biz01{
    margin-bottom: 150px;
}
.biz01 .txt1{
    font-size: 42px;
    line-height: 1.8em;
    font-weight: 700;
    color: #0096fa;
    margin-bottom: 1.5em;
    text-align: center;
}
.biz01 .txt2{
    font-family: "Noto Serif JP", serif;
    font-weight:500;
    text-align: center;
    line-height: 2em;
}
.biz01 .img{
    margin-top: 70px;
}
.biz01 .img img{
    width: 50%;
}
@media screen and (max-width:910px){
    .biz01 .txt1{
        font-size: 32px;
        line-height: 1.8em;
        font-weight: 700;
    }
    .biz01 .txt2{
        text-align: center;
        line-height: 2em;
    }
}
@media screen and (max-width:640px){
    .biz01{
        margin-bottom: 80px;
    }
    .biz01 .txt1{
        font-size: 5.5vw;
        line-height: 1.8em;
    }
    .biz01 .txt2{
        text-align: left;
        line-height: 1.8em;
    }
    .biz01 .img{
        margin-top: 40px;
        text-align: center;
    }
    .biz01 .img img{
        width: 100%;
        margin-bottom: 10px;
    }
}




/* 選ばれる理由 **/
.biz02{
    width: 90%;
    max-width: 1250px;
    margin: auto;
}

.sub_contents_wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 50px auto;
}
.flow_content {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 910px) {
    .sub_contents_wrapper {
        margin-top: 0;
    }
    .flow_content {
        display: block;
    }
}


/* サイドナビ　固定 */
.category_list_wrapper {
    width: 36%;
}
.category_list_wrapper ul {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 10rem;
}
/*
.category_list_wrapper li a {
    display: flex;
    align-items: center;
    padding: 10px 0 10px 30px;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.category_list_wrapper li a:hover {
    opacity: 1;
    color: #0096fa;
}
.current {
    color: #0096fa;
    background-image: url(../img/company/maru.png);
    background-repeat: no-repeat;
    background-position: left center;
}*/
@media (max-width: 910px) {
    .category_list_wrapper {
        width: 100%;
    }
    .category_list_wrapper ul {
        display: block;
        position: static;
        text-align: center;
        margin-bottom: 30px;
    }
}


/* コンテンツ */
.sl_main {
    width: 60%;
}
.sl_cont{
    padding: 0;
    padding-top: 120px;/* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -120px;/* heightと同じ分のネガティブマージン */
    width: 100%;
    margin-bottom: 50px;
}
.sl_main .sl_cont:last-child{
    margin-bottom: 0;
}
@media (max-width: 910px) {
    .sl_main {
        width: 100%;
    }
}
@media screen and (max-width:640px){
    .sl_cont{
        margin-bottom: 40px;
    }
}


.st_box{
    width: 100%;
    padding-top: 50px;
    border-top: solid 1px #ccc;
    padding-bottom: 10px;
}
#st03 .st_box{
    padding-bottom: 50px;
    border-bottom: solid 1px #ccc;
}
.st_box .ttl{
    width: 180px;
    color: #0096fa;
    font-weight: 700;
}
.st_box .ttl .ja{
    font-size: 30px;
    line-height: 1.2em;
}
.st_box .txt{
    width: calc(100% - 180px);
    font-family: "Noto Serif JP", serif;
    font-weight:500;
}
.st_box .txt .img{
    margin-top: 50px;
}
.st_box .txt .img img{
    border-radius: 15px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.st_box .txt .img.x2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.st_box .txt .img.x2 li{
    width: 48%;
}

@media (min-width:911px) and (max-width:1555px){
    .st_box .txt .img.x1 li img{
        height: 9.6vw;
        width: auto;
    }
}
@media screen and (max-width:640px){
    .st_box{
        padding-top: 40px;
    }
    #st03 .st_box{
        padding-bottom: 40px;
    }
    .st_box .ttl{
        width: 100%;
        margin-bottom: 20px;
    }
    .st_box .ttl .ja{
        font-size: 22px;
        line-height: 1.2em;
    }
    .st_box .txt{
        width: 100%;
    }
    .st_box .txt .img{
        margin-top: 20px;
    }
    .st_box .txt .img.x1 li img{
        height: 23vw;
        width: auto;
    }

}









/* 取扱品目 */
.biz_bg_ao{
    width: 100%;
    background: url(../img/business/biz3_bg.jpg) center top no-repeat;
    background-size: cover;
    padding-top: 60px;
    margin-top: 160px;
}
.biz03{
    padding-bottom: 70px;
}
.ttl01.c-siro{
    text-align: center;
    color: #fff;
}
.ttl01.c-siro .en{
    background: -moz-none;
    background: -webkit-none;
    background: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #fff;
}
.biz03_box .item{
    width: 48%;
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 3% 50px;
    text-align: center;
}
.biz03_box .item img{
    border-radius: 10px;
}
.biz03_box .item dl{
    text-align: center;
    margin-top: 30px;
}
.biz03_box .item dl dt{
    font-size: 33px;
    line-height: 1.3em;
    color: #0096fa;
    font-weight: 500;
    margin-bottom: 20px;
}

.biz03_box .item dl dd{
    font-family: "Noto Serif JP", serif;
    font-weight:500;
}
.biz03_box .item.wide{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 50px;
}
.biz03_box .item.wide ._in{
    width: 100%;
    max-width: 960px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.biz03_box .item.wide .txt{
    width: 47%;
    text-align: left;
}
.biz03_box .item.wide .img{
    width: 50%;
}
.biz03_box .item.wide dl{
    text-align: left;
}


@media screen and (max-width:910px){
    .biz03_box .item dl dt{
        font-size: 26px;
        line-height: 1.3em;
    }
}
@media screen and (max-width:780px){

    .biz03_box .item.wide{
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top: 40px;
    }
    .biz03_box .item.wide ._in{
    }
    .biz03_box .item.wide .txt{
        width: 100%;
        text-align: center;
        order: 2;
    }
    .biz03_box .item.wide .img{
        width: 100%;
        order: 1;
    }
    .biz03_box .item.wide .img img{
        width: auto;
        max-width: 80%;
        height: auto;
    }
    .biz03_box .item.wide dl{
        text-align: center;
    }
}


@media screen and (max-width:640px){
    .biz_bg_ao {
        padding-top: 50px;
        margin-top: 50px;
    }
    .biz03_box .item{
        width: 100%;
        max-width: 570px;
        margin-left: auto;
        margin-right: auto ;
        padding-bottom: 30px;
    }
    .biz03_box .item:not(:last-child){
        margin-bottom: 20px;
    }
    
    .biz03_box .item dl dt{
        font-size: 20px;
        line-height: 1.3em;
        margin-bottom: 10px;
    }
    .biz03_box .item.wide{
        margin-top: 0;
    }

    
    
}






/* 取扱樹脂 */
.biz04{
    width: 100%;
    overflow: hidden;
    padding-top: 110px;
    padding-bottom: 80px;
    margin-bottom: 150px;
}
.biz04 ._in{
    position: relative;
}
.biz04 ._in:before{
    position: absolute;
    left: -240px;
    top: -100px;
    width: 1800px;
    height: 710px;
    background-color: #fff;
    border-radius: 70px 0 0 70px;
    content: "";
}
.biz04 .txt{
    margin-top: 100px;
    margin-left: auto;
    width: 55%;
    height: 320px;
    background-color: #f6f8fa;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3;
}
.biz04 .txt dt{
    color: #0096fa;
    font-weight: 500;
}
.biz04 .txt dd{
    font-family: "Noto Serif JP", serif;
    font-weight:500;
    margin-bottom: 20px;
}
.biz04 .txt dd:last-child{
    margin-bottom: 0;
}

.biz04 .img{
    position: absolute;
    left: 0;
    top: 140px;
    z-index: 3;
    width: 50%;
}
.biz04 .img img{
    border-radius: 10px;
}

@media screen and (min-width:911px){
    .biz04 .ttl01{
        margin-left: -30px;
    }
}
@media screen and (max-width:1300px){
    .biz04{
        background-color: #fff;
    }
    .biz04 ._in:before{
        display: none;
    }
    .biz04 .txt{
        padding-left: 7%;
        padding-right: 2%;
        justify-content: flex-start;
    }
    .biz04 .txt br.sp{
        display: none;
    }
}
@media screen and (max-width:910px){
    .biz04{
        padding-top: 80px;
        padding-bottom: 80px;
        margin-bottom: 80px;
    }
    .biz04 .txt{
        margin-top: 0;
        margin-left: 0;
        width: 100%;
        height: auto;
        display: block;
        padding: 40px;
    }
    .biz04 .img{
        position: static;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
}
@media screen and (max-width:640px){
    .biz04{
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .biz04 .txt{
        padding: 30px;
    }
    .biz04 .img{
        margin-top: 20px;
    }

}





/* 関連業務 */
.biz05 .ttl{
    width: 100%;
    max-width: 1330px;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 50px;
    line-height: 1.2em;
    font-weight: 600;
    color: #0096fa;
    margin-bottom: 60px;
}
.biz05 .ttl span{
    display: inline-block;
    margin-left: 20px;
    height: 1px;
    background-color: #0096fa;
    flex-grow: 1;
}

.biz05_box{
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-bottom: 80px;
}
.biz05_box .txt{
    width: 46%;
}
.biz05_box .txt dt{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 32px;
    line-height: 1.2em;
    font-weight: 500;
    margin-bottom: 35px;
}
.biz05_box .txt dt span{
    display: inline-block;
    margin-left: 10px;
    height: 1px;
    background-color: #0096fa;
    flex-grow: 1;
}
.biz05_box .txt dd{
    font-family: "Noto Serif JP", serif;
    font-weight:500;
}

.biz05_box .txt dd p{
    padding-bottom: 20px;
}
.biz05_box .img{
    width: 46%;
}
.biz05_box .img img{
    border-radius: 10px;
}

.biz05_box.rev{
    flex-flow: row-reverse;
}
.biz05_box_2{
    width: 100%;
    max-width: 1330px;
    margin-left: auto;
    margin-bottom: 80px;
    flex-flow: row-reverse;
}
.biz05_box_2 .img{
    width: 37%;
}
.biz05_box_2 .img img{
    border-radius: 10px;
}

.biz05_box_2 .txt{
    width: 60%;
    font-family: "Noto Serif JP", serif;
    font-weight:500;

}
.biz05_box_2 .txt p{
    padding-bottom: 20px;
}

@media screen and (max-width:1300px){
    .biz05_box .txt{
        width: 50%;
    }
}
@media screen and (max-width:910px){
    .biz05 .ttl{
        font-size: 40px;
        line-height: 1.2em;
        margin-bottom: 50px;
    }

    .biz05_box{
        margin-bottom: 60px;
    }
    .biz05_box .txt{
        width: 100%;
    }
    .biz05_box .txt dt{
        font-size: 26px;
        line-height: 1.2em;
        margin-bottom: 25px;
    }
    .biz05_box .txt dd p{
        padding-bottom: 20px;
    }
    .biz05_box .img{
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    
    .biz05_box_2{
        display: block;
        margin-bottom: 60px;
    }
    .biz05_box_2 .img{
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .biz05_box_2 .txt{
        width: 100%;
    }
    
}
@media screen and (max-width:640px){
    .biz05 .ttl{
        font-size: 32px;
        line-height: 1.2em;
        margin-bottom: 30px;
    }

    .biz05_box{
        margin-bottom: 50px;
    }
    .biz05_box .txt dt{
        font-size: 19px;
        line-height: 1.2em;
        margin-bottom: 15px;
    }
    .biz05_box_2{
        margin-bottom: 50px;
    }

}









