@media (max-width: 1024px) {
    
    /* 共通 */
    
    .lp_contents{
        margin-top: 104px;
    }
    
    .lp_contents *{
        font-size: 14px;
    }
    
    .sp_none{
        display: none;
    }
    
    .pc_none{
        display: block;
    }
    
    section,
    .message{
        padding: 60px 0;
    }
    
    .lp_container{
        width: 90%;
    }
    
    .lp_container h2{
        font-size: 16px;
        line-height: 1.5em;
        padding: 18px 0 50px 70px;
        margin-left: 0;
        margin-bottom: 30px;
        background-size: 100% 100%;
        max-width: 400px;
    }
    
    .lp_container h2 span{
        font-size: 14px;
    }
    
    .message h2,
    .program h2,
    .voice h2{
        background-image: url(../images/title_sp.svg);
    }
    .seminar h2,
    .report h2{
        background-image: url(../images/title_sp_pink.svg);
        padding: 18px 0 38px 70px;
        max-width: 320px;
    }
    .program h2{
        margin-top: 20px;
    }
    .seminar h2{
        margin-bottom: 0px;
    }
    .report h2{
        margin-top: 70px;
    }
    .voice h2 span{
        line-height: 1em;
    }
    
    .lp_container .note{
        display: block;
    }
    
    
    /* entry */
    
    .entry{
        position: static;
    }
    
    .entry .button:hover{
        transform: rotate(0);
    }
    
    .entry .button{
        position: fixed;
        bottom: 0px;
        left: 0;
        width: 100vw;
        height: 60px;
        border-radius: 0;
        background-image: none;
        border: none;
        border-top: 3px solid #fff;
        border-bottom: 0px solid #fff;
        z-index: 100;
    }
    
    .entry .button p{
        padding: 10px 0;
        font-size: 20px;
    }
    
    .entry .button p span.jp{
        display: inline;
        font-size: 16px;
        padding-left: 10px;
    }
    
    
    /* main */
    
    .main{
        padding: 130px 0 0;
    }
    
    .main .lp_container{
        min-height: 280px;
    }
    
    .main h1{
        max-width: 320px;
        margin-top: -80px;
    }
    
    
    /* message */
    
    .contents01{
        overflow: hidden;
    }
    
    .message .img{
        width: 130px;
        margin-left: 20px;
    }
    
    .message .slide_contents{
        display: none;
        transition: none;
        padding-bottom: 40px;
    }
    
    .message .flex{
        align-items: center;
        width: 100%;
    }

    .message .toggle_button{
        background: #004098;
        color: #fff;
        font-size: 16px;
        padding: 8px 10px;
        border-radius: 26px;
        position: relative;
        text-align: center;
        letter-spacing: 0.1em;
    }
    
    .message .toggle_button::after{
        content: "▼";
        font-size: 10px;
        opacity: .5;
        position: absolute;
        right: 20px;
    }
    
    .message .toggle_button.active::after{
        transform: rotate(180deg);
    }
    
    
    /* program */
    
    .program .program_block{
        flex-direction: column-reverse;
        align-items: flex-end;
        
    }
    
    .program .program_block .img{
        max-width: 200px;
        margin-top: -90px;
        margin-bottom: -70px;
        margin-left: 0;
    }
    
    .program .panel{
        width: fit-content;
        align-self: flex-start;
    }
    
    .program ul + p{
        margin-left: auto;
        margin-top: 0;
    }
    
    .program .note{
        padding-top: 10px;
    }
    
    .program li .sp_none{
        display: none;
    }
    
    
    /* seminar */
    
    .seminar h3{
        line-height: 1.5em;
    }
    
    .seminar .panel{
        padding: 24px 0 0 0;
        width: 100%;
    }
    
    .seminar table{
        width: 100%;
    }
    
    .seminar th, .seminar td{
        padding: 10px 8px;
    }
    
    .seminar tr:nth-of-type(5) td {
        padding-bottom: 20px;
    }
    
    .seminar .note{
        margin: 30px 0 0 0;
    }
    
    .seminar .img{
        margin-bottom: 50px;
    }
    
    .seminar .button{
        display: inline-block;
        line-height: 1.4em;
        padding: 8px 10px;
    }
    
    
    /* report */
    
    .report h3{
        margin-bottom: 40px;
        text-align: center;
    }
    
    .report h3 span{
        font-size: 16px;
    }
    
    .report .flex{
        flex-direction: column;
        margin-top: 0;
        align-items: center;
    }
    
    .report th, .report td{
        padding: 10px 8px;
    }
    
    .report td a{
        line-height: 1.5em;
    }
    
    
    /* voice */
    
    .balloon{
        margin-left: 10px;
    }
    
    .balloon + .img{
        width: 100px;
        margin-bottom: -10px;
    }
    
    .voice .flex:nth-of-type(2) .balloon{
        margin-right: 10px;
        margin-left: 0;
    }
    
    .voice .flex:not(:last-of-type){
        margin-bottom: 50px;
    }
    
    .voice .note{
        margin-top: 30px;
    }
    
    
    /* footer */
    
    .bottomBlock{
        margin-bottom: 60px;
    }
}