@charset "UTF-8";

/*****************************************************

header  CSS

*****************************************************/
img{
  vertical-align:top;
}

#header{
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  padding:12px 0;
  z-index: 9 !important;
  background-color: #fff;
}

.headerflm{
  margin: 0 auto;
  width: 100%;
  padding:0 24px;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.headlogo{
  width:calc(625vw / 12);
  max-width: 625px;
  height: auto;
}

.headline{
  width:calc(215vw / 12);
  max-width: 215px;
  height: auto;
}

@media(max-width:550px){

  #header{
    padding:2vw 0;
  }
  
  .headerflm{
    width: 100%;
    padding:0 2vw;
    max-width:none;
  }

  .headlogo{
    width:calc(350vw / 5);
    max-width:none;
  }
  
  .headline{
    width:calc(108vw / 5);
    max-width:none;
  }

}


/**************************************************************

フッター
css

****************************************************************/

footer{
  width: 100%;
  margin: 0;
  padding:12px 0;

  display: flex;
  justify-content: center;

  background-color: #009FE6;
  color: #fff;
  text-align: center;
  font-size: 0.9rem;
  letter-spacing: 2px;
}

@media(max-width:550px){

  footer{
    margin: 0;
    padding:2vw 0;
    font-size: 1rem;
  }

}

/**************************************************************

各section
css

****************************************************************/

.sec1,.sec3,.sec4,.sec5,.sec6,.sec8,.sec9,.sec10{
  margin: 0 auto;
  width: 100%;
  max-width:1200px;
}

.sec2{
  margin:40px auto 0 auto;
  padding: 40px 0 30px 0;
  width: 100%;
  max-width: 1200px;
  height: calc(440vw / 12);
  max-height: 440px;
  background-color: #fff;
  background-image: url("../image/sec2img1.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;

  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.sec2linebtn{
  margin: 0 0 0 -5%;
  width:calc(576vw / 12) ;
  max-width: 576px;
  height: auto;
}

.sec7{
    margin:0 auto;
    padding: 30px 0 30px 0;
    width: 100%;
    max-width: 1200px;
    height: auto;
    background-color: #EBF4FA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sec7img1{
  margin: -40px 0 20px 0;
  width:calc(705vw / 12) ;
  max-width: 705px;
  height: auto;
}

.sec7linebtn{
  margin: 0;
  width:calc(576vw / 12) ;
  max-width: 576px;
  height: auto;
}

@media(max-width:550px){

  .sec1,.sec3,.sec4,.sec5,.sec6,.sec8,.sec9,.sec10{
    max-width:none;
  }

.sec2{
  margin:0 auto 0 auto;
  padding: 6vw 0 6vw 0;
  width: 100%;
  max-width:none;
  height: calc(635vw / 5);
  max-height:none;
  background-image: url("../image/sec2img1_sp.png");
  background-position:center;
}

.sec2linebtn{
  margin: 0;
  width:calc(421vw / 5) ;
}

.sec7{
  padding: 6vw 0 5vw 0;
  width: 100%;
  max-width:none;
  height: auto;
}

.sec7img1{
margin:0;
width:calc(461vw / 5) ;
max-width:none;
}

.sec7linebtn{
margin: -22vw 0 0 0;
width:calc(421vw / 5) ;
max-width: none;
}
  
}
