@charset "UTF-8";
/*
 * 退職ナビ用：恋ラボCSSの上書き
 * !important を使わずセレクタ詳細度で上書き
 */

/* ベースフォントサイズ */
html body {
  font-size: 16px;
}

html body p {
  font-size: 16px;
}

html body li {
  font-size: 16px;
}

html body .contents-body ul li {
  font-size: 16px;
  margin-top: 8px;
}

/* テーブル内のフォントサイズ */
html body .article-table th,
html body .article-table td {
  font-size: 14px;
}

/* CTA */
html body .cta-main-copy {
  margin-bottom: 8px;
}

html body .cta-line-copy {
  margin-bottom: 8px;
}

html body .cta-main-copy .highlights {
  font-size: 14px;
}

/* ヘッダー */
html body .l-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 430px;
  z-index: 100;
  background-color: #FFFFFF;
  height: 60px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

html body .l-header .l-header-inner {
  max-width: 430px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

html body .container {
  padding-top: 70px;
  margin-top: 0;
}

html body .container > *:first-child {
  margin-top: 0;
}

/* フッター */
html body .l-footer .footer-nav-list,
html body .l-footer nav ul,
html body .footer-nav ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  background: transparent;
  background-color: transparent;
  box-shadow: none;
}

html body .l-footer .footer-nav-list li,
html body .l-footer nav ul li {
  text-align: left;
  width: auto;
  background: transparent;
  margin: 0;
  padding: 0;
}

html body .l-footer .footer-nav-list li a,
html body .l-footer nav ul li a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.4;
}

#wrap {
  width: 450px;
  margin: 0 auto;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
}

@media screen and (max-width: 767px) {
  #wrap {
    width: 100%;
    margin: 0 auto;
    border: none;
  }
}

/* タイトル下線（退職ナビ用カラー） */
html body .ttl-lead-border {
  margin: 0 0 15px;
  padding: 10px 0;
}

html body .ttl-lead-border::before {
  background: linear-gradient(to right, #F67400 0%, #F67400 20%, #122559 20%, #122559 100%);
  border-radius: 2px;
}

/* NEWラベル */
html body .article-link-top>.text .label-new {
  background: #F67400;
}

/* ハイライト（マーカー） */
html body.single .contents-body .highlights,
html body.single-post .contents-body .highlights {
  background: linear-gradient(transparent 70%, rgba(246, 116, 0, 0.3) 10%);
}

/* 目次 */
html body .mokuji {
  background: #FFFAF0;
}

html body.single .contents-body .mokuji-list-title,
html body.single .contents-body .mokuji-list-title a {
  color: #122559;
}

/* h2見出し（紺色背景・白文字） */
html body.single .contents-body h2 {
  background: #122559;
  color: #fff;
  padding: 15px 20px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin: 40px 0 20px;
}

html body.single .contents-body h2:before {
  display: none;
}

/* テーブル */
html body .article-table th {
  background: #F67400;
}

html body .article-table td {
  background: #FFFAF0;
}

/* FAQ リストのドット削除 */
html body .question__list-item {
  list-style: none;
  padding-left: 0;
}

html body .question__list-item:before {
  display: none;
}

/* 紺色ボタン（ボーダー） */
.btn-navy-border {
  background: #fff;
  border: 1px solid #122559;
  color: #122559;
}

.btn-navy-border:hover {
  background: #122559;
  color: #fff;
}

/* 紺色ボタン（塗り） */
.btn-navy {
  background: #122559;
  color: #fff;
}

.btn-navy:hover {
  background: #0e1c45;
}

/* 記事監修者 */
html body .article-supervisor {
  background: #FFFAF0;
  border-radius: 8px;
  overflow: hidden;
  padding: 16px 15px 20px;
}

html body .article-supervisor .article-supervisor-title {
  background: #122559;
  padding: 8px 16px;
  margin: 0 0 16px;
  border-radius: 8px;
}

html body .article-supervisor .article-supervisor-title span {
  color: #fff;
  background: transparent;
}

html body .article-supervisor .article-supervisor-title span:before,
html body .article-supervisor .article-supervisor-title span:after {
  display: none;
}

.article-supervisor-prof-title {
  font-size: 12px;
  color: #666;
  margin: 0 0 4px;
}

.article-creator-img img {
  border-radius: 50%;
  object-fit: cover;
  width: 56px;
  height: 56px;
}

/* ===== フルCTAカード [cta_full] ===== */
.cta-full-card {
  background: #fff;
  border: 1px solid #ff771d;
  border-radius: 16px;
  box-shadow: 0px 4px 4px rgba(224, 188, 148, 0.71);
  overflow: hidden;
  padding: 0 16px 16px;
  margin: 30px 0 0;
  position: relative;
}

.cta-full-top {
  position: relative;
  text-align: center;
  padding: 24px 0 20px;
  overflow: hidden;
}

.cta-full-dots {
  position: absolute;
  width: 50px;
  height: auto;
}

.cta-full-dots--tl {
  top: 12px;
  left: 0;
}

.cta-full-dots--tr {
  top: 40px;
  right: 0;
  transform: scaleX(-1);
}

.cta-full-bubble-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}

.cta-full-bubble {
  background: #122559;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 22px;
  border-radius: 40px;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.cta-full-bubble::after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #122559;
}

html body .cta-full-heading,
html body.single .contents-body .cta-full-heading {
  background: none;
  color: #122559;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 16px;
  padding: 12px 24px;
  text-align: center;
  position: relative;
  border-radius: 0;
}

html body.single .contents-body .cta-full-heading::before {
  content: '';
  display: block;
  width: 25px;
  height: 23px;
  background-image: url('../img/m-v2/dot.svg');
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

html body.single .contents-body .cta-full-heading::after {
  content: '';
  display: block;
  width: 25px;
  height: 23px;
  background-image: url('../img/m-v2/dot.svg');
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

.cta-full-subtext {
  font-size: 14px;
  color: #3f434e;
  line-height: 1.7;
  text-align: center;
  margin: 0;
}

/* ナビセクション */
.cta-navi {
  margin: 0 -16px;
  margin-bottom: 16px;
  background-image: url('../img/m-v2/character.png'), url('../img/navi-section.png');
  background-position: bottom right, center top;
  background-repeat: no-repeat, no-repeat;
  background-size: 45% auto, cover;
}

.cta-navi-hero {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 16px 16px 20px;
  min-height: 190px;
}

.cta-navi-text {
  width: 100%;
  text-align: left;
}

.cta-navi-tainavi {
  display: block;
  width: auto;
  max-width: 200px;
  height: auto;
  margin: 0 auto 10px;
}

html body .cta-navi-title,
html body.single .contents-body .cta-navi-title {
  font-size: 26px;
  font-weight: bold;
  color: #122559;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  border-bottom: none;
  text-decoration: underline;
  text-decoration-color: #f5a623;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  padding-top: 30px;
}

.cta-navi-points {
  padding: 12px 16px;
}

.cta-navi-points img {
  display: block;
  width: 100%;
  height: auto;
}

/* メリットエリア */
.cta-full-merit {
  padding: 0 0 8px;
}

.cta-full-merit-title {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}

.cta-full-merit-grid {
  display: flex;
}

.cta-full-merit-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 4px;
  border-right: 2px dotted #ccc;
}

.cta-full-merit-item:last-child {
  border-right: none;
}

.cta-full-merit-num {
  font-size: 22px;
  font-weight: bold;
  color: #f5a623;
  line-height: 1;
  margin-bottom: 6px;
}

.cta-full-merit-label {
  font-size: 12px;
  color: #3f434e;
  margin-bottom: 4px;
}

.cta-full-merit-value {
  font-size: 15px;
  font-weight: bold;
  color: #f5a623;
  text-align: center;
  line-height: 1.3;
}

.cta-full-merit-value .merit-unit {
  font-size: 13px;
}

.cta-full-merit-note {
  font-size: 11px;
  color: #888;
  margin: 8px 0 0;
  text-align: left;
}

/* CTAボタンエリア */
.cta-full-action {
  text-align: center;
  margin-top: 16px;
}

.cta-full-action .cta-lead {
  margin: 0 0 10px;
  font-size: 13px;
}

.cta-full-action .cta-lead::before {
  left: 24px;
}

.cta-full-action .cta-lead::after {
  right: 24px;
}

.cta-full-action .cta-block {
  margin: 0;
}

.cta-full-action .cta-main-copy {
  font-size: 16px;
}

.cta-full-action .cta-bottom-text {
  font-size: 14px;
}

/* cta-full内の小さめCTA */
.cta-card-sm {
  padding: 6px 12px 8px;
}

.cta-card-sm .cta-main-copy {
  font-size: 16px;
}

.cta-card-sm .cta-price-image {
  height: 56px;
}

.cta-card-sm .cta-bottom-text {
  font-size: 13px;
}

.cta-card-sm .cta-divider {
  margin: 6px 0;
}

.article-table td:first-child {
  font-weight: bold;
}

/* ===== フローティングCTA & 上へ戻るボタン ===== */
.floating-wrapper {
  position: fixed;
  bottom: 36px;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  z-index: 999;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

/* CTAコンテナ */
.floating-cta-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

/* リードテキスト */
.floating-cta-lead {
  display: flex;
  align-items: center;
  gap: 4px;
  background: #fff;
  color: #06C755;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 16px;
  border: 2px solid #06C755;
  border-radius: 20px;
  margin: 0;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  margin-bottom: -10px;
}

.floating-cta-lead-icon {
  width: 16px;
  height: 16px;
}

/* LINE風CTAボタン */
.floating-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: #06C755;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  padding: 16px 32px 16px 40px;
  border-radius: 1000px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: background 0.2s ease;
}

.floating-cta:hover {
  background: #05b04c;
}

.floating-cta-text {
  letter-spacing: 0.05em;
}

/* 上へ戻るボタン */
.floating-top-btn {
  position: fixed;
  right: 14px;
  bottom: 36px;
  width: 48px;
  height: 48px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: background 0.2s ease, opacity 0.3s ease, visibility 0.3s ease;
  flex-shrink: 0;
  opacity: 0;
  visibility: hidden;
}

.floating-top-btn.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
}

.floating-top-btn:hover {
  background: #f5f5f5;
}

/* 上へ戻るボタン内の矢印を上向きに */
.floating-top-btn .cta-arrow-wrap-up {
  transform: rotate(-90deg);
  margin-left: -2px;
}

.floating-top-btn .cta-arrow-wrap-up .cta-arrow-icon {
  filter: brightness(0) saturate(100%) invert(40%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%);
}