html {
    scroll-behavior: smooth;
}

.head {
    text-align: center;
    color: #222;
    margin-top: 50px;
}

.head h1 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.head p span {
    color: var(--color-pink);
    font-weight: bold;
}

@media (width >=428px) {
    .job_list {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(calc(270px), 1fr));
        row-gap: 1rem;
        column-gap: 80px;
        margin-block: 1rem;
    }
}


/* .job_list .number {
    text-align: right;
    font-size: 40px;
    color: var(--color-pink);
    padding-bottom: .5rem;
} */

.job_list .explanation {
    color: #222;
    font-size: 18px;
    /* font-weight: bold; */
    margin-top: .5rem;
}

.job_list .df {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.job_list .job_ttl {
    font-size: 24px;
    color: var(--color-pink);
}

.job_list .job_ttl_en {
    font-size: 14px;
    opacity: .3;
}

.job_list .scroll {
    background: var(--color-pink);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.appeal_text {
    text-align: center;
    color: #606060;
    margin-block: 50px;
    width: 80%;
    margin-inline: auto;
}

.appeal_text span {
    background: var(--color-pink);
    color: #fff;
    padding: .25rem .5rem;
}

.job_information {
    padding-block: 50px;
}

.job_information .job_ttl {
    font-size: var(--clamp-40);
    color: var(--color-pink);
    text-align: center;
    padding-bottom: 1rem;
    margin-top: -1rem;
}

.job_information .job_explanation {
    font-size: 16px;
    color: #222;
    text-align: center;
}

.appeal_point {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(250px), 1fr));
    column-gap: 50px;
    padding-top: 50px;
}

.appeal_point .index {
    padding-left: 1rem;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(34, 34, 34, .2);
}

.appeal_point .index::before {
    content: "";
    position: absolute;
    top: calc(50% - 2.5px);
    left: 0;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--color-pink);
}

.appeal_point .thumb {
    width: 80%;
    margin-inline: auto;
    margin-block: 1rem;
}

.appeal_point .point_ttl_en {
    font-size: 14px;
    color: #E8658D;
    opacity: .5;
    text-align: center;
}

.appeal_point .point_ttl {
    color: #222;
    font-size: 24px;
    text-align: center;
    margin-block: .5rem;
}

.appeal_point .point_explanation {
    caret-color: #222;
}

.appeal_point .point_explanation.line_adjustment {
    padding-top: 37px;
}

.detail {
    position: relative;
    /* text-align: center;   */
    padding-block: 50px;
}

.detail.pblock-20px {
    padding-block: 20px;
}

.detail.pbottom-50px {
    padding-bottom: 50px;
}

.detail .bg {
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.detail h2 {
    color: #222;
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 4px solid #ffebeb;
    position: relative;
}

.detail h2:after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: solid 4px var(--color-pink);
    bottom: -4px;
    width: 33%;
}

.detail .p {
    color: #222;
    font-size: var(--clamp-20);
    line-height: var(--clamp-40);
}

.detail .p .marker{
    background: linear-gradient(transparent 40%, yellow 40%);
}

.detail .bg-color-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-block: 1rem;
}

.detail .bg-color-list li {
    padding: 0 1rem;
    background: var(--color-pink);
    color: #fff;
    text-wrap: nowrap;
    border-radius: 2px;
}

.conditions {
    background: rgba(232, 101, 141, 0.2);
    border-radius: var(--clamp-40);
    padding: 1.5rem 2rem;
    width: 100%;
}

.conditions .ttl_en {
    text-align: center;
    color: var(--color-pink);
}

.conditions h2 {
    color: #222;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 30px;
}

.conditions .df {
    display: flex;
}

.conditions .df_justify_between {
    display: flex;
    justify-content: space-between;
}

.conditions .df.gap {
    gap: 10vw;
}

.conditions .df_justify_between.pt-space {
    padding-top: 1rem;
}

.conditions li {
    border-top: 1px solid rgba(34, 34, 34, .2);
    padding-block: 30px;
}

.conditions li .ttl {
    width: 110px;
    flex-shrink: 0;
}

.conditions .entry_button {
    width: fit-content;
    display: block;
    margin-inline: auto;
    color: #fff;
    background: var(--color-pink);
    padding: 1rem 1.5rem;
    border-radius: 100px;
}

article .thumb {
    display: block;
    overflow: hidden;
    border-radius: 20px;
}

article .thumb img,
article a.scroll {
    transition: transform 0.5s ease;
}

article .thumb img:hover,
article a.scroll:hover {
    transform: scale(1.2);
}

@media (width<=428px) {
    .job_list .explanation {
        margin-bottom: 1rem;
    }

    .appeal_text {
        width: 100%;
    }

    .conditions {
        position: relative;
        width: 100vw;
        left: -1rem;
        border-radius: 0;
        padding: 1.5rem 1rem;
    }

    .conditions .df {
        display: block;
    }

    .conditions .df>*:not(:last-child) {
        margin-bottom: .5rem;
    }

    .appeal_point li:not(:last-child) {
        margin-bottom: 2rem;
    }

    .detail .bg {
        width: 100vw;
    }

    .conditions .df_justify_between {
        display: block;
    }

    .conditions .df_justify_between>*:last-child {
        padding-top: 1rem;
    }
}