@charset "UTF-8";
/*
 * Variables for Brand Color Presets
 */
/*----------------------------------------
 *  ウェブフォント
 *----------------------------------------*/
@font-face {
  font-family: "Noto Selif JP";
  src: url(../../assets/fonts/NotoSerifJP-Regular.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Selif JP";
  src: url(../../assets/fonts/NotoSerifJP-Bold.woff2) format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*----------------------------------------
 *  サイトヘッダー
 *----------------------------------------*/
.l-header.brans-site-header {
  background-image: url(../../assets/images/header-bg-border.png);
  background-position: 0 top;
  background-repeat: repeat-x;
  padding-top: 20px;
}
.l-header.brans-site-header .c-container > .l-center-header__row:last-child {
  margin-top: 30px;
}
.l-header.brans-site-header .l-center-header__row.u-invisible-md-down {
  padding-left: 0;
  padding-right: 0;
}
.l-header.brans-site-header .site-header-branding-column__left {
  font-size: 0.85rem;
  margin-left: calc(var(--_container-margin-left) / 2);
}
.l-header.brans-site-header .site-header-branding-column__right {
  margin-right: calc(var(--_container-margin-left) / 2);
}
@media (max-width: 1023px) {
  .l-header.brans-site-header .site-header-branding-column__left,
  .l-header.brans-site-header .site-header-branding-column__right {
    display: none;
  }
}
.l-header.brans-site-header .p-global-nav .c-navbar {
  justify-content: space-between;
  gap: 0;
}
.l-header.brans-site-header .p-global-nav .c-navbar .menu-item {
  font-family: "Noto Serif JP", serif;
  border-left: 1px solid var(--wp--preset--color--sm-lighter-gray);
}
.l-header.brans-site-header .p-global-nav .c-navbar .menu-item:last-child {
  border-right: 1px solid var(--wp--preset--color--sm-lighter-gray);
}
.l-header.brans-site-header .p-global-nav .c-navbar .menu-item > a {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: clamp(11.2px, -7.1795px + 1.7949vw, 14px) !important;
}
@media (min-width: 1190px) {
  .l-header.brans-site-header .p-global-nav .c-navbar .menu-item > a {
    font-size: var(--_font-size) !important;
  }
}
.l-header.brans-site-header .p-global-nav .c-navbar .menu-item > a span {
  line-height: 1.4;
}

/*----------------------------------------
 *  サイトフッター
 *----------------------------------------*/
.brans-site-footer .contact {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 1180px) {
  .brans-site-footer .contact {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.brans-site-footer .contact__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
@media (min-width: 1180px) {
  .brans-site-footer .contact__header {
    gap: 30px;
    margin-bottom: 50px;
  }
}
.brans-site-footer .contact__title {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  line-height: 1.2;
  color: #276407;
  text-align: center;
}
@media (min-width: 1180px) {
  .brans-site-footer .contact__title {
    font-size: 50px;
  }
}
.brans-site-footer .contact__title-desc {
  font-size: 14px;
  text-align: center;
}
@media (min-width: 1180px) {
  .brans-site-footer .contact__title-desc {
    font-size: 16px;
  }
}
.brans-site-footer .contact__content {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .brans-site-footer .contact__content {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.brans-site-footer .contact__item {
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .brans-site-footer .contact__item {
    width: calc(33.333% - 20px);
  }
}
.brans-site-footer .contact__item-image {
  width: 100%;
}
.brans-site-footer .contact__item-image img {
  width: 100%;
  height: auto;
}
.brans-site-footer .banner {
  background-image: url(../../assets/images/footer/footer-contact-banner-stripe-bg.png);
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .brans-site-footer .banner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.brans-site-footer .banner__sp {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5%;
}
@media (min-width: 768px) {
  .brans-site-footer .banner__sp {
    display: none;
  }
}
.brans-site-footer .banner__sp-01 {
  flex: 0 0 33%;
}
.brans-site-footer .banner__sp-02 {
  flex: 0 0 62%;
}
.brans-site-footer .banner__sp-01, .brans-site-footer .banner__sp-02 {
  height: auto;
}
.brans-site-footer .banner__sp-01 img, .brans-site-footer .banner__sp-02 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.brans-site-footer .banner__pc {
  display: none;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .brans-site-footer .banner__pc {
    display: block;
  }
}
.brans-site-footer .banner__pc img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.brans-site-footer .photo-gallery {
  width: 100%;
}
.brans-site-footer .photo-gallery img {
  margin: 0 auto;
}
.brans-site-footer .license {
  background-color: #276407;
  padding-top: 50px;
  padding-bottom: 50px;
}
.brans-site-footer .license__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
@media (min-width: 1180px) {
  .brans-site-footer .license__inner {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.brans-site-footer .license__left, .brans-site-footer .license__right {
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
}
@media (min-width: 1180px) {
  .brans-site-footer .license__left, .brans-site-footer .license__right {
    padding: 25px;
  }
}
.brans-site-footer .license__left {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
@media (min-width: 768px) {
  .brans-site-footer .license__left {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (min-width: 1180px) {
  .brans-site-footer .license__left {
    flex: 0 0 calc(66.666% - 20px);
  }
}
.brans-site-footer .license__left-image {
  flex: 0 0 40%;
}
@media (min-width: 768px) {
  .brans-site-footer .license__left-image {
    flex: 0 0 220px;
  }
}
.brans-site-footer .license__left-image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.brans-site-footer .license__left-detail {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .brans-site-footer .license__left-detail {
    flex: 1;
  }
}
.brans-site-footer .license__left-detail .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  .brans-site-footer .license__left-detail .title {
    font-size: 30px;
  }
}
@media (min-width: 1180px) {
  .brans-site-footer .license__left-detail .title {
    text-align: left;
  }
}
.brans-site-footer .license__left-detail .desc {
  font-size: 12px;
}
@media (min-width: 1180px) {
  .brans-site-footer .license__left-detail .desc {
    font-size: 14px;
  }
}
.brans-site-footer .license__right {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  align-items: center;
}
@media (min-width: 1180px) {
  .brans-site-footer .license__right {
    flex: 0 0 calc(33.333% - 20px);
  }
}
.brans-site-footer .license__right .title {
  font-weight: bold;
  text-align: center;
}
.brans-site-footer .license__right .content {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 15px;
  flex: 1;
}
@media (min-width: 768px) {
  .brans-site-footer .license__right .content {
    align-items: center;
    flex-direction: column;
  }
}
.brans-site-footer .license__right .image {
  flex: 0 0 40%;
}
.brans-site-footer .license__right .image img {
  width: 100%;
}
.brans-site-footer .license__right .desc {
  font-size: 12px;
}
@media (min-width: 1180px) {
  .brans-site-footer .license__right .desc {
    font-size: 14px;
  }
}

.l-footer--footer-3 .l-footer__header {
  display: none;
}
.l-footer--footer-3 .l-footer__body {
  border-top: none;
}
@media (min-width: 768px) {
  .l-footer--footer-3 .l-footer__body .l-footer-widget-area .c-row {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.l-footer--footer-3 .l-footer__body .l-footer-widget-area__item:nth-child(2), .l-footer--footer-3 .l-footer__body .l-footer-widget-area__item:nth-child(3), .l-footer--footer-3 .l-footer__body .l-footer-widget-area__item:nth-child(4) {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .l-footer--footer-3 .l-footer__body .l-footer-widget-area__item:nth-child(2), .l-footer--footer-3 .l-footer__body .l-footer-widget-area__item:nth-child(3), .l-footer--footer-3 .l-footer__body .l-footer-widget-area__item:nth-child(4) {
    margin-bottom: var(--_gap);
    flex: 0 0 33.333%;
  }
}
.l-footer--footer-3 .l-footer__body,
.l-footer--footer-3 .l-footer__add-menu,
.l-footer--footer-3 .l-footer__footer {
  background-color: #276407;
  color: #ffffff;
}
.l-footer--footer-3 .l-footer__add-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 15px;
}
.l-footer--footer-3 .l-footer__add-menu .l-footer-add-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0px;
}
.l-footer--footer-3 .l-footer__add-menu .l-footer-add-menu__item {
  border-left: 1px solid #8aaa7b;
}
.l-footer--footer-3 .l-footer__add-menu .l-footer-add-menu__item:last-child {
  border-right: 1px solid #8aaa7b;
}
.l-footer--footer-3 .l-footer__add-menu .l-footer-add-menu__item a {
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
  padding: 5px 15px;
}
@media (min-width: 768px) {
  .l-footer--footer-3 .l-footer__add-menu .l-footer-add-menu__item a {
    font-size: 14px;
  }
}
.l-footer--footer-3 .l-footer__footer .c-row {
  border-top: 1px solid #8aaa7b;
  flex-direction: column-reverse;
  padding-top: calc(var(--_padding1) / 2);
  padding-bottom: calc(var(--_padding1) / 2);
}
@media (min-width: 1180px) {
  .l-footer--footer-3 .l-footer__footer .c-row {
    flex-direction: row-reverse;
  }
}
.l-footer--footer-3 .l-footer__footer .c-row__col {
  margin-bottom: 0;
}
.l-footer--footer-3 .l-footer__footer .c-row .p-footer-sub-nav .c-navbar {
  gap: 0;
}
.l-footer--footer-3 .l-footer__footer .c-row .p-footer-sub-nav .c-navbar .menu-item a {
  display: inline-block;
  border-left: 1px solid #8aaa7b;
  padding-left: 10px;
  padding-right: 10px;
}
.l-footer--footer-3 .l-footer__footer .c-row .p-footer-sub-nav .c-navbar .menu-item:last-child a {
  border-right: 1px solid #8aaa7b;
}

/*----------------------------------------
 *  追従ナビゲーションバー
 *----------------------------------------*/
.brans-fixed-nav {
  display: none;
}
@media (min-width: 1180px) {
  .brans-fixed-nav {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgba(225, 225, 225, 0.9);
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .brans-fixed-nav__list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .brans-fixed-nav__item {
    flex: 0 0 calc(33.333% - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .brans-fixed-nav__item-button {
    background-color: #276407;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    width: 100%;
    font-size: 19px;
    font-weight: bold;
    line-height: 1;
    padding: 20px;
    border-radius: 999px;
  }
  .brans-fixed-nav__item-button span {
    background-color: #ffffff;
    display: inline-block;
    padding: 5px;
    font-size: 14px;
    border-radius: 3px;
  }
  .brans-fixed-nav__item-button._matching {
    background-color: #58ae27;
  }
  .brans-fixed-nav__item-button._matching span {
    color: #58ae27;
  }
  .brans-fixed-nav__item-button._brochure {
    background-color: #bb942b;
  }
  .brans-fixed-nav__item-button._brochure span {
    color: #bb942b;
  }
  .brans-fixed-nav__item-button._reserve {
    background-color: #d41111;
  }
  .brans-fixed-nav__item-button._reserve span {
    color: #d41111;
  }
}

/* 追従ナビゲーションをフッターと重ならないようにページ下部に余白を追加 */
@media (min-width: 1180px) {
  .l-container {
    padding-bottom: 104px;
  }
}

/*----------------------------------------
 *  ドロワーメニュー
 *----------------------------------------*/
.c-drawer__item a br {
  display: none;
}

/*----------------------------------------
 *  ショートコードカウンセラーブログ一覧
 *----------------------------------------*/
.c-counselor-blog-list__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.c-counselor-blog-list__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-top: 1px solid #a6814a;
  padding: 15px 0;
}
.c-counselor-blog-list__item:last-child {
  border-bottom: 1px solid #a6814a;
}
@media (min-width: 1180px) {
  .c-counselor-blog-list__item {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 30px;
  }
}
.c-counselor-blog-list__item-detail {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .c-counselor-blog-list__item-detail {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .c-counselor-blog-list__item-detail .thumbnail {
    width: 120px;
    flex: 0 0 120px;
  }
}
.c-counselor-blog-list__item-detail .thumbnail img {
  width: 40%;
  margin: 0 auto;
  border: 3px solid #ffffff;
  border-radius: 9999px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .c-counselor-blog-list__item-detail .thumbnail img {
    width: 100%;
  }
}
.c-counselor-blog-list__item-detail .meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 768px) {
  .c-counselor-blog-list__item-detail .meta {
    flex: 1;
    flex-basis: 0;
  }
}
.c-counselor-blog-list__item-detail .meta .tag span {
  display: inline-block;
  background-color: #276407;
  padding: 5px 10px;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1;
}
.c-counselor-blog-list__item-detail .meta .title {
  line-height: 1.4;
}
.c-counselor-blog-list__item-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1180px) {
  .c-counselor-blog-list__item-nav {
    flex: 0 0 320px;
  }
}
@media (min-width: 1180px) {
  .c-counselor-blog-list__item-nav .blog-button,
  .c-counselor-blog-list__item-nav .counseling {
    flex: 1;
  }
}
.c-counselor-blog-list__item-nav .blog-button a,
.c-counselor-blog-list__item-nav .counseling a {
  position: relative;
  width: 100%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: #4dab1e;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  padding: 20px 50px 20px 20px;
  border-radius: 5px;
}
@media (min-width: 1180px) {
  .c-counselor-blog-list__item-nav .blog-button a,
  .c-counselor-blog-list__item-nav .counseling a {
    font-size: 20px;
  }
}
.c-counselor-blog-list__item-nav .blog-button a:before,
.c-counselor-blog-list__item-nav .counseling a:before {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12.5px;
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  -webkit-mask-image: url("../../assets/images/svg/angle-right-solid-full.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("../../assets/images/svg/angle-right-solid-full.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
}
.c-counselor-blog-list__item-nav .blog-button a:after,
.c-counselor-blog-list__item-nav .counseling a:after {
  position: absolute;
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 1px;
  height: 60%;
  right: 44px;
  top: 20%;
}
.c-counselor-blog-list__item-nav .blog-button a {
  background-color: #a6814a;
}
.c-counselor-blog-list__item-nav .counseling a {
  background-color: #f2e8cd;
  color: #a6814a;
}
.c-counselor-blog-list__item-nav .counseling a:before, .c-counselor-blog-list__item-nav .counseling a:after {
  background-color: #a6814a;
}
.c-counselor-blog-list__bottom-button {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-counselor-blog-list__bottom-button a {
  position: relative;
  width: 100%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: #a6814a;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  padding: 20px 50px 20px 20px;
  border-radius: 5px;
}
@media (min-width: 1180px) {
  .c-counselor-blog-list__bottom-button a {
    font-size: 20px;
    width: 500px;
  }
}
.c-counselor-blog-list__bottom-button a:before {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12.5px;
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  -webkit-mask-image: url("../../assets/images/svg/angle-right-solid-full.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("../../assets/images/svg/angle-right-solid-full.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
}
.c-counselor-blog-list__bottom-button a:after {
  position: absolute;
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 1px;
  height: 60%;
  right: 44px;
  top: 20%;
}

/*----------------------------------------
 *  固定ページ ページヘッダー

 アイキャッチ画像を設定した場合でも一律で表示させないよう 処理しています。
 ページによってアイキャッチ画像を活用する場合は修正が必要です。
 *----------------------------------------*/
.c-page-header,
.c-page-header[data-has-image=true] {
  position: relative;
  background: radial-gradient(circle, rgb(58, 150, 10) 0%, #276407 70%);
  height: auto;
  border-bottom: 3px solid #276407;
}
.c-page-header:before,
.c-page-header[data-has-image=true]:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f2e8cd;
  display: inline-block;
}
.c-page-header .c-page-header__title,
.c-page-header[data-has-image=true] .c-page-header__title {
  color: #ffffff;
}
.c-page-header .c-page-header__bgimage,
.c-page-header[data-has-image=true] .c-page-header__bgimage {
  display: none !important;
}

/* カスタム投稿タイプ：インタビュー のページヘッダーのみ */
.c-page-header__title-desc {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .c-page-header__title-desc {
    font-size: 16px;
  }
}

/*----------------------------------------
 *  固定ページ上部パディング消し

 コンテンツ部分に背景画像などを設置した場合、パンくずリストとコンテンツエリアの間に余白が生じるので、一旦全ての固定ページで上マージンを解除する。

 @todo 状況を見ながら細かく分岐する必要あり
 *----------------------------------------*/
.page .l-contents__inner {
  margin-top: 0 !important;
}
.page .l-contents__inner:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/*----------------------------------------
 *  固定ページ：年代別の婚活サポート 専用スタイル

 @todo ハードコーディングになったら必要ない
 *----------------------------------------*/
.brans-page-age-col .wp-block-image > img {
  width: 100% !important;
}

/*----------------------------------------
 * カスタム投稿タイプ：インタビュー
 * アーカイブページのスタイル
 *----------------------------------------*/
.custom-post-type-archive-interview-lede-text__inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.custom-post-type-archive-interview-lede-text__text {
  text-align: center;
  font-size: 16px;
}
@media (min-width: 768px) {
  .custom-post-type-archive-interview-lede-text__text {
    font-size: 18px;
  }
}
.custom-post-type-archive-interview-lede-text__text br {
  display: none;
}
@media (min-width: 1180px) {
  .custom-post-type-archive-interview-lede-text__text br {
    display: block;
  }
}

.post-type-archive-interview .l-contents__body {
  background-color: #e4f5dc;
}
@media (min-width: 768px) {
  .post-type-archive-interview .c-entries {
    --entries--gap: 20px;
    --entries--item-width: calc(50% - 10px);
    gap: var(--entries--gap);
  }
}
@media (min-width: 1180px) {
  .post-type-archive-interview .c-entries {
    --entries--item-width: calc(33.33333% - 20px);
    gap: 30px;
  }
}
.post-type-archive-interview .c-entries__item {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  border-radius: 8px;
  box-shadow: 1px 1px 2px 0px rgb(156, 183, 144);
}
.post-type-archive-interview .c-entries__item > a .c-entry-summary__figure > img {
  transition: all 0.6s ease;
}
.post-type-archive-interview .c-entries__item > a:hover .c-entry-summary__figure > img {
  filter: inherit;
  transform: scale(1.1);
  transform-origin: center center;
  opacity: 0.8;
}
.post-type-archive-interview .c-entry-summary--interview .c-entry-summary__figure {
  margin-bottom: 0;
  border-radius: 8px 8px 0 0;
}
.post-type-archive-interview .c-entry-summary--interview .c-entry-summary__header {
  margin-bottom: 0;
  padding: calc(var(--entries--gap) * 0.5);
}
.post-type-archive-interview .c-entry-summary--interview .c-entry-summary__header .interview-type {
  font-size: 12px;
  text-decoration: underline;
  color: #276407;
}
.post-type-archive-interview .c-entry-summary--interview .c-entry-summary__header .c-entry-summary__title {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
}
.post-type-archive-interview .c-entry-summary--interview .c-entry-summary__header .name-age {
  font-size: 12px;
  margin-bottom: 10px;
}
.post-type-archive-interview .c-entry-summary--interview .c-entry-summary__header .name-age .male,
.post-type-archive-interview .c-entry-summary--interview .c-entry-summary__header .name-age .female {
  font-weight: bold;
}
.post-type-archive-interview .c-entry-summary--interview .c-entry-summary__header .name-age .male {
  color: #297ee8;
}
.post-type-archive-interview .c-entry-summary--interview .c-entry-summary__header .name-age .female {
  color: #ed1e79;
}
.post-type-archive-interview .c-entry-summary--interview .c-entry-summary__header .interview-detail-table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 14px;
  margin-bottom: 25px;
}
.post-type-archive-interview .c-entry-summary--interview .c-entry-summary__header .interview-detail-table tr {
  border-top: 1px solid #c3deb5;
}
.post-type-archive-interview .c-entry-summary--interview .c-entry-summary__header .interview-detail-table tr:last-child {
  border-bottom: 1px solid #c3deb5;
}
.post-type-archive-interview .c-entry-summary--interview .c-entry-summary__header .interview-detail-table th {
  width: 50%;
  background-color: #e4f5dd;
  padding: 6px;
}
.post-type-archive-interview .c-entry-summary--interview .c-entry-summary__header .interview-detail-table td {
  padding: 6px;
}
.post-type-archive-interview .c-entry-summary--interview .c-entry-summary__header .interview-flow-title {
  border-left: 5px solid #276407;
  display: inline-block;
  padding: 3px 5px;
  line-height: 1.2;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.post-type-archive-interview .c-entry-summary--interview .c-entry-summary__header .interview-flow-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.post-type-archive-interview .c-entry-summary--interview .c-entry-summary__header .interview-flow-list li {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  border: 1px solid #c3deb5;
  font-size: 14px;
  padding: 10px;
  border-radius: 4px;
  line-height: 1.2;
  margin-bottom: 22px;
}
.post-type-archive-interview .c-entry-summary--interview .c-entry-summary__header .interview-flow-list li:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -25px;
  margin-left: -12.5px;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #276407;
  -webkit-mask-image: url("../../assets/images/svg/caret-down-solid-full.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("../../assets/images/svg/caret-down-solid-full.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
}
.post-type-archive-interview .c-entry-summary--interview .c-entry-summary__header .interview-flow-list li:last-child:after {
  display: none;
}
.post-type-archive-interview .c-entry-summary--interview .c-entry-summary__header .interview-flow-list li .date {
  width: 30%;
}

/*----------------------------------------
 * カスタム投稿タイプ：インタビュー
 * シングルページのスタイル
 *----------------------------------------*/
.single-interview .c-page-header__title {
  font-size: var(--_fluid-font-size);
  line-height: var(--_line-height);
  --_font-size-level: 4;
  font-weight: 700;
}
.single-interview .l-contents__body {
  background-color: #e4f5dc;
}
.single-interview .type-interview.c-entry {
  max-width: 860px;
  background-color: #fafafa;
  padding: 15px;
  border: 3px solid #c3deb5;
}
@media (min-width: 768px) {
  .single-interview .type-interview.c-entry {
    padding: 20px;
  }
}
@media (min-width: 1180px) {
  .single-interview .type-interview.c-entry {
    padding: 30px 90px 60px;
  }
}

.brans-interview-single-header .type-text {
  margin-top: 25px;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 2px solid #e4f5dc;
  border-bottom: 2px solid #e4f5dc;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .brans-interview-single-header .type-text {
    margin-top: 35px;
    font-size: 16px;
  }
}
.brans-interview-single-header .type-text:before {
  position: absolute;
  top: -23px;
  left: 50%;
  content: "";
  display: inline-block;
  width: 200px;
  height: 23px;
  margin-left: -100px;
  background-image: url(../../assets/images/title-crown-bg.png);
  background-size: 200px 23px;
  background-repeat: no-repeat;
}
@media (min-width: 1180px) {
  .brans-interview-single-header .type-text:before {
    margin-left: -125px;
    top: -29px;
    width: 250px;
    height: 29px;
    background-size: 250px 29px;
  }
}
.brans-interview-single-header .meta {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .brans-interview-single-header .meta {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}
.brans-interview-single-header .meta__single-image {
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
  border-radius: 9999px;
}
@media (min-width: 768px) {
  .brans-interview-single-header .meta__single-image {
    flex: 0 0 250px;
  }
}
.brans-interview-single-header .meta__single-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.brans-interview-single-header .meta__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .brans-interview-single-header .meta__info {
    flex: 1;
  }
}
.brans-interview-single-header .meta__info .activity-period span {
  position: relative;
  display: inline-block;
  background-color: #b21010;
  color: #eadfa3;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  padding: 10px;
}
@media (min-width: 768px) {
  .brans-interview-single-header .meta__info .activity-period span {
    font-size: 18px;
  }
}
.brans-interview-single-header .meta__info .activity-period span:after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  border-style: solid;
  border-width: 36px 20px 0 0;
  border-color: #b21010 transparent transparent transparent;
}
.brans-interview-single-header .meta__info .c-entry__title {
  color: #276407;
  line-height: 1.2;
}
.brans-interview-single-header .meta__info .name-and-age {
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .brans-interview-single-header .meta__info .name-and-age {
    font-size: 18px;
  }
}

.brans-interview-profile-section {
  position: relative;
  margin-bottom: 60px;
  border-bottom: 2px solid #e4f5dc;
  padding-bottom: 30px;
}
.brans-interview-profile-section:after {
  position: absolute;
  bottom: -23px;
  left: 50%;
  content: "";
  display: inline-block;
  width: 200px;
  height: 23px;
  margin-left: -100px;
  background-image: url(../../assets/images/title-crown-bg.png);
  background-size: 200px 23px;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
@media (min-width: 1180px) {
  .brans-interview-profile-section:after {
    margin-left: -125px;
    bottom: -29px;
    width: 250px;
    height: 29px;
    background-size: 250px 29px;
  }
}
.brans-interview-profile-section .title {
  font-family: "Noto Serif JP", Serif;
  font-size: 24px;
  font-weight: bold;
  color: #276407;
  margin-bottom: 10px;
}
.brans-interview-profile-section .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 768px) {
  .brans-interview-profile-section .list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.brans-interview-profile-section .list__item {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  border: 1px solid #c3deb5;
}
@media (min-width: 768px) {
  .brans-interview-profile-section .list__item {
    width: 50%;
    flex: 0 0 calc(50% - 5px);
    font-size: 16px;
  }
}
.brans-interview-profile-section .list__item .label,
.brans-interview-profile-section .list__item .data {
  width: 50%;
  flex: 0 0 50%;
  padding: 5px 10px;
}
.brans-interview-profile-section .list__item .label {
  background-color: #c3deb5;
  color: #276407;
  font-weight: bold;
}
.brans-interview-profile-section .list__item .data {
  background-color: #fff;
}

.brans-interview-flow-section {
  margin-bottom: 60px;
}
.brans-interview-flow-section .title {
  font-family: "Noto Serif JP", Serif;
  font-size: 24px;
  font-weight: bold;
  color: #276407;
  margin-bottom: 10px;
}
.brans-interview-flow-section .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.brans-interview-flow-section .list__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  align-items: center;
  border: 1px solid #a6814a;
}
.brans-interview-flow-section .list__item:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -25px;
  margin-left: -12.5px;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #a6814a;
  -webkit-mask-image: url("../../assets/images/svg/caret-down-solid-full.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("../../assets/images/svg/caret-down-solid-full.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
}
.brans-interview-flow-section .list__item:last-child:after {
  display: none;
}
@media (min-width: 768px) {
  .brans-interview-flow-section .list__item {
    font-size: 16px;
  }
}
.brans-interview-flow-section .list__item .date,
.brans-interview-flow-section .list__item .label {
  padding: 5px 10px;
}
.brans-interview-flow-section .list__item .date {
  width: 40%;
  flex: 0 0 40%;
  background-color: #a6814a;
  font-weight: bold;
  color: #ffffff;
}
@media (min-width: 768px) {
  .brans-interview-flow-section .list__item .date {
    width: 25%;
    flex: 0 0 25%;
  }
}
.brans-interview-flow-section .list__item .label {
  width: 60%;
  flex: 0 0 60%;
  background-color: #fff;
}
@media (min-width: 768px) {
  .brans-interview-flow-section .list__item .label {
    width: 75%;
    flex: 0 0 75%;
  }
}

.brans-interview-archive-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}
.brans-interview-archive-button__button {
  position: relative;
  width: 100%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: #4dab1e;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  padding: 20px 50px 20px 20px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .brans-interview-archive-button__button {
    font-size: 20px;
    width: 500px;
  }
}
.brans-interview-archive-button__button:before {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12.5px;
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  -webkit-mask-image: url("../../assets/images/svg/angle-right-solid-full.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("../../assets/images/svg/angle-right-solid-full.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
}
.brans-interview-archive-button__button:after {
  position: absolute;
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 1px;
  height: 60%;
  right: 44px;
  top: 20%;
}

/*----------------------------------------
 *  スタッフブログ（投稿）
 *----------------------------------------*/
.blog .l-contents__body,
.single .l-contents__body,
.archive.category .l-contents__body,
.archive.author .l-contents__body {
  background-image: url(../../assets/images/bg-brown-stripe.png);
}
.blog .c-entry,
.single .c-entry,
.archive.category .c-entry,
.archive.author .c-entry {
  max-width: 860px;
  background-color: #fafafa;
  padding: 15px;
  border: 3px solid #a6814a;
}
@media (min-width: 768px) {
  .blog .c-entry,
  .single .c-entry,
  .archive.category .c-entry,
  .archive.author .c-entry {
    padding: 20px;
  }
}
@media (min-width: 1180px) {
  .blog .c-entry,
  .single .c-entry,
  .archive.category .c-entry,
  .archive.author .c-entry {
    padding: 30px 45px 60px;
  }
}

.blog .c-entry .c-entries,
.archive.category .c-entry .c-entries,
.archive.author .c-entry .c-entries {
  border-top-color: #a6814a;
}
.blog .c-entry .c-entries__item,
.archive.category .c-entry .c-entries__item,
.archive.author .c-entry .c-entries__item {
  border-bottom-color: #a6814a;
}
.blog .c-entry-summary__figure,
.archive.category .c-entry-summary__figure,
.archive.author .c-entry-summary__figure {
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid #a6814a;
}
.blog .c-entry-summary__figure .c-entry-summary__term,
.archive.category .c-entry-summary__figure .c-entry-summary__term,
.archive.author .c-entry-summary__figure .c-entry-summary__term {
  display: none;
}
.blog .c-entry .brans-staff-blog-meta,
.archive.category .c-entry .brans-staff-blog-meta,
.archive.author .c-entry .brans-staff-blog-meta {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.blog .c-entry .brans-staff-blog-meta__item-date,
.archive.category .c-entry .brans-staff-blog-meta__item-date,
.archive.author .c-entry .brans-staff-blog-meta__item-date {
  font-size: 14px;
  line-height: 1.2;
}
.blog .c-entry .brans-staff-blog-meta__item-author-name,
.archive.category .c-entry .brans-staff-blog-meta__item-author-name,
.archive.author .c-entry .brans-staff-blog-meta__item-author-name {
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.2;
  background-color: #a6814a;
  color: #ffffff;
}
.blog .c-entry .c-entry-summary__title,
.archive.category .c-entry .c-entry-summary__title,
.archive.author .c-entry .c-entry-summary__title {
  --_font-size-level: 3;
}
.blog .c-entry .c-pagination__item,
.archive.category .c-entry .c-pagination__item,
.archive.author .c-entry .c-pagination__item {
  background-color: #a6814a;
}

.single .c-entry__header-label {
  background-color: #a6814a;
  color: #ffffff;
  display: inline-block;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.2;
}
.single .c-entry__title {
  margin-top: 5px;
  font-size: var(--_fluid-font-size);
  --_font-size-level: 4;
  font-weight: 700;
}

.wp-profile-box {
  background-color: #fff;
  border: 8px solid #f2e8cd;
  outline: 1px solid #a6814a;
  outline-offset: -8px;
}
.wp-profile-box__title {
  --_font-size-level: 1;
  padding: 10px;
  color: #a6814a;
  border-bottom-color: #a6814a;
}
.wp-profile-box__content > :where(:not(:first-child)) {
  margin-top: 10px;
}
.wp-profile-box__content-title {
  color: #276407;
  font-weight: bold;
  border-bottom: 1px solid #276407;
}
.wp-profile-box__button-wrap {
  text-align: center;
  margin-top: 15px;
}
.snow-monkey-form .smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__number {
  background-color: #276407;
}
.snow-monkey-form .smf-progress-tracker__item[aria-current=false] .smf-progress-tracker__item__number {
  background-color: #4dab1e;
}
.snow-monkey-form .smf-form--business .smf-item {
  border: 1px solid #a6814a;
  border-bottom: none;
}
.snow-monkey-form .smf-form--business .smf-item:has(+ .wp-block-group) {
  border-bottom: 1px solid #a6814a;
}
.snow-monkey-form .smf-form--business .smf-item__col--label {
  border-right: 1px solid #a6814a;
  background-color: #f2e8cd;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.snow-monkey-form .smf-form--business .smf-item__label {
  font-weight: bold;
}
.snow-monkey-form .smf-form--business .smf-item:last-child {
  border-bottom: 1px solid #a6814a;
}
.snow-monkey-form .smf-form--business .smf-text-control__control,
.snow-monkey-form .smf-form--business .smf-textarea-control__control,
.snow-monkey-form .smf-form--business .smf-select-control__control {
  border-radius: 0;
}
.snow-monkey-form .smf-form--business .smf-item:has(.smf-item__controls [data-validations~=required]) .smf-item__label label::after,
.snow-monkey-form .smf-form--business .smf-item:has(.smf-item__controls [data-validations~=required]) .smf-item__label:not(:has(label)) .smf-item__label__text::after {
  content: " 必須";
  display: inline-block;
  background-color: #f45e5e;
  color: #ffffff;
  font-size: 12px;
  padding: 3px 6px;
  margin-left: 10px;
}
.snow-monkey-form .smf-error-messages {
  color: #f45e5e;
}
.snow-monkey-form .smf-form [data-invalid="1"] {
  border-color: #f45e5e;
}
.snow-monkey-form .smf-placeholder {
  position: relative;
}
.snow-monkey-form .smf-placeholder .smf-error-messages {
  position: absolute;
  left: 0;
  bottom: -2em;
  display: inline-block;
  font-size: 12px;
}

.c-prev-next-nav__item > a {
  background-color: #a6814a;
  color: #ffffff;
}

.c-pagination__item-ellipsis, .c-pagination__item-link {
  background-color: #fff;
}

/*----------------------------------------
 *  ユーティリティクラス
 *----------------------------------------*/
.u-text-left {
  text-align: left !important;
}
@media (min-width: 768px) {
  .u-text-left-md {
    text-align: left !important;
  }
}
@media (min-width: 1180px) {
  .u-text-left-lg {
    text-align: left !important;
  }
}

.u-text-center {
  text-align: center !important;
}
@media (min-width: 768px) {
  .u-text-center-md {
    text-align: center !important;
  }
}
@media (min-width: 1180px) {
  .u-text-center-lg {
    text-align: center !important;
  }
}

.u-text-right {
  text-align: right !important;
}
@media (min-width: 768px) {
  .u-text-right-md {
    text-align: right !important;
  }
}
@media (min-width: 1180px) {
  .u-text-right-lg {
    text-align: right !important;
  }
}

/*----------------------------------------
 *  追加CSSからの移植
 *----------------------------------------*/
@media (max-width: 639px) {
  .sp-left {
    text-align: left;
  }
  .sp-center {
    text-align: center;
  }
  .sp-no-bg {
    background: none;
    background-color: transparent !important;
  }
  .sp-no-padding {
    padding: 0;
  }
  .sp-small-14rem {
    font-size: 1.4rem !important;
  }
  .line-height-1 {
    line-height: 1 !important;
  }
  .sp-img-70 {
    max-width: 70%;
  }
}
