/* プライバシーポリシー */
.process__sec {
    padding: 10vw 0 15vw;
}
.process .lower__ttl {
    line-height: 1.2em;
}
.process .lower__ttl span {
    font-size: 2.4rem;
    font-weight: 400;
    font-family: "Noto Serif JP", serif;
}
.process__list {
    font-family: "Noto Serif JP", serif;
    padding-bottom: 15vw;
    position: relative;
}
.process__list::before {
    content: "";
    width: 5vw;
    height: 5vw;
    border-radius: 100vw;
    background-color: #00913a;
    position: absolute;
    bottom: 12.5vw;
    left: 4.5vw;
}
.process__list__item {
    position: relative;
    padding-bottom: 13vw;
}
.process__list li::before {
    content: "";
    width: 1px;
    background-color: #00913a;
    position: absolute;
    bottom: 0;
    left: 7vw;
}
.process__list__item--01::before {
    height: 88%;
}
.process__list__item--02::before {
    height: 75%;
}
.process__list__item--03::before {
    height: 88%;
}
.process__list__item--04::before {
    height: 83%;
}
.process__list__item--05::before {
    height: 86%;
}
.process__list__item--06::before {
    height: 87%;
}
.process__list li::after {
    content: "";
    width: 19vw;
    height: 1px;
    background-color: #000000;
    position: absolute;
    left: 9vw;
}
.process__list__item--01::after {
    top: 40vw;
}
.process__list__item--02::after {
    top: 37vw;
}
.process__list__item--03::after {
    top: 40vw;
}
.process__list__item--04::after {
    top: 50vw;
}
.process__list__item--05::after {
    top: 40vw;
}
.process__list__item--06::after {
    top: 43vw;
}
.process__list__num {
    font-size: 4.2rem;
    font-weight: 600;
    color: #00913a;
    position: absolute;
    top: 0;
    left: 0;
}
.process__list__num span {
    font-size: 5.8rem;
    padding-left: .3em;
}
.process__list__desc {
    padding-top: 20vw;
    padding-left: 38%;
}
.process__list__ttl {
    font-size: 3rem;
    font-weight: 500;
    color: #004916;
    margin-bottom: 1em;
}
.process__list__txt {
    font-size: 2.8rem;
    line-height: 1.8em;
    color: #2a2a2a;
}
.process__list__img {
    margin-top: 5vw;
}
.process__message {
    text-align: center;
    font-size: 2.5rem;
}



/* ----------------------------------------------------------------------------------------------------*/
/* breakpoint 01 -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/
/* 751px以上〜 -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/
@media (min-width: 751px) {
    
    .process__sec {
        padding: 8vw 0 15vw;
    }
    .process .lower__ttl {
        line-height: 1.5em;
    }
    .process .lower__ttl span {
        font-size: 2rem;
    }
    .process__list {
        padding-bottom: 10vw;
    }
    .process__list::before {
        width: 2.5vw;
        height: 2.5vw;
        bottom: 10vw;
        left: 2.8vw;
    }
    .process__list__item {
        padding-bottom: 6vw;
    }
    .process__list li::before {
        width: 1px;
        bottom: 0;
        left: 4vw;
    }
    .process__list__item--01::before {
        height: 75%;
    }
    .process__list__item--02::before {
        height: 75%;
    }
    .process__list__item--03::before {
        height: 75%;
    }
    .process__list__item--04::before {
        height: 75%;
    }
    .process__list__item--05::before {
        height: 75%;
    }
    .process__list__item--06::before {
        height: 75%;
    }
    .process__list li::after {
        width: 5vw;
        height: 1px;
        left: 6vw;
    }
    .process__list__item--01::after {
        top: 13vw;
    }
    .process__list__item--02::after {
        top: 13vw;
    }
    .process__list__item--03::after {
        top: 13vw;
    }
    .process__list__item--04::after {
        top: 16vw;
    }
    .process__list__item--05::after {
        top: 13vw;
    }
    .process__list__item--06::after {
        top: 14vw;
    }
    .process__list__num {
        font-size: 2.8rem;
    }
    .process__list__num span {
        font-size: 3.8rem;
    }
    .process__list__desc {
        padding-top: 10vw;
        padding-left: 13vw;
    }
    .process__list__ttl {
        font-size: 2rem;
        margin-bottom: .5em;
    }
    .process__list__txt {
        font-size: 1.4rem;
    }
    .process__message {
        font-size: 1.8rem;
    }
    .process__imglist {
        width: 26vw;
        position: absolute;
        top: 5vw;
        right: 0;
    }
    .process__imglist li {
        margin-bottom: 19vw;
    }
    .process__imglist li:last-child {
        margin-bottom: 0;
    }
}

/* ----------------------------------------------------------------------------------------------------*/
/* breakpoint 02 -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/
/* 1025px以上〜 -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/

@media (min-width: 1025px) {
    .process__sec {
        padding: 80px 0 120px;
    }
    .process__list {
        padding-bottom: 100px;
    }
    .process__list::before {
        width: 25px;
        height: 25px;
        bottom: 95px;
        left: 28px;
    }
    .process__list__item {
        padding-bottom: 60px;
    }
    .process__list li::before {
        left: 40px;
    }
    .process__list li::after {
        width: 55px;
        left: 55px;
    }
    .process__list__item--01::after {
        top: 130px;
    }
    .process__list__item--02::after {
        top: 130px;
    }
    .process__list__item--03::after {
        top: 130px;
    }
    .process__list__item--04::after {
        top: 160px;
    }
    .process__list__item--05::after {
        top: 130px;
    }
    .process__list__item--06::after {
        top: 140px;
    }
    .process__list__desc {
        padding-top: 100px;
        padding-left: 130px;
    }
    .process__imglist {
        width: 23vw;
        top: 60px;
    }
    .process__imglist li {
        margin-bottom: 210px;
    }

}

/* ----------------------------------------------------------------------------------------------------*/
/* breakpoint 03 -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/
/* 1200px以上〜 -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/

@media (min-width: 1200px) {
    .process__imglist {
        width: 360px;
        top: 25px;
    }
    .process__imglist li {
        margin-bottom: 140px;
    }
}

/* ----------------------------------------------------------------------------------------------------*/
/* breakpoint 04 -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/
/* 1250px以上〜 -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/
    
@media (min-width: 1251px) {

}