/* common */

section {
    padding: 120px 0!important;
}
.s-top{
    padding-top:0!important;
}
.last{padding-bottom: 0!important;}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc-only { display: block !important; }
.sp-only { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc-only { display: none !important; }
    .sp-only { display: block !important; }
}
    
.mini {
        display: block;
        font-family: 'Streetvertising Bold';
        letter-spacing: 0.1em;
        color: #00633d;
        font-size: 2rem;
    }

    

    /* スキル、感じるやりがい */
    .strong_txt_box .ttl {
        margin-top: 40px;
    }
    .pride_block {
        background: url("../img/page/jobs/strong/rewarding-bg.jpg") no-repeat center top/cover;
        z-index: initial;
    }
    .skill-wrap{
        display: block;
        text-align: center;
    }
    .skill-wrap img{
        width: 100%;
        max-width: 980px;
        margin-top: -164px;
    }
    .youtube{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding-top: 40px;
        z-index: 999;
    }
    .youtube img{
        width: 100%;
        max-width: 480px;

    }
    .youtube img:hover{
        filter: brightness(150%) grayscale(0) opacity(1);
    }
    .text-left{
        color: white;
        font-weight: bold;
        border-left: 3px solid white;
        font-size: 3.6rem;
        line-height: 1.2;
        text-align: left;
        padding-left: 10px;        
    }
     .pride_block::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        z-index: -1;
    } 

    .strong_txt_box.green .ttl::after {
        display: none;
    }

    .flex-box {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 40px;
        flex-direction: row-reverse;
    }

    .check {
        display: block;
        font-family: 'Streetvertising Bold';
        /* letter-spacing: 0.1em; */
        color: white;
        font-size: 2.6rem;
        margin-bottom: 12px;
        font-style: italic;
        font-weight: 300;
    }


    /* SCHEDULE */
    .timeline-wrap {
        display: flex;
        justify-content: space-between;
        margin-top: 80px;
    }

    .timeline-wrap li {
        width: 450px;
    }

    .time {
        font-family: 'Streetvertising Bold';
        letter-spacing: 0.1em;
        background: #00633d;
        color: white;
        font-size: 2rem;
        padding: 15px;
    }

    .timeline-wrap img {
        margin-bottom: 20px;
    }

    .timeline td {
        padding-left: 4%;
        font-size: 2rem;
        width: 100%;
        color: #00633d;
        font-weight: bold;
        padding-bottom: 20px;
    }

    .timeline td p {
        font-size: 1.4rem;
        font-weight: bold;
        text-align: justify;
        margin-top: 5px;
    }



    /* PICKUP POINT */
    .figure-wrap img{
        margin-top: 30px;
    }
    .pickup-box{
        margin-top: 80px;
    }
    .katsuta_txt_box .ttl {
        font-size: 3.4rem;
    }
    .katsuta_txt_box.green .ttl::after {
        border-bottom: none!important;
    }

    .point-h2{
        font-size: 3.4rem!important;
    }
    .flex-box h3 {
        font-size: 2.6rem;
        margin: 0;
        color: #00633d;
        margin-bottom: 8px;
        font-weight: bold;
    }
    
    .text p {
        line-height: 1.8;
        font-size: 1.4rem;
        font-weight: bold;
    }

    .green {
        color: #00633d;
        font-size: 1.4rem;
    }

    .pict {
        width: 100%;

    }

    .pict img {
        width: 100%;
        height: auto;
    }

    

    .flex-box .text {
        box-sizing: border-box;
        width: 100%;
        text-align: justify;
        background: #f1f1f1;
        padding: 25px;
    }
    .more_btn2{
        padding-top: 50px; 
    }
    .more_btn a{
        letter-spacing: 0.1em!important;
    }



    @media (max-width:768px) {
        section {
            padding: 70px 0!important;
        }
       
        .mini {
            font-size: 1.4rem;
        }

         /* PICKUP POINT */
    .figure-wrap img{
        margin-top: 20px;
    }
    .pickup-box{
        margin-top: 40px;
    }
    .katsuta_txt_box .ttl {
        font-size: 2.4rem;
    }
    .katsuta_txt_box.green .ttl::after {
        border-bottom: none!important;
    }

    .point-h2{
        font-size: 2.4rem!important;
    }
    .flex-box {
        flex-direction: row-reverse;
    }
    .flex-box h3 {
        font-size: 2rem;
        margin-bottom: 5px;
    }
    
    .text p {
        line-height: 1.6;
        font-size: 1.3rem;
    }

    .green {
        font-size: 1.3rem;
    }


    .flex-box .text {
        padding: 18px;
    }

        .flex-box {
            flex-direction: column;
        }

        .flex-box:nth-child {
            flex-direction: column;
        }

        .flex-box:nth-child .text {
            text-align: center;
        }

        .pict {
            width: 100%;
            margin-left: 0;
            text-align: center;
        }

        .flex-box:nth-child .pict {
            margin-left: 0;
            margin-right: 0%;
        }

        .pict img {
            width: 100%;
            height: auto;
        }

        /* スキル、感じるやりがい */
        .strong_txt_box .ttl {
            margin-top: -20px;
        }
    
    .skill-wrap img{
        margin-top: -122px;
    }
    .youtube{
        padding-top: 20px;
    }
   
   
    /* SCHEDULE */
    .timeline-wrap {
        display: block;
        margin-top: 20px;
    }

    .timeline-wrap li {
        width: 100%;
        margin-bottom: 40px;
    }
    .timeline-wrap li:last-child {
        margin-bottom: 0;
    }

    .time {
        font-size: 1.8rem;
        padding: 10px;
    }

    .timeline-wrap img {
        margin-bottom: 15px;
    }

    .timeline td {
        font-size: 1.8rem;
    }

    .timeline td p {
        font-size: 1.3rem;
        margin-top: 4px;
    }

    .page_main_ttl .page_main_txt .inner img {
        width: 60%;
    }
    .more_btn2{
        padding-top: 0px; 
    }
    }
