/*
Theme Name: Twenty Twenty-one Child
Version: 1.6
Template: twentytwentyone
*/
:root {
  --viewport-width: min(100vw, 2000px);
  --b: calc(var(--viewport-width) / 160);
}

#career .internal__wrapper {
  padding-bottom: max(12.5rem, 80px);
}
#career .internal .btnBox {
  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;
  gap: max(2.5rem, 15px);
}
@media screen and (max-width: 1000px) {
  #career .internal .btnBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#career .internal .btnBox .btn {
  margin: 0;
}
#career .internal .btnBox .btn--pt {
  --baseColor: #6c9bd2;
}
#career .internal .btnBox .btn--st {
  --baseColor: #ef858c;
}
#career .internal .btnBox .btn--po {
  --baseColor: #f5a73e;
}
#career .internal .btnBox .btn:hover {
  background: var(--baseColor);
}
#career .internal .btnBox .btn:hover .btn__text {
  color: #fff;
}
#career .internal .btnBox .btn:hover .btn__arrow svg path {
  fill: #fff;
}
#career .situation {
  z-index: 20;
}
#career .situation__wrapper--pt {
  --baseColor: #6c9bd2;
  --baseColorRgb: 108, 155, 210;
  --subColor: #e8eff8;
}
#career .situation__wrapper--st {
  --baseColor: #ef858c;
  --baseColorRgb: 239, 133, 140;
  --subColor: #fff9f9;
}
#career .situation__wrapper--po {
  --baseColor: #f5a73e;
  --baseColorRgb: 245, 167, 62;
  --subColor: #fffbf5;
}
#career .situation__content {
  position: relative;
  padding-top: max(15rem, 100px);
  padding-bottom: max(14.5rem, 50px);
}
#career .situation__content--primary {
  background: var(--baseColor);
}
#career .situation__content--secondary {
  background: #fff;
}
#career .situation__content--thirdary {
  position: relative;
  background: #fff;
  z-index: 0;
}
#career .situation__content--thirdary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(var(--baseColorRgb), 0.15);
  z-index: -1;
}
#career .situation__content__career {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(8.5rem, 30px);
}
@media screen and (max-width: 1000px) {
  #career .situation__content__career {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#career .situation__content__career .textBox p {
  color: #fff;
}
#career .situation__content__career .offer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: max(1rem, 10px);
  text-align: center;
}
#career .situation__content__career .offer__rate {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: max(4rem, 40px) max(13rem, 30px) max(3rem, 30px);
  background: rgba(255, 255, 255, 0.2);
  border-radius: max(2.5rem, 20px);
  overflow: hidden;
}
#career .situation__content__career .offer__rate span {
  color: #fff;
  font-size: max(1.6rem, 14px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
#career .situation__content__career .offer__rate strong {
  color: #fff;
  font-family: YakuHanJP, "Manrope", "IBM Plex Sans JP", sans-serif;
  font-size: max(11.8rem, 70px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
}
#career .situation__content__career .offer__rate strong small {
  color: inherit;
  font-size: 0.5em;
  font-weight: 500;
  line-height: inherit;
  letter-spacing: inherit;
}
#career .situation__content .supplement {
  color: #fff;
}
#career .situation__content__bg {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: max(101%, 1600px);
  height: auto;
  left: 50%;
  right: 0;
  bottom: 100%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
#career .situation__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: max(1.2rem, 10px);
  padding-bottom: max(6.5rem, 30px);
}
#career .situation__title__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: max(3.8rem, 35px);
  height: auto;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
#career .situation__title__icon img {
  vertical-align: baseline;
}
#career .situation__title__text {
  color: #fff;
  font-size: max(3.6rem, 26px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#career .situation__subtitle {
  position: relative;
  padding-bottom: max(2rem, 15px);
  margin-bottom: max(2.5rem, 20px);
  font-size: max(2.4rem, 16px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}
#career .situation__subtitle:not(:first-of-type) {
  margin-top: max(10rem, 50px);
}
#career .situation__subtitle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: max(0.1rem, 1px);
  background-size: 7px max(0.1rem, 1px);
  background-repeat: repeat-x;
}
#career .situation__subtitle--primary {
  color: #fff;
}
#career .situation__subtitle--primary::before {
  background-image: linear-gradient(to right, #fff 4px, transparent 3px);
}
#career .situation__subtitle--secondary {
  color: var(--baseColor);
}
#career .situation__subtitle--secondary::before {
  background-image: linear-gradient(to right, var(--baseColor) 4px, transparent 3px);
}
#career .situation__evidence {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: max(15rem, 50px) max(4rem, 30px);
}
@media screen and (max-width: 1300px) {
  #career .situation__evidence {
    grid-template-columns: 1fr;
  }
}
#career .situation__evidence__item__inner {
  display: grid;
}
#career .situation__evidence__item__text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10;
}
#career .situation__evidence__item__text .circleBox {
  position: relative;
}
@media screen and (max-width: 550px) {
  #career .situation__evidence__item__text .circleBox {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
}
#career .situation__evidence__item__text .circleBox__deco {
  position: absolute;
  inset: 0;
}
#career .situation__evidence__item__text .circleBox__deco img {
  position: absolute;
}
#career .situation__evidence__item__text .circleBox__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  height: auto;
  margin: max(2rem, 20px) 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: var(--baseColor);
}
@media screen and (max-width: 550px) {
  #career .situation__evidence__item__text .circleBox__inner {
    margin-top: 0;
  }
}
#career .situation__evidence__item__text .circleBox__inner h4 {
  color: #fff;
  font-size: max(2.4rem, 18px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: max(2rem, 15px);
}
#career .situation__evidence__item__text .circleBox__inner p {
  color: #fff;
  font-size: max(1.5rem, 13px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
#career .situation__evidence__item__text > p {
  font-size: max(1.5rem, 13px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
#career .situation__evidence__item__text > p b {
  color: #FF0000;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#career .situation__evidence__item__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 550px) {
  #career .situation__evidence__item__image {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
#career .situation__evidence__item__image .imageBox img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
#career .situation__evidence__item__image .imageBox__title {
  position: absolute;
  top: 0;
  left: 50%;
  width: 80%;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
}
#career .situation__evidence__item:nth-of-type(1) .situation__evidence__item__inner {
  grid-template-columns: 1fr 60%;
}
@media screen and (max-width: 550px) {
  #career .situation__evidence__item:nth-of-type(1) .situation__evidence__item__inner {
    grid-template-columns: 1fr 50%;
  }
}
#career .situation__evidence__item:nth-of-type(1) .situation__evidence__item__image {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
#career .situation__evidence__item:nth-of-type(1) .situation__evidence__item__text .circleBox__deco img:nth-of-type(1) {
  width: 5%;
  top: 0;
  right: 22.5%;
}
#career .situation__evidence__item:nth-of-type(1) .situation__evidence__item__text .circleBox__deco img:nth-of-type(2) {
  width: 7.5%;
  top: 5%;
  right: 15%;
}
#career .situation__evidence__item:nth-of-type(1) .situation__evidence__item__text .circleBox__deco img:nth-of-type(3) {
  width: 10%;
  left: 0;
  bottom: 5%;
}
#career .situation__evidence__item:nth-of-type(2) h3 {
  margin-right: auto;
}
#career .situation__evidence__item:nth-of-type(2) .situation__evidence__item__inner {
  grid-template-columns: 60% 1fr;
}
@media screen and (max-width: 550px) {
  #career .situation__evidence__item:nth-of-type(2) .situation__evidence__item__inner {
    grid-template-columns: 50% 1fr;
  }
}
#career .situation__evidence__item:nth-of-type(2) .situation__evidence__item__image {
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
#career .situation__evidence__item:nth-of-type(2) .situation__evidence__item__text > p {
  text-align: right;
}
#career .situation__evidence__item:nth-of-type(2) .situation__evidence__item__text .circleBox__deco img:nth-of-type(1) {
  width: 5%;
  bottom: 5%;
  right: 10%;
}
#career .situation__evidence__item:nth-of-type(2) .situation__evidence__item__text .circleBox__deco img:nth-of-type(2) {
  width: 10%;
  bottom: 10%;
  right: 0;
}
#career .situation__evidence__text {
  display: block;
  width: min(760px, 100%);
  margin: 0 auto;
  margin-top: max(6rem, 50px);
}
@media screen and (max-width: 1300px) {
  #career .situation__evidence__text {
    margin-top: max(15rem, 40px);
  }
}
#career .situation__group {
  margin-top: max(4.5rem, 30px);
  border-radius: max(1rem, 10px);
  overflow: hidden;
}
#career .situation__group__outer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: max(3.5rem, 30px);
}
@media screen and (max-width: 1000px) {
  #career .situation__group__outer {
    grid-template-columns: 1fr;
  }
}
#career .situation__group__outer .imageBox--graph {
  aspect-ratio: 101/91;
}
#career .situation__group--primary {
  background: var(--subColor);
  border: max(0.2rem, 2px) solid #fff;
}
#career .situation__group--primary .situation__group__title {
  color: var(--baseColor);
  background: #fff;
}
#career .situation__group--secondary {
  background: #fff;
  border: max(0.2rem, 2px) solid var(--baseColor);
}
#career .situation__group--secondary .situation__group__title {
  color: #fff;
  background: var(--baseColor);
}
#career .situation__group__title {
  font-size: max(2.4rem, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  padding: max(2.5rem, 20px) 5%;
}
#career .situation__group__detail {
  padding: max(5rem, 30px) 10% max(9rem, 50px);
  background: #fff;
}
#career .situation__group__detail__supplement {
  position: relative;
  padding-bottom: max(1.5rem, 15px);
  margin-bottom: max(2.5rem, 20px);
}
#career .situation__group__detail__supplement::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: max(0.1rem, 1px);
  background-image: linear-gradient(to right, var(--baseColor) 4px, transparent 3px);
  background-size: 7px max(0.1rem, 1px);
  background-repeat: repeat-x;
}
#career .situation__group__detail__inner--flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: max(7rem, 30px);
}
@media screen and (max-width: 1000px) {
  #career .situation__group__detail__inner--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#career .situation__group__detail__inner .imageBox {
  width: 100%;
  height: auto;
  aspect-ratio: 253/166;
}
#career .situation__group__detail__inner .imageBox img {
  width: 100%;
  height: 100%;
}
#career .situation__group__detail__inner .textBox {
  margin-top: max(2.5rem, 20px);
}
#career .situation__group__detail__inner .textBox h5 {
  color: var(--baseColor);
  font-size: max(2.4rem, 18px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: max(1rem, 10px);
}
#career .situation__accordion {
  position: relative;
}
#career .situation__accordion::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: max(0.1rem, 1px);
  background-image: linear-gradient(to right, var(--baseColor) 4px, transparent 3px);
  background-size: 7px max(0.1rem, 1px);
  background-repeat: repeat-x;
}
#career .situation__accordion__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: max(1rem, 10px);
     -moz-column-gap: max(1rem, 10px);
          column-gap: max(1rem, 10px);
  width: 100%;
  padding: max(2rem, 15px) 0;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
#career .situation__accordion__header:hover {
  background: rgba(var(--baseColorRgb), 0.15);
}
#career .situation__accordion__header h5 {
  font-size: max(1.5rem, 14px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
#career .situation__accordion__header__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: max(1.3rem, 13px);
  fill: var(--baseColor);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#career .situation__accordion__body {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.3s ease;
  transition: grid-template-rows 0.3s ease;
  transition: grid-template-rows 0.3s ease, -ms-grid-rows 0.3s ease;
}
#career .situation__accordion__body__inner {
  overflow: hidden;
  padding-bottom: 0;
}
#career .situation__accordion__body p {
  font-size: max(1.4rem, 13px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
#career .situation__accordion__body b {
  position: relative;
  padding-left: 1em;
}
#career .situation__accordion__body b::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 0.8em;
  height: auto;
  aspect-ratio: 1/1;
  background: var(--baseColor);
  border-radius: max(0.2rem, 2px);
  overflow: hidden;
}
#career .situation__accordion.is-open .situation__accordion__body {
  grid-template-rows: 1fr;
  padding-bottom: max(1rem, 10px);
}
#career .situation__accordion.is-open .situation__accordion__header__icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#career .situation__voice {
  padding: max(10rem, 50px) max(8rem, 30px);
  background: rgba(var(--baseColorRgb), 0.15);
  border-radius: max(2.5rem, 20px);
  border: max(0.2rem, 2px) solid var(--baseColor);
  overflow: hidden;
}
#career .situation__voice__header {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: max(2rem, 15px) 1fr;
  -webkit-column-gap: max(1.5rem, 15px);
     -moz-column-gap: max(1.5rem, 15px);
          column-gap: max(1.5rem, 15px);
  margin-bottom: max(3rem, 30px);
  padding-bottom: max(1rem, 10px);
  border-bottom: max(0.1rem, 1px) solid var(--baseColor);
}
#career .situation__voice__header h4 {
  color: var(--baseColor);
  font-size: max(2.4rem, 18px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
#career .situation__voice__body {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: max(33rem, 200px) 1fr;
  gap: max(5.5rem, 20px);
}
@media screen and (max-width: 1300px) {
  #career .situation__voice__body {
    gap: max(2rem, 20px);
  }
}
@media screen and (max-width: 1000px) {
  #career .situation__voice__body {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1000px) {
  #career .situation__voice__body .imageBox {
    width: min(400px, 100%);
    margin: 0 auto;
  }
}
#career .situation__voice__body h5 {
  color: var(--baseColor);
  font-size: max(2.4rem, 16px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: max(1rem, 5px);
}
#career .situation__voice__body .grade {
  display: block;
  margin-top: max(3rem, 20px);
  color: var(--baseColor);
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: right;
}/*# sourceMappingURL=career.css.map */