@media screen and (max-width:1300px){
    .inner,.inner2{
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media screen and (max-width:768px){
    header{
        top: 30px;
    }

    .global_menu{
        width: 100%;
        padding-left: 70px;
        padding-right: 70px;
				font-size: 1.4em;
    }

    .global_menu ul{
        width: 100%;
    }

    .home .main_visual{
        padding: 100px 0;
        overflow: hidden;
    }

    .main_photo{
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        height: 450px;
    }

    .photo p{
        font-size: 40px;
        bottom: 90px;
    }



    .photo img{
        max-width: none;
        position: relative;
    }

    .photo span{
        height: 150px;
        overflow: hidden;
        bottom: -80px;
    }

    .photo span img{
        position: absolute;
        bottom: 0;
        margin: auto;
    }

    .home section{
        padding: 60px 0;
    }

    section{
      padding-top: 100px;
    }

    .inner_r{
        max-width: 90%;
    }

    h2{
        margin-bottom: 60px;
    }

    .passion{
        padding-bottom: 0;

    }

    .photo_area{
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        order: 1;
    }

    .txt_area{
        width: 90%;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 2em;
        order: 2;
    }

    .txt_area h3{
        margin-bottom: 1em;
    }

    .passion::after{
        background-size: 200%;
        background-position: center;

    }

    .profile::before{
        background-size: 100%;
        width: 140px;
        left: -30px;
        top: 0;
    }

    .profile::after{
        background-size: 100%;
        width: 200px;
        right: 0;
        background-position: bottom;
    }

    .profile .left{
        width: 100%;
        max-width: 400px;
        text-align: center;
    }

    .profile .right{
        width: 100%;
        padding: 30px;
    }

    .profile h3{
        margin-bottom: .5em;
    }

    .service li{
        margin-left: auto;
        margin-right: auto;
    }

    .service li:nth-child(2),
    .service li:nth-child(4){
        margin-top: 0;
    }

    .home .contact{
        padding-left: 30px;
        padding-right: 30px;
    }

    .contact dd{
        margin-bottom: 30px;
    }

    .list_blog li{
        width: 100%;
    }
    .blog-txt h2{
      margin-bottom: .6em;
      margin-bottom: .6em;
    }
}

@media screen and (max-width:480px){
    .main_photo img{
        right: 841px;
        top: -21%;
    }
    .photo p{
        bottom: 26px;
        font-size: 36px;
    }
    .photo span{
        height: 107px;
    }
}
