.header-contents.page {
  background: rgb(255 255 255 / .62)!important;
}
.page .before {
  display: none!important;
}
.page .after {
  display: block!important;
}
.page .gloval-nav li a {
  color: #292929;
}
main {
  margin-top: 110px;
}
.page-top {
  background: url(../img/aboutus/fv.jpg) center;
  width: 100%;
  background-size: cover;
  height: 315px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
}
.page-top h1 {
  font: 500 61px futura-pt, sans-serif;
  text-align: center;
  line-height: .5;
  color: #FFF;
}
.page-top h1 span {
  font-weight: nomal;
  font-size: 18px;
}
/* intro */
.intro {
  margin-bottom: 93px;
}
.intro h2 {
  font: 500 38px futura-pt, sans-serif;
  text-align: center;
  position: relative;
  line-height: .8;
  margin-bottom: 48px;
}
.intro h2 span,.prof h2 span,.office h2 span {
  font-size: 13px;
  color: #333;
}
.intro h2:after,.prof h2:after,.office h2:after {
  content: "";
  position: absolute;
  background: #009898;
  height: 4px;
  width: 80px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.intro p {
  text-align: center;
  line-height: 1.94;
}
/* prof */
.prof {
  background: #FBFBFB;
  padding: 127px 0 122px;
  margin-bottom: 144px;
}
.prof h2 {
  font: 500 38px futura-pt, sans-serif;
  text-align: center;
  position: relative;
  line-height: .8;
  margin-bottom: 105px;
}
.prof-lists figure {
  display: flex;
  justify-content: space-between;
  max-width: 1045px;
  margin: 0 auto;
}
.prof-pic img {
  max-width: 430px;
  width: 100%;
}
.prof-lists figcaption {
  max-width: 520px;
}
.prof-lists figcaption h3 {
  font: 500 38px futura-pt, sans-serif;
  margin-bottom: 35px;
}
.prof-lists figcaption .txt {
  line-height: 1.94;
  margin-bottom: 80px;
}
.prof-lists figcaption .name {
  font: 20px futura-pt, sans-serif;
  color: #373737;
  text-align: right;
}
.prof-lists li:first-child {
  margin-bottom: 130px;
}
/* office */
.office {
  margin-bottom: 190px;
}
.office h2 {
  font: 500 38px futura-pt, sans-serif;
  text-align: center;
  position: relative;
  line-height: .8;
  margin-bottom: 90px;
}
.office-lists {
  display: flex;
  justify-content: space-between;
}
.office-lists li {
  width: 32%;
}
.office-lists li img {
  margin-bottom: 28px;
}
.office-lists li h3 {
  font: 400 38px futura-pt, sans-serif;
  margin-bottom: 14px;
}
.office-lists li h3 span {
  font-size: 23px;
}
.office-lists li address p {
  font-size: 21px;
  font-style: normal;
  margin-bottom: 10px;
}
.office-lists li .map {
  color: #007171;
  font: 400 21px futura-pt, sans-serif;
  text-decoration: none;
}
/* ----------
  1024px
  ---------- */
@media (max-width: 1024px) {
  main {
    margin-top: 55px;
  }
  /* prof */
  .prof-lists figure {
    flex-direction: column;
  }
  .prof-pic {
    order: 1;
  }
  .prof-pic img {
    margin: 0 auto 22px;
  }
  .prof-lists figcaption {
    margin: 0 auto;
    order: 2;
  }
  /* office */
  .office-lists {
    flex-direction: column;
  }
  .office-lists li {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 30px;
  }
  .office-lists li:last-child {
    margin-bottom: 0;
  }
}
/* ----------
  768px
  ---------- */
@media (max-width: 768px) {
  .breadcrumb {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }
  .page-top {
    height: 200px;
    margin-bottom: 42px;
  }
  .page-top h1 {
    font-size: 22px;
    line-height: 1;
  }
  .page-top h1 span {
    font-size: 9px;
  }
  /* intro */
  .intro {
    margin-bottom: 65px;
  }
  .intro h2 {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 1;
  }
  .intro h2 span,.prof h2 span,.office h2 span {
    font-size: 10px;
  }
  .intro h2:after,.prof h2:after,.office h2:after {
    bottom: -13px;
  }
  .intro p {
    font-size: 15px;
  }
  /* prof */
  .prof h2 {
    margin-bottom: 35px;
    font-size: 22px;
    line-height: 1;
  }
  .prof-lists figcaption h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .prof-lists figcaption .txt {
    font-size: 15px;
    margin-bottom: 40px;
  }
  .prof-lists figcaption .name {
    font-size: 16px;
  }
  .prof-lists li:first-child {
    margin-bottom: 40px;
  }
  .prof {
    background: #FFF;
    padding: 0;
    margin-bottom: 78px;
  }
  /* office */
  .office h2 {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .office {
    margin-bottom: 70px;
  }
  .office-lists li h3 {
    font-size: 22px;
    margin-bottom: 9px;
  }
  .office-lists li address p {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .office-lists li .map {
    font-size: 18px;
  }
  .office-lists li h3 span {
    font-size: 14px;
  }
}
/* ----------
  480px
  ---------- */
@media (max-width: 480px) {
  .page-top {
    background: url(../img/aboutus/fv.jpg) center;
    width: 100%;
    background-size: cover;
    height: 92px;
    margin-bottom: 42px;
  }
}
