.main-area {
  height: 300px;
}
.main-area .main-img img {
  height: 300px;
  aspect-ratio: 2800 / 600;
}
.main-area .container{
	height:300px;
}
.office-main {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  margin-top: 40px;
}

.office-thumbnail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .office-thumbnail {
    display: flex;
    flex-direction: column;
  }
}
.office-thumbnail .thumbnail .office-thumbnail_contents {
  background: #FFF;
  width: calc(100% - 80px);
  margin-inline: auto;
  margin-top: -30px;
  padding: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .office-thumbnail .thumbnail .office-thumbnail_contents {
    width: calc(100% - 30px);
    padding: 20px 15px;
    margin-top: -15px;
  }
}
.office-thumbnail .thumbnail .office-thumbnail_contents .text + .text {
  margin-top: 20px;
}
.office-thumbnail .thumbnail .office-thumbnail_contents .text.sig {
  text-align: right;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .office-thumbnail .thumbnail .office-thumbnail_contents .text.sig {
    margin-top: 20px;
  }
}

.about-list {
  border-bottom: 1px solid #D1D1D1;
}
.about-list .about {
  display: grid;
  grid-template-columns: 140px 1fr;
  border-top: 1px solid #D1D1D1;
}
@media screen and (max-width: 768px) {
  .about-list .about {
    grid-template-columns: 80px 1fr;
  }
}
.about-list .about .list {
  position: relative;
  padding: 20px 20px 30px;
}
@media screen and (max-width: 768px) {
  .about-list .about .list {
    padding: 15px 0 30px;
  }
}
.about-list .about .list:first-of-type .text {
  text-align: center;
}
.about-list .about .list:first-of-type:before {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0048CF;
}
.about-list .about .list:last-of-type {
  padding-left: 15px;
}

.office-img {
  margin-top: 30px;
}
.office-img .text {
  margin-top: 30px;
}

.office-img_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .office-img_list {
    gap: 13px;
  }
}

/*# sourceMappingURL=office.css.map */
