@charset "utf-8";

body{
    font-family: "MyYuGothicM";
}

.bottom-decoration::before{
    position: absolute;
    content: "";
    display: block;
    bottom: -95px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 10px;
    background-color: #F0EEDE;
}

/* .bottom-decoration::after{
    position: absolute;
    content: "";
    display: block;
    bottom: -103px;
    left: 50%;
    width: 25px;
    height: 25px;
    background-color: #A3C371;
    transform: translateX(-50%) rotate(45deg) skew(15deg, 15deg);
} */

.note-pc-br{
    display: none;
}

.tablet-br{
    display: none;
}

.pc-top{
    display: block;
}

.sp-top{
    display: none;
}

.sp-br{
    display: none;
}



/*top-page-section -------------------------------------------- */
.top-page{
    position: relative;
    width: 100%;
}

.top-page>h1{
    position: absolute;
    top: 22px;
    left: 22px;
}

.top-title{
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 226px;
    left: 15px;
    width: 837px;
    height: 174px;
    background-color: #A3C371;
}

.top-title>p{
   margin: 0px auto;
   padding: 20px 0px;
   width: 754px;
   font-size: 30px;
   border-bottom: 1px solid white;
   color: white;
}

.top-title>h2{
    text-align: end;
    margin: 0px auto;
    padding: 10px 0px;
    width: 754px;
    font-size: 68px;
    color: white;
}


.top-page>img{
    width: 100%;
}


/*about-page-section -------------------------------------------- */
.about-page{
    padding-top: 100px;
    width: 100%;
}

.section-title{
    position: relative;
    text-align: center;
    font-size: 40px;
    color: white;
    transform: translateX(-50px);
    opacity: 0;
    transition: .6s;
}

.section-title.show{
    transform: translateX(0px);
    opacity: 1;
}

.section-title::before{
    position: absolute;
    content: "";
    display: block;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 340px;
    height: 1px;
    background-color: white;
}

.section-title>span{
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    color: white;
}

.title-1::after{
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 837px;
    height: 139px;
    background-color: #A3C371;
    z-index: -1;
}

.about-section{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 200px auto 50px;
    padding-bottom: 30px;
    width: 1515px;
    border-radius: 10px;
    background-color: #F0EEDE;
}

.about-section>p{
    position: absolute;
    text-align: center;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
    height: 80px;
    line-height: 80px;
    font-size: 34px;
    border-radius: 10px;
    color: white;
    background-color: #A3C371;
    opacity: 0;
    transition: .6s;
}

.about-section>p.show{
    opacity: 1;
}

.about-section::before{
    position: absolute;
    content: "";
    display: block;
    top: 25px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 30px;
    height: 30px;
    background-color: #A3C371;
    z-index: 1;
}

.about-text{
    display: flex;
    flex-direction: column;
}

.about-text>img{
    width: 350px;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 40px;
}

.about-text>p{
    width: 1121px;
    font-size: 30px;
    margin-left: 25px;
    line-height: 150%;
    color: #707070;
}

.about-section>img{
    display: block;
    margin-top: 42px;
    margin-right: 29px;
    width: 335px;
    height: 335px;
}

/*cta-page-section -------------------------------------------- */

.cta-button{
    display: block;
    text-align: center;
    margin: 100px auto;
    width: 700px;
    height: 130px;
    line-height: 130px;
    border-radius: 24px;
    font-size: 44px;
    color: white;
    background-color: #A3C371;
    transition: .6s;
}

.cta-button:hover{
    color: black;
    background-color: white;
    border: 5px solid black;
}

/*worries-page-section -------------------------------------------- */
.worries{
    position: relative;
    margin-bottom: 150px;
    width: 100%;
}

.title-2::after{
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 837px;
    height: 139px;
    background-color: #A3C371;
    z-index: -1;
}

.worries-section{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:100px auto;
    width: 1088px;
}

.worries-section>img{
    position: absolute;
    top: 20px;
    left: -170px;
    z-index: 10;
}

.worries-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 100px;
    width: 525px;
    background-color: #F0EEDE;
    color: #707070;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 30px;
    transform: translateX(-50px);
    opacity: 0;
    transition: .6s;
}

.worries-item.show{
    transform: translateX(0px);
    opacity: 1;
}

.worries-item:nth-of-type(1),.worries-item:nth-of-type(2){
    margin-bottom: 4px;
}

.worries-item>img{
    display: block;
    margin-bottom: 50px;
    width: 288px;
    height: 288px;
    border-radius: 100vh;
}

/*Q&A-page-section -------------------------------------------- */
.title-3{
    width: 340px;
}

.title-3>span{
    font-size: 25px;
}

.title-3::after{
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 528px;
    height: 139px;
    background-color: #A3C371;
    z-index: -1;
}

.qa-side{
    margin-left: 40px;
    width: 528px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qa-side>img{
    display: block;
    margin-top: 180px;
    margin-left: 0px;
    margin-right: auto;
    width: 400px;
}

.qa-page{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.qa-list{
    width: 1219px;
    margin: 80px 50px 0px auto;
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 25px;
}

.qa-item{
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    transform: translateY(50px);
    opacity: 0;
    transition: .6s;
}

.qa-item.show{
    transform: translateY(0px);
    opacity: 1;
}

.q-text-list{
    position: relative;
    display: flex;
    background-color: #EAF1F6;
    width: 100%;
    height: 118px;
    align-items: center;
}

.q-start{
    margin-left: 40px;
    margin-right: 100px;
    font-size: 46px;
    color: #373A3C;
}

#drop-start,#drop-start-2,#drop-start-3{
    display: block;
    position: absolute;
    right: 20px;
    font-size: 40px;
    font-weight: bold;
    transition: .6s;
}

#drop-end.show,#drop-end-2.show,#drop-end-3.show{
    display: block;
    position: absolute;
    right: 20px;
    font-size: 40px;
    font-weight: bold;
    transition: .6s;
}

#drop-start.show-remove,#drop-start-2.show-remove,#drop-start-3.show-remove{
    transition: .6s;
    display: none;
}

#drop-end,#drop-end-2,#drop-end-3{
    transition: .6s;
    display: none;
}

#a-item,#a-item-2,#a-item-3{
    display: flex;
    width: 100%;
    height: 118px;
    align-items: center;
    position: relative;
    margin-top: -118px;
    opacity: 0;
    transition: .6s;
    border: 1px solid #EAF1F6;
    background-color: white;
    z-index: -1;
}

#a-item.show,#a-item-2.show,#a-item-3.show{
    margin-top: 0px;
    opacity: 1;
    transition: .6s;
}

.a-start{
    margin-left: 40px;
    margin-right: 100px;
    font-size: 46px;
    color: #373A3C;
}


/*reseve-page-section -------------------------------------------- */
.title-4::after{
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 837px;
    height: 139px;
    background-color: #A3C371;
    z-index: -1;
}


.reseve-page{
    position: relative;
    margin-top: 150px;
    width: 100%;
}

.reseve-section{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin:100px auto;
    padding-bottom: 230px;
    width: 1275px;
    background-color: #F0EEDE;
}

.reseve-section>img:nth-of-type(1){
    position: absolute;
    top: -140px;
    left: -200px;
    z-index: -1;
    opacity: 0;
}

.reseve-section>a{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    margin: initial;
}

.reseve-text{
   margin-top: 60px;
   margin-left: 30px;
}

.reseve-text>h3{
    text-align: center;
    margin-left: -100px;
    width: 355px;
    height: 86px;
    line-height: 86px;
    background-color: #A3C371;
    font-size: 34px;
    color: white;
    transform: translateX(-50px);
    opacity: 0;
    transition: .6s;
}

.reseve-text>h3.show{
    transform: translateX(0px);
    opacity: 1;
}

.reseve-text>p{
    margin-top: 46px;
    font-size: 26px;
    color: #8D8D8D;
}

.reseve-img{
    display: block;
    margin-top: 30px;
    margin-right: 38px;
}

/*flow-page-section -------------------------------------------- */
.title-5::after{
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 837px;
    height: 139px;
    background-color: #A3C371;
    z-index: -1;
}

.title-5{
    width: 837px;
}

.flow-page{
    position: relative;
    margin-top: 150px;
    width: 100%;
}

.flow-list{
    display: flex;
    flex-direction: column;
    margin:100px 190px 0px auto;
    width: 1275px;
}

.flow-item{
    display: flex;
    padding: 70px 0px 30px;
    width: 100%;
    background-color: #F0EEDE;
    transform: translateY(50px);
    opacity: 0;
    transition: .6s;
}

.flow-item.show{
    transform: translateY(0px);
    opacity: 1;
}

.img-list{
    width: 50%;
}

.img-list-title{
    text-align: center;
    margin-bottom: 70px;
    width: 424px;
    height: 63px;
    line-height: 63px;
    font-size: 30px;
    background-color: white;
}

.img-list>img:nth-of-type(1){
    margin-left: 40px;
}

.flow-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 600px;
    margin-top: 160px;
}

.flow-text>h3{
    margin-bottom: 50px;
    text-align: center;
    font-size: 44px;
    color: #A3C371;
}

.flow-text>p{
    width: 600px;
    font-size: 26px;
    line-height: 150%;
}

.triangle{
    margin: 30px auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 28px solid transparent;
    border-left: 28px solid transparent;
    border-top: 48px solid #A3C371;
    border-bottom: 0;
}

/*item-page-section -------------------------------------------- */
.title-6::after{
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 663px;
    height: 139px;
    background-color: #A3C371;
    z-index: -1;
}

.title-6{
    margin-right: 0px;
    margin-left: auto;
    width: 663px;
    z-index: 10;
}

.payment-page{
    position: relative;
    margin-top: 150px;
    width: 100%;
}

.payment-list{
    position: relative;
    display: flex;
    margin: 30px auto 100px 126px;
    justify-content: space-evenly;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 1275px;
    background-color: #F0EEDE;
}

.payment-list>.line{
    background-color: white;
    height: 400px;
}

.payment-list>img{
    position: absolute;
    bottom: -10px;
    right: -180px;
}

.payment-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    transform: translateY(50px);
    opacity: 0;
    transition: .6s;
}

.payment-item.show{
    transform: translateY(0px);
    opacity: 1;
}

.payment-item>h3{
    margin-bottom: 25px;
    font-size: 34px;
    color: #A3C371;
}

.payment-item>p{
    margin-top: 25px;
    text-align: center;
    font-size: 25px;
    line-height: 150%;
    color: #8D8D8D;
}

.payment-item>p>span{
    font-size: 18px;
}


/* -------------------------------------------- */

.title-7::after{
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 837px;
    height: 139px;
    background-color: #A3C371;
    z-index: -1;
}

.item-page{
    position: relative;
    margin-top: 150px;
    width: 100%;
}

.item-list{
    display: flex;
    justify-content: space-evenly;
    margin: 100px auto;
    padding-top: 30px;
    width: 1460px;
    height: 550px;
    background-color: white;
}

.item{
    position: relative;
    width: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateX(-50px);
    opacity: 0;
    transition: .6s;
}

.item:nth-of-type(3){
    transition: 1s;
}

.item:nth-of-type(5){
    transition: 1.2s;
}

.item.show{
    transform: translateX(0px);
    opacity: 1;
}

.line{
    margin-top: auto;
    margin-bottom: -0px;
    width: 2px; 
    height: 500px;
    background-color: #FFF0DF;
}

.item>img{
    display: block;
    margin-bottom: 50px;
    width: 288px;
    height: 288px;
    border-radius: 100vh;
}

.item:nth-of-type(1)>img{
    width: 150px;
}

.item>p{
    text-align: center;
    font-size: 30px;
    line-height: 150%;
}


/*price-page-section -------------------------------------------- */

.title-8::after{
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 663px;
    height: 139px;
    background-color: #A3C371;
    z-index: -1;
}

.title-8{
    margin-right: 0px;
    margin-left: auto;
    width: 663px;
    z-index: 10;
}

.price-page{
    margin-top: 150px;
    width: 100%;
}

.price-list{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin:50px auto 0px 126px;
    width: 1230px;
}

.price-list>img{
    position: absolute;
    top: -180px;
    left: -230px;
}

.price-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 80px;
    width: 503px;
    height: 420px;
    background-color: #FFF0DF;
    border-radius: 10px;
    transform: translateY(50px);
    opacity: 0;
    transition: .6s;
}

.price-item.show{
    transform: translateY(0px);
    opacity: 1;
}

.price-item:nth-of-type(2),.price-item:nth-of-type(4){
    margin-top: 100px;
}

.price-item:nth-of-type(3),.price-item:nth-of-type(4){
    margin-bottom: 0px;
}

.price-item>h3{
    font-size: 30px;
    color: #8D8D8D;
}

.price-item>p{
    text-align: center;
    font-size: 18px;
    color: #8D8D8D;
}

.last-cta{
    margin-top: 30px;
}









/*note-pc ------------------------------------------------------------------------------------ */
@media(max-width:1800px){

.note-pc-br{
    display: block;
}

/*top-page-section -------------------------------------------- */

.top-title{
    bottom: 100px;
    left: 15px;
    width: 700px;
    height: 150px;
}

.top-title>p{
   width: 600px;
}

.top-title>h2{
    text-align: end;
    margin: 0px auto;
    padding: 10px 0px;
    width: 600px;
    font-size: 50px;
    color: white;
}

/*about-page-section -------------------------------------------- */

.about-section{
    width: 1300px;
}

.about-text>p{
    width: 918px;
    font-size: 25px;
    margin-left: 25px;
    line-height: 150%;
    color: #707070;
}

.about-section>img{
    display: block;
    margin-top: 42px;
    margin-right: 29px;
    width: 335px;
    height: 335px;
}

/*cta-page-section -------------------------------------------- */

.cta-button{
    width: 600px;
    height: 100px;
    line-height: 100px;
}

/*worries-page-section -------------------------------------------- */
.worries-section{
    width: 900px;
}

.worries-section>img{
    width: 250px;
    top: 20px;
    left: -160px;
}

.worries-item{
    width: 440px;
}

/*Q&A-page-section -------------------------------------------- */

.qa-side{
    margin-left: 40px;
    width: 528px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qa-side>img{
    display: block;
    margin-top: 180px;
    margin-left: 0px;
    margin-right: auto;
    width: 300px;
}

.qa-list{
    width: 1000px;
    margin: 150px 20px 0px auto;
    font-size: 20px;
}

.qa-item{
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}

.q-text-list{
    position: relative;
    display: flex;
    background-color: #EAF1F6;
    width: 100%;
    height: 118px;
    align-items: center;
}

.q-start{
    margin-left: 40px;
    margin-right: 100px;
    font-size: 46px;
    color: #373A3C;
}

#drop-start,#drop-start-2,#drop-start-3{
    display: block;
    position: absolute;
    right: 20px;
    font-size: 40px;
    font-weight: bold;
    transition: .6s;
}

#drop-end.show,#drop-end-2.show,#drop-end-3.show{
    display: block;
    position: absolute;
    right: 20px;
    font-size: 40px;
    font-weight: bold;
    transition: .6s;
}

#drop-start.show-remove,#drop-start-2.show-remove,#drop-start-3.show-remove{
    transition: .6s;
    display: none;
}

#drop-end,#drop-end-2,#drop-end-3{
    transition: .6s;
    display: none;
}

#a-item,#a-item-2,#a-item-3{
    display: flex;
    width: 100%;
    height: 118px;
    align-items: center;
    position: relative;
    margin-top: -118px;
    padding: 10px;
    opacity: 0;
    transition: .6s;
    background-color: white;
    z-index: -1;
}

#a-item.show,#a-item-2.show,#a-item-3.show{
    margin-top: 0px;
    opacity: 1;
    transition: .6s;
}

.a-start{
    margin-left: 40px;
    margin-right: 100px;
    font-size: 46px;
    color: #373A3C;
}

.q-2{
    width: 700px;
}

/*reseve-page-section -------------------------------------------- */

.reseve-page{
    position: relative;
    margin-top: 150px;
    width: 100%;
}

.reseve-section{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin:100px auto;
    padding-bottom: 200px;
    width: 1100px;
    background-color: #F0EEDE;
}

.reseve-section>img:nth-of-type(1){
    position: absolute;
    width: 220px;
    top: -90px;
    left: -110px;
}

.reseve-section>a{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    margin: initial;
}

.reseve-text{
   margin-top: 60px;
   margin-left: 30px;
}

.reseve-text>h3{
    text-align: center;
    margin-left: -100px;
    width: 355px;
    height: 86px;
    line-height: 86px;
    background-color: #A3C371;
    font-size: 34px;
    color: white;
}

.reseve-text>p{
    margin-top: 46px;
    font-size: 26px;
    color: #8D8D8D;
}

.reseve-img{
    display: block;
    margin-top: 30px;
    margin-right: 38px;
}

/*flow-page-section -------------------------------------------- */

.flow-page{
    position: relative;
    margin-top: 200px;
    width: 100%;
}

.flow-list{
    display: flex;
    flex-direction: column;
    margin:100px 20px 0px auto;
    width: 1200px;
}


/*item-page-section -------------------------------------------- */

.payment-page{
    position: relative;
    margin-top: 200px;
    width: 100%;
}

.payment-list{
    margin: 100px auto 100px 20px;
    width: 1200px;
}

.payment-list>img{
    position: absolute;
    width: 290px;
    bottom: -10px;
    right: -80px;
}


/*item -------------------------------------------- */

.item-page{
    margin-top: 200px;
}

.item-list{
    display: flex;
    justify-content: space-evenly;
    margin: 100px auto;
    padding-top: 30px;
    width: 1200px;
    height: 550px;
    background-color: white;
}

.item{
    position: relative;
    width: 390px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.line{
    margin-top: auto;
    margin-bottom: -0px;
    width: 2px; 
    height: 500px;
    background-color: #FFF0DF;
}

.item>img{
    display: block;
    margin-bottom: 50px;
    width: 288px;
    height: 288px;
    border-radius: 100vh;
}

.item:nth-of-type(1)>img{
    width: 150px;
}

.item>p{
    padding: 20px;
    text-align: center;
    font-size: 25px;
    line-height: 150%;
}


/*price-page-section -------------------------------------------- */

.title-8{
    margin-top: 200px;
    margin-right: 0px;
    margin-left: auto;
    width: 663px;
    z-index: 10;
}

.price-page{
    margin-top: 150px;
    width: 100%;
}

.price-list{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin:50px auto 0px 20px;
    width: 1200px;
}

.price-list>img{
    position: absolute;
    top: -180px;
    left: -230px;
}

.price-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 80px;
    width: 503px;
    height: 420px;
    background-color: #FFF0DF;
    border-radius: 10px;
}

.price-item:nth-of-type(2),.price-item:nth-of-type(4){
    margin-top: 100px;
}

.price-item:nth-of-type(3),.price-item:nth-of-type(4){
    margin-bottom: 0px;
}

.price-item>h3{
    font-size: 30px;
    color: #8D8D8D;
}

.price-item>p{
    text-align: center;
    font-size: 18px;
    color: #8D8D8D;
}

.last-cta{
    margin-top: 30px;
}
}





/*tablet ------------------------------------------------------------------------------------ */
@media(max-width:1365px){

    .tablet-br{
        display: block;
    }
    
    /*top-page-section -------------------------------------------- */
    
    .top-page>h1{
        width: 180px;
    }

    .top-page>h1>img{
        width: 100%;
    }


    .top-title{
        bottom: 10px;
        left: 50%;
        top: 50%;
        transform:  translate(-50%, -50%);
        width: 500px;
        height: 130px;
    }
    
    .top-title>p{
       text-align: center;
       width: 400px;
       font-size: 25px;
    }
    
    .top-title>h2{
        text-align: center;
        margin: 0px auto;
        padding: 10px 0px;
        width: 400px;
        font-size: 30px;
        color: white;
    }
    
    /*about-page-section -------------------------------------------- */
    .title-1::after{
        width: 600px;
        height: 123px;
    }

    .section-title{
        font-size: 30px;
    }

    .section-title>span{
        font-size: 20px;
    }

    .about-section{
        width: 700px;
        flex-direction: column;
        align-items: center;
    }
    
    .about-text>p{
        width: 600px;
    }
    
    .about-text>img{
        width: 200px;
        margin-top: 70px;
        margin-left: -20px;
    }

    .about-section>img{
        margin-top: 42px;
        margin-right: initial;
        width: 300px;
        height: 300px;
    }
    
    /*cta-page-section -------------------------------------------- */
    
    .cta-button{
        width: 500px;
        height: 80px;
        line-height: 80px;
        font-size: 35px;
    }
    
    /*worries-page-section -------------------------------------------- */
    .title-2::after{
        width: 600px;
        height: 123px;
    }

    .worries-section{
        margin-top: 150px;
        width: 600px;
    }
    
    .worries-section>img{
        width: 200px;
        top: -30px;
        left: -50px;
    }
    
    .worries-item{
        width: 440px;
        text-align: center;
        padding-bottom: 40px;
    }

    .worries-item:nth-of-type(1),.worries-item:nth-of-type(2),.worries-item:nth-of-type(3),.worries-item:nth-of-type(4){
        margin-bottom: 30px;
    }
    
    /*Q&A-page-section -------------------------------------------- */
    
    .qa-page{
        flex-direction: column;
        align-items: center;
    }

    .title-3{
        margin: 70px auto 0px;
    }

    .title-3::after{
        height: 125px;
    }

    .qa-side{
        position: relative;
        margin: auto;
        width: 528px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .qa-side>img{
        position: absolute;
        display: block;
        margin: initial;
        bottom: -150px;
        left: -90px;
        width: 140px;
        z-index: 10;
    }
    
    .qa-list{
        width: 600px;
        margin: 150px auto 0px;
        font-size: 20px;
    }
    
    .qa-item{
        position: relative;
        margin-bottom: 20px;
        width: 100%;
    }
    
    .q-text-list{
        position: relative;
        display: flex;
        background-color: #EAF1F6;
        width: 100%;
        height: 118px;
        align-items: center;
    }
    
    .q-start{
        margin-left: 40px;
        margin-right: 40px;
        font-size: 46px;
        color: #373A3C;
    }
    
    #drop-start,#drop-start-2,#drop-start-3{
        display: block;
        position: absolute;
        right: 20px;
        font-size: 40px;
        font-weight: bold;
        transition: .6s;
    }
    
    #drop-end.show,#drop-end-2.show,#drop-end-3.show{
        display: block;
        position: absolute;
        right: 20px;
        font-size: 40px;
        font-weight: bold;
        transition: .6s;
    }
    
    #drop-start.show-remove,#drop-start-2.show-remove,#drop-start-3.show-remove{
        transition: .6s;
        display: none;
    }
    
    #drop-end,#drop-end-2,#drop-end-3{
        transition: .6s;
        display: none;
    }
    
    #a-item,#a-item-2,#a-item-3{
        display: flex;
        width: 100%;
        height: 118px;
        align-items: center;
        position: relative;
        margin-top: -118px;
        padding: 10px;
        opacity: 0;
        transition: .6s;
        border: 1px solid #EAF1F6;
        background-color: white;
        z-index: -1;
    }
    
    #a-item.show,#a-item-2.show,#a-item-3.show{
        margin-top: 0px;
        opacity: 1;
        transition: .6s;
    }
    
    .a-start{
        margin-left: 40px;
        margin-right: 40px;
        font-size: 46px;
        color: #373A3C;
    }
    
    .q-2{
        width: 700px;
    }
    
    /*reseve-page-section -------------------------------------------- */
    
    .title-4::after{
        width: 600px;
        height: 125px;
    }

    .reseve-page{
        position: relative;
        margin-top: 200px;
        width: 100%;
    }
    
    .reseve-section{
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        padding-bottom: 150px;
        width: 600px;
    }
    
    .reseve-section>img:nth-of-type(1){
        display: none;
        /* position: absolute;
        width: 200px;
        top: -30px;
        left: initial;
        right: -10px;
        z-index: 10; */
    }
    
    .reseve-section>a{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 30px;
        margin: initial;
    }
    
    .reseve-text{
       margin-top: 60px;
       margin-left: 30px;
    }
    
    .reseve-text>h3{
        margin-left: -70px;
        width: 300px;
        height: 70px;
        line-height: 70px;
        font-size: 30px;
    }
    
    .reseve-text>p{
        margin-top: 46px;
        font-size: 22px;
        color: #8D8D8D;
    }
    
    .reseve-img{
        margin-right: initial;
    }
    
    /*flow-page-section -------------------------------------------- */
    .title-5{
        width: 600px;
        margin: 70px auto 0px;
    }

    .title-5::after{
        width: 600px;
        height: 125px;
    }


    .flow-page{
        position: relative;
        margin-top: 200px;
        width: 100%;
    }
    
    .flow-list{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin:100px auto 0px;
        width: 600px;
    }
    
    .flow-item{
        flex-direction: column;
        align-items: center;
    }

    .img-list{
        width: 600px;
        margin: initial;
    }

    .img-list>p{
        margin-left: 0px;
        margin-right: auto;
    }

    .img-list>img:nth-of-type(1){
        display: block;
        margin: auto;
    }

    .flow-text{
        width: 500px;
        margin-top: 30px;
    }

    .flow-text>h3{
        margin-bottom: 20px;
    }

    .flow-text>p{
        width: 100%;
        font-size: 20px;
    }

    
    /*item-page-section -------------------------------------------- */
    .title-6{
        width: 600px;
        margin: 70px auto 0px;
    }

    .title-6::after{
        width: 600px;
        height: 125px;
    }

    .payment-page{
        position: relative;
        margin-top: 200px;
        width: 100%;
    }
    
    .payment-list{
        margin: 100px auto 0px;
        flex-direction: column;
        align-items: center;
        width: 600px;
    }

    .payment-list>.line{
        display: none;
    }

    .payment-item{
        width: 500px;
    }

    .payment-item:nth-of-type(1){
        margin-bottom: 50px;
    }
    
    .payment-list>img{
        position: absolute;
        width: 200px;
        bottom: -22px;
        right: -30px;
    }
    
    
    /*item -------------------------------------------- */
    .title-7{
        width: 600px;
        margin: 70px auto 0px;
    }

    .title-7::after{
        width: 600px;
        height: 125px;
    }

    .item-page{
        margin-top: 200px;
    }
    
    .item-list{
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: 100px auto;
        width: 600px;
        height: auto;
    }
    
    .item{
        position: relative;
        width: 500px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .line{
        margin: 50px auto;
        width: 500px; 
        height: 2px;
        background-color: #FFF0DF;
    }
    
    .item>img{
        display: block;
        margin-bottom: 20px;
        width: 288px;
        height: 288px;
        border-radius: 100vh;
    }
    
    .item:nth-of-type(1)>img{
        width: 150px;
    }
    
    .item>p{
        padding: 20px;
        text-align: center;
        font-size: 25px;
        line-height: 150%;
    }
    
    
    /*price-page-section -------------------------------------------- */
    
    .title-8{
        width: 600px;
        margin: 70px auto 0px;
    }

    .title-8::after{
        width: 600px;
        height: 125px;
    }
    
    .price-page{
        margin-top: 200px;
        width: 100%;
    }
    
    .price-list{
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin:50px auto 0px;
        width: 600px;
    }
    
    .price-list>img{
        position: absolute;
        top: -180px;
        left: -230px;
    }
    
    .price-item{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        width: 500px;
        height: 420px;
        background-color: #FFF0DF;
        border-radius: 10px;
    }
    
    .price-item:nth-of-type(1),.price-item:nth-of-type(2),.price-item:nth-of-type(3),.price-item:nth-of-type(4){
        margin-bottom: 0px;
        margin-top: 30px;
    }

    .price-item>h3{
        font-size: 30px;
        color: #8D8D8D;
    }
    
    .price-item>p{
        text-align: center;
        font-size: 18px;
        color: #8D8D8D;
    }
    
    .last-cta{
        margin-top: 30px;
    }

}

/*sp ------------------------------------------------------------------------------------ */
@media(max-width:767px){

    .sp-br{
        display: block;
    }
    
    .pc-top{
        display: none;
    }

    .sp-top{
        display: block;
        height: 100%;
        object-fit: cover;
    }

    /*top-page-section -------------------------------------------- */
    
    .top-page{
        height: 100vh;
    }

    .top-page>h1{
        width: 120px;
    }

    .top-page>h1>img{
        width: 100%;
    }

    .top-title{
        bottom: 10px;
        left: 50%;
        top: 50%;
        transform:  translate(-50%, -50%);
        width: 280px;
        height: 120px;
    }
    
    .top-title>p{
       text-align: center;
       width: 250px;
       font-size: 15px;
    }
    
    .top-title>h2{
        text-align: center;
        margin: 0px auto;
        padding: 10px 0px;
        width: 250px;
        font-size: 30px;
        color: white;
    }
    
    /*about-page-section -------------------------------------------- */
    .title-1::after{
        width: 300px;
        height: 114px;
    }

    .section-title{
        font-size: 30px;
    }

    .section-title::before{
        width: 90%;
    }

    .section-title>span{
        bottom: -40px;
        width: 100%;
        font-size: 20px;
    }

    .about-section{
        padding-top: 60px;
        width: 90%;
        flex-direction: column;
        align-items: center;
    }

    .about-section>p{
        top: -50px;
        width: 300px;
        font-size: 25px;
    }

    .about-section::before{
        top: 14px;
    }
    
    .about-text>p{
        width: 90%;
        font-size: 20px;
    }
    
    .about-text>img{
        width: 200px;
        margin-top: 70px;
        margin-left: -20px;
    }

    .about-section>img{
        margin-top: 42px;
        margin-right: initial;
        width: 250px;
        height: 250px;
    }
    
    /*cta-page-section -------------------------------------------- */
    
    .cta-button{
        width: 300px;
        height: 60px;
        line-height: 60px;
        font-size: 25px;
    }
    
    /*worries-page-section -------------------------------------------- */
    .worries::before{
        bottom: -55px;
    }


    .title-2::after{
        width: 300px;
        height: 114px;
    }

    .worries-section{
        margin-top: 150px;
        width: 90%;
    }
    
    .worries-section>img{
        width: 150px;
        top: -30px;
        left: -5px;
    }
    
    .worries-item{
        width: 100%;
        text-align: center;
        padding-bottom: 40px;
    }

    .worries-item>img{
        width: 250px;
        height: 250px;
    }

    .worries-item>p{
        font-size: 20px;
    }

    .worries-item:nth-of-type(1),.worries-item:nth-of-type(2),.worries-item:nth-of-type(3),.worries-item:nth-of-type(4){
        margin-bottom: 30px;
    }
    
    /*Q&A-page-section -------------------------------------------- */
    .qa-page::before{
        bottom: -85px;
    }

    .title-3::after{
        width: 300px;
        height: 114px;
    }


    .qa-page{
        flex-direction: column;
        align-items: center;
    }

    .title-3{
        width: 300px;
        margin: auto;
    }

    .qa-side{
        position: relative;
        margin: auto;
        width: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .qa-side>img{
        display: none;
    }
    
    .qa-list{
        width: 90%;
        margin: 100px auto 0px;
        font-size: 20px;
    }
    
    .qa-item{
        position: relative;
        margin-bottom: 20px;
        width: 100%;
    }
    
    .q-text-list{
        position: relative;
        display: flex;
        flex-direction: column;
        padding-top: 30px;
        padding-bottom: 60px;
        width: 100%;
        height: auto;
        align-items: center;
    }
    
    .q-start{
        margin-bottom: 20px;
        font-size: 30px;
        color: #373A3C;
    }
    
    #drop-start,#drop-start-2,#drop-start-3{
        display: block;
        position: absolute;
        text-align: center;
        left: 50%;
        bottom: 10px;
        transform: translateX(-50%);
        font-size: 40px;
        font-weight: bold;
        transition: .6s;
    }
    
    #drop-end.show,#drop-end-2.show,#drop-end-3.show{
        display: block;
        position: absolute;
        text-align: center;
        left: 50%;
        bottom: 10px;
        transform: translateX(-50%);
        font-size: 40px;
        font-weight: bold;
        transition: .6s;
    }
    
    #drop-start.show-remove,#drop-start-2.show-remove,#drop-start-3.show-remove{
        transition: .6s;
        display: none;
    }
    
    #drop-end,#drop-end-2,#drop-end-3{
        transition: .6s;
        display: none;
    }
    
    #a-item,#a-item-2,#a-item-3{
        display: flex;
        width: 100%;
        height: 215px;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        position: relative;
        margin-top: -215px;
        padding: 10px;
        opacity: 0;
        transition: .6s;
        border: 1px solid #EAF1F6;
        background-color: white;
        z-index: -1;
    }
    
    #a-item.show,#a-item-2.show,#a-item-3.show{
        margin-top: 0px;
        opacity: 1;
        transition: .6s;
    }
    
    .a-start{
        margin-left: 30px;
        margin-right: 30px;
        font-size: 30px;
        color: #373A3C;
    }
    
    .q-2{
        width: 700px;
    }

    .q-text{
        text-align: center;
        width: 90%;
    }
    
    /*reseve-page-section -------------------------------------------- */
    
    .title-4::after{
        width: 300px;
        height: 114px;
    }

    .reseve-page{
        position: relative;
        margin-top: 200px;
        width: 100%;
    }
    
    .reseve-section{
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        padding-bottom: 150px;
        width: 90%;
    }
    
    .reseve-section>img:nth-of-type(1){
        display: none;
        /* position: absolute;
        width: 200px;
        top: -30px;
        left: initial;
        right: -10px;
        z-index: 10; */
    }
    
    .reseve-section>a{
        width: 90%;
        font-size: 20px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 30px;
        margin: initial;
    }
    
    .reseve-section>img:nth-of-type(2){
        width: 90%;
    }

    .reseve-text{
        width: 90%;
        margin: 60px auto 0px;
    }
    
    .reseve-text>h3{
        margin-left: -70px;
        width: 300px;
        height: 70px;
        line-height: 70px;
        font-size: 30px;
    }
    
    .reseve-text>p{
        margin-top: 46px;
        font-size: 22px;
        color: #8D8D8D;
    }
    
    .reseve-img{
        margin-right: initial;
    }
    
    /*flow-page-section -------------------------------------------- */
    .title-5::after{
        width: 300px;
        height: 114px;
    }

    .title-5{
        width: 300px;
    }

    .flow-page{
        position: relative;
        margin-top: 200px;
        width: 100%;
    }
    
    .flow-list{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin:100px auto 0px;
        width: 90%;
    }
    
    .flow-item{
        padding-top: 30px;
        flex-direction: column;
        align-items: center;
    }

    .img-list{
        width: 100%;
        margin: initial;
    }

    .img-list>p{
        width: 150px;
        margin-left: 0px;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .img-list>img:nth-of-type(1){
        width: 90%;
        display: block;
        margin: auto;
    }

    .flow-text{
        text-align: center;
        width: 90%;
        margin-top: 30px;
    }

    .flow-text>h3{
        font-size: 30px;
        margin-bottom: 20px;
    }

    .flow-text>p{
        width: 100%;
        font-size: 20px;
    }

    
    /*item-page-section -------------------------------------------- */
    .title-6{
        width: 300px;
        margin: 70px auto 0px;
    }

    .title-6::after{
        width: 300px;
        height: 114px;
    }

    .payment-page{
        position: relative;
        margin-top: 200px;
        width: 100%;
    }
    
    .payment-list{
        margin: 100px auto 0px;
        flex-direction: column;
        align-items: center;
        width: 90%;
    }

    .payment-item{
        width: 100%;
    }

    .payment-item>h3{
        font-size: 30px;
    }

    .payment-item>img{
        width: 90%;
    }

    .payment-item>p{
        width: 95%;
        font-size: 18px;
    }

    .payment-item:nth-of-type(1){
        margin-bottom: 100px;
    }
    
    .payment-list>img{
        position: absolute;
        width: 200px;
        bottom: -22px;
        right: -0px;
    }
    
    
    /*item -------------------------------------------- */
    .title-7{
        width: 300px;
        margin: 70px auto 0px;
    }

    .title-7::after{
        width: 300px;
        height: 114px;
    }

    .item-page{
        margin-top: 200px;
    }
    
    .item-list{
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: 100px auto;
        width: 90%;
        height: auto;
    }
    
    .item{
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .line{
        margin: 50px auto;
        width: 90%; 
        height: 2px;
        background-color: #FFF0DF;
    }
    
    .item>img{
        display: block;
        margin-bottom: 20px;
        width: 288px;
        height: 288px;
        border-radius: 100vh;
    }
    
    .item:nth-of-type(1)>img{
        width: 150px;
    }
    
    .item>p{
        padding: 20px;
        text-align: center;
        font-size: 20px;
        line-height: 150%;
    }
    
    
    /*price-page-section -------------------------------------------- */
    
    .title-8{
        width: 300px;
        margin: 70px auto 0px;
    }

    .title-8::after{
        width: 300px;
        height: 114px;
    }
    
    .price-page{
        margin-top: 200px;
        width: 100%;
    }
    
    .price-list{
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin:50px auto 0px;
        width: 90%;
    }
    
    .price-list>img{
        position: absolute;
        top: -180px;
        left: -230px;
    }
    
    .price-item{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        width: 100%;
        height: auto;
        padding: 20px;
        background-color: #FFF0DF;
        border-radius: 10px;
    }
    
    .price-item:nth-of-type(1),.price-item:nth-of-type(2),.price-item:nth-of-type(3),.price-item:nth-of-type(4){
        margin-bottom: 0px;
        margin-top: 30px;
    }

    .price-item>h3{
        font-size: 30px;
        margin-bottom: 20px;
        color: #8D8D8D;
    }

    .price-item>img{
        width: 90%;
    }
    
    .price-item>p{
        margin-top: 20px;
        text-align: center;
        font-size: 18px;
        color: #8D8D8D;
    }
    
    .last-cta{
        margin-top: 30px;
    }

}