* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #191D23;
  color: #ffffff;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.6;
  }
}

img {
  display: block;
  width: 100%;
  height: auto;
}

#office {
  max-width: 1030px;
  padding: 15px;
  margin: 0 auto;
}
#office .wrapper {
  padding: 180px 0;
}
@media screen and (max-width: 767px) {
  #office .wrapper {
    padding: 70px 0;
  }
}
#office .hero-text {
  text-align: center;
  margin-top: 28px;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  #office .hero-text {
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
  }
}
#office .point-ttl {
  text-align: center;
  margin-top: 80px;
  font-size: 24px;
  letter-spacing: 0.03em;
}
#office .circle-area {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #office .circle-area {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
#office .circle {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: #A68463;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #office .circle {
    width: 180px;
    height: 180px;
  }
}
#office .circle-title {
  font-size: 30px;
  letter-spacing: 0.03em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #office .circle-title {
    font-size: 24px;
  }
}
#office .circle-sub {
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #office .circle-sub {
    font-size: 12px;
    margin-top: 5px;
  }
}
#office .section {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  #office .section {
    margin-top: 80px;
  }
}
#office .section-title-wrap {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
#office .gold-bar {
  width: 6px;
  height: 52px;
  background: #b99671;
  margin-top: 6px;
}
#office .section-title {
  font-size: 64px;
  line-height: 0.9;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #office .section-title {
    font-size: 38px;
  }
}
#office .section-sub {
  font-size: 14px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  #office .section-sub {
    font-size: 12px;
  }
}
#office .location-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  #office .location-flex {
    flex-direction: column;
  }
}
#office .location-text {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #office .location-text {
    width: 100%;
  }
}
#office .location-lead {
  margin-bottom: 45px;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  #office .location-lead {
    margin-bottom: 25px;
    font-size: 16px;
  }
}
#office .address {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 30px;
}
#office .address span {
  font-size: 16px;
}
#office .access {
  font-size: 15px;
  line-height: 2;
}
#office .location-image {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -140px;
}
@media screen and (max-width: 767px) {
  #office .location-image {
    width: 100%;
    margin-top: 0;
  }
}
#office .location-image img {
  max-width: 350px;
}
@media screen and (max-width: 767px) {
  #office .location-image img {
    max-width: 250px;
  }
}
#office .description {
  margin-top: 40px;
  font-size: 18px;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  #office .description {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 25px;
  }
}
#office .grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  #office .grid-2 {
    grid-template-columns: 1fr;
  }
}
#office .grid-2 img, #office .grid-2 .dummy {
  aspect-ratio: 1.45/1;
  -o-object-fit: cover;
     object-fit: cover;
  background: #d7d7d7;
}
#office .dummy {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  font-size: 14px;
}/*# sourceMappingURL=office.css.map */