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

.top-section--service {
  padding: 80px 0;
  background: url("../../img/common/bg_servicechoice.webp");
  position: relative;
}
.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 .top-section__inner {
  height: 430px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}
@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__heading .small {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .top-section__cta-button--seo {
    padding: 16px 30px;
    width: 100%;
  }
} /* -----------------------------/* マッチする産業医が見つかるまで費用は発生しません */ /* ------------------------------ */ /* -----------------------------お客様の声はコンポーネントに移動----------------------------- */ /* お役立ち資料 */ /* 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: 990px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top-section__inner {
    width: 100%;
  }
}
.top-section__body {
  margin-top: 80px;
}
@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__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;
}
.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下のバナー用----------------------------- */ /* ここまで */
.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%;
  }
}
.faq__item:not(:first-child) {
  margin-top: 20px;
}
.news {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .news {
    width: 100%;
  }
}
.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;
}
@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.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 reason----------------------------- */
.cta__cost-reduction {
  text-align: center; 
  /padding-bottom: 50px; 
   background-color: #044777;
}

@media screen and (max-width: 767px) {
  .cta__cost-reduction {
    padding-bottom: 20px;
  }
}

.cta__cost-reduction--inner {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .cta__cost-reduction--inner {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}

.cta__cost-reduction--inner img {
  max-width: 90%;
  height: auto;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.cta__cost-reduction--inner img:hover {
  opacity: 0.8;
}

.cta__cost-reduction--subheading {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.cta__cost-reduction .contact__link {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .cta__cost-reduction .contact__link {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
}
 /* -----------------------------Plan Section----------------------------- */

 .cta__cost-reduction {
  text-align: center; 
  padding-bottom: 50px;
  background-color: #044777;
}

@media screen and (max-width: 767px) {
  .cta__cost-reduction {
    padding-bottom: 20px;
  }
}

.cta__cost-reduction--inner {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .cta__cost-reduction--inner {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}

.cta__cost-reduction--inner img {
  max-width: 90%;
  height: auto;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.cta__cost-reduction--inner img:hover {
  opacity: 0.8;
}

.cta__cost-reduction--subheading {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.cta__cost-reduction .contact__link {
  margin-bottom: 10px;
}
.contact {
  text-align: center;
  .c-button:last-child {
    margin: 20px auto 0;
  }
}
.contact__tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
}

.contact__tel-num {
  display: inline-block;
  font-size: 24px;
  padding-left: 24px;
  margin-left: 10px;
  background: url(../../img/common/icon_tel_white.svg) no-repeat left center;
}

.contact__tel-num a {
  color: #FFFFFF;
}

.contact__text {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.5;
}


@media screen and (max-width: 767px) {
  .cta__cost-reduction .contact__link {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
    width: 100%;

    a {
      width: auto;
    }
  }
}
.plan {
  padding: 80px 0 48px 0;
  background-color: #fafafa;
}
@media screen and (max-width: 767px) {
  .plan {
    padding: 56px 0 16px 0;
  }
}
.plan__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.plan__title--with-line {
  position: relative;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.5px;
  padding-top: 20px;
  color: #1565c0;
  margin-bottom: 16px;
}
.plan__title--with-line::before,
.plan__title--with-line::after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  position: absolute;
  top: 0;
}
.plan__title--with-line::before {
  right: 50%;
  background: #03a9f4;
}
.plan__title--with-line::after {
  left: 50%;
  background: #1565c0;
}
@media screen and (max-width: 767px) {
  .plan__title {
    font-size: 24px;
  }
}
.plan__subtitle {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.5px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .plan__subtitle {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
.plan__price-link {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 48px;
}
.plan__price-link a {
  color: #1565c0;
  font-size: 24px;
  font-weight: bold;
  text-decoration: underline;
}
.plan__price-link a:hover {
  text-decoration: none;
}
.plan__buttons {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .plan__buttons {
    flex-direction: column;
    gap: 24px;
    align-items: center;
    margin-bottom: 48px;
  }
}
.plan__button {
  display: inline-block;
  color: #fff;
  padding: 16px 72px;
  border-radius: 999px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  text-decoration: none;
}
.plan__button--download {
  background: linear-gradient(90deg, #1565c0 0%, #03a9f4 100%);
}
.plan__button--inquiry {
  background: linear-gradient(90deg, #f49219 0%, #ffb42d 100%);
}
.plan__button:hover {
  opacity: 0.9;
  transition: 200ms;
}
.plan__button b {
  font-size: 23px;
  display: block;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .plan__button b {
    font-size: 18px;
  }
}
.plan__button span {
  font-size: 13px;
  display: block;
  font-weight: bold;
}
.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__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;
  }
} /* -----------------------------Services Section----------------------------- */
.services {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ebf6fd;
  padding: 80px 0;
  gap: 72px;
  @media screen and (max-width: 767px) {
    .services {
      padding: 56px 0 64px 0;
    }
  }
  .services__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .services__container {
      margin-bottom: 56px;
    }
  }
  .services__subtitle {
    color: #323b44;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1.6;
    margin-bottom: 6px;
  }
  @media screen and (max-width: 767px) {
    .services__subtitle {
      font-size: 16px;
    }
  }
  .services__title {
    color: #323b44;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.6;
  }
  @media screen and (max-width: 767px) {
    .services__title {
      font-size: 22px;
    }
  }
  .services__title span {
    color: #1565c0;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.6;
  }
  @media screen and (max-width: 767px) {
    .services__title span {
      font-size: 28px;
    }
  }
  .services__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
  .services__cards {
    display: flex;
    gap: 16px;
    justify-content: center;
  }
  @media screen and (max-width: 767px) {
    .services__cards {
      flex-direction: column;
    }
  }
  .services__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 screen and (max-width: 767px) {
    .services__card {
      flex-direction: row;
      width: calc(335 / 375 * 100vw);
      padding: 16px 0 16px 16px;
      gap: calc(24 / 375 * 100vw);
    }
  }
  .services__image img {
    width: 95px;
  }
  .services__details {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  @media screen and (max-width: 767px) {
    .services__details {
      width: calc(190 / 375 * 100vw);
    }
  }
  .services__details h3 {
    color: #323b44;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  @media screen and (max-width: 767px) {
    .services__details h3 {
      font-size: 15px;
      margin-bottom: 4px;
    }
  }
  .services__details ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  @media screen and (max-width: 767px) {
    .services__details ul {
      text-align: left;
    }
  }
  .services__details 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;
    margin: 2px;
  }
  @media screen and (max-width: 767px) {
    .services__details ul li {
      font-size: 10px;
    }
  }
  .services__details ul li:nth-child(3) {
    margin-top: 6px;
  }
  .services__buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
  .services__button--download {
    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;
  }
  .services__button--download:hover {
    opacity: 0.9;
    transition: 200ms;
  }
  .services__button--download b {
    font-size: 23px;
    display: block;
    font-weight: bold;
    line-height: 1.4;
  }
  @media screen and (max-width: 767px) {
    .services__button--download b {
      font-size: 18px;
    }
  }
  .services__button--download span {
    font-size: 13px;
    display: block;
    font-weight: bold;
  }
  .services__link {
    color: #637487;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-decoration: underline;
  }
  @media screen and (max-width: 767px) {
    .services__link {
      font-size: 14px;
    }
  }
  .services__link:hover {
    opacity: 0.8;
  }
} /* -----------------------------Banner Section----------------------------- */
.banner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 64px 0;
  align-items: center;
  @media screen and (max-width: 767px) {
    .banner {
      gap: 24px;
      padding: 56px 0;
    }
  }
  .banner__row {
    display: flex;
    justify-content: center;
    gap: 32px;
  }
  @media screen and (max-width: 767px) {
    .banner__row {
      flex-direction: column;
      gap: 24px;
    }
  }
  .banner__link {
    display: block;
    text-decoration: none;
  }

  .banner__image:hover {
    opacity: 0.9;
  }
  .banner__image img {
    width: 380px;
    height: auto;
    display: block;
  }
  @media screen and (max-width: 767px) {
    .banner__image img {
      width: calc(335 / 375 * 100vw);
    }
  }
} /* -----------------------------Knowledge Section----------------------------- */

/* -----------------------------
産業医の基礎知識
----------------------------- */
.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 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__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-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;
  }
} /*----------- hero --------------ヒーローセクション--------------------------------------*/
.hero {
  background-size: cover;
} /*--背景の青い画像を定義--*/
.hero__container {
  background: url("../../img/top/bg_fv.webp") no-repeat left bottom/cover;
  min-height: 500px;
}
@media screen and (max-width: 767px) {
  .hero__container {
    background-position: center top;
    background-size: auto 100%;
    min-height: none;
  }
} /*--女性画像を定義 タブレット以下--*/
.hero__inner {
  min-height: 500px;
}
@media screen and (max-width: 1279px) {
  .hero__inner {
    background: url("../../img/top/img_fv_pcsp2.webp") no-repeat -5vw 40px/450px
      auto;
  }
}
@media screen and (max-width: 767px) {
  .hero__inner {
    background: url("../../img/top/img_fv_pcsp2.webp") no-repeat center 150px/76%;
    min-height: none;
  }
} /*--メインエリアの横幅とflex定義 PCのみここで女性画像定義--*/
.hero__content {
  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) {
  .hero__content {
    width: 90vw; /*100vhだと右の空白ができてしまうためやむなく*/
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .hero__content {
    display: block;
    width: 100%;
  }
} /*--メインエリアの左右のitem--*/
.hero__main {
  width: 540px;
  box-sizing: border-box;
}
.hero__form {
  width: 318px;
  flex-shrink: 0;
}
@media screen and (max-width: 1279px) {
  .hero__main {
    text-align: right;
    padding-right: 20px;
  }
  .hero__form {
  }
}
@media screen and (max-width: 767px) {
  .hero__main {
    display: block;
    width: 100%;
    text-align: center;
    padding: 30px 0;
  }
  .hero__form {
    display: none;
  }
} /*--title と download--*/
.hero__title img {
  margin-top: 100px;
  width: 96%;
  height: auto;
}
.hero__download img {
  margin-top: 35px;
  width: 90%;
  height: auto;
}
@media screen and (max-width: 1279px) {
  .hero__title img {
    width: 90%;
  }
  .hero__download img {
    width: 90%;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .hero__title img {
    width: 80%;
    margin: 0 auto;
  }
  .hero__download img {
    width: 100%;
    margin: 200px auto 0 auto;
    padding: 0;
  }
} /*-- SPのみ表示のリンク --*/
.hero__cta-text a {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
} /*-- CTAテキストのレスポンシブ対応 --*/ /*-- フォームエリア --*/
.hero__form-container {
  min-height: 480px;
  text-align: center;
  margin: 10px 0;
  box-sizing: border-box;
  background-color: #f3f3f3;
  border-radius: 8px;
  padding-top: 8px;
}
.hero__form-iframe {
  width: 100%;
  min-height: 464px;
  overflow: auto;
} /*-- アピールラベルエリアの位置調整 --*/
.hero__appeal {
  width: 1240px;
  margin: 20px auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .hero__appeal {
    margin: 20px auto;
    width: 100%;
  }
}
.hero__appeal .appeal-items {
  width: 1000px;
  border-radius: 8px;
  background: #fff;
  padding-left: 16px;
  padding-right: 16px;
  box-shadow: 2px 2px 10px 0px rgba(46, 46, 46, 0.18);
}
@media screen and (max-width: 767px) {
  .hero__appeal .appeal-items {
    width: 100%;
    border-radius: 0;
    padding-left: 0px;
    padding-right: 0px;
    box-shadow: none;
  }
} /*-- タイトル画像のレスポンシブ対応 --*/
/* .hero__title-image--pc {
  display: block;
} */
.hero__title-image--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .hero__title-image--pc {
    display: none;
  }
  .hero__title-image--sp {
    display: block;
  }
} /*-- ダウンロードリンクのレスポンシブ対応 --*/ /*--------- end hero  ---------*/
.top-section--plan {
  padding: 80px 0 48px 0;
  background-color: #fafafa;
}