@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
html {
  overflow-x: hidden;
  font-size: 10px; }

body {
  margin: 0;
  padding: 0;
  color: #333;
  overflow-x: hidden;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.6; }

img {
  vertical-align: bottom; }

a {
  cursor: pointer;
  color: #333;
  text-decoration: none;
  transition: all .3s; }
  a:hover {
    opacity: .6; }

.sp_none {
  display: none; }

.sp_only {
  display: block; }

.tab_only {
  display: none; }

.pc_only {
  display: none !important; }

.body_wrap {
  width: 100%;
  position: relative; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

#g_header {
  width: 100%;
  background-color: #fff;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  box-shadow: 0px 3px 8px 4px rgba(0, 0, 0, 0.1); }

#g_nav {
  width: calc(100% - 30px);
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  #g_nav .logo {
    width: 250px;
    display: block; }
    #g_nav .logo img {
      width: 100%;
      height: auto; }

.pc_cta {
  display: none !important; }

.fv_wrap {
  width: 100%;
  height: 770px;
  position: relative;
  transition: all .3s; }
  .fv_wrap .fv_flex_wrap {
    width: 100%;
    height: 100%; }
  .fv_wrap .fv_inner_wrap {
    width: calc(100% - 30px);
    margin: 0 auto;
    height: 100%;
    position: relative; }
    .fv_wrap .fv_inner_wrap .fv_cap_sub {
      position: absolute;
      width: 210px;
      top: 80px;
      right: calc(50% - 175px);
      transition: all .3s; }
      .fv_wrap .fv_inner_wrap .fv_cap_sub img {
        width: 100%;
        height: auto; }
    .fv_wrap .fv_inner_wrap .fv_cap {
      position: absolute;
      width: 100%;
      top: 135px;
      left: 0;
      text-align: center;
      transition: all .3s; }
      .fv_wrap .fv_inner_wrap .fv_cap img {
        width: 100%;
        max-width: 360px;
        height: auto; }
    .fv_wrap .fv_inner_wrap .fv_cta {
      width: 120px;
      height: 120px;
      position: absolute;
      right: calc(50% - 180px);
      top: 350px;
      transition: all .3s; }
      .fv_wrap .fv_inner_wrap .fv_cta img {
        width: 100%;
        height: auto; }
    .fv_wrap .fv_inner_wrap .prize_wrap {
      position: absolute;
      width: 100%;
      max-width: 370px;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
      bottom: 43px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      z-index: 1;
      transition: all .3s; }
    .fv_wrap .fv_inner_wrap .prize_title {
      width: 100%;
      max-width: 400px;
      text-align: center;
      position: absolute;
      bottom: 135px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      z-index: 1; }
      .fv_wrap .fv_inner_wrap .prize_title img {
        width: 100%;
        height: auto; }
    .fv_wrap .fv_inner_wrap .prize_items_wrap {
      width: 100%;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center; }
      .fv_wrap .fv_inner_wrap .prize_items_wrap .prize_items {
        width: 31%; }
        .fv_wrap .fv_inner_wrap .prize_items_wrap .prize_items img {
          width: 100%;
          height: auto; }
    .fv_wrap .fv_inner_wrap .prize_dis_tab {
      display: none; }

.fv_blue_wave {
  width: 100%;
  position: absolute;
  bottom: 179px;
  left: 0;
  z-index: -1;
  transition: all .3s; }
  .fv_blue_wave img {
    width: 100%;
    height: auto; }

.fv_blue_back {
  width: 100%;
  height: 180px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #128cd7;
  background: linear-gradient(0deg, #128cd7 0%, #1ab1ec 100%);
  z-index: -1; }

.fv_man img {
  width: 530px;
  height: auto;
  position: absolute;
  bottom: 80px;
  left: 0;
  z-index: -2; }

.top_crowd {
  width: 230px;
  position: absolute;
  top: 20px;
  right: -50px;
  z-index: -1; }
  .top_crowd img {
    width: 100%;
    height: auto; }

.bottom_crowd {
  width: 340px;
  position: absolute;
  bottom: 110px;
  left: -80px;
  z-index: -3; }
  .bottom_crowd img {
    width: 100%;
    height: auto; }

.dot_top {
  width: 100%;
  height: 200px;
  background-image: url("../images/fv_dot.png");
  background-repeat: repeat-x;
  background-size: 100%;
  background-position: bottom;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .4;
  z-index: -1; }

.dot_bottom {
  width: 100%;
  height: 200px;
  background-image: url("../images/fv_dot_bottom.png");
  background-repeat: repeat-x;
  background-size: 100%;
  background-position: top;
  position: absolute;
  bottom: 170px;
  left: 0;
  opacity: .4;
  z-index: -3; }

.prize_dis {
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 8px 0;
  font-size: 0.8rem; }

main {
  width: 100%; }

.section_wrap {
  width: calc(100% - 30px);
  margin: 20px auto 60px auto;
  box-sizing: border-box; }

.section_cap {
  font-size: 2rem;
  font-weight: 600;
  margin: 30px auto 40px auto;
  text-align: center;
  line-height: 1.3;
  position: relative; }
  .section_cap::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    background: #128cd7;
    background: linear-gradient(90deg, #128cd7 0%, #1ab1ec 100%);
    bottom: -10px;
    left: calc(50% - 25px); }

.section_common_p {
  font-size: 1.4rem; }

.job_sample .job_flex_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap; }
.job_sample h3 {
  font-size: 1.8rem;
  text-align: center;
  color: #128CD7; }
  .job_sample h3 span {
    display: inline-block;
    position: relative; }
    .job_sample h3 span::before {
      content: "";
      position: absolute;
      width: 16%;
      height: 2px;
      top: calc(50% - 1px);
      left: -25%;
      background-color: #128CD7; }
    .job_sample h3 span::after {
      content: "";
      position: absolute;
      width: 16%;
      height: 2px;
      top: calc(50% - 1px);
      right: -25%;
      background-color: #128CD7; }

_
.job_flex_wrap {
  width: 100%; }

.job_items_wrap {
  width: 100%;
  max-width: 450px;
  border-radius: 6px;
  margin: 0 auto 10px auto;
  border: solid 2px #128CD7;
  box-sizing: border-box;
  box-shadow: 1px 3px 6px 2px rgba(0, 0, 0, 0.2); }
  .job_items_wrap .img_wrap {
    width: 100%;
    height: 156px;
    border-radius: 4px 4px 0 0; }
  .job_items_wrap .job_title {
    width: 100%;
    background: #128cd7;
    background: linear-gradient(90deg, #128cd7 0%, #1ab1ec 100%);
    color: #fff; }
    .job_items_wrap .job_title h4 {
      margin: 0 0 20px 0;
      font-size: 1.6rem;
      margin-left: 30px;
      line-height: 36px;
      font-weight: 500;
      position: relative; }
      .job_items_wrap .job_title h4::before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 10px solid #fff;
        border-right: 0;
        position: absolute;
        left: -20px;
        top: 11px; }
  .job_items_wrap .job_content_flex {
    width: calc(100% - 20px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 38px;
    margin: 10px auto; }
    .job_items_wrap .job_content_flex .job_content_title {
      font-size: 1.4rem;
      font-weight: 600;
      text-align: center;
      line-height: 38px;
      height: 100%;
      width: 65px;
      background-color: #D0F2FF; }
    .job_items_wrap .job_content_flex .job_content {
      margin-left: 30px;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center;
      height: 100%;
      font-weight: 600;
      font-size: 1.4rem; }
      .job_items_wrap .job_content_flex .job_content p {
        margin: 0; }
  .job_items_wrap .income {
    margin-top: -10px; }
    .job_items_wrap .income .job_content {
      align-items: flex-end; }
      .job_items_wrap .income .job_content .before {
        font-size: 1.4rem;
        position: relative; }
        .job_items_wrap .income .job_content .before::after {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-top: 7px solid transparent;
          border-bottom: 7px solid transparent;
          border-left: 10px solid #acacac;
          border-right: 0;
          position: absolute;
          top: 4px;
          right: -26px; }
      .job_items_wrap .income .job_content .after {
        font-size: 1.4rem;
        margin-left: 40px;
        position: relative; }
        .job_items_wrap .income .job_content .after span {
          font-size: 2.4rem;
          line-height: 2.4rem; }
        .job_items_wrap .income .job_content .after::before {
          content: "50万円アップ!";
          position: absolute;
          color: #C93B74;
          font-size: 1.2rem;
          line-height: 1.2rem;
          top: -13px;
          right: -60px; }
        .job_items_wrap .income .job_content .after::after {
          content: "";
          background-image: url("../images/income_arrow.png");
          width: 20px;
          height: 50px;
          background-size: contain;
          background-position: bottom;
          background-repeat: no-repeat;
          position: absolute;
          bottom: 4px;
          right: -30px; }
  .job_items_wrap .job_comment {
    width: calc(100% - 20px);
    margin: 10px auto;
    padding-top: 10px;
    font-size: 1.4rem;
    line-height: 1.4;
    border-top: dashed 1px #128CD7; }

.debug .img_wrap {
  background-image: url("../images/debug.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.planner .after::before {
  content: "100万円アップ!" !important; }
.planner .img_wrap {
  background-image: url("../images/planner.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.designer .after::before {
  content: "80万円アップ!" !important; }
.designer .img_wrap {
  background-image: url("../images/desiner.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.appeal_2_flex_wrap {
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 auto; }
  .appeal_2_flex_wrap .appeal_2_flex_items {
    width: 31%;
    display: flex;
    flex-direction: column;
    padding: 10px 4px 18px 4px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    background: #128cd7;
    background: linear-gradient(0deg, #128cd7 0%, #1ab1ec 100%);
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 1px 3px 6px 2px rgba(0, 0, 0, 0.2); }
    .appeal_2_flex_wrap .appeal_2_flex_items h3 {
      font-size: 1.2rem;
      font-weight: 700;
      line-height: 1.2;
      text-align: center;
      color: #fff;
      margin: 0 auto 10px auto;
      text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2); }
    .appeal_2_flex_wrap .appeal_2_flex_items .icon_wrap {
      max-width: 70px;
      text-align: center; }
      .appeal_2_flex_wrap .appeal_2_flex_items .icon_wrap img {
        width: 100%;
        height: auto;
        filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.2)); }

.icon_1 {
  margin-top: 8px;
  width: calc(100% - 30px); }

.icon_2 {
  width: calc(100% - 44px); }

.icon_3 {
  margin-top: 8px;
  width: calc(100% - 50px); }

.form_wrap {
  width: 100%;
  background: #128cd7;
  background: linear-gradient(0deg, #128cd7 0%, #1ab1ec 100%);
  margin: 40px 0;
  padding-bottom: 40px;
  color: #fff;
  padding-top: 1px;
  box-sizing: border-box; }
  .form_wrap .section_cap {
    color: #fff;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2); }
    .form_wrap .section_cap::after {
      background: #fff;
      box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2); }

.faq {
  margin-top: 60px; }

.faq_ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: 1.4rem; }

.faq_li {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 50px;
  box-sizing: border-box;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: dashed 1px #128CD7; }
  .faq_li .question {
    position: relative;
    margin-top: 10px;
    margin-bottom: 15px; }
    .faq_li .question::before {
      content: "Q";
      width: 33px;
      height: 33px;
      text-align: center;
      line-height: 33px;
      background-color: #128CD7;
      position: absolute;
      left: -50px;
      top: -5px;
      border-radius: 50%;
      color: #fff;
      font-weight: 600; }
  .faq_li .answer {
    position: relative; }
    .faq_li .answer::before {
      content: "A";
      width: 33px;
      height: 33px;
      text-align: center;
      line-height: 33px;
      background-color: #CEF1FF;
      position: absolute;
      left: -50px;
      top: -4px;
      border-radius: 50%;
      color: #333;
      font-weight: 600; }

.last_faq {
  border-bottom: none !important; }

.other_lp {
  margin-bottom: 100px; }

.other_lp_ul {
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 auto; }
  .other_lp_ul li {
    line-height: 3rem;
    position: relative;
    margin-left: 30px; }
    .other_lp_ul li::before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 8px solid #1AB1EC;
      border-right: 0;
      position: absolute;
      left: -15px;
      top: 10px; }
    .other_lp_ul li a {
      display: block; }

.sp_ctabtn {
  position: fixed;
  z-index: 995;
  bottom: 4px;
  transition: all .2s;
  display: flex;
  width: 100%;
  justify-content: center; }

.sp_ctabtn img {
  width: 100%;
  max-width: 500px;
  margin-bottom: -10px;
  margin-left: auto;
  margin-right: auto; }

@media screen and (min-width: 768px) {
  .sp_none {
    display: block; }

  .sp_only {
    display: none; }

  .tab_only {
    display: block; }

  #g_nav {
    width: calc(100% - 60px); }
    #g_nav .logo {
      width: 260px; }
      #g_nav .logo img {
        width: 100%;
        height: auto; }
    #g_nav .nav_cta {
      width: 135px;
      height: 37px;
      background-color: #C93B74;
      border-radius: 18px;
      text-align: center;
      line-height: 37px;
      color: #fff;
      font-size: 1.4rem;
      font-weight: 600;
      display: flex;
      justify-content: center;
      align-items: center; }
      #g_nav .nav_cta span {
        display: inline-block;
        width: 14px;
        height: 14px;
        background-color: #fff;
        position: relative;
        border-radius: 50%;
        text-align: center;
        margin-left: 10px;
        margin-top: 1px; }
        #g_nav .nav_cta span div {
          border-style: solid;
          border-top: 5px solid transparent;
          border-bottom: 5px solid transparent;
          border-left: 8px solid #C93B74;
          border-right: 0;
          position: absolute;
          top: 2px;
          left: 4px; }

  .fv_wrap .fv_inner_wrap {
    width: calc(100% - 60px); }
    .fv_wrap .fv_inner_wrap .fv_cap_sub {
      position: absolute;
      width: 200px;
      top: 80px;
      right: calc(50% - 310px); }
    .fv_wrap .fv_inner_wrap .fv_cap {
      position: absolute;
      width: 400px;
      top: 135px;
      left: auto;
      right: calc(50% - 370px); }
      .fv_wrap .fv_inner_wrap .fv_cap img {
        max-width: 400px; }
    .fv_wrap .fv_inner_wrap .fv_cta {
      width: 150px;
      height: 150px;
      position: absolute;
      right: calc(50% - 370px);
      top: 430px; }
    .fv_wrap .fv_inner_wrap .prize_title {
      width: 100%;
      max-width: 350px;
      position: absolute;
      bottom: 145px;
      left: 16px;
      transform: translateX(0%);
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%); }
    .fv_wrap .fv_inner_wrap .prize_wrap {
      bottom: 50px;
      left: 0;
      flex-direction: row;
      transform: translateX(0);
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      max-width: 768px; }
      .fv_wrap .fv_inner_wrap .prize_wrap .prize_items_wrap {
        width: 400px;
        justify-content: flex-start; }
      .fv_wrap .fv_inner_wrap .prize_wrap .prize_dis_tab {
        display: block;
        width: calc(100% - 400px);
        color: #fff;
        line-height: 1.2;
        font-size: .8rem; }

  .dot_top {
    background-size: 500px; }

  .dot_bottom {
    background-size: 500px; }

  .top_crowd {
    width: 430px;
    top: -60px;
    right: -30px; }

  .bottom_crowd {
    width: 460px; }

  .fv_man img {
    width: 860px;
    bottom: 70px; }

  .prize_dis {
    display: none; }

  .section_wrap {
    width: calc(100% - 60px); }

  .section_cap {
    margin: 50px auto 40px auto; }

  .section_common_p {
    font-size: 1.6rem; }

  .job_sample .job_flex_wrap {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between; }
  .job_sample h3 {
    margin: 30px auto 14px auto; }

  .job_items_wrap {
    width: 32%;
    margin: 0 0 10px 0; }
    .job_items_wrap .img_wrap {
      width: 100%;
      height: 130px; }
    .job_items_wrap .job_content_flex {
      width: calc(100% - 14px);
      height: 47px; }
      .job_items_wrap .job_content_flex .job_content_title {
        line-height: 48px;
        height: 47px;
        width: 47px; }
      .job_items_wrap .job_content_flex .status {
        line-height: 1.1;
        display: flex;
        align-items: center;
        justify-content: center; }
      .job_items_wrap .job_content_flex .job_content {
        font-size: 1.4rem;
        margin-left: 10px;
        width: calc(100% - 57px); }
        .job_items_wrap .job_content_flex .job_content .after {
          margin-left: 18px; }
          .job_items_wrap .job_content_flex .job_content .after::after {
            right: -10px;
            z-index: -1; }
          .job_items_wrap .job_content_flex .job_content .after::before {
            top: -15px;
            right: -10px;
            width: 100px;
            text-align: right; }
        .job_items_wrap .job_content_flex .job_content .before {
          font-size: 1.4rem;
          position: relative; }
          .job_items_wrap .job_content_flex .job_content .before::after {
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 8px solid #acacac;
            border-right: 0;
            position: absolute;
            top: 6px;
            right: -14px; }

  .cta_area {
    width: calc(100% - 60px);
    margin: 20px auto 40px auto;
    background-color: #F7EFF2;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px; }
    .cta_area a {
      display: block;
      width: 433px; }
      .cta_area a img {
        width: 100%;
        height: auto; }

  .appeal_2_flex_wrap {
    width: 100%;
    max-width: 660px;
    margin: 0 auto 80px auto; }
    .appeal_2_flex_wrap .appeal_2_flex_items {
      width: 200px;
      height: 200px;
      display: flex;
      flex-direction: column;
      padding: 16px 4px 22px 4px;
      border-radius: 8px; }
      .appeal_2_flex_wrap .appeal_2_flex_items h3 {
        font-size: 2rem;
        margin: 0 auto 10px auto; }
      .appeal_2_flex_wrap .appeal_2_flex_items .icon_wrap {
        max-width: 100px; }

  .icon_1 {
    margin-top: 20px;
    width: 110px; }

  .icon_2 {
    margin-top: 8px;
    width: 90px; }

  .icon_3 {
    margin-top: 16px;
    width: 80px; }

  .form_wrap .section_cap {
    margin-bottom: 0; }

  .faq_ul {
    font-size: 1.6rem; }

  .faq_li {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 50px;
    box-sizing: border-box;
    padding-bottom: 12px;
    margin-bottom: 10px;
    border-bottom: dashed 1px #128CD7; }
    .faq_li .question {
      position: relative;
      margin-bottom: 20px;
      margin-top: 24px; }
      .faq_li .question::before {
        top: -5px; }
    .faq_li .answer {
      position: relative; }
      .faq_li .answer::before {
        left: -50px; }

  .other_lp_ul {
    flex-wrap: wrap;
    align-items: flex-start;
    font-size: 1.8rem;
    height: 130px;
    width: 100%;
    padding-left: 20px; }
    .other_lp_ul li {
      margin-bottom: 10px; }
      .other_lp_ul li::before {
        top: 11px; } }
@media screen and (min-width: 1024px) {
  .pc_none {
    display: none; }

  .pc_only {
    display: block !important; }

  .tab_only {
    display: none !important; }

  .section_wrap {
    width: 900px;
    margin-bottom: 70px; }

  #g_nav {
    width: 900px; }
    #g_nav .logo {
      width: 320px; }
    #g_nav .nav_cta {
      width: 200px;
      height: 40px;
      border-radius: 20px;
      line-height: 40px;
      font-size: 1.6rem; }

  .pc_cta {
    display: flex !important; }
    .pc_cta span {
      width: 16px !important;
      height: 16px !important; }
      .pc_cta span div {
        top: 3px !important;
        left: 5px !important; }

  .fv_wrap {
    height: 870px; }
    .fv_wrap .fv_flex_wrap {
      width: 900px;
      height: 100%;
      margin: 0 auto;
      display: flex;
      flex-wrap: nowrap;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start; }
      .fv_wrap .fv_flex_wrap .fv_inner_wrap {
        width: 420px; }
        .fv_wrap .fv_flex_wrap .fv_inner_wrap .fv_cap_sub {
          width: 250px;
          top: 110px;
          right: 70px; }
        .fv_wrap .fv_flex_wrap .fv_inner_wrap .fv_cap {
          width: 420px;
          top: 175px;
          left: auto;
          right: 0px; }
          .fv_wrap .fv_flex_wrap .fv_inner_wrap .fv_cap img {
            max-width: 420px; }
        .fv_wrap .fv_flex_wrap .fv_inner_wrap .fv_cta {
          display: none; }
        .fv_wrap .fv_flex_wrap .fv_inner_wrap .prize_title {
          bottom: 185px;
          left: 27px;
          transform: translateX(0%);
          -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%); }
        .fv_wrap .fv_flex_wrap .fv_inner_wrap .prize_wrap {
          bottom: 65px;
          left: 0;
          flex-direction: column;
          width: 96%; }
          .fv_wrap .fv_flex_wrap .fv_inner_wrap .prize_wrap .prize_items_wrap {
            width: 100%;
            justify-content: space-between;
            margin-bottom: 10px; }
            .fv_wrap .fv_flex_wrap .fv_inner_wrap .prize_wrap .prize_items_wrap .prize_items {
              width: 32%; }
          .fv_wrap .fv_flex_wrap .fv_inner_wrap .prize_wrap .prize_dis_tab {
            width: 100%;
            color: #fff;
            line-height: 1.2;
            font-size: .8rem; }
      .fv_wrap .fv_flex_wrap .fv_form_area {
        width: 450px;
        height: auto;
        background: #128cd7;
        background: linear-gradient(0deg, #128cd7 0%, #1ab1ec 100%);
        margin-top: 90px;
        border-radius: 10px;
        box-shadow: 0px 3px 8px 4px rgba(0, 0, 0, 0.1); }

  .fv_man img {
    width: 730px;
    bottom: 220px;
    left: calc(50% - 670px); }

  .top_crowd {
    width: 480px;
    top: -120px;
    right: calc(50% - 670px); }

  .bottom_crowd {
    width: 530px;
    left: calc(50% - 710px); }

  .section_cap {
    font-size: 2.4rem;
    margin: 50px auto 60px auto; }
    .section_cap::after {
      width: 50px;
      height: 3px;
      bottom: -20px;
      left: calc(50% - 25px); }

  .job_sample h3 {
    font-size: 2rem; }
  .job_sample .job_flex_wrap {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between; }
    .job_sample .job_flex_wrap .job_title h4 {
      font-size: 2rem;
      line-height: 46px; }
      .job_sample .job_flex_wrap .job_title h4::before {
        top: 16px; }

  .job_items_wrap {
    margin: 0 0 10px 0; }
    .job_items_wrap .img_wrap {
      height: 150px; }
    .job_items_wrap .job_content_flex {
      width: calc(100% - 20px);
      height: 55px; }
      .job_items_wrap .job_content_flex .job_content_title {
        line-height: 55px;
        height: 55px;
        width: 55px;
        font-size: 1.6rem; }
      .job_items_wrap .job_content_flex .job_content {
        font-size: 1.6rem;
        margin-left: 14px; }
        .job_items_wrap .job_content_flex .job_content .before {
          font-size: 1.6rem; }
          .job_items_wrap .job_content_flex .job_content .before::after {
            border-top: 7px solid transparent;
            border-bottom: 7px solid transparent;
            border-left: 10px solid #acacac;
            top: 6px;
            right: -21px; }
        .job_items_wrap .job_content_flex .job_content .after {
          margin-left: 30px; }
          .job_items_wrap .job_content_flex .job_content .after::after {
            right: -24px; }
          .job_items_wrap .job_content_flex .job_content .after::before {
            top: -18px;
            right: -24px; }
      .job_items_wrap .job_content_flex .status {
        line-height: 1.1;
        display: flex;
        align-items: center;
        justify-content: center; }

  .cta_area {
    width: 900px;
    margin: 40px auto 80px auto;
    background-color: #F7EFF2; }

  .appeal_2_flex_wrap {
    margin: 0 auto 90px auto; }

  .faq_ul {
    font-size: 1.8rem; }

  .faq_li {
    padding-left: 60px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: dashed 1px #128CD7; }
    .faq_li .question {
      position: relative;
      margin-bottom: 28px;
      margin-top: 24px; }
      .faq_li .question::before {
        width: 44px;
        height: 44px;
        line-height: 44px;
        left: -59px;
        top: -9px; }
    .faq_li .answer {
      position: relative; }
      .faq_li .answer::before {
        width: 44px;
        height: 44px;
        line-height: 44px;
        left: -59px;
        top: -9px; }

  .other_lp {
    margin: 100px auto 140px auto; }

  .other_lp_ul {
    flex-wrap: wrap;
    font-size: 1.8rem;
    height: 130px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px; }
    .other_lp_ul li {
      margin-bottom: 10px; }
      .other_lp_ul li::before {
        top: 11px; } }
@media screen and (min-width: 1280px) {
  .wide_none {
    display: none; }

  .wide_only {
    display: block; } }
@media screen and (min-width: 1500px) {
  .fv_man img {
    width: 770px;
    bottom: 195px;
    left: calc(50% - 760px); }

  .prize_title {
    left: 5px !important; }

  .prize_wrap {
    left: -20px !important; } }
.name_inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

.form {
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

.form_title {
  width: 100%;
  height: 100px;
  background-image: url(../img/formbg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover; }

.form_title h2 {
  color: #fff;
  text-align: center;
  line-height: 100px;
  text-shadow: #fff 1px 0 10px; }

.form_title h2 span {
  background-color: #fff;
  color: #FE8F09;
  width: 70px;
  height: 35px;
  border-radius: 20px;
  display: inline-block;
  font-size: 0.9em;
  margin: 0 20px 0 -40px;
  line-height: 35px; }

.form .wrapper {
  padding-top: 50px; }

.form .h2_sub {
  text-align: center; }

.form_inner {
  width: 100%;
  max-width: 1000px;
  margin-top: 30px; }

.lpContactTable {
  width: 100%; }

.form_inputarea table.lpContactTable th {
  font-size: 1.4rem;
  display: block;
  padding: 0 0 10px 0px;
  margin-top: 10px;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  position: relative; }

.form_inputarea table.lpContactTable td {
  display: block;
  overflow: hidden;
  font-size: 1.4rem;
  padding: 0 0 10px; }

.form_inputarea table.lpContactTable td input[type=text], .form_inputarea table.lpContactTable td textarea,
.form_inputarea table.lpContactTable td input[type=tel] {
  border: 0;
  font-size: 1.4rem;
  width: 100%;
  box-sizing: border-box;
  padding: 14px;
  background: #fff;
  border: 1px solid #ddd;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.form_inputarea table.lpContactTable td select.tbBirth {
  display: block;
  width: 20%;
  float: left;
  margin-right: 20px; }

.form_inputarea table.lpContactTable td input[type=radio] {
  width: 20px;
  height: 20px; }

.form_inputarea input[type=radio] {
  margin-right: 15px;
  vertical-align: sub; }

.form_inputarea .situation, .form_inputarea .status, .form_inputarea .ex {
  font-size: 1.4rem;
  margin-right: 15px; }

.form_inputarea table.lpContactTable td select {
  moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: #333;
  box-sizing: content-box;
  padding: 14px;
  width: 97%;
  font-size: 1.6rem;
  background: #fff;
  border: 1px solid #ddd;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.form_inputarea table.lpContactTable td input[type=text], .form_inputarea table.lpContactTable td textarea,
.form_inputarea table.lpContactTable td input[type=tel] {
  border: 0;
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  padding: 14px;
  background: #fff;
  border: 1px solid #ddd;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.form_inputarea .musticon {
  background: #C93B74;
  color: #fff;
  font-size: 12px;
  padding: 3px 7px;
  margin-left: 10px; }

.form_inputarea .optionalicon {
  background: #fff;
  color: #128CD7;
  border: 1px solid #128CD7;
  font-size: 12px;
  padding: 3px 7px;
  margin-left: 10px; }

.form_inputarea th label {
  font-size: 1.4rem;
  font-weight: bold; }

.name_flex {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.sei, .mei {
  width: 45% !important; }

.phonenum_caption {
  display: inline-block;
  margin-top: 4px;
  color: #fff; }

.form_inputarea p.small2 {
  font-size: 1.4rem;
  width: 100%;
  margin: 0px auto 30px;
  text-align: center; }

.form_inputarea p.small2 input {
  margin-right: 5px; }

.form_inputarea p.small2 a {
  text-decoration: underline;
  font-weight: 600;
  color: #fff; }

.form_inputarea p.small2 a i {
  margin-left: 3px; }

.fa-window-restore:before {
  content: "\f2d2"; }

.cmt {
  display: block;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px; }

.cmt p {
  display: inline-block;
  text-align: left;
  font-size: 1.2rem; }

.form_inputarea input.submit {
  display: block;
  cursor: pointer;
  width: 100%;
  max-width: 320px;
  height: 50px;
  margin: 0 auto;
  font-size: 1.8rem;
  background: #c93b74;
  background: linear-gradient(0deg, #a22e5c 49%, #c93b74 49%);
  border-radius: 6px;
  box-shadow: 2px 2px 8px 4px rgba(0, 0, 0, 0.1);
  border: solid 2px #fff;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: .3s;
  position: relative; }

.form_inputarea input.submit:hover {
  opacity: 0.8; }

@media screen and (max-width: 1023px) {
  .form {
    width: calc(100% - 60px); } }
@media screen and (max-width: 767px) {
  .form {
    width: calc(100% - 30px); }

  .form_title {
    background-image: url(../img/formbg_tab.jpg); }

  .form .wrapper {
    padding-top: 30px; }

  .sei, .mei {
    width: 95% !important;
    margin: 5px 3px 5px 0px; }

  .kana {
    width: 91% !important; }

  /* ----- flow ----- */
  .flow_flex1 {
    justify-content: space-evenly; }

  .flow_flex2 {
    width: 40%; }

  /* ----- bottom ----- */
  .cta_bottom_flex > div {
    width: 100%; }

  .cta_bottom h2 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 20px; }

  .cta_bottom_flex a {
    width: 75%; } }
.form_title {
  height: 80px; }

.form_title h2 {
  font-size: 2rem;
  line-height: 80px; }

.sei, .mei {
  width: 91% !important;
  margin: 5px 0px 5px 0px; }

.kana {
  width: 87% !important; }

.form_inputarea table.lpContactTable td select.tbBirth {
  margin-right: 10px; }

.form_inputarea table.lpContactTable td select {
  width: 90%; }

@media screen and (min-width: 1024px) {
  .form {
    margin-top: 0 !important; }

  .form_wrap {
    margin: 0 !important;
    background: none; }

  .form .wrapper {
    width: calc(100% - 30px);
    margin: 0 auto;
    background: none;
    padding-top: 0 !important; }

  .form_inner {
    margin-top: 16px; }

  tr {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start; }

  th {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important; }
    th::before {
      display: none; }

  td {
    width: 255px !important;
    padding-bottom: 5px !important;
    text-align: right; }

  .name_inner input {
    width: 220px !important; }
  .name_inner span {
    font-size: 1.2rem !important; }

  .fv_length input {
    width: 220px !important; }

  input[type=text], input[type=tel] {
    padding: 5px !important; }

  select {
    padding: 5px !important; }

  .musticon, .optionalicon {
    font-size: .8rem !important;
    padding: 2px 4px !important;
    margin-left: 7px !important;
    height: 11px !important; }

  .sei {
    margin-bottom: -2px !important; }

  .phonenum_caption {
    margin: 0 !important;
    font-size: 1rem !important; }

  .birth {
    width: 220px !important;
    display: flex !important;
    justify-content: space-between; }

  .tbBirth {
    width: 23% !important;
    margin: 0 !important; }

  .small2 {
    margin-bottom: 0 !important; }

  .cmt {
    margin-top: 0 !important;
    margin-bottom: 10px !important; }
    .cmt p {
      font-size: 1rem !important;
      line-height: 1.2; }

  .job_select {
    width: 220px !important;
    box-sizing: border-box !important; }

  .prefecture {
    width: 220px !important;
    box-sizing: border-box !important; }

  .message_tr {
    flex-direction: column; }
    .message_tr td {
      width: 100% !important;
      padding-bottom: 0 !important; }
      .message_tr td textarea {
        padding: 5px !important;
        height: 80px;
        margin-top: 10px !important; }

  #radio01, #radio02 {
    width: 15px !important;
    height: 18px !important; }

  .select_area {
    display: flex !important;
    width: 220px !important; }

  .form_inputarea table.lpContactTable td select {
    font-size: 1.4rem; }

  .form_inputarea table.lpContactTable td input[type=text], .form_inputarea table.lpContactTable td textarea,
  .form_inputarea table.lpContactTable td input[type=tel] {
    font-size: 1.4rem; } }
