﻿@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,#page_title .title_wrap p{font-family: 'Poppins', sans-serif;}

/*--------------------------------
疑似要素にオブジェクト
--------------------------------*/
.slide1,.slide2,.dotte,#contents .con_wrap,#contents2 .con_wrap{position: relative;}
/*リピートなし*/
.slide1:before,.slide2:before,.dotte:before,#contents .con_wrap:before,#contents2 .con_wrap:before{
content: "";
display: block;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
}

.slide1:before{
background-color: #73a0c3;
mix-blend-mode: color-burn;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0.3;
z-index: 1;
}
.slide2:before{
background-color: #73a0c3;
mix-blend-mode: color-burn;
width: 100%;
height: 100vh;
top: 0;
left: 0;
opacity: 0.5;
z-index: 1;
}

.dotte:before{
background-image: url(./Dup/img/dotte.png);
width: 30px;
height: 5px;
bottom: -15px;
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}
.con_title.dotte:before{
left: 3px;
bottom: -10px;
-ms-transform: none;
-webkit-transform: none;
transform: none;
}
.box_txt1.dotte:before{
width: 25px;
height: 4px;
left: 3px;
bottom: -10px;
-ms-transform: none;
-webkit-transform: none;
transform: none;
}


#contents .con_wrap:before{
background-image: url(./Dup/img/obj1.jpg);
background-size: 100%;
width: 15vw;
height: 12vw;
top: -8vw;
right: 7vw;
}
#contents2 .con_wrap:before{
background-image: url(./Dup/img/obj2.jpg);
background-size: 100%;
width: 15vw;
height: 12vw;
bottom: -9vw;
right: 7vw;
}


/*--------------------------------
全体
--------------------------------*/
#wrap{overflow: hidden;}

footer.bg_color2,footer .bg_color2{background-color: #233c5f;}
.footer_right,.page footer,footer a{color: white;}
.top footer .tel_bt a{color: #73a0c3;}
footer a.hvr_txt_color1:hover{color: #73a0c3;}

#page_top{bottom: 215px;}
.fix_banner{
width: 220px;
position: fixed;
bottom: 0;
right: 15px;
z-index: 6;
}
/*--------------------------------
TOP
--------------------------------*/
#custom .catch{
position: absolute;
width: 80vw;
}
#custom .catch p{font-size: 4vw;line-height: 1;letter-spacing: 5px;font-weight: 500;}
#custom .catch span{font-size: 2.35vw;letter-spacing: 3px;}
.slide_wrap .catch{
bottom: 5%;
right: 14vw;
}
.slide2 .catch{
bottom: 5%;
left: -24vw;
z-index: 2;
}

#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; }
}

#intro .intro_right div.intro_img1{height: 60%;}
#intro .intro_right div.intro_img2,
#intro .intro_right div.intro_img3{height: 40%;}

#contents2 .con_wrap{right: -10px}
#contents2.trans .con_wrap{
	opacity: 1;
	right: 0;
}

#contents2 .con_bg{
	top: 0;
	right: 0
}
#contents .con_img,#contents2 .con_img{
top:50%;
bottom: auto;
left: 40px;
-ms-transform: translate(0,-50%);
-webkit-transform: translate(0,-50%);
transform: translate(0,-50%);
}
#contents2 .con_box1::before{
	width: 40px;
	height: 1px;
	left: 0;
	bottom: 0;
	background-color: #fff
}
#contents .con_box1::before{display: none;}

@media screen and (max-width: 768px){
	#contents2 .con_wrap{right: 0;opacity: 1}
	#contents2 .con_img{
		height: 60vw;
		top: auto;
		bottom: auto
	}
	#contents .con_img,#contents2 .con_img{
        height: auto;
        top: auto;
        bottom: auto;
        -ms-transform: translate(0,0);
        -webkit-transform: translate(0,0); 
        transform: translate(0,0);
    }
}
/*--------------------------------
下層
--------------------------------*/
/* 土地選びのコツ */
.flow_type3 .cate{counter-reset: box;}
.flow_type3 .cate_box{counter-increment: box;}
.flow_type3 .box_item{padding-top: 60px;}
.flow_type3 .box_title1{z-index: 0}
.flow_type3 .box_title1::before, .flow_type3 .box_title1::after{
	position: absolute;
	content: "";
	display: block;
	pointer-events: none
}
.flow_type3 .box_title1::before {
	content: "0"counter(box);
	font-size: 86px;
	color: #dbe6ef;
	left: 0;
	top: -90px;
	z-index: -1;
}
.flow_type3 .box_title1::after{
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #222
}
/*-------- スマートフォン --------*/
@media screen and (max-width: 667px){
.flow_type3 .box_title1::before{
	left: auto;
	right: 0;
	top: -50px
}
.flow_type3 .box_item {
    padding-top: 36px;
}
}

/* よくある質問 */
.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;}

@media  screen and (max-width: 1000px){

#custom .catch{
width: 650px;
}
.slide_wrap .catch{
bottom: 7%;
right: 295px;
}
.slide2 .catch{
bottom: 7%;
left: -245px;
}

}

/*タブレット用（768px以下）*/
@media  screen and (max-width: 768px){
footer{color: white;}
.top footer .tel_bt a{color: white;}

#page_top {bottom: 150px;}
.fix_banner{width: 170px;right: 5px;}

#custom .catch p{font-size: 5vw;}
.slide_wrap .catch,.slide2 .catch{bottom: 10%;}
.slide_wrap .catch{right: 70px;}
.slide2 .catch{left: -260px;}

#contents .con_img, #contents2 .con_img{left: 0;}
#contents .con_wrap:before{
width: 25vw;
height: 21vw;
top: auto;
bottom: -15vw;
right: 5%;
}
#contents2 .con_wrap:before{
width: 25vw;
height: 21vw;
bottom: -15vw;
right: auto;
left: 5%;
}

}

/*スマホ用（667px以下）*/
@media  screen and (max-width: 667px){
#page_top {bottom: 5px;}
.fix_banner{
width: 200px;
bottom: 5px;
right: auto;
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}

#custom .catch{width: 90vw;}
.slide_wrap .catch,.slide2 .catch{bottom: 105px;}
.slide_wrap .catch{right: 5%;}
.slide2 .catch{left: -58%;}

.con_title.dotte:before{
width: 30px;
height: 5px;
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}
#contents .con_img, #contents2 .con_img{margin-top: -70px;}
#contents .con_wrap:before,#contents2 .con_wrap:before{display: none;}

}

/*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: #1a1a1a;}
.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;}