@charset "UTF-8";
@media print, screen and (min-width: 740px) and (max-width: 990px)
{
    header .mgs_logo .copy
    {
        display: none;
    }
    header.home01 .mgs-header-copy .title
    {
        color: #fff;
        font-weight: bold;
        font-size: 2.3em;
        padding: 10px 10px 0 10px;
        text-align: center;
    }
    header .openbtn1
    {
        display: block;
    }


    header .mgs_menu
    {
        display: none;
    }

    header.home01 .mgs-pagetitle {
        position: relative;
        overflow: visible;
    }
    
    header.home01 .mgs-pagetitle .pagetitle {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
        text-align: left;
        position: relative;
        padding-left: 0;
        z-index: 1;
    }
    
    header.home01 .mgs-pagetitle .pagetitle .pagetitle-content {
        position: relative;
        z-index: 2;
        max-width: 85%;
        padding: 80px 20px 80px 0;
    }
    
    header.home01 .mgs-pagetitle .pagetitle .header-image {
        position: absolute;
        top: 86px;
        right: calc(-5vw);
        width: 50vw;
        height: calc(100% - 86px);
        min-height: 400px;
        margin-left: 0;
        display: block !important;
        z-index: 0;
    }
    
    header.home01 .mgs-pagetitle .pagetitle .header-image img {
        width: 100%;
        height: 100%;
        max-width: none;
        object-fit: cover;
    }
    header.home01 .mgs-pagetitle .pagetitle .subtitle {
        color: #2a5caa;
        font-size: 2.4em;
        font-weight: 600;
        white-space: nowrap;
    }
    
    header.home01 .mgs-pagetitle .pagetitle .header-description {
        white-space: nowrap;
    }
    
    header.home01 .mgs-pagetitle .pagetitle .header-description p {
        white-space: nowrap;
    }
    header.home01 .mgs-pagetitle .pagetitle h2 {
        color: #fff;
        font-size: 47px;
        line-height: 1.1;
        margin-bottom: 0.5em;
        font-weight: bold;
    }

    header.home01 .mgs-pagetitle .count_box .data01,
    header.home01 .mgs-pagetitle .count_box .data02
    {
        margin:0 10px;
        width:40%;
        background:rgba(255,255,255,0.2);
        padding: 10px;
        text-align: center;
    }
    
    header.home01 .mgs-pagetitle .count_box .block01
    {
        font-size:1em;
        color:#fff;
        background:rgba(255,255,255,0.15);
        padding: 10px;
        margin-bottom: 2.8em;
    }
    header.home01 .mgs-pagetitle .count_box .count
    {
        line-height: 0;
        font-size:4em;
        font-weight:bold;
        color:#fff;
        margin-bottom: 0.5em;
    }
    header.home01 .mgs-pagetitle .count_box .block02
    {
        text-align:right;
        font-size:1em;
        color:#fff;
    }
    
    header.home01 .mgs-pagetitle .pagetitle .mobile-br {
        display: none;
    }

    header.home01 .mgs-pagetitle
    {
        width: 100%;
        padding: 3em 0 0 0;
        background: #fff !important;
    }
    
    header.home01 .mgs-pagetitle::before
    {
        display: none;
    }
    

    header .mgs-pagetitle
    {
        width:100%;
        padding: 8em 0;
    }



}