@charset "utf-8";

/* ↓↓↓ common ↓↓↓ */
html,
body {
  overflow-x: clip;
}

/* ↑↑↑ common ↑↑↑ */

.under-wrapper {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}

.under-wrapper::before {
  content: '';
  position: absolute;
  top: -3.90625vw;
  left: -4.609371vw;
  width: 15.625vw;
  height: 100%;
  background: url(../img/recruit/challenged/under-deco01.svg) repeat-y;
  background-size: contain;
}

@media (min-width: 1281px) {
  .under-wrapper::before {
    top: -50px;
    left: -59px;
    width: 200px;
  }
}

.under-wrapper::after {
  content: '';
  position: absolute;
  top: -7.03125vw;
  right: -3.046871vw;
  width: 15.625vw;
  height: 100%;
  background: url(../img/recruit/challenged/under-deco02.svg) repeat-y;
  background-size: contain;
}

@media (min-width: 1281px) {
  .under-wrapper::after {
    top: -90px;
    right: -39px;
    width: 200px;
  }
}

@media (max-width: 768px) {

  .under-wrapper::before {
    top: 50px;
    left: 0;
    width: 25px;
    background: url(../img/recruit/challenged/under-deco-l_sp.svg) repeat-y;
    background-size: contain;
  }

  .under-wrapper::after {
    top: 60px;
    right: 0;
    width: 25px;
    background: url(../img/recruit/challenged/under-deco-r_sp.svg) repeat-y;
    background-size: contain;
  }
}

/* ↓↓↓ fv ↓↓↓ */
.fv {
  width: 100%;
  padding: 0 25px;
  position: relative;
}

.fv_inner {
  max-width: 1098px;
  margin: 0 auto;
  position: relative;
  container-type: inline-size;
}

.fv-deco01 {
  position: absolute;
  translate: -50% 0;
  top: -169px;
  left: 37.5%;
  width: 26.594%;
  z-index: 1;
}

@media (max-width: 1024px) {
  .fv-deco01 {
    top: -139px;
  }
}

@media (max-width: 768px) {
  .fv-deco01 {
    translate: 0 0;
    top: -40px;
    left: initial;
    right: -25px;
    width: 89px;
    height: 111px;
  }
}

.fv-deco02 {
  position: absolute;
  top: 6.945%;
  left: calc((100vw - 100%)/2 * -1);
  width: 8.38%;
  z-index: -1;
}

@media (min-width: 1281px) {
  .fv-deco02 {
    top: 50px;
    left: -91px;
    width: 92px;
  }
}

@media (max-width: 768px) {
  .fv-deco02 {
    top: 10px;
    left: -25px;
    width: 62px;
  }
}

.fv-deco03 {
  position: absolute;
  top: 23.584%;
  right: -55px;
  width: 16.577%;
  z-index: 1;
}

@media (min-width: 1281px) {
  .fv-deco03 {
    top: 183px;
    width: 184px;
  }
}

@media (max-width: 768px) {
  .fv-deco03 {
    top: 220px;
    right: -25px;
    width: 80px;
  }
}

.fv .ttl-group {
  margin-top: 1.14285em;
  margin-bottom: 1.14285em;
  padding-left: .91071em;
  font-size: 5.10018cqw;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .1em;
}

@media (max-width: 768px) {
  .fv .ttl-group {
    margin-top: 50px;
    margin-bottom: 32px;
    padding-left: 11px;
    font-size: 4.0rem;
    line-height: 1.1;
  }
}

.fv .ttl-group .ttl {
  font-family: var(--be-vietnam);
  line-height: 1.14;
}

.fv .ttl-group .caption {
  display: block;
  width: fit-content;
  margin-top: .6em;
  padding: 08px 20px;
  font-size: .321428em;
  letter-spacing: .1em;
  background: linear-gradient(120deg, #3DD3B0 0%, #FFE240 100%);
  border-radius: 50px;
}

@media (max-width: 768px) {
  .fv .ttl-group .caption {
    font-size: 2.0rem;
    letter-spacing: .09em;
  }
}

.fv_image {
  width: 100%;
  margin-left: auto;
  position: relative;
  container-type: inline-size;
}

@media (max-width: 768px) {
  .fv_image {
    width: 100%;
  }
}

.fv_image .bg-tower {
  position: absolute;
  top: -59.39%;
  right: 4.645%;
  width: 11.75%;
  z-index: -1;
}

@media (max-width: 768px) {
  .fv_image .bg-tower {
    position: absolute;
    top: -155px;
    right: 12px;
    width: 65px;
  }
}

@media (max-width: 360px) {
  .fv_image .bg-tower {
    width: 60px;
  }
}

.fv_image picture {
  display: block;
  border-radius: 40px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .fv_image picture {
    border-radius: 20px;
  }
}

/* ↑↑↑ fv ↑↑↑ */

/* ↓↓↓ conts_box ↓↓↓ */
.conts_box {
  max-width: 894px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .conts_box {
    padding: 0 20px;
  }
}

/* ↑↑↑ conts_box ↑↑↑ */

/* ↓↓↓ anker_list ↓↓↓ */
.anker_list {
  max-width: 894px;
  margin: 80px auto 0;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .anker_list {
    max-width: 460px;
    margin-top: 60px;
    flex-wrap: wrap;
  }
}

.anker_list li {
  width: 23.49%;
  height: 64px;
}

@media (max-width: 768px) {
  .anker_list li {
    width: 48.7%;
    height: 72px;
    margin-top: 10px;
  }

  .anker_list li:nth-of-type(-n+2) {
    margin-top: 0;
  }
}

.anker_list .anker {
  width: 100%;
  height: 100%;
  align-items: center;
  border: 1px solid #000;
  border-radius: 12px;
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
  display: grid;
  grid-template-columns: 7% 1fr 44px;
  grid-template-rows: 1fr;
  grid-template-areas:
    ". txt icon";
  justify-content: center;
  position: relative;
  transition: color 300ms 0s ease, opacity 300ms 0s ease;
}

@media (min-width: 769px) {
  .anker_list .anker:hover {
    opacity: .5;
  }
}

@media (max-width: 768px) {
  .anker_list .anker {
    display: flex;
    flex-direction: column;
    padding-top: 7px;
    border-radius: 15px;
  }
}

.anker_list .anker .txt {
  grid-area: txt;
  margin: 0 auto;
}

.anker_list .anker .icon {
  grid-area: icon;
  display: block;
  width: 24px;
  margin: 0 auto;
  rotate: 90deg;
}

@media (max-width: 768px) {
  .anker_list .anker .icon {
    margin-top: 7px;
  }
}

/* ↑↑↑ anker_list ↑↑↑ */

/* ↓↓↓ conts_item ↓↓↓ */
.conts_item {
  width: 100%;
  padding-top: 120px;
}

@media (max-width: 768px) {
  .conts_item {
    padding-top: 60px;
  }
}

.conts_item .ttl {
  padding-left: 35px;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1;
  position: relative;
}

@media (max-width: 768px) {
  .conts_item .ttl {
    padding-left: 35px;
    font-size: 2.0rem;
  }
}

.conts_item .ttl::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  aspect-ratio: 1/1;
  background-color: #000;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .conts_item .ttl::before {
    top: 2px;
  }
}

.anker_list li:nth-of-type(1) .anker::before,
.conts_item:nth-of-type(1) .ttl::before {
  background: linear-gradient(90deg, rgba(254, 86, 112, 1) 0%, rgba(255, 226, 64, 1) 100%);
}

.anker_list li:nth-of-type(2) .anker::before,
.conts_item:nth-of-type(2) .ttl::before {
  background: linear-gradient(90deg, rgba(126, 74, 210, 1) 0%, rgba(61, 211, 176, 1) 100%);
}

.anker_list li:nth-of-type(3) .anker::before,
.conts_item:nth-of-type(3) .ttl::before {
  background: linear-gradient(90deg, rgba(255, 226, 64, 1) 0%, rgba(5, 172, 242, 1) 100%);
}

.anker_list li:nth-of-type(4) .anker::before,
.conts_item:nth-of-type(4) .ttl::before {
  background: linear-gradient(90deg, rgba(254, 86, 112, 1) 0%, rgba(126, 74, 210, 1) 100%);
}

.conts_item .ttl .notes {
  display: block;
  margin-top: 24px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: .06em;
}

@media (max-width: 768px) {
  .conts_item .ttl .notes {
    width: calc(100% + 35px);
    margin-top: 16px;
    margin-left: -35px;
    line-height: 1.7;
  }
}

.rec_list {
  width: 100%;
  margin-top: 32px;
}

@media (max-width: 768px) {
  .rec_list {
    margin-top: 28px;
  }
}

.rec_list .item {
  padding: 24px 30px;
  display: flex;
  background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 8px);
  background-size: 6px 1px;
  background-position: left top;
  background-repeat: repeat-x;
}

@media (max-width: 768px) {
  .rec_list .item {
    padding: 16px 0;
    flex-direction: column;
  }
}

.rec_list .item:last-of-type {
  background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 8px),
    linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 8px);
  background-size: 4px 1px, 4px 1px;
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
}

.rec_list .item .name {
  width: 165px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .rec_list .item .name {
    width: 100%;
  }
}

.rec_list .item .txt {
  flex: 1;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .rec_list .item .txt {
    margin-top: 10px;
  }
}

.flow_list {
  width: 88.70246085011186%;
  display: flex;
  justify-content: space-between;
  container-type: inline-size;
  margin: 32px auto 0;
}

@media (max-width: 768px) {
  .flow_list {
    max-width: 400px;
    margin: 24px auto 0;
    flex-direction: column;
  }
}

.flow_list .item {
  padding: 24px 3.28% 29px;
  background-color: #F0F0F0;
  border-radius: 20px;
  position: relative;
}

@media (max-width: 768px) {
  .flow_list .item {
    margin-bottom: 33px;
    padding: 24px;
    position: relative;
  }

  .flow_list .item:last-of-type {
    margin-bottom: 0;
  }
}

.flow_list .item::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -3cqw;
  translate: 0 -50%;
  width: 2.900378310214376cqw;
  aspect-ratio: 23/50;
  background: url(../img/recruit/flow-arrow.svg)no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .flow_list .item::after {
    top: unset;
    bottom: -42px;
    right: 50%;
    translate: 50% 0;
    width: 23px;
    rotate: 90deg;
  }
}

.flow_list .item:last-of-type:after {
  display: none;
}

.flow_list .item .txt-block {
  margin: 16px auto 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

@media (max-width: 768px) {
  .flow_list .item .txt-block {
    margin-top: 0;
    flex-direction: column;
  }
}

.flow_list .item .num {
  width: fit-content;
  display: block;
  margin: 0 auto;
  font-family: var(--be-vietnam);
  font-size: 4.03530895334174cqw;
  font-weight: bold;
  line-height: 1;
}

@media (max-width: 768px) {
  .flow_list .item .num {
    margin-left: 0;
    font-size: 2.8rem;
  }
}

.flow_list .item b {
  font-size: 2.269861286254729cqw;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1;
}

@media (max-width: 768px) {
  .flow_list .item b {
    position: absolute;
    top: 28px;
    left: 75px;
    font-size: 1.8rem;
    writing-mode: horizontal-tb;
    text-orientation: unset;
  }
}

.flow_list .item .txt {
  margin-right: .85em;
  font-size: 1.765447667087011cqw;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .flow_list .item .txt {
    margin-top: 12px;
    margin-right: 0;
    font-size: 1.4rem;
    writing-mode: horizontal-tb;
    text-orientation: unset;
    line-height: 1.7;
  }
}

.flow_list .item .center {
  writing-mode: horizontal-tb;
}

.accordion {
  margin-top: 32px;
  margin-bottom: 80px;
}

.accordion:last-of-type {
  margin-bottom: 0;
}

.accordion .ac-ttl {
  width: fit-content;
  margin: 32px auto 24px;
  padding: 10px 40px;
  font-size: 2.0rem;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  line-height: 1;
  border-radius: 50px;
}

.accordion .details {
  border-bottom: 1px solid #000;
}

.accordion .details:first-of-type {
  border-top: 1px solid #000;
}

.accordion .summary {
  display: block;
  padding: 31px 80px 31px 90px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  position: relative;
  background-color: #fff;
  cursor: pointer;
  transition: opacity 300ms 0s ease;
}

@media (max-width: 768px) {
  .accordion .summary {
    padding: 16px 35px 16px 40px;
    font-size: 1.6rem;
    line-height: 1.625;
  }
}

@media (min-width: 769px) {
  .accordion .summary:hover {
    opacity: .7;
  }
}

.accordion .summary::before {
  content: 'Q.';
  position: absolute;
  top: 50%;
  left: 40px;
  translate: 0 -50%;
  font-family: var(--be-vietnam);
  font-size: 1.9em;
  line-height: 1;
}

@media (max-width: 768px) {
  .accordion .summary::before {
    left: 0;
    font-size: 1.8em;
  }
}

.accordion .summary::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 40px;
  translate: 0 -50%;
  width: 24px;
  aspect-ratio: 1 / 1;
  background: url(../img/job/icon_link.svg) no-repeat;
  rotate: 90deg;
  transition: rotate 300ms 0s ease;
}

@media (max-width: 768px) {
  .accordion .summary::after {
    right: 0;
  }
}

.accordion .summary.is-open::after {
  rotate: 270deg;
}

.accordion .answer {
  padding: 32px 40px;
  background-color: #F0F0F0;
  display: none;
  background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 8px);
  background-size: 4px 1px;
  background-position: left top;
  background-repeat: repeat-x;
}

@media (max-width: 768px) {
  .accordion .answer {
    padding: 16px 24px;
  }
}

.accordion .answer_inner {
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: justify;
  word-break: break-all;
}

.accordion .answer_inner .head {
  display: block;
  margin-top: 32px;
  margin-bottom: 16px;
  padding-left: 35px;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}

@media (max-width: 768px) {
  .accordion .answer_inner .head {
    margin-top: 16px;
    margin-bottom: 8px;
  }
}

.accordion .answer_inner .head::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 20px;
  aspect-ratio: 1 / 1;
  background: linear-gradient(90deg, rgba(254, 86, 112, 1) 0%, rgba(126, 74, 210, 1) 100%);
  border-radius: 50%;
}

.desk {
  margin: 32px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px 24px;
  container-type: inline-size;
}

@media (max-width: 768px) {
  .desk {
    max-width: 400px;
    margin-top: 24px;
    flex-direction: column;
    gap: 0;
  }
}

.desk .item {
  width: calc((100% - 24px)/2);
  display: flex;
  flex-direction: column;
}

.desk .item.single {
  width: 100%;
}

@media (max-width: 768px) {
  .desk .item {
    width: 100%;
    margin-top: 16px;
  }

  .desk .item:first-of-type {
    margin-top: 0;
  }
}

.desk .item .desk-ttl {
  width: fit-content;
  margin: 0 auto;
  padding: 9px 40px;
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  border-radius: 50px;
  position: relative;
}


@media (max-width: 768px) {
  .desk .item .desk-ttl {
    padding: 12px 30px;
    font-size: 1.8rem;
  }
}

.desk .item:nth-of-type(1) .desk-ttl {
  color: #fff;
  background-color: #000;
}

.desk .item.single .desk-ttl {
  border: 1px solid #000;
  background-color: #fff;
}

.desk .item:nth-of-type(2) .desk-ttl {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

.desk .item .frame {
  height: 100%;
  margin-top: -19px;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .desk .item .frame {
    margin-top: -21px;
  }
}

.desk .item:nth-of-type(1) .frame {
  padding: 43px 12.875% 32px;
  border: 1px solid #000;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  background-color: #fff;
}

.desk .item:nth-of-type(2) .frame {
  padding: 50px 9.196% 25px;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.11em;
  background-color: #F0F0F0;
  text-align: justify;
  word-break: break-all;
}

@media (max-width: 768px) {
  .desk .item:nth-of-type(2) .frame,
  .desk .item:nth-of-type(1) .frame,
  .desk .item.single .frame {
    padding: 37px 24px 24px;
  }

  .desk .item.single .frame {
    text-align: justify;
  }
}

.desk .item .frame a {
  text-decoration: none;
}


@media (max-width: 768px) {
  .desk .item:nth-of-type(2) .frame {
    padding: 37px 24px 24px;
  }
}

/* ↑↑↑ conts_item ↑↑↑ */

/* ↓↓↓ link-group ↓↓↓ */
.link-group {
  position: relative;
  width: 100vw;
  margin: 120px calc(50% - 50vw) 0;
  padding: 104px 15px;
  background: url(../img/recruit/link-group-bg.jpg)no-repeat;
  background-size: cover;
  z-index: 5;
}

@media (max-width: 768px) {
  .link-group {
    margin-top: 64px;
    padding: 64px 15px;
  }
}

.lilnk_inner {
  max-width: 835px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  container-type: inline-size;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .lilnk_inner {
    max-width: 437px;
    flex-direction: column;
  }
}

.link-group .linkbtn {
  width: 100%;
  padding: 5.299% 6.181cqw;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 100px;
  position: relative;
  transition: all 300ms 0s ease;
  display: flex;
  align-items: center;
}

@media (min-width: 769px) {
  .link-group .linkbtn:hover {
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
  }
}

@media (max-width: 768px) {
  .link-group .linkbtn {
    width: 100%;
    margin-top: 24px;
    padding: 40px 48px;
    flex-direction: column;
    align-items: flex-start;
  }

  .link-group .linkbtn:first-of-type {
    margin-top: 0;
  }
}

.link-group .linkbtn::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 9.604%;
  translate: 0 -50%;
  width: 48px;
  aspect-ratio: 1 / 1;
  background: url(../img/recruit/linkbtn-arrow.svg) no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .link-group .linkbtn::before {
    right: 24px;
    width: 32px;
  }
}

.link-group .linkbtn .p1 {
  font-family: var(--be-vietnam);
  font-size: 6.70659cqw;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 1;
}

.link-group .linkbtn .p2 {
  margin-left: 32px;
  font-size: 1.91617cqw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}


@media (max-width: 768px) {
  .link-group .linkbtn .p1 {
    font-size: 2.4rem;
  }

  .link-group .linkbtn .p2 {
    margin-top: 5px;
    margin-left: 0;
    font-size: 1.4rem;
  }
}

/* ↑↑↑ link-group ↑↑↑ */

/* ↓↓↓ other ↓↓↓ */
.other .content .ttl-group::before {
  background: linear-gradient(90deg, rgba(61, 211, 176, 1) 0%, rgba(5, 172, 242, 1) 100%);
}

.other .content .list .item.-txt {
  display: flex;
  flex-direction: column;
}

.item.-txt .txt-link {
  width: 100%;
  height: auto;
  aspect-ratio: 384 / 98;
  margin-top: 6.25%;
  border-radius: 20px;
  border: 1px solid #000;
  display: grid;
  place-content: center;
  position: relative;
  font-size: min(18 / 950 * 100vw, 1.8rem);
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1;
  background-color: #fff;
  overflow: clip;
  transition: background-color 300ms 0s ease, color 300ms 0s ease;
}

.item.-txt .txt-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--otherlink-bg);
  z-index: -1;
  scale: 0 1;
  transform-origin: left center;
  transition: scale 300ms 0s ease;
}

.item.-txt .txt-link.-fresh::before {
  --otherlink-bg: linear-gradient(90deg, rgba(249, 157, 54, 1) 0%, rgba(255, 226, 64, 1) 100%);
}

.item.-txt .txt-link.-career::before {
  --otherlink-bg: linear-gradient(90deg, rgba(254, 86, 112, 1) 0%, rgba(126, 74, 210, 1) 100%);
}

.item.-txt .txt-link.-challenged::before {
  --otherlink-bg: linear-gradient(90deg, rgba(61, 211, 176, 1) 0%, rgba(255, 226, 64, 1) 100%);
}

@media (min-width: 769px) {
  .item.-txt .txt-link:hover {
    background-color: transparent;
  }

  .item.-txt .txt-link.-career:hover {
    color: #fff;
  }

  .item.-txt .txt-link:hover::before {
    scale: 1 1;
  }
}

@media (max-width: 768px) {
  .item.-txt .txt-link {
    height: 80px;
    margin-top: 16px;
    font-size: 1.6rem;
  }
}

.item.-txt .txt-link:first-of-type {
  margin-top: unset;
}

.item.-txt .txt-link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 8.38%;
  translate: 0 -50%;
  width: 24px;
  aspect-ratio: 1/1;
  background: url(../img/job/icon_link.svg)no-repeat;
}

@media (max-width: 768px) {
  .item.-txt .txt-link::after {
    width: 24px;
  }
}

/* ↑↑↑ other ↑↑↑ */