@charset "UTF-8";
@import url("../components/carousel.css");
.top-section {
  position: relative;
}

.top-section--hero__fv02 {
  background-size: cover;
}

.top-section--hero__fv02 .top-section--hero__content {
  background: url("../../img/top/bg_fv.webp") no-repeat left bottom/cover;
  max-height: 460px;
}

@media screen and (max-width: 767px) {
  .top-section--hero__fv02 .top-section--hero__content {
    background-position: center top;
    background-size: auto 100%;
    max-height: none;
  }
}

.top-section--hero__content--inner {
  background: url("../../img/top/img_fv_pc.webp") no-repeat 48vw 20px/640px auto;
  max-height: 460px;
}

@media screen and (max-width: 767px) {
  .top-section--hero__content--inner {
    background: url("../../img/top/img_fv_sp.webp") no-repeat center 160px /
      contain;
    max-height: none;
  }
}

.top-section--hero__fv02 .top-section--hero__content .top_kv_dr_img {
  transform: translate(0, -32px);
  width: 800px;
}

@media screen and (max-width: 767px) {
  .top-section--hero__fv02 .top-section--hero__content .top_kv_dr_img {
    transform: translate(calc(24 / 375 * 100vw), 0);
    width: 94vw;
  }
}

.top-section--hero__fv02 .top-section__inner {
  position: relative;
  z-index: 1;
}

.top-section--hero__fv02 .top-section__heading {
  padding-top: 46px;
  padding-left: 20px;
  width: 620px;
  min-height: 340px;
}

@media screen and (max-width: 767px) {
  .top-section--hero__fv02 .top-section__heading {
    padding: 0 0 20px;
    width: 100%;
    height: auto;
  }
}

.top-section--hero__fv02 .top-section__heading--title {
  text-align: center;
  max-height: 190px;
}

@media screen and (max-width: 767px) {
  .top-section--hero__fv02 .top-section__heading--title {
    height: auto;
    padding: 50px 0 0 0;
    width: 100%;
    max-height: none;
  }
}

.top-section--hero__fv02 .top-section__heading--title img {
  margin-top: 20px;
  height: calc(100vh - 90px - 360px);
  width: auto;
  max-height: 156px;
  max-width: 600px;
  filter: drop-shadow(0px 0px 18px rgba(0, 0, 0, 0.4));
}

@media screen and (max-width: 767px) {
  .top-section--hero__fv02 .top-section__heading--title img {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
}

.top-section--hero__fv02 .top-section__slide {
  width: 700px;
  position: absolute;
  left: 670px;
  top: 42px;
}

@media screen and (max-width: 767px) {
  .top-section--hero__fv02 .top-section__slide {
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

.top-section--hero__fv02 .top-section__slide img {
  border-radius: 10px;
  width: 700px;
  height: calc(100vh - 90px - 160px);
  max-height: 374px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .top-section--hero__fv02 .top-section__slide img {
    border-radius: 0px;
    width: 100%;
    height: 270px;
    object-fit: cover;
  }
}

.top-section--hero__fv02 .top-section__cta {
  padding-top: 8px;
  padding-bottom: 50px;
  color: #1565c0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-section--hero__fv02 .top-section__cta {
    margin-top: 180px;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.top-section--hero__fv02 .top-section__cta--microcopy {
  text-align: center;
  line-height: 26px;
  color: #fff;
}

.top-section--hero__fv02 .top-section__cta--microcopy p {
  font-size: 17px;
  margin-bottom: 8px;
  display: inline-block;
  position: relative;
  padding-left: 22px;
  padding-right: 16px;
}

@media screen and (max-width: 767px) {
  .top-section--hero__fv02 .top-section__cta--microcopy p {
    font-size: 12px;
    margin-bottom: 4px;
    padding-left: 18px;
    padding-right: 12px;
  }
}

.top-section--hero__fv02 .top-section__cta--microcopy p::before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
  width: 1px;
  height: 80%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(-25deg);
}

.top-section--hero__fv02 .top-section__cta--microcopy p::after {
  position: absolute;
  content: "";
  right: 0;
  top: 2px;
  width: 1px;
  height: 80%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(25deg);
}

.top-section--hero__fv02 .top-section__cta-button--download {
  display: inline-block;
  background: linear-gradient(90deg, #f49219 0%, #ffb42d 100%);
  color: #fff;
  padding: 20px 34px 20px 85px;
  border-radius: 999px;
  text-align: left;
  position: relative;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 767px) {
  .top-section--hero__fv02 .top-section__cta-button--download {
    padding: 4vw 10vw 4vw 17vw;
  }
}

.top-section--hero__fv02 .top-section__cta-button--download:hover {
  opacity: 0.9;
  transition: 200ms;
}

.top-section--hero__fv02 .top-section__cta-button--download::before {
  content: "";
  display: inline-block;
  height: 50px;
  width: 40px;
  position: absolute;
  left: 32px;
  top: 20px;
  background: url("../../img/common/img_pamphlet_thumb.webp") no-repeat center
    top;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .top-section--hero__fv02 .top-section__cta-button--download::before {
    height: 11vw;
    width: 11vw;
    left: 5vw;
    top: -2vw;
    background-size: contain;
  }
}

.top-section--hero__fv02 .top-section__cta-button--download b {
  font-size: 23px;
  display: block;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .top-section--hero__fv02 .top-section__cta-button--download b {
    font-size: 3.5vw;
  }
}

.top-section--hero__fv02 .top-section__cta-button--download b::after {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url("../../img/common/icon_download_white.svg") no-repeat center
    top;
  margin-left: 4px;
}

@media screen and (max-width: 767px) {
  .top-section--hero__fv02 .top-section__cta-button--download b::after {
    position: absolute;
    top: 30%;
    height: 4vw;
    width: 4vw;
    background-size: contain;
  }
}

.top-section--hero__fv02 .top-section__cta-button--download span {
  font-size: 13px;
  display: block;
  font-weight: bold;
}

.top-section--hero__fv02 .top-section__cta-button--inquiry {
  text-align: center;
  line-height: 30px;
  display: flex;
  justify-content: center;
  column-gap: 20px;
}

@media screen and (max-width: 767px) {
  .top-section--hero__fv02 .top-section__cta-button--inquiry {
    flex-wrap: wrap;
    line-height: 20px;
  }
}

.top-section--hero__fv02 .top-section__cta-button--inquiry a {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .top-section--hero__fv02 .top-section__cta-button--inquiry a {
    font-size: 12px;
  }
}

.top-section--hero__fv02 .top-section__cta-button--inquiry a:hover {
  text-decoration: none;
}

.top-cvr-form {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
  border-top: 3px solid #1565c0;
  height: 460px;
  width: 400px;
}

@media screen and (max-width: 767px) {
  .top-cvr-form {
    width: 90%;
    margin: 0 auto;
  }
}

.top-section__online-label {
  color: #1565c0;
  font-weight: bold;
  font-size: 12px;
  border: 1px solid #1565c0;
  padding: 6px 8px;
  display: inline-block;
  vertical-align: 2px;
}

@media screen and (max-width: 767px) {
  .top-section__online-label.is-sp {
    font-size: 10px;
    padding: 4px 6px;
    display: inline-block !important;
    vertical-align: 6px;
  }
}

.top-section--hero .top-section__main-heading {
  font-weight: bold;
  line-height: 38px;
}

@media screen and (max-width: 767px) {
  .top-section--hero .top-section__main-heading {
    font-size: clamp(8px, calc((100vw - 18px * 2) / 28), 13px);
    overflow: hidden;
    min-height: 0vw;
    display: block;
  }
}

.top-section--sp-nav {
  display: none;
}

@media screen and (max-width: 767px) {
  .top-section--sp-nav {
    display: block;
    background-color: #f4f7f9;
  }

  .top-section--sp-nav ul {
    display: flex;
    flex-wrap: wrap;
  }

  .top-section--sp-nav li {
    flex-basis: 50%;
    text-align: center;
    border-top: 1px solid #d8e1ea;
  }

  .top-section--sp-nav li:nth-of-type(1),
  .top-section--sp-nav li:nth-of-type(2) {
    border-top: none;
  }

  .top-section--sp-nav li a {
    display: block;
    color: #1565c0;
    font-weight: bold;
    font-size: 16px;
    padding: 12px 30px 12px 0px;
    position: relative;
  }

  .top-section--sp-nav li:nth-of-type(odd) a {
    padding-right: 0;
  }

  .top-section--sp-nav li a::after {
    content: "";
    display: block;
    height: 20px;
    width: 16px;
    position: absolute;
    top: 14px;
    right: 34px;
    background: url(../../img/common/img_arrow_m_blue.svg) no-repeat 0 0;
  }

  .top-section--sp-nav li:nth-of-type(odd) a:after {
    right: 10px;
  }
}

.top-section--introduction {
  padding: 30px 0 0;
}

.top-section--introduction .top-section__inner {
  height: 430px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}

.top-section--introduction.bottom .top-section__inner {
  height: 380px;
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 580px;
  margin-bottom: 64px;
}

@media screen and (max-width: 767px) {
  .top-section--introduction.bottom .top-section__inner {
    height: auto;
    padding: 0 30px;
    background-position: bottom center;
    padding-bottom: 260px;
    background-size: 300px;
  }
}

.top-section--introduction .top-section__inner.lazyloaded {
  background-image: url(../../img/top/img_consept_ground_top.svg);
}

.top-section--introduction.bottom .top-section__inner.lazyloaded {
  background-image: url(../../img/top/img_merit_ground_top_03.svg);
}

@media screen and (max-width: 767px) {
  .top-section--introduction .top-section__inner {
    height: auto;
    padding: 0 30px;
    background-position: bottom center;
    padding-bottom: 240px;
    background-size: 300px;
  }
}

.top-section--introduction .top-section__heading {
  width: 100%;
}

.top-section--introduction .top-section__description {
  margin-top: 30px;
  text-align: left;
  font-size: 18px;
  line-height: 32px;
}

.top-section--step {
  padding: 60px 0;
  background: #ebf6fd;
  color: #1565c0;
}

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

.top-section--step .top-section__heading {
  font-size: 28px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-section--step .top-section__heading {
    text-align: left;
  }
}

.top-section--step .top-section__description {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .top-section--step .top-section__description {
    text-align: left;
  }
}

.top-section--step .top-section__body {
  margin-top: 30px;
}

.top-section__button .c-button--l {
  margin-top: 10px;
  width: 400px;
}

@media screen and (max-width: 767px) {
  .top-section__button .c-button--l {
    max-width: 100%;
    font-size: 20px;
  }
}
/* ↑ここまで */

/* 高品質の産業医紹介サービスを提供できる理由 */
.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--service {
  padding: 80px 0;
  background: url("../../img/common/bg_servicechoice.webp");
  position: relative;
}
.top-section--service__heading_wrapper {
  margin: 0 0 72px 0;
}
@media screen and (max-width: 767px) {
  .top-section--service__heading_wrapper {
    margin: 0 0 30px 0;
  }
}

.inner_service {
  margin: 0 auto;
  max-width: 940px;
}
@media screen and (max-width: 767px) {
  .inner_service {
    width: calc(335 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .inner_service .box_service {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.inner_service .box_service .service_img {
  position: relative;
  width: 47%;
}
@media screen and (max-width: 767px) {
  .inner_service .box_service .service_img {
    width: 100%;
  }
}
.inner_service .box_service .service_img .img {
  position: relative;
}
.inner_service .box_service .service_img .img img {
  z-index: 10;
  width: 100%;
}
.inner_service .box_service .service_img .img:after {
  content: "";
  background: #1565c0;
  width: 180px;
  height: 180px;
  position: absolute;
  bottom: -10px;
  left: -10px;
  z-index: 0;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .inner_service .box_service .service_img .img:after {
    bottom: -5px;
    left: -5px;
  }
}
.inner_service .box_service .service_img img {
  width: 100%;
  border-radius: 8px;
  display: inline-block;
  position: relative;
}
.inner_service .box_service .service_img .img_one {
  position: relative;
}
.inner_service .box_service .service_img.service_img_two {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.inner_service .box_service .service_img.service_img_two .img {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .inner_service .box_service .service_img.service_img_two .img {
    width: 48%;
  }
}
.inner_service .box_service .service_img.service_img_two .img:after {
  content: "";
  background: #1565c0;
  width: 180px;
  height: 180px;
  position: absolute;
  bottom: -10px;
  left: -10px;
  z-index: 0;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .inner_service .box_service .service_img.service_img_two .img:after {
    bottom: -5px;
    left: -5px;
    width: 80px;
    height: 80px;
  }
}
.inner_service .box_service .service_img.service_img_two .img_last {
  margin-top: 20px;
}
.inner_service .box_service .box_det {
  width: 47%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .inner_service .box_service .box_det {
    width: 100%;
  }
}
.inner_service .box_service .box_det h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .inner_service .box_service .box_det h3 {
    margin-top: 16px;
    font-size: 20px;
    text-align: center;
  }
}
.inner_service .box_service .box_det h3 span {
  color: #2273bd;
}
.inner_service .box_service .box_det h3 span em {
  font-size: 38px;
}
@media screen and (max-width: 767px) {
  .inner_service .box_service .box_det h3 span em {
    font-size: 26px;
  }
}
.inner_service .box_service .box_det h3 .kome {
  position: relative;
}
.inner_service .box_service .box_det h3 .kome:before {
  content: "※";
  color: #2273bd;
  top: -0.5em;
  right: -0.8em;
  font-size: 12px;
  position: absolute;
}
.inner_service .box_service .box_det .catchcopy {
  font-size: 22px;
  font-weight: bold;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .inner_service .box_service .box_det .catchcopy {
    margin-top: 8px;
    text-align: center;
    font-size: 16px;
  }
}
.inner_service .box_service .box_det .txt {
  margin-top: 10px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .inner_service .box_service .box_det .txt {
    font-size: 14px;
  }
}
.inner_service .box_service .box_det .txt small {
  font-size: 12px;
  line-height: 1.4;
  display: block;
}
.inner_service .box_service .box_det .box_shikaku {
  margin-top: 20px;
  padding: 16px;
  background: #fff;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .inner_service .box_service .box_det .box_shikaku {
    display: flex;
    align-items: center;
  }
}
.inner_service .box_service .box_det .box_shikaku .title {
  color: #1462ba;
  font-weight: bold;
  margin-right: 16px;
}
.inner_service .box_service .box_det .box_shikaku ul li {
  font-weight: bold;
  line-height: 1.5;
}
.inner_service .box_service .box_det .box_shikaku ul li:before {
  content: "●";
  color: #2273bd;
  margin-right: 0.3em;
}
.inner_service .box_service .box_det:before {
  content: "";
  background: url("../../img/common/img_number_1.svg") no-repeat top center;
  background-size: contain;
  width: 130px;
  height: 110px;
  position: absolute;
  top: 0.5em;
  right: 0;
}
@media screen and (max-width: 767px) {
  .inner_service .box_service .box_det:before {
    width: 48px;
    height: 40px;
    left: 0;
  }
}
.inner_service .box_service .box_det.box_det02:before {
  content: "";
  background: url("../../img/common/img_number_2.svg") no-repeat top center;
  background-size: contain;
}
.inner_service .box_service .box_det.box_det03:before {
  content: "";
  background: url("../../img/common/img_number_3.svg") no-repeat top center;
  background-size: contain;
}
.inner_service .box_service:nth-of-type(2) .service_img {
  order: 2;
}
.inner_service .box_service:nth-of-type(n + 2) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .inner_service .box_service:nth-of-type(n + 2) {
    margin-top: 64px;
  }
}

/* -----------------------------
/* マッチする産業医が見つかるまで費用は発生しません */

.top-section--morematch {
  position: relative;
}
.top-section--morematch:after {
  content: "";
  width: 262px;
  height: 56px;
  background: url("../../img/common/bg_servicechoice.webp");
  clip-path: polygon(50% 56px, 0% 0%, 262px 0%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* ------------------------------ */

.top-section--merit {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .top-section--merit {
    padding: 40px 0;
  }
}

.top-section--news {
  padding: 60px 0 80px;
}

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

.top-section--news .top-section__body {
  margin-top: 40px;
}

.top-section--news .top-section__more {
  margin-top: 40px;
}

.top-section--point {
  padding: 60px 0 100px;
}

@media screen and (max-width: 767px) {
  .top-section--point {
    background: #f6f8fa;
    padding: 40px 30px 60px;
  }
}

.top-section--point .top-section__body {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .top-section--point .top-section__description {
    text-align: left;
  }
}

/* -----------------------------
お客様の声はコンポーネントに移動
----------------------------- */

/* お役立ち資料 */
.top-section--material {
  padding: 100px 0 40px;
}

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

.top-section--material .top-section__body {
  margin-left: 0px;
}

@media screen and (max-width: 767px) {
  .top-section--material .top-section__body {
    margin-top: 50px;
    margin-left: 0px;
  }
}

.top-material__items {
  display: flex;
}

@media screen and (max-width: 767px) {
  .top-material__items {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.top-material__items li {
  flex-basis: 280px;
  margin-right: 40px;
  overflow: hidden;
}

.top-material__items li:nth-of-type(4n) {
  margin-right: 0px;
}

@media screen and (max-width: 767px) {
  .top-material__items li {
    flex-basis: calc((100vw - 60px) / 2 - 2.4%);
    margin-bottom: 30px;
    margin-right: 0;
  }
}

.top-material__items li a {
  display: block;
  transition: 300ms;
}

.top-material__items li a:hover .top-material__title {
  color: #1565c0;
}

.top-material__items li a:hover img {
  opacity: 0.8;
}

.top-material__thumbnail {
  display: block;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 14px;
}

.top-material__thumbnail img {
  max-width: 100%;
  height: auto;
  width: 280px;
  height: 180px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .top-material__thumbnail img {
    aspect-ratio: 4 / 3;
    height: 100%;
  }
}

.top-material__title {
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.4;
  height: 60px;
}

@media screen and (max-width: 767px) {
  .top-material__title {
    font-size: 14px;
    height: 34px;
  }
}

.top-material__tags {
  margin-top: 14px;
}

@media screen and (max-width: 767px) {
  .top-material__tags {
    line-height: 1;
  }
}

.top-material__tags li {
  margin-right: 10px;
  border-radius: 999px;
  border: 1px solid #1565c0;
  color: #1565c0;
  font-size: 12px;
  font-weight: bold;
  padding: 7px 14px;
  line-height: 12px;
  -webkit-transition: 300ms;
  transition: 300ms;
  display: inline-block;
  line-height: 14px;
}

@media screen and (max-width: 767px) {
  .top-material__tags li {
    padding: 5px 8px;
    margin-right: 4px;
    margin-bottom: 6px;
  }
}

.top-material__tags li + .top-material__tags li {
  margin-left: 10px;
}

/* FAQ */
.top-section--faq {
  padding: 80px 0 48px;
  background-color: #fafafa;
}

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

.top-section--faq .top-section__body {
  width: 800px;
  margin: 60px auto 0;
}

@media screen and (max-width: 767px) {
  .top-section--faq .top-section__body {
    width: 100%;
    margin: 40px auto 0;
  }
}

.top-section__inner {
  width: 1240px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .top-section__inner {
    width: 100%;
  }
}

.top-section__body {
  margin-top: 80px;
}

.top-section__description {
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .top-section__body-buttons {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .top-section__buttons a:after {
    background: none;
  }
}

@media screen and (max-width: 767px) {
  .top-section__body {
    margin-top: 40px;
    margin-left: 0px;
  }
}

.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;
}

.top-section__buttons {
  margin-top: 18px;
}

@media screen and (max-width: 767px) {
  .top-section__buttons {
    margin-top: 6px;
    padding: 0 18px;
  }

  .top-section__buttons ul {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
  }

  .top-section__buttons a {
    font-size: 15px;
    color: #fff;
    padding: 10px 10px;
    width: auto;
    white-space: nowrap;
  }
}

.top-section__more {
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-section__more {
    margin-top: 40px;
  }
}

.top-section__more .c-button.c-button--l {
  width: 100%;
  max-width: 326px;
}

.hero__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .hero__list {
    background: #ffffff;
    margin: 0 auto;
    display: grid;
    padding-bottom: 26px;
  }

  .hero__list li {
    margin: 0 auto;
  }
}

.hero__item + .hero__item {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .hero__item + .hero__item {
    margin-left: auto;
  }
}

.top-section__body .hero-card {
  width: 175px;
  height: 120px;
  text-align: center;
  padding: 50px 0 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top-section__body .hero-card {
    width: 300px;
    height: 78px;
    padding: 0 0 0 90px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.top-section__body .hero-card:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  width: 170px;
  height: 90px;
}

.top-section__body .hero-card--registered:before {
  bottom: 100%;
  left: 50%;
  background-image: url(../../img/top/img_main_point_01_ver2.svg);
  -webkit-transform: translate(-50%, 50px);
  transform: translate(-50%, 50px);
}

@media screen and (max-width: 767px) {
  .top-section__body .hero-card--registered:before {
    width: 88px;
    height: 78px;
    left: 0;
    bottom: 40%;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
  }
}

.top-section__body .hero-card--registered .hero-card__content {
  font-size: 17px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

.top-section__body .hero-card--registered .hero-card__count {
  color: #1565c0;
  font-size: 18px;
  margin-left: 4px;
  line-height: 30px;
}

.top-section__body .hero-card--registered .hero-card__num {
  font-size: 32px;
  vertical-align: -1px;
}

.top-section__body .hero-card--registered .hero-card__notice {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 5px;
}

.top-section__body .hero-card--support:before {
  bottom: 100%;
  left: 50%;
  background-image: url(../../img/top/img_main_point_02_ver2.svg);
  -webkit-transform: translate(-50%, 50px);
  transform: translate(-50%, 50px);
}

@media screen and (max-width: 767px) {
  .top-section__body .hero-card--support:before {
    width: 88px;
    height: 78px;
    left: 0;
    bottom: 40%;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
  }
}

@media screen and (max-width: 767px) {
  .hero-card--support {
    font-size: 8px;
  }

  .hero-card--support em {
    font-size: 17px;
    font-weight: bold;
  }

  .hero-card--support .hero-card__no1 {
    font-size: 31px;
    color: #1565c0;
    font-weight: bold;
    margin-left: 4px;
  }
}

.top-section__body .hero-card--company:before {
  bottom: 100%;
  left: 50%;
  background-image: url(../../img/top/img_main_point_03_ver2.svg);
  -webkit-transform: translate(-50%, 52px);
  transform: translate(-50%, 52px);
}

@media screen and (max-width: 767px) {
  .top-section__body .hero-card--company:before {
    width: 88px;
    height: 72px;
    left: 0;
    bottom: 40%;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
  }
}

@media screen and (max-width: 767px) {
  .hero-card--company .top-section__body .hero-card__content {
    margin-top: 0;
  }
}

.top-section__body .hero-card__content {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .top-section__body .hero-card__content {
    display: inline-block;
  }
}

.top-section__body .hero-card__main-text {
  color: #1565c0;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
  display: block;
}

.top-section__body .hero-card__sub-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  display: block;
}

.service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
}

@media screen and (max-width: 767px) {
  .service__list {
    display: block;
    margin: 0;
  }
}

.service__item {
  width: 33.333%;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .service__item {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .service__item:not(:first-child) {
    margin-top: 30px;
  }
}

.service-card {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  height: 100%;
}

.service-card__header {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  height: 90px;
}

.service-card--advisory .service-card__header {
  background-color: #1565c0;
}

.service-card--recruitment .service-card__header {
  background-color: #1e88e5;
}

.service-card--spot .service-card__header {
  background-color: #03a9f4;
}

.service-card--advisory .service-card__header {
  padding-top: 34px;
}

.service-card--spot .service-card__header {
  padding-top: 34px;
}

.service-card--recruitment .service-card__header {
  padding-top: 20px;
}

.service-card__header span {
  font-size: 16px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.service-card__body {
  padding: 236px 30px 40px;
}

@media screen and (max-width: 767px) {
  .service-card__body {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.service-card--recruitment .service-card__body.lazyloaded {
  background: url(../../img/common/img_service_recruitment.svg) no-repeat top
    20px center;
}

.service-card--advisory .service-card__body.lazyloaded {
  background: url(../../img/common/img_service_advisory.svg) no-repeat top 18px
    center;
}

.service-card--spot .service-card__body.lazyloaded {
  background: url(../../img/common/img_service_spot.svg) no-repeat top 33px
    center;
}

.service-card__heading {
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  color: #1565c0;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .service-card__heading {
    font-size: 24px;
  }
}

.service-card__text {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 24px;
  height: calc(24px * 5);
}

@media screen and (max-width: 767px) {
  .service-card__text {
    height: auto;
  }
}

.service-card__target {
  text-align: center;
  margin-bottom: 20px;
}

.service-card__target-header {
  background-color: #ebf6fd;
  color: #1565c0;
  font-size: 16px;
  line-height: 24px;
  padding: 5px;
}

.column__block + .column__block {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .column__body {
    padding: 0;
    margin: 0 -30px;
    overflow: hidden;
    height: 308px;
  }
}

@media screen and (max-width: 767px) {
  .column__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    padding: 0 30px 50px;
    -webkit-overflow-scrolling: touch;
  }
}

.column__item {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .column__item {
    min-width: 250px;
    max-width: 250px;
    height: 308px;
    padding: 0 30px 0 0;
    margin-right: 0;
  }
}

.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;
}

/* -----------------------------
FV下のバナー用
----------------------------- */
.top-section__banners-under-fv {
  background-color: #ebf6fc;
  padding-top: 46px;
  padding-bottom: 46px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .top-section__banners-under-fv {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 20px;
  }
}

.banners-under-fv__items {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .banners-under-fv__items {
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
    row-gap: 20px;
  }
}

.banners-under-fv__items > div {
  flex-basis: 390px;
  border-radius: 6px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  -webkit-transition: 200ms;
  transition: 200ms;
  display: inline-block;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .banners-under-fv__items > div {
    flex-basis: auto;
  }
}

.banners-under-fv__items > div:hover {
  opacity: 0.8;
}

.banners-under-fv__items img {
  width: 100%;
  height: auto;
}

/* ここまで */

.merit__block {
  padding: 80px 40px;
}

@media screen and (max-width: 767px) {
  .merit__block {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .merit__block + .merit__block {
    margin-top: 40px;
  }
}

.merit__block--1 {
  padding-right: 580px;
  background-repeat: no-repeat;
  background-position: right 80px;
  height: 485px;
}

.merit__block--1.lazyloaded {
  background-image: url(../../img/top/img_merit_ground_top_01.svg);
}

@media screen and (max-width: 767px) {
  .merit__block--1 {
    background-position: bottom center;
    background-size: 280px;
    padding: 80px 30px 270px;
    height: auto;
  }
}

.merit__block--1 .merit__heading:before {
  content: "01";
}

.merit__block--2 {
  padding-left: 580px;
  background-repeat: no-repeat;
  background-position: left 25px;
  height: 465px;
}

.merit__block--2.lazyloaded {
  background-image: url(../../img/top/img_merit_ground_top_02.svg);
}

@media screen and (max-width: 767px) {
  .merit__block--2 {
    background-position: bottom center;
    background-size: 308px;
    padding: 80px 30px 170px;
    height: auto;
  }
}

.merit__block--2 .merit__heading:before {
  content: "02";
}

.merit__block--3 {
  padding-right: 580px;
  background-repeat: no-repeat;
  background-position: right 30px;
  height: 465px;
}

.merit__block--3.lazyloaded {
  background-image: url(../../img/top/img_merit_ground_top_03.svg);
}

@media screen and (max-width: 767px) {
  .merit__block--3 {
    background-position: bottom center;
    background-size: 270px;
    padding: 80px 30px 240px;
    height: auto;
  }
}

.merit__block--3 .merit__heading:before {
  content: "03";
}

.merit__heading {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .merit__heading {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.merit__heading strong {
  color: #1565c0;
}

.merit__heading:before {
  content: "";
  display: block;
  font-size: 120px;
  line-height: 1;
  font-weight: bold;
  color: rgba(21, 101, 192, 0.1);
  position: absolute;
  z-index: -1;
  left: -40px;
  top: -50px;
}

@media screen and (max-width: 767px) {
  .merit__heading:before {
    font-size: 100px;
    left: 0;
    top: -75px;
  }
}

.merit__description {
  font-size: 14px;
  line-height: 2;
}

.step__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .step__list {
    margin-top: 40px;
    display: block;
    padding: 0 10px;
  }
}

.step__item + .step__item {
  margin-left: 80px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .step__item + .step__item {
    margin-left: 0;
    margin-top: 50px;
  }
}

.step__item + .step__item:before {
  content: "";
  display: block;
  position: absolute;
  left: -50px;
  top: 80px;
  width: 20px;
  height: 40px;
  background: url(../../img/common/arrow_step.svg) no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .step__item + .step__item:before {
    width: 16px;
    height: 32px;
    left: 50%;
    top: auto;
    margin-bottom: 25px;
    bottom: 100%;
    -webkit-transform: translate(-50%, 50%) rotate(90deg);
    transform: translate(-50%, 50%) rotate(90deg);
  }
}

.step-card {
  width: 200px;
  height: 200px;
  border-radius: 6px;
  background: #ffffff no-repeat top 45px center;
  position: relative;
  padding-top: 150px;
}

@media screen and (max-width: 767px) {
  .step-card {
    width: 100%;
    height: 100%;
    padding-top: 160px;
    padding-bottom: 30px;
    background-position: top 20px center;
    background-size: 180px 130px;
  }
}

.step-card--1 {
  background-image: url(../../img/common/img_step_01.svg);
}

.step-card--2 {
  background-image: url(../../img/common/img_step_02.svg);
}

.step-card--3 {
  background-image: url(../../img/common/img_step_03.svg);
}

.step-card__num {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .step-card__num {
    top: -7px;
    left: -10px;
    -webkit-transform: none;
    transform: none;
  }
}

.step-card__heading {
  font-weight: normal;
  font-size: 20px;
  font-weight: bold;
  line-height: 23px;
  text-align: center;
}

.case-study__item {
  display: flex;
}

@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%;
  }
}

@media screen and (max-width: 767px) {
  .case-study .slick-slide > div {
    height: 100%;
  }
}

.case-study .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.case-study .slick-slide {
  height: inherit !important;
}

.faq__item:not(:first-child) {
  margin-top: 20px;
}

.news {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .news {
    width: 100%;
  }
}

.news__item:not(:first-child) {
  margin-top: 30px;
}

.point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 24px;
  margin: -10px;
}

@media screen and (max-width: 767px) {
  .point__list {
    padding: 0;
  }
}

.point__item {
  width: 25%;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .point__item {
    width: 50%;
  }
}

.point-card {
  height: 298px;
  padding: 170px 27px 30px;
  background: #f6f8fa no-repeat top 40px center;
}

@media screen and (max-width: 767px) {
  .point-card {
    height: 100%;
    background-color: #ffffff;
    background-position: top 20px center;
    background-size: 120px;
    padding: 120px 20px 30px;
  }
}

.point-card--1.lazyloaded {
  background-image: url(../../img/top/img_merit_under_01.svg);
}

.point-card--2.lazyloaded {
  background-image: url(../../img/top/img_merit_under_02.svg);
}

.point-card--3.lazyloaded {
  background-image: url(../../img/top/img_merit_under_03.svg);
}

.point-card--4.lazyloaded {
  background-image: url(../../img/top/img_merit_under_04.svg);
}

.point-card--5.lazyloaded {
  background-image: url(../../img/top/img_merit_under_05.svg);
}

.point-card--6.lazyloaded {
  background-image: url(../../img/top/img_merit_under_06.svg);
}

.point-card--7.lazyloaded {
  background-image: url(../../img/top/img_merit_under_07.svg);
}

.point-card--8.lazyloaded {
  background-image: url(../../img/top/img_merit_under_08.svg);
}

.point-card__heading {
  color: #1565c0;
  font-size: 20px;
  font-weight: bold;
  line-height: 23px;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .point-card__heading {
    margin: 0 -10px 10px;
  }
}

.point-card__text {
  font-size: 12px;
  line-height: 20px;
}

.slick-dotted.slick-slider {
  padding-bottom: 50px;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li.slick-active button:before {
  background-color: #1565c0;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:before {
  content: "";
  display: block;
  background-color: #d8e1ea;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}

.top-section--seo-buttons {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-bottom: 64px;
}

@media screen and (max-width: 767px) {
  .top-section--seo-buttons {
    flex-direction: column;
    gap: 24px;
    align-items: center;
    margin-bottom: 48px;
  }
}

.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;
}

/* -----------------------------
産業医の基礎知識
----------------------------- */
.top-kx-card__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .top-kx-card__wrapper {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}

.top-kx-card {
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
  padding-bottom: 32px;
}

.top-kx-card__question {
  color: #1565c0;
  font-family: "Lato", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin-right: 24px;
}

.top-kx-card__question.second {
  color: #637487;
}

@media screen and (max-width: 767px) {
  .top-kx-card__question {
    left: 18px;
    font-size: 32px;
  }
}

.top-kx-card__heading {
  font-size: 18px;
  width: 100%;
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .top-kx-card__heading {
    font-size: 14px;
    line-height: 24px;
  }
}

.top-kx-card__heading.second {
  margin-bottom: 8px;
}

.top-kx-card__heading span {
  color: #1565c0;
}

.top-kx-card__text {
  font-size: 14px;
  width: 100%;
  line-height: 1.7;
  font-weight: 400;
}

.top-kx-card__header {
  font-weight: bold;
  padding: 32px 24px 0 24px;
  display: flex;
  width: 380px;
}

.top-kx-card__header.first {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .top-kx-card__header {
    width: auto;
  }
}

.top-kx-card__line {
  display: block;
  background: #e0e4e8;
  height: 1px;
  margin: 24px 24px 0 24px;
}

.top-kx-card__button {
  margin: 32px auto 0 auto;
  text-align: center;
}

.top-kx-card__button a {
  width: 260px;
  font-size: 20px;
}

/* -----------------------------
top reason
----------------------------- */
.top-cvr__heading {
  position: relative;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.5px;
  width: 510px;
}

@media screen and (max-width: 767px) {
  .top-cvr__heading {
    font-size: 18px;
    width: auto;
  }
}

.top-cvr__heading strong {
  color: #1565c0;
}

.top-cvr__description {
  color: #516070;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.5px;
  width: 510px;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .top-cvr__description {
    width: auto;
    font-size: 14px;
    margin-top: 8px;
  }
}

.top-cvr__notice {
  font-size: 14px;
  margin-top: 8px;
}

.top-cvr__button-detail a {
  text-decoration: underline;
  color: var(--main-color);
  font-weight: bold;
}

.top-cvr__button-detail a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  background: url(../../img/common/arrow_step.svg) no-repeat left center;
  background-size: cover;
  margin-right: 4px;
}

.top-cvr__button-detail a:hover {
  text-decoration: none;
}

.top-cvr__reason {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin: 0 0 40px 0;
}

@media screen and (max-width: 767px) {
  .top-cvr__reason {
    flex-direction: column;
    gap: 24px;
    margin: 0 20px 40px 20px;
  }

  .top-cvr__reason--introduction {
    flex-direction: column-reverse;
  }
}

.top-cvr__reason_img img {
  width: 400px;
}

@media screen and (max-width: 767px) {
  .top-cvr__reason_img img {
    width: calc(335 / 375 * 100vw);
  }
}

.top-cvr__reason_button {
  position: relative;
  height: 96px;
  display: flex;
  align-items: center;
  margin-top: 48px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-cvr__reason_button {
    width: calc(335 / 375 * 100vw);
    margin-top: 16px;
  }
}

/* -----------------------------
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 services
----------------------------- */
.top_services__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ebf6fd;
  padding: 80px 0;
  gap: 72px;
}

@media only screen and (max-width: 767px) {
  .top_services__wrapper {
    padding: 56px 0 64px 0;
    gap: 56px;
  }
}
/* -----------------------------
法令対応から健康経営のサービスまでご用意
----------------------------- */
.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-cvr__service_img img {
  width: 95px;
}

.top_services__list_cards {
  display: flex;
  gap: 16px;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .top_services__list_cards {
    flex-direction: column;
  }
}

.services__list_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) {
  .services__list_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) {
  .top-cvr__service_list_sp {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(190 / 375 * 100vw);
  }
}

.services__list_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) {
  .services__list_card h3 {
    font-size: 15px;
    margin-bottom: 4px;
  }
}

.services__list_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) {
  .services__list_card ul {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .services__list_card ul li {
    font-size: 10px;
  }
}

.services__list_card ul li:nth-child(3) {
  margin-top: 6px;
}

.top_services__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.top_services__faq {
  color: #637487;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-decoration-line: underline;
}

@media only screen and (max-width: 767px) {
  .top_services__faq {
    font-size: 14px;
  }
}

.top_services__faq:hover {
  opacity: 0.8;
}

.top_services__button_wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* -----------------------------
top banner
----------------------------- */
.top_banner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 64px 0;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .top-cvr__banner {
    gap: 24px;
    padding: 56px 0;
  }
}

.top-cvr__banner_img img {
  width: 380px;
}

@media only screen and (max-width: 767px) {
  .top-cvr__banner_img img {
    width: calc(335 / 375 * 100vw);
  }
}

.top-cvr__banner_img:hover {
  opacity: 0.9;
}

.top-cvr__banner_inner {
  display: flex;
  justify-content: center;
  gap: 32px;
}

@media only screen and (max-width: 767px) {
  .top-cvr__banner_inner {
    flex-direction: column;
    gap: 24px;
  }
}

/* -----------------------------
top inquiry
----------------------------- */
.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;
  }
}

/*----------- topHeroFv03 --------------
ファーストビューにフォーム追加
--------------------------------------*/

.topHeroFv03 {
  background-size: cover;
}
/*--背景の青い画像を定義--*/
.topHeroFv03__container {
  background: url("../../img/top/bg_fv.webp") no-repeat left bottom/cover;
  min-height: 500px;
}
@media screen and (max-width: 767px) {
  .topHeroFv03__container {
    background-position: center top;
    background-size: auto 100%;
    min-height: none;
  }
}
/*--女性画像を定義 タブレット以下--*/
.topHeroFv03__inner {
  min-height: 500px;
}
@media screen and (max-width: 1279px) {
  .topHeroFv03__inner {
    background: url("../../img/top/img_fv_pcsp2.webp") no-repeat -5vw 40px/450px auto;
  }
}
@media screen and (max-width: 767px) {
  .topHeroFv03__inner {
    background: url("../../img/top/img_fv_pcsp2.webp") no-repeat center 150px/76%;
    min-height: none;
  }
}
/*--メインエリアの横幅とflex定義 PCのみここで女性画像定義--*/
.topHeroFv03__main {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  width: 1240px;
  margin: 0 auto;
  background: url("../../img/top/img_fv_pcsp2.webp") no-repeat 0 40px/500px auto;
  min-height: 500px;
}
@media screen and (max-width: 1279px) {
  .topHeroFv03__main {
    width: 90vw; /*100vhだと右の空白ができてしまうためやむなく*/
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .topHeroFv03__main {
    display: block;
    width: 100%;
  }
}

/*--メインエリアの左右のitem--*/
.topHeroFv03__main-item1 {
  width: 540px;
  box-sizing: border-box;
}
.topHeroFv03__main-item2 {
  width: 318px;
  flex-shrink: 0;
}
@media screen and (max-width: 1279px) {
  .topHeroFv03__main-item1 {
    text-align: right;
    padding-right: 20px;
  }
  .topHeroFv03__main-item2 {
  }
}
@media screen and (max-width: 767px) {
  .topHeroFv03__main-item1 {
    display: block;
    width: 100%;
    text-align: center;
    padding: 30px 0;
  }
  .topHeroFv03__main-item2 {
    display: none;
  }
}

/*--title と catch--*/
.topHeroFv03__title img {
  margin-top: 100px;
  width: 96%;
  height: auto;
}
.topHeroFv03__catch img {
  margin-top: 35px;
  width: 90%;
  height: auto;
}
@media screen and (max-width: 1279px) {
  .topHeroFv03__title img {
    width: 90%;
  }
  .topHeroFv03__catch img {
    width: 90%;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .topHeroFv03__title img {
    width: 80%;
    margin: 0 auto;
  }
  .topHeroFv03__catch img {
    width: 100%;
    margin: 200px auto 0 auto;
    padding: 0;
  }
}
/*-- SPのみ表示のリンク --*/
.topHeroFv03__cta--textlink a {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
}

/*-- フォームエリア --*/
.topHeroFv03__form-container {
  min-height: 480px;
  text-align: center;
  margin: 10px 0;
  box-sizing: border-box;
  background-color: #f3f3f3;
  border-radius: 8px;
  padding-top: 8px;
}
.topHeroFv03__form-inner {
  width: 100%;
  min-height: 464px;
  overflow: auto;
}

/*-- アピールラベルエリアの位置調整 --*/
.topHeroFv03 .top-section__appeal {
  margin: 20px auto;
}

/*--------- end topHeroFv03  ---------*/
