body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 1px;
  color: #333;
}

.l-contents__inner:last-child {
  padding-bottom: 0;
}

.c-meta__item--author {
  display: none;
}

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

/* 基本設定 */
p,
a,
li {
  font-weight: 500;
}

a .pt_0 {
  padding-top: 0 !important;
}
.pt_10 {
  padding-top: 10px !important;
}
.pb_0 {
  padding-bottom: 0 !important;
}
.pb_10 {
  padding-bottom: 10px !important;
}
.mt_0 {
  margin-top: 0 !important;
}
.mb_0 {
  margin-bottom: 0 !important;
}
.mr_0 {
  margin-right: 0 !important;
}
.ml_0 {
  margin-left: 0 !important;
}
.mt_10 {
  margin-top: 10px !important;
}
.mb_10 {
  margin-bottom: 10px !important;
}
.z_0 {
  z-index: 0;
}
.z_1 {
  z-index: 1;
}
.p_ab {
  position: absolute;
}
.p_rel {
  position: relative;
}
.d_flex {
  display: flex;
}
.d_flex.f_wrap {
  flex-wrap: wrap;
}
.inline_b {
  display: inline-block;
}
.js_sb {
  justify-content: space-between;
}
.js_fs {
  justify-content: flex-start;
}
.of_hd {
  overflow: hidden;
}
.border_pink {
  border-bottom: 2px solid #ed7780 !important;
}
.mincho {
  font-family: "Zen Antique Soft", serif;
}
.maru {
  font-family: "Zen Maru Gothic", serif;
}

.zen_mincho {
  font-family: "Zen Old Mincho", serif;
}
.smb-panels__item__action > a:focus:after {
  outline: none;
  outline-offset: 0px;
}
.tate {
  writing-mode: vertical-rl;
}

h2 {
  font-size: 3rem;
}

/* h3 {
  margin: 5px !important;
} */

.c_wh {
  color: #fff;
}
/* 基本設定 終わり*/
/* アイコン */
:not(#page-top) svg.svg-inline--fa {
  margin-right: 4px;
}
.p-global-nav--hover-extend-underline .c-navbar__item.cta:hover > a:after {
  width: 0;
}
/* アイコン 終わり*/
/* ボタン */
a.smb-btn,
.cta a span {
  background-color: transparent;
  color: #12437b !important;
  position: relative;
  transition: 0.25s;
  font-size: 1.1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

a.smb-btn .arrow {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 2.4em;
  height: 2.4em;
  border-radius: 50%;
  font-size: 1.2em;
  flex-shrink: 0;
  border: 1px solid #12437b;
  transition: transform 0.3s ease;
}

a.smb-btn:hover .arrow {
  transform: translateX(5px);
}

.smb-buttons {
  display: flex;
  justify-content: flex-end;
}
/* .cta a span {
  margin-left: 10px;
  padding: 0.5rem 1.8rem !important;
  max-height: 3rem;
} */

/* a.smb-btn::before,
.cta a span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 2px solid transparent;
} */
/* a.smb-btn::after,
.cta a span::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 2px solid transparent;
} */
/* a.smb-btn:hover,
.cta a:hover span {
  color: var(--wp--preset--color--sm-accent);
  box-shadow: none;
  background-color: #fff;
  transition: 1s;
  filter: brightness(100%);
} */
/* a.smb-btn:hover::before,
.cta a:hover span::before {
  width: 100%;
  height: 100%;
  border-top-color: var(--wp--preset--color--sm-accent);
  border-right-color: var(--wp--preset--color--sm-accent);
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
} */
/* a.smb-btn:hover::after,
.cta a:hover span::after {
  width: 100%;
  height: 100%;
  border-bottom-color: var(--wp--preset--color--sm-accent);
  border-left-color: var(--wp--preset--color--sm-accent);
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s,
    height 0.25s ease-out 0.75s;
} */
/* ボタン終わり */

/* グローバルナビ */
.l-1row-header .c-fluid-container {
  padding: 0 10px;
}
[data-scrolled="false"]
  .l-header--sticky-overlay-colored-lg
  .p-global-nav
  .c-navbar__item
  > a {
  color: #fff;
}
/* .p-global-nav .c-navbar__item.header_cta > a {
  background-image: linear-gradient(90deg, #e5a86e, #d17824);
  color: #fff;
  margin-left: 30px;
  width: 180px;
} */

/* .p-global-nav .c-navbar__item.contact > a {
  font-weight: 700;
  font-size: 1rem;
} */
ul#menu-g_nav {
  height: 80px;
}

.p-global-nav .c-navbar__item[aria-haspopup="true"]:before {
  display: none;
}
li.g_nav_sab {
  border-bottom: 1px solid #ffffff80;
}
.p-global-nav .c-navbar__item.header_cta > a:hover {
  opacity: 0.9;
  transition: 0.5s;
}

@media (max-width: 1280px) {
  [data-scrolled="false"]
    .l-header--sticky-overlay-colored-lg
    .p-global-nav
    .c-navbar__item
    > a {
    color: #fff;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .l-1row-header__branding {
    max-width: 250px;
  }
}
@media (max-width: 1024px) {
  ul#menu-sp_nav {
    display: flex;
    flex-wrap: wrap;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
  }
  ul#menu-sp_nav li {
    font-size: 1rem;
  }
  ul#menu-sp_nav li.w_100 {
    width: 100%;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    position: relative;
  }
  ul#menu-sp_nav li.w_100::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  ul#menu-sp_nav li.sp_menu_cta {
    text-align: center;
    background-color: #fff;
    color: var(--wp--preset--color--sm-accent);
  }
  ul#menu-sp_nav li.sp_menu_cta.tel {
    font-family: "EB Garamond";
    font-size: 1.4rem;
  }
  ul#menu-sp_nav li.sp_menu_cta.con {
    font-family: "Zen Antique Soft";
    font-size: 1.2rem;
  }
  ul#menu-sp_nav li.sp_menu_cta {
    text-align: center;
    background-color: #fff;
    color: var(--wp--preset--color--sm-accent);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 10px;
    line-height: 1;
  }
  ul#menu-sp_nav li.sp_menu_cta a svg {
    display: block;
    margin-right: 0;
    width: 100%;
    font-size: 1.1rem;
    margin-bottom: 7px;
  }
}

.l-header {
  position: fixed;
}

.l-header .c-navbar__item > a {
  align-items: center !important;
}

.c-navbar__item {
  align-items: center;
}

/* グローバルナビ終わり */

/* 下層ページヘッダー */
.c-page-header {
  background-image: url(http://tatsumi-kogyou.com/wp-content/uploads/2025/06/c-page-header.jpg);
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #fff;
  padding: 180px 0 40px;
}

.c-page-header__content {
  align-items: flex-start !important;
}

.c-page-header[data-has-image="true"] {
  height: unset;
}
.c-page-header[data-has-image="true"] .c-page-header__content {
  color: unset;
}
.c-page-header__bgimage > img,
.c-page-header__bgimage > picture > img {
  display: none;
}

.c-page-header__title {
  font-size: clamp(
    1.5em,
    calc(1.0565714285714285em + 2.217142857142857vw),
    3.052em
  );
  font-family: "Zen Old Mincho", serif;
}

.l-contents__inner {
  margin: 0;
}

/* プライバシーポリシー */
#privacy h3 {
  margin-bottom: 10px !important;
  padding-left: 10px;
  border-left: solid 3px var(--wp--preset--color--sm-accent);
  font-weight: 700;
}

/*--- お問い合わせフォーム ---*/
/* SP版の確認画面ボタンボタン余白 */
.smf-action .smf-button-control__control {
  margin-bottom: 20px;
}

/*============================================== ここまでテンプレ ==============================================*/
/*======================= ヘッダー =======================*/

.l-header__content {
  border-bottom: 1px solid #fff;
}

[data-scrolled="true"] .l-header--sticky-overlay-colored-lg {
  background-color: #12437b7e;
  backdrop-filter: blur(10px);
}

.p-global-nav .c-navbar__item > a > span {
  color: #fff;
}

.header_cta a {
  background-image: linear-gradient(90deg, #12437b, #01a5e9);
  border-radius: 100px;
  transition: opacity 0.3s ease;
  padding: 20px;
  height: 60px;
  width: 170px;
}

.header_cta span {
  font-weight: 600;
}

.header_cta {
  padding: 8px;
}

/* spヘッダー */

.c-hamburger-btn__label {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: 9px;
}

/* spヘッダー */

.c-drawer {
  background-color: #12437b94;
  backdrop-filter: blur(10px);
}

.c-drawer a {
  color: #fff;
  font-weight: 600;
}

.c-drawer__item {
  padding-bottom: 10px;
  font-size: 1rem;
  text-align: center;
}

.c-drawer__menu {
  padding-top: 50px !important;
}

.ham_btn {
  background-color: #fff;
  border-radius: 100px;

  border: 1px solid #12437b;
}

.ham_mail {
  background-image: linear-gradient(90deg, #12437b, #01a5e9);
  border-radius: 100px;
}

.ham_btn,
.ham_mail {
  padding: 20px 40px;
  width: 100%;
}

.ham_btn a {
  color: #12437b;
}

.ham_mail a {
  color: #fff;
}

.ham_btn .c-drawer__item {
  width: 100%;
}

/*======================= フッター =======================*/
.l-footer,
.c-copyright {
  background-color: #f0f0f0;
  color: #707070;
  position: relative;
}

.c-copyright {
  padding-top: 0;
}

.footer_tel_btn {
  background-color: #fff;
  border: 1px solid #12437b;
}

.footer_contact_btn {
  background-image: linear-gradient(90deg, #12437b, #01a5e9);
}

.footer_tel_btn,
.footer_contact_btn {
  border-radius: 100px;
  transition: opacity 0.3s ease;
  padding: 2px;
  height: 50px;
  width: 200px;
}

.footer_contact_btn span {
  color: #fff;
}

.footer_bg {
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 40%;
}

.footer__nav {
  gap: 10px;
  padding-top: 30px;
  position: relative;
}

/*======================= CTA =======================*/
.contact_ttl {
  padding-bottom: clamp(3rem, 6vw, 5rem);
  font-size: clamp(1.8rem, 4vw, 3rem);
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact_ttl::before {
  content: "CONTACT";
  position: absolute;
  opacity: 0.2;
  font-size: clamp(3.6rem, 10vw, 8rem);
}

.cta__tel-btn,
.cta__contact-btn {
  border-top: 1px solid #fff;
  width: 100%;
  height: 300px;
  padding: 50px;
}

.cta__tel-btn {
  border-right: 1px solid #fff;
}

.cta_section .c-container {
  margin: 0;
  padding: 0;
}

.cta_section {
  padding-bottom: 0;
}

.cta_btn_box {
  gap: 0;
  width: 100vw;
}

.cta_btn_box strong {
  font-size: clamp(1rem, 2vw, 2rem);
}

.cta_ttl_tel a {
  font-size: clamp(1.6rem, 6vw, 3rem);
}

.cta_ttl_tel svg {
  width: 30px;
  margin-right: 20px !important;
  transform: rotate(8deg);
}

.cta_subttl_tel,
.cta_subttl_contact {
  margin-top: unset;
}

.cta_contact_btn .smb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  padding: 20px 40px;
  border-radius: 999px;
  white-space: nowrap;
  background: linear-gradient(to right, #12437b, #01a5e9);
}

.cta_contact_btn .smb-btn__label {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  white-space: nowrap;
}

.cta_contact_btn .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #029ee1;
  width: 2.4em;
  height: 2.4em;
  border-radius: 50%;
  font-size: 1.2em;
  flex-shrink: 0;
  border: none !important;
}

.cta_subttl_contact {
  margin-top: 10px;
}

/*======================= TOP =======================*/
/* fv */
.fv_section {
  position: relative;
  height: 100vh;
  z-index: 2;
  /* min-height: 900px; */
}

.fv_ttl-group {
  position: absolute;
  top: 70px;
  left: 30px;
}

.fv_ttl {
  font-size: clamp(1.8rem, 6vw, 4rem);
  padding-bottom: 10px;
  /* padding: 10px;
    background: #fff;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    margin: 0 !important; */
}

.fv_sub-ttl {
  font-size: clamp(1rem, 2vw, 2rem);
  border: 1px solid #fff;
  padding: 4px 12px;
}

.fv_recruit {
  position: absolute;
  top: 130px;
  right: 3%;
  transition: 0.5s;
  width: 30%;
  max-width: 400px;
  min-width: 280px;
  overflow: hidden;
}

.fv_recruit::before {
  content: "";
  position: absolute;
  top: -100%;
  left: -75%;
  width: 50%;
  height: 300%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  pointer-events: none;
}

/* ホバーでアニメーション実行 */
.fv_recruit:hover::before {
  animation: shine 0.8s forwards;
}

/* アニメーション定義 */
@keyframes shine {
  0% {
    top: -100%;
    left: -75%;
  }
  100% {
    top: 100%;
    left: 125%;
  }
}

/* 事業内容 */
.service_ttl {
  font-size: clamp(1.2rem, 3vw, 3.2rem);
  line-height: clamp(3rem, 6vw, 6rem);
}

.service_ttl span {
  font-size: clamp(1.4rem, 3.6vw, 3.6rem);
  font-feature-settings: "palt";
}

.service_text {
  line-height: clamp(2rem, 3vw, 2.8rem);
}

.point_wrapper {
  position: relative;
}

/* スクロール */
/* ===== 横スクロールを全幅にするための外枠 ===== */
.full-width-scroll {
  width: 100vw;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: content-box;
}

/* スクロール */
.point_group {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 0;
}

.point_wrapper {
  scroll-snap-align: start;
  box-sizing: border-box;
}

/* PCサイズ以上：3カラム並列表示に切り替え */
@media (min-width: 1500px) {
  .point_group {
    flex-wrap: wrap;
    overflow-x: visible;
    justify-content: space-between;
  }
}

.point_num {
  font-size: 6rem;
  font-style: italic;
  opacity: 0.3;
  position: absolute;
  top: 37%;
  right: 24%;
}

.point_ttl {
  position: absolute;
  top: 60%;
  left: 15%;
  max-width: 240px;
  margin: 0;
}

.point_ttl h3 {
  margin: 5px;
}

.point_ttl strong {
  font-size: 1.6rem;
}

.point_desc {
  position: absolute;
  top: 77%;
  left: 10%;
  max-width: 260px;
  margin: 0;
}

.point_img {
  width: 400px;
  height: 500px;
  clip-path: polygon(20% 0, 100% 0%, 80% 100%, 0 100%);
  overflow: hidden;
}

.point_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service_section a.smb-btn {
  color: #ffffff !important;
}

.service_section a.smb-btn .arrow {
  border: 1px solid #ffffff;
}

.service_ruler::before {
  position: absolute;
  top: -6.2%;
  left: 5vw;
  width: 100%;
  height: 118.6%;
  background-image: url(http://tatsumi-kogyou.com/wp-content/uploads/2025/06/ruler-scaled.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.section_ttl {
  font-size: clamp(1.6rem, 5.4vw, 3rem);
}

/* 施工実績 */
.ttl_gradation {
  display: inline-block;
  background: linear-gradient(to right, #4d5351, #c3c3c3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.works_section {
  border-top: 1px solid #ffffff;
}

.works_section .c-container {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100vw;
}

.works_group {
  border-bottom: 1px solid #fff;
  padding: 0 50px 50px 50px;
}

.works_content {
  width: 80%;
}

.works_section a.smb-btn {
  color: #ffffff !important;
}

.works_section a.smb-btn .arrow {
  border: 1px solid #ffffff;
}

.works_section .c-entry-summary {
  border: 1px solid #ffffff;
  padding: 20px;
}

.works_section .c-entry-summary__title {
  color: #fff;
}

/* ループ */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  /* overflow: hidden; */
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 1);
}
.scroll-infinity__item > img {
  width: 97%;
}

.scroll-infinity__item img {
  margin-top: 10px;
}

/* 代表紹介 */
.company_wrapper {
  display: flex;
}
.company_ttl {
  color: #12437b;
  font-size: clamp(1.4rem, 5vw, 2.6rem);
  font-weight: 700;
}

.daihyo_img {
  width: 70%;
  box-shadow: 4px 4px 18px 2px rgba(18, 67, 123, 0.16);
}

/* 採用 */
.recruit_section {
  position: relative;
}

.recruit_img {
  width: 30%;
  position: absolute;
  top: -120px;
  right: 3%;
}

.recruit_ttl {
  display: inline-block;
  background: linear-gradient(to right, #01a5e9, #12437b);
  padding: 10px 15px;
  font-size: clamp(
    1.4em,
    calc(1.0565714285714285em + 2.217142857142857vw),
    3.052em
  );
}

.recruit_subttl {
  font-size: 1.6rem;
}

.recruit_points {
  padding-top: 30px;
}

.recruit_point {
  display: inline-block;
  background-color: #fff;
  color: #12437b;
  padding: 15px 30px;
  margin: 10px;
  transform: skewX(-20deg);
}

.recruit_point span {
  display: inline-block;
  transform: skewX(20deg); /* 文字を正位置に戻す */
  font-size: 1.4rem;
  font-weight: 600;
}

.recruit_section a.smb-btn {
  color: #ffffff !important;
}

.recruit_section a.smb-btn .arrow {
  border: 1px solid #ffffff;
}

.recruit_bg {
  opacity: 0.1;
  font-size: clamp(5rem, 12vw, 10rem);
  position: absolute;
  bottom: -100px;
}

/* 職人 */
.staff_section .smb-panels__item__body {
  padding: 0;
  z-index: 10;
  position: relative;
}

/* 十字線装飾 */
.staff_section {
  position: relative;
  overflow: visible;
}

.staff_section::before,
.staff_section::after {
  content: "";
  position: absolute;
  background-color: white;
  z-index: 1;
  pointer-events: none;
}

/* 縦線 */
.staff_section::before {
  width: 1px;
  height: 100%;
  top: 0;
  left: 15%;
  transform: translateX(-50%);
}

/* 横線 */
.staff_section::after {
  width: 100%;
  height: 1px;
  top: 30%;
  left: 0;
  transform: translateY(-50%);
}

.staff_panel {
  position: relative;
  overflow: hidden;
  display: inline-block;
  line-height: 0;
}

.staff_panel img {
  display: block;
  width: 100%;
  height: auto;
}

.staff_panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  pointer-events: none;
}

.staff_panel::after {
  content: "";
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  white-space: nowrap;
  pointer-events: none;
}

.staff_panel:hover::before,
.staff_panel:hover::after {
  opacity: 1;
}

.staff_panel:nth-of-type(1)::after {
  content: "代表取締役　横田 正建";
}

.staff_panel:nth-of-type(2)::after {
  content: "職人　柏葉 利和";
}

.staff_panel:nth-of-type(3)::after {
  content: "職人　小沼 良平";
}

.staff_panel:nth-of-type(4)::after {
  content: "職人　木村 祐太";
}

/* お知らせ */
/* .news_section {
  position: relative;
  background: linear-gradient(to bottom left, #12437b -50%, #fff 22%);
} */

/*======================= 事業内容 =======================*/
.service_box {
  padding: 30px;
  box-shadow: 4px 4px 18px 2px #032e5fed;
}

.service_box_ttl {
  font-size: 2rem;
  color: #12437b;
  border-bottom: 1.5px solid #12437b;
  padding-bottom: 10px;
}

.service_box_column {
  gap: 50px;
  padding: 30px;
}

.service_box_text {
  line-height: 2rem;
}

.service-disc_section {
  padding-top: 0;
}

.service_icon {
  width: 90%;
  padding: 20px;
  margin: 0;
}

/*======================= 会社概要 =======================*/
.company-message_section {
  position: relative;
}

.company-message_bg {
  position: absolute;
  transform: translate(80%, -70%);
  opacity: 0.1;
}

.company-message_ttl {
  color: #12437b;
}

.company-message_text {
  line-height: 3rem;
  text-align: center;
}

/* 表 */
.page-id-19 .wp-block-table tr td:first-child,
.page-id-129 .wp-block-table tr td:first-child,
.single .wp-block-table tr td:first-child {
  width: 30%;
  padding-right: 2rem;
  font-weight: 700;
  vertical-align: middle;
  color: #12437b;
}

.page-id-19 .wp-block-table tr td:last-child,
.page-id-129 .wp-block-table tr td:last-child,
.single .wp-block-table tr td:last-child {
  width: 70%;
}

.page-id-19 .wp-block-table tr:first-child,
.page-id-129 .wp-block-table tr:first-child,
.single .wp-block-table tr:first-child {
  border-top: solid 1px #c3c3c3;
}

.page-id-19 .wp-block-table tr,
.page-id-129 .wp-block-table tr,
.single .wp-block-table tr {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #c3c3c3;
}

.page-id-19 .wp-block-table tr td,
.page-id-129 .wp-block-table tr td,
.single .wp-block-table tr td {
  display: block;
  padding: 1.4rem;
  border: none;
}

/*======================= 採用情報 =======================*/
.page-id-129 .recruit_ttl_container {
  text-align: center;
  padding: 0;
  margin: 0;
}

.page-id-129 .recruit_img {
  top: 0;
}

.recruit_person {
  justify-content: center;
}

.recruit_person_ttl {
  font-size: clamp(
    1.4em,
    calc(1.0565714285714285em + 2.217142857142857vw),
    2.6em
  );
}

.recruit_person_point {
  font-weight: 700;
  font-size: 1.4rem;
}
.recruit_person_point svg {
  margin-right: 12px !important;
}

.recruit_person_points {
  gap: 30px;
  border-left: 1px solid #fff;
  padding: 30px 0 30px 100px;
}

.page-id-129 .contact_ttl::before {
  content: "ENTRY";
}

.page-id-129 .staff_section::after {
  top: 11%;
}

.staff_interview {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.staff_interview_content {
  gap: 50px;
}

.staff_interview_desc {
  background-color: #fff;
  padding: 50px;
  box-shadow: 4px 4px 18px 2px rgb(0 0 0 / 18%);
}

.staff_interview_ttl {
  font-size: 1.8rem;
  font-weight: 700;
  color: #12437b;
  border-bottom: 1px solid #12437b;
  padding-bottom: 10px;
}

.staff_interview_content img {
  box-shadow: 4px 4px 18px 2px rgb(0 0 0 / 18%);
}

.staff_panels {
  z-index: 2;
}

/* .license {
  font-size: 1.2rem;
  font-weight: 600;
} */

/*======================= 施工実績 =======================*/
.c-entries__item {
  margin-bottom: 100px;
}

.c-entry-summary__content {
  display: none;
}

/*======================= お知らせ =======================*/
.c-meta__item--modified,
.c-meta__item--author {
  display: none;
}

.single .l-contents__main {
  margin-top: 50px;
}
/*======================= お問い合わせ =======================*/
.contact_section .section_sub-ttl_tel {
  font-size: clamp(1.2rem, 5vw, 2rem);
}

.form_ttl {
  font-size: clamp(1.2rem, 5vw, 2rem);
  color: #12437b;
  text-align: center;
}

.contact_section .cta__tel-btn {
  border: 1px solid #fff;
  height: unset;
}

.smf-form--business .smf-item__col--label {
  border: none;
  background-color: inherit;
  flex: 0 0 20em;
  max-width: 20em;
}

.smf-form--business .smf-item:not(:first-child) {
  border-top: none;
}
.smf-form--business .smf-item {
  border-left: none;
  border-right: none;
}

.smf-item__label__text {
  color: #12437b;
  font-weight: 700;
}

.smf-item__description {
  background-color: #c01830;
  color: #fff;
  padding: 2px 6px;
  margin-top: 1rem;
  display: inline-block;
  font-weight: 500;
}

.address-description {
  font-weight: 400;
  padding-bottom: 10px;
}

.smf-action .smf-button-control__control {
  background-image: linear-gradient(90deg, #12437b, #01a5e9);
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  width: 450px;
  border: none;
  border-radius: 100px;
  margin-top: 40px;
  transition: opacity 0.3s ease;
  padding: 20px;
}

.smf-action .smf-button-control__control[data-action="back"] {
  background: #fff;
  color: #12437b;
  border: solid 2px currentColor;
  box-sizing: border-box;
}

.smf-action .smf-button-control__control:hover,
.smf-action .smf-button-control__control[data-action="back"]:hover {
  opacity: 0.7;
}

.smf-form .smf-text-control__control {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/*==================================================================================*/
/*=================================== レスポンシブ ===================================*/
/*==================================================================================*/

/*======================= ヘッダー =======================*/

/*======================= 下層ヘッダー =======================*/
@media screen and (max-width: 768px) {
  .c-page-header {
    padding-top: 120px;
  }
}

@media screen and (max-width: 520px) {
  .c-page-header {
    padding: 100px 0 30px;
  }
}

/*======================= フッター =======================*/
@media screen and (max-width: 834px) {
  .footer_bg {
    bottom: 240px;
    width: 80%;
  }
}

@media screen and (max-width: 486px) {
  .footer_tel_btn,
  .footer_contact_btn {
    width: 100%;
  }

  .footer_logo {
    padding-top: 30px;
  }
}

/*======================= CTA =======================*/
@media screen and (max-width: 1300px) {
  .cta_btn_box .section_sub-ttl_tel strong::before {
    left: 20%;
  }
  .cta_btn_box .section_sub-ttl_contact strong::before {
    left: 3%;
  }
}

@media screen and (max-width: 930px) {
  .cta_btn_box {
    flex-direction: column;
  }

  .cta__tel-btn {
    border-right: none;
  }

  .cta__tel-btn,
  .cta__contact-btn {
    height: 250px;
  }

  .cta_subttl_tel {
    margin-top: unset;
  }

  .cta_btn_box .section_sub-ttl_tel strong,
  .cta_btn_box .section_sub-ttl_contact strong {
    font-size: 1.1rem;
  }

  .cta_ttl_tel {
    margin-top: 10px;
  }

  .cta_contact_btn .smb-btn {
    padding: 10px 33px;
  }
}

@media screen and (max-width: 600px) {
  .cta__tel-btn {
    padding: 20px;
    height: 170px;
  }

  .cta__contact-btn {
    padding: 20px;
    height: 200px;
  }

  .cta_contact_btn a.smb-btn .arrow {
    width: 1.6em;
    height: 1.6em;
    font-size: 0.9em;
  }

  .cta_contact_btn .smb-btn {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 360px) {
  .cta_contact_btn .smb-btn__label {
    font-size: 0.9rem;
  }
}

/*======================= TOP =======================*/

@media screen and (max-width: 1100px) {
  .fv_sub-ttl_group {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

@media screen and (max-width: 1295px) {
  .staff_section::after {
    top: 17%;
  }
}

@media screen and (max-width: 959px) {
  .staff_section::after {
    top: 13%;
  }
}

@media screen and (max-width: 781px) {
  .page-id-12 .service_ttl,
  .page-id-12 .service_text {
    padding-left: 10%;
  }
  .service_ruler::before {
    left: -3vw;
  }
}

@media screen and (max-width: 768px) {
  .recruit_bg {
    bottom: -70px;
  }
  .recruit_point span {
    font-size: 1rem;
  }
  .recruit_points {
    padding-top: 0;
  }

  .recruit_img {
    width: 40%;
    top: -160px;
  }
}

@media screen and (max-width: 700px) {
  .fv_recruit {
    width: 80%;
    right: 50%;
    translate: 50% 0;
    top: 200px;
  }

  .fv_ttl-group {
    top: 0px;
  }
}

@media screen and (max-width: 639px) {
  .staff_section::after {
    top: 5%;
  }
}

@media screen and (max-width: 600px) {
  .recruit_img {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .recruit_img {
    width: 70%;
    right: 10%;
  }
}

@media screen and (max-width: 400px) {
  .recruit_bg {
    font-size: 4rem;
  }

  .recruit_img {
    width: 70%;
    top: -110px;
  }

  .staff_section::after {
    top: 6%;
  }
}

/*======================= 事業内容 =======================*/
@media screen and (max-width: 1024px) {
  .works_content {
    width: 100%;
  }
}

@media screen and (max-width: 781px) {
  .service_icon {
    width: 30%;
    padding: 30px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  .service_box_ttl {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 450px) {
  .service_icon {
    width: 40%;
    padding: 15px;
  }

  .service_box_ttl {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 390px) {
  .service_ttl {
    font-size: 1rem;
  }

  .service_ttl span {
    font-size: 1.2rem;
  }

  .service_text {
    font-size: 0.9rem;
  }
}

/*======================= 会社概要 =======================*/
@media screen and (max-width: 781px) {
  .company_wrapper {
    flex-direction: column-reverse;
    gap: 50px;
  }

  .daihyo_img {
    width: 100%;
  }

  .scroll-infinity__item {
    width: calc(200vw / 1);
  }
}

@media screen and (max-width: 639px) {
  .page-id-19 .wp-block-table tr td:is(:first-child, :last-child) {
    box-sizing: border-box;
    width: 100%;
  }
  .page-id-19 .wp-block-table tr td:first-child {
    padding-bottom: 0;
  }
}

/*======================= 採用情報 =======================*/
@media screen and (max-width: 1023px) {
  .page-id-129 .staff_section::after {
    top: 7%;
  }

  .recruit_person_points {
    gap: 15px;
    padding: 30px 0 30px 50px;
  }

  .recruit_person_point {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 781px) {
  .page-id-129 .staff_interview_content img {
    width: 50%;
    margin: 0 auto;
  }

  .page-id-129 .staff_section::after {
    top: 4%;
  }

  .recruit_person_points {
    gap: 10px;
    border-left: none;
    border-top: 1px solid #fff;
    padding: 30px 0;
    align-items: center !important;
  }
}

@media screen and (max-width: 768px) {
  .recruit_subttl {
    font-size: 1.2rem;
  }

  .recruit_points {
    justify-content: center;
  }

  .page-id-129 .wp-block-table tr td:is(:first-child, :last-child) {
    box-sizing: border-box;
    width: 100%;
  }

  .page-id-129 .wp-block-table tr td:first-child {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  .staff_interview_desc {
    background-color: #fff;
    padding: 30px;
  }

  .staff_interview_ttl {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 500px) {
  .page-id-129 .staff_interview_content img {
    width: 100%;
  }

  .page-id-129 .staff_section::after {
    top: 3%;
  }

  .recruit_person_point {
    font-size: 1rem;
  }
}

@media screen and (max-width: 380px) {
  .staff_interview_ttl {
    font-size: 1.28rem;
  }
}

/*======================= 施工実績 =======================*/
@media screen and (max-width: 890px) {
  .single .wp-block-columns {
    flex-direction: column;
  }
}

@media screen and (max-width: 639px) {
  .single .wp-block-table tr td:is(:first-child, :last-child) {
    box-sizing: border-box;
    width: 100%;
  }

  .single .wp-block-table tr td:first-child {
    padding-bottom: 0;
  }

  .c-prev-next-nav {
    margin-top: 70px;
  }
}

/*======================= お知らせ =======================*/
@media screen and (max-width: 639px) {
  .c-entries--simple .c-entry-summary__content {
    display: block;
  }

  .c-entries--simple .c-entry-summary__figure {
    float: inherit;
    width: 100%;
    margin-bottom: 20px;
  }
}

/*======================= お問い合わせ =======================*/
@media screen and (max-width: 963px) {
  .smf-action .smf-button-control + .smf-button-control {
    margin-left: unset;
  }

  .smf-action .smf-button-control__control {
    width: 300px;
  }
}

@media screen and (max-width: 639px) {
  .smf-form--business .smf-item__col--label {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 500px) {
  .smf-action .smf-button-control__control {
    width: 270px;
  }
}

@media screen and (max-width: 425px) {
  .cta__tel-btn,
  .cta__contact-btn {
    padding: 20px;
  }

  .cta_ttl_tel svg {
    width: 20px;
    margin-right: 10px !important;
  }
}
