@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

html { scroll-behavior: smooth;}

/* main image */
#mainHdImg{
    min-width:980px;
    max-width:1440px;
    height:auto;
    margin:0 auto;
	position: relative;
background-color: #78b92d;  
}

#mainHdImg .subTxt {
    font-size: 24px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
}

#mainHdImg .titleArea{
    position: absolute;
    top:80px;
    left:0;
    display:block;
    width:100%;
    text-align: center;
    z-index:2;
}
#mainHdImg .slider div{
    height:640px;
    background-color:#efefef;
    background-position: center 67%;
    background-repeat: no-repeat;
    background-size:cover;
    position: relative;
   
}
#mainHdImg h2{
font-size: 48px;
    line-height: 1.8;
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
}

#mainHdImg h2 + img {
    width:256px;
    margin: 15px auto 28px;
}

#mainHdImg .anchor{
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
    flex-wrap: wrap;  
  justify-content: space-between;
  position: relative;
}


#mainHdImg .anchor:before{
    position: absolute;
  background-color: #2b84d2;
    width:10%;
    height: 100%;
    top: 0;
    right:100%;
    content: "";
    z-index: 0;  
}

#mainHdImg .anchor:after{
/*    position: absolute;
  background-color: #78b92d;
    width:10%;
    height: 100%;
    top: 0;
    left: 100%;
    content: "";
    z-index: 0;  */
}


#mainHdImg .anchor li {
  width: 25%;
  border-right: #fff solid 1px;
box-sizing:border-box;
}

#mainHdImg .anchor li:last-child {
  border-right:none;
}



#mainHdImg .anchor li a{
  padding: 40px 0;
  background-color: #2b84d2;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #fff;  
}

#mainHdImg .anchor li:last-child a{
  background-color: #78b92d;
}

@media screen and (max-width:767px) {
  
 #mainHdImg{
    height:auto;
      min-width: 0;
    margin: 0 auto 0; 
}
	
	#mainHdImg .titleArea{
		top:9vh;
	}
	
#mainHdImg .subTxt{
font-size: 3.6vw;

}
	
#mainHdImg h2 {
    font-size: 6.4vw;
}
  
#mainHdImg h2 + img {
    width: 44%;
}  
	
#mainHdImg .slider div {
    height:51vh;
	background:url(../images/main_housing_sp.jpg) center bottom no-repeat !important;
		background-size:cover !important;
} 
  
#mainHdImg .anchor{
align-content: space-between;

}  
  
#mainHdImg .anchor li {
  width: 50%;
  border-bottom: #fff solid 1px;

}  
  
#mainHdImg .anchor li a{
  padding: 20px 0;
}  
  
}


/*-----houseing-----*/

#housing .co{
    min-width: 980px;
    max-width: 1080px;
    margin: 0 auto 0;
    text-align: center;
}  
  

@media screen and (max-width:767px) {

#housing .co {
    min-width: 0;
    margin: 0 auto 0;
}
}


/*-------------------------*/

.h-ttl1{
  color: #2b84d2;
    text-align: center;
    line-height: 1.8em;
    padding: 2em 1em;
  font-weight: bold;
  font-size: 1.6em;
  letter-spacing: 0.2em;
}

.h-ttl2{
  color: #fff;
    text-align: center;
    line-height:2em;
    padding:0.2em 2.5em 0;
  margin: 1.8em 0;
  font-weight: bold;
  font-size: 1.4em;
  letter-spacing: 0.1em;
  display: inline-block;
  background-color: #2b84d2;
  border-radius: 2em;
}

#scWhy .h-ttl2 + p{
    font-size: 1.6em;
  font-weight: bold;
  line-height: 2;
}

.txtBox{
text-align: left;
width: 55%;
    padding: 4vh 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.imgBox{
padding: 4vh 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.co p{
  line-height: 2;
    font-size:1.2em;
}

.txtldBox{

}

.subimg{
    margin: 80px auto 10px;
}

.reasonBox{
  border: #646464 solid 1px;
  padding: 60px;
  margin: 60px 0;
}

.reasonBox p{
  color: #2b84d2;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 60px;
  line-height: 1.6 !important;
}

.txSim{
  color: #2b84d2;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 60px;
}

.reasonBox img{

}


@media screen and (max-width:767px) {
  
.h-ttl1 {
    padding: 1em 0;
  font-size: 1.4em;
}
  
.txtldBox {
    text-align: left;
  padding: 0 10px;
} 
  
.subimg{
    margin: 20px auto 0;
}
  
.subimg img{
    width: 100%;
    height: auto;
  } 
  
.h-ttl2{
    padding:0.2em 1.5em 0;
  display: block;
    margin: 2em 0;  
  font-size: 1.2em;
  line-height: 1.8;
} 
  
#scWhy .h-ttl2 + p{
    font-size: 1.4em;
}

.txtBox{
width:100%;
    padding: 20px 10px 0;  
}

.imgBox{
width:100%;
    padding: 20px 10px 0;  
} 
  
  .imgBox img{
    width: 100%;
    height: auto;
  }  
  
.flex {
    flex-wrap: wrap;
}  
  
.co {
    padding: 25px 25px;
}  
  
.reasonBox{
  padding: 30px 25px;
  margin: 30px -10px;
}
  
  .reasonBox p{
  font-size: 1.4em;
}
  
.reasonBox img {
    width: 100%;
}  
  
.txSim{
  margin-bottom: 20px;
}  
  
}


/*------------------*/

#scDep,
#scPt2{
  background-color: #faf9f6;
}

#scWhy p{
	line-height: 2; 
}

.txtdpBox{
  text-align: left;
}

#scDep .h-ttl2{
  display: block;
  margin-top: 60px;
}

#scDep .bgGry{
	background-color: #edf1eb;
}
#scDep .bgBlu{
	background-color: #ECF3F5;
}


#scDep + p{
    padding:40px 0;
	color:#fff;
    background-color:#eb711f;
    font-size: 1.1em;
	font-weight: 700;
}


.col3w{
  margin: 100px 0 10px;
  width: 28%;
  position: relative;
}

.col3w > div{
position: absolute;
top: -1em;
color: #fff;
text-align: center;
line-height: 2em;
padding: 0.2em 0 0;
width: 70%;
margin: 0 15%;
font-weight: bold;
letter-spacing: 0.1em;
display: inline-block;
background-color: #2b84d2;
border-radius: 2em;
}

.co p.txtS{
  font-size: 90%;
  text-align: left;
}

.reasonBox .txGr{
  margin-top: 30px;
  font-weight: bold;
  color: #646464;
  margin-bottom: 0;
}



/*-----smartphone-----*/
@media screen and (max-width:767px) {
	
	#scDep .flex{
		flex-wrap: wrap;
    display:inline-block;
	}
	
	
	#scDep .flex .fd:last-child{
		margin-bottom: 0;
	}	

	#scDep h3 + img{
	    width: 150px;
		height: auto;
		margin: 0 auto 2em;
}	

.col3w{
  width: 100%;
margin: 50px 0 10px;  
}
  
.co p.txtS {
text-align: center;
} 
  
.reasonBox .txGr{
font-size: 1.2em;
  line-height: 2 !important;
}  
	
}

/* 選ばれる理由 ------------------------------------------*/

.scPt{
  padding: 60px 0;
}

.pt-ttl > div{
position: relative;
color:#2b84d2;
text-align: center;
line-height: 2em;
padding: 0.2em 1.5em 0;
font-weight: 600;
font-size: 1.4em;
letter-spacing: 0.1em;
display: inline-block;
border:#2b84d2 solid 4px;
border-radius: 2em;
background-color: #fff;
}

.pt-ttl > div::before,
.pt-ttl > div::after{
      content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
}

.pt-ttl > div::before {
    left: calc(50% - 12px);
    top:100%;
    border: solid 15px transparent;
    border-top: solid 25px #2b84d2;
}

.pt-ttl > div::after {
    left: calc(50% - 12px);
    top:82%;
    border: solid 15px transparent;
    border-top: solid 25px #fff;
}


.pt-ttl h3{
  margin-top:1.5em;
color:#2b84d2;
  font-size: 1.6em;
  font-weight: bold;
  letter-spacing: 0.1em;
  
}

.pt-ttl .num{
  display: block;
  font-size: 2.5em;
  font-weight:400;  
}

.pt-ttl + p,
.co .txL{
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 1.5em;
}


.ptTxtBox{
  margin: 60px 0;
  color: #646464;
}

.ptTxtBox .note{
    font-size: 86%;
    margin: 15px 0 0 0;
  margin-left: 1em; 
text-indent: -1em; 
  color: #000;
}

.exlist{
    flex-wrap: wrap;
}

.exBox{
width: 46.5%;
  margin-top: 50px;
}

.exBox img{
  width: 100%;
  height: auto;
}

.exBox p{
  padding: 1em 0;
  color: #646464;
  font-weight: bold;
}

.exBox a{
    color: #2b84d2;
    line-height: 2.3em;
    padding: 0.2em 1.5em 0;
    font-weight: 600;
    letter-spacing: 0.1em;
    display: inline-block;
    border: #2b84d2 solid 2px;
} 

.exBox a:hover{
  opacity: 0.8;
}

.ptTxtBox.left{
text-align: left;
  width:40%;
}

.smlBox{
  background-color: #fff;
  padding: 60px;
}

.smlBox2{
  margin-top: 60px;
    border: #646464 solid 1px;
    padding: 60px 60px 120px;
}

.imgptBox{
padding: 4vh 5px;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
  width: 40%;
}


.imgptBox img{
  width: 100%;
  height: auto;
}

.imgptBox .note{
     font-size: 86%;
    margin: 15px 0 0 0;
    margin-left: 1em;
    text-indent: -1em;
    color: #000; 
  text-align: left;
  line-height: 1.6;
}

.f_area img{
  vertical-align: bottom;
}

  .fk1{
   color: #fff;
    text-align: center;
    line-height: 2em;
    padding: 0.2em 1.5em 0;
    margin: 1.2em 0 0 20%;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: inline-block;
    background-color: #2b84d2;
    border-radius: 2em; 
    position: relative;

  }

.fk1:before{
content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute; 
    right:13%;
    bottom: 100%;
    border: solid 10px transparent;
    border-bottom: solid 20px #2b84d2;
}  

.fk1:after {
	content: ""; 
	display: block; 
	clear: both;
}

.f_area .note{
  text-align: left;
  font-size: 86%;
  margin:10px 8.5% 0 8.5%;

}

.f_area .note2{
  text-align:left;
  font-size: 86%;
  margin:10px 0 0 8%;
  line-height: 1.6;
}



@media screen and (max-width:767px) {
  
.scPt{
padding: 30px 10px;
}  

.ptTxtBox{
margin: 30px 0; 
text-align: left;
} 
  
  .ptTxtBox p{
    font-size: 1.1em;
  }  

.exBox{
width:100%;
margin-top: 30px;
}  
  
.pt-ttl + p,
.co .txL {
    font-size: 1.3em;
}  
  
.ptTxtBox.left{
  width:100%;
}
  
.smlBox{
  padding: 20px;
  margin: 0 -5%;
}  
  
.smlBox .f_area {
width: 400px;
}  
  
  .smlBox img{
    width: 400px;
    height: auto;
  }  
  
.smlBox2{
  padding: 20px;
  margin: 40px -5% 0;
}
  .fk1{
    padding: 0.5em 1.5em;
    margin: 1.8em 0 0 33%;
    font-size: 90%;
  }  
  
  .fk1 p{
    line-height: 1.4;
  }
    
.smlBox2 .f_area {
width: 400px;
}
  
  .smlBox2 .f_area img{
    width: 400px;
    height: auto;
  }
.f_area .note{
  margin:10px 0 0 0;
}  


.imgptBox{
padding: 0 5px 4vh;  
  width: 100%;
}
  
  .imgptBox .note{
    letter-spacing: -0.05em;
  } 
  
.f_area .note2{
  margin:7px 0 0 0;
}  

}


/* scConsul ------------------------------------------*/
#scConsul{
	padding: 60px 15px;
	background-color: #78b92d;
	position: relative;
}

#scConsul h3{
    padding:0.7em 0 1em;
	color: #fff;
	font-weight: 600;
	font-size: 1.5em;
  line-height: 2;
  letter-spacing: 0.1em;
}

#scConsul h3 span{
  font-size: 1.6em;
}

#scConsul .btnConsul{
  margin: 20px 0;
}

#scConsul .btnConsul a{
    color: #fff;
    padding: 0.8em 7em;
    background-color: #2b84d2;
    border-radius: 10px;
    font-size:1.5em;
  font-weight: 600;
}

#scConsul .btnConsul a:hover{
    background-color: #4394DC;
}

#scConsul h3 + img {
margin: 20px auto;
}

#scConsul .boxConsul{
  background-color: #fff;
  border: #2b84d2 solid 4px;
  border-radius: 1em;
  padding: 20px 40px;
  text-align: left;
  margin: 60px 5% 0;
}

#scConsul .boxConsul p{
 margin-left: 1em; 
text-indent: -1em;  
  line-height: 1.7;
  font-weight: bold;
}



/*-----smartphone-----*/
@media screen and (max-width:767px) {
	
#scConsul {

    padding: 0;
}
  
#scConsul h3 + img {
   width: 30%;
  margin: 0 auto;
}  

#scConsul h3{
		font-size: 1.25em;
		padding-bottom: 20px;
  line-height: 1.8;
	}
  
#scConsul .btnConsul a{
    padding: 0.6em 3em;
    border-radius: 2em;
}
  
  #scConsul .boxConsul{
  padding: 15px;
  margin: 30px 5% 0;

}

#scConsul .boxConsul p{
font-size: 1.1em;
  line-height: 1.6;
}
  

}

@media screen and (max-width:767px) {

/*===========
.scroll-box
===========*/
.scroll-box {
  overflow-x: scroll;
  padding-bottom: 10px;
}
.scroll-box div img {
/*  max-width: 100%;
  min-width: 600px;*/
  vertical-align: top;
}
 
/*===========
scrollbar
===========*/
/*スクロールバー全体の高さ*/
.scroll-box::-webkit-scrollbar {
  height: 4px;
}
/*スクロールバー全体の背景*/
.scroll-box::-webkit-scrollbar-track {
  background: #eee;
   background: #ccc; 
  border-radius: 4px; 
}
/*スクロールバーの動く部分*/
.scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;

}
/*スクロールバーの動く部分のホバー（マウスオーバー）*/
.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.scroll-box .f_area {

}
}


