@charset "UTF-8";
/* CSS Document */


/* text controll JP */
@import url(style-projects-lang-jp.css);


/* local reset */
p{margin: 0em;}

/* inner link [btn] square type */
.lfd-label-inner-wrap-top-spacer {
	margin-top: 80px;
}
.lfd-label-inner-wrap {
	display: flex;
	justify-content: center;
	border: none;
	padding: 0px;
	margin-bottom: 50px;
}
.cmn-inner-link{
	padding: 12px 19px;
	border-radius: 4px;
	background-color: #767676;
	color: #fff;
	font-size: 0.8125rem!important;
	line-height: 1!important;
	transition: 0.3s;
}
.cmn-inner-link:hover{
	border-radius: 4px;
	background-color: #101319;
}


/* character_conversation_AI */
.link-bluebold{
	color:#007AB3;
	font-weight: bold;
}


/*///// PC /////*/
@media (min-width:641px) {

/* lapel */
.sp-lapel{display: none;}
.pc-lapel{}

/* change */
.change-disp-sp{display: none;}
.change-disp-pc{}

/* Key Visual */
/* common stretch type */
.kv-type-stretch{
	min-width: 1230px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.kv-bg-blockchain{
	height: 400px;
	background-image:url("../images/projects/blockchain/visual-pc.jpg");
}
.kv-container{
	/*font-size: 1.875rem;*//* lang */
}
span.text-pointup{
	font-weight: bold;
}

/* contents */
/* common */
.contents-wrap{
	width: 1230px;
	margin: 0 auto;
}
/* BG gray area */
.contents-bg-gray{
	background-color: #f5f5f5;
	padding:140px 0 123px 0; 
}

/* unique */
.pr-message{
	text-align: center;
	padding: 90px 20px 100px;/* 100px-10px= */
	font-size: 1.125rem;
	line-height: 2;
	letter-spacing: 0.02;
}
.pr-figure{
	padding: 0 20px;
}
.container-article{
	width: 782px;
	margin: 0 auto;
}
.message-digest-start{
	padding: 70px 0 16px 0;/* 78px-8px= */
	font-size: 0.9375rem;
	/*line-height: 2;*//* lang */
}
.message-digest-end{
	padding: 0 0 140px 0;/* 148px-8px= */
	font-size: 0.9375rem;
	line-height: 2;
}
.pr-detail1{
	margin-bottom: 142px;/* 148px-6px= */
}
.pr-detail2{
	width: 1230px;
	margin: 0 auto;
}
.spacer-bottom120{
	margin-bottom: 120px;
}
.spacer-bottom60{
/*margin-bottom: 0px;*/
}


/*h2*/
.pr-heading{
    font-size: 1.75rem;
    letter-spacing: 0.05em;
	font-weight: bold;
    line-height: 1.5;
	text-align: center;
	margin-bottom: 60px;
}
.talk-heading{
	font-size: 1.625rem;
	font-weight: bold;
	line-height: 1.34;
	margin-bottom: 9px;
}

/* PR */
.pr-detail1-ttl{
	/*font-size: 1.25rem;*//* lang */
    /*line-height: 2;*//* lang */
	text-align: center;
	font-weight: bold;
	margin: 23px 0;/* 40px- = */
}
.pr-detail1-text-start{
	font-size: 0.9375rem;
	line-height: 1.86;
	margin-bottom: 18px;
}
.pr-detail1-text-end{
	font-size: 0.9375rem;
	line-height: 1.86;
}

.pr-detail2-ttl{
	/*font-size: 1.0625rem;*//* lang */
    /*line-height: 2;*//* lang */
	text-align: left;
	font-weight: bold;
	margin: 14px 0 0 0;
}
.pr-detail2-text{
	/*font-size: 0.875rem;*//* lang */
	margin: 0;
}
.lineheight-ctrl{
	line-height: initial;
	height: 0.2rem;
}

.pr-three-rows{
	display: flex;
	padding: 0 93px;
}
.rows-cell{
	width: 290px;
	margin:  0 auto;
}

.cell-split-wrap{
}

.talker-name{
	font-size: 1rem;
	margin-bottom: 30px;
}
.pr-detail3-text{
	font-size: 0.9375rem;
	/*line-height: 2;*//* lang */
	margin-bottom: 16px;
}
.pr-detail3-text-end{
	font-size: 0.9375rem;
	/*line-height: 2;*//* lang */
	margin-bottom: 80px;
}

.pr-detail3-text-lastend{
	font-size: 0.9375rem;
	/*line-height: 2;*//* lang */
}


}/* media min641px END */



/*///// SP /////*/
@media (max-width:640px) {

/* lapel */
.sp-lapel{}
.pc-lapel{display: none;}

/* change */
.change-disp-sp{}
.change-disp-pc{display: none;}

/* Key Visual */
.kv-type-stretch{
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.kv-bg-blockchain{
	height: 100vw;
	background-image:url("../images/projects/blockchain/visual-sp.jpg");
}
.kv-container{
	/*font-size: 1.375rem;*//* lang */
	text-align: center;
}
span.text-pointup{
	font-weight: bold;
}

/* contents */
.contents-wrap{
	width: 100%;
	padding: 0 4.8vw;
}
/* BG gray area */
.contents-bg-gray{
	background-color: #f5f5f5;
	padding:80px 0; 
}

/* unique */
.pr-message{
	text-align: center;
	padding: 50px 2.4vw;/* 100px-26px= */
	font-size: 0.9375rem;
	line-height: 2;
	letter-spacing: 0.02;
}
.pr-figure{
	padding: 0;
	margin: 0 auto;
}
.pr-figure img{
	width: 100%;
	/*margin-bottom: 36px;*/
}

.container-article{
	margin: 0 2.4vw;
}
.message-digest-start{
	padding: 36px 0 20px 0;/* 46px-10px= */
	font-size: 0.9375rem;
	/*line-height: 1.86;*//* lang */
}
.message-digest-end{
	padding: 0 0 72px 0;/* 80px-8px= */
	font-size: 0.9375rem;
	line-height: 1.86;
}
.pr-detail1{
	margin-bottom: 80px;
}

.spacer-bottom120{
	margin-bottom: 50px;
}
.spacer-bottom60{
	margin-bottom: 60px;
}


/*h2*/
.pr-heading{
    font-size: 1.75rem;
    letter-spacing: 0.05em;
	font-weight: bold;
    line-height: 1.5;
	text-align: center;
	margin-bottom: 42px;/* 48px-6px= */
}
.talk-heading{
	font-size: 1.5rem;
	font-weight: bold;
    line-height: 1.34;
	margin-bottom: 10px;
}

/* PR */
.pr-detail1-ttl{
	/*font-size: 1.25rem;*//* lang */
    /*line-height: 2;*//* lang */
	text-align: center;
	font-weight: bold;
	margin: 12px 0 28px;/* 30px-18px = *//* 38px-10px = */
}
.pr-detail1-text-start{
	font-size: 0.9375rem;
	line-height: 1.86;
	margin-bottom: 16px;
}
.pr-detail1-text-end{
	font-size: 0.9375rem;
	line-height: 1.86;
}

.pr-three-rows{/* 共通に出来るかも */
	display: flex;
	flex-direction: column;
	padding: 0 2.7vw;

}
.rows-cell{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.rows-cell img{
	width: 100%;
	margin:  0 auto;
}
.cell-split-wrap{
	display: flex;
	margin-bottom: 20px;
}
.cell-split-harf{
	/*width: 50%;*/
}
.cell-split-harf img{
	width: 41.9vw;
	height: 41.9vw;
}
.cell-split-harf-text{
	padding: 0 0 0 3.2vw;/*3.5vw*/
	display: flex;
	align-items: center;
    /*width: 50%;*/
}

.talker-name{
	font-size: 1rem;
	margin-bottom: 30px;/*36px*/
}

.pr-detail2-ttl{
	font-size: 4.3vw;/* lang */
    line-height: 1.625;/* lang */
	text-align: left;
	font-weight: bold;
	margin: 6px 0;/* 23px- = */
}
.pr-detail2-text{
	font-size: 3.2vw;/*3.5vw*//* lang */
	margin: 0;
}

.pr-detail3-text{
	font-size: 0.9375rem;
	margin-bottom: 18px;
	/*line-height: 1.86;*//* lang */
}
.pr-detail3-text-end{
	font-size: 0.9375rem;
	/*line-height: 1.86;*//* lang */
	margin-bottom: 60px;/*68px*/
}
.pr-detail3-text-lastend{
	font-size: 0.9375rem;
	/*line-height: 1.86;*//* lang */
}

}/* media max640px END */

