@charset "UTF-8";

html {
    font-size: 62.5%;
}
:root {
    --color-txt: #382D26;
    --color-main: #FF74BF;
    --color-sum: #A8943A;
    --color-White: #fff;
    --color-pink: #FDF6FB;
}
body {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    font-family: "Rounded Mplus 1c", "Zen Old Mincho", "Outfit", "Roboto Condensed";
    color: var(--color-txt);
    background-color: var(--color-White);
}
section {
    padding: 64px 0;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
}
.border-radius {
    border-radius: 24px;
}
button {
    border: none;
}
/* ====btn==== */
.c-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 36px;
    border-radius: 24px;
    font-weight: 700;
}

.c-button__icon {
    width: 16px;
    height: 16px;
}

.c-button--color {
    background-color: var(--color-main);
    color: var(--color-White);
}

.p-frontRecruit__img {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 3px 12px;
    border-radius: 24px;
}

.p-frontRecruit__txt {
    font-size: clamp(0.8rem, 0.264rem + 0.96vw, 1.6rem);
    font-weight: 700;
}

.p-frontRecruit__icon {
    width: clamp(8px, 0.264rem + 0.96vw, 1.6px);
    height: clamp(8px, 0.264rem + 0.96vw, 1.6px);
}

/* ====logpの設定==== */
.p-logo {
    width:clamp(154px, 5.014rem + 18.77vw, 310px);
    height:clamp(36px, 1.422rem + 3.37vw,64px);
}

@media screen and (min-width:768px) {
    .p-logo {
        display: block;
    }
}
/* ======title====== */
.c-sectTitle {
    text-align: center;
    gap: 16px;
}

.c-sectTitle__txt {
    font-family: "Rounded Mplus 1c Bold";
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    gap: 16px;
    color: var(--color-main);
}

.c-sectTitle__subTxt {
    font-family: "Outfit";
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-sum);
}

/* ====title==== */
@media screen and (min-width: 768px) {
    .c-sectTitle__txt {
        font-size: 3.2rem;
        line-height: 1.4;
    }

    .c-sectTitle__subTxt {
        font-size: 1.6rem;
        line-height: 1.4;
    }

    section {
        padding: 100px 0;
    }
}

/* =====header===== */
.p-header {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    background-color: var(--color-White);
}

.p-header__innerBoxMain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 24px;
    border-radius: 24px
}

.p-header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    transition: right 0.3s ease;
    z-index: 999;
    background-color: var(--color-pink);
}

.p-header__nav.active {
    right: 0;
}

.p-header__navinner {
    justify-content: space-between;
    align-items: center;
    border-radius: 24px
}

.p-header__navBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 24px;
    background-color: var(--color-White);
}

.p-header__navlist {
    margin: 116px 0 0 64px;
}

.p-headerNav__item {
    font-size: 2.4rem;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-top: 80px;
}

.p-headerNav__item:first-of-type {
    margin-top: 0;
}

.p-headerNav__item:last-of-type {
    display: none;
}

.p-headerNav__item::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 3px;
    background-color: var(--color-main);
    border-radius: 4px;
    margin-right: 24px;
}

/* =====header__btn===== */
.p-header__openBtn {
    width: 32px;
    height: 20px;
    border: none;
}

.p-header__closeBtn {
    width: 33px;
    height: 32px;
    border: none;
}

/* ====PC header===== */
@media screen and (min-width: 1000px) {
    .p-header {
        top: 64px;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 1176px;
        z-index: 1000;
        border-radius: 100px;
    }

    .p-header__inner {
        margin: 0 auto;
        padding: 16px 24px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .p-header__innerBoxMain {
        padding: 0;
    }

    .p-header__nav {
        background: transparent;
        width: auto;
        height: auto;
        padding: 0;
        position: static;
    }

    .p-header__navBox {
        display: none;
    }

    .p-header__navlist {
        display: flex;
        margin: 0;
        gap: 32px;
    }

    .p-headerNav__item {
        font-size: 1.6rem;
        font-weight: 700;
        margin: 0;
    }

    .p-headerNav__item:last-of-type {
        display: inline-block;
    }

    .p-headerNav__item::before {
        display: none;
    }

    .p-header__openBtn,
    .p-header__closeBtn,
    .p-header__navlogo {
        display: none;
    }
}

/* =====top==== */
.p-mainVisual__back {
    position: relative;
    overflow: visible;
    margin-left: 64px;
}

.p-mainVisual__back img {
    width: 100%;
    height: 560px;
    display: block;
    border-bottom-left-radius: 24px;
    object-fit: cover;

}

.p-mainVisual__inBox {
    position: absolute;
    top: 304px;
    left: 16px;
    width: 228px;
    height: 151px;
    border-radius: 24px;
     background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.3) 100%);
}

.p-mainVisual__title {
    font-family: "Zen Old Mincho";
    font-size: 3.2rem;
    font-weight: 900;
    color: var(--color-main);
}

.p-mainVisual__subtitle {
    font-family: "Zen Old Mincho";
    font-size: 1.2rem;
    font-weight: 900;
}
/* ====PC mainVisual==== */
@media screen and (min-width: 768px) {
    .p-mainVisual__back img {
        height: 800px;
    }

    .p-mainVisual__back {
        margin-left: 241px;
    }

    .p-mainVisual__inBox {
        top: 369px;
        left: 144px;
        width: 384px;
        height: 260px;
    }

    .p-mainVisual__title {
        font-size: 6.4rem;
        font-weight: 900;
        line-height: 1.55;
    }

    .p-mainVisual__subtitle {
        font-size: 2rem;
        font-weight: 900;
        line-height: 1.55;
    }
}

/* =====about==== */
.p-frontAbout__photo {
    text-align: center;
    border-radius: 24px
}

.p-frontAbout__photo img {
    border-radius: 24px;
    margin-top: 64px;
}

.p-frontAbout__list {
    padding: 24px 12px 156px 12px;
    position: relative;
    overflow: visible;
    margin: 120px 16px 0 16px;
    background-color: var(--color-pink);
    border-radius: 24px;
}

.p-frontAbout__ils {

    width: clamp(88px, 0.889rem + 18.77vw, 244px);
    height: clamp(100px, 0.989rem + 21.42vw, 278px);
    object-fit: cover;
    position: absolute;
    bottom: 100%;
    right: 0;
    z-index: -1;
}

.p-frontAbout__maintxt {
    font-size: 1.8rem;
    font-weight: 400;
}

.p-frontAbout__subtxt p {
    font-size: 1.6rem;
    font-weight: 400;
    margin-top: 24px;
}

.p-frontAbout__infoBtn {
    position: absolute;
    bottom: 32px;
    right: 16px;
}


/* ==== PC about==== */
@media screen and (min-width: 768px) {
    .p-frontAbout__info {
        display: flex;
        justify-content: center;
        margin-top: 64px;
        gap: 24px;
    }

    .p-frontAbout__list {
        margin: 0;
        padding: 0;
    }

    .p-frontAbout__txtBox {
        padding: 40px 13.2% 117px 7.3%;
    }

    .p-frontAbout__photo img {
        margin-top: 0;
    }

    .p-frontAbout__ils {
        bottom: calc(100% - 71px);
        right: 32px;
    }

    .p-frontAbout__infoBtn {
        bottom: 32px;
        right: 90px;
    }

    .p-frontAbout__body {
        padding: 0 8%;
    }
}

/* ====work==== */
.p-frontWork {
    padding: 80px 0;
    background-color: var(--color-pink);
}

.p-frontWork__grid {
    display: grid;
    justify-items: center;
    gap: 64px;
    margin-top: 80px;
}

.p-frontWork__infoBtn {
    text-align: center;
    margin-top: 64px;
}

.c-cardWork {
    text-align: center;
    position: relative;
    width: 208px;
    padding: 16px;
    z-index: 0;
    overflow: visible;
    border-radius: 24px;
    border: 1px solid var(--color-sum);
    background-color: var(--color-White);
}

.c-cardWork__num {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    position: absolute;
    top: -32px;
    left: -32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-White);
    border: 1px solid var(--color-sum);
}

.c-cardWork__numTxt {
    font-family: "Outfit";
    font-size: 4rem;
    font-weight: 500;
    color: var(--color-main);
}

.c-cardWork__img {
    width: 208px;
    height: 208px;
    border-radius: 16px;
    object-fit: cover;
}

.c-cardWork__label {
    font-family: "Rounded Mplus 1c Bold";
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 21px;
}

.c-cardWork__ilst01 {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -65px;
    left: 144px;
    z-index: -1;
}

.c-cardWork__ilst02 {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -54px;
    left: 144px;
    z-index: -1;
}

/* ==== PC work==== */

@media screen and (min-width: 768px) {
    .p-frontWork__grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 100px;
        gap: 40px
    }

    .c-cardWork__ilst01 {
        width: 72px;
        height: 72px;
        position: absolute;
        top: -64px;
        left: 146px;
    }

    .c-cardWork__ilst02 {
        width: 72px;
        height: 72px;
        position: absolute;
        top: -40px;
        left: 150px;
    }

}

@media screen and (min-width: 1100px) {
    .c-cardWork__ilst01 {
        width: 256px;
        height: 256px;
        position: absolute;
        top: -219px;
        left: 36px;
    }

    .c-cardWork__ilst02 {
        width: 256px;
        height: 256px;
        position: absolute;
        top: -219px;
        left: 0;
    }
}

/* ===recruit==== */
.p-frontRecruit__body {
    position: relative;
    background-image: url(../images/front__recruit.jpg);
    background-size: cover;
    width: clamp(361px, 2.966rem + 79.78vw, 1024px);
    height: clamp(168px, 3.17rem + 29.84vw, 416px);
    margin-top: 64px;
    border-radius: 24px;
}

.p-frontRecruit__box {
    margin: 0 16px;
}

.p-frontRecruit__photo img {
    display: block;
}

.p-frontRecruit__info {
    position: absolute;
    top: 16px;
    left: 24px;
    width: clamp(136px, 1.406rem + 28.88vw, 376px);
    height: clamp(136px, 1.406rem + 28.88vw, 376px);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--color-White);
    border: 1px solid var(--color-sum);
}

.p-frontRecruit__desc {
    font-size: clamp(0.8rem, 0.027rem + 1.93vw, 2.4rem);
    font-weight: 700;
    margin-top: 8px;
    text-align: center;
}

.p-frontRecruit__ils {
    width: clamp(42px, 0.26rem + 9.63vw, 122px);
    height: clamp(32px, 0.197rem + 7.34vw, 93px);
}

.p-frontRecruit__btn {
    margin-top: 8px;
}

.p-frontRecruit__box {
    display: grid;
    justify-content: center;
}


/* ====PC recruit==== */
@media screen and (min-width: 768px) {

    .p-frontRecruit__desc {
        line-height: 1.55;
        margin-top: 16px;
    }

    .p-frontRecruit__btn {
        margin-top: 32px;
    }

    .p-frontRecruit__img {
        padding: 16px 32px;
    }

    .p-frontRecruit__txt {
        font-weight: 700;
        line-height: 1;
    }

    .p-frontRecruit__box {
        margin: 0 100px;
    }
}

/* ====contact==== */
.p-frontContact {
    background-color: var(--color-pink);
}

.p-frontContact__btn {
    margin-top: 24px;
}

.p-frontContact__box {
    margin-top: 24px;
    text-align: center;
}

.p-frontContact__maintxt {
    font-weight: 700;
}

.p-frontContact__tel {
    color: var(--color-sum);
    font-family: "Roboto Condensed";
    font-size: 3.2rem;
    font-weight: 700;
    margin-top: 8px;
}

.p-frontContact__hours {
    font-size: 0.8rem;
    font-weight: 700;
    margin-top: 8px;
}
/* ====PC contact==== */
@media screen and (min-width: 768px) {
    .sp__br {
        display: none;
    }

    .p-frontContact__box {
        margin-top: 64px;
    }

    .p-frontContact__tel {
        font-size: 6.4rem;
        font-weight: 700;
        line-height: 1;
        margin-top: 24px;
    }

    .p-frontContact__hours {
        font-size: 1.6rem;
        font-weight: 700;
        margin-top: 24px;
    }
}


/* ====footer==== */
.p-footer__inner {
    display: flex;
    margin-top: 64px;
}

.p-header__navbox01 {
    display: flex;
    margin-left: 24px;
    gap: 72px;
}

.p-header__navbox02 {
    display: flex;
    margin-left: 24px;
    gap: 24px;
    margin-top: 16px;
}

.p-footer__btn {
    margin: 40px 0 64px 24px;
}

.p-footer__txt {
    display: none;
}

.copy {
    color: var(--color-pink);
    background-color: var(--color-main);
    text-align: center;
    padding: 30px 0 30px 0;
}

/* ====pc footer==== */
@media screen and (min-width: 1000px) {
    .p-footer__navlist {
        display: flex;
        align-items: center;
    }

    .p-footer__btn {
        margin: 0 0 0 50px;
    }

    .p-footer__inner {
        display: flex;
        align-items: center;
        padding: 56px 60px 0 60px;
        justify-content: space-between;
    }

    .p-footer__txt {
        display: block;
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.6;
        margin: 8px 0 0 60px;
        padding-bottom: 192px;
    }

    .p-footer__txt a {
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.6;
    }

    .p-header__navbox01 {
        margin: 0;
        gap: 24px;
    }

    .p-header__navbox02 {
        margin-top: 0;
    }
}