@charset "utf-8";

.concept_box {
    position: relative;
    background-image: url("../../img/concept_pc.webp");
    background-position: center top;
    background-size: auto 110%;
    width: 100%;
    aspect-ratio: 20 / 13;
}
.concept_box section {
    position: absolute;
    top: 14%;
    right: 10%;
    width: 35%;
    max-width: 600px;
}

.view_box {
    position: relative;
    background-image: url("../../slide/02_pc.webp");
    background-position: center top;
    background-size: auto 120%;
    width: 100%;
    aspect-ratio: 2 / 1;
}
.view_box section {
    position: absolute;
    top: 14%;
    right: 10%;
    width: 40%;
    max-width: 700px;
}
.view_box h2 {
    line-height: 0;
}
.view_box h2 img {
    width: 100%;
}

.vw_tx ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.vw_tx ul li:first-child {
    width: 26em;
}
.vw_tx ul li:last-child {
    width: calc(95% - 26em);
}
.vw_tx ul li h3 {
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.1em;
}
.vw_tx ul li p {
    font-size: 1em;
    line-height: 1.7;
}

@media screen and (max-width: 560px) {
.concept_box {
    background-image: url("../../slide/01_tb.webp");
    background-size: auto 120%;
    aspect-ratio: 1;
}
.concept_box section {
    top: 12%;
    right: 8%;
    width: 55%;
}

.view_box {
    background-image: url("../../slide/02_tb.webp");
    background-size: auto 120%;
    aspect-ratio: 1;
}
.view_box section {
    top: 12%;
    right: 8%;
    width: 65%;
}

.vw_tx ul {
}
.vw_tx ul li:first-child {
    width: 100%;
    margin-bottom: 1em;
}
.vw_tx ul li:last-child {
    width: 100%;
}
.vw_tx ul li h3 {
    font-size: 4.4vw;
}

}
