@charset "UTF-8";
.p_top .mv-under {
  background: linear-gradient(90deg, #0759e8 0%, #031a58 100%);
  display: flow-root;
  position: relative;
}

.p_top .mv-under picture,
.p_top .mv-under img {
  display: block;
}

.p_top .mv-under img {
  width: calc(100% - 30px);
  max-width: 1020px;
  height: auto;
  margin: -32px auto 0;
  position: relative;
  z-index: 2;
}

.p_top .mv img {
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .p_top .mv-under {
    display: none;
  }

  .p_top .mv {
    padding: 0 !important;
    background: none !important;
  }

  .p_top .mv img {
    margin-bottom: 0;
  }

  .p_top .mv-under img {
    margin-top: -16px;
  }
}

@media screen and (min-width: 769px), print {
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .container {
    overflow: hidden;
    position: relative;
  }
  .row {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1109px) and (min-width: 769px) {
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 99;
  }
}

@media screen and (min-width: 769px) and (max-width: 1109px) and (min-width: 769px) {
  .header {
    padding-top: 8px;
  }
}

@media screen and (min-width: 769px), print {
  .footer {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .footer--link {
    display: flex;
            justify-content: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .footer--link li + li {
    display: flex;
            align-items: center;
  }
  .footer--link li + li::before {
    content: " ｜ ";
    font-size: 16px;
    line-height: 1;
    color: #fff;
  }
  .footer--link li a {
    font-size: 16px;
    line-height: 1;
    color: #a1a1a1;
  }
  .footer .copyright {
    color: #ccc;
    font-size: 13px;
    line-height: 1;
    text-align: center;
  }
  .p_top .mv {
    text-align: center;
    background: url(../img/mv_bg.jpg) center/100% 100% no-repeat;
         background-size: cover;
    position: relative;
  }
}

@media screen and (min-width: 769px) and (max-width: 1109px) and (min-width: 769px) {
  .p_top .mv {
    padding-bottom: 5px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .mv img {
    display: inline-block;
    width: 100%;
    max-width: 680px;
    position: relative;
    z-index: 2;
    padding:28px 20px;
  }
  .p_top .ques {
    padding-top: 84px;
    position: relative;
    z-index: 2;
  }
  .p_top .ques .row {
    padding: 0 80px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .ques dl.step {
    background-color: #EBE9E7;
    position: relative;
  }
  .p_top .ques dl.step + dl {
    margin-top: 125px;
  }
  .p_top .ques dl.step .next_ques {
    position: absolute;
    left: 50%;
    bottom: -35px;
            transform: translateX(-50%);
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    background-color: #bdbdbd;
    min-width: 400px;
    min-height: 80px;
    border-radius:0px;
    display: inline-flex;
            justify-content: center;
            align-items: center;
    cursor: default;
    pointer-events: none;
    transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  }
  .p_top .ques dl.step .next_ques::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 21px;
            transform: translateY(-50%);
    width: 25px;
    height: 14px;
    background: url(../img/svg_arrow_w.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .ques dl.step > dt {
    padding: 20px 20px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    letter-spacing:0.1rem;
    background-image: linear-gradient(to right, #2B2B2B, #171717);
    position: relative;
  }
  .p_top .ques dl.step > dt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -28px;
            transform: translateY(-50%);
    width: 116px;
    height: 120px;
    background: url(../img/icon_Q.png) center / 100% 100% no-repeat;
    display: block;
  }
}

@media screen and (min-width: 769px) and (max-width: 1109px) and (min-width: 769px) {
  .p_top .ques dl.step > dt::before {
    left: -40px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .ques dl.step > dd {
    padding: 60px 40px 60px;
    position: relative;
  }
  .p_top .ques dl.step > dd .ipw {
    position: relative;
  }
  .p_top .ques dl.step > dd .ipw .btn_lock {
    right: 0;
  }
  .p_top .ques dl.step > dd .s_it + .s_it {
    margin-top: 40px;
  }
  .p_top .ques dl.step > dd .s_it h3 {
    border-left: 6px solid #003DC7;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
    padding-left: 16px;
  }
  .p_top .ques dl.step > dd .tt_sub {
    text-align: center;
    margin-bottom: 40px;
  }
  .p_top .ques dl.step > dd .tt_sub span {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    border-bottom: 2px solid #003DC7;
  }
  .p_top .ques dl.step > dd .btn_lock {
    height: 100%;
    width: 80px;
    background: url(../img/svg_key.svg) center/100% 100% no-repeat;
    cursor: pointer;
    transition: opacity 0.3s;
    display: block;
    position: absolute;
    top: 0;
    right: 54px;
         background-size: 19px 24px;
  }
  .p_top .ques dl.step > dd .btn_lock:hover {
    opacity: 0.7;
  }
  .p_top .ques dl.step > dd input {
    border: 0;
    width: 100%;
    height: 64px;
    padding: 0 64px 0 20px;
    outline: none;
    font-weight: bold;
    font-size: 20px;
    color: #000;
            appearance: none;
         border-radius: 0;
    background-color: #fff;
  }
  .p_top .ques dl.step > dd input::placeholder {
    color: #B5B5B5;
    opacity: 1;
  }
  .p_top .ques dl.step > dd .select {
    position: relative;
  }
  .p_top .ques dl.step > dd .select label {
    display: block;
    height: 64px;
    position: relative;
    background: #fff;
            perspective: 1px;
  }
  .p_top .ques dl.step > dd .select label select {
    width: 100%;
    height: 100%;
            appearance: none;
    outline: none;
    border: none;
    padding: 0 48px 0 20px;
    background: transparent;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .p_top .ques dl.step > dd .list_checkbox {
    display: flex;
        flex-wrap: wrap;
            justify-content: space-between;
  }
  .p_top .ques dl.step > dd .list_checkbox li, .p_top .ques dl.step > dd .list_checkbox .mwform-checkbox-field {
    margin-bottom: 20px;
    width: calc((100% - 20px) / 2);
  }
  .p_top .ques dl.step > dd .list_checkbox li.full, .p_top .ques dl.step > dd .list_checkbox .mwform-checkbox-field.full {
    width: 100%;
  }
  .p_top .ques dl.step > dd .list_checkbox li.full label, .p_top .ques dl.step > dd .list_checkbox .mwform-checkbox-field.full label {
    font-size: 18px;
  }
  .p_top .ques dl.step > dd .list_checkbox li.full label span, .p_top .ques dl.step > dd .list_checkbox .mwform-checkbox-field.full label span {
    padding: 20px;
  }
  .p_top .ques dl.step > dd .list_checkbox label {
    position: relative;
    cursor: pointer;
    font-size: 22px;
            user-select: none;
    font-weight: bold;
  }
  .p_top .ques dl.step > dd .list_checkbox label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .ques dl.step > dd .list_checkbox label span {
    position: relative;
    display: block;
    padding: 16px;
    text-align: center;
    background-color: #fff;
    border: 4px solid #dedede;
    border-radius:0px;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  }
  .p_top .ques dl.step > dd .list_checkbox label span::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    width: 26px;
    height: 26px;
    border: 2px solid #bdbdbd;
    border-radius: 0px;
    background: #fff;
    transform: translateY(-50%);
    transition: background-color 0.2s ease, border-color 0.2s ease;
  }
  .p_top .ques dl.step > dd .list_checkbox label input:checked ~ span {
    background-color: #fff;
    border: 4px solid #003DC7;
    box-shadow: none;
  }
  .p_top .ques dl.step > dd .list_checkbox label input:checked ~ span::before {
    border-color: #003DC7;
    background-color: #003DC7;
  }
  .p_top .ques dl.step.step01 dt::before {
    background: url(../img/icon_Q_1.png) center/100% 100% no-repeat;
  }
  .p_top .ques dl.step.step02 dt::before {
    background: url(../img/icon_Q_2.png) center/100% 100% no-repeat;
  }
  .p_top .ques dl.step.step03 dt::before {
    background: url(../img/icon_Q_3.png) center/100% 100% no-repeat;
  }
  .p_top .ques dl.step.step04 dt::before {
    background: url(../img/icon_Q_4.png) center/100% 100% no-repeat;
  }
  .p_top .ctBot {
    text-align: center;
    padding: 160px 0 100px;
    background: url(../img/bg_CV.png) center/100% 100% no-repeat;
         background-size: cover;
    margin-top: -70px;
  }
  .p_top .ctBot__main {
    position: relative;
    margin-top: -50px;
  }
  .p_top .ctBot__arrow {
    width: 55px;
    height: 30px;
    margin: -60px auto 24px;
    background: url(../img/svg_arrow_b.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .ctBot .link_terms {
    display: inline-block;
    border-bottom: 2px solid;
    font-size: 20px;
    font-weight: 500;
    color: #000;
  }
  .p_top .ctBot .f_btn {
    padding: 0;
    outline: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    display: inline-flex;
            justify-content: center;
            align-items: center;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    background-color: #003DC7;
    background-image: linear-gradient(to right, #003DC7, #003DC7);
    width: 600px;
    height: 94px;
    border-radius:0px;
    letter-spacing: 0.09em;
    margin: 30px 0 36px;
    position: relative;
    transition: opacity 0.2s ease;
  }
  .p_top .ctBot .f_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 38px;
            transform: translateY(-50%);
    width: 17px;
    height: 31px;
    background: url(../img/arr.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .ctBot .f_btn span {
    font-size: 40px;
  }
  .p_top .ctBot .f_btn.is-submitting {
    cursor: not-allowed;
    opacity: 0.4;
    pointer-events: none;
  }
  .p_top .ctBot .f_btn.is-submitting::after {
    right: 32px;
    width: 28px;
    height: 28px;
    border: 3px solid rgba(255, 255, 255, 0.45);
    border-top-color: #fff;
    border-radius: 50%;
    background: none;
    animation: submitSpin 0.8s linear infinite;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
    position: relative;
  }
  .show_pc {
    display: none !important;
  }
  .inner, .row {
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
  .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.95312vw 2.60417vw;
    z-index: 99;
  }
  .header .row {
    padding: 0;
  }
  .header h1 {
    font-size: 0;
    line-height: 0;
  }
  .header h1 a {
    display: block;
    width: 24.73958vw;
  }
  .footer {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
    bottom: 8.46354vw;
  }
  .footer--link {
    display: flex;
            justify-content: center;
            align-items: center;
    margin-bottom: 2.60417vw;
  }
  .footer--link li + li {
    display: flex;
            align-items: center;
  }
  .footer--link li + li::before {
    content: " ｜ ";
    font-size: 3.64583vw;
    line-height: 1;
    color: #fff;
  }
  .footer--link li a {
    font-size: 3.64583vw;
    line-height: 1;
    /* color: #fff; */
  }
  .footer .copyright {
    /* color: #fff; */
    font-size: 3.125vw;
    text-align: center;
  }
  .p_top .mv {
    text-align: center;
    background: url(../img/mv_bg_sp.jpg) center / 100% 100% no-repeat;
    background-size: cover;
    padding: 5rem 0.8rem;
    position: relative;
  }
  .p_top .mv img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
  }
  .p_top .ques {
    padding-top: 0;
    position: relative;
    z-index: 2;
  }
  .p_top .ques .row {
    padding: 0;
  }
  .p_top .ques dl.step {
    background-color: #EBE9E7;
    position: relative;
  }
  .p_top .ques dl.step + dl {
    margin-top: 22.13542vw;
  }
  .p_top .ques dl.step .next_ques {
    position: absolute;
    left: 50%;
    bottom: -6.51042vw;
            transform: translateX(-50%);
    font-size: 4.7vw;
    min-height: 56px;
    min-width: 64vw;
    border-radius:0px;
    color: #fff;
    font-weight: bold;
    background-color: #bdbdbd;
    display: inline-flex;
            justify-content: center;
            align-items: center;
    cursor: default;
    pointer-events: none;
    transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  }
  .p_top .ques dl.step .next_ques::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3.90625vw;
            transform: translateY(-50%);
    width: 4.03646vw;
    height: 2.21354vw;
    background: url(../img/svg_arrow_w.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .ques dl.step > dt {
    padding: 2.90625vw 3.90625vw 2.90625vw 28.59896vw;
    color: #fff;
    font-weight: bold;
    font-size: 4.94792vw;
    line-height: 1.31579;
    background-image: linear-gradient(to right, #2B2B2B, #171717);
    position: relative;
  }
  .p_top .ques dl.step > dt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 2vw;
            transform: translateY(-50%);
    width: 23.39062vw;
    height: 24.37891vw;
    background: url(../img/icon_Q.png) center / 100% 100% no-repeat;
    display: block;
  }
  .p_top .ques dl.step > dd {
    padding: 8vw 4vw 14.625vw;
    position: relative;
  }
  .p_top .ques dl.step > dd .ipw {
    position: relative;
  }
  .p_top .ques dl.step > dd .ipw .btn_lock {
    right: 0;
  }
  .p_top .ques dl.step > dd .s_it + .s_it {
    margin-top: 7.8125vw;
  }
  .p_top .ques dl.step > dd .s_it h3 {
    border-left: 1.30208vw solid #003DC7;
    font-size: 4.42708vw;
    font-weight: bold;
    margin-bottom: 4vw;
    padding-left: 3.90625vw;
  }
  .p_top .ques dl.step > dd .tt_sub {
    text-align: center;
    margin-bottom: 6.2vw;
  }
  .p_top .ques dl.step > dd .tt_sub span {
    font-size: 3.64583vw;
    font-weight: 500;
    display: inline-block;
    border-bottom: 0.52083vw solid #003DC7;
  }
  .p_top .ques dl.step > dd input {
    border: 0;
    width: 100%;
    height: 14.32292vw;
    padding: 0 8.33333vw 0 5.20833vw;
    outline: none;
    font-weight: bold;
    font-size: calc(max(3.90625vw, 16px));
    color: #000;
            appearance: none;
         border-radius: 0;
    background-color: #fff;
  }
  .p_top .ques dl.step > dd input::placeholder {
    color: #B5B5B5;
    opacity: 1;
  }
  .p_top .ques dl.step > dd .select {
    position: relative;
  }
  .p_top .ques dl.step > dd .select label {
    display: block;
    height: 14.32292vw;
    position: relative;
    background: #fff;
            perspective: 0.13021vw;
  }
  .p_top .ques dl.step > dd .select label select {
    width: 100%;
    height: 100%;
            appearance: none;
    outline: none;
    border: none;
    padding: 0 2.6vw;
    background: transparent;
    font-weight: bold;
    font-size: calc(max(3.90625vw, 16px));
    color: #000;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .p_top .ques dl.step > dd .list_checkbox {
    display: flex;
            justify-content: space-between;
  }
  .p_top .ques dl.step > dd .list_checkbox li, .p_top .ques dl.step > dd .list_checkbox .mwform-checkbox-field {
    margin-bottom: 2.1vw;
    width: 45.2vw;
  }
  .p_top .ques dl.step > dd .list_checkbox li.full, .p_top .ques dl.step > dd .list_checkbox .mwform-checkbox-field.full {
    width: 100%;
  }
  .p_top .ques dl.step > dd .list_checkbox {
    display: flex;
        flex-wrap: wrap;
            justify-content: space-between;
  }
  .p_top .ques dl.step > dd .list_checkbox label {
    position: relative;
    cursor: pointer;
    font-size: 4.2vw;
            user-select: none;
    font-weight: bold;
  }
  .p_top .ques dl.step > dd .list_checkbox label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .ques dl.step > dd .list_checkbox label span {
    position: relative;
    transform: translateZ(0);
    display: block;
    padding: 4.2vw 0.8vw 4.2vw 9.1vw;
    text-align: left;
    white-space: nowrap;
    background-color: #fff;
    border: 3px solid #dedede;
    border-radius:0px;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  }
  .p_top .ques dl.step > dd .list_checkbox label span::before {
    content: "";
    position: absolute;
    left: 2.3vw;
    top: 50%;
    width: 4.8vw;
    height: 4.8vw;
    border: 2px solid #bdbdbd;
    border-radius: 0;
    background: #fff;
    transform: translateY(-50%);
    transition: background-color 0.2s ease, border-color 0.2s ease;
  }
  .p_top .ques dl.step > dd .list_checkbox label input:checked ~ span {
    background-color: #fff;
    border: 3px solid #003DC7;
    box-shadow: none;
  }
  .p_top .ques dl.step > dd .list_checkbox label input:checked ~ span::before {
    border-color: #003DC7;
    background-color: #003DC7;
  }
  .p_top .ques dl.step.step01 dt::before {
    background: url(../img/icon_Q_1.png) center/100% 100% no-repeat;
  }
  .p_top .ques dl.step.step02 dt::before {
    background: url(../img/icon_Q_2.png) center/100% 100% no-repeat;
  }
  .p_top .ques dl.step.step03 dt::before {
    background: url(../img/icon_Q_3.png) center/100% 100% no-repeat;
  }
  .p_top .ques dl.step.step04 dt::before {
    background: url(../img/icon_Q_4.png) center/100% 100% no-repeat;
  }
  .p_top .ctBot {
    text-align: center;
    padding: 18.83333vw 0 14.97396vw;
    background: url(../img/bg_CV_sp.png) center / 100% 100% no-repeat;
         background-size: cover;
    position: relative;
  }
  .p_top .ctBot__main {
    position: relative;
  }
  .p_top .ctBot__arrow {
    width: 9.76562vw;
    height: 5.33854vw;
    margin: 0 auto 3.90625vw;
    background: url(../img/svg_arrow_b.svg) center/100% 100% no-repeat;
    display: block;
    margin-top: -50px;
  }
  .p_top .ctBot .link_terms {
    display: inline-block;
    border-bottom: 0.52083vw solid;
    font-size: 3.38542vw;
    font-weight: 500;
    color: #000;
    padding-bottom: 0.65104vw;
  }
  .p_top .ctBot .f_btn {
    padding: 0;
    outline: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    display: inline-flex;
            justify-content: center;
            align-items: center;
    color: #FFFFFF;
    font-size: 5.20833vw;
    font-weight: bold;
    background-color: #003DC7;
    background-image: linear-gradient(to right, #003DC7, #003DC7);
    width: 91.14583vw;
    height: 15.625vw;
    letter-spacing: 0.09em;
    margin: 6.51042vw 0;
    position: relative;
    transition: opacity 0.2s ease;
  }
  .p_top .ctBot .f_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3.90625vw;
            transform: translateY(-50%);
    width: 2.60417vw;
    height: 4.94792vw;
    background: url(../img/arr.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .ctBot .f_btn span {
    font-size: 6.51042vw;
  }
  .p_top .ctBot .f_btn.is-submitting {
    cursor: not-allowed;
    opacity: 0.4;
    pointer-events: none;
  }
  .p_top .ctBot .f_btn.is-submitting::after {
    right: 3.38542vw;
    width: 4.6875vw;
    height: 4.6875vw;
    border: 0.52083vw solid rgba(255, 97, 0, 0.35);
    border-top-color: #ff6100;
    border-radius: 50%;
    background: none;
    animation: submitSpin 0.8s linear infinite;
  }
}

@keyframes submitSpin {
  from {
    transform: translateY(-50%) rotate(0deg);
  }
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}

.p_top .ques dl.step .next_ques.active {
  background-image: linear-gradient(to right, #003DC7, #003DC7);
          filter: grayscale(0%);
  cursor: pointer;
  pointer-events: auto;
}

@media (hover: hover) {
  .p_top .ques dl.step .next_ques.active:hover {
            transform: translateX(-50%) scale(1.03);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
  }
}

.p_top .ques dl.step.step label, .p_top .ques dl.step.step .ipw {
  display: block;
}

.p_top .ques dl.step.step label.error, .p_top .ques dl.step.step .ipw.error {
  color: #ff0000;
  position: relative;
          transform: translateZ(0);
}

.p_top .ques dl.step.step label.error::before, .p_top .ques dl.step.step .ipw.error::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #ff0000;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}

.p_top .ques dl.step.step label.error select, .p_top .ques dl.step.step .ipw.error select {
  color: #ff0000;
}

.txterror {
  color: #ff0000;
}

@media screen and (min-width: 769px) {
  #surveyForm .ctBot .f_btn::after {
    width: 15.3px;
    height: 27.9px;
  }

  #surveyForm .next_ques::after {
    width: 22.5px;
    height: 12.6px;
  }

  .wrapCol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .wrapCol dl {
    min-width: 0;
    width: auto;
  }
  .wrapCol dl dt {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 10px;
  }
  #surveyForm .ques dl.step > dd > .wrapCol input {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 769px) {
  .wrapCol {
    display: flex;
    justify-content: space-between;
  }
  .wrapCol dl {
    width: 48%;
  }
  .wrapCol dl dt {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 8px;
  }
}

.end .hidden {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.areaRecap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
}

.p_top .ques .step[hidden] {
  display: none !important;
}

#surveyForm .ques dl.step,
#surveyForm .ques dl.step > dd {
  background-color: #F9F9F9;
}

#surveyForm .ques dl.step > dt::before {
  display: none;
}

.p_top .ques .form-note {
  margin: 0 0 20px;
  padding: 0;
  color: #171717;
  font-size: 13px;
}

.p_top .ques .required-mark {
  margin-left: 0.25em;
  color: #e72a73;
}

#surveyForm .ques dl.step > dd .s_it h3 {
  padding-left: 0;
  border-left: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 10px;
}

#surveyForm .list_checkbox label input[type="radio"] ~ span::before {
  border-radius: 50%;
}

#surveyForm .list_checkbox label input[type="radio"]:checked ~ span::before {
  border: 7px solid #003DC7;
  background: #fff;
}

#surveyForm .graduation-radio label input ~ span::before {
  border-radius: 50% !important;
}

#surveyForm .graduation-radio label input:checked ~ span::before {
  border: 7px solid #003DC7 !important;
  border-radius: 50% !important;
  background: #fff !important;
}

#surveyForm .select-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 4;
  width: 18px;
  height: 18px;
  color: #000;
  pointer-events: none;
  stroke-width: 3;
  transform: translateY(-50%);
}

#surveyForm .ctBot {
  margin: 40px 0 0;
  padding: 30px 0 0;
  background: none;
}

#surveyForm .ctBot__main {
  margin-top: 0;
}

#surveyForm .ctBot__arrow {
  width: 0;
  height: 0;
  margin: 0 auto 24px;
  border-top: 24px solid #003DC7;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  background: none;
}

#surveyForm .consent-check {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 22px auto 10px;
  color: #171717;
  font-size: 14px;
  cursor: pointer;
}

#surveyForm .consent-check input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

#surveyForm .consent-check span {
  position: relative;
  padding-left: 32px;
}

#surveyForm .consent-check span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  border: 2px solid #bdbdbd;
  background: #fff;
  content: "";
  transform: translateY(-50%);
}

#surveyForm .checkbox-icon {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 16px;
  height: 16px;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  stroke-width: 3;
  transform: translateY(-50%);
}

#surveyForm .list_checkbox input[type="checkbox"] ~ span .checkbox-icon {
  left: 23px;
}

#surveyForm .consent-check .checkbox-icon {
  left: 4px;
  width: 14px;
  height: 14px;
}

#surveyForm .list_checkbox input[type="checkbox"]:checked ~ span .checkbox-icon,
#surveyForm .consent-check input:checked + span .checkbox-icon {
  opacity: 1;
}

#surveyForm .consent-check input:checked + span::before {
  border-color: #003DC7;
  background: #003DC7;
}

#surveyForm .consent-check input:focus-visible + span::before {
  outline: 2px solid #003DC7;
  outline-offset: 2px;
}

#surveyForm .g-recaptcha:empty {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 304px;
  height: 78px;
  border: 1px solid #d4d4d4;
  background: #fafafa;
  color: #777;
  font-size: 13px;
}

#surveyForm .g-recaptcha:empty::before {
  content: "reCAPTCHA（キー設定後に表示）";
}

#surveyForm .ctBot .f_btn {
  border-radius: 999px;
}

#surveyForm input:not([type="radio"]):not([type="checkbox"]):focus,
#surveyForm textarea:focus,
#surveyForm select:focus {
  outline: none;
  border-color: #003DC7;
  box-shadow: inset 0 0 0 1px #003DC7;
}

#surveyForm input:not([type="radio"]):not([type="checkbox"]),
#surveyForm textarea,
#surveyForm select {
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
}

.p_top .ques .form-row-gap {
  margin-top: 16px;
}

#surveyForm .ques dl.step > dd .s_it + .s_it,
#surveyForm .ques dl.step > dd .wrapCol + .s_it {
  margin-top: 20px;
}

.p_top .ques textarea {
  display: block;
  width: 100%;
  min-height: 190px;
  padding: 18px;
  border: 1px solid #b9b9b9;
  border-radius: 0;
  font: inherit;
  resize: vertical;
}

.p_top .ques .next_ques {
  border: 0;
  border-radius: 999px !important;
  font-family: inherit;
}

.p_top .ques .list_checkbox.is-error,
.p_top .ques .ipw.is-error,
.p_top .ques .select.is-error {
  outline: 2px solid #ff0000;
  outline-offset: 2px;
}

#surveyForm .field-error-message {
  margin: 8px 0 0;
  color: #e60012;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  #surveyForm .ques dl.step > dd .list_checkbox label span {
    padding: 12px;
    font-size: 20px;
  }

  #surveyForm .ques {
    padding-top: 60px;
  }

  #surveyForm .ques dl.step > dd {
    padding-top: 40px;
  }

  #surveyForm .ques dl.step > dd .list_checkbox li {
    margin-bottom: 12px;
  }

  #surveyForm .ques dl.step > dd .industry-list li {
    width: calc((100% - 36px) / 3);
  }

  #surveyForm .ques dl.step > dd .industry-list label span {
    display: flex;
    align-items: center;
    padding-right: 12px;
    padding-left: 64px;
    text-align: left;
  }

  #surveyForm .ques {
    padding-bottom: 70px;
  }

  #surveyForm .ques dl.step > dd {
    padding-bottom: 100px;
  }

  #surveyForm .ques dl#step03 > dd {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  #surveyForm .ctBot .f_btn::after {
    width: 2.34vw;
    height: 4.45vw;
  }

  #surveyForm .next_ques::after {
    width: 3.63vw;
    height: 1.99vw;
  }

  #surveyForm .ques dl.step > dd {
    padding-top: 6vw;
  }

  #surveyForm .ques dl.step > dd .list_checkbox li {
    margin-bottom: 1.5vw;
  }

  #surveyForm .ques dl.step > dd .s_it + .s_it,
  #surveyForm .ques dl.step > dd .wrapCol + .s_it {
    margin-top: 4vw;
  }

  #surveyForm .ques dl.step > dd .industry-list li {
    width: calc((100% - 2.1vw) / 2);
  }

  #surveyForm .ques dl.step > dd .s_it h3 {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 8px;
  }

  #surveyForm .ques {
    padding-bottom: 12vw;
  }

  #surveyForm .ques dl.step > dd {
    padding-bottom: 22vw;
  }

  #surveyForm .ques dl#step03 > dd {
    padding-bottom: 5vw;
  }
}

.p_top .footer {
  position: static;
  margin-top: 30px;
  padding: 40px 20px;
  background: #171717;
}

.p_top .footer a,
.p_top .footer .copyright {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p_top .footer {
    margin-top: 5.1vw;
  }

  #surveyForm .ques {
    padding: 4.1vw 3.1vw 20.5vw;
  }

  #surveyForm .ques:has(#step03:not([hidden])) {
    padding-bottom: 5.1vw;
  }

  #surveyForm .ques .row {
    width: 100%;
  }

  #surveyForm .ques dl.step > dt {
    padding: 4.4vw 5.1vw;
    font-size: 4.6vw;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
  }

  #surveyForm .ques dl.step > dt::before {
    content: none;
    display: none;
  }

  #surveyForm .ques dl.step > dd {
    padding: 5.6vw 4.1vw 16.1vw;
  }

  #surveyForm .ques dl.step > dd .s_it h3,
  #surveyForm .ques dl.step > dd .wrapCol dt {
    margin-bottom: 2vw;
    padding-left: 0;
    border-left: 0;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1.4;
  }

  #surveyForm .ques dl.step > dd .list_checkbox {
    gap: 2.1vw;
  }

  #surveyForm .ques dl.step > dd .list_checkbox li,
  #surveyForm .ques dl.step > dd .list_checkbox .mwform-checkbox-field {
    width: calc((100% - 2.1vw) / 2);
    margin: 0;
  }

  #surveyForm .ques dl.step > dd .list_checkbox label {
    height: 100%;
    font-size: 4.1vw;
  }

  #surveyForm .ques dl.step > dd .list_checkbox label span {
    display: flex;
    min-height: 12.3vw;
    height: 100%;
    align-items: center;
    padding: 2.1vw 2.1vw 2.1vw 9.2vw;
    text-align: left;
    white-space: normal;
  }

  #surveyForm .ques dl.step > dd .list_checkbox label input[type="radio"] ~ span::before {
    left: 2.6vw;
    width: 5.1vw;
    height: 5.1vw;
  }

  #surveyForm .ques dl.step > dd .list_checkbox label input[type="checkbox"] ~ span::before {
    left: 2.6vw;
    width: 5.6vw;
    height: 5.6vw;
    border-width: 0.5vw;
  }

  #surveyForm .list_checkbox input[type="checkbox"] ~ span .checkbox-icon {
    left: 3.6vw;
    width: 3.6vw;
    height: 3.6vw;
  }

  #surveyForm .consent-check span {
    padding-left: 8.2vw;
  }

  #surveyForm .consent-check span::before {
    width: 5.6vw;
    height: 5.6vw;
    border-width: 0.5vw;
  }

  #surveyForm .consent-check .checkbox-icon {
    left: 1vw;
    width: 3.6vw;
    height: 3.6vw;
  }

  #surveyForm .ques dl.step > dd .form-note {
    margin-top: 2.6vw;
    font-size: 3.1vw;
    line-height: 1.6;
  }

  #surveyForm .ques dl.step01 > dd > .wrapCol {
    display: block;
  }

  #surveyForm .ques dl.step01 > dd > .wrapCol dl {
    width: 100%;
  }

  #surveyForm .ques dl.step01 > dd > .wrapCol dl + dl {
    margin-top: 4.6vw;
  }

  #surveyForm .ques dl.step > dd > .wrapCol input {
    height: 12.3vw;
    padding-right: 2.6vw;
    padding-left: 2.6vw;
  }

  #surveyForm .ques dl.step03 > dd > .s_it input {
    height: 12.3vw;
    padding-right: 2.6vw;
    padding-left: 2.6vw;
  }

  #surveyForm .ques dl.step > dd .select label {
    height: 12.3vw;
  }

  #surveyForm .select-icon {
    right: 3.1vw;
    width: 4.1vw;
    height: 4.1vw;
  }

  #surveyForm .ctBot {
    margin: 4.1vw 0 0;
    padding: 0;
  }

  #surveyForm .ctBot .f_btn {
    width: 100%;
    height: 14.4vw;
    margin: 4.1vw 0 0;
    font-size: 4.6vw;
    letter-spacing: 0.04em;
  }

  #surveyForm .ques dl.step .next_ques {
    bottom: -7.2vw;
    min-width: 61.5vw;
    min-height: 14.4vw;
    font-size: 4.4vw;
  }
}
