@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-bottom: 0.5em;
}
.d_txbox p {
    line-height: 1.7;
    text-align: justify;
    text-justify: inter-ideograph;
}

.img1_box {
    padding-bottom: 5em;
}
.img1_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.img1_box ul li:first-child {
    width: 70%;
    padding-top: 4em;
}
.img1_box ul li:last-child {
    width: 30%;
    margin-top: -7em;
}
.img1_box ul li:last-child img {
    width: 100%;
}

.img2 {
    position: relative;
    z-index: 1;
}
.img2 img {
    width: 100%;
}
.img2 .d_txbox {
    position: absolute;
    left: 7%;
    top: 9%;
    color: #fff;
    text-align: left;
    text-shadow: 0 0 10px #000;
}
.img2adj1 {
    display: block;
}
.img2adj2 {
    display: none;
}

.img4_box {
    margin-top: 2em;
}
.img4_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.img4_box ul img {
    width: 100%;
}
.img4_box ul li:first-child {
    width: 60%;
}
.img4_box ul li:last-child {
    width: 35%;
}

.img5_box {

}
.img5_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.img5_box ul li:first-child {
    width: 50%;
    box-sizing: border-box;
    padding: 0 100px;
    background: linear-gradient(to bottom, #fff, #ebebeb 79%,#c3c3c3 84%,#fff);
}
.img5_box ul li:first-child .d_txbox {
    display: inline-block;
    text-align: left;
    margin-bottom: 3em;
}
.img5_box ul li:first-child h4 img {
    width: 55%;
}
.img5_box ul li:last-child {
    width: 50%;
}
.img5_box ul li:last-child img {
    width: 100%;
}

.img6 {
    position: relative;
    z-index: 1;
}
.img6 img {
    width: 100%;
}
.img6 .d_txbox {
    position: absolute;
    left: 7%;
    top: 9%;
    color: #fff;
    text-align: left;
    text-shadow: 0 0 10px #000;
}

@media screen and (max-width: 1149px) {
#title {
    background-position: right 10% center;
}

.img1_box {
    padding: 0 7% 4em;
}

.img1_box ul {
    flex-direction: column;
}
.img1_box ul li:first-child {
    width: 100%;
    padding-top: 4em;
}
.img1_box ul li:last-child {
    width: 100%;
    text-align: right;
    margin-top: 0;
}
.img1_box ul li:last-child img {
    width: 30%;
}

.img2adj1 {
    display: none;
}
.img2adj2 {
    display: block;
    padding-top: 4em;
    padding-bottom: 0;
}

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

.img5_box ul li:first-child {
    width: 100%;
    padding: 0 7%;
}
.img5_box ul li:first-child h4 img {
    width: 60%;
}
.img5_box ul li:last-child {
    width: 100%;
}

}

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

}

@media screen and (max-width: 599px) {
#title {
    background-position: right 10% center;
}

.img1 section {
    width: 100%;
    overflow: auto;
}
.img1 img {
    width: 700px;
}
.swiptx {
    display: block;
}

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

.img1_box {
    padding: 0 7% 3em;
}
.img1_box ul li:first-child {
    padding-top: 3em;
    margin-bottom: 2em;
}
.img1_box ul li:last-child img {
    width: 40%;
}

.img2adj2 {
    padding-top: 3em;
}
.img2 section {
    width: 100%;
    overflow: auto;
}
.img2 img {
    width: 650px;
}

.img4_box {
    margin-top: 3em;
}
.img4_box ul li:first-child {
    margin-bottom: 3em;
}

.img5_box ul li:first-child h4 img {
    width: 70%;
}

}

