@charset "utf-8";
/* CSS Document */

/*---------------------------------------------*
* pagination
*----------------------------------------------*/
nav.navigation.pagination {
  display: block;
  clear: both;
  width: 100%;
  margin: 4em 0 2em 0;
}
nav.navigation.pagination .nav-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
nav.navigation.pagination .nav-links span,
nav.navigation.pagination .nav-links a {
  display: block;
  margin-right: 0.5em;
  padding: 0.5em;
}
nav.navigation.pagination .nav-links span {
  color: #999;
}
nav.navigation.pagination .nav-links a {
  color: #030f8a;
}

h2.category_sonota {
  background-color: #dfdfdf;
  padding: 0.25em 1em;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 2em 0 1em 0;
}
/*---------------------------------------------*
* sidebar
*----------------------------------------------*/

.l-main.single section {
  width: 73%;
  float: left;
}
.l-main.single .right_side {
  width: 25%;
  float: right;
  font-size: 14px;
  line-height: 1.5;
}
.l-main.single .right_side div h3 {
  font-size: 16px;
  margin-bottom: 1em;
}
.l-main.single .right_side div ul {
  margin-bottom: 3em;
}
.l-main.single .right_side div ul li {
  display: block;
  width: 100%;
  clear: both;
  padding: 0 0 0.5em 0;
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 0.5em;
}
.l-main.single .right_side div ul li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.l-main.single .right_side div ul li a {
  padding: 0.5em 1em;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.l-main.single .right_side div ul li a:link,
.l-main.single .right_side div ul li a:visited {
  color: #333;
}

.l-main.single .news-area {
  width: 100%;
  margin: 0 auto 100px auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*---------------------------------------------*
* newslist
*----------------------------------------------*/
.l-recruitment .text-area .text-box > h6 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  background-color: #efefef;
  padding: 0.25em 0.5em;
  margin: 2em 0 1em 0;
}
p.txtR {
  text-align: right;
}
.pager {
  margin: 2em 0;
  padding-top: 1em;
  width: 100%;
  clear: both;
  border-top: 1px solid #cccccc;
}
.pager span,
.pager a {
  margin: 0 0.5em;
}

.page > .wrap .pager {
  margin-top: 7em;
  padding-top: 1em;
  width: 100%;
  clear: both;
  border-top: 1px solid #cccccc;
}
.pager .pager-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.pager .pager-list li {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
.pager_box .inner a,
.pager .pager-list li a {
  color: #666666;
}
.pager_box .inner a:hover,
.pager .pager-list li a:hover {
  color: #999999;
}
.l-recruitment .text-area .text-box ul li {
  display: block;
}
.l-recruitment .text-area .text-box ul li img {
  max-width: 30%;
  margin-right: 1em;
  display: block;
  float: left;
}

.l-company .text-area .text-box h4 {
  margin: 2em 0 1em 0;
  font-size: 22px;
  font-weight: bold;
  padding: 0.25em 0 0.25em 1em;
  border-bottom: 2px solid #efefef;
  border-left: 4px solid #030f8a;
}
.l-company .text-area .text-box h4:before {
  display: none;
}
.l-company .text-area .text-box h5 {
  margin: 2em 0 1em 1.5em;
  font-size: 18px;
  font-weight: bold;
  text-indent: -1.5em;
}
.l-company .text-area .text-box h5:before {
  content: "■";
  color: #030f8a;
  margin-right: 10px;
}

.l-recruitment .text-area .text-box ul li h6 {
  font-size: 16px;
  font-weight: bold;
}

.l-recruitment .text-area .text-box ul.tags {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.l-recruitment .text-area .text-box ul.tags li {
  display: flex;
  justify-content: space-between;
  margin-bottom: inherit;
  padding: 0 0.25em;
  border: none;
  background-color: none;
  margin-right: 0.5em;
}
.l-recruitment .text-area .text-box ul.tags li a {
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1000px) {
  .news_box .inner ul li img {
    width: 100%;
    height: 55vw;
  }
}
@media screen and (max-width: 768px) {
  .l-company .text-area .text-box h4 {
    margin: 2em 0;
    font-size: 18px;
    font-weight: bold;
    padding: 0.125em 0 0.125em 1em;
    border-bottom: 2px solid #efefef;
    border-left: 4px solid #030f8a;
    line-height: 1.5;
  }

  .l-company .text-area .text-box h5 {
    line-height: 1.5;
  }
  .l-company .text-area .text-box img {
    display: block;
    float: none;
    margin: 1em auto;
    max-width: 100%;
    width: auto;
    height: auto;
  }

  .l-main.single.wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .l-main.single section {
    width: 100%;
    float: none;
    clear: both;
  }
  .l-main.single section:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .l-main.single .right_side {
    width: 100%;
    float: none;
    clear: both;
    background-color: #efefef;
    padding: 2em 1em;
    margin-bottom: 2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .l-main.single .right_side div ul li a {
    padding: 0.5em 0;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4rem;
  }

  .l-main.single .right_side:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .l-recruitment .text-area .text-box ul li img {
    display: block;
    margin: 1em auto;
    float: none;
  }
}
@media screen and (max-width: 640px) {
  .news_box .inner ul.list_box li {
    width: 100%;
    margin: 0 0 2em 0;
    background-color: #fff;
    text-align: left;
  }
  .news_box .inner ul.list_box li img {
    width: 100%;
    height: auto;
  }
  .single_box .wrap .inner {
    padding: 0 0 5% 0;
    line-height: 2;
  }
  h2.page_title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 320px) {
}
