@charset "utf-8";

/* ==================================== 
mainVisual
=====================================*/
.mainVisual {
    position: relative;
}

.mainVisual::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; 
    left: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 10;
}

.mv__Sp1 {
    display: block;
    width: 100%;
    margin-top: 93px;
}

.mv__Sp2 {
    display: block;
    width: 100%;
    margin-top: 93px;
}

.mv__Sp3 {
    display: block;
    width: 100%;
    margin-top: 93px;
}

.mainVisual__pcBox {
    display: none;
}

.mv__topic {
    position: absolute;
    top: 50.8%;
    left: 12.8%;
    z-index: 15;
}

.mainVisual__topic1 {
    display: block;
    color: var(--primary-white);
    font-family: "Noto Sans JP";
    font-size: 10.6vw;
    font-weight: 700;
    line-height: 1;
}

.mainVisual__topic2 {
    display: block;
    color: var(--primary-white);
    font-family: "Roboto";
    font-size: 10.6vw;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

@media screen and (min-width:769px) {
    .mainVisual {
        position: relative;
    }

    .mainVisual::before {
        content: "";
        width: 91.6%;
        height: 100%;
        position: absolute;
        top: 0; 
        left: 8.3%;
        background-color: rgba(0,0,0,0.3);
        border-radius: 50px 0 0 50px;
        z-index: 10;
    }

    .mainVisual__spBox {
       display: none;
    } 

    .mainVisual__pcBox {
        display: block;
        margin-top: 115px;
        width: 91.6%;
        margin-left: auto;
        border-radius: 50px 0 0 50px;
    }

    .mv__Pc1 {
        display: block;
        border-radius: 50px 0 0 50px;
    }
    
    .mv__Pc2 {
        display: block;
        border-radius: 50px 0 0 50px;
    }
    
    .mv__Pc3 {
        display: block;
        border-radius: 50px 0 0 50px;
    }

    .mv__topic {
        position: absolute;
        top: 36.8%;
        left: 37%;
        z-index: 15;
    }

    .mainVisual__topic1 {
        font-size: 5.3vw;
    }

    .mainVisual__topic2 {
        font-size: 5.3vw;
    }
}

/* ==================================== 
section--beginner
=====================================*/
.section--beginner {
    padding: 60px 4.2%;
}

.topic__aboutBeginner {
    max-width: 204px;
    position: relative;
}

.topic__aboutBeginner::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    width: 20px;
    height: 3px;
    background-color: var(--primary-orange);
}

.topic__aboutBeginner::after {
    position: absolute;
    top: 17px;
    right: 0;
    content: "";
    width: 20px;
    height: 3px;
    background-color: var(--primary-orange);
}

.beginner__contents {
    margin-top: 32px;
}

.about__beginnerTxt {
    color: var(--primary-black);
    font-size: 1.4rem;
    line-height: 1.7;
    margin: 21px auto 0;
}

@media screen and (min-width:769px) {
    .section--beginner {
        padding: 120px 20px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .topic__aboutBeginner {
        font-size: 3rem;
        max-width: 300px;
    }

    .topic__aboutBeginner::before {
        top: 20px;
        width: 50px;
    }

    .topic__aboutBeginner::after {
        top: 20px;
        width: 50px;
    }

    .beginner__contents {
        display: flex;
        max-width: 1160px;
        justify-content: center;
        align-items: center;
        gap: 30px;
        margin-top: 48px;
    }

    .about__beginnerImg {
        margin-top: 0;
        max-width: 471px;
    }

    .beginner__txtBox {
        max-width: 516px;
    }

    .about__beginnerTxt {
        font-size: 1.6rem;
        line-height: 2;
        margin: 29px auto 0;
    }
}

/* ==================================== 
service--what
=====================================*/
.service--what {
    background-color: var(--primary-sectionPink);
    padding: 60px 4.2%;   
}

.topic__what {
    max-width: 302px;
    font-size: 2.2rem;
    position: relative;
}

.topic__what::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    width: 20px;
    height: 3px;
    background-color: var(--primary-orange);
}

.topic__what::after {
    position: absolute;
    top: 16px;
    right: 0;
    content: "";
    width: 20px;
    height: 3px;
    background-color: var(--primary-orange);
}

.about__whatTxt {
    color: var(--primary-black);
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 30px;
}

.what__btnGroup {
    margin-top: 30px;
}

.btn__aboutWhat {
    margin-top: 20px;
}

@media screen and (min-width:769px) {
    .service--what {
        padding: 120px 0;
    } 

    .topic__what {
        max-width: 450px;
        font-size: 3rem;
    }

    .topic__what::before {
        top: 20px;
        width: 50px;
    }

    .topic__what::after {
        top: 20px;
        width: 50px;
    }

    .about__whatTxt {
        font-size: 1.6rem;
        line-height: 2;
        margin: 30px auto 0;
        max-width: 752px;
    }

    .what__btnGroup {
        display: flex;
        margin: 30px auto 0;
        max-width: 510px;
    }

    .btn__aboutWhat {
        margin-top: 0;
    }
}

/* ==================================== 
section--strengths
=====================================*/
.section--strengths {
    padding: 60px 4.2%;
}

.topic__strengths {
    max-width: 302px;
    font-size: 2.2rem;
    position: relative;
}

.topic__strengths::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    width: 20px;
    height: 3px;
    background-color: var(--primary-orange);
}

.topic__strengths::after {
    position: absolute;
    top: 16px;
    right: 0;
    content: "";
    width: 20px;
    height: 3px;
    background-color: var(--primary-orange);
}

.strengths__list {
    margin-top: 32px;
}

.strengths__item {
    padding: 0 4.2%;
}

.strengths__item:nth-of-type(2),
.strengths__item:nth-of-type(3){
    margin-top: 60px;
}

.strengths__txtTitle1 {
    color: var(--primary-black);
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    max-width: 193px;
    margin: 0 auto;
    position: relative;
    padding-left: 20px; 
}

.strengths__txtTitle1::before {
    content: "";
    display: inline-block;
    width: 33px;
    height: 40px;
    position: absolute;
    top: -25%;
    left: 0;
    background-image: url(../images/about__strengthsIcon1.png);
    background-position: center;
    background-size: contain;
}

.strengths__txt {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 27px; 
}

.strengths__imgBox {
    margin-top: 20px;
}
 
.strengths__txtTitle2 {
    color: var(--primary-black);
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    max-width: 245px;
    margin: 0 auto;
    position: relative;
    padding-left: 20px; 
}

.strengths__txtTitle2::before {
    content: "";
    display: inline-block;
    width: 33px;
    height: 40px;
    position: absolute;
    top: -25%;
    left: 0;
    background-image: url(../images/about__strengthsIcon2.png);
    background-position: center;
    background-size: contain;
}

.strengths__txtTitle3 {
    color: var(--primary-black);
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    max-width: 259px;
    margin: 0 auto;
    position: relative;
    padding-left: 20px; 
}

.strengths__txtTitle3::before {
    content: "";
    display: inline-block;
    width: 33px;
    height: 40px;
    position: absolute;
    top: -25%;
    left: 0;
    background-image: url(../images/about__strengthsIcon3.png);
    background-position: center;
    background-size: contain;
}

@media screen and (min-width:769px) {
    .section--strengths {
        padding: 120px 20px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .topic__strengths {
        max-width: 450px;
        font-size: 3rem;
    }

    .topic__strengths::before {
        top: 20px;
        width: 50px;
    }

    .topic__strengths::after {
        top: 20px;
        width: 50px;
    }

    .strengths__list {
        margin-top: 60px;
    }

    .strengths__item {
        padding: 0;
        display: flex;
        align-items: center;
        gap: 40px;
    }

   .strengths__txtBox {
        max-width: 560px;
   }

    .strengths__txt {
        font-size: 1.6rem;
        line-height: 2;
        margin-top: 60px; 
    }

    .strengths__item:nth-of-type(2) {
        margin-top: 70px;
        flex-direction: row-reverse;
    }

    .strengths__item:nth-of-type(3){
        margin-top: 70px;
    }

    .strengths__txtTitle1 {
        font-size: 2.4rem;
        max-width: 560px;
        padding-left: 106px; 
        text-align: left;
    }

    .strengths__txtTitle1::before {
        width: 62px;
        height: 77px;
        top: -50%;
    }

    .strengths__txtTitle2 {
        text-align: left;
        font-size: 2.4rem;
        max-width: 560px;
        padding-left: 106px; 
    }

    .strengths__txtTitle2::before {
        width: 62px;
        height: 77px;
        top: -50%;
    }

    .strengths__txtTitle3 {
        font-size: 2.4rem;
        max-width: 560px;
        padding-left: 106px; 
        text-align: left;
    }

    .strengths__txtTitle3::before {
        width: 62px;
        height: 77px;
        top: -50%;
    }

    .strengths__imgBox {
        margin-top: 0;
        max-width: 560px;        
    }
}