@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;
}

@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;
	}

	.point h2 {
		text-align: center;
		font-size: 1.8rem;
	}
	
	.con_title {
		margin-top: 40px;
		margin-bottom: 20px;
		text-align: center;
	}
	.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%;
	}
	
	.point h3 {
		font-size: 1.4rem;
		margin-bottom: 0.75em;
	}
	.con_txt {
		margin: 0 auto 2em;
		width: 100%;
	}
	
	
	.f70 {
		font-size: 70%;
	}
	.type_sp,
	.event_sp {
		width: 100%;
	}
	
	.type,
	.event {
		width: 85%;
		display:flex;
		flex-wrap: wrap;
		margin: 0 auto;
	}
	
	.type li,
	.event li {
		display: block;
		text-align: center;
		margin-bottom: 1.5em;
	}


	.type_sp,
	.event_sp {
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.type_sp h2,
	.event_sp h2,
	.risou h2 {
		display: block;
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
		font-size: 1.8rem;
	}
	
	.type li img {
		width: 100%;
		height: auto;
		object-fit: cover;
		margin-bottom: 0.5em;
	}

	.event li img {
		width: 100%;
		height: auto;
		object-fit: cover;
		margin-bottom: 0.5em;
	}
	
	
	.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: 26em !important;
	}

	
}
@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;
		margin-bottom: 60px;
	}
	.list_l {
		margin-right: 40px;
	}
	.list_l li,
	.list_r li {
		padding-left: 80px;
		padding-bottom: 35px;
	}

	.point h2 {
		font-size: 2.2rem;
	}
	.con_title {
		margin-top: 50px;
		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;
	}
	
	.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%;
	}
	
	
	.type,
	.event {
		display:flex;
		flex-wrap: wrap;
		max-width: 1720px;
		min-width: 1050px;
		margin: 0 auto;
	}
	
	.type li:last-child,
	.event li:last-child{
		margin-right: 0;
	}
	
	
	
	.type_sp {
		padding-bottom: 100px;
	}
	.type_sp h2,
	.event_sp h2,
	.risou h2 {
		display: block;
		width: 100%;
		margin-bottom: 25px;
		text-align: center;
		font-size: 2.2rem;
	}
	
	.type li {
		display: block;
		width: calc((100% - 120px) / 4);
		margin-right: 40px;
		text-align: center;
	}
	.type li img {
		width: 100%;
		height: 250px;
		object-fit: cover;
		margin-bottom: 0.5em;
	}
	.event li {
		display: block;
		width: calc((100% - 40px) / 2);
		margin-right: 40px;
		text-align: center;
	}
	.event li img {
		width: 100%;
		height: 250px;
		object-fit: cover;
		margin-bottom: 0.5em;
	}
	
	
	
	.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: 26em !important;
	}

	
}


