@charset "UTF-8";
#header {
	border: none;
	background: rgba(255, 255, 255, .9);
}
@media screen and (max-width: 1200px)
{
#header .favorite-wrap {
	position: absolute;
	right: 0;
	top: 140px;
}
}
/*------------------------
mv
------------------------*/
.mv {
	height: 104vh;
	min-height: 950px;
	position: relative;
	background: url(/pc/img/index/mv.jpg) no-repeat 100%/cover;
}
.mv .cont {
	width: 1000px;
	position: absolute;
	top: 26%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 100;
}
@media screen and (max-width: 1200px) {
	.mv .cont {
		width: max(90%,980px);
	}
}
.mv .cont .top-copy {
	text-align: justify;
	margin-bottom: 3.5%;
	color: #fff;
	font-family: "Noto Serif JP", serif;
}
.mv .cont .top-copy h1 {
	font-size: 6.8rem;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}
.mv .cont .top-copy h1 span {
	display: block;
	font-size: 4.2rem;
	line-height: 1;
}
.mv .cont .top-copy p {
	font-size: 16px;
	text-align: justify;
	line-height: 2;
	letter-spacing: 0.1em;
}
.mv .cont .publications {
	width: fit-content;
	margin-left: auto;
	background: url(/pc/img/index/p-bg.jpg);
	padding: 15px 17px 15px;
	box-shadow: 4px 4px 8px rgba(0,0,0,.36);
	position: relative;
}
.mv .cont .publications .head {
	font-family: "Noto Serif JP", serif;
	display: block;
	font-size: 1.8rem;
	text-align: center;
	color: var(--txtcolor);
	line-height: 1;
	letter-spacing: .075em;
	margin-bottom: 12px;
}
.mv .cont .publications .inner {
	position: relative;
	z-index: 1;
}
.mv .cont .publications .inner .box {
	padding: 10px;
	background: var(--white);
}
.mv .cont .publications .inner .box span{
	font-family: "Noto Serif JP", serif;
	display: block;
}
.mv .cont .publications .inner .building {
	margin-right: 10px;
}
.mv .cont .publications .inner .box .num-box{
	justify-content: center;
	margin-bottom: 4px;
}
.mv .cont .publications .inner .box .ttl {
	display: block;
	margin: -4px auto 3px;
	padding: 7px 10px 6px;
	font-family: "Noto Serif JP", serif;
	font-size: 1.6rem;
	text-align: center;
	color: var(--btncolor);
	line-height: 1;
	position: relative;
}
.mv .cont .publications .inner .box .num {
	font-family: "Noto Serif JP", serif;
	display: inline-block;
	line-height: 1;
	text-align: center;
	margin-bottom: 5px;
	color: var(--btncolor);
	font-size: 2.2rem;
	padding-right: 4px;
}
.mv .cont .publications .inner .box .num b {
	font-size: 2.1rem;
	font-weight: 500;
}
.mv .cont .publications .inner .box .btn {
	font-family: "Noto Serif JP", serif;
	background: var(--btncolor);
	padding: 8px;
	font-size: 1.3rem;
	text-align: center;
	color: var(--white);
	display: block;
	width: 120px;
	position: relative;
}
.mv .cont .publications .inner .box .btn::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 16px;
	right: 12px;
	width: 5px;
	height: 1px;
	background: var(--white);
	transform: rotate(30deg);
	transition: all 0.3s ease 0s;
}
.mv .cont .publications .inner .box .btn::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: -5px;
	right: 12px;
	margin: auto;
	width: 10px;
	height: 1px;
	background: var(--white);
	transition: all 0.3s ease 0s;
}
.mv .cont .publications .inner .box .btn:hover {
	opacity: .8;
}
.mv .cont .publications .inner .box .btn:hover::after {
	right: 8px;
}
.mv .cont .publications .inner .box .btn:hover::before {
	right: 8px;
}
/* @media screen and (max-height: 820px) {
	.mv .cont {
		position: absolute;
		top: 20%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		z-index: 100;
	}
	.mv .cont .top-copy h1 {
		font-size: 54px;
		margin-bottom: 5px;
		letter-spacing: 0.1em;
	}
	.mv .cont .top-copy p {
		font-size: 14px;
		text-align: justify;
		line-height: 2.25;
		letter-spacing: 0.1em;
	}
	.mv .cont .top-copy {
		margin-bottom: 0;
	}
} */
/*------------------------
サーチボタン
------------------------*/
.search-wrap {
	background: rgba(255, 255, 255, .9);
	position: absolute;
	bottom: 0;
	width: 100%;
}
.serch-area {
	width: 1200px;
	margin: 50px auto 50px;
	justify-content: space-between;
}
.serch-area .serch-btn{
	position: relative;
	cursor: pointer;
}
.serch-area .serch-btn:hover{
	opacity: 0.8;
	transition: all .3s ease 0s;
}
.serch-area .serch-btn:hover{
	opacity: 0.8;
}
.serch-area .area,.serch-area .station,.serch-area .building{
	position: relative;
}
/* .serch-area .area:after,.serch-area .station:after,.serch-area .building:after{
	content: '';
	width: 140px;
	height: 100px;
	top: -10px;
	right: 15px;
	position: absolute;
	transition: all .3s ease 0s;
} */
.serch-area .serch-btn a {
	display: block;
	width: 380px;
	height: 130px;
	color: #fff;
	padding: 15px;
	clip-path: polygon(11% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 30%);
	background: var(--btncolor);
}
/* .serch-area .serch-btn a:before{
	border-bottom: solid 26px var(--btncolor);
	border-left: solid 26px transparent;
	bottom: 100%;
} */
/* .serch-area .serch-btn a::before {
	content: '';
	position: absolute;
	top: 0;
	right: 94px;
	width: 52px;
	height: 100%;
	background: linear-gradient(to right, var(--txtcolor) 0%, var(--txtcolor) 10%, transparent 100%);
} */
.serch-area .serch-btn::after {
	position: absolute;
	bottom: 0px;
	left: -9px;
	top: -22px;
	color: #8ab0e8;
	opacity: 0.7;
	font-family: "Nunito Sans", sans-serif;
	font-size: 4rem;
	font-weight: 100;
	text-transform: uppercase;
	transform: scale(0.96, 1);
	pointer-events: none;
}
.serch-area .area::after {
	content: 'SEARCH AREA';
}
.serch-area .station::after {
	content: 'SEARCH STATION';
}
.serch-area .building::after {
	content: 'SEARCH MAP';
}
.serch-area .serch-btn a .border {
	display: block;
	padding: 28px 0px 0px 10px;
	width: 210px;
	position: relative;
	transition: all .3s ease 0s;
}
.serch-area .serch-btn a:hover .border {
	opacity: .8;
}
.serch-area .serch-btn a .border h2 {
	font-size: 2rem;
	line-height: 1;
	margin-bottom: 10px;
}
.serch-area .serch-btn a .border h2 b {
	font-size: 2.8rem;
	color: #fff;
	transition: all .3s ease 0s;
}
.serch-area .serch-btn a .border p {
	font-size: 1.4rem;
	line-height: 1;
}
.serch-area .serch-btn .serch-img {
	width: 140px;
	height: 100px;
}
.serch-area .serch-btn .serch-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 1200px) {
	.serch-area {
		width: max(90%,980px);
	}
	.serch-area .serch-btn {
		width: 100%;
	}
	.serch-area .serch-btn:not(:last-of-type) {
		margin-right: 20px;
	}
	.serch-area .serch-btn a {
		width: 100%;
		padding: 10px;
		height: 120px;
	}
	.serch-area .serch-btn .serch-img {
		width: 40%;
	}
	.serch-area .serch-btn::after {
		font-size: 3.6rem;
	}
	.serch-area .serch-btn a .border {
		padding: 23px 0px 0px 8px;
		width: 60%;
	}
}
/*------------------------
特集
------------------------*/
.feature {
	background: url(/pc/img/index/special_bg.jpg) no-repeat fixed;
	padding: 80px 0;
	background-size: cover;
	width: 100%;
}
.feature .inner { 
	width: 1000px;
	margin: auto;
	position: relative;
}
/*tab*/
/* .feature .inner .tab_area .one_tab {
	width: 100%;
} */
.feature .inner .tab_area .one_tab {
	width: calc(100% / 4);
	margin-right: 5px;
}
.feature .inner .tab_area .one_tab:last-child {
	margin-right: 0; /* 最後のタブのマージンを0に設定 */
}
.feature .inner .tab_area .one_tab a {
	display: block;
	background: var(--txtcolor);
	padding: 20px;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	min-width: 200px;
	/* margin-right:5px ; */
	color: #fff;
}
.feature .inner .tab_area .one_tab a:hover {
	opacity: .8;
}
.feature .inner .tab_area .one_tab a.select { 
	background:rgba( 255, 255, 255, 0.83 );
	color: var(--txtcolor);
}
.feature .inner .contents {
	background:rgba( 255, 255, 255, 0.83 );
	padding: 30px 30px;
}
.feature .inner .contents .tab_main {
	display: none;
}
.feature .inner .contents .tab_main.is_show {
	display: block;
}
.feature .inner .contents .tab_main .block-list {
	flex-wrap: wrap;
	align-items: stretch;
	padding-bottom:10px;
}
.feature .inner .contents .tab_main .block-list .block {
	width: 220px;
	height: auto;
	margin-bottom: 20px;
}
.feature .inner .contents .tab_main .block-list .block:not(:nth-of-type(4n)) {
	margin-right: 20px;
}
.feature .inner .contents .tab_main .block-list .block .txt {
	padding: 15px;
}
.feature .inner .contents .tab_main .block-list .block .txt strong {
	font-size: 1.8rem;
	color: var(--myred);
}
.feature .inner .contents .tab_main .block-list .block a {
	display: block;
	height: 100%;
	background: #fff;
	position: relative;
}
.feature .inner .contents .tab_main .block-list .block h3{
	color: var(--txtcolor);
	font-size: 1.6rem;
	font-weight:bold; 
	margin-bottom: 2px;
}
.feature .inner .contents .tab_main .block-list .block span{
	color: var(--txtcolor);
	font-size: 1.4rem;
	display: block;
	line-height: 1.3;
}
.feature .inner .contents .tab_main .block-list .block span.type{
	color: var(--txtcolor);
	font-size: 1.4rem;
	display: block;
	position: absolute;
	padding: 5px 7px;
	background-color: var(--myyellow);
	top: 0;
	left: 0;
}
.feature .inner .contents .tab_main .block-list .block a .img {
	height: 170px;
	overflow: hidden;
}
.feature .inner .contents .tab_main .block-list .block a .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all .3s ease 0s;
}
.feature .inner .contents .tab_main .block-list .block a:hover .img img {
	transform: scale(1.06);
}
.feature .inner .contents .tab_main .block-list .block a .txt {
	padding: 12px 15px;
}
.feature .inner .contents .tab_main .block-list .block a .txt .others {
	display: block;
	font-size: 1.3rem;
	line-height: 1;
}
.feature .inner .contents .tab_main .no-result {
	color:var(--txtcolor);
	margin-bottom: 40px;
}
.feature .inner .contents .btn a {
	font-size: 18px;
	width: 320px;
}
.feature .inner .contents .btn a::after {
	content: '';
	display: block;
	position: absolute;
	bottom: calc(50% + 1px);
	right: 15px;
	bottom: 24px;
	width: 5px;
	height: 1px;
	background: var(--white);
	transform: rotate(30deg);
	transition: all 0.3s ease 0s;
}
.feature .inner .contents .btn a::before {
	content: '';
	display: block;
	position: absolute;
	bottom: -6px;
	right: 15px;
	margin: auto;
	width: 14px;
	height: 1px;
	background: var(--white);
	transition: all 0.3s ease 0s;
}
.feature .inner .contents .btn a:hover::after {
	content: '';
	display: block;
	position: absolute;
	bottom: calc(50% + 1px);
	right: 11px;
	bottom: 24px;
	width: 5px;
	height: 1px;
	background: var(--white);
	transform: rotate(30deg);
	transition: all 0.3s ease 0s;
}
.feature .inner .contents .btn a:hover::before {
	content: '';
	display: block;
	position: absolute;
	bottom: -6px;
	right: 11px;
	margin: auto;
	width: 14px;
	height: 1px;
	background: var(--white);
	transition: all 0.3s ease 0s;
}
/*------------------------
新着賃貸速報
------------------------*/
.breaking {
	padding: 80px 0 50px;
}
.breaking .inner {
	width: 1000px;
	margin: auto;
	position: relative;
}
.breaking .inner .head{
	position: relative;
	margin-bottom: 36px;
}
.breaking .inner .head::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 190px;
	height: 4px;
	background: var(--btncolor);
}
.breaking .inner .head::before {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 4px;
	background: var(--mygray3);
}
.breaking .inner .head span{
	font-size: 24px;
	color: var(--btncolor);
	font-family: "Nunito Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 200;
	font-style: normal;
	font-variation-settings: "wdth" 100, "YTLC" 500;
	margin-left: 10px;
}
.breaking .inner h2 {
	font-size: 2.6rem;
	font-weight: bold;
	color: var(--txtcolor);
	line-height: 1;
	letter-spacing: .075em;
}
.breaking .inner .item {
	margin-bottom: 30px;
	border-bottom: 1px solid var(--mygray3);
}
.breaking .inner .item .ttl-area {
	padding-bottom: 20px;
	justify-content: space-between;
	align-items: flex-end;
	line-height: 1;
	position: relative;
}
.breaking .inner .item .ttl-area a{
	display: block;
	position: relative;
	padding-bottom: 3px;
	width: 168px;
	font-size: 12px;
	font-weight: bold;
}
.breaking .inner .item .ttl-area a::before {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 1px;
	background: var(--txtcolor);
	transition: all 0.3s ease 0s;
}
.breaking .inner .item .ttl-area a::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: -1px;
	right: 0;
	width: 10px;
	height: 1px;
	background: var(--txtcolor);
	transform: rotate(30deg);
	transition: all 0.3s ease 0s;
}
.breaking .inner .item .ttl-area a:hover::before {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0px;
	width: 173px;
	height: 1px;
	background: var(--txtcolor);
	transition: all 0.3s ease 0s;
}
.breaking .inner .item .ttl-area a:hover::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: -1px;
	right: -4px;
	width: 10px;
	height: 1px;
	background: var(--txtcolor);
	transform: rotate(30deg);
	transition: all 0.3s ease 0s;
}
.breaking .inner .item .ttl-area h3 {
	font-size: 1.8rem;
	font-weight: bold;
	flex: 1;
}
.breaking .inner .item .ttl-area h3:before {
	content: url(/pc/img/index/pin-icon.svg);
	vertical-align: middle;
	padding-right: 5px;
}
.breaking .inner .item .ttl-area h3 span {
	font-size: 2.1rem;
	color: var(--btncolor);
}
.breaking .inner .item .block-list {
	align-items: stretch;
	padding-bottom: 25px;
}
.breaking .inner .item .block-list .block {
	height: auto;
}
.breaking .inner .item .block-list .block a {
	display: block;
	width: 150px;
	height: 100%;
	background: #fff;
	position: relative;
}
.breaking .inner .item .block-list .block a:hover {
	box-shadow: 2px 2px 8px rgba(0,0,0,.1);
}
.breaking .inner .item .block-list .block:not(:last-of-type) {
	margin-right: 20px;
}
.breaking .inner .item .block-list .block span{
	display: block;
}
.breaking .inner .item .block-list .block span.type{
	color: var(--white);
	font-size: 1rem;
	position: absolute;
	padding: 4px 7px;
	background-color: var(--txtcolor);
	top: 0;
	left: 0;
}
.breaking .inner .item .block-list .block .img {
	height: 114px;
	overflow: hidden;
}
.breaking .inner .item .block-list .block .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all .3s ease 0s;
}
.breaking .inner .item .block-list .block a:hover .img img {
	transform: scale(1.06);
}
.breaking .inner .item .block-list .block .txt {
	padding: 8px 0px;
}
.breaking .inner .item .block-list .block .txt h4 {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 1px;
	color: var(--txtcolor);
}
.breaking .inner .item .block-list .block .txt span {
	font-size: 1.3rem;
	line-height: 1.21;
	margin-bottom: 1px;
	color: var(--txtcolor);
}
.breaking .inner .item .block-list .block .txt span strong {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.21;
	margin-bottom: 1px;
	color: var(--myred);
}
.breaking .inner .item p.no-result{
	margin-bottom: 30px;
}

/*------------------------
2カラム
------------------------*/
/* 共通 */
.columun-wrap {
	background-color: var(--bgcolor);
	padding: 60px 0;
}
.columun .main-contents .columun-box {
	background-color: #fff;
	padding: 25px;
	margin-bottom: 10px;
}
.columun .main-contents .columun-box .head{
	padding: 0;
	display: flex;
	position: relative;
	margin-bottom: 32px;
	font-weight: normal;
	border-top: none;
}
.columun .main-contents .columun-box .head::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 150px;
	height: 4px;
	background: var(--btncolor);
}
.columun .main-contents .columun-box .head::before {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 4px;
	background: var(--mygray3);
}
.columun .main-contents .head span{
	font-size: 24px;
	color:var(--btncolor);
	font-family: "Nunito Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 200;
	font-style: normal;
}
.columun .main-contents .columun-box h2{
	color: var(--txtcolor);
	font-size: 24px;
	font-weight: bold;
	letter-spacing: .075em;
}
/* イチオシ物件 */
.columun .main-contents .head-left span{
	margin-left: 10px;
}
.columun .main-contents .pick-up{
	margin-bottom: 20px;
}
.columun .main-contents .room{
	background-color: var(--bgcolor);
}
.columun .main-contents .room a{
	display: block;
	padding: 20px;
}
.columun .main-contents .room a:hover{
	opacity: 0.8;
}
.columun .main-contents .pickup-name{
	display: flex;
	margin-bottom: 10px;
	align-items: center;
}
.columun .main-contents .pickup-name .type {
	font-size: 1.2rem;
	line-height: 1;
	background: var(--txtcolor);
	color: #fff;
	padding: 6px;
}
.columun .main-contents .pickup-name h3{
	padding-left: 10px;
	font-weight: bold;
	color: var(--txtcolor);
	font-size: 22px;
}
.columun .main-contents .pickup-info{
	display: flex;
}
.columun .main-contents .pickup-img{
	width: 260px;
	height: 180px;
	overflow: hidden;
}
.columun .main-contents .pickup-img img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: all .3s ease 0s;
}
.columun .main-contents .room a:hover .pickup-img img{
	transform: scale(1.06);
}
.columun .main-contents .pickup-detail{
	margin-left: 20px;
	flex: 1;
}
.columun .main-contents .pickup-detail dl{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	font-size: 1.4rem;
}
.columun .main-contents .pickup-detail dl.access{
	align-items: flex-start;
	margin-bottom: 15px;
}
.columun .main-contents .pickup-detail span{
	color: var(--myred);
	font-size: 20px;
	font-weight: bold;
}
.columun .main-contents .pickup-detail dt {
	width: 14%;
}
.columun .main-contents .pickup-detail dd {
	width: 86%;
}
.columun .main-contents .pick-up table{
	border-collapse: collapse;
}
.columun .main-contents .pick-up table th,td{
	font-size: 13px;
	text-align: center;
}
.columun .main-contents .pick-up table td,tr{
	padding: 6px 0;
	width: 103px;
	height: 25px;
}
.columun .main-contents .pick-up table th{
	color:var(--white);
	background: url(/pc/img/common/pattern_bg.jpg);
	border-right: 1px solid var(--mygray3);
	padding: 7px 0px;
}
.columun .main-contents .pick-up table td{
	background: #fff;
	border-right: 1px solid var(--mygray3);
}
.columun .main-contents .pick-up table th:last-child,.columun .main-contents .pick-up table td:last-child{
	border-right: none;
}

/* おすすめ賃貸物件 */
.columun .main-contents .building {
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.columun .main-contents .flex-link{
	justify-content: space-between;
	align-items: center;
}
.columun .main-contents .building .head-left{
	display: flex;
}
.columun .main-contents .building .block-list {
	flex-wrap: wrap;
}
.columun .main-contents .building .block-list .block {
	margin-bottom: 20px;
	position: relative;
}
.columun .main-contents .building .block-list .block:not(:nth-of-type(3n)) {
	margin-right: 19px;
}
.columun .main-contents .building .block-list .block a {
	display: block;
	width: 196px;
}
.columun .main-contents .building .block-list .block a .img {
	margin-bottom: 8px;
	overflow: hidden;
}
.columun .main-contents .building .block-list .block a .img img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	transition: all .3s ease 0s;
}
.columun .main-contents .building .block-list .block a:hover img {
	transform: scale(1.06);
}
.columun .main-contents .building .block-list .block a h3 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 4px;
	color: var(--txtcolor);
}
.columun .main-contents .building .block-list .block a span {
	display: block;
	font-size: 1.4rem;
	line-height: 1;
	margin-bottom: 3px;
}
.columun .main-contents .building .block-list .block a span.type {
	color: var(--white);
}
.columun .main-contents .building .block-list .block a span strong {
	font-size: 1.8rem;
	color: var(--myred);
}
.columun .main-contents .building .block-list .block a .type {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2rem;
	line-height: 1;
	background: var(--txtcolor);
	padding: 6px;
}
.columun .main-contents .building .l-btn a,.columun .main-contents .tips .l-btn a{
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	color: var(--txtcolor);
	position: relative;
	padding-right: 20px;
}
.columun .main-contents .building .l-btn a::before,.columun .main-contents .tips .l-btn a::before{
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 1px;
	background: var(--txtcolor);
	transition: all 0.3s ease 0s;
}
.columun .main-contents .building .l-btn a::after,.columun .main-contents .tips .l-btn a::after{
	content: '';
	display: inline-block;
	position: absolute;
	bottom: -1px;
	right: 0;
	width: 10px;
	height: 1px;
	background: var(--txtcolor);
	transform: rotate(30deg);
	transition: all 0.3s ease 0s;
}
.columun .main-contents .building .l-btn a:hover::before,.columun .main-contents .tips .l-btn a:hover::before {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0px;
	width: 108%;
	height: 1px;
	background: var(--txtcolor);
	transition: all 0.3s ease 0s;
}
.columun .main-contents .building .l-btn a:hover::after,.columun .main-contents .tips .l-btn a:hover::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: -1px;
	right: -5px;
	width: 10px;
	height: 1px;
	background: var(--txtcolor);
	transform: rotate(30deg);
	transition: all 0.3s ease 0s;
}
/* 不動産コラム */
.columun .main-contents .tips{
	margin-bottom: 20px;
} 
.columun .main-contents .tips .head {
	margin-bottom: 16px;
}
.columun .main-contents .tips .block{
	border-bottom: 1px solid var(--mygray3);
	position: relative;
	transition: all 0.3s ease 0s;
} 
.columun .main-contents .tips .block:first-child{
	padding-top: 0;
} 
.columun .main-contents .tips .block:hover{
	opacity: .8;
} 
.columun .main-contents .tips .block a{
	padding: 15px 0;
	transition: all 0.3s ease 0s;
	display: block;
} 
.columun .main-contents .tips .block a::before{
	content: '';
	position: absolute;
	bottom: 29px;
	right: 0;
	width: 15px;
	height: 1px;
	background: var(--txtcolor);
	transition: all 0.3s ease 0s;
} 
.columun .main-contents .tips .block a::after{
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 31px;
	right: 0px;
	width: 7px;
	height: 1px;
	background: var(--txtcolor);
	transform: rotate(30deg);
	transition: all 0.3s ease 0s;
} 
.columun .main-contents .tips .block a:hover::before{
	content: '';
	position: absolute;
	bottom: 29px;
	right: -3px;
	width: 15px;
	height: 1px;
	background: var(--txtcolor);
	transition: all 0.3s ease 0s;
} 
.columun .main-contents .tips .block a:hover::after{
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 31px;
	right: -3px;
	width: 7px;
	height: 1px;
	background: var(--txtcolor);
	transform: rotate(30deg);
	transition: all 0.3s ease 0s;
} 
.columun .main-contents .tips .tip-img{
	width: 70px;
	height: 50px;
	margin-right: 15px;
} 
.columun .main-contents .tips .tip-img img{
	object-fit: cover;
	height: 100%;
} 
.columun .main-contents .tips .tip-txt{
	max-width: 500px;
} 
.columun .main-contents .tips span.date{
	margin-right: 10px;
	font-size: 13px;
}
.columun .main-contents .tips span.category{
	font-size: 1.2rem;
	line-height: 1;
	background: var(--btncolor);
	padding: 4px 10px;
	color: #fff;
}
/* オンライン相談 */
.online{
	margin-bottom: 20px;
	position: relative;
}
.online::after {
	position: absolute;
	bottom: 0px;
	left: -26px;
	bottom: -19px;
	color: #fff;
	opacity: 0.4;
	font-family: "Nunito Sans", sans-serif;
	font-size: 4.6rem;
	font-weight: 100;
	text-transform: uppercase;
	transform: scale(0.91, 1);
	content: 'ONLINE CONSULTATION';
	pointer-events: none;
}
.online a{
	background-color: var(--txtcolor);
	color: var(--white);
	justify-content: space-between;
}
.online a:hover{
	opacity: 0.8;
}
.online a h2{
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 9px;
	line-height: 1.4;
	letter-spacing: 0.14rem;
}
.online a .txt{
	padding: 30px 0 41px 28px;
}
.online a .online-img{
	margin-right: -1px;
	width: 293px;
	height: 200px;
	clip-path: polygon(16% 0%, 100% 0, 100% 100%, 0% 100%);
}
.online a .online-img img{
	width: 107%;
	height: 152%;
	object-fit: cover;
	object-position: -67px -85px;
}

/* youtube */
.youtube {
	margin-bottom: 30px;
}
.youtube iframe{
	margin-bottom: 5px;
}
.youtube a{
	background: var(--white);
	border: 1px solid var(--btncolor);
	color: var(--btncolor);
	font-size: 1.4rem;
	position: relative;
	display: flex;
	width: 320px;
	padding: 13px 10px 13px 172px;
	transition: all .3s ease 0s;
}
.youtube a::before{
	content: '';
	background: url(/pc/img/index/youtube-logo.png) no-repeat;
	background-size: cover;
	display: inline-block;
	position: absolute;
	width: 149px;
	height: 34px;
	left: 88px;
	top: 50%;
	transform: translate(-50%, -50%);
}
.youtube a:hover{
	opacity: 0.8;
}

/*------------------------
会社案内
------------------------*/
.columun .main-contents .main-company {
	background: linear-gradient(rgba(32, 42, 62, 0.88), rgba(32, 42, 62, 0.88)),
	url(/pc/img/index/text-bg.jpg) no-repeat;
	background-size:cover ;
	background-position: center;
	padding: 30px;
	margin-bottom: 30px;
	position: relative;
}
.columun .main-contents .main-company::after{
}
.columun .main-contents .main-company::after{
	position: absolute;
	content: url(/pc/img/common/txt_logo_white.png);
	display: inline-block;
	bottom: -5px;
	right: 0;
	opacity: .7;
}
.columun .main-contents .main-company .inner {
}
.columun .main-contents .main-company .inner h2 {
	font-size: 1.9rem;
	font-weight: bold;
	margin-bottom: 6px;
	color:var(--white) ;
}
.columun .main-contents .main-company .inner p {
	margin-bottom: 20px;
	color:var(--white) ;
	text-align: justify;
}
.columun .main-contents .main-company .inner .btn-area li {
	margin-right: 10px;
	text-align: center;
}
.columun .main-contents .main-company .inner .btn-area li a {
	display: block;
	width: 260px;
	font-weight: bold;
	line-height: 1;
	padding: 12px;
	border-radius: 6px;
	background: rgba(255,255,255,.6);
	position: relative;
}
.columun .main-contents .main-company .inner .btn-area li a::after {
	content: '';
	width: 4px;
	height: 4px;
	border-bottom: 1px solid var(--txtcolor);
	border-right: 1px solid var(--txtcolor);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	transition: all .3s ease 0s;
}
.columun .main-contents .main-company .inner .btn-area li a:hover::after {
	right: 12px;
}
