@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: #1B224C;
    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) {
  .sec-01, .sec-02, .sec-03, .sec-04 {
    width: 100%;
    margin-bottom: 110px;
  }


}






/*==========================================

  【section-01】

==========================================*/
@media screen and (max-width:768px) {
  .section-01 {
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    height: inherit;
    padding: 20px 0;
  }



  .section-01 h1 img {
    height: 50px;
    margin-bottom: 20px;
  }

  .section-01 > div {
    flex-direction: column;
  }

  .section-01 > div > p {
    margin-right: 0;
    margin-bottom: 20px;
  }

  /* 共通項目 */
  div.try-btn p {
    font-size: 19px;
    margin-bottom: 10px;
  }

  div.try-btn a {
    width: 270px;
    height: 60px;
    border-radius: 30px;
    font-size: 21px;
  }



}







/*==========================================

  【section-02】

==========================================*/
@media screen and (max-width:768px) {
 
  .section-02 {
    height: 570px;
    background-image: url(../img/mv_bg_sp.svg);
  }

  .section-02 > div {
    width: 375px;
    text-align: center;
  }

  .section-02 img {
    width: 330px;
    margin-top: 30px;
  }

  .section-02 > div div {
    top: 455px;
    left: 55px;
  }
    
}





/*==========================================

  【section-03】

==========================================*/
@media screen and (max-width:768px) {
  .section-03,
  .section-04,
  .section-05,
  .section-06,
  .section-07,
  .section-08,
  .section-09  {
    margin-top: 40px;
  }

  .section-03 > div {
    width: 100%;


    flex-direction: column;
    justify-content: start;
    align-items: center;
  }

  .section-03 > div > img {
    width: 300px;
    margin-top: 30px;
  }

  .section-03 > div div img {
    width: 255px;
    margin-bottom: 25px;
  }


  .section-03 > div div h3 {
    font-size: 29px;
    text-align: center;
    margin-bottom: 10px;
  }

  .section-03 > div div p {
    font-size: 15px;
    text-align: center;
  }

  .section-03 .try-btn {
    margin: 40px 0 75px;
  }


}






/*==========================================

  【section-04】

==========================================*/
@media screen and (max-width:768px) {
  /***** 共通項目 ******/
  .section-04,
  .section-05,
  .section-07 {
    padding: 40px 0;
  }

  .section-04 h2,
  .section-05 h2,
  .section-07 h2 {
    font-size: 40px;
  }



  .section-04 > div,
  .section-07 > div {
    margin-top: 20px;
    padding: 25px 0;
    width: 350px;
    border-radius: 12px;
  }

  .section-04 h3,
  .section-04 p {
    font-size: 25px;
  }

  .section-04 h3 {
    border-bottom: 3px dotted #860c1e;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }




}




/*==========================================

  【section-05】

==========================================*/
@media screen and (max-width:768px) {
  .section-05 {
    margin-top: 0;
  }

  .section-05 > p:first-of-type {
    font-size: 15px;
    margin-top: 15px;
  }

  .section-05 > div {
    width: 350px;
    flex-direction: column;
    justify-content: start;
    margin-top: 30px;
  }

  .section-05 > div > div {
    width: 350px;
    border-radius: 12px;
  }

  .section-05 > div > div:first-of-type {
    margin-bottom: 15px;
  }

  .section-05 > div > div > div {
    height: 130px;
  }

  .section-05 h3 {
    font-size: 23px;
  }

  .section-05 > div > div:last-of-type > div h3 {
    font-size: 35px;
  }

  .section-05 h3 + p {
    font-size: 13px;
    margin-top: 7px;
  }

  .section-05 h4 {
    font-size: 21px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .section-05 > div > div > p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .section-05 span {
    font-size: 52px;
  }

  .section-05 > p:last-of-type {
    font-size: 12px;
    margin-top: 15px;
    text-align: center;
    line-height: 1.5;
  }



}




/*==========================================

  【section-06】

==========================================*/
@media screen and (max-width:768px) {

  .section-06 {
    margin-top: 30px;
  }

  .section-06 ul {
    flex-direction: column;
  }

  .section-06 ul li a {
    width: 270px;
    font-size: 21px;
    margin-right: 0px;
  }

  .section-06 ul li:last-of-type a {
    margin-top: 15px;
  }


  


  
}







/*==========================================

  【section-07】

==========================================*/
@media screen and (max-width:768px) {

   .section-07 img {
    width: 250px;
    margin-bottom: 20px;
  }


  .section-07 tr {
    flex-direction: column;
  }

  .section-07 th,
  .section-07 td {
    width: 310px;
    padding: 15px 0 15px 15px;
    font-size: 15px;

  }

  .section-07 p {
    font-size: 12px;
    margin-top: 15px;
  }


}


/*==========================================

  【section-08】

==========================================*/
@media screen and (max-width:768px) {
  .section-08 h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 25px;
  }

  .section-08 > div {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: center;
  }

  .section-08 > div > div:not(:last-of-type) {
    margin-bottom: 40px;
  }

  .section-08 > div > div {
    width: 265px;
    margin-right: 0;
  }



}




/*==========================================

  【section-09】

==========================================*/
@media screen and (max-width:768px) {
  .section-09 h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }



}





















