@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p_career .o_p_heading__page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .p_career .o_p_heading__page {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p_career .o_p_heading__page__sentence {
  line-height: 1.8;
  font-size: 0.9375rem;
}
.p_career__training__heading__title {
  text-align: center;
}
.p_career__training__heading__sentence {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.8;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p_career__training__heading__sentence {
    text-align: left;
  }
}
.p_career__training__body {
  padding: 4rem;
  background: #F4F8FF;
  border-radius: 1.5rem;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 1168px) {
  .p_career__training__body {
    padding: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .p_career__training__body {
    padding: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p_career__training__body {
    border-radius: 1rem;
    padding: 1.5rem;
  }
}
.p_career__training__body .flow-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .p_career__training__body .flow-pc {
    display: none;
  }
}
.p_career__training__body .flow-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p_career__training__body .flow-sp {
    display: block;
  }
}
.p_career__training__body .flow-sp__img {
  margin-inline: auto;
  text-align: center;
}
.p_career__training__body .flow-sp__img img {
  width: min(100%, 30rem);
}
.p_career__training__body .flow-sp__notes {
  margin-top: 1.625rem;
}
.p_career__training__body .flow-sp__notes .notes-title {
  color: #0F52BA;
  line-height: 1.4;
  padding-block: 1.375rem 0.75rem;
  border-bottom: dotted #0F52BA 1px;
}
.p_career__training__body .flow-sp__notes .notes-title .icon {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  margin-right: 0.3125rem;
}
.p_career__training__body .flow-sp__notes .notes-title .notes-title-tx {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1rem;
}
.p_career__training__body .flow-sp__notes .notes-title .notes-title-sub {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 0.8125rem;
}
.p_career__training__body .flow-sp__notes .notes-tx {
  margin-block: 0.75rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5;
}
.p_career__plan {
  padding-block: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p_career__plan {
    padding-block: 4rem;
  }
}
.p_career__plan .o_p_heading-title--jp {
  color: #0F52BA;
}
.p_career__plan__content__heading__sentence {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.8;
  margin-top: 2rem;
}
.p_career__plan__content__body {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p_career__plan__content__body {
    margin-top: 2.5rem;
  }
}
.p_career__plan__content__body__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0rem 4.625rem;
}
@media screen and (max-width: 1024px) {
  .p_career__plan__content__body__inner {
    gap: 0rem 3.375rem;
  }
}
@media screen and (max-width: 768px) {
  .p_career__plan__content__body__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.25rem 0;
    max-width: 33.75rem;
    margin-inline: auto;
  }
}
.p_career__plan__content__body__inner .item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_career__plan__content__body__inner .item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p_career__plan__content__body__inner .item::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: 1.25rem 0;
    border: 1rem solid transparent;
    border-bottom: 0 solid transparent;
    border-top: 14px solid #0F52BA;
    top: 100%;
    left: calc(50% - 0.5rem);
  }
}
.p_career__plan__content__body__inner .item:last-child .item__inner__img::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .p_career__plan__content__body__inner .item:last-child::after {
    display: none;
  }
}
.p_career__plan__content__body__inner .item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (max-width: 768px) {
  .p_career__plan__content__body__inner .item__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .p_career__plan__content__body__inner .item__inner__header {
    width: 100%;
  }
}
.p_career__plan__content__body__inner .item__inner__header__title {
  position: relative;
  padding-block: 0.75rem;
  border-bottom: dotted 1px #222222;
}
@media screen and (max-width: 768px) {
  .p_career__plan__content__body__inner .item__inner__header__title {
    padding-block: 1.5rem 0.75rem;
  }
}
.p_career__plan__content__body__inner .item__inner__header__title span {
  display: block;
  width: 100%;
}
.p_career__plan__content__body__inner .item__inner__header__sentence {
  line-height: 1.6;
  font-size: 0.8125rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-top: 0.75rem;
}
.p_career__plan__content__body__inner .item__inner__img {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_career__plan__content__body__inner .item__inner__img {
    width: 100%;
  }
}
.p_career__plan__content__body__inner .item__inner__img::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5rem);
  left: 100%;
  width: 0;
  height: 0;
  margin-inline: 1.875rem;
  border: 1rem solid transparent;
  border-right: 0 solid transparent;
  border-left: 14px solid #0F52BA;
}
@media screen and (max-width: 1024px) {
  .p_career__plan__content__body__inner .item__inner__img::after {
    margin-inline: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p_career__plan__content__body__inner .item__inner__img::after {
    display: none;
  }
}
.p_career__plan__content__body__inner .item__inner__img img,
.p_career__plan__content__body__inner .item__inner__img source {
  border-radius: 0.75rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p_career__plan__content__body__inner .item__inner__img img,
  .p_career__plan__content__body__inner .item__inner__img source {
    border-radius: 0.25rem;
  }
}
.p_career__plan__content__link {
  display: none;
}
@media screen and (max-width: 768px) {
  .p_career__plan__content__link {
    display: block;
    margin-top: 1.375rem;
  }
}
.p_career__education {
  padding-block: 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .p_career__education {
    padding-block: 0 4rem;
  }
}
.p_career__education__heading__sentence {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.8;
  margin-top: 2rem;
}
.p_career__education .o_p_heading-title--jp {
  color: #0F52BA;
}
.p_career__education .education {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p_career__education .education {
    margin-top: 2rem;
  }
}
.p_career__education .education .education-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.25rem 3rem;
}
@media screen and (max-width: 1024px) {
  .p_career__education .education .education-wrap {
    gap: 2.5rem 2rem;
  }
}
@media screen and (max-width: 480px) {
  .p_career__education .education .education-wrap {
    gap: 2.5rem 1.5rem;
    -webkit-box-align: first baseline;
        -ms-flex-align: first baseline;
            align-items: first baseline;
  }
}
.p_career__education .education .education-wrap .education-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.25rem;
  width: calc(50% - 1.5rem);
}
@media screen and (max-width: 1024px) {
  .p_career__education .education .education-wrap .education-item {
    gap: 0 0.9375rem;
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 768px) {
  .p_career__education .education .education-wrap .education-item {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .p_career__education .education .education-wrap .education-item {
    gap: 0 0.9375rem;
    width: calc(50% - 0.75rem);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.625rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p_career__education .education .education-wrap .education-item__header {
  width: min(100%, 100% - 7.5rem - 0.75rem);
}
@media screen and (max-width: 480px) {
  .p_career__education .education .education-wrap .education-item__header {
    width: 100%;
  }
}
.p_career__education .education .education-wrap .education-item__header__title {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.0625rem;
  padding-block: 0.625rem;
}
@media screen and (max-width: 480px) {
  .p_career__education .education .education-wrap .education-item__header__title {
    text-align: center;
  }
}
.p_career__education .education .education-wrap .education-item__header__sentence {
  font-size: 0.875rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .p_career__education .education .education-wrap .education-item__header__sentence {
    line-height: 1.6;
  }
}
.p_career__education .education .education-wrap .education-item__icon {
  width: 7.5rem;
  height: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  border: solid 1px #0F52BA;
  overflow: hidden;
}
.p_career__education .education .education-wrap .education-item__icon img {
  width: min(100%, 80px);
}
@media screen and (max-width: 768px) {
  .p_career__education .education .education-wrap .education-item__icon img {
    width: min(100%, 64px);
  }
}/*# sourceMappingURL=career.css.map */