<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: #161616;
  background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
}
@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;
}
@media (max-width: 767px) {
  .greeting_wrap {
    flex-wrap: wrap;
  }
}
.greeting_wrap .txt {
  width: 50%;
  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%;
  }
}

.greeting_history {
  width: 90%;
  margin: auto;
}
.greeting_history .greeting_history_dl dt {
  font-size: 20px;
  color: #0073a6;
  border-bottom: 1px solid #0073a6;
  padding: 0 5px;
  box-sizing: border-box;
}
.greeting_history .greeting_history_dl dd {
  font-size: 18px;
  padding: 10px 5px 0;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.greeting_profile {
  width: 90%;
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.greeting_profile .greeting_profile_dl {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
}
.greeting_profile .greeting_profile_dl dt {
  font-weight: bold;
  width: 7em;
}
@media (max-width: 767px) {
  .greeting_profile .greeting_profile_dl dt {
    width: 100%;
  }
}
.greeting_profile .greeting_profile_dl dt:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .greeting_profile .greeting_profile_dl dt:not(:last-child) {
    margin-bottom: 5px;
  }
}
.greeting_profile .greeting_profile_dl dd {
  width: calc(100% - 8em);
}
@media (max-width: 767px) {
  .greeting_profile .greeting_profile_dl dd {
    margin-bottom: 15px;
  }
}

.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;
}
/*# sourceMappingURL=office.css.map */</pre></body></html>