textarea {
  resize: vertical; }

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer; }

select::-ms-expand {
  display: none; }

dl, ol, ul {
  margin-bottom: 0px;
  margin-bottom: 0rem; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  line-height: 1.3em;
  font-family: "Noto Sans JP";
  font-weight: normal; }

.fv {
  width: 100%;
  height: 160px;
  height: 200px;
  background: url(../img/recruit/hero_bg.jpg) center center no-repeat;
  background-size: cover; }
  .fv .main-visual {
    position: relative; }
    .fv .main-visual h1.h1_ttl {
      text-align: center;
      color: #fff;
      line-height: 200px;
      filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="3" /><feOffset dx="4" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.3)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
      -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .3));
              filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .3)); }
  @media (max-width: 768px) {
    .fv {
      height: 100px; }
      .fv .main-visual h1.h1_ttl {
        line-height: 100px; } }

.recruit_wrap .h2_sub {
  text-align: center; }

.recruit_wrap .recruit_box {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .recruit_wrap .recruit_box .recruit_img {
    width: 60%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: auto;
    margin: 1%; }
    .recruit_wrap .recruit_box .recruit_img img {
      width: 100%; }
  .recruit_wrap .recruit_box .recruit_text {
    width: 60%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .recruit_wrap .recruit_box .recruit_text h3 {
      position: relative;
      padding-left: 1.5em;
      color: #23518f;
      font-weight: bold;
      margin-bottom: 10px; }
      .recruit_wrap .recruit_box .recruit_text h3 span {
        display: inline-block; }
        .recruit_wrap .recruit_box .recruit_text h3 span.point {
          position: absolute;
          left: 0; }
    .recruit_wrap .recruit_box .recruit_text p {
      margin-left: .5em; }
  .recruit_wrap .recruit_box.cont_right .recruit_text {
    padding: 20px 20px 20px 20px; }
  .recruit_wrap .recruit_box.cont_left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .recruit_wrap .recruit_box.cont_left .recruit_text {
      padding: 20px 20px 20px 20px; }

@media (max-width: 768px) {
  .recruit_wrap .recruit_box {
    margin-top: 8%; }
    .recruit_wrap .recruit_box .recruit_img {
      width: 100%; }
    .recruit_wrap .recruit_box .recruit_text {
      width: 100%; }
      .recruit_wrap .recruit_box .recruit_text h3 {
        margin-bottom: 2%; }
    .recruit_wrap .recruit_box.cont_right .recruit_text {
      padding: 2% 5% 5%; }
    .recruit_wrap .recruit_box.cont_left {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .recruit_wrap .recruit_box.cont_left .recruit_text {
        padding: 2% 5% 5%; } }

.recruit_wrap .h2_sub {
  background: #efefef;
  text-align: center;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 24px; }

.recruit_wrap .entry_wrap {
  display: block;
  width: 100%;
  margin: 40px auto 0; }
  .recruit_wrap .entry_wrap .btn {
    background: #152e67;
    margin-bottom: 24px;
    max-width: 480px; }
    @media (max-width: 768px) {
      .recruit_wrap .entry_wrap .btn {
        width: 100%; } }
  .recruit_wrap .entry_wrap .tel_btn {
    background: url("../img/common/icon_tel.png") no-repeat 25% center #152e67;
    background-size: 30px 30px; }
    @media (max-width: 768px) {
      .recruit_wrap .entry_wrap .tel_btn {
        background: url("../img/common/icon_tel.png") no-repeat 10% center #152e67;
        background-size: 20px 20px; } }
  .recruit_wrap .entry_wrap .mail_btn {
    background: url("../img/common/icon_mail.png") no-repeat 25% center #152e67;
    background-size: 30px 30px; }
    @media (max-width: 768px) {
      .recruit_wrap .entry_wrap .mail_btn {
        background: url("../img/common/icon_mail.png") no-repeat 10% center #152e67;
        background-size: 20px 20px; } }

.recruit-box p {
  text-align: center;
  margin-bottom: 40px; }

.recruit-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .recruit-box dl dt {
    width: 20%;
    border-bottom: 1px dotted #ccc;
    padding: 10px 20px 10px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .recruit-box dl dd {
    width: 80%;
    border-left: 4px solid #23518f;
    border-bottom: 1px dotted #ccc;
    padding: 10px 20px 10px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

@media (max-width: 768px) {
  .recruit-box p {
    font-size: 14px;
    margin-bottom: 6%;
    line-height: 1.2em; }
  .recruit-box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .recruit-box dl dt {
      width: 100%;
      border-bottom: 1px dotted #ccc;
      padding: 2% 4%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-left: 4px solid #23518f; }
    .recruit-box dl dd {
      width: 100%;
      border-left: 4px solid #23518f;
      border-bottom: 1px dotted #ccc;
      padding: 2% 4%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-bottom: 4%;
      font-size: 14px; } }

.recruit_list li {
  border: 1px solid #ccc;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px; }
  .recruit_list li .img {
    width: 40%; }
    @media (max-width: 768px) {
      .recruit_list li .img {
        width: 100%; } }
  .recruit_list li .text {
    width: 58%; }
    @media (max-width: 768px) {
      .recruit_list li .text {
        width: 100%; } }
    .recruit_list li .text h2 {
      font-size: 21px;
      margin-bottom: 8px; }
    .recruit_list li .text dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .recruit_list li .text dl dt {
        width: 20%;
        background: #efefef;
        border-bottom: 1px solid #ccc;
        padding: 8px 8px;
        font-size: 14px; }
        @media (max-width: 768px) {
          .recruit_list li .text dl dt {
            width: 30%; } }
      .recruit_list li .text dl dd {
        width: 80%;
        border-bottom: 1px solid #ccc;
        padding: 8px 8px;
        font-size: 14px; }
        @media (max-width: 768px) {
          .recruit_list li .text dl dd {
            width: 70%; } }
    .recruit_list li .text .btn {
      margin-top: 16px; }
