@charset "UTF-8";
/* CSS Document */
/* 仮index */
.og {
	text-align: center;
	padding-top: 10vh;
}
@media screen and (max-width: 767px) {
	/* 仮index */
	.og {
		padding-top: 25vh;
	}
	.og img {
		width: 100%;
	}
}

/* mainArea */
.mainArea {
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.swiper-container {
	width: 100%;
}
.hero-slide {
	min-height: 555px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.hero01 {
	background-image: url("../img/top/main01.jpg");
}
.swiper-slide {
	min-height: 555px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.slide01 {
	background-image: url("../img/top/main01.jpg");
}
.slide02 {
	background-image: url("../img/top/main02.jpg");
}
.slide03 {
	background-image: url("../img/top/main03.jpg");
}
.mainArea .mainBox{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
	background-color: #fff;
	padding: 40px;
	border-radius: 10px;
    width: 60%;
    opacity: 0.7;
}
.mainArea .mainBox p{
	margin-top: 16px;
	font-size: 48px;
	font-weight: 600;
}
.mainArea .mainBox img{
	width: 240px;
}
/* 共通 */
.h1Area {
	display: inline-block;
}
.h1Area h1,
h1 {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
}
.h1Area .more,
.btn {
	padding-top: 10px;
}
.h1Area .more,
.btn a {
	font-size: 14px;
}
.h1Area .more span,
.btn a span {
	padding-left: 5px;
}

/* contentArea01 */
.contentArea01 .inner {
	padding: 65px 20px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* aboutArea・agentArea */
.aboutArea {
	width: 48%;
	margin-right: 2%;
	min-height: 300px;
	background-image: url("../img/top/about.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.aboutArea a .h1Area h1,
.aboutArea a .h1Area .more {
    text-shadow:0 0 10px #FFF;
}
.agentArea {
	width: 48%;
	margin-left: 2%;
	min-height: 300px;
	background-image: url("../img/top/agent.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.agentArea a .h1Area h1,
.agentArea a .h1Area .more {
	color: #fff;
    text-shadow:0 0 10px #000;
}
.aboutAreasub{
    font-size: 24px;
    line-height:normal;
}
.aboutArea a,
.agentArea a {
	padding: 60px;
	min-height: 300px;
	display: block;
}
.aboutArea a:hover,
.agentArea a:hover {
	background-color: rgba(255,255,255,0.3);
}

/* listingArea */
.listingsArea .inner {
	padding: 30px 20px 20px;
}
.listingsArea .inner .listings {
	min-height: 200px;
	background-image: url("../img/top/listings.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}
.listingsArea a .h1Area h1,
.listingsArea a .h1Area .more {
	color: #fff;
}
.listingsArea a {
	padding: 50px 60px;
	min-height: 200px;
	display: block;
}
.listingsArea a:hover {
	background-color: rgba(255,255,255,0.3);
}

/* contentArea02 */
.contentArea02 .inner {
	padding: 30px 20px 20px;
	display: flex;
	justify-content: space-between;
}

/* newsArea・fbArea */
.newsArea {
	width: 100%;
	background-color: #F2F2F2;
	padding: 80px;
}
.newsArea .news {
	padding-top: 15px;
}
.newsArea .news dl {
	display: flex;
	justify-content: flex-start;
	padding: 10px 0;
	border-bottom: 1px dotted #444;
}
.newsArea .news dl dt {
	width: 18%;
}
.newsArea .news dl dt dd {
	padding-left: 10px;
}
.newsArea .news dl dt dd p a {
	padding-left: 10px;
	font-weight: 500;
}
.newsArea .news .btn {
	padding-top: 20px;
}
.fbArea {
	width: 340px;
	margin-left: 2%;
}

/* joinArea */
.joinArea .inner {
	padding: 30px 20px 50px;
}
.joinArea .inner .join {
	min-height: 350px;
	background-image: url("../img/top/join.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}
.joinArea a .h1Area h1,
.joinArea a .h1Area .more {
	color: #fff;
	text-shadow: #444 2px 0px 2px, #444 -2px 0px 2px, #444 0px -2px 2px, #444 -2px 0px 2px, #444 2px 2px 2px, #444 -2px 2px 2px, #444 2px -2px 2px, #444 -2px -2px 2px, #444 1px 2px 2px, #444 -1px 2px 2px, #444 1px -2px 2px, #444 -1px -2px 2px, #444 2px 1px 2px, #444 -2px 1px 2px, #444 2px -1px 2px, #444 -2px -1px 2px, #444 1px 1px 2px, #444 -1px 1px 2px, #444 1px -1px 2px, #444 -1px -1px 2px;
}
.joinArea a {
	padding: 158px 0 0 60px;
	min-height: 350px;
	display: block;
}
.joinArea a:hover {
	background-color: rgba(255,255,255,0.3);
}

@media screen and (max-width: 1000px) {
	/* mainArea */
	.mainArea {
		padding-top: 80px;
	}	
	
	/* listingsArea */
	.listingsArea .inner .listings {
		min-height: 548px;
		background-image: url(../img/top/listings_sp.jpg);
		background-size: cover;
	}	
	.listingsArea a {
		padding: 60px;
		min-height: 548px;
	}
	
	/* contentArea02 */
	.contentArea02 .inner {
		padding: 30px 20px 20px;
		display: block;
	}

	/* newsArea・fbArea */
	.newsArea {
		width: 100%;
		margin-bottom: 40px;
	}
	.newsArea .news dl {
		display: block;
	}
	.newsArea .news dl dt {
		width: 100%;
	}
	.fbArea {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.swiper-slide {
		min-height: 400px;
	}
	.mainArea .mainBox{
		width: 80%;
		top:60%;
	}
	.mainArea .mainBox p{
		    font-size: 32px;
	}
.mainArea .mainBox img{
	width: 100px;
}
	/* 共通 */
	.h1Area h1,
	h1 {
		font-size: 23px;
		padding-bottom: 0;
	}
	.h1Area .more,
	.btn a {
		font-size: 13px;
	}

	/* contentArea01 */
	.contentArea01 .inner {
		padding: 45px 5vw 20px;
		display: block;
	}
	
	
	

	/* aboutArea・agentArea */
	.aboutArea {
		width: 100%;
		margin-right: 0;
		min-height: 150px;
		margin-bottom: 20px;
	}
	.agentArea {
		width: 100%;
		margin-left: 0;
		min-height: 150px;
	}
	.agentArea a .h1Area h1,
	.agentArea a .h1Area .more {
		color: #fff;
	}
	.aboutArea a,
	.agentArea a {
		padding: 30px 30px 30px 20px;
		min-height: 150px;
	}

	/* listingArea */
	.listingsArea .inner {
		padding: 20px 5vw 20px;
	}
	.listingsArea .inner .listings {
		min-height: 400px;
	}
	.listingsArea a {
		padding: 40px 40px 40px 20px;
		min-height: 400px;
		display: block;
	}

	/* contentArea02 */
	.contentArea02 .inner {
		padding: 20px 5vw 20px;
		display: block;
	}

	/* newsArea・fbArea */
	.newsArea {
		width: 100%;
		padding: 30px;
		margin-bottom: 30px;
	}
	.newsArea .news {
		padding-top: 10px;
	}
	.newsArea .news .btn {
		padding-top: 15px;
	}
	.newsArea .news dl dt {
		padding-bottom: 5px;
	}
	.newsArea .news dl dd p {
		line-height: 1.2;
	}
	.fbArea {
		width: 100%;
		margin-left: 0;
	}
	
	/* joinArea */
	.joinArea .inner {
		padding: 20px 5vw 40px;
	}
	.joinArea .inner .join {
		/*min-height: 300px;*/
		min-height: 124px;
		background-image: url("../img/top/join.jpg");
		background-size: 124%;
	}
	.joinArea a {
		/*padding: 107px 0 0 20px;*/
		padding: 30px 30px 30px 20px;
		/*min-height: 300px;*/
		min-height: 124px;
		display: block;
	}
}
