@media (min-width:431px) {
    /* body */
    body{
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        max-width: 100%;
    }
    /* ヘッダー */
    header{
        position: fixed;
        top: 0;
        z-index: 999;
        width: 100vw;
        background-color: white;
        box-shadow: 0 0 8px gray;
    }
    #Genie_header{
        display: flex;
        justify-content: space-between;
    }
    #Genie_header h1{
        margin: 2% 0 2% 20%;
        font-family: serif;
        font-size: 30px;
    }
    #header_list{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: relative;
        height: 44px;
        margin: 0;
        list-style: none;
    }
    #header_list li{
        margin: 0 -1%;
    }
    #header_list a{
        text-decoration: none;
        padding-right: clamp(22px,4.4vw,44px);
        font-size: clamp(10px,1.4vw,14px);
        font-family: serif;
        color: dimgray;
    }
    #header_list a:hover{
        text-decoration: underline;
        color: black;
    }

    /* メイン */
    /* TOP画面 */
    #top{
        position: relative;
        margin-top: 44px;
        width: 100%;
    }
    #top_img{
        width: 100%;
        max-width: 100%;
        position: absolute;
    }
    #top img{
        animation :imgfade 25s infinite;
        opacity: 0;
    }
    @keyframes imgfade {
        0%{
            opacity: 0;
        }
        10%{
            opacity: 0.6;
        }
        20%{
            opacity: 0.6;
        }
        30%{
            opacity: 0;
        }
        100%{
            opacity: 0;
        }
    }
    #top img:nth-of-type(1){
        animation-delay: 0s;
    }
    #top img:nth-of-type(2){
        animation-delay: 5s;
    }
    #top img:nth-of-type(3){
        animation-delay: 10s;
    }
    #top img:nth-of-type(4){
        animation-delay: 15s;
    }
    #top img:nth-of-type(5){
        animation-delay: 20s;
    }
    #top h1,#top p{
        position: relative;
    }
    #top h1{
        padding-top: 16%;
        left: 50%;
        margin-right: 50%;
        font-size: clamp(36px,6vw,80px);
        font-weight: bold;
        color: black;
        line-height: 120%;
        font-family: serif;
        width: 50vw;
    }
    #top p{
        top: 50%;
        left: 50%;
        margin-right: 50%;
        font-size: clamp(12px,2vw,20px);
        line-height: clamp(24px,3vw,34px);
        color: black;
        font-family: sans-serif;
        width: 45vw;
    }

    /* 各タイトル */
    h2{
        font-size: clamp(30px,3.6vw,36px);
        font-family: serif;
        display: flex;
        align-items: center;
        padding-top: 10%;
        margin-top: -2%;
        margin-bottom: 4%;

    }
    h2:before,h2:after{
        content: "";
        height: 1px;
        flex-grow: 1;
        background-color: black;
        margin-left: 20px;
        margin-right: 20px;
    }
    h2:before{
        margin-right: 10px;
    }
    h2:after{
        margin-left: 10px;
    }
    /* Corporate Philosophy（企業理念） */
    #corporate{
        margin-top: 30%;
    }
    #corporate p{
        font-size: clamp(12px,2vw,20px);
        line-height: clamp(24px,3vw,34px);
        padding-left: 10%;
        padding-right: 10%;
        color: black;
        font-family: sans-serif;
    }

    /* Business（事業内容） */
    .business{
        background-color: rgb(250, 250, 200, 0.2);
        margin: 5% 5% 0 5%;
        padding: 2% 7% 5% 7%;
        box-shadow: 0 0 8px gray;
    }
    .business_retail{
        margin-bottom: 10%;
        display: flex;
        display: -webkit-box;
    }
    .retail_text h3,
    .business_training h3{
        font-size: clamp(28px,3.4vw,34px);
        font-family: serif;
        text-decoration: underline;
        text-decoration-thickness: 1px;
        margin-bottom: 0;
    }
    .business_retail p{
        margin-left: 7%;
        width: 50%;
        font-size: clamp(12px,2vw,20px);
        line-height: clamp(24px,3vw,34px);
        font-family: sans-serif;
    }
    .retail_text{
        display: flex;
        flex-flow: column;
        width: 95%;
    }
    .business_retail img{
        width:clamp(130px,20%,300px);
        max-width: 200px;
        position: absolute;
        left: 60%;
        margin-top: clamp(40px,4.5vw,60px);
        float: right;
        padding: 8px;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #c2c2c2;
        border-bottom: 1px solid #c2c2c2;
        box-shadow: 0 0 8px gray;
        background: #fff;
    }
    .business_training{
        margin-top: 20%;
    }
    .training_item{
        position: relative;
        overflow: hidden;
        max-width: 1200px;
        margin-left: 0;
        margin-top: 0;
    }
    .school_img{
        width: 95%;
    }
    .training_item p{
        font-size: clamp(12px,2vw,20px);
        position: absolute;
        top: 7%;
        margin-left: 7%;
        padding: 3%;
        background-color: rgba(255, 255, 255, 0.7);
        border-radius: 7px;
        font-family: sans-serif;
    }

    /* About（企業情報） */
    #about{
        margin-bottom: 15%;
    }
    .about_list{
        height: 400px;
        border-spacing: 0;
        border-top: 1px solid silver;
        width: 85%;
        margin: 0 auto;
    }
    .about_list01{
        width: 50%;
        text-align: center;
    }
    .about_list02{
        width: 50%;
    }
    .about_list td{
        border-bottom: 1px solid silver;
        font-size: clamp(12px,2vw,20px);
        font-weight: 100;
        color: black;
        font-family: sans-serif;
    }
    .about_list td span{
        display: inline-block;
    }

    /* フッター */
    footer{
        background-color: #1a1a1a;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
    }
    .footer_item{
        display: flex;
        justify-content: space-between;
        padding-top: 6%;
        padding-bottom: 4%;
        width: 100%;
    }
    .footer_item01 a,
    .footer_item02 a{
        display: flex;
        color: #ccc;
        font-family: serif;
        font-size: clamp(10px,1.4vw,18px);
        text-decoration: none;
    }
    .footer_item01{
        margin-left: 16%;
    }
    .footer_item02{
        margin-right: 16%;
    }
    .footer_item03{
        display: flex;
        margin-bottom: 2%;
    }
    .footer_item a{
        text-decoration: none;
        padding-bottom: 8%;
    }
    .footer_item a:hover{
        text-decoration: underline;
        color: white;
    }
    footer h4{
        color: #ccc;
        font-family: serif;
        font-size: clamp(10px,1.4vw,14px);
        transform: scale(0.8);
        transform-origin: center;
    }
}