@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: #389dc6;
    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;
  }



    

  /*** リンクボタンの共通設定 ***/
  .link-group {
    flex-direction: column;
  }

  .link-group p {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .link-group a {
    width: 300px;
    height: 50px;
    border-radius: 25px;
    font-size: 27px;
    box-shadow: 0px 3px 0px 0px rgba(56, 157, 198, 1);
  }

  .link-group div:first-of-type a {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .link-group a:hover {
    transform: translateY(3px);
  }



}






/*==========================================

  【section-01】

==========================================*/
@media screen and (max-width:768px) {
  .section-01 {
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    height: inherit;
    padding: 15px 0;
  }
  .section-01 h1 img {
    height: 50px;

  }

}



/*==========================================

  【section-02】

==========================================*/
@media screen and (max-width:768px) {
  .section-02 {
    background-image: url(../img/sec02_01_sp.svg);
    padding: 30px 0;
  }

  .section-02 img {
    width: 335px;
    margin-bottom: 35px;
  }

}





/*==========================================

  【section-03】

==========================================*/
@media screen and (max-width:768px) {
  .section-03 {
    margin: 50px 0;
  }

  .section-03 h2 {
    font-size: 18px;
    line-height: 1.5;
  }

  .section-03 > div {
    display: block;
    text-align: center;
  }

  .section-03 img {
    width: 325px;
    margin: 30px 0 ;
  }

  .section-03 p {
    text-align: center;
    line-height: 1.5;
    font-size: 12px;
  }

}





/*==========================================

  【section-04】

==========================================*/
@media screen and (max-width:768px) {
  .section-04 {
    padding-top: 50px;
  }

  .section-04 h2 {
    width: 290px;
    margin-bottom: 80px;
  }

  .section-04 div.worries {
    flex-direction: column;
    justify-content: start;
    width: 240px;
  }

  .section-04 div.worries div {
    width: 240px;
    border-radius: 6px;
    margin-bottom: 70px;
  }

  .section-04 div.worries div:last-of-type {
    margin-bottom: 0;
  }

  .section-04 div.worries div img {
    top: -50px;
  }

  .section-04 div.worries div p {
    font-size: 14px;
    padding: 120px 0 25px;
  }

  .section-04 h3 {
    width: 325px;
    margin: 30px 0 20px;
    transform: translateX(-7px);
  }

  .section-04 .support {
    margin-bottom: 50px;
  }

  .section-04 .support > div {
    flex-direction: column;
  }

  .section-04 .support > div:not(:last-of-type) {
    margin-bottom: 15px;
  }

  .section-04 .support > div > h4 {
    width: 335px;
    height: 40px;
    font-size: 16px;
    justify-content: center;
    border-radius: 5px 5px 0 0 ;
    padding-left: 0;
  }

  .section-04 .support > div > h4:last-of-type {
    font-size: 16px;
    line-height: 1;
  }

  .section-04 .support > div > h4::before {
    width: 19px;
    height: 19px;
    margin-right: 7px;
  }

  .section-04 .support > div > div {
    width: 335px;
    height: inherit;
    padding: 10px 0;
    font-size: 13px;
    text-align: center;
    border-radius: 0 0 5px 5px;
    padding-left: 0;
    justify-content: center;
  }


}





/*==========================================

  【section-05】

==========================================*/
@media screen and (max-width:768px) {
  .section-05 {
    background-color: #ffffff;
    background-image: radial-gradient(circle, #37b7e74d 1px, transparent 1px);
    background-position: 0 0;
    background-size: 14px 10px;
    padding-top: 50px ;
  }
    
  .section-05 > div:first-of-type {
    flex-direction: column;
    width: 335px;
  }

  .section-05 > div:first-of-type p {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .section-05 > div:first-of-type p:last-of-type {
    font-size: 12px;
  }

  .section-05 > div:first-of-type img {
    width: 300px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .section-05 > picture img {
    width: 335px;
    margin: 25px 0 40px;
  }



  .section-05 table {
    width: 335px;
    font-size: 14px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    border: none;
    border-bottom: 2px solid #2bc3e6;
  }

  .section-05 table tr {
    flex-direction: column;
  }

  .section-05 table th,
  .section-05 table td {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .section-05 table th {
    line-height: 1;
    width: 335px;
    padding-left: 0;
    padding: 15px 0;
    text-align: center;
    font-size: 18px;
    border: none;
    border: 2px solid #2bc3e6;
  }

  .section-05 table td {
    width: 335px;
    padding: 0;
    padding: 15px 0;

    border: none;
    border-left: 2px solid #2bc3e6;
    border-right: 2px solid #2bc3e6;
  }

}





/*==========================================

  【section-06】

==========================================*/
@media screen and (max-width:768px) {
  .section-06 {
    padding-top: 50px;
  }

  .section-06 h2 {
    width: 170px;
  }

  .section-06 picture img {
    width: 335px;
    margin: 30px 0 50px;
  }


}




/*==========================================

  【section-07】

==========================================*/
@media screen and (max-width:768px) {
  .section-07 {
    background-color: #ffffff;
    background-image: radial-gradient(circle, #37b7e74d 1px, transparent 1px);
    background-position: 0 0;
    background-size: 14px 10px;
    padding: 50px 0;

    font-size: 15px;
  }

  .section-07 h2 {
    width: 73px;
    margin: 0 auto 25px;
  }




  /*** アコーディオン ***/
  .accordion  {
    margin: 0 auto;
    width: 90vw;
    margin-bottom: 20px;
  }

  .accordion_title {
    padding: 10px ;
    line-height: 1.3;

  }

  .accordion_title img {
    width: 28px;
    margin-right: 10px;
  }

  summary.accordion_title::-webkit-details-marker {
    display:none;
  }

  .accordion_title:after {
    content: "+";
    position: absolute;
    top: calc(50% - 0.5em);
    right: 20px;
    line-height: 1;
    padding: 0;
    pointer-events: none;
  }

  .accordion::details-content {
    opacity: 0;
    block-size: 0;
    transition: .3s;
    transition-property: display, opacity, block-size, padding;
    transition-behavior: allow-discrete;
    line-height: 1.6em;
  }

  .accordion .accordion_contents {
    padding: 15px 0 30px 10px;
    font-size: 13px;
  }

  .accordion .accordion_contents img {
    width: 28px;
  }

  .accordion .accordion_contents > *:first-of-type {
    margin-top: 0;
  }

  .accordion .accordion_content > *:last-of-type {
    margin-bottom: 0;
  }

  .accordion[open]::details-content {
    opacity: 1;
    block-size: auto;
    block-size: calc-size(auto, size);
  }

  .accordion[open] .accordion_contents {
    padding: 15px 0 10px 10px;
    display: flex;
    align-items: start;
  }

  .accordion[open] .accordion_contents p {
    line-height: 1.5;
  }

  .accordion[open] .accordion_contents img {
    margin-right: 10px;
  }

  .accordion[open] .accordion_title:after {
    content: "-";
  }

}







/*==========================================

  【section-08】

==========================================*/
@media screen and (max-width:768px) {
  .section-08 {
    padding: 35px 0;
    width: 90%;
  }

}



