.fv_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: #ffdee7;
    overflow: hidden;
}

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

.fv_main_img img {
    max-width: 550px;
}

.fv_sub_img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.fv_sub_img img {
    max-width: 350px;
}

.hash_tag_ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 10px 0 20px;
}

.hash_tag_li {
    font-family: "Zen Maru Gothic", serif;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    background: #fff;
    color: #db3b6e;
    margin: 5px;
    padding: 6px 12px;
    border: 1px solid #db3b6e;
    border-radius: 30px;
    text-align: center;
    height: 30px;
    line-height: 15px;
}

.lead_text {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    font-family: "Zen Maru Gothic", serif;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
}

.lead_text::before,
.lead_text::after {
    background-color: #000;
    content: "";
    height: 1px;
    width: 30px;
}

.lead_text::before {
    margin-right: 10px;
    transform: rotate(60deg);
}

.lead_text::after {
    margin-left: 10px;
    transform: rotate(-60deg);
}

@media screen and (max-width: 669px) {
    .fv_main_img img {
        max-width: 85%;
    }

    .fv_sub_img img {
        max-width: 75%; 
    }

    .lead_text {
        font-size: 18px;
    }
}

span.sec {
    color: #db3b6e;
}

.woman_logo {
    width: 220px;
    vertical-align: middle;
}

.lp_bg01 {
    background: #fdedf2;
    padding: 50px 0 25px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.lp_bg02 {
    background: #ffdee7;
    padding: 50px 0 25px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 669px) {
    .woman_logo {
        width: 150px;
    }

    .lp_bg01 {
        padding: 40px 0 10px;
    }
}

.fukidashi {
    font-family: "Zen Maru Gothic", serif;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    color: #db3b6e;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    background: #fff;
    border-radius: 15px;
    width: 420px;
    padding: 25px 0 20px;
    margin-bottom: 60px;
    position: relative;
}

.fukidashi_right::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 46%;
    width: 97%;
    height: 50%;
    box-sizing: border-box;
    border: 1.4px solid #db3b6e;
    border-top: none;
    border-right: none;
    border-bottom-left-radius: 15px;
    translate: -50%;
}

.fuki_r, .fuki_l {
    color: #db3b6e;
}

.fuki_r::before {
    content: "";
    position: absolute;
    bottom: -13.5px;
    left: 84%;
    width: 25px;
    height: 9px;
    box-sizing: border-box;
    background-color: #fdedf2;
    rotate: -190deg;
    translate: -50%;
    transform: skew(-50deg, -14deg);
}

.fuki_r::after {
    content: "";
    position: absolute;
    bottom: -13.5px;
    left: 84%;
    width: 25px;
    height: 9px;
    box-sizing: border-box;
    border: 1.4px solid;
    border-color: #db3b6e #db3b6e transparent transparent;
    rotate: -190deg;
    translate: -50%;
    transform: skew(-50deg, -14deg);
}

.fukidashi_left::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 54%;
    width: 97%;
    height: 50%;
    box-sizing: border-box;
    border: 1.4px solid #db3b6e;
    border-top: none;
    border-left: none;
    border-bottom-right-radius: 15px;
    translate: -50%;
}

.fuki_l::before {
    content: "";
    position: absolute;
    bottom: -21.5px;
    right: 84%;
    width: 9px;
    height: 25px;
    box-sizing: border-box;
    background-color: #ffdee7;
    rotate: -262deg;
    translate: -50%;
    transform: skew(-14deg, -50deg);
}

.fuki_l::after {
    content: "";
    position: absolute;
    bottom: -21.5px;
    right: 84%;
    width: 9px;
    height: 25px;
    box-sizing: border-box;
    border: 1.4px solid;
    border-color: #db3b6e #db3b6e transparent transparent;
    rotate: -262deg;
    translate: -50%;
    transform: skew(-14deg, -50deg);
}

@media screen and (max-width: 669px) {
    .fukidashi {
        width: max-content;
        font-size: 18px;
        padding: 15px 45px;
        margin-bottom: 45px;
    }
}

.job_ex_box {
    background: #fff;
    padding: 25px 0;
    margin-bottom: 25px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 650px;
}

h3.job_ex_ttl {
    font-family: "Zen Maru Gothic", serif;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    color: #db3b6e;
    position: relative;
    padding: 25px 0;
    text-align: center;
    width: 250px;
}

h3.job_ex_ttl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
    height: 7px;
    background: -webkit-repeating-linear-gradient(-45deg, #db3b6e, #db3b6e 1px, #fff 2px, #fff 4.5px);
    background: repeating-linear-gradient(-45deg, #db3b6e, #db3b6e 1px, #fff 2px, #fff 4.5px);
}

h3.job_ex_ttl::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 7px;
    background: -webkit-repeating-linear-gradient(-45deg, #db3b6e, #db3b6e 1px, #fff 2px, #fff 4.5px);
    background: repeating-linear-gradient(-45deg, #db3b6e, #db3b6e 1px, #fff 2px, #fff 4.5px);
}

ul.job_ex_ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 30px 0;
}

li.job_ex_li {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 0 35px;
    border-right: 1px solid #ccc;
    width: 310px;
}

li.job_ex_li:last-child {
    border: none;
}

li.job_ex_li img {
    max-width: 110px;
    max-height: 110px;
}

p.job_ex_name {
    font-family: "Zen Maru Gothic", serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

p.job_ex_saraly {
    font-family: "Zen Maru Gothic", serif;
    font-size: 27px;
    font-weight: bold;
    font-style: normal;
    color: #db3b6e;
    margin: 15px 0 2px;
    text-align: center;
}

p.job_ex_note {
    font-family: "Zen Maru Gothic", serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: #db3b6e;
    margin: 5px 0;
    text-align: center;
}

@media screen and (max-width: 669px) {
    .job_ex_box {
        width: 90%;
    }

    h3.job_ex_ttl {
        font-size: 18px;
        width: 50%;
    }

    li.job_ex_li {
        width: 50%;
        padding: 0 15px;
    }

    p.job_ex_name {
        font-size: 13px;
        line-height: 1.2;
        min-width: 130px;
    }

    li.job_ex_li img {
        max-width: 80px;
        max-height: 80px;
    }

    p.job_ex_saraly {
        font-size: 22px;
        min-width: 110px;
    }

    p.job_ex_note {
        font-size: 11px;
        min-width: 123px;
    }
}

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

.lp_cv_btn {
    font-family: "Zen Maru Gothic", serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff9980;
    border: 1px solid #ff9980;
    border-radius: 5px;
    padding: 15px 40px;
    width: 360px;
}

.lp_cv_btn::after {
    content: "";
    display: block;
    position: relative;
    width: 13px;
    height: 13px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-20px) rotate(45deg);
    top: 20px;
    left: 20px;
}

@media screen and (max-width: 669px) {
    .lp_cv_btn {
        width: 290px;
        font-size: 15px;
        line-height: 1.2;
        padding: 10px;
        text-align: center;
    }

    .lp_cv_btn::after {
        left: 50px;
    }
}

.jobtype_ul {
    background: #fff;
    padding: 25px 0 5px 33px;
    margin-bottom: 25px;
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 650px;
}

.jobtype_ttl {
    font-family: "Zen Maru Gothic", serif;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    background: #db3b6e;
    color: #fff;
    margin: 5px;
    padding: 10px 20px;
    border: 1px solid #db3b6e;
    text-align: center;
    width: 185px;
}

.jobtype_cont {
    font-family: "Zen Maru Gothic", serif;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.3;
    text-align: left;
    width: 185px;
    margin: 5px;
    padding: 8px 5px;
    height: 60px;
}

@media screen and (max-width: 669px) {
    .jobtype_ul {
        width: 90%;
        padding: 15px 10px;
        justify-content: center;
    }

    .jobtype_ttl {
        width: 145px;
        font-size: 12px;
        padding: 10px;
    }

    .jobtype_cont {
        width: 145px;
        font-size: 12px;
    }
}

.lp_hopeimg_ul {
    margin-bottom: 25px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 900px;
}

.hopeimg_01 {
    width: 400px;
}

.hopeimg_02 {
    width: 360px;
}

.hopeimg_03 {
    width: 410px;
}

.hope_li_01 {
    padding-right: 330px;
}

.hope_li_02 {
    padding-left: 400px;
}

.hope_li_03 {
    padding-top: 55px;
    padding-bottom: 15px;
}

@media screen and (max-width: 669px) {
    .lp_hopeimg_ul {
        width: unset;
    }

    .hope_li_01, .hope_li_02, .hope_li_03 {
        padding: 5%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hopeimg_01, .hopeimg_02, .hopeimg_03 {
        max-width: 90%;
    }
}

.lp_footer {
    padding-top: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background: #ffdee7;
    overflow: hidden;
}

.lp_footer_title {
    font-family: "Zen Maru Gothic", serif;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    color: #db3b6e;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    width: 420px;
    padding: 15px 0;
    margin-bottom: 20px;
}

.footer_img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    margin-top: -10px;
}

.footer_img img {
    max-width: 440px;
}

.header_bg {
    background: #fff;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
    width: 100%;
}

.footer_bg {
    background: #fff;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
    width: 100%;
}

@media screen and (max-width: 669px) {
    .lp_footer_title {
        width: unset;
    }

    .footer_img img {
        max-width: 85%;
    }

    .header_bg {
        width: unset;
    }

    .footer_bg {
        width: unset;
    }
}

.display_none {
    display: none !important;
  }