@charset "UTF-8";
@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: 980px;
    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: 740px;
    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: #F7F7F7;
    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;
    background-image: linear-gradient(to right, #092C6A, #112167);
    position: relative;
  }
  .p_top .ques dl.step > dt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -28px;
            transform: translateY(-50%);
    width: 120px;
    height: 126px;
    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 80px;
    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 #FF6100;
    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 #FF6100;
  }
  .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: #000;
  }
  .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::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
            transform: translateY(-50%);
    width: 54px;
    height: 100%;
    background: #FF6100 url(../img/svg_arrow_w.svg) center/100% 100% no-repeat;
    display: block;
         background-size: 20px 11px;
  }
  .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 span::after {
    content: "\f00c";
    position: absolute;
    left: 25px;
    top: 50%;
    color: #fff;
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    opacity: 0;
    transform: translateY(-50%);
    transition: opacity 0.2s ease;
  }
  .p_top .ques dl.step > dd .list_checkbox label input:checked ~ span {
    background-color: #fff7f1;
    border:4px solid #FF6100;
    box-shadow: 0 8px 20px rgba(255, 97, 0, 0.12);
  }
  .p_top .ques dl.step > dd .list_checkbox label input:checked ~ span::before {
    border-color: #FF6100;
    background-color: #FF6100;
  }
  .p_top .ques dl.step > dd .list_checkbox label input:checked ~ span::after {
    opacity: 1;
  }
  .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: #FF6100;
    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: 4rem 2rem;
    position: relative;
  }
  .p_top .mv img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
  }
  .p_top .ques {
    padding-top: 5.72917vw;
    position: relative;
    z-index: 2;
  }
  .p_top .ques .row {
    padding: 0;
  }
  .p_top .ques dl.step {
    background-color: #F7F7F7;
    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: 3.90625vw 3.90625vw 3.90625vw 30.59896vw;
    color: #fff;
    font-weight: bold;
    font-size: 4.94792vw;
    line-height: 1.31579;
    background-image: linear-gradient(to right, #092C6A, #112167);
    position: relative;
  }
  .p_top .ques dl.step > dt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 1.30208vw;
            transform: translateY(-50%);
    width: 25.39062vw;
    height: 25.87891vw;
    background: url(../img/icon_Q.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .ques dl.step > dd {
    padding: 8vw 4vw 14vw;
    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 #FF6100;
    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 #FF6100;
  }
  .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: #000;
  }
  .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::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
            transform: translateY(-50%);
    width: 9.50521vw;
    height: 100%;
    background: #FF6100 url(../img/svg_arrow_w.svg) center/100% 100% no-repeat;
    display: block;
         background-size: 3.51562vw 1.82292vw;
  }
  .p_top .ques dl.step > dd .select label select {
    width: 100%;
    height: 100%;
            appearance: none;
    outline: none;
    border: none;
    padding: 0 12vw 0 3.8vw;
    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.73438vw;
    width: 44.27083vw;
  }
  .p_top .ques dl.step.step01 > dd .list_checkbox li,
  .p_top .ques dl.step.step01 > dd .list_checkbox .mwform-checkbox-field {
    width: 100%;
  }
  .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: 3.90625vw;
            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: 2.4vw 1.2vw;
    text-align: center;
    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: 3.2vw;
    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 span::after {
    content: "\f00c";
    position: absolute;
    left: 4.35vw;
    top: 52%;
    color: #fff;
    font-family: "Font Awesome 6 Free";
    font-size: 2.6vw;
    font-weight: 900;
    line-height: 1;
    opacity: 0;
    transform: translateY(-50%);
    transition: opacity 0.2s ease;
  }
  .p_top .ques dl.step > dd .list_checkbox label input:checked ~ span {
    background-color: #fff7f1;
    border: 3px solid #FF6100;
    box-shadow: 0 1.5625vw 3.125vw rgba(255, 97, 0, 0.12);
  }
  .p_top .ques dl.step > dd .list_checkbox label input:checked ~ span::before {
    border-color: #FF6100;
    background-color: #FF6100;
  }
  .p_top .ques dl.step > dd .list_checkbox label input:checked ~ span::after {
    opacity: 1;
  }
  .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;
  }
  .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: #FFF;
    font-size: 5.20833vw;
    font-weight: bold;
    background-color: #FF6100;
    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-color: #FF6100;
          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) {
  .wrapCol {
    display: flex;
    justify-content: space-between;
  }
  .wrapCol dl {
    width: 48%;
  }
  .wrapCol dl dt {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 10px;
  }
}
@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;
}


    /* ロゴスライダー */
    .logo-slider {
      overflow: hidden;
      white-space: nowrap;
      box-sizing: border-box;
      padding: 5px 0 5px;
    }

    .logo-track {
      display: flex;
      width: max-content;
      animation: scroll 30s linear infinite;
    }

    .logo-track img {
      height: 140px;
      margin: 0 20px;
      vertical-align: middle;
      width: auto;
    }

    @keyframes scroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }

    @media (max-width: 768px) {
      .logo-track img {
        height: 80px;
        margin: 0 20px;
      }
    }

    }
