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

#title p {
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
.bg_hi {
    position: relative;
    z-index: 1;
    background-image: url("../../img/bg_uwall.jpg");
    background-position: center center;
    background-size: 400px 400px;
    overflow: hidden;
    color: #fff;
}
.bg_in {
    position: relative;
    z-index: 1;
    background-image: url("../../img/bg_lgwall.jpg");
    background-position: center center;
    background-size: 400px 400px;
    overflow: hidden;
}
.swipe {
    display: none;
}

.hi_img {
    position: relative;
}
.hi_img section img {
    width: 100%;
    aspect-ratio:2.5 / 1;
    object-fit: cover;
}
.hi_tx_box {
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}
.hi_tx1 {
    position: relative;
    width: 100%;
    height: 100%;
}
.hi_tx1 p {
    position: absolute;
    font-size: 0.84em;
    line-height: 1;
    right: 1em;
    bottom: 1em;
    text-shadow: 0 0 10px #000, 1px 1px 5px #000;
}

.swiptx,.swiptx2 {
    display: none;
}

.hi_img2 {
    margin-bottom: 6em;
}
.hi_img2 ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.hi_img2 ul li:first-child {
    width: 51.5%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.hi_img2 ul li:last-child {
    width: 43.5%;
}
.hi_img2 ul li img {
    width: 100%;
}
.hi_img2 ul li section {
    position: relative;
}
.hi_img2 ul li p {
    position: absolute;
    font-size: 0.84em;
    line-height: 1;
    right: 1em;
    bottom: 1em;
    text-shadow: 0 0 10px #000, 1px 1px 5px #000;
}

.hi_doc {
    margin-bottom: 6em;
}
.hi_doc ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.hi_doc ul li {
    width: 47%;
}
.hi_doc ul li img {
    width: 100%;
}
.hi_doc ul li h3 {
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.7;
    margin-top: 1.5em;
}
.hi_doc ul li p {
    line-height: 2.5;
}

.hi_img3 {
}
.hi_img3 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.hi_img3 ul li {
    width: 21%;
}
.hi_img3 ul li img {
    width: 100%;
}
.hi_img3 ul li p {
    font-size: 0.84em;
    line-height: 1;
    margin-top: 1em;
    text-align: center;
}

.cr_tx {
    line-height: 0;
    text-align: center;
    margin-bottom: 3em;
}
.cr_tx img {
    width: 35%;
}

.cr_img1 {
    margin-bottom: 3em;
}
.cr_img1 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.7;
}
.cr_img1 ul li img {
    width: 100%;
}
.cr_img1 ul li h4 {
    font-size: 1.24em;
    font-weight: 500;
    margin-bottom: 1em;
}
.cr_img1 ul li:nth-child(1) {
    width: 29%;
}
.cr_img1 ul li:nth-child(2) {
    width: 32%;
}
.cr_img1 ul li:nth-child(3) {
    width: 29%;
}
.cr_img1 ul li h5 {
    font-weight: 500;
    line-height: 1.4;
    background-color: #950006;
    color: #fff;
    text-align: center;
    padding: 0.4em 0;
    margin-top: 0.5em;
    margin-bottom: 1em;
}

.wood {
    background-color: #fff;
    padding: 2em;
}
.wood_tx {
    margin-bottom: 3em;
}
.wood_tx ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.wood_tx ul li img {
    width: 100%;
}
.wood_tx ul li:first-child {
    width: 15%;
}
.wood_tx ul li:last-child {
    width: 82%;
    font-weight: 500;
    line-height: 1.7;
}

.wood_img ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.wood_img ul li img {
    width: 100%;
}
.wood_img ul li {
    width: 22%;
}

.wall_img {
    position: relative;
    background-image:url("../img/co_img3.webp");
    background-position: center top;
    background-size: auto 120%;
    width: 100%;
    aspect-ratio: 200 / 114;
    margin-bottom: 5em;
}
.wall_img p {
    position: absolute;
    font-size: 0.84em;
    line-height: 1;
    right: 1em;
    bottom: 1em;
    color: #fff;
    text-shadow: 0 0 10px #000, 1px 1px 5px #000;
}

@media screen and (max-width: 960px) {

.hi_img section img {
    width: 100%;
    aspect-ratio:auto;
    object-fit: initial;
}

.hi_img2 {
    margin-bottom: 5em;
}

.hi_doc {
    margin-bottom: 5em;
}
.hi_doc ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.hi_doc ul li {
    width: 80%;
}
.hi_doc ul li h3 {
    margin-top: 1.5em;
    margin-bottom: 2em;
}
.hi_doc ul li p {
    line-height: 2;
}

.cr_tx {
    text-align: center;
    margin-bottom: 3em;
}
.cr_tx img {
    width: 50%;
}

.cr_img1 {
    margin-bottom: 3em;
}
.cr_img1 ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.cr_img1 ul li h4 {
    font-size: 1.08em;
}
.cr_img1 ul li:nth-child(1) {
    width: 35%;
}
.cr_img1 ul li:nth-child(2) {
    width: 55%;
}
.cr_img1 ul li:nth-child(3) {
    width: 45%;
    margin-top: 3em;
}

.wood_tx ul li:first-child {
    width: 20%;
}
.wood_tx ul li:last-child {
    width: 77%;
}
}


@media screen and (max-width: 520px) {
.bg_be {
    margin-bottom: 5em;
}

.hi_img {
    margin-bottom: 0;
}
.hi_img section {
    overflow: auto;
}
.hi_img section img {
    width: 700px;
}

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

.hi_img2 ul {
 
}
.hi_img2 ul li p {
    font-size: 0.76em;
    right: 0.5em;
    bottom: 0.5em;
}

.hi_doc ul li h3 {
    font-size: 1.16em;
}

.hi_img3 ul {
    margin-bottom: -2em;
}
.hi_img3 ul li {
    width: 46.5%;
    margin-bottom: 2em;
}

.cr_tx {
    margin-bottom: 3em;
}
.cr_tx img {
    width: 90%;
}

.cr_img1 {
    margin-bottom: 3em;
}
.cr_img1 ul li:nth-child(1) {
    width: 70%;
}
.cr_img1 ul li:nth-child(2) {
    width: 100%;
    margin-top: 3em;
}
.cr_img1 ul li:nth-child(3) {
    width: 60%;
    margin-top: 3em;
}


.wood {
    padding: 1.5em;
}
.wood_tx {
    margin-bottom: 2em;
}
.wood_tx ul li:first-child {
    width: 40%;
    margin-bottom: 1em;
}
.wood_tx ul li:last-child {
    width: 100%;
    font-size: 1.08em;
}
.wood_img ul {
    margin-bottom: -2em;
}
.wood_img ul li {
    width: 47%;
    margin-bottom: 2em;
}

}

