
    
    body.recruit #title-image .title-inner {
            background-image: url(../images/recruit/title-bg.jpg);
        }
    body.recruit .title-level02.multi .inner {
                padding: 22px 10px;
        }

    /* HEADER */

    body.recruit #header {
        position: absolute;
        z-index: 5;
        background: none;
    }
    body.recruit #title-image {
        height: 653px;
        background-image: none;
        position: relative;

    }

    body.recruit #title-image::after{
        position: absolute;
        content: '';
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        background-image: url(../images/recruit/pattern01.svg);
        background-repeat: no-repeat;
        background-position: top center;
        width: 1743px;
        height: 210px;
        z-index: 1;
    }

    body.recruit #title-image .title-inner{
        height: 100%;
        background-size: cover;
        background-position: center;
        border-radius: inherit;
        margin: 0;
    }

    body.recruit #title-image .title-cloud01{
        left: auto;
        right: calc(50% - 510px);
        top: 90px;
    }

     /* INDEX */
    body.recruit #content{
        position: relative;
    }
    body.recruit .title-cloud02{
        width: 435px;
        height: 241px;
        margin-top: -210px;
        margin-left: -48px;
        margin-bottom: 30px;
        position: relative;
        z-index: 21;
    }
    /* LEAD */
    body.recruit #recruit-lead .box {
        display: flex;
        justify-content: space-between;
        gap: 50px;
    }
    body.recruit #recruit-lead .box .text-box {
        width: 525px;
    }
    body.recruit #recruit-lead .box .image-box {
        width: 386px;
    }
    body.recruit #recruit-lead .box .image-box p {
        margin: 0;
        line-height: 1;
        position: relative;
    }
    body.recruit #recruit-lead .box .image-box p::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background-color: #ffe7eb;
        transform: rotate(-3deg);
        left: 8px;
        top: 8px;
        border-radius: 10px;
    }
    body.recruit #recruit-lead .box .image-box img {
        border-radius: 10px;
          position: relative;
          z-index: 1;
    }

    /*NEWS*/
    body.recruit #recruit-news {
        margin-bottom: 150px;
    }
     body.recruit .news-box .news-list li h3 {
        padding-top: 15px;
        margin-bottom: 0;
        color: #F15A24;
         font-weight: bold;
    }
     body.recruit .news-box .news-list li h3 .times {
        margin-right: 10px;
        font-weight: normal;
    }
     body.recruit .news-box .news-list li {
        padding: 0px;
        border-bottom: 2px dotted #E8822E;
        font-size: 106.66%;
        display: flex;
        justify-content: space-between;
        gap: 65px;
        margin-bottom: 15px;
    }

    body.recruit .news-box .news-list li.new .titles::after {
       content: 'NEW';
       background: #f15a25;
       color: #fff;
       padding: 5px;
       border-radius: 5px;
       font-size: 10px;
       margin-left: 10px;
    }
    body.recruit .news-box .news-list li .text{
        margin-left: 106px;
        margin-bottom: 15px;
        box-sizing: border-box;
    }
    body.recruit .news-box .news-list li .text-box{
        flex: 1;
    }
    body.recruit .news-box .news-list li .image{
        margin-top: 18px;
        margin-right: 20px;
        width: 162px;
    }
    body.recruit .news-box .news-list li .text p{
       line-height: 1.8 !important;
       margin-bottom: 25px;
    }
    body.recruit .news-box .news-list li .text p:last-child{
       margin-bottom: 0;
    }
    body.recruit .news-box .news-list li .text a{
          color: #F15A24;
    }

    /* FAQ */
    body.recruit #recruit-faq{
        background-color: #e1f0ca;
        padding: 62px 0 90px;
        position: relative;
    }
    body.recruit #recruit-faq::before{
        position: absolute;
        content: '';
        width: 100%;
        height: 17px;
        background-image: url(../images/recruit/pattern02.svg);
        background-size: 1403px;
        background-position: left center;
        background-repeat: repeat-x;
        left: 0;
        top: -17px;
    }
    body.recruit #recruit-faq::after{
        position: absolute;
        content: '';
        width: 90px;
        height: 80px;
        background-image: url(../images/recruit/icon_kaba.svg);
        background-size: auto;
        background-position: left center;
        background-repeat: repeat-x;
        left: calc(50% - 480px);
        top: -60px;
        z-index: -1;
    }
    body.recruit #recruit-faq .catch {
        margin-bottom: 70px;
    }
    body.recruit #recruit-faq .faq-box {
        margin: 0 0 50px;
        position: relative;
    }
    body.recruit #recruit-faq .faq-box p {
        margin: 0;
    }
    body.recruit #recruit-faq .faq-box:last-child {
        margin: 0;
    }
    body.recruit #recruit-faq .faq-box .image {
        position: absolute;
    }
    body.recruit #recruit-faq .faq-box .image img {
          border-radius: 50%;
    }
    body.recruit #recruit-faq .faq-box.faq01 .image {
        top: -130px;
        right: -32px;
    }
    body.recruit #recruit-faq .faq-box.faq03 .image {
        right: 6px;
        top: 110px;
    }
    body.recruit #recruit-faq .faq-box.faq06 .image {
        right: -40px;
        top: -50px;
    }
    body.recruit #recruit-faq .faq-box .title-level04 {
        padding: 0px 25px;
        background-image: url(../images/recruit/pattern03.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        color: #fff;
        min-height: 75px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
    }

    body.recruit #recruit-faq .faq-box .title-level04 .number {
        margin: 0 20px 0 0;
        font-size: 160%;
    }
    body.recruit #recruit-faq .faq-box .title-level04 .title {
        letter-spacing: 0.08em;
    }
    body.recruit #recruit-faq .faq-box .a-box {
    padding: 17px 80px 0;
    }

    body.recruit .image-list{
      display: flex;
      gap: 4px;
    }
    body.recruit .image-list img{
        flex: 1;
    }

    /*VANCANCY*/
    body.recruit #recruit-vacancy h2{
       margin-bottom: 18px;
    }
    body.recruit #recruit-vacancy h3{
       font-size: 	133.33%;
       font-weight: bold;
       color: #00176b;
       margin-bottom: 5px;
    }
    body.recruit #recruit-vacancy .vacancy-box:not(:last-child){
       margin-bottom: 40px;
    }
    body.recruit #recruit-vacancy .vacancy-box table.type01 th{
       width: 190px;
    }
    @media all and (min-width: 641px) {
}

@media only screen and (max-width: 640px) {
    
     body.recruit .title-level02.multi .inner {
        padding: 22px 10px;
    }

    /* HEADER */
    body.recruit #title-image {
        height: 320px;

    }
    body.recruit #title-image::after{
        width: 530px;
        height: 100px;
    }
    body.recruit #title-image .title-inner{
        height: 100%;
        background-size: cover;
        background-position: center;
        border-radius: inherit;
    }
    body.recruit #title-image .title-cloud01{
        right: 10px;
        top: 20px;
        width: 120px;
    }

     /* INDEX */
    body.recruit .title-cloud02{
        width: 250px;
        height: 145px;
        margin-top: -110px;
        margin-left: 0;
        margin-bottom: 20px;
    }
    /* LEAD */
    body.recruit #recruit-lead .box {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    
    body.recruit #recruit-lead .box .text-box {
        width: auto;
    }
    body.recruit #recruit-lead .box .image-box {
        width: auto;
    }

    /*NEWS*/
    body.recruit #recruit-news {
        margin: 80px 0;
    }
     body.recruit .news-box .news-list li h3 .times {
        margin-right: 0px;
        display: block;
    }
     body.recruit .news-box .news-list li {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding-bottom: 30px;
    }

    /* body.recruit .news-box .news-list li.new {
        background: url(../images/home/ico_new.png) no-repeat left top 30px;
        background-size: 65px 26px;
    } */
    body.recruit .news-box .news-list li .text{
        margin-left: 0px;
        margin-bottom: 0px;
    }
        body.recruit .news-box .news-list li .text-box{
        flex: 1;
    }
    body.recruit .news-box .news-list li .image{
        margin-top: 18px;
        margin-right: 20px;
        width: 162px;
    }
    body.recruit .news-box .news-list li .text p{
       line-height: 1.8;
       margin-bottom: 25px;
    }
    body.recruit .news-box .news-list li .text p:last-child{
       margin-bottom: 0;
    }
    body.recruit .news-box .news-list li .text a{
          color: #F15A24;
    }


    /* FAQ */
    body.recruit #recruit-faq{
        padding: 0px 0 20px;
    }

    body.recruit #recruit-faq::after{
        left: 0;
        top: -60px;
        z-index: 0;
    }
    body.recruit #recruit-faq .catch {
        margin-bottom: 20px;
    }
    body.recruit #recruit-faq .faq-box {
        margin: 0 0 20px;
    }
    body.recruit #recruit-faq .faq-box .image {
        position: static;
        text-align: center;
    }
    body.recruit #recruit-faq .faq-box .title-level04 {
        background-size: auto 100%;
        min-height: 100%;
        padding: 10px;
    }

    body.recruit #recruit-faq .faq-box .title-level04 .title {
          line-height: 1.4;
    }
    body.recruit #recruit-faq .faq-box .title-level04 .number {
        margin: 0 10px 0 0;
        font-size: 160%;
    }
    body.recruit #recruit-faq .faq-box .a-box {
        padding: 10px;
    }

    body.recruit .image-list{
        flex-wrap: wrap;
        gap: 4px;
    }
    body.recruit .image-list img{
        width: 48%;
    }

    /*VANCANCY*/
    body.recruit #recruit-vacancy h2{
       margin-bottom: 20px;
    }


    body.recruit #recruit-vacancy .vacancy-box table.type01 th{
       width: 110px;
    }

    body.recruit #recruit-line_btn{
       width: 80%;
       margin: auto;
    }

	
    
}