@media screen and (min-width: 960px) {
  header .career-btm-wrap {
    margin-right: 16px;
  }
}
@media screen and (max-width: 959px) {
  header .application-wrap {
    display: none;
  }
  header .fresh-btm {
    display: none;
  }
  header .application-wrap a:first-of-type {
    margin-right: auto;
  }
}

main a:not(.career-btm) {
  color: #333;
  transition: opacity 0.2s ease;
}
main a:not(.career-btm):hover {
  opacity: 0.6;
}
main section .contents-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 959px) {
  main section .contents-wrap {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
main .section__title {
  margin-bottom: 2.5rem;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  main .section__title {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }
}
main .section__text {
  line-height: 2;
}
@media screen and (max-width: 959px) {
  main .section__text {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
main #title-section h1 {
  background-image: url("/images/re-entry/title-pc.jpg");
}
main #title-section h1 span {
  font-size: 68px;
}
main #title-section h1 em {
  padding-bottom: 0.5em;
  font-size: 24px;
}
@media screen and (max-width: 959px) {
  main #title-section h1 {
    background-image: url("/images/re-entry/title-sp.jpg");
    background-position: top;
  }
  main #title-section h1 span {
    font-size: 2.5rem;
  }
  main #title-section h1 em {
    font-size: 1rem;
  }
}
main .entry .contents-wrap {
  padding-top: 35px;
}
main .entry__title {
  margin-bottom: 32px;
}
@media screen and (max-width: 959px) {
  main .entry__title {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 959px) {
  main .entry .career-btm {
    height: 60px;
    margin-top: 2rem;
    font-size: 1.125rem;
  }
}
main .requirements__list-item {
  padding: 2.5rem 0;
  line-height: 1.7;
  border-bottom: 1px solid #ccc;
}
main .requirements__list-item:first-child {
  padding-top: 0;
}
main .requirements__list-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 959px) {
  main .requirements__list-item {
    padding: 1.5rem 0;
  }
}
main .requirements__list-item-list > li {
  display: flex;
}
main .requirements__list-item-list > li::before {
  display: block;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin: 0.5em 0.75rem 0.5em 0;
  content: "";
  background-color: #ccc;
  border-radius: 50%;
}
@media screen and (max-width: 959px) {
  main .requirements__list-item-list > li {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 959px) {
  main .requirements__list-item p {
    font-size: 0.875rem;
  }
}
main .requirements__list-item p + p {
  margin-top: 1rem;
}
main .requirements__list-item p + p.requirements__list-note {
  margin-top: 1rem;
}
main .requirements__list-item p.requirements__list-note + p.requirements__list-note {
  margin-top: 0;
}
main .requirements__list-title {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  main .requirements__list-title {
    margin-bottom: 1rem;
    font-size: 1rem;
  }
}
main .requirements__list-note {
  margin-top: 1rem;
  font-size: 0.75rem !important;
  color: #697180;
}
main .requirements__list a {
  text-decoration: underline;
}
main .requirements__list a:hover {
  text-decoration: none;
  opacity: 1;
}
main .flow .contents-wrap {
  padding-bottom: 80px;
}
@media screen and (max-width: 959px) {
  main .flow .contents-wrap {
    padding-bottom: 70px;
  }
}
main .flow__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  main .flow__list {
    display: block;
  }
}
main .flow__list li {
  position: relative;
  width: calc((100% - 6rem) / 4);
  padding: 20px 20px 24px;
  margin-right: 2rem;
  margin-bottom: 2.5rem;
  background-color: #f2f2f2;
}
@media screen and (width <= 1160px) {
  main .flow__list li {
    width: calc((100% - 4rem) / 2);
  }
}
@media screen and (max-width: 959px) {
  main .flow__list li {
    width: 100%;
    min-height: auto;
    padding-bottom: 1.5rem;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  main .flow__list li:last-child {
    margin-bottom: 0;
  }
}
main .flow__list li:last-child {
  margin-right: 0;
}
main .flow__list li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -20px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #f2f2f2;
  transform: translateY(-50%);
}
@media screen and (max-width: 959px) {
  main .flow__list li:not(:last-child)::after {
    inset: auto auto -16px 50%;
    border-top: 16px solid #f2f2f2;
    border-right: 16px solid transparent;
    border-bottom: none;
    border-left: 16px solid transparent;
    transform: translateX(-50%);
  }
}
main .flow__list li .career-btm {
  max-width: 280px;
  height: 50px;
  margin: 16px auto 0;
  font-size: 18px;
}
main .flow__list li .career-btm::after {
  right: 16px;
  width: 8px;
}
@media screen and (max-width: 959px) {
  main .flow__list li .career-btm {
    transform: scale(1);
  }
}
main .flow__list-title {
  margin-bottom: 1rem;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  main .flow__list-title {
    font-size: 1.125rem;
  }
}
main .flow__list-title span {
  margin-right: 0.75rem;
  font-size: 1rem;
  font-weight: normal;
}
main .flow__list-title span strong {
  font-size: 1.75rem;
  font-weight: normal;
}
@media screen and (max-width: 959px) {
  main .flow__list-title span {
    font-size: 0.875rem;
  }
  main .flow__list-title span strong {
    font-size: 1.5rem;
  }
}
main .flow__list-title span.flow__list-tag {
  display: inline-block;
  padding: 3px 7px;
  margin-right: 8px;
  font-size: 0.875rem;
  vertical-align: text-bottom;
  text-align: center;
  border: 1px solid #2c2a29;
}
@media screen and (max-width: 959px) {
  main .flow__list-title span.flow__list-tag {
    font-size: 0.8rem;
    vertical-align: text-top;
  }
}
@media screen and (max-width: 959px) {
  main .flow__list-text {
    font-size: 0.875rem;
  }
}
