@charset "UTF-8";
/* ===============================================
# 上書き
=============================================== */
.page-home {
  min-height: 1000px;
}

.page-top {
  max-width: 980px;
}

#layout-header {
  -webkit-margin-after: 4.53125%;
          margin-block-end: 4.53125%;
}

.sec-wrap {
  gap: 2.890625%;
  justify-content: space-between;
  align-items: start;
  margin-inline: auto;
}
.sec-wrap .in_sec {
  position: relative;
  gap: 0;
  flex-basis: 50%;
}
.sec-wrap .sec-title {
  position: relative;
  top: 1em;
  right: 0;
  left: 0;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* ===============================================
# お知らせ（sec-news）
=============================================== */
.sec-news {
  background: url(../images/top/news-bg_pc.png) center center no-repeat;
  width: 470px;
  height: 374px;
}
.sec-news .entrybox-news {
  width: 80%;
  margin: auto auto 0;
  height: 182px;
}
.sec-news .entry-excerpt {
  line-height: 1.2;
  -webkit-padding-before: 0.5em;
          padding-block-start: 0.5em;
  -webkit-padding-after: 0.3em;
          padding-block-end: 0.3em;
  background-image: repeating-linear-gradient(90deg, #000000, #000000 4px, transparent 4px, transparent 10px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
}
.sec-news .entry-excerpt a {
  text-decoration: none;
  color: #212529;
}
.sec-news .entry-time {
  color: #ff727e;
}
.sec-news .headline {
  min-width: 0;
}
.sec-news .go-index {
  height: 48px;
  -webkit-margin-after: 1.8em;
          margin-block-end: 1.8em;
  -webkit-margin-end: 5em;
          margin-inline-end: 5em;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
.sec-news:after {
  position: absolute;
  content: url(../images/top/news-sec-aw_pc.png);
  left: -18%;
  top: -20%;
}

/* ===============================================
# map（sec-map）
=============================================== */
.sec-map::after {
  position: absolute;
  content: url(../images/top/map-sec-aw_pc.png);
  right: -0.6em;
  top: -1em;
}

/* ===============================================
# レバウエル
========================================== */
.levwell {
  display: flex;
  justify-content: center;
  background-color: #ffc7c8;
  height: 80px;
  align-items: center;
  border-radius: 20px;
  gap: 30px;
  width: 715px;
  margin: 30px auto;
}