@charset "UTF-8";
/*
    Template: swell
    Theme Name: ICHIRYU_Theme
    Theme URI: https://swell-theme.com/
    Description: 株式会社ICHIRYUの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
.p-mainVisual__slideTitle{
	  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
	  font-size: 50px;
}
.mincho{
	font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
}


/* ===================================▼▼▼ 記事一覧 ▼▼▼======================================= */

/* 共通デザイン */
.p-postList__cat{
	border-radius:999px;
	padding:4px 10px;
	color:#FFF;
}

/* カテゴリID別カラー */
.p-postList__cat[data-cat-id="1"] {
	background-color:#4CAF50; /* お知らせ */
}

.p-postList__cat[data-cat-id="7"] {
	background-color:#2196F3; /* ブログ */
}

.p-postList__cat[data-cat-id="6"] {
	background-color:#FF9800; /* 事例紹介 */
}
/* 記事リストのメタ情報（日時とカテゴリ）を横並びに */
.home .p-postList__meta {
    display: flex;
    align-items: center;
    gap: 10px; /* 日付とカテゴリの間隔 */
    margin-bottom: 0 !important;
}

/* タイトルを横のラインに並べたいので、全体を横並び */
.home .p-postList__item > a {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* タイトル部分を広がるように調整 */
.home .p-postList__title {
    margin: 0 !important;
    flex: 1;
}

/* SWELLのデフォルトで縦並びになる余白をリセット */
.home .p-postList__body {
    display: flex;
    align-items: center;
    gap: 20px;
}

.home .c-postTimes__posted{
	font-size:1.5em;
}
/* ===================================▲▲▲ 記事一覧 ▲▲▲======================================= */


.rainbow-underline-solid {
  position: relative;
  display: inline-block;
  font-size: 28px!important;
  color: #333;
}

.rainbow-underline-solid::after {
  content: "";
  position: absolute;
	left:0;
  bottom: -4px;
  width: 100%;
  height: 2px;

  /* 7色を均等に区切る */
  background: linear-gradient(
    to right,
    #0918c8 0%,   #0918c8 14.28%,  
    #12ac1f 14.28%, #12ac1f 28.56%,
    #fedc23 28.56%, #fedc23 42.84%,
    #f50807 42.84%, #f50807 57.12%, 
    #a31dc5 57.12%, #a31dc5 71.4%,  
    #07cef5 71.4%,  #07cef5 85.68%, 
    #c31694 85.68%, #c31694 100%    
  );
}

.feature-box {
  position: relative;
  background-color: #fff;
  border: 1px solid #f5821f; 
  padding: 2rem 2.5rem;
  max-width: 900px;
  margin: 2rem auto;

  /* 上下のオレンジバー用に少し余白を持たせる */
  box-sizing: border-box;
}

/* 上のオレンジ帯 */
.feature-box::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 200px;         /* 画像のように左側にだけ短い帯 */
  height: 10px;
  background-color: #f5821f; /* オレンジ */
}

/* 下のオレンジ帯 */
.feature-box::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 200px;        /* 右側だけ短い帯 */
  height: 10px;
  background-color: #f5821f;
}

/* 中身を一段浮かせたい場合（オレンジ帯と被らないように） */
.feature-box__inner {
  position: relative;
  background-color: transparent;
}

/* タイトルの見た目 */
.feature-box__title {
  color: #1a2547;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 1.5rem;
  letter-spacing: 0.05em;
}

/* リード文 */
.feature-box__lead {
  color: #1a2547;
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: center;
  margin: 0;
  letter-spacing: 0.05em;
}

/* ===== ヒーロー直下ナビ 全体 ===== */
.hero-under-nav {
  background-color: rgba(24,41,48,1); 
  backdrop-filter: blur(2px); /* 上のヒーローが透ける系デザインにしたい場合はこのまま */
  text-align: center;
	width: 100%!important;
  /* SWELLは横幅制御に.wrap系あるけど、ここでセンター寄せ */
}

.hero-under-nav__list {
  width: 100%;
  margin: 0;
  padding: 0.8rem 1rem; /* ナビ帯の高さ感 */
  list-style: none;
  display: flex;
  flex-wrap: wrap;          /* スマホ時に折り返す */
  justify-content: center;  /* PC時は中央寄せ */
  align-items: center;
		color:#FFF;

}

.hero-under-nav__item {
  flex: 1 1 auto;  /* 均等幅っぽく伸びる。スマホでは2列/3列にもなる */
  min-width: 140px; /* 幅が細すぎないように */
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.4;
  position: relative;
  padding: 0.5rem 0.5rem;

}

/* 各項目の区切り 縦線 */
.hero-under-nav__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2rem;
  width: 1px;
  background-color: #9e9e9e;
}

/* リンクのスタイル */
.hero-under-nav__item a {
  color: #FFF;
  text-decoration: none;
  display: block;
}

/* ホバー時(PC) */
@media (hover: hover) {
  .hero-under-nav__item a:hover {
    opacity: 0.7;
  }
}

/* スマホ調整：文字少し小さめ、縦線の高さも短め */
@media (max-width: 600px) {
  .hero-under-nav__item {
    font-size: 0.9rem;
    padding: 0.6rem 0.3rem;
  }
  .hero-under-nav__item:not(:last-child)::after {
    height: 1.5rem;
  }
}


.cf7__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.cf7__list dt:nth-of-type(n + 2),
.cf7__list dd:nth-of-type(n + 2) {
  margin-top: 30px;
}

.cf7__list dt {
  width: 35%;
  padding-top: 15px;
}

.cf7__list dd {
  width: 65%;
}

/* 必須・任意 */
.cf7__required,
.cf7__optional {
  margin-right: 15px;
  padding: 6px 14px;
  color: #fff;
  font-size: 12px;
  vertical-align: 1px;
}

.cf7__required {
  background: #BE1D1D;
}

.cf7__optional {
  background: #878D8E;
}

/* input・textarea */
.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd textarea {
  width: 100%;
  padding: 15px 20px;
  background: #F4F4F4;
}

/* ドロップダウンメニュー */
.cf7__select {
  position: relative;
}

.cf7__select:before {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none;
  content: '';
}

.cf7__select select {
  width: 100%;
  padding: 19px 20px;
  background: #F4F4F4;
  color: #a5a5a5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
  display: block;
  padding: 15px 0 10px;
}

/* 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
  display: block;
  margin: 0;
}

.cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
  margin-top: 18px;
}

/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
  cursor: pointer;
}

/* チェックボックス・ラジオボタン */
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #bcbcbc;
  vertical-align: -3px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス */
input[type="checkbox"]:checked {
  border: 1px solid #000;
  background: #000;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}

/* ラジオボタン */
input[type="radio"] {
  border-radius: 50%;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder {
  color: #a5a5a5;
}

/* Microsoft Edge */
.cf7__list dd input[type="text"]::-ms-input-placeholder,
.cf7__list dd input[type="tel"]::-ms-input-placeholder,
.cf7__list dd input[type="email"]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
  color: #a5a5a5;
}

/* Internet Explorer */
.cf7__list dd input[type="text"]:-ms-input-placeholder,
.cf7__list dd input[type="tel"]:-ms-input-placeholder,
.cf7__list dd input[type="email"]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
  color: #a5a5a5;
}

/* 送信ボタン */
.cf7__button {
  padding-left: 72px;
  text-align: center;
}

input[type="submit"] {
  width: 260px;
  height: 60px;
  background: #000;
  color: #fff;
  transition: opacity .6s;
}

input[type="submit"]:hover {
  opacity: .6;
}

/* ajax-loader */
.wpcf7-spinner {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {

  .cf7__list dt {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0;
  }

  .cf7__list dd {
    width: 100%;
  }

  .cf7__list dd:nth-of-type(n + 2) {
    margin-top: 0;
  }

  .cf7__list dd .wpcf7-checkbox,
  .cf7__list dd .wpcf7-radio {
    padding: 15px 0 0;
  }

  /* 送信ボタン */
  input[type="submit"] {
    width: 180px;
    height: 56px;
  }
	
.p-mainVisual__slideTitle{
	  font-size: 25px;
	font-weight:bold;
}	

}
