@charset "UTF-8";

.p-top-strengths-text {
    margin-bottom: 0;
    font-size: clamp(1rem, 1rem + 0.25 * (100vw - 23.4375rem) / 96.5625, 20px);
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 2.3;
    letter-spacing: 0.02rem;
}

.p-strengths-title_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
    .p-strengths-title_wrap {
        padding-bottom: 50px;
    }
}

.strengths-txtBox h3 {
    padding-bottom: 20px;
    font-size: 1.2em;
    font-weight: 600;
}

.strengths-txtBox p {
    text-align: justify;
}

.add-p-strengths_list ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 4rem;
}

@media screen and (max-width: 575px) {
    .add-p-strengths_list ul {
        grid-template-columns: 1fr;
    }
}

.add-p-strengths_list ul li img {
    height: auto;
}

.add-p-strengths_list ul li h3 {
    padding: 1rem 0;
}

.p-strengths-front {
    background-color: #EFEFEF;
}

@media screen and (max-width: 575px) {
    .p-strengths-front .p-top-fv-catch:nth-of-type(2) span {
        font-size: 0.9em;
    }
}

.p-strengths-front .contents_wrap {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.p-strengths-front .contents_wrap .p-strengths-image {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.p-strengths-front .contents_wrap .p-strengths-image .c-slide-img {
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
}

@media screen and (max-width: 1150px) {
    .p-strengths-front .contents_wrap .p-strengths-image .c-slide-img {
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    .p-strengths-front .contents_wrap .p-strengths-image .c-slide-img {
        gap: 10px;
    }
}

.p-strengths-front .contents_wrap .p-strengths-image .c-slide-img img {
    width: min(60%, 800px);
    aspect-ratio: 791/396;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    left: -50px;
}

@media screen and (max-width: 1150px) {
    .p-strengths-front .contents_wrap .p-strengths-image .c-slide-img img {
        position: static;
        width: 100%;
    }
}

.p-strengths-front .contents_wrap .p-strengths-image .c-slide-img figcaption {
    position: relative;
    left: -10%;
    background: #fff;
    padding: 2em;
    width: min(100%, 600px);
}

@media (max-width: 1150px) and (min-width: 768px) {
    .p-strengths-front .contents_wrap .p-strengths-image .c-slide-img figcaption {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        width: 85%;
        padding: 1em;
        text-align: center;
        background: rgba(255, 255, 255, 0.9098039216);
    }
}

@media screen and (max-width: 767px) {
    .p-strengths-front .contents_wrap .p-strengths-image .c-slide-img figcaption {
        position: static;
    }
}

.p-strengths-front .contents_wrap .p-strengths-image:nth-of-type(even) .c-slide-img {
    flex-direction: row-reverse;
    justify-content: end;
}

@media screen and (max-width: 767px) {
    .p-strengths-front .contents_wrap .p-strengths-image:nth-of-type(even) .c-slide-img {
        flex-direction: column;
    }
}

.p-strengths-front .contents_wrap .p-strengths-image:nth-of-type(even) .c-slide-img img {
    left: inherit;
    right: -50px;
}

@media (max-width: 1150px) and (min-width: 768px) {
    .p-strengths-front .contents_wrap .p-strengths-image:nth-of-type(even) .c-slide-img img {
        right: inherit;
    }
}

.p-strengths-front .contents_wrap .p-strengths-image:nth-of-type(even) .c-slide-img figcaption {
    left: inherit;
    right: -10%;
}

@media (max-width: 1150px) and (min-width: 768px) {
    .p-strengths-front .contents_wrap .p-strengths-image:nth-of-type(even) .c-slide-img figcaption {
        right: inherit;
        left: 50%;
    }
}

.ttl {
    font-size: clamp(2.5rem, 2.5rem + 1.875 * (100vw - 23.4375rem) / 96.5625, 70px);
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.4;
}

@media screen and (max-width: 575px) {
    .ttl {
        text-align: center;
    }
}

.ttl span {
    display: block;
    font-size: clamp(1rem, 1rem + 0.25 * (100vw - 23.4375rem) / 96.5625, 20px);
    font-weight: bold;
}

.ttl.center {
    text-align: center;
}

.p_recruit {
    width: min(100%, 1400px);
    margin: 0 auto;
}

.p_recruit__message {
    display: flex;
    gap: 5rem;
    width: min(100%, 1100px);
    margin: 0 auto;
}

@media screen and (max-width: 575px) {
    .p_recruit__message {
        flex-direction: column;
        gap: 0;
    }
}

.p_recruit__message_image {
    width: min(50%, 650px);
}

@media screen and (max-width: 575px) {
    .p_recruit__message_image {
        width: 85%;
    }
}

.p_recruit__message_text {
    width: 50%;
    padding-top: 30px;
}

@media screen and (max-width: 575px) {
    .p_recruit__message_text {
        width: 95%;
        margin-left: auto;
        padding: 20px;
        background: #fff;
        position: relative;
        top: -50px;
    }
}

.p_recruit__message_text h2 {
    margin-bottom: 50px;
}

.p_recruit__message_text p:nth-of-type(1) {
    font-weight: bold;
    font-size: 32px;
}

.p_recruit__message_text p:nth-of-type(2) {
    font-size: 16px;
    font-weight: 500;
    margin: 30px 0 70px 0;
}

@media screen and (max-width: 575px) {
    .p_recruit__message_text p:nth-of-type(2) {
        margin-bottom: 30px;
        text-align: justify;
    }
}

.p_recruit__message_text p:nth-of-type(3) {
    text-align: center;
    width: max-content;
    margin-right: 20px;
    margin-left: auto;
    font-size: 28px;
}

@media screen and (max-width: 575px) {
    .p_recruit__message_text p:nth-of-type(3) {
        font-size: 22px;
        margin-right: 0;
    }
}

.p_recruit__message_text p:nth-of-type(3) span {
    display: block;
    font-size: 20px;
}

@media screen and (max-width: 575px) {
    .p_recruit__message_text p:nth-of-type(3) span {
        font-size: 16px;
    }
}

.p_recruit__staff {
    padding: 8rem 0 8rem 0;
}

@media screen and (max-width: 575px) {
    .p_recruit__staff {
        padding: 3rem 0;
    }
}

.p_recruit__staff_wrapper .p_stuff__other {
    background: transparent;
    padding: 4.5rem 0;
}

.p_recruit__staff_wrapper .splide__pagination {
    display: none !important;
}

.p_recruit__flow {
    margin: 4rem 0 8rem 0;
}

.p_recruit__flow_wrapper {
    display: flex;
    align-items: flex-start;
    gap: 3rem;
    position: relative;
}

.p_recruit__flow_wrapper time,
.p_recruit__flow_wrapper time a {
    width: max-content;
    background: #000;
    color: #fff;
    font-size: 32px;
    line-height: 1;
    padding: 7px 12px;
    display: inline-block;
    font-weight: 500;
}

.p_recruit__flow_wrapper p {
    font-size: 16px;
    font-weight: 500;
}

.p_recruit__flow_time {
    width: 50%;
    position: sticky;
    top: 4rem;
}

@media screen and (max-width: 575px) {
    .p_recruit__flow_time {
        display: none;
    }
}

.p_recruit__flow_time ul {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.p_recruit__flow_time ul li {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.p_recruit__flow_image {
    width: 50%;
    margin-top: 4rem;
}

@media screen and (max-width: 575px) {
    .p_recruit__flow_image {
        width: 100%;
        margin-top: 0;
    }
}

.p_recruit__flow_image .ttl {
    margin-bottom: 30px;
}

@media screen and (min-width: 576px) {
    .p_recruit__flow_image .ttl {
        display: none;
    }
}

.p_recruit__flow_image ul li {
    scroll-margin-top: 6rem;
}

.p_recruit__flow_image ul li:not(:first-of-type) {
    margin-top: 3rem;
}

.p_recruit__flow_image ul li img {
    margin-bottom: 2rem;
}

.p_recruit__flow_image ul li p {
    font-size: 1.1em;
}

.p_recruit__recruitment {
    margin-top: 5rem;
}

.p_recruit__recruitment_wrapper {
    width: min(100%, 1000px);
    margin: 0 auto;
}

.p_recruit__recruitment_wrapper table {
    margin-top: 4rem;
    width: 100%;
    border-collapse: separate;
}

.p_recruit__recruitment_wrapper table th,
.p_recruit__recruitment_wrapper table td {
    border: 1px solid #cbcbcb;
    font-size: 16px;
    font-weight: 500;
    padding: 1em;
    height: 5rem;
    vertical-align: middle;
}

.p_recruit__recruitment_wrapper table th {
    width: 25%;
    text-align: center;
}

/* スタッフ紹介 */
.p_stuff__container {
    font-size: 1.6rem;
    width: min(90%, 1450px);
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 10rem;
}

.p_stuff__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
}

.p_stuff__list_item .name {
    font-size: 1.4rem;
}

.p_stuff__list_item .join {
    font-size: 0.7em;
}

.p_stuff__list_item img {
    aspect-ratio: 339/391;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.p_stuff__stickyArea {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 5%;
}

.p_stuff__stickyArea.reverse {
    flex-direction: row;
}

.p_stuff__imageArea {
    width: 100%;
}

.p_stuff__imageArea_item {
    margin-bottom: 20px;
}

.p_stuff__textArea {
    position: sticky;
    top: 5rem;
    height: max-content;
    width: 50%;
    flex-shrink: 0;
}

@media screen and (max-width: 900px) {
    .p_stuff__textArea {
        position: static;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .p_stuff__textArea {
        width: 100%;
    }
}

.p_stuff__profile {
    display: flex;
    gap: 1.5rem;
    align-items: end;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid gray;
}

@media screen and (max-width: 767px) {
    .p_stuff__profile {
        flex-direction: column;
        align-items: start;
    }
}

.p_stuff__profile .name {
    font-size: 40px;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .p_stuff__profile .name {
        font-size: 25px;
    }
}

.p_stuff__profile .join {
    font-size: 25px;
}

@media screen and (max-width: 767px) {
    .p_stuff__profile .join {
        font-size: 18px;
    }
}

.p_stuff__profile img {
    margin-bottom: 20px;
}

.p_stuff__interview {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.p_stuff__interview_item_title {
    font-size: 26px;
    margin-bottom: 2rem;
    font-weight: 600;
}

.p_stuff__interview_item_content {
    text-align: justify;
    font-weight: 500;
    font-size: 16px;
}

.p_stuff__other {
    padding: 8.5rem 0;
    background: #F0F0F0;
}

.p_stuff__other_onemanStaff {
    padding-top: 4rem;
    display: flex;
    align-items: start;
    gap: 2rem;
}

@media screen and (max-width: 767px) {
    .p_stuff__other_onemanStaff {
        flex-direction: column;
        gap: 1rem;
    }
}

.p_stuff__other_onemanStaff_img {
    width: min(30%, 400px);
    flex-shrink: 0;
}

@media screen and (max-width: 767px) {
    .p_stuff__other_onemanStaff_img {
        width: 80%;
        margin: 0 auto;
    }
}

.p_stuff__other_onemanStaff_txt {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 1em;
}

.p_stuff__other_onemanStaff_txt dt {
    font-size: 1.6rem;
}

.p_stuff__other_onemanStaff_txt dd {
    font-size: 1.1rem;
    padding-top: 0.8em;
}

.p_stuff__other .splide {
    width: min(80%, 1450px);
    margin: 0 auto;
}

.p_stuff__other .splide__arrow {
    background: initial;
}

.p_stuff__other .splide__arrow svg {
    fill: #fff;
    height: 5.2em;
    width: 5.2em;
    fill: #000;
}

.p_stuff__other .splide__arrow--prev {
    left: -5em;
}

@media screen and (max-width: 767px) {
    .p_stuff__other .splide__arrow--prev {
        left: -3em;
    }
}

.p_stuff__other .splide__arrow--next {
    right: -5em;
}

@media screen and (max-width: 767px) {
    .p_stuff__other .splide__arrow--next {
        right: -3em;
    }
}

.p_stuff__other .splide__pagination {
    bottom: -25.5em;
}

.p_stuff__other .splide__pagination__page.is-active {
    background: #5f501d;
}

.p_stuff__other_list {
    margin-bottom: 2.5rem;
}

.p_stuff__other_list_item .wrap {
    overflow: hidden;
    aspect-ratio: 391/470;
}

.p_stuff__other_list_item .wrap img {
    transition: all 0.4s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.p_stuff__other_list_item .wrap img:hover {
    transform: scale(1.1);
}

.p_stuff__other_list_item .wrap p {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    padding-left: 1rem;
    padding-top: 5px;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
    .p_stuff__interview {
        gap: 1.2rem;
    }

    .p_stuff__interview_item_title {
        font-size: 1.2rem;
        margin-bottom: 0.8rem;
        line-height: 1.4;
    }

    .p_stuff__interview_item_content {
        font-size: 0.85rem;
    }

    .p_stuff__other {
        padding: 3.5rem 0;
    }

    .p_stuff__textArea {
        height: 100%;
    }

    .p_stuff__container {
        padding-bottom: 5rem;
    }
}

/*# sourceMappingURL=include.css.map */