@charset "utf-8";

.chapter-header {
	display: none;
}

.chapter-body {
	font-size: 1.6rem;
}


.section__ttl {
	font-size: 3rem;
	font-weight: 300;
	margin-bottom: 2em;
	text-align: center;
}

.section__ttl:before {
	width: 150px;
}

.section__subttl {
	margin-top: 0;
	margin-bottom: 2rem;
	font-size: 2.0rem;
	line-height: 1.5;
}

.section__subttl.en {
	font-size: 2.6rem;
	line-height: 1.2;
}

.section__subttl.ja {
	font-weight: 600;
}

.section__subttl > * {
	margin-bottom: 0.5em;
}

.section__subttl > *:last-child {
	margin-bottom: 0;
}


.section__p {
	font-size: 1.5rem;
	margin-bottom: 2em;
	color: rgba(0,0,0,0.7);
}


.section__footer {
	
}

/* ---------------------------------------- */

.kv {
	
}

.kv img {
	display: block;
	width: 100%;
	max-width: 1600px;
	height: auto;
	margin: auto;
}

/* ---------------------------------------- */

.Vision {
	margin-bottom: 100px;
}

.Vision-intro {
	color: #000;
}

.Vision-intro__ttl .en {
	
}

.Vision-intro__ttl .ja {
	
}

/* ---------------------------------------- */

.Mission__intro {
	
}


.Mission__subsection-wrapper {
	
}

.Mission__subsection {
	
}

.Mission__subsection-ttl {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	text-align: center;
	color: #000;
}

.Mission__subsection-ttl .en {
	display: block;
	font-size: 2.2rem;
}

.Mission__subsection-ttl .ja {
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
}

/**  HAPPY SPIRAL start **/

.Philosophy__subsection-wrapper {
	
}

.Philosophy__subsection {
	
}

.Philosophy__subsection-ttl {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	text-align: center;
	
}

.Philosophy__subsection-ttl .en {
	display: block;
	font-size: 2.2rem;
}

.Philosophy__subsection-ttl .ja {
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
}

/**  HAPPY SPIRAL end **/

.Mission__icon {
	
}

.Mission__icon img {
	display: block;
	width: 100%;
	max-width: 100px;
	margin: 0 auto;
}



.Mission__txt {
	
}

.Mission__txt.en {
	font-size: 1.4rem;
}

.Mission__txt.ja {
	font-size: 1.3rem;
}




/* ---------------------------------------------------------------------------------------------- */
/* SmartPhone                                                                                     */

/* iPhone 6 over */
@media screen and (min-width: 374px) {
	
}

/* ---------------------------------------------------------------------------------------------- */
/* Tablet                                                                                         */

@media screen and (min-width: 541px) {
	
}


/* iPad */
@media screen and (min-width: 768px) {
	.section__subttl {
		font-size: 2.6rem;
	}

	.section__subttl.en {
		font-size: 3.6rem;
	}
	
	.Vision {
		margin-bottom: 160px;
	}
	
	.Mission__subsection-wrapper {
		display: flex;
		justify-content: space-between;
	}
	
	.Mission__subsection {
		width: calc(30%);
	}
}

/* ---------------------------------------------------------------------------------------------- */
/* Desktop                                                                                        */

@media screen and (min-width: 1024px) {
	
}

@media screen and (min-width: 1281px) {
	
}
