html,body{
    background-color: #fff;
}

/* 下層メインビジュアル */
.lower-main-visual{
    width: 100%;
    height: 0;
    padding-top: 25%;
    background: url(../images/lower_main_visual.jpg);
    background-repeat: no-repeat;
    background-position: center 65%;
    background-size: cover;
    position: relative;
}

.head-title{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 10vw;
    position: absolute;
    bottom: -120px;
    left: 5%;
    background-color: #099E4E;
    font-size: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: .5rem;
    color: #fff;
    min-width: 80px;
    aspect-ratio: 1 / 2;
}

/* 購入までの流れ */
.contents-1{
    background-color: #fff;
    padding: 10% 0 0;
}

.contents-1-inner{
    width: 100%;
    background-color: #F5F8EC;
    padding: 5% 0 5%;
}

.contents-1-inner h2{
    font-size: 2.5vw;
    color: #099E4E;
    width: 20%;
    text-align: center;
    border-bottom: .5vw #099E4E dotted;
    padding: 0 0 1%;
    margin: 0 auto 5%;
}

.flow{
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto 7%;
}

.flow li{
    width: 30%;
    background-color: #fff;
    border-radius: 20px;
    padding: 15px;
    position: relative;
}

.flow li::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -17%;
    transform: translateY(-50%);
    border: 15px solid transparent;
    border-left: 20px solid #099E4E;
}

.flow li:nth-last-of-type(1)::after{
    display: none;
}

.flow li img {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.flow-list01{
    font-size: 1.8em;
    color: #636262;
    margin-bottom: 20px;
}

.flow-list02{
    font-size: 1.2em;
    color: #636262;
    line-height: 1.2;
}

.sale{
    width: 45vw;
    margin: 0 auto 7%;
}

.sale img{
    width: 100%;
}

.note{
    width: 45vw;
    margin: 0 auto 3%;
    color: #636262;
    font-size: 1.2em;
    line-height: 1.8;
    background-color: #E4F2E0;
    border-radius: 20px;
    padding: 30px 50px 50px;
}

.note span{
    font-size: 2em;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
    /* 下層メインビジュアル */
.lower-main-visual{
    width: 100%;
    height: 0;
    padding-top: 25%;
    background: url(../images/lower_main_visual.jpg);
    background-repeat: no-repeat;
    background-position: center 65%;
    background-size: cover;
    position: relative;
}

.head-title{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 25vw;
    position: absolute;
    bottom: -170%;
    left: 5%;
    background-color: #099E4E;
    font-size: 1.3em;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: .3rem;
    color: #fff;
    /* min-width: 80px; */
    aspect-ratio: 1 / 2;
}

/* 購入までの流れ */
.contents-1{
    background-color: #fff;
    padding: 30% 0 0;
}

.contents-1-inner{
    width: 100%;
    background-color: #F5F8EC;
    padding: 20% 0 5%;
}

.contents-1-inner h2{
    font-size: 2em;
    color: #099E4E;
    width: 50%;
    text-align: center;
    border-bottom: 6px #099E4E dotted;
    padding: 0 0 1%;
    margin: 0 auto 5%;
}

.flow{
    display: block;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto 7%;
}

.flow li{
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    padding: 15px;
    position: relative;
    margin: 0 0 10%;
}

.flow li::after{
    display:none;
}

.flow li:nth-last-of-type(1)::after{
    display: none;
}

.flow li img {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.flow-list01{
    font-size: 1.6em;
    color: #636262;
    margin-bottom: 20px;
}

.flow-list02{
    font-size: 1.2em;
    color: #636262;
    line-height: 1.2;
}

.sale{
    width: 95vw;
    margin: 0 auto 7%;
}

.sale img{
    width: 100%;
}

.note{
    width: 90vw;
    margin: 0 auto 3%;
    color: #636262;
    font-size: 1em;
    line-height: 1.8;
    background-color: #E4F2E0;
    border-radius: 20px;
    padding: 30px 30px 50px;
}

.note span{
    font-size: 1.4em;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
}

@media screen and (min-width: 769px) and (max-width:1024px) {
    /* 下層メインビジュアル */
.lower-main-visual{
    width: 100%;
    height: 0;
    padding-top: 25%;
    background: url(../images/lower_main_visual.jpg);
    background-repeat: no-repeat;
    background-position: center 65%;
    background-size: cover;
    position: relative;
}

.head-title{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 13vw;
    position: absolute;
    bottom: -50%;
    left: 5%;
    background-color: #099E4E;
    font-size: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: .5rem;
    color: #fff;
    /* min-width: 51px; */
    aspect-ratio: 1 / 2;
}

/* 購入までの流れ */
.contents-1{
    background-color: #fff;
    padding: 10% 0 0;
}

.contents-1-inner{
    width: 100%;
    background-color: #F5F8EC;
    padding: 5% 0 5%;
}

.contents-1-inner h2{
    font-size: 2em;
    color: #099E4E;
    width: 20%;
    text-align: center;
    border-bottom: .5vw #099E4E dotted;
    padding: 0 0 1%;
    margin: 0 auto 5%;
}

.flow{
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto 7%;
}

.flow li{
    width: 30%;
    background-color: #fff;
    border-radius: 20px;
    padding: 15px;
    position: relative;
}

.flow li::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -19%;
    transform: translateY(-50%);
    border: 15px solid transparent;
    border-left: 20px solid #099E4E;
}

.flow li:nth-last-of-type(1)::after{
    display: none;
}

.flow li img {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.flow-list01{
    font-size: 1.5em;
    color: #636262;
    margin-bottom: 20px;
}

.flow-list02{
    font-size: 1.1em;
    color: #636262;
    line-height: 1.2;
}

.sale{
    width: 70vw;
    margin: 0 auto 7%;
}

.sale img{
    width: 100%;
}

.note{
    width: 70vw;
    margin: 0 auto 3%;
    color: #636262;
    font-size: 1.2em;
    line-height: 1.8;
    background-color: #E4F2E0;
    border-radius: 20px;
    padding: 30px 50px 50px;
}

.note span{
    font-size: 2em;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
}