@charset "UTF-8";
/* CSS Document */
/* ====== 採用情報 ===== */
.recruit-main {
  width: 100%;
  position: relative;
  overflow-x: hidden !important;
}
.recruit-main__top {
  margin: 0 auto;
  position: relative;
  width: 100%;
  overflow-x: hidden !important;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .recruit-main__top {
    margin-top: 65px !important;
  }
}
.recruit-main__top img.recruit_bg {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /* 起点を中央に設定 */
  opacity: 0;
  /* 初期状態: 非表示 */
  animation: diagonalReveal 1.5s ease forwards;
  /* アニメーション適用 */
  margin-bottom: 80px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .recruit-main__top img.recruit_bg {
    height: 550px;
  }
}
@media screen and (max-width: 567px) {
  .recruit-main__top img.recruit_bg {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1/0.8;
    min-height: 400px;
  }
}
@keyframes diagonalReveal {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    /* 左上で隠れる */
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    /* 画像全体が表示される */
  }
}
.recruit-main__top img.recruit-mens {
  position: absolute;
  right: 2%;
  bottom: 0;
  height: 80%;
  width: auto;
  z-index: 99;
  opacity: 0;
  /* 初期は透明 */
  animation: faDeIn 0.2s ease-in 0.8s forwards;
  /* 0.2秒のフェードインを1秒遅らせて開始 */
  /* フェードインアニメーションの定義 */
}
@media screen and (max-width: 768px) {
  .recruit-main__top img.recruit-mens {
    right: -8%;
    bottom: 0px;
  }
}
@media screen and (max-width: 567px) {
  .recruit-main__top img.recruit-mens {
    height: 75%;
    right: -8%;
    bottom: 25px;
  }
}
@media screen and (max-width: 299px) {
  .recruit-main__top img.recruit-mens {
    display: none;
  }
}
@keyframes faDeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.recruit-main__top-txt {
  width: 100%;
  max-width: 1480px;
  padding: 0 25px;
  box-sizing: border-box;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 1499px) {
  .recruit-main__top-txt {
    padding-left: 5%;
  }
}
.recruit-main__top-txt div {
  position: relative;
  margin: 0 auto;
  height: 100%;
}
.recruit-main__top-txt div h3 {
  font-size: 6rem;
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .recruit-main__top-txt div h3 {
    margin-top: 125px;
  }
}
@media screen and (max-width: 567px) {
  .recruit-main__top-txt div h3 {
    font-size: 5rem;
    margin-top: 75px;
  }
}
.recruit-main__top-txt div h5 {
  text-shadow: 2px 2px 0 white, -2px 2px 0 white, 2px -2px 0 white, -2px -2px 0 white;
  /* 左上 */
  filter: drop-shadow(0 2px 3px white);
  padding-bottom: 5px;
}
@media screen and (max-width: 859px) {
  .recruit-main__top-txt div h5 .br_tb {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .recruit-main__top-txt div h5 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 567px) {
  .recruit-main__top-txt div h5 {
    font-size: 2.2rem;
  }
  .recruit-main__top-txt div h5 .br_sp {
    display: block !important;
  }
}
.recruit-main__top-txt div button {
  margin-top: 25px;
}
.recruit-main__top-txt div button a {
  letter-spacing: 1px;
}
.recruit-main__top-txt div button .svg-inline--fa {
  padding-left: 10px;
}
@media screen and (max-width: 567px) {
  .recruit-main__top-txt div button {
    display: none;
  }
}
.recruit-main__intro {
  width: 100%;
  background: #888;
  margin: -80px auto 0;
  box-sizing: border-box;
}
.recruit-main__intro__inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1260px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  padding: 0 3% 0 0;
}
@media screen and (max-width: 768px) {
  .recruit-main__intro__inner {
    padding-top: 100px;
    flex-direction: column;
    padding: 0 5%;
  }
}
.recruit-main__intro-lead {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  text-align: center;
  display: block;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .recruit-main__intro-lead {
    width: 100%;
    padding-top: 75px;
  }
}
.recruit-main__intro-lead .typing-effect {
  text-align: center;
}
.recruit-main__intro-lead .typing-effect span {
  color: white;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  display: inline-block;
  opacity: 0;
  /* 初期状態：非表示 */
  transform: translateY(20px);
  /* 初期位置を少し下げる */
  animation: fadeIn 0.35s ease forwards;
  /* アニメーションを適用 */
}
@media screen and (max-width: 859px) {
  .recruit-main__intro-lead .typing-effect span {
    font-size: clamp(2.2rem, 1.3704rem + 4.1481vw, 3.6rem);
  }
}
.recruit-main__intro-lead .typing-effect span:nth-child(1) {
  animation-delay: 0s;
}
.recruit-main__intro-lead .typing-effect span:nth-child(2) {
  animation-delay: 0.1s;
}
.recruit-main__intro-lead .typing-effect span:nth-child(3) {
  animation-delay: 0.2s;
}
.recruit-main__intro-lead .typing-effect span:nth-child(4) {
  animation-delay: 0.3s;
}
.recruit-main__intro-lead .typing-effect span:nth-child(5) {
  animation-delay: 0.4s;
}
.recruit-main__intro-lead .typing-effect span:nth-child(6) {
  animation-delay: 0.5s;
}
.recruit-main__intro-lead .typing-effect span:nth-child(7) {
  animation-delay: 0.6s;
}
.recruit-main__intro-lead .typing-effect span:nth-child(8) {
  animation-delay: 0.7s;
}
.recruit-main__intro-lead .typing-effect span:nth-child(9) {
  animation-delay: 0.8s;
}
.recruit-main__intro-lead .typing-effect span:nth-child(10) {
  animation-delay: 0.9s;
}
.recruit-main__intro-lead .typing-effect span:nth-child(11) {
  animation-delay: 1s;
}
.recruit-main__intro-lead .typing-effect span:nth-child(12) {
  animation-delay: 1.2s;
}
.recruit-main__intro-lead .typing-effect span:nth-child(13) {
  animation-delay: 1.4s;
}
.recruit-main__intro-lead .typing-effect span:nth-child(14) {
  animation-delay: 1.6s;
}
.recruit-main__intro-lead .typing-effect span:nth-child(15) {
  animation-delay: 1.8s;
}
.recruit-main__intro-lead .typing-effect span:nth-child(16) {
  animation-delay: 2s;
}
.recruit-main__intro-lead .typing-effect span:nth-child(17) {
  animation-delay: 2.2s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
    /* 下からフェードイン */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    /* 元の位置 */
  }
}
.recruit-main__intro-txt {
  width: 50%;
  padding: 50px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .recruit-main__intro-txt {
    width: 100%;
    padding: 25px 0 50px;
  }
}
.recruit-main__intro-txt p {
  color: white !important;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  max-width: 600px;
  width: 85%;
  margin: 0 auto;
}

.recruit__message {
  position: relative;
  margin-top: 75px;
  padding-top: 0;
}
.recruit__message .triangle_left_top {
  top: -75px;
  right: 0;
  border-width: 60px 0 0 240px;
  /* 上: 50px, 右: 150px */
}
.recruit__message .col_2_item-img img {
  aspect-ratio: 1/1;
}
@media screen and (max-width: 820px) {
  .recruit__message .col_2_item-img img {
    aspect-ratio: 1/1.2;
    -o-object-position: center top;
       object-position: center top;
    /* 中央（左右）上に配置 */
  }
}
.recruit__message .col_2_item-txt-img img {
  aspect-ratio: 3/2.75;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  /* 中央（左右）上に配置 */
}
.recruit__message p span {
  font-weight: bold;
}
.recruit__type {
  padding-bottom: 75px;
}
.recruit__type h6.center {
  margin-bottom: 25px;
}
.recruit__type .lead {
  margin: 0 auto;
  font-size: 1.7rem;
  line-height: 2;
  color: #3a3a3a;
  font-weight: 400;
  max-width: 780px;
  text-align: justify;
}
.recruit__type .lead p {
  display: inline;
  padding: 0;
  line-height: inherit;
  font-size: inherit;
}
@media screen and (max-width: 768px) {
  .recruit__type .lead p {
    display: none;
  }
}
.recruit__type__inner {
  position: relative;
  margin: 0 auto;
}
.recruit__type__inner .pc-set {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto 35px;
  max-width: 980px;
}
.recruit__type__inner .pc-set-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .recruit__type__inner .pc-set {
    display: none;
  }
}
.recruit__type__inner .sp-set {
  display: none;
}
@media screen and (max-width: 768px) {
  .recruit__type__inner .sp-set {
    display: block;
    margin-bottom: 50px;
  }
}
.recruit__type__inner img {
  width: 100%;
  display: block;
}
.recruit__type__inner ul {
  display: none;
}
@media screen and (max-width: 768px) {
  .recruit__type__inner ul {
    display: block;
    max-width: 550px;
    margin: 0 auto 25px;
  }
}
.recruit__type__inner li {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
  padding: 10px 25px 20px;
  margin-bottom: 10px;
	box-sizing:border-box;
}
@media screen and (max-width: 567px) {
	.recruit__type__inner li {
  width: 100%;
}
}
.recruit__type__inner div {
  width: 100%;
  padding-bottom: 5px;
}
.recruit__type__inner strong {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  flex: 1;
  padding-bottom: 15px;
}
.recruit__type__inner span {
  font-size: 4rem;
  font-weight: bold;
  color: #ccc;
  line-height: 1;
  padding-right: 10px;
  display: inline-block;
}
.recruit__type__inner p {
  font-size: 1.7rem;
  flex: 1;
  line-height: 1.6;
  padding-bottom: 5px;
}

.recruit__job, .recruit__interview, .recruit__description {
  padding-top: 50px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.recruit__job h6.center, .recruit__interview h6.center, .recruit__description h6.center {
  margin-bottom: 35px;
}
.recruit__job, .recruit__description {
  background: #ebebeb;
}
.recruit__job__inner, .recruit__description__inner {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 5%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .recruit__job__inner, .recruit__description__inner {
    max-width: 600px;
  }
}
.recruit__job .col_2_item__inner {
  align-items: center;
}
.recruit__job .col_2_item-img img {
  border-radius: 10px;
}
.recruit__interview {
  padding: 50px 5% 100px;
}
.recruit__interview__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5%;
}
@media screen and (max-width: 768px) {
  .recruit__interview__inner {
    flex-direction: column;
  }
}
.recruit__interview-img {
  width: 50%;
  /*padding-left: 5%;*/
  max-width: 500px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .recruit__interview-img {
    width: 100%;
    max-width: initial;	  
  margin: 0 0 15px auto;
  }
}
.recruit__interview-img img {
  width: 100%;
  border-radius: 10px;
  display: block;
}
.recruit__interview-img .col_2 {
  display: flex;
  padding-top: 4%;
}
.recruit__interview-img .col_2 img {
  width: 48%;
}
.recruit__interview-txt {
  width: 50%;
  /* padding-right: 5%;*/
  box-sizing: border-box;
  background: white;
  border-radius: 20px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .recruit__interview-txt {
    width: 100%;
  }
}
.recruit__interview-txt h5 {
  font-size: 2rem;
}
.recruit__interview-txt h5 span {
  color: #e0e0e0;
  font-size: 3.2rem;
  font-weight: 600;
  display: inline-block;
  padding-right: 10px;
}
.recruit__interview-txt p {
  padding-left: 25px;
}

@media screen and (max-width: 768px) {
.recruit__interview-txt p {
  padding-left: 0;
}
}
.recruit__description {
  margin-bottom: 0;
  padding-bottom: 200px;
  background: #ebebeb;
}
.recruit__description dl {
  background: white;
  border-radius: 20px;
  padding: 5%;
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  box-sizing: border-box;
}
@media screen and (max-width: 567px) {
  .recruit__description dl {
    flex-direction: column;
    padding: 45px 7%;
  }
}
.recruit__description dl dt {
  width: 7em;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: #ccc 1px dashed;
}
@media screen and (max-width: 567px) {
  .recruit__description dl dt {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 600;
  }
}
.recruit__description dl dd {
  width: calc(100% - 7em);
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: #ccc 1px dashed;
}
@media screen and (max-width: 567px) {
  .recruit__description dl dd {
    width: 100%;
  }
}

.triangle_left_top {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 240px 0 0;
  /* 上: 50px, 右: 150px */
  border-color: #b71c26 transparent transparent transparent;
  /* 上: 色付き, 他: 透明 */
}
@media screen and (max-width: 567px) {
  .triangle_left_top {
    display: none;
  }
}

main {
  padding-bottom: 0;
}/*# sourceMappingURL=recruit.css.map */