@charset "UTF-8";
/* フッターウィジェットエリア */
.l-footer-widget-area {
  /* ウィジェットエリアの上部にボーダーを入れるため、paddingを除去 */
  border-top: 1px solid #ccc;
  padding: 0;
}

.l-footer-widget-area .c-row {
  /* 左右にボーダー */
}

.l-footer-widget-area__item {
  /* paddingを除去し、詰まったのでこちらで追加 */
  padding: 40px;
}

.l-footer-widget-area__item:nth-of-type(n + 2) {
  /* 最初の一つ目を除くブロックにボーダー */
  border-left: 1px solid #ccc;
}

.l-footer-widget-area__item .c-widget__title {
  /* タイトルを左寄せ */
  justify-content: flex-start;
  color: #333;
}

.l-footer-widget-area__item .c-widget__title::before, .l-footer-widget-area__item .c-widget__title::after {
  /* 左右のボーダーの除去 */
  display: none;
}

/* 任意のタクソノミーの投稿（リッチメディア）のスタイル */
.c-entries--rich-media .c-entries__item:nth-of-type(-n + 3) {
  /* メディアの下に余白を増やす */
  margin-bottom: 80px;
}

.c-entries--rich-media .c-entries__item .c-entry-summary {
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
}

.c-entries--rich-media .c-entries__item .c-entry-summary__figure {
  /* border-leftを適応するためmarginを消す */
  margin-bottom: 0;
}

.c-entries--rich-media .c-entries__item .c-entry-summary__figure img {
  /* 変化の時間 標準の装飾を除去 */
  transition: transform 0.6s;
  filter: none !important;
}

.c-entries--rich-media .c-entries__item .c-entry-summary__term--category-2 {
  background-color: rgba(51, 51, 51, 0.8);
}

.c-entries--rich-media .c-entries__item .c-entry-summary__term--category-3 {
  background-color: rgba(248, 181, 0, 0.8);
}

.c-entries--rich-media .c-entries__item .c-entry-summary__term--category-4 {
  background-color: rgba(205, 22, 44, 0.8);
}

.c-entries--rich-media .c-entries__item .c-entry-summary__term--category-5 {
  background-color: rgba(16, 79, 150, 0.8);
}

.c-entries--rich-media .c-entries__item .c-entry-summary__term--category-6 {
  background-color: rgba(51, 153, 51, 0.8);
}

.c-entries--rich-media .c-entries__item .c-entry-summary__term--category-7 {
  background-color: rgba(233, 117, 1, 0.8);
}

.c-entries--rich-media .c-entries__item .c-entry-summary__term--category-8 {
  background-color: rgba(31, 28, 161, 0.8);
}

.c-entries--rich-media .c-entries__item .c-entry-summary__term--category-9 {
  background-color: rgba(81, 112, 183, 0.8);
}

.c-entries--rich-media .c-entries__item .c-entry-summary__term--category-10 {
  background-color: rgba(39, 122, 158, 0.8);
}

.c-entries--rich-media .c-entries__item .c-entry-summary__term--category-11 {
  background-color: rgba(171, 212, 100, 0.8);
}

.c-entries--rich-media .c-entries__item .c-entry-summary__term--category-12 {
  background-color: rgba(125, 153, 32, 0.8);
}

.c-entries--rich-media .c-entries__item .c-entry-summary__term--category-13 {
  background-color: rgba(87, 112, 5, 0.8);
}

.c-entries--rich-media .c-entries__item .c-entry-summary__body {
  /* 見栄えを良くするため左側に余白をつける テキスト左側の縦線 */
  padding-left: 10px;
  padding-right: 10px;
}

.c-entries--rich-media .c-entries__item .c-entry-summary__header {
  /* c-entry-summary__figureでmarginを除去したので余白を埋め合わせ */
  padding: 20px 0;
}

.c-entries--rich-media .c-entries__item .c-entry-summary__title {
  font-size: 1em !important;
}

.c-entries--rich-media .c-entries__item .c-entry-summary__content {
  /* テキスト部分の装飾 */
  color: #333;
  font-size: 14px;
  line-height: 2.25em;
}

.c-entries--rich-media .c-entries__item .c-entry-summary__meta {
  /* 投稿者・日時の除去 */
  display: none;
}

.c-entries--rich-media .c-entries__item a:hover .c-entry-summary__figure img {
  /* ホバー時の画像拡大 */
  transform: scale(1.2);
}

/* ヘッダー */
/* グローバルメニュー位置調整 */
.l-header .c-navbar__item {
  position: relative;
}

.l-header .c-navbar__item::after {
  /* メニューアイテムの左に区切り線 */
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  height: 30px;
  margin-top: -15px;
  border-right: 1px solid #ccc;
}

.l-header .c-navbar__item:last-of-type::before {
  /* 最後のメニューアイテムの右に区切り線 */
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  height: 30px;
  margin-top: -15px;
  border-right: 1px solid #ccc;
}

/* 最近の投稿（テキスト）のスタイル */
.c-entries--text {
  position: relative;
  background-color: #f9f9f9;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}

.c-entries--text .c-entries__item a {
  padding-right: 3em;
  padding-left: 3em;
}

.c-entries--text .c-entries__item .c-entry-summary {
  position: relative;
  display: flex;
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
}

.c-entries--text .c-entries__item .c-entry-summary__title {
  transition: color 0.3s;
}

.c-entries--text .c-entries__item .c-entry-summary__figure {
  display: block;
  position: absolute;
  top: -2px;
  left: 8em;
  /* 日付の長さに合わせて調整 */
  background-color: transparent;
}

.c-entries--text .c-entries__item .c-entry-summary__figure img, .c-entries--text .c-entries__item .c-entry-summary__figure::before {
  display: none;
}

.c-entries--text .c-entries__item .c-entry-summary__figure span {
  background-color: #fff;
  border-radius: 15px;
  color: #333;
  border: 1px solid #333;
}

.c-entries--text .c-entries__item .c-entry-summary__term--category-2 {
  color: #333 !important;
  border: 1px solid #333 !important;
}

.c-entries--text .c-entries__item .c-entry-summary__term--category-4 {
  color: #cd162c !important;
  border: 1px solid #cd162c !important;
}

.c-entries--text .c-entries__item .c-entry-summary__term--category-5 {
  color: #104f96 !important;
  border: 1px solid #104f96 !important;
}

.c-entries--text .c-entries__item .c-entry-summary__term--category-6 {
  color: #339933 !important;
  border: 1px solid	#339933 !important;
}

.c-entries--text .c-entries__item .c-entry-summary__term--category-7 {
  color: #e97501 !important;
  border: 1px solid #e97501 !important;
}

.c-entries--text .c-entries__item .c-entry-summary__term--category-8 {
  color: #1F1CA1 !important;
  border: 1px solid #1F1CA1 !important;
}

.c-entries--text .c-entries__item .c-entry-summary__term--category-9 {
  color: #5170B7 !important;
  border: 1px solid #5170B7 !important;
}

.c-entries--text .c-entries__item .c-entry-summary__term--category-10 {
  color: #277A9E !important;
  border: 1px solid #277A9E !important;
}

.c-entries--text .c-entries__item .c-entry-summary__term--category-11 {
  color: #ABD464 !important;
  border: 1px solid #ABD464 !important;
}

.c-entries--text .c-entries__item .c-entry-summary__term--category-12 {
  color: #7D9920 !important;
  border: 1px solid #7D9920 !important;
}

.c-entries--text .c-entries__item .c-entry-summary__term--category-13 {
  color: #577005 !important;
  border: 1px solid #577005 !important;
}

.c-entries--text .c-entries__item .c-entry-summary__term {
  position: relative;
  left: 0;
  white-space: nowrap;
}

.c-entries--text .c-entries__item .c-entry-summary__meta {
  margin-right: 10rem;
  /* カテゴリー名の長さにあわせて調整 */
}

.c-entries--text .c-entries__item:hover .c-entry-summary__title {
  color: #ccc;
}

/* *****************************************************************

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

// ******************************************************************/
.c-page-header {
  display: none;
}

.c-entry .c-entry__body {
  width: 86.286%;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}

#loader-bg {
  background-color: #fff;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
}

#loader-bg img {
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 200px;
}

.l-header {
  z-index: 50;
}

.management-wrapper .smb-section__fixed-background {
  z-index: -1;
}

.management-wrapper .smb-section__inner .c-container .smb-section__title {
  background-image: url(https://kimanagement.co.jp/wp-content/uploads/2021/06/title-background.png);
  background-repeat: no-repeat;
  position: center;
  background-size: contain;
  margin-bottom: 2.5rem;
  background-position: 35%;
  padding: 20px;
}

.question-wrapper .smb-section__inner .c-container .smb-section__title {
  background-image: url(https://kimanagement.co.jp/wp-content/uploads/2021/06/title-background.png);
  background-repeat: no-repeat;
  position: center;
  background-size: contain;
  margin-bottom: 2.5rem;
  background-position: 38%;
  padding: 20px;
}

.question-wrapper .smb-section__inner .c-container .smb-section__title::after {
  /* 標準であるセクションタイトルの下線除去 */
  display: none;
}

.news-wrapper .smb-section__inner .c-container .smb-section__title {
  background-image: url(https://kimanagement.co.jp/wp-content/uploads/2021/06/title-background.png);
  background-repeat: no-repeat;
  position: center;
  background-size: contain;
  margin-bottom: 2.5rem;
  background-position: 45%;
  padding: 20px;
}

.news-wrapper .smb-section__inner .c-container .smb-section__title::after {
  /* 標準であるセクションタイトルの下線除去 */
  display: none;
}

.about-title {
  background-image: url(https://kimanagement.co.jp/wp-content/uploads/2021/06/title-background.png);
  background-repeat: no-repeat;
  position: center;
  background-size: contain;
  margin-bottom: 2.5rem;
  background-position: 0;
  padding: 20px;
}

.taxnomy-wrapper {
  width: 80% !important;
  margin-right: auto;
  margin-left: auto;
}

.taxnomy-wrapper .wp-block-column .title-pertical {
  background-image: url(https://kimanagement.co.jp/wp-content/uploads/2021/06/title-background.png);
  background-repeat: no-repeat;
  position: center;
  background-size: contain;
  margin-bottom: 2.5rem;
  background-position: 35%;
  padding: 20px;
}

/* TOPのパネル */
.top-panel {
  /* 位置調整 */
  position: relative;
  transform: translateY(-100px);
  z-index: 1;
}

.top-panel .smb-panels__item {
  /* パネルの影 */
  box-shadow: 0 -6px 8px rgba(0, 0, 0, 0.1) !important;
}

.top-panel .smb-panels__item:hover {
  /* 標準であるホバーエフェクトの除去 */
  box-shadow: none;
}

.top-panel .smb-panels__item__body {
  /* 標準のh2装飾の除去 */
  padding: 80px;
}

.top-panel .smb-panels__item__body h2 {
  background-color: transparent;
  border-left: none;
}

/* 4枚並んだパネルの装飾 */
.panels {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.panels .c-row__col {
  /* パネルの余白除去 */
  padding: 0;
}

.panels .smb-panels__item {
  display: flex;
  flex-direction: column;
  box-shadow: none;
  padding: 0;
  width: 80%;
  /* パネルホバー時の装飾 */
}

.panels .smb-panels__item__body {
  /* パネルのボーダー部分 */
  box-shadow: 0 0 0 1px #ccc;
  /* パネルのテキストと画像の順序を変更*/
  order: 1;
}

.panels .smb-panels__item__title {
  font-size: 24px;
}

.panels .smb-panels__item__content {
  font-size: 14px;
}

.panels .smb-panels__item:hover .smb-panels__item__figure::before {
  /* ホバー時に文字浮き出して見えるようにscaleで拡大 */
  transform: scale(1.2);
  opacity: 1;
}

.panels .smb-panels__item:hover .smb-panels__item__figure img {
  /* ホバー時に画像を拡大 */
  transform: scale(1.2);
}

.panels-section-1 .smb-panels__item__figure {
  /* テキストと画像の位置変更 */
  position: relative;
  order: 2;
  overflow: hidden;
}

.panels-section-1 .smb-panels__item__figure::before {
  /* ホバー時の装飾 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  content: 'オーナー様のご負担を軽減するとともに\A安定した資金運用を実現します\A\Aオーナー様と入居者様の中間に入ることで\A煩わしい管理業務を全てお任せいただける\Aサポートシステムをご用意しております\A\Aお忙しい方でも安心して\A運用することが可能です';
  white-space: pre;
  background: radial-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9));
  color: #fff;
  font-size: 13px;
  transition: all 0.6s 70ms;
  opacity: 0;
  z-index: 1;
}

.panels-section-1 .smb-panels__item__figure img {
  /* 変化の時間 */
  transition: all 0.6s;
}

.panels-section-1 .smb-panels__item__body {
  background-image: url(https://kimanagement.co.jp/wp-content/uploads/2021/06/number1.png);
  background-repeat: no-repeat;
  position: center;
  background-size: contain;
  background-position: left;
  z-index: 3 !important;
}

.panels-section-2 .smb-panels__item__figure {
  /* テキストと画像の位置変更 */
  position: relative;
  order: 2;
  overflow: hidden;
}

.panels-section-2 .smb-panels__item__figure::before {
  /* ホバー時の装飾 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  content: 'オーナー様と入居者様に\A安心をお届けいたします\A\A入居者様の募集から審査、\A賃貸仮契約締結までを\A円滑に進めるとともに、\A入居後の家賃集金から\Aお振込まで迅速かつ丁寧に実施';
  white-space: pre;
  background: radial-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9));
  color: #fff;
  font-size: 13px;
  transition: all 0.6s 70ms;
  opacity: 0;
  z-index: 1;
}

.panels-section-2 .smb-panels__item__figure img {
  /* 変化の時間 */
  transition: all 0.6s;
}

.panels-section-2 .smb-panels__item__body {
  background-image: url(https://kimanagement.co.jp/wp-content/uploads/2021/06/number2.png);
  background-repeat: no-repeat;
  position: center;
  background-size: contain;
  background-position: left;
  z-index: 3 !important;
}

.panels-section-3 .smb-panels__item__figure {
  /* テキストと画像の位置変更 */
  position: relative;
  order: 2;
  overflow: hidden;
}

.panels-section-3 .smb-panels__item__figure::before {
  /* ホバー時の装飾 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  content: '解約時には手続き業務意外にも\A入居者の退室時のお部屋のチェックから\A不具合の抽出など様々な処理が必要です\A\Aオーナー様の大切なお部屋を\A原状の綺麗な状態に戻して\A新しい入居者様をお迎えできるように\Aしっかり対処いたします';
  white-space: pre;
  background: radial-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9));
  color: #fff;
  font-size: 13px;
  transition: all 0.6s 70ms;
  opacity: 0;
  z-index: 1;
}

.panels-section-3 .smb-panels__item__figure img {
  /* 変化の時間 */
  transition: all 0.6s;
}

.panels-section-3 .smb-panels__item__body {
  background-image: url(https://kimanagement.co.jp/wp-content/uploads/2021/06/number3.png);
  background-repeat: no-repeat;
  position: center;
  background-size: contain;
  background-position: left;
  z-index: 3 !important;
}

.panels-section-4 .smb-panels__item__figure {
  /* テキストと画像の位置変更 */
  position: relative;
  order: 2;
  overflow: hidden;
}

.panels-section-4 .smb-panels__item__figure::before {
  /* ホバー時の装飾 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  content: 'マンション経営による家賃収入は\A確定申告をすることになります\A\Aその際には、\A提携の税理士による\A専門的なアドバイスとともに\Aしっかりサポートいたします';
  white-space: pre;
  background: radial-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9));
  color: #fff;
  font-size: 13px;
  transition: all 0.6s 70ms;
  opacity: 0;
  z-index: 1;
}

.panels-section-4 .smb-panels__item__figure img {
  /* 変化の時間 */
  transition: all 0.6s;
}

.panels-section-4 .smb-panels__item__body {
  background-image: url(https://kimanagement.co.jp/wp-content/uploads/2021/06/number4.png);
  background-repeat: no-repeat;
  position: center;
  background-size: contain;
  background-position: left;
  z-index: 3 !important;
}

　.smb-section__title {
  /* セクションタイトルサイズ変更 */
  font-size: 2em;
}

　.smb-section__title::after {
  /* 標準であるセクションタイトルの下線除去 */
  display: none;
}

.c-drawer__menu .c-drawer__item .p-search-form {
  display: none;
}

.c-entry__content .title-merit br {
  display: none;
}

.c-entry__content .title-risk br {
  display: none;
}

/* バナーの装飾 */
.banners .smb-items__banner__figure {
  /* デフォルトのfilterの除去 */
  filter: none !important;
}

.banners .smb-items__banner__figure img {
  /* 常時filterをかける */
  filter: brightness(0.8);
}

.banners .smb-items__banner__body {
  /* 変化にかける時間 */
  transition: transform 0.3s;
}

.banners .smb-items__banner__title {
  font-size: 24px;
  font-weight: 600;
}

.banners .smb-items__banner__lede {
  font-size: 16px;
}

.banners .smb-items__banner:hover .smb-items__banner__body {
  /* ホバー時に文字を右に移動 */
  transform: translateX(15px);
}

/*scroll*/
/* ********** */
/*=== 9-1-2 丸が動いてスクロールを促す ====*/
.scroll-wrapper {
  position: relative;
  top: 100px;
  padding-left: 5px;
  padding-right: 5px;
  z-index: 100;
}

/*スクロールダウン全体の場所*/
.scrolldown2 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 100px;
  left: 50%;
  z-index: 100;
}

.scrolldown2 span {
  /*描画位置*/
  position: absolute;
  left: 10px;
  bottom: 10px;
  /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.005em;
  /*縦書き設定*/
  writing-mode: vertical-rl;
}

.scrolldown2:before {
  /*まるの部分*/
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eee;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

/* 線の描写 */
.scrolldown2:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 2px;
  height: 50px;
  background: #eee;
}

/*btn*/
/* ********** */
/* ボタン共通設定 */
.button_wrapper {
  text-align: center;
}

.btn03 {
  /*影の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background: transparent;
  border-radius: 25px;
  border: solid 1px #333;
  outline: none;
  /*アニメーションの指定*/
  transition: all 0.2s ease;
}

.btn03:hover {
  /*hoverをした後のボタンの形状*/
  border-color: transparent;
}

.btn03 span {
  /*ボタンの中のテキスト*/
  position: relative;
  z-index: 2;
  /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  /*テキストの形状*/
  display: block;
  padding: 10px 30px;
  background: #fff;
  border-radius: 25px;
  color: #333;
  /*アニメーションの指定*/
  transition: all 0.3s ease;
}

/*== 右下に押し込まれる（立体が平面に） */
/*影の設定*/
.pushright:before {
  content: "";
  /*絶対配置で影の位置を決める*/
  position: absolute;
  z-index: -1;
  top: 4px;
  left: 4px;
  /*影の形状*/
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-color: #333;
}

/*hoverの際にX・Y軸に4pxずらす*/
.pushright:hover span {
  background-color: #333;
  color: #fff;
  transform: translate(4px, 4px);
}

/*マンションメリットデメリットタイトル*/
/* ********** */
.title-merit {
  background: linear-gradient(transparent 90%, #333 0%);
}

.title-merit strong {
  font-size: 60px;
  color: red;
}

.title-risk {
  background: linear-gradient(transparent 90%, #333 0%);
}

.title-risk strong {
  font-size: 60px;
  color: red;
}

/* フッターの上 */
.footer1 {
  /* フッター上部にボーダー 背景色*/
  border-top: 1px solid #ccc;
  background-color: #f7f7f7;
}

.footer1_top {
  display: flex;
  align-items: center;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  border-top: none;
  height: auto !important;
  font-size: 12px;
  margin-top: 3em;
  padding-bottom: 3em;
  width: 80%;
}

.footer1_topCol {
  width: 32.75862%;
}

.footer1_top_nav {
  overflow: hidden;
  position: relative;
  display: flex;
  margin-top: 16px;
  width: 94.73684%;
}

.footer1_top_navCol {
  margin: 0;
  padding: 0;
  width: 50%;
  list-style: none;
}

.footer1_top_navLink {
  display: list-item;
  text-align: -webkit-match-parent;
}

.footer1_top__link {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  color: #111;
  letter-spacing: .04em;
  padding: 4px 0;
  font-weight: 700;
}

.footer1_top__profile {
  margin-top: 16px;
  width: 93.68421%;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 10px;
  line-height: 1.7;
}

.footer1_top__profileHdl {
  font-weight: 500;
}

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

.info {
  /* フッター上部にボーダー */
  border-top: 1px solid #ccc;
}

.info-inner {
  display: flex;
  align-items: center;
  max-width: 1180px;
  height: 140px;
}

.info__logo {
  margin-right: 30px;
}

.info__logo img {
  width: 250px;
}

.info__text {
  flex: 1;
  font-size: 14px;
}

.info .social-nav {
  margin-left: 0;
}

.info .social-nav__icon {
  display: inline;
  margin: 0 10px;
  list-style: none;
}

.info .social-nav__icon a {
  color: #212121;
}

.smb-panels__item__title {
  font-size: 20px;
  text-align: center;
}

.about_message_wrapper, .about-company-wrapper {
  width: 68.2845%;
  margin-right: auto;
  margin-left: auto;
}

.about_message_wrapper .smb-section__body .information, .about-company-wrapper .smb-section__body .information {
  font-size: 14px;
}

.about_message_wrapper .smb-section__body .information tbody tr th, .about-company-wrapper .smb-section__body .information tbody tr th {
  background-color: #fff;
  width: 120px;
}

.message-title {
  background-image: url(https://kimanagement.co.jp/wp-content/uploads/2021/06/title-background.png);
  background-repeat: no-repeat;
  position: center;
  background-size: contain;
  margin-bottom: 2.5rem;
  background-position: 1%;
  padding: 20px;
}

.company-title {
  background-image: url(https://kimanagement.co.jp/wp-content/uploads/2021/06/title-background.png);
  background-repeat: no-repeat;
  position: center;
  background-size: contain;
  margin-bottom: 2.5rem;
  background-position: 1%;
  padding: 20px;
}

.top-title-wrapper {
  position: absolute;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  top: -25vh;
  z-index: 1;
  font-size: 36px !important;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.8);
  line-height: 2em;
  color: #fff;
}

.top-title-wrapper .title-space {
  display: none;
}

.swiper-slide {
  /* 表示させる高さの調整 */
  position: relative;
  height: 70vh;
  overflow: hidden;
}

.swiper-slide .main-visual {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 9s ease;
}

.swiper-slide 　　　 .main-visual:before {
  content: '';
  /* ↓暗いオーバーレイを半透明で配置 */
  background-color: rgba(0, 0, 0, 0.4);
  /* ↓全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.swiper-slide-active .main-visual {
  transform: scale(1.2);
}

.swiper-slide-active .hero__title {
  transform: translateX(-50%);
  opacity: 1;
}

.hero {
  overflow: hidden;
}

.hero__title {
  position: absolute;
  top: 30%;
  left: 50%;
  color: #fff;
  text-align: center;
  width: 90vw;
  transform: translate(-50%, 20px);
  transition: opacity 1.2s ease 1.5s, transform 1.2s ease 1.5s;
  z-index: 1;
  opacity: 0;
}

.hero__title h2 {
  font-size: 36px;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.8);
  line-height: 2em;
}

.hero__title span {
  display: block;
}

.contact-content {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.contact-title {
  margin-top: 2em !important;
  margin-bottom: 2em;
}

table {
  border-collapse: collapse;
}

p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}

input[type="submit"],
input[type="text"],
input[type="email"],
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  outline: none;
  border: none;
}

input[type="text"],
input[type="email"],
textarea {
  background: #f5f4f4;
  display: block;
  font-size: 16px;
  padding: 12px 15px;
  width: auto;
  transition: 0.8s;
  border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  background: #f1f7fa;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

textarea[name="content"] {
  display: inline-block;
  width: 100%;
  height: 200px;
}

input::placeholder,
textarea::placeholder {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-table {
  width: 100%;
}

.form-table th,
.form-table td {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 20px;
}

.form-table th {
  background: #fafafa;
  padding-left: 50px;
  position: relative;
  text-align: left;
  width: 300px;
}

div.wpcf7 input.wpcf7-submit {
  cursor: pointer;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  width: 200px;
  height: 45px;
  margin: 0 auto;
  display: block;
  background: #fff;
  border: 1px solid #666;
  transition: ease 1m;
}

div.wpcf7 input.wpcf7-submit:hover {
  background: #333;
  color: #fff;
  border: 1px solid #333;
}

.wpcf7 input.wpcf7-submit:active {
  box-shadow: none;
  bottom: -2px;
  position: relative;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border: 1px solid #333;
}

.wpcf7-captchac {
  border: 1px solid #ccc;
}

img.wpcf7-captchac {
  margin-bottom: 2em;
}

.wpcf7-captchar {
  margin-right: auto;
  margin-left: auto;
}

span.required {
  color: red;
  font-weight: 300;
}

@media (max-width: 1023px) {
  /******************************************************************

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

******************************************************************/
  /* タブレット以下でパネルの画像の重なりをなくす */
  .top-panel {
    margin-top: 30px;
    transform: none;
    /* パネルの影を調節 */
  }
  .top-panel .smb-panels__item {
    box-shadow: 10px 0 -10px rgba(0, 0, 0, 0.2);
  }
  .top-panel .smb-panels__item__body {
    padding: 30px;
  }
  .footer1 {
    /* フッター上部にボーダー 背景色*/
    border-top: 1px solid #ccc;
    background-color: #f7f7f7;
  }
  .footer1_top {
    display: flex;
    align-items: center;
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
    border-top: none;
    height: auto !important;
    font-size: 12px;
    margin-top: 3em;
    padding-bottom: 3em;
    width: 80%;
  }
  .footer1_topCol {
    width: 32.75862%;
  }
  .footer1_top_nav {
    overflow: hidden;
    position: relative;
    display: flex;
    margin-top: 16px;
    width: 94.73684%;
    flex-direction: column;
  }
  .footer1_top_navCol {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
  }
  .footer1_top_navLink {
    display: list-item;
    text-align: -webkit-match-parent;
  }
  .footer1_top__link {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    color: #111;
    letter-spacing: .04em;
    padding: 4px 0;
    font-weight: 700;
  }
  .footer1Col {
    width: 32.75862%;
  }
  .footer1Col__profile {
    margin-top: 16px;
    width: 93.68421%;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 10px;
    line-height: 1.7;
  }
  .footer1Col__profileHdl {
    font-weight: 500;
  }
  .footer1Col__profileItem {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  /* ヒーロースライダー */
  .hero__title h2 {
    font-size: 32px;
  }
  .hero .swiper-slide {
    height: 80vh;
  }
}

@media (max-width: 768px) {
  .contact-content {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .form-table th,
  .form-table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}

@media (max-width: 639px) {
  /******************************************************************

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

******************************************************************/
  .management-wrapper .smb-section__inner .c-container .smb-section__title {
    background-image: url(https://kimanagement.co.jp/wp-content/uploads/2021/06/title-background.png);
    background-repeat: no-repeat;
    position: center;
    background-size: contain;
    margin-bottom: 2.5rem;
    background-position: 5%;
    padding: 20px;
  }
  .question-wrapper .smb-section__inner .c-container .smb-section__title {
    background-image: url(https://kimanagement.co.jp/wp-content/uploads/2021/06/title-background.png);
    background-repeat: no-repeat;
    position: center;
    background-size: contain;
    margin-bottom: 2.5rem;
    background-position: 18%;
    padding: 20px;
  }
  .question-wrapper .smb-section__inner .c-container .smb-section__title::after {
    /* 標準であるセクションタイトルの下線除去 */
    display: none;
  }
  .news-wrapper .smb-section__inner .c-container .smb-section__title {
    background-image: url(https://kimanagement.co.jp/wp-content/uploads/2021/06/title-background.png);
    background-repeat: no-repeat;
    position: center;
    background-size: contain;
    margin-bottom: 2.5rem;
    background-position: 35%;
    padding: 20px;
  }
  .news-wrapper .smb-section__inner .c-container .smb-section__title::after {
    /* 標準であるセクションタイトルの下線除去 */
    display: none;
  }
  .taxnomy-wrapper .wp-block-column .title-pertical {
    background-image: url(https://kimanagement.co.jp/wp-content/uploads/2021/06/title-background.png);
    background-repeat: no-repeat;
    position: center;
    background-size: contain;
    margin-bottom: 2.5rem;
    background-position: 15%;
    padding: 20px;
  }
  /* 4つ並んだパネル */
  .panels {
    /* パネルの余白追加 */
  }
  .panels .c-row__col {
    padding: 0 14px;
  }
  .btn .smb-btn {
    width: 180px;
    height: 45px;
    margin-top: 30px;
  }
  /* 任意のタクソノミーの投稿（リッチメディア）のスタイル（スマホ） */
  .c-entries--rich-media .c-entries__item:nth-of-type(-n + 5) {
    /* 6番目を除く */
    margin-bottom: 30px;
  }
  .c-entries--rich-media .c-entry-summary__content {
    /* スマホでテキスト除去 */
    display: none;
  }
  /* フッター */
  .footer1 {
    /* フッター上部にボーダー 背景色*/
    border-top: 1px solid #ccc;
    background-color: #f7f7f7;
  }
  .footer1_top {
    display: flex;
    align-items: center;
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
    border-top: none;
    height: auto !important;
    font-size: 12px;
    margin-top: 3em;
    padding-bottom: 3em;
    width: 80%;
    flex-direction: column;
  }
  .footer1_topCol {
    width: 82.75862%;
    padding-bottom: 3em;
  }
  .footer1_top_nav {
    overflow: hidden;
    position: relative;
    display: flex;
    margin-top: 16px;
    width: 94.73684%;
    flex-direction: column;
  }
  .footer1_top_navCol {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
  }
  .footer1_top_navLink {
    display: list-item;
    text-align: -webkit-match-parent;
  }
  .footer1_top__link {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    color: #111;
    letter-spacing: .04em;
    padding: 4px 0;
    font-weight: 700;
  }
  .footer1Col {
    width: 82.75862%;
  }
  .footer1Col__profile {
    margin-top: 16px;
    width: 93.68421%;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 10px;
    line-height: 1.7;
  }
  .footer1Col__profileHdl {
    font-weight: 500;
  }
  .footer1Col__profileItem {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .panels {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .panels .c-row__col {
    /* パネルの余白除去 */
    padding: 0;
  }
  .panels .smb-panels__item {
    display: flex;
    flex-direction: column;
    box-shadow: none;
    padding: 0;
    width: 80%;
    /* パネルホバー時の装飾 */
  }
  .panels .smb-panels__item__body {
    /* パネルのボーダー部分 */
    box-shadow: 0 0 0 1px #ccc;
    /* パネルのテキストと画像の順序を変更*/
    order: 1;
  }
  .panels .smb-panels__item__title {
    font-size: 24px;
  }
  .panels .smb-panels__item__content {
    font-size: 14px;
  }
  .panels .smb-panels__item:hover .smb-panels__item__figure::before {
    /* ホバー時に文字浮き出して見えるようにscaleで拡大 */
    transform: scale(1);
    opacity: 1;
  }
  .panels .smb-panels__item:hover .smb-panels__item__figure img {
    /* ホバー時に画像を拡大 */
    transform: scale(1.2);
  }
  .info-inner {
    display: block;
    text-align: center;
    height: auto;
    padding: 40px;
  }
  .info__logo {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .info__logo img {
    width: 220px;
  }
  .info__text {
    margin-bottom: 25px;
  }
  .wp-block-column .message-title {
    font-size: 22px;
  }
  .wp-block-column .company-title {
    font-size: 22px;
  }
  .about_message_wrapper, .about-company-wrapper {
    width: 94.2845%;
    margin-right: auto;
    margin-left: auto;
  }
  .c-entry__content .title-merit h2 {
    line-height: 2.5em;
  }
  .c-entry__content .title-merit br {
    display: block;
  }
  .c-entry__content .title-risk h2 {
    line-height: 2.5em;
  }
  .c-entry__content .title-risk br {
    display: block;
  }
  .smb-section__title {
    /* セクションタイトルサイズ変更 */
    font-size: 24px;
  }
  .smb-section__title::after {
    /* 標準であるセクションタイトルの下線除去 */
    display: none;
  }
  .taxnomy-wrapper .wp-block-column #title-top {
    font-size: 24px;
  }
  .top-panel {
    /* 位置調整 */
  }
  .top-panel .smb-panels__item__body {
    /* 標準のh2装飾の除去 */
  }
  .top-panel .smb-panels__item__body .has-text-align-center {
    font-size: 20px !important;
  }
  /* ヒーロースライダー */
  .top-title-wrapper .title-space {
    display: block;
  }
  .hero__title {
    top: 15%;
  }
  .hero__title h2 {
    font-size: 24px;
  }
  /*contact*/
  .contact-content {
    width: 100%;
  }
  input[type="text"],
  input[type="email"],
  textarea {
    background: #fafafa;
    display: block;
    font-size: 16px;
    padding: 12px 15px;
    width: 100%;
    transition: 0.8s;
    border-radius: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .form-table {
    margin-left: -20px !important;
    width: calc(100% + 40px) !important;
  }
  .form-table th,
  .form-table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
/*# sourceMappingURL=style.css.map */