main {
    overflow: hidden;
    padding-bottom: 20rem;
}

/* メインビジュアル */
.page-careers section.kyvisual {
    display: flex;
    position: relative;
    margin-left: 10rem;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1rem;
    margin-right: 0;
    width: 118rem;
}

.kyvisual h1 {
    font-family: "Shippori Mincho", serif;
    font-size: 4.5rem;
    font-weight: 700;
    color: #555555;
    line-height: 3.7rem;
    letter-spacing: 0.2rem;
    margin-top: 5.8rem;
}

.kyvisual h1 span {
    font-size: 1.8rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    color: #AAEBC7;
    margin-top: 0rem;
    letter-spacing: 0;
}

.kyvisual img {
    width: 63rem;
    height: 40rem;
    position: relative;
}

.kyvisual .gradient {
    width: 63rem;
    height: 40rem;
    position: absolute;
    background: linear-gradient(180deg, #8FFFFF 0%, #4FDE3C 100%);
    z-index: -1;
    opacity: 0.48;
    top: 1rem;
    right: 1rem;
    filter: blur(0.8rem);
}

/* セクションタイトル */
.page-careers h2 {
    font-size: 3.6rem;
    font-weight: 700;
    font-family: "Shippori Mincho", serif;
    color: #555555;
    position: relative;
    letter-spacing: 0.11rem;
    padding-bottom: 0.6rem;
    margin-top: 11.8rem;
}

.page-careers h2::after {
    content: "";
    position: absolute;
    background-color: #44986A;
    width: 6rem;
    height: 0.3rem;
    bottom: 0rem;
    left: 0;
}

/* セクション */
.page-careers section {
    width: 114rem;
    margin-inline: 4rem 10rem;
}

/* キャッチコピー */
.catch h2 {
    width: 55.8rem;
    margin-inline: 32.3rem auto;
    text-align: center;
}

.catch h2::after {
    left: 46%;
}

.catch p {
    width: 70rem;
    font-size: 1.8rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    letter-spacing: 0.032rem;
    margin: 2.5rem auto 0 25rem;
    color: #555555;
    line-height: 3.6rem;
}

/* 働き方を知る */
/* .working_content {
    display: flex;
    gap: 3.6rem;
    margin-top: 7.1rem;
    margin-left: 6rem;
}

.working_text_wrapper {
    display: flex;
    gap: 1rem;
    font-family: "Noto Sans JP", sans-serif;
}

.working_text_left,
.working_text_right {
    display: flex;
    flex-direction: column;
    gap: 2.6rem;
}

.working_text_left div {
    font-size: 1.8rem;
    font-weight: 500;
    width: fit-content;
    padding: 1rem 1.2rem;
    background-color: #CCFBE9;
}

.working_text_right div {
    font-size: 1.8rem;
    font-weight: 500;
    width: fit-content;
    padding: 1rem 1.2rem;
    background-color: #CCFBE9;
}

.working_text_left div:hover,
.working_text_right div:hover {
    background-color: #5BE1AD;
}

.working_item.active {
    background-color: #5BE1AD;
}

.working_content img {
    width: 50.4rem;
    height: 63rem;
    margin-top: -11.5rem;
}

.working_open {
    display: none;
    position: fixed;
    top: 12.4rem;
    left: 27rem;
    width: calc(60% - 20px);
    font-family: "Noto Sans JP", sans-serif;
    padding: 3.3rem;
    border: 0.2rem solid #707070;
    background-color: #FFFFFF;
    z-index: 2;
}

.working_open.active {
    display: block;
}

.working_open h3 {
    color: #555555;
    background-color: #5BE1AD;
    font-size: 1.8rem;
    font-weight: 500;
    width: fit-content;
    padding: 1rem 1.2rem;
    margin-inline: auto;
}

.working_open p {
    overflow-y: scroll;
    height: 35rem;
    font-size: 1.8rem;
    font-weight: 400;
    margin-top: 4.9rem;
}

.working_open p::-webkit-scrollbar {
    width: 0.5rem;
    overflow: auto;
}

.working_open p::-webkit-scrollbar-thumb {
    width: 2.6rem;
    height: 2.6rem;
    background-color: #DDDDDD;
}

.working_open p::-webkit-scrollbar-track {
    background-color: #707070;
}

.working_close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 6.9rem;
    height: 6.9rem;
    background-color: #5BE1AD;
    border-radius: 50%;
}

.working_close::before {
    position: absolute;
    content: "";
    top: 3.3rem;
    left: 1.2rem;
    width: 4.5rem;
    height: 0.3rem;
    background-color: #FFFFFF;
    transform: rotate(-45deg);
}

.working_close::after {
    position: absolute;
    content: "";
    top: 3.3rem;
    left: 1.2rem;
    width: 4.5rem;
    height: 0.3rem;
    background-color: #FFFFFF;
    transform: rotate(45deg);
}

.open_cover {
    display: none;
    background-color: #DDDDDD;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    position: fixed;
    top: 0;
    left: 0;
}

.open_cover.active {
    display: block;
} */

/* 職場風景 */
.landscape iframe {
    width: 82rem;
    height: 40rem;
    margin: 6rem auto 0 19rem;
    display: block;
    border: 0.1rem solid #DDDDDD;
    border-radius: 0.8rem;
}

/* 募集・応募 */
.offering img {
    margin-top: 3rem;
    margin-inline: 32.4rem auto;
    display: block;
    width: 55.2rem;
    height: 77.8rem;
}

.offering h3 {
    font-size: 2.7rem;
    font-weight: 700;
    font-family: "Shippori Mincho", serif;
    color: #44986A;
    margin-top: 5.9rem;
    margin-left: 6rem;
}

.offering_flow {
    margin-left: 6.8rem;
    display: flex;
    gap: 5.5rem;
}

.offering_container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-top: 2.2rem;
}

.offering_content {
    display: flex;
    gap: 3.7rem;
}

.offering_content span {
    position: relative;
    font-size: 2.7rem;
    font-weight: 700;
    font-family: "Shippori Mincho", serif;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8rem;
    height: 8rem;
}

.offering_content span::before {
    content: "";
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background-color: #AAEBC7;
    position: absolute;
    display: block;
    opacity: 0.5;
    z-index: -1;
    filter: blur(0.5rem);
}

.offering_content h4 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333333;
    margin-top: 0.5rem;
}

.offering_content p {
    font-size: 1.8rem;
    font-weight: 400;
    color: #333333;
    margin-top: 1rem;
    letter-spacing: 0.03rem;
}

.offering_flow img {
    width: 35rem;
    height: 35rem;
    margin-top: -0.9rem;
    margin-inline: 0;
}

.app_link h2::after {
    left: 36%;
}

.app_link h2 {
    width: 22.2rem;
    margin-top: 9.6rem;
    margin-inline: 49rem auto;
    letter-spacing: 0.08rem;
    text-wrap: nowrap;
}

.app_link a {
    width: 40rem;
    display: block;
    border-radius: 4rem;
    background: linear-gradient(180deg, #D4FFFF 0%, #C6FFBE 100%);
    padding-block: 2.2rem;
    font-size: 2.5rem;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    color: #555555;
    text-align: center;
    margin: 3rem auto 0 40rem;
    letter-spacing: 0.32rem;
}

@media screen and (max-width: 699.98px) {
    main {
        padding-bottom: 16rem;
    }

    /* メインビジュアル */
    .page-careers section.kyvisual {
        flex-direction: column-reverse;
        width: 35rem;
        margin-left: 1.5rem;
        justify-content: initial;
        align-items: initial;
        margin-right: auto;
    }

    .kyvisual img {
        width: 35rem;
        height: 40rem;
    }

    .kyvisual h1 {
        font-size: 2.4rem;
        text-align: center;
        line-height: 2.5rem;
        margin-top: 3rem;
        letter-spacing: 0.08rem;
    }

    .kyvisual h1 span {
        font-size: 1.2rem;
    }

    .kyvisual .gradient {
        width: 35rem;
        height: 40rem;
        right: 1rem;
    }

    /* セクション */
    .page-careers section {
        width: 35rem;
        margin-inline: 1rem 1.5rem;
    }

    /* セクションタイトル */
    .page-careers h2 {
        font-size: 2.4rem;
        margin-top: 9.9rem;
    }

    .page-careers h2::after {
        width: 3rem;
        height: 0.2rem;
    }

    /* キャッチコピー */
    .catch h2 {
        width: 32.5rem;
        text-align: center;
        margin-top: 6.6rem;
        margin-left: 1.5rem;
        letter-spacing: 0.07rem;
    }

    .catch p {
        margin-top: 1.3rem;
        width: 34.5rem;
        text-align: left;
        font-size: 1.6rem;
        line-height: 3.2rem;
        margin-left: 0.5rem;
    }

    /* 働き方を知る */

    /* .working_content{
        flex-direction: column-reverse;
        gap: 1.3rem;
        margin: 0.8rem auto 0;
    }

    .working_content img{
        width: 22.3rem;
        height: 27.9rem;
        margin: 0 auto;
    }

    .working_text_wrapper{
        flex-direction: column;
        gap: 2.3rem;
        margin: 0 auto;
    }

    .working_text_left,
    .working_text_right{
        gap: 2.3rem;
    }

    .working_text_left div,
    .working_text_right div{
        font-size: 1.5rem;
    }

    .working_open{
        width: 35.5rem;
        left: 1rem;
    }

    .working_close{
        width: 3.7rem;
        height: 3.7rem;
        top: -2rem;
        right: 0;
    }

    .working_close::after{
        width: 2.5rem;
        top: 1.7rem;
        left: 0.6rem;
    }

    .working_close::before{
        width: 2.5rem;
        top: 1.7rem;
        left: 0.6rem;
    }

    .working_open p::-webkit-scrollbar{
        display: none;
    } */

    /* 職場風景 */
    .landscape iframe {
        margin-top: 2rem;
        width: 34.5rem;
        height: 50rem;
        margin-left: 0.5rem;
        border-radius: 0.4rem;
    }

    /* 募集・応募 */
    .page-careers section.offering {
        margin-inline: 1rem;
        width: 35.5rem;
    }

    .offering img {
        width: 34.5rem;
        height: 48.5rem;
        margin-top: 2rem;
        margin-left: 0.5rem;
    }

    .offering h3 {
        margin-left: 0;
        font-size: 2rem;
    }

    .offering_flow {
        flex-direction: column;
        gap: 2.9rem;
        margin-left: 0.5rem;
    }

    .offering_container {
        margin-top: 1.5rem;
    }

    .offering_content {
        gap: 0.5rem;
    }

    .offering_content span {
        width: 5rem;
        height: 5rem;
        font-size: 2rem;
    }

    .offering_content span::before {
        width: 5rem;
        height: 5rem;
    }

    .offering_content div {
        width: 29.5rem;
    }

    .offering_content h4 {
        font-size: 1.6rem;
        margin-top: 0;
    }

    .offering_content p {
        font-size: 1.6rem;
    }

    .offering_flow img {
        width: 22rem;
        height: 22rem;
        margin-inline: auto 0rem;
        margin-top: -5rem;
    }

    .app_link h2 {
        width: 14.6rem;
        letter-spacing: 0;
        margin-left: 10.7rem;
        margin-top: 11.2rem;
    }

    .app_link a {
        width: 32.5rem;
        font-size: 1.6rem;
        padding-block: 2rem;
        font-weight: 700;
        letter-spacing: 0.256rem;
        margin-top: 2rem;
        margin-left: 1.5rem;
    }
}