html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  letter-spacing: 0.05em;
}

p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.recruit-hero {
  background-color: #F6F6F6;
  margin: 100px 79px 100px 0;
  padding: 150px 91px 150px 170px;
  color: #fff;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
}
.recruit-hero .recruit-hero__content {
  margin-top: 100px;
  display: grid;
  gap: 80px;
}
.recruit-hero .recruit-info-section {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.recruit-hero .recruit-info-section .recruit-info-title {
  font-size: 23px;
  font-weight: 700;
  color: #33302B;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
.recruit-hero .recruit-info-section .recruit-info-content .recruit-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.recruit-hero .recruit-info-section .recruit-info-content .recruit-info-list li {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 16px;
  padding-left: 27px;
  position: relative;
}
.recruit-hero .recruit-info-section .recruit-info-content .recruit-info-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #001733;
  border-radius: 50%;
}
.recruit-hero .recruit-info-section .recruit-info-content .recruit-info-text {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  margin: 0;
}
.recruit-hero .recruit-info-section .recruit-info-content .recruit-info-text .recruit-info-link {
  color: #3b82f6;
  text-decoration: underline;
  font-weight: 500;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.recruit-hero .recruit-info-section .recruit-info-content .recruit-info-text .recruit-info-link:hover {
  color: #0b63f3;
}
@media (max-width: 960px) {
  .recruit-hero {
    margin: 120px 40px 80px 0;
    padding: 100px 60px 100px 120px;
  }
  .recruit-hero .recruit-hero__content {
    margin-top: 60px;
    gap: 50px;
  }
  .recruit-hero .recruit-info-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .recruit-hero .recruit-info-section .recruit-info-title {
    font-size: 28px;
  }
  .recruit-hero .recruit-info-section .recruit-info-content .recruit-info-list li {
    font-size: 15px;
    margin-bottom: 14px;
    padding-left: 27px;
  }
  .recruit-hero .recruit-info-section .recruit-info-content .recruit-info-text {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .recruit-hero {
    margin: 80px 20px 60px 0;
    padding: 60px 20px 60px 30px;
    border-radius: 0 16px 16px 0;
  }
  .recruit-hero .recruit-hero__content {
    margin-top: 50px;
    gap: 40px;
  }
  .recruit-hero .recruit-info-section {
    gap: 24px;
  }
  .recruit-hero .recruit-info-section .recruit-info-title {
    font-size: 20px;
  }
  .recruit-hero .recruit-info-section .recruit-info-content .recruit-info-list li {
    font-size: 14px;
    margin-bottom: 12px;
    padding-left: 27px;
  }
  .recruit-hero .recruit-info-section .recruit-info-content .recruit-info-text {
    font-size: 14px;
  }
}

.recruit-hero__image {
  margin-top: 40px;
  height: 300px;
  overflow: hidden;
}
.recruit-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit-benefits {
  padding: 120px 0;
  background: #fff;
}
.recruit-benefits .recruit-benefits__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
.recruit-benefits .title-group {
  color: #001733;
}
.recruit-benefits .benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
.recruit-benefits .benefit-card {
  text-align: center;
  padding: 40px 20px;
  background: #f2f2f2;
  border-radius: 8px;
}
.recruit-benefits .benefit-card__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #001733;
  border-radius: 50%;
}
.recruit-benefits .benefit-card__icon img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.recruit-benefits .benefit-card__title {
  font-size: 20px;
  font-weight: 700;
  color: #33302B;
  margin: 0 0 16px;
}
.recruit-benefits .benefit-card__desc {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 960px) {
  .recruit-benefits {
    padding: 80px 0;
  }
  .recruit-benefits .benefits-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .recruit-benefits .benefit-card {
    padding: 30px 20px;
  }
}

.recruit-process {
  padding: 120px 0;
  background: #fff;
}
.recruit-process .recruit-process__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120px;
}
.recruit-process .title-group {
  color: #001733;
}
.recruit-process .process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative;
}
.recruit-process .process-steps::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#001733), to(#ddd));
  background: linear-gradient(to right, #001733, #ddd);
  z-index: 1;
}
.recruit-process .process-step {
  text-align: center;
  position: relative;
  z-index: 2;
}
.recruit-process .process-step__number {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #001733;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  border-radius: 50%;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 4px 20px rgba(0, 23, 51, 0.2);
          box-shadow: 0 4px 20px rgba(0, 23, 51, 0.2);
}
.recruit-process .process-step__title {
  font-size: 20px;
  font-weight: 700;
  color: #33302B;
  margin: 0 0 16px;
}
.recruit-process .process-step__desc {
  padding: 0 30px;
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 960px) {
  .recruit-process {
    padding: 80px 0;
  }
  .recruit-process .process-steps {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .recruit-process .process-steps::before {
    display: none;
  }
  .recruit-process .process-step__number {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
}