@charset "UTF-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  /*------▼基本設定▼------*/
  --color-background: #fff;
  --color-font: #111;
  --color-font-white: #fff;
  --color-font-black: #3A3A3A;
  --color-font-green: #198C53;
  --color-font-red: #C83A3A;
  --color-font-blue: #2B569C;
  --color-font-orange: #FF9500;
  --color-primary: #333;
  --color-primary-shade: #111;
  --color-primary-tint: #666;
  --color-secondary: #aaa;
  --color-secondary-tint: #eee;
  --color-table-border: #ccc;
  --body-font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem);
  /* 1.6-1.4rem (1920-375) */
  --body-font-family: "Noto Sans JP", sans-serif;
  --content-max-width: 1240px;
  /*------▼ヘッダー設定▼------*/
  --header-background: #fff;
  --header-color-font: #111;
  --header-color-primary: #333;
  --header-color-primary-shade: #111;
  --header-color-primary-tint: #aaa;
  /*------▼フッター設定▼------*/
  --footer-background: #fff;
  --footer-color-font: #fff;
  --footer-color-primary: #3A3A3A;
  /*------▼フォント設定▼------*/
  --font-family01: "Noto Sans JP", sans-serif;
  --font-family02: "Oswald", "Noto Sans JP", sans-serif;
  --font-family03: "Bebas Neue", "Noto Sans JP", sans-serif;
  --font-family04: "Roboto", "Noto Sans JP", sans-serif;
  /*------▼pxバリエーション▼------*/
  --px240: min(calc(240px + (1vw - 19.2px) * 10.3560), 240px);
  /*240px-80px (1920-375)*/
  --px200: min(calc(200px + (1vw - 19.2px) * 6.4725), 200px);
  /*200px-100px (1920-375)*/
  --px180: min(calc(180px + (1vw - 19.2px) * 3.8835), 180px);
  /*180-120px (1920-375) */
  --px160w: min(calc(160px + (1vw - 19.2px) * 5.1780), 160px);
  /*160px-80px (1920-375)*/
  --px160: min(calc(160px + (1vw - 19.2px) * 6.4725), 160px);
  /*160px-60px (1920-375)*/
  --px150: min(calc(150px + (1vw - 19.2px) * 3.2362), 150px);
  /*150-100px (1920-375) */
  --px140: min(calc(140px + (1vw - 19.2px) * 6.4725), 140px);
  /*140px-40px (1920-375)*/
  --px120: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);
  /*120px-80px (1920-375)*/
  --px100w: min(calc(100px + (1vw - 19.2px) * 3.2362), 100px);
  /*100px-50px (1920-375)*/
  --px100: min(calc(100px + (1vw - 19.2px) * 3.8835), 100px);
  /*100px-40px (1920-375)*/
  --px96: min(calc(96px + (1vw - 19.2px) * 3.1068), 96px);
  /*96px-48px (1920-375)*/
  --px80w: min(calc(80px + (1vw - 19.2px) * 1.2945), 80px);
  /*80px-60px (1920-375)*/
  --px80: min(calc(80px + (1vw - 19.2px) * 2.5890), 80px);
  /*80px-40px (1920-375)x*/
  --px80s: min(calc(80px + (1vw - 19.2px) * 3.8835), 80px);
  /*80px-20px (1920-375)x*/
  --px60w: min(calc(60px + (1vw - 19.2px) * 1.2945), 60px);
  /*60px-40px (1920-375)*/
  --px60: min(calc(60px + (1vw - 19.2px) * 1.9417), 60px);
  /*60px-30px (1920-375)*/
  --px50: min(calc(50px + (1vw - 19.2px) * 1.2945), 50px);
  /*50px-30px (1920-375) */
  --px40w: min(calc(40px + (1vw - 19.2px) * 0.6472), 40px);
  /*40px-30px (1920-375)*/
  --px40: min(calc(40px + (1vw - 19.2px) * 1.2945), 40px);
  /*40px-20px (1920-375)*/
  --px30w: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px);
  /*30px-20px (1920-375)*/
  --px30: min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
  /*30px-15px (1920-375)*/
  --px24: min(calc(24px + (1vw - 19.2px) * 0.6472), 24px);
  /*24px-14px (1920-375)*/
  --px20: min(calc(20px + (1vw - 19.2px) * 0.6472), 20px);
  /*20px-10px (1920-375)*/
  --px18: min(calc(18px + (1vw - 19.2px) * 0.2589), 18px);
  /*18px-14px (1920-375)*/
  --px16: min(calc(16px + (1vw - 19.2px) * 0.1294), 16px);
  /*16px-14px (1920-375)*/
  --px14: min(calc(14px + (1vw - 19.2px) * 0.1294), 14px);
  /*14px-12px (1920-375)*/
  --px12: min(calc(12px + (1vw - 19.2px) * 0.0647), 12px);
  /*12px-11px (1920-375)*/
  /*------▼remバリエーション▼------*/
  --rem120: min(calc(12rem + (1vw - 1.92rem) * 3.8835), 12rem);
  /*12rem-6rem (1920-375)*/
  --rem80w: min(calc(8rem + (1vw - 1.92rem) * 1.2945), 8rem);
  /*8rem-6rem (1920-375)*/
  --rem80: min(calc(8rem + (1vw - 1.92rem) * 2.5890), 8rem);
  /*8rem-4rem (1920-375)x*/
  --rem72: min(calc(7.2rem + (1vw - 1.92rem) * 1.9417), 7.2rem);
  /*7.2rem-4.2rem (1920-375)*/
  --rem60: min(calc(6rem + (1vw - 1.92rem) * 1.5534), 6rem);
  /*6rem-3.6rem (1920-375)*/
  --rem48w: min(calc(4.8rem + (1vw - 1.92rem) * 0.6472), 4.8rem);
  /*4.8rem-3.8rem*/
  --rem48: min(calc(4.8rem + (1vw - 1.92rem) * 1.5534), 4.8rem);
  /*4.8rem-2.4rem (1920-375)*/
  --rem42w: min(calc(4.2rem + (1vw - 1.92rem) * 0.6472), 4.2rem);
  /*4.2rem-3.2rem (1920-375)*/
  --rem42: min(calc(4.2rem + (1vw - 1.92rem) * 1.1650), 4.2rem);
  /*4.2rem-2.4rem (1920-375)*/
  --rem42s: min(calc(4.2rem + (1vw - 1.92rem) * 1.4887), 4.2rem);
  /*4.2rem-1.9rem (1920-375)*/
  --rem40w: min(calc(4rem + (1vw - 1.92rem) * 0.6472), 4rem);
  /*4rem-3rem (1920-375)*/
  --rem40: min(calc(4rem + (1vw - 1.92rem) * 1.2945), 4rem);
  /*4rem-2rem (1920-375)*/
  --rem36: min(calc(3.6rem + (1vw - 1.92rem) * 0.7767), 3.6rem);
  /*3.6rem-2.4rem (1920-375)*/
  --rem30w: min(calc(3rem + (1vw - 1.92rem) * 0.3883), 3rem);
  /*3rem-2.4rem (1920-375)*/
  --rem30: min(calc(3rem + (1vw - 1.92rem) * 0.6472), 3rem);
  /*3rem-2rem (1920-375)*/
  --rem30s: min(calc(3rem + (1vw - 1.92rem) * 0.9709), 3rem);
  /*3rem-1.5rem (1920-375)*/
  --rem28: min(calc(2.8rem + (1vw - 1.92rem) * 0.6472), 2.8rem);
  /*2.8rem-1.8rem (1920-375)*/
  --rem24w: min(calc(2.4rem + (1vw - 1.92rem) * 0.3883), 2.4rem);
  /*2.4rem-1.8rem (1920-375)*/
  --rem24: min(calc(2.4rem + (1vw - 1.92rem) * 0.6472), 2.4rem);
  /*2.4rem-1.4rem (1920-375)*/
  --rem20w: min(calc(2rem + (1vw - 1.92rem) * 0.2589), 2rem);
  /*2rem-1.6rem (1920-375)*/
  --rem20: min(calc(2rem + (1vw - 1.92rem) * 0.3883), 2rem);
  /*2rem-1.4rem (1920-375)*/
  --rem18: min(calc(1.8rem + (1vw - 1.92rem) * 0.2589), 1.8rem);
  /*1.8rem-1.4rem (1920-375)*/
  --rem16: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem);
  /*1.6rem-1.4rem (1920-375)*/
  --rem14: min(calc(1.4rem + (1vw - 1.92rem) * 0.1294), 1.4rem);
  /*1.4rem-1.2rem (1920-375)*/
  --rem12: min(calc(1.2rem + (1vw - 1.92rem) * 0.0647), 1.2rem);
  /*1.2rem-1.1rem (1920-375)*/
}

/*------------------------------------------------------
共通css
------------------------------------------------------*/
.table_style02 th,
.table_style02 td {
  color: var(--color-font-black) !important;
  letter-spacing: 0.06em;
}

p {
  color: var(--color-font-black);
}

.marker {
  background: linear-gradient(transparent 60%, #fff6a6 60%) !important;
  display: inline;
}

/*------------------------------------------------------
MV
------------------------------------------------------*/
#mainImg {
  position: relative;
  margin-top: -80px !important;
  z-index: -100;
}
#mainImg::after {
  position: absolute;
  content: "Trusted Tech,\aSafe Town.";
  /* \Aで改行 */
  white-space: pre;
  /* 改行を適用 */
  font-family: var(--font-family03);
  letter-spacing: 0.04em;
  line-height: 0.9;
  font-size: 20rem;
  font-weight: 400;
  text-align: start;
  color: var(--color-font-white);
  z-index: 200;
  bottom: 30%;
  left: -4000px;
  opacity: 0;
  animation: catch_anime 0.8s ease-in-out forwards 0.5s;
  /* @keyframes の修正 */
}
@keyframes catch_anime {
  0% {
    opacity: 0;
    left: -10%;
  }
  100% {
    opacity: 1;
    left: 10%;
  }
}
@media screen and (max-width: 1790px) {
  #mainImg::after {
    font-size: 16rem;
  }
}
@media screen and (max-width: 1260px) {
  #mainImg::after {
    font-size: 12rem;
  }
}
@media screen and (max-width: 1260px) {
  #mainImg::after {
    font-size: 10rem;
  }
}
@media screen and (max-width: 865px) {
  #mainImg::after {
    font-size: 8rem;
  }
}
@media screen and (max-width: 768px) {
  #mainImg::after {
    font-size: 10rem;
    line-height: 1.2;
    bottom: 40%;
  }
  @keyframes catch_anime {
    0% {
      opacity: 0;
      left: -10%;
    }
    100% {
      opacity: 1;
      left: 7%;
    }
  }
}
@media screen and (max-width: 574px) {
  #mainImg::after {
    font-size: 8rem;
  }
}
@media screen and (max-width: 463px) {
  #mainImg::after {
    font-size: 7rem;
  }
}
@media screen and (max-width: 395px) {
  #mainImg::after {
    font-size: 6rem;
    line-height: 1.2;
  }
  @keyframes catch_anime {
    0% {
      opacity: 0;
      left: -10%;
    }
    100% {
      opacity: 1;
      left: 3%;
    }
  }
}
#mainImg::before {
  position: absolute;
  content: "信頼の技術で、安心のまちづくりを。";
  letter-spacing: 0.14em;
  line-height: 1.4;
  font-size: 4rem;
  font-weight: bold;
  color: var(--color-font-white);
  z-index: 200;
  bottom: 23%;
  left: -4000px;
  opacity: 0;
  animation: catch_anime 0.8s ease-in-out forwards 0.5s;
  animation-delay: 1s;
  /* @keyframes の修正 */
}
@keyframes catch_anime {
  0% {
    opacity: 0;
    left: -10%;
  }
  100% {
    opacity: 1;
    left: 10%;
  }
}
@media screen and (max-width: 1790px) {
  #mainImg::before {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1790px) {
  #mainImg::before {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1020px) {
  #mainImg::before {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 865px) {
  #mainImg::before {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #mainImg::before {
    bottom: 36%;
  }
  @keyframes catch_anime {
    0% {
      opacity: 0;
      left: -10%;
    }
    100% {
      opacity: 1;
      left: 7%;
    }
  }
}
@media screen and (max-width: 574px) {
  #mainImg::before {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 463px) {
  #mainImg::before {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 395px) {
  #mainImg::before {
    font-size: 1.5rem;
  }
  @keyframes catch_anime {
    0% {
      opacity: 0;
      left: -10%;
    }
    100% {
      opacity: 1;
      left: 3%;
    }
  }
}

/*------------------------------------------------------
Header
------------------------------------------------------*/
@media print, screen and (min-width: 1100px) {
  nav#mainNav ul li ul.sub-menu li a {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    padding: 14px 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  nav#mainNav ul li li:first-child {
    padding: 0;
  }
}
@media print, screen and (min-width: 1100px) {
  nav#mainNav ul li ul.sub-menu li a,
  nav#mainNav ul li ul.sub-menu li a:hover,
  nav#mainNav ul li ul.sub-menu li.current-menu-item a,
  nav#mainNav ul li.current-menu-item ul.sub-menu li a {
    font-size: 1.4rem;
    padding: 14px 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  nav#mainNav ul li ul.sub-menu li a:hover {
    background: rgba(25, 140, 83, 0.3);
  }
}
@media print, screen and (min-width: 1024px) {
  nav#mainNav ul li li {
    background: #fff;
  }
}
@media print, screen and (min-width: 1024px) {
  #header-layout,
  .sticky-header #header-layout {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  #header .logo img {
    max-width: 230px !important;
  }
}
@media print, screen and (min-width: 1024px) {
  nav#mainNav ul li a:hover b,
  nav#mainNav ul li a:active b,
  nav#mainNav ul li.current-menu-parent a b {
    color: var(--color-font-green);
    transition: all 0.4s ease-out;
  }
}
@media print, screen and (min-width: 1024px) {
  nav#mainNav ul li a b {
    color: #111 !important;
  }
}
@media print, screen and (min-width: 1024px) {
  nav#mainNav ul li a:hover b {
    color: var(--color-font-green) !important;
  }
}
@media print, screen and (min-width: 1024px) {
  nav#mainNav ul li a:active,
  nav#mainNav ul li a:hover,
  nav#mainNav ul li.current-menu-ancestor a,
  nav#mainNav ul li.current-menu-item a,
  nav#mainNav ul li.current-menu-parent a {
    background: none;
    color: var(--color-font-green);
  }
}
@media print, screen and (min-width: 1024px) {
  nav#mainNav ul li a {
    font-size: 1.6rem;
    font-weight: 700;
    gap: 5px;
    transition: all 0.5s ease-in-out;
  }
  nav#mainNav ul li a b {
    letter-spacing: 0.08em;
  }
  nav#mainNav ul li a span {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: var(--color-font-green) !important;
  }
  nav#mainNav ul li a span:hover {
    color: #111;
  }
}
/*------------------------------------------------------
SP（ハンバーガーメニュー）
------------------------------------------------------*/
.spmenu #menu p {
  left: 0;
  transform: translateX(-2%);
}

@media print, screen and (max-width: 1023px) {
  nav#mainNav ul li a {
    color: var(--color-font-black);
  }
}
/*------------------------------------------------------
Footer
------------------------------------------------------*/
#footer {
  padding: 40px 0 0;
}
@media screen and (max-width: 769px) {
  #footer {
    padding: 25px 0 0;
  }
}
#footer .inner {
  max-width: none;
  width: 90%;
}
#footer .footer__logo img {
  width: 320px;
}
@media screen and (max-width: 769px) {
  #footer .footer__logo img {
    max-width: 200px;
  }
}
#footer .footer__logo:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (max-width: 769px) {
  #footer .footer__logo:not(:last-child) {
    margin-bottom: 10px;
  }
}
#footer .flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
  #footer .flex {
    margin-bottom: 5px;
  }
}
#footer .flex p {
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  #footer .flex p {
    font-size: 1.8rem;
  }
}
#footer .footnav ul > li {
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--color-font-black);
  line-height: 1.2;
  padding: 0 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 769px) {
  #footer .footnav ul > li {
    padding: 0 10px;
  }
}
#footer p {
  color: var(--color-font-black);
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 2.4;
}
@media screen and (max-width: 769px) {
  #footer p {
    font-size: 1.4rem;
    line-height: 2;
  }
}

#copyright {
  background: var(--color-font-green);
  padding: 20px 0;
}

#footer .footnav ul > li::before,
#footer .footnav ul > li::after {
  background: var(--color-font-black);
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
}

/*------------------------------------------------------
SP（追従メニュー）
------------------------------------------------------*/
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar {
  border-top: 5px solid #fff;
}

#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li {
  background: var(--color-font-green);
  border-left: 5px solid #fff;
}
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li .icon {
  color: #fff !important;
}
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li .menu_name {
  color: #fff !important;
}

/*------------------------------------------------------
トップページ（共通パーツ）
------------------------------------------------------*/
.shadow-bl {
  box-shadow: 4px 4px 5px rgba(53, 53, 53, 0.25);
}

.cl-red {
  color: var(--color-font-red);
}

.cl-green {
  color: var(--color-font-green);
}

.cl-blue {
  color: var(--color-font-blue);
}

.cl-orange {
  color: var(--color-font-orange);
}

#front_top_content,
.l-business,
.l-construction,
.l-recruit,
.l-contact {
  background: var(--color-background);
  position: relative;
}
#front_top_content h2,
.l-business h2,
.l-construction h2,
.l-recruit h2,
.l-contact h2 {
  font-size: 8.8rem;
  font-weight: 500;
  font-family: var(--font-family03);
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--color-font-black);
  margin: 0 0 50px !important;
  text-align: center;
  display: grid;
}
@media screen and (max-width: 769px) {
  #front_top_content h2,
  .l-business h2,
  .l-construction h2,
  .l-recruit h2,
  .l-contact h2 {
    font-size: 5.8rem;
    margin: 0 0 30px !important;
  }
}
#front_top_content span,
.l-business span,
.l-construction span,
.l-recruit span,
.l-contact span {
  padding: 0;
}
#front_top_content .sub-ttl,
.l-business .sub-ttl,
.l-construction .sub-ttl,
.l-recruit .sub-ttl,
.l-contact .sub-ttl {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

.top-page h2 {
  font-size: 8.8rem;
  font-weight: 500;
  font-family: var(--font-family03);
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--color-font-black);
}
@media screen and (max-width: 769px) {
  .top-page h2 {
    font-size: 5.8rem;
  }
}
.top-page h2::after {
  content: none;
}
.top-page .sub-ttl {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 414px) {
  .top-page .sub-ttl {
    display: block;
  }
}

/*------------------------------------------------------
トップページ（NEWSセクション）
------------------------------------------------------*/
#front_top_content {
  position: relative;
}
#front_top_content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: var(--color-font-green);
  z-index: -50;
}
@media screen and (max-width: 1100px) {
  #front_top_content::before {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 769px) {
  #front_top_content::before {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 500px) {
  #front_top_content::before {
    width: 100px;
    height: 100px;
  }
}
#front_top_content::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: auto;
  height: 80%;
  aspect-ratio: 1/1;
  -webkit-clip-path: polygon(100% 100%, 0% 100%, 100% 0);
          clip-path: polygon(100% 100%, 0% 100%, 100% 0);
  background: var(--color-font-green);
  z-index: -50;
}
@media screen and (max-width: 769px) {
  #front_top_content::after {
    height: 30%;
  }
}
@media screen and (max-width: 769px) {
  #front_top_content::after {
    height: 20%;
  }
}
#front_top_content .postlist {
  max-width: 1240px;
  padding: 70px;
  background: var(--color-background);
}
@media screen and (max-width: 800px) {
  #front_top_content .postlist {
    padding: 50px;
  }
}
@media screen and (max-width: 740px) {
  #front_top_content .postlist {
    padding: 30px;
  }
}
@media screen and (max-width: 689px) {
  #front_top_content .postlist {
    padding: 10px;
  }
}
@media screen and (max-width: 640px) {
  #front_top_content .postlist {
    padding: 40px;
  }
}
@media screen and (max-width: 455px) {
  #front_top_content .postlist {
    padding: 20px;
  }
}
#front_top_content .postlist .time {
  background: var(--color-font-green);
}

/*------------------------------------------------------
トップページ（ABOUTセクション）
------------------------------------------------------*/
.l-about {
  padding: 120px 0;
  position: relative;
}
.l-about::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: var(--color-font-red);
  z-index: -50;
}
@media screen and (max-width: 1100px) {
  .l-about::before {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 769px) {
  .l-about::before {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 500px) {
  .l-about::before {
    width: 100px;
    height: 100px;
  }
}
.l-about::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: auto;
  height: 50%;
  aspect-ratio: 1/1;
  -webkit-clip-path: polygon(100% 100%, 0% 100%, 100% 0);
          clip-path: polygon(100% 100%, 0% 100%, 100% 0);
  background: var(--color-font-red);
  z-index: -50;
}
@media screen and (max-width: 1500px) {
  .l-about::after {
    height: 40%;
  }
}
@media screen and (max-width: 1000px) {
  .l-about::after {
    height: 30%;
  }
}
@media screen and (max-width: 769px) {
  .l-about::after {
    height: 20%;
  }
}
@media screen and (max-width: 500px) {
  .l-about::after {
    height: 10%;
  }
}
.l-about .sec-inner {
  max-width: 1470px;
  width: 90%;
  margin: 0 auto;
}
.l-about .sec-inner .flex-container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1500px) {
  .l-about .sec-inner .flex-container {
    justify-content: center;
    gap: 50px;
  }
}
@media screen and (max-width: 769px) {
  .l-about .sec-inner .flex-container {
    flex-direction: column;
    gap: 30px;
  }
}
.l-about .sec-inner .flex-container:last-of-type {
  margin-top: 440px;
  position: relative;
}
@media screen and (max-width: 769px) {
  .l-about .sec-inner .flex-container:last-of-type {
    margin-top: 200px;
  }
}
.l-about .sec-inner .flex-container:last-of-type::before {
  position: absolute;
  display: block;
  content: "Building a Safe and Secure City with Trusted Technology.Building a Safe and Secure City with Trusted Technology.Building a Safe and Secure City with Trusted Technology.Building a Safe and Secure City with Trusted Technology.";
  top: -50%;
  left: 0;
  font-family: var(--font-family03);
  letter-spacing: 0.04em;
  font-size: 20rem;
  font-weight: 400;
  text-shadow: rgb(200, 58, 58) 1px 0px 0px, rgb(200, 58, 58) 0.540302px 0.841471px 0px, rgb(200, 58, 58) -0.416147px 0.909297px 0px, rgb(200, 58, 58) -0.989992px 0.14112px 0px, rgb(200, 58, 58) -0.653644px -0.756802px 0px, rgb(200, 58, 58) 0.283662px -0.958924px 0px, rgb(200, 58, 58) 0.96017px -0.279415px 0px;
  color: var(--color-font-white);
  white-space: nowrap;
  z-index: -1;
  animation: flows 380s linear infinite;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  z-index: -100;
}
@media screen and (max-width: 769px) {
  .l-about .sec-inner .flex-container:last-of-type::before {
    top: -13%;
    font-size: 14rem;
  }
}
@media screen and (max-width: 650px) {
  .l-about .sec-inner .flex-container:last-of-type::before {
    top: -15%;
  }
}
@keyframes flows {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.l-about .sec-inner .flex-container .img-cat {
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 1500px) {
  .l-about .sec-inner .flex-container .img-cat {
    max-width: 700px;
  }
}
@media screen and (max-width: 769px) {
  .l-about .sec-inner .flex-container .img-cat {
    width: 100%;
    order: 2;
  }
}
.l-about .sec-inner .flex-container .img-cat img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-about .sec-inner .flex-container .txt-cat {
  width: 600px;
}
@media screen and (max-width: 769px) {
  .l-about .sec-inner .flex-container .txt-cat {
    order: 1;
    width: 100%;
  }
}
.l-about .sec-inner .flex-container .txt-cat .ttl {
  margin: 0 0 30px !important;
  padding-bottom: 8px;
  text-align: start;
  position: relative;
}
@media screen and (max-width: 769px) {
  .l-about .sec-inner .flex-container .txt-cat .ttl .sub-ttl {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 910px) {
  .l-about .sec-inner .flex-container .txt-cat .ttl {
    font-size: 7.8rem;
  }
}
@media screen and (max-width: 769px) {
  .l-about .sec-inner .flex-container .txt-cat .ttl {
    font-size: 5.8rem;
    margin: 0 0 10px !important;
  }
}
@media screen and (max-width: 414px) {
  .l-about .sec-inner .flex-container .txt-cat .ttl {
    line-height: 0.9;
  }
}
.l-about .sec-inner .flex-container .txt-cat .ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 85%;
  height: 6px;
  /* ボーダーの太さ */
  background: linear-gradient(90deg, rgb(200, 58, 58), rgba(200, 58, 58, 0.01));
}
@media screen and (max-width: 414px) {
  .l-about .sec-inner .flex-container .txt-cat .ttl::after {
    height: 5px;
  }
}
.l-about .sec-inner .flex-container .txt-cat .txt-l {
  color: var(--color-font-black);
  font-size: clamp(2rem, 1.8rem + 1vw, 3rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-bottom: 25px;
}
@media screen and (max-width: 769px) {
  .l-about .sec-inner .flex-container .txt-cat .txt-l {
    margin-bottom: 15px;
  }
}
.l-about .sec-inner .flex-container .txt-cat .txt-s {
  font-weight: 500;
  color: var(--color-font-black);
  letter-spacing: 0.04em;
  line-height: 2;
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .l-about .sec-inner .flex-container .txt-cat .txt-s {
    margin-bottom: 20px;
  }
}
.l-about .sec-inner .flex-container .txt-cat ul {
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .l-about .sec-inner .flex-container .txt-cat ul {
    margin-bottom: 20px;
  }
}
.l-about .sec-inner .flex-container .txt-cat ul li {
  font-size: clamp(1.4rem, 1.28rem + 0.6vw, 2rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
}
@media screen and (max-width: 769px) {
  .l-about .sec-inner .flex-container .txt-cat ul li {
    margin-bottom: 10px;
  }
}
.l-about .sec-inner .flex-container .txt-cat ul li .cl-red {
  font-size: clamp(2rem, 1.8rem + 1vw, 3rem);
  font-family: var(--font-family04);
}
.l-about .sec-inner .flex-container .txt-cat ul li .sub-txt {
  font-size: 1rem;
  padding-left: 35px;
}
.l-about .sec-inner .flex-container .txt-cat a {
  display: inline-block;
  padding: 8px 55px 8px 30px;
  background: var(--color-font-red);
  color: var(--color-font-white);
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: ease-in-out 0.1s;
}
.l-about .sec-inner .flex-container .txt-cat a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px var(--color-font-white);
  border-right: solid 2px var(--color-font-white);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  z-index: 3;
}
.l-about .sec-inner .flex-container .txt-cat a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  background: #333;
  width: 120%;
  height: 100%;
  transform: skewX(-25deg);
  transition: left 0.5s ease;
  z-index: 1;
}
.l-about .sec-inner .flex-container .txt-cat a:hover::after {
  left: -10%;
}
.l-about .sec-inner .flex-container .txt-cat a span {
  position: relative;
  z-index: 3;
  color: #fff;
}

/*------------------------------------------------------
トップページ（BUSINESSセクション）
------------------------------------------------------*/
.l-business {
  padding: var(--px120) 0;
  background: transparent;
  position: relative;
}
.l-business::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: var(--color-font-blue);
  z-index: -50;
}
@media screen and (max-width: 1100px) {
  .l-business::before {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 769px) {
  .l-business::before {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 500px) {
  .l-business::before {
    width: 100px;
    height: 100px;
  }
}
.l-business::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: auto;
  height: 80%;
  aspect-ratio: 1/1;
  -webkit-clip-path: polygon(100% 100%, 0% 100%, 100% 0);
          clip-path: polygon(100% 100%, 0% 100%, 100% 0);
  background: var(--color-font-blue);
  z-index: -50;
}
@media screen and (max-width: 1500px) {
  .l-business::after {
    height: 70%;
  }
}
@media screen and (max-width: 1000px) {
  .l-business::after {
    height: 50%;
  }
}
@media screen and (max-width: 769px) {
  .l-business::after {
    height: 20%;
  }
}
@media screen and (max-width: 500px) {
  .l-business::after {
    height: 10%;
  }
}
.l-business .sec-inner {
  width: 90%;
  max-width: 1470px;
  margin: 0 auto;
}
.l-business .sec-inner .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media screen and (max-width: 1300px) {
  .l-business .sec-inner .grid-container {
    gap: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .l-business .sec-inner .grid-container {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
}
@media screen and (max-width: 730px) {
  .l-business .sec-inner .grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.l-business .sec-inner .grid-container .cat-inner {
  max-width: 450px;
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 5px rgba(53, 53, 53, 0.25);
}
@media screen and (max-width: 1200px) {
  .l-business .sec-inner .grid-container .cat-inner {
    height: 500px;
  }
}
@media screen and (max-width: 535px) {
  .l-business .sec-inner .grid-container .cat-inner {
    height: 400px;
  }
}
.l-business .sec-inner .grid-container .cat-inner .btn {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  bottom: 25px;
  right: 25px;
  border: 1px solid #fff;
  transition: all 0.6s;
  z-index: 10;
}
@media screen and (max-width: 535px) {
  .l-business .sec-inner .grid-container .cat-inner .btn {
    width: 40px;
    height: 40px;
  }
}
.l-business .sec-inner .grid-container .cat-inner .btn span {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 535px) {
  .l-business .sec-inner .grid-container .cat-inner .btn span {
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.l-business .sec-inner .grid-container .cat-inner .btn:hover {
  background-color: var(--color-font-blue);
  border: 1px solid var(--color-font);
}
.l-business .sec-inner .grid-container .move-up {
  transition: all 2s ease-in-out;
}
.l-business .sec-inner .grid-container .move-up:hover {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.l-business .sec-inner .grid-container .cat {
  padding: 320px 25px 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .l-business .sec-inner .grid-container .cat {
    padding: 200px 25px 0;
  }
}
@media screen and (max-width: 535px) {
  .l-business .sec-inner .grid-container .cat {
    padding: 140px 25px 0;
  }
}
.l-business .sec-inner .grid-container .cat h3 {
  display: grid;
  color: var(--color-font-white);
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin: 0 0 10px;
  padding: 0;
  border-bottom: none;
  z-index: 10;
}
.l-business .sec-inner .grid-container .cat h3 span {
  font-size: 2rem;
  font-family: var(--font-family03);
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1;
}
.l-business .sec-inner .grid-container .cat p {
  color: var(--color-font-white);
  line-height: 2;
  letter-spacing: 0.04em;
  position: absolute;
  z-index: 10;
  margin-right: 25px;
}
.l-business .sec-inner .grid-container .bg01 {
  background-image: url(/wp-content/uploads/top_business_01.jpg.webp);
  background-size: cover;
}
.l-business .sec-inner .grid-container .bg02 {
  background-image: url(/wp-content/uploads/top_business_02.jpg.webp);
  background-size: cover;
}
.l-business .sec-inner .grid-container .bg03 {
  background-image: url(/wp-content/uploads/top_business_03.jpg.webp);
  background-size: cover;
}
.l-business .sec-inner .grid-container .bg01, .l-business .sec-inner .grid-container .bg02, .l-business .sec-inner .grid-container .bg03 {
  max-width: 450px;
  height: 100%;
  position: relative;
  transition: all 2s ease-in-out;
}
.l-business .sec-inner .grid-container .bg01::after, .l-business .sec-inner .grid-container .bg02::after, .l-business .sec-inner .grid-container .bg03::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0.9));
  transition: all 0.5s ease-in-out;
}
.l-business .sec-inner .grid-container .bg01:hover::after, .l-business .sec-inner .grid-container .bg02:hover::after, .l-business .sec-inner .grid-container .bg03:hover::after {
  height: 270%;
}

/*------------------------------------------------------
トップページ（CONSTRUCTIONセクション）
------------------------------------------------------*/
.l-construction {
  padding: var(--px120) 0;
  background: var(--color-font-green);
}
.l-construction .sec-inner {
  width: 90%;
  max-width: 1470px;
  margin: 0 auto;
}
.l-construction .sec-inner h2 {
  color: var(--color-font-white);
}
.l-construction .sec-inner .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media screen and (max-width: 1200px) {
  .l-construction .sec-inner .grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 700px) {
  .l-construction .sec-inner .grid-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.l-construction .sec-inner .grid-container .card-link:hover .img-box img {
  transform: scale(1.05);
  opacity: 1;
}
.l-construction .sec-inner .grid-container .card {
  display: flex;
  flex-direction: column;
}
.l-construction .sec-inner .grid-container .img-box {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  .l-construction .sec-inner .grid-container .img-box {
    height: 330px;
  }
}
@media screen and (max-width: 500px) {
  .l-construction .sec-inner .grid-container .img-box {
    height: 220px;
  }
}
.l-construction .sec-inner .grid-container .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-construction .sec-inner .grid-container .img-box img:hover {
  transform: scale(1.05);
  opacity: 1;
}
.l-construction .sec-inner .grid-container .txt-box {
  padding: 30px 25px;
  background: var(--color-background);
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
@media screen and (max-width: 769px) {
  .l-construction .sec-inner .grid-container .txt-box {
    padding: 20px;
    font-size: 1.6rem;
  }
}
.l-construction .sec-inner .grid-container .txt-box .ttl {
  color: var(--color-font-black);
  font-size: 1.8rem;
  font-weight: 600;
  font-family: var(--font-family01);
  letter-spacing: 0.08em;
  line-height: 1.4;
  border-bottom: none;
  margin-bottom: 20px;
  padding: 0 0 0 15px;
  position: relative;
}
@media screen and (max-width: 769px) {
  .l-construction .sec-inner .grid-container .txt-box .ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.l-construction .sec-inner .grid-container .txt-box .ttl::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--color-font-green);
}
.l-construction .sec-inner .grid-container .txt-box .address, .l-construction .sec-inner .grid-container .txt-box .start-day, .l-construction .sec-inner .grid-container .txt-box .comp-day {
  display: inline-block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--color-font-white);
  width: 110px;
  border-radius: 50px;
  background-color: var(--color-font-green);
  padding: 2px 0;
  margin-bottom: 5px;
}
@media screen and (max-width: 769px) {
  .l-construction .sec-inner .grid-container .txt-box .address, .l-construction .sec-inner .grid-container .txt-box .start-day, .l-construction .sec-inner .grid-container .txt-box .comp-day {
    font-size: 1.2rem;
  }
}
.l-construction .sec-inner .grid-container .txt-box .mb {
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .l-construction .sec-inner .grid-container .txt-box .mb {
    margin-bottom: 10px;
  }
}
.l-construction .sec-inner .grid-container .txt-box p {
  color: var(--color-font-black);
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 769px) {
  .l-construction .sec-inner .grid-container .txt-box p {
    font-size: 1.4rem;
  }
}
.l-construction .sec-inner .btn {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  display: inline-block;
  padding: 25px 70px 25px 50px;
  background: var(--color-font-green);
  color: var(--color-font-white);
  position: relative;
  overflow: hidden;
  text-decoration: none;
  border: 4px solid var(--color-background);
  text-align: center;
  outline: none;
  transition: ease 0.2s;
  transition: ease-in-out 0.1s;
  display: table;
  margin: 80px auto 0;
}
@media screen and (max-width: 769px) {
  .l-construction .sec-inner .btn {
    font-size: 1.6rem;
    margin: 40px auto 0;
    padding: 20px 60px 20px 40px;
  }
}
.l-construction .sec-inner .btn::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px var(--color-font-white);
  border-right: solid 2px var(--color-font-white);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  margin: auto;
  z-index: 3;
}
@media screen and (max-width: 769px) {
  .l-construction .sec-inner .btn::after {
    right: 30px;
  }
}
.l-construction .sec-inner .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  background: var(--color-font-black);
  width: 120%;
  height: 100%;
  transform: skewX(-25deg);
  transition: left 0.5s ease;
}
.l-construction .sec-inner .btn:hover::before {
  left: -10%;
}
.l-construction .sec-inner .btn span {
  position: relative;
  z-index: 3;
  color: var(--color-font-white);
}
.l-construction .sec-inner .btn span:hover {
  color: var(--color-font-white);
}

/*------------------------------------------------------
トップページ（RECRUITセクション）
------------------------------------------------------*/
.l-recruit {
  padding: var(--px120) 0 0;
}
.l-recruit .sec-inner {
  width: 100%;
  margin: 0 auto;
}
.l-recruit .sec-inner h2 {
  margin-bottom: 10px !important;
}
.l-recruit .sec-inner p {
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .l-recruit .sec-inner p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 400px) {
  .l-recruit .sec-inner p {
    font-size: 1.6rem;
  }
}
.l-recruit .sec-inner p .cl-red-h {
  font-size: 4rem;
  color: #EA2525;
}
@media screen and (max-width: 769px) {
  .l-recruit .sec-inner p .cl-red-h {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 400px) {
  .l-recruit .sec-inner p .cl-red-h {
    font-size: 2rem;
  }
}
.l-recruit .sec-inner .flex-container {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .l-recruit .sec-inner .flex-container {
    flex-direction: column;
  }
}
.l-recruit .sec-inner .flex-container .cat {
  position: relative;
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 1200px) {
  .l-recruit .sec-inner .flex-container .cat {
    height: 400px;
  }
}
@media screen and (max-width: 769px) {
  .l-recruit .sec-inner .flex-container .cat {
    width: 100%;
    height: 350px;
  }
}
@media screen and (max-width: 530px) {
  .l-recruit .sec-inner .flex-container .cat {
    height: 250px;
  }
}
.l-recruit .sec-inner .flex-container .cat a {
  position: relative;
  z-index: 200;
  transition: all 0.4s ease-in-out;
}
.l-recruit .sec-inner .flex-container .cat .bg01 {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(/wp-content/uploads/top_recruit_01.jpg.webp);
  background-size: cover;
  overflow: hidden;
}
.l-recruit .sec-inner .flex-container .cat .bg01::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 50%, rgb(0, 0, 0));
  transition: all 0.5s ease-in-out;
  z-index: 5;
}
.l-recruit .sec-inner .flex-container .cat .bg01:hover::after {
  height: 270%;
}
.l-recruit .sec-inner .flex-container .cat .bg02 {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(/wp-content/uploads/top_recruit_02.jpg.webp);
  background-size: cover;
  overflow: hidden;
}
.l-recruit .sec-inner .flex-container .cat .bg02::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 50%, rgb(0, 0, 0));
  transition: all 0.5s ease-in-out;
  z-index: 5;
}
.l-recruit .sec-inner .flex-container .cat .bg02:hover::after {
  height: 270%;
}
.l-recruit .sec-inner .flex-container .cat a:hover {
  opacity: 1;
}
.l-recruit .sec-inner .flex-container .cat h3 {
  color: var(--color-font-white);
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 0;
  padding: 0;
  border-bottom: none;
  bottom: 3rem;
  left: 4rem;
  position: absolute;
  z-index: 300;
}
@media screen and (max-width: 1200px) {
  .l-recruit .sec-inner .flex-container .cat h3 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1000px) {
  .l-recruit .sec-inner .flex-container .cat h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 769px) {
  .l-recruit .sec-inner .flex-container .cat h3 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 530px) {
  .l-recruit .sec-inner .flex-container .cat h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 460px) {
  .l-recruit .sec-inner .flex-container .cat h3 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 420px) {
  .l-recruit .sec-inner .flex-container .cat h3 {
    left: 3rem;
  }
}
.l-recruit .sec-inner .flex-container .cat img:hover {
  opacity: 1;
}
.l-recruit .sec-inner .flex-container .btn {
  display: block;
  position: absolute !important;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  bottom: 25px;
  right: 50px;
  border: 1px solid #fff;
  transition: all 0.4s;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .l-recruit .sec-inner .flex-container .btn {
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 40px;
  }
}
@media screen and (max-width: 460px) {
  .l-recruit .sec-inner .flex-container .btn {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 420px) {
  .l-recruit .sec-inner .flex-container .btn {
    width: 45px;
    height: 45px;
  }
}
.l-recruit .sec-inner .flex-container .btn:hover {
  background: #EA2525;
  border: none;
}
.l-recruit .sec-inner .flex-container .btn span {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 420px) {
  .l-recruit .sec-inner .flex-container .btn span {
    width: 12px;
    height: 12px;
  }
}

/*------------------------------------------------------
トップページ（CONTACTセクション）
------------------------------------------------------*/
.l-contact {
  position: relative;
  background-image: url(/wp-content/uploads/top_contact_01.jpg.webp);
  background-size: cover;
  background-position: center;
}
.l-contact .sec-inner {
  padding: var(--px120) 0;
  text-align: center;
}
.l-contact .sec-inner h2 {
  margin-bottom: 10px !important;
}
.l-contact .sec-inner p {
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .l-contact .sec-inner p {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 450px) {
  .l-contact .sec-inner p {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
.l-contact .sec-inner p .cl-red-h {
  font-size: 4rem;
  color: #1B8952;
}
@media screen and (max-width: 769px) {
  .l-contact .sec-inner p .cl-red-h {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 400px) {
  .l-contact .sec-inner p .cl-red-h {
    font-size: 2rem;
  }
}
.l-contact .sec-inner .btn {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  color: var(--color-font-black);
  padding: 28px 80px 28px 165px;
  border: 2px solid var(--color-font-black);
  background: #F6F6F6;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
@media screen and (max-width: 769px) {
  .l-contact .sec-inner .btn {
    font-size: 2rem;
    padding: 20px 50px 20px 100px;
    margin-top: 0;
  }
}
@media screen and (max-width: 550px) {
  .l-contact .sec-inner .btn {
    font-size: 1.8rem;
    padding: 18px 40px 18px 90px;
    margin-top: 0;
  }
}
@media screen and (max-width: 450px) {
  .l-contact .sec-inner .btn {
    font-size: 1.4rem;
    padding: 14px 20px 14px 60px;
  }
}
.l-contact .sec-inner .btn:hover {
  opacity: 0.7;
}
.l-contact .sec-inner .btn span {
  position: relative;
  z-index: 3;
  color: var(--color-font-black);
}
.l-contact .sec-inner .btn::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 17%;
  transform: translateY(-50%);
  background-image: url(/wp-content/uploads/mail_icon.png.webp);
  background-size: cover;
  width: 35px;
  height: 35px;
  z-index: 30;
}
@media screen and (max-width: 769px) {
  .l-contact .sec-inner .btn::before {
    width: 25px;
    height: 25px;
    left: 14%;
  }
}
@media screen and (max-width: 769px) {
  .l-contact .sec-inner .btn::before {
    width: 24px;
    height: 24px;
    left: 15%;
  }
}
@media screen and (max-width: 450px) {
  .l-contact .sec-inner .btn::before {
    width: 19px;
    height: 19px;
    left: 12%;
  }
}

/*------------------------------------------------------
トップページ（PARTNERセクション）
------------------------------------------------------*/
.l-partner .sec-inner {
  padding: 40px 0 0;
  text-align: center;
  border-bottom: 6px dotted rgba(25, 140, 83, 0.3);
}
.l-partner .sec-inner .line-bottom {
  display: inline-block;
}
.l-partner .sec-inner .line-bottom .flex-container {
  display: flex;
  gap: 40px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1600px) {
  .l-partner .sec-inner .line-bottom .flex-container {
    display: block;
  }
}
.l-partner .sec-inner .line-bottom .flex-container .cat01, .l-partner .sec-inner .line-bottom .flex-container .cat02 {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 470px) {
  .l-partner .sec-inner .line-bottom .flex-container .cat01, .l-partner .sec-inner .line-bottom .flex-container .cat02 {
    gap: 20px;
  }
}
.l-partner .sec-inner .line-bottom .flex-container .cat01 img, .l-partner .sec-inner .line-bottom .flex-container .cat02 img {
  height: 45px;
}
@media screen and (max-width: 650px) {
  .l-partner .sec-inner .line-bottom .flex-container .cat01 img, .l-partner .sec-inner .line-bottom .flex-container .cat02 img {
    height: 30px;
  }
}
@media screen and (max-width: 380px) {
  .l-partner .sec-inner .line-bottom .flex-container .cat01 img, .l-partner .sec-inner .line-bottom .flex-container .cat02 img {
    height: 25px;
  }
}
@media screen and (max-width: 1600px) {
  .l-partner .sec-inner .line-bottom .flex-container .cat01 {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .l-partner .sec-inner .line-bottom .flex-container .cat01 {
    flex-direction: column;
    gap: 20px;
    text-align: start;
  }
}

/*------------------------------------------------------
下層ページ（共通パーツ）
------------------------------------------------------*/
.low-page .sec-inner {
  max-width: 1470px;
  width: 90%;
  margin: 0 auto;
  padding: var(--px100) 0 var(--px120);
}
.low-page .sec-inner-pb {
  max-width: var(--content-max-width);
  width: 90%;
  margin: 0 auto;
  padding: 0 0 var(--px120);
}

#content,
body:not(.home) #content.wide {
  padding: 0;
}

body:not(.home) #wrapper {
  width: 100%;
}

#wrapper,
.inner {
  max-width: 100%;
}

.low-page .ttl {
  font-size: 8.8rem;
  font-weight: 500;
  font-family: var(--font-family03);
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--color-font-black);
}
@media screen and (max-width: 769px) {
  .low-page .ttl {
    font-size: 5.8rem;
  }
}
@media screen and (max-width: 375px) {
  .low-page .ttl {
    font-size: 4.6rem;
  }
}
.low-page .ttl::after {
  content: none;
}
.low-page .sub-ttl {
  display: block;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.l-vision,
.l-attempt,
.l-greeting,
.l-recruitment,
.l-contact-form {
  position: relative;
  border-top: 1px solid #ededed;
}
.l-vision::before,
.l-attempt::before,
.l-greeting::before,
.l-recruitment::before,
.l-contact-form::before {
  position: absolute;
  content: "";
  top: 0;
  left: 30%;
  width: 500px;
  height: 100%;
  background: rgba(25, 140, 83, 0.1);
  transform: skew(-38deg);
  z-index: -10;
}
.l-vision .ttl-nol,
.l-attempt .ttl-nol,
.l-greeting .ttl-nol,
.l-recruitment .ttl-nol,
.l-contact-form .ttl-nol {
  font-size: clamp(2rem, 1.6rem + 2vw, 4rem);
  line-height: 1.3;
  color: var(--color-font-green);
}
.l-vision .ttl-nol::after,
.l-attempt .ttl-nol::after,
.l-greeting .ttl-nol::after,
.l-recruitment .ttl-nol::after,
.l-contact-form .ttl-nol::after {
  content: none;
}
.l-vision .txt,
.l-attempt .txt,
.l-greeting .txt,
.l-recruitment .txt,
.l-contact-form .txt {
  text-align: center;
  line-height: 2;
}

.low-page {
  position: relative;
}
.low-page .company-list {
  width: 100%;
  max-width: 108rem;
  margin: 0 auto;
}
.low-page .reverse {
  flex-direction: row-reverse;
}
.low-page .reverse .company-list-box-thumb {
  right: unset;
  left: 0;
}
.low-page .company-list-box {
  position: relative;
  margin-top: 20rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 769px) {
  .low-page .company-list-box {
    margin-top: 5rem;
    min-height: unset;
    flex-wrap: wrap;
    padding: 3rem 2rem;
    border: 10px solid rgba(25, 140, 83, 0.3);
    background: #fff;
  }
}
.low-page .company-list-box:first-of-type {
  margin-top: 0;
}
.low-page .company-list-box .company-list-box-text {
  position: relative;
  width: calc(100% - 45rem);
  border: 10px solid rgba(25, 140, 83, 0.3);
  background: #fff;
  padding: 4.5rem 4rem 4rem;
  z-index: 1;
  position: relative;
}
.low-page .company-list-box .company-list-box-text::before {
  position: absolute;
  content: "";
  top: 0;
  left: 30%;
  width: 40%;
  height: 100%;
  background: var(--color-font-green);
  transform: skew(20deg);
  z-index: -10;
  opacity: 0.1;
}
@media screen and (max-width: 769px) {
  .low-page .company-list-box .company-list-box-text::before {
    content: none;
  }
}
@media screen and (max-width: 1010px) {
  .low-page .company-list-box .company-list-box-text {
    width: calc(100% - 40rem);
  }
}
@media screen and (max-width: 950px) {
  .low-page .company-list-box .company-list-box-text {
    width: calc(100% - 35rem);
  }
}
@media screen and (max-width: 850px) {
  .low-page .company-list-box .company-list-box-text {
    width: calc(100% - 30rem);
    padding: 4.5rem 3rem 4rem;
  }
}
@media screen and (max-width: 769px) {
  .low-page .company-list-box .company-list-box-text {
    width: 100%;
    padding: 0;
    border: 0;
  }
}
.low-page .company-list-box .company-list-box-text .num {
  position: absolute;
  top: -5rem;
  left: 1.5rem;
  font-size: 8.4rem;
  margin-top: 0;
  line-height: 1;
  color: var(--color-font-green);
  font-weight: bold;
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-start;
}
@media screen and (max-width: 769px) {
  .low-page .company-list-box .company-list-box-text .num {
    top: -7rem;
    left: 0;
    font-size: 6rem;
  }
}
.low-page .company-list-box .company-list-box-text h3 {
  font-size: clamp(2rem, 1.8rem + 1vw, 3rem);
  font-weight: bold;
  line-height: 1.3;
  color: var(--color-font-black);
  margin: 0;
  padding: 0;
  border-bottom: none;
}
@media screen and (max-width: 769px) {
  .low-page .company-list-box .company-list-box-text h3 {
    line-height: 1.4;
  }
}
.low-page .company-list-box .company-list-box-text h3 span {
  font-size: 1.2rem;
  color: var(--color-font-green);
}
.low-page .company-list-box .company-list-box-text p {
  color: var(--color-font-black);
  margin-top: 2rem;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  .low-page .company-list-box .company-list-box-text p {
    margin-top: 1rem;
  }
}
.low-page .company-list-box .company-list-box-thumb {
  position: absolute;
  top: 2.8rem;
  right: 0;
  width: 50rem;
  z-index: 0;
  max-height: 330px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .low-page .company-list-box .company-list-box-thumb {
    width: 40rem;
  }
}
@media screen and (max-width: 769px) {
  .low-page .company-list-box .company-list-box-thumb {
    position: static;
    width: 100%;
    margin-top: 2rem;
    z-index: 20;
  }
}
.low-page .company-list-box .company-list-box-thumb img {
  width: 100%;
  height: auto;
}
.low-page .detail-item {
  width: 90%;
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .low-page .detail-item {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .low-page .detail-item {
    flex-direction: column;
  }
}
.low-page .detail-item .worksflow-step-list {
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc(50% - 2.8rem);
  border: 10px solid rgba(25, 140, 83, 0.3);
  background: #fff;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .low-page .detail-item .worksflow-step-list {
    width: 100%;
  }
}
.low-page .detail-item .worksflow-step-list .worksflow-step-list-title {
  position: relative;
  z-index: 1;
  text-align: center;
}
.low-page .detail-item .worksflow-step-list .worksflow-step-list-title .ico {
  position: absolute;
  top: -6.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 10.4rem;
  height: 8.4rem;
  background: transparent;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  z-index: 200;
}
.low-page .detail-item .worksflow-step-list .worksflow-step-list-title h3 {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--color-font-black);
  padding-bottom: 0.7rem;
  background: #fff;
  margin: 2rem 1.5rem;
  padding: 0 0 0.4em;
  font-weight: bold;
  display: inline-block;
  border-bottom: 4px dotted var(--color-font-green);
}
@media screen and (max-width: 1200px) {
  .low-page .detail-item .worksflow-step-list .worksflow-step-list-title h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 769px) {
  .low-page .detail-item .worksflow-step-list .worksflow-step-list-title h3 {
    font-size: 1.8rem;
  }
}
.low-page .detail-item .worksflow-step-list figure {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 1400px) {
  .low-page .detail-item .worksflow-step-list figure {
    height: 250px;
  }
}
@media screen and (max-width: 1000px) {
  .low-page .detail-item .worksflow-step-list figure {
    height: 200px;
  }
}
@media screen and (max-width: 769px) {
  .low-page .detail-item .worksflow-step-list figure {
    height: 250px;
  }
}
@media screen and (max-width: 500px) {
  .low-page .detail-item .worksflow-step-list figure {
    height: 200px;
  }
}
.low-page .detail-item .worksflow-step-list figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.low-page .detail-item .worksflow-step-list p {
  position: relative;
  z-index: 1;
  padding: 2.5rem 3rem;
  display: block;
  text-align: start;
  line-height: 1.6;
  background: #fff;
  border-radius: 0 0 1rem 1rem;
}
@media screen and (max-width: 769px) {
  .low-page .detail-item .worksflow-step-list p {
    padding: 2rem 1.8rem;
  }
}

/*------------------------------------------------------
下層ページ（企業理念）
------------------------------------------------------*/
.l-philosophy {
  border-top: 1px solid #ededed;
}

/*------------------------------------------------------
下層ページ（取り組み）
------------------------------------------------------*/
.l-detail {
  border-top: 1px solid #ededed;
  border-bottom: 6px dotted #ededed;
}

.l-counterplan,
.l-measure,
.l-global,
.l-prevention {
  border-bottom: 6px dotted #ededed;
}

/*------------------------------------------------------
下層ページ（品質・安全について）
------------------------------------------------------*/
.l-system {
  border-top: 1px solid #ededed;
}

.l-quality {
  border-bottom: 6px dotted #ededed;
}
.l-quality .sec-inner {
  padding-top: var(--px80) !important;
  padding-bottom: var(--px200) !important;
}
@media screen and (max-width: 769px) {
  .l-quality .sec-inner {
    padding: 0 0 var(--px120) !important;
  }
}
.l-quality ul {
  padding-left: 3rem;
}
.l-quality li {
  list-style: disc;
  line-height: 1.8;
  color: var(--color-font-black);
}
.l-quality .reverse:last-of-type {
  margin-top: 13rem !important;
}
@media screen and (max-width: 769px) {
  .l-quality .reverse:last-of-type {
    margin-top: 5rem !important;
  }
}

.l-maintenance {
  border-bottom: 6px dotted #ededed;
}
.l-maintenance ul {
  padding: 0 2.7rem 2rem;
}
.l-maintenance ul li {
  list-style: disc;
  list-style-position: inside;
}

/*------------------------------------------------------
下層ページ（企業情報）
------------------------------------------------------*/
.l-info,
.l-access {
  border-top: 6px dotted #ededed;
}

.l-greeting .company-list-box-text::before {
  content: none !important;
}

.l-overview {
  border-top: 1px solid #ededed;
}

@media print, screen and (min-width: 768px) {
  .l-access .p-about-block {
    display: flex;
    justify-content: center;
    gap: 7rem;
  }
}
.l-access .p-about-block iframe {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .l-access .p-about-block iframe {
    width: clamp(321.8823529412px, 41.9117647059vw, 570px);
  }
}
@media print, screen and (min-width: 768px) {
  .l-access .p-about-block .p-about-block__info {
    width: clamp(321.8823529412px, 41.9117647059vw, 570px);
  }
}
.l-access .p-about-block .c-info {
  padding-top: clamp(11.2941176471px, 1.4705882353vw, 20px);
  border-top: 1px solid #c3c3c3;
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .l-access .p-about-block .c-info {
    margin-top: 0;
  }
}
.l-access .p-about-block .c-info dl {
  -moz-column-gap: clamp(28.2352941176px, 3.6764705882vw, 50px);
       column-gap: clamp(28.2352941176px, 3.6764705882vw, 50px);
  margin-bottom: clamp(11.2941176471px, 1.4705882353vw, 20px);
  padding-bottom: clamp(11.2941176471px, 1.4705882353vw, 20px);
  border-bottom: 1px solid #c3c3c3;
}
.l-access .p-about-block .c-info dl .cl-green {
  font-size: 1.7rem;
  position: relative;
  padding-left: 30px;
}
.l-access .p-about-block .c-info dl .cl-green::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 95%;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  background: var(--color-font-green);
}
.l-access .p-about-block .c-info dl .pl-2 {
  padding-left: 2rem;
  line-height: 1.8;
  color: var(--color-font-black);
  letter-spacing: 0.04em;
}
.l-access .p-about-block .c-info dl dt {
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .l-access .p-about-block .c-info dl dt {
    flex-shrink: 0;
    font-size: clamp(9.6px, 1.25vw, 17px);
    font-weight: 400;
  }
}

/*------------------------------------------------------
下層ページ（採用情報）
------------------------------------------------------*/
.l-workplace,
.l-work,
.l-recruit-item {
  border-bottom: 6px dotted #ededed;
}

.l-recruitment .company-list-box-text::before {
  content: none !important;
}

.l-workplace {
  border-top: 1px solid #ededed;
}
.l-workplace .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 825px) {
  .l-workplace .grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.l-workplace .grid-container .l-wrapper_01 {
  margin: 1rem auto;
  width: 100%;
}
.l-workplace .grid-container .l-wrapper_01 .card_01 {
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  color: #212121;
  text-decoration: none;
  height: 100%;
}
.l-workplace .grid-container .l-wrapper_01 .card_01 .card__header_01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.l-workplace .grid-container .l-wrapper_01 .card_01 .card__header_01 .card__title_01 {
  padding: 1.5rem 1.5rem 0;
  font-size: 2rem;
  line-height: 1.6;
  order: 1;
  margin-bottom: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  padding-bottom: 0.5rem;
  border-bottom: 4px dotted var(--color-font-green);
}
@media screen and (max-width: 990px) {
  .l-workplace .grid-container .l-wrapper_01 .card_01 .card__header_01 .card__title_01 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 825px) {
  .l-workplace .grid-container .l-wrapper_01 .card_01 .card__header_01 .card__title_01 {
    font-size: 2rem;
  }
}
.l-workplace .grid-container .l-wrapper_01 .card_01 .card__header_01 .card__thumbnail_01 {
  width: 100%;
  height: 250px;
  margin: 0;
  order: 0;
}
@media screen and (max-width: 500px) {
  .l-workplace .grid-container .l-wrapper_01 .card_01 .card__header_01 .card__thumbnail_01 {
    height: 200px;
  }
}
.l-workplace .grid-container .l-wrapper_01 .card_01 .card__header_01 .card__thumbnail_01 .card__image_01 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-workplace .grid-container .l-wrapper_01 .card__body_01 {
  padding: 0 2.5rem 1.5rem;
}
.l-workplace .grid-container .l-wrapper_01 .card__body_01 .card__text2_01 {
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 1.8;
}

.l-work .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1280px) {
  .l-work .container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 825px) {
  .l-work .container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.l-work .container .card {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  background-clip: border-box;
  border: 0;
  border-radius: 0.5rem;
  width: 100%;
}
.l-work .container .card .card-image {
  margin: 2rem 0 0;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1265px) {
  .l-work .container .card .card-image {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 500px) {
  .l-work .container .card .card-image {
    width: 200px;
    height: 200px;
  }
}
.l-work .container .card .card-box {
  padding: 2rem 2.6rem;
  color: #333;
  text-align: center;
}
.l-work .container .card .card-box .card-title {
  margin-bottom: 1.6rem;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: var(--color-font-black);
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-bottom: none;
}
.l-work .container .card .card-box .card-title span {
  font-size: 1.6rem;
  font-weight: 500;
}
.l-work .container .card .card-box .card-description {
  margin-bottom: 0.5rem;
  line-height: 1.8;
  text-align: start;
}

.l-recruit-item .btn {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  display: inline-block;
  padding: 20px 70px 20px 50px;
  background: var(--color-background);
  color: var(--color-font-green);
  position: relative;
  overflow: hidden;
  text-decoration: none;
  border: 3px solid var(--color-font-green);
  text-align: center;
  outline: none;
  transition: ease-in-out 0.2s;
  display: table;
  margin: 60px auto 0;
}
.l-recruit-item .btn:hover span {
  color: var(--color-font-white);
}
.l-recruit-item .btn span {
  position: relative;
  z-index: 10;
  color: var(--color-font-green);
}
.l-recruit-item .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  background: var(--color-font-green);
  width: 120%;
  height: 100%;
  transform: skewX(-25deg);
  transition: left 0.5s ease;
}
.l-recruit-item .btn::after {
  content: "";
  width: 7.5px;
  height: 7.5px;
  border: 0;
  border-top: solid 2.5px var(--color-font-green);
  border-right: solid 2.5px var(--color-font-green);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  z-index: 3;
  transition: border-top 0.2s, border-right 0.2s;
}
.l-recruit-item .btn:hover::before {
  left: -10%;
}
.l-recruit-item .btn:hover::after {
  border-top: solid 2.5px var(--color-font-white);
  border-right: solid 2.5px var(--color-font-white);
}

/*------------------------------------------------------
下層ページ（お問い合わせ）
------------------------------------------------------*/
.l-form {
  border-bottom: 6px dotted #ededed;
}
.l-form .sec-inner {
  padding: var(--px40) 0 var(--px80) !important;
}

@media print, screen and (max-width: 768px) {
  .flex {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.cl-wh {
  color: var(--color-font-black);
  border-bottom: 0.8px solid var(--color-font-green);
  transition: all 0.4s;
}
.cl-wh:hover {
  color: var(--color-font-green);
}

.l-form {
  border-top: 1px solid #ededed;
}

.wpcf7-form .linkBtn {
  padding: 0;
  max-width: 250px;
}

.post .subimitarea .linkBtn input[type=submit] {
  padding: 10px 35px 10px 35px;
  background: var(--color-font-green);
  transition: all 0.3s ease-out;
  border: 1px solid var(--color-font-white);
}

.post .subimitarea .linkBtn input[type=submit]:hover {
  color: var(--color-font-green);
  background: var(--color-background);
  border: 1px solid var(--color-font-green);
}

.post .subimitarea .linkBtn:hover::after {
  border-right: 1px solid var(--color-font-green);
  border-bottom: 1px solid var(--color-font-green);
}

.wpcf7-form .must {
  background: #DC143C;
}

/*------------------------------------------------------
下層ページ（事業内容）
------------------------------------------------------*/
.company-group {
  max-width: 1470px;
  width: 90%;
  margin: 0 auto;
  padding: var(--px60) 0;
  text-align: center;
  border-top: 1px solid #ededed;
}
@media screen and (max-width: 700px) {
  .company-group .parent-company figure img {
    width: 250px;
  }
}
@media screen and (max-width: 570px) {
  .company-group .parent-company figure img {
    width: 200px;
  }
}
@media screen and (max-width: 900px) {
  .company-group .cat {
    flex-direction: column;
  }
}
.company-group .flex {
  display: flex;
  justify-content: center;
  gap: 80px;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .company-group .flex {
    gap: 60px;
  }
}
@media screen and (max-width: 980px) {
  .company-group .flex {
    gap: 40px;
  }
}
@media screen and (max-width: 790px) {
  .company-group .flex {
    gap: 40px;
  }
}
@media screen and (max-width: 700px) {
  .company-group .flex {
    margin-top: 15px;
  }
}
@media screen and (max-width: 570px) {
  .company-group .flex {
    flex-direction: column;
    margin-top: 40px;
  }
}
@media screen and (max-width: 570px) {
  .company-group .flex:last-of-type {
    margin-top: 0;
  }
}
.company-group .flex figure {
  width: 180px;
  height: auto;
}
@media screen and (max-width: 900px) {
  .company-group .flex figure {
    max-width: 300px;
    max-width: 300px;
  }
}
.company-group .flex figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 900px) {
  .company-group .flex figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 570px) {
  .company-group .flex figure img {
    width: 200px;
  }
}
.company-group .flex p {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-top: 20px;
}
@media screen and (max-width: 570px) {
  .company-group .flex p {
    margin-top: 0;
  }
}
@media screen and (max-width: 570px) {
  .company-group .flex .mt {
    margin-top: 35px;
  }
}

.l-business-01,
.l-business-02,
.l-business-03 {
  border-top: 6px dotted #ededed;
}
.l-business-01 .mt,
.l-business-02 .mt,
.l-business-03 .mt {
  margin-top: 40px;
}
.l-business-01 .bg,
.l-business-02 .bg,
.l-business-03 .bg {
  font-size: var(--px120) !important;
  margin-left: 20px;
}
@media screen and (max-width: 769px) {
  .l-business-01 .bg,
  .l-business-02 .bg,
  .l-business-03 .bg {
    margin-left: 10px;
  }
}
.l-business-01 .grid-container,
.l-business-02 .grid-container,
.l-business-03 .grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 340px));
  gap: 3rem;
  justify-content: center;
  /* 中央に揃える */
  max-width: 1470px;
  margin: 0 auto;
}
@media screen and (max-width: 370px) {
  .l-business-01 .grid-container,
  .l-business-02 .grid-container,
  .l-business-03 .grid-container {
    grid-template-columns: repeat(auto-fit, minmax(280px, 280px));
  }
}
.l-business-01 .grid-container .card,
.l-business-02 .grid-container .card,
.l-business-03 .grid-container .card {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  background-clip: border-box;
  border: 0;
  border-radius: 0.5rem;
  width: 100%;
  max-width: 400px;
  height: 100%;
}
@media screen and (max-width: 825px) {
  .l-business-01 .grid-container .card,
  .l-business-02 .grid-container .card,
  .l-business-03 .grid-container .card {
    margin: 0 auto;
  }
}
.l-business-01 .grid-container .card .card-image,
.l-business-02 .grid-container .card .card-image,
.l-business-03 .grid-container .card .card-image {
  margin: 2rem 0 0;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 825px) {
  .l-business-01 .grid-container .card .card-image,
  .l-business-02 .grid-container .card .card-image,
  .l-business-03 .grid-container .card .card-image {
    width: 200px;
    height: 200px;
  }
}
.l-business-01 .grid-container .card .card-box,
.l-business-02 .grid-container .card .card-box,
.l-business-03 .grid-container .card .card-box {
  padding: 2rem;
  color: #333;
  text-align: center;
}
.l-business-01 .grid-container .card .card-box .card-title,
.l-business-02 .grid-container .card .card-box .card-title,
.l-business-03 .grid-container .card .card-box .card-title {
  margin-bottom: 1.6rem;
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
  border-bottom: 4px dotted var(--color-font-green);
}
.l-business-01 .grid-container .card .card-box .card-title span,
.l-business-02 .grid-container .card .card-box .card-title span,
.l-business-03 .grid-container .card .card-box .card-title span {
  font-size: 1.6rem;
  font-weight: 500;
}
.l-business-01 .grid-container .card .card-box .card-description,
.l-business-02 .grid-container .card .card-box .card-description,
.l-business-03 .grid-container .card .card-box .card-description {
  margin-bottom: 0.5rem;
  line-height: 1.8;
  text-align: start;
}

/*------------------------------------------------------
下層ページ（工事情報）
------------------------------------------------------*/
#main-content .l-construction {
  padding: 0 !important;
}
#main-content .l-construction .txt-area {
  text-align: center;
  margin-bottom: 20px;
}
#main-content .l-construction .txt-area .txt {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 14px 25px;
  border: 3px solid #000000;
  background-color: #ffffff;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #000000;
}
#main-content .l-construction .txt-area .txt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
}
#main-content .l-construction .txt-area .txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15.5px 7.8px 0 7.8px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}

.pagination-container {
  text-align: center;
  margin-top: 60px;
}
.pagination-container .current {
  color: var(--color-font) !important;
}
.pagination-container span {
  position: relative;
  font-size: 1.6rem;
  margin-left: 40px;
}
.pagination-container span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-51%, -48%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--color-font);
}
.pagination-container a {
  position: relative;
  margin-left: 40px;
  font-size: 1.6rem;
  color: #2e2e2e;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.pagination-container a:hover {
  color: var(--color-font-white);
}
.pagination-container a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-51%, -48%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--color-font);
}
.pagination-container .next {
  display: none !important;
}
.pagination-container .prev {
  display: none !important;
}

#sidebar {
  display: none;
}

/*------------------------------------------------------
下層ページ（工事詳細）
------------------------------------------------------*/
#main-content .container .flex {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 1137px) {
  #main-content .container .flex {
    flex-direction: column;
    gap: 0;
  }
}
#main-content .container .flex .img-box {
  max-width: 750px;
  width: 50%;
}
@media screen and (max-width: 1137px) {
  #main-content .container .flex .img-box {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
}
#main-content .container .flex .img-box img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#main-content .container .flex .block {
  padding: 2rem;
  background: var(--color-background);
  width: 50%;
}
@media screen and (max-width: 1137px) {
  #main-content .container .flex .block {
    width: 100%;
  }
}
#main-content .container .flex .block .proxy {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 400px) {
  #main-content .container .flex .block .proxy {
    gap: 15px;
  }
}
@media screen and (max-width: 1137px) {
  #main-content .container .flex .block .proxy {
    justify-content: center;
  }
}
#main-content .container .flex .block .proxy img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media screen and (max-width: 1200px) {
  #main-content .container .flex .block .proxy img {
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 500px) {
  #main-content .container .flex .block .proxy img {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 400px) {
  #main-content .container .flex .block .proxy img {
    width: 100px;
    height: 100px;
  }
}
#main-content .container .flex .block .proxy .name-area {
  display: flex;
  align-items: center;
}
#main-content .container .flex .block .proxy .name-area .name {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  position: relative;
  padding: 7px 20px 7px 22px;
  border: solid 5px var(--color-font-green);
  text-align: center;
}
@media screen and (max-width: 420px) {
  #main-content .container .flex .block .proxy .name-area .name {
    padding: 5px 15px 10px 17px;
    font-size: 1.8rem;
  }
}
#main-content .container .flex .block .proxy .name-area .name::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}
#main-content .container .flex .block .proxy .name-area .name::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 16px solid var(--color-font-green);
  z-index: 1;
}
#main-content .container .flex .block .proxy .name-area .name .title-man {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  display: block;
  margin-bottom: 8px;
  border-bottom: 3px dotted var(--color-font-green);
}
@media screen and (max-width: 500px) {
  #main-content .container .flex .block .proxy .name-area .name .title-man {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 420px) {
  #main-content .container .flex .block .proxy .name-area .name .title-man {
    font-size: 2.2rem;
    line-height: 2;
  }
}
#main-content .container .flex .block .table_style02 th {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
#main-content .mt {
  margin-top: var(--px100);
}
#main-content .gallery-box {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  justify-items: center;
  gap: 2rem;
}
#main-content .gallery-box img {
  width: 100%;
  height: 225px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------------------------------------
下層ページ（サイトマップ）
------------------------------------------------------*/
.l-sitemap {
  border-bottom: 6px dotted #ededed;
}

.post ul#sitemap_list li {
  border-bottom: 1px solid #d3d3d3;
  padding: 5px 0 10px 10px;
}

.post ul#sitemap_list li a {
  transition: all 0.4s ease-in-out;
}
.post ul#sitemap_list li a:hover {
  opacity: 0.5;
}

/*------------------------------------------------------
下層ページ（プライバシーポリシー）
------------------------------------------------------*/
.l-privacy {
  border-bottom: 6px dotted #ededed;
}

/*------------------------------------------------------
下層ページ：新着情報
------------------------------------------------------*/
#cat-post {
  max-width: 1470px;
  width: 90%;
  margin: 0 auto;
  padding: var(--px100) 0 var(--px120);
  border-bottom: 6px dotted #ededed;
}
#cat-post .postlist .post_text .time {
  background: var(--color-font-green);
}

/*------------------------------------------------------
下層ページ：新着情報（詳細内容）
------------------------------------------------------*/
.l-news {
  border-bottom: 6px dotted #ededed;
}
.l-news h2::after {
  content: none;
}

/*------------------------------------------------------
下層ページ：新着情報（フォーム送信完了）
------------------------------------------------------*/
.l-completion {
  border-bottom: 6px dotted #ededed;
}
.l-completion h2::after {
  content: none;
}/*# sourceMappingURL=style.css.map */