@charset "UTF-8";

/* ===================
about
===================== */

.en--ringlink {
    color: var(--primary-blue,#6EC2D7);
}

.about__mainImg {
    width: 100%;
}

.ringlink__about {
    background-color: #fff;
}

.about__leadImg {
    width: 100%;
    max-width: 1000px;
}

.topic--about {
    margin-bottom: 20px;
}

.txt--top {
    margin: 22px 5% 0;
}

.about__txt {
    font-family: "Noto Sans JP";
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.007px;
}

.txt__mark {
    font-weight: 700;
}

.about__leadImg1 {
    width: 90%;
}

.about__lead1 {
    margin: 20px 20px 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.about__leadImg2 {
    margin: 20px 5% 30px;
    width: 90%;
}

.about__txtGroup {
    margin: 0 5%;
}

.txt--2 ,.txt--3 {
    margin-top: 13px;
} 

.about__item {
    margin: 30px 5%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
}

.about__leadImg3 {
    width: 150px;
    height: 150px;
}

.about__bottom {
    position: relative;
}

.about__bottom::before {
    content: '';
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    background-image: url(../images/ringlinkSP__projectTop.png);
    top: -40px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.about__bottomImg {
    width: 100%;
}

/* about PC */
@media screen and (min-width:769px) {

    .about__txtGroup {
        margin: 0;
    }

    .topic--about {
        padding: 40px 0 40px;
        margin-bottom: 0;
    }

    .about__group1 {
        margin: 40px 0;
        display: flex;
        align-items: center;
    }

    .about__leadImg {
        width: 100%;
        max-width: 800px;
    }

    .txt--top {
        margin: 14px 0 0 22%;
    }

    .about__txt {
        width: 76%;
        font-size: 1.6rem;
    }

    .spBr {
        display: none;
    }

    .about__leadGroup {
        width: 50%;
    }

    .about__lead1 {
        width: 40%;
        margin: 0 7% 0 30px;
    }

    .about__leadImg1 {
        width: 100%;
    }

    .about__group2 {
        margin-top: 40px;
        display: flex;
        padding: 0px 7% 0 11%;
        align-items: flex-start;
        gap: 24px;
    }

    .about__lead2 {
        width: 100%;
    }

    .about__leadImg2 {
        width: 92%;
        margin: 0;
    }

    .about__box{
        width: 100%;
    }

    .txt--1, .txt--2, .txt--3{
        width: 100%;
    }

    .txt--2, .txt--3 {
        margin-top: 16px;
    }

    .about__item{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        margin: 30px 0;
    }

    .about__lead3 {
        width: 34%;
    }

    .about__leadImg3 {
        width: 100%;
        height: auto;
    }

    .txt--name {
        width: auto;
    }

    .about__bottom::before {
        height: 500px;
        background-image: url(../images/ringlinkPC__projectTop.png);
        top: -60px;
    }

}/* about PC */

/* ===================
project
===================== */

.project__img1,.project__img2 {
    display: none;
}

.project__group {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.project__item1, .project__item2 {
    width: 100%;
}


.project1 {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 281px;
    background-image: url(../images/ringlinkSP_project1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.project2 {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 281px;
    background-image: url(../images/ringlinkSP_project2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.project3 {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 311px;
    background-image: url(../images/ringlinkSP_project3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.project4 {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 283px;
    background-image: url(../images/ringlinkSP_project4.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.project5 {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 319px;
    background-image: url(../images/ringlinkSP_project5.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.project__title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: "Zen Maru Gothic";
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
}

.project__title:nth-of-type(1) {
    margin-top: -10px;
}

.title--2 {
    line-height: normal;
}

.project__title5 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: "Zen Maru Gothic";
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: -30px;
}

.title_number {
    color: #FFF;
    text-align: center;
    font-family: Vollkorn;
    font-size: 4.8rem;
    font-weight: 500;
}

.project__txt {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.7;
}

.project__note {
    margin: 30px auto 60px;
    width: 76%;
    max-width: 400px;
    display: flex;
    padding: 25px 30px 20px 30px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    border-radius: 30px;
    background-color: #FFF;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    position: relative;
}


.project__note::before {
    content: '';
    display: block;
    position: absolute;
    width: 94px;
    height: 35px;
    background-image: url(../images/ringlinkSP_projectBird.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: -10px;
    left: -32px;
}

/* about PC */
@media screen and (min-width:769px) {

    .project1 ,.project2,.project3,.project4,.project5 {
        display: none;
    }

    .project__item1 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }

    .project__item2 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0 5%;
        gap: 2%;
    }
    
    .project__title,.project__title5 {
        display: none;
        font-size: 2.4rem;
    }

    .title_number {
        display: none;
        font-size: 5.6rem;
    }

    .project__txt {
        display: none;
        font-size: 1.4rem;
    }
    
    .project__img1,.project__img2 {
        display: block;
        width: 33%;
    }

    .img--2 {
        width: 29%;
    }

    .project1, .project2, .project3, .project4 ,.project5 {
        background-image: none;
    }

    .project__note {
        margin: 40px auto 100px;
        max-width: 823px;
        font-size: 2.4rem;
    }

    .project__note::before {
        width: 161px;
        height: 60px;
        top: -30px;
        left: -60px;
    }

}

/* ===================
contact form
===================== */

.topic__wave {
    display: flex;
    vertical-align: bottom;
}
.ringlink__contactTest {
    background-color: rgba(248, 209, 4, 0.50);
    padding-bottom: 60px;
}

.topic--contact {
    padding-top: 40px;
    margin: 0 auto 40px;
}

.txt--contact {
    margin: 10px 8%;
}

.form__parts {
    margin: 30px 6%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form__category {
    width: 150px;
    font-size: 1.6rem;
    font-weight: 400;
}

.form__group {
    margin-top: 5px;
    width: 100%;
    height: 60px;
    border-radius: 40px;
    background-color: #FFF;
    font-size: 1.6rem;
    font-weight: 400;
    padding-left: 15px;
}

.form--last {
    height: 270px;
}

.form__privacy {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form__privacy a{
    text-decoration-line: underline;
}

.btn__privacy {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
}

.btn--form {
    margin-top: 50px;
    width: 80%;
    height: 56px;
    padding: 15px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
}

.pcBr {
    display: none;
}

/* contactTest PC */
@media screen and (min-width:769px) {

    .topic--contact {
        padding-top: 40px;
        margin: 0 auto;
    }

    .form__parts {
        margin: 24px 23%;
        display: flex;
        flex-direction: row;
        padding: 10px 0px;
        gap: 25px;
        align-items: flex-start;
    }

    .pcBr {
        display: block;
    }

    .txt--contact {
        margin: 40px auto;
    }

    .form__group {
        margin-top: 5px;
        width: 100%;
        height: 60px;
        border-radius: 40px;
        background-color: #FFF;
        font-size: 1.6rem;
        font-weight: 400;
        padding:4px 15px;
    }

    .form__category {
        width: 163px;
    }

    .form--last {
        height: 322px;
    }

    .topic__waveImg {
        width: 100%;
    }

    .btn__privacy {
        font-size: 1.4rem;
    }

    .btn--form {
        width: 21%;
    }

    .btn::after {
        display: none;
    }
}

/* ===================
contact
===================== */

.ringlink__contact {
    background-color: #FFF;
}

.contact__txt {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.7; 
}

.info__email {
    display: block;
    margin: 40px auto 0;
    width: 199px;
}

.info__email.copied {
    width: 100px;
}

.contact__email {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
}

.info__note {
    font-size: 1.2rem;
}

/* contact PC */
@media screen and (min-width:769px) {
    .contact__txt {
        font-size: 2.4rem;
    }

    .info__email {
        width: 280px;
    }
    
}