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

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

@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;
	}
	.list_l,
	.list_r {
		width: 100%;
	}
	.list_l li,
	.list_r li {
		padding-left: 80px;
		padding-bottom: 35px;
	}
	.list_l li:nth-child(1) {
		background: url("../images/service/ico-estate-01.svg") no-repeat left top;
	}
	.list_l li:nth-child(2) {
		background: url("../images/service/ico-estate-02.svg") no-repeat left top;
	}
	.list_l li:nth-child(3) {
		background: url("../images/service/ico-estate-03.svg") no-repeat left top;
	}
	.list_r li:nth-child(1) {
		background: url("../images/service/ico-estate-04.svg") no-repeat left top;
	}
	.list_r li:nth-child(2) {
		background: url("../images/service/ico-estate-05.svg") no-repeat left top;
	}
	.point h2 {
		margin-top: 40px;
		margin-bottom: 40px;
		text-align: center;
		font-size: 1.8rem;
	}
	.point h3 {
		font-size: 1.4rem;
		margin-bottom: 0.75em;
	}
	.f70 {
		font-size: 70%;
	}
	.point2 {
		width: 100%;
		border-top: 1px solid #A6A6A6;
		border-bottom: 1px solid #A6A6A6;
		background: #FAFAFA;
		padding: 25px 0;
	}
	.point2 h2 {
		margin-bottom: 15px;
		text-align: center;
		font-size: 1.8rem;
	}
	.point2 p {
		width: 85%;
		margin: 0 auto 2em;
	}
	.point2 ul {
		width: 70%;
		margin: 0 auto;
	}
	.point2 li {
		width: 100%;
		text-align: center;
	}
	.point2 li:first-child {
		margin-bottom: 2em;
		
	}
	.point2 li h3 {
		width: 100%;
		background: #FFF;
		border: 1px solid #A6A6A6;
		font-size: 1.4rem;
		padding: 0.25em 0;
		margin-bottom: 30px;
		text-align: center;
	}
	.point2 li img {
		width: 100%;
	}
	.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;
		margin-bottom: 1em;
	}
	.works img {
		width: 100%;
	}
	
	.risou h2 {
		display: block;
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
		font-size: 1.8rem;
	}
	.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;
	}
	.con_title {
		margin-top: 40px;
		margin-bottom: 20px;
		text-align: center;
	}
	.con_txt {
		margin: 0 auto 2em;
		width: 100%;
	}
}
@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;
	}
	.list_l,
	.list_r {
		width: 530px;
		float: left;
	}
	.list_l {
		margin-right: 40px;
	}
	.list_l li,
	.list_r li {
		padding-left: 80px;
		padding-bottom: 35px;
	}
	.list_l li:nth-child(1) {
		background: url("../images/service/ico-estate-01.svg") no-repeat left top;
	}
	.list_l li:nth-child(2) {
		background: url("../images/service/ico-estate-02.svg") no-repeat left top;
	}
	.list_l li:nth-child(3) {
		background: url("../images/service/ico-estate-03.svg") no-repeat left top;
	}
	.list_r li:nth-child(1) {
		background: url("../images/service/ico-estate-04.svg") no-repeat left top;
	}
	.list_r li:nth-child(2) {
		background: url("../images/service/ico-estate-05.svg") no-repeat left top;
	}
	.point h2 {
		margin-top: 50px;
		margin-bottom: 50px;
		text-align: center;
		font-size: 2.2rem;
	}
	.point h3 {
		font-size: 1.6rem;
		margin-bottom: 0.75em;
	}
	.f70 {
		font-size: 70%;
	}
	.point2 {
		width: 100%;
		min-width: 1100px;
		border-top: 1px solid #A6A6A6;
		border-bottom: 1px solid #A6A6A6;
		background: #FAFAFA;
		padding: 45px 0;
	}
	.point2 h2 {
		margin-bottom: 30px;
		text-align: center;
		font-size: 2.2rem;
	}
	.point2 p {
		max-width: 1100px;
		width: 95%;
		margin: 0 auto 40px;
	}
	.point2 ul {
		display:flex;
		flex-wrap: wrap;
		width: 688px;
		margin: 0 auto;
	}
	.point2 li {
		width: 294px;
	}
	.point2 li:first-child {
		margin-right: 100px;
	}
	.point2 li h3 {
		width: 100%;
		background: #FFF;
		border: 1px solid #A6A6A6;
		font-size: 1.4rem;
		padding: 0.25em 0;
		margin-bottom: 30px;
		text-align: center;
	}
	.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% - 90px) / 4);
		margin-right: 30px;
		text-align: center;
	}
	.works li:last-child {
		margin-right: 0;
	}
	.works img {
		width: 100%;
	}
	.works a {
		display: block;
		transition: all 0.2s;
		margin-bottom: 14px;
	}
	

	.risou h2 {
		display: block;
		width: 100%;
		margin-bottom: 25px;
		text-align: center;
		font-size: 2.2rem;
	}
	.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;
	}
	.con_title {
		margin-top: 50px;
		margin-bottom: 30px;
		text-align: center;
	}
	.con_txt {
		text-align: center;
		margin: 0 auto;
		width: 1100px;
		line-height: 200%;
	}
}