html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Helvetica Neue", "Helvetica", "メイリオ","Meiryo","Noto Sans JP","Arial",  sans-serif;
    position: relative;
    /* padding-bottom:60px; */
}

/*可変*/
@media screen and (min-width:320px) and (max-width:640px){

    html{
        font-size: 3.125vw;
    }

    body{
        font-size:1.6rem;
    }


}

/*クローム*/
 img {
image-rendering: -webkit-optimize-contrast;
}




.inner{
    width:87.5%;
    margin: 0 auto;
}

@media screen and (min-width:751px){
    .inner {
        width:680px;
    }
}

.inner img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}


@media screen and (max-width:640px){
    .intro,.why,.step,.case,.cta_last{
        background-size: 3.125vw auto;
    }
}


.info,.worries,.reason,.faq{
    border-top:solid 0.1rem #e2f8eb;
    border-bottom:solid 0.1rem #e2f8eb;
}

@media screen and (min-width:751px){
    .info,.worries,.reason,.faq{
    border-top:solid 2px #e2f8eb;
    border-bottom:solid 2px #e2f8eb;
}
}

/*color*/

:root{
    --font-color:#000000;
    --font-green:#06c755;
    --font-yellow:#ffde00;
    --font-pink:#ff41be;
    --font-blue:#074aad;
}

.obi{
    text-align: center;
    font-weight: bold;
    background-color:var(--font-blue);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    color: #fff;
}

@media screen and (min-width:751px){
.obi{
    text-align: center;
    font-weight: bold;
    background-color:var(--font-blue);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    color: #fff;
    font-size: 30px;
}
}



h1 {
    text-align: center;
}

h2{
    font-family: "Noto Sans JP";
    text-align: center;

}

h3{
    font-family: "Noto Sans JP";
    /* text-align: center; */
    font-weight: 700;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}


@media screen and (min-width:751px){
h3{
    font-family: "Noto Sans JP";
    /* text-align: center; */
    font-weight: 700;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 30px;
}

}


h2{
    font-weight: 900;
    font-size: 2.0rem;
    margin-bottom: 3.2rem;
}

@media screen and (min-width:751px){
    h2{
        font-size: 40px;
    }
}

h2 span {
    color:var(--font-blue);
}

p{
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.75;
    margin-bottom: 1.6rem;
}

@media screen and (min-width:751px){
    p{
        font-size: 28px;
        margin-bottom: 49px;
    }
}
p span.border{
    background:linear-gradient(transparent 60%, var(--font-yellow) 60%);
    font-weight:bold;
}

p span.green {
    color:var(--font-green);
    font-weight: bold;
}

p span.pink {
    color:var(--font-pink);
    font-weight: bold;
}

span.f-big{
    font-size: 3.0rem;
    color:var(--font-color);
}

@media screen and (min-width:751px){
    span.f-big{
        font-size: 38px;
    }
}
span.bold {
    font-weight: bold;
}

/*----------------------------
mv
------------------------------*/

.mv img {
    width: 100%;
    height: auto;
}


.mv {
    /* margin-bottom:4.2rem; */
}

@media screen and (min-width:751px){
    .mv img {
            margin-bottom: 3px;
    }

    .mv {
        /* margin-bottom: 85px; */
    }
}
/*----------------------------
intro
------------------------------*/
.intro{
    /* padding-top:3.5rem;
    padding-bottom: 4.5rem; */
}

.intro h2 span {
    font-size: 3.0rem;
    margin-left: 0.4rem;
    letter-spacing: -0.06em;
}

@media screen and (min-width:751px){
    .intro {
    /* padding-top:68px; */
    padding-bottom: 66px;
}

    .intro h2 {
        position: relative;
        margin-bottom: 61px;
    }
    .intro h2 span {
    font-size: 60px;
    position: relative;
    top: 7px;
    left: 7px;
    margin-left: 0;

}
}

.intro h2:nth-child(2n){
    margin-top:5.5rem;
    line-height: 1.65;
    margin-bottom: 3.0rem;
}

@media screen and (min-width:751px){
    .intro h2:nth-child(2n){
        margin-top: 116px;
        margin-bottom: 57px;
    }
}

.intro h2:nth-child(2n) span{
    font-size: 2.5rem;
    letter-spacing: 0.01em;
}

@media screen and (min-width:751px){
    .intro h2:nth-child(2n) span{
        font-size: 50px;
        position: relative;
        top: 0;
        left: 0;
        }
    
}



.intro h2 img {
    margin-top:-2.0rem;
}


@media screen and (max-width:640px){
    .intro h2 img {
        margin-top:3.4rem;
    }
    .intro02 img {
    width: 100%;
}

}

.intro .intro01 ,.intro .intro02 img {
    margin-bottom: 2.5rem;
}

.intro02 img:last-child {
        margin-bottom:0;
    }
@media screen and (min-width:751px){

    .intro .intro01 {
    margin-bottom: 57px;
    width:97%;
}
    .intro02 {
        margin-top: 92px;
}
    .intro_last{
        margin-top: 68px;
}

}


/*----------------------------
info
------------------------------*/

.info{
    padding-top:3.5rem;
    padding-bottom: 0.9rem;
}

@media screen and (min-width:751px){
    .info{
    padding-top:60.5px;
    padding-bottom: 69px;
}
}
.info h2 {
    line-height: 1.65;
    margin-bottom:2.3rem;
}

.info h2 span{
    font-size: 3.0rem;
}

@media screen and (min-width:751px){

    .info h2{
        font-feature-settings: "palt";
    }
    .info h2 span{
        font-size: 60px;
        letter-spacing: 0.07em;
        line-height: 1.5;
}
}

.info_list h3 {
    margin-top:2.0rem;
    margin-bottom:1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.75;
    font-weight: 600;
    font-size: 1.6rem;
}

@media screen and (min-width:751px){
    .info_list h3{
        font-size: 32px;
        margin-top: 34px;
        margin-bottom: 27px;
}
}

.info_list .info_list_item:not(:first-of-type){
    margin-top:3.3rem;
}

@media screen and (min-width:751px){
    .info_list {
        margin-top: 57px;
    }    

    .info_list_item {
        margin-bottom:71px;
    }

    .info_list_item:last-child {
        margin-bottom:0;
    }

    .info_list_item p {
        margin:0;
    }
    .info_list .info_list_item:not(:first-of-type){
    margin-top:0;
    }

}

    .info_list_item01 img {
        width: 39.375vw;
    }

    .info_list_item02 img {
        width: 37.5vw;
    }

    .info_list_item03 img{
        width: 57.8125vw;
    }

    .info_list_item04 img{
        width: 46.875vw;
    }

    .info_list_item05 img{
        width: 59.375vw;
    }

    .info_list_item06 img{
        width: 37.5vw;
    }

@media screen and (min-width:601px){


    .info_list_item01 img {
        width: 252px;
    }

    .info_list_item02 img {
        width: 240px;
    }

    .info_list_item03 img{
        width: 370px;
    }

    .info_list_item04 img{
        width: 300px;
    }

    .info_list_item05 img{
        width: 380px;
    }

    .info_list_item06 img{
        width: 240px;
    }
}

/*----------------------------
why
------------------------------*/

.why{
    padding-top:3.4rem;
    padding-bottom: 2.5rem;
}

@media screen and (min-width:751px){
    .why{
    padding-top:65px;
    padding-bottom: 25px;
}
}

.why h2{
    line-height: 1.5;
    margin-bottom: 2.7rem;
}
.why h2 span {
    font-size: 3.0rem;
    letter-spacing: 0.05;
}

.why h2 .ten,.why h2 .ten_after,.why .ten_before{
    color:var(--font-color);
    font-size: 2.0rem;
    position: relative;
}

.why h2 .ten_after{
    left:-8px;
}


@media screen and (min-width:751px){

    .why h2 {
        line-height: 1.55;
        margin-bottom: 46px;
    }
    .why h2 span{
        font-size: 60px;
}

    .why h2 .ten,.why h2 .ten_after,.why .ten_before{
        color:var(--font-color);
        font-size: 40px;
        position: relative;
    }
    .why h2 .ten {
        left:4px;
        top:0;
    }

    .why h2 .ten_after {
        left:-8px;
    }

    .why h2 .ten_before {
        left:8px;
    }



}

.why img.why_img {
    margin-bottom:3.4rem;
    width:87.5%;
}

@media screen and (min-width:751px){
    .why img.why_img {
        margin-top: 62.4px;
        margin-bottom: 56px;
        width:87.5%;
}
}

.why_list li {
    display: block;
    border: solid #e2f8eb 0.1rem;
    border-radius: 1.0rem;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0.35rem 0.7rem 0 rgba(159, 202, 177, 0.5);
    margin-bottom:2.5rem;
    padding:1.5rem;
    padding-top:2rem;
}



.why_list img {
    margin-bottom: 1.5rem;
}


 .why_list img {
    width:79%;


    
}

@media screen and (min-width:751px){


    .why_list_wrap {
        margin-top: 57px;
    }

    .why_list li {
        padding:46px 37px 35px;
        margin-bottom: 50px;
        border-radius: 20px;
        box-shadow: 0 7px 14px 0 rgba(159, 202, 177, 0.5);
        border: solid #e2f8eb 2px;
    }
}

.why_list p {
    margin-bottom:0;
}

/*----------------------------
worries
------------------------------*/

.worries {
    border-bottom:none;
    padding-top:3rem;
}

@media screen and (min-width:751px){
    .worries {
    padding-top:46px;
}
}

.worries_list img:first-child {
    margin-top:2.5rem;
    margin-bottom:3.5rem;
}

.worries_item{
    width: 100%;
    margin-left:0;
    margin-right:0;
    margin-top:2.5rem;
    display: block;
    filter:drop-shadow(0px 0.5rem 0.5rem rgba(0, 0, 0, 0.2));
    /*box-shadow: 0px 0.35rem 0.7rem 0px rgba(201, 201, 201, 0.5);*/
    
}

.worries_item_last {
    margin-top:3rem;
    margin-bottom:4.3rem;
}


    .worries h2 img {
        width:86.875%;
    }



@media screen and (min-width:751px){
    .worries h2 img {
        margin-bottom: 72px;
}

    .worries_item {
        margin-top:50px;
        filter:drop-shadow(0px 7px 14px 0px rgba(0, 0, 0, 0.2));
    }

    .worries_item_last {
        margin-top:50px;
        margin-bottom:87px;
        width:100%;
}
}



/*----------------------------
CTA
------------------------------*/

.cta_orange {
    margin-bottom:1.6rem;
    margin-right:auto;
    margin-left:auto;
    width:93.75%;
}

.cta_orange img {
    display: block;
    margin: 0 auto;
    width:100%;
}

.cta span {
    color:var(--font-green);
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0;
}

@media screen and (min-width:751px){

.cta span {
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 7px;
    display: inline-block;

}

}

.cta p:first-child{
    text-align: center;
    margin-bottom:0.8rem;
}

.cta p,.reason p {
    font-size: 1.3rem;
    margin-bottom:2.3rem;
}

@media screen and (min-width:751px){

.cta p,.reason p {
    font-size: 26px;
    margin-bottom: 46px;
}

}

.cta .inner img {
    width:100%;
}

/*----------------------------
step
------------------------------*/

.step {
    padding-bottom:0.5rem;
}

.step_hukidashi {
    margin-top:4.7rem;
    margin-bottom:2.9rem;
}

.step_hukidashi img{
     width:100%;
     margin-bottom:2.0rem;
}



@media screen and (min-width:751px){

    .step {
        /* padding-bottom:96px; */
}
    .step_hukidashi{
        margin-top:95px;
        margin-bottom:54px;
}
    .step_hukidashi img{
        margin-bottom:40px;

}
}

.step_list {
    counter-reset: number 0;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom:2.2rem;
}


@media screen and (min-width:751px){
    .step_list {
    font-size: 32px;
    margin-bottom:51px;
    margin-top:40px;
}
}

.step_list li {
    position: relative;
    padding-left:3.8rem;
    margin-bottom:1.2rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.step_list li::before{
    display: block;
    counter-increment: number 1;
    content:counter(number);
    width:3.0rem;
    height: 3.0rem;
    border-radius: 50%;
    color:#fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    text-indent:0;
    line-height: 3.0rem;
    background-color: var(--font-green);
    position: absolute;
    left:0;
    top:calc(50% - 2.0rem);
}

.step_last {
    margin-bottom:4.5rem;
}

@media screen and (min-width:751px){

    .step_list li {
        padding-left: 69px;
        margin-bottom:27px;
        margin-top: -3px;
}
    .step_list li::before{
        width:60px;
        height: 60px;
        line-height: 60px;
        font-size: 28px;
        top:11px;
    }

    .step_last {
    margin-bottom:85px;
}

}
/*----------------------------
reason
------------------------------*/

.reason{
    padding-top:4.0rem;
    padding-bottom: 0.7rem;
    counter-reset: num 0;
}

@media screen and (min-width:751px){
    .reason{
    padding-top: 74px;
    padding-bottom: 20px;
}
}

.reason h2 {
    line-height: 1.5;
}
.reason h2 span {
    font-size:3.0rem;
}

@media screen and (min-width:751px){

    .reason h2 {
    line-height: 1.55;
    margin-bottom: 54px;
}

    .reason h2 span {
    font-size:60px;
}
}

.reason_item {
    position: relative;
    z-index:1;
    padding-top:calc(16 / 29 * 100%);
    background-repeat: no-repeat;
    background-size: contain;
}

.reason_item h3{
    font-size: 1.7rem;
    font-weight: bold;
    text-align: left;
    line-height: 1.75;
    margin-bottom:2rem;
}

@media screen and (min-width:751px){
    .reason_item h3{
        font-size: 34px;
        margin-bottom:37px;
    }
}

.card_white {
    width:84.375%;
    background-color: #fff;
    margin-left:auto;
    margin-right:auto;
    margin-top:-3.5rem;
    margin-bottom:3.5rem;
    padding:2.0rem;
    padding-top: 5.5rem;
    counter-reset: reason 0;
    position: relative;
    border-radius: 0.5rem;
    box-shadow: 0px 0.5rem 0.5rem 0px rgba(0, 0, 0, 0.2);
    z-index: 5;
}

@media screen and (min-width:751px){
    .card_white{
        margin-top: -71px;
        margin-bottom: 70px;
        border-radius: 10px;
        box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
        padding: 110px 40px 49px;
    }
}

.card_white::before {
    counter-increment: num 1;
    content:counter(num,decimal-leading-zero);
    color:var(--font-green);
    font-family: "Noto Sans JP";
    font-size: 2.5rem;
    font-weight: 900;
    position: absolute;
    top:0.7rem;
    left:1.9rem;
}

@media screen and (min-width:751px){
    .card_white::before {
        font-size: 50px;
        top: 16px;
        left: 38px;
    }
}

.card_white::after {
    position: absolute;
    top:3.8rem;
    left:2.1rem;
    content:"";
    display: block;
    width:2.5rem;
    height:0.3rem;
    background-color:var(--font-green);
}

@media screen and (min-width:751px){
    .card_white::after {
        width: 50px;
        height: 6px;
        top: 76px;
        left: 42px;
    }
}

.reason_item_01 {
    background-image:url("../img/reason01.png");
}

.reason_item_02 {
    background-image:url("../img/reason02.png");
}


.reason_item_03 {
    background-image:url("../img/reason03.png");
}

.reason_item_04 {
    background-image:url("../img/reason04.png");
}


.reason_item_05 {
    background-image:url("../img/reason05.png");
}

.reason_item_06 {
    background-image:url("../img/reason06.png");
}

.reason_item_07 {
    background-image:url("../img/reason07.png");
}

.reason_item_08 {
    background-image:url("../img/reason08.png");
}

.reason p {
    letter-spacing: 0;
    margin:0;
    font-size:1.3rem;
}

@media screen and (min-width:751px){
    .reason p{
        font-size: 26px;
    }
}

/*----------------------------
case
------------------------------*/

.case {
    padding-top:3.7rem;
    padding-bottom:4.5rem;
}

@media screen and (min-width:751px){
    .case {
        padding-top: 71.7px;
        padding-bottom: 85.7px;
    }
}

.case h2 {
    line-height:1.75;
    margin-bottom:2.2rem;
}

@media screen and (min-width:751px){
    .case h2 {
        margin-bottom:42px;
    }
}
.case > .inner-s > p {
    text-align: center;
    font-weight: bold;
    margin-bottom:1.8rem;
}

@media screen and (min-width:751px){
    .case > .inner-s > p {
        letter-spacing: 0.01em;
        margin-bottom:35px;
    }
}

.inner-s {
    width:92%;
    margin-left:auto;
    margin-right:auto;
}

.case_read {
    margin-bottom:2.2rem;
    width:100%;
}

@media screen and (min-width:751px){
    .case_read {
        margin-bottom:50px;
    }
}

.case_list img {
  width:100%;
  border-radius:0.5rem 0.5rem 0 0;
}

.case_list_item {
    background-color:#fff;
    box-shadow: 0px 0.5rem 0.5rem 0px rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    margin-bottom:2.5rem;
}

.case_list_t-body {
    padding:1.0rem 2.0rem 1.2rem
}

@media screen and (min-width:751px){

    .case_list img {
        border-radius:10px 10px 0 0;
    }

    .case_list_t-body {
        padding:24px 20px 29px 40px;
    }

    .case_list_item {
        margin-bottom: 50px;
        border-radius:10px;
        box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
    }

}

.case_list_title {
    font-size: 1.4rem;
    font-weight: bold;
    font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans",  "メイリオ","Meiryo",sans-serif;
    text-align: left;
    margin-bottom:0.6rem;
    line-height:1.75;
}

@media screen and (min-width:751px){
    .case_list_title {
        font-size: 28px;
        margin-bottom: 9px;
    }
}
.case_list_tags {
    font-size: 0;
}
.case_list_tags li{
    font-size: 1.3rem;
    color: #3c3c3c;
    display: inline-block;
    border:solid 0.1rem #7b7b7b;
    border-radius: 0.2rem;
    padding: 0.4rem 0.58rem;
    margin-bottom:0.5rem;
    margin-right:0.5rem;
}


@media screen and (min-width:751px){


        .case_list_item .case_list img {
            border-radius: 10px;
        }

        .case_list_item:last-child {
            margin-bottom:0;
        }

        .case_list_tags li{
            border:solid 2px #7b7b7b;
            border-radius: 4px;
            font-size: 26px;
            padding: 8px 12px;
            margin-bottom: 10px;
            margin-right:10px;
        }
}

.case_list {
    margin-bottom:2.1rem;
}

@media screen and (min-width:751px){
    .case_list {
        margin-bottom:90px;
    }

}
/*----------------------------
faq
------------------------------*/

.faq {
    padding-top:4rem;
    padding-bottom: 1rem;
}

.faq h2 {
    font-size: 3.0rem;
    margin-bottom: 2.8rem;
}

@media screen and (min-width:751px){
    .faq h2 {
        font-size: 60px;
        margin-bottom: 54px;
    }

    .faq {
        padding-top: 78px;
        padding-bottom: 50px;
}

}

.faq_list dt {
    position: relative;
    padding-left:3rem;
    padding-right:1.5rem;
    line-height: 1.75;
    letter-spacing: 0;
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
    border-top:solid 0.1rem #e5e5e5;
}

@media screen and (min-width:751px){
    .faq_list dt{
        font-size: 28px;
        margin-bottom: 33px;
        padding-left:60px;
        padding-right:30px;
    }

}

.faq_list dt:first-child{
    border-top:none;
}

.faq_list dt:not(:first-of-type) {
    padding-top:2.5rem;
}

@media screen and (min-width:751px){
    .faq_list dt:not(:first-of-type) {
        padding-top:50px;
}

}

.faq_list .q::before{
    content:"Q";
    color:#fff;
    background-color: var(--font-blue);
    border-radius: 50%;
    width:2.5rem;
    height: 2.5rem;
    position: absolute;
    left:-3rem;
    top:0;
    font-size: 1.5rem;
    font-weight: bold;
    display: inline-block;
    text-align: center;
}

@media screen and (min-width:751px){
    .faq_list .q::before{
        width: 50px;
        height: 50px;
        font-size: 30px;
        left: -60px;
        top: 5%;
    }
}

.faq_list .q::after {
    content: "";
    display: block;
    background-color: var(--font-green);
    width: 1.3rem;
    height: 1.3rem;
    position: absolute;
    right:-1.8rem;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
     background: url("../img/arrow02.svg") no-repeat;
    background-size:contain;
    transition: transform .3s ease-in-out, top .3s ease-in-out;
}

.faq_list .q.open::after{
    background: url("../img/arrow.svg") no-repeat;
    background-size:contain;
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    top:43%;
}

@media screen and (min-width:751px){
    .faq_list .q::after {
        width: 26px;
        height: 26px;
        right: -30px;
        top: 64%;
    }
    .faq_list .q.open::after{
        top:57%;
        right: -30px;
}
}

.faq_list dd {
    font-size:1.4rem;
    line-height: 1.75;
    padding-left:3rem;
    padding-right:1.5rem;
    padding-bottom: 1.8rem;
    display:none;
}

@media screen and (min-width:751px){
    .faq_list dd {
        font-size: 28px;
        padding-left: 60px;
        padding-right: 30px;
        padding-bottom: 47px;
        
    }

    .faq_list dd p {
        letter-spacing: 0;
        margin-bottom:0;
    }
}

p.q {
    position: relative;
    letter-spacing: 0;
    margin-bottom: 0.4rem;
}


/*----------------------------
cta_last
------------------------------*/

.cta_last {
    padding-top:3.5rem;
    padding-bottom: 4.5rem;
}

@media screen and (min-width:751px){
    .cta_last {
    padding-bottom: 90px;
    padding-top: 70px;
}
}

/*animate-------------------------*/

.anime {
    -webkit-animation: poyoyon 2.5s infinite;
    animation: poyoyon 2.5s infinite;
    opacity: 1;
}

@-webkit-keyframes poyoyon {
    0% {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
}
5% {
    -webkit-transform: skew(4deg, 3.2deg);
    transform: skew(4deg, 3.2deg);
}
10% {
    -webkit-transform: skew(-3deg, -2deg);
    transform: skew(-3deg, -2deg);
}
15% {
    -webkit-transform: skew(2deg, 1.2deg);
    transform: skew(2deg, 1.2deg);
}
20% {
    -webkit-transform: skew(-2deg, -1.5deg);
    transform: skew(-2deg, -1.5deg);
}

25% {
    -webkit-transform: skew(0.9deg, 0.9deg);
    transform: skew(0.9deg, 0.9deg);
}
30% {
    -webkit-transform: skew(-0.6deg, -0.6deg);
    transform: skew(-0.6deg, -0.6deg);
}
35% {
    -webkit-transform: skew(0.3deg, 0.3deg);
    transform: skew(0.3deg, 0.3deg);
}
40% {
    -webkit-transform: skew(-0.2deg, -0.2deg);
    transform: skew(-0.2deg, -0.2deg);
}
45% {
    -webkit-transform: skew(0.1deg, 0.1deg);
    transform: skew(0.1deg, 0.1deg);
}
50% {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
}
}

@keyframes poyoyon {
    0% {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
}
5% {
    -webkit-transform: skew(4deg, 3.2deg);
    transform: skew(4deg, 3.2deg);
}
10% {
    -webkit-transform: skew(-3deg, -2deg);
    transform: skew(-3deg, -2deg);
}
15% {
    -webkit-transform: skew(2deg, 1.2deg);
    transform: skew(2deg, 1.2deg);
}
20% {
    -webkit-transform: skew(-2deg, -1.5deg);
    transform: skew(-2deg, -1.5deg);
}

25% {
    -webkit-transform: skew(0.9deg, 0.9deg);
    transform: skew(0.9deg, 0.9deg);
}
30% {
    -webkit-transform: skew(-0.6deg, -0.6deg);
    transform: skew(-0.6deg, -0.6deg);
}
35% {
    -webkit-transform: skew(0.3deg, 0.3deg);
    transform: skew(0.3deg, 0.3deg);
}
40% {
    -webkit-transform: skew(-0.2deg, -0.2deg);
    transform: skew(-0.2deg, -0.2deg);
}
45% {
    -webkit-transform: skew(0.1deg, 0.1deg);
    transform: skew(0.1deg, 0.1deg);
}
50% {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
}
}

/*-----------------------------
固定バナー
-------------------------------*/

.fixed-button{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    height:60px;
    line-height: 60px;
    background-color: var(--font-green);
    color:#fff;
    z-index: 50;
}



.fixed-button a{
    display: block;
    font-size:min(5vw,20px);
    text-align: center;
    position: relative;
}

.fixed-button span::after {
    content:"";
    display: inline-block;
    width:2rem;
    height:2rem;
    position:relative;
    top: 0.4rem;
    right: -1.3rem;
    background-image: url(../img/button_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (min-width:751px){
    .fixed-button {
        height:65px;
        line-height: 65px;
    }
    .fixed-button a{
        font-size: 20px;
    }
    
    .fixed-button span::after {
        width: 2.5rem;
        height:2.5rem;
    }

}

/*----------------------------
footer
------------------------------*/

footer {
    background-color: #1f1f1f;
    color:#fff;
    font-size: 1.0rem;
    text-align: center;
    padding-bottom:1.0rem;
    padding-top:2.0rem;
}

@media screen and (min-width:751px){
    footer{
        font-size: 20px;
        padding-top:35px;
        padding-bottom: 18px;
        font-weight: normal;
    }
}

footer ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

footer ul li {
    margin-right:1rem;
}

footer ul li:last-child {
    margin-right:0;
}


p.copy {
    font-size: 0.8rem;
    margin-top:1.3rem;
    margin-bottom:0;
}

@media screen and (min-width:751px){

    footer ul li {
    margin-right:20px;
}
    footer ul li:last-child {
        margin-right: 0px;
    }

    p.copy {
    font-size: 16px;
    margin-top:25px;
}
}

/*----------------------------
PC調整
------------------------------*/

@media screen and (min-width:751px){
    .contents{
        width:750px;
        margin:0 auto;
        background-color: #fff;
    }

    body {
        /* padding-bottom:65px; */
        background:#e6e6e6 ;
    }
}