@charset "utf-8";

body {
    background-color: #F1E8CD;
}

p {
    margin-bottom: 0 !important;
}

ul {
    padding-left: 0 !important;
}

ul li {
    list-style: none;
}

.object-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.pointer {
    cursor: pointer;
}

span.marker {
    background: linear-gradient(transparent 70%, #E88001 70%);
}



.bg-theme02 {
    background-color: #FFE3C0;
}

.bg-theme03 {
    background-color: #CBE3CE;
}


/* こんなことで悩んでないですか？ */
#worries ul li {
    margin-bottom: 1rem;
}

#worries ul li:first-child {
    margin-top: 1rem;
}

/* 特徴 */
#features {
    position: relative;
}

.fuchidori{
    margin-bottom: 48px;
}

.fuchidori::before {
    content: "01";
    position: absolute;            
    font-size: 64px;
    top: -48px;
    color: transparent;
    -webkit-text-stroke: 1px #E88001;
    text-shadow: none;
}

#features.bg-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFE3C0;
    width: 50%;
    height: 70%;
    z-index: -1;
}


#features.bg-2::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-color: #FFE3C0;
    width: 50%;
    height: 70%;
    z-index: -1;
}