@charset "utf-8";
/* CSS Document */

.___________________PC-MAIN____________________{}

.gallery-grid{
	margin-bottom: 80px;
}

.gallery-grid ul {
	display: grid;
	gap: 20px;
	width: 980px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gallery-grid li {
	overflow: hidden;
}

.gallery-grid img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 4枚：1枚目が左 */
.gallery-grid.p01 ul {
	grid-template-columns: 640px 320px;
	grid-template-rows: repeat(3, 206px);
}

.gallery-grid.p01 li:first-child {
	grid-row: 1 / 4;
}

/* 4枚：1枚目が右 */
.gallery-grid.p02 ul {
	grid-template-columns: 320px 640px;
	grid-template-rows: repeat(3, 206px);
}

.gallery-grid.p02 li:first-child {
	grid-column: 2;
	grid-row: 1 / 4;
}

/* 2枚：1枚目が左 */
.gallery-grid.p03 ul {
	grid-template-columns: 570px 390px;
	grid-template-rows: 367px;
}

/* 2枚：1枚目が右 */
.gallery-grid.p04 ul {
	grid-template-columns: 390px 570px;
	grid-template-rows: 367px;
}

.gallery-grid.p04 li:first-child {
	grid-column: 2;
}

.gallery-grid.p04 li:nth-child(2) {
	grid-column: 1;
	grid-row: 1;
}

._{}

#common-flow {
	margin-bottom: 0px!important;
}

#common-flow .box {
	margin-bottom: 100px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}

#common-flow .box:last-of-type {
	margin-bottom: 0px!important;
	padding-bottom: 0px!important;
}

#common-flow .box::before {
	width: 26px;
	height: 54px;
	content: "";
	background-image: url(../../image/common-flow/common-flow_arrow.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
	bottom: -54px;
}

#common-flow .box::after {
 content: "";
 display: block;
 clear: both;
}

#common-flow .box:last-of-type {
	margin-bottom: 0px!important;
	border-bottom: none;
}

#common-flow .box:last-of-type::before {
	display: none;
}

#common-flow .box:nth-of-type(odd) .top-col{
 float: left;
}

#common-flow .box:nth-of-type(even) .top-col{
 float: right;
}

#common-flow .box:nth-of-type(odd) .bottom-col{
 float: right;
}

#common-flow .box:nth-of-type(even) .bottom-col{
 float: left;
}

#common-flow .box .top-col .item {
 width: 408px;
 height: 313px;
}

#common-flow .box .bottom-col {
 width: 510px;
 padding-top: 30px;
}

#common-flow .box .bottom-col h3 {
	background-color: #e8f7ff;
	padding-left: 170px;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-right: 30px;
	position: relative;
	background-image: url("../../image/estate/activity/activity-ttl_line.png");
	background-repeat: repeat-x;
	background-position: center bottom 6px;
	border-radius: 10px;
	margin-bottom: 30px;
	font-size: 18px;
	color: #0e62c0;
	font-weight: 600;
}

#common-flow .box .bottom-col h3::before {
 content: "";
 display: block;
 position: absolute;
 background-size: cover;
 width: 152px;
 height: 95px;
 left: 10px;
 bottom:0;
}

#common-flow .box:nth-of-type(1) .bottom-col h3::before {
	background-image: url("../../image/common-flow/common-flow_ttl_01.png");
}

#common-flow .box:nth-of-type(2) .bottom-col h3::before {
	background-image: url("../../image/common-flow/common-flow_ttl_02.png");
}

#common-flow .box:nth-of-type(3) .bottom-col h3::before {
	background-image: url("../../image/common-flow/common-flow_ttl_03.png");
}

#common-flow .box:nth-of-type(4) .bottom-col h3::before {
	background-image: url("../../image/common-flow/common-flow_ttl_04.png");
}

#common-flow .box:nth-of-type(5) .bottom-col h3::before {
	background-image: url("../../image/common-flow/common-flow_ttl_05.png");
}

#common-flow .box:nth-of-type(6) .bottom-col h3::before {
	background-image: url("../../image/common-flow/common-flow_ttl_06.png");
}

#common-flow .box .top-col .item img {
}

#common-flow .box .bottom-col .txt {
 font-size: 15px;
 line-height: 28px;
 font-weight: 400;
 margin-bottom: 20px;
}

#common-flow .box .bottom-col .txt:last-of-type {
 margin-bottom: 0px;
}

._{}

#contents-header {}
#contents-header .inner{}
#contents-header .txt {}
#contents-header ul {
	padding-left: 30px;
	padding-right: 30px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 40px;
}

#contents-header ul li {}

#contents-header ul li img {
	width: 100%;
}

#contents-header .message {
	font-family: "aralet-n", sans-serif;
	font-size: 18px;
	font-weight: 400;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

#contents-header .message + .txt{
	margin-top: 15px;
}

._{}

#footer-contents{}

#footer-contents .item{
	margin-bottom: 40px;	
}

._{}

.REFORM #reform-menu {}
.REFORM #reform-menu .inner{
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 34px;
}

.REFORM #reform-menu .box a{
	border: 1px solid #bdbdbd;
	border-radius: 8px;
	display: block;
	background-image: url(../../image/common/common-marker.png);
	background-repeat: no-repeat;
	background-position: right 10px bottom 10px;
	background-size: 16px auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.REFORM #reform-menu .box a:hover{
 transition: all 0.2s ease;
 transform:translateY(-3px);
}

.REFORM #reform-menu .box dl {
	text-align: center;
}

.REFORM #reform-menu .box dl dt {
	width: 50%;
	background-image: url(../../image/common/d-line.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: auto 3px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.REFORM #reform-menu .box dl dt img {}

.REFORM #reform-menu .box dl dd {
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	min-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.REFORM #reform-menu .banner {
	margin-top: 40px;
}

.REFORM #reform-menu .banner img {}

.REFORM #reform-menu .more-btn {
	margin-top: 40px;
}

._{}

.REFORM #reform-flow {}

.REFORM #reform-flow .bottom-col dl {
 width: 100px;
 margin-right: 26px;
 float: left;
 background-color: #e8f7ff;
 padding-top: 15px;
 padding-bottom: 25px;
 position: relative;
}

.REFORM #reform-flow .bottom-col dl:last-of-type{
 margin-right: 0px;
}

.REFORM #reform-flow .bottom-col dl::after {
 content: "";
 display: block;
 background-image: url("../../image/estate/owner/sale-flow_arrow.png");
 background-size: cover;
 width: 24px;
 height: 19px;
 position: absolute;
 top: 50%;
 right: -25px;
 transform: translateY(-50%) ;
}

.REFORM #reform-flow .bottom-col dl:last-of-type::after {
 display: none;
}

.REFORM #reform-flow .bottom-col dl dt {
 font-family: 'Quicksand', sans-serif;
 font-size: 38px;
 font-weight: 600;
 color: #0e62c0;
 border-bottom: 1px solid #c1c1c1;
 padding-bottom: 10px;
 margin-bottom: 20px;
 margin-right: 15px;
 margin-left: 15px;
 text-align: center;
}

.REFORM #reform-flow .bottom-col dl dt span {
 font-size: 16px;
 display: block;
}

.REFORM #reform-flow .bottom-col dl dd {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	width: 16px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	position: relative;
}

.REFORM #reform-flow .bottom-col dl dd img{
 position: absolute;
	top:0;
 left: 50%;
 transform: translateX(-50%);
}

.REFORM #reform-flow .top-col .item {
 float: right;
 width: 219px;
 margin-top: 60px;
}

.REFORM #reform-flow .top-col .item img {
 width: 100%;
}


._{}

#case-list-tmb {}
#case-list-tmb .common-ttl {}

#case-list-tmb .inner{
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 30px;
}

#case-list-tmb .box {}

#case-list-tmb .box a {
	display: block;
	height: 100%;
}

#case-list-tmb .box dl {
	display: flex;
	flex-direction: column;
	height: 100%;
}

#case-list-tmb .box dl dt {
	border-radius: 12px;
	overflow: hidden;
}

#case-list-tmb .box dl dt img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

#case-list-tmb .box a:hover dl dt img {
	transform: scale(1.04);
}

#case-list-tmb .box dl dd {
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	flex: 1;
	background-repeat: repeat-x;
	background-image: url(../../image/common/d-line.png);
	background-size: auto 2px;
	background-position: center bottom;
	padding-bottom: 10px;
	margin-top: 20px;
}

#case-list-tmb .box dl dd span{
	background-repeat: no-repeat;
	background-image: url(../../image/common/common-marker.png);
	background-size: 15px auto;
	background-position: right top 5px;
	display: block;
	padding-right: 20px;
}

#case-list-tmb .more-btn{
	margin-top: 40px;	
}

._{}

.more-btn {
	text-align: center;
}

.more-btn a {
	background-color: #0e62c0;
	font-size: 16px;
	line-height: 60px;
	font-weight: 500;
	color: #F9F9F9;
	display: inline-block;
	clear: both;
	text-align: center;
	border-radius: 10px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../image/estate/top/activity-info_arrow.png);
	background-size: 47px auto;
	background-position: right 14px center;
	background-repeat: no-repeat;
	padding-right: 80px;
	padding-left: 80px;
}

.more-btn a:hover {
 background-position: right 10px center;
}

._{}

.fixed-inquiry-btn{
 position: fixed;
 top: 50%;
 transform: translateY(-50%);
	right: 0;
}

.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____TOP-PAGE____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}

.TOP-PAGE {}

.TOP-PAGE  #main-inner{
 width: 100%!important;
 background-color: transparent!important;
 padding: 0px!important;
 border-radius: 0px!important;
}

.TOP-PAGE  main section{
 margin-bottom: 0px;
}

.TOP-PAGE #contents{
 padding-top: 0px!important;
 padding-bottom: 0px!important;
}

.TOP-PAGE #contents-inner{
 width: 100%!important;
}

._{}

.TOP-PAGE .top-ttl{
	margin-bottom: 30px;
	text-align: center;
}

.TOP-PAGE .top-ttl span{
 display: block;
}

.TOP-PAGE .top-ttl span:nth-of-type(1){
	font-family: 'Quicksand', sans-serif;
 font-size: 28px;
 font-weight: 700;
	color: #0e62c0;
}

.TOP-PAGE .top-ttl span:nth-of-type(2){
 
}

._{}

.TOP-PAGE #main-image {
	background-color: #E8F7FF;
}

.TOP-PAGE #main-image img{
 width: 100%;
}

._{}

.TOP-PAGE #news-list-slick .top-ttl{
	margin-bottom: 40px!important;
}

.TOP-PAGE #news-list-slick .top-ttl span{
	display: inline-block;
}

.TOP-PAGE #news-list-slick .top-ttl span:nth-of-type(1){
	margin-right: 12px;
}

.TOP-PAGE #news-list-slick .top-ttl span:nth-of-type(2){
 position: relative;
	top:-2px;
}

._{}

.TOP-PAGE #news-list-slick {
	padding-top: 40px;
	padding-bottom: 135px;
	overflow: hidden;
	background-color: #fff;
	background-image: url(../../image/estate/top/recommend-list_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.TOP-PAGE #news-list-slick .inner {
	position: relative;
}

.TOP-PAGE #news-list-slick h3 {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.TOP-PAGE #news-list-slick h3 span {

}

/* Slick表示エリア */
.TOP-PAGE #news-list-slick .scroll {
	position: relative;
	left: 50%;
	width: 100vw;
	margin-left: -50vw;
}

.TOP-PAGE #news-list-slick .slick-list {
	overflow: visible;
}

/* 1スライド：左右15px込み */
.TOP-PAGE #news-list-slick .slick-slide {
	width: 1110px !important;
	padding-right: 15px;
	padding-left: 15px;
}

/* カード本体：1080px × 310px */
.TOP-PAGE #news-list-slick .scroll .box {
	width: 1080px !important;
	height: 310px;
}

.TOP-PAGE #news-list-slick .scroll .box a {
	position: relative;
	display: grid;
	grid-template-columns: 400px minmax(0, 1fr);
	column-gap: 80px;
	width: 100%;
	height: 310px;
	padding: 40px;
	text-decoration: none;
	color: #222;
	background: #fff;
	border: 1px solid #d7d7d7;
	border-radius: 8px;
	transition: opacity 0.3s ease;
}

.TOP-PAGE #news-list-slick .scroll .box a:hover {
	opacity: 0.75;
}

/* カテゴリタブ */
.TOP-PAGE #news-list-slick .category-ttl {
	position: absolute;
	top: -15px;
	left: 38px;
	z-index: 2;
	width: 100px;
	height: 28px;
	border: 1px solid #d7d7d7;
	background: #fff;
	color: #333;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
}

/* 画像 */
.TOP-PAGE #news-list-slick .item {
	width: 400px;
	height: 225px;
	overflow: hidden;
}

.TOP-PAGE #news-list-slick .item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.TOP-PAGE #news-list-slick .box a:hover .item img {
	transform: scale(1.04);
}

/* テキスト */
.TOP-PAGE #news-list-slick dl {
	margin-top: 18px;
}

.TOP-PAGE #news-list-slick dt {
	margin-bottom: 18px;
	padding-bottom: 15px;
	border-bottom: 1px solid #1767d7;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}

.TOP-PAGE #news-list-slick dd {
	color: #333;
	font-size: 14px;
	line-height: 1.85;

	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.TOP-PAGE #news-list-slick dd.more {
	margin-top: 10px;
	background-image: url(../../image/common/estate/more_marker_bl.png);
	background-repeat: no-repeat;
	background-size: 6px auto;
	background-position: right center;
	display: inline-block;
	padding-right: 15px;
}

/* 日付 */
.TOP-PAGE #news-list-slick .date {
	position: absolute;
	right: 40px;
	bottom: 40px;
	color: #888;
	font-size: 13px;
	letter-spacing: 0.08em;
}

/* 矢印 */
.TOP-PAGE #news-list-slick .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 20;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-size: 0;
	cursor: pointer;
	transform: translateY(-50%);
	transition: opacity 0.3s ease;
}

.TOP-PAGE #news-list-slick .slick-arrow:hover {
	opacity: 0.7;
}

.TOP-PAGE #news-list-slick .slick-prev {
	left: calc(50% - 540px);
	background-image: url("../../image/top-page/pickup-arrow_l.png");
}

.TOP-PAGE #news-list-slick .slick-next {
	right: calc(50% - 540px);
	background-image: url("../../image/top-page/pickup-arrow_r.png");
}

.TOP-PAGE #news-list-slick .slick-prev::before,
.TOP-PAGE #news-list-slick .slick-next::before {
	display: none;

}

._{}

.TOP-PAGE #service-list {
	min-width: 1200px;
	padding-top: 80px;
	padding-bottom: 115px;
	background-color: #9ed8f6;
	background-image: url(../../image/estate/top/news-list_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.TOP-PAGE #service-list .inner {
	width: calc(100% - 80px);
	max-width: 1680px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	column-gap: 25px;
	row-gap: 25px;
	justify-content: center;
	counter-reset: service-num;
}

.TOP-PAGE #service-list .box {
	width: calc((100% - 100px) / 5);
	max-width: 316px;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 12px;
	background-image: url(../../image/common/bias-line.jpg);
	counter-increment: service-num;
	margin-bottom: 20px;
}

/* 内側の白背景 */
.TOP-PAGE #service-list .box::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	width: 95%;
	height: 96%;
	border-radius: 8px;
	background-color: #fff;
	transform: translate(-50%, -50%);
}

/* 左上の連番 */
.TOP-PAGE #service-list .box::after {
	content: counter(service-num, decimal-leading-zero);
	position: absolute;
	top: -15px;
	left: 18px;
	z-index: 2;
	font-family: "Quicksand", sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #0e62c0;
	text-shadow: 1px 1px 0 #fff;
}

.TOP-PAGE #service-list .box > a,
.TOP-PAGE #service-list .box > ul {
	position: relative;
	z-index: 1;
}

.TOP-PAGE #service-list .box > a {
	width: 74%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.TOP-PAGE #service-list dl dt {
	margin-bottom: 15px;
	background-image: url(../../image/common/d-line.png);
	background-repeat: repeat-x;
	background-size: auto 4px;
	background-position: left bottom;
}

.TOP-PAGE #service-list dl dd span {

}

.TOP-PAGE #service-list dl dd span:nth-of-type(1) {
	font-size: 22px;
	font-weight: 600;
	display: inline-block;
	background-image: url(../../image/common/common-marker.png);
	background-repeat: no-repeat;
	background-position: right 6px;
	background-size: 16px auto;
	padding-right: 22px;
}

.TOP-PAGE #service-list dl dd span:nth-of-type(2) {
	margin-top: 8px;
	font-family: "Quicksand", sans-serif;
	font-weight: 600;
	color: #0e62c0;
	display: block;
}

.TOP-PAGE #service-list ul {
	position: relative;
	z-index: 1;
	margin-top: 30px;
	padding-right: 40px;
	padding-left: 40px;
}

.TOP-PAGE #service-list ul li {
 font-size: 14px;
 line-height: 20px;
 font-weight: 400;
	position: relative;
	padding-left: 20px;
	border-bottom: 1px solid #c9c9c9;
	
	background-image: url(../../image/common/estate/more_marker_bl.png);
	background-size: 6px auto;
	background-position: right center;
	background-repeat: no-repeat;
}

.TOP-PAGE #service-list ul li a {
	display: block;
}

.TOP-PAGE #service-list .box:nth-of-type(-n+4)  ul li a{
	padding-top: 16px;
	padding-bottom: 16px;
}

.TOP-PAGE #service-list .box:nth-of-type(5)  ul li a{
	padding-top: 8px;
	padding-bottom: 8px;
}

.TOP-PAGE #service-list ul li::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 10px;
	height: 10px;
	content: "";
	border-radius: 9999px;
	background-color: #f3df4b;
	transform: translateY(-50%);
}

/* 1365px以下：上段3列／下段2列 */
@media screen and (max-width: 1365px) {
.TOP-PAGE #service-list .inner {
		width: 998px;
	}

.TOP-PAGE #service-list .box {
		width: 316px;
	}
}

._{}

.TOP-PAGE #property-list {
 min-width: 1200px;
	background-color: #FFFFFF;
	background-image: url(../../image/estate/top/recommend-list_bg_2.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 60px;
	padding-bottom: 200px;
	position: relative;
	/*アンカー位置修正で発生する隙間を埋める*/
	top: -2px;
}

.TOP-PAGE #property-list .inner{
	height: 215px;
	width: calc(100% - 80px);
	max-width: 1306px;
	margin-right: auto;
	margin-left: auto;
}

.TOP-PAGE #property-list .box-summary {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.5%;
}

.TOP-PAGE #property-list h3{
 width: 80px;
 height: 260px;
 float: left;
 /* box-shadow */
 box-shadow: -1px 0px 0px 0px #dddddd inset;
 position: relative;
 margin-right: 30px;
}

.TOP-PAGE #property-list h3 span{
 font-size: 18px;
 line-height: 20px;
 font-weight: 500;
 color: #136dd2;
 width: 20px;
 display: block;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translateY(-50%) translateX(-50%);
}

.TOP-PAGE #property-list .box .item  {
	margin-bottom: 15px;
}

.TOP-PAGE #property-list .box .item img {
	width: 100%;
	vertical-align: bottom;
}

.TOP-PAGE #property-list .box dl  {
}

.TOP-PAGE #property-list .box dl dt {
	font-size: 20px;
	line-height: 22px;
	font-weight: 500;
	color: #444444;
}

.TOP-PAGE #property-list .box dl dt small{
	font-size: 12px;
	letter-spacing: 0px!important;
	color: #9a9a9a;
	display: inline-block;
	padding-left: 15px;
}

.TOP-PAGE #property-list .box dl dd {
	font-family: 'Quicksand', sans-serif;
	font-size: 13px;
	font-weight: 600;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #0e62c0;
}

._{}

.TOP-PAGE #news-list-tmb{
	min-width: 1200px;
	padding-top: 80px;
	padding-bottom: 100px;
	background-image: url(../../image/estate/top/select-user_bg.jpg);
}

.TOP-PAGE #news-list-tmb .inner{
	width: calc(100% - 80px);
	max-width: 1306px;
	margin-right: auto;
	margin-left: auto;
}

.TOP-PAGE #news-list-tmb .top-ttl{
	margin-bottom: 70px!important;
}

.TOP-PAGE #news-list-tmb .box-summary{
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: clamp(20px, 3vw, 40px);
 align-items: stretch;	
}

.TOP-PAGE #news-list-tmb .box {

}

.TOP-PAGE #news-list-tmb .box a {
	background-color: #FFFFFF;
	display: block;
	height: 100%;
	padding-top: 10px;
	border-radius: 8px;
	position: relative;
	padding-bottom: 25px;
 transition: all 0.2s ease;
}

.TOP-PAGE #news-list-tmb .box .category-ttl {
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	float: right;
	border: 1px solid #dadada;
	margin-right: 20px;
	padding-left: 10px;
	padding-right: 10px;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}

.TOP-PAGE #news-list-tmb .box .date {
	font-size: 13px;
	line-height: 24px;
	font-weight: 400;
	float: left;
	color: #939393;
	margin-left: 20px;
}

.TOP-PAGE #news-list-tmb .box .item {
	clear: both;
	overflow: hidden;
	aspect-ratio: 16 / 9;	
	padding-top: 10px;
}

.TOP-PAGE #news-list-tmb .box .item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.TOP-PAGE #news-list-tmb .box a:hover .item img {
	transform: scale(1.06);
}

.TOP-PAGE #news-list-tmb .box dl {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.TOP-PAGE #news-list-tmb .box a dl dt {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 15px;
}

.TOP-PAGE #news-list-tmb .box dl dd {
	font-size: 13px;
	line-height: 22px;
	color: #8f8f8f;
}

.TOP-PAGE #news-list-tmb .box dl dd.more{
	position: absolute;
	bottom: 10px;
	right: 20px;
	color: #222222;
}

.TOP-PAGE #news-list-tmb .box dd.more {
	margin-top: 10px;
	background-image: url(../../image/common/estate/more_marker_bl.png);
	background-repeat: no-repeat;
	background-size: 6px auto;
	background-position: right center;
	display: inline-block;
	padding-right: 15px;
}

.TOP-PAGE #news-list-tmb  .more-link {
	float: right;
	margin-top: 20px;
}

.TOP-PAGE #news-list-tmb  .more-link a{
	display: block;
	background-image: url(../../image/common/common-marker.png);
	background-position: right center;
	background-size: 16px auto;
	background-repeat: no-repeat;
	padding-right: 24px;
}

._{}

.TOP-PAGE #access{
	padding-top: 80px;
	padding-bottom: 80px;
}

.TOP-PAGE #access .inner{
 width: 1200px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

.TOP-PAGE #access .arrow{
 font-size: 13px;
 line-height: 24px;
 font-weight: 400;
	padding-left: 20px;
	background-size: 10px auto;
	background-position: left center;
	background-repeat: no-repeat;	
	float: right;
}

.TOP-PAGE #access .arrow.top{
	background-image: url(../../image/top-page/gmap_arrow_top.png);
}

.TOP-PAGE #access .arrow.bottom{
	background-image: url(../../image/top-page/gmap_arrow_bottom.png);
}

.TOP-PAGE #access ul li {
  position: relative;
  padding-left: 18px;
}

.TOP-PAGE #access ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  background-color: #0e62c0;
  border-radius: 50%;
  transform: translateY(-50%);
}

._{}

.TOP-PAGE #for-traders{
 padding-top: 40px;
 padding-bottom: 40px;
 background-color: #fcfcfc;
 border-top: 1px solid #231f20;
}

.TOP-PAGE #for-traders .inner{
 width: 1080px;
 margin-right: auto;
 margin-left: auto;
}

.TOP-PAGE #for-traders .ttl{
 font-size: 16px;
 font-weight: 500;
 letter-spacing: 3px;
 display: inline-block;
 position: relative;
 cursor: pointer; 
}


.TOP-PAGE #for-traders .ttl::after,
.TOP-PAGE #for-traders .ttl.open::after{
 font-size: 10px;
 font-weight: 400;
 color: #FFFFFF;
 letter-spacing: 0;
 width: 18px;
 line-height: 18px;
 border-radius: 9999px;
 display: block;
 text-align: center;
 position: absolute;
 right: -20px;
 top: 5px;
}

.TOP-PAGE #for-traders .ttl::after{
 content: "＋";
 background-color: #c60033;
}

.TOP-PAGE #for-traders .ttl.open::after{
 content: "－";
 background-color: #ababab;
}



.TOP-PAGE #for-traders .body{
 padding-top: 30px;
 overflow: hidden;
}

.TOP-PAGE #for-traders .body .item {
 float: left;
 margin-right: 50px;
}

.TOP-PAGE #for-traders .body .item img{
 width: 250px;
}

.TOP-PAGE #for-traders .body .txt{
 font-size: 14px;
 line-height: 24px;
 font-weight: 400;
 margin-bottom: 20px;
}

.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____CASE____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}

.CASE #contents-inner{
	background-color: #FFFFFF;
	border-radius: 12px;
	padding-bottom: 50px;
}

.CASE.TOP main,
.CASE.SUB main{
 width: 780px;
 float: left;
}

.CASE #main-inner{
 width: auto!important;
}

._{}

.CASE main #case-list ul{
 
}

.CASE main #case-list ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.CASE main #case-list ul li {
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.CASE main #case-list ul li a {
	display: block;
	overflow: hidden;
 height: 100%;
}

.CASE main #case-list ul li img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.CASE main #case-list ul li a:hover img {
	transform: scale(1.08);
}

._{}

.CASE #sub{
	width: 300px;
	float: right;
	padding-top: 50px;
	padding-right: 50px;
}

.CASE.POST #sub{
 display: none;
}

.CASE #sub .common-ttl {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #0E62C0;
	color: #FFFFFF;
}

.CASE  #sub #category-list .common-list{
 margin-bottom: 40px;
}

.CASE  #sub #category-list .common-list ul li a{
	font-size: 14px;
	padding-top: 14px;
	padding-bottom: 14px;
	text-decoration: none;
	font-weight: 400;
	display: block;
	border-bottom: 1px solid #BFBFBF;
	padding-left: 10px;
	background-image: url(../../image/common/common-marker.png);
	background-repeat: no-repeat;
 background-size: 14px auto;
	background-position: right 10px center;
}

._{}

.CASE #sub #tag-list .common-list{
	margin-bottom: 40px;
	padding-top: 20px;
}

.CASE #sub #tag-list .common-list ul {
 overflow: hidden;
}

.CASE #sub #tag-list .common-list ul li a{
	font-size: 12px;
 line-height: 14px;
	text-align: center;
	text-decoration: none;
	font-weight: 400;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	display: inline-block;
	float: left;
	margin-right: 8px;
	border: 1px solid #0E62C0;
}

.CASE #sub .banner {
 width: 75%;
}

.CASE #sub .banner img {
 width: 100%;
}

.CASE #sub .banner .sp-show {
 display: none;
}


.XXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____searchandfilter_____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}

#refined-search {
	margin-bottom: 40px;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	border-top: 1px dashed #979797;
	border-bottom: 1px dashed #979797;
}
 
#refined-search .acc-toggle{
 font-size: 17px;
 font-weight: 500;
 text-align: center;
 padding-top: 25px;
 padding-bottom: 25px;
}

#refined-search .acc-toggle span{
 display: inline-block;
 position: relative;
}

#refined-search .acc-toggle span::before{
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	line-height: 11px;
	font-weight: 300;
	content: "＋";
	display: block;
	position: absolute;
	background-size: cover;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #0E62C0;
}

#refined-search .acc-toggle.open span::before{
 content: "－";
}

 
#refined-search .acc-toggle:hover{
 cursor: pointer;
}
 
#refined-search .acc-body{
 padding-bottom: 25px;
}
 
#refined-search .searchandfilter {

}
 
#refined-search .searchandfilter > ul {
	overflow: hidden;
}
 
/*親のセル*/
#refined-search .searchandfilter > ul > li {
	display: table!important;
	margin-bottom: 25px!important;
	width: 100%;
	position: relative;
}

#refined-search .searchandfilter > ul > li::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	bottom : -10px;
	left: 0px;
	background-color: #D9D9D9;
}
 
#refined-search .searchandfilter > ul > li:last-of-type {
 margin-bottom: 0px!important;
}
 
/*左のセル*/
#refined-search .searchandfilter ul li h4 {
 width: 20%;
 font-size: 14px;
 font-weight:500;
 text-align: center;
 display: table-cell!important;
 vertical-align: top;
 padding: 0px!important;
 position: relative;
 z-index: 1;
}
 
/*左のセル 背景*/
#refined-search .searchandfilter ul li h4::after {
 content: "";
 width: 100%;
 height: 95%;
 position: absolute;
 top: 0px;
 left: 0px;
 z-index: -1;
}
 
/*右のセル*/
#refined-search .searchandfilter ul li ul {
 width: 80%;
 display: table-cell!important;
 padding-left: 20px;
 overflow: hidden;
}
 
#refined-search .searchandfilter ul li ul li {
	display: inline-block;
	margin-right: 5px;
}
 
#refined-search .searchandfilter ul li ul li label {
 font-size: 13px;
 line-height: 20px;
 font-weight: 400;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 5px;
	border: 1px solid #d3d3d3;
	transition: all 0.2s ease;
}
 
#refined-search .searchandfilter ul li ul li input[type="checkbox"] {
 display: none;
}
 
#refined-search .searchandfilter ul li ul li label:hover, #refined-search .searchandfilter ul li ul li input[type="checkbox"]:checked + label {
 background-color: #787878;
 color: #FFFFFF;
 cursor: pointer;
 transition: all 0.2s ease;
}
 
/*既存のCSSリセット*/
#refined-search .searchandfilter ul li {
 padding: 0px!important;
}
 
#refined-search .searchandfilter ul li ul li {
 padding: 0px!important;
}

#results-found{
 font-size: 13px;
 margin-bottom: 20px;
 text-align: right;
 }

#results-not-found{
 font-size: 14px;
 width: 100%;
 height: 300px;
 position: relative;
 border: 1px solid #F2F2F0;
 margin-bottom: 60px;
}

#results-not-found p{
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translateY(-50%) translateX(-50%);
}

.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____CASE-POST____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}

.CASE {}

.CASE.one-column main{
 width: 100%!important;
}

.CASE #case-detail {
 
}

.CASE #case-detail #case-gallery {
 margin-bottom: 80px;
}

.CASE #case-detail #case-gallery .slider {
	height: 540px;
}

.CASE #case-detail #case-gallery .slider .slick-slide,
.CASE #case-detail #case-gallery .slider .slick-slide > div {
	height: 540px;
}

.CASE #case-detail #case-gallery .slider img {
	display: block;
	width: 100%;
	height: 540px;
	margin: 0 auto;
	object-fit: contain;
}

.CASE #case-detail #case-gallery .thumbnail {
	margin-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
}

.CASE #case-detail #case-gallery .thumbnail-img {

}

.CASE #case-detail #case-gallery .thumbnail img{
 filter: alpha(opacity=50);
 opacity: 0.5;
 transition: all 0.5s;
 width: 160px;
 height: 160px;
 object-fit: cover;
 margin-right: auto;
 margin-left: auto;
}

.CASE #case-detail #case-gallery .thumbnail .slick-current img{
 filter:alpha(opacity=100);
 opacity: 1;
	transition:all 0.5s;
}

.CASE #case-detail #case-gallery .thumbnail-img:hover{
cursor: pointer;
}

.CASE #case-detail #concept{
 
}

.CASE #case-detail #concept #concept-body p{
 font-size: 16px;
 line-height: 30px;
}

.CASE #case-detail #concept .case_txt_001 {
	margin-bottom: 10px;
}

.CASE #case-detail #concept .case_txt_001 li{
	display: inline-block;
}

.CASE #case-detail #concept .case_txt_001 li:not(:last-child)::after {
	content: "／";
}


.CASE #case-detail #outline{}

.CASE #case-detail #outline .box{
 width: 100%;
}

.CASE #case-detail #outline .top-col{

}

.CASE #case-detail #outline .top-bottom{

}

.CASE #case-detail #outline table{
 width: 100%;
}

.CASE #case-detail #outline table tr{
 text-align: left;
 border-bottom: 1px solid #e2e2e2;
}

.CASE #case-detail #outline table th{
 background-color: #f8f8f8;
}

.CASE #case-detail #outline table th,
.CASE #case-detail #outline table td{
 width: 50%;
 padding-bottom: 20px;
 padding-top: 20px;
 padding-left: 20px;
 padding-right: 20px;
}

/*施工事例詳細*/

.CASE .local-nav{
 margin-bottom: 60px;
}

.CASE .local-nav ul{
}

.CASE #before-after-list .local-nav ul li{
	font-size: 14px;
	font-weight: 400!important;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	position: relative;
	float: left;
	transition: all 0.2s;
	border-radius: 9999px;
	margin-right: 12px;
	padding-left: 30px;
	padding-right: 30px;
	border: 1px solid #B7B7B7;
	margin-bottom: 10px;
}

.CASE #before-after-list .local-nav ul li:hover{
	color: #FFFFFF;
 background-color: #0e62c0;
	cursor: pointer;
 transition:all 0.2s;
 transform:translateY(-5px) ;
}

.CASE #before-after-list .local-nav ul li:hover::after{
 content: "";
 width: 8px;
 height: 4px;
 display: block;
 background-image: url(../../image/reform/case/local-nav_marker.png);
 background-size: cover;
 position: absolute;
 right: 12px;
 top: 17px;
 transition:all 0.2s;
 }

.CASE #before-after-list .local-nav ul li::after{
	content: "";
	width: 8px;
	height: 4px;
	display: block;
	background-image: url(../../image/reform/case/local-nav_marker_bk.png);
	background-size: cover;
	position: absolute;
	right: 12px;
	top: 17px;
	transition: all 0.2s;
}

.CASE #before-after-list .local-nav ul li:last-of-type{
 margin-right: 0px;
}

._{}

.CASE .before-after {
	margin-bottom: 60px!important;
}

.CASE .before-after .box {
	display: grid;
	grid-template-columns: 450px 450px;
	column-gap: 80px;
	align-items: center;
	position: relative;
}

.CASE .before-after .box + .box {
	margin-top: 60px;
}

.CASE .before-after .box::before {
 content: "";
 display: block;
 background-image: url("../../image/reform/case/before-after_arrow.png");
 background-size: cover;
 width: 16px;
 height: 27px;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translateY(-50%) translateX(-50%);
}

.CASE .before-after .box .top-col {
	position: relative;
}

.CASE .before-after .box .top-col::after {
 content: "BEFORE";
 display: block;
 position: absolute;
 left: 0;
 right: 0px;
 bottom: -20px;
 margin-right: auto;
 margin-left: auto;
 text-align: center;
 font-family: 'Quicksand', sans-serif;
 font-size: 13px;
 font-weight: 700;
}

.CASE .before-after .box .bottom-col {
 position: relative;
}

.CASE .before-after .box .bottom-col::after {
 content: "AFTER";
 display: block;
 position: absolute;
 left: 0;
 right: 0px;
 bottom: -20px;
 margin-right: auto;
 margin-left: auto;
 text-align: center;
 font-family: 'Quicksand', sans-serif;
 font-size: 13px;
 font-weight: 700;
}

.CASE .before-after .box.before-only::before,
.CASE .before-after .box.before-only .top-col::after,
.CASE .before-after .box.before-only .top-col {
 display: none;
}

.CASE .before-after .comment {
	font-size: 16px;
	line-height: 28px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 30px;
	border-top: 1px dashed #dbdbdb;
}

.CASE .before-after .comment p + p{
 margin-top: 20px;
}

.CASE .before-after .comment p:last-of-type(){
 margin-bottom: 0px;
}

.CASE .before-after .box .top-col .before-image ,
.CASE .before-after .box .bottom-col .after-image {
 width: 450px;
}

.CASE .before-after .box .top-col .before-image img,
.CASE .before-after .box .bottom-col .after-image img{
 max-width: 100%!important;
 height: auto!important;
}


.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____main_____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}

/* WP用の設定 ローカル上では影響なし */
/*
main > #main-inner{
 width: 100%!important;
 background-color: transparent!important;
 padding-top: 0px!important;
 padding-right: 0px!important;
 padding-bottom: 0px!important;
 padding-left: 0px!important;
 border-radius: 0px!important;
}
*/

.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____ttl_____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}



.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____section_____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}

main section{
 margin-bottom: 120px;
 clear: both;
}

main section:last-of-type{
 margin-bottom: 0px;
}

main section::after{
	content: "";
	display: block;
 clear: both;
}


.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____01_COMPANY____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}

.COMPANY #message {
}

.COMPANY #message .item {
 float: left;
 width: 300px;
}

.COMPANY #message .txt {
 float: right;
 width: 570px;
}

.COMPANY #message　.item img{
 width: 100%;
}

.COMPANY #message .txt p{
 margin-bottom: 20px;
}

.COMPANY #message .txt p.sign{
 line-height: 22px;
 text-align: right;
 margin-top: 80px;
}

._{}

.COMPANY #philosophy {
}

.COMPANY #philosophy .txt {
 font-size: 17px;
 line-height: 32px;
 font-weight: 500;
}

._{}

.COMPANY #business-policy {
}

.COMPANY #business-policy .txt {
 font-size: 16px;
 line-height: 40px;
}

._{}

.COMPANY #company-profile {
}

.COMPANY #company-profile table{
 
}

.COMPANY #company-profile table ul {
 margin-left: 16px;
}

.COMPANY #company-profile table ul li{
 display: inline-block;
}

.COMPANY #company-profile table ul li::after{
 content: "／";
}

.COMPANY #company-profile table ul li:last-child::after{
 display: none;
}

.COMPANY #company-profile table dl{
 margin-bottom: 20px;
}

.COMPANY #company-profile table dl dt{
}

.COMPANY #company-profile table dl dd{
}

._{}

.COMPANY #history {
}

.COMPANY #history .item {
	width: 320px;
	height: 220px;
	position: relative;
	/* box-shadow */
	box-shadow: 0px 0px 0px 1px #c9c9c9 inset;
	float: left;
	border-radius: 8px;
}

.COMPANY #history .item p{
	font-size: 24px;
	line-height: 40px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	transform: translateY(-50%);
	text-align: center;
}

.COMPANY #history .txt{
 float: right;
 width: 560px;
 font-size: 16px;
 line-height: 40px;
 position: relative;
}


.COMPANY #history #history-detail {
 clear: both;
 padding-top: 80px;
}

.COMPANY #history #history-detail dl{
 font-size: 15px;
 clear: both;
 padding-bottom: 70px;
 position: relative;
}

.COMPANY #history #history-detail dl::before{
	content: "";
	width: 1px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 10px;
	background-color: #bdd7f3;
}

.COMPANY #history #history-detail dl:last-child::before{
 display: none;
}


.COMPANY #history #history-detail dl dt{
 line-height: 24px;
 font-weight: 500;
 position: relative;
 padding-left: 50px;
 float: left;
 margin-right: 100px;
}

.COMPANY #history #history-detail dl dt::before{
	content: "";
	width: 21px;
	height: 21px;
	border-radius: 9999px;
	display: block;
	background-color: #0e62c0;
	position: absolute;
	top: 0px;
	left: 0px;
}

.COMPANY #history #history-detail dl dd{
 line-height: 24px; 
 font-weight: 400;
 float: left;
}

._{}

.COMPANY #group-company {
}

.COMPANY #group-company .chart {
 width: 100%!important;
 background-color: #f5f5f5;
 text-align: center;
 padding-top: 30px;
 padding-bottom: 30px;
}

._{}

.COMPANY #financial {}

.COMPANY #financial .txt {
 float: none;
}

.COMPANY #financial .txt a{
 margin-left: 10px;
 font-size: 16px;
 text-align: left;
 clear: both;
}
 
.COMPANY #financial .txt a img {
 vertical-align: middle;
 margin-top: -2px;
 margin-right: 8px;
}

.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____02_STAFF____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}

.STAFF .local-nav {
 margin-bottom: 30px;
}

.STAFF .local-nav::after {
 content: "";
 display: block;
 clear: both; 
}

.STAFF .local-nav .box {
 width: 255px;
 float: left;
 background-color: #FFFFFF;
 border-radius: 12px;
 padding-top: 20px;
 padding-right: 20px;
 padding-bottom: 20px;
 padding-left: 20px;
 margin-right: 20px;
 margin-bottom: 40px;
 position: relative;
	transition: all 0.2s ease;
}

.STAFF .local-nav .box:hover {
 cursor: pointer;
	transition: all 0.5s ease;
 transform:translateY(5px) ;
 filter:alpha(opacity=70);
 opacity:0.7;
}


.STAFF .local-nav .box::before{
 content: "";
 display: block;
 width: 17px;
 height: 17px;
 background-image: url(../../image/estate/staff/local-nav_marker.png);
 background-size: cover;
 position: absolute;
 right: 0px;
 left: 0px;
 margin-right: auto;
 margin-left: auto;
 top: -7px;
}

.STAFF .local-nav .box:nth-of-type(4),
.STAFF .local-nav .box:nth-of-type(8),
.STAFF .local-nav .box:nth-of-type(12){
 margin-right: 0px;
}

.STAFF .local-nav .box .tmb {
}

.STAFF .local-nav .box .tmb img{
 width: 100%;
}

.STAFF .local-nav .box dl{
 margin-top: 10px;
}

.STAFF .local-nav .box dl dt{
 font-size: 12px;
 margin-bottom: 10px;
}

.STAFF .local-nav .box dl dd{
 font-size: 15px;
 font-weight: 500;
 color: #0e62c0;
}

._{}

.STAFF .staff-list {
}

.STAFF .staff-list .box {
 background-image: url(../../image/estate/staff/bg-dot.jpg);
 padding-top: 25px;
 padding-right: 25px;
 padding-bottom: 25px;
 padding-left: 25px;
 margin-bottom: 50px;
 position: relative;
}
 
.STAFF .staff-list .box::after {
 content: "";
 display: block;
 clear: both; 
}

.STAFF .staff-list .box .inner {
 background-color: #FFFFFF;
 padding-left: 50px;
 padding-top: 30px;
 padding-bottom: 25px;
 border-radius: 12px;
 min-height: 270px;
}

.STAFF .staff-list .box .inner .uniform-number {
 position: absolute;
 top: 0px;
 left: 0px;
}

.STAFF .staff-list .box .inner .staff-image {
 position: absolute;
 bottom: -2px;
 right: 0px; 
}

.STAFF .staff-list .box .inner .name {
 margin-bottom: 20px;
}

.STAFF .staff-list .box .inner .name dl{
}

.STAFF .staff-list .box .inner .name dl dt{
 font-size: 14px;
 margin-bottom: 12px;
}

.STAFF .staff-list .box .inner .name dl dd{

}

.STAFF .staff-list .box .inner .name::after{
 content: "";
 display: block;
 width: 220px;
 height: 8px;
 background-size: 110px auto;
 background-image: url(../../image/estate/staff/triangle-dot.png);
 margin-top: 15px;
}

.STAFF .staff-list .box .inner .name dl dd .kanji {
 font-size: 20px;
 color: #0e62c0;
 font-weight: 500;
 display: inline;
 margin-right: 20px;
}

.STAFF .staff-list .box .inner .name dl dd .katakana {
 font-size: 13px;
 display: inline;
}

.STAFF .staff-list .box .inner .taxonomy > ul{
 width: 360px;
}

.STAFF .staff-list .box .inner .taxonomy > ul > li{
 font-size: 14px;
 font-weight: 400;
 line-height: 20px;
 margin-bottom: 5px;
 padding-left: 15px;
 position: relative;
}

.STAFF .staff-list .box .inner .taxonomy > ul > li::before{
 content: "";
 display: inline-block;
 width: 7px;
 height: 7px;
 background-size: cover;
 background-image: url("../../image/estate/staff/taxonomy_marker.png");
 margin-right: 10px;
 margin-bottom: 2px;
 position: absolute;
 top: 6px;
 left: 0px;
}

.STAFF .staff-list .box .inner .taxonomy > ul > li:nth-of-type(1) span::before{
 content: "出身地：";
}

.STAFF .staff-list .box .inner .taxonomy > ul > li:nth-of-type(2) span::before{
 content: "趣　味：";
}

.STAFF .staff-list .box .inner .taxonomy > ul > li > .license::before{
 content: "資　格：";
}

.STAFF .staff-list .box .inner .taxonomy > ul > li ul {
 width: 345px;
 margin-top: 5px;
}


.STAFF .staff-list .box .inner .taxonomy > ul > li ul li {

 display: inline-block;
 margin-right: 20px;
 font-size: 13px;
}

.STAFF .staff-list .box .inner .taxonomy > ul > li ul li::before {
 content: "■";
 font-size: 8px;
 margin-right: 4px;
 color: #92CDF7;
}

.STAFF .staff-list .box .inner .comment {
 margin-top: 20px;
}


.STAFF .staff-list .box .inner .comment dl dt{
 font-size: 14px;
 font-weight: 400;
 line-height: 20px;
 margin-bottom: 5px;
 padding-left: 15px;
 position: relative;
 display: inline-block;
 cursor: pointer; 
}

.STAFF .staff-list .box .inner .comment dl dt::after{
 content: "＋";
 display: block;
 position: absolute;
 width: 20px;
 line-height: 20px;
 right: -25px;
 top: 0px;
 background-color: #0e62c0;
 border-radius: 9999px;
 color: #FFFFFF;
 font-size: 10px;
 text-align: center;
}

.STAFF .staff-list .box .inner .comment dl dt.open::after{
 content: "－";
}

.STAFF .staff-list .box .inner .comment dl dt::before{
 content: "";
 display: inline-block;
 width: 7px;
 height: 7px;
 background-size: cover;
 background-image: url("../../image/estate/staff/taxonomy_marker.png");
 margin-right: 10px;
 margin-bottom: 2px;
 position: absolute;
 top: 6px;
 left: 0px;
}

.STAFF .staff-list .box .inner .comment dl dd{
 font-size: 13px;
 line-height: 22px;
 font-weight: 300;
 width: 345px;
 margin-top: 10px;
 display: none;
}


.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____A-03_STORE____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}

.STORE #main-image {
 margin-bottom: 60px;
}

.STORE #main-image.show {
 display: none;
}


.STORE #main-image img{
 width: 100%;
}

.STORE .banner{
 margin-bottom: 40px;
}

.STORE #store-detail .top-col {
 float: left;
 width: 490px;
}

.STORE #store-detail .top-col dl {
 clear: both;
 margin-bottom: 10px;
}

.STORE #store-detail .top-col dl dt {
 float: left;
}

.STORE #store-detail .top-col dl dt img {
 width: 32px;
 margin-right: 20px;
}

.STORE #store-detail .top-col dl dd {
 overflow: hidden;
 padding-top: 8px;
 font-size: 13px;
 line-height: 18px;
 font-weight: 400; 
}

.STORE #store-detail .top-col dl dd p {
 margin-bottom: 20px;
}

.STORE #store-detail .bottom-col {
 float: right;
 width: 490px;
}


.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____A-04_INQUIRY____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}

.INQUIRY main{
 width:100%;
}

.INQUIRY .inquiry-tel .inner{
 background-image: url(../../image/estate/owner/masuki-system_bg.jpg);
 height: 160px;
 margin-bottom: 60px;
 margin-top: 30px;
 overflow: hidden;
}

.INQUIRY .inquiry-tel .top-col {
 width: 490px;
 float: left;
}

.INQUIRY .inquiry-tel .top-col .item {
 margin-left: 40px;
}

.INQUIRY .inquiry-tel .top-col .item img {
}

.INQUIRY .inquiry-tel .bottom-col {
 width: 490px;
 float: right;
 text-align: center;
 padding-top: 20px;
}

.INQUIRY .inquiry-tel .bottom-col .ttl {
 font-size: 20px;
 line-height: 50px;
 font-weight: 500;
 text-align: center;
 color: #FFFFFF;
 width:450px;
 background-color: #0e62c0;
 border-radius: 10px;
 display: inline-block;
}

.INQUIRY .inquiry-tel .bottom-col .tel-box {
 margin-top: 5px;
}

.INQUIRY .inquiry-tel .bottom-col .tel-box a {
}

.INQUIRY .inquiry-tel .bottom-col .tel-box .number {
}

.INQUIRY .inquiry-tel .bottom-col .tel-box a p.business-hours {
}
.INQUIRY #inquiry-mail{} 

/*
header .estate-contents .inquiry-box .tel {
 float: left;
}
*/

.INQUIRY .inquiry-tel .bottom-col .tel-box a{
 text-align: center;
 position: relative;
 display: inline-block;
 padding-top: 8px;
 padding-bottom: 8px;
 padding-left: 70px;
}

.INQUIRY .inquiry-tel .bottom-col .tel-box a::before {
 content: "";
 display: block;
 width: 56px;
 height: 56px;
 background-image: url(../../image/common/estate/header_tel-icon.png);
 background-size: cover;
 position: absolute;
 top: 12px;
 left: 0px;
}

.INQUIRY .inquiry-tel .bottom-col .tel-box .number {
 font-family: 'Quicksand', sans-serif;
 font-size: 32px;
 font-weight: 700;
 display: block;
 color: #0e62c0;
 border-bottom: 3px dotted #0e62c0;
 padding-bottom: 6px;
 margin-bottom: 8px;
}

.INQUIRY .inquiry-tel .bottom-col .tel-box .business-hours {
 font-size: 14px;
}

._{}


.INQUIRY #thanks-message .txt {
 font-size: 14px;
 line-height: 24px;
 margin-bottom: 30px;
}

/*
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____A-05_NEWS____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}

.NEWS {}

.NEWS main{
 width: 720px;
 float: left;
}

.NEWS #article-list {
 
}


.NEWS #article-list article {
 clear: both;
 padding-bottom: 30px;
 border-bottom: 1px solid #d9d9d9;
 margin-bottom: 30px;
}

.NEWS #article-list article a {
 text-decoration: none;
 color: #232323;
 display: block;
}

.NEWS #article-list article a::after {
 content: "";
 display: block;
 clear: both; 
}

.NEWS #article-list article a .article-thumbnail {
 float: left;
 margin-right: 50px;
 position: relative;
 width: 340px;
}

.NEWS #article-list article a .article-thumbnail img {
 width: 100%;
 height: auto;
}


.NEWS #article-list article a .category-ttl {
 font-size: 12px;
	line-height: 18px!important;
 border: 1px solid #A7A7A7;
 display: inline-block;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 10px;
 padding-right: 10px;
 margin-right: 10px;
}

.NEWS #article-list article a .date {
 font-family: 'Quicksand', sans-serif;
 color: #707070;
 font-weight: 500;
 font-size: 13px;
 display: inline-block;
}

.NEWS #article-list article a section {
 clear: none;
}

.NEWS #article-list article a section .article-ttl {
 font-size: 15px;
 line-height: 24px;
 font-weight: 500;
 margin-bottom: 15px;
 margin-top: 25px;
}

.NEWS #article-list article a section .article-excerpt {
 font-size: 12px;
 line-height: 22px;
 font-weight: 400;
 overflow: hidden;
}

._{}

.NEWS #sub{
 width: 300px;
 float: right;
}

.NEWS #sub #category-list,
.NEWS #sub #archive-list{
 margin-bottom: 60px;
}

.NEWS #sub .common-ttl {
 font-family: 'Quicksand', sans-serif;
 font-size: 20px;
	line-height: 20px;
 font-weight: 600;
 margin-bottom: 20px;
 text-align: center;
}

.NEWS #sub .inner{

}

.NEWS #sub .common-list ul li a{
 font-size: 13px;
 display: block;
 padding-top: 20px;
 padding-bottom: 18px;
 text-align: left;
 text-decoration: none;
 background-image: url("../../image/common/footer_marker.png");
 background-repeat: no-repeat;
 background-size: 4px auto;
 background-position: right 8px center;
 font-weight: 400;
 border-bottom: 1px solid #C1C1C1;
}

.NEWS #sub .common-list ul li a:hover{
 background-image: url("../../image/common/footer_marker.png");
 background-repeat: no-repeat;
 background-size: 4px auto;
 background-position: right 4px center;
}

._{}

.NEWS .wp-pagenavi {
	clear: both;
	text-align:center;
}

.NEWS .wp-pagenavi .pages{
 background-color: #E9E9E9;
 color: #3A3A3A;
}

.NEWS .wp-pagenavi a,
.NEWS .wp-pagenavi span {
	color: #fff;
	background-color: #3A3A3A;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
 display: inline-block;
}

.NEWS .wp-pagenavi a:hover{
	color: #3A3A3A;
	background-color: #FFF;
}

.NEWS .wp-pagenavi span.current{
	color: #3A3A3A;
	background-color: #E9E9E9;
}

._{}

.NEWS #article-post {}

.NEWS #article-post article {
 overflow: hidden;
 padding-bottom: 40px;
}

.NEWS #article-post article .article-ttl {
 font-size: 20px;
 border-left: 1px solid #231f20;
 padding-top: 14px;
 padding-bottom: 14px;
 padding-left: 35px;
 margin-bottom: 30px;
 line-height: 30px;
}

.NEWS #article-post article .article-thumbnail {
 position: relative;
 margin-bottom: 30px;
}

.NEWS #article-post article .article-thumbnail img {
 max-width: 100%;
 height: auto;
}

.NEWS #article-post article .category-ttl {
 font-size: 12px;
	line-height: 18px;
 border: 1px solid #A7A7A7;
 display: inline-block;
 margin-bottom: 20px;
 margin-right: 5px;
}

.NEWS #article-post article .category-ttl a{
 display: block;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 10px;
 padding-right: 10px;
}

.NEWS #article-post article .date{
	font-family: omnes-cond, sans-serif;
	text-align: right;
	font-size: 13px;
	margin-bottom: 15px;
	letter-spacing: 1.5px;
}

.NEWS #article-post article .date span{
 font-family: kozuka-gothic-pr6n, sans-serif;
 margin-left: 10px;
}

.NEWS #article-post article .article-body {
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
}

.NEWS #article-post article .article-body p {
 margin-top: 15px;
 margin-bottom: 15px;
}

.NEWS #article-post article .article-body figure img {
 max-width:100%;
 height: auto;
}

._{}

.NEWS #post-links {

}

.NEWS #post-links ul {
 overflow: hidden;
}

.NEWS #post-links li {
 float: left;
}

.NEWS #post-links li a{
 font-size: 13px;
}

.NEWS #post-links li.previous {
 float: left;
}

.NEWS #post-links li.previous a::before {
 content: "←";
 margin-right: 10px;
}

.NEWS #post-links li.next {
 float: right;
}

.NEWS #post-links li.next a::after {
 content: "→";
 margin-left: 5px;
}

.NEWS #post-links li a:hover{

}
*/

.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____A-XX_ERROR____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}

.ERROR{

}

.ERROR section{
 margin-top: 50px;
}

.ERROR section .txt{
 font-size: 14px;
 line-height: 22px;
 font-weight: 400;
}


.ERROR #back-home{
 text-align: center;
 margin-top: 40px;
}

.ERROR #back-home a{
 padding-right: 85px;
 padding-left: 85px;
 padding-top: 15px;
 padding-bottom: 15px;
 display: inline-block;
 color: #ffffff;
 text-decoration: none;
 font-size: 16px;
 cursor: pointer;
 border: none;
 transition: all 0.2s;
 letter-spacing: 1px;
 background-image: url("../../image/common/reform/more_marker_wt.png");
 background-size: 7px 12px;
 background-position: right 18px center;
 background-color: #231f20;
 background-repeat: no-repeat;
 line-height: 22px;
}

.ERROR #back-home a:hover{
	background-image: url("../../image/common/reform/more_marker_bk.png") ;
 background-size: 7px 12px;
	background-position: right 8px center;
 background-repeat: no-repeat;
 background-color: #fff;
	color: #231f20;
 /* box-shadow */
 box-shadow: 0px 0px 0px 1px #231f20 inset;
}


.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____A-XX_PRIVACY____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}

.PRIVACY section{}

.PRIVACY section h3{
	border-left: 3px solid #0E62C0;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	margin-bottom: 40px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 3px;
}

.PRIVACY section .txt{
 font-size: 14px;
 line-height: 22px;
 font-weight: 400;
 margin-bottom: 20px;
}

.PRIVACY section ul {
 font-size: 14px;
 line-height: 28px;
}

.PRIVACY section ul li{
 display: block;
 position: relative;
 margin-bottom: 5px;
}

.PRIVACY section ul li:before {
 content: " ";
 display: inline-block;
 width: 10px;
 height: 10px;
 border: solid 2px #333;
 border-radius: 50%;
 margin-right: 10px;
 padding-top: 3px;
}
