@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) {
  .access-btn {
  width: 300px;
  height: 60px;
  border-radius: 30px;
  font-size: 27px;

}


}






/*==========================================

  【section-01】

==========================================*/
@media screen and (max-width:768px) {
  .section-01 > picture:first-of-type {
    display: flex;
    justify-content: center;
  }

  .section-01 > picture:first-of-type img {
    width: 300px;
    margin: 20px 0;
  }

  .section-01 div {
    background-image: url(../img/sec01_back_sp.svg);
    padding: 25px 0 40px;
  }

  .section-01 div picture img {
    width: 350px;
    margin-bottom: 30px;
  }

  .section-01 video {
    width: 320px;
    margin-top: 40px;
  }


}



/*==========================================

  【section-02】

==========================================*/
@media screen and (max-width:768px) {
  .section-02 {
    padding: 50px 0;

  }

  .section-02 > div {
    width: 300px;
    justify-content: start;
  }

  .section-02 > div > div {
    width: 300px;
    height: 280px;
    border-radius: 15px;
    margin-bottom: 15px;
  }

  .section-02 h4 {
    font-size: 22px;
  }

  .section-02 p {
    font-size: 14px;
    margin: 15px;
  }

  .section-02 img {
    width: 172px;
  }

  .section-02 a {
    margin-top: 20px;
  }

}







/*==========================================

  【section-03】

==========================================*/
@media screen and (max-width:768px) {
 .section-03 {
  padding: 50px 0;
  background-image: url(../img/sec03_back_sp.svg);
}

.section-03 h2 {
  font-size: 32px;
} 

.section-03 h3 {
  width: 335px;
  height: 40px;
  font-size: 20px;
  margin: 30px 0 50px;
}

.section-03 > div {
  width: 100%;
}

.section-03 > div > div {
  margin: 0 0 50px;
}


.section-03 h4 {
  margin: 15px 0 10px;
}

.section-03 a {
  margin-top: 0;
}

  
}





/*==========================================

  【section-04】

==========================================*/
@media screen and (max-width:768px) {
  .section-04 {
    width: 90%;
    margin: 40px auto 70px;
  }

  .section-04 h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .section-04 h3 {
    font-size: 18px;

    margin-bottom: 15px;
    margin-top: 30px;
  }

    .section-04 h3:last-of-type {
      line-height: 1.4;
      text-indent: -1em;
      margin-left: 1em;
    }




  .section-04 .answer {
    margin: 10px 0 25px;
  }

  .section-04 .question p:first-of-type {
    width: 45px;
    font-size: 25px;
  }

  .section-04 .question p:last-of-type {
    font-size: 15px;
    line-height: 1.35;
    padding: 15px 10px;
  }

  .section-04 .answer p:first-of-type {
    width: 45px;
    font-size: 25px;
  }

  .section-04 .answer p:last-of-type {
    font-size: 14px;
    padding: 0px 10px;

  }

  .section-04 a.more-btn {
    width: 225px;
    height: 46px;
    border-radius: 23px;
    font-size: 20px;
    margin: 15px auto 45px;
  }

  .section-04 h4 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 15px;
  }

  .section-04 a.access-btn {
    margin-bottom: 75px;
  }

  .section-04 a.access-btn:last-of-type {
    margin-top: 45px;
  }

    
}

















