/* CSS (SP / MAIN) */
body {
  font-size: 14px;
}

.page {
  background-image: url(./recruit_lp_re_pc_251215.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.lp-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 375px;
}

a img {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
a img:hover {
  opacity: 0.7;
}

button {
  border: none;
  padding: 0 0;
  background: transparent;
  cursor: pointer;
}

*.is-pc {
  display: none;
}

*.is-sp {
  display: inherit;
}

.lp-aside-left {
  display: none;
}

.lp-aside-right {
  display: none;
}

.lp-footer {
  padding-top: 20px;
  padding-bottom: 10px;
  background-image: url(./footer_bg_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.lp-footer-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
}
.lp-footer-link-list {
  list-style: none;
}
.lp-footer-link-list li {
  text-align: center;
}
.lp-footer-link-list li:nth-of-type(n + 2) {
  margin-top: 10px;
}
.lp-footer-copyright {
  padding-top: 10px;
  text-align: center;
  font-size: 0.8rem;
}

.lp-contents {
  position: relative;
  min-height: 100px;
}

.lp-button {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 30px;
  z-index: 10;
}

.lp-button-simulation {
  margin: 5px auto 0;
  width: 50.25%;
  max-width: 200px;
}

.lp-content-wrapper {
  padding: 20px 10px 140px;
}
.lp-content-wrapper h2 + * {
  margin-top: 20px;
}
.lp-content-wrapper h2 img {
  margin: 0 auto;
}

.is-lp-step {
  background: #F6D9F5;
}

.lp-step h3 + * {
  margin-top: 20px;
}
.lp-step h3 img {
  margin: 0 auto;
}
.lp-step-item {
  position: relative;
  padding: 10px 10px;
  height: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
}
.lp-step-item:nth-of-type(n + 2) {
  margin-top: 30px;
}
.lp-step-item::after {
  position: absolute;
  bottom: -37px;
  right: 50%;
  content: "";
  width: 5px;
  height: 40px;
  background-image: url(./step_line_sp.png);
  background-repeat: no-repeat;
  background-size: 5px 40px;
  background-position: center center;
  z-index: 100;
}
.lp-step-item.is-step-1 {
  background-image: url(./step01.png);
  background-repeat: no-repeat;
  background-size: 84px 70px;
  background-position: top left;
}
.lp-step-item.is-step-2 {
  background-image: url(./step02.png);
  background-repeat: no-repeat;
  background-size: 84px 70px;
  background-position: top left;
}
.lp-step-item.is-step-3 {
  background-image: url(./step03.png);
  background-repeat: no-repeat;
  background-size: 84px 70px;
  background-position: top left;
}
.lp-step-item.is-step-3::after {
  display: none;
}
.lp-step-item h4 {
  margin-left: 40px;
  padding-left: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c7c7c7;
}
.lp-step-item div {
  margin-top: 20px;
  padding: 0 10px;
}
.lp-step-item div img {
  margin: 0 auto;
}
.lp-step-item p {
  margin-top: 10px;
  padding: 0 10px;
}

.is-lp-faq {
  background: #F0ECF8;
}
.is-lp-faq .lp-content-wrapper {
  padding-bottom: 20px;
}

.lp-faq-item {
  background: #FFFFFF;
  border: 1px solid #c4b4e3;
}
.lp-faq-item:nth-of-type(n + 2) {
  margin-top: 20px;
}
.lp-faq-question {
  margin-top: -1px;
  margin-left: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lp-faq-question img {
  width: 50px;
  height: 50px;
}
.lp-faq-question h3 {
  padding-top: 10px;
  padding-left: 10px;
  width: calc(100% - 50px);
  font-size: 1.0rem;
}
.lp-faq-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.lp-faq-answer img {
  width: 50px;
  height: 50px;
}
.lp-faq-answer div {
  padding-top: 10px;
  padding-left: 10px;
  width: calc(100% - 50px);
  border-top: 2px solid #e79be5;
}

.is-lp-last {
  background: #e7e1f4;
}
.is-lp-last .lp-content-wrapper {
  padding-bottom: 140px;
}

.lp-popup-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
}
.lp-popup-wrapper2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.lp-popup-window {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 300px;
  padding: 50px 0 20px;
  border-radius: 20px;
  background: #FFFFFF;
}
.lp-popup-subject {
  padding: 5px 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#ECD819));
  background-image: linear-gradient(90deg, #ECD819);
  text-align: center;
}
.lp-popup-subject + * {
  margin-top: 10px;
}
.lp-popup-content h5 {
  text-align: center;
}
.lp-popup-content.is-shadow {
  margin: 0 auto 20px;
  max-width: 240px;
  padding-bottom: 10px;
  height: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
}
.lp-popup-button {
  margin-top: 20px;
}
.lp-popup-button-set {
  list-style: none;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lp-popup-button-set li {
  width: calc((100% - 0.5px) / 2) !important;
}
.lp-popup-button-set li:nth-of-type(n + 3) {
  margin-top: 1px;
}
.lp-popup-button-set li.is-simulation {
  margin: 10px auto 0;
  max-width: 200px;
  width: 100% !important;
}
.lp-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9999;
  padding: 0 0;
  width: 30px;
  height: 30px;
  line-height: 28px;
  background: #FFFFFF;
  text-align: center;
  border: 1px solid ;
  border-radius: 100px;
  cursor: pointer;
}

label {
  cursor: pointer;
}
label span.space-05 {
  padding-left: 0.5em;
}

.lp-popup-entry-check {
  text-align: center;
}
.lp-popup-entry-check span {
  font-size: 1.6rem;
}
.lp-popup-entry-check .is-subject {
  font-size: 1.2rem;
}
.lp-popup-entry-check .is-yen {
  font-size: 1.2rem;
}
.lp-popup-entry p {
  margin-top: 10px;
  text-align: center;
}

.lp-popup-tips ul {
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
  max-width: 160px;
  width: 100%;
}
.lp-popup-tips ul li:nth-of-type(n + 2) {
  margin-top: 10px;
}

.lp-popup-simulator-container {
  margin: 10px auto 0;
  padding: 0 10px;
  width: 100%;
}
.lp-popup-simulator-number {
  width: 100%;
}
.lp-popup-simulator-number input[type="number"] {
  width: 100%;
  padding: 0 10px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #431896;
  font-size: 1.5rem;
}
.lp-popup-simulator-button {
  margin: 10px auto 0;
  max-width: 200px;
  width: 100%;
}
.lp-popup-simulator-button button {
  background: transparent;
}

.lp-popup-line-container {
  padding: 0 10px;
}
.lp-popup-line-container:nth-of-type(n + 2) {
  margin-top: 10px;
}
.lp-popup-line-button {
  margin: 0 auto;
  max-width: 200px;
  width: 100%;
}
.lp-popup-line-text {
  margin-top: 10px;
  width: 100%;
}
.lp-popup-line-text p {
  font-size: 0.8rem;
}
.lp-popup-line-text ol li {
  font-size: 0.6rem;
}
.lp-popup-line-textarea {
  width: 100%;
}
.lp-popup-line-textarea textarea {
  padding: 10px 10px;
  height: 15.0em;
  width: 100%;
  border: 1px solid ;
  vertical-align: bottom;
  font-size: 0.8rem;
}
.lp-popup-line-copy-button {
  margin: 10px auto 0;
  max-width: 200px;
  width: 100%;
}
.lp-popup-line-copy-button button {
  background: transparent;
}

/* CSS (PC) */
@media screen and (min-width: 1275px) {
  *.is-pc {
    display: inherit;
  }

  *.is-sp {
    display: none;
  }

  .lp-aside-left {
    display: inherit;
    position: fixed;
    top: 140px;
    left: 0;
    width: calc((100% - 375px) / 2);
    z-index: 10;
  }

  .lp-aside-limit {
    margin-left: auto;
    margin-right: 50px;
    max-width: 400px;
  }
  .lp-aside-limit-subject {
    margin: 0 auto;
    max-width: 246px;
  }
  .lp-aside-limit-banner {
    margin: 0 auto;
    max-width: 320px;
  }
  .lp-aside-limit-link {
    margin: -40px auto 0;
    max-width: 400px;
  }

  .lp-aside-right {
    display: inherit;
    position: fixed;
    top: 70px;
    right: 0;
    width: calc((100% - 375px) / 2);
    z-index: 10;
  }

  .lp-aside-navigation-container {
    margin-left: 50px;
    margin-right: auto;
    max-width: 375px;
  }

  .lp-aside-navigation {
    position: absolute;
    top: 160px;
    left: 50px;
    right: 50px;
  }
  .lp-aside-navigation ul {
    list-style: none;
    padding-left: 0;
  }
  .lp-aside-navigation ul li:nth-of-type(n + 2) {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1275px) and (max-height: 800px) {
  .lp-aside-right {
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1275px) {
  .lp-popup-content h5 {
    font-size: 1rem;
  }
  .lp-popup-button {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px;
  }

  #POPUP_LINE .lp-popup-window {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 760px;
  }

  .lp-popup-line {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 680px;
  }
  .lp-popup-line-container {
    padding: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lp-popup-line-container:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .lp-popup-line-button {
    margin: 0 0;
    width: 34.12%;
    max-width: 232px;
  }
  .lp-popup-line-text {
    margin-top: 0;
    width: 62.94%;
    max-width: 428px;
  }
  .lp-popup-line-text p {
    font-size: 1rem;
  }
  .lp-popup-line-text ol li {
    font-size: 1rem;
  }
  .lp-popup-line-textarea {
    width: 67.65%;
    max-width: 460px;
  }
  .lp-popup-line-copy-button {
    margin: auto 0 0;
    width: 29.41%;
    max-width: 200px;
  }
}
