

/* ==========================================================================
max-width:991px
========================================================================== */

	@media screen and (max-width:991px) {
/* ==========================================================================
ヘッダー
========================================================================== */
        header .logo img {
            height: auto;
            width: 80px; }
        
/* ==========================================================================
hero
========================================================================== */
        
        .hero {
            padding: 40px 20px;}
        
        .hero .container {
            display: block;
            width: 100%;
            height: 800px;}
        
        .hero  .container .eye-catch {
            width: 100%;
            text-align: center;}
        
        .hero   .container .top-catchphrase {
            width: 100%;
            margin: 0 auto;
        }
        
        .hero .top-catchphrase .title {
            height: 500px;
            padding-top: 0;
            padding-bottom: 100px;
            margin: 0 auto;
            text-align: center;
        }

        .hero .top-catchphrase .top-image {
            display: inline;
            text-align: center;
        }
        
        .top-cta {
            width: 60%;
            display: block;
            border-radius: 40px;
            font-weight: bold;
            margin:20px auto 0;
        }

/* ==========================================================================
about
========================================================================== */
        .about-item {
            width: 100%;
        }
        
        
        .about .overview-section2 {
            display: flex;
            justify-content: center;
            align-items: center;
            }

        .about .overview-section2 img {
            width: 25vw;
            height: auto;
            min-width: 100px;
        }
        
/* ==========================================================================
problem
========================================================================== */
        .problem .container {
            display: block;
            width: 100%;
        }
        
        .problem-box {
            margin: 0 auto 30px;
        }
        
 /* ==========================================================================
howtouse
========================================================================== */       
        .howtouse  .box {
            flex-direction: column;}
        
        .howtouse  .box:nth-child(even) {
            flex-direction: column;}
        
        .howtouse .howtouse-wrapper-general {
            text-align: center;}
        
        .howtouse .box:nth-child(even) .howtouse-wrapper-general {
            text-align: center;}
        
        .howtouse .howtouse-image {
            width:100%;
            margin-left: 0;
            text-align: center;}
        
        .howtouse .box:nth-child(even) .howtouse-image {
            margin-left: 0;
            margin-right: 0%;}
        
        .howtouse .howtouse-image img {
            width:50%;
            height:auto;}
    }
    