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

#title section span:nth-child(1) {
    background-image: url("../img/title_bg.webp");
}

.soph {
    background-image: url("../img/soph_bg.webp");
    background-position: center center;
    background-size: cover;
    padding: 10em 0;
    line-height: 1.7;
}
.soph h3 {
    font-size: 3em;
    margin-bottom: 0.5em;
}

.dtx_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
	padding:5em 80px 6em;
	margin:0 auto;
	text-align:left;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.dsub {
    line-height: 1.5;
    margin-bottom: 2em;
}
.dsub h3 {
    font-size: 3.6em;
    border-bottom: 1px solid #fff;
}
.dsub.dbk h3 {
    border-bottom-color: #111;
}
.dsub p {
    font-size: 0.68em;
    margin-top: 0.7em;
    text-align: right;
}
.dtx {
    line-height: 1.7;
}
.img2 {
    position: relative;
}
.img2 section img {
    width: 100%;
}
.swipe {
    display: none;
}

.img3 {
    position: relative;
}
.img3 section img {
    width: 100%;
}

.dtx_box2 {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
	padding:5em 80px 6em;
	margin:0 auto;
	text-align:right;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column;
}

.img_box1 {

}
.img_box1 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.img_box1 ul li:first-child {
    width: 65%;
}
.img_box1 ul li:last-child {
    box-sizing: border-box;
    padding: 0 80px;
    width: 35%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
}

.img4 {
    position: relative;
}
.img4 section img {
    width: 100%;
}



@media screen and (min-width: 1500px) {
.img_box1.brev ul {
    flex-direction: row-reverse;
}
}

@media screen and (max-width: 1500px) {
.img_box1 ul li:first-child {
    width: 100%;
}
.img_box1 ul li:last-child {
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
	padding:5em 80px 6em;
	margin:0 auto;
}
}

@media screen and (max-width: 960px) {
.soph {
    padding: 9em 0;
}
.soph h3 {
    font-size: 2.5em;
    margin-bottom: 0.5em;
}

.dtx_box,.dtx_box2 {
    padding:4em 8% 5em;
}
.dsub h3 {
    font-size: 3.2em;
}
.dsub p {
    font-size: 0.64em;
}

.img_box1 ul li:last-child {
    padding:4em 8% 5em;
}

}

@media screen and (max-width: 520px) {
.soph {
    padding: 8em 0;
}
.soph h3 {
    font-size: 2em;
    margin-bottom: 0.5em;
}

.dtx_box,.dtx_box2 {
    padding:3em 10% 4em;
    text-align: left;
}
.dsub h3 {
    font-size: 2.8em;
}
.dsub p {
    font-size: 0.60em;
}

.img2 section {
    overflow: auto;
}
.img2 section img {
    width: 800px;
}

.swipe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.swipe img {
    width: 70px;
}

.img3 section {
    overflow: auto;
}
.img3 section img {
    width: 600px;
}

.img_box1 ul li:last-child {
    padding:3em 10% 4em;
}

.img4 section {
    overflow: auto;
}
.img4 section img {
    width: 700px;
}


}
