@charset "utf-8";

/* about */
.txt_about img {
  width: 50%;
}

.hidamari_about_top img{
  margin-bottom: 6%;
}

/* 背景画像 */
.hidamari_support {
  background-color: #fff8e9;
  background-image: url(../img/background.png);
  background-size: 100%;
  background-position-y: top;
  background-repeat: no-repeat;
  margin: 4% 10%;
  padding: 0 5%;
  text-align: center;
}

.support {
  background-image: url(../img/background_bottom.png);
  background-size: 100%;
  background-position-y: 99%;
  background-repeat: no-repeat;
}

.hidamari_support_img {
  padding-top: 7%;
  width: 40%;
}

.support div {
  padding-bottom: 7%;
}

.support div div {
  margin: 0 auto;
  padding: 3% 0;
}

.support p {
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .txt_about img {
    width: 63%;
  }

  .hidamari_support_img {
    width: 52%;
  }
}

@media only screen and (min-width: 600px) {

  /* sp以外 */
  .txt_about p {
    padding: 0 12%;
  }

  .support {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 5% 0 10%;
  }

  .support div {
    width: 40%;
  }

  .support div div img {
    width: 45%;
  }

  #word_img_iyasi img {
    width: 60%;
  }
}

@media only screen and (max-width: 599px) {

  /* sp */
  .txt_about img {
    margin-bottom: 0;
    width: 82%;
  }

  /* 背景画像 */
  .hidamari_support {
    margin: 6% 0 20%;
    padding: 0 5%;
  }

  .hidamari_support_img {
    padding-top: 20%;
    width: 70%;
  }

  .support {
    padding: 10% 0 25%;
  }

  .support div div img {
    width: 17%;
  }

  #word_img_iyasi img {
    width: 19%;
  }

}