/*
Theme Name: RDSGN ORIGINAL									
*/
/**********************************************
    PC版 CSS
**********************************************/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
.sp{display:none;}

/**************************************************************
全体
**************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 100%;
    scroll-behavior: smooth;
}
body {
    font: 500 16px/1.75 "Noto Sans JP", sans-serif;
    color: #000;
    text-align: left;
    letter-spacing: 0.05em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 13px;

    margin: 0px;
    text-align: center;
    line-height: 180%;
}
/**************************************************************
リンク
**************************************************************/
a:link {
    color: #000;
    text-decoration: none;
	transition: 1.0s ;
}
a:visited {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: none;
}
a:active {
    color: #000;
    text-decoration: none;
}
/**************************************************************
アウトライン
**************************************************************/
#outline {
    margin: 0px auto;
    padding: 0px;
    width: 980px;
    background: #FFFFFF;
}
/**************************************************************
ヘッダー
**************************************************************/
#title {
    margin: 0px;
    padding: 0px;
    position: relative;
    text-align: left;
}
#title-inner {
    margin: 0 auto;
    padding: 7.9px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#title-inner .logo {
    float: left;
  width: 500px;
	color:#1d2089;
}
#title-inner .logo a{
	display:flex;
	align-items:center;
}
#title-inner .logo img {
    width: 200px;
    height: auto;
	margin-left:10px;
}
#title-inner p{
	color:#1d2089!important;
	font-weight:600;
	margin-left:10px;
	font-size:13px;
	line-height:130%;
}
	


/**************************************************************
グローバルナビ
**************************************************************/

.hamburger-menu{
    width: 700px;
}

.hamburger-menu input{
	display:none;
}
.hamburger-menu label{
	display:none;
}

.globalnavi {
    margin: 0;
    padding: 0;
    font-weight: 700;
    padding-right: 50px;
}

.globalnavi-inner{
    margin: 0 auto;
    font-size: 15px;
    display: flex;
    justify-content: space-around;
}


.globalnavi a{
    text-align: center;
    display: block;
    padding: 10px 20px;
    line-height: 120%;
    border-radius: 5px;
}
.globalnavi a:hover{
    background-color: #1d2089;
    color: #fff;
}

/* 右固定バナー全体 */
.fixed-banner{
  position:fixed;
  top:0%;
  right:0;
  z-index:1000;
  font-family:"Noto Sans JP", sans-serif;
}

/* 上の黄色アイコン部分（リンク化） */
.fb-top{
	width:60px;
  height:65px;
  background:#f4c71b;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
}

.fb-icon img{
  width:40px;
  height:auto;
}

/* 共通ボタン */
.fb-btn{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  width:60px;
  height:130px;
  text-decoration:none;
  color:#fff!important;
  font-size:15px;
  font-weight:700;
  writing-mode:vertical-rl;
  text-orientation:mixed;
  overflow:hidden;
}

/* 左側の斜め影パーツ */
.fb-btn::before{
  content:"";
  position:absolute;
  left:-18px;
  top:0;
  width:36px;
  height:100%;
  background:rgba(0,0,0,0.16);
  transform:skewX(-12deg);
}

.fb-btn a{
    color: #fff!important;
}

/* グレー＝お問い合わせ */
.fb-contact{
  background:#666;
}

/* ネイビー＝無料カタログ */
.fb-catalog{
  background:#1f2a8c;
}

/**************************************************************
Footer
**************************************************************/

.site-footer{
  position: relative;
  background:#fff;          /* 上の明るいグレー */
  padding:40px 20px 60px;
  font-family:"Noto Sans JP", system-ui, sans-serif;
}

/* 下の濃いブルー帯 */
.site-footer::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:26px;
  background:#231d72;
}

.footer-inner{
  max-width:1100px;
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
}

/* 左側 */
.footer-left{
  display:flex;
  flex-direction:column;
  row-gap:10px;
  color:#231d72;
}

.footer-logo img{
  display:block;
  max-width:200px;     /* お好みで調整 */
  height:auto;
}

.footer-address{
  font-size:13px;
  line-height:1.7;
  margin:0;
	font-weight:600;
}

/* 右側ナビ */
.footer-nav{
  display:flex;
  column-gap:60px;
}

.footer-nav-col{
  list-style:none;
  margin:0;
  padding:0;
}

.footer-nav-col li + li{
  margin-top:14px;
}

.footer-nav-col a{
  display:block;
  text-decoration:none;
  color:#231d72;
  padding-bottom:6px;
  border-bottom:1px solid rgba(35,29,114,0.25);
}

/* 英語ラベル */
.footer-nav-label{
  display:block;
  font-size:11px;

  text-transform:uppercase;
  margin-bottom:2px;
  font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

/* 日本語テキスト */
.footer-nav-text{
  display:block;
  font-size:15px;
}

/* ホバー */
.footer-nav-col a:hover{
  opacity:0.7;
}

/* 簡易レスポンシブ */
@media (max-width:768px){
  .footer-inner{
    flex-direction:column;
    row-gap:24px;
  }

  .footer-nav{
    column-gap:30px;
  }
}


.gototop a{
	z-index:99999999;
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  text-decoration: none;
  background-color: #1d2089;
  display: block;
  text-align: center;
  border-radius: 24px;
}

.gototop a::before {
  content: '\f062';
  font-family: 'Font Awesome 6 Free';
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  line-height: 48px;
}




.sub-title{
    background-color: #eb6100;
    padding: 30px;
    font-size: 24px;
    color: #fff;
}

.w1100{
    width: 1100px;
    padding: 80px 0;
    margin: 0 auto;
}
.w1000{
    width: 1000px;
    padding: 80px 0;
    margin: 0 auto;
}

/******************************
TOP　main visual
*****************************/

.main-visual{

    text-align: center;
}
.main-visual img{
    width: 1000px;
    height: auto;
}

/******************************
TOP ABOUT
*****************************/
.top-about{
    position: relative; /* 擬似要素を使うために必要 */
    padding: 100px 30px;
    background-color: #000;
    overflow: hidden; /* はみ出し防止 */
}

/* 背景画像（透過専用） */
.top-about::before{
    content: "";
    position: absolute;
    inset: 0; /* top, left, right, bottom = 0 */
    background-image: url("../../../image/home/about-bg.webp");
    background-position: right;
    background-size: 1000px;
    background-repeat: no-repeat;
    opacity: 0.7; /* ← ここで透過度を調整！ */
    pointer-events: none; /* クリック邪魔しない */
    z-index: 0;
}

/* 中身のテキストは普通に表示 */
.top-about > *{
    position: relative;
    z-index: 1;
}

.top-about h2{
    font-size: 32px;
    color: #fff;
    margin-bottom: 40px;
}

.top-about p{
    font-size: 15px;
    line-height: 220%;
    color: #fff;
    margin-bottom: 30px;
}

/* 共通：ボタン */
.btn-view-more{
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:12px 28px 12px 26px;
  min-width:180px;
    line-height: 100%;

  background:#f7cf2b;          /* イエロー */
  color:#000;
  font-family:"Noto Sans JP", system-ui, sans-serif;
  font-size:13px;
	padding-left:15px;
  text-transform:uppercase;
  text-decoration:none;
  font-weight:700;

  border-radius:999px;
  border:none;
  position:relative;
  overflow:hidden;
  box-shadow:0 8px 18px rgba(0,0,0,0.35);

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    background .25s ease;
}

/* ラベル */
.btn-view-more .btn-label{
  position:relative;
  z-index:1;
}

/* 右側の黒丸 */
.btn-view-more .btn-icon{
  position:relative;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#000;
  flex-shrink:0;

  display:flex;
  align-items:center;
  justify-content:center;

  transition:transform .25s ease, background .25s ease;
}

/* 矢印本体（> っぽく） */
.btn-view-more .btn-arrow{
  position:relative;
  width:9px;
  height:9px;
  border-right:2px solid #f7cf2b;
  border-bottom:2px solid #f7cf2b;
  transform:rotate(-45deg);
  transition:transform .25s ease;
}

/* ===== Hover / Focus ===== */
.btn-view-more:hover,
.btn-view-more:focus-visible{
  background:#ffd633;
  transform:translateY(-2px);
  box-shadow:0 12px 24px rgba(0,0,0,0.45);
}

/* ホバー時：黒丸を少し右へ、色も少し明るく */
.btn-view-more:hover .btn-icon,
.btn-view-more:focus-visible .btn-icon{
  transform:translateX(3px);
  background:#111;
}

/* 矢印も少し前に出るイメージで */
.btn-view-more:hover .btn-arrow,
.btn-view-more:focus-visible .btn-arrow{
  transform:translateX(1px) rotate(-45deg);
}

/* スマホでタップ時のチラつき対策 */
.btn-view-more{
  -webkit-tap-highlight-color:transparent;
}


/* ベース */
.sec-works,
.sec-news{
  font-family:"Noto Sans JP", system-ui, sans-serif;
}

/* =========================
   施工事例
========================= */
.sec-works{
  position:relative;
  padding:80px 20px 100px;
  background:#fff;
  overflow:hidden;
}

/* 背景の大きい文字 */
.sec-works::before{
  content:"WORKS";
  position:absolute;
  left:50%;
  top:40px;
  transform:translateX(-50%);
  font-size:140px;
  font-weight:900;
  color:rgba(0,0,0,0.03);
  z-index:0;
        font-family: "Montserrat", sans-serif;
}

.works-inner{
  position:relative;
  max-width:1100px;
  margin:0 auto;
  z-index:1;
}

.works-head{
  text-align:center;
  margin-bottom:40px;
}

.works-title{
  font-size:26px;
  margin:0 0 8px;
    margin-bottom: 8px;
}

.works-lead{
  font-size:14px;
  color:#666;
  margin:0;
}

/* 外枠：ビューポート（見えている窓） */
.works-list{
  position:relative;
  overflow:hidden;
  margin-bottom:40px;
}

/* 中身：横に並んでスライドするトラック */
.works-track{
  display:flex;
    padding: 30px;
  gap:24px;               /* カード間の余白 */
  will-change:transform;
  transition:transform .4s ease;
}

/* カード本体 */
.works-card{
  position: relative;
  flex:0 0 calc(25% - 18px);
  min-width:220px;
  border-radius:28px;     /* 角丸をもっと大きく */
  overflow:hidden;
  box-shadow:0 8px 18px rgba(0,0,0,0.18);
}

/* サムネ画像 */
.works-thumb{
  position:relative;
}

.works-thumb img{
  width:100%;
  height:240px;               /* 画像を縦長に近づける */
  object-fit:cover;
  display:block;
}

/* ▼ 画像の上にグラデーション（黒透明）を重ねる */
.works-thumb::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:45%;                 /* 下側だけ暗くする */
  background:linear-gradient(
      to bottom,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0.6) 100%
  );
  pointer-events:none;
}

/* ▼ タイトルを画像の上に重ねる */
.works-card-title{
  position:absolute;
  bottom:12px;
  left:14px;
  right:14px;

  margin:0;
  padding:0;
  font-size:13px;
  line-height:1.4;
  color:#fff;                 /* 白文字 */
  z-index:2;
}


/* スライドナビ（ダミー） */
.works-nav{
  position:absolute;
  top:55%;
  transform:translateY(-50%);
  width:36px;
  height:36px;
  border-radius:50%;
  border:none;
  background:#4a4593;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  box-shadow:0 6px 14px rgba(0,0,0,0.25);
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.works-nav-prev{ left:0; }
.works-nav-next{ right:0; }

.works-nav span{
  font-size:18px;
  line-height:1;
}

.works-nav:hover{
  background:#2f2a7a;
  transform:translateY(-50%) translateY(-1px);
  box-shadow:0 10px 18px rgba(0,0,0,0.35);
}

/* VIEW MORE ボタン（前に出したやつを流用） */
.works-more{
  text-align:center;
}

/* ボタン本体 */
.btn-view-more{
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:12px 28px 12px 26px;
  min-width:190px;
  background:#f7cf2b;
  color:#000;
  font-size:13px;
  letter-spacing:0.15em;
  text-transform:uppercase;
  text-decoration:none;
  font-weight:700;
  border-radius:999px;
  border:none;
  position:relative;
  overflow:hidden;
  box-shadow:0 8px 18px rgba(0,0,0,0.35);
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    background .25s ease;
}

.btn-view-more .btn-label{
  position:relative;
  z-index:1;
}

.btn-view-more .btn-icon{
  position:relative;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#000;
  flex-shrink:0;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:transform .25s ease, background .25s ease;
}

.btn-view-more .btn-arrow{
  width:9px;
  height:9px;
  border-right:2px solid #f7cf2b;
  border-bottom:2px solid #f7cf2b;
  transform:rotate(-45deg);
  transition:transform .25s ease;
}

/* hover */
.btn-view-more:hover,
.btn-view-more:focus-visible{
  background:#ffd633;
  transform:translateY(-2px);
  box-shadow:0 12px 24px rgba(0,0,0,0.45);
}

.btn-view-more:hover .btn-icon,
.btn-view-more:focus-visible .btn-icon{
  transform:translateX(3px);
  background:#111;
}

.btn-view-more:hover .btn-arrow,
.btn-view-more:focus-visible .btn-arrow{
  transform:translateX(1px) rotate(-45deg);
}

/* =========================
   News
========================= */
.sec-news{
    /* ★ 斜めに区切られた2色背景 ★ */
    background: linear-gradient(
        -130deg,          /* ← 角度（調整できる） */
        #231d72 0%,      /* 左側の濃いネイビー */
        #231d72 60%,     /* ここまでは左の色 */
        #2d2a91 60%,     /* 境界 */
        #2d2a91 100%     /* 右側の少し明るいブルー */
    );
  color:#fff;
  padding:60px 20px 80px;
}

.news-inner{
  max-width:1100px;
  margin:0 auto;
  display:flex;
  gap:40px;
}

.news-side{
  width:220px;
}

.news-title{
  font-size:30px;
  margin:0 0 20px;
}

.btn-news-more{
  display:inline-block;
  padding:4px 16px;
  border-radius:999px;
  border:1px solid #f7cf2b;
  color:#f7cf2b!important;
  font-size:11px;
  text-decoration:none;
  letter-spacing:0.12em;
  text-transform:uppercase;
}

.btn-news-more a:hover{
    background-color: #f7cf2b;
}

.news-list{
  flex:1;
}

.news-item{
  display:flex;
  align-items:flex-start;
  gap:20px;
  padding:10px 0;
  border-bottom:1px solid rgba(255,255,255,0.2);
  font-size:13px;
}

.news-item time{
  white-space:nowrap;
  opacity:.8;
   sfont-family: "Montserrat", sans-serif;
}

.news-item a{
  color:#fff;
  text-decoration:none;
}

.news-item a:hover{
  text-decoration:underline;
}


/*******************************
CTA エリア
*******************/

.f-cta{
    padding: 70px 20px;
    display: flex;
    justify-content: center;
    column-gap: 30px;
	background-color:#e9edf0;
}

.f-cta img{
    width: 400px;
    height: auto;
    border-radius: 16px;               /* 少し角丸・高級感 */
    transition: transform .3s ease, box-shadow .3s ease, opacity .3s ease;
    cursor: pointer;
    transform-origin: center center;
}

/* ▼ ホバーでふわっと浮く、少し拡大、影が柔らかく出る */
.f-cta img:hover{
    transform: translateY(-10px); /* 浮く */
    box-shadow: 0 20px 35px rgba(0,0,0,0.22); /* 柔らかい影 */
    opacity: 0.97; /* ほんのり */
}
/******************************************************************

                         ABOUT

********************************************************/

.sub-tt{
    /* ★ 斜めに区切られた2色背景 ★ */
    background: linear-gradient(
        -130deg,          /* ← 角度（調整できる） */
        #231d72 0%,      /* 左側の濃いネイビー */
        #231d72 60%,     /* ここまでは左の色 */
        #2d2a91 60%,     /* 境界 */
        #2d2a91 100%     /* 右側の少し明るいブルー */
    );
  color:#fff;
    padding: 30px;
    font-size: 24px;
}
/******************************************************************

                         ABOUT

********************************************************/

#about{}

#about .about-flex{
    margin: 0 auto;
    display: flex;
    align-items: center;
	min-width:1400px;
}

#about .about-flex .tx{
    width: 50%;
    padding: 30px;
    box-sizing: border-box;
}
#about .about-flex .tx h2{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 35px;
}
#about .about-flex .tx p{
    font-size: 15px;
    line-height: 210%;
    margin-bottom: 30px;

}
#about .about-flex .pic{
    width: 45%;
    padding-right: 5%;

}
#about .about-flex .pic img{
    width: 100%;
    height: auto;
	display:block;

}

#about .ill{
    margin-top: 25px;
    text-align: center;
    margin-bottom: 25px;
}
#about .ill img{
    width: 80%;
    height: auto;
	border-radius:5px;
}

.merit{
    position: relative;
    background-color: #1D1818;
    padding: 100px 30px;
    overflow: hidden; /* はみ出し防止 */
}

/* ▼ 背景画像だけここに描画して、透過させる */
.merit::before{
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../../../image/about/headline-page.jpg");
    background-size: cover;
    background-position: center;
    opacity: 0.35;   /* ← ★ 透過度を調整（0〜1） */
    z-index: 0;
}

/* ▼ 中のコンテンツを最前面に */
.merit > *{
    position: relative;
    z-index: 1;
}

.merit h2{
    font-size: 26px;
    color: #fff;
}

.merit-inner{
  max-width:1100px;
  margin:0 auto;
  color:#fff;
    margin-top: 55px;
}

.merit-list{
  display:flex;
  gap:18px;
  justify-content:center;
	flex-wrap:wrap;
}

.merit-item{
	width:31%;
  border:1px solid rgba(255,255,255,0.4);
  background:rgba(0,0,0,0.35);   /* うっすら暗くして文字を読みやすく */
  padding:32px 24px 36px;
  box-sizing:border-box;
}

/* 番号 */
.merit-num{
  font-size:33px;
  text-align:center;
  margin:0 0 10px;
  color: #f4c71b;
    font-weight: 600;
}

/* タイトル */
.merit-title{
  font-size:18px;
  line-height:1.6;
  text-align:center;
  margin:0 0 18px;
}

/* 本文 */
.merit-text{
  font-size:13px;
  line-height:1.9;
  margin:0;
}

/* =========================
   コスト削減実績
========================= */
.sec-cost{
  padding:80px 20px;
  background:#fff;
  font-family:"Noto Sans JP", system-ui, sans-serif;
}

.cost-inner{
  max-width:1100px;
  margin:0 auto;
}

.cost-title{
    font-size: 34px;
  margin:0 0 24px;
}

.cost-lead{
  font-size:16px;
  margin:0 0 30px;
}

.cost-lead-highlight{
  color:#1d2089;                /* ティール系のアクセント */
  font-weight:700;
    font-size: 24px;
}

/* ===== 比較表 ===== */
.cost-table-wrap{
  overflow-x:auto;
  margin-bottom:40px;
}

.cost-table{
  width:100%;
  border-collapse:collapse;
  font-size:16px;
  table-layout:fixed;
}

.cost-table th,
.cost-table td{
  border:1px solid #e0e5e7;
  padding:10px 12px;
  text-align:center;
  white-space:nowrap;
}

.cost-table thead th{
  background:#f5f7f8;
  font-weight:700;
}

.cost-table .th-blank{
  background:#fff;
  border-top-color:transparent;
  border-left-color:transparent;
}

.cost-table tbody th{
  background:#f9fbfc;
  text-align:left;
}

.cost-table .th-accent{
  background:#1d2089;
  color:#fff;
}

.cost-table .td-accent{
  background:#e7fbfd;
  color:#007d89;
  font-weight:700;
}

/* ===== 下段の削減カード ===== */
.cost-cards{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
}

.cost-card{
  flex:1 1 calc(50% - 8px);      /* 2列レイアウト */
  background:#1d2089;
  color:#fff;
  padding:18px 24px;
  box-sizing:border-box;
}

.cost-card-type{
  font-size:13px;
  margin:0 0 6px;
}

.cost-card-main{
  font-size:18px;
  font-weight:700;
  margin:0 0 4px;
}

.cost-card-main span{
  font-size:22px;
}

.cost-card-sub{
  font-size:13px;
  margin:0;
}

/* ▼ ベース */
.warehouse-price{
  padding: 60px 20px 60px;
  background:#f5f5f7;
}
.warehouse-price .wp-inner{
  max-width: 1100px;
  margin: 0 auto;
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color:#333;
}

/* ▼ 写真エリア */
.wp-photo{
  position: relative;
  overflow: hidden;
}
.wp-photo img{
  width:100%;
  height:auto;
  display:block;
	border-radius:5px;
}

/* ラベル */
.wp-tag{
  position:absolute;
  display:inline-block;
  padding:6px 16px;
  border-radius:40px;
  background:#ff2c9b;
  color:#fff;
  font-size:14px;
  font-weight:700;
  box-shadow:0 8px 18px rgba(0,0,0,.25);
  white-space:nowrap;
}

/* おおよその位置はお好みで調整してください */
.wp-tag-w{
  top:18%;
  left:18%;
  transform:rotate(-20deg);
}
.wp-tag-h{
  bottom:8%;
  right:24%;
}
.wp-tag-l{
  top:5%;
  right:12%;
  transform:rotate(5deg);
}

/* ▼ テーブル */
.wp-table-wrap{
  margin-top:40px;
  background:#fff;
  padding:48px 28px 36px;
  box-shadow:0 8px 24px rgba(0,0,0,.08);
}
.wp-table {
  font-family: "Noto Sans JP", sans-serif; /* 日本語 */
  font-feature-settings: "palt";
}
.wp-table :where(td){
  /* 英数字だけ */
    font-family: "Montserrat", sans-serif;
  font-variant-numeric: proportional-nums;
	font-weight:600;
}

.cost-table {
  font-family: "Noto Sans JP", sans-serif; /* 日本語 */
  font-feature-settings: "palt";
	margin-top:30px;
}
.cost-table :where(td){
  /* 英数字だけ */
    font-family: "Montserrat", sans-serif;
  font-variant-numeric: proportional-nums;
	font-weight:600;
}




.wp-title{
  text-align:center;
  font-size:28px;
	margin-bottom:45px;
}

.wp-table{
  width:100%;
  border-collapse:collapse;
  font-size:14px;
}
.wp-table th,
.wp-table td{
  border:1px solid #ddd;
  padding:10px 8px;
  text-align:center;
  line-height:1.4;
}
.wp-table thead th{
  background:#444;
  color:#fff;
  font-weight:600;
}
.wp-table tbody tr:nth-child(odd){
  background:#fafafa;
}

/* ▼ 注意書き */
.wp-note{
  font-size:12px;
  line-height:1.7;
  margin:18px 0 22px;
}

/* ▼ 2カラムの注意事項 */
.wp-cols{
  display:flex;
  gap:40px;
  font-size:13px;
	justify-content:center;
	text-align:left;
}
.wp-col h4{
  font-size:14px;
  margin:0 0 8px;
}
.wp-col ul{
  margin:0;
  padding-left:1.2em;
}
.wp-col li{
  margin-bottom:4px;
}

/********************************************

建築会社様へ

*****************************************/
#customer{}

#customer .c-mida{
    background-image: url("../../../image/customer/bgg.webp");
    background-size: 100%;
    padding: 120px 25px 120px 25px;
    color: #fff;
}
#customer .c-mida h2{
    font-size: 36px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.35);
    margin-bottom: 100px;
}
#customer .c-mida p{
    font-size: 20px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.35);
    line-height: 210%;
}
#customer .merit{
    background-color: #1d2089;
    padding: 80px 30px;
}

/* セクション全体 */
.support{
  padding:80px 20px;
  font-family:"Noto Sans JP", system-ui, sans-serif;
}

.support-inner{
  max-width:1100px;
  margin:0 auto;
}

/* 見出し */
.support-heading{
  font-size:26px;
  margin:0 0 32px;
  text-align:center;
  letter-spacing:0.12em;
}

/* グリッドレイアウト */
.support-grid{
  display:flex;
  flex-wrap:wrap;
  gap:32px;
}

/* カード本体 */
.support-item{
  position:relative;
  flex:1 1 calc(50% - 16px); /* 2カラム */
  background:linear-gradient(135deg,#2f7dd1,#2563ad);
  color:#fff;
  border-radius:14px;
  box-shadow:0 18px 35px rgba(0,0,0,0.18);
  overflow:hidden;
}

.support-item img{
    width: 100%;
    height: auto;
}

/* うっすら枠線 */
.support-item::before{
  content:"";
  position:absolute;
  inset:0;
  border:1px solid rgba(255,255,255,0.35);
  border-radius:14px;
  pointer-events:none;
}

/* タイトル帯 */
.support-item-title{
  margin:0;
    padding: 25px 20px;
  font-size:22px;
  font-weight:700;
  text-align:center;
  border-bottom:1px solid rgba(255,255,255,0.3);
}

/* 本文 */
.support-item-text{
  margin:0;
  padding:16px 22px 22px;
  font-size:14px;
  line-height:1.9;
}
.kamei-area{
    text-align: center;
    padding-top: 50px;
}

.kamei-area img{
    width: 800px;
    height: auto;
    transition: transform .35s cubic-bezier(.25, .46, .45, .94),
                box-shadow .35s cubic-bezier(.25, .46, .45, .94);
    /* ← easing を自然な”ぴょこっ”に変更 */
}

.kamei-area img:hover{
    transform: translateY(-10px); /* 少し大きめに浮く */
}




/************************************

            お問い合わせ

**********************************/

#contact{
	width:1000px;
	margin:0 auto;
}

/* 全体 */
.contact-call{
  padding: 60px 20px 40px;
  text-align: center;
  font-family: "Noto Sans JP", system-ui, sans-serif;
}
.contact-call-inner{
  max-width: 900px;
  margin: 0 auto;
}

/* 見出し（左右ライン付き） */
.contact-call-title{
  margin-bottom: 25px;
  font-size: 18px;

}
.contact-call-title span{
  position: relative;
  padding: 0 18px;
}
.contact-call-title span::before,
.contact-call-title span::after{
  content:"";
  position:absolute;
  top: 50%;
  width: 120px;
  height: 1px;
  background:#000;
}
.contact-call-title span::before{
  right: 100%;
  margin-right: 14px;
}
.contact-call-title span::after{
  left: 100%;
  margin-left: 14px;
}

/* 電話部分 */
.contact-call-main{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin-bottom: 26px;
}
.contact-call-illust img{
	width:200px;
  height: auto;
  display: block;
}

/* TELボタン */
.contact-call-tel{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 40px;
  background: #f4f4f4;      /* 青帯 */
  color:#fff;
  font-size: 34px;
  font-weight:700;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 4px 0 rgba(0,0,0,.25);
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
	letter-spacing:0.5px;
}
.contact-call-tel:hover{
  transform: translateY(-3px);
  box-shadow: 0 7px 12px rgba(0,0,0,.35);
  opacity: .95;
}
.contact-call-tel .tel-label{
  margin-right: 8px;
}

/* 黒帯＋三角 */
.contact-call-or{
  position: relative;
  display: inline-block;
  margin-bottom: 24px;
  padding: 10px 40px;
  background:#000;
  color:#fff;
  font-size: 20px;
	border-radius:5px;
}
.contact-call-or::after{
  content:"";
  position:absolute;
  left:50%;
  transform: translateX(-50%);
  bottom:-10px;
  border-style: solid;
  border-width:10px 12px 0 12px;
  border-color:#000 transparent transparent transparent;
}

/* 説明文 */
.contact-call-note{
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.7;
	margin-bottom:50px;
}
.contact-call-note .note-free{
  color:#e60012;  /* 赤（無料） */
  font-weight: 700;
}

/************************************************

            お問い合わせ

********************************************************/
/* 全体リセット軽め */
.wpcf7 form {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 15px;
  color: #333;
}

/* 行ごとの枠 */
.apply-line{
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
}

.apply-line:first-of-type{
  border-top: 1px solid #eee;
}

/* 左側のラベル */
.apply-line-l{
  width: 28%;
  min-width: 180px;
  font-weight: 600;
  line-height: 1.6;
}

/* 必須ラベル */
.hissu{
  display: inline-block;
  margin-left: 4px;
  padding: 2px 8px;
  font-size: 10px;
  border-radius: 999px;
  background: #e60012;
  color: #fff;
  vertical-align: middle;
}

/* 右側の入力エリア */
.apply-line-r{
  flex: 1;
}

/* 共通：テキスト・メール・TEL・テキストエリア */
.apply-line-r input[type="text"],
.apply-line-r input[type="email"],
.apply-line-r input[type="tel"],
.apply-line-r textarea{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 15px;
  line-height: 1.6;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.apply-line-r textarea{
  min-height: 160px;
  resize: vertical;
}

/* フォーカス時 */
.apply-line-r input[type="text"]:focus,
.apply-line-r input[type="email"]:focus,
.apply-line-r input[type="tel"]:focus,
.apply-line-r textarea:focus{
  outline: none;
  border-color: #0085c7;
  box-shadow: 0 0 0 3px rgba(0,133,199,.18);
}

/* ラジオボタン（きっかけ） */
.apply-line-r .wpcf7-list-item{
  margin: 0 18px 6px 0;
  display: inline-block;
  font-size: 14px;
}
.apply-line-r .wpcf7-list-item label{
  cursor: pointer;
}

/* 注意文・同意チェック */
.apply-check{
  margin: 22px 0 10px;
  font-size: 13px;
  line-height: 1.7;
}
.apply-check input[type="checkbox"]{
  margin-right: 6px;
}

/* 送信ボタン */
.wpcf7 input[type="submit"]{
  display: inline-block;
  padding: 14px 40px;
  margin-top: 10px;
  border-radius: 999px;
  border: none;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .08em;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
  box-shadow: 0 4px 0 rgba(0,0,0,.25);
  font: 500 16px/1.75 "Noto Sans JP", sans-serif;
}
.wpcf7 input[type="submit"]:hover{
  transform: translateY(-2px);
  box-shadow: 0 7px 12px rgba(0,0,0,.35);
  opacity: .95;
}
.wpcf7 input[type="submit"]:active{
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0,0,0,.25);
}

/* エラーメッセージなど CF7 デフォルトの見栄え調整 */
.wpcf7-not-valid-tip{
  font-size: 12px!important;
  color: #e60012;
  margin-top: 4px;
}
.wpcf7-response-output{
  margin-top: 16px;
  padding: 10px 14px;
  border-radius: 4px;
  font-size: 13px;
}

.wpcf7-spinner{
	display:block!important;
}

/* SP（縦並び） */
@media (max-width: 768px){
  .apply-line{
    flex-direction: column;
    align-items: stretch;
    padding: 10px 0;
  }
  .apply-line-l{
    width: 100%;
    min-width: auto;
    font-size: 14px;
  }
}

/************************************************
    
                カタログ

*************************************************/

#apply{
	width:900px;
	margin:0 auto;
	padding:40px 0;
}

.panf-img-flex{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin-bottom:80px;
}

.panf-img-flex p{
	width:60%;
height:auto;
text-align:center;
font-size:16px
}
	
.panf-img-flex img{width:70%;height:auto;border:1px #555 solid;margin-bottom:10px;}
@media screen and (max-width:768px) 
{
.panf-img-flex{gap:10px 2%;}
	
.panf-img-flex p{width:65%;font-size:12px;line-height:120%;margin:2%;}
}

.midashi-a{
    font-size: 20px;
    padding: 20px;
    margin: 40px auto;
    border: solid 7px #1d2089;
    color: #1d2089;
    text-align: center;
}

/************************************************
    
                ブログ

*************************************************/

#blog{
	width:1100px;
	margin:0 auto;
	padding:60px 0!important;
}
/* 全体 */
.archive-list{
  padding: 60px 20px 80px;

  font-family:"Noto Sans JP", system-ui, sans-serif;
}
.archive-inner{
  max-width:1100px;
  margin:0 auto;
}

/* タイトル */
.archive-title{
  font-size:26px;
  font-weight:700;
  text-align:left;
  margin:0 0 30px;
  padding-bottom:10px;
  border-bottom:2px solid #000;
}

/* カード一覧 */
.archive-cards{
  display:flex;
  flex-wrap:wrap;
  gap:24px;
}

/* 1枚のカード */
.archive-card{
  background:#fff;
  border-radius:8px;
  overflow:hidden;
  box-shadow:0 4px 12px rgba(0,0,0,.06);
  display:flex;
  flex-direction:column;
  flex:1 1 calc(33.333% - 16px);
  min-width:260px;
  transition:transform .25s ease, box-shadow .25s ease;
}
.archive-card:hover{
  transform:translateY(-4px);
  box-shadow:0 10px 24px rgba(0,0,0,.16);
}

/* サムネイル（比率固定） */
.archive-thumb{
  position:relative;
  display:block;
  padding-top:62%; /* 16:10 くらいの比率 */
  overflow:hidden;
}
.archive-thumb img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .4s ease;
}
.archive-card:hover .archive-thumb img{
  transform:scale(1.05);
}

/* カード本文 */
.archive-body{
  padding:14px 16px 18px;
  display:flex;
  flex-direction:column;
  height:100%;
}

/* 日付 */
.archive-date{
  font-size:15px;
  color:#3571b4;
  margin-bottom:6px;
}

/* タイトル */
.archive-card-title{
  font-size:16px;
  margin:0 0 10px;
  line-height:1.6;
}
.archive-card-title a{
  color:#222;
  text-decoration:none;
}
.archive-card-title a:hover{
  text-decoration:underline;
}

/* 抜粋 */
.archive-excerpt{
  font-size:13px;
  line-height:1.7;
  color:#444;
  margin:0 0 12px;
  flex:1;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* ボタン風リンク */
.archive-more{
  align-self:flex-start;
  display:inline-block;
  padding:6px 14px;
  font-size:13px;
  color:#000;
  border:1px solid #000;
  border-radius:999px;
  text-decoration:none;
  transition:background .2s ease, color .2s ease;
}
.archive-more:hover{
  background:#000;
  color:#fff;
}

/* 記事なし */
.archive-none{
  text-align:center;
  padding:40px 0;
  color:#777;
}

/* レスポンシブ */
@media (max-width: 960px){
  .archive-card{
    flex:1 1 calc(50% - 16px);
  }
}
@media (max-width: 600px){
  .archive-title{
    font-size:22px;
  }
  .archive-card{
    flex:1 1 100%;
  }
}

/**************************************************************
blog
**************************************************************/
#blog{padding:10px;}

.blog-cont{
	max-width:1000px;
	margin:20px auto 0;
	text-align:left;
	line-height:210%;
	padding:20px 0;
	font-size:15px;
	margin-bottom:40px;
}

.blog-cont li + li {
  border-left: none!important;
}

.blog-cont li{
	margin-left:35px;
	font-size:14px;
	line-height:170%;
	margin-bottom:13px;
}

.blog-cont ol{
	margin-top:25px;
	margin-bottom:25px;
}

.blog-cont p{
	margin-left:0px;
}

.blog-cont .alignright{
	padding-left:15px!important;
	background-color:#fff!important;
	float:right;
}

.blog-cont .alignleft{
	padding-right:15px!important;
	background-color:#fff!important;
	float:left;
}

.blog-cont .aligncenter{
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.blog-cont h1{
	font-size:30px;
	color:#000000;
	padding:10px 5px;
	margin-bottom:15px;
	margin-top:30px;
	font-weight: 700;
}

.blog-cont h2{
	font-size:20px;
	color:#1d2089;
	padding:10px 5px;
	border-bottom:solid 2px #1d2089;
	margin-bottom:15px;
	margin-top:30px;
	font-weight: 600;
}

.blog-cont h3{
	font-size:16px;
	background-color:#fff3b1;
	padding:7px;
	margin-top:30px;
	margin-bottom:15px;
	font-weight: 600;

}
.blog-cont h4{
	font-size:15px;
	color:#000;
	padding:7px 3px;
	border-bottom:solid 1px #000;
	margin-bottom:15px;
	margin-top:30px;
	font-weight: 600;
}

.blog-cont h5{
	font-size:12px;
	color:#000;
	padding:5px;
	background-color:#ececec;
	margin-bottom:15px;
	margin-top:30px;
	font-weight: 600;
}

.blog-cont p{margin-bottom:15px;}

.blog-cont img{padding-bottom:15px;
padding-top:10px;
max-width:100%;
height:auto;}

.blog-cont iframe{max-width:100%;}

.blog-cont hr{
	margin-bottom:15px;
		margin-top:15px;
	background-color: #fff;
	border-top: 2px dashed #f6be46;
}


/**************************************************************
ページネーション
**************************************************************/
.pagination .nav-links {
	text-align: center;
    font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
	margin-top:25px;
	margin-bottom:30px;
}
.pagination .nav-links .current {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid #f37020;
	border-radius: 50%;
	background: #f37020;
	color: #fff;
	font-size: 1.4rem;
	line-height: 30px;
}
.pagination .nav-links .dots {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 30px;
}
.pagination .nav-links a.page-numbers {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid #676767;
	border-radius: 50%;
	font-size: 1.4rem;
	text-decoration: none;
	line-height: 30px;
}
.pagination .nav-links a.page-numbers:hover {
	background: #676767;
	color: #fff;
	transition: all .3s;
}
.pagination .nav-links a.prev.page-numbers,
.pagination .nav-links a.next.page-numbers {
	width: auto;
	padding-right: 6px;
	padding-left: 6px;
	border: 0;
	border-bottom: 1px solid #676767;
	border-radius: 0;
	background: transparent;
	font-size:12px;
}
.pagination .nav-links a.prev.page-numbers:hover,
.pagination .nav-links a.next.page-numbers:hover {
	background: #005bac;
	color: #fff;
}

.screen-reader-text{
	display:none;
}

.link-box{
	padding:15px 0 25px 0;
	text-align:center;
	font-size:40px;
	font-weight:400;
  font-family: "korolev", sans-serif;
  font-style: normal;
	margin-bottom:30px;
}
.link-box a{
	color:#545454;
}
.link-box a:hover{
	color:#000;
}


/**************************************************************
TOP　WORKS
**************************************************************/
#works{
	background-color: #F9F5E5;
	padding-bottom:50px;
}
#works-flex{
	max-width:1100px;
	margin: 0 auto;
	padding:50px 0 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	margin-bottom:30px;
}
.works-box{
	width:32%;
	margin:0.5%;
	background-color: #fff;
	margin-bottom:30px;
	border-radius:5px;
-moz-box-shadow: 8px 7px 0px 2px rgba(232, 222, 188, 0.97);
-webkit-box-shadow: 8px 7px 0px 2px rgba(232, 222, 188, 0.97);
-ms-box-shadow: 8px 7px 0px 2px rgba(232, 222, 188, 0.97);
box-shadow: 8px 7px 0px 2px rgba(232, 222, 188, 0.97);
}

.works-box img{
	width:100%;
	height:auto;
	max-height:234px;
	overflow:hidden;
	transition: 1.0s ;
	border-radius:5px 5px 0 0;
}

.works-box img:hover {
	opacity: 0.5 ;
}

.works-info{
	padding:20px 10px;
	text-align:center;
	position:relative;
	font-size:18px;
	font-weight:600;
}
.works-syurui{
	position:absolute;
	top:-30px;
	left:0;
	background-color:#028ad3;
	color:#fff;
	min-width:100px;
	text-align:center;
	padding:5px 7px;
	border-radius:5px;
	font-size:15px;
}
.works-come{
	text-align:left;
	font-size:13px;
	margin-top:10px;
}



/**************************************************************
works
**************************************************************/
.works-box-s{
	width:58%;
	margin:1%;
}
.works-box-s img{
	width:100%;
	height:auto;
}
.works-info-s{
	width:36%;
	padding:2%;
	line-height: 1.8;
}

.works-info-s .title{
	font-weight:600;
	font-size:20px;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom: 2px solid #028ad3;
}
.works-info-s p{padding:10px 0;}

.works-kind{
	max-width:1000px;
	margin:0 auto;
	padding-top:50px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:20px;
	text-align:center;
}
.works-kind li{
	width:20%;
	border:solid 2px orange;
	list-style-type:none;
	font-size:20px;
	font-weight:500;
	border-radius:5px;
	background-color:#fff;
	transition:0.5s;
}
.works-kind .is-active{
	background-color:orange;
}
.works-kind li a{
	display:block;
	padding:17px;
}
.works-kind li a:hover{

}
.works-kind li:hover{
	background-color:orange;
}

#works-s{
	padding:30px 0 60px 0;
}

/***********************************************
          TOPのよくある質問
*************************************************/

.sec-faq{
  position:relative;
  padding:80px 20px 100px;
  background:#fff;
  overflow:hidden;
}

/* 背景の大きい文字 */
.sec-faq::before{
  content:"FAQ";
  position:absolute;
  left:50%;
  top:40px;
  transform:translateX(-50%);
  font-size:140px;
  font-weight:900;
  color:rgba(0,0,0,0.03);
  z-index:0;
        font-family: "Montserrat", sans-serif;
}

.faq-inner{
  position:relative;
  max-width:1100px;
  margin:0 auto;
  z-index:1;
}


  /* ====== Q&A Accordion ====== */
  .qa{
    max-width: 860px;
    margin: 0 auto;

  }

  .qa__item{
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    margin: 0 0 12px;
  }

  .qa__q{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    background: #f9fafb;
    border: 0;
    cursor: pointer;
    text-align: left;
    font: 500 16px/1.75 "Noto Sans JP", sans-serif;
  }

  .qa__label{ font-weight: 700; flex: 0 0 auto; }
  .qa__title{ flex: 1 1 auto; font-weight: 700; line-height: 1.4; }

  .qa__icon{
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111827;
    color: #fff;
    font-size: 18px;
    line-height: 1;
  }

  /* パネル：高さアニメのため hidden はJSで制御 */
  .qa__a{
    overflow: hidden;
    height: 0;                 /* 閉じている時 */
    transition: height .32s ease;
    padding: 0 16px;           /* 内側はqa__aInner側で作る */
  }

  .qa__aInner{
    padding: 10px 0 16px;
    color: #111827;
    line-height: 1.8;
	  text-align:left;
	  font-size:14px;
  }

  .qa__aInner ul{
    margin: 8px 0 0;
    padding-left: 18px;
  }

  .qa__note{
    margin: 10px 0 0;
    color: #6b7280;
    font-size: 0.95em;
  }

  .qa__item.is-open .qa__q{ background: #eef2ff; }

  .qa__q:focus-visible{
    outline: 3px solid rgba(59,130,246,.45);
    outline-offset: 2px;
  }

  /* ユーザーが「動き少なめ」設定の場合はアニメOFF */
  @media (prefers-reduced-motion: reduce){
    .qa__a{ transition: none; }
  }


.qa__aInner ul {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}

.qa__aInner li {
  margin: 0;
}

.qa__aInner a {
  display: inline-block;
  padding: 14px 28px;
  background-color: #f39c12; /* オレンジ系：暖色 */
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.25s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* hover */
.qa__aInner a:hover {
  background-color: #e67e22;
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* スマホでも押しやすく */
@media (max-width: 768px) {
  .qa__aInner a {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
  }
}
