.p_ojt_career__board .item_box {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p_ojt_career__board .item_box {
    font-size: 0.875rem;
  }
}

.p_ojt_career__board .item03_box_arrow {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p_ojt_career__board .item03_box_arrow {
    font-size: 1rem;
  }
}

.p_ojt_system__list .item::before, .p_ojt_system__list .item_ttl, .p_ojt_skills__list, .p_ojt_career__board .item_head, .p_ojt_career__board .item_ttl, .p_ojt_career__board .item01_caption, .p_ojt_career__board .item05_ttl {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p_ojt_system__list .item::before, .p_ojt_system__list .item_ttl, .p_ojt_skills__list, .p_ojt_career__board .item_head, .p_ojt_career__board .item_ttl, .p_ojt_career__board .item01_caption, .p_ojt_career__board .item05_ttl {
    font-size: 1.25rem;
  }
}

.p_ojt_system__ttl, .p_ojt_skills__ttl, .p_ojt_career__board .item02_desc {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p_ojt_system__ttl, .p_ojt_skills__ttl, .p_ojt_career__board .item02_desc {
    font-size: 1.5rem;
  }
}

html:has(.overflow) {
  overflow: hidden;
}
html:has(.overflow) body {
  position: static;
}

.p_ojt .scroll-hint {
  z-index: 1;
}
.p_ojt .scroll-hint-icon {
  top: 18%;
}
@media screen and (min-width: 768px) {
  .p_ojt .scroll-hint-icon {
    top: calc(50% - 25px);
  }
}
.p_ojt .scroll-hint-icon-wrap {
  z-index: 2;
}
.p_ojt_ttl {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  position: relative;
  font-size: 1.375rem;
  padding-left: 26px;
}
@media screen and (min-width: 768px) {
  .p_ojt_ttl {
    padding-left: 36px;
    font-size: 2.5rem;
  }
}
.p_ojt_ttl::before {
  position: absolute;
  content: "";
  background-color: #0b3971;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
}
@media screen and (min-width: 768px) {
  .p_ojt_ttl::before {
    width: 6px;
  }
}
.p_ojt_lead {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_ojt_lead {
    margin-top: 40px;
  }
}
.p_ojt_system__content {
  background-color: #e4e8eb;
  padding-inline: 20px;
  padding-block: 30px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p_ojt_system__content {
    padding-inline: clamp(2.5rem, 4.6296296296vw + 0.2777777778rem, 3.75rem);
    padding-block: 50px 65px;
    margin-top: 36px;
  }
}
.p_ojt_system__ttl {
  color: #0b3971;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p_ojt_system__ttl {
    margin-bottom: 34px;
  }
}
.p_ojt_system__list {
  counter-reset: box-list;
}
.p_ojt_system__list .item {
  counter-increment: box-list;
  position: relative;
  padding-left: 25px;
}
@media screen and (min-width: 768px) {
  .p_ojt_system__list .item {
    padding-left: 50px;
  }
}
.p_ojt_system__list .item::before {
  content: counter(box-list, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
  font-family: "Spectral", serif;
  color: #0b3971;
}
.p_ojt_system__list .item + .item {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_ojt_system__list .item + .item {
    margin-top: 21px;
  }
}
.p_ojt_system__list .item_ttl {
  font-weight: 700;
  color: #0b3971;
}
.p_ojt_system__list .item_desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.p_ojt_skills {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p_ojt_skills {
    margin-top: 147px;
  }
}
.p_ojt_skills__ttl {
  color: #0b3971;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p_ojt_skills__ttl {
    margin-top: 36px;
  }
}
.p_ojt_skills__list {
  font-weight: 700;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin-top: 20px;
  gap: 1px 20px;
}
@media screen and (min-width: 768px) {
  .p_ojt_skills__list {
    font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
    margin-top: 24px;
    grid-template-columns: repeat(auto-fit, minmax(clamp(20rem, 9.2592592593vw + 15.5555555556rem, 22.5rem), 1fr));
    gap: 1px 40px;
  }
}
.p_ojt_skills__list .item {
  position: relative;
  padding-block: 10px;
}
@media screen and (min-width: 768px) {
  .p_ojt_skills__list .item {
    padding-block: 25px 24px;
  }
}
.p_ojt_skills__list .item::after, .p_ojt_skills__list .item::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 1px;
  background-color: #93a3b1;
}
.p_ojt_skills__list .item::after {
  top: 100%;
}
.p_ojt_skills__list .item::before {
  bottom: 100%;
}
.p_ojt_career {
  margin-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p_ojt_career {
    margin-top: 146px;
    padding-bottom: 140px;
  }
}
.p_ojt_career__content {
  margin-top: 30px;
  min-width: 980px;
}
@media screen and (min-width: 768px) {
  .p_ojt_career__content {
    margin-top: 45px;
    min-width: 1160px;
  }
}
.p_ojt_career__board {
  overflow: clip;
  position: relative;
  z-index: 1;
}
.p_ojt_career__board .item {
  display: grid;
  grid-template-columns: 55px 1fr 1fr 1fr;
  gap: 1px;
}
@media screen and (min-width: 768px) {
  .p_ojt_career__board .item {
    grid-template-columns: 77px 1fr 1fr 1fr;
  }
}
.p_ojt_career__board .item + .item {
  margin-top: 10px;
}
.p_ojt_career__board .item_head {
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  color: #fff;
  font-weight: 700;
  background-color: #537a9e;
  margin-right: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  letter-spacing: 0.205em;
}
@media screen and (min-width: 768px) {
  .p_ojt_career__board .item_head {
    padding-top: 4px;
  }
}
.p_ojt_career__board .item_ttl {
  font-weight: 700;
  text-align: center;
  color: #0b3971;
  line-height: 1.5;
  margin-inline: -10px;
}
@media screen and (min-width: 768px) {
  .p_ojt_career__board .item_ttl {
    font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
    margin-inline: -11px;
  }
}
.p_ojt_career__board .item_feature {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.375;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p_ojt_career__board .item_feature {
    margin-right: -5px;
    margin-bottom: 21px;
  }
}
.p_ojt_career__board .item_feature > * {
  position: relative;
  padding-left: 18px;
}
.p_ojt_career__board .item_feature > *::before {
  content: "";
  aspect-ratio: 1;
  position: absolute;
  top: 6px;
  left: 0;
  background-color: #0b3971;
  width: 10px;
}
.p_ojt_career__board .item_feature > *:not(:last-child) {
  margin-bottom: 7px;
}
.p_ojt_career__board .item_box {
  background-color: #e4e8eb;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  font-weight: 500;
  line-height: 1.4285714286;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: auto;
  min-height: 100px;
  padding-block: 15px;
  padding-inline: 40px 20px;
}
@media screen and (min-width: 768px) {
  .p_ojt_career__board .item_box {
    min-height: 130px;
    padding-block: 21px;
    padding-inline: 70px 20px;
  }
}
.p_ojt_career__board .item_box_tag {
  background-color: #93a3b1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 26px;
  padding-inline: 8px;
}
.p_ojt_career__board .item_box_txt {
  height: 26px;
  display: inline-flex;
  align-items: center;
  padding-inline: 5px;
}
.p_ojt_career__board .item_col {
  position: relative;
  padding-inline: 20px;
  padding-block: 20px;
}
@media screen and (min-width: 768px) {
  .p_ojt_career__board .item_col {
    display: flex;
    flex-direction: column;
    padding-block: 30px 24px;
    padding-inline: 21px;
  }
}
.p_ojt_career__board .item_col::after {
  content: "";
  position: absolute;
  inset: 0 -1px;
  border: 1px solid #93a3b1;
  pointer-events: none;
}
.p_ojt_career__board .item_col:last-child::after {
  right: 1px;
}
.p_ojt_career__board .item_more {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_ojt_career__board .item_more {
    margin-top: 19px;
    padding-bottom: 9px;
  }
}
.p_ojt_career__board .item_btn {
  width: 100%;
  min-height: 40px;
  border-radius: 50px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #274765;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .p_ojt_career__board .item_btn {
    min-height: 44px;
  }
}
.p_ojt_career__board .item_btn + .item_btn {
  margin-top: 5px;
}
.p_ojt_career__board .item01::before,
.p_ojt_career__board .item02::before {
  content: "";
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .p_ojt_career__board .item01::before,
  .p_ojt_career__board .item02::before {
    margin-right: 9px;
  }
}
.p_ojt_career__board .item01_icon {
  margin-inline: auto;
  border-radius: 50%;
  background-color: #e4e8eb;
  max-width: 100px;
}
@media screen and (min-width: 768px) {
  .p_ojt_career__board .item01_icon {
    max-width: 160px;
  }
}
.p_ojt_career__board .item01_icon img {
  border-radius: inherit;
}
.p_ojt_career__board .item01_caption {
  background-color: #0b3971;
  font-weight: 700;
  padding-inline: 10px;
  text-align: center;
  color: #fff;
  margin-top: 10px;
  padding-block: 5px;
}
.p_ojt_career__board .item01_arrow {
  clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%);
}
.p_ojt_career__board .item02 {
  text-align: center;
}
.p_ojt_career__board .item02 .item_col {
  padding-inline: 10px;
  padding-block: 10px;
}
@media screen and (min-width: 768px) {
  .p_ojt_career__board .item02 .item_col {
    padding-inline: 22px;
    padding-block: 18px 24px;
  }
}
.p_ojt_career__board .item02_year {
  color: #0b3971;
  font-weight: 700;
}
.p_ojt_career__board .item02_desc {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
.p_ojt_career__board .item03 .item_head {
  justify-content: flex-start;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_ojt_career__board .item03 .item_head {
    padding-top: 60px;
  }
}
.p_ojt_career__board .item03_box {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p_ojt_career__board .item03_box {
    padding-left: 49px;
  }
}
.p_ojt_career__board .item03_box_arrow {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2b343b;
  height: 90px;
  width: 130px;
  color: #fff;
  font-weight: 500;
  clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%);
  right: calc(100% - 35px);
  width: 110px;
  height: 70px;
  padding-right: 5px;
}
@media screen and (min-width: 768px) {
  .p_ojt_career__board .item03_box_arrow {
    height: 90px;
    width: 130px;
    right: calc(100% - 41px);
    padding-right: 10px;
  }
}
.p_ojt_career__board .item05 .item_feature {
  margin-block: 10px 0;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .p_ojt_career__board .item05 .item_feature {
    margin-top: 16px;
    padding-left: 21px;
  }
}
.p_ojt_career__board .item05_content {
  grid-column: 2/5;
}
.p_ojt_career__board .item05_ttl {
  color: #fff;
  background-color: #0b3971;
  padding-inline: 10px;
  font-weight: 700;
  text-align: center;
  padding-block: 5px;
  clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%);
}
.p_ojt_career__board .item05_year {
  font-weight: 700;
  color: #0b3971;
  margin-bottom: 5px;
}
.p_ojt_career__board .item05_block02 {
  margin-left: auto;
  width: 66.6358595194%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_ojt_career__board .item05_block02 {
    margin-top: 27px;
  }
}
.p_ojt_career__board .item05_block03 {
  margin-left: auto;
  width: 33.2717190388%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_ojt_career__board .item05_block03 {
    margin-top: 29px;
  }
}

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