@charset "UTF-8";
/* コンテンツ */

.img1box {
    background-image: url("../img/img1.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 120%;
    aspect-ratio: 20 / 9;
}

.tx1 ul {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
.tx1 h3 {
    font-weight: 500;
    font-size: 1.6em;
    line-height: 1.7;
    letter-spacing: 0.1em;
}
.tx1 p {
    line-height: 2;
}

.img2box {
    background-image: url("../img/img2.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 120%;
    overflow: hidden;
}
.img2box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.img2box ul li:first-child {
    width: 60%;
    margin-right: -10%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img2box ul li:first-child section {
    text-align: left;
    color: #fff;
}
.img2box ul li:last-child {
    width: 50%;
    padding-top: 5em;
}
.tx2 h3 {
    font-weight: 500;
    font-size: 1.6em;
    line-height: 1.7;
    letter-spacing: 0.1em;
}
.tx2 p {
    line-height: 2;
    margin-top: 1em;
}

.img3box {
    background-image: url("../img/img3.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 120%;
    aspect-ratio: 16 / 9;
}

.img4box {
    background-image: url("../img/img4.webp");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 120% auto;
    aspect-ratio: 20 / 9;
}

@media screen and (max-width: 960px) {


}

@media screen and (max-width: 560px) {

.mbadj {
    padding-top: 2em;
}
.img1box {
    background-position: right 5% top;
    background-size: auto 120%;
    aspect-ratio: 3 / 2;
}

.tx1 ul {
    flex-wrap: wrap;
}
.tx1 ul li {
    width: 100%;
}
.tx1 h3 {
    font-size: 1.32em;
}
.tx1 p {
    font-size: 0.92em;
    margin-top: 1em;
}

.img2box {
    background-position: center top;
    background-size: auto 120%;
    overflow: hidden;
}
.img2box ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.img2box ul li:first-child {
    box-sizing: border-box;
    width: 100%;
    margin-right: 0;
    padding: 4em 7% 2em;
}
.img2box ul li:first-child section {
    text-align: left;
    color: #fff;
}
.img2box ul li:last-child {
    width: 108%;
    padding-top: 0;
    margin-left: -8%;
}

.tx2 h3 {
    font-size: 1.32em;
}
.tx2 p {
    font-size: 0.92em;
}

.img3box {
    aspect-ratio: 3 / 2;
}

.img4box {
    background-image: url("../img/img4.webp");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 140% auto;
    aspect-ratio: 16 / 9;
}

}



