@charset "UTF-8";

/*****************************
pagesec-overview
*****************************/
.pagesec-overview .ttlbox1 {
  margin-bottom: 3rem;
  text-align: center;
}
.pagesec-overview .office {
  margin-top: 5rem;
}
.pagesec-overview .ttlbox2 {
  text-align: left;
}
.pagesec-overview .ttlbox2::before {
  left: 0;
  transform: none;
}
.pagesec-overview .officebox {
  margin-top: 2rem;
}
.pagesec-overview .officebox .add dt {
  font-weight: bold;
}
.pagesec-overview .officebox .maps {
  margin-top: 2rem;
}
.pagesec-overview .officebox .maps iframe {
  aspect-ratio: 3/1;
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 1180px) {}
@media only screen and (max-width: 1024px) {}
@media only screen and (max-width: 820px) {}
@media only screen and (max-width: 768px) {}
@media only screen and (max-width: 767px) {
  .pagesec-overview .officebox .maps iframe {
    aspect-ratio: 3/2;
  }
}
/*****************************
pagesec-history
*****************************/
.pagesec-history {
  background: #f2f2f2;
}
.pagesec-history .ttlbox1 {
  text-align: center;
}
.history {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 5rem;
}
.history>div {
  background: #fff;
  box-shadow: 4px 4px 6px #aac1cc;
  padding: 3rem;
  position: relative;
}
.history>div>dt {
  font-family: "Noto Serif JP", serif;
  color: #05618C;
  font-size: 5rem;
  font-style: italic;
  line-height: 1;
}
.history>div>dd {
  margin-left: auto;
  width: calc(100% - 150px);
}
.history>div>dd li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 2rem;
  padding: 1rem;
}
.history>div>dd li .time {
  color: #233b6c;
  font-weight: bold;
}
@media only screen and (max-width: 1180px) {}
@media only screen and (max-width: 1024px) {}
@media only screen and (max-width: 820px) {}
@media only screen and (max-width: 768px) {}
@media only screen and (max-width: 767px) {
  .history>div {
    padding: 2rem;
  }
  .history>div>dt {
    font-size: 4rem;
  }
  .history>div>dd {
    margin-top: 1rem;
    width: 100%;
  }
  .history>div>dd li {
    margin-bottom: 1rem;
    padding: .5rem;
  }
}