@charset "UTF-8";
/*レスポンシブブレイクポイント*/
#face {
  background: #ccd6e0;
  height: 100vh;
  background-image: url(../images/office/top_img.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  #face {
    min-height: auto;
    height: calc(100vh - 80px);
  }
}
@media (max-width: 767px) {
  #face {
    height: calc(100vh - 50px);
    max-height: 400px;
  }
}
#face .face_content {
  margin-left: 25vw;
  padding: 20px;
  width: calc(100% - 25vw);
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  #face .face_content {
    margin-left: 0vw;
    padding: 20px;
    width: 100%;
  }
}
#face .face_content .face_txt {
  position: absolute;
  left: 30px;
  bottom: 30px;
  line-height: 2;
  color: #fff;
}
@media (max-width: 767px) {
  #face .face_content .face_txt {
    left: 0px;
    bottom: 0px;
    line-height: 2;
    font-size: 13px;
    text-align: justify;
    margin: 0 20px 20px;
  }
}

/*------------------------
main
------------------------*/
.h2_common span {
  font-size: 40px;
}
@media (max-width: 767px) {
  .h2_common span {
    font-size: 24px;
  }
}

.greeting_wrap {
  display: flex;
  justify-content: center;
  width: 1000px;
  margin: auto;
}
@media (max-width: 1200px) {
  .greeting_wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .greeting_wrap {
    flex-wrap: wrap;
  }
}
.greeting_wrap .txt {
  flex: 1;
  line-height: 2;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .greeting_wrap .txt {
    width: 100%;
    margin-right: 0px;
    font-size: 14px;
  }
}
.greeting_wrap .txt .name {
  text-align: right;
  margin-top: 15px;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .greeting_wrap .txt .name {
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.greeting_wrap .txt .name span {
  margin-right: 1em;
  font-size: 80%;
}
@media (max-width: 767px) {
  .greeting_wrap .txt .name span {
    margin-right: 1em;
    font-size: 80%;
  }
}
.greeting_wrap figure {
  width: 250px;
}
@media (max-width: 767px) {
  .greeting_wrap figure {
    width: 200px;
  }
}
.greeting_wrap figure img {
  width: 100%;
}
@media (max-width: 767px) {
  .greeting_wrap figure img {
    width: 100%;
  }
}

.office_box {
  display: flex;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .office_box {
    width: 100%;
    flex-wrap: wrap;
  }
}
.office_box dl {
  width: 40%;
  display: flex;
  align-self: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .office_box dl {
    width: 100%;
    font-size: 14px;
  }
}
.office_box dl dt {
  font-weight: bold;
  width: 7em;
}
@media (max-width: 767px) {
  .office_box dl dt {
    width: 100%;
  }
}
.office_box dl dt:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .office_box dl dt:not(:last-child) {
    margin-bottom: 5px;
  }
}
.office_box dl dd {
  width: calc(100% - 8em);
}
@media (max-width: 767px) {
  .office_box dl dd {
    margin-bottom: 15px;
  }
}
.office_box .office_box_figure {
  width: 15%;
}
@media (max-width: 767px) {
  .office_box .office_box_figure {
    width: 100%;
  }
}
.office_box .office_box_figure .office_box_iamge {
  width: 100%;
}
@media (max-width: 767px) {
  .office_box .office_box_figure .office_box_iamge {
    display: block;
    width: 50%;
    margin: auto;
  }
}
.office_box .office_box_figure figcaption {
  display: block;
  margin-top: 10px;
  text-align: center;
}

.map {
  width: 100%;
}
.map iframe {
  width: 100%;
  height: 300px;
}
@media (max-width: 767px) {
  .map iframe {
    height: 200px;
  }
}
.map .map_text {
  margin-top: 10px;
  text-align: center;
}

.director_profile {
  width: 1000px;
  margin: 40px auto 0;
}
@media (max-width: 1200px) {
  .director_profile {
    width: 100%;
  }
}
.director_profile .director_profile_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.director_profile .director_profile_title:nth-child(n+2) {
  margin-top: 20px;
}
.director_profile .director_profile_career {
  display: flex;
  flex-wrap: wrap;
}
.director_profile .director_profile_career > dt {
  padding: 12px 0;
  width: 160px;
  font-weight: 400;
  color: #0693D2;
  border-bottom: 1px solid #ccc;
}
.director_profile .director_profile_career > dd {
  width: calc(100% - 160px);
  padding: 12px 0;
  border-bottom: 1px solid #ccc;
}
/*# sourceMappingURL=office.css.map */