@media screen and (min-width: 1025px) {
    header .header-containaer {
        display: flex;
        justify-content: space-between;
        margin: auto;
        max-width: 1000px;
    }
    
    header .header-containaer .global-nav {
        display: flex;
        align-items: center;
    }

    header .header-containaer .logo a {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #F2EFEB;
        font-size: 24px;
    }
    header .header-containaer .logo img {
        margin-right: 2%;
        width: 70px;
        padding: 1px;
    }
    header .sp-menu {
        display: none;
    }

    #fullscreenMenu {
        display: none;
    }

    .main-wraper{
        max-width: 1200px;
        min-width: 600px;
    }

    /* トップページ */
    .program-detail {
        justify-content: space-around;
        display: flex;
    }

    .program-detail .img-container{
        width: 40%;
    }

    .program-detail .text-container {
        width: 60%;
    }

    footer .footer-container{
        justify-content: space-evenly;
    }
    .program-title h3{
        font-size: 27px;
    }
    .banner .item .textbanner{
        font-size: small;
        white-space: nowrap;
        text-align: center;
        text-decoration: none;
        line-height: 1.2;
    }
    .banner .item.sponsor{
        width: auto;
        margin: 0;
    }
    .banner .item.small{
        margin: 0 0 2% 0;
        margin-bottom: 2%;
        width: 13%;
    }
    .banner .item.program{
        width: auto;
        margin: 0;
    }
    .banner .banner-width img{
        width: 80%;
    }
    /*///// お知らせ一覧 /////*/
    .newsLists {
        flex-wrap: wrap;
        justify-content: space-evenly;
        row-gap: 1.5em;
    }
    /*///// 講師陣紹介 /////*/
    .card_profile{
        flex: 1;
    }
    .sub_teacher_items{
        max-width: 1232px;
    }
    .sub_teacher_items .article{
        max-width: 480px;
    }

    /* プログラム */
    .program-section table{
        max-width: 1000px;
        border: 2px solid #FFF;
    }
    .program-section table th, td {
        border: 3px solid #FFF;
    }

    /*///// プライバシーポリシー /////*/
    .privacy-policy .wp-block-heading{
        font-size: 36px;
    }
}