@charset "utf-8";.wow {
    transition: all 0.6s cubic-bezier(0.93, 0.01, 1, 1);
    opacity: 0;
}.siteMain {
    text-align: center;
}

.main {
    max-width: 1000px;
    margin: 0 auto;
}

.txt {
    padding: 100px 10px;
    text-align: left;
}

.txt p{
    font-size: 15px;
    color: #595959;
    line-height: 1.8;
}
.txt_only  p{
    font-size: 15px;
    color: #595959;
    line-height: 1.8;
}

.txt p.ttl {
    font-size: 30px;
    padding-bottom: 50px;
}

.txt_only {
    padding: 0px 10px 100px;
    text-align: left;
}

.photo-top {
    padding-top: 100px;
}

.photo-top img,
.photo-bottom img {
    width: 100%;
    height: auto;
    display: block;
}

.photo-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.photo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

.photo-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.photo-row.three-cols .left,
.photo-row.three-cols .right {
    width: 33.3%;
}

.photo-row.three-cols .center {
    width: 33.3%;
}

.photo-row.two-cols.uneven .wide {
    width: 51.8%;
}

.photo-row.two-cols.uneven .narrow {
    width: 48.3%;
}

.photo-row.two-cols.equal .photo-item {
    width: 49.5%;
}


.txt a p {
    cursor: pointer;
}



.material-row {
    padding: 0 0 100px;
}

.material-txt {
    width: 45%;
    text-align: left;
    font-size: clamp(11px, 1.3vw, 15px);
    color: #595959;
}

.material-ttl {
    font-size: clamp(11px, 1.3vw, 15px);
    margin-bottom: 12px;
}

.material-txt p {
    line-height: 1.8;
}

.center-text {
    display: flex;
    justify-content: center;
    padding: 0 !important; 
}

.center-text p {
    text-align: left;
    margin-bottom: 100px;
    line-height: 1.8;
}




@media only screen and (min-width: 751px) {
    .onlySP {
        display: none;
    }
}

@media only screen and (max-width: 750px) {
    .onlyPC {
        display: none;
    }

    .txt {
        padding: 35px 10px;
    }

    .txt p {
        font-size: 2vw;
    }
    .txt_only  p{
        font-size: 2vw;
    }


    .txt p.ttl {
        font-size: 3.5vw;
        padding: 0 0 20px;
    }

    .txt_only {
        padding: 35px 10px;
        padding: 0px 10px 35px;
    }

    .photo-top {
    padding-top: 35px;
    }

    .material-txt {
    font-size: 1.7vw;
    }
   .material-ttl {
    font-size: 1.7vw;
    margin-bottom: 5px;
    }

   .material-row {
    padding: 0 0 35px;
    }

    .center-text p {
    margin-bottom: 40px;
    }
}