/* Show active breakpoint in top right corner of viewport */
/* ----------------------------------------------

top page style

---------------------------------------------- */
.topHello {
  position: relative;
  height: 502px;
  background-image: url("../images/bg_city2.png");
  background-position: 169% bottom;
  background-repeat: repeat-x;
  background-size: 950px auto;
}
@media (min-width: 48em) {
  .topHello {
    height: 550px;
    background-image: url("../images/bg_city.png");
    background-position: center bottom;
    background-size: 1260px auto;
  }
}
.topHello_image {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 210px;
  width: 240px;
}
@media (min-width: 48em) {
  .topHello_image {
    width: 380px;
    top: 50%;
  }
}

/* ------------------- */
/* top section */
/* ------------------- */
/*

	topSection-message

*/
.topSection-message {
  padding: 40px 0 50px;
}
@media (min-width: 48em) {
  .topSection-message {
    padding: 60px 0 120px;
  }
}

@media (min-width: 48em) {
  .message_row {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 47.99em) {
  .message_row_col-image {
    display: none;
  }
}
@media (min-width: 48em) {
  .message_row_col-image {
    flex: 0 0 470px;
  }
}
@media (min-width: 48em) {
  .message_row_col-text {
    flex: 0 0 490px;
  }
}
@media (max-width: 47.99em) {
  .message_text {
    text-align: center;
  }
}
@media (min-width: 48em) {
  .message_text {
    font-size: 17px;
  }
}
@media (min-width: 48em) {
  .message_image {
    width: 300px;
    margin-left: 60px;
  }
}

/*

	topSection-service

*/
.serviceHead {
  margin-bottom: 40px;
}
@media (min-width: 48em) {
  .serviceHead {
    margin-bottom: 68px;
  }
}
.serviceHead_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
  padding-left: 35px;
}
@media (min-width: 48em) {
  .serviceHead_title {
    padding-left: 75px;
  }
}
.serviceHead_title:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  width: 30px;
  height: 29px;
  background-size: cover;
  background-image: url("../images/iconTitle.png");
}
@media (min-width: 48em) {
  .serviceHead_title:before {
    top: -10px;
    width: 60px;
    height: 58px;
  }
}
.serviceList_item {
  position: relative;
}
.serviceList_item:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 48em) {
  .serviceList_item:not(:last-child) {
    margin-bottom: 70px;
  }
}
@media (min-width: 48em) {
  .serviceList_item_row {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media (max-width: 47.99em) {
  .serviceList_item_row_col-image {
    margin-bottom: 25px;
  }
}
@media (min-width: 48em) {
  .serviceList_item_row_col-image {
    flex: 0 1 320px;
    margin-left: 56px;
    margin-right: 24px;
  }
}
@media (min-width: 48em) {
  .serviceList_item_row_col-text {
    flex: 1;
    min-width: 560px;
  }
}
.serviceList_item_thumb {
  position: relative;
  z-index: 1;
}
.serviceList_item_thumb .trimThumbnail:before {
  padding-top: 71%;
}
.serviceList_item_thumb img {
  width: 100%;
}
.serviceList_item_copy {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
}
@media (min-width: 48em) {
  .serviceList_item_copy {
    margin-bottom: 15px;
  }
}
/*

	topSection-staff

*/
.topSection-staff {
  background: #ebecec;
  margin-top: 48px;
  padding: 43px 0 48px;
}
.topSection-staff .note {
  margin-top: 5px;
  text-align: right;
}

.staffHead {
  margin-bottom: 38px;
}
.staffHead_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.staffList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7.5px;
  margin-bottom: -15px;
}
@media (min-width: 48em) {
  .staffList {
    margin: 0 -22.5px;
    margin-bottom: -38px;
  }
}
.staffList_col {
  position: relative;
  flex: 0 0 50%;
  margin-bottom: 15px;
}
@media (min-width: 48em) {
  .staffList_col {
    flex: 0 0 33.333%;
    margin-bottom: 38px;
  }
}
.staffList_col_paddingControl {
  padding: 0 7.5px;
  height: 100%;
}
@media (min-width: 48em) {
  .staffList_col_paddingControl {
    padding: 0 22.5px;
    height: 100%;
  }
}