@charset "UTF-8";

/* contents
===================================*/
#contents.project{
    padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
#contents.project{
    padding-bottom: 2em;
}
}

#contents.project h2 {
	font-family: 'Shippori Mincho B1', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "ＭＳ 明朝", "MS Mincho", serif;
  font-size: 3.0rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}

#contents.project h2 span.eng {
  display: block;
  font-size: 1.4rem;
	color: #4E4E4E;
	letter-spacing: 0.05em;
	padding-top: 10px;
}

@media only screen and (min-width:1px) and (max-width:768px) {
  #contents.project h2 {
    font-size: 2.0rem;
  }
  #contents.project h2 span.eng {
    font-size: 1.2rem;
  }
} /*@mediaEnd*/

/* mainimage
===================================*/

#mainimage.project{
    /*background-image: url("../images/project/01/MainVisual.png");*/
	height: 580px;
}

@media screen and (max-width: 768px) {
#mainimage.project {
	height: 330px;
  }
}
/*
#mainimage.oem::before{
    position: absolute;
	content:'';
	width: 100%;
	height: 260px;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(48,48,48,1.00), rgba(48,48,48,0.00));
	background-blend-mode: multiply;
}
*/
#mainimage.project::after{
    position: absolute;
	content:'';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/*background: linear-gradient(to bottom, rgba(255,255,255,0.00), rgba(255,255,255,1.00));*/
	background-blend-mode: multiply;
}

#mainimage .ttl-eng {
	max-width: 1600px;
	margin: 0 auto;
	padding: 40px;
}

@media only screen and (min-width:1px) and (max-width:768px) {
#mainimage {
    height: 230px;
  }
#mainimage .ttl-eng {
	padding: 20px;
}
} /*@mediaEnd*/

#contents p.ttl {
	font-family: 'Shippori Mincho B1', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "ＭＳ 明朝", "MS Mincho", serif;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: left;
  color: #FFFFFF;
	z-index: 11;
}

@media only screen and (min-width:1px) and (max-width:768px) {
#contents p.ttl {
    font-size: 1.2rem;
  }
} /*@mediaEnd*/

#mainimage .ttl-box{
    position: absolute;
    max-width: 1100px;
    width: 100%;
	top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	z-index: 33;
}

/* PJ-01 */

#mainimage.pj-01{
    background-image: url("../images/project/01/MainVisual.png");
}

#mainimage.pj-01::after{
	background: linear-gradient(to right, rgba(200,224,232,0.00), rgba(255,255,255,0.90), rgba(200,224,232,0.00));
}


/* intro-wrap
===================================*/

.intro-wrap {
    width: 100%;
    position: relative;
    z-index: 2;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
.intro-wrap {
}
}

.intro-wrap .inner {
    /*max-width: 1280px; /*1200px*/
	max-width: 1430px; /*1350*/
	padding-top: 4em;
	padding-bottom: 4em;
}
@media only screen and (max-width:768px){
.intro-wrap .inner {
	padding-top: 2em;
	padding-bottom: 2em;
}
}

.intro-wrap h2{
    margin-bottom: 1.5em;
}

@media screen and (max-width: 768px) {
.intro-wrap h2{
    margin-bottom: 1em;
}
}

.intro-wrap h3 {
	font-family: 'Shippori Mincho B1', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "ＭＳ 明朝", "MS Mincho", serif;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: left;
}

.intro-wrap h3 span.eng {
  display: block;
  font-size: 1.4rem;
	color: #4E4E4E;
	letter-spacing: 0.05em;
	padding-top: 5px;
}

.intro-wrap h3.pj-01 {
  font-size: 2.0rem!important;
  line-height: 2.0!important;
}

@media only screen and (min-width:1px) and (max-width:768px) {
  .intro-wrap h3 {
    font-size: 2.0rem;
  }
  .intro-wrap h3 span.eng {
    font-size: 1.2rem;
  }
	.intro-wrap h3.pj-01 {
		font-size: 1.4rem!important;
		/*line-height: 1.9!important;*/
}
} /*@mediaEnd*/


.intro-wrap p.lead{
	font-size: 1.6rem;
    line-height: 2.0;
    text-align: justify;
	margin-bottom: 2em;
}

.intro-wrap p.lead.ac{
    text-align: center;
}

@media screen and (max-width: 768px) {
.intro-wrap p.lead{
	font-size: 1.4rem;
}
}
/*
.intro-wrap ul{
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.intro-wrap li{
	width: 29%;
	margin: 0 2%;
	text-align: center;
}

.intro-wrap li .maru{
	max-width: 234px;
	margin: 20px auto;
}

.intro-wrap li .maru img{
	max-width: 100%;
	border-radius: 50vh;	
}
*/
.intro-wrap p{
	text-align: center;
	font-family: 'Shippori Mincho B1', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "ＭＳ 明朝", "MS Mincho", serif;
	font-size: 1.6rem;
}

/* project-member
==================================*/
.project-member {
	width: 100%;
	/*padding: 3em 0 6em;*/
	padding: 3em 0 3em;
	overflow: hidden;
	background-color: #EDEDE4;
}
@media only screen and (max-width: 768px) {
.project-member {
    /*padding: 1.5em 0 3em;*/
	padding: 2em 0 2em;
}
}

.item_pht{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.prof-img{
	max-width: 160px;
	position: relative;
}
@media only screen and (max-width: 480px) {
.prof-img{
	max-width: 120px;
}
}

.prof-txt{
	width: calc( 100% - 190px);
}
@media only screen and (max-width: 480px) {
.prof-txt{
	width: calc( 100% - 150px);
}
}

.project-member p.sec{
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.4;
}

.project-member p.name{
	font-family: 'Shippori Mincho B1', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "ＭＳ 明朝", "MS Mincho", serif;
	font-size: 2.0rem;
	letter-spacing: 0.1em;
}

.project-member p.name span.jpn{
	font-size: 1.6rem;
}

.project-member p.name span.eng{
	font-family: 'Roboto', 'Noto Sans JP', "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	display: block;
	font-size: 1.2rem;
}

.project-member p.lead{
	text-align: justify;
	font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
.project-member p.lead{
	font-size: 1.2rem;
}
}



/* project_story
===================================*/

.project_story {
    width: 100%;
    position: relative;
    z-index: 2;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
.project_story {
}
}

.project_story .inner {
    /*max-width: 1280px; /*1200px*/
	max-width: 1430px; /*1350*/
	padding-top: 4em;
	padding-bottom: 4em;
}
@media only screen and (max-width:768px){
.project_story .inner {
	padding-top: 2em;
	padding-bottom: 2em;
}
}

.project_story h2{
    margin-bottom: 1.5em;
}

@media screen and (max-width: 768px) {
.project_story h2{
    margin-bottom: 1em;
}
}

.project_story p.cpt{
	text-align: left;
	font-size: 2.0rem;
    margin-bottom: 1em;
	position: relative;
	padding-left: 48px;
	color: #707070;
}

@media screen and (max-width: 768px) {
.project_story p.cpt{
	font-size: 1.6rem;
    margin-bottom: 1em;
	padding-left: 36px;
}
}

.project_story p.cpt::before{
	position: absolute;
	content: '';
	width: 32px;
	height: 1px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background-color: #707070;
}
@media screen and (max-width: 768px) {
.project_story p.cpt::before{
	width: 24px;
}
}

#contents .project_story h3 {
	font-family: 'Shippori Mincho B1', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "ＭＳ 明朝", "MS Mincho", serif;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: left;
	margin-bottom: 1.5em;
}
#contents .project_story h3 span.eng {
  display: block;
  font-size: 1.4rem;
	color: #4E4E4E;
	letter-spacing: 0.05em;
	padding-top: 5px;
}

@media only screen and (min-width:1px) and (max-width:768px) {
  #contents .project_story h3 {
    font-size: 2.0rem;
	  margin-bottom: 1em;
  }
  #contents .project_story h3 span.eng {
    font-size: 1.2rem;
  }
} /*@mediaEnd*/


.project_story p.lead{
	font-size: 1.6rem;
    line-height: 1.8;
    text-align: justify;
	margin-bottom: 2em;
}

@media screen and (max-width: 768px) {
.project_story p.lead{
	font-size: 1.4rem;
}
}

.project_story p.lead.ac{
    text-align: center;
}
@media screen and (max-width: 480px) {
.project_story p.lead.ac{
	text-align: justify;
}
}

/* pjs_wrap */

.pjs_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*align-items: center;*/
	padding-bottom: 6em;
}

@media screen and (max-width: 768px) {
.pjs_wrap{
	padding-bottom: 3em;
}
}

.pjs_wrap.rev{
    flex-direction:row-reverse;
}

.pjs_pht{
	width: 46.6%;
	max-width: 640px;
	position: relative;
}

@media screen and (max-width: 768px) {
.pjs_pht{
    width: 100%;
    margin-left: 0;
	margin-bottom: 2em;
}
}

/* not */

.pjs_pht.not::after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 5px solid #FF0004;
	z-index: 3;
}

.pjs_pht div{
	position: relative;
}

/*.pjs_wrap.rev .biz_pht{
}

@media screen and (max-width: 768px) {
.pjs_wrap.rev .biz_pht{
}
}*/

.pjs_pht img{
    max-width: 100%;
    height: auto;
}

.pjs_txt{
    width: 46.6%;
    max-width: 660px;     
}
@media screen and (max-width: 768px) {
.pjs_txt{
    width: 100%;
    max-width: 100%;
}
}


/* project_obi
===================================*/

.project_obi{
	width: 100%;
	height: 580px;
	background-color: #303030;
	/*background-image: url(../images/business/biz-1/MV-mid.png);*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px) {
.project_obi{
	height: 330px;
}
}

.project_obi.pjs-1{
	background-image: url(../images/project/01/MV-mid.png);
}


.project_obi p{
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	color: #FFFFFF;
	font-family: 'Shippori Mincho B1', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "ＭＳ 明朝", "MS Mincho", serif;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-align: center;
}
@media screen and (max-width: 768px) {
.project_obi p{
	font-size: 1.8rem;
}
}
@media screen and (max-width: 480px) {
.project_obi p{
	font-size: 1.4rem;
}
}


/* project_data
======================================================================*/
.project_data {
  width: 100%;
  position: relative;
	padding: 4em 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between; 
}
/*
.top_news .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between; 
}
*/
.project_data .ttlbox{
  width: 360px;
}

.project_data .databox{
  width: calc( 100% - 420px);
}
@media screen and (max-width: 768px){
.project_data .ttlbox{
  width: 100%;
	margin-bottom: 1em!important;
}

.project_data .databox{
  width: 100%;
}
}

/*project_data*/

.project_data dl {
  padding: 28px 0;
  overflow: hidden;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #D6D6D6;
  position: relative;
}
.project_data dl:first-child {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #D6D6D6;
}
.project_data dt {
  float: left;
  font-size: 1.6rem;
  font-weight: 400;
  color: #555555;
  width: 100px;
  text-align: left;
}
.project_data dd {
  /*float: left;*/
  text-align: left;
  overflow: hidden;
  font-size: 1.6rem;
  padding: 0 20px;
  color: #000000;
}
.project_data dd a {
  color: #000000;
}
.project_data dd a:hover {
  color: #555555;
  text-decoration: underline;
}
@media only screen and (max-width: 480px) {
.project_data dl {
  padding: 14px 0;
}
  .project_data dt {
    float: none;
    width: 100%;
  }
  .project_data dd {
    font-size: 1.4rem;
    padding: 0;
  }
}



.project_data p {
	margin-top: 20px;
}

.project_data p a{
	vertical-align: bottom;
	color: #303030;
}


/* col3-multi-wrap
==================================*/

.col3-multi-wrap{
	/*max-width: 1280px; /*1200*/
	margin: 0 auto;
}













