@charset "utf-8";

.title-wrap-top {
        position: relative;
        /* background-color: #008CCF; */
}
.sp-slides-container {
	background-color: #008CCF;
}
.content-kasane{
	position: relative;
}
.content-kasane p{
	position: absolute;
	width: 100px;
	top: 33px;
	left: 135px;
	-ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
	-webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
	transform: translate(-50%,-50%);/*センター寄せの修正*/
	color: #fff;
	font-size: 1.4rem;
	margin: 0!important;/*文字がずれている場合や*/
	padding: 0!important;/*文字が折り返される場合*/

}
.top_content01_pc {
    padding: 0.5em 1em;
    margin: 2em auto;
    /*font-weight: bold;*/
    color: black;/*文字色*/
    background: #FFF;
    /*border: solid 2px #008CCF;線*/
    /*border-radius: 10px;角の丸み*/
}
.top_content01_pc p {
    margin: 0; 
    padding: 10px;
}

.top_notice_pc h2{
	width: 197px;
	padding: 1rem 3rem;
	color: #FFF;
	background-color: #008CCF;
	border-radius: 10px;

}
.contents-inner{
		margin-top: 30px;
		color: black;
}
.top-notice-inner{
	margin-top: 12px;

}
.topics-btn-inner{
		width: 100%;
		text-align: right;

}

/* 新着物件 追加分 */
/*
.room-list-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
}

.room-list-content::after {
        content: "";
        display: block;
        width: 31%;
}

.bukken-box {
        width: 32%;
        margin-bottom: 3rem;
        display: flex;
        flex-direction: column;
        align-items: center;
}

.bukken-box-link {
        width: 100%;
}

.bukken-box:hover .photo-box img {
        border: 2px solid #333333;
        transition: .05s;
}

.bukken-box:hover .detail-wrap {
        color: #EA047E;
        transition: .05s;
}

.bukken-box:hover .detail-wrap .title-box {
        color: #EA047E;
        transition: .05s;
}
*/

/* topics */
.news-inner {
        position: absolute;
        top: 670px;
        left: 50%;
        max-width: 1240px;
        width: 100%;
        padding: 3.5rem 0;
        transform: translateX(-50%);
        background-color: #ffffff;
}

.news-topics-box {
        width: 100%;
        display: flex;
        align-items: flex-start;
}

.news-topics-title {
        position: relative;
        width: 15%;
        text-align: center;
}

#newsWrap {
        width: 75%;
}

.news-topics-title::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 50%;
        width: 60px;
        height: 9px;
        background-color: #008CCF;
        transform: translateX(-50%);
}

.news-topics-box h2 {
        font-size: 1.8rem;
        font-weight: normal;
        margin-bottom: 1rem;
}

.topics-wrap {
        width: 100%;
        padding-bottom: 5px;
        margin-bottom: 7px;
        border-bottom: 1px dashed #808080;
        height: 40px;
   
}

.topics-flex {
        display: flex;
        align-items: center;
}
/* 新着物件 */
.osusume-object {
		float: left;
		width:350px;
		min-height: 470px;
		overflow: hidden;
		margin: 20px 15px;
		border: solid 1px #acacac;

}
.osusume-object .catchcopy-box {

		color: #008CCF;
		padding: 0 10px;
		padding-bottom: 10px;
		border-bottom: dotted 1px #acacac;
		font-weight: bold;

}
.osusume-object .detail-box {
		padding: 10px;
}
.osusume-object .detail-box .property {
		color: #00ada9;

}

/* TOPICS */
.news-list-box {
        margin: 3rem auto;
}

.news-box {
        margin-bottom: 2rem;
}

.news-title-wrap {
        display: flex;
        align-items: center;
        padding-bottom: 1rem;
        border-bottom: 1px solid #f2f3f3;
}

.new-Mark {
        margin-left: 3rem;
        width: 120px;
}

.newMark {
        padding: 0.3rem 2rem;
        font-size: 1.2rem;
        color: #ffffff;
        background-color: #de261f;
}

.news-title-box {
        margin-left: 2rem;
}



.detail-topics-wrap {
        margin: 5rem auto;
}

.detail-topics-wrap h2 {
        font-size: 1.8rem;
        font-weight: bold;
        color: #de261f;
}

.detail-date-box {
        margin-bottom: 2rem;
}

.back-btn-link {
        width: 32%;
        margin: 0 auto;
        background-color: #383e56;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
}

.back-btn {
        width: 100%;
}

.back-btn-link-inner {
        --color: #383e56;
        font-family: inherit;
        display: inline-block;
        width: 100%;
        height: 97%;
        line-height: 50px;
        position: relative;
        overflow: hidden;
        border: 1px solid var(--color);
        transition: color 0.3s;
        z-index: 1;
        border-radius: 8px;
        color: var(--color);
        background-color: #ffffff;
        text-decoration: none;
}

.back-btn-link-inner:hover {
        color: #ffffff;
        background-color: #383e56;
        transition: 0.3s;
}

.copyright {
        display: none;
}

.topics-btn-link {
        display: flex;
        justify-content: flex-end;
        margin-top: 1rem;
}

.topics-btn-style {
        width: max-content;
        margin-right: 5%;
        border: 1px solid #383e56;
        border-radius: 8px;
}

.topics-link {
        display: inline-block;
        width: 100%;
        height: 100%;
        padding: 1rem 2rem;

}

.topics-btn-style:hover {
        background-color: #383e56;
        transition: 0.3s;
}

.topics-btn-style:hover .topics-link {
        color: #ffffff !important;
}

.topics-btn-style{

	width: max-content;
	margin-right: 5%;
	border: 1px solid #008CCF;
	border-radius: 8px;
	margin-top: 30px;

}
.top_notice_inner{
	width: 100%;
	height: 100%;
	padding: 100rem;

}
/* 検索条件　*/
.condition-inner {
		width: 100%;
}
.condition-inner ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
}
.condition-inner li{
		margin-bottom: 20px;
		width: calc(100%/3 - 1rem);
}
.condition-inner li img{
	object-fit: cover;
	opacity: 1;
	transition: .3s;
	width: 100%;
}
.condition-inner li:hover img{
		opacity: 0.8;
}
.top-blog {
		position: relative;
		max-width: 380px;
		width: 100%;
		text-align: center;
		margin: 0 auto;
} 
.top-blog .top-blog-text {
		position: absolute;
		width: 280px;
		top: 4%;
		left: 50%;
		transform: translate(-50%, -4%);
		font-size: 2.4rem;
		color: #ffffff;
		z-index: 100;
		

}
.top-blog img{
	position: relative;
	/*width: 100%;*/
	object-fit: cover;
	opacity: 1;
	transition: .3s;
}
.top-blog:hover img {
	opacity: 0.8;
}
.top-blog p{
	width: 300px;
	margin: 15px auto;
	line-height: normal;
}
/* スタッフ紹介　ポップアップ */

.popup-01{
	  width: 100%;
	  height: 100%;
	  position: fixed;
	  left: 0;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  background: rgba(0,0,0,.5);
	  display: none;
	  align-items: center;
	  justify-content: center;
}
.popup-02{
	  width: 100%;
	  height: 100%;
	  position: fixed;
	  left: 0;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  background: rgba(0,0,0,.5);
	  display: none;
	  align-items: center;
	  justify-content: center;
}
.popup-03{
	  width: 100%;
	  height: 100%;
	  position: fixed;
	  left: 0;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  background: rgba(0,0,0,.5);
	  display: none;
	  align-items: center;
	  justify-content: center;
}
.popup-04{
	  width: 100%;
	  height: 100%;
	  position: fixed;
	  left: 0;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  background: rgba(0,0,0,.5);
	  display: none;
	  align-items: center;
	  justify-content: center;
}
.popup-05{
	  width: 100%;
	  height: 100%;
	  position: fixed;
	  left: 0;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  background: rgba(0,0,0,.5);
	  display: none;
	  align-items: center;
	  justify-content: center;
}
.popup-01.view{
	display: flex;
	position: fixed;
	z-index: 100;
}
.popup-02.view{
	display: flex;
	position: fixed;
	z-index: 100;
}
.popup-03.view{
	display: flex;
	position: fixed;
	z-index: 100;
}
.popup-04.view{
	display: flex;
	position: fixed;
	z-index: 100;
}
.popup-05.view{
	display: flex;
	position: fixed;
	z-index: 100;
}
.popup__inner{
	  display: inline-block;
	  background: #fff;
	  padding: 50px;
	  box-shadow: 0 0 5px rgba(0,0,0,.25);
	  position: relative;
	  width: 600px;
	  min-width: 400px;
	  height:600px;
	  min-height: 250px;
	  overflow: scroll;
}
.popup__inner p {
		line-height: normal;
		margin-bottom: 1rem;
		margin-top:1rem;
}
.popup__body {
	margin-left: 10px;
}
.popup__title{
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: left;

}
.popup__underline {
	padding: 0.2rem;
    margin-bottom: 1.5rem;
	background: linear-gradient(transparent 60%, #ccd6ff 60%);
    font-weight: bold;
    /*font-size: 26px;*/
}

.popup__image img{
	margin-right: 12px;

}
.close-01{
	  right: 20px;
	  top: 0;
	  width: 30px;
	  height: 80px;
	  color: #fff;
	  background: #dc5a45;
	  position: absolute;
	  display: flex;
	  align-items: center;
	  justify-content: center;
}
.close-02{
	  right: 20px;
	  top: 0;
	  width: 30px;
	  height: 80px;
	  color: #fff;
	  background: #dc5a45;
	  position: absolute;
	  display: flex;
	  align-items: center;
	  justify-content: center;
}
.close-03{
	  right: 20px;
	  top: 0;
	  width: 30px;
	  height: 80px;
	  color: #fff;
	  background: #dc5a45;
	  position: absolute;
	  display: flex;
	  align-items: center;
	  justify-content: center;
}
.close-04{
	  right: 20px;
	  top: 0;
	  width: 30px;
	  height: 80px;
	  color: #fff;
	  background: #dc5a45;
	  position: absolute;
	  display: flex;
	  align-items: center;
	  justify-content: center;
}
.close-05{
	  right: 20px;
	  top: 0;
	  width: 30px;
	  height: 80px;
	  color: #fff;
	  background: #dc5a45;
	  position: absolute;
	  display: flex;
	  align-items: center;
	  justify-content: center;
}
.close-01:hover {
	cursor : pointer;
}
.close-02:hover {
	cursor : pointer;
}
.close-03:hover {
	cursor : pointer;
}
.close-04:hover {
	cursor : pointer;
}
.close-05:hover {
	cursor : pointer;
}
.open-box:hover{
	opacity: .6;
	cursor : pointer;
}

.sns-box {
	position: relative;
	z-index: 10;
}
/*
.sns-inner ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
}*/

html:has(dialog[open]) {
  overflow: hidden;
}

@media screen and (max-width:1024px) {
		.topics-wrap {
			height: 100%;
		}

		.top-blog img{
			width: 100%;
		}

		.topics-flex {
		        display: block;
		}
		.news-topics {
				margin-top: 10px;
		}
		.condition-inner ul {
			justify-content: space-around;
		}
		.condition-inner li{
		width: calc(100%/2 - 1rem);
	}
}



@media screen and (max-width:599px) {
        .contents-inner {
                margin-top: 0;
        }

        .company-list {
                display: block;
        }

        .company-list dt {
                width: 100%;
                margin-bottom: 0.5rem;
        }

	.popup__inner{
		width: 90%;
	}
	.top-blog p{
		width: auto;
	}
	.topics-btn-style {
		margin-top: 2rem;
	}
	.top_content_inner {
		margin-top: 1.5rem;
	}
	.top_content01_pc {
		margin: 0 auto;
	}
	.news-topics {
		margin: 0;
	}
	.ymd-new,
	.info-type {
		margin: 0;
		margin-bottom: 0.5rem;
	}
	.condition-inner li{
		width: 100%;
	}
}