.header.change-color  {
  background-color: rgba(255, 255, 255, 0.9); 
  box-shadow:0 0 10px 10px rgba(255, 255, 255, 0.9);
}

.bannerBox {
  margin-top: 15vh;
}
.nextButtonRU {
  visibility: hidden;
}
.width80 {
  width: 80%;
  height: auto;
  margin: auto;
}

.inside {
  width: 100%;
  height: 100%;
  display: flex;
}
.inside div {
  width: calc(100%/3);
  height: 100%;
  background-size: cover; /* 背景画像を要素全体にフィットさせる */
  background-position: center; /* 背景画像の位置を中央に設定 */
  object-fit: cover; /* 画像を要素全体にフィットさせる */
}
.inside01 { background-image: url(../images/about/inside01.jpg);} .inside01::before {content: "";position: absolute;top: 0;  bottom: 0;left: 0;  right: 0;background: black;opacity:0.3;}
.inside02 { background-image: url(../images/about/inside02.jpg);} .inside02::before {content: "";position: absolute;top: 0;  bottom: 0;left: 0;  right: 0;background: black;opacity:0.3;}
.inside03 { background-image: url(../images/about/inside03.jpg);} .inside03::before {content: "";position: absolute;top: 0;  bottom: 0;left: 0;  right: 0;background: black;opacity:0.3;}


h4 {
  text-align: center;
  font-size: 30px;
  color: #fff;
}

.dogTerrace {
  width: 100%;
  height: 100%;
  background-image: url(../images/about/aboutUnderImg.jpg);
  background-size: cover; /* 背景画像を要素全体にフィットさせる */
  background-position: center; /* 背景画像の位置を中央に設定 */
  object-fit: cover; /* 画像を要素全体にフィットさせる */
}
.dogTerrace::before {content: "";position: absolute;top: 0;  bottom: 0;left: 0;  right: 0;background: black;opacity:0.3;}

.LeftText {
  position: absolute;
  top:30%;
  left:10%;
  right: auto;
  bottom:auto;
}
.RightText {
  position: absolute;
  top:auto;
  left:auto;
  right: 10%;
  bottom:15%
}
.DogImg {
  width: 20%;
  height: auto;
  position: absolute;
  top:5%;
  left: auto;
  right: 10%;
  bottom:auto;
}





/*----------------------------------------------------------------------------------


 タブレット画面　レスポンシブデザイン


----------------------------------------------------------------------------------*/
@media screen and (min-width:451px)and (max-width:960px) {
  .bannerBox {
    margin: 0;
    padding-top: 10%;
}
  .bannerBlock {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .bannerText h3 {
    padding-top: 5vh;
    padding: 20px 0px;
  }
  .SPinside {
    width: 100%;
    height: auto;
  }
  .inside {
    display: flex;
  }
  .inside div {
    width: 100vw;
    height: 50vh;
    background-size: cover; /* 背景画像を要素全体にフィットさせる */
    background-position: center; /* 背景画像の位置を中央に設定 */
    object-fit: cover; /* 画像を要素全体にフィットさせる */
  }
  h4 {
    text-align: center;
    font-size: 2vw;
    color: #fff;
  }

  .height50vh {
    width: 100%;
    height: 50vh;
  }
  .dogTerrace {
    width: 100%;
    height: 100%;
  }
  .dogTerrace h4 {
    font-size: 3vw;
  }
  .LeftText {
    position: absolute;
    top:30%;
    left:10%;
    right: auto;
    bottom:auto;
  }
  .RightText {
    position: absolute;
    top:auto;
    left:auto;
    right: 20%;
    bottom:15%
  }
  .DogImg {
    width: 30%;
    height: auto;
    position: absolute;
    top:10%;
    left: auto;
    right: 10%;
    bottom:auto;
  }
}


/*----------------------------------------------------------------------------------


 スマホ画面　レスポンシブデザイン


----------------------------------------------------------------------------------*/
@media screen and (max-width:520px) {
  .nextButtonRU {
    display: none;
  }
  .bannerBox {
    margin: 0;
    padding-top: 15%;
  }
  .aboutPurpose {
    width: 100%;
    height: 40%;
}
  .bannerBlock {
    width: 100%;
    height: 40%;
    padding-top: 5vh;
    padding-bottom: 0;
    justify-content: flex-start;
  }
  .bannerText h3 {
    padding-top: 6vh;
  }
  .SPinside {
    width: 100%;
    height: auto;
  }
  .inside {
    display: block;
  }
  .inside div {
    width: 100vw;
    height: calc(90vh + 100px);
    background-size: cover; /* 背景画像を要素全体にフィットさせる */
    background-position: center; /* 背景画像の位置を中央に設定 */
    object-fit: cover; /* 画像を要素全体にフィットさせる */
  }
  .dogTerrace {
    width: 100%;
    height: 100%;
  }
  h4 {
    text-align: center;
    font-size: 5vw;
    color: #fff;
  }
  .LeftText {
    position: absolute;
    top:20%;
    right: 0;
    left: 0;
    margin: 0 auto;
 }
  .RightText {
    position: absolute;
    left: 0;
    right: 0;
    bottom:20%;
    margin: 0 auto;
  }
  .DogImg {
    width: 50%;
    height: auto;
    position: absolute;
    top: 50%;
    left: auto;
    right: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}