@charset "UTF-8";


/* ------------------------------
	.project
------------------------------ */
.project .ttl{
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 25px;
	border-bottom: 1px solid #9B7C39;
	font-size: 3.2rem;
	line-height: 1.3;
	font-weight: bold;
	color: #9B7C39;
}
.project .ttl::before{
	position: absolute;
	left: 0;
	bottom: -1px;
	content: "";
	width: 120px;
	height: 3px;
	background: #9B7C39;
}

.project .mid_ttl{
	margin-bottom: 15px;
	font-size: 2.2rem;
	line-height: 1.3;
	font-weight: bold;
}

.project .txt{
	font-size: 1.8rem;
}

.project .txt_box +.txt_box{
	margin-top: 50px;
}

.project .box + .box{
	margin-top: 35px;
	padding-top: 40px;
	border-top: 1px solid #FBA700;
}

.main_content .btn{
	margin-top: 80px;
}


@media screen and (max-width: 768px){
	.project .ttl{
		padding-bottom: 10px;
		margin-bottom: 15px;
		font-size: 2.1rem;
	}

	.project .mid_ttl{
		margin-bottom: 5px;
		font-size: 1.6rem;
	}

	.project .txt{
		font-size: 1.3rem;
	}

	.project .txt_box +.txt_box{
		margin-top: 30px;
	}

	.project .box +.box{
		margin-top: 20px;
		padding-top: 25px;
	}

	.main_content .btn{
		margin-top: 30px;
	}
}


/* ------------------------------
	.comment_box
------------------------------ */
.sec_box .comment_box{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.sec_box .comment_box .txt_box{
	flex-shrink: 0;
	width: 540px;
}

.sec_box .txt{
	font-size: 1.8rem;
}

.sec_box .profile{
	width: 100%;
	padding: 15px 20px;
	margin-top: 25px;
	background: #FFEDAF;
}
.sec_box.green .profile{
	background: #DFEB92;
}
.sec_box.blue .profile{
	background: #CCEDFF;
}

.sec_box .profile .txt{
	font-size: 1.6rem;
	line-height: 1.6;
}
.sec_box .profile .txt.bold{
	margin-bottom: 5px;
	font-size: 1.8rem;
}


@media screen and (max-width: 768px){
	.sec_box .txt{
		font-size: 1.4rem;
	}

	.sec_box .comment_box{
		flex-direction: column;
		align-items: center;
		margin-top: 20px;
	}

	.sec_box .comment_box .img{
		width: 90%;
		margin: 0 auto 20px;
		order: 1;
		text-align: center;
	}

	.sec_box .comment_box .txt_box{
		order: 2;
		width: 100%;
	}

	.sec_box .profile .txt{
		font-size: 1.2rem;
	}
	.sec_box .profile .txt.bold{
		font-size: 1.3rem;
	}

	.sec_box .profile{
		margin-top: 15px;
		padding: 10px 15px;
	}
}