@charset "UTF-8";
.p-top input {
  all: unset; /* すべてのブラウザデフォルトをリセット */
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  color: inherit;
  display: inline-block; /* 必要に応じて */
  font: inherit; /* 親要素のフォントを継承 */
  margin: 0;
  padding: 0;
  width: 100%; /* レイアウト調整 */
}
.p-top button {
  background: none;
  border: none;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font: inherit;
  margin: 0;
  padding: 0;
}

.fv {
  background-image: url(../images/fv_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: calc(65 / 1366 * 100vw);
  padding-top: calc(25 / 1366 * 100vw);
}

.fv__inner {
  padding-inline: 20px;
}

.fv__contents {
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
}

.fv-left {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.fv-left__title p {
  font-size: calc(24 / 375 * 100vw);
  font-weight: bold;
  line-height: 1.5;
}
.fv-left__title p:nth-of-type(2) {
  background-image: linear-gradient(100deg, #f44d95 0%, #e88686 100%);
  display: inline;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: calc(33 / 375 * 100vw);
  line-height: 1.2;
}
.fv-left__title p:nth-of-type(3) {
  display: inline;
}

.fv-left__btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.fv-left__btn .c-btn-twin__wrap {
  aspect-ratio: 320/60;
  height: 100%;
  width: 100%;
}

.fv-right__swiper.swiper {
  aspect-ratio: 620/480;
  border-radius: 10px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
  width: 100%;
}
.fv-right__swiper .swiper-wrapper {
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.fv__form {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}

.fv__form-freeword {
  border-left: 1px solid #ee6b8d;
  max-width: 375px;
  padding-left: 15.5px;
}

.fv__form-area {
  border-left: 1px solid #ee6b8d;
  flex-shrink: 0;
  max-width: 565px;
  padding-left: 18px;
}

.intro {
  background-image: url(../images/intro_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 60px;
  padding-top: 60px;
}

.intro__inner {
  margin-inline: auto;
  max-width: 1366px;
}

.intro__contents {
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
  margin-inline: auto;
  max-width: 560px;
  padding-inline: 20px;
  position: relative;
}
.intro-left {
  aspect-ratio: 605/810;
  margin-inline: auto;
  max-width: 605px;
  overflow: hidden;
  position: absolute;
  right: 8%;
  top: -6%;
  width: 80%;
  width: 100%;
  width: 30.1333333333%;
  z-index: 1;
}

.intro-right {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 20px;
  position: relative;
  z-index: 2;
}

.intro-right__title {
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 0.2871468214rem + 0.9081735621vw, 1.0625rem);
}
.intro-right__title p {
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: bold;
}
.intro-right__title p:nth-of-type(n + 1) {
  font-size: clamp(1.125rem, 0.8884964682rem + 1.0090817356vw, 1.75rem);
  letter-spacing: 2.8px;
  line-height: 1.79;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.intro-right__title p:nth-of-type(n + 1)::after {
  background-color: rgba(229, 56, 132, 0.1);
  bottom: 0;
  content: "";
  height: 40%;
  left: 0;
  position: absolute;
  width: 100%;
}
.intro-right__title p:last-child {
  font-size: clamp(1.5625rem, 1.2550454087rem + 1.3118062563vw, 2.375rem);
  letter-spacing: 3.8px;
  line-height: 1.32;
}
.intro-right__title p:last-child::after {
  display: none;
}

.intro-right__texts {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  font-weight: 500;
  gap: 10px;
  line-height: 2.2;
}

.intro-right__btn-flex {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  margin-top: 13px;
}
.intro-right__btn-flex .c-btn-twin__wrap {
  margin-top: 0;
}

.section-wrap {
  background-image: url(../images/interview-search_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 85px;
}

.search {
  padding-bottom: 73px;
  padding-top: 100px;
}

.search__contents {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 60px 20px;
}
.search__contents .c-section-title {
  align-items: center;
  justify-content: center;
  margin-inline: auto;
}
.search__contents .c-section-title h2 {
  padding-left: 0;
}

.search__boxs {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 50px;
}

.search__box {
  border-radius: 10px;
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}

.search__box-head {
  background-image: linear-gradient(to right, #f44d95, #e88686);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.44px;
  line-height: 1.83;
  padding: 5px 10px;
  text-align: center;
}

.search__box-body {
  background-color: #fff5f9;
  padding: 30px 20px;
}
.search__box-body > p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.46;
}

.search__box--freeword .c-search-freeword {
  margin-top: 12px;
  max-width: 460px;
  width: 100%;
}
.search__box--freeword .search__box-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.search__box--freeword .search__box-body-wrap {
  margin-inline: auto;
  max-width: 460px;
  width: 100%;
}
.search__box--freeword .search-title {
  display: none;
}
.search__box--freeword .c-search-freeword .horizontal-form {
  grid-template-columns: 86% 14%;
  margin-top: 0;
}

.search__box--area .search-area-title {
  display: none;
}
.search__box--area .search__box-body {
  background-image: url(../images/search_area_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.search__box--area .c-search-area {
  position: relative;
  z-index: 1;
}
.search__box--area .c-search-area .webgene-blog {
  -moz-column-gap: 15px;
       column-gap: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-inline: auto;
  max-width: 460px;
  row-gap: 24px;
}
.search__box--area .c-search-area .webgene-item a {
  border: solid 1px #ef97be;
  border-radius: 5px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  gap: 5px;
  justify-content: center;
  padding: 10px;
}

.search__foot {
  aspect-ratio: 316/61;
  height: 100%;
  margin-inline: auto;
  margin-top: 50px;
  max-width: 316px;
  width: 100%;
}

.guide {
  padding-bottom: 100px;
  padding-top: 100px;
}

.guide__head {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.guide__head .c-section-title h2 {
  padding-left: 0;
}

.guide__btn {
  width: -moz-fit-content;
  width: fit-content;
}
.guide__btn .c-btn-square.c-btn-square--gradation {
  padding: 20px 18px 20px 15px;
}

.guide__data {
  margin-top: 45px;
}

.faq {
  padding-bottom: 115px;
  padding-top: 45px;
}

.faq__head {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.faq__head .c-section-title h2 {
  padding-left: 0;
}

.faq__btn {
  width: -moz-fit-content;
  width: fit-content;
}
.faq__btn .c-btn-square.c-btn-square--gradation {
  padding: 18px 15px 18px 30px;
}
.faq__btn .c-btn-square.c-btn-square--gradation > p {
  text-align: left;
}

.faq__content {
  margin-top: 50px;
}
.faq__content .faq__item:nth-of-type(4) p {
  letter-spacing: -1px;
}

.pc_only {
  display: none;
}

.visually-hidden {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(0 0 0 0);
  border: 0;
  white-space: nowrap;
}

@media (min-width: 414px){
  .intro-right__texts {
    letter-spacing: 1.1px;
  }
  .faq__content .faq__item:nth-of-type(4) p {
    letter-spacing: normal;
  }
  .faq__content .faq__answer p {
    letter-spacing: 1.2px;
  }
}

@media (min-width: 768px){
  .fv__form-freeword {
    width: 375px;
  }
  .intro-right__texts {
    letter-spacing: normal;
  }
  .faq__content .faq__answer p {
    letter-spacing: normal;
  }
}

@media (min-width: 1024px){
  .fv__inner {
    padding-left: calc(98 / 1366 * 100vw);
    padding-right: calc(102 / 1366 * 100vw);
  }
  .fv__contents {
    align-items: flex-start;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
  }
  .fv-left {
    align-items: flex-start;
  }
  .fv-left__title {
    margin-top: calc(143 / 1366 * 100vw);
  }
  .fv-left__title p {
    font-size: calc(38 / 1366 * 100vw);
  }
  .fv-left__title p:nth-of-type(2) {
    font-size: calc(58.5 / 1366 * 100vw);
  }
  .fv-left__btn {
    justify-content: flex-start;
    margin-top: calc(35 / 1366 * 100vw);
  }
  .fv-left__btn .c-btn-twin__wrap {
    aspect-ratio: 320/72;
    height: calc(72 / 1366 * 100vw);
    width: calc(320 / 1366 * 100vw);
  }
  .fv-right__swiper.swiper {
    width: calc(620 / 1366 * 100vw);
  }
  .fv__form {
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    margin-top: calc(30 / 1366 * 100vw);
    max-width: 1180px;
  }
  .intro {
    padding-bottom: 35px;
    padding-top: 50px;
  }
  .intro__contents {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin-inline: 0px auto;
    max-width: 1251px;
    padding-inline: 38px;
  }
  .intro-left {
    margin-inline: 0;
    position: relative;
    right: auto;
    top: auto;
    width: 51.4455782313%;
  }
  .intro-right {
    gap: 35px;
    width: 470px;
  }
  .intro-right__title p br {
    display: none;
  }
  .intro-right__texts {
    gap: 15px;
  }
  .intro-right__btn-flex .c-btn-square {
    aspect-ratio: 230/70;
  }
  .search__contents {
    padding: 45px 40px 70px 40px;
  }
  .search__boxs {
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .search__box-head {
    font-size: 18px;
  }
  .search__box-body {
    padding: 30px 40px;
  }
  .search__box--freeword .c-search-freeword {
    max-width: 900px;
  }
  .search__box--freeword .search__box-body-wrap {
    max-width: 900px;
  }
  .search__box--area .c-search-area .webgene-item a {
    gap: 15px;
    padding: 13px;
  }
  .search__foot {
    height: 61px;
    width: 316px;
  }
  .guide__head {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
  .guide__btn {
    width: 316px;
  }
  .faq__head {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
  .faq__btn {
    width: 316px;
  }
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
}