@charset "utf-8";


/*================================

:::::::::: コンテンツ ::::::::::

================================*/

.contentsmargin{
	padding-top: 0;
	}
@media screen and (max-width: 640px) {
.contentsmargin{
	padding-top: 0;
	}
	}

/*================================

ファサード

================================*/

.facade {
	position: relative;
	width: 100%;
                max-height: 700px;
	}
.facade:before {
	content:"";
	display: block;
	padding-top: 45%;
	}
@media screen and (max-width: 640px) {
.facade:before {
	padding-top: 90%;
	}
	}

.scrolled {
	margin-top: 60px;
	}

.facade #content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	}

.facade #content .para{
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../../about/images/facade_pc.jpg);
	}
@media screen and (max-width: 640px) {
.facade #content .para{
	background-image: url(../../about/images/facade_sp.jpg);
	}
	}

.facade #content .titles{
	position: absolute;
	display: table;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #fff;
	}

.facade #content .titles .inner{
	display: table-cell;
	width: auto;
	height: auto;
	text-align: center;
	vertical-align: middle;
	}

.facade #content .titles .inner h2{
	font-weight: 400;
	font-size: 3vw;
	line-height: 1em;
	letter-spacing: normal;
	}
.facade #content .titles .inner h2 span.mj{
	letter-spacing: .05em;
	font-size: 1.08em;
	}
.facade #content .titles .inner h2 span.ji{
	letter-spacing: -.15em;
	}
@media screen and (max-width: 1180px) {
.facade #content .titles .inner h2{
	font-size: 3.1em;
	letter-spacing: normal;
	}
	}
@media screen and (max-width: 640px) {
.facade #content .titles .inner h2{
	font-size: 6.5vw;
	padding: 0 1em;
	line-height: 1.8em;
	}
	}

/*================================

:::::::::::::::::::::::   詳細   :::::::::::::::::::::::

================================*/

.detail {
	position: relative;
	width: 100%;
	height: auto;
	margin: 4em auto 0;
	}
@media screen and (max-width: 640px) {
.detail {
	margin: 3em auto 0;
	}
	}

/*================================

リード

================================*/

.detail .lead {
	font-size: 1.2em;
	line-height: 2.2em;
	text-align: center;
	width: 70%;
	margin: auto;
	}
@media screen and (max-width: 640px) {
.detail .lead {
	font-size: 1em;
	width: 90%;
	}
	}

/*================================

本文

================================*/

.entry {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 4em 0 0;
	border-top: 1px solid #dedede;
	}
.entry:last-child {
	margin: 0;
	flex-direction: row-reverse;
	}
@media screen and (max-width: 640px) {
.entry {
	display: block !important;
	margin: 3em 0 0;
	}
	}

.entry .photo{
	width: 50%;
	height: auto;
	}
@media screen and (max-width: 640px) {
.entry .photo{
	width: 100%;
	}
	}

.entry .photo img{
	width: 100%;
	height: auto;
                pointer-events: none;
	}

.entry .text{
	width: 50%;
	height: auto;
	}
@media screen and (max-width: 640px) {
.entry .text{
	width: 100%;
	padding: 3em 0;
	}
	}

.entry .text .inner{
	width: 80%;
	margin: auto;
	}
@media screen and (max-width: 640px) {
.entry .text .inner{
	width: 86%;
	}
	}

.entry .text .inner h3{
	font-size: 2em;
	line-height: 1em;
	}
@media screen and (max-width: 640px) {
.entry .text .inner h3{
	font-size: 1.4em;
	line-height: 1em;
	font-weight: bold;
	}
	}

.entry .text .inner p{
	margin: 3em 0 0;
	line-height: 2.2em;
	/*text-align: justify;
	text-justify: inter-ideograph;*/
	text-align: left;
	}
@media screen and (max-width: 640px) {
.entry .text .inner p{
	margin: 2em 0 0;
	line-height: 1.9em;
	}
	}


