@charset "UTF-8";

article {
  font-family: "Noto Sans JP", sans-serif !important;
}
.contents > section:nth-child(even) {
  background-color: #fff;
}
.contents > section:nth-child(odd) {
  background-color: #fff3f0;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.width-900 {
  max-width: 900px !important;
}
.width-1100 {
  width: 100% !important;
  max-width: 1100px !important;
}
.bg-white {
  background: #fff !important;
}
.bg-lightpink {
  background: rgba(254, 245, 242, 1) !important;
}
.service_merit_sec {
  padding-bottom: 40px !important;
}
@media screen and (min-width: 875px) {
  .service_chara_sec .cont_inner {
    padding-bottom: 38px !important;
  }
}
@media screen and (max-width: 769px) {
  .service_page_nav .page_nav_item:nth-child(1) .page_nav_body,
  .service_page_nav .page_nav_item:nth-child(2) .page_nav_body {
    padding-top: 6px !important;
  }
}
@media screen and (min-width: 960px) {
  .pd-30 {
    padding-top: 8px !important;
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 769px) {
  .pd-30 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

/* ページ内リンク */

#merit01,
#merit02,
#merit03,
#merit04,
#merit05 {
  scroll-margin-top: 62px;
}
@media screen and (max-width: 769px) {
  #merit01,
  #merit02,
  #merit03,
  #merit04,
  #merit05 {
    scroll-margin-top: 56px;
  }
}

/* -------------------------------------------
 * ヒーローセクション
 * ------------------------------------------- */

.u-sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-sp-only {
    display: block;
  }
}

.p-hero-survey {
  width: 100%;
  background: linear-gradient(0deg, #ffebeb 0%, #fff8f8 100%);
  padding: 20px 0;
  box-sizing: border-box;
}

.p-hero-survey__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}

.p-hero-survey__body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

/* テキストユニット */
.p-hero-survey__text-unit {
  flex: 0 1 auto;
}

.p-hero-survey__heading {
  margin: 0 0 14px 0;
  padding: 0;
}

.p-hero-survey__label {
  display: block;
  color: #e64a7b;
  font-size: 3rem;
  margin-bottom: 4px;
  line-height: 1.2;
}

.p-hero-survey__title {
  display: block;
  color: #e64a7b;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.p-hero-survey__desc {
  margin: 0;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 500;
}

/* 画像ユニット (PCサイズ: 190px) */
.p-hero-survey__image-unit {
  flex: 0 0 190px;
  width: 190px;
}

.p-hero-survey__image-unit img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .p-hero-survey {
    padding: 16px 0;
  }

  .p-hero-survey__inner {
    padding: 0 20px;
  }

  .p-hero-survey__body {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }

  .p-hero-survey__label {
    font-size: 1.9rem;
    margin-bottom: 4px;
  }

  .p-hero-survey__title {
    font-size: 1.9rem;
  }

  .p-hero-survey__heading {
    margin-bottom: 10px;
  }

  .p-hero-survey__desc {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  /* 画像ユニット (SPサイズ: 137px) */
  .p-hero-survey__image-unit {
    flex: 0 0 auto;
    width: 137px;
    margin: 0 auto;
  }
}

/* -------------------------------------------
 * サービス利用満足度カード
 * ------------------------------------------- */

/* カード外枠 */
.p-satisfaction-card {
  max-width: 900px;
  margin: 10px auto 0;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(214, 68, 118, 0.2);
  border-radius: 24px;
  padding: 20px 30px;
  box-sizing: border-box;
}

/* ヘッダー部分（アイコン＋タイトル） */
.p-satisfaction-card__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}

/* アイコン（背景ピンクの四角） */
.p-satisfaction-card__icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  background-color: #d64a73;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-satisfaction-card__icon img {
  width: 16px;
  height: auto;
}

/* カード内タイトル */
.p-satisfaction-card__title {
  margin: 0;
  color: #d64a73;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.4;
}

/* 本文テキスト */
.p-satisfaction-card__text {
  margin: 0;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 500;
}

.p-satisfaction-card__text .marker {
  background: linear-gradient(transparent 60%, #ffff00 60%);
}

/* 強調テキスト（ピンク・太字） */
.u-text-pink {
  color: #d64a73;
}
.u-text-bold {
  font-weight: 700;
}

/* --- スマートフォン対応 (393px) --- */
@media screen and (max-width: 768px) {
  .p-satisfaction-card {
    margin-top: 10px;
    padding: 18px 30px;
    border-radius: 16px;
  }

  .p-satisfaction-card__head {
    gap: 12px;
    margin-bottom: 16px;
  }

  .p-satisfaction-card__icon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }

  .p-satisfaction-card__icon img {
    width: 20px;
  }

  .p-satisfaction-card__title {
    font-size: 1.8rem;
  }

  .p-satisfaction-card__text {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: justify;
  }
}

/* -------------------------------------------
 * 満足度詳細リスト（メリットブロック）
 * ------------------------------------------- */
.service_merit_sec.bg-lightpink {
  background-color: #fff5f7;
  padding: 20px 0 !important;
}

.p-merit-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

/* 各カードの設定 */
.p-merit-card {
  display: flex;
  align-items: center;
  width: calc(33.333% - 14px);
  background-color: #fff;
  border-radius: 12px;
  padding: 0 15px;
  text-decoration: none;
  color: #000;
  position: relative;
  box-sizing: border-box;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  min-height: 94px;
  box-shadow: 0px 0px 6px 0px rgba(255, 217, 209, 0.8);
}

.p-merit-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(230, 74, 123, 0.1);
}

/* イラスト部分 (PCでは左側) */
.p-merit-card__img {
  flex: 0 0 80px;
  margin-right: 0;
}

.p-merit-card__img img {
  width: 85%;
  height: auto;
  display: block;
}

/* テキスト部分 (PCでは右側) */
.p-merit-card__content {
  flex: 1;
  padding-right: 15px;
}

.p-merit-card__title {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0 0 5px 0;
}

.p-merit-card__score {
  font-size: 1.4rem;
  margin: 0;
}

.u-num {
  color: #e64a7b;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.u-percent {
  color: #e64a7b;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 2px;
}

/* 右下の矢印アイコン */
.p-merit-card__arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 24px;
  height: 24px;
  background-color: #d64a73;
  border-radius: 50%;
}

.p-merit-card__arrow::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

/* --- スマートフォン版 (393px想定) --- */
@media screen and (max-width: 768px) {
  .service_merit_sec.bg-lightpink {
    background-color: #fff5f7;
    padding: 20px 0 !important;
  }

  .p-merit-list {
    gap: 12px;
    padding: 0 10px;
    justify-content: flex-start;
  }

  .p-merit-card {
    flex-direction: column;
    text-align: center;
    width: calc(50% - 6px);
    padding: 10px 10px 10px;
    min-height: auto;
  }

  /* テキストを上に、画像を下に配置換え */
  .p-merit-card__content {
    order: 1;
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }

  .p-merit-card__img {
    order: 2;
    flex: 0 0 auto;
    width: 70%;
    max-width: 86px;
    margin-right: 0;
  }

  .p-merit-card__title {
    font-size: 1.4rem;
    height: auto;
  }

  .p-merit-card__img img {
    width: 100%;
    max-width: 86px;
  }

  .u-num {
    font-size: 1.9rem;
  }

  .u-percent {
    font-size: 1.9rem;
  }

  .p-merit-card__arrow {
    right: 8px;
    bottom: 8px;
  }
}

/* -------------------------------------------
 * 詳細ブロック：全体枠
 * ------------------------------------------- */
.p-merit-detail {
  max-width: 900px;
  margin: 30px auto;
  background: #fff;
  box-shadow: 0px 0px 10px -2px rgba(214, 68, 118, 0.3);
  border-radius: 30px;
  padding: 15px 30px;
  box-sizing: border-box;
}

.p-merit-detail__header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 14px;
}

/* --- グラフ画像ユニット --- */
.p-merit-detail__graph-unit {
  flex: 0 0 90px;
  width: 90px;
}

.p-merit-detail__graph-img {
  width: 90%;
  height: auto;
  display: block;
}

/* タイトルエリア */
.p-merit-detail__title {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  color: #000;
}

.p-merit-detail__title .u-num {
  font-size: 2.6rem;
}

.p-merit-detail__title .u-percent {
  font-size: 1.9rem;
}

/* 中部：要約テキスト（左のピンク線） */
.p-merit-detail__summary {
  border-left: 4px solid #d64a73;
  padding-left: 20px;
  margin-bottom: 14px;
}

.p-merit-detail__summary p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000;
}

/* 下部：利用者の声 */
.p-merit-detail__voice-label {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #000;
}

.p-merit-voice {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.p-merit-voice__item {
  background: rgba(255, 246, 249, 1);
  border-radius: 15px;
  padding: 15px 20px;
  position: relative;
}

/* 引用符アイコン */
.p-merit-voice__item::before,
.p-merit-voice__item::after {
  content: "“";
  position: absolute;
  font-family: serif;
  font-size: 7.9rem;
  color: rgba(255, 226, 236, 1);
  line-height: 1;
}
.p-merit-voice__item::before {
  top: -2px;
  left: 15px;
}
.p-merit-voice__item::after {
  bottom: 46px;
  right: 15px;
  transform: rotate(180deg);
}

.p-merit-voice__text {
  position: relative;
  z-index: 1;
  margin: 0 0 15px 0;
  font-size: 1.4rem;
  line-height: 1.5;
}

.p-merit-voice__user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.p-merit-voice__user-img {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.p-merit-voice__user-img img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.p-merit-voice__user-info {
  margin: 0;
  font-size: 1.3rem;
}

/* -------------------------------------------
 * スマートフォン対応 (393px)
 * ------------------------------------------- */
@media screen and (max-width: 768px) {
  .p-merit-detail {
    padding: 10px 15px;
    border-radius: 20px;
    margin: 20px 0;
  }

  .p-merit-detail__header {
    flex-direction: column;
    text-align: center;
    gap: 3px;
    margin-bottom: 5px;
  }

  /* SPではタイトルをグラフより上に配置 */
  .p-merit-detail__title-unit {
    order: -1;
  }

  .p-merit-detail__title {
    font-size: 1.5rem;
    text-align: left;
  }

  .p-merit-detail__title .u-num {
    font-size: 1.9rem;
  }

  .p-merit-detail__title .u-percent {
    font-size: 1.4rem;
  }

  .p-merit-detail__graph-unit {
    flex: 0 0 86px;
    width: 86px;
  }

  .p-merit-detail__summary {
    padding-left: 15px;
    margin-bottom: 14px;
  }

  .p-merit-detail__summary p {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .p-merit-voice__item {
    padding: 20px;
  }

  .p-merit-voice__text {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0 0 10px 0;
  }
  .p-merit-voice {
    gap: 10px;
  }
  .p-merit-detail__voice-label {
    margin: 0 0 12px 0;
    font-size: 1.7rem;
  }
}

/* -------------------------------------------
 * 利用者が評価したポイント（白い円アイコン）
 * ------------------------------------------- */

/* セクション全体の背景と余白 */
.service_merit_sec.bg-lightpink-b {
  background-color: #fff5f7 !important;
  padding: 60px 0 45px 0;
}

/* カードを並べるコンテナ */
.p-point-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 80px;
}

/* 各カードのスタイル */
.p-point-card {
  flex: 1;
  background: #fff;
  border-radius: 24px;
  padding: 40px 20px 30px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}

/* PC版：アイコン背景の白い円 */
.p-point-card__icon {
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  width: 93px;
  height: 93px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

/* 実際のアイコン画像 */
.p-point-card__icon img {
  width: 75px;
  height: auto;
  display: block;
}

.p-point-card__title {
  color: #e64a7b;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}

.p-point-card__desc {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #000;
  text-align: left;
}

/* -------------------------------------------
 * スマートフォン対応 (393px想定)
 * ------------------------------------------- */
@media screen and (max-width: 768px) {
  .service_merit_sec.bg-lightpink-b {
    padding: 40px 0 40px 0;
  }

  .p-point-list {
    flex-direction: column;
    gap: 20px;
    margin-top: 5px;
    padding: 0 15px;
  }

  .p-point-card {
    padding: 5px 15px 15px 15px;
    text-align: left;
    border-radius: 16px;
  }

  /* SP版では横並びにするため、配置をリセット */
  .p-point-card__head {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }

  .p-point-card__icon {
    position: static;
    transform: none;
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    margin-right: 4px;
    background-color: #fff;
    box-shadow: none;
  }

  .p-point-card__icon img {
    width: 44px;
  }

  .p-point-card__title {
    margin-bottom: 0;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.2;
  }

  .p-point-card__desc {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

/*--------------------------------------------
見出し
--------------------------------------------*/
.cont_inner h2.midasi {
  color: #de4983;
  font-weight: 700;
  font-size: 2rem;
  position: relative;
  padding: 0.5rem 0 0.8rem 0;
  text-align: center;
  line-height: 1.4;
}
.cont_inner h2.midasi span {
  display: block;
  font-size: 1.8rem;
  color: #000;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0.2em;
}
.cont_inner h2.midasi:before {
  position: absolute;
  top: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 2px;
  content: "";
  border-radius: 3px;
  background: #de4983;
}
@media screen and (min-width: 750px) {
  .cont_inner h2.midasi {
    font-size: 3rem;
    line-height: 1.3;
  }
  .cont_inner h2.midasi span {
    font-size: 2.8rem;
    display: inline;
    margin-bottom: 0;
  }
}

/*--------------------------------------------
追従バナー
--------------------------------------------*/
#cvr_fbanner_b {
  display: none;
}
@media screen and (max-width: 769px) {
  #cvr_fbanner_b {
    display: flex !important;
    z-index: 100 !important;
    transition:
      opacity 0.3s,
      visibility 0.3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  #cvr_fbanner_b.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .fbanner {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    background-color: rgb(50 50 50 / 20%);
    position: fixed;
    bottom: -1px;
    left: 0;
  }
  .fbanner a.bg3 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(180deg, #f73f89 0%, #e3216f 100%);
    border-radius: 50px;
    position: relative;
    box-shadow: 1px 1px 4px gray;
    padding: 15px;
    margin: 10px auto;
    width: 85%;
  }
  .fbanner a.bg3 span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fbanner a.bg3 span.attention {
    background-image: none;
    background-position: inherit;
    margin: 0;
    display: inline-block;
    line-height: 1.2;
    background-color: #fff;
    border-radius: 10px;
    color: rgba(214, 68, 118, 1);
    padding-top: 4px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 1.6rem;
    position: relative;
  }
  .fbanner a.bg3::after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
  }
  .fbanner a.bg3 {
    padding-right: 40px;
  }
}

/* -------------------------------------------
 * データが裏付けるtype女性の転職エージェントが選ばれる理由
 * ------------------------------------------- */
.can_outer {
  display: flex;
  align-items: center;
  justify-content: end;
  max-width: 930px;
  margin: -15px 0 15px 0;
}
.can_outer div {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/images/top/can_fukidashi.webp) no-repeat center;
  width: 440px;
  height: 100px;
}
.can_outer p {
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  padding: 0 30px;
}
.can_list_slick {
  width: 100%;
  max-width: 1000px;
  -webkit-user-select: text; /* Chrome / Safari */
  -moz-user-select: text; /* Firefox */
  -ms-user-select: text; /* IE10+ */
  user-select: text; /* Standard */
}
.can_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column;
  width: 100%;
}
.can a {
  transition: 0.5s;
}
.can_card {
  margin: 0 10px 10px 10px;
  width: 358px;
  min-height: 333px;
}
.can_img_wrapper {
  position: relative;
  margin: 0 auto;
  padding: 45px 15px 20px 15px;
  background: rgba(255, 247, 247, 1);
  border-radius: 9px;
}
.can_img_wrapper img {
  width: 100%;
  max-width: 312px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.can_card_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 25px;
}
.can_img_wrapper p.nayami {
  position: absolute;
  top: -6%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 4.2rem;
  color: #e05a87;
  display: inline-block;
  border-bottom: 3px solid #e05a87;
  padding-bottom: 10px;
  line-height: 1;
  padding: 0 6px 7px 6px;
}
.can_img_wrapper p.nayami span {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
.can_img_wrapper h3.title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #e05a87;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.can_card_text {
  position: relative;
  width: 100%;
  max-width: 333px;
  min-height: 172px;
  background: rgba(255, 247, 247, 1);
}
.can_card_text p:first-of-type {
  font-size: 1.3rem;
  color: #d64476;
  font-weight: 500;
  text-align: left;
  padding: 10px 0 10px 0;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.can_card_text p:last-of-type {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.can_card_text .marker {
  background: linear-gradient(transparent 60%, #ffff00 60%);
  font-weight: bold;
}
.can_list_slick .slick-prev:before,
.can_list_slick .slick-next:before {
  font-size: 1.9rem;
}
@media screen and (max-width: 769px) {
  .can_outer {
    justify-content: center;
  }
  .can_outer div {
    max-width: 263px;
    height: 100px;
  }
  .can_outer picture img {
    min-width: 110px;
  }
  .can_img_wrapper p.nayami {
    font-size: 4.6rem;
  }
  .can_outer p {
    font-size: 1.4rem;
    padding: 0 30px;
  }
  .can_card_text {
    min-height: 165px;
  }
  .can_card_text p:last-of-type {
    font-size: 1.3rem;
  }
}

/* -------------------------------------------
 * アンケート調査の実施概要
 * ------------------------------------------- */
.p-survey-outline {
  padding: 0 0 40px 0;
  background-color: #fff;
}

.p-survey-outline__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* タイトル */
.p-survey-outline__title {
  font-size: 2.4rem;
  color: rgba(30, 41, 57, 1);
  line-height: 1.2;
  flex: 0 0 auto;
  white-space: nowrap;
}

/* テーブル外枠 */
.p-survey-outline__table-wrapper {
  flex: 1;
  max-width: 700px;
}

.p-survey-outline__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
}

.p-survey-outline__table th,
.p-survey-outline__table td {
  padding: 12px 25px;
  border-bottom: 1px solid #ccc;
  font-size: 1.4rem;
  text-align: left;
}

.p-survey-outline__table tr:last-child th,
.p-survey-outline__table tr:last-child td {
  border-bottom: none;
}

/* 左列（項目名） */
.p-survey-outline__table th {
  background-color: #f2f2f2;
  color: #d64a73;
  font-weight: 700;
  width: 130px;
  line-height: 1.2;
  white-space: nowrap;
}

/* 右列（内容） */
.p-survey-outline__table td {
  background-color: #fff;
  color: #000;
  line-height: 1.5;
}

/* PC専用の改行制御 */
.u-pc-only {
  display: block;
}

/* -------------------------------------------
 * スマートフォン対応 (393px想定)
 * ------------------------------------------- */
@media screen and (max-width: 960px) {
  .p-survey-outline__inner {
    flex-direction: column;
    text-align: center;
    gap: 30px;
    padding: 0 20px;
  }

  .p-survey-outline {
    padding: 0 0 40px 0;
  }

  .p-survey-outline__title {
    font-size: 2.6rem;
    white-space: normal;
  }

  .p-survey-outline__table-wrapper {
    width: 100%;
  }

  .p-survey-outline__table th,
  .p-survey-outline__table td {
    padding: 15px;
    font-size: 1.4rem;
  }

  .p-survey-outline__table th {
    width: 100px;
  }

  .u-pc-only {
    display: none;
  }
}

/*------------------
ctaボタン
------------------*/

.iyoku_sec {
  background: #ffdee9 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-flow: column;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.iyoku_sec a {
  transition: 0.4s;
}

.iyoku_sec a:not(.iyoku_entry):hover {
  transform: translate(0, 5px);
  -webkit-transform: translate(0, 5px);
  background-color: #ff78ab33;
}

.iyoku_sec a.iyoku_entry:hover {
  transform: translate(0, 5px);
  -webkit-transform: translate(0, 5px);
  opacity: 0.5;
}

p.iyoku_entry_p {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 295px;
  width: 100%;
  padding: 10px 12px;
  margin: 0 auto 22px;
  background: #ff71a6;
  color: #fff;
  font-weight: 700;
  font-size: 1.9rem;
  border-radius: 8px;
  line-height: 1.4;
  box-sizing: border-box;
  z-index: 2;
}

/* 吹き出しの三角形部分 */
p.iyoku_entry_p::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #ff71a6 transparent transparent transparent;
}

.iyoku_text_p {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  position: relative;
  z-index: 2;
  text-align: center;
  color: rgba(214, 68, 118, 1);
}

.iyoku_area {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding-top: 15px;
}

.iyoku_button_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding: 15px 12px;
}

a.iyoku_nayami_a {
  border: 2px solid #ff78ab;
  box-shadow: 0px 2px 12px 0px rgba(227, 64, 126, 0.45);
  background: #fff;
  height: 62px;
  width: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 62px;
  position: relative;
}

a.iyoku_nayami_a span {
  color: #e3407e;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
  padding-left: 35px;
}

a.iyoku_nayami_a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 2px solid #e3407e;
  border-right: 2px solid #e3407e;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.iyoku_woman_icon {
  height: 62px !important;
  width: auto;
  position: absolute;
  bottom: -0.5px;
  left: 20px;
}

.iyoku_entry {
  color: #eb2d7a;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  padding: 10px 0 10px 15px;
  position: relative;
}

.iyoku_entry::before {
  content: "";
  display: block;
  position: absolute;
  top: 10.5px;
  left: -10px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #eb2d7a;
}

.iyoku_entry::after {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  left: -4px;
  width: 6px;
  height: 6px;
  border-top: 1.8px solid #fff;
  border-right: 1.8px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 769px) {
  p.iyoku_entry_p {
    font-size: 1.9rem;
    width: 260px;
    height: 45px;
    margin: -8px 0 20px 0;
  }

  p.iyoku_entry_p span {
    padding: 0 5px;
  }

  .iyoku_sec {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .iyoku_text_p {
    font-size: 1.9rem;
    line-height: 1.4;
    padding-bottom: 8px;
  }

  .iyoku_area {
    flex-flow: column;
    padding-top: 5px;
  }

  .iyoku_button_box {
    padding: 10px 0;
  }

  a.iyoku_nayami_a {
    width: 300px;
    height: 54px;
  }

  a.iyoku_nayami_a span {
    font-size: 1.4rem;
    line-height: 1.2;
    padding-left: 30px;
  }

  .iyoku_woman_icon {
    height: 62px !important;
  }

  .iyoku_entry {
    font-size: 1.4rem;
    margin: 18px 0 0 20px;
    padding: 0;
  }

  .iyoku_entry::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.5px;
    left: -22px;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #eb2d7a;
  }

  .iyoku_entry::after {
    content: "";
    display: block;
    position: absolute;
    top: 6.5px;
    left: -16px;
    width: 5px;
    height: 5px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
