@charset "UTF-8";

header {
    background-color: rgba(255,255,255,0.7);
    top: -9px;
    width: 100%;
    padding: 9px;
    position: absolute;
  box-sizing: border-box;
}
.ipad header {
  min-width: 1120px;
}
.fixed {
  background-color: rgba(255,255,255,0.8);
}
header .headerIn {
    width: 1120px;
    margin: 0 auto;
    position: relative;
}
.fixedCare {
    padding-top: 0;
}
header .headLang .language {
}

#page #concept {
    background-image: url(/images/concept/concept_cover.jpg);
    background-attachment: fixed;
    color: #fff;
    padding: 380px 0 200px;
    -webkit-background-size: cover;
    background-size: cover;
  box-sizing: border-box;
}
/*-モバイルデバイスのみ-*/
.mobile #page #concept {
  background-image: none;
}
.mobile #page #concept::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(/images/concept/concept_cover.jpg) center/cover no-repeat; /*fixedをトル！*/
  -webkit-background-size:cover;/*Android4*/
  box-sizing: border-box;
}




#page #concept #main p {
    text-align: center;
    font-size: 16px;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 35px;
}
#page.en #concept #main p {
    text-align: center!important;
    line-height: 1.6!important;
}



#page #concept #main .midashiA {
    font-size: 56px;
    color: #fff;
    border-bottom: 0;
    margin-bottom: 73px;
}
#page.en #concept #main .midashiA {
    line-height: 1!important;
}
#page #concept #main .midashiA br {
    display: none;
}
#page.en #concept #main .midashiA br {
    display: block;
}

footer {
  background-color: #fff;
}


@media screen and (max-width: 760px) {
  #pageTop {
    background-color: #fff;
  }
    header {
        margin: 0;
    }
    header .headerIn {
        width: 100%;
    }
    #main.moduleContent {
        padding: 0 20px;
      box-sizing: border-box;
    }
    #page #concept #main .midashiA br {
        display: block;
    }  
    #page #concept #main .midashiA {
        font-size: 7.488vw;
        line-height: 1.7;
        margin-bottom: 23px;
    }
    #page.en #concept #main .midashiA {
        line-height: 1;
    }
    #page #concept #main p {
        padding: 0 20px;
        text-align: justify;
    }
    #page.en #concept #main p {
        text-align: left!important;
    }

    #page #concept #main p br {
        display: none;
    }
    #page #concept {
        background-position: -500px;
        padding: 210px 0 30px;
    }
}