.message {
  padding-top: 150rem;
  padding-bottom: 180rem;
}
.message .flex_wrap {
  display: flex;
  width: 1167rem;
  justify-content: space-between;
}
.message .flex_wrap .common_tit h2 {
  line-height: 1.4;
}
.message .flex_wrap .common_text {
  line-height: 1.6;
  margin-top: 40rem;
}
.message .flex_wrap .img_wrap {
  width: 555rem;
  margin: 100rem 0 0;
}
.message .btn_more {
  margin-top: 115rem;
}

.overview {
  background-color: #fffbc7;
  padding-top: 150rem;
  padding-bottom: 180rem;
  position: relative;
  z-index: 1;
}
.overview .overview_wrap {
  margin-top: 85rem;
  position: relative;
  padding-bottom: 90rem;
}
.overview .overview_wrap::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 242rem;
  width: 3rem;
  height: 100%;
  background: #f19ca6;
}
.overview .overview_wrap dl .dl_wrap {
  display: flex;
  line-height: 1.5;
}
.overview .overview_wrap dl .dl_wrap + .dl_wrap {
  margin-top: 40rem;
}
.overview .overview_wrap dl .dl_wrap.mt_l {
  margin-top: 80rem;
}
.overview .overview_wrap dl .dl_wrap dt {
  font-size: 30rem;
  width: 242rem;
  padding-right: 38rem;
  font-weight: bold;
  letter-spacing: -0.05em;
  display: flex;
  justify-content: space-between;
}
.overview .overview_wrap dl .dl_wrap dt span {
  display: block;
}
.overview .overview_wrap dl .dl_wrap dd {
  width: 800rem;
  font-size: 30rem;
  padding-left: 38rem;
  font-weight: bold;
}
.overview .overview_wrap dl .dl_wrap dd span {
  font-size: 20rem;
  font-weight: 500;
  line-height: 1.8;
  display: inline-block;
}
.overview .overview_wrap dl .dl_wrap dd .map_wrap {
  margin-top: 42rem;
}
.overview .overview_wrap dl .dl_wrap dd .map_wrap iframe {
  width: 870rem;
  height: 648rem;
}

.service {
  padding-top: 120rem;
  padding-bottom: 110rem;
  position: relative;
}
.service .item_img {
  position: absolute;
  width: 1920rem;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.service .common_tit h2 span {
  letter-spacing: -0.4em;
}
.service .btn_more {
  margin-top: 200rem;
}

@media screen and (max-width: 680px) {
  header .header_item img {
    height: 360rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  .message {
    padding-top: 50rem;
    padding-bottom: 60rem;
    display: block;
  }
  .message .flex_wrap {
    display: block;
    width: 335rem;
    margin-left: auto;
    margin-right: auto;
  }
  .message .flex_wrap .common_text {
    margin-top: 15rem;
  }
  .message .flex_wrap .img_wrap {
    margin-top: 20rem;
    width: 100%;
  }
  .message .flex_wrap .img_wrap img {
    height: 280rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .message .btn_more {
    margin-top: 50rem;
  }
  .overview {
    padding-top: 50rem;
    padding-bottom: 50rem;
  }
  .overview .overview_wrap {
    margin-top: 30rem;
    padding-bottom: 0;
  }
  .overview .overview_wrap::before {
    display: none;
  }
  .overview .overview_wrap dl .dl_wrap {
    display: block;
  }
  .overview .overview_wrap dl .dl_wrap + .dl_wrap {
    margin-top: 30rem;
  }
  .overview .overview_wrap dl .dl_wrap.mt_l {
    margin-top: 30rem;
  }
  .overview .overview_wrap dl .dl_wrap dt {
    letter-spacing: 0;
    justify-content: flex-start;
    font-size: 16rem;
    width: 100%;
    padding-right: 0;
    padding: 0 5rem;
  }
  .overview .overview_wrap dl .dl_wrap dd {
    font-size: 16rem;
    width: 100%;
    padding-left: 0;
    border-top: 1px solid #f19ca6;
    padding: 5rem 5rem 0 5rem;
    margin-top: 5rem;
  }
  .overview .overview_wrap dl .dl_wrap dd span {
    font-size: 14rem;
  }
  .overview .overview_wrap dl .dl_wrap dd .map_wrap {
    margin-top: 20rem;
  }
  .overview .overview_wrap dl .dl_wrap dd .map_wrap iframe {
    width: 100%;
    height: 250rem;
  }
  .service {
    padding-top: 50rem;
    padding-bottom: 50rem;
  }
  .service .item_img {
    display: none;
  }
  .service .btn_more {
    margin-top: 40rem;
  }
}/*# sourceMappingURL=about.css.map */