#feature .icon {
    width: 15%;
    z-index: 5;
}
#feature-first {
    position: relative;
}
#feature-first .icon {
    position: absolute;
    right: -5%;
    bottom: -90px;
}
#feature-first .main-block,
#feature-third .contents {
    display: grid;
    grid-template-columns: repeat(2, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 20px;
}
#feature-first .item,
#feature-third .contents .item {
    width: 100%;
    display: flex;
    flex-direction: column;
}
#feature-first .item .ttl,
#feature-third .contents .item .ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#feature-first .item .txt,
#feature-third .contents .txt {
    width: 11.6%;
    margin-bottom: 5px;
}
#feature-first .item:first-child .num,
#feature-third .contents .item:first-child .num {
    width: 16.8%;
}
#feature-first .item .num,
#feature-third .contents .item .num {
    width: 20.8%;
}
#feature-first .item .card,
#feature-third .contents .item .card {
    width: 100%;
    border-radius: 30px;
    background-color: #fff;
    padding: 65px 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
#feature-first .item h2,
#feature-third .contents .item h3 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 2.1;
    margin-bottom: 10px;
}
#feature-first .item p,
#feature-third .contents .item p {
    font-size: 16px;
    line-height: 2.7;
    margin-bottom: 45px;
}
#feature-first .item p span,
#feature-third .contents .item span {
    color: #C22F4D;
    font-weight: bold;
}
#feature-first .item .card img,
#feature-third .contents .item .card img {
    border-radius: 30px;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background-color: #EEE;
}
@media screen and (max-width: 768px) {
    #feature .icon {
        width: 15%;
        z-index: 5;
    }
    #feature-first {
        position: relative;
    }
    #feature-first .icon {
        width: 25%;
        position: absolute;
        right: -35px;
        bottom: -55px;
    }
    #feature-first .main-block,
    #feature-third .contents {
        grid-template-columns: repeat(1, minmax(100%, 1fr));
        gap: 50px;
        margin-top: 0;
    }
    #feature-first .item .txt,
    #feature-third .contents .txt {
        width: 11.6%;
        margin-bottom: 5px;
    }
    #feature-first .item:first-child .num,
    #feature-third .contents .item:first-child .num {
        width: 16.8%;
    }
    #feature-first .item .num,
    #feature-third .contents .item .num {
        position: relative;
        z-index: 5;
        width: 20.8%;
        margin-bottom: -5px;
    }
    #feature-first .item .card,
    #feature-third .contents .item .card {
        border-radius: 24px;
        padding: 35px 20px;
        height: 100%;
    }
    #feature-first .item h2,
    #feature-third .contents .item h3 {
        font-size: 16px; /* 修正済み */
        line-height: 1.9;
        margin-bottom: 10px;
    }
    #feature-first .item p,
    #feature-third .contents .item p {
        font-size: 14px; /* 修正済み */
        line-height: 2.1;
        margin-bottom: 20px;
    }
    #feature-first .item .card img,
    #feature-third .contents .item .card img {
        border-radius: 25px;
    }
}

#feature-second {
    position: relative;
}
#feature-second .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -6%;
}
#feature-second .block {
    padding-top: 160px;
}
#feature-second h2 {
    text-align: center;
    color: #C22F4D;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 40px;
}
#feature-second h3 {
    background-color: rgba(255, 255, 255, 0.8);
    color: #716F6E;
    font-weight: bold;
    font-size: 26px;
    padding: 15px 36px;
    line-height: 3;
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
#feature-second .recruit .first {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto 295px;
}
#feature-second .recruit .first .txt {
    margin-top: 120px;
}
#feature-second .recruit .first .image {
    display: none;
}
#feature-second .recruit .first img {
    width: 43%;
    aspect-ratio: 72 / 97;
    object-fit: cover;
    border-radius: 15px;
}
#feature-second .recruit .first h3 {
    margin-left: -38px;
}
#feature-second .recruit .first p {
    line-height: 3;
    margin-left: 56px;
    margin-top: 140px;
}
#feature-second .recruit .second {
    margin-bottom: 170px;
}
#feature-second .recruit .second .ttl {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 60px;
}
#feature-second .recruit .second .ttl .image {
    position: relative;
    width: 67.8%;
}
#feature-second .recruit .second .ttl .image .em-logo {
    position: absolute;
    width: 54%;
    bottom: -65px;
    right: -85px;
}
#feature-second .recruit .second .ttl img {
    display: block;
    width: 100%;
}
#feature-second .recruit .second .ttl .txt {
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 40px;
}
#feature-second .recruit .second h3 {
    display: block;
    line-height: 2.3;
    width: fit-content;
    padding: 0 30px;
    margin-bottom: 15px;
}
#feature-second .recruit .second .txt .sp {
    display: none;
}
#feature-second .recruit .second p {
    width: 80%;
    margin: auto;
    max-width: 882px;
    line-height: 3;
}
#feature-second .recruit .third {
    display: flex;
}
#feature-second .recruit .third h3 {
    margin-left: -38px;
}
#feature-second .recruit .third .image {
    width: 53.2%;
}
#feature-second .recruit .third .image .main img {
    width: 100%;
    background-color: #EEE;
    border-radius: 0 15px 15px 0;
    aspect-ratio: 747 / 502;
}
#feature-second .recruit .third .image .ttl-sp {
    display: none;
}
#feature-second .recruit .third .image .logo {
    width: 62%;
    margin: -15% auto 0;
}
#feature-second .recruit .third .ttl {
    width: 46.8%;
}
#feature-second .recruit .third .ttl p {
    width: 70%;
    line-height: 3;
    margin-left: 56px;
    margin-top: 60px;
}
#feature-second .recruit .third .image .rose {
    display: none;
}
@media screen and (max-width: 768px) {
    #feature-second {
        position: relative;
    }
    #feature-second .icon {
        width: 25%;
        top: 37%;
        transform: translateY(-37%);
        z-index: 0;
    }
    #feature-second .block {
        padding-top: 15px;
    }
    #feature-second h2 {
        font-size: 16px; /* 修正済み */
        margin-bottom: 95px;
    }
    #feature-second h3 {
        font-size: 14px; /* 修正済み */ /* 修正済み */
        line-height: 3;
        padding: 10px 13px;
    }
    #feature-second .recruit .main-block {
        width: 100%;
    }
    #feature-second .recruit .first {
        flex-direction: column;
        margin: 0 auto 75px;
    }
    #feature-second .recruit .first .txt {
        position: relative;
        z-index: 10;
        margin-top: -25px;
        margin-left: 20px;
    }
    #feature-second .recruit .first .image {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    #feature-second .recruit .first .image img {
        position: relative;
        z-index: 5;
        width: 60%;
        height: auto;
        margin-right: -15px;
    }
    #feature-second .recruit .first .image .small {
        position: absolute;
        z-index: 1;
        left: -15px;
        top: -45px;
        width: 52%;
    }
    #feature-second .recruit .first .image .flower {
        position: absolute;
        z-index: 10;
        right: -40px;
        bottom: -30px;
        width: 80px;
    }
    #feature-second .recruit .first .image .small img {
        width: 100%;
    }
    #feature-second .recruit .first h3 {
        margin-bottom: 8px;
        margin-left: 0;
    }
    #feature-second .recruit .first p {
        padding: 0 20px;
        line-height: 2.1;
        margin-left: 0;
        margin-top: 35px;
    }
    #feature-second .recruit .second {
        margin-bottom: 110px;
    }
    #feature-second .recruit .second .ttl {
        margin-bottom: 50px;
    }
    #feature-second .recruit .second .ttl .image {
        position: relative;
        width: 100%;
    }
    #feature-second .recruit .second .ttl .image img {
        aspect-ratio: 15 / 17;
        object-fit: cover;
    }
    #feature-second .recruit .second .ttl .image .em-logo {
        position: absolute;
        width: 70%;
        top: -85px;
        bottom: auto;
        right: 0;
    }
    #feature-second .recruit .second .ttl .image .em-logo img {
        aspect-ratio: unset;
    }
    #feature-second .recruit .second .ttl .txt {
        position: absolute;
        z-index: 5;
        left: 25px;
        bottom: -40px;
    }
    #feature-second .recruit .second .pc {
        display: none;
    }
    #feature-second .recruit .second h3 {
        padding: 0 15px;
        margin-bottom: 8px;
    }
    #feature-second .recruit .second .txt .sp {
        display: block;
    }
    #feature-second .recruit .second p {
        width: 100%;
        padding: 0 20px;
        line-height: 2.1;
    }
    #feature-second .recruit .third {
        flex-direction: column;
    }
    #feature-second .recruit .third h3 {
        margin-left: 20px;
    }
    #feature-second .recruit .third .image {
        position: relative;
        width: 100%;
    }
    #feature-second .recruit .third .image .main img {
        width: 100%;
        border-radius: 0;
        aspect-ratio: 15 / 16;
        object-fit: cover;
    }
    #feature-second .recruit .third .image .logo {
        position: absolute;
        z-index: 5;
        width: 78%;
        top: -20px;
        left: 0;
    }
    #feature-second .recruit .third .image .rose {
        display: block;
        position: absolute;
        z-index: 5;
        width: 60px;
        bottom: -30px;
        right: 15px;
    }
    #feature-second .recruit .third .image .ttl-sp {
        display: block;
        position: absolute;
        bottom: -40px;
        left: 20px;
    }
    #feature-second .recruit .third .image .ttl-sp h3 {
        display: block;
        margin-bottom: 10px;
        line-height: 2.1;
    }
    #feature-second .recruit .third .ttl {
        width: 100%;
    }
    #feature-second .recruit .third .ttl h3 {
        display: none;
    }
    #feature-second .recruit .third .ttl p {
        width: 100%;
        padding: 0 20px;
        line-height: 2.1;
        margin-left: 0;
        margin-top: 60px;
    }
}

#feature-fourth {
    position: relative;
    padding-bottom: 145px;
}
#feature-fourth.white::before{
    background: #F9F6EF no-repeat left top / 100% 100%;
}
#feature-fourth .try-image {
    position: relative;
    z-index: 5;
    width: 100%;
    margin-bottom: 125px;
    margin-top: -150px;
}
#feature-fourth .try-image .slide-inner img {
    aspect-ratio: 73 / 87;
    border-radius: 13px;
    object-fit: cover;
}
#feature-fourth.bg-default.yellow::before {
    background-color: #F9F6EF;
}
#feature-fourth .try-image .try-txt {
    position: absolute;
    z-index: 10;
    width: 34%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
}
#feature-fourth .ttl {
    margin-bottom: 78px;
}
#feature-fourth .ttl img {
    width: 47%;
    margin: 0 auto 65px;
}
#feature-fourth .ttl h2 {
    text-align: center;
    color: #C22F4D;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
}
#feature-fourth .ttl p {
    line-height: 2.7;
    font-size: 16px;
    text-align: center;
}
#feature-fourth .bubble {
    position: relative;
    width: 100%;
    text-align: center;
    background-color: #F9F6EF;
    border-radius: 30px;
    padding: 65px 0;
}
#feature-fourth .bubble::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;                /* 三角を外に出す */
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #F9F6EF; /* bubbleと同色 */
}
#feature-fourth .bubble h3 {
    font-weight: bold;
    font-size: 30px;
}
#feature-fourth .bubble h3 span {
    color: #C22F4D;
}
#feature-fourth .bubble .human {
    display: none;
}
@media screen and (max-width: 768px) {
    #feature-fourth {
        padding-bottom: 80px;
    }
    #feature-fourth .try-image {
        margin-top: -80px;
        margin-bottom: 55px;
    }
    #feature-fourth .try-image .try-txt {
        width: 100%;
        bottom: -70px;
    }
    #feature-fourth.bg-default.yellow::before {
        background-color: #F9F6EF;
    }
    #feature-fourth .ttl {
        margin-bottom: 20px;
    }
    #feature-fourth .ttl h2 {
        font-size: 16px; /* 修正済み */
        margin-bottom: 15px;
    }
    #feature-fourth .ttl p {
        line-height: 2.1;
        font-size: 14px; /* 修正済み */
    }
    #feature-fourth .bubble {
        position: relative;
        width: 100%;
        text-align: center;
        background-color: #F9F6EF;
        border-radius: 30px;
        padding: 35px 0 40px 0;
    }
    #feature-fourth .bubble h3 {
        font-weight: bold;
        font-size: 16px; /* 修正済み */
        line-height: 2;
    }
    #feature-fourth .bubble .human {
        display: block;
        position: absolute;
        width: 100px;
        right: 0;
        bottom: -50px;
    }
    #feature-fourth .bubble h3 span {
        color: #C22F4D;
    }
}