.bannerBGSection {
  bottom: 0;
  position: absolute;
  z-index: -1;
}

.bannerBlue {
  color: #01a5a4;
  margin-top: 102px;
  opacity: .1;
  text-align: center;
}

.bannerText {
  font-family: var(--fontLato);
  font-size: 160px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.2;
}

.bannerYellow {
  color: #b48732;
  opacity: .33;
  position: absolute;
  right: 50%;
  top: -110px;
  transform: translateX(50%);
  z-index: -1;
}

.first__img {
  margin-top: 145px;
  text-align: center;
}

.googleMap__outer {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 1;
}

.history {
  padding-bottom: 220px;
  position: relative;
}

.history .message__title {
  margin-top: 0;
  position: relative;
  top: -40px;
}

.history .message__subtitle {
  position: relative;
  top: -40px;
}

.history__container {
  background: #f7f7f7;
  border-radius: 5px;
  padding: 28px 20px;
}

.history__date {
  color: var(--colorTurquoise);
  font-family: var(--fontNotoSansJP);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

.history__date::after {
  background: url(../images/dottedLine.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -30px;
  content: "";
  height: 25px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 2px;
}

.history__inner {
  background: #fff;
  border-radius: 5px;
  padding: 24px 25px;
}

.history__list {
  display: grid;
  gap: 41px;
  grid-template-columns: 1fr;
  padding-bottom: 20px;
}

.history__listItem {
  display: grid;
  gap: 20px;
  grid-template-columns: 85px auto;
}

.history__post--title {
  font-family: var(--fontNotoSerifJP);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.information__content {
  border-bottom: 1px solid #e4f8f8;
  color: var(--colorBlack);
  font-family: var(--fontNotoSerifJP);
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  padding: 13px 0;
}

.information__inner {
  padding: 37px;
}

.information__list {
  display: flex;
  flex-direction: column;
}

.information__list .information__listItem:first-child .information__content {
  line-height: 1.5;
}

.information__listItem {
  display: grid;
  grid-template-columns: 185px auto;
}

.information__title {
  border-bottom: 1px solid #c2eceb;
  color: var(--colorTurquoise);
  font-family: var(--fontNotoSansJP);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding: 13px 0 13px 27px;
}

.message {
  position: relative;
}

.message__container {
  background: #fffaf2;
  border-radius: 20px;
  margin-top: 32px;
}

.message__inner {
  padding: 48px 90px;
}

.message__lg {
  font-size: 20px;
}

.message__mid {
  font-size: 16px;
}

.message__name {
  margin-left: 10px;
}

.message__signature--container {
  margin-top: 32px;
  text-align: end;
}

.message__sm {
  font-size: 14px;
}

.message__subtitle {
  font-family: var(--fontRoboto);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.3;
  margin-top: 7px;
  text-align: center;
}

.message__text {
  color: #333;
  font-family: var(--fontNotoSerifJP);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 10px;
}

.profile__text {
  background: #f0f0f0;
  color: #333;
  font-family: var(--fontNotoSerifJP);
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  margin-top: 20px;
  padding: 20px;
  text-align: left;
}

.message__title {
  font-family: var(--fontNotoSerifJP);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 70px;
  text-align: center;
}

.overview {
  background: #e4f8f8;
  margin-top: 48px;
  position: relative;
}

.overview__container {
  display: grid;
  grid-template-columns: auto 890px;
}

.overview__img img {
  height: auto;
  max-width: 280px;
  position: relative;
  width: 100%;
}

.overview__information {
  background: #fff;
  border-radius: 10px;
  height: auto;
  margin-bottom: 215px;
  max-width: 840px;
  width: 100%;
}

.overview__information,
.overview__left {
  margin-top: 72px;
}

.overview__left {
  position: relative;
}

.overview__logo {
  bottom: 0;
  left: 0;
  position: absolute;
}

.overview__logo img {
  height: auto;
  max-width: 335px;
  mix-blend-mode: screen;
  width: 100%;
  z-index: 0;
}

.overview__subtitle {
  color: var(--colorTurquoise);
  font-family: var(--fontRoboto);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.4;
}

.overview__title,
.overview__subtitle {
  padding-left: 140px;
}

.overview__title {
  font-family: var(--fontNotoSerifJP);
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.5;
}

.overview__wrapper {
  margin: 0 auto;
  max-width: 1280px;
}

.portraits {
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr;
  margin-top: 48px;
  text-align: center;
}

.portrait__container {
  display: flex;
  flex-direction: column;
  gap: 33px;
}

.portrait__img img {
  height: auto;
  max-width: 200px;
  width: 100%;
}

.portrait__textArea .message__text:last-child {
  line-height: 1.5;
}

.second__img {
  margin-top: 64px;
  text-align: start;
}

@media screen and (max-width: 767px) {
  .bannerBGSection img {
    width: 200%;
  }
  .bannerText {
    font-size: 70px;
  }
  .bannerBlue {
    margin-top: 130px;
  }
  .bannerYellow {
    top: -90px;
  }
  .first__img {
    position: relative;
    right: -50px;
  }
  .first__img,
  .second__img {
    margin-top: 40px;
  }
  .googleMap__outer {
    max-width: 90vw;
  }
  .history {
    overflow: hidden;
  }
  .history__date {
    height: fit-content;
  }
  .history__date::after {
    bottom: -35px;
  }
  .history__list {
    gap: 20px;
  }
  .history .message__subtitle {
    top: -25px;
  }
  .history .message__title {
    top: -20px;
  }
  .history__post--title {
    font-size: 15px;
  }
  .information__content {
    font-size: 14px;
  }
  .information__inner {
    padding: 30px 20px;
  }
  .information__listItem {
    grid-template-columns: 100px auto;
  }
  .information__title {
    font-size: 16px;
    padding: 13px 0;
    padding-right: 10px;
  }
  .message__container {
    margin: 20px;
  }
  .message__inner {
    padding: 40px 20px;
  }
  .message__text {
    font-size: 16px;
  }
  .overview {
    padding-bottom: 200px;
  }
  .overview__container {
    display: flex;
    flex-direction: column;
  }
  .overview__information {
    margin: 0 auto;
    margin-top: 40px;
    max-width: 90vw;
  }
  .overview__left {
    overflow: hidden;
  }
  .overview__logo {
    display: none;
  }
  .overview__title,
  .overview__subtitle {
    padding: 0;
    text-align: center;
  }
  .portraits {
    gap: 30px;
    grid-template-columns: 1fr;
    padding: 0 40px;
  }
}
