body {
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
    background-color: #fff;
}

.fv {
    position: relative;
    margin-bottom: -31vw;
    z-index: 1;
    top: -70px;
}
.thank .fv {
    margin-bottom: -600px;
}
.fv_text {
    position: absolute;
    top: 10%;
    left: 0;
}
.fv_text .fv_title {
    width: 90%;
    height: 160px;
    margin-left: -30px;
}
.fv_text .fv_subtext {
    width: 60%;
    margin-left: 10%;
    margin-top: 30px;
}

.logo {
    text-align: center;
    position: absolute;
    width: 220px;
    left: 9%;
    top: 5%;
    margin: 0 auto;
}
.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.thank .header-flex .header-logo img {
    width: 200px;
}
.header-logo,
.header-cta {
    padding: 10px 20px;
}
.header-logo img{
    width: 220px;
}
.header-cta img {
    width: 300px;
}
.fv img {
    width: 100%;
    margin-bottom: -5px;
}

.recruit {
    height: 111px;
}

.recruit img {
    width: 100%;
    margin-top: 4px;
}

.search {
    margin-top: -42px;
}
.search img {
    width: 100%;
    margin-top: -1px;
}

.thanks {
    background-color: #0160D4;
    color: #fff;
    text-align: center;
    padding: 15px 5px 5px;
    position: relative;
    z-index: 99;
    margin-bottom: 300px;
}
.thanks > p {
    font-size: 1.4rem;
    margin: 0;
    letter-spacing: 2px;
    font-weight: bold;
    padding-bottom: 15px;
}
.thanks .thanks_text {
    background-color: #fff;
    color: #000;
    padding: 30px 10px;

}
.thanks_text p {
    margin: 0;
    font-size: 1.2rem;
}

.thanks img {
    width: 80%;
    margin: auto;
}

.main {
    padding-top: 30px;
    width: 80%;
    margin: 0 auto;
}
.fix-btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 6px 40px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.pc .fix-btn {
    opacity: 1;
    visibility: visible;
}



.fix-btn img {
    width: 300px;
}


/* フォームここから */
form {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    position: relative;
    z-index: 999;

}
::placeholder {
    color: #959595;
}

.step img {
    width: 100%;
    margin-bottom: 0;
}

input[type="radio"] + label {
    display: inline-block;
    padding: 5px 20px;
    /* background-color: #ccc; */
    border-radius: 5px;
    cursor: pointer;
    text-align: left;
    width: 40%;
    margin: 3px;
}
.contact-method input[type="radio"] + label {
    display: inline-block;
    padding: 5px 20px;
    /* background-color: #ccc; */
    border-radius: 5px;
    cursor: pointer;
    text-align: left;
    width: 33%;
    margin: 3px;
}


.form-title {
    text-align: center;
    background-color: #fff;
    padding: 10px 10px 20px;
}
.form-title h1 {
    margin: 0;
    font-weight: 900;
    font-size: 2.6rem;
    letter-spacing: 5px;
}

.label-required,
.label-optional {
    display: flex;
    margin: 10px 0 10px;
}
.step03 .label-required {
    justify-content: center;
}

.label-required span {
    font-size: 0.8rem;
}

.required {
    color: #e64709;
    font-weight: bold;
    height: 100%;
}

.income,
.workStyle,
.period,
.gender {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mb_10 {
    margin-bottom: 10px;
}
.name {
    display: flex;
    justify-content: space-between;
}
.name_box {
    width: 48%;
}

.zipcode input,
.name input,
.phone input,
.email input {
    font-size: 1rem;
    border: 1px solid #A2A2A2;
    border-radius: 5px;
    padding: 10px;
    background-color: #fff;
    width: calc(100% - 20px);
}
.age input,
.phone input,
.job-change-count input {
    font-size: 1rem;
    border: 1px solid #A2A2A2;
    border-radius: 5px;
    padding: 10px;
    background-color: #fff;
    width: 100%;
    margin-right: 10px;
}
.age input,
.job-change-count input {
    width: 30%;
}
.phone input {
    width: 70%;
}

.work-status select {
    font-size: 1rem;
    border: 1px solid #A2A2A2;
    border-radius: 5px;
    padding: 10px;
    background-color: #fff;
    width: 100%;
    height: 40px;
}
.forwarding select,
.current_address select,
.desired-timing select,
.desired-income select,
.current-income select {
    font-size: 1rem;
    border: 1px solid #A2A2A2;
    border-radius: 5px;
    padding: 10px;
    background-color: #fff;
    width: 100%;
    height: 40px;
}
.forwarding select,
.current_address select {
    width: 100%;
}
.input-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.input-flex .label-required {
    width: 40%;
}
.input-flex .current_address,
.input-flex .forwarding,
.input-flex .age,
.input-flex .phone,
.input-flex .job-change-count,
.input-flex .current-income,
.input-flex .desired-income,
.input-flex .desired-timing,
.input-flex .contact-method {
    width: 30%;
}
.input-flex .contact-method {
    width: 30%;
}
.input-flex .age,
.input-flex .job-change-count {
    display: flex;
    align-items: center;
}

.age select {
    font-size: 1rem;
    border: none;
    padding: 10px;
    background-color: #eeeeee;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
    width: 100%;
    height: 40px;
}

.status-radio-wrapper {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.job-status,
.employment-status {
    line-height: 1;
    display: flex;
}

.job-status,
.employment-status,
.job-change {
    display: flex;
    width: 100%;
}

.job-status input[type="radio"],
.employment-status input[type="radio"],
.job-change input[type="radio"] {
    display: none;
}

.job-status input[type="radio"] + label,
.employment-status input[type="radio"] + label,
.job-change input[type="radio"] + label {
    display: inline-flex;
    padding: 8px 20px;
    padding-left: 35px;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #A2A2A2;
    width: 100%;
    align-items: center;
    margin: 0;
    position: relative;
}
.job-status input[type="radio"] + .considering {
    width: 120px;
}
.job-status input[type="radio"] + .decided {
    width: 100px;
}
.employment-status input[type="radio"] + .employed,
.employment-status input[type="radio"] + .unemployed {
    width:43px;
}

/* 外側の円 */
.job-status input[type="radio"] + label::before,
.employment-status input[type="radio"] + label::before,
.job-change input[type="radio"] + label::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border: 1px solid #ff9733;
    border-radius: 50%;
    background: white;
}

.job-status input[type="radio"]:checked + label::after,
.employment-status input[type="radio"]:checked + label::after,
.job-change input[type="radio"]:checked + label::after {
    content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #ff9733;
    border-radius: 50%;
}
.status-radio-wrapper .required {
    margin-top: -10px;
}

.job-status label {
    font-size: 12px;
}

.employment-status label,
.job-change label {
    font-size: 14px;
}

.job-status label:first-of-type,
.employment-status label:first-of-type,
.job-change label:first-of-type {
    border-radius: 6px 0 0 6px;
}

.job-status label:last-of-type,
.employment-status label:last-of-type,
.job-change label:last-of-type {
    border-radius: 0 6px 6px 0;
}

.job-status input[type="radio"]:checked + label,
.employment-status input[type="radio"]:checked + label,
.job-change input[type="radio"]:checked + label {
    background-color: #0066CC;
    color: white;
    border-color: #0066CC;
}

#licenseBox {
    padding: 10px;
    background-color: #f0f0f0;
    cursor: pointer;
    color: #666666;
}

.licenseBlock {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.popup {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.popup-content {
    background-color: white;
    margin: 20% auto;
    padding: 30px 0;
    border: 1px solid #888;
    width: 90%;
    max-width: 600px;
    text-align: center;
}

.popup-content #confirmButton {
    border: none;
    font-size: 1rem;
    width: 70%;
    padding: 10px;
    border-radius: 5px;
    background: #ff9733;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
}

.button-checkbox {
    display: inline-block;
    margin: 5px;
    border-radius: 5px;
    background-color: #f0f0f0;
    cursor: pointer;
    text-align: center;
    width: 30%;
}

.button-checkbox input[type="checkbox"] {
    display: none;
}

.button-checkbox input[type="checkbox"] + span {
    padding: 10px;
    border-radius: 5px;
    background-color: #f0f0f0;
}

.button-checkbox span {
    display: inline-block;
    padding: 0 5px;
}

.button-checkbox input[type="checkbox"]:checked + span {
    background-color: #e64709;
    color: #fff;
    width: calc(100% - 20px);
}

.selected-button {
    display: inline-block;
    margin: 5px;
    padding: 10px;
    border-radius: 5px;
    background-color: #e64709;
    color: #fff;
}

.tab {
    position: relative;
    background: #fff;
}

.btn-center {
    text-align: center;
    width: 250px;
    margin: 40px auto 10px;
}
.btn-flex {
    display: flex;
    align-items: center;
}
.btn-01 {
    width: 30%;
    margin-right: 5px;
}
.btn-02 {
    width: 70%;
}
.next_btn {
    background-color: #ff9733;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    border: none;
    border-radius: 5px;
    padding: 16px 0;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
}
.back_btn {
    background-color: #666666;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    border: none;
    border-radius: 5px;
    padding: 16px 0;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
}
.submit_btn {
    background-color: #ff9733;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    border: none;
    border-radius: 5px;
    padding: 16px 0;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
}

.step01,
.step02,
.step03,
.step04,
.step05 {
    background-color: #fff;
    width: calc(100% - 240px);
    margin: 0 auto;
    margin-bottom: 120px;
    padding: 10px 120px 40px 120px;
}
.step03 > p {
    margin-left: 12vw;
}

.last-page {
    width: calc(100% - 20px);
    padding: 10px;
    color: #e64709;
    border: 1px solid;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
}

.personal-information-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.personal-information-flex img {
    width: 14px;
    height: 100%;
    margin-right: 5px;
}


.cta-img {
    display: flex;
    justify-content: center;
}

.cta-img a {
    position: relative;
    background-color: #FF9100;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 600px;
    height: 60px;
    border-radius: 3px;
    font-size: 1.7rem;
    letter-spacing: 5px;
    height: 60px;
    text-decoration: none;
    color: #fff;
    font-weight: 800;
    box-shadow: 15px 5px 40px 10px rgba(0, 0, 0, 0.2);
    transition: .2s;
    z-index: 90;
}
.cta-img a img {
    width: 20px;
    height: 20px;
    margin: 0 0 0 10px;
    position: absolute;
    right: 20px;
    top: 38%;
}

#btn_animation a:before, #btn_animation a:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 90%;
    max-width: 600px;
    height: 70px;
    top: 5px;
    left: 30px;
    border-radius: 3px;
    background-color: #FF9100;
    transform: translate3d(0,0,0);
}
#btn_animation a:before {
    animation: anime 1s ease-out infinite;
}

#btn_animation a:after {
    animation: anime 1s ease-out 1s infinite;
}
@keyframes anime{
0%{transform:scale(.95); opacity:1}
90%{opacity:.1}to{transform:scale(1.2,1.4); opacity:0}
}

.w-main {
    width: 950px;
    margin: 0 auto;
    max-width: 90vw;
}
.w-main-wide {
    width: 1200px;
    margin: 0 auto;
    max-width: 90vw;
}
.w-main-sub {
    width: 70%;
    margin: 0 auto;
}
.loginess-about {
    margin-top: 100px;
    margin-bottom: 10px;
}
.loginess-about img {
    width: 100%;
}
.cta {
    text-align: center;
    padding: 60px 0;
    background: linear-gradient(to right, #005FD3, #8FDAFF);
}
.cta img {
    width: 45%;
    margin: 0 auto;
}
.cta-subtext {
    margin-bottom: 20px;
    color: #fff;
    font: bold;
    letter-spacing: 2px;
    font-size: 1.2rem;
}
.cta-subtext span {
    margin: 0 10px;
    font-size: 2rem;
}
.achievement-list {
    margin: 80px 0;
}
.achievement-list img {
    width: 100%;
}
.achievement-title {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 900;
    color: #0160D4;
    letter-spacing: 3px;
}
.step_img {
    padding: 30px 0 40px;
    text-align: center;
}
.step_img img {
    width: 70%;
    margin: auto;
}
.job-info {
    background-image: url(../img/job-info-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 10px;
}
.job-info-title {
    text-align: center;
    margin: 30px 0 60px;
}
.job-info-title img {
    width: 22%;
    margin: 0 auto;
}
.job-info-text {
    padding: 0 25px 10px;
    color: #595959;
}
.job-info-text span {
    margin-left: 10px;
    font-size: 1.3rem;
    color:#000;
}
.job-info-text .job-info-number {
    margin: 0;
    font-size: 1.6rem;
    font-weight: bold;
}
.job-info-contents {
    background: #fff;
    box-shadow: 1px 5px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}

.contact-method input[type="radio"] + label {
    width: 30%;
    padding: 5px 0px;
}

.splide__slide img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.splide__list {
    align-items: center;
}
.splide__pagination__page {
    opacity: 1;
}
.splide__pagination__page.is-active {
    background: #5F83E1;
}

.splide__arrows .button {
    background-color: transparent;
    height: 50px;
    transition: .2s;
    width: 50px;
    opacity: 1;
  }
  /* 矢印共通のスタイル */
  .splide__arrows .button::before {
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 50px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 50px;
}

.prev::before {
    background-image: url(../img/splide-arrow-l.png);
}

.next::before {
    background-image: url(../img/splide-arrow-r.png);
}

.company-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}.company-logo-img {
    margin: 0 20px;
}
.company-logo-img img {
    width: 100%;
}


.flow {
    margin: 80px 0 80px;
}
.flow img {
    width: 100%;
}
.loginess-point {
    background-color: #E8E8E8;
    padding-top: 50px;
}
.point-title {
    text-align: center;
}
.point-title img {
    width: 40%;
}
.point-list {
    margin-bottom: -20px;
}
.point-list img {
    width: 100%;
}

.question {
    margin: 70px 0 100px;
}
.question__banner {
    text-align: center;
}
.question__banner img {
    width: 22%;
}

.accordion-content {
    display: none;
}

.accordion-header {
    padding: 15px 45px 15px 20px;
    margin: 8px 0 8px;
    transition: background-color 0.2s ease;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid;
    display: flex;
    align-items: center;
    color: #005FD3;
    will-change: background-color;
}

.accordion-header::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('/img/q_arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.15s ease;
    will-change: transform;
}

.accordion-header.active::after {
    transform: translateY(-50%) rotate(180deg);
}

.accordion-content {
    background-color: #FFF;
    padding: 12px 20px 10px;
    will-change: height;
    overflow: hidden;
}

.accordion-header img {
    height: 25px;
    margin-right: 10px;
}
.second-way img {
    height: 25px;
    margin-right: 10px;
}
.accordion-content span{
    position: relative;
}

.achievement-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.achievement-box-01 {
    background: #DCE5F7;
    padding: 20px 0 10px;
    width: 100%;
    text-align: center;
    height: 170px;
    color: #0160D4;
}
.achievement-text {
    font-size: 2rem;
    margin-top: 20px;
}
.achievement-sub-title {
    font-size: 1.2rem;
    position: relative;
    margin-top: 0;
    color: #000;
    font-weight: bold;
}
.achievement-sub-title::after {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #0160D4;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);

}
.achievement-box-02 .achievement-sub-title::after {
    background-color: #26A870;
}
.achievement-box-01 span {
    font-size: 5rem;
    color: #0160D4;
    font-weight: 800;
}
.achievement-box-02 {
    background: #DCF4F3;
    padding: 30px 0 10px;
    width: 100%;
    text-align: center;
    height: 180px;
    color: #26A870;
}
.achievement-box-02 span {
    font-size: 5rem;
    color: #26A870;
    font-weight: 800;
}

.accordion-header:hover {
    background-color: #F2F2F2;
}

.terms {
    margin-bottom: 50px;
    padding-top: 30px;
}

footer {
    margin-top: 20px;
}
.footer-logo {
    text-align: center;
}
.footer-logo img {
    width: 300px;
    margin: auto;
    max-width: 50%;
}
.footer-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    position: relative;
}
.footer-flex a {
    margin: 10px;
}
.footer_menu {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
}

.footer_menu a {
    text-decoration: none;
    color: #000;
    line-height: 30px;
    font-size: 0.8rem;
    margin: 0 14px;
}

.footer_content {
    color: #eeeeee;
    font-size: 0.8rem;
    padding: 8px 0;
    text-align: center;
    background: linear-gradient(90deg, #463c3d, #1b1221);
}

.footer_content img {
    width: 100%;
    margin-bottom: -5px;
}

#backGuide, #backGuide p {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#backGuide {
    display: none;
    position: fixed !important;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
#backGuide p {
    display: block;
    width: 600px;
    height: 400px;
    line-height: 80px;
    margin: auto;
    cursor: pointer;
    font-weight: bold;
    opacity: 1;
}
#backGuide p img {
    width: 100%;
}
@media screen and (min-width: 481px) {
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }
    .search {
        margin-top: -1px;
    }
    .search img {
        width: 100%;
        margin-top: -1px;
    }
    .splide__slide {
        filter: opacity(0.5);
    }
    .is-visible {
        height: 500px !important;
        filter: opacity(1);
        }
    .is-visible img {
        height: 280px;
    }
    form {
        width: 80%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .main {
        padding-top: 20px;
        width: 90%;
        margin: 0 auto;
    }
    .w-main-sub {
        width: 90%;
    }
    .header-logo,
    .header-cta {
        padding: 10px 20px;
    }
    .header-logo img{
        width: 150px;
    }
    .header-cta img {
        width: 160px;
    }
    .fix-btn {
        margin: auto;
        bottom: 10px;
        right: 0;
        left: 0;
    }
    .fix-btn img {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }
    .fix-btn.is-visibles {
        opacity: 1 !important;
        visibility: visible !important;
    }

    
    .achievement-title {
        font-size: 2rem;
    }
    .achievement-flex {
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    .achievement-box-01,
    .achievement-box-02 {
        margin-bottom: 10px;
        padding: 20px 0 10px;
    }
    .fv {
        margin-bottom: -240px;
        margin-top: 10px;
        top: 50px;
    }
    .header-flex {
        display: none;
    }
    .step_img {
        padding: 10px 0 20px;
    }
    .step_img img {
        width: 100%;
    }

    .thank .header-flex {
        display: flex;
    }
    .thank .header-flex .header-logo img {
        width: 150px;
    }
    .thank .fv {
        top: -30px;
        margin-bottom: -300px;
    }
    .form-title h1 {
        font-size: 1.5rem;
    }
    .form-title {
        padding: 20px 10px 4px;
    }
    .employment-label {
        margin-top: -10px;
    }
    .logo {
        width: 32%;
        right: 0;
        left: 0;
        top: 0;
    }
    .step img {
        width: 100%;
        margin-bottom: -5px;
    }

    .step01,
    .step02,
    .step03,
    .step04,
    .step05 {
        margin-bottom: 120px;
        width: 80%;
        padding: 20px 10px 20px 10px;
    }
    .required {
        font-size: 0.9rem;
    }
    .input-flex {
        flex-direction: column;
        align-items: flex-start;
    }
    .input-flex .current_address,
    .input-flex .forwarding,
    .input-flex .age,
    .input-flex .phone,
    .input-flex .job-change-count,
    .input-flex .current-income,
    .input-flex .desired-income,
    .input-flex .desired-timing,
    .input-flex .contact-method {
        width: 80%;
    }
    .contact-method input[type="radio"] + label {
        width: 30%;
    }

    .input-flex .label-required {
        width: 100%;
    }
    .step03 > p {
        margin: 0;
    }
    .step03 .label-required {
        justify-content: start;
    }
    .popup-content {
        margin: 50% auto;
    }
    .forwarding select,
    .current_address select,
    .current_address select,
    .desired-timing select,
    .desired-income select,
    .current-income select
{
        width: 100%;
    }
    .job-status input[type="radio"] + .considering,
    .job-status input[type="radio"] + .decided {
        width: 100%;
    }
    .thanks img {
        width: 100%;
    }
    .thanks {
        padding: 15px 5px 5px;
        margin-bottom: 100px;
    }
    .thanks > p {
        font-size: 1.2rem;
        letter-spacing: 2px;
        padding-bottom: 15px;
    }
    .thanks .thanks_text {
        padding: 30px 10px;
    }
    .thanks_text p {
        font-size: 1rem;
    }
    .employment-status {
        height: 42px;
    }
    .cta img {
        width: 80%;
    }
    .btn-center {
        margin: 20px auto 10px;
        width: 100%;
    }
    .fv_text {
        text-align: center;
        top: -10%;
    }
    .fv_text .fv_title {
        margin: 0 auto;
    }
    .fv_text .fv_title,
    .fv_text .fv_subtext {
        width: 90%;
        height: 100%;
    }
    .fv_text .fv_subtext {
        margin-left: 0;
        margin-top: 20px;
    }
    .loginess-about {
        margin-bottom: 50px;
        margin-top: -50px;
    }
    .status-radio-wrapper {
        flex-direction: column;
    }
    .job-info-title {
        margin: 50px 0 30px;
    }
    .job-info-title img {
        width: 70%;
    }
    /* スライダー */
    .job-info-text .job-info-number {
        font-size: 1.2rem;
    }
    .job-info-text span {
        font-size: 1.1rem;
    }
    .splide__arrows .button::before {
        height: 40px;
        width: 40px;
    }
    .point-list img {
        width: 90%;
    margin: 0 auto;
    box-shadow: 10px 10px 20px 10px rgba(0, 0, 0, 0.2);
    }
    .point-list {
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .question__banner img {
        width: 45%;
    }
    .points {
        padding: 10px 0;
    }
    .cta-img a {
        font-size: 1.4rem;
    width: 80%;
    letter-spacing: 2px;
    }
    #btn_animation a:after {
        left: 15px;
    }
    .achievement-list .achievement-title {
        width: 100%;
        margin: auto;
        margin-bottom: 40px;
    }
    .achievements_01_sp {
        margin-bottom: 50px;
    }

    .flow .flow_title_sp {
        width: 80%;
        margin: auto;
        margin-bottom: 40px;
    }
    .flow img {
        margin-bottom: 50px;
    }
    .point-title img {
        width: 85%;
    }
    .footer_menu {
        text-align: center;
        flex-direction: column;
    }
    .footer-logo img {
        width: 50%;
        margin: auto;
    }
    .footer-flex {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
    .footer-flex a {
        padding: 10px;
    }
    #backGuide p {
        display: block;
        width: 300px;
        height: 200px;
        line-height: 80px;
        margin: auto;
        cursor: pointer;
        font-weight: bold;
        opacity: 1;
    }
}