@charset "UTF-8";
/* ===============================
	feature
 =============================== */

/* common ----------------------------- */

figure img{
    width: 100%;
}

#contents{
    overflow: hidden;
}

.ttl_jp {
    background: #0376C1;
    color: #fff;
    font-size: 3rem;
    text-align: center;
    font-weight: 600;
    margin: 0;
    padding: 0.5em 0;
    font-size: min(1.35vw,2.2rem);
}

.ttl_jp:before {
    content: "";
    width: 1.4em;
    height: 1.4em;
    background: url(../images/icn_01@2x.png) no-repeat 50% 50%;
    background-size: contain;
    display: inline-block;
    margin: -.1em .4em 0 0;
    vertical-align: middle;
}


/* about business ----------------------------- */

.about_business {
    padding: 12.5% 0 1px;
    background: #F5F5F5;
    margin-bottom: -5px;
}

.business_list-wrap {
    margin: 14% auto;
    padding: 0;
}

.business_list-wrap .item {
    counter-increment: mycounter;
    position: relative;
}

.business_list-wrap_02{
    margin: 4% auto 7.5%;

}
.business_list-wrap_02 .item {
    margin: 0 auto 2.5%;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    padding: 0 0 26px;
    width: 90%;
}

.business_list-wrap_02 .item p{
    /* font-size: 2.2rem; */
    text-align: center;
    margin: 1.5em auto;
}
.business_list-wrap_02 .item li{
    margin:0 5px;
}

.business_list-wrap .item .box {
    position: relative;
    padding: 11.5% 14% 19% 14%;
    /*border: 1px solid;*/
}

.business_list-wrap .item .box:before,
.business_list-wrap .item .box:after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
}
.business_list-wrap .item .box:before{
    top: 0;
    height: 43.5%;
    background: url(../images/blw_top_sp.png) no-repeat 50% 0%;
    background-size: 100% auto;
}
.business_list-wrap .item .box:after {
    bottom: 0;
    height: 57.5%;
    background: url(../images/blw_btm_sp.png) no-repeat 50% 100%;
    background-size: 100% auto;
}

.business_list-wrap .item .box p {
    line-height: 1.75;
    position: relative;
    z-index: 3;
}

/* about career chart ----------------------------- */

.about_crchart {
    padding: 1px 0;
    background: #F5F5F5;
    position: relative;
}

.about_crchart:before,
.about_crchart:after {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    z-index: 1;
}

.about_crchart:before {
    top: 1.5%;
    left: -12%;
    width: 105%;
    background: url(../images/bg_top@2x.png) no-repeat 0 0;
    background-size: 100% auto;
}

.about_crchart:after {
    bottom: -2.8%;
    right: -9%;
    width: 105%;
    background: url(../../images/bg-page_sp.png) no-repeat 100% 100%;
    background-size: 100% auto;
}

.crchart_list{
    margin: 11% auto 15%;
    position: relative;
    z-index: 3;
}
.crchart_list .item .heading {
    text-align: center;
    margin: 0 auto 1em;
}

.crchart_list .item {
    width: 68%;
    margin: 2% auto 7%;
    padding: 12.8% 0;
}

.crchart_list .item .img{
    width: 35%;
    margin: 0 auto;
}



/*PC Layout
===================================*/
@media screen and (min-width: 769px) {
	
	/* common --------------------------------------pc */

    br.sp{
        display: none;
    }


	/* about business -----------------------------pc */
	
    .about_business{
        padding: 6.8% 0 5.2%;
    }

    .about_business .wrap-inner_02 {
        max-width: 1140px;
    }

    .about_business .ttl {
        max-width: 1018px;
        margin: 0 auto;
    }

    .business_list-wrap{
        margin: 0 auto;
    }    

    .business_list-wrap .item:nth-child(even) .box-inner{
        flex-direction: row-reverse;
    }

    .business_list-wrap .item:nth-child(odd){
        padding: 0 5.3% 0 0;
    }

    .business_list-wrap .item:nth-child(even){
        padding: 0 0 0 5.3%;
    }

    .business_list-wrap .item .box-inner {
        align-content: flex-end;
        align-items: flex-end;
    }

    .business_list-wrap .item {
        margin: 0 auto 5%
    }

    .business_list-wrap .item .img {
        width: 37%;
    }
    
    .business_list-wrap .item .box {
        width: 60.5%;
        padding: 6% 6% 11% 16.5%;
        margin: 2% 0 1% 0;
    }

    .business_list-wrap .item .box:before {
        height: 43.5%;
    }

    .business_list-wrap .item:nth-child(odd) .box:before {
        background-image: url(../images/blw_top_odd@2x.png);
    }

    .business_list-wrap .item:nth-child(even) .box:before {
        background-image: url(../images/blw_top_even@2x.png);
    }

    .business_list-wrap .item .box:after {
        height: 57.5%;
    }

    .business_list-wrap .item:nth-child(odd) .box:after {
        background-image: url(../images/blw_btm_odd@2x.png);
    }

    .business_list-wrap .item:nth-child(even) .box:after {
        background-image: url(../images/blw_btm_even@2x.png);
    }

    .business_list-wrap .item .box p {
        font-size:  min(1.35vw,2.2rem);
        position: relative;
    }

    .business_list-wrap .item .box p:before {
        content: counter(mycounter, decimal-leading-zero);
        font-size: min(1.35vw,2.2rem);
        font-family: 'Michroma', sans-serif;
        font-weight: 500;
        color: #fff;
        text-align: center;
        background: url(../../../common/images/icn_num@2x.png) no-repeat 50% 50%;
        background-size: contain;
        position: absolute;
        top: calc(50% - 2.4em);
        left: -5.3em;
        z-index: 3;
        width: 4.14em;
        height: 4.14em;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

	/* about correlation chart -----------------------------sp */

    .about_crchart {
        padding: 1px 0 3.2%;
    }

    .about_crchart:before {
        top: 1%;
        left: 0%;
        width: 105%;
        background: url(../images/bg_top@2x.png) no-repeat 0 0;
        background-size: 73.5% auto;
    }

    .about_crchart:after {
        bottom: -3.5%;
        right: 0;
        width: 103%;
        background: url(../../images/bg-page@2x.png) no-repeat 100% 100%;
        background-size: 66% auto;
    }

    .crchart_list {
        margin: 6.5% auto 5%;
    }

    .crchart_list .item {
        width: 48%;
        margin: 0 0 3.6%;
        padding: 7.2% 0 5.8%;
    }

    .crchart_list .item .heading {
        margin: 0 auto .78em;
        min-height: 4em;
        font-size: min(1.35vw,2.2rem);
    }

    .crchart_list .item .heading .en {
        margin: 0 0 .8em;
    }
    
    .crchart_list .item .img {
        width: 41%;
        margin: 0 auto;
    }
    
    .crchart_list .item:last-child .img {
        width: 52.2%;
    }

}
/*SP Layout
===================================*/
@media screen and (max-width: 768px) {
	
	/* about business -----------------------------sp */

    .about_business .wrap-inner_02 {
        width: 100%;
    }

    .about_business .ttl {
        width: 84%;
        margin: 0 auto;
    }
    .business_list-wrap{
        width: 93%;
    }

    .business_list-wrap .item:before {
        content: counter(mycounter, decimal-leading-zero);
        font-size: min(3.56vw,2.4rem);
        font-family: 'Michroma', sans-serif;
        font-weight: 500;
        color: #fff;
        text-align: center;
        background: url(../../../common/images/icn_num@2x.png) no-repeat 50% 50%;
        background-size: contain;
        position: absolute;
        top: -1em;
        left: 1.2em;
        z-index: 3;
        width: 3.572em;
        height: 3.572em;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .business_list-wrap .item .img {
        width: 56%;
        margin: 4.5% auto 17%;
    }

    .business_list-wrap .item .box p {
        font-size: min(3.56vw,2.3rem);
    }
    /* .heading_06 span{
        font-size: 1.6rem;
    } */
    .business_list-wrap_02{
        width: 94%;
        padding-left: 0;
    }
    .ttl_jp{
        font-size: 1.6rem;
        padding: 1em 0;
    }
    .business_list-wrap_02 .item p{
        font-size: 1.4rem;
        width: 90%;
        text-align: left;
    }
    ul.wrap-flex_box.flex_box--center{
        width: 62%;
        justify-content: space-between;
        margin: 0 auto;
    }
    .business_list-wrap_02 .item li{
        margin: 0;
        width: 48%;
    }
    .crchart_list .item{
        width: 100%;
    }
    /* .heading_06{
        font-size: 1.6rem;
    } */
    ul.wrap-flex_box.flex_box--center.iconbox02 {
        width: 90%;
    }
    ul.wrap-flex_box.flex_box--center.iconbox02 li{
        width: 31%;
    }
    ul.wrap-flex_box.flex_box--center.iconbox03{
        justify-content: center;
    }
    .crchart_list .wrap-flex_box{
        width: 65%;
        margin: 0 auto 30px;
    }
}

/* Layout customize
===================================*/
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 1750px) and (min-width: 769px) {
}
