@charset "UTF-8";
/**
 * recruit配下
 */
/* ==========================================================================
  共通
  ========================================================================== */
* {
  box-sizing: border-box;
}

body {
  min-width: 1044px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
}
body img {
  max-width: 100%;
}

#topicpath .navigation {
  box-sizing: border-box;
  width: 1004px;
  padding-left: 0;
  background: none;
}
#topicpath .navigation img {
  margin: 0 15px 0 3px;
}
#topicpath .navigation li:first-child {
  padding-left: 20px;
  background: url(/common/css/img/icon_home.gif) no-repeat left 4px;
}
#topicpath .navigation li {
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  #topicpath {
    padding-left: 10px;
  }
  #topicpath .navigation {
    width: 100%;
  }
  #topicpath .navigation img {
    vertical-align: middle;
  }
}

#topicpath.topicpath-bottom {
  margin-bottom: 0;
}
/*
==========================================================================
  カムバック採用
  ========================================================================= */
.page_comeback #contents {
  padding-bottom: 35px;
}

@media(max-width:767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media(min-width:768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}

.comeback {
  padding: 74px 0px 94px;
  text-align: center;
  background-color: #f2f7fa;
}
@media(max-width:767px) {
  .comeback {
    padding: 36px 10px 44px;
  }
}

.mv p {
  padding-bottom: 12px;
  color: #005ba0;
  font-size: 123.07692308%;
  letter-spacing: 0.24em;
}
@media(max-width:767px) {
  .mv p {
    padding-bottom: 8px;
    font-size: 85.71428571%;
  }
}

.mv h2 {
  margin-bottom: 56px;
  font-size: 276.92307692%;
  font-weight: 600;
  letter-spacing: 0.1em;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media(max-width:767px) {
  .mv h2 {
    margin-bottom: 26px;
    font-size: 142.85714286%;
  }
}

.comeback_Txt {
  margin: 51px auto 47px;
  line-height: 2.375;
  font-size: 123.07692308%;
}
@media(max-width:767px) {
  .comeback_Txt {
    margin: 23px auto 32px;
    line-height: 2;
    font-size: 107.14285714%;
    text-align: left;
  }
}

.comeback_Txt span {
  font-weight: 600;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.comeback_Txt small {
  font-size: 87.5%;
}
@media(max-width:767px) {
  .comeback_Txt small {
    display: block;
    margin-top: 3.73333333vw;
    line-height: 1.76923077;
    font-size: 92.85714286%;
  }
}

.blue_btn {
  display: flex;
  width: 800px;
  height: 80px;
  position: relative;
  margin: 0 auto;
  border-radius: 5px;
  color: #fff !important;
  font-size: 153.84615385%;
  font-weight: bold;
  text-decoration: none;
  background: #0173bd;
  cursor: pointer;
  transition: background-color 0.3s;

  align-items: center;
  justify-content: center;
}
@media(max-width:767px) {
  .blue_btn {
    max-width: 355px;
    max-height: 60px;
    font-size: 121.42857143%;
    text-decoration: none !important;
  }
}
@media(min-width:768px) {
  .blue_btn:hover {
    text-decoration: none;
    background-color: #2496d0;
  }
}



.blue_btn a {
  color: #fff;
  text-decoration: none;
}
.blue_btn::before {
  box-sizing: border-box;
  width: 0;
  height: 0;
  position: absolute;
  top: 0px;
  right: 25px;
  bottom: 0;
  margin: auto;
  border: 5px solid transparent;
  border-left: 7.5px solid #fff;
  content: "";
}

.entry_form {
  margin-top: 24px;
  line-height: 1.71428571;
  font-size: 107.69230769%;
}
@media(max-width:767px) {
  .entry_form {
    font-size: 92.85714286%;
    text-align: left;
  }
}

.entry {
  max-width: 1024px;
  margin: 80px auto 0px;
  padding: 0 20px 0;
}
@media(max-width:767px) {
  .entry {
    margin: 40px auto 0px;
  }
}
.entry li,.entry p {
  font-size: 123.07692308%;
}
@media(max-width:767px) {
  .entry li,.entry p {
    font-size: 107.14285714%;
  }
}
.entry li {
  padding-left: 2rem;
  text-indent: -2rem;
}
.entry h3 {
  margin-bottom: 23px;
  padding-bottom: 27px;
  border-bottom: solid 1px #ccc;
  font-size: 138.46153846%;
}
@media(max-width:767px) {
  .entry h3 {
    margin-bottom: 20px;
    padding-bottom: 37px;
    padding-bottom: 20px;
    font-size: 114.28571429%;
  }
}

.entry ul li:last-child {
  color: #f00;
  line-height: 1.875;
  font-size: 107.69230769%;
}
@media(max-width:767px) {
  .entry ul li:last-child {
    padding-left: 1rem;
    font-size: 92.85714286%;
    text-indent: -1rem;
  }
}
.entry_Txt {
  margin-top: 20px;
}

/*
==========================================================================
  カムバック採用 end
  ========================================================================= */

.local-nav__block {
  margin: 25px 0 0 0;
  padding: 80px 0;
  background: #d1e4f1;
}
@media screen and (max-width: 767px) {
  .local-nav__block {
    margin: 0px 0 3.2vw 0;
    padding: 40px 10px;
  }
}
.local-nav__block .local-nav-heading {
  margin-bottom: 20px;
  color: #0068b4;
  font-size: 138.46154%;
  font-weight: bold;
  text-align: center;
}
.local-nav__block .local-nav-info {
  display: block;
  width: 1024px;
  margin: auto;
}
.local-nav__block .local-nav-info:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: "";
}
@media screen and (max-width: 767px) {
  .local-nav__block .local-nav-info {
    width: 100%;
  }
}
.local-nav__block .local-nav-info li {
  width: 200px;
  float: left;
  margin: 0 6px 0 0;
}
.local-nav__block .local-nav-info li:nth-child(5n) {
  float: right;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .local-nav__block .local-nav-info li:nth-child(5n) {
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .local-nav__block .local-nav-info li {
    width: 100%;
    margin: 0 0 1px 0;
  }
  .local-nav__block .local-nav-info li img {
    width: 100%;
  }
  .local-nav__block .local-nav-info li:nth-child(2n) {
    float: right;
  }
}
.local-nav__block .local-nav-info li .local-nav__text {
  display: table;
  width: 100%;
}
.local-nav__block .local-nav-info li .local-nav__text span {
  display: table-cell;
  height: 54px;
  padding: 0 25px 0 10px;
  color: #0068b4;
  line-height: 1.5;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .local-nav__block .local-nav-info li .local-nav__photo {
    display: none;
  }
}
.local-nav__block .local-nav-info li a {
  display: inline-block;
  width: 100%;
}
.local-nav__block .local-nav-info li a.active span {
  display: table-cell;
  width: 100%;
  padding: 0 25px 0 10px;
  color: #fff;
  line-height: 1.5;
  vertical-align: middle;
  background: #0068b4;
}
.local-nav__block .local-nav-info li a:hover {
  opacity: 0.9;
  text-decoration: none;
}



.three-phase__inner {
  width: 1024px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .three-phase__inner {
    width: 100%;
  }
}

.three-phase__heading {
  position: relative;
  line-height: 1.5;
  font-size: 215.38462%;
  font-weight: bold;
  text-align: center;
  letter-spacing: -2px;
}
@media screen and (max-width: 767px) {
  .three-phase__heading {
    line-height: 1.6;
    font-size: 142.85714%;
    font-weight: bold;
  }
}

/* ==========================================================================
採用情報
   ========================================================================== */
#index-company-recruit {
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  #index-company-recruit {
    margin-top: -10px;
  }
}
#index-company-recruit .full-box {
  width: 1024px;
}
@media screen and (max-width: 767px) {
  #index-company-recruit .full-box {
    box-sizing: border-box;
    width: 100%;
    width: 100%;
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  #index-company-recruit .two-column-list li {
    float: none;
    margin: 0 0 10px;
  }
  #index-company-recruit .two-column-list li.right {
    float: none;
  }
}
#index-company-recruit .box-grey {
  display: block;
  display: block;
  box-sizing: border-box;
  width: 500px;
  padding: 25px;
  background: #f2f2f2;
}
#index-company-recruit .box-grey:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: "";
}
#index-company-recruit .box-grey:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #index-company-recruit .box-grey {
    width: 100%;
    padding: 25px 10px;
  }
}
#index-company-recruit .box-grey[target="_blank"] > h3 span {
  padding-right: 15px;
  background: url("./img/icon_blank.png") no-repeat right center;
  background-size: 9px auto;
}
#index-company-recruit .box-grey__heading {
  margin-bottom: 20px;
  padding-right: 20px;
  color: #0068b7;
  font-size: 128.57143%;
  background-image: url("img/arrow_right_blue.svg");
  background-repeat: no-repeat;
  background-position: right center;
}
@media screen and (max-width: 767px) {
  #index-company-recruit .box-grey__heading {
    padding-right: 15px;
    font-size: 107.14286%;
  }
}
#index-company-recruit .box-grey__text {
  color: #262626;
}
#index-company-recruit .box-grey__text img {
  float: right;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  #index-company-recruit .box-grey__text img {
    margin: 0 0 0 10px;
  }
}
