@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) {
  .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 a { 
    font-size: 20px;
    width: 240px;
  }


}



/*==========================================

  【section-02】

==========================================*/
@media screen and (max-width:768px) {
  .section-02 {
    height: 170px;
    background-image: url(../img/img01_sp.svg);
  }

  .section-02 img {
    width: 330px;
  }

}







/*==========================================

  【section-03】

==========================================*/
@media screen and (max-width:768px) {
  .section-03 {
    margin: 40px 0;
  }

  .section-03 img {
    width: 333px;
  }

  
}





/*==========================================

  【section-04】

==========================================*/
@media screen and (max-width:768px) {
 .section-04 {
    height: 1213px;
    background-image: url(../img/img04_sp.svg);
  }

  .section-04 img {
    width: 300px;
  }

    
}









/*==========================================

  【section-05】

==========================================*/
@media screen and (max-width:768px) {
  
  .section-05 {
    margin: 50px 0;
  }

  .section-05 h2 {
    font-size: 40px;
    margin-bottom: 25px;
  }

  .triangle {
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 0;
    margin: 0 auto 20px;
  }

  .section-05 > div {
    width: 335px;
  }

  .section-05 h3 {
    height: 100px;
    margin-top: 70px;
  }

  /* 色分け */
  .section-05 > div:nth-of-type(1) .triangle {
    border-top: 12px solid #0fa798;
  }

  .section-05 > div:nth-of-type(2) .triangle {
    border-top: 12px solid #f39d36;
  }

  .section-05 > div:nth-of-type(3) .triangle {
    border-top: 12px solid #f2c02b;
  }

  .section-05 > div:nth-of-type(4) .triangle {
    border-top: 12px solid #788bc4;
  }

  .section-05 > div:nth-of-type(5) .triangle {
    border-top: 12px solid #32ba6e;
  }

  .section-05 h3 img {
    height: 60px;
  }

  .section-05 > div:last-of-type h3 img {
    height: 50px;
  }

  .section-05 ul li {
    font-size: 16px;
  }

  /* イレギュラーなインデント */  
  .section-05 > div:nth-last-of-type(3) ul li {
    margin-left: 0;
    text-indent: 0;
  }


















  
.section-05 h4 {
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 23px;
}


.section-05 div.product-info   {
  width: 335px;
  border: 1px solid #000;
}

.section-05 div.product-info div {
  font-size: 14px;
  flex-direction: column;
}

.section-05 div.product-info div h5 {
  width: 100%;
  padding: 15px;
}

.section-05 div.product-info div p,
.section-05 div.product-info div dl {
  width: 100%;
  padding: 15px;
}



/**** イレギュラーな見出しのスタイル ****/

.section-05 > div:nth-of-type(2) h4 {
  margin-top: 40px;
  margin-bottom: 15px;
}

.section-05 > div:nth-of-type(2) h4 + p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.section-05 > div:nth-of-type(5) h4 {
  margin-bottom: 20px;
}

.section-05 > div:nth-of-type(5) h4:first-of-type {
  margin-top: 50px;
}

.section-05 > div:nth-of-type(5) h4:last-of-type {
  margin-top: 35px;
}


.section-05 > div:nth-of-type(5) ul {
  margin-bottom: 20px;
}

.section-05 > div:nth-of-type(5) ul:last-of-type {
  margin-bottom: 50px;
}

.section-05 > div:nth-of-type(5) p {
  font-size: 16px;
}


.section-05 a {
  width: 335px;
  height: 70px;
  border-radius: 35px;
  font-size: 26px;
}





}








/*==========================================

  【section-09】

==========================================*/
@media screen and (max-width:768px) {
  .section-09 {
    padding: 35px 0;
    width: 90%;
  }
  .section-09 h2 {
    font-size: 16px;
    margin-bottom: 30px;
  }
}





















