@charset "utf-8";

/* 総合TOP
--------------------------------- */
/* メインスライド */
.main_v dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.main_v dt {
	width: 50%;
	height:70vh;
	max-height:650px;
	margin: 0;
}
.main_v dt ul {
	height: 100%;
}
.main_v dt li {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.main_v dt li.slide01 {
	background-image: url('/wp/img/renovation/top_new/main_v01_sp.webp');
}
.no-webp .main_v dt li.slide01 {
	background-image: url('/wp/img/renovation/top_new/main_v01_sp.jpg');
}
.loaded .main_v dt li.slide02 {
	background-image: url('/wp/img/renovation/top_new/main_v02_sp.webp');
}
.no-webp .loaded .main_v dt li.slide02 {
	background-image: url('/wp/img/renovation/top_new/main_v02_sp.jpg');
}
.loaded .main_v dt li.slide03 {
	background-image: url('/wp/img/renovation/top_new/main_v03_sp.webp');
}
.no-webp .loaded .main_v dt li.slide03 {
	background-image: url('/wp/img/renovation/top_new/main_v03_sp.jpg');
}
@media screen and (min-width: 501px) {
	.main_v dt li.slide01 {
		background-image: url('/wp/img/renovation/top_new/main_v01_tb.webp');
	}
	.no-webp .main_v dt li.slide01 {
		background-image: url('/wp/img/renovation/top_new/main_v01_tb.jpg');
	}
	.loaded .main_v dt li.slide02 {
		background-image: url('/wp/img/renovation/top_new/main_v02_tb.webp');
	}
	.no-webp .loaded .main_v dt li.slide02 {
		background-image: url('/wp/img/renovation/top_new/main_v02_tb.jpg');
	}
	.loaded .main_v dt li.slide03 {
		background-image: url('/wp/img/renovation/top_new/main_v03_tb.webp');
	}
	.no-webp .loaded .main_v dt li.slide03 {
		background-image: url('/wp/img/renovation/top_new/main_v03_tb.jpg');
	}
}
@media screen and (min-width: 960px) {
	.main_v dt li.slide01 {
		background-image: url('/wp/img/renovation/top_new/main_v01_pc.webp');
	}
	.no-webp .main_v dt li.slide01 {
		background-image: url('/wp/img/renovation/top_new/main_v01_pc.jpg');
	}
	.loaded .main_v dt li.slide02 {
		background-image: url('/wp/img/renovation/top_new/main_v02_pc.webp');
	}
	.no-webp .loaded .main_v dt li.slide02 {
		background-image: url('/wp/img/renovation/top_new/main_v02_pc.jpg');
	}
	.loaded .main_v dt li.slide03 {
		background-image: url('/wp/img/renovation/top_new/main_v03_pc.webp');
	}
	.no-webp .loaded .main_v dt li.slide03 {
		background-image: url('/wp/img/renovation/top_new/main_v03_pc.jpg');
	}
}
.main_v dd {
	width: 45%;
	padding: 30px 0;
	position:relative;
}
.main_v dd .top_main_v_textblock{
	position:absolute;
	height:fit-content;
	top:0;
	bottom:0;
	margin:auto;
}
.main_v dd h2 {
	font-size: 130%;
	text-align: center;
	border: none;
	margin: 0 0 50px;
}
.main_v dd h2 em {
	font-size: 250%;
	display: block;
	margin-bottom: 20px;
}
.main_v dd h2 span {
	display: inline-block;
}
@media screen and (max-width: 768px) {
	.main_v dl {
		display: block;
	}
	.main_v dt {
		width: 100%;
		height: 64vw;
	}
	.main_v dd	{
		width: 96%;
		padding-bottom: 0;
		margin: 90px auto;
	}
	.main_v dd .top_main_v_textblock {
		position: relative;
	}
	.main_v dd h2 {
		font-size: 140%;
		margin: 0 0 30px;
	}
}
@media screen and (max-width: 414px) {
	.main_v dd h2{
		font-size: 4.5vw;
		line-height:1em;
	}
	.main_v dd h2 em {
		font-size: 11vw;
	}
}

/* ---------------- topRenovationMenu ---------------- */
.topRenovationMenu {
	max-width: 1200px;
    background:#f9f9f9;
    padding:70px 0;
}
.topRenovationMenu .title_box {
	padding: 0 4%;
}
.topRenovationMenu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.topRenovationMenu > ul > li {
	width: 48%;
	position: relative;
	padding: 25px 4%;
	z-index: 1;
	margin-bottom: 60px;
}
.topRenovationMenu > ul > li:nth-of-type(3),
.topRenovationMenu > ul > li:nth-of-type(4){
	margin-bottom: 0px;
}
.topRenovationMenu > ul > li div.number{
	position: absolute;
	top: 10px;
	right:20px;
	display: block;
	width: 110px;
	height: 110px;
	background: #fedf32;
	text-align: center;
	z-index: -1;
	font-size: 22px;
	
}

.topRenovationMenu ul li dl {
	/*display: flex;
	flex-wrap: nowrap;
    justify-content: flex-start;*/
    line-height: 0;
	position: relative;
}
.topRenovationMenu ul li dt {
	width: 25%;
	height: 100%;
	position: absolute;
}
.loaded .topRenovationMenu ul li.house dt {
	background: url('/wp/img/renovation/top_new/reno_icon_house.svg') no-repeat center bottom;
	background-size: contain;
}
.loaded .topRenovationMenu ul li.mansion dt {
	background: url('/wp/img/renovation/top_new/reno_icon_mansion.svg') no-repeat center bottom;
	background-size: contain;
}
.loaded .topRenovationMenu ul li.usedhouse dt {
	background: url('/wp/img/renovation/top_new/reno_icon_used.svg') no-repeat center bottom;
	background-size: contain;
}
.loaded .topRenovationMenu ul li.extend dt {
	background: url('/wp/img/renovation/top_new/reno_icon_extend.svg') no-repeat center bottom;
	background-size: contain;
}
.topRenovationMenu ul li dd {
	width: 100%;
	position: relative;
	z-index: 1;
}
.topRenovationMenu ul li dl dd h3 {
	font-family: inherit;
    margin: 0;
    line-height: 1.3em;
    border: none;
    font-size: 20px;
    padding-bottom: 15px;
    text-align:right;
}
.topRenovationMenu ul li dl dd h3 span {
    display: block;
    font-size: 60%;
}
.topRenovationMenu div.bottom_box {
	width: 100%;
	height: 250px;
	color: #fff;
	border: 7px solid #fff;
	display: flex;
	align-items: flex-end;
	padding: 20px;
	box-shadow:5px 5px 15px #ccc;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}
.loaded .topRenovationMenu > ul > li:nth-child(1) div.bottom_box {
	background-image: url(/wp/img/renovation/top_new/reno_bg_house.webp);
}
.no-webp .loaded .topRenovationMenu > ul > li:nth-child(1) div.bottom_box {
	background-image: url(/wp/img/renovation/top_new/reno_bg_house.jpg);
}
.loaded .topRenovationMenu > ul > li:nth-child(2) div.bottom_box {
	background-image: url(/wp/img/renovation/top_new/reno_bg_mansion.webp);
}
.no-webp .loaded .topRenovationMenu > ul > li:nth-child(2) div.bottom_box {
	background-image: url(/wp/img/renovation/top_new/reno_bg_mansion.jpg);
}
.loaded .topRenovationMenu > ul > li:nth-child(3) div.bottom_box {
	background-image: url(/wp/img/renovation/top_new/reno_bg_used.webp);
}
.no-webp .loaded .topRenovationMenu > ul > li:nth-child(3) div.bottom_box {
	background-image: url(/wp/img/renovation/top_new/reno_bg_used.jpg);
}
.loaded .topRenovationMenu > ul > li:nth-child(4) div.bottom_box {
	background-image: url(/wp/img/renovation/top_new/reno_bg_extend.webp);
}
.no-webp .loaded .topRenovationMenu > ul > li:nth-child(4) div.bottom_box {
	background-image: url(/wp/img/renovation/top_new/reno_bg_extend.jpg);
}
.topRenovationMenu div.bottom_box::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0, 0, 0, .1),  rgba(0, 0, 0, .3));
}
.topRenovationMenu div.bottom_box > p{
	line-height:1.8em;
	position: absolute;
}
.topRenovationMenu div.bottom_box .linkIcon {
	width: 44px;
	height: 42px;
	color: #000;
	font-size: 120%;
	background: #fedf32;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 0;
}

/* ---------------- topRenovationPlan ---------------- */
.topRenovationPlan .bg > p {
	margin: 0 auto 30px;
}
.topRenovationPlan .bg ul {
	display: flex;
	flex-wrap: wrap;

}
.topRenovationPlan .bg ul li {
	width: 33.3%;
	text-align: center;
	padding: 40px 40px;
	border:1px dotted #999;
}
.topRenovationPlan .bg ul li:nth-of-type(2),
.topRenovationPlan .bg ul li:nth-of-type(3){
	border-left:none;
}
.topRenovationPlan .bg ul li dl dt {
	margin-bottom: 10px;
	position:relative;
}
.topRenovationPlan .bg ul li dl dt .number{
	font-size:200%;
	line-height:0;
	text-align: center;
	width:70px;
	height:70px;
	line-height: 70px;
	background:#ffde32;
	position:absolute;
	top:-10px;
	left:-10px;
}
.topRenovationPlan .bg ul li dl dt img {
	width: 100%;
	height: auto;
}
.topRenovationPlan .bg ul li dl dt .linkIcon {
	width: 36px;
	height: 34px;
	color: #000;
	font-size: 120%;
	background: #fedf32;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 0;
}
.topRenovationPlan ul li dd > h3 {
    border: none;
	margin:0 0 0.5em 0;
}
.topRenovationPlan ul li dd h3 span{
	padding-bottom: 6px;
}
.topRenovationPlan ul li dd > p {
    line-height:1.8em;
	margin: 0;
}

/* PC ----- 施工事例 ----- */
.renovationWorks {
	width: 100%;
	max-width: 100%;
	background: #ffde32;
	padding: 80px 0 150px;
	overflow: hidden;
	margin-bottom: 0;
}
.renovationWorks ul li dl {
	width: 100%;
	height: 100%;
	position: relative;
}
.renovationWorks ul li dt {
	height: 100%;
}
.renovationWorks ul li dt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.renovationWorks ul li dd {
	width:90%;
	background: rgba(255,255,255,1);
	padding: 1em;
	position: absolute;
	bottom: -40px;
	left:0;
	right:0;
	margin:auto;
}
.renovationWorks ul li dd .area {
	color: #333;
	font-size: 90%;
	line-height: 1.6;
	display: table;
	margin-bottom: 5px;
}
.renovationWorks 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;
}
.renovationWorks .title_box {
	width: 80%;
	max-width: 100%;
}
.renovationWorks .swiper-container {
	margin-left: 10%;
	overflow: visible;
	transform: translateX(-6px);
}
.renovationWorks ul li {
	width: 400px;
	max-width: 98%;
	height: 250px;
	padding: 0;
	margin: 0 6px;
	border:10px solid #fff;
	box-sizing:border-box;
	box-shadow:10px 10px 10px #d2b527;
}
.renovationWorks .swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
.renovationWorks .swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: -70px;
	height: 2px;
	width: 98%;
}
.renovationWorks .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 #927c14;
}


/* ---------------- Performance Improvement ---------------- */
.performance_improvement{
	width: 100%;
	max-width: 100%;
	background:#f9f9f9;
	padding:50px 0;
}
.performance_improvement .title_box {
	width: 96%;
}
.performance_improvement > div {
	width: 96%;
	max-width: 1200px;
	margin: auto;
}
.performance_improvement ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding: 20px 0;
}
.performance_improvement ul li {
    width: 46%;
}
.performance_improvement ul li:nth-of-type(1),
.performance_improvement ul li:nth-of-type(2){
	margin-bottom:70px;
}
.performance_improvement ul li a {
	position: relative;
	display: flex;
	justify-content: flex-end;
	z-index: 0;
}
.performance_improvement ul li a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: auto;
    max-width: 300px;
}
.performance_improvement ul li a .text {
    width: 60%;
	min-width: 210px;
	padding:10px;
    position: relative;
	background:#fff;
	box-sizing:border-box;
}
.performance_improvement ul li a .text h3 {
    border: none;
    display: inline-block;
    margin-top: 15px;
}
.performance_improvement ul li a .text h3 span {

}
.performance_improvement ul li a .text h3 + p {
    line-height: 1.8em;
    font-size: 14px;
}
.performance_improvement ul li a .text p.linkText {
    text-align: right;
    text-decoration: underline;
	margin:0.5em 0 0 0;
}


/* ----------------- Mukustyle Renovation -------------------- */
.mukuRenovation {
}
.mukuRenovation ul{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.mukuRenovation ul li{
	width:22%;
	box-sizing: content-box;
	position:relative;
	padding-bottom: 40px;
}
.mukuRenovation ul li:nth-child(-n+4){
	margin-bottom: 30px;
}
.mukuRenovation ul li:first-child{
	padding-left: 0;
}
.mukuRenovation ul li:last-child{
	padding-right: 0;
	border: none;
}
.mukuRenovation ul li img{
	width:100%;
	height: auto;
}
.mukuRenovation ul li h6 {
	font-size:90%;
    font-weight: normal;
    line-height:1em;
    padding:0.7em 0.3em;
    background:#fff;
    position:absolute;
    top:0em;
    left:0em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.mukuRenovation ul li .text-box{
}
.mukuRenovation ul li .text-box h4{
	color:#000;
	font-size:110%;
	line-height: 1.8em;
	border: none;
	margin:0;
	padding:0.5em 0;
	border-bottom:1px dotted #666;
}
.mukuRenovation ul li .text-box p {
	margin-bottom: 0;
	line-height: 1.8em;
	padding: 0.5em 0;
}
.mukuRenovation ul li .linkText {
	width: 100%;
	text-align: right;
	margin: 0;
	position: absolute;
	bottom: 0;
}
.mukuRenovation ul li .linkText a {
	text-decoration: underline;
}


/* ------------------------ Quality ----------------------------- */
.mukuQuality {
	width: 100%;
    max-width: 100%;
    background: linear-gradient(180deg,#fff099 0%, #fff099 60%,#fff0  60%,#fff0 100%);
    background-size: cover;
    padding: 50px 0 80px 0;
    margin: 0;
    position: relative;
    z-index: 0;
}
.mukuQuality .title_box {
	width: 96%;
}
.mukuQuality .box{
	width: 90%;
	max-width: 1080px;
	background:#fff;
	padding: 3% 2%;
	margin: auto;
	box-sizing:border-box;
	box-shadow:0px 0px 20px rgb(210,206,183,0.5);
}
.mukuQuality .advantage{
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0 30px;
}
.mukuQuality .advantage li{
	width: 33.33%;
	box-sizing: border-box;
	border-right: 1px dotted #ccc;
	padding: 25px 0 40px;
	position: relative;
}
.mukuQuality .advantage li:last-child {
	border-right: none;
}
.mukuQuality .advantage li dt {
	padding: 0 7.5%;
	position: relative;
}
.mukuQuality .advantage li dt span{
	width: 40px;
	height: 40px;
	font-size: 120%;
	font-weight: normal;
	line-height: 40px;
	letter-spacing: -0.2px;
	text-align: center;
	background: #ffde32;
	border-radius: 100px;
	display: block;
	position: absolute;
	top: -20px;
	left: calc(50% - 20px);
}
.mukuQuality .advantage li dt img {
	display: block;
	margin: 0 auto 10px;
}
.mukuQuality .advantage li h4 {
	font-size: 120%;
	line-height: 1.3em;
	text-align: center;
	padding: 7.5% 0;
	position: relative;
	border: none;
}
.mukuQuality .advantage li h4:after{
	content: '';
	width: 30%;
	height: 2px;
	background: #FFEB39;
	display: block;
	margin: 0 auto;
	position: absolute;
	bottom: 0px;
	left: calc(50% - 15%);
}
.mukuQuality .advantage li > p {
	padding: 7.5%;
	line-height: 1.8em;
}
.mukuQuality .advantage li .linkText {
	width: 100%;
	text-align: right;
	margin: 0;
	position: absolute;
	bottom: 5px;
}
.mukuQuality .advantage li .linkText a {
	text-decoration: underline;
}

/* aftersupport */
.aftersupport .flex {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.aftersupport .flex div.left{
	width: 60%;
}
.aftersupport .flex div.img {
    width:35%;
	height: 200px;
    overflow: hidden;
}
.aftersupport .flex div.img img{
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.aftersupport .flex .text {
	padding: 0;
	margin: 0;
}
.aftersupport .flex .text li:nth-of-type(n+2){
	margin-top: 20px;
}
.aftersupport .flex .text li dt{
	position: relative;
}
.aftersupport .flex .text li dt span{
	position: absolute;
    background: #fedf32;
    padding: 13px;
    line-height: 1;
    border-radius: 30px;
}
.aftersupport .flex .text li h4{
	margin: 0 0 10px 50px;
	position: relative;
}
.aftersupport .flex .text li h4:after{
	content: '';
    width: 60px;
    height: 2px;
    background: #FFEB39;
    display: block;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}
.aftersupport .linkText {
    width: 100%;
    text-align: right;
    margin: 0;
}
.aftersupport .linkText a{
	text-decoration: underline;
}


/* 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.8em;
    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;
}

/* レスポンシブ
------------------------------------------------------------ */
@media screen and (max-width: 1200px) {
	.performance_improvement ul li a .text h3 + p {
	    padding: 10px 10px 50px;
		margin-bottom: 0;
	}
	.performance_improvement ul li a .text p.linkText {
	    position: absolute;
	    display: block;
		margin: 0;
	    right: 10px;
	    bottom: 5px;
	}
}

@media screen and (max-width: 959px) {
	.topRenovationMenu div.bottom_box > p{
		padding-right:35px;
	}
	.topRenovationMenu div.bottom_box .linkIcon {
		width: 32px;
		height: 30px;
	}
	.topRenovationPlan .bg ul li {
		padding: 40px 0;
	}
	.topRenovationPlan .bg ul li dl dt {
		margin: 0 20px 10px;
	}
	.topRenovationPlan .bg ul li dl dt .number {
		width:60px;
		height:60px;
		line-height: 60px;
		font-size: 180%;
	}
	.topRenovationPlan ul li dd > p {
		padding: 0 20px;
	}
	.mukuRenovation ul {
		justify-content: space-around;
	}
	.mukuRenovation ul li {
		width: 42%;
	}
	.mukuRenovation ul li:nth-child(-n+6) {
		margin-bottom: 70px;
	}
	.aftersupport .flex .li h4{
		line-height: 2.5;
	}
}
@media screen and (max-width: 768px) {
	.topRenovationMenu > ul > li {
		width: 50%;
		margin-bottom: 50px;
	}
	.topRenovationMenu ul li dl dd h3 {
		font-size: 130%;
	}
	.topRenovationMenu ul li dl dd h3 span {
		font-size: 12px;
	}
	.topRenovationMenu div.bottom_box p br {
		display: none;
	}
	.topRenovationPlan .bg ul li {
		width: 50%;
		padding: 4%;
	}
	.topRenovationPlan .bg ul li:nth-of-type(3) {
		border-top: none;
		border-left: 1px dotted #999;
	}
	.topRenovationPlan .bg ul li dl dt {
		margin: 0 0 10px;
	}
	.topRenovationPlan ul li dd > p {
		padding: 0;
	}
	.performance_improvement ul li {
		width: 47%;
	}
	.performance_improvement ul li a img {
		width: 90%;
	}
	.performance_improvement ul li a .text {
		width: 210px;
		min-width: unset;
	}
	.mukuQuality .advantage li {
		width: 50%;
		padding: 40px 4% 40px;
		border-bottom: 1px dotted #ccc;
	}
	.mukuQuality .advantage li:nth-child(2) {
		border-right: none;
	}
	.mukuQuality .advantage li:nth-child(3) {
		border-right: 1px dotted #ccc;
		border-bottom: none;
	}
	.mukuQuality .advantage li dt {
		padding: 0;
	}
	.mukuQuality .advantage li > p {
		padding: 7.5% 0;
	}
	.mukuQuality .advantage li .linkText {
		width: 92%;
		right: 4%;
	}
	.aftersupport .flex {
		flex-direction: column-reverse;
	}
	.aftersupport .flex div.left{
		width: 100%;
	}
	.aftersupport .flex .text {
	    width: 100%;
	}
	.aftersupport .flex div.img {
		width: 100%;
		max-width: 400px;
		height: auto;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.topNewsList ul li {
		padding: 100px 3%;
	}
	.topNewsList ul li dl {
		margin-bottom: 30px;
	}
	.topNewsList ul li dl dt {
		width: 75px;
		height: 75px;
	}
	.topNewsList ul li dl dd {
	}
	.topNewsList ul li dl dd .ico {
		font-size: 85%;
		padding: 3px 5px;
		margin-right: 5px;
	}
	.topNewsList ul li dl dd .date {
		font-size: 100%;
	}
	.topNewsList ul li dl dd p {
		line-height: 1.8em;
	}
}
@media screen and (max-width: 640px) {
	.topRenovationMenu > ul > li {
		width: 100%;
		margin-bottom:20px;
	}
	.topRenovationMenu > ul > li:nth-of-type(3) {
		margin-bottom: 30px;
	}
	.topRenovationMenu > ul > li div.number {
		right: 2%;
	}
	.topRenovationPlan .bg ul li {
		width: 100%;
		padding: 5%;
	}
	.topRenovationPlan .bg ul li:nth-of-type(2) {
		border-top: none;
		border-left: 1px dotted #999;
	}
	.topRenovationPlan .bg ul li dl dt {
		height: 230px;
	}
	.topRenovationPlan .bg ul li dl dt img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.renovationWorks .title_box {
		width: 88%;
	}
	.renovationWorks .swiper-container {
		margin-left: 6%;
	}
	.performance_improvement ul {
		padding: 20px;
	}
	.performance_improvement ul li {
		width: 100%;
	}
	.performance_improvement ul li:nth-of-type(1),
	.performance_improvement ul li:nth-of-type(2),
	.performance_improvement ul li:nth-of-type(3){
		padding: 0 0 20px;
		margin-bottom: 2%;
	}
	.performance_improvement ul li a img {
		width: 100%;
		max-width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.performance_improvement ul li a .text {
		margin: 15px;
	}
	.mukuRenovation ul {
		justify-content: space-between;
	}
	.mukuRenovation ul li {
		width: 47%;
	}
	.mukuRenovation ul li:nth-child(-n+7) {
		margin-bottom: 50px;
	}
	.mukuQuality .box {
		padding: 2% 6%;
	}
	.mukuQuality .advantage li {
		width: 100%;
	}
	.mukuQuality .advantage li:nth-child(odd) {
		border-right: none;
	}
	.topNewsList {
		background: none;
	}
	.topNewsList ul li {
		width: 100%;
		padding: 70px 5%;
	}
	.topNewsList ul li:nth-of-type(1) {
		background: #f5f5f5;
	}
	.topNewsList ul li:nth-of-type(2) {
		background: #fafafa;
	}
	.topNewsList ul li dl {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 500px) {
	.renovationWorks .title_box {
		width: 96%;
	}
	.renovationWorks .swiper-container {
		margin-left: 2%;
	}
	.mukuRenovation ul {
		display: block;
		padding: 0 5%;
	}
	.mukuRenovation ul li {
		width: 100%;
	}
	.mukuRenovation ul li:nth-child(3) {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 414px) {
	.performance_improvement ul li a .text {
		margin: 50px 10px 10px;
	}
}
@media screen and (max-width: 375px) {
}




/* リノベページ offer_bottom flex */
section.offerBottomFlex {
	display:flex;
	justify-content:space-between;
}
section.offerBottomFlex .owned{
	width:48%;
	padding:70px;
	 background: #353f3e;
	box-sizing:border-box;
	box-shadow:10px 10px 0px #f0f0f0; 
}
section.offerBottomFlex .owned .img{
	margin:0 0 20px;
	height: 200px
}
section.offerBottomFlex .owned .img img{
	margin:0px 0 10px;
	filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
	width: 60%;
}
section.offerBottomFlex .owned .img h2{
	color:#fff;
	font-size:110%;
	line-height:1.5em;
}
section.offerBottomFlex .owned .box{
	color:#fff;
}
section.offerBottomFlex .owned .box .title_box{
	margin: 0 0 20px;
}
section.offerBottomFlex .owned .box .title_box h3{
	margin: 0;
}
section.offerBottomFlex .owned .box .title_box span{
	font-family: 'Barlow Semi Condensed', sans-serif;
    font-style: italic;
    font-weight: 500;
    margin: 0 10px;
    letter-spacing: 0.1rem;
    font-size: 120%;
}
section.offerBottomFlex .box .button a{
	max-width: 400px;
	margin: 0 auto;
    text-decoration: none;
    display: block;
    padding: 8px 20px;
    box-sizing: border-box;
    transition: all .3s;
	font-family: 'Barlow Semi Condensed', sans-serif;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 0.1rem;
	text-align: center;
	background-color: #fff;
    color: #000;
}
section.offerBottomFlex .box .button a br{
	display: none;
}
section.offerBottomFlex .box .button a i{
    text-decoration: none;
    padding: 0 0 0 20px;
}
section.offerBottomFlex .box .button a:hover{
	color: #fff;
	background-color: #c30;
}


section.offerBottomFlex div.catalog {
	width: 48%;
	background:#f5f5f5;
	padding:70px;
	flex-wrap: wrap;
	justify-content: space-between; 
	align-items: center;
	position: relative;
	box-shadow:10px 10px 0px #353f3e; 
}
section.offerBottomFlex div.catalog div.title{
	position: absolute;
	top: 30px;
	left: 30px;
}
section.offerBottomFlex div.catalog div.title > h4{
	color: #000;
	font-family: inherit;
    font-size:100%;
	font-weight: bold;
	position:relative;
	line-height:1.5em;
}
section.offerBottomFlex div.catalog div.title h4 br{
	display: none;
}
section.offerBottomFlex div.catalog div.title > h4:after {
	content: '';
	width: 100px;
	height: 1px;
	background-color: #000;
	display: inline-block;
	margin-left:10px;
	position: absolute;
	bottom: 0.5em;
}
section.offerBottomFlex div.catalog div.image{
	margin: 0 0 20px;
	display: flex;
	justify-content: space-between;
	height: 200px;
}
section.offerBottomFlex div.catalog div.image img {
	object-fit: contain;
}
section.offerBottomFlex div.catalog div.image ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	width: 50%;
}
section.offerBottomFlex div.catalog div.image ul li{
	width: 48%;
	margin-bottom: 4%;
	box-shadow: 0px 0px 10px rgb(210 206 183 / 50%);
}
section.offerBottomFlex div.catalog div.image ul li:nth-last-child(-n+2){
	margin-bottom: 0;
}
section.offerBottomFlex div.catalog div.text {
}
section.offerBottomFlex div.catalog div.image h3 {
	color: inherit;
	font-size: 24px;
	text-align: center;
	border: none;
	width: 50%;
	display: flex;
    justify-content: center;
    align-items: center;
}
section.offerBottomFlex div.catalog div.text p{
	margin:auto;
	font-size: 14.7px;
	line-height:1.8;
}
section.offerBottomFlex div.catalog div.btn{
	margin:20px 0 0 0;
}
section.offerBottomFlex div.catalog div.btn a {
	max-width: 400px;
	width: 100%;
    background: #f4d63b;
    padding: 8px 20px;
    border-radius: 0;
	border:none;
	box-shadow: none;
	line-height: 2.5em;
	transition: all .3s;
}
section.offerBottomFlex div.catalog div.btn br{
	display: none;
}

section.offerBottomFlex div.catalog div.btn a:after{
	display: none;
}
section.offerBottomFlex div.catalog div.btn a:hover{
	color: #fff;
	background: #c30;
}
@media screen and (max-width: 1199px) {
	section.offerBottomFlex .owned{
		padding:70px 7%;
	}
	section.offerBottomFlex div.catalog {
		padding:70px 5%;
	}
}
@media screen and (max-width: 959px) {
	section.offerBottomFlex {
		display:unset;
		justify-content:unset;
		box-sizing:border-box;
	}
	section.offerBottomFlex .owned{
		width:90%;
		margin:0 auto 50px;
	}
	section.offerBottomFlex .owned .img{
		width:100%;
		display:flex;
		height: auto;
	}
	section.offerBottomFlex .owned .img img{
		width:40%;
		margin:0 5% 0 0;
	}
	section.offerBottomFlex .owned .img h2{
		width:55%;
		line-height:1.5em;
		align-items: end;
		display:
		flex;
	}
	section.offerBottomFlex div.catalog {
		width:90%;
		margin:0 auto 50px;
	}
	section.offerBottomFlex div.catalog div.title > h4:after {
	}
	section.offerBottomFlex div.catalog div.image{
		height: auto;
		display: block;
	}
	section.offerBottomFlex div.catalog div.image ul{
		width: 80%;
		margin: 20px auto;
	}
	section.offerBottomFlex div.catalog div.image ul li{
		width: 24%;
		margin-bottom: 0;
	}
	section.offerBottomFlex div.catalog div.image h3{
		width: 100%;
	}
	section.offerBottomFlex div.catalog div.image h3 br{
		display: none;
	}
}
@media screen and (max-width: 680px) {
	section.offerBottomFlex .owned .img h2{
	}
}
@media screen and (max-width: 599px) {
	section.offerBottomFlex .owned .img{
		width:100%;
		display:unset;
	}
	section.offerBottomFlex .owned .img img{
		width:60%;
		min-width:200px;
		margin:0 5% 0 0;
	}
	section.offerBottomFlex .owned .img h2{
		width:100%;
		line-height:1.5em;
		align-items: unset;
		display:block;
		margin:0.7em 0;
	}
	section.offerBottomFlex div.catalog div.image ul li{
		width: 45%;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 422px){
	section.offerBottomFlex .box .button a{
		line-height: 1.5em;
	}
	section.offerBottomFlex .box .button a br{
		display: block;
	}
	section.offerBottomFlex div.catalog{
		padding-top: 80px;
	}
	section.offerBottomFlex div.catalog div.btn a{
		line-height: 1.5em;
	}
	section.offerBottomFlex div.catalog div.btn br{
		display: block;
	}
	section.offerBottomFlex div.catalog div.title h4 br{
		display: block;
	}
}