@charset "UTF-8";
@media screen and (min-width: 767px) {
  .view_sp {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}

.top-section--case-study {
  padding: 60px 0 80px;
  background-color: #fafafa;
}
.top-section--case-study .top-section__inner {
  width: 990px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .top-section--case-study .top-section__inner {
    width: 100%;
  }
}
.top-section--case-study .top-section__body {
  margin-top: 40px;
}
.top-section--case-study .top-section__more {
  margin-top: 30px;
  padding: 0 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-section--case-study .top-section--case-study {
    padding: 40px 0 60px;
  }
  .top-section--case-study .top-section--case-study .top-section__inner {
    width: 100%;
  }
  .top-section--case-study .top-section--case-study .top-section__body {
    margin-top: 30px;
  }
  .top-section--case-study .top-section--case-study .top-section__more {
    margin-top: 40px;
  }
}
.top-section--case-study .case-study {
  padding: 0 40px;
}
.top-section--case-study .case-study .slide-prev-arrow,
.top-section--case-study .case-study .slide-next-arrow {
  width: 32px;
  height: 50px;
  position: absolute;
  top: 160px;
  background: #ddd;
  cursor: pointer;
  transition: 200ms;
  opacity: 1;
}
.top-section--case-study .case-study .slide-prev-arrow:hover,
.top-section--case-study .case-study .slide-next-arrow:hover {
  opacity: 0.8;
}
.top-section--case-study .case-study .slide-prev-arrow {
  right: 100%;
  margin-right: 24px;
  background: url(../../img/common/icon_arrow_slide_l_l.svg) no-repeat center;
}
.top-section--case-study .case-study .slide-next-arrow {
  left: 100%;
  margin-left: 24px;
  background: url(../../img/common/icon_arrow_slide_l_r.svg) no-repeat center;
}
.top-section--case-study .c-case-study-card {
  position: relative;
}
.top-section--case-study .c-case-study-card--slide {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 278px;
  margin: 0 auto;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
}
.top-section--case-study .c-case-study-card--slide .c-case-study-card__title {
  transition: 300ms;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 78px;
}
.top-section--case-study
  .c-case-study-card--slide
  .c-case-study-card__title
  > a {
  color: #1565c0;
  text-decoration: underline;
}
.top-section--case-study
  .c-case-study-card--slide
  .c-case-study-card__title
  > a:hover {
  text-decoration: none;
}
.top-section--case-study .c-case-study-card--slide .c-case-study-card__body {
  display: block;
  padding: 16px;
  flex: 1;
  width: 262px;
  margin: 0 auto;
  border-radius: 4px;
  box-shadow: 4px 4px 10px 0 rgba(103, 103, 103, 0.1);
  background-color: #fff;
  transform: translateY(-32px);
}
.top-section--case-study
  .c-case-study-card--slide
  .c-case-study-card__thumbnail {
  width: 100%;
  height: 225px;
  background: #e6eaea no-repeat center/cover;
  margin-bottom: 0;
}
.top-section--case-study .c-case-study-card--slide .c-case-study-card__company {
  width: auto;
  height: 26px;
  margin-right: 0;
  font-size: 11px;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.top-section--case-study .c-case-study-card--slide .c-case-study-card__tags {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 6px;
  column-gap: 6px;
}
.top-section--case-study
  .c-case-study-card--slide
  .c-case-study-card__tags
  .c-tag {
  margin-bottom: 10px;
  margin-right: 0;
}
.top-section--case-study
  .c-case-study-card--slide
  .c-case-study-card__tags
  .c-tag:last-child {
  margin-right: 0;
}
.top-section--case-study
  .c-case-study-card--slide
  .c-case-study-card__tags
  .c-tag--primary-outilined:hover {
  background: #fff !important;
  color: #1565c0 !important;
}
@media screen and (max-width: 767px) {
  .top-section--case-study .c-case-study-card--slide {
    display: block;
  }
  .top-section--case-study .c-case-study-card--slide .c-case-study-card__title {
    -webkit-line-clamp: 4;
    max-height: 104px;
  }
  .top-section--case-study .c-case-study-card--slide .c-case-study-card__body {
    padding: 20px 20px 30px;
  }
  .top-section--case-study
    .c-case-study-card--slide
    .c-case-study-card__thumbnail {
    width: 100%;
  }
  .top-section--case-study
    .c-case-study-card--slide
    .c-case-study-card__tags
    .c-tag {
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.top-section--case-study .case-study__logo {
  height: 32px;
}
.top-section--case-study .case-study__logo img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .top-section--case-study .case-study .slide-next-arrow {
    transition: none;
    background-size: contain;
    width: 30px;
    margin-left: 6px;
  }
  .top-section--case-study .case-study .slide-prev-arrow {
    transition: none;
    background-size: contain;
    width: 30px;
    margin-right: 6px;
  }
  .top-section--case-study .case-study .slide-prev-arrow:hover,
  .top-section--case-study .case-study .slide-next-arrow:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .top-section--case-study .case-study .slide-prev-arrow {
    margin-right: 6px;
    background-size: contain;
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-section--case-study .case-study .slide-next-arrow {
    margin-left: 6px;
    background-size: contain;
    width: 30px;
  }
}
.top-section--case-study .c-tag--primary-outilined {
  border-radius: 15px;
  border: 1px solid #1565c0;
  color: #1565c0;
  font-size: 10px;
  font-weight: bold;
  padding: 4px 8px;
  line-height: 14px;
  transition: 300ms;
}
.top-section--case-study .top-section--contact {
  padding: 60px 0;
  background: linear-gradient(90deg, #1565c0 0%, #03a9f4 100%);
}
.top-section--case-study .top-section--banner {
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .service-hero {
    background: #ebf6fd url(../../img/spot/sp/bg_main_spot_sp.webp) no-repeat
      top center/contain;
  }
}
.top-section {
  position: relative;
}

.top-section--service-hero {
  height: 375px;
  padding: 75px 0 0;
  background: url(../../img/spot/bg_main_spot.webp) no-repeat top center/cover;
}

@media screen and (max-width: 767px) {
  .top-section--service-hero {
    height: auto;
    padding: 180px 30px 40px;
    background: transparent;
  }
}
@media screen and (max-width: 767px) {
  .top-section--service-hero .top-section__inner {
    display: flex;
    flex-direction: column;
  }
}
.top-section--service-hero .top-section__heading {
  font-size: 42px;
  letter-spacing: 0.5px;
  line-height: 1.4;
  color: #1565c0;
}

@media screen and (max-width: 767px) {
  .top-section--service-hero .top-section__heading {
    order: 2;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 38px;
    margin-right: -20px;
  }
}
.top-section--service-hero .top-section__sub-heading {
  display: block;
  font-weight: normal;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #1565c0;
}

@media screen and (max-width: 767px) {
  .top-section--service-hero .top-section__sub-heading {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 26px;
  }
}
.top-section__heading-caption {
  position: absolute;
  left: 500px;
  display: inline-block;
  border: 1px solid #1565c0;
  border-radius: 23px;
  color: #1565c0;
  padding: 6px 30px 6px 12px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 6px;
}

.top-section__heading-caption:hover {
  transition: 200ms;
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .top-section__heading-caption {
    position: relative;
    top: 0;
    left: 0;
    padding: 0 32px 0 14px;
    margin-top: 0px;
    margin-bottom: 5px;
  }
}
.top-section__heading-caption:before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 8px;
  top: 5px;
  background: url(../../img/spot/img_heading_caption.svg) no-repeat
    center/contain;
}

@media screen and (max-width: 767px) {
  .top-section__heading-caption:before {
    right: 10px;
    top: 7px;
  }
}
.top-section--service-hero .top-section__body {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .top-section--service-hero .top-section__body {
    order: 3;
    margin-top: 30px;
  }
}
.top-section--service-hero .top-section__body .c-button {
  text-align: center;
}

.top-section--service-hero .top-section__body .c-button:not(:first-child) {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .top-section--service-hero .top-section__body .c-button:not(:first-child) {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-section__buttons {
    order: 4;
  }
}
.top-section--service-hero .top-section__logo {
  position: absolute;
  right: 30px;
  bottom: 20px;
}

@media screen and (max-width: 767px) {
  .top-section--service-hero .top-section__logo {
    order: 1;
    position: static;
    margin-bottom: 20px;
  }
}
.top-section--overview {
  padding: 80px 0 60px;
}

@media screen and (max-width: 767px) {
  .top-section--overview {
    padding: 50px 30px 0;
    z-index: 1;
  }
}
.top-section--overview .top-section__inner {
  position: relative;
}

.top-section--overview .top-section__heading {
  position: static;
}

.top-section--overview .top-section__heading::after {
  content: "";
  display: block;
  position: absolute;
  top: -89px;
  right: 0;
  width: 449px;
  height: 309px;
}

.top-section--overview .top-section__heading.lazyloaded::after {
  background: url(../../img/spot/img_consept_spot.svg) no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .top-section--overview .top-section__heading::after {
    position: static;
    width: 100%;
    height: 197px;
    margin-top: 20px;
  }
}
.top-section--overview .top-section__body {
  margin-top: 30px;
}

.top-section--plan {
  padding: 190px 0 100px;
}

@media screen and (max-width: 767px) {
  .top-section--plan {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .top-section--plan .top-section__description {
    padding: 0 30px;
  }
}
.top-section--work {
  background: #ebf6fd;
  padding: 80px 0 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top-section--work {
    padding: 40px 30px 0;
    margin-bottom: 95px;
  }
}
.top-section--work .top-section__body {
  margin-top: 60px;
  margin-bottom: -80px;
}

@media screen and (max-width: 767px) {
  .top-section--work .top-section__body {
    margin-top: 40px;
  }
}
.top-section--work .top-section__more {
  display: flex;
  justify-content: center;
  transform: translateY(50%);
  position: relative;
  z-index: 1;
}

.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--contact {
  padding: 60px 0;
  background: linear-gradient(90deg, #1565c0 0%, #03a9f4 100%);
}

.top-section--banner {
  padding: 40px 0;
}

.top-section--faq {
  padding: 100px 0 40px;
}

@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__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--with-line {
  color: #1565c0;
  text-align: center;
  padding-top: 20px;
}

.top-section__heading--with-line:before,
.top-section__heading--with-line:after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  position: absolute;
  top: 0;
}

.top-section__heading--with-line:before {
  right: 50%;
  background: #03a9f4;
}

.top-section__heading--with-line:after {
  left: 50%;
  background: #1565c0;
}

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

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

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

@media screen and (max-width: 767px) {
  .top-section__body {
    margin-top: 30px;
  }
}
.top-section__more {
  margin-top: 60px;
  text-align: center;
}

.top-section__more a {
  text-decoration: none;
}

@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__block + .column__block {
  margin-top: 50px;
}

.column__heading {
  position: relative;
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #434e5b;
  padding: 15px 15px 15px 36px;
  background: #fafafa;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .column__heading {
    background: #ffffff;
    color: #434e5b;
    line-height: 1.4;
    font-size: 24px;
    padding: 0 0 15px;
    margin-bottom: 30px;
  }
}
.column__heading:before {
  content: "";
  position: absolute;
  display: block;
  background: #1565c0;
  height: 2px;
  width: 20px;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

@media screen and (max-width: 767px) {
  .column__heading:before {
    width: 100%;
    top: auto;
    height: 3px;
    bottom: 0;
    background: #f7f7f7;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .column__heading:after {
    content: "";
    position: absolute;
    display: block;
    height: 3px;
    bottom: 0;
    background: linear-gradient(90deg, #1565c0 0%, #03a9f4 100%);
    width: 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: 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;
  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 {
    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;
}

.column .slide-next-arrow {
  background: url(../../img/common/icon_arrow_slide_l_r.svg) no-repeat center;
}

.step__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .step__list {
    margin-top: 30px;
    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: 155px;
  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%;
    transform: translate(-50%, 50%) rotate(90deg);
  }
}
.step-card {
  width: 290px;
  height: 341px;
  border-radius: 6px;
  background: #ffffff no-repeat top 70px center;
  position: relative;
  padding: 180px 40px 40px;
}

@media screen and (max-width: 767px) {
  .step-card {
    width: 100%;
    height: 100%;
    padding-top: 170px;
    padding-bottom: 30px;
    background-position: top 20px center;
    background-size: 180px 130px;
  }
}
.step-card--1.lazyloaded {
  background-image: url(../../img/spot/img_step_spot_01.svg);
}

.step-card--2.lazyloaded {
  background-image: url(../../img/spot/img_step_spot_02.svg);
}

.step-card--3.lazyloaded {
  background-image: url(../../img/spot/img_step_spot_03.svg);
}

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

@media screen and (max-width: 767px) {
  .step-card__num {
    top: -7px;
    left: -10px;
    transform: none;
  }
}
.step-card__heading {
  margin: 0 -20px;
  color: #1565c0;
  font-weight: normal;
  font-size: 20px;
  font-weight: bold;
  line-height: 23px;
  text-align: center;
}

.step-card__text {
  margin-top: 15px;
  color: #323b44;
  font-size: 14px;
  line-height: 24px;
}

.step__filelink {
  margin-top: 25px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .step__filelink {
    margin-top: 15px;
  }
}
.step__filelink a {
  color: #1565c0;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .step__filelink a:hover {
    text-decoration: none;
  }
}
.faq__item:not(:first-child) {
  margin-top: 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%;
}

.introduction {
  background: #ebf6fd;
  padding: 50px 0 60px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .introduction {
    padding: 0 30px 40px;
    background: transparent;
  }
}
.introduction:after {
  content: "";
  display: block;
  border: transparent solid 40px;
  border-top-color: #ebf6fd;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
}

.introduction__inner {
  width: 1240px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .introduction__inner {
    width: 100%;
  }
}
.introduction__heading {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .introduction__heading {
    line-height: 36px;
  }
}
.introduction__body {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .introduction__body {
    margin-top: 30px;
  }
}
.introduction__list {
  display: flex;
  margin: 0 -20px;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .introduction__list {
    display: block;
    margin: 0;
    padding: 0;
  }
}
.introduction__item {
  width: 33.333%;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .introduction__item {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .introduction__item + .introduction__item {
    margin-top: 20px;
  }
}
.introduction-item {
  background: #ffffff;
  border-radius: 12px;
  padding: 105px 40px 35px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .introduction-item {
    padding: 90px 30px 25px;
  }
}
.introduction-item:before {
  content: "";
  display: block;
  background: no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  width: 195px;
  height: 112px;
  transform: translate(-50%, -22px);
}

@media screen and (max-width: 767px) {
  .introduction-item:before {
    height: 88px;
    transform: translate(-50%, -10px);
  }
}
.introduction-item--1.lazyloaded:before {
  background-image: url(../../img/spot/img_problem_spot_01.svg);
}

.introduction-item--2.lazyloaded:before {
  background-image: url(../../img/spot/img_problem_spot_02.svg);
}

.introduction-item--3.lazyloaded:before {
  background-image: url(../../img/spot/img_problem_spot_03.svg);
}

.introduction-item__text {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .introduction-item__text {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .overview {
    margin: 0 -30px;
  }
}
.overview__detail {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .overview__detail {
    margin-top: 60px;
  }
}
.overview-detail {
  border-top: #03a9f4 solid 6px;
  padding: 50px 60px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .overview-detail {
    padding: 30px 30px 60px;
  }
}
.overview-detail__block + .overview-detail__block {
  margin-top: 70px;
}

.overview-detail__heading {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 24px;
  color: #1565c0;
}

@media screen and (max-width: 767px) {
  .overview-detail__heading {
    text-align: left;
  }
}
.overview-detail__sub-title {
  font-weight: bold;
  color: #1565c0;
  font-size: 15px;
}

.overview-detail__body {
  display: flex;
}

@media screen and (max-width: 767px) {
  .overview-detail__body {
    display: block;
  }
}
.overview-detail__thumbnail {
  width: 370px;
}

@media screen and (max-width: 767px) {
  .overview-detail__thumbnail {
    width: 100%;
  }
}
.overview-detail__thumbnail img {
  width: 100%;
  height: auto;
}

.overview-detail__detail {
  flex: 1;
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .overview-detail__detail {
    margin-left: 0px;
    margin-top: 20px;
  }
}
.overview-detail__text {
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
}

.overview-detail__text a {
  color: #1565c0;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .overview-detail__text a:hover {
    text-decoration: none;
  }
}
.overview-detail__detail > .overview-detail__text:first-child {
  margin-top: 0px;
}

.overview-detail__text.-center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .overview-detail__text.-center {
    text-align: left;
  }
}
.overview-detail__list {
  display: flex;
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .overview-detail__list {
    margin-top: 30px;
    display: block;
  }
}
.overview-detail__list--simple {
  list-style: disc;
  margin-left: 1rem;
}

.overview-detail__item {
  padding: 180px 40px 40px;
  width: 33.333%;
}

.overview-detail__item.lazyloaded {
  background: #ebf6fd url(../../img/spot/img_point_spot_01.svg) no-repeat center
    top 30px;
}

@media screen and (max-width: 767px) {
  .overview-detail__item {
    padding: 180px 30px 40px;
    width: 100%;
  }
}
.overview-detail__item--1.lazyloaded {
  background-image: url(../../img/spot/img_point_spot_01.svg);
}

.overview-detail__item--2.lazyloaded {
  background-position: center top 35px;
  background-image: url(../../img/spot/img_point_spot_02.svg);
}

.overview-detail__item--3.lazyloaded {
  background-image: url(../../img/spot/img_point_spot_03.svg);
}

.overview-detail__item + .overview-detail__item {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .overview-detail__item + .overview-detail__item {
    margin-left: 0;
    margin-top: 20px;
  }
}
.overview-detail__item-heading {
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  margin: 0 -30px 20px;
}

@media screen and (max-width: 767px) {
  .overview-detail__item-heading {
    margin: 0 0 20px;
  }
}
.overview-detail__item-text {
  font-size: 14px;
  line-height: 28px;
}

.overview-detail__item-notice {
  color: #637487;
  font-size: 12px;
  line-height: 22px;
  margin-top: 10px;
}

.overview-detail__item-notice a {
  text-decoration: underline;
  color: #1565c0;
}

.overview-detail__item-notice a:hover {
  text-decoration: none;
}

.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;
  }
}
/* ↑ここまで */
.work__block + .work__block {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .work__block + .work__block {
    margin-top: 40px;
  }
}
.work__heading {
  padding-left: 40px;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.5;
  position: relative;
}

@media screen and (max-width: 767px) {
  .work__heading {
    padding-left: 0;
    padding-top: 20px;
  }
}
.work__heading:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #03a9f4;
  position: absolute;
  top: 20px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .work__heading:before {
    top: 0;
    left: 50%;
    width: 40px;
    margin-left: -20px;
  }
}
.work__text {
  padding-left: 40px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .work__text {
    font-size: 14px;
    padding-left: 0;
  }
}
.work__header {
  margin-bottom: 35px;
}

.work__list {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}

@media screen and (max-width: 767px) {
  .work__list {
    display: block;
    margin: 0;
  }
}
.work__item {
  padding: 20px;
  width: 33.333%;
}

@media screen and (max-width: 767px) {
  .work__item {
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .work__item + .work__item {
    margin-top: 20px;
  }
}
.work-card {
  background: #ffffff;
  height: 100%;
}

.work-card__detail {
  padding: 35px 30px 40px;
  position: relative;
}

.work-card__label {
  position: absolute;
  top: -15px;
  left: 30px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .work-card__label {
    font-size: 10px;
  }
}
.work-card__label-time {
  display: inline-block;
  background: #637487;
  color: #ffffff;
  line-height: 20px;
  padding: 5px 12px;
}

.work-card__label-online {
  display: inline-block;
  background: #1565c0;
  color: #ffffff;
  border-radius: 20px;
  line-height: 20px;
  padding: 5px 12px;
  margin-left: 10px;
}

.work-card__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.work-card__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.work-card__description {
  margin-top: 15px;
  font-size: 14px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .work-card__description {
    font-size: 12px;
    line-height: 20px;
  }
}
.work-card__description a {
  color: #1565c0;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .work-card__description a:hover {
    text-decoration: none;
  }
}
.work-card__button {
  margin-top: 20px;
}

.guidance-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 80px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 1000px;
  height: 160px;
  cursor: pointer;
  transition: 200ms;
  opacity: 1;
}

.guidance-link.lazyloaded {
  background: url(../../img/spot/btn_bg_guidance.webp) no-repeat top
    center/contain;
}

.guidance-link:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .guidance-link {
    transition: none;
  }
  .guidance-link:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .guidance-link {
    max-width: 315px;
    width: 100%;
    height: auto;
    border-radius: 20px;
    padding: 0;
  }
  .guidance-link.lazyloaded {
    background: url(../../img/spot/sp/btn_bg_guidance_sp.webp) no-repeat top
      center/contain;
  }
}
@media screen and (max-width: 767px) {
  .guidance-link:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 60%;
  }
}
.guidance-link__text {
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  line-height: 46px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .guidance-link__text {
    position: absolute;
    top: 50%;
    left: 30px;
    font-size: 28px;
    line-height: 39px;
    text-align: left;
    padding-right: 20%;
    transform: translateY(-50%);
  }
}
.plan {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
}

.plan__header {
  background: #1565c0;
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 42px;
  padding: 9px;
}

@media screen and (max-width: 767px) {
  .plan__header {
    font-size: 18px;
    line-height: 28px;
    padding: 15px 10px;
  }
}
.plan__body {
  padding: 50px 60px;
}

@media screen and (max-width: 767px) {
  .plan__body {
    padding: 40px 30px 60px;
  }
}
.plan__price-inner {
  display: flex;
}

@media screen and (max-width: 767px) {
  .plan__price-inner {
    display: block;
  }
}
.plan__price-item {
  width: 33.333%;
}

@media screen and (max-width: 767px) {
  .plan__price-item {
    width: 100%;
  }
}
.plan__price-item + .plan__price-item .plan__price-main {
  border-left: 1px solid #e0e4e8;
}

.plan__price-item + .plan__price-item .plan__price-sub {
  border-left: 1px solid #ffffff;
}

.plan__price-main {
  color: #1565c0;
  background: #ebf6fd;
  font-size: 32px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .plan__price-main {
    font-size: 24px;
    line-height: 42px;
  }
}
.plan__price-num {
  font-size: 42px;
}

@media screen and (max-width: 767px) {
  .plan__price-num {
    font-size: 38px;
    margin-right: 4px;
  }
}
.plan__price-unit {
  font-size: 26px;
  text-align: justify;
  margin: 0 -0.4em;
}

@media screen and (max-width: 767px) {
  .plan__price-unit {
    font-size: 16px;
  }
}
.plan__price-sub {
  color: #ffffff;
  background: #637487;
  font-size: 28px;
  font-weight: bold;
  line-height: 42px;
  padding: 6px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .plan__price-sub {
    font-size: 20px;
    line-height: 30px;
    padding: 5px;
  }
}
.plan__price-sub span {
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .plan__price-sub span {
    font-size: 20px;
  }
}
.plan__price-text {
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .plan__price-text {
    text-align: left;
  }
}
.plan__content {
  margin-top: 40px;
}

.plan__content-header {
  background: #637487;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 36px;
  text-align: center;
  padding: 9px;
  margin-bottom: 10px;
}

.plan__content-body {
  display: flex;
}

@media screen and (max-width: 767px) {
  .plan__content-body {
    display: block;
  }
}
.plan__content-item {
  background: #ebf6fd;
  padding: 30px;
}

.plan__content-item + .plan__content-item {
  margin-left: 6px;
}

@media screen and (max-width: 767px) {
  .plan__content-item + .plan__content-item {
    margin-left: 0;
    margin-top: 10px;
  }
}
.plan__content-heading {
  color: #1565c0;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .plan__content-heading {
    text-align: center;
  }
}
.plan__content-text {
  font-size: 14px;
  line-height: 24px;
}

.plan__content-text + .plan__content-text {
  margin-top: 10px;
}

.plan__content-notice {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .plan__content-notice {
    text-align: left;
  }
}
.plan__notice {
  margin-top: 30px;
  font-size: 14px;
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .plan__notice {
    line-height: 24px;
  }
}
.plan__notice-item a {
  color: #1565c0;
  text-decoration: underline;
}

.plan__notice-item a:hover {
  text-decoration: none;
}

.plan__notice-item b {
  font-weight: bold;
}

.plan__notice-item em {
  font-weight: bold;
  color: #1565c0;
}

@media screen and (max-width: 767px) {
  .plan__notice a {
    text-decoration: none;
  }
}
.plan__price-link {
  margin: 48px auto 0;
  text-align: center;
}

.plan__price-link a {
  color: #1565c0;
  font-size: 24px;
  font-weight: bold;
  text-decoration: underline;
}

.plan__support {
  display: flex;
  margin-top: 40px;
  padding-top: 50px;
  border-top: 1px solid #e0e4e8;
}

@media screen and (max-width: 767px) {
  .plan__support {
    margin-top: 40px;
    padding-top: 0;
    border-top: none;
    display: block;
  }
}
.plan__support-thumbnail {
  width: 340px;
}

@media screen and (max-width: 767px) {
  .plan__support-thumbnail {
    width: 100%;
  }
}
.plan__support-thumbnail img {
  width: 100%;
  height: auto;
}

.plan__support-detail {
  flex: 1;
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .plan__support-detail {
    margin-left: 0;
    margin-top: 25px;
  }
}
.plan__support-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 44px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .plan__support-title {
    margin-bottom: 10px;
  }
}
.plan__support-description {
  font-size: 14px;
  line-height: 2;
}

.service-logo {
  width: 320px;
  height: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .service-logo {
    max-width: 307px;
    width: 100%;
  }
}
.top-section--material {
  padding: 100px 0 40px;
}

@media screen and (max-width: 767px) {
  .top-section--material {
    padding: 40px 30px 0 30px;
  }
}
.top-material__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .top-material__items {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.top-material__items li {
  flex-basis: 270px;
  margin: 0 42px 32px 0;
  overflow: hidden;
}

.top-material__items::before {
  content: "";
  display: block;
  flex-basis: 270px;
  margin-right: 42px;
  order: 1;
}

.top-material__items::after {
  content: "";
  display: block;
  flex-basis: 270px;
  margin-right: 42px;
}

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

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

@media screen and (max-width: 767px) {
  .top-material__thumbnail {
    aspect-ratio: 4/3;
  }
}
.top-material__thumbnail img {
  max-width: 100%;
  height: auto;
  width: 270px;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .top-material__thumbnail img {
    width: 100%;
    height: 100%;
  }
}
.top-material__title {
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.4;
  padding-top: 8px;
}

@media screen and (max-width: 767px) {
  .top-material__title {
    font-size: 14px;
    height: 48px;
  }
}
.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;
  }
}
@media screen and (max-width: 767px) {
  .c-hero__sub-heading {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    position: static;
    margin-top: 0;
    padding: 0 30px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-template-risk-diagnose .c-breadcrumb {
    display: none;
  }
}
.c-breadcrumb__list {
  font-size: 12px;
  line-height: 18px;
  margin: auto;
  width: 1240px;
  color: #637487;
}

@media screen and (max-width: 767px) {
  .c-breadcrumb__list {
    font-size: 12px;
    width: 100%;
    line-height: 18px;
  }
}
.l-contents__breadcrumb--gray .c-breadcrumb__item a,
.l-contents__breadcrumb--gray .c-breadcrumb__item:not(:last-child):after {
  color: #637487;
}

@media screen and (max-width: 767px) {
  .l-contents__breadcrumb--gray .c-breadcrumb__item a,
  .l-contents__breadcrumb--gray .c-breadcrumb__item:not(:last-child):after {
    color: #1565c0;
  }
}
.title_logo {
  font-weight: bold;
  text-align: center;
}
.title_logo .small_title {
  font-size: 22px;
  color: #1565c0;
}
@media screen and (max-width: 768px) {
  .title_logo .small_title {
    font-size: 16px;
  }
}
.title_logo .title {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .title_logo .title {
    font-size: 18px;
  }
}
.title_logo .title .logo {
  width: 320px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .title_logo .title .logo {
    width: 180px;
  }
}

/*-------------------------
  FV
-------------------------*/
.fv {
  background-color: #f8fbff;
  background-image: url(../../img/spot/img_fv.webp);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  padding: 84px 0 44px;
}
@media screen and (min-width: 2000px) {
  .fv {
    background-position: 80% center;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    padding: 40px 0;
    background-image: url(../../img/spot/img_fv_sp.webp);
    background-size: cover;
    background-position: right top;
  }
}
.fv .box_fv {
  max-width: 1165px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .fv .box_fv {
    width: 90%;
  }
}
.fv .box_fv .inner_fv .catchcopy {
  font-size: 24px;
  color: #1565c0;
  background: #ffffff;
  display: inline-block;
  line-height: 1;
  padding: 12px 16px 7px;
  border: 2px solid #1565c0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .fv .box_fv .inner_fv .catchcopy {
    font-size: 16px;
    line-height: 1.2;
  }
}
.fv .box_fv .inner_fv .logo_no1 {
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .fv .box_fv .inner_fv .logo_no1 {
    margin-top: 16px;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
      1px 1px 0 #fff;
  }
}
.fv .box_fv .inner_fv .logo_no1 .logo {
  width: 448px;
}
@media screen and (max-width: 768px) {
  .fv .box_fv .inner_fv .logo_no1 .logo {
    width: 80%;
    margin: 0 auto;
    filter: drop-shadow(0px 0px 4px #ffffff) drop-shadow(0px 0px 4px #ffffff)
      drop-shadow(0px 0px 4px #ffffff);
  }
}
.fv .box_fv .inner_fv .logo_no1 .logo img {
  width: 100%;
}
.fv .box_fv .inner_fv .logo_no1 .no1 {
  width: 244px;
}
@media screen and (max-width: 768px) {
  .fv .box_fv .inner_fv .logo_no1 .no1 {
    width: 50%;
    margin: 16px 0 0;
  }
}
.fv .box_fv .inner_fv h1 {
  margin-top: 24px;
  font-size: 42px;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .fv .box_fv .inner_fv h1 {
    font-size: 30px;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
      1px 1px 0 #fff;
  }
}
.fv .box_fv .inner_fv h1 .middle {
  color: #1565c0;
  font-size: 52px;
}
@media screen and (max-width: 768px) {
  .fv .box_fv .inner_fv h1 .middle {
    font-size: 40px;
  }
}
.fv .box_fv .inner_fv h1 .big {
  color: #1565c0;
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  .fv .box_fv .inner_fv h1 .big {
    font-size: 42px;
  }
}
.fv .box_fv .inner_fv .box_btn {
  max-width: 521px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .fv .box_fv .inner_fv .box_btn {
    max-width: 100%;
  }
}
.fv .box_fv .inner_fv .box_btn > p:nth-child(n + 2) {
  margin-top: 16px;
}
.fv .box_fv .inner_fv .box_btn a {
  width: 100%;
  border-radius: 100px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .fv .box_fv .inner_fv .box_btn a {
    line-height: 1.3;
    font-size: 20px;
    padding: 8px 16px;
  }
}
.fv .box_fv .inner_fv .box_btn a span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .fv .box_fv .inner_fv .box_btn a span {
    margin-bottom: 0.2em;
  }
}
@media screen and (min-width: 769px) {
  .fv .box_fv .inner_fv .box_btn .btn_blue a span {
    display: inline-block;
  }
}
.fv .note {
  font-size: 12px;
  max-width: 1165px;
  margin: 38px auto 0;
  font-weight: bold;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    1px 1px 0 #fff;
}
@media screen and (max-width: 768px) {
  .fv .note {
    width: 90%;
  }
}

/*-------------------------
  ロゴ
-------------------------*/
.company .note {
  max-width: 1165px;
  margin: 0 auto;
  text-align: right;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .company .note {
    width: 90%;
    text-align: center;
    margin-top: 16px;
  }
}

/*-------------------------
  スポット産業医サービス産業医EXPRESS
-------------------------*/
.contents01 {
  background: #ebf6fd;
  padding: 60px 0 0;
}
.contents01 .inner_contents01 {
  max-width: 1165px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contents01 .inner_contents01 {
    width: 90%;
  }
}
.contents01 .inner_contents01 .contents_intr {
  margin-top: 30px;
  font-size: 22px;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contents01 .inner_contents01 .contents_intr {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .contents01 .inner_contents01 ul {
    display: flex;
    justify-content: space-between;
  }
}
.contents01 .inner_contents01 ul li {
  text-align: center;
  border-radius: 8px;
  width: 31%;
  background: #ffffff;
  padding: 16px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .contents01 .inner_contents01 ul li {
    width: 100%;
  }
}
.contents01 .inner_contents01 ul li h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  color: #1565c0;
}
.contents01 .inner_contents01 ul li .img {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .contents01 .inner_contents01 ul li .img {
    margin-top: 16px;
  }
}
.contents01 .inner_contents01 ul li .txt {
  margin-top: 24px;
  text-align: left;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
}
.contents01 .inner_contents01 ul li .txt span {
  color: #1565c0;
}
.contents01 .inner_contents01 ul li:nth-child(2) {
  transition: opacity 1.2s, visibility 1.2s, transform 1.2s;
}
.contents01 .inner_contents01 ul li:nth-child(3) {
  transition: opacity 1.5s, visibility 1.5s, transform 1.5s;
}
.contents01 .box_contact {
  margin-top: 60px;
  padding: 60px 0;
  background: url(../../img/common/bg_cvr_flyer.webp);
}
.contents01 .box_contact .inner_contact {
  max-width: 1165px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .contents01 .box_contact .inner_contact {
    width: 90%;
  }
}
.contents01 .box_contact .inner_contact h3 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contents01 .box_contact .inner_contact h3 {
    font-size: 24px;
    line-height: 1.3;
  }
}
.contents01 .box_contact .inner_contact .box_btn {
  margin-top: 24px;
}
@media screen and (min-width: 601px) {
  .contents01 .box_contact .inner_contact .box_btn {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}
.contents01 .box_contact .inner_contact .box_btn .btn_contact {
  width: 48%;
  border-radius: 8px;
  background: #fff;
  min-height: 100px;
  transition: all 0.8s;
}
@media screen and (max-width: 600px) {
  .contents01 .box_contact .inner_contact .box_btn .btn_contact {
    width: 100%;
    min-height: auto;
  }
  .contents01
    .box_contact
    .inner_contact
    .box_btn
    .btn_contact:nth-child(n + 2) {
    margin-top: 16px;
  }
}
.contents01 .box_contact .inner_contact .box_btn .btn_contact a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 10px 0;
}
@media screen and (max-width: 600px) {
  .contents01 .box_contact .inner_contact .box_btn .btn_contact a {
    padding: 12px;
  }
}
.contents01 .box_contact .inner_contact .box_btn .btn_contact a .img {
  width: 63px;
  margin-right: 8px;
}
@media screen and (max-width: 600px) {
  .contents01 .box_contact .inner_contact .box_btn .btn_contact a .img {
    width: 20%;
    margin-right: 16px;
  }
}
.contents01 .box_contact .inner_contact .box_btn .btn_contact a img {
  width: 100%;
}
.contents01 .box_contact .inner_contact .box_btn .btn_contact a .txt {
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .contents01 .box_contact .inner_contact .box_btn .btn_contact a .txt {
    width: 320px;
  }
}
@media screen and (max-width: 600px) {
  .contents01 .box_contact .inner_contact .box_btn .btn_contact a .txt {
    font-size: 12px;
    padding-right: 1em;
  }
}
.contents01 .box_contact .inner_contact .box_btn .btn_contact a .txt span {
  display: block;
  font-size: 24px;
  color: #1565c0;
}
@media screen and (max-width: 768px) {
  .contents01 .box_contact .inner_contact .box_btn .btn_contact a .txt span {
    font-size: 20px;
  }
}
.contents01 .box_contact .inner_contact .box_btn .btn_contact a:before {
  position: absolute;
  content: "";
  background: url(../../img/top/img_voice-arrow.webp) no-repeat center;
  background-size: contain;
  top: 50%;
  right: 16px;
  width: 16px;
  height: 28px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .contents01 .box_contact .inner_contact .box_btn .btn_contact a:before {
    width: 8px;
    height: 14px;
  }
}
.contents01 .box_contact .inner_contact .box_btn .btn_contact:hover {
  opacity: 0.5;
}

/*-------------------------
  なぜ、質の高い産業医が最短1分で見つかるの？
-------------------------*/
.contents03 {
  position: relative;
  background: #fafafa;
}
.contents03 .inner_contents03 {
  padding: 60px 0;
  max-width: 1165px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .contents03 .inner_contents03 {
    width: 90%;
  }
}
.contents03 .inner_contents03 h2 {
  font-weight: bold;
  line-height: 1;
}
.contents03 .inner_contents03 h2 .serif {
  position: relative;
  text-align: center;
  font-size: 22px;
  color: #1565c0;
  display: inline-block;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .contents03 .inner_contents03 h2 .serif {
    font-size: 18px;
    line-height: 1.3;
  }
}
.contents03 .inner_contents03 h2 .serif:after {
  content: "";
  background: url(../../img/spot/serif.svg) no-repeat center center;
  background-size: contain;
  width: calc(100% + 1em);
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.contents03 .inner_contents03 h2 .title {
  margin-top: 12px;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .contents03 .inner_contents03 h2 .title {
    font-size: 28px;
    line-height: 1.3;
  }
}
.contents03 .inner_contents03 h2 .title span {
  font-size: 42px;
  color: #1565c0;
}
@media screen and (max-width: 768px) {
  .contents03 .inner_contents03 h2 .title span {
    font-size: 36px;
  }
}
.contents03 .inner_contents03 .box_txt {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .contents03 .inner_contents03 .box_txt {
    margin-top: 24px;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
      1px 1px 0 #fff;
  }
}
.contents03 .inner_contents03 .box_txt h3 {
  font-size: 28px;
  font-weight: bold;
  color: #1565c0;
}
@media screen and (max-width: 768px) {
  .contents03 .inner_contents03 .box_txt h3 {
    font-size: 22px;
  }
}
.contents03 .inner_contents03 .box_txt .txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .contents03 .inner_contents03 .box_txt .txt {
    font-size: 16px;
  }
}
.contents03 .inner_contents03 .box_txt .note {
  margin-top: 30px;
  font-size: 12px;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    1px 1px 0 #fff;
}
.contents03 .inner_contents03 .no1 {
  position: absolute;
  width: 404px;
  right: -147px;
  bottom: 79px;
  z-index: 0;
}
@media screen and (max-width: 1380px) {
  .contents03 .inner_contents03 .no1 {
    width: 30%;
    right: -5%;
  }
}
@media screen and (max-width: 768px) {
  .contents03 .inner_contents03 .no1 {
    position: relative;
    right: auto;
    bottom: auto;
    width: 50%;
    margin: 24px auto 0;
  }
}
.contents03 .inner_contents03 .no1 img {
  width: 100%;
}
.contents03 .woman {
  position: absolute;
  bottom: 0;
  left: 11%;
  z-index: 0;
  width: 320px;
}
@media screen and (max-width: 1520px) {
  .contents03 .woman {
    left: 0%;
  }
}
@media screen and (max-width: 1380px) {
  .contents03 .woman {
    width: 20%;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .contents03 .woman {
    width: 70%;
    opacity: 0.2;
    left: -5%;
  }
}
.contents03 .woman img {
  width: 100%;
}

/*-------------------------
  スポット産業医サービス産業医EXPRESS選べる2つの方法
-------------------------*/
.contents04 {
  padding: 60px 0;
  text-align: center;
}
.contents04 .inner_contents04 {
  max-width: 1165px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contents04 .inner_contents04 {
    width: 90%;
  }
}
.contents04 .inner_contents04 h3 {
  margin-top: 30px;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contents04 .inner_contents04 h3 {
    font-size: 24px;
  }
}
.contents04 .inner_contents04 .chart {
  margin-top: 24px;
}
.contents04 .inner_contents04 .chart img {
  width: 100%;
}

/*-------------------------
  さあ、今すぐはじめてみましょう
-------------------------*/
.start {
  background: #1565c0;
  text-align: center;
  padding: 60px 0;
}
.start .inner_start {
  max-width: 1165px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .start .inner_start {
    width: 90%;
  }
}
.start .inner_start h2 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .start .inner_start h2 {
    line-height: 1.3;
    font-size: 28px;
  }
}
.start .inner_start ul {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .start .inner_start ul {
    display: flex;
    justify-content: center;
    gap: 16px;
  }
}
.start .inner_start ul li {
  background: #fff;
  border-radius: 100px;
}
.start .inner_start ul li a {
  font-size: 24px;
  padding: 20px 24px 14px;
  display: block;
  color: #1565c0;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .start .inner_start ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .start .inner_start ul li:nth-child(n + 2) {
    margin-top: 12px;
  }
}

/*-------------------------
  アカウントは無料で作成できます
-------------------------*/
.contents05 {
  padding: 60px 0;
  background: #ebf6fd;
}
.contents05 .inner_contents05 {
  max-width: 1165px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contents05 .inner_contents05 {
    width: 90%;
  }
}
.contents05 .btn_contents05 {
  max-width: 720px;
  margin: 30px auto 0;
  text-align: center;
}
.contents05 .btn_contents05 .serif {
  font-size: 20px;
  font-weight: bold;
  color: #1565c0;
  background: #fff;
  border-radius: 100px;
  border: 2px solid #1565c0;
  display: inline-block;
  line-height: 1;
  padding: 16px 62px;
  margin-bottom: -16px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .contents05 .btn_contents05 .serif {
    padding: 8px 24px;
    line-height: 1.3;
    font-size: 14px;
  }
}
.contents05 .btn_contents05 .btn_orange a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100px;
  font-size: 36px;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .contents05 .btn_contents05 .btn_orange a {
    line-height: 1.3;
    font-size: 24px;
    min-height: 80px;
  }
}
.contents05 .top-cta {
  margin: 30px auto 0;
  border-radius: 8px;
  max-width: 720px;
  padding: 36px 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .contents05 .top-cta {
    padding: 16px;
  }
}
.contents05 .top-cta .top-cta__inner {
  width: 100%;
}
.contents05 .top-cta .top-cta__inner h2 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .contents05 .top-cta .top-cta__inner h2 {
    font-size: 16px;
  }
}
.contents05 .top-cta .top-cta__inner h2 span {
  display: block;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .contents05 .top-cta .top-cta__inner h2 span {
    font-size: 28px;
  }
}
.contents05 .top-cta .top-cta__inner .top-cta__right {
  flex-basis: 320px;
}
.contents05
  .top-cta
  .top-cta__inner
  .top-cta__right
  .top-cta__right--heading
  span {
  font-size: 20px;
  display: inline-block;
  padding: 4px 24px;
}
.contents05 .top-cta .top-cta__inner .top-cta__right .btn_white {
  background: #fff;
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  font-size: 24px;
  font-weight: bold;
  color: #1565c0;
  border-radius: 100px;
  box-shadow: 0px 3px 8px rgba(50, 59, 68, 0.1);
}
@media screen and (max-width: 768px) {
  .contents05 .top-cta .top-cta__inner .top-cta__right .btn_white {
    min-height: 60px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contents05 .top-cta .top-cta__inner .top-cta__wrapper {
    margin-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .contents05 .top-cta .top-cta__inner .top-cta__left {
    flex-basis: 240px;
  }
}
@media screen and (max-width: 768px) {
  .contents05 .top-cta .top-cta__inner .top-cta__left {
    width: 100%;
  }
  .contents05 .top-cta .top-cta__inner .top-cta__left img {
    width: 50% !important;
  }
}

/*-------------------------
  ご依頼可能な面談メニュー
-------------------------*/
.contents06 {
  padding: 60px 0;
}
.contents06 .inner_contents06 {
  max-width: 1165px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contents06 .inner_contents06 {
    width: 90%;
  }
}
.contents06 .inner_contents06 .list_menu {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .contents06 .inner_contents06 .list_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
.contents06 .inner_contents06 .list_menu .list {
  width: 31%;
  border-radius: 16px;
  padding: 16px;
  box-sizing: border-box;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .contents06 .inner_contents06 .list_menu .list {
    width: 100%;
  }
  .contents06 .inner_contents06 .list_menu .list:nth-child(n + 2) {
    margin-top: 24px;
  }
}
.contents06 .inner_contents06 .list_menu .list h3 {
  text-align: center;
  font-size: 22px;
  color: #1565c0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contents06 .inner_contents06 .list_menu .list h3 {
    font-size: 18px;
  }
}
.contents06 .inner_contents06 .list_menu .list .img {
  margin-top: 8px;
}
.contents06 .inner_contents06 .list_menu .list .img img {
  width: 100%;
}
.contents06 .inner_contents06 .list_menu .list .box_date .time {
  margin-top: 12px;
  font-size: 14px;
  font-weight: bold;
  color: #1565c0;
}
.contents06 .inner_contents06 .list_menu .list .box_date .tag {
  display: flex;
  margin-top: 8px;
  gap: 8px;
}
.contents06 .inner_contents06 .list_menu .list .box_date .tag li {
  font-size: 14px;
  color: #637487;
  font-weight: bold;
  background: #ebf6fd;
  padding: 0 8px;
  border-radius: 100px;
}
.contents06 .inner_contents06 .list_menu .list .txt {
  margin: 16px 0 24px;
  font-size: 16px;
  line-height: 1.5;
}
.contents06 .inner_contents06 .list_menu .list .btn_blue {
  margin-top: auto;
}
.contents06 .inner_contents06 .list_menu .list .btn_blue a {
  width: 100%;
}

/*-------------------------
  スポット産業医サービス利用料金
-------------------------*/
.contents07 {
  background: #ebf6fd;
  padding: 60px 0;
}
.contents07 .contents_intr {
  font-size: 22px;
  text-align: center;
  margin-top: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contents07 .contents_intr {
    font-size: 16px;
  }
}
.contents07 .inner_contents07 {
  max-width: 1165px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contents07 .inner_contents07 {
    width: 90%;
  }
}

.spot__meeting-title {
  border-radius: 60px;
  background-color: #fff0ab;
  font-size: 42px;
  font-weight: bold;
  display: inline-block;
  width: 640px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .spot__meeting-title {
    padding: 16px;
    font-size: 20px;
    width: 100%;
  }
}
.spot__meeting-title span {
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .spot__meeting-title span {
    font-size: 20px;
  }
}
.spot {
  margin-top: 38px;
}

@media screen and (max-width: 767px) {
  .spot {
    margin-top: 0px;
  }
}
.spot__container {
  background-color: #ebf6fd;
  width: 1240px;
  margin: 0 auto;
  margin-bottom: 96px;
}

@media screen and (max-width: 767px) {
  .spot__container {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 96px;
    padding-bottom: 60px;
  }
}
.spot__container::before {
  content: "";
  display: block;
  width: 100%;
  height: 54px;
  background: linear-gradient(0deg, #ebf6fd 39.5%, #cae7fd 93%, #1565c0 99.5%);
}

.spot__inner {
  width: 1120px;
  margin: 0 auto;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .spot__inner {
    width: 100%;
    padding: 0 4vw 40px;
    padding-bottom: 0px;
  }
}
.spot__intro {
  position: relative;
  background: none;
}

.spot__title {
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .spot__title {
    font-size: 24px;
    line-height: 1.6;
  }
}
.spot__title span {
  font-size: 56px;
  color: var(--main-color);
  margin-right: 4px;
}

@media screen and (max-width: 767px) {
  .spot__title span {
    font-size: 36px;
    display: block;
  }
}
.spot__meeting {
  margin-top: 40px;

  .text-link {
    text-decoration: underline;
    color: #1565c0;
  }
  .text-link:hover {
    text-decoration: none;
  }
}

.spot__meeting-items {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.spot__meeting-items li {
  position: relative;
  border: 6px solid #cae7fd;
  border-radius: 16px;
  padding: 40px 40px 50px 40px;
  display: inline-block;
  background-color: #fff;
  text-align: left;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .spot__meeting-items li {
    padding: 20px;
  }
}
.spot__meeting-items li:nth-of-type(1) {
  padding-top: 72px;
  background: #fff url(../../img/price/img_price-spot__meeting01.svg) no-repeat
    690px 70px/330px 278px;
}

@media screen and (max-width: 767px) {
  .spot__meeting-items li:nth-of-type(1) {
    padding-top: 230px;
    background-position: center 30px;
    background-size: 220px auto;
  }
}
.spot__meeting-items li:nth-of-type(1)::before {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 172px;
  height: 68px;
  background: url(../../img/price/img_most_recommend.svg) no-repeat center
    top/contain;
}

@media screen and (max-width: 767px) {
  .spot__meeting-items li:nth-of-type(1)::before {
    width: 100px;
    height: 40px;
    top: -20px;
  }
}
.spot__meeting-items li:nth-of-type(2) {
  background: #fff url(../../img/price/img_price-spot__meeting02.svg) no-repeat
    700px 50px/330px 240px;
}

@media screen and (max-width: 767px) {
  .spot__meeting-items li:nth-of-type(2) {
    padding-top: 200px;
    background-position: center 20px;
    background-size: 220px auto;
  }
}
.spot__meeting-title {
  border-radius: 60px;
  background-color: #fff0ab;
  font-size: 42px;
  font-weight: bold;
  display: inline-block;
  width: 640px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .spot__meeting-title {
    padding: 16px;
    font-size: 20px;
    width: 100%;
  }
}
.spot__meeting-title span {
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .spot__meeting-title span {
    font-size: 20px;
  }
}
.spot__meeting-fee {
  color: var(--main-color);
  font-weight: bold;
  font-size: 36px;
  line-height: 1.2;
  margin-top: 24px;
}

.spot__meeting-fee b {
  font-size: 46px;
}

.spot__meeting-fee span {
  font-size: 20px;
  color: var(--text-color);
}

.spot__meeting-notice {
  font-weight: bold;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .spot__meeting-fee {
    text-align: center;
    font-size: 26px;
  }
  .spot__meeting-fee b {
    font-size: 36px;
  }
  .spot__meeting-fee span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
  }
  .spot__meeting-fee small {
    font-size: 26px;
  }
  .spot__meeting-notice {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 10px;
    text-align: center;
  }
}
.spot__meeting-items li:nth-of-type(2) .spot__meeting-notice {
  font-size: 14px;
  font-weight: normal;
}

.spot__meeting-description {
  font-weight: bold;
  font-size: 25px;
  line-height: 1.5;
  margin-top: 24px;
  /* .spot__meeting-description--button {
    tr {

    }
  } */
}

.spot__meeting-items li:nth-of-type(2) .spot__meeting-description {
  font-size: 20px;
}

.spot__meeting-detail {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .spot__meeting-description {
    font-size: 18px;
  }
  .spot__meeting-detail {
    font-size: 14px;
  }
}
.spot__meeting-buttons {
  display: flex;
}
@media screen and (min-width: 769px) {
  .spot__meeting-buttons {
    margin-top: 40px;
    justify-content: center;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .spot__meeting-buttons {
    flex-direction: column;
    margin-top: 36px;
    gap: 16px;
  }
}

.spot__meeting-buttons .c-button {
  width: 380px;
}

@media screen and (max-width: 767px) {
  .spot__meeting-buttons {
    margin-top: 20px;
  }
  .spot__meeting-buttons .c-button {
    width: 100%;
  }
}
.spot__meeting-table {
  width: 100%;
  margin-top: 32px;
  border-collapse: collapse;
}

@media screen and (max-width: 767px) {
  .spot__meeting-table thead {
    display: none;
  }
  .spot__meeting-table thead th,
  .spot__meeting-table tbody td {
    display: block;
    padding: 0px;
  }
  .spot__meeting-table tbody td::before {
    display: block;
    padding: 4px 0;
    background-color: #637487;
    color: #fff;
    font-size: 22px;
  }
  .spot__meeting-table tbody td:nth-of-type(1)::before {
    content: "60分";
  }
  .spot__meeting-table tbody td:nth-of-type(2)::before {
    content: "90分";
  }
  .spot__meeting-table tbody td:nth-of-type(3)::before {
    content: "120分";
  }
}
.spot__meeting-table th,
.spot__meeting-table td {
  text-align: center;
  padding: 0 10px;
  font-weight: bold;
}

.spot__meeting-table thead th {
  background-color: #637487;
  color: #fff;
  font-size: 30px;
}

.spot__meeting-table th:nth-of-type(2),
.spot__meeting-table th:nth-of-type(3),
.spot__meeting-table td:nth-of-type(2),
.spot__meeting-table td:nth-of-type(3) {
  border-left: 1px solid #fff;
}

.spot__meeting-table tbody td {
  background-color: #ebf6fd;
  color: var(--main-color);
  font-size: 28px;
  border-bottom: 1px solid #dee2e6;
}

.spot__meeting-table tbody tr:last-child td {
  border-bottom: none;
}

.spot__meeting-table thead th span,
.spot__meeting-table tbody td span {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .spot__meeting-table thead th span,
  .spot__meeting-table tbody td span {
    font-size: 20px;
  }
}
/*-------------------------
  さあ、今すぐはじめてみましょう アカウントは無料で作成できます
-------------------------*/
.contents08 {
  padding: 60px 0;
  background: url(../../img/common/bg_cvr_flyer.webp);
}
.contents08 .inner_contents08 {
  max-width: 1165px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents08 .inner_contents08 {
    width: 90%;
  }
}
.contents08 .inner_contents08 h2 {
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .contents08 .inner_contents08 h2 {
    font-size: 22px;
  }
}
.contents08 .inner_contents08 h2 span {
  display: block;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .contents08 .inner_contents08 h2 span {
    font-size: 28px;
  }
}
.contents08 .inner_contents08 .box_btn {
  position: relative;
  display: flex;
  margin-top: 30px;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .contents08 .inner_contents08 .box_btn {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .contents08 .inner_contents08 .box_btn {
    flex-direction: column;
    margin-top: 36px;
    gap: 16px;
  }
}
.contents08 .inner_contents08 .box_btn .btn_orange {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .contents08 .inner_contents08 .box_btn .btn_orange {
    width: 100%;
  }
}
.contents08 .inner_contents08 .box_btn .btn_orange a {
  width: 100%;
}
.contents08 .inner_contents08 .box_btn .btn_blue {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .contents08 .inner_contents08 .box_btn .btn_blue {
    width: 100%;
  }
}
.contents08 .inner_contents08 .box_btn .btn_blue a {
  width: 100%;
}
.contents08 .inner_contents08 .pc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -121px;
  z-index: 0;
  width: 282px;
}
@media screen and (max-width: 1325px) {
  .contents08 .inner_contents08 .pc {
    right: 0;
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .contents08 .inner_contents08 .pc {
    width: 50%;
    position: relative;
    transform: translateY(0);
    margin: 16px auto 0;
  }
}
.contents08 .inner_contents08 .pc img {
  width: 100%;
}

/*-------------------------
  よくあるご質問
-------------------------*/
.contents09 {
  padding: 60px 0;
}
.contents09 .inner_contents09 {
  max-width: 1165px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contents09 .inner_contents09 {
    width: 90%;
  }
} /*# sourceMappingURL=spot-top.css.map */
