@charset "utf-8";


/* ==========================
main
=============================*/

.gokuyoinner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1236px;
    padding-left: 7%;
    padding-right: 7%;
    width: 100%;
}


/* ==============
gokuyo
==================== */
.background {
    background-image: url(../../images/pc-top-backimg.jpg);
    width: 100%;
}

.section__topic--4 {
    writing-mode: vertical-rl;
    margin: 200px auto 100px; 
    position: relative;
    font-size: 2.4rem;
    letter-spacing: 1.5rem;
}

.about__txt {
    margin-top: 60px;
    text-align: center;
}

.section__topic--4::before {
    content: "";
    display: inline-block;
    width: 181px;
    height: 137px;
    background-image: url('../../images/PCelements.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 75px;

}

.gokuyocontent2{
    display: flex;
    padding-bottom: 150px;

}

.eidaiset {
    text-align: center;
}

.eidaitxt {
    margin-top: 100px;
}

.mizukotxt {
    display: flex;
    align-items: center;
}

.mizukophoto {
    margin-left: 10%;
}

.eventmainphotosp {
    display: none;
}

.section__topic--4 {
    writing-mode: vertical-rl;
    margin: 200px auto 100px; 
    position: relative;
    font-size: 2.4rem;
    letter-spacing: 1.5rem;
}

.about__txt {
    margin-top: 60px;
    text-align: center;
}

.section__topic--4::before {
    content: "";
    display: inline-block;
    width: 181px;
    height: 137px;
    background-image: url('../../images/PCelements.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 78px;
}

.section__topic--5 {
    writing-mode: vertical-rl;
    margin: 200px auto 100px; 
    position: relative;
    font-size: 2.4rem;
    letter-spacing: 1.5rem;
}



.section__topic--5::before {
    content: "";
    display: inline-block;
    width: 181px;
    height: 137px;
    background-image: url('../../images/PCelements.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 110px;
}

.eventmainphoto{
    width: 100%;
}


/* ==============sp ==================== */
@media screen and (max-width: 769px){
    .gokuyocontent2 {
        display: flex;
        flex-direction: column;
    }

    .mizukophoto {
        margin-top: 100px;
    }

    .eventmainphoto {
        display: none;
    }

    .eventmainphotosp {
        display: block;
    }

    /* .section__topic--4::before {
        background-image: url(../../images/elementssp.svg);
        width: 63px;
        bottom: -10px;
    }
    
    .section__topic--4 {
        font-size: 1.4rem;
    } */

    /* .section__topic--5::before {
        background-image: url(../../images/elementssp.svg);
        width: 63px;
        bottom: 1px;
    }
    
    .section__topic--5 {
        font-size: 1.4rem;
    }  */

}

/* =========
shitumon
========== */

.section__topic--6 {
    writing-mode: vertical-rl;
    margin: 200px auto 100px; 
    position: relative;
    font-size: 2.4rem;
    letter-spacing: 1.5rem;
}

.about__txt {
    margin-top: 60px;
    text-align: center;
}

.section__topic--6::before {
    content: "";
    display: inline-block;
    width: 181px;
    height: 137px;
    background-image: url('../../images/PCelements.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 160px;

}


.shitumoninner {
    padding: 0 7% 60px;
    max-width: 1440px;
    margin: 0 auto;
}

.QA {
    height: 65px;
    color: #FFF;
    font-size: 2rem;
    font-weight: 700;
    line-height: 25px;
    border-radius: 2rem;
    background: #58B2DC;
    display: flex;
    align-items: center;
    padding: 0 28px;
}

.QAtxt {
    padding: 30px 0;
}


/* ==============sp ==================== */
@media screen and (max-width: 769px){
    /* .section__topic--5::before {
        background-image: url(../../images/elementssp.svg);
        width: 63px;
        bottom: 15px;
    }
    
    .section__topic--5 {
        font-size: 1.4rem;
    } */
    
    .QA {
        font-size: 1.8rem;
    }
}

/* ======================================== */