/*====================================================================================*/
/* Common
/*====================================================================================*/

/*====================================================================================*/
/* PC 
/*====================================================================================*/
.PageContentsWrapper{
	padding-top:45px;
	padding-left:260px;
	padding-right:130px;
	text-align:center;
	min-height:100vh;
}
.PageContentsTitle{
    margin-bottom: 77px;
}
.ContentsAboutusCaption{
    text-align: center;1
    margin-bottom: 100px;
    line-height: 1.4em;
    letter-spacing: 0.05em !important;
	margin-bottom:100px;
}
.videoArea{
	text-align:center;
}
.videoArea > .parts{
	margin-bottom:80px;
}

.videoArea > .parts > .video{
	margin-bottom:80px;
}
.videoArea > .parts > .video > .title{
	margin-bottom:10px;
	font-size:120%;
	text-align:left;
}

.videoArea > .parts > .caption{
	text-align:left;
	width:80%;
	display:inline-block;
}

.PageContentsListWrapper{

}
.PageContentsList{
    margin-right: 20px;
    display: inline-block;
}
.PageContentsList a{
	text-decoration:none;
	color:black;
}
.PageContentsListImage{
}
.PageContentsListImage img{
    width: calc( ( 100vw - 310px - ( 25px * 4 ) ) / 4 );

}
.PageContentsListName{
    width: calc( ( 100vw - 310px - ( 25px * 4 ) ) / 4 );

}
/* ContentsArea */
.ContentsArea{
	position: relative;
    text-align: left;
    margin-bottom: 100px;
}
.ContentsTitle{
	vertical-align: top;
    font-size: 22pt;
    color: gray;
    margin-bottom: 15px;
    border-bottom: solid 1px;
    padding-bottom: 15px;
}

.ContentsCaptionArea{
	vertical-align:top;
    margin-bottom: 50px;
}
.TextLayoutLeft{
}
.TextLayoutRight{
	text-align:right;
}

/* fonder */
.FounderImage{
	float:left;
	margin-right:30px;
}
.FounderImage img{
	width:220px;
}
.FounderDescription{

}
.FounderDescription > div.title{
    margin-bottom: 20px;
    padding-top: 5px;
}
/* company profile */
.ProfileList{
	margin-bottom:15px;
}
.ProfileList img {
	margin-top: 40px;
    width: 200px;
    margin-bottom: 20px;
}
.ProfileList > div.ListLabel{
	display:inline-block;
    width: 80px;
}
.ProfileList > div.ListCaption{
	display:inline-block;
    vertical-align: top;
}

/* founder */
.FounderArea{

}
/* menber */
.MenberArea{

}

/*====================================================================================*/
/* スマフォ縦表示
/*====================================================================================*/
/* ipad pro? */
@media only screen and (max-width: 1024px) and (orientation:portrait){
.PageContentsWrapper{
	padding-top:80px;
	padding-left:40px;
	padding-right:40px;
	text-align:center;
	min-height:100vh;
}

/* company profile */
.ProfileList > div.ListLabel {
	display: inline-block;
	width: 200px;
}
.ProfileList > div.ListCaption {
	display: inline-block;
	width: 750px;
}
.FounderImage {
	float: initial;
	margin-right: 30px;
}
.FounderImage img {
	width: 330px;
}
	
.videoArea > .parts > .video {
    margin-bottom: 50px;
}
.videoArea > .parts > .caption {
	width: 90%;
}
}
/*====================================================================================*/
/* スマフォ　横表示
/*====================================================================================*/
@media only screen and (max-width: 1024px) and (orientation:landscape){
.PageContentsWrapper{
	padding-left:100px;
}
}