@charset "UTF-8";
@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p_career__recruitment__heading {
  padding-block: 3rem;
  margin-inline: auto;
}
.p_career__recruitment__body {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p_career__recruitment__body {
    width: calc(100% - 3rem);
  }
}
.p_career__recruitment .recruitment ol.recruitment__contents {
  counter-reset: item;
}
.p_career__recruitment .recruitment .error-tx {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p_career__recruitment .recruitment .error-tx {
    font-size: 0.875rem;
  }
}
.p_career__recruitment .recruitment li.recruitment__item {
  border: #0A1023 solid 1px;
}
.p_career__recruitment .recruitment li.recruitment__item + li.recruitment__item {
  margin-top: 0.625rem;
}
.p_career__recruitment .recruitment__intro {
  position: relative;
}
.p_career__recruitment .recruitment__intro:before {
  /*要素の連番（カウンタ）の値を進める*/
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 200;
  color: #ffffff;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  width: 42px;
  z-index: 3;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0%;
  margin-top: -0.5em;
}
@media screen and (max-width: 768px) {
  .p_career__recruitment .recruitment__intro:before {
    width: 33px;
    font-size: 1.125rem;
  }
}
.p_career__recruitment .recruitment__intro:after {
  content: "";
  background: #0A1023;
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 42px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p_career__recruitment .recruitment__intro:after {
    width: 33px;
  }
}
.p_career__recruitment .recruitment__intro.open .toggle_btn::before {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 0;
}
.p_career__recruitment .recruitment__intro.open .toggle_btn::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.p_career__recruitment .recruitment__intro .toggle_btn {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 2;
  right: 1.5rem;
  top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p_career__recruitment .recruitment__intro .toggle_btn {
    right: 1.25rem;
    top: 1.25rem;
    width: 1.375rem;
    height: 1.375rem;
  }
}
.p_career__recruitment .recruitment__intro .toggle_btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #0A1023;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p_career__recruitment .recruitment__intro .toggle_btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #0A1023;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p_career__recruitment .recruitment__intro .intro {
  position: relative;
  padding: 1.5rem 3rem 1.5rem 5rem;
}
@media screen and (max-width: 1166px) {
  .p_career__recruitment .recruitment__intro .intro {
    padding: 1.25rem 1.25rem 1.25rem 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p_career__recruitment .recruitment__intro .intro {
    padding: 1.25rem 1rem 1.25rem 3rem;
  }
}
.p_career__recruitment .recruitment__intro .intro__type {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p_career__recruitment .recruitment__intro .intro__type {
    width: 100%;
  }
}
.p_career__recruitment .recruitment__intro .intro__type__en {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 200;
  color: #0D5EFF;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  width: calc(100% - 2rem);
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p_career__recruitment .recruitment__intro .intro__type__en {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 300;
    font-size: 1rem;
  }
}
.p_career__recruitment .recruitment__intro .intro__type__jp {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #ffffff;
  padding: 0.4rem 1rem;
  background: #0D5EFF;
  display: inline-block;
  font-size: 1.3125rem;
  max-width: clamp(55% - 0.625rem, 55% - 0.625rem, 500px);
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p_career__recruitment .recruitment__intro .intro__type__jp {
    max-width: 100%;
    font-size: 1.25rem;
    width: 100%;
  }
}
.p_career__recruitment .recruitment__intro .intro__type__text {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  font-size: 0.9375rem;
  width: clamp(45%, 45%, 380px);
  margin-top: 0.1em;
}
@media screen and (max-width: 768px) {
  .p_career__recruitment .recruitment__intro .intro__type__text {
    width: 100%;
    font-size: 0.875rem;
  }
}
.p_career__recruitment .recruitment__job {
  padding: 1rem 4rem 4rem;
  display: none;
  background: rgba(234, 238, 247, 0.5);
}
@media screen and (max-width: 1166px) {
  .p_career__recruitment .recruitment__job {
    padding: 0.5rem 2rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p_career__recruitment .recruitment__job {
    padding: 0rem 1rem 2rem;
  }
}
.p_career__recruitment .recruitment__job .job dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  .p_career__recruitment .recruitment__job .job dl {
    gap: 0 10px;
  }
}
.p_career__recruitment .recruitment__job .job dl dt {
  width: 120px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding: 1.2rem;
  border-bottom: solid 1px #0A1023;
}
@media screen and (max-width: 768px) {
  .p_career__recruitment .recruitment__job .job dl dt {
    padding: 1rem 0.3rem;
    font-size: 0.9375rem;
    width: 80px;
  }
}
.p_career__recruitment .recruitment__job .job dl dd {
  width: calc(100% - 120px - 20px);
  padding: 1.2rem;
  border-bottom: solid 1px #0A1023;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p_career__recruitment .recruitment__job .job dl dd {
    font-size: 0.9375rem;
    padding: 1rem 0.3rem;
    width: calc(100% - 80px - 10px);
  }
}
.p_career__recruitment .recruitment__job .job dl dd .text {
  line-height: 1.6;
  font-size: 1rem;
}
.p_career__recruitment .recruitment__job .job dl dd .text + li, .p_career__recruitment .recruitment__job .job dl dd .text + p, .p_career__recruitment .recruitment__job .job dl dd .text + ol {
  margin-top: 0.4em;
}
.p_career__recruitment .recruitment__job .job dl dd .text + .text {
  margin-top: 0.4em;
}
.p_career__recruitment .recruitment__job .job dl dd .text + ul.list {
  margin-top: 0.4em;
}
.p_career__recruitment .recruitment__job .job dl dd .sub {
  font-size: 0.875rem;
  line-height: 1.6;
}
.p_career__recruitment .recruitment__job .job dl dd .sub + ul.list {
  margin-top: 0.4em;
}
.p_career__recruitment .recruitment__job .job dl dd ul.list + p, .p_career__recruitment .recruitment__job .job dl dd ul.list + ol {
  margin-top: 0.4em;
}
.p_career__recruitment .recruitment__job .job dl dd ul.list li.list__title {
  font-size: 0.9375rem;
  position: relative;
  padding-left: 1.4em;
  line-height: 1.4;
}
.p_career__recruitment .recruitment__job .job dl dd ul.list li.list__title::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #81889D;
  position: absolute;
  left: 0em;
  top: 3px;
}
.p_career__recruitment .recruitment__job .job dl dd ul.list li.list__title + li.list__title {
  margin-top: 0.4em;
}
.p_career__recruitment .recruitment__job .job dl dd ul.list li.list__title + li.list__sub {
  margin-top: 0.2em;
}
.p_career__recruitment .recruitment__job .job dl dd ul.list li.list__sub {
  font-size: 0.9375rem;
  position: relative;
  padding-left: 1.8em;
  line-height: 1.4;
}
.p_career__recruitment .recruitment__job .job dl dd ul.list li.list__sub::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0A1023;
  position: absolute;
  left: 1.2em;
  top: 7px;
}
.p_career__recruitment .recruitment__job .job dl dd ul.list li.list__sub + li.list__sub {
  margin-top: 0.3em;
}
.p_career__recruitment .recruitment__job .job dl dd ol.list-number {
  counter-reset: my-counter;
}
.p_career__recruitment .recruitment__job .job dl dd ol.list-number + li, .p_career__recruitment .recruitment__job .job dl dd ol.list-number + p, .p_career__recruitment .recruitment__job .job dl dd ol.list-number + ol {
  margin-top: 0.4em;
}
.p_career__recruitment .recruitment__job .job dl dd ol.list-number li.list__title {
  font-size: 0.9375rem;
  position: relative;
  padding-left: 1.4em;
  line-height: 1.4;
}
.p_career__recruitment .recruitment__job .job dl dd ol.list-number li.list__title::before {
  content: "";
  content: counter(my-counter);
  counter-increment: my-counter;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #0A1023;
  position: absolute;
  left: 0em;
  top: 3px;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  font-size: 0.8125rem;
}
.p_career__recruitment .recruitment__job .job dl dd ol.list-number li.list__title + li.list__title {
  margin-top: 0.6em;
}
.p_career__recruitment .recruitment__job .job dl dd ol.list-number li.list__title + li, .p_career__recruitment .recruitment__job .job dl dd ol.list-number li.list__title + p {
  margin-top: 0.3em;
}
.p_career__recruitment .recruitment__job .job dl dd ol.list-number li.list__title + li.list__sub {
  margin-top: 0.2em;
}
.p_career__recruitment .recruitment__job .job dl dd ol.list-number li.list__text {
  font-size: 0.9375rem;
  line-height: 1.6;
  padding-left: 1.4em;
}
.p_career__recruitment .recruitment__job .job dl dd ol.list-number li.list__text + li, .p_career__recruitment .recruitment__job .job dl dd ol.list-number li.list__text + p, .p_career__recruitment .recruitment__job .job dl dd ol.list-number li.list__text + ol {
  margin-top: 0.3em;
}
.p_career__recruitment .recruitment__job .job dl dd ol.list-number li.list__text + li.list__sub {
  margin-top: 0.3em;
}
.p_career__recruitment .recruitment__job .job dl dd ol.list-number li.list__sublist {
  font-size: 0.9375rem;
  position: relative;
  padding-left: 1.8em;
  line-height: 1.4;
}
.p_career__recruitment .recruitment__job .job dl dd ol.list-number li.list__sublist::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0A1023;
  position: absolute;
  left: 1.2em;
  top: 7px;
}
.p_career__recruitment .recruitment__job .job dl dd ol.list-number li.list__sublist + li, .p_career__recruitment .recruitment__job .job dl dd ol.list-number li.list__sublist + p {
  margin-top: 0.4em;
}
.p_career__recruitment .recruitment__job .job dl dd ol.list-number li.list__sublist + li.list__sub {
  margin-top: 0.3em;
}
.p_career__recruitment .recruitment__job .job dl dd ol.list-number li.list__subtext {
  font-size: 0.8125rem;
  line-height: 1.6;
  padding-left: 1.6em;
}
.p_career__recruitment .recruitment__job .job dl dd ol.list-number li.list__subtext::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0A1023;
  position: absolute;
  left: 1.2em;
  top: 7px;
}
.p_career__recruitment .recruitment__job .job dl dd ol.list-number li.list__subtext + li, .p_career__recruitment .recruitment__job .job dl dd ol.list-number li.list__subtext + p {
  margin-top: 0.4em;
}
.p_career__recruitment .recruitment__job .job dl dd ol.list-number li.list__subtext + li.list__sub {
  margin-top: 0.3em;
}
.p_career__recruitment .recruitment__job .arrow-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  background: #ffffff;
  position: relative;
  margin: 0 -3rem auto auto;
  text-align: right;
}
@media screen and (max-width: 1166px) {
  .p_career__recruitment .recruitment__job .arrow-link {
    margin: 0.625rem 0rem auto auto;
  }
}
@media screen and (max-width: 768px) {
  .p_career__recruitment .recruitment__job .arrow-link {
    margin: 1rem 0rem auto auto;
  }
}
.p_career__recruitment .recruitment__job .arrow-link img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p_career__process {
  margin-block: 10rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p_career__process {
    margin-block: 6rem;
  }
}
@media screen and (max-width: 480px) {
  .p_career__process {
    margin-block: 6rem 3rem;
  }
}
.p_career__process__body {
  margin-top: 3rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p_career__process__body {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .p_career__process__body {
    margin-top: 1rem;
  }
}
.p_career__process__body .process__pc {
  display: block;
  max-width: 1040px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p_career__process__body .process__pc {
    display: none;
  }
}
.p_career__process__body .process__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p_career__process__body .process__sp {
    display: block;
    text-align: center;
    width: clamp(200px, 60vw, 400px);
    margin-inline: auto;
  }
}
.p_career__faq {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p_career__faq {
    width: calc(100% - 3rem);
  }
}
.p_career__faq__heading__en {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  font-size: 3.75rem;
}
.p_career__faq__heading__en span {
  background: none;
  color: #0A1023;
  padding: 0em 0.3em 0em 0.5em;
}
.p_career__faq__body {
  width: 100%;
  max-width: 1040px;
  margin-inline: auto;
  margin-top: 3rem;
}
.p_career__faq__body .faq__item {
  margin-bottom: 1rem;
}
.p_career__faq__body .faq__item__upper {
  padding: 1.5rem 3rem;
  border-radius: 20px;
  background: #EAEEF7;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p_career__faq__body .faq__item__upper {
    border-radius: 10px;
    padding: 1rem 1.25rem;
  }
}
.p_career__faq__body .faq__item__upper.open {
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 768px) {
  .p_career__faq__body .faq__item__upper.open {
    border-radius: 10px 10px 0 0;
  }
}
.p_career__faq__body .faq__item__upper.open .toggle_btn::before {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 0;
}
.p_career__faq__body .faq__item__upper.open .toggle_btn::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.p_career__faq__body .faq__item__upper .mark {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 500;
  font-size: 1.875rem;
  width: 60px;
}
@media screen and (max-width: 768px) {
  .p_career__faq__body .faq__item__upper .mark {
    width: 2rem;
    font-size: 1.375rem;
  }
}
.p_career__faq__body .faq__item__upper .text {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  font-size: 1.125rem;
  width: calc(100% - 60px - 1.5rem);
  margin-top: 0.1em;
}
@media screen and (max-width: 768px) {
  .p_career__faq__body .faq__item__upper .text {
    width: calc(100% - 2rem - 1.25rem);
    font-size: 0.9375rem;
  }
}
.p_career__faq__body .faq__item__upper .toggle_btn {
  position: absolute;
  width: 1rem;
  height: 1rem;
  z-index: 2;
  right: 3rem;
  top: calc(50% - 0.5em);
}
@media screen and (max-width: 768px) {
  .p_career__faq__body .faq__item__upper .toggle_btn {
    right: 1rem;
  }
}
.p_career__faq__body .faq__item__upper .toggle_btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #0A1023;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p_career__faq__body .faq__item__upper .toggle_btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #0A1023;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p_career__faq__body .faq__item__body {
  display: none;
}
.p_career__faq__body .faq__item__body__inner {
  padding: 1.5rem 3rem;
  border-radius: 0 0 20px 20px;
  background: #F7F8FC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p_career__faq__body .faq__item__body__inner {
    border-radius: 0 0 10px 10px;
    padding: 1rem 1.25rem;
  }
}
.p_career__faq__body .faq__item__body__inner .mark {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 500;
  font-size: 1.875rem;
  width: 60px;
  color: #0D5EFF;
}
@media screen and (max-width: 768px) {
  .p_career__faq__body .faq__item__body__inner .mark {
    width: 2rem;
    font-size: 1.375rem;
  }
}
.p_career__faq__body .faq__item__body__inner .text {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  font-size: 1rem;
  width: calc(100% - 60px);
  margin-top: 0.1em;
}
@media screen and (max-width: 768px) {
  .p_career__faq__body .faq__item__body__inner .text {
    width: calc(100% - 2rem);
    font-size: 0.9375rem;
  }
}
.p_career__faq__body .faq .flow {
  margin-top: 0.3em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3rem;
}
@media screen and (max-width: 768px) {
  .p_career__faq__body .faq .flow {
    display: block;
  }
}
.p_career__faq__body .faq .flow li {
  display: inline-block;
  padding-right: 1.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_career__faq__body .faq .flow li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.3rem;
    padding-bottom: 22px;
  }
}
.p_career__faq__body .faq .flow li::after {
  content: "";
  width: 20px;
  height: 11px;
  background: url(../../assets/images/common/icon-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 6px);
  margin-left: 3px;
}
@media screen and (max-width: 768px) {
  .p_career__faq__body .faq .flow li::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 15px;
    height: 25px;
    top: 30px;
    margin-left: 26px;
  }
}
.p_career__faq__body .faq .flow li:last-child::after {
  display: none;
}
.p_career__faq__body .faq .flow li .selection {
  padding: 2px 12px;
  border-radius: 20px;
  border: solid 1px #0A1023;
  background: #ffffff;
  display: inline-block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p_career__faq__body .faq .flow li .tx {
  width: calc(100% - 100px);
}
.p_career__faq__body .faq .link-btn {
  padding: 5px 12px;
  border-radius: 20px;
  background: #81889D;
  color: #ffffff;
  display: inline-block;
  margin-top: 0.4em;
  margin-left: 0.4em;
}
@media screen and (max-width: 768px) {
  .p_career__faq__body .faq .link-btn {
    padding: 2px 10px;
  }
}
.p_career__join {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p_career__join {
    width: calc(100% - 3rem);
  }
}
.p_career__join__heading__en {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  font-size: clamp(3.625rem, 8vw, 6.25rem);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_career__join__heading__en {
    font-size: 3.625rem;
  }
}
.p_career__join__heading__en span {
  background: none;
  color: #0A1023;
  padding: 0em 0.3em 0em 0.5em;
}
.p_career__join__body {
  width: 100%;
  max-width: 1040px;
  margin-inline: auto;
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 46px;
}
@media screen and (max-width: 1166px) {
  .p_career__join__body {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p_career__join__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p_career__join__body .join {
  margin-inline: auto;
  max-width: 870px;
  width: 100%;
  height: auto;
  border-radius: 400px;
  border: solid 1px #0A1023;
  overflow: hidden;
  display: block;
  position: relative;
  background: url(../../assets/images/newgraduate/img-join-btn-bg@2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  aspect-ratio: 2/1;
}
.p_career__join__body .join::after {
  content: "";
  position: absolute;
  background: #0D5EFF;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
@media screen and (max-width: 480px) {
  .p_career__join__body .join {
    aspect-ratio: 7/4;
    max-width: 500px;
  }
}
@media (hover: hover) {
  .p_career__join__body .join:hover {
    border: solid 1px #0D5EFF;
  }
  .p_career__join__body .join:hover::after {
    opacity: 1;
  }
}
.p_career__join__body .join__title {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  color: #ffffff;
  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: 0 1rem;
}
@media screen and (max-width: 768px) {
  .p_career__join__body .join__title {
    width: 80%;
  }
}
.p_career__join__body .join__title__en {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  font-size: 2.625rem;
  margin-top: 0.6rem;
  letter-spacing: 0.15em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p_career__join__body .join__title__en {
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 480px) {
  .p_career__join__body .join__title__en {
    font-size: 2rem;
  }
}
.p_career__join__body .join__title img.icon-arrow {
  width: 50px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p_career__join__body .join__title img.icon-arrow {
    width: 50px;
  }
}
@media screen and (max-width: 480px) {
  .p_career__join__body .join__title img.icon-arrow {
    width: 48px;
  }
}
.p_career__join__body_2 {
  margin-top: 6rem;
}
.p_career__join__body_2 .join {
  margin-inline: auto;
  max-width: 870px;
  width: 100%;
  height: auto;
  border-radius: 400px;
  border: solid 1px #0A1023;
  overflow: hidden;
  display: block;
  position: relative;
  background: url(../../assets/images/newgraduate/img-join-btn-bg@2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  aspect-ratio: 11/3;
}
.p_career__join__body_2 .join::after {
  content: "";
  position: absolute;
  background: #0D5EFF;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
@media screen and (max-width: 768px) {
  .p_career__join__body_2 .join {
    aspect-ratio: 8/4;
  }
}
@media screen and (max-width: 480px) {
  .p_career__join__body_2 .join {
    aspect-ratio: 7/4;
  }
}
@media (hover: hover) {
  .p_career__join__body_2 .join:hover {
    border: solid 1px #0D5EFF;
  }
  .p_career__join__body_2 .join:hover::after {
    opacity: 1;
  }
}
.p_career__join__body_2 .join__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_career__join__body_2 .join__title {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p_career__join__body_2 .join__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 270px;
  }
}
@media screen and (max-width: 480px) {
  .p_career__join__body_2 .join__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 230px;
  }
}
.p_career__join__body_2 .join__title__jp {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.3125rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p_career__join__body_2 .join__title__jp {
    font-size: 1.125rem;
  }
}
.p_career__join__body_2 .join__title__en {
  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: 0 0.625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_career__join__body_2 .join__title__en {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.p_career__join__body_2 .join__title__en__in {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  margin-top: 0.6rem;
  letter-spacing: 0.15em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p_career__join__body_2 .join__title__en__in {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .p_career__join__body_2 .join__title__en__in {
    font-size: 2rem;
  }
}
.p_career__join__body_2 .join__title__en img.icon-arrow {
  width: 50px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p_career__join__body_2 .join__title__en img.icon-arrow {
    width: 48px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  .p_career__join__body_2 .join__title__en img.icon-arrow {
    width: 40px;
  }
}
/*# sourceMappingURL=career.css.map */