@charset "UTF-8";
/* ==================================================
メインページcss
================================================== */
/* 初期設定
================================================== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

html {
  scrollbar-gutter: stable;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}

a {
  color: #000;
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: bottom;
  width: 100%;
}

:where(table) {
  border-collapse: collapse;
  width: 100%;
}

:where(.wrapper) {
  background-color: #fff;
  margin: 0 auto;
}

/* レスポンシブ消去
-------------------------------------------------- */
.pcB {
  display: none;
}
@media screen and (min-width: 769px) {
  .pcB {
    display: block;
  }
}

.spB {
  display: block;
}
@media screen and (min-width: 769px) {
  .spB {
    display: none;
  }
}

.pcI {
  display: none;
}
@media screen and (min-width: 769px) {
  .pcI {
    display: inline;
  }
}

.spI {
  display: inline;
}
@media screen and (min-width: 769px) {
  .spI {
    display: none;
  }
}

/* 共通
-------------------------------------------------- */
body {
  position: relative;
}

main {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 60px;
  }
}

/* kv
-------------------------------------------------- */
.kv {
  background-color: #FFE744;
}

.kv__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 48px 10px 40px;
}
@media screen and (max-width: 1199px) {
  .kv__inner {
    width: 93.33334%;
    padding: 40px 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .kv__inner {
    padding: 32px 0 24px;
    width: 89.33334%;
  }
}

/* wrapper
-------------------------------------------------- */
.wrapper {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 48px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 118px 10px 120px 10px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .wrapper {
    flex-direction: column;
    gap: 0;
    padding: 72px 0 96px;
    width: 93.33334%;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 64px 0 88px;
    width: 89.33334%;
  }
}

/* サイドバー
-------------------------------------------------- */
/* -----  ----- */
.sidebar {
  background-color: #F6F6F6;
  border-radius: 10px;
  padding: 16px 16px 30px;
  height: fit-content;
  width: 152px;
}
@media screen and (max-width: 1199px) {
  .sidebar {
    padding: 16px 25px 30px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .sidebar {
    padding: 16px 5.9701492%;
  }
}

.sidebar__ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4584;
  text-align: center;
  margin-bottom: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .sidebar__ttl {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .sidebar__ttl {
    font-size: 19px;
    line-height: 1.4211;
    text-align: center;
  }
}

.sidebar__list {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .sidebar__list {
    flex-direction: row;
    justify-content: flex-end;
    gap: 1.0126582%;
  }
}
@media screen and (max-width: 768px) {
  .sidebar__list {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px 2.9850746%;
  }
}
.sidebar__list li {
  background-color: #fff;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4286;
  text-align: center;
  height: 90px;
  width: 90px;
  transition: 0.5s;
}
@media screen and (max-width: 1199px) {
  .sidebar__list li {
    width: 11.392405%;
  }
}
@media screen and (max-width: 768px) {
  .sidebar__list li {
    font-size: 12px;
    line-height: 1.4167;
    height: 66px;
    width: 22.3728813%;
  }
}
.sidebar__list a {
  display: block;
  padding: 10px 10px 7px;
  height: 100%;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sidebar__list a {
    padding: 7px 5px 4px;
  }
}
.sidebar__list img {
  display: block;
  height: 46px;
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .sidebar__list img {
    height: 33.91px;
    margin-bottom: 4px;
  }
}
.sidebar__list a:not(:has(img)) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cat-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 10px;
}
.cat-link .border {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .cat-link .border {
    display: none;
  }
}
.cat-link .border rect {
  fill: none;
  stroke: #707070;
  stroke-width: 2;
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  transition: stroke-dashoffset 0.6s ease;
}
.cat-link:hover rect {
  stroke-dashoffset: 0;
}

/* メインコンテンツ
-------------------------------------------------- */
.content {
  width: 980px;
}
@media screen and (max-width: 1199px) {
  .content {
    display: flex;
    flex-direction: column;
    gap: 72px 0;
    margin-top: 72px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .content {
    display: block;
    flex-direction: initial;
    gap: initial;
    margin-top: 64px;
  }
}

/* ----- セクション ----- */
.sec {
  position: relative;
}

.sec__ttlWrap {
  position: relative;
}

.sec__ttl {
  border-bottom: 1px solid #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4584;
  padding: 0 160px 20px 0;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .sec__ttl {
    border-bottom: 2px solid #000;
    font-size: 20px;
    line-height: 1.7;
    padding: 0 110px 7px 0;
    margin-bottom: 24px;
  }
}

.sec__moreBtn {
  background-color: #FFE743;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4445;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .sec__moreBtn {
    border-radius: 200px;
    font-size: 14px;
    line-height: 1.4286;
  }
}
.sec__moreBtn a {
  display: flex;
  align-items: center;
  gap: 0 6px;
  padding: 5px 18px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec__moreBtn a {
    gap: 0 2px;
    padding: 3px 10px;
  }
}
.sec__moreBtn a::after {
  content: "";
  background-image: url("../img/top/icon_more_arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 6px;
  width: 18px;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .sec__moreBtn a::after {
    height: 4px;
    width: 12px;
  }
}
@media screen and (min-width: 769px) {
  .sec__moreBtn a:hover::after {
    transform: translateX(6px);
  }
}

.sec_mutualAid .sec__moreBtn,
.sec_pickup .sec__moreBtn,
.sec_price .sec__moreBtn {
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec_mutualAid .sec__moreBtn,
  .sec_pickup .sec__moreBtn,
  .sec_price .sec__moreBtn {
    bottom: 10px;
  }
}

.sec_pickup,
.sec_price {
  margin-top: 80px;
}
@media screen and (max-width: 1199px) {
  .sec_pickup,
  .sec_price {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec_pickup,
  .sec_price {
    margin-top: 64px;
  }
}

.sec_price__ttl {
  padding-right: 0;
}

.sec_mutualAid .sec_mutualAid__bnr a {
  display: block;
  transition: opacity 0.5s;
}
@media screen and (min-width: 769px) {
  .sec_mutualAid .sec_mutualAid__bnr a:hover {
    opacity: 0.5;
  }
}

.sec_pickup .sec_pickup__list {
  display: flex;
  gap: 0 32px;
}
@media screen and (max-width: 1199px) {
  .sec_pickup .sec_pickup__list {
    gap: 0 3.2142857%;
  }
}
@media screen and (max-width: 768px) {
  .sec_pickup .sec_pickup__list {
    flex-direction: column;
    gap: 56px 0;
  }
}
.sec_pickup .sec_pickup__list li {
  width: 305px;
}
@media screen and (max-width: 1199px) {
  .sec_pickup .sec_pickup__list li {
    width: 31.1904761%;
  }
}
@media screen and (max-width: 768px) {
  .sec_pickup .sec_pickup__list li {
    width: auto;
  }
}
.sec_pickup .sec_pickup__list li a {
  display: block;
}
.sec_pickup .sec_pickup__list .sec_pickup__list__img {
  border-radius: 20px;
  overflow: hidden;
  height: 190px;
}
@media screen and (max-width: 1199px) {
  .sec_pickup .sec_pickup__list .sec_pickup__list__img {
    height: 18.11112dvw;
  }
}
@media screen and (max-width: 768px) {
  .sec_pickup .sec_pickup__list .sec_pickup__list__img {
    border-radius: 12px;
    height: 56dvw;
  }
}
.sec_pickup .sec_pickup__list .sec_pickup__list__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.5s;
}
.sec_pickup .sec_pickup__list .sec_pickup__list__ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5556;
  margin-top: 16px;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .sec_pickup .sec_pickup__list .sec_pickup__list__ttl {
    font-size: 16px;
    line-height: 1.6875;
    margin-top: 14px;
  }
}
.sec_pickup .sec_pickup__list .sec_pickup__list__ttl {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 769px) {
  .sec_pickup .sec_pickup__list a:hover img {
    transform: scale(1.1);
  }
}
@media screen and (min-width: 769px) {
  .sec_pickup .sec_pickup__list a:hover .sec_pickup__list__ttl {
    text-decoration: underline;
  }
}

/* ----- カテゴリセクション ----- */
.sec_category {
  border-bottom: 1px solid #A9A9A9;
}
.sec_category + .sec_category {
  margin-top: 56px;
}
@media screen and (max-width: 1199px) {
  .sec_category + .sec_category {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec_category + .sec_category {
    margin-top: 48px;
  }
}
.sec_category.sec_category--07 {
  border: none;
}

.sec_category__inner {
  padding: 0 0 55px;
}
@media screen and (max-width: 1199px) {
  .sec_category__inner {
    padding: 0 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .sec_category__inner {
    padding: 0 0 45px;
  }
}

/*  */
.sec_category__ttl {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4546;
  padding: 0 160px 0 0;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .sec_category__ttl {
    font-size: 19px;
    line-height: 1.4211;
    padding: 0 110px 0 0;
    margin-bottom: 24px;
  }
}
.sec_category__ttl::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .sec_category__ttl::before {
    margin-right: 8px;
  }
}

.sec_category--01 {
  margin-top: 84px;
}
@media screen and (max-width: 1199px) {
  .sec_category--01 {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec_category--01 {
    margin-top: 64px;
  }
}
.sec_category--01 .sec_category__ttl::before {
  background-image: url("../img/cmn/icon_category_01.svg");
  height: 20px;
  width: 20px;
}
@media screen and (max-width: 768px) {
  .sec_category--01 .sec_category__ttl::before {
    height: 19px;
    width: 20px;
  }
}

.sec_category--02 .sec_category__ttl::before {
  background-image: url("../img/cmn/icon_category_02.svg");
  height: 20px;
  width: 20px;
}
@media screen and (max-width: 768px) {
  .sec_category--02 .sec_category__ttl::before {
    height: 20px;
    width: 20px;
  }
}

.sec_category--03 .sec_category__ttl::before {
  background-image: url("../img/cmn/icon_category_03.svg");
  height: 21px;
  width: 15px;
}
@media screen and (max-width: 768px) {
  .sec_category--03 .sec_category__ttl::before {
    height: 27px;
    width: 19px;
  }
}

.sec_category--04 .sec_category__ttl::before {
  background-image: url("../img/cmn/icon_category_04.svg");
  height: 21px;
  width: 23px;
}
@media screen and (max-width: 768px) {
  .sec_category--04 .sec_category__ttl::before {
    height: 19px;
    width: 20px;
  }
}

.sec_category--05 .sec_category__ttl::before {
  background-image: url("../img/cmn/icon_category_05.svg");
  height: 21px;
  width: 23px;
}
@media screen and (max-width: 768px) {
  .sec_category--05 .sec_category__ttl::before {
    height: 18px;
    width: 20px;
  }
}

.sec_category--06 .sec_category__ttl::before {
  background-image: url("../img/cmn/icon_category_06.svg");
  height: 23px;
  width: 15px;
}
@media screen and (max-width: 768px) {
  .sec_category--06 .sec_category__ttl::before {
    height: 28.88px;
    width: 18.84px;
  }
}

.sec_category--07 .sec_category__ttl::before {
  background-image: url("../img/cmn/icon_category_07.svg");
  height: 21px;
  width: 14px;
}
@media screen and (max-width: 768px) {
  .sec_category--07 .sec_category__ttl::before {
    height: 23px;
    width: 16px;
  }
}

/* リスト */
.sec_category__list {
  display: flex;
  gap: 0 32px;
}
@media screen and (max-width: 1199px) {
  .sec_category__list {
    gap: 0 3.2142857%;
  }
}
@media screen and (max-width: 768px) {
  .sec_category__list {
    flex-direction: column;
    gap: 32px 0;
  }
}
.sec_category__list li {
  width: 305px;
}
@media screen and (max-width: 1199px) {
  .sec_category__list li {
    width: 31.1904761%;
  }
}
@media screen and (max-width: 768px) {
  .sec_category__list li {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .sec_category__list li:nth-child(n+3) {
    display: none;
  }
}
.sec_category__list li a {
  display: block;
}
.sec_category__list .sec_category__list__img {
  border-radius: 20px;
  overflow: hidden;
  height: 190px;
}
@media screen and (max-width: 1199px) {
  .sec_category__list .sec_category__list__img {
    height: 18.11112dvw;
  }
}
@media screen and (max-width: 768px) {
  .sec_category__list .sec_category__list__img {
    border-radius: 12px;
    height: 56dvw;
  }
}
.sec_category__list .sec_category__list__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.5s;
}
.sec_category__list .sec_category__list__ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5556;
  margin-top: 16px;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .sec_category__list .sec_category__list__ttl {
    font-size: 14px;
    line-height: 1.7143;
    margin-top: 14px;
  }
}
.sec_category__list .sec_category__list__ttl {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 769px) {
  .sec_category__list a:hover img {
    transform: scale(1.1);
  }
}
@media screen and (min-width: 769px) {
  .sec_category__list a:hover .sec_category__list__ttl {
    text-decoration: underline;
  }
}

/* ----- カテゴリーアイコン ----- */
.item a {
  position: relative;
}
.item a::before {
  content: "";
  border-radius: 65px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4286;
  text-align: center;
  padding: 4px 16px 6px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}

/* 就労に関するねだん */
.item_working a::before {
  content: "就労";
  background-color: #F15E5E;
}

/* 病気に関するねだん */
.item_disease a::before {
  content: "病気";
  background-color: #A657CC;
}

/* 老後に関するねだん */
.item_oldage a::before {
  content: "老後";
  background-color: #44AFEC;
}

/* 家族に関するねだん */
.item_familly a::before {
  content: "家族";
  background-color: #FF981E;
}

/* 家と車に関するねだん */
.item_houseandcar a::before {
  content: "家と車";
  background-color: #2BCC9A;
}

/* 子育てに関するねだん */
.item_childcare a::before {
  content: "子育て";
  background-color: #96C817;
}

/* 結婚に関するねだん */
.item_marriage a::before {
  content: "結婚";
  background-color: #FF7B9B;
}

/* ----- スペシャルコンテンツ ----- */
.specialContent {
  margin-top: 45px;
}
@media screen and (max-width: 1199px) {
  .specialContent {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .specialContent {
    margin-top: 43px;
  }
}

/* メインタイトル */
.specialContent__ttl {
  margin-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .specialContent__ttl {
    margin-bottom: 48px;
  }
}

/* タイトル */
.spc__ttl {
  display: flex;
  gap: 0 10px;
  align-items: baseline;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4546;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .spc__ttl {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .spc__ttl {
    font-size: 20px;
    line-height: 1.45;
  }
}
.spc__ttl::before {
  content: "";
  background-color: #F15E5E;
  border-radius: 50%;
  display: block;
  flex-shrink: 0;
  height: 16px;
  width: 16px;
}

/* リスト */
.spc__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
}
@media screen and (max-width: 1199px) {
  .spc__list {
    gap: 40px 2.3809523%;
  }
}
@media screen and (max-width: 768px) {
  .spc__list {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 32px 0;
  }
}
.spc__list li {
  width: 475px;
}
@media screen and (max-width: 1199px) {
  .spc__list li {
    width: 48.8095238%;
  }
}
@media screen and (max-width: 768px) {
  .spc__list li {
    width: auto;
  }
}
.spc__list a {
  display: block;
  padding-bottom: 44px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .spc__list a {
    padding-bottom: 33px;
  }
}

/* 画像 */
.spc__list__img {
  transition: 0.5s;
}
.spc__list__img img {
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .spc__list__img img {
    border-radius: 14px;
  }
}

/* 記事見出し */
.spc__list__ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5556;
  margin-top: 15px;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .spc__list__ttl {
    font-size: 14px;
    line-height: 1.3334;
  }
}
.spc__list__ttl {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* ボタン */
.spc__list__btn {
  background-color: #FFE743;
  border-radius: 18px;
  display: flex;
  align-items: center;
  gap: 0 6px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4445;
  padding: 4px 18px 6px;
  width: fit-content;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .spc__list__btn {
    border-radius: 200px;
    gap: 0 2px;
    font-size: 14px;
    line-height: 1.4286;
    padding: 2px 10px 3px 14px;
  }
}
.spc__list__btn::after {
  content: "";
  display: block;
  background-image: url("../img/top/icon_more_arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 6px;
  width: 18px;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .spc__list__btn::after {
    height: 4px;
    width: 12px;
  }
}

/* ホバー時の設定 */
@media screen and (min-width: 769px) {
  .spc__list a:hover .spc__list__img,
  .spc__list a:hover .spc__list__ttl {
    opacity: 0.5;
  }
}
@media screen and (min-width: 769px) {
  .spc__list a:hover .spc__list__btn::after {
    transform: translateX(6px);
  }
}

/* kv swiper
-------------------------------------------------- */
.kv a {
  display: block;
}
.kv .imgWrap {
  position: relative;
  border-radius: 40px;
}
.kv .imgWrap::before, .kv .imgWrap::after {
  opacity: 0;
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  .kv .swiper-slide:hover .imgWrap::before, .kv .swiper-slide:hover .imgWrap::after {
    opacity: 1;
  }
}
.kv .kv__ttl .imgWrap::before {
  content: "";
  background-image: url("../img/top/kv_icon_01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 52px;
  width: 112px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.kv .kv__type_article a {
  display: flex;
  align-items: center;
  gap: 0 38px;
}
@media screen and (max-width: 768px) {
  .kv .kv__type_article a {
    flex-direction: column;
    align-items: flex-start;
    gap: 36px 0;
  }
}
.kv .kv__type_article .kv__type_article__txtWrap {
  width: 500px;
}
@media screen and (max-width: 768px) {
  .kv .kv__type_article .kv__type_article__txtWrap {
    width: auto;
  }
}
.kv .kv__type_article .kv__type_article__date {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4375;
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .kv .kv__type_article .kv__type_article__date {
    margin-bottom: 12px;
  }
}
.kv .kv__type_article .kv__type_article__txt {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.8236;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 768px) {
  .kv .kv__type_article .kv__type_article__txt {
    font-size: 25px;
    line-height: 1.76;
  }
}
.kv .kv__type_article .imgWrap {
  border: 3px solid #000;
  overflow: hidden;
  width: 642px;
}
@media screen and (max-width: 768px) {
  .kv .kv__type_article .imgWrap {
    width: auto;
  }
}
.kv .kv__type_article .imgWrap::before {
  content: "";
  background-image: url("../img/top/kv_icon_02.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 52px;
  width: 148px;
  position: absolute;
  inset: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
}
.kv .kv__type_article .imgWrap::after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  inset: 0;
}
.kv .kv__type_bnr .imgWrap::before {
  content: "";
  background-image: url("../img/top/kv_icon_03.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 52px;
  width: 208px;
  position: absolute;
  inset: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
}
.kv .kv__type_bnr .imgWrap::after {
  content: "";
  border-radius: 40px;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  inset: 0;
}
.kv .swiper-buttonWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 30px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .kv .swiper-buttonWrap {
    margin-top: 16px;
  }
}
.kv .swiper-button-next,
.kv .swiper-button-prev {
  border: none;
  background-color: initial;
  flex-shrink: 0;
  height: 32px;
  width: 32px;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .kv .swiper-button-next,
  .kv .swiper-button-prev {
    height: 28px;
    width: 28px;
  }
}
.kv .swiper-button-next svg,
.kv .swiper-button-prev svg {
  display: none;
}
.kv .swiper-button-prev {
  background-image: url("../img/top/btn_kv_01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kv .swiper-button-next {
  background-image: url("../img/top/btn_kv_02.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kv .swiper-pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.kv .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  display: block;
  height: 18px;
  width: 18px;
}
.kv .swiper-pagination .swiper-pagination-bullet-active {
  border: 2px solid #000;
  background-color: #3AC185;
}

/* ----- カテゴリーアイコン ----- */
.kv__category {
  display: block;
  position: relative;
}
.kv__category::before {
  content: "";
  background-color: #fff;
  background-position: center left 16px;
  background-repeat: no-repeat;
  background-size: 26px 23px;
  border-radius: 65px;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4286;
  text-align: center;
  padding: 8px 16px 10px 50px;
  position: absolute;
  top: 30px;
  right: 25px;
}
@media screen and (max-width: 768px) {
  .kv__category::before {
    padding: 8px 12px 10px 45px;
    top: 13px;
    right: 13px;
  }
}

/* 就労に関するねだん */
.kv__category--working::before {
  content: "就労";
  background-image: url("../img/cmn/icon_category_01.svg");
}

/* 病気に関するねだん */
.kv__category--disease::before {
  content: "病気";
  background-image: url("../img/cmn/icon_category_02.svg");
}

/* 老後に関するねだん */
.kv__category--oldage::before {
  content: "老後";
  background-image: url("../img/cmn/icon_category_03.svg");
}

/* 家族に関するねだん */
.kv__category--familly::before {
  content: "家族";
  background-image: url("../img/cmn/icon_category_04.svg");
}

/* 家と車に関するねだん */
.kv__category--houseandcar::before {
  content: "家と車";
  background-image: url("../img/cmn/icon_category_05.svg");
}

/* 子育てに関するねだん */
.kv__category--childcare::before {
  content: "子育て";
  background-image: url("../img/cmn/icon_category_06.svg");
}

/* 結婚に関するねだん */
.kv__category--marriage::before {
  content: "結婚";
  background-image: url("../img/cmn/icon_category_07.svg");
}

/* ケース別にわかる「ねだん」のお話　swiper
-------------------------------------------------- */
.sec_price .swiper {
  position: relative;
}
.sec_price .swiper-wrapper {
  align-items: flex-end !important;
  height: 210px;
}
@media screen and (max-width: 768px) {
  .sec_price .swiper-wrapper {
    height: auto;
  }
}
.sec_price .swiper-slide {
  display: flex;
  align-items: flex-end;
  width: 218px;
}
@media screen and (max-width: 768px) {
  .sec_price .swiper-slide {
    width: 100%;
  }
}
.sec_price .swiper-slide a {
  display: block;
}
@media screen and (min-width: 769px) {
  .sec_price .swiper-slide a {
    transition: 0.7s;
  }
}
@media screen and (max-width: 768px) {
  .sec_price .swiper-slide a {
    padding: 0 20px;
    height: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .sec_price .swiper-slide a:hover {
    opacity: 0.5;
  }
}
.sec_price .swiper-slide img {
  border-radius: 6px;
  display: block;
}
@media screen and (min-width: 769px) {
  .sec_price .swiper-slide-active a {
    transform: scale(2.100917431);
    transform-origin: center bottom;
  }
}
.sec_price .swiper-pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px auto 0;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .sec_price .swiper-pagination {
    margin-top: 16px;
  }
}
.sec_price .swiper-pagination .swiper-pagination-bullet {
  border: 2px solid #C1C1C1;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  height: 14px;
  width: 14px;
}
@media screen and (max-width: 768px) {
  .sec_price .swiper-pagination .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
  }
}
.sec_price .swiper-pagination .swiper-pagination-bullet-active {
  border: 2px solid #000;
  background-color: #3AC185;
}
.sec_price .swiper-button-next,
.sec_price .swiper-button-prev {
  border: none;
  background-color: initial;
  height: 32px;
  width: 32px;
  position: absolute;
  z-index: 20;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .sec_price .swiper-button-next,
  .sec_price .swiper-button-prev {
    top: calc(50% - 22px);
  }
}
@media screen and (max-width: 768px) {
  .sec_price .swiper-button-next,
  .sec_price .swiper-button-prev {
    top: calc(50% - 18px);
  }
}
.sec_price .swiper-button-next svg,
.sec_price .swiper-button-prev svg {
  display: none;
}
.sec_price .swiper-button-prev {
  background-image: url("../img/top/swiper_arrow_left.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .sec_price .swiper-button-prev {
    left: calc(50% - 245px);
  }
}
@media screen and (max-width: 768px) {
  .sec_price .swiper-button-prev {
    left: 0;
  }
}
.sec_price .swiper-button-next {
  background-image: url("../img/top/swiper_arrow_right.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .sec_price .swiper-button-next {
    left: calc(50% + 215px);
  }
}
@media screen and (max-width: 768px) {
  .sec_price .swiper-button-next {
    right: 0;
  }
}

/* 追従セット
-------------------------------------------------- */
.tracking {
  display: flex;
  gap: 0 16px;
  align-items: flex-end;
  position: fixed;
  bottom: 20px;
  right: calc(50dvw - 590px);
  width: fit-content;
  z-index: 1000;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
  will-change: transform, opacity, bottom;
}
@media screen and (max-width: 1199px) {
  .tracking {
    right: 3.33334dvw;
  }
}
@media screen and (max-width: 768px) {
  .tracking {
    right: 5.33334dvw;
    flex-direction: column-reverse; 
 }
}
.tracking.is-show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* バナー */
.tracking__bnr {
  position: relative;
  width: 584px;
}
@media screen and (max-width: 768px) {
  .tracking__bnr {
    width: 335px;
  }
}
.tracking__bnr .close {
  border: none;
  display: block;
  background-color: initial;
  margin: 0 0 2px auto;
  width: 17px;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .tracking__bnr .close {
    width: 12px;
    margin: 0 0 3px auto;
  }
}
@media screen and (min-width: 769px) {
  .tracking__bnr .close:hover {
    opacity: 0.5;
  }
}
.tracking__bnr a {
  display: block;
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  .tracking__bnr a:hover {
    opacity: 0.5;
  }
}

/* 資料ボタン */
.tracking__btn {
  height: 106px;
  width: 106px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tracking__btn {
    height: 90px;
    width: 90px;
  }
}
.tracking__btn::before {
  content: "";
  background-color: #289E6A;
  border-radius: 50%;
  display: block;
  height: 106px;
  width: 106px;
}
@media screen and (max-width: 768px) {
  .tracking__btn::before {
    height: 90px;
    width: 90px;
  }
}
.tracking__btn a {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  transform: translateY(-2px);
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  .tracking__btn a:hover {
    transform: translateY(0);
  }
}/*# sourceMappingURL=top.css.map */
