@charset "UTF-8";
:root{
	--body : #333;
	--link : #333;
	--title : #333;
	--main : #333;
	--base : #333;
	--mainBold : #333;
	--sub : #333;
	--white : #333;
	--bg : #333;
    --h2fontsizePC : 32px ;
    --h2fontsizeSP : 32px ;
}
/*--------------------------------------------
CONTENT HEADER
---------------------------------------------*/
#contentHeader{
}
	#contentHeader h2{
        position: absolute;
        z-index: 5;
	}
	#contentHeader p{
        position: absolute;
	}
@media screen and (max-width: 768px){
	#contentHeader{
        background-image : url("../images/home/mv_sp.webp");
        background-repeat : no-repeat;
        background-position : top center;
        background-size: 100% auto;
        position: relative;
        width: 100%;
        height: calc( 800 * 100vw / 768 );
    }
        #contentHeader h2{
            bottom: calc(50 * 100vw / 768 );
            left: -20px;
        }
            #contentHeader h2 img{
                width: calc(800 * 100vw / 768 );
                height: auto;
            }
}
@media print,screen and (min-width: 769px){
    #contentHeader{
        background-image : url("../images/home/mv_back.webp");
        background-repeat : no-repeat;
        background-position : top center;
        background-size: 100% auto;
        position: relative;
        width: 100%;
    }
}
@media screen and (min-width: 769px) and (max-width:1439px){
	#contentHeader{
        height: calc( 50vw - 200px );
	}
        #contentHeader h2{
            bottom: calc(30 * 100vw / 2000);
            left: -10px;
        }
            #contentHeader h2 img{
                width: calc(1000 * 100vw / 2000);
                height: auto;
            }
    #contentHeader::after{
        content: "";
        background: url("../images/ui/title_back02.svg");
        width: 100%;
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-repeat: no-repeat;
        background-size: 100% ;
        background-position: bottom left;
    }
}
@media print, screen and (min-width: 1440px){
	#contentHeader{
        height: calc( 50vw - 300px );
	}
	#contentHeader .wrap{
	}
        #contentHeader h2{
            bottom: calc(-10 * 100vw / 2000);
            left: -10px;
        }
            #contentHeader h2 img{
                width: calc(1120 * 100vw / 2000);
                height: auto;
            }
        #contentHeader p{
            bottom: 65px;
            left: 660px;
        }
            #contentHeader p img{
                width: calc(510 * 100vw / 2000);
                height: auto;
            }
    #contentHeader::after{
        content: "";
        background: url("../images/ui/title_back01.svg");
        width: 100%;
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-repeat: no-repeat;
        background-size: 100% ;
        background-position: bottom left;
    }
}


/*--------------------------------------------
consept
---------------------------------------------*/
#consept{
    position: relative;
}
    #consept .box-flex{
        position: relative;
        z-index: 5;
    }
	#consept h2.title01 span  {
	}
@media screen and (max-width: 768px){
	#consept{
        margin-bottom: calc( 120 * 100vw / 768 );
	}
        #consept .fluid{
            position: absolute;
            top: 0px;
            left: 30px;
            z-index: 1;
            z-index: 
        }
    #consept .box-flex{
        position: relative;
        z-index: 5;
        display: block;
    }
    #consept .wrap{
	}
        #consept h2.title01 {
            font-size: calc( 60 * 100vw / 768 );
            margin-bottom: calc( 20 * 100vw / 768 );
        }
        #consept h2.title01 span {
            display: none;
        }
            #consept h2.title01 span img {
            }
}
@media print,screen and (min-width: 769px){
	#consept{
        margin-top: 50px;
	}
        #consept .fluid{
            position: absolute;
            top: 0px;
            left: 30px;
            z-index: 1;
            z-index: 
        }
        #consept .box-flex .text-wrap{
            width: 50%;
        }
        #consept .box-flex .img-wrap{
            width: 50%;
        }
	#consept h2.title01  {
        display: flex;
        align-items: flex-end;
        width: auto;
        position: relative;
        margin-left: -10px;
        margin-bottom: .5em;
	}
        #consept h2.title01 span {
        }
            #consept h2.title01 span img {
                height: 16px;
                width: auto;
            }
}
@media screen and (min-width: 769px) and (max-width:1439px){
	#consept .wrap{
        margin: auto;
        padding-top: 40px;
        padding-bottom: 80px;
	}
	#consept .img-wrap{
        max-width: 500px;
	}
	#consept h2.title01 span {
            height: 12px;
        margin-left: 12px;
        margin-bottom: 8px;
	}
        #consept h2.title01 span img {
            height: 100%;
            width: auto;
        }
}
@media print,screen and (min-width: 1440px){
	#consept{
        min-height: 450px;
	}
	#consept .wrap{
        margin: auto;
        padding-top: 100px;
        padding-bottom: 100px;
	}
        #consept .wrap .fluid {
            left: 120px;
            top: 10px;
        }
        #consept .wrap .box{
            display: flex;
        }
        #consept .wrap .box .text-wrap{
            width: 740px;
        }
        #consept .wrap .box .list-wrap{
            width: 350px;
            display: flex;
            column-gap: 10px;
        }
            #consept .wrap .list-wrap li{
                width: 80px;
            }
                #consept .wrap .list-wrap li .img{
                }
                    #consept .wrap .list-wrap li .img img{
                        width: 80px;
                        border-radius: 40px;
                    }
	#consept h2.title01 {
        font-size: 45px;
    }
	#consept h2.title01 span {
            height: 12px;
        margin-left: 12px;
        margin-bottom: 8px;
	}
        #consept h2.title01 span img {
            height: 100%;
            width: auto;
        }
	#consept p {
        font-size: 20px;
    }
}

/*--------------------------------------------
soul
---------------------------------------------*/
#soul {    
}
	#soul .iso_dl { 
		display: flex;
		flex-direction: column;
		margin-top: 2em;
	}
		#soul .iso_dl dt {
			text-align: center;
			color: #c0ab47;
			border-color: #c0ab47;
			border-style: double;
			border-top-width: 2px;
			border-bottom-width: 2px;
			padding: .4em 0;
			justify-content: center;
			align-items: center;
			margin-bottom: 5px;
			font-size: 1.4rem;
		}
		#soul .iso_dl dd { 
			padding: 10px 0 20px 0;
		}
		#soul .iso_dl dd img {
			width: 100%;
			height: auto;
		}
@media screen and (max-width: 768px){
    #soul {    
        margin-bottom: calc( 50 * 100vw / 768 );
        background: url("../images/home/back_img02.png") ;
        background-repeat: no-repeat;
        background-position: right calc( -70 * 100vw / 768 ) top calc( 100 * 100vw / 768 );
        background-size: calc( 600 * 100vw / 768 ); auto ;
    }
    #soul .box-flex {
        display: flex;
        flex-direction: column-reverse;
    }
        #soul .icon-wrap {
            position: relative;
            display: block;
        }
            #soul .icon-wrap img.images {
                position: absolute;
                top: -60px;
                right: 0px;
                width: calc( 150 * 100vw / 768 );
                height: auto;
            }
    #soul .img-wrap {
        margin-bottom: calc( 20 * 100vw / 768 );
        margin-top: calc( 20 * 100vw / 768 );
        position: relative;
    }
        #soul .img-wrap img {
            width: 80%;
            height: auto;
            margin-left: calc( -30 * 100vw / 768 );
            
        }
}
@media print,screen and (min-width: 769px){
    #soul {
        background: url("../images/home/back_img02.png") ;
        background-repeat: no-repeat;
        background-position: 1100px 120px ;
        background-size: 500px auto ;
        padding: 60px 0 60px 0 ;
    }
    #soul .box-flex {
    }
        #soul .box-flex .img-wrap {
            width: 50%;
			margin-top: 100px;
        }
        #soul .box-flex .text-wrap {
            width: 50%;
            padding-top: 100px;
        }
        #soul .icon-wrap {
            position: relative;
            display: block;
        }
            #soul .icon-wrap img.images {
                position: absolute;
                top: -180px;
                right: -50px;
                width: 150px !important;
                height: auto;
            }
}
@media screen and (min-width: 769px) and (max-width:1439px){

}
@media print,screen and (min-width: 1440px){
        #soul .box-flex .img-wrap {
            max-width: 700px;
        }
        #soul .box-flex img-wrap{
            width: 50%;
            padding-top: 100px;
        }
}

/*--------------------------------------------
sdgs
---------------------------------------------*/
#sdgs { 
    background-image: url("../images/home/back_img04.png");
    background-repeat: no-repeat;
}
@media screen and (max-width: 768px){
    #sdgs { 
        background-position: left calc( -30 * 100vw / 768 ) top calc( 150 * 100vw / 768 );
        background-size: calc( 400 * 100vw / 768 )  auto;
        padding-top: calc( 30 * 100vw / 768 );
        padding-bottom: calc( 100 * 100vw / 768 );
    }
    #sdgs .box-flex {
        flex-direction: column;
    }
        #sdgs .box-flex .img-wrap {
            text-align: right;
            margin-top: calc( 20 * 100vw / 768 );
        }
            #sdgs .box-flex .img-wrap img {
                width: 80%;
                height: auto;
            }
}
@media print,screen and (min-width: 769px){

	#consept .wrap{
        margin: auto;
        padding-top: 50px;
        padding-bottom: 0px;
	}
    #sdgs .box-flex {
    }
        #sdgs .box-flex .img-wrap {
            width: 50%;
        }
        #sdgs .box-flex .text-wrap {
            width: 50%;
        }
}
@media screen and (min-width: 769px) and (max-width:1439px){
    #sdgs { 
        background-position: -20px calc(50% - 0px);
        background-size: 200px auto;
    }
        #sdgs .box-flex .img-wrap {
            width: 50%;
            min-width: 350px;
        }
}
@media print,screen and (min-width: 1440px){
    #sdgs { 
        background-position: calc(50% - 600px) calc(50% - 0px);
        background-size: 300px auto;
    }
    #sdgs .box-flex .img-wrap {
            max-width: 700px;
        }
}

/*--------------------------------------------
biz-category
---------------------------------------------*/
#biz-category {
}
@media screen and (max-width: 768px){
    #biz-category {
        padding: 80px 0 ;
        background: #f0f4df;
        position: relative;
    }
        #biz-category::before {
            content: "";
            background: url("../images/ui/back_nami01.svg");
            display: block;
            background-size: contain;
            height: 60px;
            position: absolute;
            top: -1px;
            width: 100vw;
            background-repeat: no-repeat;
        }

        #biz-category .box-flex {
            display: flex;
        }
            #biz-category .title-wrap {
                padding: 0  calc( 60 * 100vw / 768 ) 0  calc( 40 * 100vw / 768 );
            }
                #biz-category .title-wrap .icon {
                    display: none;
                }
            #biz-category ul{
                display : flex;
                flex-direction: column;
                grid-row-gap: calc( 50 * 100vw / 768 );
            }
            #biz-category ul li img{
                width: 100%;
                height: auto;
                margin-bottom: 10px;
            }
                #biz-category ul li h3{
                    font-size: calc( 38 * 100vw / 768 );
                    margin-bottom: calc( 5 * 100vw / 768 );
                    font-weight: 500;
                }
                #biz-category ul li p{
                    line-height: 1.8;
                }
                #biz-category ul li p.link{
                    text-align: right;
                    line-height: 1;
                    font-size: calc( 24 * 100vw / 768 );
                    padding: 0px;
                    margin-right: 1em;
                }
}
@media print,screen and (min-width: 769px){
    #biz-category {
        padding: 80px 0 ;
        background: url("../images/home/back_img03.png");
        background-repeat: no-repeat;
        background-position: 40px 0px;
    }
	#biz-category ul{
		display : flex;
        column-gap: 15px;
	}
        #biz-category ul li{
            width: 33%;
        }
            #biz-category ul li img{
                width: 100%;
                height: auto;
                margin-bottom: 10px;
            }
                #biz-category ul li h3{
                    font-size: 24px;
                    margin-bottom: 5px;
                    font-weight: 500;
                }
                #biz-category ul li p{
                    line-height: 1.8;
                }
    #biz-category .title-wrap {
        position: relative;
        padding-left: 160px;
        padding-right: 80px;
    }
        #biz-category .title-wrap .icon {
            position: absolute;
            z-index:1;
            top: -62px;
            left: 92px;
        }
            #biz-category .title-wrap .icon img {
                width: 100px;
                height: auto;
            }
    

}
@media screen and (min-width: 769px) and (max-width:1439px){
                #biz-category ul li h3{
                    font-size: 20px;
                }
}
@media print,screen and (min-width: 1440px){

}

/*-------------------------------------
blog
--------------------------------------*/
#blog-wrap {
    margin: 150px 0 150px 0 ;
    padding: 0 50px 0 250px;
}
ul.blog-list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
}
    ul.blog-list li {
        width: 250px;
    }
        ul.blog-list .imgs {
            margin-bottom: 10px;
        }
            ul.blog-list .imgs img {
                width: 100%;
                height: auto;
            }
        ul.blog-list .texts {
            line-height: 1.5;
        }
            ul.blog-list .texts h4 {
                margin-bottom: 5px;
            }
            ul.blog-list .texts p {
            }
