@charset "UTF-8";

/* 共通
***************************************************************/
main{
  padding-top: 250px;
  overflow-x: hidden;
}
/*--------------------PC--------------------*/
@media all and (min-width:681px){
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  main{
    padding-top: 140px;
  }
}


/* page_ttl_sec
***************************************************************/


.page_ttl{
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 85px;
}
.page_ttl .jost{
  font-size: 96px;
  margin-top: -10px;
}
.page_ttl .ja{
  font-size: 22px;
  font-weight: bold;
  margin-top: 15px;
}
.action.stretch.scrollin::before {
    transition-delay: 1s;
}
.guidance01{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
}
.guidance02{
  font-size: 13px;
  margin-top: 1.2em;
}
/*--------------------PC--------------------*/
@media all and (min-width:681px){
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  main .inner {
    margin-left: 11%;
    margin-right: 11%;
  }
 .page_ttl{
    margin-bottom: 35px;
    z-index: 1;
  }
  .page_ttl .jost {
      font-size: 38px;
      margin-top: -0.06em;
  }
  .page_ttl .ja{
    font-size: 16px;
    margin-top: 10px;
  }
  .guidance01 {
    font-size: 16px;
    line-height: 1.625;
  }
  .guidance02{
    line-height: 1.69;
    margin-top: 15px;
  }
}



/* aaa
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:681px){
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
}