@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "NotoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
@font-face {
  font-family: "roboto700";
  src: url("../font/Roboto-Bold.woff");
}
@media screen and (min-width: 961px) {
  .office-overview {
    padding: 100px 0 50px;
  }
}
@media screen and (max-width: 960px) {
  .office-overview {
    padding: 50px 0 25px;
  }
}

.office-overview__inner {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.office-overview__heading {
  text-align: center;
}
@media screen and (min-width: 961px) {
  .office-overview__heading {
    font-size: 35px;
  }
}
@media screen and (max-width: 960px) {
  .office-overview__heading {
    font-size: 20px;
  }
}

.office-overview__list {
  position: relative;
  z-index: 0;
}
.office-overview__list:before {
  content: "";
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #E5F4F8;
}
@media screen and (min-width: 961px) {
  .office-overview__list {
    margin-top: 40px;
  }
  .office-overview__list:before {
    width: 240px;
  }
}
@media screen and (max-width: 960px) {
  .office-overview__list {
    margin-top: 30px;
  }
  .office-overview__list:before {
    width: 150px;
  }
}

.office-overview__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 2;
  border-top: 1px solid #13245C;
}
.office-overview__item:last-child {
  border-bottom: 1px solid #13245C;
}

.office-overview__itemTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 961px) {
  .office-overview__itemTitle {
    width: 240px;
    padding: 35px 20px;
    font-family: notoSans500, sans-serif;
    font-weight: 500;
  }
}
@media screen and (max-width: 960px) {
  .office-overview__itemTitle {
    width: 150px;
    padding: 15px 10px;
    font-family: notoSans400, sans-serif;
    font-weight: 400;
  }
}

@media screen and (min-width: 961px) {
  .office-overview__itemData {
    width: calc(100% - 240px);
    padding: 35px 70px;
  }
}
@media screen and (max-width: 960px) {
  .office-overview__itemData {
    width: calc(100% - 150px);
    padding: 15px 10px;
  }
}

@media screen and (min-width: 961px) {
  .office-access {
    padding: 50px 0 50px;
  }
}
@media screen and (max-width: 960px) {
  .office-access {
    padding: 25px 0 50px;
  }
}

.office-access__inner {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.office-access__heading {
  text-align: center;
}
@media screen and (min-width: 961px) {
  .office-access__heading {
    font-size: 35px;
  }
}
@media screen and (max-width: 960px) {
  .office-access__heading {
    font-size: 20px;
  }
}

.office-access__list {
  position: relative;
  z-index: 0;
}
.office-access__list:before {
  content: "";
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #E5F4F8;
}
@media screen and (min-width: 961px) {
  .office-access__list {
    margin-top: 40px;
  }
  .office-access__list:before {
    width: 240px;
  }
}
@media screen and (max-width: 960px) {
  .office-access__list {
    margin-top: 30px;
  }
}

.office-access__item {
  line-height: 2;
  border-top: 1px solid #13245C;
}
.office-access__item:last-child {
  border-bottom: 1px solid #13245C;
}
@media screen and (min-width: 961px) {
  .office-access__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.office-access__itemTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 961px) {
  .office-access__itemTitle {
    width: 240px;
    padding: 35px 20px;
  }
}
@media screen and (max-width: 960px) {
  .office-access__itemTitle {
    padding: 10px;
    font-family: notoSans400, sans-serif;
    font-weight: 400;
    border-bottom: 1px solid #13245C;
    background-color: #E5F4F8;
  }
}

@media screen and (min-width: 961px) {
  .office-access__itemData {
    width: calc(100% - 240px);
    padding: 35px 70px;
  }
}
@media screen and (max-width: 960px) {
  .office-access__itemData {
    padding: 15px 10px;
  }
}

.office-access__mapWrap {
  max-width: 492px;
  margin-bottom: 30px;
  padding-top: 54%;
  position: relative;
}
.office-access__mapWrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 961px) {
  .office-access__buttonWrap {
    max-width: 410px;
    margin: 30px 0 40px;
  }
}
@media screen and (max-width: 960px) {
  .office-access__buttonWrap {
    max-width: 260px;
    margin: 20px 0;
  }
}

.office-access__button {
  border-radius: 100px;
}
@media screen and (min-width: 961px) {
  .office-access__button {
    height: 50px;
  }
  .office-access__button.--arrow:after {
    right: 20px;
  }
}
@media screen and (max-width: 960px) {
  .office-access__button {
    height: 40px;
    font-size: 14px;
  }
  .office-access__button.--arrow:after {
    right: 10px;
  }
}

@media screen and (min-width: 961px) {
  .office-root {
    padding: 50px 0 100px;
  }
}
@media screen and (max-width: 960px) {
  .office-root {
    padding: 25px 0 50px;
  }
}

.office-root__inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.office-root__listTitle {
  text-align: center;
  font-family: NotoSans700, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .office-root__listTitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .office-root__listTitle {
    font-size: 18px;
  }
}

@media screen and (min-width: 961px) {
  .office-root__list {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 960px) {
  .office-root__list {
    max-width: 580px;
    margin: 20px auto 0;
  }
}

@media screen and (min-width: 961px) {
  .office-root__item {
    width: 30.6666666667%;
  }
  .office-root__item:nth-child(n+4) {
    margin-top: 55px;
  }
  .office-root__item:not(:nth-child(3n+1)) {
    margin-left: 4%;
    position: relative;
  }
  .office-root__item:not(:nth-child(3n+1)):before {
    content: "";
    position: absolute;
    top: 30%;
    left: -8%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #13245C;
    border-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .office-root__item:nth-child(n+2) {
    margin-top: 30px;
    position: relative;
  }
  .office-root__item:nth-child(n+2):before {
    content: "";
    position: absolute;
    top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #13245C;
    border-bottom: 0;
  }
}

.office-root__number {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  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;
  line-height: 1.5;
  font-family: roboto700, sans-serif;
  font-weight: 700;
  color: #fff;
  border-radius: 100px;
  background-color: #13245C;
}
@media screen and (min-width: 961px) {
  .office-root__number {
    font-size: 18px;
  }
}

.office-root__itemDesc {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.office-root__itemText {
  width: calc(100% - 22px);
  line-height: 1.78;
  letter-spacing: 0.01em;
}