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

.item-wrap {
  position: relative;
  z-index: 1;
}
.item-wrap .wrap .section-hd {
  width: 100%;
  background-color: #008afa;
  padding: 1.5rem 0 1.5rem 2.5rem;
  border-radius: 1rem 1rem 0 0;
  color: #fff;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .item-wrap .wrap .section-hd {
    padding: 1rem 0 1rem 1.5rem;
    font-size: 2.3rem;
    margin-bottom: 2.4rem;
  }
}
.item-wrap .wrap .section-hd span {
  font-size: 1.6rem;
  font-weight: 600;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .item-wrap .wrap .section-hd span {
    font-size: 1.3rem;
    margin-left: 1rem;
    display: inline-block;
  }
}
.item-wrap .wrap .illust {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 6rem 7rem;
}
@media screen and (max-width: 767px) {
  .item-wrap .wrap .illust {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
.item-wrap .wrap .illust li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
.item-wrap .wrap .illust li .img-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: flex;
  justify-content: center;
  max-width: 9.6rem;
}
.item-wrap .wrap .illust li .img-wrap img {
  width: calc(var(--iw) * 0.1rem);
  place-self: center;
}
@media screen and (max-width: 767px) {
  .item-wrap .wrap .illust li .img-wrap img {
    width: calc(var(--iw) * 0.05rem);
  }
}
.item-wrap .wrap .illust li .title {
  font-size: 2.2rem;
  color: #008afa;
  font-weight: 500;
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem solid #d9d9d9;
  text-align: center;
  margin-block: 2rem 1.5rem;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .item-wrap .wrap .illust li .title {
    font-size: 1.5rem;
    padding-bottom: 0.8rem;
    margin-block: 1.6rem 1.2rem;
    border-bottom: 0.05rem solid #d9d9d9;
  }
}
.item-wrap .wrap .photo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.5rem 6rem;
}
@media screen and (max-width: 767px) {
  .item-wrap .wrap .photo {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
}
.item-wrap .wrap .photo li .img-wrap {
  width: 100%;
}
.item-wrap .wrap .photo li .title {
  font-size: 2.2rem;
  color: #008afa;
  font-weight: 500;
  padding-bottom: 1.8rem;
  border-bottom: 0.1rem solid #d9d9d9;
  margin-block: 3rem 1rem;
}
@media screen and (max-width: 767px) {
  .item-wrap .wrap .photo li .title {
    font-size: 1.8rem;
    padding-bottom: 0.9rem;
    margin-block: 1.7rem 0.5rem;
    border-bottom: 0.05rem solid #d9d9d9;
  }
}
.item-wrap + .item-wrap {
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  .item-wrap + .item-wrap {
    margin-top: 6rem;
  }
}
.item-wrap:nth-of-type(4) {
  margin-bottom: 23rem;
}
@media screen and (max-width: 767px) {
  .item-wrap:nth-of-type(4) {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .item-wrap:nth-of-type(4) .section-hd span {
    font-size: 0.8rem;
    line-height: 1.2;
  }
}

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: 720/140;
  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.8rem;
  }
}
footer .footer-recruitment .footer-inner .entry-link:hover {
  scale: 1.03;
}
/*# sourceMappingURL=workstyle.css.map */