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

.img1box {
    background-image: url("../img/bg_sky.webp");
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.img1box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.img1box ul li:first-child {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -10%;
    padding: 5em 0;
}
.img1box ul li:last-child {
    width: 75%;
    margin-right: -15%;
    padding-top: 5em;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.img1tx section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2em;
}
.img1tx section:last-of-type {
    margin-bottom: 0;
}
.img1tx section h3 {
    line-height: 1.5;
}
.img1tx section h3 span {
    font-size: 1.16em;
    text-align: left;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-style: oblique;
}
.img1tx section figure {
    width: calc(100% - 6em);
    line-height: 1.5;
}
.img1tx section figure h4 {
    font-weight: 500;
    font-size: 1.16em;
}
.img1tx section figure p {
    margin-top: 0.5em;
    text-align: justify !important;
    text-justify: inter-ideograph;
}

.img2box {
    overflow: hidden;
}
.img2box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.img2box ul li {
    width: 25%;
}

.img3box {
    margin-bottom: 2em;
}
.img3box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.img3box ul li:first-child {
    width: 35%;
}
.img3box ul li:last-child {
    width: 65%;
    text-align: center;
}
.img3box ul li h5 {
    font-size: 1.16em;
    font-weight: 400;
    font-style: oblique;
}
.img3box ul li h4 {
    font-weight: 500;
    font-size: 1.6em;
    line-height: 1.5;
    margin: 1em auto;
}
.img3box ul li p {
    line-height: 1.7;
}

.img4box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.img4box ul li:nth-child(3) {
    width: 25%;
}
.img4box ul li:nth-child(1),.img4box ul li:nth-child(2) {
    width: 33%;
    line-height: 1.7;
}
.img4box ul li section {
    position: relative;
}
.img4box ul li section p {
    position: absolute;
    right: 1em;
    bottom: 1em;
    font-size: 0.6em;
    line-height: 1;
}
.img4box ul li h4 {
    color: #8e602b;
    font-weight: 400;
}
.img4box ul li p {
    
}

.tx1 {
    text-align: center;
    margin-bottom: 3em;
}
.tx1 h3 {
    font-weight: 400;
    font-size: 4em;
    line-height: 1;
    color: #ccc;
}
.tx1 p {
    line-height: 1.7;
    margin-top: 0.5em;
}
.img5box {
    width: 70%;
    margin: 0 auto 3em;
}

.tx2 {
    margin-bottom: 3em;
}
.tx2 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 70%;
    margin: 0 auto;
}
.tx2 ul li {
    width: 48%;
    line-height: 1.7;
}

.ldimg ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.ldimg ul li {
    width: 18%;
    line-height: 1.5;
}
.ldimg ul li h3 {
    position: relative;
    margin-bottom: 0.5em;
}
.ldimg ul li h3 span {
    position: absolute;
    line-height: 1;
    font-size: 0.6em;
    right: 1em;
    bottom: 1em;
}
.ldimg ul li h4 {
    color: #8e602b;
    font-weight: 500;
}
.ldimg ul li p {
    font-size: 0.84em;
}

.img6box {
    width: 70%;
    margin: 3em auto;
}

@media screen and (max-width: 960px) {
.img1tx section figure p {
    font-size: 0.92em;
}

}

@media screen and (max-width: 560px) {
.img1box ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.img1box ul li:first-child {
    width: 90%;
    margin-right: 0;
    padding: 4em 0;
}
.img1box ul li:last-child {
    width: 100%;
    margin-right: 0;
    padding-top: 0;
}

.img2box {
    overflow: hidden;
}
.img2box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.img2box ul li {
    width: 50%;
}

.img3box {
    margin-bottom: 2em;
}
.img3box ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.img3box ul li:first-child {
    width: 80%;
}
.img3box ul li:last-child {
    width: 100%;
    margin-bottom: 3em;
}
.img3box ul li h5 {
    font-size: 1.16em;
    font-weight: 400;
    font-style: oblique;
}
.img3box ul li h4 {
    font-weight: 500;
    font-size: 1.32em;
    line-height: 1.5;
    margin: 1em auto;
}
.img3box ul li p {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 0.92em;
    line-height: 1.7;
}

.img4box ul {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}
.img4box ul li:nth-child(3) {
    width: 75%;
}
.img4box ul li:nth-child(1),.img4box ul li:nth-child(2) {
    width: 75%;
    line-height: 1.7;
    margin-bottom: 2em;
}
.img4box ul li section {
    position: relative;
}
.img4box ul li section p {
    position: absolute;
    right: 1em;
    bottom: 1em;
    font-size: 0.6em;
    line-height: 1;
}
.img4box ul li h4 {
    color: #8e602b;
    font-weight: 400;
}
.img4box ul li p {
    font-size: 0.92em;
}

.tx1 {
    text-align: center;
    margin-bottom: 3em;
}
.tx1 h3 {
    font-weight: 400;
    font-size: 2em;
    line-height: 1;
    color: #ccc;
}
.tx1 p {
    line-height: 1.7;
    margin-top: 0.5em;
    text-align: left;
}
.img5box {
    width: 100%;
    margin: 0 auto 3em;
}

.tx2 {
    margin-bottom: 3em;
}
.tx2 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}
.tx2 ul li {
    width: 100%;
    line-height: 1.7;
}
.tx2 ul li:first-child {
    margin-bottom: 1em;
}

.ldimg ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -1.5em;
}
.ldimg ul li {
    width: calc((100% / 2) - (1.5em / 2));
    margin-bottom: 1.5em;
}
.ldimg ul li h4 {
    font-size: 0.92em;
}
.ldimg ul li p {
    font-size: 0.84em;
}

.img6box {
    width: 100%;
    margin: 3em auto;
}

}



