@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 {
    display: none;
  }

  header .sp-navi {
    display: block;
    opacity: 1;
    position: relative;
  }

  header {
    height: 46px;
  }
}


/************************************
  スマホのナビ
************************************/
@media screen and (max-width:768px) {

  /* ハンバーガーメニュー */
  .ham {
    position: fixed;
    width: 35px;
    height: 46px;
    cursor: pointer;
    top: 0;
    right: 0;
    margin-right: 30px;
    z-index: 100;
  }
  .ham_line {
    width: 35px;
    height: 2px;
    background-color: #EA5514;
    position: absolute;
    transition: all 0.3s;
  }
  .ham_line1 {
    top: 11px;
  }
  .ham_line2 {
    top: 22px;
  }
  .ham_line3 {
    top: 33px;
  }

  /* ボタンをクリックしたらバツに変形 */
  .clicked .ham_line1 {
    transform: rotate(45deg);
    top: 22px;
  }
  .clicked .ham_line2 {
    transform: translateX(10px);
    opacity: 0;
  }
  .clicked .ham_line3 {
    transform: rotate(-45deg);
    top: 22px;
  }

  .clicked .ham_line {
    background-color: #fff;
  }

  header .sp-navi .logo-sp img {
    height: 36px;
    margin-left: 30px;
    transform: translateY(5px);
  }

  header .sp-navi .sp-mask {
    visibility: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .8;
    z-index: 10;
  }

  header .sp-navi .sp-mask.clicked {
    visibility: visible;
  }

  header .sp-navi .sp-menu-wrapper {
    visibility: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 200;
    font-size: 20px;
    text-align: center;
  }
  
  
  header .sp-navi .sp-menu-wrapper.clicked {
    visibility: visible;
  }

  header .sp-navi .sp-menu-wrapper li:not(:first-of-type) {
    margin-top: 50px;
  }
}



/*==========================================

  フッター

==========================================*/
@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) {
  .link-btn {
    width: 250px;
    height: 50px;
    border-radius: 25px;
    font-size: 20px;
  }


}






/*==========================================

  【section-01】

==========================================*/
@media screen and (max-width:768px) {
.section-01 {
  height: 431px;

}

.section-01 div {
  width: 335px;
  height: 411px;
  background-image: url(../img/img01_sp.svg);
  margin: 20px auto 0;
}

.section-01 a {
  width: 250px;
  height: 50px;
  border-radius: 25px;
  font-size: 20px;
  top: 340px;
  right: 46px;
}




/*==========================================

  【section-02】

==========================================*/
@media screen and (max-width:768px) {
  .section-02 {
    margin: 50px 0 25px;
  } 

  .section-02 img {
    width: 335px;
  }
}







/*==========================================

  【section-03】

==========================================*/
@media screen and (max-width:768px) {
  .section-03,
  .section-05,
  .section-07 {
    padding: 25px 0;
  }

  .section-03 div,
  .section-05 > div {
    border-radius: 15px;
    width: 335px;
    padding: 25px 0;
  }

  .section-03 a {
    margin-top: 25px;
  }


  .section-03 h2 {
    font-size: 20px;
    line-height: 1.3;
    padding-bottom: 15px;
    border-bottom: 2px dotted #000;
    margin-bottom: 20px;
  }

  .section-03 li {
    font-size: 14px;
  }

  .section-03 li:not(:last-of-type) {
    margin-bottom: 10px;
  }

  .section-03 li::before {
    width: 35px;
    height: 44px;
    margin-right: 10px;
  }
  

  
}





/*==========================================

  【section-04】

==========================================*/
@media screen and (max-width:768px) {
  .section-04 {
    margin: 50px 0;
  }

  .section-04 img {
    width: 335px;
    margin-bottom: 25px;
  }

  .section-04 p {
    font-size: 20px;
  }
    
}









/*==========================================

  【section-05】

==========================================*/
@media screen and (max-width:768px) {
  .section-05 > div {
    justify-content: start;
    align-items: center;
    flex-direction: column;
  }

  .section-05 img {
    width: 200px;
    margin-top: 20px;
  }

  .section-05 > div > div {
    width: 295px;
    margin-right: 0;
  }

  .section-05 h2 {
    font-size: 24px;
    padding-left: 10px;
    margin-bottom: 15px;
    height: 40px;
    border-radius: 3px;
  }

  .section-05 > div > div > div {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 12px;
    letter-spacing: -1px;
  }

 .section-05 li:not(:last-of-type) {
    margin-bottom: 3px;
  }
  .section-05 li {
    line-height: 1.5;
  }

 


}




/*==========================================

  【section-06】

==========================================*/
@media screen and (max-width:768px) {
  .section-06 {
    margin: 50px 0;
  }

  .section-06 img {
    width: 280px;
    margin-bottom: 40px;
    margin-left: -25px;
  }
}





/*==========================================

  【section-07】

==========================================*/
@media screen and (max-width:768px) {
  .section-07 h2 {
    font-size: 40px;
  }

  .section-07 img {
    width: 335px;
    margin-top: 20px;
  }
  
}


/*==========================================

  【section-08】

==========================================*/
@media screen and (max-width:768px) {
  .section-08 {
    margin: 50px 0;
  }

  .section-08 h2 {
    font-size: 40px;
    margin-bottom: 25px;
  }

  .section-08 div {
    width: 335px;
    padding: 25px 0 20px 0;
    border-radius: 15px;
  }


  .section-08 p:nth-of-type(1) {
    font-size: 19px;
    margin-bottom: 10px;
  }

  .section-08 p:nth-of-type(2) {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 1.4;
  }

  .section-08 p:nth-of-type(3) {
    font-size: 17px;
  }

  .section-08 img {
    width: 344px;
    top: -20px;
    left: -5px;
  }

}






/*==========================================

  【section-09】

==========================================*/
@media screen and (max-width:768px) {
  .section-09 {
    padding: 35px 0;
    width: 90%;
  }
  .section-09 h2 {
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
}



/*==========================================

  【section-10】

==========================================*/



















