@charset "utf-8";

.int_box1 {
    position: relative;
    background-image: url("../../img/in_img1.webp");
    background-position: left center;
    background-size: 120% auto;
    width: 100%;
    aspect-ratio: 200 / 115;
}
span.rname {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 1em;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-align: right;
}
span.rname strong {
    font-weight: 400;
    font-size: 1.5em;
}

.in_tx1 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.in_tx1 ul li:first-child {
    width: 23em;
}
.in_tx1 ul li:last-child {
    width: calc(95% - 23em);
}
.in_tx1 ul li h3 {
    font-size: 2em;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #036;
    margin-bottom: 0.5em;
}
.in_tx1 ul li h4 {
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.1em;
}
.in_tx1 ul li h5 {
    font-size: 1.16em;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.1em;
}
.in_tx1 ul li p {
    font-size: 1em;
    line-height: 1.7;
    margin-top: 0.5em;
}

.in_img1 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.in_img1 ul li {
    position: relative;
    background-image: url("../img/img1.webp");
    background-position: center top;
    background-size: auto 120%;
    width: 50%;
    aspect-ratio: 13 / 10;
}
.in_img1 ul li:last-child {
    background-image: url("../img/img2.webp");
}

.obi {
    z-index: -1;
    position: relative;
    background-image: url("../img/obi.webp");
    background-position: center center;
    background-size: cover;
    box-sizing: border-box;
    padding: 5em 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.obi h4 {
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    color: #fff;
}

.in_img3 {
    position: relative;
    background-image: url("../img/img3.webp");
    background-position: center top;
    background-size: auto 120%;
    width: 100%;
    aspect-ratio: 20 / 14;
}

.txvox1adj1 {
    margin-top: 1em;
}
.txbox1 h4 {
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #036;
}
.txbox1 p {
    line-height: 1.7;
    margin-top: 0.3em;
}

.in_img4 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.in_img4 ul li:first-child {
    width: 30%;
}
.in_img4 ul li:last-child {
    width: 60%;
}
.in_img4 ul li:first-child section {
    position: relative;
    background-image: url("../img/img5.webp");
    background-position: center top;
    background-size: auto 120%;
    width: 100%;
    aspect-ratio: 8 / 12;
}
.in_img4 ul li:last-child section {
    position: relative;
    background-image: url("../img/img4.webp");
    background-position: center top;
    background-size: auto 120%;
    width: 100%;
    aspect-ratio: 12 / 8;
}

.in_img5 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.in_img5 ul li:first-child {
    width: 55%;
}
.in_img5 ul li:last-child {
    width: 35%;
}
.in_img5 ul li:first-child section {
    position: relative;
    background-image: url("../img/img6.webp");
    background-position: center top;
    background-size: auto 120%;
    width: 100%;
    aspect-ratio: 12 / 8;
}
.in_img5 ul li:last-child section {
    position: relative;
    background-image: url("../img/img7.webp");
    background-position: center top;
    background-size: auto 120%;
    width: 100%;
    aspect-ratio: 12 / 8;
}
.in_img6 {
    position: relative;
    background-image: url("../img/img8.webp");
    background-position: center top;
    background-size: auto 120%;
    width: 100%;
    aspect-ratio: 20 / 13;
}

@media screen and (max-width: 1000px) {
.txvox1adj2 {
    padding: 0 7%;
}
}

@media screen and (max-width: 560px) {
span.rname {
    right: 10px;
    bottom: 10px;
    font-size: 0.92em;
}

.in_tx1 ul {
}
.in_tx1 ul li:first-child {
    width: 100%;
    margin-bottom: 1em;
}
.in_tx1 ul li:last-child {
    width: 100%;
}
.in_tx1 ul li h3 {
    font-size: 6vw;
}
.in_tx1 ul li h4 {
    font-size: 4vw;
}

.in_img1 ul li {
    width: 100%;
}

.obi {
    padding: 4em 0;
}
.obi h4 {
    font-size: 4vw;
}

.txvox1adj1 {
    margin-top: 1em;
}
.txbox1 h4 {
    font-size: 4.5vw;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #036;
}
.txbox1 p {
    line-height: 1.7;
    margin-top: 0.3em;
}

.in_img4 ul {
    justify-content: space-around;
}
.in_img4 ul li:first-child {
    width: 70%;
    margin-bottom: 4em;
}
.in_img4 ul li:last-child {
    width: 100%;
}

.in_img5 ul li:first-child {
    width: 100%;
    margin-bottom: 4em;
}
.in_img5 ul li:last-child {
    width: 100%;
}

}
