@charset "utf-8";
html * {
  margin: 0;
  padding: 0;
}
a:hover {
  text-decoration: none;
}
body {
  background-color: #f2f2f2;
}
.wrap-main {
  background-color: inherit;
  position: relative;
}
.wrap-main.end {
  padding-bottom: 82px;
}

/* .main {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .main {
    width: 100%;
  }
} */
/* メインビジュアル */
.heading-primary {
  font-size: 24px;
  color: #ea7b49;
  text-shadow: #fff 5px 0px 5px, #fff -5px 0px 5px, #fff 0px -5px 5px, #fff -5px 0px 5px, #fff 5px 5px 5px, #fff -5px 5px 5px, #fff 5px -5px 5px, #fff -5px -5px 5px, #fff 1px 5px 5px, #fff -1px 5px 5px, #fff 1px -5px 5px, #fff -1px -5px 5px, #fff 5px 1px 5px, #fff -5px 1px 5px, #fff 5px -1px 5px, #fff -5px -1px 5px, #fff 1px 1px 5px, #fff -1px 1px 5px, #fff 1px -1px 5px, #fff -1px -1px 5px;
  font-feature-settings: "palt";
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .heading-primary {
    font-size: 48px;
  }
}
.keyv {
  margin-top: 68px;
}
@media screen and (min-width: 768px) {
  .keyv {
    margin-top: 0;
  }
}
.mainv {
  height: 232px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  background-image: url(../image/top/bg-keyv.png);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .mainv {
    height: 500px;
  }
}
.mainv-imgbox {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.mainv-img {
  max-height: 180px;
}
@media screen and (min-width: 768px) {
  .mainv-img {
    max-height: 409px;
  }
}
.lead-text {
  padding-bottom: 32px;
  margin: 0 auto;
  width: 95%;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .lead-text {
    width: 100%;
    max-width: 960px;
    margin: auto;
    padding: 2% 0;
  }
}
.lead-text-inner {
  width: 95%;
  margin: auto;
}
.text {
  font-size: 16px;
}
/* お部屋探しの流れ */
.main.top {
  padding-top: 32px;
  background-color: #e4f4ff;
  width: 100%;
  padding-bottom: 4%;
}
/* #section1.end {
  padding-bottom: 82px;
} */
.step-menu {
  width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 4%;
}
@media screen and (min-width: 768px) {
  .step-menu {
    width: 95%;
    flex-direction: row;
  }
}
.step-item {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  margin-bottom: 24px;
  flex-basis: 1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .step-item {
    flex-basis: 49%;
  }
  .step-menu section:nth-last-of-type(2),
  .step-menu section:last-of-type {
    margin-bottom: 0;
  }
}
.step-link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  align-items: stretch;
  line-height: 2.75;
}
@media screen and (min-width: 768px) {
  .step-link {
    line-height: 2;
  }
}
.step-link:hover {
  opacity: 0.6;
  text-decoration: none;
}
.step-heading {
  box-shadow: 0px 3px 3px rgb(0 0 0 / 16%);
  line-height: 1.75;
}
.step-prefix {
  color: #fff;
  background-color: #ea9b49;
  display: inline-block;
  border-radius: 8px 0 0 0;
  padding: 0.1% 2%;
  font-weight: bold;
  font-size: 12px;
  flex-basis: 25vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .step-prefix {
    flex-basis: 28%;
    padding-top: 0;
  }
}
.step-num {
  font-size: 5vw;
  margin-left: 1vw;
}
@media screen and (min-width: 768px) {
  .step-num {
    font-size: 32px;
    margin-left: 8px;
  }
}
.step-txt {
  color: #ea9b49;
  width: 65%;
  font-size: 4vw;
  font-weight: bold;
  margin-left: 8px;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media screen and (min-width: 425px) {
  .step-txt {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .step-txt {
    line-height: 1.75;
  }
}
.step-txt::after {
  content: "";
  background-image: url(../image/img4.png);
  width: 10px;
  height: 10px;
  margin-left: 3px;
}
.step-flexbox {
  display: flex;
  justify-content: space-between;
  border: 3vw transparent solid;
  position: relative;
}
@media screen and (min-width: 768px) {
  .step-flexbox {
    border: 0.4vw transparent solid;
    border-top: 1vw transparent solid;
  }
}
.step-menu-detail {
  font-size: 15px;
  flex-basis: 57%;
  padding-left: 1rem;
  text-indent: -1rem;
}
@media screen and (min-width: 768px) {
  .step-menu-detail {
    font-size: 16px;
    flex-basis: 70%;
  }
}
/* .step-menu-detail-item {
  word-break: keep-all;
} */
.step-menu-detail-item + .step-menu-detail-item {
  margin-top: 8px;
}
.step-menu-detail-item-link {
  color: #333333;
}
.step-menu-detail-item-link:hover {
  text-decoration: none;
  opacity: 0.6;
}
.step-menu-detail-item-txt::before {
  content: "●";
  color: orange;
  margin-right: 0.2em;
}
.step-menu-detail-item-txt::after {
  content: url(../image/img5.png);
  margin-left: 0.2em;
}
.step-imgbox {
  flex: 1;
  text-align: right;
}
/* ボタン */
.btn {
  padding: 0;
}
/* 関連記事 */
.articleBox {
  width: 100%;
}
.heading-img.top-h2 {
  width: 100%;
}
.shedule-img {
  display: inline-block;
  margin-bottom: 1em;
}
.articleBox-item {
  border-top: 0;
}
