@charset "UTF-8";
/* Scss Document */
/*************************************************/
/*option
/*************************************************/
.gra1, header #headermain #areamenu {
  background: -moz-linear-gradient(top, #ffffff 0%, #F2ECE2);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#F2ECE2)); }

.gra2 {
  background: -moz-linear-gradient(top, #ffffff 0%, #E8F7DC);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#E8F7DC)); }

.gra3 {
  background: -moz-linear-gradient(top, #ff3019 0%, #cf0404);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff3019), to(#cf0404)); }

.gra4 {
  background: -moz-linear-gradient(top, #1765FF 0%, #0250CF);
  background: -webkit-gradient(linear, left top, left bottom, from(#1765FF), to(#0250CF)); }

.gra5 {
  background: -moz-linear-gradient(top, #FFAF16 0%, #CF8D02);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFAF16), to(#CF8D02)); }

.gra2-hover {
  background: -moz-linear-gradient(top, #E8F7DC 0%, #79CE33);
  background: -webkit-gradient(linear, left top, left bottom, from(#E8F7DC), to(#79CE33)); }

.striped-gra1, .progress span {
  -webkit-background-size: 10px 10px;
  -moz-background-size: 10px 10px;
  background-size: 10px 10px;
  background-color: #E9D5B1;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #EEB866), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #EEB866), color-stop(0.75, #EEB866), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, #EEB866 25%, transparent 25%, transparent 50%, #EEB866 50%, #EEB866 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #EEB866 25%, transparent 25%, transparent 50%, #EEB866 50%, #EEB866 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #EEB866 25%, transparent 25%, transparent 50%, #EEB866 50%, #EEB866 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #EEB866 25%, transparent 25%, transparent 50%, #EEB866 50%, #EEB866 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #EEB866 25%, transparent 25%, transparent 50%, #EEB866 50%, #EEB866 75%, transparent 75%, transparent); }

.striped-gra2, .mypagemenu .menubt a {
  -webkit-background-size: 10px 10px;
  -moz-background-size: 10px 10px;
  background-size: 10px 10px;
  background-color: #E2E2E2;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #DDDDDD), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #DDDDDD), color-stop(0.75, #DDDDDD), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, #DDDDDD 25%, transparent 25%, transparent 50%, #DDDDDD 50%, #DDDDDD 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #DDDDDD 25%, transparent 25%, transparent 50%, #DDDDDD 50%, #DDDDDD 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #DDDDDD 25%, transparent 25%, transparent 50%, #DDDDDD 50%, #DDDDDD 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #DDDDDD 25%, transparent 25%, transparent 50%, #DDDDDD 50%, #DDDDDD 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #DDDDDD 25%, transparent 25%, transparent 50%, #DDDDDD 50%, #DDDDDD 75%, transparent 75%, transparent); }

.boxshadow, #bloglist .swiper-slide .content_box,
#recommend_job .swiper-slide .content_box,
#contents_area .swiper-slide .content_box {
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.08), 0px 0px 3px 1px rgba(10, 10, 10, 0.03); }

html {
  height: 100%;
  margin: 0;
  font-size: 65%; }

body {
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  position: relative; }

div {
  box-sizing: border-box; }

.pcview {
  display: inline-block; }

.mensetsu.pcview {
  display: block; }

.spview {
  display: none !important; }

.pcbr {
  display: block; }

.spbr {
  display: none !important; }

@media only screen and (max-width: 480px) {
  .pcview {
    display: none !important; }

  .spview {
    display: inline-block; }

  .pcbr {
    display: none !important; }

  .spbr {
    display: block; } }
a {
  color: #00aaeb; }

.clear {
  content: "";
  display: block;
  clear: both; }

.error {
  font-size: 24px;
  padding: 15px;
  text-align: center;
  font-weight: bold; }

.midashi {
  font-weight: bold;
  text-align: center;
  color: #28a745;
  font-size: 24px; }

.more {
  width: 200px;
  padding: 10px;
  text-align: center;
  margin: 20px auto;
  border: solid 1px #28a745;
  display: block;
  color: #28a745;
  font-size: 1.6rem; }
  .more:hover {
    text-decoration: none;
    background: #28a745;
    color: #fff; }

.myp {
  padding: 15px 15px 30px 15px; }
  @media only screen and (max-width: 480px) {
    .myp {
      padding: 5px 15px 10px 15px; } }

.labelbtn {
  cursor: pointer;
  margin: 3px;
  border: solid 1px #ccc; }

.check_box {
  display: none; }

a.pickup {
  background: #28a745 !important;
  color: #fff !important; }

a.disabled {
  pointer-events: none;
  background: #ccc !important;
  color: #666 !important; }

.check_box:checked + .labelbtn {
  background-color: #2CAE36;
  color: #fff; }

section {
  padding: 0;
  margin: 0;
  background: #fff;
  overflow: hidden; }
  section.bg_g {
    background: rgba(7, 118, 148, 0.05); }

ol {
  margin: 0; }

.top_jtlist_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media only screen and (max-width: 480px) {
    .top_jtlist_wrap {
      text-align: left;
      justify-content: flex-start; } }
  .top_jtlist_wrap .top_jtlist {
    width: 18%;
    margin-bottom: 10px; }
    @media only screen and (max-width: 480px) {
      .top_jtlist_wrap .top_jtlist {
        width: 30%;
        margin-right: 5%; }
        .top_jtlist_wrap .top_jtlist:nth-child(3n) {
          margin-right: 0; } }
    .top_jtlist_wrap .top_jtlist .top_jtlist_icon a {
      color: #000; }
    .top_jtlist_wrap .top_jtlist .top_jtlist_icon .inner {
      position: relative;
      width: 100%;
      padding-top: 100%;
      background-color: #eee;
      border-radius: 10px;
      text-align: center; }
      .top_jtlist_wrap .top_jtlist .top_jtlist_icon .inner img {
        width: 50%;
        position: absolute;
        top: 15%;
        left: 0;
        right: 0;
        margin: 0 auto; }
      .top_jtlist_wrap .top_jtlist .top_jtlist_icon .inner span {
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0; }
        @media only screen and (max-width: 480px) {
          .top_jtlist_wrap .top_jtlist .top_jtlist_icon .inner span {
            font-size: 10px;
            width: 80%;
            margin: 0 auto;
            line-height: 10px;
            font-weight: bold; } }

.top_joneare {
  margin-bottom: 20px;
  flex-shrink: 0;
  padding: 0 !important; }
  .top_joneare:last-child {
    margin-bottom: 0px; }
  @media only screen and (max-width: 480px) {
    .top_joneare {
      margin: 0 0 10px 5px; } }
  .top_joneare .top_joneare_midasi {
    color: #808080;
    font-size: 1.6rem;
    line-height: 1.34;
    font-weight: bold;
    margin-bottom: 5px; }
    @media only screen and (max-width: 480px) {
      .top_joneare .top_joneare_midasi {
        color: #666;
        font-size: 1.2rem;
        padding: 0 5px;
        margin: 10px 0;
        border-left: solid 5px #28a745; } }
  .top_joneare a {
    font-size: 1.4rem;
    border-bottom: 1px dotted #979797;
    padding: 3px 0;
    margin: 0 5px;
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-weight: bold; }
    @media only screen and (max-width: 480px) {
      .top_joneare a {
        background: #eee;
        border-bottom: 0px dotted #979797;
        margin: 5px 4px;
        font-weight: normal;
        border-radius: 3px;
        font-size: 1.6rem;
        padding: 0 3px; } }
    .top_joneare a:hover {
      color: #2552DE; }

.topicpath {
  display: block;
  padding: 3px;
  margin: 20px 0;
  font-size: 1.2rem;
  background: rgba(7, 118, 148, 0.05);
  border-radius: 5px; }
  @media only screen and (max-width: 480px) {
    .topicpath {
      display: none; } }
  .topicpath li {
    display: inline;
    list-style: none;
    padding: 3px 5px; }
    .topicpath li a {
      text-decoration: underline; }
    .topicpath li:before {
      content: " > ";
      margin: 5px; }
    .topicpath li:first-child:before {
      content: none; }

i {
  font-size: 1.5rem;
  margin-right: 8px; }
  i.green {
    color: #28a745; }

a {
  text-decoration: none; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.passwordform {
  position: relative;
  width: 100%; }
  .passwordform i {
    position: absolute;
    right: 5px;
    top: 8px;
    cursor: pointer; }

/*************************************************/
/*title
/*************************************************/
.title {
  font-weight: normal;
  font-size: 1.4rem;
  padding: 15px 0;
  margin: 0 0 40px 0;
  display: block;
  text-align: center;
  color: #666;
  position: relative; }
  .title span {
    font-weight: normal;
    color: #000;
    font-size: 1.4rem;
    display: block;
    padding: 10px 0 0 0; }
  .title h1 {
    color: #28a745;
    font-size: 2.4rem;
    font-weight: bold;
    display: block;
    padding: 10px 0 10px 0;
    margin: 0; }
  .title h2 {
    color: #28a745;
    font-size: 2.4rem;
    font-weight: bold;
    display: block;
    padding: 10px 0 10px 0;
    margin: 0; }
  .title::before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #28a745; }
  @media only screen and (max-width: 480px) {
    .title {
      margin: 0 0 10px 0;
      font-size: 1.8rem; }
      .title span {
        display: none;
        font-size: 1.2rem;
        padding: 5px 0 0 0; }
      .title::before {
        bottom: 0px; } }

.title_b {
  font-weight: bold;
  font-size: 2rem;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  display: block;
  color: #000; }
  @media only screen and (max-width: 480px) {
    .title_b {
      margin: 0 0 15px 0; } }
  .title_b span {
    font-size: 1.4rem;
    display: block;
    color: #000; }

.title2 {
  font-weight: bold;
  font-size: 1.8rem;
  padding: 0 0 5px 0;
  border-bottom: solid 2px #28a745;
  margin-bottom: 20px; }

.title_sub {
  font-weight: bold;
  background: #eee;
  border-radius: 5px;
  padding: 3px 5px;
  display: block; }

blockquote {
  position: relative;
  padding: 35px 15px 10px 15px;
  box-sizing: border-box;
  font-style: italic;
  background: #f5f5f5;
  color: #777777;
  border-left: 4px solid #9dd4ff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14); }
  @media only screen and (max-width: 480px) {
    blockquote {
      margin-inline-start: 20px;
      margin-inline-end: 20px; } }

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 15px;
  content: "\f10d";
  font-family: FontAwesome;
  color: #9dd4ff;
  font-size: 28px;
  line-height: 1;
  font-weight: 900; }

blockquote p {
  padding: 0;
  margin: 7px 0;
  line-height: 1.7; }

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em; }

/* CSS Document */
p {
  margin-top: 0;
  margin-bottom: 1rem; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 1; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

button {
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 0 10px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-default {
  color: #000 !important;
  background-color: #E1E1E1;
  border-color: #CACACA; }

.btn-default:hover {
  color: #000;
  background-color: #EBEBEB;
  border-color: #D8D8D8; }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34; }

.d-block {
  display: block !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; } }
.flex-container {
  display: flex;
  flex-wrap: wrap; }
  .flex-container [class*="flex-item-"] {
    padding: 10px;
    box-sizing: border-box; }
  @media (min-width: 768px) {
    .flex-container .flex-item-md-2 {
      width: calc(100% / 2);
      /*2等分*/ }
    .flex-container .flex-item-md-3 {
      width: calc(100% / 3);
      /*3等分*/ }
    .flex-container .flex-item-md-4 {
      width: calc(100% / 4);
      /*4等分*/ }
    .flex-container .flex-item-md-6 {
      width: calc(100% / 6);
      /*6等分*/ } }
  @media only screen and (max-width: 480px) {
    .flex-container .flex-item-md-2, .flex-container .flex-item-md-3, .flex-container .flex-item-md-4, .flex-container .flex-item-md-5, .flex-container .flex-item-md-6 {
      width: 100%;
      box-sizing: border-box; } }
  @media (max-width: 480px) {
    .flex-container .flex-item-sm-2 {
      width: calc(100% / 2);
      /*2等分*/ }
    .flex-container .flex-item-sm-3 {
      width: calc(100% / 3);
      /*3等分*/ }
    .flex-container .flex-item-sm-4 {
      width: calc(100% / 4);
      /*4等分*/ }
    .flex-container .flex-item-sm-6 {
      width: calc(100% / 6);
      /*6等分*/ } }

.container {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto; }

.container_wrap {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto; }

@media only screen and (max-width: 480px) {
  #pankuzu {
    display: none; }

  .form-inline .form-control {
    width: auto; } }
@media screen and (max-width: 480px) {
  .container {
    max-width: 100%; } }
@media screen and (max-width: 959px) {
  .container {
    max-width: 100%; } }
@media (min-width: 992px) {
  .container_wrap {
    max-width: 1234px; }

  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container_wrap {
    max-width: 1434px; }

  .container {
    max-width: 1034px; } }
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0; }

.input-group-append {
  display: -ms-flexbox;
  display: flex; }

.input-group-append .btn {
  position: relative;
  height: 100%;
  z-index: 2; }

.input-group-append .btn:focus {
  z-index: 3; }

.input-group-append {
  margin-left: -1px; }

table {
  border-collapse: collapse;
  font-size: 14px;
  background: #fff;
  width: 100%;
  border: solid 1px #ccc; }
  table th, table td {
    border: solid 1px #ccc;
    padding: 10px;
    box-sizing: border-box; }
  table th {
    background: #eee;
    font-weight: 500;
    text-align: left;
    min-width: 100px; }

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }

.table tbody + tbody {
  border-top: 2px solid #dee2e6; }

.table .table {
  background-color: #fff; }

@media only screen and (max-width: 768px) {
  .entrytable {
    font-size: 12px; } }
.entrytable th {
  width: 30%; }

/* CSS Document */
#news ol, #news ul, #fair ol, #fair ul, .blogdata ol, .blogdata ul {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px; }
#news a, #fair a, .blogdata a {
  text-decoration: underline; }
#news .dat, #fair .dat, .blogdata .dat {
  border-bottom: solid 1px #999;
  margin: 20px 0;
  color: #999; }
#news h2, #news h3, #news h4, #fair h2, #fair h3, #fair h4, .blogdata h2, .blogdata h3, .blogdata h4 {
  margin: 40px 0 15px 0; }
#news h5, #fair h5, .blogdata h5 {
  margin: 20px 0 5px 0; }
@media only screen and (max-width: 480px) {
  #news img, #fair img, .blogdata img {
    max-width: 100%;
    height: auto; } }

.blog_wrap {
  padding: 10px 0;
  display: block;
  border-bottom: solid 1px #28a745; }
  .blog_wrap::after {
    display: block;
    content: " ";
    clear: both; }
  .blog_wrap .img {
    display: block;
    width: 120px;
    height: 90px;
    overflow: hidden;
    float: left; }
  .blog_wrap .blogdata {
    margin-left: 135px;
    padding: 0; }
  .blog_wrap .blogtitle {
    display: block;
    padding: 0;
    margin-bottom: 5px;
    border-bottom: solid 1px #ccc; }
  .blog_wrap .dat {
    color: #666;
    font-size: 14px;
    font-weight: normal; }
  .blog_wrap .blogcm {
    display: block; }

.archiveitem {
  padding: 2px;
  display: block; }

/* その2  */
.pager .pagination {
  display: flex;
  justify-content: center; }
  .pager .pagination li {
    display: inline;
    margin: 0 2px;
    padding: 0;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: relative;
    border-radius: 5px;
    border: solid 1px #28a745;
    background: #28a745;
    overflow: hidden;
    color: #fff; }
    .pager .pagination li a {
      background: #fff;
      vertical-align: middle;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      display: table;
      color: #28a745;
      text-decoration: none; }
      .pager .pagination li a span {
        display: table-cell;
        vertical-align: middle; }
      .pager .pagination li a i {
        margin: 0; }
      .pager .pagination li a:hover, .pager .pagination li a.active {
        color: #000;
        background: #ccf;
        border-radius: 5px; }

@media only screen and (max-width: 767px) {
  /* その2  */
  .pager .pagination {
    text-align: center; }
    .pager .pagination li {
      display: none; }
      .pager .pagination li.pre, .pager .pagination li.next {
        display: inline-block;
        width: 50%; }
        .pager .pagination li.pre a, .pager .pagination li.next a {
          width: 100%;
          text-align: center; }
      .pager .pagination li.pre {
        float: left; }
      .pager .pagination li.next {
        float: right; } }
/* CSS Document */
/*************************************************/
/*doc
/*************************************************/
.doc {
  line-height: 2.2rem; }
  .doc .indent {
    padding: 20px 0  50px 50px;
    overflow: hidden; }

ul.alfavet {
  list-style-type: upper-latin; }

.topback {
  text-align: right;
  display: block;
  margin: 20px; }
  .topback a {
    text-decoration: underline;
    color: #666; }

/* CSS Document */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px; }

.header_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0px; }

.toplogo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px;
  width: 250px; }

.nav {
  position: absolute;
  bottom: 0;
  right: 0; }

@media only screen and (max-width: 768px) {
  .nav {
    position: fixed;
    display: block;
    right: -320px;
    /* 右から出てくる */
    top: 0;
    width: 300px;
    /* スマホに収まるサイズ */
    height: 100vh;
    padding-top: 60px;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
    /* メニューが多くなったらスクロールできるように */ }

  .hamburger {
    position: absolute;
    right: 15px;
    top: 8px;
    width: 40px;
    /* クリックしやすい幅 */
    height: 40px;
    /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300; }

  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none; }

  .nav_item {
    text-align: center;
    padding: 0 14px; }

  .nav_item a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #333; }

  .nav_item a:hover {
    background-color: #eee; }

  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #333;
    transition: all .6s; }

  .hamburger_border_top {
    top: 14px; }

  .hamburger_border_center {
    top: 20px; }

  .hamburger_border_bottom {
    top: 26px; }

  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer; }

  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0; }

  .nav-open .black_bg {
    opacity: .8;
    visibility: visible; }

  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px; }

  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%; }

  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px; }

  .toplogo {
    width: 200px;
    padding: 5px; }

  .nav_item {
    text-align: left; } }
/* sp */
@media only screen and (min-width: 769px) {
  .header_inner {
    width: 100%;
    padding: 5px 10px; }

  .nav_list {
    text-align: right; }

  .nav_list li {
    display: inline-block;
    text-align: right;
    padding-left: 20px;
    border-right: solid 1px #333;
    padding: 0 15px; }

  .nav_list li:last-child {
    border-right: solid 0; }

  .nav_list li a {
    color: #333;
    font-weight: 600; } }
/* pc */
#signout {
  cursor: pointer; }

header {
  border-bottom: solid 3px #28a745;
  position: relative;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    header {
      border-bottom: solid 0px #28a745; } }
  header #headlibe {
    background: #28a745;
    padding: 0px;
    color: #fff;
    overflow: hidden;
    margin-bottom: 5px; }
    @media only screen and (max-width: 768px) {
      header #headlibe {
        display: none; } }
    header #headlibe h1 {
      margin: 0;
      padding: 0;
      font-size: 13px;
      float: right; }
  header #headermain {
    height: 100px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      header #headermain {
        height: 70px; } }
    header #headermain #rogo {
      width: 280px;
      position: absolute;
      left: 0px;
      top: 0px;
      z-index: 999; }
      @media only screen and (max-width: 768px) {
        header #headermain #rogo {
          width: 190px; } }
    header #headermain .g_nav {
      position: absolute;
      bottom: 0;
      right: 0; }
      header #headermain .g_nav ul {
        margin: 0;
        padding: 0; }
        header #headermain .g_nav ul li {
          float: left; }
          header #headermain .g_nav ul li a {
            display: block;
            padding: 5px; }
    header #headermain #areamenu {
      margin: 0;
      padding: 6px 0;
      list-style: none;
      position: absolute;
      left: 10px;
      bottom: 0px;
      border: solid 1px #ccc;
      border-bottom: solid 0px #ccc;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -moz-border-radius-topleft: 5px;
      -moz-border-radius-topright: 5px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
      header #headermain #areamenu li {
        padding: 0 10px;
        float: left;
        border-right: dotted 1px #ccc; }
    header #headermain #membermenu {
      position: absolute;
      bottom: 10px;
      right: 0px; }
      header #headermain #membermenu a {
        color: #fff; }
      header #headermain #membermenu .btn {
        float: left;
        margin-right: 5px; }
      @media only screen and (max-width: 768px) {
        header #headermain #membermenu .btn {
          min-width: 0;
          width: 50px !important;
          height: 50px !important;
          font-size: 9px;
          padding: 5px 1px;
          text-align: center; }
        header #headermain #membermenu i {
          font-size: 20px;
          display: block;
          margin: 0 auto 5px auto; } }
    header #headermain #helpmenu {
      position: absolute;
      right: 0px;
      top: 0px;
      list-style: none;
      padding: 0;
      margin: 0;
      font-weight: bold; }
      @media only screen and (max-width: 480px) {
        header #headermain #helpmenu {
          display: none; } }
      header #headermain #helpmenu li {
        float: left;
        padding-left: 20px; }
        header #headermain #helpmenu li a {
          color: #000;
          text-decoration: underline; }

/* CSS Document */
#entryform {
  padding: 5px; }
  #entryform small {
    font-size: 12px; }
  @media only screen and (max-width: 480px) {
    #entryform {
      background: #eee; }
      #entryform form {
        padding: 5px;
        background: #fff;
        border: solid 1px #ccc; } }
  #entryform .required {
    background: #FA5858;
    color: #fff;
    padding: 0 5px;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    float: right; }
    @media only screen and (max-width: 480px) {
      #entryform .required {
        float: none;
        margin-left: 10px;
        padding: 0 5px;
        font-weight: normal;
        height: 18px; } }
  #entryform .required2 {
    background: #FA5858;
    color: #fff;
    padding: 8px 5px;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
    line-height: 1.4rem;
    font-weight: normal; }
    @media only screen and (max-width: 480px) {
      #entryform .required2 {
        padding: 7px 5px; } }
  #entryform .oubo-button {
    display: block;
    color: #ffffff;
    background-color: #63cc0f;
    width: 80%;
    border-radius: 15px;
    border: none;
    box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
    padding: 13px 20px;
    text-align: center;
    margin: 10px auto;
    font-size: 20px;
    font-weight: bold;
    height: 60px;
    text-decoration: none; }
    #entryform .oubo-button span {
      padding: 3px;
      background: #fff;
      border-radius: 4px;
      color: #28a745;
      margin-right: 5px; }
    #entryform .oubo-button.hiddentype {
      display: none;
      width: 40%;
      position: fixed;
      right: 10px;
      bottom: 10px;
      z-index: 9999; }
  #entryform .oubo-button2 {
    display: block !important;
    color: #ffffff;
    background-color: #63cc0f;
    border-radius: 5px;
    box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
    padding: 8px 20px;
    height: 40px;
    text-align: center;
    margin: 10px auto 20px auto;
    width: 50%;
    border: none;
    font-size: 16px;
    text-decoration: none; }
    @media only screen and (max-width: 480px) {
      #entryform .oubo-button2 {
        width: 97%; } }
  #entryform .entryform-rule {
    border: solid 1px #ccc;
    position: relative;
    max-width: 750px;
    width: 97%;
    border-radius: 5px;
    margin: 10px auto;
    height: 120px; }
    #entryform .entryform-rule .caption {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin-bottom: 10px;
      background: #b4b4b4;
      color: #fff;
      text-align: center;
      padding: 3px; }
    #entryform .entryform-rule p {
      position: absolute;
      top: 30px;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 15px;
      overflow-y: scroll;
      font-size: 12px; }
  #entryform .formtopmsg {
    overflow: hidden;
    display: none;
    position: relative; }
    @media only screen and (max-width: 480px) {
      #entryform .formtopmsg {
        display: block; } }
    #entryform .formtopmsg .ph {
      width: 60px;
      height: 60px;
      float: left;
      background: url("../img/882.jpg") center center no-repeat;
      background-size: cover; }
    #entryform .formtopmsg .caption {
      margin-left: 80px;
      height: 60px;
      padding: 8px;
      background: #e5e4e4; }
      #entryform .formtopmsg .caption::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 60px;
        margin-top: -8px;
        border: 8px solid transparent;
        border-right: 15px solid #eee; }
  #entryform .table-entry-form .entry_btn_sub {
    display: none; }
    @media only screen and (max-width: 480px) {
      #entryform .table-entry-form .entry_btn_sub {
        display: block; } }
  #entryform .table-entry-form th {
    width: 260px;
    font-weight: normal; }
    @media only screen and (max-width: 480px) {
      #entryform .table-entry-form th {
        font-weight: bold; } }
  #entryform .table-entry-form input.attention {
    border-width: 2px;
    border-color: #0648c0 !important; }
  @media only screen and (max-width: 480px) {
    #entryform .table-entry-form {
      border: none; }
      #entryform .table-entry-form input, #entryform .table-entry-form select, #entryform .table-entry-form textarea {
        height: 40px;
        background: #DEEFFF;
        font-size: 16px;
        border-color: #7699c9 !important; }
      #entryform .table-entry-form input:focus, #entryform .table-entry-form select:focus, #entryform .table-entry-form textarea:focus {
        background: #FFF; }
      #entryform .table-entry-form textarea {
        height: 140px; }
      #entryform .table-entry-form th, #entryform .table-entry-form td {
        border: none;
        display: block;
        width: 100%;
        padding: 5px; }
      #entryform .table-entry-form th {
        font-size: 17px !important;
        background: none;
        padding: 15px 5px 0 5px; }
      #entryform .table-entry-form th {
        font-size: 14px; }
        #entryform .table-entry-form th i {
          font-size: 1.6rem; } }

dl.birth,
dl.mensetsu {
  overflow: hidden;
  margin-bottom: 10px; }
  dl.birth dt,
  dl.mensetsu dt {
    display: inline-block;
    line-height: 27px;
    font-size: 16px;
    margin-right: 10px;
    font-weight: normal; }
    @media only screen and (max-width: 480px) {
      dl.birth dt.sp100,
      dl.mensetsu dt.sp100 {
        display: block !important;
        font-size: 14px; } }
  dl.birth dd,
  dl.mensetsu dd {
    display: inline-block;
    margin-right: 10px;
    margin-left: auto; }
    @media only screen and (max-width: 480px) {
      dl.birth dd.sp100,
      dl.mensetsu dd.sp100 {
        width: 100%; } }

dl.birth {
  margin-bottom: 0px; }

.form_note {
  line-height: 27px;
  font-size: 16px;
  margin-right: 10px !important;
  float: left; }

.myselect_form {
  height: 28px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; }

input {
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 0 10px; }
  input.w14 {
    width: 150px; }
  input.w47 {
    width: 300px; }
    @media only screen and (max-width: 480px) {
      input.w47 {
        width: 100%; } }

textarea.textarea_w83 {
  padding: 10px;
  width: 83%;
  height: 140px;
  line-height: 1.8em;
  font-size: 14px;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  @media only screen and (max-width: 480px) {
    textarea.textarea_w83 {
      width: 100%; } }

.note {
  line-height: 1.6em;
  font-size: 14px;
  color: #333;
  display: inline-block; }

/*************************************************/
/*flexbox
/*************************************************/
.top_search_form {
  height: 300px;
  width: 100%;
  background: url("../img/top_search.jpg") top center no-repeat;
  background-size: cover;
  position: relative; }
  @media only screen and (max-width: 480px) {
    .top_search_form {
      height: 200px; } }
  .top_search_form input {
    border: solid 2px green; }
  .top_search_form .search_field {
    position: absolute;
    top: 220px;
    right: 0;
    left: 0;
    width: 500px;
    margin: auto; }
    .top_search_form .search_field .btn {
      font-size: 1.5rem; }
    .top_search_form .search_field input {
      font-size: 1.6rem;
      padding: .8rem 1rem;
      height: 40px; }
    @media only screen and (max-width: 480px) {
      .top_search_form .search_field {
        top: 130px;
        width: 90%; } }
  .top_search_form .top_title {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    font-size: 30px;
    font-weight: 900;
    width: 500px;
    margin: auto; }
    @media only screen and (max-width: 480px) {
      .top_search_form .top_title {
        top: 20px;
        left: 20px;
        right: 0;
        font-size: 20px;
        font-weight: 900;
        width: 100%; } }
  .top_search_form .content_button {
    margin-top: 20px;
    width: 100%;
    /* 縦横比一定の正方形 */ }
    .top_search_form .content_button .adjust-box {
      position: relative;
      width: 100%;
      height: auto;
      background: #28a745;
      border-radius: 5px;
      text-align: center; }
    .top_search_form .content_button .box-1x1:before {
      content: "";
      display: block;
      padding-top: 100%; }
    .top_search_form .content_button .inner {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .top_search_form .content_button .adjust-box p {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 20px;
      color: #fff; }
    .top_search_form .content_button .adjust-box .icon {
      position: absolute;
      top: 10px;
      left: 0;
      right: 0;
      bottom: 40px;
      margin: auto; }
      .top_search_form .content_button .adjust-box .icon.top_bt1 {
        background: url("../img/map.png") center center no-repeat;
        background-size: contain; }
      .top_search_form .content_button .adjust-box .icon.top_bt2 {
        background: url("../img/job.png") center center no-repeat;
        background-size: contain; }
      .top_search_form .content_button .adjust-box .icon.top_bt3 {
        background: url("../img/note.png") center center no-repeat;
        background-size: contain; }

/* CSS Document */
.footer-caption {
  background: #eeeeee;
  padding: 30px 0;
  font-size: 13px;
  color: #333; }
  .footer-caption p {
    text-align: center; }
    @media only screen and (max-width: 480px) {
      .footer-caption p {
        text-align: left; } }
  .footer-caption .logo {
    border-top: solid 1px #ccc;
    padding: 15px 0;
    text-align: center; }
  @media only screen and (max-width: 480px) {
    .footer-caption {
      font-size: 12px;
      padding: 30px 5px; } }

footer {
  display: block;
  overflow: hidden;
  padding: 0;
  background: #c3c0c0;
  min-height: 180px;
  color: #fff; }
  footer .footer_title {
    font-size: 1.6rem;
    padding: 5px 0;
    margin-bottom: 15px;
    border-bottom: solid 1px #ccc; }
  footer a {
    color: #fff;
    display: block; }
  footer ul {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0; }
    footer ul .title {
      margin: 5px 0 10px 0;
      border-bottom: solid 1px #ccc; }

.copylight {
  text-align: center;
  padding: 10px;
  font-size: 12px;
  color: #fff;
  background: #a6a6a6; }

/* CSS Document */
/*************************************************/
/*error
/*************************************************/
#errorpage p {
  padding: 30px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold; }

/* CSS Document */
.jobedit_btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 100%;
  text-align: center;
  background: red;
  color: white; }

.mainContents {
  /* flexboxを縦に配置 */
  display: flex;
  flex-direction: row; }
  @media only screen and (max-width: 480px) {
    .mainContents {
      flex-direction: column; } }
  .mainContents main {
    width: 75%;
    padding: 0 5px;
    box-sizing: border-box; }
    @media only screen and (max-width: 480px) {
      .mainContents main {
        width: 100%;
        order: 2; } }
  .mainContents aside {
    width: 25%;
    padding: 0 5px;
    box-sizing: border-box;
    margin-bottom: 0px; }
    @media only screen and (max-width: 480px) {
      .mainContents aside {
        width: 100% !important;
        order: 1;
        margin-bottom: 20px; } }

#joblist {
  margin-top: 3rem; }
  @media only screen and (max-width: 480px) {
    #joblist {
      margin-top: 1rem; }
      #joblist .flex-container {
        display: block; } }

.job_title {
  padding: 5px 0;
  font-size: 2.5rem;
  font-weight: 600;
  border-bottom: solid 2px #28a745; }

.job_title_2 {
  padding: 5px 0;
  font-size: 2rem;
  font-weight: bold; }

.sp-serch-btn {
  text-align: center;
  border-top: solid 2px #666;
  border-bottom: solid 1px #666;
  padding: 15px; }

#searchengine, #searchform {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  display: block;
  margin-bottom: 10px;
  /* Checkbox */
  /* Radio */
  /* 色は青色のみ */ }
  @media only screen and (max-width: 480px) {
    #searchengine, #searchform {
      display: none; } }
  #searchengine .side_contents, #searchform .side_contents {
    border-top: solid 1px #ccc;
    padding-top: 8px;
    display: block; }
    @media only screen and (max-width: 480px) {
      #searchengine .side_contents, #searchform .side_contents {
        display: none; } }
  #searchengine .side_title, #searchform .side_title {
    border: none;
    padding: 0;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    position: relative; }
    #searchengine .side_title i, #searchform .side_title i {
      position: absolute;
      right: 5px;
      top: 5px; }
  #searchengine .btn, #searchform .btn {
    margin: 15px 0; }
  #searchengine label.horizontal, #searchform label.horizontal {
    display: block; }
  #searchengine .area1, #searchform .area1 {
    font-size: 14px;
    font-weight: bold;
    color: #999;
    margin-top: 5px;
    margin-left: -10px; }
    #searchengine .area1:first-child, #searchform .area1:first-child {
      margin-top: 0; }
  #searchengine table th, #searchform table th {
    width: 110px;
    color: #333; }
  #searchengine table td, #searchform table td {
    padding: 5px 0;
    color: #666; }
  #searchengine #searchmorebtn, #searchform #searchmorebtn {
    display: inline-block;
    float: left;
    font-size: 12px;
    padding: 0 3px;
    color: #28a745;
    border: solid 1px #28a745;
    border-radius: 3px;
    background: #fff;
    margin-top: 20px;
    cursor: pointer; }
  #searchengine #moresearch, #searchform #moresearch {
    display: none; }
  #searchengine input[type=checkbox], #searchengine input[type=radio], #searchform input[type=checkbox], #searchform input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 16px;
    width: 16px;
    vertical-align: -0.8rem;
    transition: all .15s ease-out 0s;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: .3rem .5rem;
    outline: none;
    border-radius: 15%; }
  #searchengine input[type=checkbox]:before, #searchengine input[type=checkbox]:after, #searchform input[type=checkbox]:before, #searchform input[type=checkbox]:after {
    position: absolute;
    content: "";
    background: #069004;
    transition: all .1s ease-in-out; }
  #searchengine input[type=checkbox]:before, #searchform input[type=checkbox]:before {
    left: 1px;
    top: 7px;
    width: 0px;
    height: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg); }
  #searchengine input[type=checkbox]:after, #searchform input[type=checkbox]:after {
    right: 7px;
    bottom: 4px;
    width: 2px;
    height: 0;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transition-delay: .1s; }
  #searchengine input[type=checkbox]:checked:before, #searchform input[type=checkbox]:checked:before {
    left: 1px;
    top: 7px;
    width: 5px;
    height: 2px; }
  #searchengine input[type=checkbox]:checked:after, #searchform input[type=checkbox]:checked:after {
    right: 5px;
    bottom: 2px;
    width: 2px;
    height: 10px; }
  #searchengine input[type=checkbox]:indeterminate:before, #searchengine input[type=checkbox]:indeterminate:after, #searchform input[type=checkbox]:indeterminate:before, #searchform input[type=checkbox]:indeterminate:after {
    width: 7px;
    height: 2px;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0); }
  #searchengine input[type=checkbox]:indeterminate:before, #searchform input[type=checkbox]:indeterminate:before {
    left: 1px;
    top: 7px; }
  #searchengine input[type=checkbox]:indeterminate:after, #searchform input[type=checkbox]:indeterminate:after {
    right: 1px;
    bottom: 7px; }
  #searchengine input[type=radio], #searchform input[type=radio] {
    border-radius: 50%; }
  #searchengine input[type=radio]:checked:before, #searchform input[type=radio]:checked:before {
    transform: scale(1); }
  #searchengine input[type=radio]:before, #searchform input[type=radio]:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 3px;
    transform: scale(0);
    transition: all ease-out 400ms; }
  #searchengine input[type=checkbox].green, #searchengine input[type=radio].green, #searchform input[type=checkbox].green, #searchform input[type=radio].green {
    border: 1px solid #28a745;
    background: #FFF; }
  #searchengine input[type=checkbox].green:checked, #searchengine input[type=checkbox].green:indeterminate, #searchengine input[type=radio].green:checked:before, #searchform input[type=checkbox].green:checked, #searchform input[type=checkbox].green:indeterminate, #searchform input[type=radio].green:checked:before {
    border: 1px solid #28a745;
    background: #FFF; }
  #searchengine #jobsearchbtn, #searchform #jobsearchbtn {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 10px 20px;
    color: #fff;
    background: red;
    display: block;
    margin: 10px auto;
    width: 300px;
    border-radius: 5px; }

/*************************************************/
/*jobdata
/*************************************************/
ul.btn-box {
  width: 50%;
  margin: 40px 0;
  display: block;
  padding: 0;
  float: right;
  list-style: none; }
  @media only screen and (max-width: 480px) {
    ul.btn-box {
      width: 100%;
      margin: 10px auto; } }
  ul.btn-box i {
    font-size: 20px; }
  ul.btn-box::after {
    display: block;
    clear: both;
    content: " "; }
  ul.btn-box li {
    width: 100%;
    float: left;
    padding: 5px;
    margin: 0;
    text-align: center;
    box-sizing: border-box; }
    @media only screen and (max-width: 480px) {
      ul.btn-box li {
        width: 100%;
        float: none; } }
    ul.btn-box li a {
      border-radius: 50px;
      display: block;
      background: #28a745;
      padding: 8px 5px 5px 5px;
      height: 30px;
      color: #fff;
      font-size: 16px;
      text-decoration: none;
      font-weight: 900; }
      @media only screen and (max-width: 480px) {
        ul.btn-box li a {
          height: auto; } }
    ul.btn-box li.oubo_tel a {
      background: none;
      color: #28a745; }
    ul.btn-box li.oubo_tel .tel {
      font-size: 22px;
      height: 28px; }
    ul.btn-box li.oubo_tel .cation {
      font-weight: normal;
      font-size: 12px;
      color: #000; }
  ul.btn-box.btn-box-100 {
    width: 100%;
    float: none; }
    ul.btn-box.btn-box-100 li {
      float: right;
      width: 50%;
      box-sizing: border-box; }
      @media only screen and (max-width: 480px) {
        ul.btn-box.btn-box-100 li {
          width: 100%;
          float: none; } }

.img_box {
  overflow: hidden;
  margin: 0 -3px 20px -3px;
  padding: 0; }
  .img_box a {
    width: 24.1%;
    height: 120px;
    display: block;
    margin: 3px;
    float: left;
    box-sizing: border-box;
    border: solid 1px #ccc; }
    .img_box a img {
      width: 100%;
      margin: auto;
      display: block; }
    @media only screen and (max-width: 480px) {
      .img_box a {
        width: 23%;
        height: 80px; } }
  .img_box::after {
    content: "";
    display: block;
    clear: both; }

.dximg {
  margin-bottom: 15px; }

.jobdatatable.topnone tr:first-child th, .jobdatatable.topnone tr:first-child td {
  border-top: none; }
@media only screen and (max-width: 480px) {
  .jobdatatable {
    font-size: 12px; } }
.jobdatatable th {
  width: 120px; }
  @media only screen and (max-width: 480px) {
    .jobdatatable th {
      width: 85px; } }
  @media only screen and (max-width: 480px) {
    .jobdatatable th i {
      font-size: 12px;
      margin-right: 3px; } }

.koyo_icon {
  list-style: none;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 8px 0; }
  .koyo_icon::after {
    display: block;
    content: " ";
    clear: both; }
  .koyo_icon li {
    float: left;
    width: calc(100%/8);
    padding: 1px 3px;
    margin: 0 0 2px 2px;
    font-size: 13px;
    box-sizing: content-box;
    text-align: center;
    color: #28a745;
    border: solid 1px #28a745;
    background: #EDFFED;
    color: #28a745;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    @media only screen and (max-width: 480px) {
      .koyo_icon li {
        width: 30%;
        font-size: 11px; } }

.jobdate {
  background: #fff;
  overflow: hidden;
  margin-bottom: 20px !important;
  padding: 15px;
  border-radius: 5px;
  position: relative;
  border: solid 1px #28a745; }
  @media only screen and (max-width: 480px) {
    .jobdate {
      padding: 8px; } }
  .jobdate .new {
    display: inline-block;
    top: -1px;
    right: 8px;
    position: absolute;
    padding: 0px 8px;
    background: red;
    text-align: center;
    color: #fff;
    z-index: 111;
    font-size: 12px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
  .jobdate .newlabel {
    background: #28a745;
    content: "";
    margin: -15px -15px 15px -15px;
    min-height: 3px;
    padding: 1px;
    display: block;
    z-index: 222 !important; }
    @media only screen and (max-width: 480px) {
      .jobdate .newlabel {
        margin: -8px -8px 15px -8px; } }
  .jobdate .jobheader {
    overflow: hidden;
    padding: 8px;
    background: #FFF3DF;
    border-radius: 5px;
    color: #fff; }
    .jobdate .jobheader .catchcopy {
      margin: 0;
      padding: 0;
      color: #666;
      font-size: 14px;
      font-weight: bold; }
      @media only screen and (max-width: 480px) {
        .jobdate .jobheader .catchcopy {
          font-size: 12px; } }
      .jobdate .jobheader .catchcopy span {
        padding: 3px;
        background: #FBA600;
        color: #fff;
        font-weight: bold;
        border-radius: 3px;
        text-align: center;
        font-size: 13px;
        margin-right: 10px; }
        @media only screen and (max-width: 480px) {
          .jobdate .jobheader .catchcopy span {
            font-size: 10px; } }
      .jobdate .jobheader .catchcopy.datapage {
        padding: 30px 20px 10px 20px;
        border: solid 1px #666;
        position: relative; }
        .jobdate .jobheader .catchcopy.datapage span {
          position: absolute;
          top: -10px;
          left: 5px; }
  .jobdate h2.jobtitle {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    line-height: 2rem; }
    @media only screen and (max-width: 480px) {
      .jobdate h2.jobtitle {
        margin: 0 0 0 0; } }
    .jobdate h2.jobtitle a {
      font-size: 20px;
      font-weight: bold; }
      @media only screen and (max-width: 480px) {
        .jobdate h2.jobtitle a {
          font-size: 16px; } }
    .jobdate h2.jobtitle .koyoicon {
      padding: 3px;
      background: #28a745;
      color: #fff;
      font-weight: bold;
      border-radius: 3px;
      text-align: center;
      font-size: 13px;
      margin-left: 10px; }
      @media only screen and (max-width: 480px) {
        .jobdate h2.jobtitle .koyoicon {
          font-size: 10px; } }
  .jobdate ul.caption {
    overflow: hidden;
    padding: 8px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    list-style: none;
    margin: 0; }
    .jobdate ul.caption li.img {
      flex-basis: 170px;
      height: 120px;
      margin-left: 10px; }
      @media only screen and (max-width: 480px) {
        .jobdate ul.caption li.img {
          display: none; } }
    .jobdate ul.caption li.datail {
      flex-grow: 1; }
      @media only screen and (max-width: 480px) {
        .jobdate ul.caption li.datail {
          margin: 0;
          padding-top: 10px;
          display: block;
          content: " ";
          clear: both; } }
      .jobdate ul.caption li.datail span {
        float: right;
        font-size: 80%;
        border: solid 1px #ccc;
        background: #eee;
        text-align: center;
        color: #999;
        padding: 0 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px; }
  .jobdate .footer {
    padding: 10px;
    overflow: hidden;
    float: left; }
    @media only screen and (max-width: 480px) {
      .jobdate .footer {
        display: none; } }
    .jobdate .footer i {
      font-size: 1.5em; }
      @media only screen and (max-width: 480px) {
        .jobdate .footer i {
          font-size: 1.2em; } }
    @media only screen and (max-width: 480px) {
      .jobdate .footer .endtime {
        width: auto;
        float: none; } }
    .jobdate .footer .endtime h3 {
      margin: 0;
      padding: 0;
      color: #FF7C00; }
      @media only screen and (max-width: 480px) {
        .jobdate .footer .endtime h3 {
          font-size: 16px; } }
      .jobdate .footer .endtime h3 small {
        display: block;
        font-size: 0.8em;
        color: #999;
        font-weight: normal; }
    .jobdate .footer .endtime span {
      font-size: 1.5em;
      margin: 0 5px; }

.joblistwrap ul.btn-box {
  margin: 5px auto 0 auto; }
  @media only screen and (max-width: 480px) {
    .joblistwrap ul.btn-box {
      width: 100%;
      margin: 10px auto; } }

.jobdate_b {
  padding: 5px;
  border: none;
  border-bottom: solid 1px #ccc;
  position: relative; }
  .jobdate_b .caption {
    overflow: hidden;
    padding: 0;
    margin-right: 55px; }
    .jobdate_b .caption .img {
      width: 70px;
      height: 70px;
      display: block;
      border: solid 1px #ccc;
      float: left; }
    .jobdate_b .caption h2.jobtitle {
      margin: 0 0 5px 0;
      padding: 0;
      line-height: 12px; }
      .jobdate_b .caption h2.jobtitle a {
        font-size: 13px;
        font-weight: bold; }
    .jobdate_b .caption .timedata {
      font-size: 12px;
      color: #666; }
  .jobdate_b botton {
    position: absolute;
    right: 3px;
    top: 50%; }

#jobdata_ph_section {
  /* 数字は任意 */ }
  #jobdata_ph_section .swiper-container {
    padding-bottom: 38px; }
  @media only screen and (max-width: 480px) {
    #jobdata_ph_section {
      display: none; } }

#jobdata_area .footer {
  padding: 10px;
  overflow: hidden; }
  #jobdata_area .footer i {
    font-size: 1.5em; }
    @media only screen and (max-width: 480px) {
      #jobdata_area .footer i {
        font-size: 1.2em; } }
  #jobdata_area .footer .endtime {
    text-align: center;
    width: 100%; }
    @media only screen and (max-width: 480px) {
      #jobdata_area .footer .endtime {
        width: auto;
        float: none; } }
    #jobdata_area .footer .endtime h3 {
      margin: 0;
      padding: 0;
      color: #FF7C00; }
      @media only screen and (max-width: 480px) {
        #jobdata_area .footer .endtime h3 {
          font-size: 16px; } }
      #jobdata_area .footer .endtime h3 small {
        display: block;
        font-size: 0.8em;
        color: #999;
        font-weight: normal; }
    #jobdata_area .footer .endtime span {
      font-size: 1.5em;
      margin: 0 5px; }
#jobdata_area .catchcopy {
  font-size: 1.6rem;
  color: #f26600;
  padding: 10px;
  border: solid 2px #f26600;
  border-radius: 5px;
  margin-bottom: 3rem !important; }
  #jobdata_area .catchcopy h2 {
    font-size: 20px; }
  #jobdata_area .catchcopy h3 {
    padding: 0 0 8px 0;
    font-weight: bold;
    border-bottom: solid 1px #f26600;
    margin-bottom: 20px; }
#jobdata_area .jobtitle {
  font-size: 2.2rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 0 0 5px 0;
  line-height: 3rem;
  border-bottom: solid 3px #28a745; }
  @media only screen and (max-width: 480px) {
    #jobdata_area .jobtitle {
      margin: 10px 0 10px 0;
      font-size: 18px;
      line-height: 1.6em; } }
#jobdata_area .swiper-slide {
  padding: 5px; }
  #jobdata_area .swiper-slide .content_box {
    height: 200px;
    position: relative; }
    #jobdata_area .swiper-slide .content_box a {
      display: block;
      color: #000; }
      #jobdata_area .swiper-slide .content_box a:hover {
        text-decoration: none; }
    #jobdata_area .swiper-slide .content_box:hover {
      opacity: 0.9; }
    #jobdata_area .swiper-slide .content_box.content_bgimg1 {
      background: url("../img/content_bgimg1.jpg") center center no-repeat;
      background-size: cover; }
    #jobdata_area .swiper-slide .content_box.content_bgimg2 {
      background: url("../img/content_bgimg2.jpg") center center no-repeat;
      background-size: cover; }
    #jobdata_area .swiper-slide .content_box.content_bgimg3 {
      background: url("../img/content_bgimg3.jpg") center center no-repeat;
      background-size: cover; }
    #jobdata_area .swiper-slide .content_box.content_bgimg4 {
      background: url("../img/content_bgimg4.jpg") center center no-repeat;
      background-size: cover; }
    #jobdata_area .swiper-slide .content_box.content_bgimg5 {
      background: url("../img/content_bgimg5.jpg") center center no-repeat;
      background-size: cover; }

#recommend_job, #contents1 {
  padding-bottom: 38px; }

#bloglist,
#recommend_job,
#contents_area {
  /* 数字は任意 */ }
  #bloglist .swiper-slide,
  #recommend_job .swiper-slide,
  #contents_area .swiper-slide {
    padding: 5px; }
    #bloglist .swiper-slide a,
    #recommend_job .swiper-slide a,
    #contents_area .swiper-slide a {
      color: #000; }
      #bloglist .swiper-slide a:hover,
      #recommend_job .swiper-slide a:hover,
      #contents_area .swiper-slide a:hover {
        text-decoration: none; }
    #bloglist .swiper-slide .content_box,
    #recommend_job .swiper-slide .content_box,
    #contents_area .swiper-slide .content_box {
      height: 300px;
      border: solid 1px #eee;
      border-radius: 5px;
      position: relative; }
      @media only screen and (max-width: 480px) {
        #bloglist .swiper-slide .content_box,
        #recommend_job .swiper-slide .content_box,
        #contents_area .swiper-slide .content_box {
          height: 200px; } }
      #bloglist .swiper-slide .content_box .content_title,
      #recommend_job .swiper-slide .content_box .content_title,
      #contents_area .swiper-slide .content_box .content_title {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        height: 40px;
        color: #fff;
        font-weight: bold;
        line-height: 40px;
        text-align: center;
        background: rgba(0, 0, 0, 0.3); }
      #bloglist .swiper-slide .content_box .img,
      #recommend_job .swiper-slide .content_box .img,
      #contents_area .swiper-slide .content_box .img {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 200px; }
        @media only screen and (max-width: 480px) {
          #bloglist .swiper-slide .content_box .img,
          #recommend_job .swiper-slide .content_box .img,
          #contents_area .swiper-slide .content_box .img {
            height: 120px; } }
      #bloglist .swiper-slide .content_box .titlemidasi,
      #recommend_job .swiper-slide .content_box .titlemidasi,
      #contents_area .swiper-slide .content_box .titlemidasi {
        position: absolute;
        top: 200px;
        right: 0;
        left: 0;
        padding: 5px;
        font-weight: bold; }
        @media only screen and (max-width: 480px) {
          #bloglist .swiper-slide .content_box .titlemidasi,
          #recommend_job .swiper-slide .content_box .titlemidasi,
          #contents_area .swiper-slide .content_box .titlemidasi {
            top: 120px;
            font-size: 12px; } }
      #bloglist .swiper-slide .content_box .titlemidasi,
      #recommend_job .swiper-slide .content_box .titlemidasi,
      #contents_area .swiper-slide .content_box .titlemidasi {
        position: absolute;
        top: 200px;
        right: 0;
        left: 0;
        padding: 5px;
        font-weight: bold; }
        @media only screen and (max-width: 480px) {
          #bloglist .swiper-slide .content_box .titlemidasi,
          #recommend_job .swiper-slide .content_box .titlemidasi,
          #contents_area .swiper-slide .content_box .titlemidasi {
            top: 120px;
            font-size: 12px; } }
      #bloglist .swiper-slide .content_box .cat_dat,
      #recommend_job .swiper-slide .content_box .cat_dat,
      #contents_area .swiper-slide .content_box .cat_dat {
        position: absolute;
        bottom: 20px;
        right: 0;
        left: 0;
        height: 20px;
        text-align: left;
        padding: 0 8px;
        font-size: 12px;
        color: #999; }
        #bloglist .swiper-slide .content_box .cat_dat span,
        #recommend_job .swiper-slide .content_box .cat_dat span,
        #contents_area .swiper-slide .content_box .cat_dat span {
          float: right; }
        @media only screen and (max-width: 480px) {
          #bloglist .swiper-slide .content_box .cat_dat,
          #recommend_job .swiper-slide .content_box .cat_dat,
          #contents_area .swiper-slide .content_box .cat_dat {
            font-size: 9px; } }
        #bloglist .swiper-slide .content_box .cat_dat span,
        #recommend_job .swiper-slide .content_box .cat_dat span,
        #contents_area .swiper-slide .content_box .cat_dat span {
          display: block;
          color: #ccc;
          font-size: 14px; }
          @media only screen and (max-width: 480px) {
            #bloglist .swiper-slide .content_box .cat_dat span,
            #recommend_job .swiper-slide .content_box .cat_dat span,
            #contents_area .swiper-slide .content_box .cat_dat span {
              font-size: 12px; } }
      #bloglist .swiper-slide .content_box:hover,
      #recommend_job .swiper-slide .content_box:hover,
      #contents_area .swiper-slide .content_box:hover {
        opacity: 0.9; }
      #bloglist .swiper-slide .content_box.content_bgimg1,
      #recommend_job .swiper-slide .content_box.content_bgimg1,
      #contents_area .swiper-slide .content_box.content_bgimg1 {
        background: url("../img/content_bgimg1.jpg") center center no-repeat;
        background-size: cover; }
      #bloglist .swiper-slide .content_box.content_bgimg2,
      #recommend_job .swiper-slide .content_box.content_bgimg2,
      #contents_area .swiper-slide .content_box.content_bgimg2 {
        background: url("../img/content_bgimg2.jpg") center center no-repeat;
        background-size: cover; }
      #bloglist .swiper-slide .content_box.content_bgimg3,
      #recommend_job .swiper-slide .content_box.content_bgimg3,
      #contents_area .swiper-slide .content_box.content_bgimg3 {
        background: url("../img/content_bgimg3.jpg") center center no-repeat;
        background-size: cover; }
      #bloglist .swiper-slide .content_box.content_bgimg4,
      #recommend_job .swiper-slide .content_box.content_bgimg4,
      #contents_area .swiper-slide .content_box.content_bgimg4 {
        background: url("../img/content_bgimg4.jpg") center center no-repeat;
        background-size: cover; }
      #bloglist .swiper-slide .content_box.content_bgimg5,
      #recommend_job .swiper-slide .content_box.content_bgimg5,
      #contents_area .swiper-slide .content_box.content_bgimg5 {
        background: url("../img/content_bgimg5.jpg") center center no-repeat;
        background-size: cover; }

.swiper-button-next, .swiper-button-prev {
  width: 35px !important;
  height: 35px !important;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 100%;
  background-position: center center;
  background-size: 20px 20px !important; }

.swiper-button-prev:after, .swiper-button-next:after {
  font-size: 14px !important;
  font-weight: 900; }

/* CSS Document */
/*************************************************/
/*mypage
/*************************************************/
.mypagemenu .menubt {
  display: block;
  width: 31%;
  height: 65px;
  float: left;
  margin: 10px 1%;
  border: solid 1px #999;
  box-sizing: border-box;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .mypagemenu .menubt a {
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    padding: 10px;
    overflow: hidden;
    color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    .mypagemenu .menubt a:hover {
      color: #222; }
    .mypagemenu .menubt a i {
      font-size: 40px;
      float: left;
      margin-right: 10px; }
    .mypagemenu .menubt a .headline {
      font-size: 16px;
      font-weight: bold;
      margin: 0 0 0 50px; }
    .mypagemenu .menubt a .caption {
      margin: 0 0 0 50px;
      font-size: 1rem; }
  .mypagemenu .menubt:nth-child(3n) {
    margin-right: 0; }
  .mypagemenu .menubt:nth-child(3n+1) {
    margin-left: 0; }

/*************************************************/
/*member
/*************************************************/
.progress {
  display: block;
  border: solid 1px #A4873C;
  background: #FDF8DB;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .progress span {
    font-weight: bold;
    text-align: center;
    padding: 0px 5px;
    display: inline-block;
    float: right; }

.member_reg {
  width: 60%;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .member_reg h3 {
    margin: 0;
    padding: 0; }
  @media only screen and (max-width: 480px) {
    .member_reg {
      width: 100%;
      box-sizing: border-box;
      padding: 20px 5px; } }

.card-container.card {
  max-width: 350px;
  padding: 40px 40px; }

/*
 * Card component
 */
.card {
  background-color: #F7F7F7;
  /* just in case there no content*/
  padding: 20px 25px 30px;
  margin: 0 auto 25px;
  margin-top: 50px;
  /* shadows and rounded borders */
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); }
  @media only screen and (max-width: 480px) {
    .card {
      margin-top: 0px; } }

.profile-img-card {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

/*
 * Form styles
 */
.profile-name-card {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0;
  min-height: 1em; }

.reauth-email {
  display: block;
  color: #404040;
  line-height: 2;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.form-signin #inputEmail,
.form-signin #inputPassword {
  direction: ltr;
  height: 44px;
  font-size: 16px; }

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.form-signin .form-control:focus {
  border-color: #6891a2;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #6891a2;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #6891a2; }

.forgot-password {
  color: #6891a2; }

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus {
  color: #0c6121; }

/* CSS Document */
#news .dat {
  display: block;
  font-size: 14px;
  color: #999;
  padding-bottom: 10px; }
#news .newstitle {
  font-size: 18px;
  padding: 5px;
  border-bottom: solid 1px #28a745;
  text-align: left;
  font-weight: bold;
  color: #28a745;
  margin-bottom: 20px; }
#news ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none; }
  #news ul li {
    padding: 5px;
    border-bottom: solid 1px #ccc;
    font-weight: bold; }
    #news ul li a {
      color: inherit; }
    #news ul li span {
      display: inline-block;
      margin-right: 20px;
      font-size: 14px;
      margin-bottom: 5px;
      background: #f26600;
      text-align: center;
      color: #fff;
      padding: 0 5px;
      font-weight: normal; }

/* CSS Document */
#fair .dat span {
  font-size: 12px;
  float: right; }
#fair .fairtitle {
  font-size: 18px;
  padding: 5px;
  border-bottom: solid 1px #28a745;
  text-align: left;
  font-weight: bold;
  color: #28a745;
  margin-bottom: 20px; }
#fair .place {
  display: block;
  font-size: 14px;
  padding-bottom: 10px; }
#fair ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  #fair ul li {
    padding: 5px;
    border-bottom: solid 1px #ccc; }
    #fair ul li a {
      color: inherit; }
    #fair ul li span {
      font-weight: bold;
      margin-right: 20px;
      font-size: 14px; }

/* CSS Document */
#flow ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  #flow ul li {
    border: solid 1px #28a745;
    padding: 0;
    margin-bottom: 50px;
    padding: 15px 15px 15px 90px;
    position: relative; }
    #flow ul li h3 {
      font-weight: 900; }
    #flow ul li:after {
      width: 0;
      position: absolute;
      bottom: -30px;
      right: 0;
      left: 0;
      margin: 0 auto;
      content: "";
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 15px solid black; }
    #flow ul li:nth-child(3):after {
      border: none; }
    #flow ul li .numbering {
      background: #28a745;
      color: #fff;
      text-align: center;
      font-size: 30px;
      font-weight: 600;
      padding: 10px;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 60px; }
      #flow ul li .numbering small {
        display: block;
        font-size: 12px; }

/* CSS Document */
@media only screen and (max-width: 480px) {
  #dlabo {
    text-align: left; } }
#dlabo .contentimg {
  display: none;
  width: 100%; }
  @media only screen and (max-width: 480px) {
    #dlabo .contentimg {
      display: block; } }
#dlabo .item_box {
  margin: 20px auto; }
#dlabo .item-left {
  width: 50%;
  padding-right: 30px; }
  @media only screen and (max-width: 480px) {
    #dlabo .item-left {
      width: 100%;
      padding: 0; } }
#dlabo .item-right {
  margin-left: 50%;
  width: 50%;
  padding-left: 30px; }
  @media only screen and (max-width: 480px) {
    #dlabo .item-right {
      width: 100%;
      padding: 0;
      margin: 0; } }
#dlabo .container_wrap {
  min-height: 400px;
  margin: 20px auto; }
  @media (max-width: 1360px) {
    #dlabo .container_wrap {
      min-height: 350px; } }
  @media (max-width: 1160px) {
    #dlabo .container_wrap {
      min-height: 300px; } }
  @media (max-width: 980px) {
    #dlabo .container_wrap {
      min-height: 250px; } }
  @media only screen and (max-width: 480px) {
    #dlabo .container_wrap {
      min-height: auto; } }
  #dlabo .container_wrap div[class*="col-"] {
    min-height: 400px; }
    @media only screen and (max-width: 480px) {
      #dlabo .container_wrap div[class*="col-"] {
        min-height: 100px; } }
    #dlabo .container_wrap div[class*="col-"].bg-f {
      background: #fff; }
#dlabo h3 {
  font-weight: bold;
  text-align: center;
  line-height: 2.8rem; }
  #dlabo h3 small {
    color: #999; }
#dlabo .about-title {
  font-size: 27px;
  color: #000000;
  line-height: 1.7em;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: left; }
  #dlabo .about-title .number {
    font-size: 60px;
    font-weight: bold; }
    @media only screen and (max-width: 480px) {
      #dlabo .about-title .number {
        font-size: 40px; } }
  #dlabo .about-title .eng {
    color: #a0a0a0;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    top: -15px;
    left: 3px;
    letter-spacing: 1px; }
    #dlabo .about-title .eng::after {
      content: "";
      background: #dcdcdc;
      width: 35px;
      height: 3px;
      position: absolute;
      left: 0;
      bottom: -25px; }
#dlabo .bg-1 {
  background: url("../img/work_place01.png") no-repeat;
  background-size: contain;
  background-size: 50%; }
  @media only screen and (max-width: 480px) {
    #dlabo .bg-1 {
      background: none; } }
#dlabo .bg-2 {
  background: url("../img/work_place02.png") no-repeat;
  background-size: contain;
  background-size: 50%; }
  @media only screen and (max-width: 480px) {
    #dlabo .bg-2 {
      background: none; } }
#dlabo .bg-3 {
  background: url("../img/work_place03.png") no-repeat;
  background-size: contain;
  background-size: 50%; }
  @media only screen and (max-width: 480px) {
    #dlabo .bg-3 {
      background: none; } }
#dlabo .bg-4 {
  background: url("../img/work_place04.png") no-repeat;
  background-size: contain;
  background-size: 50%; }
  @media only screen and (max-width: 480px) {
    #dlabo .bg-4 {
      background: none; } }
#dlabo .bg-l {
  background-position: left top; }
  @media only screen and (max-width: 480px) {
    #dlabo .bg-l {
      background-position: bottom center; } }
#dlabo .bg-r {
  background-position: right top; }
  @media only screen and (max-width: 480px) {
    #dlabo .bg-r {
      background-position: bottom center; } }

/* CSS Document */
#strengths .strengths_content {
  padding: 0px;
  overflow: hidden;
  position: relative; }
  #strengths .strengths_content .img {
    width: 180px;
    height: 180px;
    float: left;
    border-radius: 100%; }
    @media only screen and (max-width: 480px) {
      #strengths .strengths_content .img {
        width: 100%;
        height: 180px;
        border-radius: 0;
        float: none; } }
  #strengths .strengths_content .bpx {
    margin-left: 190px; }
    @media only screen and (max-width: 480px) {
      #strengths .strengths_content .bpx {
        margin-left: 0;
        padding: 10px 0; } }
    #strengths .strengths_content .bpx h3 {
      color: #28a745;
      margin-bottom: 15px;
      text-align: left;
      border-bottom: solid 1px #28a745; }
#strengths section {
  margin-bottom: 20px; }
#strengths h1 {
  font-weight: bold;
  text-align: center;
  color: #28a745; }
#strengths h2 {
  font-weight: bold;
  text-align: center; }
#strengths h3 {
  font-weight: bold;
  text-align: center;
  line-height: 2.8rem; }
  #strengths h3 small {
    color: #999; }

.strength_icon_box {
  width: 65%;
  margin: auto; }
  @media only screen and (max-width: 480px) {
    .strength_icon_box {
      width: 100%; } }

/* CSS Document */
/*************************************************/
/*doc
/*************************************************/
#career .careerbox4 {
  list-style: none;
  font-size: 18px;
  font-weight: bold;
  padding: 20px; }
  @media only screen and (max-width: 480px) {
    #career .careerbox4 {
      padding: 0px 40px; } }
  #career .careerbox4 li::before {
    position: relative;
    top: -2px;
    left: -18px;
    display: inline-block;
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 100%;
    background: #28a745; }
#career .careerbox1, #career .careerbox2, #career .careerbox3 {
  padding: 30px 15px; }
#career .careerbox1 {
  overflow: inherit; }
  #career .careerbox1 .type4 {
    width: 210%; }
    @media only screen and (max-width: 480px) {
      #career .careerbox1 .type4 {
        width: 100%; } }
#career .careerbox2 .type4 {
  display: none; }
  @media only screen and (max-width: 480px) {
    #career .careerbox2 .type4 {
      display: block; } }
#career .box27 {
  position: relative;
  margin: 0;
  padding: 8px;
  border-radius: 0 5px 5px 5px; }
  #career .box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -33px;
    left: -3px;
    padding: 0px 9px;
    height: 33px;
    line-height: 30px;
    font-size: 22px;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    margin: 0; }
  #career .box27.type0 {
    border: solid 3px #666;
    min-height: 80px; }
    #career .box27.type0 .box-title {
      background: #666;
      color: #ffffff; }
  #career .box27.type1 {
    border: solid 3px #62c1ce;
    background: #E4FBFF;
    min-height: 200px; }
    #career .box27.type1 .box-title {
      background: #62c1ce;
      color: #ffffff; }
  #career .box27.type2 {
    border: solid 3px #E8A929;
    background: #FFF9ED;
    min-height: 200px; }
    #career .box27.type2 .box-title {
      background: #E8A929;
      color: #fff; }
  #career .box27.type3 {
    border: solid 3px #CE6283;
    background: #FFEEF3;
    min-height: 200px; }
    #career .box27.type3 .box-title {
      background: #CE6283;
      color: #fff; }
  #career .box27.type4 {
    border: solid 3px #28a745;
    background: #28a745;
    color: #ffffff;
    border-radius: 0 5px 5px 5px;
    box-sizing: border-box; }
    #career .box27.type4 .box-title {
      background: #28a745;
      color: #ffffff;
      text-align: center; }
  #career .box27 p {
    margin: 0;
    padding: 0; }
#career h3 {
  font-weight: bold;
  text-align: center;
  line-height: 2.8rem; }
  #career h3 small {
    color: #999; }

.arrow-bottom {
  padding: 20px 0 40px 0;
  text-align: center;
  display: block;
  content: " ";
  position: relative; }
  .arrow-bottom::after {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    content: " ";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #28a745; }

/* CSS Document */
.mytable {
  font-size: 14px;
  background: #fff;
  width: 100%;
  border: solid 1px #ccc; }
  .mytable th, .mytable td {
    border: solid 1px #ccc;
    padding: 10px; }
  .mytable th {
    background: #eee;
    font-weight: 500;
    text-align: left;
    min-width: 100px; }

/* CSS Document */
.swiper-wrapper {
  height: auto !important; }

.swiper-slide {
  box-sizing: border-box; }

/* CSS Document */
/*************************************************/
/*sp_menu
/*************************************************/
.spmenu_btn {
  display: none;
  position: absolute;
  top: 30px;
  right: 15px;
  width: 30px;
  height: 22px;
  background: #fff;
  border-top: 10px solid #333;
  border-bottom: 10px solid #333;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.spmenu_btn:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background: #fff;
  top: -9px;
  right: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.spmenu_btn:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background: #fff;
  bottom: -9px;
  right: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.spmenu_btn.active {
  background: #FFF; }

.spmenu_btn.active:before {
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 0;
  right: 0; }

.spmenu_btn.active:after {
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 0;
  right: 0; }
