﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&family=Poppins&display=swap');
body,.catch{font-family: "Noto Sans JP","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;font-weight: 400;}
.font_bold{font-weight: 500;}
.font1{font-family: 'Poppins', sans-serif;}

/*--------------------------------
疑似要素にオブジェクト
--------------------------------*/
#contents .con_box1,#contents2 .con_box2{position: relative;}
/*リピートなし*/
#custom .custom_wrap:before,#custom .custom_wrap:after,.catch,#contents .con_box1:before,#contents2 .con_box2:before{
content: "";
display: block;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
}

#custom .custom_wrap:before{
background-color: #506f9d;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0.2;
mix-blend-mode: overlay;
}
#custom .custom_wrap:after{
background-color: #000;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0.1;
mix-blend-mode: multiply;
}
.catch{
background-image: url(./Dup/img/catch2.png);
background-size: 100%;
width: 43vw;
height: 13vw;
max-width: 800px;
max-height: 250px;
top: 5%;
left: 5%;
z-index: 1;
filter: drop-shadow(0px 0px 6px rgba(75,105,145,0.5));
}

#contents .con_box1:before{
background-image: url(./Dup/img/obj1.png);
background-color: transparent;
width: 300px;
height: 300px;
bottom: auto;
top: -110px;
left: -175px;
}
#contents2 .con_box2:before{
background-image: url(./Dup/img/obj2.png);
width: 300px;
height: 300px;
bottom: -130px;
right: -175px;
}
/*--------------------------------
全体
--------------------------------*/
#wrap{overflow: hidden;}

footer.bg_color2,footer .bg_color2{background-color: #64819b;}
.footer_right,.page footer,footer a{color: white;}
.top footer .tel_bt a{color: #333;}
footer a.hvr_txt_color1:hover{color: #73a0c3;}

#page_top{bottom: 150px;}

.fix_banner{
width: 350px;
position: fixed;
bottom: 10px;
right: 15px;
z-index: 6;
}
/*--------------------------------
TOP
--------------------------------*/
#custom .custom_wrap{background-image: url(./Dup/img/main_img.jpg);}

#video video{
width: 100%!important;
height: auto;
}

@media  screen and (max-width: 1600px){
#video video{
width: auto!important;
height: 100%;
}
}

/* タブレット用 */
@media  screen and (max-width: 768px){
#video{ height: 40vh; }
#video video{
width: 100%!important;
height: auto;
}
}

/* スマホ用 */
@media  screen and (max-width: 667px){
#video{ height: 31vh; }
}

#contents2 .con_wrap{right: -10px}
#contents2.trans .con_wrap{
	opacity: 1;
	right: 0;
}

#contents2 .con_bg{
	top: 0;
	right: 0
}
#contents2 .con_img{
	top: 100px;
	bottom: 100px;
	left: 0
}
#contents2 .con_box1::before{
	width: 40px;
	height: 1px;
	left: 0;
	bottom: 0;
	background-color: #fff
}

@media screen and (max-width: 768px){
	#contents2 .con_wrap{right: 0;opacity: 1}
	#contents2 .con_img{
		height: 60vw;
		top: auto;
		bottom: auto
	}
}


/* TOP 家づくりコラム */

.topcms_news_type3 .box_txt1 {
    height: 6em;
	line-height: 1.7;
}
.topcms_news_type3 .date {
    padding: 9px 22px 7px;
    border-radius: 45px;
}
.slick-slide img {
    box-shadow: 0 2px 4px rgb(0 0 0 / 0%);
}
/*--- slick ------------------------------------*/
.topcms_news_type3 .slick-box{
    opacity: 0;
    transition: 3s;
}
.topcms_news_type3 .slick-initialized{
    opacity: 1
}
.topcms_news_type3 .slick-box .prev,.slick-box .next {
    display: block;
	cursor: pointer;
	position: absolute;
	top: 40%;
	z-index: 1;
	padding: 15px;
}
.topcms_news_type3 .slick-container{
    padding-left: 30px;
    padding-right: 30px;
}
.topcms_news_type3 .slick-box .prev {
	left: -54px;
}
.topcms_news_type3 .slick-box .next {
	right: -54px;
}
/* Dots */
.topcms_news_type3 .slick-dots{
    position: absolute;
    bottom: -35px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.topcms_news_type3 .slick-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.topcms_news_type3 .slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.topcms_news_type3 .slick-dots li button:hover,
.topcms_news_type3 .slick-dots li button:focus{
    outline: none;
}
.topcms_news_type3 .slick-dots li button:hover:before,
.topcms_news_type3 .slick-dots li button:focus:before{
    opacity: 1;
}
.topcms_news_type3 .slick-dots li button:before{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '●';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.topcms_news_type3 .slick-dots li.slick-active button:before{
    opacity: .75;
    color: black;
}
/* 最後まで行ったら、矢印透過する */
.topcms_news_type3 .slick-disabled{
	opacity: 0.3;
}
/* 要素の高さを合わせる */
.topcms_news_type3 .slick-slide {
	height: auto !important;
}
.topcms_news_type3 .slick-track {
	display: flex;
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.topcms_news_type3 .slick-container{
    padding-left: 0;
    padding-right: 0;
}
.topcms_news_type3 .slick-box .prev {
	left: -8px;
}
.topcms_news_type3 .slick-box .next {
	right: -8px;
}
/* 両サイドの画像を透過 */
.topcms_news_type3 .slick-initialized .slick-slide{
	opacity: 0.1; 
}
/* センター画像を非透過 */
.topcms_news_type3 .slick-initialized .slick-slide.slick-center{
	opacity: 1; 
}
}

/* 担当実績 */
.link_type_slick .box_txt1 {
    height: 6em;
	line-height: 1.7;
}
.link_type_slick .date {
    padding: 9px 22px 7px;
    border-radius: 45px;
}
.slick-slide img {
    box-shadow: 0 2px 4px rgb(0 0 0 / 0%);
}
/*--- slick ------------------------------------*/
.link_type_slick .slick-box{
    opacity: 0;
    transition: 3s;
}
.link_type_slick .slick-initialized{
    opacity: 1
}
.link_type_slick .slick-box .prev,.slick-box .next {
    display: block;
	cursor: pointer;
	position: absolute;
	top: 40%;
	z-index: 1;
	padding: 15px;
}
.link_type_slick .slick-container{
    padding-left: 30px;
    padding-right: 30px;
}
.link_type_slick .slick-box .prev {
	left: -54px;
}
.link_type_slick .slick-box .next {
	right: -54px;
}
/* Dots */
.link_type_slick .slick-dots{
    position: absolute;
    bottom: -35px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.link_type_slick .slick-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.link_type_slick .slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.link_type_slick .slick-dots li button:hover,
.link_type_slick .slick-dots li button:focus{
    outline: none;
}
.link_type_slick .slick-dots li button:hover:before,
.link_type_slick .slick-dots li button:focus:before{
    opacity: 1;
}
.link_type_slick .slick-dots li button:before{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '●';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.link_type_slick .slick-dots li.slick-active button:before{
    opacity: .75;
    color: black;
}
/* 最後まで行ったら、矢印透過する */
.link_type_slick .slick-disabled{
	opacity: 0.3;
}
/* 要素の高さを合わせる */
.link_type_slick .slick-slide {
	height: auto !important;
}
.link_type_slick .slick-track {
	display: flex;
}
@media screen and (max-width: 768px){
.link_type_slick .slick-box .prev, .slick-box .next{top: 35%;}
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.link_type_slick .slick-container{
    padding-left: 0;
    padding-right: 0;
}
.link_type_slick .slick-box .prev, .slick-box .next{top: 30%;}
.link_type_slick .slick-box .prev {
	left: -8px;
}
.link_type_slick .slick-box .next {
	right: -8px;
}
/* 両サイドの画像を透過 */
.link_type_slick .slick-initialized .slick-slide{
	opacity: 0.1; 
}
/* センター画像を非透過 */
.link_type_slick .slick-initialized .slick-slide.slick-center{
	opacity: 1; 
}
}
/*--------------------------------
下層
--------------------------------*/
.slash,.cate_title{
  position: relative;
  display: inline-block;
  padding: 0 45px;
}
.slash:before,.slash:after,
.cate_title:before, .cate_title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 1px;
  background-color: #73a0c3;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.slash:before,.cate_title:before {
  left:0;
}
.slash:after,.cate_title:after {
  right: 0;
}
#contents .slash,#contents2 .slash{padding: 0 25px;}
#contents .slash:before,#contents .slash:after,
#contents2 .slash:before,#contents2 .slash:after{width: 20px;}

/* お客様インタビュー */
.qa_type5 .faq_no {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    top: -10px;
    left: 0;
	-webkit-background-clip: padding-box; 
	-moz-background-clip: padding; 
	background-clip: padding-box;
}
.qa_type5 .box_title1, .qa_type5 .box_txt1 {padding-left: 70px;line-height: 1.7;}

/*タブレット用（768px以下）*/
@media  screen and (max-width: 768px){

.top footer .footer_left,
.top footer .tel_bt a{color: #ffffff;}
footer div.pd_b-100px_tb{padding-bottom: 150px;}

#page_top {bottom: 130px;}
.fix_banner{
width: 300px;
bottom: 10px;
right: 10px;
}


/*#custom .custom_wrap{background-image: url(./Dup/img/main_img2.jpg);}*/
.catch{
width: 80vw;
height: 23vw;
max-width: 800px;
max-height: 250px;
top: 10%;
left: 2%;
}

#contents .con_wrap,#contents2 .con_wrap{
right: auto;
left: 47%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}

#contents .con_box1:before{
width: 200px;
height: 200px;
top: -80px;
left: -120px;
}
#contents2 .con_box2:before{
width: 200px;
height: 200px;
bottom: -85px;
right: -115px;
}


}

/*スマホ用（667px以下）*/
@media  screen and (max-width: 667px){

footer div.pd_b-100px_tb{padding-bottom: 100px;}

#page_top {bottom: 5px;}
.fix_banner{
width: 250px;
bottom: 5px;
right: auto;
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}
.fix_banner a:before{
width: 200px;
height: 87px;
}

.catch{
width: 95vw;
height: 28vw;
max-width: 800px;
max-height: 250px;
top: 20%;
left: 2%;
}

.slash, .cate_title{padding: 0 25px;}
.slash:before, .cate_title:before{width: 30px;left: -15px;}
.slash:after, .cate_title:after{width: 30px;right: -15px;}

#contents .con_wrap, #contents2 .con_wrap{left: 50%;}
#contents .con_box1:before{
background-image: url(./Dup/img/obj3.png);
width: 120px;
height: 120px;
top: -60px;
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}
#contents2 .con_box2:before{
background-image: url(./Dup/img/obj4.png);
width: 120px;
height: 120px;
bottom: auto;
top: -60px;
right: auto;
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}

}

/*IE*/
@media all and (-ms-high-contrast: none) {}




/*--------------------------------
自動リンク
--------------------------------*/
/* color */
.linkStyle{color: #73a0c3; text-decoration: underline;}
.txt_color_nomal .linkStyle{color: #73a0c3;}
.txt_white .linkStyle{color: white;}
.txt_red .linkStyle{color: red;}
.bg_color1 .linkStyle{color: #fff;}
.bg_color2 .linkStyle{color: #233c5f;}
.bg_color3 .linkStyle{color: #fff;}
.bg_color4 .linkStyle{color: #233c5f;}

/*IEのみ*/
@media all and (-ms-high-contrast: none) {
.linkStyle{display: inline-block;}
}

/*--------------------------------
カラー
--------------------------------*/
body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: #333333;}
.txt_black,.hvr_txt_black:hover{color: black;}
.txt_white,.hvr_txt_white:hover{color: white;}
.txt_red,.hvr_txt_red:hover{color: red;}
.txt_color1,.hvr_txt_color1:hover{color: #233c5f;} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: #73a0c3;} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: #232323;} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: #f0f5fa;} /* アクセントカラー2 */

/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: white;} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: black;} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: #233c5f;} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: #73a0c3;} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: #232323;} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: #f0f5fa;} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}

/* border-color */
.border_white,.hvr_border_white:hover{border-color: white;}
.border_black,.hvr_border_black:hover{border-color: black;}
.border_color1,.hvr_border_color1:hover{border-color: #233c5f;}
.border_color2,.hvr_border_color2:hover{border-color: #73a0c3;}
.border_color3,.hvr_border_color3:hover{border-color: #232323;}
.border_color4,.hvr_border_color4:hover{border-color: #f0f5fa;}