@charset "utf-8";

/*------------------------------
汎用
-------------------------------*/

.ttl01_grp{
  margin-bottom: 20px;
  font-size: 36px;
}

.ttl02_grp{
  font-size: 24px;
}

.subttl_grp01{
  font-size: 24px;
}

.subttl_grp02{
  font-size: 36px;
}





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

.wrap_nav_h_grp{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.nav_h_grp{
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 1980px;
  height: 100%;
}

.link_h_grp{
  list-style: none;
  position: absolute;
  z-index: 1;
  top: calc(50% - (3em + 20px * 3) / 2);
  right: 80px;
  font-size: 16px;
}

.link_h_grp > li{

}

.link_h_grp > li + li{
  margin-top: 20px;
}

.link_h_grp > li > a{
  transition: all 300ms 0s ease;
  color: #fff;
}
.color_b > .link_h_grp > li > a{
  color: #000;
}


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

.fv{
  background: #fff no-repeat auto url("/images/moms/fv_grp.webp");
}

.fv > .inner{
  margin: auto;
  max-width: 1980px;
}

.logo_kando{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 36px;
}

.content_fv{
  bottom: calc(50% - (36px * 1.5 + 20px + 16px * 2.2 * 3) / 2);
  left: 80px;
}

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

.content_grp{
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 800px;
}

.ttl_link_svc02{
  margin-top: 10px;
}
