@charset "UTF-8";
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  color: #333;
  overflow-x: hidden;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
select,
input,
button,
textarea {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
select,
input,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 1560px) {
  html {
    font-size: 1.0256410256vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

.inner {
  width: 100%;
  max-width: 1610px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

img {
  vertical-align: bottom;
}

.lead {
  position: relative;
}

.lead__texts {
  position: absolute;
  top: 48%;
  right: 40%;
  transform: translateX(50%) translateY(-50%);
}

@media screen and (max-width: 767px) {
  .lead__texts {
    right: 38%;
  }
}
.lead__text {
  font-size: 2.5rem;
  font-weight: 500;
  word-break: keep-all;
}

@media screen and (max-width: 767px) {
  .lead__text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 500px) {
  .lead__text {
    font-size: 0.875rem;
  }
}
.lead__text:nth-of-type(1) span {
  font-size: 3.5rem;
  font-weight: 700;
  color: #0093e1;
}

@media screen and (max-width: 767px) {
  .lead__text:nth-of-type(1) span {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 500px) {
  .lead__text:nth-of-type(1) span {
    font-size: 1.125rem;
  }
}
.lead__text:nth-of-type(2) span {
  font-size: 3rem;
  font-weight: 700;
  color: #0093e1;
}

@media screen and (max-width: 767px) {
  .lead__text:nth-of-type(2) span {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 500px) {
  .lead__text:nth-of-type(2) span {
    font-size: 0.9375rem;
  }
}
.company {
  margin-top: 3.5rem;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  .company {
    margin-top: 1rem;
  }
}
.company__title {
  width: 16.25rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .company__title {
    width: 6.875rem;
  }
}
.company__logos {
  position: relative;
}

.company__logo {
  position: absolute;
  width: 103.75%;
}

@media screen and (max-width: 767px) {
  .company__logo {
    width: 175%;
  }
}
.company__logo--dummy {
  width: 103.75%;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .company__logo--dummy {
    width: 175%;
  }
}
.company__logo:nth-of-type(1) {
  animation: slider 60s infinite linear;
}

.company__logo:nth-of-type(2) {
  animation: slider 60s infinite linear;
  animation-delay: -20s;
}

.company__logo:nth-of-type(3) {
  animation: slider 60s infinite linear;
  animation-delay: -40s;
}

@keyframes slider {
  0% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.contact {
  margin-top: 4.375rem;
}

@media screen and (max-width: 767px) {
  .contact {
    margin-top: 1.25rem;
  }
}
.contact__item {
  margin: 0 auto;
  width: 50rem;
  box-shadow: 0 0 2.25rem #ddd;
  border-radius: 1.25rem;
}

@media screen and (max-width: 767px) {
  .contact__item {
    width: 90%;
  }
}
.contact__title {
  width: 100%;
  text-align: center;
  font-size: 2.125rem;
  font-weight: 700;
  color: #fff;
  background: #9ed6ff;
  border-radius: 1.25rem 1.25rem 0 0;
  padding: 0.625rem 0;
}

@media screen and (max-width: 767px) {
  .contact__title {
    font-size: 1.125rem;
  }
}
.contact__body {
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  padding: 4.375rem 0;
  align-items: center;
  position: relative;
  min-height: 22.5rem;
}

@media screen and (max-width: 767px) {
  .contact__body {
    padding: 3.125rem 0.9375rem;
    min-height: 12.5rem;
  }
}
.contact__body img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-21%);
  width: 50%;
}

@media screen and (max-width: 767px) {
  .contact__body img {
    width: 70%;
  }
}
.contact__qa {
  display: flex;
  flex-direction: column;
}

.contact__question {
  font-size: 1.875rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .contact__question {
    font-size: 1.125rem;
  }
}
.contact__question--fullname {
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .contact__question--fullname {
    margin-top: 0.625rem;
  }
}
.contact__question--email {
  margin-top: 0.625rem;
}

.contact__answer {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background: #6ea8d4;
  padding: 1rem 5rem;
  line-height: 1;
  transition: background-color 0.3s;
  margin-top: 1.875rem;
  border-radius: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .contact__answer {
    font-size: 1rem;
    padding: 0.625rem 5rem;
    margin-top: 1.25rem;
  }
}
.contact__answer:hover {
  background: #307db6;
}

.select__wrap {
  position: relative;
  margin-top: 2.5rem;
  z-index: 1;
}

.select__wrap::after {
  content: "\f078";
  font-size: 0.625rem;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5rem;
  pointer-events: none;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .select__wrap {
    margin-top: 1.875rem;
  }
}
.contact__step2 {
  width: 100%;
  font-size: 1.5rem;
  padding: 0.625rem;
  border-radius: 0.625rem;
  border: 1px solid #999;
  color: #555;
}

@media screen and (max-width: 767px) {
  .contact__step2 {
    font-size: 1rem;
    padding: 0.625rem;
  }
}
.contact__return {
  position: absolute;
  border-radius: 50%;
  aspect-ratio: 1/1;
  font-size: 1.625rem;
  background: #f0f0f0;
  bottom: 0.625rem;
  left: 1.25rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  line-height: 1;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s;
}

@media screen and (max-width: 767px) {
  .contact__return {
    font-size: 0.75rem;
    left: 0.625rem;
    padding: 0.25rem;
  }
}
.contact__return:hover {
  opacity: 0.7;
}

.contact__return i {
  font-size: 0.875rem;
  margin-right: 0.375rem;
}

@media screen and (max-width: 767px) {
  .contact__return i {
    font-size: 0.625rem;
    margin-right: 0.125rem;
  }
}
.contact__step3,
.contact__step4 {
  font-size: 1.25rem;
  padding: 0.625rem;
  border: 1px solid #555;
  border-radius: 0.625rem;
}

@media screen and (max-width: 767px) {
  .contact__step3,
  .contact__step4 {
    font-size: 1rem;
    padding: 0.25rem 0.625rem;
    width: 70%;
    margin: 0 auto;
  }
}
.contact__step3::-moz-placeholder, .contact__step4::-moz-placeholder {
  color: #ccc;
}
.contact__step3::placeholder,
.contact__step4::placeholder {
  color: #ccc;
}

.contact__consent {
  font-size: 0.9375rem;
  margin-top: 1.625rem;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .contact__consent {
    font-size: 0.8125rem;
    margin-top: 1.125rem;
  }
}
.contact__consent a {
  cursor: pointer;
  text-decoration: underline;
}

.contact__submit__btn {
  font-size: 1.625rem;
  font-weight: 700;
  color: #fff;
  background: #307db6;
  border-radius: 0.625rem;
  margin-top: 1.25rem;
  padding: 0.5rem 3.75rem;
  opacity: 1;
  transition: opacity 0.3s;
}

.contact__submit__btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .contact__submit__btn {
    font-size: 1.25rem;
    padding: 0.5rem 3.125rem;
  }
}
.contact__submit {
  position: relative;
  display: inline-block;
}

.contact__submit::after {
  content: "\f054";
  font-weight: 700;
  color: #fff;
  font-size: 0.875rem;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  top: 50%;
  right: 0.625rem;
  transform: translateY(0);
  pointer-events: none;
}

.contact__item2,
.contact__item3,
.contact__item4 {
  display: none;
}

.error__step3-1 {
  display: none;
  position: absolute;
  bottom: 1rem;
  color: #ff0000;
}

@media screen and (max-width: 767px) {
  .error__step3-1 {
    bottom: 0.375rem;
    font-size: 0.875rem;
    transform: translateX(5%);
  }
}
.footer {
  background: #9ed6ff;
  padding: 2.5rem 0.9375rem;
  margin-top: 5rem;
  text-align: center;
}

.footer__copy {
  font-size: 0.9375rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer__copy {
    font-size: 0.875rem;
  }
}
.footer__copy a {
  font-weight: 700;
  text-decoration: underline;
}
/* ==================================================
   オイシルワークスLP 追加分 (2026-07-15)
   ================================================== */
.contact__item5,
.contact__item6 {
  display: none;
}

/* ステップ1: 経験職種グリッド */
.occupation__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  margin-top: 1.875rem;
  width: 100%;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .occupation__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    margin-top: 1.25rem;
  }
}

.occupation__answer {
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  background: #6ea8d4;
  padding: 0.875rem 0.25rem;
  line-height: 1;
  text-align: center;
  transition: background-color 0.3s;
  border-radius: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .occupation__answer {
    font-size: 1rem;
    padding: 0.75rem 0.25rem;
    border-radius: 0.625rem;
  }
}

.occupation__answer:hover {
  background: #307db6;
}

.occupation__other {
  display: none;
  margin-top: 1.25rem;
  width: 100%;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
}

.occupation__other.is-visible {
  display: block;
}

.occupation__other__input {
  font-size: 1.25rem;
  padding: 0.625rem;
  border: 1px solid #555;
  border-radius: 0.625rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .occupation__other__input {
    font-size: 1rem;
    padding: 0.25rem 0.625rem;
  }
}

.occupation__other__input::placeholder {
  color: #ccc;
}

.w-next {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  background: #307db6;
  border-radius: 2rem;
  margin-top: 0.875rem;
  padding: 0.5rem 2.5rem;
  opacity: 1;
  transition: opacity 0.3s;
}

.w-next:hover {
  opacity: 0.7;
}

.w-next i {
  font-size: 0.875rem;
  margin-left: 0.5rem;
}

.w-error {
  display: none;
  color: #ff0000;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

/* ステップ3: 生年月日 */
.birth__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  margin-top: 1rem;
}

.birth__row .select__wrap {
  margin-top: 0;
}

.birth__select {
  font-size: 1.375rem;
  padding: 0.625rem 1.5rem 0.625rem 0.75rem;
  border-radius: 0.625rem;
  border: 1px solid #999;
  color: #555;
  min-width: 6.5rem;
}

@media screen and (max-width: 767px) {
  .birth__select {
    font-size: 1rem;
    padding: 0.5rem 1.25rem 0.5rem 0.5rem;
    min-width: 4.6rem;
  }
}

.birth__unit {
  font-size: 1.25rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .birth__unit {
    font-size: 1rem;
  }
}

/* ステップ6: 事前に伝えておきたいこと */
.w-comment {
  font-size: 1.125rem;
  padding: 0.625rem;
  border: 1px solid #555;
  border-radius: 0.625rem;
  width: 100%;
  max-width: 34rem;
  margin: 1.25rem auto 0;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .w-comment {
    font-size: 1rem;
    width: 100%;
  }
}

.w-comment::placeholder {
  color: #ccc;
}

.w-optional {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  background: #9ed6ff;
  border-radius: 0.375rem;
  padding: 0.125rem 0.5rem;
  margin-left: 0.5rem;
  vertical-align: middle;
}

/* 「次へ」ボタン(戻ると対になる右端ボタン) */
.contact__next {
  position: absolute;
  border-radius: 50%;
  aspect-ratio: 1/1;
  font-size: 1.625rem;
  background: #f0f0f0;
  color: #999;
  bottom: 0.625rem;
  right: 1.25rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s, opacity 0.3s;
}

@media screen and (max-width: 767px) {
  .contact__next {
    font-size: 0.75rem;
    right: 0.625rem;
    padding: 0.25rem;
  }
}

.contact__next i {
  font-size: 0.875rem;
  margin-left: 0.375rem;
}

@media screen and (max-width: 767px) {
  .contact__next i {
    font-size: 0.625rem;
    margin-left: 0.125rem;
  }
}

.contact__next.is-ready {
  background: #9ed6ff;
  color: #fff;
}

.contact__next.is-ready:hover {
  opacity: 0.7;
}
