@charset "utf-8";


/* ////////////////////// reset ////////////////////// */

#contents_outer {
	background-color: #fff!important;
}
#contents {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	padding: 0;
}

/* ////////////////////// reset ////////////////////// */



.orgMain * {
	font-family: 'Noto Sans JP', sans-serif;
}
.orgMain {
	width: 100%;
}

a {
    transition: .3s;
}
a:hover {
    text-decoration: none;
    opacity: .8;
}


/*///////////////// 各部共通 ここから \\\\\\\\\\\\\\\\\\*/

.sectionWrap {
	width: 100%;
	margin-bottom: 80px;
}
.innerWrap {
	width: 950px;
	margin: 0 auto;
}

.sectionTitle {
	position: relative;
	text-align: center;
	font-size: 28px;
	color: #333;
	letter-spacing: 1.5px;
	margin: 0 0 20px;
}
.subTitle {
	color: #509b9c;
	font-size: 22px;
	display: block;
	margin: 0 0 5px;
	letter-spacing: 3px;
}
.subTitle-slash {
	color: #509b9c;
	font-size: 22px;
	display: block;
	letter-spacing: 3px;
	margin: 0 0 5px;
}
.subTitle-slash:before,
.subTitle-slash:after {
	display: inline-block;
    content: "";
    width: 2px;
    height: 23px;
    background-color: #509b9c;
    margin: 0 11px;
	vertical-align: -3px;
}
.subTitle-slash::before {
    transform: rotate(-28deg);
}
.subTitle-slash::after {
    transform: rotate(28deg);
}
.sectionTitle .setFonts---s36 {
	font-size: 36px;
}

.showMoreContents {
	width: 297px;
	margin: auto;
}
.showMoreContents a {
	width: 100%;
	height: 49px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #509b9c;
	font-size: 18px;
	color: #509b9c;
	border-radius: 30px;
	letter-spacing: 2px;
}
.showMoreContents a:hover {
    background-color: #509b9c;
    color: #fff;
}

.listContents {
	display: flex;
	justify-content: space-between;
}

.innerImages {
	transition: .3s;
	display: block;
	width: 100%;
	height: 100%;
}

.banner01,
.banner02,
.banner03 {
	text-align: center;
}
.banner01,
.banner03 {
	margin-bottom: 60px;
}
.banner02 {
	margin-bottom: 40px;
}
/*\\\\\\\\\\\\\\\\\ 各部共通 ここまで //////////////////*/

.mainView {
	width: 100%;
	height: 710px;
	background: url(/images/top/bg_mainview.jpg)no-repeat center / auto 100%;
}
.mainView .mainCatch {
	width: 950px;
	margin: 0 auto;
}

.headIntro {
    position: absolute;
    background: rgba(0,0,0,.8);
    padding: 24px 0 33px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.headIntro .innerWrap * {
	color: #fff;
}
.headIntroTitle {
    font-size: 20px;
    text-align: center;
    margin: 0 0 15px;
}
.headIntroText {
    font-size: 16px;
    line-height: 1.9;
}

/* 選ばれる理由 */
.reason_wrap {
	margin: 80px 0;
	text-align: center;
}
.reason_wrap .inner {
	width: 950px;
	margin: 0 auto;
}
.reason_ttl {
	font-size: 26px;
	line-height: 1.3;
	margin: 0 0 50px;
}
.reason_ttl .big_font {
	font-size: 44px;
}
.reason_ttl .red_font {
	font-size: 60px;
	color: #fa401b;
	font-weight: bold;
	letter-spacing: .001em;
}
.reason_list {
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px 0;
}
.reason_item {
	width: 300px;
	height: 345px;
	background-color: #f2f9f9;
	position: relative;
}
.reason_item:first-child .reason_item_inner {
	padding-top: 10px;
}
.reason_item img {
	width: 100%;
	vertical-align: bottom;
	position: absolute;
    bottom: 0;
    left: 0;
}
.reason_item_inner {
	padding: 30px 14px 20px;
}
.reason_item_icon {
	width: 80px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #fff;
	background-color: #509b9d;
	text-align: center;
	position: absolute;
	top: -10px;
	left: -12px;
}
.reason_item_ttl {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -1px;
	display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
}
.reason_item_ttl .big_font {
	font-size: 44px;
	color: #fa401b;
}
.reason_item_ttl .red_font {
	color: #fa401b;
	font-size: 28px;
}
.reason_item_txt {
	font-size: 16px;
	line-height: 1.4;
	padding-top: 10px;
	text-align: left;
}

.more_btn_wrap {
	margin-bottom: 80px;
}
.more_btn {
	width: 300px;
	height: 50px;
	line-height: 50px;
	border: 2px solid #509b9c;
	border-radius: 100px;
	display: inline-block;
	font-size: 18px;
	color: #509b9c;
	transition: .3s;
}
.more_btn:hover {
	background-color: #509b9c;
	color: #fff;
	opacity: 0.8;
}
.reason_btn_list {
	height: 530px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: 	space-between;
}
.reason_btn_item {
	width: 460px;
	transition: 0.3s;
}
.reason_btn_item:hover {
	opacity: 0.8;
}

/* サービス一覧 */
.ourservice {
	background-color: #f2f9f9;
	padding: 60px 0;
	margin: 0 0 60px;
}
.ourservice .innerWrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ourservice .contentTitle {
	font-size: 22px;
	color: #509b9c;
	font-weight: 400;
	margin: 0 0 0 5px;
	letter-spacing: 1px;
}
.serviceList {
	width: 670px;
}
.serviceItems {
	width: 160px;
}
.serviceItems a {
	display: block;
	background-color: #fff;
	box-shadow: 0px 0px 6px #d4d4d4;
}
.serviceItems a:hover {
	box-shadow: 0px 5px 9px #d4d4d4;
	opacity: .9;
}
.serviceItems a:hover .serviceImages .innerImages {
	transform: scale(1.07);
}
.serviceImages {
	overflow: hidden;
}
.serviceName {
	font-size: 18px;
	color: #333;
	font-weight: 500;
	text-align: center;
	padding: 13px 0 26px;
}
.serviceName span {
	font-size: 13px;
	color: #509b9c;
	display: block;
	font-weight: 300;
	margin: 2px 0 0;
	letter-spacing: 1px;
}



/* 新着記事(ブログ) */
.columnWrap {
	display: flex;
	justify-content: space-between;
	margin: 0 0 36px;
}
.pickUpColumn {
	position: relative;
	width: 590px;
	height: 418px;
}
.pickUpColumn a {
	display: block;
}
.pickUpColumn a:hover {
    opacity: .9;
}

.otherColumnList {
	width: 340px;
}
.otherColumnItems a {
	display: flex;
}
.otherColumnItems a:hover {box-shadow: 2px 3px 6px #ababab;opacity: 1;}
.otherColumnItems:not(:first-child) {
	margin: 20px 0 0;
}

.columnImages {
	background-color: #333;
	overflow: hidden;
}
.pickUpColumn a:hover .columnImages .innerImages,
.otherColumnItems a:hover .columnImages .innerImages {
	transform: scale(1.05);
}

.contsName {
	font-size: 16px;
	color: #333;
}
.openDate {
	font-size: 14px;
	color: #888;
}

.pickUpColumn .columnImages {
	width: 100%;
	height: 358px;
	z-index: 1;
}
.pickUpColumn .columnTexts {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 500px;
	box-sizing: border-box;
	background-color: #fff;
	z-index: 2;
	padding: 29px 30px 21px;
}
.pickUpColumn .contsName {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 0 8px;
}

.otherColumnItems .columnImages {
	width: 90px;
	height: 90px;
}
.otherColumnItems .columnTexts {
	max-width: 240px;
	padding: 9px 10px 0;
	box-sizing: border-box;
}
.otherColumnItems .contsName {
	line-height: 1.7;
	margin: 0 0 2px;
}


/* タワマンを探す */
.searchFor_towerMansion {}
.searchFor_towerMansion .sectionTitle {}
.searchFor_towerMansion .sectionTitle .subTitle {}
.searchFor_towerMansion .sectionTitle .subTitle::before,
.searchFor_towerMansion .sectionTitle .subTitle::after {}
.searchFor_towerMansion .sectionTitle .subTitle::before {}
.searchFor_towerMansion .sectionTitle .subTitle::after {}

.towerMansionList {}
.towerMansionItems {
	width: 182px;
	height: 182px;
}
.towerMansionItems a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.towerMansionItems a:hover {
	opacity: .95;
}
.areaName {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 36px;
	color: #fff;
	font-weight: 300;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	transition: .3s;
	z-index: 2;
}
.towerMansionItems a:hover .areaName {
	background-color: rgba(0,0,0,.2);
	backdrop-filter: blur(1px);
	text-shadow: 0px 0px 10px rgba(0,0,0,0.3), 1px 5px 14px rgba(0,0,0,0.7);
}
.towerMansionItems a:hover .innerImages {
	transform: scale(1.05);
}

/* レオンワークス人気物件特集 */
.bkn-slider {
	margin: 0 45px;
}
	.bkn-card * {
		font-size: 14px;
	}
	.bkn-card {
		width: 205px;
		background-color: #fff;
		margin-right: 10px;
	}
		.bkn-card a {
			display: block;
			width: 100%;
			box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		}
			.bkn-card__image {
				width: 100%;
				height: 140px;
				background-color: #333;
			}
			.bkn-info {
				padding: 18px 14px 18px;
				box-sizing: border-box;
				min-height: 136px;
			}
				.bkn-info__title {
					font-size: 16px;
					line-height: 1.33;
					overflow: hidden;
					text-overflow: ellipsis;
					white-space: nowrap;
					margin: 0 0 8px;
				}
				.bkn-price {
					margin: 0 0 7px;
					color: #f12a2a;
				}
				.bkn-info__text {
					overflow: hidden;
					text-overflow: ellipsis;
					white-space: nowrap;
				}
				.bkn-info__text:not(:last-of-type) {
					margin: 0 0 4px;
				}
/*slickスライダーカスタマイズ*/
.bkn-slider .slick-list {
	padding: 10px 5px;
}
.slide-arrow {
	display: inline-block;
	position: absolute;
	top: 155px;
	cursor: pointer;
}
.slide-arrow:hover {
	opacity: .8;
}
.prev-arrow {
	left: -33px;
}
.next-arrow {
	right: -33px;
	transform: scale(-1, 1);
}
.slick-dots {
	display: flex;
	justify-content: center;
	margin: 30px 0 0;
}
.slick-dots li {
	width: 10px;
    height: 12px;
	margin: 0 5px;
}
.slick-dots button {
	text-indent: -9999px;
    border-radius: 50%;
    border: none;
    width: 100%;
    height: 100%;
	background-color: #dbdbdb;
}
.slick-dots li.slick-active button {
	background-color: #519b9d;
}

/* LINEで相談 */
.line-banner a {
	display: block;
}

/* MORE SEARCH */
.brand {
	margin: 0 0 100px;
}
.brand__ttl {
	font-size: 30px;
	color: #77afb0;
	line-height: 1.33;
	margin: 0 0 8px;
}
.brand__btn {
    background-color: #fff;
    border: 1px solid #77afb0;
    border-radius: 10px;
    position: relative;
    padding: 0 0 0 29px;
    width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
    font-size: 16px;
	color: #333;
    letter-spacing: .05em;
	box-sizing: border-box;
}
.brand__btn:hover {
	color: #333;
}
	.brand__btn:after {
		display: block;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 13px 7.5px 0 7.5px;
		border-color: #77afb0 transparent transparent transparent;
		position: absolute;
		top: 23px;
		right: 24px;
	}


.brand__modal {
	position: fixed;
	top     : 0;
	left    : 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.9);
	padding: 5% 10px;
	z-index: 100;
	overflow-y: auto;
}
	[data-brand-modal="hide"]{
		opacity: 0;
		visibility: hidden;
	}
	[data-brand-modal="show"]{
		opacity: 1;
		visibility: visible;
		transition: .5s ease;
	}
		.brand__list {
			display        : flex;
			flex-wrap      : wrap;
			justify-content: space-between;
			width: 950px;
			margin: 0 auto;
		}
			.brand__items {
				width: 48%;
				margin: 0 0 10px;
			}
				.brand__link {
					background-color: #fff;
					border: 1px solid #77afb0;
					border-radius: 5px;
					display        : flex;
					align-items    : center;
					justify-content: center;
					height: 40px;
					font-size  : 14px;
					font-weight: 500;
					color      : #77afb0;
				}
				.brand__link:hover {
					background-color: #77afb0;
					color: #fff;
				}

/*  超高層タワーマンションの成約事例 */
.case__inner {
	background: url(/images/bg_tw-case.jpg) no-repeat center / cover;
	padding: 75px 0 80px;
}
	.case__ttl {
		font-size: 40px;
		color: #fff;
		text-align: center;
		line-height: 1.33;
		letter-spacing: 0.05em;
		margin: 0 0 33px;
	}
	.case-box {
		background-color: rgba(255, 255, 255, 0.85);
		padding: 39px 0;
		margin: 0 0 40px;
		box-sizing: border-box;
	}
		.case-box__text {
			font-size: 16px;
			line-height: 2.25;
			text-align: center;
			letter-spacing: -0.02em;
		}
	.case-more a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 296px;
		height: 48px;
		margin: 0 auto;
		font-size: 18px;
		color: #fff;
		letter-spacing: 0.2em;
		border: 2px solid #fff;
		box-sizing: border-box;
		border-radius: 30px;
	}
	.case-more a:hover {
		background-color: #fff;
		color: #333;
	}

/*  タワーマンションを探す */
.popularArea__inner {
	background: url(/images/bg_tw-search.jpg) no-repeat center / cover;
	padding: 75px 0 80px;
}
	[class*="popularArea__ttl"] {
		color: #fff;
	}
	.popularArea__ttl {
		font-size: 28px;
		line-height: 1.33;
		text-align: center;
		margin: 0 0 24px;
	}
		.popularArea__ttl--sub {
			display: block;
			font-size: 22px;
			margin: 0 0 7px;
		}
			.popularArea__ttl--sub::before,
			.popularArea__ttl--sub::after {
				display: inline-block;
				content: "";
				width: 2px;
				height: 22px;
				background-color: #fff;
				vertical-align: -4px;
			}
			.popularArea__ttl--sub::before {
				transform: rotate(-30deg);
				margin-right: 12px;
			}
			.popularArea__ttl--sub::after {
				transform: rotate(30deg);
				margin-left: 12px;
			}
		.popularArea__ttl--lg {
			font-size: 36px;
		}
	.popular-panel {
		display: flex;
		justify-content: space-between;
	}
		.popular-card {
			display: flex;
			justify-content: center;
			align-items: center;
			width: 150px;
			height: 120px;
			background-color: #fff;
			text-align: center;
			border-radius: 10px;
			box-sizing: border-box;
		}
		.popular-card:hover {
			background-color: #333;
			border: 1px solid #fff;
		}
			.popular-card__ttl {
				font-size: 22px;
				line-height: 1.45;
				letter-spacing: 0.2em;
			}
			.popular-card:hover .popular-card__ttl {
				color: #fff;
			}
				.popular-card__ttl--sm {
					display: block;
					font-size: 18px;
				}

/*  投資マンションに強いレオンワークス */
.strong__inner {
	padding: 80px 0 0;
}
	.strong__ttl {
		font-size: 30px;
		line-height: 1.33;
		text-align: center;
		position: relative;
		margin: 0 0 30px;
	}
		.section__ttl-strong {
			font-size: 40px;
		}
		.strong__ttl:after {
			content: "";
			width: 77px;
			height: 111px;
			background: url("/images/img_tablet.png") no-repeat center / contain;
			position: absolute;
			right: 60px;
			bottom: -32px;
		}
	.strong__textWrap {
		margin: 0 0 41px;
	}
		.strong__text {
			font-size: 16px;
			line-height: 2.25;
			text-align: center;
		}

	.strong-panel {
		display: flex;
		justify-content: space-between;
	}
		.paper {
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			width: 460px;
			border: 2px solid #77afb0;
			padding: 34px 30px 38px;
			position: relative;
			box-sizing: border-box;
		}
		.paper:before {
			content: "";
			width: 40px;
			height: 40px;
			background: url("/images/img_page-folds.jpg") no-repeat center / cover;
			position: absolute;
			bottom  : -2px;
			right   : -2px;
		}

			.paper__ttl {
				margin: 0 0 26px;
				font-size  : 28px;
				text-align: center;
			}
				.paper__ttl-point {
					font-size  : inherit;
					font-weight: inherit;
					color: #509b9c;
				}
			.paper__list {
				margin: 0 0 37px;
			}
				.paper__items {
					font-size: 16px;
					line-height: 1.625;
					margin: 0 0 23px;
					padding: 0 0 0 40px;
					position: relative;
					counter-increment: num;
				}
				.paper__items:last-child {
					margin: 0;
				}
					.paper__items:before {
						content: counter(num);
						position: absolute;
						top     : 0;
						left    : 0;
						width: 30px;
						height: 30px;
						background-color: #888;
						border-radius: 50%;
						display        : flex;
						align-items    : center;
						justify-content: center;
						font-size  : 20px;
						color      : #fff;
					}
				.paper__marker {
					background-color: #e1fafa;
				}
			.paper__btn {
				background-color: #00b900;
				border-radius: 10px;
				margin: 0 auto 0;
				display: flex;
				font-size: 23px;
				font-weight: 700;
				color      : #fff;
				justify-content: space-between;
				align-items: center;
				width: 360px;
				height: 65px;
				padding: 0 37px 0 30px;
				box-sizing: border-box;
			}
			.paper.-sale .paper__btn {
				padding: 0 62px 0 30px;
			}
			.paper__btn:hover {
				color: #fff;
			}
				.paper__btn::before {
					display: inline-block;
					content: url(/images/icn_line.png);
				}

/*  3つのメリット */
.merit {
	margin: 0 0 60px;
}
	.merit__ttl {
		border-bottom: 2px solid #00b900;
		margin: 0 0 42px;
		padding: 0 0 18px;
		position: relative;
		font-size  : 28px;
		font-weight: 400;
		color      : #747373;
		text-align: center;
	}
	.merit__ttl:after {
		content: "";
		width: 25px;
		height: 25px;
		background-color: #fff;
		border-right: 2px solid #00b900;
		border-bottom: 2px solid #00b900;
		transform: translateX(-50%) rotate(45deg);
		position: absolute;
		bottom: -15px;
		left: 50%;
	}
		.merit__ttl .-strong,
		.merit__ttl .-num {
			font-size  : 42px;
			font-weight: 700;
			line-height: 1.1;
			display: inline-block;
		}
		.merit__ttl .-strong {
			color: #00b900;
		}
		.merit__ttl .-num {
			margin: 0 0 0 4px;
			color: #fa401b;
		}
		.merit__ttl .-underline {
			background: linear-gradient(to bottom, transparent 60%, #fbf434 60%);
		}

		.merit-panel {
			margin: 0 0 46px;
		}
			.merit__card {
				border: 1px solid #d1d4d4;
				border-radius: 10px;
				margin: 0 0 30px;
				counter-increment: num;
				position: relative;
			}
			.merit__card:last-child {
				margin: 0;
			}
			.merit__card:before {
				content: counter(num);
				width: 40px;
				height: 40px;
				background-color: #00b900;
				border-radius: 50%;
				display        : flex;
				align-items    : center;
				justify-content: center;
				position: absolute;
				top: 19px;
				left    : 19px;
				font-size: 26px;
				color    : #fff;
				padding-bottom: 3px;
				box-sizing: border-box;
			}
				.merit__head {
					background: none;
					border: none;
					position: relative;
					padding: 28px 30px 30px 75px;
					width: 100%;
					font-size: 18px;
					text-align: left;
					line-height: 1.43;
					letter-spacing: 0.1px;
					outline: none;
					box-sizing: border-box;
					cursor: pointer;
				}
				.merit__head:after {
					display: block;
					content: "";
					width: 0;
					height: 0;
					border-style: solid;
					border-width: 15px 9px 0 9px;
					border-color: #00b900 transparent transparent transparent;
					transition: .3s;
					position: absolute;
					top: 34px;
					right: 29px;
				}
				.merit__head.active:after {
					transform: rotate(-180deg);
				}
				.merit__contents,
				.faq__contents {
					overflow: hidden;
					transition: all 0.3s;
					height: 0;
				}
					.merit__block {
						display        : flex;
						justify-content: space-between;
						padding: 0 19px 19px;
					}
						.merit__text {
							padding: 5px 0 0 20px;
							font-size: 18px;
							line-height: 1.77;
						}
			.merit__text-foot {
				text-align: center;
				font-size: 16px;
				margin: 0 0 11px;
			}
			.merit__btn {
				text-align: center;
			}
				.merit__btn a {
					display: inline-block;
				}

/*  よくある質問 */
	.faq {
		margin: 0 0 80px;
	}
	.faq .sectionTitle {
		margin: 0 0 42px;
	}
	.faq__card {
		border: 1px solid #d1d4d4;
		border-radius: 10px;
		margin: 0 0 20px;
	}
	.faq__card:last-child {
		margin: 0;
	}
		.faq__head {
			background: none;
			border: none;
			position: relative;
			padding: 28px 30px 30px 75px;
			width: 100%;
			font-size: 18px;
			text-align: left;
			line-height: 1.43;
			outline: none;
			box-sizing: border-box;
			cursor: pointer;
		}
			.faq__head:before {
				display: inline-block;
				content: url(/images/icon_head-qa.png);
				position: absolute;
				top: 19px;
				left: 19px;
			}
			.faq__head:after {
				display: block;
				content: "";
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 15px 9px 0 9px;
				border-color: #509b9d transparent transparent transparent;
				transition: .3s;
				position: absolute;
				top: 34px;
				right: 29px;
			}
			.faq__head.active:after {
				transform: rotate(-180deg);
			}
		.faq__block {
			padding: 0 19px 19px;
		}
			.faq__text {
				font-size: 18px;
				line-height: 1.77;
			}

/*  Instagram */
.instagram {
	margin: 0 0 60px;
}
.instagram__inner {
	background-color: #f2f9f9;
	padding: 75px 0 80px;
}
	.instagram__title {
		font-size: 30px;
		line-height: 1.33;
		border-bottom: 2px solid #333;
		padding-bottom: 6px;
		margin-bottom: 30px;
	}
	.instagram-panel {
		width: 100%;
		min-height: 190px;
		margin: 0 auto;
	}

/* マンション投資オリペバナー */
.bnr_mansionInvestment {
	width: 950px;
	margin: 0 auto;
}
