@charset "UTF-8";
/* --------------------------------------------------
	section size
-------------------------------------------------- */
/* c-pagetitle
---------------------------------------------------------------------------- */
.c-pagetitle .sec-inner .bg-img .mask-container {
  aspect-ratio: 1340/478;
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1340' height='478' viewBox='0 0 1340 478'><path d='M0 120C0 53.7258 53.7258 0 120 0H1310C1326.57 0 1340 13.4315 1340 30V358C1340 424.274 1286.27 478 1220 478H30C13.4314 478 0 464.569 0 448V120Z' fill='black'/></svg>");
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1340' height='478' viewBox='0 0 1340 478'><path d='M0 120C0 53.7258 53.7258 0 120 0H1310C1326.57 0 1340 13.4315 1340 30V358C1340 424.274 1286.27 478 1220 478H30C13.4314 478 0 464.569 0 448V120Z' fill='black'/></svg>");
  margin-bottom: 7.2rem;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
}
.c-pagetitle #mask-slider {
  width: 100%;
  max-width: 134rem;
  margin: 0 auto;
  overflow: visible !important;
}
.c-pagetitle #mask-slider .splide__track,
.c-pagetitle #mask-slider .splide__list {
  overflow: visible !important;
  transform: none !important;
}
.c-pagetitle #mask-slider .splide__slide {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.c-pagetitle #mask-slider .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transform: scale(1.02);
}
.c-pagetitle #mask-slider .splide__slide.is-active {
  z-index: 2;
  animation: maskWipeRightToLeft 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.c-pagetitle #mask-slider .splide__slide.is-active img {
  animation: imgZoomOut 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes maskWipeRightToLeft {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes imgZoomOut {
  0% {
    transform: scale(1.14);
  }
  100% {
    transform: scale(1.02);
  }
}
.page-job {
  /*sec-job
  ---------------------------------------------------------------------------- */
  /*sec-know
  ---------------------------------------------------------------------------- */
}
.page-job .sec-job .job-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 2rem;
  padding: 0 4.8rem;
  margin-bottom: 4.2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .job-title {
    gap: 0 1.2rem;
    padding: 0;
    margin-bottom: 4rem;
  }
}
.page-job .sec-job .job-title .en-ttl {
  color: #C7C7C7;
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: 1.522px;
  font-weight: 900;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .job-title .en-ttl {
    font-size: 4.2rem;
    line-height: 1;
    letter-spacing: 1.68px;
    font-weight: 900;
  }
}
.page-job .sec-job .job-title .jp-ttl {
  position: relative;
  top: 0.3rem;
  color: #262626;
  font-size: 2rem;
  line-height: 2.8;
  letter-spacing: 0.2px;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .job-title .jp-ttl {
    font-size: 2.8rem;
    line-height: 2.1071428571;
    letter-spacing: 0.28px;
    font-weight: 700;
  }
}
.page-job .sec-job .job-page-nav {
  width: 100%;
  max-width: 134rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 1.6rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .job-page-nav {
    max-width: inherit;
    flex-wrap: wrap;
    gap: 1rem 1rem;
  }
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .job-page-nav .page-nav {
    width: calc((100% - 1rem) / 2);
  }
}
.page-job .sec-job .job-page-nav .page-nav__btn {
  width: 26.2rem;
  height: 9.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  flex-direction: column;
  border-radius: 2.587rem 2.587rem 0 0;
  background: #ECECEC;
  transition: 0.4s;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .job-page-nav .page-nav__btn {
    width: 100%;
    height: 12.8rem;
    border-radius: 1.4rem;
  }
}
.page-job .sec-job .job-page-nav .page-nav__btn .txt {
  text-align: center;
  color: rgba(0, 0, 0, 0.3);
  font-size: 1.7rem;
  line-height: 1.1764705882;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .job-page-nav .page-nav__btn .txt {
    font-size: 2.6rem;
    line-height: 1.3076923077;
    font-weight: 700;
  }
}
.page-job .sec-job .job-page-nav .page-nav__btn .txt .num {
  font-size: 1.9rem;
  line-height: 1.0526315789;
  font-weight: 800;
  margin-right: 0.7rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .job-page-nav .page-nav__btn .txt .num {
    font-size: 3rem;
    line-height: 1.1333333333;
    font-weight: 700;
  }
}
.page-job .sec-job .job-page-nav .page-nav__btn .small-txt {
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6666666667;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .job-page-nav .page-nav__btn .small-txt {
    font-size: 2rem;
    line-height: 1.7;
    font-weight: 500;
  }
}
.page-job .sec-job .job-page-nav .page-nav.-current .page-nav__btn {
  width: 32.8rem;
  height: 10.7rem;
  border-radius: 3rem 3rem 0 0;
  background: #7C6CC0;
  pointer-events: none;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .job-page-nav .page-nav.-current .page-nav__btn {
    width: 100%;
    height: 12.8rem;
    border-radius: 1.4rem;
  }
}
.page-job .sec-job .job-page-nav .page-nav.-current .page-nav__btn .txt {
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .job-page-nav .page-nav.-current .page-nav__btn .txt {
    font-size: 2.6rem;
    line-height: 1.3076923077;
    font-weight: 700;
  }
}
.page-job .sec-job .job-page-nav .page-nav.-current .page-nav__btn .txt .num {
  font-size: 2.2rem;
  line-height: 1.0909090909;
  font-weight: 800;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .job-page-nav .page-nav.-current .page-nav__btn .txt .num {
    font-size: 3rem;
    line-height: 1.1333333333;
    font-weight: 700;
  }
}
.page-job .sec-job .job-page-nav .page-nav.-current .page-nav__btn .small-txt {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .job-page-nav .page-nav.-current .page-nav__btn .small-txt {
    font-size: 2rem;
    line-height: 1.7;
    font-weight: 500;
  }
}
.page-job .sec-job .job-page-nav .page-nav:nth-child(even).-current .page-nav__btn {
  background: #3EB8F8;
}
@media screen and (min-width: 481px) {
  .page-job .sec-job .job-page-nav .page-nav:hover .page-nav__btn {
    width: 32.8rem;
    height: 10.7rem;
    border-radius: 3rem 3rem 0 0;
    background: #7C6CC0;
    text-decoration: none;
  }
  .page-job .sec-job .job-page-nav .page-nav:hover .page-nav__btn .txt {
    color: #fff;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
  }
  .page-job .sec-job .job-page-nav .page-nav:hover .page-nav__btn .txt .num {
    font-size: 2.2rem;
    line-height: 1.0909090909;
    font-weight: 800;
  }
  .page-job .sec-job .job-page-nav .page-nav:hover .page-nav__btn .small-txt {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    font-weight: 500;
  }
  .page-job .sec-job .job-page-nav .page-nav:nth-child(even):hover .page-nav__btn {
    background: #3EB8F8;
  }
}
.page-job .sec-job .job__inner {
  max-width: 134rem;
  margin: 0 auto;
  padding: 10.3rem 9rem 11.2rem 9rem;
  background: #fff;
  border-radius: 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .job__inner {
    margin-top: 2.7rem;
    max-width: inherit;
    background: none;
    padding: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .job-info {
    padding: 6.4rem 4.8rem 8.2rem 4.8rem;
    background: #fff;
    border-radius: 2.8rem;
    box-sizing: border-box;
  }
}
.page-job .sec-job .job-info .flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 9rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .job-info .flex {
    flex-direction: column;
    gap: 6rem 0;
  }
}
.page-job .sec-job .job-info .flex-txt {
  width: calc(100% - 64.1rem);
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .job-info .flex-txt {
    width: 100%;
  }
}
.page-job .sec-job .job-info .flex-txt .info-ttl {
  position: relative;
  font-size: 3.2rem;
  line-height: 0.96875;
  letter-spacing: 1.28px;
  font-weight: 700;
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .job-info .flex-txt .info-ttl {
    font-size: 3.5rem;
    line-height: 0.9714285714;
    letter-spacing: 1.411px;
    font-weight: 700;
    padding-bottom: 3rem;
  }
}
.page-job .sec-job .job-info .flex-txt .info-ttl:after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 7.1rem;
  height: 1px;
  background: #000;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .job-info .flex-txt .info-ttl:after {
    width: 7.8rem;
  }
}
.page-job .sec-job .job-info .flex-txt .info-ttl .num {
  font-size: 3.6rem;
  line-height: 0.8611111111;
  letter-spacing: 1.44px;
  font-weight: 700;
  margin-right: 0.5rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .job-info .flex-txt .info-ttl .num {
    font-size: 3.9rem;
    line-height: 0.8717948718;
    letter-spacing: 1.587px;
    font-weight: 700;
  }
}
.page-job .sec-job .job-info .flex-txt .info-ttl .small {
  margin-left: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.9375;
  letter-spacing: 0.64px;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .job-info .flex-txt .info-ttl .small {
    font-size: 1.7rem;
    line-height: 2;
    letter-spacing: 0.705px;
    font-weight: 400;
  }
}
.page-job .sec-job .job-info .flex-txt .lead-txt {
  margin-top: 5.5rem;
  font-size: 1.8rem;
  line-height: 1.8888888889;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .job-info .flex-txt .lead-txt {
    margin-top: 3.8rem;
    font-size: 2.8rem;
    line-height: 1.9285714286;
    font-weight: 700;
  }
}
.page-job .sec-job .job-info .flex-txt .tag-list {
  margin-top: 3.3rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0.6rem 0.6rem;
  padding-right: 8rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .job-info .flex-txt .tag-list {
    margin-top: 4.3rem;
    gap: 1.1rem 1.1rem;
    padding-right: 0;
  }
}
.page-job .sec-job .job-info .flex-txt .tag-list li {
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  background: #F2F2F2;
  padding: 0.7rem 0.6rem 0.9rem 0.6rem;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .job-info .flex-txt .tag-list li {
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 700;
    padding: 0.9rem 1.9rem 1.1rem 1.7rem;
  }
}
.page-job .sec-job .job-info .flex-txt .tag-list li:before {
  position: relative;
  display: inline-block;
  content: "#";
  margin-right: 0.6rem;
}
.page-job .sec-job .job-info .flex-img {
  position: relative;
  width: 55.1rem;
  padding-top: 0.2rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .job-info .flex-img {
    width: 100%;
    padding-top: 0;
  }
}
.page-job .sec-job .job-info .flex-img .comment {
  position: relative;
  text-align: right;
  margin-bottom: 2rem;
}
.page-job .sec-job .job-info .flex-img .comment .txt {
  position: relative;
  display: inline-block;
  text-align: right;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 0 3rem;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .job-info .flex-img .comment .txt {
    text-align: left;
    font-size: 2rem;
    line-height: 1.6;
    font-weight: 700;
  }
}
.page-job .sec-job .job-info .flex-img .comment .txt .small {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  margin-right: -1.8rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .job-info .flex-img .comment .txt .small {
    margin-left: 5.9rem;
    margin-right: 0;
    font-size: 2rem;
    line-height: 1.6;
    font-weight: 700;
  }
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .job-info .flex-img .comment .txt .sp-txt02 {
    margin-left: 13.2rem;
  }
}
.page-job .sec-job .job-info .flex-img .comment .txt:before, .page-job .sec-job .job-info .flex-img .comment .txt:after {
  position: absolute;
  bottom: 0;
  display: block;
  content: "";
  width: 9.4rem;
  height: 1px;
  background: #7C6CC0;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .job-info .flex-img .comment .txt:before, .page-job .sec-job .job-info .flex-img .comment .txt:after {
    width: 11.8rem;
  }
}
.page-job .sec-job .job-info .flex-img .comment .txt:before {
  left: -5.7rem;
  transform: rotate(45deg);
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .job-info .flex-img .comment .txt:before {
    transform: rotate(55deg);
  }
}
.page-job .sec-job .job-info .flex-img .comment .txt:after {
  right: -5.7rem;
  transform: rotate(-45deg);
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .job-info .flex-img .comment .txt:after {
    transform: rotate(-55deg);
  }
}
.page-job .sec-job .job-info .flex-img .img {
  aspect-ratio: 551/314;
  border-radius: 1.4rem;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .job-info .flex-img .img {
    aspect-ratio: 582/325;
  }
}
.page-job .sec-job .job-info .flex-img .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-job .sec-job .section-nav {
  margin-top: 9.9rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 2rem 2rem;
  padding: 4.8rem 7rem;
  border-top: 1px solid #CBCBCB;
  border-bottom: 1px solid #CBCBCB;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .section-nav {
    margin-top: 5.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: stretch;
    gap: 4rem 7.7rem;
    border: none;
    padding: 4.5rem 6.2rem 5.3rem 6.2rem;
    border-radius: 2rem;
    background: #55449B;
  }
}
.page-job .sec-job .section-nav .nav__btn {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  padding: 2.1rem 9.6rem 2.1rem 3.3rem;
  border-radius: 8.9rem;
  background: #55449B;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .section-nav .nav__btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    align-content: stretch;
    background: none;
    font-size: 2.6rem;
    line-height: 1;
    font-weight: 700;
    padding: 0;
    border-radius: 0;
  }
}
.page-job .sec-job .section-nav .nav__btn .arrow {
  position: absolute;
  right: 2.6rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  width: 2.7rem;
  height: 2.7rem;
  border: 1px solid #fff;
  box-shadow: 0 0 0.5px 0 #fff;
  border-radius: 100%;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .section-nav .nav__btn .arrow {
    position: relative;
    right: auto;
    top: 0;
    transform: translateY(0);
    display: inline-block;
    margin-left: 1.4rem;
    width: 3.7rem;
    height: 3.7rem;
  }
}
.page-job .sec-job .section-nav .nav__btn .arrow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  display: block;
  content: "";
  background: url("../images/common/arrow_w.svg") no-repeat center center;
  background-size: 100% 100% !important;
  width: 1.9rem;
  height: 1.8rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .section-nav .nav__btn .arrow:after {
    width: 2.2rem;
    height: 2.1rem;
  }
}
.page-job .sec-job .section-nav .nav__btn.c-hover_btn:before {
  z-index: 1;
  background: #353535;
}
.page-job .sec-job .section-nav .nav__btn.c-hover_btn .hover-txt {
  height: 2.4rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .section-nav .nav__btn.c-hover_btn .hover-txt {
    height: auto;
  }
}
.page-job .sec-job .section-nav .nav__btn.c-hover_btn .btn-txt {
  z-index: 2;
}
@media screen and (min-width: 481px) {
  .page-job .sec-job .section-nav .nav__btn.c-hover_btn:hover .hover-txt .jp-txt {
    color: #fff !important;
  }
  .page-job .sec-job .section-nav .nav__btn.c-hover_btn:hover .arrow {
    background: #5D5A5A;
    border: 1px solid #5D5A5A;
    box-shadow: 0 0 0 0.5px #5D5A5A;
  }
  .page-job .sec-job .section-nav .nav__btn.c-hover_btn:hover .arrow:after {
    animation: arrow-slide_down 0.4s forwards ease-in-out;
  }
}
.page-job .sec-job .c-title02 {
  font-size: 2.2rem;
  line-height: 2.1818181818;
  letter-spacing: 0.88px;
  font-weight: 700;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .c-title02 {
    font-size: 3.2rem;
    line-height: 2.15625;
    letter-spacing: 1.28px;
    font-weight: 700;
    margin-bottom: 2.6rem;
  }
}
.page-job .sec-job .c-title02:before {
  left: 0.2rem;
  top: 0.2rem;
  width: 1rem;
  height: 1rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .c-title02:before {
    left: 0;
    top: 0;
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .sp-bg {
    margin-top: 6.6rem;
    margin-left: -4rem;
    width: calc(100% + 8rem);
    padding: 0 4rem 8.8rem 4rem;
    border-radius: 3rem;
    background: #fff;
    box-sizing: border-box;
  }
}
.page-job .sec-job .block-about {
  padding: 4.9rem 0 0 0;
  margin-top: 10rem;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-about {
    padding: 3rem 0 0 0;
    margin-top: 3.9rem;
  }
}
.page-job .sec-job .block-about .lead-wrap {
  position: relative;
  width: 100%;
  max-width: 103.6rem;
  margin: 0 auto 4.5rem auto;
  padding: 3rem;
  box-sizing: border-box;
  border-radius: 2rem;
  background: #F8F6FF;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-about .lead-wrap {
    max-width: inherit;
    margin-bottom: 3.4rem;
    border: 1px dashed #55449B;
  }
}
.page-job .sec-job .block-about .lead-wrap .lead-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* テキストの選択を邪魔しない */
  display: block;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-about .lead-wrap .lead-border {
    display: none;
  }
}
.page-job .sec-job .block-about .lead-wrap .lead-txt {
  text-align: center;
  color: #261278;
  font-size: 2.2rem;
  line-height: 2.0454545455;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-about .lead-wrap .lead-txt {
    font-size: 2.8rem;
    line-height: 1.6071428571;
    font-weight: 700;
  }
}
.page-job .sec-job .block-about .txt {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8888888889;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-about .txt {
    font-size: 2.6rem;
    line-height: 2.2307692308;
    font-weight: 500;
  }
}
.page-job .sec-job .block-about .txt02 {
  text-align: center;
  font-size: 1.6rem;
  line-height: 3.375;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-about .txt02 {
    font-size: 2.6rem;
    line-height: 2.2307692308;
    font-weight: 400;
  }
}
.page-job .sec-job .block-about .txt02 .strong {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-about .txt02 .strong {
    font-size: 3.2rem;
    line-height: 1.8125;
    font-weight: 700;
  }
}
.page-job .sec-job .block-about .strong-txt {
  margin: 1.5rem 0 0 0;
  text-align: center;
  font-size: 2rem;
  line-height: 3.2;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-about .strong-txt {
    margin: 1.8rem 0;
    font-size: 3.2rem;
    line-height: 1.8125;
    font-weight: 700;
  }
}
.page-job .sec-job .block-about .point-box {
  position: relative;
  margin-top: 6.8rem;
  padding: 7.7rem 5.9rem 8.8rem 5.9rem;
  border-radius: 3rem;
  background: #F8F8F8;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-about .point-box {
    margin-top: 4.2rem;
    padding: 13.3rem 3rem 6.3rem 3rem;
  }
}
.page-job .sec-job .block-about .point-box .box-ttl {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 43rem;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  line-height: 2.25;
  font-weight: 700;
  padding: 1.3rem 0;
  border-radius: 0 3rem 0 6rem;
  background: #877ABD;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-about .point-box .box-ttl {
    width: 50.1rem;
    font-size: 2.6rem;
    line-height: 2;
    font-weight: 700;
    padding: 1.2rem 0 1.8rem 0;
    border-radius: 0 3.4941rem 0 6.9882rem;
  }
}
.page-job .sec-job .block-about .point-box .box-ttl:after {
  position: absolute;
  right: 15rem;
  bottom: -1.3rem;
  display: block;
  content: "";
  width: 3.7rem;
  height: 2.7rem;
  background: url("../images/job01/fukidashi.svg") no-repeat center center;
  background-size: 100% auto !important;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-about .point-box .box-ttl:after {
    right: 17.4rem;
    bottom: -1.5rem;
    width: 4.3rem;
    height: 3.1rem;
  }
}
.page-job .sec-job .block-about .point-box .title {
  font-size: 2.4rem;
  line-height: 1.875;
  font-weight: 700;
  margin-bottom: 2.5rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-about .point-box .title {
    font-size: 3.2rem;
    line-height: 1.6875;
    font-weight: 700;
    padding-left: 2.2rem;
    margin-bottom: 3.9rem;
  }
}
.page-job .sec-job .block-about .point-box .txt {
  text-align: left;
  font-size: 1.6rem;
  line-height: 2.125;
  font-weight: 400;
  line-break: strict;
  overflow-wrap: break-word;
  word-break: normal;
  padding-left: 1.5rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-about .point-box .txt {
    font-size: 2.8rem;
    line-height: 1.9285714286;
    font-weight: 400;
    padding-left: 0;
  }
}
.page-job .sec-job .block-about .point-box .flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
  margin-top: 3.4rem;
  background: #fff;
  border-radius: 2rem;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-about .point-box .flex {
    margin-top: 5rem;
    flex-direction: column;
  }
}
.page-job .sec-job .block-about .point-box .flex-txt {
  width: calc(100% - 33.4rem);
  padding: 3rem 2rem 3rem 4.5rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-about .point-box .flex-txt {
    width: 100%;
    padding: 2.8rem 4rem 3.7rem 2.7rem;
  }
}
.page-job .sec-job .block-about .point-box .flex-txt .point-list li {
  position: relative;
  font-size: 1.6rem;
  line-height: 2.625;
  font-weight: 500;
  padding-left: 3.5rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-about .point-box .flex-txt .point-list li {
    font-size: 2.6rem;
    line-height: 2.0769230769;
    font-weight: 500;
    padding-left: 4.9rem;
  }
  .page-job .sec-job .block-about .point-box .flex-txt .point-list li + li {
    margin-top: 2rem;
  }
}
.page-job .sec-job .block-about .point-box .flex-txt .point-list li:before {
  position: absolute;
  left: 0;
  top: 0.8rem;
  display: block;
  content: "";
  background: url("../images/job01/deco_kirakira.png") no-repeat center center;
  background-size: 100% auto;
  width: 2.9rem;
  height: 2.9rem;
  transform: translateX(-3px);
  animation: moveSide 0.8s ease-in-out infinite alternate;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-about .point-box .flex-txt .point-list li:before {
    top: 0.9rem;
    width: 3.8rem;
    height: 3.8rem;
  }
}
.page-job .sec-job .block-about .point-box .flex-img {
  width: 33.4rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-about .point-box .flex-img {
    width: 100%;
  }
}
.page-job .sec-job .block-about .point-box .deco {
  position: absolute;
  right: 0;
  top: 10rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-about .point-box .deco {
    top: 10.8rem;
  }
}
.page-job .sec-job .block-about .point-box .deco.img01 {
  width: 15rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-about .point-box .deco.img01 {
    width: 12.4rem;
  }
}
.page-job .sec-job .block-recruitment_details {
  padding: 6.7rem 0 0 0;
  margin-bottom: 11.5rem;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-recruitment_details {
    padding: 6.5rem 0 0 0;
    margin-bottom: 8.8rem;
  }
}
.page-job .sec-job .block-recruitment_details .c-title02 {
  margin-bottom: 3.4rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-recruitment_details .c-title02 {
    margin-bottom: 0;
  }
}
.page-job .sec-job .block-recruitment_details .c-tbl {
  border-top: 1px solid #CCC;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-recruitment_details .c-tbl {
    border-top: none;
  }
}
.page-job .sec-job .block-recruitment_details .c-tbl th, .page-job .sec-job .block-recruitment_details .c-tbl td {
  padding: 3.3rem 0;
  border-bottom: 1px solid #CCC;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-recruitment_details .c-tbl th, .page-job .sec-job .block-recruitment_details .c-tbl td {
    padding: 2.7rem 0;
  }
}
.page-job .sec-job .block-recruitment_details .c-tbl th {
  width: 29.6rem;
  font-size: 1.6rem;
  line-height: 3;
  letter-spacing: 0.64px;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-recruitment_details .c-tbl th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
    font-size: 2.8rem;
    line-height: 1.7142857143;
    letter-spacing: 1.12px;
    font-weight: 700;
  }
}
.page-job .sec-job .block-recruitment_details .c-tbl td {
  width: calc(100% - 29.6rem);
  font-size: 1.6rem;
  line-height: 2.125;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-recruitment_details .c-tbl td {
    width: 100%;
    padding-bottom: 3.5rem;
    font-size: 2.6rem;
    line-height: 1.7307692308;
    font-weight: 400;
  }
}
.page-job .sec-job .block-recruitment_details .c-tbl td .txt {
  font-size: 1.6rem;
  line-height: 2.125;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-recruitment_details .c-tbl td .txt {
    font-size: 2.6rem;
    line-height: 1.7307692308;
    font-weight: 400;
  }
}
.page-job .sec-job .block-recruitment_details .c-tbl td .list {
  margin-top: 1.8rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-recruitment_details .c-tbl td .list {
    margin-top: 3rem;
  }
}
.page-job .sec-job .block-recruitment_details .c-tbl td .list li {
  position: relative;
  font-size: 1.6rem;
  line-height: 2.125;
  font-weight: 400;
  padding-left: 1.8rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-recruitment_details .c-tbl td .list li {
    font-size: 2.6rem;
    line-height: 1.7307692308;
    font-weight: 400;
    padding-left: 2.8rem;
  }
  .page-job .sec-job .block-recruitment_details .c-tbl td .list li + li {
    margin-top: 1.4rem;
  }
}
.page-job .sec-job .block-recruitment_details .c-tbl td .list li:before {
  position: absolute;
  left: 0;
  top: 1.3rem;
  display: block;
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  background: #231815;
  border-radius: 100%;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-recruitment_details .c-tbl td .list li:before {
    top: 1rem;
    width: 1.4rem;
    height: 1.4rem;
  }
}
.page-job .sec-job .block-recruitment_details .c-tbl td .list.-square li:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "■";
  width: auto;
  height: auto;
  color: #000;
  background: none;
  border-radius: 0;
}
.page-job .sec-job .block-recruitment_details .c-tbl td .links {
  color: #55449B;
  font-weight: 700;
}
.page-job .sec-job .block-recruitment_details .c-tbl td .note, .page-job .sec-job .block-recruitment_details .c-tbl td .small {
  font-size: 1.4rem;
  line-height: 2.4285714286;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-recruitment_details .c-tbl td .note, .page-job .sec-job .block-recruitment_details .c-tbl td .small {
    font-size: 2.2rem;
    line-height: 1.7272727273;
    font-weight: 400;
  }
}
.page-job .sec-job .block-recruitment_details .c-tbl td .subttl {
  margin-top: 2.5rem;
  font-size: 1.6rem;
  line-height: 2.125;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-recruitment_details .c-tbl td .subttl {
    margin-top: 4rem;
    font-size: 2.8rem;
    line-height: 2.0357142857;
    font-weight: 700;
  }
}
.page-job .sec-job .block-recruitment_details .c-tbl td .link-list {
  margin-top: 1.5rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-recruitment_details .c-tbl td .link-list {
    margin-top: 2rem;
  }
}
.page-job .sec-job .block-recruitment_details .c-tbl td .link-list li {
  position: relative;
}
.page-job .sec-job .block-recruitment_details .c-tbl td .link-list li .txt-link {
  position: relative;
  color: #55449B;
  font-size: 1.6rem;
  line-height: 2.125;
  font-weight: 500;
  padding-right: 3.2rem;
  transition: 0.4s;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-recruitment_details .c-tbl td .link-list li .txt-link {
    font-size: 2.6rem;
    line-height: 2.0769230769;
    font-weight: 500;
    padding-right: 0;
  }
}
.page-job .sec-job .block-recruitment_details .c-tbl td .link-list li .txt-link .arrow {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100%;
  border: 1px solid #55449B;
  box-sizing: border-box;
  transition: 0.4s;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-recruitment_details .c-tbl td .link-list li .txt-link .arrow {
    position: relative;
    display: inline-block;
    top: 1rem;
    margin-left: 1rem;
    width: 4rem;
    height: 4rem;
  }
}
.page-job .sec-job .block-recruitment_details .c-tbl td .link-list li .txt-link .arrow:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  background: url("../images/common/arrow_p.svg") no-repeat center center;
  background-size: 100% auto;
  width: 1.3rem;
  height: 1.4rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-recruitment_details .c-tbl td .link-list li .txt-link .arrow:after {
    width: 1.9rem;
    height: 1.8rem;
  }
}
@media screen and (min-width: 481px) {
  .page-job .sec-job .block-recruitment_details .c-tbl td .link-list li .txt-link:hover {
    font-weight: 700;
  }
  .page-job .sec-job .block-recruitment_details .c-tbl td .link-list li .txt-link:hover .arrow {
    transform: translateX(10px);
  }
}
.page-job .sec-job .block-entry {
  position: relative;
}
.page-job .sec-job .block-entry__links {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  flex-direction: column;
  width: 100%;
  height: 41rem;
  border-radius: 3rem;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-entry__links {
    height: 32.8rem;
    border-radius: 1.5rem;
  }
}
.page-job .sec-job .block-entry__links:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(20, 11, 59, 0.5);
  z-index: 2;
}
.page-job .sec-job .block-entry__links .txt-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 3;
}
.page-job .sec-job .block-entry__links .txt-wrap .txt01 {
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.5454545455;
  font-weight: 700;
  transition: 0.4s;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-entry__links .txt-wrap .txt01 {
    font-size: 2.6rem;
    line-height: 1.4615384615;
    font-weight: 700;
  }
}
.page-job .sec-job .block-entry__links .txt-wrap .txt02 {
  margin-top: 1.2rem;
  text-align: center;
  color: #fff;
  font-size: 7.5rem;
  line-height: 1;
  font-weight: 700;
  transition: 0.4s;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-entry__links .txt-wrap .txt02 {
    margin-top: 2rem;
    font-size: 7.8rem;
    line-height: 1;
    font-weight: 700;
  }
}
.page-job .sec-job .block-entry__links .txt-wrap .arrow {
  position: relative;
  top: -0.6rem;
  display: inline-block;
  margin-left: 1.4rem;
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
  transition: 0.4s;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-entry__links .txt-wrap .arrow {
    top: 0.2rem;
    width: 6.9rem;
    height: 6.9rem;
  }
}
.page-job .sec-job .block-entry__links .txt-wrap .arrow:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  background: url("../images/common/arrow_w.svg") no-repeat center center;
  background-size: 100% auto !important;
  width: 1.6rem;
  height: 1.5rem;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  backface-visibility: hidden;
  opacity: 1 !important;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-entry__links .txt-wrap .arrow:after {
    width: 3.8rem;
    height: 3.7rem;
  }
}
.page-job .sec-job .block-entry__links .img-wrap {
  position: relative;
  z-index: 1;
}
.page-job .sec-job .block-entry__links .deco {
  position: absolute;
  left: 0;
  bottom: 9.4rem;
  z-index: 3;
  width: 12.7rem;
  height: 16.6rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-entry__links .deco {
    bottom: 1.2rem;
    width: 9.3rem;
    height: 12.2rem;
  }
}
.page-job .sec-job .block-entry__links .deco img {
  position: absolute;
  display: block;
  transition: 0.4s;
}
.page-job .sec-job .block-entry__links .deco img.off {
  z-index: 2;
  opacity: 1;
}
.page-job .sec-job .block-entry__links .deco img.on {
  z-index: 1;
  opacity: 0;
}
@media screen and (min-width: 481px) {
  .page-job .sec-job .block-entry__links:hover {
    text-decoration: none;
  }
  .page-job .sec-job .block-entry__links:hover .txt01 {
    color: #FFE84D;
  }
  .page-job .sec-job .block-entry__links:hover .txt02 {
    color: #FFE84D;
    transform: translateX(10px);
  }
  .page-job .sec-job .block-entry__links:hover .arrow {
    border: 1px solid #FFE84D;
  }
  .page-job .sec-job .block-entry__links:hover .arrow:after {
    background: url("../images/common/arrow_y.svg") no-repeat center center;
  }
  .page-job .sec-job .block-entry__links:hover .deco img {
    position: absolute;
    display: block;
  }
  .page-job .sec-job .block-entry__links:hover .deco img.off {
    opacity: 0;
  }
  .page-job .sec-job .block-entry__links:hover .deco img.on {
    opacity: 1;
  }
}
.page-job .sec-job .block-entry .txt-link {
  position: relative;
  margin-top: 2.7rem;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2.8125;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-entry .txt-link {
    margin-top: 3.2rem;
    font-size: 2.8rem;
    line-height: 1.4285714286;
    font-weight: 700;
  }
}
.page-job .sec-job .block-entry .txt-link:after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background: #000;
  transition: 0.4s;
}
.page-job .sec-job .block-entry .txt-link .color {
  margin: 0 0.5rem;
  color: #55449B;
}
.page-job .sec-job .block-entry .txt-link .arrow {
  position: relative;
  top: 0.9rem;
  display: inline-block;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 100%;
  background: #5D5A5A;
  overflow: hidden;
  transition: 0.4s;
  backface-visibility: hidden;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-entry .txt-link .arrow {
    top: 1.2rem;
    width: 5.4rem;
    height: 5.4rem;
  }
}
.page-job .sec-job .block-entry .txt-link .arrow:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  background: url("../images/common/arrow_w.svg") no-repeat center center;
  background-size: 100% auto !important;
  width: 1.5rem;
  height: 1.5rem;
  width: 15px;
  height: 15px;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-entry .txt-link .arrow:after {
    width: 2.6rem;
    height: 2.6rem;
  }
}
@media screen and (min-width: 481px) {
  .page-job .sec-job .block-entry .txt-link:hover {
    text-decoration: none;
  }
  .page-job .sec-job .block-entry .txt-link:hover:after {
    width: 100%;
  }
  .page-job .sec-job .block-entry .txt-link:hover .arrow {
    background: #55449B;
  }
  .page-job .sec-job .block-entry .txt-link:hover .arrow:after {
    animation: arrow-slide 0.4s 0.4s none ease-in-out;
  }
}
.page-job .sec-job .block-flow {
  padding: 8.8rem 0 5.8rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-flow {
    padding: 7rem 0 0 0;
  }
}
.page-job .sec-job .block-flow .c-title02 {
  margin-bottom: 3.4rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-flow .c-title02 {
    margin-bottom: 2.7rem;
  }
}
.page-job .sec-job .block-flow .bg-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 9.9rem;
  padding: 6.8rem 9.6rem 8.4rem 9.6rem;
  border-radius: 3rem;
  background: #7D70B6;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-flow .bg-wrap {
    flex-direction: column;
    gap: 7.1rem 0;
    padding: 4.9rem 5rem 5.3rem 4.4rem;
    border-radius: 4.258rem;
  }
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-flow .bg-wrap .flow-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    align-content: stretch;
    gap: 0 3rem;
  }
}
.page-job .sec-job .block-flow .bg-wrap .flow-box .circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  flex-direction: column;
  width: 16.6rem;
  height: 16.6rem;
  margin: 0 auto;
  border-radius: 100%;
  background: #fff;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-flow .bg-wrap .flow-box .circle {
    width: 20rem;
    height: 20rem;
    margin: 0;
  }
}
.page-job .sec-job .block-flow .bg-wrap .flow-box .circle .num {
  text-align: center;
  color: #55449B;
  font-style: italic;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.96px;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-flow .bg-wrap .flow-box .circle .num {
    font-size: 3.4rem;
    line-height: 1;
    letter-spacing: 1.363px;
    font-weight: 600;
  }
}
.page-job .sec-job .block-flow .bg-wrap .flow-box .circle .ttl {
  color: #55449B;
  text-align: center;
  font-size: 2rem;
  line-height: 2.4;
  letter-spacing: 0.8px;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-flow .bg-wrap .flow-box .circle .ttl {
    margin-top: 1.2rem;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 1.2px;
    font-weight: 700;
  }
}
.page-job .sec-job .block-flow .bg-wrap .flow-box .circle .ico {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-flow .bg-wrap .flow-box .circle .ico {
    margin-top: 2rem;
  }
}
.page-job .sec-job .block-flow .bg-wrap .flow-box .circle:before, .page-job .sec-job .block-flow .bg-wrap .flow-box .circle:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-flow .bg-wrap .flow-box .circle:before, .page-job .sec-job .block-flow .bg-wrap .flow-box .circle:after {
    top: auto;
    left: 50%;
    transform: translateY(0) translateX(-50%);
  }
}
.page-job .sec-job .block-flow .bg-wrap .flow-box .circle:before {
  right: -108%;
  width: 110%;
  height: 2px;
  background: url("../images/job01/bg-line.png") no-repeat left center;
  background-size: auto 1px;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-flow .bg-wrap .flow-box .circle:before {
    right: auto;
    left: 5.6rem;
    bottom: -7rem;
    width: 9rem;
    height: 1px;
    transform: rotate(90deg) translateX(-50%);
  }
}
.page-job .sec-job .block-flow .bg-wrap .flow-box .circle:after {
  right: -18.6rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #55449B;
  border-width: 0.9rem 0 0.9rem 1.3rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-flow .bg-wrap .flow-box .circle:after {
    right: auto;
    left: 50%;
    margin-left: 0.2rem;
    bottom: -7rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #55449B transparent transparent transparent;
    border-width: 2rem 1.5rem 0 1.5rem;
  }
}
.page-job .sec-job .block-flow .bg-wrap .flow-box:last-of-type .circle:before, .page-job .sec-job .block-flow .bg-wrap .flow-box:last-of-type .circle:after {
  display: none;
}
.page-job .sec-job .block-flow .bg-wrap .flow-box .txt {
  margin-top: 0.8rem;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.125;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-flow .bg-wrap .flow-box .txt {
    text-align: left;
    width: calc(100% - 23rem);
    margin-top: 0;
    font-size: 2.8rem;
    line-height: 1.9285714286;
    font-weight: 700;
  }
}
.page-job .sec-job .block-flow .bg-wrap .flow-box:nth-child(1) .circle .ico {
  width: 3.3rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-flow .bg-wrap .flow-box:nth-child(1) .circle .ico {
    width: 4.7rem;
    margin-top: 2rem;
  }
}
.page-job .sec-job .block-flow .bg-wrap .flow-box:nth-child(2) .circle .ico {
  width: 5rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-flow .bg-wrap .flow-box:nth-child(2) .circle .ico {
    margin-top: 1.1rem;
    width: 7.1rem;
  }
}
.page-job .sec-job .block-flow .bg-wrap .flow-box:nth-child(3) .circle .ico {
  width: 4.3rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-flow .bg-wrap .flow-box:nth-child(3) .circle .ico {
    width: 6.2rem;
  }
}
.page-job .sec-job .block-flow02 {
  padding: 3rem 0 7.4rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-flow02 {
    padding: 5.8rem 0 0 0;
  }
}
.page-job .sec-job .block-flow02 .c-title02 {
  margin-bottom: 5.4rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-flow02 .c-title02 {
    margin-bottom: 4.7rem;
  }
}
.page-job .sec-job .block-flow02 .box-wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 2.9rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-flow02 .box-wrap {
    flex-direction: column;
    gap: 9rem 0;
  }
}
.page-job .sec-job .block-flow02 .box-wrap .flow-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  flex-direction: column;
  width: calc((100% - 8.7rem) / 4);
  aspect-ratio: 268/166;
  border-radius: 1.3rem;
  border: 2px solid #8B7BCB;
  background: #FAF9FF;
  padding: 1.8rem 2.6rem 0 2.6rem;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-flow02 .box-wrap .flow-box {
    width: 100%;
    aspect-ratio: 670/182;
    border-radius: 1.9rem;
    padding: 5.3rem 4rem 4rem 4remrem;
  }
}
.page-job .sec-job .block-flow02 .box-wrap .flow-box .num {
  position: absolute;
  left: 50%;
  top: -3rem;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  width: 6rem;
  height: 6rem;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.8px;
  font-weight: 500;
  font-style: italic;
  background: #55449B;
  border-radius: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-flow02 .box-wrap .flow-box .num {
    top: -4rem;
    font-size: 2.9rem;
    line-height: 1;
    letter-spacing: 1.177px;
    font-weight: 500;
    width: 8rem;
    height: 8rem;
  }
}
.page-job .sec-job .block-flow02 .box-wrap .flow-box .txt {
  font-size: 1.5rem;
  line-height: 1.8666666667;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-flow02 .box-wrap .flow-box .txt {
    font-size: 2.6rem;
    line-height: 1.7307692308;
    font-weight: 500;
  }
}
.page-job .sec-job .block-flow02 .box-wrap .flow-box:not(:last-of-type):after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2.6rem;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #55449B;
  border-width: 0.95rem 0 0.95rem 1.6rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-flow02 .box-wrap .flow-box:not(:last-of-type):after {
    top: auto;
    left: 50%;
    right: auto;
    bottom: -4.3rem;
    transform: translateY(0) translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #55449B transparent transparent transparent;
    border-width: 2.4rem 1.6rem 0 1.6rem;
  }
}
.page-job .sec-job .block-message {
  padding: 3rem 0 0 0;
  margin-bottom: 10.7rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-message {
    padding: 6rem 0 0 0;
    margin-bottom: 7.8rem;
  }
}
.page-job .sec-job .block-message .flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-message .flex {
    flex-direction: column;
    gap: 4rem 0;
  }
}
.page-job .sec-job .block-message .flex-txt {
  width: calc(100% - 29.7rem);
  padding-right: 7.3rem;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-message .flex-txt {
    width: 100%;
    padding-right: 0;
  }
}
.page-job .sec-job .block-message .flex-txt .c-title02 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-message .flex-txt .c-title02 {
    margin-bottom: 3.4rem;
  }
}
.page-job .sec-job .block-message .flex-txt .txt {
  font-size: 1.6rem;
  line-height: 2.125;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-message .flex-txt .txt {
    font-size: 2.8rem;
    line-height: 1.9285714286;
    font-weight: 400;
  }
}
.page-job .sec-job .block-message .flex-txt .txt + .txt {
  margin-top: 2.5rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-message .flex-txt .txt + .txt {
    margin-top: 5rem;
  }
}
.page-job .sec-job .block-message .flex-img {
  width: 29.7rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-message .flex-img {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    align-content: stretch;
  }
  .page-job .sec-job .block-message .flex-img .img {
    width: 17.7rem;
  }
}
.page-job .sec-job .block-message .flex-img .img-caption {
  margin-top: 1.3rem;
  font-size: 1.6rem;
  line-height: 1.8125;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-message .flex-img .img-caption {
    width: calc(100% - 17.7rem);
    margin-top: 0;
    padding-left: 2rem;
    font-size: 2.8rem;
    line-height: 1.8571428571;
    font-weight: 400;
  }
}
.page-job .sec-job .block-message .flex-img .img-caption .name {
  margin-left: 0.4rem;
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-job .sec-job .block-message .flex-img .img-caption .name {
    font-size: 3.2rem;
    line-height: 1.625;
    font-weight: 700;
  }
}
.page-job .spacer-bottom {
  position: relative;
  height: 15.4rem;
  background: #F9F9F9;
  border-radius: 0 0 0 11rem;
}
@media screen and (max-width: 480px) {
  .page-job .spacer-bottom {
    height: 9.2rem;
    border-radius: 0 0 0 8rem;
  }
}
.page-job .spacer-bottom:after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}
.page-job.-job02 .sec-job .job-info .flex {
  gap: 0 4rem;
}
@media screen and (max-width: 480px) {
  .page-job.-job02 .sec-job .job-info .flex {
    gap: 6rem 0;
  }
}
.page-job.-job02 .sec-job .job-info .flex-txt {
  width: calc(100% - 59.1rem);
}
@media screen and (max-width: 480px) {
  .page-job.-job02 .sec-job .job-info .flex-txt {
    width: 100%;
  }
}
.page-job.-job02 .sec-job .job-info .flex-txt .info-ttl .small {
  margin-left: 1rem;
}
@media screen and (max-width: 480px) {
  .page-job.-job02 .sec-job .job-info .flex-txt .info-ttl .small {
    margin-left: 6.5rem;
  }
}
.page-job.-job02 .sec-job .job-info .flex-img .comment .txt:before, .page-job.-job02 .sec-job .job-info .flex-img .comment .txt:after {
  background: #3EB8F8;
}
@media screen and (max-width: 480px) {
  .page-job.-job02 .sec-job .section-nav {
    background: #088FD6;
  }
}
.page-job.-job02 .sec-job .section-nav .nav__btn {
  background: #088FD6;
}
.page-job.-job02 .sec-job .block-about .lead-wrap {
  background: #F2FBFF;
}
.page-job.-job02 .sec-job .block-about .lead-wrap .lead-txt {
  color: #04679C;
}
.page-job.-job02 .sec-job .block-about .point-box .box-ttl {
  background: #3EB8F8;
}
.page-job.-job02 .sec-job .block-about .point-box .box-ttl:after {
  background: url(../images/job02/fukidashi.svg) no-repeat center center;
}
.page-job.-job02 .sec-job .block-about .point-box .txt {
  padding-right: 27rem;
}
@media screen and (max-width: 480px) {
  .page-job.-job02 .sec-job .block-about .point-box .txt {
    padding-right: 0;
  }
}
.page-job.-job02 .sec-job .block-recruitment_details .c-tbl td .link-list li .txt-link {
  color: #0779B5;
}
.page-job.-job02 .sec-job .block-recruitment_details .c-tbl td .link-list li .txt-link .arrow {
  border-color: #0779B5;
}
.page-job.-job02 .sec-job .block-recruitment_details .c-tbl td .link-list li .txt-link .arrow:after {
  background: url(../images/common/arrow_blue.svg) no-repeat center center;
}
.page-job.-job02 .sec-job .block-recruitment_details .c-tbl td .links {
  color: #0779B5;
}
.page-job.-job02 .sec-job .block-entry__links:after {
  background: rgba(0, 50, 77, 0.5);
}
.page-job.-job02 .sec-job .block-entry .txt-link .color {
  color: #0779B5;
}
.page-job.-job02 .sec-job .block-flow .bg-wrap {
  background: #088FD6;
}
.page-job.-job02 .sec-job .block-flow .bg-wrap .flow-box .circle .num,
.page-job.-job02 .sec-job .block-flow .bg-wrap .flow-box .circle .ttl {
  color: #0779B5;
}
.page-job.-job02 .sec-job .block-flow .bg-wrap .flow-box .circle:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #055580;
  border-width: 0.9rem 0 0.9rem 1.3rem;
}
@media screen and (max-width: 480px) {
  .page-job.-job02 .sec-job .block-flow .bg-wrap .flow-box .circle:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #055580 transparent transparent transparent;
    border-width: 2rem 1.5rem 0 1.5rem;
  }
}
.page-job.-job02 .sec-job .block-flow02 .box-wrap .flow-box {
  width: 32rem;
  text-align: center;
  border: 2px solid #088FD6;
  background: #FBFEFF;
}
@media screen and (max-width: 480px) {
  .page-job.-job02 .sec-job .block-flow02 .box-wrap .flow-box {
    width: 100%;
  }
}
.page-job.-job02 .sec-job .block-flow02 .box-wrap .flow-box .num {
  background: #088FD6;
}
.page-job.-job02 .sec-job .block-flow02 .box-wrap .flow-box:not(:last-of-type):after {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #088FD6;
  border-width: 0.95rem 0 0.95rem 1.6rem;
}
@media screen and (max-width: 480px) {
  .page-job.-job02 .sec-job .block-flow02 .box-wrap .flow-box:not(:last-of-type):after {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #088FD6 transparent transparent transparent;
    border-width: 2.4rem 1.6rem 0 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .page-job.-job03 .sec-job .job-info .flex-img .comment .txt .small {
    margin-left: 5.4rem;
  }
}
.page-job.-job03 .sec-job .block-flow02 .box-wrap .flow-box {
  width: 32rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .page-job.-job03 .sec-job .block-flow02 .box-wrap .flow-box {
    width: 100%;
  }
}
.page-job .sec-know {
  position: relative;
  background: #fff;
  padding: 12.6rem 0 13.2rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-job .sec-know {
    padding: 6.7rem 0 9.6rem 0;
  }
}
.page-job .sec-know:after {
  position: absolute;
  left: 0;
  bottom: -10%;
  display: block;
  content: "";
  width: 100%;
  height: 20%;
  background: #fff;
  z-index: -1;
}
.page-job .sec-know .l-wrapper {
  max-width: 134rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-know .l-wrapper {
    max-width: inherit;
    padding-right: 0;
  }
}
.page-job .sec-know .c-title .jp-ttl {
  font-size: 2.2rem;
  line-height: 1.4755909091;
  letter-spacing: 0.22px;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-job .sec-know .c-title .jp-ttl {
    font-size: 3.8rem;
    line-height: 0.8684210526;
    letter-spacing: 0.38px;
    font-weight: 700;
  }
}
@media screen and (max-width: 480px) {
  .page-job .sec-know .sp-scroll {
    width: 100%;
    overflow: auto;
    padding-right: 4rem;
    box-sizing: border-box;
  }
}
.page-job .sec-know .voicenav__inner {
  margin-top: 7.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-job .sec-know .voicenav__inner {
    margin-top: 6.8rem;
    width: 67rem;
  }
}
.page-job .sec-know .jobnav__inner {
  margin-top: 6.8rem;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 480px) {
  .page-job .sec-know .jobnav__inner {
    margin-top: 5.9rem;
    width: 192rem;
    max-width: inherit;
  }
}
.page-job .sec-know .box-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0 4rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-know .box-wrap {
    gap: 0 3.4rem;
  }
}
.page-job .sec-know .box-wrap .job-box {
  width: calc((100% - 12rem) / 4);
  max-width: 27rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-know .box-wrap .job-box {
    width: calc((100% - 10.2rem) / 4);
    max-width: inherit;
  }
}
.page-job .sec-know .box-wrap .job-box__links .box-heading {
  margin-top: 1.3rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-know .box-wrap .job-box__links .box-heading {
    margin-top: 3.6rem;
  }
}
.page-job .sec-know .box-wrap .job-box__links .box-heading .ttl {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-know .box-wrap .job-box__links .box-heading .ttl {
    font-size: 2.8rem;
    line-height: 1.6428571429;
    font-weight: 700;
  }
}
.page-job .sec-know .box-wrap .job-box__links .box-heading .txt {
  color: #6E6E6E;
  font-size: 1.3rem;
  line-height: 2.1538461538;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .page-job .sec-know .box-wrap .job-box__links .box-heading .txt {
    font-size: 2.6rem;
    line-height: 1.7692307692;
    font-weight: 500;
  }
}
.page-job .sec-know .box-wrap .job-box__links .box-img {
  position: relative;
  width: 100%;
  aspect-ratio: 218/136;
  border-radius: 1.1rem;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-job .sec-know .box-wrap .job-box__links .box-img {
    aspect-ratio: 484/302;
  }
}
.page-job .sec-know .box-wrap .job-box__links .box-img img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  transition: 0.4s;
}
.page-job .sec-know .box-wrap .job-box__links .box-img .num {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  width: 5.5rem;
  height: 5.5rem;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
  background: #4AAD13;
  border-radius: 1.1rem 0 0 0;
  z-index: 4;
}
@media screen and (max-width: 480px) {
  .page-job .sec-know .box-wrap .job-box__links .box-img .num {
    width: 9.82rem;
    height: 9.82rem;
    font-size: 3.2rem;
    line-height: 1;
    font-weight: 600;
    border-radius: 2.5rem 0 0 0;
  }
}
.page-job .sec-know .box-wrap .job-box__links .box-img .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 100%;
  background: #4AAD13;
  z-index: 3;
  overflow: hidden;
  opacity: 0;
  transition: 0.4s;
}
.page-job .sec-know .box-wrap .job-box__links .box-img .arrow:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  background: url("../images/common/arrow_w.svg") no-repeat center center;
  background-size: 100% 100% !important;
  width: 2rem;
  height: 2rem;
  transition: 0.4s;
}
.page-job .sec-know .box-wrap .job-box__links .box-img:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  opacity: 0;
  transition: 0.4s;
}
@media screen and (min-width: 481px) {
  .page-job .sec-know .box-wrap .job-box__links:hover {
    text-decoration: none;
  }
  .page-job .sec-know .box-wrap .job-box__links:hover .box-img img {
    transform: scale(1.1);
  }
  .page-job .sec-know .box-wrap .job-box__links:hover .box-img .arrow {
    opacity: 1;
  }
  .page-job .sec-know .box-wrap .job-box__links:hover .box-img .arrow:after {
    animation: arrow-slide 0.4s 0.4s forwards ease-in-out;
  }
  .page-job .sec-know .box-wrap .job-box__links:hover .box-img:before {
    opacity: 1;
  }
}
.page-job .sec-know .box-wrap .job-box__links.-current {
  pointer-events: none;
}
.page-job .sec-know .box-wrap .job-box__links.-current .box-img:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.page-job .sec-know .flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 2.8rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-know .flex {
    flex-direction: column;
    gap: 5.9rem 0;
  }
}
.page-job .sec-know .flex .flex-interview {
  width: 64.4rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-know .flex .flex-interview {
    width: 97rem;
  }
}
.page-job .sec-know .flex .flex-talk {
  width: 52.6rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-know .flex .flex-talk {
    width: 170%;
  }
}
.page-job .sec-know .voice-title,
.page-job .sec-know .job-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 1.1rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-know .voice-title,
  .page-job .sec-know .job-title {
    gap: 0 2.2rem;
    margin-bottom: 2.3rem;
  }
}
.page-job .sec-know .voice-title .en-ttl,
.page-job .sec-know .job-title .en-ttl {
  color: #C7C7C7;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.88px;
  font-weight: 800;
}
@media screen and (max-width: 480px) {
  .page-job .sec-know .voice-title .en-ttl,
  .page-job .sec-know .job-title .en-ttl {
    font-size: 3.8rem;
    line-height: 1;
    letter-spacing: 1.52px;
    font-weight: 800;
  }
}
.page-job .sec-know .voice-title .jp-ttl,
.page-job .sec-know .job-title .jp-ttl {
  color: #262626;
  font-size: 1.4rem;
  line-height: 2.3187857143;
  letter-spacing: 0.14px;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-job .sec-know .voice-title .jp-ttl,
  .page-job .sec-know .job-title .jp-ttl {
    font-size: 2.2rem;
    line-height: 1.4755909091;
    letter-spacing: 0.22px;
    font-weight: 700;
  }
}
.page-job .sec-know .interview-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 1rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-know .interview-wrap {
    gap: 0 2rem;
  }
}
.page-job .sec-know .interview-wrap .box {
  width: calc((100% - 2rem) / 3);
}
@media screen and (max-width: 480px) {
  .page-job .sec-know .interview-wrap .box {
    width: calc((100% - 4rem) / 3);
  }
}
.page-job .sec-know .interview-wrap .box__links .mask-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  /* SVGでマスクをかける設定 */
  /*-webkit-mask-image: url('../images/common/nav01_mask.svg'); /* Safari用 
  mask-image: url('../images/common/nav01_mask.svg');         /* 標準仕様 */
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width='179' height='179' viewBox='0 0 179 179' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M79.5341 0H151.3C166.467 0 178.781 12.3135 178.781 27.4812V99.2473C178.781 143.143 143.143 178.781 99.2473 178.781H27.4812C12.3135 178.78 0 166.467 0 151.299V79.5332C0 35.6381 35.6381 0 79.5341 0Z' fill='%23FF0011'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg width='179' height='179' viewBox='0 0 179 179' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M79.5341 0H151.3C166.467 0 178.781 12.3135 178.781 27.4812V99.2473C178.781 143.143 143.143 178.781 99.2473 178.781H27.4812C12.3135 178.78 0 166.467 0 151.299V79.5332C0 35.6381 35.6381 0 79.5341 0Z' fill='%23FF0011'/></svg>");
  /* マスクの位置とサイズ調整 */
  -webkit-mask-size: contain;
  mask-size: contain; /* 枠線内にSVGを収める（枠いっぱいは cover） */
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat; /* マスクをループさせない */
  -webkit-mask-position: center;
  mask-position: center; /* マスクを中央配置 */
}
.page-job .sec-know .interview-wrap .box__links .mask-container:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  opacity: 0;
  transition: 0.4s;
}
.page-job .sec-know .interview-wrap .box__links .mask-container .masked-image {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  transition: 0.4s;
}
.page-job .sec-know .interview-wrap .box__links .mask-container .year {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 14.4rem;
  padding: 1.3rem 0;
  border-radius: 0 0.8742rem 0 0;
  z-index: 4;
}
@media screen and (max-width: 480px) {
  .page-job .sec-know .interview-wrap .box__links .mask-container .year {
    width: 18.5rem;
    border-radius: 1.5354rem 0 0 0;
  }
}
.page-job .sec-know .interview-wrap .box__links .mask-container .year p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .page-job .sec-know .interview-wrap .box__links .mask-container .year p {
    font-size: 2.2rem;
    line-height: 1.0395454545;
    font-weight: 700;
  }
}
.page-job .sec-know .interview-wrap .box__links .mask-container .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 100%;
  overflow: hidden;
  z-index: 3;
  opacity: 0;
  transition: 0.4s;
}
.page-job .sec-know .interview-wrap .box__links .mask-container .arrow:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  background: url("../images/common/arrow_w.svg") no-repeat center center;
  background-size: 100% 100% !important;
  width: 2rem;
  height: 2rem;
}
.page-job .sec-know .interview-wrap .box__links .box-txt {
  margin-top: 2rem;
}
.page-job .sec-know .interview-wrap .box__links .box-txt .name {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-know .interview-wrap .box__links .box-txt .name {
    font-size: 2.2rem;
    line-height: 1.7260909091;
    font-weight: 700;
  }
}
.page-job .sec-know .interview-wrap .box__links .box-txt .name .color {
  font-size: 2.6rem;
  line-height: 0.5769230769;
  letter-spacing: 2.6px;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-job .sec-know .interview-wrap .box__links .box-txt .name .color {
    font-size: 4.1rem;
    line-height: 1;
    letter-spacing: 4.114px;
    font-weight: 700;
  }
}
.page-job .sec-know .interview-wrap .box__links .box-txt .txt {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .page-job .sec-know .interview-wrap .box__links .box-txt .txt {
    font-size: 2.2rem;
    line-height: 1.7260909091;
    font-weight: 500;
  }
}
@media screen and (min-width: 481px) {
  .page-job .sec-know .interview-wrap .box__links:hover {
    text-decoration: none;
  }
  .page-job .sec-know .interview-wrap .box__links:hover .mask-container:before {
    opacity: 1;
  }
  .page-job .sec-know .interview-wrap .box__links:hover .mask-container .masked-image {
    transform: scale(1.1);
  }
  .page-job .sec-know .interview-wrap .box__links:hover .mask-container .arrow {
    opacity: 1;
  }
  .page-job .sec-know .interview-wrap .box__links:hover .mask-container .arrow:after {
    animation: arrow-slide 0.4s 0.4s forwards ease-in-out;
  }
}
.page-job .sec-know .interview-wrap .box.b01 .box__links .mask-container .year {
  background: #9589C7;
}
.page-job .sec-know .interview-wrap .box.b01 .box__links .mask-container .arrow {
  background: #9589C7;
}
.page-job .sec-know .interview-wrap .box.b01 .box__links .box-txt .name .color {
  color: #9589C7;
}
.page-job .sec-know .interview-wrap .box.b02 .box__links .mask-container .year {
  background: #61C9FF;
}
.page-job .sec-know .interview-wrap .box.b02 .box__links .mask-container .arrow {
  background: #61C9FF;
}
.page-job .sec-know .interview-wrap .box.b02 .box__links .box-txt .name .color {
  color: #61C9FF;
}
.page-job .sec-know .interview-wrap .box.b03 .box__links .mask-container .year {
  background: #77CF47;
}
.page-job .sec-know .interview-wrap .box.b03 .box__links .mask-container .arrow {
  background: #77CF47;
}
.page-job .sec-know .interview-wrap .box.b03 .box__links .box-txt .name .color {
  color: #77CF47;
}
.page-job .sec-know .talk-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 1rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-know .talk-wrap {
    gap: 0 3rem;
  }
}
.page-job .sec-know .talk-wrap .box {
  position: relative;
  width: calc((100% - 1rem) / 2);
}
@media screen and (max-width: 480px) {
  .page-job .sec-know .talk-wrap .box {
    width: calc((100% - 3rem) / 2);
  }
}
.page-job .sec-know .talk-wrap .box__links .mask-container {
  position: relative;
  width: 100%;
  aspect-ratio: 304/245;
  /*									-webkit-mask-image: url('../images/common/nav02_mask.svg'); /* Safari用 */
  mask-image: url("../images/common/nav02_mask.svg"); /* 標準仕様 */
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 304 245' preserveAspectRatio='none'%3E%3Cpath d='M0 72.0835C0 32.2642 32.2642 0 72.0835 0H287.892C296.788 0 304 7.21151 304 16.1075V172.917C304 212.736 271.736 245 231.917 245H16.1075C7.21151 245 0 237.788 0 228.892V72.0835Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 304 245' preserveAspectRatio='none'%3E%3Cpath d='M0 72.0835C0 32.2642 32.2642 0 72.0835 0H287.892C296.788 0 304 7.21151 304 16.1075V172.917C304 212.736 271.736 245 231.917 245H16.1075C7.21151 245 0 237.788 0 228.892V72.0835Z' fill='%23000000'/%3E%3C/svg%3E");
  overflow: hidden;
  /* マスクの位置とサイズ調整 */
  -webkit-mask-size: contain;
  mask-size: contain; /* 枠線内にSVGを収める（枠いっぱいは cover） */
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat; /* マスクをループさせない */
  -webkit-mask-position: center;
  mask-position: center; /* マスクを中央配置 */
}
@media screen and (max-width: 480px) {
  .page-job .sec-know .talk-wrap .box__links .mask-container {
    aspect-ratio: 581/353;
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1ODEgMzUzIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cGF0aCBkPSJNMCAxMjBDMCA1My43MjU4IDUzLjcyNTggMCAxMjAgMEg1NTFDNTY3LjU2OSAwIDU4MSAxMy40MzE1IDU4MSAzMFYyMzNDNTgxIDI5OS4yNzQgNTI3LjI3NCAzNTMgNDYxIDM1M0gzMEMxMy40MzE0IDUzMyAwIDMzOS41NjkgMCAzMjNWTDEyMFoiIGZpbGw9IiMwMDAiLz48L3N2Zz4=");
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1ODEgMzUzIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cGF0aCBkPSJNMCAxMjBDMCA1My43MjU4IDUzLjcyNTggMCAxMjAgMEg1NTFDNTY3LjU2OSAwIDU4MSAxMy40MzE1IDU4MSAzMFYyMzNDNTgxIDI5OS4yNzQgNTI3LjI3NCAzNTMgNDYxIDM1M0gzMEMxMy40MzE0IDUzMyAwIDMzOS41NjkgMCAzMjNWTDEyMFoiIGZpbGw9IiMwMDAiLz48L3N2Zz4=");
    -webkit-mask-size: cover;
    mask-size: cover; /* 枠線内にSVGを収める（枠いっぱいは cover） */
  }
}
.page-job .sec-know .talk-wrap .box__links .mask-container:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  opacity: 0;
  transition: 0.4s;
}
.page-job .sec-know .talk-wrap .box__links .mask-container .masked-image {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  transition: 0.4s;
}
.page-job .sec-know .talk-wrap .box__links .mask-container .team {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 15rem;
  padding: 1.3rem 0;
  border-radius: 0 0.8827rem 0 0;
  z-index: 4;
}
@media screen and (max-width: 480px) {
  .page-job .sec-know .talk-wrap .box__links .mask-container .team {
    width: 18.4rem;
    border-radius: 0 2rem 0 0;
  }
}
.page-job .sec-know .talk-wrap .box__links .mask-container .team p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .page-job .sec-know .talk-wrap .box__links .mask-container .team p {
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 700;
  }
}
.page-job .sec-know .talk-wrap .box__links .mask-container .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 100%;
  overflow: hidden;
  z-index: 3;
  opacity: 0;
  transition: 0.4s;
}
.page-job .sec-know .talk-wrap .box__links .mask-container .arrow:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  background: url("../images/common/arrow_w.svg") no-repeat center center;
  background-size: 100% 100% !important;
  width: 2rem;
  height: 2rem;
}
.page-job .sec-know .talk-wrap .box__links .box-txt {
  margin-top: 2.5rem;
}
@media screen and (max-width: 480px) {
  .page-job .sec-know .talk-wrap .box__links .box-txt {
    margin-top: 3.6rem;
  }
}
.page-job .sec-know .talk-wrap .box__links .box-txt .ttl {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-job .sec-know .talk-wrap .box__links .box-txt .ttl {
    font-size: 2.8rem;
    line-height: 1.25;
    font-weight: 700;
  }
}
@media screen and (min-width: 481px) {
  .page-job .sec-know .talk-wrap .box__links:hover {
    text-decoration: none;
  }
  .page-job .sec-know .talk-wrap .box__links:hover .mask-container:before {
    opacity: 1;
  }
  .page-job .sec-know .talk-wrap .box__links:hover .mask-container .masked-image {
    transform: scale(1.1);
  }
  .page-job .sec-know .talk-wrap .box__links:hover .mask-container .arrow {
    opacity: 1;
  }
  .page-job .sec-know .talk-wrap .box__links:hover .mask-container .arrow:after {
    animation: arrow-slide 0.4s 0.4s forwards ease-in-out;
  }
}
.page-job .sec-know .talk-wrap .box.b01 .box__links .mask-container .team {
  background: #F8634A;
}
.page-job .sec-know .talk-wrap .box.b01 .box__links .mask-container .arrow {
  background: #F8634A;
}
.page-job .sec-know .talk-wrap .box.b02 .box__links .mask-container .team {
  background: #0080C7;
}
.page-job .sec-know .talk-wrap .box.b02 .box__links .mask-container .arrow {
  background: #0080C7;
}

@keyframes moveSide {
  0% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(3px);
  }
}