@charset "UTF-8";
/* Customerstories */
.l-header.bg-brown {
	background-color: #3b2218;
}
/* human-centric-future */
.l-header.bg-02-top {
	background-color: #222222;
}
.l-header.bg-02-detail {
	background-color: #b22d29;
}
/* Portfolio */
.l-header.bg-blue {
	background-color: #03091c;
}
/* About */
.l-header.bg-06-top {
	background-color: #0b406b;
}
/* Container Height Fix */
@media only screen and (min-width: 769px) {
	body .l-container {
    	min-height: 440px;
	}
}
/* Future Insights - btn JP font-size */
.lyt-btn-a .btn-a .fs-jp-small {
 font-size:2.1rem;
}
@media only screen and (max-width:480px) {
 .lyt-btn-a .btn-a .fs-jp-small {
  font-size:1.6rem;
 }
}