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

.img1box {
    background-image: url("../img/img1.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 120%;
    aspect-ratio: 3 / 2;
}
.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;
}
.tx1 h5 {
    color: #8e602b;
    font-weight: 400;
    font-style: oblique;
    line-height: 1.7;
    margin-bottom: 1em;
}

.img2box {
    background-image: url("../img/img2.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 120%;
    aspect-ratio: 3 / 2;
}
.img3box {
    background-image: url("../img/img3.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 120%;
    aspect-ratio: 3 / 2;
}
.img4box {
    background-image: url("../img/img4.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 120%;
    aspect-ratio: 3 / 2;
}
.img5box {
    width: 70%;
    margin: 0 0 0 auto;
}
.img6box {
    background-image: url("../img/img6.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 120%;
    aspect-ratio: 3 / 2;
}
.img7box {
    background-image: url("../img/img7.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 120%;
    aspect-ratio: 3 / 2;
}

.tx2 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.tx2 ul li:first-child {
    width: 50%;
}
.tx2 ul li:last-child {
    width: 45%;
}
.tx2 h3 {
    font-weight: 500;
    font-size: 1.6em;
    line-height: 1.7;
    letter-spacing: 0.1em;
}
.tx2 p {
    line-height: 2;
}
.tx2 h5 {
    color: #8e602b;
    font-weight: 400;
    font-style: oblique;
    line-height: 1.7;
    margin-bottom: 1em;
}

.tx3 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.tx3 ul li:first-child {
    width: 45%;
}
.tx3 ul li:last-child {
    width: 50%;
}
.tx3 h3 {
    font-weight: 500;
    font-size: 1.6em;
    line-height: 1.7;
    letter-spacing: 0.1em;
}
.tx3 p {
    line-height: 2;
}
.tx3 h5 {
    color: #8e602b;
    font-weight: 400;
    font-style: oblique;
    line-height: 1.7;
    margin-bottom: 1em;
}

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


}

@media screen and (max-width: 560px) {
.mbadj {
    padding-top: 2em;
}
.tx1 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.tx1 ul li {
    width: 100%;
}
.tx1 h3 {
    font-size: 1.32em;
}
.tx1 p {
    font-size: 0.92em;
    margin-top: 1em;
}

.img5box {
    width: 100%;
    margin: 0;
}

.tx2 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.tx2 ul li:first-child {
    width: 100%;
    margin-bottom: 2em;
}
.tx2 ul li:last-child {
    width: 100%;
}
.tx2 h3 {
    font-size: 1.32em;
}
.tx2 p {
    margin-top: 1em;
    font-size: 0.92em;
}

.tx3 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.tx3 ul li:first-child {
    width: 100%;
}
.tx3 ul li:last-child {
    width: 100%;
    margin-bottom: 2em;
}
.tx3 h3 {
    font-size: 1.32em;
}
.tx3 p {
    margin-top: 1em;
    font-size: 0.92em;
}

}



