@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
	margin-bottom: 3rem;
	background: transparent;
}
#main::before {
	display: none;
}
#main .fvBox {
	padding-bottom: 14.6rem;
	background: url(../img/index/fv_bg01.jpg) no-repeat center center / cover;
}
#main .mainVisual {
	margin-bottom: 5rem;
	background: url(../img/index/fv_bg02.png) no-repeat center top / 100% 78.6%;
}
#main .mainVisual .inner {
	margin: 0 6rem;
	padding-left: 4rem;
	position: relative;
}
#main .mainVisual .enTxt {
	position: absolute;
	left: 0.1rem;
	top: 6.5rem;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.44em;
	writing-mode: vertical-rl;
	white-space: nowrap;
	text-orientation: upright;
}
#main .mainVisual .mvSlider {
	opacity: 0;
	transition: opacity .3s linear;
}
#main .mainVisual .mvSlider.slick-initialized {
	opacity: 1;
}
#main .mainVisual .mvSlider .item {
	display: block !important;
	mask: url(../img/index/fv_mask.png) no-repeat left bottom / 43.5rem 39.5rem, linear-gradient(#000, #000) no-repeat left top / 100% calc(100% - 39.5rem), linear-gradient(#000, #000) no-repeat right top / calc(100% - 43.5rem) 100%;
	border-radius: 3rem;
	overflow: hidden;
}
#main .mainVisual .mvSlider .item img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1206/591;
}
#main .mainVisual .mvSlider .slick-dots {
	display: flex;
	gap: 1rem;
	position: absolute;
	left: 43rem;
	bottom: 3rem;
	font-size: 0;
	line-height: 0;
	cursor: default;
	pointer-events: none;
}
#main .mainVisual .mvSlider .slick-dots li {
	width: 6rem;
	height: 0.4rem;
	position: relative;
	border-radius: 0.5rem;
	background: #fff;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	overflow: hidden;
}
#main .mainVisual .mvSlider .slick-dots li::before {
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #180173;
	border-radius: inherit;
	content: '';
}
#main .mainVisual .mvSlider .slick-dots li.on::before {
	width: 100%;
	transition: linear 4.5s;
}
#main .mainVisual .mvSlider .slick-dots li button {
	display: none;
}
#main .mainVisual .textBox {
	width: 42rem;
	min-height: 29.2rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 0.6rem;
	position: absolute;
	left: 0;
	bottom: -0.2rem;
	border-radius: 0 3rem 0 0;
}
#main .mainVisual .textBox .image {
	width: 16rem;
	position: absolute;
	right: -1.8rem;
	top: -6rem;
}
#main .mainVisual .textBox .heading {
	margin: 0 0.2rem 1.7rem;
}
#main .mainVisual .textBox .heading img {
	width: 37.2rem;
}
#main .mainVisual .textBox .read {
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7;
}
#main .mainVisual .textBox .read strong {
	color: #4468BA;
	font-weight: 700;
	font-size: 1.9rem;
}
#main .mainVisual .tel {
	width: 31.3rem;
	position: absolute;
	right: -4.3rem;
	bottom: -1.7rem;
}
#main .newsBox {
	margin-bottom: 5rem;
	padding: 3rem 5rem;
	display: flex;
	justify-content: space-between;
	gap: 5rem;
	background: #fff;
	border-radius: 3rem;
}
#main .newsBox .newsList {
	margin-top: -0.1rem;
	flex: 1;
}
#main .newsBox .newsList li {
	display: flex;
	flex-wrap: wrap;
	gap: 0.3rem 1rem;
	align-items: center;
	align-content: flex-start;
}
#main .newsBox .newsList li time {
	display: block;
	color: #2F59B9;
	font-size: 1.4rem;
	font-weight: 700;
}
#main .newsBox .newsList li .tag {
	padding: 0.1rem 0.3rem 0.2rem;
	width: 4.8rem;
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.5;
	text-align: center;
	background: #2F59B9;
	border-radius: 3rem;
}
#main .newsBox .newsList li p {
	width: 100%;
	font-weight: 500;
}
#main .bannerBox {
	width: 124.6rem;
	gap: 1.8rem;
	z-index: 2;
}
#main .bannerBox .banner {
	width: 100%;
}
#main .bannerBox .banner a {
	display: block;
	position: relative;
	border-radius: 1rem;
	overflow: hidden;
}
#main .bannerBox .banner img {
	width: 100%;
}
#main .bannerBox .banner a .txt {
	padding: 0.7rem 4rem 0.7rem 2rem;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #2F59B9;
	font-weight: 700;
	background: #fff;
	border-radius: 1rem 0 1rem 0;
	z-index: 1;
}
#main .bannerBox .banner a .txt::after {
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2rem;
	height: 2rem;
	border-radius: 100%;
	background: #2F59B9 url(../img/common/icon21.png) no-repeat center center / 100%;
	content: '';
	transition: 0.3s;
}
#main .bannerBox .bannerList {
	margin-right: -0.1rem;
	width: calc(100% + 0.1rem);
	gap: 2rem;
}
#main .bannerBox .bannerList li {
	width: 40.2rem;
}
#main .bannerBox .bannerList li a {
	display: block;
	position: relative;
	border-radius: 1rem;
	overflow: hidden;
	clip-path: inset(0 0 0 0);
	opacity: 1;
}
#main .bannerBox .bannerList li a .txt {
	padding: 0.7rem 4rem 0.7rem 2rem;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #2F59B9;
	font-weight: 700;
	background: #fff;
	border-radius: 1rem 0 1rem 0;
	z-index: 2;
}
#main .bannerBox .bannerList li a .txt::after {
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2rem;
	height: 2rem;
	border-radius: 100%;
	background: #2F59B9 url(../img/common/icon21.png) no-repeat center center / 100%;
	content: '';
	transition: 0.3s;
}
#main .bannerBox .bannerList li img {
	width: 100%;
	transition: 0.3s;
}
#main .bannerBox .bannerList li .over {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	transform: none !important;
	z-index: 1;
}
#main .property {
	padding-top: 6.2rem;
	position: relative;
	background: #D9E8F2;
}
#main .property::before {
	width: 100%;
	height: 40.8rem;
	position: absolute;
	left: 0;
	bottom: 100%;
	background: url(../img/index/property_bg01.png) no-repeat center bottom / 100% 100%;
	content: '';
}
#main .property .posImg01,
#main .property .posImg02,
#main .property .posImg03,
#main .property .posImg04 {
	position: absolute;
}
#main .property .posImg01 {
	left: 3.5rem;
	top: -10.6rem;
	width: 7.7rem;
}
#main .property .posImg02 {
	width: 6.7rem;
	left: 18.5rem;
	top: -4.7rem;
}
#main .property .posImg03 {
	width: 5.7rem;
	left: 26.3rem;
	top: -6.8rem;
}
#main .property .posImg04 {
	width: 18rem;
	right: 10.2rem;
	top: -8rem;
}
#main .property .headLine01 {
	margin-bottom: 6.3rem;
}
#main .property .comBtn {
	margin: 3rem auto 0;
	width: 32rem;
}
#main .property .ttlBox {
	margin-bottom: 2.8rem;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 2.5rem;
}
#main .property .ttlBox .comBtn {
	margin: 0 0 0.4rem;
	width: 40rem;
	flex-shrink: 0;
}
#main .property .ttlBox .headLine02 {
	margin-bottom: 0;
	flex: 1;
}
#main .propertyList {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem 2.1rem;
}
#main .propertyList li {
	width: calc((100% - 6.3rem)/4);
	position: relative;
}
#main .propertyList a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	color: #B9E3C6;
	border-radius: 1rem;
	background-color: #FFF;
	overflow: hidden;
}
#main .propertyList a::after {
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background: currentColor;
	content: '';
	transition: 0.3s;
}
#main .propertyList .tips {
	width: 6.6rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
#main .propertyList .photo {
	position: relative;
	overflow: hidden;
}
#main .propertyList .photo img {
	width: 100%;
	aspect-ratio: 276/184;
	object-fit: cover;
	transition: 0.3s
}
/* soldout */
#main .propertyList .sold {
	position: relative;
}
#main .propertyList .sold:after {
	width: 100%;
	height: 100%;
	border-radius: 1rem;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
#main .propertyList .sold::before {
	width: 100%;
	background-color: #969696;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
	content: "売却済";
	z-index: 1;
	padding: 0.5rem;
}
#main .propertyList .textBox {
	padding: 2rem 2rem 2.4rem;
	color: #000;
}
#main .propertyList .tag {
	margin-bottom: 0.8rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
#main .propertyList .tag span {
	padding: 0.2rem 2rem;
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
	border-radius: 2rem;
	background: #B9E3C6;
}
#main .propertyList .title {
	margin: 0 -0.5rem 1rem 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem 1.1rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
}
#main .propertyList .title .sub {
	display: block;
}
#main .propertyList .title .price {
	padding-left: 1.1rem;
	color: #ED7954;
	display: block;
	position: relative;
}
#main .propertyList .title .price::before {
	margin-top: 0.1rem;
	width: 0;
	height: 79%;
	position: absolute;
	left: 0;
	top: 50%;
	box-sizing: border-box;
	border-right: 0.1rem solid #000;
	transform: translateY(-50%);
	content: '';
}
#main .propertyList .text {
	line-height: 1.6875;
}
#main .monthly {
	margin-bottom: 8rem;
}
#main .recommend {
	margin-bottom: 13.1rem;
}
#main .areaSearch {
	margin-bottom: 6rem;
	padding: 4.9rem 5rem 6.8rem;
	position: relative;
	border-radius: 3rem;
	background: #FBFDFE;
}
#main .areaSearch::before {
	width: 81.5rem;
	height: 48.6rem;
	position: absolute;
	right: calc(100% - 17rem);
	top: -43.2rem;
/*	background: url(../img/index/property_bg02.png) no-repeat center center / contain;*/
	content: '';
	z-index: -1;
	user-select: none;
	pointer-events: none;
}
#main .areaSearch::after {
	width: 81.5rem;
	height: 48.6rem;
	position: absolute;
	left: calc(100% - 20rem);
	bottom: -9.3rem;
	background: url(../img/index/property_bg02.png) no-repeat center top / 100%;
	content: '';
	z-index: -1;
	user-select: none;
	pointer-events: none;
}
#main .areaSearch .headLine02 {
/*	margin-right: 6.5rem;*/
	margin-bottom: 4.8rem;
}
#main .areaSearch .headLine02 img {
	height: 6.4rem;
}
#main .areaSearch .areaPosImg01 {
	position: absolute;
	top: -8.5rem;
	left: -3.7rem;
	width: 21.4rem;
}
#main .areaSearch .areaPosImg02 {
	position: absolute;
	right: 7.1rem;
	bottom: 6rem;
	width: 26.1rem;
}
#main .areaSearch .areaPosImg03 {
	position: absolute;
	right: 8.4rem;
	top: 4.3rem;
	width: 7.7rem;
}
#main .areaSearch .areaWrap h4 {
	margin-bottom: 0.9rem;
	position: relative;
	font-weight: bold;
	font-size: 1.8rem;
}
#main .areaSearch .areaWrap h4::before {
	margin-top: -0.2rem;
	position: absolute;
	left: -1.8rem;
	top: 0.3rem;
	width: .4rem;
	height: 2.6rem;
	border-radius: .2rem;
	background: #E8D170;
	content: '';
}
#main .areaSearch .areaWrap .title02::before {
	background: #E68B99;
}
#main .areaSearch .areaWrap h4 small {
	font-size: 1.4rem;
}
#main .areaList {
	margin-bottom: 3rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem 1.6rem;
}
#main .areaList a {
	border-bottom: 0.1rem solid #000;
}
#main .areaList .noLink {
	border-bottom: none;
}
#main .areaSearch .areaWrap {
	padding: 2.2rem 0 6.6rem;
	min-height: 34rem;
	background: #FBFDFE url(../img/index/area_bg.png) no-repeat center top / 26.7rem;
}
#main .specialBox {
	margin: 0 auto 1.8rem;
	max-width: 96.6rem;
}
#main .specialBox .title {
	padding: 1.5rem 2rem 1.4rem;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	background: #5974B1;
	border-radius: 1rem 1rem 0 0;
}
#main .specialBox .title small {
	margin-left: 0.5rem;
	font-size: 1.4rem;
}
#main .specialBox .inner {
	padding: 1.5rem 3.9rem 2rem;
	border-radius: 0 0 1rem 1rem;
	background: #EBF0F7;
}
#main .property .comBtn.lg {
	width: 35.4rem;
}
#main .property .comBtn.lg a {
	padding: 2rem 5rem;
	background-color: #1E3F89;
	border-color: #1E3F89;
	border-radius: 5rem;
	font-size: 1.8rem;
	color: #fff;
}
#main .property .comBtn.lg a::after {
	background: #fff url(../img/common/icon22.png) no-repeat left top / 100%;
	right: 2.9rem;
}
#main .property .bnrList {
	gap: 2rem 0;
	position: relative;
}
#main .property .bnrBox {
	margin-top: -4.3rem;
	padding: 22.2rem 0 12rem;
	position: relative;
	background: url(../img/index/property_bg05.png) no-repeat center top / 100% 15rem,
		linear-gradient(#C7DDEF, #C7DDEF) no-repeat 0 15rem, 100% calc(100% - 15rem);
}
#main .property .bnrBox::before {
/*	width: 80rem;
	position: absolute;
	left: -50rem;
	bottom: -27.2rem;
	background: url(../img/index/property_bg03.png) no-repeat left top / 100%;
	aspect-ratio: 1600/894;
	content: '';*/
}
#main .property .bnrBox::after {
	width: 69.3rem;
	position: absolute;
	right: -39rem;
	bottom: -22.2rem;
	background: url(../img/index/property_bg04.png) no-repeat left top / 100%;
	aspect-ratio: 1386/846;
	content: '';
	z-index: 2;
}
#main .property .bnrBox .content {
	z-index: auto;
}
#main .property .bnrBox .image01 {
	position: absolute;
	left: 16.3rem;
	top: -22rem;
	width: 7.7rem;
}
#main .property .bnrBox .image02 {
	width: 13.6rem;
	position: absolute;
	left: 4.2rem;
	top: -7.2rem;
}
#main .property .bnrBox .image03 {
	width: 20.3rem;
	position: absolute;
	right: 1.6rem;
	top: -8rem;
	z-index: 4;
}
#main .property .bnrList li {
	width: calc(50% - 1rem);
	position: relative;
	z-index: 1;
}
#main .property .bnrList li a {
	display: block;
	position: relative;
	border-radius: 1rem;
	overflow: hidden;
	clip-path: inset(0 0 0 0);
	opacity: 1;
	z-index: 5;
}
#main .property .bnrList li img {
	width: 100%;
	transition: 0.3s;
}
#main .property .bnrList li a .txt {
	padding: 0.7rem 4rem 0.7rem 2rem;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #2F59B9;
	font-weight: 700;
	background: #fff;
	border-radius: 1rem 0 1rem 0;
	z-index: 2;
}
#main .property .bnrList li a .txt::after {
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2rem;
	height: 2rem;
	border-radius: 100%;
	background: #2F59B9 url(../img/common/icon21.png) no-repeat center center / 100%;
	content: '';
	transition: 0.3s;
}
#main .property .bnrList li a .imgtext {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
}
#main .property .bnrList li a .imgtext img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform: none !important;
}
#main .event {
	padding: 14.6rem 0 34.2rem;
	position: relative;
	background: #C8E4ED;
}
#main .event:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 44rem;
	background: #C7DDEF url(../img/index/event_bg01.png) no-repeat left top /100% 100%;
	content: "";
	z-index: 1;
}
#main .event:after {
	position: absolute;
	left: -26rem;
	bottom: -17rem;
	width: 81.5rem;
	height: 48.6rem;
	background: url(../img/index/event_bg02.png) no-repeat left bottom/100%;
	content: "";
	z-index: 1;
}
#main .event .sliderImg {
	position: absolute;
	left: 0;
	top: -2.4rem;
	width: 100%;
	display: flex;
	z-index: 2;
}
#main .event .sliderImg span {
	display: block;
	flex-shrink: 0;
	margin-right: 5rem;
}
#main .event .sliderImg img {
	height: 12rem;
	max-width: inherit;
}
#main .event .bgSec {
	max-width: 124rem;
	margin-left: auto;
	margin-right: auto;
	padding: 4rem 0 6rem;
	position: relative;
	z-index: 2;
}
#main .event .bgSec:after {
	position: absolute;
	right: 0;
	top: 0;
	width: calc(50% + 10rem);
	height: 100%;
	background-color: #fff;
	border-radius: 3rem;
	content: "";
}
#main .event .bgSec .content {
	width: 124rem;
	position: relative;
	z-index: 1;
	align-items: center;
}
#main .event .lBox {
	margin: 2.2rem 0 0 3.5rem;
	width: 32.8%;
}
#main .event .lBox .imgList {
	margin-bottom: 2rem;
	align-items: flex-end;
	justify-content: center;
	gap: 0 2.4rem;
}
#main .event .lBox .imgList li {
	width: 8.4rem;
}
#main .event .lBox .imgList li:first-child {
	width: 16.9rem;
}
#main .event .lBox .comBtn {
	width: auto;
}
#main .event .rBox {
/*	width: 53.2%;*/
    width: 58.2%;
    padding: 0 4rem;	
}
#main .event .headLine01 {
	margin-bottom: 6.1rem;
}
#main .event .comBtn a {
	max-width: 38.4rem;
}
#main .event .newsList li {
	border-bottom: 0.1rem dashed #d1d1d1;
}
#main .event .newsList a {
	display: block;
	position: relative;
	padding: 2rem 1.7rem 1.5rem 0;
	opacity: 1;
}
#main .event .newsList .label {
	align-items: center;
	gap: 1rem;
}
#main .event .newsList .date {
	color: #2F59B9;
	font-size: 1.4rem;
	font-weight: 700;
}
#main .event .newsList .tag {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
#main .event .newsList .tag span {
	padding: 0 0.9rem 0.1rem;
	color: #2F59B9;
	font-weight: bold;
	font-size: 1rem;
	border-radius: 0.9rem;
	border: 0.1rem solid #2F59B9;
}
#main .event .newsList .txt {
	padding: 0.6rem 2rem 0.6rem 0;
	position: relative;
	font-weight: 500;
	line-height: 1.25;
	background: url(../img/common/icon03.png) no-repeat right center/2.4rem;
}
#main .event .newsList .txt::after {
/*	width: 2.4rem;
	height: 2.4rem;
	position: absolute;
	right: 0;
	top: 50%;
	background: #2F59B9 url(../img/common/icon03.png) no-repeat center center / 100%;
	border-radius: 100%;
	overflow: hidden;
	transform: translateY(-50%);
	transition: 0.3s;
	content: '';*/
}
#main .reasons {
	padding: 0.1rem 0 22.7rem;
	position: relative;
/*	background-color: #FFFBF5;*/
	background-color: #FFFDF6;
	z-index: 2;
}
#main .reasons::before {
	position: absolute;
	left: 0;
	top: -20rem;
	width: 100%;
	height: 20rem;
	background: url(../img/index/reasons_bg01.png) no-repeat;
	background-size: 100% 100%;
	content: "";
}
#main .reasons::after {
	position: absolute;
	left: 50%;
	top: -23.3rem;
	width: 114.8rem;
	height: 22.9rem;
	background: url(../img/index/reasons_bg02.png) no-repeat;
	background-size: 114.8rem auto;
	content: "";
	transform: translateX(-49.3%);
}
#main .reasons .headLine01 {
	margin: -4.4rem 0 10.5rem;
	position: relative;
}
#main .reasons .listBox {
	position: relative;
	gap: 4.9rem 5.8rem;
}
#main .reasons .listBox .item {
	width: 34.9rem;
}
#main .reasons .listBox .num {
	margin-bottom: -2.2rem;
}
#main .reasons .listBox .num img {
	width: 11.3rem;
}
#main .reasons .listBox .pho {
	margin-bottom: 3.3rem;
}
#main .reasons .listBox .ttl {
	margin-bottom: 2.7rem;
	text-align: center;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.6;	
}
#main .reasons .listBox .ttl img {
	width: 32.5rem;
}
#main .reasons .listBox p {
	line-height: 1.68;
}
#main .reasons .linkList {
	width: 100%;
	order: 1;
}
#main .reasons .linkList li {
	width: 40.2rem;
	margin: 0 1rem;
}
#main .reasons .linkList a {
	height: 9rem;
	padding: 0.5rem 3.5rem 0;
	position: relative;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 2.2rem;
	line-height: 1.27;
	font-weight: 700;
	border-radius: 1rem;
	background-color: #2F59B9;
	box-sizing: border-box;
	clip-path: inset(0 0 0 0);
	will-change: transform;
}
#main .reasons .linkList li:last-child a {
	background-color: #1E376E;
}
#main .reasons .linkList span {
	position: absolute;
	right: 0;
	bottom: -0.1rem;
	width: 14rem;
	height: 3.9rem;
	padding: 0.1rem 2rem 0.1rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #2F59B9;
	font-size: 1.6rem;
	background: #fff;
	background-size: 2rem auto;
	border-radius: 1rem 0 1rem 0;
	font-family: "Noto Sans JP", sans-serif;
}
#main .reasons .linkList span::after {
	width: 2rem;
	height: 2rem;
	position: absolute;
	right: 1rem;
	top: 50%;
	border-radius: 100%;
	background: #2F59B9 url(../img/common/icon03.png) no-repeat right center;
	background-size: 100%;
	transform: translateY(-50%);
	transition: 0.3s;
	content: '';
}
#main .outLinkArea {
	padding: 9.1rem 0 7.3rem;
	position: relative;
	background: #E4EDEE;
	z-index: 2;
}
#main .outLinkArea::before {
	width: 100%;
	height: 12.7rem;
	position: absolute;
	left: 0;
	top: -12.6rem;
	background: url(../img/index/bg01.png) no-repeat center top / 100% 100%;
	content: '';
}
#main .outLinkArea::after {
	width: 100%;
	height: 10.4rem;
	position: absolute;
	left: 0;
	bottom: -10.3rem;
	background: url(../img/index/bg02.png) no-repeat center top / 100% 100%;
	content: '';
}
#main .outLinkArea .linkList {
	position: relative;
}
#main .outLinkArea .linkList::before {
	position: absolute;
	top: -23.4rem;
	right: 7.9rem;
	width: 33.5rem;
	height: 24.4rem;
	background: url(../img/index/link_img01.png) no-repeat center center / contain;
	content: '';
}
#main .outLinkArea .linkList li {
	width: calc((100% - 6.6rem) / 2);
}
#main .outLinkArea .linkList li .en {
	margin-bottom: 1.3rem;
	color: #2F59B9;
	font-size: 1.7rem;
	font-weight: 700;
	letter-spacing: 0.38em;
}
#main .outLinkArea .linkList li .photo {
	border-radius: 2rem;
	overflow: hidden;
}
#main .outLinkArea .linkList li .title {
	margin: -6.9rem 0 3.1rem;
	padding: 3.1rem 3.7rem 0 0.2rem;
	width: fit-content;
	position: relative;
	border-radius: 0 2rem 0 0;
	background: #E4EDEE;
	z-index: 2;
    font-size: 3.9rem;
    letter-spacing: .1em;
    font-weight: 500;
    line-height: 1.6;	
}
#main .outLinkArea .linkList li .title::before {
	width: 2rem;
	height: 2rem;
	position: absolute;
	left: 0;
	top: -2rem;
	background: url(../img/index/mask01.png) no-repeat left bottom / 100%;
	content: '';
}
#main .outLinkArea .linkList li .title::after {
	width: 2rem;
	height: 2rem;
	position: absolute;
	left: 100%;
	top: 4.9rem;
	background: url(../img/index/mask01.png) no-repeat left bottom / 100%;
	content: '';
}
#main .outLinkArea .linkList li .title img {
	width: auto;
	height: 9.9rem;

}
#main .blog {
	position: relative;
	z-index: 2;
}
#main .blog .illus {
	width: 22.1rem;
	position: absolute;
	left: 8.4rem;
	top: -18rem;
}
#main .blog .blogWrap {
	padding: 19.7rem 0 6rem;
	position: relative;
	z-index: 1;
}
#main .blog .headLine01 {
	margin-bottom: 6.2rem;
}
#main .blogSwpier {
	margin-bottom: 4.3rem;
	padding-bottom: 7.2rem;
	position: relative;
}
#main .blogSwpier .item a {
	width: 100%;
	height: 100%;
	display: block;
	background: #fff;
	border-radius: 1rem;
	overflow: hidden;
}
#main .blogSwpier .item .photo img {
	width: 100%;
	aspect-ratio: 375/211;
	object-fit: cover;
}
#main .blogSwpier .item .textBox {
	padding: 2.3rem 2rem 2.9rem;
	min-height: 17.5rem;
}
#main .blogSwpier .item .tagBox {
	margin-bottom: 0.9rem;
	display: flex;
	align-items: flex-end;
	align-content: flex-start;
	flex-wrap: wrap;
	gap: 1rem;
}
#main .blogSwpier .item .tagBox .tag {
	padding: 0.2rem 2rem;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
	border-radius: 5rem;
	background: #2F59B9;
}
#main .blogSwpier .item .tagBox time {
	margin-left: auto;
	display: block;
	flex-shrink: 0;
	font-size: 1.2rem;
}
#main .blogSwpier .item .ttl {
	margin-bottom: 0.8rem;
	font-size: 1.8rem;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#main .blogSwpier .item .ttl rt {
	display: none !important;
}
#main .blogSwpier .item .text {
	line-height: 1.6875;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
#main .blogSwpier .arrow {
	margin-right: -56.3rem;
	width: 4rem;
	position: absolute;
	right: 50%;
	bottom: 0;
	background: #2F59B9 url(../img/common/arrow_next.png) no-repeat center center / 100%;
	border-radius: 100%;
	overflow: hidden;
	aspect-ratio: 1;
	cursor: pointer;
	z-index: 10;
	transition: 0.3s;
	transform: translateX(50%);
}
#main .blogSwpier .prev {
	margin-right: -49.3rem;
	background-image: url(../img/common/arrow_prev.png);
}
#main .blogSwpier .swiper-scrollbar {
	margin-left: -7.5rem;
	width: calc(100% - 15rem);
	max-width: 101.6rem;
	height: 0.6rem;
	left: 50%;
	bottom: 1.7rem;
	position: absolute;
	border-radius: 0.5rem;
	background: #fff;
	transform: translateX(-50%);
}
#main .blogSwpier .swiper-scrollbar-drag {
	background: #2F59B9;
}
#main .blog .comBtn {
	margin: 0 auto;
}
#main .bottomBanner a {
	display: block;
	position: relative;
	border-radius: 1rem;
	overflow: hidden;
}
#main .bottomBanner a .txt {
	padding: 0.7rem 4rem 0.7rem 2rem;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #2F59B9;
	font-size: 1.6rem;
	font-weight: 700;
	background: #fff;
	border-radius: 1rem 0;
}
#main .bottomBanner a .txt::after {
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2rem;
	height: 2rem;
	border-radius: 100%;
	background: #2F59B9 url(../img/common/icon21.png) no-repeat center center / 100%;
	content: '';
	transition: 0.3s;
}
#main .bottomBanner img {
	width: 100%;
}
@media all and (min-width: 897px) {
	#main .propertyList a:hover {
		opacity: 1;
	}
	#main .propertyList a:hover::after {
		height: 1.5rem;
	}
	#main .propertyList a:hover .photo img {
		transform: scale(1.1);
	}
	#main .areaSearch .areaWrap {
		margin: 0 auto;
		max-width: 93rem;
		display: flex;
		justify-content: space-between;
		gap: 3.8rem 0;
	}
	#main .areaSearch .areaWrap .inner {
		width: calc(50% - 3.8rem);
	}
	#main .areaSearch .areaWrap .inner:nth-child(2n-1) {
		width: calc(50% - 0.8rem);
	}
	#main .areaList:last-child {
		margin-bottom: 0;
	}
	#main .event .newsList a:hover .txt::after {
		background-position: right -0.3rem center;
	}
	#main .bannerBox .banner a:hover {
		opacity: 1;
	}
	#main .bannerBox .bannerList li a.hasImg img {
		transform-origin: 75% 50%;
	}
	#main .bannerBox .bannerList li a:hover img {
		transform: scale(1.05);
	}
	#main .bannerBox .banner a:hover .txt::after,
	#main .bannerBox .bannerList li a:hover .txt::after {
		background-position: right -0.3rem center;
	}
	#main .property .bnrList li a:hover img {
		transform: scale(1.1);
	}
	#main .bottomBanner a:hover {
		opacity: 1;
	}
	#main .bottomBanner a:hover .txt::after,
	#main .property .bnrList li a:hover .txt::after {
		background-position: right -0.3rem center;
	}
	#main .blogSwpier .prev:hover {
		background-position: left -0.5rem center;
	}
	#main .blogSwpier .next:hover {
		background-position: right -0.5rem center;
	}
	#main .event .newsList a:hover .date {
		color: #1E3F89;
	}
	#main .event .newsList a:hover .tag span {
		color: #1E3F89;
		border-color: #1E3F89;
	}
	#main .event .newsList a:hover .txt {
		color: #323232;
	}
	#main .reasons .linkList a:hover {
		opacity: 1;
	}
	#main .reasons .linkList a:hover span::after {
		background-position: right -0.3rem center;
	}
	#main .blogSwpier .item {
		width: 37.5rem !important;
	}
}
@media all and (max-width: 896px) {
	#main .fvBox {
		padding-bottom: 9rem;
		background-image: url(../img/index/fv_bg01_sp.jpg);
	}
	#main .mainVisual {
		margin-bottom: 1.7rem;
		background-image: url(../img/index/fv_bg02_sp.png);
		background-size: 100% 69.2vw;
	}
	#main .mainVisual .inner {
		margin: 0 1.5rem;
		padding-left: 1rem;
		width: auto;
	}
	#main .mainVisual .enTxt {
		left: -0.8rem;
		top: 26vw;
		font-size: 1rem;
	}
	#main .mainVisual .mvSlider .item {
		mask: url(../img/index/fv_mask_sp.png) no-repeat left bottom / 28.2rem 18rem, linear-gradient(#000, #000) no-repeat left top / 100% calc(100% - 18rem), linear-gradient(#000, #000) no-repeat right top / calc(100% - 28.2rem) 100%;
		border-radius: 1rem;
	}
	#main .mainVisual .mvSlider .item img {
		aspect-ratio: 335/490;
	}
	#main .mainVisual .mvSlider .slick-dots {
		flex-direction: column;
		gap: 0.4rem;
		left: auto;
		right: 1rem;
		bottom: 1rem;
	}
	#main .mainVisual .mvSlider .slick-dots li {
		width: 0.2rem;
		height: 2.7rem;
	}
	#main .mainVisual .mvSlider .slick-dots li::before {
		width: 100%;
		height: 0;
	}
	#main .mainVisual .mvSlider .slick-dots li.on::before {
		height: 100%;
	}
	#main .mainVisual .textBox {
		margin: -15.4rem 0 0 -1rem;
		width: auto;
		min-height: initial;
		display: block;
		position: relative;
		left: auto;
		bottom: auto;
		border-radius: 0;
	}
	#main .mainVisual .textBox .image {
		width: 11.5rem;
		right: auto;
		left: 18.2rem;
		top: -4rem;
	}
	#main .mainVisual .textBox .heading {
		margin: 0 0.1rem 1.9rem;
	}
	#main .mainVisual .textBox .heading img {
		width: 26rem;
	}
	#main .mainVisual .textBox .read {
		line-height: 1.89;
	}
	#main .mainVisual .textBox .read strong {
		font-size: 1.6rem;
	}
	#main .mainVisual .tel {
		display: none;
	}
	#main .newsBox {
		margin-bottom: 2.7rem;
		padding: 1.5rem 1.5rem 2rem;
		display: block;
		border-radius: 1rem;
	}
	#main .newsBox .newsList {
		margin: 0 0 1.6rem;
	}
	#main .newsBox .newsList li {
		gap: 0.6rem 1rem;
	}
	#main .newsBox .newsList li p {
		font-size: 1.6rem;
		line-height: 2;
	}
	#main .newsBox .comBtn {
		margin: 0 auto;
	}
	#main .bannerBox {
		width: auto;
		gap: 1rem 0;
	}
	#main .bannerBox .bannerList {
		margin-right: 0;
		width: 100%;
		gap: 1rem 0;
	}
	#main .bannerBox .bannerList li {
		width: 100%;
	}
	#main .bannerBox .bannerList li a {
		border-radius: 0;
	}
	#main .bannerBox .bannerList li .over {
		display: none;
	}
	#main .property {
		padding: 4.2rem 0 4rem;
		background: #D7E5F2;
	}
	#main .property::before {
		top: -11.7rem;
		height: 12rem;
		background-image: url(../img/index/property_bg01_sp.png);
	}
	#main .property .posImg01 {
		left: 1.8rem;
		top: -11.6rem;
		width: 4.9rem;
	}
	#main .property .posImg02 {
		width: 4rem;
		left: 2.2rem;
		top: -6.7rem;
	}
	#main .property .posImg03 {
		width: 3.3rem;
		left: 8.1rem;
		top: -8.4rem;
	}
	#main .property .posImg04 {
		width: 9.3rem;
		right: 0.6rem;
		top: -11.7rem;
	}
	#main .property .headLine01 {
		margin-bottom: 5.2rem;
	}
	#main .property .ttlBox {
		margin-bottom: 3rem;
		display: block;
	}
	#main .property .ttlBox .headLine02 {
		margin: 0 -1rem 2.9rem 0;
	}
	#main .property .ttlBox .comBtn {
		margin: 0 auto;
		max-width: 28rem;
	}
	#main .propertyList {
		gap: 1rem;
	}
	#main .propertyList li {
		width: calc(50% - 0.55rem);
	}
	#main .propertyList .photo img {
		aspect-ratio: 167/112;
	}
	#main .propertyList .textBox {
		padding: 1rem 1rem 0.8rem;
	}
	#main .propertyList .tips {
		width: 4.2rem;
	}
	#main .propertyList .tag span {
		margin-left: 0.1rem;
		padding: 0 1rem 0.2rem;
		font-size: 1.2rem;
	}
	#main .propertyList .title .price {
		margin-left: 0;
		padding-left: 0;
	}
	#main .propertyList .title .price::before {
		display: none;
	}
	#main .propertyList .text {
		font-size: 1.6rem;
		line-height: 1.75;
	}
	#main .property .comBtn {
		margin-top: 2rem;
		width: 30rem;
	}
	#main .property .comBtn a {
		padding: 1.3rem 4.5rem;
	}
	#main .monthly {
		margin-bottom: 5.1rem;
	}
	#main .recommend {
		margin-bottom: 8.5rem;
	}
	#main .recommend .ttlBox {
		margin-bottom: 1.8rem;
	}
	#main .recommend .ttlBox .headLine02 {
		margin: 0;
	}
	#main .areaSearch {
		margin-bottom: 2rem;
		padding: 2.4rem 3.9rem 10.1rem;
		border-radius: 1rem;
		background-size: 29.4rem;
		background-position: top 9rem center;
	}
	#main .areaSearch::before {
		width: 23.1rem;
		height: 13rem;
		top: -7rem;
		left: auto;
		right: -9rem;
		background-image: url(../img/index/property_bg02_sp.png);
	}
	#main .areaSearch::after {
		width: 23.1rem;
		height: 13rem;
		bottom: 7rem;
		left: -14.9rem;
		background-image: url(../img/index/property_bg03_sp.png);
	}
	#main .areaSearch .areaPosImg01 {
		top: -7.6rem;
		left: -0.5rem;
		width: 10.7rem;
	}
	#main .areaSearch .areaPosImg02 {
		bottom: 3.2rem;
		right: 1.9rem;
		width: 17.9rem;
	}
	#main .areaSearch .areaPosImg03 {
		right: 2.6rem;
		top: -4.7rem;
		width: 6rem;
	}
	#main .areaSearch .headLine02 {
		margin: 0 0 1.5rem 0;
/*		margin: 0 0 2.8rem 3.8rem;*/
	}
	#main .areaSearch .headLine02 img {
		height: 3.9rem;
	}
	#main .areaSearch .areaWrap h4::before {
		left: -1.9rem;
	}
	#main .areaSearch .areaList {
		margin-bottom: 2rem;
		font-size: 1.6rem;
		justify-content: space-between;
	}
	#main .areaSearch .areaList li {
		width: calc(50% - 1rem);
	}
	#main .specialBox {
		margin: 0 -1.9rem 2rem;
		max-width: initial;
	}
	#main .specialBox .title {
		padding: 1rem 2rem 0.9rem;
	}
	#main .specialBox .inner {
		padding: 1rem 2rem 2rem;
	}
	#main .specialBox .areaList {
		margin-bottom: 0;
	}
	#main .areaSearch .areaWrap {
		padding: 0;
		min-height: initial;
		background-size: 17.4rem;
		background-position: center top 3rem;
	}
	#main .property .comBtn.lg {
		width: 28rem;
	}
	#main .property .comBtn.lg a {
		padding: 1.3rem 5rem;
		background-color: #fff;
		border-color: #fff;
		font-size: 1.6rem;
		color: #2F59B9;
	}
	#main .property .comBtn.lg a::after {
		background: #2F59B9 url(../img/common/icon03.png) no-repeat left top / 100%;
		right: 1.9rem;
	}
	#main .property .bnrBox {
		margin-top: 4.8rem;
		padding: 0;
		background: none;
	}
	#main .property .bnrBox::before,
	#main .property .bnrBox::after {
		display: none;
	}
	#main .property .bnrBox .image01,
	#main .property .bnrBox .image02,
	#main .property .bnrBox .image03 {
		display: none;
	}
	#main .property .bnrList {
		flex-direction: column;
		gap: 1rem 0;
	}
	#main .property .bnrList li {
		width: 100%;
	}
	#main .property .bnrList li a {
		border-radius: 0;
	}
	#main .event {
		padding: 0;
	}
	#main .event:before {
		height: 10rem;
		background-image: url(../img/index/event_bg01_sp.png);
		background-color: #D7E5F2;
	}
	#main .event:after {
		left: -17.5rem;
		bottom: -10.5rem;
		width: 36.2rem;
		height: 21.8rem;
	}
	#main .event .sliderImg {
		top: -2rem;
	}
	#main .event .sliderImg img {
		height: 6.4rem;
	}
	#main .event .sliderImg span {
		margin-right: 3rem;
	}
	#main .event .bgSec {
		padding: 0;
		position: static;
	}
	#main .event .bgSec:after {
		display: none;
	}
	#main .event .bgSec .content {
		width: auto;
		display: block;
		z-index: 2;
	}
	#main .event .content {
		padding: 10.9rem 0 21.5rem;
	}
	#main .event .lBox {
		margin: 0;
		width: auto;
	}
	#main .event .lBox .imgList {
		margin-bottom: 0;
		display: block;
	}
	#main .event .lBox .imgList li {
		width: 4.7rem;
		position: absolute;
		right: -0.1rem;
		top: 4.4rem;
		z-index: 3;
	}
	#main .event .lBox .imgList li:first-child {
		width: 9.4rem;
		right: auto;
		left: -0.5rem;
		top: -0.8rem;
	}
	#main .event .rBox {
		margin-right: -1.5rem;
		padding: 0.6rem 1.5rem 2rem 2rem;
		width: auto;
		background-color: #fff;
		border-radius: 1rem 0 0 1rem;
	}
	#main .event .headLine01 {
		margin-bottom: 4rem;
	}
	#main .event .lBox .comBtn {
		position: absolute;
		left: 50%;
		bottom: 12.1rem;
		width: 100%;
		max-width: 28rem;
		transform: translateX(-50%);
	}
	#main .event .newsList a {
		padding: 1.4rem 0 0.5rem;
	}
	#main .event .newsList .label {
		margin-bottom: 0.6rem;
	}
	#main .event .newsList .tag span {
		padding: 0 1.2rem 0.1rem;
	}
	#main .event .newsList .txt {
		padding: 0 2rem 0 0;
		font-size: 1.6rem;
		line-height: 2;
	}
	#main .reasons {
		padding: 4.2rem 0 12.6rem;
	}
	#main .reasons::before {
		top: -6rem;
		height: 6rem;
		background-image: url(../img/index/reasons_bg01_sp.png);
	}
	#main .reasons::after {
		top: -7.4rem;
		width: 35.9rem;
		height: 7.6rem;
		background-image: url(../img/index/reasons_bg02_sp.png);
		background-size: 35.9rem auto;
		transform: translateX(-49.5%);
	}
	#main .reasons .headLine01 {
		margin: 0 0 5.2rem;
	}
	#main .reasons .headLine01 img {
		height: 8.7rem;
	}
	#main .reasons .listBox {
		display: block;
	}
	#main .reasons .listBox .item {
		margin-bottom: 5rem;
		width: auto;
	}
	#main .reasons .listBox .item:last-child {
		margin-bottom: 0;
	}
	#main .reasons .listBox .item02 {
		margin-bottom: 2.8rem;
	}
	#main .reasons .listBox .num {
		margin-bottom: -3.3rem;
		font-size: 1.4rem;
	}
	#main .reasons .listBox .num img {
		width: 7.9rem;
	}
	#main .reasons .listBox .pho {
		margin: 0 2.3rem 2.3rem;
	}
	#main .reasons .listBox .pho img {
		width: 100%;
	}
	#main .reasons .listBox .ttl {
		margin-bottom: 1.7rem;
		font-size: 2.3rem;
	}
	#main .reasons .listBox .ttl img {
		width: 32.2rem;
	}
	#main .reasons .listBox p {
		font-size: 1.6rem;
	}
	#main .reasons .linkList {
		margin-bottom: 5.1rem;
		display: block;
	}
	#main .reasons .linkList li {
		width: 34.5rem;
		margin: 0 auto 2rem;
	}
	#main .reasons .linkList a {
		height: 8rem;
		padding: 0.2rem 2rem 0;
	}
	#main .outLinkArea {
		padding: 4.9rem 0 8.6rem;
	}
	#main .outLinkArea::before {
		height: 5.5rem;
		top: -5.4rem;
		background-image: url(../img/index/bg01_sp.png);
	}
	#main .outLinkArea::after {
		height: 4.2rem;
		bottom: -4.1rem;
		background-image: url(../img/index/bg02_sp.png);
	}
	#main .outLinkArea .linkList {
		display: block;
	}
	#main .outLinkArea .linkList::before {
		top: -12.7rem;
		right: 1.9rem;
		width: 17.6rem;
		height: 12.7rem;
	}
	#main .outLinkArea .linkList li {
		margin-bottom: 4.7rem;
		width: auto;
	}
	#main .outLinkArea .linkList li:last-child {
		margin-bottom: 0;
	}
	#main .outLinkArea .linkList li .en {
		margin-bottom: 0.4rem;
	}
	#main .outLinkArea .linkList li .photo {
		border-radius: 1rem;
	}
	#main .outLinkArea .linkList li .photo img {
		width: 100%;
	}
	#main .outLinkArea .linkList li .title {
		margin: -4.3rem 0 2.1rem;
		padding: 2.1rem 3rem 0 0.1rem;
		border-radius: 0 1rem 0 0;
	}
	#main .outLinkArea .linkList li .title::before {
		width: 1rem;
		height: 1rem;
		top: -1rem;
	}
	#main .outLinkArea .linkList li .title::after {
		width: 1rem;
		height: 1rem;
		top: 3.3rem;
	}
	#main .outLinkArea .linkList li .title img {
		height: 5.6rem;
	}
	#main .outLinkArea .linkList li .comBtn {
		margin: 0 auto;
	}
	#main .blog .illus {
		width: 13.6rem;
		left: 0;
		top: -14.6rem;
	}
	#main .blog .blogWrap {
		padding: 10rem 0 4rem;
	}
	#main .blog .headLine01 {
		margin-bottom: 5.2rem;
	}
	#main .blogSwpier {
		margin-bottom: 2rem;
		padding: 0 16vw 5.5rem;
	}
	#main .blogSwpier .item .textBox {
		padding: 1.6rem 1.5rem 4.5rem;
		min-height: 23.6rem;
		position: relative;
	}
	#main .blogSwpier .item .tagBox {
		margin-bottom: 1rem;
	}
	#main .blogSwpier .item .tagBox time {
		position: absolute;
		left: 1.5rem;
		bottom: 1.9rem;
	}
	#main .blogSwpier .item .ttl {
		margin-bottom: 0.9rem;
		line-height: 1.4;
		white-space: initial;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	#main .blogSwpier .item .ttl rt {
		display: none;
	}
	#main .blogSwpier .item .text {
		font-size: 1.6rem;
		-webkit-line-clamp: 3;
	}
	#main .blogSwpier .arrow {
		margin: 0;
		right: 1.5rem;
		transform: none;
	}
	#main .blogSwpier .prev {
		right: 7.5rem;
	}
	#main .blogSwpier .swiper-scrollbar {
		width: calc(100% - 16rem);
		bottom: 1.7rem;
		left: 1.5rem;
		transform: none;
		margin: 0;
	}
	#main {
		margin-bottom: 4rem;
	}
}



@media all and (min-width: 897px) {
	.areaHokutoshi {
	    display: flex;
	    flex-wrap: wrap;
	    column-gap:10%;
	    max-width: 93rem;
	    margin-left: auto;
	    margin-right: auto;
	}
	.areaHokutoshi .areaHokutoshi_img ,
	.areaHokutoshi .specialBox {
		width: 45%;
	}
}
@media all and (max-width: 896px) {
	.areaHokutoshi {
	}
	.areaHokutoshi .areaHokutoshi_img {
		padding-bottom: 2em;
		
	}
	}
}