@charset "UTF-8";
/*------------------------
	recruit
------------------------*/
.main {
  position: relative;
  margin: 4.8rem 0 9.1rem;
}
.main p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: .4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: .15em;
  line-height: 2.3;
}

.lead p {
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: 2.3;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.recruit {
  max-width: 90rem;
  margin: 10.2rem auto 0;
  padding-bottom: 19.8rem;
}
.recruit h2 {
  text-align: center;
  font-size: 1.8rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: .15em;
  margin-bottom: 7.6rem;
}
.recruit .navi {
  display: flex;
  margin-bottom: 11.2rem;
}
.recruit .navi li {
  width: 50%;
}
.recruit .navi a {
  display: block;
  border: 1px solid #707070;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: .15em;
  padding: 2rem;
}
.recruit .navi .current a {
  background: #000;
  color: #fff;
}
.recruit .item#tab02 {
  display: none;
}
.recruit .item dl {
  border-top: 1px solid #B1B1B1;
  display: flex;
  flex-wrap: wrap;
}
.recruit .item dl dt {
  width: 24.2rem;
  border-bottom: 1px solid #B1B1B1;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  padding: 4.1rem 0;
  line-height: 2.3;
}
.recruit .item#tab02 dl dt:nth-last-of-type(1) {
  align-items: flex-start;
  padding-top: 5.5rem;
}
.recruit .item dl dd {
  width: calc(100% - 24.2rem);
  border-bottom: 1px solid #B1B1B1;
  font-size: 1.4rem;
  letter-spacing: .1em;
  padding: 4.1rem 0;
  line-height: 2.3;
}
.recruit .item dl dd li {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 2.3;
}
.recruit .item dl dd li::before {
  content: '・';
}
.recruit .item dd p {
  line-height: 2.3;
}
.recruit .item dd p + p {
  margin-top: 1.5rem;
}

.recruit .entry a {
  font-size: 1.2rem;
}
@media (min-width: 835px) {
  .recruit .item .inner {
    display: block !important;
  }
  .recruit .entry {
    width: 250px;
    margin: 10rem auto 0;
    position: relative;
  }
  .recruit .entry::before,
  .recruit .entry::after {
    content: "";
    display: block;
    width: 100%;
    height: 18px;
    position: absolute;
    border-right: 1px solid #000;
  }
  .recruit .entry::before {
    bottom: 37px;
    right: 0;
    border-top: 1px solid #000;
  }
  .recruit .entry::after {
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #000;
  }
  .recruit .entry a {
    display: block;
    height: 55px;
    padding: 0 20px;
    line-height: 55px;
  }
  .recruit .entry a::before {
    content: "";
    display: block;
    height: 55px;
    border-left: 1px solid #000;
    position: absolute;
    left: 0;
    top: 0;
  }
  .recruit .entry a span {
    display: block;
  }
  .recruit .entry a span::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    right: -2.5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #000;
    -webkit-transition: transform 0.5s ease-out;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  }
  .recruit .entry:hover::before,
  .recruit .entry:hover::after {
    opacity: 0;
  }
  .recruit .entry:hover::before {
    -webkit-animation: linkbtn-rt 0.4s linear both;
            animation: linkbtn-rt 0.4s linear both;
  }
  .recruit .entry:hover::after {
    -webkit-animation: linkbtn-rb 0.4s linear both;
            animation: linkbtn-rb 0.4s linear both;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .recruit .entry:hover a {
    opacity: 1;
  }
  .recruit .entry:hover a::before {
    -webkit-animation: linkbtn-l 0.2s linear both;
            animation: linkbtn-l 0.2s linear both;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .recruit .entry:hover a span::after {
    -webkit-transform: translateY(-50%) scale(1.5);
    transform: translateY(-50%) scale(1.5);
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}
@media (max-width: 834px) {
  .main {
    margin: 4rem 0 5rem;
  }
  .main p {
    font-size: 1.8rem;
  }

  .lead p {
    line-height: 2.32;
  }

  .recruit {
    overflow: hidden;
    margin: 4.2rem auto 0;
    padding-bottom: 3rem;
  }
  .recruit h2 {
    margin-bottom: 4.5rem;
  }
  .recruit .navi {
    display: none;
  }
  .recruit .item {
    display: block !important;
  }
  .recruit .item .inner {
    display: none;
    padding: 6rem 2rem 7rem;
  }
  .recruit .item h3 {
    background: #000;
    color: #fff;
    padding: 2rem;
    letter-spacing: .05em;
    margin-bottom: .1rem;
    position: relative;
  }
  .recruit .item h3::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .8rem .45rem 0;
    border-color: #fff transparent transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2rem;
    margin: auto 0;
  }
  .recruit .item h3.open::after {
    transform: rotate(180deg);
  }
  .recruit .item dl {
    display: block;
  }
  .recruit .item dl dt {
    width: auto;
    display: block;
    border-bottom: 0;
    padding: 2.1rem 0 .5rem;
  }
  .recruit .item#tab02 dl dt:nth-last-of-type(1) {
    padding-top: 2.1rem;
  }
  .recruit .item dl dd {
    width: auto;
    padding: 0 0 1.9rem;
  }

  .recruit .entry {
    position: relative;
    width: 29.5rem;
    margin: 5.7rem auto 0;
  }
  .recruit .entry::before,
  .recruit .entry::after {
    content: "";
    display: block;
    width: 100%;
    height: 18px;
    position: absolute;
    border-right: 1px solid #000;
  }
  .recruit .entry::before {
    bottom: 37px;
    right: 0;
    border-top: 1px solid #000;
  }
  .recruit .entry::after {
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #000;
  }
  .recruit .entry a {
    display: block;
    height: 55px;
    padding: 0 20px;
    line-height: 55px;
  }
  .recruit .entry a::before {
    content: "";
    display: block;
    height: 55px;
    border-left: 1px solid #000;
    position: absolute;
    left: 0;
    top: 0;
  }
  .recruit .entry a span {
    display: block;
  }
  .recruit .entry a span::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    right: -2.5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #000;
    -webkit-transition: transform 0.5s ease-out;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  }
  .recruit .entry:hover::before,
  .recruit .entry:hover::after {
    opacity: 0;
  }
  .recruit .entry:hover::before {
    -webkit-animation: linkbtn-rt 0.4s linear both;
            animation: linkbtn-rt 0.4s linear both;
  }
  .recruit .entry:hover::after {
    -webkit-animation: linkbtn-rb 0.4s linear both;
            animation: linkbtn-rb 0.4s linear both;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .recruit .entry:hover a {
    opacity: 1;
  }
  .recruit .entry:hover a::before {
    -webkit-animation: linkbtn-l 0.2s linear both;
            animation: linkbtn-l 0.2s linear both;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .recruit .entry:hover a span::after {
    -webkit-transform: translateY(-50%) scale(1.5);
    transform: translateY(-50%) scale(1.5);
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}