@charset "utf-8";
/*                office
======================================================= */
/* line 8, ../sass/office.scss */
.office .bgW_wrapper .about .photo {
  max-width: 565px;
  width: 100%;
  margin: 0 auto 2em auto;
}
/* line 13, ../sass/office.scss */
.office .bgW_wrapper .about table {
  margin-bottom: 2em;
}
/* line 17, ../sass/office.scss */
.office .bgW_wrapper .about table tr td dl {
  overflow: hidden;
}
/* line 19, ../sass/office.scss */
.office .bgW_wrapper .about table tr td dl dt {
  float: left;
  width: 4em;
}
/* line 23, ../sass/office.scss */
.office .bgW_wrapper .about table tr td dl dd {
  text-align: -4em;
  padding-left: 4em;
}
/* line 28, ../sass/office.scss */
.office .bgW_wrapper .about table tr td span {
  display: block;
  margin-top: 1em;
}
/* line 35, ../sass/office.scss */
.office .bgW_wrapper .about .map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
/* line 41, ../sass/office.scss */
.office .bgW_wrapper .about .map iframe {
  border: none;
}
/* line 44, ../sass/office.scss */
.office .bgW_wrapper .about .map iframe, .office .bgW_wrapper .about .map object, .office .bgW_wrapper .about .map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 57, ../sass/office.scss */
.message .bgW_wrapper .photo {
  float: left;
  margin: 0 2em 2em 0;
}
@media only screen and (max-width: 768px) {
  /* line 62, ../sass/office.scss */
  .message .bgW_wrapper .photo {
    width: 30%;
    max-width: 150px;
  }
}

@media only screen and (max-width: 640px) {
  /* line 72, ../sass/office.scss */
  .message .bgW_wrapper .photo {
    display: block;
    float: none;
    width: 100%;
    max-width: 150px;
    margin: 0 auto 2em;
  }
}
/* line 84, ../sass/office.scss */
.staff .bgW_wrapper .staffSet {
  overflow: hidden;
}
/* line 87, ../sass/office.scss */
.staff .bgW_wrapper .staffSet h2 span {
  font-size: 87.5%;
  font-weight: normal;
  margin-right: 1em;
}
/* line 93, ../sass/office.scss */
.staff .bgW_wrapper .staffSet .photo {
  float: left;
  width: 20.7%;
}
/* line 97, ../sass/office.scss */
.staff .bgW_wrapper .staffSet dl {
  float: right;
  width: 76.3%;
  margin-bottom: 2em;
}
/* line 101, ../sass/office.scss */
.staff .bgW_wrapper .staffSet dl dt {
  float: left;
  clear: left;
  width: 9em;
}
/* line 106, ../sass/office.scss */
.staff .bgW_wrapper .staffSet dl dd {
  text-align: -9em;
  padding-left: 9em;
}
/* line 112, ../sass/office.scss */
.staff .bgW_wrapper .staffSet.photoNone dl {
  float: none;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  /* line 120, ../sass/office.scss */
  .staff .bgW_wrapper .staffSet .photo {
    float: none;
    width: 100%;
    max-width: 150px;
    margin: 0 auto 1em;
  }
  /* line 126, ../sass/office.scss */
  .staff .bgW_wrapper .staffSet dl {
    float: none;
    width: 100%;
  }
}
