            .be_the_buddy{
                width: 35%;
                transform: rotate(-10deg);
            }

            #ses_induction{
                width: 100%;
                margin: 4.8vw 0px;
                background-repeat: no-repeat;
                padding-top: 8vw;
                padding-bottom: 2vw;
                background: url(https://ap-tc.co.jp/recruit/images/recruit_ses_bg.jpg);
                background-size: cover;
            }

            .ses_container{
                width: 60%;
                margin: 0 auto;
                margin-bottom: 40px;
            }

            .cta_container{
                width: 90%;
                display: grid;
                grid-template-columns: 55% 1fr;
                margin: 0 auto;
            }

            .cta_container h2{
                font-size: 70px;
                line-height: 135%;
                color: white;
            }            

            .cta_container hgroup{
                margin: 0 auto;
            }

            .ses_cta{
                margin-top: 24px;
            }            

            .ses_cta p{
                font-size: 24px;
                color: white;
                line-height: 36px;
                font-weight: 600;
            }

            .ses_cta a{
                display: flex;
                background-color: #00AD90;
                color: white;
                text-decoration: none;
                margin-top: 18px;
                font-size: 18px;
                font-weight: 600;
                padding: 14px 20px;
                width: 80%;
                justify-content: space-between;
            }

            .ses_cta a:hover{
                opacity: .4;
                transition: .4s;
            }

            .ses_cta a img{
                vertical-align: text-top;
            }            



            .scroll_text_box{
            width: 100%;
            overflow: hidden;
            white-space: nowrap;
            position: relative;
            }
            
            .ses_scroll{
            display: flex;
            gap: 20px; 
            animation: text-loop 20s linear infinite;
            }

            @keyframes text-loop {
            from {
                transform: translateX(0%);
            }
            to {
                transform: translateX(-50%);
            }
            }
            
            .ses_scroll{
                font-size: 4rem;
                font-weight: 600;
                letter-spacing: 0.05em;
                color: #323232;
                white-space: nowrap;
            } 

            .video_container p{
                font-size: 1.4rem;
                letter-spacing: 0.1em;
                font-weight: 600;
                color: #EEEEEE;
                text-align: center;
                margin: 1.8vw 0px;
            }

            .video_box{
                display: grid;
                grid-template-columns: 1fr 1fr;
                column-gap: 40px;
                margin-bottom: 1.8vw;
            }

            .video_box iframe{
                height: 315px;
            }            

            .s_scroll_under{
                background-color: #1E1E1E;
            }

            @media (max-width:750px){

                .be_the_buddy{
                    width: 60%;
                }

                .ses_container{
                    width: 80%;
                    margin-bottom: 0px;
                }

                .ses_container h2{
                    font-size: 3.8rem;
                }
                
                .cta_container{
                    display: block;
                    width: 100%;
                    text-align: center;
                    font-size: 7rem;
                }

                .cta_container h2:nth-child(2){
                    margin-top: -2vw;
                }

                .ses_cta p{
                    font-size: 1.4rem;
                    color: white;
                    line-height: 36px;
                    text-align: start;
                }

                .ses_cta a{
                    font-size: 1.8rem;
                    padding: 14px;
                    width: 100%;
                    margin: 0 auto;
                    text-align: center;
                    margin-top: 2.4vw;
                    justify-content: space-around;
                }

                .ses_cta{
                    margin: 4vw auto;
                    width: 70%;
                }

                .video_box{
                    grid-template-columns: 1fr;
                    row-gap: 24px;
                }

                .video_box{
                    padding: 10px;
                }

                .ses_scrol{
                    font-size: 3rem !important;
                }

                .aspect_box{
                    aspect-ratio: 16/9;
                    width: 100%;
                }

                .aspect_box iframe{
                    width: 100%;
                    height: 100%;
                }

                .video_box iframe{
                    height: 100% !important;
                } 

            }

            @media (max-width:480px){
                .cta_container h2 {
                    font-size: 3.4rem;
                }

                .ses_cta a{
                    font-size: 1.4rem;
                    font-weight: 600;
                    padding: 2.8vw;
                    width: 100%;
                    margin: 0 auto;
                    text-align: center;
                    margin-top: 6.4vw;
                }

                .be_the_buddy{
                    width: 90%;
                    transform: rotate(-10deg);
                    position: absolute;
                    top: -20vw;
                    left: 15px;  
                }

                .ses_cta p{
                    display: none;
                }

                .ses_cta{
                    margin-top: 3vw;
                }

                #ses_induction{
                    background: url(https://ap-tc.co.jp/recruit/images/sp_recruit_ses_bg.jpg);
                    background-repeat: no-repeat;
                    background-size: cover;
                    margin-top: 16vw;
                    padding-top: 20vw;
                }

                .ses_container{
                    width: 100%;
                    position: relative;
                }
                
            
            }

            @media (max-width:1300px){
               .ses_container{
                    width: 80%;
               }
               
            }

            @media (max-width:980px){
               .ses_container{
                    width: 90%;
                    
               } 

            }

