@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;
  }
}

/* -------------------------------------------
 * ヒーローセクション
 * ------------------------------------------- */
.hero-section {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  width: 100%;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85%;
  background: linear-gradient(0deg, #ffebeb 0%, #fff8f8 100%);
  z-index: 1;
}

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

/* --- SP版レイアウト (デフォルト) --- */
.hero-inner-980 {
  padding: 0 16px 10px;
  position: relative;
  z-index: 10;
}

.hero-kv-content {
  position: relative;
  min-height: 142px;
}

.hero-text-block {
  width: 75%;
  position: relative;
  z-index: 15;
}

.hero-title {
  margin: 10px 0 10px 0;
  line-height: 1.3;
}

.hero-title-sub {
  font-size: 2rem;
  color: #e84e8b;
  white-space: nowrap;
}

.hero-title-main {
  font-size: 2.2rem;
  color: #e84e8b;
  font-weight: bold;
}

.hero-text {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #000;
  margin: 0;
  max-width: 240px;
}

/* SP画像設定 */
.hero-visual-sp {
  position: absolute;
  top: -10px;
  right: -71px;
  width: 176px;
  z-index: 1;
}

.hero-visual-sp img {
  width: 100%;
  height: auto;
}

/* PC画像はデフォルト非表示 */
.hero-visual-pc {
  display: none;
}

/* --- 相談カード全体 --- */
.consult-card {
  background: #ffffff;
  border-radius: 30px;
  padding: 10px 16px 0 16px; /* padding調整 */
  box-shadow: 0px 0px 6px 0px rgba(214, 68, 118, 0.2);
  position: relative;
  text-align: center;
  margin: 5px auto 0;
  box-sizing: border-box;
}

/* 修正：スマホ版でアイコンとタイトルを中央セットで並べる */
.consult-card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  margin-bottom: 0;
}

.consult-card-icon {
  position: static;
  width: 52px;
  flex-shrink: 0;
}

.consult-card-icon img {
  width: 100%;
  display: block;
}

.consult-card-title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  margin: 0;
  text-align: left;
}

.consult-card-button-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 13px;
}

.consult-button-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid rgba(255, 120, 171, 1);
  border-radius: 100px;
  padding: 16px 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 286px;
  color: #e84e8b;
  font-weight: bold;
  font-size: 1.4rem;
  text-decoration: none;
  position: relative;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.consult-button-outline:hover {
  background: #ff78ab;
  border: 2px solid #ff78ab;
  color: #fff;
}
.consult-button-arrow {
  position: absolute;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #e84e8b;
  border-right: 2px solid #e84e8b;
  transform: rotate(45deg);
  transition: 0.5s;
}
.consult-button-outline:hover .consult-button-arrow {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.consult-card-footer {
  padding-bottom: 15px;
}
.consult-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #e84e8b;
  font-weight: bold;
  font-size: 1.4rem;
  text-decoration: none;
}
.consult-link-icon {
  width: 22px;
  height: 22px;
  background: #e84e8b;
  border-radius: 50%;
  position: relative;
}
.consult-link-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 32%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

/* --- PC版レイアウト (770px以上) --- */
@media (min-width: 770px) {
  .u-sp-only {
    display: none;
  }

  .hero-section {
    min-height: 374px;
  }

  .hero-section::before {
    height: 75%;
  }

  /* 980px固定のコンテナ */
  .hero-inner-980 {
    max-width: 980px;
    margin: 0 auto;
    padding: 20px 0 0;
    z-index: 10;
  }

  .hero-kv-content {
    min-height: auto;
  }

  .hero-text-block {
    width: 704px;
    z-index: 20;
  }

  .hero-title-sub {
    font-size: 3.2rem;
  }

  .hero-title-main {
    font-size: 3.4rem;
  }

  .hero-text {
    font-size: 16px;
    margin-top: 24px;
    width: 100%;
    line-height: 1.6;
    max-width: none;
  }

  /* PC用画像設定 */
  .hero-visual-pc {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 5;
  }

  .hero-visual-pc img {
    width: 100%;
    height: 73%;
    object-fit: contain;
    object-position: right center;
  }

  .hero-visual-sp {
    display: none;
  }

  /* 相談カード (980px) */
  .consult-card {
    width: 980px;
    margin: 30px auto 0;
    padding: 25px 0 0 0;
  }

  .consult-card-header {
    display: block;
    margin-bottom: 0;
  }

  .consult-card-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-240px);
    top: -34px;
    width: 70px;
  }

  .consult-card-title {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 24px;
  }

  .consult-card-button-group {
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    margin-bottom: 10px;
  }

  .consult-button-outline {
    width: 350px;
    max-width: none;
    font-size: 1.6rem;
    padding: 15px;
    margin: inherit;
  }
  .consult-link {
    transition: transform 0.5s ease;
  }
  .consult-link:hover {
    transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
  }
}

/*--------------------------------------------
絞り込み条件（フィルター）
--------------------------------------------*/
.filter-section,
.case-list-section {
  box-sizing: border-box;
}

.filter-section {
  padding: 20px 16px;
  background-color: #fff;
}
.filter-container {
  max-width: 980px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 15px 5px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.filter-header {
  display: flex;
  align-items: center;
  gap: 8px;
}
.filter-icon {
  width: 24px;
  height: auto;
}
.filter-title {
  font-size: 1.8rem;
  color: #333;
}
.filter-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 8px;
}

/* 修正：buttonタグ用のアクセシビリティ対応リセット */
.filter-btn {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 100px;
  font-size: 1.4rem;
  background-color: #f2f2f2;
  color: #db4d79;
  text-decoration: none;
  transition: 0.3s;
  /* buttonリセット追加 */
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  font-family: inherit;
  font-weight: bold;
}
.filter-btn.active {
  background-color: #db4d79;
  color: #fff;
}

/*--------------------------------------------
カテゴリー見出し
--------------------------------------------*/
.category-heading-item {
  grid-column: 1 / -1;
  text-align: center;
  margin-top: 15px;
  display: block; /* JS無効時の保険 */
}

.js-filter-active .category-heading-item {
  display: none;
}

.category-main-title {
  display: inline-block;
  color: #db4d79;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  padding-top: 20px;
}
.category-main-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 3px;
  background-color: #db4d79;
}

/*--------------------------------------------
事例カード本体
--------------------------------------------*/
.case-list-section {
  padding: 20px 16px 60px;
  background-color: #fff;
}
.case-list-inner {
  max-width: 980px;
  margin: 0 auto;
}
.case-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.case-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  display: block; /* JS無効時の保険 */
}

/* FOUC対策 */
.js-filter-active .case-card {
  display: none;
}

.case-card-header {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
  margin-bottom: 12px;
}
.title-link {
  transition: opacity 0.5s;
}
.title-link:hover {
  opacity: 0.7;
}
.case-card-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  color: #000;
}
.case-card-meta {
  font-size: 1.3rem;
  color: rgba(54, 65, 83, 1);
  margin-top: 8px;
}
.case-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 10px 0 10px;
}
.case-tag {
  font-size: 1.1rem;
  color: rgba(17, 172, 203, 1);
  border: 1px solid rgba(17, 172, 203, 1);
  border-radius: 4px;
  padding: 6px 8px;
}

/* 転職前/後バー */
.case-phase-bar {
  display: flex;
  margin-bottom: 12px;
}
.phase-before,
.phase-after {
  flex: 1;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.phase-before {
  background-color: rgba(188, 188, 188, 1);
  border-radius: 4px 0 0 4px;
}
.phase-before::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  border-style: solid;
  border-width: 14px 0 14px 10px;
  border-color: transparent transparent transparent rgba(188, 188, 188, 1);
  z-index: 2;
}
.phase-after {
  background-color: rgba(214, 68, 118, 1);
  border-radius: 0 4px 4px 0;
  padding-left: 10px;
}

/* データ内容 */
.case-data-row {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.data-label {
  font-size: 1.3rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
}
.data-flex-container {
  display: flex;
  align-items: center;
  gap: 8px;
}
.box-before,
.box-after {
  flex: 1;
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 10px;
  border-radius: 8px;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.box-before {
  background-color: #f8f8f8;
}
.box-after {
  background-color: #feeef2;
}
.data-arrow {
  width: 8px;
  height: 8px;
  border-top: 2px solid #db4d79;
  border-right: 2px solid #db4d79;
  transform: rotate(45deg);
  flex-shrink: 0;
}

/* 詳しく見る（重要：矢印デザイン完全再現） */
.case-card-footer {
  text-align: right;
  margin-top: 4px;
}
.case-more-link {
  font-size: 1.3rem;
  font-weight: bold;
  color: #db4d79;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: opacity 0.5s;
}
.case-more-link:hover {
  opacity: 0.7;
}
.case-more-link::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 10px;
  margin-left: 6px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5H15M15 5L11 1M15 5L11 9' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5H15M15 5L11 1M15 5L11 9' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center right;
  mask-position: center right;
  position: relative;
  top: 1px;
}

/*--------------------------------------------
PC版レイアウト（770px以上）
--------------------------------------------*/
@media (min-width: 770px) {
  .filter-container {
    flex-direction: row;
    padding: 15px 30px;
    gap: 0;
  }
  .filter-header {
    padding-right: 25px;
    border-right: 1px solid #ddd;
    margin-right: 25px;
  }
  .filter-list {
    flex: 1;
    justify-content: flex-start;
  }

  .category-heading-item {
    margin-top: 50px;
  }

  .case-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
  }
  .case-card {
    padding: 20px;
  }
  .case-card-tags {
    margin: 8px 0 10px;
  }

  /* 修正：PC版のバーを右側コンテンツ領域に整列 */
  .case-phase-bar {
    margin-left: 52px; /* label(40px) + margin(12px) と同期 */
    margin-bottom: 8px;
  }
  .phase-before::after {
    right: -8px;
    border-width: 14px 0 14px 8px;
  }

  .case-tag {
    font-size: 1.2rem;
  }
  .case-card-meta {
    font-size: 1.4rem;
  }
  .box-before,
  .box-after {
    font-size: 1.3rem;
  }
  .phase-before,
  .phase-after {
    font-size: 1.3rem;
  }
  .phase-before {
    font-size: 1.2rem;
  }
  .case-more-link {
    font-size: 1.4rem;
  }
  .case-data-row {
    flex-direction: row;
    align-items: center;
    margin-bottom: 8px;
  }
  .data-label {
    width: 40px;
    margin-right: 12px;
    margin-bottom: 0;
    flex-shrink: 0;
    text-align: center;
    font-size: 1.3rem;
    font-weight: normal;
  }
  .data-flex-container {
    flex: 1;
    gap: 8px;
  }
  .case-card-title {
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 500;
  }
  .category-main-title {
    font-size: 3rem;
  }
  .category-main-title::before {
    width: 100px;
  }
}

/*--------------------------------------------
見出し
--------------------------------------------*/
.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;
  }
}

/*------------------
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.4rem;
  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: 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_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);
  }
}

/*--------------------------------------------
ノウハウコラム
--------------------------------------------*/
.service_list_slick {
  width: 100%;
  max-width: 1119px;
}
.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;
  text-align: left;
  line-height: 1.5;
  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: 769px) {
  .meeting_list_slick .slick-track,
  .service_list_slick .slick-track {
    padding-left: 20px;
  }
  .meeting_card {
    min-height: 285px;
  }
}
.meeting_list_slick .slick-prev:before,
.meeting_list_slick .slick-next:before,
.service_list_slick .slick-prev:before,
.service_list_slick .slick-next:before {
  font-size: 22px;
}
.custom-arrows-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 308px;
  margin: 20px auto 0 auto;
}
.custom-arrow-c {
  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 {
  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 {
  transform: translate(-50%, -50%) rotate(135deg);
}
.slick-dots {
  order: 1;
  flex: 1;
  text-align: center;
  bottom: 12px;
}
.custom-arrow-c.prev {
  order: 0;
}
.custom-arrow-c.next {
  order: 2;
}
@media only screen and (min-width: 1025px) {
  .custom-arrow-c {
    -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 {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
