@charset "UTF-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  color: #333;
  line-height: 1.8;
  font-family:
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic",
    "メイリオ", "Meiryo", sans-serif;
  display: flex;
  flex-direction: column;
  height: 100svh;
}

body * {
  box-sizing: border-box;
}

body .wrapper {
  margin-bottom: auto;
}

.wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}

p {
  margin-bottom: 1.5em;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

@media (hover: hover) {
  a:hover {
    text-decoration: underline;
  }
}

/* --------------------------------------------
 * 　基本ブロック幅
 * -------------------------------------------- */
.blContainer {
  width: 92%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

/* --------------------------------------------
 * 　サブページヘッダー
 * -------------------------------------------- */
.subpageHeader {
  font-size: 1.75rem;
  font-weight: bold;
  background: #f3f3f3;
  margin-bottom: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* --------------------------------------------
 * 　見出し
 * -------------------------------------------- */
.sectionHeading {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 20px;
}

/* --------------------------------------------
 * 　テーブル
 * -------------------------------------------- */
.table {
  width: 100%;
}

.table-header {
  width: 100px;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.table-data {
  width: calc(100% - 100px);
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

/* --------------------------------------------
 * 　ページネーション
 * -------------------------------------------- */
.navigation.pagination {
  margin-top: 30px;
}

.navigation.pagination .nav-links .prev {
  border: none !important;
}

.navigation.pagination .nav-links .next {
  border: none !important;
}

.navigation.pagination .nav-links .current {
  padding: 6px 11px;
  background: #333;
  border: 1px solid #333;
  border-radius: 3px;
  color: #ffffff;
}

.navigation.pagination .nav-links a {
  padding: 6px 11px;
  border: 1px solid #333;
  border-radius: 3px;
}

.navigation.pagination .nav-links a:hover {
  background: #333;
  border: 1px solid #333;
  color: #ffffff;
  text-decoration: none;
}

/* --------------------------------------------
 * 　ヘッダー
 * -------------------------------------------- */
.header {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.header-logo {
  margin-top: -10px;
  margin-right: auto;
}

.mainMenu {
  font-size: 0.9375rem;
}

.mainMenu-list {
  display: flex;
  gap: 20px;
}

.keyVisual {
  margin-bottom: 10px;
}

.frontNews {
  margin-bottom: 50px;
}

.news-item {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.news-date {
  flex: 0 0 115px;
}

.news-goList {
  display: inline-block;
  margin-top: 20px;
}

/* --------------------------------------------
 * 　施工事例
 * -------------------------------------------- */
.works-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.works-item {
  flex: 0 0 calc((100% - 80px) / 3);
  background: #f2f2f2;
  padding: 20px 20px 17px;
}

@media screen and (max-width: 767px) {
  .works-item {
    flex: initial;
  }
}

.works-img {
  margin-bottom: 8px;
}

.works-date {
  font-size: 0.8125rem;
  margin-bottom: 3px;
}

.works-title {
  font-size: 0.9375rem;
  line-height: 1.6;
}

.works-goList {
  display: inline-block;
  margin-top: 20px;
}

.worksPost-title {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.worksPost-information {
  font-size: 0.875rem;
  margin-bottom: 20px;
}

/* --------------------------------------------
 * 　お知らせ
 * -------------------------------------------- */
.article-date {
  font-size: 0.8125rem;
}

.article-category {
  font-size: 0.8125rem;
  margin-bottom: 20px;
}

.article-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}

/* --------------------------------------------
 * 　フッター
 * -------------------------------------------- */
.footer {
  margin-top: 100px;
  padding-top: 60px;
  background: #eee;
}

.footer-container {
  text-align: center;
}

.footer-logo {
  margin-bottom: 40px;
}

.footer-copyRight {
  font-size: 0.6875rem;
  text-align: center;
  margin-top: 70px;
  padding-top: 3px;
  padding-bottom: 3px;
  background: #333;
  color: #fff;
}

.footerMenu {
  font-size: 0.875rem;
}

.footerMenu-list {
  display: inline-flex;
  gap: 20px;
}

/* --------------------------------------------
 * 　404
 * -------------------------------------------- */
.page404 {
  text-align: center;
  padding-top: 12vh;
  padding-bottom: 15vh;
}

.page404-heading {
  font-size: 2.5rem;
  font-weight: bold;
  color: #aaa;
  margin-bottom: 30px;
}

.page404-message a {
  text-decoration: underline;
}

/* --------------------------------------------
 * 　フォーム
 * -------------------------------------------- */
.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #f02525;
}

.wpcf7-response-output {
  margin-top: 5px;
  text-align: center;
  color: #f02525;
}

.form {
  width: 100%;
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}

.form-privacy {
  text-align: center;
}

.form-submit {
  width: 200px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.form-submit input {
  width: 100%;
  padding: 1em;
  background: #333;
  color: #fff;
  border: none;
}

.form-submit input:hover {
  cursor: pointer;
}

.formTable {
  width: 100%;
}

.formTable-header {
  width: 220px;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
}

.formTable-header span {
  color: #fff;
  margin-left: 10px;
  font-size: 0.6875rem;
  font-weight: normal;
  padding: 0.3em;
  background: #f02525;
}

.formTable-data {
  width: calc(100% - 220px);
  padding-top: 10px;
  padding-bottom: 10px;
}

.formTable input {
  width: 100%;
  height: 50px;
  padding: 0.5em;
}

.formTable textarea {
  width: 100%;
  height: 200px;
  padding: 0.5em;
}

/* --------------------------------------------
 * 　ブロックエディタ
 * -------------------------------------------- */
.wp-block-gallery {
  margin-top: 30px;
  margin-bottom: 30px;
}

/*# sourceMappingURL=style.css.map */

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ==========================================
   1. 共通設定 (Global Styles)
   ========================================== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans", Arial, "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.6;
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

/* 共通コンテナ */
.com-contentWidth {
  width: 100%;
  max-width: 1100px; /* 画像のレイアウトに合わせた幅 */
  margin: 0 auto;
}

/* 共通タイトルスタイル（青文字・左線） */
.com-h2-style {
  color: #1b3353;
  font-family: "Zen Old Mincho";
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 2px;
  padding-left: 15px;
  border-left: 2px solid #1b3353;
  margin-bottom: 25px;
}

p {
  color: #4d4d4d;
  font-family: "Zen Kaku Gothic New";
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}

/* SPのみ表示 */
.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .com-contentWidth {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ==========================================
   2. ヘッダー (Header) 修正版
   ========================================== */

.header {
  width: 100%;
  height: 80px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-left: 20px;
}

/* --- 全画面メニューの基本スタイル --- */
.header-nav {
  position: fixed;
  top: 0;
  /* left: 0; */
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 999; /* ボタンより下に設定 */

  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

/* JSでactiveクラスがついた時 */
.header-nav.active {
  opacity: 1;
  visibility: visible;
  width: 33%;
}

@media screen and (max-width: 767px) {
  .header-nav.active {
    width: 100%;
  }
}

.header-nav-list {
  display: flex;
  flex-direction: column; /* 縦並び */
  /* text-align: center; */
  gap: 30px;
}

.header-nav-list li a {
  color: #fff !important;
  font-size: 24px;
  font-weight: bold;
}

/* --- ボタンエリア --- */
/* .header-right {
  position: relative;
  z-index: 1000; 
  height: 100%;
} */

.menu-btn {
  width: 80px;
  height: 80px;
  background-color: #5d5d5d;
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* ハンバーガーアイコンのアニメーション */
.header-hum-icon {
  width: 24px;
  height: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 4px;
}
.header-hum-icon span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s ease; /* アニメーション用 */
}

/* is-openクラスがついた時（×印に変身） */
.menu-btn.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.menu-btn.is-open span:nth-child(2) {
  opacity: 0;
}
.menu-btn.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.header-hum-text {
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
  .header-left-logo img {
    width: 150px;
  }
  .header-left-logo p {
    display: none;
  }
  .menu-btn {
    width: 60px;
    height: 60px;
  }
}
.header-hum-text-menu {
  display: block;
}
.header-hum-text-close {
  display: none; /* 最初は隠しておく */
}

/* --- ボタンを全画面メニューより前に出す --- */
.header-right {
  position: fixed;
  z-index: 1001; /* nav(999)よりも大きい数字にする */
  top: 0;
  right: 0;
}

.header-nav {
  /* ...既存の設定... */
  z-index: 999;
  /* 背景が暗すぎる場合はここを 0.7 くらいに調整 */
  background-color: rgba(0, 0, 0, 0.8);
}

/* メニュー内の文字を白く、中央に */
.header-nav-list-item a {
  color: #fff !important;
  font-size: 24px;
}
/* ==========================================
   3. メインビジュアル (Hero)
   ========================================== */
.l-hero {
  position: relative;
  width: 100%;
}

.l-hero-mv-img img {
  width: 100%;
  object-fit: cover;
}

.l-hero-wrap {
  position: absolute;
  top: 55%;
  left: 6%;
  transform: translateY(-50%);
  color: #fff;
}

.l-hero-p {
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}

.l-hero-h1 h1 {
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-weight: 700;
}

p.p-border {
  border-bottom: 1.5px solid #fff;
}

@media screen and (max-width: 767px) {
  .l-hero-p {
    font-size: 24px;
  }
  .l-hero-wrap {
    left: 15px;
  }
}

/* ==========================================
   4. About Section
   ========================================== */
section.sec-about {
  /* padding: 80px 0; */
  padding: 0 0 100px;
}

.sec-about-h2 {
  font-family: "Zen Old Mincho";
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
}
.inoue {
  color: #8fa5c2;
} /* 薄い青色 */

.col2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.col2-image {
  width: 50%;
}
.col2-text {
  width: 50%;
  color: #555;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .col2 {
    flex-direction: column;
    gap: 20px;
  }
  .col2-image,
  .col2-text {
    width: 100%;
  }
  section.sec-about {
    padding: 20px 0;
  }
  .sec-about-h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

/* ==========================================
   5. Service Section
   ========================================== */
section.sec-seavice {
  padding: 0 0 80px;
}

.col3 {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.col3-item {
  position: relative;
  flex: 1;
}

.col3-item p {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: 15px;
  margin-bottom: 0;
}
.col3-item p span {
  font-size: 11px;
}

@media screen and (max-width: 767px) {
  .col3 {
    flex-direction: column;
    gap: 5px;
  }
  .com-contentWidth {
    padding: 0 20px;
  }
}

/* ==========================================
   6. Info Section (会社概要・アクセス 横並び)
   ========================================== */
section.sec-info {
  padding: 0 0 100px;
}

/* 親コンテナをFlexboxにして横並びに */
.sec-info-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.info-item {
  width: 48%;
}

/* 会社概要のリスト設定 */
.company-list {
  color: #555;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
}
.company-list dt {
  padding: 15px 0 5px;
  color: #333;
}
.company-list dd {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc; /* 画像通りの下線 */
  margin-left: 0;
}
.company-list a {
  color: inherit;
}

/* Googleマップの設定 */
.access-map {
  width: 100%;
  height: 0;
  padding-bottom: 60%; /* マップのアスペクト比 */
  position: relative;
  overflow: hidden;
}
.access-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 767px) {
  .sec-info-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .info-item {
    width: 100%;
  }
  section.sec-info {
    padding-bottom: 50px;
  }
}

/* ==========================================
   7. フッター (Footer)
   ========================================== */
.footer {
  background-color: #5d5d5d;
  padding: 40px 20px;
  text-align: center;
}

.footer-copyright {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 12px;
}

section.sec-news {
  padding: 80px 0;
}

section.sec-works {
  padding: 0 0 100px;
}

@media screen and (max-width: 767px) {
  section.sec-news {
    padding: 30px 0;
  }
}

.subpageHader {
	background: #bfbfbf;
    padding: 2rem;
    margin: 2rem 0;
}

.subpageHeader-inner {
	font-size: 1.5rem;
}