@media screen and (max-width: 500px) {
/******************** page all ********************/
    html {
        scroll-padding-top: 90px;
    }
    /******************** page all ********************/

    /******************** mv ********************/
    .mv {
        display: none;
    }

    .mv_sp {
        display: block;
        height: auto;
        margin-top: 100px;
        object-fit: cover;
        width: 100%;
    }

    /******************** mv ********************/
    /******************** sec01 ********************/

    .br_sp {
        display: block;
    }

    .wrapper {
        margin: 0 auto;
        max-width: 340px;
    }

    .sec01 {
        padding: 40px 0 120px 0;
    }

    .section_title_img_01 {
        width: 50px;
    }

    .section_title {
        font-size: 2.0rem;
    }

    .section_title_lg {
        font-size: 2.2rem;
        margin-top: -8px;
        padding-left: 0;
        width: 100%;
    }

    .section_title_img_02 {
        top: 20px;
        width: 250px;
    }

    .sec01_flex {
        flex-direction: column;
        margin-top: 80px;
    }

    .sec01_text_wrap {
        width: 100%;
    }

    .sec01_img {
        position: relative;
        width: 100%;
    }

    .sec01_box_img_01 {
        left: -12px;
        top: -44px;
    }

    .sec01_box_flex {
        flex-direction: column;
        gap: 30px;
    }

    .sec01_box {
        padding: 50px 20px 30px;
    }

    .sec01_box_title {
        font-size: 2.0rem;
    }

    .sec01_box_text_wrap {
        width: 100%;
    }

    .sec01_box_logo {
        width: 200px;
    }

    .sec01_box_img_02 {
        top: 580px;
        width: 150px;
    }

    .sec02_img_01 {
        top: -43px;
    }

    /******************** sec01 ********************/
    /******************** sec02 ********************/
    #sec02 {
        scroll-margin-top: 90px;
      }

    .sec02 {
        padding-bottom: 50px;
    }

    .title_wrap_sec02 {
        top: -20px;
    }

    .section_title_sm_sec02 {
        top: 8px;
    }

    .section_subtitle {
        font-size: 1.8rem;
        padding-top: 80px;
        text-align: center;
        width: 100%;
    }

    .sec02_flex {
        flex-direction: column;
        gap: 30px;
        max-width: 340px;
        padding-top: 70px;
    }

    .calendar {
        width: 100%;
    }

    .sec02_contents {
        width: 100%;
    }

    .section_subtitle_sec02{
        padding-top: 150px;
    }

    /******************** sec02 ********************/
    /******************** sec03 ********************/
    .sec03 {
        padding: 50px 0 90px;
    }

    .section_subtitle_sec03 {
        margin-top: -10px;
    }

    .sec03_contents_flex {
        flex-direction: column;
        gap: 30px;
        margin-top: 160px;
    }

    .sec03_text_wrap{
        width: 100%;
    }

    .sec03_contents_text {
        width: 100%;
    }

    .sec03_contents_img_flex {
        width: 100%;
    }

    .sec03_box_flex {
        flex-direction: column;
        gap: 20px;
    }

    .sec03_box_img_02 {
        right: -9px;
        width: 110px;
    }

    .sec03_step {
        border-radius: 60px;
        height: 118px;
        width: 340px;
    }

    .sec03_step_text {
        border-radius: 60px;
        font-size: 1.4rem;
        padding-left: 14px;
        width: 82%;
    }

    .sec03_step_num {
        height: 50px;
        min-width: 50px;
        width: 50px;
    }

    .sec03_step_num_la {
        font-size: 2.0rem;
    }

    .triangle {
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
    }

    .sec03_step_btn_flex {
        flex-direction: column;
        gap: 30px;
    }

    .sec03_box_line {
        max-width: 100%;
    }

    .sec03_list li {
        line-height: 1.5;
    }

    .sec03_box_list_text_sm {
        padding-top: 5px;
    }

    /******************** sec03 ********************/
    /******************** sec04 ********************/
    #sec04 {
        scroll-margin-top: 150px;
      }

    .sec04 {
        padding-bottom: 50px;
    }

    .title_wrap_sec04 {
        top: -80px;
    }

    .sec04_img_01 {
        top: -100px;
    }

    .section_title_img_02_sec04_sp {
        top: 28px;
    }

    .section_title_lg_sec04 {
        top: -44px;
    }

    .sec04_flex {
        flex-direction: column;
        margin-top: 60px;
    }

    .table {
        width: 100%;
    }

    .table td {
        padding: 10px;
    }

    .sec04_img_wrap {
        width: 100%;
    }

    /******************** sec04 ********************/
    /******************** sec05 ********************/
    .sec05 {
        padding: 50px 0 60px;
    }

    .sec05_box_line {
        width: 100%;
    }

    .sec05_map_02 {
        padding: 20px 20px 210px 20px;
    }

    .sec05_img_01 {
        display: none;
    }

    .sec05_img_01_sp {
        display: block;
        height: auto;
        object-fit: cover;
        position: absolute;
        top: 116px;
        width: 100%;
    }

    .btn_sec05 {
        display: block;
        font-size: 1.8rem;
        margin: 20px auto;
        width: 90%;
    }

    .sec05_img_01 {
        top: 138px;
    }

    /******************** sec05 ********************/
    /******************** footer ********************/
    .footer_bg {
        display: none;
    }

    .footer_bg_sp {
        display: flex;
        top: -74px;
    }

    .footer_img_wrap {
        width: 340px;
    }

    .footer_img_01 {
        padding-bottom: 20px;
        width: 240px;
    }

    .footer_flex {
        padding-top: 20px;
    }

    /******************** footer ********************/
}