@charset "utf-8";
/* general
-------------------------------------------------------------- */
.recruit #mv img{width: 100%!important;}

/* message
-------------------------------------------------------------- */
#message {
  padding: 160px 0;
  overflow: hidden;
}

#message .sec01 {
  justify-content: flex-start;
}

#message .sec02 {
  padding-top: 160px;
  justify-content: flex-end;
}

#message h2 {
  padding-bottom: 32px;
  color: var(--color-green);
  font-size: 3.8rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.6;
}

#message .sec02 h2 {
  text-align: left;
}

#message h2 span {
  display: block;
  padding-top: 32px;
  color: var(--color-green);
  font-size: 2.6rem;
  font-weight: 300;
}

#message .sec02 figure {
  order: 1;
}

#message figure {
  width: 49%;
}

#message .txt-area {
  max-width: 650px;
  width: 50%;
}

#message .sec01 .txt-area {
  padding-left: 2%;
  text-align: center;
}

#message .sec02 .txt-area {
  padding-right: 2%;
}

#message .txt-area p {
  padding-bottom: 24px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 2px;
}

@media (max-width: 1400px) {
  #message h2 {
    padding-bottom: 24px;
    font-size: 2.9rem;
  }

  #message h2 span {
    padding-top: 24px;
    font-size: 1.9rem;
  }

  #message .txt-area p {
    padding-bottom: 16px;
    font-size: 1.4rem;
  }
}

@media (max-width: 1000px) {
  #message .sec02 {
    padding-top: 40px;
  }


  #message figure {
    width: 100%;
    order: 1;
  }

  #message .sec01 .txt-area,
  #message .sec02 .txt-area {
    padding: 0 0 10%;
    margin: auto;
    width: 100%;
    text-align: left;
  }

  #message .txt-area p {
    padding-bottom: 16px;
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
}

@media (max-width: 767px) {
  #message {
    padding: 80px 0;
  }

  #message h2 {
    padding-bottom: 30px;
    font-size: 2.2rem;
  }

  #message h2 span {
    padding-top: 30px;
    font-size: 2rem;
  }

  #message .sec02 {
    padding-top: 50px;
  }

  #message .sec01 .txt-area,
  #message .sec02 .txt-area {
    padding: 0 5% 20px;
  }

  #message .txt-area p {
    padding-bottom: 20px;
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
}


/* info
-------------------------------------------------------------- */
#info {
  padding: 160px 0;
  background: url(../img/common/sv_bg_pc.jpg) repeat;
  text-align: center;
}

#info h2 {
  padding-bottom: 32px;
  color: var(--color-green);
  font-size: 4rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.6;
}

#info .txt {
  padding-bottom: 40px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 2px;
}

#info ul {
  gap: 32px;
}

#info li {
  width: calc(50% - 16px);
}

#info li a {
  position: relative;
  padding: 0 24px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  color: var(--color-lightgreen);
  text-align: center;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.5;
  aspect-ratio: 3 / 1;
}

#info li.bnr01 a {
  background: url(../img/recruit/bnr_number.png) repeat;
}

#info li.bnr02 a {
  background: url(../img/recruit/bnr_know.png) repeat;
}

#info li a span {
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
}

#info li a span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  border-top: 2px solid var(--color-lightgreen);
  border-right: 2px solid var(--color-lightgreen);
  transform: rotate(45deg);
  transition: all 0.5s ease-in-out;
  content: "";
}

@media (max-width: 767px) {
  #info {
    padding: 60px 0;
  }

  #info h2 {
    padding-bottom: 20px;
    font-size: 2.4rem;
  }

  #info .txt {
    padding-bottom: 30px;
    font-size: 1.4rem;
    letter-spacing: 1px;
    text-align: left;
  }

  #info ul {
    gap: 20px;
  }

  #info li {
    width: 100%;
  }

  #info li a {
    font-size: 2rem;
    line-height: 1.3
  }

  #info li a span {
    width: 20px;
    height: 20px;
  }

  #info li a span::after {
    width: 15px;
    height: 15px;
  }
}

/* interview
-------------------------------------------------------------- */
#interview {
  padding: 160px 0;
}

#interview h2 {
  margin-bottom: 16px;
}

#interview .txt {
  padding-bottom: 120px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 2px;
  text-align: center;
}

#interview ul {
  gap: 16px 32px;
}

#interview li {
  width: calc(50% - 16px);
}

#interview li.interview02,
#interview li.interview04 {
  margin-top: 160px;
}

#interview li a {
  position: relative;
  display: block;
}

#interview li a::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(10, 126, 119, .25), rgba(0, 102, 153, .25));
  transition: opacity 0.6s ease;
  content: "";
  z-index: -1;
}

#interview li a::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(255, 221, 192, 1), rgba(255, 192, 208, 1));
  opacity: 0;
  transition: opacity 0.6s ease;
  content: "";
  z-index: -1;
}


#interview li a:hover,
#interview li a:hover::after {
  opacity: 1;
}

#interview li a:hover::before {
  opacity: 0;
}

#interview li figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 16px 20px;
  width: 50%;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.5;
}

#interview li .txt-area {
  padding-top: 16px;
  background: var(--color-white);
}

#interview li p {
  background: linear-gradient(90deg, #0A7E77 0%, #006699 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.6rem;
  font-weight: 300;
}

#interview li:hover p {
  background: #ff6b07;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
  #interview {
    padding: 60px 0;
  }

  #interview h2 {
    margin-bottom: 20px;
  }

  #interview .txt {
    padding-bottom: 50px;
    font-size: 1.4rem;
    letter-spacing: 1px;
    text-align: left;
  }

  #interview ul {
    gap: 40px;
  }

  #interview li {
    width: 100%;
  }

  #interview li.interview02,
  #interview li.interview04 {
    margin-top: 0;
  }

  #interview li figcaption {
    padding: 10px 15px;
    font-size: 1.4rem;
  }

  #interview li .txt-area {
    padding-top: 15px;
  }

  #interview li p {
    font-size: 1.8rem;
  }
}