@charset "UTF-8";
main .home_top_text .guide {
    width: 100%;
    margin-top: 2rem;
    display: grid;
    grid-template: 
        ".....  client .....  owner  .....  teach  ....." auto
        ".....  .....  .....  .....  .....  .....  ....." 5rem
        ".....  meet   meet   meet   meet   meet   ....." auto
        ".....  .....  .....  image  .....  .....  ....." auto
        ".....  talk   talk   talk   talk   talk   ....." auto/
        8rem    5fr    1rem   10rem 1rem    5fr   8rem ;
}
main .home_top_text .guide .box_student {
    display: none;
}
main .home_top_text .guide .box_teacher {
    display: none;
}
main .home_top_text .guide .client {
    grid-area : client;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 10%;
}
main .home_top_text .guide .client .name {
    text-align: center;
    font-size : 2.8rem;
    font-weight: bold;
    
}
main .home_top_text .guide .client .name p {
    margin: 0 auto;
    width: 10rem;
    background-color: rgba(252, 138, 138, 0.359);
}
main .home_top_text .guide .client ol {
    font-size: 2.0rem;
    padding-left: 25%;
    padding-right: 5%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: bold;
    
}
main .home_top_text .guide .client ol .content {
    margin-bottom: 0.3rem;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    border-bottom: 0.15rem solid rgb(30, 30, 30);
   
}
main .home_top_text .guide .client ol .content ul {
    font-size: 1.6rem;
    font-weight:400;
    margin-left: 1.3rem;
}
main .home_top_text .guide .teach {
    grid-area : teach;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 10%;
}
main .home_top_text .guide .teach .name {
    text-align: center;
    font-size : 2.8rem;
    font-weight: bold;
}
main .home_top_text .guide .teach .name p {
    margin: 0 auto;
    width: 10rem;
    background-color: rgba(252, 138, 138, 0.359);
}
main .home_top_text .guide .teach ol {
    font-size: 2.0rem;
    padding-right: 15%;
    padding-left: 15%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: bold;
}
main .home_top_text .guide .teach ol .content {
    margin-bottom: 0.3rem;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    border-bottom: 0.15rem solid rgb(30, 30, 30);
    
}
main .home_top_text .guide .teach ol .content ul {
    font-size: 1.6rem;
    font-weight:400;
    margin-left: 1.3rem;
}
main .home_top_text .guide .owner {
    grid-area : owner;
    background-color: rgba(91, 90, 90, 0.26); 
    display: flex;
    justify-content: center;
    align-items: center;
}
main .home_top_text .guide .owner .content1 {
    padding: 0.1rem 0.1rem 0.1rem;
    width: 100%;
    height: 80%;
    
}
main .home_top_text .guide .owner .content p{
    text-align: center;
    min-width: 5rem;
    font-size: 2.8rem;
}
main .home_top_text .guide .owner .content .explanation {
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 1.4rem;
}
main .home_top_text .guide .meet {
    margin-bottom: 2rem;
    grid-area : meet;
    display: flex;
    justify-content: center;
    align-items: center;
}
main .home_top_text .guide .meet .intervew { 
    padding-left: 1.5rem;
    padding-right: 1rem; 
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
    border: 0.08rem solid black;
}
main .home_top_text .guide .meet .intervew ul {
    margin-left: 1rem;
    text-align: start;
    font-size: 1.6rem;
    font-weight: 400;
}
main .home_top_text .guide .meet .image1 {
    display: flex;
    justify-content: flex-end;
    padding-right: 5rem;
    width: 10rem;
    height: auto;
}
main .home_top_text .guide .meet .image2 {
    display: flex;
    justify-content:flex-start;
    padding-left: 5rem;
    width: 10rem;
    height: auto;
}
main .home_top_text .guide .image {
    grid-area : image;
    text-align: center;
}
main .home_top_text .guide .image img{
    width: 7rem;
    height: auto; 
}
main .home_top_text .guide .talk {
    grid-area: talk;
    display: flex;
    justify-content: center;
    align-items: center;
}
main .home_top_text .guide .talk p { 
    padding: 1rem 1rem 1rem 1rem; 
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
    border: 0.08rem solid black;
}
@media (max-width:1010px){
    main .home_top_text .guide {
        width: 100%;
        margin-top: 2rem;
        display: grid;
        grid-template: 
            "client .....  owner  .....  teach" auto
            ".....  .....  .....  .....  ....." 5rem
            "meet   meet   meet   meet   meet " auto
            ".....  .....  image  .....  ....." auto
            "talk   talk   talk   talk   talk " auto/
             5fr    1rem   10rem    1rem    5fr;
    }
}
@media (max-width: 810px){
    main .home_top_text .guide .client ol {
        font-size: 1.6rem;
        padding-left: 0%;
        padding-right: 5%;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        font-weight: bold;
        
    }
    main .home_top_text .guide .teach ol {
        font-size: 1.6rem;
        padding-right: 0%;
        padding-left: 20%;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        font-weight: bold;
    }
    main .home_top_text .guide .client ol .content ul {
        font-size: 1.3rem;
        font-weight:400;
        margin-left: 1.3rem;
    }
    main .home_top_text .guide .teach ol .content ul {
        font-size: 1.3rem;
        font-weight:400;
        margin-left: 1.3rem;
    }
}
@media (max-width: 600px){
    main .home_top_text .guide {
        width: 100%;
        margin-top: 2rem;
        display: grid;
        grid-template: 
            "client client client client client" auto
            ".....  .....  .....  .....  ....." 1rem
            "teach  teach  teach  teach  teach" auto
            ".....  .....  .....  .....  ....." 5rem
            "box1   owner  owner  owner  box2 " auto
            ".....  .....  .....  .....  ....." 1rem
            "meet   meet   meet   meet   meet " auto
            ".....  .....  image  .....  ....." auto
            "talk   talk   talk   talk   talk " auto/
             5fr    6rem   1fr    6rem    5fr;
    }
    main .home_top_text .guide .box_student {
        display: block;
        grid-area: box1;
        text-align: center;
    }
    main .home_top_text .guide .box_student p {
        font-size: 1.9rem;
        margin-top: 1.8rem;
        margin-right: 0.8rem;
        background-color: rgba(252, 138, 138, 0.09);
    }
    main .home_top_text .guide .box_teacher {
        display: block;
        grid-area: box2;
        text-align: center;
    }
    main .home_top_text .guide .box_teacher p {
        font-size: 1.9rem;
        margin-top: 1.8rem;
        margin-left: 0.8rem;
        background-color: rgba(252, 138, 138, 0.09);
    }

    main .home_top_text .guide .client {
        grid-area : client;
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 5%;
    }
    main .home_top_text .guide .client ol {
        font-size: 1.7rem;
        padding-left: 8%;
        padding-right: 5%;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        font-weight: bold;   
    }

    main .home_top_text .guide .teach {
        grid-area : teach;
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-right: 0;
        padding-left: 5%;
    }
    main .home_top_text .guide .teach ol {
        font-size: 1.7rem;
        padding-left: 8%;
        padding-right: 5%;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        font-weight: bold;
    }


    main .home_top_text .guide .client .name {
        text-align: center;
        font-size : 2.1rem;
        font-weight: bold;   
    }
    main .home_top_text .guide .teach .name {
        text-align: center;
        font-size : 2.1rem;
        font-weight: bold;
    }

    main .home_top_text .guide .meet .image1 {
        display: flex;
        justify-content: flex-end;
        padding-right: 1.5rem;
        width: auto;
        height: auto;
    }
    main .home_top_text .guide .meet .image1 img {
        display: block;
        max-width: 5rem;
        height: auto;
    }
    main .home_top_text .guide .meet .image2 {
        display: flex;
        justify-content:flex-start;
        padding-left: 1.5rem;
        width: auto;
        height: auto;
    }
    main .home_top_text .guide .meet .image2 img {
        display: block;
        max-width: 5rem;
        height: auto;
    }
    main .home_top_text .guide .image img{
        width: 5rem;
        height: auto; 
    }
}


