/* 1) フォント名の修正＆日本語フォールバックを厚めに */
body{
  font-family:
    'Zen Kaku Gothic New', /* ← 正式名に修正！ */
    Roboto,
    -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans',
    'Yu Gothic', Meiryo, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* 2) flex-gap のフォールバック（古いSafari向け）
   gapが使えない場合は左右パディングで擬似的に間隔を作る */
/* @supports not (gap: 1rem){
  .section4 .row,
  .section5 .row,
  .section6 .row,
  footer .row{
    margin-left: -10px;
    margin-right: -10px;
  }
  .section4 .col,
  .section5 .col,
  .section6 .col,
  footer .col{
    padding-left: 10px;
    padding-right: 10px;
  }
} */

/* 3) 100vhの差を吸収（対応環境はdvhを優先）
   既存のheight指定の直後 or 同じセレクタに追記すると上書きされます */
   
   /* 2025_10_22変更 */
/* @supports (height: 100dvh){
  .section1{ height: 120dvh; }   /* 既存の 120vh を自然置換 */
/*} */

/* 4) 画像の“行ボックス隙間”を完全除去（Safariのにじみ対策）
   画像・アイコンは必ず block に */
img{ display:block; }

/* 5) hr の差異を吸収（Safariの余白・太さの差をゼロに） */
footer .col:nth-child(2) hr{
  height:1px; border:0; background:#000; margin:4px 0 8px; padding:0;
  /* 念のため幅は親にフィット */
  width:100%; align-self:stretch; box-sizing:border-box;
}




/* =========================================================
   Base
========================================================= */
html, body{
  /* width: 100%;
  min-width: 1920px;
  overflow-x: auto;            /*画面が狭いとき横スクロール */
  /* margin-inline:auto;
  padding: 0;
  background: #fff; */
 }

/* :root{ */
  /* 幅・レイアウト共通 */
  /* --s3w: 900px;                /* section3 .container の最大幅 */
  /* --overhang: 100px;           section4/5 の左右オーバーハング(片側) */
  /* --gap: 20px;
  --arrowW: 30px; */ */

/* =========================================================
  ===== ここが「調整ノブ」：必要なら値だけ変える =====
========================================================= */  

  /* --s2-shift: -62px;          /* section2 見た目の持ち上げ量(負で上に) */
  /* --s3-shift: -252px;          section3 見た目の持ち上げ量(負で上に) */
  /* --s34-gap: -220px;            section3 → section4 の“見えない”間隔(正で広がる) */ */
  /* --s6-sidepad: 186px;         section6 左右パディング(画像を少し小さく見せたい時) */
/* } */

/* main{
  width: 100%;
  min-width: 1920px;
  margin: 0 auto;
  position: relative;
} */

body{
  font-family: "a-otf-ud-shin-go-pr6n" , sans-serif; /* いただいた指定を維持 */
  color: #7c6c5d;
  background: #ffffff;
  font-size: 1.6rem;
  line-height: 1.67;
  letter-spacing: 0.05em;
}

/* =========================================================
   Header
========================================================= */
/* header{
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-weight: 700;
  position: absolute;
  width: 100%;
  z-index: 6;
  pointer-events: auto;
} */
/* header .container{ max-width: 1300px; width: 100%; margin: 0 auto; } */
/* header .row{ display: flex; justify-content: space-between; align-items: center; height: 60px; } */
/* header .logo{ font-size: 24px; } */
/* header ul{ display: flex; margin-right: 10px; } */
/* header ul li{ margin-left: 30px; font-size: 11px; color: #000; letter-spacing: 1px; } */

/* =========================================================
   Sections (共通)
========================================================= */
.section1, .section2, .section3{
  position: relative;
}

/* =========================================================
   section1（NEWS）
========================================================= */
 /* .section1{
 background: url(/images/01_top.jpg) no-repeat center top / 1200px auto; */
  /* height: 120vh;
  z-index: 5; 
}*/
/* .section1 .filter{ position: absolute; inset: 0; z-index: 1; pointer-events: none; } */
/* .section1 .container{ position: absolute; top: 580px; left: 50px; width: 400px; z-index: 6; } */
/* .section1 .heading{font-family: avenir-next-world, sans-serif;
font-weight: 700; font-style: normal;  font-size: 25px; margin: 0 0 0 10px; color: #4d4b4b; } */
/* .section1 .heading2{ font-size: 15px; font-weight: 300; margin: 0 0 10px 15px; color: #4d4b4b; } */
.section1 .news-list{ list-style: none; margin: 0 0 12px; padding: 0; }
.section1 .news-item{ background: #fff; border-bottom: 1px solid #ddd; padding: 12px 0; }
.section1 .news-item a{ display: flex; flex-wrap: wrap; text-decoration: none; color: #333; }
.section1 .news-item time{
  width: 70px; color: #999; font-size: 11px; display: flex; align-items: center;
}
.section1 .news-category{
  background: #4d4b4b; color: #fff; font-size: 11px; padding: 2px 6px; border-radius: 3px; margin-right: 10px;
  display: flex; align-items: center;
}
.section1 .news-text{ font-size: 11px; flex: 1; margin: 0; } */
/* .section1 .news-more a{
  display: inline-block; text-align: center; color: #fff; text-decoration: none; font-weight: bold; background: #4d4b4b;
  font-size: 11px; padding: 8px 20px; border-radius: 3px; margin-left: 305px;
} */

/* =========================================================
   section2（ABOUT US）
   ※ 見た目だけ重ねる（flowは壊さない）
========================================================= */
/* .section2{
  background: url(/images/background2.png) no-repeat center top / 1200px auto;
  height: 72vh;
  transform: translateY(var(--s2-shift));
  z-index: 2;
} */
/* .section2 .container{ position: absolute; top: 140px; right: 146px; width: 450px; } */
/* .section2 h2{ background: #fff; width: 100%; color: #4d4b4b; font-family: avenir-next-world, sans-serif;
font-weight: 700;
font-style: normal; font-size: 26px; margin: 0; padding: 1px; } */
/* .section2 .sabp{ font-family: a-otf-ud-shin-go-pr6n, sans-serif;
font-style: normal;font-size: 10px; line-height: 1.5; margin: 0 0 20px 13px; } */
.section2 h3{ color: #000; font-size: 15px; line-height: 1.5; margin: 0 0 0 13px; }
.section2 p{ color: #000; font-size: 10px; line-height: 1.5; margin: 0 0 0 13px; }

/* =========================================================
   section3（SERVICE / WORKS）
   ※ 見た目だけ重ねる + レイアウト側で section4 間隔を確保
========================================================= */
/* .section3{
  background: url(/images/background3.png) no-repeat center top / 1000px auto;
  height: 72vh;
  transform: translateY(var(--s3-shift));
  z-index: 1;
  padding-top: 45px;
  margin: 0 auto var(--s34-gap);  /* ← ここが section3⇔4 の距離ノブ */
/*} */
/* .section3 .container{ max-width: 900px; width: 66%; margin: 0 auto; } */
.section3 .row{ display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-bottom: 33px; }
.section3 .col{ width: calc((100% - 60px) / 4); box-sizing: border-box; }
.section3 .block{ display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; margin-bottom: 18px; }
.section3 h2{ text-align: center; font-size: 29px; font-family: avenir-next-world, sans-serif;
font-weight: 700;font-style: normal; margin: 0; line-height: 1.3; }
.section3 p{ text-align: center; font-size: 9px; font-weight: 700; margin: 0 0 28px; line-height: 1.3; }
.section3 img{ display: block; width: 100%; height: auto; object-fit: cover; border-radius: 4px; }
.section3 .col2{
  color: #7c6c5d; text-decoration: none; font-weight: bold; background: #fff; font-size: 12px; padding: 13px 15px; border-radius: 6px;
}

/* =========================================================
   共通：カード化リンク（tile）
========================================================= */
/* section4/5 用（角丸4px・画像余白 12/6） */
.section4 .col .tile, .section5 .col .tile{
  display: flex; flex-direction: column; align-items: center; text-decoration: none; color: inherit; width: 100%; background: transparent;
}
.section4 .col .tile img, .section5 .col .tile img{
  display: block; width: 100%; height: auto; object-fit: contain; border-radius: 4px; margin: 12px 0 6px;
}
.section4 .col .tile .caption, .section5 .col .tile .caption{
  margin-top: auto; font-size: 9px; line-height: 1.4; color: #555; text-align: center; word-break: break-word;
}
/* .section4 .col .tile:hover, .section5 .col .tile:hover{ filter: brightness(0.98); } */
.section4 .col .tile:focus-visible, .section5 .col .tile:focus-visible{ outline: 2px solid #7c6c5d; outline-offset: 2px; border-radius: 6px; }

/* section6 用（角丸6px・画像余白 0/12） */
.section6 .col .tile{
  display: flex; flex-direction: column; align-items: center; text-decoration: none; color: inherit; width: 100%; height: 100%; background: transparent;
}
.section6 .col .tile img{ display: block; width: 100%; height: auto; object-fit: contain; border-radius: 6px; margin: 0 0 12px; }
/* section6 のキャプションを section4/5 と同じに統一 */
.section6 .col .tile .caption{
  margin-top: 0; font-size: 9px; line-height: 1.4; color: #555; text-align: center; word-break: break-word;
}
.section6 .col .tile:hover{ filter: brightness(0.98); }
.section6 .col .tile:focus-visible{ outline: 2px solid #7c6c5d; outline-offset: 2px; border-radius: 6px; }

/* =========================================================
   section4（TOPIX）… 7カラム（左右矢印＋中央5）
   ※ section4/5/6 は通常フロー（transformなし）
========================================================= */
/* .section4{
  width: 1400px; margin: 0 auto; padding-top: 45px; margin-bottom: 60px; position: relative; z-index: 1;
} */
/* .section4 .container{ width: 100%; max-width: 1400px; text-align: right; margin: 0 auto; } */
.section4 h2{ color: #7c6c5d; text-align: center; font-size: 29px; font-family: avenir-next-world, sans-serif;
font-weight: 700; font-style: normal; line-height: 1.3; margin: 0; }
.section4 > .container > p{ color: #000; text-align: center; font-size: 9px; font-weight: 700; line-height: 1.3; margin: 6px 0 -78px; }
.section4 .container > a{
  display: inline-block; background: #4d4b4b; color: #fff; font-weight: bold; font-size: 11px; padding: 8px 20px; border-radius: 3px; text-decoration: none;
  margin: 61px 200px 0 0; vertical-align: middle;
}
/* 行（1100px＝900＋100×2 に収める） */
/* .section4 .row{
  display: flex; justify-content: center; align-items: center; gap: var(--gap);
  max-width: calc(var(--s3w) + var(--overhang) * 2); margin: 20px auto 40px; width: 100%; */
}
/* 矢印 */
/* .section4 .col:first-child, .section4 .col:last-child{
  flex: 0 0 var(--arrowW); max-width: var(--arrowW); display: flex; align-items: center; justify-content: center;
} */
/* .section4 .col:first-child img, .section4 .col:last-child img{ width: 15px; height: auto; margin: 0; object-fit: contain; display: block; } */
中央5カラム
/* .section4 .col:not(:first-child):not(:last-child){
  flex: 0 0 calc(( calc(var(--s3w) + var(--overhang) * 2) - (var(--gap) * 6) - (var(--arrowW) * 2) ) / 5);
  max-width: calc(( calc(var(--s3w) + var(--overhang) * 2) - (var(--gap) * 6) - (var(--arrowW) * 2) ) / 5);
  box-sizing: border-box; display: flex; flex-direction: column; align-items: center; text-align: center;
} */
.section4 .col img{ width: 100%; height: auto; object-fit: contain; border-radius: 4px; margin: 12px 0 6px; }
 .section4 .caption{ margin-top: auto; font-family: a-otf-ud-shin-go-pr6n, sans-serif;
font-weight: 300;
font-style: normal; font-size: 9px; line-height: 1.4; color: #555; word-break: break-word; }

/* =========================================================
   section5（CSR）… section4 と同じ幅配分＋背景拡張
========================================================= */
/* .section5{
  width: 1400px; margin: 0 auto; padding-top: 45px; margin-bottom: 60px; position: relative; z-index: 1;
} */
/* .section5 .container{
  position: relative; width: 100%; max-width: 1400px; background-color: #f2f4ef; text-align: right; margin: 0 auto;
} */
/* .section5 .container::before{
  content: ""; position: absolute; left: 0; right: 0; top: -30px; bottom: -30px; background-color: inherit; z-index: -1;
} */
.section5 h2{ color: #7c6c5d; text-align: center; font-size: 29px; font-family: avenir-next-world, sans-serif;
font-weight: 700;font-style: normal; line-height: 1.3; margin: 0; }
.section5 > .container > p{ color: #000; text-align: center; font-size: 9px; font-weight: 700; line-height: 1.3; margin: 6px 0 -78px; }
.section5 .container > a{
  display: inline-block; background: #4d4b4b; color: #fff; font-weight: bold; font-size: 11px; padding: 8px 20px; border-radius: 3px; text-decoration: none;
  margin: 61px 200px 0 0; vertical-align: middle;
}
/* 行・配分：section4 と同じ（1100px） */
.section5 .row{
  display: flex; justify-content: center; align-items: center; gap: var(--gap);
  max-width: calc(var(--s3w) + var(--overhang) * 2); width: 100%; margin: 20px auto 40px;
}
/* .section5 .col:first-child, .section5 .col:last-child{
  flex: 0 0 var(--arrowW); max-width: var(--arrowW); display: flex; align-items: center; justify-content: center;
}
.section5 .col:first-child img, .section5 .col:last-child img{ width: 15px; height: auto; margin: 0; object-fit: contain; display: block; } */
/* .section5 .col:not(:first-child):not(:last-child){
  flex: 0 0 calc(( calc(var(--s3w) + var(--overhang) * 2) - (var(--gap) * 6) - (var(--arrowW) * 2) ) / 5);
  max-width: calc(( calc(var(--s3w) + var(--overhang) * 2) - (var(--gap) * 6) - (var(--arrowW) * 2) ) / 5);
  box-sizing: border-box; display: flex; flex-direction: column; align-items: center; text-align: center;
}*/
.section5 .col img{ width: 100%; height: auto; object-fit: contain; border-radius: 4px; margin: 12px 0 6px; }
.section5 .caption{ margin-top: auto; font-family: a-otf-ud-shin-go-pr6n, sans-serif;
font-weight: 300;
font-style: normal; font-size: 9px; line-height: 1.4; color: #555; word-break: break-word; } */

/* =========================================================
   section6（OUR TOWN）
========================================================= */
.section6{
  width: 1200px; margin: 0 auto; padding: 60px 0; background: #fff; position: relative; z-index: 1;
}
.section6 .container{
  width: 100%; max-width: 1200px; margin: 0 auto; text-align: center; padding-inline: var(--s6-sidepad);
}
.section6 h2{ color: #7c6c5d; text-align: center; font-size: 29px; font-family: avenir-next-world, sans-serif;
font-weight: 700; font-style: normal; line-height: 1.3; margin: 0 0 4px; }
.section6 > .container > p{ color: #000; text-align: center; font-size: 10px; font-weight: 700; line-height: 1.3; margin: 0 0 40px; }
.section6 .row{ display: flex; justify-content: space-between; align-items: stretch; gap: 20px; }
.section6 .col{
  flex: 0 0 calc((100% - 60px) / 4);
  box-sizing: border-box; text-align: center; display: flex; flex-direction: column; align-items: center; background: transparent;
}

/* =========================================================
   Footer（“コピーライトできっちり終わる”）
========================================================= */
footer{
  width: 1200px; margin: 0 auto; padding: 37px 0 0; background: #fff;
  position: relative; z-index: 0; display: flex; flex-direction: column; align-items: center;
}

/* 上段3カラム */
footer .row{ display: flex; justify-content: center; align-items: flex-start; gap: 12px; width: 100%; box-sizing: border-box; }
footer .col{ flex: 0 1 243px; box-sizing: border-box; text-align: center; display: flex; flex-direction: column; align-items: center; background: transparent; }

/* 画像はブロック化（行ボックスの隙間除去） */
footer img{ max-width: 100%; height: auto; display: block; }

/* ロゴ */
footer .logo{ max-width: 262px; width: 100%; margin: 0 auto 16px; padding: 0; }

/* テキスト */
footer h2{font-family: avenir-next-world, sans-serif;
font-weight: 700;font-style: normal; font-size: 19px; color: #000; margin: 0; }
footer .caption{ font-family: avenir-next-world, sans-serif;
font-weight: 700;
font-style: normal; font-size: 25px; color: #000; margin: -2px 0; }
footer p{font-family: a-otf-ud-shin-go-pr6n, sans-serif;
font-weight: 300; font-style: normal; font-size: 10px; text-align: left; color: #000; margin: 4px 0; }

/* お問い合わせ見出し下の線（カラム幅いっぱい） */
footer .col:nth-child(2) hr{
  align-self: stretch; width: 205%; height: 1px; background: #000; border: 0; margin: 4px 0 8px; box-sizing: border-box;
}

/* メールボタン */
footer .mail{
  display: flex; align-items: center; justify-content: center; gap: 8px; text-align: center; color: #fff; text-decoration: none; font-family: avenir-next-world, sans-serif; font-weight: 700; font-style: normal;
  background: #7c6c5d; font-size: 13px; padding: 12px 24px; border-radius: 3px; margin-top: 33px; width: 100%; max-width: 300px; box-sizing: border-box;
}
footer .mail img{ width: 23px; height: auto; flex: 0 0 auto; }

/* 下段リンク */
footer .links{ width: 100%; text-align: center; font-family: a-otf-ud-shin-go-pr6n, sans-serif;
font-weight: 300;
font-style: normal; font-size: 10px; color: #000; margin: 20px 0 10px; }

/* 装飾画像（はみ出し防止） */
footer .footer-image{ width: 100%; max-width: 1200px; margin: 0 auto 6px; padding: 0; box-sizing: border-box; }
footer .footer-image img{ width: 100%; height: auto; display: block; margin: 0; padding: 0; }

/* コピーライト（最下部にピタッと） */
footer .copyright{
  text-align: center; font-size: 10px; color: #fff; line-height: 1; margin: -21px 0 0; padding: 0;
}


/* =========================================================
   追加CSS_2025_10_22
========================================================= */
/* common */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  position: relative;
}

a {
  transition: all 0.6s;
}
a:hover {
  opacity: 0.6;
}
.title:hover {
  opacity: 0.6;
}
.normal__btn {
  text-align: left;
  margin-bottom: 16px;
}
.normal__btn a:hover {
  color: #7c6c5d;
  background: #fff;
  border: 1px solid #7c6c5d;
} 

.col2 a:hover {
  color: #fff;
  background: #7c6c5d;
  border: 1px solid #7c6c5d;
}

.section1,
.section2,
.section4,
.section5 {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
}

.section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.heading{
  font-family: "avenir-next-world", sans-serif;
  font-weight: 700;
  font-size: 5.6rem;
  line-height: 1.14;
  letter-spacing: 0.05em;
  color: #7c6c5d;
  display:inline-block;
}
.heading2{
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #7c6c5d;
  margin-bottom: 40px;
  display:inline-block;
}

/* header */
header{
  position: absolute;
  z-index: 100;
  left:0;
  top:48px;
  width: 100%;
  max-width: 1920px;
  height: 85px;
}
header .flex-container {
  display: flex;
  justify-content: space-between;
  width:96%;
  max-width: 1920px;
  margin-inline: auto;
}
header h1 {
  max-width: 500px;
  width:27%;
}
header .logo {
  max-width: 500px;
  width:100%;
  display: block;
}
header img  {
  max-width: 500px;
  width:100%;
  height: auto;
}
header ul {
  display: flex;
  justify-content: space-between;
  width:70%;
  max-width: 850px;
  gap: 20px;
  height: auto;
}
header ul li a {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: clamp(1.2rem, 0.2rem + 1.25vw, 1.7rem) !important;
  font-weight: 700;
  color: #000;
  display: inline-block;
  text-decoration: none;
  position: relative;;
}
header ul li a::after{
  content: "";
  width:100%;
  height: 3px;
  background-color: #333;
  position: absolute;
  bottom: -8px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: all .6s;
}
header ul li a:hover::after {
  transform: scale(1, 1);
}


/* section1 */
.section1 .flex-container{
  display: flex ;
  width: 100%;
  max-width: 1920px;
  position: relative;
}
.section1 .main-img {
  position: relative;
  display: flex ;
  justify-content: flex-end;
}
.section1 .vertical {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.15em;
  color: #000;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  z-index: 10;
  top: 40%;
  left: 20%;
  transform: translateY(-40%);
}
.section1 figure {
  width:71%;
  max-width:none;
}
.section1 figure img {
  width: 100%;
}
.section1 .section-title {
  width:180px;
}
.section1 .container {
  position: absolute;
  left: 10.8%;
  bottom: 90px;
  width: 49.5%;
  max-width: 850px;
  z-index: 10;
}
.section1 .news-list {
  background: #fff;
  padding:8px;
  width: 90.5%;
}
.section1 .news-item {
  background: transparent;
  border-bottom: none;
}
.section1 .news-item a:hover {
  opacity: 0.6;
}
.section1 .news-block {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  column-gap: 16px;
}
.section1 .news-item time {
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  width:85px;
  justify-content: center;
}
.section1 .news-item a {
  flex-wrap: nowrap;
  align-items: center;
  column-gap: 16px;
}
.section1 .news-text {
  font-size: clamp(1.2rem, 0.2rem + 1.25vw, 1.7rem);
  font-weight: 700;
  line-height: 1.67;
  color: #000;
}
.section1 .news-category {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  background: #7c6c5d;
  border-radius: 2px;
  width: 70px;
  height: 18px;
  margin-right:0;
  justify-content: center;
}
.section1 .pink{
  background: #c89482;
}
.section1 .news-more {
  display: flex;
  justify-content: flex-end;
}
.normal__btn a {
  display: inline-block;
  width: 20%;
  width: 150px;
  margin-left: 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  background: #7c6c5d;
  font-size: 1.7rem;
  padding-inline: 20px;
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
}

/* トップの画像を右から左へスライドインする */
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(150px);
  }
  
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.slideInRight {
  animation-name: slideInRight;
  animation-duration: 1s;
  animation-timing-function: ease;
}
section1 {
  overflow: hidden;
}


/* section2 */
.section2 {
  padding-block: 104px 192px;
  position: relative;
}
.section2::before {
  content: "";
  max-width: 460px;
  width: 24%;
  object-fit: contain;
  aspect-ratio: 460/115;
  height:auto;
  background: url(../images/section2-02.png) no-repeat left top / contain;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
}
.section2 .section-title {
  margin-bottom: 56px;
  width: 312px;
}
.section2 .heading2 {
  margin-bottom: 0;
}
.section2 .flex__container {
  display:flex;
  justify-content: flex-end;
  position: relative;
}
.section2 figure {
  width:42.5%;
  max-width: 817px;
  position: absolute;
  top:-60%;
  left:9.4%;
  z-index: 10;
}
.section2 figure img {
  width:100%;
}
.section2 .container {
  width:48%;
  margin-left: 0;
}
.section2 .row {
  width:60%;
}
.section2 .section2-text {
  padding-left: 96px;
}
.section2 h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.67;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
.section2 h3 + p {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.64;
  letter-spacing: 0.05em;
}

/* section3 */
.section3 {
  margin-bottom: 60px;
  width: 100%;
  max-width: 1820px ;
  margin-inline: auto;
}
.section3 .container {
  position: relative;
}
.section3 .container figure {
  position: absolute;
  width: 100%;
  max-width: 1920px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}
.section3 .container figure img {
  width: 100%;
  height: auto;
  display: block;
}
.section3 .row {
  width: 70.8%;
  margin-inline: auto;
  margin-bottom: 88px;
  position: relative;
}
.section3 .service-container,
.section3 .works-container {
  position: relative;
  z-index: 10;
}
.section3 .service-container {
  padding-top: 88px;
  width: 100%;
}
.section3 .heading,
.section3 .heading2 {
  color: #fff;
  text-align: center;
  display: block;
  position: relative;
  z-index: 10;
}
.section3 .heading {
  font-weight: 700;
  font-size: 5.6rem;
  line-height: 1.14;
  letter-spacing: 0.05em;
}
.section3 .heading2 {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-bottom: 88px;
}

.section3 .works-container{
  width: 100%;
  position: relative;
  z-index: 10;
}

.section3 .block {
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 65%;
  max-width: 1280px;
  margin-inline: auto;
  flex-wrap: wrap;
}
.section3 .col2 {
  padding-inline: 45px;
  height: 80px;
  /* line-height: 54px; */
  background: transparent;
  text-align: center;
  margin-bottom: 8px;
  padding:0;
}
.section3 .col2 a {
  font-size: 1.2rem;
  font-weight: 700;
  background: #fff;
  height: 80px;
  line-height: 80px;
  padding:1px 45px;
  border: 1px solid #fff;
  display: block;
  border-radius: 5px;
}
.section3 .col2 a:hover {
  background: #7c6c5d;
  color: #fff;
  border-radius: 5px;
}

/* section4,section5 */
.section4 {
  padding-block:74px;
  background: #fff;
  margin-bottom: 0;
}
.section5 {
  margin-bottom: 0;
  background: #f2f4ef;
  padding-block: 64px 72px;
}
.section5 .container::before {
  content: none;
}
.section4 .heading,
.section5 .heading,
.section6 .heading {
  font-size: 5.6rem;
  line-height: 1.14;
  letter-spacing: 0.05em;
  display: block;
}
.section4 .heading2,
.section5 .heading2,
.section6 .heading2 {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-bottom: 40px !important;
  display: block;
}
.section4 .row,
.section5 .row {
  width: 100%;
  max-width: 1725px;
  margin-inline: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.section4 .col .title,
.section5 .col .title {
  width: 100%;
  max-width: 313px;
  display: flex;
  flex-direction: column;
}
.section4 .container-box,
.section5 .container-box {
  width: 100%;
  padding-inline: calc((1920px - 89.8%) / 2);
  margin-inline: auto;
  display: flex;
  gap: 16px;
  flex-direction: column;
  position: relative;
}
.section4 .normal__btn,
.section5 .normal__btn {
  text-align: right;
  margin-bottom: 0;
}
.section4 .normal__btn a,
.section5 .normal__btn a {
  display: inline-block;
  width: 150px;
  margin-right: 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  background: #7c6c5d;
  font-size: 1.7rem;
  padding-inline: 20px;
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
}
.section4 .col .title img,
.section5 .col .title img {
  width: 100%;
  max-width: 313px;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}
.section4 .col .title .caption, 
.section5 .col .title .caption,
.section6 .col .title .caption {
  margin-top: 16px;
  font-size: 1.5rem;
  line-height: 1.67;
  font-weight: 700;
  color: #000;
  text-align: left;
}

/* swiper */
.swiper-wrapper {
  height: auto;
}
.swiper-slide {
  height: auto;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
}
.swiper-button-prev,
.swiper-button-next {
  height: 35px !important;
  width: 35px !important;
}
.swiper-button-prev{
left:-15px
}
.swiper-button-next{
right: -15px;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: none; 
}
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "" !important;
  position: absolute;
  /* top: 0; */
  height: 35px;
  margin: auto;
  width: 35px;
  z-index: 100;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(../images/left_arrow.png);
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(../images/right_arrow.png);
}
/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

/* section6 */
.section6 {
  padding-block: 80px 128px;
}
.section6 .container  {
  width:100%;
  max-width: 1920px;
  padding-inline: 0;  
}
.section6 .row {
  gap: 40px;
  width:71.5%;
  max-width: 1372px;
  margin-inline: auto;
}
.section6 .col .title {
  max-width: 313px;
  align-items: flex-start;
}
.section6 .col .title img {
  max-width: 313px;
  width:100%;
}
.section6 .col {
  max-width: 313px;
  width:24%;
}

/* footer */
footer {
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
}
footer .row {
  width: 100%;
  max-width: 1150px;
  margin-inline: auto;
  column-gap: 88px;
}
footer .col:first-of-type {
  flex: 0 1 39%;
  row-gap: 24px;
  align-items: flex-end;
}
footer .col:nth-of-type(2) {
  flex: 0 1 34%;
  align-items: flex-start;
  position: relative;
}
footer .col:nth-of-type(2)::after {
  content: "";
  width: 180%;
  height: 1px;
  background: #7c6c5d; /* #92cac0から変更 */
  position: absolute;
  left: 0;
  top: 36px;
}
footer .col:nth-of-type(2) p {
  font-size: 1.5rem;
}
footer .col:last-of-type {
  flex: 0 1 18.5%;
}
footer .logo {
  max-width: 447px;
  margin-bottom: 0;
}
footer .address {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
footer .address address {
  font-size: 1.2rem;
}
footer .address a {
  font-size: 1.2rem;
}
footer h2 {
  font-size: 2.5rem;
}
footer .caption {
  font-size:4.2rem;
  margin-left: 0;
  margin-top: 32px;
}
footer .caption small{
  font-size: 2.8rem;
}
footer .mail {
  margin-top:60px;
  font-size: 1.2rem;
  height: 60px;
  padding-inline: 12px;
  border-radius: 5px;
}
footer .footer-image {
  width: 100vw;
  max-width: none;
  margin-left: calc(50vw - 50%);
}
footer .links {
  margin-inline: auto;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 4.5;
  margin-block: 64px 40px;
}

@media not all and (min-width: 1920px){
  .section4 .normal__btn a {
    margin-right: 4vw;

  }
}