@charset "utf-8";

/* for Common & Smartphone*/


/* guide ////////////////////////////// */
.guide{}

.qgPageH{
  padding: 0 0 20px 0;
  text-align: center;
}
.qgPageH img{
  width: 30%;
  margin: 0 auto;
}
.qgPageH h1{
  display: flex;
  flex-direction: column;
  margin: 20px 0 0 0;
  color: #0b318f;
}
.qgPageH h1 .fEn{
  padding-left: 0.2em;
  font-size: 2.6rem;/*26 / 44*/
  line-height: 1.0;
  letter-spacing: 0.2em;
}
.qgPageH h1 .fEn + span{
  margin: 10px 0 0 0;
  font-size: 1.6rem;/*16 / 24*/
  line-height: 1.6;
}

/* for PC*/
@media print, screen and (min-width:768px) {
  .qgPageH{}
  .qgPageH > div{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .qgPageH img{
    width: calc((165 / 980) * 100%);
    margin: 0;
  }
  .qgPageH h1{
    margin-top: 0;
    text-align: left;
  }
  .qgPageH h1 .fEn{
    padding-left: 0;
    font-size: 4.4rem;/*26 / 44*/
    letter-spacing: 0.35em;
  }
  .qgPageH h1 .fEn + span{
    margin-top: 15px;
    font-size: 2.4rem;/*16 / 24*/
    line-height: 1.2;
  }
}

.qgBlock{
  padding: 0 0 40px 0;
}

.flex::after{
  content: none;
}


.qgBlock .qgH{
  position: relative;
}
.qgBlock .qgH h2{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90%;
  text-align: left;
}

.qgBlock .qgCopy01{
  margin: 0 0 25px 0;
  font-size: 2.0rem;/*20 / 30*/
  text-align: left;
}
.qgBlock .qgCopy02{
  margin: 0 0 25px 0;
  font-size: 1.8rem;/*18 / 26*/
  text-align: left;
}

.qgBlock .qgTtlEn{
  /*font-size: 5.0rem;50 / 58*/
  font-size: 4.0rem;/*40 / 58*/
  text-align: left;
  line-height: 1.0;
}

.qgBlock .qgLead01{
  font-size: 1.3rem;/*13 / 14*/
  text-align: left;
  line-height: 2.2;
}
.qgBlock .qgLead02{
  font-size: 1.3rem;/*13 / 15*/
  text-align: left;
  line-height: 1.8;
}

.qgBlock .pList.-col03{/*SP1列／PC3列*/
  width: 80%;
  margin: 40px auto 0 auto;
}
.qgBlock .pList.-col03 li{
  font-size: 1.3rem;/*13 / 15*/
  text-align: left;
  line-height: 1.6;
}
.qgBlock .pList.-col03 li + li{
  margin: 30px 0 0 0;
}
.qgBlock .pList.-col03 li figure{
  position: relative;
  margin: 0 0 10px 0;
  overflow: hidden;
}
.qgBlock .pList.-col03 li figure img{
  border-radius: 6px;/*6 / 10*/
}

.qgBlock .pList.-col02{/*SP1列／PC2列*/
  width: 95%;
  margin: 40px auto 0 auto;
}
.qgBlock .pList.-col02 li p:nth-of-type(1){
  font-size: 1.6rem;/*16 / 20*/
  text-align: left;
  line-height: 1.6;
}
.qgBlock .pList.-col02 li p:nth-of-type(2){
  margin: 10px 0 0 0;
  font-size: 1.3rem;/*13 / 14*/
  text-align: left;
  line-height: 1.6;
}
.qgBlock .pList.-col02 li + li{
  margin: 30px 0 0 0;
}
.qgBlock .pList.-col02 li figure{
  position: relative;
  margin: 0 0 10px 0;
  overflow: hidden;
}
.qgBlock .pList.-col02 li figure img{
  border-radius: 8px;/*8 / 16*/
}

/* for PC*/
@media print, screen and (min-width:768px) {
  
  .qgBlock{
    padding-bottom: 80px;
  }

  
  .qgBlock .qgH{}
  .qgBlock .qgH h2{
    left: 50%;
    width: 100%;
    max-width: 1020px;
    padding: 0 10px;
    transform: translate(-50%,0);
  }
  .qgBlock .qgH h2 img{
    max-width: 540px;
  }

  .qgBlock .qgCopy01{
    margin-bottom: 40px;
    font-size: 3.0rem;/*20 / 30*/
    letter-spacing: 0.05em;
  }
  .qgBlock .qgCopy02{
    margin-bottom: 40px;
    font-size: 2.6rem;/*18 / 26*/
    letter-spacing: 0.05em;
  }

  .qgBlock .qgTtlEn{
    font-size: 5.8rem;/*40 / 58*/
  }

  .qgBlock .qgLead01{
    font-size: 1.4rem;/*13 / 14*/
    line-height: 3.0;
  }
  .qgBlock .qgLead02{
    font-size: 1.5rem;/*13 / 15*/
    line-height: 1.8;
  }

  .qgBlock .pList.-col03{/*SP1列／PC3列*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 70px;
  }
  .qgBlock .pList.-col03 li{
    width: calc((296 / 1000) * 100%);
    font-size: 1.5rem;/*13 / 15*/
  }
  .qgBlock .pList.-col03 li + li{
    margin-top: 0;
  }
  .qgBlock .pList.-col03 li:nth-of-type(n+4){
    margin-top: 50px;
  }
  
  .qgBlock .pList.-col03 li figure{
    margin-bottom: 15px;
  }
  .qgBlock .pList.-col03 li figure img{
    border-radius: 10px;/*6 / 10*/
  }
  
  
  .qgBlock .pList.-col02{/*SP1列／PC2列*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 70px;
  }
  .qgBlock .pList.-col02 li{
    width: calc((465 / 1000) * 100%);
  }
  .qgBlock .pList.-col02 li p:nth-of-type(1){
    font-size: 1.9rem;/*16 / 20*/
  }
  .qgBlock .pList.-col02 li p:nth-of-type(2){
    font-size: 1.3rem;/*13 / 14*/
  }
  .qgBlock .pList.-col02 li + li{
    margin-top: 0;
  }
  .qgBlock .pList.-col02 li:nth-of-type(n+3){
    margin-top: 50px;
  }
  
  .qgBlock .pList.-col02 li figure{
    margin-bottom: 15px;
  }
  .qgBlock .pList.-col02 li figure img{
    border-radius: 16px;/*8 / 16*/
  }
  
  
}





.qgBlock .qgUnit{}
.qgBlock .qgUnit .qgUnitH{}

.qgBlock .qgUnit .qgUnitH .ill{}
.qgBlock .qgUnit .qgInner{
  display: flex;
  flex-direction: column-reverse;
}
.qgBlock .qgUnit .qgInner > div{
  position: relative;
  margin-top: -10px;
  padding: 0 10px;
  z-index: 10;
}
.qgBlock .qgUnit .qgInner > div .qgTtlEn{
  margin-bottom: 20px;
}


/*-type01*/
.qgBlock .qgUnit.-type01{
  padding: 0 0 40px 0;
}
.qgBlock .qgUnit.-type01 .qgUnitH{
  position: relative;
  padding: 30px 0 0 0;
}
.qgBlock .qgUnit.-type01 .qgUnitH .ill{
  position: absolute;
  right: 0;
  top: -20px;
  width: calc((140 / 355) * 100%);
}
.qgBlock .qgUnit.-type01 .qgInner figure{
  position: relative;
  overflow: hidden;
}
.qgBlock .qgUnit.-type01 .qgInner figure img{
  border-radius: 16px;/*16 / 24*/
}

/*-type02*/
.qgBlock .qgUnit.-type02{
  /*padding: 0 0 40px 0;*/
}
.qgBlock .qgUnit.-type02 .qgUnitH{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.qgBlock .qgUnit.-type02 .qgUnitH .ill{
  width: calc((120 / 355) * 100%);
}
.qgBlock .qgUnit.-type02 .qgUnitH .qgCopy02{
  /*margin-bottom: 0;*/
}
.qgBlock .qgUnit.-type02 .qgInner figure{
  position: relative;
  overflow: hidden;
}
.qgBlock .qgUnit.-type02 .qgInner figure img{
  border-radius: 12px;/*12 / 20*/
}


/* for PC*/
@media print, screen and (min-width:768px) {
  .qgBlock .qgUnit{
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  .qgBlock .qgUnit .qgUnitH{}

  .qgBlock .qgUnit .qgUnitH .ill{}
  .qgBlock .qgUnit .qgInner{
    flex-direction: row-reverse;
  }
  .qgBlock .qgUnit .qgInner > div{
    margin-top: 0;
    padding: 0;
  }
  .qgBlock .qgUnit .qgInner > div .qgTtlEn{}


  /*-type01*/
  .qgBlock .qgUnit.-type01{
    padding-bottom: 70px;
  }
  .qgBlock .qgUnit.-type01 .qgUnitH{
    padding-top: 60px;
  }
  .qgBlock .qgUnit.-type01 .qgUnitH .ill{
    top: -50px;
    width: calc((350 / 980) * 100%);
  }
  .qgBlock .qgUnit.-type01 .qgInner{
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .qgBlock .qgUnit.-type01 .qgInner > div{
    /*width: calc((320 / 980) * 100%);*/
    width: calc((340 / 980) * 100%);
    margin-left: auto;
    /*padding-left: 3%;*/
    padding-bottom: 10px;
  }
  .qgBlock .qgUnit.-type01 .qgInner > div .qgTtlEn{
    margin-bottom: 50px;
    margin-left: -18%;
  }
  .qgBlock .qgUnit.-type01 .qgInner figure{
    /*width: calc((636 / 980) * 100%);*/
    width: calc((610 / 980) * 100%);
  }
  .qgBlock .qgUnit.-type01 .qgInner figure img{
    border-radius: 24px;/*16 / 24*/
  }
  

  /*-type02*/
  .qgBlock .qgUnit.-type02{
    padding-bottom: 10px;
  }
  .qgBlock .qgUnit.-type02 .qgUnitH{
    display: block;
  }
  .qgBlock .qgUnit.-type02 .qgUnitH .ill{
    display: none;
  }
  .qgBlock .qgUnit.-type02 .qgUnitH .qgCopy02{
    margin-bottom: 20px;
  }
  .qgBlock .qgUnit.-type02 .qgInner{
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: -85px;
  }
  .qgBlock .qgUnit.-type02 .qgInner figure{
    width: calc((500 / 980) * 100%);
    transform: translateY(-105px);
  }
  .qgBlock .qgUnit.-type02 .qgInner figure img{
    border-radius: 20px;/*12 / 20*/
  }
  .qgBlock .qgUnit.-type02 .qgInner > div{
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    z-index: 10;
  }
  .qgBlock .qgUnit.-type02 .qgInner > div .qgTtlEn{
    margin-top: 0.4em;
    margin-bottom: 0;
  }
  
}






.qgBlock .btnMore{
  width: 100%;
  max-width: 335px;
  height: 60px;
  margin: 40px auto 0 auto;
  border-radius: 200px;
  overflow: hidden;
}
.qgBlock .btnMore a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.5rem;/*15 / 18*/
  line-height: 1.0;
}
.qgBlock .btnMore a span{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 40px;
  height: 8px;
  margin: 0 0 0 10px;
}
.qgBlock .btnMore a span::before,
.qgBlock .btnMore a span::after{
  content: "";
  display: block;
  height: 1px;
  background: #fff;
}
.qgBlock .btnMore a span::before{
  width: 100%;
}
.qgBlock .btnMore a span::after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 15px;
  transform: rotate(25deg) translate(0,-50%);
  transform-origin: right top;
}

@media print, screen and (min-width:768px) {
  .qgBlock .btnMore{
    max-width: 600px;
    height: 80px;
    margin-top: 80px;
  }
  .qgBlock .btnMore a{
    font-size: 1.8rem;/*15 / 18*/
  }
  .qgBlock .btnMore a span{
    width: 70px;
    margin-left: 20px;
    transition: .3s;
  }
  .qgBlock .btnMore a span::before,
  .qgBlock .btnMore a span::after{}
  .qgBlock .btnMore a span::before{}
  .qgBlock .btnMore a span::after{}
  
  .qgBlock .btnMore a:hover span{
    transform: translateX(5px);
  }
}






/*.plan
----------------------------------------------------------- */
.qgBlock.plan{
  background: #f4e8d1;
}
.qgBlock.plan .qgTtlEn{
  color: #a96124;
}
.qgBlock.plan .qgUnit.-type02 .qgUnitH .qgCopy02{
  margin-bottom: 0;
}

.qgBlock.plan .qgUnit .planPList{
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0 0;
}

.qgBlock.plan .qgUnit .planPList li{
  width: calc((100% - 15px) / 2);
  font-size: 1.3rem;/*13 / 15*/
  text-align: left;
  line-height: 1.4;
}
.qgBlock.plan .qgUnit .planPList li figure{
  position: relative;
  margin: 0 0 10px 0;
  overflow: hidden;
}
.qgBlock.plan .qgUnit .planPList li figure img{
  border-radius: 6px;/*6 / 10*/
}
.qgBlock.plan .btnMore a{
  background: #a96124;
}

@media print, screen and (min-width:768px) {
  /*-type01*/
  .qgBlock.plan .qgUnit.-type01 .qgUnitH .ill{
    top: -80px;
  }
  .qgBlock.plan .qgUnit.-type02 .qgUnitH .qgCopy02{
    margin-bottom: 20px;
  }
  .qgBlock.plan .qgUnit .planPList{
    position: relative;
    justify-content: flex-end;
    width: 100%;
    margin-top: 50px;
    overflow: visible;
  }
  .qgBlock.plan .qgUnit.-type02 .qgInner > div .qgTtlEn{
    transform: translate(73%,0);
  }
  .qgBlock.plan .qgUnit .planPList::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: calc((320 / 980) * 100%);
    aspect-ratio: 32/25;/*320 / 250*/
    background: url("../images/plan_ill02.png") no-repeat center center;
    background-size: cover;
    transform: translate(0,-50%);
  }
  .qgBlock.plan .qgUnit .planPList li{
    width: calc((236 / 980) * 100%);
    font-size: 1.5rem;/*13 / 15*/
  }
  .qgBlock.plan .qgUnit .planPList li + li{
    margin-left: calc((28 / 980) * 100%);
  }
  .qgBlock.plan .qgUnit .planPList li figure{
    margin-bottom: 15px;
  }
  .qgBlock.plan .qgUnit .planPList li figure img{
    border-radius: 10px;/*6 / 10*/
  }
}

/*.smart eco town
----------------------------------------------------------- */
.qgBlock.set{
  background: #e0e8d4;
}
.qgBlock.set .qgTtlEn{
  color: #5c8360;
}
.qgBlock.set .btnMore a{
  background: #5c8360;
}

@media screen and (max-width:767px) {
  .qgBlock.set .qgUnit.-type01 .qgUnitH .ill{
    top: 0;
  }
}

@media print, screen and (min-width:768px) {
  .qgBlock.set .qgUnit.-type02 .qgInner > div .qgTtlEn{
    transform: translate(82%,0);
  }
}
/*.landscape
----------------------------------------------------------- */
.qgBlock.landscape{
  background: #f3e1de;
}
.qgBlock.landscape .qgTtlEn{
  color: #a86269;
}
.qgBlock.landscape .btnMore a{
  background: #a86269;
}
.qgBlock.landscape .btnMore + .btnMore{
  margin-top: 15px;
}
.qgBlock.landscape .btnMore + .btnMore a{
  background: #0b318f;
}

.qgBlock.landscape .pListWrap{}
.qgBlock.landscape .pListWrap .qgCopy02{
  text-align: center;
}
.qgBlock.landscape .pList{
  margin-top: 0;
}

@media print, screen and (min-width:768px) {
  
}
/*.community
----------------------------------------------------------- */
.qgBlock.community{
  background: #f9f3c1;
}
.qgBlock.community .qgTtlEn{
  color: #8a8000;
}
.qgBlock.community .btnMore a{
  background: #8a8000;
}
.qgBlock.community .pList{
  margin-top: 0;
}

@media print, screen and (min-width:768px) {
  
  .qgBlock.community .qgUnit.-type01 .qgInner > div{
    display: flex;
    flex-direction: column;
  }
  .qgBlock.community .qgUnit.-type01 .qgInner > div .qgTtlEn{
    align-self: flex-end;
    white-space: nowrap;
    margin-left: 0;
  }
}



/*.conIndex
----------------------------------------------------------- */
.conIndex{
  padding: 40px 0 0 0;
}
.conIndex h3{
  margin: 0 0 20px 0;
  font-size: 1.6rem;/*16 / 24*/
  text-align: center;
}
.conIndex ul{
  /*display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px; */
}
.conIndex ul li{}
.conIndex ul li + li{
  margin: 20px 0 0 0;
}
.conIndex ul li a{
  position: relative;
  display: block;
}
.conIndex ul a figure{
  aspect-ratio: 2/1;
}
.conIndex ul li a img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.conIndex ul li a p{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: rgba(11,49,143,0.5);
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
}
.conIndex ul li a p span{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 60px;
    height: 8px;
    margin: 10px auto 0 auto;
  }
  .conIndex ul li a p span::before,
  .conIndex ul li a p span::after{
    content: "";
    display: block;
    height: 1px;
    background: #fff;
  }
  .conIndex ul li a p span::before{
    width: 100%;
  }
  .conIndex ul li a p span::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 15px;
    transform: rotate(25deg) translate(0,-50%);
    transform-origin: right top;
  }

  
  
@media print, screen and (min-width:768px) {
  .conIndex{
    padding-top: 60px;
  }
  .conIndex h3{
    margin-bottom: 30px;
    font-size: 2.4rem;/*16 / 24*/
  }
  .conIndex ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 35px;
  }
  .conIndex ul li{
    width: calc((306 / 1000) * 100%);
  }
  .conIndex ul li + li{
    margin-top: 0;
  }
  .conIndex ul li a{}
  .conIndex ul a figure{
    aspect-ratio: initial;
  }
  .conIndex ul li a img{
    object-fit: fill;
    width: auto;
    height: auto;
  }
  .conIndex ul li a p{
    padding: 15px 5px;
    font-size: 1.4rem;
    transition: .3s;
  }
  .conIndex ul li a p span{
    width: 70px;
    transition: .3s;
  }
  .conIndex ul li a p span::before,
  .conIndex ul li a p span::after{}
  .conIndex ul li a p span::before{}
  .conIndex ul li a p span::after{}
  
  
  .conIndex ul li a:hover{
    opacity: 1.0;
  }
  .conIndex ul li a:hover p{
    background: rgba(11,49,143,0.9);
  }
  .conIndex ul li a:hover p span{
    transform: translateX(5px);
  }
}

/*set aos
--------------------------------- */

/* for sp*/
@media screen and (max-width: 767px) {
  .qgBlock.plan .qgUnit .planPList li:nth-of-type(2n+1){
    transition-delay: 0;
  }
  .qgBlock.plan .qgUnit .planPList li:nth-of-type(2n){
    transition-delay: .05s;
  }
}

/* for pc*/
@media screen and (min-width: 768px) {
  .qgBlock .pList.-col03 li:nth-of-type(3n+1){
    transition-delay: 0;
  }
  .qgBlock .pList.-col03 li:nth-of-type(3n+2){
    transition-delay: .05s;
  }
  .qgBlock .pList.-col03 li:nth-of-type(4n){
    transition-delay: .10s;
  }
  
  .qgBlock .pList.-col02 li:nth-of-type(2n+1){
    transition-delay: 0;
  }
  .qgBlock .pList.-col02 li:nth-of-type(2n){
    transition-delay: .05s;
  }
  
}


