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

.list_l li:nth-child(1) {
	background: url("../images/service/ico-estate-02.svg") no-repeat left top;
}
.list_l li:nth-child(2) {
	background: url("../images/service/ico-estate-06.svg") no-repeat left top;
}
.list_l li:nth-child(3) {
	background: url("../images/service/ico-estate-04.svg") no-repeat left top;
}
.list_r li:nth-child(1) {
	background: url("../images/service/ico-estate-03.svg") no-repeat left top;
}
.list_r li:nth-child(2) {
	background: url("../images/service/ico-estate-07.svg") no-repeat left top;
}

main a {
	text-decoration: none;
	color: #666;
}

h1, h2, h3 {
	font-weight: 500 !important;
}

.sv_btn {
	width: 14em;
}

@media only screen and (max-width:960px) {
	/*スマホ*/
	h1 {
		margin-top: 60px;
		margin-bottom: 40px;
		text-align: center;
		font-size: 2rem;
	}
	.main {
		width: 100%;
		height: 250px;
		object-fit: cover;
	}
	.point {
		width: 85%;
		margin: 0 auto;
		padding-bottom: 2.5em;
	}
	
	.reform_list {
		display:flex;
		flex-wrap: wrap;
		width: 100%;
		margin: 2em auto 1.5em;
	}
	.reform_list li {
		display: block;
		width: calc((100% - 10px) / 2);
		margin-right: 10px;
		text-align: center;
	}
	.reform_list li:nth-child(2n) {
		margin-right: 0px;
	}
	.reform_list li img {
		width: 100%;
	}
	.reform_list li h3 {
		padding: 0.5em 0 1.5em;
		font-weight: 300 !important;
		font-size: 1.4rem;
	}
	
	.reform_list + p {
		margin-bottom: 2em;
	}
	
	.list_l,
	.list_r {
		width: 100%;
	}
	.list_l li,
	.list_r li {
		padding-left: 80px;
		padding-bottom: 35px;
	}

	.point h2,
	.risou h2 {
		text-align: center;
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	
	.con_title {
		margin-top: 40px;
		margin-bottom: 20px;
		text-align: center;
	}
	
	
	.point h3 {
		font-size: 1.4rem;
		margin-bottom: 0.75em;
	}
	.con_txt {
		margin: 0 auto 2em;
		width: 100%;
	}
	
	
	.f70 {
		font-size: 70%;
	}

	.sv_btn {
		margin-bottom: 4.5em !important;
	}
	.risou {
		width: 100%;
		margin: 0 auto;
		padding-top: 2em;
		margin-bottom: 5em;
	}
	.risou img {
		margin-bottom: 1.5em;
		width: 100%;
	}
	.risou p {
		width: 85%;
		margin: 0 auto 2em;
	}
	.risou a {
		display: block;
		text-align: center;
		margin: 0 auto;
		width: 20em !important;
	}
	.works_sp {
		width: 100%;
		border-bottom: 1px solid #666;
		margin-bottom: 40px;
		padding-bottom: 20px;
	}

	
	.works_title {
		display: flex;
		align-items: center;
		margin-bottom: 40px;
		font-size: 1.8rem;
	}

	.works_title:before,
	.works_title:after {
		content: "";
		height: 1px;
		flex-grow: 1;
		background-color: #666;
	}

	.works_title:before {
		margin-right: 1rem;
	}

	.works_title:after {
		margin-left: 1rem;
	}
	
	.works {
		display: block;
		max-width: 85%;
		margin: 0 auto 20px;
	}
	.works li {
		width: 100%;
		text-align: center;
	}
	.works img {
		width: 100%;
	}
	
	.works li h3 {
		padding: 0.5em 0 1.5em;
		font-weight: 300 !important;
		font-size: 1.4rem;
	}
}
@media screen and (min-width:961px) {
	/*PC*/
	h1 {
		margin-top: 150px;
		margin-bottom: 30px;
		text-align: center;
		font-size: 3.2rem;
	}
	.main {
		width: 100%;
		height: 580px;
		object-fit: cover;
	}
	.point {
		width: 1100px;
		margin: 0 auto;
		padding-bottom: 60px;
	}
	.reform_list {
		display:flex;
		flex-wrap: wrap;
		width: 1100px;
		margin: 60px auto 50px;
	}
	.reform_list li {
		display: block;
		width: calc((100% - 60px) / 4);
		margin-right: 20px;
		text-align: center;
	}
	.reform_list li:nth-child(4n) {
		margin-right: 0px;
	}
	.reform_list li img {
		width: 100%;
	}
	.reform_list li h3 {
		padding: 0.5em 0 1.5em;
		font-weight: 300 !important;
		font-size: 1.4rem;
	}
	
	.reform_list + p {
		margin-bottom: 40px;
	}
	
	.list_l,
	.list_r {
		width: 530px;
		float: left;
		margin-bottom: 60px;
	}
	.list_l {
		margin-right: 40px;
	}
	.list_l li,
	.list_r li {
		padding-left: 80px;
		padding-bottom: 35px;
	}

	.point h2,
	.risou h2 {
		display: block;
		width: 100%;
		margin-bottom: 25px;
		text-align: center;
		font-size: 2.2rem;
	}
	.con_title {
		margin-top: 50px;
		margin-bottom: 30px;
		text-align: center;
	}
	
	.point h3 {
		font-size: 1.6rem;
		margin-bottom: 0.75em;
	}
	.con_txt {
		text-align: center;
		margin: 0 auto;
		width: 1100px;
		line-height: 200%;
	}
	.f70 {
		font-size: 70%;
	}
	.risou {
		width: 1100px;
		margin: 0 auto;
		margin-bottom: 100px;
	}
	.risou img {
		margin-bottom: 25px;
	}
	.risou p {
		text-align: center;
		margin-bottom: 40px;
		line-height: 200%;
	}
	.risou a {
		width: 20em !important;
	}
	.works_sp {
		width: 100%;
		border-bottom: 1px solid #666;
		margin-bottom: 70px;
		padding-bottom: 40px;
	}

	
	.works_title {
		display: flex;
		align-items: center;
		margin-bottom: 40px;
	}

	.works_title:before,
	.works_title:after {
		content: "";
		height: 1px;
		flex-grow: 1;
		background-color: #666;
	}

	.works_title:before {
		margin-right: 1rem;
	}

	.works_title:after {
		margin-left: 1rem;
	}
	
	.works {
		display:flex;
		flex-wrap: wrap;
		max-width: 1720px;
		min-width: 1050px;
		margin: 0 auto 20px;
	}
	.works li {
		width: calc((100% - 200px) / 6);
		margin-right: 40px;
		text-align: center;
	}
	.works li:last-child {
		margin-right: 0;
	}
	.works img {
		width: 100%;
	}
	.works a {
		padding: 5px;
		display: block;
		transition: all 0.2s;
		margin-bottom: 14px;
	}
	
	.works a:hover {
		opacity: 1;
		background: #666;
	}
	
	.works li h3 {
		padding: 0.5em 0 1.5em;
		font-weight: 300 !important;
		font-size: 1.4rem;
	}
}


