@charset "UTF-8";
/* CSS Document */

body{
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

p{
    padding: 0 15px;
    color: aliceblue;
}
h5{
    padding-left: 5px;
    color: aliceblue;
}
.main-visual{
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom-right-radius: 300px;
}

.subtitle{
    top: 400px;
    width: 230px;
    height: 30px;
    background: #ECDFDF;
    display: flex;
    position: absolute;
    padding-top: 5px;
    padding-left: 60px;
    letter-spacing: 10px;
    color: aliceblue
}

#subtitle1{
    background-color: #EA5504
}

#subtitle2{
    background-color: #90B492;
}
#section-wrapper{
    position: relative;
    z-index: 20;
    top: 500px;
    padding: 5px 10px;
}
.section{
    background: #8F8F8F;
    border-radius: 30px;
}

#sec-1{
    height: 900px;
    padding-bottom: 5px;
    background-color: #EA5504;
}

#sec-2{
    height: 300px;
    background-color:#EA5504;
}

#link-img{
    padding-left: 15px;
    padding-top: 0;
    width: 70%;
}

#sec-3{
    height: 1050px;
    background-color: #EA5504;
}
#attention{
    padding-top: 20px;
    font-size: 10px;
}
.example-img{
    width: 70%;
    padding-left: 50px;
    padding-bottom: 10px;
}

.item-img{
    width: 45%;
    padding: 30px 8px 50px 5px;
}

#sec-2-1{
    height: 800px;
    padding-bottom: 5px;
    background-color: #90B492;
}

#example-img2-2{
    padding-left: 50px;
}

#sec-2-2{
    height: 250px;
    background-color:#90B492;
}

.item-img2{
    width: 45%;
    padding: 530px 8px 50px 5px;
}

#subtitle3{
    background-color: #578ABC;
}

#sec-3-1{
    height: ９00px;
    padding-bottom: 5px;
    background-color: #578ABC;
}

#sec-3-2{
    height: 300px;
    background-color:#578ABC;
}
#link-img2{
    width: 95%;
    padding: 30px 5px;
}

.item-img3{
    width: 45%;
    padding: 480px 5px 30px 7px;
}
h3{
    color: aliceblue;
    padding-top: 20px;
    padding-left: 20px;
}