@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
	margin-bottom: 10rem;
	background: transparent;
}
#main::before {
	display: none;
}
#main .fvBox {
	padding-bottom: 18.6rem;
	/*	background: url(../img/index/fv_bg01.jpg) no-repeat center center / cover;*/
    background: #F4ECE5;
}
#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 / 120.6rem 59.1rem, linear-gradient(#000, #000) no-repeat left top / 100% calc(100% - 59.1rem), linear-gradient(#000, #000) no-repeat right top / calc(100% - 120.6rem) 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: 41rem;
	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: 16.9rem;
	position: absolute;
	right: -1.5rem;
	top: -1.8rem;
}
#main .mainVisual .textBox .heading {
	margin-bottom: 1.6rem;
}
#main .mainVisual .textBox .heading img {
	width: 33.4rem;
	aspect-ratio: 232/113;
}
#main .mainVisual .textBox p {
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7;
}
#main .mainVisual .textBox p strong {
	color: #AD6B31;
	font-weight: 700;
	font-size: 1.9rem;
}
#main .mainVisual .tel {
	width: 31.3rem;
	position: absolute;
	right: -4.3rem;
	bottom: -1.7rem;
}
#main .newsBox {
	margin-top: 1.8rem;
	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: #180173;
	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: #180173;
	border-radius: 3rem;
}
#main .newsBox .newsList li p {
	width: 100%;
	font-weight: 500;
}
#main .bannerBox {
	width: 116.6rem;
	gap: 1.8rem;
}
#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: #180173;
	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: #180173 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: #180173;
	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: #180173 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: 0.1rem 2rem 5.8rem;
	position: relative;
	background: #EDE0CA;
}
#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: 2.3rem;
	top: -9.7rem;
	width: 7.7rem;
}
#main .property .posImg02 {
	width: 6.7rem;
	left: 13.4rem;
	top: -2.1rem;
}
#main .property .posImg03 {
	width: 5.7rem;
	left: 21.1rem;
	top: -4.3rem;
}
#main .property .posImg04 {
	width: 18rem;
	right: 8.5rem;
	top: -8.4rem;
}
#main .property .headLine01 {
	margin-top: -4.4rem;
}
#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: 9rem;
	height: 2.7rem;
	position: absolute;
	left: 0.5rem;
	top: 0.5rem;
	z-index: 1;
	background: #180173;
	color: #fff;
	border-radius: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.9em;
}
#main .propertyList .tips.tips-monthly {
	width: auto;
	height: auto;
	background: linear-gradient(135deg, #FF6B6B 0%, #FF8E53 100%);
	border-radius: 1em;
	padding: 0.5rem 1.2rem;
}
#main .propertyList .tips.tips-monthly span {
	display: block;
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
	white-space: nowrap;
	line-height: 1.4;
}
#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 {
	content: none;
/*	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:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
#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: 2;
	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: 10.1rem;
}
#main .areaSearch {
	margin-bottom: 4.8rem;
	padding: 4.9rem 5rem 6.1rem;
	position: relative;
	border-radius: 3rem;
	background: #fffbf5 url(../img/index/area_bg.png) no-repeat center top 6.5rem / 91.4rem;
}
#main .areaSearch::before {
	width: 81.5rem;
	height: 48.6rem;
	position: absolute;
	right: calc(100% - 17rem);
	top: -32.5rem;
	background: url(../img/index/property_bg02.png) no-repeat center center / contain;
	content: '';
	z-index: -1;
}
#main .areaSearch::after {
	width: 81.5rem;
	height: 48.6rem;
	position: absolute;
	left: calc(100% - 20rem);
	bottom: -17.4rem;
	background: url(../img/index/property_bg02.png) no-repeat center top / 100%;
	content: '';
	z-index: -1;
}
#main .areaSearch .headLine02 {
	margin-right: 6.5rem;
}
#main .areaSearch .headLine02 img {
	height: 6.4rem;
}
#main .areaSearch .areaPosImg01 {
	position: absolute;
	top: -8.6rem;
	left: -3.7rem;
	width: 21.4rem;
}
#main .areaSearch .areaPosImg02 {
	position: absolute;
	right: 6.1rem;
	bottom: 3.6rem;
	width: 26.1rem;
}
#main .areaSearch .areaPosImg03 {
	position: absolute;
	right: 8.4rem;
	top: 4.3rem;
	width: 7.7rem;
}
#main .areaSearch h4 {
	margin-bottom: 0.9rem;
	position: relative;
	font-weight: bold;
	font-size: 1.8rem;
}
#main .areaSearch h4::before {
	margin-top: -0.2rem;
	position: absolute;
	left: -1.8rem;
	top: 0.3rem;
	width: .4rem;
	height: 2.6rem;
	border-radius: .2rem;
	background: #89d368;
	content: '';
}
#main .areaSearch .title02::before {
	background: #e8d171;
}
#main .areaSearch .title03::before {
	background: #e58b99;
}
#main .areaSearch .title04::before {
	background: #9a88a7;
}
#main .areaSearch .title05::before {
	background: #9bc1a9;
}
#main .areaSearch .title06::before {
	background: #88c3c0;
}
#main .areaSearch .title07::before {
	background: #edbb81;
}
#main .areaSearch .title08::before {
	background: #c1ae86;
}
#main .areaSearch .title09::before {
	background: #e2aeda;
}
#main .areaSearch .title10::before {
	background: #248fa3;
}
#main .areaSearch .title11::before {
	background: #6f9160;
}
#main .areaSearch h4 small {
	font-size: 1.4rem;
}
#main .areaList {
	margin-bottom: 3rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem 1.5rem;
}
#main .areaList a {
	border-bottom: 0.1rem solid #000;
}
#main .areaList .noLink {
	border-bottom: none;
}
#main .freeSearch {
	margin: 0 auto -0.5rem;
	padding: 9rem 0 6rem;
	min-height: 42.9rem;
	max-width: 80rem;
	position: relative;
	background: url(../img/index/search_bg.png) no-repeat center top / 100%;
	z-index: 1;
}
#main .freeSearch .headLine02 {
	margin-bottom: 1.6rem;
}
#main .freeSearch .midTxt {
	margin-bottom: 2.8rem;
	text-align: center;
	font-weight: normal;
	font-size: 1.8rem;
	line-height: 1.67;
	color: #000;
}
#main .freeSearch .formBox {
	margin: 0 auto 2rem;
	padding: 1rem 1rem 1rem 3rem;
	max-width: 47rem;
	border-radius: 3.5rem;
	background: #FFF;
	display: flex;
	justify-content: space-between;
}
#main .freeSearch .formBox input,
#main .freeSearch .formBox button {
	appearance: none;
	-webkit-appearance: none;
	border: none;
}
#main .freeSearch .formBox .text {
	width: calc(100% - 16.2rem);
	font-size: 1.4rem;
}
#main .freeSearch .formBox .search {
	padding: 0 0 0 3.2rem;
	width: 15.2rem;
	height: 5rem;
	flex-shrink: 0;
	font-weight: bold;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	border-radius: 2.5rem;
	border: 0.1rem solid #180173;
	background: #180173 url(../img/index/search_icon.png) no-repeat center left 1.9rem / 2.8rem;
	cursor: pointer;
	transition: 0.3s;
}
#main .freeSearch .areaList {
	justify-content: center;
	font-size: 1.4rem;
	gap: 2rem;
}
#main .freeSearch .areaList a {
	border-bottom-width: 0.1rem;
}
#main .freeSearch .posImg01 {
	left: -14.7rem;
	top: 1.8rem;
}
#main .freeSearch .posImg02 {
	left: -14.9rem;
	top: 17.9rem;
	width: 8.7rem;
}
#main .freeSearch .posImg03 {
	width: 5.7rem;
	left: -7rem;
	top: 29.1rem;
}
#main .freeSearch .searchImg01 {
	position: absolute;
	left: 10.5rem;
	top: 6.3rem;
	width: 12.1rem;
}
#main .freeSearch .searchImg02 {
	position: absolute;
	width: 20.3rem;
	right: -15.2rem;
	bottom: -4.6rem;
}
#main .property .comBtn.sml {
	margin-bottom: 4rem;
	width: 28rem;
}
#main .property .bnrList {
	gap: 2rem 0;
	position: relative;
}
#main .property .bnrList::before {
	width: 80rem;
	position: absolute;
	left: -60rem;
	top: -18.7rem;
	background: url(../img/index/property_bg03.png) no-repeat left top / 100%;
	aspect-ratio: 1600/894;
	content: '';
}
#main .property .bnrList::after {
	width: 69.3rem;
	position: absolute;
	right: -49rem;
	top: -21.3rem;
	background: url(../img/index/property_bg04.png) no-repeat left top / 100%;
	aspect-ratio: 1386/846;
	content: '';
}
#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;
}
#main .property .bnrList li img {
	width: 100%;
	transition: 0.3s;
	aspect-ratio: 403/116;
}
#main .property .bnrList li a .txt {
	padding: 0.7rem 4rem 0.7rem 2rem;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #180173;
	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: #180173 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: 16.8rem 0 26.6rem;
	position: relative;
	background: #EDE0CA;
}
#main .event:before {
	position: absolute;
	left: 0;
	top: 2.2rem;
	width: 100%;
	height: calc(100% - 2.2rem);
	background: url(../img/index/event_bg01.png) no-repeat left top/100% 100%;
	content: "";
	z-index: 1;
}
#main .event:after {
	position: absolute;
	left: -26rem;
	bottom: -17.5rem;
	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: -0.2rem;
	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 {
	padding: 0 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 0 0 3rem;
	content: "";
*/}
#main .event .bgSec .content {
	width: 116.6rem;
	position: relative;
	z-index: 1;
	align-items: center;
}
#main .event .lBox {
/*	margin: 1.9rem 0 0 3.5rem;*/
	width: 32.8%;
}
#main .event .lBox .imgList {
	
	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: 59%;
    background: #fff;
    padding: 4rem 6rem 6rem;
    border-radius: 30px;	
}
#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 .newsListItem {
	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: #180173;
	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: #180173;
	font-weight: bold;
	font-size: 1rem;
	border-radius: 0.9rem;
	border: 0.1rem solid #180173;
}
#main .event .newsList .txt {
	padding: 0.6rem 0 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: #180173 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 24.7rem;
	position: relative;
	background-color: #FFFBF5;
	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: -3.8rem 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;
}
#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: #180173;
	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: #180173;
	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: #180173 url(../img/common/icon03.png) no-repeat right center;
	background-size: 100%;
	transform: translateY(-50%);
	transition: 0.3s;
	content: '';
}
#main .outLinkArea {
	padding: 9.6rem 0 7rem;
	position: relative;
	background: #F5ECDE;
	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.3rem;
	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: #69B5E6;
	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: #F5ECDE;
	z-index: 2;
}
#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: 20.1rem 0 6rem;
	position: relative;
	z-index: 1;
}
.bnr_recruit_link {
    aspect-ratio: 1360 / 300;
    display: block;
    width: 680px;
    margin: 0 auto;
}
#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: #180173;
}
#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: #180173 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: #180173;
}
#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: #180173;
	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: #180173 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;
	}
	#main .areaSearch .areaWrap .inner {
		width: calc(50% - 1.8rem);
	}
	#main .areaList:last-child {
		margin-bottom: 0;
	}
	#main .freeSearch .formBox .search:hover {
		color: #180173;
		background-color: #fff;
		background-image: url(../img/common/search_over.png);
	}
	/*#main .event .newsList .newsListItem: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: #45338E;
	}
	#main .event .newsList a:hover .tag span {
		color: #45328E;
		border-color: #45328E;
	}
	#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: #F4ECE5;
		/*		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: 35vw;
		font-size: 1rem;
	}
	#main .mainVisual .mvSlider {
		aspect-ratio: 393/575;
		overflow: hidden;
	}
	#main .mainVisual .mvSlider .item {
		mask: url(../img/index/fv_mask_sp.png) no-repeat left bottom / 27rem 14rem, linear-gradient(#000, #000) no-repeat left top / 100% calc(100% - 14rem), linear-gradient(#000, #000) no-repeat right top / calc(100% - 27rem) 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: -10.7rem 0 0 -1rem;
		width: auto;
		min-height: initial;
		display: block;
		position: relative;
		left: auto;
		bottom: auto;
		border-radius: 0;
	}
	#main .mainVisual .textBox .image {
		width: 10.6rem;
		right: auto;
		left: 14.8rem;
		top: -4.2rem;
	}
	#main .mainVisual .textBox .heading {
		margin: 0 0.1rem 1.8rem;
	}
	#main .mainVisual .textBox .heading img {
		width: 23.2rem;
	}
	#main .mainVisual .textBox p {
		line-height: 1.89;
	}
	#main .mainVisual .textBox p strong {
		font-size: 1.6rem;
	}
	#main .mainVisual .tel {
		display: none;
	}
	#main .newsBox {

		margin-bottom: 3rem;
		padding: 1.4rem 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.6rem 0 4rem;
	}
	#main .property::before {
		top: -11.5rem;
		right: -1rem;
		width: calc(100% + 1rem);
		height: 11.6rem;
	}
	#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 .bannerBox .banner img {
		aspect-ratio: 403/152;
	}

	#main .property .headLine01 {
		margin-top: 0;
	}
	#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: 7rem;
		height: 2.2rem;
		font-size: 0.8em;
	}
	#main .propertyList .tips.tips-monthly {
		width: auto;
		height: auto;
		padding: 0.4rem 1rem;
	}
	#main .propertyList .tips.tips-monthly span {
		font-size: 1rem;
	}
	#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: 4.6rem;
		padding: 2.4rem 3.9rem 9.7rem;
		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 {
		display: none;
	}
	#main .areaSearch .areaPosImg01 {
		top: -7.6rem;
		left: -0.5rem;
		width: 10.7rem;
	}
	#main .areaSearch .areaPosImg02 {
		bottom: 3.3rem;
		right: 1.9rem;
		width: 17.8rem;
	}
	#main .areaSearch .areaPosImg03 {
		right: 2.6rem;
		top: -4.7rem;
		width: 6rem;
	}
	#main .areaSearch .headLine02 {
		margin: 0 0 2.8rem 3.8rem;
	}
	#main .areaSearch .headLine02 img {
		height: 3.9rem;
	}
	#main .areaSearch 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 .freeSearch {
		margin: 0 -2rem -5rem;
		max-width: initial;
		padding: 7.6rem 2rem 7rem;
		background: url(../img/index/search_bg_sp.png) no-repeat center top / 66rem;
	}
	#main .freeSearch::before {
		width: 23rem;
		height: 13.5rem;
		left: -12.5rem;
		top: -15rem;
		position: absolute;
		background: url(../img/index/property_bg02.png) no-repeat center top / 100%;
		content: '';
		z-index: -1;
	}
	#main .freeSearch .posImg01,
	#main .freeSearch .posImg02,
	#main .freeSearch .posImg03 {
		display: none;
	}
	#main .freeSearch .headLine02 {
		margin-bottom: 1.7rem;
	}
	#main .freeSearch .searchImg01 {
		left: auto;
		right: calc(50% + 8rem);
		top: 2.4rem;
		width: 8.8rem;
	}
	#main .freeSearch .searchImg02 {
		width: 10.1rem;
		right: auto;
		left: calc(50% + 7.7rem);
		bottom: auto;
		top: -0.5rem;
	}
	#main .freeSearch .midTxt {
		font-size: 1.6rem;
		line-height: 1.75;
	}
	#main .freeSearch .formBox {
		padding: 0.5rem 0.5rem 0.5rem 2.5rem;
	}
	#main .freeSearch .formBox .search {
		padding: 0;
		width: 6.5rem;
		height: 4rem;
		font-size: 0;
	}
	#main .freeSearch .formBox .text {
		width: calc(100% - 6.5rem);
	}
	#main .freeSearch .areaList {
		font-size: 1.6rem;
	}
	#main .property .comBtn.sml {
		margin: -2rem auto 4rem;
		position: relative;
		z-index: 1;
	}
	#main .property .bnrList {
		flex-direction: column;
		gap: 1rem 0;
	}
	#main .property .bnrList::before {
		display: none;
	}
	#main .property .bnrList::after {
		display: none;
	}
	#main .property .bnrList li {
		width: 100%;
	}
	#main .property .bnrList li a {
		border-radius: 0;
	}
	#main .event {
		padding: 0;
	}
	#main .event:before {
		top: 1.7rem;
		height: calc(100% - 1.7rem);
		background-image: url(../img/index/event_bg01_sp.png);
	}
	#main .event:after {
		left: -17.5rem;
		bottom: -10.5rem;
		width: 36.2rem;
		height: 21.8rem;
	}
	#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: 12.9rem 0;
	}
	#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: 6.4rem;
		z-index: 3;
	}
	#main .event .lBox .imgList li:first-child {
		width: 9.4rem;
		right: auto;
		left: -0.5rem;
		top: 1.3rem;
	}
	#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 .newsListItem {
		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 1rem 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;
	}
	#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;
	}
	.bnr_recruit {
		padding: 0 1.5rem;

	}
	.bnr_recruit_link {
        width: 100%;
        max-width: 500px;		
	}	
	#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;
	}
}

