﻿.freshers {
  color: #444;
}
.freshers ol {
  margin: 0;
  padding: 0 0 0 20px;
}
.freshers ol li {
  list-style-type: decimal;
}
.freshers ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.freshers ul li {
  list-style-type: disc;
}
.freshers .br-sp {
  display: none;
}
@media screen and (max-width: 710px) {
  .freshers .br-sp {
    display: block;
  }
}
.freshers_mv {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 72px;
}
@media screen and (max-width: 710px) {
  .freshers_mv {
    margin: 0 auto 34px;
  }
}
.freshers_title {
  font-size: 28px;
  padding-bottom: 42px;
}
@media screen and (max-width: 710px) {
  .freshers_title {
    font-size: 24px;
    padding-bottom: 32px;
    padding-top: 44px;
  }
}
.freshers_title span {
  text-align: center;
  display: block;
}
.freshers_title span:first-child {
  padding-bottom: 32px;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 710px) {
  .freshers_title span:first-child {
    padding-bottom: 24px;
  }
}
.freshers_title span:last-child {
  font-size: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 710px) {
  .freshers_title span:last-child {
    font-size: 20px;
    padding-bottom: 2px;
  }
}
.freshers_contentsWrapper {
  width: 70%;
  max-width: 1200px;
  min-width: 710px;
  background-color: #FCEDF0;
  margin: 0 auto;
  padding: 48px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
@media screen and (max-width: 710px) {
  .freshers_contentsWrapper {
    min-width: auto;
    padding: 24px;
    width: 100%;
  }
}
.freshers_contents {
  margin: 0 auto;
  background-color: #fff;
  border-spacing: 0;
  width: 100%;
  padding: 4%;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 710px) {
  .freshers_contents {
    padding: 6% 8% 14% 8%;
  }
}
.freshers_contents-body {
  background-color: #fff;
}
.freshers_contents-title {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 8px;
  letter-spacing: 0.15rem;
  border-bottom: 1px solid #000;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px;
}
.freshers_contents-tr {
  position: relative;
}
@media screen and (max-width: 710px) {
  .freshers_contents-tr {
    display: flex;
    flex-direction: column;
  }
}
.freshers_contents-tr:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  left: 0;
  bottom: 0;
}
.freshers_contents-tr:last-child:after {
  display: none;
}
.freshers_contents-th {
  width: 24%;
  text-align: left;
  padding-left: 24px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 710px) {
  .freshers_contents-th {
    padding: 32px 0 0 0;
    width: 100%;
    font-size: 16px;
  }
}
.freshers_contents-td {
  padding: 48px 32px;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 710px) {
  .freshers_contents-td {
    padding: 16px 0 32px;
  }
}
.freshers_contents-td ol li::marker {
  font-weight: bold;
}
.freshers .entry_btn {
  background-color: #FCEDF0;
  display: flex;
  margin: 40px auto;
  width: 320px;
  height: 100px;
  border: 1px solid #ddd;
  transition: 0.4s;
}
.freshers .entry_btn:hover {
  background-color: #333;
}
.freshers .entry_btn:hover a {
  color: #FCEDF0;
}
.freshers .entry_btn a {
  text-decoration: none;
  color: #444;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.freshers .entry_btn span {
  display: block;
  text-align: center;
}
.freshers .entry_btn span:first-child {
  font-size: 24px;
}
.freshers .entry_btn span:last-child {
  font-size: 12px;
}

.flow {
  width: 620px;
  margin: 0 auto !important;
  position: relative;
  padding: 0 !important;
}
@media screen and (max-width: 710px) {
  .flow {
    width: 74%;
  }
}
.flow li {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 84px;
  list-style: none !important;
}
.flow li span {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #FCEDF0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border: 1px solid #ddd;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 710px) {
  .flow li span {
    width: 80px;
    height: 80px;
    font-size: 12px;
  }
}
.flow li dl {
  margin-left: 140px;
  padding: 12px 0;
}
@media screen and (max-width: 710px) {
  .flow li dl {
    padding-top: 0;
    margin-left: 100px;
  }
}
.flow li dl dt {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 4px;
}
@media screen and (max-width: 710px) {
  .flow li dl dt {
    font-size: 16px;
  }
}
.flow li dl dd {
  margin: 0;
  position: relative;
  font-size: 14px;
}
.flow li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 64px;
  height: 64px;
  display: block;
  clip-path: polygon(50% 35%, 0 0, 100% 0);
  background-color: #ddd;
  left: 42%;
  top: 144%;
}
@media screen and (max-width: 710px) {
  .flow li:not(:last-child):after {
    top: 124%;
  }
}
.flow_title {
  padding: 62px 0 34px;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 710px) {
  .flow_title {
    font-size: 20px;
  }
}
.flow_title_note {
  font-size: 12px;
  font-weight: normal;
  padding-top: 4px;
  text-align: center;
  display: block;
}/*# sourceMappingURL=freshers.css.map */