@charset "utf-8";

/*---- 総合TOP ---- */


/* パンくず非表示 */
.topicpath{
	display:none;
}


/* メインスライド */
.main_v {
	width: 100%;
	max-width: 100%;
	margin-bottom: 0px;
	position: relative;
}
.main_v dl {
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
}
.main_v dt.swiper-container {
	width: 70%;
	height:70vh;
	max-height:750px;
	margin: 0 0 0 auto;
	z-index: 0;
}
.main_v .swiper-container ul {
	height: 100%;
}
.main_v .swiper-container li {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.main_v .swiper-container li.slide01 {
	background-image: url('/wp/img/top/top_new/top_main_v01_pc.webp');
}
.no-webp .main_v .swiper-container li.slide01 {
	background-image: url('/wp/img/top/top_new/top_main_v01_pc.jpg');
}
.loaded .main_v .swiper-container li.slide02 {
	background-image: url('/wp/img/top/top_new/top_main_v02_pc.webp');
}
.no-webp .loaded .main_v .swiper-container li.slide02 {
	background-image: url('/wp/img/top/top_new/top_main_v02_pc.jpg');
}
.loaded .main_v .swiper-container li.slide03 {
	background-image: url('/wp/img/top/top_new/top_main_v03_pc.webp');
}
.no-webp .loaded .main_v .swiper-container li.slide03 {
	background-image: url('/wp/img/top/top_new/top_main_v03_pc.jpg');
}
@media screen and (max-width: 959px) {
	.main_v .swiper-container li.slide01 {
		background-image: url('/wp/img/top/top_new/top_main_v01_tb.webp');
	}
	.no-webp .main_v .swiper-container li.slide01 {
		background-image: url('/wp/img/top/top_new/top_main_v01_tb.jpg');
	}
	.loaded .main_v .swiper-container li.slide02 {
		background-image: url('/wp/img/top/top_new/top_main_v02_tb.webp');
	}
	.no-webp .loaded .main_v .swiper-container li.slide02 {
		background-image: url('/wp/img/top/top_new/top_main_v02_tb.jpg');
	}
	.loaded .main_v .swiper-container li.slide03 {
		background-image: url('/wp/img/top/top_new/top_main_v03_tb.webp');
	}
	.no-webp .loaded .main_v .swiper-container li.slide03 {
		background-image: url('/wp/img/top/top_new/top_main_v03_tb.jpg');
	}
}

/*.main_v .swiper-container ul li img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}*/
.main_v dd {
	position: absolute;
	z-index: 1;
	left: 5vw;
}
.main_v dd .home_main_v_text {
}
.main_v dd .home_main_v_text .img_illust{
	width:450px;
	max-width: 100%;
	margin-bottom:-25px;
}
.main_v dd .home_main_v_text .main_logo {
	width: 500px;
	background:#fff;
	padding: 30px 30px 20px;
	border-radius:0 10px 10px 0;
}
.main_v dd .home_main_v_text .main_logo img {
	width: 100%;
	max-width: 100%;
	display: block;
}
.main_v dd .home_main_v_text .main_logo h1.siteTitle {
	font-size: 11px;
	margin-left: 0;
}

/* subSlider */
.subSlider {
	width: 100%;
	max-width: 100%;
	padding: 70px 0 60px;
	overflow: hidden;
	background: linear-gradient(-45deg, #ffed8e 0%, #ffed8e 50%, #fff691 50%, #fff691 100%);
}
.subSlider .swiper-container {
	overflow: visible;
}
.subSlider .swiper-container .swiper-pagination {
	font-size:120%;
	font-family: inherit;
	line-height: 1;
	word-break: normal;
	border:none;
	display: inline-block;
	position: relative;
	z-index: 1;
	top:30px;
}
.subSlider .swiper-container .swiper-pagination:after {
	content: '';
	width: 150px;
	height: 1px;
	background-color: #666;
	display: inline-block;
	margin-left:10px;
	position: absolute;
	bottom: 0.45em;
}
.subSlider .swiper-container span.swiper-pagination-current{
	font-size:150%;
	border:1px solid #666;
	border-radius:50%;
	padding:15px;
	}
.subSlider ul li {
	width: 350px;
	max-width: calc(100% - 30px);
	margin: 0 30px;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
}
.subSlider ul li img {
	width: 100%;
	height: auto;
}
.subSlider .swiper-pagination {
	font-size: 140%;
	bottom: -35px;
}
.subSlider .swiper-pagination .swiper-pagination-current:before {
	content: '0';
	display: inline-block;
}
.subSlider .swiper-pagination .swiper-pagination-total:before {
	content: '0';
	display: inline-block;
}

/* サービスカテゴリ */
.topServiceCategory li {
	position: relative;
	padding:30px;
}
.topServiceCategory li.renovation {
	padding-left: 2.5em;
	margin-bottom: 150px;
}
.topServiceCategory li.reform {
	padding-right: 2.5em;
}
.topServiceCategory li h4 {
	height: 100%;
	font-size: 140%;
	line-height: 1;
	border: none;
	padding: 0;
	margin: 0;
	writing-mode: vertical-rl;
	position: absolute;
	overflow: hidden;
}
.topServiceCategory li.renovation h4 {
	top: 0;
	left: 0;
}
.topServiceCategory li.reform h4 {
	top: 0;
	right: 0;
}
.topServiceCategory li h4:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 100%;
	background: #000;
	margin-top: 10px;
	position: absolute;
	left: 0.45em;
}
.topServiceCategory li dl {
	position: relative;
}
.topServiceCategory li dt {
	width: 55%;
	position: absolute;
	top: 0;
	overflow: hidden;
}
.topServiceCategory li.reform dt {
	right: 0;
}
.topServiceCategory li dt:before {
	content: '';
	width: 100%;
	height: auto;
	padding-top: 70%;
	display: block;
}
.topServiceCategory li.renovation dt:after {
	content: '';
	width: 50px;
	height: 50px;
	background: #fff;
	position: absolute;
	top: -25px;
	right: -25px;
	transform: rotate(45deg);
}
.topServiceCategory li.reform dt:after {
	content: '';
	width: 50px;
	height: 50px;
	background: #fff;
	position: absolute;
	top: -25px;
	left: -25px;
	transform: rotate(45deg);
}
.topServiceCategory li dt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	position: absolute;
	top: 0;
}
.topServiceCategory li dd {
	width: 60%;
	position: relative;
}
.topServiceCategory li.renovation dd {
	margin-left: auto;
}
.topServiceCategory li dd img {
	width: 60%;
	height: auto;
	display: block;
	position: relative;
	z-index: 1;
}
.topServiceCategory li.renovation dd img{
	transform: translateY(-30px);
	margin-left: auto;
}
.topServiceCategory li.reform dd img{
	transform: translateY(-58px);/*h2高さの半分（36px / 2） + 余白（10px）分調整*/
}
.topServiceCategory li dd .textBox {
	background: #fff;
	padding: 30px 2em 15px;
	margin-top: -78px;/*イラストのtranslateY（30px） + textBoxのpadding-top（30px） + h2高さの半分（36px / 2）*/
}
.topServiceCategory dd h2 {
	font-size: 20px;
	border: none;
	padding: 0;
	margin: 0 0 20px;
}
.topServiceCategory dd p {
	font-size: 14.7px;
	line-height: 1.8;
}
.topServiceCategory dd a {
	width: 400px;
	max-width: 100%;
	text-align: center;
	background: #ffde32;
	display: block;
	padding: 10px;
	margin-top:30px;
	border-radius: 10px;
}
.topServiceCategory dd a:hover{
	color: #fff;
}

/* おすすめコンテンツ */
.topPickup {
	width: 100%;
	max-width: 100%;
	padding: 80px 0 80px;
	margin-bottom: 60px;
	overflow: hidden;
	background: #f5f5f5;
}
.topPickup .inner {
	width: 96%;
	max-width: 1200px;
    margin: auto;
}
.topPickup .title_box {
	max-width: 100%;
}
.topPickup ul {
	width:100%;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.topPickup ul li {
	width: 23%;
	background: #fff;
	line-height: 1.8rem;
	margin-bottom: 5%;
	position: relative;
}
.topPickup ul li h3 {
	font-size: 110%;
	font-weight: normal;
	text-align: left;
	border: none;
	padding: 1em 20px;
	margin: 0;
}
.topPickup ul li p{
	margin:0;
	padding:0 20px 30px;
}
.topPickup ul li:nth-last-child(-n+4) {
	margin-bottom: 0;
}
.topPickup ul li a {
	width: 100%;
	height: 100%;
	display: block;
}
.topPickup ul li img {
	width: 100%;
	display: block;
}
.topPickup ul li a .linkIcon {
	width: 28.8px;
	height: 27.2px;
	color: #000;
	font-size: 96%;
	background: #ffde32;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 0;
}

/* 施工事例 */
.topWorks {
	width: 100%;
	max-width: 100%;
	padding: 50px 0 120px;
	background: linear-gradient(
		90deg,
		transparent 0%,
		transparent 10%,
		#f5f5f5 10%,
		#f5f5f5 90%,
		transparent 90%,
		transparent 100%
	);
}
.topWorks ul.main_img {
	width: 96%;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 30px;
	position: relative;
}
.topWorks ul.main_img:before {
	content: '';
	display: inline-block;
	height: 100px;
	width: 340px;
	background: url('/wp/img/top/top_new/deco02_renovationworks.png') no-repeat;
	background-size: contain;
	position: absolute;
	top: 0px;
	left: -60px;
	z-index: 1;
	transform: rotate(-12deg);
}
.topWorks ul.main_img li:nth-of-type(1) {
	width: 50%;
}
.topWorks ul.main_img li:nth-of-type(1) img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.topWorks ul.main_img li:nth-of-type(2) {
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.topWorks ul.main_img li:nth-of-type(2) a {
	width: 400px;
	max-width: 100%;
	text-align: center;
	background: #ffde32;
	display: block;
	padding: 10px;
	border-radius: 10px;
}
.topWorks ul.main_img li:nth-of-type(2) a:hover{
	color:#fff;
}
.topWorks .carousel {
	padding: 50px 0;
}
.topWorks .carousel .swiper-container {
	width: 96%;
	max-width: 1200px;
	margin: auto;
	overflow: visible;
	transform: translateX(-6px);
}
.topWorks ul .swiper-slide {
	width: 400px;
	max-width: 98%;
	height: 250px;
	padding: 0;
	margin: 0 6px;
	border:10px solid #fff;
	box-sizing:border-box;
}
.topWorks ul li dl {
	width: 100%;
	height: 100%;
	position: relative;
}
.topWorks ul li dt {
	height: 100%;
}
.topWorks ul li dt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.topWorks ul li dd {
	width:90%;
	background: rgba(255,255,255,1);
	padding: 1em;
	position: absolute;
	bottom: -40px;
	left:0;
	right:0;
	margin:auto;
}
.topWorks ul li dd .area {
	color: #333;
	font-size: 90%;
	line-height: 1.6;
	display: table;
	margin-bottom: 5px;
}
.topWorks ul li dd h4 {
	font-size: 100%;
	line-height: 1.8;
	border: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.topWorks .swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
.topWorks .swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	height: 2px;
	width: 98%;
	bottom: -70px;
	z-index: 2;
}
.topWorks .swiper-scrollbar-drag {
	height:300%;
	width: 100%;
	position: relative;
	background: rgb(255 255 255);
	border-radius: 10px;
	left: 0;
	top: -2px;
	box-shadow:2px 2px 3px #000;
}
.wrapper_1200{
	max-width: 1200px;
	margin:0 auto;
	width: 96%;
}

/* リノベーションメニュー */
.topRenovationMenu {
	margin:0 auto 100px auto;
}
.topRenovationMenu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.topRenovationMenu > ul > li {
	width: 25%;
	position: relative;
}
.topRenovationMenu > ul > li:nth-child(1):before,
.topRenovationMenu > ul > li:nth-child(4):before {
	content: '';
	width: calc(100% - 30px);
	height: 1px;
	display: block;
	background: url('/wp/img/common/dot_h.png') repeat-x;
	position: absolute;
	top: 0;
}
.topRenovationMenu > ul > li:nth-child(2):before,
.topRenovationMenu > ul > li:nth-child(3):before {
	content: '';
	width: calc(100% - 60px);
	height: 1px;
	display: block;
	background: url('/wp/img/common/dot_h.png') repeat-x;
	position: absolute;
	top: 0;
}
.topRenovationMenu > ul > li:nth-child(1):after,
.topRenovationMenu > ul > li:nth-child(4):after {
	content: '';
	width: calc(100% - 30px);
	height: 1px;
	display: block;
	background: url('/wp/img/common/dot_h.png') repeat-x;
	position: absolute;
	bottom: 0;
}
.topRenovationMenu > ul > li:nth-child(2):after,
.topRenovationMenu > ul > li:nth-child(3):after {
	content: '';
	width: calc(100% - 60px);
	height: 1px;
	display: block;
	background: url('/wp/img/common/dot_h.png') repeat-x;
	position: absolute;
	bottom: 0;
}
.topRenovationMenu > ul > li:nth-child(1):before,
.topRenovationMenu > ul > li:nth-child(1):after {
	left: 0;
}
.topRenovationMenu > ul > li:nth-child(4):before,
.topRenovationMenu > ul > li:nth-child(4):after {
	right: 0;
}
.topRenovationMenu > ul > li:nth-child(2):before,
.topRenovationMenu > ul > li:nth-child(2):after,
.topRenovationMenu > ul > li:nth-child(3):before,
.topRenovationMenu > ul > li:nth-child(3):after {
	left: 30px;
}
.topRenovationMenu > ul > li a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
.topRenovationMenu > ul > li:nth-child(-n+3) a:after {
	content: '';
	width: 1px;
	height: calc(100% - 24px);
	display: block;
	background: url('/wp/img/common/dot_v.png') repeat-y;
	position: absolute;
	top: 12px;
	right: 0;
}
.topRenovationMenu ul li dl {
	display: block;
	padding: 20px 0 15px;
}
.topRenovationMenu ul li dl dt {
	width: 100px;
	height: 60px;
	margin: 0 auto 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.topRenovationMenu ul li dt img {
	display: block;
}
.topRenovationMenu ul li dd {
	width: 100%;
	text-align: center;
}
.topRenovationMenu ul li dl dd h3 {
	font-family: inherit;
    font-size: 110%;
    line-height: 1.4em;
    border: none;
    padding: 0;
    margin: 0;
}
.topRenovationMenu ul li dl dd h3 span {
    font-size: 70%;
    display: block;
}

/* リフォームメニュー */
.topReformMenu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.topReformMenu ul > li {
	width: 33.33%;
	position: relative;
}
.topReformMenu ul > li:nth-child(1):before {
	content: '';
	width: calc(100% - 20px);
	height: 1px;
	display: block;
	background: url('/wp/img/common/dot_h.png') repeat-x;
	position: absolute;
	top: 0;
	left: 0;
}
.topReformMenu ul > li:nth-child(2):before {
	content: '';
	width: calc(100% - 40px);
	height: 1px;
	display: block;
	background: url('/wp/img/common/dot_h.png') repeat-x;
	position: absolute;
	top: 0;
	left: 20px;
}
.topReformMenu ul > li:nth-child(3):before {
	content: '';
	width: calc(100% - 20px);
	height: 1px;
	display: block;
	background: url('/wp/img/common/dot_h.png') repeat-x;
	position: absolute;
	top: 0;
	left: 20px;
}
.topReformMenu ul > li a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	padding: 15px 0;
}
.topReformMenu ul > li:nth-child(3n+1) a:before {
	content: '';
	width: calc(100% - 20px);
	height: 1px;
	display: block;
	background: url('/wp/img/common/dot_h.png') repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
}
.topReformMenu ul > li:nth-child(3n+2) a:before {
	content: '';
	width: calc(100% - 40px);
	height: 1px;
	display: block;
	background: url('/wp/img/common/dot_h.png') repeat-x;
	position: absolute;
	bottom: 0;
	left: 20px;
}
.topReformMenu ul > li:nth-child(3n) a:before {
	content: '';
	width: calc(100% - 20px);
	height: 1px;
	display: block;
	background: url('/wp/img/common/dot_h.png') repeat-x;
	position: absolute;
	bottom: 0;
	left: 20px;
}
.topReformMenu ul > li:nth-child(3n+1) a:after,
.topReformMenu ul > li:nth-child(3n+2) a:after {
	content: '';
	width: 1px;
	height: calc(100% - 16px);
	display: block;
	background: url('/wp/img/common/dot_v.png') repeat-y;
	position: absolute;
	top: 8px;
	right: 0;
}
.topReformMenu ul li dl {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin-left: 20px;
}
.topReformMenu ul li:nth-child(3n+1) dl {
	margin-left: 0;
}
.topReformMenu ul li dl dt {
	width: 64px;
	height:60px;
	flex-shrink: 0;
	display: flex;
	margin-right: 5%;
	border: 1px solid #666;
	border-radius: 2px;
	padding: 2px;
}
.topReformMenu ul li dt img {
	width: 100%;
	display: block;
}
.topReformMenu ul li dd {
	width: 100%;
	display: flex;
}
.topReformMenu ul li dl dd h3 {
	font-family: inherit;
    font-size: 120%;
    line-height: 1.4em;
    border: none;
    padding: 0;
    margin: 0;
}
.topReformMenu ul li dl dd h3 span {
    font-size: 70%;
    display: block;
}

/* 体感モール */
.topMall {
	width: 100%;
    max-width: 100%;
	padding: 100px 0 60px;
	background: linear-gradient(
		90deg,
		transparent 0%,
		transparent 10%,
		#f5f5f5 10%,
		#f5f5f5 90%,
		transparent 90%,
		transparent 100%
	);
}
.topMall .img_box{
	width: 96%;
    max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 30px;
}
.topMall .img_box div{
	width: 49%;
}
.topMall .img_box div:nth-of-type(1){
	position: relative;
}
.topMall .img_box div .sumaimall_outer{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topMall .img_box div .sumaimall_logo{
	position: absolute;
	width: 50%;
	height: auto;
	top: -5em;
}
.topMall .img_box div:nth-of-type(2) h2 {
	text-align: center;
	font-size: 120%;
	line-height: 1.8;
}
.topMall .img_box div:nth-of-type(2) ol{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.topMall .img_box div:nth-of-type(2) ol li{
	width: 48%;
	padding: 2% 0 0 2%;
	margin: 2% 0 0 2%;
	position: relative;
	z-index: 1;
}
.topMall .img_box div:nth-of-type(2) ol li::before{
	content: '';
	position: absolute;
    top: 0;
    left: 0;
	width: 80px;
	height: 80px;
    display: block;
    background: #ffde32;
	z-index: -1;
}
.topMall .img_box div:nth-of-type(2) ol li h4{
	line-height: 1em;
	padding-bottom: 5px;
}
.topMall .img_box div:nth-of-type(2) ol li h4 span{
	display: block;
	font-size: 70%;
}
.topMall .detail_box{
    width: 96%;
    max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	margin: 0 auto;
}
.topMall .detail_box div{
	width: 58%;
}
.topMall .detail_box h2{
	font-size: 160%;
	line-height: 1.8;
}
.topMall .detail_box h3{
	font-size: 14.7px;
}
.topMall .detail_box div:nth-of-type(2){
	width: 40%;
	display: flex;
	align-items: flex-end;
	justify-content: right;
}
.topMall .detail_box a {
	width: 400px;
	max-width: 100%;
	text-align: center;
	background: #ffde32;
	display: block;
	padding: 10px;
	border-radius: 10px;
}
.topMall .detail_box a:hover{
	color:#fff;
}

/* 店舗案内 */
.topStore{
	padding: 100px 0 0;
}
.topStore .title_box > div{
	text-align: right;
}
.topStore .title_box a{
	width: 400px;
    max-width: 100%;
    text-align: center;
    background: #ffde32;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
}
.topStore .title_box a:hover{
	color: #fff;
}
.topStore .carousel {
	width: 100%;
}
.topStore ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.topStore ul .swiper-slide {
	width: 25%;
	height: 25vh;
	background-size: cover;
    background-position: center;
	position: relative;
	overflow: hidden;
}
.topStore ul .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 1;
}
.topStore ul .swiper-slide:after{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background-size: cover;
	transition: all .3s ease-out;
}
.topStore ul .swiper-slide:hover:after{
	opacity: .8;
	transform: scale(1.1);
}
.topStore ul .swiper-slide:nth-of-type(1):after{
	background-image: url(/wp/img/company/shop/shopList/img_hokuovillage.webp);
}
.topStore ul .swiper-slide:nth-of-type(2):after{
	background-image: url(/wp/img/company/shop/shopList/img_corciesole.webp);
}
.topStore ul .swiper-slide:nth-of-type(3):after{
	background-image: url(/wp/img/company/shop/shopList/img_artantiquehouse.webp);
}
.topStore ul .swiper-slide:nth-of-type(4):after{
	background-image: url(/wp/img/company/shop/shopList/img_designsquare.webp);
}
.topStore ul .swiper-slide:nth-of-type(5):after{
	background-image: url(/wp/img/company/shop/shopList/img_sumaimall.webp);
}
.topStore ul .swiper-slide:nth-of-type(6):after{
	background-image: url(/wp/img/company/shop/shopList/img_plaisir.webp);
}
.topStore ul .swiper-slide:nth-of-type(7):after{
	background-image: url(/wp/img/company/shop/shopList/img_mukubox.webp);
}
.topStore ul .swiper-slide:nth-of-type(8):after{
	background-image: url(/wp/img/company/shop/shopList/img_cras.webp);
}
.topStore ul .swiper-slide .box{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.topStore ul .swiper-slide .box .type{
	color: #000;
    background: #fff;
    padding: 1px 10px;
    position: absolute;
    top: 6px;
    left: 0;
}
.topStore ul .swiper-slide .box .type h4{
	font-size: 12px;
	line-height: 1.2em;
}
.topStore ul .swiper-slide .box .detail{
	color: #fff;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
	line-height: 1.3em;
	white-space: nowrap;
}
.topStore ul .swiper-slide .box .detail small{
	border-bottom: 1px solid;
}
.topStore ul .swiper-slide .box .detail h5{
	font-size: 11px;
}


/* セミナー */
.topSeminar {
	width: 100%;
	max-width: 100%;
	background: #d0e0de;
	padding: 100px 0;
	margin:0 0 0 0;
}
.topSeminar .title_box {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto 30px;
}
.topSeminar ul {
	width: 96%;
	max-width: 1200px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.topSeminar ul li {
	width: 48%;
	background: #fff;
	padding: 15px;
	margin-bottom: 30px;
	border-top: solid 2px #000000;/*左線*/
    border-bottom: solid 2px #000000;/*右線*/
}
.topSeminar ul li:nth-last-child(-n+2) {
	margin-bottom: 0;
}
.topSeminar ul li a {
	width: 100%;
	height: 100%;
	display: block;
}
.topSeminar ul li dl {
	height: 100%;
	display: flex;
	justify-content:space-between;
	flex-wrap: nowrap;	
}
.topSeminar ul li dl dt {
	width:85px;
	margin-right: 5%;
	flex-shrink: 0;
	overflow:hidden;
}
.topSeminar ul li dl dt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topSeminar ul li dl dd {
	width: 100%;
	padding: 0;
}
.topSeminar ul li dl dd h6 {
	font-size:80%;
	margin:0;
}
.topSeminar ul li dl dd h6 span{
	font-size: 60%;
	width:fit-content;
	line-height: 1.5em;
	background:#FFEB3B;
	display:block;
	margin-top:0;
	margin-bottom:0.5em;
	padding:0.6em 2.5em 0.3em;
	border-radius:30px;
}
.topSeminar ul li dl dd h3 {
	font-size: 120%;
	line-height: 1.5;
	border: none;
	padding: 0;
	margin:0 0 0.2em;
}
.topSeminar ul li dl dd p {
	font-size:85%;
	line-height: 1.6;
	margin: 0
}

/* news */
.topNewsList {
	width: 100%;
    max-width: 100%;
    background: linear-gradient(90deg,#fff 0%,#fff 50%,#fafafa 50%,#fafafa 100%);
    margin:0 0 0 0;
}
.topNewsList ul {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
	flex-wrap: wrap;
}
.topNewsList ul li {
    width: 50%;
    padding: 100px 4%;
}
.topNewsList ul li dl {
    display: flex;
	margin-bottom: 30px;
}
.topNewsList ul li dl:last-child {
	margin-bottom: 0;
}
.topNewsList ul li dl dt {
    width: 85px;
    height: 85px;
	flex-shrink: 0;
	overflow:hidden;
}
.topNewsList ul li dl dt img {
	display: block;
	object-fit:cover;
	width:100%;
	height:100%;
}
.topNewsList ul li dl dd {
    width: 100%;
	padding-left: 5%;
}
.topNewsList ul li dl dd > div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.topNewsList ul li dl dd .ico {
    color: #fff;
    font-size: 80%;
    font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 3px 10px;
    margin-right: 10px;
}
.topNewsList ul li dl dd .ico.event {
	background: #dc4814;
}
.topNewsList ul li dl dd .ico.seminar {
	background: #87a5a3;
}
.topNewsList ul li dl dd .ico.notice {
	background: #c7bba6;
}
.topNewsList ul li dl dd .ico.media {
	background: #7da4b4;
}
.topNewsList ul li dl dd .ico.blog {
	background: #009688;
}
.topNewsList ul li dl dd .date {
	font-family: inherit;
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.topNewsList ul li dl dd p {
	line-height: 1.7em;
    border-top: 1px dotted #aaa;
    padding-top: 6px;
    margin-top: 6px;
	margin-bottom: 0;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


section.topOffer>div{
	max-width: 1200px;
	width: 96%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
	align-items: center;
}
section.topOffer>div div.catalog{
	display: block;
	width: 50%;
	padding: 0 4%;
}
section.topOffer div.catalog div.image{
	width: 100%;
    margin: auto;
    max-width: 500px;
    margin-bottom: 5%;
}
section.topOffer div.catalog div.text {
    width: 100%;
}
section.topOffer div div.faq{
	background: #F5F5F5;
	box-shadow: 0px 0px 20px #ccc;
	width: 50%;
	padding: 3% 4% 6%;
}
section.topOffer div div.faq dl{
	max-width:480px;
	display:flex;
	margin:0 auto 40px auto;
	position: relative;
	padding: 0 45px;
}
section.topOffer div div.faq dl:before{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 80px;
  height: 1px;
  background-color: black;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
section.topOffer div div.faq dl:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 80px;
  height: 1px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
section.topOffer div div.faq dl:before {
  left:-40px;
}
section.topOffer div div.faq dl:after {
  right: -40px;
}
section.topOffer div div.faq dl dt{
	width:90px;
}
section.topOffer div div.faq dl dt img{
	width:100%;
	transform: scale(-1, 1);
}
section.topOffer div div.faq dl dd{
	width:auto;
	display:flex;
	align-items: center;
}
section.topOffer div div.faq dl dd h5{
	font-size:110%;
	line-height:1.8em;
	margin:0 0 0 1em;
}
section.topOffer div div.faq dl dd h5 span{
background:linear-gradient(transparent 60%, #ff6 60%);
}

section.topOffer div div.faq ul li{
	display: flex;
	margin-bottom: 40px;
}
section.topOffer div div.faq ul li:last-child{
	margin-bottom: 0;
}
section.topOffer div div.faq ul li.A{
	flex-direction: row-reverse;
}
section.topOffer div div.faq ul li dt{
	display: flex;
	align-items: center;
}
section.topOffer div div.faq ul li dt img{
	width: 80px;
}
section.topOffer div div.faq ul li dd{
	background: #fff;
}
section.topOffer div div.faq ul li dd p a{
	color: #ae0000;
}
section.topOffer div div.faq ul li dd span{
	padding-right: 10px;
}
section.topOffer div div.faq ul li.Q dd{
	position: relative;
	display: inline-block;
	width: 80%;
	padding: 20px;
	border-radius: 20px;
	margin-left: 20px;
}
section.topOffer div div.faq ul li.Q dd:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #fff;
}
section.topOffer div div.faq ul li.A dd{
	position: relative;
	display: inline-block;
	width: 80%;
	padding: 20px;
	border-radius:20px;
	margin-right: 20px;
}
section.topOffer div div.faq ul li.A dd:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #fff;
}



/* レスポンシブ
------------------------------------------------------------ */
@media screen and (max-width: 1200px) {
	.main_v dd {
		left: 0;
	}
	.topWorks ul.main_img:before {
		top: -20px;
		left: -40px;
	}
}
@media screen and (max-width: 959px) {
	.main_v dl {
		align-items: flex-end;
	}
	.main_v dt {
		width: 100%;
	}
	.main_v dt.swiper-container {
		width: 100%;
		height:60vh;
	}
	.main_v dd {
		bottom: 0;
		left: 0;
	}
	.main_v dd .home_main_v_text .img_illust {
		width: 320px;
		margin-bottom: -30px;
	}
	.main_v dd .home_main_v_text .main_logo {
		padding:30px 20px 10px;
		border-radius:0 20px 0 0;
	}
	.main_v dd .home_main_v_text .main_logo img {
		width: 400px;
	}
	.main_v dd .home_main_v_text .main_logo h1.siteTitle {
		font-size: 10px;
	}
	.topPickup ul {
		width: 100%;
	}
	.topPickup ul li {
		width: 24%;
	}
	.topPickup ul li h3 {
		padding: 0.7em 0.91em;
	}
	.topPickup ul li p {
		padding: 0 1em 30px;
	}
	.topServiceCategory li.renovation {
		padding-left: 2.0em;
	}
	.topServiceCategory li.reform {
		padding-right: 2.0em;
	}
	.topServiceCategory li dt {
		width: 60%;
	}
	.topServiceCategory li dd {
		width: 60%;
	}
	.topServiceCategory li.reform dd img{
		transform: translateY(-53.5px);/*イラストのtranslate（30px） + h2高さの半分（27px / 2） + 余白（10px）分調整*/
	}
	.topServiceCategory li dd .textBox {
		padding: 30px 1.5em 15px;
		margin-top: -73.5px;/*イラストのtranslate（30px） padding-top（30px） + h2高さの半分（27px / 2）*/
	}
	.topServiceCategory dd p {
		line-height: 2.2;
	}
	.topWorks ul.main_img li:nth-of-type(2) {
		width: 45%;
	}
	.topRenovationMenu > ul > li:nth-child(1):before,
	.topRenovationMenu > ul > li:nth-child(1):after,
	.topRenovationMenu > ul > li:nth-child(4):before,
	.topRenovationMenu > ul > li:nth-child(4):after {
		width: calc(100% - 20px);
	}
	.topRenovationMenu > ul > li:nth-child(2):before,
	.topRenovationMenu > ul > li:nth-child(2):after,
	.topRenovationMenu > ul > li:nth-child(3):before,
	.topRenovationMenu > ul > li:nth-child(3):after {
		width: calc(100% - 40px);
	}
	.topRenovationMenu > ul > li:nth-child(2):before,
	.topRenovationMenu > ul > li:nth-child(2):after,
	.topRenovationMenu > ul > li:nth-child(3):before,
	.topRenovationMenu > ul > li:nth-child(3):after {
		left: 20px;
	}
	.topRenovationMenu > ul > li:nth-child(-n+3) a:after {
		height: calc(100% - 16px);
		top: 8px;
	}
	.topRenovationMenu ul li dl dd h3 {
		letter-spacing: 0;
	}
	.topReformMenu ul > li:nth-child(1):before {
		width: calc(100% - 15px);
	}
	.topReformMenu ul > li:nth-child(2):before {
		width: calc(100% - 30px);
		left: 15px;
	}
	.topReformMenu ul > li:nth-child(3):before {
		width: calc(100% - 15px);
		left: 15px;
	}
	.topReformMenu ul > li:nth-child(3n+1) a:before {
		width: calc(100% - 15px);
	}
	.topReformMenu ul > li:nth-child(3n+2) a:before {
		width: calc(100% - 30px);
		left: 16px;
	}
	.topReformMenu ul > li:nth-child(3n) a:before {
		width: calc(100% - 15px);
		left: 16px;
	}
	.topReformMenu ul > li:nth-child(3n+1) a:after,
	.topReformMenu ul > li:nth-child(3n+2) a:after {
		height: calc(100% - 12px);
		top: 6px;
	}
	.topReformMenu ul li dl {
		margin-left: 15px;
	}
	.topReformMenu ul li dl dd h3 {
		font-size: 115%;
	}
	.topSeminar ul li dl dt {
		width: 80px;
	}
	section.topOffer div div.faq dl{
	padding: 0 2%;
	}
}
