@charset "utf-8";

/*========================
 見出し
=========================*/
#page-ttl {
}
#page-ttl .bg {
    height: 300px;
    background: url(../img/pages/page-ttl-pc.jpg) no-repeat center bottom;
    background-size: cover;
}
#page-ttl h2 {
    height: 300px;
    line-height: 1.4;
    letter-spacing: 2px;
    text-align: center;
    background: url(../img/pages/page-ttl-bg.png) no-repeat center center;
    background-size: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-shadow: 2px 2px 4px #129ed9, -2px -2px 4px #129ed9,
     -2px 2px 4px #129ed9,
      2px -2px 4px #129ed9,
      0px 2px 4px #129ed9,
      0 -2px 4px #129ed9,
         -2px 0 4px #129ed9,
          2px 0 4px #129ed9;
    padding: 0 2%;
}
#page-ttl h2 .ja {
    display: block;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 3px;
}
#page-ttl h2 .en {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

/*========================
 下層ページ
=========================*/

/*===== [採用情報] =====*/
#recruit {
}
/*--- [募集中の職種] ---*/
#recruit #syokusyu {
    padding: 60px 0;
}
#recruit #syokusyu .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#recruit #syokusyu .list .box {
    width: 48%;
}
#recruit #syokusyu .list .box h4 {
    line-height: 1.4;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #575757;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
#recruit #syokusyu .list .box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#recruit #syokusyu .list .box ul li {
    width: 48%;
}
#recruit #syokusyu .list .box ul li a {
    display: block;
    background-color: #fff;
    border: 1px solid #0b65ab;
    border-radius: 100px;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    padding: 12px 12px;
    color: #0b65ab;
    font-weight: bold;
}
#recruit #syokusyu .list .box ul li a span {
    display: block;
    background: url(../img/common/icon02.png) no-repeat left center;
    background-size: 12px;
    padding: 0 19px;
}
/*--- [魅力] ---*/
#recruit #miryoku {
    padding: 60px 0;
    background-color: #f3faff;
}
#recruit #miryoku ul {
    line-height: 1.4;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 25px;
}
#recruit #miryoku ul li {
    list-style-type: disc;
    margin: 0 0 10px 30px;
}
#recruit #miryoku .txt {
    line-height: 1.4;
    font-size: 20px;
    font-weight: bold;
    color: #0066e5;
    text-align: center;
}
/*--- [メッセージ] ---*/
#recruit #message {
    padding: 60px 0;
}
#recruit #message .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}
#recruit #message .box .img {
    width: 40%;
}
#recruit #message .box .text-box {
    width: 55%;
}
#recruit #message .box .text-box .name {
    line-height: 1.4;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
}
/*--- [募集要項] ---*/
#recruit #yoko {
    padding: 60px 0;
    background-color: #f3faff;
}
#recruit #yoko .yoko-box {
    margin-bottom: 30px;
}
#recruit #yoko .yoko-box .txt {
    text-align: center;
    line-height: 1.4;
    font-size: 18px;
    font-weight: bold;
    color: #c50000;
    margin-bottom: 15px;
}
#recruit #yoko .yoko-box table {
    width: 100%;
    line-height: 1.4;
    margin-bottom: 15px;
}
#recruit #yoko .yoko-box table tr {
}
#recruit #yoko .yoko-box table tr th {
    width: 120px;
    text-align: center;
    font-weight: bold;
    color: #0b65ab;
    background-color: #fff;
    border: 1px solid #84a8c3;
    padding: 10px 2%;
}
#recruit #yoko .yoko-box table tr td {
    background-color: #fff;
    border: 1px solid #84a8c3;
    padding: 10px 2%;
}

/*===== [お知らせ] =====*/
#news {
}
/*--- [詳細] ---*/
#news #news-page {
    padding: 60px 0;
}
#news #news-page .blog-box {
}
#news #news-page .blog-box .day {
    color: #109dd9;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
#news #news-page .blog-box .ttl {
    line-height: 1.4;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 20px;
}
#news #news-page .blog-box .box {
}
#news #news-page .blog-box .box .img {
    width: 100%;
    max-width: 640px;
    margin: 0 auto 20px;
}
#news #news-page .blog-box .box .text-box {
}
#news #news-page .blog-box .box .text-box p {
}
#news #news-page .link {
    width: 232px;
    margin: 40px auto 0;
}
#news #news-page .link a {
    display: block;
    line-height: 1.4;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #009fd9;
    background-size: 15px;
    border-radius: 100px;
    padding: 10px 15px;
}
#news #news-page .link a span {
    display: block;
    padding: 5px 0;
    text-align: center;
}
/*--- [一覧] ---*/
#news #news-list {
    padding: 60px 0;
}
#news #news-list .list {
}
#news #news-list .list .box {
    border-bottom: 1px dashed #878686;
}
#news #news-list .list .box a {
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 16px 2%;
}
#news #news-list .list .box a:hover {
    background-color: #d5f3ff;
}
#news #news-list .list .box a .day {
    line-height: 1.4;
    color: #109dd9;
    font-weight: bold;
    letter-spacing: 1px;
    width: 100px;
}
#news #news-list .list .box a .ttl {
    line-height: 1.4;
    width: calc(100% - 100px);
}

/*===== [ブログ] =====*/
#blog {
}
/*--- [詳細] ---*/
#blog #blog-page {
    padding: 60px 0;
}
#blog #blog-page .blog-box {
}
#blog #blog-page .blog-box .day {
    color: #009fd9;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
#blog #blog-page .blog-box .ttl {
    line-height: 1.4;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 20px;
}
#blog #blog-page .blog-box .box {
}
#blog #blog-page .blog-box .box .img {
    width: 100%;
    max-width: 640px;
    margin: 0 auto 20px;
}
#blog #blog-page .blog-box .box .text-box {
}
#blog #blog-page .blog-box .box .text-box p {
}
#blog #blog-page .link {
    width: 232px;
    margin: 40px auto 0;
}
#blog #blog-page .link a {
    display: block;
    line-height: 1.4;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #009fd9;
    background-size: 15px;
    border-radius: 100px;
    padding: 10px 15px;
}
#blog #blog-page .link a span {
    display: block;
    padding: 5px 0;
    text-align: center;
}
/*--- [一覧] ---*/
#blog #blog-list {
    padding: 60px 0;
}
#blog #blog-list .list {
    display: flex;
    flex-wrap: wrap;
}
#blog #blog-list .list .box {
    width: 25%;
    padding: 0 1%;
    margin-bottom: 25px;
}
#blog #blog-list .list .box a {
    text-decoration: none;
}
#blog #blog-list .list .box a .img {
    margin-bottom: 10px;
}
#blog #blog-list .list .box a .day {
    line-height: 1.4;
    color: #009fd9;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
#blog #blog-list .list .box a .ttl {
    line-height: 1.4;
    font-size: 14px;
}


/*===============================================
    ■tablet 画面の横幅が1000pxまで
===============================================*/
@media screen and (max-width: 1000px) {
}


/*===============================================
    ■tablet 画面の横幅が800pxまで
===============================================*/
@media screen and (max-width: 800px) {
/*===== [見出し] =====*/
  #page-ttl .bg {
    height: 200px;
  }
  #page-ttl h2 {
    height: 200px;
    background-size: 150px;
  }
/*------------------------
 下層ページ
------------------------*/
/*===== [採用情報] =====*/
  #recruit #syokusyu .list .box {
    width: 100%;
    margin-bottom: 20px;
  }
}

/*===============================================
    ■smart 画面の横幅が570pxまで
===============================================*/
@media screen and (max-width: 570px) {
/*===== [見出し] =====*/
  #page-ttl h2 .ja {
    font-size: 20px;
  }
  #page-ttl h2 .en {
    font-size: 13px;
  }
/*------------------------
 下層ページ
------------------------*/
/*===== [採用情報] =====*/
  #recruit #syokusyu {
    padding: 30px 0;
  }
  #recruit #miryoku {
    padding: 30px 0;
  }
  #recruit #miryoku .txt {
    font-size: 18px;
  }
  #recruit #message {
    padding: 30px 0;
  }
  #recruit #message .box .img {
    width: 90%;
    max-width: 600px;
    margin: 0 auto 20px;
  }
  #recruit #message .box .text-box {
    width: 100%;
  }
  #recruit #yoko .yoko-box table tr th {
    width: 60px;
  }
/*===== [お知らせ] =====*/
/*--- [詳細] ---*/
  #news #news-page {
    padding: 30px 0;
  }
/*--- [一覧] ---*/
  #news #news-list {
    padding: 30px 0;
  }
/*===== [ブログ] =====*/
/*--- [詳細] ---*/
  #blog #blog-page {
    padding: 30px 0;
  }
/*--- [一覧] ---*/
  #blog #blog-list {
    padding: 30px 0;
  }
  #blog #blog-list .list .box {
    width: 50%;
  }
}