@charset "utf-8";
/* common style
-------------------------------------------------------------- */
main {
  padding-bottom: 200px;
}
#sv {
  position: relative;
  justify-content: center;
  align-items: center;
  margin-bottom: 200px;
  height: 400px;
  text-align: center;
}
#sv::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 174px;
  background: url(../img/common/sv_overlay.png) repeat-x left bottom;
  content: '';
  z-index: 1;
}
#sv::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/recruit/sv_bg.jpg) no-repeat center / cover;
  content: '';
  z-index: -1;
}
.post-type-archive-interview #sv::after,
.single-interview #sv::after {
  background: url(../img/recruit/interview/sv_bg.jpg) no-repeat center / cover;
}
#sv h1 {
  position: relative;
  padding-top: 10%;
  text-align: center;
  z-index: 2;
}
#sv h1 .en {
  display: block;
  color: var(--white);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  text-shadow: 0px 0px 3.5px rgba(103, 103, 103, 0.3);
}
.btnGreen a {
  display: block;
  position: relative;
  margin: auto;
  padding: 20px 40px;
  width: 90%;
  max-width: 347px;
  border-radius: 10px;
  box-sizing: border-box;
  background: var(--green);
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 700;
}
.btnGreen a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 13px;
  height: 12px;
  background: url(../img/recruit/arrow_w.svg) no-repeat center / contain;
  content: "";
}
@media (max-width: 767px) {
  main {
    padding-bottom: 100px;
  }
  #sv {
    margin-bottom: 100px;
    height: 200px;
  }
  #sv::before {
    height: 140px;
  }
  #sv h1 {
    padding-top: 25%;
  }
  #sv h1 .en {
    font-size: 1.8rem;
  }
  .btnGreen a {
    padding: 15px 30px;
    width: 80%;
  }
  .btnGreen a::after {
    width: 11px;
    height: 10px;
  }
}
/* interview
-------------------------------------------------------------- */
#interviewList .postArea {
  justify-content: flex-start;
  gap: 60px;
}
#interviewList li {
  width: calc((100% - 120px) / 3);
}
#interviewList li a {
  display: block;
}
#interviewList li .eyecatch {
  width: 100%;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1 / 1;
}
#interviewList .info {
  color: var(--gray);
  font-size: 1.5rem;
}
#interviewList .name {
  padding: 30px 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed var(--gray);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
#interviewList .ttl {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid var(--green);
  color: var(--green);
  font-size: 2.2rem;
  font-weight: 700;
}
#interviewSingle {
  font-size: 1.5rem;
}
#interviewSingle .ttlheader {
  position: relative;
  align-items: flex-end;
  margin-bottom: 40px;
  min-height: 550px;
}
#interviewSingle .ttlheader .txtArea {
  position: relative;
  width: 65%;
  z-index: 2;
}
#interviewSingle .ttlheader .txtArea h1 {
  padding-bottom: 80px;
  color: var(--green);
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-shadow: 
  -1px -1px 0 #fff,
   1px -1px 0 #fff,
  -1px  1px 0 #fff,
   1px  1px 0 #fff;
}
#interviewSingle .ttlheader .txtArea .name {
  color: #000;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1;
}
#interviewSingle .ttlheader .txtArea .grayBox {
  margin-top: 20px;
  padding: 20px;
  background: var(--lightgray);
  max-width: 550px;
}
#interviewSingle .ttlheader .txtArea .grayBox dl {
  justify-content: flex-start
}
#interviewSingle .ttlheader .txtArea .grayBox dt {
  position: relative;
  padding-right: 50px;
}
#interviewSingle .ttlheader .txtArea .grayBox dt::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "：";
}
#interviewSingle .ttlheader .txtArea .grayBox dd {
  padding-left: 30px;
}
#interviewSingle .ttlheader .main {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 43%;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1 / 1;
}
#interviewSingle .interviewWrap {
  position: relative;
  margin-top: 250px;
}
#interviewSingle .interviewWrap::after {
  position: absolute;
  top: -100px;
  left: 0;
  width: 65%;
  height: 200px;
  border-radius: 0 20px 20px 0;
  background: var(--lightblue);
  content: "";
  z-index: -1;
}
#interviewSingle .interviewWrap .container {
  padding: 100px 40px 150px;
  border-radius: 30px;
  background: var(--white);
}
#interviewSingle .interviewBox dl.line {
  border-bottom: 2px solid var(--lightgray);
  margin-bottom: 60px;
}
#interviewSingle .interviewBox dt {
  padding-bottom: 50px;
  color: var(--darkblue);
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
}
#interviewSingle .interviewBox dd {
  padding-bottom: 60px;
}
#interviewSingle .interviewBox.half {
  margin-bottom: 50px;
}
#interviewSingle .interviewBox.half .photoArea {
  width: 45%;
}
#interviewSingle .interviewBox.half .photoArea .sub {
  margin-bottom: 40px;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 45 / 40;
}
#interviewSingle .interviewBox.half .photoArea .sub2 {
  border-radius: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 45 / 29;
}
#interviewSingle .interviewBox.half .txtArea {
  width: 50%;
}
#interviewSingle .messageArea dt {
  margin: 50px 0;
  padding: 10px 20px;
  border-radius: 10px;
  background: var(--green);
  color: var(--white);
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  #interviewList .postArea {
    gap: 50px;
  }
  #interviewList li {
    width: 100%;
  }
  #interviewList li .eyecatch {
    border-radius: 10px;
  }
  #interviewList .info {
    font-size: 1.4rem;
  }
  #interviewList .name {
    font-size: 1.6rem;
  }
  #interviewList .ttl {
    font-size: 1.8rem;
  }
  #interviewSingle {
    font-size: 1.4rem;
  }
  #interviewSingle .ttlheader {
    margin-bottom: 20px;
    min-height: auto;
  }
  #interviewSingle .ttlheader .txtArea {
    width: 100%;
  }
  #interviewSingle .ttlheader .txtArea h1 {
    padding-bottom: 40px;
    font-size: 2rem;
  }
  #interviewSingle .ttlheader .txtArea .name {
    font-size: 3rem;
  }
  #interviewSingle .ttlheader .txtArea .grayBox {
    padding: 15px;
  }
  #interviewSingle .ttlheader .txtArea .grayBox dt {
    padding-right: 30px;
  }
  #interviewSingle .ttlheader .txtArea .grayBox dd {
    padding-left: 20px;
  }
  #interviewSingle .ttlheader .main {
    position: static;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 10px;
    order: -1;
  }
  #interviewSingle .interviewWrap {
    margin-top: 100px;
  }
  #interviewSingle .interviewWrap::after {
    top: -50px;
    height: 100px;
    border-radius: 0 10px 10px 0;
  }
  #interviewSingle .interviewWrap .container {
    padding: 50px 20px;
    border-radius: 15px;
  }
  #interviewSingle .interviewBox dl.line {
    margin-bottom: 30px;
  }
  #interviewSingle .interviewBox dt {
    padding-bottom: 20px;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 1px;
  }
  #interviewSingle .interviewBox dd {
    padding-bottom: 30px;
  }
  #interviewSingle .interviewBox.half {
    margin-bottom: 30px;
  }
  #interviewSingle .interviewBox.half .photoArea {
    width: 100%;
    order: 1;
  }
  #interviewSingle .interviewBox.half .photoArea sub {
    margin-bottom: 20px;
    border-radius: 15px;
  }
  #interviewSingle .interviewBox.half .photoArea sub2 {
    border-radius: 15px;
  }
  #interviewSingle .interviewBox.half .txtArea {
    width: 100%;
  }
  #interviewSingle .messageArea dt {
    margin: 30px 0;
    padding: 10px;
    border-radius: 5px;
    font-size: 2rem;
    letter-spacing: 1px;
  }
}
/* job-opening
-------------------------------------------------------------- */
#jobList .postArea li {
  border-bottom: 2px dotted #a3a3a3;
}
#jobList .postArea li a {
  position: relative;
  display: block;
  padding: 40px 50px 40px 0;
  font-size: 1.5rem;
  color: var(--gray);
}
#jobList .postArea li .job {
  color: var(--darkgray);
  font-weight: 700;
}
#jobList .postArea li.none {
  text-align: center;
}
#jobList .postArea li img {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#jobList .postArea li a:hover {
  background: var(--lightgray);
}
#jobSingle {
  font-size: 1.5rem;
}
#jobSingle .jobType {
  display: inline-block;
  padding-bottom: 20px;
  min-width: 300px;
  border-bottom: 2px solid var(--green);
  font-weight: 700;
  line-height: 1.2
}
#jobSingle h1 {
  padding: 40px 0 50px;
  width: 100%;
  color: var(--green);
  font-size: 2rem;
  font-weight: 700;
}
#jobSingle .greenBox {
  padding: 40px;
  width: 100%;
  border: 1px solid var(--green);
  border-radius: 20px;
}
#jobSingle .greenBox dt {
  color: var(--green);
  font-weight: 700;
}
#jobSingle .greenBox dd {
  padding: 20px 0 30px;
}
#jobSingle .greenBox dl:last-child {
  padding-top: 30px;
  border-top: 1px solid var(--green);
}
#jobSingle .jobArea {
  position: relative;
  margin-top: 200px;
}
#jobSingle .jobArea::after {
  position: absolute;
  top: -100px;
  left: 0;
  width: 65%;
  height: 200px;
  border-radius: 0 20px 20px 0;
  background: var(--lightblue);
  content: "";
  z-index: -1;
}
#jobSingle .jobArea .container {
  padding: 100px 40px 150px;
  border-radius: 30px;
  background: var(--white);
}
#jobSingle .jobArea h2 {
  padding-bottom: 80px;
  color: var(--darkblue);
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
}
#jobSingle .jobArea dt {
  padding: 30px 20px;
  border-bottom: 2px solid var(--darkblue);
  width: 25%;
  color: var(--darkblue);
  font-weight: 700;
}
#jobSingle .jobArea dd {
  padding: 30px 20px;
  border-bottom: 2px solid var(--lightgray);
  width: 75%;
}
@media (max-width: 767px) {
  #jobList .postArea {
    width: 100%;
  }
  #jobList .postArea li a {
    padding: 15px 40px 15px 0;
    font-size: 1.4rem;
  }
  #jobList .postArea li img {
    width: 15px;
  }
  #jobSingle {
    font-size: 1.4rem;
  }
  #jobSingle .jobType {
    padding-bottom: 10px;
    min-width: 60%;
  }
  #jobSingle h1 {
    padding: 20px 0 30px;
    font-size: 1.6rem;
  }
  #jobSingle .greenBox {
    padding: 20px;
    border-radius: 10px;
  }
  #jobSingle .greenBox dd {
    padding: 10px 0 20px;
  }
  #jobSingle .greenBox dl:last-child {
    padding-top: 20px;
  }
  #jobSingle .jobArea {
    margin-top: 100px;
  }
  #jobSingle .jobArea::after {
    top: -50px;
    height: 100px;
    border-radius: 0 10px 10px 0;
  }
  #jobSingle .jobArea .container {
    padding: 50px 20px;
    border-radius: 15px;
  }
  #jobSingle .jobArea h2 {
    padding-bottom: 40px;
    font-size: 2rem;
  }
  #jobSingle .jobArea dt {
    padding: 20px 10px 10px;
    width: 100%;
  }
  #jobSingle .jobArea dd {
    padding: 20px 10px;
    width: 100%;
    border: none;
  }
}

/* ページネーション
-------------------------------------------------------------- */
.paging {
  position: relative;
  text-align: center;
  margin: 150px 0 50px;
  border-top: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
}
.paging .container {
  position: relative;
  padding: 30px 0;
  overflow: hidden;
}
.paging .prev {
  float: right;
}
.paging .next {
  float: left;
}
.pagination {
  position: relative;
  text-align: center;
  width: 100%;
}
.paging .next a,
.paging .prev a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 80px;
  height: 40px;
  font-size: 0;
}
.paging .prev,
.paging .next {
  position: relative;
}
.paging .next a::before,
.paging .prev a::before {
  position: absolute;
  width: 20px;
  height: 17px;
  background: url(../img/recruit/arrow_gy.svg) no-repeat center / contain;
  content: "";
}
.paging .next a::before {
  transform: rotate(180deg);
}
.paging .next a:hover,
.paging .prev a:hover {
  background: var(--green);
  opacity: 1;
}
.paging .next a:hover::before,
.paging .prev a:hover::before {
  background: url(../img/recruit/arrow_w.svg) no-repeat center / contain;
}
.paging .next::after,
.paging .prev::after {
  position: absolute;
  top: 0;
  width: 1px;
  height:100%;
  background: var(--gray);
  content: "";
}
.paging .next::after {
  left: -20px;
}
.paging .prev::after {
  right: -20px;
}
.pagination {
  position: relative;
  text-align: center;
  margin: 150px 0 50px;
  border-top: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
}
.pagination .nav-links {
  position: relative;
  margin: 30px auto;
  padding: 0 120px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
  color: var(--darkgray);
  font-size: 1.6rem;
}
a.page-numbers,
.pagination .current {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 30px;
  line-height: 1;
}
.pagination .current,
a.page-numbers:hover {
  color: var(--green);
  font-weight: 700;
  opacity: 1;
}
a.next,
a.prev {
  position: absolute;
  padding: 10px;
  margin: 0;
  box-sizing: border-box;
  border-radius: 5px;
  width: 80px;
  height: 40px;
  font-size: 0;
}
a.next {
  right: 20px;
  margin-left: 20px;
}
a.prev {
  left: 20px;
  margin-right: 20px;
}
a.next::before,
a.prev::before {
  position: absolute;
  width: 20px;
  height:17px;
  background: url(../img/recruit/arrow_gy.svg) no-repeat center / contain;
  content: "";
}
a.prev::before {
  transform: rotate(180deg);
}
a.next:hover,
a.prev:hover {
  background: var(--green);
  opacity: 1;
}
a.next:hover::before,
a.prev:hover::before {
  background: url(../img/recruit/arrow_w.svg) no-repeat center / contain;
}
a.next::after,
a.prev::after {
  position: absolute;
  width: 1px;
  height:100%;
  background: var(--gray);
  content: "";
}
a.next::after {
  left: -20px;
}
a.prev::after {
  right: -20px;
}
@media (max-width: 767px) {
  .paging {
    margin: 80px 0 0;
  }
  .paging .container {
    padding: 20px 0;
  }
  .paging .next a,
  .paging .prev a {
    width: 40px;
    height: 20px;
  }
  .paging .next a::before,
  .paging .prev a::before {
    width: 11px;
    height: 10px;
  }
  .paging .next::after {
    left: -10px;
  }
  .paging .prev::after {
    right: -10px;
  }
  .pagination {
    margin: 70px 0 20px;
  }
  .pagination .nav-links {
    margin: 20px auto;
    padding: 0 70px;
    font-size: 1.4rem;
  }
  a.page-numbers,
  .pagination .current {
    margin: 0 10px;
  }
  a.next {
    right: 10px;
    margin-left: 10px;
  }
  a.prev {
    left: 10px;
    margin-right: 10px;
  }
  a.next,
  a.prev {
    margin: 0;
    width: 40px;
    height: 20px;
  }
  a.next::before,
  a.prev::before {
    width: 11px;
    height: 10px;
  }
  a.next::after {
    left: -10px;
  }
  a.prev::after {
    right: -10px;
  }
}

/*#ctaArea
-------------------------------------------------------------- */
#ctaArea {
  position: relative;
  margin: 0 auto 150px;
  gap: 50px;
  width: 90%
}
#ctaArea .tile {
  position: relative;
  border-radius: 20px;
  width: calc((100% - 50px) / 2);
  height: 200px;
  box-sizing: border-box;
  color: var(--white);
}
#ctaArea .tile.entry {
  background: url(../img/recruit/bnr_entry.jpg) no-repeat center / cover;
}
#ctaArea .tile.contact {
  background: url(../img/recruit/bnr_contact.jpg) no-repeat center / cover;
}
#ctaArea .tile:hover {
  color: var(--green);
  filter: contrast(150%);
}
#ctaArea .tileInner {
  position: relative;
  margin: auto;
  width: 80%;
  text-align: center;
  z-index: 2;
}
#ctaArea .tileInner p {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3px;
}
#ctaArea .tile::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 22px;
  height: 20px;
  background: url(../img/recruit/arrow_w.svg) no-repeat center / contain;
  content: "";
  z-index: 2;
  transition: all 0.6s ease;
}
#ctaArea .tile:hover::after {
  background: url(../img/recruit/arrow_g.svg) no-repeat center / contain;
}
@media (max-width: 767px) {
  #ctaArea {
    margin: 0 auto 60px;
    gap: 20px;
  }
  #ctaArea .tile {
    width: 100%;
    height: 120px;
    border-radius: 10px;
  }
  #ctaArea .tileInner p {
    font-size: 2.2rem;
  }
  #ctaArea .tile::after {
    right: 5%;
    bottom: 15px;
    width: 17px;
    height: 15px;
  }
}

