/* 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;
  }
}
/*------------------------------*/
.inner {
  position: relative;
  z-index: 1;
}

/*------------------------------*/
.careerpath-mv {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
.careerpath-mv .title {
  width: 100%;
  height: 100svh;
  max-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .careerpath-mv .title {
    height: auto;
    padding-block: 16rem 6rem;
  }
}
.careerpath-mv .title p.en {
  font-size: 8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .careerpath-mv .title p.en {
    font-size: 4rem;
  }
}
.careerpath-mv .title p.ja {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 1.2rem;
  padding-left: 0.1em;
}
@media screen and (max-width: 767px) {
  .careerpath-mv .title p.ja {
    font-size: 1.4rem;
    margin-top: 0.6rem;
  }
}

.item-wrap .item {
  margin-bottom: 6rem;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .item-wrap .item {
    flex-direction: column;
    align-items: normal;
    margin-bottom: 3rem;
  }
}
.item-wrap .item .hd-wrap {
  display: flex;
  flex-direction: column;
  width: 36.3636363636%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .item-wrap .item .hd-wrap {
    width: 100%;
  }
}
.item-wrap .item .hd-wrap .sub-hd {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .item-wrap .item .hd-wrap .sub-hd {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    margin-bottom: 0.7rem;
  }
}
.item-wrap .item .hd-wrap .sub-hd img {
  width: calc(var(--iw) * 0.1rem);
}
@media screen and (max-width: 767px) {
  .item-wrap .item .hd-wrap .sub-hd img {
    width: 1.1rem;
  }
}
.item-wrap .item .hd-wrap .sub-hd p {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .item-wrap .item .hd-wrap .sub-hd p {
    font-size: 1.1rem;
  }
}
.item-wrap .item .hd-wrap .sec-hd {
  font-size: 4.4rem;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  position: static;
}
@media screen and (max-width: 767px) {
  .item-wrap .item .hd-wrap .sec-hd {
    font-size: 2.7rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
  }
}
.item-wrap .item .text-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.item-wrap .item .text-wrap .title {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  margin-top: calc((1em - 1lh) / 2);
}
@media screen and (max-width: 767px) {
  .item-wrap .item .text-wrap .title {
    font-size: 1.6rem;
    margin-bottom: 1.3rem;
  }
}
.item-wrap + .item-wrap {
  margin-top: 0;
  padding-top: 6rem;
  border-top: 0.2rem solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  .item-wrap + .item-wrap {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 0.1rem solid #d9d9d9;
  }
}
.item-wrap:nth-of-type(1) {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .item-wrap:nth-of-type(1) {
    margin-top: 0;
  }
}
.item-wrap:nth-of-type(1) .item {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .item-wrap:nth-of-type(1) .item {
    margin-top: 3rem;
  }
}
.item-wrap:nth-of-type(2) {
  display: block;
}
@media screen and (max-width: 767px) {
  .item-wrap:nth-of-type(2) .item {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .item-wrap:nth-of-type(2) .item .hd-wrap .sec-hd {
    margin-bottom: 1.5rem;
  }
}
.item-wrap:nth-of-type(2) .grid-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .item-wrap:nth-of-type(2) .grid-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
  }
}
.item-wrap:nth-of-type(2) .grid-wrap .grid .title {
  font-size: 2.2rem;
  font-weight: 600;
  margin-block: 3.5rem 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.2rem solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  .item-wrap:nth-of-type(2) .grid-wrap .grid .title {
    font-size: 1.8rem;
    margin-block: 1.8rem 0.9rem;
    padding-bottom: 1rem;
    margin-bottom: 0.6rem;
    border-bottom: 0.1rem solid #d9d9d9;
  }
}
.item-wrap:nth-of-type(2) .grid-wrap .grid .comment {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  color: #666666;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .item-wrap:nth-of-type(2) .grid-wrap .grid .comment {
    font-size: 1.1rem;
    margin-top: 0.5rem;
  }
}
.item-wrap:nth-of-type(3) {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .item-wrap:nth-of-type(3) {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .item-wrap:nth-of-type(3) .item {
    margin-bottom: 1.5rem;
  }
}
.item-wrap:nth-of-type(3) .item .hd-wrap .sub-hd img {
  margin-top: -0.3rem;
}
.item-wrap:nth-of-type(3) .item .text-hd .readText {
  margin-top: calc((1em - 1lh) / 2);
}
.item-wrap:nth-of-type(3) .img-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-inline: 5rem;
}
@media screen and (max-width: 767px) {
  .item-wrap:nth-of-type(3) .img-wrap {
    padding-inline: 0;
  }
}
.item-wrap:nth-of-type(3) .img-wrap img {
  width: 14.8%;
}
.item-wrap:nth-of-type(4) {
  margin-bottom: 12.5rem;
}
@media screen and (max-width: 767px) {
  .item-wrap:nth-of-type(4) {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .item-wrap:nth-of-type(4) .item {
    margin-bottom: 2rem;
  }
}
.item-wrap:nth-of-type(4) .item .hd-wrap .sub-hd img {
  margin-top: -0.3rem;
}
.item-wrap:nth-of-type(4) .item .readText {
  margin-top: calc(3.28rem + (1em - 1lh) / 2);
}
@media screen and (max-width: 767px) {
  .item-wrap:nth-of-type(4) .item .readText {
    margin-top: calc((1em - 1lh) / 2);
  }
}
.item-wrap:nth-of-type(4) .grid-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.5rem 5.5rem;
}
@media screen and (max-width: 767px) {
  .item-wrap:nth-of-type(4) .grid-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .item-wrap:nth-of-type(4) .grid-wrap .grid {
    display: flex;
    flex-direction: column;
  }
}
.item-wrap:nth-of-type(4) .grid-wrap .grid .img-wrap {
  position: relative;
}
.item-wrap:nth-of-type(4) .grid-wrap .grid .img-wrap p {
  font-size: 2.1rem;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #008cff;
  padding: 1.2rem 1.7rem 1.1rem 1.1rem;
  border-radius: 0 0 1rem 0;
}
@media screen and (max-width: 767px) {
  .item-wrap:nth-of-type(4) .grid-wrap .grid .img-wrap p {
    font-size: 1.7rem;
    padding: 1rem 1.4rem 1rem 1rem;
  }
}
.item-wrap:nth-of-type(4) .grid-wrap .grid .text-wrap {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .item-wrap:nth-of-type(4) .grid-wrap .grid .text-wrap {
    margin-top: 1.5rem;
  }
}
.item-wrap:nth-of-type(4) .grid-wrap .grid .text-wrap .readText {
  padding-bottom: 1.5rem;
  background-image: linear-gradient(to right, #e4e4e4 2px, transparent 2px);
  background-size: 4px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 767px) {
  .item-wrap:nth-of-type(4) .grid-wrap .grid .text-wrap .readText {
    padding-bottom: 1rem;
  }
}
.item-wrap:nth-of-type(4) .grid-wrap .grid .text-wrap .comment {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.1;
  color: #666666;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .item-wrap:nth-of-type(4) .grid-wrap .grid .text-wrap .comment {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}

footer .footer-recruitment .footer-inner {
  max-width: 716px;
  padding-inline: 2rem;
  max-width: calc(716px + 4rem);
  margin-inline: auto;
}
footer .footer-recruitment .footer-inner h2 {
  font-size: 2rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  footer .footer-recruitment .footer-inner h2 {
    font-size: 1.2rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
}
footer .footer-recruitment .footer-inner h2::before, footer .footer-recruitment .footer-inner h2::after {
  content: "";
  height: 0.1rem;
  width: 2.6rem;
  display: block;
  background-color: currentColor;
}
@media screen and (max-width: 767px) {
  footer .footer-recruitment .footer-inner h2::before, footer .footer-recruitment .footer-inner h2::after {
    width: 1.2rem;
  }
}
footer .footer-recruitment .footer-inner p.en {
  font-size: 10rem;
  font-weight: 700;
  white-space: nowrap;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .footer-recruitment .footer-inner p.en {
    font-size: 3.6rem;
    margin-top: 0.5rem;
  }
}
footer .footer-recruitment .footer-inner .column-wrap {
  margin-block: 6rem 4.4rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .footer-recruitment .footer-inner .column-wrap {
    margin-block: 2rem 2.2rem;
    flex-direction: column;
    gap: 1.7rem;
  }
}
footer .footer-recruitment .footer-inner .column-wrap a {
  display: flex;
}
@media screen and (max-width: 767px) {
  footer .footer-recruitment .footer-inner .column-wrap a {
    align-items: center;
    justify-content: center;
  }
}
footer .footer-recruitment .footer-inner .column-wrap a p {
  font-size: 2.4rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer .footer-recruitment .footer-inner .column-wrap a p {
    font-size: 2rem;
  }
}
footer .footer-recruitment .footer-inner .column-wrap a .arrow {
  display: grid;
  place-content: center;
  border-radius: 100vmax;
  background-color: #fff;
  width: 3.4rem;
  aspect-ratio: 1;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  footer .footer-recruitment .footer-inner .column-wrap a .arrow {
    width: 2.7rem;
  }
}
footer .footer-recruitment .footer-inner .entry-link {
  display: grid;
  place-content: center;
  width: 100%;
  background-color: #fff;
  aspect-ratio: 716/130;
  font-size: 3.1rem;
  font-weight: 700;
  color: #252525;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
  footer .footer-recruitment .footer-inner .entry-link {
    font-size: 1.8srem;
  }
}
footer .footer-recruitment .footer-inner .entry-link:hover {
  scale: 1.03;
}
/*# sourceMappingURL=careerpath.css.map */