@charset "utf-8";

/* ========================================================================== */

/* fv */

/* ========================================================================== */
/* レイアウト */
.l-index-fv {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.l-inner-index-fv {
  position: relative;
  max-width: 1520px;
  margin: 0 0 0 auto;
}

.l-inner-index-fv img {
  width: 100%;
  height: auto;
}

/* コンポーネント */
/* filter */
.c-filter-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: clamp(440px, 57.23vw, 870px);
  overflow: hidden;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .c-filter-shape {
    display: none;
  }
}

.c-filter-shape::before {
  content: '';
  position: absolute;
  top: 100px;
  left: 14vw;
  right: 0;
  bottom: 100px;
  border-radius: 50px 0 0 50px;
  box-shadow: 0 0 0 9999px rgba(255, 255, 255, 0.6);
}

/* キャッチコピー */
.c-inner-index-fv__catch {
  position: absolute;
  bottom: clamp(-45px, 7.86vw, 60px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

@media screen and (min-width: 768px) {
  .c-inner-index-fv__catch {
    bottom: clamp(95px, 12.1vw, 230px);
    left: clamp(165px, 21.4vw, 400px);
    transform: translateX(0);
  }
}

.c-inner-index-fv__catch img {
  max-width: 860px;
  width: clamp(220px, 58.2vw, 590px);
  aspect-ratio: 225 / 73;
}

@media screen and (min-width: 768px) {
  .c-inner-index-fv__catch img {
    width: clamp(220px, 49.2vw, 590px);
  }
}

/* ========================================================================== */

/* bg-pattern */

/* ========================================================================== */
.bg-pattern__top01,
.bg-pattern__top02 {
  max-width: 850px;
  width: 80vw;
  height: auto;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .bg-pattern__top01,
  .bg-pattern__top02 {
    width: 56vw;
  }
}

.bg-pattern__top01 {
  top: 50px;
  left: 0;
}

.bg-pattern__top02 {
  bottom: 0;
  right: 0;
}

.bg-pattern__top03 {
  max-width: 155px;
  width: 40vw;
  height: auto;
  position: absolute;
  bottom: 15px;
  left: 0;
}

@media screen and (min-width: 768px) {
  .bg-pattern__top03 {
    max-width: 390px;
    width: 26vw;
  }
}

.bg-pattern__top04 {
  max-width: 100px;
  width: 26vw;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .bg-pattern__top04 {
    max-width: 230px;
    width: 15vw;
  }
}

.bg-pattern__top05 {
  max-width: 235px;
  width: 60vw;
  height: auto;
  position: absolute;
  bottom: 10px;
  right: 0;
}

@media screen and (min-width: 768px) {
  .bg-pattern__top05 {
    max-width: 600px;
    width: 40vw;
  }
}

.bg-pattern__top06 {
  max-width: 200px;
  width: 51vw;
  height: auto;
  position: absolute;
  top: 10px;
  right: 0;
}

@media screen and (min-width: 768px) {
  .bg-pattern__top06 {
    max-width: 520px;
    width: 34vw;
  }
}

.bg-pattern__top07 {
  max-width: 200px;
  width: 51vw;
  height: auto;
  position: absolute;
  bottom: 10px;
  left: 0;
}

@media screen and (min-width: 768px) {
  .bg-pattern__top07 {
    max-width: 520px;
    width: 34vw;
  }
}

.bg-pattern__top08 {
  max-width: 140px;
  width: 36vw;
  height: auto;
  position: absolute;
  bottom: 10px;
  right: 0;
}

@media screen and (min-width: 768px) {
  .bg-pattern__top08 {
    max-width: 350px;
    width: 23vw;
  }
}

/* ========================================================================== */

/* l-intro */

/* ========================================================================== */
.l-wrapper-intro {
  width: 100%;
  position: relative;
}

.l-inner-intro {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  padding: 100px 0 60px;
}

@media screen and (min-width: 540px) {
  .l-inner-intro {
    padding: 120px 0;
  }
}

@media screen and (min-width: 1160px) {
  .l-inner-intro {
    padding: 200px 0;
  }
}

.c-inner-intro__head {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 0 0 15px 0;
  border-bottom: 2px solid #0c3e71;
  position: relative;
}

@media screen and (min-width: 540px) {
  .c-inner-intro__head {
    padding: 0 0 30px 0;
  }
}

@media screen and (min-width: 1160px) {
  .c-inner-intro__head {
    margin: 0 0 0 auto;
    padding: 0 60px 30px 0;
    justify-content: flex-end;
  }
}

.c-inner-intro__head h2 {
  font-size: clamp(1.6rem, 3.52vw, 3rem);
  font-weight: bold;
  letter-spacing: 0.08em;
}

.c-inner-intro__text {
  max-width: 730px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px 0 10px 0;
}

@media screen and (min-width: 540px) {
  .c-inner-intro__text {
    width: 90%;
    padding: 40px 0 10px 0;
  }
}

@media screen and (min-width: 1160px) {
  .c-inner-intro__text {
    margin: 0 0 0 auto;
    padding: 40px 60px 10px 0;
    justify-content: flex-end;
  }
}

.c-inner-intro__text p {
  font-size: clamp(1.4rem, 3.25vw, 1.6rem);
  font-weight: normal;
  line-height: 1.75;
  color: #424242;
}

.c-inner-intro__img {
  position: static;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 540px) {
  .c-inner-intro__img {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1160px) {
  .c-inner-intro__img {
    position: absolute;
    top: -25px;
    left: clamp(35px, calc(48vw - 540px), 390px);
    z-index: 5;
  }
}

.c-inner-intro__img img {
  max-width: 700px;
  width: 100%;
  height: auto;
}

.c-heading-lead-accent--orange {
  width: 45px;
  height: auto;
  position: absolute;
  bottom: -15px;
  right: -20px;
}

@media screen and (min-width: 540px) {
  .c-heading-lead-accent--orange {
    width: 65px;
    right: -50px;
  }
}

/* ========================================================================== */

/* company */

/* ========================================================================== */
.l-section-lead {
  max-width: 760px;
  width: 95%;
  margin: 40px auto;
}

.l-section-lead p {
  width: 70%;
  margin: 0 auto;
  font-size: clamp(1.4rem, 3.5vw, 1.6rem);
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .l-section-lead p {
    width: 100%;
    font-size: clamp(1.4rem, 3.5vw, 2rem);
  }
}

/* swiper */
.index-swiper {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  overflow: visible !important;
}

.swiper-slide {
  width: 200px !important;
  height: auto;
}

@media screen and (min-width: 768px) {
  .swiper-slide {
    width: 400px !important;
  }
}

.card {
  position: relative;
}

.card img {
  width: 200px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  transition:
    transform 0.4s ease,
    opacity 0.3s;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .card img {
    width: 100%;
  }
}

@media (hover: hover) {
  .card:hover img {
    opacity: 0.8;
  }
}

.card div {
  position: absolute;
  bottom: 12px;
  left: 8px;
}

@media screen and (min-width: 768px) {
  .card div {
    bottom: 20px;
    left: 20px;
  }
}

.card p {
  font-size: clamp(1.4rem, 2.8vw, 1.6rem);
  font-weight: 500;
  color: #fff;
  position: relative;
  word-break: keep-all;
  word-wrap: break-word;
}

@media screen and (min-width: 768px) {
  .card p {
    font-size: 2.2rem;
  }
}

.card p::after {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  background-image: url(../images/link-arrow.webp);
  background-repeat: no-repeat;
}

.swiper-controller {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 45px;
}

@media screen and (min-width: 768px) {
  .swiper-controller {
    margin-top: 60px;
  }
}

/* 矢印 */
.swiper-button-prev,
.swiper-button-next {
  position: relative !important;
  flex-shrink: 0;
  color: #333;
  width: 40px !important;
  height: 40px !important;
}

@media screen and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 60px !important;
    height: 60px !important;
  }
}

.swiper-button-prev {
  left: 20px !important;
}

@media screen and (min-width: 768px) {
  .swiper-button-prev {
    left: -10px !important;
  }
}

.swiper-button-next {
  left: 20px !important;
}

.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  border-radius: 50%;
  border: 2px solid #115fad;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 1.6rem !important;
  font-weight: bold !important;
  color: #115fad !important;
}

/* スクロールバー */
.swiper-scrollbar {
  width: clamp(200px, 50vw, 735px) !important;
  height: 6px !important;
  bottom: 18px !important;
  left: 140px !important;
}

@media screen and (min-width: 768px) {
  .swiper-scrollbar {
    bottom: 30px !important;
    left: 180px !important;
  }
}

.swiper-scrollbar-drag {
  width: 75% !important; /* お仕事紹介3→2つに変更時調整箇所（55%） */
  background: #2c8aea !important;
}

/* ========================================================================== */

/* interview */

/* ========================================================================== */
.l-index-interview-flex {
  max-width: 1100px;
  width: 95%;
  margin: 0 auto 80px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 25px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-index-interview-flex {
    margin: 0 auto;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .l-index-interview-flex {
    gap: clamp(60px, 8vw, 100px);
  }
}

.c-index-interview--img {
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .c-index-interview--img {
    flex-shrink: 0;
  }
}

.c-index-interview--img img {
  width: clamp(285px, 37.17vw, 565px);
  height: clamp(262px, 34.2vw, 520px);
}

.c-index-interview--content,
.c-index-recruit--content {
  width: 90%;
  margin: 0 auto;
  padding-top: clamp(18px, 5.26vw, 80px);
}

.c-index-interview--content p,
.c-index-recruit--content p {
  font-size: clamp(1.4rem, 3.1vw, 2rem);
  font-weight: 500;
  padding: 0 20px 0 35px;
}

@media screen and (min-width: 768px) {
  .c-index-interview--content p,
  .c-index-recruit--content p {
    padding: 0 0 clamp(90px, 11.84vw, 180px) 10px;
  }
}

.c-index-interview--content p br {
  display: none;
}

@media screen and (min-width: 768px) {
  .c-index-interview--content p br {
    display: block;
  }
}

.c-btn-interview-container {
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .c-btn-interview-container {
    position: static;
    transform: translateX(0);
  }
}

/* ========================================================================== */

/* recruit */

/* ========================================================================== */
.l-index-recruit-flex {
  max-width: 1100px;
  width: 95%;
  margin: 0 auto 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .l-index-recruit-flex {
    margin: 0 auto;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
  }
}

.mw-section-heading__recruit {
  max-width: clamp(300px, 80vw, 615px);
}

@media screen and (min-width: 768px) {
  .mw-section-heading__recruit {
    max-width: clamp(405px, calc(40vw - 40px), 920px);
  }
}

.c-index-recruit--content p {
  padding: 0 20px 0 35px;
}

@media screen and (min-width: 1024px) {
  .c-index-recruit--content p {
    padding: 0 0 clamp(90px, 11.84vw, 180px) 10px;
  }
}

.c-index-recruit--content p br {
  display: none;
}

@media screen and (min-width: 1024px) {
  .c-index-recruit--content p br {
    display: block;
  }
}

.c-btn-recruit-container {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 1024px) {
  .c-btn-recruit-container {
    position: static;
    transform: translateX(0);
  }
}

/* ========================================================================== */

/* contact */

/* ========================================================================== */
.c-heading-cta-accent--orange {
  width: 45px;
  height: auto;
  position: absolute;
  bottom: -50px;
  right: 15px;
}

@media screen and (min-width: 768px) {
  .c-heading-cta-accent--orange {
    width: 65px;
    bottom: -75px;
    right: 10vw;
  }
}

.l-container-contact {
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
}
