/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 18 2025 | 03:24:41 */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap');

/* ===============================
   月桂冠
=============================== */

/* 全体ラッパー */
.p-fv_lead {
  max-width: 1200px;
  margin: 0 auto;
  font-weight: 700;
}

/* 3カラムの並び（PC 基本） */
.p-fv_lead--clm3 {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 24px;       /* ★月桂冠どうしの間隔：20〜30px */
  padding: 0 16px;
}

/* 1ブロック */
.p-fv_leadItem {
  display: flex;
  align-items: center;
  flex: 0 0 auto;         /* PCは幅をあまり縮めない */
}

/* 月桂冠（PC 基本サイズ） */
.p-fv_leadItem__laurel {
  flex: 0 0 auto;
  width: 36px;
  height: 91px;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-fv_leadItem__laurel--left {
  background-image: url("/wp-content/uploads/obj_laurel_l.png");
}

.p-fv_leadItem__laurel--right {
  background-image: url("/wp-content/uploads/obj_laurel_r.png");
}

/* 真ん中の文字部分 */
.p-fv_leadItem__body {
  position: relative;
  margin: 0 8px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  white-space: nowrap;      /* 月桂冠の内側を1行でキープ（PC） */
}

/* 数字部分 */
.p-fv_leadItem__body strong {
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif !important;
  color: #df0515;
  font-weight: 500;
  font-size: 80px;
  letter-spacing: -3px;
  margin: 0 4px;
}

/* 創業の縦書き */
.p-fv_leadItem__body--founded .txt_vertical {
  writing-mode: vertical-rl;
  line-height: 1.2;
  font-size: 16px;
}

.p-fv_leadItem__body--founded .unit {
  font-size: 16px;
}

/* ラベルテキスト */
.p-fv_leadItem__body .txt_row2 {
  display: inline-block;
  text-align: left;
  line-height: 1.5;
  font-size: 18px;
}

/* 12.2万人ブロック */
.p-fv_leadItem--member .p-fv_leadItem__body {
  display: inline-flex;
  align-items: center;
}

.p-fv_leadItem--member .txt_row2 {
  margin-right: 8px;
}

.p-fv_leadItem--member .num {
  margin-right: 8px;
}

.p-fv_leadItem--member .txt_row1 {
  font-size: 20px;
}

/* 脚注 */
.p-fv_leadItem__body sub {
  font-size: 10px;
  vertical-align: super;
}

/* 「IBJの加盟相談所です」 */
.p-fv_leadItem__body .note {
  display: block;
  margin-top: -4px;
  color:#333!important;
}

.p-fv_leadItem__body .txt_note_s {
  position: relative;
  top: 0;
  font-size: 13px;
  font-weight: 300;
  white-space: nowrap;      /* PCでは1行に */
}

/* ===============================
   PC用：位置調整
=============================== */
@media (min-width: 768px) {

  .p-fv_lead {
    margin: 0 auto 15px;
  }

  /* 3つの月桂冠内のコンテンツを全体的に10px上へ */
  .p-fv_leadItem__body {
    top: 0;
  }

  /* 中央ブロック：No.1 は少しだけ下げて微調整 */
  .p-fv_leadItem:nth-child(2) .p-fv_leadItem__body {
    top: 10px;
  }

  /* 右ブロック：会員数 業界最大級※1 のベースライン調整 */
  .p-fv_leadItem--member .txt_row2 {
    position: relative;
    top: 7px;   /* これまで -2px だったので 2px 下げて他とそろえる */
  }

  /* 中央ブロックのみ「IBJの加盟相談所です」を少し上に */
  .p-fv_leadItem:nth-child(2) .txt_note_s {
    position: relative;
    top: -18px;
  }
}

/* ===============================
   スマホ用（max-width: 767px）
=============================== */
@media (max-width: 767px) {

  /* 全体のはみ出し・スクロール調整 */
  .p-fv_lead {
    overflow-x: hidden;
    overflow-y: visible;
  }

  .p-fv_lead--clm3 {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1vw;
    padding: 4vw 1vw;
    box-sizing: border-box;
    overflow: visible;
  }

  .p-fv_leadItem {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    overflow: visible;
  }

  /* 月桂冠（左右アイコン） */
  .p-fv_leadItem__laurel {
    flex: 0 0 auto;
    width: 3.8vw;
    height: 11.5vw;
    background-size: contain;
    background-repeat: no-repeat;
  }

  /* 各月桂冠の本文（共通） */
  .p-fv_leadItem__body {
    margin: 0 1vw;
    max-width: 20vw;
    padding: 0.5vw 0.8vw;
    font-size: 2.4vw;
    line-height: 1.3;
    white-space: normal;
    text-align: center;
    word-break: keep-all;
  }

  /* 数字（45 / No.1 / 12.2）共通 */
  .p-fv_leadItem__body strong {
    font-size: 6.8vw;
    letter-spacing: -0.3vw;
    margin: 0 0.4vw;
    white-space: nowrap;
  }

  /* ラベル共通 */
  .p-fv_leadItem__body .txt_row2,
  .p-fv_leadItem--member .txt_row1 {
    font-size: 2.4vw;
  }

  /* 脚注 */
  .p-fv_leadItem__body sub {
    font-size: 1.8vw;
    vertical-align: super;
  }

  /* 「IBJの加盟相談所です」 */
  .p-fv_leadItem__body .txt_note_s {
    display: block;
    font-size: 2vw;
    line-height: 1.3;
    white-space: nowrap;
    margin-top: -1.7vw;
  }

  /* 左ブロック：創業45年 */
  .p-fv_leadItem__body--founded {
    max-width: 28vw;
    white-space: nowrap;
    line-height: 1.1;
    text-align: center;

    margin-top: -1.2vw;
    margin-bottom: 0;
    margin-left: -1.2vw;

    padding: 0.8vw 2.5vw 0.2vw;
  }

  .p-fv_leadItem__body--founded strong {
    font-size: 6.5vw;
    letter-spacing: -0.3vw;
    position: relative;
    top: -0.2vw;
  }

  .p-fv_leadItem__body--founded .unit {
    font-size: 2.4vw;
    position: relative;
    top: -0.3vw;
  }

  .p-fv_leadItem__body--founded .txt_vertical {
    font-size: 2.4vw;
  }

  /* 中央ブロック：No.1（SP） */
  .p-fv_leadItem:nth-child(2) .p-fv_leadItem__body {
    padding-top: 0.6vw;
    padding-bottom: 0.3vw;
  }

  .p-fv_leadItem:nth-child(2) .p-fv_leadItem__body strong {
    position: relative;
    top: -1.4vw;
  }

  /* 右ブロック：12.2万人 */

  .p-fv_leadItem--member .txt_row2 br {
    display: none;
  }

  .p-fv_leadItem--member .txt_row2 {
    display: block;
    font-size: 2.2vw;
    margin-bottom: 0.4vw;
    margin-left:1.8vw;
    white-space: nowrap;
    letter-spacing: -0.05em;
    text-align: center;
  }

  .p-fv_leadItem--member .p-fv_leadItem__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    max-width: 22vw;

    margin: -2.2vw 0.5vw 0;
    padding-top: 0.4vw;
    padding-bottom: 0.2vw;

    text-align: center;
    white-space: normal;
  }

  .p-fv_leadItem--member .numWrap {
    position: relative;
    top: -1.2vw;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 0;
    white-space: nowrap;
  }

  .p-fv_leadItem--member .num strong {
    font-size: 6.3vw;
    letter-spacing: -0.22vw;
  }

  .p-fv_leadItem--member .num {
    margin-right: 0.1vw;
  }

  .p-fv_leadItem--member .txt_row1 {
    font-size: 2.4vw;
    margin-top: -0.2vw;
  }

  .p-fv_leadItem--member .txt_row1 sub {
    font-size: 1.8vw;
  }

  /* SPだけ「会員数・成婚数」の <br> を無効化 */
  .p-fv_leadItem:nth-child(2) .txt_row2 br {
    display: none;
  }
}

/* ===============================
   メインビジュアル画像 最大幅2880px制御
=============================== */

/* メインビジュアル全体 */
#main_visual {
  width: 100%;
  overflow: hidden;
}

/* inner は画面いっぱい */
#main_visual .p-mainVisual__inner {
  width: 100%;
}

/* スライド全体を中央寄せ */
#main_visual .p-mainVisual__slide {
  display: flex;
  justify-content: center;
}

/* picture を最大1440pxで制御 */
#main_visual .p-mainVisual__imgLayer {
  width: 100%;
  max-width: 1440px!important;
  margin: 0 auto;
}

/* img 自体の設定 */
#main_visual .p-mainVisual__img {
  width: 100%;
  height: auto;
  max-width: 1440px!important;
  display: block;
}


/* =========================================
  安心サポート
  セクション見出し：リンク装飾無効＋下部グラデーション
========================================= */
/* 一行 */
.is-grad-link{
  position: relative;
}

/* リンク装飾を完全に打ち消す */
.is-grad-link a{
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  z-index: 1;
}

/* 初期は出さない（透明） */
.is-grad-link a::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: -22px;
  width: 100%;
  height: 80%;
  background: linear-gradient(
    to top,
    rgba(230,0,18,0.35) 0%,
    rgba(230,0,18,0.15) 60%,
    rgba(230,0,18,0) 100%
  );
  opacity: 0;
  transition: opacity .18s ease;
  z-index: -1;
  pointer-events: none;
}

/* ホバー時に表示 */
.is-grad-link a:hover::before{
  opacity: 1;
}

/* ホバー時も下線や色変更をさせない */
.is-grad-link a:hover{
  color: inherit;
  text-decoration: none;
}

/* 二行 */
.is-grad-link2{
  position: relative;
}

/* リンク装飾を完全に打ち消す */
.is-grad-link2 a{
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  z-index: 1;
}

/* 初期は出さない（透明） */
.is-grad-link2 a::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: -11px;
  width: 100%;
  height: 40%;
  background: linear-gradient(
    to top,
    rgba(230,0,18,0.35) 0%,
    rgba(230,0,18,0.15) 60%,
    rgba(230,0,18,0) 100%
  );
  opacity: 0;
  transition: opacity .18s ease;
  z-index: -1;
  pointer-events: none;
}

/* ホバー時に表示 */
.is-grad-link2 a:hover::before{
  opacity: 1;
}

/* ホバー時も下線や色変更をさせない */
.is-grad-link2 a:hover{
  color: inherit;
  text-decoration: none;
}
