@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: "zenKakuGothicNew400";
  src: url("../font/ZenKakuGothicNew-Regular.woff");
}
@font-face {
  font-family: "zenKakuGothicNew500";
  src: url("../font/ZenKakuGothicNew-Medium.woff");
}
@font-face {
  font-family: "zenKakuGothicNew700";
  src: url("../font/ZenKakuGothicNew-Bold.woff");
}
@media screen and (min-width: 768px) {
  .office-section {
    padding: 0 0 90px;
  }
}
@media screen and (max-width: 767px) {
  .office-section {
    padding: 0 0 50px;
  }
}

.office-section__heading {
  letter-spacing: 0.05em;
  text-align: center;
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .office-section__heading {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .office-section__heading {
    font-size: 22px;
  }
}

@media screen and (min-width: 768px) {
  .office-section__list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .office-section__list {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .office-section__item:nth-child(n+2) {
    margin-top: 62px;
  }
}
@media screen and (max-width: 767px) {
  .office-section__item:nth-child(n+2) {
    margin-top: 40px;
  }
}

.office-section__itemTitle {
  padding: 8px 30px;
  position: relative;
  font-family: notoSans700, sans-serif;
  background-color: #F5F5F5;
}
.office-section__itemTitle:before {
  content: "";
  width: 7px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #064EA2;
}
@media screen and (min-width: 768px) {
  .office-section__itemTitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .office-section__itemTitle {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .office-section__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.office-section__col {
  font-family: notoSans400, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .office-section__col {
    width: 47%;
  }
}
.office-section__col .office-section__mapWrap {
  margin-top: 20px;
  padding-top: 56%;
  position: relative;
  overflow: hidden;
}
.office-section__col .office-section__mapWrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.office-section__col p {
  padding: 20px 0;
  font-size: 15px;
  line-height: 1.66;
  border-bottom: 1px solid #E4E4E4;
}

@media screen and (max-width: 767px) {
  .office-section__define {
    margin-top: 10px;
  }
}

.office-section__defineTitle {
  line-height: 1.5;
  border-bottom: 1px solid #E4E4E4;
  font-family: notoSans700, sans-serif;
  font-family: "Noto Sans JP";
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .office-section__defineTitle {
    padding: 20px 0 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .office-section__defineTitle {
    padding: 10px 0;
  }
}
.office-section__defineTitle span {
  font-size: 15px;
  font-family: notoSans400, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

.office-section__defineData {
  font-size: 15px;
  line-height: 1.66;
}
.office-section__defineData.--linear {
  border-bottom: 1px solid #E4E4E4;
}
@media screen and (min-width: 768px) {
  .office-section__defineData {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .office-section__defineData {
    padding: 15px 0;
  }
}

.office-section__contact {
  padding-left: 22px;
  position: relative;
}
.office-section__contact:before {
  content: "";
  width: 11px;
  height: 11px;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 2px;
  background-color: #064EA2;
}
@media screen and (min-width: 768px) {
  .office-section__contact:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .office-section__contact:nth-child(n+2) {
    margin-top: 10px;
  }
}
.office-section__contact strong {
  font-family: notoSans500, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

.office-section__buttonWrap {
  margin-top: 30px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F5F5F5;
}

.office-section__buttonGroup {
  max-width: 950px;
}
@media screen and (min-width: 768px) {
  .office-section__buttonGroup {
    margin: 80px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .office-section__buttonGroup {
    margin: 40px auto 0;
  }
}

.office-section__button:after {
  width: 7px;
  height: 11px;
}
.office-section__button:hover:after {
  width: 7px;
  height: 11px;
}
@media screen and (min-width: 768px) {
  .office-section__button {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .office-section__button {
    margin: 10px auto;
  }
}