@charset "UTF-8";
/**********
/* MAP
***********/
.c-map {
  width: 100%;
  height: 500px;
}

.p-office1 {
  position: relative;
}

.p-office1::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: 73%;
  height: 100%;
  background-color: #EBF8FC;
}

.p-office1 .c-text {
  display: inline-block;
  text-align: center;
}

.p-office1 .c-text__title--line {
  margin-bottom: 45px;
}

.c-office__main {
  padding: 67px 0 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-office__image {
  width: 100%;
  max-width: 36.6%;
}

.c-office__content {
  padding-left: 80px;
}

.c-office__lists {
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-office__list::before {
  content: "・";
}

.c-office__text {
  width: 100%;
  max-width: 640px;
  margin-top: 60px;
}

.c-office__text li {
  position: relative;
  font-family: 'MeiryoRegular', "メイリオ", "Meiryo", sans-serif;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 5px 12px;
  border-top: 1px solid #CCCCCC;
}

.c-office__text li::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100px;
  height: 2px;
  background: #29ABE2;
}

.c-office__text li:last-child {
  border-bottom: 1px solid #CCCCCC;
}

.c-office__text li:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: #29ABE2;
}

.c-office__title {
  min-width: 100px;
}

.c-office__desc {
  line-height: 1.5;
  padding-left: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 850px) {
  .p-office1::before {
    background-color: #fff;
  }
  .p-office1 .c-text {
    display: block;
  }
  .c-office__title {
    min-width: 200px;
  }
  .c-office__content {
    width: 100%;
    padding-left: 0;
  }
  .c-office__image {
    max-width: 100%;
  }
  .c-office__text {
    max-width: 100%;
  }
  .c-office__text li {
    font-size: 3rem;
    padding: 39px 5px 15px;
  }
  .c-office__text li::before {
    width: 200px;
  }
  .c-office__text li:last-child::after {
    width: 200px;
  }
  .c-office__main {
    padding: 88px 0 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-map {
    height: 745px;
  }
}

@media only screen and (max-width: 650px) {
  .p-office1 .c-text__title--line {
    margin-bottom: 25px;
  }
  .c-office__text {
    margin-top: 29px;
  }
  .c-office__text li {
    font-size: 1.5rem;
    padding: 20px 5px 7px;
  }
  .c-office__text li::before {
    width: 100px;
  }
  .c-office__text li:last-child::after {
    width: 100px;
  }
  .c-office__title {
    min-width: 100px;
  }
  .c-office__main {
    padding: 44px 0 32px;
  }
  .c-map {
    height: 371px;
  }
}
/*# sourceMappingURL=office.css.map */