.page-office__overview {
  padding-top: 43px;
  padding-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .page-office__overview {
    padding-top: 120px;
    padding-bottom: 180px;
  }
}

.page-office__kv {
  height: 188px;
}
@media screen and (min-width: 1024px) {
  .page-office__kv {
    height: 683px;
  }
}
.page-office__kv img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-office__add-iframe {
  aspect-ratio: 281/130;
}
.page-office__add-iframe iframe {
  width: 100%;
  height: 100%;
}

.page-office__add-name {
  font-size: 1rem;
  line-height: 1.3;
}
@media screen and (min-width: 1024px) {
  .page-office__add-name {
    font-size: 2rem;
  }
}
.page-office__add-name .sm {
  font-size: 70.5%;
}

.page-office__add-list-item {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5;
  position: relative;
  padding-left: 1.3125rem;
}
@media screen and (min-width: 1024px) {
  .page-office__add-list-item {
    font-size: 1rem;
    padding-left: 1.375rem;
  }
}
.page-office__add-list-item + .page-office__add-list-item {
  margin-top: 5px;
}
@media screen and (min-width: 1024px) {
  .page-office__add-list-item + .page-office__add-list-item {
    margin-top: 20px;
  }
}
.page-office__add-list-item::before {
  position: absolute;
  top: 0.1875rem;
  left: 0;
  content: "";
  width: 0.625rem;
  height: 0.875rem;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  .page-office__add-list-item::before {
    width: 0.8125rem;
    height: 1.125rem;
  }
}

.page-office__add-list-item:first-of-type::before {
  background-image: url("../images/page-company/icon-pin.svg");
}

.page-office__add-list-item:nth-of-type(2) {
  display: flex;
}
.page-office__add-list-item:nth-of-type(2) .label {
  flex-shrink: 0;
}
.page-office__add-list-item:nth-of-type(2)::before {
  background-image: url("../images/page-company/icon-train.svg");
}

.page-office__add {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .page-office__add {
    grid-template-columns: 1fr 51%;
    gap: 50px;
  }
}

.page-office__route,
.page-office__photo {
  margin-top: 80px;
}
@media screen and (min-width: 1024px) {
  .page-office__route,
  .page-office__photo {
    margin-top: 120px;
  }
}

.page-office__route-title,
.page-office__photo-title {
  background-color: #373737;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  padding: 7px 18px;
}
@media screen and (min-width: 1024px) {
  .page-office__route-title,
  .page-office__photo-title {
    font-size: 1.75rem;
    padding: 10px 20px;
  }
}

.page-office__route-step__item-text {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.3;
}
@media screen and (min-width: 1024px) {
  .page-office__route-step__item-text {
    font-size: 1rem;
  }
}

.page-office__route-step__item-img {
  aspect-ratio: 320/213;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-office__route-step__item-img {
    aspect-ratio: 3/2;
  }
}
.page-office__route-step__item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.page-office__route-step__item-img .num {
  display: grid;
  position: absolute;
  background-color: #fff;
  width: 32px;
  height: 32px;
  line-height: 1;
  place-items: center;
  font-weight: 500;
  font-size: 1.25rem;
  color: #AB8F50;
}
@media screen and (min-width: 1024px) {
  .page-office__route-step__item-img .num {
    font-size: 1.5rem;
    font-weight: 700;
    width: 40px;
    height: 37px;
  }
}

.page-office__route-step {
  display: grid;
  gap: 32px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .page-office__route-step {
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  }
}
@media screen and (min-width: 1024px) {
  .page-office__route-step {
    gap: 40px 55px;
    margin-top: 56px;
  }
}

.page-office__photo-card {
  display: grid;
  gap: 32px;
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .page-office__photo-card {
    margin-top: 56px;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  }
}

@media screen and (min-width: 1024px) {
  .page-office__photo-card__osaka {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .page-office__photo-card__osaka .page-office__photo-card__item:first-of-type {
    grid-column: 1/3;
  }
  .page-office__photo-card__osaka .page-office__photo-card__item:nth-of-type(2) {
    grid-column: 3/5;
  }
}
.page-office__photo-card__item img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1024px) {
  .page-office__route-step-cowork {
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  }
}

.page-office__route-lead {
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .page-office__route-lead {
    font-size: 1rem;
  }
}/*# sourceMappingURL=page-office.css.map */

/* 松山オフィス改修 */
.matsuyama-intro { padding: 72px 25px 56px; color: #222; text-align: center; }
.matsuyama-intro__lead { font-size: 30px; letter-spacing: .08em; margin-bottom: 22px; }
.matsuyama-intro > p:not(.matsuyama-intro__lead) { max-width: 760px; margin: 0 auto; line-height: 2; }
.matsuyama-intro .button { margin: 28px auto 0; color: #222; border-color: #222; }
.matsuyama-jump { display: flex; justify-content: center; gap: 1px; padding-bottom: 56px; }
.matsuyama-jump a { min-width: 170px; padding: 14px 18px; background: #272625; color: #f9f3e6; text-align: center; }
.matsuyama-section { padding: 80px 0; color: #f9f3e6; background: #272625; }
.matsuyama-section--light { color: #222; background: #f3eee5; }
.matsuyama-section > .inner { color: inherit; }
.matsuyama-section .matsuyama-cards, .matsuyama-section .matsuyama-points, .matsuyama-section .matsuyama-flow, .matsuyama-section .matsuyama-steps { color: inherit; }
.matsuyama-section .matsuyama-cards article, .matsuyama-section .matsuyama-points article, .matsuyama-section .matsuyama-steps li { color: inherit; }
.matsuyama-section:not(.matsuyama-section--light) .matsuyama-steps li strong, .matsuyama-section:not(.matsuyama-section--light) .matsuyama-steps li span { color: #f9f3e6; }
.matsuyama-section h2, .matsuyama-section h3, .matsuyama-section p { color: inherit; }
.matsuyama-section h2 { margin-bottom: 18px; font-size: 30px; font-weight: 500; letter-spacing: .06em; }
.matsuyama-section__lead { margin-bottom: 34px; line-height: 1.9; }
.matsuyama-cards, .matsuyama-points { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.matsuyama-cards article, .matsuyama-points article { padding: 30px 24px; border: 1px solid #99958f; }
.matsuyama-cards h3, .matsuyama-points h3 { margin-bottom: 14px; font-size: 19px; font-weight: 500; }
.matsuyama-cards p, .matsuyama-points p { line-height: 1.9; font-size: 14px; }
.matsuyama-cards a { display: inline-block; margin-top: 20px; color: inherit; text-decoration: underline; }
.matsuyama-points span { display: block; margin-bottom: 20px; color: #bcb5a9; font-size: 30px; }
.matsuyama-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.matsuyama-flow > div { padding: 30px; border-top: 2px solid #665f54; }
.matsuyama-flow strong { display: block; margin-bottom: 14px; font-size: 28px; }
.matsuyama-flow h3 { margin-bottom: 10px; font-size: 20px; }
.matsuyama-flow p { line-height: 1.8; }
.matsuyama-note { margin-top: 28px; font-size: 13px; }
.matsuyama-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: step; }
.matsuyama-steps li { padding: 24px; border: 1px solid #99958f; counter-increment: step; }
.matsuyama-steps li::before { content: 'STEP ' counter(step, decimal-leading-zero); display: block; margin-bottom: 15px; color: #bcb5a9; font-size: 12px; }
.matsuyama-steps strong, .matsuyama-steps span { display: block; }
.matsuyama-steps strong { margin-bottom: 10px; font-size: 18px; }
.matsuyama-steps span { line-height: 1.8; font-size: 14px; }
.matsuyama-faq { border-top: 1px solid #aaa39a; }
.matsuyama-faq details { border-bottom: 1px solid #aaa39a; padding: 20px 0; }
.matsuyama-faq summary { cursor: pointer; font-size: 17px; font-weight: 600; list-style-position: inside; }
.matsuyama-faq details p { margin: 14px 28px 0; line-height: 1.9; }
.matsuyama-section--cta { text-align: center; background: #ab8f50; }
.matsuyama-section--cta .button { margin-top: 24px; border-color: #f9f3e6; color: #f9f3e6; }
.matsuyama-points--compact { grid-template-columns: repeat(2, 1fr); max-width: 760px; }
@media screen and (max-width: 767px) {
  .matsuyama-intro { padding: 48px 20px 38px; }
  .matsuyama-intro__lead { font-size: 23px; }
  .matsuyama-jump { display: grid; grid-template-columns: repeat(2, 1fr); padding: 0 20px 40px; }
  .matsuyama-jump a { min-width: 0; font-size: 13px; }
  .matsuyama-section { padding: 52px 0; }
  .matsuyama-section h2 { font-size: 24px; line-height: 1.5; }
  .matsuyama-cards, .matsuyama-points, .matsuyama-flow, .matsuyama-steps { grid-template-columns: 1fr; gap: 12px; }
  .matsuyama-points--compact { grid-template-columns: 1fr; }
  .matsuyama-cards article, .matsuyama-points article, .matsuyama-steps li { padding: 22px 18px; }
}
