@charset "UTF-8";

/*
Theme Name: line_theme
*/

html, body, div, span, iframe, h1, h2, h3, h4, p, a, img, dl, dt, dd, ol, ul, li, label, table, tbody, tr, th, td, figure, blockquote {
    border: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
  }
  
  article, aside, figure, footer, header, nav, section {
    display: block;
  }
  body {
    color: #232323;
    font-family: "Noto Sans JP", sans-serif;
  }
  

  a {
    text-decoration: none;
    transition: 0.3s ease-in;
    color: #232323;
  }
  a:hover{  
    opacity: 0.7;
    transition: 0.3s;
  }
  
  li {
    list-style: none;
  }

  form{
    width: 0;
  }


  .txt-wrapper{
    line-height: 2rem;
  }

  .title-h2{
    font-size: 30px;
    font-weight: bold;
}
.title-h3{
    font-size: 20px;
    font-weight: bold;
}

  .copy{
    text-align: center;
    padding-top: 50px ;
    font-size: 12px;
  }

.errow-txt{
    font-size: 14px;
}
 .egao-wrapper{
     width: 823px;
     margin: 50px auto;
 }
 
 .contact-btn{
    display: block;
     background: linear-gradient(to right, #5DAF89, #6AB784, #ABD5A6);
     color: #fff;
     font-weight: bold;
     border: none;
     width: 200px;
     height: 46px;
     border-radius: 5px;
     margin: 0 auto;
 }
 .contact-btn a{
    display: inline-block;
    color: #fff;
    margin: 0 auto;
    padding: 10px;
 }
 .contact-btn:hover{
     opacity: 0.8;
 }

/*pankuzu*/
.pankuzu-list{
    padding-top:50px;
    padding-bottom: 50px;
    margin: 0 200px;
}
.pankuzu-li{
    font-size: 12px;
    display: inline;
}
.pankuzu-li-gray{
    color: #D9D9D9;
}
.pankuzu-li-gray::after{
    content: ">";
    color:  #D9D9D9;
    padding: 0 4px;
}
.pankuzu-after::after{
    content:"/";
    color: #232323;
    padding: 0 4px;
}

/*header*/
  /*logo*/
.header-logo{
    width: 146px;
    height: 60px;
    object-fit: contain;
    z-index: 100;
}

.footer-logo{
        width: 146px;
    height: 60px;
    object-fit: contain;
}
/*フッターヘッダー共通*/
.nav-fl{
    display: flex;
    margin: 0 50px;
    align-items: center;
    justify-content: space-between;
}
.footer-fl{
    display: flex;
    width: 500px;
    flex-wrap: wrap;
}
.fl-content li{
    padding: 0 24px;
    font-weight: bold;
}
.footer-fl li:last-child{
    padding-top: 16px;
}
.footer-pr{
    font-size: 14px;
}
/*通常時はハンバーガー非表示*/
.toggele-btn {
    align-items: initial;
}

.toggele-btn{
display: none;
position: relative;
}
.toggele-btn span{
    display: block;
    width: 33px;
    height: 3px;
    background-color: #232323;
    transition: all .4s;
    border-radius: 2px;
    position: absolute;
    right:14px;
    top: 2px;
}
.toggele-btn span:nth-of-type(1) {
    top:0px; 
  }
  
  .toggele-btn span:nth-of-type(2) {
    top:8px;
  }
  
  .toggele-btn span:nth-of-type(3) {
    top:16px;
  }
  .toggele-btn.active span:nth-of-type(1),
  .toggele-btn.active span:nth-of-type(2) ,
.toggele-btn.active span:nth-of-type(3){
    top: 0;
}
/**/


/**/
.header-fl{
    padding: 100px 0;
}
.header-navul{
    display: flex;
}
.mask{
    display: none;
}

/*headerSP*/

@media screen and (max-width: 1042px){
    .toggele-btn{
        display: block;
    }
    /**/
      /* 追加：メニューを表示するためのスタイル */
        /*header*/
    .sp-nav{
            display: none;

        }
    .sp-nav.show{
       display: block;
        z-index: 10;
        background-color: #FFF;
        width: 100vw;
        height: 100vh;
        left: 0;
        top: 0;
        right: 0;
         bottom: 0;
         text-align: center;
         padding: 300px 0;
         position: fixed;
        }

      .sp-nav.show li{
        padding-top: 30px;
        font-size: 20px;
      }

      .toggele-btn {
        z-index: 15;
      }
      #sp-menu-toggle {
        position: fixed;
      }

   
    }


/*footer*/
.footer-nav-fl{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-nav{
    padding-top: 100px;
    padding-bottom: 100px;
}

/*about*/
.about-innner{
    display: flex;
    justify-content: space-between;
}
.about-wrepper img{
    width: 400px;
    height: 266px;
    object-fit: contain;
}
.about-text-content{
    padding-left: 64px;
}
.about-txterea{
    padding-top: 16px;
}

.about-wrepper::after{
    content: "";
    display: block;
    width: 800px;
    border: 0.5px solid #D9D9D9;
    margin: 0 auto;
}

/*Future*/
.publish-innner{
    display: flex;
    padding-top: 16px;
}
/*future共有*/
.pb-icon{
    width: 40px;
    height: 40px;
}
.second-description{
    font-size: 14px;
    padding-top: 4px;
}
.future-textarea{
    padding-left: 46px;
}
.future-ul{
    padding-top: 8px;
}
.future-li{
    padding-top: 16px;
}
.future-txt{
    padding-top: 4px;
}
.future-title{
    font-weight: bold;
}
.icon-clip{
    height: 30px;
    width: 30px;
    margin-right: 14px;
}

/*contact*/
/*エラーメッセージ*/
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
   display: none;
}
/**/
.wpcf7 input::placeholder {
    color: #888; }/**コンタクトフォームの文字**/
/**/
/* 名前・件名 */
.wpcf7 input[type="text"] {
    border: 1px #D9D9D9 solid;
    width: 320px;
    height: 40px;
}

/* メールアドレス */
.wpcf7 input[type="email"] {
    border: 1px #D9D9D9 solid;
    width: 320px;
    height: 40px;
}

/* 本文 */
.wpcf7 textarea {
    border: 1px #D9D9D9 solid;
    width: 320px;
    height: 240px;

}
/*エラー文*/
.wpcf7-not-valid-tip {
    display: inline-block;
    color: #dc3232;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    width: 200px;
}
.wpcf7 form.invalid .wpcf7-response-output{
    width: 300px;
}

/* 送信ボタン */
.wpcf7 input[type="submit"] {
    margin-top: 16px;
    background: linear-gradient(to right, #5DAF89, #6AB784, #ABD5A6);
    color: #fff;
    font-weight: bold;
    border: none;
    width: 200px;
    height: 46px;
    border-radius: 5px;
}

.contact-wrapper{
    border: 2px #D9D9D9 solid;
    padding-top: 50px;
}
.contact-from{
    width: 450px;
    margin: 0 auto;
}
.contact-label{
    padding-top: 16px;
}
.contact-txtere{
    font-size: 14px;
}

/*必須項目*/
.required{
    color: red;
    font-size: 14px;
}

.contact-th{
    padding: 16px 0 4px;
    font-weight: bold;
    font-size: 16px;
}

.contact-innner{
    margin: 0 auto;
    padding-top: 16px;
    padding-bottom: 50px;
}
.errow-txt{
    font-size: 14px;
}
.ct-txt-area{
    border: 1px #CECECE solid;
    width: 320px;
    height: 240px;
}
.wpcf7-list-item {
    margin: 0 0 0 0em;
}


/*ここまでがaboutページ*/

/*thank youページ*/
.tk-textarea{
    text-align: center;
    background-color: #FAFAFA;
    padding: 100px;
}

.textarea-White{
    padding: 50px 120px;
    width: 700px;
    background-color: #FFF;
    margin: 0 auto;
}

.tk-check{
    width: 40px;
    height: 40px;
}
.check-marck{
    margin-right: 8px;
}
.tk-oktext{
    color: #047F40;
}
.tk-link a{
    color: #047F40;
    font-weight: bold;
}
.tk-txt{
    padding-top: 32px;
    padding-bottom: 16px;
}
.tk-txt-second{
    padding-bottom: 32px;
}

/*エントリー*/
.entry-innner{
    background-color: #FAFAFA;
    border: none;
    margin: 0 auto;
}
.entry-container{
    padding: 100px 180px;
}

/*リクルート*/
.recuruite-picup{
    display: flex;
    margin-top:16px;
}
.picup-one{
    border: 1px #D9D9D9 solid;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
    width: 150px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 50px;
}
.title-recruit{
    margin-bottom: 32px;
}
.recruit-innner p:last-child{
    padding-top: 24px;
    margin-bottom: 50px;
}
.recruit-innner p{
    padding-top: 8px;
}
.title-recruit-second{
    padding-top: 16px;
}
.recruit-top-img img{
    width: 100%;
    object-fit: cover;
    height: 586px;
}
.recruit-img{
    width: 500px;
    height: 350px;
    object-fit: cover;
}
.recruit-detail-wrapper{
    border: #D9D9D9 1px solid;
}

.recruit-detail-center{
    width: 800px;
    padding: 50px 70px;
}
.recruit-img-center{
    text-align: center;
}
.recruit-img-center img{
    width: 500px;
    height: 353px;
    object-fit: cover;
}
/*リクルートのテキストエリア*/
.dereil-no{
    padding: 4px 0 24px 0;
}
.dereil-list{
    display: flex;
    margin-bottom: 40px;
    position: relative;
}
.dereil-list::after{
    content: "";
    display: block;
    width: 650px;
    border: 0.5px solid #D9D9D9;
    position: absolute;
    top: 40px;
}
.dereil-dl-list::after{
    top:110px;
}
.dereil-dl-list{
    padding-bottom: 0;
}
.dereil-list dt{
    font-weight: bold;
    width: 80px;
}


.dereil-list dd{
    width: 600px;
}
.dereil-btn{
    padding-top: 24px;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 200px;
}


/*トップページ共有*/
.top-wp{
    width: 900px;
    margin: 0 auto;
}


.top-page-content img{
    width: 390px;
    height: 300px;
    object-fit: cover;
}
.top-pic-container ul{
    display: flex;
}

  ul.tag-list {
    list-style: none;
  }
  
  ul.tag-list li:not(:first-child){
    display: inline-block; 
    border: #D9D9D9 1px solid;
    border-radius: 5px;
    padding: 5px;
    font-size: 14px;
    white-space: nowrap;
    margin: 5px; 
  content: none;
  }

  .title-top-h2{
    padding: 50px 0 16px;
}
.title-top{
    padding: 8px 0 16px;
}


.top-page-content{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 900px;
    margin: 0 auto;
}
.display-flex{
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 20px;
}

.top-page-content:hover{
    opacity: 0.8;
    transition: 0.3s;
}


/*ABOUTページネーション*/
.wp-pagenavi {
	clear: both;
	text-align:center;
}
.smaller{
   margin-left: 8px;
  
  }
  .page{
    margin-right: 8px; 
  }
  .current{
    margin-right: 8px; 
  }
  
.wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #fff;
    border: solid 2px #232323;
    font-size: 16px;
    color: #232323;
    font-weight: bold;
    transition: all 0.15s linear;
    border-radius: 5px;
    line-height: 35px;
}
.wp-pagenavi a:hover{
    background: linear-gradient(to right, #5DAF89, #6AB784,#ABD5A6);
    color: #fff;
    border: #fff;
    opacity: 0.8;
    transition: 0.3s;
    }
.wp-pagenavi span.current{
	color: #FFF;
    background: linear-gradient(to right, #5DAF89, #6AB784,#ABD5A6);
	font-weight: bold;
    }

/**/

.pagenation-wrapper{
    padding-top: 100px;
}

  .Pagination-Item-Link-Icon {
    width: 20px;
  }

/*サーチ検索結果フォーム*/
.search-content{
    width: 600px;
    margin: 0 auto;
}
.contents{
    margin-bottom: 30px;
}
.contents::after{
    content: "";
    display: block;
    border: 0.5px #D9D9D9 solid;
    width: 600px;
    margin-top: 30px;

}
.search-txt{
    margin: 50px 0;
}
.search-title{
    padding-bottom: 8px;
}
.search-title a{
    color: #047F40;
}
.seach-txtarea{
    width: 100px;
}
.search-title{
    font-size: 30px;
}


/*ABOUTフォーム全体*/
#form2{
    display: flex;
    justify-content: center; 	
    border: solid 2px #232323;
    max-width: 300px;
    height:50px;
    border-radius: 4px;
    margin: 0px auto;
    }
  /*入力フォーム*/
  .top-page-container{
    margin: 0 auto;
  }
 .Search-form-style{
    display: contents;
 }
  #sbox3{ 
    width:240px ;
    padding: 0 15px;
    border-radius: initial;
    background:transparent;
    border:none;
    outline:0;
  }
  /*検索ボタン*/
  #sbtn4{
    width: 50px;
    background:transparent;
    border-radius: initial;
    border:none;
    color:#666;
    font-size:18px;
    cursor: pointer;
  }
  #sbtn4:hover{
 /** background: #7fbfff;**/
  color:#fff;
  }

  /*コンタクトページ*/
.contact-wrapper-second{
    width: 823px;
    margin: 0 auto;
}


  /*404*/

/*=======================
  404
=======================*/

.c-404 {
    padding: 100px 0;
  }
  
  .c-404__title {
    font-size: 2em;
    margin-bottom: 1em;
    text-align: center;
  }
  
  .c-404__description {
    letter-spacing: 0;
    line-height: 2;
    text-align: center;
  }
  
  .c-404__link {
    color: #004EA2;
    display: block;
    margin-top: 1em;
    text-align: center;
    text-decoration: underline;
  }
  
  .c-btn {
    text-align: center;
  }
  
  .c-btn > a {
    align-items: center;
    background-color: #fff;
    border: 1px solid #333;
    color: #333;
    display: inline-flex;
    font-size: 1em;
    height: 44px;
    justify-content: center;
    letter-spacing: 0.05em;
    width: 220px;
  }
  
  .c-btn > a:hover {
    background-color: #333;
    color: #fff;
  }
  
  .c-btn.m-ta-left {
    text-align: left;
  }
  
  .c-btn.m-ta-right {
    text-align: right;
  }
  
  .c-content-area {
    word-break: break-all;
  }
  
  .c-content-area > h1 {
    font-size: 2em;
    font-weight: 600;
    line-height: 1.4;
    margin: 1.5em 0 1em;
  }
  
  .c-content-area > h2 {
    font-size: 1.6em;
    font-weight: 600;
    line-height: 1.4;
    margin: 1.5em 0 1em;
  }
  
  .c-content-area > h3 {
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.4;
    margin: 2em 0 1em;
  }
  
  .c-content-area > h4 {
    font-size: 1.15em;
    font-weight: 600;
    margin: 1.5em 0 1em;
  }
  
  .c-content-area > h5 {
    font-size: 1em;
    font-weight: 600;
    margin: 1.5em 0 1em;
  }
  
  .c-content-area > h6 {
    font-size: 0.8em;
    font-weight: 600;
    margin: 1.5em 0 1em;
  }
  
  .c-content-area > p {
    margin-bottom: 1.7em;
  }
  
  .c-content-area > p a {
    color: #004EA2;
    text-decoration: none;
  }
  
  .c-content-area > p a:hover {
    opacity: .75;
  }
  
  /*プライバシーポリシー*/
  .privacy-wrapper{
    width:823px;
    margin: 50px auto;
  }
  .privacy-top{
    margin-top: 32px;
}
.privacy-pb-top{
    margin-top: 32px;
}
.privacy-btn{
    padding-top: 16px;
}
.privacy-a{
    word-break: break-all;
}
@media screen and (max-width: 831px){
    .privacy-wrapper{
            width: 503px;
    }
}
@media screen and (max-width: 826px){
    .privacy-wrapper{
            width: 503px;
            argin: 0;
    }
}
@media screen and (max-width: 770px){
     .privacy-wrapper{
     width: 400px;
    margin: 0px auto;
    }
}
@media screen and (max-width: 449px){
      .privacy-wrapper{
     width: 300px;
    margin: 0px auto;
    }
}
@media screen and (max-width: 449px){
        .privacy-a{
        word-break: break-all;
    }
}
@media screen and (max-width: 386px){
       .privacy-wrapper{
     width: 300px;
    }
}
@media screen and (max-width: 385px){
    .privacy-a{
        word-break: break-all;
    }
}

@media screen and (max-width: 375px){
     .privacy-a{
        word-break: break-all;
    }
    .privacy-consent{
        width: 300px;
    }
}



  /*メディアクエリ*/

@media screen and (max-width: 1339px){
    .dereil-list dd {
        left: 31%;
    }
}

@media screen and (max-width: 1323px){
    .dereil-list dd {
        left: 30%;
    }
}

@media screen and (max-width: 1317px){
    .header-wrapper {
        padding: 70px 0px;
    }
}

@media screen and (max-width: 1308px){
    .dereil-list dd {
        left: 30%;
    }
}
@media screen and (max-width: 1206px){
    .pankuzu-list {
        margin: 0 180px;
    }
}

@media screen and (max-width: 1186px){
    .pankuzu-list {
        margin: 0 190px;
}
}

@media screen and (max-width: 1155px){
    .dereil-list dd {
        left: 28%;
    }
}

@media screen and (max-width: 1146px){
    .pankuzu-list {
        margin: 0 150px;
}
}
@media screen and (max-width: 1134px){
    .dereil-list dd {
        left: 28%;
    }
}
@media screen and (max-width: 1071px){
    .dereil-list dd {
        left: 27%;
    }
    .header-wrapper{
        max-width: 100%;
        padding: 70px 0px;
    }
    
}

@media screen and (max-width: 1042px){
    /*パンクズ*/
    .pankuzu-list {
        margin: 0 130px;
}
    .sp-nav.show {
        height: auto;
    }

    /*pankuzu*/
    .pankuzu-list{
        margin: 0 100px;
    }
    /*リクルートページ*/
   .dereil-list dd {
        left: 25%;
        width: 550px;
    }
    /*エントリー詳細*/
    .dereil-dl-list::after{
        top:130px;
    }
}
@media screen and (max-width: 1011px){
    .dereil-list dd {
        left: 25%;
    }
}


@media screen and (max-width: 939px){
    .dereil-list dd {
        left: 23%;
    }
}

@media screen and (max-width: 935px){
    .top-page-container{
        padding: 0 20px;
    }
    .pankuzu-list {
        margin: 0 50px;
}
.top-page-container {
    padding: 0 20px;
}
}

@media screen and (max-width: 902px){
    .dereil-list dd {
        left: 21%;
    }
}
@media screen and (max-width: 895px){
    .top-wp {
        width: auto;
    }
    .top-page-content {
      width: auto;
    }
}

    @media screen and (max-width: 889px){
        .top-page-container{
            padding: 0 20px;
        }

         .top-page-container {
            /**width: 1090px;**/
            margin: 0 auto;
        }
        .top-page-container {
            max-width: 100%;
            margin: 0 auto;
        }
        .top-page-container {
            padding: 0;
        }
        .top-page-content {
            width: auto;
        }
        .top-wp {
            width: auto;
        }

}

@media screen and (max-width: 886px){
   .title-top-h2 {
    padding-left: 20px;
}
}


@media screen and (max-width: 882px){
    .header-wrapper {
        box-sizing: border-box;
    }
    .top-page-left {
        padding-right: 0; 
    }
    .title-top-h2{
        text-align: center;
    }
}


@media screen and (max-width: 878px){
.header-wrapper {
    box-sizing: border-box;
}
}
@media screen and (max-width: 869px){
    .top-wp {
      width: auto;
    }
    }
    @media screen and (max-width: 850px){
        /*エントリーページ*/
        .contact-wrapper-second {
            width: 700px;
            margin: 0 auto;
        }
    }

    @media screen and (max-width: 841px){
        /*サンクスページ*/
        .textarea-White {
            width: 600px;
        }
    }
@media screen and (max-width: 835px){
    /**エントリーページ*/
    .contact-wrapper-second {
        width: 700px;
    }
    }

@media screen and (max-width: 831px){
   .title-top-h2 {
    padding-left: 20px;
}
/*リクルート*/


}


@media screen and (max-width: 826px){
    .egao-wrapper {
        margin: 50px 20px;
        max-width: 100%;
        width: auto;
    }
    .contact-innner {
        width: auto;
}
.about-wrepper img {
    width: auto;

}
.about-text-content{
   
    margin: 0 auto;
    padding-left: 16px;
    width: auto;
}
.contact-from {
    width: 400px;
}
.about-txterea {
    padding-top: 8px;
}

.fture-innner{
    margin: 0 auto;
width: 400px;
}
/**/
.dereil-list dd {
    width: 500px;
}

/*リクルート*/

.recruit-detail-center {
    width: auto;
}

/*エントリーページ*/
.contact-wrapper-second {
    width: 600px;
}
.entry-container {
    padding: 100px 100px;
}
}

@media screen and (max-width: 823px){
    /*アバウト*/
    .about-wrepper::after {
        width: 700px;
    }
}

@media screen and (max-width: 821px){
    .train-norder::after{
        top:60px;
    }
}

@media screen and (max-width: 820px){
    /*アバウト*/
    .about-txterea {
        padding-top: 8px;
    }
    .about-wrepper::after {
        width: 750px;
        margin: 0 auto;
    }

}

@media screen and (max-width: 819px){
    .egao-wrapper {
        
        max-width: 100%;
        width: auto;
    }
    .fture-innner{
        margin: 0 auto;
    width: 400px;
    }
    .egao-wrapper {
        margin:0px  20px 50px;
        max-width: 100%;
        width: auto;
    }

}

@media screen and (max-width: 817px){
/* フッター*/
.fl-content {
    display: flex;
    padding: 30px;
}
.footer-nav-fl {
    flex-direction: column;
}
.header-navul  {
    display: none;
}
.contact-from {
    width: 330px;
    margin: 0 auto;
}
}
@media screen and (max-width: 814px){
    /**/
    .dereil-list::after{
        width: 580px;
    }
}

@media screen and (max-width: 810px){
   .title-top-h2 {
    padding-left: 10px;
}
.top-page-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.top-page-content{
    margin: 0 auto;
}
.about-text-content {
    margin: 0 auto;
    padding-left: 0;
}
.top-ls{
    width: 400px;
    margin: 0 auto;
}
/**/
.about-innner{
    flex-direction: column;
}
.about-text-content{
    padding-top: 16px;
}
.about-txt-area{
    width: 400px;
}
/**/
.recruit-detail-center {
    width: auto;
}
}

@media screen and (max-width: 782px){
    /*アバウト*/
    .about-wrepper::after {
        width: 700px;
    }
}
@media screen and (max-width: 773px){
    .dereil-list::after{
        width: 540px;
    }
    /*アバウト*/
    .about-wrepper::after {
        width: 700px;
    }
}


@media screen and (max-width: 771px){
    .dereil-list dd {
        left: 22%;
    }
}

@media screen and (max-width: 794px){
    .recruit-detail-center {
        width: auto;
    }
}

@media screen and (max-width: 792px){
    .about-text-content {
        margin: 0 auto;
        padding-left: 0;
    }

}
@media screen and (max-width: 785px){
    .about-text-content {
        margin: 0 auto;
        padding-left: 0;
    }
}
@media screen and (max-width: 774px){
    .about-txt-area{
        width: 400px;
    }

}
@media screen and (max-width: 766px){

    .dereil-dl-list::after{
        top:150px;
    }
}

@media screen and (max-width: 753px){
    /*サンクスページ*/
    .textarea-White {
        width: 500px;
    }
}
@media screen and (max-width: 746px){
    .dereil-list::after{
        width: 520px;
    }
}

@media screen and (max-width: 732px){
/*ヘッダー*/
.header-navul{
    display: none;
}

/*フッター*/
.footer-fl {
    display: flex;
    padding: 30px 0;
}
.footer-nav {
    padding: 70px 0;
}
}

@media screen and (max-width: 730px){

    .about-txterea {
        padding-top: 8px;
    }
}

@media screen and (max-width: 727px){
    .dereil-list dd {
        left: 23%;
    }
}
@media screen and (max-width: 711px){
    .pankuzu-list {
        padding-top: 0px;
        padding-bottom: 50px;
    }
    .pankuzu-list {
        margin: 0 20px;
    }
}
@media screen and (max-width: 709px){
    /*アバウト*/
    .about-wrepper::after {
        width: 600px;
    }
}

@media screen and (max-width: 674px){
    .entry-container {
        padding: 100px 100px;
    }
}

@media screen and (max-width: 695px){
    .recruit-detail-center {
        padding: 50px 20px;
    }
}

@media screen and (max-width: 660px){
    .picup-one {
        margin-right: 8px;
    }
}
@media screen and (max-width: 665px){
    .dereil-list dt{
        font-weight: bold;
        width: 90px;
    }
    .dereil-list dd{
        width: 450px;
        padding-left: 8px;
    }
    .recruit-detail-center {
        padding: 50px 20px;
}
}

@media screen and (max-width: 640px){
    .textarea-White {
        width: 400px;
    }
}

@media screen and (max-width: 638px){
    .dereil-list dd{
        width: 470px;
        padding-left: 8px;
    }
}

@media screen and (max-width: 636px){
   .recuruite-picup {
    flex-wrap: wrap;
    }
    .picup-one {
        margin-bottom: 16px;
}
}@media screen and (max-width: 632px){
    .dereil-list::after{
        width: 500px;
    }
}

@media screen and (max-width: 629px){
    /*リクルート*/
    .recruit-top-img img {
        height: 300px;
    }
    /*サンクスページ*/
    .contact-wrapper-second {
        width: 500px;
    }
 }
 @media screen and (max-width: 621px){
    /*検索結果*/
    .search-content{
        width: 500px;
    }
    .contents::after{
        width: 500px;
    }
 }
 @media screen and (max-width: 612px){
    /*サンクスページ*/
    .textarea-White {
        width: 400px;
        padding: 50px 50px;
    }
 }
 @media screen and (max-width: 607px){
    /*アバウト*/
    .about-wrepper::after {
        width: 500px;
    }
 }

 @media screen and (max-width: 609px){
    .tk-textarea {
        padding: 50px;
    }
 }

 @media screen and (max-width: 605px){
    .dereil-list::after{
        width: 470px;
    }
    /*エントリーページ*/
    .contact-wrapper-second {
        width: 500px;
    }
    .entry-container {
        padding: 100px 60px;
    }
 }
 @media screen and (max-width: 595px){
    .dereil-dl-list::after{
        top:180px;
    }
 }

@media screen and (max-width: 582px){
    .dereil-list dt {
        width: 120px;
    }
    .dereil-list dd {
        width: 520px;
    }

}

@media screen and (max-width: 578px){
    .footer-nav-fl{
        margin: 0 0px;
}
}
@media screen and (max-width: 572px){
   /*求人詳細*/
    .dereil-list::after{
        width: 400px;
    }
    .ress-border::after{
        top:60px;
    }
    .dereil-dl-list::after{
        top:180px;
    }
}

@media screen and (max-width: 549px){
    .dereil-dl-list::after{
        top:200px;
    }
}

@media screen and (max-width: 548px){
    /*リクルートimg*/
    .recruit-img-center img {
        width: 400px;
    }
}

@media screen and (max-width: 533px){
    .recruit-img {
        width: 100%;
}
.picup-one {
    padding: 8px;
}
}

@media screen and (max-width: 527px){
    .dereil-list dt {
        width: 200px;
    }
    .dereil-list dd {
        width: 600px;
    }
}
@media screen and (max-width: 523px){
    .dereil-dl-list::after{
        top:230px;
    }
}

@media screen and (max-width: 522px){
        /*ヘッダー*/
        .header-content{
            margin: 0 auto;
            padding: 50px 50px;
        }

    .title-top-h2 {
       font-size:25px;
    }
    .title-h3 {
        font-size: 20px;
    }
    .top-page-innner img{
        width: 390px;
        height: 280px;
        object-fit: cover;
    }
    .top-page-left {
        padding-right: 0;
    }
    .top-page-content {
        padding-bottom: 50px;
    }
    .entry-container {
        padding: 100px 50px;
    }
    /*フッター*/
    .footer-fl {
        flex-direction: column;
    }
    .footer-fl li {
        padding-top: 16px;
        text-align: center;
        font-size: 14px;
    }
    /*検索結果ページ*/
    .search-content{
        width: 400px;
    }
    .contents::after{
        width: 400px;
    }
}

@media screen and (max-width: 517px){
    /*アバウト*/
    .about-wrepper::after {
        width: 400px;
    }
}

@media screen and (max-width: 516px){

    .footer-fl li{
        padding-top: 16px;
        text-align: center;
        font-size: 14px;
    }
    .recruit-detail-center {
        padding: 50px 20px;
    }
    /*リクルート*/
    .picup-one {
        width: 90px;
    }
}

@media screen and (max-width: 513px){
    .contact-wrapper-second {
        width: 400px;
    }
    .entry-container {
        padding: 100px 30px;
    }
}

@media screen and (max-width: 506px){
    .dereil-list::after{
        width: 380px;
    }
}

@media screen and (max-width: 499px){
    /*求人詳細*/
    .dereil-list::after{
        width: 350px;
    }
    .train-norder::after{
        top:80px;
    }
}

@media screen and (max-width: 485px){
    /*サンクスページ*/
    .tk-textarea {
        padding: 40px;
    }
}

@media screen and (max-width: 483px){
    .recruit-detail-center {
        padding: 50px 20px;
    }
}
@media screen and (max-width: 461px){
    /**/
    .dereil-dl-list::after{
        top:250px;
    }
    .dereil-list::after{
        width: 330px;
    }
}

@media screen and (max-width: 456px){
    /*サンクスページ*/
    .textarea-White {
        width: 300px;
    }
}
@media screen and (max-width: 455px){
    .nav-fl {
        margin: 0 20px;
    }
    /**/
    .entry-container {
        padding: 100px 20px;
    }
}

@media screen and (max-width: 446px){
    .dereil-dl-list::after{
        top:270px;
    }
}

@media screen and (max-width: 445px){

.recruit-img-center img{
    width: 350px;
    height: 300px;}

}

@media screen and (max-width: 437px){
    .dereil-list::after{
        width: 300px;
    }
    .type-border::after{
        top:60px;
    }
}

@media screen and (max-width: 438px){
    .about-txt-area {
        width: auto;
    }
    .about-text-content {
       width: auto;
    }
}

@media screen and (max-width: 424px){
    .about-text-content {
        width:auto;
}
.about-txt-area {
     width: auto;
}
.fture-innner {
    width: auto;
}
}

@media screen and (max-width: 421px){
    .about-text-content {
        width:auto;
}
.about-txt-area {
     width: auto;
}
.fture-innner {
    width: auto;
}
/*アバウト*/
.about-wrepper::after {
    width: 350px;
}

}

@media screen and (max-width: 417px){
    .display-flex {
        padding: 0;
    }
    /**/
    .display-flex{
        margin-bottom: 50px;
    }

}
@media screen and (max-width: 416px){
    .dereil-dl-list::after{
        top:290px;
    }
}


@media screen and (max-width: 415px){
    .title-h2 {
        font-size: 25px;
    }
    .fture-innner{
        max-width: 100%;
    }

}
@media screen and (max-width: 409px){
    .about-txt-area {
        width: auto;
    }
    /*サンクスページ*/
    .contact-wrapper-second {
        width: 350px;
    }
    .wpcf7 input[type="text"] {
        width: 200px;
    }
    .wpcf7 input[type="email"] {
        width: 200px;
    }
    .wpcf7 textarea {
        width: 250px;
    }

}
@media screen and (max-width: 406px){
      /*検索結果ページ*/
      .search-content{
        width: 300px;
    }
    .contents::after{
        width: 300px;
    }
}

@media screen and (max-width: 402px){
    /*求人詳細*/
    .holiday-border::after{
        top:60px;
    }
    .dereil-dl-list::after{
        top:300px;
    }
    .dereil-list::after{
        width: 270px;
    }
}


@media screen and (max-width: 398px){
    .recruit-img-center img {
        width: 300px;
    }
}

@media screen and (max-width: 396px){
    .top-page-innner img {
        width: 380px;
    }
}

@media screen and (max-width: 393px){
    .top-ls {
       width: auto;
    }
    .display-flex {
       max-width: initial;
    }
}

@media screen and (max-width: 392px){
    /**/
    .second-description {
        font-size: 12px;
    }
    /**/
    .top-page-innner img {
        width: 350px;
        height: 280px;
        object-fit: cover;
    }
    .about-txt-area{
        width: 100%;
    }

    .top-page-content{
        margin: 0 auto;
    }
    /**/
    .top-page-innner {
        padding: 0 20px;
    }
    .title-top {
        padding: 8px 0;
    }
    /**/
    .top-pic-container ul {
        flex-wrap: wrap;
    }
    .top-pic li {
        width: 90px;
        text-align: center;
        margin-top: 8px;
    }
    .footer-fl li{
        padding-top: 16px;
        text-align: center;
        font-size: 14px;
    }
    /**/
    .contact-from {
        width: 300px;   
    }
    .wpcf7 input[type="text"] {
        width: 230px;
    }
    .wpcf7 input[type="email"] {
        width: 230px;
    }
    .wpcf7 textarea {
        width: 230px;
        height: 200px;
    }
}

@media screen and (max-width: 390px){

.footer-fl {
    width: auto;
}
}


@media screen and (max-width: 386px){
    .ress-border::after{
        top:80px;
    }
    .dereil-dl-list::after{
        top:340px;
    }
}


@media screen and (max-width: 380px){
    .wpcf7 input[type="text"] {
        width: 200px;
    }
        /*求人掲載*/
        .dereil-list {
            flex-direction: column;
        }
        .dereil-list dd {
            width: 250px;
            padding-left: 0;
            padding-top: 4px;
        }
        /*求人詳細*/
        .many-border::after{
            top:60px;
        }
        .train-norder::after{
            top:100px;
        }
        .time-border::after{
            top:60px;
        }
        .clothes-border::after{
            top:60px;
        }
        .dereil-dl-list::after{
            top:270px;
        }
}

@media screen and (max-width: 375px){
    /*コンタクトフォーム*/
       /*コンタクトフォーム*/
       .entry_contact{
        padding: 0;
    }
    .entry-container {
        padding: 50px 20px;
    }
    .p-contact-form-table .yes-area {
        width: 250px;
        height: 50px;
    }
    .p-contact-form-table .text-from {
        width: 250px;
        height: 200px;
    }
    .contact-from {
    width: auto;
    }

    /*求人掲載*/
    .dereil-list {
        flex-direction: column;
    }
    .dereil-list dd {
        width: 250px;
        padding-left: 0;
        padding-top: 4px;
    }

    /**/
    .top-ls {
        width: auto;
    }
    .top-page-innner {
        width: auto;
    }
    /**/
    .top-page-innner {
        padding: 0 10px;
    }
    /**/
    .header-content {
        padding: 50px 20px;
    }
    /**/
    .contact-th{
        width: 300px;
    }
    .wpcf7-list-item label{
        display: flex;
    }
    .wpcf7-list-item-label{
        display: inline-block;
        width: 300px;
    }
    .wpcf7 input[type="email"] {
      width: 200px;
    }
    .wpcf7 textarea {
       width: 250px;
       height: 150px;
    }
    .about-contact{
        padding: 16px 20px;
    }
    /**/
    .nav-fl {
        margin: 0 10px;
    }

    /*求人詳細ページ*/
    .many-border::after{
        top:60px;
    }
.train-norder::after{
    top:108px;
}
   .time-border::after{
    top:60px;
   }
   .clothes-border::after{
    top:60px;
   }
   .dereil-dl-list::after{
    top:270px;
   }
   .dereil-list::after{
    width: 250px;
   }
   /*検索結果ページ*/
   .search-title{
    font-size: 25px;
}
/*footer*/
.footer-fl {
    width: auto;
}
}

@media screen and (max-width: 390px){
    .clothes-border::after{
        top: 60px;
    }
}

