@charset "UTF-8";
@media screen and (max-width: 1024px) {
  .inner {
    padding: 15px 20px !important;
  }
}
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
.mb8 {
  margin-bottom: 8px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}

.backtotop {
  display: block;
  border: 3px solid #8f836b;
  padding: 10px;
  margin-bottom: 50px;
  text-align: center;
}
.backtotop:hover {
  opacity: 50%;
  text-decoration: none;
}
.backtotop p {
  position: relative;
  color: #8f836b;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.backtotop p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 9px;
  height: 9px;
  border-top: 3px solid #8f836b;
  border-right: 3px solid #8f836b;
}
@media screen and (max-width: 768px) {
  .backtotop {
    width: auto;
  }
}

/* 共通タイトル・パンくず調整 */
#breadcrumb2 {
  background: #f1ece6;
  width: 100%;
  margin: 0 0 40px 0;
  text-align: left;
}

#breadcrumb2 p {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 12px;
  text-align: left;
}

#breadcrumb2 p a {
  color: #d00c25;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #titleArea {
    height: 65px !important;
  }
  #titleArea .inner {
    height: 65px !important;
    width: auto !important;
    min-width: auto !important;
  }
  #titleArea .recruit_enter {
    background-image: none !important;
  }
  #titleArea .recruit_enter h2 {
    font-size: 25px;
    padding: 0 0 0 15px;
  }
  #titleArea h2 {
    width: auto !important;
  }
  #breadcrumb2 {
    width: auto;
  }
  #breadcrumb2 p {
    padding-left: 15px;
    width: auto;
  }
}

/* 新卒・中途分岐ページ */
.recruit_enterpage {
  max-width: 960px;
  margin: 0 auto;
}
.recruit_enterpage h3 {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 1.5em;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding-top: 20px;
}
.recruit_enterpage ul {
  margin-bottom: 150px;
  text-align: left;
}
.recruit_enterpage ul li {
  box-sizing: border-box;
  max-width: 655px;
  padding: 30px;
  margin: 0 auto 40px;
}
.recruit_enterpage ul li:first-child {
  border: 7px solid #8fabb6;
}
.recruit_enterpage ul li:nth-child(2) {
  border: 7px solid #b9b19f;
}
.recruit_enterpage ul li:nth-child(3) {
  border: 7px solid #c7a89e;
}
.recruit_enterpage ul li:last-child {
  border: 7px solid #9ec7a1;
}
.recruit_enterpage ul li a {
  display: block;
}
.recruit_enterpage ul li a:hover {
  text-decoration: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.recruit_enterpage ul li dt {
  padding: 0 0 0 30px;
  margin-bottom: 15px;
  position: relative;
  color: #333333;
  font-weight: bold;
  font-size: 1.2em;
}

.recruit_enterpage ul li dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 9px;
  height: 9px;
}

.recruit_enterpage ul li:first-child dt::before {
  border-top: 3px solid #8fabb6;
  border-right: 3px solid #8fabb6;
}

.recruit_enterpage ul li:nth-child(2) dt::before {
  border-top: 3px solid #b9b19f;
  border-right: 3px solid #b9b19f;
}

.recruit_enterpage ul li:nth-child(3) dt::before {
  border-top: 3px solid #c7a89e;
  border-right: 3px solid #c7a89e;
}

.recruit_enterpage ul li:last-child dt::before {
  border-top: 3px solid #6da87a;
  border-right: 3px solid #6da87a;
}

.recruit_enterpage ul li dd {
  color: #333333;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .recruit_enterpage {
    width: auto;
    margin: 0;
  }
  .recruit_enterpage ul li {
    width: 90%;
    padding: 15px;
  }
  .recruit_enterpage h3 {
    margin: 0 15px 1.5em;
    font-size: 1.4em;
    letter-spacing: 0.05em;
    padding-top: 0px;
  }
}

/* 中途採用ページ */
.recruit_career {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .recruit_career {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }
}
.recruit_career .carrer_left {
  margin-left: 20px;
}
.recruit_career .sponly {
  display: none;
}
.recruit_career .div1 {
  padding: 0 30px;
}
.recruit_career h3 {
  background-color: #8f836b;
  padding: 10px 30px;
  color: #ffffff;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 1.6em;
  letter-spacing: 0.1em;
}
.recruit_career h4 {
  font-size: 1.6em;
  padding-bottom: 8px;
  border-bottom: 1px solid #a50e0e;
  margin-bottom: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.recruit_career h5 {
  border-left: 6px solid #aca492;
  padding-left: 15px;
  font-size: 1.3em;
  margin-bottom: 1.4em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .recruit_career .carrer_left {
    margin-left: 0;
  }
  .recruit_career .sponly {
    display: block;
  }
  .recruit_career .div1 {
    padding: 0 8px;
  }
  .recruit_career h3 {
    padding: 10px 10px;
    font-size: 1.2em;
    letter-spacing: 0.05em;
  }
  .recruit_career h4 {
    font-size: 1.1em;
    padding: 10px 0;
    letter-spacing: 0.05em;
  }
  .recruit_career h5 {
    font-size: 1.1em;
  }
}
.recruit_career .link01 {
  display: block;
  padding: 0 0 0 30px;
  background: url(../img/common/arrow1.png) 0 0 no-repeat;
  font-size: 1.2em;
  text-decoration: underline;
}
.recruit_career .link01:hover {
  text-decoration: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.recruit_career section {
  margin-bottom: 60px;
}
.recruit_career .redfont {
  color: #a50e0e;
}
.recruit_career ol {
  margin-bottom: 15px;
}
.recruit_career ol li {
  margin-bottom: 10px;
}

.recruit_career .flow li {
  width: 464px;
  box-sizing: border-box;
  padding: 0 0 45px;
  font-size: 1.4em;
  font-weight: bold;
  background: url(../img/common/arrow2.png) center 100% no-repeat;
  margin-bottom: 15px;
}
.recruit_career .flow li:last-child {
  background: none;
  margin-bottom: 0;
  padding-bottom: 0px;
}
.recruit_career .flow li p {
  border: 1px solid #8f836b;
  padding: 13px 0;
  text-align: center;
  font-size: 17px;
}
.recruit_career .flow li span {
  font-weight: normal;
  font-size: 0.8em;
}
.recruit_career .txt1 {
  padding-left: 1.2em;
  margin-bottom: 15px;
  position: relative;
}

.recruit_career .txt1::before {
  content: "◆";
  color: #8f836b;
  font-size: 1em;
  position: absolute;
  left: 0;
  top: 0;
}
.recruit_career .add {
  border: 1px solid #8f836b;
  padding: 30px 0 30px 50px;
  box-sizing: border-box;
  width: 700px;
}
.recruit_career .add dt {
  font-size: 1.15em;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .recruit_career .link01 {
    font-size: 1em;
  }
  .recruit_career .flow li {
    width: auto;
    font-size: 1em;
  }
  .recruit_career .add {
    width: auto;
    padding: 20px;
  }
  .recruit_career .add dt {
    font-size: 1em;
  }
}

.entry_button {
  display: block;
  background-color: #0095dd;
  /*background-color: #aaaaaa;*/
  padding: 20px;
  margin: 5% 0;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}

.entry_button:hover {
  text-decoration: none;
  opacity: 0.8;
}

.ca_entry {
  position: relative;
  padding-right: 30px;
  color: #ffffff;
  text-decoration: none;
}

.ca_entry::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 3px #ffffff;
  border-right: solid 3px #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 40%;
  right: 1em;
  margin-top: -4px;
}
