@charset "UTF-8";
/* --- 共通パーツ：登録ボタンエリア --- */
.lp_btn {
  text-align: center;
  padding: 0 20px;
  position: relative;
  margin-top: 40px;
}

.lp_btn.no-padding {
  padding: 0;
}

.lp_btn p {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #333;
}

@media screen and (min-width: 768px) {
  .lp_btn p {
    font-size: 16px;
  }
}
.lp_btn .btn-primary {
  display: inline-block;
}

/* --- 下部：CTA（リード文）エリア --- */
.mv__bottom-cta {
  padding: 40px 20px;
  text-align: center;
  background-color: #fff;
  margin-bottom: 40px;
}

.mv__bottom-cta.is-loggedin {
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .mv__bottom-cta.is-loggedin {
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 768px) {
  .mv__bottom-cta {
    padding: 60px 20px;
    margin-bottom: 20px;
  }
}
.mv__lead-text {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .mv__lead-text {
    font-size: 16px;
  }
}
.mv__bottom-cta .lp_btn {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .mv__bottom-cta .lp_btn {
    margin-top: 40px;
  }
}
/* --- レコメンドエリア下部ボタンの左右余白調整 --- */
.recommend .lp_btn {
  padding: 0 20px;
}

/* ラボLPのみのh */
.lp-h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
}

@media screen and (min-width: 768px) {
  .lp-h2 {
    font-size: 40px;
  }
}
.lp-h3 {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .lp-h3 {
    font-size: 16px;
  }
}
.accent {
  color: var(--Primary-Color);
  background-color: #fff;
  padding: 0 0.1em;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  height: 1.2em;
  line-height: 1;
  margin: 0 0.1em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/* --- クリッカブル設定（共通パーツ） --- */
.js-clickable {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.3s, box-shadow 0.3s, opacity 0.3s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  pointer-events: auto;
}

@media (hover: hover) and (pointer: fine) {
  .js-clickable:hover {
    opacity: 0.9;
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  }
  .js-clickable:hover .solution__item-btn {
    background-color: #91E8ED;
    color: #fff;
  }
}
@media (hover: none) {
  .js-clickable:active {
    opacity: 0.8;
  }
}
/* --- 共通パーツ：ログインリンク --- */
.lp-login-link {
  margin-top: 20px;
  text-align: center;
}

.lp-login-link a {
  color: #666;
  font-size: 13px;
  text-decoration: underline;
  transition: opacity 0.3s;
}

.lp-login-link a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* --- MV --- */
.pl_lp_service01_mv {
  width: 100%;
  position: relative;
  background-color: #fff;
}

.pl_lp_service01_mv .pc-only {
  display: none;
}

@media screen and (min-width: 768px) {
  .pl_lp_service01_mv .pc-only {
    display: block;
  }
}
.pl_lp_service01_mv .sp-only {
  display: block;
}

@media screen and (min-width: 768px) {
  .pl_lp_service01_mv .sp-only {
    display: none;
  }
}
.pl_lp_service01_mv .mv__hero {
  position: relative;
  overflow: hidden;
  background-color: #3BBFBF;
  background-image: linear-gradient(to right, transparent 0%, transparent calc(50% - 96px), #3BBFBF calc(50% - 96px), #3BBFBF calc(50% + 96px), transparent calc(50% + 96px), transparent 100%), conic-gradient(#47C7C7 25%, transparent 25% 50%, #47C7C7 50% 75%, transparent 75%);
  background-size: 100% 100%, 128px 128px;
  background-position: center top, calc(50% - 32px) top;
  background-repeat: no-repeat, repeat;
}

@media screen and (min-width: 768px) {
  .pl_lp_service01_mv .mv__hero {
    background-image: linear-gradient(to right, transparent 0%, transparent calc(50% - 299px), #3BBFBF calc(50% - 299px), #3BBFBF calc(50% + 299px), transparent calc(50% + 299px), transparent 100%), conic-gradient(#47C7C7 25%, transparent 25% 50%, #47C7C7 50% 75%, transparent 75%);
    background-size: 100% 100%, 92px 92px;
    background-position: center top, calc(50% - 23px) top;
  }
}
@media screen and (min-width: 1024px) {
  .pl_lp_service01_mv .mv__hero {
    background-image: linear-gradient(to right, transparent 0%, transparent calc(50% - 391px), #3BBFBF calc(50% - 391px), #3BBFBF calc(50% + 391px), transparent calc(50% + 391px), transparent 100%), conic-gradient(#47C7C7 25%, transparent 25% 50%, #47C7C7 50% 75%, transparent 75%);
  }
}
.pl_lp_service01_mv .mv__hero-inner {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 0 20px;
  height: 192px;
}

@media screen and (min-width: 768px) {
  .pl_lp_service01_mv .mv__hero-inner {
    max-width: 1000px;
    padding: 0 40px;
    height: 322px;
  }
}
.pl_lp_service01_mv .mv__content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .pl_lp_service01_mv .mv__content-wrap {
    align-items: center;
  }
}
.pl_lp_service01_mv .mv__text-area {
  position: relative;
  z-index: 3;
  text-align: left;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .pl_lp_service01_mv .mv__text-area {
    text-align: center;
  }
}
.pl_lp_service01_mv .mv__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #3BBFBF;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 6px 20px 6px 20px;
  border-radius: 0 50px 50px 0;
  margin-left: -20px;
  position: relative;
}

.pl_lp_service01_mv .mv__badge::after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100vw;
  height: 100%;
  background: #fff;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .pl_lp_service01_mv .mv__badge {
    font-size: 24px;
    padding: 5px 40px;
    border-radius: 50px;
    margin-left: 0;
  }
  .pl_lp_service01_mv .mv__badge::after {
    display: none;
  }
}
.pl_lp_service01_mv .mv__badge-num {
  font-size: 1.4em;
  line-height: 1;
  font-weight: bold;
  margin: 0 2px 6px;
  display: inline-block;
  transform: translateY(1px);
}

.pl_lp_service01_mv .mv__badge .sparkle {
  margin-left: 5px;
  width: 18px;
  height: auto;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .pl_lp_service01_mv .mv__badge .sparkle {
    width: 24px;
  }
}
.pl_lp_service01_mv .mv__title {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
  -webkit-text-stroke: 4px #3BBFBF;
  paint-order: stroke fill;
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .pl_lp_service01_mv .mv__title {
    font-size: 48px;
  }
}
.pl_lp_service01_mv .mv__subtitle {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  -webkit-text-stroke: 4px #3BBFBF;
  paint-order: stroke fill;
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .pl_lp_service01_mv .mv__subtitle {
    font-size: 18px;
  }
}
.pl_lp_service01_mv .mv__illustrations {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.pl_lp_service01_mv .mv__illust-woman {
  position: absolute;
  right: -10px;
  bottom: -50px;
  width: 112px;
  height: auto;
  z-index: 2;
  will-change: transform;
}

@media screen and (min-width: 768px) {
  .pl_lp_service01_mv .mv__illust-woman {
    right: -5%;
    bottom: -30px;
    width: 30%;
    max-width: 170px;
  }
}
.pl_lp_service01_mv .mv__illust-man {
  position: absolute;
  left: 8%;
  bottom: 30px;
  width: 35%;
  max-width: 300px;
  height: auto;
  z-index: 2;
  will-change: transform;
}

@media screen and (min-width: 768px) {
  .pl_lp_service01_mv .mv__illust-man {
    left: -5%;
    max-width: 220px;
  }
}
.pl_lp_service01_mv .mv__pill {
  position: absolute;
  z-index: 1;
  will-change: transform;
}

.pl_lp_service01_mv .mv__pill--1 {
  top: 20px;
  left: 50%;
  width: 40px;
}

@media screen and (min-width: 768px) {
  .pl_lp_service01_mv .mv__pill--1 {
    top: 40px;
    left: 20%;
    width: 60px;
  }
}
.pl_lp_service01_mv .mv__pill--2 {
  bottom: 10px;
  left: 55%;
  width: 40px;
}

@media screen and (min-width: 768px) {
  .pl_lp_service01_mv .mv__pill--2 {
    bottom: -10px;
    left: 40%;
    width: 52px;
  }
}
.pl_lp_service01_mv .mv__pill--3 {
  top: 40px;
  right: 25%;
  width: 80px;
}

@media screen and (min-width: 768px) {
  .pl_lp_service01_mv .mv__pill--3 {
    top: 200px;
    right: 16%;
    width: 80px;
  }
}
.pl_lp_service01_mv .mv__lead-area {
  padding: 40px 20px;
  text-align: center;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .pl_lp_service01_mv .mv__lead-area {
    padding: 60px 20px;
  }
}
.pl_lp_service01_mv .mv__lead-text {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .pl_lp_service01_mv .mv__lead-text {
    font-size: 16px;
  }
}
.pl_lp_service01_mv .mv__lead-area .lp_btn {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .pl_lp_service01_mv .mv__lead-area .lp_btn {
    margin-top: 40px;
  }
}
/* --- コンテンツセクション --- */
.contents {
  background-color: var(--Primary-LightColor);
  padding: 40px 20px 60px;
  position: relative;
  z-index: 1;
  margin-top: -50px;
}

.contents::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: var(--Primary-LightColor);
  clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
}

@media screen and (min-width: 768px) {
  .contents::before {
    top: -60px;
    height: 60px;
  }
}
.contents__header {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contents__label {
  margin-bottom: 15px;
}

.contents__label img {
  height: 25px;
  width: auto;
}

.contents .study-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: var(--Primary-Color);
}

.contents__sub-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.contents .solution__items {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .contents .solution__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .contents .solution__items {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(3, 1fr);
  }
}
.contents .solution__item {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.contents .solution__item-top {
  display: flex;
  align-items: center;
  padding: 15px 15px 0;
  gap: 15px;
}

@media screen and (min-width: 768px) {
  .contents .solution__item-top {
    display: block;
    padding: 0;
  }
}
.contents .solution__item-img {
  width: 45%;
  flex-shrink: 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .contents .solution__item-img {
    width: 100%;
    padding: 10px 10px 0;
  }
}
.contents .solution__item-img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.contents .solution__item-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media screen and (min-width: 768px) {
  .contents .solution__item-head {
    flex-direction: row;
    align-items: center;
    padding: 20px 15px 0;
    gap: 10px;
  }
}
.contents .solution__item-body {
  padding: 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .contents .solution__item-body {
    padding: 15px 15px 20px;
  }
}
.contents .solution__item-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 4px;
  width: fit-content;
}

.contents .solution__item-tag i {
  font-size: 1.2em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .contents .solution__item-tag {
    font-size: 12px;
  }
}
.contents .solution__item--gold .solution__item-tag {
  background: #E6B422;
  color: #fff;
}

.contents .solution__item--gold .solution__item-tag::before {
  background-image: url("/images/pharma-labo/intro/icon_lock.svg");
}

.contents .solution__item--blue .solution__item-tag {
  background: var(--Primary-Color);
  color: #fff;
}

.contents .solution__item--blue .solution__item-tag::before {
  display: none;
}

.contents .solution__item-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

@media screen and (min-width: 768px) {
  .contents .solution__item-title {
    font-size: 22px;
  }
}
.contents .solution__item-text {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 20px;
  flex-grow: 1;
}

@media screen and (min-width: 768px) {
  .contents .solution__item-text {
    font-size: 15px;
    margin-bottom: 25px;
  }
}
.contents .solution__item-btns {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contents .solution__item-btn {
  background-color: #fff;
  border: 1px solid var(--Primary-Color);
  border-radius: 50px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
}

.contents .solution__item-btn .btn-text {
  color: var(--Primary-Color);
  font-weight: bold;
  font-size: 14px;
}

.contents .solution__item-btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid var(--Primary-Color);
  border-right: 2px solid var(--Primary-Color);
  transition: border-color 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .contents .solution__item-btn:hover {
    background-color: var(--Primary-Color);
  }
  .contents .solution__item-btn:hover .btn-text {
    color: #fff;
  }
  .contents .solution__item-btn:hover::after {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}
/* --- おすすめコンテンツ --- */
.recommend {
  background-color: #fff;
  padding: 60px 0;
}

@media screen and (min-width: 768px) {
  .recommend {
    padding: 80px 0;
  }
}
.recommend__inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .recommend__inner {
    padding: 0 20px;
  }
}
.recommend__header {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .recommend__header {
    padding: 0 20px;
  }
}
.recommend .recommend__title-icon {
  width: 34px;
  height: 34px;
  object-fit: contain;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .recommend .recommend__title-icon {
    width: 36px;
    height: 36px;
  }
}
.recommend .recommend__sub-title {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .recommend .recommend__sub-title {
    padding: 0 20px;
  }
}
.recommend .recommend__sub-title p {
  color: var(--Primary-Color);
  font-size: 15px;
  font-weight: bold;
  position: relative;
  padding: 0.8rem 1.5rem;
  border-bottom: 2px solid var(--Primary-Color);
  width: fit-content;
  margin: 0 auto;
}

.recommend .recommend__sub-title p::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top-color: var(--Primary-Color);
}

.recommend .recommend__sub-title p::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-top-color: #fff;
  margin-top: -1px;
}

.recommend .recommend__sub-title h3 {
  padding-top: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .recommend .recommend__sub-title h3 {
    padding-top: 20px;
    font-size: 26px;
  }
}
.recommend .recommend__title-wrap {
  display: inline-block;
  position: relative;
  text-align: center;
  max-width: calc(100% - 90px);
}

@media screen and (min-width: 768px) {
  .recommend .recommend__title-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: none;
  }
}
.recommend .recommend__title-icon {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 7px;
  width: 34px;
  height: 34px;
  object-fit: contain;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .recommend .recommend__title-icon {
    position: static;
    transform: none;
    width: 36px;
    height: 36px;
    margin-right: 15px;
  }
}
.recommend .recommend__title-wrap--single {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: none;
}

.recommend .recommend__title-icon--single {
  position: static;
  transform: none;
}

.recommend .recommend__title-text {
  text-align: center;
}

.recommend__slider.swiper {
  width: 100%;
  overflow: hidden;
  padding-bottom: 40px;
  --swiper-theme-color: var(--Primary-Color);
  --swiper-pagination-color: var(--Primary-Color);
}

.recommend__slider.swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.recommend__slider.swiper .swiper-slide {
  height: auto;
  display: flex;
}

@media screen and (min-width: 768px) {
  .recommend__slider.swiper {
    overflow: visible;
    padding-bottom: 0;
  }
  .recommend__slider.swiper .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    transform: none;
  }
  .recommend__slider.swiper .swiper-slide {
    width: calc((100% - 40px) / 3);
    height: auto;
    margin-right: 0;
  }
  .recommend__slider.swiper .swiper-pagination {
    display: none;
  }
}
.recommend__card {
  background: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  text-align: left;
  pointer-events: auto;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

@media (hover: hover) and (pointer: fine) {
  .recommend__card:hover {
    opacity: 0.7;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    transform: translateY(-5px);
  }
}
.recommend__card-img {
  padding: 10px;
}

.recommend__card-img img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

.recommend__card-body {
  padding: 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.recommend__card-tag {
  background: var(--Primary-Color);
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 11px;
  margin-bottom: 10px;
  width: fit-content;
}

.recommend__card-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
}

.recommend__card-subtitle {
  font-size: 14px;
  font-weight: bold;
  color: #555;
}

/* --- 登録の流れ --- */
.flow {
  background-color: #f5f5f5;
  padding: 80px 20px;
}

@media screen and (max-width: 767px) {
  .flow {
    padding: 60px 20px;
  }
}
.flow__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.flow__header {
  text-align: center;
  margin-bottom: 40px;
}

.flow__header .flow__label {
  margin-bottom: 20px;
}

.flow__header .flow__label img {
  height: 25px;
  width: auto;
  display: inline-block;
}

.flow__header .flow__lead {
  margin-top: 15px;
  line-height: 1.6;
  font-size: 16px;
}

.flow__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  list-style: none;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .flow__list {
    flex-direction: row;
    gap: 25px;
    align-items: stretch;
  }
}
.flow__item {
  flex: 1;
  position: relative;
  display: flex;
}

.flow__item-inner {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .flow__item-inner {
    flex-direction: row;
    align-items: center;
    padding: 10px 20px;
    gap: 20px;
  }
}
.flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 1;
  border-style: solid;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 20px 20px 0 20px;
  border-color: #444 transparent transparent transparent;
}

@media screen and (min-width: 768px) {
  .flow__item:not(:last-child)::after {
    bottom: auto;
    top: 50%;
    right: -22px;
    left: auto;
    transform: translateY(-50%);
    border-width: 12px 0 12px 15px;
    border-color: transparent transparent transparent #444;
  }
}
.flow__step-num {
  color: var(--Primary-Color);
  font-weight: bold;
  font-size: 14px;
}

.flow__step-num span {
  font-size: 28px;
}

.flow__step-title {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
  line-height: 1.3;
}

.flow__step-desc {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.flow__item-img {
  width: 100%;
  margin-top: auto;
  border-radius: 12px;
  overflow: hidden;
}

.flow__item-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

@media screen and (max-width: 767px) {
  .flow__item-img {
    width: 100px;
    flex-shrink: 0;
    margin-top: 0;
    margin-left: auto;
  }
}
/* 追従バナーの基本スタイル */
.sticky-banner {
  position: fixed;
  bottom: -100px;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  transition: bottom 0.4s ease-out;
  z-index: 1000;
  padding: 15px 20px 20px;
  box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.15);
  pointer-events: none;
  visibility: hidden;
}

.sticky-banner.is-show {
  bottom: 0;
  pointer-events: auto;
  visibility: visible;
}

/* --- 旧 pl-lp_common.css より移植 --- */
.account_header .hover-opacity {
  pointer-events: none;
  opacity: 1;
}

.footer__message {
  background-color: var(--Primary-Color);
  background-image: url("/images/pharma-labo/intro/bg_pattern_plus.png");
  background-repeat: repeat-x;
  background-size: 700px auto;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .footer__message {
    background-size: 700px auto;
  }
}
.footer__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.4;
}

.footer__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.footer__service-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .footer__service-list {
    flex-direction: row;
    align-items: stretch;
    gap: 30px;
  }
}
.footer__card {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
}

@media screen and (min-width: 768px) {
  .footer__card {
    width: 48%;
    padding: 40px 30px;
  }
}
.footer__label-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.footer__label {
  width: 100%;
  max-width: 230px;
  box-sizing: border-box;
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  font-size: 15px;
  padding: 8px 12px;
}

@media screen and (max-width: 768px) {
  .footer__label {
    font-size: 15px;
    padding: 6px 2px;
    min-height: 46px;
  }
}
.footer__label--blue {
  background: var(--Primary-Color);
  color: #fff;
}

.footer__label--orange {
  background: var(--cl-500-or);
  color: #fff;
}

.footer__arrow {
  width: 0;
  height: 0;
  border: 6px solid transparent;
  margin-top: -1px;
}

.footer__arrow--blue {
  border-top-color: var(--Primary-Color);
}

.footer__arrow--orange {
  border-top-color: var(--cl-500-or);
}

.footer__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 100%;
}

.footer__logo img {
  width: 100% !important;
  height: auto;
}

.footer__logo--labo img {
  max-width: 180px;
  width: 90% !important;
}

.footer__logo--staff img {
  max-width: 210px;
  transform: translateY(-4px);
}

.footer__illust {
  text-align: center;
  margin-bottom: 40px;
}

.footer__illust-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 450px;
}

@media screen and (min-width: 768px) {
  .footer__illust-inner {
    max-width: 750px;
  }
}
#group_chara img {
  width: 100%;
  height: auto;
  display: block;
}

#group_lightbulb {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -6%;
  width: 20%;
  max-width: 100px;
}

@media screen and (min-width: 768px) {
  #group_lightbulb {
    top: 0%;
    width: 20%;
    max-width: 140px;
  }
}
#group_lightbulb img {
  width: 100%;
  height: auto;
  display: block;
  animation: float-bulb 3s ease-in-out infinite alternate, glow-bulb 2s ease-in-out infinite alternate;
}

@keyframes float-bulb {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-12px);
  }
}
@keyframes glow-bulb {
  0% {
    opacity: 0.85;
    filter: drop-shadow(0 0 0px rgba(255, 215, 0, 0));
  }
  100% {
    opacity: 1;
    filter: drop-shadow(0 0 15px rgba(255, 215, 0, 0.8));
  }
}
.footer__card-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 25px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .footer__card-title {
    font-size: 23px;
  }
}
.footer__card-title--blue {
  color: var(--Primary-Color);
}

.footer__card-title--orange {
  color: var(--cl-500-or);
}

.footer__card-text {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  text-align: justify;
  text-justify: inter-character;
  width: 100%;
  margin-bottom: 30px;
  flex-grow: 1;
}

.footer__card-text p {
  margin-bottom: 1em;
}

.footer__card-text p:last-child {
  margin-bottom: 0;
}

.footer__link-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .footer__link-block:hover {
    opacity: 0.6;
  }
}