h2{
    color: #0553dd;
    font-family: bold;
    font-size: 48px;
    height: auto;
}
h3{
    font-family: bold;
    font-size: 36px;
    height: auto;
    line-height: 55px;
}

/************************************************
    top
*************************************************/
#top{
    background: url(/index/images/top_img.webp?{0|rand:99999});
    padding:150px 0 250px;
    border-radius:0 ;
    margin-top:50px;
    text-align:center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: relative;
}



#top span{
    color: #ff4824;
    font-size: 20px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 5px;
}
#top p{
    color:#fff;
    font-size:58px;
    font-weight:bold;
    line-height: 70px;
    margin-top: 25px;
    letter-spacing: 6px;
}

#top_text{
    margin:90px 0;
    text-align:center;
}
#top_text span{
    font-size:40px;
    font-weight:bold;
    margin-bottom: 25px;
    display: block;
}
#top_text p{
    font-size: 18px;
    font-weight: normal;
    line-height: 45px;
}

.t1{
    color: #ff4824;
    font-size: 40px!important;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
    margin: 0!important;
    letter-spacing: 4px;
}
.t2{
    color: #ff4824;
    font-size: 16px!important;
    font-weight: 900;
    margin: 0!important;
}
.t3{
     color: #000;
     font-size: 30px!important;
     font-weight: 900;
     margin: 15px 0!important;
}

/************************************************
    job description
*************************************************/
#job{
    background:#f8f8f8;
    padding-top:100px;
}
#job p{
    font-size: 16px;
    font-weight:bold;
    margin-top: 4px;
    color: #ff4824;
    text-align: center;
}
#job p span{
    font-size: 32px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
    letter-spacing:2px;
    margin-top: 0;
    letter-spacing: 4px;
}


.job_txt{
    width:570px;
    margin-bottom: 150px;
}
.job_txt p{
    margin-bottom:50px;
}

.job_label{
    background-image: linear-gradient(90deg, #ff4824, #ff8737);
    font-size: 18px;color: #fff;
    padding: 5px 20px 7px;
    border-radius: 6px;
}

.job_txt div{
    font-size: 26px;
    font-weight: bold;
    margin: 35px 0 15px;
}

.job_txt p{ 
    font-weight: 400!important; 
    color: #000!important;
    text-align: left!important; 
    line-height: 36px;
}

.job_img img{
    width:530px;
    border-radius:20px;
}
.job_des{
    clear: both;
}



/************************************************
    full width photo
*************************************************/
.full1{
    width: 95%;
    margin:150px 0 100px 5%;
    text-align: right;
}
.full2{
    width: 95%;
    margin:150px 0 100px;
}


/************************************************
    get to know
*************************************************/

#workers p span{
    font-size: 32px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
    letter-spacing:2px;
    margin-top: 0;
    letter-spacing: 4px;
}
#workers p{
    font-size: 16px;
    font-weight:bold;
    margin-top: 4px;
    color: #ff4824;
    text-align: center;
}

.slide-items {
    width: 100%;
    /* display: flex; */
    max-width: 80%;
    margin: 50px auto 100px;
}
  
.slide-items li {
    height: auto;
    margin-right: 10px;
    margin-left: 10px;
    cursor: pointer;
}

.slide-items img {
    width: 100%;
    object-fit: cover;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-dots {
    left: 50%;
    transform: translateX(-50%);
}
.slick-prev:before, .slick-next:before  {
    color:#ff4824!important;
    opacity: 1!important;
}

.slick-prev, .slick-next {
    top: 32%!important;
    width: 30px!important;
}
.slick-prev:before, .slick-next:before {font-size:45px!important;}
.slick-next {right: -60px!important;}
.slick-prev {left: -75px!important;}

.slick-dots li button:before {
    font-size:14px!important;
}

.slick-dots{bottom:-50px!important;}

.slide-items div span{
    color:#fff;
    background-color:#ff4824;
    font-size: 13px;
    padding: 3px 12px;
    border-radius: 20px;
    margin-right: 15px;
}
.slide-items div{
    font-size: 13px;
}
.slide-items p{
    font-size: 16px;
    margin-top:17px!important;
    color:#000!important;
    text-align:left!important;
    font-weight:400!important;
}
.slide-items img{margin-bottom: 22px;}


.slick-next {
    right: 0!important;
}
button.slick-next:before {
    content: '';
}

button.slick-next.slick-arrow:before {
    content: '→';
    position: relative;
    left: 60px;
}



/************************************************
    working enviroment
*************************************************/
#w_e{
    position:relative;
    overflow:auto;
    height:940px;
    margin-top: 150px;
}
.w_e_left{
    width:580px;
    font-size:15px;
    float:left;
}
.w_e_left p span{
    font-size: 32px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
    letter-spacing:2px;
    margin-top: 0;
    letter-spacing: 4px;
}
.w_e_left p{
    font-size: 16px;
    font-weight:bold;
    margin-top: 4px;
    color: #ff4824;
}
.w_e_left table{
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    margin-bottom:45px;
}
.w_e_left th{
    font-weight: 500;
    padding: 18px 10px;
    border-bottom: 1px solid #e5e5e5;
}

.w_e_left td{
    border-bottom: 1.5px solid #e5e5e5;
    padding: 18px 30px 18px 50px;
}

.w_e_left button.learn-more .button-text{
    color:#ff4824;
}
.w_e_left button:hover .button-text {
    color: #fff;
}

.info{
    font-size:26px;
    font-weight:bold;
    padding:70px 0 32px;
    border-bottom: 1px solid #e5e5e5;
}

.w_e_right{
    position:absolute;
    right:0;
    float:right;
}

/************************************************
    company 
*************************************************/
#company{
    background-color: #F8F8F8;
    margin:138px auto;
    padding: 90px 80px 190px;
    border-radius:60px;
    position: relative;
}
.company_left{
    float:left;
    width: 360px;
    color: #ff4824;
}
.company_right{
    float:right;
    width: 605px;
}

#company table{
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
#company th{
    font-weight: 500;
    padding: 18px 30px;
    border-bottom: 1px solid #ff4824;
}

#company td{
    border-bottom: 1px solid #e5e5e5;
    padding: 0 30px 0 50px;
}

#company #container{
    position: absolute;
    right: 60px;  
    bottom: 90px;
}

#company button.learn-more .button-text{
    color:#ff4824;
}
#company button:hover .button-text {
    color: #fff;
}

.company_left p span{
    font-size: 32px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 4px;
    margin-top: 0;
}
.company_left p{
    font-size: 16px;
    font-weight:bold;
    margin-top: 4px;
}
.company_left img{
    margin-top:45px;
}

/************************************************
    company deck
*************************************************/
#company_deck{
    background-image: linear-gradient(90deg, #ff4824, #ff8737);
    color:#fff;
    padding:110px 0;
}
#company_deck p{
    font-size: 32px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 4px;
    margin-bottom: 20px;
}
#company_deck a{
    color:#fff;
    display: block;
    text-align: right;
    margin: 25px 2% 0 0;
}
#company_deck a img{
    margin-left: 15px;
    position: relative;
    top: 2px;
}

.company_deck_inner{
    border-radius: 8px;
    max-width: 820px;
    padding: 30px 40px 25px;
    background:#ff8356;
}


/************************************************
    レスポンシブ
*************************************************/

@media screen and (max-width: 980px) {

    /* top */
    #top {
        padding: 90px 0 150px;
        border-radius:0 100px 100px 0;
        background-position: center right 52%;
        background-size: 254%;
    }
    #top p {
        line-height: 45px;
        font-size:28px;
    }
    #top span {font-size:17px;}
    #top_text{
        padding:0 5%;
        margin: 60px 0;
    }
    #top_text span {font-size:22px;}
    #top_text p {
        font-size: 15px;
        line-height: 30px;
        text-align: left;
    }

    .full1 {margin: 35px 0 100px 5%;}
    .full2 {margin: 35px 0 100px;}


    /* job */
    .job_txt .t1{
        text-align:center;
        font-size:30px!important;
    }
    .job_txt .t2{
        text-align:center;
        font-size:14px!important;
    }
    .job_txt .t3{
        text-align:center;
        font-size:22px!important;
    }
    .job_img img {
        width: 100%;
        margin-bottom: 35px;
    }
    .job_txt {
        width: 90%;
        margin-inline:auto;
        margin-bottom: 60px;
    }
    .job_txt p {
        font-size:14px;
        margin-bottom:20px;
        line-height: 30px;
    }

    #job {padding:50px 5% 1px;}
    #job p span {font-size:30px;}
    .job_label {font-size:16px;}
    .job_txt div {font-size:20px;}
    #job p {
        font-size:14px;
        margin-bottom: 20px;
    }


    /* workers */
    #workers p span {font-size:30px;}
    button.slick-next.slick-arrow:before {left: 20px;}
    button.slick-prev.slick-arrow:before {
        position:relative;
        left: 126%;
    }


    /* working environment */
    #w_e {overflow: visible;}
    .w_e_left {
        width: 90%;
        margin-inline:auto;
        float: none;
    }
    .w_e_right {float:none;margin-top:40px;}

    .w_e_left td {padding: 18px 0px 18px 0;font-size:14px;}
    .w_e_left th {width: 30%;padding: 18px 12px;}


    /* company */
    #company {
        margin: 1000px auto 60px;
        padding: 45px 0px 150px;
        border-radius: 25px;
    }

   
    .company_left {
        float:none;
        width: 90%;
        margin-inline: auto;
    }
    .company_left img {
        width:100%;
        margin: 45px 0;
    }

    .company_right {
        float:none;
        width: 90%;
        margin-inline: auto;
    }

    #company th {
        width:35%;
        padding:18px;
        font-size: 14px;
    }
    #company td {
        padding: 18px 30px;
        font-size: 14px;
    }

    #company #container {
        left:0;
        bottom: 55px;
    }

    #company_deck p {font-size:30px;text-align:center;}
    #company_deck {padding: 45px 0;}
    #company_deck a {font-size:14px;}
    .company_deck_inner{padding: 20px 15px 15px;}
}