@charset "UTF-8";

/*--------------------------------------------------------
POSSWEBテーマの主要スタイル

【ブレイクポイント】
PC 1024以上
@media screen and (min-width: 1024px) {

タブレット 1023以下
@media screen and (max-width: 1023px) {

カラム変化ポイント 781以下
@media screen and (max-width: 781px) {

スマホ標準 639以下
@media screen and (max-width: 639px) {

スマホ最小基準（独自の認識） 480以下
@media screen and (max-width: 480px) {

--------------------------------------------------------*/


/* =======================================
　フォントスタイル
======================================= */
/*----- 見出しスタイル -----*/
/* h2（葉かざりあり） */
h2.wp-block-heading.h2-kazari::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 41px;
  background-image: url(../../images/p00-top/p00-h2-list.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 16px;
  vertical-align: -10px;
}

/* h2（両端ラインあり） */
.wp-block-group.kazari-h2 h2 {
  position: relative;
}

.wp-block-group.kazari-h2 h2::before,
.wp-block-group.kazari-h2 h2::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 5vw;
  height: 1px;
  background-color: var(--color-primary);
}

.wp-block-group.kazari-h2 h2::before {
  left: calc(-5vw - 16px);
}

.wp-block-group.kazari-h2 h2::after {
  right: calc(-5vw - 16px);
}

/* h2（縦ボーダーかざりあり） */
h2.wp-block-heading.kazari-tate {
  border-left: 4px solid var(--color-primary);
  padding-left: 20px;
}



/* h3（通常） */
h3.wp-block-heading::before,
h3::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  background-color: var(--color-primary);
  border-radius: 50%;
  vertical-align: 1px;
}

/* h3（アンダーラインあり） */
h3.wp-block-heading.h3-line {
  border-bottom: 1px solid var(--color-primary);
  padding-bottom: 8px;
}

h3.wp-block-heading.h3-line::before {
  content: none;
}

/* h3（飾りなし） */
h3.wp-block-heading.no-kazari::before {
  content: none;
}


/* =======================================
　全体レイアウト
======================================= */

#container {
  background: var(--color-base);
}



/* =======================================
　コンテンツエリア（タイト幅テンプレート）
======================================= */
#content {
  background: transparent;
}

/* 1カラムタイト */
.page-template-page-narrow #content-inner {
  max-width: var(--main-max-narrow);
}



/* =======================================
　メインビジュアル
======================================= */

#main-visual {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
}

#main-visual-inner {
  width: 100%;
  height: 100%;
}


/*----- 下層ページ用メインビジュアル -----*/
.page-mv-area {
  display: flex;
  justify-content: space-between;
  margin-left: 2vw;
  margin-right: 4vw;
}

@media (max-width: 639px) {
  .page-mv-area {
    flex-direction: column;
  }
}

/* タイトルエリア */
.mv-title-area {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../../images/common/common-detail-mv-title-accent.webp) no-repeat center 85%;
  background-size: 14vw;
  padding: 0 24px;
  position: relative;
}

/* 親ページ名 */
.mv-title-area .parent-page-title {
  display: block;
  text-align: center;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}

h1.mv-title {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid var(--color-primary);
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 12vw;
  z-index: 1;
}

.mv-title-area::before {
  content: '';
  display: block;
  width: 111px;
  height: 81px;
  background-image: url(../../images/common/common-h1-illust.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  margin: 0 auto 24px;
  position: relative;
  z-index: 1;
}

@media (max-width: 639px) {
  .mv-title-area {
    background: url(../../images/common/common-detail-mv-title-accent.webp) no-repeat 90% 85%;
    background-size: 31vw;
  }

  /* 親ページ名（スマホ） */
  .mv-title-area .parent-page-title {
    text-align: left;
  }

  h1.mv-title {
    padding-bottom: 8px;
    margin-bottom: 16px;
  }

  h1.mv-title::before {
    width: 80px;
    height: 58px;
    margin: 24px 0 4px -32px;
  }
}


/*----- シンプルページ用 -----*/
/* h1見出し */
.page-template-page-simple h1.mv-title {
  margin-bottom: 0;
}

.page-template-page-simple .mv-title-area {
  background: none;
  max-width: 1000px;
  margin: 0 auto;
}


/* メインビジュアルエリア */
.detail-mv-image-area {
  flex: 2.4;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: url(../../images/common/common-detail-mv-image-accent.webp) no-repeat 6% 25%;
  background-size: 37px;
}

/* ページ用のメインビジュアルクリッピングマスク */
.page #main-visual img {
  width: 100%;
  height: 40vw;
  object-fit: cover;
  object-position: center;
  mask-image: url(../../images/common/common-msk-detail-mv.webp);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/common/common-msk-detail-mv.webp);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}


@media screen and (max-width: 639px) {
  .page #main-visual img {
    height: 69vw;
  }
}


/* アクセントイラスト */
.detail-page-mv-accent-illust {
  position: absolute;
  z-index: 1;
  right: 4vw;
  top: 50vh;
  width: 115px;
}

.detail-page-mv-accent-illust img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 639px) {
  .detail-page-mv-accent-illust {
    top: 58vh;
  }
}



/*----- フロントページ用メインビジュアル -----*/

.home #main-visual img {
  width: 71vw;
  height: auto !important;
  object-fit: cover;
  object-position: 50% 80%;
  mask-image: url(../../images/p00-top/p00-msk-mv.webp);
  mask-repeat: no-repeat;
  mask-position: center top;
  mask-size: 70vw auto;
  -webkit-mask-image: url(../../images/p00-top/p00-msk-mv.webp);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  -webkit-mask-size: 70vw auto;
}

@media screen and (max-width: 639px) {
  .home #main-visual img {
    width: 80vw;
    mask-size: 81vw auto;
    -webkit-mask-size: 80vw auto;
  }
}


/*----- ホームキャッチ -----*/
.home-catch {
  position: absolute;
  height: calc(100vh - 200px);
  top: calc(110px + 5vw);
  left: 6vw;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.home-catch .home-catch-inner h1 {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: min(2.4vw, 28px);
  font-weight: 300;
  letter-spacing: .6vw;
  font-family: "Noto Sans JP", sans-serif;
}


@media screen and (max-width: 639px) {
  .home-catch {
    position: relative;
    height: auto;
    top: 24px;
    left: 0;
    display: block;
  }

  .home-catch .home-catch-inner h1 {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    font-size: 20px;
    text-align: center;
  }
}


/* =======================================
　グローバルヘッダー
======================================= */
header,
#global-header {
  background: transparent;
}

/*------- グローバルヘッダー -------*/
@media screen and (max-width:1400px) {
  #global-header {
    grid-template-columns: 1fr 80px;
  }

  #logo-area {
    grid-column-start: 1;
    grid-column-end: 2;
  }

  #nav-area {
    grid-column-start: 1;
    grid-column-end: 4;
  }

  #header-btn {
    grid-column-start: 1;
    grid-column-end: 4;
  }
}



@media screen and (max-width: 1400px) {
  #logo-area {
    max-width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10000;
  }
}


/*----- ナビエリア -----*/
@media screen and (max-width: 1400px) {
  #nav-area {
    position: absolute;
  }
}

/* PC */
@media screen and (min-width: 1400px) {
  .stellarnav>ul {
    background: transparent;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .stellarnav ul li li li a {
    background: rgba(255, 255, 255, .7);
  }
}


/* 固定ヘッダー機能を無効化 */
header.fixed {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: auto !important;
  z-index: auto !important;
  background: transparent !important;
  box-shadow: none !important;
  animation: none !important;
  transform: none !important;
  opacity: 1 !important;
}

.fixed #global-header {
  background: transparent !important;
}

header.fixed #header-btn {
  display: block !important;
}

@media screen and (min-width: 1401px) {
  #global-header {
    padding: 24px;
  }
}

/* デフォルトのヘッダーボタン */
#header-btn-area a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 8px 56px 12px 24px;
  text-decoration: none;
  border-radius: 100rem 0 200rem 100rem;
}

#header-btn-area .smb-btn__label::after {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url(../../images/common/common-contact-btn-accent.webp);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  margin-left: 8px;
  margin-top: -10px;
  position: absolute;
}

@media screen and (max-width: 1400px) {
  #header-btn-area {
    display: none;
  }
}



/*----- ナビゲーション -----*/
/* モバイル */
.stellarnav.mobile a.menu-toggle.full {
  background: transparent;
}



/* =======================================
　コンテンツ
======================================= */
/*-----シンプルテンプレート  -----*/
.page-template-page-simple #toc_content {
  margin-top: 96px;
}



/* =======================================
　サイドバー
======================================= */
section.archive .archive_title {
  font-size: var(--size-primary-font);
  padding: 12px;
  border-radius: 4px;
  margin-bottom: 8px;
}




/* =======================================
　フッター
======================================= */

footer {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.home footer,
.page footer {
  margin-top: -13vw;
}

.page-template-page-simple footer {
  margin-top: 0;
}


/* フッターコンテンツエリアのグループ */
.wp-block-group.footer-contents-wrap {
  gap: 56px;
}


/* フッターナビゲーション */
ul#menu-footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

ul#menu-footer-nav li a {
  color: var(--color-wh);
}

.wp-block-snow-monkey-blocks-section.footer-bottom-inner,
.wp-block-snow-monkey-blocks-section.footer-bottom-inner p,
.wp-block-snow-monkey-blocks-section.footer-bottom-inner a {
  color: var(--color-wh) !important;
}

footer::before {
  content: "";
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 21vw;
  background: url(../../images/common/common-msk-footer.webp) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}




/* =======================================
　アーカイブページ
======================================= */
/* リスト */
.post-list-inner {
  border-bottom: 1px solid var(--color-primary);
  padding: 16px 8px;
}

.post-list-inner:first-child {
  border-top: 1px solid var(--color-primary);
}

article.news {
  margin-bottom: 0;
  width: 100%;
}

h2.news_title {
  margin: 0;
  font-size: 20px !important;
}

article.news .news_meta {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  padding: 0;
}

article.news .news_time {

  margin-top: 6px;
}

article.news .news_meta ul li {
  padding-right: 0;
}

article.news .news_meta ul li a {
  border-radius: 4px;
}

/* ページャー */
.wp-pagenavi {
  margin-top: 40px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: 1px solid var(--color-primary);
}



/* =======================================
　検索結果ページ
======================================= */


/* 検索ボックス */
#moresearch {
  margin-top: 80px;
}



/* =======================================
　固定お問い合わせボタン（右端から登場）
======================================= */
#fixed-contact-btn.visible {
  bottom: 10px;
  right: 0;
  left: auto;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

#fixed-contact-btn a {
  width: auto;
  min-width: 200px;
  padding: 5px 48px 6px 32px;
  border-radius: 50rem 0 0 50rem;
  background: var(--color-primary);
  text-align: left;
  line-height: 1.35;
}

#fixed-contact-btn a span.large {
  color: var(--color-primary-font-main);
}

#fixed-contact-btn a::before {
  content: none;
}

#fixed-contact-btn.visible::after {
  content: '';
  display: block;
  position: absolute;
  width: 21px;
  height: 21px;
  background-image: url(../../images/common/common-contact-btn-accent.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 18px;
  top: 28%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 101;
}

@keyframes fixed-contact {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}


/* フッターテキスト（Akamatsu Administrative Scrivener Office） */
.footer-text {
  margin-top: 4px;
  color: var(--color-primary);
  padding-right: 10px;
  font-family: "Poppins", sans-serif;
}


/* =======================================
　上に戻るボタン
======================================= */
#scroll-top.visible {
  bottom: 28px;
}

#scroll-top img {
  background-color: var(--color-primary);
}



/* =======================================
　GoogleMap埋め込み
======================================= */
/* GoogleMap埋め込み */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}





/* =======================================
　ボタンスタイル
======================================= */
/*----- ボタンスタイル１ -----*/
.btn-style1 a.smb-btn {
  border-radius: 50rem 0 100rem 50rem;
}

.btn-style1 .smb-btn__label {
  position: relative;
  padding: 4px 80px 4px 32px;
}

.btn-style1 .smb-btn__label::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 36px;
  height: 36px;
  background-image: url(../../images/common/common-contact-btn-accent.webp);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  margin-left: 8px;
  margin-top: -20px;
}


/*----- ボタンスタイル２ -----*/
.btn-style2 a.smb-btn {
  padding: 16px 24px !important;
  border-radius: 50rem !important;
}

.btn-style2 .smb-btn__label::after {
  content: '';
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  background-image: url(../../images/common/common-btn-accent01.webp);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  margin-left: 8px;
  vertical-align: -3px;
}


/*----- ボタンスタイル３ -----*/
.btn-style3 .smb-btn {
  padding: 0;
}

.btn-style3 .smb-btn__label::after {
  content: '';
  display: inline-block;
  position: relative;
  width: 21px;
  height: 21px;
  background-image: url(../../images/common/common-btn-accent02.webp);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  margin-left: 8px;
  vertical-align: -4px;
}



/* =======================================
　共通パーツ（パターン登録）
======================================= */
/*----- お問い合わせCTAエリア -----*/
/* タイトル部 */
.wp-block-group.contact-section-title {
  position: relative;
  z-index: 1;
}

/* カラム */
.wp-block-columns.contact-col {
  margin-top: -3vw;
  background: url(../../images/common/common-contact-accent.webp) no-repeat 85% 10%;
  background-size: 16vw;
}

.wp-block-column.contact-content-col {
  background: url(../../images/common/common-contact-bg.webp) no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 1023px) {
  .wp-block-columns.contact-col {
    background: url(../../images/common/common-contact-accent.webp) no-repeat 100% 0;
    background-size: 14vw;
  }


  .wp-block-snow-monkey-blocks-section.smb-section.contact-section .smb-section__background {
    background: url(../../images/common/common-contact-bg.webp) no-repeat center center;
    background-size: 96%;
  }

  .wp-block-column.contact-content-col {
    background: none;
  }


  /* ボタン */
  .wp-block-group.gap80.sp-nogap.contact-btn-wrap {
    gap: 24px;
  }

  .wp-block-snow-monkey-blocks-buttons.smb-buttons.btn-style2.weight600.contact-btn-sub {
    display: flex;
    flex-direction: row;
  }
}

/* 初回相談無料タグ */
.wp-block-snow-monkey-blocks-box.smb-box.free-tag {
  padding: 4px 16px;
}

/*----- 画像シェイプ -----*/
/* デフォルトシェイプ */
.wp-block-group.shape-image img {
  mask-image: url(../../images/common/common-detail-image-msk.webp);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/common/common-detail-image-msk.webp);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

/* プロフィール画像 */
.wp-block-group.shape-image-profile img {
  mask-image: url(../../images/p00-top/p00-msk-profile.webp);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/p00-top/p00-msk-profile.webp);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}



@media screen and (max-width: 781px) {
  .wp-block-group.shape-image {
    max-width: 480px;
    margin: 0 auto;
    width: 80%;
  }
}


/*----- タグボックス -----*/
.wp-block-snow-monkey-blocks-box.smb-box.tag-box {
  padding: 4px 16px 8px;
}

.wp-block-snow-monkey-blocks-box.smb-box.tag-box .smb-box__background {
  border-radius: 4px;
}

.wp-block-snow-monkey-blocks-box.smb-box.tag-box p {
  padding: 0;
  margin: 0;
  line-height: 1;
}

p.has-text-align-center.tab-text.number {
  margin-bottom: -2px;
}


/*----- ステップラベル -----*/
.wp-block-group.step-nunber-group {
  background-image: url(../../images/p00-top/p00-flow-step-accent.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  padding: 16px 0 16px 32px;
  margin-bottom: 24px;
}

.wp-block-group.step-nunber-group p {
  padding: 0;
  margin: 0;
  line-height: 1;
}

.wp-block-group.step-nunber-group p.step-label {
  font-size: 20px;
}

.wp-block-group.step-nunber-group p.number {
  font-size: 40px;
  margin-bottom: -2px;
}