@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

div, p, dl, dt, dd {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

body {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 640px) {
  .pc-mode {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-mode {
    display: none !important;
  }
}

/************************************************************************************************************************************************/
/****************20210903櫻井修正分からsass******************************/
.foot_logo {
  max-width: 230px;
}

.goog-te-menu-value img {
  width: 1px;
}

.top__btn {
  border: 1px solid #fff;
  position: relative;
  max-width: 200px;
  padding: 11px;
  text-align: center;
  margin: auto;
}
.top__btn a {
  color: #fff;
}
.top__btn::before {
  display: block;
  position: absolute;
  width: 20px;
  height: 30px;
  font-size: 12px;
  content: ">";
  left: 15px;
  top: 14px;
  color: #fff;
}
.top__btn:hover {
  background-color: #FFF;
  border: 1px solid #001F35;
}
.top__btn:hover a {
  color: #002744;
}
.top__btn:hover ::before {
  display: block;
  position: absolute;
  width: 20px;
  height: 30px;
  font-size: 12px;
  content: ">";
  left: 15px;
  top: 14px;
  color: #002744;
}
.top__news {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/*  --------------- メリットのページ  ---------------- */
@media screen and (min-width: 641px) {
  .merit__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 641px) {
  .merit__flex img {
    width: 30%;
  }
}
@media screen and (max-width: 641px) {
  .merit__flex img {
    width: 90%;
    margin: auto;
    display: block;
  }
}

/*  --------------- 企業の皆さまページ  ---------------- */
.client__flex {
  padding: 0 20px;
}
@media screen and (min-width: 641px) {
  .client__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px 0 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.client__flex-left {
  margin-bottom: 20px;
  padding: 0 0 0 30px;
}
@media screen and (min-width: 641px) {
  .client__flex-left {
    width: 70%;
    margin-bottom: 0;
    padding: 0;
  }
}
.client__flex-right {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 641px) {
  .client__flex-right {
    width: 30%;
  }
}
.client__flex img {
  max-width: 300px;
}
.client__flex li {
  list-style: disc;
  margin-bottom: 15px;
}
.client__last {
  position: relative;
  display: inline-block;
  height: 50px;
  margin-left: 40px;
  padding: 0.8rem 2rem 1rem 3rem;
  color: #fff;
  background: #066c93;
  font-size: 20px;
  font-weight: bold;
  width: 95%;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 641px) {
  .client__last {
    height: 60px;
    font-size: 16px;
    margin-bottom: 30px;
    padding: 0.5rem 1rem 1rem 1rem;
    width: 85%;
  }
}
.client__last:before {
  position: absolute;
  top: 0;
  left: -30px;
  content: "";
  border-width: 25px 30px 25px 0;
  border-style: solid;
  border-color: transparent #066c93 transparent transparent;
}
@media screen and (max-width: 641px) {
  .client__last:before {
    border-width: 30px 30px 30px 0;
  }
}
.client__last:after {
  position: absolute;
  top: calc(50% - 7px);
  left: -10px;
  width: 14px;
  height: 14px;
  content: "";
  border-radius: 50%;
  background: #fff;
}

/*  --------------- 始まるまでの流れ  ---------------- */
.flow__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 641px) {
  .flow__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.flow__flex a {
  color: #333;
}
.flow__flex-inner {
  width: 19%;
  text-align: center;
  font-weight: bold;
  margin: 20px 5px 0;
}
@media screen and (max-width: 641px) {
  .flow__flex-inner {
    width: 49%;
    padding: 5px;
    margin: 0;
  }
}
.flow__txt {
  margin-bottom: 40px;
}
@media screen and (max-width: 641px) {
  .flow__txt {
    margin-bottom: 20px;
  }
}

/*  --------------- 求人内容一覧  ---------------- */
.job__box {
  border: #ccc 1px solid;
  border-radius: 10px;
  padding: 30px;
  -webkit-box-shadow: 0 0 8px #ccc;
          box-shadow: 0 0 8px #ccc;
  margin-bottom: 40px;
  background: #fff;
}
@media screen and (max-width: 769px) {
  .job__box {
    padding: 20px;
    margin: 0 10px 30px;
  }
}
.job__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .job__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .job__company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 769px) {
  .job__company {
    margin-bottom: 20px;
  }
}
.job__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.job__point div {
  background: #B00002;
  padding: 5px 10px;
  margin: 0 10px 10px 0;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}
.job__red {
  color: #B30104;
  font-weight: bold;
  font-size: 20px;
  margin-left: 20px;
}
span.news__red {
  color: #B30104;
}
@media screen and (max-width: 641px) {
  .job__red {
    margin-left: 0;
    font-size: 16px;
  }
}
@media screen and (min-width: 641px) {
  .job__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 641px) {
  .job__flex-left {
    margin-bottom: 20px;
  }
}
.job__flex-center {
  max-width: 175px;
}
@media screen and (max-width: 641px) {
  .job__flex-center {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    max-width: 180px;
  }
}
.job__flex-right a {
  text-align: center;
}
.job__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.job__list dt {
  font-weight: bold;
  width: 100px;
}
.job__button {
  font-weight: bold;
  font-size: 18px;
  background: #fff;
  border: #066C93 1px solid;
  border-radius: 10px;
  padding: 10px 20px;
}
.job__button:hover {
  background: #066C93;
  border: #fff 1px solid;
  color: #fff;
}
@media screen and (min-width: 641px) {
  .job__about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.job__new {
  text-align: center;
  background: #b30104;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  margin-bottom: 10px;
  padding-top: 5px;
  width: 7%;
}
@media screen and (max-width: 641px) {
  .job__new {
    margin-bottom: 12px;
    width: 20%;
  }
}

@media screen and (min-width: 641px) {
  .haken__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.haken__flex img {
  padding: 20px;
}
@media screen and (max-width: 641px) {
  .haken__flex img {
    padding-top: 0;
  }
}
.haken__title {
  background: #066c93;
  color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 24px;
  font-weight: bold;
}