section.sec-recruit div.lower-page-rbox div.recruit-box .recruit-box-inner {
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  section.sec-recruit div.lower-page-rbox div.recruit-box .recruit-box-inner {
    margin-bottom: 100px;
  }
}
section.sec-recruit div.lower-page-rbox div.recruit-box .recruit-box-inner:last-child {
  margin-bottom: 0;
}
section.sec-recruit div.lower-page-rbox div.recruit-box .recruit-box-inner:last-child ul.lower-page-list li:nth-last-of-type(1) {
  padding-bottom: 0;
}

section.sec-flow ol.flow-list {
  list-style: none;
}
section.sec-flow ol.flow-list li {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  section.sec-flow ol.flow-list li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 10vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-flow ol.flow-list li {
    min-height: 130px;
  }
}
section.sec-flow ol.flow-list li:last-child {
  min-height: 0;
}
@media screen and (min-width: 768px) {
  section.sec-flow ol.flow-list li:last-child {
    align-items: stretch;
  }
}
section.sec-flow ol.flow-list li:last-child::after {
  content: none;
}
section.sec-flow ol.flow-list li::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 50px);
  position: absolute;
  top: 1vw;
  left: 4.5vw;
  background: var(--baseblackop20);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  section.sec-flow ol.flow-list li::after {
    left: 25px;
    top: 0;
    height: 100%;
  }
}
section.sec-flow ol.flow-list li span.number {
  display: inline-block;
  background-image: url(../img/common/texture.jpg);
  text-align: center;
  z-index: 1;
  width: 10%;
  position: absolute;
  top: 3px;
  line-height: 1.2em;
  left: 0;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  section.sec-flow ol.flow-list li span.number {
    width: 50px;
    font-size: 15px;
    position: relative;
    top: 0;
    font-size: clamp(10px, 1.4vw, 15px);
  }
}
section.sec-flow ol.flow-list li h3 {
  margin-bottom: 1em;
  padding-left: 15%;
  font-size: 15px;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  section.sec-flow ol.flow-list li h3 {
    width: 20%;
    margin-bottom: 0;
    font-size: clamp(10px, 1.4vw, 19px);
    padding: 0;
  }
}
section.sec-flow ol.flow-list li h3 span.nini {
  display: inline-block;
  line-height: 1em;
  font-size: 0.5em;
  vertical-align: 0.6em;
  margin-left: 1em;
}
section.sec-flow ol.flow-list li p {
  padding-left: 15%;
  font-size: 13px;
  line-height: 2em;
}
@media screen and (min-width: 768px) {
  section.sec-flow ol.flow-list li p {
    padding: 0;
    width: calc(80% - 100px);
    font-size: clamp(0px, 1.1vw, 15px);
  }
}

@media screen and (min-width: 768px) {
  section.sec-entry div.lower-page-rbox {
    /*			display: flex;
    			flex-wrap: wrap;
    			justify-content: space-between;
    			align-items: flex-end;
    			*/
  }
}
section.sec-entry div.send-btn {
  width: 20%;
  max-width: 150px;
}

h1.pageTitle.entry p.pageTitle--p span:nth-of-type(3), h1.pageTitle.entry p.pageTitle--p span:nth-of-type(4) {
  margin: 0;
}

div.form-note-box {
  font-size: clamp(10px, 1.1vw, 15px);
}
div.form-note-box p {
  margin-bottom: 1em;
  text-align: left;
}
div.form-note-box p.small {
  font-size: 0.8em;
}
div.form-note-box p a {
  display: inline;
  text-decoration: underline;
}/*# sourceMappingURL=recruit.css.map */