@charset "utf-8";

/*------------------------------
基本
-------------------------------*/

main > *{
  padding: 40px 30px;
}

.fv + *{
  padding-top: 80px;
}

main > *:last-child{
  padding-bottom: 80px;
}





/*------------------------------
汎用
-------------------------------*/
:root{
  --main-color:#105D34;
}
.ttl01_grp{
  margin-bottom: 20px;
  font-size: 28px;
  text-shadow: 0px 0px 10px #000; 
}

.desc_fv{
  line-height: 2.2;
  font-size: 16px;
}

.ttl02_grp{
  margin-bottom: 20px;
  text-align: center;
  font-family: montserrat;
  font-weight: bold;
  font-size: 20px;
  color: #000;
}

.subttl_grp01, .subttl_grp02{
  line-height: 1.8;
  text-align: center;
  font-weight: bold;
}

.subttl_grp02{
  margin-bottom: 40px;
  font-size: 24px;
}





/*------------------------------
固定ナビ
-------------------------------*/

.link_h_grp > li > a{
  text-decoration: underline;
}




/*------------------------------
その他
-------------------------------*/

.fv{
  position: relative;
  padding: 0;
  height: 100vh;
  height: 100svh;
  background: #fff no-repeat  url("/images/nexton/fv.webp");
  background-size: cover;
  color: #fff;
}

.fv > .inner{
  position: relative;
  width: 100%;
  height: 100%;
}

.fv p{
text-shadow: 0px 0px 10px #000;
}

.logo_kando{
  position: absolute;
  top: calc(50svh - 77px);
  left: calc(50vw - 145px);
  font-size: 30px;
}

.content_fv{
  position: absolute;
  bottom: 30px;
  left: 30px;
}


.link_svc > li{
  overflow: hidden;
  list-style: none;
  text-align: center;
  border-radius: 4px;
  background-color: var(--main-color);

}


.link_svc a{
  display: block;
  padding-top: 15px;
  font-weight: bold;
  color: #fff;
}

.ttl_link_svc02{
  margin-bottom: 15px;
  line-height: 1;
}

.ttl_link_svc02::after{
  content: '';
  display: inline-block;
  vertical-align: bottom;
  margin-left: 5px;
  width: 1em;
  height: 1em;
  background: center/contain url("/images/common/icon_out_link.svg");
}






/*------------------------------
タブレット等、中サイズ以上のスタイル
-------------------------------*/

@media screen and (min-width: 860px){
  .link_svc{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    margin: auto;
    width: 800px;
  }

  .link_svc > li{
    width: 240px;
  }

  .ttl_link_svc01{
    font-size: 16px;
  }
}
