@charset "UTF-8";
.js-fv{
  background: url(../img/bg_lower_fv.jpg) no-repeat center center / cover;
}
#top .js-fv{
  background: url(../img/bg_top_fv.jpg);
  background-size: contain;
}
.grad{
  background: linear-gradient(to right, #f3d9b4, #fff3df, #d9e9f6);
}
#child{
  padding: 5.6rem 0;
  background-image: url("../img/deco/01bottom_wh.png");
  background-size: 100vw auto;
  -webkit-background-size: 100vw auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  position:relative;

}
.child-deco div{
  position:relative;
  z-index:2;
}
.child-deco .deco01,.child-deco .deco02{
  z-index:3;
  position:absolute;
}
.child-deco .deco01{
  width: 56px;
  bottom:-1rem;
  left:16%
}
.child-deco .deco02{
  width: 36px;
  right:16%;
  bottom:0;
}
#child .til {
  font-size: 5rem;
  line-height: 4.5rem;
  letter-spacing: .2rem;
  color: var(--bl);
  margin-bottom: 10px;
}
#child .til span {
  font-size: 2rem;
}
#child span.min01 {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 0.8;
  background: #01317a;
  border-radius: 3px;
  padding: 6px 7px;
  margin-right: 5px;
  color: #fff;
  text-align: center;
}
#child.ttl p{
  color: #01317a;
  font-size: 18px;
}
#child .child-subtxt{
  font-weight: bold;
  margin-top: 1.6rem;
}
#child .child-subtxt span{
  font-size: 1.4rem;
  line-height: 2rem;
  padding-top: 1rem;
  display: block;
  text-align: center;
  font-weight: normal;
}
.box-top{
  padding-top: 5.6rem;
  padding-bottom: 6.4rem;
}
.logo-c{
  position:absolute;
  top:1rem;
  left:1rem;
  width: 160px;
}

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


}

@media screen and (max-width:769px) {
  #child{
    padding-top:6rem;
    background-image: url("../img/deco/01bottom_wh_sp.png");
  }
  .child{
    background-image: url("../img/child-sp.png");
    background-position: center;
  }
/*
  #child .child-subtxt{
    text-align: left;
  }
*/
#child .til {
  font-size: 4rem;
  line-height: 3.5rem;
  }
  #child .til span {
    font-size: 1.4rem;
    padding: 5px;
  }
  .logo-c{
    position:absolute;
    top:0.8rem;
    left:0.8rem;
    width: 100px;
  }
  .child-deco .deco02{
    width: 24px;
    bottom:-2rem;
  }
  .child-deco .deco01 {
    width: 48px;
    bottom:-2.8rem;
  }
}

@media screen and (max-width:640px){
  .form-box_login li{
    margin-bottom: 1rem;
  }

}

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


}

