@import "./colors.css";
.top_desired__date {
    border: 1px solid var(--color-black);
    color: var(--color-black);
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    width: 60px!important;
    height: 36px;
}
.top_desired__date.-saturday {
    color: #29ABE2;
}
.top_desired__date.-sunday {
    color: var(--color-red);
}
.archive_desired__weekWrap {
    width: 60px!important;
}
.is_lockCalendar {
    display: none;
}
.is_activeCalendar {
    display: block;
}
.archive_desired__tab {
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.archive_desired__tab__select {
    padding: 10px 24px 10px 8px;
    width: 100%;
    font-weight: 500;
    color: var(--color-black);
    font-size: 11px;
}
.archive_desired__tab:after {
    left: auto;
    right: 4px;
    top: -1px;
    bottom: 0;
    margin: auto;
    border-top: 2px solid var(--color-black);
    border-right: 2px solid var(--color-black);
}
.swiper-popular {
    max-width: 870px;
    position: relative;
}
.swiper-button-next, .swiper-button-prev {
    width: 20px;
    height: 20px;
    background-color: #fff0;
    border: none;
    cursor: pointer;
}
.swiper-button-next img, .swiper-button-prev img {
    width: 100%;
    height: auto;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 1;
}
.swiper-button-next {
    position: absolute;
    top: 60%;
    right: 0;
    transform: translateY(-50%);
}
.swiper-button-prev {
    position: absolute;
    top: 60%;
    left: 0;
    transform: translateY(-50%);
}
.swiper-popular .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--color-soft-pink);
}
.swiper-popular .swiper-pagination-bullet-active {
    background: var(--color-soft-pink);
    border: 1px solid var(--color-red);
}
.archive_desired__tabWrap {
    border: 1px solid var(--color-black);
}
.common_recommend .swiper-button-prev, .common_recommend .swiper-button-next {
    border: none!important;
    transform: unset!important;
}
.archive_desired__selectWrap {
    padding: 0 8px;
}
@media screen and (max-width:1023px) {
    .archive_desired__tabWrap:nth-child(n+2) {
        margin-left: 5px;
    }
    .archive_desired__selectGroup {
        height: 250px;
        top: -100px;
        background-color: #fff;
        border-radius: 8px;
        width: 160%;
        right: 0;
        left: auto;
    }
    .archive_desired__selectGroup.-prefecture {
        right: auto;
        left: 0;
    }
    .archive_desired__selectGroup.-area {
        right: auto;
        left: auto;
    }
    .archive_desired__tab:after {
        width: 8px;
        height: 8px;
    }
    .archive_desired__weekWrap:nth-child(1) {
        margin-left: 0;
    }
    .archive_desired__weekWrap:nth-child(1), .archive_desired__weekWrap:nth-child(2) {
        width: 80px;
    }
    .archive_desired__weekWrap:nth-child(1) .top_desired__date, .archive_desired__weekWrap:nth-child(2) .top_desired__date {
        width: 80px;
    }
}
@media screen and (min-width:1024px) {
    .archive_desired__selectGroup {
        height: 300px!important;
        top: 49px;
    }
}
@media screen and (max-width:600px) {
    .archive_desired__tab {
        justify-content: start;
    }
}
.-displaynone {
    display: none;
}
.isPC {
    display: block;
}
.isMobile {
    display: none;
}
@media only screen and (max-width:1024px) {
    .isPC {
        display: none;
    }
    .isMobile {
        display: block;
    }
}
.top_desired__checkbox:checked+.top_desired__date {
    background: var(--color-red);
    border: 1px solid var(--color-red);
}
@media only screen and (max-width:1280px) {
    .archive_desired__tabWrap {
        font-size: 14px;
    }
}
@media screen and (max-width:1023px) {
    .top_desired__date {
        width: 52px!important;
        height: 24px;
        margin: 0;
        font-size: 12px;
    }
}
.top_popular .swiper-pagination {
    bottom: 34px!important;
    @media screen and (max-width: 1023px) {
        bottom: 24px!important;
    }
}
.top_banner {
    position: relative;
    @media screen and (max-width: 1023px) {
        position: static;
    }
}
.top_banner .swiper {
    width: 100%;
    height: unset;
    background: #fff0;
    @media screen and (max-width: 1023px) {
        /* height: 182px; */
    }
}
.top_banner .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.top_banner .swiper-slide a, .top_banner .swiper-slide img {
    width: 100%;
    object-fit: cover;
    @media screen and (max-width: 1023px) {
        /* height: 182px; */
    }
}
.box_desired {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    right: 10%;
    max-width: 580px;
    width: 100%;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    @media screen and (max-width: 1023px) {
        position: relative;
        top: unset;
        right: unset;
        margin: -20px auto 0 auto;
        width: calc(100% - 32px);
        transform: unset;
        max-width: 100%;
    }
}

.text-check {
    font-size: 1rem;
    @media screen and (max-width: 1023px) {
        font-size: .75rem;
    }
}
.text-accordion-title {
    font-size: 1rem;
    color: var(--color-black);
    font-weight: 700;
    @media screen and (max-width: 1023px) {
        font-size: .875rem;
    }
}
.text-accordion {
    font-size: .875rem;
    color: var(--color-black);
    font-weight: 500;
    @media screen and (max-width: 1023px) {
        font-size: .75rem;
    }
}
.text-small-value {
    font-size: .75rem;
    @media screen and (max-width: 1023px) {
        font-size: .625rem;
    }
}
.time_work_content {
    min-width: 137px;
    padding: .5rem 0!important;
    text-align: center;
    @media screen and (max-width: 1023px) {
        min-width: 73px;
    }
}
.time_work_content p {
    font-size: .75rem;
    @media screen and (max-width: 1023px) {
        font-size: .625rem;
    }
}
.archive_desired__selectGroup {
    height: 410px;
}
.list-content::-webkit-scrollbar {
    display: none;
}
.icon_stroke, .icon_path {
    padding: 1rem 0!important;
    @media screen and (max-width: 1023px) {
        padding: .5rem 0!important;
    }
}
.icon_stroke svg, .icon_path svg {
    @media screen and (min-width: 1024px) {
        height: 36px;
        width: auto;
    }
}
.sectionTitleShadow {
    text-shadow: 2px 2px 0 var(--color-light-pink);
    color: var(--color-red);
    font-size: 27px;
    font-weight: 700;
}
.sectionTitleShadowWhite {
    text-shadow: 2px 2px 0 #fff;
    color: var(--color-red);
    font-size: 27px;
    font-weight: 700;
}
.sectionTitleUpper, .sectionTitlePickUp, .sectionTitleUpperNews, .sectionTitleUpperBanner, .sectionTitleTrialReview {
    font-size: 36px;
    color: var(--color-red);
    font-weight: 700;
    position: relative;
    transform: rotate(-7.057deg);
    display: inline-block;
}
.sectionTitleUpper::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 6px;
    width: 11px;
    height: 12px;
    background: url(../../icon/heart_title.svg) no-repeat center / contain;
    @media screen and (min-width: 1024px) {
        width: 20px;
        height: 20px;
        left: 90%;
    }
}
.sectionTitlePickUp, .sectionTitleUpperNews, .sectionTitleTrialReview {
    transform: unset;
}
.sectionTitleUpperBanner {
    transform: rotate(7.057deg);
}
.sectionTitlePickUp {
    @media screen and (min-width: 1024px) {
        font-size: 70px;
    }
}
.sectionTitlePickUp::after {
    content: '';
    position: absolute;
    left: 0%;
    top: 6px;
    width: 38px;
    height: 19px;
    background: url(../../icon/star_title.svg) no-repeat center / contain;
    @media screen and (min-width: 1024px) {
        width: 70px;
        height: 30px;
        top: 16px;
    }
}
.sectionTitleUpperBanner::after {
    content: '';
    position: absolute;
    left: 68%;
    top: 2px;
    width: 11px;
    height: 12px;
    background: url(../../icon/water_title.svg) no-repeat center / contain;
    @media screen and (min-width: 1024px) {
        width: 16px;
        height: 16px;
    }
}
.sectionTitleUpperNews::after {
    content: '';
    position: absolute;
    left: 92%;
    top: 0;
    width: 11px;
    height: 12px;
    background: url(../../icon/wifi_title.svg) no-repeat center / contain;
    @media screen and (min-width: 1024px) {
        width: 16px;
        height: 16px;
    }
}

.sectionTitleTrialReview::after {
    content: '';
    position: absolute;
    left: 92%;
    top: 0;
    width: 24px;
    height: 24px;
    background: url(../../icon/icon_star.svg) no-repeat center / contain;
    @media screen and (max-width: 1023px) {
        width: 16px;
        height: 16px;
    }
}

.list-useful a {
    border-top: 1px dotted var(--color-soft-pink);
}
.list-useful a:first-of-type {
    border-top: none;
}
.swiper-pick-up .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.swiper-pick-up .swiper-slide img {
    scale: .9;
    opacity: .5;
    transition: all 0.3s ease;
    border-radius: .625rem;
}
.swiper-pick-up .swiper-slide-active img, .swiper-pick-up .swiper-slide-next img {
    opacity: 1!important;
    scale: 1!important;
    transform-origin: unset;
}
.swiper-slide-next+.swiper-slide img {
    transform-origin: left;
}
.swiper-slide-prev img {
    transform-origin: right;
}
.home_white_pink {
    background-color: #fff;
    @media screen and (max-width: 1023px) {
        background-color: var(--color-light-pink);
    }
}
.home_white_pink .sectionTitleShadow {
    @media screen and (max-width: 1023px) {
        text-shadow: 2px 2px 0 #fff;
    }
}
.home_pink_white {
    background-color: var(--color-light-pink);
    @media screen and (max-width: 1023px) {
    background-color: #fff;
}
}.home_pink_white .sectionTitleShadow {
    text-shadow: 2px 2px 0 #fff;
    @media screen and (max-width: 1023px) {
        text-shadow: 2px 2px 0 var(--color-light-pink);
    }
}
.card-report {
    height: 2.25rem;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    @media screen and (max-width: 1023px) {
        height: 2.125rem;
    }
}
.card-report::before {
    content: "";
    float: right;
    height: 1.125rem;
    width: 0;
}
.btn-more {
    float: right;
    clear: right;
    padding: 0 .5rem 0 0.75rem!important;
    border-radius: 0.25rem!important;
    font-size: 0.625rem!important;
    font-weight: 700;
    margin-left: .25rem;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    z-index: 1;
    height: 17px;
    display: flex;
    align-items: center;
    gap: .375rem;
    @media screen and (max-width: 1023px) {
        height: 15px;
    }
}
.accordion-content-default {
    @media screen and (min-width: 1024px) {
        max-height: max-content!important;
        overflow: unset!important;
    }
}
.accordion-content {
    max-height: 200px;
    overflow: hidden;
    @media screen and (max-width: 1023px) {
        max-height: 110px;
    }
}
.button_show {
    margin: 1rem auto 0 auto!important;
}
.button_show_common {
    position: relative;
    width: 11.25rem;
    margin: -1.125rem auto 0 auto;
    z-index: 1;
    padding: .25rem 0!important;
    @media screen and (max-width: 1023px) {
        width: 6.875rem;
    }
}
.btn-text {
    font-size: .875rem;
    @media screen and (max-width: 1023px) {
        font-size: .75rem;
    }
}
.accordion_box_work:before, .accordion_box_work:after {
    display: none!important;
}
.accordion_box_work img {
    transform: rotate(0deg);
    transition: all 0.3s ease;
}
.accordion_box_work .is_active img {
    transform: rotate(-180deg);
}
.icon_plus {
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
}
.icon_plus:before, .icon_plus:after {
    content: "";
    position: absolute;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    transition: transform 0.3s ease-in-out;
}
.icon_plus:before {
    width: 2px;
    height: 100%;
}

.icon_plus:after {
    height: 2px;
    width: 100%;
    top: 50%;
}
.active .icon_plus:before {
    transform: translateX(-50%) rotate(90deg);
}

@media screen and (min-width: 1024px) {
    .archive_desired__tab__select {
        font-size: 14px;
    }

    .archive_desired__weekWrap label {
        font-size: 14px !important;
    }
    
    .archive_desired__tabWrap.-prefecture {
        min-width: 93px !important;
    } 

    .archive_desired__tabWrap.-area {
        min-width: 123px !important;
        width: 123px !important;
    }

    .archive_desired__tabWrap.-area, .archive_desired__tabWrap.-work {
        margin-left: 0 !important;
    }
    
    .top .accordion_box .text-accordion-title {
        font-size: 17px;
    }

    .top .accordion-content {
        max-height: 150px;
    }

    .top .area .accordion_box::before {
        width: 18px;
    }

    .top .area .accordion_box::after {
        height: 18px;
        right: 23px;
    }

    .top .area .accordion_box .accordion_subList {
        margin-top: 8px;
        gap: 8px;
    }

    .top .area .accordion_subList .accordion_subItem a {
        min-height: 33px;
        padding: 0 16px;
        font-size: 16px;
    }

    .top .area .button_show_common {
        margin: 0 auto;
    }

    .background-blur {
        background-image: linear-gradient(to top, #fff, transparent);
    }

    .top .area .accordion-content .accordion_box_default {
        font-size: 19px;
        font-weight: 500;
        text-align: center;
        padding: 8px 16px;
    }

    .top .select-salary p {
        font-size: 23px;
    }

    .top .pink-select-wrapper .select-box .selected-display {
        font-size: 19px;
    }

    .divider h4 {
        font-size: 20px !important;
    } 

    .member_section__content {
        gap: 24px !important;
    }

    .member_section__content .register__label {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .member_section__content .member_section__interestWrap {
        gap: 16px;
    }

    .member_section__content .member_section__interestWrap .member_section__interest {
        padding-left: 65px;
        padding-top: 20px;
        padding-bottom: 20px;
        gap: 40px;
    }

    .member_section__content .member_section__interestWrap .member_section__interest .interest_name {
        min-width: 150px;
        font-size: 20px;
    }

    .member_section__content .member_section__interestWrap .member_section__interest .interest_line {
        height: 32px;
    }

    .member_section__content .member_section__interestWrap .member_section__interest .interest_content {
        font-size: 18px;
    }

    .member_section__content .member_section__interestWrap .member_section__interest::before {
        font-size: 28px;
        color: #F5ACC6;
        font-weight: 700;
    }

    .tab_area .tab_area_section__List {
        border: 1px solid #E62E81;
        padding: 26px 40px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        box-shadow: 0px 3px 0px #fab4d2;
    }

    .tab_area .tab_area_section__tab {
        border: 1px solid #E62E81;
        background-color: #F6ADC7;
        color: white;
        height: 31px;
        font-weight: 500;
        display: flex;
        align-items: center;
    }

    .tab_area .tab_area_section__tab.is_active {
        background: white !important;
        height: 28px !important;
        color: #E62E81 !important;
        font-size: 14px;
    }

    .tab_area .tab_area__inner {
        max-width: 1080px;
        width: 100%;
    }

    .tab_area .tab_area_section__tab:nth-child(n+2)  {
        margin-left: 2px;
    }

    .tab_area .tab_area_section__List .tab_area_section__Link {
        color: #444;
        font-size: 13px;
        font-weight: 500;
    }

    .tab_area .tab_area_section__List .tab_area_section__Link:after {
        width: 2px;
    }
}

@media screen and (max-width: 1280px) {
    .tab_area .tab_area__inner {
        padding: 0 16px;
    }
}

.top .pink-select-wrapper {
    width: 193px !important;
}

@media screen and (max-width: 768px) {
    .form_salary .pink-select-wrapper {
        min-width: max-content;
        width: 100%;
    }
    .top .pink-select-wrapper {
        width: 100% !important;
    }
}
