main {
  overflow-x: hidden;
}

.prof {
  padding: 0 40px;
  margin-bottom: 113px;
}
@media screen and (max-width: 768px) {
  .prof {
    padding: 0 20px;
  }
}
.prof .flex {
  position: relative;
  max-width: 1160px;
  margin: auto;
  padding: 86px 0 80px 98px;
  gap: 46px;
  gap: 98px;
}
@media screen and (max-width: 768px) {
  .prof .flex {
    padding: 40px 20px;
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.prof .flex::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100px 0px 0px 10px;
  background: linear-gradient(90deg, #5ddba1 0%, #27aadb 100%);
}
@media screen and (max-width: 768px) {
  .prof .flex::before {
    border-radius: 50px 10px 10px 10px;
  }
}
.prof .flex div {
  position: relative;
}
.prof .flex div:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.prof .flex div dl dt {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.75;
}
.prof .flex div dl dd {
  font-size: 14px;
  line-height: 1.8571428571;
  padding-top: 1em;
}
.prof .flex div p {
  font-size: 14px;
  line-height: 1.8571428571;
  text-align: justify;
  margin: 0;
}
.prof .flex div figure {
  margin: 0;
  margin-right: -52px;
  width: 542px;
}
@media screen and (max-width: 768px) {
  .prof .flex div figure {
    width: auto;
    margin: auto;
  }
}
.prof .flex div figure img {
  border-radius: 10px;
}

.step {
  max-width: 1250px;
  margin: 0 auto;
  padding: 100px 0 100px 45px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .step {
    padding-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .step {
    padding: 50px 20px 45px !important;
  }
}
.step::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -49px;
  top: 0;
  background: #fff;
  border-radius: 10px 100px 10px 10px;
}
@media screen and (max-width: 1024px) {
  .step::before {
    left: 0;
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 768px) {
  .step::before {
    width: 100%;
    border-radius: 0;
  }
}
.step .step-heading {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .step .step-heading {
    flex-direction: column !important;
  }
}
.step .step-heading p.step-year {
  margin: 0;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 1;
  text-align: right;
  color: #1d1d1d;
}
@media screen and (max-width: 768px) {
  .step .step-heading p.step-year {
    font-size: 35px;
  }
}
.step .step-heading h2.step-ttl {
  flex: 0 0 55.601659751%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: #3fb15d;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
  margin-bottom: 4em;
}
@media screen and (max-width: 1024px) {
  .step .step-heading h2.step-ttl {
    flex: 0 0 58.0912863071%;
  }
}
@media screen and (max-width: 768px) {
  .step .step-heading h2.step-ttl {
    justify-content: flex-start;
    gap: 1em;
    margin-bottom: 2em;
    font-size: 22px;
    letter-spacing: 0;
  }
}
.step .step-heading h2.step-ttl span:nth-of-type(1) {
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .step .step-heading h2.step-ttl span:nth-of-type(1) {
    font-size: 15px;
    margin-top: 0.35em;
  }
}
.step .flex {
  position: relative;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .step .flex {
    flex-direction: column !important;
    gap: 30px;
  }
}
.step .flex div:nth-of-type(1) {
  flex: 0 0 55.601659751%;
}
@media screen and (max-width: 1024px) {
  .step .flex div:nth-of-type(1) {
    flex: 0 0 58.0912863071%;
  }
}
.step .flex div:nth-of-type(1) h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.75;
  margin-bottom: 1.8em;
}
@media screen and (max-width: 768px) {
  .step .flex div:nth-of-type(1) h3 {
    font-size: 18px;
  }
}
.step .flex div:nth-of-type(1) p {
  font-size: 14px;
  line-height: 1.8571428571;
  text-align: justify;
}
.step .flex div:nth-of-type(1) dl {
  margin: 0;
  padding: 0;
}
.step .flex div:nth-of-type(1) dl dt {
  font-weight: 500;
  margin: 2.7em 0 1.3em;
}
.step .flex div:nth-of-type(1) dl dd ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.step .flex div:nth-of-type(1) dl dd ul li.label span {
  display: inline-block;
  border-radius: 100px;
  background: #3fb15d;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  padding: 0.55em 20px 0.65em;
}
@media screen and (max-width: 768px) {
  .step .flex div:nth-of-type(1) dl dd ul li.label span {
    font-size: 12px;
    display: block;
  }
}
.step .flex div:nth-of-type(2) {
  flex: 0 0 31.2033195021%;
}
.step .flex div:nth-of-type(2) figure {
  margin: 0;
}
.step .flex div:nth-of-type(2) figure img {
  border-radius: 10px;
}

.step02,
.step04 {
  padding-left: 0;
  padding-right: 45px;
  padding-left: 0;
  padding-right: 45px;
}
@media screen and (max-width: 1024px) {
  .step02,
.step04 {
    padding-left: 25px;
  }
}
.step02::before,
.step04::before {
  left: auto;
  right: -49px;
}
@media screen and (max-width: 1024px) {
  .step02::before,
.step04::before {
    right: 0;
  }
}
.step02 .step-heading,
.step04 .step-heading {
  flex-direction: row;
}
.step02 .flex,
.step04 .flex {
  flex-direction: row-reverse;
}

.flow {
  padding: 58px 20px 55px;
}
.flow p {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .flow p {
    font-size: 18px;
  }
}
.flow p::before, .flow p::after {
  content: "";
  display: block;
  width: 3px;
  height: 43px;
  background: url(img/icon-flow.svg);
  background-size: cover;
}
.flow p::before {
  margin: 0 auto 45px;
}
.flow p::after {
  margin: 45px auto 0;
}

#next-career {
  background: linear-gradient(#f4f2e7 0%, #e4f2e8 100%);
  padding: 125px 0 150px;
  margin-top: 133px;
}
@media screen and (max-width: 768px) {
  #next-career {
    padding: 80px 0 80px;
    margin-top: 65px;
  }
}
#next-career .uk-container h2 {
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  color: #3fb15d;
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  #next-career .uk-container h2 {
    font-size: 30px;
    margin-bottom: 2em;
  }
}
#next-career .uk-container .flex {
  gap: 6.3793103448%;
}
@media screen and (max-width: 768px) {
  #next-career .uk-container .flex {
    flex-direction: column-reverse;
  }
}
#next-career .uk-container .flex div:nth-of-type(1) {
  flex: 1;
}
#next-career .uk-container .flex div:nth-of-type(1) dl + dl {
  margin-top: 85px;
}
@media screen and (max-width: 768px) {
  #next-career .uk-container .flex div:nth-of-type(1) dl + dl {
    margin-top: 45px;
  }
}
#next-career .uk-container .flex div:nth-of-type(1) dl {
  margin: 0;
  padding: 0;
}
#next-career .uk-container .flex div:nth-of-type(1) dl dt {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  #next-career .uk-container .flex div:nth-of-type(1) dl dt {
    font-size: 16px;
  }
}
#next-career .uk-container .flex div:nth-of-type(1) dl dd {
  font-size: 14px;
  line-height: 1.8571428571;
}
@media screen and (max-width: 768px) {
  #next-career .uk-container .flex div:nth-of-type(1) dl dd {
    font-size: 12px;
  }
}
#next-career .uk-container .flex div:nth-of-type(2) {
  flex: 0 0 35.8620689655%;
}
#next-career .uk-container .flex div:nth-of-type(2) figure {
  margin: 0;
}
@media screen and (max-width: 768px) {
  #next-career .uk-container .flex div:nth-of-type(2) figure {
    width: 50%;
    margin: 0 auto 30px;
  }
}
#next-career .uk-container .flex div:nth-of-type(2) figure img {
  border-radius: 100%;
}