*,
*::before,
*::after {
  box-sizing: border-box;
}
@media only screen and (max-width: 47.9375em) {
  *,
  *::before,
  *::after {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  font-size: 1rem;
  text-rendering: optimizeSpeed;
  line-height: 1.55;
}

*:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

figure,
img,
picture,
svg {
  display: block;
}

img,
picture,
svg {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 47.9375em) {
  img,
  picture,
  svg {
    width: 100%;
  }
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  border-radius: 0;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=password],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

select {
  background: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select::-ms-value {
  color: inherit;
  background: transparent;
}
select::-ms-expand {
  display: none;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 0;
}

button,
input[type=button],
input[type=submit],
input[type=reset] {
  background: transparent;
  font: inherit;
  border: 0;
  padding: 0;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

html {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 47.9375em) {
  html {
    font-size: calc(16 / 768 * var(--inner-width) * 1px);
  }
}

@media only screen and (max-width: 47.9375em) {
  .pc-only {
    display: none !important;
  }
}

@media only screen and (min-width: 48em) {
  .sp-only {
    display: none !important;
  }
}

#professional-careerstep {
  padding-top: min(100px, 100 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-careerstep {
    padding-top: calc(100 / 768 * var(--inner-width) * 1px);
  }
}
#professional-careerstep .side-nav ul li.no-nav {
  color: #6f7579;
  border-bottom: none;
  padding-left: min(24px, 24 / 1280 * var(--inner-width) * 1px);
}
#professional-careerstep .careerstep-inner {
  width: min(784px, 784 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-careerstep .careerstep-inner {
    width: 100%;
  }
}
#professional-careerstep .careerstep-inner + .careerstep-inner {
  margin-top: min(112px, 112 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-careerstep .careerstep-inner + .careerstep-inner {
    margin-top: calc(112 / 768 * var(--inner-width) * 1px);
  }
}
#professional-careerstep .c-head {
  margin-bottom: min(70px, 70 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-careerstep .c-head {
    margin-bottom: calc(62 / 768 * var(--inner-width) * 1px);
  }
}
#professional-careerstep .careerstep-image {
  position: relative;
  padding-top: min(26px, 26 / 1280 * var(--inner-width) * 1px);
}
#professional-careerstep .careerstep-step {
  width: min(448px, 448 / 1280 * var(--inner-width) * 1px);
  border-radius: min(10px, 10 / 1280 * var(--inner-width) * 1px);
  background: rgba(97, 166, 227, 0.24);
  padding: min(30px, 30 / 1280 * var(--inner-width) * 1px) min(24px, 24 / 1280 * var(--inner-width) * 1px) min(24px, 24 / 1280 * var(--inner-width) * 1px) min(24px, 24 / 1280 * var(--inner-width) * 1px);
  position: relative;
  margin-left: auto;
}
@media only screen and (max-width: 47.9375em) {
  #professional-careerstep .careerstep-step {
    padding: calc(49 / 768 * var(--inner-width) * 1px) calc(20 / 768 * var(--inner-width) * 1px) calc(24 / 768 * var(--inner-width) * 1px) calc(20 / 768 * var(--inner-width) * 1px);
    width: calc(496 / 768 * var(--inner-width) * 1px);
    border-radius: calc(10 / 768 * var(--inner-width) * 1px);
  }
}
#professional-careerstep .careerstep-step + .careerstep-step {
  margin-top: min(38px, 38 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-careerstep .careerstep-step + .careerstep-step {
    margin-top: calc(60 / 768 * var(--inner-width) * 1px);
  }
}
#professional-careerstep .careerstep-step__label {
  font-size: min(18px, 18 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
  color: #fff;
  border-radius: min(100px, 100 / 1280 * var(--inner-width) * 1px);
  height: min(43px, 43 / 1280 * var(--inner-width) * 1px);
  padding: 0 min(37px, 37 / 1280 * var(--inner-width) * 1px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #61a6e3;
  position: absolute;
  top: max(-21px, -21 / 1280 * var(--inner-width) * 1px);
  left: 0;
}
@media only screen and (max-width: 47.9375em) {
  #professional-careerstep .careerstep-step__label {
    font-size: calc(26 / 768 * var(--inner-width) * 1px);
    border-radius: calc(100 / 768 * var(--inner-width) * 1px);
    height: calc(55 / 768 * var(--inner-width) * 1px);
    padding: 0 calc(30 / 768 * var(--inner-width) * 1px);
    top: calc(-27 / 768 * var(--inner-width) * 1px);
  }
}
#professional-careerstep .careerstep-step__text {
  font-size: min(14px, 14 / 1280 * var(--inner-width) * 1px);
  line-height: 2;
  font-feature-settings: "palt" off;
}
@media only screen and (max-width: 47.9375em) {
  #professional-careerstep .careerstep-step__text {
    font-size: calc(22 / 768 * var(--inner-width) * 1px);
  }
}
#professional-careerstep .careerstep-step.careerstep {
  background: rgba(226, 125, 127, 0.2);
  width: min(261px, 261 / 1280 * var(--inner-width) * 1px);
  padding-top: min(66px, 66 / 1280 * var(--inner-width) * 1px);
  padding-bottom: min(32px, 32 / 1280 * var(--inner-width) * 1px);
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 47.9375em) {
  #professional-careerstep .careerstep-step.careerstep {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    padding: calc(72 / 768 * var(--inner-width) * 1px) calc(32 / 768 * var(--inner-width) * 1px) calc(24 / 768 * var(--inner-width) * 1px);
  }
}
#professional-careerstep .careerstep-step.careerstep .careerstep-step__label {
  background: #e27d7f;
  width: min(261px, 261 / 1280 * var(--inner-width) * 1px);
  height: min(70px, 70 / 1280 * var(--inner-width) * 1px);
  text-align: center;
  padding: 0;
}
@media only screen and (max-width: 47.9375em) {
  #professional-careerstep .careerstep-step.careerstep .careerstep-step__label {
    width: calc(480 / 768 * var(--inner-width) * 1px);
    height: calc(96 / 768 * var(--inner-width) * 1px);
    border-radius: calc(100 / 768 * var(--inner-width) * 1px);
    top: calc(-48 / 768 * var(--inner-width) * 1px);
  }
}
#professional-careerstep .careerstep-step.step01 {
  margin-right: min(132px, 132 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-careerstep .careerstep-step.step01 {
    margin-right: calc(129 / 768 * var(--inner-width) * 1px);
  }
}
#professional-careerstep .careerstep-step.step01 .careerstep-step__label {
  background: #61a6e3;
}
#professional-careerstep .careerstep-step.step02 {
  margin-right: min(88px, 88 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-careerstep .careerstep-step.step02 {
    margin-right: calc(87 / 768 * var(--inner-width) * 1px);
  }
}
#professional-careerstep .careerstep-step.step02 .careerstep-step__label {
  background: #5498d4;
}
#professional-careerstep .careerstep-step.step03 {
  margin-right: min(44px, 44 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-careerstep .careerstep-step.step03 {
    margin-right: calc(44 / 768 * var(--inner-width) * 1px);
  }
}
#professional-careerstep .careerstep-step.step03 .careerstep-step__label {
  background: #3b7ab2;
}
@media only screen and (min-width: 48em) {
  #professional-careerstep .careerstep-step.step04 {
    margin-top: 0;
  }
}
#professional-careerstep .careerstep-step.step04 .careerstep-step__label {
  background: #005bac;
}
#professional-careerstep .careerstep-step::after {
  display: block;
  content: "";
  background: url(/professional/assets/images/about/careerstep/arrow-blue.png) no-repeat center center/contain;
  width: min(41px, 41 / 1280 * var(--inner-width) * 1px);
  height: min(92px, 92 / 1280 * var(--inner-width) * 1px);
  position: absolute;
  right: max(-35px, -35 / 1280 * var(--inner-width) * 1px);
  top: max(-22px, -22 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-careerstep .careerstep-step::after {
    background: url(/professional/assets/images/about/careerstep/arrow-blue-sp.png) no-repeat center center/contain;
    width: calc(54 / 768 * var(--inner-width) * 1px);
    height: calc(108 / 768 * var(--inner-width) * 1px);
    right: calc(-35 / 768 * var(--inner-width) * 1px);
    top: calc(-28 / 768 * var(--inner-width) * 1px);
  }
}
#professional-careerstep .careerstep-step.step04::after {
  display: none;
}
#professional-careerstep .careerstep-step.careerstep::after {
  display: block;
  content: "";
  background: url(/professional/assets/images/about/careerstep/arrow-pink.png) no-repeat center center/contain;
  width: min(154px, 154 / 1280 * var(--inner-width) * 1px);
  height: min(571px, 571 / 1280 * var(--inner-width) * 1px);
  position: absolute;
  left: min(158px, 158 / 1280 * var(--inner-width) * 1px);
  top: min(0px, 0 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-careerstep .careerstep-step.careerstep::after {
    background: url(/professional/assets/images/about/careerstep/arrow-pink-sp.png) no-repeat center center/contain;
    width: calc(184 / 768 * var(--inner-width) * 1px);
    height: calc(902 / 768 * var(--inner-width) * 1px);
    top: calc(254 / 768 * var(--inner-width) * 1px);
    left: 0;
  }
}
#professional-careerstep .career-example {
  width: 100%;
  background: #fff;
  border: 1px solid #005bac;
  position: relative;
  padding: min(32px, 32 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-careerstep .career-example {
    padding: calc(32 / 768 * var(--inner-width) * 1px) calc(24 / 768 * var(--inner-width) * 1px);
  }
}
#professional-careerstep .career-example__label {
  width: min(104px, 104 / 1280 * var(--inner-width) * 1px);
  height: min(38px, 38 / 1280 * var(--inner-width) * 1px);
  background: #005bac;
  border-radius: min(5px, 5 / 1280 * var(--inner-width) * 1px) min(5px, 5 / 1280 * var(--inner-width) * 1px) 0 0;
  color: #fff;
  font-size: min(20px, 20 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: max(-38px, -38 / 1280 * var(--inner-width) * 1px);
  left: 0;
}
@media only screen and (max-width: 47.9375em) {
  #professional-careerstep .career-example__label {
    width: calc(130 / 768 * var(--inner-width) * 1px);
    height: calc(50 / 768 * var(--inner-width) * 1px);
    border-radius: calc(5 / 768 * var(--inner-width) * 1px) calc(5 / 768 * var(--inner-width) * 1px) 0 0;
    font-size: calc(28 / 768 * var(--inner-width) * 1px);
    top: calc(-50 / 768 * var(--inner-width) * 1px);
  }
}
#professional-careerstep .career-example__copy {
  font-size: min(20px, 20 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
  margin-bottom: min(40px, 40 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-careerstep .career-example__copy {
    font-size: calc(28 / 768 * var(--inner-width) * 1px);
    margin-bottom: calc(40 / 768 * var(--inner-width) * 1px);
  }
}
#professional-careerstep .career-example__thumbnail {
  width: 100%;
  height: min(300px, 300 / 1280 * var(--inner-width) * 1px);
  border-radius: min(5px, 5 / 1280 * var(--inner-width) * 1px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 47.9375em) {
  #professional-careerstep .career-example__thumbnail {
    height: calc(300 / 768 * var(--inner-width) * 1px);
    border-radius: calc(5 / 768 * var(--inner-width) * 1px);
  }
}
#professional-careerstep .career-dept {
  margin: min(16px, 16 / 1280 * var(--inner-width) * 1px) 0;
  font-size: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  #professional-careerstep .career-dept {
    font-size: calc(24 / 768 * var(--inner-width) * 1px);
    margin: calc(16 / 768 * var(--inner-width) * 1px) 0;
  }
}
#professional-careerstep .career-text {
  font-size: min(14px, 14 / 1280 * var(--inner-width) * 1px);
  line-height: 2;
  margin-bottom: min(30px, 30 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-careerstep .career-text {
    font-size: calc(22 / 768 * var(--inner-width) * 1px);
    margin-bottom: calc(24 / 768 * var(--inner-width) * 1px);
  }
}
#professional-careerstep .topics-block {
  width: 100%;
  padding: min(32px, 32 / 1280 * var(--inner-width) * 1px);
  border-radius: min(5px, 5 / 1280 * var(--inner-width) * 1px);
  background: rgba(97, 166, 227, 0.24);
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  #professional-careerstep .topics-block {
    border-radius: calc(10 / 768 * var(--inner-width) * 1px);
    padding: calc(32 / 768 * var(--inner-width) * 1px);
  }
}
#professional-careerstep .topics-block.topic02, #professional-careerstep .topics-block.topic04 {
  background: #fff;
  border: 1px solid rgba(97, 166, 227, 0.24);
}
#professional-careerstep .topics-block + .topics-block {
  margin-top: min(8px, 8 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-careerstep .topics-block + .topics-block {
    margin-top: calc(8 / 768 * var(--inner-width) * 1px);
  }
}
#professional-careerstep .topics-label {
  font-size: min(18px, 18 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  border-radius: min(5px, 5 / 1280 * var(--inner-width) * 1px);
  background: #61a6e3;
  padding: min(4px, 4 / 1280 * var(--inner-width) * 1px) min(24px, 24 / 1280 * var(--inner-width) * 1px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: min(20px, 20 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-careerstep .topics-label {
    font-size: calc(26 / 768 * var(--inner-width) * 1px);
    border-radius: calc(5 / 768 * var(--inner-width) * 1px);
    padding: calc(4 / 768 * var(--inner-width) * 1px) calc(24 / 768 * var(--inner-width) * 1px);
    margin-bottom: calc(20 / 768 * var(--inner-width) * 1px);
  }
}
#professional-careerstep .topics-title {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  padding-bottom: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  margin-bottom: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  border-bottom: 1px solid #005bac;
}
@media only screen and (max-width: 47.9375em) {
  #professional-careerstep .topics-title {
    gap: calc(16 / 768 * var(--inner-width) * 1px);
    padding-bottom: calc(16 / 768 * var(--inner-width) * 1px);
    margin-bottom: calc(16 / 768 * var(--inner-width) * 1px);
  }
}
#professional-careerstep .topics-title .tag {
  font-size: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
  color: #005bac;
  white-space: nowrap;
  background: #fff;
  width: min(112px, 112 / 1280 * var(--inner-width) * 1px);
  height: min(34px, 34 / 1280 * var(--inner-width) * 1px);
  border-radius: min(5px, 5 / 1280 * var(--inner-width) * 1px);
  border: 1px solid #005bac;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media only screen and (max-width: 47.9375em) {
  #professional-careerstep .topics-title .tag {
    font-size: calc(24 / 768 * var(--inner-width) * 1px);
    width: calc(152 / 768 * var(--inner-width) * 1px);
    height: calc(46 / 768 * var(--inner-width) * 1px);
    border-radius: calc(5 / 768 * var(--inner-width) * 1px);
  }
}
#professional-careerstep .topics-title .copy {
  font-size: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  #professional-careerstep .topics-title .copy {
    font-size: calc(24 / 768 * var(--inner-width) * 1px);
  }
}
#professional-careerstep .topics-text {
  font-size: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  #professional-careerstep .topics-text {
    font-size: calc(24 / 768 * var(--inner-width) * 1px);
  }
}
#professional-careerstep .topics-block.topic02 .topics-label {
  background: #5498d4;
}
#professional-careerstep .topics-block.topic03 .topics-label {
  background: #3b7ab2;
}
#professional-careerstep .topics-block.topic04 .topics-label {
  background: #005bac;
}
#professional-careerstep .topics-block.is-gray {
  background: #ededed;
}
#professional-careerstep .topics-block.is-gray h3 {
  font-size: min(24px, 24 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
  color: #005bac;
  border-bottom: 1px solid #005bac;
  margin-bottom: min(16px, 16 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-careerstep .topics-block.is-gray h3 {
    font-size: calc(32 / 768 * var(--inner-width) * 1px);
    margin-bottom: calc(16 / 768 * var(--inner-width) * 1px);
  }
}/*# sourceMappingURL=careerstep.css.map */