@charset "utf-8"; /* ------------------------------------------ */
/* HOME CSS */
/* ------------------------------------------ */
/* 内部ページ共通 */
.page-title-area {
}

/* sec-concept */
#sec-concept {
}

#sec-concept .h-image {
    display: block;
}

#sec-concept .h-image img {
}

#sec-concept .h-concept {
    display: flex;
}

#sec-concept .h-concept .c-title {
    width: 43%;
    display: block;
    line-height: 1;
}

#sec-concept .h-concept .c-title .text {
    display: block;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: -0.03em;
}

#sec-concept .h-concept .c-text {
    width: 57%;
    display: block;
}

#sec-concept .h-concept .c-text .text {
    display: block;
    line-height: 2;
    letter-spacing: 0.01em;
}

@media (max-width: 768px) {
    #sec-concept .h-concept {
        display: block;
    }

    #sec-concept .h-concept .c-title {
        width: 100%;
    }

    #sec-concept .h-concept .c-text {
        width: 100%;
        padding-top: 30px;
    }
}

/* sec-export */
#sec-export {
}

/* #sec-export .sec-wrap {
    background-color: #f8f8f8;
} */

#sec-export .sec-wrap .sec-title .text-jp .text {
    letter-spacing: 0.01em;
}

#sec-export .exp-wrap {
    position: relative;
    z-index: 0;
}

#sec-export .exp-wrap .wrap {
    max-width: 940px;
    margin: 0 auto;
}

#sec-export .exp-wrap .s-wrap {
    display: flex;
    z-index: 0;
}

#sec-export .exp-wrap .s-wrap .s-num {
    display: block;
    width: 125px;
    padding-left: 35px;
}

#sec-export .exp-wrap .s-wrap .ttl-num {
    display: block;
    position: relative;
    margin-top: -5px;
    padding: 0px 0 5px 3px;
    line-height: 1;
    /* background-color: #f8f8f8; */
    background-color: #ffffff;
}

#sec-export .exp-wrap .s-wrap .ttl-num:before {
    content: "";
    display: block;
    width: 84px;
    height: 84px;
    border: 1px solid #bfbfbf;
    border-radius: 50%;
    position: absolute;
    left: -35px;
    top: 20px;
    z-index: -1;
}
@media (max-width: 768px) {
	#sec-export .exp-wrap .s-wrap .s-num {
	    width: 105px;
	}
	#sec-export .exp-wrap .s-wrap .ttl-num:before {
	    width: 64px;
	    height: 64px;
	}
}

#sec-export .exp-wrap .s-wrap .ttl-num .text {
    display: table;
    color: #b9b9b9;
    font-weight: 400;
    font-style: italic;
    line-height: 1;
    letter-spacing: 0.05em;
}

#sec-export .exp-wrap .s-wrap .s-contents {
    width: 76%;
    /* flex: 1; */
}

#sec-export .exp-wrap .s-wrap .s-contents .sc-title {
    display: block;
    line-height: 1;
}

#sec-export .exp-wrap .s-wrap .s-contents .sc-title .text {
    display: block;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 0.01em;
}

#sec-export .exp-wrap .s-wrap .s-contents .sc-text {
    display: block;
    padding-top: 30px;
}

#sec-export .exp-wrap .s-wrap .s-contents .sc-text .text {
    display: block;
    line-height: 2;
    letter-spacing: 0.01em;
}

@media (max-width: 480px) {
	#sec-export .exp-wrap .s-wrap {
	    display: block;
	}
	#sec-export .exp-wrap .s-wrap .ttl-num {
	    display: block;
	    position: relative;
	    margin-top: -5px;
	    padding: 0px 0 5px 3px;
	    line-height: 1;
	    background-color: #f8f8f8;
	}
	#sec-export .exp-wrap .s-wrap .s-contents {
	    width: 100%;
	}
	#sec-export .exp-wrap .s-wrap .s-contents .sc-title {
	    padding-left: 75px;
	}
	
	#sec-export .exp-wrap .s-wrap .s-contents .sc-title .text {
	    display: block;
	    line-height: 1.3;
	    font-weight: 500;
	    letter-spacing: 0.01em;
	}
	
	#sec-export .exp-wrap .s-wrap .s-contents .sc-text {
	}
	
	#sec-export .exp-wrap .s-wrap .s-contents .sc-text .text {
	    display: block;
	    line-height: 2;
	    letter-spacing: 0.01em;
	}
}


#sec-export .exp-wrap .ex-item01,
#sec-export .exp-wrap .ex-item02,
#sec-export .exp-wrap .ex-item03 {
    display: block;
    position: absolute;
    z-index: -2;
}

#sec-export .exp-wrap .ex-item01 {
    right: 0;
    bottom: -250px;
}

#sec-export .exp-wrap .ex-item01 img {
	width: 100%;
	height: auto;
}

#sec-export .exp-wrap .ex-item02 {
    left: 0;
    top: 60px;
}

#sec-export .exp-wrap .ex-item02 img {
	width: 100%;
	height: auto;
}

#sec-export .exp-wrap .ex-item03 {
    right: 0;
    bottom: -90px;
}

#sec-export .exp-wrap .ex-item03 img {
	width: 100%;
	height: auto;
}

@media (max-width: 1120px) {
	#sec-export .exp-wrap .ex-item01 {
		width: 11vw;
		bottom: -140px;
	}
	#sec-export .exp-wrap .ex-item02 {
		width: 11vw;
		top: 180px;
	}
	#sec-export .exp-wrap .ex-item03 {
		width: 25vw;
	}
}
@media (max-width: 768px) {
	#sec-export .exp-wrap .ex-item01,
	#sec-export .exp-wrap .ex-item02,
	#sec-export .exp-wrap .ex-item03 {
		display: none;
	}
}
@media (max-width: 480px) {
	#sec-export .exp-wrap .ex-item01 {
	}
	#sec-export .exp-wrap .ex-item02 {
	}
	#sec-export .exp-wrap .ex-item03 {
	}
}



/* sec-people */
#sec-people {
}

#sec-people .sec-wrap {
}

#sec-people .sec-wrap .sec-title {
    position: relative;
}

#sec-people .sec-wrap .sec-title .fukidashi {
    display: table;
    position: absolute;
    z-index: 0;
    left: -120px;
    bottom: 10px;
}

@media (max-width: 480px) {
    #sec-people .sec-wrap .sec-title .fukidashi {
        left: -74px;
        bottom: 10px;
        width: 130px;
    }
}

#sec-people .sec-wrap .sec-title .text-jp {
}

#sec-people .sec-wrap .sec-title .text-jp .text {
    letter-spacing: 0.01em;
}

#sec-people .sec-wrap .c-wrap {
}

#sec-people .sec-wrap .c-wrap .wrap {
	overflow: hidden;
}

#sec-people .sec-wrap .c-wrap .item-list {
    width: calc(100% + 6.4%);
    display: flex;
    flex-wrap: wrap;
    margin-left: -3.2%;
    margin-right: -3.2%;
}

#sec-people .sec-wrap .c-wrap .item-list .item {
    width: 33.33333%;
    width : -webkit-calc(100% / 3);
    width : calc(100% / 3);
    padding: 0 3.2% 30px;
}

#sec-people .sec-wrap .c-wrap .item-list .item .item-box {
}

#sec-people .sec-wrap .c-wrap .item-list .item .item-box a {
    display: block;
}

#sec-people .sec-wrap .c-wrap .item-list .item .item-box a .image {
    display: block;
}

#sec-people .sec-wrap .c-wrap .item-list .item .item-box a .image .mask {
}

#sec-people .sec-wrap .c-wrap .item-list .item .item-box a .image .mask img {
}

#sec-people .sec-wrap .c-wrap .item-list .item .item-box a .item-content {
    display: block;
}

#sec-people .sec-wrap .c-wrap .item-list .item .item-box a .item-content .i-title {
    display: block;
    text-align: center;
    line-height: 1;
    padding-top: 25px;
}

#sec-people .sec-wrap .c-wrap .item-list .item .item-box a .item-content .i-title .text-jp {
    display: block;
}

#sec-people .sec-wrap .c-wrap .item-list .item .item-box a .item-content .i-title .text-jp .text {
    display: block;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.01em;
}

@media (max-width: 480px) {
	#sec-people .sec-wrap .c-wrap .item-list {
	    display: flex;
	    flex-wrap: wrap;
	}
	#sec-people .sec-wrap .c-wrap .item-list .item {
	    width: 100%;
	    padding: 0 0 30px;
	}
	#sec-people .sec-wrap .c-wrap .item-list .item .item-box a .item-content .i-title {
	    padding-top: 15px;
	}
}











