@charset "UTF-8";

/*====================
header
====================*/
.header {
    width: 100vw;
}

.header__fixed {
    background-color: rgba(254, 250, 250, 0.8);
    height: 66px;
    width: 100vw;
    padding: 20px 5.3% 0;
    display: flex;
    top: 0;
    z-index: 10;
}

.header__logo {
    font-family: "Klee One";
    line-height: 1.25;
}

.header__logo .spanIzen {
    font-size: 1.6rem;
    margin-left: 5px;
}

/* header pc */
@media screen and (min-width: 769px) {
    .header {
        width: 100vw;
        display: block;
    }

    .header__fixed {
        display: none;
    }

    .nav {
        display: block;
    }

    .nav {
        width: 23.6%;
        min-width: 340px;
        height: 100vh;
        padding: 40px 2.7%;
        border-right: 1px solid var(--color--warmGray);
        position: fixed;
        top: 0;
        left: 0;
    }

    /* pc 769px */
}

/*====================
main
====================*/
/* committed */
.section--committed {
    width: 100%;
    padding: 146px 5.3% 0;
}

.committed__title {
    width: 212px;
    text-align: center;
    margin: 0 auto;
    font-family: "Klee One";
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1;
    background-size: 8px 3px;
    background-image: linear-gradient(to right, var(--color--blewGreen) 3px, transparent 3px);
    background-position: left bottom;
    background-repeat: repeat-x;
    padding-bottom: 5px;
}

.committed__title span {
    font-family: Merienda;
    font-weight: 300;
}

.committed__message {
    margin-top: 80px;
}

.committed__imgSp {
    position: relative;
}

.committed__imgSp::before {
    content: '';
    background-color: var(--color--warmGray);
    width: 180px;
    height: 180px;
    position: absolute;
    left: -168px;
    bottom: -30px;
    border-radius: 5px;
    display: block;
    z-index: -1;
}

.committed__imgPc {
    display: none;
}

.committed__topic {
    color: var(--color--blewGreen);
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2;
    margin-top: 80px;
}

.committed__txt {
    line-height: 2.25;
    margin-top: 10px;
}

.committed__illust {
    width: 300px;
    /* height: 300px; */
    aspect-ratio: 1/1;
    background: radial-gradient(50% 50% at 50% 50%, #F2E9DD 50%, #FEFAFA 100%);
    margin: 20px auto 0;
}

.committed__content {
    width: 100%;
    margin-top: 120px;
}

.committed__contentImgSp {
    width: 300px;
}

.committed__contentImgPc {
    display: none;
}

.committed__inner {
    width: 300px;
    height: 120px;
    border-radius: 5px;
    background: rgba(242, 233, 221, 0.5);
    margin: -25px 0 0 auto;
    position: relative;
}

.committed__subtitle {
    text-align: center;
    font-family: "Klee One";
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.43;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.committed__contentImgSp.right {
    display: block;
    margin-left: auto;
}

.committed__inner.left {
    width: 300px;
    height: 120px;
    border-radius: 5px;
    background: rgba(242, 233, 221, 0.5);
    margin: -25px auto 0 0;
    position: relative;
}

.committed__lead {
    color: var(--color--blewGreen);
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2;
    margin-top: 20px;
}

.committed__wrap {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.committed__wrap .committed__txt {
    line-height: 2.25;
    margin-top: 0;
}

/* committed pc */
@media screen and (min-width: 769px) {
    .section--committed {
        width: 76.4%;
        margin: 0 0 0 auto;
        padding: 80px 6.6% 0;
    }

    .committed__title {
        width: 300px;
        font-size: 3.6rem;
        /* font-size: 4rem; */
        letter-spacing: 0.1em;
        padding-bottom: 8px;
    }

    .committed__imgSp {
        display: none;
    }

    .committed__imgPc {
        display: block;
        position: relative;
    }

    .committed__imgPc::before {
        content: '';
        background-color: var(--color--warmGray);
        width: 300px;
        height: 300px;
        position: absolute;
        left: -270px;
        bottom: -80px;
        border-radius: 5px;
        display: block;
        z-index: -1;
    }

    .committed__topic {
        width: 640px;
        margin: 140px auto 0;
        font-size: 2.3rem;
        line-height: 1.56;
        letter-spacing: 0.1em;
        text-align: center;
    }

    .committed__txt {
        /* width: 58.2%; */
        max-width: 640px;
        letter-spacing: 0.08em;
        margin: 20px auto 0;
    }

    .committed__illust {
        margin-top: 40px;
    }

    .committed__content {
        width: 640px;
        margin: 120px auto 0;
    }

    .committed__contentImgSp {
        display: none;
    }

    .committed__contentImgSp.right {
        display: none;
    }

    .committed__contentImgPc {
        display: block;
        width: 520px;
    }

    .committed__contentImgPc.right {
        display: block;
        margin-left: auto;
    }

    .committed__inner {
        width: 300px;
        height: 120px;
        border-radius: 5px;
        background: rgba(242, 233, 221, 0.5);
        margin: -25px 0 0 auto;
        position: relative;
    }

    .committed__lead {
        text-align: center;
        font-size: 2.3rem;
        line-height: 1.56;
        letter-spacing: 0.1em;
        margin-top: 40px;
    }

    .committed__wrap {
        margin-top: 20px;
    }

    .committed__wrap .committed__txt {
        line-height: 2.25;
        margin-top: 0;
        letter-spacing: 0.08em;
    }

    /* pc 769px */
}

/* herb */
.section--herb {
    width: 100%;
    padding: 120px 5.3% 80px;
}

.herb__topic {
    text-align: center;
    font-family: "Klee One";
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.6;
}

.herb__list {
    margin-top: 40px;
    text-align: center;
}

.herb__item {
    margin-top: 80px;
}

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

.herb__illust {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.herb__name {
    font-family: "Klee One";
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.45;
    margin-top: 10px;
}

.herb__wrap {
    text-align: left;
    margin-top: 20px;
}

.herb__lead {
    color: var(--color--blewGreen);
    font-weight: 500;
    line-height: 2.25;
}

.herb__problemList {
    line-height: 2;
    list-style-position: inside;
    margin-top: 10px;
}

.herb__itemization::before {
    content: "・";
    margin-right: 5px;
}

/* herb pc */
@media screen and (min-width: 769px) {
    .section--herb {
        width: 76.4%;
        margin: 0 0 0 auto;
        padding: 120px 6.6% 100px;
    }

    .herb__topic {
        font-size: 2.4rem;
        line-height: 1.75;
        letter-spacing: 0.08em;
    }

    .herb__list {
        max-width: 1110px;
        margin: 40px auto 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        /* flex-wrap: wrap; */
    }

    .herb__item {
        min-width: 300px;
        padding: 0 10px;
        margin-top: 0;
    }

    .herb__lead {
        text-align: center;
    }

    .herb__problemList {
        font-size: 14px;
        line-height: 2.28;
        letter-spacing: 0.02em;
        margin: 10px auto 0;
    }

    /* pc 769px */
}