@charset "utf-8";

/* -------------------------------- 
mv
 -------------------------------- */
#mv{
  position: relative;
}

#mv img {
	width: 100%;
}
#mv h2 {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 70%;
}


@media screen and (max-width: 1200px){
	#mv h2 {
    width: 80%;
	}
}


/* -------------------------------- 
sec01
 -------------------------------- */
.sec01{
  margin:0 auto;
  width:90%;
  margin-top:60px;
  text-align: center;
  letter-spacing: 0.5px;
}
.sec01 h3{
  display: inline-block;	
  font-size: 3.2rem;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  text-align: center;
  position:  relative; 
}
.sec01 h3 span{	
  margin-top:10px;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 1.5em;
}
.sec01 p{
  margin-top:30px;
  line-height: 1.8em;
}


/* -------------------------------- 

sec02

 -------------------------------- */

.area{
	margin: 0 auto 3rem auto;
	max-width: 250px;
	padding: 4px 0;
	text-align: center;
	font-size: 2.6rem;
	font-weight: bold;
	border-top: 2px solid #7F796A;
	border-bottom: 2px solid #7F796A;
	width: 100%;
}

.area span {
	display: block;
	padding: 15px 0;
	border-top: 1px solid #7F796A;
	border-bottom: 1px solid #7F796A;
}

#sec02{
    margin: 60px auto;
}
/*
#sec02 .inner{
    max-width: 1200px;
    width: 90%;
    margin: 0 auto 0;
    padding-top:60px;
    padding-bottom: 60px;
}*/

#sec02 .bg{
  margin: 30px auto;
  padding: 30px 0;
  background: #fff3e2;
}

#sec02 .wrapper{
    max-width: 1200px;
    width: 90%;
    margin: 30px auto 0;
    transition: 0.4s;
}

#sec02 .wrapper .info .copy .cap{
    font-size: 12px;
    color:#4a4a4a;
}
#sec02 .wrapper .info .copy .cap.top{
    vertical-align: text-top;
}


#sec02 .wrapper#bukken01 .photo{
  background: url(../img/recommend/fukaebashi1.jpg) center center no-repeat;
  background-size: cover;
}
#sec02 .wrapper#bukken02 .photo{
  background: url(../img/recommend/umezono1.jpg) center center no-repeat;
  background-size: cover;
}
#sec02 .wrapper#bukken03 .photo{
  background: url(../img/recommend/okayamate1.jpg) center center no-repeat;
  background-size: cover;
}
#sec02 .wrapper#bukken04 .photo{
  background: url(../img/recommend/minamihoshidai1.jpg) center center no-repeat;
  background-size: cover;
}
#sec02 .wrapper#bukken05 .photo{
  background: url(../img/recommend/hoshida6_1.jpg) center center no-repeat;
  background-size: cover;
}
#sec02 .wrapper#bukken06 .photo{
  background: url(https://www.nomura-k.co.jp/assets/images/sys/2019/09/20200100_hp_%E9%87%8E%E6%9D%91%E5%B7%A5%E5%8B%99%E5%BA%97_%E6%9E%9A%E6%96%B9%E6%98%9F%E4%B8%98_mv_138_pc_sp_thum-01.jpg) right center no-repeat;
  background-size: cover;
}
#sec02 .wrapper#bukken07 .photo{
  background: url(../img/recommend/amagasaki1.jpg) center center no-repeat;
  background-size: cover;
}
#sec02 .wrapper#bukken08 .photo{
  background: url(https://www.nomura-k.co.jp/assets/images/sys/2020/01/reccomend_hoshida8_thumbnail.jpg) left center no-repeat;
  background-size: cover;
}
#sec02 .wrapper#bukken09 .photo{
  background: url(https://www.nomura-k.co.jp/assets/images/sys/2019/10/hoshida9_bird_thumbnail.jpg) left center no-repeat;
  background-size: cover;
}

/*
#sec02 .wrapper#bukken10 .photo{
  background: url(https://www.nomura-k.co.jp/assets/images/sys/2019/05/hoshida8-2_thumbnail.jpg) left center no-repeat;
  background-size: cover;
}
#sec02 .wrapper#bukken11 .photo{
  background: url(https://www.nomura-k.co.jp/assets/images/sys/2019/06/IMG_8961.jpg) left center no-repeat;
  background-size: cover;
}
#sec02 .wrapper#bukken12 .photo{
  background: url(https://www.nomura-k.co.jp/assets/images/sys/2019/10/hoshida9_bird_thumbnail.jpg) center center no-repeat;
  background-size: cover;
}
#sec02 .wrapper#bukken13 .photo{
  background: url(https://www.nomura-k.co.jp/assets/images/sys/2019/07/20190819_nomurakoumutensama_amanogahara2cyoume_hptop_thumbnail.jpg) left center no-repeat;
  background-size: cover;
}
#sec02 .wrapper#bukken14 .photo{
  background: url(https://www.nomura-k.co.jp/assets/images/sys/2019/07/20190819_nomurakoumutensama_amanogahara2cyoume_hptop_thumbnail.jpg) left center no-repeat;
  background-size: cover;
}
#sec02 .wrapper#bukken15 .photo{
  background: url(https://www.nomura-k.co.jp/assets/images/sys/2019/11/hoshidakita4_-modelhouse.jpg) center center no-repeat;
  background-size: cover;
}
*/




@media screen and (max-width: 768px){
    

/* -------------------------------- 
mv
 -------------------------------- */

#mv h2 {
    width: 60%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}




/* -------------------------------- 
sec01
 -------------------------------- */
.sec01{
  margin:0 auto;
  width:90%;
  margin-top:10%;
  text-align: center;
  letter-spacing: 0.5px;
}
.sec01 h3{
  font-size:2.2rem;
  line-height: 1.6em;
  letter-spacing: 0.2rem;
}
.sec01 h3 span{
  font-size:1.8rem;
  line-height: 1.6em;
  letter-spacing: 0.2rem;
}
.sec01 p{
  font-size:1.4rem;
  line-height: 1.8em;
}    
.sec01 h4{
  margin-top:60px;
  font-size:3.6rem;
  line-height: 4.2rem;
  color: #1f3973;
  letter-spacing: 5px;
}
.sec01 h4 span{
  margin-top:5px;
  font-size: 1.0rem;
  line-height: 1.rem;
  color:#d2d2d2;
  display: block;
}
.sec01 .tab{
  width:90%;
  margin:8% auto 0;
  display: block;
}
.sec01 .tab li{
  width: 100%;
  margin-top:8%;
}
.sec01 .tab li a,
.sec01 .tab li.none{
  display: block;
  padding:3% 5%;
  border:4px solid #3EBABC;
}
.sec01 .tab li a::after{
  content:"";
  display: block;
  width:90%;
  height:70%;
  padding:10px 20px;
  position: absolute;
  bottom:-12px;
  right:-12px;
  background: url(../img/bg-tab.png) right bottom no-repeat;
  z-index: -2;
  transition: 0.6s;
}
.sec01 .tab li a:hover{
    transform: translateY(5px);
    opacity: 1;
}
.sec01 .tab li a:hover::after{
  bottom:-5px;
  right:-5px;
  opacity: 0;
}
.sec01 .tab li a img,
.sec01 .tab li img{
  height:60px;
}
	

#ttl::before {
    content : url("../img/img-slash-before_sp.png") ;
    display: inline-block;
    height: 5px;              
    width: 10px;               
    border-radius:  50%;       
    vertical-align:  middle;   
    position:  relative;        
    top: -70px;
	right:70px;
}

#ttl::after {
    content : url("../img/img-slash-after_sp.png") ;
    display: inline-block;
    height: 5px;              
    width: 10px;               
    border-radius:  50%;       
    vertical-align:  middle;   
    position:  relative;        
    top: -70px; 
	left: 10px;
}



/* -------------------------------- 
    
sec02

-------------------------------- */

#sec02 .inner{
    max-width: 1160px;
    width: 95%;
    margin: 0 auto 0;
    padding-top:0;
    padding-bottom: 15%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
  
  
/* -------------------------------- 

voice

 -------------------------------- */
.voice{
    padding-bottom:15%;
}
.voice h2{
    width:45%;
    top:20px;
    left:50%;
}
.voice h3{
    margin:0 auto 0;
    padding:35% 0 0 0;
    font-size: 2.6rem;
    line-height: 3.2rem;
    font-weight: 700;
    text-align: center;
}
.voice h3 span.ttl{
    display: inline-block;
    position: relative;
    z-index: 2;
}
.voice h3 span.ttl::before{
    content:"";
    display: block;
    background: url(../img/icon-katano.svg) top left no-repeat;
    background-size: cover;
    width:60px;
    height:80px;
    position: absolute;
    top:-20px;
    left:-20px;;
    z-index: -1;
}
.voice h3 span > span{
    display: block;
    color:#CE8980;
}
.voice .copy{
    margin-top:30px;
    font-size: 1.4rem;
    line-height: 2.6rem;
    font-weight: 700;
}
.voice .wrap{
    width: 90%;
    margin:10% auto 0;
    padding:8% 5% 10%; 
    border-radius: 20px;
}
.voice .wrap ul{
    display: block;
}
.voice .wrap ul li{
    width: 100%;
}
.voice .wrap ul li+li{
    width: 100%;
    margin-top:10px;
}
.voice .wrap ul li p{
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
}
.voice .wrap ul li p span{
    margin:0 5px;
    padding:0 10px;
    background:#E1F2FD;
    border-radius: 5px;
    font-size: 1.2rem;
}
.voice .wrap ul li .copy{
    margin-top:10px;
    font-size: 1.4rem;
    line-height: 2.4rem;
}
.voice .wrap ul li .btn{
    max-width: 320px;
    margin:20px auto 0;
    padding:10px 0;
    background: #CE8980;
    font-size: 2.0rem;
    line-height: 3.2rem;
    color:#fff;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 2;
    transition: 0.4s;
}
.voice .wrap ul li .btn::after{
  content:"";
  display: block;
  width:90%;
  height:80%;
  padding:10px 20px;
  position: absolute;
  bottom:-10px;
  right:-10px;
  background: url(../img/bg-tab.png) right bottom no-repeat;
  z-index: 1;
  transition: 0.4s;
}
.voice .wrap ul li .btn:hover{
    transform: translateY(5px);
    opacity: 1;
}
.voice .wrap ul li .btn:hover::after{
  bottom:-5px;
  right:-5px;
  opacity: 0;
}

.iziModal{
  background: url(../img/bg-qa.jpg)top left repeat !important;
}

.iziModal .iziModal-content{
  padding:40px;
}

}





/* -------------------------------- 

voiceMini

 -------------------------------- */
.voiceMini{
    background:#f9f3c6;
    width: 95%;
    max-width: 800px;
    margin:60px auto 0;
    padding:10px 20px;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
}
.voiceMini::after{
    content:"";
    background:url(../img/ttl_voice_pc.svg) bottom center no-repeat;
    width: 70%;
    height:80px;
    text-align: center;
    position: absolute;
    top:3%;
    left:50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.voiceMini .slider{
    width: 90%;
    margin:50px auto 0;
}
.voiceMini h4{
    width: 70%;
}

@media screen and (max-width: 768px){
.voiceMini{
    width: 100%;
    margin:15% auto 0;
    padding:5%;
}
.voiceMini::after{
    content:"";
    background:url(../img/ttl_voice_sp.svg) bottom center no-repeat;
    width: 90%;
    height:100px;
    top:35px;
}
.voiceMini .slider{
    width: 100%;
    margin:60px auto 0;
}
.voiceMini h4{
    width: 70%;
}
}

/* 20251114 */
#mv h2 {
  max-width: 1000px;
}
.mv-icon {
  position: absolute;
  max-width: 380px;
  width: 21% !important;
  top: 2%;
  right: 3%;
}
.sec01 h3 {
  font-size: 4rem;
  line-height: 1.5em;
  letter-spacing: 0.2em;
}
.sec01 p {
  margin-top: 20px;
}
.sec01 .text01 {
  font-size: 3rem;
}
.sec01 .text02 {
  font-size: 2.4rem;
}
.add_sec {
  margin: 30px auto;
  padding: 40px 0 0;
  background-color: #867a5d;
}
.add_sec img {
  max-width: 100%;
}
.add_sec_01 {
  max-width: 1200px;
  margin: 0 auto 60px;
  padding: 0 20px;
}
.add_sec_01 .note {
  max-width: 800px;
  width: 70%;
  margin: -50px auto 0 14vw;
  padding: 0 15px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.add_sec_02 {
  padding: 0 0 0;
  background-color: #789b96;
}
.add_sec_02 .inner {
  max-width: 1200px;
  margin: -20px auto 0;
  padding: 0 20px;
  position: relative;
  display: flex;
  align-items: center;
}
.add_sec_02 .banner_icn {
  max-width: 240px;
  width: 24%;
  margin-top: -30px;
}
.add_sec_02 img {
  flex-shrink: 1;
}
.add_sec_02 .text {
  width: fit-content;
  font-size: 3.5rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
  padding-left: 40px;
  letter-spacing: 0.02em;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.75);
}
.add_sec_02 .text span {
  display: inline-block;
  padding-left: 10px;
  font-size: 5rem ;
  vertical-align: bottom;
}
#sec02 .wrapper#bukken04 .photo {
  background: url(../img/recommend/kisabeminami1.jpg) center center no-repeat;
  background-size: cover;
}
#sec02 .wrapper#bukken05 .photo {
  background: url(../img/recommend/hoshida1.jpg) center center no-repeat;
  background-size: cover;
}
#sec02 .wrapper#bukken03 .photo {
  background: url(../img/recommend/nagao1.jpg) center center no-repeat;
  background-size: cover;
}
#sec02 .bukken_header h3 {
  font-size: 2.48rem;
}

@media screen and (max-width: 768px) {
  #mv {
    margin-bottom: 25vh
  }
  .mv-icon {
    max-width: 400px;
    width: 90% !important;
    top: inherit;
    bottom: -23vh;
    right: 0;
    left: 0;
    margin: auto;
  }
  .sec01 h3 {
    font-size: 2.3rem;
    line-height: 1.8em;
  }
  .sec01 p {
    margin-top: 20px;
  }
  .sec01 .text01 {
    font-size: 1.8rem;
  }
  .sec01 .text02 {
    font-size: 1.25rem;
  }
  .add_sec {
    margin: 30px auto;
    padding: 40px 0 20px;
    box-sizing: border-box;
  }
  .add_sec_01 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  .add_sec_01 .text.sp {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .add_sec_01 .note {
    max-width: 780px;
    width: 100%;
    margin: 20px auto;
    padding: 0 20px;
    font-size: 1rem;
    line-height: 1.4;
    box-sizing: border-box;
  }

  .add_sec_02 {
    padding: 0 0 0;
    background-color: #789b96;
  }

  .add_sec_02 .inner {
    margin: 0;
  }
  .add_sec_02 .banner_icn {
    max-width: 240px;
    width: 24%;
    margin-top: -30px;
  }

  #sec02 .bukken_header h3 {
    font-size: 1.6rem;
  }
}

