@charset "UTF-8";

/*==========================================

  スマホのスタイル

==========================================*/




/*==========================================

  共通設定

==========================================*/

@media screen and (max-width:768px) {
  body {
    width: 100vw;
    font-size: 15px;
    line-height: 1.4;
  }

  /* スマホの時にPC用の改行を無効にする */
  .br-pc {
    display: none;
  }

  .align-left {
    text-align: center;
  }


}




/*==========================================

  ヘッダー

==========================================*/
@media screen and (max-width:768px) {
 
  header .pc-navi div {
    width: 100%;
    justify-content: center;
    flex-direction: column;
    height: 128px;
  }
  
  header .logo img {
    height: 42px;
  }
  
  header .pc-navi ul {
    margin-top: 15px;
  }
  
  header .pc-navi ul li a {
    width: 110px;
    height: 30px;
    border-radius: 15px;
    font-size: 13px;
  }

  header .pc-navi ul li:nth-of-type(2) a {
    margin: 0 5px;
  }
  
}




/*==========================================

  フッター

==========================================*/
@media screen and (max-width:768px) {
  footer .footer-inner {
    width: 100%;
    padding: 20px 0;
    flex-direction: column;
    justify-content: flex-start;
  }

  footer .footer-inner a {
    margin-bottom: 20px;
  }

  footer .footer-inner ul {
    display: block;
    width: 100vw;
  }

  footer .footer-inner ul li {
    padding: 20px 0;
    border-right: none;
    text-align: center;
    border-bottom: 1px solid #bfbfbf;
  }

  footer .footer-inner ul li:first-of-type {
    border-left: none;
    border-top: 1px solid #bfbfbf;
  }

  footer p {
    padding-bottom: 20px;
  }
}







/*==========================================

  【main 共通項目】

==========================================*/
@media screen and (max-width:768px) {
  .sec-01, .sec-02, .sec-03, .sec-04 {
    width: 100%;
    margin-bottom: 110px;
  }

  .contact-btn {
    width: 325px;
    height: 60px;
    font-size: 18px;
    border-radius: 5px;
  }

  .link-btn {
    width: 300px;
    height: 60px;
    border-radius: 30px;
    font-size: 18px;
  }


}






/*==========================================

  【section-01】

==========================================*/
@media screen and (max-width:768px) {

  .section-01 {
    margin-top: 123px;
  }

  .section-01 h2 {
    height: 160px;
    background-image: url(../img/img_bg_sp.svg);
    margin-bottom: 20px;
  }

  .section-01 h2 img {
    width: 325px;
  }

  .section-01 h1 {
    width: 328px;
  }

  .section-01 div {
    width: 335px;
    border-radius: 5px;
    margin: 35px 0 50px;
  }

  .section-01 h3 {
    margin: 15px 0;
    font-size: 17px;
    line-height: 1.4;
  }

  .section-01 p {
    border-top: 2px dotted #008caf;
    width: 315px;
    padding-top: 20px;
    margin-bottom: 25px;
    font-size: 15px;


  }



  
  

}



/*==========================================

  【section-02】

==========================================*/
@media screen and (max-width:768px) {
  
  .section-02 {
    background-image: url(../img/img_bg02_sp.svg);
  }

  .section-02 img {
    width: 100vw;
    margin: 30px 0 20px;
  }

  .section-02 p {
    font-size: 23px;
  }

  .section-02 ul {
    flex-direction: column;
    margin: 30px 0 50px;
  }

  .section-02 ul li a {
    width: 270px;
    height: 56px;
    border-radius: 28px;
  }

  .section-02 ul li:nth-of-type(2) a {
    margin: 15px 0;
  }
  
  
}





/*==========================================

  【section-03】

==========================================*/
@media screen and (max-width:768px) {
  .section-03 {
    padding: 72px 0 50px;
  }

  .section-03 div {
    width: 335px;
    border-radius: 8px;
    box-shadow: 2px 2px 0px 0px rgba(178, 220, 231, 1);
    margin-bottom: 60px;
  }


  .section-03 img {
    width: 295px;
    margin: -22px 0 20px;
  }

  .section-03 p {
    width: 295px;
    border-radius: 5px;
    padding: 15px;
    font-size: 13px;
    text-align: justify;
    margin-bottom: 20px;
  }

}







/*==========================================

  【section-04】

==========================================*/
@media screen and (max-width:768px) {
  .section-04 {
    margin: 50px 0 80px;
  }

  .section-04 h2 {
    font-size: 45px;
    margin-bottom: 35px;
  }

  .section-04 > div {
    width: 335px;
    border-radius: 8px;
    box-shadow: 2px 2px 0px 0px rgba(204, 204, 204, 1);
    margin-bottom: 35px;
    align-items: start;
  }

  .section-04 img {
    width: 295px;
    top: -6px;
    left: 20px;
  }

  .section-04 h3 {
    font-size: 25px;
    width: 295px;
    padding-bottom: 15px;
    border-bottom: 2px dotted #333;
    margin: 30px auto 20px;
  }

  .section-04 > div > div {
    margin-bottom: 30px;
    flex-direction: column;
    padding: 0 20px;
  }

  .section-04 ul:first-of-type {
    margin-right: 0;
    margin-bottom: 2px;
  }

  .section-04 li {
    font-size: 15px;
    margin-bottom: 2px;
    line-height: 1.5;
    margin-left: 1em;
    text-indent: -1em;
  }



  .section-04 a {
    width: 335px;
    height: 50px;
    border-radius: 25px;
    font-size: 13px;
    text-align: center;
    line-height: 1.4;
  }

  

}







/*==========================================

  【section-05】

==========================================*/
@media screen and (max-width:768px) {
  .section-05 h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  
  .section-05 {
  padding: 35px 0;
   width: 90%;
    margin-top: -150px;
  padding-top: 150px;
  }







  
  
  
  
  
}






















