@charset "utf-8";
/*=========================
  Common
=========================*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* variables */
:root {
  --section-padding: 5rem 0;
}
@media (max-width: 960px) {
  :root {
    --section-padding: 3rem 0;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media screen and (max-width: 960px) {
  html {
    scroll-padding-top: 60px;
  }
}
body {
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  color: #000;
  line-height: 1.7;
  overflow-x: hidden;
  position: relative;
}
a {
  text-decoration: none;
  transition: opacity 0.3s;
  color: inherit;
  &:hover {
    @media (any-hover: hover) {
      opacity: 0.6;
    }
  }
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  /* line-height: 2; */
  text-align: justify;
  @media (max-width: 960px) {
    /* font-size: 1rem; */
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /* line-height: 1; */
  font-size: inherit;
  font-weight: inherit;
}

.pc-only {
  display: initial;
}
.sp-only {
  display: none;
}
@media (max-width: 960px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: initial;
  }
}

.container {
  width: calc(100% - 2rem);
  max-width: 1000px;
  margin-inline: auto;
  @media (max-width: 960px) {
    max-width: 500px;
  }
}

.section-title-wrapper {
  margin-bottom: 3rem;
  @media (max-width: 960px) {
    margin-bottom: 2rem;
  }
  .label {
    width: 224px;
    margin-inline: auto;
    border-radius: 100vmax;
    background-color: #006dd9;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    font-size: 24px;
    padding: 4px;
    margin-bottom: 2rem;
    @media (max-width: 960px) {
      width: 144px;
      font-size: 14px;
      margin-bottom: 1rem;
    }
  }
  .title {
    margin-inline: auto;
  }
}

.cta {
  @media (max-width: 960px) {
    max-width: 400px;
    margin-inline: auto;
  }
  .cta-text-pc {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0.5rem;
    @media (max-width: 960px) {
      display: none;
    }
  }
  .cta-text-sp {
    display: none;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0.25rem;
    @media (max-width: 960px) {
      display: block;
    }
  }
  .cta-button {
    background-color: #fb8c31;
    color: #fff;
    border-radius: 100vmax;
    padding: 1rem 2rem;
    width: min(100%, 630px);
    margin-inline: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    @media (max-width: 960px) {
      padding: 13px 28px;
      font-size: 15px;
    }
  }
}

/* button */
.button {
  --bg-color: #999302;
  --color: #fff;
  --r: 0px;
  background-color: var(--bg-color);
  color: var(--color);
  border-radius: var(--r);
  padding: 0.5rem 1rem;
  width: fit-content;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* font-size: 1.25rem; */
  /* font-weight: bold; */
  position: relative;
  .icon {
    margin-right: 0.5rem;
  }
  @media (any-hover: hover) {
    &::before {
      border-radius: var(--r);
      content: '';
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
      opacity: 0;
      transition: opacity 0.3s;
      pointer-events: none;
    }
    &:hover {
      opacity: 1;
    }
    &:hover::before {
      opacity: 0.25;
    }
  }
}

/*=========================
  header
=========================*/
header {
  position: sticky;
  z-index: 5;
  top: 0;
  background-color: #fff;
  height: 80px;
  @media (max-width: 960px) {
    height: 60px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .header__inner {
    position: relative;
    max-width: 1920px;
    margin-inline: auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-logo {
    width: 174px;
    margin-left: 20px;
    margin-right: 30px;
    @media (max-width: 960px) {
      position: absolute;
      top: 50%;
      left: 50%;
      translate: -50% -50%;
      margin-inline: auto;
    }
  }
  .header__nav {
    display: flex;
    @media (max-width: 960px) {
      display: none;
    }
    .nav-items {
      display: flex;
      align-items: center;
      gap: 20px;
      .nav-items__item {
        font-size: clamp(0.75rem, 0.1818rem + 0.9091vw, 1rem);
        font-weight: 700;
        color: #333;
      }
    }
  }
  .header__cta {
    display: flex;
    justify-content: center;
    height: 80px;
    margin-left: 20px;
    @media (max-width: 960px) {
      display: none;
    }
    .cta-item {
      width: 190px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      color: #fff;
      .row1 {
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
      }
      .row2 {
        font-size: 20px;
        font-weight: 700;
      }
    }
    .cta-item.tel {
      background-color: #006dd9;
      .row1 {
        gap: 5px;
      }
    }
    .cta-item.mail {
      background-color: #fb8c31;
    }
  }

  .sp-hamburger {
    display: none;
    position: absolute;
    right: 0.5rem;
    z-index: 1001;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10%;
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
    .line {
      height: 1px;
      width: 60%;
      background-color: #000;
      transition: 0.3s;
    }
  }
  .sp-hamburger.active {
    .line {
      background-color: #000;
    }
    .line:nth-child(1) {
      position: absolute;
      top: 50%;
      bottom: 50%;
      width: 60%;
      rotate: -45deg;
    }
    .line:nth-child(2) {
      opacity: 0;
    }
    .line:nth-child(3) {
      position: absolute;
      top: 50%;
      bottom: 50%;
      width: 60%;
      rotate: 45deg;
    }
  }
  .sp-nav {
    position: fixed;
    z-index: 1000;
    margin-top: 60px;
    top: 0%;
    right: -120%;
    width: 100vw;
    height: 100dvh;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
    .nav-items {
      width: 100%;
      max-width: 600px;
      margin-inline: auto;
      margin-top: 3rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      .nav-items__item {
        width: 100%;
        margin-bottom: 1.5rem;
        text-align: center;
      }
      .nav-items__item a {
        text-align: center;
        text-wrap: balance;
        font-size: 16px;
        font-weight: 600;
        line-height: 2;
      }
    }
    .cta-item {
      width: min(80%, 260px);
      margin-inline: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      background-color: #006dd9;
      color: #fff;
      padding: 10px;
      .row1 {
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        font-size: 12px;
        gap: 0.5rem;
        .icon {
          width: 20px;
        }
      }
      .row2 {
        font-size: 16px;
        font-weight: 700;
      }
    }
    .cta-item.mail {
      background-color: #fb8c31;
      .row1 {
        margin-bottom: 2px;
      }
    }
  }
  .sp-nav.active {
    right: 0;
  }
  .overlay {
    display: none;
    position: fixed;
    z-index: 999;
    margin-top: 60px;
    inset: 0;
    /* background-color: #000; */
    background-color: #fff;
    opacity: 0;
  }
  .overlay.active {
    display: block;
  }
}
body.no-scroll {
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 960px) {
  header {
    .sp-hamburger {
      display: flex;
    }
  }
}

/*=========================
  mv
=========================*/
section.mv {
  position: relative;
  .mv-img {
    width: 100%;
    object-fit: auto;
    object-position: 50% 50%;
    @media (max-width: 960px) {
      min-height: 320px;
      object-fit: cover;
      object-position: 80% 100%;
    }
  }
  .mv-inner {
    position: absolute;
    top: 55%;
    left: 12%;
    translate: 0% -50%;
    background: rgba(0, 109, 217, 0.5);
    padding: 3rem;
    @media (max-width: 960px) {
      top: 65%;
      left: 0%;
      right: 0%;
      translate: 0% -50%;
      width: 90%;
      max-width: 500px;
      margin-inline: auto;
      padding: 1rem 0rem;
    }
  }
  .mv-catchcopy {
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 4px rgb(0 0 0 / 0.75);
    .main {
      font-size: 46px;
      font-weight: 800;
      margin-bottom: 2rem;
      @media (max-width: 960px) {
        font-size: 20px;
        margin-bottom: 0.5rem;
      }
    }
    .sub {
      font-size: 34px;
      font-weight: 700;
      @media (max-width: 960px) {
        font-size: 16px;
      }
    }
  }
}

/*=========================
  chart
=========================*/
section.chart {
  padding: var(--section-padding);
  background: url(../../img/lp-recruit/houmon/chart-bg.svg) no-repeat;
  background-size: cover;
  background-position: right;
  background-color: #fff;
  border-bottom: 14px solid #006dd9;
  .section-title-wrapper {
    width: 1000px;
    max-width: 100%;
    margin-inline: auto;
    @media (max-width: 960px) {
      width: 352px;
    }
  }
  .chart__item--pc {
    @media (max-width: 960px) {
      display: none;
    }
  }
  .chart__item--sp {
    display: none;
    @media (max-width: 960px) {
      display: block;
      width: min(100%, 380px);
      margin-inline: auto;
    }
  }
}

/*=========================
  chart-result
=========================*/
section.chart-result {
  padding: var(--section-padding);
  background-color: #f4f4f4;
  .chart-result__item {
    margin-bottom: 4rem;
    @media (max-width: 960px) {
      max-width: 500px;
      margin-inline: auto;
      margin-bottom: 3rem;
      &:last-child {
        margin-bottom: 2rem;
      }
    }
    .item-inner {
      display: grid;
      grid-template-columns: 100px 1fr;
      gap: 20px;
      margin-bottom: 1.5rem;
      @media (max-width: 960px) {
        grid-template-columns: 50px 1fr;
        align-items: center;
        gap: 0.5rem;
        margin-bottom: 1rem;
      }
    }
    .number {
      grid-row: span 2;
      font-size: 55px;
      font-weight: 600;
      color: #999302;
      border-radius: 100vmax;
      border: 1px solid #999302;
      background-color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      aspect-ratio: 1/1;
      width: 100px;
      @media (max-width: 960px) {
        grid-row: span 1;
        font-size: 24px;
        width: 50px;
      }
    }
    .title {
      font-size: 34px;
      font-weight: 600;
      @media (max-width: 960px) {
        font-size: 20px;
      }
    }
    .text {
      font-size: 24px;
      font-weight: 500;
      @media (max-width: 960px) {
        grid-column: span 2;
        font-size: 15px;
      }
    }
    .link {
      background-color: #999302;
      color: #fff;
      width: 270px;
      margin-inline: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 20px;
      font-size: 20px;
      font-weight: 700;
      @media (max-width: 960px) {
        padding: 8px;
        width: 220px;
        font-size: 16px;
      }
    }
  }
}

/*=========================
  merit
=========================*/
section.merit {
  padding: var(--section-padding);
  background: url(../../img/lp-recruit/houmon/merit-bg.svg) no-repeat;
  background-size: cover;
  .section-title-wrapper {
    width: 563px;
    margin-inline: auto;
    @media (max-width: 960px) {
      width: 267px;
    }
  }
  .merit-item {
    margin-bottom: 3rem;
    .merit-item__title {
      background-color: #e2f6fd;
      color: #006dd9;
      border-left: #006dd9 solid 10px;
      font-size: 30px;
      font-weight: 700;
      padding: 1rem 1.5rem;
      margin-bottom: 30px;
      @media (max-width: 960px) {
        font-size: 22px;
        padding: 0.5rem 1.5rem;
        margin-bottom: 16px;
      }
    }
    .merit-item__body {
      display: grid;
      grid-template-columns: 1fr 300px;
      gap: 10%;
      @media (max-width: 960px) {
        grid-template-columns: 1fr;
        gap: 1rem;
      }
    }
    .merit-item__text {
      font-size: 18px;
      font-weight: 400;
      @media (max-width: 960px) {
        font-size: 15px;
      }
      .blue {
        font-weight: 700;
        color: #006dd9;
      }
    }
    .merit-item__img {
      max-width: 300px;
      margin-inline: auto;
    }
  }
}

/*=========================
  environment
=========================*/
section.environment {
  padding: var(--section-padding);
  background: #fffaeb;
  .section-title-wrapper {
    max-width: 863px;
    margin-inline: auto;
    margin-bottom: 4rem;
    @media (max-width: 960px) {
      width: 100%;
      margin-bottom: 2.5rem;
    }
  }
  .environment-item {
    display: flex;
    gap: 5%;
    margin-bottom: 4rem;
    @media (max-width: 960px) {
      flex-direction: column;
      margin-bottom: 3rem;
      &:last-child {
        margin-bottom: 1rem;
      }
    }
    .environment-item__body {
      width: calc(100% - 300px - 5%);
      @media (max-width: 960px) {
        width: 100%;
      }
    }
    .environment-item__title {
      font-size: 30px;
      font-weight: 600;
      color: #fb8c31;
      @media (max-width: 960px) {
        font-size: 22px;
        margin-bottom: 0.5rem;
      }
    }
    .environment-item__text {
      font-size: 18px;
      font-weight: 400;
      @media (max-width: 960px) {
        font-size: 15px;
        margin-bottom: 1rem;
      }
    }
    .environment-item__img {
      width: 300px;
      margin-inline: auto;
    }
  }
  .environment-item:nth-child(2n + 1) {
    flex-direction: row-reverse;
    @media (max-width: 960px) {
      flex-direction: column;
    }
  }
}

/*=========================
  voice
=========================*/
section.voice {
  padding: var(--section-padding);
  background: #fff;
  .section-title-wrapper {
    width: 563px;
    margin-inline: auto;
    margin-bottom: 4rem;
    @media (max-width: 960px) {
      width: 267px;
      margin-bottom: 3rem;
    }
  }
  .voice__items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
    margin-bottom: 4rem;
    @media (max-width: 960px) {
      flex-direction: column;
      gap: 2rem;
    }
  }
  .voice__item {
    width: calc((100% - 10%) / 3);
    @media (max-width: 960px) {
      width: 100%;
      max-width: 300px;
    }
    .open-modal {
      width: fit-content;
      cursor: pointer;
    }
    .modal-overlay {
      display: none;
      justify-content: center;
      align-items: center;
      position: fixed;
      inset: 0;
      z-index: 1010;
      background: rgba(255, 255, 255, 0.7);
      @media (max-width: 960px) {
        background: rgba(255, 255, 255, 0.9);
      }
    }
    .modal-window {
      position: relative;
      z-index: 100;
      inset: 0;
      width: min(90%, 1000px);
      height: 70vh;
      /* height: fit-content; */
      margin: auto;
      padding: 2rem;
      background-color: #fff;
      border: 2px solid #006dd9;
      animation: fadeIn 0.3s ease;
    }
  }
}

/*=========================
  Wanted
=========================*/
section.wanted {
  padding: var(--section-padding);
  background: url(../../img/lp-recruit/houmon/wanted-bg.webp) no-repeat;
  background-size: cover;
  .section-title-wrapper {
    width: 563px;
    margin-inline: auto;
    @media (max-width: 960px) {
      width: 267px;
    }
  }
  .wanted__text {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1.5rem;
    @media (max-width: 960px) {
      font-size: 15px;
      text-align: justify;
    }
  }
  .wanted__list-items {
    width: fit-content;
    margin-inline: auto;
    .wanted__list-item {
      font-size: 22px;
      font-weight: 600;
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 1rem;
      margin-bottom: 0.5rem;
      @media (max-width: 960px) {
        gap: 10px;
        font-size: 14px;
      }
      &::before {
        content: '';
        display: block;
        background: url(../../img/lp-recruit/houmon/icon-checkbox.svg) no-repeat;
        background-size: contain;
        width: 21px;
        height: 21px;
        margin-top: 7px;
        @media (max-width: 960px) {
          width: 16px;
          height: 16px;
          margin-top: 4px;
        }
      }
    }
  }
}

/*=========================
  job_description
=========================*/
section.job_description {
  padding: var(--section-padding);
  .section-title-wrapper {
    width: 311px;
    margin-inline: auto;
    @media (max-width: 960px) {
      width: 192px;
    }
  }
  .job_description__items {
    margin-bottom: 4rem;
  }
  .job_description__item {
    border-top: #006dd9 1px solid;
    padding: 2rem 0;
    @media (max-width: 960px) {
      padding: 1rem 0;
    }
    .title-wrapper {
      cursor: pointer;
      display: grid;
      align-items: center;
      grid-template-columns: 1fr auto;
      .title {
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 700;
        @media (max-width: 960px) {
          font-size: 15px;
          text-align: center;
        }
      }
      .icon {
        transform: scale(1, -1);
        transition: 0.4s ease-in-out;
        @media (max-width: 960px) {
          width: 18px;
        }
      }
    }
    .content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease-in-out;
      table {
        border: none;
        margin-top: 2rem;
        @media (max-width: 960px) {
          margin-top: 1rem;
        }
      }
      tbody {
        display: grid;
        grid-template-columns: 150px 1fr;
        @media (max-width: 960px) {
          grid-template-columns: 1fr;
        }
        tr {
          display: grid;
          grid-template-columns: subgrid;
          grid-column: 1/-1;
          border-bottom: 1px solid #fff;
          td {
            width: 100% !important;
            border: none;
            padding: 1.5rem;
            font-weight: 500;
            @media (max-width: 960px) {
              font-size: 14px;
              padding: 0.5rem;
            }
          }
          td:nth-child(1) {
            background-color: #006dd9;
            color: #fff;
            @media (max-width: 960px) {
              text-align: center;
            }
          }
          td:nth-child(2) {
            background-color: #efefef;
          }
        }
      }
    }
  }
  .job_description__item.open {
    .title-wrapper .icon {
      transform: scale(1, 1);
    }
    .content {
      max-height: 2000px;
    }
  }
}

/*=========================
  info
=========================*/
section.info {
  padding: var(--section-padding);
  background-color: #f4f4f4;
  .info__title {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 3rem;
    @media (max-width: 960px) {
      width: fit-content;
      margin-inline: auto;
      font-size: 20px;
      border-bottom: 1px solid #000;
      margin-bottom: 2rem;
    }
  }
  .info__item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
    margin-bottom: 3rem;
    @media (max-width: 960px) {
      flex-direction: column-reverse;
      max-width: 500px;
      margin-inline: auto;
      gap: 2rem;
      &:last-child {
        margin-bottom: 1rem;
      }
    }
    .item-map {
      width: 50%;
      height: 280px;
      @media (max-width: 960px) {
        width: 100%;
        height: 200px;
      }
      iframe {
        width: 100%;
        height: 100%;
      }
    }
    .item-body {
      width: 50%;
      @media (max-width: 960px) {
        width: 100%;
      }
      .title {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 40px;
        @media (max-width: 960px) {
          font-size: 18px;
          margin-bottom: 1rem;
        }
      }
      table {
        width: 100%;
      }
      table tbody {
        display: grid;
        grid-template-columns: auto 1fr;
        border-top: 1px solid #c4c4c4;
        tr {
          display: grid;
          grid-template-columns: subgrid;
          grid-column: 1/-1;
          gap: 2rem;
          border-bottom: 1px solid #c4c4c4;
          padding: 1.5rem 0;
          @media (max-width: 960px) {
            padding: 1rem 0;
            gap: 1rem;
          }
        }
        th {
          font-size: 18px;
          font-weight: 700;
          text-align: left;
          @media (max-width: 960px) {
            font-size: 15px;
          }
        }
        td {
          font-weight: 500;
          @media (max-width: 960px) {
            font-size: 14px;
          }
        }
      }
    }
  }
}

/*=========================
  footer
=========================*/
footer {
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  @media (max-width: 960px) {
    padding: 1.5rem;
    font-size: 12px;
  }
}

/*=========================
  sticky button
=========================*/
.sticky-button {
  position: fixed;
  z-index: 5;
  top: 70%;
  right: 0;
  translate: 0% -50%;
  border-radius: 20px 0 0 20px;
  display: block;
  background-color: #fb8c31;
  color: #fff;
  width: 228px;
  padding: 1rem;
  text-align: center;
  font-weight: bold;
  .row1 {
    font-size: 14px;
  }
  .row2 {
    font-size: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  &:hover {
    opacity: 1;
  }
  &::before {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px 0 0 20px;
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
  }
  &:hover::before {
    opacity: 0.25;
  }
  @media (max-width: 960px) {
    width: 100%;
    top: auto;
    bottom: 0;
    border-radius: 5px;
    padding: 8px 0 4px;
    translate: 0% 0%;
    .row1 {
      font-size: 13px;
    }
    .row2 {
      font-size: 18px;
    }
  }
}
@media (max-width: 960px) {
  body {
    margin-bottom: 65px;
  }
}
