@charset "utf-8";
/* CSS Document */

/* TOP IMAGE */
.achievements_top_img {
	background: url(../images/Achievements_top_img.jpg) no-repeat center;
	height: 198px;
}

/* IMAGE 01 */
.achievements_img1 {
	background: url(../images/Achievements_img1.jpg) no-repeat center;
	height: 647px;
}
.achievements_img1 p {
	font-size: 46px;
	color: white;
	text-align: center;
	padding: 55px 0 140px 10px;
}
.achievements_img1 p span {
	color: #ffff00;
}
.achievements_img1 p span small {
	font-size: 30px;
}

/* MERITS */
.merits {
	padding: 0 15px 5px 15px;
	border-right: #036eb7 4px dotted;
}
.merits:last-child {
	border-right: none;
}
.merits .flex {
	align-items: center;
	justify-content: flex-start;
}
.merits .circle {
	background: #e50012;
	border: #FFFFFF 8px solid;
	width: 125px;
	height: 125px;
	border-radius: 125px;
	color: white;
	text-align: center;
}
.merits .circle  {
	background: #e50012;
	border: #FFFFFF 8px solid;
	width: 115px;
	height: 98px;
	border-radius: 115px;
	color: white;
	text-align: center;
	font-size: 16px;
	padding-top: 17px;
	margin-right: 5px;
	line-height: 2ex;
}
.merits p  {
	margin: 0;
	padding: 0;
	text-align: left;
}
.merits .circle b  {
	font-size: 50px;
	line-height: 2ex;
}
.merits .usual {
	background: white;
	border: #036eb7 3px solid;
	width: 300px;
	margin-top: 10px;
}
.merits .usual .title {
	background: #036eb7;
	color: white;
	font-size: 17px;
	text-align: center;
	padding: 5px 0;
}
.merits .usual p {
	color: #231815;
	font-size: 18px;
	text-align: center;
	line-height: 2.8ex;
	padding: 6px 0;
}
.merits .usual b {
	color: #036eb7;
	font-size: 24px;
}

/* IMAGE 02 */
.achievements_img2 {
	background: url(../images/Achievements_img2.jpg) no-repeat center;
	height: 399px;
	margin-bottom: 30px;
}

/* IMAGE 03 */
.achievements_img3 {
	width: 1058px;
	margin: 0 auto 20px auto;
}



/*------大賀追加　ここから------------*/
.class_flex img{
	margin: 20px 15px;
}

.class_flex{
	display: flex;
}

/*------レスポンシブ----------------*/



/* 戸建て */
.orange {
	background: #ffa200;
	padding-bottom: 150px;
	position: relative;
}
.achievement_title {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -100px;
	width: 100%;
	max-width: 1022px;
}
/* マンション */
.yellow {
	background: #ffff17;
	padding-bottom: 50px;
	position: relative;
}


#mansion {
	background: url(../images/Acievements_mansion_title.png) no-repeat;
}