@charset "UTF-8";
/*****************************
  cmn
*****************************/

/*****************************
pagesec-message
*****************************/

.pagesec-message .message{
  margin-top: 2rem;
}
.pagesec-message .message .ob{
  content: "";
  aspect-ratio: 1 / 1;
  background: url(../../images/common/logo_icon.svg) no-repeat center / contain;
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
}
.pagesec-message .txtbox{
  background: rgba(255,255,255,.9);
  max-width: 700px;
  padding: 3rem;
}
.pagesec-message .txtbox p{
  font-size: 2rem;
}
.pagesec-message .txtbox .name{
  font-size: 3rem;
  text-align: right;
}
.pagesec-message .txtbox .name span{
  font-size: 1.8rem;
}
@media only screen and (max-width: 1180px) {
  .pagesec-message .txtbox p {
    font-size: 1.8rem;
  }
  .pagesec-message .txtbox .name{
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .pagesec-message .message .ob {
    width: 50%;
  }
  .pagesec-message .txtbox{
    padding: 2rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec-message {
    overflow: hidden;
    padding-bottom: 8rem;
  }
  .pagesec-message .message .ob {
    top: auto;
    bottom: -8rem;
    right: -5rem;
    width: 80%;
  }
  .pagesec-message .txtbox{
    padding: 0 2rem 2rem 0;
  }
  .pagesec-message .txtbox p ,
  .pagesec-message .txtbox .name span{
    font-size: 1.6rem;
  }
  .pagesec-message .txtbox .name{
    font-size: 2rem;
  }
}

/*****************************
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: #003C77;
  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;
  }
}