.office_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  color: #008a9d;
  font-size: 1.2rem;
}

.office_name:before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 1.5rem;
  margin-right: 1rem;
  background-image: url(../img/office-info__office_name.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.office_info {
  margin-bottom: 1rem;
}

.office_address, .office_number, .office_station {
  margin-bottom: .5rem;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.5;
}

.office_address:before, .office_number:before, .office_station:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1.5rem;
  position: absolute;
  top: .2em;
  left: 0;
  margin-right: .5rem;
  background-size: contain;
  background-repeat: no-repeat;
}

.office_address:before {
  background-image: url(../img/office-info__office_address.png);
}

.office_number__tel {
  color: #008a9d;
  font-weight: 700;
}

.office_number:before {
  background-image: url(../img/office-info__office_number.png);
}

.office_station:before {
  background-image: url(../img/office-info__office_station.png);
}

@media screen and (min-width: 768px) {
  .office_name {
    padding-bottom: .5em;
    font-size: clamp(1.2rem, 0.278rem + 1.5vw, 1.5rem);
  }
  .office_name:before {
    width: 3rem;
    height: 2rem;
  }
  .office_address, .office_number, .office_station {
    margin-bottom: 1rem;
  }
}

.main_office {
  margin-bottom: 4rem;
}

.main_office__name {
  padding-bottom: .5rem;
  border-bottom: 2px solid #008a9d;
}

.main_office .office_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main_office .office_address, .main_office .office_number {
  width: 50%;
}

.other_office__office_box__inner {
  width: min(90%, 1300px);
  margin: auto;
}

.other_office__office_list {
  width: min(90%, 1280px);
  margin: 0 auto 2rem;
}

.other_office__office_list li {
  display: inline-block;
  margin-right: .5em;
}

.other_office__office_list li a {
  padding: 0 1em;
  border-radius: .2rem;
  background-color: #008a9d;
  color: #fff;
}

.other_office__office_box {
  padding: 1.5rem 0;
}

.other_office__office_box:nth-of-type(odd) {
  background-color: #f5f5f5;
}

@media screen and (min-width: 768px) {
  .other_office__office_box__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.5rem 0;
  }
  .other_office .office_name {
    width: 16rem;
  }
  .other_office .office_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .other_office .office_address {
    margin-right: 1.5em;
  }
  .other_office .office_map {
    width: 100%;
  }
}

@media screen and (min-width: 1300px) {
  .other_office__office_list {
    text-align: center;
  }
  .other_office .office_info {
    display: block;
    width: calc(100% - 61rem);
  }
  .other_office .office_address {
    margin-right: 0;
  }
  .other_office .office_map {
    width: 45rem;
  }
}
/*# sourceMappingURL=office-info.css.map */