@charset "utf-8";
/* CSS Document */
/*ul.navbar-nav li.list02 {
  border-bottom: 1px solid #009d80 !important;
}*/
.mv_slider {
  margin-bottom: 30px;
}
p.ml20 {
  margin-left: 20px;
}
/* */
.list_table, .list_table > dt, .list_table > dd {
  box-sizing: border-box;
  color: #646464;
}
.list_table > dt, .list_table > dd {
  padding: 1em;
  margin: 0px;
}
.list_table > dt {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  dl.list_table {
    border-top: 1px solid #ddd;
  }
  .list_table > dd {
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
  }
  .list_table > dt {
    background-color: #f5f5f5;
  }
  .list_table > dd > ul {
    text-align: left;
  }
}
@media print, (min-width: 768px) {
  .list_table {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
  }
  .list_table > dt, .list_table > dd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 1px solid #ddd;
  }
  .list_table > dt {
    width: 30%;
  }
  .list_table > dd {
    width: 70%;
  }
}
@media print, (min-width: 992px) {
  .list_table > dt {
    width: 25%;
  }
  .list_table > dd {
    width: 75%;
  }
}
@media print, (min-width: 1200px) {
  .list_table > dt {
    width: 20%;
  }
  .list_table > dd {
    width: 80%;
  }
}
/*　*/
.titleLine2 {
  text-align: center;
  border-top: 1px solid #727171;
  /*border-top: 1px solid #c8c8c8;*/
  border-bottom: 1px solid #727171;
  /*border-bottom: 1px solid #c8c8c8;*/
  padding: 20px 10px;
  margin-bottom: 30px;
}
.titleLine2 h1 {
  font-size: 2rem;
  margin-bottom: 0;
  font-weight: normal;
}
.recruitment_bk {
  background-image: url("images/top_texture_01.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.lineBox {
  border: 1px solid #009d80;
  padding: 20px 15px 10px;
  text-align: center;
  color: #000;
}
.lineBox h3 {
  text-align: center;
}
.recruitment_bk .lineBox h3 {
  font-size: 2rem;
  line-height: 1;
}
.recruitment_bk .lineBox h3 .small {
  font-size: 66%;
}
.recruitment_bk .lineBox p {
  margin-bottom: 0;
}
.recruitment_bk .lineBox_inn {
  margin-bottom: 10px;
}
.banner {
  text-align: center;
  margin: 0 auto 30px;
}
/* -------------------------------------------------------------------- */
.cat {
  display: inline-block;
  width: 100%;
  min-height: 30px;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  background-color: #00b2b2;
  margin-bottom: 10px !important;
  border-radius: 20px;
}
/* -------------------------------------------------------------------- */
.flow {
  margin: 0px auto 40px;
  padding-top: 40px;
}
.flow .box {
  margin: 0 auto 28px;
  width: 90%;
  height: 50px;
  border: 1px solid #969696;
  background-color: #f5f5f5;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  font-size: 4.7vw;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow .box.column {
  flex-flow: column;
  line-height: 1.2;
  min-height: 60px;
}
.flow .box.column .small {
  font-size: 66%;
}
.flow .box:after {
  border-top: 14px solid #c0bfbf;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.flow .box:last-child {
  color: #e7001a;
  border: 1px solid #e73800;
  background-color: #ffe0b9;
}
.flow .box:last-child:after {
  border: none;
}
/* -------------------------------------------------------------------- */
.accordionBox {
  margin-bottom: 20px;
}
.accordionBox .accordionBox a {
  padding: 0;
}
.big {
  font-size: 200%;
}
.accordionBox .lineBox {
  border: 3px solid #17288b;
  background-color: #fff;
  color: #17288b;
  font-weight: bold !important;
  margin: 0px 0px 20px;
}
.accordionBox .lineBox p {
  margin-bottom: 10px;
}
.accordionBox h2 {
  position: relative;
  padding-top: 0.5em;
  padding-right: 60px;
  padding-left: 60px;
  padding-bottom: 0.5em;
  margin-bottom: 0;
  color: #d11918;
  font-weight: bold;
  border: 2px solid #d11918;
  font-size: 4.7vw;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.accordionBox a[aria-expanded=true] h2 {
  background-color: #d11918;
  color: #fff;
}
.accordionBox a[aria-expanded=true]::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition-duration: 0.3s;
  content: url("../function/images/arrow_minus.svg");
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.accordionBox a[data-toggle="collapse"] {
  display: block;
  text-decoration: none;
  position: relative;
}
.accordionBox a[data-toggle="collapse"]::after {
  border: none;
}
/*.accordionBox */.accordionBox a[aria-expanded=false]::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transition-duration: 0.3s;
}
/*.accordionBox */.accordionBox a[aria-expanded=false]::after {
  content: url("../function/images/arrow_plus.svg");
  /* content: ""; */
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.accordion_inn {
  border: 2px solid #d11918;
  border-top: none;
}
@media (min-width: 480px) {
  .flow .box.column {
    min-height: 80px;
  }
}
@media (min-width: 576px) {
  .recruitment_bk .lineBox_inn {
    min-height: 70px;
    margin-bottom: 0px;
  }
  .accordionBox a[aria-expanded=true]::after {
    width: 35px;
    height: 35px;
  }
  /*.accordionBox */.accordionBox a[aria-expanded=false]::after {
    width: 35px;
    height: 35px;
  }
  .flow .box {
    margin: 0 auto 28px;
    width: 90%;
    height: 80px;
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) {
  /* ##################################################################### */
  /*	スマートフォン横
/* ##################################################################### */
  /* ##################################################################### */
  /*	タブレット
/* ##################################################################### */
  .lineBox {
    height: 100%;
  }
  .lineBox h3 {
    min-height: 70px;
  }
  .accordionBox h2 {
    font-size: 2rem;
  }
  .lineBox {
    padding: 30px 30px 20px;
  }
  .cat {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  /* ##################################################################### */
  /*	タブレット
/* ##################################################################### */
  /* ===================================================================== */
  /*	
/* ===================================================================== */
}
@media (min-width: 1200px) {
  /* ##################################################################### */
  /*	PC　コンピュータ
/* ##################################################################### */
  /* ===================================================================== */
  /*	
/* ===================================================================== */
}