@charset "UTF-8";
/* ===========================================
   採用情報ページ専用スタイル (SCSS)
   =========================================== */
.sponly {
  display: none;
}

@media (max-width: 768px) {
  .sponly {
    display: block;
  }
}
.recruit-new {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 1.8;
}
.recruit-new .content_wrap {
  margin: 0;
}
.recruit-new .container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
.recruit-new a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease;
}
.recruit-new .recruit {
  height: 420px;
  background: url(../img/recruit/main-head.webp) no-repeat top center;
  background-size: cover;
  position: relative;
}
.recruit-new .recruit .mask {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 136, 186, 0.25);
}
.recruit-new .recruit .inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.recruit-new .recruit .inner h1 {
  width: 100%;
  font-size: 45px;
  font-weight: 500;
  color: #fff;
  filter: drop-shadow(1px 1px 6px rgba(255, 255, 255, 0.3));
}
.recruit-new .recruit .inner h2 {
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  filter: drop-shadow(1px 1px 3px rgba(255, 255, 255, 0.4));
}
@media (max-width: 768px) {
  .recruit-new .recruit {
    height: 280px;
  }
  .recruit-new .recruit .inner h1 {
    font-size: 30px;
  }
  .recruit-new .recruit .inner h2 {
    font-size: 16px;
  }
}
.recruit-new .hero-section {
  text-align: center;
  padding: 80px 0;
}
.recruit-new .hero-section p {
  font-size: 20px;
  line-height: 1.75;
  margin-bottom: 28px;
}
.recruit-new .hero-section p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .recruit-new .hero-section {
    padding: 60px 0;
  }
  .recruit-new .hero-section p {
    font-size: 15px;
    margin-bottom: 24px;
  }
}
.recruit-new .page-title {
  font-size: 28px;
  color: #1F4069;
  margin-bottom: 55px;
  text-align: center;
  position: relative;
}
.recruit-new .page-title::before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: #1F4069;
}
@media (max-width: 768px) {
  .recruit-new .page-title {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .recruit-new .page-title::before {
    width: 30px;
    bottom: -8px;
  }
}
.recruit-new .recruit-links {
  padding: 80px 0;
  background-color: #f9f9f9;
}
.recruit-new .recruit-links .grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 0 auto;
}
.recruit-new .recruit-links .grid-2 .recruit-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.recruit-new .recruit-links .grid-2 .recruit-card h3 {
  border-radius: 10px 10px 0 0;
  color: #fff;
  background: #0088cc;
  padding: 15px 25px;
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}
.recruit-new .recruit-links .grid-2 .recruit-card h3.m-cards {
  background: #1F4069;
}
.recruit-new .recruit-links .grid-2 .recruit-card h3 i {
  font-size: 24px;
}
.recruit-new .recruit-links .grid-2 .recruit-card .txt-bx {
  padding: 25px;
}
.recruit-new .recruit-links .grid-2 .recruit-card .txt-bx .small {
  font-size: 13px;
  font-weight: 500;
  color: #909090;
  margin-top: 5px;
  text-align: right;
}
.recruit-new .recruit-links .grid-2 .recruit-card p {
  line-height: 2;
  font-weight: 500;
}
.recruit-new .recruit-links .grid-2 .recruit-card .note {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
}
.recruit-new .recruit-links .grid-2 .btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  gap: 10px;
  background: #0068B7;
  color: #fff;
  padding: 15px 25px;
  border-radius: 10px;
  margin-top: 20px;
  font-weight: 500;
  transition: background 0.3s ease, gap 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.recruit-new .recruit-links .grid-2 .btn-primary:hover {
  background: #006699;
}
.recruit-new .recruit-links .grid-2 .btn-primary i {
  font-size: 14px;
}
@media (max-width: 768px) {
  .recruit-new .recruit-links {
    padding: 60px 0;
  }
  .recruit-new .recruit-links .grid-2 {
    grid-template-columns: 1fr;
  }
  .recruit-new .recruit-links .grid-2 .recruit-card h3 {
    font-size: 20px;
    padding: 10px 20px;
  }
  .recruit-new .recruit-links .grid-2 .recruit-card h3 i {
    font-size: 20px;
  }
  .recruit-new .recruit-links .grid-2 .recruit-card .txt-bx {
    padding: 15px 20px;
  }
}
.recruit-new .messages-section {
  padding: 80px 0;
  background: url(../img/recruit/message-bg.svg) #f2f9fb no-repeat center center;
  background-size: cover;
}
.recruit-new .messages-section .message-block {
  display: flex;
  gap: 0;
  align-items: flex-start;
  margin-top: 95px;
}
.recruit-new .messages-section .message-block .message-image {
  flex: 0 0 300px;
  text-align: center;
  margin-top: -20px;
  margin-right: -20px;
  position: relative;
  z-index: 2;
}
.recruit-new .messages-section .message-block .message-image img {
  width: 100%;
  box-shadow: -20px -20px 0 #0088cc;
}
.recruit-new .messages-section .message-block .message-image .caption {
  margin-top: 10px;
  text-align: left;
}
.recruit-new .messages-section .message-block .message-image .caption span {
  display: block;
  color: #1F4069;
  font-weight: 700;
  line-height: 1.4;
}
.recruit-new .messages-section .message-block .message-image .caption .role {
  font-size: 16px;
}
.recruit-new .messages-section .message-block .message-image .caption .name {
  font-size: 24px;
}
.recruit-new .messages-section .message-block .message-content {
  background: #fff;
  padding: 40px 60px;
  flex: 1;
}
.recruit-new .messages-section .message-block .message-title {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
  color: #0088cc;
  margin-bottom: 15px;
}
.recruit-new .messages-section .message-block .message-title:nth-of-type(2) {
  margin-top: 40px;
}
.recruit-new .messages-section .president {
  margin-top: 80px;
}
.recruit-new .messages-section .president .message-image {
  order: 2;
  margin: 0 20px 0 -20px;
}
.recruit-new .messages-section .president .message-image img {
  width: 100%;
  box-shadow: 20px 20px 0 #0088cc;
}
.recruit-new .messages-section .president .message-image .caption {
  margin: 30px 0 0 40px;
}
.recruit-new .messages-section .president .message-content {
  order: 1;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .recruit-new .messages-section {
    padding: 60px 0;
    background: url(../img/recruit/message-bg.svg) #f2f9fb no-repeat right center;
  }
  .recruit-new .messages-section .message-block {
    flex-direction: column;
    margin-top: 60px;
  }
  .recruit-new .messages-section .message-block .message-image {
    flex: none;
    width: 250px;
    margin: 0 auto;
  }
  .recruit-new .messages-section .message-block .message-image img {
    box-shadow: none;
  }
  .recruit-new .messages-section .message-block .message-image .caption {
    margin: 15px 0 0 0;
    text-align: center;
  }
  .recruit-new .messages-section .message-block .message-content {
    order: 3;
    margin-top: 20px;
    padding: 25px 20px;
  }
  .recruit-new .messages-section .message-block .message-content .message-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.recruit-new .fade-in {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.recruit-new .fade-in.is-visible {
  opacity: 1;
  transform: translate(0, 0) !important;
}
.recruit-new .fade-up {
  transform: translateY(40px);
}
.recruit-new .fade-left {
  transform: translateX(-40px);
}
.recruit-new .fade-right {
  transform: translateX(40px);
}
.recruit-new .delay-1 {
  transition-delay: 0.15s;
}
.recruit-new .delay-2 {
  transition-delay: 0.3s;
}
.recruit-new .delay-3 {
  transition-delay: 0.45s;
}
@media (prefers-reduced-motion: reduce) {
  .recruit-new .fade-in {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@media (max-width: 768px) {
  .recruit-new .fade-left,
  .recruit-new .fade-right {
    transform: translateY(40px) !important;
  }
}/*# sourceMappingURL=recruit-page.css.map */