@charset "UTF-8";
/* *****************************************************************

Stylesheet: ベーススタイル（全て）に適応

******************************************************************/
/*
body{
    background: url(/wp-content/uploads/2024/12/Pngtree_marble-texture-backg-round-photography_1677308-scaled.jpg)!important;
    background-repeat: no-repeat!important;
    background-position: center;
    background-size: cover!important;
}
*/
@import url("https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.c-entries__item {
  padding: 20px;
}

.c-widget {
  width: 93%;
  margin: 0 auto;
}

.c-widget .vkfs__outer-wrap {
  margin-left: 0px !important;
}

.c-copyright--inverse {
  background: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%) !important;
}

.c-fluid-container {
  color: #333;
}

.dore_section .wp-block-snow-monkey-blocks-items-banner {
  height: 130px !important;
  border-radius: 8px !important;
  margin-bottom: 12px !important;
}

.dore_section .smb-items__banner {
  border-radius: 8px !important;
}

.dore_section .smb-items__banner__body {
  padding: 5px !important;
  padding-left: 20px !important;
  border-radius: 8px !important;
}

.dore_section .smb-items__banner {
  border-radius: 8px !important;
}

.dore_section .smb-items__banner__figure {
  border-radius: 8px !important;
}

.dore_section .smb-items__item__title {
  text-align: center;
}

.side_custom_vf .wp-block-vk-filter-search-pro-filter-search-pro {
  display: block !important;
}

.side_custom_vf .vkfs_submit {
  max-width: 100% !important;
  width: 100% !important;
}

.side_custom_vf .vkfs__labels {
  max-width: 100% !important;
  width: 100% !important;
}

.tiki_shiku_text .vkfs__label-name {
  color: #000 !important;
}

/* ボタンデザイン */
.button a {
  background: #ff6801;
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 350px;
  padding: 20px 30px;
  font-family: "Noto Sans Japanese";
  line-height: 1.8;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  border-bottom: solid 5px #b65511;
  transition: 0.3s ease-in-out;
  font-weight: 700;
  margin-bottom: 40px;
}

.button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.button a:hover:after {
  right: 1.4rem;
}

.button a:hover {
  background: #ee8134;
  color: #FFF;
  border-bottom: solid 2px #999;
  transform: translateY(3px);
}

.button a:hover:before {
  color: #fff;
}

.tooltip {
  font-family: "Noto Sans Japanese";
  font-size: 2.4rem;
  position: relative;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #eb6100;
  font-weight: 700;
  background: linear-gradient(to right, #B78628, #E8B923, #F6E27A);
  -webkit-background-clip: text; /* 背景をテキストの部分だけクリップ */
  -webkit-text-fill-color: transparent; /* テキスト色を透明に */
}

.tooltip:before {
  margin-right: 1rem;
  content: "＼";
}

.tooltip:after {
  margin-left: 1rem;
  content: "／";
}

/* サイドバー */
.smb-accordion__item__body {
  padding-top: 0px !important;
}

.l-contents__sidebar .wp-block-snow-monkey-blocks-accordion {
  margin-top: 0px !important;
}

.l-contents__sidebar .smb-accordion__item__body {
  padding-bottom: 0px !important;
}

.in_aco_pane input {
  background-color: #000 !important;
  color: #fff !important;
}

.in_aco_pane input .smb-accordion__item__title {
  background-color: #000 !important;
  color: #fff !important;
}

/* ① フォームを横並びに */
.cus_research .vk-filter-search.vkfs {
  display: flex;
  align-items: stretch;
}

/* ② 左側：ラベル＋入力エリアを 90% 幅に */
.cus_research .vk-filter-search.vkfs .vkfs__labels {
  flex: 0 0 90%;
  max-width: 90%;
  display: flex;
  flex-direction: column;
}

/* ③ ラベルはそのまま表示 */
.cus_research .vk-filter-search.vkfs .vkfs__label-name {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #fff; /* 必要に応じて色を変えてください */
}

/* ④ テキスト入力 */
.cus_research .vk-filter-search.vkfs .vkfs__input-wrap input[type=text] {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-right: none; /* ボタンとぴったりくっつける */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  box-sizing: border-box;
}

/* ⑤ 右側：ボタンを 10% 幅に */
.cus_research .vk-filter-search.vkfs .vkfs_submit {
  flex: 0 0 10%;
  max-width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
  color: #fff;
  border: 1px solid #f9f9f9;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin: 0; /* デフォルト余白を消す */
  box-sizing: border-box;
}

/* ⑥ ボタン内の文字に左右パディング */
.cus_research .vk-filter-search.vkfs .vkfs_submit-text {
  padding: 0 0.5rem;
}

.cus_research .vkfs__outer-wrap {
  margin-right: 0px !important;
}

.cus_research .vkfs_submit {
  height: 50px !important;
  margin-top: 33px !important;
  margin-left: -2px !important;
}

.vkfs__input-wrap {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.vkfs__input-wrap input {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.search_new {
  padding-top: 0px !important;
}

.vkfs__label-name {
  font-size: 0.88rem !important;
}

.search_new_up {
  padding-bottom: 15px !important;
}

/* ① フォームを横並びに */
.l-sidebar-sticky-widget-area .vk-filter-search.vkfs {
  display: flex;
  align-items: stretch;
}

/* ② 左側：ラベル＋入力エリアを 90% 幅に */
.l-sidebar-sticky-widget-area .vk-filter-search.vkfs .vkfs__labels {
  flex: 0 0 81%;
  max-width: 74%;
  display: flex;
  flex-direction: column;
}

/* ③ ラベルはそのまま表示 */
.l-sidebar-sticky-widget-area .vk-filter-search.vkfs .vkfs__label-name {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #fff; /* 必要に応じて色を変えてください */
}

/* ④ テキスト入力 */
.l-sidebar-sticky-widget-area .vk-filter-search.vkfs .vkfs__input-wrap input[type=text] {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border-right: none; /* ボタンとぴったりくっつける */
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  box-sizing: border-box;
  background-color: #f7f7f7 !important;
}

/* ⑤ 右側：ボタンを 10% 幅に */
.l-sidebar-sticky-widget-area .vk-filter-search.vkfs .vkfs_submit {
  flex: 0 0 10%;
  max-width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
  color: #000;
  border: 1px solid #000;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin: 0; /* デフォルト余白を消す */
  box-sizing: border-box;
}

/* ⑥ ボタン内の文字に左右パディング */
.l-sidebar-sticky-widget-area .vk-filter-search.vkfs .vkfs_submit-text {
  padding: 0 0.5rem;
}

.l-sidebar-sticky-widget-area .vkfs__outer-wrap {
  margin-right: 0px !important;
}

.l-sidebar-sticky-widget-area .btn {
  margin-top: 0px !important;
  height: 51px !important;
  font-size: 12px !important;
  letter-spacing: 0em !important;
  padding: 0.2em 0.1em !important;
  margin-left: -1px !important;
  background-color: #fcb701 !important;
  border: solid 1px #000 !important;
}

.vkfs__label-name {
  font-size: 0.88rem !important;
}

.l-sidebar-sticky-widget-area .wp-block-vk-filter-search-filter-search {
  max-width: 100% !important;
}

#s {
  font-size: 0.7rem;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* スライド */
.infinite-slider {
  overflow: hidden;
  width: 100%;
  background: transparent; /* 背景はお好みで */
  margin-left: 0px !important;
  margin-right: 0px !important;
  max-width: 100% !important;
}

.slider-track {
  display: flex;
  width: 5600px; /* 画像の幅×枚数（4枚×2周分） */
  animation: scroll 40s linear infinite;
}

.slider-track img {
  width: 300px;
  height: auto;
  margin-right: 25px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.card {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 5px;
  transition: box-shadow 0.3s ease;
}

.card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.card-link {
  color: #007BFF;
  text-decoration: none;
  font-weight: bold;
}

.card-link:hover {
  text-decoration: underline;
}

.btn-arrow {
  display: inline-block;
  padding: 10px 24px;
  background: #fff;
  color: #000;
  border: 2px solid #000;
  border-radius: 40px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.btn-arrow span {
  display: inline-block;
  transition: transform 0.3s ease;
  margin-left: 8px;
}

.btn-arrow:hover span {
  transform: translateX(5px);
}

.btn-arrow:hover {
  background: #000;
  color: #fff;
}

.readmore {
  display: block;
  text-align: center;
  color: #111;
  font-style: italic;
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  position: relative;
  margin: 2rem auto;
  text-decoration: none;
}

.readmore::before,
.readmore::after {
  content: "―";
  margin: 0 0.5em;
}

.readmore:hover {
  color: #000;
}

.btn-copy {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.2em;
  text-align: center;
}

.btn-copy:before {
  margin-right: 1rem;
  content: "＼";
}

.btn-copy:after {
  margin-left: 1rem;
  content: "／";
}

.c-entry-summary--type-post {
  background-color: #fff;
}

.top_information_section .snow-monkey-recent-posts .c-entries__item {
  background-color: #fff;
  padding: 0px;
  margin-left: 10px;
  margin-right: 10px;
}

.top_information_section .snow-monkey-recent-posts .c-entries__item .c-entry-summary__body {
  padding-left: 10px;
  padding-right: 10px;
}

.blog .c-entries__item {
  background-color: #fff;
  padding: 0px;
  margin-left: 10px;
  margin-right: 10px;
}

.page .l-sidebar-sticky-widget-area {
  top: 70px !important;
  padding-top: 55px;
}

.administrative_scriv-template-default .l-sidebar-sticky-widget-area {
  top: 70px !important;
  padding-top: 55px;
}

.post-template-default .l-sidebar-sticky-widget-area {
  top: 70px !important;
  padding-top: 55px;
}

#point_space_section {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.c-entries {
  justify-content: center !important;
}

.top_img_cover_section {
  justify-content: center;
}

.search .l-contents__body {
  padding-top: 50px;
}

.search .c-input-group {
  display: none;
}

:where(.wp-block-cover-image:not(.has-text-color)), :where(.wp-block-cover:not(.has-text-color)) {
  padding: 0px !important;
}

.wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container {
  width: 100% !important;
  max-width: 100% !important;
}

.top_img_cover_section {
  position: absolute;
  background-color: #92866b;
  bottom: 0px;
}

.wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container {
  position: initial !important;
}

/* ヘッダー */
.menu-item-498 {
  margin-right: 20px !important;
}

.l-header__content {
  background-color: #fff !important;
}

.c-fluid-container .c-row__col {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.l-header__content .c-container, .c-fluid-container {
  padding-right: 0px !important;
}

/* 全体 */
.l-contents__container {
  padding: 0px !important;
}

.l-contents__sidebar {
  padding-right: 0px !important;
}

/* サイドバー */
.l-contents__sidebar figure {
  text-align: center;
  width: 100% !important;
  margin: 0 auto;
}

#block-11 {
  margin-top: 6px;
}

#block-12 {
  margin-top: 6px;
}

.c-widget {
  margin-top: 15px !important;
}

.smb-accordion__item__title {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.wi_a_first:hover .smb-accordion__item__title {
  opacity: 0.8;
}

.in_aco_pane:hover .smb-accordion__item__title {
  background-color: #ffcb1e;
}

.wi_a_second:hover .smb-accordion__item__title {
  opacity: 0.8;
}

.l-sidebar-sticky-widget-area .vkfs__labels {
  display: block;
}

.l-sidebar-sticky-widget-area .vkfs__labels .vkfs__label-name {
  display: none;
}

.smb-accordion__item__body {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
}

.smb-accordion__item__body a {
  color: #333;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
}

.smb-accordion__item__body p {
  margin-top: 0px !important;
}

.smb-accordion__item__body a:hover {
  background-color: #f9f9f9;
  color: #000;
  text-decoration: underline !important;
}

.smb-accordion__item__title__label {
  font-size: 0.85rem !important;
}

.smb-accordion__item__title__icon {
  margin-left: 1px !important;
}

.l-sidebar-sticky-widget-area .vkfs__keyword input {
  background-color: #fcb701 !important;
  color: #333;
}

.l-sidebar-sticky-widget-area .vkfs__keyword input::-moz-placeholder {
  color: #333 !important;
}

.l-sidebar-sticky-widget-area .vkfs__keyword input::placeholder {
  color: #333 !important;
}

.smb-accordion__item__body a {
  border-top: solid 1px #333;
}

.smb-accordion__item__body p:last-child a {
  border-bottom: solid 1px #333;
}

.l-sidebar-sticky-widget-area:last-child {
  position: fixed !important; /* 常に固定 */
  top: 0; /* 上部からの距離 */
  height: 100vh; /* 画面いっぱいまで高さを確保 */
  overflow-y: auto; /* スクロール可能にする */
  max-width: 15% !important;
  width: 15% !important;
  padding-bottom: 30px;
}

/* トップページ士業一覧 */
.point_admin_scr_section .c-entries {
  --entries--gap: 0!important;
  justify-content: center !important;
}

.point_admin_scr_section {
  z-index: 200 !important;
}

.c-entry-summary__figure:before {
  padding-top: 100% !important;
}

/* お知らせの画像表示 */
.info_section .c-entry-summary__figure:before {
  padding-top: 75% !important;
}

.p-related-posts .c-entry-summary__figure:before {
  padding-top: 75% !important;
}

.blog .c-entry-summary__figure:before {
  padding-top: 75% !important;
}

.post-template-default .l-contents__inner {
  padding-top: 57px !important;
  padding-left: 0px;
  padding-right: 0px;
}

.post-template-default .c-page-header {
  display: none;
}

.post-template-default .c-entry__header {
  display: none;
}

/* お知らせ関連のフィード消し */
.p-related-posts .property-info {
  display: none;
}

.smb-section__title {
  background: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c01 {
  position: relative;
  color: transparent; /* 初期状態で文字を透明に */
  display: inline-block;
  overflow: hidden;
  font-size: 2.6rem;
  background: #fff;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 700;
  letter-spacing: 0.5rem;
  margin-top: 15px !important;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  margin-left: 50px !important;
  opacity: 0.8;
}

/* 1回目の幕（紫 #a675a5） */
.c01::before {
  content: "";
  position: absolute;
  z-index: 3; /* 紫幕を一番上に表示 */
  top: 0;
  right: 100%;
  bottom: 0;
  left: 0;
  background-color: #92866b;
  transition: none;
}

/* 2回目の幕（オレンジ #ff9800） */
.c01::after {
  content: "";
  position: absolute;
  z-index: 2; /* オレンジ幕を紫の下に表示 */
  top: 0;
  right: 100%;
  bottom: 0;
  left: 0;
  background-color: #92866b;
  transition: none;
}

/* .active がついたときのアニメーション */
.c01.active {
  animation: showText 0s 1.2s forwards; /* 文字を遅れて表示 */
}

/* 1回目の幕（紫）のアニメーション */
.c01.active::before {
  animation: moveBefore 0.3s forwards;
}

/* 2回目の幕（オレンジ）のアニメーション */
.c01.active::after {
  animation: moveAfter 1s forwards;
}

/* テキストの色を元に戻す（幕が消えた後に発火） */
@keyframes showText {
  100% {
    color: #111 !important;
  }
}
/* 1回目の幕（紫）のアニメーション */
@keyframes moveBefore {
  50% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}
/* 2回目の幕（オレンジ）のアニメーション */
@keyframes moveAfter {
  50% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}
.c01.active span {
  opacity: 1;
  transform: translateY(0);
}

/*  追加：テキストのフェードイン＋スライドアップ */
.c01 span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out 1.2s, transform 0.6s ease-out 1.2s; /* 幕が終わるタイミングに合わせる */
}

.c01.active span {
  opacity: 1;
  transform: translateY(0);
}

.c01_second {
  position: relative;
  color: transparent; /* 初期状態で文字を透明に */
  display: inline-block;
  overflow: hidden;
  font-size: 2.6rem;
  background: #000;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 15px !important;
  font-weight: 700;
  letter-spacing: 0.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  margin-left: 50px !important;
  opacity: 0.8;
}

/* 1回目の幕（紫 #a675a5） */
.c01_second::before {
  content: "";
  position: absolute;
  z-index: 3; /* 紫幕を一番上に表示 */
  top: 0;
  right: 100%;
  bottom: 0;
  left: 0;
  background-color: #92866b;
  transition: none;
}

/* 2回目の幕（オレンジ #ff9800） */
.c01_second::after {
  content: "";
  position: absolute;
  z-index: 2; /* オレンジ幕を紫の下に表示 */
  top: 0;
  right: 100%;
  bottom: 0;
  left: 0;
  background-color: #92866b;
  transition: none;
}

/* .active がついたときのアニメーション */
.c01_second.active {
  animation: showText 0s 1.2s forwards; /* 文字を遅れて表示 */
}

/* 1回目の幕（紫）のアニメーション */
.c01_second.active::before {
  animation: moveBefore 0.3s forwards;
}

/* 2回目の幕（オレンジ）のアニメーション */
.c01_second.active::after {
  animation: moveAfter 1s forwards;
}

/* テキストの色を元に戻す（幕が消えた後に発火） */
@keyframes showText {
  100% {
    color: inherit;
    color: #fff;
  }
}
/* 1回目の幕（紫）のアニメーション */
@keyframes moveBefore {
  50% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}
/* 2回目の幕（オレンジ）のアニメーション */
@keyframes moveAfter {
  50% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}
/* 追加：テキストのフェードイン＋スライドアップ */
.c01_second span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out 1.2s, transform 0.6s ease-out 1.2s; /* 幕が終わるタイミングに合わせる */
  color: #fff !important;
}

.c01_second.active span {
  opacity: 1;
  transform: translateY(0);
}

.c01_third {
  position: relative;
  color: transparent; /* 初期状態で文字を透明に */
  display: inline-block;
  overflow: hidden;
  font-size: 2.9rem;
  background: #000;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 15px !important;
  font-weight: 700;
  letter-spacing: 0.3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  margin-left: 50px !important;
  opacity: 0.8;
}

/* 1回目の幕（紫 #a675a5） */
.c01_third::before {
  content: "";
  position: absolute;
  z-index: 3; /* 紫幕を一番上に表示 */
  top: 0;
  right: 100%;
  bottom: 0;
  left: 0;
  background-color: #92866b;
  transition: none;
}

/* 2回目の幕（オレンジ #ff9800） */
.c01_third::after {
  content: "";
  position: absolute;
  z-index: 2; /* オレンジ幕を紫の下に表示 */
  top: 0;
  right: 100%;
  bottom: 0;
  left: 0;
  background-color: #92866b;
  transition: none;
}

/* .active がついたときのアニメーション */
.c01_third.active {
  animation: showText 0s 1.2s forwards; /* 文字を遅れて表示 */
}

/* 1回目の幕（紫）のアニメーション */
.c01_third.active::before {
  animation: moveBefore 0.3s forwards;
}

/* 2回目の幕（オレンジ）のアニメーション */
.c01_third.active::after {
  animation: moveAfter 1s forwards;
}

/* テキストの色を元に戻す（幕が消えた後に発火） */
@keyframes showText {
  100% {
    color: inherit;
    color: #fff !important;
  }
}
/* 1回目の幕（紫）のアニメーション */
@keyframes moveBefore {
  50% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}
/* 2回目の幕（オレンジ）のアニメーション */
@keyframes moveAfter {
  50% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}
/* 🌟 追加：テキストのフェードイン＋スライドアップ */
.c01_third span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out 1.2s, transform 0.6s ease-out 1.2s; /* 幕が終わるタイミングに合わせる */
  transition-delay: 1.2s; /* 幕が終わるタイミングに合わせる */
  will-change: opacity, transform; /* スマホの最適化 */
  color: #fff !important;
}

.c01_third.active span {
  opacity: 1;
  transform: translateY(0);
}

/* フォント系 */
header a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400 !important;
}

.smb-section__lede span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400 !important;
  font-size: 1.2rem !important;
}

.property-content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400 !important;
}

:where(dt) {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400 !important;
  font-size: 0.9rem !important;
}

.administrative-scrivener-tag {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400 !important;
}

.point_go_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400 !important;
}

.clearfix p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400 !important;
}

.c-entry-summary__term {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400 !important;
}

.c-entry-summary__content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400 !important;
}

.com_fea_section .smb-section__title {
  padding-bottom: 6px;
}

/* カスタムフィールド */
.administrative-scrivener-tag {
  padding: 3px 5px;
  background-color: #fcb701;
  color: #333;
  border-radius: 8px;
  margin-top: 2px !important;
  font-size: 0.7rem;
  display: inline-block;
}

.specialty_genre {
  padding-bottom: 1px;
}

/* 3つの理由 */
.top_first_title::before {
  position: absolute;
  background: #000;
  content: "";
  width: 50px;
  height: 3px;
  left: 0;
  top: -10px;
  margin: 0;
}

.top_first_title2 h2::before {
  position: absolute;
  background: #000;
  content: "";
  width: 50px;
  height: 3px;
  left: 48%;
  top: -10px;
  margin: 0;
}

.rec_page_banner .smb-items__banner__body {
  padding: 23px 15px;
}

.service_pege_section {
  padding: 0px !important;
}

.service_pege_section .c-container {
  margin: 0px !important;
  padding: 0px !important;
  max-width: 100% !important;
}

.top_first_title {
  margin-top: 1px !important;
}

.service_pege_section p {
  margin-top: 7px !important;
}

.service_page_img_section {
  padding: 23px !important;
}

.top_first_right {
  padding-left: 55px !important;
}

.top_first_left {
  padding-right: 55px !important;
}

/* カスタムフィールド */
.name_area {
  display: flex;
}

.name_area span {
  font-size: 0.9rem;
  padding-top: 2px;
}

.region_area {
  display: flex;
}

.region_area span {
  font-size: 0.9rem;
  padding-top: 2px;
}

.specialty_genre span {
  font-size: 0.9rem;
}

.c-entry-summary .c-entry-summary__figure {
  margin-bottom: 14px;
}

.c-entry-summary__header .c-entry-summary__title {
  padding-bottom: 3px;
}

.c-entry-summary__title {
  font-weight: 400 !important;
}

.l-1row-header .c-fluid-container {
  padding-left: 13px;
}

.l-1row-header__branding {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.c-row__col--auto {
  max-width: 15% !important;
  width: 15% !important;
}

.c-site-branding__title .custom-logo {
  max-width: 100% !important;
  width: 100% !important;
}

.l-1row-header .c-fluid-container .c-row {
  justify-content: space-between !important;
}

.ze_page_form .smf-item__col {
  background-color: #eeeeee;
}

.ze_page_for input {
  background-color: #eeeeee !important;
}

/* カテゴリー */
.c-entry-summary__term {
  background: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
}

.btn_point a {
  background: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
  padding: 15px 30px;
  width: 220px !important;
}

.smb-section__title span {
  background: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
  -webkit-background-clip: text; /* 背景をテキストの部分だけクリップ */
  -webkit-text-fill-color: transparent; /* テキスト色を透明に */
}

.point_gla_title .smb-section__title span {
  background: linear-gradient(135deg, #0B1D39 0%, #2E1A8A 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.l-contents__inner {
  gap: 0px !important;
}

/* 一時的に消し
.wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container{
	width: 90%!important;
}
 */
.c-entry__title {
  display: none;
}

.page-template .l-contents__inner {
  padding-top: 35px !important;
}

header {
  z-index: 1000 !important;
}

.c-page-header {
  height: 400px !important;
}

.c-page-header__title {
  padding-top: 30px !important;
}

.p-global-nav a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #bea079;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s; /*変形の時間*/
}

.p-global-nav a:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}

.home .l-sidebar-sticky-widget-area {
  top: 70px !important;
}

.home .l-contents__inner {
  padding-top: 0px !important;
}

/* カーテンアクション */
.animation-target {
  position: relative;
  overflow: hidden;
}

.animation-target > a,
.animation-target > img {
  opacity: 0;
}

@keyframes showElements {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}
.animation-target.show > a,
.animation-target.show > img {
  animation: showElements 0.01s 0.9s forwards;
}

.animation-target::before {
  content: "";
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3 !important;
  width: 100%;
  height: 100%;
  background-color: #2a2828 !important;
  opacity: 1 !important;
  transform: translateX(-100%);
}

@keyframes showMask {
  0% {
    transform: translateX(-100%);
  }
  45%, 55% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
.animation-target.show::before {
  animation: showMask 1.8s forwards;
}

/* 下から出てくる動き */
.slide-bottom {
  opacity: 0;
  transform: translateY(80px);
  transition: all 1s 0s ease-out;
}

/* 左からフェードイン */
.slide-left {
  opacity: 0;
  transform: translate(-80px, 0);
  transition: all 1s ease-out;
}

/* 右からフェードイン */
.slide-right {
  opacity: 0;
  transform: translate(80px, 0);
  transition: all 1s ease-out;
}

.c-drawer__item {
  border-bottom: solid 1px #fff;
}

.l-contents__sidebar {
  padding-right: 10px;
}

.point_en_text .smb-section__title {
  font-family: "Corinthia", cursive !important;
  font-size: 3.8rem;
}

.point_en_text .smb-section__lede-wrapper {
  margin-top: -16px !important;
}

.l-contents__container {
  margin: 0px;
  padding: 0px;
  max-width: 100% !important;
  width: 100% !important;
}

/* デザイン変更消し
.top_first_section{
    padding-top: 80px;
    padding-bottom: 130px;
}
*/
.home .l-contents__inner {
  gap: 0 !important;
}

.l-header {
  background-color: #333 !important;
}

.home .c-section {
  padding-top: 0px !important;
}

.l-header a span {
  color: #333 !important;
}

/* 最初のセクション */
.top_first_section {
  padding: 0px !important;
}

.top_first_section .c-container {
  padding: 0px !important;
  margin: 0px;
  max-width: 100%;
}

.top_first_section .wp-block-cover {
  margin-top: 0px !important;
  padding: 0px !important;
}

.top_first_section::after {
  position: absolute;
  display: block;
  content: "";
  background: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
  width: 1px;
  height: 120px;
  right: 50%;
  bottom: -60px;
  transform: translate(50%, 0);
  z-index: 10;
}

/* 新着行政書士 */
.top_new_section {
  z-index: 100;
}

.page_zen .c-entries--rich-media {
  --entries--item-width: 25%!important;
}

.zen_page_section .c-entries--rich-media {
  --entries--item-width: 25%!important;
}

.home .top_new_section .c-entries--rich-media {
  --entries--item-width: 22%!important;
}

.top_new_section .c-entries__item {
  width: 24%;
  margin: 0 2% 25px 0;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  padding: 20px;
  padding-left: 15px;
  padding-right: 15px;
  background: #fff url(/wp-content/uploads/2026/02/s09da1.png) no-repeat right top/65% auto;
  position: relative;
  transition-duration: 0.5s;
}

.top_new_section::after {
  position: absolute;
  display: block;
  content: "";
  background: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
  width: 1px;
  height: 120px;
  right: 50%;
  bottom: -60px;
  transform: translate(50%, 0);
  z-index: 10;
}

.top_search_section .vkfs__label-name {
  display: none;
}

/* サーチ */
.search .c-entries__item {
  width: 23%;
  margin: 0 2.6% 25px 0;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  padding: 20px;
  background: #fff url(/wp-content/uploads/2026/02/s09da1.png) no-repeat right top/65% auto;
  position: relative;
  transition-duration: 0.5s;
}

.search .c-entries {
  --entries--item-width: 22%;
}

.has-sm-sub-accent-background-color {
  background: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
}

/* 情報一覧ページ */
.blog .c-entries {
  --entries--item-width: 25%;
}

.blog .property-info {
  display: none;
}

.c-meta__item--author {
  display: none !important;
}

.blog .c-entry-summary__body {
  padding-left: 10px;
  padding-right: 10px;
}

/* ピックアップ行政書士 */
.top_choosing_section::after {
  position: absolute;
  display: block;
  content: "";
  background: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
  width: 1px;
  height: 120px;
  right: 50%;
  bottom: -60px;
  transform: translate(50%, 0);
  z-index: 10;
}

.top_choosing_section .left_section_section {
  box-shadow: 10px 10px 4px #BEA079;
}

.top_choosing_section .right_section_section {
  box-shadow: 10px 10px 4px #BEA079;
}

/* フロー */
.top_flow_section {
  z-index: 100;
}

.top_flow_section::after {
  position: absolute;
  display: block;
  content: "";
  background: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
  width: 1px;
  height: 120px;
  right: 50%;
  bottom: -60px;
  transform: translate(50%, 0);
  z-index: 10;
}

/* サーチ */
.top_search_section::after {
  position: absolute;
  display: block;
  content: "";
  background: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
  width: 1px;
  height: 120px;
  right: 50%;
  bottom: -60px;
  transform: translate(50%, 0);
  z-index: 10;
}

.wp-block-search__inside-wrapper input {
  background-color: #BEA079 !important;
}

.wp-block-search__inside-wrapper button {
  background-color: #BEA079 !important;
}

/* トップ記事 */
.top_information_section {
  z-index: 100;
}

.top_information_section::after {
  position: absolute;
  display: block;
  content: "";
  background: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
  width: 1px;
  height: 120px;
  right: 50%;
  bottom: -60px;
  transform: translate(50%, 0);
  z-index: 10;
}

.top_information_section .property-info {
  display: none;
}

.top_information_section .c-entries {
  --entries--item-width: 30%!important;
}

.c-meta__item--published {
  display: none !important;
}

/* ドクターズとは */
.toha_page_box_point {
  position: relative;
  top: -151px !important;
  z-index: 100 !important;
  width: 80%;
}

.toha_page_big_section {
  margin-top: -100px !important;
}

/* 検索ページ */
.vkfs__label-name {
  color: #f3f3f3;
}

.page-id-37 .l-contents__inner {
  padding-top: 32px !important;
}

/* お問い合わせページ */
.post-241 {
  max-width: 99% !important;
}

.post-241 h3 {
  border-bottom: solid 1px #bea079 !important;
}

/* 税理士ページ */
/* 3つの理由 */
.top_first_title::before {
  position: absolute;
  background: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
  content: "";
  width: 50px;
  height: 3px;
  left: 0;
  top: -10px;
  margin: 0;
}

.top_first_title2 h2::before {
  position: absolute;
  background: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
  content: "";
  width: 50px;
  height: 3px;
  left: 48%;
  top: -10px;
  margin: 0;
}

.rec_page_banner .smb-items__banner__body {
  padding: 23px 15px;
}

.service_pege_section {
  padding: 0px !important;
}

.service_pege_section .c-container {
  margin: 0px !important;
  padding: 0px !important;
  max-width: 100% !important;
}

.top_first_title {
  margin-top: 1px !important;
}

.service_pege_section p {
  margin-top: 7px !important;
}

.service_page_img_section {
  padding: 26px !important;
}

.top_first_right {
  padding-left: 55px !important;
}

.top_first_left {
  padding-right: 55px !important;
}

/* 士業探しページ */
.search_page_section::after {
  position: absolute;
  display: block;
  content: "";
  background: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
  width: 1px;
  height: 120px;
  right: 50%;
  bottom: -60px;
  transform: translate(50%, 0);
  z-index: 10;
}

.search_page_section {
  z-index: 101;
}

.so_pege_important_section {
  z-index: 100;
}

/* ご利用にあたってページ */
.page-id-251 h3 {
  border-bottom: solid 1px #BEA079 !important;
}

/* 個人情報保護ページ */
.page-id-248 .wp-block-heading {
  border-left: solid 3px #BEA079 !important;
  padding-left: 20px;
}

/* とはページの特徴 */
.toku_border_top .c-row::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0; /* 右上の位置 */
  width: 100px; /* 線の長さ */
  height: 0; /* 高さをゼロにする */
  border-top: 2px solid #bea079; /* 線の色と太さ */
}

.toku_border_top .c-row::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0; /* 右側面の位置 */
  width: 0; /* 横幅は0 */
  height: 100px; /* 縦線の長さ */
  border-right: 2px solid #bea079; /* 縦線の太さと色 */
}

.toku_border_top_second .c-row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0; /* 左上 */
  width: 100px; /* 横幅は0 */
  height: 0; /* 縦線の長さ */
  border-top: 2px solid #bea079; /* 左上の縦線の太さと色 */
}

.toku_border_top_second .c-row::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0; /* 左側面の位置 */
  width: 0; /* 横幅は0 */
  height: 100px; /* 縦線の長さ */
  border-left: 2px solid #bea079; /* 左側面の縦線の太さと色 */
}

.second_left {
  padding-left: 50px !important;
}

/*
.map_section::after {
    position: absolute;
    display: block;
    content: "";
    background: #c2a278;
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    transform: translate(0, 50%);
    z-index: 1;
}
.map_section .has-sm-2-xl-font-size{
    padding: 0px 20px;
    z-index: 100!important;
} 
*/
.map_section {
  display: flex;
  align-items: center;
}

.point_gla_title .map_section:before,
.map_section:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background: linear-gradient(135deg, #0B1D39 0%, #2E1A8A 100%);
}

.point_gla_title .map_section span {
  background: linear-gradient(135deg, #0B1D39 0%, #2E1A8A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.point_gla_title .map_section span {
  background: linear-gradient(135deg, #0B1D39 0%, #2E1A8A 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.map_section:before {
  margin-right: 1rem;
}

.map_section:after {
  margin-left: 0.7rem;
}

/* 地図 */
img {
  vertical-align: bottom;
}

a:hover img {
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
  filter: alpha(opacity=60);
  transition: all 0.4s;
}

a {
  text-decoration: none;
  color: #435ea9;
}

a:hover {
  text-decoration: none;
  color: #0E2D96;
  transition: 0.3s all;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

header a span {
  font-size: 1rem !important;
}

.search_section button {
  border: solid 1px #000 !important;
}

.l-sidebar-sticky-widget-area .smb-accordion__item__title {
  border: solid 1px #000 !important;
}

.l-sidebar-sticky-widget-area .vkfs__input-wrap {
  border-top: solid 1px #000 !important;
  border-left: solid 1px #000 !important;
  border-bottom: solid 1px #000 !important;
}

.side_key-section .vkfs__input-wrap {
  background-color: #f7f7f7 !important;
  background: #f7f7f7 !important;
}

.match_section {
  padding-bottom: 20px !important;
}

.vkfs_submit {
  background-color: #fcb701 !important;
  border: solid 1px #000;
}

/******* 地図成形 *******/
#japan-map div div.area div {
  border: 1px #a8a8a8 solid;
  text-align: center;
  font-size: 14px;
  display: flex;
  display: -webkit-flex;
  align-items: center; /* 縦方向中央揃え */
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  justify-content: center; /* 横方向中央揃え */
  -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
  position: absolute;
  box-sizing: border-box;
  transition: 0.2s;
}

#japan-map div div.area div:hover {
  opacity: 0.5;
  transition: 0.2s;
}

#japan-map {
  display: block;
  width: 777px;
  height: 482px;
  background-color: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#japan-map p.area-title {
  display: none;
}

/* 北海道・東北 */
#hokkaido-touhoku {
  width: 136px;
  display: block;
  height: 265px;
  position: absolute;
  left: 638px;
}

#hokkaido-touhoku div.area div {
  background-color: #eeeeee;
  color: #111;
  font-weight: 700;
}

#hokkaido {
  width: 133px;
  height: 70px;
}

#aomori {
  width: 93px;
  height: 43px;
  left: 21px;
  top: 96px;
}

#akita {
  width: 67px;
  height: 42px;
  left: 3px;
  top: 139px;
}

#iwate {
  width: 67px;
  height: 42px;
  left: 70px;
  top: 139px;
}

#yamagata {
  width: 67px;
  height: 42px;
  top: 181px;
  left: 3px;
}

#miyagi {
  width: 67px;
  height: 42px;
  top: 181px;
  left: 70px;
}

#fukushima {
  width: 67px;
  height: 42px;
  top: 223px;
  left: 70px;
}

/* 関東 */
#kantou {
  width: 158px;
  display: block;
  height: 174px;
  position: absolute;
  top: 265px;
  left: 623px;
  z-index: 2;
}

#kantou div.area div {
  background-color: #eeeeee;
  color: #111;
  font-weight: 700;
}

#ibaraki {
  width: 52px;
  height: 85px;
  top: 0px;
  left: 100px;
}

#tochigi {
  width: 50px;
  height: 42px;
  top: 0px;
  left: 50px;
}

#gunma {
  width: 50px;
  height: 42px;
  top: 0px;
  left: 0px;
}

#saitama {
  width: 100px;
  height: 43px;
  top: 42px;
  left: 0px;
}

#chiba {
  width: 52px;
  height: 84px;
  top: 85px;
  left: 100px;
}

#tokyo {
  width: 100px;
  height: 42px;
  top: 85px;
  left: 0px;
}

#kanagawa {
  width: 67px;
  height: 42px;
  top: 127px;
  left: 0px;
}

/* 中部 */
#tyubu {
  width: 270px;
  height: 211px;
  position: absolute;
  left: 438px;
  top: 223px;
}

#tyubu div.area div {
  background-color: #eeeeee;
  color: #111;
  font-weight: 700;
}

#nigata {
  width: 85px;
  height: 42px;
  left: 185px;
}

#toyama {
  width: 67px;
  height: 42px;
  left: 118px;
}

#ishikawa {
  width: 50px;
  height: 57px;
  left: 68px;
}

#fukui {
  width: 68px;
  height: 42px;
  left: 0px;
  z-index: 2;
}

#nagano {
  width: 67px;
  height: 85px;
  left: 118px;
  top: 42px;
}

#yamanashi {
  width: 67px;
  height: 42px;
  left: 118px;
  top: 127px;
}

#gifu {
  width: 50px;
  height: 55px;
  left: 68px;
  top: 57px;
}

#shizuoka {
  width: 67px;
  height: 42px;
  left: 118px;
  top: 169px;
}

#aichi {
  width: 50px;
  height: 57px;
  top: 112px;
  left: 68px;
}

/* 近畿 */
#kinki {
  width: 186px;
  height: 211px;
  position: absolute;
  left: 320px;
  top: 223px;
}

#kinki div.area div {
  background-color: #eeeeee;
  color: #111;
  font-weight: 700;
}

#kyoto {
  width: 67px;
  height: 84px;
  left: 51px;
}

#shiga {
  width: 68px;
  height: 42px;
  top: 42px;
  left: 118px;
}

#osaka {
  width: 67px;
  height: 85px;
  top: 84px;
  left: 51px;
}

#nara {
  width: 34px;
  height: 85px;
  top: 84px;
  left: 118px;
}

#mie {
  width: 34px;
  height: 85px;
  top: 84px;
  left: 152px;
}

#wakayama {
  width: 113px;
  height: 42px;
  top: 169px;
  left: 61px;
}

#hyougo {
  width: 51px;
  height: 98px;
  left: 0px;
}

/* 中国 */
#tyugoku {
  width: 151px;
  height: 98px;
  position: absolute;
  left: 169px;
  top: 223px;
}

#tyugoku div.area div {
  background-color: #eeeeee;
  color: #111;
  font-weight: 700;
}

#tottori {
  width: 50px;
  height: 49px;
  left: 101px;
}

#okayama {
  width: 50px;
  height: 49px;
  top: 49px;
  left: 101px;
}

#shimane {
  width: 51px;
  height: 49px;
  left: 50px;
}

#hiroshima {
  width: 51px;
  height: 49px;
  top: 49px;
  left: 50px;
}

#yamaguchi {
  width: 50px;
  height: 98px;
  left: 0px;
}

/* 四国 */
#shikoku {
  width: 184px;
  height: 84px;
  position: absolute;
  left: 169px;
  top: 350px;
}

#shikoku div.area div {
  background-color: #eeeeee;
  color: #111;
  font-weight: 700;
}

#kagawa {
  width: 92px;
  height: 42px;
  right: 0px;
}

#ehime {
  width: 92px;
  height: 42px;
  left: 0px;
}

#tokushima {
  width: 92px;
  height: 42px;
  right: 0px;
  top: 42px;
}

#kouchi {
  width: 92px;
  height: 42px;
  left: 0px;
  top: 42px;
}

/* 九州・沖縄 */
#kyusyu {
  width: 152px;
  height: 247px;
  position: absolute;
  left: 0px;
  top: 235px;
}

#kyusyu div.area div {
  background-color: #eeeeee;
  color: #111;
  font-weight: 700;
}

#fukuoka {
  width: 50px;
  height: 50px;
  left: 101px;
  top: 0px;
}

#saga {
  width: 50px;
  height: 50px;
  left: 51px;
  top: 0px;
}

#nagasaki {
  width: 50px;
  height: 50px;
  left: 1px;
  top: 0px;
}

#oita {
  width: 50px;
  height: 50px;
  left: 101px;
  top: 50px;
}

#kumamoto {
  width: 50px;
  height: 100px;
  left: 51px;
  top: 50px;
}

#miyazaki {
  width: 50px;
  height: 50px;
  left: 101px;
  top: 100px;
}

#kagoshima {
  width: 68px;
  height: 49px;
  left: 83px;
  top: 150px;
}

#okinawa {
  width: 50px;
  height: 50px;
  left: 1px;
  top: 197px;
}

.top_page_fv_btn_point {
  position: absolute;
  top: 5%;
  right: 15%;
  width: 450px;
  display: inline-block;
  animation: floatY 2.2s ease-in-out infinite;
  transition: transform 0.3s ease, filter 0.3s ease;
}

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

.top_page_fv_btn_point:hover {
  transform: scale(1.06);
  filter: brightness(1.05);
}

.top_page_fv_btn_point::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  animation: ripple 2s ease-out infinite;
  pointer-events: none;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes ripple {
  0% {
    transform: scale(0.95);
    opacity: 0.7;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.all_plase .c-entries__item {
  width: 24%;
  margin: 0 2% 25px 0;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  padding: 20px;
  padding-left: 15px;
  padding-right: 15px;
  background: #fff url(/wp-content/uploads/2026/02/s09da1.png) no-repeat right top/65% auto;
  position: relative;
  transition-duration: 0.5s;
}

.all_plase .c-entries--rich-media {
  --entries--item-width: 25%!important;
}

.all_plase .c-entries--rich-media {
  --entries--item-width: 25%!important;
}

.all_plase .c-entries--rich-media {
  --entries--item-width: 22%!important;
}

.point_gla_title .smb-section__title {
  background: none !important;
  -webkit-background-clip: border-box !important; /* text を解除 */
  background-clip: border-box !important;
  -webkit-text-fill-color: currentColor !important; /* 透明を解除してcolorに追従 */
  color: #111 !important;
}

.demolition_company-template-default .l-sidebar-sticky-widget-area:last-child {
  top: 121px !important;
}

/****************************************
	レスポンシブ

****************************************/
@media screen and (max-width: 776px) {
  #japan-map {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #japan-map p.area-title {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    text-align: center;
    margin-top: 1.5em;
    margin-bottom: 1em;
    color: #fff;
  }
  #hokkaido-touhoku, #kantou, #tyubu, #kinki, #tyugoku, #shikoku, #kyusyu {
    display: block;
    position: static;
    margin: 0 1em 0 1em;
  }
  #japan-map div div.area {
    display: block;
    position: relative;
  }
  #hokkaido-touhoku {
    height: calc(265px + 4.5em);
  }
  #kantou {
    height: calc(174px + 4.5em);
  }
  #tyubu {
    height: calc(211px + 4.5em);
  }
  #kinki {
    height: calc(211px + 4.5em);
  }
  #tyugoku {
    height: calc(98px + 4.5em);
  }
  #shikoku {
    height: calc(84px + 4.5em);
  }
  #kyusyu {
    height: calc(247px + 4.5em);
  }
} /* レスポンシブ max-776px */
@media screen and (max-width: 500px) {
  #japan-map {
    display: block;
    width: 100%;
    height: auto;
  }
  #hokkaido-touhoku, #kantou, #tyubu, #kinki, #tyugoku, #shikoku, #kyusyu {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    position: static;
    margin-left: 0px;
    margin-right: 0px;
  }
  #japan-map div div.area {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  #japan-map div div.area a {
    height: auto;
    width: 25%;
  }
  #japan-map div div.area div {
    display: block;
    border-radius: 0px;
    position: static;
    height: auto;
    font-size: 16px;
    width: 100%;
    padding: 0.5em 0.3em 0.5em 0.3em;
  }
} /* レスポンシブ max-500px */
@media (max-width: 1300px) {
  .point_flow_point {
    width: 44px !important;
  }
  .top_page_fv_btn_point {
    position: absolute;
    top: 4%;
    right: 15%;
    width: 400px;
  }
}
@media (max-width: 1200px) {
  .point_flow_point {
    width: 39px !important;
  }
}
@media (max-width: 1023px) {
  /******************************************************************

  Stylesheet: 1023px以下（タブレット）で適用

  ******************************************************************/
  .point_flow_point {
    width: 36px !important;
  }
  /* 新着行政書士 */
  .home .top_new_section .c-entries--rich-media {
    --entries--item-width: 48%!important;
  }
  .l-sidebar-sticky-widget-area:last-child {
    position: sticky !important; /* 常に固定 */
    top: 0; /* 上部からの距離 */
    height: 100vh; /* 画面いっぱいまで高さを確保 */
    overflow-y: auto; /* スクロール可能にする */
    max-width: 100% !important;
    width: 100% !important;
  }
  .c01_sp {
    position: relative;
    color: transparent; /* 初期状態で文字を透明に */
    display: inline-block;
    overflow: hidden;
    background: #fff;
    font-weight: 700;
    letter-spacing: 0.5rem;
    margin-top: 15px !important;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    margin-left: 50px !important;
    opacity: 0.8;
    font-size: 1.5rem;
    margin-top: 15px !important;
    letter-spacing: 0.1rem;
    color: #111 !important;
    margin-left: 18px !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  /* 1回目の幕（紫 #a675a5） */
  .c01_sp::before {
    content: "";
    position: absolute;
    z-index: 3; /* 紫幕を一番上に表示 */
    top: 0;
    right: 100%;
    bottom: 0;
    left: 0;
    background-color: #92866b;
    transition: none;
  }
  /* 2回目の幕（オレンジ #ff9800） */
  .c01_sp::after {
    content: "";
    position: absolute;
    z-index: 2; /* オレンジ幕を紫の下に表示 */
    top: 0;
    right: 100%;
    bottom: 0;
    left: 0;
    background-color: #92866b;
    transition: none;
  }
  /* .active がついたときのアニメーション */
  .c01_sp.active_sp {
    animation: showText 0s 1.2s forwards; /* 文字を遅れて表示 */
  }
  /* 1回目の幕（紫）のアニメーション */
  .c01_sp.active_sp::before {
    animation: moveBefore 0.3s forwards;
  }
  /* 2回目の幕（オレンジ）のアニメーション */
  .c01_sp.active_sp::after {
    animation: moveAfter 1s forwards;
  }
  /* テキストの色を元に戻す（幕が消えた後に発火） */
  @keyframes showText {
    100% {
      color: #111 !important;
    }
  }
  /* 1回目の幕（紫）のアニメーション */
  @keyframes moveBefore {
    50% {
      left: 0;
      right: 0;
    }
    100% {
      left: 100%;
      right: 0;
    }
  }
  /* 2回目の幕（オレンジ）のアニメーション */
  @keyframes moveAfter {
    50% {
      left: 0;
      right: 0;
    }
    100% {
      left: 100%;
      right: 0;
    }
  }
  .c01_sp.active_sp span {
    opacity: 1;
    transform: translateY(0);
  }
  /* 🌟 追加：テキストのフェードイン＋スライドアップ */
  .c01_sp span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out 1.2s, transform 0.6s ease-out 1.2s; /* 幕が終わるタイミングに合わせる */
  }
  .c01_sp.active_sp span {
    opacity: 1;
    transform: translateY(0);
  }
  .c01_second_sp {
    position: relative;
    color: transparent; /* 初期状態で文字を透明に */
    display: inline-block;
    overflow: hidden;
    background: #000;
    margin-top: 15px !important;
    font-weight: 700;
    letter-spacing: 0.5rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    margin-left: 50px !important;
    opacity: 0.8;
    font-size: 1.2rem;
    margin-top: 15px !important;
    letter-spacing: 0.1rem;
    color: #fff !important;
    margin-left: 18px !important;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  /* 1回目の幕（紫 #a675a5） */
  .c01_second_sp::before {
    content: "";
    position: absolute;
    z-index: 3; /* 紫幕を一番上に表示 */
    top: 0;
    right: 100%;
    bottom: 0;
    left: 0;
    background-color: #92866b;
    transition: none;
  }
  /* 2回目の幕（オレンジ #ff9800） */
  .c01_second_sp::after {
    content: "";
    position: absolute;
    z-index: 2; /* オレンジ幕を紫の下に表示 */
    top: 0;
    right: 100%;
    bottom: 0;
    left: 0;
    background-color: #92866b;
    transition: none;
  }
  /* .active がついたときのアニメーション */
  .c01_second_sp.active_sp {
    animation: showText 0s 1.2s forwards; /* 文字を遅れて表示 */
  }
  /* 1回目の幕（紫）のアニメーション */
  .c01_second_sp.active_sp::before {
    animation: moveBefore 0.3s forwards;
  }
  /* 2回目の幕（オレンジ）のアニメーション */
  .c01_second_sp.active_sp::after {
    animation: moveAfter 1s forwards;
  }
  /* テキストの色を元に戻す（幕が消えた後に発火） */
  @keyframes showText {
    100% {
      color: inherit;
      color: #fff;
    }
  }
  /* 1回目の幕（紫）のアニメーション */
  @keyframes moveBefore {
    50% {
      left: 0;
      right: 0;
    }
    100% {
      left: 100%;
      right: 0;
    }
  }
  /* 2回目の幕（オレンジ）のアニメーション */
  @keyframes moveAfter {
    50% {
      left: 0;
      right: 0;
    }
    100% {
      left: 100%;
      right: 0;
    }
  }
  /* 🌟 追加：テキストのフェードイン＋スライドアップ */
  .c01_second_sp span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out 1.2s, transform 0.6s ease-out 1.2s; /* 幕が終わるタイミングに合わせる */
    color: #fff !important;
  }
  .c01_second_sp.active_sp span {
    opacity: 1;
    transform: translateY(0);
  }
  .c01_third_sp {
    position: relative;
    color: transparent; /* 初期状態で文字を透明に */
    display: inline-block;
    overflow: hidden;
    background: #000;
    margin-top: 15px !important;
    font-weight: 700;
    letter-spacing: 0.3rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    margin-left: 50px !important;
    opacity: 0.8;
    font-size: 1.5rem;
    margin-top: 15px !important;
    letter-spacing: 0.1rem;
    color: #fff !important;
    margin-left: 18px !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  /* 1回目の幕（紫 #a675a5） */
  .c01_third_sp::before {
    content: "";
    position: absolute;
    z-index: 3; /* 紫幕を一番上に表示 */
    top: 0;
    right: 100%;
    bottom: 0;
    left: 0;
    background-color: #92866b;
    transition: none;
  }
  /* 2回目の幕（オレンジ #ff9800） */
  .c01_third_sp::after {
    content: "";
    position: absolute;
    z-index: 2; /* オレンジ幕を紫の下に表示 */
    top: 0;
    right: 100%;
    bottom: 0;
    left: 0;
    background-color: #92866b;
    transition: none;
  }
  /* .active がついたときのアニメーション */
  .c01_third_sp.active_sp {
    animation: showText 0s 1.2s forwards; /* 文字を遅れて表示 */
  }
  /* 1回目の幕（紫）のアニメーション */
  .c01_third_sp.active_sp::before {
    animation: moveBefore 0.3s forwards;
  }
  /* 2回目の幕（オレンジ）のアニメーション */
  .c01_third_sp.active_sp::after {
    animation: moveAfter 1s forwards;
  }
  /* テキストの色を元に戻す（幕が消えた後に発火） */
  @keyframes showText {
    100% {
      color: inherit;
      color: #fff !important;
    }
  }
  /* 1回目の幕（紫）のアニメーション */
  @keyframes moveBefore {
    50% {
      left: 0;
      right: 0;
    }
    100% {
      left: 100%;
      right: 0;
    }
  }
  /* 2回目の幕（オレンジ）のアニメーション */
  @keyframes moveAfter {
    50% {
      left: 0;
      right: 0;
    }
    100% {
      left: 100%;
      right: 0;
    }
  }
  /* 🌟 追加：テキストのフェードイン＋スライドアップ */
  .c01_third_sp span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out 1.2s, transform 0.6s ease-out 1.2s; /* 幕が終わるタイミングに合わせる */
    transition-delay: 1.2s; /* 幕が終わるタイミングに合わせる */
    will-change: opacity, transform; /* スマホの最適化 */
    color: #fff !important;
  }
  .c01_third_sp.active_sp span {
    opacity: 1;
    transform: translateY(0);
  }
  .top_page_fv_btn_point {
    position: absolute;
    top: 3%;
    right: 15%;
    width: 400px;
  }
}
@media (max-width: 639px) {
  /******************************************************************

  Stylesheet: 639px以下(スマホ)で適用

  ******************************************************************/
  .dore_section_sp {
    padding: 5px 5px !important;
    margin-top: 20px !important;
  }
  .dore_section_sp .wp-block-snow-monkey-blocks-items-banner {
    height: 80px !important;
    border-radius: 8px !important;
    margin-bottom: 12px !important;
  }
  .dore_section_sp .smb-items__banner {
    height: 80px !important;
    border-radius: 8px !important;
  }
  .dore_section_sp .smb-items__banner__figure {
    height: 80px !important;
    border-radius: 8px !important;
  }
  .dore_section_sp .dore_section_sp_first {
    padding-right: 5px !important;
  }
  .dore_section_sp .dore_section_sp_third {
    padding-right: 5px !important;
  }
  .dore_section_sp .smb-items__banner__body {
    padding: 5px !important;
    padding-left: 10px !important;
    border-radius: 8px !important;
  }
  /* ボタンデザイン */
  .button a {
    max-width: 300px;
    padding: 16px 16px;
    margin-bottom: 15px;
  }
  .tooltip {
    font-size: 1.4rem;
  }
  /* スライド */
  .infinite-slider {
    overflow: hidden;
    width: 100%;
    background: transparent; /* 背景はお好みで */
    margin-left: 0px !important;
    margin-right: 0px !important;
    max-width: 100% !important;
    margin-bottom: 30px !important;
  }
  .slider-track {
    display: flex;
    width: 5600px; /* 画像の幅×枚数（4枚×2周分） */
    animation: scroll 40s linear infinite;
  }
  .slider-track img {
    width: 200px;
    height: auto;
    margin-right: 15px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
  }
  /* ② 左側：ラベル＋入力エリアを 90% 幅に */
  .cus_research .vk-filter-search.vkfs .vkfs__labels {
    flex: 0 0 80%;
    max-width: 80%;
  }
  /* ⑤ 右側：ボタンを 10% 幅に */
  .cus_research .vk-filter-search.vkfs .vkfs_submit {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .cus_research .vk-filter-search.vkfs .vkfs_submit-text {
    padding: 0px !important;
  }
  .l-sidebar-sticky-widget-area .wp-block-vk-filter-search-filter-search {
    max-width: 100% !important;
  }
  /* ② 左側：ラベル＋入力エリアを 90% 幅に */
  .l-sidebar-sticky-widget-area .vk-filter-search.vkfs .vkfs__labels {
    flex: 0 0 80%;
    max-width: 80%;
  }
  /* ⑤ 右側：ボタンを 10% 幅に */
  .l-sidebar-sticky-widget-area .vk-filter-search.vkfs .vkfs_submit {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .l-sidebar-sticky-widget-area .vk-filter-search.vkfs .vkfs_submit-text {
    padding: 0px !important;
  }
  /* 記事内のボタン */
  .btn-arrow {
    display: block;
    margin: 20px auto; /* 上下余白20px、自動で中央寄せ */
    text-align: center;
    width: 255px;
  }
  /* ピックアップ行政書士 */
  .top_choosing_section::after {
    bottom: -40px;
  }
  s .pick_point_hi_section {
    padding-top: 80px !important;
  }
  .pick_point_hi_section h2 span {
    font-size: 1.6rem !important;
  }
  .service_page_img_section {
    padding-top: 0px !important;
    padding-left: 19px !important;
    padding-right: 19px !important;
    padding-bottom: 3px !important;
  }
  .smb-section__lede span {
    font-size: 1rem !important;
  }
  #point_space_section {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .wp-block-snow-monkey-blocks-box {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .l-sidebar-sticky-widget-area {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .l-sidebar-sticky-widget-area:last-child {
    position: sticky !important; /* 常に固定 */
    top: 0; /* 上部からの距離 */
    height: 80vh; /* 画面いっぱいまで高さを確保 */
    overflow-y: auto; /* スクロール可能にする */
    max-width: 100% !important;
    width: 100% !important;
  }
  .smb-accordion__item__body a {
    color: #333;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
  }
  /* トップページ士業一覧 */
  .c-entry-summary__figure:before {
    padding-top: 92% !important;
  }
  .point_en_text .smb-section__title {
    font-size: 2.5rem !important;
  }
  .sp_en_text .smb-section__title span {
    font-size: 2.5rem !important;
  }
  .sp_small_en_text .smb-section__title {
    font-size: 1.7rem !important;
  }
  /* カスタムフィールド */
  .name_area {
    display: block;
  }
  .name_area span {
    font-size: 0.9rem;
    padding-top: 0px;
    background-color: #333;
    color: #f3f3f3;
    width: 100%;
    display: block;
    text-align: center;
  }
  .region_area {
    display: block;
  }
  .region_area span {
    font-size: 0.9rem;
    padding-top: 0px;
    background-color: #333;
    color: #f3f3f3;
    width: 100%;
    display: block;
    text-align: center;
  }
  .specialty_genre span {
    font-size: 0.9rem;
    background-color: #333;
    color: #f3f3f3;
    width: 100%;
    display: block;
    text-align: center;
  }
  .c-entry-summary .c-entry-summary__figure {
    margin-bottom: 5px;
  }
  .c-entry-summary__header .c-entry-summary__title {
    font-size: 1rem;
  }
  /* カスタムフィールド */
  .administrative-scrivener-tag {
    padding: 2px 4px;
    background-color: #fcb701;
    color: #111;
    border-radius: 8px;
    margin-top: 2px !important;
    font-size: 0.6rem;
    font-weight: 700;
  }
  .specialty_genre {
    padding-bottom: 4px;
  }
  /* サービスページ */
  .top_page_service_section_left_title {
    padding-left: 10px;
  }
  .about_taisetu_section {
    position: relative !important;
  }
  .number_section {
    position: absolute !important;
    top: -262px;
    left: 20px;
  }
  .number_section span {
    font-size: 3rem !important;
  }
  .top_first_right {
    padding-left: 13.5px !important;
  }
  .top_page_service_section_left_title::before {
    width: 212px;
  }
  .top_first_title span {
    color: #f3f3f3 !important;
  }
  /* 行政書士の方はこちらページ */
  .gyo_co_flow_section .smb-section__title span {
    font-size: 2.5rem !important;
  }
  .c01 {
    font-size: 1.5rem;
    margin-top: 15px !important;
    letter-spacing: 0.1rem;
    color: #111 !important;
    margin-left: 18px !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  .c01_second {
    font-size: 1.2rem;
    margin-top: 15px !important;
    letter-spacing: 0.1rem;
    color: #fff !important;
    margin-left: 18px !important;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .c01_third {
    font-size: 1.5rem;
    margin-top: 15px !important;
    letter-spacing: 0.1rem;
    color: #fff !important;
    margin-left: 18px !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  .c-container, .c-fluid-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  /* トップページ 新着行政書士 */
  .point_admin_scr_section {
    z-index: 120;
  }
  /* ヘッダー */
  .menu-item-498 {
    margin-right: 0px !important;
  }
  .l-1row-header .c-row__col {
    padding: 0px !important;
  }
  .l-header__content {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .c-row__col--auto {
    max-width: 50% !important;
    width: 50% !important;
  }
  .l-1row-header .c-fluid-container {
    padding-left: 8px;
  }
  .u-invisible-lg-up {
    margin-right: 10px;
  }
  .wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container {
    width: 100% !important;
  }
  .c-site-branding__title {
    display: block;
  }
  header .c-container {
    padding-left: 13px !important;
    padding-right: 16px !important;
  }
  .top_img {
    padding-top: 30px !important;
  }
  .c-page-header {
    height: 275px !important;
  }
  .c-page-header__title {
    padding-top: 30px !important;
    font-size: 1.6rem !important;
  }
  .l-header .c-hamburger-btn__bar {
    background-color: #111 !important;
  }
  .c-hamburger-btn__label {
    color: #111 !important;
  }
  .point_en_text h2 span {
    font-size: 2rem;
  }
  .page-template .l-contents__inner {
    padding-top: 21px !important;
  }
  .page-id-37 .l-contents__inner {
    padding-top: 21px !important;
  }
  .l-contents__container {
    padding-left: 0px !important;
  }
  .top_first_section {
    padding-top: 20px;
    padding-bottom: 57px;
  }
  .top_new_section .c-entries--rich-media, [data-is-slim-width=true] .c-entries--panel, [data-is-slim-width=true] .c-entries--rich-media {
    --entries--item-width: 47%!important;
  }
  .l-contents__sidebar {
    padding-right: 0px;
  }
  .l-sidebar-sticky-widget-area figure img {
    margin: 0 auto !important;
  }
  .l-sidebar-sticky-widget-area p {
    text-align: center !important;
  }
  /* お役立て記事ページ */
  .blog .c-entries {
    --entries--item-width: 43%!important;
  }
  .blog .l-contents__inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .wp-block-snow-monkey-blocks-section {
    padding-bottom: 0px !important;
  }
  /* s愛書のセクション */
  .top_first_section .wp-block-cover {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  /* 新着行政書士 */
  .top_new_section .c-entries--rich-media, [data-is-slim-width=true] .c-entries--panel, [data-is-slim-width=true] .c-entries--rich-media {
    --entries--item-width: 50% !important;
  }
  .top_new_section .c-entries__item {
    width: 50%;
    margin: 0 0% 14px 0;
    box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
    padding: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* トップページピックアップ */
  .top_pickup_point {
    margin-top: 0px !important;
  }
  /* ドクターズとは */
  .toha_page_box_point {
    width: 90%;
  }
  /* とはページの特徴 */
  .toku_border_top .c-row::before {
    content: "";
    position: absolute;
    top: 242px;
    right: 0; /* 右上の位置 */
    width: 60px; /* 線の長さ */
    height: 0; /* 高さをゼロにする */
    border-top: 2px solid #bea079; /* 線の色と太さ */
  }
  .toku_border_top .c-row::after {
    content: "";
    position: absolute;
    top: 242px;
    right: 0; /* 右側面の位置 */
    width: 0; /* 横幅は0 */
    height: 60px; /* 縦線の長さ */
    border-right: 2px solid #bea079; /* 縦線の太さと色 */
  }
  .toku_border_top_second .c-row::before {
    content: "";
    position: absolute;
    top: 242px;
    left: 0; /* 左上 */
    width: 60px; /* 横幅は0 */
    height: 0; /* 縦線の長さ */
    border-top: 2px solid #bea079; /* 左上の縦線の太さと色 */
  }
  .toku_border_top_second .c-row::after {
    content: "";
    position: absolute;
    top: 242px;
    left: 0; /* 左側面の位置 */
    width: 0; /* 横幅は0 */
    height: 60px; /* 縦線の長さ */
    border-left: 2px solid #bea079; /* 左側面の縦線の太さと色 */
  }
  .second_left {
    padding-left: 37px !important;
  }
  /* トップ記事 */
  .top_information_section .c-entries {
    --entries--item-width: 50%!important;
  }
  /* サーチ */
  .search .c-entry__body {
    padding: 28.8px;
  }
  .search .c-entries--rich-media, [data-is-slim-width=true] .c-entries--panel, [data-is-slim-width=true] .c-entries--rich-media {
    --entries--item-width: 50% !important;
  }
  .search .c-entries__item {
    width: 50%;
    margin: 0 0% 14px 0;
    box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
    padding: 20px;
  }
  /* サービスページ */
  .top_page_service_section_left_title {
    padding-left: 10px;
  }
  .about_taisetu_section {
    position: relative !important;
  }
  .number_section {
    position: absolute !important;
    top: -272px;
    left: 20px;
  }
  .number_section span {
    font-size: 3rem !important;
  }
  .top_first_right {
    padding-left: 13.5px !important;
  }
  .top_page_service_section_left_title::before {
    width: 200px;
  }
  /* 税理士ページ */
  .page-id-13 .l-contents__inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  aside figure {
    text-align: center !important;
  }
  .side_img img {
    width: 220px !important;
  }
  .l-sidebar-sticky-widget-area {
    padding-bottom: 0px !important;
  }
  .l-contents__inner {
    padding-bottom: 0px !important;
  }
  .c01_sp {
    position: relative;
    color: transparent; /* 初期状態で文字を透明に */
    display: inline-block;
    overflow: hidden;
    background: #fff;
    font-weight: 700;
    letter-spacing: 0.5rem;
    margin-top: 15px !important;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    margin-left: 50px !important;
    opacity: 0.8;
    font-size: 1.5rem;
    margin-top: 15px !important;
    letter-spacing: 0.1rem;
    color: #111 !important;
    margin-left: 18px !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  /* 1回目の幕（紫 #a675a5） */
  .c01_sp::before {
    content: "";
    position: absolute;
    z-index: 3; /* 紫幕を一番上に表示 */
    top: 0;
    right: 100%;
    bottom: 0;
    left: 0;
    background-color: #92866b;
    transition: none;
  }
  /* 2回目の幕（オレンジ #ff9800） */
  .c01_sp::after {
    content: "";
    position: absolute;
    z-index: 2; /* オレンジ幕を紫の下に表示 */
    top: 0;
    right: 100%;
    bottom: 0;
    left: 0;
    background-color: #92866b;
    transition: none;
  }
  /* .active がついたときのアニメーション */
  .c01_sp.active_sp {
    animation: showText 0s 1.2s forwards; /* 文字を遅れて表示 */
  }
  /* 1回目の幕（紫）のアニメーション */
  .c01_sp.active_sp::before {
    animation: moveBefore 0.3s forwards;
  }
  /* 2回目の幕（オレンジ）のアニメーション */
  .c01_sp.active_sp::after {
    animation: moveAfter 1s forwards;
  }
  /* テキストの色を元に戻す（幕が消えた後に発火） */
  @keyframes showText {
    100% {
      color: #111 !important;
    }
  }
  /* 1回目の幕（紫）のアニメーション */
  @keyframes moveBefore {
    50% {
      left: 0;
      right: 0;
    }
    100% {
      left: 100%;
      right: 0;
    }
  }
  /* 2回目の幕（オレンジ）のアニメーション */
  @keyframes moveAfter {
    50% {
      left: 0;
      right: 0;
    }
    100% {
      left: 100%;
      right: 0;
    }
  }
  .c01_sp.active_sp span {
    opacity: 1;
    transform: translateY(0);
  }
  /* 🌟 追加：テキストのフェードイン＋スライドアップ */
  .c01_sp span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out 1.2s, transform 0.6s ease-out 1.2s; /* 幕が終わるタイミングに合わせる */
  }
  .c01_sp.active_sp span {
    opacity: 1;
    transform: translateY(0);
  }
  .c01_second_sp {
    position: relative;
    color: transparent; /* 初期状態で文字を透明に */
    display: inline-block;
    overflow: hidden;
    background: #000;
    margin-top: 15px !important;
    font-weight: 700;
    letter-spacing: 0.5rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    margin-left: 50px !important;
    opacity: 0.8;
    font-size: 1.2rem;
    margin-top: 15px !important;
    letter-spacing: 0.1rem;
    color: #fff !important;
    margin-left: 18px !important;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  /* 1回目の幕（紫 #a675a5） */
  .c01_second_sp::before {
    content: "";
    position: absolute;
    z-index: 3; /* 紫幕を一番上に表示 */
    top: 0;
    right: 100%;
    bottom: 0;
    left: 0;
    background-color: #92866b;
    transition: none;
  }
  /* 2回目の幕（オレンジ #ff9800） */
  .c01_second_sp::after {
    content: "";
    position: absolute;
    z-index: 2; /* オレンジ幕を紫の下に表示 */
    top: 0;
    right: 100%;
    bottom: 0;
    left: 0;
    background-color: #92866b;
    transition: none;
  }
  /* .active がついたときのアニメーション */
  .c01_second_sp.active_sp {
    animation: showText 0s 1.2s forwards; /* 文字を遅れて表示 */
  }
  /* 1回目の幕（紫）のアニメーション */
  .c01_second_sp.active_sp::before {
    animation: moveBefore 0.3s forwards;
  }
  /* 2回目の幕（オレンジ）のアニメーション */
  .c01_second_sp.active_sp::after {
    animation: moveAfter 1s forwards;
  }
  /* テキストの色を元に戻す（幕が消えた後に発火） */
  @keyframes showText {
    100% {
      color: inherit;
      color: #fff;
    }
  }
  /* 1回目の幕（紫）のアニメーション */
  @keyframes moveBefore {
    50% {
      left: 0;
      right: 0;
    }
    100% {
      left: 100%;
      right: 0;
    }
  }
  /* 2回目の幕（オレンジ）のアニメーション */
  @keyframes moveAfter {
    50% {
      left: 0;
      right: 0;
    }
    100% {
      left: 100%;
      right: 0;
    }
  }
  /* 🌟 追加：テキストのフェードイン＋スライドアップ */
  .c01_second_sp span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out 1.2s, transform 0.6s ease-out 1.2s; /* 幕が終わるタイミングに合わせる */
    color: #fff !important;
  }
  .c01_second_sp.active_sp span {
    opacity: 1;
    transform: translateY(0);
  }
  .c01_third_sp {
    position: relative;
    color: transparent; /* 初期状態で文字を透明に */
    display: inline-block;
    overflow: hidden;
    background: #000;
    margin-top: 15px !important;
    font-weight: 700;
    letter-spacing: 0.3rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    margin-left: 50px !important;
    opacity: 0.8;
    font-size: 1.5rem;
    margin-top: 15px !important;
    letter-spacing: 0.1rem;
    color: #fff !important;
    margin-left: 18px !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  /* 1回目の幕（紫 #a675a5） */
  .c01_third_sp::before {
    content: "";
    position: absolute;
    z-index: 3; /* 紫幕を一番上に表示 */
    top: 0;
    right: 100%;
    bottom: 0;
    left: 0;
    background-color: #92866b;
    transition: none;
  }
  /* 2回目の幕（オレンジ #ff9800） */
  .c01_third_sp::after {
    content: "";
    position: absolute;
    z-index: 2; /* オレンジ幕を紫の下に表示 */
    top: 0;
    right: 100%;
    bottom: 0;
    left: 0;
    background-color: #92866b;
    transition: none;
  }
  /* .active がついたときのアニメーション */
  .c01_third_sp.active_sp {
    animation: showText 0s 1.2s forwards; /* 文字を遅れて表示 */
  }
  /* 1回目の幕（紫）のアニメーション */
  .c01_third_sp.active_sp::before {
    animation: moveBefore 0.3s forwards;
  }
  /* 2回目の幕（オレンジ）のアニメーション */
  .c01_third_sp.active_sp::after {
    animation: moveAfter 1s forwards;
  }
  /* テキストの色を元に戻す（幕が消えた後に発火） */
  @keyframes showText {
    100% {
      color: inherit;
      color: #fff !important;
    }
  }
  /* 1回目の幕（紫）のアニメーション */
  @keyframes moveBefore {
    50% {
      left: 0;
      right: 0;
    }
    100% {
      left: 100%;
      right: 0;
    }
  }
  /* 2回目の幕（オレンジ）のアニメーション */
  @keyframes moveAfter {
    50% {
      left: 0;
      right: 0;
    }
    100% {
      left: 100%;
      right: 0;
    }
  }
  /* 🌟 追加：テキストのフェードイン＋スライドアップ */
  .c01_third_sp span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out 1.2s, transform 0.6s ease-out 1.2s; /* 幕が終わるタイミングに合わせる */
    transition-delay: 1.2s; /* 幕が終わるタイミングに合わせる */
    will-change: opacity, transform; /* スマホの最適化 */
    color: #fff !important;
  }
  .c01_third_sp.active_sp span {
    opacity: 1;
    transform: translateY(0);
  }
  .info_section .c-entries {
    --entries--item-width: 43%!important;
  }
  .c-fluid-container {
    font-size: 0.7rem;
  }
  .sp_top_fv .wp-block-cover__inner-container {
    position: absolute !important;
    bottom: 0px;
  }
  .c-entry-summary__header .c-entry-summary__title {
    font-size: 0.9rem !important;
  }
  .all_plase .c-entries__item {
    width: 50%;
    margin: 0 0% 14px 0;
    box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
    padding: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .demolition_company-template-default .l-sidebar-sticky-widget-area:last-child {
    top: 0px !important;
  }
  .top_page_fv_btn_point {
    position: absolute;
    top: 3.5%;
    right: 14%;
    width: 280px;
    display: inline-block;
    animation: floatY 2.2s ease-in-out infinite;
  }
  .top_con_ago_c span {
    font-size: 1rem !important;
  }
}/*# sourceMappingURL=style.css.map */