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

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

.sub_box {
    margin-bottom: 5em;
}
.sub_box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.sub_box ul li:first-child {
    margin-right: 5em;
    text-align: center;
    line-height: 1.5;
}
.sub_box ul li:first-child h3 {
    font-size: 2.4em;
}
.sub_box ul li:first-child h5 {
    font-size: 0.84em;
    font-weight: normal;
}
.sub_box ul li:last-child {
    text-align: left;
    line-height: 1.7;
}
.sub_box ul li:last-child h4 {
    font-size: 1.4em;
    font-weight: 500;
    margin-bottom: 0.3em;
}

.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;
}

.swipe {
    display: none;
}

.img5 {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
	padding:0 80px 5em;
	margin:0 auto;
}
.img5 section img {
    width: 100%;
}


.isub {
    font-size: 1.6em;
    line-height: 1;
    margin-bottom: 0.7em;
}

.imgtx {
    color: #fff;
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 0.68em;
    line-height: 1;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 500 !important;
    font-style: normal;
    text-shadow: 0 0 5px #000;
}

.d_box1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.d_box1 img {
    width: 100%;
}
.item1 {
    width: 48%;
    margin-bottom: 4em;
}
.d_box1 section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.iimg1 {
    width: 40%;
    position: relative;
}
.itx1 {
    width: 56%;
}
.itx1 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.7em;
}
.itx1 ul li {
    position: relative;
    width: 48%;
}
.itx1 p {
    line-height: 1.7;
    font-size: 0.92em;
    text-align: justify !important;
    text-justify: inter-ideograph;
}


@media screen and (max-width: 960px) {
.sub_box {
    margin-bottom: 3em;
}
.sub_box ul {
    flex-direction: column;
}
.sub_box ul li:first-child {
    margin-right: 0;
    margin-bottom: 2em;
}
.sub_box ul li:first-child h3 {
    font-size: 2.2em;
}
.sub_box ul li:last-child h4 {
    font-size: 1.32em;
}

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

.img5 {
    padding:0 6% 4em;
}

.isub {
    font-size: 1.4em;
    margin-bottom: 0.8em;
}

}

@media screen and (min-width: 701px) {
    .it1adj {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 700px) {
.isub {
    font-size: 1.24em;
    margin-bottom: 0.9em;
}

.d_box1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.item1 {
    width: 100%;
    margin-bottom: 3em;
}
.d_box1 section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.iimg1 {
    width: 40%;
    position: relative;
}
.itx1 {
    width: 56%;
}
.itx1 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.7em;
}
.itx1 ul li {
    position: relative;
    width: 48%;
}
.itx1 p {
    line-height: 1.7;
    font-size: 0.92em;
}

}

@media screen and (max-width: 520px) {
.sub_box ul li:first-child h3 {
    font-size: 2.0em;
}
.sub_box ul li:last-child h4 {
    font-size: 1.24em;
}

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

.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;
}

.img5 {
    padding:0 0 3em;
}
.img5 section {
    overflow: auto;
}
.img5 section img {
    width: 560px;
}


}
