/*--------------------
top.css
--------------------*/


.l-block01{
  background: url("../images/top/block01-bg01_pc.png") center center no-repeat transparent;
  background-size: cover;
  min-height:88.7rem;
  padding:26.5rem 3.0rem;
  display:flex;
  align-items: center;
}
.l-block01-inner{
  max-width:1560px;
  width:100%;
  margin:0 auto;
}
.l-block01-block{
  
}
.l-block01-block h1{
  
}
.l-block01-block h1 picture{
  
}
.l-block01-block h1 picture img{
  width:41.2rem;
  min-width:300px;
}
.l-block01-block p{
  padding-top:6.5rem;
  text-align: justify;
  color:#1e78b6;
  
  font-size:clamp(14px, 1.6rem, 16px);
  font-weight:400;
  line-height: 2.0;
  letter-spacing: 0em;
}


@media all and (max-width: 767.5px) {
  .l-block01{
    background: url("../images/top/block01-bg01_sp.png") right center no-repeat transparent;
    background-size: cover;
    min-height:128.0rem;
    padding:16.4rem 6.5rem 27.0rem;
    display:flex;
    align-items: center;
  }
  .l-block01-inner{
    max-width:100%;
    width:100%;
    margin:0 auto;
  }
  .l-block01-block{

  }
  .l-block01-block h1{

  }
  .l-block01-block h1 picture{

  }
  .l-block01-block h1 picture img{
    width:48.8rem;
    min-width:auto;
  }
  .l-block01-block p{
    padding-top:6.0rem;
    width:50.0rem;
    text-align: justify;
    color:#1e78b6;

    font-size:2.6rem;
    font-weight:400;
    line-height: 2.0;
    letter-spacing: 0em;
  }
}

















