@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;
}
.pd-0 {
  padding: 0 !important;
}
.width-900 {
  max-width: 900px !important;
}
.width-1100 {
  width: 100% !important;
  max-width: 1100px !important;
}
.width-1150 {
  width: 100% !important;
  max-width: 1150px !important;
  padding: 0 !important;
}
.bg-white {
  background: #fff !important;
}
.bg-lightpink {
  background: rgba(255, 243, 240, 1);
}
.bg-palepink {
  background: rgba(255, 231, 233, 1) !important;
}
.service_merit_sec {
  padding-bottom: 25px !important;
}
@media screen and (min-width: 875px) {
  .service_chara_sec .cont_inner {
    padding-bottom: 38px !important;
  }
}
@media screen and (max-width: 770px) {
  .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: 770px) {
  .pd-30 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

/* ページ内リンク */

#interview,
#charm {
  scroll-margin-top: 62px;
}
#comment,
#strength {
  scroll-margin-top: 90px;
}
@media screen and (max-width: 770px) {
  #interview,
  #charm {
    scroll-margin-top: 56px;
  }
  #comment,
  #strength {
    scroll-margin-top: 86px;
  }
}

/*--------------------------------------------
タイトルエリア
--------------------------------------------*/
.case-container * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.case-container {
  color: #333333;
  line-height: 1.6;
  background-color: #fff;
  padding: 20px 0;
}

.case-inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 16px;
}

/* --- ヘッダーエリア --- */
.case-header {
  display: flex;
  justify-content: space-between;
}

.case-header-text {
  flex: 1;
}

.case-no {
  color: #d34e7c;
  font-size: 1.4rem;
  margin-bottom: 8px;
}

.case-main-title {
  color: #d34e7c;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 15px;
}

/* PC版を基準とした設定 */
.case-profile-summary-area {
  border-bottom: 1px solid rgba(197, 197, 197, 1);
  padding-bottom: 10px;
  margin-right: 30px;
}

.case-profile-summary {
  font-size: 1.4rem;
  line-height: 1.2;
  display: block;
  color: rgba(54, 65, 83, 1);
}

.profile-divider {
  margin: 0 5px;
  color: rgba(150, 150, 150, 1);
}

.case-header-avatar img {
  width: 100px;
  height: auto;
}

/* --- タグリスト --- */
.case-tag-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.case-tag-item {
  color: rgba(17, 172, 203, 1);
  border: 1px solid rgba(17, 172, 203, 1);
  font-size: 1.2rem;
  padding: 2px 12px;
  border-radius: 4px;
}

/* --- 紹介文ボックス --- */
.case-description-box {
  background-color: rgba(255, 243, 243, 1);
  border-left: 3px solid rgba(214, 68, 118, 1);
  box-shadow:
    0px 1px 2px -1px rgba(0, 0, 0, 0.1),
    0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 15px;
}

.case-description-text {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #000;
}

/* --- 比較セクション（カード全体） --- */
.comparison-section-title {
  color: #d34e7c;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}

.comparison-card {
  background: #ffffff;
  border: 2px solid #f0f0f0;
  border-radius: 20px;
  padding: 20px;
}

/* --- 転職前・後の矢印タブ --- */
.comparison-tab-container {
  display: flex;
  margin-bottom: 10px;
  height: 25px;
}

.tab-before,
.tab-after {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  position: relative;
}

.tab-before {
  background-color: rgba(188, 188, 188, 1);
  border-radius: 4px 0 0 4px;
  clip-path: polygon(
    0% 0%,
    calc(100% - 15px) 0%,
    100% 50%,
    calc(100% - 15px) 100%,
    0% 100%
  );
  padding-right: 15px;
}

.tab-after {
  background-color: #d34e7c;
  border-radius: 0 4px 4px 0;
  margin-left: -15px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 15px 50%);
  padding-left: 15px;
}

/* --- 比較項目の行 --- */
.comparison-row {
  margin-bottom: 8px;
}

.row-category {
  font-size: 1.4rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  color: #000;
}

.row-icon {
  width: 20px;
  height: auto;
  margin-right: 10px;
}

.row-flex {
  display: flex;
  align-items: center;
  gap: 12px;
}

.box-before,
.box-after {
  flex: 1;
  background-color: #f8f8f8;
  color: #000;
  padding: 15px;
  border-radius: 12px;
  font-size: 1.4rem;
  line-height: 1.4;
  min-height: 60px;
  display: flex;
  align-items: center;
}

.box-after {
  background-color: #fff1f4;
}

.row-arrow {
  position: relative;
  width: 16px;
  height: 2px;
  background-color: #d34e7c;
  border-radius: 10px;
  flex-shrink: 0;
  margin: 0 4px;
}

.row-arrow::before,
.row-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  width: 9px;
  height: 2px;
  background-color: #d34e7c;
  border-radius: 10px;
  transform-origin: right center;
}

.row-arrow::before {
  transform: rotate(45deg);
}

.row-arrow::after {
  transform: rotate(-45deg);
}

.text-bold {
  font-weight: bold;
}

/* --- レスポンシブ設計 (PC版: 770px以上) --- */
@media screen and (min-width: 770px) {
  .case-comparison-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  }

  .comparison-section-title {
    width: 220px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
  }

  .comparison-card {
    flex: 1;
    padding: 16px 16px 4px 16px;
  }

  .comparison-tab-container {
    margin-left: 122px;
    margin-bottom: 14px;
    height: 35px;
  }

  .comparison-row {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .row-category {
    width: 100px;
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .case-tag-list {
    margin-top: 10px;
  }

  .row-icon {
    width: 22px;
  }

  .row-flex {
    flex: 1;
  }

  .sp-only {
    display: none;
  }
}

/* --- レスポンシブ設計 (SP版: 770px以下) --- */
@media screen and (max-width: 770px) {
  .case-main-title {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 0;
  }

  .case-header {
    align-items: center;
  }

  .case-header-avatar img {
    width: 70px;
  }

  .case-profile-summary-area {
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 10px;
  }

  .case-profile-summary {
    font-size: 1.3rem;
  }

  .case-container {
    padding: 20px 0 40px 0;
  }

  .case-tag-item {
    font-size: 1.1rem;
  }

  .comparison-section-title {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .case-no {
    font-size: 1.3rem;
    margin-bottom: 0;
    padding-bottom: 5px;
  }

  .comparison-card {
    padding: 15px;
  }

  .row-flex {
    gap: 3px;
  }

  .tab-before,
  .tab-after {
    font-size: 14px;
  }

  .box-before,
  .box-after {
    font-size: 13px;
    padding: 12px;
  }
}

/*--------------------------------------------
リンクボタンエリア
--------------------------------------------*/
.bg-lightpink {
  background-color: #fff1f4;
  padding: 25px 0 0 0;
}
.bg-palepink {
  padding: 25px 0 0 0;
}

.cont_inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 16px;
}

.merit-links-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.merit-link-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  text-decoration: none;
  color: #000;
  padding: 20px 25px;
  border-radius: 12px;
  box-shadow: 0px 0px 6px 0px rgba(255, 217, 209, 0.8);
  transition:
    opacity 0.3s ease,
    transform 0.5s ease;
}

.merit-link-card:hover {
  transform: translateY(-2px);
}

.merit-link-text {
  font-size: 1.6rem;
  line-height: 1;
  padding-right: 15px;
}

.merit-link-arrow-wrap {
  width: 22px;
  height: 22px;
  background-color: #d34e7c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.merit-link-arrow {
  display: inline-block;
  width: 10px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  flex-shrink: 0;
  transform: rotate(90deg);
}

.merit-link-arrow::before,
.merit-link-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  width: 6px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 10px;
  transform-origin: right center;
}

.merit-link-arrow::before {
  transform: rotate(45deg);
}

.merit-link-arrow::after {
  transform: rotate(-45deg);
}

/* --- レスポンシブ設計 (PC版: 770px以上) --- */
@media screen and (min-width: 770px) {
  .merit-links-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px 25px;
  }

  .merit-link-card {
    padding: 5px 20px;
    min-height: 58px;
  }

  .merit-link-text {
    font-size: 1.6rem;
  }

  .pc-only {
    display: block;
  }
}

/* --- レスポンシブ設計 (SP版: 770px以下) --- */
@media screen and (max-width: 770px) {
  .bg-lightpink {
    padding: 20px 0;
  }

  .merit-link-text {
    font-size: 1.4rem;
  }

  .merit-link-card {
    padding: 15px 20px;
  }

  .pc-only {
    display: none;
  }
}

/* --- インタビューセクション共通設定 --- */
.interview-section {
  padding: 40px 16px;
  background-color: #fff;
}

.interview-inner {
  max-width: 980px;
  margin: 0 auto;
}

/* QAリスト */
.interview-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.interview-item {
  background-color: #fff3f7;
  border-radius: 20px;
  padding: 20px 15px;
}

/* 質問エリア (Q) */
.interview-q {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  padding: 0 5px;
}

.q-icon {
  width: 32px;
  height: 32px;
  background-color: #db4d79;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.6rem;
  flex-shrink: 0;
}

.q-text {
  font-size: 1.5rem;
  color: #000;
  margin: 0;
  line-height: 1.4;
}

/* 回答エリア (A) */
.interview-a {
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.a-icon {
  width: 30px;
  height: 30px;
  background-color: #feeef2;
  color: #db4d79;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.5rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.a-text {
  font-size: 1.4rem;
  color: #000;
  margin: 0;
  line-height: 1.6;
  text-align: justify;
}

/* --- PC版調整 (770px以上) --- */
@media (min-width: 770px) {
  .interview-section {
    padding: 50px 0;
  }

  .interview-list {
    gap: 30px;
  }

  .interview-item {
    padding: 20px;
    border-radius: 18px;
  }

  .interview-q {
    gap: 20px;
    margin-bottom: 20px;
  }

  .q-icon {
    width: 40px;
    height: 40px;
    font-size: 2rem;
  }

  .q-text {
    font-size: 1.6rem;
  }

  .interview-a {
    padding: 20px;
    border-radius: 16px;
    gap: 20px;
  }

  .a-icon {
    width: 40px;
    height: 40px;
    font-size: 2rem;
  }

  .a-text {
    font-size: 1.4rem;
  }
}

/* --- アドバイザーコメントセクション --- */
.advisor-comment-section {
  padding: 0 16px 30px 16px;
  background-color: #fff;
}

.advisor-comment-inner {
  max-width: 980px;
  margin: 0 auto;
}

/* コンテンツエリア */
.advisor-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 5px;
}

/* イラスト（SP版：カードの上） */
.advisor-img {
  width: 76px;
  margin-bottom: -20px;
  z-index: 2;
  position: relative;
}

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

/* テキストカード */
.advisor-card {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px 20px 20px 20px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 10px -2px rgba(214, 68, 118, 0.3);
  width: 100%;
  box-sizing: border-box;
}

/* 引用符 */
.advisor-text {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #000;
  margin: 0;
  position: relative;
  padding: 0 5px;
  text-align: justify;
}

/* 前の引用符（左上） */
.advisor-text::before {
  content: "“";
  position: absolute;
  top: -10px;
  left: 2px;
  font-size: 7rem;
  color: rgba(255, 226, 236, 1);
  font-family: serif;
  line-height: 1;
  z-index: -1;
}

/* 後の引用符（右下） */
.advisor-text::after {
  content: "”";
  position: absolute;
  bottom: -45px;
  right: -2px;
  font-size: 7rem;
  color: rgba(255, 226, 236, 1);
  font-family: serif;
  line-height: 1;
  z-index: -1;
}

/* --- PC版調整 (770px以上) --- */
@media (min-width: 770px) {
  .advisor-comment-section {
    padding: 0 0 40px 0;
  }

  .advisor-content {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 0;
  }

  /* カードの設定 */
  .advisor-card {
    width: 860px;
    padding: 20px 25px;
    order: 1;
  }

  /* イラストの設定（PC版：カードの右側） */
  .advisor-img {
    width: 108px;
    margin-bottom: 0;
    margin-left: 0;
    order: 2;
    top: 0;
  }

  .advisor-text {
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .advisor-text::before {
    top: -10px;
    left: -6px;
    font-size: 7rem;
    z-index: -1;
  }

  .advisor-text::after {
    bottom: -40px;
    right: 0;
    font-size: 7rem;
    z-index: -1;
  }
}

/*--------------------------------------------
CTAバナー
--------------------------------------------*/
.case-cta-wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

/* 上部のテキスト（＼ ／ 付き） */
.case-cta-heading {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: bold;
  color: rgba(214, 68, 118, 1);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.cta-slash {
  font-size: 1.8rem;
  font-weight: normal;
}

/* ボタン本体 */
.case-cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #f73f89 0%, #e3216f 100%);
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  height: 60px;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  transition:
    transform 0.5s ease,
    background-color 0.5s ease,
    opacity 0.5s ease;
}

.case-cta-button:hover {
  transform: translateY(5px);
  opacity: 0.9;
}

/* ボタン内テキスト */
.cta-button-text {
  font-size: 1.4rem;
  font-weight: bold;
  padding-left: 30px;
}

/* ボタン内の矢印（>） */
.cta-button-arrow {
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: 9px;
  position: relative;
  top: 0;
}

/* 女性のイラスト */
.cta-woman-illust {
  position: absolute;
  bottom: 8px;
  left: 15px;
  width: 34px;
}
.cta-woman-illust img {
  width: 100%;
  height: auto;
  display: block;
}

/*--------------------------------------------
PC版レイアウト（770px以上）
--------------------------------------------*/
@media (min-width: 770px) {
  .case-cta-wrapper {
    margin: 0 auto;
  }

  .case-cta-heading {
    font-size: 1.6rem;
    margin-bottom: 0;
  }

  .case-cta-button {
    max-width: 430px;
    height: 62px;
  }

  .cta-button-text {
    font-size: 1.8rem;
    padding-left: 30px;
  }

  .cta-woman-illust {
    width: 39px;
    left: 24px;
    bottom: 3px;
  }

  .cta-button-arrow {
    width: 10px;
    height: 10px;
    margin-left: 20px;
  }
}

/* --- 魅力紹介セクション共通 --- */
.agent-charms-section {
  padding: 40px 16px;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

.charms-inner {
  width: 100%;
  margin: 0 auto;
}

/* タイトルエリア */

.charms-pink-text {
  color: #db4d79;
  font-weight: bold;
  font-size: 2rem;
  display: block;
}

/* リストボックス本体 */
.charms-list-container {
  background-color: #fff;
  border: 3px solid rgba(234, 234, 234, 1);
  border-radius: 4px;
  padding: 20px 15px;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

.charms-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.charms-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(234, 234, 234, 1);
}

.charms-item:first-child {
  padding-top: 0;
}

.charms-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/* ピンクのチェックアイコン */
.charms-check-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  position: relative;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
}

/* チェックマークの描画 (SVG) */
.charms-check-icon::after {
  content: "";
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 14px;
  background-color: #db4d79;
  -webkit-mask-image: url("../../images/cases-page/check.svg");
  mask-image: url("../../images/cases-page/check.svg");

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.charms-text {
  font-size: 1.5rem;
  color: #000;
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
}

/* --- PC版調整 (770px以上) --- */
@media (min-width: 770px) {
  .agent-charms-section {
    padding: 60px 0;
  }

  .charms-pink-text {
    font-size: 3rem;
  }

  /* PC指定幅 696px */
  .charms-inner {
    max-width: 696px;
  }

  .charms-main-title {
    font-size: 3rem;
  }

  .charms-list-container {
    padding: 25px;
  }

  .charms-item {
    gap: 20px;
    padding: 20px 0;
  }

  .charms-check-icon {
    width: 26px;
    height: 26px;
  }

  .charms-check-icon::after {
    width: 22px;
    height: 22px;
  }

  .charms-text {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}

/*--------------------------------------------
利用者アンケート（強み）セクション
--------------------------------------------*/
.survey-section {
  padding: 0 16px;
  background-color: #fff;
}

.survey-inner {
  max-width: 100%;
  margin: 0 auto;
}

/* ヘッダータイトル */

.survey-pink-text {
  color: #db4d79;
  display: block;
  font-weight: bold;
  font-size: 2rem;
}

/* 白地角丸のコンテナ（SP版） */
.survey-container {
  background-color: #fff;
  border-radius: 24px;
  padding: 2px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}

/* 各QAの行（SP版はグラフが右側に並ぶ横フレックス） */
.survey-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid rgba(234, 234, 234, 1);
  gap: 10px;
}

.survey-item:last-child {
  border-bottom: none;
}

/* 王冠＋テキストのグループ */
.survey-item-content {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* 王冠画像 */
.survey-rank-icon {
  width: 38px;
  flex-shrink: 0;
}

.survey-rank-icon img {
  width: 100%;
  height: auto;
  display: block;
}

/* ランキングテキスト */
.survey-item-text {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  margin: 0;
}

/* 円グラフ画像 */
.survey-graph-box {
  width: 66px;
  flex-shrink: 0;
}

.survey-graph-box img {
  width: 100%;
  height: auto;
  display: block;
}

/* 下部注釈テキスト */
.survey-note {
  font-size: 1.1rem;
  color: #999;
  line-height: 1.5;
  margin: 15px 0 0 0;
  text-align: left;
}

/*--------------------------------------------
PC版レイアウト（770px以上）
--------------------------------------------*/
@media (min-width: 770px) {
  .survey-section {
    padding: 0 0 10px 0;
  }

  /* PC指定枠 980px */
  .survey-inner {
    max-width: 980px;
  }

  .survey-header {
    margin-bottom: 25px;
  }

  .survey-main-title {
    font-size: 3rem;
  }

  .survey-pink-text {
    font-size: 3rem;
    display: inline;
    margin-top: 0;
    margin-left: 5px;
  }

  .survey-container {
    display: flex;
    padding: 20px 0;
    border-radius: 20px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  }

  .survey-item {
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0 30px;
    border-bottom: none;
    border-right: 1px solid rgba(234, 234, 234, 1);
    gap: 7px;
  }

  .survey-item:last-child {
    border-right: none;
  }

  /* 王冠＋テキスト：PC版は中央揃え */
  .survey-item-content {
    justify-content: center;
    gap: 10px;
    min-height: 44px;
  }

  .survey-rank-icon {
    width: 44px;
  }

  .survey-item-text {
    font-size: 1.6rem;
    text-align: left;
  }

  .survey-graph-box {
    width: 100px;
  }

  .survey-note {
    font-size: 1.2rem;
    text-align: left;
    margin-top: 10px;
    color: rgba(139, 139, 139, 1);
  }
}

/*--------------------------------------------
Slickスライダー内 カードデザイン
--------------------------------------------*/

.service_list_item {
  padding: 5px;
  box-sizing: border-box;
}

.case-card-mini {
  background: #ffffff;
  border: 1px solid rgba(177, 177, 177, 1);
  border-radius: 12px;
  padding: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.case-card-header {
  border-bottom: 1px solid rgba(197, 197, 197, 1);
  padding-bottom: 10px;
  margin-bottom: 12px;
}

.case-card-title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 8px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 4.6rem;
}

.case-card-meta {
  font-size: 1.2rem;
  line-height: 1.2;
  color: rgba(54, 65, 83, 1);
  margin: 0;
}

.case-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 10px 0;
}

.case-tag {
  font-size: 1.1rem;
  color: #1ebbd7;
  border: 1px solid #1ebbd7;
  border-radius: 4px;
  padding: 4px 6px;
}

/* カード全体のリンク用のリセットとホバー効果 */
.case-card-mini-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
  transition: opacity 0.3s ease;
}

.case-card-mini-link:hover {
  opacity: 0.8;
}

/* 転職前/後バー */
.case-phase-bar {
  display: flex;
  margin-bottom: 12px;
}

.phase-before,
.phase-after {
  flex: 1;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  position: relative;
}

.phase-before {
  background-color: #b7b7b7;
  border-radius: 4px 0 0 4px;
}

/* 切り込みデザイン */
.phase-before::after {
  content: "";
  position: absolute;
  top: 0;
  right: -8px;
  border-style: solid;
  border-width: 12px 0 12px 8px;
  border-color: transparent transparent transparent #b7b7b7;
  z-index: 2;
}

.phase-after {
  background-color: #db4d79;
  border-radius: 0 4px 4px 0;
  padding-left: 8px;
}

/* 比較データエリア */
.data-flex-container {
  display: flex;
  align-items: center;
  gap: 6px;
}

.mini-box-before,
.mini-box-after {
  flex: 1;
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 10px;
  border-radius: 8px;
  min-height: 80px;
  display: flex;
  align-items: center;
}

.mini-box-before {
  background-color: rgba(249, 250, 251, 1);
  color: #000;
}

.mini-box-after {
  background-color: #feeef2;
  color: #000;
}

.data-arrow {
  width: 8px;
  height: 8px;
  border-top: 2px solid #db4d79;
  border-right: 2px solid #db4d79;
  transform: rotate(45deg);
  flex-shrink: 0;
}

/* PC版（スライダーの幅が十分ある場合）の微調整 */
@media (min-width: 770px) {
  .case-card-mini {
    padding: 15px;
  }
}

/*--------------------------------------------
全一覧へ導くCTAボタン
--------------------------------------------*/
.archive-btn-container {
  width: 100%;
  text-align: center;
  padding: 10px 16px 30px 16px;
  box-sizing: border-box;
}

.archive-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 153, 128, 1);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  width: 100%;
  max-width: 300px;
  height: 56px;

  /* 配置とドロップシャドウ */
  margin: 0 auto;
  position: relative;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  padding: 0 40px;
  transition:
    opacity 0.5s ease,
    transform 0.5s ease,
    box-shadow 0.5s ease;
}

/* 右側の矢印 (>) 擬似要素 */
.archive-more-btn::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 52%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2.5px solid #fff;
  border-right: 2.5px solid #fff;
  border-radius: 1px;
}

@media (min-width: 770px) {
  .archive-btn-container {
    padding: 15px 16px 30px 16px;
  }
  .archive-more-btn {
    max-width: 360px;
  }
  .archive-more-btn:hover {
    transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
  }
}

/* ==========================================================================
   共通セクション見出しコンポーネント (c-section)
   ========================================================================== */
.c-section-header {
  text-align: center;
}

.c-section-line {
  display: block;
  width: 46px;
  height: 4px;
  background-color: #db4d79;
  margin: 0 auto 15px;
}

.c-section-title {
  color: #db4d79;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}

/* 文字色が黒ベースの場合の派生クラス */
.c-section-title--dark {
  color: #000;
  font-weight: normal;
  font-size: 2rem;
}

/* PC版（770px以上）の共通スタイル */
@media (min-width: 770px) {
  .c-section-title {
    font-size: 3rem;
  }
  .c-section-title--dark {
    font-size: 3rem;
  }
}

/* --- 各セクションの固有マージン調整 --- */
.interview-header {
  margin-bottom: 30px;
}
.advisor-header {
  margin-bottom: 10px;
}
.charms-header {
  margin-bottom: 25px;
}
.survey-header {
  margin-bottom: 25px;
}

@media (min-width: 770px) {
  .interview-header {
    margin-bottom: 25px;
  }
  .advisor-header {
    margin-bottom: 25px;
  }
  .survey-header {
    margin-bottom: 40px;
  }
}
.survey-main-title {
  color: #000;
}

/*--------------------------------------------
見出し
--------------------------------------------*/
.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: 770px) {
  #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;
  }
}

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

.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.8rem;
  line-height: 1;
  position: relative;
  z-index: 2;
  text-align: center;
  color: rgba(214, 68, 118, 1);
}

.iyoku_subtext_p {
  font-size: 1.8rem;
  margin-top: 20px;
  line-height: 1.2;
  position: relative;
  z-index: 2;
  text-align: center;
  color: #000;
}

.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: 770px) {
  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_subtext_p {
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 1.4;
  }

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

/*--------------------------------------------
slick
--------------------------------------------*/
.service_list_slick {
  width: 100%;
  max-width: 1119px;
  margin: 0 auto;
}
.cases_list_slick {
  width: 100%;
  max-width: 1100px;
}
.meeting_wrapper + .link_btn {
  margin-top: 30px;
}
.meeting_wrapper {
  margin-top: 2rem;
}
.meeting_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column;
  margin: -10px 5px 10px 5px;
  width: 100%;
}
.meeting_box a {
  transition: 0.5s;
}
.meeting_card {
  background: #fff;
  border-radius: 9px;
  margin: 10px;
  border: 1px solid #e8e8e8;
  width: 358px;
  min-height: 249px;
  overflow: hidden;
}
.meeting_card p.text {
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: left;
  padding: 10px 15px 0 15px;
}
.meeting_img_wrapper {
  overflow: hidden;
  border-radius: 9px 9px 0 0;
}
.meeting_img_wrapper img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
  display: block;
}
.meeting_card:hover .meeting_img_wrapper img {
  transform: scale(1.1);
}
.meeting_card_inner {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.meeting_card_inner h3 {
  font-size: 18px;
  color: #d64476;
  font-weight: 700;
  margin: 0 15px;
  padding: 15px 0 0 0;
  line-height: 1.4;
}
.meeting_card_inner ul {
  display: block;
  padding: 10px 15px 15px 30px;
  list-style-type: disc;
  flex-grow: 1;
}
.meeting_card_inner ul li {
  font-size: 13px;
  line-height: 1.6;
}
.meeting_card_footer {
  margin: auto 0 0;
}
.meeting_card_footer p {
  font-size: 14px;
  text-align: right;
  color: #d64476;
  font-weight: 700;
  position: relative;
  margin: 0 15px 15px 0;
  padding-right: 10px;
}
.meeting_card_footer p::after {
  content: "";
  position: absolute;
  right: 0;
  top: 43%;
  transform: translateY(-43%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #d64476;
  border-right: 2px solid #d64476;
  transition:
    transform 0.3s ease,
    right 0.3s ease;
}
@media screen and (max-width: 770px) {
  .meeting_list_slick .slick-track,
  .service_list_slick .slick-track,
  .cases_list_slick .slick-track {
    padding-left: 5px; /* 20 */
  }
  .meeting_card {
    min-height: 220px;
  }
}
.meeting_list_slick .slick-prev:before,
.meeting_list_slick .slick-next:before,
.service_list_slick .slick-prev:before,
.service_list_slick .slick-next:before,
.cases_list_slick .slick-prev:before,
.cases_list_slick .slick-next:before {
  font-size: 22px;
}
.custom-arrows-c,
.custom-arrows-f {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 308px;
  margin: 20px auto 0 auto;
}
.custom-arrow-c,
.custom-arrow-f {
  background: #fff;
  padding: 10px;
  cursor: pointer;
  border: 2px solid #d64476;
  color: #d64476;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  z-index: 1;
}
.custom-arrow-c::before,
.custom-arrow-f::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: translate(-50%, -50%) rotate(-45deg);
  pointer-events: none;
  transition: inherit;
}
.custom-arrow-c.next::before,
.custom-arrow-f.next::before {
  transform: translate(-50%, -50%) rotate(135deg);
}
.slick-dots {
  order: 1;
  flex: 1;
  text-align: center;
  bottom: 12px;
}
.custom-arrow-c.prev,
.custom-arrow-f.prev {
  order: 0;
}
.custom-arrow-c.next,
.custom-arrow-f.next {
  order: 2;
}
@media only screen and (min-width: 1025px) {
  .custom-arrow-c,
  .custom-arrow-f {
    -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
    transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  }
  .custom-arrow-c:hover,
  .custom-arrow-f:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
