@charset "UTF-8";
@import url("../components/carousel.css");
.top-section {
  position: relative;
} /* 高品質の産業医紹介サービスを提供できる理由 */
.top-section__heading .small {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .top-section__cta-button--seo {
    padding: 16px 30px;
    width: 100%;
  }
} /* ----------------------------- */ /* マッチする産業医が見つかるまで費用は発生しません */ /* --------------------------------- */
/* ↑ここまで */ /* -----------------------------よくあるご質問----------------------------- */
.top-section--faq {
  padding: 100px 0 70px;
  .faq__body {
    width: 800px;
    margin: 60px auto 0;
  }
  @media screen and (max-width: 767px) {
    .faq__body {
      width: 100%;
      margin: 40px auto 0;
    }
  }
  .faq__inner {
    width: 1240px;
    margin: 0 auto;
  }
  @media screen and (max-width: 767px) {
    .faq__inner {
      width: 100%;
    }
  }
  .faq__heading {
    position: relative;
    font-size: 29px;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 4.2px;
    color: #323b44;
  }
  .faq__heading span {
    font-size: 22px;
    line-height: 1.7;
    letter-spacing: 3.3px;
    display: block;
  }
  @media screen and (max-width: 767px) {
    .faq__heading span {
      font-size: 16px;
    }
  }
  @media screen and (max-width: 767px) {
    .faq__heading {
      font-size: 22px;
    }
  }
  .faq__heading--with-line {
    text-align: center;
    padding-top: 20px;
  }
  .faq__heading--with-line:before,
  .faq__heading--with-line:after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    position: absolute;
    top: 0;
  }
  .faq__heading--with-line:before {
    right: 50%;
    background: #03a9f4;
  }
  .faq__heading--with-line:after {
    left: 50%;
    background: #1565c0;
  }
  .top-section__heading strong {
    color: #1565c0;
  }
  .top-section__body {
    width: 800px;
    margin: 60px auto 0;
  }
  @media screen and (max-width: 767px) {
    .top-section__body {
      margin-top: 30px;
    }
  }
  .faq__more {
    margin-top: 60px;
    text-align: center;
    text-decoration: underline;
  }
  .faq__more:hover {
    text-decoration: none;
  }
  @media screen and (max-width: 767px) {
    .faq__more {
      margin-top: 40px;
    }
  }
}

@media screen and (max-width: 767px) {
  .top-section--faq {
    padding: 40px 30px 30px;

    .top-section__body {
      width: 100%;
      margin: 40px auto 0;
    }
  }
}

.top-section__heading strong {
  color: #1565c0;
}
.top-section__body {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .top-section__body {
    margin-top: 30px;
  }
}
.faq__more {
  margin-top: 60px;
  text-align: center;
  text-decoration: underline;
}
.faq__more:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .faq__more {
    margin-top: 40px;
  }
}
.top-section__more .c-button.c-button--l {
  width: 100%;
  max-width: 326px;
}
.column .slide-prev-arrow,
.column .slide-next-arrow {
  width: 32px;
  height: 50px;
  position: absolute;
  top: 70px;
  background: #ddd;
  cursor: pointer;
  -webkit-transition: 200ms;
  transition: 200ms;
  opacity: 1;
}
.column .slide-prev-arrow:hover,
.column .slide-next-arrow:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .column .slide-prev-arrow,
  .column .slide-next-arrow {
    -webkit-transition: none;
    transition: none;
  }
  .column .slide-prev-arrow:hover,
  .column .slide-next-arrow:hover {
    opacity: 1;
  }
}
.column .slide-prev-arrow {
  right: 100%;
  margin-right: 24px;
  background: url(../../img/common/icon_arrow_slide_l_l.svg) no-repeat center;
}
.column .slide-next-arrow {
  left: 100%;
  margin-left: 24px;
  background: url(../../img/common/icon_arrow_slide_l_r.svg) no-repeat center;
}
.case-study__item {
  padding: 12px 16px;
}
@media screen and (max-width: 767px) {
  .case-study__item {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .case-study__item .c-case-study-card {
    height: 100%;
  }
}
.faq__item:not(:first-child) {
  margin-top: 20px;
}
.news {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .news {
    width: 100%;
  }
}
.plan__notice {
  margin-top: 20px;
  font-size: 12px;
  line-height: 2;
}
.top-section__heading {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .top-section__heading {
    font-size: 28px;
  }
  .top-section__heading img {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
} /* -----------------------------特徴----------------------------- */
.advisory__features {
  background-color: #fffae2;
  padding: 40px 0 96px;
  display: flex;
  flex-direction: column;
  row-gap: 70px;
}
@media screen and (max-width: 767px) {
  .advisory__features {
    margin-top: 14vw;
    row-gap: 50px;
    padding: 30px 0;
  }
}
.advisory__features--column {
  width: 990px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .advisory__features--column {
    width: 100%;
  }
}
.advisory__features--column:nth-child(1) {
  background: url(../../img/advisory/img_feature_01.svg) no-repeat right center;
  background-size: auto 100%;
}
.advisory__features--column:nth-child(2) {
  background: url(../../img/advisory/img_feature_02.svg) no-repeat left center;
  background-size: 438px auto;
}
@media screen and (max-width: 767px) {
  .advisory__features--column:nth-child(1),
  .advisory__features--column:nth-child(2) {
    background-position: center bottom;
    background-size: 70vw auto;
    padding-bottom: 50vw;
  }
}
.advisory__features--column:nth-child(odd) {
  padding-right: 490px;
}
.advisory__features--column:nth-child(even) {
  padding-left: 490px;
}
@media screen and (max-width: 767px) {
  .advisory__features--column:nth-child(odd),
  .advisory__features--column:nth-child(even) {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.advisory__features--heading {
  color: var(--main-color);
  font-size: 26px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .advisory__features--heading {
    font-size: 20px;
  }
}
.advisory__features--heading:before {
  color: #a3d0ee;
  font-size: 64px;
  font-weight: bold;
  display: block;
}
.advisory__features--body {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.5px;
  margin-top: 16px;
  color: #516070;
}
.advisory__features--column .appeal-items {
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .advisory__features--column .appeal-items {
    justify-content: center;
  }
} /* -----------------------------「産業医が見つからない」をゼロに----------------------------- */
.advisory__load {
  padding: 80px 0;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .advisory__load {
    width: 100%;
    padding-top: 10vw;
    padding-left: var(--inner-padding-num);
    padding-right: var(--inner-padding-num);
    padding-bottom: 10vw;
  }
}
.advisory__load--inner {
  background: url(../../img/advisory/img_feature_03.svg) no-repeat 680px
    top/320px auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .advisory__load--inner {
    padding-bottom: 240px;
    background-position: center bottom;
  }
}
.advisory__load--heading {
  font-size: 36px;
  font-weight: bold;
  color: var(--main-color);
  text-align: center;
  width: 620px;
  padding-top: 30px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .advisory__load--heading {
    font-size: 22px;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.advisory__load--buttons {
  display: flex;
  justify-content: center;
  column-gap: 16px;
}
@media screen and (max-width: 767px) {
  .advisory__load--buttons {
    flex-direction: column;
    row-gap: 10px;
  }
}
.advisory__load--buttons a {
  border-radius: 999px;
  width: 340px;
}
@media screen and (max-width: 767px) {
  .advisory__load--buttons a {
    width: 80%;
    padding: 12px 20px;
    display: block;
    margin: 0 auto;
  }
}
.advisory__appeal {
  padding: 10px 0;
} /* -----------------------------プラン料金----------------------------- */
.advisory-price {
  color: #323b44;
  font-weight: bold;
  background-color: #ebf6fd;
  padding: 80px 0 48px;
}
@media screen and (max-width: 767px) {
  .advisory-price {
    padding: var(--inner-padding-num);
  }
}
.advisory-price__heading-wrapper {
  text-align: center;
  line-height: 1.5;
}
.advisory-price__heading-wrapper span {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 3.3px;
}
@media screen and (max-width: 767px) {
  .advisory-price__heading-wrapper span {
    font-size: 16px;
  }
}
.advisory-price__heading {
  font-size: 29px;
  letter-spacing: 4.2px;
}
@media screen and (max-width: 767px) {
  .advisory-price__heading {
    font-size: 22px;
  }
}
.advisory-price__heading b {
  color: var(--main-color);
  font-size: 37px;
  letter-spacing: 5.4px;
}
@media screen and (max-width: 767px) {
  .advisory-price__heading b {
    font-size: 28px;
  }
}
.advisory-price__heading-supplement {
  font-size: 21px;
  line-height: 1.7;
  letter-spacing: 3px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .advisory-price__heading-supplement {
    font-size: 16px;
  }
}
.advisory-price__list {
  margin-top: 64px;
  display: flex;
  justify-content: center;
  column-gap: 32px;
}

@media screen and (max-width: 767px) {
  .advisory-price__list {
    margin-top: 34px;
    flex-direction: column;
    row-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .advisory-price__list {
    margin-top: 34px;
    flex-direction: column;
    row-gap: 20px;
  }
}
.advisory-price__list li {
  position: relative;
  background-color: #ffffff;
  border-radius: 8px;
  border: 3px solid var(--main-color);
  background: #fff;
  box-shadow: 0px 1px 16px 0px rgba(77, 77, 77, 0.1);
  text-align: center;
  padding-bottom: 60px;

  .advisory-price__button {
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .advisory-price__list li {
    font-size: 16px;
    /* min-width: 100%;
    min-height: 380px; */
  }
}
.advisory-price__list li:nth-child(1),
.advisory-price__list li:nth-child(3) {
  flex-basis: 270px;
}
.advisory-price__list li:nth-child(2) {
  flex-basis: 330px;
}
@media screen and (max-width: 767px) {
  .advisory-price__list li:nth-child(1),
  .advisory-price__list li:nth-child(2),
  .advisory-price__list li:nth-child(3) {
    flex-basis: 100%;
  }
}
.advisory-price__card::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  display: block;
  position: absolute;
  left: 10px;
  top: -4px;
}
.advisory-price__list li:nth-child(1) .advisory-price__card::before {
  background-image: url(../../img/advisory/img_plan_tag_affordable.webp);
  width: 54px;
  height: 48px;
}
.advisory-price__list li:nth-child(2) .advisory-price__card::before {
  background-image: url(../../img/advisory/img_plan_tag_popularity.webp);
  width: 62px;
  height: 56px;
}
.advisory-price__header {
  background-color: var(--main-color);
  color: #ffffff;
  padding: 8px 0;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .advisory-price__header {
    font-size: 18px;
  }
}
.advisory-price__header span {
  font-size: 15px;
  display: inline-block;
  display: block;
}
.plan-card--advisory .advisory-price__header,
.plan-card--recruitment .advisory-price__header,
.plan-card--spot .advisory-price__header {
  background-color: #1565c0;
  padding: 12px 0;
}
.plan-card--recruitment {
  position: relative;
}
.plan-card--recruitment::before {
  content: "";
  display: inline-block;
  height: 56px;
  width: 68px;
  position: absolute;
  left: 8px;
  top: -8px;
  background: url(../../img/top/img_plan_tag.webp) no-repeat center top;
  background-size: contain;
}
.plan-card--spot .advisory-price__body {
  background: url(../../img/top/img_plan_spot.svg) no-repeat top 24px center;
}
.advisory-price__target {
  text-align: center;
  border-radius: 4px;
  margin-bottom: 16px;
}
.advisory-price__target-header {
  background-color: #fff1b0;
  color: #323b44;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  padding: 12px 0;
}
.advisory-price__supplement {
  color: #323b44;
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
  font-weight: normal;
}
.advisory-price__notice {
  color: #838383;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.7;
  text-align: left;
  margin-top: 16px;
  margin-bottom: 34px;
}
.advisory-price__heading--amount {
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 1;
  text-align: center;
  color: #323b44;
  font-weight: bold;
  margin-bottom: 16px;
}
.advisory-price__heading--amount span {
  font-size: 26px;
  margin-left: 6px;
}

.advisory-price__body {
  padding: 26px 24px 16px;
  height: 100%;
  flex-grow: 1;
  flex-direction: column;
}

/* テキストコンテンツ部分を flex-grow で拡張 */
/* .advisory-price__body > :not(.advisory-price__button) {
  flex-grow: 1;
} */
.advisory-price__button {
  margin-top: auto;
  width: 210px;
  /* position: absolute; */
  bottom: 30px;
  left: 0;
  position: absolute;

  a {
    width: 210px;
    font-size: 20px;
  }
}

/* ボタンを底部に固定 */
.advisory-price__button {
  margin-top: auto;
  width: 100%;
  bottom: 30px;
}
.advisory-price__link {
  margin: 0 auto;
  text-align: center;
  margin-top: 48px;
}
.advisory-price__link a {
  color: #1565c0;
  font-size: 24px;
  font-weight: bold;
  text-decoration: underline;
  width: 210px;
} /* -----------------------------プラン内容----------------------------- */
.plan {
  padding: 80px 0 100px;
  .plan__inner {
    width: 760px;
    margin: 0 auto;
  }
  @media screen and (max-width: 767px) {
    .plan__inner {
      width: 100%;
    }
  }
  .plan__heading {
    font-size: 29px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    padding-top: 20px;
    position: relative;
    letter-spacing: 1.4px;
  }
  @media screen and (max-width: 767px) {
    .plan__heading {
      font-size: 22px;
    }
  }
  .plan__heading:before,
  .plan__heading:after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    position: absolute;
    top: 0;
  }
  .plan__heading:before {
    right: 50%;
    background: #03a9f4;
  }
  .plan__heading:after {
    left: 50%;
    background: var(--main-color);
  }
  .plan__heading span {
    font-size: 23px;
    display: block;
  }
  @media screen and (max-width: 767px) {
    .plan__heading span {
      font-size: 16px;
    }
  }
  .plan__heading b {
    font-size: 37px;
    color: var(--main-color);
  }
  @media screen and (max-width: 767px) {
    .plan__heading b {
      font-size: 28px;
    }
  }
  .block__company--function--list {
    margin: 48px auto 10px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
  }
  @media only screen and (max-width: 767px) {
    .block__company--function--list {
      flex-direction: column;
      width: 90%;
      margin: 30px auto;
    }
  }
  .block__company--function--list li {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.5px;
    flex-basis: 240px;
    padding: 14px 0 14px 40px;
    background: #ebf6fd;
    border-radius: 4px;
    border-left: 12px solid;
    border-color: #1565c0;
    font-weight: bold;
    position: relative;
  }
  .block__company--function--list li::before {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    transform: translateX(-24px);
    background: url(../../img/common/icon_check_02.svg) no-repeat center center;
  }
  @media only screen and (max-width: 767px) {
    .block__company--function--list li {
      flex-basis: 100%;
    }
  }
  .plan__notice {
    color: #838383;
    font-size: 10px;
    line-height: 1.4;
    margin-top: 20px;
  }
  @media only screen and (max-width: 767px) {
    .plan__notice {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
    }
  }
  .plan__sub-heading {
    color: #323b44;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 1px;
    text-align: center;
    margin: 64px auto;
  }
  @media screen and (max-width: 767px) {
    .plan__sub-heading {
      margin-bottom: 0px;
    }
  }
}
@media screen and (max-width: 767px) {
  .plan {
    padding: var(--inner-padding-num);
  }
} /* -----------------------------専門スタッフがサポート----------------------------- */
.support {
  text-align: center;
  color: #323b44;
  padding: 180px 0 32px;
  background-color: #fafafa;
  .support__heading-wrapper {
    font-weight: bold;
    margin-bottom: 48px;
  }
  .support__heading-wrapper span {
    font-size: 23px;
    line-height: 1.5;
    letter-spacing: 3.3px;
  }
  @media only screen and (max-width: 767px) {
    .support__heading-wrapper span {
      font-size: 16px;
    }
  }
  .support__heading {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 4.2px;
  }
  @media only screen and (max-width: 767px) {
    .support__heading {
      font-size: 22px;
    }
  }
  .support__heading b {
    color: var(--main-color);
    font-size: 37px;
    line-height: 1.5;
    letter-spacing: 5.4px;
  }
  @media only screen and (max-width: 767px) {
    .support__heading b {
      font-size: 28px;
    }
  }
  .support__heading-supplement {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 3px;
    margin-top: 10px;
  }
  @media only screen and (max-width: 767px) {
    .support__heading-supplement {
      font-size: 16px;
    }
  }

  .support__image {
    padding: 0px;
  }
  .support__image img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
    width: 943px;
  }

  @media screen and (max-width: 767px) {
    .support__image {
      padding: 0px;
    }
    .support__image img {
      width: 335px;
    }
  }
}
@media only screen and (max-width: 767px) {
  .support {
    padding-top: 30px;
    background-color: transparent;
    padding: var(--inner-padding-num);
  }
}
/* -----------------------------コンサルタント----------------------------- */
.consultant {
  .consultant__wrapper {
    background: url(../../img/advisory/bg_advisory_consultant.webp) no-repeat
      center top/cover;
  }
  @media only screen and (max-width: 767px) {
    .consultant__wrapper {
      background-position: right top;
    }
  }
  .consultant__inner {
    width: 820px;
    margin: 0 auto;
    padding: 84px 0;
    color: #fff;
  }
  @media only screen and (max-width: 767px) {
    .consultant__inner {
      width: 100%;
      padding: var(--inner-padding-num);
    }
  }
  .consultant__heading {
    font-size: 27px;
    line-height: 1.6;
    letter-spacing: 1.3px;
    font-weight: bold;
    margin-bottom: 16px;
  }
  @media only screen and (max-width: 767px) {
    .consultant__heading {
      font-size: 20px;
    }
  }
  .consultant__body {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.8px;
  }
  @media only screen and (max-width: 767px) {
    .consultant__body {
      font-size: 14px;
    }
  }
  .consultant__button {
    text-align: center;
    font-size: 22px;
    line-height: 1.3;
    padding-top: 70px;
  }
  .consultant__button a {
    width: 460px;
    border-radius: 999px;
  }
  @media only screen and (max-width: 767px) {
    .consultant__button a {
      max-width: 80%;
      margin: 0 auto;
    }
  }
  .consultant__button span {
    font-size: 16px;
    display: block;
  }
} /* -----------------------------法令対応から健康経営のサービスまでご用意----------------------------- */
.cover {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ebf6fd;
  padding: 90px 0;
  gap: 72px;
  .cover__subheading {
    color: #323b44;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1.6;
    margin-bottom: 6px;
    text-align: center;
  }
  @media only screen and (max-width: 767px) {
    .cover__subheading {
      font-size: 16px;
    }
  }
  .cover__heading {
    color: #323b44;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
  }
  @media only screen and (max-width: 767px) {
    .cover__heading {
      font-size: 22px;
    }
  }
  .cover__heading span {
    color: #1565c0;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.6;
  }
  @media only screen and (max-width: 767px) {
    .cover__heading span {
      font-size: 28px;
    }
  }
  .cover__image img {
    width: 95px;
  }
  .cover__cards {
    display: flex;
    gap: 16px;
    justify-content: center;
  }
  @media only screen and (max-width: 767px) {
    .cover__cards {
      flex-direction: column;
    }
  }
  .cover__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 1px 16px 0px rgba(77, 77, 77, 0.1);
    padding: 20px 0;
    width: 232px;
    text-align: center;
  }
  @media only screen and (max-width: 767px) {
    .cover__card {
      flex-direction: row;
      width: calc(335 / 375 * 100vw);
      padding: 16px 0 16px 16px;
      gap: calc(24 / 375 * 100vw);
    }
  }
  @media only screen and (max-width: 767px) {
    .cover__content {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: calc(190 / 375 * 100vw);
    }
  }
  .cover__card h3 {
    color: #323b44;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  @media only screen and (max-width: 767px) {
    .cover__card h3 {
      width: 100%;
      font-size: 15px;
      margin-bottom: 4px;
      text-align: left;
    }
  }
  .cover__card ul li {
    color: #1565c0;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    border-radius: 32px;
    border: 1.5px solid #1565c0;
    background: #fff;
    display: inline-block;
    padding: 6px 8px;
  }
  @media only screen and (max-width: 767px) {
    .cover__card ul {
      text-align: left;
    }
  }
  @media only screen and (max-width: 767px) {
    .cover__card ul li {
      font-size: 10px;
    }
  }
  .cover__card ul li:nth-child(3) {
    margin-top: 6px;
  }
  .cover__inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .cover {
    padding: 56px 0 64px 0;
    gap: 56px;
  }
} /* -----------------------------健康経営を実現----------------------------- */
.realization {
  background: url(../../img/advisory/bg_advisory_needs.webp) no-repeat center
    top/cover;
  position: relative;
  z-index: -2;
  .realization__inner {
    width: 780px;
    margin: 0 auto;
    padding: 80px 64px 74px;
    text-align: center;
    position: relative;
  }
  @media only screen and (max-width: 767px) {
    .realization__inner {
      width: 100%;
      padding: var(--inner-padding-num);
    }
  }
  .realization__inner::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color: #fff;
    filter: blur(55px);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .realization__heading {
    font-size: 33px;
    line-height: 1.6;
    letter-spacing: 1.6px;
    font-weight: bold;
  }
  @media only screen and (max-width: 767px) {
    .realization__heading {
      font-size: 28px;
    }
  }
  .realization__heading span {
    font-size: 19px;
    line-height: 1.6;
    letter-spacing: 0.9px;
    display: block;
    margin-bottom: 10px;
  }
  @media only screen and (max-width: 767px) {
    .realization__heading span {
      font-size: 16px;
    }
  }
  .realization__body {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.8px;
    margin-top: 24px;
  }
  @media only screen and (max-width: 767px) {
    .realization__body {
      text-align: left;
    }
  }
} /* -----------------------------嘱託紹介サービスCTA----------------------------- */
.cta {
  padding: 60px 0 70px;
  background: url("../../img/common/bg_cvr_flyer.webp");
  .cta__inner {
    width: 680px;
    margin: 0 auto;
  }
  @media only screen and (max-width: 767px) {
    .cta__inner {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  .cta__heading {
    font-weight: 700;
    color: #fff;
    letter-spacing: 1.4px;
    font-size: 28px;
    line-height: 1.7;
    text-align: center;
  }
  @media only screen and (max-width: 767px) {
    .cta__heading {
      font-size: 22px;
    }
  }
  .cta__heading span {
    font-size: 22px;
    display: block;
    margin-top: 10px;
  }
  @media only screen and (max-width: 767px) {
    .cta__heading span {
      font-size: 16px;
    }
  }
  @media only screen and (max-width: 767px) {
    .cta__heading {
      font-size: 22px;
      line-height: 1.5;
    }
  }
  .cta__wrapper {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
  }
  @media only screen and (max-width: 767px) {
    .cta__wrapper {
      display: block;
    }
  }
  .cta__left {
    flex-basis: 260px;
    padding-top: 10px;
  }
  .cta__left img {
    width: 100%;
    height: auto;
    border: 3px solid #fff;
    border-radius: 3px;
  }
  @media only screen and (max-width: 767px) {
    .cta__left {
      width: 80%;
      margin: 0 auto;
      text-align: center;
      padding-bottom: 24px;
    }
  }
  .cta__right {
    flex-basis: 360px;
    position: relative;
    transform: translateY(-10px);
  }
  @media only screen and (max-width: 767px) {
    .cta__right {
      margin-top: 20px;
    }
  }
  .cta__right-heading {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    display: block;
    transform: translateY(-10px);
  }
  .cta__right-heading span {
    color: #1565c0;
    padding: 6px 20px;
    background-color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 999px;
    display: inline-block;
  }
  @media only screen and (max-width: 767px) {
    .cta__right-heading span {
      padding: 4px 20px;
      font-size: 18px;
    }
  }
  .cta__right-items {
    border-radius: 8px;
    border: 3px solid #fff;
    padding: 30px 26px 26px;
    position: relative;
    margin-top: -28px;
  }
  .cta__right-items li {
    font-size: 18px;
    color: #fff;
    list-style-type: disc;
    list-style-position: inside;
  }
  @media only screen and (max-width: 767px) {
    .cta__right-items li {
      font-size: 14px;
    }
  }
  .cta__right-button {
    margin-top: 30px;
  }
  @media only screen and (max-width: 767px) {
    .cta__right-button {
      margin-left: auto;
      margin-right: auto;
      display: block;
    }
  }
}
@media only screen and (max-width: 767px) {
  .cta {
    padding: 56px 0 64px 0;
  }
} /* -----------------------------top inquiry----------------------------- */
.top_services__list__subheading {
  color: #323b44;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.6;
  margin-bottom: 6px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .top_services__list__subheading {
    font-size: 16px;
  }
}
.top_services__list__heading {
  color: #323b44;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .top_services__list__heading {
    font-size: 22px;
  }
}
.top_services__list__heading span {
  color: #1565c0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .top_services__list__heading span {
    font-size: 28px;
  }
}
.top_inquiry_buttons {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 320px;
}
.top_inquiry_buttons a {
  padding: 24px 0;
  vertical-align: middle;
}
.top-cvr__inquiry_img img {
  width: 420px;
}
@media only screen and (max-width: 767px) {
  .top-cvr__inquiry_img img {
    width: 257px;
  }
}
.top_inquiry__inner {
  display: flex;
  gap: 48px;
  justify-content: center;
  align-items: center;
  margin-top: 56px;
}
@media only screen and (max-width: 767px) {
  .top_inquiry__inner {
    flex-direction: column;
    gap: 0;
  }
}
.top_inquiry {
  padding: 64px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .top_inquiry {
    padding: 56px 0 64px 0;
  }
}
.top-section__cta-button--seo {
  display: inline-block;
  background: linear-gradient(90deg, #1565c0 0%, #03a9f4 100%);
  color: #fff;
  padding: 16px 72px;
  border-radius: 999px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
}
.top-section__cta-button--seo.second {
  background: linear-gradient(90deg, #f49219 0%, #ffb42d 100%);
}
.top-section__cta-button--seo:hover {
  opacity: 0.9;
  transition: 200ms;
}
.top-section__cta-button--seo b {
  font-size: 23px;
  display: block;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .top-section__cta-button--seo b {
    font-size: 18px;
  }
}
.top-section__cta-button--seo span {
  font-size: 13px;
  display: block;
  font-weight: bold;
} /*------- serviceTopHeroFv02__container ----------ファーストビューにフォーム追加--------------------------------------*/ /*-- 背景画像定義 --*/
.serviceTopHeroFv02__container {
  min-height: 500px;
  padding: 70px 0 0;
  background: url(../../img/advisory/bg_main_advisory_pc2.webp) no-repeat center
    top/cover;
}
@media screen and (max-width: 767px) {
  .serviceTopHeroFv02__container {
    background: url(../../img/advisory/bg_main_advisory_sp2.webp) no-repeat 0px
      20px/140%;
    height: auto;
    padding: 10px 0;
  }
} /*--メインエリアの横幅とflex定義--*/
.serviceTopHeroFv02__main {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .serviceTopHeroFv02__main {
    width: 90vw; /*100vhだと右の空白ができてしまうためやむなく*/
  }
}
@media screen and (max-width: 767px) {
  .serviceTopHeroFv02__main {
    display: block;
    width: 100%;
  }
} /*--メインエリアの左右のitem--*/
.serviceTopHeroFv02__main-item1 {
  width: 500px;
  box-sizing: border-box;
  padding-right: 30px;
}
.serviceTopHeroFv02__main-item2 {
  width: 318px;
  flex-shrink: 0;
}
@media screen and (max-width: 1279px) {
  .serviceTopHeroFv02__main-item1 {
    text-align: right;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .serviceTopHeroFv02__main-item1 {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0px;
  }
  .serviceTopHeroFv02__main-item2 {
    display: none;
  }
} /*--title と catch--*/
.serviceTopHeroFv02__title img {
  margin-top: 0;
  width: 96%;
  height: auto;
}
.serviceTopHeroFv02__catch img {
  margin-top: 35px;
  width: 96%;
  height: auto;
}
@media screen and (max-width: 1279px) {
  .serviceTopHeroFv02__title img {
    width: 90%;
  }
  .serviceTopHeroFv02__catch img {
    width: 90%;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .serviceTopHeroFv02__title img {
    width: 84%;
    margin: 0 auto;
  }
  .serviceTopHeroFv02__catch img {
    width: 100%;
    margin: 250px auto 0 auto;
    padding: 0;
  }
} /*-- SPのみ表示のリンク --*/
.serviceTopHeroFv02__cta--textlink a {
  font-size: 14px;
  font-weight: bold;
  color: #1565c0;
  text-decoration: underline;
} /*-- フォームエリア --*/
.serviceTopHeroFv02__form-container {
  min-height: 480px;
  text-align: center;
  margin: -60px 0 10px;
  box-sizing: border-box;
  background-color: #f3f3f3;
  border-radius: 8px;
  padding-top: 8px;
}
.serviceTopHeroFv02__form-inner {
  width: 100%;
  min-height: 464px;
  overflow: auto;
} /*-- アピールラベルエリアの位置調整 --*/
.serviceTopHeroFv02 .top-section__appeal {
  margin: 20px auto;
} /*--------- end service-hero2  ---------*/ /*--------- banner__cost-simulator ---------*/ /* -----------------------------top plan----------------------------- */
.top-section--plan {
  padding: 80px 0 48px 0;
  background-color: #fafafa;
}
@media screen and (max-width: 767px) {
  .top-section--plan {
    padding: 56px 0 16px 0;
  }
}
.top-cvr__plan_header {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .top-cvr__plan_header {
    font-size: 18px;
  }
}
.plan-card--advisory .top-cvr__plan_header,
.plan-card--recruitment .top-cvr__plan_header,
.plan-card--spot .top-cvr__plan_header {
  background-color: #1565c0;
  padding: 12px 0;
}
.top-cvr__plan_header span {
  font-size: 18px;
  display: inline-block;
}
.plan-card--advisory .top-cvr__plan__body {
  background: url(../../img/top/img_plan_recruitment.svg) no-repeat top 24px
    center;
}
.plan-card--recruitment .top-cvr__plan__body {
  background: url(../../img/top/img_plan_advisory.svg) no-repeat top 24px center;
}
.plan-card--recruitment {
  position: relative;
}
.plan-card--recruitment::before {
  content: "";
  display: inline-block;
  height: 56px;
  width: 68px;
  position: absolute;
  left: 8px;
  top: -8px;
  background: url(../../img/top/img_plan_tag.webp) no-repeat center top;
  background-size: contain;
}
.plan-card--spot .top-cvr__plan__body {
  background: url(../../img/top/img_plan_spot.svg) no-repeat top 24px center;
}
.top-cvr__plan_target {
  text-align: center;
  border-radius: 4px;
  margin-bottom: 32px;
}
.top-cvr__plan_target-header {
  background-color: #fff1b0;
  color: #323b44;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  padding: 12px 0;
}
.top-cvr__plan_heading {
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 1;
  text-align: center;
  color: #323b44;
  font-weight: bold;
  margin-bottom: 16px;
}
.top-cvr__plan_heading span {
  font-size: 26px;
}
.top-cvr__plan_subheading {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1;
  text-align: center;
  color: #f5941b;
  font-weight: bold;
  margin-bottom: 12px;
}
.top-cvr__plan_subheading span {
  font-size: 24px;
}
.top-cvr__plan_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .top-cvr__plan_list {
    flex-direction: column;
    margin-bottom: 56px;
  }
}
.top-cvr__plan-card {
  background-color: #ffffff;
  border-radius: 8px;
  border: 3px solid #1565c0;
  background: #fff;
  box-shadow: 0px 1px 16px 0px rgba(77, 77, 77, 0.1);
  text-align: center;
}
.top-cvr__plan-card.plan-card--advisory .top-cvr__plan__body,
.top-cvr__plan-card.plan-card--spot .top-cvr__plan__body {
  width: 280px;
  padding: 170px 24px 32px;
}
@media screen and (max-width: 767px) {
  .top-cvr__plan-card.plan-card--advisory .top-cvr__plan__body,
  .top-cvr__plan-card.plan-card--spot .top-cvr__plan__body {
    width: calc(335 / 375 * 100vw);
  }
}
.top-cvr__plan-card.plan-card--recruitment .top-cvr__plan__body {
  width: 320px;
  padding: 210px 24px 32px;
}
@media screen and (max-width: 767px) {
  .top-cvr__plan-card.plan-card--recruitment .top-cvr__plan__body {
    width: calc(335 / 375 * 100vw);
  }
}
.top-cvr__button {
  font-size: 20px;
  width: 210px;
  border: 2px solid #1565c0;
  text-align: center;
  line-height: 24px;
  border-radius: 30px;
  padding: 18px 0;
} /* -----------------------------top seo buttons----------------------------- */
.top-section__price-link {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 48px;
}
.top-section__price-link a {
  color: #1565c0;
  font-size: 24px;
  font-weight: bold;
  text-decoration: underline;
}
