/* 基本リセット */
@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* デスクトップ用のスタイル */
@media screen and (min-width: 992px) {
    #main_contents{
        width: 980px;
        margin: 0 auto;
    }
    .menu{
        background-color: #FFF;
        border-bottom:2px solid #cdcdcd;
        font-size: 1.1em;
    }
    .menu ul{
        display: flex;
        width: 980px;
        margin: 20px auto;
    }
    .menu li{
        margin: 0;
        padding: 0 1%;
        width: 20%;
        text-align: center;
    }
    .menu a{
        color: #323232;
    }
    .menu_line_left{
        border-left:1px solid #cdcdcd;
    }
    .menu_line_right{
        border-right:1px solid #cdcdcd;
    }
    header{
        padding: 8% 0;
        background-image: url("../image/head_bg_01.jpg");
        background-size:cover;
        background-repeat: no-repeat;
        background-position:center;
    }
    header h1{
        text-align: center;
        padding: 0 0 40px;
    }
    header p{
        margin: 0 0 40px;
        text-align: center;
        font-size: 1.5em;
        font-weight: bold;
        letter-spacing:0.12em;
    }
    header a{
        color: #FFF;
        text-align: center;
        font-size: 1.4em;
        font-weight: bold;
    }
    #movie{
        padding: 60px 0;
    }
    #movie ul{
        display: flex;
        width: 980px;
        margin: 0 auto;
    }
    #movie li img{
        width: 90%;
        margin: 70px 0 0;
    }
    #movie li video{
        display: block;
        width: 500px;
    }
    .inquiry_button{
        width: 280px;
        padding: 20px;
        margin: 0 auto;
        display: block;
        border-radius: 30px;
        background: -moz-linear-gradient(left, #4eb88d, #00a0e9);
        background: -webkit-linear-gradient(left, #4eb88d, #00a0e9);
        background: linear-gradient(to right, #4eb88d, #00a0e9);
    }
    #problem{
        padding: 8% 0;
        background-image: url(../image/management_screen.png),url("../image/head_bg_02.jpg");
        background-size:50%,cover;
        background-repeat: no-repeat;
        background-position:left 115% top 30%,center;
    }
    .problem_oblique {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
        clip-path: polygon(0 0, 100% 0%, 100% 90%, 0 100%);  
      }
    #problem_contents{
        width: 980px;
        margin: 0 auto;
    }
    #problem_contents h2{
        font-style: italic;
        font-size: 2.5em;
        line-height: 1.2em;
        margin: 0 0 60px;
    }
    #problem_contents ul{
    }
    #problem_contents li{
        background-image: url(../image/check.png);
        background-size: contain;
        background-repeat: no-repeat;
        font-weight: 600;
        font-size: 1.8em;    
        margin: 0 0 40px;  
        padding-left: 45px;  

    }
    .arrow{
        text-align: center;
        position: relative ;
        top: -50px;
    }
    #overview{
        padding: 30px 0 40px;
    }
    #overview p{
        text-align: center;
        font-weight: 600;
        font-size: 1.8em; 
        line-height: 1.4em;   
        margin: 0 0 40px;
    }
    #blog{
        background-color: #f9f9f9;
        padding: 60px 0;
    }
    #blog h2{
        font-style: italic;
        font-size: 2.6em;
        line-height: 1.2em;
        letter-spacing: -2px;
        margin: 0 0 60px;
        text-align: center;
    }
    .blog_contents{
        width: 980px;
        margin: 0 auto;
        display: flex;
    }
    .blog_contents img{
        max-width: 100%;
    }
    .blog_contents p{
        margin: 0 0 5px;
        line-height: 1.4em; 
        font-weight: bold;
    }
    .blog_list{
        margin: 0 20px;
        border: 2px solid #d4d4d4;
    }
    .blog_text{
        padding: 0 10px;
    }
    .blog_button{
        position: relative ;
        top: 90px;
        width: 200px;
        padding: 20px;
        margin: 0 auto;
        display: block;
        border-radius: 40px;
        background: -moz-linear-gradient(left, #4eb88d, #00a0e9);
        background: -webkit-linear-gradient(left, #4eb88d, #00a0e9);
        background: linear-gradient(to right, #4eb88d, #00a0e9);
        color: #FFF;
        text-align: center;
        font-size: 1.4em;
        font-weight: bold;
    }
    #function{
        padding: 120px 0 60px;
    } 
    #function h2{
        font-style: italic;
        font-size: 2.6em;
        line-height: 1.2em;
        letter-spacing: 3px;
        margin: 0 0 60px;
        text-align: center;
    }
    .function_contents{
        width: 980px;
        margin: 0 auto 40px;
        display: flex;
        justify-content: flex-start; 
        flex-wrap : wrap;
    }
    .function_list {
        width: 30%;
        margin: 0 10px 40px;
    }
    .function_list h3 {
        font-size: 1.6em;
        text-align: center;
        margin: 0 0 20px;
        color: #29d8c1;
    }    
    .function_list img{
        max-width: 100%;
        margin: 0 0 10px;
    }
    .function_list p{
        text-align: center;
        margin: 0 0 5px;
        line-height: 1.4em; 
        font-weight: 600;
    }
    #registration h2{
        font-style: italic;
        font-size: 2.6em;
        line-height: 1.2em;
        letter-spacing: 3px;
        margin: 0 0 60px;
        text-align: center;
    }
    .registration_contents{
        width: 980px;
        margin: 0 auto 40px;
    }
    .registration_images{
        display: flex;
        justify-content: flex-start; 
        flex-wrap : wrap;
        margin: 0 0 40px;
    }
    .registration_images img{
        width: 90%;
        vertical-align: top;
        margin: 30px 9px;
    }
    .registration_text{
        font-weight: bold;
        margin: 0 0 120px;
    }
    .registration_text li{
        font-size: 1.4em;
        margin: 0 0 40px;
        letter-spacing: 1px;
    }
    .step{
        color: #FFF;
        background-color: #29d8c1;
        border-radius:4px;
        padding: 10px;
        margin: 0 20px 0 0;
    }
    #questions{
    }
    #questions h2{
        font-style: italic;
        font-size: 2.6em;
        line-height: 1.2em;
        letter-spacing: 3px;
        margin: 0 0 60px;
        text-align: center;   
    }
    #questions dl{
        width: 980px;
        margin: 0 auto;
    }
    #questions dt{
        margin: 0 0 10px;
        padding: 20px 10px;
        font-size: 1.4em;
        font-weight: bold;
        background-color: #f1f1f1;
    }
    #questions dd{
        margin: 0 0 40px;
        padding: 10px;
        font-size: 1.1em;
        font-weight: 500;
        line-height: 1.4em;
        letter-spacing: 2px;
    }
    #inquiry{
        padding: 6% 0;
        background-image: url("../image/call_bg.jpg");
        background-size:cover;
        background-repeat: no-repeat;
        background-position:center;        
    }
    #inquiry h2{
        text-align: center;
        font-size: 2em;
        font-style: italic;
        letter-spacing: 1px;
        margin: 0 0 30px;
        color: #FFF;
    }
    .inquiry_contents{
        width: 700px;
        margin: 0 auto;
        padding: 40px 30px;
        background-color: #FFF;
        display: flex;
    }
    .call{
        margin: 0 0 0 40px;
        padding: 5px 0 5px 40px;
        background-image: url("../image/call.png");
        background-repeat: no-repeat;  
        background-position: left;      
        font-size: 2.6em;
        font-weight: bold;
        letter-spacing: 1px;
    }
    .transmission{
        display: none;
    }
    .inquiry_form_buttom{
        width: 240px;
        margin: 0 auto;
        display: block;
        border-radius: 40px;
        background: -moz-linear-gradient(left, #4eb88d, #00a0e9);
        background: -webkit-linear-gradient(left, #4eb88d, #00a0e9);
        background: linear-gradient(to right, #4eb88d, #00a0e9);
        text-align: center;
        font-size: 1.1em;
        font-weight: bold;
    }
    .inquiry_form_buttom a{
        color: #FFF;
        padding: 20px;
        display: block;
    }
    .back_top {
        position: fixed;
        bottom: 24px;
        right: 24px;
        width: 32px;
        height: 30px;
        text-decoration: none;
        background-color: #000;
        color: #FFF;
        font-size: 1.6em;
        padding: 1%;
        display: block;
        text-align: center;
        border-radius: 40px;
      }
      .back_top::before {
        width: 0;
        height: 0;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-bottom: 30px solid #FFF;
        color: #fff;
      }      
    footer{
        background-color: #041b21;
    }
    footer p{
        padding: 8% 0;
        text-align: center;
    }
}
