@charset "UTF-8";

header {
	background-image: url("../image/top-bg2.webp");
}

.box{
    display: flex;
    justify-content: space-between;
}
.item{
    width: 55%;
    margin-top: 0;
}
.item p:first-child{
    margin-top: 0;
}

figure{
    margin: 0;
    padding: 0;
    text-align: center;
    width: calc(45% - 20px);
}
figure img{
    max-width: 700px;
    width: 95%;
}