@charset "utf-8";
html {
  scroll-padding-top: 94px;
  scroll-behavior: smooth;
}
body {
  background-color: #fff;
  font-family: sans-serif;
}
li {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
img {
  margin: auto;
}
h1 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.375rem, 0.922rem + 1.034vw, 1.75rem);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #082C4E;
  margin-top: clamp(30px, -18.276px + 6.897vw, 70px);
  margin-bottom: clamp(14px, -11.345px + 3.621vw, 35px);
  background-image: url(../images/h1_logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 80px;
}
p {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(13px, 10.586px + 0.345vw, 15px);
  line-height: 2.5em;
}
h2 {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  background-color: #082C4E;
  color: #fff;
  padding: 0.5em 1em calc(0.5em - 6px);
  position: relative;
  margin-bottom: 2.5%;
  z-index: 0;
}
h2::after {
  content: '';
  background-color: #082C4E;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: -6px;
  left: 0;
}
h3 {
  height: 2em;
  background-color: #082C4E;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1rem, 0.397rem + 1.379vw, 1.5rem);
  color: #fff;
  padding-left: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 3%;
}
article {
  margin: 30px;
}
.w-container {
  width: 90%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.pc {
  display: block;
}
.mb {
  display: none;
}

/* -------------------- ヘッダー （1）-------------------- */
#nav_toggle {
  display: none;
}
header {
  background-color: #082C4E;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 101;
}
.header-container {
  width: 96%;
  margin: auto;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(12px, 6.400px + 0.8vw, 16px);
}
.logo-cont {
  width: 25%;
  max-width: 280px;
}
.logo img {
  width: 100%;
}
.site-menu {
  width: 75%;
  margin: auto;
}
.gnavi {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 900px;
  padding: 0 2%;
  margin: auto;
}
.gnavi li a {
  position: relative;  /*テキストの基点とするためrelativeを指定*/
  overflow: hidden;  /*はみ出る要素を隠す*/
  -webkit-text-stroke: .2px #202020;
}
.gnavi li span {
  position: absolute;
  left: 50%;
  top:0;
  transition: all .3s;  /*アニメーションの指定*/
  transform: translate(-50%, 0);  /*X方向に-50% ※中央寄せにするため*/
  display: block;  /*ブロック要素にして透過なし、テキスト折り返しなし*/  
  opacity:1;
  white-space: nowrap;
}
/*差し替わるテキストの設定*/
.gnavi li span:nth-child(1){
  opacity:0;  /*透過0に*/
  transform: translate(-50%,100%);  /*X方向に-50% Y方向に100%*/
}
/*hoverするとテキストが入れ替わる設定*/
.gnavi li:hover span:nth-child(2){
  opacity:0;  /*透過0に*/
  transform: translate(-50%,-100%);  /*X方向に-50% Y方向に-100%*/
}
.gnavi li:hover span:nth-child(1){
  opacity:1;
  transform: translate(-50%, 0);  /*X方向に-50% Y方向に0*/
}
.header-link {
  display: flex;
  flex-direction: column;
  width: 20%;
  max-width: 180px;
}
.header-link a {
  margin: 2% 0;
  transition: all 0.3s ease; 
}
.link-button img {
  width: 100%;
  height: auto;
  margin: auto;
}
.header-link a:hover {
  transform: scale(1.1,1.1);
}
.toggle-menu-button {
  display: none;
}
.instagram-area {
  margin: 34px 2% auto auto;
}
.instagram {
  width: 90%;
  max-width: 40px;
}

/* -------------------- ヘッダー （2）-------------------- */
#header-2 {
  display: flex;
  height: 98px;
  width: 96%;
  margin: 90px auto 0;
}
#header-2 img {
  height: 80px;
  margin: auto 30px auto 0;
}

/* -------------------- 動画・メインビジュアル -------------------- */
.video-container {
  max-height: calc(100vh - 188px); /* ヘッダーの高さ分引く */
  width: 100%;
  position: relative;
  display: block;
}
.js-video {
  display: block; /* 余分な下の余白を削除するために入れた */
  max-height: calc(100vh - 188px);
  width: 100%;
  margin: auto;
}
.top-main-visual {
  width: 100%;
}
/* -------------------- サイドTOPボタン -------------------- */
.pagetop {
  position: fixed;
  right: 1%;
  bottom: 3%;
  display: none;  /* 最初は非表示 */
  opacity: 0.7;
  z-index: 99;
}
.pagetop:hover {
  opacity: 1;
}
.pagetop img {
  height: 55px;
}

/* -------------------- サイドMAPボタン -------------------- */
.side-map {
  position: fixed;
  right: -100px;
  bottom: 14%;
  display: none;  /* 最初は非表示 */
  background-color: #383838;
  opacity: 0.7;
  transition: right 0.3s ease; /* rightプロパティの変化を0.3秒でスムーズに */
  z-index: 100;
}
.side-map img {
  height: 50px;
}
.side-map:hover {
  right: 0px;
  display: block;
}

/* -------------------- 会社紹介 -------------------- */
.t-a {
  text-align: start;
}
.images-container {
  display: flex;
  justify-content: space-between;
  margin: 30px auto 70px auto;
  gap: clamp(20px, 7.931px + 1.724vw, 30px);
}
.images-container figure {
  width: 290px;
}
.images-container img {
  width: 100%;
}

/* -------------------- リンク（1） -------------------- */
.link-area-1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 300px;
  text-align: center;
  justify-content: center;
  transition: all 0.3s ease; 
}
.link-title {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #00EDFF;
  font-size: 40px;
  text-align: center;
}
.link-jp {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.more {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.more img {
  width: 18px;
  margin-left: 6px;
}
.link_business {
  background-image: url(../images/link_business.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.link_contact {
  background-image: url(../images/link-contact.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.link-area-1:hover {
  filter: brightness(0.7);
}
/* -------------------- 新着情報 -------------------- */
#news {
  margin-top: 70px;
}
.news-title {
  font-size: 20px;
  margin: 25px auto 25px 20px;
  border-bottom: solid 2px #74BE99;
}
.news {
  display: flex;
  width: 100%;
  margin: 25px auto 25px 20px;
}
.news figure {
  width: clamp(250px, 117.241px + 18.966vw, 360px);
}
.news img {
  width: 100%;
  height: auto;
  object-fit: cover; /* 必要ならトリミング風に */
}
.news-p {
  font-size: clamp(13px, 10.586px + 0.345vw, 15px);
  box-sizing: border-box;
  width: 100%;
  padding-left: 2%;
}
.more-button-area {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 25px;
}
.more-button, .more-button img {
  display: block;
  width: 180px;
  transition: all 0.3s ease; 
}
.more-button:hover {
  transform: scale(1.1,1.1);
}

/* -------------------- リンク（2） -------------------- */
.link-area-container {
  display: flex;
}
.link-area-2 {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 300px;
  background-color: #D0D9DD;
  text-align: center;
  justify-content: center;
  transition: all 0.3s ease; 
}
.link_works {
  background-image: url(../images/link_works.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.link_company {
  background-image: url(../images/link_company.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.link_recruit {
  background-image: url(../images/link-recruit.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.link-area-2:hover {
  filter: brightness(0.7);
}

/* -------------------- 会社概要 -------------------- */
table {
  width: 100%;
  margin-bottom: 50px;
  border-collapse: separate;
  border-spacing: 0 10px;
}
th, td {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  background-color: #D0D9DD;
  align-items: center;
  vertical-align: text-top;
  line-height: 2em;
  padding: 0.5em 3%;
}
th {
  width: 30%;
}
td {
  width: 70%;
}

/* -------------------- マップ -------------------- */
#map p {
  font-size: 20px;
  margin: 25px auto 25px auto;
  border-bottom: solid 2px #74BE99;
}
#map a {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  color: #08A08E;
  font-size: 14px;
  border: #08A08E 1px solid;
  margin-top: 10px;
  margin-bottom: 70px;
  transition: all .3s;
}
#map a:hover {
  color: #fff;
  border:1px solid #08A08E;
  background-color: #08A08E;
}

/* --------------------　フッター　-------------------- */
footer {
  background-color: #082C4E;
  color: #fff;
}
.footer-container {
  display: flex;
  width: 98%;
  max-width: 1280px;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto;
  padding: clamp(40px, 3.793px + 5.172vw, 70px) 0;
}
.footer-company-container {
  display: flex;
  align-items: flex-end;
  justify-content: start;
  width: 30%;
}
.footer-logo-area {
  width: clamp(80px, 22.069px + 8.276vw, 128px);
  margin: 0 2% auto 0;
}
.footer-logo {
  width: 100%;
  margin-top: 0;
}
.footer-company p {
  font-size: clamp(10px, 5.172px + 0.69vw, 14px);
  line-height: 1.5em;
  width: 100%;
}
.footer-instagram-area {
  width: 100%;
  margin: auto;
}
.footer-instagram {
  width: clamp(20px, 7.931px + 1.724vw, 30px);
  margin: 2% auto;
}
.footer-container nav {
  margin: auto 0 auto 0;
}
.footer-container ul {
  display: flex;
}
.footer-container li {
  border-left: 1px solid #63C8BE;
}
.last-li {
  border-right: 1px solid #63C8BE;
}
.footer-nav a {
  display: inline-block;
  position: relative;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #63C8BE;
  font-size: clamp(12px, 4.759px + 1.034vw, 18px);
  padding: 0 10px;
  transition: .3s;
}
.footer-nav a::after {
  position: absolute;
  bottom: 0;
  left: 5px;
  content: '';
  width: 0;
  height: 1px;
  background-color: #63C8BE;
  transition: .3s;
}
.footer-nav a:hover::after {
  width: 90%;
}
.copyright {
  text-align: center;
  font-size: 12px;
}

/* --------------------　各ページ メインビジュアル　-------------------- */
.page-main-visual {
  width: 100%;
}
.page-title {
  background-color: #082C4E;
  height: 60px;
  color: #fff;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-title span {
  color: #73D5D8;
  font-size: 20px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding-left: 20px;
  letter-spacing: 0.05em;
}

/* --------------------　投稿一覧ページ　-------------------- */
#news-list {
  margin: 70px auto 50px auto;
  width: 90%;
  max-width: 1000px;
}
.news-list-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
  margin: 40px auto;
}
.news-list-group article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; /* 高さそろえるために重要 */
  box-sizing: border-box;
  margin: 2%;
}
.news-list-title,
.news-date {
  font-size: 16px;
  word-break: break-word; /* 長い文でも折り返す */
  margin: 0;
  line-height: 1.2;
}
.news-list-group figure {
  position: relative;
  width: 100%;
  padding-top: 75%; /* 4:3 の比率 → 高さ ÷ 幅 × 100 */
  overflow: hidden;
  margin: 0;
}
.news-list-group img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.list-pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.list-pagination ul {
  display: flex;
  gap: 6px;
  text-align: center;
}
.list-pagination li {
  display: inline;
}
.list-pagination .page-numbers {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 2px;
}
.list-pagination .page-numbers.current {
  background-color: #082C4E;
  color: #fff;
  border-color: #082C4E;
}

/* --------------------　投稿記事ページ　-------------------- */
#news-page {
  margin: auto;
  width: 90%;
  max-width: 800px;
}
.news-page-date {
  font-size: 16px;
}
.news-page-img {
  max-height: 40vh;
  width: auto;
}
.news-page-content p {
  font-size: 18px;
}
.post-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  max-width: 800px;
  padding: 0 30px;
  margin: 20px auto;
  color: #082C4E;
}
.nav-previous:hover {
  opacity: 0.5;
}

/* --------------------　代表挨拶　-------------------- */
.right-p {
  text-align: right;
}
#message {
  margin-bottom: 30px;
}

/* --------------------　経営方針・目標と今後のプラン　-------------------- */
.h3-set, .reverse {
  display: flex;
}
.h3-set img, .reverse img {
  width: 35%;
  max-width: 340px;
  margin-top: 0;
  margin-right: 5%;
}
.h3-text-set {
  width: 60%;
}
.h3-text-set p {
  line-height: clamp(1.5rem, -2.071rem + 5.714vw, 2.5rem);
}

/* --------------------　主要取引先　-------------------- */
#business-partners {
  margin-bottom: 50px;
}
#business-partners ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}
#business-partners a {
  color: #63C8BE;
  font-size: 15px;
}
#business-partners p {
  line-height: 1em;
  font-size: 15px;
}

/* --------------------　匠の技で安心な未来へ　-------------------- */
#future img {
  width: 100%;
}
#future p {
  margin: 10px 0;
}

/* --------------------　資材販売業務　-------------------- */
#shizai p {
  margin-bottom: 70px;
}

/* --------------------　施工実績　-------------------- */
#works ul {
  display: flex;
}
#works li {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  width: 100px;
  height: 40px;
  color: #08A08E;
  font-size: 16px;
  border: #08A08E 1px solid;
  border-radius: 5px;
  margin: 5% 5px;
  transition: all .3s;
}
#works li:hover {
  color: #fff;
  border:1px solid #08A08E;
  background-color: #08A08E;
}
#works a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#works table {
  margin: 3% 0 8% 0;
}
#works article {
  margin: 0;
}
#works th, #works td {
  width: 50%;
  padding: 0.5em 1.5%;
  font-size: clamp(11px, 7.379px + 0.517vw, 14px);
}

/* --------------------　スタッフ募集　-------------------- */
.reverse img {
  margin-right: 0;
  margin-left: 5%;
}
.reverse h3 {
  font-size: clamp(15px, 4.138px + 1.552vw, 24px);
}

/* --------------------　一日の流れ　-------------------- */
.day-yazirushi {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5%;
  margin: 3% auto;
}

/* --------------------　福利厚生　-------------------- */
#recreational-facility h2 {
  margin: 5% 0;
}
.grid {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2%;
  clear: both; /* gridと次の要素が重ならないようにする */
  margin-bottom: 10%;
}
.grid article {
  margin: 0;
}
.grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
}
.fitness {
  display: flex;
  gap: 20px;
  align-items: start;
  justify-content: start;
  margin-top: 2%;
}
.fitness-img1 {
  width: 40%;
  margin: 0;
}
.fitness-img2 {
  width: 20%;
  margin: 0;
}

/* --------------------　お問い合わせフォーム　-------------------- */
#contact {
  margin: 0 auto 70px auto;
}
.contact-inner {
  display: flex;
  justify-content: space-between;
  margin-top: 3%;
}
.form {
  width: 52%;
}
.form-inner {
  width: 100%;
  height: 100%;
}
.form-area {
  display: flex;
  background-color: #e2eaed;
  padding: 10px;
  margin-bottom: 2px;
}
.required::after {
  content: '※必須';
  font-size: 11px;
  color: #63c8be;
  display: block; /* span をブロック要素にする */
  margin-top: 1%;
}
dt, dd {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(13px, 10.586px + 0.345vw, 15px);
}
dt {
  width: 35%;
}
dd {
  width: 65%;
}
.radio-button {
  display: block;
  line-height: 2em;
}
.input-text {
  width: 100%;
  height: 2em;
  padding-left: 2%;
  padding-right: 2%;
  border: #000 0.2px solid;
  border-radius: 3px;
}
.message {
  width: 100%;
  height: 300px;
  padding: 2%;
  line-height: 1.5em;
  border: #000 0.2px solid;
  border-radius: 3px;
}
.submit-button {
  padding: 1% 2%;
  background-color: #e2eaed;
  border: #000 0.2px solid;
  border-radius: 5px;
}

/* --------------------　プライバシーポリシー　-------------------- */
.privacy-policy {
  width: 45%;
}
h4 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #fff;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0069b0;
  background-image: linear-gradient(90deg, #0069b0 0%, #6bcfc7 100%);
  margin-bottom: 4%;
}
.privacy-policy p {
  font-size: 13px;
  line-height: 2em;
}
.policy {
  font-size: 17px;
  margin-top: 4%;
  margin-bottom: 1%;
}

/* --------------------　404　-------------------- */
.center404 {
  margin: 10% 5%;
}
.center404 a {
  color: #08A08E;
}


/* ####################　メディアクエリ（699px以下）　#################### */
@media (max-width:699px) {
  html {
    scroll-padding-top: 64px; /* ヘッダーの高さに合わせる */
  }
  .mb {
    display: block;
  }
  .pc {
    display: none;
  }
  h1 {
    text-align: center;
  }
  h2 {
    margin-top: 6%;
    font-size: clamp(20px, 15.752px + 1.18vw, 24px);
  }
  p {
    line-height: 2em;
  }

  /* -------------------- ヘッダー （1）-------------------- */
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #082C4E;
    height: 60px;
    width: 100%;
  }
  .header-container {
    height: 100%;
    width: 100%;
    padding: 0 2%;
    position: relative;
  }
  .logo-cont {
    width: 168px;
  }
  .logo img {
    width: 100%;
  }
  .site-menu ul {
    display: block;
    text-align: center; 
    font-size: 22px;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .site-menu li {
    width: 50%;
    height: 60px;
  }
  .site-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    color: #fff;
    background-color: #082C4E;
    opacity: 0.95;
    padding-top: 4%;
    width: 100%;
    display: none;
  }
  .site-menu.is-show {
    display: block;
    width: 100%;
    height: 100vh;
  }
  .toggle-menu-button {
    display: block;
    width: 44px;
    height: 34px;
    background-image: url(../images/icon-menu.png);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: none;
  }
  .toggle-menu-button.is-show {
    display: block;
    width: 44px;
    height: 34px;
    background-image: url(../images/icon-x.png);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: none;
  }
  .link-button {
    width: 160px;
  }
  .link-button img {
    width: 160px;
  }
  .gnavi li a {
    font-size: 18px;
  }

  /* -------------------- ヘッダー （2）-------------------- */
  #header-2 {
    height: 60px;
    margin-top: 60px;
  }
  #header-2 img {
    height: 50px;
    margin: auto 10px auto 0;
  }

  /* -------------------- 動画・メインビジュアル -------------------- */
  video {
    width: 100%;
    height: auto; 
    max-height: 80vh;
  }

  /* -------------------- 会社紹介 -------------------- */
  .images-container {
    display: block;
  }
  .images-container figure {
    margin: auto;
    width: 70%;
    margin-bottom: 2%;
  }

  /* --------------------　リンク（1）　-------------------- */
  .link-area-1 {
    height: clamp(160px, 75.044px + 23.599vw, 240px);
  }
  .link-title {
    font-size: 34px;
  }
  .link-jp {
    font-size: 14px;
  }
  .more {
    font-size: 14px;
  }
  .more img {
    width: 14px;
    margin-left: 4px;
  }

  /* --------------------　リンク（2）　-------------------- */
  .link-area-container {
    display: block;
  }
  .link-area-2 {
    width: 100%;
    height: clamp(160px, 75.044px + 23.599vw, 240px);
  }

  /* --------------------　マップ　-------------------- */
  #map p {
    font-size: 18px;
  }
  #map a {
    color: #fff;
    border:1px solid #08A08E;
    background-color: #08A08E;
  }

  /* --------------------　新着情報　-------------------- */
  .news {
    display: block;
    width: 100%;
    margin: auto;
  }
  .news-title {
    font-size: clamp(16px, 11.752px + 1.18vw, 20px);
    margin: 25px 0 ;
  }
  .news figure {
    margin: auto;
    width: clamp(280px, 99.469px + 50.147vw, 450px);
  }
  .news-p {
    width: clamp(280px, 99.469px + 50.147vw, 450px);
    margin: auto auto 6% auto;
    line-height: 2em;
  }
  #news article {
    margin: 0;
  }
  .more-button:hover {
    transform: none;
  }

  /* --------------------　会社概要　-------------------- */
  table {
    border-spacing: 0 5px;
  }
  th, td {
    font-size: clamp(10.5px, 6.783px + 1.032vw, 14px);
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  /* --------------------　フッター　-------------------- */
  .footer-container {
    display: block;
    justify-content: center;
    align-items: center;
    padding: clamp(40px, 3.793px + 5.172vw, 70px) 0 0 0;
  }
  .footer-company-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 4%;
  }
  .footer-company p {
    font-size: 11px;
    line-height: 1.5em;
  }
  .footer-container ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: auto;
    text-align: center;
    width: 280px;
    gap: 20px 0;
    margin: 35px auto;
  }
  .footer-container li {
    border-left: none;
  }
  .last-li {
    border-right: none;
  }
  .footer-nav a {
    font-size: 12px;
    transition: none;
  }
  .footer-nav a::after {
    transition: none;
  }
  .footer-nav a:hover::after {
    width: 0;
  }
  .copyright {
    padding-bottom: 70px;
  }
  .mb-footer-instagram {
    display: flex;
    text-align: center;
    justify-content: center;
    margin: auto;
  }
  .footer-instagram {
    margin: auto;
    width: 34px;
  }

  /* --------------------　各ページ メインビジュアル　-------------------- */
  .page-title {
    height: clamp(40px, 18.761px + 5.9vw, 60px);
    font-size: clamp(20px, 13.628px + 1.77vw, 26px);
  }

  .page-title span {
    font-size: clamp(16px, 11.752px + 1.18vw, 20px);
  }

  /* --------------------　投稿一覧ページ　-------------------- */
  .news-list-group {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
  .news-list-title,
  .news-date {
    font-size: 14px;
    line-height: 1.2;
  }

  /* --------------------　投稿記事ページ　-------------------- */
  .news-page-img {
    width: 100%;
    height: auto;
    max-height: none;
  }
  .news-page-content p {
  font-size: 16px;
  }

  /* --------------------　経営方針・目標と今後のプラン　-------------------- */
  .h3-set {
    display: flex;
    flex-direction: column-reverse; /* 画像とテキストの順番を入れ替える */
  }
  .h3-set img {
    width: 100%;
    max-width: 400px;
    margin: 3% auto 0 auto;
  }
  .h3-text-set {
    width: 100%;
  }

  /* --------------------　主要取引先　-------------------- */
  #business-partners ul {
    gap: 16px;
  }
  #business-partners a {
    font-size: 13px;
  }
  #business-partners p {
    font-size: 13px;
  }

  /* --------------------　施工実績　-------------------- */
  #works ul {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  #works li {
    height: 30px;
    width: 90px;
    font-size: 14px;
    margin: 10px 6px;
  }

  /* --------------------　スタッフ募集　-------------------- */
  .reverse {
    display: block;
  }
  .reverse img {
    width: 100%;
    max-width: 400px;
    margin: 3% auto 0 auto;
  }

  /* --------------------　一日の流れ　-------------------- */
  .day-yazirushi {
    width: 10%;
  }

  /* --------------------　福利厚生　-------------------- */
  .grid {
    grid-template-columns: 1fr 1fr;
    gap: 3%;
    margin-bottom: 40%;
  }
  .fitness {
    display: block;
  }
  .fitness-img1 {
    width: 100%;
    max-width: 400px;
    margin: 3% auto 0 auto;
  }
  .fitness-img2 {
    width: 25%;
    margin: 6% auto;
  }

  /* --------------------　お問い合わせフォーム　-------------------- */
  .contact-inner {
    display: block;
    justify-content: center;
  }
  .form {
    width: 100%;
  }
  .submit-button {
  margin-top: 5%;
  }

  /* --------------------　プライバシーポリシー　-------------------- */
  .privacy-policy {
    width: 100%;
    margin-top: 10%;
  }

  /* --------------------　お問い合わせバナー　-------------------- */
  #mb-banner{
    height: 70px;
    background-color: #4985b7;
    opacity: 0.9;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    display: none;  /* 最初は非表示 */
    transition: right 0.3s ease; /* rightプロパティの変化を0.3秒でスムーズに */
    z-index: 102;
  }
  .mb-banner-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    width: 80%;
  }
  .mb-banner-container a {
    width: 12%;
  }
  .mb-banner-container img {
    width: 100%;
  }
  .mb-banner-container p {
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mb-banner-container span {
    font-size: 14px;
    padding-left: 8px;
    letter-spacing: 0.05em;
  }
  
}