body{
    margin: 0;
    padding: 0;
    font-size: 2vw;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
}
.content{
    max-width: 100vw;
}
.wrap__blue, .wrap__green{
    width: 100%;
    height: 55vw;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4vw;
}
.wrap__blue{
    background-color: #002F7B;
    color: #AFEB8F;
}
.wrap__green{
    background-color: #AFEB8F;
    color: #002F7B;
}
h1,h2,a{
    text-align: center;
    font-size: 4vw;
}
p{
    font-size: 1.5vw;
    font-weight: 700;
}
img{
    border-radius: 5vw;
}
a{
    color: #FFFFFF;
    text-decoration: none;
    background-color: #002F7B;
    border-radius: 5vw;
    padding:2vw;
}

/* 1ページ目 */

.title1{
    font-weight: bold;
}
.text1{
    font-size: 4vw;
    text-align: center;
    color: #002F7B;
    background-color: #FFFFFF;
    border-radius: 3.5vw;
    margin-bottom: 0;
}
.image1 img{
    width: 40vw;
    height: auto;
}

/* 2ページ目 */
.second .text-content{
    width: 40vw;
}
.image2 {
    width: 30vw;
    height: 45vw;
    overflow: hidden;
}
.image2 img{
    object-fit: cover;
    width: 30vw;
    height: 45vw;
}

/* 3ページ目 */
.third{
    color: #FFFFFF;
    flex-direction: column;
}
.third h2{
    margin-bottom: 0;
}
.text__content{
    display: flex;
    flex-wrap: wrap;
}
.text__content p{
    margin: 3vw;
}
.text__content p:nth-child(1),.text__content p:nth-child(2){
    flex: 40%;
}

/* 4ページ目 */
.image3 img{
    width: 40vw;
    height: auto;
}
/* 5ページ目 */
.fifth{
    flex-direction: column;
    color: #FFFFFF;
    gap: 20vw;
}
.fifth h1{
    font-size: 1.5vw;
    color: #AFEB8F;
    text-align: left;

}
.footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40vw;
}
.footer a{
    font-size: 2vw;
    color: #002F7B;
    background-color: #AFEB8F;
    padding: 1vw 3vw;

}
.icon img{
    width: 4vw;
    height: auto;
    margin-bottom: 1vw;
}