@charset "utf-8";
/* CSS Document */

/*
* HEADING
******************************************************/
.efficacy-heading-bg {
    height: min(245px);
}
.efficacy-heading-text {
    width: 100%;
    left: 45%;
    transform: translateX(-45%);
    -webkit-transform: translateX(-45%);
}
@media screen and (max-width: 650px) {
    .efficacy-heading-bg {
        height: min(120px);
    }
}
.efficacy-heading-list {
    margin: 60px 0 40px 0;
}
.efficacy-heading-list ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.efficacy-heading-list li {
    font-size: 1.4rem;
    position: relative;
}
.efficacy-heading-list li::after {
    content: "";
    position: absolute;
    background-color: var(--color-primary);
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    width: 13px;
    height: 11px;
    top: 8px;
    right: -1.5em;
}
.efficacy-heading-list li a:hover {
    color: var(--color-menu-hover);
}
@media screen and (max-width: 880px) {
    .efficacy-heading-list ul {
        display: block;
    }
    .efficacy-heading-list li {
        font-size: 1.3rem;
        margin: 0 auto 1em;
        width: max-content;
    }
    .efficacy-heading-list li::after {
        width: 10px;
        height: 8px;
        top: 7px;
        right: -1.5em;
    }
}


/*
* CONTENT COMMON
******************************************************/
.efficacy {
    padding: 83px 0 0 0;
}
.efficacy-content {
    padding: 70px 0;
    position:relative;
}
.efficacy-page-content {
    max-width: 840px;
    margin: auto;
}
@media screen and (max-width: 880px) {
    .efficacy-content {
        padding: 40px 0;
    }
    .efficacy-page-content {
        max-width: inherit;
        padding: 0 20px;
    }
}

/*
* BG
******************************************************/
.bg01 {
    background: var(--color-mintgreen);
    padding: 70px 0 90px 0;
    position: relative;
}
.bg02 {
    background:var(--color-theme-secondary);
}
.bg02::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    left: 0;
    top: -21vw;
    height:21vw;
    background: url(../img/efficacy/bg-content.svg) no-repeat center center / cover;
}
@media screen and (max-width: 880px) {
    .bg01 {
        padding: 40px 0;
    }
}

/*
* CONTENT
******************************************************/
.efficacy-lists {
    margin: 90px 0 0 0;
}
.efficacy-lists li {
    width: max(520px);
    margin: 0 0 80px 0;
    position: relative;
}
.efficacy-list01 li:first-child {
    margin-left:242px;
}
.efficacy-list01 li:nth-child(2) {
    margin-left:184px;
}
.efficacy-list01 li:nth-child(3) {
    margin-left:132px;
}
.efficacy-list01 li:nth-child(4) {
    margin-left:88px;
    width: max(560px);
}
.efficacy-list01 li:last-child {
    margin-left:288px;
    width: max(560px);
}
.efficacy-list02 li:first-child {
    margin-left:278px;
}
.efficacy-list02 li:nth-child(2) {
    margin-left:108px;
}
.efficacy-list02 li:nth-child(3) {
    margin-left:172px;
}
.efficacy-list02 li:last-child {
    margin-left:285px;
}
.efficacy-lists li p {
    font-size: 1.4rem;
    line-height: 2.25;
}
.efficacy-list-heading {
    margin: 0 0 20px 0;
    font-weight: var(--font-normal);
}
@media screen and (max-width:880px) {
    .efficacy-lists {
        margin: 120px 0 0 0;
    }
    .efficacy-lists li {
        width: auto;
        margin: 0 0 160px 0;
    }
    .efficacy-list01 li:first-child,
    .efficacy-list01 li:nth-child(2),
    .efficacy-list01 li:nth-child(3),
    .efficacy-list01 li:nth-child(4),
    .efficacy-list01 li:last-child,
    .efficacy-list02 li:first-child,
    .efficacy-list02 li:nth-child(2),
    .efficacy-list02 li:nth-child(3),
    .efficacy-list02 li:last-child {
        margin-left:0;
        width: auto;
    }

}
/* LIST NUMBER */
.efficacy-list01 li:first-child::before,
.efficacy-list01 li:nth-child(2)::before,
.efficacy-list01 li:nth-child(3)::before,
.efficacy-list01 li:nth-child(4)::before,
.efficacy-list01 li:last-child::before {
    content:"";
    width: 100px;
    height: 100px;
    position: absolute;
    top: -20px;
    left: -104px;
}
.efficacy-list01 li:first-child::before {
    background: url(../img/efficacy/number01.jpg);
    background-size: 100px 100px;
}
.efficacy-list01 li:nth-child(2)::before {
    background: url(../img/efficacy/number02.jpg);
    background-size: 100px 100px;
}
.efficacy-list01 li:nth-child(3)::before {
    background: url(../img/efficacy/number03.jpg);
    background-size: 100px 100px;
}
.efficacy-list01 li:nth-child(4)::before {
    background: url(../img/efficacy/number04.jpg);
    background-size: 100px 100px;
}
.efficacy-list01 li:last-child::before {
    background: url(../img/efficacy/number05.jpg);
    background-size: 100px 100px;
}
.efficacy-list02 li:first-child::before,
.efficacy-list02 li:nth-child(2)::before,
.efficacy-list02 li:nth-child(3)::before,
.efficacy-list02 li:last-child::before {
    content:"";
    width: 100px;
    height: 100px;
    position: absolute;
    top: -20px;
    left: -104px;
}
.efficacy-list02 li:first-child::before {
    background: url(../img/efficacy/number01-deco.jpg);
    background-size: 100px 100px;
}
.efficacy-list02 li:nth-child(2)::before {
    background: url(../img/efficacy/number02-deco.jpg);
    background-size: 100px 100px;
}
.efficacy-list02 li:nth-child(3)::before {
    background: url(../img/efficacy/number03-deco.jpg);
    background-size: 100px 100px;
}
.efficacy-list02 li:last-child::before {
    background: url(../img/efficacy/number04-deco.jpg);
    background-size: 100px 100px;
}
@media screen and (max-width:880px) {
    .efficacy-list01 li:first-child::before,
    .efficacy-list01 li:nth-child(2)::before,
    .efficacy-list01 li:nth-child(3)::before,
    .efficacy-list01 li:nth-child(4)::before,
    .efficacy-list01 li:last-child::before,
    .efficacy-list02 li:first-child::before,
    .efficacy-list02 li:nth-child(2)::before,
    .efficacy-list02 li:nth-child(3)::before,
    .efficacy-list02 li:last-child::before {
        width: 60px;
        height: 60px;
        background-size: 60px 60px;
        top: -64px;
        left: 0px;
    }
}

/*
* LAYER
******************************************************/
.efficacy-layer01,
.efficacy-layer02,
.efficacy-layer03,
.efficacy-layer04,
.efficacy-layer05,
.efficacy-layer06 {
    position: absolute;
}
.efficacy-layer01 {
    top: -30px;
    right: 60px;
}
.efficacy-layer02 {
    top: -40px;
    left: 0;
}
.efficacy-layer03 {
    top: 40%;
    right:0;
}
.efficacy-layer04 {
    top:-280px;
    left:80px;
}
.efficacy-layer05 {
    top:-40px;
    right: 0;
}
.efficacy-layer06 {
    bottom:30px;
    left: 60px;
}
@media screen and (min-width:880px) and (max-width:1080px) {
    .efficacy-layer01 img,
    .efficacy-layer02 img,
    .efficacy-layer03,
    .efficacy-layer03 img,
    .efficacy-layer04 img,
    .efficacy-layer05,
    .efficacy-layer05 img,
    .efficacy-layer06 img {
        width: 200px;
    }
    .efficacy-layer01 {
        right: 0;
    }
}
@media screen and (max-width:880px) {
    .efficacy-layer02 img,
    .efficacy-layer03 img {
        display: none;
    }
    .efficacy-layer01 {
        top: 76px;
        right: 0;
        width: 120px;
    }
    .efficacy-layer04 {
        top: -180px;
        left: 0;
        width: 160px;
    }
    .efficacy-layer05 {
        top: 240px;
        right: 0;
        width: 140px;
    }
    .efficacy-layer06 {
        bottom: -30px;
        left: inherit;
        width: 180px;
        right: 0;
    }
}
