.offices_map {
  padding: 168px 0 104px 0;
  position: relative;
  background-image: url("../images/office_info/office.png");
  background-repeat: no-repeat;
  background-position: top -2px left;
  background-size: auto;
}
@media screen and (max-width: 1024px) {
  .offices_map {
    padding: 4em 0;
    background-size: 480px;
    background-position: top -30px left;
  }
}
@media screen and (max-width: 767px) {
  .offices_map {
    background-size: 300px;
    background-position: top 8px left;
  }
}
.offices_map h2 {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #12ADC4;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  color: #12ADC4;
}
.offices_map h2:before {
  display: block;
  content: "";
  position: absolute;
  background-color: #12ADC4;
  height: 1px;
  width: 100%;
  right: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1300px) {
  .offices_map h2:before {
    right: calc(100% - 3em);
  }
}
@media screen and (max-width: 1300px) {
  .offices_map h2 {
    padding: 0 0 0 4em;
  }
}
.offices_map h2:before {
  background-color: #12ADC4;
}
.offices_map .mv_wrap {
  position: relative;
  overflow: hidden;
  height: 370px;
}
@media screen and (max-width: 767px) {
  .offices_map .mv_wrap {
    height: 280px;
    display: none;
  }
}
.offices_map .mv_wrap svg {
  display: block;
  margin: 0 auto;
  width: 1352px;
  position: absolute;
  top: -238px;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
}
.offices_map .mv_wrap svg .pin:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .offices_map .mv_wrap svg {
    width: 1180px;
    top: -248px;
    left: 65%;
  }
}

.list_of_offices {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
  max-width: 1200px;
}
.list_of_offices h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  color: #12ADC4;
  text-align: center;
  margin-bottom: 47px;
}
@media screen and (max-width: 1024px) {
  .list_of_offices h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .list_of_offices h3 {
    font-size: 24px;
  }
}
.list_of_offices h3 span {
  display: inline-block;
  position: relative;
}
.list_of_offices h3 span:before, .list_of_offices h3 span:after {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  background-color: #12ADC4;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .list_of_offices h3 span:before, .list_of_offices h3 span:after {
    width: 34px;
  }
}
.list_of_offices h3 span:before {
  right: 118%;
}
@media screen and (max-width: 767px) {
  .list_of_offices h3 span:before {
    right: auto;
    left: -2em;
  }
}
.list_of_offices h3 span:after {
  left: 118%;
}
@media screen and (max-width: 767px) {
  .list_of_offices h3 span:after {
    left: auto;
    right: -2em;
  }
}
.list_of_offices .list_wrap .box_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 45px 28px;
}
@media screen and (max-width: 1300px) {
  .list_of_offices .list_wrap .box_wrap {
    justify-content: center;
  }
}
.list_of_offices .list_wrap .box_wrap .box {
  width: 586px;
  border: 1px solid #707070;
  border-radius: 21px;
  padding: 41px 40px 30px;
}
@media screen and (max-width: 767px) {
  .list_of_offices .list_wrap .box_wrap .box {
    padding: 1.3em;
  }
}
.list_of_offices .list_wrap .box_wrap .box h4 {
  font-size: 28px;
  font-weight: 500;
  font-family: "KiwiMaru", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 0 15px 20px 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_of_offices .list_wrap .box_wrap .box h4 {
    font-size: 20px;
    padding: 0 0 1em 1em;
  }
}
.list_of_offices .list_wrap .box_wrap .box h4:before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: -3px;
  width: 18px;
  height: 38px;
  background-image: url("../images/office_info/pin_yellow.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .list_of_offices .list_wrap .box_wrap .box h4:before {
    left: 0px;
    top: -5px;
    width: 14px;
    height: 31px;
  }
}
.list_of_offices .list_wrap .box_wrap .box.head_office h4:before {
  background-image: url("../images/office_info/pin_red.svg");
}
.list_of_offices .list_wrap .box_wrap .box p {
  font-size: 16px;
  line-height: 1.555;
  margin-bottom: 25px;
}
.list_of_offices .list_wrap .box_wrap .box p span.fax {
  padding: 0 0 0 5em;
}
@media screen and (max-width: 767px) {
  .list_of_offices .list_wrap .box_wrap .box p span.fax {
    padding: 0;
  }
}
.list_of_offices .list_wrap .box_wrap .box a {
  display: block;
  padding: 0 0 0 0;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}

.list_of_center {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
  max-width: 1200px;
  padding: 164px 0 160px 0;
}
@media screen and (max-width: 767px) {
  .list_of_center {
    padding: 4em 0;
  }
}
.list_of_center h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  color: #12ADC4;
  text-align: center;
  margin-bottom: 47px;
}
@media screen and (max-width: 1024px) {
  .list_of_center h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .list_of_center h3 {
    font-size: 24px;
  }
}
.list_of_center h3 span {
  display: inline-block;
  position: relative;
}
.list_of_center h3 span:before, .list_of_center h3 span:after {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  background-color: #12ADC4;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .list_of_center h3 span:before, .list_of_center h3 span:after {
    width: 34px;
  }
}
.list_of_center h3 span:before {
  right: 118%;
}
@media screen and (max-width: 767px) {
  .list_of_center h3 span:before {
    right: auto;
    left: -2em;
  }
}
.list_of_center h3 span:after {
  left: 118%;
}
@media screen and (max-width: 767px) {
  .list_of_center h3 span:after {
    left: auto;
    right: -2em;
  }
}
.list_of_center .list_wrap .box_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 45px 28px;
}
@media screen and (max-width: 1300px) {
  .list_of_center .list_wrap .box_wrap {
    justify-content: center;
  }
}
.list_of_center .list_wrap .box_wrap .box {
  width: 586px;
  border: 1px solid #707070;
  border-radius: 21px;
  padding: 41px 40px 30px;
}
@media screen and (max-width: 767px) {
  .list_of_center .list_wrap .box_wrap .box {
    padding: 1.5em;
  }
}
.list_of_center .list_wrap .box_wrap .box h4 {
  font-size: 28px;
  font-weight: 500;
  font-family: "KiwiMaru", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 0 26px 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_of_center .list_wrap .box_wrap .box h4 {
    font-size: 20px;
    padding: 0 1em 1em;
  }
}
.list_of_center .list_wrap .box_wrap .box h4:before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: -3px;
  width: 18px;
  height: 38px;
  background-image: url("../images/office_info/pin_blue.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .list_of_center .list_wrap .box_wrap .box h4:before {
    left: 0px;
    top: -5px;
    width: 14px;
    height: 31px;
  }
}
.list_of_center .list_wrap .box_wrap .box p {
  font-size: 16px;
  line-height: 1.555;
  margin-bottom: 25px;
}
.list_of_center .list_wrap .box_wrap .box a {
  display: block;
  padding: 0 0 0 0;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}
/*# sourceMappingURL=office_info.css.map */