main.work {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #f1f3f7;
}

.page-header {
  padding-top: 1.2rem;
  background-color: #f1f3f7;
}
@media screen and (max-width: 768px) {
  .page-header {
    padding-top: 3.2rem;
  }
}
.page-header .breadcrumb {
  line-height: 1;
}
.page-header .breadcrumb .breadcrumb-list .breadcrumb-item > a:not(.current) {
  letter-spacing: 0;
}
.page-header .wrapper > h2 {
  margin-top: 5.6rem;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #133653;
}
@media screen and (max-width: 768px) {
  .page-header .wrapper > h2 {
    margin-top: 2.4rem;
    font-size: 2.4rem;
  }
}
.page-header .wrapper > p {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #1d1d1d;
}

section.jobs {
  padding-top: 10.4rem;
}
@media screen and (max-width: 768px) {
  section.jobs {
    padding-top: 6.4rem;
  }
}
section.jobs .wrapper .section-title-vertical {
  flex-wrap: wrap;
  line-height: 1.7;
  gap: 0.8rem 1rem;
  margin-bottom: 2.4rem;
  font-size: 2.6rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  section.jobs .wrapper .section-title-vertical {
    gap: 1rem;
    font-size: 2.4rem;
    margin-bottom: 3.2rem;
  }
}
section.jobs .wrapper .section-title-vertical::after {
  width: 100%;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  section.jobs .wrapper .section-title-vertical::after {
    font-size: 2rem;
    white-space: nowrap;
  }
}
section.jobs .wrapper .contents {
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  section.jobs .wrapper .contents {
    margin-top: 3.2rem;
    gap: 4.8rem;
  }
}
section.jobs .wrapper .contents .job {
  display: flex;
  gap: 6rem;
  height: 41.8rem;
}
@media screen and (max-width: 768px) {
  section.jobs .wrapper .contents .job {
    flex-direction: column;
    gap: 3.2rem;
    height: auto;
  }
}
section.jobs .wrapper .contents .job .image img {
  display: block;
  height: 41.8rem;
  width: 49.3rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  section.jobs .wrapper .contents .job .image img {
    height: 28.4rem;
    width: 100%;
  }
}
section.jobs .wrapper .contents .job .text {
  width: 67.5rem;
  padding: 3.65rem 0;
}
@media screen and (max-width: 768px) {
  section.jobs .wrapper .contents .job .text {
    width: 100%;
    padding: 0;
  }
}
section.jobs .wrapper .contents .job .text > p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #1d1d1d;
}
section.jobs .wrapper .contents .job .text > p:not(:last-child) {
  margin-bottom: 1.6rem;
}
section.jobs .wrapper .contents .works {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  counter-reset: work-counter;
}
section.jobs .wrapper .contents .works > li {
  display: flex;
  gap: 3.2rem;
  background-color: #fff;
  padding: 4rem;
  counter-increment: work-counter;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  section.jobs .wrapper .contents .works > li {
    flex-direction: column;
    align-items: center;
    padding: 3.2rem 1.6rem;
    gap: 2.4rem;
  }
}
section.jobs .wrapper .contents .works > li .number {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  section.jobs .wrapper .contents .works > li .number {
    text-align: center;
  }
}
section.jobs .wrapper .contents .works > li .number > h3 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: #243678;
}
section.jobs .wrapper .contents .works > li .number::after {
  content: "0" counter(work-counter);
  display: block;
  font-size: 5.4rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  color: #243678;
  font-family: "Open Sans", sans-serif;
}
section.jobs .wrapper .contents .works > li .text {
  width: 72.5rem;
}
@media screen and (max-width: 768px) {
  section.jobs .wrapper .contents .works > li .text {
    width: 100%;
  }
}
section.jobs .wrapper .contents .works > li .text > h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #243678;
  margin-bottom: 1.6rem;
}
section.jobs .wrapper .contents .works > li .text > p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #1d1d1d;
}
section.jobs .wrapper .contents .works > li .image {
  margin: -4rem -4rem -4rem 4.3rem;
  height: 100%;
}
@media screen and (max-width: 768px) {
  section.jobs .wrapper .contents .works > li .image {
    margin: 1.2rem 0 0 0;
    padding-right: 2.34rem;
    padding-left: 2.34rem;
  }
}
section.jobs .wrapper .contents .works > li .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.jobs .wrapper .contents .works > li:first-child .text {
  width: 71.6rem;
}
@media screen and (max-width: 768px) {
  section.jobs .wrapper .contents .works > li:first-child .text {
    width: 100%;
  }
}
section.jobs .wrapper .contents .works > li:first-child .image {
  position: relative;
  top: 3rem;
  left: 1rem;
  width: 24.8rem;
}
@media screen and (max-width: 768px) {
  section.jobs .wrapper .contents .works > li:first-child .image {
    top: 0;
    left: 0;
    width: 100%;
  }
}
section.jobs .wrapper .contents .works > li:nth-child(2) .image {
  position: relative;
  top: 3rem;
  left: 2rem;
  width: 19.6rem;
}
@media screen and (max-width: 768px) {
  section.jobs .wrapper .contents .works > li:nth-child(2) .image {
    top: 0;
    left: 0;
    padding: 0;
  }
}
section.jobs .wrapper .contents .works > li:nth-child(3) .image {
  position: relative;
  top: 3rem;
  right: 2rem;
  width: 26.7rem;
}
@media screen and (max-width: 768px) {
  section.jobs .wrapper .contents .works > li:nth-child(3) .image {
    top: 0;
    right: 0;
    width: 100%;
  }
}

section.schedule {
  padding-top: 12.8rem;
}
@media screen and (max-width: 768px) {
  section.schedule {
    padding-top: 10rem;
  }
}
section.schedule .wrapper .section-title-vertical {
  flex-wrap: wrap;
  line-height: 1.7;
  gap: 0.8rem 1rem;
  margin-bottom: 4rem;
  font-size: 2.6rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  section.schedule .wrapper .section-title-vertical {
    margin-bottom: 3.2rem;
    font-size: 2.4rem;
    gap: 1rem;
  }
}
section.schedule .wrapper .section-title-vertical .attention {
  position: relative;
  top: -0.5rem;
  font-size: 1.4rem;
  margin-left: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  section.schedule .wrapper .section-title-vertical .attention {
    display: none;
  }
}
section.schedule .wrapper .section-title-vertical::after {
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  section.schedule .wrapper .section-title-vertical::after {
    font-size: 2rem;
    white-space: nowrap;
  }
}
section.schedule .wrapper .content-wrapper {
  border: 0.1rem solid #97a9d1;
  border-radius: 0.5rem;
  padding: 2.4rem;
}
@media screen and (max-width: 768px) {
  section.schedule .wrapper .content-wrapper {
    padding: 0;
    border: none;
  }
}
section.schedule .wrapper .content-wrapper .content {
  background-color: #fff;
  padding: 4.6rem 0 4rem 5.6rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  section.schedule .wrapper .content-wrapper .content {
    padding: 3.7rem 1.4rem 3.9rem 1.8rem;
  }
}
section.schedule .wrapper .times {
  display: grid;
  grid-template-columns: 100%;
  gap: 4rem;
  position: relative;
  padding: 0.8rem 0;
}
@media screen and (max-width: 768px) {
  section.schedule .wrapper .times {
    padding: 0 0 0 2.4rem;
    gap: 3.7rem;
  }
}
section.schedule .wrapper .times::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.3rem;
  width: 0.4rem;
  height: 97%;
  background: #d6dcf3;
}
@media screen and (max-width: 768px) {
  section.schedule .wrapper .times::before {
    top: -1rem;
    left: 0.4rem;
    height: 100.8%;
  }
}
section.schedule .wrapper .times > li {
  position: relative;
  display: flex;
  align-items: start;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  section.schedule .wrapper .times > li {
    flex-direction: column;
    gap: 2.1rem;
  }
}
section.schedule .wrapper .times > li::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #0f54af;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  section.schedule .wrapper .times > li::before {
    position: absolute;
    left: -2.3rem;
    top: 1rem;
    width: 1rem;
    height: 1rem;
    margin: 0;
  }
}
section.schedule .wrapper .times > li .time {
  display: flex;
  justify-content: flex-start;
  width: 8rem;
  height: 3.6rem;
  padding: 0.5rem 0;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0;
  color: #0f54af;
  border-radius: 0.5rem;
  flex-shrink: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  section.schedule .wrapper .times > li .time {
    margin-left: 0.2rem;
    padding: 0.5rem 0;
    align-items: start;
    height: auto;
  }
}
section.schedule .wrapper .times > li .text h3 {
  margin-bottom: 0.8rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #0f54af;
}
section.schedule .wrapper .times > li .text p {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
  color: #1d1d1d;
}

section.career_and_interview {
  margin-top: 10.4rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  section.career_and_interview {
    margin-top: 7.2rem;
  }
}
section.career_and_interview .wrapper {
  max-width: 144rem;
  padding: 8.8rem 10.6rem;
}
@media screen and (max-width: 768px) {
  section.career_and_interview .wrapper {
    padding: 5.6rem 2rem 6.7rem;
  }
}
section.career_and_interview .wrapper .section-title {
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
  justify-content: center;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  section.career_and_interview .wrapper .section-title {
    margin-bottom: 0;
    gap: 1rem;
  }
}
section.career_and_interview .wrapper .section-title::after {
  font-weight: 700;
  line-height: 1.7;
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.career_and_interview .wrapper .section-title::after {
    font-size: 2.4rem;
  }
}
section.career_and_interview .wrapper > ul {
  display: flex;
  gap: 5.6rem;
}
@media screen and (max-width: 768px) {
  section.career_and_interview .wrapper > ul {
    flex-direction: column;
  }
}
section.career_and_interview .wrapper > ul > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  flex: 1;
}
@media screen and (max-width: 768px) {
  section.career_and_interview .wrapper > ul > li {
    gap: 2.4rem;
  }
}
section.career_and_interview .wrapper > ul > li > img {
  width: 58.6rem;
  height: 28.4rem;
  display: flex;
  flex-shrink: 0;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  section.career_and_interview .wrapper > ul > li > img {
    width: 33.5rem;
    height: 16.2rem;
  }
}
@media screen and (max-width: 768px) {
  section.career_and_interview .wrapper > ul > li:first-child > img {
    display: none;
  }
}
section.career_and_interview .wrapper > ul > li > p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
section.career_and_interview .wrapper > ul > li .link-button {
  gap: 2.4rem;
  padding-right: 1.6rem;
  padding-left: 4rem;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  section.career_and_interview .wrapper > ul > li .link-button {
    white-space: nowrap;
    padding-right: 1.25rem;
    padding-left: 3.65rem;
  }
}
section.career_and_interview .wrapper > ul > li .roadmap-content {
  position: relative;
  z-index: 90;
  width: 33.5rem;
  height: 28.4rem;
}
section.career_and_interview .wrapper > ul > li .roadmap-content .roadmap-steps-table {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  gap: 0.43rem;
}
section.career_and_interview .wrapper > ul > li .roadmap-content .roadmap-steps-table .roadmap-steps-banner {
  background: linear-gradient(90deg, #929ffa 0%, #567bcd 50%, #12bdc7 75%, #32efd9 90%, rgba(18, 189, 199, 0) 100%);
  border-radius: 0.1rem;
  justify-content: center;
  align-items: center;
  color: #fff;
  display: grid;
  grid-template-columns: 18.7% 0.35fr 0.33fr 0.39fr;
  gap: 0;
  width: 100%;
  height: 2.1rem;
  margin-left: 0.25rem;
  background: linear-gradient(90deg, transparent 0%, transparent 18.7%, #929ffa 18.7%, #567bcd, #12bdc7, #32efd9 100%);
  clip-path: polygon(0% 0%, 98% 0%, 100% 50%, 98% 100%, 0% 100%);
}
section.career_and_interview .wrapper > ul > li .roadmap-content .roadmap-steps-table .roadmap-steps-banner .step-text {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.24rem;
}
section.career_and_interview .wrapper > ul > li .roadmap-content .roadmap-steps-table .roadmap-table {
  background: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
  border-collapse: collapse;
  width: 33.5rem;
  margin-left: 0;
}
section.career_and_interview .wrapper > ul > li .roadmap-content .roadmap-steps-table .roadmap-table tr > *:first-child {
  display: table-cell;
  width: 10rem;
}
section.career_and_interview .wrapper > ul > li .roadmap-content .roadmap-steps-table .roadmap-table thead tr.step-titles {
  height: 2.8rem;
}
section.career_and_interview .wrapper > ul > li .roadmap-content .roadmap-steps-table .roadmap-table thead tr.step-titles th {
  border-left: 0.8rem solid #fff;
  border-left: none;
  border-bottom: 0.4rem solid #fff;
}
section.career_and_interview .wrapper > ul > li .roadmap-content .roadmap-steps-table .roadmap-table thead tr.step-titles th:first-child {
  background: #fff;
  border-right: 0.4rem solid #fff;
}
section.career_and_interview .wrapper > ul > li .roadmap-content .roadmap-steps-table .roadmap-table thead tr.step-titles th.step-title {
  padding: 0.7rem 0;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
  font-weight: 600;
  width: 27%;
  letter-spacing: 0.08em;
  text-align: center;
  vertical-align: middle;
  border-right: 0.4rem solid #fff;
}
section.career_and_interview .wrapper > ul > li .roadmap-content .roadmap-steps-table .roadmap-table thead tr.step-titles th.step-title.step1 {
  background: #929ffa;
  border-left: none;
}
section.career_and_interview .wrapper > ul > li .roadmap-content .roadmap-steps-table .roadmap-table thead tr.step-titles th.step-title.step2 {
  background: #567bcd;
}
section.career_and_interview .wrapper > ul > li .roadmap-content .roadmap-steps-table .roadmap-table thead tr.step-titles th.step-title.step3 {
  background: #12bdc7;
}
section.career_and_interview .wrapper > ul > li .roadmap-content .roadmap-steps-table .roadmap-table tbody tr {
  border-bottom: 0.4rem solid #fff;
}
section.career_and_interview .wrapper > ul > li .roadmap-content .roadmap-steps-table .roadmap-table tbody tr:last-child {
  border-bottom: none;
}
section.career_and_interview .wrapper > ul > li .roadmap-content .roadmap-steps-table .roadmap-table tbody tr:nth-child(n+2) {
  display: table-row;
}
section.career_and_interview .wrapper > ul > li .roadmap-content .roadmap-steps-table .roadmap-table tbody tr th {
  background: #f4f4f6;
  border-right: 0.4rem solid #fff;
  font-weight: 500;
  font-size: 0.76rem;
  width: 10rem;
  text-align: center;
}
section.career_and_interview .wrapper > ul > li .roadmap-content .roadmap-steps-table .roadmap-table tbody tr td.step-content {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  border-right: 0.38rem solid #fff;
  letter-spacing: 0.08em;
  background: #fff;
  height: 5.73rem;
  white-space: nowrap;
}
section.career_and_interview .wrapper > ul > li .roadmap-content .roadmap-steps-table .roadmap-table tbody tr td.step-content.step1 {
  color: #2839bc;
  background: #f5f6ff;
  border-left: none;
}
section.career_and_interview .wrapper > ul > li .roadmap-content .roadmap-steps-table .roadmap-table tbody tr td.step-content.step2 {
  color: #1141ad;
  background: #f0f5ff;
}
section.career_and_interview .wrapper > ul > li .roadmap-content .roadmap-steps-table .roadmap-table tbody tr td.step-content.step3 {
  color: #007a81;
  background: #f0feff;
}
section.career_and_interview .wrapper > ul > li .roadmap-content .roadmap-steps-table .roadmap-table tbody tr td.step-content.step4 {
  color: #007a81;
  background: #f0feff;
}
section.career_and_interview .wrapper > ul > li .roadmap-content .roadmap-steps-table .roadmap-table tbody tr td.step-content:last-child {
  border-right: none;
}

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