@charset "UTF-8";
/******************************************
	移住までのステップ #step
******************************************/
#step #contentWrap {
  overflow: hidden;
}
#step #contentWrap #mv {
  background-image: url("../img/step/mv_sp.jpg");
  background-position: 55% 90%;
  background-size: cover;
}
@media (min-width: 768px) {
  #step #contentWrap #mv {
    background-image: url("../img/step/mv.jpg");
    background-position: 50% 80%;
  }
}
#step #contentWrap #mv::before {
  opacity: 0.5;
}
#step #contentWrap #mv #mvTitle_en img {
  max-width: 135px;
}
@media (min-width: 768px) {
  #step #contentWrap #mv #mvTitle_en img {
    max-width: 210px;
  }
}
#step ol > li {
  padding: 30px 0 60px;
  background: url(../img/step/arrow-line_sp.svg) no-repeat center bottom/contain;
}
@media (min-width: 768px) {
  #step ol > li {
    padding: 50px 0 90px;
  }
}
@media (min-width: 1000px) {
  #step ol > li {
    padding: 60px 0 100px;
    background: url(../img/step/arrow-line.svg) no-repeat center bottom/contain;
  }
}
#step ol > li:last-of-type {
  padding-bottom: 0;
  background: none;
}
@media (min-width: 1000px) {
  #step ol > li:last-of-type {
    padding-bottom: 50px;
  }
}
#step ol > li .flexWrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#step ol > li .titleArea {
  justify-content: flex-start;
  margin-bottom: 30px;
}
#step ol > li .titleArea .num {
  margin-right: 0.7em;
  width: 20%;
  max-width: 70px;
}
@media (min-width: 768px) {
  #step ol > li .titleArea .num {
    margin-right: 1.2em;
    max-width: 100px;
  }
}
#step ol > li .titleArea h2 {
  display: inline-block;
  position: static;
  margin-bottom: 0;
  height: auto;
  letter-spacing: 0.05em;
}
#step ol > li .flexWrap:last-child {
  justify-content: space-between;
}
#step ol > li .flexWrap:last-child .textArea {
  width: 100%;
}
@media (min-width: 1000px) {
  #step ol > li .flexWrap:last-child .textArea {
    width: 65%;
  }
}
#step ol > li .flexWrap:last-child .illust {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
}
@media (min-width: 768px) {
  #step ol > li .flexWrap:last-child .illust {
    margin: 40px auto 0;
  }
}
@media (min-width: 1000px) {
  #step ol > li .flexWrap:last-child .illust {
    margin: 0;
    width: 33%;
  }
}
#step ol > li .flexWrap .pageList {
  margin-top: 35px;
}
@media (min-width: 768px) {
  #step ol > li .flexWrap .pageList {
    display: flex;
    margin-top: 40px;
  }
}
#step ol > li .flexWrap .pageList .pageItem {
  margin-bottom: 0.9em;
}
@media (min-width: 768px) {
  #step ol > li .flexWrap .pageList .pageItem {
    margin: 0 1.5em 0 0;
  }
}
#step ol > li .flexWrap .pageList .pageItem:last-of-type {
  margin-bottom: 0;
}
#step ol > li .flexWrap .pageList .pageItem a {
  display: block;
  padding: 0 0 0.2em 0.9em;
  width: fit-content;
  color: #86A78F;
  background: url(../img/step/list-arrow-icon.svg) no-repeat left center/0.6em;
  border-bottom: solid 1px #86A78F;
}
#step ol > li .flexWrap .pageList .pageItem a:hover {
  opacity: 0.6;
}
#step ol > li:first-of-type .illust img {
  width: 155px;
}
@media (min-width: 768px) {
  #step ol > li:first-of-type .illust img {
    width: 80%;
    max-width: 230px;
  }
}
#step ol > li:nth-of-type(2) .illust img {
  width: 170px;
}
@media (min-width: 768px) {
  #step ol > li:nth-of-type(2) .illust img {
    width: 85%;
    max-width: 250px;
  }
}
#step ol > li:nth-of-type(3) .illust img {
  width: 150px;
}
@media (min-width: 768px) {
  #step ol > li:nth-of-type(3) .illust img {
    width: 78%;
    max-width: 210px;
  }
}
#step ol > li:nth-of-type(4) .illust img {
  width: 210px;
}
@media (min-width: 768px) {
  #step ol > li:nth-of-type(4) .illust img {
    width: 95%;
    max-width: 280px;
  }
}
#step ol > li:last-of-type .illust img {
  width: 175px;
}
@media (min-width: 768px) {
  #step ol > li:last-of-type .illust img {
    width: 85%;
    max-width: 240px;
  }
}

/*# sourceMappingURL=step.css.map */
