@charset "utf-8";
.mainimage-container {
	width:100%;
	max-width: 1000px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.mainimage-container:before {
	content: "";
	display: block;
	padding-top:60%;
}
.mainimage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover!important;
	background-position:center;
}
.mainimage_text{
	position: absolute;
	top: 2.8rem;
	left: 2.8rem;
	padding: 1.4rem;
	margin: 0px;
	font-size: 2.8rem;
	line-height: 4.2rem;
	color:#ffffff;
	word-break: keep-all;
	letter-spacing:0.2rem;
}
@media screen and (max-width:767px) {
.mainimage_text{
	position: absolute;
	top: 0.7rem;
	left: 0.7rem;
	padding: 0.7rem;
	margin: 0px;
	font-size: 1.4rem;
	line-height: 2.1rem;
	letter-spacing:0.2rem;
	color:#ffffff;
	word-break: keep-all;
}
}

.idea-intro{
	text-align:center;
	font-size: 2.0rem;
	line-height: 3.4rem;
	word-break: keep-all;
}
.idea-title{
	display: block;
	background: #006CAC;
	color: #ffffff;
	text-align: center;
	padding: 10px 0px;
}
.idea-text{
	display: block;
	text-align: center;
	margin: 15px 0px;
	font-size: 2.0rem;
	line-height: 2.6rem;
	letter-spacing: 0.1rem;
	font-weight: bold;
}
.idea-b_img01{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding-top:15px;
}
.idea-b_img02{
	display:inline-block;
	vertical-align:top;
	width:60%;
	padding-top:15px;
}
.idea-b_text{
	display:inline-block;
	vertical-align:bottom;
	width:40%;
	padding:0px 0px 0px 15px;
}
.ls_01{
	letter-spacing:3.2rem;
	padding-left:3.2rem;
}
.ls_02{
	letter-spacing:4.2rem;
	padding-left:4.2rem;
}
@media screen and (max-width:767px) {
.idea-intro{
	font-size: 1.8rem;
	line-height: 2.8rem;
}
.idea-text{
	font-size: 1.6rem;
	line-height: 1.8rem;
	letter-spacing: 0.1rem;
	text-align:left;
	word-break: normal;
}
}