@charset "utf-8";
/* CSS Document */
.message {
	margin: 110px 0 230px 0;
}
.message .ttl {
	margin-bottom: 60px;
}
.message .inner {
	max-width: 856px;
}
.message p {
	line-height: 2;
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.message {
		margin-bottom: 60px;
	}
	.message .ttl {
		font-size: 1.8rem;
	}
	.message p {
		line-height: 1.8;
		margin-bottom: 20px;
	}
}

.morebarLink {
	height: calc(100% + 130px);	
}
.moreBar .inner {
	position: relative;
}


.preTxt {
	color: #7BA327;
	font-size: 2.4rem;
	font-weight: 700;
	margin-right: 10px;
	text-align: right;
}

@media screen and (max-width: 1800px) {
	.morebarLink {
/* 		height: calc(100% + 80px);	 */
	}
	.preTxt {
		margin-right: 40px;
	}
}

.moreBar .inner:after {
	background: url("/wp/wp-content/uploads/2025/06/idea-home_chara_04.png") no-repeat center center;
	background-size: contain; /* 画像全体を表示させる */
	content: '';
	display: block;
	height: 264px;
	position: absolute;
	bottom: -12px;
	width: 247px;
}

.moreBar .txt {
	margin-right: 100px;
	padding: 0 30px;
	position: relative;
}
.moreBar .txt:before, .moreBar .txt:after {
	bottom: 0;
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 6px 0 6px;
	border-color: #ffffff transparent transparent transparent;
}
.moreBar .txt:before {
	transform: rotate(-26deg);
	left: 0;
}
.moreBar .txt:after {
	transform: rotate(26deg);
	right: 0;
}
@media screen and (max-width: 767px) {
	.preTxt {
		font-size: 1.8rem;
		margin-right: 10px;
	}
	.moreBar .inner:after {
		background-size: cover;
		bottom: auto;
		height: 80px;
		left: 20px;
		top: -100px;
		width: 75px;
	}
	.moreBar .txt {
		margin: 0 auto;
	}
	.moreBar .txt:before, .moreBar .txt:after {
		border-width: 20px 3px 0 3px;
	}
	.moreBar .txt:before {
		left: 10%;
	}
	.moreBar .txt:after {
		right: 10%;
	}
}
.mw420 {
	display: none;
}
@media screen and (max-width: 420px) {
	.mw420 {
		display: block;
	}
}