@media screen and (max-width:1400px){
    .img-left{
        bottom: 0;
        left: 130px;
    }

    .img-right{
        bottom: 0;
        right: 130px;
    }
}

@media screen and (max-width:1300px){
    .home{
        padding-bottom: 220px;
    }

    .img-left{
        width: 100px;
        height: 200px;
        bottom: 0;
        left: 150px;
    }

    .img-right{
        width: 130px;
        height: 200px;
        bottom: 0;
        right: 150px;
    }

    .arrow::before{
        top: 30%;
    }
}

@media screen and (max-width:1024px){
    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    body.fixed{
        position: fixed;
        width: 100%;
    }

    ::before , ::after {
        box-sizing: inherit;
    }

    button {
        margin: 0;
        padding: 0;
        outline: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        color: inherit;
        vertical-align: middle;
        text-align: inherit;
        font: inherit;
        -webkit-appearance: none;
        appearance: none;
    }

    .btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 16px;
        z-index: 1000;
        width: 48px;
        height: 48px;
    }

    .btn-line {
        display: block;
        position: relative;
        width: 100%;
        height: 4px;
        background-color: black;
        transition: .2s;
    }

    .btn-line::before , .btn-line::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: black;
        transition: .5s;
    }

    .btn-line::before {
        transform: translateY(-16px);
    }

    .btn-line::after {
        transform: translateY(16px);
    }

    .btn-line.open {
        background-color: transparent;
    }

    .btn-line.open::before , .btn-line.open::after {
        content: "";
        background-color: #333;
        transition: .2s;
    }

    .btn-line.open::before {
        transform: rotate(45deg);
    }

    .btn-line.open::after {
        transform: rotate(-45deg);
    }

    .menu {
        display: flex;
        flex-direction: column;
        position: fixed;
        right: -100%;
        top: 75px;
        width: 100%;
        height: 100vh;
        background-color: #76cdff;
        color: #efefef;
        transition: .3s;
        z-index: 100;
        margin: 0;
        padding: 30px 0;
    }

    .menu-list {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 30px 0;
    }

    .menu-list a{
        color: white;
        font-size: 20px;
        margin-right: 0;
    }

    .menu-list:hover {
        background-color: rgba(255, 255, 255, .5);
        color: #333;
        cursor: pointer;
        transition: .3s;
    }

    .menu.open {
        position: absolute;
        right: 0;
    }

    .link-img{
        width:45px;
        height: 35px;
    }

}

@media screen and (max-width:900px){
    .home{
        padding-bottom: 220px;
    }

    .home h1{
        z-index: 1;
    }

    .img-left{
        width: 100px;
        height: 200px;
        bottom: 0;
        left: 150px;
        z-index: 1;
    }

    .img-right{
        width: 130px;
        height: 200px;
        bottom: 0;
        right: 150px;
        z-index: 1;
    }

    .link{
        z-index: 5;
    }

    .company h2{
        z-index: 5;
    }

    .company p{
        margin-left: 0;
        margin-right: 0;
    }

    .service{
        padding: 19.45px 15.552px 20.25px;
        margin: 64.8px 0 0;
    }

    .new-line{
        display: block;
    }

    .contents span{
        display: block;
    }

    .group{
        margin: 68px auto 86.4px;
        max-width: 80%;
    }

    .step{
        width: 60%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .reward{
        margin: 70px auto 70px;
        max-width: 90%;
    }

    .reward0:before{
        width: 50px;
    }

    .reward1{
        margin: 0 auto;
        max-width: 70%;
        padding: 0 50px 20px;
    }

    .reward1 img{
        right: 20px;
    }

    .question{
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .footer{
        padding: 50px 30px 50px;
    }

    .footer img{
        width: 250px;
    }

    .footer-menu a{
        font-size: 12px;
        display: block;
        text-align: start;
        padding: 20px 0;
    }

    .footer p{
        font-size: 12px;
        display: inline-block;
        color: white;
        padding-top: 20px;
    }
}

@media screen and (max-width:700px){
    .btn {
        top: 5px;
    }

    header img{
        width: 150px;
        margin-left: 20px;
    }

    .link-img{
        width: 30px;
        height: 25px; 
    }
  

    .home{
        padding-bottom: 200px;
    }

    .home h1{
        font-size: 24.57px;
    }

    .link{
        font-size: 15px;
        padding: 23.328px 20px 23.328px 20px;
    }

    .link a{
        display: inline-block;
    }

    .img-left{
        position: absolute;
        width: 70px;
        height: 150px;
        bottom: 0;
        left: 30px;
    }

    .img-right{
        position: absolute;
        width: 100px;
        height: 150px;
        bottom: 0;
        right: 30px;
    }

    .company{
        padding-top: 72px;
        padding-bottom: 86.4px;
        max-width: 90%;
    }

    .company h2{
        font-size: 20px;
    }

    .company h2:before{
        width: 50px;
    }

    .company p{
        font-size: 13.77px;
        text-align: start;
        margin-left: 0;
        margin-right: 0;
    }

    .service img{
        margin-top: 0;
    }

    .service h3{
        font-size: 18px;
    }

    .PC{
        display: none;
    }

    .SP{
        width: 100%;
        display: inline-block;
        margin-top: 24px;
    }

    .home1{
        padding: 50.4px 10px 55.44px;
    }

    .home1 h2{
        font-size: 18.711px;
    }

    .group{
        max-width: 90%;
    }

    .group h2{
        font-size: 20px;
    }

    .group h2:before{
        width: 50px;
    }

    .point0{
        display: block;
        margin-top: 36px;
        margin-bottom: 67.5px;
    }

    .point1{
        width: 100%;
        margin-bottom: 50px;
    }

    .point1 img{
        display: block;
        margin: 0 auto;
        width: 60%;
        height: 60%;
    }

    .point1 .thema{
        font-size: 16px;
    }

    .point1 .thema:before{
        width: 40px;
    }

    .contents{
        font-size: 20px;
    }

    .flow-img{
        display: inline-block;
    }

    .step{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2.25em;
        width: 100%;
        padding: 0 0;
    }

    .step1{
        display: inline-block;
        width: 50%;
        text-align: center;
    }

    .step img{
        width: 30%;
        height: 30%;
    }

    .step .thema{
        font-size: 13.5px;
    }

    .step .contents{
        margin-top: 0;
        font-size: 20px;
    }

    .arrow::before{
        transform: rotate(135deg);
        top: -5px;
        left: -170px;
    }

    .reward0{
        font-size: 20px;
        margin-bottom: 2em;
    }

    .reward1{
        max-width: 100%;
        margin: 0 auto;
        padding: 0 20px 20px;
    }

    .plan_list {
      color: white;
      font-size: 11px;
      text-align: left;
      margin: 0 auto;
      padding-top: 20px;
    }

    .question{
        text-align: center;
        margin: 70px auto 70px;
        max-width: 90%;
    }

    .question h2{
        font-size: 20px;
        margin-bottom: 2em;
    }

    .question h2:before{
        width: 50px;
    }

    .footer-menu{
        display: block;
    }
}

@media screen and (max-width:600px){
    .arrow::before{
        left: -160px;
    }
}

@media screen and (max-width:550px){
    .arrow::before{
        left: -140px;
    }
}

@media screen and (max-width:500px){
    .arrow::before{
        left: -130px;
    }
}

@media screen and (max-width:450px){
    .arrow::before{
        left: -110px;
    }
}

@media screen and (max-width:400px){
    .arrow::before{
        left: -100px;
    }
}

@media screen and (max-width:350px){
    .link{
        font-size: 10px;
    }

    .link-img{
      width: 20px;
      height: 15px;
      padding-right: 5px;
    }

    .company h2{
        font-size: 18px;
    }

    .service h3{
        font-size: 13px;
    }

    .group h2{
        font-size: 18px;
    }

    .point1 .thema{
        font-size: 13px;
    }

    .contents {
        font-size: 18px;
    }

    .reward0{
        font-size: 18px;
    }

    .question h2{
        font-size: 18px;
    }

    .footer p{
        font-size: 8px;
    }
}

@media screen and (max-width:300px){
    .arrow::before{
        left: -85px;
    }
}