/* CSS Document */
.spmask {
  display: inline-block;
}

.spmask-inline {
  display: inline;
}

.sponly {
  display: none;
}

@media (max-width: 767px) {
  .spmask {
    display: none;
  }
  .spmask-inline {
    display: none;
  }
  .sponly {
    display: block;
  }
}
/*------------------------------*/
body {
  position: relative;
}
body main {
  position: relative;
  z-index: 3;
}

/*------------------------------*/
/*------------------------------*/
.top-sectionTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-sectionTitle p.en {
  color: var(--orange);
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .top-sectionTitle p.en {
    margin-bottom: 1rem;
  }
}
.top-sectionTitle h2 {
  color: #fff;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 0 1rem;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--navy);
}
@media screen and (max-width: 767px) {
  .top-sectionTitle h2 {
    font-size: 3.4rem;
  }
}
.top-sectionTitle::after {
  content: "";
  display: block;
  width: 4rem;
  height: 2px;
  background-color: var(--navy);
  margin-top: 2rem;
}

/*------------------------------*/
.top-mv-bg {
  position: absolute;
  top: 0;
  height: 100vh;
  min-height: 500px;
  max-height: min(800px, 80vw);
  width: 100%;
  background-image: linear-gradient(-45deg, #e05020 0% 19%, #fff 44% 46%, #13137a 74% 100%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top-mv-bg {
    max-height: none;
  }
}
.top-mv-bg::after {
  background-image: url(../images/top/noise.png);
  background-repeat: repeat;
  background-size: 100px;
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  mix-blend-mode: multiply;
}

/*------------------------------*/
.top-mv {
  height: 100vh;
  min-height: 500px;
  max-height: min(800px, 80vw);
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-mv {
    max-height: none;
  }
}
.top-mv .mv-wrap {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-left: 5vw;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top-mv .mv-wrap {
    padding-inline: 1.5rem;
    -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.6));
            filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.6));
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 6rem;
  }
}
.top-mv .mv-wrap .site-name {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-mv .mv-wrap .site-name {
    font-size: 1.6rem;
  }
}
.top-mv .mv-wrap .copy {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .top-mv .mv-wrap .copy {
    margin-top: 2.5rem;
  }
}
.top-mv .mv-wrap .copy p {
  font-size: 6rem;
  font-weight: 900;
  font-family: "M PLUS 1p";
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-mv .mv-wrap .copy p {
    white-space: nowrap;
    font-size: 4.7rem;
  }
}
.top-mv .mv-wrap .borderLink {
  margin-top: 4rem;
  width: 20rem;
  height: 6rem;
}
@media screen and (max-width: 767px) {
  .top-mv .mv-wrap .borderLink {
    display: none;
  }
}
.top-mv .mv-slide {
  position: absolute;
  left: 46%;
  top: 0;
  width: 50%;
  height: 100%;
  rotate: 15deg;
  display: grid;
  grid-template-columns: repeat(2, min(48rem, 36vw));
  grid-template-rows: repeat(3, auto);
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .top-mv .mv-slide {
    display: none;
    width: 100%;
    left: -25%;
    grid-template-columns: repeat(2, 100vw);
  }
}
.top-mv .mv-slide .slide-wrap.right {
  translate: -21.5% 0;
}
.top-mv .mv-slide .slide-wrap .term {
  will-change: transform;
  padding-bottom: 4rem;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 4rem;
}
.top-mv .mv-slide .slide-wrap .term .image {
  width: 100%;
  --aspectRaito: calc(59 / 36);
  aspect-ratio: var(--aspectRaito);
  rotate: -15deg;
  -webkit-clip-path: polygon(calc(0% + 26.7949192431% / var(--aspectRaito)) 0%, 100% 0%, calc(100% - 26.7949192431% / var(--aspectRaito)) 100%, 0% 100%);
          clip-path: polygon(calc(0% + 26.7949192431% / var(--aspectRaito)) 0%, 100% 0%, calc(100% - 26.7949192431% / var(--aspectRaito)) 100%, 0% 100%);
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
/*------------------------------*/
.top-message {
  padding-block: 10rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-message {
    padding-block: 10rem 6rem;
  }
}
.top-message .inner {
  position: relative;
  z-index: 2;
}
.top-message .message-wrap p.readText {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-message .message-wrap p.readText {
    text-align: left;
  }
}
.top-message .message-wrap p.readText + p.readText {
  margin-top: 1lh;
}
.top-message .bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: -1.2rem;
  bottom: -0.6rem;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-message .bg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    top: 2rem;
    bottom: auto;
    right: 0;
  }
}
.top-message .bg span {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 16rem;
  font-weight: 700;
  line-height: 0.75;
  color: var(--navy);
}
@media screen and (max-width: 767px) {
  .top-message .bg span {
    color: #ebebff;
    font-size: min(21.5384615385vw, 140px);
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

/*------------------------------*/
.top-about {
  padding-block: 10rem;
  background-color: rgba(209, 209, 209, 0.5019607843);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-about {
    padding-block: 6rem 8rem;
  }
}
.top-about .top-sectionTitle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-about .about-wrap {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .top-about .about-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4rem;
    row-gap: 4rem;
  }
}
.top-about .about-wrap a {
  display: block;
  position: relative;
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .top-about .about-wrap a {
    width: 120vw;
  }
}
.top-about .about-wrap a .image {
  --aspectRaito: calc(635 / 382);
  scale: calc(1 + 0.3639702343 / var(--aspectRaito) / 1.785);
  -webkit-filter: drop-shadow(1rem 2rem 0 rgba(209, 209, 209, 0.5019607843));
          filter: drop-shadow(1rem 2rem 0 rgba(209, 209, 209, 0.5019607843));
}
@media screen and (max-width: 767px) {
  .top-about .about-wrap a .image {
    scale: 1;
  }
}
.top-about .about-wrap a .image .mask-inner {
  -webkit-clip-path: polygon(calc(0% + 36.3970234266% / var(--aspectRaito)) 0%, 100% 0%, calc(100% - 36.3970234266% / var(--aspectRaito)) 100%, 0% 100%);
          clip-path: polygon(calc(0% + 36.3970234266% / var(--aspectRaito)) 0%, 100% 0%, calc(100% - 36.3970234266% / var(--aspectRaito)) 100%, 0% 100%);
}
.top-about .about-wrap a .text {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-about .about-wrap a .text p.en {
  color: var(--orange);
}
.top-about .about-wrap a .text h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .top-about .about-wrap a .text h3 {
    margin-top: 1rem;
  }
}
.top-about .about-wrap a .text h3 > span {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  padding-inline: 0.5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .top-about .about-wrap a .text h3 > span {
    font-size: 2rem;
  }
}
.top-about .about-wrap a .text h3 > span:first-of-type > span::first-letter {
  color: var(--orange);
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  .top-about .about-wrap a .text h3 > span:first-of-type > span::first-letter {
    font-size: 3.2rem;
  }
}
.top-about .about-wrap a .text h3 > span > span {
  display: inline-block;
}
.top-about .about-wrap a:nth-of-type(1) {
  z-index: 1;
}
.top-about .about-wrap a:nth-of-type(1) .image {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.top-about .about-wrap a:nth-of-type(1) .text {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .top-about .about-wrap a:nth-of-type(1) .text {
    top: 1rem;
  }
}
.top-about .about-wrap a:nth-of-type(1) .text h3 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top-about .about-wrap a:nth-of-type(2) {
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-about .about-wrap a:nth-of-type(2) {
    margin-left: calc(-20vw - 4rem);
  }
}
.top-about .about-wrap a:nth-of-type(2) .image {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.top-about .about-wrap a:nth-of-type(2) .text {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  right: 0;
  bottom: 2rem;
}
.top-about .about-wrap a:nth-of-type(2) .text h3 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.top-about .about-wrap a .underLink {
  margin-top: 3rem;
}

/*------------------------------*/
.top-job {
  padding-block: 10rem 15rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-job {
    padding-block: 6rem 8rem;
  }
}
.top-job .job-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .top-job .job-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-job .job-wrap.wrap01 {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .top-job .job-wrap.wrap01 {
    margin-top: 4rem;
  }
}
.top-job .job-wrap.wrap01 .image {
  margin-left: calc(50% - 50vw);
}
.top-job .job-wrap.wrap01 .image .mask-inner {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, calc(100% - 36.3970234266% / var(--aspectRaito)) 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, calc(100% - 36.3970234266% / var(--aspectRaito)) 100%, 0% 100%);
}
.top-job .job-wrap.wrap01 .text {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .top-job .job-wrap.wrap01 .text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top-job .job-wrap.wrap02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .top-job .job-wrap.wrap02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 8rem;
  }
}
.top-job .job-wrap.wrap02 .image {
  margin-right: calc(50% - 50vw);
}
.top-job .job-wrap.wrap02 .image .mask-inner {
  -webkit-clip-path: polygon(calc(36.3970234266% / var(--aspectRaito)) 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(calc(36.3970234266% / var(--aspectRaito)) 0%, 100% 0%, 100% 100%, 0% 100%);
}
.top-job .job-wrap.wrap02 .text {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top-job .job-wrap .image {
  width: 50vw;
  --aspectRaito: calc(5 / 3);
  scale: calc(1 + 0.3639702343 / var(--aspectRaito) / 1.785);
  -webkit-filter: drop-shadow(1rem 2rem 0 rgba(209, 209, 209, 0.5019607843));
          filter: drop-shadow(1rem 2rem 0 rgba(209, 209, 209, 0.5019607843));
}
@media screen and (max-width: 767px) {
  .top-job .job-wrap .image {
    width: 100vw;
    scale: 1;
  }
}
.top-job .job-wrap .text {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .top-job .job-wrap .text {
    width: 100%;
    margin-top: 4rem;
  }
}
.top-job .job-wrap .text p.en {
  text-align: right;
  line-height: 1.5;
  color: var(--navy);
}
@media screen and (max-width: 767px) {
  .top-job .job-wrap .text p.en {
    text-align: left;
  }
}
.top-job .job-wrap .text h3 {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  padding-inline: 0.5rem;
  background-color: #fff;
  margin-block: 1.5rem 3rem;
}
@media screen and (max-width: 767px) {
  .top-job .job-wrap .text h3 {
    font-size: 2rem;
    padding-inline: 0;
    background-color: transparent;
    margin-block: 0.5rem 2rem;
  }
}
.top-job .job-wrap .text h3::first-letter {
  color: var(--navy);
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  .top-job .job-wrap .text h3::first-letter {
    font-size: 3.2rem;
  }
}
.top-job .job-wrap .text .underLink {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .top-job .job-wrap .text .underLink {
    margin-top: 4rem;
  }
}

/*------------------------------*/
.top-work {
  padding-block: 10rem;
  background-color: rgba(209, 209, 209, 0.5019607843);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-work {
    padding-block: 4rem 6rem;
  }
}
.top-work .work-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .top-work .work-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top-work .work-wrap .image {
  margin-right: calc(50% - 50vw);
  width: 50vw;
  --aspectRaito: calc(5 / 3);
  scale: calc(1 + 0.3639702343 / var(--aspectRaito) / 1.785);
  -webkit-filter: drop-shadow(1rem 2rem 0 rgba(209, 209, 209, 0.5019607843));
          filter: drop-shadow(1rem 2rem 0 rgba(209, 209, 209, 0.5019607843));
}
@media screen and (max-width: 767px) {
  .top-work .work-wrap .image {
    margin-right: 0;
    width: 100vw;
    scale: 1;
    margin-top: 8rem;
  }
}
.top-work .work-wrap .image .mask-inner {
  -webkit-clip-path: polygon(calc(36.3970234266% / var(--aspectRaito)) 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(calc(36.3970234266% / var(--aspectRaito)) 0%, 100% 0%, 100% 100%, 0% 100%);
}
.top-work .work-wrap .text {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: -6rem;
}
@media screen and (max-width: 767px) {
  .top-work .work-wrap .text {
    margin-top: 0;
    width: 100%;
  }
}
.top-work .work-wrap .text .top-sectionTitle {
  margin-block: 1.5rem 3rem;
}
@media screen and (max-width: 767px) {
  .top-work .work-wrap .text .top-sectionTitle {
    margin-block: 0.5rem 2rem;
  }
}
.top-work .work-wrap .underLink {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .top-work .work-wrap .underLink {
    margin-top: 4rem;
  }
}

/*------------------------------*/
/*------------------------------*/
.numbers {
  padding-block: 10rem;
}
@media screen and (max-width: 767px) {
  .numbers {
    padding-block: 4rem 6rem;
  }
}
.numbers .container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: min(2.5vw, 40px);
}
@media screen and (max-width: 767px) {
  .numbers .container {
    grid-template-columns: 1fr;
  }
}
.numbers .container li {
  -webkit-box-shadow: 0 0 8px -3px rgba(125, 125, 125, 0.5019607843);
          box-shadow: 0 0 8px -3px rgba(125, 125, 125, 0.5019607843);
  background-color: #fff;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 3rem 2rem;
}
.numbers .container li.item01, .numbers .container li.item07, .numbers .container li.item08, .numbers .container li.item09 {
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  .numbers .container li.item01, .numbers .container li.item07, .numbers .container li.item08, .numbers .container li.item09 {
    grid-column: span 1;
  }
}
.numbers .container li.item03, .numbers .container li.item04, .numbers .container li.item05, .numbers .container li.item06 {
  grid-column: span 3;
}
@media screen and (max-width: 767px) {
  .numbers .container li.item03, .numbers .container li.item04, .numbers .container li.item05, .numbers .container li.item06 {
    grid-column: span 1;
  }
}
.numbers .container li.item02 {
  grid-column: span 4;
}
@media screen and (max-width: 767px) {
  .numbers .container li.item02 {
    grid-column: span 1;
  }
}
.numbers .container li .icon {
  margin-inline: auto;
}
.numbers .container li p.title {
  margin-inline: auto;
  background-color: #ebebeb;
  padding: 0.8rem 2.5rem;
  font-weight: 600;
  color: var(--navy);
  border-radius: 100vmax;
  margin-bottom: 2rem;
}
.numbers .container li .text {
  color: var(--navy);
  font-weight: 700;
  margin-inline: auto;
  white-space: nowrap;
}
.numbers .container li .text > span {
  display: inline-block;
}
.numbers .container li .text .countUp {
  font-size: 8.8rem;
  letter-spacing: -0.02em;
  line-height: 0.8;
  text-align: right;
}
.numbers .container li .text .countUp.large {
  font-size: 10rem;
}
@media screen and (max-width: 767px) {
  .numbers .container li .text .countUp.large {
    font-size: 9rem;
  }
}
.numbers .container li .text .countUp.exlarge {
  font-size: 12rem;
}
@media screen and (max-width: 767px) {
  .numbers .container li .text .countUp.exlarge {
    font-size: 9rem;
  }
}
.numbers .container li .text .countUp + .unit {
  padding-left: 0.25em;
}
@media screen and (max-width: 767px) {
  .numbers .container li .text .countUp + .unit {
    padding-left: 0.1em;
  }
}
.numbers .container li .text .countUp.ch2 {
  width: 2ch;
}
.numbers .container li .text .countUp.ch2_5 {
  width: 2.5ch;
}
.numbers .container li .text .countUp.ch3 {
  width: 3ch;
}
.numbers .container li .text .countUp.ch3_5 {
  width: 3.5ch;
}
.numbers .container li .text .countUp.ch4 {
  width: 4ch;
}
.numbers .container li .text .unit {
  font-size: 2.5rem;
}
.numbers .container li .text .unit:has(+ .countUp) {
  padding-right: 0.25em;
}
@media screen and (max-width: 767px) {
  .numbers .container li .text .unit:has(+ .countUp) {
    padding-right: 0.1em;
  }
}
.numbers .container li p.sub {
  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-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  color: var(--navy);
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.numbers .container li p.sub::after, .numbers .container li p.sub::before {
  content: "-";
}
.numbers .container li p.caption {
  color: #3c3c3c;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 2rem;
}
.numbers .container li p.etc {
  color: var(--navy);
  font-weight: 700;
  font-size: 2rem;
  text-align: right;
}
.numbers .container li.item01 .i01 {
  width: 16.4rem;
}
@media screen and (max-width: 767px) {
  .numbers .container li.item01 .text {
    margin-top: 2rem;
  }
}
.numbers .container li.item02 .wrap {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  grid-row: span 2;
  row-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .numbers .container li.item02 .wrap {
    grid-template-columns: 1fr;
  }
}
.numbers .container li.item02 .wrap > div {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .numbers .container li.item02 .wrap > div {
    margin-top: 2rem;
  }
}
.numbers .container li.item02 .wrap > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .numbers .container li.item02 .wrap > div > div .text {
    margin-right: 0;
  }
}
.numbers .container li.item02 .i02a {
  width: 7rem;
}
@media screen and (max-width: 767px) {
  .numbers .container li.item02 .i02a {
    margin-left: 2rem;
  }
}
.numbers .container li.item02 .i02b {
  width: 8.3rem;
}
.numbers .container li.item02 .i02c {
  width: 9.1rem;
}
.numbers .container li.item02 .i02d {
  width: 7.8rem;
}
.numbers .container li.item03 .wrap {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-row: span 2;
  row-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .numbers .container li.item03 .wrap {
    grid-template-columns: 1fr;
    row-gap: 4rem;
  }
}
.numbers .container li.item03 .wrap > div {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.numbers .container li.item03 .wrap > div .icon {
  margin-top: 0.5rem;
}
.numbers .container li.item03 .wrap > div .text {
  margin-top: 1.5rem;
}
.numbers .container li.item03 p.etc {
  margin-top: 2rem;
}
.numbers .container li.item03 .i03a {
  width: 8.4rem;
}
.numbers .container li.item03 .i03b {
  width: 8.6rem;
}
.numbers .container li.item04 {
  position: relative;
  overflow: hidden;
}
.numbers .container li.item04 p.title {
  isolation: isolate;
}
.numbers .container li.item04 .wrap {
  isolation: isolate;
  display: grid;
  grid-template-rows: auto auto;
  grid-row: span 2;
}
.numbers .container li.item04 .wrap .text {
  margin-top: 1.5rem;
}
.numbers .container li.item04 .wrap p.caption {
  text-align: center;
}
.numbers .container li.item04 .icon {
  position: absolute;
}
.numbers .container li.item04 .icon.i04a {
  left: -3rem;
  top: 7rem;
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .numbers .container li.item04 .icon.i04a {
    width: 12rem;
  }
}
.numbers .container li.item04 .icon.i04b {
  right: 0;
  top: -1rem;
  width: 13rem;
}
@media screen and (max-width: 767px) {
  .numbers .container li.item04 .icon.i04b {
    width: 8rem;
  }
}
.numbers .container li.item05 {
  position: relative;
  overflow: hidden;
}
.numbers .container li.item05 p.title {
  isolation: isolate;
}
.numbers .container li.item05 .wrap {
  isolation: isolate;
  display: grid;
  grid-template-rows: auto auto;
  grid-row: span 3;
}
.numbers .container li.item05 .wrap .text {
  margin-top: 1.5rem;
}
.numbers .container li.item05 .icon {
  position: absolute;
}
.numbers .container li.item05 .icon.i05a {
  left: -5rem;
  top: 1em;
  width: 23rem;
}
@media screen and (max-width: 767px) {
  .numbers .container li.item05 .icon.i05a {
    width: 16rem;
  }
}
.numbers .container li.item05 .icon.i05b {
  right: -4.5rem;
  top: 3rem;
  width: 18.7rem;
}
@media screen and (max-width: 767px) {
  .numbers .container li.item05 .icon.i05b {
    width: 12rem;
  }
}
.numbers .container li.item06 {
  position: relative;
}
.numbers .container li.item06 .wrap {
  isolation: isolate;
  display: grid;
  grid-template-rows: auto auto;
  grid-row: span 3;
}
.numbers .container li.item06 .wrap .text {
  margin-top: 1.5rem;
}
.numbers .container li.item06 .icon {
  position: absolute;
}
.numbers .container li.item06 .icon.i06 {
  right: 2.8rem;
  top: 3.4em;
  width: 8.5rem;
}
.numbers .container li.item07 .icon {
  width: 14rem;
}
.numbers .container li.item08 .wrap {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: subgrid;
  grid-row: span 3;
}
.numbers .container li.item08 .wrap > div {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
.numbers .container li.item08 .icon {
  width: 7.3rem;
  margin-bottom: 1rem;
}
.numbers .container li.item09 .icon {
  width: 14rem;
}

/*------------------------------*/
/*------------------------------*/
.requirements {
  --lineColor: #cecece;
  padding-block: 0 10rem;
}
@media screen and (max-width: 767px) {
  .requirements {
    padding-block: 0 6rem;
  }
}
.requirements .select-container {
  padding-block: 5rem;
  border-bottom: 1px solid var(--lineColor);
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .requirements .select-container {
    padding-block: 4rem;
    margin-bottom: 4rem;
  }
}
.requirements .select-container #selectArea {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 11rem;
  grid-template-rows: 5rem;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .requirements .select-container #selectArea {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 4rem);
    row-gap: 1.2rem;
  }
}
.requirements .select-container #selectArea .pullDownBtn {
  width: 100%;
  height: 100%;
}
.requirements .select-container #selectArea .pullDownBtn select {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: 1.4rem;
  font-weight: 600;
  border-radius: 0;
  background-color: #f6f6f6;
}
.requirements .select-container #selectArea .searchBtn {
  display: grid;
  place-content: center;
  border-radius: 100vmax;
  border: 1px solid var(--navy);
  cursor: pointer;
  background-color: var(--navy);
  color: #fff;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  font-weight: 600;
}
@media (hover: hover) and (pointer: fine) {
  .requirements .select-container #selectArea .searchBtn:hover {
    color: var(--navy);
    background-color: #fff;
  }
}
.requirements .list-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .requirements .list-container {
    grid-template-columns: 1fr;
    row-gap: 3rem;
  }
}
.requirements .list-container li {
  background-color: #fff;
  padding: 3rem 3rem 8rem;
  border-radius: 2rem;
  border: 1px solid var(--lineColor);
  -webkit-transition: -webkit-box-shadow 0.1s ease;
  transition: -webkit-box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .requirements .list-container li:hover {
    -webkit-box-shadow: 0 0 20px -3px var(--navy);
            box-shadow: 0 0 20px -3px var(--navy);
    -webkit-transition: -webkit-box-shadow 0s;
    transition: -webkit-box-shadow 0s;
    transition: box-shadow 0s;
    transition: box-shadow 0s, -webkit-box-shadow 0s;
  }
}
.requirements .list-container li p.company-name {
  font-weight: 600;
  border-radius: 100vmax;
  display: inline-block;
  padding: 0.6rem 2rem;
  border: 1px solid currentColor;
  color: var(--navy);
  font-size: 1.4rem;
}
.requirements .list-container li .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 1rem;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .requirements .list-container li .title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.requirements .list-container li .title-wrap p.style-name {
  display: inline-block;
  padding-block: 0.7rem;
  width: 10rem;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-color: var(--navy);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.requirements .list-container li .title-wrap p.job-name {
  font-weight: 700;
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding-top: 0.02em;
}
.requirements .list-container li .salary {
  font-size: 1.4rem;
  font-weight: 700;
  padding-block: 2rem;
  border-bottom: 1px solid var(--lineColor);
}
.requirements .list-container li p.readText {
  font-size: 1.4rem;
  margin-top: 1.5rem;
}
.requirements .list-container li .underLink {
  position: absolute;
  right: 3rem;
  bottom: 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 0.2rem;
  height: 3.6rem;
  font-size: 1.4rem;
  margin-inline: auto 0;
  color: var(--text);
  margin-top: 2rem;
  color: var(--text);
}
.requirements .list-container li .underLink span {
  font-weight: 700;
}
.requirements .list-container .pagination {
  grid-column: span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.requirements .list-container .pagination a, .requirements .list-container .pagination span {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  padding-inline: 2rem;
}
.requirements .list-container .pagination a + a, .requirements .list-container .pagination a + span, .requirements .list-container .pagination span + a, .requirements .list-container .pagination span + span {
  border-left: 1px solid var(--text);
}
.requirements .list-container .pagination a {
  color: var(--text);
}
@media (hover: hover) and (pointer: fine) {
  .requirements .list-container .pagination a:hover {
    text-decoration: underline;
  }
}
.requirements .list-container .pagination span {
  color: var(--lineColor);
}
@media screen and (max-width: 767px) {
  .requirements .list-container .pagination {
    grid-column: span 1;
  }
}

/*------------------------------*/
/*------------------------------*/
.contentsMv {
  position: relative;
  width: 100%;
  height: 40rem;
  background: url("../common/images/contents_mv.jpg") no-repeat center bottom;
  background-size: cover;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .contentsMv {
    height: 20rem;
    background: url("../common/images/contents_mv_sp.jpg") no-repeat center top;
    background-size: cover;
    margin-top: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .contentsMv:has(p.readText) {
    height: 28rem;
  }
}
.contentsMv_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
  width: 100%;
}
.contentsMv_ttl .en {
  font-size: 2.1rem;
  font-family: "lato";
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.3em;
  color: var(--navy);
}
@media screen and (max-width: 767px) {
  .contentsMv_ttl .en {
    font-size: 1.8rem;
  }
}
.contentsMv_ttl .jp {
  font-size: 4.8rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .contentsMv_ttl .jp {
    font-size: 3rem;
    line-height: 1.3;
    margin-top: 1rem;
  }
}
.contentsMv_ttl p.readText {
  margin-top: 4rem;
  padding-inline: 2rem;
}
@media screen and (max-width: 767px) {
  .contentsMv_ttl p.readText {
    margin-top: 2rem;
    line-height: 1.8;
  }
}
.contentsMv .line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1rem;
  background-image: linear-gradient(135deg, var(--navy) 0% 49%, var(--orange) 51% 100%);
}
@media screen and (max-width: 767px) {
  .contentsMv .line {
    height: 0.4rem;
  }
}

.contentsLead {
  text-align: center;
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  .contentsLead {
    padding-block: 4rem;
  }
}
.contentsLead .readText {
  text-align: center;
}

/*------------------------------*/
/*------------------------------*/
.keyword {
  position: relative;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .keyword {
    margin-top: 4rem;
  }
}
.keyword_wrap {
  position: relative;
  z-index: 0;
  width: 100%;
  padding-block: 0;
}
@media screen and (max-width: 767px) {
  .keyword_wrap {
    padding-block: 0 4rem;
  }
}
.keyword_wrap.bgGray {
  background-color: #efefef;
  padding-top: 8rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .keyword_wrap.bgGray {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.keyword_wrap.bgGray::after {
  content: "";
  background: url("../images/keyword/bg_cross.png") repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.keyword_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 8rem;
  row-gap: 8rem;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
}
.keyword_box:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .keyword_box:last-of-type {
    margin-bottom: 4rem;
  }
}
.keyword_box:last-of-type .figure {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .keyword_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 4rem;
    row-gap: 2rem;
  }
}
.keyword_box.even {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .keyword_box.even {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.keyword_box.even .textBox_heading .copy {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.keyword_box .textBox {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .keyword_box .textBox {
    width: 100%;
  }
}
.keyword_box .textBox_heading {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .keyword_box .textBox_heading {
    margin-bottom: 2rem;
  }
}
.keyword_box .textBox_heading .copy {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.keyword_box .textBox_heading .copy p {
  background-color: var(--navy);
  padding: 1rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
  font-size: min(3.375vw, 38px);
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .keyword_box .textBox_heading .copy p {
    font-size: 2.8rem;
    margin-bottom: 0.5rem;
  }
}
.keyword_box .textBox_heading .copy p span {
  display: inline-block;
}
.keyword_box .figure {
  position: relative;
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .keyword_box .figure {
    width: 100%;
    margin-inline: auto;
    margin-bottom: 2rem;
  }
}
.keyword_box .figure img {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .keyword_box .figure img {
    width: 80%;
    margin-inline: auto;
  }
}
.keyword_box .figure .number {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 11rem;
  font-weight: bold;
  font-family: "Roboto";
  font-style: italic;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: -0.02em;
}
.keyword_box .figure .number.even {
  position: absolute;
  left: 0;
  top: 0;
}
.keyword_heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 40rem;
  margin: 0 auto 6rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .keyword_heading {
    width: 30rem;
    margin-bottom: 4rem;
  }
}
.keyword_heading h3 {
  font-size: 5rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .keyword_heading h3 {
    font-size: 3rem;
  }
}
.keyword_heading h3 .emphasis {
  font-size: 8.7rem;
  font-weight: 600;
  font-family: "Roboto";
  color: #6f36ff;
}
.keyword_heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1.5rem;
  margin-right: 1.6rem;
  background-color: var(--navy);
  width: 4rem;
  height: 5.3rem;
  -webkit-clip-path: polygon(0 0, 30% 0, 65% 100%, 50% 100%);
          clip-path: polygon(0 0, 30% 0, 65% 100%, 50% 100%);
}
.keyword_heading h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1.5rem;
  margin-left: 1.6rem;
  background-color: var(--navy);
  width: 4rem;
  height: 5.3rem;
  -webkit-clip-path: polygon(0 0, 30% 0, 65% 100%, 50% 100%);
          clip-path: polygon(0 0, 30% 0, 65% 100%, 50% 100%);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.keyword_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  gap: 18rem 6rem;
  margin-bottom: 10rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .keyword_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12rem 0;
  }
}
.keyword_list .item {
  position: relative;
  background-color: #fff;
  padding: 4rem;
  width: calc(50% - 3rem);
}
@media screen and (max-width: 767px) {
  .keyword_list .item {
    width: 100%;
    padding: 3rem;
  }
}
.keyword_list .item .heading {
  margin-bottom: 2rem;
}
.keyword_list .item .heading .fukidashiBox {
  position: absolute;
  left: -2rem;
  top: -3rem;
}
@media screen and (max-width: 767px) {
  .keyword_list .item .heading .fukidashiBox {
    top: -4rem;
    left: -1rem;
  }
}
.keyword_list .item .heading .fukidashiBox .fukidashi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10.6rem;
  height: 4.6rem;
  background-color: #fff;
  border: solid 1px var(--navy);
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
.keyword_list .item .heading .fukidashiBox .fukidashi::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 4rem;
  bottom: -2rem;
  border-style: solid;
  border-color: transparent var(--navy) transparent transparent;
  border-width: 0 3.2rem 2rem 0;
  z-index: 10;
}
.keyword_list .item .heading .fukidashiBox .fukidashi::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 3.9rem;
  bottom: -1.8rem;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 0 3.2rem 2rem 0;
  z-index: 10;
}
.keyword_list .item .heading h4 {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
}
.keyword_list .item .heading h4 p {
  background-color: var(--navy);
  padding: 1rem;
  margin-bottom: 0.5rem;
  font-size: min(3.375vw, 38px);
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .keyword_list .item .heading h4 p {
    font-size: 2.4rem;
  }
}
.keyword_list .item .heading h4 p span {
  display: inline-block;
}
.keyword_list .item .text .date {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: var(--navy);
}
.keyword_list .item .figure {
  position: absolute;
  right: 0;
  bottom: -13rem;
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .keyword_list .item .figure {
    bottom: -10rem;
    width: 20rem;
  }
}
.keyword_list .item .figure img {
  width: 100%;
}

/*------------------------------
// workstyle
------------------------------*/
.workstyle {
  position: relative;
}
.workstyle_wrap {
  position: relative;
  width: 100%;
  padding-block: 10rem 0;
}
@media screen and (max-width: 767px) {
  .workstyle_wrap {
    padding-block: 6rem 0;
  }
}
.workstyle_wrap::before {
  content: "";
  background: url("../images/workstyle/bg_grid.png") repeat;
  background-size: 2%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .workstyle_wrap::before {
    background-size: 5%;
  }
}
.workstyle_heading {
  position: relative;
  width: 54rem;
  margin: 0 auto 10rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .workstyle_heading {
    margin-bottom: 6rem;
    width: 100%;
  }
}
.workstyle_heading h3 {
  font-size: 3.8rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  color: var(--navy);
}
@media screen and (max-width: 767px) {
  .workstyle_heading h3 {
    font-size: 2.1rem;
    line-height: 1.4;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
.workstyle_heading h3::before, .workstyle_heading h3::after {
  content: "";
  border-top: solid 2px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .workstyle_heading h3::before, .workstyle_heading h3::after {
    width: 0.8rem;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.workstyle_list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem 4rem;
  margin-bottom: 10rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .workstyle_list {
    grid-template-columns: 1fr;
    margin-bottom: 6rem;
    gap: 5rem 0;
  }
}
.workstyle_list .item {
  position: relative;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3rem;
  -webkit-box-shadow: 0px 0px 8px 0px #cdcdcd;
          box-shadow: 0px 0px 8px 0px #cdcdcd;
}
@media screen and (max-width: 767px) {
  .workstyle_list .item {
    width: 100%;
    padding: 2rem;
  }
}
.workstyle_list .item .hd {
  position: absolute;
  top: -4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 14rem;
  background-color: #ebebeb;
  border-radius: 10rem;
  padding-block: 1rem;
}
.workstyle_list .item .hd.long {
  width: 20rem;
}
.workstyle_list .item .hd.long02 {
  width: 24rem;
}
.workstyle_list .item .hd p {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--navy);
  text-align: center;
}
.workstyle_list .item .figure {
  width: 30rem;
  margin: 4rem auto;
}
@media screen and (max-width: 767px) {
  .workstyle_list .item .figure {
    width: 20rem;
    margin: 4rem auto 2rem;
  }
}
.workstyle_list .item .text li {
  border-bottom: dotted 1px #414180;
  padding-block: 0.8rem;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .workstyle_list .item .text li {
    font-size: 1.4rem;
  }
}
.workstyle_list .item .text li:last-of-type {
  border-bottom: none;
}
.workstyle_photo {
  position: relative;
  z-index: 10;
}

/*------------------------------*/
/*------------------------------*/
.interviewMv {
  position: relative;
  width: 100%;
  height: 80rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .interviewMv {
    height: 50rem;
  }
}
.interviewMv .bg-en {
  position: absolute;
  top: 36%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: 0 auto;
  font-size: min(16.6666666667vw, 20rem);
  font-weight: 700;
  font-style: italic;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: -0.04em;
  color: #ededed;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .interviewMv .bg-en {
    width: 100%;
    font-size: 16vw;
    text-align: center;
  }
}
.interviewMv::before {
  content: "";
  position: absolute;
  right: -10rem;
  bottom: 0;
  width: 130rem;
  height: 35rem;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(110, 54, 255)), color-stop(45%, rgb(142, 115, 208)), color-stop(55%, rgb(237, 172, 3)), to(rgb(240, 175, 0)));
  background-image: linear-gradient(90deg, rgb(110, 54, 255), rgb(142, 115, 208) 45%, rgb(237, 172, 3) 55%, rgb(240, 175, 0));
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
}
@media screen and (max-width: 767px) {
  .interviewMv::before {
    width: 100%;
    right: -6rem;
    height: 20rem;
  }
}
.interviewMv .inner {
  position: relative;
  height: 100%;
}
.interviewMv_photo {
  position: absolute;
  top: 12rem;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: 10;
  -webkit-filter: drop-shadow(10px 10px 0 rgba(0, 0, 0, 0.1254901961));
          filter: drop-shadow(10px 10px 0 rgba(0, 0, 0, 0.1254901961));
}
@media screen and (max-width: 767px) {
  .interviewMv_photo {
    top: 9rem;
  }
}
.interviewMv_photo img {
  width: auto;
  height: 100%;
}
.interviewMv_catch {
  position: relative;
  padding-top: 42rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .interviewMv_catch {
    padding-top: 0;
    position: absolute;
    inset: 0;
    left: 2rem;
    bottom: 2rem;
  }
}
.interviewMv_catch h2 {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .interviewMv_catch h2 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
  }
}
.interviewMv_catch h2 p {
  background-color: #fff;
  padding: 0.5rem;
  font-size: min(4.125vw, 56px);
  font-weight: 600;
  font-style: italic;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
  color: var(--navy);
}
@media screen and (max-width: 767px) {
  .interviewMv_catch h2 p {
    font-size: 2.4rem;
  }
}
.interviewMv_catch h2 p + p {
  margin-top: 2.2rem;
}
@media screen and (max-width: 767px) {
  .interviewMv_catch h2 p + p {
    margin-top: 1rem;
  }
}
.interviewMv_catch h2 p span {
  display: inline-block;
}

.interview {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.interview_profile {
  text-align: right;
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .interview_profile {
    padding-block: 2rem 4rem;
  }
}
.interview_profile .name {
  color: var(--navy);
}
.interview_profile .ini {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.interview_profile .dept {
  line-height: 1.6;
  font-size: 1.4rem;
  color: var(--text);
  font-weight: 600;
}
.interview_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .interview_list {
    margin-bottom: 6rem;
  }
}
.interview_list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .interview_list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 6rem;
  }
}
.interview_list .item:last-of-type {
  margin-bottom: 0;
}
.interview_list .item.even {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 767px) {
  .interview_list .item.even {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.interview_list .item.even .text .number {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-left: solid 2px var(--navy);
  border-right: none;
  padding-left: 1rem;
  padding-right: 0;
}
.interview_list .item.even .text .ttl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 0;
}
.interview_list .item.even .photo {
  margin-right: calc(50% - 50vw);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .interview_list .item.even .photo {
    margin-right: auto;
  }
}
.interview_list .item.even .photo .mask-inner {
  -webkit-clip-path: polygon(calc(26.7949192431% / var(--aspectRaito)) 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(calc(26.7949192431% / var(--aspectRaito)) 0%, 100% 0%, 100% 100%, 0% 100%);
}
.interview_list .item .text {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .interview_list .item .text {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.interview_list .item .text .hd {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .interview_list .item .text .hd {
    margin-bottom: 2rem;
  }
}
.interview_list .item .text .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.8rem;
  font-weight: 700;
  border-right: solid 2px var(--navy);
  padding-right: 1rem;
  margin-bottom: 1.5rem;
  color: var(--navy);
}
@media screen and (max-width: 767px) {
  .interview_list .item .text .number {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-left: solid 2px var(--navy);
    border-right: none;
    padding-left: 1rem;
    padding-right: 0;
  }
}
.interview_list .item .text .ttl {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .interview_list .item .text .ttl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.interview_list .item .text .ttl span {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .interview_list .item .text .ttl span {
    line-height: 1.4;
  }
}
.interview_list .item .photo {
  --aspectRaito: calc(940 / 560);
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .interview_list .item .photo {
    margin-left: auto;
    width: 100%;
  }
}
.interview_list .item .photo .mask-inner {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, calc(100% - 26.7949192431% / var(--aspectRaito)) 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, calc(100% - 26.7949192431% / var(--aspectRaito)) 100%, 0% 100%);
}
.interview_special {
  position: relative;
  background-color: var(--navy);
  padding-block: 10rem;
}
@media screen and (max-width: 767px) {
  .interview_special {
    padding-block: 6rem;
  }
}
.interview_special .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
}
@media screen and (max-width: 767px) {
  .interview_special .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.interview_special .photo {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .interview_special .photo {
    width: 100%;
  }
}
.interview_special .photo img {
  width: 100%;
}
.interview_special .text {
  width: 50%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .interview_special .text {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.interview_special .text .hd {
  margin-bottom: 3rem;
}
.interview_special .text .hd .en {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .interview_special .text .hd .en {
    margin-bottom: 1rem;
  }
}
.interview_special .text .hd .jp {
  font-size: 2.6rem;
  font-weight: 700;
  font-style: italic;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .interview_special .text .hd .jp {
    font-size: 3.2rem;
  }
}
.interview_special p.readText {
  font-size: 1.4rem;
}
.interview_btn {
  position: relative;
  display: block;
  width: 100%;
  padding-block: 2rem;
  background-image: linear-gradient(60deg, rgb(110, 54, 255), rgb(142, 115, 208) 40%, #e68362 60%, #e05020);
  cursor: pointer;
}
.interview_btn .underLink {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  font-size: 2rem;
  padding-inline: 2rem;
  font-weight: 600;
  padding-bottom: 1.6rem;
  color: #fff;
}
.interview_btn .underLink::after {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .interview_btn:hover .hoverText_Box .is-main, .interview_btn:hover .hoverText_Box .is-hover {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.interview-list {
  padding-block: 10rem;
}
@media screen and (max-width: 767px) {
  .interview-list {
    padding-block: 4rem 6rem;
  }
}
.interview-list .list-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .interview-list .list-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem 2rem;
  }
}
.interview-list .list-container li a .image {
  background-color: transparent;
  position: relative;
  overflow: visible;
}
.interview-list .list-container li a .image img {
  opacity: 1;
  pointer-events: none;
  isolation: isolate;
}
.interview-list .list-container li a .image::before, .interview-list .list-container li a .image::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 70%;
  aspect-ratio: 1;
  z-index: -1;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  opacity: 0;
  -webkit-transition: opacity 0s, 0.3s ease;
  transition: opacity 0s, 0.3s ease;
}
.interview-list .list-container li a .image::before {
  background: url(../common/images/bg_01.png) no-repeat center center/contain;
  left: 0;
}
.interview-list .list-container li a .image::after {
  background: url(../common/images/bg_02.png) no-repeat center center/contain;
  right: 0;
}
.interview-list .list-container li a .name-wrap {
  margin-top: -2rem;
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  isolation: isolate;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .interview-list .list-container li a .name-wrap {
    padding-right: 1rem;
  }
}
.interview-list .list-container li a .name-wrap p.name {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  background-color: var(--navy);
  display: inline-block;
  padding-inline: 0.6rem 0.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .interview-list .list-container li a .name-wrap p.name {
    font-size: 2.8rem;
  }
}
.interview-list .list-container li a .name-wrap p.dept {
  text-align: right;
  line-height: 1.8;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .interview-list .list-container li a .name-wrap p.dept {
    font-size: 1.2rem;
    font-weight: 400;
  }
}
@media (hover: hover) and (pointer: fine) {
  .interview-list .list-container li a:hover .image::after {
    translate: 0 -50%;
    rotate: 30deg;
    opacity: 1;
    -webkit-transition: opacity 0s, 0.2s ease;
    transition: opacity 0s, 0.2s ease;
  }
  .interview-list .list-container li a:hover .image::before {
    translate: 0 -30%;
    rotate: -20deg;
    opacity: 1;
    -webkit-transition: opacity 0s, 0.2s ease;
    transition: opacity 0s, 0.2s ease;
  }
}

/*------------------------------*/
/*------------------------------*/
.loop {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.loop img {
  scale: 1 !important;
  opacity: 0.2;
}
.loop__box, .loop__box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent !important;
  width: 200%;
}
.loop__box {
  -webkit-animation: marquee-left 60s linear infinite;
          animation: marquee-left 60s linear infinite;
  margin-bottom: 2rem;
}
.loop__box2 {
  -webkit-animation: marquee-right 60s linear infinite;
          animation: marquee-right 60s linear infinite;
}

@-webkit-keyframes marquee-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes marquee-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes marquee-right {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes marquee-right {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*------------------------------*/
/*------------------------------*/
#anc01,
#anc02,
#anc03,
#anc04,
#anc05,
#anc06,
#anc07,
#anc08,
#anc09,
#anc10 {
  position: absolute;
  padding-top: 11rem;
  margin-top: -11rem;
}
@media screen and (max-width: 767px) {
  #anc01,
  #anc02,
  #anc03,
  #anc04,
  #anc05,
  #anc06,
  #anc07,
  #anc08,
  #anc09,
  #anc10 {
    padding-top: 9rem;
    margin-top: -9rem;
  }
}

.job {
  position: relative;
  background-color: rgba(244, 247, 247, 0.7254901961);
  padding-block: 10rem;
  height: 100%;
  contain: content;
}
@media screen and (max-width: 767px) {
  .job {
    padding-block: 4rem 2rem;
  }
}
.job > .inner {
  max-width: calc(1100px + 4rem + 4rem + 30rem);
}
.job_wrap {
  width: 100%;
}
.job_row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .job_row {
    margin-right: 0;
    display: block;
  }
}
.job_row .anchor {
  position: sticky;
  width: 30rem;
  top: 11rem;
  padding-right: 5rem;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .job_row .anchor {
    display: none;
  }
}
.job_row .anchor dl {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.job_row .anchor dt {
  width: 100%;
  background-color: var(--navy);
  color: #fff;
  padding-block: 1rem;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
}
.job_row .anchor dt.tlm {
  background-color: var(--orange);
}
.job_row .anchor dd li {
  position: relative;
  color: var(--navy);
}
.job_row .anchor dd li a {
  display: inline-block;
  width: 100%;
  padding-block: 1rem;
  padding-left: 1rem;
  -webkit-transition: color 0.1s, background-color 0.1s;
  transition: color 0.1s, background-color 0.1s;
}
.job_row .anchor dd li a::after {
  content: "";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.6rem;
  height: 2.6rem;
  background: url("../images/job/job_arrow_w.svg") no-repeat center center;
  background-size: 16%;
  background-position: 50% 55%;
  background-color: var(--navy);
  border: solid 1px var(--navy);
  border-radius: 50%;
}
@media (hover: hover) and (pointer: fine) {
  .job_row .anchor dd li a:hover {
    color: #fff;
    background-color: var(--navy);
  }
  .job_row .anchor dd li a:hover::after {
    background-image: url("../images/job/job_arrow_navy.svg");
    background-color: #fff;
  }
}
.job_row .anchor dd li.tlm a {
  color: var(--orange);
}
.job_row .anchor dd li.tlm a::after {
  background-image: url("../images/job/job_arrow_w.svg");
  background-color: var(--orange);
  border: solid 1px var(--orange);
}
@media (hover: hover) and (pointer: fine) {
  .job_row .anchor dd li.tlm a:hover {
    color: #fff;
    background-color: var(--orange);
  }
  .job_row .anchor dd li.tlm a:hover::after {
    background: url("../images/job/job_arrow_orange.svg") no-repeat center center;
    background-color: #fff;
  }
}
.job_figure {
  width: 100%;
  margin-bottom: 8rem;
  padding-right: 4rem;
}
@media screen and (max-width: 767px) {
  .job_figure {
    margin-bottom: 4rem;
    padding-right: 0;
  }
}
.job_list {
  background-color: #fff;
  padding-inline: 4rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .job_list {
    padding-inline: 2rem;
    margin-bottom: 4rem;
  }
}
.job_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  padding-block: 7rem 8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .job_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-block: 4rem;
  }
}
.job_item:has(#anc10) h3.category {
  margin-top: 0;
}
.job_item + .job_item {
  border-top: 3px dotted var(--navy);
}
@media screen and (max-width: 767px) {
  .job_item + .job_item {
    border-top-width: 2px;
  }
}
.job_item .info {
  position: relative;
  width: 45%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .job_item .info {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.job_item .info.textOnly {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .job_item .info.textOnly {
    margin-bottom: 0;
    margin-top: 0;
  }
  .job_item .info.textOnly .heading .company {
    margin-top: 0;
  }
}
.job_item .info .heading {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .job_item .info .heading {
    margin-bottom: 2rem;
  }
}
.job_item .info .heading .number {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--navy);
  border-left: solid 1px var(--navy);
  padding-block: 0.1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .job_item .info .heading .number {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
}
.job_item .info .heading h3.category {
  font-size: 3.4rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .job_item .info .heading h3.category {
    font-size: 2.8rem;
    margin-top: 1.5rem;
  }
}
.job_item .info .interview-link {
  position: relative;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .job_item .info .interview-link {
    margin-top: 3rem;
  }
}
.job_item .info .interview-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .job_item .info .interview-link a:hover .profile::after {
    border: solid 1px #fff;
    background-image: url("../images/job/job_arrow_w.svg");
    background-color: var(--navy);
  }
}
@media screen and (max-width: 767px) {
  .job_item .info .interview-link a {
    width: 100%;
  }
}
.job_item .info .interview-link .image {
  aspect-ratio: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 9rem;
}
.job_item .info .interview-link .profile {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 1.5rem;
  width: 100%;
  color: #fff;
  border: solid 1px var(--navy);
  background-color: var(--navy);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .job_item .info .interview-link .profile {
    width: 100%;
    padding-right: 0;
  }
}
.job_item .info .interview-link .profile::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.6rem;
  height: 2.6rem;
  background: url("../images/job/job_arrow_navy.svg") no-repeat center center;
  background-size: 20%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-top: -1rem;
  background-color: #fff;
  border: solid 1px var(--navy);
  border-radius: 50%;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.job_item .info .interview-link .profile .name {
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.job_item .info .interview-link .profile .dept {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .job_item .info .interview-link .profile .dept {
    font-size: 1.2rem;
  }
}
.job_item .info > .list {
  margin-top: 2rem;
}
.job_item .info > .list li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 1.75;
}
.job_item .info > .list li.hd {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .job_item .photo {
    width: 100%;
    margin-right: 0;
  }
}