
header{
    background-color: #edfdff;
    padding: 40px;
}
header img{
    max-width: 200px;
    margin-left: 120px;
}
.flex{
    display: flex;
    flex-wrap: nowrap;
}


.cta{
    text-align: center;
    margin-bottom: 100px;
}
.cta1{
    left: 0;
    right: 0;
    top: 60%;
    margin: 0 auto 40px;
}
.cta a{
    color: #fff;
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    border-radius: 10000px;
    background-color: #fe7189;
    padding: 20px 40px;
    box-shadow: 0 8px 0 0 rgba(0,0,0,.8);
    text-decoration: none;
}


@media screen and (max-width:800px) {
    .cta a{
        padding: 20px 60px;
        font-size: 18px;
    }
}

.sect{
    max-width: 1600px;
    margin: 0 auto;
    padding: 40px 0;
}
.sect1{
    padding: 0;

}
.sect1 .cta-parent{
    position: relative;
    width: 50%;
    background: url(img/1-1_bg.png);
    background-size: contain;
}
.sect1 .cta-parent h1{
    width: 70%;
    margin: 15% auto 50px;
}
.sect1 .cta-parent p{
    text-align: center;
    font-size: 26px;
    margin-bottom: 40px;
}

.sect1 .cta-parent .hosoku{
    font-size: 20px;
}

.sect1 .image{
    width: 50%;
}

.sect2{
    padding: 100px 0;
}
.sect2 .image{
    width: 55%;
}
.sect2 .text{
    width: 35%;
    margin-right: 5%;
    padding: 2%;
}
.sect2 .text h2{
    margin-bottom: 60px;
    width: 90%;
}
.sect2 .text p{
    font-size: 22px;
    margin-bottom: 40px;
    line-height: 180%;
}
 

.sect3{
    max-width: 100%;
    background: url('img/3-hane.png') no-repeat;
    background-size: cover;
}
.sect3 .inner{
    max-width: 1600px;
    width: 90%;
    margin: 0 auto;
}
.sect3 .title{
    width: 50%;
    max-width: 240px;
    margin-bottom: 40px;
}
@media screen and (max-width:800px) {
    .sect3 .title{
        font-size: 2rem;
    }
}
.sect5{
    max-width: 100%;
    background: url('img/5-bg.png');
}
.sect5 .flex{
    max-width: 1600px;
    margin: 0 auto;
    width: 90%;
}
.sect5 .text{
    width: 45%;
}
.sect5 .text h2{
    width: 80%;
    margin: 40px 0 60px;
}
.sect5 .text p{
    font-size: 22px;
    margin-bottom: 40px;
}
.sect5 .image{
    width: 50%;
    margin-left: 5%;
}
.sect6{
    background: url(img/6_bg.png);
    background-size: cover;
    padding: 100px 0;
    text-align: center;
    max-width: 100%;
}
.sect6 p{
    font-size: 22px;
}

.sect6 img{
    max-width: 600px;
    width: 100%;
    margin: 60px auto 100px;
}
.sect7{
    padding: 100px 0;
    text-align: center;
}
.sect7 p{
    font-size: 22px;
    margin-bottom: 40px;
}
.sect7 .image{
    max-width: 700px;
    width: 60%;
    margin: 0 auto;
}


footer{
    background: url('img/footer-bg.png');
    background-repeat: repeat-x;
    background-size: cover;
    background-position: bottom;
    padding: 100px 0 60px;
}
footer img{
    max-width: 800px;
    margin-left: 120px;
}
@media screen and (max-width:800px) {
    footer img{
        width: 90%;
        margin-left: 20px;
    }
}



@media screen and (max-width:1200px) {
    .sect1 .cta-parent h1{
        width: 50%;
    }
    
    .sect1 .cta-parent p{
        font-size: 18px;
    }
    .sect1 .cta-parent .hosoku{
        font-size: 16px;
    }

    .sect2 .text p{
        font-size: 18px;
    }
    .sect3 .title{
        max-width: 200px;
    }

    .sect5 .text p{
        font-size: 18px;
    }
    .sect6 img{
        max-width: 500px;
    }

    .sect6 p{
        font-size: 18px;
    }
}

@media screen and (max-width:800px) {
    header img{
        margin-left: 0;
    }
    .flex{
        display: block;
        flex-wrap: wrap;
        width: 80%;
        margin: 0 auto;
    }
    .sect1 .cta-parent{
        width: 100%;
    }
    .sect1 .image{
        width: 100%;
    }
    .sect2 .image{
        width: 100%;
    }
    .sect2 .text{
        width: 100%;
    }
    .sect3 .title{
        margin: 0 auto 60px;
        width: 32%;
    }
    .sect3 .flex div{
        margin-bottom: 40px;
    }
    .sect5 .text{
        width: 100%;
    }
    .sect5 .image{
        width: 90%;
    }
    .sect6 img{
        width: 50%;
    }
    .sect7 .image{
        width: 80%;
    }


    
}