@charset "UTF-8";
/*
# パンくずリストの上に余白を追加
---------------------------------- */
body:not(.home) .l-contents {
  padding-top: 5.30769rem;
  padding-top: calc(var(--_space, 1.76923rem) * 3);
}

/* =========================================================
# 余白
========================================================= */
.mt-0 {
  margin-top: 0 !important;
}

.page-id-31 .l-contents__inner:last-child,
.page-id-34 .l-contents__inner:last-child {
  padding-bottom: 0;
}

body.blog .l-contents__inner:last-child,
body.post-type-archive-blog .l-contents__inner:last-child {
  padding-bottom: 6em;
}

/* =========================================================
# テーブル
========================================================= */
.wp-block-table thead {
  border-bottom: none;
}

@media screen and (max-width: 640px) {
  .wp-block-table th,
  .wp-block-table td {
    font-size: 90%;
  }
  .sp-block.wp-block-table th,
  .sp-block.wp-block-table td {
    display: block;
    padding: 0 1em !important;
  }
  .sp-block.wp-block-table tr > *:first-child {
    padding-top: 1em !important;
  }
  .sp-block.wp-block-table tr > *:last-child {
    padding-bottom: 1em !important;
  }
}
/* =========================================================
# タイトル
========================================================= */
.c-entry__title {
  padding-bottom: 0.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #eee;
}

.title-blue .smb-section__title:after {
  background-color: #15156b;
}

.title-underline {
  position: relative;
}

.title-underline:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  margin: 0.75em auto 0;
  background-color: #dc861b;
}

/* =========================================================
# 改行
========================================================= */
.sp-br br {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp-br br {
    display: block;
  }
}
/* =========================================================
# テキスト
========================================================= */
@media screen and (max-width: 640px) {
  .sp-left .smb-section__lede {
    text-align: left !important;
  }
}
/* =========================================================
# ヘッダーナビ
========================================================= */
/*
# 区切り線の追加
---------------------------------- */
.c-navbar__item:not(:first-child):before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30%;
  background-color: #2e2e2e;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*
# ホバーアクション
---------------------------------- */
.c-navbar__item > a {
  transition: all 0.3s;
}

.c-navbar__item > a::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 20%;
  width: 60%;
  height: 1px;
  background-color: #dc861b;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: left top;
}

.c-navbar__item > a:hover {
  color: #dc861b;
}

.c-navbar__item > a:hover::after {
  transform: scale(1, 1);
}

/* =========================================================
# mv
========================================================= */
@media screen and (max-width: 640px) {
  .mv-slide__title {
    font-size: 180% !important;
    transform: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/*
# スライドショー
---------------------------------- */
#imageSlide {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}

#imageSlide::before {
  content: "";
  display: block;
  padding-top: 51.59722%;
}

#imageSlide div {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mv-slide__bg01 {
  background-image: url(/wp-content/uploads/2025/11/erik-mclean-ZRns2R5azu0-unsplash-scaled.jpg);
}

.mv-slide__bg02 {
  background-image: url(/wp-content/uploads/2025/11/mv_02-1.jpg);
}

.mv-slide__bg03 {
  background-image: url(/wp-content/uploads/2025/11/mv_03.jpg);
}

/*
# 640以下で画像を切り替え
---------------------------------- */
@media screen and (max-width: 640px) {
  #imageSlide::before {
    content: "";
    display: block;
    padding-top: 157.8666%;
  }
  .mv-slide__bg01 {
    background-image: url(/wp-content/uploads/2025/11/mv_01-sp.jpg);
  }
  .mv-slide__bg02 {
    background-image: url(/wp-content/uploads/2025/11/mv_02-sp.jpg);
  }
  .mv-slide__bg03 {
    background-image: url(/wp-content/uploads/2025/11/mv_03-sp.jpg);
  }
}
/*
# タイトル調整
---------------------------------- */
.mv-slide {
  position: relative;
}

.mv-slide__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
}

/* =========================================================
# 会社案内
========================================================= */
/*
# ホバーアクション
---------------------------------- */
.about-item .smb-items__banner__figure > img {
  transition: all 0.3s;
}

.about-item:hover .smb-items__banner__figure > img {
  transform: scale(1.2);
}

/*
# 背景
---------------------------------- */
.about {
  background: linear-gradient(225deg, transparent 0, transparent 50%, #dc861b 50%, #dc861b 100%);
}

/* =========================================================
# 事業内容
========================================================= */
/*
# 背景
---------------------------------- */
.service {
  background: linear-gradient(-225deg, transparent 0, transparent 50%, #15156b 50%, #15156b 100%);
}

/* =========================================================
# お知らせ
========================================================= */
/*
# カテゴリーの色分け
---------------------------------- */
.c-entry-summary__term--category-4 {
  background-color: #256ba0;
}

.c-entry-summary__term--category-5 {
  background-color: #c7c814;
}

.c-entry-summary__term--category-6 {
  background-color: #ad4a4a;
}

.c-entry-summary__term--category-7 {
  background-color: #38b09c;
}

/*
# 角を丸く
---------------------------------- */
.c-entry-summary__term {
  border-radius: 3px;
}

/* =========================================================
# ブログ・採用情報
========================================================= */
/*
# ホバーアクション
---------------------------------- */
.blog-item .smb-items__banner__figure > img,
.recruit-item .smb-items__banner__figure > img {
  transition: all 0.3s;
}

.blog-item:hover .smb-items__banner__figure > img,
.recruit-item:hover .smb-items__banner__figure > img {
  transform: scale(1.2);
}

/* =========================================================
# フッター
========================================================= */
/*
# 中央寄せ・ボーダー
---------------------------------- */
.l-footer-widget-area__item.c-row__col {
  text-align: center;
  border-left: 1px solid #e3e3e3;
}

@media screen and (max-width: 1023px) {
  .l-footer-widget-area__item.c-row__col {
    text-align: center;
    border-left: none;
  }
}
/*
# 1023以下でロゴ消す・幅70％
---------------------------------- */
@media screen and (max-width: 1023px) {
  .l-footer__body .c-container {
    width: 70%;
  }
  .l-footer__body .c-container .c-site-branding__title {
    display: none;
  }
}
/*
# コピーライト
---------------------------------- */
/*
# 背景色
---------------------------------- */
.l-footer--footer-4 .l-footer__footer, .l-footer--footer-5 .l-footer__footer {
  background-color: #2e2e2e;
}

/*
# テキスト
---------------------------------- */
.l-footer--footer-4 .l-footer__footer, .l-footer--footer-5 .l-footer__footer .c-copyright {
  color: #fff;
}

/*
# 中央寄せ
---------------------------------- */
.l-footer__footer .c-row {
  justify-content: center;
}

/* =========================================================
# 事業
========================================================= */
@media screen and (max-width: 640px) {
  .page-id-31 .wp-block-table tr > td:first-child {
    width: 110px;
  }
  .page-id-31 .wp-block-table tr > td:nth-child(3) {
    width: 100px;
  }
}
/* =========================================================
# 会社案内
========================================================= */
/*
# 背景
---------------------------------- */
.page-id-32 .message {
  position: relative;
}

.page-id-32 .message:before {
  content: "";
  position: absolute;
  display: block;
  top: -40px;
  width: 100%;
  height: 80px;
  background: linear-gradient(225deg, transparent 0, transparent 50%, #dc861b 50%, #dc861b 100%);
}

@media screen and (max-width: 640px) {
  .page-id-32 .wp-block-table tr > td:first-child {
    width: 100px;
  }
}
/* =========================================================
# 採用情報
========================================================= */
@media screen and (max-width: 640px) {
  .page-id-34 .smb-section__title .has-sm-2-xl-font-size {
    font-size: 72% !important;
  }
}
/* =========================================================
# 実績
========================================================= */
.page-id-33 .wp-block-heading {
  margin-bottom: 0.5em;
}

/* =========================================================
# ブログ
========================================================= */
/*
# カテゴリーの色分け
---------------------------------- */
.c-entry-summary__term--blog-category-156 {
  background-color: #c7c814;
}

.c-entry-summary__term--blog-category-157 {
  background-color: #256ba0;
}/*# sourceMappingURL=style.css.map */