/* 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;
  }
}
/*------------------------------*/
/*------------------------------*/
.subpage-mv {
  height: 52rem;
}
@media screen and (max-width: 767px) {
  .subpage-mv {
    height: 42rem;
  }
}
@media screen and (max-width: 767px) {
  .subpage-mv .title-wrap p.en {
    font-size: 4.2rem;
  }
}
.subpage-mv .title-wrap h2 {
  margin-top: 1rem;
}
.subpage-mv .title-wrap .lead {
  margin-top: 3rem;
}
.subpage-mv .title-wrap .lead p.readText {
  font-size: 1.8rem;
  text-align: center;
  color: var(--text);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .subpage-mv .title-wrap .lead p.readText {
    font-size: 1.4rem;
  }
}

/*------------------------------*/
/*------------------------------*/
.job_wrap {
  position: relative;
  padding-block: 6rem 10rem;
}
@media screen and (max-width: 767px) {
  .job_wrap {
    padding-block: 6rem;
  }
}
.job_figureBox .hd {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.1rem;
  font-weight: 600;
  background-color: var(--main);
  padding: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .job_figureBox .hd {
    font-size: 1.8rem;
    padding: 1rem;
  }
}
.job_figureBox .figure {
  margin-block: 2rem 6rem;
  margin-inline: auto;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .job_figureBox .figure {
    width: 100%;
    margin-block: 2rem 4rem;
  }
}
.job_anchor {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .job_anchor {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.job_anchor .item {
  cursor: pointer;
}
.job_anchor .item a {
  position: relative;
  display: block;
  width: 100%;
  border: solid 1px #707070;
  border-radius: 1rem;
  padding: 2rem;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  transition: 0.1s;
}
@media screen and (max-width: 767px) {
  .job_anchor .item a {
    line-height: 1.4;
    padding: 1.5rem;
    font-size: 1.4rem;
  }
}
.job_anchor .item a span {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .job_anchor .item a span {
    font-size: 1.2rem;
  }
}
.job_anchor .item a .arrow {
  position: absolute;
  top: 50%;
  right: 1.4rem;
  transform: translateY(-50%);
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #252525;
  border: solid 1px #252525;
  border-radius: 50%;
  transition: 0.1s;
}
.job_anchor .item a .arrow::before, .job_anchor .item a .arrow::after {
  content: "";
  position: absolute;
  top: 32%;
  left: calc(50% - 0.5px);
  width: 0.1rem;
  height: 0.8rem;
  border-radius: 10rem;
  background-color: #fff;
  transform-origin: 50% calc(100% - 0.5px);
}
.job_anchor .item a .arrow::before {
  transform: rotate(45deg);
}
.job_anchor .item a .arrow::after {
  transform: rotate(-45deg);
}
@media (hover: hover) {
  .job_anchor .item a:hover {
    box-shadow: 0px 0px 10px -2px var(--main);
  }
  .job_anchor .item a:hover .arrow {
    background-color: #fff;
  }
  .job_anchor .item a:hover .arrow::before, .job_anchor .item a:hover .arrow::after {
    background-color: #252525;
  }
}
.job_desc {
  position: relative;
  margin-top: 10rem;
}
.job_desc .heading {
  font-size: 2.6rem;
  font-weight: 600;
  border-bottom: solid 1px #252525;
  padding-bottom: 1rem;
  width: 100%;
}
.job_desc .list {
  display: flex;
  flex-direction: column;
  row-gap: 10rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .job_desc .list {
    row-gap: 6rem;
  }
}
.job_desc .list .jobBox {
  position: relative;
}
.job_desc .list .jobBox .hd {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 3rem 4rem;
  background-color: var(--main);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .job_desc .list .jobBox .hd {
    flex-direction: column;
    padding: 3rem 2rem;
  }
}
.job_desc .list .jobBox .hd .dept {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  border-right: dotted 1px #fff;
  padding-right: 2rem;
  margin-right: 4%;
}
@media screen and (max-width: 767px) {
  .job_desc .list .jobBox .hd .dept {
    width: 100%;
    border-right: none;
    padding-right: 0;
    border-bottom: dotted 1px #fff;
    padding-bottom: 2rem;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.job_desc .list .jobBox .hd .dept img {
  width: 3.6rem;
  margin: 0 auto;
}
.job_desc .list .jobBox .hd .dept img.type02 {
  width: 3.4rem;
}
.job_desc .list .jobBox .hd .dept img.type03 {
  width: 4rem;
}
.job_desc .list .jobBox .hd .dept h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 1rem;
  text-align: center;
}
.job_desc .list .jobBox .hd .dept h3 span {
  font-size: 1.6rem;
}
.job_desc .list .jobBox .hd .info {
  width: 76%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .job_desc .list .jobBox .hd .info {
    width: 100%;
  }
}
.job_desc .list .jobBox .hd .info p {
  line-height: 1.8;
}
.job_desc .list .jobBox .textBox {
  margin-top: 4rem;
}
.job_desc .list .jobBox .textBox h4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .job_desc .list .jobBox .textBox h4 {
    line-height: 1.6;
    text-align: center;
  }
}
.job_desc .list .jobBox .textBox p {
  margin-top: 4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .job_desc .list .jobBox .textBox p {
    margin-top: 2rem;
  }
}
.job_desc .list .jobBox .textBox .list {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .job_desc .list .jobBox .textBox .list {
    margin-top: 2rem;
  }
}
.job_desc .list .jobBox .textBox .list li {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .job_desc .list .jobBox .textBox .list li {
    padding-left: 0;
    text-indent: 0;
  }
  .job_desc .list .jobBox .textBox .list li.indent {
    padding-left: 1em;
    text-indent: -1em;
  }
}
.job_desc .list .jobBox .textBox .list li.bold {
  font-weight: 600;
  margin-top: 2rem;
}
.job_desc .list .jobBox .textBox .list li.bold:first-of-type {
  margin-top: 0;
}
.job_desc .list .jobBox .textBox dl {
  margin-top: 3rem;
  line-height: 1.6;
}
.job_desc .list .jobBox .textBox dl dt {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .job_desc .list .jobBox .textBox dl dt {
    padding-left: 1em;
    text-indent: -1em;
  }
}
.job_desc .list .jobBox .textBox dl dd {
  margin-top: 0.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .job_desc .list .jobBox .textBox dl dd {
    line-height: 1.6;
  }
}
.job_desc .interview {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .job_desc .interview {
    margin-top: 4rem;
  }
}
.job_desc .interview_hd {
  display: flex;
  align-items: center;
  font-weight: 600;
  width: 100%;
}
.job_desc .interview_hd::after {
  border-top: 1px solid #c3c3c3;
  content: "";
  flex-grow: 1;
  margin-left: 1rem;
}
.job_desc .interview_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .job_desc .interview_list {
    flex-direction: column;
  }
}
.job_desc .interview_list li {
  position: relative;
  width: 48%;
  background-color: #fff;
  box-shadow: 0px 0px 10px -2px #bcbcbc;
}
@media screen and (max-width: 767px) {
  .job_desc .interview_list li {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.job_desc .interview_list li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.job_desc .interview_list li a .photo {
  width: 25%;
  overflow: hidden;
  aspect-ratio: 1;
  position: relative;
}
.job_desc .interview_list li a .photo img {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
}
.job_desc .interview_list li a .info {
  position: relative;
  width: 75%;
  padding-inline: 3rem;
  font-weight: 700;
}
.job_desc .interview_list li a .info .dept {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .job_desc .interview_list li a .info .dept {
    line-height: 1.3;
  }
}
.job_desc .interview_list li a .info .ini {
  font-size: 2.4rem;
  margin-top: 1rem;
}
.job_desc .interview_list li a .info .arrow {
  position: absolute;
  top: 50%;
  right: 1.8rem;
  transform: translateY(-50%);
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  background-color: #252525;
  border: solid 1px #252525;
  border-radius: 50%;
  transition: 0.3s;
}
.job_desc .interview_list li a .info .arrow::before, .job_desc .interview_list li a .info .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: 34%;
  width: 0.8rem;
  height: 0.1rem;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 0.5px) 50%;
}
.job_desc .interview_list li a .info .arrow::before {
  transform: rotate(45deg);
}
.job_desc .interview_list li a .info .arrow::after {
  transform: rotate(-45deg);
}
@media (hover: hover) {
  .job_desc .interview_list li a:hover .photo img {
    transform: scale(1.1);
  }
  .job_desc .interview_list li a:hover .arrow {
    background-color: #fff;
  }
  .job_desc .interview_list li a:hover .arrow::before, .job_desc .interview_list li a:hover .arrow::after {
    background-color: #252525;
  }
}

#anc01,
#anc02,
#anc03,
#anc04,
#anc05,
#anc06,
#anc07,
#anc08,
#anc09 {
  position: absolute;
  top: 0;
  padding-top: 13rem;
  margin-top: -13rem;
}
@media screen and (max-width: 767px) {
  #anc01,
#anc02,
#anc03,
#anc04,
#anc05,
#anc06,
#anc07,
#anc08,
#anc09 {
    padding-top: 9rem;
    margin-top: -9rem;
  }
}
/*# sourceMappingURL=style.css.map */