@charset "UTF-8";
/* =====================================
 * カラー
 * ================================== */
/* =====================================
 * メディアクエリ
 * ================================== */
@media (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

@media (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

/* =====================================
 * ベース
 * ================================== */
html {
  overflow: auto;
}

body {
  color: #444;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-family: "M PLUS 1p", sans-serif;
  background-color: #FFFEED;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 93%;
  }
}

img {
  max-width: 100%;
}

.c-section {
  padding: 11.25rem 0 7.5rem 0;
}
@media (max-width: 767px) {
  .c-section {
    padding: 6rem 0;
  }
}
.c-section.-blue {
  background-image: url(/lp/rpo/assets/img/img_bg_stripe.jpg);
  background-repeat: repeat;
  background-position: center;
}
.c-section.-lg {
  padding: 11.25rem 0 10rem 0;
}
@media (max-width: 767px) {
  .c-section.-lg {
    padding: 6rem 0 6rem 0;
  }
}
.c-section.-sm {
  padding: 7.5rem 0 7.5rem 0;
}
.c-section.-cta {
  padding: 4rem 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(61, 168, 202, 0.85)), to(rgba(61, 168, 202, 0.85))), url(/lp/rpo/assets/img/img_cta_bg.jpg);
  background: linear-gradient(0deg, rgba(61, 168, 202, 0.85), rgba(61, 168, 202, 0.85)), url(/lp/rpo/assets/img/img_cta_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .c-section.-cta {
    padding: 3rem 0 7.5rem 0;
  }
}
.c-section.-service {
  padding: 3.75rem 0 10rem 0;
  background-image: url(/lp/rpo/assets/img/img_bg_office.jpg);
  background-repeat: no-repeat;
  background-position: bottom 0 left 50%;
}
@media (max-width: 767px) {
  .c-section.-service {
    background-size: contain;
    padding: 1.5rem 0 7rem 0;
  }
}

.c-container {
  max-width: calc(1200px + 4rem);
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
}
.c-container.-sm {
  max-width: calc(960px + 4rem);
}
.c-container.-wd {
  max-width: 1400px;
}
@media (max-width: 767px) {
  .c-container {
    padding: 0 1.5rem;
  }
}

.c-section-title {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-section-title::before {
  display: block;
  content: "";
  width: 3rem;
  height: 3rem;
  background-image: url(/lp/rpo/assets/img/ico_light.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .c-section-title::before {
    width: 2.5rem;
    height: 2.5rem;
    top: -48px;
  }
}
@media (max-width: 767px) {
  .c-section-title {
    font-size: 1.75rem;
  }
}
.c-section-title h2 {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-section-title h2::before, .c-section-title h2::after {
  display: block;
  content: "";
  width: 24px;
  height: 56px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
}
@media (max-width: 767px) {
  .c-section-title h2::before, .c-section-title h2::after {
    display: none;
  }
}
.c-section-title h2::before {
  background-image: url(/lp/rpo/assets/img/img_title_left.png);
  left: -64px;
  top: 50%;
}
.c-section-title h2::after {
  background-image: url(/lp/rpo/assets/img/img_title_right.png);
  right: -64px;
}
.c-section-title span {
  font-size: 1rem;
  display: block;
  margin-bottom: 2px;
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  .c-section-title span {
    font-size: 0.875rem;
    text-align: center;
  }
}
.c-section-title + * {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .c-section-title + * {
    margin-top: 2rem;
  }
}

.c-section.-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.c-section.-cta .c-cta-message {
  position: absolute;
  top: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .c-section.-cta .c-cta-message {
    top: -1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .c-section.-cta .c-cta-message img {
    width: 100%;
  }
}

.c-cta {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.c-cta__illust {
  position: absolute;
  bottom: -7rem;
}
.c-cta__illust.-woman {
  left: -24%;
}
.c-cta__illust.-man {
  right: -28%;
}
.c-cta__illust.-sp {
  bottom: 0;
}

.c-cta-body + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-cta-body + * {
    margin-top: 1.5rem;
  }
}
.c-cta-body__copy {
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  text-shadow: 3px 3px 0px #128DB4;
}
@media (max-width: 767px) {
  .c-cta-body__copy {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.c-cta-body__copy + * {
  margin-top: 1.5rem;
}
.c-cta-body__copy span {
  display: inline-block;
  position: relative;
}
.c-cta-body__copy span::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FDC500;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-52%);
          transform: translateX(-52%);
}
@media (max-width: 767px) {
  .c-cta-body__copy span::before {
    width: 6px;
    height: 6px;
    top: -1px;
  }
}
.c-cta-body__desc {
  font-weight: 500;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .c-cta-body__desc {
    font-size: 0.875rem;
  }
}

.c-cta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -1.75rem;
}
@media (max-width: 767px) {
  .c-cta-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
}
.c-cta-btn__btn {
  width: 360px;
  height: 97px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 1.75rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-cta-btn__btn {
    width: 100%;
    height: 72px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .c-cta-btn__btn + .c-cta-btn__btn {
    margin-top: 1.5rem;
  }
}
.c-cta-btn__btn a {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
}
@media (max-width: 767px) {
  .c-cta-btn__btn a {
    font-size: 1rem;
  }
}
.c-cta-btn__btn a::after {
  display: block;
  content: "";
  position: absolute;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  top: 0;
  left: 0;
}
.c-cta-btn__btn.-mail {
  background-color: #FDC500;
  border: 3px solid #fff;
  -webkit-box-shadow: 6px 6px 0px #128DB4;
          box-shadow: 6px 6px 0px #128DB4;
}
.c-cta-btn__btn.-mail:hover {
  background-color: #128DB4;
  -webkit-transform: translateX(-6px), translateY(6px);
          transform: translateX(-6px), translateY(6px);
}
.c-cta-btn__btn.-mail a {
  color: #fff;
  text-shadow: 2px 2px 0px #DDB010;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-cta-btn__btn.-mail a:hover {
  text-shadow: none;
}
.c-cta-btn__btn.-mail a::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/lp/rpo/assets/img/ico_mail.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 10px;
}
.c-cta-btn__btn.-tel {
  background-color: #fff;
  border: 3px solid #3DA8CA;
  -webkit-box-shadow: 6px 6px 0px #128DB4;
          box-shadow: 6px 6px 0px #128DB4;
  color: #3DA8CA;
}
.c-cta-btn__btn.-tel a {
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: normal;
  padding-left: 28px;
}
@media (min-width: 768px) {
  .c-cta-btn__btn.-tel a {
    pointer-events: none;
  }
}
.c-cta-btn__btn.-tel span {
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-cta-btn__btn.-tel span {
    font-size: 1.175rem;
  }
}
.c-cta-btn__btn.-tel span::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/lp/rpo/assets/img/ico_tel.svg);
  position: absolute;
  left: -28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* =====================================
 * 共通スタイル
 * ================================== */
.c-ani, .p-thanks__btn, .p-company__btn, .c-btn input, .p-form__inner dd.p-form-privacy a, .c-cta-btn__btn, .c-cta-btn__btn.-mail a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-shadow, .p-faq-list__item, .p-price-container, .p-case-list__item {
  -webkit-box-shadow: 8px 8px 0px #C2DFE8;
          box-shadow: 8px 8px 0px #C2DFE8;
}

.c-shadow-dark, .p-contactform__body {
  -webkit-box-shadow: 8px 8px 0px #128DB4;
          box-shadow: 8px 8px 0px #128DB4;
}

.c-kerning, .p-thanks__btn a, .p-company__btn a, .c-btn input, .p-form__inner dt, .p-contactform__title, .p-flow-list__title, .p-service-list__title, .p-message__message, .p-problem-list__title, .p-problem-title, .p-mv-body__title, .p-mv, .c-cta-body__copy, .c-cta-body__desc, .c-cta-btn__btn a {
  letter-spacing: 0.12em;
}

.c-marker, .p-faq-list__answer span, .p-price-container-main__desc span, .p-reason-list__title span, .p-service-desc__desc span, .p-message__lead span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FEEEB2));
  background: linear-gradient(transparent 60%, #FEEEB2 60%);
}

.c-paper::before, .p-flow-list__item::before, .p-reason-list__item::before, .p-service-list__item::before {
  content: " ";
  display: block;
  position: absolute;
  width: 5rem;
  height: 5rem;
  background-image: url(/lp/rpo/assets/img/ico_papertop.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .c-paper::before, .p-flow-list__item::before, .p-reason-list__item::before, .p-service-list__item::before {
    width: 3rem;
    height: 4rem;
  }
}
.c-paper::after, .p-flow-list__item::after, .p-reason-list__item::after, .p-service-list__item::after {
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-width: 0 2.5rem 2.5rem 0;
  border-style: solid;
  width: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #FFFEED;
  border-color: #FFFEED #FFFEED #F0EFD9 #F0EFD9;
}
@media (max-width: 767px) {
  .c-paper::after, .p-flow-list__item::after, .p-reason-list__item::after, .p-service-list__item::after {
    border-width: 0 1.5rem 1.5rem 0;
  }
}

.c-clip::before, .thanks .c-container::before, .p-price-container::before, .p-case-list__item::before {
  display: block;
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(/lp/rpo/assets/img/ico_clip_01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -14px;
  left: 14px;
}
@media (max-width: 767px) {
  .c-clip::before, .thanks .c-container::before, .p-price-container::before, .p-case-list__item::before {
    width: 2rem;
    height: 2rem;
    top: -12px;
    left: 12px;
  }
}

/* =====================================
 * ロゴ
 * ================================== */
.p-logo {
  position: absolute;
  z-index: 100;
  top: 3vw;
  left: 3vw;
}
@media (max-width: 767px) {
  .p-logo {
    width: 22vw;
  }
}

/* =====================================
 * メインビジュアル
 * ================================== */
.p-mv {
  background-image: url(/lp/rpo/assets/img/img_mv_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 7rem 2rem 9rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .p-mv {
    padding: 3rem 1.5rem 8rem 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-mv .c-container {
  padding: 0;
}
.p-mv__illust {
  position: absolute;
  bottom: 0;
}

.p-mv-body {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .p-mv-body {
    width: 100%;
  }
}
.p-mv-body__illust {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-mv-body__illust.-illust01 {
  left: -32%;
}
.p-mv-body__illust.-illust02 {
  right: -32%;
}
.p-mv-body__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-mv-body__main + * {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .p-mv-body__main + * {
    margin-top: 1.5rem;
  }
}
.p-mv-body__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .p-mv-body__lead {
    width: 70%;
  }
}
.p-mv-body__lead + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .p-mv-body__lead + * {
    margin-top: 0.5rem;
  }
}
.p-mv-body__title {
  font-weight: 800;
  color: #fff;
  font-size: 4.5rem;
  line-height: 1.4;
  text-align: center;
  text-shadow: 3px 3px 0px #128DB4;
}
@media (max-width: 767px) {
  .p-mv-body__title {
    line-height: 1.5;
    font-size: 2.25rem;
    letter-spacing: 0.1em;
    font-size: 9vw;
  }
}
.p-mv-body__title + * {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .p-mv-body__title + * {
    margin-top: 1.5rem;
  }
}
.p-mv-body__desc {
  font-weight: bold;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 2;
}
@media (max-width: 767px) {
  .p-mv-body__desc {
    font-size: 0.875rem;
    text-align: left;
    line-height: 1.75;
  }
}
.p-mv-body__desc span {
  display: inline-block;
  position: relative;
}
.p-mv-body__desc span::before {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #FDC500;
  position: absolute;
  top: -2px;
  left: 50%;
  -webkit-transform: translateX(-45%);
          transform: translateX(-45%);
}
@media (max-width: 767px) {
  .p-mv-body__desc span::before {
    width: 4px;
    height: 4px;
    top: -4px;
  }
}

.c-section.-problem {
  padding: 7.5rem 0;
}

.p-problem-title {
  font-size: 2rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-problem-title {
    font-size: 1.5rem;
  }
}
.p-problem-title + * {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .p-problem-title + * {
    margin-top: 2rem;
  }
}
.p-problem-title span {
  font-size: 1.125rem;
  display: block;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .p-problem-title span {
    font-size: 0.9375rem;
    margin-bottom: 0.75rem;
  }
}
.p-problem-title span::before, .p-problem-title span::after {
  display: block;
  content: "";
  width: 2px;
  height: 18px;
  background-color: #444;
}
.p-problem-title span::before {
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
  margin-right: 14px;
}
.p-problem-title span::after {
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
  margin-left: 14px;
}

.p-problem-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -5rem;
  counter-reset: item;
}
@media (max-width: 767px) {
  .p-problem-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
}
.p-problem-list__item {
  width: 33.3333333333%;
  padding-left: 2.5rem;
  margin-left: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .p-problem-list__item {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
}
.p-problem-list__item:nth-child(n+2) {
  border-left: 1px solid #C2DFE8;
}
@media (max-width: 767px) {
  .p-problem-list__item:nth-child(n+2) {
    border-left: none;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #C2DFE8;
  }
}
.p-problem-list__title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  padding: 3.5rem 2rem;
  width: 100%;
  background-image: url(/lp/rpo/assets/img/img_servive_title_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
}
@media (max-width: 767px) {
  .p-problem-list__title {
    font-size: 1.125rem;
    letter-spacing: 0.08em;
    padding: 3rem;
  }
}
.p-problem-list__title + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-problem-list__title + * {
    margin-top: 0;
  }
}
.p-problem-list__img + * {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .p-problem-list__img + * {
    margin-top: 1rem;
  }
}
.p-problem-list__num {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-problem-list__num::after {
  display: block;
  counter-increment: item;
  content: "0" counter(item);
  font-size: 2rem;
  font-weight: bold;
  color: #3DA8CA;
  letter-spacing: 0.05em;
  margin-top: 0.25rem;
}
@media (max-width: 767px) {
  .p-problem-list__num::after {
    font-size: 1.75rem;
  }
}
.p-problem-list__num p {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #3DA8CA;
  letter-spacing: 0.12em;
  display: inline-block;
}
@media (max-width: 767px) {
  .p-problem-list__num p {
    font-size: 0.8125rem;
  }
}

.c-section.-message {
  position: relative;
  padding: 7.5rem 0;
}

.p-message-arrow {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .p-message-arrow {
    top: -1rem;
  }
}
@media (max-width: 767px) {
  .p-message-arrow img {
    width: 70%;
  }
}

.p-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-message__message {
  font-weight: bold;
  text-align: center;
}
.p-message__message + * {
  margin-top: 2rem;
}
.p-message__lead {
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .p-message__lead {
    font-size: 0.875rem;
  }
}
.p-message__lead + * {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .p-message__lead + * {
    margin-top: 1rem;
  }
}
.p-message__lead span {
  display: inline-block;
}
.p-message__main {
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .p-message__main {
    font-size: 6vw;
  }
}
@media (max-width: 767px) {
  .p-message__img {
    width: 150vw;
  }
}
@media (max-width: 767px) {
  .p-message__img img {
    width: 150vw;
  }
}

.p-service-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-service-desc + * {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .p-service-desc + * {
    margin-top: 3rem;
  }
}
.p-service-desc__desc {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .p-service-desc__desc {
    font-size: 1rem;
    text-align: left;
  }
}
.p-service-desc__desc p {
  display: inline-block;
  padding: 0 2.5rem;
  background-color: #FFFEED;
  position: relative;
  z-index: 99;
}
.p-service-desc__desc::before, .p-service-desc__desc::after {
  display: block;
  content: "";
  width: 228px;
  height: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 767px) {
  .p-service-desc__desc::before, .p-service-desc__desc::after {
    display: none;
  }
}
.p-service-desc__desc::before {
  left: 0;
  background-image: url(/lp/rpo/assets/img/img_service_arrow_left.png);
}
.p-service-desc__desc::after {
  right: 0;
  background-image: url(/lp/rpo/assets/img/img_service_arrow_right.png);
}
.p-service-desc__desc + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-service-desc__desc + * {
    margin-top: 1.5rem;
  }
}

.p-service-list {
  counter-reset: item;
}
.p-service-list__item {
  background-color: #fff;
  padding: 3rem 7.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-service-list__item {
    padding: 3rem 1.5rem 2rem 1.5rem;
  }
}
.p-service-list__item + .p-service-list__item {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .p-service-list__item + .p-service-list__item {
    margin-top: 2rem;
  }
}
.p-service-list__num {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-service-list__num::after {
  display: block;
  counter-increment: item;
  content: "0" counter(item);
  font-size: 3rem;
  font-weight: bold;
  color: #3DA8CA;
  letter-spacing: 0.05em;
  margin-top: 0.25rem;
}
@media (max-width: 767px) {
  .p-service-list__num::after {
    font-size: 1.75rem;
  }
}
.p-service-list__num p {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #3DA8CA;
  letter-spacing: 0.12em;
  display: inline-block;
}
@media (max-width: 767px) {
  .p-service-list__num p {
    font-size: 0.6875rem;
  }
}
.p-service-list__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-service-list__head + * {
  margin-top: 1.5rem;
}
.p-service-list__titlearea {
  margin-left: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .p-service-list__titlearea {
    margin-left: 1rem;
  }
}
.p-service-list__title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-service-list__title {
    font-size: 1.5rem;
  }
}
.p-service-list__title + * {
  margin-top: 0.75rem;
}
@media (max-width: 767px) {
  .p-service-list__title + * {
    margin-top: 0.5rem;
  }
}
.p-service-list__detail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1.5rem;
}
.p-service-list__detail li {
  margin-left: 0.75rem;
  padding-left: 0.75rem;
  display: inline-block;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-service-list__detail li {
    font-size: 0.875rem;
  }
}
.p-service-list__detail li:nth-child(n+2) {
  border-left: 1px solid #C2DFE8;
}
.p-service-list__desc + * {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .p-service-list__desc + * {
    margin-top: 1rem;
  }
}
.p-service-list__ico {
  width: 10.416%;
}
@media (max-width: 767px) {
  .p-service-list__ico {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .p-service-list__ico img {
    width: 100%;
  }
}

.p-service-list-infoarea__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .p-service-list-infoarea__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0.875rem;
  }
}
.p-service-list-infoarea__item::before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #3DA8CA;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  margin-left: 5px;
}
.p-service-list-infoarea__item:last-child {
  padding-bottom: 0;
}
.p-service-list-infoarea__item:last-child::before {
  display: none;
}
.p-service-list-infoarea__title {
  font-size: 1.125rem;
  padding-top: 5px;
  position: relative;
}
@media (max-width: 767px) {
  .p-service-list-infoarea__title {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .p-service-list-infoarea__title + * {
    margin-top: 0.5rem;
  }
}
.p-service-list-infoarea__title p {
  display: inline-block;
  padding-left: 22px;
}
@media (max-width: 767px) {
  .p-service-list-infoarea__title p {
    padding-left: 16px;
  }
}
.p-service-list-infoarea__title::before {
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  background-color: #3DA8CA;
  border-radius: 50%;
  position: absolute;
  top: 15px;
}
@media (max-width: 767px) {
  .p-service-list-infoarea__title::before {
    width: 9px;
    height: 9px;
  }
}
.p-service-list-infoarea__tag {
  margin-left: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .p-service-list-infoarea__tag {
    margin-left: 1rem;
  }
}
.p-service-list-infoarea__tag ul {
  margin-left: -0.625rem;
  margin-top: -0.625rem;
}
.p-service-list-infoarea__tag li {
  font-size: 0.875rem;
  line-height: 1;
  display: inline-block;
  background-color: #E8F5F9;
  padding: 0.75rem 1rem;
  border-radius: 100px;
  margin-top: 0.625rem;
  margin-left: 0.625rem;
}
@media (max-width: 767px) {
  .p-service-list-infoarea__tag li {
    font-size: 0.8125rem;
    padding: 0.625rem 0.875rem;
  }
}

.p-case {
  position: relative;
}
.p-case__illust {
  position: absolute;
  right: 5%;
  bottom: 0;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
}

.p-case-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.p-case-list__item {
  width: calc((100% - 3.75rem) / 2);
  position: relative;
  background-color: #fff;
  padding: 2.5rem 5rem 2.5rem 2.5rem;
}
@media (max-width: 767px) {
  .p-case-list__item {
    width: 100%;
    padding: 2rem 1.5rem 3rem 1.5rem;
  }
}
.p-case-list__item:nth-child(2n) {
  margin-left: 3.75rem;
}
@media (max-width: 767px) {
  .p-case-list__item:nth-child(2n) {
    margin-left: 0;
  }
}
.p-case-list__item:nth-child(n+3) {
  margin-top: 3.75rem;
}
@media (max-width: 767px) {
  .p-case-list__item:nth-child(n+2) {
    margin-top: 4rem;
  }
}
.p-case-list__title {
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
}
.p-case-list__title + * {
  margin-top: 1rem;
}
.p-case-list__tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -0.75rem;
  margin-left: -0.75rem;
}
@media (max-width: 767px) {
  .p-case-list__tag ul {
    margin-top: -0.5rem;
    margin-left: -0.5rem;
  }
}
.p-case-list__tag ul li {
  font-size: 0.875rem;
  line-height: 1;
  display: inline-block;
  padding: 0.625rem 1rem;
  background-color: #E8F5F9;
  border-radius: 100px;
  margin-top: 0.75rem;
  margin-left: 0.75rem;
}
@media (max-width: 767px) {
  .p-case-list__tag ul li {
    font-size: 0.75rem;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
  }
}
.p-case-list__tag + * {
  margin-top: 1.5rem;
}
.p-case-list__img {
  position: absolute;
  bottom: -1.5rem;
  right: -1.5rem;
}
@media (max-width: 767px) {
  .p-case-list__img img {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .p-case-list__img {
    width: 6rem;
    bottom: -3rem;
    right: 50%;
    -webkit-transform: translateX(58%);
            transform: translateX(58%);
  }
}

.p-reason-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 767px) {
  .p-reason-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-reason-list__item {
  background-color: #fff;
  padding: 3rem;
  width: calc((100% - 2.5rem) / 2);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .p-reason-list__item {
    width: 100%;
    padding: 2rem;
  }
}
.p-reason-list__item:nth-child(2n) {
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .p-reason-list__item:nth-child(2n) {
    margin-left: 0;
  }
}
.p-reason-list__item:nth-child(n+3) {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .p-reason-list__item:first-child {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .p-reason-list__item:nth-child(n+2) {
    margin-top: 3rem;
  }
}
.p-reason-list__item::before {
  display: block;
  content: "";
  width: 3rem;
  height: 2rem;
  background-image: url(/lp/rpo/assets/img/ico_clip_02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .p-reason-list__item::before {
    width: 2rem;
    height: 1.75rem;
    top: -20px;
  }
}
.p-reason-list__title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .p-reason-list__title {
    font-size: 1.25rem;
  }
}
.p-reason-list__title + * {
  margin-top: 1.5rem;
}
.p-reason-list__img + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-reason-list__desc {
    letter-spacing: 0.0098em;
  }
}

.p-price-container {
  background-color: #fff;
  padding: 3rem 6.25rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-price-container {
    padding: 2rem;
  }
}

.p-price-container-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-price-container-main__img + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-price-container-main__img + * {
    margin-top: 1.5rem;
  }
}
.p-price-container-main__desc {
  text-align: center;
}
@media (max-width: 767px) {
  .p-price-container-main__desc {
    text-align: left;
  }
}
.p-price-container-main + * {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .p-price-container-main + * {
    margin-top: 2rem;
  }
}

.p-price-container-sub__head {
  font-weight: bold;
  font-size: 1.125rem;
  color: #3DA8CA;
  letter-spacing: 0.12em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-price-container-sub__head p {
  display: inline-block;
  background-color: #fff;
  padding: 0 1.5rem;
}
@media (max-width: 767px) {
  .p-price-container-sub__head p {
    padding: 0;
    font-size: 1rem;
  }
}
.p-price-container-sub__head::after, .p-price-container-sub__head::before {
  display: block;
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #C2DFE8;
}
@media (max-width: 767px) {
  .p-price-container-sub__head::after, .p-price-container-sub__head::before {
    display: none;
  }
}
.p-price-container-sub__head::before {
  margin-left: 1.5rem;
}
.p-price-container-sub__head::after {
  margin-right: 1.5rem;
}
.p-price-container-sub__head + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-price-container-sub__head + * {
    margin-top: 1rem;
  }
}
.p-price-container-sub__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .p-price-container-sub__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-price-container-sub__img {
  width: 240px;
}
@media (max-width: 767px) {
  .p-price-container-sub__img {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .p-price-container-sub__img + * {
    margin-top: 1.5rem;
  }
}
.p-price-container-sub__desc {
  width: calc(100% - 262px);
  padding-left: 3rem;
  letter-spacing: 0.001em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .p-price-container-sub__desc {
    width: 100%;
    padding-left: 0;
  }
}

.p-flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  counter-reset: item;
}
@media (max-width: 767px) {
  .p-flow-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-flow-list__item {
  background-color: #fff;
  padding: 3.75rem 2.5rem 2.5rem 2.5rem;
  width: calc((100% - 3.75rem) / 3);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .p-flow-list__item {
    width: 100%;
    padding: 2.5rem 2rem 2rem 2rem;
  }
}
.p-flow-list__item:nth-child(n+2) {
  margin-left: 1.875rem;
}
@media (max-width: 767px) {
  .p-flow-list__item:nth-child(n+2) {
    margin-left: 0;
    margin-top: 2rem;
  }
}
.p-flow-list__num {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-flow-list__num::after {
  display: block;
  counter-increment: item;
  content: "0" counter(item);
  font-size: 2.5rem;
  font-weight: bold;
  color: #3DA8CA;
  letter-spacing: 0.05em;
  margin-top: 0.25rem;
}
@media (max-width: 767px) {
  .p-flow-list__num::after {
    font-size: 1.75rem;
  }
}
.p-flow-list__num p {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #3DA8CA;
  letter-spacing: 0.12em;
  display: inline-block;
}
@media (max-width: 767px) {
  .p-flow-list__num p {
    font-size: 0.8125rem;
  }
}
.p-flow-list__title {
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-flow-list__title {
    font-size: 1.125rem;
  }
}
.p-flow-list__title + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-flow-list__title + * {
    margin-top: 1rem;
  }
}
.p-flow-list__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-flow-list__img + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-flow-list__img {
    width: 80%;
  }
}

.p-faq-list__item {
  background-color: #fff;
  padding: 2.5rem;
  border-left: 8px solid #3DA8CA;
}
@media (max-width: 767px) {
  .p-faq-list__item {
    padding: 1.5rem;
  }
}
.p-faq-list__item + .p-faq-list__item {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .p-faq-list__item + .p-faq-list__item {
    margin-top: 2rem;
  }
}
.p-faq-list__question::before, .p-faq-list__answer::before {
  display: block;
  font-weight: bold;
  font-size: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .p-faq-list__question::before, .p-faq-list__answer::before {
    font-size: 1rem;
    width: 2rem;
    height: 2rem;
  }
}
.p-faq-list__question {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 767px) {
  .p-faq-list__question {
    font-size: 1rem;
  }
}
.p-faq-list__question p {
  display: inline-block;
  padding: 5px 0 0 16px;
  width: calc(100% - 2rem);
}
@media (max-width: 767px) {
  .p-faq-list__question p {
    font-size: 1rem;
    padding: 3px 0 0 14px;
  }
}
.p-faq-list__question::before {
  content: "Q";
  color: #fff;
  background-color: #3DA8CA;
}
.p-faq-list__question + * {
  margin-top: 1rem;
}
.p-faq-list__answer {
  padding-top: 1.5rem;
  border-top: 1px solid #E8F5F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 767px) {
  .p-faq-list__answer {
    padding-top: 1rem;
  }
}
.p-faq-list__answer p {
  display: inline-block;
  padding: 0.375rem 0px 0 1rem;
  width: calc(100% - 2rem);
}
@media (max-width: 767px) {
  .p-faq-list__answer p {
    padding: 2px 0 0 14px;
  }
}
.p-faq-list__answer::before {
  content: "A";
  color: #3DA8CA;
  background-color: #E8F5F9;
}

.c-section#contact {
  background-color: #3DA8CA;
}
@media (max-width: 767px) {
  .c-section#contact {
    padding: 4rem 0;
  }
}

.p-contactform__head {
  padding-bottom: 2.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-contactform__head {
    padding-bottom: 5rem;
  }
}
.p-contactform__illust {
  position: absolute;
  bottom: 0;
}
@media (max-width: 767px) {
  .p-contactform__illust img {
    width: 60%;
  }
}
.p-contactform__illust.-illust01 {
  left: 0;
}
@media (max-width: 767px) {
  .p-contactform__illust.-illust01 {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-contactform__illust.-illust02 {
  right: 8px;
}
@media (max-width: 767px) {
  .p-contactform__illust.-illust02 {
    right: 50%;
    -webkit-transform: translateX(90%);
            transform: translateX(90%);
  }
}
.p-contactform__body {
  background-color: #fff;
  padding: 4rem 5rem;
}
@media (max-width: 767px) {
  .p-contactform__body {
    padding: 2rem 1.5rem;
  }
}
.p-contactform__title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 1rem;
  border-bottom: 1px solid #C2DFE8;
}
@media (max-width: 767px) {
  .p-contactform__title {
    font-size: 1.125rem;
  }
}
.p-contactform__title + * {
  margin-top: 1.5rem;
}
.p-contactform__desc {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-contactform__desc {
    margin-top: 1rem;
    font-size: 14px;
  }
}
.p-contactform__form {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-contactform__form {
    margin-top: 1.5rem;
  }
}

.p-form__inner dt {
  font-size: 1.125rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .p-form__inner dt {
    font-size: 1rem;
  }
}
.p-form__inner dt:nth-child(n+2) {
  margin-top: 1.5rem;
}
.p-form__inner dt span {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: normal;
  color: #fff;
  line-height: 1.5;
  background-color: #FDC500;
  padding: 2px 8px;
  border-radius: 100px;
  margin-top: -1px;
  margin-left: 12px;
}
@media (max-width: 767px) {
  .p-form__inner dt span {
    margin-left: 6px;
  }
}
@media (max-width: 767px) {
  .p-form__inner dt:has(.p-problem) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.p-form__inner dd:not(.p-form-privacy) {
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.5;
  padding: 1.5rem;
  background-color: #f4f4f4;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .p-form__inner dd:not(.p-form-privacy) {
    padding: 1rem;
  }
}
.p-form__inner dd:not(.p-form-privacy) span.error {
  color: red;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: normal;
  display: block;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .p-form__inner dd:not(.p-form-privacy) span.error {
    font-size: 12px;
  }
}
.p-form__inner dd:not(.p-form-privacy) textarea {
  width: 100%;
}
.p-form__inner dd.p-form-privacy {
  margin-top: 0.5rem;
}
.p-form__inner dd.p-form-privacy a {
  color: #3DA8CA;
  text-decoration: underline;
}
.p-form__inner dd.p-form-privacy a:hover {
  text-decoration: none;
}
.p-form__inner dd.p-form-privacy label span {
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .p-form__inner dd.p-form-privacy label span {
    font-size: 1rem;
  }
}
.p-form__inner dd.p-form-privacy input[type=checkbox] {
  display: inline-block;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .p-form__inner dd.p-form-privacy input[type=checkbox] {
    margin-right: 6px;
  }
}
.p-form__inner dd.p-form-privacy span.error {
  color: red;
  font-size: 14px;
  letter-spacing: normal;
  display: block;
}
@media (max-width: 767px) {
  .p-form__inner dd.p-form-privacy span.error {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .p-form__inner dd.p-form-privacy span.error {
    font-size: 12px;
  }
}
.p-form__inner ::-webkit-input-placeholder {
  color: #D6D6D6;
}
.p-form__inner ::-moz-placeholder {
  color: #D6D6D6;
}
.p-form__inner :-ms-input-placeholder {
  color: #D6D6D6;
}
.p-form__inner ::-ms-input-placeholder {
  color: #D6D6D6;
}
.p-form__inner ::placeholder {
  color: #D6D6D6;
}

.form__error-message {
  padding: 1rem;
  background-color: #FDE7E7;
  font-size: 14px;
  letter-spacing: normal;
}
.form__error-message p {
  color: red;
  font-size: 1rem;
  font-weight: bold;
}
.form__error-message + * {
  margin-top: 2rem;
}
.form__error-message ul {
  margin-top: 0.5rem;
}
.form__error-message li {
  color: red;
  padding-left: 0.625rem;
  position: relative;
}
.form__error-message li::before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: red;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.p-form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
}

.c-btn input {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5;
  display: inline-block;
  font-weight: 500;
  position: relative;
  width: 320px;
  height: 75px;
  background-color: #FDC500;
  border-radius: 120px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .c-btn input {
    font-size: 1rem;
  }
}
.c-btn input::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .c-btn input {
    height: 64px;
  }
}
.c-btn input:hover {
  background-color: #3DA8CA;
}

.p-company__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-company__logo + * {
  margin-top: 2rem;
}
.p-company__message {
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .p-company__message {
    font-size: 15px;
    line-height: 1.75;
    text-align: left;
  }
}
.p-company__message + * {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .p-company__message + * {
    margin-top: 1.5rem;
  }
}
.p-company__btn {
  width: 320px;
  height: 75px;
  background-color: #9AC9B7;
  -webkit-box-shadow: 6px 6px 0px #8FBCAB;
          box-shadow: 6px 6px 0px #8FBCAB;
  border-radius: 120px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .p-company__btn {
    height: 64px;
  }
}
.p-company__btn:hover {
  opacity: 0.8;
}
.p-company__btn a {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  position: relative;
}
@media (max-width: 767px) {
  .p-company__btn a {
    font-size: 1rem;
  }
}
.p-company__btn a::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-company__btn a::after {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(/lp/rpo/assets/img/ico_extralink.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 8px;
}

.copyright {
  line-height: 1.5;
  font-size: 0.875rem;
  padding: 1.5rem 0;
  text-align: center;
  background-color: #3DA8CA;
  color: #fff;
}
@media (max-width: 767px) {
  .copyright {
    padding: 1rem;
    font-size: 12px;
  }
}

.p-thanks__logo {
  position: absolute;
  z-index: 100;
  top: 3vw;
  left: 3vw;
}
@media (max-width: 767px) {
  .p-thanks__logo {
    width: 22vw;
  }
}

.thanks {
  background-color: #3DA8CA;
}
.thanks .c-container {
  position: relative;
  background-color: #fff;
  padding: 3rem 5rem;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .thanks .c-container {
    width: 90%;
    padding: 2rem;
    margin-top: 5rem;
  }
}
.thanks h1 {
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .thanks h1 {
    font-size: 1.25rem;
  }
}

.p-thanks__desc {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .p-thanks__desc {
    margin-top: 1rem;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .p-thanks__desc p {
    text-align: left;
  }
}
.p-thanks__desc + * {
  margin-top: 2rem;
}
.p-thanks__btnarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-thanks__btn {
  width: 320px;
  height: 75px;
  background-color: #FDC500;
  border-radius: 120px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .p-thanks__btn {
    height: 64px;
  }
}
.p-thanks__btn:hover {
  background-color: #3DA8CA;
}
.p-thanks__btn a {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  position: relative;
}
@media (max-width: 767px) {
  .p-thanks__btn a {
    font-size: 1rem;
  }
}
.p-thanks__btn a::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}