@charset "utf-8";


#title {
    background-image: url("../img/title.webp");
}

.img1 {
    position: relative;
    z-index: 1;
}
.img1 img {
    width: 100%;
}
.swiptx {
    text-align: center;
    display: none;
    font-size: 0.84em;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    margin-top: 0.5em;
}

.d_txbox h3 {
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.7;
    margin-top: 0.5em;
}
.d_txbox h4 {
    font-weight: 600;
    font-size: 1.32em;
    font-family: "EB Garamond", sans-serif;
    line-height: 1.7;
    letter-spacing: 1px;
}

.img1_box {
    padding: 4em 0 5em;
}
.img1_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.img1_box ul li:first-child {
    width: 70%;
}
.img1_box ul li:last-child {
    width: 30%;
}
.img1_box ul li:last-child img {
    width: 100%;
}

.img3_box {
    padding-bottom: 5em;
}
.img3_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.img3_box ul img {
    width: 100%;
}
.img3_box ul li:first-child {
    width: 60%;
}
.img3_box ul li:last-child {
    width: 35%;
}
.img3_box ul li h5 {
    margin-bottom: 4em;
}
.img3_box ul li h6 {
    width: 80%;
    margin-bottom: 0.5em;
}
.img3_box ul li:first-child p {
    text-align: right;
}
.img3_box ul li:first-child p img {
    width: 30%;
}

.img6 {
    position: relative;
    z-index: 1;
}
.img6 img {
    width: 100%;
}
.img6_box {
    padding: 4em 0 5em;
}
.img6_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.img6_box ul li:first-child {
    width: 70%;
}
.img6_box ul li:last-child {
    width: 30%;
}
.img6_box ul li:last-child img {
    width: 100%;
}

.img7_box {

}
.img7_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.img7_box ul img {
    width: 100%;
}
.img7_box ul li:first-child {
    width: 65%;
}
.img7_box ul li:last-child {
    width: 30%;
}

.img9_box {

}
.img9_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.img9_box ul img {
    width: 100%;
}
.img9_box ul li:first-child {
    width: 55%;
    padding-top: 4em;
}
.img9_box ul li:last-child {
    width: 40%;
    margin-top: -3em;
}


@media screen and (max-width: 1149px) {
.img1_box {
    padding: 4em 0 5em;
}
.img1_box ul li:first-child {
    width: 100%;
    margin-bottom: 3em;
}
.img1_box ul li:last-child {
    width: 100%;
}
.img1_box ul li:last-child img {
    width: 100%;
}

.img3_box {
    
}
.img3_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.img3_box ul img {
    width: 100%;
}
.img3_box ul li:first-child {
    width: 100%;
}
.img3_box ul li:first-child .d_txbox {
    padding: 0 7%;
}
.img3_box ul li:first-child p {
    box-sizing: border-box;
    margin: 0 7% 3em auto;
}
.img3_box ul li:first-child p img {
    width: 30%;
}
.img3_box ul li:last-child {
    box-sizing: border-box;
    padding: 0 7%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.img3_box ul li:last-child p {
    width: 55%;
}
.img3_box ul li:last-child section {
    width: 40%;
}
.img3_box ul li h5 {
    margin-bottom: 4em;
}
.img3_box ul li h6 {
    width: 100%;
    margin-bottom: 0.5em;
}

.img6_box {
    padding: 4em 0 5em;
}
.img6_box ul li:first-child {
    width: 100%;
    margin-bottom: 1em;
}
.img6_box ul li:last-child {
    width: 100%;
    text-align: right;
}
.img6_box ul li:last-child img {
    width: 50%;
}

.img7_box {

}
.img7_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.img7_box ul li:first-child {
    width: 100%;
    margin-bottom: 1em;
}
.img7_box ul li:first-child img {
    width: 90%;
}
.img7_box ul li:last-child {
    width: 100%;
    text-align: right;
}
.img7_box ul li:last-child img {
    width: 70%;
}

.img9_box {
    padding: 0 7%;
}
.img9_box ul li:first-child {
    width: 100%;
    padding-top: 4em;
    margin-bottom: 3em;
}
.img9_box ul li:last-child {
    width: 100%;
    margin-top: 0;
}
.img9_box ul li:last-child img {
    width: 90%;
}

}

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

}

@media screen and (max-width: 599px) {
.img1 section {
    width: 100%;
    overflow: auto;
}
.img1 img {
    width: 650px;
}
.swiptx {
    display: block;
}

.d_txbox h3 {
    font-size: 1.32em;
}
.d_txbox h4 {
    font-size: 1.24em;
}

.img1_box {
    padding: 3em 0 4em;
}

.img3_box {
    padding-bottom: 4em;
}
.img3_box ul li:first-child .d_txbox {
    padding: 0 7% 1em;
}
.img3_box ul li:first-child p {
    margin: 0 7% 3em auto;
}
.img3_box ul li:first-child p img {
    width: 40%;
}
.img3_box ul li h5 {
    margin-bottom: 3em;
}

.img6 section {
    width: 100%;
    overflow: auto;
}
.img6 img {
    width: 650px;
}
.img6_box {
    padding: 3em 0 4em;
}
.img6_box ul li:last-child img {
    width: 60%;
}

.img9_box ul li:first-child {
    padding-top: 3em;
    margin-bottom: 3em;
}
.img9_box ul li:last-child img {
    width: 100%;
}

}

