:root {
  --viewport-width: 100vw;
  --b: calc(var(--viewport-width) / 160);
}

@media screen and (max-width: 550px) {
  :root {
    --viewport-width: max(100vw, 550px);
    --b: calc(var(--viewport-width) / 55);
  }
}
#career .intro {
  padding-top: 11.5rem;
  padding-bottom: 11rem;
}
@media screen and (max-width: 550px) {
  #career .intro {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
#career .intro__inner.inner1 {
  gap: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #career .intro__inner.inner1 {
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  #career .intro__inner.inner1 {
    gap: 30px;
  }
}
#career .intro__inner.inner1 .intro__inner--image {
  width: max(22rem, 150px);
}
#career .intro__inner.inner1 .intro__inner--text {
  flex: 1;
}
@media screen and (max-width: 768px) {
  #career .intro__inner.inner1 .intro__inner--text {
    text-align: center;
  }
}
#career .intro__inner.inner1 .intro__inner--text b {
  display: block;
  color: #007440;
  font-size: max(2.9rem, 26px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.3em;
  margin-bottom: 3rem;
}
@media screen and (max-width: 550px) {
  #career .intro__inner.inner1 .intro__inner--text b {
    font-size: 26px;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
  }
}
#career .intro__inner.inner1 .intro__inner--text b span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#career .intro__inner.inner2 {
  gap: 4rem 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #007440;
  padding: 5rem 9rem;
  margin-top: max(6rem, 30px);
}
@media screen and (max-width: 768px) {
  #career .intro__inner.inner2 {
    align-items: flex-start;
    flex-direction: column;
    padding: 9rem;
  }
}
@media screen and (max-width: 550px) {
  #career .intro__inner.inner2 {
    gap: 10px 0;
    padding: 30px;
  }
}
#career .intro__inner.inner2 .intro__inner--text1 h5 {
  color: #007440;
  font-size: max(2.1rem, 18px);
  font-weight: 600;
  line-height: 2.5;
  letter-spacing: 0.3em;
}
#career .intro__inner.inner2 .intro__inner--text2 {
  flex: 1;
  gap: 3rem;
  display: flex;
  flex-direction: column;
}
#career .intro > .btn {
  width: 395px;
  margin: 5rem auto 0 auto;
}
@media screen and (max-width: 550px) {
  #career .intro > .btn {
    width: 100%;
    margin-top: 50px;
  }
}
#career .strong {
  position: relative;
  background: #def0ea;
  margin-top: 30rem;
  padding-bottom: 14rem;
  z-index: 0;
}
@media screen and (max-width: 550px) {
  #career .strong {
    margin-top: 100px;
    padding-bottom: 70px;
  }
}
#career .strong__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
#career .strong__bg img {
  width: 100%;
}
#career .strong__inner {
  display: flex;
  width: 80%;
  margin: 0 auto;
  border: 1px solid #007440;
  background: #fff;
  transform: translateY(-30rem);
}
@media screen and (max-width: 1000px) {
  #career .strong__inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  #career .strong__inner {
    width: 90%;
    transform: translateY(-100px);
  }
}
#career .strong__inner--image {
  position: relative;
  width: 69rem;
}
@media screen and (max-width: 1000px) {
  #career .strong__inner--image {
    width: 100%;
  }
}
#career .strong__inner--image img {
  width: 100%;
  height: 100%;
  -o-object-position: right center;
     object-position: right center;
}
#career .strong__inner--image span {
  position: absolute;
  display: grid;
  place-items: center;
  text-align: center;
  top: 0;
  left: 0;
  padding: 4rem 4rem;
  color: #fff;
  font-size: max(1.9rem, 14px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background: #007440;
}
@media screen and (max-width: 1000px) {
  #career .strong__inner--image span {
    padding: 6rem 6rem;
    font-size: max(4rem, 14px);
  }
}
@media screen and (max-width: 550px) {
  #career .strong__inner--image span {
    font-size: 14px;
    padding: 10px 20px;
  }
}
#career .strong__inner--text {
  flex: 1;
  padding: 4rem 5rem;
}
@media screen and (max-width: 550px) {
  #career .strong__inner--text {
    padding: 30px;
  }
}
#career .strong__inner--text p {
  color: #007440;
}
#career .strong__inner--text h3 {
  display: block;
  color: #007440;
  font-size: max(2.1rem, 20px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.3em;
  margin: 3rem 0 6rem;
}
@media screen and (max-width: 550px) {
  #career .strong__inner--text h3 {
    font-size: 20px;
    letter-spacing: 0.1em;
    margin: 10px 0 40px;
  }
}
#career .strong__inner--text h3 span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#career .strong__video {
  width: max(76.5rem, 400px);
  margin: 0 auto 8rem auto;
  aspect-ratio: 16/10;
}
@media screen and (max-width: 550px) {
  #career .strong__video {
    width: 90%;
    margin-bottom: 35px;
  }
}
#career .strong__video iframe {
  width: 100%;
  height: 100%;
  background: gray;
}
#career .strong__detail {
  text-align: center;
}
@media screen and (max-width: 550px) {
  #career .strong__detail {
    gap: 30px;
    text-align: left;
  }
}
#career .strong__detail > h3 {
  display: block;
  color: #007440;
  font-size: max(2.6rem, 17px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.4em;
  margin-bottom: 4rem;
}
@media screen and (max-width: 550px) {
  #career .strong__detail > h3 {
    font-size: 17px;
    letter-spacing: 0.2em;
    margin-bottom: 30px;
  }
}
#career .strong__detail > p span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#career .strong__detail--wrapper {
  gap: 6rem;
  display: flex;
  align-items: start;
  justify-content: center;
  margin-top: 15rem;
}
@media screen and (max-width: 1000px) {
  #career .strong__detail--wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 550px) {
  #career .strong__detail--wrapper {
    gap: 30px;
    margin-top: 70px;
  }
}
#career .strong__detail--wrapper--image {
  width: 70rem;
}
@media screen and (max-width: 550px) {
  #career .strong__detail--wrapper--image {
    width: 100%;
  }
}
#career .strong__detail--wrapper--text {
  flex: 1;
}
#career .strong__detail--wrapper--text ul {
  gap: 3rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  #career .strong__detail--wrapper--text ul {
    gap: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #career .strong__detail--wrapper--text ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
#career .strong__detail--wrapper--text ul li {
  text-align: left;
}
#career .strong__detail--wrapper--text ul li:not(:last-child) {
  border-bottom: 2px dotted #007440;
  padding-bottom: 3rem;
}
@media screen and (max-width: 1000px) {
  #career .strong__detail--wrapper--text ul li:nth-of-type(odd) {
    padding-right: 30px;
    padding-bottom: 15px;
    border-right: 2px dotted #007440;
  }
  #career .strong__detail--wrapper--text ul li:nth-of-type(even) {
    padding-left: 30px;
    padding-bottom: 15px;
  }
  #career .strong__detail--wrapper--text ul li:nth-of-type(3), #career .strong__detail--wrapper--text ul li:nth-of-type(4) {
    padding-top: 30px;
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  #career .strong__detail--wrapper--text ul li {
    padding: 30px 0 !important;
    border-right: none !important;
  }
  #career .strong__detail--wrapper--text ul li:nth-of-type(3), #career .strong__detail--wrapper--text ul li:nth-of-type(4) {
    border-bottom: 2px dotted #007440;
  }
}
#career .strong__detail--wrapper--text ul li b {
  color: #007440;
  display: block;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.15em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  #career .strong__detail--wrapper--text ul li b {
    font-size: 17px;
    margin-bottom: 15px;
  }
}
#career .strong__detail--wrapper--text ul li p {
  font-size: 1.4rem;
}
@media screen and (max-width: 1000px) {
  #career .strong__detail--wrapper--text ul li p {
    font-size: 14px;
  }
}
#career .merit {
  background: linear-gradient(to bottom, #def0ea 0%, #fdfffe 100%);
}
#career .merit__wrapper:not(:first-of-type) {
  padding-top: max(6rem, 60px);
}
@media screen and (max-width: 550px) {
  #career .merit__wrapper:not(:first-of-type) {
    padding-top: 60px;
  }
}
#career .merit__wrapper--title {
  text-align: center;
  background: #007440;
  padding: 3rem;
}
@media screen and (max-width: 550px) {
  #career .merit__wrapper--title {
    padding: 10px 30px;
  }
}
#career .merit__wrapper--title h5 {
  color: #fff;
  font-size: max(2.1rem, 21px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 550px) {
  #career .merit__wrapper--title h5 {
    font-size: 21px;
    letter-spacing: 0.2em;
  }
}
#career .merit__wrapper--title h5 span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#career .merit__wrapper--detail {
  padding: 7rem 11rem;
  background: #fff;
}
@media screen and (max-width: 550px) {
  #career .merit__wrapper--detail {
    padding: 30px;
  }
}
#career .merit__wrapper--detail ul {
  gap: 4rem 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: start;
}
@media screen and (max-width: 550px) {
  #career .merit__wrapper--detail ul {
    gap: 30px 0;
  }
}
#career .merit__wrapper--detail ul li {
  gap: 3rem;
  display: flex;
  flex-direction: column;
  width: calc((100% - 5rem) / 3);
}
@media screen and (max-width: 1000px) {
  #career .merit__wrapper--detail ul li {
    width: calc((100% - 2.5rem) / 2);
  }
}
@media screen and (max-width: 550px) {
  #career .merit__wrapper--detail ul li {
    width: 100%;
    gap: 15px;
  }
}
#career .merit__wrapper--detail ul li .imageBox {
  position: relative;
}
#career .merit__wrapper--detail ul li .imageBox .number {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 30px;
  aspect-ratio: 1/1;
  color: #fff;
  font-size: max(2rem, 14px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  background: #007440;
}
#career .merit__wrapper--detail ul li p {
  font-size: max(1.4rem, 12px);
  line-height: 2;
}
#career .merit__wrapper--detail ul li p span {
  display: block;
  color: inherit;
  font-size: 12px;
  font-weight: inherit;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 2rem;
}
#career .merit .intro {
  padding-bottom: 16rem;
}
@media screen and (max-width: 550px) {
  #career .merit .intro {
    padding-bottom: 70px;
  }
}/*# sourceMappingURL=career.css.map */