@charset "UTF-8";
.header {
  background: #d6ecdf;
  padding: 150px 0 60px;
  height: auto;
}
@media (max-width: 768px) {
  .header {
    background: #d6ecdf;
    padding: 20px 0 60px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .header .header__logo {
   width: 100%; 
   max-width: 110px;
  }
}
.header .header__image {
  width: max-content;
}
@media (max-width: 768px) {
  .header .header__image {
    max-width: 200px;
  }
}
.header .header__main {
  position: relative;
  left : 50%;

  transform: translateX(-50%); 
}
.header__endtext {
  text-align: center;
  line-height: 2;
  margin: 60px 0 0;
}
@media (max-width: 520px) {
  .header__endtext {
   text-align: left;
   width: 80%;
   margin: 50px auto 0;
   line-height: 1.6;
  }
  .bottom {
    padding-bottom: 30px;
  }
}