body {
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
    background-color: #fff;
}

.fv {
    position: relative;
    margin-bottom: -34vw;
    z-index: 1;
    top: -70px;
}

@media screen and (min-width: 767px) {
    .fv {
        top: -130px;
    }
}

.thank .fv {
    margin-bottom: -600px;
}

.fv_text {
    position: absolute;
    top: 10%;
    left: 0;
}

.fv_text.pc {
    position: absolute;
    top: 14%;
    left: 240px;
    margin-right: 240px;
    text-align: left;
}

.fv_text .fv_title {
    width: auto;
    height: 220px;
}

.fv_text .fv_subtext {
    width: 560px;
    height: auto;
}

.logo {
    text-align: center;
    position: absolute;
    width: 220px;
    left: 9%;
    top: 5%;
    margin: 0 auto;
}

.header-flex {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

.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"] { 
    display: none; 
}  */

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;
}

.contact-method input[type="radio"] + label:nth-of-type(1) {
    border-radius: 5px 0 0 5px;
}
.contact-method input[type="radio"] + label:nth-last-of-type(1) {
    border-radius: 0 5px 5px 0;
}

/* input[type="radio"]:checked + label {
    background-color: #e64709;
    color: #fff;
}  */

.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 {
    /* border: 1px solid #e64709; */
    color: #e64709;
    font-weight: bold;
    /* height: 100%; */
    /* padding: 0 5px; */
    /* margin-right: 10px; */
}

.income,
.workStyle,
.period,
.gender {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mb_10 {
    margin-bottom: 10px;
}

.name {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.name_box {
    position: relative;
    width: 48%;
}

.email {
    position: relative;
    margin-top: -10px;
    width: 100%;
}

@media screen and (min-width: 481px) {
    .name_box {
        position: relative;
        width: 24%;
    }

    .email {
        margin-top: 0;
        width: 46%;
    }
}

.name_box .required,
.email .required {
    position: absolute;
    left: 5px;
}

.zipcode input,
.name input,
.phone input,
.email input {
    font-size: 1rem;
    border: 1px solid #A2A2A2;
    border-radius: 5px;
    padding: 18px 10px 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%;
}

.labelName {
    display: block;
    order: 1;
    padding: 0 10px;
    transition: transform 0.2s;
    transform: translateY(-2.4rem) scale(1);
    color: #999;
    transform-origin: 0 100%;
    pointer-events: none;
}

.name_box:focus-within .labelName,
.email:focus-within .labelName {
    transform: translate(10px, -3.2rem) scale(0.7);
    color: #333;
}

input,
textarea {
    width: 100%;
    border: none;
    font-size: 1rem;
    padding: 8px;
    border-bottom: 1px solid #333333;
}

.name_box input, .email input {
    order: 2;
}

input::placeholder,
textarea::placeholder {
    color: transparent;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: transparent;
}

input:placeholder-shown ~ .messageBox,
textarea:placeholder-shown ~ .messageBox {
    display: none;
}

input:not(:placeholder-shown) ~ .labelName,
textarea:not(:placeholder-shown) ~ .labelName {
    transform: translate(10px, -3.2rem) scale(0.8);
    color: #333;
}

.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,
.contact-method {
    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"],
.contact-method input[type="radio"] {
    display: none;
}

.job-status input[type="radio"] + label,
.employment-status input[type="radio"] + label,
.job-change input[type="radio"] + label,
.contact-method input[type="radio"] + label{
    display: inline-flex;
    padding: 15px 20px;
    padding-left: 35px;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #D9D9D9;
    width: 100%;
    align-items: center;
    margin: 0;
    position: relative;
}

.job-status input[type="radio"] + .considering {
    width: 200px;
}

.job-status input[type="radio"] + .decided {
    width: 140px;
}

.employment-status input[type="radio"] + .employed,
.employment-status input[type="radio"] + .unemployed,
.contact-method input[type="radio"] + #possible,
.contact-method input[type="radio"] + #impossible {
    width: 70px;
}

/* 外側の円 */
.job-status input[type="radio"] + label::before,
.employment-status input[type="radio"] + label::before,
.job-change input[type="radio"] + label::before,
.contact-method 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,
.contact-method 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: 16px;
}

.employment-status label,
.job-change label {
    font-size: 16px;
}

.job-status label:first-of-type,
.employment-status label:first-of-type,
.job-change label:first-of-type,
.contact-method 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,
.contact-method 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,
.contact-method input[type="radio"]:checked + label {
    background-color: #FFB047;
    color: #333;
    border-color: #FFB047;
}

/* ポップアップ */
#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: 30px 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: 20px 120px 30px 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 img {
    box-shadow: 15px 5px 40px 10px rgba(0, 0, 0, 0.2);
} */
.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: 100px;
    background: url("../img/about-illust.png") right bottom / 45% auto no-repeat;
}

.loginess-about img {
    width: 100%;
    max-width: 334px;
}

.loginess-about h3 {
    font-size: 20px;
    line-height: 180%;
}

.loginess-about h3 .colored {
    font-size: 24px;
    color: #0160D4;
}

.loginess-about p {
    max-width: 50%;
    line-height: 160%;
}

.loginess-about ul {
    max-width: 50%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.loginess-about li {
    width: 48%;
}

.loginess-about li::before {
    content: "●";
    position: relative;
    display: inline-block;
    top: -3px;
    font-size: 14px;
    margin-right: 10px;
    color: #FF9100;
}


.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 {
    margin-top: -17px;
    color: #595959;
    padding: 0 0 10px;
}

.job-info-text p,
.job-info-text h4 {
    padding: 0 25px;
}

.job-info-text p.area {
    color: #fff;
    text-align: center;
    background: rgb(0, 95, 211);
    background: linear-gradient(90deg, rgba(0, 95, 211, 1) 0%, rgba(143, 218, 255, 1) 100%);
    padding: 10px 25px;
}

.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;
}

/* スライダー */
.splide__slide img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.splide__list {
    align-items: center;
}

#splide01-track {
    padding-bottom: 4em;
}
.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を必要な項目のみに限定 */
    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;
}


/* hover */
.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%;
}

/* #backGuide, #backGuide > div {
    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 > div {
    border-radius: 10px;
    padding: 30px;
    width: 300px;
    height: 200px;
    opacity: 1;
    cursor: pointer;
    margin: auto;
    background-color: #fff;
  } */

/* #backGuide h3 {
  font-size: 1.6rem;
  color: #ff9733;
  font-weight: bold;
  margin-top: 0;
}

#backGuide p {
  line-height: 1.5;
}
#backGuide .popup-btn {
  text-align: center;
  padding: 5 10px;
  background-color: #ff9733;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  margin-top: 10px;
  width: 100px;
} */
@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 {
        top: 0;
        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: -160px;
        margin-top: 0;
        top: 0;
    }

    .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, .employment-status {
        flex-wrap: wrap;
    }

    .job-status input[type="radio"] + label,
    .employment-status input[type="radio"] + label,
    .job-change input[type="radio"] + label {
        padding: 10px 10px 10px 35px;
    }

    .job-status input[type="radio"] + .considering,
    .job-status input[type="radio"] + .decided {
        width: 100%;
        border-radius: 5px;
        font-size: 14px;
    }

    .job-status input[type="radio"] + .decided {
        margin-top: 5px;
    }

    .employment-status input[type="radio"] + .employed,
    .employment-status input[type="radio"] + .unemployed {
        width: 50%;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 14px;
        box-sizing: border-box;
    }

    .labelName {
        font-size: 14px;
        transform: translateY(-2.0rem) scale(1);
    }

    .name_box:focus-within .labelName,
    .email:focus-within .labelName {
        transform: translate(10px, -3.2rem) scale(0.7);
        color: #333;
    }

    input,
    textarea {
        width: 100%;
        border: none;
        font-size: 1rem;
        padding: 8px;
        border-bottom: 1px solid #333333;
    }

    .name_box input, .email input {
        order: 2;
    }

    input::placeholder,
    textarea::placeholder {
        color: transparent;
    }

    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: transparent;
    }

    input:placeholder-shown ~ .messageBox,
    textarea:placeholder-shown ~ .messageBox {
        display: none;
    }

    input:not(:placeholder-shown) ~ .labelName,
    textarea:not(:placeholder-shown) ~ .labelName {
        transform: translate(10px, -3.2rem) scale(0.8);
        color: #333;
    }


    .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: 40px;
    }

    .cta img {
        width: 80%;
    }

    .btn-center {
        margin: 0 auto 10px;
        width: 100%;
    }

    .fv_text {
        width: 90%;
        padding: 0 5%;
        top: 12vw;
    }

    .fv_text .fv_title {
        margin: 0 auto;
    }

    .fv_text .fv_title,
    .fv_text .fv_subtext {
        width: 100%;
        height: auto;
    }

    .fv_text .fv_subtext {
        margin-left: 0;
        margin-top: -10px;
        width: 90%;
    }

    .loginess-about {
        margin-bottom: 50px;
        margin-top: -50px;
        padding-bottom: 75vw;
        background: url('../img/about-illust.png') right bottom / 100% auto no-repeat;
    }

    .loginess-about img {
        width: 60%;
    }

    .loginess-about h3 {
        font-size: 15px;
    }

    .loginess-about h3 .colored {
        font-size: 18px;
    }

    .loginess-about p,
    .loginess-about ul {
        max-width: 100%;
        font-size: 14px;
    }

    .loginess-about li {
        width: 100%;
        font-size: 14px;
        line-height: 160%;
    }

    .loginess-about li::before {
        top: -3px;
        font-size: 12px;
    }

    .loginess-about .open {
        margin: 20px auto 0;
        width: 80%;
        max-width: 200px;
        text-align: center;
        padding: 10px 20px;
        border: 1px solid #8FDAFF;
        border-radius: 5px;
    }

    .loginess-about .about-hide {
        display: none;
    }

    .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;
    }

    /* .is-visible {
        height: 450px !important;
    } */
    .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;
    }
}