html {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.header__h1,
.inner {
  max-width: 1200px;
  padding: 0 16px;
  margin: auto;
}
img {
  width: 100%;
}
.header__img {
  width: 145px;
  height: 30px;
  margin: 20px 0;
}
.header__list {
  background-color: #333333;
  color: #ffffff;
  font-size: 14px;
}

.header__ul {
  display: flex;
  padding: 0 16px;
  width: 500px;
  justify-content: space-between;
  margin-left: 40px;
  height: 41px;
  align-items: center;
}
.top {
  display: flex;
  justify-content: space-between;
  margin-top: 39px;
  margin-bottom: 77px;
}
.top2 {
  width: 32%;
}
.top__ttl {
  font-size: 16px;
  font-weight: bold;
  margin: 13px 0 21px 0;
  line-height: normal;
}
.top__sec {
  display: flex;
  justify-content: center;
}
.top__btn {
  font-size: 14px;
  border-bottom: solid 1px #333333;
  line-height: initial;
  transition: border 1s;
}
.top__btn:hover {
  border-bottom: solid 1px #ffffff;
}
.text {
  display: flex;
}
.text__box {
  width: 306%;
}
.text__h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 26px;
}
.text__ul {
  font-size: 14px;
  display: flex;
  width: 166px;
  justify-content: space-between;
  margin-bottom: 13px;
}
.text__sec,
.text__sec2 {
  display: flex;
  justify-content: center;
}
.text__p {
  font-size: 16px;
  margin-top: 13px;
  width: 667px;
  line-height: normal;
}
.text__btn {
  font-size: 16px;
  margin-top: 33px;
  margin-bottom: 87px;
  border-bottom: solid 1px #333333;
  line-height: normal;
  transition: border 1s;
}
.text__btn:hover {
  border-bottom: solid 1px #ffffff;
}
.text__side {
  margin-left: 50px;
  margin-right: 5px;
}
.side__img3 {
  display: flex;
  justify-content: center;
}
.side__img {
  border-radius: 100%;
  width: 130px;
  margin-bottom: 35px;
}
.side__h3,
.side__h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 37px;
  text-align: center;
}
.side__p {
  font-size: 14px;
  line-height: 22px;
  padding: 0 10px 0 5px;
  margin-bottom: 57px;
}
.side__h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 34px;
  text-align: center;
}
.side__img2 {
  width: 100%;
  margin-bottom: 3px;
}
.side__p2 {
  font-size: 14px;
  line-height: normal;
  margin-bottom: 31px;
}
.date__h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 34px;
  text-align: center;
  padding-top: 32px;
}
.date__sec {
  border-top: solid 1px #777777;
  padding: 23px 0;
}
.date__sec:last-of-type {
  border-bottom: solid 1px #777777;
  margin-bottom: 140px;
}
.date__a {
  font-size: 14px;
  padding-left: 15px;
}
footer {
  background-color: #f7f7f7;
}
.footer {
  display: flex;
  justify-content: space-between;
}
.about,
.menu,
.x {
  width: 100%;
}
.footer__h6 {
  font-size: 18px;
  padding: 55px 0 34px 0;
  font-weight: bold;
}
.about__p {
  font-size: 14px;
  line-height: normal;
  width: 80%;
  margin-bottom: 15px;
}
.about__p2 {
  font-size: 14px;
  margin-bottom: 12px;
}
.menu__p {
  font-size: 14px;
  border-top: solid 1px #777777;
  padding: 19px 0 18px 15px;
  width: 80%;
}
.menu__p:last-of-type {
  border-bottom: solid 1px #777777;
}
.footer__p {
  font-size: 12px;
  text-align: center;
  padding: 124px 0 12px 0;
}
@media screen and (max-width: 770px) {
  .header__list {
    overflow: scroll;
  }
  .top {
    display: block;
    margin-top: 29px;
    margin-bottom: 104px;
  }
  .top2 {
    width: 100%;
  }
  .text {
    display: block;
  }
  .top__sec {
    margin-bottom: 30px;
  }
  .text__box {
    width: 100%;
  }
  .text__h3 {
    margin-bottom: 22px;
  }
  .text__p {
    width: 75%;
  }
  .text__btn {
    font-size: 14px;
    margin-top: 21px;
    margin-bottom: 84.5px;
  }
  .text__btn:last-of-type {
    margin-bottom: 80.5px;
  }
  .text__side {
    margin: 0 auto;
  }
  .side__p {
    font-size: 18px;
    padding: 0;
  }
  .date__h5 {
    padding-top: 35px;
  }
  .date__sec:last-of-type {
    margin-bottom: 120px;
  }
  .footer {
    display: block;
  }
  .footer__h6 {
    padding-bottom: 37px;
  }
  .about__p {
    width: 100%;
  }
  .footer__h6:nth-last-of-type(2) {
    padding-top: 47px;
  }
  .menu__p {
    width: 100%;
  }
  .footer__h6:last-of-type {
    padding: 35px 0 34px 0;
  }
  .footer__p {
    padding-top: 94px;
  }
}
