/*トップページ用*/
#top_head{
    background: none;
}

.inner {
    width: 87%;
    max-width: none;
    margin: 0 0 0 13%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 0 17% 0 4%;
    font-weight: bold;
    font-size: 0.8em;
    justify-content: space-between;
    border-bottom-left-radius: 30px;
}

.fixed{
    background: #fff!important;
}

.fixed .inner{
    width: 100%;
     max-width: 1024px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 0px;
    font-weight: bold;
    font-size:0.8em;
}

#top_head{
    background: none;
}

.green_bar{
    display: none;
}

.fixed .green_bar{
    display: block;
}

.menu_margin{
    display: none;
}

.hero_img{
    width: 100vw;
    height: 100vh;
    max-height: 1000px;
    background: url("../images/top_bg.jpg");
    background-position: bottom;
    background-size: cover;
    position: relative;
}

.hero_img .top_img{
    width: 90vw;
    max-height: 800px;
    height:78vh;
    margin-left: 10vw;
    background: url("../images/top_img.png");
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    top:120px;
    right: 0;
}

.hero_img .top_img .top_img_text{
 
    position: absolute;
   top: 0;
  bottom: 0;
  margin: auto;
   margin-left: 0vw;
}

@media screen and (max-width: 1023px) {
    
.hero_img .top_img{
    
     background-position: center;
}

    .hero_img .top_img{
            width: 90vw;
    max-height: 800px;
    height: 68vh;
    margin: 0vw;
   background: url("../images/top_img_sp.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: static;
        border-radius: 20px;
}
    .hero_img .top_img .top_img_text{
        position: absolute;
    top: 0px;
    bottom: -64%;
    margin: auto;
    /* margin-left: 5vw; */
    width: 90vw;
}
    
    .hero_img .top_img .top_img_text{
        width: 95vw;
    }
    
    .hero_img{
    height: 110vh;
    max-height: 1000px;
    background: url("../images/top_bg.jpg");
    background-position:inherit;
    background-size: cover;
    position: relative;
        
            display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 84px;
    background-position: top;
}
    
    
}

/*キャッチコピー*/
.catchcopy_section{
    background: #3bb277;
    display: flex;
}

.catchcopy_box{
    width: 90vw;
    background: #fff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    position: relative;
    padding-right: 15vw;
    display: flex;
    justify-content: center;
     margin:0 0 100px 0;
    background-image: url(../images/bg4.jpg);
}

.catchcopy_box .catchcopy_contents{
    margin:0;
    padding:100px 0;
}

.catchcopy_box .catchcopy_img{
     position: absolute;
    max-width: 450px;
    right: -200px;
    top:-50px;
    bottom:0px;
    margin-top: 100px;
}

.catchcopy_1{
    margin-bottom: 0!important;
}

@media screen and (max-width: 1023px) {
    .catchcopy_box .catchcopy_contents{
    padding:50px 0;
    }
    .catchcopy_box .catchcopy_img{
     position: absolute;
    max-width: 200px;
    right: -100px;
    top:0px;
    bottom:0px;
        margin-top: 0px;
}
    .catchcopy_2{
    width: 74vw!important;
}
    
}

@media screen and (max-width: 374px) {
    .catchcopy_box .catchcopy_img{
    max-width: 176px;
}
}



