@charset "utf-8";

/*
Theme Name: my物件
*/

/*cssのリセット*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

/*サイト全体の基準となるCSSを記述*/
html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", sans-serif;/*フォントの指定*/
  line-height: 1.4;/*行間の指定*/
  margin: 0;
  padding: 0;
  color: #333;/*サイトのデフォルトとなる文字の色を指定*/
  background:
    radial-gradient(circle at top left, rgb(29 78 216 / 6%), transparent 28%),
    linear-gradient(180deg, #f4f7fb 0%, #eef3f8 100%);
}

/*見出しを全て太字で表示 + 文字色を黒に*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
}


/*コンテンツのサイズ指定*/
.header-inner,
.footer-inner,
.container {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.container {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

/*PCレイアウト*/
@media (min-width: 821px) {
  .two-columns {
    display: flex;
    flex-direction: row;

    gap: 2.5rem;
  }

  .two-columns .contents {
    flex: 1 1 auto;
  }

  .two-columns .sidebar {
    flex: 0 0 15.625rem;
  }
}

/*タブレットレイアウト*/
@media (max-width: 820px) {
  .two-columns .contents {
    margin-bottom: 4rem;
  }
}

/*スマホレイアウト*/
@media (max-width: 480px) {
  html {
    font-size: 15px;
  }

  .container {
    padding-top: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}


.site-title a img {
  height: 2.5rem;
}

/*ヘッダー: site-header 名前空間内で完結させ、ページ固有CSSの影響を受けにくくする */
.site-header.header {
  position: relative;
  z-index: 3000;
  border-bottom: 1px solid rgb(15 23 42 / 8%);
  background: rgb(255 255 255 / 88%);
  backdrop-filter: blur(12px);
}

.site-header > .site-header__inner.header-inner {
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.site-header .site-header__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
}

.site-header .site-header__brand {
  display: block;
  font-size: inherit;
  font-family: "Noto Sans JP", sans-serif;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: none;
  text-decoration: none;
  color: #000;
}

/*タイトルを画像にする場合*/
.site-header .site-header__logo {
  display: block;
  width: auto;
  height: 2.5rem;
  max-width: none;
}

/*タイトルを文字列にする場合*/
.site-header .site-header__brand {
  font-weight: 700;
  height: 2.5rem;
  color: #000;
}

/* ナビ配下も box-sizing を固定して、外部UIライブラリの影響を抑える */
.site-header .header-nav,
.site-header .header-nav * {
  box-sizing: border-box;
}

/* リストの余白やマーカーはヘッダー内で明示的にリセットする */
.site-header .header-nav ul,
.site-header .header-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header .header-nav li a {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: normal;
  text-transform: none;
  text-decoration: none;
}

.site-header .header-profile-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  text-decoration: none;
  color: #000;
}

.site-header .header-profile-icon {
  position: relative;
  display: inline-block !important;
  flex: 0 0 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  border: 1px solid #cfcfcf;
  border-radius: 50%;
  background: linear-gradient(180deg, #fafafa 0%, #ececec 100%);
  vertical-align: middle;
}

.site-header .header-profile-icon-image {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.site-header .header-profile-icon.has-image .header-profile-icon-image {
  display: block;
}

.site-header .header-profile-icon.has-image .header-profile-icon-placeholder {
  display: none;
}

.site-header .header-profile-icon-placeholder::before {
  content: "";
  position: absolute;
  top: 0.45rem;
  left: 50%;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background-color: #7a7a7a;
  transform: translateX(-50%);
}

.site-header .header-profile-icon-placeholder::after {
  content: "";
  position: absolute;
  bottom: 0.42rem;
  left: 50%;
  width: 1.3rem;
  height: 0.8rem;
  border-radius: 0.8rem 0.8rem 0.35rem 0.35rem;
  background-color: #7a7a7a;
  transform: translateX(-50%);
}

.site-header .header-profile-text {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.site-header .header-profile-link-mobile {
  display: none;
}

@media(min-width: 821px) {
  .site-header .navbutton {
    display: none;
  }

  .site-header .header-nav-wrap {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    margin-left: 15rem;/*タイトル分の余白をあけておく*/
    transform: translateY(-50%);
  }

  .site-header .header-nav {
    font-size: 0;
  }

  .site-header .header-nav ul {
    display: flex;
    align-items: center;
  }

  .site-header .header-nav li {
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    margin-left: 1.5rem;
    padding: .25rem 0;
  }

  .site-header .header-nav li a {
    font-weight: 500;
    color: #000;
  }

  .site-header .header-nav li a:hover {
    opacity: .6;
  }

  .site-header .header-profile-item {
    margin-left: 1.5rem;
    padding: 0;
  }

  .site-header .header-profile-link {
    min-height: 2.5rem;
    align-items: center;
  }

  .site-header .header-profile-link:hover {
    opacity: .75;
  }

  .site-header .header-profile-text {
    display: none;
  }
}

@media(max-width: 820px) {
  body.menu-active {
    overflow: hidden;
  }

  .site-header .header-profile-link-mobile {
    position: absolute;
    z-index: 3200;
    top: 50%;
    right: 4.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    color: #000;
  }

  .site-header .navbutton {
    position: absolute;
    z-index: 3300;
    top: 50%;
    right: 1.5rem;
    display: block;
    cursor: pointer;
    transform: translateY(-50%);
    border: 0;
    background-color: transparent;
  }

  .site-header .navbutton:focus {
    outline: 0;
  }

  .site-header .navbutton::after {
    font-family: "Material Symbols Outlined";
    font-size: 2.5rem;
    content: "\e5d2";
    color: #000;
  }

  .menu-active .site-header .navbutton::after {
    content: "\e5cd";
    color: #fff;
  }

  .site-header .header-nav-wrap {
    position: fixed;
    z-index: 3100;
    top: 0;
    left: 0;
    display: none;
    overflow-y: auto;
    width: 100%;
    height: 100vh;
    background-color: rgb(50 50 50 / 80%);
  }

  .site-header .header-nav {
    padding: 6rem 0 3rem;
  }

  .site-header .header-profile-item {
    display: none !important;
  }

  .site-header .header-profile-link {
    display: flex;
    justify-content: center;
    padding: 0.75rem;
    color: #fff;
  }

  .site-header .header-profile-icon {
    border-color: rgb(255 255 255 / 45%);
    background: rgb(255 255 255 / 12%);
  }

  .site-header .header-profile-icon-placeholder::before,
  .site-header .header-profile-icon-placeholder::after {
    background-color: #fff;
  }

  .site-header .header-profile-text {
    color: #fff;
  }

  .site-header .header-profile-link-mobile .header-profile-text {
    display: none;
  }

  .site-header .header-profile-link-mobile .header-profile-icon {
    border-color: #cfcfcf;
    background: linear-gradient(180deg, #fafafa 0%, #ececec 100%);
  }

  .site-header .header-profile-link-mobile .header-profile-icon-placeholder::before,
  .site-header .header-profile-link-mobile .header-profile-icon-placeholder::after {
    background-color: #7a7a7a;
  }

  .site-header .header-nav li a {
    font-weight: 400;
    padding: 1.5rem;
    text-align: center;
    color: #fff;
  }
}

/*フッター*/
.footer {
  background-color: #142033;
}

.footer-nav-wrap {
  padding: .9rem 1rem;
  background-color: rgb(255 255 255 / 82%);
  border-top: 1px solid rgb(15 23 42 / 8%);
}

.footer-nav ul {
  font-size: 0;
  text-align: center;
}

.footer-nav ul li {
  font-size: .875rem;
  display: inline-block;
  margin-right: 1rem;
  padding: .25rem 0;
}

.footer-nav ul li:last-child {
  margin-right: 0;
}

.footer-nav ul li a {
  text-decoration: none;
  color: #334155;
}

.copyright {
  padding: 1rem;
  text-align: center;
}

.copyright p {
  font-size: .875rem;
  color: rgb(255 255 255 / 80%);
}


/*投稿*/
.article-head .article-info {
  margin-bottom: .5rem;
}

.article-head .article-info .article-cat {
  display: inline-block;
  vertical-align: middle;
}

.article-head .article-info .article-cat a {
  font-size: .875rem;
  line-height: 1;
  display: inline-block;
  margin-right: .5rem;
  padding: .375rem .5rem;
  text-decoration: none;
  color: #fff;
  background-color: #03162f;
}

.article-head .article-info .article-date {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  color: #888;
}

.article-head .article-info .article-date i {
  font-size: 1.25rem;
  position: relative;
  top: .25rem;
}

.article-head h1 {
  font-size: 2.125rem;
  margin: 0 0 2rem;
  letter-spacing: 1px;
}

.article-head .article-img {
  margin-bottom: 2rem;
}

.article-head .article-img img {
  display: block;
}

.article-foot .article-tag {
  margin-bottom: 1rem;
  text-align: right;
}

.article-foot .article-tag ul {
  list-style: none;
}

.article-foot .article-tag ul li {
  font-size: .9rem;
  display: inline-block;
  margin-right: .5rem;
  vertical-align: middle;
}

.article-foot .article-tag ul li:last-child {
  margin-right: 0;
}

.article-foot .article-tag ul li a {
  line-height: 1;
  display: block;
  padding: .25rem .5rem;
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
}

.article-foot .article-tag ul li a:hover {
  opacity: .6;
}

.article-foot .article-author {
  font-weight: 500;
  line-height: 1;
  text-align: right;
  vertical-align: middle;
}

.article-foot .article-author i {
  font-size: 1.25rem;
  position: relative;
  top: .25rem;
}

@media(max-width: 480px) {
  .article-head h1 {
    font-size: 1.75rem;
  }
}

/*エディタコンテンツ*/
.editor-content p code,
.editor-content p img,
.editor-content p iframe,
.editor-content p object,
.editor-content figure img,
.editor-content figure iframe,
.editor-content figure video,
.editor-content figure audio,
.editor-content pre code {
  margin-bottom: 0;
}

.editor-content th,
.editor-content td {
  border-color: #ddd;
}

.editor-content p,
.editor-content ul,
.editor-content ol,
.editor-content table,
.editor-content dl,
.editor-content blockquote,
.editor-content pre,
.editor-content code,
.editor-content img,
.editor-content picture img,
.editor-content figure,
.editor-content iframe,
.editor-content object,
.editor-content hr,
.editor-content video,
.editor-content audio {
  margin-bottom: 2.5em;
  letter-spacing: 1px;
}

.editor-content b,
.editor-content strong {
  font-weight: bold;
}

.editor-content a {
  text-decoration: underline;
}

.editor-content ul:not([class]) {
  padding-left: 1.25em;
  list-style: disc;
}

.editor-content ol:not([class]) {
  padding-left: 1.875em;
  list-style: decimal;
}

.editor-content table {
  width: 100%;
}
.editor-content table thead {
  border: none;
}
.editor-content table th,
.editor-content table td {
  box-sizing: border-box;
  padding: .625em;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #ddd;
}
.editor-content img,
.editor-content iframe,
.editor-content object,
.editor-content video,
.editor-content audio {
  line-height: 1;
}
.editor-content figure {
  max-width: 100%;
}

.editor-content iframe,
.editor-content object {
  width: 100%;
}

.editor-content blockquote {
  line-height: 1.5;
  position: relative;
  padding: 3.125em 1.875em .625em;
  color: #555;
  background-color: #f1f4f4;
}

.editor-content blockquote::before {
  font-family: "Material Symbols Outlined";
  font-size: 1.875em;
  font-weight: 900;
  position: absolute;
  top: .3125em;
  left: .9375em;
  content: "\e244";
  color: #ccc;
}

.editor-content blockquote p,
.editor-content blockquote cite {
  margin-bottom: 1em;
}

.editor-content blockquote p cite {
  margin-bottom: 0;
}
.editor-content blockquote cite {
  font-size: .6125em;
  display: block;
  text-align: right;
}

.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5 {
  line-height: 1.4;
  margin: 3rem 0 2rem;
  letter-spacing: 1px;
}

.editor-content h2 {
  font-size: 1.875rem;
  padding: .75rem 0;
  border-bottom: solid 5px #03162f;
}

.editor-content h3 {
  font-size: 1.5rem;
  padding: 0 1rem;
  border-left: solid .375rem #415671;
  background: transparent;
}

.editor-content h4 {
  font-size: 1.25rem;
}

.editor-content h5 {
  font-size: 1.125rem;
}

@media (max-width: 480px) {
  .editor-content p,
  .editor-content ul,
  .editor-content ol,
  .editor-content table,
  .editor-content dl,
  .editor-content blockquote,
  .editor-content pre,
  .editor-content code,
  .editor-content img,
  .editor-content picture img,
  .editor-content figure,
  .editor-content iframe,
  .editor-content object,
  .editor-content hr,
  .editor-content video,
  .editor-content audio {
    margin-bottom: 1.5em;
  }

  .editor-content th,
  .editor-content td {
    padding: .625em;
  }

  .editor-content blockquote {
    padding: 2.5em 1.875em 1.875em;
  }

  .editor-content blockquote::before
  .editor-content blockquote::after {
    font-size: 1.25em;
  }

  .editor-content blockquote p,
  .editor-content blockquote cite {
    margin-bottom: .625em;
  }

  .editor-content h2,
  .editor-content h3,
  .editor-content h4,
  .editor-content h5 {
    margin: 2rem 0;
  }

  .editor-content h2 {
    font-size: 1.5rem;
  }
  .editor-content h3 {
    font-size: 1.375rem;
  }
  .editor-content h4 {
    font-size: 1.25rem;
  }
  .editor-content h5 {
    font-size: 1rem;
  }
  .editor-content h6 {
    font-size: .9375rem;
  }
}


@media (max-width: 332px) {
  .editor-content h2 {
    font-size: 1.25rem;
  }
  .editor-content h3 {
    font-size: 1.125rem;
  }
  .editor-content h4 {
    font-size: 1rem;
  }
  .editor-content h5 {
    font-size: .9375rem;
  }
  .editor-content h6 {
    font-size: .875rem;
  }
}

/*サイドバーウィジェット*/
.sidebar-wrapper {
  margin-bottom: 2rem;
}

.sidebar .sidebar-title,
.sidebar .wp-block-heading {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 1rem;
  padding: .375rem;
  letter-spacing: 1px;
  border: 0;
  border-bottom: .1875rem solid #1d2d43;
}

.sidebar a {
  text-decoration: none;
  color: #333;
}

.sidebar ul {
  list-style: none;
}

.sidebar li {
  border-bottom: 1px solid #ddd;
}

.sidebar li a {
  display: block;
  padding: .5rem;
}

.sidebar select {
  display: block;
  width: 100%;
  padding: .5rem;
  border: 1px solid #ddd;
}

/*ページタイトル*/
.page-title-wrap {
  background:
    radial-gradient(circle at top right, rgb(125 211 252 / 22%), transparent 26%),
    linear-gradient(135deg, #142033 0%, #203a59 55%, #214b73 100%);
}

.page-title-wrap .page-title {
  position: relative;
  max-width: 1080px;
  height: 15rem;
  margin: 0 auto 2rem;
  padding: 0 1.5rem;
}

.page-title-wrap .page-title .text-warp {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  width: calc(100% - 3rem);
  transform: translateY(-50%);
  text-align: center;
}

.page-title-wrap .page-title .text-warp h1 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
}

@media(max-width: 820px) {
  .page-title-wrap .page-title {
    height: 11rem;
    margin-bottom: 0.5rem;
  }

  .page-title-wrap .page-title .text-warp h1 {
    font-size: 2.35rem;
  }
}

@media(max-width: 480px) {
  .page-title-wrap .page-title {
    height: 8.5rem;
    margin-bottom: 0;
  }

  .page-title-wrap .page-title .text-warp h1 {
    font-size: 1.8rem;
  }
}

/*記事アーカイブ*/
.article-list {
  display: grid;

  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}

.article-list .article-item {
  position: relative;
  z-index: 1;
  border: 1px solid #ddd;
}

.article-list .article-item a {
  display: block;
  text-decoration: none;
  color: #333;
}

.article-list .article-item img {
  display: block;
  width: 100%;

  aspect-ratio: 3/2;
  object-fit: cover;
}

.article-list .article-item .text-wrap {
  padding: 1rem;
}

.article-list .article-item .article-cat {
  font-size: .875rem;
  line-height: 1;
  display: inline-block;
  margin-right: .5rem;
  padding: .25rem .5rem;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  background-color: #03162f;
}

.article-list .article-item .article-date {
  font-size: .875rem;
  display: inline-block;
  vertical-align: middle;
  color: #888;
}

.article-list .article-item .article-date i {
  font-size: 1rem;
  position: relative;
  top: .1875rem;
  margin-right: .125rem;
}

.article-list .article-item .text-wrap h2 {
  font-size: 1rem;
  font-weight: 500;
  margin-top: .5rem;
}

@media(max-width: 480px) {
  .article-list {
    display: block;

    gap: none;
    grid-template-columns: none;
  }

  .article-list .article-item {
    margin-bottom: 2rem;
  }
}


/*ページネーション*/
.pagination {
  margin: 4rem 0;
  text-align: center;
}

.pagination ul {
  font-size: 0;
}

.pagination ul li {
  font-size: 1rem;
  display: inline-block;
  margin-right: .75rem;
}

.pagination ul li:last-child {
  margin-right: 0;
  border: 0;
}

.pagination ul li a,
.pagination ul li .current {
  font-weight: 600;
  line-height: 1;
  display: block;
  padding: .75rem .875rem;
  border: 1px solid #ddd;
}

.pagination ul li a {
  text-decoration: none;
  color: #555;
}

.pagination ul li .current {
  color: #fff;
  background-color: #1d2d43;
}

.pagination ul li .prev,
.pagination ul li .next {
  padding: .75rem .5rem;
  border: 0;
}

.pagination ul li i {
  font-size: 1rem;
  color: #1d2d43;
}

@media(max-width: 480px) {
  .pagination {
    margin: 3rem 0;
  }

  .pagination ul li a {
    padding: .5rem;
  }
}

/*home*/
.home-fv-wrap {
  margin-bottom: 2rem;
}

.home-fv-wrap img {
  display: block;
  width: 100%;
  height: min(31.25rem, 46.5vw);

  object-fit: cover;
}

@media(min-width: 1921px) {
  .home-fv-wrap img {
    height: auto;
  }
}

@media(min-width: 821px) {
  .home-article-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ============================================================
   my物件 共通 CSS
   ============================================================ */
.wrapper {
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.fixed-page {
  padding-bottom: 5rem;
}

@media(max-width: 820px) {
  .fixed-page {
    padding-bottom: 3rem;
  }
}

.app-shell {
  display: grid;
  gap: 1.25rem;
}

.app-card {
  border: 1px solid rgb(148 163 184 / 18%);
  border-radius: 24px;
  background: rgb(255 255 255 / 94%);
  box-shadow: 0 20px 45px rgb(15 23 42 / 8%);
}

.app-card-soft {
  background:
    radial-gradient(circle at top right, rgb(59 130 246 / 12%), transparent 30%),
    linear-gradient(180deg, rgb(255 255 255 / 98%) 0%, rgb(248 250 252 / 96%) 100%);
}

.app-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.app-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.8rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2b5f91;
}

.app-eyebrow::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb 0%, #38bdf8 100%);
  box-shadow: 0 0 0 0.22rem rgb(59 130 246 / 12%);
}

.app-title {
  margin: 0;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  line-height: 1.2;
  color: #0f172a;
}

.app-lead {
  margin: 0.6rem 0 0;
  color: #526174;
  font-size: 0.98rem;
}

.app-button,
.app-button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  max-width: 100%;
  padding: 0.9rem 1.2rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(135deg, #142033 0%, #214b73 100%);
  color: #fff;
  text-decoration: none !important;
  font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
  box-shadow: 0 12px 24px rgb(20 32 51 / 18%);
  box-sizing: border-box;
  white-space: normal;
  word-break: keep-all;
}

.app-button:hover {
  transform: translateY(-1px);
  text-decoration: none !important;
}

.app-button-secondary,
.app-button-secondary:visited {
  border-color: rgb(148 163 184 / 28%);
  background: rgb(255 255 255 / 92%);
  color: #142033;
  box-shadow: none;
}

.app-button-inline {
  min-width: 0;
  padding: 0.72rem 0.95rem;
  font-size: 0.92rem;
}

.app-alert {
  padding: 0.95rem 1rem;
  border-radius: 14px;
  font-size: 0.95rem;
  border: 1px solid transparent;
}

.app-alert-success {
  color: #155b43;
  background: #e7f7ef;
  border-color: #b5e0cd;
}

.app-alert-error {
  color: #9c1d2d;
  background: #fce8ec;
  border-color: #f5c4cd;
}

.app-field-label {
  display: block;
  margin-bottom: 0.45rem;
  font-weight: 700;
  color: #142033;
}

.app-required {
  color: #d92d20;
}

/* 共通フォーム部品: 入力欄の基本見た目をここで統一する。 */
.app-input,
.app-select,
.app-textarea {
  width: 100%;
  padding: 0.88rem 0.95rem;
  border: 1px solid #d4dbe5;
  border-radius: 14px;
  background: #fff;
  font: inherit;
  color: #142033;
  box-sizing: border-box;
}

/* 共通フォーム部品: フォーカス時の視認性をアクセントカラーで揃える。 */
.app-input:focus,
.app-select:focus,
.app-textarea:focus {
  outline: none;
  border-color: #5b8def;
  box-shadow: 0 0 0 4px rgb(91 141 239 / 14%);
}

/* 共通フォーム部品: テキストエリアだけ高さとリサイズ許可を追加する。 */
.app-textarea {
  min-height: 140px;
  resize: vertical;
}

.app-muted {
  color: #66768a;
}

@media(max-width: 820px) {
  .app-card {
    border-radius: 18px;
  }

  .app-shell {
    gap: 0.9rem;
  }

  .app-card {
    border-radius: 16px;
  }

  .app-button,
  .app-button:visited {
    width: 100%;
    min-width: 0;
    padding: 0.85rem 1rem;
  }
}

/* ============================================================
   my物件 ランディングページ CSS
   front-page.php 用スタイル
   ============================================================ */

/* ── 変数 ── */
.my-bukken-lp {
  --mb-accent:        #214b73;
  --mb-accent-hover:  #142033;
  --mb-accent-light:  #e8f1f9;
  --mb-accent-dark:   #142033;
  --mb-text:          #0f172a;
  --mb-muted:         #526174;
  --mb-hint:          #7a8699;
  --mb-surf:          rgba(255,255,255,0.94);
  --mb-surf2:         #f3f7fb;
  --mb-border:        rgb(148 163 184 / 18%);
  --mb-border2:       rgb(71 85 105 / 22%);
  --mb-radius:        14px;
  --mb-radius-lg:     22px;

  font-family: 'Noto Sans JP', sans-serif;
  color: var(--mb-text);
  background: transparent;
}

/* ── コンテナ ── */
.mb-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ──────────────────────────────
   Hero
────────────────────────────── */
.mb-hero {
  padding: 2rem 0 1.5rem;
}

.mb-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  position: relative;
}

/* 背景アクセント円 */
.mb-hero-inner::before {
  content: '';
  position: absolute;
  top: -1rem;
  right: -1.5rem;
  width: 240px;
  height: 240px;
  background: rgb(59 130 246 / 10%);
  border-radius: 50%;
  opacity: 0.45;
  pointer-events: none;
  z-index: 0;
}

.mb-hero-text {
  position: relative;
  z-index: 1;
}

/* eyebrow バッジ */
.mb-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2b5f91;
  padding: 0;
  margin-bottom: 0.9rem;
}

.mb-eyebrow::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb 0%, #38bdf8 100%);
  box-shadow: 0 0 0 0.22rem rgb(59 130 246 / 12%);
}

/* ヒーロー見出し */
.mb-hero-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: var(--mb-text);
}

.mb-hero-title em {
  font-style: normal;
  color: var(--mb-accent);
}

.mb-hero-sub {
  font-size: 0.98rem;
  line-height: 1.8;
  color: var(--mb-muted);
  margin-bottom: 1.5rem;
}

/* 統計数字 */
.mb-stats {
  display: flex;
  gap: 1.5rem;
}

.mb-stat {
  display: flex;
  flex-direction: column;
}

.mb-stat-num {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--mb-text);
  line-height: 1.2;
}

.mb-stat-num small {
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--mb-muted);
  margin-left: 2px;
}

.mb-stat-label {
  font-size: 11px;
  color: var(--mb-hint);
  margin-top: 3px;
}

/* ──────────────────────────────
   フォームカード
────────────────────────────── */
.mb-form-card {
  background:
    radial-gradient(circle at top right, rgb(59 130 246 / 12%), transparent 30%),
    linear-gradient(180deg, rgb(255 255 255 / 98%) 0%, rgb(248 250 252 / 96%) 100%);
  border: 1px solid var(--mb-border);
  border-radius: var(--mb-radius-lg);
  padding: 2rem;
  position: relative;
  z-index: 1;
  box-shadow: 0 20px 45px rgb(15 23 42 / 8%);
}

.mb-form-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--mb-text);
}

.mb-form-title::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb 0%, #38bdf8 100%);
  box-shadow: 0 0 0 0.22rem rgb(59 130 246 / 12%);
  flex-shrink: 0;
}

/* フィールド */
.mb-field {
  margin-bottom: 1rem;
}

.mb-field label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: var(--mb-muted);
  margin-bottom: 5px;
  letter-spacing: 0.02em;
}

.mb-field input[type="text"],
.mb-field select {
  width: 100%;
  padding: 0.88rem 0.95rem;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  border: 1px solid #d4dbe5;
  border-radius: var(--mb-radius);
  background: #fff;
  color: var(--mb-text);
  transition: border-color 0.15s, box-shadow 0.15s;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
}

.mb-field input[type="text"]:focus,
.mb-field select:focus {
  border-color: #5b8def;
  box-shadow: 0 0 0 4px rgb(91 141 239 / 14%);
  background: #fff;
}

.mb-field input[type="text"]::placeholder {
  color: var(--mb-hint);
  font-size: 13px;
}

/* 用途トグル */
.mb-usage-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.mb-usage-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 10px 8px;
  border: 1px solid #d4dbe5;
  border-radius: var(--mb-radius);
  background: var(--mb-surf2);
  cursor: pointer;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  color: var(--mb-muted);
  transition: all 0.15s;
  line-height: 1.3;
}

.mb-usage-btn:hover {
  border-color: var(--mb-accent);
  color: var(--mb-accent-dark);
}

.mb-usage-btn.active {
  border-color: #214b73;
  background: #e8f1f9;
  color: #142033;
  font-weight: 500;
}

.mb-usage-icon {
  font-size: 18px;
  line-height: 1;
}

/* CTAボタン */
.mb-cta-btn {
  width: 100%;
  margin-top: 1.25rem;
  padding: 0.95rem 1.1rem;
  background: linear-gradient(135deg, #142033 0%, #214b73 100%);
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
  box-shadow: 0 12px 24px rgb(20 32 51 / 18%);
}

.mb-cta-btn:hover {
  background: linear-gradient(135deg, #142033 0%, #214b73 100%);
  transform: translateY(-1px);
}

.mb-cta-btn:active {
  transform: scale(0.99);
}

.mb-cta-arrow {
  font-size: 14px;
  transition: transform 0.15s;
}

.mb-cta-btn:hover .mb-cta-arrow {
  transform: translateX(3px);
}

/* ──────────────────────────────
   セクション共通
────────────────────────────── */
.mb-features-section,
.mb-steps-section {
  padding: 2.5rem 0;
}

.mb-section-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mb-accent);
  margin-bottom: 1rem;
}

/* ──────────────────────────────
   Features
────────────────────────────── */
.mb-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.mb-feat {
  background: rgb(255 255 255 / 94%);
  border: 1px solid var(--mb-border);
  border-radius: var(--mb-radius-lg);
  padding: 1.25rem;
  box-shadow: 0 20px 45px rgb(15 23 42 / 8%);
  transition: border-color 0.15s, transform 0.15s;
}

.mb-feat:hover {
  border-color: #214b73;
  transform: translateY(-2px);
}

.mb-feat-icon {
  width: 36px;
  height: 36px;
  border-radius: var(--mb-radius);
  background: #e8f1f9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
}

.mb-feat-icon svg {
  width: 16px;
  height: 16px;
  stroke: var(--mb-accent);
  fill: none;
}

.mb-feat h3 {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 4px;
  color: var(--mb-text);
}

.mb-feat p {
  font-size: 12px;
  line-height: 1.65;
  color: var(--mb-muted);
}

/* ──────────────────────────────
   Steps / Flow
────────────────────────────── */
.mb-flow {
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.mb-flow-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.mb-flow-connector {
  flex: 0 0 40px;
  height: 1px;
  background: var(--mb-border2);
  margin-top: 16px;
  align-self: flex-start;
}

.mb-step-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--mb-surf);
  border: 0.5px solid var(--mb-border2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  color: var(--mb-muted);
  margin-bottom: 0.5rem;
}

.mb-step-active .mb-step-num {
  background: #214b73;
  border-color: #214b73;
  color: #ffffff;
}

.mb-flow-step h4 {
  font-size: 12px;
  font-weight: 500;
  color: var(--mb-text);
  margin-bottom: 2px;
}

.mb-flow-step p {
  font-size: 11px;
  color: var(--mb-hint);
  line-height: 1.5;
  max-width: 100px;
}

/* ──────────────────────────────
   レスポンシブ
────────────────────────────── */
@media (max-width: 680px) {
  .mb-container {
    padding: 0 1rem;
  }

  .mb-hero {
    padding: 1.25rem 0 1rem;
  }

  .mb-hero-inner {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .mb-form-card {
    padding: 1.25rem;
    border-radius: 16px;
  }

  .mb-stats {
    gap: 1rem;
    flex-wrap: wrap;
  }
  .mb-hero-inner::before {
    display: none;
  }
  .mb-features {
    grid-template-columns: 1fr;
  }
  .mb-flow {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }
  .mb-flow-connector {
    display: none;
  }
  .mb-flow-step {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 12px;
  }
  .mb-step-num {
    flex-shrink: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
  .mb-flow-step p {
    max-width: none;
  }
}
