@charset "utf-8";

a:hover {
  text-decoration: none;
}


/* 記事ページ全体のスタイル */
.inner-section {
  margin: 0 3%;
}

@media screen and (min-width: 769px) {
  .inner-section {
    margin: 0;
  }
}


/* パンくずリスト */

.pankuzu-list {
  margin-bottom: 1em;
}

/* 左カラム */

.article-left-banner {
  margin-bottom: 30px;
}

.article-left-category-list .article-left-category-list-title {
  text-align: center;
  color: #fff;
  background: #999;
  font-size: 1.4rem;
  font-weight: bold;
  padding: .5em 0;
  margin-bottom: 20px;
}

.article-left-category-list ul li {
  text-align: center;
  font-size: 1.4rem;
}

.article-left-category-list ul li a {
  color: #005aaa;
  display: inline-block;
  padding: .5em 0;
}

/* .article-left-category-list ul li a:hover {
  display: block;
  color: #fff;
  background: #005aaa;
} */


/* テーマから探す（トップページ） */

.article-left-category-list .top-category-list-title {
  background-image: url(/wp-content/themes/osoujihonpofc/images/article/hashtag-solid.svg);
  background-position: left 4px;
  background-repeat: no-repeat;
  background-size: 20px;
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: bold;
  padding: 0 0 10px 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid;
}

.top-category-list {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid;
}

.top-category-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

.top-category-list ul li a {
  color: #005aaa;
  padding: 0;
}

.top-category-list ul li a:hover {
  display: inherit;
  color: inherit;
  background: inherit;
}


/* ハウスクリーニング起業・独立開業ゼミ */

.columns-wrap {
  text-align: center;
  margin-bottom: 20px;
}

.columns-wrap a {
  display: inline-block;
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  padding: .5em 0;
  margin: auto;
  border: 1px solid #000;
  position: relative;
}

.columns-wrap a:before {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* 公開日*/

.release-date {
  margin-bottom: 10px;
}

.release-date p {
  font-size: 1.2rem;
  color: #999;
}


/* 記事タイトル*/

.article-single-title {
  margin-bottom: 10px;
}

.article-single-title h1 {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: bold;
}


/* 記事カテゴリー（タイトル下）*/
.my-custom-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.my-custom-categories li a {
  color: #005aaa;
  font-size: 1.2em;
}


/* 記事メインビジュアル*/
.post-thumbnail {
  margin: 0 auto 20px auto;
}

.post-thumbnail img {
  margin: auto;
}


/* 記事抜粋*/
.article-excerpt {
  margin-bottom: 30px;
}

.article-excerpt p {
  font-size: 1.4rem;
  line-height: 1.8;
  word-wrap: break-word;
}


/* 記事本文*/

.single-article-content {
  margin-bottom: 30px;
}

.single-article-content h2 {
  color: #fff;
  background-color: #005aaa;
  /* background-image: url(/wp-content/themes/osoujihonpofc/images/article/bg-single-h2.svg); */
  background-position: .5em center;
  background-repeat: no-repeat;
  background-size: 30px;
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: bold;
  padding: .5em .5em .5em .75em;
  margin-bottom: 20px;
}

.single-article-content h3 {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  font-weight: bold;
  padding: 0 .5em;
  margin-bottom: 15px;
  border-left: 5px solid #005aaa;
}

.single-article-content .contents-txt {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 1.8;
  margin-bottom: 1em;
}

.single-article-content .contents-marker {
  background: linear-gradient(transparent 60%, #ff0 60%);
}


/* 説明エリア */

.single-article-content .info-area {
  background: #e5f3ff;
  padding: 3.5% 3% 3% 3%;
  margin-bottom: 20px;
}

.single-article-content .info-area h3 {
  background-image: url(/wp-content/themes/osoujihonpofc/images/article/icon-info.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-weight: bold;
  padding-left: 1.75em;
  margin-bottom: .5em;
  border-left: 0;
}

.single-article-content .info-area p {
  margin-bottom: 0;
}


@media screen and (min-width: 769px) {
  .single-article-content .info-area {
    padding: 2%
  }

  .single-article-content .info-area h3 {
    line-height: 1.6;
    padding-left: 1.6em;
  }
}


/* 記事カテゴリー*/

.page-header .page-title {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: bold;
  margin-bottom: 10px;
}

.page-header .taxonomy-description {
  margin-bottom: 20px;
}

.page-header .taxonomy-description p {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 1.8;
}

article .article-wrap {
  display: flex;
  justify-content: space-between;
}

article .article-wrap .post-thumbnail {
  width: 30%;
  margin: 0;
}

article .article-wrap .txt-area {
  width: 67%;
}

article .article-wrap .txt-area .entry-header .entry-title {
  margin-bottom: .5em;
}

article .article-wrap .txt-area .entry-header .entry-title a {
  color: #005aaa;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  font-weight: bold;
}

article .article-wrap .txt-area .entry-summary {
  display: none;
}

article .article-wrap .txt-area .new-article-item__categories {
  margin-bottom: 0;
}

article .article-wrap .txt-area .new-article-item__categories li a {
  color: #005aaa;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
}


@media screen and (min-width: 769px) {

  article .article-wrap .txt-area .entry-summary {
    display: block;
    word-wrap: break-word;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: .5em;
  }
}


/* CVボタン */
.fv_bottom_btn_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}


/* CTAエリア */
.cta_head {
  position: relative;
  color: #fff;
  background: #1888eb;
  height: auto;
  padding: 3% 3% 10% 3%;
  text-align: center;
}

.cta_head_img01 {
  width: 30em;
  position: absolute;
  left: 0;
  bottom: 0;
}

.cta_head_ico01 {
  position: relative;
  width: 5em;
  margin: 0 auto;
}

.cta_head_txt01 {
  position: relative;
  margin: .25em 0 0;
  font-size: clamp(1.6rem, 2.5vw, 2.5rem);
  font-weight: bold;
  letter-spacing: 0.02em;
}

.cta_head_txt01 .ut_big {
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.cta_head_tit01 {
  position: relative;
  margin: 0.1em 0 0;
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
  font-weight: bold;
  font-feature-settings: normal;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.cta_head_tit01 .ut_big {
  font-size: clamp(3rem, 4vw, 4rem);
}

.cta_btn_wrap {
  position: relative;
  background: #e2ebf5;
  padding: 12% 3%;
}

.cta_btn_wrap_white {
  background: #fff;
  padding: 10% 0 0 0;
  margin-bottom: 30px;
}

.cta_btn_wrap:before {
  content: '';
  display: block;
  background: #1888eb;
  width: 2em;
  height: 1em;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% -2%;
}

.cta_btn_wrap_white:before {
  display: none;
}

.cta_btn_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.cta_btn_list a:hover {
  opacity: .9;
}

.cta_btn02_sub {
  text-align: center;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-weight: bold;
  margin-bottom: 10px;
}

.cta_btn02 {
  margin-top: 0.1rem;
}

.font_lightyellow {
  color: #ffdf5e;
}


@media screen and (min-width: 769px) {
  .cta_head {
    background: linear-gradient(334deg, #1888eb 50%, #2f8fe3 50%);
    padding: 3% 3% 5% 3%;
    margin-top: 7%;
  }

  .cta_head_img01 {
    width: 19em;
    left: 4em;
  }

  .cta_btn_wrap {
    padding: 5% 3%;
  }

  .cta_btn_wrap:before {
    width: 3em;
    height: 2em;
  }

  .cta_btn_wrap_white {
    padding: 0;
  }

  .cta_btn_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: end;
    gap: 3%;
  }
}

/* 資料請求ボタン */
.cmn_btn01 {
  position: relative;
  display: grid;
  grid-template-columns: 4em 1fr 2em;
  align-items: center;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 3% 4%;
  background: linear-gradient(0deg, #e52144, #ff3458);
  border-radius: 0.1rem;
  box-shadow: .25em .25em 0.75em rgba(92, 92, 92, 0.3);
  border-radius: 0.75rem;
}

.cmn_btn01:before {
  content: '';
  display: block;
  background: linear-gradient(0deg, #cd2140, #ed2c4e);
  width: 100%;
  height: 100%;
  clip-path: polygon(55% 0, 100% 0, 100% 100%, 45% 100%);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.75rem;
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  -ms-border-radius: 0.75rem;
  -o-border-radius: 0.75rem;
}

.cmn_btn01_balloon {
  width: fit-content;
  color: #fff;
  background: #4e4f52;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  padding: 1% 10% 2% 10%;
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% -60%;
  border-radius: 100px;
}

.cmn_btn01_balloon:after {
  content: '';
  display: block;
  background: #4e4f52;
  width: .75em;
  height: .5em;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 90%;
}

.cmn_btn01_balloon .ut_big {
  font-size: calc(40 / 30 * 100%);
}

.cmn_btn01_document {
  position: absolute;
  right: 3em;
  top: -4em;
  width: 8em;
}

.cmn_btn01_ico01 {
  position: relative;
  background: #fff;
  border-radius: .75rem 7.99995px;
  padding: 1em 0;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  font-weight: bold;
  color: #ff3458;
  letter-spacing: 0.1em;
}

.cmn_btn01_txt01 {
  color: #fff;
  position: relative;
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: bold;
  font-feature-settings: normal;
  letter-spacing: 0.05em;
}

.cmn_btn01_arrow01 {
  position: relative;
  line-height: 1;
}



@media screen and (min-width: 769px) {
  .cmn_btn01 {
    grid-template-columns: 4.5em 1fr 2em;
    padding: 4% 5%;
  }

  .cmn_btn01_balloon {
    top: -.75em;
  }

  .cmn_btn01_balloon:after {
    width: 1em;
    height: .75em;
  }

  .cmn_btn01_document {
    top: -5em;
    right: 5em;
  }

  .cmn_btn01_ico01 {
    padding: .9em 0;
  }

}

/* 説明会予約ボタン */
.cmn_btn02 {
  position: relative;
  color: #000;
  background: linear-gradient(0deg, #e5a600, #ffdb7d);
  display: grid;
  grid-template-columns: 4em 1fr 2em;
  align-items: center;
  text-align: center;
  text-decoration: none;
  padding: 3% 4%;
  border-radius: 0.75rem;
  box-shadow: .25em .25em 0.75em rgba(92, 92, 92, 0.3);
}

.cmn_btn02:before {
  content: '';
  display: block;
  background: linear-gradient(0deg, #e4ae1f, #ffd055);
  width: 100%;
  height: 100%;
  clip-path: polygon(55% 0, 100% 0, 100% 100%, 45% 100%);
  border-radius: .75rem;
  position: absolute;
  left: 0;
  top: 0;
}

.cmn_btn02_ico01 {
  position: relative;
  color: #000;
  background: #fff;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
  border-radius: .75rem;
  padding: .5em 0;
}

.cmn_btn02_txt01 {
  position: relative;
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  font-feature-settings: normal;
}

.cmn_btn02_arrow01 {
  position: relative;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .cmn_btn02 {
    grid-template-columns: 4.5em 1fr 2em;
    padding: 4% 5%;
  }

}


/* 各記事アイテム */
.type-article {
  margin-bottom: 20px;
}

.new-article-item__link {
  display: flex;
  /* リンクエリアをアイテム全体に広げる場合など */
  text-decoration: none;
  color: inherit;
  width: 100%;
}

.no-image-placeholder {
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  font-size: 12px;
}


/* テキストコンテンツ部分 */
.new-article-item__content {
  flex-grow: 1;
}

.new-article-item__title {
  font-size: 1.1em;
  margin-top: 0;
  margin-bottom: 8px;
}

.new-article-item__meta {
  font-size: 0.9em;
  color: #555;
}

.new-article-item__categories {
  list-style: none;
  padding: 0;
  margin: 0 0 5px 0;
  display: flex;
  /* タグを横並びにする場合 */
  flex-wrap: wrap;
  /* 折り返し */
}

.new-article-item__categories li {
  margin-right: 8px;
  font-size: 0.85em;
  color: #0073aa;
  /* タグの色（例） */
}

.new-article-item__categories li:last-child {
  margin-right: 0;
}

.new-article-item__date {
  display: block;
  /* 日付を改行させる場合やマージン調整のため */
  font-size: 0.85em;
  color: #777;
}


/* もっと見るボタンのラッパー */
.more-button-wrapper {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

/* もっと見るボタン自体 */
.more-button-wrapper .more-button {
  display: inline-block;
  width: 50%;
  font-size: 1.4rem;
  padding: .5em 0;
  border: 1px solid #000;
  position: relative;
}

.more-button-wrapper .more-button:hover,
.columns-wrap a:hover {
  color: #fff;
  background: #000;
}

.more-button-wrapper .more-button:before {
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.more-button-wrapper .more-button:hover:before,
.columns-wrap a:hover:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.new-article-item__excerpt {
  font-size: 0.9em;
  /* 文字サイズ */
  line-height: 1.6;
  /* 行間 */
  color: #555;
  /* 文字色 */
  margin-top: 8px;
  /* タイトルとの間隔 */
  margin-bottom: 10px;
  /* カテゴリー表示部分との間隔 */
  /* 必要に応じて、表示する行数制限や「...」の表示などもCSSやJavaScriptで調整できます */
}


@media screen and (min-width: 769px) {

  .more-button-wrapper .more-button,
  .columns-wrap a {
    width: 350px;
  }

}


/* 目次全体のコンテナ */
#custom-table-of-contents {
  background: #e5f3ff;
  padding: 0 3% 3% 3%;
  margin-bottom: 20px;
}

#custom-table-of-contents .custom-table-of-contents-title {
  background-image: url(/wp-content/themes/osoujihonpofc/images/article/bg-contents.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 65%;
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: bold;
  text-align: center;
  padding: 3%;
}


@media screen and (min-width: 769px) {
  #custom-table-of-contents .custom-table-of-contents-title {
    background-size: 35%;
  }

}

/* 目次リスト */
#toc-list {
  list-style: none;
  padding-left: 0;
}

#toc-list li {
  margin-bottom: 5px;
}

#toc-list a {
  color: #005aaa;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}

#toc-list a:hover {
  text-decoration: underline;
}


/* h3*/
#toc-list ul {
  padding-left: .25em;
  margin-top: 5px;
}

#toc-list ul li a {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
}

#toc-list ul li a:before {
  content: "・";
  display: inline-block;
}


/* 投稿ナビゲーション */

nav {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

nav .nav-links {
  display: flex;
  justify-content: center;
  gap: 1em;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}

nav .nav-links a {
  color: #005aaa;
}

.category-wrap nav {
  margin-bottom: 20px;
}


/* 記事一覧トップ */

.article-top h1 {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: bold;
  padding: 0 .5em;
  margin-bottom: 20px;
  border-left: 5px solid #005aaa;
}

.article-top .top-lead-txt {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 1.8;
  margin-bottom: 20px;
}


@media screen and (min-width: 769px) {

  .article-top .top-lead-txt {
    margin-bottom: 30px;
  }
}


/* 最新記事 */

.latest-articles-section .no-latest-articles {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  margin-bottom: 20px;
}

.latest-articles-section .latest-articles {
  background-image: url(/wp-content/themes/osoujihonpofc/images/article/paper-plane-solid.svg);
  background-position: left 5px;
  background-repeat: no-repeat;
  background-size: 20px;
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: bold;
  padding: 0 0 10px 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid;
}

.latest-articles-section .latest-articles-list li {
  margin-bottom: 30px;
}

.latest-articles-section .latest-articles-list li a {
  display: flex;
  justify-content: space-between;
  color: #005aaa;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-weight: bold;
}

.latest-articles-section .latest-articles-list li .post-thumbnail {
  width: 30%;
  margin: 0;
}

.latest-articles-section .latest-articles-list li .latest-article-title {
  width: 67%;
}


@media screen and (min-width: 769px) {

  .latest-articles-section .latest-articles-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .latest-articles-section .latest-articles-list li {
    width: calc(94% / 3);
    margin-bottom: 0;
  }

  .latest-articles-section .latest-articles-list li a {
    flex-direction: column;
  }

  .latest-articles-section .latest-articles-list li .post-thumbnail,
  .latest-articles-section .latest-articles-list li .latest-article-title {
    width: 100%;
  }

  .latest-articles-section .latest-articles-list li .post-thumbnail {
    margin-bottom: 10px;
  }
}


/* 該当する記事なし */

.no-article {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}


/* PC用固定CTA */

.pc-fixed-cta {
  position: fixed;
  width: 300px;
  background: rgba(255, 255, 255, .3);
  backdrop-filter: brightness(180%) blur(10px);
  bottom: 90px;
  right: 16px;
  padding: 1em;
  border-radius: 1em;
}

.pc-fixed-cta .cta_btn_list {
  grid-template-columns: 1fr;
  gap: 15px;
}

.pc-fixed-cta .cmn_btn01_txt01,
.pc-fixed-cta .cmn_btn02_txt01 {
  font-size: 1.8rem;
}