/* ---------------------------------------------------------------------- */
/* mv
/* ---------------------------------------------------------------------- */
#mv {
  background: url(../images/office/mv.jpg);
  background-size: cover;
}
#mv .mv__box {
  font-size: clamp(1.5rem, 4vw, 2.4rem);
}

/* ---------------------------------------------------------------------- */
/* office
/* ---------------------------------------------------------------------- */
.office {
  padding: 130px 0 85px;
  margin-top: -30px;
}

.office__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 50px 5vw;
  margin-bottom: 80px;
}
@media screen and (min-width: 1001px) {
  .office__list {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    margin-bottom: 160px;
    gap: 50px;
  }
}

.office__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 8% 5%;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1001px) {
  .office__item {
    padding: 40px 30px;
  }
}
.office__item.office__item--coming {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  color: #94CA89;
  background-color: #EEF7EC;
  font-size: clamp(2rem, 7vw, 3rem);
  min-height: 100vw;
}
@media screen and (min-width: 1001px) {
  .office__item.office__item--coming {
    min-height: 848px;
    font-size: clamp(2rem, 3vw, 4rem);
  }
}
.office__item .ctitle-border span.en {
  color: rgba(57, 157, 38, 0.5);
  font-family: "Jost", sans-serif;
  font-size: min(10vw, 4rem);
  line-height: 1.25;
}

.office__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.office__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.office__address {
  font-size: 1.8rem;
  line-height: 1.66;
  font-style: normal;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.office__address > p:first-of-type {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.office__map {
  width: 100%;
  border: 1px solid #707070;
  aspect-ratio: 27/20;
}
.office__map iframe {
  width: 100%;
  height: 100%;
}

.office__coming-box {
  color: #fff;
  background-color: #A3A3A3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(2rem, 7vw, 3rem);
  font-weight: 500;
  aspect-ratio: 1.0867;
  margin-top: auto;
}
@media screen and (min-width: 1001px) {
  .office__coming-box {
    font-size: clamp(2rem, 3vw, 4rem);
  }
}/*# sourceMappingURL=office.css.map */