.f8f8f8{background:#f8f8f8;}

.scroll-infinity__item {
    width: 2450px;
    margin-top: 27px;
}
.scroll-infinity__list--left {
    animation: infinity-scroll-left 100s infinite linear 0.1s both;
}

.top_area{
    position:relative;
    padding-top: 50px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.top_sub_area{
    position:absolute;
    top:0;
}

.top_sub_area .t1{
    color:#ff4824;
    font-size: 16px;
    font-weight: bold;
    margin-top: 50px;
}
.top_sub_area .t2{
    font-weight: bold; 
    font-size: 40px;
    margin: 30px 0;
}
.top_sub_area p{
    line-height: 30px;
}

#main_txt{
    margin-inline:auto;
    margin: 50px auto;
}

#main_txt div{
    color:#ff4824;
    font-size: 40px;
    margin: 45px auto 10px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    letter-spacing: 4px;
}

#main_txt p{
    line-height: 36px;
    text-align: center;
}
#main_txt p span{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 60px;
}
#main_txt img{
    width:95%;
}

#flow{
    background: #f8f8f8;
    padding: 65px 0;
    border-radius: 50px 0 0 50px;
}
.flow_title{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #ff4824;
    margin-bottom:60px;
}
.flow_white{
    background: #fff;
    margin-bottom: 35px;
    border-radius: 20px;
    padding: 20px 45px 0;
    position: relative;
    height: 130px;
}

.triangle{
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #ff4824;
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.flow_left{
    float: left;
    width: 70px;
    background: #ffece1;
    text-align: center;
    border-radius: 100px;
    padding: 14px;
    margin-right: 50px;
}
.flow_left img{
    
}
.flow_left p{
    color: #ff4824;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 3px;
}
.flow_right{
    float: right;
    width: auto;
    width: 740px;
}
.flow_right span{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 8px;  
    display: block;
}
.flow_right p{
    
}

.flow_txt{
    margin: 10px auto 60px;
    text-align: center;
    font-weight: bold;
    line-height: 36px;
}

.timebox{
    width: 360px;
    margin-inline: auto;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 0px 0 20px;
}

.timebox_top{
    background: #ff4824;
    color: #fff;
    font-weight: bold;
    border-radius: 15px 15px 0 0;
    padding: 15px 0px;
}
.time{
    font-weight: bold;
}
.time span{
    color: #ff4824;
    font-size: 48px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
}
.time small{
    font-weight: bold;
    font-size: 20px;
    color: #ff4824;
    margin-left: 5px;
}

.timebox img{
    padding-top: 12px;
}
.timebox p{
    font-size: 13px;
}

#introduction{
    margin: 100px auto 0px;
}

.intro_right{
    float:right;
    position:relative;
}
.intro_left{
    float:left;
}
.introbox{
    margin-bottom:90px;
}

.intro_title{
    color: #ff4824;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 0.2rem;
    background-image: linear-gradient(90deg, #ff4824 0 26%, #dedede 20%);
    background-repeat: no-repeat;
    background-size: 100% 3%;
    background-position: bottom;
    padding: 0px 0 16px;
}

.intro_txt{
    line-height: 36px;
    margin-top: 22px;
}



/**************************************************
    共通
***************************************************/
.job_type{
    width: 850px;
    margin-inline: auto;
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.job_type a{
    width: 400px;
    display: block;
    text-decoration: none;
    margin-bottom: 40px;
    border: 1px solid transparent;
    border-radius: 20px;
    overflow: hidden; /*拡大した時はみ出た部分を隠す*/
   
}
.job_type img{
    width: 100%;
    object-fit: cover;
    transition-duration: 0.3s; 
}
.job_type img:hover{
    transform: scale(1.2); 
    transition-duratiosn: 0.3s; 
    opacity: 0.5;
    border-radius:20px;
}


.job_type p{
    background: #000;
    color: #fff;
    padding: 10px 30px;
    border-radius: 0 0 20px 20px;
}

.orange-back{
    background:#fff8f7;
    padding: 95px 0 30px;
    margin-bottom:20px;
}

.job_type a p{
    background-image: url("/job/images/job-arrow.png");
    background-repeat: no-repeat;
    background-position: 95% 50%;
    z-index: 999;
    position: relative;
}







/************************************************
    レスポンシブ
*************************************************/

@media screen and (max-width: 980px) {

     main{
        width:100%;
        margin-inline:auto;
    }

    #main_txt p {
        line-height: 32px;
        text-align: center;
    }

    .top_area{padding-top:0;}

    .scroll-infinity__item {
        bottom: 50px;
        position: relative;
    }

    .top_sub_area .t1 {font-size: 14px;margin-top:0;width: 90%;margin-inline: auto;}
    .top_sub_area .t2 {font-size: 22px;width: 90%;margin-inline: auto;}
    .top_sub_area p {font-size: 14px;margin:60px auto 20px;width: 90%;}


    #main_txt img {
        width: 95%;
        margin-top: 20px;
    }
    #main_txt div {font-size:30px;}
    #main_txt p{font-size:14px;text-align:left;width: 90%;margin-inline: auto;}
    #main_txt p span {
        font-size: 16px;
        display: block;
        line-height: 0;
        margin-top: 34px;
    }


    #flow {padding:0px 0 0;background:none;width: 100%;margin-inline: auto;}
    .flow_title {font-size:20px; margin-bottom: 30px;}
    .flow_txt {
        margin: 10px auto 40px;
        text-align: left;
        font-weight: bold;
        line-height: 30px;
        font-size: 14px;
        width: 90%;
    }
    .flow_left {
        float:none;
        margin: auto;
    }
    .flow_right {
        float:none;
        width:100%;
    }
    .flow_white {
        height:auto;
        padding:20px 0;
    }
    .flow_right span {font-size:16px; text-align:center; margin:16px auto 8px;}
    .flow_white p{font-size:14px; text-align:center;}


    .timebox{width: 90%;}

    #introduction {margin: 40px auto 0px;width: 90%;}
    .introbox { margin-bottom: 70px;}
    .intro_left img{width:100%;}
    .intro_right img{width:100%;}
    .intro_title {font-size:20px;}
    .intro_txt {font-size:14px; line-height: 32px; margin-bottom: 20px;}


    /****************************
        共通
    *******************************/
    .job_type{width:100%;}
    .job_type a{
        width: 80%;
        margin-inline: auto;
    }
    .job_type img{width: 100%;}

    .pankuzu {width: 90%;}



}


