/* Reset
----------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  zoom: 1;
  /* hasLayout in IE */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}

header,
menu,
nav,
footer,
section,
article,
aside,
details,
summary,
figure,
figcaption {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::placeholder {
  color: #c9c9c9;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

img {
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  height: auto;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #333;
}

a:focus {
  outline: none;
}

a img {
  border: none;
  vertical-align: middle;
}

textarea {
  overflow: auto;
}

label {
  cursor: pointer;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  content: ".";
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

a {
  text-decoration: none;
  transition: all 0.5s;
}

a:hover {
  transition: all 0.5s;
}

strong {
  font-weight: normal;
}

ul,
ol {
  list-style-type: none;
}

body {
  font-family:
    "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS Pゴシック",
    "MS PGothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 1.5;
  color: #333;
  background: #fefefe;
  width: 100%;
}

.wrap {
  width: 100%;
  overflow-x: hidden;
}

h1 {
  font-weight: normal;
}

h2,
h3,
h4,
h5 {
  font-weight: bold;
}

.inner {
  margin: 0 auto;
  width: 1200px;
}

img {
  max-width: 100%;
}

a {
  cursor: pointer;
}

/* 左から出る前 */
.slidein_l {
  opacity: 0;
  transform: translateX(-80px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

/* 右から出る前 */
.slidein_r {
  opacity: 0;
  transform: translateX(80px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

/* 画面内に入った後 */
.slidein_l.scrollin,
.slidein_r.scrollin {
  opacity: 1;
  transform: translateX(0);
}

/* 最初は少し下に配置して非表示 */
.fadein {
  opacity: 0;
  transform: translateY(50px);

  transition:
    opacity 1s ease,
    transform 1s ease;
}

/* スクロールして画面内に入ったら表示 */
.fadein.scrollin {
  opacity: 1;
  transform: translateY(0);
}

/* ===================================
ヒーロー画像の切り替え
=================================== */

.hero__visual .hero__slide {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;

  opacity: 0;

  transition: opacity 1.5s ease;
}

/* 表示中の画像 */
.hero__visual .hero__slide.is-active {
  opacity: 1;
}
/*===============================================
画面サイズが1800px
===============================================*/
@media screen and (min-width: 1800px) {
  .cont05::before {
    background-size: 100% 100% !important;
  }
}

/*===============================================
画面サイズが430pxから1240pxまではここを読み込む　
===============================================*/
@media screen and (min-width: 432px) and (max-width: 1240px) {
  html,
  body,
  .wrap {
    width: 1240px;
  }
}

/*===============================================
横幅431px以上
===============================================*/
@media screen and (min-width: 432px) {
  .inner {
    width: 1200px;
    margin: 0 auto;
  }

  /* PC時 */
  .pc {
    display: inline;
  }

  .sp {
    display: none;
  }

  :root {
    --text: #2f2f2f;
    --white: #fff;
    --black: #2e2e2e;
    --gray: #f5f4f1;
    --light: #fafafa;
    --gold: #b99a58;
    --line: #d7d0c4;
    --inner: min(1200px, calc(100% - 48px));
  }

  * {
    box-sizing: border-box;
  }

  html {
    scroll-behavior: smooth;
  }

  body {
    margin: 0;
    color: var(--text);
    background: #fff;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.06em;
  }

  img {
    max-width: 100%;
    display: block;
  }

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

  .site {
    overflow: hidden;
  }

  .section-pad {
    padding: 120px 0;
    position: relative;
  }

  .message.section-pad {
    padding-top: 0;
    padding-bottom: 0;
  }

  .site-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    color: #fff;
    font-family: "Noto Serif JP", serif;
  }

  .site-header__inner {
    margin: 0 auto;
    padding: 28px 0 0;
    display: grid;
    grid-template-columns: 370px 1fr 320px;
    align-items: start;
    column-gap: 28px;
    width: 1200px;
  }

  .brand {
    display: block;
    min-width: 0;
  }

  .brand__sub {
    display: block;
    margin: 0 0 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }

  .brand__logo {
    width: 300px;
    height: auto;
    display: block;
  }

  .global-nav {
    width: 100%;
    padding-top: 4px;
    display: grid;
    gap: 17px;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.08em;
    margin-left: -100px;
  }

  .global-nav__row {
    display: grid;
    grid-template-columns: repeat(3, 95px);
    column-gap: 20px;
    justify-content: center;
  }

  .global-nav a {
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
  }

  .global-nav a:hover {
    opacity: 1;
  }

  .header-tel {
    padding-top: 2px;
    text-align: right;
    color: #fff;
    font-family: "Noto Serif JP", serif;
  }

  .header-tel span {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }

  .header-tel strong {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 26px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.04em;
  }

  .header-tel__icon {
    display: inline !important;
    margin: 4px 0 0 -5px !important;
    font-size: 22px !important;
    line-height: 1 !important;
  }

  .hero {
    position: relative;
    min-height: 760px;
    background: #222;
  }

  .hero__visual {
    position: absolute;
    overflow: hidden;
  }

  .hero__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero__visual--large {
    left: 0;
    top: 0;
    width: 50%;
    height: 760px;
  }

  .hero__visual--top {
    right: 0;
    top: 0;
    width: 50%;
    height: 380px;
  }

  .hero__visual--bottom {
    right: 0;
    bottom: 0;
    width: 50%;
    height: 380px;
  }

  .hero__shade {
    position: absolute;
    inset: 0;
    background: rgba(56, 59, 78, 0.5);
  }

  .hero__catch {
    position: absolute;
    top: 242px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    margin: 0;
    color: #fff;
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    font-size: 26px;
    font-weight: 100;
    line-height: 1.9;
    letter-spacing: 0.36em;
  }

  .hero__catch span {
    writing-mode: vertical-rl;
  }

  .section-title--vertical {
    padding: 120px 0 220px 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 18px;
  }

  .section-title--vertical span,
  .center-title span,
  .reason__cards article .contact__content span {
    color: var(--gold);
    font-size: 12px;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.12em;
  }

  .section-title--vertical h2 {
    margin: 0;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0.18em;
  }

  .section-title--vertical span {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    line-height: 1;
    margin-top: 4px;
  }

  .message {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
    padding-top: 88px;
    padding-bottom: 110px;
    display: grid;
    grid-template-columns: 220px 560px;
    justify-content: center;
    align-items: start;
    column-gap: 360px;
  }

  .message__body {
    padding-top: 120px;
  }

  .message__body h3 {
    margin: 0 0 42px;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: 0.08em;
    position: relative;
    padding-bottom: 16px;
  }

  .message__body h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(
      90deg,
      #b99a58 0%,
      #c8ad72 20%,
      rgba(185, 154, 88, 0.4) 70%,
      rgba(185, 154, 88, 0) 100%
    );
  }

  .message__body p {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 2.35;
  }

  .brush {
    position: absolute;
    z-index: -1;
    pointer-events: none;
  }

  .brush--message {
    width: 545px;
    left: calc(50% - 440px);
    top: 0px;
  }

  .brush--service {
    width: 700px;
    left: -300px;
    top: 0px;
  }

  .brush--company {
    width: 1500px;
    height: 760px;
    left: -160px;
    bottom: -60px;
    opacity: 0.05;
  }

  .reason {
    position: relative;
    padding: 60px 0 200px 112px;
    overflow: hidden;
  }

  .reason::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 350px;
    height: 420px;
    background: url("../img/img10.png") center 50% / cover no-repeat;
    z-index: 0;
  }

  .reason__cards article {
    position: relative;
    width: 170px;
    height: 275px;
    background: rgba(255, 255, 255, 0.82);
    border: none;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 12px 16px;
  }

  .reason__cards article::before {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(60, 60, 60, 0.72);
    pointer-events: none;
  }

  .reason__head {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 74px;
  }

  .reason__head h2 {
    margin: 0 0 10px;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 0.08em;
  }

  .reason__head span {
    color: var(--gold);
    font-size: 11px;
    letter-spacing: 0.16em;
  }

  .reason__cards {
    position: relative;
    z-index: 1;
    width: min(850px, calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0px;
  }

  .reason__cards b {
    position: relative;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: #fff;
    background: var(--gold);
    display: grid;
    place-items: center;
    margin-bottom: 20px;
    padding-top: 11px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
  }

  .reason__cards b::before {
    content: "Point";
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 9px;
    font-weight: 300;
    letter-spacing: 0.02em;
  }

  .reason__cards p {
    margin: 0;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.12em;
  }

  .reason__card-text01,
  .reason__card-text02,
  .reason__card-text03,
  .reason__card-text04 {
    font-size: 20px;
  }

  .reason__card-text01 {
    letter-spacing: 0.1em;
  }

  .reason__card-text02 {
    letter-spacing: -0.01em;
  }

  .reason__card-text03 {
    letter-spacing: 0.3em;
  }

  .reason__card-text04 {
    letter-spacing: 0.4em;
  }

  /* =========================
    Service
  ========================= */

  .services {
    position: relative;
    padding: 220px 0 92px;
    overflow: hidden;
  }

  .services .inner {
    position: relative;
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
  }

  .services__title {
    position: absolute;
    left: 185px;
    top: -80px;
    z-index: 4;
    padding: 0;
    margin: 0;
  }

  .brush--service {
    left: calc(50% - 900px);
    top: 0px;
  }

  /* 右側の薄い透かし模様 */
  .services::after {
    content: "";
    position: absolute;
    right: calc(50% - 1000px);
    top: 545px;
    width: 964px;
    height: 985px;
    background: url("../img/img12.png") center / contain no-repeat;
    pointer-events: none;
  }

  /* 各サービス */
  .service {
    position: relative;
    min-height: 435px;
    margin-bottom: 90px;
  }

  /* グレー背景帯 */
  .service::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 1200px;
    height: 385px;
    background: #f3f2ef;
  }

  /* 画像共通 */
  /* .service__image {
    position: relative;
    z-index: 1;
    overflow: hidden;
  } */

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

  /* 白カード */
  .service__card {
    position: absolute;
    z-index: 3;
    width: 500px;
    min-height: 265px;
    background: #fff;
    padding: 51px 0 51px 80px;
    box-sizing: border-box;
  }

  .service__card__flex,
  .service_head {
    display: flex;
    align-items: center;
  }

  .service__card span {
    display: block;
    width: 50px;
    margin-bottom: 12px;
    font-size: 18px;
    letter-spacing: 0.08em;
  }

  .service__card h3 {
    margin: 0 0 18px;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0.08em;
  }

  .service__card p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.04em;
  }

  .service__card a {
    display: inline-flex;
    align-items: center;
    gap: 25px;
    font-size: 16px;
    color: #333;
    letter-spacing: 0.06em;
  }

  .service__card a::before {
    content: "";
    width: 80px;
    height: 1px;
    background: #333;
  }

  /* =========================
    01 右画像・左カード
  ========================= */

  .service_box01 {
    margin-top: 10px;
  }

  .service_box01 .service__image {
    position: relative;

    width: 1080px;
    height: 435px;

    left: calc(50% - 100px);
  }

  /* .service_box01 .service__image img {
    object-position: right center;
  } */

  .service_box01 .service__card {
    left: 67px;
    top: 235px;
  }

  .service_box01::after {
    left: 0;
    right: 0;
    top: 174px;
    margin: 0 auto;
  }

  /* =========================
    02 左画像・右カード
  ========================= */

  .service_box02 {
    position: relative;
    min-height: 520px;
    margin-top: 260px;
    margin-bottom: 120px;
  }

  /* 画像を画面中央基準で左へ広げる */
  .service_box02 .service__image {
    position: relative;
    z-index: 1;
    width: calc(50vw + 420px);
    height: 435px;
    margin-left: calc(50% - 960px);
  }

  .service_box02 .service__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  /* 白カード */
  .service_box02 .service__card {
    right: 70px;
    top: 200px;
    width: 500px;
    min-height: 265px;
  }

  /* グレー背景 */
  .service_box02::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0px;
    top: 130px;
    width: 1200px;
    height: 400px;
    background: #f3f2ef;
  }

  /* =========================
    03 右画像・左カード
  ========================= */

  .service_box03::before {
    content: "";
    position: absolute;
    left: calc(50% - 1100px);
    top: -150px;
    width: 964px;
    height: 985px;
    background: url("../img/img26.png") center / contain no-repeat;
    pointer-events: none;
  }

  .center-title {
    text-align: center;
    margin-bottom: 120px;
  }

  .center-title h2 {
    margin: 0 0 10px;
    font-size: 26px;
    font-weight: 300;
  }

  .works {
    width: var(--inner);
    margin: 0 auto;
    padding-top: 60px;
  }

  .works__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .work-card {
    position: relative;
    display: block;
    cursor: pointer;

    box-shadow: 10px 10px 0 #2d2d2d;

    transition:
      transform 0.3s ease,
      box-shadow 0.3s ease;
  }

  .work-card:hover {
    transform: translate(5px, 5px);
    box-shadow: 5px 5px 0 #2d2d2d;
  }

  .work-card img {
    width: 100%;
    height: 390px;
    object-fit: cover;
  }

  .work-card span {
    position: absolute;
    top: -50px;
    left: 23px;
    background: #333;
    color: #fff;
    writing-mode: vertical-rl;
    padding: 20px 12px;
    font-size: 20px;
    letter-spacing: 0.3em;
    width: 70px;
    height: 260px;
    box-sizing: border-box;
    text-align: center;
    line-height: 48px;
  }

  .company_section_title {
    padding: 120px 0 80px 260px !important;
    margin-left: 0;
    width: fit-content;
  }

  .company__text p {
    margin: 0 0 17px 140px;
    font-size: 14px;
    line-height: 2.15;
  }

  .company__text .text02 {
    margin-top: 40px;
  }

  .company {
    position: relative;
    z-index: 1;
    height: 760px;
  }

  .company .inner {
    height: 760px;
  }

  .company:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 1500px;
    height: 760px;
    background-color: #f7f7f7;
    background-image: url("../img/img27.png");
    background-position: center;
    background-size: cover;
    z-index: -1;
  }

  .company__image {
    position: relative;
    width: 840px;
    height: 550px;
    top: -500px;
    pointer-events: none;
  }

  .company__image img {
    position: absolute;
    right: -600px;
  }

  .company a {
    display: inline-flex;
    align-items: center;
    gap: 25px;
    font-size: 16px;
    color: #333;
    letter-spacing: 0.06em;
    padding: 30px 0 0 140px;
  }

  .company a::before {
    content: "";
    width: 80px;
    height: 1px;
    background: #333;
  }

  .news {
    width: 1200px;
    margin: 0 auto;
  }

  .news__box {
    width: 1200px;
    margin: 0 auto;
    background: #2f2f2f;
    color: #fff;
    padding: 90px 120px 90px 120px;
    position: relative;
    box-sizing: border-box;
  }

  .news__box::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../img/img28.png");
  }

  /* 上部 */
  .news__head {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 120px 1fr 268px;
    align-items: center;
    gap: 36px;
    margin-bottom: 22px;
  }

  .news__head h2 {
    margin: 0;
    color: var(--gold);
    font-size: 38px;
    font-weight: 300;
    letter-spacing: 0.06em;
  }

  .news__head p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.82);
    width: 600px;
  }

  .news__head a {
    color: var(--gold);
    font-size: 16px;
    text-decoration: none;
    position: relative;
    padding-left: 130px;
  }

  .news__head a::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    width: 90px;
    height: 1px;
    background: var(--gold);
  }

  /* 白いニュース一覧 */
  .news__list {
    position: relative;
    z-index: 1;
    list-style: none;
    margin: 0;
    padding: 30px 40px;
    width: 960px;
    background: #fff;
    color: var(--text);
    height: 200px;
    margin-top: 26px;
  }

  .news__list li {
    display: grid;
    grid-template-columns: 90px 84px 1fr;
    gap: 30px;
    align-items: center;
    font-size: 16px;
    padding: 8px 0;
  }

  .news__list li + li {
    border-top: none;
  }

  .news__list time {
    font-size: 16px;
    width: 100px;
  }

  .news__list span {
    background: #e8e5df;
    padding: 5px 12px;
    text-align: center;
    font-size: 14px;
  }

  .news__list a {
    color: var(--text);
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .contact {
    position: relative;
    min-height: 405px;
    display: grid;
    place-items: center;
    text-align: center;
    overflow: hidden;
  }

  .contact__content span {
    color: var(--gold);
    font-size: 11px;
    letter-spacing: 0.16em;
    margin: 10px 0 0 0;
    display: block;
  }

  .contact > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .contact::after {
    content: "";
    position: absolute;
    inset: 0;
    height: 405px;
    background-image: url("../img/img22.png");
  }

  .contact__content {
    position: relative;
    z-index: 1;
    width: var(--inner);
  }

  .contact__content h2 {
    font-size: 25px;
    font-weight: 300;
  }

  .contact__content p {
    font-size: 16px;
  }

  .contact__content .contact__text01 {
    margin: 60px 0 40px 0 !important;
  }

  .contact__actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
  }

  .contact__tel {
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    position: relative;
  }

  .contact__tel::before {
    content: "";
    position: absolute;
    left: -35px;
    top: 56%;
    transform: translateY(-50%);
    width: 20px;
    height: 24px;
    background-image: url("../img/tel_3.png");
  }

  .contact__btn-wrapper {
    width: 296px;
    height: 40px;
    background: #333;
    text-align: center;
    line-height: 40px;
  }

  .contact__btn {
    display: block;
    color: #fff;
    font-size: 16px;
    position: relative;
    padding-left: 35px;
    width: 100%;
  }

  .contact__btn::before {
    content: "";
    position: absolute;
    left: 85px;
    top: 65%;
    transform: translateY(-50%);
    width: 21px;
    height: 25px;
    background-image: url("../img/mail.png");
    background-repeat: no-repeat;
  }

  .contact__actions > :nth-child(4) {
    margin-left: 40px;
  }
  .company__text > a {
    cursor: pointer;
  }

  .footer {
    background: #333;
    color: #fff;
    height: 500px;

    display: flex;
    align-items: center;
    /* 縦中央 */
  }

  .footer__inner {
    width: var(--inner);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 260px;
    gap: 60px;
  }

  .footer__brand span {
    display: block;
    font-size: 12px;
    margin-bottom: 8px;
  }

  .footer__brand strong {
    display: block;
    font-size: 25px;
    margin-bottom: 22px;
  }

  .footer__brand p {
    margin: 0;
    font-size: 16px;
    line-height: 2;
  }

  .footer .brand__logo {
    margin-bottom: 30px;
  }

  .footer__nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 0px;
    align-content: start;
    font-size: 16px;
  }

  /* =========================
   Footer dropdown / PC
========================= */

  .footer__nav > a,
  .footer-nav-parent {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    letter-spacing: 0.06em;
  }

  .footer-nav-item {
    position: relative;
  }

  .footer-nav-parent {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
  }

  /* PCでは最初は非表示 */
  .footer-nav-submenu {
    position: absolute;
    left: 0;

    /* 親メニューとの隙間をなくす */
    bottom: 100%;

    z-index: 10;
    width: 190px;
    padding: 10px 14px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);

    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    pointer-events: none;

    transition:
      opacity 0.3s ease,
      visibility 0.3s ease,
      transform 0.3s ease;
  }

  .footer-nav-submenu a {
    display: block;
    padding: 9px 4px;
    color: #333;
    font-size: 13px;
    line-height: 1.6;
    white-space: nowrap;
  }

  .footer-nav-submenu a + a {
    border-top: 1px solid rgba(51, 51, 51, 0.15);
  }

  .footer-nav-submenu a:hover {
    color: var(--gold);
  }

  /* PC：事業紹介にマウスを乗せたとき */

  .footer-nav-item--service:hover .footer-nav-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
}

/* SP header parts hidden on PC */
.sp-header-actions,
.sp-menu-panel {
  display: none;
}

.lower-hero__title {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 222px;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
}

/* =========================================================
   下層ページ共通
   ========================================================= */

.lower-page .site-header__inner {
  padding: 18px 0 18px;
}

.lower-page .site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(51, 51, 51, 0.8);
}
.lower-page {
  background: #fff;
}

.lower-hero {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
  background: #222;
}

.lower-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 32px;
}

.lower-hero__title h1 {
  margin: 0 0 3px;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.12em;
}

.lower-hero__title span {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.12em;
}

.breadcrumb {
  padding: 22px 0 0;
  font-size: 14px;
  color: #333;
  letter-spacing: 0.08em;
}

.breadcrumb a {
  color: #333;
}

.breadcrumb a::after {
  content: "-";
  margin: 0 16px;
  color: #aaa;
}

/* =========================================================
   SP only / max-width: 431px
   ========================================================= */
@media screen and (max-width: 431px) {
  :root {
    --text: #2f2f2f;
    --white: #fff;
    --black: #2f2f2f;
    --gray: #f4f3f0;
    --light: #fafafa;
    --gold: #b99a58;
    --line: #d7d0c4;
    --inner: calc(100% - 40px);
  }

  * {
    box-sizing: border-box;
  }

  html,
  body,
  .wrap,
  .site {
    width: 100%;
    min-width: 0;
    overflow-x: hidden;
  }

  body {
    margin: 0;
    background: #fff;
    color: var(--text);
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.05em;
    line-height: 1.8;
    word-break: normal;
  }

  img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: inline !important;
  }

  .inner {
    width: var(--inner);
    margin: 0 auto;
  }

  .section-pad {
    padding: 72px 0;
  }

  /* header */
  .site-header {
    position: absolute;
    inset: 0 auto auto 0;
    z-index: 20;
    width: 100%;
    color: #fff;
    font-family: "Noto Serif JP", serif;
  }

  .site-header__inner {
    width: 100%;
    padding: 18px 20px 0;
    display: block;
  }

  .brand__sub {
    display: block;
    margin: 0 0 5px;
    color: #fff;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }

  .brand__logo {
    width: 190px;
    height: auto;
  }

  .global-nav,
  .header-tel {
    display: none !important;
  }

  /* hero */
  .hero {
    position: relative;
    height: 480px;
    overflow: hidden;
  }

  /* 共通 */
  .hero__visual {
    position: absolute;
    overflow: hidden;
  }

  .hero__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* 上１枚 */
  .hero__visual--large {
    top: 0;
    left: 0;
    width: 100%;
    height: 360px;
  }

  /* 左下 */
  .hero__visual--top {
    left: 0;
    top: 360px;
    width: 50%;
    height: 360px;
  }

  /* 右下 */
  .hero__visual--bottom {
    right: 0;
    top: 360px;
    width: 50%;
    height: 360px;
  }

  /* 少し暗く */
  .hero__shade {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 2;
  }

  /* キャッチコピー */
  .hero__catch {
    position: absolute;
    z-index: 3;

    top: 170px;
    left: 50%;
    transform: translateX(-50%);

    display: flex;
    flex-direction: row-reverse;
    gap: 12px;

    color: #fff;
    font-size: 30px;
    letter-spacing: 0.2em;
  }

  .hero__catch span {
    writing-mode: vertical-rl;
  }

  /* common vertical title */
  .section-title--vertical {
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 12px;
  }

  .section-title--vertical span,
  .center-title span,
  .reason__head span,
  .contact__content span {
    color: var(--gold);
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0.12em;
  }

  .section-title--vertical span {
    writing-mode: vertical-rl;
    line-height: 1;
    margin-top: 3px;
  }

  .section-title--vertical h2 {
    margin: 0;
    writing-mode: vertical-rl;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0.18em;
  }

  .brush {
    position: absolute;
    z-index: -1;
    pointer-events: none;
  }

  /* message */
  .message {
    position: relative;
    display: block;
    width: 100%;
    min-height: 650px;
    padding: 72px 20px 80px;
  }

  .message .section-title--vertical {
    position: relative;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
    width: 96px;
    margin: 0 0 38px;
    padding: 0;
  }

  .message .section-title--vertical span {
    writing-mode: vertical-rl;
    color: var(--gold);
    font-size: 11px;
  }

  .message .section-title--vertical h2 {
    writing-mode: vertical-rl;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.85;
  }

  .message__body {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .message__body h3 {
    margin: 0 0 28px;
    padding: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 2;
  }

  .message__body h3::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 40px;
    width: 100%;
    height: 1px;
    background: linear-gradient(
      90deg,
      rgb(185, 154, 88) 0%,
      rgb(200, 173, 114) 20%,
      rgba(185, 154, 88, 0.4) 70%,
      rgba(185, 154, 88, 0) 100%
    );
  }

  .message__body p {
    margin: 0 0 16px;
    font-size: 13px;
    line-height: 2.35;
    letter-spacing: -0.05em;
  }

  .message__body br,
  .company__text br,
  .news__head br,
  .service__card br {
    display: none;
  }

  /* reason */
  .reason {
    position: relative;
    padding: 0 0 126px;
    overflow: hidden;
  }

  .reason::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 224px;
    height: 301px;
    background: url("../img/img10.png") center / cover no-repeat;
    opacity: 0.72;
    z-index: 0;
  }

  .reason__head {
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 20px 20px;
  }

  .reason__head h2 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }

  .reason__cards {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    justify-content: center;
  }

  .reason__cards article {
    position: relative;
    width: 20%;
    height: 205px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: none;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 8px 14px;
  }

  .reason__cards article::before {
    content: "";
    position: absolute;
    inset: 8px;
    border: 1px solid rgba(60, 60, 60, 0.55);
    pointer-events: none;
  }

  .reason__cards b {
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #fff;
    background: var(--gold);
    display: grid;
    place-items: center;
    margin-bottom: 14px;
    padding-top: 9px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
  }

  .reason__cards b::before {
    content: "Point";
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 7px;
    letter-spacing: 0.02em;
  }

  .reason__cards p {
    margin: 0;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 13px;
    line-height: 1.55;
    letter-spacing: 0.1em;
  }

  .reason_span_text02 {
    letter-spacing: 0.01em;
  }

  .reason__card-text01,
  .reason__card-text03,
  .reason__card-text04 {
    font-size: 16px;
  }

  .reason__card-text02 {
    font-size: 14px;
  }

  .reason__card-text03 {
    letter-spacing: 0.3em;
  }

  .reason__card-text04 {
    letter-spacing: 0.4em;
  }

  /* service */
  .services {
    position: relative;
    width: 100%;
    padding: 100px 0 42px;
    overflow: hidden;
  }

  .services .inner {
    position: relative;
    width: 100%;
  }

  .services__title {
    position: relative;
    left: -280px;
    /* 好きな位置に調整 */
    width: auto;
    margin: 0 0 42px;
    padding: 0;
  }

  .brush--service {
    width: 360px;
    left: -150px;
    top: 0;
    opacity: 0.3;
  }

  .services::after {
    content: "";
    position: absolute;
    right: -310px;
    top: 450px;
    width: 520px;
    height: 520px;
    background: url("../img/img12.png") center / contain no-repeat;
    opacity: 0.45;
    pointer-events: none;
  }

  .service,
  .service_box01,
  .service_box02,
  .service_box03 {
    position: relative;
    min-height: auto;
    margin: 0 0 42px;
  }

  .service::after,
  .service_box01::after,
  .service_box02::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0px;
    /* right: 20px; */
    top: 175px;
    width: 95%;
    height: 240px;
    margin: 0;
    background: #f3f2ef;
  }

  .service_box02::after {
    top: 174px;
    left: 20px;
  }

  .service_box03::before {
    content: "";
    position: absolute;
    left: -310px;
    top: -90px;
    width: 560px;
    height: 560px;
    background: url("../img/img26.png") center / contain no-repeat;
    opacity: 0.45;
    pointer-events: none;
  }

  .service_box01 .service__image,
  .service_box02 .service__image,
  .service_box03 .service__image,
  .service__image {
    position: relative;
    z-index: 1;
    left: auto;
    width: calc(90% - 10px);
    height: 260px;
    margin: 0 0 0 auto;
    overflow: hidden;
  }

  .service_box02 .service__image {
    margin: 0 auto 0 0;
  }

  .service__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .service_box01 .service__image img,
  .service_box03 .service__image img {
    object-position: center;
  }

  .service_box02 .service__image img {
    object-position: center;
  }

  .service_box01 .service__card,
  .service__card {
    position: relative;
    z-index: 3;
    left: 20px;
    top: -50px;
    width: calc(100% - 74px);
    min-height: 0;
    background: #fff;
    padding: 20px 28px 20px;
  }

  .service_box01::before {
    content: "";
    position: absolute;
    background-image: url("../img/img06.png");
    right: 30px;
    top: -270px;
    width: 100%;
    height: 100%;
  }

  .service_box02 .service__card {
    position: relative;
    z-index: 3;
    left: 50px;
    top: -50px;
    width: calc(100% - 74px);
    min-height: 0;
    background: #fff;
    padding: 20px 38px 20px;
  }

  .service_box03 .service__card {
    padding: 20px 38px 20px;
  }
  .service__card__flex {
    display: flex;
    align-items: baseline;
    gap: 12px;
  }

  .service__card span {
    display: block;
    width: auto;
    margin: 0 0 10px;
    font-size: 13px;
    letter-spacing: 0.08em;
  }

  .service__card h3 {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 300;
  }

  .service__card p {
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }

  .service__card a,
  .company a {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 0;
    font-size: 12px;
    color: #333;
    letter-spacing: 0.06em;
  }

  .service__card a::before,
  .company a::before {
    content: "";
    width: 52px;
    height: 1px;
    background: #333;
  }

  /* works */
  .works {
    width: var(--inner);
    margin: 0 auto;
    padding: 0px 0 86px;
  }

  .center-title {
    text-align: center;
    margin-bottom: 58px;
  }

  .center-title h2 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
  }

  .works__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 58px;
    max-width: none;
    margin: 0;
  }

  .work-card {
    position: relative;
    display: block;
    box-shadow: 7px 7px 0 #2d2d2d;
  }

  .work-card img {
    width: 100%;
    height: 210px;
    object-fit: cover;
  }

  .work-card span {
    position: absolute;
    top: -30px;
    left: 12px;
    width: 46px;
    height: 172px;
    padding: 14px 8px;
    background: #333;
    color: #fff;
    writing-mode: vertical-rl;
    text-align: center;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 0.22em;
    box-sizing: border-box;
  }

  /* company */
  .company {
    position: relative;
    z-index: 1;
    height: auto;
    padding: 82px 0 92px;
    overflow: hidden;
  }

  .company .inner {
    position: relative;
    width: var(--inner);
    height: auto;
    display: grid;
    grid-template-columns: 58px 1fr;
    column-gap: 24px;
  }

  .company::after {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    background-image: url("../img/img27.png");
    background-position: center;
    background-size: cover;
    z-index: -1;
  }

  .company_section_title,
  .company__title {
    grid-column: 1;
    grid-row: 1;
    width: auto;
    margin: 0;
    padding: 0 !important;
  }

  .company__text {
    grid-column: 2;
    grid-row: 1;
    padding-top: 6px;
  }

  .company__text p {
    margin: 0 0 16px;
    font-size: 12px;
    line-height: 2.15;
    letter-spacing: 0.04em;
  }

  .company__text .text02 {
    margin-top: 24px;
  }

  .company__image {
    grid-column: 1 / -1;
    position: relative;
    width: calc(100% + 20px);
    height: 250px;
    top: auto;
    margin: 42px 0 0 auto;
    overflow: hidden;
  }

  .company__image img {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .company a {
    margin-top: 12px;
  }

  /* news */
  .news {
    width: 100%;
    margin: 0;
    padding: 74px 10px;
  }

  .news__box {
    width: 100%;
    margin: 0 auto;
    padding: 38px 22px 42px;
    background: #2f2f2f;
    color: #fff;
    position: relative;
    box-sizing: border-box;
  }

  .news__box::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../img/img28.png");
    background-size: cover;
    opacity: 0.45;
  }

  .news__head {
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 24px;
  }

  .news__head h2 {
    margin: 0 0 12px;
    color: var(--gold);
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0.06em;
  }

  .news__head p {
    width: auto;
    margin: 0 0 12px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 2;
  }

  .news__head a {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding-left: 0;
    color: var(--gold);
    font-size: 12px;
    position: absolute;
    top: 18px;
    right: 0;
  }

  .news__head a::before {
    content: "";
    position: static;
    width: 54px;
    height: 1px;
    background: var(--gold);
  }

  .news__list {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px 14px;
    background: #fff;
    color: var(--text);
  }

  .news__list li {
    display: grid;
    grid-template-columns: 90px 130px;
    gap: 8px 12px;
    align-items: center;
    padding: 9px 0 16px 0;
    font-size: 14px;
  }

  .news__list time {
    width: auto;
    font-size: 14px;
  }

  .news__list span {
    display: inline-block;
    background: #e8e5df;
    padding: 3px 8px;
    text-align: center;
    font-size: 12px;
  }

  .news__list a {
    grid-column: 1 / -1;
    color: var(--text);
    overflow: hidden;
    width: calc(105% + 20px);
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  /* contact */
  .contact {
    position: relative;
    min-height: 330px;
    display: grid;
    place-items: center;
    text-align: center;
    overflow: hidden;
    background-image: url("../img/img22.png");
    background-size: cover;
    background-position: calc(85% - -40px) center;
  }

  .contact > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .contact__content {
    position: relative;
    z-index: 1;
    width: var(--inner);
  }

  .contact__content h2 {
    margin: 40px 0 0 0;
    font-size: 20px;
    font-weight: 300;
  }

  .contact__content span {
    display: block;
    margin-top: 6px;
  }

  .contact__content p,
  .contact__content .contact__text01 {
    font-size: 12px;
    line-height: 1.8;
  }

  .contact__content .contact__text01 {
    margin: 20px 0 20px !important;
  }

  .contact__actions {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .contact__info {
    display: flex;
    align-items: center;
    gap: 10px; /* 間隔はお好みで */
  }

  .contact__info p {
    margin: 0;
  }

  .contact__tel {
    font-family: "Noto Serif JP", serif;
    font-size: 26px;
    position: relative;
  }

  .contact__tel::before {
    content: "";
    position: absolute;
    left: -16px;
    top: 63%;
    transform: translateY(-50%);
    width: 13px;
    height: 20px;
    background-image: url("../img/tel_3.png");
    background-size: contain;
    background-repeat: no-repeat;
  }

  .contact__hours,
  .contact__days {
    font-size: 14px !important;
  }

  .contact__btn-wrapper {
    width: 240px;
    height: 42px;
    margin-top: 14px !important;
    background: #333;
    text-align: center;
    line-height: 42px;
    margin-bottom: 40px !important;
  }

  .contact__btn {
    display: block;
    color: #fff;
    font-size: 13px;
    position: relative;
    padding-left: 30px;
    line-height: 3;
    width: 100%;
  }

  .contact__btn::before {
    content: "";
    position: absolute;
    left: 67px;
    top: 60%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url("../img/mail.png");
    background-size: contain;
    background-repeat: no-repeat;
  }

  .contact__actions > :nth-child(4) {
    margin-left: 0;
  }

  /* footer */
  .footer {
    height: auto;
    min-height: 0;
    padding: 72px 0;
    background: #333;
    color: #fff;
    display: block;
  }

  .footer__inner {
    width: var(--inner);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer .brand__logo {
    width: 250px;
    margin: 0 0 24px;
  }

  .footer__brand p {
    font-size: 14px;
    line-height: 2.3;
    letter-spacing: 0.04em;
  }

  .footer__nav {
    display: grid;
    grid-template-columns: 120px 120px;
    column-gap: 20px;
    row-gap: 18px;
    font-size: 14px;
  }

  .footer a {
    color: #fff;
  }

  /* =========================
   Footer dropdown / SP
========================= */

  .footer__nav > a,
  .footer-nav-parent {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    letter-spacing: 0.05em;
  }

  .footer-nav-item {
    position: relative;
  }

  .footer-nav-parent {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
    min-height: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    text-align: left;
  }

  /* SPでは通常の配置に戻す */
  .footer-nav-submenu {
    position: static;
    width: 100%;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    background: transparent;
    box-shadow: none;

    opacity: 0;
    visibility: hidden;
    transform: none;
    pointer-events: none;

    transition:
      max-height 0.35s ease,
      opacity 0.3s ease,
      padding 0.35s ease,
      visibility 0.3s ease;
  }

  .footer-nav-submenu a {
    display: block;
    padding: 7px 0 7px 12px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
    line-height: 1.5;
    white-space: normal;
  }

  .footer-nav-submenu a + a {
    border-top: none;
  }

  /* タップして開いた状態 */
  .footer-nav-item.is-open .footer-nav-submenu {
    max-height: 180px;
    padding-top: 8px;

    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  /* =========================================================
   SP 下層ページ共通
   ========================================================= */

  .lower-hero {
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
    background: #222;
  }

  .lower-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 14px;
  }

  .lower-hero__title {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 124px;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
  }

  .lower-hero__title h1 {
    margin: 0 0 0px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.12em;
  }

  .lower-hero__title span {
    display: block;
    color: var(--gold);
    font-size: 10px;
    letter-spacing: 0.12em;
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .breadcrumb {
    width: var(--inner);
    margin: 0 auto;
    padding: 24px 0 0;
    font-size: 10px;
    color: #333;
  }

  .breadcrumb a::after {
    content: "-";
    margin: 0 10px;
    color: #aaa;
  }

  /* =========================================================
   SP header menu add
   PCは非表示のため、PC表示には影響しません
   ========================================================= */
  .sp-header-actions,
  .sp-menu-panel {
    display: none;
  }

  .site-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    background: transparent;
    box-shadow: none;
  }

  .site-header__inner {
    width: 100%;
    height: auto;
    padding: 16px 14px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
  }

  .site-header .brand {
    flex: 1;
    min-width: 0;
  }

  .brand__sub {
    display: block;
    color: #fff;
    font-size: 9px;
    line-height: 1.4;
    letter-spacing: 0.04em;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
  }

  .brand__logo {
    width: 145px;
    max-width: 100%;
    filter: drop-shadow(0 1px 8px rgba(0, 0, 0, 0.35));
  }

  .global-nav,
  .header-tel {
    display: none !important;
  }

  .sp-header-actions {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
  }

  .sp-header-btn,
  .sp-menu-toggle {
    width: 42px;
    height: 42px;
  }

  .sp-header-btn {
    position: relative;
    display: grid;
    place-items: center;
  }

  .sp-header-btn--tel {
    background: #fff;
    position: relative;
  }

  .sp-header-btn--tel::before {
    content: "";
    position: relative; /* または absolute */
    z-index: 10;
    width: 18px;
    height: 18px;
    background: url("../img/tel_3.png") center / contain no-repeat;
  }

  .sp-header-btn--mail {
    background: rgba(255, 255, 255, 0.88);
  }

  .sp-header-btn--mail::before {
    content: "";
    width: 20px;
    height: 15px;
    background: url("../img/mail.png") center / contain no-repeat;
    filter: brightness(0);
  }

  .sp-menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border: 1px solid rgba(47, 47, 47, 0.9);
    background: rgba(255, 255, 255, 0.88);
    cursor: pointer;
    padding: 0;
    background: #333;
  }

  .sp-menu-toggle span {
    display: block;
    width: 24px;
    height: 1px;
    background: #fff;
    transition:
      transform 0.3s,
      opacity 0.3s;
  }

  body.is-sp-menu-open .sp-menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  body.is-sp-menu-open .sp-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.is-sp-menu-open .sp-menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .sp-menu-panel {
    position: absolute;
    top: 68px;
    right: 14px;
    z-index: 60;
    width: calc(100% - 28px);
    padding: 18px 20px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition:
      opacity 0.3s,
      transform 0.3s,
      visibility 0.3s;
  }

  body.is-sp-menu-open .sp-menu-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .sp-menu-panel a {
    display: block;
    padding: 14px 6px;
    color: #2f2f2f;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-align: center;
    border-bottom: 1px solid rgba(47, 47, 47, 0.16);
  }

  .sp-menu-panel a:nth-last-child(-n + 2) {
    border-bottom: none;
  }

  .hero__visual--large {
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
  }

  .hero__visual--top {
    left: 0;
    top: 238px;
    width: 51%;
    height: 50%;
    border-right: 2px solid rgba(255, 255, 255, 0.8);
  }

  .hero__visual--bottom {
    right: 0;
    top: 238px;
    bottom: auto;
    width: 50%;
    height: 50%;
  }

  .hero__visual--large {
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  }

  .hero__catch {
    top: 150px;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.18em;
  }

  /* PCではSPメニューを消す */
  .sp-header-actions,
  .sp-menu-panel {
    display: none !important;
  }

  /* SPだけ表示 */
  @media screen and (max-width: 431px) {
    .sp-header-actions {
      display: flex !important;
    }

    .sp-menu-panel {
      display: grid !important;
    }
  }

  /* 左から出る前 */
  .slidein_l {
    opacity: 0;
    transform: translateX(-80px);
    transition:
      opacity 0.8s ease,
      transform 0.8s ease;
  }

  /* 右から出る前 */
  .slidein_r {
    opacity: 0;
    transform: translateX(80px);
    transition:
      opacity 0.8s ease,
      transform 0.8s ease;
  }

  /* 画面内に入った後 */
  .slidein_l.scrollin,
  .slidein_r.scrollin {
    opacity: 1;
    transform: translateX(0);
  }

  /* 最初は少し下に配置して非表示 */
  .fadein {
    opacity: 0;
    transform: translateY(50px);

    transition:
      opacity 1s ease,
      transform 1s ease;
  }

  /* スクロールして画面内に入ったら表示 */
  .fadein.scrollin {
    opacity: 1;
    transform: translateY(0);
  }
}
