.recruit-list_wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 428px) {
  .recruit-list_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.recruit-view {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 428px) {
  .recruit-view {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.recruit-view--inner {
  width: 1046px;
  padding: 80px;
  box-sizing: border-box;
  background-color: #fff;
  opacity: 0;
  transform: translateY(40px);
  transition: 0.3s;
}
@media (max-width: 428px) {
  .recruit-view--inner {
    width: calc(100% - 40px);
    padding: 25px 20px;
  }
}
.recruit-view--inner.is_show {
  opacity: 1;
  transform: none;
}
.recruit-view--thumbnail {
  margin-top: 80px;
  display: block;
  width: 100%;
}
@media (max-width: 428px) {
  .recruit-view--thumbnail {
    margin-top: 22px;
  }
}
.recruit-view--contact {
  background-color: #002174;
  width: 306px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  letter-spacing: 0.08em;
  margin: 80px auto 0;
}
@media (max-width: 428px) {
  .recruit-view--contact {
    width: 276px;
    margin-top: 60px;
    margin-bottom: 20px;
  }
}
.recruit-view--contact:before {
  content: "";
  display: inline-block;
  background-image: url(../../img/icon/icon-mail.svg);
  background-size: contain;
  background-position: 50% 50%;
  width: 22px;
  height: 16px;
  margin-right: 8px;
  margin-top: 3px;
}
.recruit-view--contact:hover {
  background-color: #1F3C85;
}
@media (max-width: 428px) {
  .recruit-view--contact:hover {
    background-color: #002174;
  }
}
.recruit-view--tel_desc {
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
  margin-top: 40px;
}
.recruit-view--tel_wrap {
  margin: auto;
  text-align: center;
}
@media (max-width: 428px) {
  .recruit-view--tel_wrap {
    margin-top: 4px;
  }
}
.recruit-view--tel {
  color: #002174;
  font-size: 40px;
  font-family: "Roboto", serif;
  letter-spacing: 0.08em;
  font-style: italic;
  letter-spacing: 0.04em;
  line-height: 1.33;
}
@media (max-width: 428px) {
  .recruit-view--tel {
    font-size: 36px;
  }
}
.recruit-view--tel:before {
  content: "";
  display: inline-block;
  background-image: url(../../img/icon/icon-tel.svg);
  background-size: contain;
  background-position: 50% 50%;
  width: 19px;
  height: 32px;
  margin-right: 8px;
}
@media (max-width: 428px) {
  .recruit-view--tel:before {
    width: 18px;
    height: 30px;
  }
}

.recruit-view_ttl {
  height: 64px;
  display: flex;
  justify-content: space-between;
  background-color: #1F3C85;
}
@media (max-width: 428px) {
  .recruit-view_ttl {
    height: auto;
    display: block;
    background-color: transparent;
    text-align: right;
  }
}
.recruit-view_ttl--main {
  padding-left: 27px;
  padding-right: 24px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 428px) {
  .recruit-view_ttl--main {
    width: 291px;
    height: 64px;
    font-size: 20px;
    background-color: #1F3C85;
    margin-left: -20px;
    z-index: 100;
    position: relative;
  }
}
@media (max-width: 428px) {
  .recruit-view_ttl--main:before {
    content: "";
    display: block;
    background-color: #1F3C85;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    width: 24px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -23.5px;
  }
}
.recruit-view_ttl--sub {
  padding-left: 30px;
  padding-right: 32px;
  font-size: 16px;
  font-weight: bold;
  background-color: #EBEDF4;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -1px;
  box-sizing: border-box;
  position: relative;
  min-width: 215px;
}
@media (max-width: 428px) {
  .recruit-view_ttl--sub {
    height: auto;
    display: inline-block;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-right: -20px;
    margin-left: auto;
    margin-top: -10px;
    max-width: 291px;
    min-width: 0;
  }
}
.recruit-view_ttl--sub:before {
  content: "";
  display: block;
  background-color: #EBEDF4;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 24px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -23.5px;
}

.recruit-view_list {
  margin-top: 80px;
}
@media (max-width: 428px) {
  .recruit-view_list {
    margin-top: 30px;
  }
}
.recruit-view_list--term {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #002174;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
}
.recruit-view_list--desc {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 15px;
  line-height: 1.87;
}
.recruit-view_list--desc:last-of-type {
  padding-bottom: 0;
}

/*# sourceMappingURL=recruit.css.map */
